diff --git a/.ipynb_checkpoints/raremodel-nb-checkpoint.ipynb b/.ipynb_checkpoints/raremodel-nb-checkpoint.ipynb index 62dd189..67832f3 100644 --- a/.ipynb_checkpoints/raremodel-nb-checkpoint.ipynb +++ b/.ipynb_checkpoints/raremodel-nb-checkpoint.ipynb @@ -9,9 +9,31 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\sa_li\\.conda\\envs\\rmd\\lib\\site-packages\\zfit\\util\\execution.py:57: UserWarning: Not running on Linux. Determining available cpus for thread can failand be overestimated. Workaround (only if too many cpus are used):`zfit.run.set_n_cpu(your_cpu_number)`\n", + " warnings.warn(\"Not running on Linux. Determining available cpus for thread can fail\"\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.\n", + "For more information, please see:\n", + " * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md\n", + " * https://github.com/tensorflow/addons\n", + "If you depend on functionality not listed there, please file an issue.\n", + "\n" + ] + } + ], "source": [ "import os\n", "\n", @@ -42,7 +64,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -61,7 +83,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -262,7 +284,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -317,7 +339,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -345,7 +367,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ @@ -434,7 +456,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ @@ -462,9 +484,19 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "WARNING:tensorflow:From C:\\Users\\sa_li\\.conda\\envs\\rmd\\lib\\site-packages\\tensorflow\\python\\ops\\resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.\n", + "Instructions for updating:\n", + "Colocations handled automatically by placer.\n" + ] + } + ], "source": [ "#rho\n", "\n", @@ -473,8 +505,8 @@ "rho_m = zfit.Parameter(\"rho_m\", ztf.constant(rho_mass), floating = False) #lower_limit = rho_mass - rho_width,\n", "# upper_limit = rho_mass + rho_width)\n", "rho_w = zfit.Parameter(\"rho_w\", ztf.constant(rho_width), floating = False)\n", - "rho_p = zfit.Parameter(\"rho_p\", ztf.constant(rho_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "rho_s = zfit.Parameter(\"rho_s\", ztf.constant(rho_scale), lower_limit=rho_scale-np.sqrt(rho_scale), upper_limit=rho_scale+np.sqrt(rho_scale))\n", + "rho_p = zfit.Parameter(\"rho_p\", ztf.constant(rho_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "rho_s = zfit.Parameter(\"rho_s\", ztf.constant(rho_scale), floating = False) #, lower_limit=rho_scale-np.sqrt(rho_scale), upper_limit=rho_scale+np.sqrt(rho_scale))\n", "\n", "#omega\n", "\n", @@ -482,8 +514,8 @@ "\n", "omega_m = zfit.Parameter(\"omega_m\", ztf.constant(omega_mass), floating = False)\n", "omega_w = zfit.Parameter(\"omega_w\", ztf.constant(omega_width), floating = False)\n", - "omega_p = zfit.Parameter(\"omega_p\", ztf.constant(omega_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "omega_s = zfit.Parameter(\"omega_s\", ztf.constant(omega_scale), lower_limit=omega_scale-np.sqrt(omega_scale), upper_limit=omega_scale+np.sqrt(omega_scale))\n", + "omega_p = zfit.Parameter(\"omega_p\", ztf.constant(omega_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "omega_s = zfit.Parameter(\"omega_s\", ztf.constant(omega_scale), floating = False) #, lower_limit=omega_scale-np.sqrt(omega_scale), upper_limit=omega_scale+np.sqrt(omega_scale))\n", "\n", "\n", "#phi\n", @@ -492,8 +524,8 @@ "\n", "phi_m = zfit.Parameter(\"phi_m\", ztf.constant(phi_mass), floating = False)\n", "phi_w = zfit.Parameter(\"phi_w\", ztf.constant(phi_width), floating = False)\n", - "phi_p = zfit.Parameter(\"phi_p\", ztf.constant(phi_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "phi_s = zfit.Parameter(\"phi_s\", ztf.constant(phi_scale), lower_limit=phi_scale-np.sqrt(phi_scale), upper_limit=phi_scale+np.sqrt(phi_scale))\n", + "phi_p = zfit.Parameter(\"phi_p\", ztf.constant(phi_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "phi_s = zfit.Parameter(\"phi_s\", ztf.constant(phi_scale), floating = False) #, lower_limit=phi_scale-np.sqrt(phi_scale), upper_limit=phi_scale+np.sqrt(phi_scale))\n", "\n", "#jpsi\n", "\n", @@ -520,8 +552,8 @@ "\n", "p3770_m = zfit.Parameter(\"p3770_m\", ztf.constant(p3770_mass), floating = False)\n", "p3770_w = zfit.Parameter(\"p3770_w\", ztf.constant(p3770_width), floating = False)\n", - "p3770_p = zfit.Parameter(\"p3770_p\", ztf.constant(p3770_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "p3770_s = zfit.Parameter(\"p3770_s\", ztf.constant(p3770_scale), lower_limit=p3770_scale-np.sqrt(p3770_scale), upper_limit=p3770_scale+np.sqrt(p3770_scale))\n", + "p3770_p = zfit.Parameter(\"p3770_p\", ztf.constant(p3770_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "p3770_s = zfit.Parameter(\"p3770_s\", ztf.constant(p3770_scale), floating = False) #, lower_limit=p3770_scale-np.sqrt(p3770_scale), upper_limit=p3770_scale+np.sqrt(p3770_scale))\n", "\n", "#psi(4040)\n", "\n", @@ -529,8 +561,8 @@ "\n", "p4040_m = zfit.Parameter(\"p4040_m\", ztf.constant(p4040_mass), floating = False)\n", "p4040_w = zfit.Parameter(\"p4040_w\", ztf.constant(p4040_width), floating = False)\n", - "p4040_p = zfit.Parameter(\"p4040_p\", ztf.constant(p4040_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "p4040_s = zfit.Parameter(\"p4040_s\", ztf.constant(p4040_scale), lower_limit=p4040_scale-np.sqrt(p4040_scale), upper_limit=p4040_scale+np.sqrt(p4040_scale))\n", + "p4040_p = zfit.Parameter(\"p4040_p\", ztf.constant(p4040_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "p4040_s = zfit.Parameter(\"p4040_s\", ztf.constant(p4040_scale), floating = False) #, lower_limit=p4040_scale-np.sqrt(p4040_scale), upper_limit=p4040_scale+np.sqrt(p4040_scale))\n", "\n", "#psi(4160)\n", "\n", @@ -538,8 +570,8 @@ "\n", "p4160_m = zfit.Parameter(\"p4160_m\", ztf.constant(p4160_mass), floating = False)\n", "p4160_w = zfit.Parameter(\"p4160_w\", ztf.constant(p4160_width), floating = False)\n", - "p4160_p = zfit.Parameter(\"p4160_p\", ztf.constant(p4160_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "p4160_s = zfit.Parameter(\"p4160_s\", ztf.constant(p4160_scale), lower_limit=p4160_scale-np.sqrt(p4160_scale), upper_limit=p4160_scale+np.sqrt(p4160_scale))\n", + "p4160_p = zfit.Parameter(\"p4160_p\", ztf.constant(p4160_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "p4160_s = zfit.Parameter(\"p4160_s\", ztf.constant(p4160_scale), floating = False) #, lower_limit=p4160_scale-np.sqrt(p4160_scale), upper_limit=p4160_scale+np.sqrt(p4160_scale))\n", "\n", "#psi(4415)\n", "\n", @@ -547,8 +579,8 @@ "\n", "p4415_m = zfit.Parameter(\"p4415_m\", ztf.constant(p4415_mass), floating = False)\n", "p4415_w = zfit.Parameter(\"p4415_w\", ztf.constant(p4415_width), floating = False)\n", - "p4415_p = zfit.Parameter(\"p4415_p\", ztf.constant(p4415_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "p4415_s = zfit.Parameter(\"p4415_s\", ztf.constant(p4415_scale), lower_limit=p4415_scale-np.sqrt(p4415_scale), upper_limit=p4415_scale+np.sqrt(p4415_scale))" + "p4415_p = zfit.Parameter(\"p4415_p\", ztf.constant(p4415_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "p4415_s = zfit.Parameter(\"p4415_s\", ztf.constant(p4415_scale), floating = False) #, lower_limit=p4415_scale-np.sqrt(p4415_scale), upper_limit=p4415_scale+np.sqrt(p4415_scale))" ] }, { @@ -560,9 +592,20 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 9, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "_0 = jpsi_scale*np.cos(jpsi_phase)*jpsi_width/jpsi_mass**3 + psi2s_scale*np.cos(psi2s_phase)*psi2s_width/psi2s_mass**3\n", "_1 = p3770_scale*np.cos(p3770_phase)*p3770_width/p3770_mass**3 + p4040_scale*np.cos(p4040_phase)*p4040_width/p4040_mass**3\n", @@ -619,7 +662,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 10, "metadata": {}, "outputs": [], "source": [ @@ -636,7 +679,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -671,7 +714,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -714,9 +757,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 13, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAZ8AAAD8CAYAAACo9anUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4xLjAsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy+17YcXAAAgAElEQVR4nO29eXhd1Xnv/3nPOTqaJ0uyjSTbsrGMJ4wxxkAgQAxhCAkmBG5MQsMvkEvTkjZtevsD2iT3hoQmtGnobRNKaCAho6FAgkMgQAKBEMB4Nh4wluVJkicN1jycYd0/9j5HR9KZJOuMej/Po8f7rL32WmtvS/t73ne9611ijEFRFEVRkokj1QNQFEVRph4qPoqiKErSUfFRFEVRko6Kj6IoipJ0VHwURVGUpKPioyiKoiSduMRHRK4Rkb0i0iAi94Q5nysiT9jnN4hIXci5e+3yvSJydaw2RWSu3cY+u013HH0sE5G3RGSXiLwrInkTeRiKoihKcogpPiLiBL4HXAssBm4RkcWjqt0BdBhj5gMPAg/Y1y4G1gJLgGuAh0TEGaPNB4AHjTH1QIfddrQ+XMBPgc8bY5YAlwOecT4HRVEUJYnEY/msAhqMMY3GmCFgHbBmVJ01wOP28VPAFSIidvk6Y8ygMeYA0GC3F7ZN+5rVdhvYbd4Qo4+rgB3GmO0Axpg2Y4wv/kegKIqiJBtXHHVqgCMhn5uACyLVMcZ4RaQTqLDL3x51bY19HK7NCuCUMcYbpn6kPhYARkReBKqwxO6fR9+EiNwJ3AlQWFh43sKFC+O49anBkNdPe+8QM0vVW6mM5N3mTqYX5zKjZOzvxqDHz/snupk9rYDS/JwUjM7iRPcgx7sGWFpdiohVtquli/KCHM4ozWdnSycAZ9eUpmyM2cLmzZtbjTFVk9FWPOIjYcpG5+SJVCdSeTiLK1r9aH24gEuA84E+4PcistkY8/sRFY15BHgEYOXKlWbTpk1hmpuaXP3g63Qd72bdly5l/vTiVA9HSRP8fsO8f3iev7mynr+5csGY840ne1j9r6/x7bXLWbO8JkwLyeG7r+zj2y+9z1vfuBa3y3q1nHvfS3zsnGruuXYhi7/6IgAbv/kRRMK9RpR4EZFDk9VWPG63JmBWyOdaoCVSHXsOphRoj3JtpPJWoMxuY3Rf0fp4zRjTaozpA54HVsRxX4qN1+9P9RCUNMRn5310OcK/sF0O6/Xh9aU2P2QgPWWorjgdDrx+gydkbJ4Uj1MZSTzisxGot6PQ3FgBBOtH1VkP3GYf3wS8YqyMpeuBtXak2lygHngnUpv2Na/abWC3+WyMPl4ElolIgS1KlwG7438EiqKEIyAqTkf414TTab3tff4Ui4/9ryNEfVwOweczI8bm8emXrHQiptvNnl/5AtZL3gk8ZozZJSL3AZuMMeuBR4GfiEgDljWy1r52l4g8iSUGXuCuQDBAuDbtLu8G1onIN4CtdttE6aNDRL6DJWgGeN4Y85vTeiqKogQt4siWj9j1Uis+ftv0CR2l0yF4/QZviOCo+KQX8cz5YIx5HsudFVr21ZDjAeDmCNfeD9wfT5t2eSNWNNzo8mh9/BQr3FpRlEkiYDW4nOHFx+kIWD6pfamHc7u5nILP7x8hjIl2u3k8HpqamhgYGEhoP8kgLy+P2tpacnISF0gSl/goijL1CLy4093yCUYkhajPsOUzPLahBFs+TU1NFBcXU1dXl9GBDcYY2traaGpqYu7cuQnrR9PrKGNCFxUFhi2fiHM+jjSZ8zGG0e96l0Pw+c2IYBpvgsVnYGCAioqKjBYesES8oqIi4Racio+iKGGJZfk408XyMWPXYQSi3ZLpdgMyXngCJOM+VHwURQmLLxjtFmvOJ9VuNzMi0g1CLB+fRrulKyo+iqKEJRjtFiHgILDOJ9Xi4zeMcbsF53xGuN3UwQzwhz/8gY9+9KMADA4OcuWVV7J8+XKeeOKJpI5DAw6UsKkjFGV4zif8b0igOD3cbuEsn5HRbokOOMhEtm7disfjYdu2bUnvWy0fRQMOlLDEmvMRkeBLPpUYxgYcOB2C1zfS7ZbogIN04ODBgyxcuJDbbruNZcuWcdNNN9HX18dvf/tbFi5cyCWXXMIzzzwDwIkTJ7j11lvZtm0by5cvZ//+/Ukdq1o+iqKEJVa0m3VO0sPyGR3t5hQGPf4Rbrdkptf52q93sbula1LbXFxdwv/+2JKY9fbu3cujjz7KxRdfzO233853vvMdvv/97/PKK68wf/58PvnJTwIwffp0fvCDH/Dtb3+b5557blLHGg9q+SiKEpZYlk/gnC/lud3MGLdbMNotNOBgiuQwnDVrFhdffDEAt956K5s2bWLu3LnU19cjItx6660pHqGFWj6KooQl4E6LNOcTOJcOls/oIQai3UbkdvMmT3zisVASxegw6c7OzrQMAVfLR1GUsATcVNEsH6f9kk8lVrTbaMtH7KzWIdFuKR5nsjh8+DBvvfUWAL/4xS+48sorOXDgQHBO5xe/+EUqhxdExUdRlLDEinazzjlS/lI3mLGLTMUKhJiKWa0XLVrE448/zrJly2hvb+dv//ZveeSRR7juuuu45JJLmDNnTqqHCKjbTVGUCATnfJyRv6O6HII/1eITbp2P07Z8kpzhIB1wOBw8/PDDI8quueYa3nvvvTF1L7/8ci6//PIkjWwkavkoIaSfX1hJHb4YWypAusz5mDFut4Ao+vy6pUK6ouKjKEpYvDHS68Dw1gWpxBAlw8EUW+dTV1fHzp07Uz2MuFDxURQlLLH284H0sHz8xuCMlNttRIaDxI/TmOxw7SXjPlR8lBCy4w9HmRziXueTcvEZG+3mcjrw+EZvJpdYyycvL4+2traMF6DAfj55eXkJ7UcDDhRFCUt8GQ7SINrNmDHrfNxOB0Ne/whXW6LdbrW1tTQ1NXHy5MmE9pMMAjuZJhIVHyUEDThQhonH8nE60iCrtZ8xWyq4XQ6GfCNDrRPtdsvJyUnozp/ZhrrdFEUJS3wZDlJv+fgjWD4e38g5n6kQcJBJqPgoihKWeOd8Ur3OJ9ycT47Tgc9vGPQMh4trqHV6oeKjKEpY4stwICnfJ8cYw+hpKbfLKuj3+ADIy3FOmUWmmYKKj6IoYfEGc7tFfk24nY6Uu7Mst9toy8f63D/kxSGQ63Ko5ZNmqPgoGmGthCWwF44zyjqfHGc6rPMZG3CQG2L5uBwOXE7RbbTTDBUfRVHCEs+cT44d0pxK/GZsYtEcOx9d35APp0PIcarlk26o+CiKEhZfHFsq5KSBOytcYtHgnM+QD5dTrOi3KbKlQqag4qMoSli8cQQcBEKaU4kh3JzPsOXjcggupyR1MzklNnGJj4hcIyJ7RaRBRO4Jcz5XRJ6wz28QkbqQc/fa5XtF5OpYbYrIXLuNfXab7mh9iEidiPSLyDb7Z2QucSU2urZUCYPPb62fibYLZo4z9SHMkRaZAvR5fDgdDnKcjuAclpIexBQfEXEC3wOuBRYDt4jI4lHV7gA6jDHzgQeBB+xrFwNrgSXANcBDIuKM0eYDwIPGmHqgw247Yh82+40xy+2fz4/rCSiKEhaP3x+0ICLhSoO5FL8xY91uzoDbzWtbPo6kJBZV4icey2cV0GCMaTTGDAHrgDWj6qwBHrePnwKuEOvr0hpgnTFm0BhzAGiw2wvbpn3NarsN7DZviNGHoigJwOM1wZd4JNxpEXAQxfIJzvlIykPClZHEIz41wJGQz012Wdg6xhgv0AlURLk2UnkFcMpuY3RfkfoAmCsiW0XkNRH5YBz3pISiXwiVMHh8fnJc0V8R6RBqHW6RacBiG/DYcz6O1FtoykjiEZ9w1sXo37ZIdSarPFofR4HZxphzgS8BPxeRktEVReROEdkkIpuyIeusoiQaj88fXKwZiXQIYQ63yDTU8nE6xI7K029Z6UQ84tMEzAr5XAu0RKojIi6gFGiPcm2k8lagzG5jdF9h+7Bdem0AxpjNwH5gweibMMY8YoxZaYxZWVVVFcdtK8rUZsgXe84nx452S+UeNuFzu1mfrWg3Bzma2y3tiEd8NgL1dhSaGyuAYP2oOuuB2+zjm4BXjPXbuB5Ya0eqzQXqgXcitWlf86rdBnabz0brQ0Sq7AAGRGSe3Udj/I9AUZRweHxxzPnYFkYqrYpwWa1zQ9yFLqe1yDRZGQ6++8o+HnvjQFL6ymRi7udjjPGKyBeAFwEn8JgxZpeI3AdsMsasBx4FfiIiDVgWz1r72l0i8iSwG/ACdxljfADh2rS7vBtYJyLfALbabROpD+BS4D4R8QI+4PPGmPaJPxJFUQA83ngsH+ut7/H5g0KUbEyYgIPQcQfX+STB8vH7Dd9+6X0Abr9E9/aJRlybyRljngeeH1X21ZDjAeDmCNfeD9wfT5t2eSNWNNzo8rB9GGOeBp6OeRNKTDR2UAnFCjiI/ksRSDqaSpdW2P18QoTQ6QhkOEj8GI93DwSPO/s8lBbkJLzPTEUzHCiKEpa45nzsl3wqt1Ww1vmMCjgYYfk47AwHiXe7tZwaFp8TIUKkjEXFR1GUsHjiEB930O2W2oCD0ZZPYe6wU8ftSl6Gg64BT/C4tWco4f1lMio+SpAUBiwpaUg8AQcBcUrlAk4TJtQ61+UIupFzbfFJxmLYrv5h8WnrHUx4f5mMio+iKGGJd51PoG6qCJfhQEQodFvWT26Ow85Bl/hvV10D3uBxm1o+UVHxURQlLB6fiWudD8BQEuZTIhEutxtAgdsJWPM/rmS53UIsn86QY2UscUW7KYoy9YgnvY7bNRxqnSrCWT4wLD65LueIxbCJTAnZ1e8h1+XA6RC6B1R8oqHioyhKWDw+f8w5n3QItTZhQq0BCmy3m9vlCC46HfL5yXU5EzaWrgEPJfk5OAS6+r2xL5jCqPgoIWjEgTKMtcg0vjmfVIdaR7d8HOTlWMcDngSLT7+XkjwXDpERkW/KWHTOR1GUsAzFMecz7HZL4ZyPP/yGd/mBOR+Xg7yc4SzXiaRrwENxXg4l+TkqPjFQy0cJoqHWSijxrPNJh1DrcBkOYHj77+K8HPJty6d/KLHi0zvopSjXRY5TaOvVaLdoqOWjKEpYMiXUOlxuNxiejyrJdw273byJFZ++IR8FbifFeTkjIt+UsajlowRRw0cJZTyWTyq3qPaH2UwOoDjPDjhwOpJm+fQN+SjMdVGY6xyx5kcZi1o+iqKMwRgT1zofd3CdT3rldgO4cUUNRbkuzp1dPiLgIJH0DXkpcDspsS2fVO5zlO6o5aMoyhgCAQSxtklI1kR+NCK53T5YX8W2r34Yl9MRXHOT6HH2DlqWT0l+Dl6/od/jC4Z8KyNRy0cJol/SlACBOZxYcz6BsOXBFFs+4QIOAFy2ZRaIfOtPoPj4bLHJz7EsH9C1PtFQ8VEUZQzD4hP9FZGbBpZPpAwHoeS5Am63xI0zIGyFuU5K8i1rR8OtI6PiowQxGnKg2ATmcGKKj+2WS7XlEytjTjIsn74hy8opcLtCLB8Vn0io+CiKMoaAmAQm6iMhIuS6HAym4ZxPKHlJiHbrGxy2fErzLfHR5KKRUfFRguicjxIg4J4KBBREIy/HmWK3W+Q5nwCB+0ikhdYbavnY4qNut8io+CiKMobASzqePGh5OY6Uu91iWT5upwOHJNjysdu2Qq3tOR8NOIiIio+iMz3KGAa98Vs+ua5UWz7EnPMREfJynAmd8+kdHGv5qNstMio+ShB1uykBAosx47V8Er14Mxp+f2zLByxRCAQFJIKA5VOYa+0fVOB2asBBFFR8FEUZQ8DyyY2xyBSsOZ/BBOdMi4bPmGAS0WiU5LkSmvImYPkEtu8uzc9RyycKKj5KEA21VgIELJlY0W5gCVQqLR+fPz7xKc5z0Z1A8Qm49AL7CJXk6bYK0VDxUUjcpsJKppJRlo/f4IzD7Vacl5PQra17BwPiY1k+JfkuDTiIgoqPEkTnfJQAg+OyfJypt3xipAECy/LpSaDl0zfkRWQ4SEPdbtFR8VEUZQyB6LV4LJ/cHEfC98mJRvyWT2Ldbr2DPgrdrmCGbXW7RUfFR9GZHmUMwXU+8SwydTmDllIqiDfgoCg3sW63wHYKAUrU8olKXOIjIteIyF4RaRCRe8KczxWRJ+zzG0SkLuTcvXb5XhG5OlabIjLXbmOf3aY7Vh/2+dki0iMi/2u8D0FRlJGMf5Fpaiwfv99gDHEHHPQO+fD5E/N1q9feSC5ASX4OPYNe/AnqL9OJKT4i4gS+B1wLLAZuEZHFo6rdAXQYY+YDDwIP2NcuBtYCS4BrgIdExBmjzQeAB40x9UCH3XbEPkJ4EHgh3htXFCUyAx4fOU6J66Weyjkfnz1RGa/bDUjYvE//kDe4YypYod3GkFBXXyYTj+WzCmgwxjQaY4aAdcCaUXXWAI/bx08BV4jl+FwDrDPGDBpjDgANdnth27SvWW23gd3mDTH6QERuABqBXfHfujIaDThQAgx6/XFZPZBayydgxTjiWudjZR3oHkyMK6xn0Eth7vAzK9X8blGJR3xqgCMhn5vssrB1jDFeoBOoiHJtpPIK4JTdxui+wvYhIoXA3cDXot2EiNwpIptEZNPJkydj3LKiTG0GPL64UuuAFRHn8Rm8vuRbPwHxccUjPvYeO4mah+kZ9FI0yu2WyP4ynXh+u8L9r47+jhypzmSVR+vja1huup4w54crGvOIMWalMWZlVVVVtKpTFl1kqgQYj+UTmGTvS0F+t6DbLQ7xqSjKBaCtZyghY+nq9wYFB0IsHxWfsMSzuXgTMCvkcy3QEqFOk4i4gFKgPca14cpbgTIRcdnWTWj9SH1cANwkIv8MlAF+ERkwxnw3jntTFCUMg15/XJFuQHCSvXfQG3RtJYvAZH5c4lPoBqCtdzAhY+ke8ATnlQDKCqxn0dGn4hOOeH67NgL1dhSaGyuAYP2oOuuB2+zjm4BXjDHGLl9rR6rNBeqBdyK1aV/zqt0GdpvPRuvDGPNBY0ydMaYO+Dfgn1R4FOX0GPD44rZ8hsUn+ZaPdzzik0DLxxhD94CX4hDxrbT7a+1JjNhlOjEtH2OMV0S+ALwIOIHHjDG7ROQ+YJMxZj3wKPATEWnAskbW2tfuEpEngd2AF7jLGOMDCNem3eXdwDoR+Qaw1W6bSH0ok4cGHCgB+oa8FLrjFB+7XiCxZjIJWD7xZLUuyXOR4xRaEyA+Ax4/Xr8ZYfmUF7gRgTYVn7DE43bDGPM88Pyosq+GHA8AN0e49n7g/njatMsbsaLhRpdH7COkzv+Jdl5RlPjoHfSNeJFGI5DLrDeB2xVEwjuOgAMRoaIwNyFiEFi8Gmr5OB3CtAI3rb2JmWPKdDTDgRJEDR8lQP+QL7g1QCyKUuh2G0+oNUBFkZu2BIhBYKuGklGCXVmUGLHLBlR8FEUZQ++oVDHRKLDXtiRyo7ZI+E38lg9Y8z6JmIMJWD6jAy4qitwJcfNlAyo+ShCjkz6KTf+QLygqsQhYPj0pmPMZT8ABwIziXI53DUz6OAKWz2hXZYVaPhFR8VEUZQy9Q9643W7BdT4pcLuNJ+AAoKY8n+Ndg5OekSGwlid0nQ9AZZE7YeuKMh0VH0VRRuDzGwY8fvLjdbu5U2/5xOt2qynLB+Doqcm1ftrteaTAWqIAlUW5dA96g1tUKMOo+ChB1OmmwPB20PFaPk6HkJ/jTMmcz3gDDmrKLfFpPtU/7r5++vYhzr3vJbYe7hhzrq1nEIdAWcFI8QmIka71GYuKj6IoI+izLZh4LR+wFpr2pMLtNs6Ag9qyAgCaO8YvPo/96QAdfR7+64+NY8619g5RXuAeM/c0szQPICHzTJmOio8SROMNFLD2pQFGZGiORWGuMyWLTL3jtHxmlubhEGjq6BtXP+29QzSe7AXgj++3jkmi2tYzSEWRe8x1ATdf8yS7+bIBFR9FUUYQcJ/l58TndgPLRZfKDAfx7OcD4HY5qCnPp7G1d1z97D9p5S2+6bxauge97GrpGnG+vXeIisLcMdedYYtPywTcfNmOio8Sgpo+CvRNwPIpznOlZNO08WypEGDB9GL2HY+aBH8MAUvppvNqAXirsW3E+ZPd4S2folwXJXkuFZ8wqPgoijKCgAVTEGfAAVgZnE/1Jz+keLwBBwD1M4ppbO3BM479h5raLfFYPquMM6sKeTtEfPx+Q8upgWAww2iqy/JVfMKg4qMoyggClk+8GQ7A2rsmFZumDdkCkuOM/1W2YEYRHp/hUFv8rremjn6qinPJy3Fy0ZkVbDzQHpz3OdkzyJDPT215Qdhra8ryadE5nzGo+ChBNOBAgcgLJqNRVuDmVAr2rfH6rF9a97jEpxiA9451x31N06k+am3L5sJ5FfQO+Xi3udM6Z7vkassiWz4TCe3OdlR8FEUZQXeEJJnRKM3PYdDrT/piyoDrLMc1jjmfGcW4XQ62HzkV9zVNHf1By+bCeRXA8LxPIApudkV4y2fWtHw6+z26nfYoVHyUIGr4KABdAx4cEv8iUxjeMjrZL9iA283liP9V5nY5WFZTyuZDYxeLhsPnN7Sc6g9aPpVFudRPL+Kt/Zb47D7aRX6Ok7qKwrDXz6ssAqDx5PiCHLIdFR9FUUbQ1e+hOC9nXJP4gS2jk+1680zA7QawYk45O5u74srxdqJ7AI/PBMUHYPXC6by1v43WnkF2NHWy6IziiMlN51VZorT/5PjCu7MdFR8liM75KGBlaC7Jj9/qASjLt8KMk235eCfgdgNYMbuMIZ+fd5s6Y9ZtsrMh1ITM6dx0Xi1ev+G7rzSw9XAHl9RXRbx+1rQCXA5Ry2cUKj6Kooygq99DcW78wQYw7HY71ZfccGvPBKLdAC6aV4nTIfxh78mYdQOpeEItn/oZxVy5aAY/evMgADcsr454fY7TwZyKguDckGKh4qPoPj7KCLonYvkUpGrOx/rdHa/4lBbkcN7scl7deyJm3UCkWvWoaLZ/uWkZd146j4c+fR7zqoqitjGvqiiYJSEaO5s7+deX9o5J35ONqPgoQVSEFLACDkbvyBmLUlt8OlJm+YzP7QZw+cIqdrV0cawz+hqc5lP9TCt0j1l0W17o5h8+sohrls6M2ddZM4ppbO2NGQ34j7/ayX+80sCb+9ui1ssGVHwUJM68WMrUoKvfM641PgDFuS5yXY6kbxnt8U7M7QZwzRJLNNZvb45ar7mjn+qyvPEPLoSlNSX4/Ia9MdYWBRa+jicMPFNR8VGCqN2jgB1wME7LR0SoKs7lRJK3DvBMILdbgHlVRSyfVcbTm5ujWv3Np/pHBBtMhKU1pQDBhanh8PkNPfYaqwPjTHyaiaj4KIoSxOvz0zM4/jkfgOnFuZxM8qZpHp8ft9MxYev9E+fVsvd4N9sjRL15fX4OtfVGXMMTLzVl+ZQV5LCrJbL4tPYMBreIaJrAfkOZhoqPEkSnfJT2vvDbQceDZfkkWXy8flwTmO8JcMPyaopzXfzX62M3iAM43N6Hx2eYPz16QEEsRISza0qjWj6BwIZphe5x7zeUiaj4KBpooARp77XEZ1qYvWliMb04LyWWz0TmewIU5+Vw60VzeGHn0bCuroYTVoTa6YoPWBmx9xztpifCvkeBzNer6qZxtGuAIW92R7yp+Cg616MEabMDBsLtTROLquJcTvV54soaMFl4/Oa0xAfgsxfXkety8i8vvjfm3O6jXYhMjvhcMLcCn99ETOsTEJ/z507DmOzfelvFRwliVIamPG29p+d2A5Ia8ebx+nGfhtsNLIvtLy8/k+ffPcabDa0jzm062MHCmSUUjzMAIxwr5pThcsiIvYBCaTk1QFGui4Uzrazb2Z4JOy7xEZFrRGSviDSIyD1hzueKyBP2+Q0iUhdy7l67fK+IXB2rTRGZa7exz27THa0PEVklItvsn+0i8vGJPoypinrdlADtttusomj8brcZJdY1sdbNTCZDPj85rtP/Dv0/L53HnIoC/v6pHcEsDb2DXjYf6mBVXflptw/W5nzLakvZEFF8rJDu6imy9XbM/zURcQLfA64FFgO3iMjiUdXuADqMMfOBB4EH7GsXA2uBJcA1wEMi4ozR5gPAg8aYeqDDbjtiH8BOYKUxZrndx/dFZPyhOor63xTaeodwCJSNc50PENxyIJmT5QMeH3mu+De9i0RejpN/X3suJ7oH+MufbaFvyMv67S30e3x85OwzJmGkFhfOq2BHU2fYTBAtnf1Ul+VzRqm1pqg5yyPe4vnKsApoMMY0GmOGgHXAmlF11gCP28dPAVeIFfu4BlhnjBk0xhwAGuz2wrZpX7PabgO7zRui9WGM6TPGBGbw8tBXqKJMmLbeIcoL3OPKaB0gkPvsSHvyxKff4ydvHDuuRuOcWWU88IllvN3Yxoe/8zpff243y2eVsWrutElpH6xs2F6/4fX3x+aUazk1wBml+eTlOKksctPSqeJTAxwJ+dxkl4WtYwtBJ1AR5dpI5RXAqRAxCe0rUh+IyAUisgt4F/h8yPVBROROEdkkIptOnoydTHAqoqqttPcMTSjYACy3UmVRLkfak/fStCyfyZu6vnFFLT++/QLmVhbywfpKHvr0iknNAHLu7HIqCt38bs/xEeV9Q17ae4eCAm7tfprdAQfxuKfCPfnR76lIdSKVh/ttiVY/6jiMMRuAJSKyCHhcRF4wxoz4nzPGPAI8ArBy5Up9z4aggQZKgBPdA1ROYL4nwKxp+RxJstutvGBiYhmJS+oruaS+clLbDOB0CKsXTufFXcdGhIkH5ncCmRSqS/NpyPItGOL5ytAEzAr5XAu0RKpjz7eUAu1Rro1U3gqUhczZhPYVqY8gxpg9QC+wNI77Umw04EAJcKzTcv1MlFnlBRxOotttwOMjP2dy3G7J4sOLZ9A14OVPIZF1wT2DQiyfllP9Wb0GLx7x2QjU21FobqwAgvWj6qwHbrOPbwJeMdZTWw+stSPV5gL1wDuR2rSvedVuA7vNZ6P1YbfhAhCROcBZwMG4n4ASJIt/z5U48PkNx7sHgxPeE2H2tAKOdiZvgeSAx09eTmatGLnsrCrKCnJ4estwQtPRG9ZVl+XRN+RL+hYVySTm/5o9f/IF4EVgD/CkMWaXiNwnItfb1R4FKkSkAfgScI997ZZSTqEAACAASURBVC7gSWA38FvgLmOML1Kbdlt3A1+y26qw247YB3AJsF1EtgG/BP7SGDMyWF+JioqOAnCyexCf3zDzNMSnfkYRPr+hsTU5LqN+j4/8SQo4SBa5LidrzqnmxV3HguLScKKHAreTmSXWsw+IUDav9YkrJNkY8zzw/Kiyr4YcDwA3R7j2fuD+eNq0yxuxouFGl4ftwxjzE+AnMW9CiYnO/UxtjnYGNk2buPicZS+Q3Husm4UzSyZlXNEY8PjInYRQ62Rz03mzePytQ/z3piN87oPzeO9YF2fNLA5GGQ6v9RlgSXVpKoeaMDLLXlUUJWEEFofOLJn4nM+8yiJcDuG9GPvWTBYDHh95GTbnA3B2bSkXzJ3GI6830j3gYUdTJ2fXDItMQHyaszjBqIqPEkTdb1ObFlt8TmfOx+1yMH96UcxN0yYDn9/g8ZmMCzgI8MUr6znRPciND71J35CPD501PXiussiN2+UI/p9kIyo+iqIA1uLQQreTsoLTy2O26IwSdjZ3JjxSq3fIWs5XkGFzPgE+cGYld1wyl30nelhWW8qlC6qC50SEmrJ8nfNRsptsDudU4udgWy9zKgpPe1Hlijnl/HJrM00d/cyaVjBJoxtLt73rZ3Fe5r7GvnzdIm5ZNZva8nyco7JKVJflZXV+N7V8lCAqQVObg629zK08vR07Ac63E3FuPNgeo+bp0T1gRYpNRsbpVCEizJ9eFHbeqro0X8VHyW5UdBSPz09TRz91ladvqSyYXkxxnisJ4pP5lk80qsvyOdE9mNT9kZKJio8SRN1vU5fmjn68fsOcitO3fBwO4cJ5Fbz+fmtCf6eGLZ/sFJ+5lYUYA4fasjPiTcVHUZTgFtKT4XYD+PCiGTSf6mf30a5JaS8cw5ZP5rrdohHYPTWwlXe2oeKjBFG7Z+qy55glEgtmFE9Ke6sXTUcEXtp1PHblCdJli09JfnZaPmdWFSEC+46r+ChZinrblN0tXdSW51M6gU3kwlFZlMtF8yp4eksTfn9ifsE67R1HS7LU8sl3O6kpy97s1io+iqbVUdhztItFZ0xuOpxPXTCbpo5+Xt+XmP2zWnuGKM5zZWSGg3ipn17EvuPJyRaRbFR8lGFUg6Yk/UM+DrT2Trr4XLV4JlXFuTz82v6EBB6c7B6kqnjiew9lAvUzimls7cWXIOsxlaj4KOp2m+LsaunEb2BJ9eSKj9vl4K7Lz+TtxnZe3zf5ieZP9gxSdRob32UC9dOLGPL6OdjWm+qhTDoqPkoQdb9NTTYe7ABg5ZzySW/7lgtmM3taAV99die9g2N2tz8tWrsHqcxyyyeQ0Xpnc2eKRzL5qPgoKjlTnI0H2zmzqpCKBFgRuS4n/3zTMg639/GVX+2cNPeb329oPtVP9WkkQc0E6mcU4XY5VHyU7Ebdb1MPv9+w6WA759dNS1gfF86r4ItX1PPM1ma+9cJ7kyJAR7sGGPT6qZukdUnpSo7TwaKZxexsTtx6qVSRnQHyiqLExbvNnXQNeLlgXuLEB+CLV9TT2jPI919v5FjXAN+4YelpLQ49GFgUOwkZGdKdpTWlrN/egjHmtJO+phNq+Shq8Uxhfv/eCRwCly2YHrvyaSAifH3NUv7+6rNYv72Fqx98nfXbWyYcxbW7xbIE6idpUWw6s7SmlO4BL4fbsyvNjoqPEkRFaOrxynvHWTG7nGmF7oT3JSLc9aH5PP0XH6A4L4e//sVWrnrwNX74pwO09w6Nq60thzuYNS0/60OtgeAOpzuasmveR8VHQUMOpiZNHX3sbO5i9aLEWj2jWTG7nBe++EG++6lzKcx18bVf7+aCf/odt/9oI09sPExbz2DU6wc8Pt7Y18pF8yqSNOLUsmBGMbkuB9uOnEr1UCYVnfNRgqgETS2e2dIMwPXnVCe9b4dD+Oiyaj66rJr3jnXx1KYmXth5jFfeO4FD3uX8umlcvWQmH1o4nbqKghFzHeu3tdA96OVjKRh3KnC7HJxTW8bmQx2pHsqkouKjqLttCmKM4ZktTVw4bxq15YnbbTQeFs4s4csfXcw/XreIXS1dvLTrGC/uOs59z+3mvud2M2taPpctqGJZbRld/R4efPl9Vswu45L5lSkddzJZMaecR99oZMDjy5p0Qio+ShDdz2fq8Ob+Ng629XHXh+aneihBRISlNaUsrSnlS1edxaG2Xl5//ySvvX+SZ7Y089O3DwOwfFYZD336vKyK/IrFeXPKefg1w7vNnQkNi08mKj6KMgX5/uuNVBblprXrak5FIX92USF/dlEdQ14/xzoHcDqF6tK8KSU8YIkPwOZDHVkjPhpwoOhczxRjV0snr79/ks9eXJcxLhy3y8HsigJqyvKnnPAATCt0M6+ykE0Hs2feR8VHCaIilP0YY/jWC+9RVpDDrRfOSfVwlHGwYk45Ww53ZI17XMVHyZpfZiU2f9h7kj/ua+WvV9dP2sZxSnI4b0457b1DHGzLjsWmcYmPiFwjIntFpEFE7glzPldEnrDPbxCRupBz99rle0Xk6lhtishcu419dpvuaH2IyIdFZLOIvGv/u3qiD2OqoxqU3XQPePjyr3Yyr6pQrZ4MJDDvs+lge4pHMjnEFB8RcQLfA64FFgO3iMjiUdXuADqMMfOBB4EH7GsXA2uBJcA1wEMi4ozR5gPAg8aYeqDDbjtiH0Ar8DFjzNnAbcBPxvcIFNWcqcH9v9nD0c5+/uWmc3C71OmRacyvKqI0Pydr1vvE8xu4CmgwxjQaY4aAdcCaUXXWAI/bx08BV4g1K7gGWGeMGTTGHAAa7PbCtmlfs9puA7vNG6L1YYzZaoxpsct3AXkikv05NyaRYYtHZShbeXpzE+s2HuHOS88MfoNWMguHQzhvTjkbp4rlA9QAR0I+N9llYesYY7xAJ1AR5dpI5RXAKbuN0X1F6iOUTwBbjTFj8nOIyJ0isklENp08mZg95RUlHdl25BT3/vJdLppXwd9dtSDVw1FOg5V15ew/2TvuXHjpSDziEy6ucfRX5Eh1Jqs85jhEZAmWK+7Pw9TDGPOIMWalMWZlVVVVuCqKknW8d6yLz/7wHWaU5PK9T68gx6nutkxm5RxrjU82uN7i+U1sAmaFfK4FWiLVEREXUAq0R7k2UnkrUGa3MbqvSH0gIrXAL4HPGGP2x3FPShg04CC7aDjRza0/2IDb5eCnd1yQlMzVSmJZVluK2+lg06HMd73FIz4bgXo7Cs2NFUCwflSd9ViT/QA3Aa8YK353PbDWjlSbC9QD70Rq077mVbsN7DafjdaHiJQBvwHuNcb8aTw3r1hoqHX2sfFgO5/4z7cA4Wefu5A5U2DTtalAXo6TpTUlWbHYNKb42PMrXwBeBPYATxpjdonIfSJyvV3tUaBCRBqALwH32NfuAp4EdgO/Be4yxvgitWm3dTfwJbutCrvtiH3Y7cwHviIi2+yf5OaIz3AC2qMSlB08t6OFT/9gAxWFbp75iw8wf3pRqoekTCLn103j3aZOBjy+VA/ltIgrt5sx5nng+VFlXw05HgBujnDt/cD98bRplzdiRcONLg/bhzHmG8A3Yt6EEhG/Wj5ZwZDXzzdf2MMP/3SQ8+aU84PPrKRcXW1Zx3lzyvn+640Zn2RUE4sqTHAnYyWNONzWx1+t28r2I6e4/eK53HPtQl3Lk6UMLzbN7CSjKj5K0PJRAyjz8PsNP37rIA/8di8uh/Cfn17BtWefkephKQmkoiiXeVWFdqaDM1M9nAmj4qOo6GQoB1p7ufvpHbxzoJ3LFlTxzRvPprosP9XDUpLA+XOm8eLuY/j9BocjM7N8q/gow5aPhhxkBH1DXr73agP/9foBcnMc/MtNy7jpvNopudXAVOW8unKe2HSE/Sd7qJ9RnOrhTAgVH0UDDjIEYwy/3nGUbz6/h6OdA9x4bg13X7uQGSV5qR6akmQCcz2bDnWo+CiZSyDgQDUofdl6uINvvvAe7xxoZ0l1Cf9xy7mszODJZuX0qKsooKLQzcaD7dyyanaqhzMhVHwUJY15/3g3335xLy/tPk5lkZv7P76UtefPxpmhfn5lchCxkoxmcpodFR9FSUOaOvr4t9/t45ktTRS6Xfzdhxdw+yVzKczVP1nF4vy6aby0+zgnugeYXpx5rlf9TVaCqNct9bSc6ufh1/az7p0jIPC5D87jLy47UxeLKmM4r85a77P5YEdGhter+ChKGnC4rY//fK2BpzY3YQzcvLKWv1pdr6HTSkSWVpeS63KwUcVHyXQ0wWjy2X+yh4de3c+vtjXjFGHt+bP5/OVnUqOio8TA7XJwzqwyNmdohmsVH0VJAe8d6+J7r+7nNztacLsc3HZRHX9+2TwNm1bGxfl15Tz8WiN9Q14K3Jn1Os+s0SpKBmOM4a39bXz/9UZee/8kBW4n//PSeXzuknlUFevO78r4WTlnGj7/frYdOcUHzqxM9XDGhYqPoiQYj8/P8+8e5b/+2MjO5i4qi9z83YcXcOuFczSQQDktVswuR8RKMqrioygKAD2DXp7YeITH3jhA86l+5lUV8q0bz+aGc2vIy3GmenhKFlBakMOC6cVsysD1Pio+ShCNN5gcjncN8KM3D/Kztw/RNeBl1dxpfO36JaxeOD1jk0Aq6cvKunKe3daCz28yavGxio+iTALGGLYeOcWP/nSQ5989it8Yrl16Bp/74FzOnV2e6uEpWczKunJ+tuEwe491s7i6JNXDiRsVHyWIZrUeP4NeH7/ZcZQfvXmQHU2dFOe5uO0Dddx2UR2zKwpSPTxlCnDuLOvLzfamUyo+ipLtnOga4KcbDvPzDYdo7RnizKpCvn7DUm48t0ZT4ChJZU5FAaX5OexoOpVRSUb1ryQLMMbw/vEezpp5eqnVdc4nNlsPd/CjNw/ymx1H8RnD6rOm8/9dXMcl8yt1Px0lJYgIy2pL2XakM9VDGRcqPlnAuo1HuPeZd/n55y7gA/PHF26pWQ1i0z/k47kdLfz07UNsb+qkONfFZy6q4zMXzaGusjDVw1MUltWW8vBrjfQP+ch3Z0YkpYpPFrCjyfrG09jaO27x8fhUfCLRcKKHn284zFObj9A14LVca2uW8PEVtRSpa01JI86pLcPnN+w+2sl5czJjnyf9C8oCvD4/ADnO8bt9vH5/8FiNIBjy+nlx1zF+tuEQbze2k+MUrll6BrdeMJtVc6epa01JS86ZVQbA9iMqPkoS8dpbkbocjnFf6/Gq4gAcae/j5+8c5r83HaG1Z4hZ0/K5+5qF3LyylsoiTX2jpDczSvKYUZLLjqZTqR5K3Kj4ZAEe2/JxTcDy8YRaPpM2oszA6/Pzynsn+NmGw7y+7yQOEa5YOJ1PXziHD86v1AWhSkaxrLYs6ILPBFR8sgBP0O02AcvH549dKcs43NbHk5uO8NTmJo51DTCzJI8vXlHPJ8+fxRmlupWBkpmcU1vKy7uP09nvoTQ/J9XDiYmKTxbgtYMGJvI93RsScJDNkW8DHh+/3XmMJzYe4a3GNhwCly2o4mtrlnDFwum4JiDcipJOLKu15n3eberkkvr0TzIa11+ciFwjIntFpEFE7glzPldEnrDPbxCRupBz99rle0Xk6lhtishcu419dpvuaH2ISIWIvCoiPSLy3Yk+iExmyLZeAnM/E7k2W9nZ3MlXfrWTVff/jr95YhvNp/r5X1ct4M17ruCHn13F1UtmqvAoWcGy2lLAynSQCcS0fETECXwP+DDQBGwUkfXGmN0h1e4AOowx80VkLfAA8EkRWQysBZYA1cDvRGSBfU2kNh8AHjTGrBORh+22/zNSH8AA8BVgqf0z5QhYL/4JWC7Z6Hbr7PPwq23NPLHxCLuPdpHrcnDt0pn8j/NnceHcCp3LUbKSsgI3cyoKMiboIB632yqgwRjTCCAi64A1QKj4rAH+j338FPBdsWJS1wDrjDGDwAERabDbI1ybIrIHWA18yq7zuN3uf0bqwxjTC7whIvPHcd9ZRSBc2juBNTv9Q77gcSY73fx+w5v723hi0xFe3HWMIa+fpTUlfH3NEq5fXpMRPnBFOV2W1Zax+WBmbKsdj/jUAEdCPjcBF0SqY4zxikgnUGGXvz3q2hr7OFybFcApY4w3TP1IfbTGcQ9ZTWChqG8CbrdQ8clEDrb28szWZp7Z0kRTRz+l+Tnccv4s/sf5s1hSXZrq4SlKUllaXcKvt7fQ3jvEtDTfqDAe8Qnnoxj9lotUJ1J5OCd7tPrxjiMiInIncCfA7NmZk3wvHgKuM98E3G69oeKTIaZPZ5+H595t4ZktzWw+1IFD4OL5lfz91Wdx9ZKZulGbMmUJfOHa1dLJB+urUjya6MQjPk3ArJDPtUBLhDpNIuICSoH2GNeGK28FykTEZVs/ofUj9REXxphHgEcAVq5cmSGv2fgIuNsmEnDQN+SNXSkN8Pj8vLb3JM9sbeJ3u08w5POzYEYR9167kDXLa5hZmpfqISpKyllib6mwq6UrK8RnI1AvInOBZqwAgk+NqrMeuA14C7gJeMUYY0RkPfBzEfkOVsBBPfAOlhUzpk37mlftNtbZbT4brY+J3XZ2EbR8JhA80Ddizie9Hqcxhp3NXTy9pYlfb2+hrXeIikI3t144hxtX1LCkukTT3ShKCOWFbmrK8tnV0pXqocQkpvjY8ytfAF4EnMBjxphdInIfsMkYsx54FPiJHVDQjiUm2PWexApO8AJ3GWN8AOHatLu8G1gnIt8AttptE6kPu62DQAngFpEbgKtGReNlNf0eS0AmkiO0dzD9LJ9jnQP8aps1j/P+8R7cTgcfXjyDG1fUcOmCqgktplWUqcLi6hJ2taR/poO4FpkaY54Hnh9V9tWQ4wHg5gjX3g/cH0+bdnkjwxFxoeXR+qiLegNZTs+AJSA+//gtn1N9nskezoToG/Ly4q5jPLOlmTcaWjEGVs4p558+fjbXnX0GpQUaraYo8bCkuoTf7TlO76A3rTc2TN+RKXHTbVsvE5nzaesdDB4n24np9xvebmzj6S3NvLDzKH1DPmZNy+evV9fz8XNrdK8cRZkAS6tLMQb2HO1iZV36ZrhW8clwBjzDczb+CYhPa88Qpfk5dPYnzwJqONHDM1ua+NXWZlo6ByjOdXH9OdV84rxaVs4p13kcRTkNltQMBx2o+CgJo7Vn2HKZiOVzonuQyiI3nf2ehIYbtPcO8evtLTyzpYntTZ04HcKl9ZXc+5FFfHjxDA2PVpRJYmZJHtMK3Wk/76Pik+Ecae8PHo93kakxhgMne1g1dxr7T/ZO9tAY9Pp4Zc8Jnt7SzB/2nsDrNyw+o4QvX7eI65dXM71Yw6MVZbIREZZUl6R9xJuKT4ZzpL0veDxe8WnvHaJrwMu8qiLYc2JS5nyMMWw53MHTW5r5zY6jdPZ7mF6cyx2XzOXjK2pYOLPk9DtRFCUqS6pLefSNRoa8ftyu9IwOVfHJcHY0n6Io18WQ1z9u8QlsPBVYmDaRDAkBmjr6eHpzM89sbeJQWx/5OU6uXjKDG1fUcvH8SpyazFNRksaS6hI8PsP7x7tZWpOeaaZUfDIYYwxvNrRx7uwythzqGPecz1uNbeQ4hfPtScnxLlId8vr53Z7j/OKdw7zRYKXYu2heBX+1up5rls6kKI3DPBUlmwl8odzd0qXio0w+Gw6009jay59fNo/tR06Ny/Lx+Q2/3t7CxfMrKcqzfg3iFa8Drb384p3DPL25ibbeIapL8/jr1fXcvLKW2vKCCd2LoiiTR11FIYVupx10MCtm/VSg4pOhDHh83Pfr3cwsyeNj51TzrRfeG5f4PL2liaOdA/zvjy3BZbvEol1vjOGtxjYe/eMBXtl7AqcIVy6awSdXzeLS+ip1qylKGuFwCIurS9iZxkEHKj4ZiNfn5++e3M6eY13815+tpMDtwulwxG25HG7r45+e38O5s8u4esmMqDuhGmP4w96T/OvLe9nZ3EVFoZu/Wl3PrRfO1mg1RUljllSX8uSmI/j8Ji2/HKr4ZBgDHh9f+PlWfrfnOP/4kUVcuXgGAC6HxLXI9EBrL595bAPGwL99cjkiQo7DioYZvRnd+8e7+fIvd/LOwXZmTyvgWzeezQ3n1uiaHEXJAJZUl9A35ONAay/zpxelejhjUPHJIA609nLXz7aw51gX961ZwmcuqgueczokquVjjOHZbS189dmduJwOfnz7KuZUWOlrHA5BZDg3nDGGR984wAO/fY/ivBy+ccNSPnn+LE3oqSgZRCDQYFdLp4qPMjF8fsPP3znMt57fQ47LwQ8+s5IrFs0YUcfpkIiJRd871sU//3Yvr7x3ghWzy3jwk8uDwhPA5RA8foMxhvue280P/3SQqxbP4Js3nk1FUW7C7k1RlMQwf3oRbpeDXS1drFleE/uCJKPik+ZsOdzB1369m+1HTvGBMyv49s3nUF2WP6aeyyFjtlQ41NbLgy+/z7PbWyjKdfEPH1nIHZfMC+v/tcTL8PibB/nhnw7y2Yvr+Mp1i3Gkoa9YUZTY5DgdLJpZzM7m9Eyzo+KTpmw93MG//W4fr71/ksqiXP7v2uVcf051xKSbjhDL52T3IP/39++z7p0juJzCn196Jp+/bB5lBZH3dM9xODjS3sdP3jrEh86qUuFRlCxgSU0pz21vwRiTdgl7VXzSiCGvnxd2HuUnbx1i06EOphW6uefahfzZhXNi7svhcghen2H99hb+4Zl3GfD4WLtqFn+1up4ZJbGj0pxO4YWdx3A6hPvWLFXhUZQsYGl1KT/fcJimjn5mTUuvNXgqPmnA3mPdPLutmSc3NdHaM8icigK+fN0iblk1O+7NoJwO4Y2GVl7ec5yVc8p54BPLrJxtcRKQmg+dVZV2v6SKokyMpfb2CjubO9Pu71rFJ0XsP9nDc9uP8tyOFvad6MEhcPlZ0/mzi+ZwWX3VuC0Pp0PoG/Ixe1oBP779AvLd4wuH7rB3NP3EitpxXacoSvqyYEYxToews6WTa88+I9XDGYGKTxI53NbHr3e08NyOo+w52oUInD9nGl9fs4Rrlp5BVfHEo8oaTvQA8NmL68YtPABXLZ7BH/e1snrR9AmPQVGU9CIvx0n99CJ2NqdfpgMVnwTTcqqf3+ywLJztdhbpc2eX8ZWPLua6s89gZunkZAm4bEEVL+w8xg0TDKn8l5vPoX/IR65LF5AqSjaxtKaUP+w9kXZBByo+CaC1Z5Df7DjK+u0tbD7UAcDZNaXce+1Crlt2RkKSb963Zil3fWg+5YWRI9qiUZqfQ2l+ziSPSlGUVLO0uoSnNjdxonswruCjZKHiM0kEItWe2tzEm/vb8PkNC2cW8/dXn8V1Z59BXWVh7EZOg6ri3NNy2ymKkp0EMh3sbO5U8ckmege9PPbGAX789iFOdg8ya1o+n79sHtefU8NZM4tTPTxFUaY4i84oQQR2NneNyYySSlR8ToMX3j3KV57dRWvPIJefVcVnL57LB+dX6hoZRVHShsJcF/MqC9nZkl6ZDlR8JoAxhgd+u5eHX9vPstpSHvnMeayYXZ7qYSmKooRlaU0pGw+0p3oYI9A0xRPg+6838vBr+/nUBbN5+i8+oMKjKEpac3ZNKS2dAxzrHEj1UIKo+IyTxpM9/OtLe/nI2TO5/4alus2AoihpzwVzKwDYcKAtxSMZRt+c4+QHbxzAIcLXrl+aVjHziqIokVhcXUJxrou3G9PH9RaX+IjINSKyV0QaROSeMOdzReQJ+/wGEakLOXevXb5XRK6O1aaIzLXb2Ge36Z5oH5ONMYaXdx/nqiUzNaxZUZSMwekQVtaVZ5blIyJO4HvAtcBi4BYRWTyq2h1AhzFmPvAg8IB97WJgLbAEuAZ4SEScMdp8AHjQGFMPdNhtj7uP8T6IeDjRPcjJ7kFWztE5HkVRMouL51fSeLI3mIor1cRj+awCGowxjcaYIWAdsGZUnTXA4/bxU8AVYvmk1gDrjDGDxpgDQIPdXtg27WtW221gt3nDBPuYdFp7BgGYUaJWj6IomcX1y6txOoR///2+VA8FiC/UugY4EvK5CbggUh1jjFdEOoEKu/ztUdcGko+Fa7MCOGWM8YapP5E+gojIncCd9sceEWkDWiPedRSufWAiV6U1lUzwWWQh+iws9DkMk1XP4j+A//jUhC6tBOZM1jjiEZ9ws+omzjqRysNZXNHqT6SPkQXGPAI8EvgsIpuMMSvDXDvl0GcxjD4LC30Ow+izsLCfQ91ktReP260JmBXyuRZoiVRHRFxAKdAe5dpI5a1Amd3G6L7G24eiKIqSpsQjPhuBejsKzY01ub9+VJ31wG328U3AK8YYY5evtSPV5gL1wDuR2rSvedVuA7vNZyfYh6IoipKmxHS72fMrXwBeBJzAY8aYXSJyH7DJGLMeeBT4iYg0YFkja+1rd4nIk8BuwAvcZYzxAYRr0+7ybmCdiHwD2Gq3zUT6iMEjsatMGfRZDKPPwkKfwzD6LCwm9TmIZTwoiqIoSvLQDAeKoihK0lHxURRFUZLOlBSfWOmCsgEReUxETojIzpCyaSLysp266GURKbfLRUT+3X4eO0RkRcg1t9n194nIbeH6SmdEZJaIvCoie0Rkl4h80S6fUs9CRPJE5B0R2W4/h6/Z5WmbzirR2NlWtorIc/bnKfksROSgiLwrIttEZJNdlvi/D2PMlPrBCnDYD8wD3MB2YHGqx5WA+7wUWAHsDCn7Z+Ae+/ge4AH7+CPAC1hrpi4ENtjl04BG+99y+7g81fc2zudwBrDCPi4G3sdK6TSlnoV9P0X2cQ6wwb6/J4G1dvnDwF/Yx38JPGwfrwWesI8X238zucBc+2/Jmer7m+Az+RLwc+A5+/OUfBbAQaByVFnC/z6mouUTT7qgjMcY8zpWVGAooSmKRqcu+rGxeBtrrdUZwNXAy8aYdmNMB/AyVv68jMEYc9QYs8U+7gb2YGXAmFLPwr6fQFKvHPvHkMbprBKJiNQC1wE/sD+ndWqvFJDw+PvPqAAAAjNJREFUv4+pKD7h0gWNSceTpcwwxhwF66UMTLfLIz2TrHpWtrvkXKxv/VPuWdhupm3ACayXw37iTGcFhKazyujnYPNvwP8P+O3Pcaf2IvuehQFeEpHNYqUhgyT8fUzFbbTjSsczxTit1EWZgIgUAU8Df2OM6ZLIezFl7bMw1vq35SJSBvwSWBSumv1v1j4HEfkocMIYs1lELg8Uh6ma9c/C5mJjTIuITAdeFpH3otSdtGcxFS2fqZyO57htImP/e8IuH28apIxCRHKwhOdnxphn7OIp+SwAjDGngD9g+eynYjqri4HrReQgltt9NZYlNBWfBcaYFvvfE1hfSlaRhL+PqSg+8aQLylZCUxSNTl30GTuS5UKg0za1XwSuEpFyO9rlKrssY7B9848Ce4wx3wk5NaWehYhU2RYPIpIPXIk1/zXl0lkZY+41xtQaK0nmWqx7+zRT8FmISKGIFAeOsX6vd5KMv49UR1qk4gcrYuN9LJ/3P6Z6PAm6x18ARwEP1reSO7D81L8H9tn/TrPrCtbmfvuBd4GVIe3cjjWR2gB8NtX3NYHncAmW+b8D2Gb/fGSqPQtgGVa6qh32y+Wrdvk8rBdmA/DfQK5dnmd/brDPzwtp6x/t57MXuDbV93aaz+VyhqPdptyzsO95u/2zK/A+TMbfh6bXURRFUZLOVHS7KYqiKClGxUdRFEVJOio+iqIoStJR8VEURVGSjoqPoiiKknRUfBRFUZSko+KjKIqiJJ3/B8fWcVIpEC9fAAAAAElFTkSuQmCC\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], "source": [ "plt.clf()\n", "# plt.plot(x_part, calcs, '.')\n", @@ -735,7 +791,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -751,7 +807,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -767,7 +823,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ @@ -780,7 +836,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 17, "metadata": {}, "outputs": [], "source": [ @@ -837,7 +893,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 18, "metadata": {}, "outputs": [], "source": [ @@ -921,7 +977,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 19, "metadata": {}, "outputs": [], "source": [ @@ -930,7 +986,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 20, "metadata": {}, "outputs": [], "source": [ @@ -939,7 +995,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 21, "metadata": {}, "outputs": [], "source": [ @@ -948,7 +1004,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 22, "metadata": { "scrolled": false }, @@ -996,7 +1052,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 23, "metadata": {}, "outputs": [], "source": [ @@ -1013,7 +1069,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 24, "metadata": {}, "outputs": [], "source": [ @@ -1037,7 +1093,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 25, "metadata": {}, "outputs": [], "source": [ @@ -1064,7 +1120,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 26, "metadata": {}, "outputs": [], "source": [ @@ -1087,7 +1143,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 27, "metadata": {}, "outputs": [], "source": [ @@ -1096,7 +1152,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 28, "metadata": {}, "outputs": [], "source": [ @@ -1112,7 +1168,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 29, "metadata": {}, "outputs": [], "source": [ @@ -1142,7 +1198,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 30, "metadata": {}, "outputs": [], "source": [ @@ -1156,7 +1212,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 31, "metadata": {}, "outputs": [], "source": [ @@ -1174,7 +1230,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 32, "metadata": {}, "outputs": [], "source": [ @@ -1188,7 +1244,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 33, "metadata": {}, "outputs": [], "source": [ @@ -1209,7 +1265,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -1219,7 +1275,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 35, "metadata": {}, "outputs": [], "source": [ @@ -1250,7 +1306,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 36, "metadata": {}, "outputs": [], "source": [ @@ -1269,14 +1325,28 @@ "cell_type": "code", "execution_count": null, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "WARNING:tensorflow:From C:\\Users\\sa_li\\.conda\\envs\\rmd\\lib\\site-packages\\zfit\\core\\sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.\n", + "Instructions for updating:\n", + "Use tf.cast instead.\n", + "WARNING:tensorflow:From C:\\Users\\sa_li\\.conda\\envs\\rmd\\lib\\site-packages\\tensorflow_probability\\python\\distributions\\categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version.\n", + "Instructions for updating:\n", + "Use tf.random.categorical instead.\n", + "Toy 0: Generating data...\n" + ] + } + ], "source": [ "# zfit.run.numeric_checks = False \n", "\n", "Ctt_list = []\n", "Ctt_error_list = []\n", "\n", - "nr_of_toys = 10\n", + "nr_of_toys = 1\n", "nevents = int(pdg[\"number_of_decays\"])\n", "nevents = pdg[\"number_of_decays\"]\n", "event_stack = 1000000\n", @@ -1337,7 +1407,7 @@ " for param in total_f.get_dependents():\n", " param.randomize()\n", "\n", - " nll = zfit.loss.UnbinnedNLL(model=total_f, data=data, fit_range = (x_min, x_max))\n", + " nll = zfit.loss.UnbinnedNLL(model=total_f, data=data, fit_range = (jpsi_mass+50.0, psi2s_mass-50.0))\n", "\n", " minimizer = zfit.minimize.MinuitMinimizer(verbosity = 5)\n", " # minimizer._use_tfgrad = False\n", diff --git a/__pycache__/pdg_const.cpython-37.pyc b/__pycache__/pdg_const.cpython-37.pyc index 8eb1fd0..e91547c 100644 --- a/__pycache__/pdg_const.cpython-37.pyc +++ b/__pycache__/pdg_const.cpython-37.pyc Binary files differ diff --git a/data/zfit_toys/toy_0/0.pkl b/data/zfit_toys/toy_0/0.pkl index 79f3f42..57b3cea 100644 --- a/data/zfit_toys/toy_0/0.pkl +++ b/data/zfit_toys/toy_0/0.pkl Binary files differ diff --git a/data/zfit_toys/toy_0/1.pkl b/data/zfit_toys/toy_0/1.pkl index 90ecaeb..ea1ce79 100644 --- a/data/zfit_toys/toy_0/1.pkl +++ b/data/zfit_toys/toy_0/1.pkl Binary files differ diff --git a/data/zfit_toys/toy_0/2.pkl b/data/zfit_toys/toy_0/2.pkl index c2d806f..370b3f4 100644 --- a/data/zfit_toys/toy_0/2.pkl +++ b/data/zfit_toys/toy_0/2.pkl Binary files differ diff --git a/data/zfit_toys/toy_0/3.pkl b/data/zfit_toys/toy_0/3.pkl index ad0becb..aa74233 100644 --- a/data/zfit_toys/toy_0/3.pkl +++ b/data/zfit_toys/toy_0/3.pkl Binary files differ diff --git a/data/zfit_toys/toy_0/4.pkl b/data/zfit_toys/toy_0/4.pkl index a586093..1f325cd 100644 --- a/data/zfit_toys/toy_0/4.pkl +++ b/data/zfit_toys/toy_0/4.pkl Binary files differ diff --git a/data/zfit_toys/toy_0/5.pkl b/data/zfit_toys/toy_0/5.pkl index 1a53bf0..6b4f129 100644 --- a/data/zfit_toys/toy_0/5.pkl +++ b/data/zfit_toys/toy_0/5.pkl Binary files differ diff --git a/prelim_results/slurm-2213899.out b/prelim_results/slurm-2213899.out new file mode 100644 index 0000000..fd5c4f0 --- /dev/null +++ b/prelim_results/slurm-2213899.out @@ -0,0 +1,9513 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.997225: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.004607: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2600150000 Hz +2019-07-07 14:45:24.004794: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55f84c27e4a0 executing computations on platform Host. Devices: +2019-07-07 14:45:24.004826: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:28.252805: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55f84c335f60 executing computations on platform CUDA. Devices: +2019-07-07 14:45:28.252839: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:28.254841: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:07:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:28.254886: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:28.280594: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:28.280618: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:28.280629: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:28.282178: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:07:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716091.8135372 Edm = 1.29214 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716091.8135372 Edm = 1.29214 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716527.0619327 Edm = 0.205734 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -716528.2464134 Edm = 0.789568 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -716636.698482 Edm = 1.43426 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -716638.6153762 Edm = 0.161676 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -716772.5302098 Edm = 103.886 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -717146.4240554 Edm = 106.35 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -717387.9471936 Edm = 1.74473 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -717389.5782305 Edm = 0.122239 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -717389.7370875 Edm = 0.154327 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -717395.1937215 Edm = 5.43893 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -717416.1755612 Edm = 17.2148 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -717515.9585608 Edm = 3.3725 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -717518.9631646 Edm = 0.02235 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -717518.9880281 Edm = 0.00449608 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -717519.051663 Edm = 0.0600042 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -717525.7315404 Edm = 0.0470161 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -717563.3156489 Edm = 1.45739 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -717565.5109516 Edm = 0.0831786 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -717565.6083021 Edm = 0.00184994 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -717565.616946 Edm = 0.00497162 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -717565.7636637 Edm = 0.117493 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -717584.397815 Edm = 2.76682 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -717586.3565336 Edm = 0.352986 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -717586.7354709 Edm = 0.022087 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -717586.7627391 Edm = 0.000639665 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -717586.7637862 Edm = 0.000470384 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -717586.7834515 Edm = 0.0194196 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -717587.2760887 Edm = 0.0271946 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -717590.8002751 Edm = 0.520608 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -717591.7337365 Edm = 0.0481004 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -717591.7837039 Edm = 0.00129634 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -717591.7854906 Edm = 0.000249678 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -717591.79176 Edm = 0.00569425 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -717593.8671372 Edm = 0.924664 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -717595.8556318 Edm = 0.0148756 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -717595.8722121 Edm = 0.000333242 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -717595.8729283 Edm = 0.000374619 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -717595.8880935 Edm = 0.0144065 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -717597.5223118 Edm = 1.42372 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -717612.407374 Edm = 5.79324 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -717618.6914837 Edm = 3.24595 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -717621.3447948 Edm = 2.80453 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -717622.1164339 Edm = 0.299438 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -717622.3873563 Edm = 0.0455085 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -717622.4401186 Edm = 0.00208633 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -717622.4450697 Edm = 0.00310614 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -717622.545809 Edm = 0.102093 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -717623.8938366 Edm = 1.02599 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -717634.4425555 Edm = 2.40547 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -717636.7426599 Edm = 0.167442 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -717636.8845203 Edm = 0.0188336 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -717636.8970336 Edm = 0.00093496 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -717636.8983443 Edm = 0.000343495 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -717636.9021059 Edm = 0.00380428 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -717637.1766648 Edm = 0.250294 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -717643.5668675 Edm = 1.24345 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -717645.0667838 Edm = 0.173762 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -717645.206497 Edm = 0.00878444 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -717645.2131999 Edm = 0.000357383 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -717645.2136454 Edm = 0.00017418 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -717645.2172421 Edm = 0.00367262 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -717645.4040098 Edm = 0.0350337 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -717646.7373714 Edm = 0.863212 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -717656.276389 Edm = 0.995872 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -717657.2286931 Edm = 0.0141892 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -717657.2422989 Edm = 0.000509879 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -717657.2433716 Edm = 0.00045079 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -717657.2501575 Edm = 0.00633876 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -717657.3921866 Edm = 0.103156 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -717660.6600605 Edm = 2.04153 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -717666.9841597 Edm = 0.384555 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -717667.3949151 Edm = 0.00537243 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -717667.4004517 Edm = 0.000127398 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -717667.4006691 Edm = 0.000108796 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -717667.4091279 Edm = 0.00876728 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -717667.5161095 Edm = 0.00856266 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -717668.6581562 Edm = 0.397213 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -717670.6485471 Edm = 0.0467413 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -717670.7490942 Edm = 0.00805174 NCalls = 257 +VariableMetric: Iteration # 80 - FCN = -717670.7596975 Edm = 0.000302694 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -717670.7600272 Edm = 2.83623e-05 NCalls = 261 +VariableMetric: After Hessian - FCN = -717670.7600272 Edm = 1053.32 NCalls = 612 +VariableMetric: Iteration # 82 - FCN = -717670.7600272 Edm = 1053.32 NCalls = 612 +VariableMetric: Iteration # 83 - FCN = -717671.0098692 Edm = 2548.08 NCalls = 619 +VariableMetric: Iteration # 84 - FCN = -717671.4614971 Edm = 0.372736 NCalls = 628 +VariableMetric: Iteration # 85 - FCN = -717672.3948077 Edm = 5.63683 NCalls = 633 +VariableMetric: Iteration # 86 - FCN = -717672.6534107 Edm = 0.314134 NCalls = 637 +VariableMetric: Iteration # 87 - FCN = -717673.1109981 Edm = 0.243451 NCalls = 640 +VariableMetric: Iteration # 88 - FCN = -717673.4248165 Edm = 0.180423 NCalls = 643 +VariableMetric: Iteration # 89 - FCN = -717673.6395585 Edm = 0.194216 NCalls = 645 +VariableMetric: Iteration # 90 - FCN = -717673.7549722 Edm = 0.0965432 NCalls = 648 +VariableMetric: Iteration # 91 - FCN = -717673.8604418 Edm = 0.0524809 NCalls = 650 +VariableMetric: Iteration # 92 - FCN = -717673.9015969 Edm = 0.0158487 NCalls = 652 +VariableMetric: Iteration # 93 - FCN = -717673.9283914 Edm = 0.00869433 NCalls = 655 +VariableMetric: Iteration # 94 - FCN = -717673.9420712 Edm = 0.00272374 NCalls = 657 +VariableMetric: Iteration # 95 - FCN = -717673.9454324 Edm = 0.000438645 NCalls = 659 +VariableMetric: Iteration # 96 - FCN = -717673.945875 Edm = 0.000262764 NCalls = 660 +VariableMetric: Iteration # 97 - FCN = -717673.9467586 Edm = 0.000552414 NCalls = 662 +VariableMetric: Iteration # 98 - FCN = -717673.948928 Edm = 0.00123776 NCalls = 664 +VariableMetric: Iteration # 99 - FCN = -717673.9577883 Edm = 0.00369331 NCalls = 667 +VariableMetric: Iteration # 100 - FCN = -717673.9646527 Edm = 0.00111211 NCalls = 669 +VariableMetric: Iteration # 101 - FCN = -717673.9663754 Edm = 0.000235011 NCalls = 671 +VariableMetric: Iteration # 102 - FCN = -717673.966731 Edm = 4.42505e-05 NCalls = 673 +VariableMetric: After Hessian - FCN = -717673.966731 Edm = 0.000755559 NCalls = 1038 +VariableMetric: Iteration # 103 - FCN = -717673.966731 Edm = 0.000755559 NCalls = 1038 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716233.8947922 Edm = 2.37486 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716233.8947922 Edm = 2.37486 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716803.3434966 Edm = 0.15967 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -716805.5486969 Edm = 0.181784 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -716895.1928495 Edm = 18.3997 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -716919.9514969 Edm = 0.185959 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -716921.621102 Edm = 1.48872 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -717148.978863 Edm = 38.4959 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -717332.6059279 Edm = 28.468 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -717383.9022065 Edm = 3.977 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -717389.5460508 Edm = 0.0764032 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -717389.6749053 Edm = 0.0298658 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -717396.3800124 Edm = 5.18418 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -717423.1102217 Edm = 0.198804 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -717423.3296528 Edm = 0.0139657 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -717423.7895711 Edm = 0.488366 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -717441.1094047 Edm = 5.18701 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -717474.0885148 Edm = 6.64703 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -717481.3342849 Edm = 10.4014 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -717490.167411 Edm = 5.51945 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -717495.0721255 Edm = 1.3001 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -717496.5515856 Edm = 0.0240951 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -717496.5789083 Edm = 0.00383999 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -717496.5873869 Edm = 0.00694913 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -717497.2918965 Edm = 0.65463 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -717540.4199537 Edm = 7.95962 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -717549.2780642 Edm = 0.92499 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -717550.8669733 Edm = 0.461093 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -717551.756813 Edm = 0.134312 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -717551.8905877 Edm = 0.0136047 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -717551.9087073 Edm = 0.00108652 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -717551.9107403 Edm = 0.000656355 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -717551.9578338 Edm = 0.0690648 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -717551.961667 Edm = 0.00324279 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -717552.1404799 Edm = 0.143035 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -717560.2330196 Edm = 4.83725 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -717565.0940805 Edm = 2.89606 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -717569.5256795 Edm = 0.377892 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -717570.4889175 Edm = 0.155372 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -717571.1104205 Edm = 0.500297 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -717577.8770611 Edm = 5.19661 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -717577.9349471 Edm = 0.473004 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -717579.3175388 Edm = 0.747711 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -717580.6504135 Edm = 0.125465 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -717580.926144 Edm = 0.0316537 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -717580.9604783 Edm = 0.00177817 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -717580.9630478 Edm = 0.000597992 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -717580.9659241 Edm = 0.00174426 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -717581.0098914 Edm = 0.0446839 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -717581.1715721 Edm = 0.126575 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -717583.9294378 Edm = 2.10211 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -717585.9639302 Edm = 0.249984 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -717586.3342813 Edm = 0.0377555 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -717586.3991845 Edm = 0.0151621 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -717586.4462427 Edm = 0.0114688 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -717586.4615121 Edm = 0.00418869 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -717586.4652292 Edm = 0.000478317 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -717586.4664056 Edm = 0.000451278 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -717586.4803312 Edm = 0.0138328 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -717586.9332541 Edm = 0.790594 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -717586.9343554 Edm = 0.00112481 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -717586.9423047 Edm = 0.00895488 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -717587.4919678 Edm = 0.342942 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -717590.4182303 Edm = 1.73612 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -717591.3051417 Edm = 0.125064 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -717591.5739911 Edm = 0.0268325 NCalls = 216 +VariableMetric: Iteration # 65 - FCN = -717591.615048 Edm = 0.00223615 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -717591.61753 Edm = 0.000228939 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -717591.6180415 Edm = 0.000284456 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -717591.6454562 Edm = 0.0295614 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -717591.877876 Edm = 0.0190562 NCalls = 235 +VariableMetric: Iteration # 70 - FCN = -717594.8054674 Edm = 1.28503 NCalls = 237 +VariableMetric: Iteration # 71 - FCN = -717598.8698136 Edm = 1.02734 NCalls = 240 +VariableMetric: Iteration # 72 - FCN = -717600.5649925 Edm = 0.189349 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -717600.7040232 Edm = 0.0353527 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -717600.7335755 Edm = 0.0129001 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -717600.7501103 Edm = 0.00156494 NCalls = 246 +VariableMetric: Iteration # 76 - FCN = -717600.7521937 Edm = 0.000374059 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -717600.7846931 Edm = 0.0327776 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -717601.0960111 Edm = 0.297107 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -717635.6683901 Edm = 16.709 NCalls = 271 +VariableMetric: Iteration # 80 - FCN = -717643.8121771 Edm = 2.0376 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -717645.7728261 Edm = 0.477695 NCalls = 276 +VariableMetric: Iteration # 82 - FCN = -717647.2373042 Edm = 1.14758 NCalls = 278 +VariableMetric: Iteration # 83 - FCN = -717648.4391736 Edm = 1.12518 NCalls = 281 +VariableMetric: Iteration # 84 - FCN = -717649.1471365 Edm = 0.319807 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -717649.4852903 Edm = 0.0653299 NCalls = 286 +VariableMetric: Iteration # 86 - FCN = -717649.5707813 Edm = 0.0272835 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -717649.6250547 Edm = 0.0285282 NCalls = 291 +VariableMetric: Iteration # 88 - FCN = -717649.6990112 Edm = 0.0429452 NCalls = 298 +VariableMetric: Iteration # 89 - FCN = -717649.749362 Edm = 0.0568131 NCalls = 301 +VariableMetric: Iteration # 90 - FCN = -717649.7794935 Edm = 0.0226481 NCalls = 303 +VariableMetric: Iteration # 91 - FCN = -717649.8182165 Edm = 0.00479199 NCalls = 305 +VariableMetric: Iteration # 92 - FCN = -717649.8243281 Edm = 0.000679558 NCalls = 307 +VariableMetric: Iteration # 93 - FCN = -717649.8289261 Edm = 0.00392114 NCalls = 310 +VariableMetric: Iteration # 94 - FCN = -717649.991754 Edm = 0.293636 NCalls = 317 +VariableMetric: Iteration # 95 - FCN = -717649.9990741 Edm = 0.00842398 NCalls = 320 +VariableMetric: Iteration # 96 - FCN = -717650.0331832 Edm = 0.0277872 NCalls = 325 +VariableMetric: Iteration # 97 - FCN = -717651.5634696 Edm = 1.64582 NCalls = 331 +VariableMetric: Iteration # 98 - FCN = -717654.4032358 Edm = 6.61752 NCalls = 336 +VariableMetric: Iteration # 99 - FCN = -717658.7217158 Edm = 2.6869 NCalls = 338 +VariableMetric: Iteration # 100 - FCN = -717661.0981663 Edm = 2.26187 NCalls = 341 +VariableMetric: Iteration # 101 - FCN = -717662.0487772 Edm = 0.438921 NCalls = 343 +VariableMetric: Iteration # 102 - FCN = -717662.5405089 Edm = 0.0724673 NCalls = 345 +VariableMetric: Iteration # 103 - FCN = -717662.6381714 Edm = 0.0375414 NCalls = 347 +VariableMetric: Iteration # 104 - FCN = -717662.7437849 Edm = 0.0380056 NCalls = 350 +VariableMetric: Iteration # 105 - FCN = -717662.8652425 Edm = 0.0562617 NCalls = 352 +VariableMetric: Iteration # 106 - FCN = -717663.0036955 Edm = 0.0176118 NCalls = 354 +VariableMetric: Iteration # 107 - FCN = -717663.0250446 Edm = 0.00313262 NCalls = 356 +VariableMetric: Iteration # 108 - FCN = -717663.0291072 Edm = 0.000788749 NCalls = 358 +VariableMetric: Iteration # 109 - FCN = -717663.030775 Edm = 0.000198789 NCalls = 360 +VariableMetric: Iteration # 110 - FCN = -717663.0312514 Edm = 0.000184023 NCalls = 362 +VariableMetric: Iteration # 111 - FCN = -717663.0347908 Edm = 0.00382121 NCalls = 366 +VariableMetric: Iteration # 112 - FCN = -717663.0682179 Edm = 0.0397426 NCalls = 372 +VariableMetric: Iteration # 113 - FCN = -717663.1194074 Edm = 0.0627695 NCalls = 379 +VariableMetric: Iteration # 114 - FCN = -717663.1205424 Edm = 0.00101843 NCalls = 381 +VariableMetric: Iteration # 115 - FCN = -717663.5310893 Edm = 0.357027 NCalls = 390 +VariableMetric: Iteration # 116 - FCN = -717663.531101 Edm = 0.000680685 NCalls = 393 +VariableMetric: Iteration # 117 - FCN = -717664.0160947 Edm = 0.166267 NCalls = 400 +VariableMetric: Iteration # 118 - FCN = -717664.5706423 Edm = 0.504119 NCalls = 403 +VariableMetric: Iteration # 119 - FCN = -717664.7790306 Edm = 0.0562098 NCalls = 405 +VariableMetric: Iteration # 120 - FCN = -717664.8319181 Edm = 0.00168088 NCalls = 407 +VariableMetric: Iteration # 121 - FCN = -717664.8351425 Edm = 0.000758468 NCalls = 409 +VariableMetric: Iteration # 122 - FCN = -717664.8371827 Edm = 0.000737895 NCalls = 411 +VariableMetric: Iteration # 123 - FCN = -717664.8851441 Edm = 0.0464031 NCalls = 416 +VariableMetric: Iteration # 124 - FCN = -717666.2708914 Edm = 0.0762893 NCalls = 420 +VariableMetric: Iteration # 125 - FCN = -717666.3492022 Edm = 0.0047279 NCalls = 421 +VariableMetric: Iteration # 126 - FCN = -717666.353052 Edm = 0.000187459 NCalls = 423 +VariableMetric: Iteration # 127 - FCN = -717666.3532185 Edm = 1.12187e-05 NCalls = 425 +VariableMetric: After Hessian - FCN = -717666.3532185 Edm = 1458.12 NCalls = 786 +VariableMetric: Iteration # 128 - FCN = -717666.3532185 Edm = 1458.12 NCalls = 786 +VariableMetric: Iteration # 129 - FCN = -717666.5882547 Edm = 4687.58 NCalls = 796 +VariableMetric: Iteration # 130 - FCN = -717666.7427152 Edm = 2633.66 NCalls = 804 +VariableMetric: Iteration # 131 - FCN = -717666.7715598 Edm = 874.953 NCalls = 810 +VariableMetric: Iteration # 132 - FCN = -717666.9791947 Edm = 3872.9 NCalls = 814 +VariableMetric: Iteration # 133 - FCN = -717667.6846941 Edm = 1689.1 NCalls = 818 +VariableMetric: Iteration # 134 - FCN = -717668.0074673 Edm = 494.058 NCalls = 822 +VariableMetric: Iteration # 135 - FCN = -717668.1325086 Edm = 134.64 NCalls = 826 +VariableMetric: Iteration # 136 - FCN = -717668.200643 Edm = 94.3555 NCalls = 830 +VariableMetric: Iteration # 137 - FCN = -717668.2160026 Edm = 1681.98 NCalls = 833 +VariableMetric: Iteration # 138 - FCN = -717668.4687693 Edm = 11.3735 NCalls = 836 +VariableMetric: Iteration # 139 - FCN = -717668.8277736 Edm = 12.6593 NCalls = 838 +VariableMetric: Iteration # 140 - FCN = -717668.882831 Edm = 15.8464 NCalls = 840 +VariableMetric: Iteration # 141 - FCN = -717668.9553511 Edm = 8.0528 NCalls = 842 +VariableMetric: Iteration # 142 - FCN = -717669.0495626 Edm = 4.03111 NCalls = 844 +VariableMetric: Iteration # 143 - FCN = -717669.1964808 Edm = 1.1122 NCalls = 846 +VariableMetric: Iteration # 144 - FCN = -717669.2660766 Edm = 2.36331 NCalls = 848 +VariableMetric: Iteration # 145 - FCN = -717669.3512051 Edm = 0.987198 NCalls = 850 +VariableMetric: Iteration # 146 - FCN = -717669.5183419 Edm = 5.43539 NCalls = 852 +VariableMetric: Iteration # 147 - FCN = -717669.8220996 Edm = 1.32414 NCalls = 854 +VariableMetric: Iteration # 148 - FCN = -717669.8448285 Edm = 0.982788 NCalls = 856 +VariableMetric: Iteration # 149 - FCN = -717669.9504354 Edm = 2.86975 NCalls = 858 +VariableMetric: Iteration # 150 - FCN = -717670.0470044 Edm = 3.01182 NCalls = 860 +VariableMetric: Iteration # 151 - FCN = -717670.282955 Edm = 0.34323 NCalls = 861 +VariableMetric: Iteration # 152 - FCN = -717670.5226155 Edm = 0.369418 NCalls = 864 +VariableMetric: Iteration # 153 - FCN = -717671.0352909 Edm = 0.250003 NCalls = 868 +VariableMetric: Iteration # 154 - FCN = -717671.351615 Edm = 0.468009 NCalls = 871 +VariableMetric: Iteration # 155 - FCN = -717671.7161802 Edm = 0.441626 NCalls = 873 +VariableMetric: Iteration # 156 - FCN = -717672.0031216 Edm = 0.189926 NCalls = 877 +VariableMetric: Iteration # 157 - FCN = -717672.2083048 Edm = 0.467441 NCalls = 878 +VariableMetric: Iteration # 158 - FCN = -717672.4521887 Edm = 0.128208 NCalls = 880 +VariableMetric: Iteration # 159 - FCN = -717672.6561243 Edm = 0.0700507 NCalls = 885 +VariableMetric: Iteration # 160 - FCN = -717672.7498737 Edm = 0.0378246 NCalls = 887 +VariableMetric: Iteration # 161 - FCN = -717672.791298 Edm = 0.0325242 NCalls = 890 +VariableMetric: Iteration # 162 - FCN = -717672.8491964 Edm = 0.0147792 NCalls = 894 +VariableMetric: Iteration # 163 - FCN = -717672.8684712 Edm = 0.00829467 NCalls = 896 +VariableMetric: Iteration # 164 - FCN = -717672.8728525 Edm = 0.00280691 NCalls = 898 +VariableMetric: Iteration # 165 - FCN = -717672.8772745 Edm = 0.000901659 NCalls = 900 +VariableMetric: Iteration # 166 - FCN = -717672.8785465 Edm = 0.000196915 NCalls = 902 +VariableMetric: Iteration # 167 - FCN = -717672.8796455 Edm = 0.000760906 NCalls = 905 +VariableMetric: Iteration # 168 - FCN = -717672.8832248 Edm = 0.000744897 NCalls = 908 +VariableMetric: Iteration # 169 - FCN = -717672.8841952 Edm = 0.000881293 NCalls = 910 +VariableMetric: Iteration # 170 - FCN = -717672.8845768 Edm = 3.22143e-05 NCalls = 912 +VariableMetric: After Hessian - FCN = -717672.8845768 Edm = 3.56384e-05 NCalls = 1281 +VariableMetric: Iteration # 171 - FCN = -717672.8845768 Edm = 3.56384e-05 NCalls = 1281 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713212.7783825 Edm = 5.36523 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713212.7783825 Edm = 5.36523 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715907.5197439 Edm = 0.416881 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -715909.1732513 Edm = 0.544538 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -716015.5683229 Edm = 0.386585 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -716016.135588 Edm = 0.115559 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716198.4883124 Edm = 8.65012 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -716387.0270025 Edm = 5.83863 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -716405.6738561 Edm = 2.1306 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -716407.3667567 Edm = 0.106338 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -716407.5083755 Edm = 0.0413176 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -716412.2483202 Edm = 3.55114 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -716459.1903697 Edm = 11.3192 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -716473.433801 Edm = 1.57175 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -716475.0835037 Edm = 0.0619395 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -716475.2629516 Edm = 0.066403 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -716477.1310153 Edm = 1.24471 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -716496.4661455 Edm = 13.7625 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -716506.3991808 Edm = 32.7859 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -716522.4713308 Edm = 14.147 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -716542.234624 Edm = 0.785011 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -716542.6934499 Edm = 0.0870915 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -716543.2126175 Edm = 0.137091 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -716543.41125 Edm = 0.00642934 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -716543.5576677 Edm = 0.12638 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -716557.9930653 Edm = 9.8777 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -716591.1682482 Edm = 21.8368 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -716596.4346008 Edm = 3.21635 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -716598.1018416 Edm = 0.86011 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -716601.1169115 Edm = 0.393645 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -716601.5985962 Edm = 0.00859477 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -716601.6109425 Edm = 0.00333443 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -716601.6264845 Edm = 0.00648189 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -716601.6592434 Edm = 0.0184659 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -716602.6804816 Edm = 0.988801 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -716606.4824741 Edm = 8.9039 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -716606.5249546 Edm = 0.0285689 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -716606.9411749 Edm = 0.462728 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -716636.9712867 Edm = 4.05513 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -716680.4009392 Edm = 8.04915 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -716692.0661803 Edm = 3.92667 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -716698.2338646 Edm = 2.07575 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -716702.5231428 Edm = 1.10867 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -716734.6694097 Edm = 30.5985 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -716735.6678357 Edm = 10.1234 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -716796.1770745 Edm = 37.1508 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -716851.3347456 Edm = 44.8938 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -716880.2252843 Edm = 11.5335 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -716887.3969179 Edm = 2.70801 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -716894.8626395 Edm = 4.02739 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -716899.4178356 Edm = 4.63716 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -716904.5147444 Edm = 1.38899 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -716905.8586597 Edm = 0.196361 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -716906.0109382 Edm = 0.0320174 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -716906.1216548 Edm = 0.161037 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -717076.7624068 Edm = 516.681 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -717076.7624068 Edm = 516.681 NCalls = 190 +VariableMetric: After Hessian - FCN = -717076.7624068 Edm = 128731 NCalls = 543 +VariableMetric: Iteration # 56 - FCN = -717076.7624068 Edm = 128731 NCalls = 543 +VariableMetric: Iteration # 57 - FCN = -717077.6463901 Edm = 73023.2 NCalls = 554 +VariableMetric: Iteration # 58 - FCN = -717228.7236843 Edm = 393.897 NCalls = 557 +VariableMetric: Iteration # 59 - FCN = -717552.4439847 Edm = 66.7934 NCalls = 565 +VariableMetric: Iteration # 60 - FCN = -717575.1663101 Edm = 463.959 NCalls = 575 +VariableMetric: Iteration # 61 - FCN = -717576.3266289 Edm = 12.0133 NCalls = 583 +VariableMetric: Iteration # 62 - FCN = -717613.3330061 Edm = 1.54996 NCalls = 585 +VariableMetric: Iteration # 63 - FCN = -717624.9999959 Edm = 5.10767 NCalls = 588 +VariableMetric: Iteration # 64 - FCN = -717634.4189422 Edm = 2.07331 NCalls = 591 +VariableMetric: Iteration # 65 - FCN = -717648.5409876 Edm = 3.65441 NCalls = 594 +VariableMetric: Iteration # 66 - FCN = -717653.0425265 Edm = 1.25813 NCalls = 596 +VariableMetric: Iteration # 67 - FCN = -717663.0951332 Edm = 3.01201 NCalls = 599 +VariableMetric: Iteration # 68 - FCN = -717666.823025 Edm = 0.406843 NCalls = 601 +VariableMetric: Iteration # 69 - FCN = -717667.4814436 Edm = 0.400217 NCalls = 603 +VariableMetric: Iteration # 70 - FCN = -717668.5836337 Edm = 0.0833839 NCalls = 606 +VariableMetric: Iteration # 71 - FCN = -717668.7849065 Edm = 0.0921425 NCalls = 608 +VariableMetric: Iteration # 72 - FCN = -717669.1034859 Edm = 0.0177199 NCalls = 610 +VariableMetric: Iteration # 73 - FCN = -717669.2627494 Edm = 0.109603 NCalls = 613 +VariableMetric: Iteration # 74 - FCN = -717669.6894068 Edm = 0.0454374 NCalls = 615 +VariableMetric: Iteration # 75 - FCN = -717670.0022313 Edm = 0.219164 NCalls = 618 +VariableMetric: Iteration # 76 - FCN = -717670.7038175 Edm = 0.0635428 NCalls = 621 +VariableMetric: Iteration # 77 - FCN = -717670.7940416 Edm = 0.0477012 NCalls = 623 +VariableMetric: Iteration # 78 - FCN = -717671.0590477 Edm = 0.0690066 NCalls = 626 +VariableMetric: Iteration # 79 - FCN = -717671.1446419 Edm = 0.0142926 NCalls = 628 +VariableMetric: Iteration # 80 - FCN = -717671.2719842 Edm = 0.09975 NCalls = 631 +VariableMetric: Iteration # 81 - FCN = -717671.5022972 Edm = 0.014139 NCalls = 633 +VariableMetric: Iteration # 82 - FCN = -717671.5492782 Edm = 0.037678 NCalls = 635 +VariableMetric: Iteration # 83 - FCN = -717671.8433812 Edm = 0.0992832 NCalls = 639 +VariableMetric: Iteration # 84 - FCN = -717671.9895814 Edm = 0.0136934 NCalls = 642 +VariableMetric: Iteration # 85 - FCN = -717672.0875077 Edm = 0.0646726 NCalls = 645 +VariableMetric: Iteration # 86 - FCN = -717672.3108612 Edm = 0.0155133 NCalls = 647 +VariableMetric: Iteration # 87 - FCN = -717672.3304795 Edm = 0.00641114 NCalls = 649 +VariableMetric: Iteration # 88 - FCN = -717672.3726099 Edm = 0.0205084 NCalls = 652 +VariableMetric: Iteration # 89 - FCN = -717672.4092799 Edm = 0.00274663 NCalls = 654 +VariableMetric: Iteration # 90 - FCN = -717672.4161516 Edm = 0.00378002 NCalls = 656 +VariableMetric: Iteration # 91 - FCN = -717672.4529532 Edm = 0.00904552 NCalls = 659 +VariableMetric: Iteration # 92 - FCN = -717672.465817 Edm = 0.000551157 NCalls = 661 +VariableMetric: Iteration # 93 - FCN = -717672.4679065 Edm = 0.00116968 NCalls = 663 +VariableMetric: Iteration # 94 - FCN = -717672.4725062 Edm = 0.00062502 NCalls = 665 +VariableMetric: Iteration # 95 - FCN = -717672.4743514 Edm = 0.00121291 NCalls = 667 +VariableMetric: Iteration # 96 - FCN = -717672.5194803 Edm = 0.00758436 NCalls = 671 +VariableMetric: Iteration # 97 - FCN = -717672.5282535 Edm = 0.000661186 NCalls = 673 +VariableMetric: Iteration # 98 - FCN = -717672.5302619 Edm = 0.00181147 NCalls = 675 +VariableMetric: Iteration # 99 - FCN = -717672.5560546 Edm = 0.0160094 NCalls = 681 +VariableMetric: Iteration # 100 - FCN = -717672.5941655 Edm = 0.00307693 NCalls = 683 +VariableMetric: Iteration # 101 - FCN = -717672.596324 Edm = 0.000583931 NCalls = 685 +VariableMetric: Iteration # 102 - FCN = -717672.5969234 Edm = 6.14237e-05 NCalls = 687 +VariableMetric: After Hessian - FCN = -717672.5969234 Edm = 0.00307555 NCalls = 1064 +VariableMetric: Iteration # 103 - FCN = -717672.5969234 Edm = 0.00307555 NCalls = 1064 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710772.4852687 Edm = 8.56284 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710772.4852687 Edm = 8.56284 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713697.9577375 Edm = 0.205048 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -713700.239507 Edm = 0.207977 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -713801.9054896 Edm = 46.8482 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -713887.1614904 Edm = 0.665844 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -713887.9450139 Edm = 0.132512 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -713901.6997526 Edm = 17.5759 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -713902.745505 Edm = 0.946154 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -714039.5401523 Edm = 29.8203 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -714130.1646536 Edm = 18.0272 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -714153.9301903 Edm = 1.66437 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -714156.1940185 Edm = 0.334277 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -714157.056262 Edm = 0.196443 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -714364.2493288 Edm = 219.005 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -714364.591726 Edm = 0.589145 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -714369.2373884 Edm = 4.18188 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -714531.6379019 Edm = 150.597 NCalls = 70 +VariableMetric: Iteration # 17 - FCN = -714532.3140726 Edm = 0.945999 NCalls = 72 +VariableMetric: Iteration # 18 - FCN = -714845.071245 Edm = 21.4705 NCalls = 80 +VariableMetric: Iteration # 19 - FCN = -714870.0518407 Edm = 1.08922 NCalls = 83 +VariableMetric: Iteration # 20 - FCN = -714870.7239224 Edm = 0.0941283 NCalls = 85 +VariableMetric: Iteration # 21 - FCN = -714872.2235167 Edm = 2.31559 NCalls = 89 +VariableMetric: Iteration # 22 - FCN = -714884.1836922 Edm = 9.15172 NCalls = 95 +VariableMetric: Iteration # 23 - FCN = -714936.2891352 Edm = 3.57575 NCalls = 98 +VariableMetric: Iteration # 24 - FCN = -714941.5512049 Edm = 0.67224 NCalls = 100 +VariableMetric: Iteration # 25 - FCN = -714944.4718233 Edm = 0.988972 NCalls = 104 +VariableMetric: Iteration # 26 - FCN = -714945.777974 Edm = 0.253485 NCalls = 106 +VariableMetric: Iteration # 27 - FCN = -714945.988961 Edm = 0.0469412 NCalls = 108 +VariableMetric: Iteration # 28 - FCN = -714946.1482342 Edm = 0.0873291 NCalls = 110 +VariableMetric: Iteration # 29 - FCN = -714949.3499044 Edm = 3.10751 NCalls = 114 +VariableMetric: Iteration # 30 - FCN = -715052.0233477 Edm = 46.3351 NCalls = 119 +VariableMetric: Iteration # 31 - FCN = -715120.430479 Edm = 22.6973 NCalls = 121 +VariableMetric: Iteration # 32 - FCN = -715128.3482503 Edm = 1.18642 NCalls = 123 +VariableMetric: Iteration # 33 - FCN = -715128.913931 Edm = 0.116295 NCalls = 125 +VariableMetric: Iteration # 34 - FCN = -715129.0149133 Edm = 0.00839173 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -715129.0853809 Edm = 0.0634047 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -715130.1432719 Edm = 1.05957 NCalls = 135 +VariableMetric: Iteration # 37 - FCN = -715141.6375762 Edm = 1.07458 NCalls = 142 +VariableMetric: Iteration # 38 - FCN = -715213.770041 Edm = 24.6657 NCalls = 144 +VariableMetric: Iteration # 39 - FCN = -715267.0649326 Edm = 22.7065 NCalls = 146 +VariableMetric: Iteration # 40 - FCN = -715287.5827055 Edm = 2.01073 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -715291.0377034 Edm = 0.670595 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -715291.7975499 Edm = 0.162117 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -715291.9621584 Edm = 0.0208017 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -715292.0048298 Edm = 0.020479 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -715292.5965129 Edm = 0.449385 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -715319.0565659 Edm = 16.3861 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -715622.3069435 Edm = 1486.46 NCalls = 171 +VariableMetric: Iteration # 48 - FCN = -715721.225269 Edm = 202.689 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -715904.9065113 Edm = 607.236 NCalls = 179 +VariableMetric: Iteration # 50 - FCN = -716503.593903 Edm = 237.067 NCalls = 185 +VariableMetric: Iteration # 51 - FCN = -716941.4649048 Edm = 423.425 NCalls = 188 +VariableMetric: Iteration # 52 - FCN = -717044.6964338 Edm = 73.9124 NCalls = 190 +VariableMetric: Iteration # 53 - FCN = -717123.1435098 Edm = 31.0561 NCalls = 193 +VariableMetric: Iteration # 54 - FCN = -717169.8364404 Edm = 30.8668 NCalls = 196 +VariableMetric: Iteration # 55 - FCN = -717284.2392805 Edm = 14.131 NCalls = 201 +VariableMetric: Iteration # 56 - FCN = -717302.2182075 Edm = 6.54503 NCalls = 203 +VariableMetric: Iteration # 57 - FCN = -717306.2631087 Edm = 2.84904 NCalls = 205 +VariableMetric: Iteration # 58 - FCN = -717310.9020147 Edm = 0.842443 NCalls = 207 +VariableMetric: Iteration # 59 - FCN = -717312.3296354 Edm = 0.173078 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -717312.6468442 Edm = 0.0753087 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -717313.2900462 Edm = 0.123206 NCalls = 214 +VariableMetric: Iteration # 62 - FCN = -717313.6060141 Edm = 0.134748 NCalls = 216 +VariableMetric: Iteration # 63 - FCN = -717317.6510422 Edm = 3.77859 NCalls = 220 +VariableMetric: Iteration # 64 - FCN = -717379.3745923 Edm = 24.1346 NCalls = 224 +VariableMetric: Iteration # 65 - FCN = -717412.0526096 Edm = 6.39211 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -717416.372106 Edm = 1.48869 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -717417.6845182 Edm = 0.600473 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -717418.021119 Edm = 0.0258493 NCalls = 232 +VariableMetric: Iteration # 69 - FCN = -717418.0634777 Edm = 0.0128586 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -717418.1149064 Edm = 0.0304094 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -717418.1996135 Edm = 0.0481667 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -717418.6932419 Edm = 0.469549 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -717423.7550964 Edm = 3.88293 NCalls = 248 +VariableMetric: Iteration # 74 - FCN = -717444.1989998 Edm = 48.0358 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -717450.482768 Edm = 3.91199 NCalls = 253 +VariableMetric: Iteration # 76 - FCN = -717462.7284364 Edm = 1.82933 NCalls = 257 +VariableMetric: Iteration # 77 - FCN = -717466.1101696 Edm = 1.05934 NCalls = 259 +VariableMetric: Iteration # 78 - FCN = -717469.848494 Edm = 0.184269 NCalls = 262 +VariableMetric: Iteration # 79 - FCN = -717470.1246717 Edm = 0.0295857 NCalls = 264 +VariableMetric: Iteration # 80 - FCN = -717470.2178411 Edm = 0.0169747 NCalls = 266 +VariableMetric: Iteration # 81 - FCN = -717470.2597339 Edm = 0.003699 NCalls = 268 +VariableMetric: Iteration # 82 - FCN = -717470.2741545 Edm = 0.00966192 NCalls = 270 +VariableMetric: Iteration # 83 - FCN = -717471.4260099 Edm = 1.05072 NCalls = 275 +VariableMetric: Iteration # 84 - FCN = -717486.3344182 Edm = 10.2499 NCalls = 280 +VariableMetric: Iteration # 85 - FCN = -717496.3086604 Edm = 19.5917 NCalls = 281 +VariableMetric: Iteration # 86 - FCN = -717505.312188 Edm = 5.37667 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -717529.4990654 Edm = 7.33839 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -717536.2982035 Edm = 3.27608 NCalls = 290 +VariableMetric: Iteration # 89 - FCN = -717546.0736209 Edm = 2.75447 NCalls = 295 +VariableMetric: Iteration # 90 - FCN = -717552.2867222 Edm = 7.80973 NCalls = 301 +VariableMetric: Iteration # 91 - FCN = -717555.0421324 Edm = 3.93889 NCalls = 304 +VariableMetric: Iteration # 92 - FCN = -717557.0193028 Edm = 0.868228 NCalls = 306 +VariableMetric: Iteration # 93 - FCN = -717557.679402 Edm = 0.110415 NCalls = 308 +VariableMetric: Iteration # 94 - FCN = -717557.7789601 Edm = 0.0174997 NCalls = 310 +VariableMetric: Iteration # 95 - FCN = -717557.7987982 Edm = 0.00623702 NCalls = 312 +VariableMetric: Iteration # 96 - FCN = -717557.8224003 Edm = 0.00493302 NCalls = 315 +VariableMetric: Iteration # 97 - FCN = -717557.828788 Edm = 0.00104097 NCalls = 317 +VariableMetric: Iteration # 98 - FCN = -717557.8372321 Edm = 0.00756877 NCalls = 320 +VariableMetric: Iteration # 99 - FCN = -717558.413895 Edm = 0.676476 NCalls = 328 +VariableMetric: Iteration # 100 - FCN = -717558.422086 Edm = 0.00952692 NCalls = 331 +VariableMetric: Iteration # 101 - FCN = -717558.5487415 Edm = 0.138556 NCalls = 336 +VariableMetric: Iteration # 102 - FCN = -717558.5593723 Edm = 0.00953811 NCalls = 339 +VariableMetric: Iteration # 103 - FCN = -717571.2993229 Edm = 1.88803 NCalls = 346 +VariableMetric: Iteration # 104 - FCN = -717578.7451208 Edm = 0.532773 NCalls = 348 +VariableMetric: Iteration # 105 - FCN = -717579.1264074 Edm = 0.0484836 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -717579.1785373 Edm = 0.0104663 NCalls = 352 +VariableMetric: Iteration # 107 - FCN = -717579.1962674 Edm = 0.00328604 NCalls = 354 +VariableMetric: Iteration # 108 - FCN = -717579.2005059 Edm = 0.000231753 NCalls = 356 +VariableMetric: Iteration # 109 - FCN = -717579.2019403 Edm = 0.00122421 NCalls = 359 +VariableMetric: Iteration # 110 - FCN = -717579.2916761 Edm = 0.0646586 NCalls = 366 +VariableMetric: Iteration # 111 - FCN = -717580.8444992 Edm = 0.792133 NCalls = 370 +VariableMetric: Iteration # 112 - FCN = -717584.2964935 Edm = 0.474932 NCalls = 372 +VariableMetric: Iteration # 113 - FCN = -717585.2364276 Edm = 0.454462 NCalls = 374 +VariableMetric: Iteration # 114 - FCN = -717585.6076124 Edm = 0.0767387 NCalls = 376 +VariableMetric: Iteration # 115 - FCN = -717585.6694812 Edm = 0.00292512 NCalls = 377 +VariableMetric: Iteration # 116 - FCN = -717585.672483 Edm = 0.000339467 NCalls = 378 +VariableMetric: Iteration # 117 - FCN = -717585.6729253 Edm = 6.74257e-05 NCalls = 380 +VariableMetric: After Hessian - FCN = -717585.6729253 Edm = 791638 NCalls = 747 +VariableMetric: Iteration # 118 - FCN = -717585.6729253 Edm = 791638 NCalls = 747 +VariableMetric: Iteration # 119 - FCN = -717605.2133826 Edm = 167847 NCalls = 758 +VariableMetric: Iteration # 120 - FCN = -717641.9475912 Edm = 10.8796 NCalls = 762 +VariableMetric: Iteration # 121 - FCN = -717647.7101386 Edm = 4.95549 NCalls = 764 +VariableMetric: Iteration # 122 - FCN = -717650.3842729 Edm = 0.146924 NCalls = 766 +VariableMetric: Iteration # 123 - FCN = -717651.5534025 Edm = 0.263965 NCalls = 769 +VariableMetric: Iteration # 124 - FCN = -717652.266954 Edm = 0.302317 NCalls = 771 +VariableMetric: Iteration # 125 - FCN = -717653.0960031 Edm = 0.0587909 NCalls = 774 +VariableMetric: Iteration # 126 - FCN = -717653.3778595 Edm = 0.173595 NCalls = 777 +VariableMetric: Iteration # 127 - FCN = -717653.8612531 Edm = 0.147175 NCalls = 779 +VariableMetric: Iteration # 128 - FCN = -717654.4620805 Edm = 0.283021 NCalls = 781 +VariableMetric: Iteration # 129 - FCN = -717655.0950835 Edm = 0.662479 NCalls = 786 +VariableMetric: Iteration # 130 - FCN = -717655.6292982 Edm = 0.211881 NCalls = 788 +VariableMetric: Iteration # 131 - FCN = -717655.8915409 Edm = 0.303116 NCalls = 790 +VariableMetric: Iteration # 132 - FCN = -717656.244672 Edm = 0.0730064 NCalls = 792 +VariableMetric: Iteration # 133 - FCN = -717656.3983637 Edm = 0.0958197 NCalls = 795 +VariableMetric: Iteration # 134 - FCN = -717656.5101697 Edm = 0.0545181 NCalls = 797 +VariableMetric: Iteration # 135 - FCN = -717656.6690175 Edm = 0.0977544 NCalls = 800 +VariableMetric: Iteration # 136 - FCN = -717657.1063432 Edm = 0.283633 NCalls = 804 +VariableMetric: Iteration # 137 - FCN = -717658.0907598 Edm = 1.50707 NCalls = 806 +VariableMetric: Iteration # 138 - FCN = -717658.6434543 Edm = 2.60245 NCalls = 811 +VariableMetric: Iteration # 139 - FCN = -717660.807026 Edm = 5.8363 NCalls = 815 +VariableMetric: Iteration # 140 - FCN = -717661.1368058 Edm = 0.650565 NCalls = 818 +VariableMetric: Iteration # 141 - FCN = -717663.7164784 Edm = 4.59857 NCalls = 822 +VariableMetric: Iteration # 142 - FCN = -717665.8045201 Edm = 3.10174 NCalls = 827 +VariableMetric: Iteration # 143 - FCN = -717667.8511771 Edm = 1.24637 NCalls = 830 +VariableMetric: Iteration # 144 - FCN = -717669.1006177 Edm = 0.267314 NCalls = 832 +VariableMetric: Iteration # 145 - FCN = -717669.6872695 Edm = 0.285284 NCalls = 834 +VariableMetric: Iteration # 146 - FCN = -717669.9984998 Edm = 0.101498 NCalls = 836 +VariableMetric: Iteration # 147 - FCN = -717670.0801267 Edm = 0.0169589 NCalls = 838 +VariableMetric: Iteration # 148 - FCN = -717670.128949 Edm = 0.0161727 NCalls = 840 +VariableMetric: Iteration # 149 - FCN = -717670.1701599 Edm = 0.00527418 NCalls = 842 +VariableMetric: Iteration # 150 - FCN = -717670.1807452 Edm = 0.00234177 NCalls = 844 +VariableMetric: Iteration # 151 - FCN = -717670.1971101 Edm = 0.00486518 NCalls = 847 +VariableMetric: Iteration # 152 - FCN = -717670.2064318 Edm = 0.00197736 NCalls = 849 +VariableMetric: Iteration # 153 - FCN = -717670.2174745 Edm = 0.00434142 NCalls = 852 +VariableMetric: Iteration # 154 - FCN = -717670.2278481 Edm = 0.00513225 NCalls = 855 +VariableMetric: Iteration # 155 - FCN = -717670.2539824 Edm = 0.0286044 NCalls = 859 +VariableMetric: Iteration # 156 - FCN = -717670.2742665 Edm = 0.0257663 NCalls = 863 +VariableMetric: Iteration # 157 - FCN = -717670.2979415 Edm = 0.044009 NCalls = 867 +VariableMetric: Iteration # 158 - FCN = -717670.3344848 Edm = 0.0243176 NCalls = 870 +VariableMetric: Iteration # 159 - FCN = -717670.4994536 Edm = 0.265331 NCalls = 875 +VariableMetric: Iteration # 160 - FCN = -717670.6517831 Edm = 0.458557 NCalls = 879 +VariableMetric: Iteration # 161 - FCN = -717670.8672826 Edm = 0.357285 NCalls = 883 +VariableMetric: Iteration # 162 - FCN = -717671.9316988 Edm = 0.500258 NCalls = 888 +VariableMetric: Iteration # 163 - FCN = -717672.5679344 Edm = 0.151719 NCalls = 890 +VariableMetric: Iteration # 164 - FCN = -717672.7474314 Edm = 0.039971 NCalls = 892 +VariableMetric: Iteration # 165 - FCN = -717672.8828058 Edm = 0.0369832 NCalls = 894 +VariableMetric: Iteration # 166 - FCN = -717672.9219279 Edm = 0.00364408 NCalls = 896 +VariableMetric: Iteration # 167 - FCN = -717672.9252825 Edm = 0.00057333 NCalls = 897 +VariableMetric: Iteration # 168 - FCN = -717672.9267254 Edm = 0.000550162 NCalls = 899 +VariableMetric: Iteration # 169 - FCN = -717672.9275896 Edm = 8.25566e-05 NCalls = 901 +VariableMetric: Iteration # 170 - FCN = -717672.9277054 Edm = 4.04837e-05 NCalls = 903 +VariableMetric: After Hessian - FCN = -717672.9277054 Edm = 0.00126017 NCalls = 1292 +VariableMetric: Iteration # 171 - FCN = -717672.9277054 Edm = 0.00126017 NCalls = 1292 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714995.2110188 Edm = 1.32729 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714995.2110188 Edm = 1.32729 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715661.3357593 Edm = 0.28874 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -715782.015598 Edm = 6.60673 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -715787.6152643 Edm = 0.0916227 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715795.5288119 Edm = 6.57588 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -715822.9305548 Edm = 0.0520673 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -715823.0555991 Edm = 0.0394998 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -715862.2749713 Edm = 9.06486 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -715968.6857204 Edm = 4.21819 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -715976.4248621 Edm = 1.43127 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -715979.165172 Edm = 1.74131 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -715980.5350177 Edm = 0.0176962 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -715980.5589938 Edm = 0.00518899 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -715980.8387858 Edm = 0.306354 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -715982.1050191 Edm = 1.12345 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -716032.0817712 Edm = 2.87432 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -716036.1112141 Edm = 0.0282693 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -716036.1464933 Edm = 0.00816718 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -716036.4236017 Edm = 0.280065 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -716045.9869094 Edm = 2.53622 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -716087.0202237 Edm = 35.3501 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -716146.4117199 Edm = 27.6706 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -716188.4065254 Edm = 8.91628 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -716202.2914568 Edm = 4.98875 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -716207.8421414 Edm = 1.19514 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -716210.3400403 Edm = 0.69364 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -716211.0853452 Edm = 0.330562 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -716211.6956133 Edm = 0.0282213 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -716211.7308724 Edm = 0.0170794 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -716211.8154853 Edm = 0.0853489 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -716221.790813 Edm = 10.848 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -716222.0926714 Edm = 0.39311 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -716222.5599971 Edm = 0.448876 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -716476.6696661 Edm = 92.3969 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -716545.2028621 Edm = 39.1305 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -716574.7372551 Edm = 27.3874 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -716595.0024956 Edm = 3.06952 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -716600.0277752 Edm = 1.99582 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -716602.6498684 Edm = 0.917413 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -716603.0749671 Edm = 0.106851 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -716603.1765754 Edm = 0.0261312 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -716603.2677899 Edm = 0.0188578 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -716603.3038761 Edm = 0.0179621 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -716605.7643423 Edm = 2.27489 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -716669.1408815 Edm = 14.0042 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -716703.4381167 Edm = 124.45 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -716754.0747166 Edm = 78.6018 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -717042.4918293 Edm = 144.053 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -717193.0426849 Edm = 134.419 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -717269.1945641 Edm = 23.5263 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -717297.1093227 Edm = 13.5668 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -717311.4876028 Edm = 8.36441 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -717320.8424622 Edm = 10.1691 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -717338.515412 Edm = 22.5839 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -717360.2006763 Edm = 97.264 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -717390.6373412 Edm = 11.4663 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -717407.5740929 Edm = 3.42721 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -717411.0895414 Edm = 0.810333 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -717413.4840177 Edm = 0.966838 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -717418.76955 Edm = 5.57494 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -717425.2696445 Edm = 9.13223 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -717427.539379 Edm = 3.05215 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -717432.3019658 Edm = 7.27504 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -717447.6053229 Edm = 7.19387 NCalls = 215 +VariableMetric: Iteration # 64 - FCN = -717451.5287041 Edm = 5.64801 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -717459.9501807 Edm = 1.77262 NCalls = 219 +VariableMetric: Iteration # 66 - FCN = -717462.0038948 Edm = 1.01628 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -717463.7379207 Edm = 0.73451 NCalls = 224 +VariableMetric: Iteration # 68 - FCN = -717464.7109737 Edm = 0.289169 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -717465.0397648 Edm = 0.0379888 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -717465.0897306 Edm = 0.00853516 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -717465.1414062 Edm = 0.0470114 NCalls = 234 +VariableMetric: Iteration # 72 - FCN = -717466.1586856 Edm = 0.961486 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -717466.1939371 Edm = 0.0231136 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -717468.0935269 Edm = 1.42012 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -717473.7806604 Edm = 4.02806 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -717479.1079819 Edm = 4.73859 NCalls = 255 +VariableMetric: Iteration # 77 - FCN = -717483.568119 Edm = 2.02392 NCalls = 257 +VariableMetric: Iteration # 78 - FCN = -717485.3540026 Edm = 0.441676 NCalls = 259 +VariableMetric: Iteration # 79 - FCN = -717485.6963572 Edm = 0.137089 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -717486.0257058 Edm = 0.243373 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -717488.4395585 Edm = 1.35105 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -717488.4797914 Edm = 0.101184 NCalls = 272 +VariableMetric: Iteration # 83 - FCN = -717488.604366 Edm = 0.060718 NCalls = 274 +VariableMetric: Iteration # 84 - FCN = -717489.2933649 Edm = 0.475264 NCalls = 278 +VariableMetric: Iteration # 85 - FCN = -717492.4436122 Edm = 2.80555 NCalls = 282 +VariableMetric: Iteration # 86 - FCN = -717498.0222649 Edm = 3.00084 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -717499.4255221 Edm = 0.357464 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -717499.8852735 Edm = 0.0539672 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -717499.9512395 Edm = 0.0108621 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -717499.9766422 Edm = 0.0167073 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -717500.4938763 Edm = 0.517891 NCalls = 298 +VariableMetric: Iteration # 92 - FCN = -717502.4694712 Edm = 1.844 NCalls = 304 +VariableMetric: Iteration # 93 - FCN = -717538.5232388 Edm = 10.9885 NCalls = 308 +VariableMetric: Iteration # 94 - FCN = -717545.2136649 Edm = 2.06876 NCalls = 310 +VariableMetric: Iteration # 95 - FCN = -717547.3288052 Edm = 0.473352 NCalls = 312 +VariableMetric: Iteration # 96 - FCN = -717548.027058 Edm = 0.037966 NCalls = 314 +VariableMetric: Iteration # 97 - FCN = -717548.0718734 Edm = 0.00768184 NCalls = 316 +VariableMetric: Iteration # 98 - FCN = -717548.0880003 Edm = 0.0150952 NCalls = 318 +VariableMetric: Iteration # 99 - FCN = -717548.1458996 Edm = 0.0419241 NCalls = 321 +VariableMetric: Iteration # 100 - FCN = -717548.2622348 Edm = 0.0251163 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -717548.6211401 Edm = 0.334811 NCalls = 326 +VariableMetric: Iteration # 102 - FCN = -717556.258822 Edm = 17.0649 NCalls = 331 +VariableMetric: Iteration # 103 - FCN = -717599.561625 Edm = 21.173 NCalls = 340 +VariableMetric: Iteration # 104 - FCN = -717617.8076117 Edm = 74.1385 NCalls = 341 +VariableMetric: Iteration # 105 - FCN = -717631.5548811 Edm = 15.4225 NCalls = 342 +VariableMetric: Iteration # 106 - FCN = -717643.4487712 Edm = 3.88025 NCalls = 344 +VariableMetric: Iteration # 107 - FCN = -717650.0512851 Edm = 0.794539 NCalls = 346 +VariableMetric: Iteration # 108 - FCN = -717651.3819485 Edm = 0.135856 NCalls = 348 +VariableMetric: Iteration # 109 - FCN = -717651.6189038 Edm = 0.0241822 NCalls = 350 +VariableMetric: Iteration # 110 - FCN = -717651.6435319 Edm = 0.00218843 NCalls = 351 +VariableMetric: Iteration # 111 - FCN = -717651.6465342 Edm = 0.000499712 NCalls = 353 +VariableMetric: Iteration # 112 - FCN = -717651.6538406 Edm = 0.00545358 NCalls = 356 +VariableMetric: Iteration # 113 - FCN = -717652.1284124 Edm = 0.357107 NCalls = 361 +VariableMetric: Iteration # 114 - FCN = -717655.3048085 Edm = 1.17541 NCalls = 364 +VariableMetric: Iteration # 115 - FCN = -717656.5305269 Edm = 0.172012 NCalls = 366 +VariableMetric: Iteration # 116 - FCN = -717656.6998476 Edm = 0.027604 NCalls = 367 +VariableMetric: Iteration # 117 - FCN = -717656.7366298 Edm = 0.0222091 NCalls = 369 +VariableMetric: Iteration # 118 - FCN = -717657.1844386 Edm = 0.177588 NCalls = 378 +VariableMetric: Iteration # 119 - FCN = -717657.2816877 Edm = 0.421942 NCalls = 380 +VariableMetric: Iteration # 120 - FCN = -717657.4243468 Edm = 0.00840827 NCalls = 382 +VariableMetric: Iteration # 121 - FCN = -717657.4333098 Edm = 0.00100184 NCalls = 384 +VariableMetric: Iteration # 122 - FCN = -717657.4346076 Edm = 0.000122142 NCalls = 386 +VariableMetric: Iteration # 123 - FCN = -717657.4348785 Edm = 0.000132902 NCalls = 388 +VariableMetric: Iteration # 124 - FCN = -717657.4395846 Edm = 0.00402188 NCalls = 392 +VariableMetric: Iteration # 125 - FCN = -717657.5217134 Edm = 0.0720148 NCalls = 396 +VariableMetric: Iteration # 126 - FCN = -717660.147144 Edm = 0.320564 NCalls = 401 +VariableMetric: Iteration # 127 - FCN = -717660.4970955 Edm = 0.0798349 NCalls = 403 +VariableMetric: Iteration # 128 - FCN = -717660.5371255 Edm = 0.00555101 NCalls = 405 +VariableMetric: Iteration # 129 - FCN = -717660.5429954 Edm = 0.00024017 NCalls = 407 +VariableMetric: Iteration # 130 - FCN = -717660.5433161 Edm = 8.35365e-05 NCalls = 409 +VariableMetric: Iteration # 131 - FCN = -717660.5443736 Edm = 0.000855464 NCalls = 413 +VariableMetric: Iteration # 132 - FCN = -717660.5817836 Edm = 0.0358728 NCalls = 417 +VariableMetric: Iteration # 133 - FCN = -717662.4165025 Edm = 1.429 NCalls = 422 +VariableMetric: Iteration # 134 - FCN = -717665.9996184 Edm = 0.319364 NCalls = 424 +VariableMetric: Iteration # 135 - FCN = -717666.2865487 Edm = 0.00598991 NCalls = 426 +VariableMetric: Iteration # 136 - FCN = -717666.2919105 Edm = 0.00011059 NCalls = 428 +VariableMetric: Iteration # 137 - FCN = -717666.2920696 Edm = 5.24576e-05 NCalls = 430 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712945.7367909 Edm = 3.23417 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712945.7367909 Edm = 3.23417 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714401.6936595 Edm = 0.108861 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714402.1073449 Edm = 0.917824 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714508.598925 Edm = 4.80898 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -714513.6273187 Edm = 0.114073 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -714530.0163958 Edm = 15.6977 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -714657.4410577 Edm = 4.05166 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -714661.2083554 Edm = 0.0797817 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -714661.9549889 Edm = 0.870685 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -714718.8354557 Edm = 33.8713 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -714815.7849929 Edm = 2.56249 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -714819.5488579 Edm = 0.091496 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -714819.6703334 Edm = 0.0056772 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -714819.686571 Edm = 0.00835322 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -714821.2675397 Edm = 1.56548 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -715033.3963829 Edm = 64.7349 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -715095.6610403 Edm = 13.1867 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -716139.0477423 Edm = 359.666 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -716263.9172546 Edm = 1654.03 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -716780.6192366 Edm = 71.969 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -716882.0616166 Edm = 41.9788 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -716937.0725216 Edm = 15.93 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -716951.0090394 Edm = 11.3543 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -716963.1234731 Edm = 5.35868 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -716979.5754287 Edm = 52.1873 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -716984.3768588 Edm = 10.5707 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -717000.2883715 Edm = 31.8492 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -717044.4704352 Edm = 9.08286 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -717052.1522113 Edm = 1.19227 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -717053.6347811 Edm = 0.0276224 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -717053.698205 Edm = 0.0423333 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -717055.4906213 Edm = 2.19054 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -717055.8034966 Edm = 0.300769 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -717082.1310894 Edm = 5.1789 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -717185.0917254 Edm = 26.967 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -717243.7087963 Edm = 5.06605 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -717249.916461 Edm = 0.0338531 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -717249.9486125 Edm = 0.00642386 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -717249.9570382 Edm = 0.00455417 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -717250.263859 Edm = 0.316342 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -717252.5254885 Edm = 2.20943 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -717311.0658309 Edm = 26.6417 NCalls = 152 +VariableMetric: Iteration # 42 - FCN = -717347.0740581 Edm = 13.2898 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -717361.6197667 Edm = 5.12966 NCalls = 158 +VariableMetric: Iteration # 44 - FCN = -717366.1601181 Edm = 0.378129 NCalls = 160 +VariableMetric: Iteration # 45 - FCN = -717366.5942748 Edm = 0.087788 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -717366.6950757 Edm = 0.0333437 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -717366.8901296 Edm = 0.163411 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -717370.3053099 Edm = 0.915468 NCalls = 175 +VariableMetric: Iteration # 49 - FCN = -717371.8454975 Edm = 0.75892 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -717371.9512148 Edm = 0.343934 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -717372.4893929 Edm = 0.053819 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -717372.5441093 Edm = 0.00452231 NCalls = 182 +VariableMetric: Iteration # 53 - FCN = -717372.5661348 Edm = 0.0181142 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -717373.0537126 Edm = 0.458847 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -717373.0817894 Edm = 0.0232321 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -717388.0595625 Edm = 6.8244 NCalls = 199 +VariableMetric: Iteration # 57 - FCN = -717408.7292307 Edm = 7.78084 NCalls = 203 +VariableMetric: Iteration # 58 - FCN = -717417.3609285 Edm = 1.84884 NCalls = 205 +VariableMetric: Iteration # 59 - FCN = -717419.1634124 Edm = 0.219328 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -717419.3857137 Edm = 0.0567506 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -717419.4881266 Edm = 0.00225599 NCalls = 211 +VariableMetric: Iteration # 62 - FCN = -717419.4909257 Edm = 0.000253966 NCalls = 213 +VariableMetric: Iteration # 63 - FCN = -717419.4925235 Edm = 0.00127738 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -717419.708237 Edm = 0.192562 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -717428.8567327 Edm = 4.33618 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -717434.5918297 Edm = 0.7208 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -717435.0825692 Edm = 0.03678 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -717435.1232288 Edm = 0.0108212 NCalls = 232 +VariableMetric: Iteration # 69 - FCN = -717435.1366022 Edm = 0.00174705 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -717435.1388236 Edm = 0.00033958 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -717435.1428483 Edm = 0.00343102 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -717435.454844 Edm = 0.363843 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -717435.4856981 Edm = 0.0284949 NCalls = 247 +VariableMetric: Iteration # 74 - FCN = -717437.4962281 Edm = 2.69223 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -717437.5086941 Edm = 0.00694637 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -717437.5244707 Edm = 0.0294566 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -717438.1422441 Edm = 0.499818 NCalls = 264 +VariableMetric: Iteration # 78 - FCN = -717449.4209715 Edm = 8.09799 NCalls = 270 +VariableMetric: Iteration # 79 - FCN = -717455.6881625 Edm = 2.50049 NCalls = 273 +VariableMetric: Iteration # 80 - FCN = -717458.1219405 Edm = 3.63738 NCalls = 275 +VariableMetric: Iteration # 81 - FCN = -717461.2330665 Edm = 0.133814 NCalls = 278 +VariableMetric: Iteration # 82 - FCN = -717461.396597 Edm = 0.0403663 NCalls = 280 +VariableMetric: Iteration # 83 - FCN = -717461.4354828 Edm = 0.0150958 NCalls = 282 +VariableMetric: Iteration # 84 - FCN = -717461.4560345 Edm = 0.00210962 NCalls = 284 +VariableMetric: Iteration # 85 - FCN = -717461.4574303 Edm = 0.000236119 NCalls = 286 +VariableMetric: Iteration # 86 - FCN = -717461.4581478 Edm = 0.000401459 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -717461.4724093 Edm = 0.0112053 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -717462.8666823 Edm = 0.979326 NCalls = 297 +VariableMetric: Iteration # 89 - FCN = -717466.027164 Edm = 0.112518 NCalls = 299 +VariableMetric: Iteration # 90 - FCN = -717466.1416053 Edm = 0.00181222 NCalls = 301 +VariableMetric: Iteration # 91 - FCN = -717466.1440194 Edm = 0.000162319 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -717466.144279 Edm = 3.6169e-05 NCalls = 305 +VariableMetric: After Hessian - FCN = -717466.144279 Edm = 1.54183e+06 NCalls = 670 +VariableMetric: Iteration # 93 - FCN = -717466.144279 Edm = 1.54183e+06 NCalls = 670 +VariableMetric: Iteration # 94 - FCN = -717538.4619496 Edm = 23775 NCalls = 681 +VariableMetric: Iteration # 95 - FCN = -717544.5462153 Edm = 12.963 NCalls = 683 +VariableMetric: Iteration # 96 - FCN = -717570.5422292 Edm = 13.6591 NCalls = 686 +VariableMetric: Iteration # 97 - FCN = -717577.8598963 Edm = 0.527212 NCalls = 688 +VariableMetric: Iteration # 98 - FCN = -717579.9301041 Edm = 0.318198 NCalls = 690 +VariableMetric: Iteration # 99 - FCN = -717580.4004198 Edm = 0.042416 NCalls = 692 +VariableMetric: Iteration # 100 - FCN = -717580.6666641 Edm = 0.020014 NCalls = 695 +VariableMetric: Iteration # 101 - FCN = -717580.7140573 Edm = 0.0137861 NCalls = 697 +VariableMetric: Iteration # 102 - FCN = -717580.7513034 Edm = 0.0021752 NCalls = 699 +VariableMetric: Iteration # 103 - FCN = -717580.7640153 Edm = 0.00411944 NCalls = 702 +VariableMetric: Iteration # 104 - FCN = -717580.7729429 Edm = 0.000597779 NCalls = 704 +VariableMetric: Iteration # 105 - FCN = -717580.7771996 Edm = 0.000503355 NCalls = 707 +VariableMetric: Iteration # 106 - FCN = -717580.7787325 Edm = 0.000611141 NCalls = 709 +VariableMetric: Iteration # 107 - FCN = -717580.7809928 Edm = 0.000136413 NCalls = 711 +VariableMetric: Iteration # 108 - FCN = -717580.7820484 Edm = 0.000572027 NCalls = 714 +VariableMetric: Iteration # 109 - FCN = -717580.7843776 Edm = 0.00024412 NCalls = 716 +VariableMetric: Iteration # 110 - FCN = -717580.7859344 Edm = 0.000407319 NCalls = 719 +VariableMetric: Iteration # 111 - FCN = -717580.7868915 Edm = 0.000334451 NCalls = 721 +VariableMetric: Iteration # 112 - FCN = -717580.7969989 Edm = 0.00144271 NCalls = 726 +VariableMetric: Iteration # 113 - FCN = -717580.7996542 Edm = 0.000925672 NCalls = 728 +VariableMetric: Iteration # 114 - FCN = -717580.8056091 Edm = 0.00210966 NCalls = 731 +VariableMetric: Iteration # 115 - FCN = -717580.8070489 Edm = 0.00182005 NCalls = 733 +VariableMetric: Iteration # 116 - FCN = -717580.8101412 Edm = 0.00238507 NCalls = 736 +VariableMetric: Iteration # 117 - FCN = -717580.8316021 Edm = 0.00740701 NCalls = 742 +VariableMetric: Iteration # 118 - FCN = -717580.8394494 Edm = 0.0251438 NCalls = 743 +VariableMetric: Iteration # 119 - FCN = -717580.8631057 Edm = 0.018628 NCalls = 751 +VariableMetric: Iteration # 120 - FCN = -717580.875094 Edm = 0.0377741 NCalls = 754 +VariableMetric: Iteration # 121 - FCN = -717580.913756 Edm = 0.0602512 NCalls = 758 +VariableMetric: Iteration # 122 - FCN = -717580.9527333 Edm = 0.0688574 NCalls = 762 +VariableMetric: Iteration # 123 - FCN = -717581.1064042 Edm = 0.183407 NCalls = 766 +VariableMetric: Iteration # 124 - FCN = -717581.3007871 Edm = 0.212783 NCalls = 772 +VariableMetric: Iteration # 125 - FCN = -717581.3164969 Edm = 0.0291989 NCalls = 775 +VariableMetric: Iteration # 126 - FCN = -717581.425559 Edm = 0.0482749 NCalls = 779 +VariableMetric: Iteration # 127 - FCN = -717581.5985914 Edm = 0.109885 NCalls = 781 +VariableMetric: Iteration # 128 - FCN = -717582.0461637 Edm = 0.349732 NCalls = 784 +VariableMetric: Iteration # 129 - FCN = -717582.2073878 Edm = 0.342831 NCalls = 787 +VariableMetric: Iteration # 130 - FCN = -717582.9865463 Edm = 0.695262 NCalls = 790 +VariableMetric: Iteration # 131 - FCN = -717583.7493814 Edm = 1.18885 NCalls = 792 +VariableMetric: Iteration # 132 - FCN = -717584.5496895 Edm = 0.138681 NCalls = 795 +VariableMetric: Iteration # 133 - FCN = -717584.8566245 Edm = 0.162661 NCalls = 797 +VariableMetric: Iteration # 134 - FCN = -717584.9450975 Edm = 0.0465548 NCalls = 799 +VariableMetric: Iteration # 135 - FCN = -717585.0160006 Edm = 0.0216089 NCalls = 801 +VariableMetric: Iteration # 136 - FCN = -717585.1204662 Edm = 0.0226099 NCalls = 803 +VariableMetric: Iteration # 137 - FCN = -717585.1592004 Edm = 0.00452751 NCalls = 805 +VariableMetric: Iteration # 138 - FCN = -717585.1679212 Edm = 0.00378258 NCalls = 807 +VariableMetric: Iteration # 139 - FCN = -717585.1813039 Edm = 0.0036902 NCalls = 809 +VariableMetric: Iteration # 140 - FCN = -717585.189632 Edm = 0.0031446 NCalls = 811 +VariableMetric: Iteration # 141 - FCN = -717585.2186133 Edm = 0.00798409 NCalls = 814 +VariableMetric: Iteration # 142 - FCN = -717585.2321989 Edm = 0.00110869 NCalls = 816 +VariableMetric: Iteration # 143 - FCN = -717585.2359429 Edm = 0.00167088 NCalls = 818 +VariableMetric: Iteration # 144 - FCN = -717585.2440006 Edm = 0.00247983 NCalls = 820 +VariableMetric: Iteration # 145 - FCN = -717585.2459999 Edm = 0.000196756 NCalls = 822 +VariableMetric: Iteration # 146 - FCN = -717585.2462497 Edm = 3.38017e-05 NCalls = 824 +VariableMetric: After Hessian - FCN = -717585.2462497 Edm = 0.0571213 NCalls = 1199 +VariableMetric: Iteration # 147 - FCN = -717585.2462497 Edm = 0.0571213 NCalls = 1199 +VariableMetric: Iteration # 148 - FCN = -717585.2484506 Edm = 0.0454345 NCalls = 1201 +VariableMetric: Iteration # 149 - FCN = -717585.2505274 Edm = 0.000565039 NCalls = 1203 +VariableMetric: Iteration # 150 - FCN = -717585.2515142 Edm = 0.000400435 NCalls = 1205 +VariableMetric: Iteration # 151 - FCN = -717585.2521925 Edm = 0.000140895 NCalls = 1208 +VariableMetric: Iteration # 152 - FCN = -717585.2524179 Edm = 0.000148664 NCalls = 1210 +VariableMetric: Iteration # 153 - FCN = -717585.25253 Edm = 2.52328e-05 NCalls = 1213 +VariableMetric: After Hessian - FCN = -717585.25253 Edm = 2.13195e-05 NCalls = 1590 +VariableMetric: Iteration # 154 - FCN = -717585.25253 Edm = 2.13195e-05 NCalls = 1590 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715025.5860411 Edm = 3.37012 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715025.5860411 Edm = 3.37012 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716967.4399914 Edm = 1.79737 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716980.6706829 Edm = 1.39595 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717116.5773155 Edm = 32.461 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -717148.9565768 Edm = 0.167016 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -717150.0569355 Edm = 0.965393 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -717212.8625982 Edm = 19.2092 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -717236.5334039 Edm = 0.189389 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -717237.0829263 Edm = 0.36389 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -717367.9734393 Edm = 8.51932 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -717376.9457112 Edm = 1.58681 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -717378.9424348 Edm = 0.25175 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -717379.2345123 Edm = 0.00667924 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -717379.2512532 Edm = 0.0110442 NCalls = 44 +VariableMetric: Iteration # 14 - FCN = -717380.5893156 Edm = 1.15928 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -717412.7673925 Edm = 0.758614 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -717413.6348292 Edm = 0.0165739 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -717413.6580149 Edm = 0.00423406 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -717413.6752577 Edm = 0.014449 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -717414.8124897 Edm = 1.01556 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -717438.328307 Edm = 4.64885 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -717445.5495582 Edm = 0.299757 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -717445.8223606 Edm = 0.00426524 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -717445.8272827 Edm = 0.000960363 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -717445.8450053 Edm = 0.0169649 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -717447.0628407 Edm = 0.242285 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -717455.6129376 Edm = 4.23558 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -717469.190566 Edm = 2.65916 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -717472.3150612 Edm = 0.0435947 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -717472.3745077 Edm = 0.0170394 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -717472.3878086 Edm = 0.00304735 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -717472.3984861 Edm = 0.00544946 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -717472.6172001 Edm = 0.16589 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -717479.729787 Edm = 5.12853 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -717499.3725168 Edm = 3.24915 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -717501.9671005 Edm = 0.717042 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -717502.4085741 Edm = 0.181346 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -717502.5878655 Edm = 0.0207818 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -717502.607444 Edm = 0.00101291 NCalls = 121 +VariableMetric: Iteration # 39 - FCN = -717502.6090285 Edm = 0.000211055 NCalls = 123 +VariableMetric: Iteration # 40 - FCN = -717502.6099206 Edm = 0.000659127 NCalls = 125 +VariableMetric: Iteration # 41 - FCN = -717502.6363632 Edm = 0.022177 NCalls = 129 +VariableMetric: Iteration # 42 - FCN = -717503.6135894 Edm = 0.497995 NCalls = 133 +VariableMetric: Iteration # 43 - FCN = -717504.7771192 Edm = 0.0156711 NCalls = 135 +VariableMetric: Iteration # 44 - FCN = -717504.7909943 Edm = 0.000292009 NCalls = 137 +VariableMetric: Iteration # 45 - FCN = -717504.7913506 Edm = 8.62238e-05 NCalls = 139 +VariableMetric: Iteration # 46 - FCN = -717504.795816 Edm = 0.0045369 NCalls = 144 +VariableMetric: Iteration # 47 - FCN = -717504.9037276 Edm = 0.0230616 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -717504.9885317 Edm = 0.000631615 NCalls = 152 +VariableMetric: Iteration # 49 - FCN = -717504.9893155 Edm = 7.96412e-05 NCalls = 154 +VariableMetric: After Hessian - FCN = -717504.9893155 Edm = 151.67 NCalls = 505 +VariableMetric: Iteration # 50 - FCN = -717504.9893155 Edm = 151.67 NCalls = 505 +VariableMetric: Iteration # 51 - FCN = -717507.070807 Edm = 412.814 NCalls = 511 +VariableMetric: Iteration # 52 - FCN = -717524.7188653 Edm = 35396.9 NCalls = 522 +VariableMetric: Iteration # 53 - FCN = -717524.8772585 Edm = 37471.3 NCalls = 528 +VariableMetric: Iteration # 54 - FCN = -717525.0859028 Edm = 30792.8 NCalls = 534 +VariableMetric: Iteration # 55 - FCN = -717525.7193855 Edm = 2764.42 NCalls = 540 +VariableMetric: Iteration # 56 - FCN = -717525.9435648 Edm = 291.22 NCalls = 545 +VariableMetric: Iteration # 57 - FCN = -717526.1120528 Edm = 480.679 NCalls = 549 +VariableMetric: Iteration # 58 - FCN = -717526.8319364 Edm = 1780.61 NCalls = 552 +VariableMetric: Iteration # 59 - FCN = -717529.419582 Edm = 356.747 NCalls = 555 +VariableMetric: Iteration # 60 - FCN = -717531.1492835 Edm = 3453.49 NCalls = 558 +VariableMetric: Iteration # 61 - FCN = -717533.5826205 Edm = 88.8646 NCalls = 561 +VariableMetric: Iteration # 62 - FCN = -717533.7427425 Edm = 39.4993 NCalls = 564 +VariableMetric: Iteration # 63 - FCN = -717533.80872 Edm = 293.006 NCalls = 566 +VariableMetric: Iteration # 64 - FCN = -717534.242684 Edm = 519.868 NCalls = 569 +VariableMetric: Iteration # 65 - FCN = -717536.9486947 Edm = 237.16 NCalls = 571 +VariableMetric: Iteration # 66 - FCN = -717540.0796529 Edm = 292.721 NCalls = 573 +VariableMetric: Iteration # 67 - FCN = -717542.3214556 Edm = 73.5831 NCalls = 575 +VariableMetric: Iteration # 68 - FCN = -717543.3647459 Edm = 58.1039 NCalls = 577 +VariableMetric: Iteration # 69 - FCN = -717544.2077467 Edm = 19.9787 NCalls = 580 +VariableMetric: Iteration # 70 - FCN = -717544.6652517 Edm = 5.74729 NCalls = 583 +VariableMetric: Iteration # 71 - FCN = -717544.7058133 Edm = 0.714656 NCalls = 586 +VariableMetric: Iteration # 72 - FCN = -717544.7914109 Edm = 1.86232 NCalls = 588 +VariableMetric: Iteration # 73 - FCN = -717545.279661 Edm = 0.0227939 NCalls = 589 +VariableMetric: Iteration # 74 - FCN = -717545.3246285 Edm = 0.0145805 NCalls = 591 +VariableMetric: Iteration # 75 - FCN = -717545.3925076 Edm = 0.0194537 NCalls = 594 +VariableMetric: Iteration # 76 - FCN = -717545.4220549 Edm = 0.00544187 NCalls = 596 +VariableMetric: Iteration # 77 - FCN = -717545.4281489 Edm = 0.00396001 NCalls = 598 +VariableMetric: Iteration # 78 - FCN = -717545.4368447 Edm = 0.00214146 NCalls = 600 +VariableMetric: Iteration # 79 - FCN = -717545.4399408 Edm = 0.000390324 NCalls = 602 +VariableMetric: Iteration # 80 - FCN = -717545.440693 Edm = 9.91973e-05 NCalls = 604 +VariableMetric: Iteration # 81 - FCN = -717545.4408393 Edm = 2.33949e-05 NCalls = 606 +VariableMetric: After Hessian - FCN = -717545.4408393 Edm = 0.00028992 NCalls = 981 +VariableMetric: Iteration # 82 - FCN = -717545.4408393 Edm = 0.00028992 NCalls = 981 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -708092.2758424 Edm = 13.6194 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -708092.2758424 Edm = 13.6194 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714238.3144354 Edm = 7.75608 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714282.9828439 Edm = 10.3097 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714966.2816137 Edm = 12.5644 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -714975.2355112 Edm = 0.16176 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -714975.5801992 Edm = 0.337866 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -715056.9097153 Edm = 4.14551 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -715062.3160976 Edm = 0.458405 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -715065.2146052 Edm = 1.9634 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -715198.3690065 Edm = 41.9538 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -715271.8575659 Edm = 13.7744 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -715288.5037972 Edm = 2.76495 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -715291.8983676 Edm = 0.410143 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -715292.4173479 Edm = 0.0880439 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -715292.9686266 Edm = 0.38319 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -715309.9415606 Edm = 10.434 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -715476.8623757 Edm = 65.5337 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -715522.076834 Edm = 29.25 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -715552.8479094 Edm = 1.78382 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -715556.2377733 Edm = 0.849135 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -715557.0663826 Edm = 0.0248671 NCalls = 66 +VariableMetric: Iteration # 21 - FCN = -715557.1057981 Edm = 0.0103275 NCalls = 68 +VariableMetric: Iteration # 22 - FCN = -715557.7551857 Edm = 0.574769 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -715609.1265696 Edm = 31.025 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -715676.3738834 Edm = 30.5049 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -715696.8300286 Edm = 3.63695 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -715699.789389 Edm = 1.29775 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -715703.0067555 Edm = 1.96324 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -715706.1843612 Edm = 2.44023 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -715708.595908 Edm = 0.319171 NCalls = 94 +VariableMetric: Iteration # 30 - FCN = -715709.0651623 Edm = 0.150966 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -715710.3432706 Edm = 1.26897 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -715710.7042379 Edm = 1.22259 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -715711.5157736 Edm = 1.36466 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -715714.3797534 Edm = 0.125116 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -715714.5528037 Edm = 0.0275753 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -715714.5877965 Edm = 0.012596 NCalls = 116 +VariableMetric: Iteration # 37 - FCN = -715714.6293711 Edm = 0.0268603 NCalls = 118 +VariableMetric: Iteration # 38 - FCN = -715715.4242861 Edm = 0.561384 NCalls = 124 +VariableMetric: Iteration # 39 - FCN = -715727.7854349 Edm = 14.3299 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -715732.8368286 Edm = 29.4218 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -715742.9066381 Edm = 21.3461 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -715772.4689218 Edm = 14.248 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -715801.000758 Edm = 12.0182 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -715816.8089468 Edm = 32.4315 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -715846.4841146 Edm = 75.1097 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -715892.5016939 Edm = 27.2947 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -715928.9916466 Edm = 38.7173 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -716103.471968 Edm = 244.317 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -716455.5154388 Edm = 350.177 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -716495.3892212 Edm = 28.1787 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -716629.2633955 Edm = 43.8036 NCalls = 186 +VariableMetric: Iteration # 52 - FCN = -716691.1532137 Edm = 200.415 NCalls = 188 +VariableMetric: Iteration # 53 - FCN = -716782.5626053 Edm = 82.1522 NCalls = 196 +VariableMetric: Iteration # 54 - FCN = -716874.1913298 Edm = 218.715 NCalls = 198 +VariableMetric: Iteration # 55 - FCN = -716932.3620141 Edm = 18.6174 NCalls = 200 +VariableMetric: Iteration # 56 - FCN = -717109.7871214 Edm = 73.0169 NCalls = 204 +VariableMetric: Iteration # 57 - FCN = -717238.693337 Edm = 86.0816 NCalls = 206 +VariableMetric: Iteration # 58 - FCN = -717292.9338157 Edm = 12.7134 NCalls = 208 +VariableMetric: Iteration # 59 - FCN = -717304.787921 Edm = 2.74925 NCalls = 210 +VariableMetric: Iteration # 60 - FCN = -717307.9717992 Edm = 1.06368 NCalls = 212 +VariableMetric: Iteration # 61 - FCN = -717309.3173443 Edm = 0.209173 NCalls = 214 +VariableMetric: Iteration # 62 - FCN = -717311.9689662 Edm = 1.08066 NCalls = 219 +VariableMetric: Iteration # 63 - FCN = -717314.8200066 Edm = 0.226326 NCalls = 221 +VariableMetric: Iteration # 64 - FCN = -717347.0582018 Edm = 38.5604 NCalls = 229 +VariableMetric: Iteration # 65 - FCN = -717395.1314387 Edm = 7.99234e+06 NCalls = 240 +VariableMetric: Iteration # 66 - FCN = -717417.4209933 Edm = 1.61777e+06 NCalls = 251 +VariableMetric: Iteration # 67 - FCN = -717423.4957472 Edm = 2.76111e+06 NCalls = 260 +VariableMetric: Iteration # 68 - FCN = -717517.4500807 Edm = 45669.6 NCalls = 269 +VariableMetric: Iteration # 69 - FCN = -717541.3824233 Edm = 40282.1 NCalls = 276 +VariableMetric: Iteration # 70 - FCN = -717558.1827314 Edm = 30934.1 NCalls = 282 +VariableMetric: Iteration # 71 - FCN = -717567.3868539 Edm = 2237.98 NCalls = 288 +VariableMetric: Iteration # 72 - FCN = -717621.4389755 Edm = 2076.43 NCalls = 291 +VariableMetric: Iteration # 73 - FCN = -717627.3347269 Edm = 746.902 NCalls = 295 +VariableMetric: Iteration # 74 - FCN = -717627.9665391 Edm = 7009.61 NCalls = 298 +VariableMetric: Iteration # 75 - FCN = -717634.9927525 Edm = 298.4 NCalls = 301 +VariableMetric: Iteration # 76 - FCN = -717636.8345669 Edm = 176.46 NCalls = 303 +VariableMetric: Iteration # 77 - FCN = -717639.059774 Edm = 135.723 NCalls = 313 +VariableMetric: Iteration # 78 - FCN = -717640.830537 Edm = 127.591 NCalls = 316 +VariableMetric: Iteration # 79 - FCN = -717651.2005547 Edm = 142.844 NCalls = 318 +VariableMetric: Iteration # 80 - FCN = -717657.732436 Edm = 67.6177 NCalls = 320 +VariableMetric: Iteration # 81 - FCN = -717664.3880025 Edm = 7.83737 NCalls = 322 +VariableMetric: Iteration # 82 - FCN = -717665.0847706 Edm = 3.81424 NCalls = 324 +VariableMetric: Iteration # 83 - FCN = -717666.4747421 Edm = 2.35226 NCalls = 326 +VariableMetric: Iteration # 84 - FCN = -717668.4292746 Edm = 7.1335 NCalls = 328 +VariableMetric: Iteration # 85 - FCN = -717669.0424294 Edm = 1.24819 NCalls = 330 +VariableMetric: Iteration # 86 - FCN = -717669.4457323 Edm = 0.743173 NCalls = 332 +VariableMetric: Iteration # 87 - FCN = -717669.8939194 Edm = 0.169963 NCalls = 334 +VariableMetric: Iteration # 88 - FCN = -717669.9996473 Edm = 0.0277958 NCalls = 336 +VariableMetric: Iteration # 89 - FCN = -717670.0257794 Edm = 0.00700219 NCalls = 338 +VariableMetric: Iteration # 90 - FCN = -717670.0365522 Edm = 0.00418946 NCalls = 340 +VariableMetric: Iteration # 91 - FCN = -717670.0441859 Edm = 0.00228939 NCalls = 342 +VariableMetric: Iteration # 92 - FCN = -717670.0498921 Edm = 0.00626361 NCalls = 344 +VariableMetric: Iteration # 93 - FCN = -717670.0734978 Edm = 0.0319614 NCalls = 348 +VariableMetric: Iteration # 94 - FCN = -717670.1354287 Edm = 0.0894598 NCalls = 355 +VariableMetric: Iteration # 95 - FCN = -717670.1407679 Edm = 0.0132299 NCalls = 358 +VariableMetric: Iteration # 96 - FCN = -717670.1738838 Edm = 0.0301569 NCalls = 362 +VariableMetric: Iteration # 97 - FCN = -717670.3285655 Edm = 0.0731853 NCalls = 366 +VariableMetric: Iteration # 98 - FCN = -717670.5093876 Edm = 0.253283 NCalls = 369 +VariableMetric: Iteration # 99 - FCN = -717670.7326837 Edm = 0.137342 NCalls = 373 +VariableMetric: Iteration # 100 - FCN = -717670.8563615 Edm = 0.284876 NCalls = 376 +VariableMetric: Iteration # 101 - FCN = -717671.0086085 Edm = 0.0834532 NCalls = 378 +VariableMetric: Iteration # 102 - FCN = -717671.1334821 Edm = 0.0396882 NCalls = 381 +VariableMetric: Iteration # 103 - FCN = -717671.2195174 Edm = 0.0283984 NCalls = 383 +VariableMetric: Iteration # 104 - FCN = -717671.2757495 Edm = 0.0411817 NCalls = 385 +VariableMetric: Iteration # 105 - FCN = -717671.2983234 Edm = 0.0164245 NCalls = 388 +VariableMetric: Iteration # 106 - FCN = -717671.3200131 Edm = 0.0133969 NCalls = 391 +VariableMetric: Iteration # 107 - FCN = -717671.3367014 Edm = 0.0103834 NCalls = 393 +VariableMetric: Iteration # 108 - FCN = -717671.3501882 Edm = 0.00339702 NCalls = 396 +VariableMetric: Iteration # 109 - FCN = -717671.3568122 Edm = 0.00198006 NCalls = 398 +VariableMetric: Iteration # 110 - FCN = -717671.3595057 Edm = 0.00170201 NCalls = 400 +VariableMetric: Iteration # 111 - FCN = -717671.3623024 Edm = 0.00130504 NCalls = 403 +VariableMetric: Iteration # 112 - FCN = -717671.3645289 Edm = 0.000918225 NCalls = 405 +VariableMetric: Iteration # 113 - FCN = -717671.3660218 Edm = 0.0002442 NCalls = 407 +VariableMetric: Iteration # 114 - FCN = -717671.3665265 Edm = 0.000103551 NCalls = 409 +VariableMetric: Iteration # 115 - FCN = -717671.3667508 Edm = 7.70735e-05 NCalls = 411 +VariableMetric: Iteration # 116 - FCN = -717671.3668848 Edm = 3.03376e-05 NCalls = 413 +VariableMetric: After Hessian - FCN = -717671.3668848 Edm = 5.35481e-05 NCalls = 786 +VariableMetric: Iteration # 117 - FCN = -717671.3668848 Edm = 5.35481e-05 NCalls = 786 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714110.4053137 Edm = 2.18123 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714110.4053137 Edm = 2.18123 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715397.478757 Edm = 1.77611 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -715408.0623804 Edm = 13.9641 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -715594.9776523 Edm = 154.298 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -716033.4848707 Edm = 0.66972 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -716034.2403838 Edm = 0.127924 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -716098.2118607 Edm = 28.8866 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -716139.9094929 Edm = 3.81931 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -716142.7728601 Edm = 0.309817 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -716145.1830955 Edm = 2.52222 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -716205.954381 Edm = 26.1934 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -716246.4246722 Edm = 0.827957 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -716247.3314181 Edm = 0.387873 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -716254.1837699 Edm = 4.55839 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -716335.1841277 Edm = 56.5707 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -716588.683592 Edm = 17.5164 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -716610.0207099 Edm = 5.37445 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -716623.1628937 Edm = 0.907446 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -716624.2976353 Edm = 0.017914 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -716624.3354085 Edm = 0.0118895 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -716628.6833046 Edm = 4.41898 NCalls = 80 +VariableMetric: Iteration # 21 - FCN = -716630.009008 Edm = 6.99226 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -716636.1598323 Edm = 4.93691 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -716640.3468217 Edm = 0.436361 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -716642.6555486 Edm = 1.66049 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -716695.9031321 Edm = 14.7539 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -716750.2607164 Edm = 16.1065 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -716766.7964372 Edm = 0.581567 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -716767.3433975 Edm = 0.0345884 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -716767.3766985 Edm = 0.00372188 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -716767.3881976 Edm = 0.00475065 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -716767.4157234 Edm = 0.00692559 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -716767.4854799 Edm = 0.0530007 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -716769.4628207 Edm = 1.88424 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -716769.8159656 Edm = 1.64701 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -716777.5312854 Edm = 13.0852 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -716777.6809519 Edm = 0.113709 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -716778.2934525 Edm = 0.798403 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -716785.1287454 Edm = 4.67202 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -716805.8562889 Edm = 1.55411 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -716811.0393066 Edm = 3.21704 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -716822.0603985 Edm = 1.5641 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -716823.7725533 Edm = 0.0551276 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -716823.9113326 Edm = 0.0295288 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -716823.9862291 Edm = 0.0194134 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -716824.0426844 Edm = 0.0156521 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -716824.2311219 Edm = 0.0216627 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -716824.2584212 Edm = 0.0593557 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -716824.2784338 Edm = 0.0117133 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -716824.2998727 Edm = 0.0190932 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -716824.5734986 Edm = 0.185759 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -716825.857442 Edm = 3.2192 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -716826.9156914 Edm = 0.591752 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -716827.4388917 Edm = 1.42043 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -716830.4716263 Edm = 2.63497 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -716890.9677738 Edm = 41.0816 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -716989.4779648 Edm = 10.6007 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -716994.8061427 Edm = 2.09431 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -716996.6283243 Edm = 0.214339 NCalls = 195 +VariableMetric: Iteration # 59 - FCN = -716996.9198923 Edm = 0.116404 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -716997.094321 Edm = 0.0981157 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -716997.491325 Edm = 0.104301 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -717028.1119704 Edm = 82.5898 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -717028.1119704 Edm = 82.5898 NCalls = 220 +VariableMetric: After Hessian - FCN = -717028.1119704 Edm = 1.7506e+06 NCalls = 573 +VariableMetric: Iteration # 64 - FCN = -717028.1119704 Edm = 1.7506e+06 NCalls = 573 +VariableMetric: Iteration # 65 - FCN = -717057.4683594 Edm = 1.84416e+06 NCalls = 584 +VariableMetric: Iteration # 66 - FCN = -717243.4998245 Edm = 12.3593 NCalls = 593 +VariableMetric: Iteration # 67 - FCN = -717243.9924383 Edm = 10.4271 NCalls = 597 +VariableMetric: Iteration # 68 - FCN = -717466.0167293 Edm = 21.8065 NCalls = 601 +VariableMetric: Iteration # 69 - FCN = -717501.5255674 Edm = 2.50022 NCalls = 603 +VariableMetric: Iteration # 70 - FCN = -717545.1816016 Edm = 9.2144 NCalls = 608 +VariableMetric: Iteration # 71 - FCN = -717581.0872682 Edm = 6.27111 NCalls = 611 +VariableMetric: Iteration # 72 - FCN = -717586.953421 Edm = 3.39351 NCalls = 612 +VariableMetric: Iteration # 73 - FCN = -717589.900215 Edm = 0.694888 NCalls = 614 +VariableMetric: Iteration # 74 - FCN = -717592.5042845 Edm = 1.06556 NCalls = 616 +VariableMetric: Iteration # 75 - FCN = -717611.1209622 Edm = 4.33554 NCalls = 619 +VariableMetric: Iteration # 76 - FCN = -717618.1786096 Edm = 0.688956 NCalls = 621 +VariableMetric: Iteration # 77 - FCN = -717619.5694404 Edm = 0.7979 NCalls = 623 +VariableMetric: Iteration # 78 - FCN = -717626.0472046 Edm = 4.22482 NCalls = 627 +VariableMetric: Iteration # 79 - FCN = -717640.6281367 Edm = 0.228292 NCalls = 629 +VariableMetric: Iteration # 80 - FCN = -717641.0032249 Edm = 0.103659 NCalls = 631 +VariableMetric: Iteration # 81 - FCN = -717641.4943045 Edm = 0.17877 NCalls = 635 +VariableMetric: Iteration # 82 - FCN = -717642.8683338 Edm = 0.743767 NCalls = 638 +VariableMetric: Iteration # 83 - FCN = -717644.7212528 Edm = 0.191603 NCalls = 640 +VariableMetric: Iteration # 84 - FCN = -717645.0233552 Edm = 0.0268696 NCalls = 642 +VariableMetric: Iteration # 85 - FCN = -717645.1508347 Edm = 0.0922226 NCalls = 644 +VariableMetric: Iteration # 86 - FCN = -717646.8084465 Edm = 0.194683 NCalls = 648 +VariableMetric: Iteration # 87 - FCN = -717647.0303529 Edm = 0.0242146 NCalls = 650 +VariableMetric: Iteration # 88 - FCN = -717647.1580128 Edm = 0.10599 NCalls = 653 +VariableMetric: Iteration # 89 - FCN = -717648.0046087 Edm = 0.270466 NCalls = 658 +VariableMetric: Iteration # 90 - FCN = -717648.4541924 Edm = 0.0150911 NCalls = 660 +VariableMetric: Iteration # 91 - FCN = -717648.5024157 Edm = 0.0346607 NCalls = 662 +VariableMetric: Iteration # 92 - FCN = -717650.1328775 Edm = 0.650181 NCalls = 668 +VariableMetric: Iteration # 93 - FCN = -717651.2286021 Edm = 0.0208996 NCalls = 670 +VariableMetric: Iteration # 94 - FCN = -717651.2668531 Edm = 0.0162939 NCalls = 672 +VariableMetric: Iteration # 95 - FCN = -717651.7756298 Edm = 0.134359 NCalls = 676 +VariableMetric: Iteration # 96 - FCN = -717651.9451178 Edm = 0.00357018 NCalls = 678 +VariableMetric: Iteration # 97 - FCN = -717651.9575915 Edm = 0.00907551 NCalls = 680 +VariableMetric: Iteration # 98 - FCN = -717653.0318396 Edm = 1.56394 NCalls = 687 +VariableMetric: Iteration # 99 - FCN = -717653.040902 Edm = 0.00671366 NCalls = 689 +VariableMetric: Iteration # 100 - FCN = -717653.5865752 Edm = 0.591332 NCalls = 695 +VariableMetric: Iteration # 101 - FCN = -717654.3743036 Edm = 0.822818 NCalls = 701 +VariableMetric: Iteration # 102 - FCN = -717654.9925131 Edm = 0.613719 NCalls = 707 +VariableMetric: Iteration # 103 - FCN = -717661.2626662 Edm = 3.47627 NCalls = 711 +VariableMetric: Iteration # 104 - FCN = -717665.4572743 Edm = 0.426708 NCalls = 712 +VariableMetric: Iteration # 105 - FCN = -717665.8734499 Edm = 0.110669 NCalls = 714 +VariableMetric: Iteration # 106 - FCN = -717665.9769593 Edm = 0.013466 NCalls = 716 +VariableMetric: Iteration # 107 - FCN = -717666.0132601 Edm = 0.0228972 NCalls = 718 +VariableMetric: Iteration # 108 - FCN = -717666.6054715 Edm = 0.22908 NCalls = 723 +VariableMetric: Iteration # 109 - FCN = -717667.0541609 Edm = 0.00561403 NCalls = 725 +VariableMetric: Iteration # 110 - FCN = -717667.0626103 Edm = 0.00258886 NCalls = 727 +VariableMetric: Iteration # 111 - FCN = -717667.1413901 Edm = 0.0744065 NCalls = 731 +VariableMetric: Iteration # 112 - FCN = -717668.0732395 Edm = 0.591009 NCalls = 734 +VariableMetric: Iteration # 113 - FCN = -717669.8814227 Edm = 0.171052 NCalls = 737 +VariableMetric: Iteration # 114 - FCN = -717670.0897467 Edm = 0.00537971 NCalls = 739 +VariableMetric: Iteration # 115 - FCN = -717670.0974252 Edm = 0.00168211 NCalls = 741 +VariableMetric: Iteration # 116 - FCN = -717670.1342991 Edm = 0.0344391 NCalls = 745 +VariableMetric: Iteration # 117 - FCN = -717671.1577084 Edm = 0.462437 NCalls = 749 +VariableMetric: Iteration # 118 - FCN = -717672.1736338 Edm = 0.0259004 NCalls = 751 +VariableMetric: Iteration # 119 - FCN = -717672.2069831 Edm = 0.000837978 NCalls = 753 +VariableMetric: Iteration # 120 - FCN = -717672.2082654 Edm = 0.000290916 NCalls = 755 +VariableMetric: Iteration # 121 - FCN = -717672.2113627 Edm = 0.00257665 NCalls = 758 +VariableMetric: Iteration # 122 - FCN = -717672.2686006 Edm = 0.0365185 NCalls = 762 +VariableMetric: Iteration # 123 - FCN = -717672.3865101 Edm = 0.00604346 NCalls = 764 +VariableMetric: Iteration # 124 - FCN = -717672.3936459 Edm = 0.000115387 NCalls = 766 +VariableMetric: Iteration # 125 - FCN = -717672.3938052 Edm = 3.56274e-05 NCalls = 768 +VariableMetric: After Hessian - FCN = -717672.3938052 Edm = 0.224123 NCalls = 1135 +VariableMetric: Iteration # 126 - FCN = -717672.3938052 Edm = 0.224123 NCalls = 1135 +VariableMetric: Iteration # 127 - FCN = -717672.5145559 Edm = 0.0607504 NCalls = 1137 +VariableMetric: Iteration # 128 - FCN = -717672.5639327 Edm = 0.025306 NCalls = 1139 +VariableMetric: Iteration # 129 - FCN = -717672.5805067 Edm = 0.00904283 NCalls = 1140 +VariableMetric: Iteration # 130 - FCN = -717672.5900085 Edm = 0.00698713 NCalls = 1142 +VariableMetric: Iteration # 131 - FCN = -717672.598291 Edm = 0.0020565 NCalls = 1144 +VariableMetric: Iteration # 132 - FCN = -717672.5997873 Edm = 0.000156094 NCalls = 1146 +VariableMetric: Iteration # 133 - FCN = -717672.5999916 Edm = 5.84192e-06 NCalls = 1148 +VariableMetric: After Hessian - FCN = -717672.5999916 Edm = 6.17519e-06 NCalls = 1529 +VariableMetric: Iteration # 134 - FCN = -717672.5999916 Edm = 6.17519e-06 NCalls = 1529 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712582.9945569 Edm = 7.74797 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712582.9945569 Edm = 7.74797 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715464.0570651 Edm = 0.494459 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715466.8109013 Edm = 0.97699 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715543.1893194 Edm = 8.13387 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -715556.7439058 Edm = 0.133153 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715556.9415974 Edm = 0.0384048 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -715558.6767358 Edm = 1.58392 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -715621.143484 Edm = 3.01878 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -715625.9898699 Edm = 0.555455 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -715626.8460209 Edm = 0.0563422 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -715627.6456208 Edm = 0.722334 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -715644.5018335 Edm = 4.02244 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -715648.7525485 Edm = 0.200963 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -715648.9086889 Edm = 0.0203317 NCalls = 44 +VariableMetric: Iteration # 14 - FCN = -715649.152377 Edm = 0.22802 NCalls = 47 +VariableMetric: Iteration # 15 - FCN = -715667.1246375 Edm = 13.4397 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -715817.6474863 Edm = 26.4632 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -715843.9787984 Edm = 3.85264 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -715847.3396417 Edm = 0.375806 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -715847.8597049 Edm = 0.0526699 NCalls = 64 +VariableMetric: Iteration # 20 - FCN = -715847.9542199 Edm = 0.0285319 NCalls = 66 +VariableMetric: Iteration # 21 - FCN = -715848.0988541 Edm = 0.0676571 NCalls = 68 +VariableMetric: Iteration # 22 - FCN = -715851.2341242 Edm = 2.69678 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -715957.8775045 Edm = 21.6399 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -715981.7028838 Edm = 5.81854 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -715986.5710378 Edm = 0.453688 NCalls = 79 +VariableMetric: Iteration # 26 - FCN = -715987.0891092 Edm = 0.0962431 NCalls = 81 +VariableMetric: Iteration # 27 - FCN = -715987.1868605 Edm = 0.0154898 NCalls = 83 +VariableMetric: Iteration # 28 - FCN = -715987.2272553 Edm = 0.0178951 NCalls = 85 +VariableMetric: Iteration # 29 - FCN = -715987.2906825 Edm = 0.0144569 NCalls = 87 +VariableMetric: Iteration # 30 - FCN = -715987.3557073 Edm = 0.0502587 NCalls = 89 +VariableMetric: Iteration # 31 - FCN = -715993.8165718 Edm = 10.1955 NCalls = 96 +VariableMetric: Iteration # 32 - FCN = -715994.2490739 Edm = 0.707056 NCalls = 99 +VariableMetric: Iteration # 33 - FCN = -715997.1498809 Edm = 2.51771 NCalls = 105 +VariableMetric: Iteration # 34 - FCN = -716069.4377952 Edm = 28.7169 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -716100.6213668 Edm = 10.133 NCalls = 112 +VariableMetric: Iteration # 36 - FCN = -716108.4273489 Edm = 0.960855 NCalls = 114 +VariableMetric: Iteration # 37 - FCN = -716109.3621429 Edm = 0.0941391 NCalls = 116 +VariableMetric: Iteration # 38 - FCN = -716109.4747994 Edm = 0.0403438 NCalls = 118 +VariableMetric: Iteration # 39 - FCN = -716109.9479929 Edm = 0.297058 NCalls = 123 +VariableMetric: Iteration # 40 - FCN = -716110.3051114 Edm = 0.946882 NCalls = 125 +VariableMetric: Iteration # 41 - FCN = -716111.4574718 Edm = 0.674584 NCalls = 128 +VariableMetric: Iteration # 42 - FCN = -716111.8347483 Edm = 0.33373 NCalls = 130 +VariableMetric: Iteration # 43 - FCN = -716112.1516167 Edm = 0.0356493 NCalls = 132 +VariableMetric: Iteration # 44 - FCN = -716112.2971968 Edm = 0.091871 NCalls = 134 +VariableMetric: Iteration # 45 - FCN = -716115.8063851 Edm = 3.47915 NCalls = 138 +VariableMetric: Iteration # 46 - FCN = -716119.6030206 Edm = 3.09904 NCalls = 142 +VariableMetric: Iteration # 47 - FCN = -716256.7198969 Edm = 70.4001 NCalls = 147 +VariableMetric: Iteration # 48 - FCN = -716407.2023406 Edm = 55.7473 NCalls = 152 +VariableMetric: Iteration # 49 - FCN = -716466.6806199 Edm = 197.66 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -716492.1240616 Edm = 42.1965 NCalls = 157 +VariableMetric: Iteration # 51 - FCN = -716616.5160475 Edm = 213.911 NCalls = 160 +VariableMetric: Iteration # 52 - FCN = -716678.7724177 Edm = 43.5942 NCalls = 163 +VariableMetric: Iteration # 53 - FCN = -717010.1125976 Edm = 172.146 NCalls = 169 +VariableMetric: Iteration # 54 - FCN = -717023.3171651 Edm = 11.3624 NCalls = 171 +VariableMetric: Iteration # 55 - FCN = -717055.1210999 Edm = 31.4412 NCalls = 173 +VariableMetric: Iteration # 56 - FCN = -717118.6399478 Edm = 19.2472 NCalls = 177 +VariableMetric: Iteration # 57 - FCN = -717151.8281827 Edm = 2.47125 NCalls = 181 +VariableMetric: Iteration # 58 - FCN = -717155.1439735 Edm = 1.00875 NCalls = 183 +VariableMetric: Iteration # 59 - FCN = -717157.6646537 Edm = 0.447683 NCalls = 186 +VariableMetric: Iteration # 60 - FCN = -717158.3373871 Edm = 0.132766 NCalls = 188 +VariableMetric: Iteration # 61 - FCN = -717158.5721009 Edm = 0.0450246 NCalls = 190 +VariableMetric: Iteration # 62 - FCN = -717158.6696918 Edm = 0.041361 NCalls = 192 +VariableMetric: Iteration # 63 - FCN = -717158.7694383 Edm = 0.0192048 NCalls = 194 +VariableMetric: Iteration # 64 - FCN = -717158.8276415 Edm = 0.0526697 NCalls = 196 +VariableMetric: Iteration # 65 - FCN = -717161.5103633 Edm = 2.49225 NCalls = 202 +VariableMetric: Iteration # 66 - FCN = -717231.5427015 Edm = 48.3398 NCalls = 207 +VariableMetric: Iteration # 67 - FCN = -717311.1971211 Edm = 97.8445 NCalls = 210 +VariableMetric: Iteration # 68 - FCN = -717344.1083165 Edm = 11.8176 NCalls = 211 +VariableMetric: Iteration # 69 - FCN = -717354.8745029 Edm = 3.51771 NCalls = 213 +VariableMetric: Iteration # 70 - FCN = -717358.2724782 Edm = 1.10776 NCalls = 215 +VariableMetric: Iteration # 71 - FCN = -717360.4339265 Edm = 0.436949 NCalls = 217 +VariableMetric: Iteration # 72 - FCN = -717362.5939575 Edm = 0.880548 NCalls = 220 +VariableMetric: Iteration # 73 - FCN = -717362.9246048 Edm = 0.487239 NCalls = 222 +VariableMetric: Iteration # 74 - FCN = -717364.1232468 Edm = 0.749223 NCalls = 224 +VariableMetric: Iteration # 75 - FCN = -717365.5759778 Edm = 0.120125 NCalls = 226 +VariableMetric: Iteration # 76 - FCN = -717365.6758521 Edm = 0.0499445 NCalls = 228 +VariableMetric: Iteration # 77 - FCN = -717365.7450478 Edm = 0.0151101 NCalls = 230 +VariableMetric: Iteration # 78 - FCN = -717365.7734823 Edm = 0.00742714 NCalls = 232 +VariableMetric: Iteration # 79 - FCN = -717365.8174856 Edm = 0.00546231 NCalls = 235 +VariableMetric: Iteration # 80 - FCN = -717365.8254649 Edm = 0.00204274 NCalls = 237 +VariableMetric: Iteration # 81 - FCN = -717365.8348373 Edm = 0.0104043 NCalls = 240 +VariableMetric: Iteration # 82 - FCN = -717365.9155494 Edm = 0.0681632 NCalls = 244 +VariableMetric: Iteration # 83 - FCN = -717369.2404117 Edm = 5.19573 NCalls = 250 +VariableMetric: Iteration # 84 - FCN = -717372.196557 Edm = 4.52176 NCalls = 261 +VariableMetric: Iteration # 85 - FCN = -717375.2796492 Edm = 9.8513 NCalls = 263 +VariableMetric: Iteration # 86 - FCN = -717398.4081395 Edm = 30.2755 NCalls = 268 +VariableMetric: Iteration # 87 - FCN = -717444.536672 Edm = 14.6731 NCalls = 273 +VariableMetric: Iteration # 88 - FCN = -717460.5057958 Edm = 11.1866 NCalls = 274 +VariableMetric: Iteration # 89 - FCN = -717470.655807 Edm = 5.72662 NCalls = 276 +VariableMetric: Iteration # 90 - FCN = -717476.3626136 Edm = 6.80554 NCalls = 278 +VariableMetric: Iteration # 91 - FCN = -717482.9621538 Edm = 2.7179 NCalls = 281 +VariableMetric: Iteration # 92 - FCN = -717488.6378034 Edm = 1.32143 NCalls = 283 +VariableMetric: Iteration # 93 - FCN = -717490.4636845 Edm = 0.950251 NCalls = 285 +VariableMetric: Iteration # 94 - FCN = -717491.7299927 Edm = 0.593034 NCalls = 288 +VariableMetric: Iteration # 95 - FCN = -717492.4109957 Edm = 0.563352 NCalls = 291 +VariableMetric: Iteration # 96 - FCN = -717493.1756388 Edm = 0.391563 NCalls = 296 +VariableMetric: Iteration # 97 - FCN = -717493.9038705 Edm = 0.899362 NCalls = 299 +VariableMetric: Iteration # 98 - FCN = -717494.2200743 Edm = 0.604429 NCalls = 302 +VariableMetric: Iteration # 99 - FCN = -717495.0303135 Edm = 1.84503 NCalls = 305 +VariableMetric: Iteration # 100 - FCN = -717496.5572618 Edm = 4.74687 NCalls = 309 +VariableMetric: Iteration # 101 - FCN = -717499.6690548 Edm = 3.24784 NCalls = 313 +VariableMetric: Iteration # 102 - FCN = -717502.2461867 Edm = 1.62123 NCalls = 318 +VariableMetric: Iteration # 103 - FCN = -717506.0473982 Edm = 0.716817 NCalls = 321 +VariableMetric: Iteration # 104 - FCN = -717506.6604398 Edm = 0.217545 NCalls = 323 +VariableMetric: Iteration # 105 - FCN = -717506.8383224 Edm = 0.103647 NCalls = 325 +VariableMetric: Iteration # 106 - FCN = -717506.986565 Edm = 0.00614446 NCalls = 327 +VariableMetric: Iteration # 107 - FCN = -717507.0010012 Edm = 0.00570189 NCalls = 329 +VariableMetric: Iteration # 108 - FCN = -717507.0290198 Edm = 0.0189881 NCalls = 331 +VariableMetric: Iteration # 109 - FCN = -717508.3814009 Edm = 1.17139 NCalls = 336 +VariableMetric: Iteration # 110 - FCN = -717522.0487195 Edm = 5.94974 NCalls = 340 +VariableMetric: Iteration # 111 - FCN = -717534.8982414 Edm = 7.02665 NCalls = 342 +VariableMetric: Iteration # 112 - FCN = -717544.9385869 Edm = 5.5875 NCalls = 345 +VariableMetric: Iteration # 113 - FCN = -717551.9526677 Edm = 0.725935 NCalls = 347 +VariableMetric: Iteration # 114 - FCN = -717552.650765 Edm = 0.0313499 NCalls = 349 +VariableMetric: Iteration # 115 - FCN = -717552.6722167 Edm = 0.00378566 NCalls = 351 +VariableMetric: Iteration # 116 - FCN = -717552.6770228 Edm = 0.00116813 NCalls = 353 +VariableMetric: Iteration # 117 - FCN = -717552.6803593 Edm = 0.000712948 NCalls = 355 +VariableMetric: Iteration # 118 - FCN = -717552.6817632 Edm = 0.000382765 NCalls = 357 +VariableMetric: Iteration # 119 - FCN = -717552.6861283 Edm = 0.0038823 NCalls = 360 +VariableMetric: Iteration # 120 - FCN = -717552.7684314 Edm = 0.0463314 NCalls = 364 +VariableMetric: Iteration # 121 - FCN = -717554.1547637 Edm = 1.13387 NCalls = 368 +VariableMetric: Iteration # 122 - FCN = -717565.5824885 Edm = 4.73458 NCalls = 372 +VariableMetric: Iteration # 123 - FCN = -717569.8235814 Edm = 1.02112 NCalls = 375 +VariableMetric: Iteration # 124 - FCN = -717570.943268 Edm = 0.355564 NCalls = 379 +VariableMetric: Iteration # 125 - FCN = -717571.2312756 Edm = 0.0615334 NCalls = 381 +VariableMetric: Iteration # 126 - FCN = -717571.2803098 Edm = 0.0038836 NCalls = 382 +VariableMetric: Iteration # 127 - FCN = -717571.2854489 Edm = 0.000775059 NCalls = 384 +VariableMetric: Iteration # 128 - FCN = -717571.2870382 Edm = 0.000336283 NCalls = 386 +VariableMetric: Iteration # 129 - FCN = -717571.2890947 Edm = 0.00144634 NCalls = 389 +VariableMetric: Iteration # 130 - FCN = -717571.3282021 Edm = 0.0396504 NCalls = 393 +VariableMetric: Iteration # 131 - FCN = -717572.5931674 Edm = 1.14442 NCalls = 400 +VariableMetric: Iteration # 132 - FCN = -717581.4918131 Edm = 2.1548 NCalls = 403 +VariableMetric: Iteration # 133 - FCN = -717582.9865697 Edm = 0.206065 NCalls = 406 +VariableMetric: Iteration # 134 - FCN = -717583.172624 Edm = 0.0176632 NCalls = 407 +VariableMetric: Iteration # 135 - FCN = -717583.1935676 Edm = 0.0012785 NCalls = 409 +VariableMetric: Iteration # 136 - FCN = -717583.194623 Edm = 7.17665e-05 NCalls = 411 +VariableMetric: Iteration # 137 - FCN = -717583.1947051 Edm = 2.09641e-05 NCalls = 413 +VariableMetric: After Hessian - FCN = -717583.1947051 Edm = 138.359 NCalls = 772 +VariableMetric: Iteration # 138 - FCN = -717583.1947051 Edm = 138.359 NCalls = 772 +VariableMetric: Iteration # 139 - FCN = -717650.0170236 Edm = 1.376 NCalls = 782 +VariableMetric: Iteration # 140 - FCN = -717651.563711 Edm = 0.152252 NCalls = 785 +VariableMetric: Iteration # 141 - FCN = -717651.7312191 Edm = 0.07932 NCalls = 787 +VariableMetric: Iteration # 142 - FCN = -717651.7985547 Edm = 0.01446 NCalls = 789 +VariableMetric: Iteration # 143 - FCN = -717651.8106323 Edm = 0.00627432 NCalls = 791 +VariableMetric: Iteration # 144 - FCN = -717651.8176848 Edm = 0.00414361 NCalls = 793 +VariableMetric: Iteration # 145 - FCN = -717651.9208142 Edm = 0.103125 NCalls = 799 +VariableMetric: Iteration # 146 - FCN = -717652.074655 Edm = 0.510696 NCalls = 807 +VariableMetric: Iteration # 147 - FCN = -717652.2670698 Edm = 0.416861 NCalls = 813 +VariableMetric: Iteration # 148 - FCN = -717652.5878091 Edm = 0.215737 NCalls = 819 +VariableMetric: Iteration # 149 - FCN = -717653.0973861 Edm = 0.387593 NCalls = 822 +VariableMetric: Iteration # 150 - FCN = -717653.430197 Edm = 0.153672 NCalls = 827 +VariableMetric: Iteration # 151 - FCN = -717653.5769806 Edm = 0.20646 NCalls = 830 +VariableMetric: Iteration # 152 - FCN = -717653.779376 Edm = 0.0898556 NCalls = 832 +VariableMetric: Iteration # 153 - FCN = -717653.9458778 Edm = 0.0577783 NCalls = 835 +VariableMetric: Iteration # 154 - FCN = -717654.0304534 Edm = 0.0318926 NCalls = 838 +VariableMetric: Iteration # 155 - FCN = -717654.0582669 Edm = 0.0154273 NCalls = 840 +VariableMetric: Iteration # 156 - FCN = -717654.0763743 Edm = 0.00279486 NCalls = 842 +VariableMetric: Iteration # 157 - FCN = -717654.0803326 Edm = 0.000866128 NCalls = 844 +VariableMetric: Iteration # 158 - FCN = -717654.0810504 Edm = 5.68624e-05 NCalls = 846 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.177E+05 | Ncalls=1038 (1038 total) | +| EDM = 0.000756 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -717673.966730987 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | Ctt | -0.26 | 0.15 | | | -0.5 | 0.5 | | +| 1 | phi_s | 19.5 | 1.9 | | | 14.8182 | 23.5818 | | +| 2 | p4040_s | 0.95 | 0.18 | | |0.00501244| 2.01499 | | +| 3 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 4 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_s | 1372.6 | 1.8 | | | 1358.64 | 1433.36 | | +| 6 | p3770_s | 2.64 | 0.21 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | -1.558 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 0.31 | 0.49 | | |-6.28319 | 6.28319 | | +| 9 | rho_p | 5.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.23 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p4160_s | 2.37 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| Dbar_s | -0.022 | 0.063 | | | -1.464 | 1.464 | | +| 13| psi2s_p | -4.055 | 0.030 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.77 | 0.30 | | |0.0253049| 2.0747 | | +| 15| p3770_p | 3.74 | 0.11 | | |-6.28319 | 6.28319 | | +| 16| p4040_p | 4.10 | 0.20 | | |-6.28319 | 6.28319 | | +| 17| p4160_p | 4.29 | 0.09 | | |-6.28319 | 6.28319 | | +| 18| p4415_p | -1.98 | 0.17 | | |-6.28319 | 6.28319 | | +| 19| omega_p | 0.6 | 1.3 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | Ctt phi_s p4040_s jpsi_s omega_s psi2s_s p3770_s jpsi_p phi_p rho_p p4415_s p4160_s Dbar_s psi2s_p rho_s p3770_p p4040_p p4160_p p4415_p omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Ctt | 1.000 -0.003 0.575 -0.044 0.001 0.047 0.150 0.111 -0.004 -0.016 0.453 0.387 -0.794 -0.086 0.041 -0.592 -0.328 -0.528 -0.241 0.003 | +| phi_s | -0.003 1.000 0.006 -0.036 -0.053 0.029 0.007 -0.076 0.916 -0.096 0.001 0.003 -0.007 -0.017 0.100 -0.010 -0.005 -0.009 -0.006 -0.033 | +| p4040_s | 0.575 0.006 1.000 0.005 0.000 -0.007 0.214 0.003 0.008 -0.045 0.246 0.180 -0.570 -0.161 0.019 -0.298 -0.216 -0.539 -0.223 0.000 | +| jpsi_s | -0.044 -0.036 0.005 1.000 0.008 -0.777 0.016 -0.070 -0.032 0.065 -0.013 -0.001 -0.093 0.075 -0.028 -0.005 0.025 0.025 0.014 0.008 | +| omega_s | 0.001 -0.053 0.000 0.008 1.000 -0.007 -0.000 -0.123 -0.154 -0.044 0.000 0.000 -0.001 -0.050 0.158 -0.013 -0.007 -0.012 -0.006 0.987 | +| psi2s_s | 0.047 0.029 -0.007 -0.777 -0.007 1.000 -0.030 0.064 0.026 -0.052 0.011 -0.001 0.078 -0.077 0.023 -0.002 -0.024 -0.025 -0.014 -0.007 | +| p3770_s | 0.150 0.007 0.214 0.016 -0.000 -0.030 1.000 0.012 0.008 -0.030 0.115 0.112 -0.271 -0.249 0.000 -0.241 -0.116 -0.129 -0.037 -0.001 | +| jpsi_p | 0.111 -0.076 0.003 -0.070 -0.123 0.064 0.012 1.000 -0.068 0.036 -0.050 -0.072 0.077 -0.048 0.025 -0.075 -0.147 -0.099 -0.064 -0.120 | +| phi_p | -0.004 0.916 0.008 -0.032 -0.154 0.026 0.008 -0.068 1.000 -0.151 0.000 0.002 -0.009 -0.008 0.136 -0.010 -0.007 -0.010 -0.007 -0.130 | +| rho_p | -0.016 -0.096 -0.045 0.065 -0.044 -0.052 -0.030 0.036 -0.151 1.000 -0.018 -0.021 0.043 -0.044 -0.042 0.028 0.019 0.033 0.028 -0.020 | +| p4415_s | 0.453 0.001 0.246 -0.013 0.000 0.011 0.115 -0.050 0.000 -0.018 1.000 0.357 -0.537 -0.151 0.010 -0.264 0.062 -0.028 -0.149 -0.000 | +| p4160_s | 0.387 0.003 0.180 -0.001 0.000 -0.001 0.112 -0.072 0.002 -0.021 0.357 1.000 -0.548 -0.199 0.005 -0.207 0.338 -0.172 -0.202 -0.000 | +| Dbar_s | -0.794 -0.007 -0.570 -0.093 -0.001 0.078 -0.271 0.077 -0.009 0.043 -0.537 -0.548 1.000 0.082 -0.000 0.496 0.020 0.269 -0.010 0.001 | +| psi2s_p | -0.086 -0.017 -0.161 0.075 -0.050 -0.077 -0.249 -0.048 -0.008 -0.044 -0.151 -0.199 0.082 1.000 -0.000 -0.180 -0.162 0.020 0.013 -0.050 | +| rho_s | 0.041 0.100 0.019 -0.028 0.158 0.023 0.000 0.025 0.136 -0.042 0.010 0.005 -0.000 -0.000 1.000 -0.019 -0.026 -0.031 -0.023 0.246 | +| p3770_p | -0.592 -0.010 -0.298 -0.005 -0.013 -0.002 -0.241 -0.075 -0.010 0.028 -0.264 -0.207 0.496 -0.180 -0.019 1.000 0.217 0.314 0.143 -0.014 | +| p4040_p | -0.328 -0.005 -0.216 0.025 -0.007 -0.024 -0.116 -0.147 -0.007 0.019 0.062 0.338 0.020 -0.162 -0.026 0.217 1.000 0.247 0.170 -0.008 | +| p4160_p | -0.528 -0.009 -0.539 0.025 -0.012 -0.025 -0.129 -0.099 -0.010 0.033 -0.028 -0.172 0.269 0.020 -0.031 0.314 0.247 1.000 0.307 -0.014 | +| p4415_p | -0.241 -0.006 -0.223 0.014 -0.006 -0.014 -0.037 -0.064 -0.007 0.028 -0.149 -0.202 -0.010 0.013 -0.023 0.143 0.170 0.307 1.000 -0.007 | +| omega_p | 0.003 -0.033 0.000 0.008 0.987 -0.007 -0.001 -0.120 -0.130 -0.020 -0.000 -0.000 0.001 -0.050 0.246 -0.014 -0.008 -0.014 -0.007 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.15154134710660902}), (, {'error': 1.8903121543602186}), (, {'error': 0.18319711323492865}), (, {'error': 21.42463116426825}), (, {'error': 3.655384954231231}), (, {'error': 1.7744354221807725}), (, {'error': 0.20705252085347814}), (, {'error': 0.016879654002237565}), (, {'error': 0.4907871183018946}), (, {'error': 0.40573807739313494}), (, {'error': 0.1844856543462421}), (, {'error': 0.17009855792722295}), (, {'error': 0.06295624334087824}), (, {'error': 0.030479822605709916}), (, {'error': 0.30430697889057856}), (, {'error': 0.11270935044392072}), (, {'error': 0.19517940839333825}), (, {'error': 0.0937019424752279}), (, {'error': 0.1710599805417794}), (, {'error': 1.3352707936694013})]) +Toy 1/10 +Time taken: 1 h, 33 min +Projected time left: 14 h, 5 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.177E+05 | Ncalls=1281 (1281 total) | +| EDM = 3.56E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -717672.8845768322 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | Ctt | -0.26 | 0.15 | | | -0.5 | 0.5 | | +| 1 | phi_s | 18.0 | 0.9 | | | 14.8182 | 23.5818 | | +| 2 | p4040_s | 0.95 | 0.18 | | |0.00501244| 2.01499 | | +| 3 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 4 | omega_s | 5.5 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_s | 1372.6 | 1.8 | | | 1358.64 | 1433.36 | | +| 6 | p3770_s | 2.64 | 0.21 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | 4.726 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 6.22 | 0.19 | | |-6.28319 | 6.28319 | | +| 9 | rho_p | 5.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.23 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p4160_s | 2.37 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| Dbar_s | -0.023 | 0.063 | | | -1.464 | 1.464 | | +| 13| psi2s_p | -4.053 | 0.030 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.72 | 0.30 | | |0.0253049| 2.0747 | | +| 15| p3770_p | -2.54 | 0.11 | | |-6.28319 | 6.28319 | | +| 16| p4040_p | -2.18 | 0.20 | | |-6.28319 | 6.28319 | | +| 17| p4160_p | -1.99 | 0.09 | | |-6.28319 | 6.28319 | | +| 18| p4415_p | -1.98 | 0.17 | | |-6.28319 | 6.28319 | | +| 19| omega_p | 6.28 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | Ctt phi_s p4040_s jpsi_s omega_s psi2s_s p3770_s jpsi_p phi_p rho_p p4415_s p4160_s Dbar_s psi2s_p rho_s p3770_p p4040_p p4160_p p4415_p omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Ctt | 1.000 0.006 0.581 -0.043 -0.014 0.046 0.155 0.115 0.002 -0.018 0.453 0.384 -0.795 -0.081 0.040 -0.600 -0.339 -0.536 -0.247 -0.000 | +| phi_s | 0.006 1.000 -0.001 -0.014 0.044 0.011 -0.003 -0.008 0.461 0.148 0.003 0.002 0.003 -0.013 -0.076 -0.000 0.001 -0.001 0.000 -0.005 | +| p4040_s | 0.581 -0.001 1.000 0.005 -0.002 -0.007 0.217 0.007 -0.001 -0.045 0.247 0.180 -0.573 -0.158 0.012 -0.306 -0.225 -0.546 -0.229 -0.000 | +| jpsi_s | -0.043 -0.014 0.005 1.000 0.000 -0.772 0.016 -0.071 0.003 0.061 -0.013 -0.001 -0.091 0.074 -0.016 -0.005 0.025 0.025 0.014 0.000 | +| omega_s | -0.014 0.044 -0.002 0.000 1.000 -0.001 0.003 -0.038 -0.011 -0.063 -0.001 0.002 -0.005 -0.006 -0.592 0.003 0.009 0.007 0.006 -0.163 | +| psi2s_s | 0.046 0.011 -0.007 -0.772 -0.001 1.000 -0.030 0.065 -0.003 -0.049 0.011 -0.001 0.076 -0.076 0.014 -0.002 -0.024 -0.024 -0.014 -0.000 | +| p3770_s | 0.155 -0.003 0.217 0.016 0.003 -0.030 1.000 0.014 -0.001 -0.029 0.116 0.112 -0.274 -0.247 -0.005 -0.245 -0.120 -0.133 -0.039 0.000 | +| jpsi_p | 0.115 -0.008 0.007 -0.071 -0.038 0.065 0.014 1.000 -0.015 0.022 -0.050 -0.073 0.074 -0.055 0.073 -0.081 -0.153 -0.105 -0.067 0.002 | +| phi_p | 0.002 0.461 -0.001 0.003 -0.011 -0.003 -0.001 -0.015 1.000 0.041 -0.000 -0.001 0.002 -0.009 -0.002 -0.002 -0.002 -0.003 -0.001 -0.003 | +| rho_p | -0.018 0.148 -0.045 0.061 -0.063 -0.049 -0.029 0.022 0.041 1.000 -0.019 -0.021 0.044 -0.048 0.079 0.028 0.019 0.032 0.028 0.046 | +| p4415_s | 0.453 0.003 0.247 -0.013 -0.001 0.011 0.116 -0.050 -0.000 -0.019 1.000 0.358 -0.539 -0.151 0.008 -0.268 0.061 -0.030 -0.150 0.000 | +| p4160_s | 0.384 0.002 0.180 -0.001 0.002 -0.001 0.112 -0.073 -0.001 -0.021 0.358 1.000 -0.548 -0.200 0.001 -0.208 0.340 -0.172 -0.201 0.000 | +| Dbar_s | -0.795 0.003 -0.573 -0.091 -0.005 0.076 -0.274 0.074 0.002 0.044 -0.539 -0.548 1.000 0.080 0.008 0.502 0.027 0.276 -0.004 -0.000 | +| psi2s_p | -0.081 -0.013 -0.158 0.074 -0.006 -0.076 -0.247 -0.055 -0.009 -0.048 -0.151 -0.200 0.080 1.000 0.006 -0.183 -0.165 0.017 0.011 0.001 | +| rho_s | 0.040 -0.076 0.012 -0.016 -0.592 0.014 -0.005 0.073 -0.002 0.079 0.008 0.001 0.008 0.006 1.000 -0.011 -0.021 -0.022 -0.017 0.003 | +| p3770_p | -0.600 -0.000 -0.306 -0.005 0.003 -0.002 -0.245 -0.081 -0.002 0.028 -0.268 -0.208 0.502 -0.183 -0.011 1.000 0.226 0.323 0.149 0.000 | +| p4040_p | -0.339 0.001 -0.225 0.025 0.009 -0.024 -0.120 -0.153 -0.002 0.019 0.061 0.340 0.027 -0.165 -0.021 0.226 1.000 0.257 0.175 0.001 | +| p4160_p | -0.536 -0.001 -0.546 0.025 0.007 -0.024 -0.133 -0.105 -0.003 0.032 -0.030 -0.172 0.276 0.017 -0.022 0.323 0.257 1.000 0.312 0.001 | +| p4415_p | -0.247 0.000 -0.229 0.014 0.006 -0.014 -0.039 -0.067 -0.001 0.028 -0.150 -0.201 -0.004 0.011 -0.017 0.149 0.175 0.312 1.000 0.000 | +| omega_p | -0.000 -0.005 -0.000 0.000 -0.163 -0.000 0.000 0.002 -0.003 0.046 0.000 0.000 -0.000 0.001 0.003 0.000 0.001 0.001 0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1533212754740343}), (, {'error': 0.8579852804115422}), (, {'error': 0.18427575364232113}), (, {'error': 20.842598159901172}), (, {'error': 0.9946752973022814}), (, {'error': 1.7561454643503112}), (, {'error': 0.2073137803159446}), (, {'error': 0.016696291828186105}), (, {'error': 0.19281369789702207}), (, {'error': 0.4214233935978955}), (, {'error': 0.18475139836767485}), (, {'error': 0.17067390336332755}), (, {'error': 0.06328717498074854}), (, {'error': 0.0304733260469372}), (, {'error': 0.29567265201443205}), (, {'error': 0.1137111090419205}), (, {'error': 0.19732643685522522}), (, {'error': 0.09452115224909097}), (, {'error': 0.17137024787925403}), (, {'error': 0.09739306756367316})]) +Toy 2/10 +Time taken: 3 h, 25 min +Projected time left: 13 h, 42 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.177E+05 | Ncalls=1064 (1064 total) | +| EDM = 0.00308 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -717672.5969233998 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | Ctt | -0.25 | 0.18 | | | -0.5 | 0.5 | | +| 1 | phi_s | 18.0 | 1.7 | | | 14.8182 | 23.5818 | | +| 2 | p4040_s | 0.95 | 0.18 | | |0.00501244| 2.01499 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | omega_s | 5.7 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_s | 1367.0 | 1.3 | | | 1358.64 | 1433.36 | | +| 6 | p3770_s | 2.45 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | 4.537 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -0.13 | 0.43 | | |-6.28319 | 6.28319 | | +| 9 | rho_p | -0.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.24 | 0.19 | | |0.126447 | 2.35355 | | +| 11| p4160_s | 2.36 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| Dbar_s | -0.032 | 0.071 | | | -1.464 | 1.464 | | +| 13| psi2s_p | 4.20 | 0.04 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.73 | 0.30 | | |0.0253049| 2.0747 | | +| 15| p3770_p | -1.77 | 0.13 | | |-6.28319 | 6.28319 | | +| 16| p4040_p | -1.94 | 0.20 | | |-6.28319 | 6.28319 | | +| 17| p4160_p | -1.82 | 0.10 | | |-6.28319 | 6.28319 | | +| 18| p4415_p | -1.87 | 0.17 | | |-6.28319 | 6.28319 | | +| 19| omega_p | 6.28 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | Ctt phi_s p4040_s jpsi_s omega_s psi2s_s p3770_s jpsi_p phi_p rho_p p4415_s p4160_s Dbar_s psi2s_p rho_s p3770_p p4040_p p4160_p p4415_p omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Ctt | 1.000 0.006 0.605 -0.014 -0.013 0.005 0.159 0.168 0.006 -0.046 0.495 0.411 -0.838 -0.785 0.042 -0.683 -0.376 -0.568 -0.265 -0.001 | +| phi_s | 0.006 1.000 -0.005 0.003 -0.024 -0.003 -0.007 -0.055 0.897 0.226 -0.001 -0.003 0.009 -0.017 -0.035 -0.004 -0.005 -0.006 -0.003 -0.009 | +| p4040_s | 0.605 -0.005 1.000 0.006 -0.000 0.002 0.219 -0.001 -0.005 -0.068 0.283 0.208 -0.602 -0.557 0.013 -0.350 -0.243 -0.561 -0.242 -0.001 | +| jpsi_s | -0.014 0.003 0.006 1.000 -0.002 -0.549 0.011 -0.036 0.008 0.038 -0.004 0.002 -0.050 -0.021 -0.008 -0.005 0.012 0.010 0.006 0.001 | +| omega_s | -0.013 -0.024 -0.000 -0.002 1.000 0.002 0.006 -0.036 -0.052 -0.102 0.000 0.003 -0.006 -0.004 -0.595 0.003 0.009 0.007 0.005 -0.198 | +| psi2s_s | 0.005 -0.003 0.002 -0.549 0.002 1.000 -0.004 0.020 -0.006 -0.030 0.004 -0.000 0.020 -0.013 0.003 -0.028 -0.013 -0.008 -0.002 -0.000 | +| p3770_s | 0.159 -0.007 0.219 0.011 0.006 -0.004 1.000 -0.072 -0.006 -0.040 0.125 0.118 -0.274 -0.204 -0.007 -0.191 -0.112 -0.120 -0.035 -0.000 | +| jpsi_p | 0.168 -0.055 -0.001 -0.036 -0.036 0.020 -0.072 1.000 -0.060 0.009 -0.029 -0.065 0.021 -0.090 0.074 -0.102 -0.164 -0.113 -0.065 0.003 | +| phi_p | 0.006 0.897 -0.005 0.008 -0.052 -0.006 -0.006 -0.060 1.000 0.175 -0.002 -0.004 0.008 -0.020 0.001 -0.006 -0.007 -0.008 -0.003 -0.008 | +| rho_p | -0.046 0.226 -0.068 0.038 -0.102 -0.030 -0.040 0.009 0.175 1.000 -0.035 -0.036 0.075 0.056 0.095 0.053 0.030 0.050 0.038 0.055 | +| p4415_s | 0.495 -0.001 0.283 -0.004 0.000 0.004 0.125 -0.029 -0.002 -0.035 1.000 0.379 -0.574 -0.455 0.010 -0.318 0.023 -0.073 -0.162 -0.000 | +| p4160_s | 0.411 -0.003 0.208 0.002 0.003 -0.000 0.118 -0.065 -0.004 -0.036 0.379 1.000 -0.560 -0.399 0.002 -0.234 0.306 -0.194 -0.212 0.000 | +| Dbar_s | -0.838 0.009 -0.602 -0.050 -0.006 0.020 -0.274 0.021 0.008 0.075 -0.574 -0.560 1.000 0.765 0.002 0.571 0.091 0.333 0.036 0.001 | +| psi2s_p | -0.785 -0.017 -0.557 -0.021 -0.004 -0.013 -0.204 -0.090 -0.020 0.056 -0.455 -0.399 0.765 1.000 -0.003 0.632 0.263 0.462 0.211 0.002 | +| rho_s | 0.042 -0.035 0.013 -0.008 -0.595 0.003 -0.007 0.074 0.001 0.095 0.010 0.002 0.002 -0.003 1.000 -0.016 -0.024 -0.025 -0.018 0.006 | +| p3770_p | -0.683 -0.004 -0.350 -0.005 0.003 -0.028 -0.191 -0.102 -0.006 0.053 -0.318 -0.234 0.571 0.632 -0.016 1.000 0.295 0.391 0.187 0.001 | +| p4040_p | -0.376 -0.005 -0.243 0.012 0.009 -0.013 -0.112 -0.164 -0.007 0.030 0.023 0.306 0.091 0.263 -0.024 0.295 1.000 0.292 0.194 0.001 | +| p4160_p | -0.568 -0.006 -0.561 0.010 0.007 -0.008 -0.120 -0.113 -0.008 0.050 -0.073 -0.194 0.333 0.462 -0.025 0.391 0.292 1.000 0.328 0.001 | +| p4415_p | -0.265 -0.003 -0.242 0.006 0.005 -0.002 -0.035 -0.065 -0.003 0.038 -0.162 -0.212 0.036 0.211 -0.018 0.187 0.194 0.328 1.000 0.001 | +| omega_p | -0.001 -0.009 -0.001 0.001 -0.198 -0.000 -0.000 0.003 -0.008 0.055 -0.000 0.000 0.001 0.002 0.006 0.001 0.001 0.001 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1831679764052465}), (, {'error': 1.6922724474528046}), (, {'error': 0.18275031170876865}), (, {'error': 11.912312285921871}), (, {'error': 1.0246220882775248}), (, {'error': 1.3375735284336088}), (, {'error': 0.19072755380234252}), (, {'error': 0.016355840235331875}), (, {'error': 0.431382966138079}), (, {'error': 0.428050760984378}), (, {'error': 0.18843559504426477}), (, {'error': 0.17038509367861265}), (, {'error': 0.0711285701964286}), (, {'error': 0.03856749442689811}), (, {'error': 0.29784870734079527}), (, {'error': 0.1268519645745525}), (, {'error': 0.19742147171868707}), (, {'error': 0.09658136353968372}), (, {'error': 0.17030688265746008}), (, {'error': 0.11116680814444901})]) +Toy 3/10 +Time taken: 5 h, 1 min +Projected time left: 11 h, 42 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.177E+05 | Ncalls=1292 (1292 total) | +| EDM = 0.00126 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -717672.9277053847 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | Ctt | -0.21 | 0.08 | | | -0.5 | 0.5 | | +| 1 | phi_s | 19 | 6 | | | 14.8182 | 23.5818 | | +| 2 | p4040_s | 1.00 | 0.14 | | |0.00501244| 2.01499 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | omega_s | 7.3 | 1.7 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_s | 1371.8 | 1.3 | | | 1358.64 | 1433.36 | | +| 6 | p3770_s | 2.69 | 0.18 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | -4.627 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 9 | rho_p | 5.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.26 | 0.15 | | |0.126447 | 2.35355 | | +| 11| p4160_s | 2.42 | 0.14 | | | 0.71676 | 3.68324 | | +| 12| Dbar_s | -0.03 | 0.04 | | | -1.464 | 1.464 | | +| 13| psi2s_p | 1.808 | 0.027 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.78 | 0.27 | | |0.0253049| 2.0747 | | +| 15| p3770_p | 3.36 | 0.09 | | |-6.28319 | 6.28319 | | +| 16| p4040_p | -2.44 | 0.16 | | |-6.28319 | 6.28319 | | +| 17| p4160_p | -2.21 | 0.07 | | |-6.28319 | 6.28319 | | +| 18| p4415_p | -2.16 | 0.15 | | |-6.28319 | 6.28319 | | +| 19| omega_p | -5.6 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | Ctt phi_s p4040_s jpsi_s omega_s psi2s_s p3770_s jpsi_p phi_p rho_p p4415_s p4160_s Dbar_s psi2s_p rho_s p3770_p p4040_p p4160_p p4415_p omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Ctt | 1.000 -0.003 0.276 -0.050 -0.003 0.045 -0.039 -0.093 -0.004 0.003 0.213 0.140 -0.591 0.130 0.030 -0.312 -0.299 -0.361 -0.181 0.003 | +| phi_s | -0.003 1.000 0.002 0.016 -0.131 -0.011 -0.003 -0.370 0.997 0.199 -0.007 -0.010 -0.006 -0.144 0.202 -0.071 -0.047 -0.060 -0.032 0.213 | +| p4040_s | 0.276 0.002 1.000 0.002 -0.001 -0.008 0.093 -0.049 0.002 -0.030 0.040 -0.028 -0.337 -0.124 0.004 -0.048 -0.132 -0.383 -0.148 -0.001 | +| jpsi_s | -0.050 0.016 0.002 1.000 -0.001 -0.631 0.004 0.022 0.017 0.045 -0.016 -0.009 -0.078 0.026 -0.009 -0.009 0.004 0.005 -0.004 0.008 | +| omega_s | -0.003 -0.131 -0.001 -0.001 1.000 0.001 -0.000 0.019 -0.136 -0.074 0.000 0.001 -0.001 0.007 -0.120 0.005 0.005 0.006 0.004 0.789 | +| psi2s_s | 0.045 -0.011 -0.008 -0.631 0.001 1.000 -0.021 -0.010 -0.012 -0.030 0.010 0.004 0.059 -0.030 0.007 0.002 -0.005 -0.005 0.001 -0.005 | +| p3770_s | -0.039 -0.003 0.093 0.004 -0.000 -0.021 1.000 0.010 -0.003 -0.020 0.015 0.018 -0.134 -0.252 -0.004 -0.166 -0.097 -0.056 -0.013 -0.002 | +| jpsi_p | -0.093 -0.370 -0.049 0.022 0.019 -0.010 0.010 1.000 -0.370 -0.158 -0.091 -0.094 0.032 0.126 -0.053 -0.027 -0.070 0.006 0.001 -0.106 | +| phi_p | -0.004 0.997 0.002 0.017 -0.136 -0.012 -0.003 -0.370 1.000 0.190 -0.008 -0.010 -0.006 -0.144 0.209 -0.071 -0.048 -0.060 -0.033 0.210 | +| rho_p | 0.003 0.199 -0.030 0.045 -0.074 -0.030 -0.020 -0.158 0.190 1.000 -0.010 -0.013 0.031 -0.070 0.033 -0.003 0.002 0.007 0.014 0.061 | +| p4415_s | 0.213 -0.007 0.040 -0.016 0.000 0.010 0.015 -0.091 -0.008 -0.010 1.000 0.167 -0.327 -0.096 0.002 -0.077 0.092 0.120 -0.114 -0.003 | +| p4160_s | 0.140 -0.010 -0.028 -0.009 0.001 0.004 0.018 -0.094 -0.010 -0.013 0.167 1.000 -0.360 -0.161 -0.002 -0.038 0.359 -0.070 -0.172 -0.004 | +| Dbar_s | -0.591 -0.006 -0.337 -0.078 -0.001 0.059 -0.134 0.032 -0.006 0.031 -0.327 -0.360 1.000 0.010 0.016 0.247 -0.051 0.057 -0.123 0.003 | +| psi2s_p | 0.130 -0.144 -0.124 0.026 0.007 -0.030 -0.252 0.126 -0.144 -0.070 -0.096 -0.161 0.010 1.000 -0.018 -0.256 -0.207 -0.070 -0.045 -0.041 | +| rho_s | 0.030 0.202 0.004 -0.009 -0.120 0.007 -0.004 -0.053 0.209 0.033 0.002 -0.002 0.016 -0.018 1.000 -0.014 -0.020 -0.023 -0.016 0.231 | +| p3770_p | -0.312 -0.071 -0.048 -0.009 0.005 0.002 -0.166 -0.027 -0.071 -0.003 -0.077 -0.038 0.247 -0.256 -0.014 1.000 0.104 0.122 0.058 -0.020 | +| p4040_p | -0.299 -0.047 -0.132 0.004 0.005 -0.005 -0.097 -0.070 -0.048 0.002 0.092 0.359 -0.051 -0.207 -0.020 0.104 1.000 0.134 0.111 -0.015 | +| p4160_p | -0.361 -0.060 -0.383 0.005 0.006 -0.005 -0.056 0.006 -0.060 0.007 0.120 -0.070 0.057 -0.070 -0.023 0.122 0.134 1.000 0.208 -0.017 | +| p4415_p | -0.181 -0.032 -0.148 -0.004 0.004 0.001 -0.013 0.001 -0.033 0.014 -0.114 -0.172 -0.123 -0.045 -0.016 0.058 0.111 0.208 1.000 -0.009 | +| omega_p | 0.003 0.213 -0.001 0.008 0.789 -0.005 -0.002 -0.106 0.210 0.061 -0.003 -0.004 0.003 -0.041 0.231 -0.020 -0.015 -0.017 -0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.08358748505414873}), (, {'error': 5.80714398062638}), (, {'error': 0.13924437626801667}), (, {'error': 11.728239395180026}), (, {'error': 1.716548459764474}), (, {'error': 1.3458632191783408}), (, {'error': 0.18402442664304575}), (, {'error': 0.016158619208396008}), (, {'error': 7.91467249159497}), (, {'error': 0.37445922040821866}), (, {'error': 0.15195443603955672}), (, {'error': 0.13526832477401918}), (, {'error': 0.03701505216068357}), (, {'error': 0.02681012789276771}), (, {'error': 0.27201803257070456}), (, {'error': 0.0871864697195841}), (, {'error': 0.15769890603495695}), (, {'error': 0.07426097521626884}), (, {'error': 0.1466317892462281}), (, {'error': 0.3641942402962801})]) +Toy 4/10 +Time taken: 6 h, 53 min +Projected time left: 10 h, 20 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.177E+05 | Ncalls=430 (430 total) | +| EDM = 5.25E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -717666.2920695939 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | Ctt | -0.26 | 0.04 | | | -0.5 | 0.5 | | +| 1 | phi_s | 15 | 8 | | | 14.8182 | 23.5818 | | +| 2 | p4040_s | 1.06 | 0.08 | | |0.00501244| 2.01499 | | +| 3 | jpsi_s | 0.990E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | omega_s | 6.3 | 0.7 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_s | 1360.7 | 0.7 | | | 1358.64 | 1433.36 | | +| 6 | p3770_s | 2.69 | 0.11 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | -1.564 | 0.010 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 5.9 | 1.5 | | |-6.28319 | 6.28319 | | +| 9 | rho_p | -0.4 | 1.4 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.18 | 0.09 | | |0.126447 | 2.35355 | | +| 11| p4160_s | 2.27 | 0.07 | | | 0.71676 | 3.68324 | | +| 12| Dbar_s | -0.081 | 0.016 | | | -1.464 | 1.464 | | +| 13| psi2s_p | -4.028 | 0.017 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.87 | 0.15 | | |0.0253049| 2.0747 | | +| 15| p3770_p | -2.57 | 0.05 | | |-6.28319 | 6.28319 | | +| 16| p4040_p | -2.32 | 0.09 | | |-6.28319 | 6.28319 | | +| 17| p4160_p | 4.29 | 0.04 | | |-6.28319 | 6.28319 | | +| 18| p4415_p | 4.30 | 0.09 | | |-6.28319 | 6.28319 | | +| 19| omega_p | 0.36 | 0.14 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | Ctt phi_s p4040_s jpsi_s omega_s psi2s_s p3770_s jpsi_p phi_p rho_p p4415_s p4160_s Dbar_s psi2s_p rho_s p3770_p p4040_p p4160_p p4415_p omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Ctt | 1.000 0.307 0.042 0.154 0.190 0.075 -0.067 0.015 0.307 0.304 0.075 0.037 -0.115 -0.080 0.068 -0.118 -0.129 -0.131 -0.060 0.085 | +| phi_s | 0.307 1.000 0.056 0.384 0.619 0.170 0.006 -0.147 0.998 0.985 0.095 0.092 0.270 -0.091 0.161 -0.016 0.034 -0.004 0.040 0.273 | +| p4040_s | 0.042 0.056 1.000 0.033 0.035 0.011 0.018 -0.016 0.056 0.054 -0.011 -0.080 -0.106 -0.059 0.010 0.023 -0.018 -0.150 -0.070 0.014 | +| jpsi_s | 0.154 0.384 0.033 1.000 0.238 0.399 0.014 -0.048 0.383 0.374 0.051 0.053 0.154 -0.043 0.059 -0.003 0.023 0.008 0.034 0.102 | +| omega_s | 0.190 0.619 0.035 0.238 1.000 0.105 0.003 -0.096 0.617 0.617 0.059 0.057 0.167 -0.059 -0.026 -0.011 0.021 -0.003 0.025 0.392 | +| psi2s_s | 0.075 0.170 0.011 0.399 0.105 1.000 -0.004 -0.020 0.170 0.165 0.022 0.022 0.073 -0.031 0.026 -0.006 0.009 0.004 0.016 0.045 | +| p3770_s | -0.067 0.006 0.018 0.014 0.003 -0.004 1.000 0.011 0.006 0.005 -0.005 -0.006 -0.080 -0.102 0.001 -0.085 -0.066 -0.031 -0.019 0.001 | +| jpsi_p | 0.015 -0.147 -0.016 -0.048 -0.096 -0.020 0.011 1.000 -0.147 -0.146 -0.028 -0.023 0.017 -0.015 -0.004 -0.016 -0.025 -0.005 -0.001 -0.043 | +| phi_p | 0.307 0.998 0.056 0.383 0.617 0.170 0.006 -0.147 1.000 0.984 0.095 0.091 0.270 -0.091 0.161 -0.016 0.034 -0.004 0.040 0.273 | +| rho_p | 0.304 0.985 0.054 0.374 0.617 0.165 0.005 -0.146 0.984 1.000 0.093 0.090 0.267 -0.093 0.149 -0.016 0.035 -0.003 0.041 0.261 | +| p4415_s | 0.075 0.095 -0.011 0.051 0.059 0.022 -0.005 -0.028 0.095 0.093 1.000 0.023 -0.063 -0.050 0.018 -0.010 0.039 0.072 -0.063 0.025 | +| p4160_s | 0.037 0.092 -0.080 0.053 0.057 0.022 -0.006 -0.023 0.091 0.090 0.023 1.000 -0.109 -0.065 0.018 0.006 0.148 -0.047 -0.106 0.024 | +| Dbar_s | -0.115 0.270 -0.106 0.154 0.167 0.073 -0.080 0.017 0.270 0.267 -0.063 -0.109 1.000 -0.067 0.060 0.024 -0.081 -0.079 -0.112 0.075 | +| psi2s_p | -0.080 -0.091 -0.059 -0.043 -0.059 -0.031 -0.102 -0.015 -0.091 -0.093 -0.050 -0.065 -0.067 1.000 -0.014 -0.116 -0.082 -0.023 -0.024 -0.027 | +| rho_s | 0.068 0.161 0.010 0.059 -0.026 0.026 0.001 -0.004 0.161 0.149 0.018 0.018 0.060 -0.014 1.000 0.001 0.010 0.004 0.012 0.191 | +| p3770_p | -0.118 -0.016 0.023 -0.003 -0.011 -0.006 -0.085 -0.016 -0.016 -0.016 -0.010 0.006 0.024 -0.116 0.001 1.000 0.006 0.018 0.012 -0.006 | +| p4040_p | -0.129 0.034 -0.018 0.023 0.021 0.009 -0.066 -0.025 0.034 0.035 0.039 0.148 -0.081 -0.082 0.010 0.006 1.000 -0.025 0.022 0.008 | +| p4160_p | -0.131 -0.004 -0.150 0.008 -0.003 0.004 -0.031 -0.005 -0.004 -0.003 0.072 -0.047 -0.079 -0.023 0.004 0.018 -0.025 1.000 0.040 -0.002 | +| p4415_p | -0.060 0.040 -0.070 0.034 0.025 0.016 -0.019 -0.001 0.040 0.041 -0.063 -0.106 -0.112 -0.024 0.012 0.012 0.022 0.040 1.000 0.011 | +| omega_p | 0.085 0.273 0.014 0.102 0.392 0.045 0.001 -0.043 0.273 0.261 0.025 0.024 0.075 -0.027 0.191 -0.006 0.008 -0.002 0.011 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.039111332611062755}), (, {'error': 8.07936632269693}), (, {'error': 0.0769551469311765}), (, {'error': 5.685966023654146}), (, {'error': 0.6792206947358812}), (, {'error': 0.6844685867545195}), (, {'error': 0.11142565725615694}), (, {'error': 0.010262440469073653}), (, {'error': 1.475132160750392}), (, {'error': 1.3841784145294964}), (, {'error': 0.09258091942977642}), (, {'error': 0.0747242009163922}), (, {'error': 0.01565998710966532}), (, {'error': 0.016970783012599355}), (, {'error': 0.15263653461854393}), (, {'error': 0.05201579453632332}), (, {'error': 0.08603888786543168}), (, {'error': 0.04322959826631845}), (, {'error': 0.09108556799222622}), (, {'error': 0.13886615175501005})]) +Toy 5/10 +Time taken: 7 h, 53 min +Projected time left: 7 h, 53 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.176E+05 | Ncalls=1590 (1590 total) | +| EDM = 2.13E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -717585.252529979 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | Ctt | -0.50 | 0.04 | | | -0.5 | 0.5 | | +| 1 | phi_s | 18.5 | 2.1 | | | 14.8182 | 23.5818 | | +| 2 | p4040_s | 0.61 | 0.15 | | |0.00501244| 2.01499 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | omega_s | 7 | 4 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_s | 1366.9 | 1.3 | | | 1358.64 | 1433.36 | | +| 6 | p3770_s | 0.919 | 0.031 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | 4.555 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 9 | rho_p | 5.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.01 | 0.16 | | |0.126447 | 2.35355 | | +| 11| p4160_s | 2.18 | 0.15 | | | 0.71676 | 3.68324 | | +| 12| Dbar_s | 0.17 | 0.04 | | | -1.464 | 1.464 | | +| 13| psi2s_p | -1.983 | 0.023 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.83 | 0.31 | | |0.0253049| 2.0747 | | +| 15| p3770_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 16| p4040_p | -1.67 | 0.27 | | |-6.28319 | 6.28319 | | +| 17| p4160_p | 4.56 | 0.08 | | |-6.28319 | 6.28319 | | +| 18| p4415_p | 4.43 | 0.20 | | |-6.28319 | 6.28319 | | +| 19| omega_p | 0.5 | 0.8 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | Ctt phi_s p4040_s jpsi_s omega_s psi2s_s p3770_s jpsi_p phi_p rho_p p4415_s p4160_s Dbar_s psi2s_p rho_s p3770_p p4040_p p4160_p p4415_p omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Ctt | 1.000 0.001 0.102 -0.003 -0.001 -0.002 -0.011 0.018 0.001 -0.003 0.076 0.055 -0.206 -0.163 0.006 -0.000 -0.068 -0.094 -0.039 -0.000 | +| phi_s | 0.001 1.000 0.007 -0.015 -0.145 0.010 -0.001 -0.079 0.937 -0.024 -0.002 -0.002 -0.006 -0.043 0.213 -0.000 -0.012 -0.016 -0.011 -0.093 | +| p4040_s | 0.102 0.007 1.000 0.016 -0.001 0.009 0.012 -0.149 0.008 -0.040 0.031 0.019 -0.321 -0.201 -0.018 -0.004 -0.014 -0.325 -0.094 -0.005 | +| jpsi_s | -0.003 -0.015 0.016 1.000 0.006 -0.449 -0.001 -0.024 -0.013 0.027 0.003 0.006 -0.088 -0.031 -0.006 -0.000 0.002 0.001 0.001 0.006 | +| omega_s | -0.001 -0.145 -0.001 0.006 1.000 -0.003 -0.001 -0.071 -0.210 -0.027 0.001 0.002 -0.007 -0.037 -0.227 -0.000 0.002 -0.003 0.001 0.959 | +| psi2s_s | -0.002 0.010 0.009 -0.449 -0.003 1.000 -0.004 0.010 0.009 -0.020 0.006 0.004 0.017 -0.030 0.002 0.000 -0.010 -0.007 -0.000 -0.004 | +| p3770_s | -0.011 -0.001 0.012 -0.001 -0.001 -0.004 1.000 0.002 -0.002 0.002 0.002 0.006 -0.002 0.022 0.001 -0.007 0.001 -0.000 0.001 -0.001 | +| jpsi_p | 0.018 -0.079 -0.149 -0.024 -0.071 0.010 0.002 1.000 -0.079 0.019 -0.119 -0.132 0.273 0.071 0.051 0.003 -0.066 -0.004 -0.008 -0.068 | +| phi_p | 0.001 0.937 0.008 -0.013 -0.210 0.009 -0.002 -0.079 1.000 -0.079 -0.002 -0.002 -0.009 -0.044 0.258 -0.000 -0.014 -0.018 -0.012 -0.151 | +| rho_p | -0.003 -0.024 -0.040 0.027 -0.027 -0.020 0.002 0.019 -0.079 1.000 -0.010 -0.010 0.048 0.024 0.026 0.001 0.024 0.029 0.026 -0.011 | +| p4415_s | 0.076 -0.002 0.031 0.003 0.001 0.006 0.002 -0.119 -0.002 -0.010 1.000 0.238 -0.336 -0.128 -0.012 -0.002 0.251 0.274 -0.044 -0.001 | +| p4160_s | 0.055 -0.002 0.019 0.006 0.002 0.004 0.006 -0.132 -0.002 -0.010 0.238 1.000 -0.438 -0.129 -0.016 -0.002 0.544 0.076 -0.116 -0.001 | +| Dbar_s | -0.206 -0.006 -0.321 -0.088 -0.007 0.017 -0.002 0.273 -0.009 0.048 -0.336 -0.438 1.000 0.302 0.065 0.007 -0.350 -0.258 -0.313 0.003 | +| psi2s_p | -0.163 -0.043 -0.201 -0.031 -0.037 -0.030 0.022 0.071 -0.044 0.024 -0.128 -0.129 0.302 1.000 0.036 0.004 -0.010 0.059 0.026 -0.034 | +| rho_s | 0.006 0.213 -0.018 -0.006 -0.227 0.002 0.001 0.051 0.258 0.026 -0.012 -0.016 0.065 0.036 1.000 0.000 -0.007 -0.002 -0.006 -0.051 | +| p3770_p | -0.000 -0.000 -0.004 -0.000 -0.000 0.000 -0.007 0.003 -0.000 0.001 -0.002 -0.002 0.007 0.004 0.000 1.000 0.002 0.001 0.000 0.000 | +| p4040_p | -0.068 -0.012 -0.014 0.002 0.002 -0.010 0.001 -0.066 -0.014 0.024 0.251 0.544 -0.350 -0.010 -0.007 0.002 1.000 0.139 0.105 0.001 | +| p4160_p | -0.094 -0.016 -0.325 0.001 -0.003 -0.007 -0.000 -0.004 -0.018 0.029 0.274 0.076 -0.258 0.059 -0.002 0.001 0.139 1.000 0.211 -0.003 | +| p4415_p | -0.039 -0.011 -0.094 0.001 0.001 -0.000 0.001 -0.008 -0.012 0.026 -0.044 -0.116 -0.313 0.026 -0.006 0.000 0.105 0.211 1.000 0.001 | +| omega_p | -0.000 -0.093 -0.005 0.006 0.959 -0.004 -0.001 -0.068 -0.151 -0.011 -0.001 -0.001 0.003 -0.034 -0.051 0.000 0.001 -0.003 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.04118771312671271}), (, {'error': 2.121908827343187}), (, {'error': 0.1486555703921511}), (, {'error': 7.2704496052656395}), (, {'error': 4.028330470881732}), (, {'error': 1.2503787396134385}), (, {'error': 0.03140717674882365}), (, {'error': 0.0158324626787838}), (, {'error': 0.5212658062674671}), (, {'error': 0.37231442297390416}), (, {'error': 0.16429713391569006}), (, {'error': 0.15471413569068537}), (, {'error': 0.0363438890131923}), (, {'error': 0.022903451446156353}), (, {'error': 0.3102507752160563}), (, {'error': 0.009043984006555927}), (, {'error': 0.2716697143573388}), (, {'error': 0.08469507502525708}), (, {'error': 0.1958596883706747}), (, {'error': 0.7881037095324466})]) +Toy 6/10 +Time taken: 10 h, 1 min +Projected time left: 6 h, 41 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.175E+05 | Ncalls=981 (981 total) | +| EDM = 0.00029 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -717545.4408392815 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | Ctt | -0.500 | 0.014 | | | -0.5 | 0.5 | | +| 1 | phi_s | 19.1 | 2.2 | | | 14.8182 | 23.5818 | | +| 2 | p4040_s | 1.38 | 0.14 | | |0.00501244| 2.01499 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | omega_s | 8.5 | 1.5 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_s | 1367.0 | 1.4 | | | 1358.64 | 1433.36 | | +| 6 | p3770_s | 2.21 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | -1.717 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 0.09 | 0.60 | | |-6.28319 | 6.28319 | | +| 9 | rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.99 | 0.16 | | |0.126447 | 2.35355 | | +| 11| p4160_s | 0.717 | 0.013 | | | 0.71676 | 3.68324 | | +| 12| Dbar_s | 0.24 | 0.03 | | | -1.464 | 1.464 | | +| 13| psi2s_p | 4.295 | 0.023 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | +| 15| p3770_p | 4.52 | 0.10 | | |-6.28319 | 6.28319 | | +| 16| p4040_p | -2.98 | 0.11 | | |-6.28319 | 6.28319 | | +| 17| p4160_p | -6.283 | 0.008 | | |-6.28319 | 6.28319 | | +| 18| p4415_p | 5.02 | 0.18 | | |-6.28319 | 6.28319 | | +| 19| omega_p | 0.7 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | Ctt phi_s p4040_s jpsi_s omega_s psi2s_s p3770_s jpsi_p phi_p rho_p p4415_s p4160_s Dbar_s psi2s_p rho_s p3770_p p4040_p p4160_p p4415_p omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Ctt | 1.000 -0.000 0.034 -0.001 0.000 0.001 0.006 0.010 -0.000 -0.000 0.024 -0.001 -0.072 -0.053 0.002 -0.041 -0.001 -0.000 -0.016 0.001 | +| phi_s | -0.000 1.000 0.003 -0.011 0.013 0.008 0.001 -0.103 0.947 -0.012 -0.001 -0.001 0.001 -0.051 0.076 -0.011 -0.010 0.000 -0.003 0.114 | +| p4040_s | 0.034 0.003 1.000 0.005 -0.002 0.009 0.141 -0.006 0.004 0.001 -0.220 -0.007 0.119 -0.049 -0.028 0.022 -0.249 0.013 -0.082 -0.012 | +| jpsi_s | -0.001 -0.011 0.005 1.000 -0.002 -0.604 0.017 -0.035 -0.006 0.002 0.005 0.000 -0.146 -0.053 0.025 -0.022 0.022 -0.000 0.002 0.011 | +| omega_s | 0.000 0.013 -0.002 -0.002 1.000 0.001 -0.004 -0.032 -0.007 -0.024 -0.003 -0.000 0.014 -0.013 0.229 -0.001 -0.007 0.000 -0.000 0.800 | +| psi2s_s | 0.001 0.008 0.009 -0.604 0.001 1.000 -0.004 0.021 0.005 -0.001 0.003 -0.000 0.069 -0.009 -0.022 -0.029 -0.014 0.000 -0.002 -0.010 | +| p3770_s | 0.006 0.001 0.141 0.017 -0.004 -0.004 1.000 -0.095 0.001 0.003 0.071 -0.001 -0.286 -0.126 -0.033 -0.135 0.062 -0.001 -0.005 -0.016 | +| jpsi_p | 0.010 -0.103 -0.006 -0.035 -0.032 0.021 -0.095 1.000 -0.109 -0.010 -0.120 0.000 0.280 0.062 0.040 0.027 -0.153 0.004 0.018 -0.022 | +| phi_p | -0.000 0.947 0.004 -0.006 -0.007 0.005 0.001 -0.109 1.000 -0.019 -0.002 -0.001 -0.004 -0.055 0.058 -0.013 -0.010 0.000 -0.003 0.094 | +| rho_p | -0.000 -0.012 0.001 0.002 -0.024 -0.001 0.003 -0.010 -0.019 1.000 0.003 0.000 -0.015 -0.008 -0.127 -0.003 0.003 -0.000 0.001 -0.094 | +| p4415_s | 0.024 -0.001 -0.220 0.005 -0.003 0.003 0.071 -0.120 -0.002 0.003 1.000 0.017 -0.448 -0.115 -0.018 0.039 0.216 -0.004 0.126 -0.010 | +| p4160_s | -0.001 -0.001 -0.007 0.000 -0.000 -0.000 -0.001 0.000 -0.001 0.000 0.017 1.000 -0.014 0.002 0.001 0.000 -0.009 -0.004 0.003 0.000 | +| Dbar_s | -0.072 0.001 0.119 -0.146 0.014 0.069 -0.286 0.280 -0.004 -0.015 -0.448 -0.014 1.000 0.306 0.114 0.006 -0.523 0.012 -0.214 0.053 | +| psi2s_p | -0.053 -0.051 -0.049 -0.053 -0.013 -0.009 -0.126 0.062 -0.055 -0.008 -0.115 0.002 0.306 1.000 0.045 0.205 -0.132 0.003 0.038 -0.000 | +| rho_s | 0.002 0.076 -0.028 0.025 0.229 -0.022 -0.033 0.040 0.058 -0.127 -0.018 0.001 0.114 0.045 1.000 0.032 -0.028 0.001 0.013 0.609 | +| p3770_p | -0.041 -0.011 0.022 -0.022 -0.001 -0.029 -0.135 0.027 -0.013 -0.003 0.039 0.000 0.006 0.205 0.032 1.000 0.120 -0.002 0.006 0.009 | +| p4040_p | -0.001 -0.010 -0.249 0.022 -0.007 -0.014 0.062 -0.153 -0.010 0.003 0.216 -0.009 -0.523 -0.132 -0.028 0.120 1.000 -0.006 -0.015 -0.019 | +| p4160_p | -0.000 0.000 0.013 -0.000 0.000 0.000 -0.001 0.004 0.000 -0.000 -0.004 -0.004 0.012 0.003 0.001 -0.002 -0.006 1.000 0.004 0.000 | +| p4415_p | -0.016 -0.003 -0.082 0.002 -0.000 -0.002 -0.005 0.018 -0.003 0.001 0.126 0.003 -0.214 0.038 0.013 0.006 -0.015 0.004 1.000 0.005 | +| omega_p | 0.001 0.114 -0.012 0.011 0.800 -0.010 -0.016 -0.022 0.094 -0.094 -0.010 0.000 0.053 -0.000 0.609 0.009 -0.019 0.000 0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.013614259730464762}), (, {'error': 2.2488074370862456}), (, {'error': 0.13771961388390686}), (, {'error': 11.684322484441509}), (, {'error': 1.5191684267758339}), (, {'error': 1.403278205338097}), (, {'error': 0.18934952938692917}), (, {'error': 0.01578037496570195}), (, {'error': 0.5998367776690254}), (, {'error': 0.12590230108384715}), (, {'error': 0.16357261492392072}), (, {'error': 0.012587760016901317}), (, {'error': 0.03375867277117528}), (, {'error': 0.023055612024402095}), (, {'error': 0.38394678082920614}), (, {'error': 0.10086372050609338}), (, {'error': 0.11127626178175731}), (, {'error': 0.008066884068807845}), (, {'error': 0.18363741529452415}), (, {'error': 0.42109913732724014})]) +Toy 7/10 +Time taken: 11 h, 31 min +Projected time left: 4 h, 56 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.177E+05 | Ncalls=786 (786 total) | +| EDM = 5.35E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -717671.3668847966 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | Ctt | -0.26 | 0.18 | | | -0.5 | 0.5 | | +| 1 | phi_s | 19.3 | 2.1 | | | 14.8182 | 23.5818 | | +| 2 | p4040_s | 0.94 | 0.18 | | |0.00501244| 2.01499 | | +| 3 | jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 4 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_s | 1367.0 | 1.8 | | | 1358.64 | 1433.36 | | +| 6 | p3770_s | 2.45 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | -1.749 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 0.13 | 0.55 | | |-6.28319 | 6.28319 | | +| 9 | rho_p | -6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.23 | 0.19 | | |0.126447 | 2.35355 | | +| 11| p4160_s | 2.35 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| Dbar_s | -0.028 | 0.072 | | | -1.464 | 1.464 | | +| 13| psi2s_p | 4.20 | 0.04 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.5 | 0.4 | | |0.0253049| 2.0747 | | +| 15| p3770_p | -1.76 | 0.13 | | |-6.28319 | 6.28319 | | +| 16| p4040_p | 4.35 | 0.20 | | |-6.28319 | 6.28319 | | +| 17| p4160_p | -1.82 | 0.10 | | |-6.28319 | 6.28319 | | +| 18| p4415_p | 4.42 | 0.17 | | |-6.28319 | 6.28319 | | +| 19| omega_p | -5.7 | 0.6 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | Ctt phi_s p4040_s jpsi_s omega_s psi2s_s p3770_s jpsi_p phi_p rho_p p4415_s p4160_s Dbar_s psi2s_p rho_s p3770_p p4040_p p4160_p p4415_p omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Ctt | 1.000 -0.003 0.604 -0.024 0.000 0.017 0.149 0.168 -0.007 -0.008 0.500 0.417 -0.838 -0.786 -0.001 -0.685 -0.374 -0.570 -0.263 -0.004 | +| phi_s | -0.003 1.000 -0.002 -0.020 0.055 0.016 0.000 -0.096 0.938 -0.027 -0.001 -0.001 0.002 -0.027 0.083 -0.007 -0.004 -0.007 -0.003 0.117 | +| p4040_s | 0.604 -0.002 1.000 0.014 -0.014 -0.007 0.215 -0.005 -0.003 0.003 0.288 0.215 -0.606 -0.559 -0.045 -0.351 -0.238 -0.560 -0.238 -0.028 | +| jpsi_s | -0.024 -0.020 0.014 1.000 0.011 -0.787 0.021 -0.064 -0.011 -0.003 -0.006 0.005 -0.096 -0.041 0.050 -0.012 0.020 0.017 0.009 0.028 | +| omega_s | 0.000 0.055 -0.014 0.011 1.000 -0.010 -0.013 -0.041 0.019 -0.088 -0.007 -0.010 0.019 -0.007 0.429 0.002 -0.003 -0.000 0.002 0.899 | +| psi2s_s | 0.017 0.016 -0.007 -0.787 -0.010 1.000 -0.016 0.050 0.010 0.003 0.006 -0.003 0.071 0.015 -0.046 -0.013 -0.021 -0.015 -0.006 -0.026 | +| p3770_s | 0.149 0.000 0.215 0.021 -0.013 -0.016 1.000 -0.077 0.001 0.006 0.123 0.118 -0.268 -0.198 -0.040 -0.182 -0.107 -0.115 -0.032 -0.023 | +| jpsi_p | 0.168 -0.096 -0.005 -0.064 -0.041 0.050 -0.077 1.000 -0.103 -0.012 -0.027 -0.064 0.025 -0.084 0.032 -0.100 -0.161 -0.111 -0.062 -0.031 | +| phi_p | -0.007 0.938 -0.003 -0.011 0.019 0.010 0.001 -0.103 1.000 -0.029 -0.004 -0.002 0.001 -0.027 0.052 -0.006 -0.003 -0.005 -0.001 0.080 | +| rho_p | -0.008 -0.027 0.003 -0.003 -0.088 0.003 0.006 -0.012 -0.029 1.000 0.001 0.003 -0.008 -0.001 -0.213 0.001 0.005 0.003 0.002 -0.157 | +| p4415_s | 0.500 -0.001 0.288 -0.006 -0.007 0.006 0.123 -0.027 -0.004 0.001 1.000 0.381 -0.577 -0.459 -0.022 -0.323 0.020 -0.077 -0.161 -0.015 | +| p4160_s | 0.417 -0.001 0.215 0.005 -0.010 -0.003 0.118 -0.064 -0.002 0.003 0.381 1.000 -0.563 -0.405 -0.029 -0.241 0.299 -0.198 -0.213 -0.019 | +| Dbar_s | -0.838 0.002 -0.606 -0.096 0.019 0.071 -0.268 0.025 0.001 -0.008 -0.577 -0.563 1.000 0.770 0.061 0.575 0.095 0.339 0.043 0.036 | +| psi2s_p | -0.786 -0.027 -0.559 -0.041 -0.007 0.015 -0.198 -0.084 -0.027 -0.001 -0.459 -0.405 0.770 1.000 0.030 0.635 0.262 0.465 0.211 0.003 | +| rho_s | -0.001 0.083 -0.045 0.050 0.429 -0.046 -0.040 0.032 0.052 -0.213 -0.022 -0.029 0.061 0.030 1.000 0.025 0.001 0.016 0.014 0.682 | +| p3770_p | -0.685 -0.007 -0.351 -0.012 0.002 -0.013 -0.182 -0.100 -0.006 0.001 -0.323 -0.241 0.575 0.635 0.025 1.000 0.292 0.393 0.186 0.011 | +| p4040_p | -0.374 -0.004 -0.238 0.020 -0.003 -0.021 -0.107 -0.161 -0.003 0.005 0.020 0.299 0.095 0.262 0.001 0.292 1.000 0.288 0.187 -0.002 | +| p4160_p | -0.570 -0.007 -0.560 0.017 -0.000 -0.015 -0.115 -0.111 -0.005 0.003 -0.077 -0.198 0.339 0.465 0.016 0.393 0.288 1.000 0.322 0.006 | +| p4415_p | -0.263 -0.003 -0.238 0.009 0.002 -0.006 -0.032 -0.062 -0.001 0.002 -0.161 -0.213 0.043 0.211 0.014 0.186 0.187 0.322 1.000 0.007 | +| omega_p | -0.004 0.117 -0.028 0.028 0.899 -0.026 -0.023 -0.031 0.080 -0.157 -0.015 -0.019 0.036 0.003 0.682 0.011 -0.002 0.006 0.007 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18441615526271551}), (, {'error': 2.109724330940722}), (, {'error': 0.182980637107176}), (, {'error': 33.51999077171149}), (, {'error': 4.025782848503002}), (, {'error': 1.8094637522007133}), (, {'error': 0.1904314582576503}), (, {'error': 0.01645700903308578}), (, {'error': 0.5520686774674703}), (, {'error': 0.1505717075553057}), (, {'error': 0.18902109171611114}), (, {'error': 0.17019438630470818}), (, {'error': 0.07210385373551609}), (, {'error': 0.03884251400965155}), (, {'error': 0.433142101352516}), (, {'error': 0.12754188024531965}), (, {'error': 0.19820873063373234}), (, {'error': 0.09679402219589583}), (, {'error': 0.16959835279483482}), (, {'error': 0.6051739812531611})]) +Toy 8/10 +Time taken: 12 h, 51 min +Projected time left: 3 h, 12 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.177E+05 | Ncalls=1529 (1529 total) | +| EDM = 6.18E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -717672.599991568 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | Ctt | -0.25 | 0.18 | | | -0.5 | 0.5 | | +| 1 | phi_s | 18.1 | 1.8 | | | 14.8182 | 23.5818 | | +| 2 | p4040_s | 0.95 | 0.18 | | |0.00501244| 2.01499 | | +| 3 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 4 | omega_s | 5.7 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_s | 1367.0 | 1.7 | | | 1358.64 | 1433.36 | | +| 6 | p3770_s | 2.45 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | 4.537 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -0.12 | 0.48 | | |-6.28319 | 6.28319 | | +| 9 | rho_p | 5.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.24 | 0.19 | | |0.126447 | 2.35355 | | +| 11| p4160_s | 2.36 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| Dbar_s | -0.03 | 0.07 | | | -1.464 | 1.464 | | +| 13| psi2s_p | -2.08 | 0.04 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.72 | 0.30 | | |0.0253049| 2.0747 | | +| 15| p3770_p | -1.77 | 0.13 | | |-6.28319 | 6.28319 | | +| 16| p4040_p | -1.94 | 0.20 | | |-6.28319 | 6.28319 | | +| 17| p4160_p | -1.82 | 0.10 | | |-6.28319 | 6.28319 | | +| 18| p4415_p | 4.41 | 0.17 | | |-6.28319 | 6.28319 | | +| 19| omega_p | 6.28 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | Ctt phi_s p4040_s jpsi_s omega_s psi2s_s p3770_s jpsi_p phi_p rho_p p4415_s p4160_s Dbar_s psi2s_p rho_s p3770_p p4040_p p4160_p p4415_p omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Ctt | 1.000 0.008 0.604 -0.024 -0.013 0.016 0.159 0.168 0.007 -0.043 0.494 0.410 -0.836 -0.784 0.042 -0.682 -0.374 -0.567 -0.258 -0.000 | +| phi_s | 0.008 1.000 -0.002 0.005 -0.029 -0.005 -0.005 -0.065 0.916 0.217 0.001 -0.001 0.006 -0.023 -0.035 -0.007 -0.007 -0.009 -0.004 -0.012 | +| p4040_s | 0.604 -0.002 1.000 0.011 -0.001 -0.004 0.219 -0.002 -0.002 -0.061 0.283 0.207 -0.602 -0.557 0.013 -0.349 -0.241 -0.559 -0.236 -0.000 | +| jpsi_s | -0.024 0.005 0.011 1.000 -0.002 -0.747 0.019 -0.061 0.012 0.061 -0.006 0.004 -0.086 -0.037 -0.014 -0.010 0.020 0.017 0.009 0.000 | +| omega_s | -0.013 -0.029 -0.001 -0.002 1.000 0.003 0.005 -0.036 -0.055 -0.101 -0.000 0.003 -0.005 -0.004 -0.595 0.004 0.009 0.007 0.005 -0.194 | +| psi2s_s | 0.016 -0.005 -0.004 -0.747 0.003 1.000 -0.013 0.046 -0.010 -0.052 0.006 -0.002 0.059 0.008 0.010 -0.017 -0.020 -0.014 -0.006 -0.000 | +| p3770_s | 0.159 -0.005 0.219 0.019 0.005 -0.013 1.000 -0.073 -0.005 -0.036 0.125 0.118 -0.274 -0.205 -0.007 -0.192 -0.111 -0.120 -0.034 0.000 | +| jpsi_p | 0.168 -0.065 -0.002 -0.061 -0.036 0.046 -0.073 1.000 -0.070 0.004 -0.029 -0.066 0.025 -0.087 0.074 -0.101 -0.165 -0.113 -0.064 0.003 | +| phi_p | 0.007 0.916 -0.002 0.012 -0.055 -0.010 -0.005 -0.070 1.000 0.174 -0.001 -0.003 0.005 -0.025 -0.002 -0.008 -0.008 -0.010 -0.005 -0.011 | +| rho_p | -0.043 0.217 -0.061 0.061 -0.101 -0.052 -0.036 0.004 0.174 1.000 -0.032 -0.033 0.065 0.049 0.093 0.047 0.028 0.046 0.034 0.049 | +| p4415_s | 0.494 0.001 0.283 -0.006 -0.000 0.006 0.125 -0.029 -0.001 -0.032 1.000 0.378 -0.573 -0.454 0.010 -0.317 0.025 -0.071 -0.157 0.000 | +| p4160_s | 0.410 -0.001 0.207 0.004 0.003 -0.002 0.118 -0.066 -0.003 -0.033 0.378 1.000 -0.559 -0.398 0.002 -0.233 0.309 -0.192 -0.207 0.000 | +| Dbar_s | -0.836 0.006 -0.602 -0.086 -0.005 0.059 -0.274 0.025 0.005 0.065 -0.573 -0.559 1.000 0.766 0.002 0.570 0.088 0.331 0.033 -0.000 | +| psi2s_p | -0.784 -0.023 -0.557 -0.037 -0.004 0.008 -0.205 -0.087 -0.025 0.049 -0.454 -0.398 0.766 1.000 -0.003 0.632 0.260 0.460 0.206 0.001 | +| rho_s | 0.042 -0.035 0.013 -0.014 -0.595 0.010 -0.007 0.074 -0.002 0.093 0.010 0.002 0.002 -0.003 1.000 -0.016 -0.024 -0.025 -0.018 0.006 | +| p3770_p | -0.682 -0.007 -0.349 -0.010 0.004 -0.017 -0.192 -0.101 -0.008 0.047 -0.317 -0.233 0.570 0.632 -0.016 1.000 0.293 0.390 0.182 0.001 | +| p4040_p | -0.374 -0.007 -0.241 0.020 0.009 -0.020 -0.111 -0.165 -0.008 0.028 0.025 0.309 0.088 0.260 -0.024 0.293 1.000 0.290 0.190 0.001 | +| p4160_p | -0.567 -0.009 -0.559 0.017 0.007 -0.014 -0.120 -0.113 -0.010 0.046 -0.071 -0.192 0.331 0.460 -0.025 0.390 0.290 1.000 0.321 0.001 | +| p4415_p | -0.258 -0.004 -0.236 0.009 0.005 -0.006 -0.034 -0.064 -0.005 0.034 -0.157 -0.207 0.033 0.206 -0.018 0.182 0.190 0.321 1.000 0.001 | +| omega_p | -0.000 -0.012 -0.000 0.000 -0.194 -0.000 0.000 0.003 -0.011 0.049 0.000 0.000 -0.000 0.001 0.006 0.001 0.001 0.001 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18301223877722578}), (, {'error': 1.846097390932746}), (, {'error': 0.18255057171459282}), (, {'error': 19.00091187659291}), (, {'error': 1.0234117294401726}), (, {'error': 1.6822971702317773}), (, {'error': 0.19076061321211935}), (, {'error': 0.01638445562805746}), (, {'error': 0.4812049507205054}), (, {'error': 0.42637253861104973}), (, {'error': 0.18836359158284577}), (, {'error': 0.17028550634819717}), (, {'error': 0.07135793597446938}), (, {'error': 0.0386036261323075}), (, {'error': 0.29794930355678473}), (, {'error': 0.12682791290804474}), (, {'error': 0.19714895656334885}), (, {'error': 0.0963703824193547}), (, {'error': 0.1688240950188966}), (, {'error': 0.11035346719197303})]) +Toy 9/10 +Time taken: 14 h, 55 min +Projected time left: 1 h, 39 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.177E+05 | Ncalls=846 (846 total) | +| EDM = 5.69E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -717654.0810504084 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | Ctt | -0.50 | 0.05 | | | -0.5 | 0.5 | | +| 1 | phi_s | 18.6 | 2.7 | | | 14.8182 | 23.5818 | | +| 2 | p4040_s | 0.005 | 0.041 | | |0.00501244| 2.01499 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | omega_s | 5.4 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_s | 1366.3 | 1.5 | | | 1358.64 | 1433.36 | | +| 6 | p3770_s | 2.31 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | -4.808 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 0.17 | 0.77 | | |-6.28319 | 6.28319 | | +| 9 | rho_p | -6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.15 | 0.16 | | |0.126447 | 2.35355 | | +| 11| p4160_s | 2.36 | 0.13 | | | 0.71676 | 3.68324 | | +| 12| Dbar_s | 0.09 | 0.03 | | | -1.464 | 1.464 | | +| 13| psi2s_p | -2.457 | 0.027 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.7 | 0.3 | | |0.0253049| 2.0747 | | +| 15| p3770_p | -2.08 | 0.10 | | |-6.28319 | 6.28319 | | +| 16| p4040_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 17| p4160_p | 4.47 | 0.07 | | |-6.28319 | 6.28319 | | +| 18| p4415_p | 4.40 | 0.17 | | |-6.28319 | 6.28319 | | +| 19| omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | Ctt phi_s p4040_s jpsi_s omega_s psi2s_s p3770_s jpsi_p phi_p rho_p p4415_s p4160_s Dbar_s psi2s_p rho_s p3770_p p4040_p p4160_p p4415_p omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| Ctt | 1.000 0.003 -0.013 -0.007 -0.004 -0.001 -0.005 -0.016 0.003 -0.002 0.111 0.113 -0.282 -0.087 0.009 -0.147 0.007 -0.099 -0.044 0.000 | +| phi_s | 0.003 1.000 -0.001 -0.006 -0.189 0.005 -0.002 -0.125 0.966 0.020 -0.002 -0.003 0.020 -0.051 0.157 -0.011 0.001 -0.016 -0.008 -0.014 | +| p4040_s | -0.013 -0.001 1.000 0.000 -0.000 -0.001 -0.013 -0.015 -0.001 0.000 0.036 0.087 -0.049 -0.003 0.001 0.005 -0.611 0.011 0.012 0.000 | +| jpsi_s | -0.007 -0.006 0.000 1.000 -0.021 -0.668 0.016 0.042 -0.001 0.007 0.004 0.013 -0.159 -0.076 0.024 -0.036 -0.001 0.005 0.002 0.000 | +| omega_s | -0.004 -0.189 -0.000 -0.021 1.000 0.017 0.015 0.057 -0.195 0.142 0.013 0.019 -0.053 -0.017 -0.634 -0.017 -0.001 -0.002 -0.004 -0.152 | +| psi2s_s | -0.001 0.005 -0.001 -0.668 0.017 1.000 -0.008 -0.031 0.001 -0.005 0.004 0.001 0.085 0.006 -0.021 -0.018 0.001 -0.006 -0.000 -0.000 | +| p3770_s | -0.005 -0.002 -0.013 0.016 0.015 -0.008 1.000 -0.084 -0.002 0.001 0.085 0.126 -0.288 -0.170 -0.027 -0.147 0.005 -0.011 0.016 -0.000 | +| jpsi_p | -0.016 -0.125 -0.015 0.042 0.057 -0.031 -0.084 1.000 -0.127 -0.018 -0.083 -0.089 -0.075 -0.074 -0.083 -0.091 0.017 -0.040 0.007 0.004 | +| phi_p | 0.003 0.966 -0.001 -0.001 -0.195 0.001 -0.002 -0.127 1.000 0.011 -0.003 -0.003 0.017 -0.055 0.159 -0.012 0.001 -0.017 -0.008 -0.012 | +| rho_p | -0.002 0.020 0.000 0.007 0.142 -0.005 0.001 -0.018 0.011 1.000 0.001 0.001 -0.009 -0.008 -0.113 -0.001 -0.000 0.002 0.003 -0.003 | +| p4415_s | 0.111 -0.002 0.036 0.004 0.013 0.004 0.085 -0.083 -0.003 0.001 1.000 0.155 -0.351 -0.173 -0.020 -0.013 -0.031 0.280 -0.021 -0.000 | +| p4160_s | 0.113 -0.003 0.087 0.013 0.019 0.001 0.126 -0.089 -0.003 0.001 0.155 1.000 -0.402 -0.210 -0.032 0.018 -0.072 0.044 -0.181 -0.000 | +| Dbar_s | -0.282 0.020 -0.049 -0.159 -0.053 0.085 -0.288 -0.075 0.017 -0.009 -0.351 -0.402 1.000 0.430 0.101 0.137 0.054 -0.293 -0.297 0.002 | +| psi2s_p | -0.087 -0.051 -0.003 -0.076 -0.017 0.006 -0.170 -0.074 -0.055 -0.008 -0.173 -0.210 0.430 1.000 0.044 0.292 0.012 0.004 -0.006 0.004 | +| rho_s | 0.009 0.157 0.001 0.024 -0.634 -0.021 -0.027 -0.083 0.159 -0.113 -0.020 -0.032 0.101 0.044 1.000 0.036 0.001 0.005 0.007 0.049 | +| p3770_p | -0.147 -0.011 0.005 -0.036 -0.017 -0.018 -0.147 -0.091 -0.012 -0.001 -0.013 0.018 0.137 0.292 0.036 1.000 -0.007 0.039 0.012 0.001 | +| p4040_p | 0.007 0.001 -0.611 -0.001 -0.001 0.001 0.005 0.017 0.001 -0.000 -0.031 -0.072 0.054 0.012 0.001 -0.007 1.000 0.003 -0.007 -0.000 | +| p4160_p | -0.099 -0.016 0.011 0.005 -0.002 -0.006 -0.011 -0.040 -0.017 0.002 0.280 0.044 -0.293 0.004 0.005 0.039 0.003 1.000 0.175 0.001 | +| p4415_p | -0.044 -0.008 0.012 0.002 -0.004 -0.000 0.016 0.007 -0.008 0.003 -0.021 -0.181 -0.297 -0.006 0.007 0.012 -0.007 0.175 1.000 0.000 | +| omega_p | 0.000 -0.014 0.000 0.000 -0.152 -0.000 -0.000 0.004 -0.012 -0.003 -0.000 -0.000 0.002 0.004 0.049 0.001 -0.000 0.001 0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.053582001983789956}), (, {'error': 2.705162878674768}), (, {'error': 0.04119878537983897}), (, {'error': 13.911942127091606}), (, {'error': 1.004029082121472}), (, {'error': 1.5018246674111424}), (, {'error': 0.1880927988671075}), (, {'error': 0.01662359552008086}), (, {'error': 0.7650524449229303}), (, {'error': 0.16303820790669565}), (, {'error': 0.16081437722206987}), (, {'error': 0.1338343450368984}), (, {'error': 0.03435531093216604}), (, {'error': 0.026642864345545636}), (, {'error': 0.3498858948301795}), (, {'error': 0.10001653567442093}), (, {'error': 9.506124092233241}), (, {'error': 0.07425018102723069}), (, {'error': 0.1717060699275228}), (, {'error': 0.0901501524807733})]) +Toy 10/10 +Time taken: 16 h, 21 min +Projected time left: +Mean Ctt value = -0.32681137777083735 +Mean Ctt error = 0.108654178553201 +Simulation ended diff --git a/prelim_results/slurm-2213900.out b/prelim_results/slurm-2213900.out new file mode 100644 index 0000000..fd2afda --- /dev/null +++ b/prelim_results/slurm-2213900.out @@ -0,0 +1,9592 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.997209: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.004550: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2600150000 Hz +2019-07-07 14:45:24.004763: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5561cfeb04c0 executing computations on platform Host. Devices: +2019-07-07 14:45:24.004796: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:28.256227: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5561cff3c5e0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:28.256277: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:28.258249: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:0b:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:28.258293: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:28.283161: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:28.283185: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:28.283195: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:28.284344: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:0b:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715891.9389472 Edm = 1.85848 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715891.9389472 Edm = 1.85848 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717427.0127922 Edm = 0.977134 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -717432.259624 Edm = 1.58725 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -717626.7884473 Edm = 147.365 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -718410.397287 Edm = 49.3787 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -718446.3844417 Edm = 0.211743 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -718449.8074799 Edm = 7.51234 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -718554.0789795 Edm = 51.5182 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -718692.684184 Edm = 0.668184 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -718693.5211191 Edm = 0.189993 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -718694.2776429 Edm = 0.690116 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -718759.5857314 Edm = 45.4906 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -718848.7061337 Edm = 0.955143 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -718849.9341344 Edm = 0.286471 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -718850.4092673 Edm = 0.2621 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -718858.6160734 Edm = 8.53338 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -718868.4321148 Edm = 9.27678 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -719147.2344261 Edm = 5.02814 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -719163.4438501 Edm = 4.74035 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -719216.3449157 Edm = 13.5274 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -719219.6864042 Edm = 12.3194 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -719231.8884231 Edm = 0.398509 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -719232.8024416 Edm = 0.117093 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -719232.9732654 Edm = 0.0343986 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -719234.7446508 Edm = 1.59854 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -719278.9939877 Edm = 12.1754 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -719295.6538967 Edm = 1.9977 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -719297.6807575 Edm = 0.485918 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -719298.751837 Edm = 0.335189 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -719299.1045537 Edm = 0.0182116 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -719299.1267692 Edm = 0.00324028 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -719299.1787943 Edm = 0.0466688 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -719305.0596881 Edm = 3.6652 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -719328.6501874 Edm = 2.22716 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -719331.7376889 Edm = 0.618704 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -719332.7122848 Edm = 1.27411 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -719335.7867512 Edm = 0.815433 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -719336.5164359 Edm = 0.899878 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -719336.8334882 Edm = 0.0785159 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -719337.0304407 Edm = 0.0286735 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -719337.054414 Edm = 0.00687392 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -719337.0643385 Edm = 0.00181853 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -719337.1025791 Edm = 0.0371519 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -719340.2159573 Edm = 0.207374 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -719357.1040743 Edm = 1.49421 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -719358.8114406 Edm = 0.213987 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -719358.9487549 Edm = 0.00907452 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -719358.9599794 Edm = 0.00212304 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -719358.9643958 Edm = 0.00111104 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -719358.9682298 Edm = 0.00205661 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -719359.0185893 Edm = 0.0503648 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -719360.9964244 Edm = 1.40744 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -719375.8534463 Edm = 0.906392 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -719377.0043285 Edm = 0.131824 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -719377.1840896 Edm = 0.0484451 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -719377.2508368 Edm = 0.0228752 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -719382.6830609 Edm = 3.60451 NCalls = 191 +VariableMetric: Iteration # 57 - FCN = -719420.385952 Edm = 1.62038e+06 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -719515.2382095 Edm = 1.46118e+06 NCalls = 209 +VariableMetric: Iteration # 59 - FCN = -719552.0688836 Edm = 108047 NCalls = 218 +VariableMetric: Iteration # 60 - FCN = -719569.1636542 Edm = 4214.9 NCalls = 226 +VariableMetric: Iteration # 61 - FCN = -719569.8308046 Edm = 356.24 NCalls = 230 +VariableMetric: Iteration # 62 - FCN = -719573.461333 Edm = 1360.06 NCalls = 233 +VariableMetric: Iteration # 63 - FCN = -719574.3046107 Edm = 547.265 NCalls = 236 +VariableMetric: Iteration # 64 - FCN = -719575.2626402 Edm = 347.801 NCalls = 239 +VariableMetric: Iteration # 65 - FCN = -719575.5640601 Edm = 62.4227 NCalls = 242 +VariableMetric: Iteration # 66 - FCN = -719575.8474184 Edm = 77.2446 NCalls = 245 +VariableMetric: Iteration # 67 - FCN = -719577.5313917 Edm = 7.30753 NCalls = 247 +VariableMetric: Iteration # 68 - FCN = -719577.8046474 Edm = 30.0736 NCalls = 249 +VariableMetric: Iteration # 69 - FCN = -719577.9259788 Edm = 8.61203 NCalls = 252 +VariableMetric: Iteration # 70 - FCN = -719578.1608315 Edm = 2.81738 NCalls = 254 +VariableMetric: Iteration # 71 - FCN = -719578.3695481 Edm = 1.77163 NCalls = 256 +VariableMetric: Iteration # 72 - FCN = -719578.5458239 Edm = 1.42317 NCalls = 258 +VariableMetric: Iteration # 73 - FCN = -719578.8406918 Edm = 9.14636 NCalls = 260 +VariableMetric: Iteration # 74 - FCN = -719579.4742545 Edm = 1.70454 NCalls = 262 +VariableMetric: Iteration # 75 - FCN = -719579.6670055 Edm = 0.178126 NCalls = 264 +VariableMetric: Iteration # 76 - FCN = -719579.7647967 Edm = 0.528453 NCalls = 266 +VariableMetric: Iteration # 77 - FCN = -719579.8383362 Edm = 0.114846 NCalls = 268 +VariableMetric: Iteration # 78 - FCN = -719580.0042716 Edm = 0.0866342 NCalls = 270 +VariableMetric: Iteration # 79 - FCN = -719580.047259 Edm = 0.0395165 NCalls = 272 +VariableMetric: Iteration # 80 - FCN = -719580.1061593 Edm = 0.0239225 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -719580.1322121 Edm = 0.0238506 NCalls = 277 +VariableMetric: Iteration # 82 - FCN = -719580.1729107 Edm = 0.00985062 NCalls = 279 +VariableMetric: Iteration # 83 - FCN = -719580.1845811 Edm = 0.00536946 NCalls = 281 +VariableMetric: Iteration # 84 - FCN = -719580.1897699 Edm = 0.000989081 NCalls = 284 +VariableMetric: Iteration # 85 - FCN = -719580.1916405 Edm = 0.00038143 NCalls = 286 +VariableMetric: Iteration # 86 - FCN = -719580.1923227 Edm = 7.87726e-05 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -719580.1924859 Edm = 1.62142e-05 NCalls = 290 +VariableMetric: After Hessian - FCN = -719580.1924859 Edm = 2.60993e-05 NCalls = 655 +VariableMetric: Iteration # 88 - FCN = -719580.1924859 Edm = 2.60993e-05 NCalls = 655 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715425.680988 Edm = 1.7114 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715425.680988 Edm = 1.7114 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716795.035217 Edm = 1.45763 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -716797.6702597 Edm = 2.76052 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -718229.0138759 Edm = 56.354 NCalls = 21 +VariableMetric: Iteration # 4 - FCN = -718295.7218484 Edm = 13.1613 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -718301.116426 Edm = 0.0832934 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -718339.3685357 Edm = 39.2195 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -718341.2347632 Edm = 1.82446 NCalls = 36 +VariableMetric: Iteration # 8 - FCN = -718473.6619408 Edm = 9.54615 NCalls = 43 +VariableMetric: Iteration # 9 - FCN = -718517.7832686 Edm = 4.9909 NCalls = 45 +VariableMetric: Iteration # 10 - FCN = -718523.9193985 Edm = 0.15401 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -718524.1362251 Edm = 0.0766476 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -718530.1384703 Edm = 7.27602 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -718531.4474151 Edm = 1.25072 NCalls = 58 +VariableMetric: Iteration # 14 - FCN = -718562.9838439 Edm = 19.6166 NCalls = 65 +VariableMetric: Iteration # 15 - FCN = -718637.3153216 Edm = 3.0038 NCalls = 67 +VariableMetric: Iteration # 16 - FCN = -718640.7586201 Edm = 0.0610477 NCalls = 69 +VariableMetric: Iteration # 17 - FCN = -718640.8237103 Edm = 0.00426083 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -718640.8744001 Edm = 0.043758 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -718688.9019615 Edm = 12.7816 NCalls = 81 +VariableMetric: Iteration # 20 - FCN = -718710.0082039 Edm = 5.64426 NCalls = 83 +VariableMetric: Iteration # 21 - FCN = -718714.9314494 Edm = 1.86738 NCalls = 85 +VariableMetric: Iteration # 22 - FCN = -718717.2889596 Edm = 0.11505 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -718717.3982096 Edm = 0.00286963 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -718717.4088364 Edm = 0.00776491 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -718717.7431437 Edm = 0.35861 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -718721.1783457 Edm = 0.686664 NCalls = 103 +VariableMetric: Iteration # 27 - FCN = -718746.697614 Edm = 12.159 NCalls = 107 +VariableMetric: Iteration # 28 - FCN = -718768.0864019 Edm = 11.7047 NCalls = 110 +VariableMetric: Iteration # 29 - FCN = -718783.1636496 Edm = 3.59417 NCalls = 112 +VariableMetric: Iteration # 30 - FCN = -718795.1929248 Edm = 0.597369 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -718795.9545835 Edm = 0.0276184 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -718796.0007718 Edm = 0.013337 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -718796.0805833 Edm = 0.0476816 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -718796.265181 Edm = 0.0623102 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -718796.5729964 Edm = 0.296867 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -718809.7591234 Edm = 13.3876 NCalls = 135 +VariableMetric: Iteration # 37 - FCN = -718809.8521957 Edm = 0.078123 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -718810.0993627 Edm = 0.260935 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -718816.1833427 Edm = 7.65918 NCalls = 144 +VariableMetric: Iteration # 40 - FCN = -718816.5612876 Edm = 0.341165 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -718837.6535365 Edm = 17.3803 NCalls = 154 +VariableMetric: Iteration # 42 - FCN = -718916.6036208 Edm = 3.25192 NCalls = 158 +VariableMetric: Iteration # 43 - FCN = -718919.1037337 Edm = 0.520906 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -718919.5712807 Edm = 0.0341056 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -718919.6006707 Edm = 0.0400482 NCalls = 163 +VariableMetric: Iteration # 46 - FCN = -718919.7250095 Edm = 0.111647 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -718926.9230759 Edm = 4.83476 NCalls = 173 +VariableMetric: Iteration # 48 - FCN = -718972.4561505 Edm = 30.0106 NCalls = 177 +VariableMetric: Iteration # 49 - FCN = -718989.0505913 Edm = 43.1683 NCalls = 179 +VariableMetric: Iteration # 50 - FCN = -719017.198308 Edm = 19.237 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -719062.3875712 Edm = 8.70625 NCalls = 185 +VariableMetric: Iteration # 52 - FCN = -719073.2065265 Edm = 1.26052 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -719074.7692847 Edm = 0.7264 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -719077.4425813 Edm = 0.120899 NCalls = 193 +VariableMetric: Iteration # 55 - FCN = -719077.5887211 Edm = 0.0114185 NCalls = 195 +VariableMetric: Iteration # 56 - FCN = -719077.6183974 Edm = 0.00830798 NCalls = 197 +VariableMetric: Iteration # 57 - FCN = -719077.6832655 Edm = 0.0600297 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -719078.2544601 Edm = 0.53813 NCalls = 206 +VariableMetric: Iteration # 59 - FCN = -719112.0136693 Edm = 28.8221 NCalls = 211 +VariableMetric: Iteration # 60 - FCN = -719354.7216341 Edm = 77.0387 NCalls = 215 +VariableMetric: Iteration # 61 - FCN = -719389.9461072 Edm = 74.9665 NCalls = 225 +VariableMetric: Iteration # 62 - FCN = -719462.9020258 Edm = 7.85017 NCalls = 227 +VariableMetric: Iteration # 63 - FCN = -719473.793202 Edm = 6.22485 NCalls = 230 +VariableMetric: Iteration # 64 - FCN = -719502.7896568 Edm = 8.67984 NCalls = 237 +VariableMetric: Iteration # 65 - FCN = -719510.3870523 Edm = 22.941 NCalls = 240 +VariableMetric: Iteration # 66 - FCN = -719520.5025035 Edm = 17.7273 NCalls = 242 +VariableMetric: Iteration # 67 - FCN = -719534.3660032 Edm = 14.8309 NCalls = 244 +VariableMetric: Iteration # 68 - FCN = -719549.5109819 Edm = 25.0859 NCalls = 246 +VariableMetric: Iteration # 69 - FCN = -719556.4682024 Edm = 2.21634 NCalls = 249 +VariableMetric: Iteration # 70 - FCN = -719558.1085283 Edm = 0.60724 NCalls = 251 +VariableMetric: Iteration # 71 - FCN = -719558.596634 Edm = 0.0841266 NCalls = 252 +VariableMetric: Iteration # 72 - FCN = -719558.8165118 Edm = 0.0446985 NCalls = 254 +VariableMetric: Iteration # 73 - FCN = -719558.8799032 Edm = 0.0132056 NCalls = 256 +VariableMetric: Iteration # 74 - FCN = -719558.9042824 Edm = 0.0157983 NCalls = 258 +VariableMetric: Iteration # 75 - FCN = -719559.7870845 Edm = 0.871373 NCalls = 263 +VariableMetric: Iteration # 76 - FCN = -719562.8448193 Edm = 2.55817 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -719598.2767877 Edm = 9.37683 NCalls = 273 +VariableMetric: Iteration # 78 - FCN = -719606.0385384 Edm = 0.721368 NCalls = 275 +VariableMetric: Iteration # 79 - FCN = -719607.0634103 Edm = 0.37809 NCalls = 277 +VariableMetric: Iteration # 80 - FCN = -719608.0445093 Edm = 0.855831 NCalls = 282 +VariableMetric: Iteration # 81 - FCN = -719608.7342644 Edm = 1.59709 NCalls = 287 +VariableMetric: Iteration # 82 - FCN = -719611.548805 Edm = 3.82683 NCalls = 291 +VariableMetric: Iteration # 83 - FCN = -719614.3505033 Edm = 3.36373 NCalls = 294 +VariableMetric: Iteration # 84 - FCN = -719617.5828741 Edm = 1.09294 NCalls = 298 +VariableMetric: Iteration # 85 - FCN = -719618.6224427 Edm = 0.171943 NCalls = 299 +VariableMetric: Iteration # 86 - FCN = -719618.8454575 Edm = 0.0335248 NCalls = 301 +VariableMetric: Iteration # 87 - FCN = -719618.8914015 Edm = 0.00741401 NCalls = 303 +VariableMetric: Iteration # 88 - FCN = -719618.9023584 Edm = 0.00102626 NCalls = 305 +VariableMetric: Iteration # 89 - FCN = -719618.9057101 Edm = 0.00238516 NCalls = 307 +VariableMetric: Iteration # 90 - FCN = -719618.9968979 Edm = 0.0858549 NCalls = 312 +VariableMetric: Iteration # 91 - FCN = -719628.3284317 Edm = 9.33663 NCalls = 318 +VariableMetric: Iteration # 92 - FCN = -719629.7119033 Edm = 1.35264 NCalls = 321 +VariableMetric: Iteration # 93 - FCN = -719631.8435709 Edm = 1.80858 NCalls = 325 +VariableMetric: Iteration # 94 - FCN = -719645.4358342 Edm = 1.70875 NCalls = 329 +VariableMetric: Iteration # 95 - FCN = -719647.4581543 Edm = 1.03693 NCalls = 331 +VariableMetric: Iteration # 96 - FCN = -719648.72924 Edm = 0.407346 NCalls = 334 +VariableMetric: Iteration # 97 - FCN = -719649.087418 Edm = 0.111153 NCalls = 336 +VariableMetric: Iteration # 98 - FCN = -719649.177109 Edm = 0.0289179 NCalls = 338 +VariableMetric: Iteration # 99 - FCN = -719649.2580663 Edm = 0.0413809 NCalls = 341 +VariableMetric: Iteration # 100 - FCN = -719649.3043032 Edm = 0.0154838 NCalls = 343 +VariableMetric: Iteration # 101 - FCN = -719649.3264756 Edm = 0.00312455 NCalls = 345 +VariableMetric: Iteration # 102 - FCN = -719649.331437 Edm = 0.00112472 NCalls = 347 +VariableMetric: Iteration # 103 - FCN = -719649.3359148 Edm = 0.00379245 NCalls = 349 +VariableMetric: Iteration # 104 - FCN = -719649.3875603 Edm = 0.0501053 NCalls = 354 +VariableMetric: Iteration # 105 - FCN = -719650.3243879 Edm = 0.847874 NCalls = 358 +VariableMetric: Iteration # 106 - FCN = -719654.025634 Edm = 2.3074 NCalls = 361 +VariableMetric: Iteration # 107 - FCN = -719655.5120785 Edm = 3.67865 NCalls = 364 +VariableMetric: Iteration # 108 - FCN = -719659.5725693 Edm = 1.67401 NCalls = 368 +VariableMetric: Iteration # 109 - FCN = -719661.8807768 Edm = 0.16877 NCalls = 370 +VariableMetric: Iteration # 110 - FCN = -719662.1961681 Edm = 0.122641 NCalls = 372 +VariableMetric: Iteration # 111 - FCN = -719662.6843747 Edm = 0.6596 NCalls = 374 +VariableMetric: Iteration # 112 - FCN = -719663.3791845 Edm = 1.65922 NCalls = 377 +VariableMetric: Iteration # 113 - FCN = -719665.5943135 Edm = 4.5813 NCalls = 384 +VariableMetric: Iteration # 114 - FCN = -719665.7879435 Edm = 1.0771 NCalls = 387 +VariableMetric: Iteration # 115 - FCN = -719669.3626606 Edm = 1.25347 NCalls = 392 +VariableMetric: Iteration # 116 - FCN = -719670.2243255 Edm = 0.246958 NCalls = 394 +VariableMetric: Iteration # 117 - FCN = -719670.4872274 Edm = 0.0622528 NCalls = 396 +VariableMetric: Iteration # 118 - FCN = -719670.5821143 Edm = 0.0480257 NCalls = 398 +VariableMetric: Iteration # 119 - FCN = -719670.7771977 Edm = 0.113275 NCalls = 401 +VariableMetric: Iteration # 120 - FCN = -719670.9537847 Edm = 0.0577496 NCalls = 403 +VariableMetric: Iteration # 121 - FCN = -719671.0428319 Edm = 0.0184412 NCalls = 405 +VariableMetric: Iteration # 122 - FCN = -719671.0719566 Edm = 0.00258209 NCalls = 407 +VariableMetric: Iteration # 123 - FCN = -719671.0777123 Edm = 0.00329921 NCalls = 409 +VariableMetric: Iteration # 124 - FCN = -719671.0897982 Edm = 0.0125853 NCalls = 412 +VariableMetric: Iteration # 125 - FCN = -719671.2308567 Edm = 0.128784 NCalls = 417 +VariableMetric: Iteration # 126 - FCN = -719679.38519 Edm = 3.39025 NCalls = 423 +VariableMetric: Iteration # 127 - FCN = -719684.27147 Edm = 1.74295 NCalls = 425 +VariableMetric: Iteration # 128 - FCN = -719685.4371239 Edm = 0.303885 NCalls = 426 +VariableMetric: Iteration # 129 - FCN = -719685.6773019 Edm = 0.0552396 NCalls = 427 +VariableMetric: Iteration # 130 - FCN = -719685.7201413 Edm = 0.00784205 NCalls = 429 +VariableMetric: Iteration # 131 - FCN = -719685.7269736 Edm = 0.00130874 NCalls = 430 +VariableMetric: Iteration # 132 - FCN = -719685.7281085 Edm = 0.000150714 NCalls = 431 +VariableMetric: Iteration # 133 - FCN = -719685.7283865 Edm = 0.000130334 NCalls = 433 +VariableMetric: Iteration # 134 - FCN = -719685.7322022 Edm = 0.0037524 NCalls = 437 +VariableMetric: Iteration # 135 - FCN = -719685.8897499 Edm = 0.0740485 NCalls = 444 +VariableMetric: Iteration # 136 - FCN = -719686.5726076 Edm = 0.197282 NCalls = 446 +VariableMetric: Iteration # 137 - FCN = -719686.8735202 Edm = 0.00353447 NCalls = 448 +VariableMetric: Iteration # 138 - FCN = -719686.877578 Edm = 0.00015558 NCalls = 450 +VariableMetric: Iteration # 139 - FCN = -719686.8777826 Edm = 5.49913e-05 NCalls = 452 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715928.5980997 Edm = 4.98284 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715928.5980997 Edm = 4.98284 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717848.1718127 Edm = 1.57196 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -718878.287795 Edm = 1.66467 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -718880.9682499 Edm = 0.866965 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -719041.1125672 Edm = 81.1095 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -719253.2754395 Edm = 4.06839 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -719257.1148478 Edm = 0.0305306 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -719257.2223629 Edm = 0.08048 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -719272.9704587 Edm = 0.571752 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -719273.5324091 Edm = 0.0143239 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -719275.1997564 Edm = 1.66988 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -719277.3401392 Edm = 2.04163 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -719404.6993801 Edm = 4.52934 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -719410.0834526 Edm = 0.09279 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -719410.1661501 Edm = 0.00538384 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -719410.1845528 Edm = 0.0136091 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -719413.9113532 Edm = 3.31973 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -719495.9911919 Edm = 6.17302 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -719504.5494489 Edm = 0.629915 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -719505.291255 Edm = 0.0731642 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -719505.3699608 Edm = 0.00195899 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -719505.3952895 Edm = 0.0229491 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -719523.3378843 Edm = 7.52467 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -719533.689679 Edm = 0.148561 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -719533.8282626 Edm = 0.00353094 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -719533.831794 Edm = 0.000947662 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -719533.8379169 Edm = 0.00598315 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -719534.6746487 Edm = 0.431067 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -719541.145985 Edm = 3.0526 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -719548.6570243 Edm = 0.262684 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -719548.9141003 Edm = 0.0146345 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -719548.9304497 Edm = 0.000812944 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -719548.9457359 Edm = 0.0140709 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -719557.4996054 Edm = 4.77725 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -719565.1500925 Edm = 0.771875 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -719565.6588258 Edm = 0.0363527 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -719565.6944034 Edm = 0.00113432 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -719565.6966037 Edm = 0.000737239 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -719565.7271167 Edm = 0.0265364 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -719566.4376082 Edm = 0.719685 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -719577.3339485 Edm = 2.9635 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -719581.1446235 Edm = 0.222229 NCalls = 144 +VariableMetric: Iteration # 42 - FCN = -719581.2782562 Edm = 0.0121247 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -719581.2901276 Edm = 0.00102739 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -719581.292757 Edm = 0.0011807 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -719581.393789 Edm = 0.0960632 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -719597.9902853 Edm = 4.45778 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -719604.9832589 Edm = 0.126039 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -719605.0960251 Edm = 0.00159023 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -719605.1011684 Edm = 0.00315197 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -719605.1975194 Edm = 0.0931346 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -719607.6970164 Edm = 2.51272 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -719623.5203918 Edm = 8.31203 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -719642.7464928 Edm = 2.15131 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -719644.824924 Edm = 0.20248 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -719644.9901485 Edm = 0.0240838 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -719645.0084799 Edm = 0.00108483 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -719645.010106 Edm = 0.000697797 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -719645.0145675 Edm = 0.00392521 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -719645.0777154 Edm = 0.0665112 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -719648.7724658 Edm = 2.62844 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -719657.0086797 Edm = 2.18076 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -719660.2402367 Edm = 0.0983634 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -719660.3312349 Edm = 0.0141866 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -719660.3521009 Edm = 0.00419239 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -719660.3576261 Edm = 0.000259353 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -719660.3580363 Edm = 0.000150354 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -719660.3592636 Edm = 0.00104939 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -719660.398977 Edm = 0.0382963 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -719661.4681613 Edm = 0.777564 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -719663.5922928 Edm = 0.157772 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -719663.7480663 Edm = 0.00485829 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -719663.7543289 Edm = 0.000387278 NCalls = 233 +VariableMetric: Iteration # 73 - FCN = -719663.7547664 Edm = 4.56614e-05 NCalls = 235 +VariableMetric: After Hessian - FCN = -719663.7547664 Edm = 270.898 NCalls = 594 +VariableMetric: Iteration # 74 - FCN = -719663.7547664 Edm = 270.898 NCalls = 594 +VariableMetric: Iteration # 75 - FCN = -719677.3067974 Edm = 1707.25 NCalls = 597 +VariableMetric: Iteration # 76 - FCN = -719677.3067974 Edm = 1707.25 NCalls = 608 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715682.8841231 Edm = 1.25572 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715682.8841231 Edm = 1.25572 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717273.317876 Edm = 10.8516 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718051.8706639 Edm = 627.363 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -718173.7605734 Edm = 24.0432 NCalls = 13 +VariableMetric: Iteration # 4 - FCN = -718644.5644013 Edm = 291.277 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -719031.6204212 Edm = 16.928 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -719044.2139213 Edm = 1.09532 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -719046.5350224 Edm = 0.233083 NCalls = 25 +VariableMetric: Iteration # 8 - FCN = -719053.0749771 Edm = 4.0575 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -719104.7528033 Edm = 4.04234 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -719109.2459749 Edm = 0.189636 NCalls = 35 +VariableMetric: Iteration # 11 - FCN = -719109.4388898 Edm = 0.0462674 NCalls = 37 +VariableMetric: Iteration # 12 - FCN = -719115.5843059 Edm = 6.01317 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -719262.9598593 Edm = 22.9488 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -719289.925678 Edm = 1.26919 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -719291.2565633 Edm = 0.0276383 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -719291.2877292 Edm = 0.00898688 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -719293.7788692 Edm = 2.29216 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -719368.7694371 Edm = 0.633129 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -719369.6472418 Edm = 0.0243681 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -719369.6880932 Edm = 0.0162542 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -719369.9675747 Edm = 0.266921 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -719400.1745649 Edm = 18.2031 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -719442.2164113 Edm = 4.70783 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -719446.0796852 Edm = 0.284855 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -719446.4053332 Edm = 0.020605 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -719446.4473565 Edm = 0.00479783 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -719446.4583245 Edm = 0.00374102 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -719446.8030495 Edm = 0.31781 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -719457.6684832 Edm = 1.52162 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -719459.8197525 Edm = 0.014132 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -719459.8340625 Edm = 0.00110526 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -719459.8494963 Edm = 0.0146569 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -719460.8811516 Edm = 0.81835 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -719469.5300772 Edm = 1.02976 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -719470.7458783 Edm = 0.0357422 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -719470.7904722 Edm = 0.00173555 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -719470.7923602 Edm = 0.000496304 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -719470.8069634 Edm = 0.0151623 NCalls = 124 +VariableMetric: Iteration # 39 - FCN = -719471.4127049 Edm = 0.137957 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -719474.8203544 Edm = 1.6387 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -719480.3561903 Edm = 0.101859 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -719480.4569425 Edm = 0.00201416 NCalls = 136 +VariableMetric: Iteration # 43 - FCN = -719480.4596851 Edm = 0.000580288 NCalls = 138 +VariableMetric: Iteration # 44 - FCN = -719480.5097858 Edm = 0.0516453 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -719481.568972 Edm = 0.0810276 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -719493.3969211 Edm = 3.8987 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -719509.814285 Edm = 2.01013 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -719511.1737557 Edm = 0.0952616 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -719511.3061283 Edm = 0.0098006 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -719511.3200152 Edm = 0.00151578 NCalls = 160 +VariableMetric: Iteration # 51 - FCN = -719511.3252266 Edm = 0.00345668 NCalls = 162 +VariableMetric: Iteration # 52 - FCN = -719511.5624204 Edm = 0.226537 NCalls = 167 +VariableMetric: Iteration # 53 - FCN = -719533.2896449 Edm = 11.438 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -719550.4811453 Edm = 2.09065 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -719552.2893221 Edm = 0.0826226 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -719552.3749773 Edm = 0.00698611 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -719552.3852145 Edm = 0.000658293 NCalls = 180 +VariableMetric: Iteration # 58 - FCN = -719552.3862918 Edm = 0.000237524 NCalls = 182 +VariableMetric: Iteration # 59 - FCN = -719552.3872079 Edm = 0.000408944 NCalls = 184 +VariableMetric: Iteration # 60 - FCN = -719552.4002776 Edm = 0.0121822 NCalls = 188 +VariableMetric: Iteration # 61 - FCN = -719553.8241238 Edm = 0.6022 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -719554.7916539 Edm = 0.0114677 NCalls = 195 +VariableMetric: Iteration # 63 - FCN = -719554.8039252 Edm = 0.000150852 NCalls = 197 +VariableMetric: Iteration # 64 - FCN = -719554.8041155 Edm = 1.62401e-05 NCalls = 199 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712189.5920228 Edm = 18.1449 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712189.5920228 Edm = 18.1449 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716845.2153565 Edm = 5.84865 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -716915.4456982 Edm = 2.5673 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -716926.6951147 Edm = 13.9405 NCalls = 11 +VariableMetric: Iteration # 4 - FCN = -717008.2653988 Edm = 62.4173 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -717439.3434033 Edm = 18.4942 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -717455.1952021 Edm = 0.147525 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -717455.4101025 Edm = 0.130174 NCalls = 24 +VariableMetric: Iteration # 8 - FCN = -717501.5167917 Edm = 12.1098 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -717515.4880246 Edm = 0.161371 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -717515.9202745 Edm = 0.202354 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -717520.4428864 Edm = 4.31362 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -718034.605339 Edm = 173.263 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -718119.565806 Edm = 245.198 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -718240.7638136 Edm = 8.24168 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -718259.1091311 Edm = 1.18849 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -718260.5288941 Edm = 0.157181 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -718260.7249344 Edm = 0.040857 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -718260.7719846 Edm = 0.00671141 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -718260.875951 Edm = 0.08686 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -718274.0351059 Edm = 11.5998 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -718323.1069919 Edm = 18.9019 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -718339.7718464 Edm = 0.446051 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -718340.2498834 Edm = 0.0289163 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -718340.2865906 Edm = 0.00859227 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -718340.3043637 Edm = 0.006238 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -718340.6216937 Edm = 0.314117 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -718347.7957717 Edm = 4.58861 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -718430.3471538 Edm = 36.7329 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -718473.2832135 Edm = 4.50231 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -718478.0824482 Edm = 0.277363 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -718478.4387573 Edm = 0.0165421 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -718478.4607984 Edm = 0.0125924 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -718478.6594782 Edm = 0.248409 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -718489.9109128 Edm = 1.0716 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -718520.8810339 Edm = 5.72728 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -718535.6167839 Edm = 2.84427 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -718560.3561609 Edm = 85.1737 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -718564.6608331 Edm = 25.8019 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -718594.5455661 Edm = 23.8704 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -718632.7255421 Edm = 9.10941 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -718638.9988783 Edm = 0.284372 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -718639.3488233 Edm = 0.0644702 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -718639.4725285 Edm = 0.0172476 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -718639.5666277 Edm = 0.0700454 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -718642.6374628 Edm = 1.85709 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -718668.9470572 Edm = 28.0477 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -718727.6612547 Edm = 57.1967 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -718844.9868902 Edm = 99.4292 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -718964.3319799 Edm = 7.38085 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -718968.83499 Edm = 1.90778 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -718971.4494254 Edm = 0.958151 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -718973.6728605 Edm = 0.451095 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -718974.638357 Edm = 0.466373 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -718977.0686619 Edm = 7.34075 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -719153.9556924 Edm = 239.341 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -719154.2600542 Edm = 10.2585 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -719168.7616633 Edm = 3.83575 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -719184.7012349 Edm = 13.9468 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -719197.6974642 Edm = 28.4869 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -719214.7455072 Edm = 19.1538 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -719237.0155893 Edm = 9.49005 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -719250.662335 Edm = 4.36473 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -719258.6677838 Edm = 4.93584 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -719295.2006597 Edm = 27.3833 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -719318.9773157 Edm = 27.1245 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -719335.2306728 Edm = 3.73038 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -719341.4942763 Edm = 1.95044 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -719345.963716 Edm = 0.97763 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -719348.3002076 Edm = 0.373683 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -719348.6513474 Edm = 0.0416357 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -719348.7134918 Edm = 0.0101431 NCalls = 229 +VariableMetric: Iteration # 72 - FCN = -719348.7354442 Edm = 0.0100562 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -719348.9633509 Edm = 0.227702 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -719352.0629598 Edm = 2.67285 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -719417.6000758 Edm = 10.5806 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -719439.8600017 Edm = 23.2782 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -719455.0831366 Edm = 6.47825 NCalls = 250 +VariableMetric: Iteration # 78 - FCN = -719460.5893314 Edm = 0.907919 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -719461.373606 Edm = 0.0932119 NCalls = 254 +VariableMetric: Iteration # 80 - FCN = -719461.4876948 Edm = 0.0187772 NCalls = 256 +VariableMetric: Iteration # 81 - FCN = -719461.5114351 Edm = 0.00374561 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -719461.524018 Edm = 0.00689487 NCalls = 260 +VariableMetric: Iteration # 83 - FCN = -719461.6181561 Edm = 0.0805546 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -719463.0831565 Edm = 0.499526 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -719465.3211761 Edm = 0.928602 NCalls = 269 +VariableMetric: Iteration # 86 - FCN = -719475.8355291 Edm = 4.57848 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -719486.7155419 Edm = 0.8834 NCalls = 277 +VariableMetric: Iteration # 88 - FCN = -719487.6188547 Edm = 0.0556187 NCalls = 279 +VariableMetric: Iteration # 89 - FCN = -719487.6665416 Edm = 0.0111533 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -719487.6753724 Edm = 0.00154431 NCalls = 282 +VariableMetric: Iteration # 91 - FCN = -719487.6773458 Edm = 0.000543015 NCalls = 284 +VariableMetric: Iteration # 92 - FCN = -719487.678518 Edm = 0.000606602 NCalls = 286 +VariableMetric: Iteration # 93 - FCN = -719487.6806416 Edm = 0.00146392 NCalls = 288 +VariableMetric: Iteration # 94 - FCN = -719487.737471 Edm = 0.0502222 NCalls = 292 +VariableMetric: Iteration # 95 - FCN = -719493.4075866 Edm = 3.68438 NCalls = 298 +VariableMetric: Iteration # 96 - FCN = -719503.500284 Edm = 2.66414 NCalls = 301 +VariableMetric: Iteration # 97 - FCN = -719504.5880343 Edm = 0.235263 NCalls = 303 +VariableMetric: Iteration # 98 - FCN = -719504.7823701 Edm = 0.00598219 NCalls = 305 +VariableMetric: Iteration # 99 - FCN = -719504.7882016 Edm = 0.000624125 NCalls = 306 +VariableMetric: Iteration # 100 - FCN = -719504.7950642 Edm = 0.00659511 NCalls = 309 +VariableMetric: Iteration # 101 - FCN = -719505.4031461 Edm = 0.490961 NCalls = 316 +VariableMetric: Iteration # 102 - FCN = -719524.5047152 Edm = 9.82283 NCalls = 321 +VariableMetric: Iteration # 103 - FCN = -719537.4320194 Edm = 2.46427 NCalls = 323 +VariableMetric: Iteration # 104 - FCN = -719541.4415915 Edm = 0.692144 NCalls = 326 +VariableMetric: Iteration # 105 - FCN = -719542.1991112 Edm = 0.0682222 NCalls = 328 +VariableMetric: Iteration # 106 - FCN = -719542.2513779 Edm = 0.00260206 NCalls = 330 +VariableMetric: Iteration # 107 - FCN = -719542.2538275 Edm = 0.000434835 NCalls = 331 +VariableMetric: Iteration # 108 - FCN = -719542.2559651 Edm = 0.00205426 NCalls = 334 +VariableMetric: Iteration # 109 - FCN = -719542.290829 Edm = 0.0335216 NCalls = 339 +VariableMetric: Iteration # 110 - FCN = -719542.6134872 Edm = 0.279662 NCalls = 342 +VariableMetric: Iteration # 111 - FCN = -719547.3347492 Edm = 3.4163 NCalls = 346 +VariableMetric: Iteration # 112 - FCN = -719551.9279263 Edm = 0.28023 NCalls = 349 +VariableMetric: Iteration # 113 - FCN = -719552.2066349 Edm = 0.0218273 NCalls = 351 +VariableMetric: Iteration # 114 - FCN = -719552.2247648 Edm = 0.00296758 NCalls = 353 +VariableMetric: Iteration # 115 - FCN = -719552.2285341 Edm = 0.000532135 NCalls = 355 +VariableMetric: Iteration # 116 - FCN = -719552.2330552 Edm = 0.00307248 NCalls = 358 +VariableMetric: Iteration # 117 - FCN = -719552.3499187 Edm = 0.0970948 NCalls = 362 +VariableMetric: Iteration # 118 - FCN = -719558.2612909 Edm = 1.9322 NCalls = 368 +VariableMetric: Iteration # 119 - FCN = -719563.5146817 Edm = 1.28317 NCalls = 371 +VariableMetric: Iteration # 120 - FCN = -719565.8337912 Edm = 0.276144 NCalls = 374 +VariableMetric: Iteration # 121 - FCN = -719566.1705758 Edm = 0.0692422 NCalls = 376 +VariableMetric: Iteration # 122 - FCN = -719566.2795062 Edm = 0.0331998 NCalls = 378 +VariableMetric: Iteration # 123 - FCN = -719566.3153276 Edm = 0.0091556 NCalls = 380 +VariableMetric: Iteration # 124 - FCN = -719566.3298396 Edm = 0.00434829 NCalls = 382 +VariableMetric: Iteration # 125 - FCN = -719566.33834 Edm = 0.00108519 NCalls = 385 +VariableMetric: Iteration # 126 - FCN = -719566.3400853 Edm = 0.000223987 NCalls = 387 +VariableMetric: Iteration # 127 - FCN = -719569.072257 Edm = 1.78165 NCalls = 398 +VariableMetric: Iteration # 128 - FCN = -719569.0786428 Edm = 0.0714302 NCalls = 401 +VariableMetric: Iteration # 129 - FCN = -719569.1907909 Edm = 0.0839384 NCalls = 403 +VariableMetric: Iteration # 130 - FCN = -719570.4414844 Edm = 0.268919 NCalls = 407 +VariableMetric: Iteration # 131 - FCN = -719570.8312631 Edm = 0.0159295 NCalls = 409 +VariableMetric: Iteration # 132 - FCN = -719570.846967 Edm = 0.00135236 NCalls = 410 +VariableMetric: Iteration # 133 - FCN = -719570.8482566 Edm = 8.03856e-05 NCalls = 412 +VariableMetric: Iteration # 134 - FCN = -719570.8483763 Edm = 3.72007e-05 NCalls = 414 +VariableMetric: After Hessian - FCN = -719570.8483763 Edm = 6.82555 NCalls = 777 +VariableMetric: Iteration # 135 - FCN = -719570.8483763 Edm = 6.82555 NCalls = 777 +VariableMetric: Iteration # 136 - FCN = -719572.7716068 Edm = 2.46322 NCalls = 784 +VariableMetric: Iteration # 137 - FCN = -719575.261386 Edm = 0.306078 NCalls = 785 +VariableMetric: Iteration # 138 - FCN = -719575.3535862 Edm = 0.357145 NCalls = 787 +VariableMetric: Iteration # 139 - FCN = -719575.972718 Edm = 0.221201 NCalls = 791 +VariableMetric: Iteration # 140 - FCN = -719576.6134916 Edm = 0.396412 NCalls = 794 +VariableMetric: Iteration # 141 - FCN = -719577.0043922 Edm = 0.619733 NCalls = 797 +VariableMetric: Iteration # 142 - FCN = -719578.0534278 Edm = 2.52282 NCalls = 802 +VariableMetric: Iteration # 143 - FCN = -719578.5453245 Edm = 0.424641 NCalls = 805 +VariableMetric: Iteration # 144 - FCN = -719578.6858277 Edm = 0.237704 NCalls = 806 +VariableMetric: Iteration # 145 - FCN = -719579.0779868 Edm = 0.149226 NCalls = 808 +VariableMetric: Iteration # 146 - FCN = -719579.352648 Edm = 0.171247 NCalls = 811 +VariableMetric: Iteration # 147 - FCN = -719579.6347807 Edm = 0.312771 NCalls = 814 +VariableMetric: Iteration # 148 - FCN = -719579.8901212 Edm = 0.051422 NCalls = 817 +VariableMetric: Iteration # 149 - FCN = -719579.9691206 Edm = 0.0259794 NCalls = 819 +VariableMetric: Iteration # 150 - FCN = -719580.0260881 Edm = 0.0313854 NCalls = 821 +VariableMetric: Iteration # 151 - FCN = -719580.0672141 Edm = 0.0236218 NCalls = 824 +VariableMetric: Iteration # 152 - FCN = -719580.1324712 Edm = 0.02799 NCalls = 828 +VariableMetric: Iteration # 153 - FCN = -719580.1557011 Edm = 0.00860569 NCalls = 830 +VariableMetric: Iteration # 154 - FCN = -719580.1642227 Edm = 0.00144109 NCalls = 832 +VariableMetric: Iteration # 155 - FCN = -719580.1667005 Edm = 0.000993237 NCalls = 834 +VariableMetric: Iteration # 156 - FCN = -719580.1684598 Edm = 0.000521355 NCalls = 836 +VariableMetric: Iteration # 157 - FCN = -719580.1702382 Edm = 0.00145115 NCalls = 838 +VariableMetric: Iteration # 158 - FCN = -719580.1736492 Edm = 0.00336401 NCalls = 841 +VariableMetric: Iteration # 159 - FCN = -719580.1824755 Edm = 0.00435384 NCalls = 846 +VariableMetric: Iteration # 160 - FCN = -719580.1901613 Edm = 0.0022667 NCalls = 849 +VariableMetric: Iteration # 161 - FCN = -719580.1923054 Edm = 0.000357123 NCalls = 850 +VariableMetric: Iteration # 162 - FCN = -719580.1924626 Edm = 3.90558e-05 NCalls = 852 +VariableMetric: After Hessian - FCN = -719580.1924626 Edm = 0.000420592 NCalls = 1237 +VariableMetric: Iteration # 163 - FCN = -719580.1924626 Edm = 0.000420592 NCalls = 1237 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714068.2930885 Edm = 8.34639 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714068.2930885 Edm = 8.34639 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717203.6991181 Edm = 1.82602 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717212.2569644 Edm = 6.11749 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717797.3905121 Edm = 249.253 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -718236.425332 Edm = 3.41361 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -718239.6359096 Edm = 0.132056 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -718240.2160197 Edm = 0.620724 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -718386.7972414 Edm = 12.0079 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -718438.9516411 Edm = 1.65257 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -718440.9096286 Edm = 0.193498 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -718460.5060058 Edm = 18.3833 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -718731.881325 Edm = 0.877651 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -718734.5615477 Edm = 0.0333534 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -718734.6158103 Edm = 0.0168316 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -718738.1544614 Edm = 2.73222 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -718782.2813083 Edm = 20.7625 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -718826.2546754 Edm = 1.64502 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -718828.1209041 Edm = 0.0356993 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -718828.1632136 Edm = 0.00385417 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -718828.176871 Edm = 0.00822597 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -718829.0190452 Edm = 0.818529 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -718875.2141057 Edm = 1.31941 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -718877.0755445 Edm = 0.110759 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -718877.2318769 Edm = 0.00915876 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -718877.249439 Edm = 0.00484126 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -718877.3242571 Edm = 0.0611461 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -718880.075603 Edm = 2.46319 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -718907.9033146 Edm = 3.22763 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -718910.1511764 Edm = 0.137586 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -718910.253841 Edm = 0.00504841 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -718910.262259 Edm = 0.00376442 NCalls = 97 +VariableMetric: Iteration # 31 - FCN = -718910.282148 Edm = 0.00983971 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -718910.3947627 Edm = 0.102933 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -718925.3481824 Edm = 2.61262 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -719037.6444602 Edm = 50.8909 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -719172.9165477 Edm = 87.5072 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -719212.4904008 Edm = 55.0546 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -719252.7929851 Edm = 19.9849 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -719264.1704401 Edm = 16.3696 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -719280.0882032 Edm = 5.28123 NCalls = 128 +VariableMetric: Iteration # 40 - FCN = -719283.3569631 Edm = 0.471722 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -719284.7696231 Edm = 0.659097 NCalls = 132 +VariableMetric: Iteration # 42 - FCN = -719288.2769804 Edm = 1.01135 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -719289.2811908 Edm = 1.12515 NCalls = 138 +VariableMetric: Iteration # 44 - FCN = -719289.9113891 Edm = 0.296937 NCalls = 140 +VariableMetric: Iteration # 45 - FCN = -719290.2655998 Edm = 0.0736852 NCalls = 142 +VariableMetric: Iteration # 46 - FCN = -719290.3479724 Edm = 0.0111097 NCalls = 144 +VariableMetric: Iteration # 47 - FCN = -719290.5420834 Edm = 0.109708 NCalls = 148 +VariableMetric: Iteration # 48 - FCN = -719291.1209139 Edm = 0.318946 NCalls = 150 +VariableMetric: Iteration # 49 - FCN = -719294.1233532 Edm = 3.72284 NCalls = 153 +VariableMetric: Iteration # 50 - FCN = -719307.6609723 Edm = 17.5941 NCalls = 158 +VariableMetric: Iteration # 51 - FCN = -719312.2779611 Edm = 10.1904 NCalls = 162 +VariableMetric: Iteration # 52 - FCN = -719405.3399292 Edm = 17.7862 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -719432.7579274 Edm = 8.1812 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -719436.454223 Edm = 3.33568 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -719440.8120468 Edm = 6.1569 NCalls = 178 +VariableMetric: Iteration # 56 - FCN = -719446.9810814 Edm = 4.4391 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -719449.6290997 Edm = 0.618162 NCalls = 184 +VariableMetric: Iteration # 58 - FCN = -719450.013928 Edm = 0.0460952 NCalls = 186 +VariableMetric: Iteration # 59 - FCN = -719450.065318 Edm = 0.0152512 NCalls = 188 +VariableMetric: Iteration # 60 - FCN = -719450.1431826 Edm = 0.0422888 NCalls = 191 +VariableMetric: Iteration # 61 - FCN = -719450.6324979 Edm = 0.233188 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -719451.4983742 Edm = 0.572124 NCalls = 196 +VariableMetric: Iteration # 63 - FCN = -719462.8074842 Edm = 8.52427 NCalls = 201 +VariableMetric: Iteration # 64 - FCN = -719505.1696751 Edm = 19.1604 NCalls = 203 +VariableMetric: Iteration # 65 - FCN = -719524.8513545 Edm = 8.33998 NCalls = 205 +VariableMetric: Iteration # 66 - FCN = -719532.814053 Edm = 3.4957 NCalls = 207 +VariableMetric: Iteration # 67 - FCN = -719538.9672512 Edm = 3.33081 NCalls = 209 +VariableMetric: Iteration # 68 - FCN = -719548.5882626 Edm = 15.928 NCalls = 213 +VariableMetric: Iteration # 69 - FCN = -719553.7029053 Edm = 6.98055 NCalls = 216 +VariableMetric: Iteration # 70 - FCN = -719560.23467 Edm = 4.00641 NCalls = 219 +VariableMetric: Iteration # 71 - FCN = -719566.5212298 Edm = 4.57344 NCalls = 222 +VariableMetric: Iteration # 72 - FCN = -719573.2616001 Edm = 1.34826 NCalls = 225 +VariableMetric: Iteration # 73 - FCN = -719575.3069673 Edm = 0.757973 NCalls = 227 +VariableMetric: Iteration # 74 - FCN = -719576.3173645 Edm = 0.689683 NCalls = 230 +VariableMetric: Iteration # 75 - FCN = -719577.0554208 Edm = 0.0970375 NCalls = 232 +VariableMetric: Iteration # 76 - FCN = -719577.1425944 Edm = 0.00775406 NCalls = 234 +VariableMetric: Iteration # 77 - FCN = -719577.1771436 Edm = 0.0206366 NCalls = 236 +VariableMetric: Iteration # 78 - FCN = -719577.2641211 Edm = 0.0201168 NCalls = 238 +VariableMetric: Iteration # 79 - FCN = -719577.3078817 Edm = 0.0131107 NCalls = 241 +VariableMetric: Iteration # 80 - FCN = -719577.3381051 Edm = 0.0121079 NCalls = 244 +VariableMetric: Iteration # 81 - FCN = -719577.3608318 Edm = 0.023362 NCalls = 247 +VariableMetric: Iteration # 82 - FCN = -719577.3861677 Edm = 0.0134327 NCalls = 252 +VariableMetric: Iteration # 83 - FCN = -719577.4002929 Edm = 0.0266667 NCalls = 255 +VariableMetric: Iteration # 84 - FCN = -719577.4296143 Edm = 0.0214935 NCalls = 258 +VariableMetric: Iteration # 85 - FCN = -719577.5024427 Edm = 0.0406635 NCalls = 261 +VariableMetric: Iteration # 86 - FCN = -719577.5749839 Edm = 0.072089 NCalls = 263 +VariableMetric: Iteration # 87 - FCN = -719577.6950871 Edm = 0.154755 NCalls = 267 +VariableMetric: Iteration # 88 - FCN = -719578.2324616 Edm = 0.475141 NCalls = 273 +VariableMetric: Iteration # 89 - FCN = -719583.9843759 Edm = 14.1461 NCalls = 280 +VariableMetric: Iteration # 90 - FCN = -719589.2815074 Edm = 4.11224 NCalls = 291 +VariableMetric: Iteration # 91 - FCN = -719596.213583 Edm = 27.9553 NCalls = 294 +VariableMetric: Iteration # 92 - FCN = -719607.1752812 Edm = 8.04249 NCalls = 296 +VariableMetric: Iteration # 93 - FCN = -719615.7601148 Edm = 2.49164 NCalls = 298 +VariableMetric: Iteration # 94 - FCN = -719620.9877288 Edm = 0.420218 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -719621.5623721 Edm = 0.241466 NCalls = 304 +VariableMetric: Iteration # 96 - FCN = -719621.985944 Edm = 0.492608 NCalls = 306 +VariableMetric: Iteration # 97 - FCN = -719622.9479296 Edm = 0.636786 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -719623.0513163 Edm = 0.246576 NCalls = 313 +VariableMetric: Iteration # 99 - FCN = -719624.1901381 Edm = 0.448058 NCalls = 317 +VariableMetric: Iteration # 100 - FCN = -719624.8989783 Edm = 0.185365 NCalls = 319 +VariableMetric: Iteration # 101 - FCN = -719625.0218139 Edm = 0.0549593 NCalls = 321 +VariableMetric: Iteration # 102 - FCN = -719625.0605816 Edm = 0.00609693 NCalls = 323 +VariableMetric: Iteration # 103 - FCN = -719625.0670177 Edm = 0.000495321 NCalls = 325 +VariableMetric: Iteration # 104 - FCN = -719625.0688634 Edm = 0.00142844 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -719625.1018712 Edm = 0.0374249 NCalls = 332 +VariableMetric: Iteration # 106 - FCN = -719625.674096 Edm = 0.131813 NCalls = 339 +VariableMetric: Iteration # 107 - FCN = -719628.6208083 Edm = 1.42524 NCalls = 341 +VariableMetric: Iteration # 108 - FCN = -719635.1501257 Edm = 0.38014 NCalls = 343 +VariableMetric: Iteration # 109 - FCN = -719635.8597883 Edm = 0.366844 NCalls = 345 +VariableMetric: Iteration # 110 - FCN = -719636.3093101 Edm = 0.483279 NCalls = 348 +VariableMetric: Iteration # 111 - FCN = -719637.6475672 Edm = 0.306427 NCalls = 352 +VariableMetric: Iteration # 112 - FCN = -719637.970112 Edm = 0.358001 NCalls = 354 +VariableMetric: Iteration # 113 - FCN = -719638.0748608 Edm = 0.0219692 NCalls = 356 +VariableMetric: Iteration # 114 - FCN = -719638.1029835 Edm = 0.00269389 NCalls = 358 +VariableMetric: Iteration # 115 - FCN = -719638.1111433 Edm = 0.00280204 NCalls = 360 +VariableMetric: Iteration # 116 - FCN = -719638.1175019 Edm = 0.000621881 NCalls = 362 +VariableMetric: Iteration # 117 - FCN = -719638.1182348 Edm = 0.000108215 NCalls = 364 +VariableMetric: Iteration # 118 - FCN = -719638.1192679 Edm = 0.000905426 NCalls = 367 +VariableMetric: Iteration # 119 - FCN = -719638.4211153 Edm = 0.222409 NCalls = 373 +VariableMetric: Iteration # 120 - FCN = -719639.7168551 Edm = 0.240678 NCalls = 376 +VariableMetric: Iteration # 121 - FCN = -719639.8747387 Edm = 0.0190458 NCalls = 378 +VariableMetric: Iteration # 122 - FCN = -719639.8921404 Edm = 0.000253707 NCalls = 379 +VariableMetric: Iteration # 123 - FCN = -719639.89232 Edm = 4.26105e-05 NCalls = 381 +VariableMetric: After Hessian - FCN = -719639.89232 Edm = 1801.24 NCalls = 742 +VariableMetric: Iteration # 124 - FCN = -719639.89232 Edm = 1801.24 NCalls = 742 +VariableMetric: Iteration # 125 - FCN = -719647.3347043 Edm = 45149.9 NCalls = 753 +VariableMetric: Iteration # 126 - FCN = -719652.3652273 Edm = 4.01268 NCalls = 761 +VariableMetric: Iteration # 127 - FCN = -719669.5281942 Edm = 38.7506 NCalls = 772 +VariableMetric: Iteration # 128 - FCN = -719670.0297732 Edm = 4.34319 NCalls = 776 +VariableMetric: Iteration # 129 - FCN = -719671.9860344 Edm = 0.58516 NCalls = 778 +VariableMetric: Iteration # 130 - FCN = -719673.1957949 Edm = 0.104564 NCalls = 780 +VariableMetric: Iteration # 131 - FCN = -719673.4020855 Edm = 0.0322043 NCalls = 782 +VariableMetric: Iteration # 132 - FCN = -719673.5691188 Edm = 0.0906266 NCalls = 784 +VariableMetric: Iteration # 133 - FCN = -719673.8873647 Edm = 0.0244924 NCalls = 786 +VariableMetric: Iteration # 134 - FCN = -719674.0634815 Edm = 0.0476643 NCalls = 789 +VariableMetric: Iteration # 135 - FCN = -719674.2234954 Edm = 0.0616457 NCalls = 791 +VariableMetric: Iteration # 136 - FCN = -719674.4824357 Edm = 0.0925101 NCalls = 794 +VariableMetric: Iteration # 137 - FCN = -719675.1290276 Edm = 1.01452 NCalls = 797 +VariableMetric: Iteration # 138 - FCN = -719678.2222796 Edm = 2.62188 NCalls = 804 +VariableMetric: Iteration # 139 - FCN = -719678.4585919 Edm = 0.697918 NCalls = 807 +VariableMetric: Iteration # 140 - FCN = -719680.423427 Edm = 2.69759 NCalls = 811 +VariableMetric: Iteration # 141 - FCN = -719682.5477733 Edm = 3.30961 NCalls = 815 +VariableMetric: Iteration # 142 - FCN = -719683.390655 Edm = 1.00267 NCalls = 818 +VariableMetric: Iteration # 143 - FCN = -719686.81754 Edm = 2.77854 NCalls = 822 +VariableMetric: Iteration # 144 - FCN = -719690.5402595 Edm = 1.03279 NCalls = 825 +VariableMetric: Iteration # 145 - FCN = -719691.5138104 Edm = 0.290861 NCalls = 827 +VariableMetric: Iteration # 146 - FCN = -719692.7731517 Edm = 0.591551 NCalls = 830 +VariableMetric: Iteration # 147 - FCN = -719693.7013953 Edm = 0.297424 NCalls = 832 +VariableMetric: Iteration # 148 - FCN = -719694.0206855 Edm = 0.122124 NCalls = 834 +VariableMetric: Iteration # 149 - FCN = -719694.6565207 Edm = 0.175902 NCalls = 837 +VariableMetric: Iteration # 150 - FCN = -719694.9226901 Edm = 0.0214287 NCalls = 839 +VariableMetric: Iteration # 151 - FCN = -719694.9639789 Edm = 0.00916772 NCalls = 841 +VariableMetric: Iteration # 152 - FCN = -719694.9926861 Edm = 0.00865959 NCalls = 843 +VariableMetric: Iteration # 153 - FCN = -719695.021434 Edm = 0.00452948 NCalls = 845 +VariableMetric: Iteration # 154 - FCN = -719695.0295934 Edm = 0.000711145 NCalls = 847 +VariableMetric: Iteration # 155 - FCN = -719695.0315748 Edm = 0.000641536 NCalls = 849 +VariableMetric: Iteration # 156 - FCN = -719695.0330025 Edm = 0.000217817 NCalls = 851 +VariableMetric: Iteration # 157 - FCN = -719695.0369518 Edm = 0.00218482 NCalls = 855 +VariableMetric: Iteration # 158 - FCN = -719695.0426477 Edm = 0.000346756 NCalls = 857 +VariableMetric: Iteration # 159 - FCN = -719695.0451695 Edm = 0.000634612 NCalls = 860 +VariableMetric: Iteration # 160 - FCN = -719695.0462801 Edm = 0.000216333 NCalls = 862 +VariableMetric: Iteration # 161 - FCN = -719695.0504121 Edm = 0.000960151 NCalls = 866 +VariableMetric: Iteration # 162 - FCN = -719695.0519974 Edm = 0.000358733 NCalls = 868 +VariableMetric: Iteration # 163 - FCN = -719695.055562 Edm = 0.000643612 NCalls = 871 +VariableMetric: Iteration # 164 - FCN = -719695.0570036 Edm = 0.000714451 NCalls = 873 +VariableMetric: Iteration # 165 - FCN = -719695.1111332 Edm = 0.0609233 NCalls = 881 +VariableMetric: Iteration # 166 - FCN = -719695.1260965 Edm = 0.0226825 NCalls = 885 +VariableMetric: Iteration # 167 - FCN = -719695.1610637 Edm = 0.0960092 NCalls = 889 +VariableMetric: Iteration # 168 - FCN = -719695.1626747 Edm = 0.00125627 NCalls = 890 +VariableMetric: Iteration # 169 - FCN = -719695.1882873 Edm = 0.0231571 NCalls = 894 +VariableMetric: Iteration # 170 - FCN = -719695.3503925 Edm = 0.135934 NCalls = 899 +VariableMetric: Iteration # 171 - FCN = -719695.5288475 Edm = 0.246078 NCalls = 902 +VariableMetric: Iteration # 172 - FCN = -719695.581286 Edm = 0.0556848 NCalls = 905 +VariableMetric: Iteration # 173 - FCN = -719695.7003893 Edm = 0.059385 NCalls = 908 +VariableMetric: Iteration # 174 - FCN = -719695.7810042 Edm = 0.0683388 NCalls = 910 +VariableMetric: Iteration # 175 - FCN = -719695.8700291 Edm = 0.038175 NCalls = 913 +VariableMetric: Iteration # 176 - FCN = -719695.9567677 Edm = 0.0443064 NCalls = 915 +VariableMetric: Iteration # 177 - FCN = -719695.9797658 Edm = 0.0620366 NCalls = 917 +VariableMetric: Iteration # 178 - FCN = -719696.0469449 Edm = 0.0246434 NCalls = 924 +VariableMetric: Iteration # 179 - FCN = -719696.0835222 Edm = 0.0722238 NCalls = 927 +VariableMetric: Iteration # 180 - FCN = -719696.1644971 Edm = 0.096029 NCalls = 931 +VariableMetric: Iteration # 181 - FCN = -719696.2436037 Edm = 0.0928989 NCalls = 934 +VariableMetric: Iteration # 182 - FCN = -719696.4820745 Edm = 0.077826 NCalls = 940 +VariableMetric: Iteration # 183 - FCN = -719696.5674362 Edm = 0.214252 NCalls = 942 +VariableMetric: Iteration # 184 - FCN = -719696.8757698 Edm = 0.181389 NCalls = 945 +VariableMetric: Iteration # 185 - FCN = -719697.0897461 Edm = 0.361153 NCalls = 947 +VariableMetric: Iteration # 186 - FCN = -719697.499824 Edm = 0.125383 NCalls = 952 +VariableMetric: Iteration # 187 - FCN = -719697.699163 Edm = 0.224423 NCalls = 955 +VariableMetric: Iteration # 188 - FCN = -719697.8349387 Edm = 0.0555403 NCalls = 957 +VariableMetric: Iteration # 189 - FCN = -719697.9215282 Edm = 0.0129039 NCalls = 959 +VariableMetric: Iteration # 190 - FCN = -719697.9379666 Edm = 0.00472102 NCalls = 961 +VariableMetric: Iteration # 191 - FCN = -719697.9518553 Edm = 0.00834754 NCalls = 963 +VariableMetric: Iteration # 192 - FCN = -719698.0236434 Edm = 0.0593975 NCalls = 967 +VariableMetric: Iteration # 193 - FCN = -719698.1286897 Edm = 0.0577988 NCalls = 969 +VariableMetric: Iteration # 194 - FCN = -719698.1762583 Edm = 0.0394404 NCalls = 971 +VariableMetric: Iteration # 195 - FCN = -719698.2761539 Edm = 0.0470795 NCalls = 974 +VariableMetric: Iteration # 196 - FCN = -719698.3574556 Edm = 0.0367672 NCalls = 976 +VariableMetric: Iteration # 197 - FCN = -719698.4275029 Edm = 0.0482815 NCalls = 979 +VariableMetric: Iteration # 198 - FCN = -719698.534071 Edm = 0.055941 NCalls = 984 +VariableMetric: Iteration # 199 - FCN = -719698.5767326 Edm = 0.0551398 NCalls = 986 +VariableMetric: Iteration # 200 - FCN = -719698.608889 Edm = 0.016633 NCalls = 988 +VariableMetric: Iteration # 201 - FCN = -719698.6344011 Edm = 0.0126213 NCalls = 991 +VariableMetric: Iteration # 202 - FCN = -719698.6516006 Edm = 0.0159072 NCalls = 993 +VariableMetric: Iteration # 203 - FCN = -719698.6635995 Edm = 0.00336742 NCalls = 996 +VariableMetric: Iteration # 204 - FCN = -719698.6691368 Edm = 0.00388881 NCalls = 998 +VariableMetric: Iteration # 205 - FCN = -719698.671768 Edm = 0.00149282 NCalls = 1000 +VariableMetric: Iteration # 206 - FCN = -719698.6743785 Edm = 0.000733801 NCalls = 1002 +VariableMetric: Iteration # 207 - FCN = -719698.6757167 Edm = 0.000383025 NCalls = 1004 +VariableMetric: Iteration # 208 - FCN = -719698.6765716 Edm = 0.000731102 NCalls = 1006 +VariableMetric: Iteration # 209 - FCN = -719698.678281 Edm = 0.00123852 NCalls = 1010 +VariableMetric: Iteration # 210 - FCN = -719698.6844742 Edm = 0.0035554 NCalls = 1014 +VariableMetric: Iteration # 211 - FCN = -719698.6875413 Edm = 0.00254907 NCalls = 1016 +VariableMetric: Iteration # 212 - FCN = -719698.6916041 Edm = 0.00147142 NCalls = 1018 +VariableMetric: Iteration # 213 - FCN = -719698.6952215 Edm = 0.000141591 NCalls = 1021 +VariableMetric: Iteration # 214 - FCN = -719698.6955152 Edm = 0.000128477 NCalls = 1023 +VariableMetric: Iteration # 215 - FCN = -719698.6964931 Edm = 0.00055111 NCalls = 1027 +VariableMetric: Iteration # 216 - FCN = -719698.6998574 Edm = 0.00352192 NCalls = 1030 +VariableMetric: Iteration # 217 - FCN = -719698.7042161 Edm = 0.00429366 NCalls = 1034 +VariableMetric: Iteration # 218 - FCN = -719698.7083448 Edm = 0.00532192 NCalls = 1038 +VariableMetric: Iteration # 219 - FCN = -719698.7149592 Edm = 0.0020172 NCalls = 1044 +VariableMetric: Iteration # 220 - FCN = -719698.7177306 Edm = 0.000398645 NCalls = 1046 +VariableMetric: Iteration # 221 - FCN = -719698.7182586 Edm = 6.19588e-05 NCalls = 1048 +VariableMetric: Iteration # 222 - FCN = -719698.7183219 Edm = 8.05197e-06 NCalls = 1050 +VariableMetric: After Hessian - FCN = -719698.7183219 Edm = 3.45919e-05 NCalls = 1435 +VariableMetric: Iteration # 223 - FCN = -719698.7183219 Edm = 3.45919e-05 NCalls = 1435 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714264.6211665 Edm = 4.48737 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714264.6211665 Edm = 4.48737 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716219.1314404 Edm = 4.53995 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -716278.9819709 Edm = 55.5539 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -717118.9283603 Edm = 414.291 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -718140.7314426 Edm = 345.104 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -718335.39328 Edm = 15.7074 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -718347.9916589 Edm = 0.253622 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -718465.9642445 Edm = 6.82666 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -718473.187244 Edm = 1.31514 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -718474.4599827 Edm = 0.191436 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -718474.8845407 Edm = 0.177885 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -718515.7591316 Edm = 32.3945 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -718759.2663108 Edm = 90.7096 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -718953.5015846 Edm = 41.9838 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -719018.5994309 Edm = 1.31157 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -719020.119217 Edm = 0.315803 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -719020.338427 Edm = 0.0654215 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -719020.4667891 Edm = 0.013713 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -719020.6030346 Edm = 0.0302805 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -719020.7312049 Edm = 0.113944 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -719022.8949239 Edm = 1.64705 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -719083.6548897 Edm = 20.4196 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -719101.8349542 Edm = 3.35997 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -719105.0517828 Edm = 0.121126 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -719105.2581355 Edm = 0.0837984 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -719107.9179801 Edm = 3.15184 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -719109.9881026 Edm = 1.83484 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -719134.9401155 Edm = 2.24197 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -719136.7546839 Edm = 0.0145127 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -719136.7742256 Edm = 0.00233257 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -719136.7977164 Edm = 0.0185376 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -719137.1620763 Edm = 0.273672 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -719145.2122621 Edm = 8.70963 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -719157.2858618 Edm = 3.70165 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -719162.6079388 Edm = 0.161577 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -719162.8307878 Edm = 0.0396617 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -719162.9948275 Edm = 0.0588646 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -719163.0674204 Edm = 0.0834966 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -719163.1737478 Edm = 0.0100717 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -719163.1870112 Edm = 0.00191978 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -719163.204773 Edm = 0.0200094 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -719163.2844314 Edm = 0.0622257 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -719164.6099267 Edm = 1.23939 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -719166.0007733 Edm = 6.04391 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -719166.448478 Edm = 0.914498 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -719179.9981398 Edm = 9.97282 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -719199.3843811 Edm = 4.5552 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -719202.4869679 Edm = 0.469416 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -719203.1065449 Edm = 0.298857 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -719204.7601436 Edm = 1.01046 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -719206.532681 Edm = 0.144299 NCalls = 176 +VariableMetric: Iteration # 51 - FCN = -719206.8025401 Edm = 0.0649605 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -719206.9042911 Edm = 0.0393768 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -719206.9739383 Edm = 0.012895 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -719206.9936176 Edm = 0.0126773 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -719207.0060406 Edm = 0.00372874 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -719207.0269794 Edm = 0.0103436 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -719207.2096826 Edm = 0.123295 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -719207.3832983 Edm = 0.603212 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -719208.4435514 Edm = 2.32216 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -719215.2037454 Edm = 6.47574 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -719237.6693185 Edm = 10.2499 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -719246.3219768 Edm = 2.12991 NCalls = 213 +VariableMetric: Iteration # 63 - FCN = -719248.4999997 Edm = 0.125015 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -719248.6173486 Edm = 0.0152373 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -719248.6393411 Edm = 0.0152979 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -719248.6770028 Edm = 0.0121981 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -719248.6939953 Edm = 0.00331764 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -719248.7035185 Edm = 0.00744638 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -719248.7423837 Edm = 0.043271 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -719249.2643797 Edm = 0.643682 NCalls = 238 +VariableMetric: Iteration # 71 - FCN = -719249.2691761 Edm = 0.00501269 NCalls = 240 +VariableMetric: Iteration # 72 - FCN = -719249.3161641 Edm = 0.0480667 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -719249.998091 Edm = 0.673996 NCalls = 251 +VariableMetric: Iteration # 74 - FCN = -719250.0122246 Edm = 0.015685 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -719250.7325049 Edm = 0.737882 NCalls = 260 +VariableMetric: Iteration # 76 - FCN = -719250.8834754 Edm = 0.149209 NCalls = 265 +VariableMetric: Iteration # 77 - FCN = -719254.7637105 Edm = 0.385111 NCalls = 272 +VariableMetric: Iteration # 78 - FCN = -719287.911613 Edm = 32.2848 NCalls = 275 +VariableMetric: Iteration # 79 - FCN = -719318.6427419 Edm = 33.0128 NCalls = 279 +VariableMetric: Iteration # 80 - FCN = -719382.6320871 Edm = 8.26916 NCalls = 282 +VariableMetric: Iteration # 81 - FCN = -719392.2480619 Edm = 1.10722 NCalls = 284 +VariableMetric: Iteration # 82 - FCN = -719393.66898 Edm = 0.0494207 NCalls = 286 +VariableMetric: Iteration # 83 - FCN = -719393.7363746 Edm = 0.0119171 NCalls = 288 +VariableMetric: Iteration # 84 - FCN = -719393.9229254 Edm = 0.158392 NCalls = 291 +VariableMetric: Iteration # 85 - FCN = -719394.289202 Edm = 0.366539 NCalls = 296 +VariableMetric: Iteration # 86 - FCN = -719394.891471 Edm = 0.229504 NCalls = 299 +VariableMetric: Iteration # 87 - FCN = -719395.3415713 Edm = 0.340735 NCalls = 301 +VariableMetric: Iteration # 88 - FCN = -719395.5843118 Edm = 0.164038 NCalls = 304 +VariableMetric: Iteration # 89 - FCN = -719397.4502893 Edm = 1.76508 NCalls = 308 +VariableMetric: Iteration # 90 - FCN = -719426.1806296 Edm = 26.8849 NCalls = 312 +VariableMetric: Iteration # 91 - FCN = -719483.2276234 Edm = 115.128 NCalls = 319 +VariableMetric: Iteration # 92 - FCN = -719492.6296844 Edm = 25.2617 NCalls = 322 +VariableMetric: Iteration # 93 - FCN = -719575.0191767 Edm = 55.8753 NCalls = 327 +VariableMetric: Iteration # 94 - FCN = -719610.499756 Edm = 12.0475 NCalls = 329 +VariableMetric: Iteration # 95 - FCN = -719631.0913853 Edm = 4.79809 NCalls = 331 +VariableMetric: Iteration # 96 - FCN = -719635.7857937 Edm = 4.52439 NCalls = 334 +VariableMetric: Iteration # 97 - FCN = -719641.739073 Edm = 0.658576 NCalls = 336 +VariableMetric: Iteration # 98 - FCN = -719642.5678378 Edm = 0.404242 NCalls = 338 +VariableMetric: Iteration # 99 - FCN = -719642.9518529 Edm = 0.247449 NCalls = 340 +VariableMetric: Iteration # 100 - FCN = -719644.1021967 Edm = 0.607988 NCalls = 343 +VariableMetric: Iteration # 101 - FCN = -719645.7671794 Edm = 0.263815 NCalls = 346 +VariableMetric: Iteration # 102 - FCN = -719646.1487305 Edm = 0.0281888 NCalls = 348 +VariableMetric: Iteration # 103 - FCN = -719646.2711452 Edm = 0.0621872 NCalls = 350 +VariableMetric: Iteration # 104 - FCN = -719646.435568 Edm = 0.0332432 NCalls = 352 +VariableMetric: Iteration # 105 - FCN = -719646.4699578 Edm = 0.0037858 NCalls = 354 +VariableMetric: Iteration # 106 - FCN = -719646.4757136 Edm = 0.00161897 NCalls = 356 +VariableMetric: Iteration # 107 - FCN = -719646.487625 Edm = 0.0116953 NCalls = 359 +VariableMetric: Iteration # 108 - FCN = -719646.5592809 Edm = 0.055215 NCalls = 364 +VariableMetric: Iteration # 109 - FCN = -719647.5881831 Edm = 0.684029 NCalls = 369 +VariableMetric: Iteration # 110 - FCN = -719650.9946659 Edm = 2.26348 NCalls = 371 +VariableMetric: Iteration # 111 - FCN = -719652.9087884 Edm = 2.13076 NCalls = 373 +VariableMetric: Iteration # 112 - FCN = -719656.9174395 Edm = 0.844764 NCalls = 376 +VariableMetric: Iteration # 113 - FCN = -719658.6198329 Edm = 0.200226 NCalls = 379 +VariableMetric: Iteration # 114 - FCN = -719658.7810547 Edm = 0.024357 NCalls = 381 +VariableMetric: Iteration # 115 - FCN = -719658.8185458 Edm = 0.0179735 NCalls = 383 +VariableMetric: Iteration # 116 - FCN = -719658.8485492 Edm = 0.00764152 NCalls = 385 +VariableMetric: Iteration # 117 - FCN = -719658.8571951 Edm = 0.00102158 NCalls = 387 +VariableMetric: Iteration # 118 - FCN = -719658.8584147 Edm = 0.000158905 NCalls = 389 +VariableMetric: Iteration # 119 - FCN = -719658.8586709 Edm = 0.000113092 NCalls = 391 +VariableMetric: Iteration # 120 - FCN = -719658.8600569 Edm = 0.00136006 NCalls = 395 +VariableMetric: Iteration # 121 - FCN = -719658.8839221 Edm = 0.0201335 NCalls = 401 +VariableMetric: Iteration # 122 - FCN = -719659.3316753 Edm = 0.189099 NCalls = 405 +VariableMetric: Iteration # 123 - FCN = -719659.7302851 Edm = 0.00615977 NCalls = 407 +VariableMetric: Iteration # 124 - FCN = -719659.7368892 Edm = 0.000279043 NCalls = 409 +VariableMetric: Iteration # 125 - FCN = -719659.7376735 Edm = 9.78864e-05 NCalls = 411 +VariableMetric: Iteration # 126 - FCN = -719659.7378439 Edm = 4.2792e-06 NCalls = 413 +VariableMetric: After Hessian - FCN = -719659.7378439 Edm = 51.3555 NCalls = 770 +VariableMetric: Iteration # 127 - FCN = -719659.7378439 Edm = 51.3555 NCalls = 770 +VariableMetric: Iteration # 128 - FCN = -719661.6597451 Edm = 23.1332 NCalls = 779 +VariableMetric: Iteration # 129 - FCN = -719661.6660538 Edm = 1.88181 NCalls = 785 +VariableMetric: Iteration # 130 - FCN = -719665.2059665 Edm = 0.812378 NCalls = 788 +VariableMetric: Iteration # 131 - FCN = -719666.9889777 Edm = 0.731748 NCalls = 790 +VariableMetric: Iteration # 132 - FCN = -719667.6931072 Edm = 0.0223951 NCalls = 791 +VariableMetric: Iteration # 133 - FCN = -719667.7191604 Edm = 0.00943797 NCalls = 793 +VariableMetric: Iteration # 134 - FCN = -719667.7717471 Edm = 0.00838892 NCalls = 796 +VariableMetric: Iteration # 135 - FCN = -719667.7901882 Edm = 0.00711026 NCalls = 798 +VariableMetric: Iteration # 136 - FCN = -719667.8479976 Edm = 0.00478211 NCalls = 801 +VariableMetric: Iteration # 137 - FCN = -719667.8690838 Edm = 0.0103113 NCalls = 803 +VariableMetric: Iteration # 138 - FCN = -719667.9301615 Edm = 0.00441086 NCalls = 806 +VariableMetric: Iteration # 139 - FCN = -719667.9377359 Edm = 0.00437048 NCalls = 808 +VariableMetric: Iteration # 140 - FCN = -719667.9618442 Edm = 0.00910772 NCalls = 812 +VariableMetric: Iteration # 141 - FCN = -719667.979929 Edm = 0.00344429 NCalls = 814 +VariableMetric: Iteration # 142 - FCN = -719667.9858214 Edm = 0.00363467 NCalls = 817 +VariableMetric: Iteration # 143 - FCN = -719667.9950158 Edm = 0.00288461 NCalls = 819 +VariableMetric: Iteration # 144 - FCN = -719668.0045956 Edm = 0.00245286 NCalls = 821 +VariableMetric: Iteration # 145 - FCN = -719668.01041 Edm = 0.00139158 NCalls = 823 +VariableMetric: Iteration # 146 - FCN = -719668.0209652 Edm = 0.00809927 NCalls = 827 +VariableMetric: Iteration # 147 - FCN = -719668.0377285 Edm = 0.00862156 NCalls = 829 +VariableMetric: Iteration # 148 - FCN = -719668.0535172 Edm = 0.00255836 NCalls = 831 +VariableMetric: Iteration # 149 - FCN = -719668.0666192 Edm = 0.00873238 NCalls = 833 +VariableMetric: Iteration # 150 - FCN = -719668.1082024 Edm = 0.0314403 NCalls = 837 +VariableMetric: Iteration # 151 - FCN = -719668.1475195 Edm = 0.0162034 NCalls = 841 +VariableMetric: Iteration # 152 - FCN = -719668.1644728 Edm = 0.0222514 NCalls = 842 +VariableMetric: Iteration # 153 - FCN = -719668.1876135 Edm = 0.0148265 NCalls = 844 +VariableMetric: Iteration # 154 - FCN = -719668.2063489 Edm = 0.00400561 NCalls = 846 +VariableMetric: Iteration # 155 - FCN = -719668.2168476 Edm = 0.00920461 NCalls = 848 +VariableMetric: Iteration # 156 - FCN = -719668.2310837 Edm = 0.00808949 NCalls = 851 +VariableMetric: Iteration # 157 - FCN = -719668.2423329 Edm = 0.00382494 NCalls = 853 +VariableMetric: Iteration # 158 - FCN = -719668.2447304 Edm = 0.000483727 NCalls = 854 +VariableMetric: Iteration # 159 - FCN = -719668.2474986 Edm = 0.00150325 NCalls = 857 +VariableMetric: Iteration # 160 - FCN = -719668.2508991 Edm = 0.000946051 NCalls = 859 +VariableMetric: Iteration # 161 - FCN = -719668.2529306 Edm = 0.000993688 NCalls = 862 +VariableMetric: Iteration # 162 - FCN = -719668.2554306 Edm = 0.000420286 NCalls = 864 +VariableMetric: Iteration # 163 - FCN = -719668.2565593 Edm = 0.000707792 NCalls = 867 +VariableMetric: Iteration # 164 - FCN = -719668.2591036 Edm = 0.00170162 NCalls = 870 +VariableMetric: Iteration # 165 - FCN = -719668.2621875 Edm = 0.000416553 NCalls = 873 +VariableMetric: Iteration # 166 - FCN = -719668.2627731 Edm = 0.000179495 NCalls = 875 +VariableMetric: Iteration # 167 - FCN = -719668.2634366 Edm = 0.000709062 NCalls = 877 +VariableMetric: Iteration # 168 - FCN = -719668.2648119 Edm = 0.00056195 NCalls = 880 +VariableMetric: Iteration # 169 - FCN = -719668.2656995 Edm = 8.32641e-05 NCalls = 883 +VariableMetric: Iteration # 170 - FCN = -719668.2660738 Edm = 0.000181721 NCalls = 886 +VariableMetric: Iteration # 171 - FCN = -719668.2664367 Edm = 0.000230219 NCalls = 889 +VariableMetric: Iteration # 172 - FCN = -719668.2666912 Edm = 7.14704e-05 NCalls = 891 +VariableMetric: Iteration # 173 - FCN = -719668.2668895 Edm = 0.00010697 NCalls = 894 +VariableMetric: Iteration # 174 - FCN = -719668.2670409 Edm = 6.17555e-05 NCalls = 896 +VariableMetric: After Hessian - FCN = -719668.2670409 Edm = 0.000327447 NCalls = 1259 +VariableMetric: Iteration # 175 - FCN = -719668.2670409 Edm = 0.000327447 NCalls = 1259 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716207.5223621 Edm = 1.5881 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716207.5223621 Edm = 1.5881 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717547.1941447 Edm = 3.78068 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -717590.5847047 Edm = 36.5437 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -718375.7362259 Edm = 85.9142 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -718498.8083485 Edm = 1.41005 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -718499.9794614 Edm = 0.357721 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -718508.698027 Edm = 11.5859 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -718511.8158398 Edm = 2.90096 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -718608.5987299 Edm = 86.1745 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -718764.9101253 Edm = 3.90508 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -718768.6900173 Edm = 0.016688 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -718768.7580177 Edm = 0.0629046 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -718772.1211125 Edm = 4.21917 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -718772.3834274 Edm = 0.237218 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -718886.1275947 Edm = 13.4836 NCalls = 62 +VariableMetric: Iteration # 15 - FCN = -718905.8391753 Edm = 1.89941 NCalls = 64 +VariableMetric: Iteration # 16 - FCN = -718908.755387 Edm = 0.165488 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -718908.9431182 Edm = 0.00859404 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -718909.0122292 Edm = 0.063051 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -718912.8647131 Edm = 3.54989 NCalls = 79 +VariableMetric: Iteration # 20 - FCN = -718997.6866362 Edm = 5.41967 NCalls = 83 +VariableMetric: Iteration # 21 - FCN = -719001.7581144 Edm = 0.518085 NCalls = 85 +VariableMetric: Iteration # 22 - FCN = -719002.5343865 Edm = 0.186423 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -719009.9708115 Edm = 3.85392 NCalls = 95 +VariableMetric: Iteration # 24 - FCN = -719010.1204703 Edm = 1.21835 NCalls = 97 +VariableMetric: Iteration # 25 - FCN = -719013.0707021 Edm = 1.71984 NCalls = 101 +VariableMetric: Iteration # 26 - FCN = -719015.587179 Edm = 0.0433549 NCalls = 103 +VariableMetric: Iteration # 27 - FCN = -719015.620683 Edm = 0.00954239 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -719015.7831743 Edm = 0.173578 NCalls = 109 +VariableMetric: Iteration # 29 - FCN = -719021.4704526 Edm = 5.52154 NCalls = 116 +VariableMetric: Iteration # 30 - FCN = -719021.5040865 Edm = 0.0163268 NCalls = 118 +VariableMetric: Iteration # 31 - FCN = -719027.6438121 Edm = 4.83655 NCalls = 124 +VariableMetric: Iteration # 32 - FCN = -719061.4514909 Edm = 8.8809 NCalls = 128 +VariableMetric: Iteration # 33 - FCN = -719068.2534316 Edm = 0.628419 NCalls = 130 +VariableMetric: Iteration # 34 - FCN = -719068.7215971 Edm = 0.00729494 NCalls = 132 +VariableMetric: Iteration # 35 - FCN = -719068.7334673 Edm = 0.00322041 NCalls = 134 +VariableMetric: Iteration # 36 - FCN = -719068.7552562 Edm = 0.00394039 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -719068.7677627 Edm = 0.00723963 NCalls = 139 +VariableMetric: Iteration # 38 - FCN = -719070.121441 Edm = 1.42046 NCalls = 145 +VariableMetric: Iteration # 39 - FCN = -719070.7416591 Edm = 0.60404 NCalls = 150 +VariableMetric: Iteration # 40 - FCN = -719141.7950604 Edm = 12.8668 NCalls = 157 +VariableMetric: Iteration # 41 - FCN = -719158.7691772 Edm = 6.42631 NCalls = 159 +VariableMetric: Iteration # 42 - FCN = -719160.8303413 Edm = 2.8816 NCalls = 161 +VariableMetric: Iteration # 43 - FCN = -719180.7442283 Edm = 21.9456 NCalls = 168 +VariableMetric: Iteration # 44 - FCN = -719182.9320723 Edm = 8.68251 NCalls = 171 +VariableMetric: Iteration # 45 - FCN = -719197.3508928 Edm = 8.29799 NCalls = 174 +VariableMetric: Iteration # 46 - FCN = -719206.0973256 Edm = 0.462265 NCalls = 176 +VariableMetric: Iteration # 47 - FCN = -719206.6317109 Edm = 0.0536801 NCalls = 178 +VariableMetric: Iteration # 48 - FCN = -719206.6823494 Edm = 0.00998866 NCalls = 180 +VariableMetric: Iteration # 49 - FCN = -719206.701233 Edm = 0.00906779 NCalls = 182 +VariableMetric: Iteration # 50 - FCN = -719206.8467356 Edm = 0.0971019 NCalls = 186 +VariableMetric: Iteration # 51 - FCN = -719211.6690725 Edm = 3.81085 NCalls = 191 +VariableMetric: Iteration # 52 - FCN = -719275.2418909 Edm = 13.0608 NCalls = 197 +VariableMetric: Iteration # 53 - FCN = -719307.1320238 Edm = 22.1376 NCalls = 199 +VariableMetric: Iteration # 54 - FCN = -719315.0852231 Edm = 4.23262 NCalls = 200 +VariableMetric: Iteration # 55 - FCN = -719322.000499 Edm = 5.85737 NCalls = 203 +VariableMetric: Iteration # 56 - FCN = -719326.7669218 Edm = 2.60441 NCalls = 208 +VariableMetric: Iteration # 57 - FCN = -719329.6331038 Edm = 0.890397 NCalls = 210 +VariableMetric: Iteration # 58 - FCN = -719329.9643578 Edm = 0.094462 NCalls = 212 +VariableMetric: Iteration # 59 - FCN = -719330.0121198 Edm = 0.0171893 NCalls = 214 +VariableMetric: Iteration # 60 - FCN = -719330.0361792 Edm = 0.00673815 NCalls = 216 +VariableMetric: Iteration # 61 - FCN = -719330.0539307 Edm = 0.0112873 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -719330.2416444 Edm = 0.205771 NCalls = 222 +VariableMetric: Iteration # 63 - FCN = -719332.0277412 Edm = 1.70426 NCalls = 229 +VariableMetric: Iteration # 64 - FCN = -719382.4278919 Edm = 11.9823 NCalls = 234 +VariableMetric: Iteration # 65 - FCN = -719390.5747331 Edm = 2.15361 NCalls = 236 +VariableMetric: Iteration # 66 - FCN = -719394.143984 Edm = 0.383056 NCalls = 238 +VariableMetric: Iteration # 67 - FCN = -719394.6620399 Edm = 0.0465851 NCalls = 240 +VariableMetric: Iteration # 68 - FCN = -719394.7408962 Edm = 0.0156167 NCalls = 242 +VariableMetric: Iteration # 69 - FCN = -719394.797827 Edm = 0.100185 NCalls = 246 +VariableMetric: Iteration # 70 - FCN = -719419.2339823 Edm = 5.00194 NCalls = 254 +VariableMetric: Iteration # 71 - FCN = -719428.3812219 Edm = 2.82703e+06 NCalls = 265 +VariableMetric: Iteration # 72 - FCN = -719503.0951802 Edm = 3.31096e+06 NCalls = 275 +VariableMetric: Iteration # 73 - FCN = -719602.3578315 Edm = 90428.3 NCalls = 285 +VariableMetric: Iteration # 74 - FCN = -719611.6907093 Edm = 5113.47 NCalls = 292 +VariableMetric: Iteration # 75 - FCN = -719615.9267365 Edm = 6063.89 NCalls = 297 +VariableMetric: Iteration # 76 - FCN = -719630.4129205 Edm = 1128.45 NCalls = 301 +VariableMetric: Iteration # 77 - FCN = -719639.9180791 Edm = 4517.69 NCalls = 305 +VariableMetric: Iteration # 78 - FCN = -719648.1895551 Edm = 390.911 NCalls = 309 +VariableMetric: Iteration # 79 - FCN = -719648.6960356 Edm = 727.285 NCalls = 313 +VariableMetric: Iteration # 80 - FCN = -719651.1421891 Edm = 502.958 NCalls = 316 +VariableMetric: Iteration # 81 - FCN = -719652.8466891 Edm = 139.609 NCalls = 319 +VariableMetric: Iteration # 82 - FCN = -719652.877196 Edm = 708.914 NCalls = 321 +VariableMetric: Iteration # 83 - FCN = -719654.2396273 Edm = 80.6517 NCalls = 323 +VariableMetric: Iteration # 84 - FCN = -719655.7486311 Edm = 25.5262 NCalls = 325 +VariableMetric: Iteration # 85 - FCN = -719668.1379934 Edm = 818.337 NCalls = 333 +VariableMetric: Iteration # 86 - FCN = -719674.1999456 Edm = 193.188 NCalls = 335 +VariableMetric: Iteration # 87 - FCN = -719677.8097043 Edm = 29.383 NCalls = 337 +VariableMetric: Iteration # 88 - FCN = -719680.5813298 Edm = 99.7785 NCalls = 339 +VariableMetric: Iteration # 89 - FCN = -719683.8271477 Edm = 32.2458 NCalls = 341 +VariableMetric: Iteration # 90 - FCN = -719686.730369 Edm = 11.3745 NCalls = 343 +VariableMetric: Iteration # 91 - FCN = -719687.8205029 Edm = 38.7983 NCalls = 345 +VariableMetric: Iteration # 92 - FCN = -719692.8158233 Edm = 5.28937 NCalls = 348 +VariableMetric: Iteration # 93 - FCN = -719695.5938448 Edm = 1.26646 NCalls = 350 +VariableMetric: Iteration # 94 - FCN = -719696.0865361 Edm = 1.0207 NCalls = 352 +VariableMetric: Iteration # 95 - FCN = -719697.0132098 Edm = 0.477327 NCalls = 354 +VariableMetric: Iteration # 96 - FCN = -719697.7940879 Edm = 0.557022 NCalls = 356 +VariableMetric: Iteration # 97 - FCN = -719698.1023598 Edm = 0.196275 NCalls = 358 +VariableMetric: Iteration # 98 - FCN = -719698.3282935 Edm = 0.32126 NCalls = 361 +VariableMetric: Iteration # 99 - FCN = -719698.5013367 Edm = 0.209591 NCalls = 363 +VariableMetric: Iteration # 100 - FCN = -719698.8212363 Edm = 0.09795 NCalls = 366 +VariableMetric: Iteration # 101 - FCN = -719698.9814177 Edm = 0.053229 NCalls = 368 +VariableMetric: Iteration # 102 - FCN = -719699.0658182 Edm = 0.0338758 NCalls = 370 +VariableMetric: Iteration # 103 - FCN = -719699.1130893 Edm = 0.0147296 NCalls = 372 +VariableMetric: Iteration # 104 - FCN = -719699.1457005 Edm = 0.0176613 NCalls = 374 +VariableMetric: Iteration # 105 - FCN = -719699.2043521 Edm = 0.0201572 NCalls = 376 +VariableMetric: Iteration # 106 - FCN = -719699.2369903 Edm = 0.00861033 NCalls = 379 +VariableMetric: Iteration # 107 - FCN = -719699.2500142 Edm = 0.00547831 NCalls = 381 +VariableMetric: Iteration # 108 - FCN = -719699.2558878 Edm = 0.00145824 NCalls = 383 +VariableMetric: Iteration # 109 - FCN = -719699.2575847 Edm = 0.000241795 NCalls = 385 +VariableMetric: Iteration # 110 - FCN = -719699.257931 Edm = 9.89625e-05 NCalls = 387 +VariableMetric: Iteration # 111 - FCN = -719699.2582456 Edm = 8.52925e-05 NCalls = 389 +VariableMetric: Iteration # 112 - FCN = -719699.2586001 Edm = 0.000336257 NCalls = 391 +VariableMetric: Iteration # 113 - FCN = -719699.2594292 Edm = 0.000635881 NCalls = 395 +VariableMetric: Iteration # 114 - FCN = -719699.2607032 Edm = 0.000415745 NCalls = 397 +VariableMetric: Iteration # 115 - FCN = -719699.2614833 Edm = 0.000428904 NCalls = 399 +VariableMetric: Iteration # 116 - FCN = -719699.2618785 Edm = 6.29643e-05 NCalls = 402 +VariableMetric: Iteration # 117 - FCN = -719699.2619453 Edm = 3.45054e-06 NCalls = 404 +VariableMetric: After Hessian - FCN = -719699.2619453 Edm = 5.60863e-06 NCalls = 783 +VariableMetric: Iteration # 118 - FCN = -719699.2619453 Edm = 5.60863e-06 NCalls = 783 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715270.5986514 Edm = 7.90137 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715270.5986514 Edm = 7.90137 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718665.2676336 Edm = 0.392897 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718670.8260359 Edm = 0.341755 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -718782.4687975 Edm = 4.12344 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -718787.3496618 Edm = 0.0526086 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -718787.7621225 Edm = 0.274996 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -718909.5010631 Edm = 26.619 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -718946.7203517 Edm = 0.418218 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -718947.247511 Edm = 0.103276 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -718949.2822447 Edm = 1.33446 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -718999.3457664 Edm = 22.0565 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -719025.7842818 Edm = 0.332346 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -719026.1422011 Edm = 0.112729 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -719030.7371255 Edm = 4.65423 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -719068.0243697 Edm = 26.6822 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -719212.9423652 Edm = 5.18648 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -719217.7460935 Edm = 1.9073 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -719226.9961074 Edm = 2.7079 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -719229.6008646 Edm = 3.65674 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -719231.0844668 Edm = 0.334914 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -719232.23927 Edm = 0.206619 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -719232.4888188 Edm = 0.0164797 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -719232.575625 Edm = 0.0697236 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -719233.2509321 Edm = 0.639288 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -719243.4956016 Edm = 8.00725 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -719263.0485433 Edm = 28.3239 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -719319.3334362 Edm = 36.9516 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -719346.4300913 Edm = 12.0758 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -719358.590158 Edm = 3.08757 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -719366.2875645 Edm = 3.31181 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -719368.5817114 Edm = 1.68439 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -719370.1330724 Edm = 0.177845 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -719370.5488242 Edm = 0.316315 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -719371.1779945 Edm = 0.210945 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -719371.4876038 Edm = 0.0226995 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -719371.5291848 Edm = 0.0278082 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -719372.0252544 Edm = 0.54088 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -719372.5234319 Edm = 0.359863 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -719381.8804233 Edm = 9.47266 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -719405.9822626 Edm = 14.4503 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -719424.357786 Edm = 15.4472 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -719429.757007 Edm = 3.46246 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -719431.1602344 Edm = 0.205659 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -719431.3716708 Edm = 0.0317002 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -719431.4115807 Edm = 0.00422764 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -719431.421755 Edm = 0.00392159 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -719431.4529208 Edm = 0.0112595 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -719433.7874223 Edm = 1.83564 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -719453.4042651 Edm = 2.13526 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -719456.6551618 Edm = 0.690766 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -719457.5151432 Edm = 0.179559 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -719457.6358223 Edm = 0.00867683 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -719457.6461037 Edm = 0.00211837 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -719457.6531454 Edm = 0.005586 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -719457.707885 Edm = 0.0449586 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -719458.8572705 Edm = 0.996229 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -719470.3232648 Edm = 3.28762 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -719473.8150945 Edm = 0.27842 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -719474.077824 Edm = 0.0101677 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -719474.0865107 Edm = 0.0014391 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -719474.0889369 Edm = 0.00147103 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -719474.2285101 Edm = 0.144612 NCalls = 199 +VariableMetric: Iteration # 62 - FCN = -719475.1835529 Edm = 0.36465 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -719480.6754328 Edm = 2.79138 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -719487.4050366 Edm = 0.507087 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -719487.8520784 Edm = 0.0239106 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -719487.8780521 Edm = 0.00505416 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -719487.8840665 Edm = 0.000922688 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -719487.8859711 Edm = 0.000906847 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -719487.918236 Edm = 0.0310071 NCalls = 222 +VariableMetric: Iteration # 70 - FCN = -719490.112531 Edm = 2.11273 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -719490.9941373 Edm = 0.762814 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -719532.8939485 Edm = 15.2847 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -719552.9585542 Edm = 20.6324 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -719561.6388255 Edm = 6.83545 NCalls = 240 +VariableMetric: Iteration # 75 - FCN = -719580.6491622 Edm = 8.92987 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -719594.0639922 Edm = 11.3618 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -719606.5510468 Edm = 13.6139 NCalls = 250 +VariableMetric: Iteration # 78 - FCN = -719617.9106641 Edm = 5.88041 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -719623.1888009 Edm = 2.54737 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -719625.8521456 Edm = 0.844322 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -719628.5697632 Edm = 1.98384 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -719630.5537931 Edm = 0.400046 NCalls = 263 +VariableMetric: Iteration # 83 - FCN = -719631.0272787 Edm = 0.12969 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -719631.14804 Edm = 0.0287778 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -719631.2296177 Edm = 0.0353164 NCalls = 269 +VariableMetric: Iteration # 86 - FCN = -719631.3362915 Edm = 0.0203878 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -719631.3664266 Edm = 0.00260752 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -719631.3714174 Edm = 0.00169008 NCalls = 276 +VariableMetric: Iteration # 89 - FCN = -719631.3822089 Edm = 0.00756228 NCalls = 279 +VariableMetric: Iteration # 90 - FCN = -719631.8889327 Edm = 0.479831 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -719643.3046587 Edm = 5.29651 NCalls = 288 +VariableMetric: Iteration # 92 - FCN = -719649.6605287 Edm = 0.423368 NCalls = 290 +VariableMetric: Iteration # 93 - FCN = -719650.1643726 Edm = 0.0474466 NCalls = 292 +VariableMetric: Iteration # 94 - FCN = -719650.2189896 Edm = 0.00902781 NCalls = 295 +VariableMetric: Iteration # 95 - FCN = -719650.2362001 Edm = 0.00450797 NCalls = 297 +VariableMetric: Iteration # 96 - FCN = -719650.2478881 Edm = 0.00366215 NCalls = 300 +VariableMetric: Iteration # 97 - FCN = -719650.251636 Edm = 0.000850395 NCalls = 302 +VariableMetric: Iteration # 98 - FCN = -719650.2531976 Edm = 0.000800606 NCalls = 304 +VariableMetric: Iteration # 99 - FCN = -719650.2646774 Edm = 0.0103868 NCalls = 307 +VariableMetric: Iteration # 100 - FCN = -719650.2956189 Edm = 0.0267873 NCalls = 311 +VariableMetric: Iteration # 101 - FCN = -719650.7270917 Edm = 0.612063 NCalls = 318 +VariableMetric: Iteration # 102 - FCN = -719652.3570339 Edm = 6.2384 NCalls = 324 +VariableMetric: Iteration # 103 - FCN = -719652.6774265 Edm = 0.554874 NCalls = 328 +VariableMetric: Iteration # 104 - FCN = -719654.7611964 Edm = 0.934792 NCalls = 334 +VariableMetric: Iteration # 105 - FCN = -719657.2881965 Edm = 0.442228 NCalls = 336 +VariableMetric: Iteration # 106 - FCN = -719658.0352198 Edm = 0.166493 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -719658.531344 Edm = 0.154343 NCalls = 340 +VariableMetric: Iteration # 108 - FCN = -719658.7544648 Edm = 0.0444071 NCalls = 342 +VariableMetric: Iteration # 109 - FCN = -719658.8300172 Edm = 0.0355913 NCalls = 345 +VariableMetric: Iteration # 110 - FCN = -719658.892832 Edm = 0.0192849 NCalls = 348 +VariableMetric: Iteration # 111 - FCN = -719658.9439164 Edm = 0.031993 NCalls = 350 +VariableMetric: Iteration # 112 - FCN = -719658.9740891 Edm = 0.0448002 NCalls = 352 +VariableMetric: Iteration # 113 - FCN = -719659.0176969 Edm = 0.00453119 NCalls = 355 +VariableMetric: Iteration # 114 - FCN = -719659.0247664 Edm = 0.00420169 NCalls = 357 +VariableMetric: Iteration # 115 - FCN = -719659.0268403 Edm = 0.000778688 NCalls = 359 +VariableMetric: Iteration # 116 - FCN = -719659.0277947 Edm = 7.44553e-05 NCalls = 361 +VariableMetric: Iteration # 117 - FCN = -719659.0281431 Edm = 0.000173829 NCalls = 363 +VariableMetric: Iteration # 118 - FCN = -719659.0291633 Edm = 0.000592336 NCalls = 366 +VariableMetric: Iteration # 119 - FCN = -719659.0373846 Edm = 0.00886254 NCalls = 369 +VariableMetric: Iteration # 120 - FCN = -719659.309881 Edm = 0.339217 NCalls = 376 +VariableMetric: Iteration # 121 - FCN = -719659.3118028 Edm = 0.00118978 NCalls = 378 +VariableMetric: Iteration # 122 - FCN = -719659.3152461 Edm = 0.00537458 NCalls = 381 +VariableMetric: Iteration # 123 - FCN = -719659.5103279 Edm = 0.201077 NCalls = 388 +VariableMetric: Iteration # 124 - FCN = -719659.5154844 Edm = 0.00520282 NCalls = 391 +VariableMetric: Iteration # 125 - FCN = -719659.6440165 Edm = 0.143958 NCalls = 398 +VariableMetric: Iteration # 126 - FCN = -719659.6545593 Edm = 0.0119008 NCalls = 402 +VariableMetric: Iteration # 127 - FCN = -719659.7253307 Edm = 0.0578774 NCalls = 407 +VariableMetric: Iteration # 128 - FCN = -719661.7309321 Edm = 1.91643 NCalls = 414 +VariableMetric: Iteration # 129 - FCN = -719662.0607174 Edm = 0.804939 NCalls = 418 +VariableMetric: Iteration # 130 - FCN = -719664.2451893 Edm = 1.41774 NCalls = 422 +VariableMetric: Iteration # 131 - FCN = -719667.291968 Edm = 0.403196 NCalls = 430 +VariableMetric: Iteration # 132 - FCN = -719669.0074335 Edm = 10.9011 NCalls = 437 +VariableMetric: Iteration # 133 - FCN = -719669.0884074 Edm = 0.353802 NCalls = 439 +VariableMetric: Iteration # 134 - FCN = -719669.7842708 Edm = 0.645167 NCalls = 442 +VariableMetric: Iteration # 135 - FCN = -719673.5276723 Edm = 4.16511 NCalls = 446 +VariableMetric: Iteration # 136 - FCN = -719678.3782411 Edm = 7.07435 NCalls = 451 +VariableMetric: Iteration # 137 - FCN = -719683.9324767 Edm = 2.09819 NCalls = 455 +VariableMetric: Iteration # 138 - FCN = -719685.9234677 Edm = 0.443545 NCalls = 457 +VariableMetric: Iteration # 139 - FCN = -719686.4604303 Edm = 0.756034 NCalls = 459 +VariableMetric: Iteration # 140 - FCN = -719687.1938531 Edm = 0.434326 NCalls = 462 +VariableMetric: Iteration # 141 - FCN = -719688.0302614 Edm = 0.214995 NCalls = 464 +VariableMetric: Iteration # 142 - FCN = -719688.1822125 Edm = 0.0473819 NCalls = 466 +VariableMetric: Iteration # 143 - FCN = -719688.2268392 Edm = 0.0352905 NCalls = 468 +VariableMetric: Iteration # 144 - FCN = -719688.3199108 Edm = 0.0178556 NCalls = 472 +VariableMetric: Iteration # 145 - FCN = -719688.3427979 Edm = 0.00124863 NCalls = 474 +VariableMetric: Iteration # 146 - FCN = -719688.3443603 Edm = 0.00043378 NCalls = 476 +VariableMetric: Iteration # 147 - FCN = -719688.3451877 Edm = 0.000756334 NCalls = 478 +VariableMetric: Iteration # 148 - FCN = -719688.3616396 Edm = 0.0151225 NCalls = 483 +VariableMetric: Iteration # 149 - FCN = -719689.0738083 Edm = 0.563049 NCalls = 487 +VariableMetric: Iteration # 150 - FCN = -719691.4155385 Edm = 0.406929 NCalls = 489 +VariableMetric: Iteration # 151 - FCN = -719691.828776 Edm = 0.0762147 NCalls = 490 +VariableMetric: Iteration # 152 - FCN = -719691.8953688 Edm = 0.00728297 NCalls = 491 +VariableMetric: Iteration # 153 - FCN = -719691.9062329 Edm = 0.000536563 NCalls = 493 +VariableMetric: Iteration # 154 - FCN = -719691.9069021 Edm = 8.00188e-05 NCalls = 495 +VariableMetric: After Hessian - FCN = -719691.9069021 Edm = 4359.94 NCalls = 854 +VariableMetric: Iteration # 155 - FCN = -719691.9069021 Edm = 4359.94 NCalls = 854 +VariableMetric: Iteration # 156 - FCN = -719693.4721148 Edm = 4572.99 NCalls = 860 +VariableMetric: Iteration # 157 - FCN = -719695.4513511 Edm = 39.56 NCalls = 862 +VariableMetric: Iteration # 158 - FCN = -719696.4788568 Edm = 0.144141 NCalls = 864 +VariableMetric: Iteration # 159 - FCN = -719697.0212232 Edm = 0.0810835 NCalls = 866 +VariableMetric: Iteration # 160 - FCN = -719697.1961659 Edm = 0.0153102 NCalls = 870 +VariableMetric: Iteration # 161 - FCN = -719697.2228725 Edm = 0.00245597 NCalls = 872 +VariableMetric: Iteration # 162 - FCN = -719697.226387 Edm = 0.00507506 NCalls = 874 +VariableMetric: Iteration # 163 - FCN = -719697.2857334 Edm = 0.0584231 NCalls = 878 +VariableMetric: Iteration # 164 - FCN = -719697.4401141 Edm = 0.0814257 NCalls = 882 +VariableMetric: Iteration # 165 - FCN = -719697.6745556 Edm = 0.085893 NCalls = 885 +VariableMetric: Iteration # 166 - FCN = -719697.7789085 Edm = 0.0843112 NCalls = 887 +VariableMetric: Iteration # 167 - FCN = -719697.9760707 Edm = 0.0872474 NCalls = 889 +VariableMetric: Iteration # 168 - FCN = -719698.2008567 Edm = 0.135797 NCalls = 892 +VariableMetric: Iteration # 169 - FCN = -719698.2818048 Edm = 0.0836529 NCalls = 894 +VariableMetric: Iteration # 170 - FCN = -719698.4492745 Edm = 0.111394 NCalls = 896 +VariableMetric: Iteration # 171 - FCN = -719698.5429162 Edm = 0.0486921 NCalls = 898 +VariableMetric: Iteration # 172 - FCN = -719698.624551 Edm = 0.0334483 NCalls = 901 +VariableMetric: Iteration # 173 - FCN = -719698.7049025 Edm = 0.0153906 NCalls = 904 +VariableMetric: Iteration # 174 - FCN = -719698.7439791 Edm = 0.0138098 NCalls = 906 +VariableMetric: Iteration # 175 - FCN = -719698.7663748 Edm = 0.032932 NCalls = 909 +VariableMetric: Iteration # 176 - FCN = -719698.7832584 Edm = 0.00725933 NCalls = 911 +VariableMetric: Iteration # 177 - FCN = -719698.7995442 Edm = 0.00646717 NCalls = 914 +VariableMetric: Iteration # 178 - FCN = -719698.8106061 Edm = 0.00333123 NCalls = 916 +VariableMetric: Iteration # 179 - FCN = -719698.8167324 Edm = 0.00350014 NCalls = 919 +VariableMetric: Iteration # 180 - FCN = -719698.8205301 Edm = 0.00177067 NCalls = 921 +VariableMetric: Iteration # 181 - FCN = -719698.825743 Edm = 0.00194017 NCalls = 924 +VariableMetric: Iteration # 182 - FCN = -719698.8278063 Edm = 0.00044866 NCalls = 926 +VariableMetric: Iteration # 183 - FCN = -719698.8284773 Edm = 0.000216782 NCalls = 929 +VariableMetric: Iteration # 184 - FCN = -719698.8289267 Edm = 6.28919e-05 NCalls = 931 +VariableMetric: After Hessian - FCN = -719698.8289267 Edm = 0.000195221 NCalls = 1302 +VariableMetric: Iteration # 185 - FCN = -719698.8289267 Edm = 0.000195221 NCalls = 1302 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710946.1571044 Edm = 12.8068 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710946.1571044 Edm = 12.8068 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718624.4441323 Edm = 0.506989 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -718626.8229031 Edm = 0.53032 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -718669.5552517 Edm = 0.394656 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -718670.0423134 Edm = 0.0736234 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -718681.9037559 Edm = 1.17384 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -718683.2715201 Edm = 0.0886547 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -718716.0227541 Edm = 24.0142 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -718804.6580383 Edm = 9.56555 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -718821.2547815 Edm = 2.01557 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -718824.7787183 Edm = 0.0488864 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -718824.8724198 Edm = 0.0393476 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -718825.0626407 Edm = 0.320049 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -718842.0505439 Edm = 14.3176 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -718943.7854505 Edm = 15.426 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -718955.4825394 Edm = 2.10422 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -718957.6693996 Edm = 0.0554109 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -718957.7348678 Edm = 0.0106743 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -718957.7816341 Edm = 0.0118882 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -718957.8021522 Edm = 0.00380573 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -718957.8852404 Edm = 0.0842029 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -718964.1203632 Edm = 0.477849 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -718983.7430397 Edm = 7.15386 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -718988.7164151 Edm = 2.27921 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -718992.0213211 Edm = 0.115892 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -718992.1961581 Edm = 0.0261875 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -718992.230194 Edm = 0.00252373 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -718992.2425818 Edm = 0.00660192 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -718992.4159277 Edm = 0.141882 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -718997.4321502 Edm = 3.80556 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -719031.592386 Edm = 2.28886 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -719033.2427641 Edm = 0.149403 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -719033.3842623 Edm = 0.0260106 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -719033.4161793 Edm = 0.00283101 NCalls = 105 +VariableMetric: Iteration # 34 - FCN = -719033.4246718 Edm = 0.00465217 NCalls = 107 +VariableMetric: Iteration # 35 - FCN = -719033.705249 Edm = 0.234375 NCalls = 112 +VariableMetric: Iteration # 36 - FCN = -719037.946597 Edm = 2.85946 NCalls = 116 +VariableMetric: Iteration # 37 - FCN = -719056.1023197 Edm = 12.0051 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -719070.1927512 Edm = 2.94586 NCalls = 121 +VariableMetric: Iteration # 39 - FCN = -719072.5081072 Edm = 0.115331 NCalls = 122 +VariableMetric: Iteration # 40 - FCN = -719072.5946782 Edm = 0.0108024 NCalls = 124 +VariableMetric: Iteration # 41 - FCN = -719072.6062533 Edm = 0.00375655 NCalls = 126 +VariableMetric: Iteration # 42 - FCN = -719072.6340004 Edm = 0.0237407 NCalls = 129 +VariableMetric: Iteration # 43 - FCN = -719073.140922 Edm = 0.529488 NCalls = 133 +VariableMetric: Iteration # 44 - FCN = -719074.2294252 Edm = 1.00614 NCalls = 138 +VariableMetric: Iteration # 45 - FCN = -719369.3750827 Edm = 58.6867 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -719391.6125987 Edm = 103.176 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -719427.8173512 Edm = 12.1828 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -719446.0623332 Edm = 3.17004 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -719449.6087978 Edm = 0.280983 NCalls = 157 +VariableMetric: Iteration # 50 - FCN = -719449.9496572 Edm = 0.0770434 NCalls = 159 +VariableMetric: Iteration # 51 - FCN = -719450.0701767 Edm = 0.0265268 NCalls = 161 +VariableMetric: Iteration # 52 - FCN = -719450.1414065 Edm = 0.030967 NCalls = 163 +VariableMetric: Iteration # 53 - FCN = -719450.4169109 Edm = 0.0871004 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -719450.6035061 Edm = 0.113336 NCalls = 170 +VariableMetric: Iteration # 55 - FCN = -719461.1966596 Edm = 41.1269 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -719461.2504432 Edm = 1.09711 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -719461.6941751 Edm = 0.294974 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -719465.1637226 Edm = 3.47675 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -719476.2690875 Edm = 3.80874 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -719480.5390485 Edm = 0.651706 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -719480.951457 Edm = 0.0634916 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -719481.0475621 Edm = 0.0294426 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -719481.1148233 Edm = 0.0214605 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -719481.2333098 Edm = 0.0914407 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -719481.7089187 Edm = 0.444382 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -719483.1961662 Edm = 1.30196 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -719488.6640658 Edm = 1.11848 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -719490.504336 Edm = 0.134762 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -719490.7172917 Edm = 0.0346336 NCalls = 219 +VariableMetric: Iteration # 70 - FCN = -719490.7762436 Edm = 0.00975532 NCalls = 221 +VariableMetric: Iteration # 71 - FCN = -719490.7956452 Edm = 0.00604725 NCalls = 223 +VariableMetric: Iteration # 72 - FCN = -719490.8300878 Edm = 0.026063 NCalls = 226 +VariableMetric: Iteration # 73 - FCN = -719492.7707238 Edm = 9.14463 NCalls = 233 +VariableMetric: Iteration # 74 - FCN = -719492.842153 Edm = 0.15544 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -719493.1445547 Edm = 0.267305 NCalls = 238 +VariableMetric: Iteration # 76 - FCN = -719495.2078708 Edm = 1.80195 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -719513.2469153 Edm = 9.34741 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -719525.3464865 Edm = 27.5726 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -719535.1930655 Edm = 4.25691 NCalls = 254 +VariableMetric: Iteration # 80 - FCN = -719538.927099 Edm = 0.74864 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -719539.533679 Edm = 0.0922429 NCalls = 259 +VariableMetric: Iteration # 82 - FCN = -719539.6068484 Edm = 0.00859825 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -719539.6257599 Edm = 0.0112825 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -719539.9383254 Edm = 0.293769 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -719544.9077939 Edm = 4.51804 NCalls = 272 +VariableMetric: Iteration # 86 - FCN = -719581.6501357 Edm = 20.6955 NCalls = 275 +VariableMetric: Iteration # 87 - FCN = -719614.3954161 Edm = 7.14316 NCalls = 277 +VariableMetric: Iteration # 88 - FCN = -719626.1446676 Edm = 0.626103 NCalls = 279 +VariableMetric: Iteration # 89 - FCN = -719626.9888425 Edm = 0.22536 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -719627.3709206 Edm = 0.19795 NCalls = 283 +VariableMetric: Iteration # 91 - FCN = -719628.0689027 Edm = 0.814346 NCalls = 285 +VariableMetric: Iteration # 92 - FCN = -719628.7257312 Edm = 1.22175 NCalls = 287 +VariableMetric: Iteration # 93 - FCN = -719630.4618904 Edm = 1.63163 NCalls = 294 +VariableMetric: Iteration # 94 - FCN = -719632.7488166 Edm = 1.38186 NCalls = 298 +VariableMetric: Iteration # 95 - FCN = -719633.2179891 Edm = 1.35476 NCalls = 300 +VariableMetric: Iteration # 96 - FCN = -719634.2728201 Edm = 0.0640154 NCalls = 303 +VariableMetric: Iteration # 97 - FCN = -719634.3440414 Edm = 0.00572357 NCalls = 305 +VariableMetric: Iteration # 98 - FCN = -719634.3504863 Edm = 0.00150009 NCalls = 307 +VariableMetric: Iteration # 99 - FCN = -719634.354895 Edm = 0.00257876 NCalls = 309 +VariableMetric: Iteration # 100 - FCN = -719634.3934233 Edm = 0.0360143 NCalls = 312 +VariableMetric: Iteration # 101 - FCN = -719635.3666692 Edm = 0.793212 NCalls = 318 +VariableMetric: Iteration # 102 - FCN = -719651.988826 Edm = 2.15413 NCalls = 322 +VariableMetric: Iteration # 103 - FCN = -719654.4532562 Edm = 0.172502 NCalls = 324 +VariableMetric: Iteration # 104 - FCN = -719654.6575651 Edm = 0.0105056 NCalls = 326 +VariableMetric: Iteration # 105 - FCN = -719654.6698845 Edm = 0.00095099 NCalls = 328 +VariableMetric: Iteration # 106 - FCN = -719654.6715218 Edm = 0.000544996 NCalls = 330 +VariableMetric: Iteration # 107 - FCN = -719654.6805371 Edm = 0.00834595 NCalls = 334 +VariableMetric: Iteration # 108 - FCN = -719655.4356581 Edm = 0.628449 NCalls = 339 +VariableMetric: Iteration # 109 - FCN = -719660.252259 Edm = 0.931867 NCalls = 343 +VariableMetric: Iteration # 110 - FCN = -719661.4338365 Edm = 0.208256 NCalls = 345 +VariableMetric: Iteration # 111 - FCN = -719661.6400031 Edm = 0.0551802 NCalls = 346 +VariableMetric: Iteration # 112 - FCN = -719661.7473334 Edm = 0.0273258 NCalls = 348 +VariableMetric: Iteration # 113 - FCN = -719661.7963238 Edm = 0.010975 NCalls = 350 +VariableMetric: Iteration # 114 - FCN = -719661.8067578 Edm = 0.00228585 NCalls = 351 +VariableMetric: Iteration # 115 - FCN = -719661.8133684 Edm = 0.00174745 NCalls = 353 +VariableMetric: Iteration # 116 - FCN = -719661.8164498 Edm = 0.000381632 NCalls = 355 +VariableMetric: Iteration # 117 - FCN = -719661.8168846 Edm = 2.32225e-05 NCalls = 357 +VariableMetric: After Hessian - FCN = -719661.8168846 Edm = 20425.7 NCalls = 714 +VariableMetric: Iteration # 118 - FCN = -719661.8168846 Edm = 20425.7 NCalls = 714 +VariableMetric: Iteration # 119 - FCN = -719671.0281941 Edm = 14539.1 NCalls = 724 +VariableMetric: Iteration # 120 - FCN = -719671.6327626 Edm = 0.22502 NCalls = 726 +VariableMetric: Iteration # 121 - FCN = -719673.069595 Edm = 0.082334 NCalls = 729 +VariableMetric: Iteration # 122 - FCN = -719673.366648 Edm = 0.0130056 NCalls = 731 +VariableMetric: Iteration # 123 - FCN = -719673.4496253 Edm = 0.0462835 NCalls = 734 +VariableMetric: Iteration # 124 - FCN = -719673.6171421 Edm = 0.0306403 NCalls = 736 +VariableMetric: Iteration # 125 - FCN = -719674.8230886 Edm = 0.318207 NCalls = 742 +VariableMetric: Iteration # 126 - FCN = -719675.0752527 Edm = 0.800815 NCalls = 744 +VariableMetric: Iteration # 127 - FCN = -719676.0997662 Edm = 0.999237 NCalls = 747 +VariableMetric: Iteration # 128 - FCN = -719678.7556945 Edm = 2.3368 NCalls = 751 +VariableMetric: Iteration # 129 - FCN = -719681.6071308 Edm = 4.65635 NCalls = 755 +VariableMetric: Iteration # 130 - FCN = -719683.9140608 Edm = 1.99481 NCalls = 759 +VariableMetric: Iteration # 131 - FCN = -719685.8458202 Edm = 2.41181 NCalls = 762 +VariableMetric: Iteration # 132 - FCN = -719688.7277723 Edm = 1.05475 NCalls = 764 +VariableMetric: Iteration # 133 - FCN = -719691.3223549 Edm = 1.73324 NCalls = 766 +VariableMetric: Iteration # 134 - FCN = -719693.0967665 Edm = 0.301101 NCalls = 769 +VariableMetric: Iteration # 135 - FCN = -719693.6766472 Edm = 0.138692 NCalls = 772 +VariableMetric: Iteration # 136 - FCN = -719694.0588062 Edm = 0.12306 NCalls = 775 +VariableMetric: Iteration # 137 - FCN = -719694.2707258 Edm = 0.0505162 NCalls = 777 +VariableMetric: Iteration # 138 - FCN = -719694.3499109 Edm = 0.0257912 NCalls = 779 +VariableMetric: Iteration # 139 - FCN = -719694.4681788 Edm = 0.0528398 NCalls = 781 +VariableMetric: Iteration # 140 - FCN = -719694.5419343 Edm = 0.00553252 NCalls = 783 +VariableMetric: Iteration # 141 - FCN = -719694.5517283 Edm = 0.00445004 NCalls = 785 +VariableMetric: Iteration # 142 - FCN = -719694.5652821 Edm = 0.00249376 NCalls = 788 +VariableMetric: Iteration # 143 - FCN = -719694.5691271 Edm = 0.000657381 NCalls = 790 +VariableMetric: Iteration # 144 - FCN = -719694.5731576 Edm = 0.00144221 NCalls = 793 +VariableMetric: Iteration # 145 - FCN = -719694.5768931 Edm = 0.00083553 NCalls = 795 +VariableMetric: Iteration # 146 - FCN = -719694.5809324 Edm = 0.00130478 NCalls = 797 +VariableMetric: Iteration # 147 - FCN = -719694.5837449 Edm = 0.000313962 NCalls = 799 +VariableMetric: Iteration # 148 - FCN = -719694.5900342 Edm = 0.00482891 NCalls = 803 +VariableMetric: Iteration # 149 - FCN = -719694.6062493 Edm = 0.00632552 NCalls = 806 +VariableMetric: Iteration # 150 - FCN = -719694.7081656 Edm = 0.128254 NCalls = 812 +VariableMetric: Iteration # 151 - FCN = -719694.7312064 Edm = 0.156894 NCalls = 815 +VariableMetric: Iteration # 152 - FCN = -719694.8177413 Edm = 0.158858 NCalls = 820 +VariableMetric: Iteration # 153 - FCN = -719694.908493 Edm = 0.185574 NCalls = 823 +VariableMetric: Iteration # 154 - FCN = -719695.0880339 Edm = 0.147564 NCalls = 829 +VariableMetric: Iteration # 155 - FCN = -719695.6254258 Edm = 0.333714 NCalls = 832 +VariableMetric: Iteration # 156 - FCN = -719695.928205 Edm = 0.586445 NCalls = 833 +VariableMetric: Iteration # 157 - FCN = -719696.2687016 Edm = 0.262747 NCalls = 835 +VariableMetric: Iteration # 158 - FCN = -719697.1017026 Edm = 0.434522 NCalls = 841 +VariableMetric: Iteration # 159 - FCN = -719697.7188151 Edm = 0.48022 NCalls = 844 +VariableMetric: Iteration # 160 - FCN = -719697.8723034 Edm = 0.115146 NCalls = 846 +VariableMetric: Iteration # 161 - FCN = -719698.0209117 Edm = 0.0727169 NCalls = 848 +VariableMetric: Iteration # 162 - FCN = -719698.1282796 Edm = 0.0423807 NCalls = 850 +VariableMetric: Iteration # 163 - FCN = -719698.2836891 Edm = 0.0543007 NCalls = 853 +VariableMetric: Iteration # 164 - FCN = -719698.3665505 Edm = 0.0688258 NCalls = 856 +VariableMetric: Iteration # 165 - FCN = -719698.449389 Edm = 0.0422849 NCalls = 858 +VariableMetric: Iteration # 166 - FCN = -719698.5653906 Edm = 0.0159759 NCalls = 860 +VariableMetric: Iteration # 167 - FCN = -719698.5997245 Edm = 0.0114289 NCalls = 862 +VariableMetric: Iteration # 168 - FCN = -719698.6448373 Edm = 0.0199436 NCalls = 864 +VariableMetric: Iteration # 169 - FCN = -719698.7093011 Edm = 0.0163376 NCalls = 866 +VariableMetric: Iteration # 170 - FCN = -719698.7653956 Edm = 0.0219588 NCalls = 868 +VariableMetric: Iteration # 171 - FCN = -719698.8153052 Edm = 0.00617479 NCalls = 870 +VariableMetric: Iteration # 172 - FCN = -719698.8246434 Edm = 0.00379669 NCalls = 872 +VariableMetric: Iteration # 173 - FCN = -719698.8389091 Edm = 0.00417219 NCalls = 875 +VariableMetric: Iteration # 174 - FCN = -719698.847556 Edm = 0.00264491 NCalls = 877 +VariableMetric: Iteration # 175 - FCN = -719698.8647362 Edm = 0.00940617 NCalls = 880 +VariableMetric: Iteration # 176 - FCN = -719698.8991764 Edm = 0.00328558 NCalls = 882 +VariableMetric: Iteration # 177 - FCN = -719698.9026098 Edm = 0.000405055 NCalls = 884 +VariableMetric: Iteration # 178 - FCN = -719698.9035167 Edm = 0.000563807 NCalls = 886 +VariableMetric: Iteration # 179 - FCN = -719698.9107267 Edm = 0.00630506 NCalls = 890 +VariableMetric: Iteration # 180 - FCN = -719698.9357946 Edm = 0.00193596 NCalls = 893 +VariableMetric: Iteration # 181 - FCN = -719698.9381782 Edm = 0.000420572 NCalls = 895 +VariableMetric: Iteration # 182 - FCN = -719698.9388763 Edm = 0.000167996 NCalls = 897 +VariableMetric: Iteration # 183 - FCN = -719698.939026 Edm = 6.19146e-05 NCalls = 899 +VariableMetric: After Hessian - FCN = -719698.939026 Edm = 0.00808688 NCalls = 1268 +VariableMetric: Iteration # 184 - FCN = -719698.939026 Edm = 0.00808688 NCalls = 1268 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.196E+05 | Ncalls=655 (655 total) | +| EDM = 2.61E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -719580.1924859098 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | -4.010 | 0.027 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.52 | 0.23 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p3770_s | 2.04 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | p4040_p | -3.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 8.6 | 1.4 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 5.91 | 0.22 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.59 | 0.14 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 16.6 | 1.0 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 0.80 | 0.16 | | |0.126447 | 2.35355 | | +| 11| p3770_p | 3.98 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| Dbar_s | 0.32 | 0.03 | | | -1.464 | 1.464 | | +| 13| rho_p | -0.18 | 0.27 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 0.717 | 0.011 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1374.3 | 1.6 | | | 1358.64 | 1433.36 | | +| 16| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 17| omega_p | 0.7 | 0.3 | | |-6.28319 | 6.28319 | | +| 18| jpsi_p | 4.739 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.017 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p p4415_p p4160_p rho_s p3770_s p4040_p omega_s phi_p p4040_s phi_s p4415_s p3770_p Dbar_s rho_p p4160_s psi2s_s jpsi_s omega_p jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.011 0.005 -0.038 -0.295 -0.222 -0.015 -0.019 0.107 -0.021 -0.103 -0.279 -0.057 -0.058 0.002 -0.067 0.065 -0.023 -0.053 -0.004 | +| p4415_p | -0.011 1.000 0.003 0.005 0.009 0.018 -0.001 -0.001 -0.123 -0.001 0.030 0.006 -0.303 0.016 0.006 -0.004 0.004 0.000 -0.028 -0.013 | +| p4160_p | 0.005 0.003 1.000 0.000 -0.002 -0.005 0.000 0.000 0.014 0.000 -0.007 -0.001 0.013 0.000 -0.003 0.001 -0.001 0.000 0.004 -0.000 | +| rho_s | -0.038 0.005 0.000 1.000 -0.021 -0.024 0.150 0.054 -0.020 0.110 -0.018 0.028 0.093 0.246 0.001 -0.021 0.027 0.520 0.040 0.004 | +| p3770_s | -0.295 0.009 -0.002 -0.021 1.000 0.081 -0.001 -0.006 0.137 -0.006 0.083 -0.173 -0.283 -0.016 -0.002 -0.033 0.017 -0.007 -0.010 0.002 | +| p4040_p | -0.222 0.018 -0.005 -0.024 0.081 1.000 -0.005 -0.012 -0.287 -0.010 0.207 0.085 -0.503 -0.017 -0.011 -0.033 0.031 -0.014 -0.136 0.002 | +| omega_s | -0.015 -0.001 0.000 0.150 -0.001 -0.005 1.000 -0.027 0.000 0.020 -0.002 -0.002 0.004 0.074 -0.000 0.000 -0.000 0.783 -0.032 0.000 | +| phi_p | -0.019 -0.001 0.000 0.054 -0.006 -0.012 -0.027 1.000 -0.002 0.636 -0.008 0.003 0.028 0.095 -0.000 -0.007 0.010 0.011 -0.018 0.001 | +| p4040_s | 0.107 -0.123 0.014 -0.020 0.137 -0.287 0.000 -0.002 1.000 -0.005 -0.185 -0.019 0.140 -0.025 -0.000 -0.009 0.005 -0.004 0.045 0.043 | +| phi_s | -0.021 -0.001 0.000 0.110 -0.006 -0.010 0.020 0.636 -0.005 1.000 -0.006 0.007 0.034 0.210 0.000 0.004 -0.004 0.053 -0.012 0.001 | +| p4415_s | -0.103 0.030 -0.007 -0.018 0.083 0.207 -0.002 -0.008 -0.185 -0.006 1.000 0.008 -0.340 -0.013 0.011 -0.011 0.007 -0.009 -0.105 0.039 | +| p3770_p | -0.279 0.006 -0.001 0.028 -0.173 0.085 -0.002 0.003 -0.019 0.007 0.008 1.000 0.090 0.017 0.000 0.032 -0.036 0.006 -0.005 -0.049 | +| Dbar_s | -0.057 -0.303 0.013 0.093 -0.283 -0.503 0.004 0.028 0.140 0.034 -0.340 0.090 1.000 0.040 -0.006 0.181 -0.209 0.033 0.248 -0.092 | +| rho_p | -0.058 0.016 0.000 0.246 -0.016 -0.017 0.074 0.095 -0.025 0.210 -0.013 0.017 0.040 1.000 0.001 -0.042 0.055 0.085 -0.021 0.000 | +| p4160_s | 0.002 0.006 -0.003 0.001 -0.002 -0.011 -0.000 -0.000 -0.000 0.000 0.011 0.000 -0.006 0.001 1.000 0.000 -0.000 0.000 0.000 -0.002 | +| psi2s_s | -0.067 -0.004 0.001 -0.021 -0.033 -0.033 0.000 -0.007 -0.009 0.004 -0.011 0.032 0.181 -0.042 0.000 1.000 -0.734 -0.009 0.050 0.004 | +| jpsi_s | 0.065 0.004 -0.001 0.027 0.017 0.031 -0.000 0.010 0.005 -0.004 0.007 -0.036 -0.209 0.055 -0.000 -0.734 1.000 0.012 -0.057 -0.004 | +| omega_p | -0.023 0.000 0.000 0.520 -0.007 -0.014 0.783 0.011 -0.004 0.053 -0.009 0.006 0.033 0.085 0.000 -0.009 0.012 1.000 -0.014 0.001 | +| jpsi_p | -0.053 -0.028 0.004 0.040 -0.010 -0.136 -0.032 -0.018 0.045 -0.012 -0.105 -0.005 0.248 -0.021 0.000 0.050 -0.057 -0.014 1.000 0.010 | +| Ctt | -0.004 -0.013 -0.000 0.004 0.002 0.002 0.000 0.001 0.043 0.001 0.039 -0.049 -0.092 0.000 -0.002 0.004 -0.004 0.001 0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.02749717116881545}), (, {'error': 0.23247361761255458}), (, {'error': 0.008980785204758313}), (, {'error': 0.32769048250456057}), (, {'error': 0.20552715432814783}), (, {'error': 0.09845116247375296}), (, {'error': 1.36154861658542}), (, {'error': 0.22227376181571934}), (, {'error': 0.14242829384103362}), (, {'error': 1.005957579266049}), (, {'error': 0.15727992900057014}), (, {'error': 0.1189104314627425}), (, {'error': 0.03241239339017965}), (, {'error': 0.26554399343827484}), (, {'error': 0.010681242920290157}), (, {'error': 1.6450839130733357}), (, {'error': 17.590630879698438}), (, {'error': 0.3420359486145501}), (, {'error': 0.01607870282638668}), (, {'error': 0.017153197386002683})]) +Toy 1/10 +Time taken: 1 h, 10 min +Projected time left: 10 h, 37 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.197E+05 | Ncalls=452 (452 total) | +| EDM = 5.5E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -719686.8777826158 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | -2.471 | 0.015 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.99 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.29 | 0.05 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 0.04 | 1.93 | | |0.0253049| 2.0747 | | +| 4 | p3770_s | 2.38 | 0.11 | | |0.918861 | 4.08114 | | +| 5 | p4040_p | -2.45 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 8.97 | 0.29 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 5.84 | 0.10 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.12 | 0.08 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 14.8 | 0.3 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.33 | 0.10 | | |0.126447 | 2.35355 | | +| 11| p3770_p | -2.02 | 0.07 | | |-6.28319 | 6.28319 | | +| 12| Dbar_s | -0.016 | 0.016 | | | -1.464 | 1.464 | | +| 13| rho_p | 3 | 8 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.26 | 0.08 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1366.8 | 0.8 | | | 1358.64 | 1433.36 | | +| 16| jpsi_s | 0.998E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 17| omega_p | -6.1 | 0.5 | | |-6.28319 | 6.28319 | | +| 18| jpsi_p | 1.489 | 0.015 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.19 | 0.04 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p p4415_p p4160_p rho_s p3770_s p4040_p omega_s phi_p p4040_s phi_s p4415_s p3770_p Dbar_s rho_p p4160_s psi2s_s jpsi_s omega_p jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.003 0.022 0.138 -0.011 0.003 -0.049 0.044 -0.026 -0.066 -0.019 0.101 0.134 0.138 -0.021 0.014 0.068 0.132 0.074 0.033 | +| p4415_p | -0.003 1.000 0.087 -0.119 -0.025 0.034 0.042 -0.042 -0.102 0.057 -0.098 0.034 -0.151 -0.120 -0.117 -0.014 -0.022 -0.116 -0.101 -0.076 | +| p4160_p | 0.022 0.087 1.000 -0.120 -0.034 -0.042 0.041 -0.042 -0.173 0.057 0.057 0.038 -0.070 -0.120 -0.051 -0.020 -0.033 -0.116 -0.093 -0.153 | +| rho_s | 0.138 -0.119 -0.120 1.000 0.111 -0.038 -0.345 0.350 0.205 -0.477 0.118 -0.083 -0.105 0.998 0.093 0.177 0.345 0.962 0.665 0.001 | +| p3770_s | -0.011 -0.025 -0.034 0.111 1.000 -0.050 -0.038 0.037 0.063 -0.053 0.017 -0.047 -0.087 0.111 0.013 0.019 0.046 0.106 0.040 -0.076 | +| p4040_p | 0.003 0.034 -0.042 -0.038 -0.050 1.000 0.013 -0.015 -0.041 0.018 0.034 0.053 -0.111 -0.038 0.156 -0.007 -0.001 -0.038 -0.071 -0.158 | +| omega_s | -0.049 0.042 0.041 -0.345 -0.038 0.013 1.000 -0.126 -0.071 0.166 -0.041 0.029 0.037 -0.346 -0.032 -0.061 -0.119 -0.291 -0.232 0.001 | +| phi_p | 0.044 -0.042 -0.042 0.350 0.037 -0.015 -0.126 1.000 0.070 -0.086 0.040 -0.030 -0.033 0.351 0.031 0.060 0.116 0.339 0.226 0.004 | +| p4040_s | -0.026 -0.102 -0.173 0.205 0.063 -0.041 -0.071 0.070 1.000 -0.098 0.018 0.031 -0.123 0.206 -0.094 0.040 0.076 0.198 0.111 0.046 | +| phi_s | -0.066 0.057 0.057 -0.477 -0.053 0.018 0.166 -0.086 -0.098 1.000 -0.056 0.040 0.051 -0.478 -0.044 -0.083 -0.163 -0.460 -0.318 0.001 | +| p4415_s | -0.019 -0.098 0.057 0.118 0.017 0.034 -0.041 0.040 0.018 -0.056 1.000 -0.006 -0.078 0.118 0.061 0.024 0.050 0.113 0.052 0.063 | +| p3770_p | 0.101 0.034 0.038 -0.083 -0.047 0.053 0.029 -0.030 0.031 0.040 -0.006 1.000 0.051 -0.083 0.028 -0.029 -0.015 -0.081 -0.081 -0.120 | +| Dbar_s | 0.134 -0.151 -0.070 -0.105 -0.087 -0.111 0.037 -0.033 -0.123 0.051 -0.078 0.051 1.000 -0.105 -0.164 -0.001 0.017 -0.101 -0.092 -0.245 | +| rho_p | 0.138 -0.120 -0.120 0.998 0.111 -0.038 -0.346 0.351 0.206 -0.478 0.118 -0.083 -0.105 1.000 0.094 0.177 0.345 0.965 0.665 0.001 | +| p4160_s | -0.021 -0.117 -0.051 0.093 0.013 0.156 -0.032 0.031 -0.094 -0.044 0.061 0.028 -0.164 0.094 1.000 0.022 0.048 0.089 0.023 0.001 | +| psi2s_s | 0.014 -0.014 -0.020 0.177 0.019 -0.007 -0.061 0.060 0.040 -0.083 0.024 -0.029 -0.001 0.177 0.022 1.000 0.380 0.170 0.112 0.003 | +| jpsi_s | 0.068 -0.022 -0.033 0.345 0.046 -0.001 -0.119 0.116 0.076 -0.163 0.050 -0.015 0.017 0.345 0.048 0.380 1.000 0.332 0.222 0.047 | +| omega_p | 0.132 -0.116 -0.116 0.962 0.106 -0.038 -0.291 0.339 0.198 -0.460 0.113 -0.081 -0.101 0.965 0.089 0.170 0.332 1.000 0.640 0.000 | +| jpsi_p | 0.074 -0.101 -0.093 0.665 0.040 -0.071 -0.232 0.226 0.111 -0.318 0.052 -0.081 -0.092 0.665 0.023 0.112 0.222 0.640 1.000 -0.025 | +| Ctt | 0.033 -0.076 -0.153 0.001 -0.076 -0.158 0.001 0.004 0.046 0.001 0.063 -0.120 -0.245 0.001 0.001 0.003 0.047 0.000 -0.025 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.015298696157456604}), (, {'error': 0.08688449179495183}), (, {'error': 0.04811133925392408}), (, {'error': 1.9275893068086645}), (, {'error': 0.11323681261988972}), (, {'error': 0.08931189398652872}), (, {'error': 0.29305493020739437}), (, {'error': 0.10219242683460994}), (, {'error': 0.07946449560121682}), (, {'error': 0.32623018748325894}), (, {'error': 0.09532961086295932}), (, {'error': 0.06664194969857906}), (, {'error': 0.01645689189795696}), (, {'error': 7.781075951170284}), (, {'error': 0.07956947877099019}), (, {'error': 0.7800350935017377}), (, {'error': 4.942435046914397}), (, {'error': 0.47810777779533}), (, {'error': 0.014698022163080804}), (, {'error': 0.041342823725279726})]) +Toy 2/10 +Time taken: 2 h, 12 min +Projected time left: 8 h, 49 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.197E+05 | Ncalls=597 (608 total) | +| EDM = 1.71E+03 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -719677.3067973596 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 3.813 | 0.028 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.03 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.96 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 2.0 | 2.0 | | |0.0253049| 2.0747 | | +| 4 | p3770_s | 2.24 | 0.18 | | |0.918861 | 4.08114 | | +| 5 | p4040_p | -2.35 | 0.19 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 6.2 | 0.7 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 6.19 | 0.21 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.03 | 0.15 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 16.8 | 0.8 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.37 | 0.16 | | |0.126447 | 2.35355 | | +| 11| p3770_p | -2.01 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| Dbar_s | -0.026 | 0.049 | | | -1.464 | 1.464 | | +| 13| rho_p | -6.02 | 0.26 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.31 | 0.16 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1361.2 | 1.1 | | | 1358.64 | 1433.36 | | +| 16| jpsi_s | 0.991E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 17| omega_p | 6.28 | 0.05 | | |-6.28319 | 6.28319 | | +| 18| jpsi_p | -4.780 | 0.017 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.19 | 0.11 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p p4415_p p4160_p rho_s p3770_s p4040_p omega_s phi_p p4040_s phi_s p4415_s p3770_p Dbar_s rho_p p4160_s psi2s_s jpsi_s omega_p jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 0.012 0.179 0.041 -0.166 -0.005 -0.016 -0.005 -0.280 0.009 -0.217 0.369 0.532 0.012 -0.232 0.064 0.133 0.000 -0.054 -0.326 | +| p4415_p | 0.012 1.000 0.310 0.038 -0.003 0.174 0.005 0.001 -0.202 0.012 -0.220 0.080 -0.204 0.047 -0.099 -0.007 -0.011 0.000 -0.038 -0.168 | +| p4160_p | 0.179 0.310 1.000 0.049 -0.067 0.121 0.004 0.000 -0.444 0.015 0.027 0.198 0.092 0.056 -0.077 -0.007 -0.008 0.001 -0.027 -0.427 | +| rho_s | 0.041 0.038 0.049 1.000 -0.049 0.022 -0.191 0.067 -0.079 0.281 -0.036 0.055 0.095 0.693 -0.029 -0.074 -0.095 0.007 -0.224 -0.021 | +| p3770_s | -0.166 -0.003 -0.067 -0.049 1.000 -0.075 0.005 -0.004 0.165 -0.015 0.050 -0.136 -0.197 -0.040 0.045 -0.011 -0.017 -0.000 -0.061 0.037 | +| p4040_p | -0.005 0.174 0.121 0.022 -0.075 1.000 0.007 -0.001 -0.269 0.009 0.118 0.178 -0.160 0.031 0.481 -0.013 -0.012 0.000 -0.146 -0.274 | +| omega_s | -0.016 0.005 0.004 -0.191 0.005 0.007 1.000 -0.008 -0.000 0.030 0.001 -0.002 -0.015 0.226 0.005 -0.001 -0.002 -0.010 -0.012 -0.012 | +| phi_p | -0.005 0.001 0.000 0.067 -0.004 -0.001 -0.008 1.000 -0.005 0.343 -0.003 0.001 0.008 0.076 -0.003 -0.009 -0.011 0.000 -0.032 0.000 | +| p4040_s | -0.280 -0.202 -0.444 -0.079 0.165 -0.269 -0.000 -0.005 1.000 -0.025 0.083 -0.140 -0.321 -0.079 -0.113 -0.007 -0.017 -0.001 -0.013 0.419 | +| phi_s | 0.009 0.012 0.015 0.281 -0.015 0.009 0.030 0.343 -0.025 1.000 -0.010 0.018 0.031 0.320 -0.007 -0.013 -0.016 0.002 -0.087 -0.006 | +| p4415_s | -0.217 -0.220 0.027 -0.036 0.050 0.118 0.001 -0.003 0.083 -0.010 1.000 -0.116 -0.331 -0.038 0.294 0.002 0.003 -0.000 -0.086 0.288 | +| p3770_p | 0.369 0.080 0.198 0.055 -0.136 0.178 -0.002 0.001 -0.140 0.018 -0.116 1.000 0.336 0.048 -0.033 0.018 0.063 0.000 -0.094 -0.448 | +| Dbar_s | 0.532 -0.204 0.092 0.095 -0.197 -0.160 -0.015 0.008 -0.321 0.031 -0.331 0.336 1.000 0.065 -0.446 0.101 0.154 0.000 -0.005 -0.630 | +| rho_p | 0.012 0.047 0.056 0.693 -0.040 0.031 0.226 0.076 -0.079 0.320 -0.038 0.048 0.065 1.000 -0.023 -0.085 -0.113 0.009 -0.230 -0.044 | +| p4160_s | -0.232 -0.099 -0.077 -0.029 0.045 0.481 0.005 -0.003 -0.113 -0.007 0.294 -0.033 -0.446 -0.023 1.000 -0.007 -0.010 -0.000 -0.131 0.173 | +| psi2s_s | 0.064 -0.007 -0.007 -0.074 -0.011 -0.013 -0.001 -0.009 -0.007 -0.013 0.002 0.018 0.101 -0.085 -0.007 1.000 0.681 -0.001 -0.019 0.015 | +| jpsi_s | 0.133 -0.011 -0.008 -0.095 -0.017 -0.012 -0.002 -0.011 -0.017 -0.016 0.003 0.063 0.154 -0.113 -0.010 0.681 1.000 -0.001 -0.031 0.032 | +| omega_p | 0.000 0.000 0.001 0.007 -0.000 0.000 -0.010 0.000 -0.001 0.002 -0.000 0.000 0.000 0.009 -0.000 -0.001 -0.001 1.000 -0.001 -0.000 | +| jpsi_p | -0.054 -0.038 -0.027 -0.224 -0.061 -0.146 -0.012 -0.032 -0.013 -0.087 -0.086 -0.094 -0.005 -0.230 -0.131 -0.019 -0.031 -0.001 1.000 -0.027 | +| Ctt | -0.326 -0.168 -0.427 -0.021 0.037 -0.274 -0.012 0.000 0.419 -0.006 0.288 -0.448 -0.630 -0.044 0.173 0.015 0.032 -0.000 -0.027 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.027552499670615127}), (, {'error': 0.159997754754567}), (, {'error': 0.09013740849623275}), (, {'error': 1.9562691231065839}), (, {'error': 0.17706233526392445}), (, {'error': 0.19235996513377351}), (, {'error': 0.651453686332752}), (, {'error': 0.20964834697242019}), (, {'error': 0.15034290505258402}), (, {'error': 0.7601383507070913}), (, {'error': 0.1609256356795996}), (, {'error': 0.12070601271626202}), (, {'error': 0.048657902193589675}), (, {'error': 0.2618004379078651}), (, {'error': 0.15899908471274804}), (, {'error': 1.0558023371202125}), (, {'error': 10.470289883666737}), (, {'error': 0.04619614083109802}), (, {'error': 0.01725763682720549}), (, {'error': 0.10751325418390492})]) +Toy 3/10 +Time taken: 3 h, 20 min +Projected time left: 7 h, 47 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.196E+05 | Ncalls=199 (199 total) | +| EDM = 1.62E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -719554.8041155228 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | -2.53 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.24 | 0.30 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.91 | 0.12 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 2.53E-2 | 0.18E-2 | | |0.0253049| 2.0747 | | +| 4 | p3770_s | 2.30 | 0.10 | | |0.918861 | 4.08114 | | +| 5 | p4040_p | -2.28 | 0.28 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 9.27 | 0.05 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 0.66 | 0.12 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 0.99 | 0.05 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 19.27 | 0.26 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.31 | 0.06 | | |0.126447 | 2.35355 | | +| 11| p3770_p | 4.20 | 0.31 | | |-6.28319 | 6.28319 | | +| 12| Dbar_s | -0.10 | 0.20 | | | -1.464 | 1.464 | | +| 13| rho_p | -1.8 | 0.4 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.31 | 0.10 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1358.65 | 0.11 | | | 1358.64 | 1433.36 | | +| 16| jpsi_s | 0.980E4 | 0.016E4 | | | 9797.52 | 9996.48 | | +| 17| omega_p | 0.52 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| jpsi_p | -4.780 | 0.025 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.44 | 0.03 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p p4415_p p4160_p rho_s p3770_s p4040_p omega_s phi_p p4040_s phi_s p4415_s p3770_p Dbar_s rho_p p4160_s psi2s_s jpsi_s omega_p jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 0.924 0.877 0.094 0.582 0.905 0.013 -0.204 0.012 0.374 0.356 0.962 0.982 -0.045 0.760 0.908 0.983 -0.346 -0.837 0.881 | +| p4415_p | 0.924 1.000 0.851 0.090 0.559 0.872 0.012 -0.195 0.002 0.358 0.330 0.915 0.926 -0.043 0.713 0.869 0.940 -0.331 -0.805 0.838 | +| p4160_p | 0.877 0.851 1.000 0.085 0.522 0.805 0.011 -0.184 -0.033 0.338 0.352 0.864 0.876 -0.040 0.680 0.820 0.888 -0.313 -0.759 0.782 | +| rho_s | 0.094 0.090 0.085 1.000 0.057 0.088 0.001 -0.014 0.002 0.036 0.035 0.093 0.095 0.036 0.075 0.088 0.096 -0.031 -0.080 0.086 | +| p3770_s | 0.582 0.559 0.522 0.057 1.000 0.534 0.008 -0.123 0.029 0.227 0.222 0.571 0.588 -0.027 0.466 0.551 0.597 -0.210 -0.520 0.529 | +| p4040_p | 0.905 0.872 0.805 0.088 0.534 1.000 0.012 -0.191 0.016 0.350 0.349 0.894 0.908 -0.042 0.756 0.849 0.919 -0.324 -0.793 0.812 | +| omega_s | 0.013 0.012 0.011 0.001 0.008 0.012 1.000 -0.004 0.000 0.005 0.005 0.012 0.013 -0.001 0.010 0.012 0.013 0.012 -0.011 0.011 | +| phi_p | -0.204 -0.195 -0.184 -0.014 -0.123 -0.191 -0.004 1.000 -0.005 0.062 -0.077 -0.201 -0.206 0.009 -0.161 -0.190 -0.206 0.076 0.171 -0.185 | +| p4040_s | 0.012 0.002 -0.033 0.002 0.029 0.016 0.000 -0.005 1.000 0.008 0.008 0.031 0.014 -0.001 -0.014 0.021 0.022 -0.009 -0.035 0.026 | +| phi_s | 0.374 0.358 0.338 0.036 0.227 0.350 0.005 0.062 0.008 1.000 0.140 0.370 0.379 -0.018 0.296 0.352 0.381 -0.126 -0.324 0.341 | +| p4415_s | 0.356 0.330 0.352 0.035 0.222 0.349 0.005 -0.077 0.008 0.140 1.000 0.358 0.361 -0.017 0.304 0.339 0.367 -0.130 -0.323 0.335 | +| p3770_p | 0.962 0.915 0.864 0.093 0.571 0.894 0.012 -0.201 0.031 0.370 0.358 1.000 0.967 -0.044 0.760 0.897 0.971 -0.342 -0.830 0.864 | +| Dbar_s | 0.982 0.926 0.876 0.095 0.588 0.908 0.013 -0.206 0.014 0.379 0.361 0.967 1.000 -0.045 0.764 0.920 0.995 -0.350 -0.846 0.887 | +| rho_p | -0.045 -0.043 -0.040 0.036 -0.027 -0.042 -0.001 0.009 -0.001 -0.018 -0.017 -0.044 -0.045 1.000 -0.036 -0.042 -0.046 0.032 0.038 -0.041 | +| p4160_s | 0.760 0.713 0.680 0.075 0.466 0.756 0.010 -0.161 -0.014 0.296 0.304 0.760 0.764 -0.036 1.000 0.719 0.778 -0.274 -0.676 0.698 | +| psi2s_s | 0.908 0.869 0.820 0.088 0.551 0.849 0.012 -0.190 0.021 0.352 0.339 0.897 0.920 -0.042 0.719 1.000 0.924 -0.325 -0.783 0.827 | +| jpsi_s | 0.983 0.940 0.888 0.096 0.597 0.919 0.013 -0.206 0.022 0.381 0.367 0.971 0.995 -0.046 0.778 0.924 1.000 -0.351 -0.847 0.896 | +| omega_p | -0.346 -0.331 -0.313 -0.031 -0.210 -0.324 0.012 0.076 -0.009 -0.126 -0.130 -0.342 -0.350 0.032 -0.274 -0.325 -0.351 1.000 0.295 -0.315 | +| jpsi_p | -0.837 -0.805 -0.759 -0.080 -0.520 -0.793 -0.011 0.171 -0.035 -0.324 -0.323 -0.830 -0.846 0.038 -0.676 -0.783 -0.847 0.295 1.000 -0.761 | +| Ctt | 0.881 0.838 0.782 0.086 0.529 0.812 0.011 -0.185 0.026 0.341 0.335 0.864 0.887 -0.041 0.698 0.827 0.896 -0.315 -0.761 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10732418703328439}), (, {'error': 0.30304354765103136}), (, {'error': 0.11944268451049256}), (, {'error': 0.0018009175254785157}), (, {'error': 0.09739223950884246}), (, {'error': 0.2755854809423439}), (, {'error': 0.049512781625143276}), (, {'error': 0.11820291147613338}), (, {'error': 0.0516904998851106}), (, {'error': 0.26306968121344276}), (, {'error': 0.06264469270526274}), (, {'error': 0.3138560152519858}), (, {'error': 0.19757309925751987}), (, {'error': 0.36331496360941795}), (, {'error': 0.10475925904517736}), (, {'error': 0.11473193338849796}), (, {'error': 157.4801027452013}), (, {'error': 0.11782410300960633}), (, {'error': 0.025041132509958874}), (, {'error': 0.03227638048310655})]) +Toy 4/10 +Time taken: 4 h, 3 min +Projected time left: 6 h, 4 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.196E+05 | Ncalls=1237 (1237 total) | +| EDM = 0.000421 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -719580.1924626443 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 2.273 | 0.027 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -1.77 | 0.23 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p3770_s | 2.04 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | p4040_p | 3.00 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 8.6 | 1.4 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 5.91 | 0.22 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.59 | 0.14 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 16.6 | 1.0 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 0.80 | 0.16 | | |0.126447 | 2.35355 | | +| 11| p3770_p | 3.98 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| Dbar_s | 0.32 | 0.03 | | | -1.464 | 1.464 | | +| 13| rho_p | -0.18 | 0.27 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 0.717 | 0.011 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1374.3 | 1.7 | | | 1358.64 | 1433.36 | | +| 16| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 17| omega_p | 0.7 | 0.3 | | |-6.28319 | 6.28319 | | +| 18| jpsi_p | -1.544 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.017 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p p4415_p p4160_p rho_s p3770_s p4040_p omega_s phi_p p4040_s phi_s p4415_s p3770_p Dbar_s rho_p p4160_s psi2s_s jpsi_s omega_p jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.011 0.005 -0.038 -0.295 -0.219 -0.015 -0.020 0.105 -0.022 -0.102 -0.278 -0.059 -0.058 0.001 -0.068 0.066 -0.023 -0.054 -0.004 | +| p4415_p | -0.011 1.000 0.003 0.006 0.009 0.018 -0.001 -0.001 -0.127 -0.001 0.030 0.006 -0.310 0.017 0.006 -0.004 0.004 0.000 -0.029 -0.013 | +| p4160_p | 0.005 0.003 1.000 0.000 -0.002 -0.005 0.000 0.000 0.014 0.000 -0.007 -0.001 0.013 0.000 -0.003 0.001 -0.001 0.000 0.004 -0.000 | +| rho_s | -0.038 0.006 0.000 1.000 -0.021 -0.024 0.149 0.056 -0.020 0.112 -0.018 0.028 0.093 0.246 0.001 -0.021 0.028 0.521 0.040 0.004 | +| p3770_s | -0.295 0.009 -0.002 -0.021 1.000 0.080 -0.001 -0.006 0.138 -0.007 0.083 -0.172 -0.282 -0.016 -0.002 -0.033 0.018 -0.007 -0.010 0.002 | +| p4040_p | -0.219 0.018 -0.005 -0.024 0.080 1.000 -0.005 -0.012 -0.283 -0.010 0.205 0.084 -0.499 -0.017 -0.010 -0.033 0.031 -0.014 -0.135 0.002 | +| omega_s | -0.015 -0.001 0.000 0.149 -0.001 -0.005 1.000 -0.026 -0.000 0.020 -0.002 -0.002 0.004 0.074 -0.000 0.000 -0.000 0.780 -0.032 0.000 | +| phi_p | -0.020 -0.001 0.000 0.056 -0.006 -0.012 -0.026 1.000 -0.002 0.643 -0.008 0.003 0.028 0.099 -0.000 -0.007 0.010 0.013 -0.018 0.001 | +| p4040_s | 0.105 -0.127 0.014 -0.020 0.138 -0.283 -0.000 -0.002 1.000 -0.005 -0.184 -0.018 0.138 -0.025 -0.001 -0.009 0.005 -0.004 0.044 0.044 | +| phi_s | -0.022 -0.001 0.000 0.112 -0.007 -0.010 0.020 0.643 -0.005 1.000 -0.006 0.007 0.035 0.213 0.000 0.004 -0.005 0.054 -0.012 0.001 | +| p4415_s | -0.102 0.030 -0.007 -0.018 0.083 0.205 -0.002 -0.008 -0.184 -0.006 1.000 0.007 -0.338 -0.013 0.011 -0.011 0.007 -0.009 -0.105 0.039 | +| p3770_p | -0.278 0.006 -0.001 0.028 -0.172 0.084 -0.002 0.003 -0.018 0.007 0.007 1.000 0.091 0.017 0.000 0.033 -0.037 0.006 -0.004 -0.049 | +| Dbar_s | -0.059 -0.310 0.013 0.093 -0.282 -0.499 0.004 0.028 0.138 0.035 -0.338 0.091 1.000 0.039 -0.006 0.184 -0.213 0.033 0.247 -0.092 | +| rho_p | -0.058 0.017 0.000 0.246 -0.016 -0.017 0.074 0.099 -0.025 0.213 -0.013 0.017 0.039 1.000 0.001 -0.043 0.056 0.085 -0.021 0.000 | +| p4160_s | 0.001 0.006 -0.003 0.001 -0.002 -0.010 -0.000 -0.000 -0.001 0.000 0.011 0.000 -0.006 0.001 1.000 0.000 -0.000 0.000 0.000 -0.002 | +| psi2s_s | -0.068 -0.004 0.001 -0.021 -0.033 -0.033 0.000 -0.007 -0.009 0.004 -0.011 0.033 0.184 -0.043 0.000 1.000 -0.740 -0.009 0.051 0.004 | +| jpsi_s | 0.066 0.004 -0.001 0.028 0.018 0.031 -0.000 0.010 0.005 -0.005 0.007 -0.037 -0.213 0.056 -0.000 -0.740 1.000 0.013 -0.058 -0.004 | +| omega_p | -0.023 0.000 0.000 0.521 -0.007 -0.014 0.780 0.013 -0.004 0.054 -0.009 0.006 0.033 0.085 0.000 -0.009 0.013 1.000 -0.014 0.001 | +| jpsi_p | -0.054 -0.029 0.004 0.040 -0.010 -0.135 -0.032 -0.018 0.044 -0.012 -0.105 -0.004 0.247 -0.021 0.000 0.051 -0.058 -0.014 1.000 0.010 | +| Ctt | -0.004 -0.013 -0.000 0.004 0.002 0.002 0.000 0.001 0.044 0.001 0.039 -0.049 -0.092 0.000 -0.002 0.004 -0.004 0.001 0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.02746462609496092}), (, {'error': 0.23365936053025127}), (, {'error': 0.00898248173313032}), (, {'error': 0.3275980490015488}), (, {'error': 0.20544665073654955}), (, {'error': 0.09796864385411386}), (, {'error': 1.3548626263007426}), (, {'error': 0.22378377219365042}), (, {'error': 0.14229440042012675}), (, {'error': 1.0150513580088374}), (, {'error': 0.15720144358941857}), (, {'error': 0.11888054370779955}), (, {'error': 0.032422835228771874}), (, {'error': 0.26572219716047174}), (, {'error': 0.010678972036455237}), (, {'error': 1.6603107642924897}), (, {'error': 17.79256422096205}), (, {'error': 0.34029347827502354}), (, {'error': 0.016078255194208246}), (, {'error': 0.017148154651429742})]) +Toy 5/10 +Time taken: 5 h, 51 min +Projected time left: 5 h, 51 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.197E+05 | Ncalls=1435 (1435 total) | +| EDM = 3.46E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -719698.7183218701 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 3.823 | 0.029 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.29 | 0.15 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.99 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p3770_s | 2.18 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | p4040_p | -2.43 | 0.18 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 8.7 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 0.71 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.03 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 19.8 | 0.9 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.37 | 0.19 | | |0.126447 | 2.35355 | | +| 11| p3770_p | -2.00 | 0.13 | | |-6.28319 | 6.28319 | | +| 12| Dbar_s | 0.004 | 0.065 | | | -1.464 | 1.464 | | +| 13| rho_p | 6.19 | 0.25 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.29 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1367.5 | 2.1 | | | 1358.64 | 1433.36 | | +| 16| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 17| omega_p | -5.4 | 0.3 | | |-6.28319 | 6.28319 | | +| 18| jpsi_p | -4.803 | 0.017 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.15 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p p4415_p p4160_p rho_s p3770_s p4040_p omega_s phi_p p4040_s phi_s p4415_s p3770_p Dbar_s rho_p p4160_s psi2s_s jpsi_s omega_p jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 0.035 0.287 0.021 -0.175 0.015 -0.012 -0.015 -0.402 -0.004 -0.346 0.459 0.630 0.011 -0.327 0.077 -0.113 -0.006 0.001 -0.480 | +| p4415_p | 0.035 1.000 0.319 -0.003 0.008 0.176 -0.003 -0.003 -0.218 0.000 -0.176 0.110 -0.094 0.016 -0.112 -0.006 0.010 -0.005 -0.027 -0.184 | +| p4160_p | 0.287 0.319 1.000 -0.004 -0.064 0.164 -0.005 -0.004 -0.548 -0.000 -0.099 0.330 0.306 0.024 -0.136 -0.008 0.014 -0.007 0.012 -0.552 | +| rho_s | 0.021 -0.003 -0.004 1.000 -0.021 -0.013 0.192 -0.011 -0.013 -0.017 -0.005 0.008 0.029 0.153 -0.013 -0.025 0.025 0.570 -0.060 0.021 | +| p3770_s | -0.175 0.008 -0.064 -0.021 1.000 -0.038 -0.001 0.004 0.168 0.001 0.069 -0.120 -0.184 -0.013 0.073 -0.025 0.029 -0.008 -0.096 0.038 | +| p4040_p | 0.015 0.176 0.164 -0.013 -0.038 1.000 -0.004 -0.005 -0.232 -0.000 0.068 0.216 -0.046 0.010 0.389 -0.026 0.029 -0.011 -0.135 -0.280 | +| omega_s | -0.012 -0.003 -0.005 0.192 -0.001 -0.004 1.000 -0.051 0.001 0.003 0.000 -0.004 0.001 0.042 -0.001 0.002 -0.003 0.778 -0.031 0.003 | +| phi_p | -0.015 -0.003 -0.004 -0.011 0.004 -0.005 -0.051 1.000 0.003 0.566 -0.003 -0.006 -0.004 -0.163 -0.002 0.021 -0.023 -0.020 -0.000 -0.006 | +| p4040_s | -0.402 -0.218 -0.548 -0.013 0.168 -0.232 0.001 0.003 1.000 -0.001 0.227 -0.297 -0.505 -0.031 0.023 -0.016 0.017 -0.003 -0.073 0.571 | +| phi_s | -0.004 0.000 -0.000 -0.017 0.001 -0.000 0.003 0.566 -0.001 1.000 -0.000 0.000 0.004 -0.029 0.000 0.038 -0.043 0.014 -0.015 -0.003 | +| p4415_s | -0.346 -0.176 -0.099 -0.005 0.069 0.068 0.000 -0.003 0.227 -0.000 1.000 -0.261 -0.500 -0.018 0.378 0.000 -0.005 -0.003 -0.130 0.463 | +| p3770_p | 0.459 0.110 0.330 0.008 -0.120 0.216 -0.004 -0.006 -0.297 0.000 -0.261 1.000 0.503 0.021 -0.156 0.012 -0.032 -0.002 -0.033 -0.589 | +| Dbar_s | 0.630 -0.094 0.306 0.029 -0.184 -0.046 0.001 -0.004 -0.505 0.004 -0.500 0.503 1.000 0.025 -0.516 0.123 -0.139 0.010 0.070 -0.796 | +| rho_p | 0.011 0.016 0.024 0.153 -0.013 0.010 0.042 -0.163 -0.031 -0.029 -0.018 0.021 0.025 1.000 -0.013 -0.047 0.052 0.070 -0.069 -0.022 | +| p4160_s | -0.327 -0.112 -0.136 -0.013 0.073 0.389 -0.001 -0.002 0.023 0.000 0.378 -0.156 -0.516 -0.013 1.000 -0.013 0.013 -0.007 -0.160 0.324 | +| psi2s_s | 0.077 -0.006 -0.008 -0.025 -0.025 -0.026 0.002 0.021 -0.016 0.038 0.000 0.012 0.123 -0.047 -0.013 1.000 -0.853 -0.014 -0.059 0.015 | +| jpsi_s | -0.113 0.010 0.014 0.025 0.029 0.029 -0.003 -0.023 0.017 -0.043 -0.005 -0.032 -0.139 0.052 0.013 -0.853 1.000 0.015 0.068 -0.034 | +| omega_p | -0.006 -0.005 -0.007 0.570 -0.008 -0.011 0.778 -0.020 -0.003 0.014 -0.003 -0.002 0.010 0.070 -0.007 -0.014 0.015 1.000 -0.044 0.009 | +| jpsi_p | 0.001 -0.027 0.012 -0.060 -0.096 -0.135 -0.031 -0.000 -0.073 -0.015 -0.130 -0.033 0.070 -0.069 -0.160 -0.059 0.068 -0.044 1.000 -0.081 | +| Ctt | -0.480 -0.184 -0.552 0.021 0.038 -0.280 0.003 -0.006 0.571 -0.003 0.463 -0.589 -0.796 -0.022 0.324 0.015 -0.034 0.009 -0.081 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.029386915278971415}), (, {'error': 0.15429536158800738}), (, {'error': 0.0970646756481397}), (, {'error': 0.33390300387818983}), (, {'error': 0.18910063199049587}), (, {'error': 0.18054386327645666}), (, {'error': 1.3286919994154953}), (, {'error': 0.1825736739083581}), (, {'error': 0.17683607194196505}), (, {'error': 0.9308816969950549}), (, {'error': 0.18524399633346023}), (, {'error': 0.13109719895229466}), (, {'error': 0.06452251550341737}), (, {'error': 0.2515932577271389}), (, {'error': 0.16840105862674903}), (, {'error': 2.1409501982011534}), (, {'error': 42.53190089304735}), (, {'error': 0.3414651286974344}), (, {'error': 0.016765745007518262}), (, {'error': 0.1646754762201164})]) +Toy 6/10 +Time taken: 7 h, 55 min +Projected time left: 5 h, 16 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.197E+05 | Ncalls=1259 (1259 total) | +| EDM = 0.000327 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -719668.2670408806 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 2.219 | 0.029 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.97 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p3770_s | 2.23 | 0.20 | | |0.918861 | 4.08114 | | +| 5 | p4040_p | -2.69 | 0.20 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 8.7 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -0.39 | 0.24 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 0.88 | 0.16 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 16.5 | 1.1 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 0.126 | 0.019 | | |0.126447 | 2.35355 | | +| 11| p3770_p | 4.03 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| Dbar_s | 0.19 | 0.04 | | | -1.464 | 1.464 | | +| 13| rho_p | -0.22 | 0.28 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 1.86 | 0.16 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1374 | 4 | | | 1358.64 | 1433.36 | | +| 16| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 17| omega_p | 0.7 | 0.3 | | |-6.28319 | 6.28319 | | +| 18| jpsi_p | -1.561 | 0.017 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.50 | 0.14 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p p4415_p p4160_p rho_s p3770_s p4040_p omega_s phi_p p4040_s phi_s p4415_s p3770_p Dbar_s rho_p p4160_s psi2s_s jpsi_s omega_p jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 0.007 0.014 -0.024 -0.340 -0.234 -0.014 -0.017 0.004 -0.024 0.002 -0.232 -0.060 -0.034 -0.178 -0.171 0.171 -0.016 -0.066 -0.023 | +| p4415_p | 0.007 1.000 -0.015 0.000 -0.003 -0.012 0.000 0.000 0.008 0.000 -0.028 0.002 0.024 -0.000 -0.010 0.001 -0.001 0.000 0.007 -0.007 | +| p4160_p | 0.014 -0.015 1.000 0.010 -0.067 -0.115 -0.002 -0.002 -0.323 -0.002 0.010 0.103 0.011 0.023 -0.040 -0.018 0.019 0.001 -0.031 -0.297 | +| rho_s | -0.024 0.000 0.010 1.000 -0.017 -0.009 0.132 0.068 -0.021 0.112 0.001 0.016 0.037 0.244 -0.014 -0.069 0.072 0.532 0.033 0.014 | +| p3770_s | -0.340 -0.003 -0.067 -0.017 1.000 0.020 -0.001 -0.005 0.176 -0.007 -0.001 -0.136 -0.219 -0.010 0.072 -0.044 0.037 -0.006 -0.013 -0.012 | +| p4040_p | -0.234 -0.012 -0.115 -0.009 0.020 1.000 -0.002 -0.008 -0.191 -0.008 0.000 0.082 -0.372 0.007 0.470 -0.065 0.066 -0.007 -0.144 -0.076 | +| omega_s | -0.014 0.000 -0.002 0.132 -0.001 -0.002 1.000 -0.026 -0.001 0.014 -0.000 -0.002 0.003 0.064 -0.001 0.002 -0.002 0.752 -0.028 0.001 | +| phi_p | -0.017 0.000 -0.002 0.068 -0.005 -0.008 -0.026 1.000 -0.003 0.689 -0.000 -0.001 0.009 0.117 -0.007 -0.030 0.032 0.022 -0.025 0.006 | +| p4040_s | 0.004 0.008 -0.323 -0.021 0.176 -0.191 -0.001 -0.003 1.000 -0.006 -0.007 -0.100 -0.165 -0.029 -0.307 -0.035 0.033 -0.007 0.012 0.313 | +| phi_s | -0.024 0.000 -0.002 0.112 -0.007 -0.008 0.014 0.689 -0.006 1.000 -0.000 0.004 0.027 0.215 -0.006 0.006 -0.007 0.055 -0.013 0.009 | +| p4415_s | 0.002 -0.028 0.010 0.001 -0.001 0.000 -0.000 -0.000 -0.007 -0.000 1.000 0.003 -0.008 0.001 -0.011 -0.001 0.001 0.000 -0.001 -0.010 | +| p3770_p | -0.232 0.002 0.103 0.016 -0.136 0.082 -0.002 -0.001 -0.100 0.004 0.003 1.000 0.247 0.007 -0.010 0.081 -0.082 0.001 -0.019 -0.303 | +| Dbar_s | -0.060 0.024 0.011 0.037 -0.219 -0.372 0.003 0.009 -0.165 0.027 -0.008 0.247 1.000 -0.027 -0.452 0.424 -0.437 0.011 0.231 -0.432 | +| rho_p | -0.034 -0.000 0.023 0.244 -0.010 0.007 0.064 0.117 -0.029 0.215 0.001 0.007 -0.027 1.000 -0.002 -0.151 0.158 0.090 -0.044 -0.013 | +| p4160_s | -0.178 -0.010 -0.040 -0.014 0.072 0.470 -0.001 -0.007 -0.307 -0.006 -0.011 -0.010 -0.452 -0.002 1.000 -0.036 0.035 -0.007 -0.115 0.120 | +| psi2s_s | -0.171 0.001 -0.018 -0.069 -0.044 -0.065 0.002 -0.030 -0.035 0.006 -0.001 0.081 0.424 -0.151 -0.036 1.000 -0.951 -0.034 0.165 0.063 | +| jpsi_s | 0.171 -0.001 0.019 0.072 0.037 0.066 -0.002 0.032 0.033 -0.007 0.001 -0.082 -0.437 0.158 0.035 -0.951 1.000 0.036 -0.170 -0.063 | +| omega_p | -0.016 0.000 0.001 0.532 -0.006 -0.007 0.752 0.022 -0.007 0.055 0.000 0.001 0.011 0.090 -0.007 -0.034 0.036 1.000 -0.015 0.005 | +| jpsi_p | -0.066 0.007 -0.031 0.033 -0.013 -0.144 -0.028 -0.025 0.012 -0.013 -0.001 -0.019 0.231 -0.044 -0.115 0.165 -0.170 -0.015 1.000 0.080 | +| Ctt | -0.023 -0.007 -0.297 0.014 -0.012 -0.076 0.001 0.006 0.313 0.009 -0.010 -0.303 -0.432 -0.013 0.120 0.063 -0.063 0.005 0.080 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.02906730914798139}), (, {'error': 0.12083273995259658}), (, {'error': 0.09625825686365319}), (, {'error': 0.3277950050126239}), (, {'error': 0.20458041084982925}), (, {'error': 0.20082950053713877}), (, {'error': 1.283200645189325}), (, {'error': 0.23781008991523622}), (, {'error': 0.15608618517820194}), (, {'error': 1.0679433280368045}), (, {'error': 0.018734920355211473}), (, {'error': 0.1164098284479449}), (, {'error': 0.042406275412834704}), (, {'error': 0.2845461170779542}), (, {'error': 0.15790252204950384}), (, {'error': 3.6218601562319463}), (, {'error': 128.8003512544783}), (, {'error': 0.3216783804825858}), (, {'error': 0.016553729788013616}), (, {'error': 0.13711591705863588})]) +Toy 7/10 +Time taken: 9 h, 45 min +Projected time left: 4 h, 11 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.197E+05 | Ncalls=783 (783 total) | +| EDM = 5.61E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -719699.2619453246 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | -4.099 | 0.029 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.24 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.34 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p3770_s | 2.33 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | p4040_p | 3.85 | 0.18 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 8.7 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -5.69 | 0.19 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.01 | 0.17 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 19.9 | 0.9 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.35 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p3770_p | 3.87 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| Dbar_s | 0.020 | 0.058 | | | -1.464 | 1.464 | | +| 13| rho_p | -0.22 | 0.29 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.27 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1374.2 | 1.8 | | | 1358.64 | 1433.36 | | +| 16| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 17| omega_p | -5.5 | 0.3 | | |-6.28319 | 6.28319 | | +| 18| jpsi_p | -1.573 | 0.017 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.17 | 0.14 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p p4415_p p4160_p rho_s p3770_s p4040_p omega_s phi_p p4040_s phi_s p4415_s p3770_p Dbar_s rho_p p4160_s psi2s_s jpsi_s omega_p jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.040 -0.002 -0.031 -0.312 -0.234 -0.015 0.008 -0.094 -0.005 -0.136 -0.195 0.077 -0.052 -0.207 -0.067 0.066 -0.021 -0.033 -0.049 | +| p4415_p | -0.040 1.000 0.300 -0.000 0.002 0.153 -0.001 -0.007 -0.191 -0.001 -0.159 0.077 -0.163 0.024 -0.101 -0.011 0.011 -0.003 -0.086 -0.139 | +| p4160_p | -0.002 0.300 1.000 -0.001 -0.086 0.102 -0.002 -0.007 -0.508 -0.002 -0.040 0.268 0.203 0.031 -0.108 -0.019 0.020 -0.004 -0.098 -0.483 | +| rho_s | -0.031 -0.000 -0.001 1.000 -0.021 -0.012 0.204 -0.048 -0.017 -0.024 -0.007 0.009 0.037 0.231 -0.013 -0.020 0.026 0.575 0.045 0.023 | +| p3770_s | -0.312 0.002 -0.086 -0.021 1.000 -0.043 -0.002 0.008 0.188 0.002 0.083 -0.181 -0.220 -0.021 0.085 -0.032 0.017 -0.008 -0.003 0.071 | +| p4040_p | -0.234 0.153 0.102 -0.012 -0.043 1.000 -0.003 -0.006 -0.179 -0.001 0.117 0.153 -0.154 0.010 0.416 -0.025 0.025 -0.009 -0.163 -0.196 | +| omega_s | -0.015 -0.001 -0.002 0.204 -0.002 -0.003 1.000 -0.066 -0.002 -0.002 -0.001 -0.002 0.004 0.077 -0.002 -0.001 0.002 0.778 -0.026 0.001 | +| phi_p | 0.008 -0.007 -0.007 -0.048 0.008 -0.006 -0.066 1.000 0.009 0.574 -0.001 -0.008 -0.008 -0.291 -0.001 0.024 -0.030 -0.034 -0.030 -0.006 | +| p4040_s | -0.094 -0.191 -0.508 -0.017 0.188 -0.179 -0.002 0.009 1.000 0.001 0.189 -0.262 -0.460 -0.044 0.002 -0.008 0.006 -0.007 0.032 0.538 | +| phi_s | -0.005 -0.001 -0.002 -0.024 0.002 -0.001 -0.002 0.574 0.001 1.000 0.000 -0.002 -0.000 -0.063 0.001 0.029 -0.035 0.010 -0.021 -0.003 | +| p4415_s | -0.136 -0.159 -0.040 -0.007 0.083 0.117 -0.001 -0.001 0.189 0.000 1.000 -0.222 -0.459 -0.023 0.366 0.007 -0.009 -0.005 -0.042 0.423 | +| p3770_p | -0.195 0.077 0.268 0.009 -0.181 0.153 -0.002 -0.008 -0.262 -0.002 -0.222 1.000 0.446 0.026 -0.147 0.009 -0.014 0.000 -0.074 -0.540 | +| Dbar_s | 0.077 -0.163 0.203 0.037 -0.220 -0.154 0.004 -0.008 -0.460 -0.000 -0.459 0.446 1.000 0.035 -0.521 0.092 -0.109 0.016 0.097 -0.752 | +| rho_p | -0.052 0.024 0.031 0.231 -0.021 0.010 0.077 -0.291 -0.044 -0.063 -0.023 0.026 0.035 1.000 -0.017 -0.053 0.067 0.099 -0.013 -0.022 | +| p4160_s | -0.207 -0.101 -0.108 -0.013 0.085 0.416 -0.002 -0.001 0.002 0.001 0.366 -0.147 -0.521 -0.017 1.000 -0.006 0.004 -0.008 -0.090 0.321 | +| psi2s_s | -0.067 -0.011 -0.019 -0.020 -0.032 -0.025 -0.001 0.024 -0.008 0.029 0.007 0.009 0.092 -0.053 -0.006 1.000 -0.778 -0.011 0.064 0.041 | +| jpsi_s | 0.066 0.011 0.020 0.026 0.017 0.025 0.002 -0.030 0.006 -0.035 -0.009 -0.014 -0.109 0.067 0.004 -0.778 1.000 0.014 -0.071 -0.039 | +| omega_p | -0.021 -0.003 -0.004 0.575 -0.008 -0.009 0.778 -0.034 -0.007 0.010 -0.005 0.000 0.016 0.099 -0.008 -0.011 0.014 1.000 -0.009 0.008 | +| jpsi_p | -0.033 -0.086 -0.098 0.045 -0.003 -0.163 -0.026 -0.030 0.032 -0.021 -0.042 -0.074 0.097 -0.013 -0.090 0.064 -0.071 -0.009 1.000 0.116 | +| Ctt | -0.049 -0.139 -0.483 0.023 0.071 -0.196 0.001 -0.006 0.538 -0.003 0.423 -0.540 -0.752 -0.022 0.321 0.041 -0.039 0.008 0.116 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.028842733280808552}), (, {'error': 0.15561041654452135}), (, {'error': 0.09330836735147674}), (, {'error': 0.33864506896780927}), (, {'error': 0.2051723429428809}), (, {'error': 0.18061516767281116}), (, {'error': 1.323367879466569}), (, {'error': 0.1885799153013874}), (, {'error': 0.17464235236103132}), (, {'error': 0.9426985178777603}), (, {'error': 0.18103332064703082}), (, {'error': 0.12420724566077102}), (, {'error': 0.05801268560503736}), (, {'error': 0.287810538701577}), (, {'error': 0.1676575474178743}), (, {'error': 1.7786972070994125}), (, {'error': 128.61942875156637}), (, {'error': 0.34001704964586654}), (, {'error': 0.016547435965475366}), (, {'error': 0.1351604243874048})]) +Toy 8/10 +Time taken: 11 h, 6 min +Projected time left: 2 h, 46 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.197E+05 | Ncalls=1302 (1302 total) | +| EDM = 0.000195 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -719698.8289267374 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 1.779 | 0.029 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.88 | 0.15 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.16 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p3770_s | 2.37 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | p4040_p | -2.67 | 0.18 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 8.7 | 1.2 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -5.52 | 0.19 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.05 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 19.8 | 0.9 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.38 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p3770_p | 3.50 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| Dbar_s | 0.009 | 0.061 | | | -1.464 | 1.464 | | +| 13| rho_p | -6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.31 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1373.4 | 2.4 | | | 1358.64 | 1433.36 | | +| 16| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 17| omega_p | 0.92 | 0.31 | | |-6.28319 | 6.28319 | | +| 18| jpsi_p | 1.671 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.14 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p p4415_p p4160_p rho_s p3770_s p4040_p omega_s phi_p p4040_s phi_s p4415_s p3770_p Dbar_s rho_p p4160_s psi2s_s jpsi_s omega_p jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.109 -0.123 -0.023 -0.350 -0.336 -0.011 0.006 -0.013 -0.007 -0.082 -0.287 -0.011 -0.041 -0.203 -0.056 0.056 -0.014 0.118 0.176 | +| p4415_p | -0.109 1.000 0.296 0.001 0.003 0.152 -0.002 -0.008 -0.195 -0.001 -0.166 0.075 -0.119 0.019 -0.105 -0.010 0.010 -0.004 -0.035 -0.159 | +| p4160_p | -0.123 0.296 1.000 0.005 -0.071 0.114 -0.003 -0.010 -0.527 -0.002 -0.061 0.272 0.274 0.027 -0.130 -0.009 0.009 -0.004 0.016 -0.515 | +| rho_s | -0.023 0.001 0.005 1.000 -0.021 -0.009 0.127 -0.031 -0.022 -0.023 -0.011 0.014 0.037 0.181 -0.016 -0.031 0.036 0.544 -0.063 0.012 | +| p3770_s | -0.350 0.003 -0.071 -0.021 1.000 -0.046 -0.000 0.007 0.159 0.001 0.057 -0.167 -0.163 -0.014 0.065 -0.039 0.029 -0.007 -0.011 0.011 | +| p4040_p | -0.336 0.152 0.114 -0.009 -0.046 1.000 -0.002 -0.009 -0.200 -0.002 0.099 0.159 -0.087 0.011 0.404 -0.028 0.028 -0.009 -0.135 -0.240 | +| omega_s | -0.011 -0.002 -0.003 0.127 -0.000 -0.002 1.000 -0.059 0.000 -0.003 0.000 -0.003 0.001 0.048 -0.000 0.004 -0.004 0.736 -0.028 0.001 | +| phi_p | 0.006 -0.008 -0.010 -0.031 0.007 -0.009 -0.059 1.000 0.011 0.576 0.001 -0.011 -0.007 -0.231 -0.001 0.033 -0.037 -0.026 0.006 0.000 | +| p4040_s | -0.013 -0.195 -0.527 -0.022 0.159 -0.200 0.000 0.011 1.000 0.001 0.197 -0.258 -0.489 -0.035 0.015 -0.028 0.027 -0.005 -0.056 0.543 | +| phi_s | -0.007 -0.001 -0.002 -0.023 0.001 -0.002 -0.003 0.576 0.001 1.000 0.000 -0.001 0.004 -0.051 0.000 0.047 -0.052 0.009 -0.014 -0.000 | +| p4415_s | -0.082 -0.166 -0.061 -0.011 0.057 0.099 0.000 0.001 0.197 0.000 1.000 -0.219 -0.468 -0.020 0.368 0.001 -0.002 -0.005 -0.141 0.422 | +| p3770_p | -0.287 0.075 0.272 0.014 -0.167 0.159 -0.003 -0.011 -0.258 -0.001 -0.219 1.000 0.457 0.020 -0.149 0.038 -0.043 -0.000 -0.032 -0.509 | +| Dbar_s | -0.011 -0.119 0.274 0.037 -0.163 -0.087 0.001 -0.007 -0.489 0.004 -0.468 0.457 1.000 0.024 -0.516 0.153 -0.167 0.012 0.096 -0.772 | +| rho_p | -0.041 0.019 0.027 0.181 -0.014 0.011 0.048 -0.231 -0.035 -0.051 -0.020 0.020 0.024 1.000 -0.014 -0.069 0.077 0.067 -0.089 -0.025 | +| p4160_s | -0.203 -0.105 -0.130 -0.016 0.065 0.404 -0.000 -0.001 0.015 0.000 0.368 -0.149 -0.516 -0.014 1.000 -0.018 0.018 -0.008 -0.166 0.311 | +| psi2s_s | -0.056 -0.010 -0.009 -0.031 -0.039 -0.028 0.004 0.033 -0.028 0.047 0.001 0.038 0.153 -0.069 -0.018 1.000 -0.883 -0.016 -0.059 0.040 | +| jpsi_s | 0.056 0.010 0.009 0.036 0.029 0.028 -0.004 -0.037 0.027 -0.052 -0.002 -0.043 -0.167 0.077 0.018 -0.883 1.000 0.018 0.070 -0.039 | +| omega_p | -0.014 -0.004 -0.004 0.544 -0.007 -0.009 0.736 -0.026 -0.005 0.009 -0.005 -0.000 0.012 0.067 -0.008 -0.016 0.018 1.000 -0.043 0.006 | +| jpsi_p | 0.118 -0.035 0.016 -0.063 -0.011 -0.135 -0.028 0.006 -0.056 -0.014 -0.141 -0.032 0.096 -0.089 -0.166 -0.059 0.070 -0.043 1.000 -0.141 | +| Ctt | 0.176 -0.159 -0.515 0.012 0.011 -0.240 0.001 0.000 0.543 -0.000 0.422 -0.509 -0.772 -0.025 0.311 0.040 -0.039 0.006 -0.141 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.02910184822255868}), (, {'error': 0.1527250885521214}), (, {'error': 0.09417645689238974}), (, {'error': 0.3296044488578011}), (, {'error': 0.20595454794624413}), (, {'error': 0.17725877105771426}), (, {'error': 1.243409881094463}), (, {'error': 0.18645500702402362}), (, {'error': 0.17802968999690633}), (, {'error': 0.940895561539504}), (, {'error': 0.18238070291622022}), (, {'error': 0.1216189669763903}), (, {'error': 0.06105926962524111}), (, {'error': 0.503791166484727}), (, {'error': 0.16990554802030533}), (, {'error': 2.3767806191590353}), (, {'error': 32.1145884726011}), (, {'error': 0.3143592501813841}), (, {'error': 0.016243899853194854}), (, {'error': 0.13180900037362206})]) +Toy 9/10 +Time taken: 13 h, 5 s +Projected time left: 1 h, 26 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.197E+05 | Ncalls=1268 (1268 total) | +| EDM = 0.00809 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -719698.939026049 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | -4.099 | 0.029 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.24 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.94 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p3770_s | 2.33 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | p4040_p | -2.43 | 0.18 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 8.9 | 1.1 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -5.73 | 0.19 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.01 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 19.8 | 1.0 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.35 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p3770_p | 3.87 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| Dbar_s | 0.018 | 0.058 | | | -1.464 | 1.464 | | +| 13| rho_p | -6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.27 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1373.7 | 1.6 | | | 1358.64 | 1433.36 | | +| 16| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 17| omega_p | 0.77 | 0.31 | | |-6.28319 | 6.28319 | | +| 18| jpsi_p | 4.710 | 0.017 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.17 | 0.14 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p p4415_p p4160_p rho_s p3770_s p4040_p omega_s phi_p p4040_s phi_s p4415_s p3770_p Dbar_s rho_p p4160_s psi2s_s jpsi_s omega_p jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.040 -0.002 -0.030 -0.312 -0.238 -0.009 -0.005 -0.095 -0.008 -0.138 -0.195 0.081 -0.017 -0.211 -0.059 -0.058 -0.020 -0.031 -0.047 | +| p4415_p | -0.040 1.000 0.303 -0.001 0.002 0.156 -0.002 -0.000 -0.194 0.000 -0.158 0.079 -0.162 0.008 -0.099 -0.009 -0.008 -0.003 -0.086 -0.143 | +| p4160_p | -0.002 0.303 1.000 -0.002 -0.087 0.105 -0.004 0.002 -0.511 0.000 -0.039 0.270 0.205 0.011 -0.106 -0.015 -0.015 -0.004 -0.098 -0.487 | +| rho_s | -0.030 -0.001 -0.002 1.000 -0.021 -0.013 0.131 -0.046 -0.015 -0.026 -0.006 0.008 0.037 0.048 -0.012 -0.015 -0.021 0.592 0.047 0.025 | +| p3770_s | -0.312 0.002 -0.087 -0.021 1.000 -0.045 0.000 0.003 0.188 0.001 0.082 -0.182 -0.219 -0.006 0.084 -0.032 -0.015 -0.009 -0.002 0.072 | +| p4040_p | -0.238 0.156 0.105 -0.013 -0.045 1.000 -0.002 -0.002 -0.183 0.000 0.119 0.156 -0.155 0.004 0.422 -0.022 -0.021 -0.010 -0.165 -0.201 | +| omega_s | -0.009 -0.002 -0.004 0.131 0.000 -0.002 1.000 -0.044 0.001 -0.001 0.001 -0.003 0.000 0.018 0.000 0.003 0.004 0.679 -0.023 0.002 | +| phi_p | -0.005 -0.000 0.002 -0.046 0.003 -0.002 -0.044 1.000 -0.002 0.601 -0.007 -0.002 -0.001 -0.102 -0.005 0.010 0.013 -0.021 -0.039 -0.014 | +| p4040_s | -0.095 -0.194 -0.511 -0.015 0.188 -0.183 0.001 -0.002 1.000 -0.001 0.187 -0.264 -0.460 -0.014 -0.000 -0.009 -0.007 -0.006 0.033 0.540 | +| phi_s | -0.008 0.000 0.000 -0.026 0.001 0.000 -0.001 0.601 -0.001 1.000 -0.001 -0.001 0.000 -0.019 -0.000 0.021 0.027 0.012 -0.025 -0.005 | +| p4415_s | -0.138 -0.158 -0.039 -0.006 0.082 0.119 0.001 -0.007 0.187 -0.001 1.000 -0.221 -0.460 -0.007 0.366 0.005 0.007 -0.005 -0.043 0.420 | +| p3770_p | -0.195 0.079 0.270 0.008 -0.182 0.156 -0.003 -0.002 -0.264 -0.001 -0.221 1.000 0.445 0.008 -0.144 0.008 0.013 0.000 -0.075 -0.541 | +| Dbar_s | 0.081 -0.162 0.205 0.037 -0.219 -0.155 0.000 -0.001 -0.460 0.000 -0.460 0.445 1.000 0.009 -0.521 0.076 0.094 0.017 0.096 -0.752 | +| rho_p | -0.017 0.008 0.011 0.048 -0.006 0.004 0.018 -0.102 -0.014 -0.019 -0.007 0.008 0.009 1.000 -0.005 -0.013 -0.018 -0.012 -0.010 -0.010 | +| p4160_s | -0.211 -0.099 -0.106 -0.012 0.084 0.422 0.000 -0.005 -0.000 -0.000 0.366 -0.144 -0.521 -0.005 1.000 -0.007 -0.005 -0.008 -0.092 0.316 | +| psi2s_s | -0.059 -0.009 -0.015 -0.015 -0.032 -0.022 0.003 0.010 -0.009 0.021 0.005 0.008 0.076 -0.013 -0.007 1.000 0.722 -0.009 0.053 0.034 | +| jpsi_s | -0.058 -0.008 -0.015 -0.021 -0.015 -0.021 0.004 0.013 -0.007 0.027 0.007 0.013 0.094 -0.018 -0.005 0.722 1.000 -0.012 0.059 0.032 | +| omega_p | -0.020 -0.003 -0.004 0.592 -0.009 -0.010 0.679 -0.021 -0.006 0.012 -0.005 0.000 0.017 -0.012 -0.008 -0.009 -0.012 1.000 -0.003 0.009 | +| jpsi_p | -0.031 -0.086 -0.098 0.047 -0.002 -0.165 -0.023 -0.039 0.033 -0.025 -0.043 -0.075 0.096 -0.010 -0.092 0.053 0.059 -0.003 1.000 0.116 | +| Ctt | -0.047 -0.143 -0.487 0.025 0.072 -0.201 0.002 -0.014 0.540 -0.005 0.420 -0.541 -0.752 -0.010 0.316 0.034 0.032 0.009 0.116 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.0288227672680339}), (, {'error': 0.15593244063844458}), (, {'error': 0.09376997820513155}), (, {'error': 0.3452145670000222}), (, {'error': 0.20512440641274976}), (, {'error': 0.18257298007684386}), (, {'error': 1.1195560990172337}), (, {'error': 0.1888915200184238}), (, {'error': 0.17506620300775783}), (, {'error': 0.9567680692693905}), (, {'error': 0.18098026709272963}), (, {'error': 0.12434979193692186}), (, {'error': 0.057913386479318985}), (, {'error': 0.15581633982022014}), (, {'error': 0.1680980912123724}), (, {'error': 1.6135482450976042}), (, {'error': 10.73749334758304}), (, {'error': 0.3050429659894722}), (, {'error': 0.016545595828348247}), (, {'error': 0.13535800048602029})]) +Toy 10/10 +Time taken: 14 h, 52 min +Projected time left: +Mean Ctt value = -0.2940655833117817 +Mean Ctt error = 0.09195526289555231 +Simulation ended diff --git a/prelim_results/slurm-2213901.out b/prelim_results/slurm-2213901.out new file mode 100644 index 0000000..4054574 --- /dev/null +++ b/prelim_results/slurm-2213901.out @@ -0,0 +1,9447 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.997234: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.004970: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2600150000 Hz +2019-07-07 14:45:24.005178: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55fa3c3da060 executing computations on platform Host. Devices: +2019-07-07 14:45:24.005210: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:28.270064: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55fa3c466100 executing computations on platform CUDA. Devices: +2019-07-07 14:45:28.270095: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:28.271829: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:86:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:28.271872: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:28.294195: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:28.294219: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:28.294229: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:28.295952: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:86:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712054.9085415 Edm = 14.7871 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712054.9085415 Edm = 14.7871 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716264.6559083 Edm = 1.95147 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716326.9835969 Edm = 42.8733 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -716651.2812114 Edm = 3.41875 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -716655.7344237 Edm = 0.239467 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -716663.6757782 Edm = 6.74483 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -716745.6022271 Edm = 1.3008 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -716746.9459388 Edm = 0.125702 NCalls = 25 +VariableMetric: Iteration # 8 - FCN = -716747.2186727 Edm = 0.0723282 NCalls = 27 +VariableMetric: Iteration # 9 - FCN = -716748.8786046 Edm = 1.53944 NCalls = 31 +VariableMetric: Iteration # 10 - FCN = -716982.0645256 Edm = 37.1919 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -717013.8753388 Edm = 4.53147 NCalls = 37 +VariableMetric: Iteration # 12 - FCN = -717016.9633776 Edm = 0.137476 NCalls = 38 +VariableMetric: Iteration # 13 - FCN = -717017.0931072 Edm = 0.00322012 NCalls = 40 +VariableMetric: Iteration # 14 - FCN = -717017.1073424 Edm = 0.0142499 NCalls = 42 +VariableMetric: Iteration # 15 - FCN = -717017.3639747 Edm = 0.286924 NCalls = 47 +VariableMetric: Iteration # 16 - FCN = -717021.7276716 Edm = 0.625752 NCalls = 54 +VariableMetric: Iteration # 17 - FCN = -717042.3078394 Edm = 5.44955 NCalls = 57 +VariableMetric: Iteration # 18 - FCN = -717055.2579613 Edm = 0.154316 NCalls = 59 +VariableMetric: Iteration # 19 - FCN = -717055.4106397 Edm = 0.00782434 NCalls = 60 +VariableMetric: Iteration # 20 - FCN = -717055.4342261 Edm = 0.010942 NCalls = 62 +VariableMetric: Iteration # 21 - FCN = -717055.8293198 Edm = 0.287045 NCalls = 66 +VariableMetric: Iteration # 22 - FCN = -717074.9824616 Edm = 16.4682 NCalls = 71 +VariableMetric: Iteration # 23 - FCN = -717151.8032589 Edm = 39.722 NCalls = 75 +VariableMetric: Iteration # 24 - FCN = -717211.1254701 Edm = 10.3025 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -717224.13378 Edm = 0.464622 NCalls = 80 +VariableMetric: Iteration # 26 - FCN = -717224.5734262 Edm = 0.0303754 NCalls = 82 +VariableMetric: Iteration # 27 - FCN = -717224.6062059 Edm = 0.00835348 NCalls = 84 +VariableMetric: Iteration # 28 - FCN = -717224.6317833 Edm = 0.0216079 NCalls = 86 +VariableMetric: Iteration # 29 - FCN = -717226.3452437 Edm = 1.47577 NCalls = 92 +VariableMetric: Iteration # 30 - FCN = -717252.2791929 Edm = 16.1891 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -717296.5461262 Edm = 10.8516 NCalls = 99 +VariableMetric: Iteration # 32 - FCN = -717307.874429 Edm = 1.98362 NCalls = 100 +VariableMetric: Iteration # 33 - FCN = -717309.8433476 Edm = 0.313325 NCalls = 102 +VariableMetric: Iteration # 34 - FCN = -717310.105284 Edm = 0.00651215 NCalls = 103 +VariableMetric: Iteration # 35 - FCN = -717310.113866 Edm = 0.00213995 NCalls = 105 +VariableMetric: Iteration # 36 - FCN = -717310.1317112 Edm = 0.0208597 NCalls = 108 +VariableMetric: Iteration # 37 - FCN = -717310.6615507 Edm = 0.537462 NCalls = 114 +VariableMetric: Iteration # 38 - FCN = -717310.821598 Edm = 0.155034 NCalls = 119 +VariableMetric: Iteration # 39 - FCN = -717355.693266 Edm = 17.6346 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -717375.3491451 Edm = 10.5439 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -717383.7723923 Edm = 0.878726 NCalls = 130 +VariableMetric: Iteration # 42 - FCN = -717384.9248631 Edm = 0.0717789 NCalls = 132 +VariableMetric: Iteration # 43 - FCN = -717385.0146051 Edm = 0.00594803 NCalls = 134 +VariableMetric: Iteration # 44 - FCN = -717385.0322268 Edm = 0.0134093 NCalls = 136 +VariableMetric: Iteration # 45 - FCN = -717385.1253613 Edm = 0.0680021 NCalls = 140 +VariableMetric: Iteration # 46 - FCN = -717390.1600255 Edm = 4.67206 NCalls = 145 +VariableMetric: Iteration # 47 - FCN = -717576.9652145 Edm = 69.4505 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -717642.9406709 Edm = 39.3259 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -717671.9667661 Edm = 12.5206 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -717677.9870449 Edm = 8.72107 NCalls = 157 +VariableMetric: Iteration # 51 - FCN = -717682.7389294 Edm = 1.07407 NCalls = 159 +VariableMetric: Iteration # 52 - FCN = -717686.0425664 Edm = 0.516502 NCalls = 162 +VariableMetric: Iteration # 53 - FCN = -717686.5029379 Edm = 0.24744 NCalls = 164 +VariableMetric: Iteration # 54 - FCN = -717686.7255734 Edm = 0.0208524 NCalls = 166 +VariableMetric: Iteration # 55 - FCN = -717686.7461367 Edm = 0.00504853 NCalls = 168 +VariableMetric: Iteration # 56 - FCN = -717686.7531505 Edm = 0.0026817 NCalls = 170 +VariableMetric: Iteration # 57 - FCN = -717686.8072369 Edm = 0.0423928 NCalls = 174 +VariableMetric: Iteration # 58 - FCN = -717687.2572037 Edm = 0.167545 NCalls = 177 +VariableMetric: Iteration # 59 - FCN = -717688.1548058 Edm = 0.471334 NCalls = 179 +VariableMetric: Iteration # 60 - FCN = -717697.2899859 Edm = 6.82915 NCalls = 183 +VariableMetric: Iteration # 61 - FCN = -717718.8688528 Edm = 1.38752 NCalls = 186 +VariableMetric: Iteration # 62 - FCN = -717720.1600029 Edm = 0.154849 NCalls = 187 +VariableMetric: Iteration # 63 - FCN = -717720.3271597 Edm = 0.0760607 NCalls = 189 +VariableMetric: Iteration # 64 - FCN = -717720.6233394 Edm = 0.621704 NCalls = 194 +VariableMetric: Iteration # 65 - FCN = -717720.944405 Edm = 0.89899 NCalls = 198 +VariableMetric: Iteration # 66 - FCN = -717721.0810091 Edm = 0.405493 NCalls = 201 +VariableMetric: Iteration # 67 - FCN = -717722.0957278 Edm = 0.604742 NCalls = 205 +VariableMetric: Iteration # 68 - FCN = -717724.2075167 Edm = 1.82748 NCalls = 207 +VariableMetric: Iteration # 69 - FCN = -717725.4845121 Edm = 2.71097 NCalls = 209 +VariableMetric: Iteration # 70 - FCN = -717726.6547547 Edm = 0.621981 NCalls = 212 +VariableMetric: Iteration # 71 - FCN = -717727.2928347 Edm = 0.101696 NCalls = 214 +VariableMetric: Iteration # 72 - FCN = -717727.3715747 Edm = 0.00338458 NCalls = 216 +VariableMetric: Iteration # 73 - FCN = -717727.3751809 Edm = 0.000620551 NCalls = 218 +VariableMetric: Iteration # 74 - FCN = -717727.3787077 Edm = 0.00367899 NCalls = 221 +VariableMetric: Iteration # 75 - FCN = -717727.5029691 Edm = 0.140567 NCalls = 227 +VariableMetric: Iteration # 76 - FCN = -717727.8471798 Edm = 0.325049 NCalls = 234 +VariableMetric: Iteration # 77 - FCN = -717734.5409788 Edm = 0.287042 NCalls = 238 +VariableMetric: Iteration # 78 - FCN = -717734.8035322 Edm = 0.00614699 NCalls = 240 +VariableMetric: Iteration # 79 - FCN = -717734.8095741 Edm = 0.000379684 NCalls = 241 +VariableMetric: Iteration # 80 - FCN = -717734.8109627 Edm = 0.000996358 NCalls = 243 +VariableMetric: Iteration # 81 - FCN = -717734.8342221 Edm = 0.0216987 NCalls = 247 +VariableMetric: Iteration # 82 - FCN = -717736.4071594 Edm = 1.57808 NCalls = 252 +VariableMetric: Iteration # 83 - FCN = -717744.210562 Edm = 5.37902 NCalls = 258 +VariableMetric: Iteration # 84 - FCN = -717761.1073336 Edm = 0.597838 NCalls = 260 +VariableMetric: Iteration # 85 - FCN = -717761.5019705 Edm = 0.0683764 NCalls = 262 +VariableMetric: Iteration # 86 - FCN = -717761.5879964 Edm = 0.00489261 NCalls = 264 +VariableMetric: Iteration # 87 - FCN = -717761.5938663 Edm = 0.000487841 NCalls = 266 +VariableMetric: Iteration # 88 - FCN = -717761.5955223 Edm = 0.000816394 NCalls = 268 +VariableMetric: Iteration # 89 - FCN = -717761.6057661 Edm = 0.0111041 NCalls = 271 +VariableMetric: Iteration # 90 - FCN = -717762.3628494 Edm = 0.634681 NCalls = 278 +VariableMetric: Iteration # 91 - FCN = -717777.513855 Edm = 3.26265 NCalls = 282 +VariableMetric: Iteration # 92 - FCN = -717782.3661104 Edm = 0.133927 NCalls = 285 +VariableMetric: Iteration # 93 - FCN = -717782.5430355 Edm = 0.0248872 NCalls = 287 +VariableMetric: Iteration # 94 - FCN = -717782.5675226 Edm = 0.0025709 NCalls = 288 +VariableMetric: Iteration # 95 - FCN = -717782.5699198 Edm = 4.88615e-05 NCalls = 290 +VariableMetric: After Hessian - FCN = -717782.5699198 Edm = 1.29502e+06 NCalls = 657 +VariableMetric: Iteration # 96 - FCN = -717782.5699198 Edm = 1.29502e+06 NCalls = 657 +VariableMetric: Iteration # 97 - FCN = -717854.6335527 Edm = 1.27811e+06 NCalls = 668 +VariableMetric: Iteration # 98 - FCN = -717854.6335527 Edm = 1.27811e+06 NCalls = 679 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711183.2478839 Edm = 2.84706 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711183.2478839 Edm = 2.84706 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712800.7708967 Edm = 1.74843 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -712810.5721665 Edm = 3.30122 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -713878.8446212 Edm = 702.673 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -713905.9471654 Edm = 50.1282 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -713917.9629384 Edm = 3.4305 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -714758.8548619 Edm = 82.6804 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -715655.8542155 Edm = 1.9606 NCalls = 37 +VariableMetric: Iteration # 8 - FCN = -715656.7521292 Edm = 3.54279 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -715663.5893018 Edm = 13.3345 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -715996.3555774 Edm = 55.9434 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -716048.6364975 Edm = 0.0683702 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -716048.7467907 Edm = 0.0366442 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -716052.6478429 Edm = 3.83827 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -716373.5634038 Edm = 49.8957 NCalls = 63 +VariableMetric: Iteration # 15 - FCN = -716433.8931863 Edm = 4.00208 NCalls = 65 +VariableMetric: Iteration # 16 - FCN = -716445.5104663 Edm = 1.95819 NCalls = 68 +VariableMetric: Iteration # 17 - FCN = -716447.8912553 Edm = 0.0179967 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -716447.9156647 Edm = 0.00863573 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -716448.1581423 Edm = 0.264595 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -716448.8041295 Edm = 0.6118 NCalls = 81 +VariableMetric: Iteration # 21 - FCN = -716588.3872603 Edm = 35.7561 NCalls = 87 +VariableMetric: Iteration # 22 - FCN = -716688.256345 Edm = 52.3714 NCalls = 94 +VariableMetric: Iteration # 23 - FCN = -716705.4746766 Edm = 45.1771 NCalls = 96 +VariableMetric: Iteration # 24 - FCN = -716769.0503659 Edm = 8.12485 NCalls = 99 +VariableMetric: Iteration # 25 - FCN = -716776.3028913 Edm = 0.42438 NCalls = 101 +VariableMetric: Iteration # 26 - FCN = -716776.7567518 Edm = 0.00784803 NCalls = 103 +VariableMetric: Iteration # 27 - FCN = -716776.7680754 Edm = 0.006804 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -716776.8223289 Edm = 0.0319711 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -716777.0057436 Edm = 0.108878 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -716795.1764919 Edm = 15.6457 NCalls = 117 +VariableMetric: Iteration # 31 - FCN = -716871.2213994 Edm = 43.523 NCalls = 119 +VariableMetric: Iteration # 32 - FCN = -716913.9660154 Edm = 7.89818 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -716925.6791599 Edm = 4.42942 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -716998.1488488 Edm = 43.2442 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -716999.8938395 Edm = 1.97714 NCalls = 130 +VariableMetric: Iteration # 36 - FCN = -717002.9313493 Edm = 1.23574 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -717042.2556255 Edm = 33.5486 NCalls = 136 +VariableMetric: Iteration # 38 - FCN = -717125.0549887 Edm = 79.5682 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -717274.4618227 Edm = 70.821 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -717439.0596286 Edm = 35.0569 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -717459.1915372 Edm = 22.792 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -717546.8767231 Edm = 122.017 NCalls = 157 +VariableMetric: Iteration # 43 - FCN = -717553.2759525 Edm = 44.7052 NCalls = 159 +VariableMetric: Iteration # 44 - FCN = -717581.8840017 Edm = 27.7921 NCalls = 161 +VariableMetric: Iteration # 45 - FCN = -717640.7473251 Edm = 17.158 NCalls = 165 +VariableMetric: Iteration # 46 - FCN = -717686.6313838 Edm = 13.2228 NCalls = 168 +VariableMetric: Iteration # 47 - FCN = -717706.6831687 Edm = 3.59713 NCalls = 171 +VariableMetric: Iteration # 48 - FCN = -717708.8501136 Edm = 0.615109 NCalls = 173 +VariableMetric: Iteration # 49 - FCN = -717709.2304943 Edm = 0.0289733 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -717709.2909041 Edm = 0.0368172 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -717709.5248737 Edm = 0.233669 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -717714.198822 Edm = 4.2593 NCalls = 186 +VariableMetric: Iteration # 53 - FCN = -717836.0595352 Edm = 13.9582 NCalls = 190 +VariableMetric: Iteration # 54 - FCN = -717847.9620195 Edm = 2.21486 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -717850.423686 Edm = 0.392285 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -717856.1041423 Edm = 4.37474 NCalls = 202 +VariableMetric: Iteration # 57 - FCN = -717856.5584832 Edm = 3.07441 NCalls = 205 +VariableMetric: Iteration # 58 - FCN = -717864.2429412 Edm = 3.51194 NCalls = 210 +VariableMetric: Iteration # 59 - FCN = -717866.9893739 Edm = 1.81802 NCalls = 212 +VariableMetric: Iteration # 60 - FCN = -717870.3923773 Edm = 1.96243 NCalls = 215 +VariableMetric: Iteration # 61 - FCN = -717876.5140981 Edm = 0.324644 NCalls = 217 +VariableMetric: Iteration # 62 - FCN = -717876.8949181 Edm = 0.0248219 NCalls = 219 +VariableMetric: Iteration # 63 - FCN = -717876.9119638 Edm = 0.00217202 NCalls = 221 +VariableMetric: Iteration # 64 - FCN = -717876.9201151 Edm = 0.00619376 NCalls = 223 +VariableMetric: Iteration # 65 - FCN = -717877.3403523 Edm = 0.329223 NCalls = 229 +VariableMetric: Iteration # 66 - FCN = -717886.1943178 Edm = 4.91936 NCalls = 234 +VariableMetric: Iteration # 67 - FCN = -717892.8451797 Edm = 5.91204 NCalls = 237 +VariableMetric: Iteration # 68 - FCN = -717898.1163076 Edm = 0.844906 NCalls = 239 +VariableMetric: Iteration # 69 - FCN = -717898.8793417 Edm = 0.0104461 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -717898.8917 Edm = 0.000712242 NCalls = 242 +VariableMetric: Iteration # 71 - FCN = -717898.8945274 Edm = 0.00225151 NCalls = 244 +VariableMetric: Iteration # 72 - FCN = -717899.099693 Edm = 0.205879 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -717900.1529556 Edm = 0.0104906 NCalls = 257 +VariableMetric: Iteration # 74 - FCN = -717913.9920714 Edm = 1.93738 NCalls = 258 +VariableMetric: Iteration # 75 - FCN = -717915.8070899 Edm = 0.487165 NCalls = 260 +VariableMetric: Iteration # 76 - FCN = -717916.3369881 Edm = 0.00925582 NCalls = 262 +VariableMetric: Iteration # 77 - FCN = -717916.3469856 Edm = 0.000396376 NCalls = 264 +VariableMetric: Iteration # 78 - FCN = -717916.3476647 Edm = 0.000160338 NCalls = 266 +VariableMetric: Iteration # 79 - FCN = -717916.3503331 Edm = 0.0025701 NCalls = 270 +VariableMetric: Iteration # 80 - FCN = -717916.5400099 Edm = 0.0987449 NCalls = 277 +VariableMetric: Iteration # 81 - FCN = -717918.0213029 Edm = 0.66709 NCalls = 280 +VariableMetric: Iteration # 82 - FCN = -717919.5396324 Edm = 0.0112826 NCalls = 282 +VariableMetric: Iteration # 83 - FCN = -717919.5502203 Edm = 8.03408e-05 NCalls = 284 +VariableMetric: Iteration # 84 - FCN = -717919.5503263 Edm = 1.76466e-05 NCalls = 286 +VariableMetric: After Hessian - FCN = -717919.5503263 Edm = 79.594 NCalls = 649 +VariableMetric: Iteration # 85 - FCN = -717919.5503263 Edm = 79.594 NCalls = 649 +VariableMetric: Iteration # 86 - FCN = -717922.8683252 Edm = 4.70659 NCalls = 653 +VariableMetric: Iteration # 87 - FCN = -717924.0050995 Edm = 1.42377 NCalls = 655 +VariableMetric: Iteration # 88 - FCN = -717924.2620585 Edm = 0.16769 NCalls = 657 +VariableMetric: Iteration # 89 - FCN = -717924.3825978 Edm = 0.0392847 NCalls = 658 +VariableMetric: Iteration # 90 - FCN = -717924.4337298 Edm = 0.00827114 NCalls = 660 +VariableMetric: Iteration # 91 - FCN = -717924.445791 Edm = 0.00588229 NCalls = 662 +VariableMetric: Iteration # 92 - FCN = -717924.4706471 Edm = 0.00999485 NCalls = 666 +VariableMetric: Iteration # 93 - FCN = -717924.487196 Edm = 0.00736341 NCalls = 669 +VariableMetric: Iteration # 94 - FCN = -717924.4897992 Edm = 0.00313438 NCalls = 671 +VariableMetric: Iteration # 95 - FCN = -717924.4948344 Edm = 0.00147703 NCalls = 674 +VariableMetric: Iteration # 96 - FCN = -717924.4982951 Edm = 0.000735792 NCalls = 678 +VariableMetric: Iteration # 97 - FCN = -717924.4989535 Edm = 0.000597984 NCalls = 681 +VariableMetric: Iteration # 98 - FCN = -717924.4994168 Edm = 8.23289e-05 NCalls = 683 +VariableMetric: Iteration # 99 - FCN = -717924.4995645 Edm = 1.78992e-05 NCalls = 685 +VariableMetric: After Hessian - FCN = -717924.4995645 Edm = 1.96004e-05 NCalls = 1066 +VariableMetric: Iteration # 100 - FCN = -717924.4995645 Edm = 1.96004e-05 NCalls = 1066 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712957.9844929 Edm = 5.3101 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712957.9844929 Edm = 5.3101 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716131.9395804 Edm = 0.177201 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716431.3402043 Edm = 1.04163 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -716431.7080152 Edm = 0.560285 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -716465.9056765 Edm = 33.4146 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -716572.1875708 Edm = 39.4447 NCalls = 29 +VariableMetric: Iteration # 6 - FCN = -716626.855471 Edm = 0.63573 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -716629.8442202 Edm = 2.3973 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -716644.5037117 Edm = 0.567498 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -716645.0303669 Edm = 0.0186946 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -716645.3101123 Edm = 0.252523 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -716646.0889273 Edm = 0.678052 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -716651.8008947 Edm = 0.0386343 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -716651.8552352 Edm = 0.0173756 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -716663.7948598 Edm = 10.5874 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -716767.6541585 Edm = 11.0136 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -716779.1500708 Edm = 0.528227 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -716779.9265808 Edm = 0.020548 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -716779.958864 Edm = 0.00904045 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -716780.6241504 Edm = 0.558265 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -716801.1224808 Edm = 10.9069 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -716870.7892395 Edm = 11.377 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -716887.2831843 Edm = 10.4105 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -716895.898906 Edm = 2.52726 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -716901.3338527 Edm = 0.392133 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -716901.7509495 Edm = 0.0753934 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -716901.8381779 Edm = 0.0148565 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -716901.8678057 Edm = 0.00874269 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -716902.1058482 Edm = 0.047667 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -716902.1750481 Edm = 0.0236337 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -716902.2011556 Edm = 0.039361 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -716904.8543788 Edm = 2.57578 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -716904.9289837 Edm = 0.0614783 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -716908.5602892 Edm = 2.5374 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -716908.5739043 Edm = 0.0672288 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -716909.0273578 Edm = 0.459814 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -716909.8541052 Edm = 0.704787 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -716940.1558036 Edm = 13.8617 NCalls = 140 +VariableMetric: Iteration # 38 - FCN = -716978.5488626 Edm = 131.766 NCalls = 143 +VariableMetric: Iteration # 39 - FCN = -717020.3737933 Edm = 12.4749 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -717039.4164811 Edm = 15.1553 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -717053.4448953 Edm = 7.88607 NCalls = 150 +VariableMetric: Iteration # 42 - FCN = -717063.2050969 Edm = 1.76693 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -717064.5911266 Edm = 0.430905 NCalls = 154 +VariableMetric: Iteration # 44 - FCN = -717065.7504254 Edm = 2.986 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -717067.706967 Edm = 3.76695 NCalls = 163 +VariableMetric: Iteration # 46 - FCN = -717067.8658937 Edm = 0.412705 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -717069.7970067 Edm = 1.84075 NCalls = 169 +VariableMetric: Iteration # 48 - FCN = -717079.1030696 Edm = 11.157 NCalls = 173 +VariableMetric: Iteration # 49 - FCN = -717090.8805666 Edm = 4.10278 NCalls = 179 +VariableMetric: Iteration # 50 - FCN = -717097.8626554 Edm = 5.77761 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -717101.5598015 Edm = 1.54794 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -717107.5467957 Edm = 1.89713 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -717109.8140926 Edm = 0.0829398 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -717109.8898694 Edm = 0.0491202 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -717109.9531776 Edm = 0.0161091 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -717109.9795048 Edm = 0.00354285 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -717110.0336008 Edm = 0.0500325 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -717111.1268837 Edm = 1.04973 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -717175.4334742 Edm = 21.6329 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -717199.8867101 Edm = 20.6822 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -717233.8637798 Edm = 9.71881 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -717256.8617648 Edm = 14.6308 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -717274.2814233 Edm = 28.2602 NCalls = 220 +VariableMetric: Iteration # 64 - FCN = -717310.4424407 Edm = 31.0907 NCalls = 223 +VariableMetric: Iteration # 65 - FCN = -717320.2837829 Edm = 22.7406 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -717356.7371909 Edm = 23.9419 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -717383.9675089 Edm = 21.4342 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -717394.3688984 Edm = 1.82253 NCalls = 232 +VariableMetric: Iteration # 69 - FCN = -717398.4506295 Edm = 0.692939 NCalls = 235 +VariableMetric: Iteration # 70 - FCN = -717400.2266888 Edm = 0.586306 NCalls = 238 +VariableMetric: Iteration # 71 - FCN = -717402.1727654 Edm = 1.68582 NCalls = 240 +VariableMetric: Iteration # 72 - FCN = -717407.9439166 Edm = 8.01761 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -717409.1699112 Edm = 1.83793 NCalls = 247 +VariableMetric: Iteration # 74 - FCN = -717411.0724773 Edm = 0.657169 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -717411.6761106 Edm = 0.228779 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -717412.1498194 Edm = 0.16589 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -717412.511464 Edm = 0.0442226 NCalls = 256 +VariableMetric: Iteration # 78 - FCN = -717412.6007698 Edm = 0.0418969 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -717412.8408058 Edm = 0.115258 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -717413.3459413 Edm = 0.359596 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -717420.5873823 Edm = 8.54145 NCalls = 268 +VariableMetric: Iteration # 82 - FCN = -717470.7500237 Edm = 179.858 NCalls = 273 +VariableMetric: Iteration # 83 - FCN = -717475.8349833 Edm = 2.35069 NCalls = 275 +VariableMetric: Iteration # 84 - FCN = -717477.3333232 Edm = 1.18861 NCalls = 276 +VariableMetric: Iteration # 85 - FCN = -717479.3714361 Edm = 0.897647 NCalls = 279 +VariableMetric: Iteration # 86 - FCN = -717485.5268551 Edm = 4.63092 NCalls = 282 +VariableMetric: Iteration # 87 - FCN = -717532.5474524 Edm = 17.85 NCalls = 288 +VariableMetric: Iteration # 88 - FCN = -717595.7831874 Edm = 19.5932 NCalls = 290 +VariableMetric: Iteration # 89 - FCN = -717616.0738005 Edm = 25.817 NCalls = 292 +VariableMetric: Iteration # 90 - FCN = -717637.20178 Edm = 3.06474 NCalls = 295 +VariableMetric: Iteration # 91 - FCN = -717640.8802494 Edm = 1.10691 NCalls = 296 +VariableMetric: Iteration # 92 - FCN = -717641.5699638 Edm = 0.538352 NCalls = 298 +VariableMetric: Iteration # 93 - FCN = -717644.3575576 Edm = 4.47862 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -717656.8737336 Edm = 10.5788 NCalls = 309 +VariableMetric: Iteration # 95 - FCN = -717657.5202586 Edm = 1.57194 NCalls = 312 +VariableMetric: Iteration # 96 - FCN = -717661.8384011 Edm = 5.83209 NCalls = 315 +VariableMetric: Iteration # 97 - FCN = -717665.8764932 Edm = 3.12442 NCalls = 319 +VariableMetric: Iteration # 98 - FCN = -717671.7193068 Edm = 5.01846 NCalls = 321 +VariableMetric: Iteration # 99 - FCN = -717677.6429115 Edm = 0.399998 NCalls = 324 +VariableMetric: Iteration # 100 - FCN = -717678.0314829 Edm = 0.0194758 NCalls = 325 +VariableMetric: Iteration # 101 - FCN = -717678.0460466 Edm = 0.0064727 NCalls = 327 +VariableMetric: Iteration # 102 - FCN = -717678.0667712 Edm = 0.0167627 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -717678.7170122 Edm = 0.542106 NCalls = 335 +VariableMetric: Iteration # 104 - FCN = -717684.4903528 Edm = 2.73564 NCalls = 338 +VariableMetric: Iteration # 105 - FCN = -717696.6473987 Edm = 3.05668 NCalls = 342 +VariableMetric: Iteration # 106 - FCN = -717699.909853 Edm = 0.642174 NCalls = 343 +VariableMetric: Iteration # 107 - FCN = -717702.6359639 Edm = 1.36668 NCalls = 347 +VariableMetric: Iteration # 108 - FCN = -717710.7535937 Edm = 4.94439 NCalls = 354 +VariableMetric: Iteration # 109 - FCN = -717711.150142 Edm = 1.45055 NCalls = 357 +VariableMetric: Iteration # 110 - FCN = -717712.0201981 Edm = 0.266053 NCalls = 359 +VariableMetric: Iteration # 111 - FCN = -717714.0929028 Edm = 0.60362 NCalls = 362 +VariableMetric: Iteration # 112 - FCN = -717714.9322803 Edm = 0.157089 NCalls = 364 +VariableMetric: Iteration # 113 - FCN = -717715.3901233 Edm = 0.0418458 NCalls = 367 +VariableMetric: Iteration # 114 - FCN = -717715.430769 Edm = 0.00546431 NCalls = 368 +VariableMetric: Iteration # 115 - FCN = -717715.4365188 Edm = 0.00137124 NCalls = 370 +VariableMetric: Iteration # 116 - FCN = -717715.4398696 Edm = 0.00116469 NCalls = 372 +VariableMetric: Iteration # 117 - FCN = -717715.444821 Edm = 0.00324088 NCalls = 374 +VariableMetric: Iteration # 118 - FCN = -717715.5304129 Edm = 0.0782437 NCalls = 378 +VariableMetric: Iteration # 119 - FCN = -717722.5284679 Edm = 7.69836 NCalls = 385 +VariableMetric: Iteration # 120 - FCN = -717722.680376 Edm = 0.294905 NCalls = 387 +VariableMetric: Iteration # 121 - FCN = -717725.7028278 Edm = 2.99037 NCalls = 392 +VariableMetric: Iteration # 122 - FCN = -717728.1767777 Edm = 1.8283 NCalls = 397 +VariableMetric: Iteration # 123 - FCN = -717743.1918891 Edm = 3.31409 NCalls = 400 +VariableMetric: Iteration # 124 - FCN = -717749.8117583 Edm = 1.64851 NCalls = 403 +VariableMetric: Iteration # 125 - FCN = -717754.5438571 Edm = 5.87013 NCalls = 410 +VariableMetric: Iteration # 126 - FCN = -717756.8255021 Edm = 4.59268 NCalls = 414 +VariableMetric: Iteration # 127 - FCN = -717760.7130078 Edm = 2.13972 NCalls = 416 +VariableMetric: Iteration # 128 - FCN = -717762.5926217 Edm = 0.575823 NCalls = 418 +VariableMetric: Iteration # 129 - FCN = -717763.5745992 Edm = 0.344196 NCalls = 420 +VariableMetric: Iteration # 130 - FCN = -717764.6769324 Edm = 0.148219 NCalls = 427 +VariableMetric: Iteration # 131 - FCN = -717764.8316947 Edm = 0.0336709 NCalls = 428 +VariableMetric: Iteration # 132 - FCN = -717764.8473701 Edm = 0.00483787 NCalls = 430 +VariableMetric: Iteration # 133 - FCN = -717764.8544743 Edm = 0.00182552 NCalls = 432 +VariableMetric: Iteration # 134 - FCN = -717764.8573188 Edm = 0.000416837 NCalls = 434 +VariableMetric: Iteration # 135 - FCN = -717764.8597284 Edm = 0.00164319 NCalls = 437 +VariableMetric: Iteration # 136 - FCN = -717764.8947929 Edm = 0.0288905 NCalls = 441 +VariableMetric: Iteration # 137 - FCN = -717770.966517 Edm = 3.81619 NCalls = 447 +VariableMetric: Iteration # 138 - FCN = -717781.1816083 Edm = 0.829714 NCalls = 450 +VariableMetric: Iteration # 139 - FCN = -717782.0713905 Edm = 0.0875194 NCalls = 451 +VariableMetric: Iteration # 140 - FCN = -717782.1338781 Edm = 0.00526931 NCalls = 453 +VariableMetric: Iteration # 141 - FCN = -717782.1439503 Edm = 0.00320353 NCalls = 455 +VariableMetric: Iteration # 142 - FCN = -717782.1560626 Edm = 0.00185263 NCalls = 458 +VariableMetric: Iteration # 143 - FCN = -717782.1670478 Edm = 0.0161568 NCalls = 461 +VariableMetric: Iteration # 144 - FCN = -717782.1942185 Edm = 0.0539687 NCalls = 469 +VariableMetric: Iteration # 145 - FCN = -717782.2110608 Edm = 0.0568019 NCalls = 473 +VariableMetric: Iteration # 146 - FCN = -717782.2182855 Edm = 0.0134213 NCalls = 476 +VariableMetric: Iteration # 147 - FCN = -717782.4536756 Edm = 0.114583 NCalls = 481 +VariableMetric: Iteration # 148 - FCN = -717782.6092237 Edm = 0.167647 NCalls = 485 +VariableMetric: Iteration # 149 - FCN = -717782.7001401 Edm = 0.139166 NCalls = 488 +VariableMetric: Iteration # 150 - FCN = -717782.8192031 Edm = 0.145402 NCalls = 491 +VariableMetric: Iteration # 151 - FCN = -717783.0370152 Edm = 0.187577 NCalls = 494 +VariableMetric: Iteration # 152 - FCN = -717783.2253872 Edm = 0.0218909 NCalls = 498 +VariableMetric: Iteration # 153 - FCN = -717783.2533656 Edm = 0.00189261 NCalls = 500 +VariableMetric: Iteration # 154 - FCN = -717783.2578095 Edm = 0.00103185 NCalls = 502 +VariableMetric: Iteration # 155 - FCN = -717783.2596408 Edm = 0.000259459 NCalls = 504 +VariableMetric: Iteration # 156 - FCN = -717783.2600102 Edm = 0.00013877 NCalls = 506 +VariableMetric: Iteration # 157 - FCN = -717783.2603454 Edm = 0.00020964 NCalls = 508 +VariableMetric: Iteration # 158 - FCN = -717783.2624652 Edm = 0.00169965 NCalls = 513 +VariableMetric: Iteration # 159 - FCN = -717783.3222322 Edm = 0.0953736 NCalls = 520 +VariableMetric: Iteration # 160 - FCN = -717783.3237552 Edm = 0.0401517 NCalls = 522 +VariableMetric: Iteration # 161 - FCN = -717783.4777083 Edm = 0.148883 NCalls = 527 +VariableMetric: Iteration # 162 - FCN = -717783.7640263 Edm = 0.898591 NCalls = 532 +VariableMetric: Iteration # 163 - FCN = -717784.1578341 Edm = 0.0398587 NCalls = 534 +VariableMetric: Iteration # 164 - FCN = -717784.2153732 Edm = 0.0255081 NCalls = 536 +VariableMetric: Iteration # 165 - FCN = -717784.2313937 Edm = 0.00686232 NCalls = 537 +VariableMetric: Iteration # 166 - FCN = -717784.2408978 Edm = 0.00298909 NCalls = 539 +VariableMetric: Iteration # 167 - FCN = -717784.2671555 Edm = 0.0245108 NCalls = 542 +VariableMetric: Iteration # 168 - FCN = -717785.3846386 Edm = 0.807091 NCalls = 549 +VariableMetric: Iteration # 169 - FCN = -717788.4052595 Edm = 1.20187 NCalls = 552 +VariableMetric: Iteration # 170 - FCN = -717789.4536943 Edm = 0.1806 NCalls = 554 +VariableMetric: Iteration # 171 - FCN = -717789.6343353 Edm = 0.0287155 NCalls = 556 +VariableMetric: Iteration # 172 - FCN = -717789.6608738 Edm = 0.00293166 NCalls = 558 +VariableMetric: Iteration # 173 - FCN = -717789.663572 Edm = 0.000184283 NCalls = 560 +VariableMetric: Iteration # 174 - FCN = -717789.6638779 Edm = 9.95378e-05 NCalls = 562 +VariableMetric: Iteration # 175 - FCN = -717789.665375 Edm = 0.00164106 NCalls = 565 +VariableMetric: Iteration # 176 - FCN = -717789.6985583 Edm = 0.0386775 NCalls = 571 +VariableMetric: Iteration # 177 - FCN = -717789.7225677 Edm = 0.0235188 NCalls = 577 +VariableMetric: Iteration # 178 - FCN = -717790.9031328 Edm = 0.553385 NCalls = 582 +VariableMetric: Iteration # 179 - FCN = -717791.1703971 Edm = 0.0137583 NCalls = 584 +VariableMetric: Iteration # 180 - FCN = -717791.1838775 Edm = 0.000241031 NCalls = 585 +VariableMetric: Iteration # 181 - FCN = -717791.1840866 Edm = 1.37904e-05 NCalls = 587 +VariableMetric: After Hessian - FCN = -717791.1840866 Edm = 140.645 NCalls = 956 +VariableMetric: Iteration # 182 - FCN = -717791.1840866 Edm = 140.645 NCalls = 956 +VariableMetric: Iteration # 183 - FCN = -717793.0014898 Edm = 43336.6 NCalls = 960 +VariableMetric: Iteration # 184 - FCN = -717793.1251574 Edm = 778.96 NCalls = 966 +VariableMetric: Iteration # 185 - FCN = -717793.4227688 Edm = 332.017 NCalls = 970 +VariableMetric: Iteration # 186 - FCN = -717793.4497231 Edm = 931.565 NCalls = 974 +VariableMetric: Iteration # 187 - FCN = -717793.8159561 Edm = 659.758 NCalls = 977 +VariableMetric: Iteration # 188 - FCN = -717795.7499691 Edm = 366.199 NCalls = 980 +VariableMetric: Iteration # 189 - FCN = -717798.0448571 Edm = 19.4695 NCalls = 983 +VariableMetric: Iteration # 190 - FCN = -717798.1838329 Edm = 11.5992 NCalls = 986 +VariableMetric: Iteration # 191 - FCN = -717798.3281127 Edm = 34.8637 NCalls = 988 +VariableMetric: Iteration # 192 - FCN = -717798.6830929 Edm = 5.85316 NCalls = 990 +VariableMetric: Iteration # 193 - FCN = -717798.8615276 Edm = 4.21442 NCalls = 992 +VariableMetric: Iteration # 194 - FCN = -717798.9469986 Edm = 2.09062 NCalls = 994 +VariableMetric: Iteration # 195 - FCN = -717799.0430635 Edm = 1.20557 NCalls = 996 +VariableMetric: Iteration # 196 - FCN = -717799.3933254 Edm = 2.88519 NCalls = 998 +VariableMetric: Iteration # 197 - FCN = -717799.5969688 Edm = 1.20416 NCalls = 1000 +VariableMetric: Iteration # 198 - FCN = -717800.0392294 Edm = 29.9877 NCalls = 1002 +VariableMetric: Iteration # 199 - FCN = -717800.3029826 Edm = 0.596825 NCalls = 1004 +VariableMetric: Iteration # 200 - FCN = -717800.7054258 Edm = 1.51214 NCalls = 1007 +VariableMetric: Iteration # 201 - FCN = -717800.8485869 Edm = 3.65622 NCalls = 1009 +VariableMetric: Iteration # 202 - FCN = -717801.1165777 Edm = 3.50378 NCalls = 1011 +VariableMetric: Iteration # 203 - FCN = -717804.7211766 Edm = 5.18987 NCalls = 1016 +VariableMetric: Iteration # 204 - FCN = -717808.0440681 Edm = 6.27611 NCalls = 1019 +VariableMetric: Iteration # 205 - FCN = -717808.7570562 Edm = 1.06781 NCalls = 1021 +VariableMetric: Iteration # 206 - FCN = -717809.4240246 Edm = 1.61309 NCalls = 1024 +VariableMetric: Iteration # 207 - FCN = -717810.1316947 Edm = 1.57235 NCalls = 1027 +VariableMetric: Iteration # 208 - FCN = -717810.3806367 Edm = 0.315352 NCalls = 1029 +VariableMetric: Iteration # 209 - FCN = -717810.5226844 Edm = 0.143798 NCalls = 1031 +VariableMetric: Iteration # 210 - FCN = -717810.5781254 Edm = 0.0647693 NCalls = 1032 +VariableMetric: Iteration # 211 - FCN = -717810.6106061 Edm = 0.00757398 NCalls = 1034 +VariableMetric: Iteration # 212 - FCN = -717810.6154857 Edm = 0.00175016 NCalls = 1036 +VariableMetric: Iteration # 213 - FCN = -717810.6168593 Edm = 0.000813821 NCalls = 1037 +VariableMetric: Iteration # 214 - FCN = -717810.6186384 Edm = 0.00208068 NCalls = 1039 +VariableMetric: Iteration # 215 - FCN = -717810.6254144 Edm = 0.00214365 NCalls = 1043 +VariableMetric: Iteration # 216 - FCN = -717810.6272977 Edm = 0.000257652 NCalls = 1045 +VariableMetric: Iteration # 217 - FCN = -717810.6275014 Edm = 1.66835e-05 NCalls = 1047 +VariableMetric: After Hessian - FCN = -717810.6275014 Edm = 1.62138e-05 NCalls = 1426 +VariableMetric: Iteration # 218 - FCN = -717810.6275014 Edm = 1.62138e-05 NCalls = 1426 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715298.3612286 Edm = 1.52373 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715298.3612286 Edm = 1.52373 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716033.0099313 Edm = 0.311044 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716034.3456531 Edm = 0.424238 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716182.1757567 Edm = 10.471 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -716192.4343322 Edm = 0.112013 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716193.9317429 Edm = 1.42037 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -716288.0232688 Edm = 73.8835 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -716602.591326 Edm = 37.0386 NCalls = 38 +VariableMetric: Iteration # 8 - FCN = -716616.8693943 Edm = 83.438 NCalls = 40 +VariableMetric: Iteration # 9 - FCN = -716643.1196248 Edm = 2.04621 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -716646.5063675 Edm = 0.421863 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -716653.094553 Edm = 5.38635 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -716730.6881756 Edm = 9.82005 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -716743.7849419 Edm = 0.382602 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -716744.3688454 Edm = 0.0272713 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -716744.4112408 Edm = 0.0502003 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -716744.8147996 Edm = 0.38893 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -716778.0758645 Edm = 0.14872 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -716967.8013735 Edm = 2.07053 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -716969.899932 Edm = 0.223303 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -716970.2655792 Edm = 0.0245303 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -716970.3059069 Edm = 0.0110583 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -716970.8724345 Edm = 0.438377 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -717006.7129193 Edm = 26.6898 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -717084.4830121 Edm = 2.21266 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -717087.1572537 Edm = 0.185175 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -717087.3227195 Edm = 0.0228175 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -717087.3471308 Edm = 0.0046687 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -717087.3613211 Edm = 0.00558546 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -717087.6013558 Edm = 0.19133 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -717097.8367752 Edm = 6.95127 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -717113.6216799 Edm = 3.23649 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -717117.5172735 Edm = 1.16367 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -717119.8649888 Edm = 0.381324 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -717120.3094435 Edm = 0.0373965 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -717120.3314144 Edm = 0.00565797 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -717120.338152 Edm = 0.00186211 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -717120.3992835 Edm = 0.0635555 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -717121.5178964 Edm = 1.01581 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -717161.2570758 Edm = 24.3533 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -717185.1393902 Edm = 5.86328 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -717192.7235773 Edm = 1.13868 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -717193.9416232 Edm = 0.388566 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -717194.257328 Edm = 0.0802278 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -717194.3325199 Edm = 0.00414081 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -717194.347355 Edm = 0.0114501 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -717195.1294149 Edm = 0.817992 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -717195.2406539 Edm = 0.104825 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -717262.0467603 Edm = 73.3597 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -717458.7776371 Edm = 47.5979 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -717501.9292381 Edm = 7.79158 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -717508.8892795 Edm = 2.33319 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -717509.8732962 Edm = 0.266117 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -717510.0834687 Edm = 0.0354161 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -717510.1297557 Edm = 0.0121094 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -717510.2321911 Edm = 0.0900217 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -717513.8221257 Edm = 3.35085 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -717595.8278173 Edm = 33.269 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -717671.6179113 Edm = 15.4655 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -717690.8508395 Edm = 1.97831 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -717693.7123868 Edm = 0.769405 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -717695.380587 Edm = 0.791644 NCalls = 201 +VariableMetric: Iteration # 62 - FCN = -717696.4481947 Edm = 0.749385 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -717697.763232 Edm = 0.610003 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -717698.563129 Edm = 0.361184 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -717698.8030183 Edm = 0.0374917 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -717698.8532973 Edm = 0.00539325 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -717698.8746363 Edm = 0.0177005 NCalls = 213 +VariableMetric: Iteration # 68 - FCN = -717699.5222922 Edm = 0.451169 NCalls = 219 +VariableMetric: Iteration # 69 - FCN = -717715.3853486 Edm = 9.01066 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -717742.9008567 Edm = 7.48464 NCalls = 226 +VariableMetric: Iteration # 71 - FCN = -717764.107465 Edm = 24.7764 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -717776.0923545 Edm = 6.93231 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -717784.5136592 Edm = 1.55741 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -717785.2283519 Edm = 0.25197 NCalls = 240 +VariableMetric: Iteration # 75 - FCN = -717785.5061583 Edm = 0.0355517 NCalls = 242 +VariableMetric: Iteration # 76 - FCN = -717785.5627443 Edm = 0.00945116 NCalls = 244 +VariableMetric: Iteration # 77 - FCN = -717785.5768813 Edm = 0.00124742 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -717785.5817471 Edm = 0.00131585 NCalls = 248 +VariableMetric: Iteration # 79 - FCN = -717785.5867147 Edm = 0.000299392 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -717785.5875918 Edm = 0.000359494 NCalls = 252 +VariableMetric: Iteration # 81 - FCN = -717785.5890317 Edm = 0.000323369 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -717785.6217956 Edm = 0.0273665 NCalls = 259 +VariableMetric: Iteration # 83 - FCN = -717786.3927631 Edm = 0.448065 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -717788.3096668 Edm = 0.267061 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -717788.5919407 Edm = 0.10058 NCalls = 268 +VariableMetric: Iteration # 86 - FCN = -717788.7157001 Edm = 0.0202445 NCalls = 271 +VariableMetric: Iteration # 87 - FCN = -717788.7381222 Edm = 0.00288602 NCalls = 273 +VariableMetric: Iteration # 88 - FCN = -717788.7407458 Edm = 0.000181814 NCalls = 274 +VariableMetric: Iteration # 89 - FCN = -717788.7410653 Edm = 0.000234413 NCalls = 276 +VariableMetric: Iteration # 90 - FCN = -717788.7425339 Edm = 0.00169309 NCalls = 279 +VariableMetric: Iteration # 91 - FCN = -717788.8086779 Edm = 0.0659749 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -717788.8091302 Edm = 0.000282143 NCalls = 288 +VariableMetric: Iteration # 93 - FCN = -717788.8429506 Edm = 0.0228318 NCalls = 294 +VariableMetric: Iteration # 94 - FCN = -717789.1858717 Edm = 0.41129 NCalls = 298 +VariableMetric: Iteration # 95 - FCN = -717790.6185499 Edm = 2.26317 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -717790.7319686 Edm = 0.33643 NCalls = 306 +VariableMetric: Iteration # 97 - FCN = -717791.4725212 Edm = 1.02618 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -717792.5632807 Edm = 0.895228 NCalls = 316 +VariableMetric: Iteration # 99 - FCN = -717796.3670025 Edm = 2.15239 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -717797.3764504 Edm = 0.48901 NCalls = 322 +VariableMetric: Iteration # 101 - FCN = -717798.0364708 Edm = 0.359657 NCalls = 324 +VariableMetric: Iteration # 102 - FCN = -717798.5161601 Edm = 0.183299 NCalls = 327 +VariableMetric: Iteration # 103 - FCN = -717798.6836586 Edm = 0.0275637 NCalls = 329 +VariableMetric: Iteration # 104 - FCN = -717798.7096613 Edm = 0.00177388 NCalls = 331 +VariableMetric: Iteration # 105 - FCN = -717798.71261 Edm = 0.000577672 NCalls = 333 +VariableMetric: Iteration # 106 - FCN = -717798.7134633 Edm = 8.46821e-05 NCalls = 335 +VariableMetric: Iteration # 107 - FCN = -717798.7137449 Edm = 0.000215133 NCalls = 337 +VariableMetric: Iteration # 108 - FCN = -717798.7237909 Edm = 0.00992402 NCalls = 343 +VariableMetric: Iteration # 109 - FCN = -717799.360747 Edm = 0.296403 NCalls = 348 +VariableMetric: Iteration # 110 - FCN = -717799.9957204 Edm = 0.0104262 NCalls = 350 +VariableMetric: Iteration # 111 - FCN = -717800.0060769 Edm = 4.79269e-05 NCalls = 351 +VariableMetric: After Hessian - FCN = -717800.0060769 Edm = 24.2643 NCalls = 710 +VariableMetric: Iteration # 112 - FCN = -717800.0060769 Edm = 24.2643 NCalls = 710 +VariableMetric: Iteration # 113 - FCN = -717813.7273309 Edm = 7.47247 NCalls = 721 +VariableMetric: Iteration # 114 - FCN = -717813.8330243 Edm = 40.856 NCalls = 723 +VariableMetric: Iteration # 115 - FCN = -717818.3587622 Edm = 0.346374 NCalls = 725 +VariableMetric: Iteration # 116 - FCN = -717818.7209074 Edm = 0.0736576 NCalls = 726 +VariableMetric: Iteration # 117 - FCN = -717819.0075365 Edm = 0.176996 NCalls = 730 +VariableMetric: Iteration # 118 - FCN = -717819.5820805 Edm = 0.486327 NCalls = 733 +VariableMetric: Iteration # 119 - FCN = -717819.8891719 Edm = 0.139493 NCalls = 735 +VariableMetric: Iteration # 120 - FCN = -717820.0854919 Edm = 0.0104664 NCalls = 737 +VariableMetric: Iteration # 121 - FCN = -717820.1012316 Edm = 0.00117416 NCalls = 739 +VariableMetric: Iteration # 122 - FCN = -717820.1033668 Edm = 0.000250133 NCalls = 741 +VariableMetric: Iteration # 123 - FCN = -717820.1042753 Edm = 0.000706145 NCalls = 743 +VariableMetric: Iteration # 124 - FCN = -717820.1333982 Edm = 0.0381434 NCalls = 750 +VariableMetric: Iteration # 125 - FCN = -717820.1335341 Edm = 0.000531338 NCalls = 752 +VariableMetric: Iteration # 126 - FCN = -717820.1485155 Edm = 0.0172596 NCalls = 757 +VariableMetric: Iteration # 127 - FCN = -717820.151026 Edm = 0.00242254 NCalls = 760 +VariableMetric: Iteration # 128 - FCN = -717820.1891221 Edm = 0.0500452 NCalls = 767 +VariableMetric: Iteration # 129 - FCN = -717820.1929728 Edm = 0.00462985 NCalls = 771 +VariableMetric: Iteration # 130 - FCN = -717820.2054494 Edm = 0.0152609 NCalls = 776 +VariableMetric: Iteration # 131 - FCN = -717820.2927251 Edm = 0.108126 NCalls = 783 +VariableMetric: Iteration # 132 - FCN = -717820.2957292 Edm = 0.0027208 NCalls = 787 +VariableMetric: Iteration # 133 - FCN = -717820.4848442 Edm = 0.195834 NCalls = 793 +VariableMetric: Iteration # 134 - FCN = -717820.717178 Edm = 0.528378 NCalls = 798 +VariableMetric: Iteration # 135 - FCN = -717820.9112391 Edm = 0.139555 NCalls = 804 +VariableMetric: Iteration # 136 - FCN = -717821.1305005 Edm = 0.26681 NCalls = 807 +VariableMetric: Iteration # 137 - FCN = -717821.5366658 Edm = 0.326245 NCalls = 811 +VariableMetric: Iteration # 138 - FCN = -717821.7985169 Edm = 0.206726 NCalls = 813 +VariableMetric: Iteration # 139 - FCN = -717822.2558639 Edm = 0.151519 NCalls = 818 +VariableMetric: Iteration # 140 - FCN = -717822.5154494 Edm = 0.186219 NCalls = 820 +VariableMetric: Iteration # 141 - FCN = -717822.5901975 Edm = 0.077617 NCalls = 822 +VariableMetric: Iteration # 142 - FCN = -717822.7332203 Edm = 0.0363634 NCalls = 825 +VariableMetric: Iteration # 143 - FCN = -717822.8432108 Edm = 0.0275714 NCalls = 829 +VariableMetric: Iteration # 144 - FCN = -717822.8681354 Edm = 0.0434067 NCalls = 832 +VariableMetric: Iteration # 145 - FCN = -717822.8908464 Edm = 0.00692107 NCalls = 834 +VariableMetric: Iteration # 146 - FCN = -717822.9062878 Edm = 0.0065258 NCalls = 837 +VariableMetric: Iteration # 147 - FCN = -717822.9143271 Edm = 0.00177423 NCalls = 839 +VariableMetric: Iteration # 148 - FCN = -717822.9166246 Edm = 0.000537013 NCalls = 842 +VariableMetric: Iteration # 149 - FCN = -717822.9172464 Edm = 6.70999e-05 NCalls = 844 +VariableMetric: After Hessian - FCN = -717822.9172464 Edm = 0.000109887 NCalls = 1217 +VariableMetric: Iteration # 150 - FCN = -717822.9172464 Edm = 0.000109887 NCalls = 1217 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710142.5605677 Edm = 4.51936 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710142.5605677 Edm = 4.51936 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714742.9179944 Edm = 5.543 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -715690.4295217 Edm = 8.1371 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -715696.1134258 Edm = 1.50456 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -715853.9442341 Edm = 120.624 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -716165.8627553 Edm = 44.0942 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -716211.3635534 Edm = 0.173278 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -716211.6115148 Edm = 0.0412101 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -716213.6733711 Edm = 1.73096 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -716250.6543733 Edm = 0.608556 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -716251.9196561 Edm = 0.614864 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -716252.5269674 Edm = 0.245969 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -716279.796674 Edm = 28.8249 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -716280.636858 Edm = 0.707152 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -716421.8134546 Edm = 30.7706 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -716466.9748949 Edm = 0.740278 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -716468.2790054 Edm = 0.343909 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -716481.8123404 Edm = 6.87677 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -716482.7460535 Edm = 7.77107 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -716491.5050885 Edm = 0.722414 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -716496.5622059 Edm = 5.57832 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -716569.6834438 Edm = 19.4105 NCalls = 89 +VariableMetric: Iteration # 22 - FCN = -716588.803993 Edm = 8.32706 NCalls = 91 +VariableMetric: Iteration # 23 - FCN = -716594.6558495 Edm = 1.22334 NCalls = 92 +VariableMetric: Iteration # 24 - FCN = -716596.3823239 Edm = 0.0535114 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -716596.4609725 Edm = 0.0261634 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -716597.0598301 Edm = 0.57079 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -716638.5862026 Edm = 16.0932 NCalls = 106 +VariableMetric: Iteration # 28 - FCN = -716662.4531278 Edm = 1.20824 NCalls = 109 +VariableMetric: Iteration # 29 - FCN = -716663.5424393 Edm = 0.102586 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -716663.6867842 Edm = 0.0145043 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -716663.7146005 Edm = 0.00817109 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -716663.7691451 Edm = 0.0361535 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -716665.8572789 Edm = 2.03812 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -716727.4970683 Edm = 5.81625 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -716734.101582 Edm = 0.337191 NCalls = 130 +VariableMetric: Iteration # 36 - FCN = -716734.4143226 Edm = 0.0334831 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -716734.4574367 Edm = 0.00358702 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -716734.4686987 Edm = 0.00870838 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -716734.9645549 Edm = 0.497825 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -716739.545603 Edm = 0.48852 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -716777.9500008 Edm = 17.5605 NCalls = 152 +VariableMetric: Iteration # 42 - FCN = -716834.6075942 Edm = 42.1543 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -716916.9305784 Edm = 24.1299 NCalls = 158 +VariableMetric: Iteration # 44 - FCN = -717370.8633319 Edm = 91.6076 NCalls = 166 +VariableMetric: Iteration # 45 - FCN = -717375.2639423 Edm = 120.649 NCalls = 169 +VariableMetric: Iteration # 46 - FCN = -717462.1033237 Edm = 23.7431 NCalls = 171 +VariableMetric: Iteration # 47 - FCN = -717485.9488275 Edm = 3.1011 NCalls = 173 +VariableMetric: Iteration # 48 - FCN = -717489.1430977 Edm = 1.02599 NCalls = 175 +VariableMetric: Iteration # 49 - FCN = -717490.2594906 Edm = 0.303891 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -717490.6386434 Edm = 0.0138897 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -717490.6562449 Edm = 0.00254013 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -717490.6645501 Edm = 0.00827352 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -717491.0467834 Edm = 0.367947 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -717543.7749799 Edm = 35.6367 NCalls = 195 +VariableMetric: Iteration # 55 - FCN = -717625.9293777 Edm = 17.7103 NCalls = 198 +VariableMetric: Iteration # 56 - FCN = -717647.167547 Edm = 3.6173 NCalls = 200 +VariableMetric: Iteration # 57 - FCN = -717651.8726133 Edm = 1.26198 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -717652.8785272 Edm = 0.234664 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -717653.0330193 Edm = 0.0282155 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -717653.0756056 Edm = 0.00984721 NCalls = 208 +VariableMetric: Iteration # 61 - FCN = -717653.1167622 Edm = 0.023141 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -717653.8895365 Edm = 0.770834 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -717689.1719936 Edm = 18.8635 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -717767.5668469 Edm = 23.1705 NCalls = 223 +VariableMetric: Iteration # 65 - FCN = -717800.9729359 Edm = 15.514 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -717841.3378836 Edm = 11.1102 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -717850.6108618 Edm = 3.71116 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -717853.5804134 Edm = 0.769463 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -717854.6674664 Edm = 0.283427 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -717855.0014585 Edm = 0.0588262 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -717855.0850328 Edm = 0.0306789 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -717855.1810026 Edm = 0.014614 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -717855.2175819 Edm = 0.00439988 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -717855.2233648 Edm = 0.000784784 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -717855.2255206 Edm = 0.00121157 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -717855.2339981 Edm = 0.00576808 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -717855.4018358 Edm = 0.176358 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -717855.5660578 Edm = 0.155347 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -717855.9134937 Edm = 0.317972 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -717882.4579343 Edm = 33.6119 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -717883.9645041 Edm = 2.32194 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -717889.414206 Edm = 7.0021 NCalls = 274 +VariableMetric: Iteration # 83 - FCN = -717902.3970721 Edm = 4.19965 NCalls = 278 +VariableMetric: Iteration # 84 - FCN = -717906.4402932 Edm = 0.125594 NCalls = 279 +VariableMetric: Iteration # 85 - FCN = -717906.5702002 Edm = 0.0166566 NCalls = 280 +VariableMetric: Iteration # 86 - FCN = -717906.5876528 Edm = 0.00262118 NCalls = 282 +VariableMetric: Iteration # 87 - FCN = -717906.590866 Edm = 0.000434954 NCalls = 284 +VariableMetric: Iteration # 88 - FCN = -717906.5913671 Edm = 0.000244453 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -717906.5921797 Edm = 0.000612637 NCalls = 288 +VariableMetric: Iteration # 90 - FCN = -717906.6016274 Edm = 0.00894126 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -717907.268984 Edm = 0.47397 NCalls = 298 +VariableMetric: Iteration # 92 - FCN = -717910.8729229 Edm = 2.05267 NCalls = 302 +VariableMetric: Iteration # 93 - FCN = -717912.5321817 Edm = 0.311501 NCalls = 304 +VariableMetric: Iteration # 94 - FCN = -717912.7628243 Edm = 0.0201645 NCalls = 306 +VariableMetric: Iteration # 95 - FCN = -717912.780679 Edm = 0.000863671 NCalls = 307 +VariableMetric: Iteration # 96 - FCN = -717912.7815508 Edm = 7.629e-05 NCalls = 309 +VariableMetric: After Hessian - FCN = -717912.7815508 Edm = 681.705 NCalls = 668 +VariableMetric: Iteration # 97 - FCN = -717912.7815508 Edm = 681.705 NCalls = 668 +VariableMetric: Iteration # 98 - FCN = -717920.1438553 Edm = 54.7959 NCalls = 674 +VariableMetric: Iteration # 99 - FCN = -717920.1482962 Edm = 1.37225 NCalls = 680 +VariableMetric: Iteration # 100 - FCN = -717920.2435037 Edm = 0.544348 NCalls = 682 +VariableMetric: Iteration # 101 - FCN = -717922.1405096 Edm = 0.365496 NCalls = 686 +VariableMetric: Iteration # 102 - FCN = -717922.5076993 Edm = 0.135927 NCalls = 687 +VariableMetric: Iteration # 103 - FCN = -717923.0797139 Edm = 0.329903 NCalls = 690 +VariableMetric: Iteration # 104 - FCN = -717923.5838038 Edm = 0.328528 NCalls = 695 +VariableMetric: Iteration # 105 - FCN = -717923.9940731 Edm = 0.151734 NCalls = 697 +VariableMetric: Iteration # 106 - FCN = -717924.2209407 Edm = 0.201645 NCalls = 700 +VariableMetric: Iteration # 107 - FCN = -717924.3874984 Edm = 0.0437449 NCalls = 702 +VariableMetric: Iteration # 108 - FCN = -717924.4506954 Edm = 0.0258623 NCalls = 704 +VariableMetric: Iteration # 109 - FCN = -717924.5234294 Edm = 0.0134665 NCalls = 706 +VariableMetric: Iteration # 110 - FCN = -717924.5506318 Edm = 0.00981425 NCalls = 708 +VariableMetric: Iteration # 111 - FCN = -717924.5780196 Edm = 0.0117713 NCalls = 710 +VariableMetric: Iteration # 112 - FCN = -717924.6020307 Edm = 0.00321588 NCalls = 712 +VariableMetric: Iteration # 113 - FCN = -717924.6063556 Edm = 0.000858867 NCalls = 714 +VariableMetric: Iteration # 114 - FCN = -717924.6108062 Edm = 0.00088318 NCalls = 717 +VariableMetric: Iteration # 115 - FCN = -717924.6132765 Edm = 0.0012255 NCalls = 719 +VariableMetric: Iteration # 116 - FCN = -717924.6252737 Edm = 0.00262238 NCalls = 722 +VariableMetric: Iteration # 117 - FCN = -717924.6319489 Edm = 0.00276935 NCalls = 724 +VariableMetric: Iteration # 118 - FCN = -717924.6486263 Edm = 0.00336859 NCalls = 728 +VariableMetric: Iteration # 119 - FCN = -717924.6539159 Edm = 0.00305797 NCalls = 730 +VariableMetric: Iteration # 120 - FCN = -717924.6619144 Edm = 0.00693041 NCalls = 732 +VariableMetric: Iteration # 121 - FCN = -717924.6706188 Edm = 0.00526195 NCalls = 735 +VariableMetric: Iteration # 122 - FCN = -717924.6841074 Edm = 0.00361213 NCalls = 740 +VariableMetric: Iteration # 123 - FCN = -717924.6922458 Edm = 0.00264361 NCalls = 743 +VariableMetric: Iteration # 124 - FCN = -717924.6948518 Edm = 0.00315215 NCalls = 746 +VariableMetric: Iteration # 125 - FCN = -717924.7012593 Edm = 0.00218825 NCalls = 748 +VariableMetric: Iteration # 126 - FCN = -717924.7055067 Edm = 0.000210236 NCalls = 750 +VariableMetric: Iteration # 127 - FCN = -717924.7064862 Edm = 0.000854778 NCalls = 752 +VariableMetric: Iteration # 128 - FCN = -717924.7073525 Edm = 0.000788365 NCalls = 754 +VariableMetric: Iteration # 129 - FCN = -717924.7084785 Edm = 0.000292013 NCalls = 757 +VariableMetric: Iteration # 130 - FCN = -717924.7090319 Edm = 0.000286529 NCalls = 759 +VariableMetric: Iteration # 131 - FCN = -717924.7100638 Edm = 0.000404929 NCalls = 761 +VariableMetric: Iteration # 132 - FCN = -717924.7105532 Edm = 2.2488e-05 NCalls = 764 +VariableMetric: After Hessian - FCN = -717924.7105532 Edm = 0.000226959 NCalls = 1141 +VariableMetric: Iteration # 133 - FCN = -717924.7105532 Edm = 0.000226959 NCalls = 1141 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716348.2369061 Edm = 1.70124 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716348.2369061 Edm = 1.70124 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717160.9320731 Edm = 0.110576 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717161.6727234 Edm = 0.145273 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717248.3272228 Edm = 6.13813 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -717255.9092161 Edm = 0.28609 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -717261.296829 Edm = 4.87115 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -717668.7548059 Edm = 88.8451 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -717790.4104329 Edm = 4.00871 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -717794.6942228 Edm = 0.080608 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -717794.7947443 Edm = 0.0412384 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -717799.0517552 Edm = 2.32461 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -717805.0607572 Edm = 0.0397574 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -717805.1063431 Edm = 0.00524739 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -717805.5950828 Edm = 0.497295 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -717814.9095875 Edm = 0.706837 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -717856.5618003 Edm = 5.17451 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -717862.5370044 Edm = 0.80124 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -717863.396719 Edm = 0.0261571 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -717863.4242892 Edm = 0.00345308 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -717863.5334728 Edm = 0.112823 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -717868.2699771 Edm = 0.816203 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -717882.5735176 Edm = 2.31147 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -717888.0539598 Edm = 0.0394473 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -717888.104242 Edm = 0.000979458 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -717888.1087033 Edm = 0.00279752 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -717888.3560228 Edm = 0.228048 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -717895.2047159 Edm = 0.520275 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -717895.755498 Edm = 0.0161362 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -717895.7729797 Edm = 0.000852225 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -717895.7741762 Edm = 0.000170087 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -717895.7823119 Edm = 0.00808714 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -717896.0902213 Edm = 0.0225637 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -717899.187644 Edm = 0.741519 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -717900.8793612 Edm = 0.0298687 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -717900.9094909 Edm = 0.000242668 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -717900.9098499 Edm = 7.08557e-05 NCalls = 119 +VariableMetric: After Hessian - FCN = -717900.9098499 Edm = 1164.58 NCalls = 470 +VariableMetric: Iteration # 36 - FCN = -717900.9098499 Edm = 1164.58 NCalls = 470 +VariableMetric: Iteration # 37 - FCN = -717903.8136888 Edm = 89511.3 NCalls = 475 +VariableMetric: Iteration # 38 - FCN = -717910.0043272 Edm = 10.3969 NCalls = 482 +VariableMetric: Iteration # 39 - FCN = -717916.4843205 Edm = 12.0049 NCalls = 493 +VariableMetric: Iteration # 40 - FCN = -717916.8499391 Edm = 0.763019 NCalls = 496 +VariableMetric: Iteration # 41 - FCN = -717919.2836433 Edm = 0.282722 NCalls = 498 +VariableMetric: Iteration # 42 - FCN = -717919.9985911 Edm = 0.253805 NCalls = 501 +VariableMetric: Iteration # 43 - FCN = -717920.753073 Edm = 0.278828 NCalls = 504 +VariableMetric: Iteration # 44 - FCN = -717921.2136625 Edm = 0.333074 NCalls = 507 +VariableMetric: Iteration # 45 - FCN = -717921.6675046 Edm = 0.100666 NCalls = 509 +VariableMetric: Iteration # 46 - FCN = -717921.8511828 Edm = 0.0236727 NCalls = 511 +VariableMetric: Iteration # 47 - FCN = -717921.889175 Edm = 0.00761319 NCalls = 513 +VariableMetric: Iteration # 48 - FCN = -717921.9086406 Edm = 0.00250463 NCalls = 515 +VariableMetric: Iteration # 49 - FCN = -717921.9126063 Edm = 0.00108506 NCalls = 517 +VariableMetric: Iteration # 50 - FCN = -717921.9177437 Edm = 0.00117452 NCalls = 519 +VariableMetric: Iteration # 51 - FCN = -717921.9229455 Edm = 0.00102083 NCalls = 521 +VariableMetric: Iteration # 52 - FCN = -717921.9254737 Edm = 0.000829849 NCalls = 523 +VariableMetric: Iteration # 53 - FCN = -717921.9292704 Edm = 0.00125633 NCalls = 525 +VariableMetric: Iteration # 54 - FCN = -717921.9351992 Edm = 0.00266033 NCalls = 527 +VariableMetric: Iteration # 55 - FCN = -717921.9415441 Edm = 0.00542063 NCalls = 530 +VariableMetric: Iteration # 56 - FCN = -717921.9629971 Edm = 0.00903083 NCalls = 533 +VariableMetric: Iteration # 57 - FCN = -717921.9865108 Edm = 0.00978633 NCalls = 535 +VariableMetric: Iteration # 58 - FCN = -717922.0061963 Edm = 0.0484327 NCalls = 538 +VariableMetric: Iteration # 59 - FCN = -717922.0225073 Edm = 0.0053748 NCalls = 540 +VariableMetric: Iteration # 60 - FCN = -717922.0343615 Edm = 0.00787194 NCalls = 543 +VariableMetric: Iteration # 61 - FCN = -717922.0442776 Edm = 0.00364441 NCalls = 545 +VariableMetric: Iteration # 62 - FCN = -717922.0498293 Edm = 0.00242893 NCalls = 548 +VariableMetric: Iteration # 63 - FCN = -717922.0539991 Edm = 0.00162635 NCalls = 550 +VariableMetric: Iteration # 64 - FCN = -717922.0568807 Edm = 0.00128779 NCalls = 553 +VariableMetric: Iteration # 65 - FCN = -717922.0588059 Edm = 0.000754139 NCalls = 555 +VariableMetric: Iteration # 66 - FCN = -717922.060135 Edm = 0.000349148 NCalls = 558 +VariableMetric: Iteration # 67 - FCN = -717922.0608027 Edm = 0.000190772 NCalls = 560 +VariableMetric: Iteration # 68 - FCN = -717922.0611147 Edm = 7.55071e-05 NCalls = 562 +VariableMetric: Iteration # 69 - FCN = -717922.0612287 Edm = 2.81047e-05 NCalls = 564 +VariableMetric: After Hessian - FCN = -717922.0612287 Edm = 0.000131426 NCalls = 925 +VariableMetric: Iteration # 70 - FCN = -717922.0612287 Edm = 0.000131426 NCalls = 925 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711481.2411842 Edm = 4.79312 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711481.2411842 Edm = 4.79312 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716468.3426115 Edm = 17.2992 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716667.8133762 Edm = 50.1248 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -716725.1536755 Edm = 54.6787 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -717155.0905931 Edm = 0.72201 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -717155.7470271 Edm = 0.0782929 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -717156.1833854 Edm = 0.324328 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -717189.1292945 Edm = 0.230468 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -717189.3535414 Edm = 0.00852627 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -717189.4277175 Edm = 0.0716012 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -717201.7411442 Edm = 1.5912 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -717283.4755437 Edm = 21.6177 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -717364.8420454 Edm = 4.27657 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -717369.378374 Edm = 0.029134 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -717369.4175653 Edm = 0.00709736 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -717369.4376915 Edm = 0.00694887 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -717370.0119337 Edm = 0.567718 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -717430.8981892 Edm = 1.22227 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -717431.7608538 Edm = 0.09918 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -717431.8622058 Edm = 0.00633708 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -717431.8741942 Edm = 0.00391481 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -717432.1382116 Edm = 0.264883 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -717439.39371 Edm = 0.306322 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -717489.4283415 Edm = 5.99308 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -717498.4671854 Edm = 0.68112 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -717499.0824631 Edm = 0.0132201 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -717499.0990875 Edm = 0.00122875 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -717499.1288337 Edm = 0.0302021 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -717500.9952113 Edm = 0.481319 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -717510.1336937 Edm = 5.13295 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -717528.7085778 Edm = 1.15341 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -717529.5918785 Edm = 0.0275452 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -717529.6197799 Edm = 0.00471723 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -717529.6420757 Edm = 0.0155729 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -717530.0654937 Edm = 0.388495 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -717543.7486823 Edm = 11.2619 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -717590.8654333 Edm = 11.4501 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -717607.520224 Edm = 7.79537 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -717614.2579364 Edm = 3.285 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -717617.3461808 Edm = 0.444664 NCalls = 128 +VariableMetric: Iteration # 40 - FCN = -717617.6813755 Edm = 0.0173775 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -717617.6986669 Edm = 0.00172801 NCalls = 131 +VariableMetric: Iteration # 42 - FCN = -717617.7115444 Edm = 0.00861088 NCalls = 134 +VariableMetric: Iteration # 43 - FCN = -717618.128267 Edm = 0.395826 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -717644.3059277 Edm = 14.5052 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -717692.9283605 Edm = 3.62189 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -717696.8060835 Edm = 0.218467 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -717697.0113713 Edm = 0.0162813 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -717697.0277477 Edm = 0.00321932 NCalls = 152 +VariableMetric: Iteration # 49 - FCN = -717697.0446409 Edm = 0.00997008 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -717697.1778904 Edm = 0.0557603 NCalls = 158 +VariableMetric: Iteration # 51 - FCN = -717697.4961039 Edm = 0.196885 NCalls = 160 +VariableMetric: Iteration # 52 - FCN = -717720.9380777 Edm = 15.241 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -717721.1722772 Edm = 0.543996 NCalls = 170 +VariableMetric: Iteration # 54 - FCN = -717722.3699106 Edm = 0.705203 NCalls = 172 +VariableMetric: Iteration # 55 - FCN = -717727.7669789 Edm = 3.08935 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -717750.9884279 Edm = 8.0091 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -717756.3734731 Edm = 8.26596 NCalls = 183 +VariableMetric: Iteration # 58 - FCN = -717764.107443 Edm = 1.99397 NCalls = 185 +VariableMetric: Iteration # 59 - FCN = -717774.793703 Edm = 5.0517 NCalls = 188 +VariableMetric: Iteration # 60 - FCN = -717787.3347484 Edm = 7.50817 NCalls = 191 +VariableMetric: Iteration # 61 - FCN = -717806.1544133 Edm = 18.3093 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -717835.122318 Edm = 15.1165 NCalls = 197 +VariableMetric: Iteration # 63 - FCN = -717860.7071646 Edm = 7.31003 NCalls = 199 +VariableMetric: Iteration # 64 - FCN = -717866.5324422 Edm = 0.729802 NCalls = 201 +VariableMetric: Iteration # 65 - FCN = -717867.5379431 Edm = 0.107553 NCalls = 203 +VariableMetric: Iteration # 66 - FCN = -717867.695306 Edm = 0.031753 NCalls = 205 +VariableMetric: Iteration # 67 - FCN = -717867.7649867 Edm = 0.0109405 NCalls = 207 +VariableMetric: Iteration # 68 - FCN = -717867.7889557 Edm = 0.00403077 NCalls = 209 +VariableMetric: Iteration # 69 - FCN = -717867.7940168 Edm = 0.00117921 NCalls = 211 +VariableMetric: Iteration # 70 - FCN = -717867.7984573 Edm = 0.00408855 NCalls = 213 +VariableMetric: Iteration # 71 - FCN = -717867.8476432 Edm = 0.0530086 NCalls = 218 +VariableMetric: Iteration # 72 - FCN = -717867.8776383 Edm = 0.0259391 NCalls = 222 +VariableMetric: Iteration # 73 - FCN = -717871.4993349 Edm = 3.45827 NCalls = 227 +VariableMetric: Iteration # 74 - FCN = -717879.1055672 Edm = 4.53613 NCalls = 229 +VariableMetric: Iteration # 75 - FCN = -717889.8986019 Edm = 1.15269 NCalls = 234 +VariableMetric: Iteration # 76 - FCN = -717891.6786654 Edm = 0.301649 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -717891.8771748 Edm = 0.388538 NCalls = 238 +VariableMetric: Iteration # 78 - FCN = -717892.3227379 Edm = 0.308719 NCalls = 241 +VariableMetric: Iteration # 79 - FCN = -717892.9695428 Edm = 0.263886 NCalls = 244 +VariableMetric: Iteration # 80 - FCN = -717893.2695956 Edm = 0.100934 NCalls = 246 +VariableMetric: Iteration # 81 - FCN = -717893.362527 Edm = 0.0163804 NCalls = 248 +VariableMetric: Iteration # 82 - FCN = -717893.3759844 Edm = 0.00198453 NCalls = 250 +VariableMetric: Iteration # 83 - FCN = -717893.3778497 Edm = 0.000412471 NCalls = 252 +VariableMetric: Iteration # 84 - FCN = -717893.413675 Edm = 0.0377828 NCalls = 257 +VariableMetric: Iteration # 85 - FCN = -717893.6143064 Edm = 0.19693 NCalls = 264 +VariableMetric: Iteration # 86 - FCN = -717907.1375362 Edm = 2.03478 NCalls = 269 +VariableMetric: Iteration # 87 - FCN = -717910.3516691 Edm = 0.517133 NCalls = 271 +VariableMetric: Iteration # 88 - FCN = -717910.6894356 Edm = 0.201496 NCalls = 273 +VariableMetric: Iteration # 89 - FCN = -717910.8423265 Edm = 0.0154525 NCalls = 275 +VariableMetric: Iteration # 90 - FCN = -717910.8579373 Edm = 0.00120988 NCalls = 277 +VariableMetric: Iteration # 91 - FCN = -717910.8591376 Edm = 0.000329755 NCalls = 278 +VariableMetric: Iteration # 92 - FCN = -717910.8615935 Edm = 0.00278408 NCalls = 281 +VariableMetric: Iteration # 93 - FCN = -717910.9131051 Edm = 0.0523587 NCalls = 287 +VariableMetric: Iteration # 94 - FCN = -717911.3565003 Edm = 0.0134477 NCalls = 294 +VariableMetric: Iteration # 95 - FCN = -717915.2588129 Edm = 0.455027 NCalls = 297 +VariableMetric: Iteration # 96 - FCN = -717916.0426726 Edm = 0.0136718 NCalls = 299 +VariableMetric: Iteration # 97 - FCN = -717916.054364 Edm = 0.000217735 NCalls = 301 +VariableMetric: Iteration # 98 - FCN = -717916.0545443 Edm = 3.49533e-05 NCalls = 303 +VariableMetric: After Hessian - FCN = -717916.0545443 Edm = 556.914 NCalls = 662 +VariableMetric: Iteration # 99 - FCN = -717916.0545443 Edm = 556.914 NCalls = 662 +VariableMetric: Iteration # 100 - FCN = -717920.0495899 Edm = 88.6078 NCalls = 668 +VariableMetric: Iteration # 101 - FCN = -717920.2228564 Edm = 2.1831 NCalls = 671 +VariableMetric: Iteration # 102 - FCN = -717922.1163198 Edm = 0.236653 NCalls = 674 +VariableMetric: Iteration # 103 - FCN = -717922.276417 Edm = 0.043511 NCalls = 676 +VariableMetric: Iteration # 104 - FCN = -717922.3346723 Edm = 0.0117252 NCalls = 678 +VariableMetric: Iteration # 105 - FCN = -717922.3590536 Edm = 0.00446455 NCalls = 680 +VariableMetric: Iteration # 106 - FCN = -717922.3695938 Edm = 0.00216732 NCalls = 682 +VariableMetric: Iteration # 107 - FCN = -717922.3762883 Edm = 0.00193525 NCalls = 684 +VariableMetric: Iteration # 108 - FCN = -717922.385202 Edm = 0.00345905 NCalls = 687 +VariableMetric: Iteration # 109 - FCN = -717922.3912824 Edm = 0.00366851 NCalls = 689 +VariableMetric: Iteration # 110 - FCN = -717922.3970592 Edm = 0.00263267 NCalls = 692 +VariableMetric: Iteration # 111 - FCN = -717922.4031814 Edm = 0.00144649 NCalls = 694 +VariableMetric: Iteration # 112 - FCN = -717922.4049791 Edm = 0.00097269 NCalls = 696 +VariableMetric: Iteration # 113 - FCN = -717922.4058253 Edm = 0.000255331 NCalls = 699 +VariableMetric: Iteration # 114 - FCN = -717922.406318 Edm = 5.32554e-05 NCalls = 701 +VariableMetric: After Hessian - FCN = -717922.406318 Edm = 0.0002676 NCalls = 1070 +VariableMetric: Iteration # 115 - FCN = -717922.406318 Edm = 0.0002676 NCalls = 1070 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714373.7500205 Edm = 5.58187 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714373.7500205 Edm = 5.58187 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716804.6709754 Edm = 0.227237 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716811.0550852 Edm = 0.197951 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716894.07449 Edm = 0.290161 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -716894.4223232 Edm = 0.0477124 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716983.923304 Edm = 3.41435 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -717072.2448577 Edm = 0.29956 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -717072.3858308 Edm = 0.0527813 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -717072.7807136 Edm = 0.236492 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -717079.5825094 Edm = 4.12601 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -717093.4439187 Edm = 0.0287673 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -717093.4770123 Edm = 0.00270098 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -717093.530711 Edm = 0.0522754 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -717097.7022911 Edm = 0.654359 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -717113.207681 Edm = 5.44097 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -717141.3596784 Edm = 8.63382 NCalls = 66 +VariableMetric: Iteration # 16 - FCN = -717153.4829223 Edm = 23.6223 NCalls = 68 +VariableMetric: Iteration # 17 - FCN = -717158.9894283 Edm = 2.80771 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -717161.6730515 Edm = 0.115177 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -717161.8095856 Edm = 0.00699746 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -717161.8261477 Edm = 0.00717387 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -717162.0954471 Edm = 0.242441 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -717174.5323528 Edm = 1.35491 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -717175.8620272 Edm = 0.0295454 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -717175.8947437 Edm = 0.00318898 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -717175.9171112 Edm = 0.0209292 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -717176.7001332 Edm = 0.693388 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -717198.3550859 Edm = 3.92892 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -717203.2497993 Edm = 0.207324 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -717203.4840593 Edm = 0.0157947 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -717203.5117671 Edm = 0.0100211 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -717203.6306481 Edm = 0.105689 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -717204.5130381 Edm = 0.867244 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -717211.6912634 Edm = 5.95711 NCalls = 125 +VariableMetric: Iteration # 34 - FCN = -717212.5308061 Edm = 8.47962 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -717218.5902685 Edm = 6.12098 NCalls = 131 +VariableMetric: Iteration # 36 - FCN = -717238.5905387 Edm = 23.336 NCalls = 136 +VariableMetric: Iteration # 37 - FCN = -717248.6238053 Edm = 14.7435 NCalls = 139 +VariableMetric: Iteration # 38 - FCN = -717263.6823785 Edm = 21.35 NCalls = 144 +VariableMetric: Iteration # 39 - FCN = -717308.5200758 Edm = 22.8644 NCalls = 151 +VariableMetric: Iteration # 40 - FCN = -717331.4707438 Edm = 53.1175 NCalls = 152 +VariableMetric: Iteration # 41 - FCN = -717353.6046033 Edm = 17.9849 NCalls = 154 +VariableMetric: Iteration # 42 - FCN = -717370.6469796 Edm = 2.39781 NCalls = 158 +VariableMetric: Iteration # 43 - FCN = -717373.7748403 Edm = 0.743354 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -717374.7067149 Edm = 0.362203 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -717377.5920144 Edm = 3.88832 NCalls = 166 +VariableMetric: Iteration # 46 - FCN = -717394.1067699 Edm = 25.9273 NCalls = 174 +VariableMetric: Iteration # 47 - FCN = -717394.416824 Edm = 1.37086 NCalls = 176 +VariableMetric: Iteration # 48 - FCN = -717404.5438978 Edm = 10.5701 NCalls = 181 +VariableMetric: Iteration # 49 - FCN = -717428.1837755 Edm = 14.7267 NCalls = 187 +VariableMetric: Iteration # 50 - FCN = -717442.2505596 Edm = 11.5738 NCalls = 188 +VariableMetric: Iteration # 51 - FCN = -717458.4018105 Edm = 1.26826 NCalls = 190 +VariableMetric: Iteration # 52 - FCN = -717460.1532232 Edm = 0.62804 NCalls = 192 +VariableMetric: Iteration # 53 - FCN = -717462.7497903 Edm = 2.01643 NCalls = 195 +VariableMetric: Iteration # 54 - FCN = -717474.5973587 Edm = 2.89401 NCalls = 198 +VariableMetric: Iteration # 55 - FCN = -717477.735089 Edm = 0.544297 NCalls = 200 +VariableMetric: Iteration # 56 - FCN = -717478.2541993 Edm = 0.0369783 NCalls = 202 +VariableMetric: Iteration # 57 - FCN = -717478.2925224 Edm = 0.0114096 NCalls = 203 +VariableMetric: Iteration # 58 - FCN = -717478.4319143 Edm = 0.164838 NCalls = 206 +VariableMetric: Iteration # 59 - FCN = -717479.8873131 Edm = 1.68513 NCalls = 212 +VariableMetric: Iteration # 60 - FCN = -717480.4172303 Edm = 0.512408 NCalls = 217 +VariableMetric: Iteration # 61 - FCN = -717509.1136909 Edm = 4.98301 NCalls = 223 +VariableMetric: Iteration # 62 - FCN = -717513.282934 Edm = 1.47238 NCalls = 225 +VariableMetric: Iteration # 63 - FCN = -717515.0402924 Edm = 0.109259 NCalls = 228 +VariableMetric: Iteration # 64 - FCN = -717515.1820272 Edm = 0.0165573 NCalls = 230 +VariableMetric: Iteration # 65 - FCN = -717515.2586886 Edm = 0.0378992 NCalls = 233 +VariableMetric: Iteration # 66 - FCN = -717515.3280257 Edm = 0.0235461 NCalls = 236 +VariableMetric: Iteration # 67 - FCN = -717515.3946288 Edm = 0.0535082 NCalls = 238 +VariableMetric: Iteration # 68 - FCN = -717517.4342433 Edm = 2.0895 NCalls = 243 +VariableMetric: Iteration # 69 - FCN = -717558.8021223 Edm = 27.3041 NCalls = 248 +VariableMetric: Iteration # 70 - FCN = -717590.1502576 Edm = 10.7935 NCalls = 250 +VariableMetric: Iteration # 71 - FCN = -717601.8520801 Edm = 1.99973 NCalls = 252 +VariableMetric: Iteration # 72 - FCN = -717604.6733021 Edm = 0.645599 NCalls = 254 +VariableMetric: Iteration # 73 - FCN = -717658.8880383 Edm = 57.8601 NCalls = 260 +VariableMetric: Iteration # 74 - FCN = -717658.8880383 Edm = 57.8601 NCalls = 271 +VariableMetric: After Hessian - FCN = -717658.8880383 Edm = 112598 NCalls = 630 +VariableMetric: Iteration # 75 - FCN = -717658.8880383 Edm = 112598 NCalls = 630 +VariableMetric: Iteration # 76 - FCN = -717658.8880383 Edm = 112598 NCalls = 641 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711781.8825905 Edm = 3.69564 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711781.8825905 Edm = 3.69564 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713419.6216048 Edm = 3.21859 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -713758.9786992 Edm = 259.704 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -715305.1759967 Edm = 1272.35 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -716199.081681 Edm = 29.0435 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716226.5629789 Edm = 0.186201 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -716226.7558439 Edm = 0.047286 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -716229.4855612 Edm = 2.75794 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -716232.2450022 Edm = 2.3369 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -716283.9168908 Edm = 0.209736 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -716284.2358561 Edm = 0.0524056 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -716284.7015891 Edm = 0.355947 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -716341.6227041 Edm = 45.0155 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -716681.2344393 Edm = 34.0159 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -716714.7055732 Edm = 13.5822 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -716722.4880527 Edm = 0.686767 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -716722.9274126 Edm = 0.0102017 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -716722.9455919 Edm = 0.011659 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -716725.9788766 Edm = 2.7263 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -716755.9432952 Edm = 1.52197 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -716757.3814965 Edm = 0.180821 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -716757.5553481 Edm = 0.00384547 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -716757.5734342 Edm = 0.0135652 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -716776.140898 Edm = 5.52142 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -716811.2268218 Edm = 3.85546 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -716817.2233623 Edm = 0.409023 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -716817.6370618 Edm = 0.0120473 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -716817.6631046 Edm = 0.0102196 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -716817.9152317 Edm = 0.170839 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -717036.6819705 Edm = 210.737 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -717038.6702058 Edm = 6.57737 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -717055.1616771 Edm = 14.6799 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -717101.6823128 Edm = 28.8567 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -717161.5458867 Edm = 21.4511 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -717179.2234773 Edm = 3.89248 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -717183.9439435 Edm = 0.536903 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -717184.7807704 Edm = 0.162562 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -717185.2155929 Edm = 0.240964 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -717199.9235651 Edm = 6.87582 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -717214.2113285 Edm = 0.948652 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -717215.2861922 Edm = 0.17655 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -717215.5158751 Edm = 0.015744 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -717215.5425289 Edm = 0.00875257 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -717215.7099314 Edm = 0.205914 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -717228.1335244 Edm = 3.64483 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -717283.4713813 Edm = 28.0522 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -717363.0147951 Edm = 30.3822 NCalls = 162 +VariableMetric: Iteration # 47 - FCN = -717406.1371892 Edm = 33.7384 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -717420.3761792 Edm = 8.6065 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -717427.4757103 Edm = 0.936957 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -717428.9366733 Edm = 1.00081 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -717433.9036749 Edm = 4.81207 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -717441.0638826 Edm = 18.0828 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -717441.4838885 Edm = 1.76047 NCalls = 185 +VariableMetric: Iteration # 54 - FCN = -717460.5371821 Edm = 16.0373 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -717486.8509387 Edm = 26.9533 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -717514.6303549 Edm = 39.4838 NCalls = 197 +VariableMetric: Iteration # 57 - FCN = -717531.8641258 Edm = 9.49648 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -717547.1284649 Edm = 1.1747 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -717548.4328388 Edm = 0.0999597 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -717548.5844192 Edm = 0.0125657 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -717548.6323119 Edm = 0.0279492 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -717549.0777205 Edm = 0.264883 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -717551.1243639 Edm = 1.3167 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -717558.5641852 Edm = 7.82514 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -717608.1057951 Edm = 24.5353 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -717635.7004606 Edm = 16.3659 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -717656.5193033 Edm = 9.50001 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -717664.2973988 Edm = 2.06549 NCalls = 232 +VariableMetric: Iteration # 69 - FCN = -717666.6254574 Edm = 0.371399 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -717667.2538504 Edm = 0.364396 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -717686.9234502 Edm = 56.8351 NCalls = 245 +VariableMetric: Iteration # 72 - FCN = -717687.0583265 Edm = 0.197409 NCalls = 247 +VariableMetric: Iteration # 73 - FCN = -717687.2970958 Edm = 0.190573 NCalls = 249 +VariableMetric: Iteration # 74 - FCN = -717689.7585829 Edm = 1.49527 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -717693.5052637 Edm = 3.74081 NCalls = 257 +VariableMetric: Iteration # 76 - FCN = -717698.8950562 Edm = 5.28149 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -717715.0768916 Edm = 9.89539 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -717745.3598772 Edm = 8.07339 NCalls = 265 +VariableMetric: Iteration # 79 - FCN = -717761.407484 Edm = 4.92891 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -717777.3835547 Edm = 9.68868 NCalls = 272 +VariableMetric: Iteration # 81 - FCN = -717780.1139805 Edm = 4.66846 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -717788.146838 Edm = 4.56915 NCalls = 277 +VariableMetric: Iteration # 83 - FCN = -717792.2675702 Edm = 0.334024 NCalls = 279 +VariableMetric: Iteration # 84 - FCN = -717792.4991307 Edm = 0.0499215 NCalls = 281 +VariableMetric: Iteration # 85 - FCN = -717792.5561379 Edm = 0.0247349 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -717792.5950782 Edm = 0.0076167 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -717792.6056353 Edm = 0.0024697 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -717792.6247395 Edm = 0.0252402 NCalls = 290 +VariableMetric: Iteration # 89 - FCN = -717792.9934444 Edm = 0.372543 NCalls = 296 +VariableMetric: Iteration # 90 - FCN = -717793.0561058 Edm = 0.0552212 NCalls = 300 +VariableMetric: Iteration # 91 - FCN = -717797.310644 Edm = 5.9858 NCalls = 306 +VariableMetric: Iteration # 92 - FCN = -717798.0166098 Edm = 1.21329 NCalls = 310 +VariableMetric: Iteration # 93 - FCN = -717811.6498894 Edm = 9.05483 NCalls = 318 +VariableMetric: Iteration # 94 - FCN = -717839.416254 Edm = 16.406 NCalls = 321 +VariableMetric: Iteration # 95 - FCN = -717849.686768 Edm = 6.25696 NCalls = 323 +VariableMetric: Iteration # 96 - FCN = -717859.067745 Edm = 1.6002 NCalls = 325 +VariableMetric: Iteration # 97 - FCN = -717861.1327113 Edm = 0.367926 NCalls = 327 +VariableMetric: Iteration # 98 - FCN = -717861.4529239 Edm = 0.0276474 NCalls = 328 +VariableMetric: Iteration # 99 - FCN = -717861.4826423 Edm = 0.00258386 NCalls = 330 +VariableMetric: Iteration # 100 - FCN = -717861.4865372 Edm = 0.0014875 NCalls = 332 +VariableMetric: Iteration # 101 - FCN = -717861.5101669 Edm = 0.0210912 NCalls = 336 +VariableMetric: Iteration # 102 - FCN = -717861.9095949 Edm = 0.342175 NCalls = 340 +VariableMetric: Iteration # 103 - FCN = -717865.6259041 Edm = 2.36779 NCalls = 343 +VariableMetric: Iteration # 104 - FCN = -717876.9837537 Edm = 4.72404 NCalls = 345 +VariableMetric: Iteration # 105 - FCN = -717885.6582243 Edm = 3.48777 NCalls = 347 +VariableMetric: Iteration # 106 - FCN = -717890.4549726 Edm = 0.327751 NCalls = 349 +VariableMetric: Iteration # 107 - FCN = -717890.8327673 Edm = 0.0409506 NCalls = 350 +VariableMetric: Iteration # 108 - FCN = -717890.8774814 Edm = 0.000661377 NCalls = 352 +VariableMetric: Iteration # 109 - FCN = -717890.8784154 Edm = 0.00019021 NCalls = 354 +VariableMetric: Iteration # 110 - FCN = -717890.8806567 Edm = 0.00153928 NCalls = 357 +VariableMetric: Iteration # 111 - FCN = -717890.9445611 Edm = 0.0516311 NCalls = 361 +VariableMetric: Iteration # 112 - FCN = -717892.4587523 Edm = 0.967548 NCalls = 365 +VariableMetric: Iteration # 113 - FCN = -717900.7826801 Edm = 1.83587 NCalls = 368 +VariableMetric: Iteration # 114 - FCN = -717903.1975053 Edm = 0.339035 NCalls = 371 +VariableMetric: Iteration # 115 - FCN = -717903.5118002 Edm = 0.0264741 NCalls = 373 +VariableMetric: Iteration # 116 - FCN = -717903.5425558 Edm = 0.00152674 NCalls = 375 +VariableMetric: Iteration # 117 - FCN = -717903.5448173 Edm = 0.000190176 NCalls = 377 +VariableMetric: Iteration # 118 - FCN = -717903.5450553 Edm = 2.07522e-05 NCalls = 379 +VariableMetric: After Hessian - FCN = -717903.5450553 Edm = 48.7515 NCalls = 744 +VariableMetric: Iteration # 119 - FCN = -717903.5450553 Edm = 48.7515 NCalls = 744 +VariableMetric: Iteration # 120 - FCN = -717909.1766002 Edm = 3031.34 NCalls = 746 +VariableMetric: Iteration # 121 - FCN = -717909.3073322 Edm = 42807 NCalls = 756 +VariableMetric: Iteration # 122 - FCN = -717909.5084274 Edm = 60650.6 NCalls = 764 +VariableMetric: Iteration # 123 - FCN = -717909.820022 Edm = 2246.95 NCalls = 771 +VariableMetric: Iteration # 124 - FCN = -717910.2441798 Edm = 6628.98 NCalls = 776 +VariableMetric: Iteration # 125 - FCN = -717911.3622428 Edm = 8300.06 NCalls = 780 +VariableMetric: Iteration # 126 - FCN = -717912.7709061 Edm = 2164.87 NCalls = 784 +VariableMetric: Iteration # 127 - FCN = -717913.5287766 Edm = 832.753 NCalls = 788 +VariableMetric: Iteration # 128 - FCN = -717914.3476232 Edm = 1087.1 NCalls = 792 +VariableMetric: Iteration # 129 - FCN = -717915.0972611 Edm = 856.224 NCalls = 796 +VariableMetric: Iteration # 130 - FCN = -717915.3654716 Edm = 956.698 NCalls = 800 +VariableMetric: Iteration # 131 - FCN = -717916.0062582 Edm = 2477.82 NCalls = 803 +VariableMetric: Iteration # 132 - FCN = -717918.1272577 Edm = 246.901 NCalls = 806 +VariableMetric: Iteration # 133 - FCN = -717919.1344106 Edm = 95.9708 NCalls = 809 +VariableMetric: Iteration # 134 - FCN = -717919.901003 Edm = 119.152 NCalls = 812 +VariableMetric: Iteration # 135 - FCN = -717920.3938926 Edm = 3.99226 NCalls = 815 +VariableMetric: Iteration # 136 - FCN = -717920.4245656 Edm = 14.9754 NCalls = 818 +VariableMetric: Iteration # 137 - FCN = -717920.6112364 Edm = 19.1624 NCalls = 820 +VariableMetric: Iteration # 138 - FCN = -717921.6790597 Edm = 44.693 NCalls = 822 +VariableMetric: Iteration # 139 - FCN = -717923.392343 Edm = 49.8526 NCalls = 824 +VariableMetric: Iteration # 140 - FCN = -717924.2879139 Edm = 0.43084 NCalls = 826 +VariableMetric: Iteration # 141 - FCN = -717924.3197787 Edm = 0.341183 NCalls = 828 +VariableMetric: Iteration # 142 - FCN = -717924.7031442 Edm = 0.066251 NCalls = 830 +VariableMetric: Iteration # 143 - FCN = -717924.7425858 Edm = 0.0114923 NCalls = 832 +VariableMetric: Iteration # 144 - FCN = -717924.7519707 Edm = 0.00296034 NCalls = 833 +VariableMetric: Iteration # 145 - FCN = -717924.7565984 Edm = 0.00281807 NCalls = 836 +VariableMetric: Iteration # 146 - FCN = -717924.7638063 Edm = 0.00243532 NCalls = 839 +VariableMetric: Iteration # 147 - FCN = -717924.769759 Edm = 0.00124326 NCalls = 842 +VariableMetric: Iteration # 148 - FCN = -717924.7711351 Edm = 0.000712499 NCalls = 844 +VariableMetric: Iteration # 149 - FCN = -717924.7715005 Edm = 0.000299433 NCalls = 846 +VariableMetric: Iteration # 150 - FCN = -717924.7717626 Edm = 5.01436e-05 NCalls = 848 +VariableMetric: After Hessian - FCN = -717924.7717626 Edm = 6.48014e-05 NCalls = 1225 +VariableMetric: Iteration # 151 - FCN = -717924.7717626 Edm = 6.48014e-05 NCalls = 1225 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713047.0143916 Edm = 5.67103 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713047.0143916 Edm = 5.67103 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715568.8528489 Edm = 1.07197 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -715991.3620962 Edm = 0.834675 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -716003.749869 Edm = 55.6954 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -716018.8937637 Edm = 13.4487 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -716601.0990929 Edm = 83.6425 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -716927.1555461 Edm = 79.6154 NCalls = 33 +VariableMetric: Iteration # 7 - FCN = -716948.6514077 Edm = 11.0105 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -716953.9167228 Edm = 0.124852 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -716954.1521727 Edm = 0.0994962 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -716967.956099 Edm = 11.2417 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -717020.7772375 Edm = 0.230754 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -717021.189719 Edm = 0.13517 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -717031.516722 Edm = 9.0591 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -717149.2056656 Edm = 38.9554 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -717254.8696255 Edm = 7.57908 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -717262.7716111 Edm = 0.0341811 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -717262.8052065 Edm = 0.00408218 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -717262.8397816 Edm = 0.0435071 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -717263.3077965 Edm = 0.444716 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -717263.3297527 Edm = 0.017165 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -717292.0144631 Edm = 1.85096 NCalls = 83 +VariableMetric: Iteration # 22 - FCN = -717341.9545639 Edm = 0.492952 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -717342.5949647 Edm = 0.0248802 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -717342.6336455 Edm = 0.00264279 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -717342.6389085 Edm = 0.00159621 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -717342.7259881 Edm = 0.0740788 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -717350.5923977 Edm = 4.80024 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -717361.2893806 Edm = 1.12037 NCalls = 106 +VariableMetric: Iteration # 29 - FCN = -717362.0576885 Edm = 0.0128552 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -717362.1148373 Edm = 0.0475296 NCalls = 110 +VariableMetric: Iteration # 31 - FCN = -717363.1454683 Edm = 0.967657 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -717383.7699521 Edm = 12.6966 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -717422.8767833 Edm = 20.2025 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -717451.1081739 Edm = 10.1301 NCalls = 127 +VariableMetric: Iteration # 35 - FCN = -717454.8307659 Edm = 3.45756 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -717457.9173455 Edm = 0.0637316 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -717458.0154057 Edm = 0.0716727 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -717460.0321589 Edm = 0.54197 NCalls = 138 +VariableMetric: Iteration # 39 - FCN = -717460.0818667 Edm = 0.144544 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -717460.1345734 Edm = 0.0201665 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -717460.3484931 Edm = 0.138328 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -717460.8254822 Edm = 0.0497348 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -717460.9877283 Edm = 0.0949952 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -717461.2576217 Edm = 0.0717495 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -717461.3417494 Edm = 0.00858776 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -717461.3555585 Edm = 0.00837981 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -717461.40761 Edm = 0.0520342 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -717462.6294555 Edm = 1.2721 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -717462.6778249 Edm = 0.0431491 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -717467.3887736 Edm = 3.93867 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -717475.8125376 Edm = 8.96437 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -717479.5509988 Edm = 6.6229 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -717483.3862433 Edm = 6.15861 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -717491.6432553 Edm = 7.27915 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -717519.0364773 Edm = 21.5461 NCalls = 195 +VariableMetric: Iteration # 56 - FCN = -717527.6747114 Edm = 42.4843 NCalls = 199 +VariableMetric: Iteration # 57 - FCN = -717541.6609282 Edm = 4.38429 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -717549.3975596 Edm = 4.14547 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -717566.7428185 Edm = 2.35279 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -717569.6821243 Edm = 0.229837 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -717569.8719122 Edm = 0.0149712 NCalls = 211 +VariableMetric: Iteration # 62 - FCN = -717569.8861578 Edm = 0.00188181 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -717569.8956593 Edm = 0.00791044 NCalls = 215 +VariableMetric: Iteration # 64 - FCN = -717570.1945158 Edm = 0.30982 NCalls = 221 +VariableMetric: Iteration # 65 - FCN = -717570.7016401 Edm = 0.498506 NCalls = 227 +VariableMetric: Iteration # 66 - FCN = -717621.3342861 Edm = 1.58321 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -717622.9269697 Edm = 0.170404 NCalls = 234 +VariableMetric: Iteration # 68 - FCN = -717623.1203662 Edm = 0.0104772 NCalls = 236 +VariableMetric: Iteration # 69 - FCN = -717623.1341658 Edm = 0.00197709 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -717623.1469991 Edm = 0.0121983 NCalls = 241 +VariableMetric: Iteration # 71 - FCN = -717624.4405948 Edm = 1.16939 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -717652.1390493 Edm = 19.293 NCalls = 252 +VariableMetric: Iteration # 73 - FCN = -717702.6175341 Edm = 38.1691 NCalls = 255 +VariableMetric: Iteration # 74 - FCN = -717720.4519897 Edm = 7.91463 NCalls = 257 +VariableMetric: Iteration # 75 - FCN = -717728.7192761 Edm = 0.544037 NCalls = 259 +VariableMetric: Iteration # 76 - FCN = -717729.6321702 Edm = 0.441401 NCalls = 262 +VariableMetric: Iteration # 77 - FCN = -717731.9524802 Edm = 1.52042 NCalls = 266 +VariableMetric: Iteration # 78 - FCN = -717734.9207048 Edm = 0.537563 NCalls = 268 +VariableMetric: Iteration # 79 - FCN = -717735.4279929 Edm = 0.36509 NCalls = 270 +VariableMetric: Iteration # 80 - FCN = -717735.5520767 Edm = 0.0703176 NCalls = 272 +VariableMetric: Iteration # 81 - FCN = -717735.6398011 Edm = 0.00860956 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -717735.65422 Edm = 0.00350219 NCalls = 276 +VariableMetric: Iteration # 83 - FCN = -717735.6740796 Edm = 0.012259 NCalls = 279 +VariableMetric: Iteration # 84 - FCN = -717735.9591263 Edm = 0.209869 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -717771.5507419 Edm = 17.1312 NCalls = 290 +VariableMetric: Iteration # 86 - FCN = -717811.2281995 Edm = 6.2827 NCalls = 293 +VariableMetric: Iteration # 87 - FCN = -717816.3263351 Edm = 0.761368 NCalls = 295 +VariableMetric: Iteration # 88 - FCN = -717817.3067033 Edm = 0.34108 NCalls = 297 +VariableMetric: Iteration # 89 - FCN = -717817.7474069 Edm = 0.0759241 NCalls = 299 +VariableMetric: Iteration # 90 - FCN = -717817.9499672 Edm = 0.0893658 NCalls = 301 +VariableMetric: Iteration # 91 - FCN = -717820.1694175 Edm = 0.867944 NCalls = 307 +VariableMetric: Iteration # 92 - FCN = -717820.193798 Edm = 0.066142 NCalls = 309 +VariableMetric: Iteration # 93 - FCN = -717820.3385121 Edm = 0.127372 NCalls = 311 +VariableMetric: Iteration # 94 - FCN = -717821.0606979 Edm = 0.636711 NCalls = 315 +VariableMetric: Iteration # 95 - FCN = -717822.4833223 Edm = 0.274933 NCalls = 317 +VariableMetric: Iteration # 96 - FCN = -717822.683528 Edm = 0.0384654 NCalls = 319 +VariableMetric: Iteration # 97 - FCN = -717822.7414771 Edm = 0.0164117 NCalls = 321 +VariableMetric: Iteration # 98 - FCN = -717823.4787805 Edm = 1.18918 NCalls = 328 +VariableMetric: Iteration # 99 - FCN = -717823.485013 Edm = 0.0141443 NCalls = 330 +VariableMetric: Iteration # 100 - FCN = -717823.522888 Edm = 0.0294791 NCalls = 333 +VariableMetric: Iteration # 101 - FCN = -717823.9144516 Edm = 0.235075 NCalls = 337 +VariableMetric: Iteration # 102 - FCN = -717824.7194728 Edm = 1.19572 NCalls = 342 +VariableMetric: Iteration # 103 - FCN = -717826.5959474 Edm = 2.14537 NCalls = 346 +VariableMetric: Iteration # 104 - FCN = -717829.3347582 Edm = 1.07131 NCalls = 349 +VariableMetric: Iteration # 105 - FCN = -717830.3686633 Edm = 0.414093 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -717830.7307079 Edm = 0.0119138 NCalls = 352 +VariableMetric: Iteration # 107 - FCN = -717830.7385038 Edm = 0.00141458 NCalls = 354 +VariableMetric: Iteration # 108 - FCN = -717830.7402607 Edm = 0.000779679 NCalls = 356 +VariableMetric: Iteration # 109 - FCN = -717830.7599467 Edm = 0.0187996 NCalls = 360 +VariableMetric: Iteration # 110 - FCN = -717831.5497163 Edm = 0.701175 NCalls = 364 +VariableMetric: Iteration # 111 - FCN = -717841.4749545 Edm = 1.74359 NCalls = 367 +VariableMetric: Iteration # 112 - FCN = -717842.8739308 Edm = 0.089685 NCalls = 369 +VariableMetric: Iteration # 113 - FCN = -717842.9446301 Edm = 0.00748581 NCalls = 371 +VariableMetric: Iteration # 114 - FCN = -717842.9513858 Edm = 0.000148791 NCalls = 372 +VariableMetric: Iteration # 115 - FCN = -717842.9516023 Edm = 8.16079e-05 NCalls = 374 +VariableMetric: After Hessian - FCN = -717842.9516023 Edm = 2846.08 NCalls = 733 +VariableMetric: Iteration # 116 - FCN = -717842.9516023 Edm = 2846.08 NCalls = 733 +VariableMetric: Iteration # 117 - FCN = -717856.5581939 Edm = 196.16 NCalls = 741 +VariableMetric: Iteration # 118 - FCN = -717913.3149193 Edm = 34.9338 NCalls = 750 +VariableMetric: Iteration # 119 - FCN = -717918.0251259 Edm = 3.3937 NCalls = 752 +VariableMetric: Iteration # 120 - FCN = -717922.5800828 Edm = 1.79694 NCalls = 760 +VariableMetric: Iteration # 121 - FCN = -717922.9371612 Edm = 17.6285 NCalls = 762 +VariableMetric: Iteration # 122 - FCN = -717923.780178 Edm = 0.223767 NCalls = 764 +VariableMetric: Iteration # 123 - FCN = -717923.9613569 Edm = 0.029006 NCalls = 765 +VariableMetric: Iteration # 124 - FCN = -717923.9956112 Edm = 0.00388766 NCalls = 767 +VariableMetric: Iteration # 125 - FCN = -717924.0011596 Edm = 0.00148187 NCalls = 769 +VariableMetric: Iteration # 126 - FCN = -717924.004063 Edm = 0.000383455 NCalls = 771 +VariableMetric: Iteration # 127 - FCN = -717924.0046221 Edm = 7.50321e-05 NCalls = 773 +VariableMetric: Iteration # 128 - FCN = -717924.0049457 Edm = 0.000137773 NCalls = 775 +VariableMetric: Iteration # 129 - FCN = -717924.0054751 Edm = 0.000169878 NCalls = 777 +VariableMetric: Iteration # 130 - FCN = -717924.0117359 Edm = 0.00881323 NCalls = 782 +VariableMetric: Iteration # 131 - FCN = -717924.0132881 Edm = 0.00349524 NCalls = 786 +VariableMetric: Iteration # 132 - FCN = -717924.0165175 Edm = 0.00613424 NCalls = 791 +VariableMetric: Iteration # 133 - FCN = -717924.0194942 Edm = 0.00603131 NCalls = 796 +VariableMetric: Iteration # 134 - FCN = -717924.0426206 Edm = 0.0386247 NCalls = 803 +VariableMetric: Iteration # 135 - FCN = -717924.0432166 Edm = 0.00104444 NCalls = 805 +VariableMetric: Iteration # 136 - FCN = -717924.0509089 Edm = 0.0062298 NCalls = 810 +VariableMetric: Iteration # 137 - FCN = -717924.1300802 Edm = 0.0372823 NCalls = 813 +VariableMetric: Iteration # 138 - FCN = -717924.2021799 Edm = 0.0373677 NCalls = 818 +VariableMetric: Iteration # 139 - FCN = -717924.3076775 Edm = 0.122715 NCalls = 822 +VariableMetric: Iteration # 140 - FCN = -717924.3871304 Edm = 0.100258 NCalls = 826 +VariableMetric: Iteration # 141 - FCN = -717924.5481194 Edm = 0.0251474 NCalls = 829 +VariableMetric: Iteration # 142 - FCN = -717924.57175 Edm = 0.063494 NCalls = 832 +VariableMetric: Iteration # 143 - FCN = -717924.6632112 Edm = 0.0344376 NCalls = 836 +VariableMetric: Iteration # 144 - FCN = -717924.6980714 Edm = 0.0363281 NCalls = 837 +VariableMetric: Iteration # 145 - FCN = -717924.7270827 Edm = 0.00809019 NCalls = 840 +VariableMetric: Iteration # 146 - FCN = -717924.7401045 Edm = 0.012842 NCalls = 843 +VariableMetric: Iteration # 147 - FCN = -717924.756878 Edm = 0.00577049 NCalls = 846 +VariableMetric: Iteration # 148 - FCN = -717924.7645623 Edm = 0.00285108 NCalls = 848 +VariableMetric: Iteration # 149 - FCN = -717924.7689957 Edm = 0.00108891 NCalls = 851 +VariableMetric: Iteration # 150 - FCN = -717924.7708292 Edm = 0.00120791 NCalls = 854 +VariableMetric: Iteration # 151 - FCN = -717924.7715054 Edm = 0.000185539 NCalls = 856 +VariableMetric: Iteration # 152 - FCN = -717924.7718066 Edm = 1.6183e-05 NCalls = 858 +VariableMetric: After Hessian - FCN = -717924.7718066 Edm = 2.25313e-05 NCalls = 1229 +VariableMetric: Iteration # 153 - FCN = -717924.7718066 Edm = 2.25313e-05 NCalls = 1229 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.179E+05 | Ncalls=668 (679 total) | +| EDM = 1.28E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -717854.6335526621 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.88 | 0.28 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -1.88 | 0.03 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -4.796 | 0.007 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.029 | 0.094 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.35 | 0.07 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 8.0 | 0.5 | | | 4.19232 | 9.40768 | | +| 6 | p3770_p | -2.10 | 0.04 | | |-6.28319 | 6.28319 | | +| 7 | rho_p | 0.25 | 9.30 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 3.766 | 0.009 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.25 | 0.05 | | |0.126447 | 2.35355 | | +| 10| omega_p | -6.16 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.24 | 0.05 | | | 0.71676 | 3.68324 | | +| 12| rho_s | 0.07 | 1.14 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.044 | 0.010 | | | -1.464 | 1.464 | | +| 14| jpsi_s | 0.989E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.63 | 0.08 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1358.81 | 0.09 | | | 1358.64 | 1433.36 | | +| 17| p4040_p | 4.04 | 0.08 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.089 | 0.027 | | | -0.5 | 0.5 | | +| 19| p4040_s | 1.13 | 0.04 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p jpsi_p phi_p p3770_s omega_s p3770_p rho_p psi2s_p p4415_s omega_p p4160_s rho_s Dbar_s jpsi_s p4415_p psi2s_s p4040_p Ctt p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.071 -0.120 0.087 -0.003 -0.263 0.043 -0.289 -0.004 0.017 0.245 0.019 0.289 0.141 -0.092 0.093 -0.006 0.086 0.145 -0.020 | +| p4160_p | 0.071 1.000 -0.109 -0.051 -0.018 -0.222 0.042 -0.244 0.018 0.053 0.206 -0.038 0.244 0.081 -0.071 0.078 -0.005 0.031 0.062 -0.078 | +| jpsi_p | -0.120 -0.109 1.000 0.079 -0.011 0.373 -0.074 0.410 -0.003 -0.040 -0.347 -0.046 -0.411 -0.217 0.132 -0.137 0.008 -0.145 -0.223 0.012 | +| phi_p | 0.087 -0.051 0.079 1.000 0.001 0.185 -0.031 0.205 -0.000 -0.013 -0.171 -0.014 -0.206 -0.100 0.063 -0.066 0.004 -0.062 -0.104 0.013 | +| p3770_s | -0.003 -0.018 -0.011 0.001 1.000 0.010 -0.034 0.011 -0.002 -0.004 -0.010 -0.005 -0.011 -0.035 0.011 -0.015 0.000 -0.041 -0.035 0.009 | +| omega_s | -0.263 -0.222 0.373 0.185 0.010 1.000 -0.135 0.908 0.012 -0.052 -0.749 -0.058 -0.909 -0.441 0.294 -0.292 0.018 -0.270 -0.453 0.062 | +| p3770_p | 0.043 0.042 -0.074 -0.031 -0.034 -0.135 1.000 -0.149 0.039 0.016 0.125 0.026 0.149 0.079 -0.038 0.054 -0.004 0.051 0.034 0.018 | +| rho_p | -0.289 -0.244 0.410 0.205 0.011 0.908 -0.149 1.000 0.013 -0.058 -0.841 -0.064 -0.999 -0.485 0.323 -0.321 0.020 -0.297 -0.499 0.068 | +| psi2s_p | -0.004 0.018 -0.003 -0.000 -0.002 0.012 0.039 0.013 1.000 -0.008 -0.012 -0.006 -0.013 0.039 0.013 0.017 -0.001 0.018 0.016 -0.014 | +| p4415_s | 0.017 0.053 -0.040 -0.013 -0.004 -0.052 0.016 -0.058 -0.008 1.000 0.048 -0.003 0.058 -0.010 -0.009 -0.095 -0.001 0.043 0.033 -0.020 | +| omega_p | 0.245 0.206 -0.347 -0.171 -0.010 -0.749 0.125 -0.841 -0.012 0.048 1.000 0.053 0.842 0.409 -0.273 0.270 -0.017 0.250 0.420 -0.058 | +| p4160_s | 0.019 -0.038 -0.046 -0.014 -0.005 -0.058 0.026 -0.064 -0.006 -0.003 0.053 1.000 0.064 -0.024 -0.009 -0.041 -0.001 0.108 0.020 -0.055 | +| rho_s | 0.289 0.244 -0.411 -0.206 -0.011 -0.909 0.149 -0.999 -0.013 0.058 0.842 0.064 1.000 0.486 -0.323 0.321 -0.020 0.297 0.499 -0.068 | +| Dbar_s | 0.141 0.081 -0.217 -0.100 -0.035 -0.441 0.079 -0.485 0.039 -0.010 0.409 -0.024 0.486 1.000 -0.130 0.100 -0.009 0.098 0.164 -0.077 | +| jpsi_s | -0.092 -0.071 0.132 0.063 0.011 0.294 -0.038 0.323 0.013 -0.009 -0.273 -0.009 -0.323 -0.130 1.000 -0.092 0.041 -0.083 -0.136 0.029 | +| p4415_p | 0.093 0.078 -0.137 -0.066 -0.015 -0.292 0.054 -0.321 0.017 -0.095 0.270 -0.041 0.321 0.100 -0.092 1.000 -0.006 0.097 0.111 -0.058 | +| psi2s_s | -0.006 -0.005 0.008 0.004 0.000 0.018 -0.004 0.020 -0.001 -0.001 -0.017 -0.001 -0.020 -0.009 0.041 -0.006 1.000 -0.006 -0.010 0.002 | +| p4040_p | 0.086 0.031 -0.145 -0.062 -0.041 -0.270 0.051 -0.297 0.018 0.043 0.250 0.108 0.297 0.098 -0.083 0.097 -0.006 1.000 0.066 -0.098 | +| Ctt | 0.145 0.062 -0.223 -0.104 -0.035 -0.453 0.034 -0.499 0.016 0.033 0.420 0.020 0.499 0.164 -0.136 0.111 -0.010 0.066 1.000 -0.034 | +| p4040_s | -0.020 -0.078 0.012 0.013 0.009 0.062 0.018 0.068 -0.014 -0.020 -0.058 -0.055 -0.068 -0.077 0.029 -0.058 0.002 -0.098 -0.034 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.27649994782914966}), (, {'error': 0.03278040113594294}), (, {'error': 0.007043505391591154}), (, {'error': 0.09389507123428409}), (, {'error': 0.06589812458911659}), (, {'error': 0.4905555879673975}), (, {'error': 0.04304993218442332}), (, {'error': 9.300133294614984}), (, {'error': 0.008883275010698632}), (, {'error': 0.05366025272948183}), (, {'error': 0.0964931580252788}), (, {'error': 0.04508060985594464}), (, {'error': 1.1368841535402925}), (, {'error': 0.009930769543919027}), (, {'error': 3.3836120735013537}), (, {'error': 0.07961175943201404}), (, {'error': 0.09052772690984057}), (, {'error': 0.07603020372477509}), (, {'error': 0.026750599896432803}), (, {'error': 0.0442657444912441})]) +Toy 1/10 +Time taken: 1 h, 11 min +Projected time left: 10 h, 40 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.179E+05 | Ncalls=1066 (1066 total) | +| EDM = 1.96E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -717924.4995645187 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.0 | 0.9 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -2.17 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -4.625 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6.28 | 0.22 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.41 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 5.5 | 1.0 | | | 4.19232 | 9.40768 | | +| 6 | p3770_p | -2.91 | 0.11 | | |-6.28319 | 6.28319 | | +| 7 | rho_p | 5.93 | 0.25 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 1.831 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.23 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_p | -0.30 | 0.26 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.15 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| rho_s | 1.20 | 0.30 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 14| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.23 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1371.8 | 1.9 | | | 1358.64 | 1433.36 | | +| 17| p4040_p | -2.69 | 0.17 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.09 | 0.12 | | | -0.5 | 0.5 | | +| 19| p4040_s | 1.06 | 0.17 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p jpsi_p phi_p p3770_s omega_s p3770_p rho_p psi2s_p p4415_s omega_p p4160_s rho_s Dbar_s jpsi_s p4415_p psi2s_s p4040_p Ctt p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.001 -0.029 0.484 -0.005 0.050 0.003 0.165 -0.013 0.001 0.036 -0.000 -0.014 0.008 -0.014 0.001 0.012 0.001 0.003 -0.005 | +| p4160_p | 0.001 1.000 0.006 -0.002 -0.110 0.002 0.227 0.031 -0.107 0.070 -0.003 -0.115 -0.001 0.217 0.004 0.262 -0.004 0.079 -0.464 -0.497 | +| jpsi_p | -0.029 0.006 1.000 -0.027 0.002 -0.018 -0.037 -0.101 0.107 -0.154 -0.013 -0.164 -0.016 0.099 0.047 0.011 -0.034 -0.141 -0.141 -0.045 | +| phi_p | 0.484 -0.002 -0.027 1.000 -0.002 0.010 -0.001 0.071 -0.010 -0.001 0.028 -0.002 0.005 0.004 0.006 -0.001 -0.005 -0.003 0.002 -0.002 | +| p3770_s | -0.005 -0.110 0.002 -0.002 1.000 0.002 -0.229 -0.026 -0.259 0.078 -0.001 0.072 -0.018 -0.224 0.024 -0.033 -0.035 -0.082 0.098 0.187 | +| omega_s | 0.050 0.002 -0.018 0.010 0.002 1.000 -0.002 0.124 -0.008 0.001 0.401 0.002 -0.525 -0.006 0.001 0.002 -0.001 0.003 -0.007 -0.001 | +| p3770_p | 0.003 0.227 -0.037 -0.001 -0.229 -0.002 1.000 0.025 -0.312 -0.182 -0.002 -0.130 0.010 0.413 -0.030 0.109 0.023 0.131 -0.486 -0.210 | +| rho_p | 0.165 0.031 -0.101 0.071 -0.026 0.124 0.025 1.000 -0.045 -0.016 -0.126 -0.020 0.128 0.040 0.064 0.026 -0.052 0.007 -0.022 -0.044 | +| psi2s_p | -0.013 -0.107 0.107 -0.010 -0.259 -0.008 -0.312 -0.045 1.000 -0.124 -0.003 -0.209 -0.004 0.013 0.044 -0.058 -0.046 -0.325 0.151 -0.017 | +| p4415_s | 0.001 0.070 -0.154 -0.001 0.078 0.001 -0.182 -0.016 -0.124 1.000 -0.004 0.316 -0.007 -0.514 0.001 -0.101 -0.003 0.160 0.371 0.107 | +| omega_p | 0.036 -0.003 -0.013 0.028 -0.001 0.401 -0.002 -0.126 -0.003 -0.004 1.000 -0.005 -0.074 0.005 0.005 -0.002 -0.004 -0.006 0.002 -0.000 | +| p4160_s | -0.000 -0.115 -0.164 -0.002 0.072 0.002 -0.130 -0.020 -0.209 0.316 -0.005 1.000 -0.014 -0.519 0.016 -0.185 -0.016 0.428 0.304 -0.015 | +| rho_s | -0.014 -0.001 -0.016 0.005 -0.018 -0.525 0.010 0.128 -0.004 -0.007 -0.074 -0.014 1.000 0.036 0.004 -0.002 -0.003 -0.012 0.018 -0.012 | +| Dbar_s | 0.008 0.217 0.099 0.004 -0.224 -0.006 0.413 0.040 0.013 -0.514 0.005 -0.519 0.036 1.000 -0.128 -0.007 0.111 -0.138 -0.764 -0.449 | +| jpsi_s | -0.014 0.004 0.047 0.006 0.024 0.001 -0.030 0.064 0.044 0.001 0.005 0.016 0.004 -0.128 1.000 0.005 -0.801 0.021 -0.025 0.022 | +| p4415_p | 0.001 0.262 0.011 -0.001 -0.033 0.002 0.109 0.026 -0.058 -0.101 -0.002 -0.185 -0.002 -0.007 0.005 1.000 -0.006 0.092 -0.232 -0.208 | +| psi2s_s | 0.012 -0.004 -0.034 -0.005 -0.035 -0.001 0.023 -0.052 -0.046 -0.003 -0.004 -0.016 -0.003 0.111 -0.801 -0.006 1.000 -0.020 0.026 -0.022 | +| p4040_p | 0.001 0.079 -0.141 -0.003 -0.082 0.003 0.131 0.007 -0.325 0.160 -0.006 0.428 -0.012 -0.138 0.021 0.092 -0.020 1.000 -0.199 -0.190 | +| Ctt | 0.003 -0.464 -0.141 0.002 0.098 -0.007 -0.486 -0.022 0.151 0.371 0.002 0.304 0.018 -0.764 -0.025 -0.232 0.026 -0.199 1.000 0.513 | +| p4040_s | -0.005 -0.497 -0.045 -0.002 0.187 -0.001 -0.210 -0.044 -0.017 0.107 -0.000 -0.015 -0.012 -0.449 0.022 -0.208 -0.022 -0.190 0.513 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.8643687921587606}), (, {'error': 0.09717476553535409}), (, {'error': 0.016094301292271407}), (, {'error': 0.21976743355184158}), (, {'error': 0.2082047621759877}), (, {'error': 0.9848679934427365}), (, {'error': 0.11274835151234774}), (, {'error': 0.2545406853885446}), (, {'error': 0.028372114611292965}), (, {'error': 0.18115972113135115}), (, {'error': 0.26070955639578974}), (, {'error': 0.1699795592203741}), (, {'error': 0.29927523820338603}), (, {'error': 0.05836659841132352}), (, {'error': 131.9799114929665}), (, {'error': 0.1674403262491282}), (, {'error': 1.8648913397314573}), (, {'error': 0.17317058004959174}), (, {'error': 0.12186614694549502}), (, {'error': 0.17155645074167702})]) +Toy 2/10 +Time taken: 2 h, 46 min +Projected time left: 11 h, 4 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.178E+05 | Ncalls=1426 (1426 total) | +| EDM = 1.62E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -717810.6275013506 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.9 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -2.02 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -4.622 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -5.51 | 0.21 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 0.919 | 0.009 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 5.7 | 0.9 | | | 4.19232 | 9.40768 | | +| 6 | p3770_p | -6.283 | 0.022 | | |-6.28319 | 6.28319 | | +| 7 | rho_p | -6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 1.950 | 0.022 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.98 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_p | 5.98 | 0.25 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 1.93 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| rho_s | 1.33 | 0.32 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | 0.15 | 0.05 | | | -1.464 | 1.464 | | +| 14| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.28 | 0.20 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1372.3 | 1.4 | | | 1358.64 | 1433.36 | | +| 17| p4040_p | -2.57 | 0.30 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.10 | 0.11 | | | -0.5 | 0.5 | | +| 19| p4040_s | 0.59 | 0.17 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p jpsi_p phi_p p3770_s omega_s p3770_p rho_p psi2s_p p4415_s omega_p p4160_s rho_s Dbar_s jpsi_s p4415_p psi2s_s p4040_p Ctt p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.002 -0.017 0.669 -0.000 -0.007 0.000 -0.018 -0.008 0.000 0.016 0.001 0.003 -0.003 -0.020 -0.001 0.013 -0.000 -0.003 0.001 | +| p4160_p | -0.002 1.000 0.057 -0.004 0.005 -0.004 -0.009 0.008 0.003 0.077 -0.001 -0.058 -0.001 0.215 0.008 0.251 -0.008 0.039 -0.455 -0.483 | +| jpsi_p | -0.017 0.057 1.000 -0.014 0.001 0.014 0.000 -0.030 0.085 -0.180 -0.016 -0.180 -0.042 0.164 0.030 0.043 -0.015 -0.120 -0.226 -0.097 | +| phi_p | 0.669 -0.004 -0.014 1.000 -0.000 -0.035 0.000 -0.073 -0.005 -0.005 -0.012 -0.004 0.059 -0.003 -0.010 -0.002 0.007 -0.006 -0.008 0.003 | +| p3770_s | -0.000 0.005 0.001 -0.000 1.000 -0.000 -0.002 0.000 0.005 -0.004 0.000 -0.003 0.000 0.010 -0.000 0.002 0.001 0.002 -0.008 -0.006 | +| omega_s | -0.007 -0.004 0.014 -0.035 -0.000 1.000 0.000 0.121 0.007 0.004 0.358 0.006 -0.520 -0.015 -0.011 -0.004 0.007 0.003 -0.005 0.009 | +| p3770_p | 0.000 -0.009 0.000 0.000 -0.002 0.000 1.000 -0.000 0.023 0.008 0.000 0.005 0.000 -0.017 0.000 -0.005 0.001 -0.003 0.025 0.007 | +| rho_p | -0.018 0.008 -0.030 -0.073 0.000 0.121 -0.000 1.000 -0.014 -0.003 -0.021 -0.002 -0.001 0.007 0.012 0.007 -0.008 0.003 -0.004 -0.011 | +| psi2s_p | -0.008 0.003 0.085 -0.005 0.005 0.007 0.023 -0.014 1.000 -0.200 -0.007 -0.255 -0.022 0.152 0.034 0.014 -0.051 -0.276 -0.114 -0.078 | +| p4415_s | 0.000 0.077 -0.180 -0.005 -0.004 0.004 0.008 -0.003 -0.200 1.000 -0.004 0.340 -0.005 -0.522 -0.004 -0.104 0.003 0.205 0.370 0.102 | +| omega_p | 0.016 -0.001 -0.016 -0.012 0.000 0.358 0.000 -0.021 -0.007 -0.004 1.000 -0.004 -0.114 0.004 0.004 -0.000 -0.003 -0.004 -0.000 -0.002 | +| p4160_s | 0.001 -0.058 -0.180 -0.004 -0.003 0.006 0.005 -0.002 -0.255 0.340 -0.004 1.000 -0.012 -0.513 0.005 -0.173 -0.005 0.480 0.272 -0.075 | +| rho_s | 0.003 -0.001 -0.042 0.059 0.000 -0.520 0.000 -0.001 -0.022 -0.005 -0.114 -0.012 1.000 0.034 0.010 0.001 -0.006 -0.012 0.027 -0.013 | +| Dbar_s | -0.003 0.215 0.164 -0.003 0.010 -0.015 -0.017 0.007 0.152 -0.522 0.004 -0.513 0.034 1.000 -0.064 0.012 0.043 -0.193 -0.771 -0.454 | +| jpsi_s | -0.020 0.008 0.030 -0.010 -0.000 -0.011 0.000 0.012 0.034 -0.004 0.004 0.005 0.010 -0.064 1.000 0.005 -0.601 0.014 -0.028 0.006 | +| p4415_p | -0.001 0.251 0.043 -0.002 0.002 -0.004 -0.005 0.007 0.014 -0.104 -0.000 -0.173 0.001 0.012 0.005 1.000 -0.005 0.067 -0.238 -0.209 | +| psi2s_s | 0.013 -0.008 -0.015 0.007 0.001 0.007 0.001 -0.008 -0.051 0.003 -0.003 -0.005 -0.006 0.043 -0.601 -0.005 1.000 -0.013 0.027 -0.005 | +| p4040_p | -0.000 0.039 -0.120 -0.006 0.002 0.003 -0.003 0.003 -0.276 0.205 -0.004 0.480 -0.012 -0.193 0.014 0.067 -0.013 1.000 -0.147 -0.185 | +| Ctt | -0.003 -0.455 -0.226 -0.008 -0.008 -0.005 0.025 -0.004 -0.114 0.370 -0.000 0.272 0.027 -0.771 -0.028 -0.238 0.027 -0.147 1.000 0.541 | +| p4040_s | 0.001 -0.483 -0.097 0.003 -0.006 0.009 0.007 -0.011 -0.078 0.102 -0.002 -0.075 -0.013 -0.454 0.006 -0.209 -0.005 -0.185 0.541 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.0053499182788563}), (, {'error': 0.10508657800256005}), (, {'error': 0.01579156937799464}), (, {'error': 0.206275688105781}), (, {'error': 0.008502007930741295}), (, {'error': 0.9061518221899867}), (, {'error': 0.021553565399350383}), (, {'error': 0.1113170403505439}), (, {'error': 0.022210888595339817}), (, {'error': 0.18276108191954316}), (, {'error': 0.2524598989646343}), (, {'error': 0.17155516593954234}), (, {'error': 0.3158786137610404}), (, {'error': 0.054146410685774415}), (, {'error': 11.14043816348294}), (, {'error': 0.2049382003815392}), (, {'error': 1.3967671946059}), (, {'error': 0.303131452557011}), (, {'error': 0.11273818202787111}), (, {'error': 0.17403693666710526})]) +Toy 3/10 +Time taken: 4 h, 49 min +Projected time left: 11 h, 14 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.178E+05 | Ncalls=1217 (1217 total) | +| EDM = 0.00011 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -717822.9172463883 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.6 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | 4.753 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 5.95 | 0.23 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.10 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 5.5 | 1.0 | | | 4.19232 | 9.40768 | | +| 6 | p3770_p | 3.95 | 0.12 | | |-6.28319 | 6.28319 | | +| 7 | rho_p | -0.47 | 0.25 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | -3.982 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.84 | 0.17 | | |0.126447 | 2.35355 | | +| 10| omega_p | -0.47 | 0.26 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 0.717 | 0.013 | | | 0.71676 | 3.68324 | | +| 12| rho_s | 1.23 | 0.30 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | 0.32 | 0.04 | | | -1.464 | 1.464 | | +| 14| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | -1.16 | 0.21 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1372.7 | 1.6 | | | 1358.64 | 1433.36 | | +| 17| p4040_p | -3.27 | 0.11 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.50 | 0.08 | | | -0.5 | 0.5 | | +| 19| p4040_s | 1.39 | 0.15 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p jpsi_p phi_p p3770_s omega_s p3770_p rho_p psi2s_p p4415_s omega_p p4160_s rho_s Dbar_s jpsi_s p4415_p psi2s_s p4040_p Ctt p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.000 -0.009 0.646 -0.007 0.044 0.005 0.212 -0.021 -0.003 0.032 0.000 0.024 0.028 -0.003 0.002 0.002 -0.009 0.006 -0.004 | +| p4160_p | 0.000 1.000 0.004 0.000 -0.002 -0.000 -0.001 0.000 0.005 -0.005 0.000 -0.004 0.000 0.015 -0.001 0.006 0.001 -0.005 -0.002 0.016 | +| jpsi_p | -0.009 0.004 1.000 -0.017 -0.009 -0.030 -0.013 0.013 -0.061 -0.098 -0.006 -0.000 0.067 0.213 -0.054 0.022 0.048 -0.134 0.042 0.053 | +| phi_p | 0.646 0.000 -0.017 1.000 -0.006 0.006 0.003 0.121 -0.021 -0.006 0.029 0.000 0.025 0.024 0.011 0.002 -0.008 -0.012 0.005 -0.002 | +| p3770_s | -0.007 -0.002 -0.009 -0.006 1.000 0.002 -0.172 -0.022 -0.280 0.074 -0.002 -0.003 -0.018 -0.267 0.017 -0.028 -0.032 0.074 0.018 0.138 | +| omega_s | 0.044 -0.000 -0.030 0.006 0.002 1.000 -0.003 0.171 -0.009 0.003 0.390 0.000 -0.511 -0.012 0.003 0.001 -0.002 0.001 -0.004 -0.001 | +| p3770_p | 0.005 -0.001 -0.013 0.003 -0.172 -0.003 1.000 0.023 -0.268 -0.015 -0.001 0.002 0.020 0.153 -0.028 0.031 0.024 0.080 -0.228 -0.058 | +| rho_p | 0.212 0.000 0.013 0.121 -0.022 0.171 0.023 1.000 -0.058 -0.000 -0.138 0.001 0.144 0.052 0.058 0.022 -0.043 -0.018 0.006 -0.029 | +| psi2s_p | -0.021 0.005 -0.061 -0.021 -0.280 -0.009 -0.268 -0.058 1.000 -0.096 -0.005 0.002 -0.015 -0.040 0.063 0.043 -0.067 -0.218 -0.019 0.103 | +| p4415_s | -0.003 -0.005 -0.098 -0.006 0.074 0.003 -0.015 -0.000 -0.096 1.000 -0.004 0.015 -0.010 -0.478 0.004 0.103 -0.008 0.191 0.125 -0.215 | +| omega_p | 0.032 0.000 -0.006 0.029 -0.002 0.390 -0.001 -0.138 -0.005 -0.004 1.000 -0.000 -0.089 0.006 0.003 0.001 -0.002 -0.006 0.001 0.002 | +| p4160_s | 0.000 -0.004 -0.000 0.000 -0.003 0.000 0.002 0.001 0.002 0.015 -0.000 1.000 0.000 -0.005 0.000 0.002 0.000 -0.013 -0.009 -0.002 | +| rho_s | 0.024 0.000 0.067 0.025 -0.018 -0.511 0.020 0.144 -0.015 -0.010 -0.089 0.000 1.000 0.071 0.008 0.005 -0.005 -0.018 0.017 -0.009 | +| Dbar_s | 0.028 0.015 0.213 0.024 -0.267 -0.012 0.153 0.052 -0.040 -0.478 0.006 -0.005 0.071 1.000 -0.174 -0.058 0.148 -0.477 -0.397 0.080 | +| jpsi_s | -0.003 -0.001 -0.054 0.011 0.017 0.003 -0.028 0.058 0.063 0.004 0.003 0.000 0.008 -0.174 1.000 0.003 -0.718 0.030 -0.019 -0.000 | +| p4415_p | 0.002 0.006 0.022 0.002 -0.028 0.001 0.031 0.022 0.043 0.103 0.001 0.002 0.005 -0.058 0.003 1.000 -0.001 -0.067 -0.129 -0.050 | +| psi2s_s | 0.002 0.001 0.048 -0.008 -0.032 -0.002 0.024 -0.043 -0.067 -0.008 -0.002 0.000 -0.005 0.148 -0.718 -0.001 1.000 -0.031 0.019 -0.004 | +| p4040_p | -0.009 -0.005 -0.134 -0.012 0.074 0.001 0.080 -0.018 -0.218 0.191 -0.006 -0.013 -0.018 -0.477 0.030 -0.067 -0.031 1.000 0.012 -0.289 | +| Ctt | 0.006 -0.002 0.042 0.005 0.018 -0.004 -0.228 0.006 -0.019 0.125 0.001 -0.009 0.017 -0.397 -0.019 -0.129 0.019 0.012 1.000 0.199 | +| p4040_s | -0.004 0.016 0.053 -0.002 0.138 -0.001 -0.058 -0.029 0.103 -0.215 0.002 -0.002 -0.009 0.080 -0.000 -0.050 -0.004 -0.289 0.199 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9891197710373731}), (, {'error': 0.009921569416571518}), (, {'error': 0.016055270858537973}), (, {'error': 0.22806857994868412}), (, {'error': 0.2068454936301356}), (, {'error': 0.9855533194849913}), (, {'error': 0.1152930175183382}), (, {'error': 0.2537021438581619}), (, {'error': 0.027618542513024202}), (, {'error': 0.1715769494229934}), (, {'error': 0.26261744944905985}), (, {'error': 0.012839684819607788}), (, {'error': 0.29998295899744215}), (, {'error': 0.035651397066043256}), (, {'error': 26.56419325024399}), (, {'error': 0.21190413582311596}), (, {'error': 1.604259803973605}), (, {'error': 0.11112182458834985}), (, {'error': 0.0805758961677949}), (, {'error': 0.1466649108663678})]) +Toy 4/10 +Time taken: 6 h, 35 min +Projected time left: 9 h, 53 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.179E+05 | Ncalls=1141 (1141 total) | +| EDM = 0.000227 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -717924.7105531631 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.5 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | 4.48 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -1.733 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 5.87 | 0.23 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.21 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 5.5 | 1.0 | | | 4.19232 | 9.40768 | | +| 6 | p3770_p | 4.47 | 0.12 | | |-6.28319 | 6.28319 | | +| 7 | rho_p | 5.67 | 0.26 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 4.183 | 0.031 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.21 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_p | 5.75 | 0.26 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.11 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| rho_s | 1.19 | 0.30 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.04 | 0.06 | | | -1.464 | 1.464 | | +| 14| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.51 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1366.7 | 1.8 | | | 1358.64 | 1433.36 | | +| 17| p4040_p | 4.07 | 0.18 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.09 | 0.14 | | | -0.5 | 0.5 | | +| 19| p4040_s | 1.02 | 0.16 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p jpsi_p phi_p p3770_s omega_s p3770_p rho_p psi2s_p p4415_s omega_p p4160_s rho_s Dbar_s jpsi_s p4415_p psi2s_s p4040_p Ctt p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.003 -0.009 0.649 -0.007 0.037 0.001 0.200 -0.003 -0.001 0.032 -0.004 0.010 0.013 -0.005 -0.001 0.003 -0.005 0.007 -0.005 | +| p4160_p | -0.003 1.000 -0.077 -0.002 -0.095 0.004 0.245 0.037 0.314 0.089 -0.001 -0.090 -0.004 0.155 0.012 0.261 -0.013 0.083 -0.437 -0.476 | +| jpsi_p | -0.009 -0.077 1.000 -0.018 -0.079 -0.031 -0.062 0.008 -0.040 -0.072 -0.005 -0.104 0.067 0.100 -0.065 -0.041 0.052 -0.163 0.133 -0.006 | +| phi_p | 0.649 -0.002 -0.018 1.000 -0.008 0.001 -0.000 0.118 -0.005 -0.005 0.029 -0.007 0.019 0.013 0.014 -0.001 -0.012 -0.008 0.003 -0.006 | +| p3770_s | -0.007 -0.095 -0.079 -0.008 1.000 0.002 -0.179 -0.033 -0.194 0.102 -0.003 0.093 -0.018 -0.272 0.024 -0.027 -0.017 -0.052 0.144 0.205 | +| omega_s | 0.037 0.004 -0.031 0.001 0.002 1.000 0.001 0.125 -0.007 -0.000 0.369 0.001 -0.528 -0.005 0.002 0.003 -0.002 0.004 -0.009 -0.003 | +| p3770_p | 0.001 0.245 -0.062 -0.000 -0.179 0.001 1.000 0.035 0.491 -0.187 -0.000 -0.118 0.005 0.415 -0.019 0.124 -0.012 0.159 -0.556 -0.218 | +| rho_p | 0.200 0.037 0.008 0.118 -0.033 0.125 0.035 1.000 0.036 -0.021 -0.127 -0.024 0.139 0.051 0.068 0.031 -0.059 0.008 -0.031 -0.052 | +| psi2s_p | -0.003 0.314 -0.040 -0.005 -0.194 -0.007 0.491 0.036 1.000 -0.347 -0.001 -0.313 0.022 0.667 -0.056 0.155 0.020 0.040 -0.678 -0.425 | +| p4415_s | -0.001 0.089 -0.072 -0.005 0.102 -0.000 -0.187 -0.021 -0.347 1.000 -0.004 0.314 -0.005 -0.519 -0.001 -0.092 0.003 0.173 0.388 0.107 | +| omega_p | 0.032 -0.001 -0.005 0.029 -0.003 0.369 -0.000 -0.127 -0.001 -0.004 1.000 -0.005 -0.066 0.005 0.004 0.000 -0.004 -0.004 -0.001 -0.003 | +| p4160_s | -0.004 -0.090 -0.104 -0.007 0.093 0.001 -0.118 -0.024 -0.313 0.314 -0.005 1.000 -0.012 -0.519 0.011 -0.181 -0.007 0.437 0.318 -0.021 | +| rho_s | 0.010 -0.004 0.067 0.019 -0.018 -0.528 0.005 0.139 0.022 -0.005 -0.066 -0.012 1.000 0.035 0.003 -0.004 -0.005 -0.014 0.022 -0.008 | +| Dbar_s | 0.013 0.155 0.100 0.013 -0.272 -0.005 0.415 0.051 0.667 -0.519 0.005 -0.519 0.035 1.000 -0.123 -0.036 0.089 -0.189 -0.759 -0.429 | +| jpsi_s | -0.005 0.012 -0.065 0.014 0.024 0.002 -0.019 0.068 -0.056 -0.001 0.004 0.011 0.003 -0.123 1.000 0.007 -0.783 0.025 -0.022 0.014 | +| p4415_p | -0.001 0.261 -0.041 -0.001 -0.027 0.003 0.124 0.031 0.155 -0.092 0.000 -0.181 -0.004 -0.036 0.007 1.000 -0.006 0.094 -0.215 -0.201 | +| psi2s_s | 0.003 -0.013 0.052 -0.012 -0.017 -0.002 -0.012 -0.059 0.020 0.003 -0.004 -0.007 -0.005 0.089 -0.783 -0.006 1.000 -0.025 0.018 -0.005 | +| p4040_p | -0.005 0.083 -0.163 -0.008 -0.052 0.004 0.159 0.008 0.040 0.173 -0.004 0.437 -0.014 -0.189 0.025 0.094 -0.025 1.000 -0.167 -0.162 | +| Ctt | 0.007 -0.437 0.133 0.003 0.144 -0.009 -0.556 -0.031 -0.678 0.388 -0.001 0.318 0.022 -0.759 -0.022 -0.215 0.018 -0.167 1.000 0.508 | +| p4040_s | -0.005 -0.476 -0.006 -0.006 0.205 -0.003 -0.218 -0.052 -0.425 0.107 -0.003 -0.021 -0.008 -0.429 0.014 -0.201 -0.005 -0.162 0.508 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9899420562796184}), (, {'error': 0.09663412983267605}), (, {'error': 0.01599935975987199}), (, {'error': 0.229351083333877}), (, {'error': 0.1919161426205067}), (, {'error': 0.975075951661895}), (, {'error': 0.1203084969233732}), (, {'error': 0.26148755824828296}), (, {'error': 0.030731386167254904}), (, {'error': 0.17976757040096947}), (, {'error': 0.25532766252458217}), (, {'error': 0.1655963207092086}), (, {'error': 0.29748384327987915}), (, {'error': 0.05932472589718485}), (, {'error': 130.56161121328478}), (, {'error': 0.1681143457788865}), (, {'error': 1.794598931389828}), (, {'error': 0.176476546361231}), (, {'error': 0.13950859999802864}), (, {'error': 0.16416747497063705})]) +Toy 5/10 +Time taken: 8 h, 17 min +Projected time left: 8 h, 17 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.179E+05 | Ncalls=925 (925 total) | +| EDM = 0.000131 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -717922.0612287256 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.9 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -2.00 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | 1.474 | 0.017 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6.12 | 0.24 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.23 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.6 | 0.9 | | | 4.19232 | 9.40768 | | +| 6 | p3770_p | 4.12 | 0.12 | | |-6.28319 | 6.28319 | | +| 7 | rho_p | -6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 3.785 | 0.029 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.22 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_p | -6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.13 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 14| jpsi_s | 0.998E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.35 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1363 | 4 | | | 1358.64 | 1433.36 | | +| 17| p4040_p | 3.83 | 0.17 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.10 | 0.14 | | | -0.5 | 0.5 | | +| 19| p4040_s | 1.04 | 0.17 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p jpsi_p phi_p p3770_s omega_s p3770_p rho_p psi2s_p p4415_s omega_p p4160_s rho_s Dbar_s jpsi_s p4415_p psi2s_s p4040_p Ctt p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.009 -0.032 0.645 -0.005 -0.054 -0.001 0.030 0.006 0.003 0.007 -0.001 0.065 0.017 0.046 -0.007 0.044 -0.008 0.015 0.002 | +| p4160_p | -0.009 1.000 0.009 -0.007 -0.097 -0.009 0.250 0.006 0.220 0.061 -0.001 -0.112 0.005 0.204 -0.016 0.272 -0.014 0.092 -0.474 -0.497 | +| jpsi_p | -0.032 0.009 1.000 -0.033 -0.073 0.019 -0.057 -0.013 -0.035 -0.139 -0.003 -0.154 -0.047 0.035 -0.137 0.020 -0.131 -0.135 -0.095 -0.063 | +| phi_p | 0.645 -0.007 -0.033 1.000 -0.003 -0.068 -0.005 0.014 -0.011 -0.001 0.003 -0.003 0.056 0.002 -0.014 -0.005 -0.013 -0.008 0.008 0.002 | +| p3770_s | -0.005 -0.097 -0.073 -0.003 1.000 0.012 -0.179 -0.001 -0.219 0.090 0.000 0.085 -0.024 -0.250 -0.066 -0.028 -0.061 -0.058 0.110 0.194 | +| omega_s | -0.054 -0.009 0.019 -0.068 0.012 1.000 -0.007 0.098 -0.008 0.010 0.114 0.012 -0.574 -0.008 0.068 -0.007 0.067 0.002 0.002 0.014 | +| p3770_p | -0.001 0.250 -0.057 -0.005 -0.179 -0.007 1.000 0.002 0.396 -0.190 -0.001 -0.125 0.011 0.424 0.066 0.128 0.052 0.155 -0.525 -0.216 | +| rho_p | 0.030 0.006 -0.013 0.014 -0.001 0.098 0.002 1.000 -0.005 -0.002 0.003 -0.001 -0.042 -0.003 -0.025 0.005 -0.024 0.004 -0.008 -0.005 | +| psi2s_p | 0.006 0.220 -0.035 -0.011 -0.219 -0.008 0.396 -0.005 1.000 -0.306 -0.003 -0.310 0.025 0.612 0.226 0.096 0.203 -0.049 -0.412 -0.352 | +| p4415_s | 0.003 0.061 -0.139 -0.001 0.090 0.010 -0.190 -0.002 -0.306 1.000 -0.000 0.318 -0.011 -0.505 -0.001 -0.106 -0.001 0.156 0.390 0.115 | +| omega_p | 0.007 -0.001 -0.003 0.003 0.000 0.114 -0.001 0.003 -0.003 -0.000 1.000 -0.000 -0.018 -0.001 -0.004 -0.000 -0.004 -0.001 -0.000 0.000 | +| p4160_s | -0.001 -0.112 -0.154 -0.003 0.085 0.012 -0.125 -0.001 -0.310 0.318 -0.000 1.000 -0.017 -0.507 -0.034 -0.191 -0.033 0.425 0.313 -0.010 | +| rho_s | 0.065 0.005 -0.047 0.056 -0.024 -0.574 0.011 -0.042 0.025 -0.011 -0.018 -0.017 1.000 0.029 -0.062 0.004 -0.061 -0.010 0.014 -0.020 | +| Dbar_s | 0.017 0.204 0.035 0.002 -0.250 -0.008 0.424 -0.003 0.612 -0.505 -0.001 -0.507 0.029 1.000 0.297 0.000 0.284 -0.150 -0.728 -0.441 | +| jpsi_s | 0.046 -0.016 -0.137 -0.014 -0.066 0.068 0.066 -0.025 0.226 -0.001 -0.004 -0.034 -0.062 0.297 1.000 -0.012 0.956 -0.056 0.056 -0.046 | +| p4415_p | -0.007 0.272 0.020 -0.005 -0.028 -0.007 0.128 0.005 0.096 -0.106 -0.000 -0.191 0.004 0.000 -0.012 1.000 -0.010 0.099 -0.244 -0.215 | +| psi2s_s | 0.044 -0.014 -0.131 -0.013 -0.061 0.067 0.052 -0.024 0.203 -0.001 -0.004 -0.033 -0.061 0.284 0.956 -0.010 1.000 -0.055 0.048 -0.043 | +| p4040_p | -0.008 0.092 -0.135 -0.008 -0.058 0.002 0.155 0.004 -0.049 0.156 -0.001 0.425 -0.010 -0.150 -0.056 0.099 -0.055 1.000 -0.200 -0.176 | +| Ctt | 0.015 -0.474 -0.095 0.008 0.110 0.002 -0.525 -0.008 -0.412 0.390 -0.000 0.313 0.014 -0.728 0.056 -0.244 0.048 -0.200 1.000 0.511 | +| p4040_s | 0.002 -0.497 -0.063 0.002 0.194 0.014 -0.216 -0.005 -0.352 0.115 0.000 -0.010 -0.020 -0.441 -0.046 -0.215 -0.043 -0.176 0.511 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9757143558138779}), (, {'error': 0.0981363892156657}), (, {'error': 0.016707986696072652}), (, {'error': 0.24257465897976616}), (, {'error': 0.19258282010749683}), (, {'error': 0.9330213339096889}), (, {'error': 0.11846610709429051}), (, {'error': 0.07655008863758406}), (, {'error': 0.028592339196284122}), (, {'error': 0.1812534660904075}), (, {'error': 0.07881650848912036}), (, {'error': 0.1672634726648371}), (, {'error': 0.33155174769832674}), (, {'error': 0.06196883353210669}), (, {'error': 26.63463895010227}), (, {'error': 0.16815344492313233}), (, {'error': 3.7805801784127198}), (, {'error': 0.17491638090456263}), (, {'error': 0.14285054296387173}), (, {'error': 0.16697350912598286})]) +Toy 6/10 +Time taken: 9 h, 42 min +Projected time left: 6 h, 28 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.179E+05 | Ncalls=1070 (1070 total) | +| EDM = 0.000268 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -717922.4063179615 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.9 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | 4.33 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | 4.730 | 0.017 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 5.99 | 0.26 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.40 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.2 | 0.9 | | | 4.19232 | 9.40768 | | +| 6 | p3770_p | -2.55 | 0.11 | | |-6.28319 | 6.28319 | | +| 7 | rho_p | -6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 2.225 | 0.029 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.21 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_p | -0.53 | 0.25 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.13 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 14| jpsi_s | 0.997E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.41 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1369 | 4 | | | 1358.64 | 1433.36 | | +| 17| p4040_p | 3.85 | 0.18 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.05 | 0.13 | | | -0.5 | 0.5 | | +| 19| p4040_s | 1.03 | 0.17 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p jpsi_p phi_p p3770_s omega_s p3770_p rho_p psi2s_p p4415_s omega_p p4160_s rho_s Dbar_s jpsi_s p4415_p psi2s_s p4040_p Ctt p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.011 0.001 0.700 -0.006 -0.052 -0.002 0.022 -0.022 0.002 0.046 -0.002 0.096 0.022 0.042 -0.008 0.041 -0.011 0.018 0.001 | +| p4160_p | -0.011 1.000 -0.091 -0.007 -0.112 -0.012 0.219 0.004 0.001 0.096 -0.001 -0.088 0.010 0.125 -0.043 0.256 -0.043 0.081 -0.435 -0.474 | +| jpsi_p | 0.001 -0.091 1.000 -0.022 -0.005 -0.015 -0.051 -0.013 -0.082 -0.075 -0.017 -0.102 0.050 0.175 0.210 -0.052 0.207 -0.167 0.114 0.010 | +| phi_p | 0.700 -0.007 -0.022 1.000 -0.003 -0.060 -0.005 0.013 -0.012 -0.003 0.035 -0.004 0.078 0.003 -0.023 -0.004 -0.022 -0.008 0.007 0.000 | +| p3770_s | -0.006 -0.112 -0.005 -0.003 1.000 0.007 -0.242 0.000 -0.219 0.098 -0.000 0.093 -0.021 -0.278 -0.067 -0.034 -0.072 -0.067 0.142 0.211 | +| omega_s | -0.052 -0.012 -0.015 -0.060 0.007 1.000 -0.006 0.097 -0.004 0.007 0.416 0.007 -0.484 0.006 0.080 -0.010 0.078 -0.004 0.008 0.013 | +| p3770_p | -0.002 0.219 -0.051 -0.005 -0.242 -0.006 1.000 0.001 -0.239 -0.177 -0.002 -0.125 0.009 0.388 0.051 0.109 0.049 0.125 -0.502 -0.211 | +| rho_p | 0.022 0.004 -0.013 0.013 0.000 0.097 0.001 1.000 -0.001 -0.001 0.010 -0.000 -0.048 -0.007 -0.021 0.004 -0.021 0.004 -0.007 -0.003 | +| psi2s_p | -0.022 0.001 -0.082 -0.012 -0.219 -0.004 -0.239 -0.001 1.000 -0.145 -0.003 -0.193 -0.009 -0.005 -0.214 0.015 -0.214 -0.212 -0.057 -0.076 | +| p4415_s | 0.002 0.096 -0.075 -0.003 0.098 0.007 -0.177 -0.001 -0.145 1.000 -0.004 0.311 -0.011 -0.477 0.013 -0.090 0.012 0.176 0.369 0.099 | +| omega_p | 0.046 -0.001 -0.017 0.035 -0.000 0.416 -0.002 0.010 -0.003 -0.004 1.000 -0.004 -0.143 -0.003 -0.020 -0.000 -0.019 -0.003 -0.003 -0.001 | +| p4160_s | -0.002 -0.088 -0.102 -0.004 0.093 0.007 -0.125 -0.000 -0.193 0.311 -0.004 1.000 -0.016 -0.500 -0.027 -0.180 -0.028 0.441 0.305 -0.020 | +| rho_s | 0.096 0.010 0.050 0.078 -0.021 -0.484 0.009 -0.048 -0.009 -0.011 -0.143 -0.016 1.000 0.015 -0.098 0.009 -0.095 -0.005 0.011 -0.021 | +| Dbar_s | 0.022 0.125 0.175 0.003 -0.278 0.006 0.388 -0.007 -0.005 -0.477 -0.003 -0.500 0.015 1.000 0.354 -0.047 0.347 -0.208 -0.657 -0.414 | +| jpsi_s | 0.042 -0.043 0.210 -0.023 -0.067 0.080 0.051 -0.021 -0.214 0.013 -0.020 -0.027 -0.098 0.354 1.000 -0.026 0.969 -0.075 0.103 -0.040 | +| p4415_p | -0.008 0.256 -0.052 -0.004 -0.034 -0.010 0.109 0.004 0.015 -0.090 -0.000 -0.180 0.009 -0.047 -0.026 1.000 -0.026 0.092 -0.217 -0.198 | +| psi2s_s | 0.041 -0.043 0.207 -0.022 -0.072 0.078 0.049 -0.021 -0.214 0.012 -0.019 -0.028 -0.095 0.347 0.969 -0.026 1.000 -0.075 0.103 -0.041 | +| p4040_p | -0.011 0.081 -0.167 -0.008 -0.067 -0.004 0.125 0.004 -0.212 0.176 -0.003 0.441 -0.005 -0.208 -0.075 0.092 -0.075 1.000 -0.173 -0.164 | +| Ctt | 0.018 -0.435 0.114 0.007 0.142 0.008 -0.502 -0.007 -0.057 0.369 -0.003 0.305 0.011 -0.657 0.103 -0.217 0.103 -0.173 1.000 0.497 | +| p4040_s | 0.001 -0.474 0.010 0.000 0.211 0.013 -0.211 -0.003 -0.076 0.099 -0.001 -0.020 -0.021 -0.414 -0.040 -0.198 -0.041 -0.164 0.497 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.0444536818486103}), (, {'error': 0.0964083093698358}), (, {'error': 0.01671818630825328}), (, {'error': 0.2590910131909574}), (, {'error': 0.20867956599372484}), (, {'error': 0.8962072112651871}), (, {'error': 0.11376603637548155}), (, {'error': 0.06388385201730795}), (, {'error': 0.02906139112953454}), (, {'error': 0.1794265344948912}), (, {'error': 0.25359380737040693}), (, {'error': 0.16753341992254545}), (, {'error': 0.3382400766917767}), (, {'error': 0.05951369826193498}), (, {'error': 31.162279352712176}), (, {'error': 0.1692446737099047}), (, {'error': 4.489740473262259}), (, {'error': 0.17767582802953008}), (, {'error': 0.12509837866674017}), (, {'error': 0.16826087034394516})]) +Toy 7/10 +Time taken: 11 h, 19 min +Projected time left: 4 h, 51 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.177E+05 | Ncalls=630 (641 total) | +| EDM = 1.13E+05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -717658.8880383063 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.25 | 0.09 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | 4.397 | 0.025 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | 1.681 | 0.005 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -5.417 | 0.026 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 3.43 | 0.04 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.30 | 0.06 | | | 4.19232 | 9.40768 | | +| 6 | p3770_p | -2.797 | 0.014 | | |-6.28319 | 6.28319 | | +| 7 | rho_p | -0.47 | 0.04 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 1.639 | 0.008 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.31 | 0.28 | | |0.126447 | 2.35355 | | +| 10| omega_p | -6.078 | 0.030 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.11 | 0.05 | | | 0.71676 | 3.68324 | | +| 12| rho_s | 1.807 | 0.020 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | 0.140 | 0.022 | | | -1.464 | 1.464 | | +| 14| jpsi_s | 0.989E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | -0.06 | 8.51 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1378.02 | 0.17 | | | 1358.64 | 1433.36 | | +| 17| p4040_p | -4.44 | 0.19 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.499 | 0.001 | | | -0.5 | 0.5 | | +| 19| p4040_s | 0.029 | 0.005 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p jpsi_p phi_p p3770_s omega_s p3770_p rho_p psi2s_p p4415_s omega_p p4160_s rho_s Dbar_s jpsi_s p4415_p psi2s_s p4040_p Ctt p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.029 -0.029 0.007 -0.026 0.001 -0.011 0.004 -0.030 0.033 -0.002 -0.031 0.004 -0.033 0.024 -0.033 0.003 -0.018 -0.013 0.009 | +| p4160_p | 0.029 1.000 -0.737 -0.169 -0.670 0.027 -0.283 0.027 -0.773 0.861 -0.076 -0.812 0.123 -0.850 0.604 -0.862 0.082 -0.462 -0.333 0.227 | +| jpsi_p | -0.029 -0.737 1.000 0.167 0.661 -0.027 0.279 -0.029 0.765 -0.853 0.075 0.802 -0.121 0.840 -0.597 0.854 -0.081 0.457 0.328 -0.223 | +| phi_p | 0.007 -0.169 0.167 1.000 0.151 -0.006 0.064 -0.015 0.175 -0.195 0.016 0.184 -0.026 0.192 -0.137 0.195 -0.018 0.105 0.075 -0.051 | +| p3770_s | -0.026 -0.670 0.661 0.151 1.000 -0.024 0.252 -0.024 0.691 -0.774 0.068 0.729 -0.110 0.762 -0.541 0.775 -0.074 0.415 0.297 -0.202 | +| omega_s | 0.001 0.027 -0.027 -0.006 -0.024 1.000 -0.010 0.002 -0.028 0.031 0.007 -0.029 0.001 -0.031 0.022 -0.031 0.003 -0.017 -0.012 0.008 | +| p3770_p | -0.011 -0.283 0.279 0.064 0.252 -0.010 1.000 -0.011 0.290 -0.328 0.029 0.309 -0.046 0.324 -0.230 0.328 -0.031 0.176 0.125 -0.086 | +| rho_p | 0.004 0.027 -0.029 -0.015 -0.024 0.002 -0.011 1.000 -0.029 0.031 -0.014 -0.029 0.014 -0.030 0.019 -0.031 0.003 -0.017 -0.011 0.008 | +| psi2s_p | -0.030 -0.773 0.765 0.175 0.691 -0.028 0.290 -0.029 1.000 -0.895 0.078 0.842 -0.127 0.882 -0.627 0.896 -0.085 0.479 0.345 -0.233 | +| p4415_s | 0.033 0.861 -0.853 -0.195 -0.774 0.031 -0.328 0.031 -0.895 1.000 -0.088 -0.940 0.142 -0.984 0.699 -0.999 0.094 -0.535 -0.385 0.261 | +| omega_p | -0.002 -0.076 0.075 0.016 0.068 0.007 0.029 -0.014 0.078 -0.088 1.000 0.082 -0.006 0.086 -0.062 0.088 -0.008 0.047 0.034 -0.023 | +| p4160_s | -0.031 -0.812 0.802 0.184 0.729 -0.029 0.309 -0.029 0.842 -0.940 0.082 1.000 -0.133 0.925 -0.657 0.941 -0.089 0.503 0.362 -0.246 | +| rho_s | 0.004 0.123 -0.121 -0.026 -0.110 0.001 -0.046 0.014 -0.127 0.142 -0.006 -0.133 1.000 -0.140 0.099 -0.142 0.013 -0.076 -0.054 0.037 | +| Dbar_s | -0.033 -0.850 0.840 0.192 0.762 -0.031 0.324 -0.030 0.882 -0.984 0.086 0.925 -0.140 1.000 -0.688 0.985 -0.093 0.527 0.378 -0.257 | +| jpsi_s | 0.024 0.604 -0.597 -0.137 -0.541 0.022 -0.230 0.019 -0.627 0.699 -0.062 -0.657 0.099 -0.688 1.000 -0.700 0.083 -0.374 -0.269 0.183 | +| p4415_p | -0.033 -0.862 0.854 0.195 0.775 -0.031 0.328 -0.031 0.896 -0.999 0.088 0.941 -0.142 0.985 -0.700 1.000 -0.095 0.535 0.385 -0.262 | +| psi2s_s | 0.003 0.082 -0.081 -0.018 -0.074 0.003 -0.031 0.003 -0.085 0.094 -0.008 -0.089 0.013 -0.093 0.083 -0.095 1.000 -0.051 -0.036 0.025 | +| p4040_p | -0.018 -0.462 0.457 0.105 0.415 -0.017 0.176 -0.017 0.479 -0.535 0.047 0.503 -0.076 0.527 -0.374 0.535 -0.051 1.000 0.206 -0.096 | +| Ctt | -0.013 -0.333 0.328 0.075 0.297 -0.012 0.125 -0.011 0.345 -0.385 0.034 0.362 -0.054 0.378 -0.269 0.385 -0.036 0.206 1.000 -0.100 | +| p4040_s | 0.009 0.227 -0.223 -0.051 -0.202 0.008 -0.086 0.008 -0.233 0.261 -0.023 -0.246 0.037 -0.257 0.183 -0.262 0.025 -0.096 -0.100 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09077598987612134}), (, {'error': 0.024810910878000136}), (, {'error': 0.005045401546305506}), (, {'error': 0.02576361690975215}), (, {'error': 0.03822179689060867}), (, {'error': 0.06437811697962248}), (, {'error': 0.013605442809343948}), (, {'error': 0.04078407762317182}), (, {'error': 0.008389806561160285}), (, {'error': 0.27665024419399287}), (, {'error': 0.029934178343030915}), (, {'error': 0.052370103178452254}), (, {'error': 0.020028280173355006}), (, {'error': 0.021660431800158753}), (, {'error': 1.7270464851662837}), (, {'error': 8.50998859673256}), (, {'error': 0.16779640225661296}), (, {'error': 0.19119946625357498}), (, {'error': 0.000845779050096529}), (, {'error': 0.005168950350553736})]) +Toy 8/10 +Time taken: 12 h, 28 min +Projected time left: 3 h, 7 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.179E+05 | Ncalls=1225 (1225 total) | +| EDM = 6.48E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -717924.771762619 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.5 | 1.1 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -2.01 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | 1.476 | 0.017 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -0.23 | 0.25 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.23 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 5.5 | 1.0 | | | 4.19232 | 9.40768 | | +| 6 | p3770_p | 4.12 | 0.12 | | |-6.28319 | 6.28319 | | +| 7 | rho_p | -0.43 | 0.27 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | -2.494 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.23 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_p | 5.93 | 0.25 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.13 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| rho_s | 1.19 | 0.30 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 14| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.34 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1365.9 | 2.6 | | | 1358.64 | 1433.36 | | +| 17| p4040_p | -2.46 | 0.17 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.11 | 0.14 | | | -0.5 | 0.5 | | +| 19| p4040_s | 1.04 | 0.17 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p jpsi_p phi_p p3770_s omega_s p3770_p rho_p psi2s_p p4415_s omega_p p4160_s rho_s Dbar_s jpsi_s p4415_p psi2s_s p4040_p Ctt p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.002 -0.054 0.700 -0.009 0.040 0.002 0.226 -0.001 -0.003 0.031 -0.006 0.018 0.015 0.000 -0.001 -0.001 -0.006 0.007 -0.007 | +| p4160_p | -0.002 1.000 0.002 -0.004 -0.098 0.005 0.249 0.038 0.223 0.063 -0.003 -0.112 -0.004 0.207 0.014 0.272 -0.012 0.089 -0.471 -0.496 | +| jpsi_p | -0.054 0.002 1.000 -0.053 -0.076 -0.021 -0.056 -0.115 -0.018 -0.137 -0.007 -0.156 -0.022 0.058 0.075 0.015 -0.068 -0.144 -0.086 -0.059 | +| phi_p | 0.700 -0.004 -0.053 1.000 -0.008 0.004 -0.003 0.147 -0.010 -0.005 0.030 -0.008 0.026 0.010 0.028 -0.002 -0.026 -0.010 0.006 -0.005 | +| p3770_s | -0.009 -0.098 -0.076 -0.008 1.000 0.001 -0.177 -0.030 -0.214 0.090 -0.001 0.083 -0.019 -0.246 0.040 -0.029 -0.034 -0.060 0.114 0.193 | +| omega_s | 0.040 0.005 -0.021 0.004 0.001 1.000 0.001 0.158 -0.011 -0.001 0.344 0.001 -0.522 -0.004 0.007 0.005 -0.007 0.005 -0.010 -0.004 | +| p3770_p | 0.002 0.249 -0.056 -0.003 -0.177 0.001 1.000 0.030 0.392 -0.188 -0.003 -0.121 0.007 0.421 -0.041 0.127 0.020 0.158 -0.526 -0.213 | +| rho_p | 0.226 0.038 -0.115 0.147 -0.030 0.158 0.030 1.000 0.017 -0.021 -0.120 -0.024 0.142 0.036 0.121 0.032 -0.113 0.010 -0.031 -0.051 | +| psi2s_p | -0.001 0.223 -0.018 -0.010 -0.214 -0.011 0.392 0.017 1.000 -0.311 -0.004 -0.310 0.030 0.597 -0.147 0.097 0.114 -0.046 -0.427 -0.348 | +| p4415_s | -0.003 0.063 -0.137 -0.005 0.090 -0.001 -0.188 -0.021 -0.311 1.000 -0.003 0.318 -0.006 -0.517 -0.001 -0.107 0.000 0.160 0.389 0.112 | +| omega_p | 0.031 -0.003 -0.007 0.030 -0.001 0.344 -0.003 -0.120 -0.004 -0.003 1.000 -0.003 -0.063 0.002 0.005 -0.002 -0.004 -0.005 0.002 0.001 | +| p4160_s | -0.006 -0.112 -0.156 -0.008 0.083 0.001 -0.121 -0.024 -0.310 0.318 -0.003 1.000 -0.013 -0.515 0.020 -0.189 -0.019 0.431 0.312 -0.015 | +| rho_s | 0.018 -0.004 -0.022 0.026 -0.019 -0.522 0.007 0.142 0.030 -0.006 -0.063 -0.013 1.000 0.032 0.009 -0.003 -0.010 -0.014 0.022 -0.009 | +| Dbar_s | 0.015 0.207 0.058 0.010 -0.246 -0.004 0.421 0.036 0.597 -0.517 0.002 -0.515 0.032 1.000 -0.193 -0.003 0.174 -0.152 -0.755 -0.439 | +| jpsi_s | 0.000 0.014 0.075 0.028 0.040 0.007 -0.041 0.121 -0.147 -0.001 0.005 0.020 0.009 -0.193 1.000 0.011 -0.902 0.038 -0.040 0.024 | +| p4415_p | -0.001 0.272 0.015 -0.002 -0.029 0.005 0.127 0.032 0.097 -0.107 -0.002 -0.189 -0.003 -0.003 0.011 1.000 -0.009 0.099 -0.242 -0.216 | +| psi2s_s | -0.001 -0.012 -0.068 -0.026 -0.034 -0.007 0.020 -0.113 0.114 0.000 -0.004 -0.019 -0.010 0.174 -0.902 -0.009 1.000 -0.036 0.029 -0.021 | +| p4040_p | -0.006 0.089 -0.144 -0.010 -0.060 0.005 0.158 0.010 -0.046 0.160 -0.005 0.431 -0.014 -0.152 0.038 0.099 -0.036 1.000 -0.197 -0.180 | +| Ctt | 0.007 -0.471 -0.086 0.006 0.114 -0.010 -0.526 -0.031 -0.427 0.389 0.002 0.312 0.022 -0.755 -0.040 -0.242 0.029 -0.197 1.000 0.512 | +| p4040_s | -0.007 -0.496 -0.059 -0.005 0.193 -0.004 -0.213 -0.051 -0.348 0.112 0.001 -0.015 -0.009 -0.439 0.024 -0.216 -0.021 -0.180 0.512 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.0548613781474456}), (, {'error': 0.09787727357413045}), (, {'error': 0.01668909629618387}), (, {'error': 0.2467871106208177}), (, {'error': 0.19259840344755164}), (, {'error': 0.9693039493886935}), (, {'error': 0.11821358263482828}), (, {'error': 0.2657938681513343}), (, {'error': 0.02804282655178003}), (, {'error': 0.18125914879484795}), (, {'error': 0.2520519537083237}), (, {'error': 0.1678010123104342}), (, {'error': 0.2987509815408097}), (, {'error': 0.060135763251389696}), (, {'error': 37.593078154996874}), (, {'error': 0.16750949257411474}), (, {'error': 2.579023031134966}), (, {'error': 0.17444550437881734}), (, {'error': 0.1419824274881442}), (, {'error': 0.16686284127869216})]) +Toy 9/10 +Time taken: 14 h, 16 min +Projected time left: 1 h, 35 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.179E+05 | Ncalls=1229 (1229 total) | +| EDM = 2.25E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -717924.7718065721 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.5 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -2.01 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | 1.476 | 0.017 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6.05 | 0.22 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.23 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 5.5 | 1.0 | | | 4.19232 | 9.40768 | | +| 6 | p3770_p | 4.12 | 0.12 | | |-6.28319 | 6.28319 | | +| 7 | rho_p | -0.43 | 0.26 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | -2.494 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.23 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_p | 5.93 | 0.25 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.13 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| rho_s | 1.19 | 0.30 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 14| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | -1.94 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1365.9 | 1.7 | | | 1358.64 | 1433.36 | | +| 17| p4040_p | -2.46 | 0.17 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.11 | 0.14 | | | -0.5 | 0.5 | | +| 19| p4040_s | 1.04 | 0.17 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p jpsi_p phi_p p3770_s omega_s p3770_p rho_p psi2s_p p4415_s omega_p p4160_s rho_s Dbar_s jpsi_s p4415_p psi2s_s p4040_p Ctt p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.001 -0.045 0.615 -0.008 0.043 0.002 0.210 0.001 -0.002 0.026 -0.004 0.013 0.013 -0.004 -0.000 0.002 -0.004 0.006 -0.006 | +| p4160_p | -0.001 1.000 0.002 -0.004 -0.099 0.005 0.251 0.037 0.228 0.060 -0.003 -0.115 -0.004 0.212 0.008 0.277 -0.005 0.090 -0.473 -0.498 | +| jpsi_p | -0.045 0.002 1.000 -0.044 -0.078 -0.022 -0.053 -0.120 -0.010 -0.138 -0.007 -0.158 -0.022 0.070 0.041 0.014 -0.031 -0.146 -0.084 -0.061 | +| phi_p | 0.615 -0.004 -0.044 1.000 -0.007 0.003 -0.001 0.115 -0.006 -0.004 0.023 -0.007 0.020 0.011 0.012 -0.002 -0.010 -0.008 0.005 -0.004 | +| p3770_s | -0.008 -0.099 -0.078 -0.007 1.000 0.001 -0.177 -0.033 -0.212 0.091 -0.001 0.083 -0.019 -0.244 0.022 -0.030 -0.013 -0.061 0.116 0.193 | +| omega_s | 0.043 0.005 -0.022 0.003 0.001 1.000 0.001 0.159 -0.010 -0.001 0.344 0.001 -0.522 -0.003 0.004 0.005 -0.003 0.005 -0.010 -0.004 | +| p3770_p | 0.002 0.251 -0.053 -0.001 -0.177 0.001 1.000 0.034 0.393 -0.189 -0.003 -0.122 0.007 0.422 -0.022 0.131 -0.008 0.159 -0.529 -0.215 | +| rho_p | 0.210 0.037 -0.120 0.115 -0.033 0.159 0.034 1.000 0.031 -0.021 -0.123 -0.025 0.142 0.053 0.065 0.032 -0.056 0.008 -0.028 -0.054 | +| psi2s_p | 0.001 0.228 -0.010 -0.006 -0.212 -0.010 0.393 0.031 1.000 -0.315 -0.004 -0.313 0.032 0.592 -0.081 0.102 0.031 -0.043 -0.438 -0.351 | +| p4415_s | -0.002 0.060 -0.138 -0.004 0.091 -0.001 -0.189 -0.021 -0.315 1.000 -0.003 0.320 -0.006 -0.525 -0.001 -0.110 -0.001 0.160 0.391 0.114 | +| omega_p | 0.026 -0.003 -0.007 0.023 -0.001 0.344 -0.003 -0.123 -0.004 -0.003 1.000 -0.003 -0.063 0.002 0.002 -0.002 -0.002 -0.005 0.002 0.001 | +| p4160_s | -0.004 -0.115 -0.158 -0.007 0.083 0.001 -0.122 -0.025 -0.313 0.320 -0.003 1.000 -0.013 -0.520 0.011 -0.194 -0.010 0.429 0.316 -0.013 | +| rho_s | 0.013 -0.004 -0.022 0.020 -0.019 -0.522 0.007 0.142 0.032 -0.006 -0.063 -0.013 1.000 0.033 0.005 -0.003 -0.006 -0.014 0.022 -0.010 | +| Dbar_s | 0.013 0.212 0.070 0.011 -0.244 -0.003 0.422 0.053 0.592 -0.525 0.002 -0.520 0.033 1.000 -0.107 -0.000 0.080 -0.149 -0.771 -0.442 | +| jpsi_s | -0.004 0.008 0.041 0.012 0.022 0.004 -0.022 0.065 -0.081 -0.001 0.002 0.011 0.005 -0.107 1.000 0.006 -0.750 0.021 -0.022 0.013 | +| p4415_p | -0.000 0.277 0.014 -0.002 -0.030 0.005 0.131 0.032 0.102 -0.110 -0.002 -0.194 -0.003 -0.000 0.006 1.000 -0.002 0.100 -0.247 -0.221 | +| psi2s_s | 0.002 -0.005 -0.031 -0.010 -0.013 -0.003 -0.008 -0.056 0.031 -0.001 -0.002 -0.010 -0.006 0.080 -0.750 -0.002 1.000 -0.019 0.005 -0.008 | +| p4040_p | -0.004 0.090 -0.146 -0.008 -0.061 0.005 0.159 0.008 -0.043 0.160 -0.005 0.429 -0.014 -0.149 0.021 0.100 -0.019 1.000 -0.195 -0.181 | +| Ctt | 0.006 -0.473 -0.084 0.005 0.116 -0.010 -0.529 -0.028 -0.438 0.391 0.002 0.316 0.022 -0.771 -0.022 -0.247 0.005 -0.195 1.000 0.515 | +| p4040_s | -0.006 -0.498 -0.061 -0.004 0.193 -0.004 -0.215 -0.054 -0.351 0.114 0.001 -0.013 -0.010 -0.442 0.013 -0.221 -0.008 -0.181 0.515 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9571604607808331}), (, {'error': 0.09805243712657541}), (, {'error': 0.016646805262590103}), (, {'error': 0.22000210392204966}), (, {'error': 0.1925252631175549}), (, {'error': 0.9691537683878333}), (, {'error': 0.11823542657888986}), (, {'error': 0.26341150245845846}), (, {'error': 0.027882501549020278}), (, {'error': 0.1814136591406239}), (, {'error': 0.25191451732901804}), (, {'error': 0.16798687311142868}), (, {'error': 0.2987220027210364}), (, {'error': 0.059451013557930366}), (, {'error': 125.01065228510834}), (, {'error': 0.16876856606060198}), (, {'error': 1.6902919773858684}), (, {'error': 0.17435060670603741}), (, {'error': 0.14227694760746265}), (, {'error': 0.1670966280125311})]) +Toy 10/10 +Time taken: 16 h, 4 min +Projected time left: +Mean Ctt value = -0.0452254951110526 +Mean Ctt error = 0.10344935008119378 +Simulation ended diff --git a/prelim_results/slurm-2213902.out b/prelim_results/slurm-2213902.out new file mode 100644 index 0000000..81a03aa --- /dev/null +++ b/prelim_results/slurm-2213902.out @@ -0,0 +1,9307 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.997603: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.004089: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2600150000 Hz +2019-07-07 14:45:24.004277: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55d7256f1c70 executing computations on platform Host. Devices: +2019-07-07 14:45:24.004310: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:28.245894: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55d725782210 executing computations on platform CUDA. Devices: +2019-07-07 14:45:28.245945: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:28.247559: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:10:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:28.247593: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:28.272917: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:28.272947: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:28.272958: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:28.274851: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:10:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714300.6826135 Edm = 7.49477 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714300.6826135 Edm = 7.49477 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717260.6831672 Edm = 2.77158 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717269.5976852 Edm = 5.29981 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717989.193571 Edm = 219.314 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -718280.8391821 Edm = 25.9551 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -718303.7528805 Edm = 0.795281 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -718308.9692538 Edm = 4.43081 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -718394.6221334 Edm = 15.4887 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -718423.5783179 Edm = 0.787202 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -718424.5281963 Edm = 0.0807264 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -718424.9456772 Edm = 0.358571 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -718514.8206574 Edm = 25.7871 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -718675.7479417 Edm = 48.9027 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -718778.2430822 Edm = 7.99117 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -718787.6392065 Edm = 1.75774 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -718788.8795374 Edm = 0.115092 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -718788.9761556 Edm = 0.0255432 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -718789.3417865 Edm = 0.311865 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -718922.6039667 Edm = 25.6558 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -718958.395259 Edm = 0.413531 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -718958.8949041 Edm = 0.0231765 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -718958.9281448 Edm = 0.00903516 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -718959.1966422 Edm = 0.288904 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -718972.9848898 Edm = 2.79089 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -719016.2946274 Edm = 8.17858 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -719031.6197974 Edm = 0.202412 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -719031.8187368 Edm = 0.00596208 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -719031.8269141 Edm = 0.00163764 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -719031.8361817 Edm = 0.00581785 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -719031.8924624 Edm = 0.0481076 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -719036.3848572 Edm = 3.35292 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -719061.226767 Edm = 0.881032 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -719063.1627757 Edm = 0.358564 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -719065.0305267 Edm = 0.931454 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -719065.8659852 Edm = 1.17271 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -719066.5196919 Edm = 0.0418091 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -719066.555557 Edm = 0.0060306 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -719066.5685042 Edm = 0.0039774 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -719066.6536609 Edm = 0.081476 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -719071.7975801 Edm = 4.24686 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -719112.5529833 Edm = 31.8317 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -719125.8713336 Edm = 26.1631 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -719146.8374233 Edm = 9.84629 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -719153.4101838 Edm = 1.07315 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -719154.4112402 Edm = 0.095841 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -719154.5517182 Edm = 0.0200452 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -719154.5722286 Edm = 0.00210105 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -719154.5769873 Edm = 0.00279394 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -719154.6913209 Edm = 0.11351 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -719159.1523209 Edm = 0.673156 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -719173.9428895 Edm = 4.43791 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -719180.9611864 Edm = 0.590128 NCalls = 166 +VariableMetric: Iteration # 52 - FCN = -719181.5767719 Edm = 0.0163893 NCalls = 167 +VariableMetric: Iteration # 53 - FCN = -719181.598633 Edm = 0.00210969 NCalls = 169 +VariableMetric: Iteration # 54 - FCN = -719181.603295 Edm = 0.00271292 NCalls = 171 +VariableMetric: Iteration # 55 - FCN = -719181.6628217 Edm = 0.0653123 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -719183.30876 Edm = 0.706203 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -719183.627111 Edm = 0.00353303 NCalls = 184 +VariableMetric: Iteration # 58 - FCN = -719183.631634 Edm = 0.00181964 NCalls = 186 +VariableMetric: Iteration # 59 - FCN = -719183.7210919 Edm = 0.0956868 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -719185.7873804 Edm = 0.146198 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -719198.7307122 Edm = 2.11934 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -719201.5346972 Edm = 0.159046 NCalls = 204 +VariableMetric: Iteration # 63 - FCN = -719201.7367281 Edm = 0.00542453 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -719201.7441485 Edm = 0.000850877 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -719201.7493577 Edm = 0.00419419 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -719201.9812452 Edm = 0.225793 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -719218.7299984 Edm = 15.1066 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -719306.6302616 Edm = 64.6165 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -719356.7721003 Edm = 12.3158 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -719375.0239774 Edm = 4.32088 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -719380.9526756 Edm = 2.24623 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -719384.0093443 Edm = 0.448171 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -719384.7577914 Edm = 0.336527 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -719384.9845092 Edm = 0.151159 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -719385.2007376 Edm = 0.0240244 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -719385.2276139 Edm = 0.00209641 NCalls = 243 +VariableMetric: Iteration # 77 - FCN = -719385.2299748 Edm = 0.000606645 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -719385.2316008 Edm = 0.0011637 NCalls = 247 +VariableMetric: Iteration # 79 - FCN = -719385.2576042 Edm = 0.0221798 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -719385.8421281 Edm = 0.366544 NCalls = 256 +VariableMetric: Iteration # 81 - FCN = -719396.4699868 Edm = 4.64307 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -719402.288161 Edm = 1.30626 NCalls = 264 +VariableMetric: Iteration # 83 - FCN = -719403.2065445 Edm = 0.635743 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -719403.774819 Edm = 0.368936 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -719404.4229082 Edm = 0.0314508 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -719404.4543326 Edm = 0.000566054 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -719404.4550279 Edm = 7.27381e-05 NCalls = 274 +VariableMetric: After Hessian - FCN = -719404.4550279 Edm = 2.30907 NCalls = 637 +VariableMetric: Iteration # 88 - FCN = -719404.4550279 Edm = 2.30907 NCalls = 637 +VariableMetric: Iteration # 89 - FCN = -719407.0579433 Edm = 1.02037 NCalls = 639 +VariableMetric: Iteration # 90 - FCN = -719409.2573455 Edm = 1.08828 NCalls = 649 +VariableMetric: Iteration # 91 - FCN = -719409.277046 Edm = 1.87662 NCalls = 652 +VariableMetric: Iteration # 92 - FCN = -719409.4514107 Edm = 0.0968021 NCalls = 654 +VariableMetric: Iteration # 93 - FCN = -719409.6255684 Edm = 0.114799 NCalls = 657 +VariableMetric: Iteration # 94 - FCN = -719409.7734772 Edm = 0.0702941 NCalls = 659 +VariableMetric: Iteration # 95 - FCN = -719409.9291447 Edm = 0.164924 NCalls = 662 +VariableMetric: Iteration # 96 - FCN = -719410.0252734 Edm = 0.0528995 NCalls = 667 +VariableMetric: Iteration # 97 - FCN = -719410.1099889 Edm = 0.0959491 NCalls = 670 +VariableMetric: Iteration # 98 - FCN = -719410.1775079 Edm = 0.0488692 NCalls = 672 +VariableMetric: Iteration # 99 - FCN = -719410.2807044 Edm = 0.025225 NCalls = 676 +VariableMetric: Iteration # 100 - FCN = -719410.3240043 Edm = 0.00712141 NCalls = 678 +VariableMetric: Iteration # 101 - FCN = -719410.3325762 Edm = 0.00833861 NCalls = 680 +VariableMetric: Iteration # 102 - FCN = -719410.3412953 Edm = 0.00353761 NCalls = 682 +VariableMetric: Iteration # 103 - FCN = -719410.3542737 Edm = 0.00625081 NCalls = 685 +VariableMetric: Iteration # 104 - FCN = -719410.3662593 Edm = 0.00472486 NCalls = 687 +VariableMetric: Iteration # 105 - FCN = -719410.3793038 Edm = 0.0061515 NCalls = 690 +VariableMetric: Iteration # 106 - FCN = -719410.4005744 Edm = 0.0134531 NCalls = 692 +VariableMetric: Iteration # 107 - FCN = -719410.4276501 Edm = 0.016788 NCalls = 695 +VariableMetric: Iteration # 108 - FCN = -719410.4558726 Edm = 0.00603082 NCalls = 697 +VariableMetric: Iteration # 109 - FCN = -719410.4643105 Edm = 0.00232046 NCalls = 699 +VariableMetric: Iteration # 110 - FCN = -719410.470983 Edm = 0.0141596 NCalls = 702 +VariableMetric: Iteration # 111 - FCN = -719410.5081041 Edm = 0.042458 NCalls = 707 +VariableMetric: Iteration # 112 - FCN = -719410.5556185 Edm = 0.021746 NCalls = 713 +VariableMetric: Iteration # 113 - FCN = -719410.5813799 Edm = 0.0738439 NCalls = 716 +VariableMetric: Iteration # 114 - FCN = -719410.6265757 Edm = 0.0156603 NCalls = 718 +VariableMetric: Iteration # 115 - FCN = -719410.659948 Edm = 0.0129419 NCalls = 721 +VariableMetric: Iteration # 116 - FCN = -719410.6799913 Edm = 0.00736388 NCalls = 724 +VariableMetric: Iteration # 117 - FCN = -719410.7041576 Edm = 0.0138919 NCalls = 726 +VariableMetric: Iteration # 118 - FCN = -719410.7391114 Edm = 0.0288805 NCalls = 730 +VariableMetric: Iteration # 119 - FCN = -719410.7861671 Edm = 0.0110005 NCalls = 734 +VariableMetric: Iteration # 120 - FCN = -719410.8051264 Edm = 0.00188926 NCalls = 736 +VariableMetric: Iteration # 121 - FCN = -719410.807082 Edm = 0.000432216 NCalls = 737 +VariableMetric: Iteration # 122 - FCN = -719410.8073931 Edm = 2.98427e-05 NCalls = 739 +VariableMetric: After Hessian - FCN = -719410.8073931 Edm = 8.19856e-05 NCalls = 1114 +VariableMetric: Iteration # 123 - FCN = -719410.8073931 Edm = 8.19856e-05 NCalls = 1114 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713793.6426779 Edm = 2.70002 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713793.6426779 Edm = 2.70002 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717251.9926986 Edm = 2.31523 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718460.7742384 Edm = 2.32952 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -718462.6025104 Edm = 3.4006 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -719053.8445059 Edm = 1.95201 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -719056.6727999 Edm = 0.871138 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -719129.1270471 Edm = 25.0409 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -719168.916261 Edm = 0.435565 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -719169.3874242 Edm = 0.0313159 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -719170.4179599 Edm = 0.939045 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -719256.3355547 Edm = 27.3969 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -719301.7786925 Edm = 0.408728 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -719302.2564823 Edm = 0.0128244 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -719302.2732665 Edm = 0.0049299 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -719303.0890226 Edm = 0.644203 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -719332.3342835 Edm = 6.23032 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -719340.2814396 Edm = 0.0454178 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -719340.3294712 Edm = 0.00210862 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -719340.3345536 Edm = 0.00365551 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -719340.5025325 Edm = 0.182094 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -719340.8100958 Edm = 0.288709 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -719355.0582282 Edm = 2.68863 NCalls = 84 +VariableMetric: Iteration # 22 - FCN = -719359.5475903 Edm = 3.03726 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -719361.8846112 Edm = 0.973725 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -719362.9950365 Edm = 0.322479 NCalls = 93 +VariableMetric: Iteration # 25 - FCN = -719363.1585063 Edm = 0.0367411 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -719363.2039465 Edm = 0.000590948 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -719363.2050687 Edm = 0.000396204 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -719363.233743 Edm = 0.0263582 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -719370.1813769 Edm = 0.156784 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -719370.3620442 Edm = 0.00681254 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -719370.3737476 Edm = 0.000603509 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -719370.3745281 Edm = 0.000161051 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -719370.3785745 Edm = 0.00400268 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -719370.5943966 Edm = 0.0988834 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -719370.6362667 Edm = 0.000228249 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -719370.636947 Edm = 0.000431026 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -719370.7228985 Edm = 0.0856773 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -719370.7270117 Edm = 0.00328019 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -719371.0988993 Edm = 0.311581 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -719373.5187654 Edm = 1.08538 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -719373.8608305 Edm = 0.442513 NCalls = 151 +VariableMetric: Iteration # 42 - FCN = -719375.4855642 Edm = 0.273176 NCalls = 154 +VariableMetric: Iteration # 43 - FCN = -719375.9404151 Edm = 0.111556 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -719376.4552853 Edm = 0.0311552 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -719376.4895145 Edm = 0.000526543 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -719376.4903239 Edm = 0.000224186 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -719376.4920119 Edm = 0.00116901 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -719376.5856617 Edm = 0.0980057 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -719376.7070335 Edm = 0.112105 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -719385.3401638 Edm = 1.38782 NCalls = 184 +VariableMetric: Iteration # 51 - FCN = -719386.6812235 Edm = 1.16048 NCalls = 186 +VariableMetric: Iteration # 52 - FCN = -719387.3272503 Edm = 0.240632 NCalls = 189 +VariableMetric: Iteration # 53 - FCN = -719387.5526824 Edm = 0.0963176 NCalls = 192 +VariableMetric: Iteration # 54 - FCN = -719387.6252252 Edm = 0.0152213 NCalls = 194 +VariableMetric: Iteration # 55 - FCN = -719387.6384117 Edm = 0.000892557 NCalls = 196 +VariableMetric: Iteration # 56 - FCN = -719387.6405511 Edm = 0.00125562 NCalls = 198 +VariableMetric: Iteration # 57 - FCN = -719387.6662618 Edm = 0.0334452 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -719388.2035572 Edm = 0.491447 NCalls = 209 +VariableMetric: Iteration # 59 - FCN = -719401.3256399 Edm = 1.86228 NCalls = 214 +VariableMetric: Iteration # 60 - FCN = -719402.6861896 Edm = 0.633532 NCalls = 216 +VariableMetric: Iteration # 61 - FCN = -719403.1973546 Edm = 0.037644 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -719403.2209348 Edm = 0.00314794 NCalls = 220 +VariableMetric: Iteration # 63 - FCN = -719403.2235763 Edm = 0.000559297 NCalls = 222 +VariableMetric: Iteration # 64 - FCN = -719403.2243524 Edm = 0.000347951 NCalls = 224 +VariableMetric: Iteration # 65 - FCN = -719403.231253 Edm = 0.0062698 NCalls = 228 +VariableMetric: Iteration # 66 - FCN = -719403.6749368 Edm = 0.37683 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -719405.7161029 Edm = 0.271082 NCalls = 236 +VariableMetric: Iteration # 68 - FCN = -719405.9836335 Edm = 0.00115066 NCalls = 237 +VariableMetric: Iteration # 69 - FCN = -719405.984825 Edm = 9.2492e-05 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -719405.9852301 Edm = 0.000332119 NCalls = 240 +VariableMetric: Iteration # 71 - FCN = -719406.0197706 Edm = 0.0360864 NCalls = 247 +VariableMetric: Iteration # 72 - FCN = -719406.1578107 Edm = 0.00338585 NCalls = 254 +VariableMetric: Iteration # 73 - FCN = -719408.305118 Edm = 0.364258 NCalls = 257 +VariableMetric: Iteration # 74 - FCN = -719409.0134709 Edm = 0.03318 NCalls = 259 +VariableMetric: Iteration # 75 - FCN = -719409.0450554 Edm = 0.000552384 NCalls = 261 +VariableMetric: Iteration # 76 - FCN = -719409.0455668 Edm = 2.20977e-05 NCalls = 263 +VariableMetric: After Hessian - FCN = -719409.0455668 Edm = 9.74185 NCalls = 620 +VariableMetric: Iteration # 77 - FCN = -719409.0455668 Edm = 9.74185 NCalls = 620 +VariableMetric: Iteration # 78 - FCN = -719418.7792792 Edm = 839.381 NCalls = 621 +VariableMetric: Iteration # 79 - FCN = -719418.8692868 Edm = 1.02657 NCalls = 632 +VariableMetric: Iteration # 80 - FCN = -719419.9434785 Edm = 0.263167 NCalls = 634 +VariableMetric: Iteration # 81 - FCN = -719420.1531219 Edm = 0.142826 NCalls = 635 +VariableMetric: Iteration # 82 - FCN = -719420.41676 Edm = 0.141323 NCalls = 638 +VariableMetric: Iteration # 83 - FCN = -719420.7031483 Edm = 0.329168 NCalls = 642 +VariableMetric: Iteration # 84 - FCN = -719420.9146746 Edm = 0.122053 NCalls = 645 +VariableMetric: Iteration # 85 - FCN = -719421.0355292 Edm = 0.295128 NCalls = 648 +VariableMetric: Iteration # 86 - FCN = -719421.1130283 Edm = 0.0253553 NCalls = 650 +VariableMetric: Iteration # 87 - FCN = -719421.1655402 Edm = 0.0224936 NCalls = 653 +VariableMetric: Iteration # 88 - FCN = -719421.2113743 Edm = 0.0258948 NCalls = 655 +VariableMetric: Iteration # 89 - FCN = -719421.2399112 Edm = 0.0101329 NCalls = 658 +VariableMetric: Iteration # 90 - FCN = -719421.253337 Edm = 0.007305 NCalls = 661 +VariableMetric: Iteration # 91 - FCN = -719421.2608995 Edm = 0.00492994 NCalls = 664 +VariableMetric: Iteration # 92 - FCN = -719421.2659421 Edm = 0.00111894 NCalls = 666 +VariableMetric: Iteration # 93 - FCN = -719421.2673119 Edm = 0.000264897 NCalls = 668 +VariableMetric: Iteration # 94 - FCN = -719421.2676107 Edm = 3.82203e-05 NCalls = 670 +VariableMetric: After Hessian - FCN = -719421.2676107 Edm = 6.23068e-05 NCalls = 1041 +VariableMetric: Iteration # 95 - FCN = -719421.2676107 Edm = 6.23068e-05 NCalls = 1041 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713004.314123 Edm = 8.28774 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713004.314123 Edm = 8.28774 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715802.4097909 Edm = 2.24402 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715924.099002 Edm = 111.701 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -716927.186268 Edm = 1.19832 NCalls = 22 +VariableMetric: Iteration # 4 - FCN = -716928.7690013 Edm = 1.04821 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -716935.720487 Edm = 8.13318 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -716947.8518935 Edm = 10.488 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -717153.0579736 Edm = 3.57567 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -717156.1785051 Edm = 0.0792958 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -717156.5533816 Edm = 0.354087 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -717205.61462 Edm = 56.3883 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -717205.9000287 Edm = 0.0899694 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -717218.4206921 Edm = 12.8078 NCalls = 53 +VariableMetric: Iteration # 13 - FCN = -717225.4489945 Edm = 6.90606 NCalls = 58 +VariableMetric: Iteration # 14 - FCN = -717745.3465524 Edm = 16.3261 NCalls = 66 +VariableMetric: Iteration # 15 - FCN = -717764.4351857 Edm = 3.09279 NCalls = 68 +VariableMetric: Iteration # 16 - FCN = -717765.5639348 Edm = 0.0843928 NCalls = 70 +VariableMetric: Iteration # 17 - FCN = -717765.735657 Edm = 0.019294 NCalls = 72 +VariableMetric: Iteration # 18 - FCN = -717767.5037839 Edm = 1.62636 NCalls = 77 +VariableMetric: Iteration # 19 - FCN = -717802.0564505 Edm = 0.528215 NCalls = 81 +VariableMetric: Iteration # 20 - FCN = -717802.7727963 Edm = 0.0151401 NCalls = 83 +VariableMetric: Iteration # 21 - FCN = -717802.834083 Edm = 0.0452491 NCalls = 85 +VariableMetric: Iteration # 22 - FCN = -717806.2036027 Edm = 3.13757 NCalls = 90 +VariableMetric: Iteration # 23 - FCN = -717868.030964 Edm = 5.41181 NCalls = 94 +VariableMetric: Iteration # 24 - FCN = -717874.6396913 Edm = 0.0698789 NCalls = 96 +VariableMetric: Iteration # 25 - FCN = -717874.7019548 Edm = 0.0145022 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -717874.7392003 Edm = 0.0232544 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -717877.0186612 Edm = 1.91641 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -717906.6237703 Edm = 11.256 NCalls = 110 +VariableMetric: Iteration # 29 - FCN = -717922.7271152 Edm = 1.71728 NCalls = 113 +VariableMetric: Iteration # 30 - FCN = -717925.3770905 Edm = 0.322477 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -717925.9662434 Edm = 0.059143 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -717926.0829892 Edm = 0.0132012 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -717926.1260285 Edm = 0.0341647 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -717927.5648335 Edm = 1.30243 NCalls = 127 +VariableMetric: Iteration # 35 - FCN = -717945.0934187 Edm = 3.97788 NCalls = 135 +VariableMetric: Iteration # 36 - FCN = -717953.7279312 Edm = 7.15728 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -717966.9358201 Edm = 9.02657 NCalls = 141 +VariableMetric: Iteration # 38 - FCN = -717969.6465015 Edm = 8.57866 NCalls = 144 +VariableMetric: Iteration # 39 - FCN = -717987.0282578 Edm = 7.05706 NCalls = 148 +VariableMetric: Iteration # 40 - FCN = -717994.3504192 Edm = 5.80439 NCalls = 151 +VariableMetric: Iteration # 41 - FCN = -717999.4492853 Edm = 2.1453 NCalls = 154 +VariableMetric: Iteration # 42 - FCN = -718004.0236814 Edm = 3.6183 NCalls = 156 +VariableMetric: Iteration # 43 - FCN = -718008.7818578 Edm = 5.93968 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -718015.0640697 Edm = 0.590527 NCalls = 163 +VariableMetric: Iteration # 45 - FCN = -718015.5789729 Edm = 0.0432276 NCalls = 165 +VariableMetric: Iteration # 46 - FCN = -718015.6259815 Edm = 0.00745161 NCalls = 167 +VariableMetric: Iteration # 47 - FCN = -718015.6405187 Edm = 0.00707976 NCalls = 169 +VariableMetric: Iteration # 48 - FCN = -718016.042618 Edm = 0.392513 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -718018.6063494 Edm = 2.90438 NCalls = 181 +VariableMetric: Iteration # 50 - FCN = -718018.6464143 Edm = 0.0469842 NCalls = 183 +VariableMetric: Iteration # 51 - FCN = -718019.0889219 Edm = 2.38519 NCalls = 189 +VariableMetric: Iteration # 52 - FCN = -718033.8795095 Edm = 9.62164 NCalls = 199 +VariableMetric: Iteration # 53 - FCN = -718033.9004421 Edm = 0.258734 NCalls = 202 +VariableMetric: Iteration # 54 - FCN = -718034.1743333 Edm = 0.224161 NCalls = 204 +VariableMetric: Iteration # 55 - FCN = -718036.556598 Edm = 1.08261 NCalls = 209 +VariableMetric: Iteration # 56 - FCN = -718039.069575 Edm = 1.70992 NCalls = 211 +VariableMetric: Iteration # 57 - FCN = -718095.2238992 Edm = 51.2529 NCalls = 216 +VariableMetric: Iteration # 58 - FCN = -718299.6601819 Edm = 73.6948 NCalls = 219 +VariableMetric: Iteration # 59 - FCN = -718369.5427597 Edm = 20.6944 NCalls = 220 +VariableMetric: Iteration # 60 - FCN = -718543.3167624 Edm = 416.935 NCalls = 227 +VariableMetric: Iteration # 61 - FCN = -718547.7529808 Edm = 49.8411 NCalls = 229 +VariableMetric: Iteration # 62 - FCN = -718651.3790632 Edm = 40.0542 NCalls = 232 +VariableMetric: Iteration # 63 - FCN = -718712.2793902 Edm = 3.29185 NCalls = 234 +VariableMetric: Iteration # 64 - FCN = -718721.150073 Edm = 5.06059 NCalls = 237 +VariableMetric: Iteration # 65 - FCN = -718736.0519712 Edm = 1.69007 NCalls = 241 +VariableMetric: Iteration # 66 - FCN = -718738.1952186 Edm = 0.286438 NCalls = 243 +VariableMetric: Iteration # 67 - FCN = -718738.6544777 Edm = 0.120386 NCalls = 245 +VariableMetric: Iteration # 68 - FCN = -718790.1618068 Edm = 25.9872 NCalls = 254 +VariableMetric: Iteration # 69 - FCN = -718837.2245782 Edm = 717393 NCalls = 265 +VariableMetric: Iteration # 70 - FCN = -718940.0981639 Edm = 2.38697e+06 NCalls = 275 +VariableMetric: Iteration # 71 - FCN = -719210.6979958 Edm = 83640.8 NCalls = 284 +VariableMetric: Iteration # 72 - FCN = -719253.5799899 Edm = 47524.3 NCalls = 291 +VariableMetric: Iteration # 73 - FCN = -719287.3442853 Edm = 14908 NCalls = 297 +VariableMetric: Iteration # 74 - FCN = -719301.2576812 Edm = 10827 NCalls = 302 +VariableMetric: Iteration # 75 - FCN = -719317.3067215 Edm = 3466.89 NCalls = 306 +VariableMetric: Iteration # 76 - FCN = -719337.2783463 Edm = 11318.5 NCalls = 309 +VariableMetric: Iteration # 77 - FCN = -719346.0614724 Edm = 866.025 NCalls = 313 +VariableMetric: Iteration # 78 - FCN = -719349.2608684 Edm = 381.579 NCalls = 316 +VariableMetric: Iteration # 79 - FCN = -719352.8821039 Edm = 384.224 NCalls = 319 +VariableMetric: Iteration # 80 - FCN = -719366.850724 Edm = 401.755 NCalls = 322 +VariableMetric: Iteration # 81 - FCN = -719369.4009862 Edm = 59.4775 NCalls = 325 +VariableMetric: Iteration # 82 - FCN = -719373.8281878 Edm = 205.907 NCalls = 328 +VariableMetric: Iteration # 83 - FCN = -719401.8226291 Edm = 116.741 NCalls = 330 +VariableMetric: Iteration # 84 - FCN = -719406.1337242 Edm = 46.248 NCalls = 332 +VariableMetric: Iteration # 85 - FCN = -719409.2347051 Edm = 16.6329 NCalls = 334 +VariableMetric: Iteration # 86 - FCN = -719411.7392162 Edm = 8.39789 NCalls = 336 +VariableMetric: Iteration # 87 - FCN = -719413.2285172 Edm = 2.91511 NCalls = 338 +VariableMetric: Iteration # 88 - FCN = -719415.5952229 Edm = 3.64846 NCalls = 340 +VariableMetric: Iteration # 89 - FCN = -719416.4652929 Edm = 1.0338 NCalls = 342 +VariableMetric: Iteration # 90 - FCN = -719416.9675157 Edm = 1.44676 NCalls = 344 +VariableMetric: Iteration # 91 - FCN = -719417.7509909 Edm = 0.45722 NCalls = 346 +VariableMetric: Iteration # 92 - FCN = -719418.1288011 Edm = 0.458804 NCalls = 348 +VariableMetric: Iteration # 93 - FCN = -719418.4223659 Edm = 0.265822 NCalls = 350 +VariableMetric: Iteration # 94 - FCN = -719418.6645328 Edm = 0.137227 NCalls = 352 +VariableMetric: Iteration # 95 - FCN = -719418.8541481 Edm = 0.0938695 NCalls = 354 +VariableMetric: Iteration # 96 - FCN = -719418.995843 Edm = 0.19883 NCalls = 357 +VariableMetric: Iteration # 97 - FCN = -719419.4439373 Edm = 0.322093 NCalls = 363 +VariableMetric: Iteration # 98 - FCN = -719419.7788503 Edm = 0.245023 NCalls = 366 +VariableMetric: Iteration # 99 - FCN = -719419.8859017 Edm = 0.167259 NCalls = 368 +VariableMetric: Iteration # 100 - FCN = -719420.0367174 Edm = 0.0778763 NCalls = 370 +VariableMetric: Iteration # 101 - FCN = -719420.1745687 Edm = 0.0892051 NCalls = 372 +VariableMetric: Iteration # 102 - FCN = -719420.3137731 Edm = 0.0747934 NCalls = 375 +VariableMetric: Iteration # 103 - FCN = -719420.4052701 Edm = 0.069954 NCalls = 378 +VariableMetric: Iteration # 104 - FCN = -719420.4407449 Edm = 0.0497072 NCalls = 380 +VariableMetric: Iteration # 105 - FCN = -719420.4690954 Edm = 0.0130353 NCalls = 383 +VariableMetric: Iteration # 106 - FCN = -719420.4902926 Edm = 0.00873552 NCalls = 385 +VariableMetric: Iteration # 107 - FCN = -719420.5062598 Edm = 0.00864362 NCalls = 387 +VariableMetric: Iteration # 108 - FCN = -719420.5139004 Edm = 0.00243592 NCalls = 390 +VariableMetric: Iteration # 109 - FCN = -719420.5172433 Edm = 0.00023361 NCalls = 392 +VariableMetric: Iteration # 110 - FCN = -719420.5176017 Edm = 3.67558e-05 NCalls = 394 +VariableMetric: After Hessian - FCN = -719420.5176017 Edm = 8.19351e-05 NCalls = 765 +VariableMetric: Iteration # 111 - FCN = -719420.5176017 Edm = 8.19351e-05 NCalls = 765 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715346.735616 Edm = 4.51006 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715346.735616 Edm = 4.51006 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718120.1640403 Edm = 0.125762 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -718128.3475244 Edm = 0.0924254 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -718129.5549757 Edm = 1.11098 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -718165.9914584 Edm = 0.0674978 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -718166.2425222 Edm = 0.123216 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -718239.5549747 Edm = 1.52669 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -718241.9271313 Edm = 0.24297 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -718243.306371 Edm = 0.503666 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -718264.3227419 Edm = 15.5456 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -718425.7613291 Edm = 64.8367 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -718439.710871 Edm = 44.3157 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -718481.3623026 Edm = 62.3748 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -718543.8525989 Edm = 20.0589 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -718575.7066498 Edm = 26.6115 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -718736.7727501 Edm = 40.5487 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -718771.3210151 Edm = 0.999524 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -718772.0604241 Edm = 0.0280237 NCalls = 57 +VariableMetric: Iteration # 18 - FCN = -718772.092201 Edm = 0.0191991 NCalls = 59 +VariableMetric: Iteration # 19 - FCN = -718776.5798867 Edm = 5.90697 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -718776.6550041 Edm = 0.0636667 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -718800.8994547 Edm = 1.59069 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -718817.1615531 Edm = 555912 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -718956.6665399 Edm = 2.3956e+06 NCalls = 94 +VariableMetric: Iteration # 24 - FCN = -719065.8898842 Edm = 73978.9 NCalls = 102 +VariableMetric: Iteration # 25 - FCN = -719082.4455025 Edm = 14779.5 NCalls = 108 +VariableMetric: Iteration # 26 - FCN = -719098.476416 Edm = 27814.2 NCalls = 113 +VariableMetric: Iteration # 27 - FCN = -719117.7275054 Edm = 6661.82 NCalls = 119 +VariableMetric: Iteration # 28 - FCN = -719194.4686235 Edm = 4788.46 NCalls = 123 +VariableMetric: Iteration # 29 - FCN = -719219.1223844 Edm = 2692.5 NCalls = 127 +VariableMetric: Iteration # 30 - FCN = -719240.3229706 Edm = 1140.58 NCalls = 131 +VariableMetric: Iteration # 31 - FCN = -719242.8161449 Edm = 1585.24 NCalls = 134 +VariableMetric: Iteration # 32 - FCN = -719263.0033523 Edm = 147.357 NCalls = 137 +VariableMetric: Iteration # 33 - FCN = -719267.8628486 Edm = 44.6248 NCalls = 140 +VariableMetric: Iteration # 34 - FCN = -719274.7346668 Edm = 221.765 NCalls = 142 +VariableMetric: Iteration # 35 - FCN = -719279.3464967 Edm = 32.1447 NCalls = 144 +VariableMetric: Iteration # 36 - FCN = -719289.711329 Edm = 70.0918 NCalls = 146 +VariableMetric: Iteration # 37 - FCN = -719293.8099738 Edm = 20.4172 NCalls = 148 +VariableMetric: Iteration # 38 - FCN = -719296.9317413 Edm = 24.7227 NCalls = 151 +VariableMetric: Iteration # 39 - FCN = -719297.8970906 Edm = 7.58967 NCalls = 153 +VariableMetric: Iteration # 40 - FCN = -719299.7299658 Edm = 5.28106 NCalls = 155 +VariableMetric: Iteration # 41 - FCN = -719300.9695554 Edm = 8.82208 NCalls = 157 +VariableMetric: Iteration # 42 - FCN = -719301.7991274 Edm = 10.6285 NCalls = 159 +VariableMetric: Iteration # 43 - FCN = -719302.7673059 Edm = 0.327947 NCalls = 161 +VariableMetric: Iteration # 44 - FCN = -719303.2282047 Edm = 0.140258 NCalls = 163 +VariableMetric: Iteration # 45 - FCN = -719303.6725945 Edm = 0.620181 NCalls = 166 +VariableMetric: Iteration # 46 - FCN = -719304.9330839 Edm = 1.0394 NCalls = 173 +VariableMetric: Iteration # 47 - FCN = -719306.5139436 Edm = 0.726505 NCalls = 176 +VariableMetric: Iteration # 48 - FCN = -719306.7006746 Edm = 0.355838 NCalls = 178 +VariableMetric: Iteration # 49 - FCN = -719307.1043324 Edm = 0.163281 NCalls = 179 +VariableMetric: Iteration # 50 - FCN = -719307.3954546 Edm = 0.217013 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -719307.6044406 Edm = 0.138197 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -719307.8819312 Edm = 0.137423 NCalls = 186 +VariableMetric: Iteration # 53 - FCN = -719308.1958737 Edm = 0.109607 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -719308.4095661 Edm = 0.0676075 NCalls = 190 +VariableMetric: Iteration # 55 - FCN = -719308.5526846 Edm = 0.193141 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -719308.6421529 Edm = 0.0440523 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -719308.7082574 Edm = 0.0161717 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -719308.7321973 Edm = 0.00538676 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -719308.7391181 Edm = 0.00131374 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -719308.7408862 Edm = 0.000204939 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -719308.7412677 Edm = 0.000117451 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -719308.74157 Edm = 5.11217e-05 NCalls = 208 +VariableMetric: After Hessian - FCN = -719308.74157 Edm = 0.000142979 NCalls = 573 +VariableMetric: Iteration # 63 - FCN = -719308.74157 Edm = 0.000142979 NCalls = 573 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712260.3568446 Edm = 17.2524 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712260.3568446 Edm = 17.2524 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717238.397424 Edm = 2.14577 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717454.5996238 Edm = 1.96945 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -717482.9936142 Edm = 35.8023 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -717541.2511642 Edm = 42.1152 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -717744.8442558 Edm = 1.85404 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -717747.0967134 Edm = 0.119533 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -717751.4256523 Edm = 4.15845 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -717888.0795354 Edm = 0.147262 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -717888.4778805 Edm = 0.286809 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -718006.1232156 Edm = 40.9002 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -718082.6247919 Edm = 6.72953 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -718092.0077656 Edm = 1.67293 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -718095.6978471 Edm = 0.813106 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -718314.8424135 Edm = 187.722 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -718347.9908959 Edm = 13.0545 NCalls = 64 +VariableMetric: Iteration # 16 - FCN = -718357.5232155 Edm = 27.1143 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -718370.1514844 Edm = 8.47578 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -718518.7997504 Edm = 26.3392 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -718540.3514678 Edm = 1.10821 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -718541.1354124 Edm = 0.275752 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -718541.3454718 Edm = 0.0679857 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -718541.5102312 Edm = 0.0124149 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -718541.6358988 Edm = 0.111921 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -718596.3453834 Edm = 49.2328 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -718679.0940255 Edm = 5.83115 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -718687.3697189 Edm = 1.21383 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -718689.2652987 Edm = 0.631812 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -718690.1978697 Edm = 0.373285 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -718695.1612313 Edm = 4.27095 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -718695.7888748 Edm = 4.32996 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -718698.5539931 Edm = 1.40594 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -718700.6661173 Edm = 0.0788421 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -718700.7255856 Edm = 0.00809059 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -718700.7352504 Edm = 0.00165497 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -718700.7670268 Edm = 0.0311908 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -718703.8101415 Edm = 0.0809689 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -718767.6454039 Edm = 10.439 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -718797.1599843 Edm = 1.47174 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -718799.7753831 Edm = 1.34862 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -718802.8339243 Edm = 3.50006 NCalls = 148 +VariableMetric: Iteration # 41 - FCN = -718803.5444601 Edm = 2.98395 NCalls = 150 +VariableMetric: Iteration # 42 - FCN = -718810.3356237 Edm = 4.47281 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -718815.7726933 Edm = 3.96802 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -718817.9999174 Edm = 0.945431 NCalls = 158 +VariableMetric: Iteration # 45 - FCN = -718818.7752273 Edm = 0.0604826 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -718818.8442834 Edm = 0.00839047 NCalls = 162 +VariableMetric: Iteration # 47 - FCN = -718818.8764796 Edm = 0.0263594 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -718823.1477843 Edm = 4.24263 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -718823.3083657 Edm = 0.150725 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -718852.0302242 Edm = 39.7991 NCalls = 182 +VariableMetric: Iteration # 51 - FCN = -718852.5822841 Edm = 0.439068 NCalls = 185 +VariableMetric: Iteration # 52 - FCN = -718864.1967665 Edm = 8.54108 NCalls = 191 +VariableMetric: Iteration # 53 - FCN = -718886.957198 Edm = 25.5651 NCalls = 193 +VariableMetric: Iteration # 54 - FCN = -718904.3224306 Edm = 21.2175 NCalls = 196 +VariableMetric: Iteration # 55 - FCN = -718921.9911027 Edm = 6.07007 NCalls = 199 +VariableMetric: Iteration # 56 - FCN = -718929.5487655 Edm = 3.57235 NCalls = 201 +VariableMetric: Iteration # 57 - FCN = -718931.8075051 Edm = 1.24108 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -718933.5862914 Edm = 0.695987 NCalls = 205 +VariableMetric: Iteration # 59 - FCN = -718934.9114558 Edm = 0.501103 NCalls = 208 +VariableMetric: Iteration # 60 - FCN = -718935.4823011 Edm = 0.270349 NCalls = 210 +VariableMetric: Iteration # 61 - FCN = -718935.8369872 Edm = 0.15782 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -718936.8885538 Edm = 2.18581 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -718939.4548419 Edm = 1.6373 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -718941.0604898 Edm = 1.30673 NCalls = 223 +VariableMetric: Iteration # 65 - FCN = -718941.5427177 Edm = 0.0308373 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -718941.5746903 Edm = 0.0064319 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -718941.6010069 Edm = 0.020858 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -718943.2231853 Edm = 1.44141 NCalls = 235 +VariableMetric: Iteration # 69 - FCN = -718989.7180785 Edm = 21.2598 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -719005.4065082 Edm = 3.53838 NCalls = 244 +VariableMetric: Iteration # 71 - FCN = -719009.6668369 Edm = 0.1513 NCalls = 247 +VariableMetric: Iteration # 72 - FCN = -719009.7818045 Edm = 0.0103177 NCalls = 249 +VariableMetric: Iteration # 73 - FCN = -719009.7938054 Edm = 0.00421367 NCalls = 251 +VariableMetric: Iteration # 74 - FCN = -719009.8057879 Edm = 0.011944 NCalls = 253 +VariableMetric: Iteration # 75 - FCN = -719010.1346765 Edm = 0.191388 NCalls = 261 +VariableMetric: Iteration # 76 - FCN = -719010.3009187 Edm = 0.0806448 NCalls = 264 +VariableMetric: Iteration # 77 - FCN = -719010.4598674 Edm = 0.0936661 NCalls = 266 +VariableMetric: Iteration # 78 - FCN = -719011.8521569 Edm = 2.27164 NCalls = 271 +VariableMetric: Iteration # 79 - FCN = -719012.8738051 Edm = 1.95753 NCalls = 275 +VariableMetric: Iteration # 80 - FCN = -719016.4627567 Edm = 2.43153 NCalls = 280 +VariableMetric: Iteration # 81 - FCN = -719030.1014299 Edm = 6.04317 NCalls = 282 +VariableMetric: Iteration # 82 - FCN = -719042.0249608 Edm = 8.04201 NCalls = 284 +VariableMetric: Iteration # 83 - FCN = -719066.8552482 Edm = 3.81656 NCalls = 289 +VariableMetric: Iteration # 84 - FCN = -719070.2858405 Edm = 2.87699 NCalls = 291 +VariableMetric: Iteration # 85 - FCN = -719072.7922476 Edm = 0.505933 NCalls = 293 +VariableMetric: Iteration # 86 - FCN = -719073.4067679 Edm = 0.142419 NCalls = 295 +VariableMetric: Iteration # 87 - FCN = -719073.7367234 Edm = 0.0579943 NCalls = 297 +VariableMetric: Iteration # 88 - FCN = -719073.872253 Edm = 0.0322007 NCalls = 299 +VariableMetric: Iteration # 89 - FCN = -719073.9301501 Edm = 0.00620212 NCalls = 301 +VariableMetric: Iteration # 90 - FCN = -719073.9424053 Edm = 0.00328467 NCalls = 303 +VariableMetric: Iteration # 91 - FCN = -719073.975116 Edm = 0.0324721 NCalls = 306 +VariableMetric: Iteration # 92 - FCN = -719074.2852054 Edm = 0.258261 NCalls = 312 +VariableMetric: Iteration # 93 - FCN = -719096.5842336 Edm = 33.2096 NCalls = 318 +VariableMetric: Iteration # 94 - FCN = -719097.5569815 Edm = 1.66974 NCalls = 320 +VariableMetric: Iteration # 95 - FCN = -719106.7655179 Edm = 7.17499 NCalls = 326 +VariableMetric: Iteration # 96 - FCN = -719159.1371692 Edm = 21.7372 NCalls = 330 +VariableMetric: Iteration # 97 - FCN = -719172.1762361 Edm = 5.54179 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -719177.6879079 Edm = 0.907776 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -719178.933385 Edm = 1.01171 NCalls = 336 +VariableMetric: Iteration # 100 - FCN = -719184.2989521 Edm = 4.18355 NCalls = 341 +VariableMetric: Iteration # 101 - FCN = -719201.6869465 Edm = 47.0448 NCalls = 352 +VariableMetric: Iteration # 102 - FCN = -719202.4725004 Edm = 7.97065 NCalls = 354 +VariableMetric: Iteration # 103 - FCN = -719218.5387092 Edm = 8.37696 NCalls = 357 +VariableMetric: Iteration # 104 - FCN = -719231.8664859 Edm = 4.3625 NCalls = 359 +VariableMetric: Iteration # 105 - FCN = -719236.4096033 Edm = 0.195498 NCalls = 360 +VariableMetric: Iteration # 106 - FCN = -719236.8591009 Edm = 0.243031 NCalls = 362 +VariableMetric: Iteration # 107 - FCN = -719237.9187341 Edm = 1.73853 NCalls = 366 +VariableMetric: Iteration # 108 - FCN = -719238.6255035 Edm = 1.67833 NCalls = 369 +VariableMetric: Iteration # 109 - FCN = -719241.2968961 Edm = 5.1715 NCalls = 374 +VariableMetric: Iteration # 110 - FCN = -719241.7193532 Edm = 0.754953 NCalls = 377 +VariableMetric: Iteration # 111 - FCN = -719248.409432 Edm = 3.53598 NCalls = 383 +VariableMetric: Iteration # 112 - FCN = -719253.6129234 Edm = 0.766371 NCalls = 386 +VariableMetric: Iteration # 113 - FCN = -719255.06047 Edm = 0.386116 NCalls = 388 +VariableMetric: Iteration # 114 - FCN = -719255.652492 Edm = 0.0683706 NCalls = 390 +VariableMetric: Iteration # 115 - FCN = -719255.7341301 Edm = 0.0164987 NCalls = 392 +VariableMetric: Iteration # 116 - FCN = -719255.7652214 Edm = 0.0137199 NCalls = 394 +VariableMetric: Iteration # 117 - FCN = -719255.7995475 Edm = 0.028906 NCalls = 396 +VariableMetric: Iteration # 118 - FCN = -719255.9921991 Edm = 0.0678012 NCalls = 400 +VariableMetric: Iteration # 119 - FCN = -719256.4113995 Edm = 0.298057 NCalls = 403 +VariableMetric: Iteration # 120 - FCN = -719265.2713827 Edm = 12.1655 NCalls = 408 +VariableMetric: Iteration # 121 - FCN = -719281.362266 Edm = 18.8055 NCalls = 415 +VariableMetric: Iteration # 122 - FCN = -719313.9545567 Edm = 23.6144 NCalls = 421 +VariableMetric: Iteration # 123 - FCN = -719327.4764121 Edm = 12.1601 NCalls = 423 +VariableMetric: Iteration # 124 - FCN = -719332.466805 Edm = 2.89881 NCalls = 425 +VariableMetric: Iteration # 125 - FCN = -719337.8609261 Edm = 2.59242 NCalls = 427 +VariableMetric: Iteration # 126 - FCN = -719343.9088345 Edm = 0.802281 NCalls = 430 +VariableMetric: Iteration # 127 - FCN = -719344.8071929 Edm = 0.0807582 NCalls = 432 +VariableMetric: Iteration # 128 - FCN = -719344.9233787 Edm = 0.0293519 NCalls = 434 +VariableMetric: Iteration # 129 - FCN = -719344.9584711 Edm = 0.00446314 NCalls = 436 +VariableMetric: Iteration # 130 - FCN = -719344.9654552 Edm = 0.000953657 NCalls = 438 +VariableMetric: Iteration # 131 - FCN = -719344.9673544 Edm = 0.000878904 NCalls = 440 +VariableMetric: Iteration # 132 - FCN = -719344.9707754 Edm = 0.00141624 NCalls = 442 +VariableMetric: Iteration # 133 - FCN = -719344.975675 Edm = 0.00175445 NCalls = 444 +VariableMetric: Iteration # 134 - FCN = -719345.0049352 Edm = 0.019364 NCalls = 448 +VariableMetric: Iteration # 135 - FCN = -719345.9581598 Edm = 0.879921 NCalls = 453 +VariableMetric: Iteration # 136 - FCN = -719360.8319039 Edm = 3.28696 NCalls = 457 +VariableMetric: Iteration # 137 - FCN = -719364.4869491 Edm = 0.424927 NCalls = 458 +VariableMetric: Iteration # 138 - FCN = -719364.995384 Edm = 0.0374055 NCalls = 460 +VariableMetric: Iteration # 139 - FCN = -719365.0383698 Edm = 0.00386913 NCalls = 462 +VariableMetric: Iteration # 140 - FCN = -719365.0421066 Edm = 0.000304835 NCalls = 463 +VariableMetric: Iteration # 141 - FCN = -719365.042456 Edm = 3.07987e-05 NCalls = 465 +VariableMetric: After Hessian - FCN = -719365.042456 Edm = 2569.89 NCalls = 824 +VariableMetric: Iteration # 142 - FCN = -719365.042456 Edm = 2569.89 NCalls = 824 +VariableMetric: Iteration # 143 - FCN = -719374.3437745 Edm = 702654 NCalls = 834 +VariableMetric: Iteration # 144 - FCN = -719377.6159691 Edm = 6.26365 NCalls = 838 +VariableMetric: Iteration # 145 - FCN = -719378.6490841 Edm = 0.721945 NCalls = 841 +VariableMetric: Iteration # 146 - FCN = -719379.2579594 Edm = 1.06878 NCalls = 843 +VariableMetric: Iteration # 147 - FCN = -719381.7777674 Edm = 0.164136 NCalls = 845 +VariableMetric: Iteration # 148 - FCN = -719382.3679627 Edm = 0.0385198 NCalls = 856 +VariableMetric: Iteration # 149 - FCN = -719382.432332 Edm = 0.056252 NCalls = 858 +VariableMetric: Iteration # 150 - FCN = -719382.4805647 Edm = 0.0292842 NCalls = 861 +VariableMetric: Iteration # 151 - FCN = -719382.5616 Edm = 0.0307252 NCalls = 863 +VariableMetric: Iteration # 152 - FCN = -719382.6460892 Edm = 0.0278221 NCalls = 865 +VariableMetric: Iteration # 153 - FCN = -719382.8554561 Edm = 0.0740274 NCalls = 868 +VariableMetric: Iteration # 154 - FCN = -719382.9428302 Edm = 0.0304678 NCalls = 871 +VariableMetric: Iteration # 155 - FCN = -719382.9860035 Edm = 0.0350915 NCalls = 873 +VariableMetric: Iteration # 156 - FCN = -719383.1190065 Edm = 0.0260388 NCalls = 876 +VariableMetric: Iteration # 157 - FCN = -719383.2762398 Edm = 0.275767 NCalls = 879 +VariableMetric: Iteration # 158 - FCN = -719383.6915496 Edm = 1.26097 NCalls = 883 +VariableMetric: Iteration # 159 - FCN = -719383.7281654 Edm = 0.107035 NCalls = 886 +VariableMetric: Iteration # 160 - FCN = -719384.0533768 Edm = 2.14046 NCalls = 891 +VariableMetric: Iteration # 161 - FCN = -719384.6688964 Edm = 1.21148 NCalls = 896 +VariableMetric: Iteration # 162 - FCN = -719386.5695358 Edm = 3.04706 NCalls = 902 +VariableMetric: Iteration # 163 - FCN = -719387.6379807 Edm = 1.31129 NCalls = 908 +VariableMetric: Iteration # 164 - FCN = -719388.9989674 Edm = 1.32098 NCalls = 914 +VariableMetric: Iteration # 165 - FCN = -719391.467591 Edm = 2.66046 NCalls = 916 +VariableMetric: Iteration # 166 - FCN = -719394.5815706 Edm = 0.32488 NCalls = 919 +VariableMetric: Iteration # 167 - FCN = -719395.3163114 Edm = 0.619132 NCalls = 921 +VariableMetric: Iteration # 168 - FCN = -719395.9250241 Edm = 0.21936 NCalls = 923 +VariableMetric: Iteration # 169 - FCN = -719396.1085911 Edm = 0.0982045 NCalls = 925 +VariableMetric: Iteration # 170 - FCN = -719396.2196904 Edm = 0.0313352 NCalls = 927 +VariableMetric: Iteration # 171 - FCN = -719396.3244398 Edm = 0.0205134 NCalls = 929 +VariableMetric: Iteration # 172 - FCN = -719396.3611079 Edm = 0.00567659 NCalls = 931 +VariableMetric: Iteration # 173 - FCN = -719396.3845246 Edm = 0.00521968 NCalls = 933 +VariableMetric: Iteration # 174 - FCN = -719396.3924019 Edm = 0.000566708 NCalls = 935 +VariableMetric: Iteration # 175 - FCN = -719396.3951205 Edm = 0.00024373 NCalls = 937 +VariableMetric: Iteration # 176 - FCN = -719396.3955149 Edm = 0.00015116 NCalls = 939 +VariableMetric: Iteration # 177 - FCN = -719396.3960122 Edm = 0.000145504 NCalls = 941 +VariableMetric: Iteration # 178 - FCN = -719396.3962133 Edm = 1.46064e-05 NCalls = 943 +VariableMetric: After Hessian - FCN = -719396.3962133 Edm = 0.000178395 NCalls = 1314 +VariableMetric: Iteration # 179 - FCN = -719396.3962133 Edm = 0.000178395 NCalls = 1314 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717244.2411697 Edm = 3.48128 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717244.2411697 Edm = 3.48128 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718363.8199659 Edm = 0.101746 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718364.1517119 Edm = 0.163786 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -718428.3385096 Edm = 0.983982 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -718429.5145686 Edm = 0.101723 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -718430.2447674 Edm = 0.551802 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -718792.1604851 Edm = 76.7958 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -718998.5652977 Edm = 13.8963 NCalls = 36 +VariableMetric: Iteration # 8 - FCN = -719012.2908617 Edm = 5.57133 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -719015.1536737 Edm = 1.06708 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -719016.1673329 Edm = 0.201282 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -719041.5688619 Edm = 13.8721 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -719064.9548525 Edm = 0.370086 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -719065.7079137 Edm = 0.111198 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -719065.9425113 Edm = 0.0638761 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -719066.4181752 Edm = 0.287176 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -719070.4015829 Edm = 1.55595 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -719075.4387495 Edm = 1.82378 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -719101.3585161 Edm = 16.2527 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -719102.8996473 Edm = 9.53213 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -719132.5603909 Edm = 0.696617 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -719133.3134008 Edm = 0.0206688 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -719133.3777814 Edm = 0.0243428 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -719133.6421607 Edm = 0.165078 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -719157.6551119 Edm = 13.5975 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -719161.3380722 Edm = 28.0667 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -719181.7826397 Edm = 4.23166 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -719186.0533607 Edm = 1.2154 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -719194.0093033 Edm = 5.41694 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -719210.1224297 Edm = 0.309361 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -719210.4110213 Edm = 0.0273319 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -719210.4678436 Edm = 0.00408789 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -719210.4728808 Edm = 0.00183004 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -719210.5083173 Edm = 0.0337899 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -719210.8496283 Edm = 0.287608 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -719213.3413413 Edm = 1.04759 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -719213.6023926 Edm = 0.316388 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -719214.808947 Edm = 0.979042 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -719225.2024211 Edm = 3.2073 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -719232.4302903 Edm = 1.99051 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -719234.1460549 Edm = 1.5038 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -719236.5597843 Edm = 0.980303 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -719239.5900284 Edm = 0.220205 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -719239.8833421 Edm = 0.0347523 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -719239.9107151 Edm = 0.00152286 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -719239.9135089 Edm = 0.00142645 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -719239.9877768 Edm = 0.0750634 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -719241.3485472 Edm = 0.0453235 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -719260.2778108 Edm = 4.06586 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -719268.9528759 Edm = 0.818098 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -719269.9561915 Edm = 0.0357467 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -719270.02448 Edm = 0.00508347 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -719270.0320703 Edm = 0.00109505 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -719270.03817 Edm = 0.00432068 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -719270.0871052 Edm = 0.0452894 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -719273.7641766 Edm = 3.41697 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -719299.9364187 Edm = 3.50981 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -719302.3452932 Edm = 0.582362 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -719302.8115286 Edm = 0.160241 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -719302.9134721 Edm = 0.0229844 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -719302.9388519 Edm = 0.00225171 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -719302.9420293 Edm = 0.000693899 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -719302.9617552 Edm = 0.0199138 NCalls = 201 +VariableMetric: Iteration # 63 - FCN = -719303.5291594 Edm = 0.564939 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -719303.542718 Edm = 0.0126354 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -719313.4264477 Edm = 6.26443 NCalls = 219 +VariableMetric: Iteration # 66 - FCN = -719332.7721936 Edm = 1.07877 NCalls = 222 +VariableMetric: Iteration # 67 - FCN = -719333.4123944 Edm = 0.126651 NCalls = 224 +VariableMetric: Iteration # 68 - FCN = -719333.508175 Edm = 0.0074322 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -719333.5164801 Edm = 0.000638404 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -719333.5176036 Edm = 0.000386555 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -719333.5237681 Edm = 0.00519684 NCalls = 234 +VariableMetric: Iteration # 72 - FCN = -719333.7800202 Edm = 0.24322 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -719353.0642048 Edm = 7.59213 NCalls = 244 +VariableMetric: Iteration # 74 - FCN = -719364.3572577 Edm = 1.74544 NCalls = 246 +VariableMetric: Iteration # 75 - FCN = -719366.0095458 Edm = 0.398765 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -719366.4016011 Edm = 0.112501 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -719366.629298 Edm = 0.0797479 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -719367.6065682 Edm = 1.08458 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -719367.6480913 Edm = 0.0760317 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -719367.8952291 Edm = 0.278268 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -719369.0194377 Edm = 1.17984 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -719370.1116946 Edm = 0.517341 NCalls = 274 +VariableMetric: Iteration # 83 - FCN = -719370.5553454 Edm = 0.0230881 NCalls = 276 +VariableMetric: Iteration # 84 - FCN = -719370.5750707 Edm = 0.000997471 NCalls = 278 +VariableMetric: Iteration # 85 - FCN = -719370.5768878 Edm = 0.000923162 NCalls = 280 +VariableMetric: Iteration # 86 - FCN = -719370.5869638 Edm = 0.00887377 NCalls = 284 +VariableMetric: Iteration # 87 - FCN = -719371.1348525 Edm = 0.472898 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -719375.1511536 Edm = 2.95888 NCalls = 292 +VariableMetric: Iteration # 89 - FCN = -719387.0967075 Edm = 2.79817 NCalls = 296 +VariableMetric: Iteration # 90 - FCN = -719389.1688466 Edm = 0.309992 NCalls = 298 +VariableMetric: Iteration # 91 - FCN = -719389.4221304 Edm = 0.00892599 NCalls = 300 +VariableMetric: Iteration # 92 - FCN = -719389.4284279 Edm = 0.00125147 NCalls = 302 +VariableMetric: Iteration # 93 - FCN = -719389.4299913 Edm = 0.000513864 NCalls = 304 +VariableMetric: Iteration # 94 - FCN = -719389.4308626 Edm = 0.000325858 NCalls = 306 +VariableMetric: Iteration # 95 - FCN = -719389.4346467 Edm = 0.00330306 NCalls = 309 +VariableMetric: Iteration # 96 - FCN = -719389.4581195 Edm = 0.00636838 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -719389.4829327 Edm = 0.0228454 NCalls = 316 +VariableMetric: Iteration # 98 - FCN = -719389.5286472 Edm = 0.128004 NCalls = 321 +VariableMetric: Iteration # 99 - FCN = -719389.5326114 Edm = 0.00834764 NCalls = 323 +VariableMetric: Iteration # 100 - FCN = -719389.5917001 Edm = 0.0571817 NCalls = 327 +VariableMetric: Iteration # 101 - FCN = -719389.6813019 Edm = 0.0675061 NCalls = 331 +VariableMetric: Iteration # 102 - FCN = -719389.8023146 Edm = 0.0342854 NCalls = 333 +VariableMetric: Iteration # 103 - FCN = -719389.845298 Edm = 0.0294723 NCalls = 335 +VariableMetric: Iteration # 104 - FCN = -719389.8860878 Edm = 0.00622898 NCalls = 337 +VariableMetric: Iteration # 105 - FCN = -719389.8923019 Edm = 0.00337429 NCalls = 338 +VariableMetric: Iteration # 106 - FCN = -719389.973143 Edm = 0.0799134 NCalls = 342 +VariableMetric: Iteration # 107 - FCN = -719394.0922502 Edm = 2.58377 NCalls = 347 +VariableMetric: Iteration # 108 - FCN = -719400.1787449 Edm = 0.326319 NCalls = 349 +VariableMetric: Iteration # 109 - FCN = -719400.527533 Edm = 0.00771695 NCalls = 351 +VariableMetric: Iteration # 110 - FCN = -719400.5343463 Edm = 0.000570259 NCalls = 353 +VariableMetric: Iteration # 111 - FCN = -719400.5350283 Edm = 0.000151912 NCalls = 355 +VariableMetric: Iteration # 112 - FCN = -719400.5356956 Edm = 0.00050751 NCalls = 357 +VariableMetric: Iteration # 113 - FCN = -719400.5419303 Edm = 0.00463034 NCalls = 360 +VariableMetric: Iteration # 114 - FCN = -719400.6499541 Edm = 0.110151 NCalls = 364 +VariableMetric: Iteration # 115 - FCN = -719401.7837484 Edm = 1.10107 NCalls = 370 +VariableMetric: Iteration # 116 - FCN = -719405.1390834 Edm = 1.10579 NCalls = 373 +VariableMetric: Iteration # 117 - FCN = -719405.9276782 Edm = 0.210553 NCalls = 376 +VariableMetric: Iteration # 118 - FCN = -719406.1808845 Edm = 0.0176191 NCalls = 378 +VariableMetric: Iteration # 119 - FCN = -719406.2070235 Edm = 0.0010966 NCalls = 380 +VariableMetric: Iteration # 120 - FCN = -719406.2087188 Edm = 0.000163491 NCalls = 382 +VariableMetric: Iteration # 121 - FCN = -719406.208947 Edm = 3.38147e-05 NCalls = 384 +VariableMetric: After Hessian - FCN = -719406.208947 Edm = 24.1475 NCalls = 743 +VariableMetric: Iteration # 122 - FCN = -719406.208947 Edm = 24.1475 NCalls = 743 +VariableMetric: Iteration # 123 - FCN = -719406.586793 Edm = 78.8568 NCalls = 748 +VariableMetric: Iteration # 124 - FCN = -719408.7299856 Edm = 0.293737 NCalls = 751 +VariableMetric: Iteration # 125 - FCN = -719409.5433138 Edm = 0.468002 NCalls = 754 +VariableMetric: Iteration # 126 - FCN = -719409.6540085 Edm = 0.153363 NCalls = 756 +VariableMetric: Iteration # 127 - FCN = -719410.0195399 Edm = 0.265828 NCalls = 759 +VariableMetric: Iteration # 128 - FCN = -719410.412328 Edm = 0.53064 NCalls = 763 +VariableMetric: Iteration # 129 - FCN = -719411.1604319 Edm = 0.911043 NCalls = 767 +VariableMetric: Iteration # 130 - FCN = -719411.4738629 Edm = 0.755171 NCalls = 771 +VariableMetric: Iteration # 131 - FCN = -719411.8145761 Edm = 1.695 NCalls = 774 +VariableMetric: Iteration # 132 - FCN = -719412.4710554 Edm = 1.59468 NCalls = 778 +VariableMetric: Iteration # 133 - FCN = -719413.1997999 Edm = 1.20183 NCalls = 782 +VariableMetric: Iteration # 134 - FCN = -719416.0964813 Edm = 1.09769 NCalls = 787 +VariableMetric: Iteration # 135 - FCN = -719417.6783821 Edm = 1.55335 NCalls = 790 +VariableMetric: Iteration # 136 - FCN = -719418.5137561 Edm = 0.329642 NCalls = 793 +VariableMetric: Iteration # 137 - FCN = -719419.1767034 Edm = 0.155382 NCalls = 795 +VariableMetric: Iteration # 138 - FCN = -719419.5159289 Edm = 0.130572 NCalls = 797 +VariableMetric: Iteration # 139 - FCN = -719419.7926308 Edm = 0.0573472 NCalls = 799 +VariableMetric: Iteration # 140 - FCN = -719419.8986154 Edm = 0.0511399 NCalls = 801 +VariableMetric: Iteration # 141 - FCN = -719420.0229871 Edm = 0.0227675 NCalls = 803 +VariableMetric: Iteration # 142 - FCN = -719420.0655815 Edm = 0.0187705 NCalls = 805 +VariableMetric: Iteration # 143 - FCN = -719420.1045454 Edm = 0.0148464 NCalls = 807 +VariableMetric: Iteration # 144 - FCN = -719420.1177392 Edm = 0.00248605 NCalls = 809 +VariableMetric: Iteration # 145 - FCN = -719420.1234466 Edm = 0.000736621 NCalls = 811 +VariableMetric: Iteration # 146 - FCN = -719420.1248442 Edm = 0.000159035 NCalls = 813 +VariableMetric: Iteration # 147 - FCN = -719420.1251127 Edm = 3.6668e-05 NCalls = 815 +VariableMetric: After Hessian - FCN = -719420.1251127 Edm = 0.000218478 NCalls = 1186 +VariableMetric: Iteration # 148 - FCN = -719420.1251127 Edm = 0.000218478 NCalls = 1186 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712311.0035023 Edm = 20.5672 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712311.0035023 Edm = 20.5672 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718066.4955357 Edm = 2.16904 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718085.9242076 Edm = 3.40102 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -718340.3488246 Edm = 89.7412 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -718468.5400605 Edm = 1.15529 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -718469.8574898 Edm = 0.344733 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -718488.034154 Edm = 15.6681 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -718546.7832593 Edm = 0.107393 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -718546.9326406 Edm = 0.0217312 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -718549.5127445 Edm = 2.51072 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -718757.2377307 Edm = 29.8503 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -718791.986659 Edm = 5.74782 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -718795.1897961 Edm = 0.0586892 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -718795.25834 Edm = 0.00506279 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -718795.2954256 Edm = 0.0305805 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -718831.3431538 Edm = 1.91296 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -718836.8811317 Edm = 0.0769935 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -718837.0092086 Edm = 0.00266866 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -718837.022655 Edm = 0.0103276 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -718845.8054377 Edm = 6.66309 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -718865.932729 Edm = 0.776027 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -718866.7883442 Edm = 0.0154716 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -718866.8051271 Edm = 0.00208566 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -718866.8234141 Edm = 0.0171756 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -718869.5184002 Edm = 0.513114 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -718881.3467326 Edm = 4.04794 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -718889.7626282 Edm = 0.447267 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -718890.1725994 Edm = 0.00511674 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -718890.1790377 Edm = 0.00195191 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -718890.3142929 Edm = 0.138043 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -718892.9968883 Edm = 0.0792433 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -718952.5942181 Edm = 21.137 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -719031.3559753 Edm = 1.40737 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -719032.7309514 Edm = 0.0400317 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -719032.7675795 Edm = 0.00175277 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -719032.7776802 Edm = 0.00854659 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -719033.0252414 Edm = 0.365125 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -719034.3355029 Edm = 1.25446 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -719076.9351858 Edm = 15.061 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -719101.4498849 Edm = 3.78986 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -719103.5483212 Edm = 0.645042 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -719104.283879 Edm = 0.0220079 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -719104.3218644 Edm = 0.0089299 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -719104.3962488 Edm = 0.0725784 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -719107.7792283 Edm = 3.12333 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -719107.8117777 Edm = 0.0152681 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -719120.8063674 Edm = 9.86302 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -719195.7197471 Edm = 13.7815 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -719218.6801438 Edm = 19.557 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -719233.4651497 Edm = 4.121 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -719238.0974214 Edm = 0.844602 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -719239.5479034 Edm = 0.402667 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -719240.1209221 Edm = 0.0907893 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -719240.1990833 Edm = 0.00906239 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -719240.2160957 Edm = 0.00918608 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -719240.303724 Edm = 0.0588392 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -719240.8460507 Edm = 0.460932 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -719257.2312527 Edm = 11.0115 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -719286.977103 Edm = 7.45697 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -719304.4659279 Edm = 6.86477 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -719315.5226182 Edm = 4.03175 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -719319.4280611 Edm = 0.773151 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -719319.9803193 Edm = 0.235506 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -719320.1889555 Edm = 0.0368722 NCalls = 202 +VariableMetric: Iteration # 64 - FCN = -719320.2371985 Edm = 0.0210998 NCalls = 204 +VariableMetric: Iteration # 65 - FCN = -719320.2804672 Edm = 0.00945693 NCalls = 206 +VariableMetric: Iteration # 66 - FCN = -719320.3022179 Edm = 0.0111225 NCalls = 208 +VariableMetric: Iteration # 67 - FCN = -719320.4345564 Edm = 0.111482 NCalls = 211 +VariableMetric: Iteration # 68 - FCN = -719322.2002939 Edm = 1.09913 NCalls = 215 +VariableMetric: Iteration # 69 - FCN = -719338.1571681 Edm = 2.93611 NCalls = 219 +VariableMetric: Iteration # 70 - FCN = -719343.8139853 Edm = 0.557822 NCalls = 222 +VariableMetric: Iteration # 71 - FCN = -719345.081569 Edm = 0.096804 NCalls = 225 +VariableMetric: Iteration # 72 - FCN = -719345.3687842 Edm = 0.0270684 NCalls = 228 +VariableMetric: Iteration # 73 - FCN = -719345.4169432 Edm = 0.00324298 NCalls = 230 +VariableMetric: Iteration # 74 - FCN = -719345.4228912 Edm = 0.000537162 NCalls = 232 +VariableMetric: Iteration # 75 - FCN = -719345.4240728 Edm = 0.000203214 NCalls = 234 +VariableMetric: Iteration # 76 - FCN = -719345.4244131 Edm = 0.00011161 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -719345.4260897 Edm = 0.00144201 NCalls = 239 +VariableMetric: Iteration # 78 - FCN = -719345.5081744 Edm = 0.0608042 NCalls = 244 +VariableMetric: Iteration # 79 - FCN = -719346.4611191 Edm = 0.593156 NCalls = 248 +VariableMetric: Iteration # 80 - FCN = -719348.7400682 Edm = 0.37927 NCalls = 250 +VariableMetric: Iteration # 81 - FCN = -719349.1848299 Edm = 0.00784027 NCalls = 252 +VariableMetric: Iteration # 82 - FCN = -719349.1975464 Edm = 0.00459039 NCalls = 254 +VariableMetric: Iteration # 83 - FCN = -719352.1620922 Edm = 4.00436 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -719352.1637966 Edm = 0.0160535 NCalls = 266 +VariableMetric: Iteration # 85 - FCN = -719352.2931569 Edm = 0.111186 NCalls = 269 +VariableMetric: Iteration # 86 - FCN = -719354.7694864 Edm = 2.01216 NCalls = 274 +VariableMetric: Iteration # 87 - FCN = -719359.352883 Edm = 1.26818 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -719360.7880753 Edm = 0.109154 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -719360.9005259 Edm = 0.0586352 NCalls = 278 +VariableMetric: Iteration # 90 - FCN = -719361.0232475 Edm = 0.0939506 NCalls = 281 +VariableMetric: Iteration # 91 - FCN = -719361.0877215 Edm = 0.0567151 NCalls = 284 +VariableMetric: Iteration # 92 - FCN = -719361.1514959 Edm = 0.00397233 NCalls = 286 +VariableMetric: Iteration # 93 - FCN = -719361.1551554 Edm = 0.000133546 NCalls = 288 +VariableMetric: Iteration # 94 - FCN = -719361.1553079 Edm = 2.98213e-05 NCalls = 290 +VariableMetric: After Hessian - FCN = -719361.1553079 Edm = 17.1715 NCalls = 647 +VariableMetric: Iteration # 95 - FCN = -719361.1553079 Edm = 17.1715 NCalls = 647 +VariableMetric: Iteration # 96 - FCN = -719379.8468032 Edm = 1.12058 NCalls = 649 +VariableMetric: Iteration # 97 - FCN = -719380.4954148 Edm = 0.576665 NCalls = 660 +VariableMetric: Iteration # 98 - FCN = -719380.943212 Edm = 0.681947 NCalls = 661 +VariableMetric: Iteration # 99 - FCN = -719380.9994976 Edm = 1.09552 NCalls = 663 +VariableMetric: Iteration # 100 - FCN = -719382.1630128 Edm = 2.61545 NCalls = 666 +VariableMetric: Iteration # 101 - FCN = -719382.4145962 Edm = 1.06816 NCalls = 669 +VariableMetric: Iteration # 102 - FCN = -719383.0270637 Edm = 1.33234 NCalls = 674 +VariableMetric: Iteration # 103 - FCN = -719383.9718186 Edm = 3.03558 NCalls = 676 +VariableMetric: Iteration # 104 - FCN = -719385.0690359 Edm = 1.1188 NCalls = 680 +VariableMetric: Iteration # 105 - FCN = -719393.9000356 Edm = 0.664215 NCalls = 685 +VariableMetric: Iteration # 106 - FCN = -719394.1558386 Edm = 0.73737 NCalls = 687 +VariableMetric: Iteration # 107 - FCN = -719394.4375073 Edm = 0.083928 NCalls = 689 +VariableMetric: Iteration # 108 - FCN = -719394.5038917 Edm = 0.043921 NCalls = 690 +VariableMetric: Iteration # 109 - FCN = -719394.5676869 Edm = 0.0315974 NCalls = 692 +VariableMetric: Iteration # 110 - FCN = -719394.6823406 Edm = 0.105686 NCalls = 694 +VariableMetric: Iteration # 111 - FCN = -719394.8845144 Edm = 0.0903225 NCalls = 697 +VariableMetric: Iteration # 112 - FCN = -719394.9885622 Edm = 0.120551 NCalls = 700 +VariableMetric: Iteration # 113 - FCN = -719395.0848708 Edm = 0.0919142 NCalls = 702 +VariableMetric: Iteration # 114 - FCN = -719395.2715427 Edm = 0.165738 NCalls = 707 +VariableMetric: Iteration # 115 - FCN = -719395.4239811 Edm = 0.112557 NCalls = 710 +VariableMetric: Iteration # 116 - FCN = -719395.5070999 Edm = 0.0639976 NCalls = 712 +VariableMetric: Iteration # 117 - FCN = -719395.5779733 Edm = 0.0240595 NCalls = 714 +VariableMetric: Iteration # 118 - FCN = -719395.6195201 Edm = 0.00910552 NCalls = 716 +VariableMetric: Iteration # 119 - FCN = -719395.635777 Edm = 0.0193247 NCalls = 718 +VariableMetric: Iteration # 120 - FCN = -719395.6544475 Edm = 0.0123332 NCalls = 721 +VariableMetric: Iteration # 121 - FCN = -719395.6708094 Edm = 0.018281 NCalls = 724 +VariableMetric: Iteration # 122 - FCN = -719395.6908723 Edm = 0.00546682 NCalls = 727 +VariableMetric: Iteration # 123 - FCN = -719395.6990528 Edm = 0.00158292 NCalls = 730 +VariableMetric: Iteration # 124 - FCN = -719395.702967 Edm = 0.00102816 NCalls = 733 +VariableMetric: Iteration # 125 - FCN = -719395.7048616 Edm = 0.0012771 NCalls = 736 +VariableMetric: Iteration # 126 - FCN = -719395.7062443 Edm = 0.000413017 NCalls = 738 +VariableMetric: Iteration # 127 - FCN = -719395.706986 Edm = 0.000194226 NCalls = 740 +VariableMetric: Iteration # 128 - FCN = -719395.7074997 Edm = 0.000221384 NCalls = 742 +VariableMetric: Iteration # 129 - FCN = -719395.7079493 Edm = 7.17952e-05 NCalls = 744 +VariableMetric: Iteration # 130 - FCN = -719395.7080856 Edm = 1.9686e-05 NCalls = 746 +VariableMetric: After Hessian - FCN = -719395.7080856 Edm = 0.000191688 NCalls = 1123 +VariableMetric: Iteration # 131 - FCN = -719395.7080856 Edm = 0.000191688 NCalls = 1123 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714616.356165 Edm = 5.24033 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714616.356165 Edm = 5.24033 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717168.1251975 Edm = 2.25107 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -717215.2505472 Edm = 1.28134 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -717504.8320705 Edm = 29.4865 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -717542.8889096 Edm = 0.051163 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -717542.9729526 Edm = 0.0199325 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -717545.9193561 Edm = 2.71667 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -717789.3396728 Edm = 9.17985 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -717802.0350317 Edm = 1.35617 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -717803.8814898 Edm = 0.0406832 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -717803.9439844 Edm = 0.0149771 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -717805.3050118 Edm = 1.22761 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -717881.92771 Edm = 28.7957 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -717914.5400721 Edm = 0.786048 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -717915.3645355 Edm = 0.0586883 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -717915.5799334 Edm = 0.258441 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -717923.9968532 Edm = 6.04992 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -717963.4195138 Edm = 1.82879 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -717965.3382273 Edm = 0.111538 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -717965.4671637 Edm = 0.00480489 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -717965.4948591 Edm = 0.0281469 NCalls = 66 +VariableMetric: Iteration # 21 - FCN = -717969.5313314 Edm = 3.61027 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -718027.5183979 Edm = 6.13268 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -718032.7924156 Edm = 0.311897 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -718033.1646676 Edm = 0.0103006 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -718033.1903721 Edm = 0.00934523 NCalls = 82 +VariableMetric: Iteration # 26 - FCN = -718033.3876524 Edm = 0.148656 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -718035.7542609 Edm = 1.80332 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -718086.9127572 Edm = 26.6906 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -718128.2074652 Edm = 9.74657 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -718138.7340149 Edm = 2.60232 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -718144.1678939 Edm = 4.00062 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -718146.3034087 Edm = 0.410596 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -718146.5481868 Edm = 0.0665655 NCalls = 105 +VariableMetric: Iteration # 34 - FCN = -718146.6210773 Edm = 0.016697 NCalls = 107 +VariableMetric: Iteration # 35 - FCN = -718146.7627836 Edm = 0.12271 NCalls = 110 +VariableMetric: Iteration # 36 - FCN = -718155.4770687 Edm = 7.88208 NCalls = 115 +VariableMetric: Iteration # 37 - FCN = -718324.2075175 Edm = 390.376 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -718337.7656262 Edm = 68.7037 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -718421.9835476 Edm = 18.7554 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -718443.7416833 Edm = 1.37007 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -718445.1124784 Edm = 2.33756 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -718448.9392696 Edm = 5.63407 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -718459.2994334 Edm = 9.92608 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -718460.3495653 Edm = 2.23835 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -718472.8865445 Edm = 15.3521 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -718494.1831211 Edm = 7.49903 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -718506.9782967 Edm = 3.33672 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -718508.7408546 Edm = 0.223922 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -718509.0213123 Edm = 0.0231317 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -718509.082599 Edm = 0.0140489 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -718509.1460584 Edm = 0.0234195 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -718510.959309 Edm = 2.01572 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -718511.1802696 Edm = 0.203602 NCalls = 171 +VariableMetric: Iteration # 54 - FCN = -718519.6194233 Edm = 7.97961 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -718774.2339174 Edm = 89.4896 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -718917.5679183 Edm = 69.1401 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -718960.0780243 Edm = 46.5989 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -718999.6467575 Edm = 27.3168 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -719064.469163 Edm = 116.804 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -719176.1608644 Edm = 162.114 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -719214.2951235 Edm = 97.9872 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -719267.0979399 Edm = 46.1175 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -719312.8428661 Edm = 9.02263 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -719329.1681982 Edm = 3.68643 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -719333.5840821 Edm = 0.536994 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -719334.1542677 Edm = 0.297081 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -719337.2171459 Edm = 2.20329 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -719337.3794612 Edm = 0.63661 NCalls = 219 +VariableMetric: Iteration # 69 - FCN = -719343.5090437 Edm = 2.43465 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -719347.0120077 Edm = 1.7839 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -719349.5034827 Edm = 2.61713 NCalls = 229 +VariableMetric: Iteration # 72 - FCN = -719357.7131536 Edm = 9.97753 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -719368.5642834 Edm = 10.4798 NCalls = 239 +VariableMetric: Iteration # 74 - FCN = -719370.9689871 Edm = 1.91406 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -719373.5677817 Edm = 0.433275 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -719373.8873959 Edm = 0.0135531 NCalls = 245 +VariableMetric: Iteration # 77 - FCN = -719373.9039093 Edm = 0.00286444 NCalls = 247 +VariableMetric: Iteration # 78 - FCN = -719373.9131274 Edm = 0.00371469 NCalls = 249 +VariableMetric: Iteration # 79 - FCN = -719373.9470201 Edm = 0.0239083 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -719374.5992052 Edm = 0.536051 NCalls = 256 +VariableMetric: Iteration # 81 - FCN = -719383.3209417 Edm = 4.0972 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -719393.527187 Edm = 0.748495 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -719394.3284897 Edm = 0.034513 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -719394.3612621 Edm = 0.00134375 NCalls = 264 +VariableMetric: Iteration # 85 - FCN = -719394.362895 Edm = 0.00059482 NCalls = 266 +VariableMetric: Iteration # 86 - FCN = -719394.3658327 Edm = 0.00260356 NCalls = 269 +VariableMetric: Iteration # 87 - FCN = -719394.8435551 Edm = 0.199766 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -719397.2341968 Edm = 1.21714 NCalls = 278 +VariableMetric: Iteration # 89 - FCN = -719399.9190361 Edm = 0.0526543 NCalls = 280 +VariableMetric: Iteration # 90 - FCN = -719399.9717766 Edm = 0.00119665 NCalls = 281 +VariableMetric: Iteration # 91 - FCN = -719399.9733561 Edm = 0.000139407 NCalls = 283 +VariableMetric: Iteration # 92 - FCN = -719399.9736652 Edm = 0.000113061 NCalls = 285 +VariableMetric: Iteration # 93 - FCN = -719399.9750597 Edm = 0.00121439 NCalls = 288 +VariableMetric: Iteration # 94 - FCN = -719399.9995787 Edm = 0.0239124 NCalls = 292 +VariableMetric: Iteration # 95 - FCN = -719401.1481744 Edm = 0.641175 NCalls = 299 +VariableMetric: Iteration # 96 - FCN = -719402.6410145 Edm = 0.0261907 NCalls = 301 +VariableMetric: Iteration # 97 - FCN = -719402.6669739 Edm = 0.000890497 NCalls = 302 +VariableMetric: Iteration # 98 - FCN = -719402.6678128 Edm = 7.90392e-05 NCalls = 303 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713454.740594 Edm = 7.99282 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713454.740594 Edm = 7.99282 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717336.3969081 Edm = 0.925959 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717343.0066481 Edm = 0.910418 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -717455.2725994 Edm = 81.6926 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -717714.6261664 Edm = 0.265152 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -717714.9846385 Edm = 0.0676527 NCalls = 18 +VariableMetric: Iteration # 6 - FCN = -717719.3526136 Edm = 4.3047 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -717739.7033707 Edm = 9.29175 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -717754.2663187 Edm = 0.07823 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -717754.4343946 Edm = 0.100255 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -717825.5743546 Edm = 6.56876 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -717949.3887494 Edm = 6.63573 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -717957.6426588 Edm = 0.327383 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -717958.0467654 Edm = 0.0468585 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -717958.1124977 Edm = 0.0168027 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -717963.4708603 Edm = 5.48664 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -718182.7918258 Edm = 88.3663 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -718298.9360356 Edm = 4.51823 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -718302.1622043 Edm = 1.22896 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -718302.7290614 Edm = 0.0350109 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -718302.897532 Edm = 0.120531 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -718304.3585123 Edm = 0.671752 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -718333.9799065 Edm = 18.1039 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -718414.909856 Edm = 2.07066 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -718417.0888222 Edm = 0.15702 NCalls = 79 +VariableMetric: Iteration # 25 - FCN = -718417.2842739 Edm = 0.0384874 NCalls = 81 +VariableMetric: Iteration # 26 - FCN = -718417.3911265 Edm = 0.00956588 NCalls = 84 +VariableMetric: Iteration # 27 - FCN = -718417.4173703 Edm = 0.00419486 NCalls = 86 +VariableMetric: Iteration # 28 - FCN = -718417.4471365 Edm = 0.0230668 NCalls = 89 +VariableMetric: Iteration # 29 - FCN = -718421.3489055 Edm = 3.32162 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -718448.2796512 Edm = 46.0447 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -718476.9235537 Edm = 4.70262 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -718481.519014 Edm = 0.343381 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -718482.0870681 Edm = 0.111771 NCalls = 106 +VariableMetric: Iteration # 34 - FCN = -718482.3189952 Edm = 0.0119735 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -718482.3381924 Edm = 0.00433878 NCalls = 111 +VariableMetric: Iteration # 36 - FCN = -718482.365603 Edm = 0.0184787 NCalls = 114 +VariableMetric: Iteration # 37 - FCN = -718482.8090374 Edm = 0.407425 NCalls = 118 +VariableMetric: Iteration # 38 - FCN = -718501.3426586 Edm = 31.7163 NCalls = 122 +VariableMetric: Iteration # 39 - FCN = -718507.0321659 Edm = 6.23121 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -718530.0472184 Edm = 13.8817 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -718530.6367964 Edm = 0.997137 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -718543.6587839 Edm = 9.22466 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -718566.0928482 Edm = 1.06818 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -718567.7740042 Edm = 0.415619 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -718568.8188272 Edm = 0.184473 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -718569.0161041 Edm = 0.0484294 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -718569.0521498 Edm = 0.0122626 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -718569.0655472 Edm = 0.00675596 NCalls = 154 +VariableMetric: Iteration # 49 - FCN = -718569.088496 Edm = 0.0157888 NCalls = 157 +VariableMetric: Iteration # 50 - FCN = -718572.3833201 Edm = 2.8454 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -718839.6502627 Edm = 422.529 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -718866.3043766 Edm = 38.7324 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -719008.6777823 Edm = 115.164 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -719219.9688033 Edm = 28.6665 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -719260.6324805 Edm = 23.8615 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -719286.6007109 Edm = 6.45028 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -719298.756201 Edm = 6.58121 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -719301.8310614 Edm = 3.78147 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -719307.1347393 Edm = 2.73513 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -719310.4692532 Edm = 1.45492 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -719311.7011528 Edm = 0.104298 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -719311.7835052 Edm = 0.0166281 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -719311.8227069 Edm = 0.0169543 NCalls = 201 +VariableMetric: Iteration # 64 - FCN = -719311.91942 Edm = 0.0845737 NCalls = 204 +VariableMetric: Iteration # 65 - FCN = -719313.0040188 Edm = 0.881977 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -719333.2604508 Edm = 20.7458 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -719357.6144604 Edm = 16.4954 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -719381.970952 Edm = 2.55731 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -719385.5575644 Edm = 0.113697 NCalls = 222 +VariableMetric: Iteration # 70 - FCN = -719385.716324 Edm = 0.0317064 NCalls = 224 +VariableMetric: Iteration # 71 - FCN = -719385.7600537 Edm = 0.00468065 NCalls = 226 +VariableMetric: Iteration # 72 - FCN = -719385.7665804 Edm = 0.00170799 NCalls = 228 +VariableMetric: Iteration # 73 - FCN = -719385.7727649 Edm = 0.00527517 NCalls = 230 +VariableMetric: Iteration # 74 - FCN = -719385.9106559 Edm = 0.10479 NCalls = 235 +VariableMetric: Iteration # 75 - FCN = -719387.636443 Edm = 1.17885 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -719395.5201741 Edm = 3.10336 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -719404.2587821 Edm = 2.0987 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -719407.1612509 Edm = 0.407482 NCalls = 247 +VariableMetric: Iteration # 79 - FCN = -719407.6736322 Edm = 0.116903 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -719407.9353115 Edm = 0.0582117 NCalls = 253 +VariableMetric: Iteration # 81 - FCN = -719408.121117 Edm = 0.23589 NCalls = 257 +VariableMetric: Iteration # 82 - FCN = -719408.8012335 Edm = 0.230646 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -719408.819147 Edm = 0.0361548 NCalls = 264 +VariableMetric: Iteration # 84 - FCN = -719408.8971833 Edm = 0.0662991 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -719409.3438197 Edm = 0.131739 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -719409.5680114 Edm = 0.00494655 NCalls = 274 +VariableMetric: Iteration # 87 - FCN = -719409.573393 Edm = 0.000573739 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -719409.5746058 Edm = 0.000686234 NCalls = 278 +VariableMetric: Iteration # 89 - FCN = -719409.5923708 Edm = 0.0168012 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -719410.5964417 Edm = 0.838929 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -719415.4245112 Edm = 0.962979 NCalls = 290 +VariableMetric: Iteration # 92 - FCN = -719416.6974977 Edm = 0.0290227 NCalls = 292 +VariableMetric: Iteration # 93 - FCN = -719416.726447 Edm = 0.00041308 NCalls = 294 +VariableMetric: Iteration # 94 - FCN = -719416.7269195 Edm = 4.85388e-05 NCalls = 296 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712149.2534496 Edm = 3.00962 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712149.2534496 Edm = 3.00962 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717680.9142846 Edm = 61.9609 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -717701.3597949 Edm = 115.876 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -717723.5001258 Edm = 19.8833 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -718346.8106763 Edm = 45.0747 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -718397.9925052 Edm = 1.08046 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -718399.4508123 Edm = 0.817687 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -718463.7127141 Edm = 55.4376 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -718794.4817999 Edm = 74.9283 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -718850.3634177 Edm = 0.389447 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -718850.8816273 Edm = 0.187948 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -718851.9047964 Edm = 0.938019 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -718919.790866 Edm = 66.2022 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -718924.5880531 Edm = 7.97477 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -718925.9193861 Edm = 1.22783 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -718969.6435376 Edm = 32.7022 NCalls = 64 +VariableMetric: Iteration # 16 - FCN = -719246.3973041 Edm = 18.9475 NCalls = 70 +VariableMetric: Iteration # 17 - FCN = -719266.984701 Edm = 6.23185 NCalls = 73 +VariableMetric: Iteration # 18 - FCN = -719279.4187526 Edm = 3.55627 NCalls = 78 +VariableMetric: Iteration # 19 - FCN = -719284.6548235 Edm = 0.668752 NCalls = 80 +VariableMetric: Iteration # 20 - FCN = -719285.6298025 Edm = 0.216627 NCalls = 82 +VariableMetric: Iteration # 21 - FCN = -719285.7638736 Edm = 0.0130752 NCalls = 84 +VariableMetric: Iteration # 22 - FCN = -719285.9713642 Edm = 0.15406 NCalls = 88 +VariableMetric: Iteration # 23 - FCN = -719293.970358 Edm = 4.71688 NCalls = 93 +VariableMetric: Iteration # 24 - FCN = -719320.3267443 Edm = 21.3862 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -719335.8212493 Edm = 1.18448 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -719336.9978735 Edm = 0.0365712 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -719337.0398903 Edm = 0.00955916 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -719337.133976 Edm = 0.075362 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -719360.8507872 Edm = 14.5148 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -719395.7298271 Edm = 1.03893 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -719396.5613705 Edm = 0.140458 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -719396.6994219 Edm = 0.00728801 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -719396.7090869 Edm = 0.00101037 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -719396.7112947 Edm = 0.00178339 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -719396.8415924 Edm = 0.132091 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -719397.4004622 Edm = 0.518043 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -719407.3836041 Edm = 0.0522536 NCalls = 138 +VariableMetric: Iteration # 38 - FCN = -719407.43558 Edm = 0.000946339 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -719407.436675 Edm = 0.000136353 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -719407.4382446 Edm = 0.00142475 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -719407.5876398 Edm = 0.123526 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -719409.7203115 Edm = 0.285862 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -719410.0566639 Edm = 0.00855845 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -719410.0649076 Edm = 0.00026355 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -719410.0659255 Edm = 0.000902975 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -719410.1413067 Edm = 0.0751283 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -719410.1440651 Edm = 0.00247461 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -719411.0936424 Edm = 0.478041 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -719412.6391381 Edm = 0.0395132 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -719412.6728946 Edm = 0.00135137 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -719412.6741274 Edm = 0.000104866 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -719412.6747511 Edm = 0.000507714 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -719412.739098 Edm = 0.0605642 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -719414.5261998 Edm = 0.156546 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -719414.6781503 Edm = 0.00153519 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -719414.6798086 Edm = 4.14553e-05 NCalls = 194 +VariableMetric: After Hessian - FCN = -719414.6798086 Edm = 5.03756 NCalls = 553 +VariableMetric: Iteration # 57 - FCN = -719414.6798086 Edm = 5.03756 NCalls = 553 +VariableMetric: Iteration # 58 - FCN = -719414.8209738 Edm = 8.27459 NCalls = 556 +VariableMetric: Iteration # 59 - FCN = -719420.0929675 Edm = 0.235813 NCalls = 559 +VariableMetric: Iteration # 60 - FCN = -719420.3616635 Edm = 47.2332 NCalls = 561 +VariableMetric: Iteration # 61 - FCN = -719420.3652089 Edm = 89.6145 NCalls = 565 +VariableMetric: Iteration # 62 - FCN = -719420.3717131 Edm = 60.3697 NCalls = 569 +VariableMetric: Iteration # 63 - FCN = -719420.3840617 Edm = 26.163 NCalls = 573 +VariableMetric: Iteration # 64 - FCN = -719420.4158064 Edm = 12.4739 NCalls = 576 +VariableMetric: Iteration # 65 - FCN = -719420.4255333 Edm = 7.03632 NCalls = 579 +VariableMetric: Iteration # 66 - FCN = -719420.4562343 Edm = 23.0797 NCalls = 582 +VariableMetric: Iteration # 67 - FCN = -719420.4869131 Edm = 13.2554 NCalls = 585 +VariableMetric: Iteration # 68 - FCN = -719420.6228857 Edm = 2.48028 NCalls = 587 +VariableMetric: Iteration # 69 - FCN = -719420.6533165 Edm = 2.80465 NCalls = 590 +VariableMetric: Iteration # 70 - FCN = -719420.6838157 Edm = 9.1772 NCalls = 592 +VariableMetric: Iteration # 71 - FCN = -719420.6957058 Edm = 2.38104 NCalls = 594 +VariableMetric: Iteration # 72 - FCN = -719420.720864 Edm = 0.29078 NCalls = 596 +VariableMetric: Iteration # 73 - FCN = -719420.7508985 Edm = 0.168374 NCalls = 598 +VariableMetric: Iteration # 74 - FCN = -719420.775376 Edm = 0.179499 NCalls = 600 +VariableMetric: Iteration # 75 - FCN = -719420.8094873 Edm = 0.356666 NCalls = 602 +VariableMetric: Iteration # 76 - FCN = -719420.8527955 Edm = 0.158419 NCalls = 604 +VariableMetric: Iteration # 77 - FCN = -719420.8762696 Edm = 0.0472674 NCalls = 606 +VariableMetric: Iteration # 78 - FCN = -719420.8941211 Edm = 0.0359302 NCalls = 608 +VariableMetric: Iteration # 79 - FCN = -719420.9158326 Edm = 0.0509802 NCalls = 610 +VariableMetric: Iteration # 80 - FCN = -719420.9312944 Edm = 0.0293986 NCalls = 612 +VariableMetric: Iteration # 81 - FCN = -719420.9420806 Edm = 0.0108932 NCalls = 614 +VariableMetric: Iteration # 82 - FCN = -719420.951264 Edm = 0.00722775 NCalls = 616 +VariableMetric: Iteration # 83 - FCN = -719420.9576759 Edm = 0.000768677 NCalls = 619 +VariableMetric: Iteration # 84 - FCN = -719420.9588184 Edm = 0.000101286 NCalls = 621 +VariableMetric: Iteration # 85 - FCN = -719420.9589624 Edm = 7.74659e-06 NCalls = 623 +VariableMetric: After Hessian - FCN = -719420.9589624 Edm = 8.50457e-06 NCalls = 1000 +VariableMetric: Iteration # 86 - FCN = -719420.9589624 Edm = 8.50457e-06 NCalls = 1000 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.194E+05 | Ncalls=1114 (1114 total) | +| EDM = 8.2E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -719410.8073930573 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.04 | 0.30 | | |0.918861 | 4.08114 | | +| 1 | p4040_s | 0.005 | 0.030 | | |0.00501244| 2.01499 | | +| 2 | p4415_p | 4.52 | 0.26 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 5.94 | 0.22 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -1.96 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 17.3 | 0.9 | | | 14.8182 | 23.5818 | | +| 6 | p4160_p | -1.53 | 0.26 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 5.7 | 1.1 | | | 4.19232 | 9.40768 | | +| 8 | rho_s | 1.41 | 0.30 | | |0.0253049| 2.0747 | | +| 9 | jpsi_p | -1.706 | 0.026 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.13 | 0.29 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.2 | 0.4 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.11 | 0.23 | | | -1.464 | 1.464 | | +| 14| p3770_p | -1.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| rho_p | -0.20 | 0.21 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1367.8 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.27 | 0.30 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.5 | 0.6 | | | -0.5 | 0.5 | | +| 19| p4040_p | -6 | 10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_s p4415_p phi_p psi2s_p phi_s p4160_p omega_s rho_s jpsi_p omega_p p4415_s jpsi_s Dbar_s p3770_p rho_p psi2s_s p4160_s Ctt p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.271 0.683 -0.067 0.804 -0.099 0.786 0.072 -0.307 -0.707 -0.022 -0.758 0.450 0.797 0.782 0.044 -0.223 -0.733 -0.820 -0.100 | +| p4040_s | 0.271 1.000 0.282 -0.027 0.331 -0.040 0.321 0.029 -0.123 -0.286 -0.009 -0.308 0.184 0.329 0.328 0.021 -0.090 -0.288 -0.336 -0.396 | +| p4415_p | 0.683 0.282 1.000 -0.067 0.821 -0.099 0.823 0.072 -0.301 -0.696 -0.021 -0.786 0.452 0.803 0.809 0.058 -0.219 -0.801 -0.830 -0.099 | +| phi_p | -0.067 -0.027 -0.067 1.000 -0.081 0.637 -0.078 -0.019 0.062 0.053 0.020 0.074 -0.036 -0.078 -0.077 0.076 0.014 0.072 0.080 0.010 | +| psi2s_p | 0.804 0.331 0.821 -0.081 1.000 -0.119 0.950 0.083 -0.359 -0.825 -0.026 -0.931 0.535 0.983 0.966 0.057 -0.263 -0.914 -0.986 -0.116 | +| phi_s | -0.099 -0.040 -0.099 0.637 -0.119 1.000 -0.116 0.017 0.097 0.091 0.034 0.112 -0.069 -0.117 -0.116 0.161 0.034 0.110 0.120 0.015 | +| p4160_p | 0.786 0.321 0.823 -0.078 0.950 -0.116 1.000 0.084 -0.352 -0.809 -0.025 -0.881 0.528 0.946 0.937 0.061 -0.258 -0.882 -0.962 -0.108 | +| omega_s | 0.072 0.029 0.072 -0.019 0.083 0.017 0.084 1.000 -0.350 -0.091 0.546 -0.082 0.048 0.086 0.084 0.176 -0.023 -0.080 -0.088 -0.010 | +| rho_s | -0.307 -0.123 -0.301 0.062 -0.359 0.097 -0.352 -0.350 1.000 0.331 0.061 0.344 -0.185 -0.358 -0.353 0.122 0.082 0.335 0.369 0.045 | +| jpsi_p | -0.707 -0.286 -0.696 0.053 -0.825 0.091 -0.809 -0.091 0.331 1.000 0.014 0.773 -0.477 -0.819 -0.809 -0.062 0.237 0.755 0.840 0.107 | +| omega_p | -0.022 -0.009 -0.021 0.020 -0.026 0.034 -0.025 0.546 0.061 0.014 1.000 0.023 -0.009 -0.025 -0.025 -0.069 0.002 0.022 0.026 0.004 | +| p4415_s | -0.758 -0.308 -0.786 0.074 -0.931 0.112 -0.881 -0.082 0.344 0.773 0.023 1.000 -0.519 -0.943 -0.912 -0.058 0.255 0.881 0.939 0.106 | +| jpsi_s | 0.450 0.184 0.452 -0.036 0.535 -0.069 0.528 0.048 -0.185 -0.477 -0.009 -0.519 1.000 0.529 0.529 0.072 -0.686 -0.508 -0.550 -0.066 | +| Dbar_s | 0.797 0.329 0.803 -0.078 0.983 -0.117 0.946 0.086 -0.358 -0.819 -0.025 -0.943 0.529 1.000 0.967 0.061 -0.255 -0.931 -0.992 -0.112 | +| p3770_p | 0.782 0.328 0.809 -0.077 0.966 -0.116 0.937 0.084 -0.353 -0.809 -0.025 -0.912 0.529 0.967 1.000 0.061 -0.263 -0.892 -0.972 -0.119 | +| rho_p | 0.044 0.021 0.058 0.076 0.057 0.161 0.061 0.176 0.122 -0.062 -0.069 -0.058 0.072 0.061 0.061 1.000 -0.050 -0.059 -0.059 -0.007 | +| psi2s_s | -0.223 -0.090 -0.219 0.014 -0.263 0.034 -0.258 -0.023 0.082 0.237 0.002 0.255 -0.686 -0.255 -0.263 -0.050 1.000 0.250 0.268 0.032 | +| p4160_s | -0.733 -0.288 -0.801 0.072 -0.914 0.110 -0.882 -0.080 0.335 0.755 0.022 0.881 -0.508 -0.931 -0.892 -0.059 0.250 1.000 0.922 0.096 | +| Ctt | -0.820 -0.336 -0.830 0.080 -0.986 0.120 -0.962 -0.088 0.369 0.840 0.026 0.939 -0.550 -0.992 -0.972 -0.059 0.268 0.922 1.000 0.120 | +| p4040_p | -0.100 -0.396 -0.099 0.010 -0.116 0.015 -0.108 -0.010 0.045 0.107 0.004 0.106 -0.066 -0.112 -0.119 -0.007 0.032 0.096 0.120 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.3012962659195415}), (, {'error': 0.02985403990163171}), (, {'error': 0.26461297483074375}), (, {'error': 0.222722361805328}), (, {'error': 0.12196583059417687}), (, {'error': 0.9152839387874128}), (, {'error': 0.25592223031597117}), (, {'error': 1.084096281647105}), (, {'error': 0.3019493305040284}), (, {'error': 0.026479658235431636}), (, {'error': 0.29012033344738164}), (, {'error': 0.413588084758257}), (, {'error': 20.296850452637955}), (, {'error': 0.23046400054149274}), (, {'error': 0.42908513798373127}), (, {'error': 0.2102693260708075}), (, {'error': 1.464664195508817}), (, {'error': 0.30422336922423376}), (, {'error': 0.5841682416321075}), (, {'error': 10.226712494168638})]) +Toy 1/10 +Time taken: 1 h, 39 min +Projected time left: 14 h, 59 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.194E+05 | Ncalls=1041 (1041 total) | +| EDM = 6.23E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -719421.2676106868 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.35 | 0.21 | | |0.918861 | 4.08114 | | +| 1 | p4040_s | 0.76 | 0.18 | | |0.00501244| 2.01499 | | +| 2 | p4415_p | -2.02 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -5.75 | 0.24 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.103 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 20.1 | 1.1 | | | 14.8182 | 23.5818 | | +| 6 | p4160_p | -1.89 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 5.7 | 1.3 | | | 4.19232 | 9.40768 | | +| 8 | rho_s | 1.38 | 0.32 | | |0.0253049| 2.0747 | | +| 9 | jpsi_p | 4.767 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.22 | 0.34 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.24 | 0.18 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.03 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | 3.89 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| rho_p | 6.12 | 0.22 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1373.8 | 1.6 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.14 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.19 | 0.14 | | | -0.5 | 0.5 | | +| 19| p4040_p | -2.70 | 0.24 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_s p4415_p phi_p psi2s_p phi_s p4160_p omega_s rho_s jpsi_p omega_p p4415_s jpsi_s Dbar_s p3770_p rho_p psi2s_s p4160_s Ctt p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.185 -0.012 0.006 -0.316 0.003 -0.090 0.004 -0.020 0.003 -0.002 0.085 0.015 -0.223 -0.218 -0.015 -0.032 0.079 0.076 -0.003 | +| p4040_s | 0.185 1.000 -0.220 0.005 -0.003 0.001 -0.457 0.001 -0.009 0.074 -0.001 0.071 -0.001 -0.339 -0.280 -0.030 -0.002 -0.180 0.521 -0.215 | +| p4415_p | -0.012 -0.220 1.000 -0.003 -0.013 -0.001 0.294 -0.000 0.000 -0.068 -0.001 -0.107 0.009 -0.080 0.110 0.019 -0.010 -0.130 -0.200 0.077 | +| phi_p | 0.006 0.005 -0.003 1.000 -0.002 0.714 -0.004 -0.076 0.024 -0.048 -0.017 -0.004 -0.019 -0.006 -0.007 -0.181 0.015 -0.003 -0.010 -0.004 | +| psi2s_p | -0.316 -0.003 -0.013 -0.002 1.000 -0.007 0.006 -0.005 -0.022 -0.027 -0.010 -0.156 0.057 0.087 -0.169 -0.035 -0.058 -0.225 -0.046 -0.280 | +| phi_s | 0.003 0.001 -0.001 0.714 -0.007 1.000 -0.002 -0.012 -0.012 -0.037 0.018 -0.000 -0.029 -0.003 -0.003 -0.062 0.022 0.001 -0.006 0.000 | +| p4160_p | -0.090 -0.457 0.294 -0.004 0.006 -0.002 1.000 -0.001 -0.001 -0.086 -0.002 0.014 0.016 0.216 0.272 0.023 -0.015 -0.095 -0.484 -0.046 | +| omega_s | 0.004 0.001 -0.000 -0.076 -0.005 -0.012 -0.001 1.000 -0.421 -0.040 0.650 0.001 -0.002 -0.008 -0.004 0.103 0.001 0.002 -0.007 0.003 | +| rho_s | -0.020 -0.009 0.000 0.024 -0.022 -0.012 -0.001 -0.421 1.000 0.066 0.008 -0.004 0.016 0.035 0.009 0.113 -0.011 -0.011 0.026 -0.014 | +| jpsi_p | 0.003 0.074 -0.068 -0.048 -0.027 -0.037 -0.086 -0.040 0.066 1.000 -0.018 -0.070 -0.055 0.104 -0.071 -0.004 0.049 -0.109 0.101 -0.167 | +| omega_p | -0.002 -0.001 -0.001 -0.017 -0.010 0.018 -0.002 0.650 0.008 -0.018 1.000 -0.004 0.007 0.005 -0.001 -0.048 -0.005 -0.004 0.000 -0.005 | +| p4415_s | 0.085 0.071 -0.107 -0.004 -0.156 -0.000 0.014 0.001 -0.004 -0.070 -0.004 1.000 -0.007 -0.514 -0.217 -0.012 0.004 0.360 0.405 0.207 | +| jpsi_s | 0.015 -0.001 0.009 -0.019 0.057 -0.029 0.016 -0.002 0.016 -0.055 0.007 -0.007 1.000 -0.091 -0.012 0.040 -0.721 0.006 -0.034 0.023 | +| Dbar_s | -0.223 -0.339 -0.080 -0.006 0.087 -0.003 0.216 -0.008 0.035 0.104 0.005 -0.514 -0.091 1.000 0.453 0.025 0.075 -0.524 -0.751 -0.290 | +| p3770_p | -0.218 -0.280 0.110 -0.007 -0.169 -0.003 0.272 -0.004 0.009 -0.071 -0.001 -0.217 -0.012 0.453 1.000 0.019 0.008 -0.133 -0.543 0.083 | +| rho_p | -0.015 -0.030 0.019 -0.181 -0.035 -0.062 0.023 0.103 0.113 -0.004 -0.048 -0.012 0.040 0.025 0.019 1.000 -0.030 -0.010 -0.016 0.001 | +| psi2s_s | -0.032 -0.002 -0.010 0.015 -0.058 0.022 -0.015 0.001 -0.011 0.049 -0.005 0.004 -0.721 0.075 0.008 -0.030 1.000 -0.008 0.036 -0.024 | +| p4160_s | 0.079 -0.180 -0.130 -0.003 -0.225 0.001 -0.095 0.002 -0.011 -0.109 -0.004 0.360 0.006 -0.524 -0.133 -0.010 -0.008 1.000 0.288 0.459 | +| Ctt | 0.076 0.521 -0.200 -0.010 -0.046 -0.006 -0.484 -0.007 0.026 0.101 0.000 0.405 -0.034 -0.751 -0.543 -0.016 0.036 0.288 1.000 -0.061 | +| p4040_p | -0.003 -0.215 0.077 -0.004 -0.280 0.000 -0.046 0.003 -0.014 -0.167 -0.005 0.207 0.023 -0.290 0.083 0.001 -0.024 0.459 -0.061 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21064882524541528}), (, {'error': 0.17872879805883585}), (, {'error': 0.167933915052092}), (, {'error': 0.23696129491043116}), (, {'error': 0.029051888043603924}), (, {'error': 1.0598400950760514}), (, {'error': 0.09871338305130672}), (, {'error': 1.3045844048128261}), (, {'error': 0.3155198192179739}), (, {'error': 0.01634276679947977}), (, {'error': 0.3440690906307551}), (, {'error': 0.1821275065345076}), (, {'error': 26.967816734791086}), (, {'error': 0.0581783102444029}), (, {'error': 0.12275347599011877}), (, {'error': 0.21805863058556696}), (, {'error': 1.6117885710777955}), (, {'error': 0.17163504384286665}), (, {'error': 0.13568471974832352}), (, {'error': 0.24290846618458706})]) +Toy 2/10 +Time taken: 3 h, 13 min +Projected time left: 12 h, 54 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.194E+05 | Ncalls=765 (765 total) | +| EDM = 8.19E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -719420.5176016602 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.39 | 0.21 | | |0.918861 | 4.08114 | | +| 1 | p4040_s | 0.79 | 0.18 | | |0.00501244| 2.01499 | | +| 2 | p4415_p | 4.10 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.68 | 0.24 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.512 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 20.1 | 1.0 | | | 14.8182 | 23.5818 | | +| 6 | p4160_p | -2.09 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 9.4 | 0.8 | | | 4.19232 | 9.40768 | | +| 8 | rho_s | 1.5 | 0.4 | | |0.0253049| 2.0747 | | +| 9 | jpsi_p | -4.658 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 1.32 | 0.23 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.25 | 0.18 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.027 | 0.061 | | | -1.464 | 1.464 | | +| 14| p3770_p | 3.53 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| rho_p | 0.04 | 0.25 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1373.0 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.17 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.17 | 0.13 | | | -0.5 | 0.5 | | +| 19| p4040_p | -2.93 | 0.24 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_s p4415_p phi_p psi2s_p phi_s p4160_p omega_s rho_s jpsi_p omega_p p4415_s jpsi_s Dbar_s p3770_p rho_p psi2s_s p4160_s Ctt p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.155 -0.005 0.010 -0.360 0.004 -0.070 0.000 -0.022 -0.015 -0.010 0.058 0.014 -0.159 -0.197 -0.017 -0.031 0.059 0.009 -0.011 | +| p4040_s | 0.155 1.000 -0.224 0.016 0.094 0.004 -0.476 0.000 -0.020 -0.006 -0.005 0.089 0.006 -0.389 -0.276 -0.043 -0.008 -0.162 0.536 -0.229 | +| p4415_p | -0.005 -0.224 1.000 -0.009 -0.090 -0.002 0.292 0.000 0.005 -0.010 -0.002 -0.115 0.005 -0.037 0.107 0.026 -0.006 -0.133 -0.216 0.080 | +| phi_p | 0.010 0.016 -0.009 1.000 0.007 0.691 -0.013 0.013 -0.024 0.008 0.046 0.001 -0.021 -0.015 -0.015 -0.244 0.015 0.001 0.002 -0.005 | +| psi2s_p | -0.360 0.094 -0.090 0.007 1.000 -0.005 -0.116 0.004 -0.026 0.117 -0.011 -0.110 0.025 -0.004 -0.260 -0.055 -0.026 -0.227 0.187 -0.363 | +| phi_s | 0.004 0.004 -0.002 0.691 -0.005 1.000 -0.004 0.000 -0.019 -0.014 0.033 0.002 -0.026 -0.006 -0.005 -0.065 0.019 0.002 -0.002 0.000 | +| p4160_p | -0.070 -0.476 0.292 -0.013 -0.116 -0.004 1.000 0.001 0.008 0.022 -0.001 -0.012 0.005 0.289 0.276 0.032 -0.005 -0.114 -0.513 -0.035 | +| omega_s | 0.000 0.000 0.000 0.013 0.004 0.000 0.001 1.000 -0.106 0.011 -0.365 0.000 0.002 -0.001 0.001 -0.030 -0.002 0.000 -0.000 0.001 | +| rho_s | -0.022 -0.020 0.005 -0.024 -0.026 -0.019 0.008 -0.106 1.000 -0.070 0.714 -0.011 0.021 0.042 0.018 0.218 -0.014 -0.016 0.010 -0.013 | +| jpsi_p | -0.015 -0.006 -0.010 0.008 0.117 -0.014 0.022 0.011 -0.070 1.000 -0.037 -0.163 0.030 0.118 -0.025 -0.117 -0.016 -0.184 -0.139 -0.174 | +| omega_p | -0.010 -0.005 -0.002 0.046 -0.011 0.033 -0.001 -0.365 0.714 -0.037 1.000 -0.008 0.013 0.021 0.004 0.085 -0.009 -0.012 0.008 -0.014 | +| p4415_s | 0.058 0.089 -0.115 0.001 -0.110 0.002 -0.012 0.000 -0.011 -0.163 -0.008 1.000 -0.002 -0.521 -0.219 -0.019 -0.000 0.361 0.405 0.189 | +| jpsi_s | 0.014 0.006 0.005 -0.021 0.025 -0.026 0.005 0.002 0.021 0.030 0.013 -0.002 1.000 -0.079 -0.020 0.046 -0.672 0.009 -0.021 0.018 | +| Dbar_s | -0.159 -0.389 -0.037 -0.015 -0.004 -0.006 0.289 -0.001 0.042 0.118 0.021 -0.521 -0.079 1.000 0.467 0.038 0.062 -0.515 -0.784 -0.224 | +| p3770_p | -0.197 -0.276 0.107 -0.015 -0.260 -0.005 0.276 0.001 0.018 -0.025 0.004 -0.219 -0.020 0.467 1.000 0.027 0.015 -0.137 -0.514 0.091 | +| rho_p | -0.017 -0.043 0.026 -0.244 -0.055 -0.065 0.032 -0.030 0.218 -0.117 0.085 -0.019 0.046 0.038 0.027 1.000 -0.033 -0.015 -0.029 0.003 | +| psi2s_s | -0.031 -0.008 -0.006 0.015 -0.026 0.019 -0.005 -0.002 -0.014 -0.016 -0.009 -0.000 -0.672 0.062 0.015 -0.033 1.000 -0.010 0.023 -0.018 | +| p4160_s | 0.059 -0.162 -0.133 0.001 -0.227 0.002 -0.114 0.000 -0.016 -0.184 -0.012 0.361 0.009 -0.515 -0.137 -0.015 -0.010 1.000 0.277 0.450 | +| Ctt | 0.009 0.536 -0.216 0.002 0.187 -0.002 -0.513 -0.000 0.010 -0.139 0.008 0.405 -0.021 -0.784 -0.514 -0.029 0.023 0.277 1.000 -0.106 | +| p4040_p | -0.011 -0.229 0.080 -0.005 -0.363 0.000 -0.035 0.001 -0.013 -0.174 -0.014 0.189 0.018 -0.224 0.091 0.003 -0.018 0.450 -0.106 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21139125232618583}), (, {'error': 0.18235130701590935}), (, {'error': 0.16563707198843325}), (, {'error': 0.2361337062648987}), (, {'error': 0.02943257594723292}), (, {'error': 1.0323615184284627}), (, {'error': 0.09950351634327426}), (, {'error': 0.8320651869385731}), (, {'error': 0.35256581638659423}), (, {'error': 0.01610637213237487}), (, {'error': 0.2254733450013453}), (, {'error': 0.18357959060377615}), (, {'error': 24.10416032300236}), (, {'error': 0.060693195624962004}), (, {'error': 0.12010081197418643}), (, {'error': 0.24585684904467708}), (, {'error': 1.506611146163209}), (, {'error': 0.17333802353350936}), (, {'error': 0.1322131867191789}), (, {'error': 0.23818547404827783})]) +Toy 3/10 +Time taken: 4 h, 32 min +Projected time left: 10 h, 36 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.193E+05 | Ncalls=573 (573 total) | +| EDM = 0.000143 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -719308.7415700282 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.12 | 0.21 | | |0.918861 | 4.08114 | | +| 1 | p4040_s | 1.63 | 0.15 | | |0.00501244| 2.01499 | | +| 2 | p4415_p | -1.60 | 0.24 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.415 | 0.027 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 17.7 | 1.0 | | | 14.8182 | 23.5818 | | +| 6 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 9.4 | 0.8 | | | 4.19232 | 9.40768 | | +| 8 | rho_s | 1.6 | 0.3 | | |0.0253049| 2.0747 | | +| 9 | jpsi_p | -4.621 | 0.015 | | |-6.28319 | 6.28319 | | +| 10| omega_p | -4.96 | 0.23 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 0.75 | 0.17 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.349 | 0.031 | | | -1.464 | 1.464 | | +| 14| p3770_p | 3.68 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| rho_p | 6.28 | 0.22 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1373.1 | 1.4 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 0.717 | 0.010 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.500 | 0.021 | | | -0.5 | 0.5 | | +| 19| p4040_p | 2.59 | 0.09 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_s p4415_p phi_p psi2s_p phi_s p4160_p omega_s rho_s jpsi_p omega_p p4415_s jpsi_s Dbar_s p3770_p rho_p psi2s_s p4160_s Ctt p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.113 -0.015 -0.002 -0.383 -0.003 -0.002 0.001 -0.018 -0.022 -0.010 0.088 0.011 -0.286 -0.217 0.012 -0.029 -0.003 -0.006 0.105 | +| p4040_s | 0.113 1.000 -0.053 0.000 0.156 -0.003 0.015 -0.000 -0.013 0.119 -0.003 -0.239 0.003 0.216 -0.035 0.014 -0.005 0.005 0.050 -0.323 | +| p4415_p | -0.015 -0.053 1.000 -0.001 0.011 -0.000 0.004 0.000 0.008 0.007 0.004 0.091 -0.000 -0.199 0.005 -0.012 0.001 0.004 -0.029 -0.049 | +| phi_p | -0.002 0.000 -0.001 1.000 -0.017 0.705 0.000 0.000 0.040 -0.043 0.063 -0.004 0.003 0.017 0.000 -0.082 -0.002 -0.000 0.001 -0.008 | +| psi2s_p | -0.383 0.156 0.011 -0.017 1.000 -0.018 0.007 0.005 -0.032 0.099 -0.020 -0.158 0.034 0.086 -0.206 0.040 -0.035 0.003 0.020 -0.296 | +| phi_s | -0.003 -0.003 -0.000 0.705 -0.018 1.000 0.000 -0.008 0.056 -0.039 0.062 -0.002 -0.007 0.022 0.004 -0.143 0.005 -0.000 0.001 -0.006 | +| p4160_p | -0.002 0.015 0.004 0.000 0.007 0.000 1.000 -0.000 0.000 0.004 0.000 -0.008 -0.000 0.015 -0.000 -0.000 0.000 -0.003 -0.000 -0.000 | +| omega_s | 0.001 -0.000 0.000 0.000 0.005 -0.008 -0.000 1.000 -0.123 0.011 -0.382 0.001 0.002 -0.004 0.000 0.040 -0.001 0.000 -0.000 0.002 | +| rho_s | -0.018 -0.013 0.008 0.040 -0.032 0.056 0.000 -0.123 1.000 -0.061 0.727 -0.015 0.015 0.091 0.028 -0.255 -0.009 0.001 0.004 -0.025 | +| jpsi_p | -0.022 0.119 0.007 -0.043 0.099 -0.039 0.004 0.011 -0.061 1.000 -0.042 -0.085 0.026 -0.078 -0.106 0.090 -0.011 0.001 -0.017 -0.118 | +| omega_p | -0.010 -0.003 0.004 0.063 -0.020 0.062 0.000 -0.382 0.727 -0.042 1.000 -0.012 0.013 0.051 0.012 -0.213 -0.008 0.000 0.002 -0.018 | +| p4415_s | 0.088 -0.239 0.091 -0.004 -0.158 -0.002 -0.008 0.001 -0.015 -0.085 -0.012 1.000 0.005 -0.439 -0.016 0.006 -0.009 0.009 0.045 0.166 | +| jpsi_s | 0.011 0.003 -0.000 0.003 0.034 -0.007 -0.000 0.002 0.015 0.026 0.013 0.005 1.000 -0.141 -0.028 -0.025 -0.590 -0.000 -0.003 0.019 | +| Dbar_s | -0.286 0.216 -0.199 0.017 0.086 0.022 0.015 -0.004 0.091 -0.078 0.051 -0.439 -0.141 1.000 0.141 -0.042 0.112 -0.001 -0.138 -0.475 | +| p3770_p | -0.217 -0.035 0.005 0.000 -0.206 0.004 -0.000 0.000 0.028 -0.106 0.012 -0.016 -0.028 0.141 1.000 -0.015 0.025 0.001 -0.060 0.055 | +| rho_p | 0.012 0.014 -0.012 -0.082 0.040 -0.143 -0.000 0.040 -0.255 0.090 -0.213 0.006 -0.025 -0.042 -0.015 1.000 0.016 -0.001 -0.001 0.017 | +| psi2s_s | -0.029 -0.005 0.001 -0.002 -0.035 0.005 0.000 -0.001 -0.009 -0.011 -0.008 -0.009 -0.590 0.112 0.025 0.016 1.000 0.000 0.003 -0.022 | +| p4160_s | -0.003 0.005 0.004 -0.000 0.003 -0.000 -0.003 0.000 0.001 0.001 0.000 0.009 -0.000 -0.001 0.001 -0.001 0.000 1.000 -0.002 -0.010 | +| Ctt | -0.006 0.050 -0.029 0.001 0.020 0.001 -0.000 -0.000 0.004 -0.017 0.002 0.045 -0.003 -0.138 -0.060 -0.001 0.003 -0.002 1.000 0.012 | +| p4040_p | 0.105 -0.323 -0.049 -0.008 -0.296 -0.006 -0.000 0.002 -0.025 -0.118 -0.018 0.166 0.019 -0.475 0.055 0.017 -0.022 -0.010 0.012 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21234928336708825}), (, {'error': 0.15177190546664332}), (, {'error': 0.24030273469086927}), (, {'error': 0.422019652593316}), (, {'error': 0.026991683547050727}), (, {'error': 1.046451367786739}), (, {'error': 0.010269286701265479}), (, {'error': 0.8468214064462654}), (, {'error': 0.34738917063731545}), (, {'error': 0.015451442311742447}), (, {'error': 0.22539634614472703}), (, {'error': 0.16620749737426344}), (, {'error': 10.746923733941912}), (, {'error': 0.03129677309147816}), (, {'error': 0.11563771612165841}), (, {'error': 0.21554471370682737}), (, {'error': 1.3824749121524746}), (, {'error': 0.009649843506490396}), (, {'error': 0.021331263628722896}), (, {'error': 0.0944478112626097})]) +Toy 4/10 +Time taken: 5 h, 37 min +Projected time left: 8 h, 26 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.194E+05 | Ncalls=1314 (1314 total) | +| EDM = 0.000178 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -719396.3962132533 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.08 | 0.19 | | |0.918861 | 4.08114 | | +| 1 | p4040_s | 0.76 | 0.16 | | |0.00501244| 2.01499 | | +| 2 | p4415_p | -6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -0.34 | 0.30 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 4.339 | 0.025 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 17.3 | 1.2 | | | 14.8182 | 23.5818 | | +| 6 | p4160_p | -1.77 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 5.7 | 1.3 | | | 4.19232 | 9.40768 | | +| 8 | rho_s | 1.40 | 0.31 | | |0.0253049| 2.0747 | | +| 9 | jpsi_p | -1.696 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.14 | 0.35 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 0.13 | 0.03 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.20 | 0.04 | | | -1.464 | 1.464 | | +| 14| p3770_p | -1.45 | 0.11 | | |-6.28319 | 6.28319 | | +| 15| rho_p | 6.07 | 0.22 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1367.8 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 1.77 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.50 | 0.11 | | | -0.5 | 0.5 | | +| 19| p4040_p | 3.52 | 0.23 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_s p4415_p phi_p psi2s_p phi_s p4160_p omega_s rho_s jpsi_p omega_p p4415_s jpsi_s Dbar_s p3770_p rho_p psi2s_s p4160_s Ctt p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.142 -0.003 -0.007 -0.082 -0.006 -0.053 0.004 -0.021 -0.094 -0.003 0.000 0.015 -0.239 -0.117 -0.014 -0.014 0.072 -0.014 0.067 | +| p4040_s | 0.142 1.000 0.012 -0.002 -0.125 -0.003 -0.172 0.003 -0.017 0.029 -0.000 -0.011 0.004 0.060 -0.094 -0.026 0.008 -0.473 0.239 -0.291 | +| p4415_p | -0.003 0.012 1.000 0.000 0.008 0.000 -0.014 -0.000 0.001 0.007 0.000 -0.047 -0.000 0.025 0.001 0.000 0.000 -0.010 -0.006 -0.011 | +| phi_p | -0.007 -0.002 0.000 1.000 -0.013 0.787 -0.002 -0.016 0.063 -0.035 0.032 -0.000 0.010 0.025 0.002 0.134 -0.009 -0.008 0.005 -0.011 | +| psi2s_p | -0.082 -0.125 0.008 -0.013 1.000 -0.009 0.160 -0.023 0.043 0.034 -0.009 0.008 -0.058 0.429 0.313 0.004 0.011 -0.152 -0.403 -0.128 | +| phi_s | -0.006 -0.003 0.000 0.787 -0.009 1.000 -0.002 0.016 0.076 -0.028 0.049 -0.000 -0.002 0.027 0.004 0.197 0.000 -0.006 0.006 -0.008 | +| p4160_p | -0.053 -0.172 -0.014 -0.002 0.160 -0.002 1.000 -0.004 0.014 0.011 -0.001 0.020 0.003 -0.008 0.074 0.019 -0.006 -0.047 -0.248 -0.214 | +| omega_s | 0.004 0.003 -0.000 -0.016 -0.023 0.016 -0.004 1.000 -0.408 -0.042 0.650 -0.000 -0.002 -0.018 -0.008 0.117 0.002 0.004 -0.003 0.003 | +| rho_s | -0.021 -0.017 0.001 0.063 0.043 0.076 0.014 -0.408 1.000 0.060 -0.002 0.001 0.019 0.080 0.029 0.158 -0.018 -0.018 0.009 -0.018 | +| jpsi_p | -0.094 0.029 0.007 -0.035 0.034 -0.028 0.011 -0.042 0.060 1.000 -0.021 -0.000 -0.048 0.227 0.026 -0.019 0.033 -0.139 0.073 -0.162 | +| omega_p | -0.003 -0.000 0.000 0.032 -0.009 0.049 -0.001 0.650 -0.002 -0.021 1.000 -0.000 0.007 0.007 -0.001 -0.045 -0.005 -0.004 0.001 -0.005 | +| p4415_s | 0.000 -0.011 -0.047 -0.000 0.008 -0.000 0.020 -0.000 0.001 -0.000 -0.000 1.000 0.000 -0.023 0.004 0.002 -0.000 -0.015 -0.012 -0.001 | +| jpsi_s | 0.015 0.004 -0.000 0.010 -0.058 -0.002 0.003 -0.002 0.019 -0.048 0.007 0.000 1.000 -0.159 -0.028 0.043 -0.690 0.014 -0.009 0.025 | +| Dbar_s | -0.239 0.060 0.025 0.025 0.429 0.027 -0.008 -0.018 0.080 0.227 0.007 -0.023 -0.159 1.000 0.183 0.033 0.098 -0.499 -0.450 -0.454 | +| p3770_p | -0.117 -0.094 0.001 0.002 0.313 0.004 0.074 -0.008 0.029 0.026 -0.001 0.004 -0.028 0.183 1.000 0.020 -0.014 0.035 -0.289 0.095 | +| rho_p | -0.014 -0.026 0.000 0.134 0.004 0.197 0.019 0.117 0.158 -0.019 -0.045 0.002 0.043 0.033 0.020 1.000 -0.034 -0.006 -0.010 -0.008 | +| psi2s_s | -0.014 0.008 0.000 -0.009 0.011 0.000 -0.006 0.002 -0.018 0.033 -0.005 -0.000 -0.690 0.098 -0.014 -0.034 1.000 -0.008 0.004 -0.019 | +| p4160_s | 0.072 -0.473 -0.010 -0.008 -0.152 -0.006 -0.047 0.004 -0.018 -0.139 -0.004 -0.015 0.014 -0.499 0.035 -0.006 -0.008 1.000 0.091 0.420 | +| Ctt | -0.014 0.239 -0.006 0.005 -0.403 0.006 -0.248 -0.003 0.009 0.073 0.001 -0.012 -0.009 -0.450 -0.289 -0.010 0.004 0.091 1.000 -0.009 | +| p4040_p | 0.067 -0.291 -0.011 -0.011 -0.128 -0.008 -0.214 0.003 -0.018 -0.162 -0.005 -0.001 0.025 -0.454 0.095 -0.008 -0.019 0.420 -0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1905231676576491}), (, {'error': 0.1577579345755779}), (, {'error': 0.11371689439248112}), (, {'error': 0.3003485902284915}), (, {'error': 0.024638120029750965}), (, {'error': 1.206006390652778}), (, {'error': 0.09788907807345337}), (, {'error': 1.2988216723334363}), (, {'error': 0.31448255434937733}), (, {'error': 0.0156923337970305}), (, {'error': 0.34590773993245705}), (, {'error': 0.03285281806445885}), (, {'error': 24.567180693240516}), (, {'error': 0.03872579140162702}), (, {'error': 0.11254420582009717}), (, {'error': 0.2226214207949182}), (, {'error': 1.5451155677902761}), (, {'error': 0.1587539976757706}), (, {'error': 0.11151069110833023}), (, {'error': 0.22855526537766213})]) +Toy 5/10 +Time taken: 7 h, 31 min +Projected time left: 7 h, 31 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.194E+05 | Ncalls=1186 (1186 total) | +| EDM = 0.000218 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -719420.1251126616 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.38 | 0.20 | | |0.918861 | 4.08114 | | +| 1 | p4040_s | 0.79 | 0.16 | | |0.00501244| 2.01499 | | +| 2 | p4415_p | 4.10 | 0.15 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6 | 8 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.509 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 6 | p4160_p | -2.09 | 0.09 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 5.1 | 0.9 | | | 4.19232 | 9.40768 | | +| 8 | rho_s | 1.4 | 0.3 | | |0.0253049| 2.0747 | | +| 9 | jpsi_p | 1.629 | 0.019 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.25 | 0.16 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.027 | 0.044 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.75 | 0.11 | | |-6.28319 | 6.28319 | | +| 15| rho_p | 0.05 | 0.38 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1373.0 | 1.4 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.17 | 0.15 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.17 | 0.10 | | | -0.5 | 0.5 | | +| 19| p4040_p | 3.36 | 0.21 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_s p4415_p phi_p psi2s_p phi_s p4160_p omega_s rho_s jpsi_p omega_p p4415_s jpsi_s Dbar_s p3770_p rho_p psi2s_s p4160_s Ctt p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.135 -0.003 0.067 -0.316 -0.067 -0.048 0.014 -0.042 0.033 0.006 0.028 -0.001 -0.141 -0.179 -0.063 -0.020 0.031 -0.051 -0.026 | +| p4040_s | 0.135 1.000 -0.182 0.030 0.046 -0.030 -0.377 0.004 -0.028 0.026 0.002 -0.005 -0.002 -0.267 -0.149 -0.042 -0.003 -0.247 0.407 -0.207 | +| p4415_p | -0.003 -0.182 1.000 0.027 -0.059 -0.026 0.245 0.007 -0.003 0.002 0.003 -0.100 -0.003 -0.109 0.071 -0.011 0.000 -0.132 -0.188 0.063 | +| phi_p | 0.067 0.030 0.027 1.000 0.237 -0.997 0.053 0.166 -0.356 0.560 0.089 0.039 -0.120 -0.133 0.034 -0.830 0.079 0.065 -0.091 0.096 | +| psi2s_p | -0.316 0.046 -0.059 0.237 1.000 -0.237 -0.068 0.033 -0.106 0.213 0.021 -0.098 -0.005 -0.018 -0.222 -0.222 -0.007 -0.185 0.137 -0.278 | +| phi_s | -0.067 -0.030 -0.026 -0.997 -0.237 1.000 -0.053 -0.162 0.358 -0.560 -0.089 -0.039 0.119 0.133 -0.034 0.834 -0.078 -0.065 0.091 -0.096 | +| p4160_p | -0.048 -0.377 0.245 0.053 -0.068 -0.053 1.000 0.011 -0.012 0.027 0.006 0.090 0.000 0.131 0.170 -0.031 -0.001 -0.048 -0.410 -0.046 | +| omega_s | 0.014 0.004 0.007 0.166 0.033 -0.162 0.011 1.000 -0.481 0.082 -0.109 0.007 -0.022 -0.031 0.004 0.040 0.014 0.014 -0.026 0.020 | +| rho_s | -0.042 -0.028 -0.003 -0.356 -0.106 0.358 -0.012 -0.481 1.000 -0.243 -0.000 -0.019 0.060 0.086 0.002 0.360 -0.039 -0.033 0.055 -0.042 | +| jpsi_p | 0.033 0.026 0.002 0.560 0.213 -0.560 0.027 0.082 -0.243 1.000 0.051 -0.079 -0.044 -0.024 -0.026 -0.512 0.032 -0.078 -0.140 -0.064 | +| omega_p | 0.006 0.002 0.003 0.089 0.021 -0.089 0.006 -0.109 -0.000 0.051 1.000 0.004 -0.011 -0.012 0.004 -0.060 0.007 0.006 -0.008 0.010 | +| p4415_s | 0.028 -0.005 -0.100 0.039 -0.098 -0.039 0.090 0.007 -0.019 -0.079 0.004 1.000 -0.016 -0.396 -0.110 -0.039 0.010 0.250 0.265 0.145 | +| jpsi_s | -0.001 -0.002 -0.003 -0.120 -0.005 0.119 0.000 -0.022 0.060 -0.044 -0.011 -0.016 1.000 -0.057 -0.016 0.121 -0.628 -0.011 -0.027 -0.002 | +| Dbar_s | -0.141 -0.267 -0.109 -0.133 -0.018 0.133 0.131 -0.031 0.086 -0.024 -0.012 -0.396 -0.057 1.000 0.321 0.124 0.045 -0.420 -0.645 -0.220 | +| p3770_p | -0.179 -0.149 0.071 0.034 -0.222 -0.034 0.170 0.004 0.002 -0.026 0.004 -0.110 -0.016 0.321 1.000 -0.020 0.011 -0.048 -0.376 0.098 | +| rho_p | -0.063 -0.042 -0.011 -0.830 -0.222 0.834 -0.031 0.040 0.360 -0.512 -0.060 -0.039 0.121 0.124 -0.020 1.000 -0.080 -0.059 0.067 -0.079 | +| psi2s_s | -0.020 -0.003 0.000 0.079 -0.007 -0.078 -0.001 0.014 -0.039 0.032 0.007 0.010 -0.628 0.045 0.011 -0.080 1.000 0.004 0.028 -0.003 | +| p4160_s | 0.031 -0.247 -0.132 0.065 -0.185 -0.065 -0.048 0.014 -0.033 -0.078 0.006 0.250 -0.011 -0.420 -0.048 -0.059 0.004 1.000 0.145 0.387 | +| Ctt | -0.051 0.407 -0.188 -0.091 0.137 0.091 -0.410 -0.026 0.055 -0.140 -0.008 0.265 -0.027 -0.645 -0.376 0.067 0.028 0.145 1.000 -0.161 | +| p4040_p | -0.026 -0.207 0.063 0.096 -0.278 -0.096 -0.046 0.020 -0.042 -0.064 0.010 0.145 -0.002 -0.220 0.098 -0.079 -0.003 0.387 -0.161 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.19863550264085994}), (, {'error': 0.15765318898617542}), (, {'error': 0.15466215865130195}), (, {'error': 8.342069510225036}), (, {'error': 0.027840165168786957}), (, {'error': 4.727220110774428}), (, {'error': 0.08820014014136612}), (, {'error': 0.9216460467043679}), (, {'error': 0.3209706413129839}), (, {'error': 0.01850197111746965}), (, {'error': 0.10976783194218509}), (, {'error': 0.16321678903410264}), (, {'error': 20.437456186767122}), (, {'error': 0.04421664246980794}), (, {'error': 0.10634880047452322}), (, {'error': 0.3768326177793444}), (, {'error': 1.3861766237283746}), (, {'error': 0.14991811642798702}), (, {'error': 0.09738172730033351}), (, {'error': 0.21460863080300996})]) +Toy 6/10 +Time taken: 9 h, 16 min +Projected time left: 6 h, 10 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.194E+05 | Ncalls=1123 (1123 total) | +| EDM = 0.000192 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -719395.7080855719 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.07 | 0.17 | | |0.918861 | 4.08114 | | +| 1 | p4040_s | 0.76 | 0.13 | | |0.00501244| 2.01499 | | +| 2 | p4415_p | -6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 4.338 | 0.022 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 19 | 5 | | | 14.8182 | 23.5818 | | +| 6 | p4160_p | -1.77 | 0.09 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 5.6 | 0.9 | | | 4.19232 | 9.40768 | | +| 8 | rho_s | 1.45 | 0.29 | | |0.0253049| 2.0747 | | +| 9 | jpsi_p | 4.586 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 0.126 | 0.028 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.203 | 0.029 | | | -1.464 | 1.464 | | +| 14| p3770_p | 4.83 | 0.10 | | |-6.28319 | 6.28319 | | +| 15| rho_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1367.8 | 1.4 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 1.77 | 0.13 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.50 | 0.07 | | | -0.5 | 0.5 | | +| 19| p4040_p | -2.77 | 0.19 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_s p4415_p phi_p psi2s_p phi_s p4160_p omega_s rho_s jpsi_p omega_p p4415_s jpsi_s Dbar_s p3770_p rho_p psi2s_s p4160_s Ctt p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.129 -0.001 0.007 -0.032 0.007 -0.039 0.001 -0.007 -0.055 -0.001 -0.001 -0.002 -0.180 -0.084 -0.000 -0.004 0.037 -0.061 0.027 | +| p4040_s | 0.129 1.000 0.008 0.016 -0.102 0.016 -0.140 -0.001 -0.012 -0.007 -0.005 -0.010 0.010 0.018 -0.046 -0.002 0.001 -0.393 0.194 -0.217 | +| p4415_p | -0.001 0.008 1.000 0.001 0.004 0.001 -0.012 -0.000 0.000 0.003 -0.000 -0.039 0.001 0.017 -0.001 0.000 -0.001 -0.004 -0.003 -0.005 | +| phi_p | 0.007 0.016 0.001 1.000 -0.273 0.998 -0.059 -0.431 0.248 -0.505 -0.363 -0.005 0.009 0.007 -0.051 0.327 -0.007 -0.004 -0.003 -0.029 | +| psi2s_p | -0.032 -0.102 0.004 -0.273 1.000 -0.272 0.121 0.108 -0.045 0.139 0.102 0.008 -0.045 0.286 0.232 -0.093 0.011 -0.070 -0.256 -0.049 | +| phi_s | 0.007 0.016 0.001 0.998 -0.272 1.000 -0.058 -0.430 0.249 -0.504 -0.364 -0.005 0.008 0.007 -0.051 0.329 -0.006 -0.004 -0.003 -0.029 | +| p4160_p | -0.039 -0.140 -0.012 -0.059 0.121 -0.058 1.000 0.020 -0.004 0.038 0.021 0.015 -0.001 -0.063 0.046 -0.014 -0.002 -0.040 -0.193 -0.196 | +| omega_s | 0.001 -0.001 -0.000 -0.431 0.108 -0.430 0.020 1.000 -0.486 0.202 -0.102 0.001 -0.020 -0.017 0.016 -0.030 0.015 0.004 -0.002 0.014 | +| rho_s | -0.007 -0.012 0.000 0.248 -0.045 0.249 -0.004 -0.486 1.000 -0.092 -0.071 0.000 0.028 0.057 0.005 0.110 -0.023 -0.004 0.019 -0.010 | +| jpsi_p | -0.055 -0.007 0.003 -0.505 0.139 -0.504 0.038 0.202 -0.092 1.000 0.190 0.003 -0.034 0.143 0.042 -0.175 0.025 -0.064 0.083 -0.071 | +| omega_p | -0.001 -0.005 -0.000 -0.363 0.102 -0.364 0.021 -0.102 -0.071 0.190 1.000 0.002 -0.007 -0.005 0.018 -0.100 0.006 0.003 0.001 0.013 | +| p4415_s | -0.001 -0.010 -0.039 -0.005 0.008 -0.005 0.015 0.001 0.000 0.003 0.002 1.000 -0.001 -0.023 0.004 -0.001 0.001 -0.018 -0.011 -0.002 | +| jpsi_s | -0.002 0.010 0.001 0.009 -0.045 0.008 -0.001 -0.020 0.028 -0.034 -0.007 -0.001 1.000 -0.161 -0.026 0.019 -0.704 -0.016 -0.043 -0.003 | +| Dbar_s | -0.180 0.018 0.017 0.007 0.286 0.007 -0.063 -0.017 0.057 0.143 -0.005 -0.023 -0.161 1.000 0.114 0.005 0.106 -0.365 -0.339 -0.340 | +| p3770_p | -0.084 -0.046 -0.001 -0.051 0.232 -0.051 0.046 0.016 0.005 0.042 0.018 0.004 -0.026 0.114 1.000 -0.013 -0.007 0.052 -0.196 0.104 | +| rho_p | -0.000 -0.002 0.000 0.327 -0.093 0.329 -0.014 -0.030 0.110 -0.175 -0.100 -0.001 0.019 0.005 -0.013 1.000 -0.014 -0.002 -0.004 -0.010 | +| psi2s_s | -0.004 0.001 -0.001 -0.007 0.011 -0.006 -0.002 0.015 -0.023 0.025 0.006 0.001 -0.704 0.106 -0.007 -0.014 1.000 0.012 0.023 -0.001 | +| p4160_s | 0.037 -0.393 -0.004 -0.004 -0.070 -0.004 -0.040 0.004 -0.004 -0.064 0.003 -0.018 -0.016 -0.365 0.052 -0.002 0.012 1.000 0.033 0.274 | +| Ctt | -0.061 0.194 -0.003 -0.003 -0.256 -0.003 -0.193 -0.002 0.019 0.083 0.001 -0.011 -0.043 -0.339 -0.196 -0.004 0.023 0.033 1.000 -0.069 | +| p4040_p | 0.027 -0.217 -0.005 -0.029 -0.049 -0.029 -0.196 0.014 -0.010 -0.071 0.013 -0.002 -0.003 -0.340 0.104 -0.010 -0.001 0.274 -0.069 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16978762250934487}), (, {'error': 0.1318435204867418}), (, {'error': 0.0952598164518279}), (, {'error': 7.965469018721636}), (, {'error': 0.02151729083053855}), (, {'error': 5.219848765582534}), (, {'error': 0.08579359861911495}), (, {'error': 0.941600999160281}), (, {'error': 0.29154002313905025}), (, {'error': 0.016262011604937676}), (, {'error': 0.24947804839229715}), (, {'error': 0.02760931007474328}), (, {'error': 19.70314362852241}), (, {'error': 0.028603673935620133}), (, {'error': 0.09913690392586805}), (, {'error': 0.11977586015602926}), (, {'error': 1.439151291006283}), (, {'error': 0.12657367763984062}), (, {'error': 0.07426819033258131}), (, {'error': 0.18852598696031664})]) +Toy 7/10 +Time taken: 10 h, 56 min +Projected time left: 4 h, 41 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.194E+05 | Ncalls=303 (303 total) | +| EDM = 7.9E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -719402.6678127908 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.36 | 0.08 | | |0.918861 | 4.08114 | | +| 1 | p4040_s | 0.86 | 0.05 | | |0.00501244| 2.01499 | | +| 2 | p4415_p | -2.04 | 0.07 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.83 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -2.473 | 0.012 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 21.9 | 0.3 | | | 14.8182 | 23.5818 | | +| 6 | p4160_p | 4.35 | 0.04 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 5.8 | 2.0 | | | 4.19232 | 9.40768 | | +| 8 | rho_s | 1.63 | 0.31 | | |0.0253049| 2.0747 | | +| 9 | jpsi_p | -4.848 | 0.009 | | |-6.28319 | 6.28319 | | +| 10| omega_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.26 | 0.07 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.990E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | -0.076 | 0.012 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.01 | 0.05 | | |-6.28319 | 6.28319 | | +| 15| rho_p | 0.11 | 1.31 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1359.23 | 0.24 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.26 | 0.06 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.219 | 0.027 | | | -0.5 | 0.5 | | +| 19| p4040_p | -2.40 | 0.09 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_s p4415_p phi_p psi2s_p phi_s p4160_p omega_s rho_s jpsi_p omega_p p4415_s jpsi_s Dbar_s p3770_p rho_p psi2s_s p4160_s Ctt p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.033 -0.009 0.065 0.026 -0.057 -0.012 -0.106 -0.103 0.020 -0.106 0.012 0.040 -0.054 -0.025 0.106 0.005 0.014 -0.046 -0.020 | +| p4040_s | 0.033 1.000 -0.043 0.085 0.015 -0.075 -0.071 -0.138 -0.135 0.038 -0.139 0.003 0.045 -0.068 0.037 0.138 0.008 -0.052 0.013 -0.015 | +| p4415_p | -0.009 -0.043 1.000 0.016 0.026 -0.015 0.026 -0.029 -0.027 -0.002 -0.029 -0.035 0.025 -0.105 0.013 0.030 0.003 -0.069 -0.053 0.013 | +| phi_p | 0.065 0.085 0.016 1.000 0.178 -0.275 0.029 -0.615 -0.598 0.269 -0.617 0.072 0.176 -0.026 0.029 0.612 0.031 0.083 0.008 0.082 | +| psi2s_p | 0.026 0.015 0.026 0.178 1.000 -0.157 0.042 -0.291 -0.283 0.115 -0.292 0.019 0.095 0.074 0.080 0.291 0.011 0.027 0.038 0.055 | +| phi_s | -0.057 -0.075 -0.015 -0.275 -0.157 1.000 -0.026 0.534 0.518 -0.235 0.536 -0.063 -0.148 0.020 -0.026 -0.534 -0.026 -0.074 -0.010 -0.074 | +| p4160_p | -0.012 -0.071 0.026 0.029 0.042 -0.026 1.000 -0.050 -0.048 0.009 -0.050 0.052 0.024 -0.067 0.014 0.050 0.003 -0.020 -0.089 -0.035 | +| omega_s | -0.106 -0.138 -0.029 -0.615 -0.291 0.534 -0.050 1.000 0.963 -0.433 0.996 -0.118 -0.282 0.036 -0.049 -0.993 -0.050 -0.137 -0.020 -0.138 | +| rho_s | -0.103 -0.135 -0.027 -0.598 -0.283 0.518 -0.048 0.963 1.000 -0.423 0.968 -0.114 -0.275 0.037 -0.047 -0.964 -0.048 -0.133 -0.017 -0.133 | +| jpsi_p | 0.020 0.038 -0.002 0.269 0.115 -0.235 0.009 -0.433 -0.423 1.000 -0.435 0.031 0.121 -0.040 0.006 0.432 0.020 0.031 -0.011 0.028 | +| omega_p | -0.106 -0.139 -0.029 -0.617 -0.292 0.536 -0.050 0.996 0.968 -0.435 1.000 -0.118 -0.283 0.036 -0.049 -0.998 -0.050 -0.138 -0.020 -0.138 | +| p4415_s | 0.012 0.003 -0.035 0.072 0.019 -0.063 0.052 -0.118 -0.114 0.031 -0.118 1.000 0.042 -0.052 0.012 0.118 0.007 0.023 0.023 0.039 | +| jpsi_s | 0.040 0.045 0.025 0.176 0.095 -0.148 0.024 -0.282 -0.275 0.121 -0.283 0.042 1.000 0.033 0.026 0.282 0.114 0.053 0.042 0.053 | +| Dbar_s | -0.054 -0.068 -0.105 -0.026 0.074 0.020 -0.067 0.036 0.037 -0.040 0.036 -0.052 0.033 1.000 0.014 -0.035 0.002 -0.098 -0.140 -0.079 | +| p3770_p | -0.025 0.037 0.013 0.029 0.080 -0.026 0.014 -0.049 -0.047 0.006 -0.049 0.012 0.026 0.014 1.000 0.049 -0.001 0.029 -0.057 0.024 | +| rho_p | 0.106 0.138 0.030 0.612 0.291 -0.534 0.050 -0.993 -0.964 0.432 -0.998 0.118 0.282 -0.035 0.049 1.000 0.050 0.137 0.020 0.138 | +| psi2s_s | 0.005 0.008 0.003 0.031 0.011 -0.026 0.003 -0.050 -0.048 0.020 -0.050 0.007 0.114 0.002 -0.001 0.050 1.000 0.008 0.001 0.007 | +| p4160_s | 0.014 -0.052 -0.069 0.083 0.027 -0.074 -0.020 -0.137 -0.133 0.031 -0.138 0.023 0.053 -0.098 0.029 0.137 0.008 1.000 -0.007 0.104 | +| Ctt | -0.046 0.013 -0.053 0.008 0.038 -0.010 -0.089 -0.020 -0.017 -0.011 -0.020 0.023 0.042 -0.140 -0.057 0.020 0.001 -0.007 1.000 -0.090 | +| p4040_p | -0.020 -0.015 0.013 0.082 0.055 -0.074 -0.035 -0.138 -0.133 0.028 -0.138 0.039 0.053 -0.079 0.024 0.138 0.007 0.104 -0.090 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.08100802745602276}), (, {'error': 0.05424529189080335}), (, {'error': 0.06859161992570684}), (, {'error': 0.08347372231890482}), (, {'error': 0.01224406980048065}), (, {'error': 0.3492217229856518}), (, {'error': 0.03607534368158394}), (, {'error': 1.9727806192255528}), (, {'error': 0.3068434714610683}), (, {'error': 0.009233394458510347}), (, {'error': 9.565964450681939}), (, {'error': 0.06505413753212186}), (, {'error': 3.938230756626581}), (, {'error': 0.011514012986134414}), (, {'error': 0.04854330095767434}), (, {'error': 1.3097846257435721}), (, {'error': 0.23796103704501093}), (, {'error': 0.056614400959438926}), (, {'error': 0.026966915933510915}), (, {'error': 0.08684225366759524})]) +Toy 8/10 +Time taken: 11 h, 46 min +Projected time left: 2 h, 56 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.194E+05 | Ncalls=296 (296 total) | +| EDM = 4.85E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -719416.7269194504 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.18 | 0.19 | | |0.918861 | 4.08114 | | +| 1 | p4040_s | 0.75 | 0.18 | | |0.00501244| 2.01499 | | +| 2 | p4415_p | 4.24 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.58 | 0.24 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 3.830 | 0.031 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 20.1 | 1.0 | | | 14.8182 | 23.5818 | | +| 6 | p4160_p | -1.91 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 6.2 | 1.2 | | | 4.19232 | 9.40768 | | +| 8 | rho_s | 1.5 | 0.4 | | |0.0253049| 2.0747 | | +| 9 | jpsi_p | 1.436 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.07 | 0.31 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.32 | 0.19 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.993E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | -0.03 | 0.07 | | | -1.464 | 1.464 | | +| 14| p3770_p | 4.29 | 0.13 | | |-6.28319 | 6.28319 | | +| 15| rho_p | 0.42 | 0.23 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1358.8 | 0.8 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.19 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.21 | 0.17 | | | -0.5 | 0.5 | | +| 19| p4040_p | -2.58 | 0.24 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_s p4415_p phi_p psi2s_p phi_s p4160_p omega_s rho_s jpsi_p omega_p p4415_s jpsi_s Dbar_s p3770_p rho_p psi2s_s p4160_s Ctt p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.170 -0.006 0.006 -0.177 0.003 -0.071 0.009 -0.030 -0.103 -0.001 0.074 -0.025 -0.187 -0.145 0.001 -0.017 0.068 0.043 -0.019 | +| p4040_s | 0.170 1.000 -0.261 0.008 -0.390 0.001 -0.538 -0.001 -0.026 -0.049 0.000 0.165 -0.002 -0.474 -0.332 -0.030 -0.004 -0.085 0.588 -0.238 | +| p4415_p | -0.006 -0.261 1.000 -0.006 0.106 -0.001 0.335 0.004 0.008 0.001 -0.002 -0.133 -0.016 0.014 0.158 0.023 -0.007 -0.152 -0.263 0.119 | +| phi_p | 0.006 0.008 -0.006 1.000 -0.020 0.696 -0.008 -0.097 -0.050 -0.003 -0.017 -0.000 0.024 -0.008 -0.009 -0.176 0.018 -0.000 -0.001 -0.005 | +| psi2s_p | -0.177 -0.390 0.106 -0.020 1.000 -0.011 0.317 -0.021 0.037 0.006 -0.011 -0.364 0.113 0.641 0.479 -0.011 0.061 -0.320 -0.496 -0.054 | +| phi_s | 0.003 0.001 -0.001 0.696 -0.011 1.000 -0.002 -0.008 -0.038 -0.019 0.023 0.001 0.035 -0.001 -0.002 -0.019 0.025 0.001 -0.003 0.000 | +| p4160_p | -0.071 -0.538 0.335 -0.008 0.317 -0.002 1.000 0.004 0.011 0.022 -0.003 -0.069 -0.022 0.351 0.351 0.031 -0.010 -0.128 -0.576 0.058 | +| omega_s | 0.009 -0.001 0.004 -0.097 -0.021 -0.008 0.004 1.000 -0.402 -0.013 0.499 -0.001 -0.001 -0.010 -0.002 0.530 0.001 0.004 -0.016 0.008 | +| rho_s | -0.030 -0.026 0.008 -0.050 0.037 -0.038 0.011 -0.402 1.000 -0.081 -0.045 -0.011 -0.033 0.043 0.020 -0.150 -0.027 -0.017 0.012 -0.011 | +| jpsi_p | -0.103 -0.049 0.001 -0.003 0.006 -0.019 0.022 -0.013 -0.081 1.000 -0.024 -0.144 -0.049 0.081 -0.025 -0.050 -0.035 -0.168 -0.079 -0.159 | +| omega_p | -0.001 0.000 -0.002 -0.017 -0.011 0.023 -0.003 0.499 -0.045 -0.024 1.000 -0.003 -0.008 0.001 -0.004 0.043 -0.006 -0.003 0.000 -0.005 | +| p4415_s | 0.074 0.165 -0.133 -0.000 -0.364 0.001 -0.069 -0.001 -0.011 -0.144 -0.003 1.000 0.013 -0.556 -0.270 -0.016 0.004 0.371 0.459 0.141 | +| jpsi_s | -0.025 -0.002 -0.016 0.024 0.113 0.035 -0.022 -0.001 -0.033 -0.049 -0.008 0.013 1.000 0.098 0.039 -0.039 0.686 -0.006 0.055 -0.028 | +| Dbar_s | -0.187 -0.474 0.014 -0.008 0.641 -0.001 0.351 -0.010 0.043 0.081 0.001 -0.556 0.098 1.000 0.527 0.011 0.073 -0.511 -0.810 -0.129 | +| p3770_p | -0.145 -0.332 0.158 -0.009 0.479 -0.002 0.351 -0.002 0.020 -0.025 -0.004 -0.270 0.039 0.527 1.000 0.018 0.015 -0.154 -0.601 0.159 | +| rho_p | 0.001 -0.030 0.023 -0.176 -0.011 -0.019 0.031 0.530 -0.150 -0.050 0.043 -0.016 -0.039 0.011 0.018 1.000 -0.027 -0.005 -0.046 0.017 | +| psi2s_s | -0.017 -0.004 -0.007 0.018 0.061 0.025 -0.010 0.001 -0.027 -0.035 -0.006 0.004 0.686 0.073 0.015 -0.027 1.000 -0.007 0.022 -0.019 | +| p4160_s | 0.068 -0.085 -0.152 -0.000 -0.320 0.001 -0.128 0.004 -0.017 -0.168 -0.003 0.371 -0.006 -0.511 -0.154 -0.005 -0.007 1.000 0.302 0.420 | +| Ctt | 0.043 0.588 -0.263 -0.001 -0.496 -0.003 -0.576 -0.016 0.012 -0.079 0.000 0.459 0.055 -0.810 -0.601 -0.046 0.022 0.302 1.000 -0.184 | +| p4040_p | -0.019 -0.238 0.119 -0.005 -0.054 0.000 0.058 0.008 -0.011 -0.159 -0.005 0.141 -0.028 -0.129 0.159 0.017 -0.019 0.420 -0.184 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1936927684373987}), (, {'error': 0.1845293643529956}), (, {'error': 0.16460261642572505}), (, {'error': 0.23547159330379364}), (, {'error': 0.03073345457195842}), (, {'error': 1.037988469425665}), (, {'error': 0.10305823708688688}), (, {'error': 1.1550277229615382}), (, {'error': 0.3503955212443257}), (, {'error': 0.016750632148934574}), (, {'error': 0.31387111695549574}), (, {'error': 0.1861513381342491}), (, {'error': 10.957213833498827}), (, {'error': 0.06672976677110154}), (, {'error': 0.12845574778152802}), (, {'error': 0.22906906974201835}), (, {'error': 0.7579748484000675}), (, {'error': 0.16970735637314616}), (, {'error': 0.1721204746549734}), (, {'error': 0.24245840204827696})]) +Toy 9/10 +Time taken: 12 h, 36 min +Projected time left: 1 h, 24 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.194E+05 | Ncalls=1000 (1000 total) | +| EDM = 8.5E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -719420.9589624004 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.19 | 0.19 | | |0.918861 | 4.08114 | | +| 1 | p4040_s | 0.76 | 0.18 | | |0.00501244| 2.01499 | | +| 2 | p4415_p | 4.22 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -5.63 | 0.23 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -2.429 | 0.030 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 20.1 | 1.1 | | | 14.8182 | 23.5818 | | +| 6 | p4160_p | 4.37 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 5.7 | 1.3 | | | 4.19232 | 9.40768 | | +| 8 | rho_s | 1.40 | 0.31 | | |0.0253049| 2.0747 | | +| 9 | jpsi_p | -4.849 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.24 | 0.19 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.029 | 0.067 | | | -1.464 | 1.464 | | +| 14| p3770_p | -1.94 | 0.13 | | |-6.28319 | 6.28319 | | +| 15| rho_p | 6.25 | 0.20 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1367.0 | 1.6 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.14 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.20 | 0.17 | | | -0.5 | 0.5 | | +| 19| p4040_p | -2.67 | 0.24 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_s p4415_p phi_p psi2s_p phi_s p4160_p omega_s rho_s jpsi_p omega_p p4415_s jpsi_s Dbar_s p3770_p rho_p psi2s_s p4160_s Ctt p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.158 -0.000 0.004 -0.163 0.003 -0.060 0.007 -0.021 -0.109 -0.003 0.069 0.018 -0.174 -0.140 -0.003 -0.013 0.069 0.028 0.005 | +| p4040_s | 0.158 1.000 -0.248 0.002 -0.374 -0.000 -0.509 0.006 -0.008 -0.033 -0.001 0.144 0.004 -0.438 -0.337 -0.006 -0.006 -0.124 0.574 -0.226 | +| p4415_p | -0.000 -0.248 1.000 -0.001 0.106 0.000 0.315 -0.003 -0.001 0.002 -0.001 -0.138 0.006 0.012 0.152 0.004 0.001 -0.149 -0.249 0.090 | +| phi_p | 0.004 0.002 -0.001 1.000 -0.021 0.715 -0.002 -0.056 0.040 -0.017 -0.025 -0.005 -0.012 -0.004 -0.006 -0.029 0.010 -0.003 -0.009 -0.003 | +| psi2s_p | -0.163 -0.374 0.106 -0.021 1.000 -0.014 0.323 -0.019 0.029 0.017 -0.008 -0.378 -0.063 0.652 0.493 0.004 0.021 -0.332 -0.524 -0.096 | +| phi_s | 0.003 -0.000 0.000 0.715 -0.014 1.000 -0.000 -0.005 -0.007 -0.020 0.016 -0.001 -0.025 -0.002 -0.003 -0.010 0.019 0.001 -0.006 0.001 | +| p4160_p | -0.060 -0.509 0.315 -0.002 0.323 -0.000 1.000 -0.005 -0.002 0.024 -0.002 -0.070 0.008 0.347 0.347 0.005 0.002 -0.134 -0.561 -0.007 | +| omega_s | 0.007 0.006 -0.003 -0.056 -0.019 -0.005 -0.005 1.000 -0.436 -0.005 0.662 0.003 -0.006 -0.011 -0.008 0.008 0.005 0.005 -0.002 0.003 | +| rho_s | -0.021 -0.008 -0.001 0.040 0.029 -0.007 -0.002 -0.436 1.000 -0.043 0.007 -0.004 0.011 0.029 0.010 0.029 -0.012 -0.012 0.022 -0.015 | +| jpsi_p | -0.109 -0.033 0.002 -0.017 0.017 -0.020 0.024 -0.005 -0.043 1.000 -0.027 -0.149 0.039 0.090 -0.016 -0.013 -0.030 -0.177 -0.080 -0.177 | +| omega_p | -0.003 -0.001 -0.001 -0.025 -0.008 0.016 -0.002 0.662 0.007 -0.027 1.000 -0.004 0.008 0.004 -0.001 -0.012 -0.006 -0.004 0.000 -0.005 | +| p4415_s | 0.069 0.144 -0.138 -0.005 -0.378 -0.001 -0.070 0.003 -0.004 -0.149 -0.004 1.000 -0.003 -0.560 -0.276 -0.003 -0.005 0.378 0.463 0.168 | +| jpsi_s | 0.018 0.004 0.006 -0.012 -0.063 -0.025 0.008 -0.006 0.011 0.039 0.008 -0.003 1.000 -0.078 -0.018 0.006 -0.693 0.008 -0.021 0.021 | +| Dbar_s | -0.174 -0.438 0.012 -0.004 0.652 -0.002 0.347 -0.011 0.029 0.090 0.004 -0.560 -0.078 1.000 0.534 0.006 0.063 -0.521 -0.818 -0.188 | +| p3770_p | -0.140 -0.337 0.152 -0.006 0.493 -0.003 0.347 -0.008 0.010 -0.016 -0.001 -0.276 -0.018 0.534 1.000 0.005 -0.005 -0.156 -0.610 0.133 | +| rho_p | -0.003 -0.006 0.004 -0.029 0.004 -0.010 0.005 0.008 0.029 -0.013 -0.012 -0.003 0.006 0.006 0.005 1.000 -0.005 -0.002 -0.004 0.000 | +| psi2s_s | -0.013 -0.006 0.001 0.010 0.021 0.019 0.002 0.005 -0.012 -0.030 -0.006 -0.005 -0.693 0.063 -0.005 -0.005 1.000 -0.010 -0.007 -0.016 | +| p4160_s | 0.069 -0.124 -0.149 -0.003 -0.332 0.001 -0.134 0.005 -0.012 -0.177 -0.004 0.378 0.008 -0.521 -0.156 -0.002 -0.010 1.000 0.307 0.433 | +| Ctt | 0.028 0.574 -0.249 -0.009 -0.524 -0.006 -0.561 -0.002 0.022 -0.080 0.000 0.463 -0.021 -0.818 -0.610 -0.004 -0.007 0.307 1.000 -0.125 | +| p4040_p | 0.005 -0.226 0.090 -0.003 -0.096 0.001 -0.007 0.003 -0.015 -0.177 -0.005 0.168 0.021 -0.188 0.133 0.000 -0.016 0.433 -0.125 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.19343110518800222}), (, {'error': 0.1821527195553228}), (, {'error': 0.16809776385468478}), (, {'error': 0.23417285046711145}), (, {'error': 0.030409501265677985}), (, {'error': 1.0568883300350649}), (, {'error': 0.10321420453873831}), (, {'error': 1.2970338986406236}), (, {'error': 0.3141382631278956}), (, {'error': 0.016570285180487865}), (, {'error': 0.3448315929550865}), (, {'error': 0.1878861525668687}), (, {'error': 25.84885640246921}), (, {'error': 0.0665485084529156}), (, {'error': 0.13099807444681444}), (, {'error': 0.19947550633290856}), (, {'error': 1.5510597584482184}), (, {'error': 0.1716926376329343}), (, {'error': 0.17072615371052044}), (, {'error': 0.24210857344778014})]) +Toy 10/10 +Time taken: 14 h, 7 min +Projected time left: +Mean Ctt value = -0.31336602507958056 +Mean Ctt error = 0.15263715647685824 +Simulation ended diff --git a/prelim_results/slurm-2213903.out b/prelim_results/slurm-2213903.out new file mode 100644 index 0000000..00755e1 --- /dev/null +++ b/prelim_results/slurm-2213903.out @@ -0,0 +1,9566 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.997334: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.004975: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2600150000 Hz +2019-07-07 14:45:24.005205: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x557aacc1d290 executing computations on platform Host. Devices: +2019-07-07 14:45:24.005237: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:28.266424: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x557aaccd4d80 executing computations on platform CUDA. Devices: +2019-07-07 14:45:28.266458: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:28.268445: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:87:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:28.268478: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:28.291839: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:28.291864: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:28.291874: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:28.293694: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10801 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:87:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717828.9266192 Edm = 2.81154 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717828.9266192 Edm = 2.81154 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718698.6284177 Edm = 0.189116 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718699.2438621 Edm = 0.465443 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -718838.8433057 Edm = 0.202485 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -718839.2785455 Edm = 0.260321 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -718935.1671778 Edm = 2.95148 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -718938.2026976 Edm = 0.110949 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -718941.2167193 Edm = 2.88257 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -719060.2644206 Edm = 4.6004 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -719066.3170182 Edm = 0.104037 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -719066.4469644 Edm = 0.0254733 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -719066.6162265 Edm = 0.135948 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -719252.361416 Edm = 19.5565 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -719321.3921335 Edm = 3.43682 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -719455.8317376 Edm = 69.3213 NCalls = 62 +VariableMetric: Iteration # 15 - FCN = -719456.655188 Edm = 0.971412 NCalls = 65 +VariableMetric: Iteration # 16 - FCN = -719461.3639206 Edm = 2.81094 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -719489.4329572 Edm = 14.2692 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -719538.2284554 Edm = 8.5504 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -719544.6200617 Edm = 0.351022 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -719544.9735667 Edm = 0.0168199 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -719545.0329142 Edm = 0.0401857 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -719552.1993873 Edm = 6.38624 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -719608.3330726 Edm = 6.67663 NCalls = 89 +VariableMetric: Iteration # 24 - FCN = -719616.2028724 Edm = 1.68662 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -719618.2893414 Edm = 0.539599 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -719619.3443863 Edm = 0.0991872 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -719619.5118479 Edm = 0.0322005 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -719619.6071567 Edm = 0.0323391 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -719623.6862332 Edm = 61.5836 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -719623.6909655 Edm = 0.0729625 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -719628.4041883 Edm = 5.57252 NCalls = 119 +VariableMetric: Iteration # 32 - FCN = -719628.7371213 Edm = 0.396621 NCalls = 122 +VariableMetric: Iteration # 33 - FCN = -719629.2918133 Edm = 0.555156 NCalls = 126 +VariableMetric: Iteration # 34 - FCN = -719631.4537988 Edm = 2.02096 NCalls = 132 +VariableMetric: Iteration # 35 - FCN = -719641.6511897 Edm = 41.8729 NCalls = 143 +VariableMetric: Iteration # 36 - FCN = -719643.2354587 Edm = 4.07679 NCalls = 147 +VariableMetric: Iteration # 37 - FCN = -719650.703635 Edm = 5.84389 NCalls = 150 +VariableMetric: Iteration # 38 - FCN = -719663.8766376 Edm = 19.8972 NCalls = 154 +VariableMetric: Iteration # 39 - FCN = -719737.991117 Edm = 29.2391 NCalls = 159 +VariableMetric: Iteration # 40 - FCN = -719755.3733194 Edm = 20.3878 NCalls = 161 +VariableMetric: Iteration # 41 - FCN = -719775.9749758 Edm = 1.67909 NCalls = 163 +VariableMetric: Iteration # 42 - FCN = -719777.2748481 Edm = 0.357314 NCalls = 165 +VariableMetric: Iteration # 43 - FCN = -719778.0872204 Edm = 0.390007 NCalls = 167 +VariableMetric: Iteration # 44 - FCN = -719785.6801738 Edm = 0.962693 NCalls = 172 +VariableMetric: Iteration # 45 - FCN = -719786.7142612 Edm = 1.53438 NCalls = 174 +VariableMetric: Iteration # 46 - FCN = -719787.1610734 Edm = 0.310827 NCalls = 176 +VariableMetric: Iteration # 47 - FCN = -719788.6271439 Edm = 1.71912 NCalls = 179 +VariableMetric: Iteration # 48 - FCN = -719825.4189331 Edm = 27.3026 NCalls = 185 +VariableMetric: Iteration # 49 - FCN = -719862.353628 Edm = 6.2746 NCalls = 188 +VariableMetric: Iteration # 50 - FCN = -719872.9686508 Edm = 4.49206 NCalls = 190 +VariableMetric: Iteration # 51 - FCN = -719877.1367849 Edm = 5.50474 NCalls = 191 +VariableMetric: Iteration # 52 - FCN = -719881.5336709 Edm = 2.30093 NCalls = 193 +VariableMetric: Iteration # 53 - FCN = -719884.591486 Edm = 2.70885 NCalls = 195 +VariableMetric: Iteration # 54 - FCN = -719888.0295203 Edm = 3.7478 NCalls = 198 +VariableMetric: Iteration # 55 - FCN = -719890.6847984 Edm = 1.42845 NCalls = 200 +VariableMetric: Iteration # 56 - FCN = -719891.9004122 Edm = 0.26802 NCalls = 202 +VariableMetric: Iteration # 57 - FCN = -719892.231514 Edm = 0.116882 NCalls = 204 +VariableMetric: Iteration # 58 - FCN = -719892.3884316 Edm = 0.113079 NCalls = 206 +VariableMetric: Iteration # 59 - FCN = -719893.3678684 Edm = 0.949238 NCalls = 210 +VariableMetric: Iteration # 60 - FCN = -719896.350483 Edm = 2.93103 NCalls = 215 +VariableMetric: Iteration # 61 - FCN = -719912.6492098 Edm = 14.1244 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -719928.9389385 Edm = 20.8366 NCalls = 222 +VariableMetric: Iteration # 63 - FCN = -720009.9680394 Edm = 10.7006 NCalls = 227 +VariableMetric: Iteration # 64 - FCN = -720027.1240789 Edm = 1.04342 NCalls = 229 +VariableMetric: Iteration # 65 - FCN = -720027.9557209 Edm = 0.312291 NCalls = 231 +VariableMetric: Iteration # 66 - FCN = -720028.2810973 Edm = 0.021264 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -720028.3184687 Edm = 0.00768362 NCalls = 235 +VariableMetric: Iteration # 68 - FCN = -720028.4230998 Edm = 0.0638587 NCalls = 238 +VariableMetric: Iteration # 69 - FCN = -720028.6458612 Edm = 0.138838 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -720029.8209133 Edm = 0.822408 NCalls = 243 +VariableMetric: Iteration # 71 - FCN = -720047.8323319 Edm = 22.1662 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -720293.3841237 Edm = 202.996 NCalls = 254 +VariableMetric: Iteration # 73 - FCN = -720751.291416 Edm = 124.95 NCalls = 259 +VariableMetric: Iteration # 74 - FCN = -721136.0857859 Edm = 426.929 NCalls = 268 +VariableMetric: Iteration # 75 - FCN = -721187.2451497 Edm = 323.718 NCalls = 270 +VariableMetric: Iteration # 76 - FCN = -721318.8388882 Edm = 57.1427 NCalls = 273 +VariableMetric: Iteration # 77 - FCN = -721373.6670298 Edm = 13.5833 NCalls = 275 +VariableMetric: Iteration # 78 - FCN = -721389.4868141 Edm = 3.537 NCalls = 278 +VariableMetric: Iteration # 79 - FCN = -721396.2352297 Edm = 1.60856 NCalls = 280 +VariableMetric: Iteration # 80 - FCN = -721398.0256125 Edm = 0.263509 NCalls = 282 +VariableMetric: Iteration # 81 - FCN = -721398.3849362 Edm = 0.0360058 NCalls = 284 +VariableMetric: Iteration # 82 - FCN = -721398.4173058 Edm = 0.0239435 NCalls = 286 +VariableMetric: Iteration # 83 - FCN = -721398.4358991 Edm = 0.0020463 NCalls = 288 +VariableMetric: Iteration # 84 - FCN = -721398.4456444 Edm = 0.00880867 NCalls = 290 +VariableMetric: Iteration # 85 - FCN = -721399.7147337 Edm = 1.33443 NCalls = 297 +VariableMetric: Iteration # 86 - FCN = -721399.7550971 Edm = 0.0379298 NCalls = 301 +VariableMetric: Iteration # 87 - FCN = -721420.8896038 Edm = 16.9533 NCalls = 308 +VariableMetric: Iteration # 88 - FCN = -721473.8682722 Edm = 7.82416 NCalls = 311 +VariableMetric: Iteration # 89 - FCN = -721485.381835 Edm = 1.59288 NCalls = 313 +VariableMetric: Iteration # 90 - FCN = -721492.4852805 Edm = 4.63066 NCalls = 317 +VariableMetric: Iteration # 91 - FCN = -721497.3614692 Edm = 9.468 NCalls = 320 +VariableMetric: Iteration # 92 - FCN = -721502.9003364 Edm = 8.04865 NCalls = 323 +VariableMetric: Iteration # 93 - FCN = -721508.445816 Edm = 2.52417 NCalls = 325 +VariableMetric: Iteration # 94 - FCN = -721509.8614675 Edm = 0.467116 NCalls = 327 +VariableMetric: Iteration # 95 - FCN = -721510.2639597 Edm = 0.0293174 NCalls = 329 +VariableMetric: Iteration # 96 - FCN = -721510.3219868 Edm = 0.0199572 NCalls = 331 +VariableMetric: Iteration # 97 - FCN = -721510.4161316 Edm = 0.0380416 NCalls = 333 +VariableMetric: Iteration # 98 - FCN = -721510.481684 Edm = 0.00758527 NCalls = 335 +VariableMetric: Iteration # 99 - FCN = -721510.4903948 Edm = 0.00105139 NCalls = 337 +VariableMetric: Iteration # 100 - FCN = -721510.4920664 Edm = 0.00124579 NCalls = 339 +VariableMetric: Iteration # 101 - FCN = -721510.5019779 Edm = 0.0100368 NCalls = 343 +VariableMetric: Iteration # 102 - FCN = -721511.1233452 Edm = 0.371736 NCalls = 350 +VariableMetric: Iteration # 103 - FCN = -721519.5944453 Edm = 7.08509 NCalls = 354 +VariableMetric: Iteration # 104 - FCN = -721525.6592292 Edm = 9.67388 NCalls = 358 +VariableMetric: Iteration # 105 - FCN = -721530.74092 Edm = 0.904988 NCalls = 362 +VariableMetric: Iteration # 106 - FCN = -721531.5446848 Edm = 0.0426125 NCalls = 364 +VariableMetric: Iteration # 107 - FCN = -721531.5848343 Edm = 0.00509826 NCalls = 365 +VariableMetric: Iteration # 108 - FCN = -721531.5902864 Edm = 0.00116848 NCalls = 367 +VariableMetric: Iteration # 109 - FCN = -721531.5916654 Edm = 0.000175277 NCalls = 369 +VariableMetric: Iteration # 110 - FCN = -721531.5923057 Edm = 0.000426951 NCalls = 371 +VariableMetric: Iteration # 111 - FCN = -721531.613729 Edm = 0.0222415 NCalls = 376 +VariableMetric: Iteration # 112 - FCN = -721532.2250195 Edm = 0.156353 NCalls = 383 +VariableMetric: Iteration # 113 - FCN = -721535.0526871 Edm = 1.97984 NCalls = 387 +VariableMetric: Iteration # 114 - FCN = -721541.8512764 Edm = 4.35738 NCalls = 395 +VariableMetric: Iteration # 115 - FCN = -721544.2133435 Edm = 1.83159 NCalls = 398 +VariableMetric: Iteration # 116 - FCN = -721545.1307717 Edm = 1.08887 NCalls = 400 +VariableMetric: Iteration # 117 - FCN = -721546.6971742 Edm = 0.839847 NCalls = 403 +VariableMetric: Iteration # 118 - FCN = -721549.4072819 Edm = 2.20608 NCalls = 406 +VariableMetric: Iteration # 119 - FCN = -721551.1570325 Edm = 1.108 NCalls = 408 +VariableMetric: Iteration # 120 - FCN = -721552.194959 Edm = 0.0302386 NCalls = 409 +VariableMetric: Iteration # 121 - FCN = -721552.2225624 Edm = 0.00188673 NCalls = 410 +VariableMetric: Iteration # 122 - FCN = -721552.2246341 Edm = 0.000800303 NCalls = 412 +VariableMetric: Iteration # 123 - FCN = -721552.228423 Edm = 0.00338249 NCalls = 415 +VariableMetric: Iteration # 124 - FCN = -721552.2878153 Edm = 0.0607558 NCalls = 420 +VariableMetric: Iteration # 125 - FCN = -721552.5019728 Edm = 0.208617 NCalls = 427 +VariableMetric: Iteration # 126 - FCN = -721561.4011421 Edm = 2.28395 NCalls = 432 +VariableMetric: Iteration # 127 - FCN = -721563.4199968 Edm = 0.357996 NCalls = 433 +VariableMetric: Iteration # 128 - FCN = -721563.6962075 Edm = 0.0121944 NCalls = 434 +VariableMetric: Iteration # 129 - FCN = -721563.7083313 Edm = 0.000252774 NCalls = 436 +VariableMetric: Iteration # 130 - FCN = -721563.7085453 Edm = 1.81494e-05 NCalls = 438 +VariableMetric: After Hessian - FCN = -721563.7085453 Edm = 291.483 NCalls = 799 +VariableMetric: Iteration # 131 - FCN = -721563.7085453 Edm = 291.483 NCalls = 799 +VariableMetric: Iteration # 132 - FCN = -721594.2715241 Edm = 5740.78 NCalls = 802 +VariableMetric: Iteration # 133 - FCN = -721594.2715241 Edm = 5740.78 NCalls = 813 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710548.2736682 Edm = 18.0893 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710548.2736682 Edm = 18.0893 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718903.2777006 Edm = 6.60645 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719312.2652401 Edm = 187.686 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -720080.8485002 Edm = 35.0174 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -720121.607208 Edm = 10.8823 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -720128.8586331 Edm = 0.702868 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -720129.7700169 Edm = 0.457116 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -720194.4099161 Edm = 31.6474 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -720246.6395759 Edm = 0.17278 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -720246.8550436 Edm = 0.0205701 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -720249.6273087 Edm = 2.76498 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -720251.8239033 Edm = 2.16435 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -720427.5521044 Edm = 26.9805 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -720477.26024 Edm = 5.55023 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -720483.8741499 Edm = 0.390873 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -720484.3573798 Edm = 0.0324322 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -720484.4242784 Edm = 0.0222061 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -720488.2625186 Edm = 3.47085 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -720526.9662645 Edm = 1.20242 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -720527.7794136 Edm = 0.126077 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -720527.8689503 Edm = 0.00403862 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -720527.963329 Edm = 0.0894043 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -720538.8792187 Edm = 9.36083 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -720585.225589 Edm = 6.79692 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -720594.2544499 Edm = 1.8519 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -720598.2554016 Edm = 1.19668 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -720599.4489124 Edm = 0.0512075 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -720599.5020741 Edm = 0.00497045 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -720599.520957 Edm = 0.0156016 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -720599.9615774 Edm = 0.630405 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -720599.9848916 Edm = 0.017058 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -720602.3414586 Edm = 1.96284 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -720657.8453097 Edm = 37.483 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -720679.1578119 Edm = 12.5426 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -720687.8525378 Edm = 1.30006 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -720689.0991904 Edm = 0.0450585 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -720689.1590308 Edm = 0.00382476 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -720689.2936845 Edm = 0.099558 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -720692.0649493 Edm = 1.44229 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -720710.3210998 Edm = 6.74598 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -720713.6429008 Edm = 7.46663 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -720724.3636736 Edm = 1.65156 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -720730.3948162 Edm = 18.6222 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -720741.9896945 Edm = 21.7346 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -720748.3748403 Edm = 21.3835 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -720790.0241949 Edm = 9.84418 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -720798.95411 Edm = 1.86674 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -720803.8536881 Edm = 2.03615 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -720808.9061172 Edm = 0.300949 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -720809.2615205 Edm = 0.0254255 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -720809.2986393 Edm = 0.0139953 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -720809.9414257 Edm = 0.596476 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -720841.233627 Edm = 26.2562 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -721014.1349139 Edm = 29.8279 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -721038.9180718 Edm = 56.2263 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -721078.094305 Edm = 14.7573 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -721089.03468 Edm = 3.43044 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -721093.4085495 Edm = 1.14359 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -721096.0312499 Edm = 3.15352 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -721129.5368432 Edm = 108.543 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -721134.183371 Edm = 13.8434 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -721168.3096866 Edm = 22.7709 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -721212.1766241 Edm = 71.8787 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -721242.2043857 Edm = 15.2824 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -721281.8356771 Edm = 8.68608 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -721291.887808 Edm = 0.889895 NCalls = 215 +VariableMetric: Iteration # 66 - FCN = -721292.9010627 Edm = 0.126557 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -721293.0256211 Edm = 0.0267318 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -721293.0425687 Edm = 0.00687486 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -721293.0830912 Edm = 0.0244935 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -721293.4169778 Edm = 0.208341 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -721297.7106599 Edm = 2.74915 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -721328.907495 Edm = 14.8081 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -721366.7056959 Edm = 17.5371 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -721398.2936641 Edm = 7.21249 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -721405.7939946 Edm = 0.912246 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -721406.836459 Edm = 0.194175 NCalls = 243 +VariableMetric: Iteration # 77 - FCN = -721406.9516149 Edm = 0.0428912 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -721407.0270395 Edm = 0.0105066 NCalls = 247 +VariableMetric: Iteration # 79 - FCN = -721407.0440667 Edm = 0.0031071 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -721407.0553245 Edm = 0.00649892 NCalls = 251 +VariableMetric: Iteration # 81 - FCN = -721407.1367649 Edm = 0.0816828 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -721411.7439604 Edm = 3.2807 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -721491.7582078 Edm = 36.0661 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -721530.8879404 Edm = 1.9405 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -721533.1922389 Edm = 0.108445 NCalls = 269 +VariableMetric: Iteration # 86 - FCN = -721533.3123771 Edm = 0.00555085 NCalls = 271 +VariableMetric: Iteration # 87 - FCN = -721533.3190177 Edm = 0.00165163 NCalls = 273 +VariableMetric: Iteration # 88 - FCN = -721533.3245188 Edm = 0.00297213 NCalls = 275 +VariableMetric: Iteration # 89 - FCN = -721533.3362892 Edm = 0.00630521 NCalls = 277 +VariableMetric: Iteration # 90 - FCN = -721533.3831083 Edm = 0.0445221 NCalls = 280 +VariableMetric: Iteration # 91 - FCN = -721534.7062954 Edm = 1.32426 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -721534.9330303 Edm = 0.209021 NCalls = 290 +VariableMetric: Iteration # 93 - FCN = -721549.8299291 Edm = 4.74247 NCalls = 295 +VariableMetric: Iteration # 94 - FCN = -721558.9693322 Edm = 2.2637 NCalls = 297 +VariableMetric: Iteration # 95 - FCN = -721561.10461 Edm = 1.8699 NCalls = 300 +VariableMetric: Iteration # 96 - FCN = -721565.1887709 Edm = 4.30809 NCalls = 308 +VariableMetric: Iteration # 97 - FCN = -721566.171269 Edm = 4.01575 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -721570.615421 Edm = 2.94874 NCalls = 312 +VariableMetric: Iteration # 99 - FCN = -721573.6856419 Edm = 1.36347 NCalls = 313 +VariableMetric: Iteration # 100 - FCN = -721574.7134251 Edm = 0.201454 NCalls = 315 +VariableMetric: Iteration # 101 - FCN = -721575.0630549 Edm = 0.238222 NCalls = 318 +VariableMetric: Iteration # 102 - FCN = -721575.4222396 Edm = 0.106944 NCalls = 320 +VariableMetric: Iteration # 103 - FCN = -721575.5430944 Edm = 0.0156663 NCalls = 322 +VariableMetric: Iteration # 104 - FCN = -721575.5608626 Edm = 0.00164824 NCalls = 324 +VariableMetric: Iteration # 105 - FCN = -721575.562814 Edm = 0.000464222 NCalls = 326 +VariableMetric: Iteration # 106 - FCN = -721575.5722358 Edm = 0.00933842 NCalls = 330 +VariableMetric: Iteration # 107 - FCN = -721575.9637901 Edm = 0.230173 NCalls = 337 +VariableMetric: Iteration # 108 - FCN = -721579.0814201 Edm = 1.19007 NCalls = 341 +VariableMetric: Iteration # 109 - FCN = -721582.3564309 Edm = 0.668346 NCalls = 344 +VariableMetric: Iteration # 110 - FCN = -721583.7653804 Edm = 0.382559 NCalls = 347 +VariableMetric: Iteration # 111 - FCN = -721584.6770651 Edm = 0.245458 NCalls = 350 +VariableMetric: Iteration # 112 - FCN = -721585.3168865 Edm = 0.148209 NCalls = 353 +VariableMetric: Iteration # 113 - FCN = -721585.5317314 Edm = 0.0247765 NCalls = 356 +VariableMetric: Iteration # 114 - FCN = -721585.5633625 Edm = 0.0061418 NCalls = 358 +VariableMetric: Iteration # 115 - FCN = -721585.5712603 Edm = 0.00322043 NCalls = 360 +VariableMetric: Iteration # 116 - FCN = -721585.5742346 Edm = 0.000233632 NCalls = 362 +VariableMetric: Iteration # 117 - FCN = -721585.5745622 Edm = 2.89501e-05 NCalls = 364 +VariableMetric: After Hessian - FCN = -721585.5745622 Edm = 41106.5 NCalls = 729 +VariableMetric: Iteration # 118 - FCN = -721585.5745622 Edm = 41106.5 NCalls = 729 +VariableMetric: Iteration # 119 - FCN = -721589.7559324 Edm = 57498.4 NCalls = 740 +VariableMetric: Iteration # 120 - FCN = -721591.8405126 Edm = 0.15973 NCalls = 742 +VariableMetric: Iteration # 121 - FCN = -721593.0767218 Edm = 0.279131 NCalls = 745 +VariableMetric: Iteration # 122 - FCN = -721593.8683114 Edm = 0.532458 NCalls = 748 +VariableMetric: Iteration # 123 - FCN = -721596.2139949 Edm = 0.986105 NCalls = 752 +VariableMetric: Iteration # 124 - FCN = -721598.7634231 Edm = 2.906 NCalls = 757 +VariableMetric: Iteration # 125 - FCN = -721601.8658149 Edm = 3.60643 NCalls = 760 +VariableMetric: Iteration # 126 - FCN = -721604.0151918 Edm = 2.46281 NCalls = 762 +VariableMetric: Iteration # 127 - FCN = -721605.0133788 Edm = 1.21664 NCalls = 764 +VariableMetric: Iteration # 128 - FCN = -721607.002307 Edm = 0.571425 NCalls = 766 +VariableMetric: Iteration # 129 - FCN = -721608.5250647 Edm = 0.212627 NCalls = 768 +VariableMetric: Iteration # 130 - FCN = -721609.1137102 Edm = 0.258836 NCalls = 770 +VariableMetric: Iteration # 131 - FCN = -721609.8963054 Edm = 0.279492 NCalls = 772 +VariableMetric: Iteration # 132 - FCN = -721610.3382248 Edm = 0.136528 NCalls = 774 +VariableMetric: Iteration # 133 - FCN = -721610.670507 Edm = 0.125562 NCalls = 776 +VariableMetric: Iteration # 134 - FCN = -721610.8363577 Edm = 0.0463257 NCalls = 778 +VariableMetric: Iteration # 135 - FCN = -721610.9991455 Edm = 0.0671381 NCalls = 780 +VariableMetric: Iteration # 136 - FCN = -721611.138643 Edm = 0.021033 NCalls = 782 +VariableMetric: Iteration # 137 - FCN = -721611.1804309 Edm = 0.0128302 NCalls = 784 +VariableMetric: Iteration # 138 - FCN = -721611.201475 Edm = 0.00196996 NCalls = 786 +VariableMetric: Iteration # 139 - FCN = -721611.2094857 Edm = 0.00210826 NCalls = 788 +VariableMetric: Iteration # 140 - FCN = -721611.2143825 Edm = 0.00134442 NCalls = 790 +VariableMetric: Iteration # 141 - FCN = -721611.2178388 Edm = 0.000411826 NCalls = 792 +VariableMetric: Iteration # 142 - FCN = -721611.220339 Edm = 0.00127394 NCalls = 795 +VariableMetric: Iteration # 143 - FCN = -721611.2238486 Edm = 0.000641965 NCalls = 797 +VariableMetric: Iteration # 144 - FCN = -721611.227845 Edm = 0.00245777 NCalls = 800 +VariableMetric: Iteration # 145 - FCN = -721611.2359751 Edm = 0.00240325 NCalls = 803 +VariableMetric: Iteration # 146 - FCN = -721611.2421778 Edm = 0.00410968 NCalls = 805 +VariableMetric: Iteration # 147 - FCN = -721611.249727 Edm = 0.00163364 NCalls = 809 +VariableMetric: Iteration # 148 - FCN = -721611.2521691 Edm = 0.000615271 NCalls = 811 +VariableMetric: Iteration # 149 - FCN = -721611.2556755 Edm = 0.00248247 NCalls = 815 +VariableMetric: Iteration # 150 - FCN = -721611.2580906 Edm = 0.000655269 NCalls = 816 +VariableMetric: Iteration # 151 - FCN = -721611.2591636 Edm = 0.000477158 NCalls = 818 +VariableMetric: Iteration # 152 - FCN = -721611.265129 Edm = 0.00148497 NCalls = 822 +VariableMetric: Iteration # 153 - FCN = -721611.2679315 Edm = 0.00242448 NCalls = 825 +VariableMetric: Iteration # 154 - FCN = -721611.2691236 Edm = 0.00040028 NCalls = 827 +VariableMetric: Iteration # 155 - FCN = -721611.2697984 Edm = 8.69467e-05 NCalls = 829 +VariableMetric: Iteration # 156 - FCN = -721611.2699726 Edm = 4.81681e-05 NCalls = 831 +VariableMetric: After Hessian - FCN = -721611.2699726 Edm = 0.000202104 NCalls = 1200 +VariableMetric: Iteration # 157 - FCN = -721611.2699726 Edm = 0.000202104 NCalls = 1200 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715870.7633385 Edm = 18.2635 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715870.7633385 Edm = 18.2635 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719575.2573833 Edm = 29.245 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -719868.4229848 Edm = 20.8173 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -719879.2708895 Edm = 4.36352 NCalls = 11 +VariableMetric: Iteration # 4 - FCN = -720470.8881022 Edm = 12.1765 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -720482.4664766 Edm = 0.204312 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -720483.0518745 Edm = 0.342263 NCalls = 21 +VariableMetric: Iteration # 7 - FCN = -720591.3099603 Edm = 4.04638 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -720595.5982189 Edm = 0.104661 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -720598.2908017 Edm = 2.0107 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -720631.8815537 Edm = 16.9455 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -720787.5118608 Edm = 65.1146 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -720819.9210863 Edm = 6.78738 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -720827.5455078 Edm = 0.0360686 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -720827.5865918 Edm = 0.0174905 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -720827.8005245 Edm = 0.261659 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -720848.5003655 Edm = 2.06567 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -720892.1808709 Edm = 1.22251 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -720893.9015765 Edm = 0.137847 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -720894.0739123 Edm = 0.0118684 NCalls = 64 +VariableMetric: Iteration # 20 - FCN = -720894.1333715 Edm = 0.0510614 NCalls = 66 +VariableMetric: Iteration # 21 - FCN = -720904.1851934 Edm = 7.47522 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -721015.7833108 Edm = 11.1859 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -721036.2132785 Edm = 6.00064 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -721049.0591258 Edm = 0.826324 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -721050.0036286 Edm = 0.102422 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -721050.2408781 Edm = 0.0199733 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -721050.2645275 Edm = 0.00345609 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -721050.2819548 Edm = 0.0144673 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -721051.770219 Edm = 0.997401 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -721076.6420876 Edm = 20.0921 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -721106.4651017 Edm = 16.071 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -721129.6068259 Edm = 6.07299 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -721133.1478286 Edm = 0.342174 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -721133.4323887 Edm = 0.0885493 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -721133.5281371 Edm = 0.0108056 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -721133.5450253 Edm = 0.0011241 NCalls = 115 +VariableMetric: Iteration # 37 - FCN = -721133.5539044 Edm = 0.0073208 NCalls = 118 +VariableMetric: Iteration # 38 - FCN = -721134.5177135 Edm = 0.888056 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -721230.791232 Edm = 41.6333 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -721262.0546405 Edm = 33.7794 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -721282.0814467 Edm = 4.76087 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -721283.9617234 Edm = 0.869054 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -721285.929205 Edm = 0.739274 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -721286.8988662 Edm = 0.0565691 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -721286.9484957 Edm = 0.0024709 NCalls = 144 +VariableMetric: Iteration # 46 - FCN = -721286.9546189 Edm = 0.00319337 NCalls = 146 +VariableMetric: Iteration # 47 - FCN = -721286.9933893 Edm = 0.0366935 NCalls = 149 +VariableMetric: Iteration # 48 - FCN = -721288.325578 Edm = 1.45304 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -721288.6355432 Edm = 0.306191 NCalls = 161 +VariableMetric: Iteration # 50 - FCN = -721289.1644705 Edm = 0.509664 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -721328.0047791 Edm = 5.18896 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -721331.8508755 Edm = 0.278867 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -721332.0616923 Edm = 0.0675817 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -721335.1780299 Edm = 18.5896 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -721335.464598 Edm = 1.50841 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -721344.5090228 Edm = 14.6815 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -721363.2935105 Edm = 14.7582 NCalls = 199 +VariableMetric: Iteration # 58 - FCN = -721385.1392529 Edm = 15.5933 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -721414.2737891 Edm = 49.419 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -721418.1846498 Edm = 9.90525 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -721434.402485 Edm = 16.1645 NCalls = 215 +VariableMetric: Iteration # 62 - FCN = -721451.1969958 Edm = 4.69678 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -721457.5273587 Edm = 2.51261 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -721462.8891892 Edm = 2.2076 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -721469.7283708 Edm = 5.74655 NCalls = 227 +VariableMetric: Iteration # 66 - FCN = -721471.8302382 Edm = 6.01565 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -721476.8319944 Edm = 5.5981 NCalls = 232 +VariableMetric: Iteration # 68 - FCN = -721484.2911569 Edm = 6.80085 NCalls = 236 +VariableMetric: Iteration # 69 - FCN = -721487.2851436 Edm = 0.709746 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -721488.2238539 Edm = 0.15414 NCalls = 240 +VariableMetric: Iteration # 71 - FCN = -721488.4529696 Edm = 0.0285137 NCalls = 242 +VariableMetric: Iteration # 72 - FCN = -721488.5243232 Edm = 0.00782725 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -721488.5351425 Edm = 0.0028927 NCalls = 246 +VariableMetric: Iteration # 74 - FCN = -721488.6310487 Edm = 0.084058 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -721491.1723172 Edm = 2.22596 NCalls = 254 +VariableMetric: Iteration # 76 - FCN = -721521.294504 Edm = 17.6284 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -721546.5732847 Edm = 11.7635 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -721551.0255437 Edm = 0.399129 NCalls = 262 +VariableMetric: Iteration # 79 - FCN = -721551.5043619 Edm = 0.0362977 NCalls = 264 +VariableMetric: Iteration # 80 - FCN = -721551.5564283 Edm = 0.00197003 NCalls = 266 +VariableMetric: Iteration # 81 - FCN = -721551.5610376 Edm = 0.00149549 NCalls = 268 +VariableMetric: Iteration # 82 - FCN = -721551.5796877 Edm = 0.0159892 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -721554.0088983 Edm = 2.13975 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -721584.2509461 Edm = 4.02657 NCalls = 281 +VariableMetric: Iteration # 85 - FCN = -721589.2728205 Edm = 0.467441 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -721589.7237148 Edm = 0.146241 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -721589.8829086 Edm = 0.0956333 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -721589.9892261 Edm = 0.0493003 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -721590.0551001 Edm = 0.00587424 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -721590.064198 Edm = 0.000597367 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -721590.0652604 Edm = 0.000285417 NCalls = 295 +VariableMetric: Iteration # 92 - FCN = -721590.0660839 Edm = 0.00050594 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -721590.0761481 Edm = 0.00872171 NCalls = 301 +VariableMetric: Iteration # 94 - FCN = -721592.400738 Edm = 2.34608 NCalls = 307 +VariableMetric: Iteration # 95 - FCN = -721595.5819982 Edm = 2.92085 NCalls = 311 +VariableMetric: Iteration # 96 - FCN = -721598.684295 Edm = 0.205516 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -721598.8832198 Edm = 0.0595768 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -721598.9203282 Edm = 0.00451326 NCalls = 317 +VariableMetric: Iteration # 99 - FCN = -721598.9257767 Edm = 0.000521319 NCalls = 319 +VariableMetric: Iteration # 100 - FCN = -721598.9266364 Edm = 0.000474872 NCalls = 321 +VariableMetric: Iteration # 101 - FCN = -721598.9373911 Edm = 0.0101507 NCalls = 325 +VariableMetric: Iteration # 102 - FCN = -721599.7809718 Edm = 0.935512 NCalls = 330 +VariableMetric: Iteration # 103 - FCN = -721599.831533 Edm = 0.0410449 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -721601.253373 Edm = 1.02595 NCalls = 337 +VariableMetric: Iteration # 105 - FCN = -721602.9883659 Edm = 0.081485 NCalls = 339 +VariableMetric: Iteration # 106 - FCN = -721603.0589649 Edm = 0.00246023 NCalls = 341 +VariableMetric: Iteration # 107 - FCN = -721603.0610739 Edm = 0.000162031 NCalls = 343 +VariableMetric: Iteration # 108 - FCN = -721603.0612908 Edm = 8.49668e-05 NCalls = 345 +VariableMetric: Iteration # 109 - FCN = -721603.0632734 Edm = 0.00190917 NCalls = 349 +VariableMetric: Iteration # 110 - FCN = -721603.4186324 Edm = 0.329315 NCalls = 355 +VariableMetric: Iteration # 111 - FCN = -721607.3541762 Edm = 1.17007 NCalls = 358 +VariableMetric: Iteration # 112 - FCN = -721608.3257184 Edm = 0.102004 NCalls = 360 +VariableMetric: Iteration # 113 - FCN = -721608.3952895 Edm = 0.000760911 NCalls = 362 +VariableMetric: Iteration # 114 - FCN = -721608.3960005 Edm = 3.57875e-05 NCalls = 364 +VariableMetric: After Hessian - FCN = -721608.3960005 Edm = 289.386 NCalls = 721 +VariableMetric: Iteration # 115 - FCN = -721608.3960005 Edm = 289.386 NCalls = 721 +VariableMetric: Iteration # 116 - FCN = -721609.2198388 Edm = 261.954 NCalls = 726 +VariableMetric: Iteration # 117 - FCN = -721610.030644 Edm = 6.95539 NCalls = 729 +VariableMetric: Iteration # 118 - FCN = -721612.6147451 Edm = 1.70542 NCalls = 731 +VariableMetric: Iteration # 119 - FCN = -721613.3454261 Edm = 0.202807 NCalls = 733 +VariableMetric: Iteration # 120 - FCN = -721613.5091719 Edm = 0.0848352 NCalls = 735 +VariableMetric: Iteration # 121 - FCN = -721613.6721646 Edm = 0.0198754 NCalls = 737 +VariableMetric: Iteration # 122 - FCN = -721613.7143089 Edm = 0.00560768 NCalls = 739 +VariableMetric: Iteration # 123 - FCN = -721613.7341114 Edm = 0.00335419 NCalls = 742 +VariableMetric: Iteration # 124 - FCN = -721613.743484 Edm = 0.00145444 NCalls = 744 +VariableMetric: Iteration # 125 - FCN = -721613.7464768 Edm = 0.000573263 NCalls = 746 +VariableMetric: Iteration # 126 - FCN = -721613.749482 Edm = 0.00133188 NCalls = 748 +VariableMetric: Iteration # 127 - FCN = -721613.7535063 Edm = 0.000783955 NCalls = 751 +VariableMetric: Iteration # 128 - FCN = -721613.7546365 Edm = 6.82547e-05 NCalls = 753 +VariableMetric: Iteration # 129 - FCN = -721613.7547766 Edm = 6.24989e-05 NCalls = 755 +VariableMetric: After Hessian - FCN = -721613.7547766 Edm = 0.00116699 NCalls = 1130 +VariableMetric: Iteration # 130 - FCN = -721613.7547766 Edm = 0.00116699 NCalls = 1130 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710491.3393131 Edm = 6.68738 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710491.3393131 Edm = 6.68738 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717709.8655646 Edm = 0.974327 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -717765.8664477 Edm = 1.20568 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -717769.4774953 Edm = 5.67811 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -717837.2910068 Edm = 47.6592 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -718532.8045325 Edm = 0.33226 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -718533.313268 Edm = 0.0503031 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -718533.392317 Edm = 0.110755 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -718558.5493303 Edm = 0.321057 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -718559.0297125 Edm = 0.140314 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -718670.7596426 Edm = 87.3667 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -718886.8056727 Edm = 35.8394 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -718919.3480273 Edm = 1.33032 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -718922.0803822 Edm = 0.207151 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -718922.4022149 Edm = 0.0195739 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -718922.4848562 Edm = 0.0464972 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -718926.8769549 Edm = 3.27751 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -718991.2277328 Edm = 28.3367 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -719041.1430635 Edm = 11.5185 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -719062.9106404 Edm = 32.6803 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -719098.1213184 Edm = 8.88591 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -719107.4828175 Edm = 2.73738 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -719109.2854276 Edm = 0.10422 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -719109.3652416 Edm = 0.019141 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -719109.4039203 Edm = 0.0191317 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -719110.0599262 Edm = 0.529974 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -719147.3125207 Edm = 22.537 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -719148.4018344 Edm = 0.950398 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -719152.422161 Edm = 3.84137 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -719176.7560457 Edm = 3.221 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -719183.9037959 Edm = 12.6392 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -719196.5206452 Edm = 13.9223 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -719264.6148879 Edm = 71.2862 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -719313.598336 Edm = 34.4848 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -720191.2694445 Edm = 323.174 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -720254.0019585 Edm = 323.433 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -720543.6059739 Edm = 285.352 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -720920.9090612 Edm = 182.79 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -721230.6608878 Edm = 210.77 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -721388.3478045 Edm = 12.6768 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -721406.5056429 Edm = 7.49628 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -721415.7411643 Edm = 3.44843 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -721420.2856103 Edm = 0.734365 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -721424.1480802 Edm = 1.39579 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -721426.1956156 Edm = 1.05571 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -721426.8809272 Edm = 0.0238871 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -721426.9308555 Edm = 0.0236384 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -721429.1676403 Edm = 2.11024 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -721511.2790175 Edm = 16.2969 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -721532.6899081 Edm = 1.28278 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -721535.3919283 Edm = 1.30803 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -721536.8789259 Edm = 0.317365 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -721537.1421829 Edm = 0.0235548 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -721537.1618775 Edm = 0.00215477 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -721537.1677029 Edm = 0.00410513 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -721537.2341066 Edm = 0.0591076 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -721538.0086127 Edm = 0.733873 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -721552.3536641 Edm = 1.19884 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -721553.9268239 Edm = 0.0515259 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -721553.9827759 Edm = 0.00334802 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -721553.9864212 Edm = 0.000191382 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -721553.9870661 Edm = 0.000479146 NCalls = 199 +VariableMetric: Iteration # 62 - FCN = -721554.0121133 Edm = 0.0164148 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -721554.4449886 Edm = 0.287053 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -721555.6781489 Edm = 0.0515431 NCalls = 211 +VariableMetric: Iteration # 65 - FCN = -721555.7378357 Edm = 0.00229542 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -721555.7408687 Edm = 0.000110663 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -721555.7413913 Edm = 0.000403524 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -721555.7921166 Edm = 0.0492946 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -721556.8696321 Edm = 0.146446 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -721557.0067366 Edm = 0.00333649 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -721557.0095219 Edm = 0.000105552 NCalls = 229 +VariableMetric: Iteration # 72 - FCN = -721557.0097215 Edm = 9.52807e-05 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -721557.0184575 Edm = 0.00886637 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -721557.2007878 Edm = 0.00304226 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -721559.5557021 Edm = 0.138466 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -721559.7726952 Edm = 0.00161484 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -721559.7743229 Edm = 4.41152e-05 NCalls = 248 +VariableMetric: After Hessian - FCN = -721559.7743229 Edm = 82.063 NCalls = 611 +VariableMetric: Iteration # 78 - FCN = -721559.7743229 Edm = 82.063 NCalls = 611 +VariableMetric: Iteration # 79 - FCN = -721577.2361104 Edm = 975.775 NCalls = 613 +VariableMetric: Iteration # 80 - FCN = -721577.3686125 Edm = 1831.5 NCalls = 619 +VariableMetric: Iteration # 81 - FCN = -721577.5038801 Edm = 4534.68 NCalls = 624 +VariableMetric: Iteration # 82 - FCN = -721578.7257305 Edm = 14316.3 NCalls = 628 +VariableMetric: Iteration # 83 - FCN = -721582.8448559 Edm = 1242.34 NCalls = 632 +VariableMetric: Iteration # 84 - FCN = -721583.5135289 Edm = 613.872 NCalls = 636 +VariableMetric: Iteration # 85 - FCN = -721583.9524433 Edm = 100.115 NCalls = 640 +VariableMetric: Iteration # 86 - FCN = -721584.2021401 Edm = 649.659 NCalls = 643 +VariableMetric: Iteration # 87 - FCN = -721586.019347 Edm = 16.4733 NCalls = 646 +VariableMetric: Iteration # 88 - FCN = -721586.7079618 Edm = 170.725 NCalls = 648 +VariableMetric: Iteration # 89 - FCN = -721587.143736 Edm = 8.67248 NCalls = 651 +VariableMetric: Iteration # 90 - FCN = -721588.8950604 Edm = 10.9095 NCalls = 653 +VariableMetric: Iteration # 91 - FCN = -721589.3591147 Edm = 45.4011 NCalls = 655 +VariableMetric: Iteration # 92 - FCN = -721589.9811094 Edm = 5.19275 NCalls = 657 +VariableMetric: Iteration # 93 - FCN = -721590.9810284 Edm = 12.2583 NCalls = 659 +VariableMetric: Iteration # 94 - FCN = -721591.8450955 Edm = 3.19332 NCalls = 661 +VariableMetric: Iteration # 95 - FCN = -721592.640304 Edm = 11.6136 NCalls = 663 +VariableMetric: Iteration # 96 - FCN = -721593.0514021 Edm = 0.827548 NCalls = 665 +VariableMetric: Iteration # 97 - FCN = -721593.2719972 Edm = 2.41275 NCalls = 667 +VariableMetric: Iteration # 98 - FCN = -721593.4727726 Edm = 0.702748 NCalls = 669 +VariableMetric: Iteration # 99 - FCN = -721593.7816953 Edm = 0.282991 NCalls = 672 +VariableMetric: Iteration # 100 - FCN = -721593.8233533 Edm = 0.0945526 NCalls = 674 +VariableMetric: Iteration # 101 - FCN = -721593.8941762 Edm = 0.0912595 NCalls = 676 +VariableMetric: Iteration # 102 - FCN = -721593.9211352 Edm = 0.0624121 NCalls = 678 +VariableMetric: Iteration # 103 - FCN = -721593.9684868 Edm = 0.0193145 NCalls = 681 +VariableMetric: Iteration # 104 - FCN = -721594.0235502 Edm = 0.0341809 NCalls = 683 +VariableMetric: Iteration # 105 - FCN = -721594.0812344 Edm = 0.0847586 NCalls = 687 +VariableMetric: Iteration # 106 - FCN = -721594.2248818 Edm = 0.133573 NCalls = 691 +VariableMetric: Iteration # 107 - FCN = -721594.3658477 Edm = 0.268542 NCalls = 694 +VariableMetric: Iteration # 108 - FCN = -721594.6071788 Edm = 0.110663 NCalls = 700 +VariableMetric: Iteration # 109 - FCN = -721594.7497356 Edm = 0.192257 NCalls = 702 +VariableMetric: Iteration # 110 - FCN = -721594.870142 Edm = 0.102575 NCalls = 704 +VariableMetric: Iteration # 111 - FCN = -721595.0138263 Edm = 0.0603267 NCalls = 707 +VariableMetric: Iteration # 112 - FCN = -721595.1008536 Edm = 0.0283658 NCalls = 709 +VariableMetric: Iteration # 113 - FCN = -721595.1434833 Edm = 0.0438482 NCalls = 712 +VariableMetric: Iteration # 114 - FCN = -721595.1894946 Edm = 0.0212859 NCalls = 715 +VariableMetric: Iteration # 115 - FCN = -721595.2166072 Edm = 0.0160244 NCalls = 718 +VariableMetric: Iteration # 116 - FCN = -721595.2332149 Edm = 0.0131339 NCalls = 720 +VariableMetric: Iteration # 117 - FCN = -721595.2500445 Edm = 0.00754515 NCalls = 723 +VariableMetric: Iteration # 118 - FCN = -721595.2675374 Edm = 0.00351982 NCalls = 726 +VariableMetric: Iteration # 119 - FCN = -721595.2725946 Edm = 0.00366583 NCalls = 728 +VariableMetric: Iteration # 120 - FCN = -721595.2743535 Edm = 0.00114921 NCalls = 731 +VariableMetric: Iteration # 121 - FCN = -721595.2769131 Edm = 0.00182427 NCalls = 733 +VariableMetric: Iteration # 122 - FCN = -721595.2792778 Edm = 0.0016843 NCalls = 735 +VariableMetric: Iteration # 123 - FCN = -721595.2821346 Edm = 0.000599629 NCalls = 740 +VariableMetric: Iteration # 124 - FCN = -721595.2832065 Edm = 0.000646848 NCalls = 742 +VariableMetric: Iteration # 125 - FCN = -721595.2835204 Edm = 0.000224593 NCalls = 743 +VariableMetric: Iteration # 126 - FCN = -721595.284012 Edm = 0.000186217 NCalls = 746 +VariableMetric: Iteration # 127 - FCN = -721595.2844908 Edm = 0.000103028 NCalls = 749 +VariableMetric: Iteration # 128 - FCN = -721595.2845902 Edm = 8.12984e-05 NCalls = 750 +VariableMetric: Iteration # 129 - FCN = -721595.2846433 Edm = 1.42801e-05 NCalls = 753 +VariableMetric: After Hessian - FCN = -721595.2846433 Edm = 2.67269e-05 NCalls = 1130 +VariableMetric: Iteration # 130 - FCN = -721595.2846433 Edm = 2.67269e-05 NCalls = 1130 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717437.3787447 Edm = 0.537588 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717437.3787447 Edm = 0.537588 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717960.95634 Edm = 0.0671144 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -717961.2023802 Edm = 0.080498 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -718074.8382781 Edm = 0.0661524 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -718132.1829673 Edm = 18.0679 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -718139.1187334 Edm = 0.399621 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -718139.7791457 Edm = 0.228777 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -718162.5462495 Edm = 18.0312 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -718198.9880711 Edm = 0.298988 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -718199.4586574 Edm = 0.140448 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -718226.1537609 Edm = 21.7559 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -718675.4426162 Edm = 59.3251 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -718745.3885854 Edm = 1.06577 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -718746.4708435 Edm = 0.0776494 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -718747.1730584 Edm = 0.656076 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -718757.2845329 Edm = 2.56357 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -718763.2081136 Edm = 8.20512 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -718771.9330483 Edm = 9.398 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -718872.0250263 Edm = 52.5001 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -718964.3002905 Edm = 5.18166 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -718968.6035036 Edm = 0.210808 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -718968.8425709 Edm = 0.0308193 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -718968.8900857 Edm = 0.0255431 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -718969.0963958 Edm = 0.108761 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -718971.7084838 Edm = 2.22167 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -719003.5624108 Edm = 1.50867 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -719004.8495798 Edm = 0.192973 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -719005.0884814 Edm = 0.010914 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -719005.1085699 Edm = 0.00791037 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -719005.6119797 Edm = 0.468626 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -719101.5224404 Edm = 57.5718 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -719288.0475951 Edm = 28.4123 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -719397.1216412 Edm = 242.974 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -719438.0373778 Edm = 70.8301 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -719529.9991301 Edm = 183.182 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -719691.2462729 Edm = 425.946 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -720033.4814559 Edm = 52.3063 NCalls = 133 +VariableMetric: Iteration # 37 - FCN = -720087.2623611 Edm = 4.37724 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -720093.8975173 Edm = 3.72868 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -720097.1445026 Edm = 0.342424 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -720097.8186982 Edm = 0.148855 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -720098.105771 Edm = 0.0257297 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -720098.1728784 Edm = 0.0327026 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -720098.9356853 Edm = 0.693399 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -720111.4515036 Edm = 9.34334 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -720463.3468808 Edm = 360.647 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -720723.1217159 Edm = 217.33 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -720727.4646283 Edm = 28.0849 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -720756.8851494 Edm = 58.8723 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -720915.7384643 Edm = 167.77 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -721067.2113598 Edm = 134.618 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -721228.7335117 Edm = 42.138 NCalls = 184 +VariableMetric: Iteration # 52 - FCN = -721296.6539397 Edm = 4.1082 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -721302.6461887 Edm = 1.18656 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -721305.0904101 Edm = 0.559669 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -721307.4303699 Edm = 0.226896 NCalls = 195 +VariableMetric: Iteration # 56 - FCN = -721307.6414884 Edm = 0.0612407 NCalls = 196 +VariableMetric: Iteration # 57 - FCN = -721308.0043899 Edm = 0.283139 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -721308.414778 Edm = 0.243244 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -721308.7360413 Edm = 0.0939776 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -721324.0087815 Edm = 14.1717 NCalls = 213 +VariableMetric: Iteration # 61 - FCN = -721340.2673744 Edm = 1.52669e+06 NCalls = 223 +VariableMetric: Iteration # 62 - FCN = -721358.098107 Edm = 1.53031e+06 NCalls = 233 +VariableMetric: Iteration # 63 - FCN = -721372.7002278 Edm = 1.61665e+06 NCalls = 243 +VariableMetric: Iteration # 64 - FCN = -721393.5903674 Edm = 266796 NCalls = 252 +VariableMetric: Iteration # 65 - FCN = -721429.2509809 Edm = 91046.6 NCalls = 260 +VariableMetric: Iteration # 66 - FCN = -721483.512209 Edm = 72332.3 NCalls = 266 +VariableMetric: Iteration # 67 - FCN = -721550.2201324 Edm = 2955.05 NCalls = 272 +VariableMetric: Iteration # 68 - FCN = -721553.2757123 Edm = 1411.16 NCalls = 277 +VariableMetric: Iteration # 69 - FCN = -721561.7064253 Edm = 6078.27 NCalls = 281 +VariableMetric: Iteration # 70 - FCN = -721566.1013907 Edm = 2065.23 NCalls = 285 +VariableMetric: Iteration # 71 - FCN = -721567.7640663 Edm = 166.925 NCalls = 289 +VariableMetric: Iteration # 72 - FCN = -721574.0545935 Edm = 531.442 NCalls = 291 +VariableMetric: Iteration # 73 - FCN = -721576.028209 Edm = 39.7643 NCalls = 294 +VariableMetric: Iteration # 74 - FCN = -721576.3103592 Edm = 89.617 NCalls = 296 +VariableMetric: Iteration # 75 - FCN = -721578.1029942 Edm = 85.4973 NCalls = 299 +VariableMetric: Iteration # 76 - FCN = -721586.1766092 Edm = 268.846 NCalls = 301 +VariableMetric: Iteration # 77 - FCN = -721592.643781 Edm = 75.1782 NCalls = 303 +VariableMetric: Iteration # 78 - FCN = -721593.8553256 Edm = 30.7798 NCalls = 305 +VariableMetric: Iteration # 79 - FCN = -721594.3856013 Edm = 1.45774 NCalls = 307 +VariableMetric: Iteration # 80 - FCN = -721594.7660133 Edm = 2.95219 NCalls = 309 +VariableMetric: Iteration # 81 - FCN = -721595.481731 Edm = 0.581422 NCalls = 311 +VariableMetric: Iteration # 82 - FCN = -721596.8215953 Edm = 1.89286 NCalls = 314 +VariableMetric: Iteration # 83 - FCN = -721597.875161 Edm = 1.97664 NCalls = 319 +VariableMetric: Iteration # 84 - FCN = -721598.9159242 Edm = 2.30292 NCalls = 322 +VariableMetric: Iteration # 85 - FCN = -721603.9134447 Edm = 2.20367 NCalls = 327 +VariableMetric: Iteration # 86 - FCN = -721606.2931985 Edm = 1.24259 NCalls = 329 +VariableMetric: Iteration # 87 - FCN = -721607.26728 Edm = 0.850041 NCalls = 331 +VariableMetric: Iteration # 88 - FCN = -721607.9436486 Edm = 0.302748 NCalls = 333 +VariableMetric: Iteration # 89 - FCN = -721608.4725765 Edm = 0.172499 NCalls = 335 +VariableMetric: Iteration # 90 - FCN = -721609.0776691 Edm = 0.418665 NCalls = 337 +VariableMetric: Iteration # 91 - FCN = -721609.6892002 Edm = 0.579832 NCalls = 340 +VariableMetric: Iteration # 92 - FCN = -721610.6264252 Edm = 0.457717 NCalls = 342 +VariableMetric: Iteration # 93 - FCN = -721611.3860575 Edm = 0.552766 NCalls = 344 +VariableMetric: Iteration # 94 - FCN = -721611.6171062 Edm = 0.286998 NCalls = 345 +VariableMetric: Iteration # 95 - FCN = -721611.8556067 Edm = 0.173131 NCalls = 347 +VariableMetric: Iteration # 96 - FCN = -721612.1624042 Edm = 0.0950924 NCalls = 349 +VariableMetric: Iteration # 97 - FCN = -721612.2967301 Edm = 0.046746 NCalls = 351 +VariableMetric: Iteration # 98 - FCN = -721612.358341 Edm = 0.0178591 NCalls = 353 +VariableMetric: Iteration # 99 - FCN = -721612.398782 Edm = 0.0157621 NCalls = 356 +VariableMetric: Iteration # 100 - FCN = -721612.4287089 Edm = 0.0048289 NCalls = 358 +VariableMetric: Iteration # 101 - FCN = -721612.4346505 Edm = 0.00336062 NCalls = 360 +VariableMetric: Iteration # 102 - FCN = -721612.4401472 Edm = 0.00425421 NCalls = 363 +VariableMetric: Iteration # 103 - FCN = -721612.4490026 Edm = 0.00329208 NCalls = 366 +VariableMetric: Iteration # 104 - FCN = -721612.4531459 Edm = 0.00192753 NCalls = 369 +VariableMetric: Iteration # 105 - FCN = -721612.4572104 Edm = 0.00271916 NCalls = 371 +VariableMetric: Iteration # 106 - FCN = -721612.4672104 Edm = 0.00798772 NCalls = 374 +VariableMetric: Iteration # 107 - FCN = -721612.4803733 Edm = 0.0123696 NCalls = 378 +VariableMetric: Iteration # 108 - FCN = -721612.4892672 Edm = 0.00601106 NCalls = 380 +VariableMetric: Iteration # 109 - FCN = -721612.4955612 Edm = 0.00136999 NCalls = 382 +VariableMetric: Iteration # 110 - FCN = -721612.4975323 Edm = 0.000989186 NCalls = 384 +VariableMetric: Iteration # 111 - FCN = -721612.4995546 Edm = 0.00107464 NCalls = 387 +VariableMetric: Iteration # 112 - FCN = -721612.5010645 Edm = 0.000558381 NCalls = 389 +VariableMetric: Iteration # 113 - FCN = -721612.501767 Edm = 0.000226737 NCalls = 392 +VariableMetric: Iteration # 114 - FCN = -721612.5020479 Edm = 3.83158e-05 NCalls = 394 +VariableMetric: After Hessian - FCN = -721612.5020479 Edm = 2.99436e-05 NCalls = 779 +VariableMetric: Iteration # 115 - FCN = -721612.5020479 Edm = 2.99436e-05 NCalls = 779 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719336.0689112 Edm = 2.56162 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719336.0689112 Edm = 2.56162 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720634.4487431 Edm = 0.397239 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720638.0953456 Edm = 0.443273 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -720839.4958034 Edm = 2.76208 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -720842.2675064 Edm = 0.159778 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -720939.0019218 Edm = 3.96036 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -720942.5548859 Edm = 0.161719 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -720947.7411324 Edm = 6.43905 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -720953.8369226 Edm = 5.5692 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -721087.7811107 Edm = 2.05865 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -721090.3398056 Edm = 0.117426 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -721090.5170058 Edm = 0.0159667 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -721090.8108225 Edm = 0.229951 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -721117.1365358 Edm = 17.5165 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -721213.1592768 Edm = 7.06456 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -721220.1439066 Edm = 0.737445 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -721220.9966341 Edm = 0.0159595 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -721221.0180976 Edm = 0.0044727 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -721221.1643042 Edm = 0.100158 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -721222.9252005 Edm = 1.18013 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -721252.7596784 Edm = 8.54878 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -721265.1660191 Edm = 0.210768 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -721265.3973825 Edm = 0.00419058 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -721265.4024634 Edm = 0.00137632 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -721265.4187845 Edm = 0.0136001 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -721266.4603286 Edm = 0.953462 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -721287.2703836 Edm = 2.18158 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -721289.3891529 Edm = 0.277718 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -721289.5747843 Edm = 0.00877597 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -721289.5846115 Edm = 0.00182012 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -721289.5870672 Edm = 0.000912733 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -721289.6302714 Edm = 0.0361058 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -721296.8889408 Edm = 6.66952 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -721332.9269872 Edm = 5.87002 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -721337.2192857 Edm = 1.13104 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -721338.1322818 Edm = 0.163731 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -721338.3571417 Edm = 0.0221361 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -721338.3865014 Edm = 0.00742188 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -721338.3981544 Edm = 0.00556348 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -721338.6622253 Edm = 0.259586 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -721348.5406842 Edm = 0.469804 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -721389.3600605 Edm = 6.05716 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -721393.5596665 Edm = 2.48147 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -721395.8546134 Edm = 0.308895 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -721396.2007946 Edm = 0.112445 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -721396.4415144 Edm = 0.0637038 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -721396.5335405 Edm = 0.0285486 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -721396.5734981 Edm = 0.00610106 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -721396.5822418 Edm = 0.00150422 NCalls = 154 +VariableMetric: Iteration # 49 - FCN = -721396.5877705 Edm = 0.00357183 NCalls = 156 +VariableMetric: Iteration # 50 - FCN = -721396.7822783 Edm = 0.191131 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -721402.9628949 Edm = 0.73512 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -721441.7245642 Edm = 9.85335 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -721468.7820269 Edm = 2.52837 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -721472.4725573 Edm = 1.6412 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -721473.3944467 Edm = 1.12228 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -721474.3275791 Edm = 0.225992 NCalls = 177 +VariableMetric: Iteration # 57 - FCN = -721474.7037874 Edm = 0.0978288 NCalls = 179 +VariableMetric: Iteration # 58 - FCN = -721474.923283 Edm = 0.123199 NCalls = 181 +VariableMetric: Iteration # 59 - FCN = -721476.5970914 Edm = 3.5345 NCalls = 187 +VariableMetric: Iteration # 60 - FCN = -721477.4733134 Edm = 6.13693 NCalls = 190 +VariableMetric: Iteration # 61 - FCN = -721477.8793621 Edm = 0.787032 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -721490.1846351 Edm = 9.9188 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -721491.0029407 Edm = 1.42156 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -721494.3885593 Edm = 5.57212 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -721495.8074819 Edm = 0.886961 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -721500.2464033 Edm = 0.738902 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -721500.6958974 Edm = 0.0873432 NCalls = 214 +VariableMetric: Iteration # 68 - FCN = -721500.7830198 Edm = 0.0111854 NCalls = 216 +VariableMetric: Iteration # 69 - FCN = -721500.7953084 Edm = 0.00103263 NCalls = 218 +VariableMetric: Iteration # 70 - FCN = -721500.7993394 Edm = 0.00404874 NCalls = 220 +VariableMetric: Iteration # 71 - FCN = -721500.8519337 Edm = 0.0589807 NCalls = 225 +VariableMetric: Iteration # 72 - FCN = -721502.2426255 Edm = 0.24048 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -721503.7846701 Edm = 0.0107883 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -721503.7989972 Edm = 0.00103316 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -721503.8055124 Edm = 0.00541819 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -721505.6996097 Edm = 1.93183 NCalls = 245 +VariableMetric: Iteration # 77 - FCN = -721515.2988998 Edm = 0.764562 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -721537.2904772 Edm = 4.52765 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -721543.5940354 Edm = 0.509802 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -721544.1356663 Edm = 0.014429 NCalls = 258 +VariableMetric: Iteration # 81 - FCN = -721544.1500698 Edm = 0.000748032 NCalls = 259 +VariableMetric: Iteration # 82 - FCN = -721544.1520385 Edm = 0.0011048 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -721544.1732849 Edm = 0.0195826 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -721544.7160972 Edm = 0.514084 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -721554.9166306 Edm = 3.57201 NCalls = 273 +VariableMetric: Iteration # 86 - FCN = -721560.5095743 Edm = 0.289432 NCalls = 275 +VariableMetric: Iteration # 87 - FCN = -721560.791641 Edm = 0.0191161 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -721560.8197634 Edm = 0.00426546 NCalls = 278 +VariableMetric: Iteration # 89 - FCN = -721560.8269752 Edm = 0.000995225 NCalls = 280 +VariableMetric: Iteration # 90 - FCN = -721560.8286757 Edm = 0.000418769 NCalls = 282 +VariableMetric: Iteration # 91 - FCN = -721560.8309738 Edm = 0.00164513 NCalls = 285 +VariableMetric: Iteration # 92 - FCN = -721560.8797543 Edm = 0.0432742 NCalls = 289 +VariableMetric: Iteration # 93 - FCN = -721561.855692 Edm = 1.08362 NCalls = 294 +VariableMetric: Iteration # 94 - FCN = -721564.7176377 Edm = 2.20003 NCalls = 299 +VariableMetric: Iteration # 95 - FCN = -721568.1811927 Edm = 0.346791 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -721568.4361932 Edm = 0.00976977 NCalls = 304 +VariableMetric: Iteration # 97 - FCN = -721568.4438043 Edm = 0.000273609 NCalls = 306 +VariableMetric: Iteration # 98 - FCN = -721568.4440925 Edm = 4.86503e-05 NCalls = 308 +VariableMetric: After Hessian - FCN = -721568.4440925 Edm = 60.6014 NCalls = 665 +VariableMetric: Iteration # 99 - FCN = -721568.4440925 Edm = 60.6014 NCalls = 665 +VariableMetric: Iteration # 100 - FCN = -721597.1094194 Edm = 104.428 NCalls = 667 +VariableMetric: Iteration # 101 - FCN = -721612.8345201 Edm = 0.39533 NCalls = 669 +VariableMetric: Iteration # 102 - FCN = -721613.0738681 Edm = 0.01956 NCalls = 671 +VariableMetric: Iteration # 103 - FCN = -721613.093229 Edm = 0.0049061 NCalls = 673 +VariableMetric: Iteration # 104 - FCN = -721613.1014188 Edm = 0.00133149 NCalls = 675 +VariableMetric: Iteration # 105 - FCN = -721613.1035797 Edm = 0.000351531 NCalls = 677 +VariableMetric: Iteration # 106 - FCN = -721613.1044019 Edm = 0.000255133 NCalls = 679 +VariableMetric: Iteration # 107 - FCN = -721613.1055338 Edm = 0.000730412 NCalls = 681 +VariableMetric: Iteration # 108 - FCN = -721613.13146 Edm = 0.0206797 NCalls = 689 +VariableMetric: Iteration # 109 - FCN = -721613.1346123 Edm = 0.0227708 NCalls = 692 +VariableMetric: Iteration # 110 - FCN = -721613.2655297 Edm = 0.074574 NCalls = 699 +VariableMetric: Iteration # 111 - FCN = -721613.3482121 Edm = 0.310275 NCalls = 701 +VariableMetric: Iteration # 112 - FCN = -721613.489105 Edm = 0.0295159 NCalls = 707 +VariableMetric: Iteration # 113 - FCN = -721613.5198562 Edm = 0.0542967 NCalls = 710 +VariableMetric: Iteration # 114 - FCN = -721613.5517463 Edm = 0.0194741 NCalls = 712 +VariableMetric: Iteration # 115 - FCN = -721613.6285712 Edm = 0.0303629 NCalls = 716 +VariableMetric: Iteration # 116 - FCN = -721613.6955921 Edm = 0.0166662 NCalls = 720 +VariableMetric: Iteration # 117 - FCN = -721613.7199733 Edm = 0.0438056 NCalls = 723 +VariableMetric: Iteration # 118 - FCN = -721613.7352904 Edm = 0.00746469 NCalls = 725 +VariableMetric: Iteration # 119 - FCN = -721613.7478791 Edm = 0.00471687 NCalls = 728 +VariableMetric: Iteration # 120 - FCN = -721613.7575674 Edm = 0.00267449 NCalls = 731 +VariableMetric: Iteration # 121 - FCN = -721613.7631335 Edm = 0.00325133 NCalls = 734 +VariableMetric: Iteration # 122 - FCN = -721613.7644197 Edm = 0.00102469 NCalls = 736 +VariableMetric: Iteration # 123 - FCN = -721613.7657775 Edm = 0.000256833 NCalls = 738 +VariableMetric: Iteration # 124 - FCN = -721613.7662074 Edm = 0.000127405 NCalls = 740 +VariableMetric: Iteration # 125 - FCN = -721613.7663113 Edm = 2.11714e-05 NCalls = 742 +VariableMetric: After Hessian - FCN = -721613.7663113 Edm = 2.51158e-05 NCalls = 1107 +VariableMetric: Iteration # 126 - FCN = -721613.7663113 Edm = 2.51158e-05 NCalls = 1107 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716870.0082231 Edm = 4.78834 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716870.0082231 Edm = 4.78834 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720384.4220465 Edm = 0.644601 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -720630.7285193 Edm = 1.28067 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -720631.2945602 Edm = 1.56708 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -720839.977574 Edm = 16.4365 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -720853.387893 Edm = 0.144304 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -720856.5025346 Edm = 3.46239 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -720933.7630626 Edm = 26.1814 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -720973.2093529 Edm = 0.371661 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -720973.6799739 Edm = 0.123027 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -721139.2312425 Edm = 2.98481 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -721184.3259286 Edm = 12.6505 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -721191.5598324 Edm = 0.165297 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -721191.7265656 Edm = 0.0203652 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -721192.5878799 Edm = 0.795254 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -721233.9180581 Edm = 15.5706 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -721294.3518661 Edm = 7.50323 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -721336.8407966 Edm = 4.35574 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -721340.5507505 Edm = 9.50154 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -721345.6206118 Edm = 3.00362 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -721350.8070342 Edm = 0.437844 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -721351.2232012 Edm = 0.0133234 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -721351.2583851 Edm = 0.0319794 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -721351.88928 Edm = 0.68853 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -721352.2285441 Edm = 0.291633 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -721374.3251557 Edm = 9.92288 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -721402.8572474 Edm = 7.10557 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -721410.8327945 Edm = 2.25019 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -721413.8097206 Edm = 0.413787 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -721414.3830079 Edm = 0.0602443 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -721414.4325475 Edm = 0.0027027 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -721414.4387518 Edm = 0.00317691 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -721414.843521 Edm = 0.805166 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -721414.8788238 Edm = 0.0324656 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -721418.4861307 Edm = 2.18452 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -721436.9008215 Edm = 4.39873 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -721439.6197611 Edm = 0.434781 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -721439.9854002 Edm = 0.00704862 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -721439.9948759 Edm = 0.00168696 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -721440.0018849 Edm = 0.0010483 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -721440.0055427 Edm = 0.00237685 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -721440.8460156 Edm = 0.729224 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -721453.3247543 Edm = 2.28856 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -721454.9949368 Edm = 0.208624 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -721455.2208468 Edm = 0.00368854 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -721455.2257784 Edm = 0.000568494 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -721455.2312632 Edm = 0.00409821 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -721456.0150349 Edm = 0.602631 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -721462.0614404 Edm = 0.904029 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -721463.343291 Edm = 0.0393266 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -721463.3900881 Edm = 0.0005275 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -721463.3907743 Edm = 0.000160955 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -721463.402945 Edm = 0.0109544 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -721464.1448315 Edm = 0.505163 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -721466.3549577 Edm = 0.064897 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -721466.4391303 Edm = 0.00136274 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -721466.440519 Edm = 0.000109443 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -721466.4413083 Edm = 0.000682643 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -721466.494478 Edm = 0.0481582 NCalls = 195 +VariableMetric: Iteration # 59 - FCN = -721468.6382022 Edm = 1.00177 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -721470.989127 Edm = 0.0149466 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -721471.0091909 Edm = 0.000954061 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -721471.0104073 Edm = 0.000146022 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -721471.0111278 Edm = 0.00056474 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -721471.0483124 Edm = 0.0279525 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -721471.8976521 Edm = 0.554567 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -721474.5290366 Edm = 1.0689 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -721475.6138404 Edm = 0.0326633 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -721475.6486467 Edm = 0.000702287 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -721475.6494578 Edm = 5.01198e-05 NCalls = 225 +VariableMetric: After Hessian - FCN = -721475.6494578 Edm = 201.464 NCalls = 584 +VariableMetric: Iteration # 70 - FCN = -721475.6494578 Edm = 201.464 NCalls = 584 +VariableMetric: Iteration # 71 - FCN = -721477.1257867 Edm = 163.343 NCalls = 595 +VariableMetric: Iteration # 72 - FCN = -721489.4907668 Edm = 2.97121 NCalls = 598 +VariableMetric: Iteration # 73 - FCN = -721490.4732792 Edm = 0.375093 NCalls = 600 +VariableMetric: Iteration # 74 - FCN = -721491.2800108 Edm = 0.643664 NCalls = 602 +VariableMetric: Iteration # 75 - FCN = -721491.2929977 Edm = 415.145 NCalls = 607 +VariableMetric: Iteration # 76 - FCN = -721491.3123544 Edm = 1906.64 NCalls = 611 +VariableMetric: Iteration # 77 - FCN = -721491.3593173 Edm = 90.3027 NCalls = 615 +VariableMetric: Iteration # 78 - FCN = -721491.381596 Edm = 24.3712 NCalls = 619 +VariableMetric: Iteration # 79 - FCN = -721491.4816125 Edm = 48.0591 NCalls = 622 +VariableMetric: Iteration # 80 - FCN = -721491.7564286 Edm = 51.9213 NCalls = 625 +VariableMetric: Iteration # 81 - FCN = -721491.9338906 Edm = 235.488 NCalls = 628 +VariableMetric: Iteration # 82 - FCN = -721492.9062182 Edm = 12.7858 NCalls = 630 +VariableMetric: Iteration # 83 - FCN = -721494.1941396 Edm = 20.0249 NCalls = 632 +VariableMetric: Iteration # 84 - FCN = -721494.3523762 Edm = 4.34351 NCalls = 635 +VariableMetric: Iteration # 85 - FCN = -721494.6097376 Edm = 2.90012 NCalls = 637 +VariableMetric: Iteration # 86 - FCN = -721494.6702361 Edm = 37.1141 NCalls = 639 +VariableMetric: Iteration # 87 - FCN = -721495.3093893 Edm = 10.0677 NCalls = 641 +VariableMetric: Iteration # 88 - FCN = -721495.4926333 Edm = 0.94071 NCalls = 644 +VariableMetric: Iteration # 89 - FCN = -721495.5686578 Edm = 1.109 NCalls = 646 +VariableMetric: Iteration # 90 - FCN = -721495.6290016 Edm = 0.435233 NCalls = 648 +VariableMetric: Iteration # 91 - FCN = -721495.6569911 Edm = 1.38213 NCalls = 650 +VariableMetric: Iteration # 92 - FCN = -721495.9636529 Edm = 0.389132 NCalls = 653 +VariableMetric: Iteration # 93 - FCN = -721495.9943427 Edm = 0.202362 NCalls = 655 +VariableMetric: Iteration # 94 - FCN = -721496.0519662 Edm = 0.500723 NCalls = 657 +VariableMetric: Iteration # 95 - FCN = -721496.1057961 Edm = 0.108994 NCalls = 659 +VariableMetric: Iteration # 96 - FCN = -721496.2071058 Edm = 0.0299161 NCalls = 661 +VariableMetric: Iteration # 97 - FCN = -721496.2624809 Edm = 0.0195134 NCalls = 664 +VariableMetric: Iteration # 98 - FCN = -721496.2999071 Edm = 0.0249163 NCalls = 667 +VariableMetric: Iteration # 99 - FCN = -721496.3194179 Edm = 0.0172341 NCalls = 670 +VariableMetric: Iteration # 100 - FCN = -721496.3375625 Edm = 0.018232 NCalls = 673 +VariableMetric: Iteration # 101 - FCN = -721496.3497932 Edm = 0.00457019 NCalls = 675 +VariableMetric: Iteration # 102 - FCN = -721496.354417 Edm = 0.00122664 NCalls = 676 +VariableMetric: Iteration # 103 - FCN = -721496.355255 Edm = 0.000556702 NCalls = 678 +VariableMetric: Iteration # 104 - FCN = -721496.3563573 Edm = 0.000699753 NCalls = 680 +VariableMetric: Iteration # 105 - FCN = -721496.3585851 Edm = 0.00106232 NCalls = 683 +VariableMetric: Iteration # 106 - FCN = -721496.3596023 Edm = 9.65324e-05 NCalls = 684 +VariableMetric: Iteration # 107 - FCN = -721496.3597666 Edm = 5.07411e-05 NCalls = 686 +VariableMetric: After Hessian - FCN = -721496.3597666 Edm = 0.00149019 NCalls = 1049 +VariableMetric: Iteration # 108 - FCN = -721496.3597666 Edm = 0.00149019 NCalls = 1049 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715488.3069893 Edm = 15.1013 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715488.3069893 Edm = 15.1013 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719000.7996854 Edm = 3.82637 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719031.623709 Edm = 19.0676 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -720463.0388187 Edm = 5.80032 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -720473.4827918 Edm = 1.41532 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -720476.7360942 Edm = 0.107576 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -720477.3302474 Edm = 0.539967 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -720518.5912383 Edm = 10.376 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -720530.4180347 Edm = 0.0332107 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -720531.0081418 Edm = 0.576079 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -720577.263112 Edm = 7.86303 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -720640.1507457 Edm = 29.1337 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -720685.3327419 Edm = 0.972359 NCalls = 53 +VariableMetric: Iteration # 13 - FCN = -720686.4337054 Edm = 0.115018 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -720686.5047705 Edm = 0.00565686 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -720686.5347492 Edm = 0.0237483 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -720692.6154211 Edm = 5.80106 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -720800.9570785 Edm = 1.37006 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -720802.4697707 Edm = 0.0338248 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -720802.5033106 Edm = 0.00619127 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -720802.5134042 Edm = 0.00528106 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -720802.7156994 Edm = 0.192246 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -720840.2796504 Edm = 0.615754 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -720841.2415196 Edm = 0.0128354 NCalls = 89 +VariableMetric: Iteration # 24 - FCN = -720841.2555599 Edm = 0.00253264 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -720841.2839426 Edm = 0.0269533 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -720843.9453245 Edm = 1.13027 NCalls = 101 +VariableMetric: Iteration # 27 - FCN = -720865.5648472 Edm = 13.6895 NCalls = 104 +VariableMetric: Iteration # 28 - FCN = -720945.02322 Edm = 12.379 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -720962.8879785 Edm = 2.1475 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -720965.3238146 Edm = 0.429492 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -720965.7770046 Edm = 0.206592 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -720965.9754428 Edm = 0.0314152 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -720966.0749293 Edm = 0.0550131 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -720966.5415053 Edm = 0.250856 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -720969.4689977 Edm = 2.87718 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -721021.9136333 Edm = 17.0403 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -721040.2562007 Edm = 1.5232 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -721042.3182782 Edm = 0.936566 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -721043.6343555 Edm = 0.828201 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -721044.9564352 Edm = 0.272136 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -721045.291969 Edm = 0.029995 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -721045.3220421 Edm = 0.00578079 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -721045.330976 Edm = 0.00519106 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -721045.4818457 Edm = 0.136844 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -721051.9047156 Edm = 4.92122 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -721175.7165058 Edm = 40.1228 NCalls = 162 +VariableMetric: Iteration # 47 - FCN = -721205.7631967 Edm = 54.2825 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -721283.4930334 Edm = 42.2267 NCalls = 168 +VariableMetric: Iteration # 49 - FCN = -721308.137535 Edm = 10.6994 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -721320.3032213 Edm = 3.36778 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -721328.2837264 Edm = 5.21225 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -721360.5781565 Edm = 81.8987 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -721366.7453301 Edm = 37.7537 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -721384.087483 Edm = 17.8 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -721397.4510675 Edm = 6.57052 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -721404.5050645 Edm = 2.0363 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -721406.1659025 Edm = 0.963665 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -721408.8627859 Edm = 0.979556 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -721410.8325218 Edm = 0.89349 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -721411.7562879 Edm = 0.325582 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -721412.0955347 Edm = 0.0345406 NCalls = 199 +VariableMetric: Iteration # 62 - FCN = -721412.1293259 Edm = 0.00303346 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -721412.1381406 Edm = 0.00641814 NCalls = 202 +VariableMetric: Iteration # 64 - FCN = -721412.2057339 Edm = 0.0576225 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -721416.2787192 Edm = 3.56959 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -721447.6091914 Edm = 2.71818 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -721449.9404292 Edm = 0.330972 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -721450.1968231 Edm = 0.0194002 NCalls = 219 +VariableMetric: Iteration # 69 - FCN = -721450.2168436 Edm = 0.00108669 NCalls = 221 +VariableMetric: Iteration # 70 - FCN = -721450.218939 Edm = 0.00109725 NCalls = 223 +VariableMetric: Iteration # 71 - FCN = -721450.2355773 Edm = 0.0216659 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -721450.863922 Edm = 0.477781 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -721450.88548 Edm = 0.000549615 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -721450.9056939 Edm = 0.0166671 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -721451.1690054 Edm = 0.189644 NCalls = 242 +VariableMetric: Iteration # 76 - FCN = -721452.023585 Edm = 0.776118 NCalls = 244 +VariableMetric: Iteration # 77 - FCN = -721458.0735159 Edm = 1.97676 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -721460.5329651 Edm = 0.354104 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -721460.6681245 Edm = 0.028932 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -721460.7043481 Edm = 0.00661488 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -721460.9793712 Edm = 0.0995621 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -721460.9825278 Edm = 0.0177743 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -721461.0978018 Edm = 0.0190755 NCalls = 269 +VariableMetric: Iteration # 84 - FCN = -721461.1204026 Edm = 0.00262578 NCalls = 271 +VariableMetric: Iteration # 85 - FCN = -721461.1235056 Edm = 0.000640884 NCalls = 273 +VariableMetric: Iteration # 86 - FCN = -721461.1246154 Edm = 0.000410397 NCalls = 275 +VariableMetric: Iteration # 87 - FCN = -721461.1937804 Edm = 0.0915348 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -721461.1954071 Edm = 0.0012319 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -721461.276498 Edm = 0.0961913 NCalls = 289 +VariableMetric: Iteration # 90 - FCN = -721461.8789355 Edm = 0.195536 NCalls = 296 +VariableMetric: Iteration # 91 - FCN = -721464.73811 Edm = 1.47165 NCalls = 298 +VariableMetric: Iteration # 92 - FCN = -721468.2144237 Edm = 0.310812 NCalls = 300 +VariableMetric: Iteration # 93 - FCN = -721468.6070523 Edm = 0.0748789 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -721468.6732632 Edm = 0.0107934 NCalls = 303 +VariableMetric: Iteration # 95 - FCN = -721468.6811019 Edm = 0.000735344 NCalls = 304 +VariableMetric: Iteration # 96 - FCN = -721468.6823223 Edm = 0.000579468 NCalls = 306 +VariableMetric: Iteration # 97 - FCN = -721468.6844496 Edm = 0.00219298 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -721468.7334699 Edm = 0.0554406 NCalls = 315 +VariableMetric: Iteration # 99 - FCN = -721468.7559962 Edm = 0.0211631 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -721473.0934616 Edm = 4.68008 NCalls = 328 +VariableMetric: Iteration # 101 - FCN = -721473.1280117 Edm = 0.0382319 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -721473.430439 Edm = 0.299782 NCalls = 333 +VariableMetric: Iteration # 103 - FCN = -721476.5665455 Edm = 1.17361 NCalls = 340 +VariableMetric: Iteration # 104 - FCN = -721481.766441 Edm = 4.34917 NCalls = 342 +VariableMetric: Iteration # 105 - FCN = -721486.9931795 Edm = 3.71441 NCalls = 347 +VariableMetric: Iteration # 106 - FCN = -721492.4383369 Edm = 2.69793 NCalls = 349 +VariableMetric: Iteration # 107 - FCN = -721497.6786254 Edm = 2.53674 NCalls = 351 +VariableMetric: Iteration # 108 - FCN = -721499.8213378 Edm = 2.07466 NCalls = 352 +VariableMetric: Iteration # 109 - FCN = -721501.0910993 Edm = 0.228696 NCalls = 354 +VariableMetric: Iteration # 110 - FCN = -721501.4325927 Edm = 0.0261219 NCalls = 356 +VariableMetric: Iteration # 111 - FCN = -721501.4665988 Edm = 0.00285177 NCalls = 358 +VariableMetric: Iteration # 112 - FCN = -721501.4702207 Edm = 0.0002719 NCalls = 360 +VariableMetric: Iteration # 113 - FCN = -721501.4706668 Edm = 0.000191316 NCalls = 362 +VariableMetric: Iteration # 114 - FCN = -721501.4714715 Edm = 0.000705621 NCalls = 365 +VariableMetric: Iteration # 115 - FCN = -721501.4839682 Edm = 0.0112023 NCalls = 370 +VariableMetric: Iteration # 116 - FCN = -721501.8827743 Edm = 0.316845 NCalls = 374 +VariableMetric: Iteration # 117 - FCN = -721506.2624438 Edm = 1.10278 NCalls = 377 +VariableMetric: Iteration # 118 - FCN = -721507.5377096 Edm = 0.0205482 NCalls = 379 +VariableMetric: Iteration # 119 - FCN = -721507.5601153 Edm = 0.000531529 NCalls = 381 +VariableMetric: Iteration # 120 - FCN = -721507.5607326 Edm = 0.000151412 NCalls = 383 +VariableMetric: Iteration # 121 - FCN = -721507.5633523 Edm = 0.00259795 NCalls = 387 +VariableMetric: Iteration # 122 - FCN = -721507.7070617 Edm = 0.0765102 NCalls = 394 +VariableMetric: Iteration # 123 - FCN = -721509.1356913 Edm = 0.95575 NCalls = 397 +VariableMetric: Iteration # 124 - FCN = -721512.852478 Edm = 0.18956 NCalls = 399 +VariableMetric: Iteration # 125 - FCN = -721513.0612186 Edm = 0.0144676 NCalls = 401 +VariableMetric: Iteration # 126 - FCN = -721513.0855908 Edm = 0.00540747 NCalls = 403 +VariableMetric: Iteration # 127 - FCN = -721513.0946731 Edm = 0.000636412 NCalls = 405 +VariableMetric: Iteration # 128 - FCN = -721513.0954376 Edm = 2.5929e-05 NCalls = 407 +VariableMetric: After Hessian - FCN = -721513.0954376 Edm = 349847 NCalls = 772 +VariableMetric: Iteration # 129 - FCN = -721513.0954376 Edm = 349847 NCalls = 772 +VariableMetric: Iteration # 130 - FCN = -721517.4755275 Edm = 12909.6 NCalls = 783 +VariableMetric: Iteration # 131 - FCN = -721605.3937335 Edm = 2.87304 NCalls = 786 +VariableMetric: Iteration # 132 - FCN = -721606.7647765 Edm = 4.51698 NCalls = 788 +VariableMetric: Iteration # 133 - FCN = -721609.1882964 Edm = 0.613172 NCalls = 791 +VariableMetric: Iteration # 134 - FCN = -721609.7212433 Edm = 0.484829 NCalls = 799 +VariableMetric: Iteration # 135 - FCN = -721610.9301157 Edm = 2.0392 NCalls = 802 +VariableMetric: Iteration # 136 - FCN = -721611.4000926 Edm = 0.23617 NCalls = 804 +VariableMetric: Iteration # 137 - FCN = -721611.5918562 Edm = 3.69399 NCalls = 807 +VariableMetric: Iteration # 138 - FCN = -721612.2813181 Edm = 0.14825 NCalls = 809 +VariableMetric: Iteration # 139 - FCN = -721612.441234 Edm = 0.031833 NCalls = 811 +VariableMetric: Iteration # 140 - FCN = -721612.4938727 Edm = 0.00986455 NCalls = 813 +VariableMetric: Iteration # 141 - FCN = -721612.5079408 Edm = 0.00418214 NCalls = 815 +VariableMetric: Iteration # 142 - FCN = -721612.5202154 Edm = 0.00284618 NCalls = 817 +VariableMetric: Iteration # 143 - FCN = -721612.5325395 Edm = 0.00211753 NCalls = 819 +VariableMetric: Iteration # 144 - FCN = -721612.5379081 Edm = 0.00199131 NCalls = 821 +VariableMetric: Iteration # 145 - FCN = -721612.549609 Edm = 0.00537781 NCalls = 824 +VariableMetric: Iteration # 146 - FCN = -721612.6542289 Edm = 0.0591444 NCalls = 829 +VariableMetric: Iteration # 147 - FCN = -721612.8234693 Edm = 0.176614 NCalls = 834 +VariableMetric: Iteration # 148 - FCN = -721613.0991205 Edm = 0.231552 NCalls = 837 +VariableMetric: Iteration # 149 - FCN = -721613.2231677 Edm = 0.268606 NCalls = 839 +VariableMetric: Iteration # 150 - FCN = -721613.4583069 Edm = 0.0655385 NCalls = 842 +VariableMetric: Iteration # 151 - FCN = -721613.5458308 Edm = 0.0710725 NCalls = 845 +VariableMetric: Iteration # 152 - FCN = -721613.6022942 Edm = 0.0276516 NCalls = 847 +VariableMetric: Iteration # 153 - FCN = -721613.6459169 Edm = 0.0156803 NCalls = 850 +VariableMetric: Iteration # 154 - FCN = -721613.6950896 Edm = 0.0218858 NCalls = 853 +VariableMetric: Iteration # 155 - FCN = -721613.7220306 Edm = 0.0161712 NCalls = 856 +VariableMetric: Iteration # 156 - FCN = -721613.7392632 Edm = 0.00432651 NCalls = 858 +VariableMetric: Iteration # 157 - FCN = -721613.7484963 Edm = 0.00380642 NCalls = 860 +VariableMetric: Iteration # 158 - FCN = -721613.7520409 Edm = 0.00250298 NCalls = 861 +VariableMetric: Iteration # 159 - FCN = -721613.7551553 Edm = 0.00130123 NCalls = 864 +VariableMetric: Iteration # 160 - FCN = -721613.7586407 Edm = 0.000733141 NCalls = 867 +VariableMetric: Iteration # 161 - FCN = -721613.7601817 Edm = 0.000845079 NCalls = 869 +VariableMetric: Iteration # 162 - FCN = -721613.7609463 Edm = 0.000293541 NCalls = 872 +VariableMetric: Iteration # 163 - FCN = -721613.7614964 Edm = 8.71597e-05 NCalls = 874 +VariableMetric: Iteration # 164 - FCN = -721613.7616883 Edm = 3.94403e-05 NCalls = 876 +VariableMetric: After Hessian - FCN = -721613.7616883 Edm = 0.00221472 NCalls = 1253 +VariableMetric: Iteration # 165 - FCN = -721613.7616883 Edm = 0.00221472 NCalls = 1253 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719107.0169417 Edm = 6.12436 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719107.0169417 Edm = 6.12436 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720371.34058 Edm = 0.389528 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -720379.3463902 Edm = 0.453427 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -720434.8193735 Edm = 28.0019 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -720519.5265156 Edm = 0.0684134 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -720519.7426551 Edm = 0.0842307 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -720527.069079 Edm = 5.5355 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -720570.4165375 Edm = 0.246589 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -720570.9263038 Edm = 0.0840395 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -720571.6680578 Edm = 0.49199 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -720609.11494 Edm = 30.4783 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -720645.5511941 Edm = 63.5851 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -720707.0695249 Edm = 1.61282 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -720709.3642895 Edm = 0.71912 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -720712.3857899 Edm = 0.422803 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -720712.7020176 Edm = 0.0197872 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -720712.7885543 Edm = 0.0753717 NCalls = 53 +VariableMetric: Iteration # 17 - FCN = -720735.6889764 Edm = 5.51696 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -720819.0208064 Edm = 22.1222 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -720865.2154839 Edm = 1.38961 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -720866.9615673 Edm = 0.532085 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -720869.2471992 Edm = 2.22895 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -720870.3628739 Edm = 4.33457 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -720871.4760213 Edm = 0.0776542 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -720871.5885648 Edm = 0.00670776 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -720871.7180485 Edm = 0.117337 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -720894.8528797 Edm = 15.7684 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -720927.0012197 Edm = 2.96134 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -720929.3239772 Edm = 0.644067 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -720929.5915818 Edm = 0.00851165 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -720929.6045676 Edm = 0.00462725 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -720929.6248466 Edm = 0.00618733 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -720929.6479055 Edm = 0.0133888 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -720936.5343273 Edm = 6.08452 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -720958.6438567 Edm = 4.61896 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -720963.2815356 Edm = 0.513002 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -720963.7262508 Edm = 0.482703 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -720964.2014207 Edm = 0.178733 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -720964.4966069 Edm = 0.0220945 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -720964.5166915 Edm = 0.00516639 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -720964.5460134 Edm = 0.0246156 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -720966.3821257 Edm = 1.87203 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -720967.5122489 Edm = 1.03304 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -720967.9162926 Edm = 0.357745 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -721002.995997 Edm = 12.7829 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -721025.6596137 Edm = 5.33455 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -721029.1628019 Edm = 0.215371 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -721029.2757436 Edm = 0.00573675 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -721029.2861139 Edm = 0.00380967 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -721029.3444121 Edm = 0.0360541 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -721030.1162621 Edm = 0.689301 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -721057.4767589 Edm = 20.3392 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -721173.4042357 Edm = 27.7371 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -721186.7377079 Edm = 9.08403 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -721194.2091197 Edm = 0.480591 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -721194.7449686 Edm = 0.0135968 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -721194.7603262 Edm = 0.00548922 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -721194.8560963 Edm = 0.0868905 NCalls = 183 +VariableMetric: Iteration # 58 - FCN = -721195.4698658 Edm = 0.467498 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -721197.3685848 Edm = 1.49287 NCalls = 189 +VariableMetric: Iteration # 60 - FCN = -721200.247349 Edm = 2.46278 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -721202.4779527 Edm = 2.74779 NCalls = 196 +VariableMetric: Iteration # 62 - FCN = -721205.3438295 Edm = 2.05918 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -721211.6758006 Edm = 2.28915 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -721215.4114739 Edm = 2.39703 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -721218.1426769 Edm = 2.33337 NCalls = 208 +VariableMetric: Iteration # 66 - FCN = -721223.4319072 Edm = 5.16282 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -721231.1512832 Edm = 5.9438 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -721254.8833189 Edm = 10.0101 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -721259.9649957 Edm = 14.0026 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -721268.6102254 Edm = 6.40134 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -721275.5137989 Edm = 0.394768 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -721275.9467058 Edm = 0.0215208 NCalls = 228 +VariableMetric: Iteration # 73 - FCN = -721275.9804381 Edm = 0.00632559 NCalls = 230 +VariableMetric: Iteration # 74 - FCN = -721275.9941064 Edm = 0.00688819 NCalls = 232 +VariableMetric: Iteration # 75 - FCN = -721276.0556749 Edm = 0.0356339 NCalls = 235 +VariableMetric: Iteration # 76 - FCN = -721276.2798976 Edm = 0.121952 NCalls = 239 +VariableMetric: Iteration # 77 - FCN = -721276.945879 Edm = 0.497109 NCalls = 242 +VariableMetric: Iteration # 78 - FCN = -721281.616554 Edm = 6.95006 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -721303.8124588 Edm = 18.345 NCalls = 251 +VariableMetric: Iteration # 80 - FCN = -721304.7628866 Edm = 1.57844 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -721311.1459861 Edm = 6.64526 NCalls = 257 +VariableMetric: Iteration # 82 - FCN = -721350.105446 Edm = 5.35366 NCalls = 263 +VariableMetric: Iteration # 83 - FCN = -721355.9192537 Edm = 1.05547 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -721357.1068732 Edm = 1.74925 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -721360.2131708 Edm = 1.51826 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -721363.0004607 Edm = 0.329078 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -721363.4219959 Edm = 0.068482 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -721363.5640419 Edm = 0.0179795 NCalls = 276 +VariableMetric: Iteration # 89 - FCN = -721363.5930276 Edm = 0.0103568 NCalls = 278 +VariableMetric: Iteration # 90 - FCN = -721363.6052141 Edm = 0.00279088 NCalls = 280 +VariableMetric: Iteration # 91 - FCN = -721363.609928 Edm = 0.000861748 NCalls = 282 +VariableMetric: Iteration # 92 - FCN = -721363.6120497 Edm = 0.00118707 NCalls = 284 +VariableMetric: Iteration # 93 - FCN = -721363.64531 Edm = 0.0283218 NCalls = 288 +VariableMetric: Iteration # 94 - FCN = -721365.2948711 Edm = 2.43753 NCalls = 293 +VariableMetric: Iteration # 95 - FCN = -721366.0267437 Edm = 1.87149 NCalls = 298 +VariableMetric: Iteration # 96 - FCN = -721367.8402795 Edm = 2.02743 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -721379.659451 Edm = 5.24319 NCalls = 308 +VariableMetric: Iteration # 98 - FCN = -721392.0830723 Edm = 0.772298 NCalls = 311 +VariableMetric: Iteration # 99 - FCN = -721394.2197713 Edm = 1.26302 NCalls = 315 +VariableMetric: Iteration # 100 - FCN = -721400.8883448 Edm = 3.71174 NCalls = 324 +VariableMetric: Iteration # 101 - FCN = -721401.4598776 Edm = 3.03307 NCalls = 326 +VariableMetric: Iteration # 102 - FCN = -721404.5259433 Edm = 0.635493 NCalls = 328 +VariableMetric: Iteration # 103 - FCN = -721405.1863688 Edm = 0.144986 NCalls = 329 +VariableMetric: Iteration # 104 - FCN = -721405.3037617 Edm = 0.0132337 NCalls = 330 +VariableMetric: Iteration # 105 - FCN = -721405.3501664 Edm = 0.017888 NCalls = 332 +VariableMetric: Iteration # 106 - FCN = -721405.3797775 Edm = 0.00377615 NCalls = 334 +VariableMetric: Iteration # 107 - FCN = -721405.3841502 Edm = 0.00043401 NCalls = 336 +VariableMetric: Iteration # 108 - FCN = -721405.3858821 Edm = 0.00124853 NCalls = 338 +VariableMetric: Iteration # 109 - FCN = -721405.4343411 Edm = 0.0407826 NCalls = 342 +VariableMetric: Iteration # 110 - FCN = -721409.2905423 Edm = 2.64881 NCalls = 349 +VariableMetric: Iteration # 111 - FCN = -721409.3413149 Edm = 0.149843 NCalls = 351 +VariableMetric: Iteration # 112 - FCN = -721409.4743945 Edm = 0.120116 NCalls = 353 +VariableMetric: Iteration # 113 - FCN = -721420.3242395 Edm = 14.1477 NCalls = 360 +VariableMetric: Iteration # 114 - FCN = -721421.0422483 Edm = 0.94085 NCalls = 364 +VariableMetric: Iteration # 115 - FCN = -721423.7291321 Edm = 2.5655 NCalls = 369 +VariableMetric: Iteration # 116 - FCN = -721438.2250011 Edm = 4.18278 NCalls = 373 +VariableMetric: Iteration # 117 - FCN = -721449.3032206 Edm = 2.16145 NCalls = 376 +VariableMetric: Iteration # 118 - FCN = -721451.933069 Edm = 0.58444 NCalls = 379 +VariableMetric: Iteration # 119 - FCN = -721452.3872846 Edm = 0.0533614 NCalls = 380 +VariableMetric: Iteration # 120 - FCN = -721452.4884262 Edm = 0.0146881 NCalls = 382 +VariableMetric: Iteration # 121 - FCN = -721452.5620429 Edm = 0.0326342 NCalls = 384 +VariableMetric: Iteration # 122 - FCN = -721452.6699092 Edm = 0.0101504 NCalls = 386 +VariableMetric: Iteration # 123 - FCN = -721452.688737 Edm = 0.000839634 NCalls = 388 +VariableMetric: Iteration # 124 - FCN = -721452.689801 Edm = 7.98302e-05 NCalls = 390 +VariableMetric: Iteration # 125 - FCN = -721452.6901889 Edm = 0.00026929 NCalls = 392 +VariableMetric: Iteration # 126 - FCN = -721452.6940851 Edm = 0.00279934 NCalls = 395 +VariableMetric: Iteration # 127 - FCN = -721452.9995442 Edm = 0.322093 NCalls = 400 +VariableMetric: Iteration # 128 - FCN = -721454.5028692 Edm = 0.378981 NCalls = 402 +VariableMetric: Iteration # 129 - FCN = -721455.1457498 Edm = 0.0428687 NCalls = 404 +VariableMetric: Iteration # 130 - FCN = -721455.1982584 Edm = 0.00418351 NCalls = 406 +VariableMetric: Iteration # 131 - FCN = -721455.2066878 Edm = 0.00118624 NCalls = 408 +VariableMetric: Iteration # 132 - FCN = -721455.2083207 Edm = 0.000109048 NCalls = 410 +VariableMetric: Iteration # 133 - FCN = -721455.208471 Edm = 1.42142e-05 NCalls = 412 +VariableMetric: After Hessian - FCN = -721455.208471 Edm = 1.54007e+06 NCalls = 773 +VariableMetric: Iteration # 134 - FCN = -721455.208471 Edm = 1.54007e+06 NCalls = 773 +VariableMetric: Iteration # 135 - FCN = -721544.4714393 Edm = 294.011 NCalls = 784 +VariableMetric: Iteration # 136 - FCN = -721580.4806911 Edm = 0.871821 NCalls = 790 +VariableMetric: Iteration # 137 - FCN = -721580.6762009 Edm = 1.43301 NCalls = 792 +VariableMetric: Iteration # 138 - FCN = -721582.1318046 Edm = 0.469706 NCalls = 794 +VariableMetric: Iteration # 139 - FCN = -721583.2875757 Edm = 0.0701917 NCalls = 796 +VariableMetric: Iteration # 140 - FCN = -721583.958117 Edm = 0.161689 NCalls = 799 +VariableMetric: Iteration # 141 - FCN = -721584.5003981 Edm = 0.259955 NCalls = 801 +VariableMetric: Iteration # 142 - FCN = -721585.136659 Edm = 0.0523067 NCalls = 803 +VariableMetric: Iteration # 143 - FCN = -721585.4372978 Edm = 0.0980209 NCalls = 806 +VariableMetric: Iteration # 144 - FCN = -721585.6403608 Edm = 0.0342291 NCalls = 808 +VariableMetric: Iteration # 145 - FCN = -721585.7676767 Edm = 0.0929086 NCalls = 810 +VariableMetric: Iteration # 146 - FCN = -721585.9075344 Edm = 0.00669449 NCalls = 813 +VariableMetric: Iteration # 147 - FCN = -721585.9169906 Edm = 0.00225553 NCalls = 815 +VariableMetric: Iteration # 148 - FCN = -721585.9332132 Edm = 0.00468002 NCalls = 818 +VariableMetric: Iteration # 149 - FCN = -721585.9402825 Edm = 0.00148684 NCalls = 820 +VariableMetric: Iteration # 150 - FCN = -721585.9438986 Edm = 0.00162567 NCalls = 822 +VariableMetric: Iteration # 151 - FCN = -721585.9615057 Edm = 0.00406128 NCalls = 825 +VariableMetric: Iteration # 152 - FCN = -721585.9721102 Edm = 0.00484554 NCalls = 827 +VariableMetric: Iteration # 153 - FCN = -721586.1412027 Edm = 0.211435 NCalls = 834 +VariableMetric: Iteration # 154 - FCN = -721586.150675 Edm = 0.0247313 NCalls = 837 +VariableMetric: Iteration # 155 - FCN = -721586.3818415 Edm = 0.235726 NCalls = 843 +VariableMetric: Iteration # 156 - FCN = -721586.4072073 Edm = 0.0536768 NCalls = 846 +VariableMetric: Iteration # 157 - FCN = -721586.4926305 Edm = 0.106866 NCalls = 850 +VariableMetric: Iteration # 158 - FCN = -721586.5841438 Edm = 0.0599654 NCalls = 854 +VariableMetric: Iteration # 159 - FCN = -721588.1999948 Edm = 0.517875 NCalls = 861 +VariableMetric: Iteration # 160 - FCN = -721588.3252398 Edm = 0.209576 NCalls = 863 +VariableMetric: Iteration # 161 - FCN = -721588.6878311 Edm = 0.246302 NCalls = 865 +VariableMetric: Iteration # 162 - FCN = -721588.982453 Edm = 0.400333 NCalls = 868 +VariableMetric: Iteration # 163 - FCN = -721589.4746639 Edm = 0.211985 NCalls = 871 +VariableMetric: Iteration # 164 - FCN = -721589.8173828 Edm = 0.0610353 NCalls = 873 +VariableMetric: Iteration # 165 - FCN = -721589.9627114 Edm = 0.0270337 NCalls = 875 +VariableMetric: Iteration # 166 - FCN = -721590.0091391 Edm = 0.0112024 NCalls = 877 +VariableMetric: Iteration # 167 - FCN = -721590.0401197 Edm = 0.0181228 NCalls = 879 +VariableMetric: Iteration # 168 - FCN = -721590.0992861 Edm = 0.0120012 NCalls = 881 +VariableMetric: Iteration # 169 - FCN = -721590.1214896 Edm = 0.00723015 NCalls = 883 +VariableMetric: Iteration # 170 - FCN = -721590.1333459 Edm = 0.00550881 NCalls = 885 +VariableMetric: Iteration # 171 - FCN = -721590.1423889 Edm = 0.0046498 NCalls = 887 +VariableMetric: Iteration # 172 - FCN = -721590.1849477 Edm = 0.0182112 NCalls = 890 +VariableMetric: Iteration # 173 - FCN = -721590.2241905 Edm = 0.0118295 NCalls = 892 +VariableMetric: Iteration # 174 - FCN = -721590.2499511 Edm = 0.0221386 NCalls = 894 +VariableMetric: Iteration # 175 - FCN = -721590.2757214 Edm = 0.00542756 NCalls = 899 +VariableMetric: Iteration # 176 - FCN = -721590.2838012 Edm = 0.00339114 NCalls = 901 +VariableMetric: Iteration # 177 - FCN = -721590.287778 Edm = 0.00523447 NCalls = 903 +VariableMetric: Iteration # 178 - FCN = -721590.3015364 Edm = 0.00358028 NCalls = 907 +VariableMetric: Iteration # 179 - FCN = -721590.308468 Edm = 0.00587913 NCalls = 910 +VariableMetric: Iteration # 180 - FCN = -721590.311484 Edm = 0.00130739 NCalls = 912 +VariableMetric: Iteration # 181 - FCN = -721590.3139593 Edm = 0.000568774 NCalls = 914 +VariableMetric: Iteration # 182 - FCN = -721590.3151369 Edm = 0.000485796 NCalls = 916 +VariableMetric: Iteration # 183 - FCN = -721590.3161258 Edm = 0.000697738 NCalls = 919 +VariableMetric: Iteration # 184 - FCN = -721590.3181618 Edm = 0.000236818 NCalls = 922 +VariableMetric: Iteration # 185 - FCN = -721590.3185038 Edm = 0.000100324 NCalls = 924 +VariableMetric: Iteration # 186 - FCN = -721590.3188647 Edm = 0.000255293 NCalls = 926 +VariableMetric: Iteration # 187 - FCN = -721590.3195538 Edm = 0.000297636 NCalls = 929 +VariableMetric: Iteration # 188 - FCN = -721590.3204951 Edm = 0.000232837 NCalls = 932 +VariableMetric: Iteration # 189 - FCN = -721590.3208959 Edm = 9.81251e-05 NCalls = 934 +VariableMetric: Iteration # 190 - FCN = -721590.3209684 Edm = 4.54842e-05 NCalls = 936 +VariableMetric: After Hessian - FCN = -721590.3209684 Edm = 0.00581319 NCalls = 1315 +VariableMetric: Iteration # 191 - FCN = -721590.3209684 Edm = 0.00581319 NCalls = 1315 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715293.590379 Edm = 3.182 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715293.590379 Edm = 3.182 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718510.0784029 Edm = 8.8783 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -718615.098176 Edm = 4.25602 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -718645.9800632 Edm = 30.0326 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -718723.2011603 Edm = 47.1748 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -718832.4663241 Edm = 0.135865 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -718832.8895387 Edm = 0.305149 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -718896.2341747 Edm = 9.14619 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -718907.8645489 Edm = 0.372707 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -718908.6011916 Edm = 0.0424454 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -718908.8387964 Edm = 0.140298 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -719246.7784155 Edm = 211.076 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -719246.7784155 Edm = 211.076 NCalls = 61 +VariableMetric: After Hessian - FCN = -719246.7784155 Edm = 672796 NCalls = 412 +VariableMetric: Iteration # 13 - FCN = -719246.7784155 Edm = 672796 NCalls = 412 +VariableMetric: Iteration # 14 - FCN = -719319.1303163 Edm = 795434 NCalls = 423 +VariableMetric: Iteration # 15 - FCN = -720696.3883627 Edm = 66.891 NCalls = 428 +VariableMetric: Iteration # 16 - FCN = -720774.492605 Edm = 70.1827 NCalls = 432 +VariableMetric: Iteration # 17 - FCN = -721247.0435264 Edm = 155.574 NCalls = 441 +VariableMetric: Iteration # 18 - FCN = -721385.6607137 Edm = 44.0028 NCalls = 446 +VariableMetric: Iteration # 19 - FCN = -721387.5743728 Edm = 48.4161 NCalls = 449 +VariableMetric: Iteration # 20 - FCN = -721475.7696136 Edm = 7.65369 NCalls = 459 +VariableMetric: Iteration # 21 - FCN = -721511.0367139 Edm = 28.5733 NCalls = 463 +VariableMetric: Iteration # 22 - FCN = -721512.1909446 Edm = 13.4562 NCalls = 466 +VariableMetric: Iteration # 23 - FCN = -721529.9148393 Edm = 7.14199 NCalls = 469 +VariableMetric: Iteration # 24 - FCN = -721534.6107051 Edm = 4.302 NCalls = 471 +VariableMetric: Iteration # 25 - FCN = -721545.6610813 Edm = 1.6099 NCalls = 473 +VariableMetric: Iteration # 26 - FCN = -721548.8226271 Edm = 1.20912 NCalls = 476 +VariableMetric: Iteration # 27 - FCN = -721560.6691952 Edm = 1.3535 NCalls = 479 +VariableMetric: Iteration # 28 - FCN = -721562.6964677 Edm = 0.458694 NCalls = 481 +VariableMetric: Iteration # 29 - FCN = -721566.3076973 Edm = 2.21048 NCalls = 485 +VariableMetric: Iteration # 30 - FCN = -721571.6107893 Edm = 0.388059 NCalls = 487 +VariableMetric: Iteration # 31 - FCN = -721572.3342506 Edm = 0.302496 NCalls = 489 +VariableMetric: Iteration # 32 - FCN = -721575.4620671 Edm = 1.18123 NCalls = 492 +VariableMetric: Iteration # 33 - FCN = -721577.3668393 Edm = 0.129742 NCalls = 495 +VariableMetric: Iteration # 34 - FCN = -721577.9267146 Edm = 0.340681 NCalls = 497 +VariableMetric: Iteration # 35 - FCN = -721580.2616998 Edm = 0.247699 NCalls = 500 +VariableMetric: Iteration # 36 - FCN = -721580.4841953 Edm = 0.0987599 NCalls = 502 +VariableMetric: Iteration # 37 - FCN = -721581.3939379 Edm = 0.653652 NCalls = 505 +VariableMetric: Iteration # 38 - FCN = -721584.0665303 Edm = 0.212841 NCalls = 507 +VariableMetric: Iteration # 39 - FCN = -721584.573166 Edm = 0.241656 NCalls = 509 +VariableMetric: Iteration # 40 - FCN = -721586.9248963 Edm = 0.381831 NCalls = 512 +VariableMetric: Iteration # 41 - FCN = -721587.2832304 Edm = 0.0755188 NCalls = 513 +VariableMetric: Iteration # 42 - FCN = -721587.3755612 Edm = 0.049252 NCalls = 515 +VariableMetric: Iteration # 43 - FCN = -721587.8612309 Edm = 0.260926 NCalls = 519 +VariableMetric: Iteration # 44 - FCN = -721588.4199121 Edm = 0.0773064 NCalls = 521 +VariableMetric: Iteration # 45 - FCN = -721588.6140709 Edm = 0.120267 NCalls = 523 +VariableMetric: Iteration # 46 - FCN = -721594.3070108 Edm = 2.67763 NCalls = 529 +VariableMetric: Iteration # 47 - FCN = -721598.4739924 Edm = 2.4999 NCalls = 532 +VariableMetric: Iteration # 48 - FCN = -721599.7398956 Edm = 0.135645 NCalls = 533 +VariableMetric: Iteration # 49 - FCN = -721599.8798317 Edm = 0.0293146 NCalls = 535 +VariableMetric: Iteration # 50 - FCN = -721599.9091949 Edm = 0.0105544 NCalls = 537 +VariableMetric: Iteration # 51 - FCN = -721599.9539558 Edm = 0.0364103 NCalls = 540 +VariableMetric: Iteration # 52 - FCN = -721600.4615803 Edm = 0.144449 NCalls = 543 +VariableMetric: Iteration # 53 - FCN = -721600.7446076 Edm = 0.0403131 NCalls = 545 +VariableMetric: Iteration # 54 - FCN = -721600.8382935 Edm = 0.0468243 NCalls = 547 +VariableMetric: Iteration # 55 - FCN = -721601.2833079 Edm = 0.361326 NCalls = 550 +VariableMetric: Iteration # 56 - FCN = -721604.4678265 Edm = 1.47252 NCalls = 553 +VariableMetric: Iteration # 57 - FCN = -721606.4792442 Edm = 0.241922 NCalls = 555 +VariableMetric: Iteration # 58 - FCN = -721606.8318368 Edm = 0.100269 NCalls = 557 +VariableMetric: Iteration # 59 - FCN = -721606.9411172 Edm = 0.00941858 NCalls = 559 +VariableMetric: Iteration # 60 - FCN = -721606.9532619 Edm = 0.00378118 NCalls = 561 +VariableMetric: Iteration # 61 - FCN = -721607.0180167 Edm = 0.061533 NCalls = 565 +VariableMetric: Iteration # 62 - FCN = -721607.7805629 Edm = 0.557664 NCalls = 571 +VariableMetric: Iteration # 63 - FCN = -721608.6566546 Edm = 0.0913303 NCalls = 573 +VariableMetric: Iteration # 64 - FCN = -721608.7435056 Edm = 0.00349673 NCalls = 574 +VariableMetric: Iteration # 65 - FCN = -721608.7468656 Edm = 0.00080091 NCalls = 575 +VariableMetric: Iteration # 66 - FCN = -721608.7529373 Edm = 0.00540511 NCalls = 578 +VariableMetric: Iteration # 67 - FCN = -721608.8276491 Edm = 0.0910051 NCalls = 583 +VariableMetric: Iteration # 68 - FCN = -721608.8717449 Edm = 0.0384136 NCalls = 588 +VariableMetric: Iteration # 69 - FCN = -721609.2232592 Edm = 0.0037045 NCalls = 591 +VariableMetric: Iteration # 70 - FCN = -721609.2267435 Edm = 0.00045974 NCalls = 592 +VariableMetric: Iteration # 71 - FCN = -721609.2280556 Edm = 0.00129293 NCalls = 594 +VariableMetric: Iteration # 72 - FCN = -721609.2698601 Edm = 0.0429505 NCalls = 600 +VariableMetric: Iteration # 73 - FCN = -721609.3265298 Edm = 0.0496522 NCalls = 606 +VariableMetric: Iteration # 74 - FCN = -721609.7358734 Edm = 0.0357781 NCalls = 609 +VariableMetric: Iteration # 75 - FCN = -721609.7685835 Edm = 0.00572526 NCalls = 610 +VariableMetric: Iteration # 76 - FCN = -721609.7755189 Edm = 0.000226809 NCalls = 612 +VariableMetric: Iteration # 77 - FCN = -721609.7757974 Edm = 0.000109603 NCalls = 614 +VariableMetric: Iteration # 78 - FCN = -721609.7763843 Edm = 0.00039137 NCalls = 617 +VariableMetric: Iteration # 79 - FCN = -721609.7957088 Edm = 0.0206441 NCalls = 622 +VariableMetric: Iteration # 80 - FCN = -721609.8247231 Edm = 0.0247767 NCalls = 627 +VariableMetric: Iteration # 81 - FCN = -721610.0244694 Edm = 0.0419876 NCalls = 630 +VariableMetric: Iteration # 82 - FCN = -721610.1189225 Edm = 0.107485 NCalls = 631 +VariableMetric: Iteration # 83 - FCN = -721610.172643 Edm = 0.0371693 NCalls = 633 +VariableMetric: Iteration # 84 - FCN = -721610.2768608 Edm = 0.0225497 NCalls = 638 +VariableMetric: Iteration # 85 - FCN = -721610.3316038 Edm = 0.0768651 NCalls = 643 +VariableMetric: Iteration # 86 - FCN = -721610.3619649 Edm = 0.00852416 NCalls = 648 +VariableMetric: Iteration # 87 - FCN = -721610.3732365 Edm = 0.00456046 NCalls = 650 +VariableMetric: Iteration # 88 - FCN = -721610.3774431 Edm = 0.00582762 NCalls = 651 +VariableMetric: Iteration # 89 - FCN = -721610.387535 Edm = 0.00206733 NCalls = 654 +VariableMetric: Iteration # 90 - FCN = -721610.3925696 Edm = 0.000935031 NCalls = 658 +VariableMetric: Iteration # 91 - FCN = -721610.3931437 Edm = 0.000329541 NCalls = 660 +VariableMetric: Iteration # 92 - FCN = -721610.3937268 Edm = 0.000275829 NCalls = 662 +VariableMetric: Iteration # 93 - FCN = -721610.397336 Edm = 0.00248108 NCalls = 666 +VariableMetric: Iteration # 94 - FCN = -721610.4031491 Edm = 0.00838161 NCalls = 668 +VariableMetric: Iteration # 95 - FCN = -721610.4315131 Edm = 0.0207552 NCalls = 674 +VariableMetric: Iteration # 96 - FCN = -721610.433539 Edm = 0.00681532 NCalls = 677 +VariableMetric: Iteration # 97 - FCN = -721610.4758467 Edm = 0.0525649 NCalls = 681 +VariableMetric: Iteration # 98 - FCN = -721610.5522602 Edm = 0.0760915 NCalls = 685 +VariableMetric: Iteration # 99 - FCN = -721610.5722845 Edm = 0.0177281 NCalls = 688 +VariableMetric: Iteration # 100 - FCN = -721611.7145979 Edm = 0.891492 NCalls = 693 +VariableMetric: Iteration # 101 - FCN = -721611.7937458 Edm = 0.178286 NCalls = 696 +VariableMetric: Iteration # 102 - FCN = -721612.267748 Edm = 0.147512 NCalls = 702 +VariableMetric: Iteration # 103 - FCN = -721612.4740034 Edm = 0.0131518 NCalls = 705 +VariableMetric: Iteration # 104 - FCN = -721612.5618053 Edm = 0.13536 NCalls = 710 +VariableMetric: Iteration # 105 - FCN = -721612.5836517 Edm = 0.0298817 NCalls = 712 +VariableMetric: Iteration # 106 - FCN = -721612.6063199 Edm = 0.0427324 NCalls = 715 +VariableMetric: Iteration # 107 - FCN = -721612.6879517 Edm = 0.114602 NCalls = 719 +VariableMetric: Iteration # 108 - FCN = -721612.7871787 Edm = 0.015128 NCalls = 723 +VariableMetric: Iteration # 109 - FCN = -721612.8208879 Edm = 0.012592 NCalls = 725 +VariableMetric: Iteration # 110 - FCN = -721612.8601947 Edm = 0.0222476 NCalls = 727 +VariableMetric: Iteration # 111 - FCN = -721612.9104073 Edm = 0.0204255 NCalls = 730 +VariableMetric: Iteration # 112 - FCN = -721612.9211128 Edm = 0.00509732 NCalls = 732 +VariableMetric: Iteration # 113 - FCN = -721612.9284066 Edm = 0.00130225 NCalls = 734 +VariableMetric: Iteration # 114 - FCN = -721612.9298902 Edm = 0.000444157 NCalls = 736 +VariableMetric: Iteration # 115 - FCN = -721612.9307192 Edm = 0.000397457 NCalls = 738 +VariableMetric: Iteration # 116 - FCN = -721612.9472139 Edm = 0.0106992 NCalls = 742 +VariableMetric: Iteration # 117 - FCN = -721613.0874405 Edm = 0.0852556 NCalls = 745 +VariableMetric: Iteration # 118 - FCN = -721613.6417849 Edm = 0.0429344 NCalls = 748 +VariableMetric: Iteration # 119 - FCN = -721613.6903466 Edm = 0.0180917 NCalls = 749 +VariableMetric: Iteration # 120 - FCN = -721613.7079545 Edm = 0.00331074 NCalls = 751 +VariableMetric: Iteration # 121 - FCN = -721613.7138329 Edm = 0.000354558 NCalls = 753 +VariableMetric: Iteration # 122 - FCN = -721613.7143257 Edm = 2.14214e-05 NCalls = 755 +VariableMetric: After Hessian - FCN = -721613.7143257 Edm = 0.0451024 NCalls = 1128 +VariableMetric: Iteration # 123 - FCN = -721613.7143257 Edm = 0.0451024 NCalls = 1128 +VariableMetric: Iteration # 124 - FCN = -721613.7146352 Edm = 0.00921151 NCalls = 1131 +VariableMetric: Iteration # 125 - FCN = -721613.7153254 Edm = 0.000136263 NCalls = 1133 +VariableMetric: Iteration # 126 - FCN = -721613.7155056 Edm = 3.66213e-05 NCalls = 1135 +VariableMetric: Iteration # 127 - FCN = -721613.7155622 Edm = 1.26039e-06 NCalls = 1137 +VariableMetric: After Hessian - FCN = -721613.7155622 Edm = 1.53674e-06 NCalls = 1518 +VariableMetric: Iteration # 128 - FCN = -721613.7155622 Edm = 1.53674e-06 NCalls = 1518 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=802 (813 total) | +| EDM = 5.74E+03 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -721594.2715241481 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.23 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 15.2 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | 4.25 | 0.04 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.10 | 0.06 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 5.1 | 0.4 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | -3.940 | 0.017 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -0.13 | 0.07 | | |-6.28319 | 6.28319 | | +| 7 | omega_p | 5.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.60 | 0.08 | | |0.918861 | 4.08114 | | +| 9 | p4415_s | 1.17 | 0.06 | | |0.126447 | 2.35355 | | +| 10| Dbar_s | 0.131 | 0.017 | | | -1.464 | 1.464 | | +| 11| psi2s_s | 1358.66 | 0.08 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 2.31 | 0.05 | | | 0.71676 | 3.68324 | | +| 13| p4040_p | -2.42 | 0.07 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.989E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| jpsi_p | -1.566 | 0.009 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 0.20 | 1.26 | | |0.0253049| 2.0747 | | +| 17| Ctt | -0.11 | 0.04 | | | -0.5 | 0.5 | | +| 18| rho_p | -5 | 7 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.48 | 0.04 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p p4040_s omega_s psi2s_p phi_p omega_p p3770_s p4415_s Dbar_s psi2s_s p4160_s p4040_p jpsi_s jpsi_p rho_s Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.606 0.369 -0.263 0.517 -0.443 0.120 -0.617 -0.151 -0.127 -0.460 -0.079 -0.051 0.314 -0.501 0.378 0.628 0.483 -0.629 0.126 | +| phi_s | 0.606 1.000 0.549 -0.351 0.791 -0.656 0.241 -0.944 -0.212 -0.172 -0.773 -0.123 0.002 0.475 -0.778 0.576 0.962 0.769 -0.963 0.189 | +| p4160_p | 0.369 0.549 1.000 -0.269 0.468 -0.401 0.108 -0.558 -0.143 -0.074 -0.425 -0.072 -0.023 0.260 -0.456 0.342 0.569 0.415 -0.570 0.116 | +| p4040_s | -0.263 -0.351 -0.269 1.000 -0.299 0.232 -0.070 0.357 0.087 0.062 0.330 0.046 -0.054 -0.194 0.299 -0.220 -0.364 -0.287 0.364 -0.057 | +| omega_s | 0.517 0.791 0.468 -0.299 1.000 -0.559 0.157 -0.800 -0.181 -0.146 -0.659 -0.105 0.001 0.405 -0.663 0.492 0.821 0.655 -0.821 0.161 | +| psi2s_p | -0.443 -0.656 -0.401 0.232 -0.559 1.000 -0.132 0.668 0.110 0.110 0.564 0.085 -0.023 -0.367 0.552 -0.418 -0.680 -0.563 0.681 -0.178 | +| phi_p | 0.120 0.241 0.108 -0.070 0.157 -0.132 1.000 -0.187 -0.043 -0.035 -0.154 -0.025 -0.000 0.093 -0.156 0.111 0.191 0.153 -0.191 0.036 | +| omega_p | -0.617 -0.944 -0.558 0.357 -0.800 0.668 -0.187 1.000 0.216 0.175 0.787 0.125 -0.001 -0.483 0.792 -0.587 -0.979 -0.782 0.981 -0.192 | +| p3770_s | -0.151 -0.212 -0.143 0.087 -0.181 0.110 -0.043 0.216 1.000 0.039 0.208 0.027 -0.005 -0.143 0.184 -0.126 -0.220 -0.205 0.220 -0.097 | +| p4415_s | -0.127 -0.172 -0.074 0.062 -0.146 0.110 -0.035 0.175 0.039 1.000 0.160 0.023 0.012 -0.075 0.147 -0.113 -0.178 -0.126 0.178 -0.038 | +| Dbar_s | -0.460 -0.773 -0.425 0.330 -0.659 0.564 -0.154 0.787 0.208 0.160 1.000 0.100 0.046 -0.361 0.637 -0.497 -0.801 -0.596 0.803 -0.162 | +| psi2s_s | -0.079 -0.123 -0.072 0.046 -0.105 0.085 -0.025 0.125 0.027 0.023 0.100 1.000 0.000 -0.062 0.138 -0.076 -0.127 -0.100 0.127 -0.026 | +| p4160_s | -0.051 0.002 -0.023 -0.054 0.001 -0.023 -0.000 -0.001 -0.005 0.012 0.046 0.000 1.000 0.057 0.006 -0.001 0.001 -0.000 -0.001 0.006 | +| p4040_p | 0.314 0.475 0.260 -0.194 0.405 -0.367 0.093 -0.483 -0.143 -0.075 -0.361 -0.062 0.057 1.000 -0.393 0.290 0.492 0.348 -0.493 0.095 | +| jpsi_s | -0.501 -0.778 -0.456 0.299 -0.663 0.552 -0.156 0.792 0.184 0.147 0.637 0.138 0.006 -0.393 1.000 -0.483 -0.807 -0.636 0.808 -0.156 | +| jpsi_p | 0.378 0.576 0.342 -0.220 0.492 -0.418 0.111 -0.587 -0.126 -0.113 -0.497 -0.076 -0.001 0.290 -0.483 1.000 0.598 0.494 -0.599 0.111 | +| rho_s | 0.628 0.962 0.569 -0.364 0.821 -0.680 0.191 -0.979 -0.220 -0.178 -0.801 -0.127 0.001 0.492 -0.807 0.598 1.000 0.796 -0.999 0.196 | +| Ctt | 0.483 0.769 0.415 -0.287 0.655 -0.563 0.153 -0.782 -0.205 -0.126 -0.596 -0.100 -0.000 0.348 -0.636 0.494 0.796 1.000 -0.798 0.120 | +| rho_p | -0.629 -0.963 -0.570 0.364 -0.821 0.681 -0.191 0.981 0.220 0.178 0.803 0.127 -0.001 -0.493 0.808 -0.599 -0.999 -0.798 1.000 -0.196 | +| p3770_p | 0.126 0.189 0.116 -0.057 0.161 -0.178 0.036 -0.192 -0.097 -0.038 -0.162 -0.026 0.006 0.095 -0.156 0.111 0.196 0.120 -0.196 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.0861722469950521}), (, {'error': 1.242276688522339}), (, {'error': 0.03760126579080314}), (, {'error': 0.0558395799849023}), (, {'error': 0.3660372275973902}), (, {'error': 0.01732441582460731}), (, {'error': 0.07446648686731772}), (, {'error': 0.49954019956074713}), (, {'error': 0.07764790635756946}), (, {'error': 0.06495838649326546}), (, {'error': 0.017419555013548416}), (, {'error': 0.07653485351761447}), (, {'error': 0.052383560381049854}), (, {'error': 0.0677397997543645}), (, {'error': 5.976399322591533}), (, {'error': 0.00929839301459534}), (, {'error': 1.2614019179944451}), (, {'error': 0.04084605280986431}), (, {'error': 7.084994821632547}), (, {'error': 0.040387208976205624})]) +Toy 1/10 +Time taken: 1 h, 23 min +Projected time left: 12 h, 29 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=1200 (1200 total) | +| EDM = 0.000202 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -721611.269972641 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.00 | 0.18 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.6 | 1.5 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | -1.84 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.96 | 0.17 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 5.6 | 1.1 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 4.15 | 0.03 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.13 | 0.36 | | |-6.28319 | 6.28319 | | +| 7 | omega_p | -6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.33 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4415_s | 1.18 | 0.18 | | |0.126447 | 2.35355 | | +| 10| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +| 11| psi2s_s | 1364 | 3 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 2.21 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p4040_p | 4.04 | 0.18 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| jpsi_p | 4.548 | 0.016 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.005 | 0.144 | | | -0.5 | 0.5 | | +| 18| rho_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -1.75 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p p4040_s omega_s psi2s_p phi_p omega_p p3770_s p4415_s Dbar_s psi2s_s p4160_s p4040_p jpsi_s jpsi_p rho_s Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.004 0.296 -0.208 -0.014 0.109 -0.003 -0.001 -0.008 -0.122 0.118 -0.014 -0.151 0.130 -0.015 -0.063 0.015 -0.175 0.002 0.109 | +| phi_s | -0.004 1.000 -0.007 0.000 -0.076 -0.015 0.874 0.001 -0.002 0.001 -0.010 0.040 -0.001 -0.006 0.042 -0.046 0.057 0.004 -0.008 -0.004 | +| p4160_p | 0.296 -0.007 1.000 -0.496 -0.020 0.324 -0.006 -0.001 -0.084 0.027 -0.150 -0.034 -0.104 0.110 -0.034 -0.096 0.020 -0.463 0.003 0.270 | +| p4040_s | -0.208 0.000 -0.496 1.000 0.028 -0.429 -0.001 0.001 0.199 0.136 0.415 -0.015 -0.022 -0.187 -0.019 0.010 -0.037 0.518 -0.001 -0.247 | +| omega_s | -0.014 -0.076 -0.020 0.028 1.000 -0.023 -0.084 0.165 0.020 0.017 0.022 0.078 0.018 -0.001 0.080 -0.030 -0.609 0.012 0.169 -0.019 | +| psi2s_p | 0.109 -0.015 0.324 -0.429 -0.023 1.000 -0.019 -0.003 -0.172 -0.348 -0.662 0.086 -0.308 0.052 0.106 -0.049 0.034 -0.663 -0.004 0.514 | +| phi_p | -0.003 0.874 -0.006 -0.001 -0.084 -0.019 1.000 -0.004 -0.001 -0.003 -0.004 0.014 -0.003 -0.006 0.014 -0.059 0.058 -0.001 -0.023 -0.005 | +| omega_p | -0.001 0.001 -0.001 0.001 0.165 -0.003 -0.004 1.000 0.001 0.001 0.002 0.000 0.001 -0.000 0.000 -0.007 -0.047 0.000 0.011 -0.001 | +| p3770_s | -0.008 -0.002 -0.084 0.199 0.020 -0.172 -0.001 0.001 1.000 0.092 0.256 -0.043 0.090 -0.042 -0.046 -0.085 -0.033 0.111 0.003 -0.171 | +| p4415_s | -0.122 0.001 0.027 0.136 0.017 -0.348 -0.003 0.001 0.092 1.000 0.462 0.013 0.330 0.138 0.013 -0.050 -0.020 0.401 -0.000 -0.207 | +| Dbar_s | 0.118 -0.010 -0.150 0.415 0.022 -0.662 -0.004 0.002 0.256 0.462 1.000 -0.225 0.496 0.176 -0.244 -0.106 -0.042 0.720 0.006 -0.431 | +| psi2s_s | -0.014 0.040 -0.034 -0.015 0.078 0.086 0.014 0.000 -0.043 0.013 -0.225 1.000 -0.010 -0.051 0.940 0.122 -0.098 0.060 -0.005 0.014 | +| p4160_s | -0.151 -0.001 -0.104 -0.022 0.018 -0.308 -0.003 0.001 0.090 0.330 0.496 -0.010 1.000 0.424 -0.012 -0.093 -0.025 0.317 0.002 -0.130 | +| p4040_p | 0.130 -0.006 0.110 -0.187 -0.001 0.052 -0.006 -0.000 -0.042 0.138 0.176 -0.051 0.424 1.000 -0.051 -0.170 -0.004 -0.190 0.004 0.171 | +| jpsi_s | -0.015 0.042 -0.034 -0.019 0.080 0.106 0.014 0.000 -0.046 0.013 -0.244 0.940 -0.012 -0.051 1.000 0.129 -0.101 0.063 -0.005 0.031 | +| jpsi_p | -0.063 -0.046 -0.096 0.010 -0.030 -0.049 -0.059 -0.007 -0.085 -0.050 -0.106 0.122 -0.093 -0.170 0.129 1.000 0.062 0.159 -0.017 -0.068 | +| rho_s | 0.015 0.057 0.020 -0.037 -0.609 0.034 0.058 -0.047 -0.033 -0.020 -0.042 -0.098 -0.025 -0.004 -0.101 0.062 1.000 0.000 -0.139 0.025 | +| Ctt | -0.175 0.004 -0.463 0.518 0.012 -0.663 -0.001 0.000 0.111 0.401 0.720 0.060 0.317 -0.190 0.063 0.159 0.000 1.000 -0.007 -0.572 | +| rho_p | 0.002 -0.008 0.003 -0.001 0.169 -0.004 -0.023 0.011 0.003 -0.000 0.006 -0.005 0.002 0.004 -0.005 -0.017 -0.139 -0.007 1.000 0.000 | +| p3770_p | 0.109 -0.004 0.270 -0.247 -0.019 0.514 -0.005 -0.001 -0.171 -0.207 -0.431 0.014 -0.130 0.171 0.031 -0.068 0.025 -0.572 0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17666719570646094}), (, {'error': 1.500124747900161}), (, {'error': 0.09415589249456602}), (, {'error': 0.1693526710024798}), (, {'error': 1.0736023154622165}), (, {'error': 0.031931729793839736}), (, {'error': 0.3640901382543382}), (, {'error': 0.10086468678026739}), (, {'error': 0.18980806745355805}), (, {'error': 0.17862629158355448}), (, {'error': 0.05989175334422514}), (, {'error': 3.2458263897848383}), (, {'error': 0.16535251574997156}), (, {'error': 0.18480763723474514}), (, {'error': 22.882998597116057}), (, {'error': 0.016236418346266213}), (, {'error': 0.3749162995313729}), (, {'error': 0.14351307195440488}), (, {'error': 0.11556972512920138}), (, {'error': 0.11776113864018845})]) +Toy 2/10 +Time taken: 3 h, 10 min +Projected time left: 12 h, 40 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=1130 (1130 total) | +| EDM = 0.00117 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -721613.7547765983 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 4.17 | 0.16 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | 4.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.99 | 0.15 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 4.4 | 2.9 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 2.263 | 0.027 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 7 | omega_p | -0.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.51 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4415_s | 1.18 | 0.16 | | |0.126447 | 2.35355 | | +| 10| Dbar_s | 0.031 | 0.040 | | | -1.464 | 1.464 | | +| 11| psi2s_s | 1371.4 | 1.3 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 2.23 | 0.14 | | | 0.71676 | 3.68324 | | +| 13| p4040_p | -2.48 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| jpsi_p | 4.731 | 0.017 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 0.9 | 0.4 | | |0.0253049| 2.0747 | | +| 17| Ctt | -0.004 | 0.093 | | | -0.5 | 0.5 | | +| 18| rho_p | -0.5 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.47 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p p4040_s omega_s psi2s_p phi_p omega_p p3770_s p4415_s Dbar_s psi2s_s p4160_s p4040_p jpsi_s jpsi_p rho_s Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.036 0.234 -0.171 0.014 -0.016 -0.037 -0.010 -0.013 -0.118 0.178 -0.001 -0.154 0.093 -0.001 -0.031 -0.015 -0.149 0.028 0.063 | +| phi_s | -0.036 1.000 -0.059 0.016 -0.288 -0.130 0.997 0.260 0.005 -0.009 0.004 0.015 -0.012 -0.049 -0.022 -0.381 0.388 -0.001 -0.129 -0.061 | +| p4160_p | 0.234 -0.059 1.000 -0.400 0.021 -0.012 -0.059 -0.017 -0.067 0.106 -0.019 -0.008 -0.059 0.051 0.010 -0.044 -0.026 -0.356 0.031 0.146 | +| p4040_s | -0.171 0.016 -0.400 1.000 -0.008 -0.062 0.016 0.003 0.146 0.028 0.281 -0.005 -0.135 -0.172 -0.001 0.011 0.002 0.368 -0.037 -0.099 | +| omega_s | 0.014 -0.288 0.021 -0.008 1.000 0.027 -0.296 0.364 -0.000 0.000 0.008 -0.006 0.004 0.017 0.009 0.074 -0.698 -0.014 0.245 0.017 | +| psi2s_p | -0.016 -0.130 -0.012 -0.062 0.027 1.000 -0.130 -0.039 -0.230 -0.107 -0.033 -0.051 -0.159 -0.192 0.043 -0.001 -0.055 -0.027 -0.030 -0.204 | +| phi_p | -0.037 0.997 -0.059 0.016 -0.296 -0.130 1.000 0.259 0.005 -0.009 0.004 0.014 -0.013 -0.049 -0.021 -0.382 0.395 -0.001 -0.141 -0.061 | +| omega_p | -0.010 0.260 -0.017 0.003 0.364 -0.039 0.259 1.000 0.001 -0.005 0.000 0.003 -0.005 -0.015 -0.004 -0.111 -0.060 -0.002 -0.153 -0.018 | +| p3770_s | -0.013 0.005 -0.067 0.146 -0.000 -0.230 0.005 0.001 1.000 0.039 0.192 -0.024 0.037 -0.070 0.005 0.007 -0.009 0.024 -0.021 -0.182 | +| p4415_s | -0.118 -0.009 0.106 0.028 0.000 -0.107 -0.009 -0.005 0.039 1.000 0.334 0.007 0.217 0.122 -0.013 -0.041 -0.002 0.255 -0.010 -0.092 | +| Dbar_s | 0.178 0.004 -0.019 0.281 0.008 -0.033 0.004 0.000 0.192 0.334 1.000 -0.055 0.400 0.197 0.071 -0.105 -0.029 0.597 -0.030 -0.263 | +| psi2s_s | -0.001 0.015 -0.008 -0.005 -0.006 -0.051 0.014 0.003 -0.024 0.007 -0.055 1.000 0.001 -0.010 -0.589 0.024 0.004 0.038 -0.027 -0.003 | +| p4160_s | -0.154 -0.012 -0.059 -0.135 0.004 -0.159 -0.013 -0.005 0.037 0.217 0.400 0.001 1.000 0.394 -0.007 -0.059 -0.009 0.179 -0.009 -0.039 | +| p4040_p | 0.093 -0.049 0.051 -0.172 0.017 -0.192 -0.049 -0.015 -0.070 0.122 0.197 -0.010 0.394 1.000 0.009 -0.095 -0.026 -0.202 0.014 0.120 | +| jpsi_s | -0.001 -0.022 0.010 -0.001 0.009 0.043 -0.021 -0.004 0.005 -0.013 0.071 -0.589 -0.007 0.009 1.000 -0.025 -0.005 -0.041 0.043 -0.002 | +| jpsi_p | -0.031 -0.381 -0.044 0.011 0.074 -0.001 -0.382 -0.111 0.007 -0.041 -0.105 0.024 -0.059 -0.095 -0.025 1.000 -0.087 0.110 0.055 -0.032 | +| rho_s | -0.015 0.388 -0.026 0.002 -0.698 -0.055 0.395 -0.060 -0.009 -0.002 -0.029 0.004 -0.009 -0.026 -0.005 -0.087 1.000 0.034 -0.063 -0.019 | +| Ctt | -0.149 -0.001 -0.356 0.368 -0.014 -0.027 -0.001 -0.002 0.024 0.255 0.597 0.038 0.179 -0.202 -0.041 0.110 0.034 1.000 -0.003 -0.385 | +| rho_p | 0.028 -0.129 0.031 -0.037 0.245 -0.030 -0.141 -0.153 -0.021 -0.010 -0.030 -0.027 -0.009 0.014 0.043 0.055 -0.063 -0.003 1.000 0.023 | +| p3770_p | 0.063 -0.061 0.146 -0.099 0.017 -0.204 -0.061 -0.018 -0.182 -0.092 -0.263 -0.003 -0.039 0.120 -0.002 -0.032 -0.019 -0.385 0.023 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16133588542438648}), (, {'error': 5.4788547261014875}), (, {'error': 0.0820112038120655}), (, {'error': 0.14812908626814442}), (, {'error': 2.8615621475538453}), (, {'error': 0.02729940956393584}), (, {'error': 8.92058230242157}), (, {'error': 0.33737317083636453}), (, {'error': 0.19028501214219995}), (, {'error': 0.1591297204926636}), (, {'error': 0.039635749694697964}), (, {'error': 1.3269888258880655}), (, {'error': 0.1445019998902659}), (, {'error': 0.16529219709991794}), (, {'error': 10.37598915815488}), (, {'error': 0.016811651444716524}), (, {'error': 0.36693551934748486}), (, {'error': 0.09280984980523849}), (, {'error': 0.3473681511703339}), (, {'error': 0.09709165961451305})]) +Toy 3/10 +Time taken: 4 h, 51 min +Projected time left: 11 h, 19 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=1130 (1130 total) | +| EDM = 2.67E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -721595.284643326 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -1.93 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.9 | 0.9 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | 4.52 | 0.08 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.005 | 0.024 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 5.4 | 1.1 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | -4.005 | 0.028 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 6.28 | 0.28 | | |-6.28319 | 6.28319 | | +| 7 | omega_p | -6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.30 | 0.20 | | |0.918861 | 4.08114 | | +| 9 | p4415_s | 1.08 | 0.18 | | |0.126447 | 2.35355 | | +| 10| Dbar_s | -0.09 | 0.05 | | | -1.464 | 1.464 | | +| 11| psi2s_s | 1371.5 | 3.0 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 2.29 | 0.15 | | | 0.71676 | 3.68324 | | +| 13| p4040_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 15| jpsi_p | 4.730 | 0.016 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 0.8 | 0.4 | | |0.0253049| 2.0747 | | +| 17| Ctt | -0.34 | 0.13 | | | -0.5 | 0.5 | | +| 18| rho_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.35 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p p4040_s omega_s psi2s_p phi_p omega_p p3770_s p4415_s Dbar_s psi2s_s p4160_s p4040_p jpsi_s jpsi_p rho_s Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.004 0.239 0.015 -0.007 0.014 0.002 -0.000 0.024 -0.097 0.114 -0.025 -0.220 -0.004 0.025 -0.047 0.004 -0.145 0.003 0.080 | +| phi_s | -0.004 1.000 -0.008 -0.000 -0.037 -0.017 -0.606 0.007 -0.003 0.006 -0.008 0.038 0.005 0.000 -0.040 -0.003 0.039 0.016 0.022 -0.003 | +| p4160_p | 0.239 -0.008 1.000 0.020 -0.003 -0.004 0.004 -0.000 -0.005 0.051 -0.081 -0.064 -0.136 0.010 0.065 -0.093 -0.006 -0.383 0.004 0.222 | +| p4040_s | 0.015 -0.000 0.020 1.000 -0.000 -0.012 0.000 -0.000 -0.008 0.006 -0.003 -0.005 0.037 -0.369 0.005 -0.013 -0.000 -0.037 0.000 0.023 | +| omega_s | -0.007 -0.037 -0.003 -0.000 1.000 0.015 0.045 0.160 0.012 0.005 0.007 0.061 0.010 -0.001 -0.066 -0.042 -0.610 -0.014 0.162 -0.006 | +| psi2s_p | 0.014 -0.017 -0.004 -0.012 0.015 1.000 0.013 -0.001 -0.289 -0.109 0.039 -0.174 -0.131 0.023 0.172 -0.112 -0.032 -0.088 -0.001 -0.160 | +| phi_p | 0.002 -0.606 0.004 0.000 0.045 0.013 1.000 -0.000 0.002 0.000 0.002 0.004 0.001 -0.000 -0.004 0.019 -0.029 -0.004 -0.001 0.003 | +| omega_p | -0.000 0.007 -0.000 -0.000 0.160 -0.001 -0.000 1.000 0.001 -0.000 0.001 -0.001 -0.000 0.000 0.001 -0.007 -0.045 -0.001 0.008 -0.001 | +| p3770_s | 0.024 -0.003 -0.005 -0.008 0.012 -0.289 0.002 0.001 1.000 0.066 0.171 -0.041 0.108 -0.002 0.033 -0.014 -0.023 -0.023 0.002 -0.149 | +| p4415_s | -0.097 0.006 0.051 0.006 0.005 -0.109 0.000 -0.000 0.066 1.000 0.498 0.045 0.338 -0.018 -0.047 -0.030 0.001 0.454 -0.003 -0.248 | +| Dbar_s | 0.114 -0.008 -0.081 -0.003 0.007 0.039 0.002 0.001 0.171 0.498 1.000 -0.175 0.562 -0.030 0.186 -0.086 -0.015 0.742 0.003 -0.475 | +| psi2s_s | -0.025 0.038 -0.064 -0.005 0.061 -0.174 0.004 -0.001 -0.041 0.045 -0.175 1.000 0.027 0.005 -0.927 0.128 -0.073 0.124 -0.010 0.002 | +| p4160_s | -0.220 0.005 -0.136 0.037 0.010 -0.131 0.001 -0.000 0.108 0.338 0.562 0.027 1.000 -0.042 -0.029 -0.031 -0.008 0.472 -0.002 -0.243 | +| p4040_p | -0.004 0.000 0.010 -0.369 -0.001 0.023 -0.000 0.000 -0.002 -0.018 -0.030 0.005 -0.042 1.000 -0.005 0.015 0.001 0.005 -0.000 -0.008 | +| jpsi_s | 0.025 -0.040 0.065 0.005 -0.066 0.172 -0.004 0.001 0.033 -0.047 0.186 -0.927 -0.029 -0.005 1.000 -0.132 0.078 -0.124 0.011 -0.005 | +| jpsi_p | -0.047 -0.003 -0.093 -0.013 -0.042 -0.112 0.019 -0.007 -0.014 -0.030 -0.086 0.128 -0.031 0.015 -0.132 1.000 0.076 0.117 -0.018 -0.053 | +| rho_s | 0.004 0.039 -0.006 -0.000 -0.610 -0.032 -0.029 -0.045 -0.023 0.001 -0.015 -0.073 -0.008 0.001 0.078 0.076 1.000 0.044 -0.117 0.004 | +| Ctt | -0.145 0.016 -0.383 -0.037 -0.014 -0.088 -0.004 -0.001 -0.023 0.454 0.742 0.124 0.472 0.005 -0.124 0.117 0.044 1.000 -0.009 -0.540 | +| rho_p | 0.003 0.022 0.004 0.000 0.162 -0.001 -0.001 0.008 0.002 -0.003 0.003 -0.010 -0.002 -0.000 0.011 -0.018 -0.117 -0.009 1.000 0.002 | +| p3770_p | 0.080 -0.003 0.222 0.023 -0.006 -0.160 0.003 -0.001 -0.149 -0.248 -0.475 0.002 -0.243 -0.008 -0.005 -0.053 0.004 -0.540 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18573316652459493}), (, {'error': 0.9295699807296831}), (, {'error': 0.08214436947467885}), (, {'error': 0.023772637361794854}), (, {'error': 1.0616591074153168}), (, {'error': 0.028345989789073878}), (, {'error': 0.2825006618832937}), (, {'error': 0.10772013268750413}), (, {'error': 0.2020033213548833}), (, {'error': 0.1789936881184207}), (, {'error': 0.052707760971131945}), (, {'error': 2.980393981870975}), (, {'error': 0.1517269945778883}), (, {'error': 10.234463677611426}), (, {'error': 40.93492000411061}), (, {'error': 0.016323576797286243}), (, {'error': 0.3671968308564502}), (, {'error': 0.1258865870146542}), (, {'error': 0.12099892246103572}), (, {'error': 0.12338329838647977})]) +Toy 4/10 +Time taken: 6 h, 31 min +Projected time left: 9 h, 47 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=779 (779 total) | +| EDM = 2.99E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -721612.5020479393 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 4.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.1 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | -1.84 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.96 | 0.17 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 4.9 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | -2.14 | 0.03 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 7 | omega_p | -0.49 | 0.31 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.32 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4415_s | 1.18 | 0.18 | | |0.126447 | 2.35355 | | +| 10| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +| 11| psi2s_s | 1364.5 | 2.4 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 2.21 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p4040_p | -2.25 | 0.19 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.999E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| jpsi_p | 4.549 | 0.016 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 0.8 | 0.4 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.007 | 0.143 | | | -0.5 | 0.5 | | +| 18| rho_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 4.53 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p p4040_s omega_s psi2s_p phi_p omega_p p3770_s p4415_s Dbar_s psi2s_s p4160_s p4040_p jpsi_s jpsi_p rho_s Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.003 0.290 -0.204 -0.012 0.107 0.002 -0.000 -0.008 -0.118 0.117 -0.008 -0.145 0.128 -0.010 -0.062 0.013 -0.171 0.003 0.106 | +| phi_s | -0.003 1.000 -0.006 0.002 -0.021 -0.005 -0.639 0.040 -0.002 0.003 -0.007 0.026 0.002 -0.003 0.029 -0.010 0.041 0.009 0.020 -0.002 | +| p4160_p | 0.290 -0.006 1.000 -0.494 -0.016 0.324 0.003 -0.000 -0.083 0.031 -0.155 -0.023 -0.100 0.108 -0.023 -0.094 0.018 -0.460 0.004 0.267 | +| p4040_s | -0.204 0.002 -0.494 1.000 0.022 -0.427 0.001 -0.001 0.198 0.133 0.418 -0.007 -0.028 -0.189 -0.013 0.012 -0.037 0.519 -0.003 -0.243 | +| omega_s | -0.012 -0.021 -0.016 0.022 1.000 -0.023 0.024 0.466 0.015 0.011 0.023 0.041 0.012 -0.002 0.044 -0.031 -0.513 0.009 0.153 -0.017 | +| psi2s_p | 0.107 -0.005 0.324 -0.427 -0.023 1.000 0.009 -0.006 -0.167 -0.348 -0.659 0.046 -0.306 0.052 0.073 -0.057 0.039 -0.667 -0.002 0.508 | +| phi_p | 0.002 -0.639 0.003 0.001 0.024 0.009 1.000 -0.021 0.002 0.001 0.003 0.002 0.002 0.003 0.002 0.024 -0.024 -0.002 -0.001 0.002 | +| omega_p | -0.000 0.040 -0.000 -0.001 0.466 -0.006 -0.021 1.000 -0.000 -0.003 0.000 -0.005 -0.002 -0.002 -0.006 -0.018 -0.190 -0.003 0.013 -0.001 | +| p3770_s | -0.008 -0.002 -0.083 0.198 0.015 -0.167 0.002 -0.000 1.000 0.091 0.252 -0.027 0.088 -0.043 -0.031 -0.083 -0.033 0.110 0.002 -0.168 | +| p4415_s | -0.118 0.003 0.031 0.133 0.011 -0.348 0.001 -0.003 0.091 1.000 0.471 0.009 0.330 0.143 0.009 -0.053 -0.018 0.398 -0.001 -0.203 | +| Dbar_s | 0.117 -0.007 -0.155 0.418 0.023 -0.659 0.003 0.000 0.252 0.471 1.000 -0.144 0.505 0.178 -0.170 -0.093 -0.053 0.739 0.004 -0.428 | +| psi2s_s | -0.008 0.026 -0.023 -0.007 0.041 0.046 0.002 -0.005 -0.027 0.009 -0.144 1.000 -0.007 -0.035 0.881 0.080 -0.063 0.038 -0.005 -0.001 | +| p4160_s | -0.145 0.002 -0.100 -0.028 0.012 -0.306 0.002 -0.002 0.088 0.330 0.505 -0.007 1.000 0.432 -0.009 -0.095 -0.023 0.312 0.000 -0.124 | +| p4040_p | 0.128 -0.003 0.108 -0.189 -0.002 0.052 0.003 -0.002 -0.043 0.143 0.178 -0.035 0.432 1.000 -0.036 -0.170 -0.006 -0.189 0.004 0.172 | +| jpsi_s | -0.010 0.029 -0.023 -0.013 0.044 0.073 0.002 -0.006 -0.031 0.009 -0.170 0.881 -0.009 -0.036 1.000 0.090 -0.067 0.044 -0.006 0.022 | +| jpsi_p | -0.062 -0.010 -0.094 0.012 -0.031 -0.057 0.024 -0.018 -0.083 -0.053 -0.093 0.080 -0.095 -0.170 0.090 1.000 0.069 0.155 -0.017 -0.070 | +| rho_s | 0.013 0.041 0.018 -0.037 -0.513 0.039 -0.024 -0.190 -0.033 -0.018 -0.053 -0.063 -0.023 -0.006 -0.067 0.069 1.000 0.004 -0.120 0.026 | +| Ctt | -0.171 0.009 -0.460 0.519 0.009 -0.667 -0.002 -0.003 0.110 0.398 0.739 0.038 0.312 -0.189 0.044 0.155 0.004 1.000 -0.008 -0.569 | +| rho_p | 0.003 0.020 0.004 -0.003 0.153 -0.002 -0.001 0.013 0.002 -0.001 0.004 -0.005 0.000 0.004 -0.006 -0.017 -0.120 -0.008 1.000 0.002 | +| p3770_p | 0.106 -0.002 0.267 -0.243 -0.017 0.508 0.002 -0.001 -0.168 -0.203 -0.428 -0.001 -0.124 0.172 0.022 -0.070 0.026 -0.569 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17503737247916273}), (, {'error': 0.9604409852902922}), (, {'error': 0.09383373974812992}), (, {'error': 0.1691831575464796}), (, {'error': 0.9721846983811133}), (, {'error': 0.03169435112628172}), (, {'error': 0.5304326851504415}), (, {'error': 0.31129222149413893}), (, {'error': 0.18964210920437097}), (, {'error': 0.17853733892164658}), (, {'error': 0.05879298558424262}), (, {'error': 2.3554374386126256}), (, {'error': 0.16581033094684683}), (, {'error': 0.1859006701023258}), (, {'error': 16.542998631327464}), (, {'error': 0.016129107494270656}), (, {'error': 0.3574384469846621}), (, {'error': 0.14267998089063014}), (, {'error': 0.12028220123897349}), (, {'error': 0.11708964119299914})]) +Toy 5/10 +Time taken: 7 h, 51 min +Projected time left: 7 h, 51 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=1107 (1107 total) | +| EDM = 2.51E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -721613.7663112899 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 4.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.3 | 2.0 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | 4.43 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.97 | 0.17 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 4 | 3 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 4.148 | 0.032 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.11 | 0.52 | | |-6.28319 | 6.28319 | | +| 7 | omega_p | -0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.33 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4415_s | 1.19 | 0.18 | | |0.126447 | 2.35355 | | +| 10| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +| 11| psi2s_s | 1365.7 | 1.8 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 2.21 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p4040_p | 4.03 | 0.18 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 15| jpsi_p | -1.733 | 0.016 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 0.9 | 0.4 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.017 | 0.142 | | | -0.5 | 0.5 | | +| 18| rho_p | 5.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -1.75 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p p4040_s omega_s psi2s_p phi_p omega_p p3770_s p4415_s Dbar_s psi2s_s p4160_s p4040_p jpsi_s jpsi_p rho_s Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.006 0.288 -0.202 0.007 0.103 -0.007 0.002 -0.007 -0.119 0.122 -0.005 -0.146 0.126 0.007 -0.062 -0.008 -0.166 0.028 0.104 | +| phi_s | -0.006 1.000 -0.011 0.003 -0.007 -0.032 0.932 0.065 0.001 0.002 0.001 0.013 0.001 -0.006 -0.016 -0.082 0.030 0.003 0.048 -0.010 | +| p4160_p | 0.288 -0.011 1.000 -0.490 0.009 0.321 -0.012 0.003 -0.084 0.030 -0.155 -0.016 -0.102 0.104 0.016 -0.093 -0.010 -0.455 0.036 0.265 | +| p4040_s | -0.202 0.003 -0.490 1.000 -0.005 -0.423 0.004 -0.004 0.198 0.133 0.417 0.000 -0.028 -0.187 0.008 0.013 -0.002 0.516 -0.048 -0.241 | +| omega_s | 0.007 -0.007 0.009 -0.005 1.000 -0.016 -0.057 0.629 0.007 -0.003 0.014 -0.002 0.003 0.011 0.004 -0.070 -0.794 -0.024 0.232 0.001 | +| psi2s_p | 0.103 -0.032 0.321 -0.423 -0.016 1.000 -0.033 -0.010 -0.168 -0.349 -0.658 0.012 -0.307 0.051 -0.048 -0.058 0.024 -0.669 0.028 0.509 | +| phi_p | -0.007 0.932 -0.012 0.004 -0.057 -0.033 1.000 0.040 0.001 0.001 0.002 0.009 -0.000 -0.008 -0.010 -0.084 0.079 0.004 -0.007 -0.012 | +| omega_p | 0.002 0.065 0.003 -0.004 0.629 -0.010 0.040 1.000 0.001 -0.004 0.003 -0.003 -0.002 0.001 0.004 -0.042 -0.389 -0.011 -0.039 -0.000 | +| p3770_s | -0.007 0.001 -0.084 0.198 0.007 -0.168 0.001 0.001 1.000 0.093 0.253 -0.015 0.089 -0.043 0.021 -0.080 -0.018 0.113 -0.024 -0.170 | +| p4415_s | -0.119 0.002 0.030 0.133 -0.003 -0.349 0.001 -0.004 0.093 1.000 0.474 0.007 0.328 0.141 -0.006 -0.051 -0.001 0.400 -0.023 -0.205 | +| Dbar_s | 0.122 0.001 -0.155 0.417 0.014 -0.658 0.002 0.003 0.253 0.474 1.000 -0.079 0.507 0.175 0.112 -0.083 -0.033 0.751 -0.039 -0.432 | +| psi2s_s | -0.005 0.013 -0.016 0.000 -0.002 0.012 0.009 -0.003 -0.015 0.007 -0.079 1.000 -0.003 -0.024 -0.770 0.048 -0.004 0.023 -0.050 -0.017 | +| p4160_s | -0.146 0.001 -0.102 -0.028 0.003 -0.307 -0.000 -0.002 0.089 0.328 0.507 -0.003 1.000 0.426 0.005 -0.092 -0.010 0.317 -0.020 -0.127 | +| p4040_p | 0.126 -0.006 0.104 -0.187 0.011 0.051 -0.008 0.001 -0.043 0.141 0.175 -0.024 0.426 1.000 0.024 -0.166 -0.017 -0.183 0.012 0.170 | +| jpsi_s | 0.007 -0.016 0.016 0.008 0.004 -0.048 -0.010 0.004 0.021 -0.006 0.112 -0.770 0.005 0.024 1.000 -0.061 0.001 -0.030 0.058 -0.014 | +| jpsi_p | -0.062 -0.082 -0.093 0.013 -0.070 -0.058 -0.084 -0.042 -0.080 -0.051 -0.083 0.048 -0.092 -0.166 -0.061 1.000 0.092 0.154 -0.013 -0.071 | +| rho_s | -0.008 0.030 -0.010 -0.002 -0.794 0.024 0.079 -0.389 -0.018 -0.001 -0.033 -0.004 -0.010 -0.017 0.001 0.092 1.000 0.033 -0.082 0.003 | +| Ctt | -0.166 0.003 -0.455 0.516 -0.024 -0.669 0.004 -0.011 0.113 0.400 0.751 0.023 0.317 -0.183 -0.030 0.154 0.033 1.000 -0.036 -0.571 | +| rho_p | 0.028 0.048 0.036 -0.048 0.232 0.028 -0.007 -0.039 -0.024 -0.023 -0.039 -0.050 -0.020 0.012 0.058 -0.013 -0.082 -0.036 1.000 0.033 | +| p3770_p | 0.104 -0.010 0.265 -0.241 0.001 0.509 -0.012 -0.000 -0.170 -0.205 -0.432 -0.017 -0.127 0.170 -0.014 -0.071 0.003 -0.571 0.033 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1742276692682223}), (, {'error': 2.0108336754254506}), (, {'error': 0.09321824622696084}), (, {'error': 0.16853632819719394}), (, {'error': 3.2868419908822624}), (, {'error': 0.03153338553068785}), (, {'error': 0.5239391791440737}), (, {'error': 0.3873350738850734}), (, {'error': 0.18977529307923025}), (, {'error': 0.1784116804761351}), (, {'error': 0.0581443787284921}), (, {'error': 1.7505876257836235}), (, {'error': 0.16527044064725382}), (, {'error': 0.18291423419577502}), (, {'error': 128.33018598138824}), (, {'error': 0.016157731695836564}), (, {'error': 0.4325025589300842}), (, {'error': 0.14214741764157582}), (, {'error': 0.35794110812303437}), (, {'error': 0.11733781829010637})]) +Toy 6/10 +Time taken: 9 h, 30 min +Projected time left: 6 h, 20 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.215E+05 | Ncalls=1049 (1049 total) | +| EDM = 0.00149 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -721496.3597666449 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.9 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.53 | 0.14 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 4 | 3 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 4.285 | 0.023 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 6.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 7 | omega_p | -0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.02 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4415_s | 0.13 | 0.21 | | |0.126447 | 2.35355 | | +| 10| Dbar_s | -0.341 | 0.030 | | | -1.464 | 1.464 | | +| 11| psi2s_s | 1365.6 | 1.4 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 0.717 | 0.011 | | | 0.71676 | 3.68324 | | +| 13| p4040_p | 3.12 | 0.10 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| jpsi_p | 4.582 | 0.015 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 0.9 | 0.4 | | |0.0253049| 2.0747 | | +| 17| Ctt | -0.500 | 0.016 | | | -0.5 | 0.5 | | +| 18| rho_p | 5.9 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 4.67 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p p4040_s omega_s psi2s_p phi_p omega_p p3770_s p4415_s Dbar_s psi2s_s p4160_s p4040_p jpsi_s jpsi_p rho_s Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.000 -0.001 0.046 -0.001 0.007 -0.000 -0.000 -0.009 -0.328 -0.111 0.000 -0.002 -0.015 -0.001 0.012 0.001 0.001 -0.004 -0.005 | +| phi_s | 0.000 1.000 0.000 -0.002 0.079 -0.007 -0.633 0.061 -0.001 -0.000 -0.012 0.005 -0.000 -0.003 -0.008 -0.021 -0.059 0.000 0.140 0.002 | +| p4160_p | -0.001 0.000 1.000 0.015 -0.000 0.003 -0.000 0.000 -0.002 0.003 -0.014 0.000 -0.003 -0.004 -0.000 0.004 0.000 -0.000 0.000 -0.002 | +| p4040_s | 0.046 -0.002 0.015 1.000 0.006 -0.037 0.001 0.002 0.139 -0.103 -0.132 0.012 -0.000 -0.255 0.001 0.002 -0.016 0.042 -0.021 -0.010 | +| omega_s | -0.001 0.079 -0.000 0.006 1.000 -0.041 -0.000 0.591 0.009 0.001 0.050 0.003 -0.000 0.007 -0.001 -0.066 -0.755 -0.002 0.319 -0.016 | +| psi2s_p | 0.007 -0.007 0.003 -0.037 -0.041 1.000 0.011 -0.019 -0.101 0.003 -0.279 -0.012 0.004 -0.123 -0.050 0.038 0.062 -0.058 -0.002 0.213 | +| phi_p | -0.000 -0.633 -0.000 0.001 -0.000 0.011 1.000 -0.023 0.002 0.001 0.008 0.001 0.000 0.005 -0.002 0.026 -0.001 -0.000 -0.032 0.001 | +| omega_p | -0.000 0.061 0.000 0.002 0.591 -0.019 -0.023 1.000 0.002 0.000 0.015 -0.001 -0.000 -0.001 0.002 -0.033 -0.354 -0.001 -0.007 -0.006 | +| p3770_s | -0.009 -0.001 -0.002 0.139 0.009 -0.101 0.002 0.002 1.000 0.012 0.291 -0.008 -0.002 0.098 0.014 -0.086 -0.021 -0.000 -0.013 -0.132 | +| p4415_s | -0.328 -0.000 0.003 -0.103 0.001 0.003 0.001 0.000 0.012 1.000 0.272 -0.001 0.005 0.013 0.002 -0.013 0.001 -0.009 0.012 0.011 | +| Dbar_s | -0.111 -0.012 -0.014 -0.132 0.050 -0.279 0.008 0.015 0.291 0.272 1.000 -0.073 0.007 0.493 0.154 -0.257 -0.101 0.079 -0.026 -0.052 | +| psi2s_s | 0.000 0.005 0.000 0.012 0.003 -0.012 0.001 -0.001 -0.008 -0.001 -0.073 1.000 -0.000 -0.012 -0.594 0.021 -0.009 0.001 -0.024 -0.028 | +| p4160_s | -0.002 -0.000 -0.003 -0.000 -0.000 0.004 0.000 -0.000 -0.002 0.005 0.007 -0.000 1.000 -0.013 0.000 0.002 0.001 -0.002 0.001 -0.000 | +| p4040_p | -0.015 -0.003 -0.004 -0.255 0.007 -0.123 0.005 -0.001 0.098 0.013 0.493 -0.012 -0.013 1.000 0.022 -0.139 -0.018 -0.002 -0.012 0.110 | +| jpsi_s | -0.001 -0.008 -0.000 0.001 -0.001 -0.050 -0.002 0.002 0.014 0.002 0.154 -0.594 0.000 0.022 1.000 -0.034 0.008 -0.002 0.032 -0.023 | +| jpsi_p | 0.012 -0.021 0.004 0.002 -0.066 0.038 0.026 -0.033 -0.086 -0.013 -0.257 0.021 0.002 -0.139 -0.034 1.000 0.088 0.016 -0.019 0.040 | +| rho_s | 0.001 -0.059 0.000 -0.016 -0.755 0.062 -0.001 -0.354 -0.021 0.001 -0.101 -0.009 0.001 -0.018 0.008 0.088 1.000 0.003 -0.125 0.031 | +| Ctt | 0.001 0.000 -0.000 0.042 -0.002 -0.058 -0.000 -0.001 -0.000 -0.009 0.079 0.001 -0.002 -0.002 -0.002 0.016 0.003 1.000 -0.001 -0.047 | +| rho_p | -0.004 0.140 0.000 -0.021 0.319 -0.002 -0.032 -0.007 -0.013 0.012 -0.026 -0.024 0.001 -0.012 0.032 -0.019 -0.125 -0.001 1.000 0.014 | +| p3770_p | -0.005 0.002 -0.002 -0.010 -0.016 0.213 0.001 -0.006 -0.132 0.011 -0.052 -0.028 -0.000 0.110 -0.023 0.040 0.031 -0.047 0.014 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16087667838592923}), (, {'error': 0.9662817188325512}), (, {'error': 0.009641526724942118}), (, {'error': 0.13864874641615732}), (, {'error': 3.2614580121713774}), (, {'error': 0.022533194205688112}), (, {'error': 0.3434569371613696}), (, {'error': 0.37481606674566814}), (, {'error': 0.18808282754557237}), (, {'error': 0.21372041499296907}), (, {'error': 0.03046440637630199}), (, {'error': 1.3886490399626155}), (, {'error': 0.01134111152310635}), (, {'error': 0.09659326006422209}), (, {'error': 12.574384742698385}), (, {'error': 0.015417154655609444}), (, {'error': 0.40667402535751856}), (, {'error': 0.01591144592014282}), (, {'error': 0.32004860744065056}), (, {'error': 0.10950437841920646})]) +Toy 7/10 +Time taken: 11 h, 5 min +Projected time left: 4 h, 45 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=1253 (1253 total) | +| EDM = 0.00221 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -721613.7616883006 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.01 | 0.18 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.3 | 2.0 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | -1.85 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.97 | 0.17 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 4 | 5 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | -2.135 | 0.032 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.11 | 0.53 | | |-6.28319 | 6.28319 | | +| 7 | omega_p | 5.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.33 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4415_s | 1.19 | 0.18 | | |0.126447 | 2.35355 | | +| 10| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +| 11| psi2s_s | 1365.7 | 1.2 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 2.22 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p4040_p | -2.25 | 0.18 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| jpsi_p | -1.733 | 0.016 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 0.9 | 0.6 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.019 | 0.143 | | | -0.5 | 0.5 | | +| 18| rho_p | 5.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -1.76 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p p4040_s omega_s psi2s_p phi_p omega_p p3770_s p4415_s Dbar_s psi2s_s p4160_s p4040_p jpsi_s jpsi_p rho_s Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.006 0.296 -0.209 0.014 0.108 -0.009 0.008 -0.008 -0.122 0.124 -0.001 -0.148 0.131 0.003 -0.065 -0.014 -0.173 0.031 0.108 | +| phi_s | -0.006 1.000 -0.011 0.004 -0.043 -0.032 0.930 0.019 0.001 0.002 0.002 0.004 0.001 -0.006 -0.006 -0.079 0.054 0.005 0.034 -0.010 | +| p4160_p | 0.296 -0.011 1.000 -0.496 0.017 0.326 -0.014 0.010 -0.085 0.029 -0.157 -0.007 -0.103 0.108 0.006 -0.095 -0.017 -0.460 0.039 0.270 | +| p4040_s | -0.209 0.004 -0.496 1.000 -0.009 -0.426 0.006 -0.007 0.199 0.133 0.416 0.009 -0.027 -0.191 0.003 0.017 0.005 0.520 -0.049 -0.245 | +| omega_s | 0.014 -0.043 0.017 -0.009 1.000 -0.025 -0.129 0.740 0.012 -0.003 0.024 0.001 0.006 0.020 0.003 -0.115 -0.916 -0.041 0.445 0.003 | +| psi2s_p | 0.108 -0.032 0.326 -0.426 -0.025 1.000 -0.032 -0.019 -0.168 -0.349 -0.657 -0.030 -0.307 0.053 -0.018 -0.060 0.030 -0.672 0.022 0.511 | +| phi_p | -0.009 0.930 -0.014 0.006 -0.129 -0.032 1.000 -0.040 0.001 0.001 0.001 0.002 -0.000 -0.010 -0.004 -0.074 0.138 0.007 -0.045 -0.012 | +| omega_p | 0.008 0.019 0.010 -0.007 0.740 -0.019 -0.040 1.000 0.007 -0.004 0.014 0.001 0.002 0.011 0.002 -0.083 -0.624 -0.027 0.200 0.001 | +| p3770_s | -0.008 0.001 -0.085 0.199 0.012 -0.168 0.001 0.007 1.000 0.093 0.252 -0.002 0.089 -0.044 0.007 -0.079 -0.019 0.115 -0.020 -0.170 | +| p4415_s | -0.122 0.002 0.029 0.133 -0.003 -0.349 0.001 -0.004 0.093 1.000 0.476 0.004 0.330 0.142 -0.002 -0.051 0.001 0.399 -0.023 -0.205 | +| Dbar_s | 0.124 0.002 -0.157 0.416 0.024 -0.657 0.001 0.014 0.252 0.476 1.000 -0.005 0.509 0.178 0.041 -0.080 -0.037 0.754 -0.035 -0.432 | +| psi2s_s | -0.001 0.004 -0.007 0.009 0.001 -0.030 0.002 0.001 -0.002 0.004 -0.005 1.000 0.001 -0.012 -0.403 0.010 -0.003 0.005 -0.014 -0.038 | +| p4160_s | -0.148 0.001 -0.103 -0.027 0.006 -0.307 -0.000 0.002 0.089 0.330 0.509 0.001 1.000 0.430 0.002 -0.093 -0.011 0.315 -0.017 -0.126 | +| p4040_p | 0.131 -0.006 0.108 -0.191 0.020 0.053 -0.010 0.011 -0.044 0.142 0.178 -0.012 0.430 1.000 0.009 -0.169 -0.024 -0.186 0.017 0.174 | +| jpsi_s | 0.003 -0.006 0.006 0.003 0.003 -0.018 -0.004 0.002 0.007 -0.002 0.041 -0.403 0.002 0.009 1.000 -0.022 -0.001 -0.011 0.021 -0.005 | +| jpsi_p | -0.065 -0.079 -0.095 0.017 -0.115 -0.060 -0.074 -0.083 -0.079 -0.051 -0.080 0.010 -0.093 -0.169 -0.022 1.000 0.129 0.157 -0.045 -0.074 | +| rho_s | -0.014 0.054 -0.017 0.005 -0.916 0.030 0.138 -0.624 -0.019 0.001 -0.037 -0.003 -0.011 -0.024 -0.001 0.129 1.000 0.047 -0.340 -0.001 | +| Ctt | -0.173 0.005 -0.460 0.520 -0.041 -0.672 0.007 -0.027 0.115 0.399 0.754 0.005 0.315 -0.186 -0.011 0.157 0.047 1.000 -0.045 -0.574 | +| rho_p | 0.031 0.034 0.039 -0.049 0.445 0.022 -0.045 0.200 -0.020 -0.023 -0.035 -0.014 -0.017 0.017 0.021 -0.045 -0.340 -0.045 1.000 0.034 | +| p3770_p | 0.108 -0.010 0.270 -0.245 0.003 0.511 -0.012 0.001 -0.170 -0.205 -0.432 -0.038 -0.126 0.174 -0.005 -0.074 -0.001 -0.574 0.034 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17585955468976522}), (, {'error': 2.014277407433889}), (, {'error': 0.09389973521669148}), (, {'error': 0.16930361090480478}), (, {'error': 5.033835316130155}), (, {'error': 0.03159729990911586}), (, {'error': 0.5280372186726652}), (, {'error': 0.43786728470884206}), (, {'error': 0.18980875716961432}), (, {'error': 0.17860842793707643}), (, {'error': 0.05795432578701465}), (, {'error': 1.2219513164387763}), (, {'error': 0.16594707361569316}), (, {'error': 0.18413841322338698}), (, {'error': 21.710540169435262}), (, {'error': 0.01621112424900817}), (, {'error': 0.6207126376176463}), (, {'error': 0.14276300284967636}), (, {'error': 0.37884371901761327}), (, {'error': 0.11755022340000076})]) +Toy 8/10 +Time taken: 12 h, 55 min +Projected time left: 3 h, 13 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=1315 (1315 total) | +| EDM = 0.00581 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -721590.3209683599 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.9 | 0.9 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | 4.40 | 0.08 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.86 | 0.12 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 4.2 | 2.7 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | -2.064 | 0.021 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 6.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 7 | omega_p | 5.9 | 1.3 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.23 | 0.16 | | |0.918861 | 4.08114 | | +| 9 | p4415_s | 0.126 | 0.022 | | |0.126447 | 2.35355 | | +| 10| Dbar_s | -0.135 | 0.027 | | | -1.464 | 1.464 | | +| 11| psi2s_s | 1365.7 | 1.3 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 1.87 | 0.12 | | | 0.71676 | 3.68324 | | +| 13| p4040_p | -2.47 | 0.15 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| jpsi_p | -1.726 | 0.015 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 0.9 | 1.1 | | |0.0253049| 2.0747 | | +| 17| Ctt | -0.34 | 0.07 | | | -0.5 | 0.5 | | +| 18| rho_p | -0.5 | 1.3 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -1.60 | 0.09 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p p4040_s omega_s psi2s_p phi_p omega_p p3770_s p4415_s Dbar_s psi2s_s p4160_s p4040_p jpsi_s jpsi_p rho_s Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.001 -0.010 0.006 0.001 0.004 0.000 0.001 -0.001 -0.031 -0.016 -0.001 -0.001 -0.005 0.002 0.002 -0.001 -0.004 0.001 -0.000 | +| phi_s | 0.001 1.000 0.012 -0.029 0.570 -0.095 -0.281 0.563 0.004 0.001 0.030 -0.004 -0.005 0.007 0.007 -0.241 -0.569 -0.091 0.575 0.002 | +| p4160_p | -0.010 0.012 1.000 -0.262 0.023 0.128 0.007 0.022 -0.019 0.012 0.023 -0.006 -0.050 -0.057 0.010 -0.034 -0.022 -0.280 0.025 0.088 | +| p4040_s | 0.006 -0.029 -0.262 1.000 -0.050 -0.141 -0.011 -0.049 0.105 -0.012 0.158 0.010 -0.249 -0.159 -0.010 0.016 0.049 0.256 -0.054 -0.029 | +| omega_s | 0.001 0.570 0.023 -0.050 1.000 -0.160 0.244 0.984 0.008 0.002 0.062 -0.016 -0.012 0.012 0.026 -0.408 -0.996 -0.167 0.978 0.002 | +| psi2s_p | 0.004 -0.095 0.128 -0.141 -0.160 1.000 -0.030 -0.157 -0.015 0.008 -0.320 -0.005 -0.064 0.033 -0.026 0.022 0.160 -0.272 -0.156 0.237 | +| phi_p | 0.000 -0.281 0.007 -0.011 0.244 -0.030 1.000 0.237 0.003 0.001 0.018 -0.001 -0.001 0.005 0.002 -0.082 -0.243 -0.042 0.237 0.002 | +| omega_p | 0.001 0.563 0.022 -0.049 0.984 -0.157 0.237 1.000 0.007 0.002 0.060 -0.016 -0.012 0.011 0.026 -0.401 -0.979 -0.164 0.956 0.002 | +| p3770_s | -0.001 0.004 -0.019 0.105 0.008 -0.015 0.003 0.007 1.000 -0.000 0.128 -0.003 0.020 -0.018 -0.002 -0.054 -0.008 -0.088 0.005 -0.054 | +| p4415_s | -0.031 0.001 0.012 -0.012 0.002 0.008 0.001 0.002 -0.000 1.000 0.013 0.001 -0.017 0.002 -0.001 -0.001 -0.002 -0.016 0.003 0.005 | +| Dbar_s | -0.016 0.030 0.023 0.158 0.062 -0.320 0.018 0.060 0.128 0.013 1.000 -0.061 0.293 0.186 0.101 -0.103 -0.064 0.448 0.055 -0.155 | +| psi2s_s | -0.001 -0.004 -0.006 0.010 -0.016 -0.005 -0.001 -0.016 -0.003 0.001 -0.061 1.000 0.015 -0.002 -0.631 0.026 0.015 0.037 -0.023 -0.019 | +| p4160_s | -0.001 -0.005 -0.050 -0.249 -0.012 -0.064 -0.001 -0.012 0.020 -0.017 0.293 0.015 1.000 0.288 -0.024 -0.040 0.012 0.059 -0.012 0.037 | +| p4040_p | -0.005 0.007 -0.057 -0.159 0.012 0.033 0.005 0.011 -0.018 0.002 0.186 -0.002 0.288 1.000 -0.002 -0.081 -0.012 -0.196 0.012 0.127 | +| jpsi_s | 0.002 0.007 0.010 -0.010 0.026 -0.026 0.002 0.026 -0.002 -0.001 0.101 -0.631 -0.024 -0.002 1.000 -0.040 -0.025 -0.080 0.035 -0.008 | +| jpsi_p | 0.002 -0.241 -0.034 0.016 -0.408 0.022 -0.082 -0.401 -0.054 -0.001 -0.103 0.026 -0.040 -0.081 -0.040 1.000 0.410 0.213 -0.399 -0.020 | +| rho_s | -0.001 -0.569 -0.022 0.049 -0.996 0.160 -0.243 -0.979 -0.008 -0.002 -0.064 0.015 0.012 -0.012 -0.025 0.410 1.000 0.170 -0.972 -0.002 | +| Ctt | -0.004 -0.091 -0.280 0.256 -0.167 -0.272 -0.042 -0.164 -0.088 -0.016 0.448 0.037 0.059 -0.196 -0.080 0.213 0.170 1.000 -0.162 -0.279 | +| rho_p | 0.001 0.575 0.025 -0.054 0.978 -0.156 0.237 0.956 0.005 0.003 0.055 -0.023 -0.012 0.012 0.035 -0.399 -0.972 -0.162 1.000 0.005 | +| p3770_p | -0.000 0.002 0.088 -0.029 0.002 0.237 0.002 0.002 -0.054 0.005 -0.155 -0.019 0.037 0.127 -0.008 -0.020 -0.002 -0.279 0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.0937727116336422}), (, {'error': 0.9263379098000488}), (, {'error': 0.07719726736392829}), (, {'error': 0.12008989815443422}), (, {'error': 2.7235413255276746}), (, {'error': 0.020567643833682148}), (, {'error': 0.3446490552362329}), (, {'error': 1.3452793576378586}), (, {'error': 0.1578083155522918}), (, {'error': 0.021792059689606527}), (, {'error': 0.026861848204750904}), (, {'error': 1.2530858216616707}), (, {'error': 0.11546850298853462}), (, {'error': 0.15306107928901502}), (, {'error': 22.12570787641198}), (, {'error': 0.01474329662375684}), (, {'error': 1.1165765103782976}), (, {'error': 0.07313369783960824}), (, {'error': 1.3284688654636785}), (, {'error': 0.0892057802850692})]) +Toy 9/10 +Time taken: 14 h, 50 min +Projected time left: 1 h, 38 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=1518 (1518 total) | +| EDM = 1.54E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -721613.7155622122 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.3 | 2.0 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | 4.06 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.02 | 0.18 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 4 | 3 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 1.863 | 0.029 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 7 | omega_p | -0.17 | 0.39 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.53 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4415_s | 1.20 | 0.18 | | |0.126447 | 2.35355 | | +| 10| Dbar_s | 0.05 | 0.06 | | | -1.464 | 1.464 | | +| 11| psi2s_s | 1370.6 | 1.7 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 2.26 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p4040_p | 3.56 | 0.18 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.012E4 | | | 9797.52 | 9996.48 | | +| 15| jpsi_p | -4.628 | 0.016 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 0.9 | 0.4 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.022 | 0.124 | | | -0.5 | 0.5 | | +| 18| rho_p | 6.0 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.84 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p p4040_s omega_s psi2s_p phi_p omega_p p3770_s p4415_s Dbar_s psi2s_s p4160_s p4040_p jpsi_s jpsi_p rho_s Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.006 0.285 -0.208 0.004 -0.086 -0.009 -0.001 -0.016 -0.135 0.092 -0.005 -0.157 0.119 0.005 -0.020 -0.004 -0.184 0.024 0.084 | +| phi_s | -0.006 1.000 -0.011 0.004 -0.011 -0.028 0.929 0.061 0.001 0.002 0.001 0.012 0.001 -0.007 -0.016 -0.076 0.032 0.004 0.047 -0.010 | +| p4160_p | 0.285 -0.011 1.000 -0.509 0.002 -0.117 -0.014 -0.002 -0.099 0.006 -0.222 -0.005 -0.135 0.091 0.006 0.002 -0.002 -0.479 0.030 0.239 | +| p4040_s | -0.208 0.004 -0.509 1.000 0.003 0.001 0.006 0.002 0.181 0.142 0.446 -0.016 -0.010 -0.206 0.015 -0.040 -0.012 0.524 -0.041 -0.229 | +| omega_s | 0.004 -0.011 0.002 0.003 1.000 -0.010 -0.057 0.635 0.009 0.002 0.019 0.001 0.007 0.007 -0.002 -0.022 -0.790 -0.016 0.169 -0.006 | +| psi2s_p | -0.086 -0.028 -0.117 0.001 -0.010 1.000 -0.026 -0.008 -0.281 -0.098 -0.002 -0.046 -0.191 -0.316 0.041 0.094 0.000 0.154 -0.045 -0.282 | +| phi_p | -0.009 0.929 -0.014 0.006 -0.057 -0.026 1.000 0.037 0.002 0.001 0.003 0.008 0.000 -0.010 -0.009 -0.074 0.078 0.005 -0.003 -0.013 | +| omega_p | -0.001 0.061 -0.002 0.002 0.635 -0.008 0.037 1.000 0.004 -0.001 0.006 -0.001 0.000 -0.001 0.001 -0.023 -0.393 -0.006 -0.067 -0.005 | +| p3770_s | -0.016 0.001 -0.099 0.181 0.009 -0.281 0.002 0.004 1.000 0.073 0.207 -0.032 0.073 -0.067 0.019 -0.002 -0.020 0.069 -0.021 -0.221 | +| p4415_s | -0.135 0.002 0.006 0.142 0.002 -0.098 0.001 -0.001 0.073 1.000 0.475 0.000 0.334 0.129 -0.002 -0.143 -0.006 0.394 -0.019 -0.198 | +| Dbar_s | 0.092 0.001 -0.222 0.446 0.019 -0.002 0.003 0.006 0.207 0.475 1.000 -0.088 0.513 0.129 0.105 -0.099 -0.039 0.765 -0.035 -0.429 | +| psi2s_s | -0.005 0.012 -0.005 -0.016 0.001 -0.046 0.008 -0.001 -0.032 0.000 -0.088 1.000 -0.011 -0.017 -0.753 -0.027 -0.004 0.026 -0.039 0.018 | +| p4160_s | -0.157 0.001 -0.135 -0.010 0.007 -0.191 0.000 0.000 0.073 0.334 0.513 -0.011 1.000 0.413 0.010 -0.158 -0.014 0.317 -0.018 -0.145 | +| p4040_p | 0.119 -0.007 0.091 -0.206 0.007 -0.316 -0.010 -0.001 -0.067 0.129 0.129 -0.017 0.413 1.000 0.017 -0.138 -0.013 -0.201 0.009 0.130 | +| jpsi_s | 0.005 -0.016 0.006 0.015 -0.002 0.041 -0.009 0.001 0.019 -0.002 0.105 -0.753 0.010 0.017 1.000 0.041 0.006 -0.027 0.050 -0.024 | +| jpsi_p | -0.020 -0.076 0.002 -0.040 -0.022 0.094 -0.074 -0.023 -0.002 -0.143 -0.099 -0.027 -0.158 -0.138 0.041 1.000 -0.005 -0.136 -0.096 -0.031 | +| rho_s | -0.004 0.032 -0.002 -0.012 -0.790 0.000 0.078 -0.393 -0.020 -0.006 -0.039 -0.004 -0.014 -0.013 0.006 -0.005 1.000 0.024 -0.021 0.012 | +| Ctt | -0.184 0.004 -0.479 0.524 -0.016 0.154 0.005 -0.006 0.069 0.394 0.765 0.026 0.317 -0.201 -0.027 -0.136 0.024 1.000 -0.024 -0.492 | +| rho_p | 0.024 0.047 0.030 -0.041 0.169 -0.045 -0.003 -0.067 -0.021 -0.019 -0.035 -0.039 -0.018 0.009 0.050 -0.096 -0.021 -0.024 1.000 0.023 | +| p3770_p | 0.084 -0.010 0.239 -0.229 -0.006 -0.282 -0.013 -0.005 -0.221 -0.198 -0.429 0.018 -0.145 0.130 -0.024 -0.031 0.012 -0.492 0.023 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17427927200600202}), (, {'error': 1.9687040875315862}), (, {'error': 0.09329848897350068}), (, {'error': 0.17644400239900326}), (, {'error': 3.259318038908295}), (, {'error': 0.02905013394077205}), (, {'error': 0.5111698569338556}), (, {'error': 0.38817403081193325}), (, {'error': 0.2054195252276716}), (, {'error': 0.1802571361211427}), (, {'error': 0.057677790386214345}), (, {'error': 1.6962192998283854}), (, {'error': 0.16989342283656117}), (, {'error': 0.1776227275559501}), (, {'error': 124.37001221039918}), (, {'error': 0.01612542972579467}), (, {'error': 0.4306597075699925}), (, {'error': 0.1242466020105526}), (, {'error': 0.34537180047375404}), (, {'error': 0.10895935499867448})]) +Toy 10/10 +Time taken: 16 h, 52 min +Projected time left: +Mean Ctt value = -0.12192812240361262 +Mean Ctt error = 0.1043937708736348 +Simulation ended diff --git a/prelim_results/slurm-2213904.out b/prelim_results/slurm-2213904.out new file mode 100644 index 0000000..9e9c245 --- /dev/null +++ b/prelim_results/slurm-2213904.out @@ -0,0 +1,9377 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.997328: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.004016: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2600150000 Hz +2019-07-07 14:45:24.004269: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x556844b13520 executing computations on platform Host. Devices: +2019-07-07 14:45:24.004305: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:28.248401: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x556844b9f5c0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:28.248436: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:28.250135: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:14:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:28.250177: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:28.275622: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:28.275653: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:28.275664: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:28.277394: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:14:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -702944.3549262 Edm = 2.44007 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -702944.3549262 Edm = 2.44007 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703684.4567025 Edm = 0.235462 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -703686.3978447 Edm = 0.236395 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -703783.4459021 Edm = 4.03734 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -703788.8711491 Edm = 0.0394393 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -703806.6561641 Edm = 7.86487 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -703828.0186969 Edm = 0.0585943 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -703828.4450201 Edm = 0.347363 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -703861.1324202 Edm = 16.2151 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -703986.6607816 Edm = 14.0874 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -704004.6943184 Edm = 0.315403 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -704004.9873963 Edm = 0.0314193 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -704005.0162476 Edm = 0.00446639 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -704005.0572568 Edm = 0.0332823 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -704027.32438 Edm = 17.809 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -704092.1708578 Edm = 1.89312 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -704095.1546299 Edm = 0.710914 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -704104.9084802 Edm = 4.17378 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -704105.0823609 Edm = 0.639632 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -704109.4500279 Edm = 2.9868 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -704113.2821578 Edm = 0.361566 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -704113.6580954 Edm = 0.00968108 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -704113.6796262 Edm = 0.0124419 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -704115.1421101 Edm = 1.50898 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -704125.0181607 Edm = 0.837943 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -704152.5185661 Edm = 3.03465 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -704185.0519234 Edm = 30.1304 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -704186.0314324 Edm = 2.63805 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -704188.2000141 Edm = 1.53506 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -704204.3643538 Edm = 17.6158 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -704212.503997 Edm = 9.36122 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -704222.4773307 Edm = 17.1631 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -704239.0638969 Edm = 7.91354 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -704253.106853 Edm = 2.74869 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -704256.1318943 Edm = 1.23826 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -704262.4969275 Edm = 3.05062 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -704267.600583 Edm = 0.167142 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -704267.76853 Edm = 0.0367205 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -704267.8111105 Edm = 0.0201117 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -704267.8300935 Edm = 0.00493525 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -704267.8626574 Edm = 0.030733 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -704273.3296574 Edm = 2.76523 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -704308.592185 Edm = 14.654 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -704329.3883533 Edm = 2.24326 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -704331.2844149 Edm = 0.0367035 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -704331.3267223 Edm = 0.0131683 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -704331.3552138 Edm = 0.0213214 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -704332.4804132 Edm = 1.21232 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -704338.1459054 Edm = 5.81504 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -704338.2713323 Edm = 0.114823 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -704358.0669965 Edm = 18.2269 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -704441.4184853 Edm = 14.3723 NCalls = 182 +VariableMetric: Iteration # 52 - FCN = -704454.1428331 Edm = 3.50056 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -704481.8678492 Edm = 24.2389 NCalls = 190 +VariableMetric: Iteration # 54 - FCN = -704483.8678633 Edm = 6.45343 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -704509.6109883 Edm = 15.6254 NCalls = 196 +VariableMetric: Iteration # 56 - FCN = -704532.8179025 Edm = 9.8217 NCalls = 199 +VariableMetric: Iteration # 57 - FCN = -704541.0397012 Edm = 16.9594 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -704554.5911637 Edm = 12.0063 NCalls = 205 +VariableMetric: Iteration # 59 - FCN = -704565.4325269 Edm = 11.7948 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -704583.8564633 Edm = 10.5424 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -704594.083194 Edm = 2.65081 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -704596.5498987 Edm = 0.150127 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -704596.6598774 Edm = 0.0274529 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -704596.685527 Edm = 0.00691332 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -704596.8311911 Edm = 0.12915 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -704599.5048629 Edm = 2.29352 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -704625.3362702 Edm = 19.9358 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -704705.3025526 Edm = 23.5826 NCalls = 233 +VariableMetric: Iteration # 69 - FCN = -704748.1504706 Edm = 23.4333 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -704784.1786625 Edm = 29.4454 NCalls = 240 +VariableMetric: Iteration # 71 - FCN = -704828.0193176 Edm = 34.2798 NCalls = 246 +VariableMetric: Iteration # 72 - FCN = -704836.4887468 Edm = 13.2797 NCalls = 248 +VariableMetric: Iteration # 73 - FCN = -704856.902567 Edm = 1.55222 NCalls = 251 +VariableMetric: Iteration # 74 - FCN = -704863.963072 Edm = 11.3851 NCalls = 255 +VariableMetric: Iteration # 75 - FCN = -704871.7435412 Edm = 7.45462 NCalls = 259 +VariableMetric: Iteration # 76 - FCN = -704876.1478758 Edm = 7.81935 NCalls = 262 +VariableMetric: Iteration # 77 - FCN = -704888.0585369 Edm = 2.14128 NCalls = 265 +VariableMetric: Iteration # 78 - FCN = -704890.8714727 Edm = 0.612406 NCalls = 267 +VariableMetric: Iteration # 79 - FCN = -704891.6602855 Edm = 0.0891223 NCalls = 269 +VariableMetric: Iteration # 80 - FCN = -704891.7372742 Edm = 0.00482289 NCalls = 271 +VariableMetric: Iteration # 81 - FCN = -704891.7475462 Edm = 0.0038437 NCalls = 273 +VariableMetric: Iteration # 82 - FCN = -704891.7720723 Edm = 0.0278615 NCalls = 276 +VariableMetric: Iteration # 83 - FCN = -704892.0028056 Edm = 0.274433 NCalls = 281 +VariableMetric: Iteration # 84 - FCN = -704896.283221 Edm = 2.13324 NCalls = 288 +VariableMetric: Iteration # 85 - FCN = -704923.6529893 Edm = 14.3316 NCalls = 293 +VariableMetric: Iteration # 86 - FCN = -704958.1511961 Edm = 7.96732 NCalls = 295 +VariableMetric: Iteration # 87 - FCN = -704977.6915166 Edm = 3.25107 NCalls = 299 +VariableMetric: Iteration # 88 - FCN = -704981.815132 Edm = 1.56571 NCalls = 302 +VariableMetric: Iteration # 89 - FCN = -704983.2226879 Edm = 0.684461 NCalls = 304 +VariableMetric: Iteration # 90 - FCN = -704984.773974 Edm = 0.518613 NCalls = 307 +VariableMetric: Iteration # 91 - FCN = -704985.5465674 Edm = 0.265701 NCalls = 309 +VariableMetric: Iteration # 92 - FCN = -704985.8018242 Edm = 0.038685 NCalls = 311 +VariableMetric: Iteration # 93 - FCN = -704985.8521633 Edm = 0.00625596 NCalls = 313 +VariableMetric: Iteration # 94 - FCN = -704985.8621718 Edm = 0.00205221 NCalls = 315 +VariableMetric: Iteration # 95 - FCN = -704985.9019521 Edm = 0.0443046 NCalls = 319 +VariableMetric: Iteration # 96 - FCN = -704988.8444557 Edm = 0.958113 NCalls = 326 +VariableMetric: Iteration # 97 - FCN = -705006.6148736 Edm = 9.46137 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -705013.9707575 Edm = 5.56615 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -705017.2248536 Edm = 0.538165 NCalls = 336 +VariableMetric: Iteration # 100 - FCN = -705018.0755254 Edm = 0.103811 NCalls = 338 +VariableMetric: Iteration # 101 - FCN = -705018.3735845 Edm = 0.103697 NCalls = 341 +VariableMetric: Iteration # 102 - FCN = -705018.7537234 Edm = 0.260757 NCalls = 345 +VariableMetric: Iteration # 103 - FCN = -705018.8543658 Edm = 0.283452 NCalls = 347 +VariableMetric: Iteration # 104 - FCN = -705019.1267543 Edm = 0.205025 NCalls = 350 +VariableMetric: Iteration # 105 - FCN = -705019.2798934 Edm = 0.0913116 NCalls = 352 +VariableMetric: Iteration # 106 - FCN = -705019.4187021 Edm = 0.0286676 NCalls = 355 +VariableMetric: Iteration # 107 - FCN = -705019.4477733 Edm = 0.00218046 NCalls = 357 +VariableMetric: Iteration # 108 - FCN = -705019.4493897 Edm = 0.000261931 NCalls = 359 +VariableMetric: Iteration # 109 - FCN = -705019.4500842 Edm = 0.0004782 NCalls = 361 +VariableMetric: Iteration # 110 - FCN = -705019.4688341 Edm = 0.0202363 NCalls = 366 +VariableMetric: Iteration # 111 - FCN = -705019.7202519 Edm = 0.0582607 NCalls = 373 +VariableMetric: Iteration # 112 - FCN = -705021.3721982 Edm = 1.1496 NCalls = 375 +VariableMetric: Iteration # 113 - FCN = -705031.2421349 Edm = 1.47862 NCalls = 378 +VariableMetric: Iteration # 114 - FCN = -705033.5707465 Edm = 0.71988 NCalls = 380 +VariableMetric: Iteration # 115 - FCN = -705035.3311601 Edm = 0.929843 NCalls = 384 +VariableMetric: Iteration # 116 - FCN = -705036.1812539 Edm = 0.201974 NCalls = 387 +VariableMetric: Iteration # 117 - FCN = -705036.4032514 Edm = 0.0191244 NCalls = 389 +VariableMetric: Iteration # 118 - FCN = -705036.4222096 Edm = 0.00885951 NCalls = 390 +VariableMetric: Iteration # 119 - FCN = -705036.431567 Edm = 0.00407371 NCalls = 392 +VariableMetric: Iteration # 120 - FCN = -705036.4383902 Edm = 0.000956369 NCalls = 394 +VariableMetric: Iteration # 121 - FCN = -705036.4396275 Edm = 0.000386348 NCalls = 396 +VariableMetric: Iteration # 122 - FCN = -705036.4481299 Edm = 0.00873109 NCalls = 400 +VariableMetric: Iteration # 123 - FCN = -705036.8653637 Edm = 0.0939909 NCalls = 407 +VariableMetric: Iteration # 124 - FCN = -705039.8103221 Edm = 1.84554 NCalls = 410 +VariableMetric: Iteration # 125 - FCN = -705043.600033 Edm = 6.31305 NCalls = 416 +VariableMetric: Iteration # 126 - FCN = -705048.823336 Edm = 2.84569 NCalls = 418 +VariableMetric: Iteration # 127 - FCN = -705051.8700648 Edm = 1.48144 NCalls = 419 +VariableMetric: Iteration # 128 - FCN = -705052.6362336 Edm = 0.251884 NCalls = 420 +VariableMetric: Iteration # 129 - FCN = -705053.3001951 Edm = 0.39517 NCalls = 423 +VariableMetric: Iteration # 130 - FCN = -705053.5779802 Edm = 0.0848454 NCalls = 425 +VariableMetric: Iteration # 131 - FCN = -705053.6943501 Edm = 0.0730819 NCalls = 427 +VariableMetric: Iteration # 132 - FCN = -705053.8032274 Edm = 0.112988 NCalls = 430 +VariableMetric: Iteration # 133 - FCN = -705054.020075 Edm = 0.0444386 NCalls = 434 +VariableMetric: Iteration # 134 - FCN = -705054.0921619 Edm = 0.0289447 NCalls = 436 +VariableMetric: Iteration # 135 - FCN = -705054.1587616 Edm = 0.0197485 NCalls = 439 +VariableMetric: Iteration # 136 - FCN = -705054.1860771 Edm = 0.00604835 NCalls = 441 +VariableMetric: Iteration # 137 - FCN = -705054.1965162 Edm = 0.0033264 NCalls = 443 +VariableMetric: Iteration # 138 - FCN = -705054.2011736 Edm = 0.000332623 NCalls = 445 +VariableMetric: Iteration # 139 - FCN = -705054.2016071 Edm = 5.47024e-05 NCalls = 447 +VariableMetric: After Hessian - FCN = -705054.2016071 Edm = 2331.15 NCalls = 808 +VariableMetric: Iteration # 140 - FCN = -705054.2016071 Edm = 2331.15 NCalls = 808 +VariableMetric: Iteration # 141 - FCN = -705057.9895039 Edm = 52866.9 NCalls = 814 +VariableMetric: Iteration # 142 - FCN = -705058.1487595 Edm = 3837.58 NCalls = 821 +VariableMetric: Iteration # 143 - FCN = -705058.3623745 Edm = 3231.94 NCalls = 826 +VariableMetric: Iteration # 144 - FCN = -705058.8936291 Edm = 274.583 NCalls = 831 +VariableMetric: Iteration # 145 - FCN = -705059.1136893 Edm = 178.826 NCalls = 835 +VariableMetric: Iteration # 146 - FCN = -705061.0812632 Edm = 162.529 NCalls = 838 +VariableMetric: Iteration # 147 - FCN = -705061.3689354 Edm = 53.6104 NCalls = 841 +VariableMetric: Iteration # 148 - FCN = -705061.4833574 Edm = 1.57633 NCalls = 844 +VariableMetric: Iteration # 149 - FCN = -705061.5046708 Edm = 5.56149 NCalls = 846 +VariableMetric: Iteration # 150 - FCN = -705061.5928486 Edm = 16.4826 NCalls = 848 +VariableMetric: Iteration # 151 - FCN = -705065.5261494 Edm = 143.713 NCalls = 857 +VariableMetric: Iteration # 152 - FCN = -705065.5776353 Edm = 1.21516 NCalls = 859 +VariableMetric: Iteration # 153 - FCN = -705065.6064324 Edm = 1.71319 NCalls = 861 +VariableMetric: Iteration # 154 - FCN = -705065.774262 Edm = 7.23072 NCalls = 863 +VariableMetric: Iteration # 155 - FCN = -705066.1092045 Edm = 6.73062 NCalls = 865 +VariableMetric: Iteration # 156 - FCN = -705066.7232879 Edm = 2.40061 NCalls = 868 +VariableMetric: Iteration # 157 - FCN = -705068.571408 Edm = 9.8683 NCalls = 873 +VariableMetric: Iteration # 158 - FCN = -705069.4567496 Edm = 3.06708 NCalls = 878 +VariableMetric: Iteration # 159 - FCN = -705070.6051737 Edm = 18.3237 NCalls = 880 +VariableMetric: Iteration # 160 - FCN = -705075.121435 Edm = 10.437 NCalls = 885 +VariableMetric: Iteration # 161 - FCN = -705075.8965871 Edm = 2.13715 NCalls = 889 +VariableMetric: Iteration # 162 - FCN = -705076.8291793 Edm = 6.69623 NCalls = 892 +VariableMetric: Iteration # 163 - FCN = -705077.3252808 Edm = 1.78601 NCalls = 896 +VariableMetric: Iteration # 164 - FCN = -705077.7849112 Edm = 1.28179 NCalls = 898 +VariableMetric: Iteration # 165 - FCN = -705078.4192754 Edm = 0.818103 NCalls = 903 +VariableMetric: Iteration # 166 - FCN = -705078.8981077 Edm = 0.773102 NCalls = 906 +VariableMetric: Iteration # 167 - FCN = -705079.367304 Edm = 0.604565 NCalls = 909 +VariableMetric: Iteration # 168 - FCN = -705079.9554698 Edm = 0.256226 NCalls = 912 +VariableMetric: Iteration # 169 - FCN = -705080.2092382 Edm = 0.154993 NCalls = 913 +VariableMetric: Iteration # 170 - FCN = -705080.3283009 Edm = 0.0492653 NCalls = 915 +VariableMetric: Iteration # 171 - FCN = -705080.3917756 Edm = 0.0392363 NCalls = 917 +VariableMetric: Iteration # 172 - FCN = -705080.4423575 Edm = 0.0184374 NCalls = 919 +VariableMetric: Iteration # 173 - FCN = -705080.4666452 Edm = 0.00447003 NCalls = 921 +VariableMetric: Iteration # 174 - FCN = -705080.4724129 Edm = 0.00113073 NCalls = 923 +VariableMetric: Iteration # 175 - FCN = -705080.4737231 Edm = 0.000517899 NCalls = 925 +VariableMetric: Iteration # 176 - FCN = -705080.4752769 Edm = 0.000933199 NCalls = 927 +VariableMetric: Iteration # 177 - FCN = -705080.4773272 Edm = 0.00081987 NCalls = 929 +VariableMetric: Iteration # 178 - FCN = -705080.4785943 Edm = 0.000686157 NCalls = 931 +VariableMetric: Iteration # 179 - FCN = -705080.4795198 Edm = 0.000341953 NCalls = 933 +VariableMetric: Iteration # 180 - FCN = -705080.4798541 Edm = 7.53725e-05 NCalls = 935 +VariableMetric: Iteration # 181 - FCN = -705080.4799603 Edm = 3.80111e-05 NCalls = 937 +VariableMetric: After Hessian - FCN = -705080.4799603 Edm = 0.000863565 NCalls = 1318 +VariableMetric: Iteration # 182 - FCN = -705080.4799603 Edm = 0.000863565 NCalls = 1318 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -700924.6480945 Edm = 5.17781 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -700924.6480945 Edm = 5.17781 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703609.8113091 Edm = 0.96466 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -703613.5018215 Edm = 1.14047 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -703929.2602101 Edm = 13.6946 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -703942.4280958 Edm = 0.137802 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -703949.026542 Edm = 6.05705 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -704028.6077153 Edm = 0.32546 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -704028.9631234 Edm = 0.0498062 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -704029.7597331 Edm = 0.809119 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -704098.1802938 Edm = 3.14924 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -704158.1440019 Edm = 6.14186 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -704173.556402 Edm = 2.53172 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -704175.2887589 Edm = 0.559242 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -704175.8852805 Edm = 0.0208314 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -704176.2140274 Edm = 0.272974 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -704211.7729451 Edm = 24.4341 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -704314.4083494 Edm = 0.986089 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -704315.9173147 Edm = 0.289748 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -704316.2294018 Edm = 0.230529 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -704316.5919242 Edm = 0.0107077 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -704316.6066107 Edm = 0.00285916 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -704316.6466511 Edm = 0.0464878 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -704316.7620228 Edm = 0.0994182 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -704341.4316201 Edm = 19.7016 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -704357.0582856 Edm = 13.1057 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -704393.987117 Edm = 8.68642 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -704403.9199832 Edm = 2.27423 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -704408.5217604 Edm = 2.06419 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -704417.8857308 Edm = 5.61891 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -704418.4594039 Edm = 4.52257 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -704419.8378566 Edm = 0.493416 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -704420.6121621 Edm = 0.896573 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -704425.9337184 Edm = 1.42131 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -704428.303272 Edm = 0.661493 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -704428.800001 Edm = 0.127888 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -704429.1770618 Edm = 0.567181 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -704430.9587269 Edm = 0.878199 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -704431.7635212 Edm = 3.5362 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -704432.5143847 Edm = 0.23349 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -704432.7865921 Edm = 0.128508 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -704432.9529058 Edm = 0.0405294 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -704433.0344034 Edm = 0.0161325 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -704433.0681882 Edm = 0.00612054 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -704433.168374 Edm = 0.0881672 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -704435.7070566 Edm = 3.62168 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -704444.7136609 Edm = 16.7186 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -704453.9221496 Edm = 13.6106 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -704456.9477679 Edm = 3.07471 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -704462.2747429 Edm = 4.3498 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -704567.0873975 Edm = 21.247 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -704586.2396071 Edm = 17.0844 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -704597.4656355 Edm = 2.37812 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -704601.4740605 Edm = 1.85416 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -704604.8598261 Edm = 1.24339 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -704606.6307092 Edm = 1.93555 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -704613.8810925 Edm = 3.56036 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -704616.4977631 Edm = 5.77977 NCalls = 191 +VariableMetric: Iteration # 57 - FCN = -704619.6917875 Edm = 1.41148 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -704623.8121929 Edm = 3.76636 NCalls = 195 +VariableMetric: Iteration # 59 - FCN = -704627.6210312 Edm = 7.3298 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -704631.8703784 Edm = 5.87104 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -704635.7846699 Edm = 1.55401 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -704637.5851513 Edm = 0.448562 NCalls = 204 +VariableMetric: Iteration # 63 - FCN = -704638.1280728 Edm = 0.0527577 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -704638.2286743 Edm = 0.0239182 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -704638.3043834 Edm = 0.0125101 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -704638.3265687 Edm = 0.00597268 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -704638.3438578 Edm = 0.0129137 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -704638.4717728 Edm = 0.122626 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -704638.5739719 Edm = 0.228427 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -704638.7504389 Edm = 0.331423 NCalls = 226 +VariableMetric: Iteration # 71 - FCN = -704639.0117026 Edm = 0.180409 NCalls = 228 +VariableMetric: Iteration # 72 - FCN = -704639.5355077 Edm = 0.302443 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -704639.9929292 Edm = 0.172319 NCalls = 233 +VariableMetric: Iteration # 74 - FCN = -704641.7992705 Edm = 1.75297 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -704649.9881198 Edm = 21.7682 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -704650.6551563 Edm = 0.596962 NCalls = 243 +VariableMetric: Iteration # 77 - FCN = -704662.8629825 Edm = 9.06263 NCalls = 250 +VariableMetric: Iteration # 78 - FCN = -704678.1912016 Edm = 4.18236 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -704685.5876111 Edm = 2.07259 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -704686.3393969 Edm = 0.320908 NCalls = 258 +VariableMetric: Iteration # 81 - FCN = -704686.6690517 Edm = 0.027566 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -704686.7203174 Edm = 0.0114249 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -704686.7547477 Edm = 0.0202504 NCalls = 264 +VariableMetric: Iteration # 84 - FCN = -704686.8572473 Edm = 0.0174368 NCalls = 266 +VariableMetric: Iteration # 85 - FCN = -704686.9140716 Edm = 0.0121284 NCalls = 268 +VariableMetric: Iteration # 86 - FCN = -704686.9385497 Edm = 0.00546094 NCalls = 270 +VariableMetric: Iteration # 87 - FCN = -704687.0086592 Edm = 0.0276428 NCalls = 275 +VariableMetric: Iteration # 88 - FCN = -704687.1297068 Edm = 0.266536 NCalls = 278 +VariableMetric: Iteration # 89 - FCN = -704687.5233566 Edm = 0.358721 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -704688.6401112 Edm = 1.37821 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -704689.1625624 Edm = 1.00407 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -704689.2092323 Edm = 0.0788526 NCalls = 295 +VariableMetric: Iteration # 93 - FCN = -704695.1194811 Edm = 8.59908 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -704695.3256383 Edm = 0.208106 NCalls = 305 +VariableMetric: Iteration # 95 - FCN = -704698.4599522 Edm = 2.18762 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -704712.0610749 Edm = 5.90724 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -704719.2020963 Edm = 1.85897 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -704721.9407376 Edm = 0.620181 NCalls = 317 +VariableMetric: Iteration # 99 - FCN = -704722.5454384 Edm = 0.149418 NCalls = 319 +VariableMetric: Iteration # 100 - FCN = -704722.7052002 Edm = 0.0336164 NCalls = 321 +VariableMetric: Iteration # 101 - FCN = -704722.7641191 Edm = 0.026525 NCalls = 323 +VariableMetric: Iteration # 102 - FCN = -704722.8786043 Edm = 0.0426244 NCalls = 327 +VariableMetric: Iteration # 103 - FCN = -704722.9331182 Edm = 0.00717373 NCalls = 329 +VariableMetric: Iteration # 104 - FCN = -704722.9417898 Edm = 0.00241177 NCalls = 331 +VariableMetric: Iteration # 105 - FCN = -704722.9462296 Edm = 0.00279134 NCalls = 333 +VariableMetric: Iteration # 106 - FCN = -704722.9620417 Edm = 0.0147896 NCalls = 336 +VariableMetric: Iteration # 107 - FCN = -704724.0715931 Edm = 0.852532 NCalls = 343 +VariableMetric: Iteration # 108 - FCN = -704727.5130061 Edm = 4.71024 NCalls = 350 +VariableMetric: Iteration # 109 - FCN = -704727.8840129 Edm = 0.830223 NCalls = 352 +VariableMetric: Iteration # 110 - FCN = -704729.6839186 Edm = 2.49482 NCalls = 355 +VariableMetric: Iteration # 111 - FCN = -704732.6826265 Edm = 6.39684 NCalls = 357 +VariableMetric: Iteration # 112 - FCN = -704735.8211081 Edm = 2.09255 NCalls = 360 +VariableMetric: Iteration # 113 - FCN = -704739.305039 Edm = 1.83252 NCalls = 363 +VariableMetric: Iteration # 114 - FCN = -704741.2529188 Edm = 2.72489 NCalls = 366 +VariableMetric: Iteration # 115 - FCN = -704743.9756511 Edm = 2.12103 NCalls = 368 +VariableMetric: Iteration # 116 - FCN = -704750.3859145 Edm = 5.49996 NCalls = 372 +VariableMetric: Iteration # 117 - FCN = -704754.8178011 Edm = 10.7953 NCalls = 376 +VariableMetric: Iteration # 118 - FCN = -704774.4408738 Edm = 18.3961 NCalls = 382 +VariableMetric: Iteration # 119 - FCN = -704802.0243888 Edm = 16.2141 NCalls = 386 +VariableMetric: Iteration # 120 - FCN = -704824.6344726 Edm = 13.1703 NCalls = 389 +VariableMetric: Iteration # 121 - FCN = -704849.5103368 Edm = 32.8288 NCalls = 393 +VariableMetric: Iteration # 122 - FCN = -704857.6243061 Edm = 22.6731 NCalls = 395 +VariableMetric: Iteration # 123 - FCN = -704878.9173026 Edm = 11.2288 NCalls = 398 +VariableMetric: Iteration # 124 - FCN = -704894.4791497 Edm = 8.27167 NCalls = 400 +VariableMetric: Iteration # 125 - FCN = -704899.7209077 Edm = 3.2997 NCalls = 402 +VariableMetric: Iteration # 126 - FCN = -704903.1771329 Edm = 0.659509 NCalls = 404 +VariableMetric: Iteration # 127 - FCN = -704904.0641092 Edm = 0.700556 NCalls = 406 +VariableMetric: Iteration # 128 - FCN = -704907.1473853 Edm = 2.21782 NCalls = 410 +VariableMetric: Iteration # 129 - FCN = -704914.6809111 Edm = 2.24669 NCalls = 414 +VariableMetric: Iteration # 130 - FCN = -704915.2999763 Edm = 1.61163 NCalls = 416 +VariableMetric: Iteration # 131 - FCN = -704916.3721857 Edm = 0.327973 NCalls = 418 +VariableMetric: Iteration # 132 - FCN = -704917.5146837 Edm = 0.7939 NCalls = 420 +VariableMetric: Iteration # 133 - FCN = -704919.4492451 Edm = 1.19956 NCalls = 423 +VariableMetric: Iteration # 134 - FCN = -704922.0621134 Edm = 1.29984 NCalls = 428 +VariableMetric: Iteration # 135 - FCN = -704924.2585363 Edm = 0.538795 NCalls = 431 +VariableMetric: Iteration # 136 - FCN = -704924.6863162 Edm = 0.276196 NCalls = 433 +VariableMetric: Iteration # 137 - FCN = -704925.0766887 Edm = 0.150202 NCalls = 435 +VariableMetric: Iteration # 138 - FCN = -704945.5215593 Edm = 28.284 NCalls = 444 +VariableMetric: Iteration # 139 - FCN = -704945.6141541 Edm = 1.17728 NCalls = 447 +VariableMetric: Iteration # 140 - FCN = -704947.9937887 Edm = 2.85557 NCalls = 449 +VariableMetric: Iteration # 141 - FCN = -704965.0812569 Edm = 17.1519 NCalls = 454 +VariableMetric: Iteration # 142 - FCN = -704984.4402504 Edm = 14.3869 NCalls = 458 +VariableMetric: Iteration # 143 - FCN = -705009.544159 Edm = 7.19653 NCalls = 461 +VariableMetric: Iteration # 144 - FCN = -705013.7418572 Edm = 4.03337 NCalls = 463 +VariableMetric: Iteration # 145 - FCN = -705016.509026 Edm = 3.80125 NCalls = 465 +VariableMetric: Iteration # 146 - FCN = -705020.9896304 Edm = 1.50918 NCalls = 468 +VariableMetric: Iteration # 147 - FCN = -705022.3743769 Edm = 0.590461 NCalls = 469 +VariableMetric: Iteration # 148 - FCN = -705022.679285 Edm = 0.0658687 NCalls = 471 +VariableMetric: Iteration # 149 - FCN = -705022.7769062 Edm = 0.019994 NCalls = 473 +VariableMetric: Iteration # 150 - FCN = -705022.8065006 Edm = 0.0118368 NCalls = 475 +VariableMetric: Iteration # 151 - FCN = -705022.8366904 Edm = 0.0126505 NCalls = 477 +VariableMetric: Iteration # 152 - FCN = -705022.8654217 Edm = 0.00308424 NCalls = 479 +VariableMetric: Iteration # 153 - FCN = -705022.8799704 Edm = 0.00738617 NCalls = 481 +VariableMetric: Iteration # 154 - FCN = -705022.9616765 Edm = 0.0538221 NCalls = 484 +VariableMetric: Iteration # 155 - FCN = -705025.2458145 Edm = 1.79152 NCalls = 488 +VariableMetric: Iteration # 156 - FCN = -705035.0802611 Edm = 1.65079 NCalls = 491 +VariableMetric: Iteration # 157 - FCN = -705036.4978417 Edm = 0.128831 NCalls = 493 +VariableMetric: Iteration # 158 - FCN = -705036.645466 Edm = 0.0118693 NCalls = 495 +VariableMetric: Iteration # 159 - FCN = -705036.6600699 Edm = 0.000630359 NCalls = 497 +VariableMetric: Iteration # 160 - FCN = -705036.6611006 Edm = 0.000260561 NCalls = 499 +VariableMetric: Iteration # 161 - FCN = -705036.6643904 Edm = 0.00290685 NCalls = 502 +VariableMetric: Iteration # 162 - FCN = -705036.7183403 Edm = 0.0454806 NCalls = 506 +VariableMetric: Iteration # 163 - FCN = -705038.4414517 Edm = 1.47419 NCalls = 510 +VariableMetric: Iteration # 164 - FCN = -705043.4015387 Edm = 1.72897 NCalls = 512 +VariableMetric: Iteration # 165 - FCN = -705044.8639983 Edm = 0.2384 NCalls = 514 +VariableMetric: Iteration # 166 - FCN = -705045.0598416 Edm = 0.0399857 NCalls = 516 +VariableMetric: Iteration # 167 - FCN = -705045.0938861 Edm = 0.00317826 NCalls = 517 +VariableMetric: Iteration # 168 - FCN = -705045.1057891 Edm = 0.00627604 NCalls = 519 +VariableMetric: Iteration # 169 - FCN = -705045.1188059 Edm = 0.00120759 NCalls = 522 +VariableMetric: Iteration # 170 - FCN = -705045.1198384 Edm = 0.000168249 NCalls = 524 +VariableMetric: Iteration # 171 - FCN = -705045.1207404 Edm = 0.000841089 NCalls = 527 +VariableMetric: Iteration # 172 - FCN = -705045.1372967 Edm = 0.0129226 NCalls = 532 +VariableMetric: Iteration # 173 - FCN = -705046.115832 Edm = 0.52236 NCalls = 537 +VariableMetric: Iteration # 174 - FCN = -705047.6194159 Edm = 0.175494 NCalls = 540 +VariableMetric: Iteration # 175 - FCN = -705048.1023741 Edm = 0.26163 NCalls = 545 +VariableMetric: Iteration # 176 - FCN = -705048.1786108 Edm = 0.109951 NCalls = 547 +VariableMetric: Iteration # 177 - FCN = -705048.3218547 Edm = 0.036022 NCalls = 549 +VariableMetric: Iteration # 178 - FCN = -705048.3649168 Edm = 0.00694736 NCalls = 551 +VariableMetric: Iteration # 179 - FCN = -705048.3708889 Edm = 0.00148798 NCalls = 553 +VariableMetric: Iteration # 180 - FCN = -705048.3720806 Edm = 5.63491e-05 NCalls = 554 +VariableMetric: After Hessian - FCN = -705048.3720806 Edm = 3.94034 NCalls = 923 +VariableMetric: Iteration # 181 - FCN = -705048.3720806 Edm = 3.94034 NCalls = 923 +VariableMetric: Iteration # 182 - FCN = -705053.8797293 Edm = 1.94887 NCalls = 931 +VariableMetric: Iteration # 183 - FCN = -705054.5631245 Edm = 0.593022 NCalls = 933 +VariableMetric: Iteration # 184 - FCN = -705055.4744886 Edm = 1.53671 NCalls = 935 +VariableMetric: Iteration # 185 - FCN = -705055.653271 Edm = 0.230925 NCalls = 940 +VariableMetric: Iteration # 186 - FCN = -705056.4040597 Edm = 0.461374 NCalls = 942 +VariableMetric: Iteration # 187 - FCN = -705057.2879193 Edm = 0.391646 NCalls = 944 +VariableMetric: Iteration # 188 - FCN = -705057.5730222 Edm = 0.184108 NCalls = 946 +VariableMetric: Iteration # 189 - FCN = -705058.1866291 Edm = 0.530054 NCalls = 949 +VariableMetric: Iteration # 190 - FCN = -705059.3094458 Edm = 0.890349 NCalls = 953 +VariableMetric: Iteration # 191 - FCN = -705059.5736972 Edm = 0.328595 NCalls = 955 +VariableMetric: Iteration # 192 - FCN = -705059.8690805 Edm = 0.0581501 NCalls = 958 +VariableMetric: Iteration # 193 - FCN = -705059.9246645 Edm = 0.00970567 NCalls = 959 +VariableMetric: Iteration # 194 - FCN = -705059.9476796 Edm = 0.0121773 NCalls = 961 +VariableMetric: Iteration # 195 - FCN = -705059.9856496 Edm = 0.0200316 NCalls = 964 +VariableMetric: Iteration # 196 - FCN = -705060.0382104 Edm = 0.0192233 NCalls = 968 +VariableMetric: Iteration # 197 - FCN = -705060.0563013 Edm = 0.0151053 NCalls = 971 +VariableMetric: Iteration # 198 - FCN = -705060.0728202 Edm = 0.00702669 NCalls = 973 +VariableMetric: Iteration # 199 - FCN = -705060.0847796 Edm = 0.00426905 NCalls = 975 +VariableMetric: Iteration # 200 - FCN = -705060.0946224 Edm = 0.00604995 NCalls = 977 +VariableMetric: Iteration # 201 - FCN = -705060.1052485 Edm = 0.0069851 NCalls = 981 +VariableMetric: Iteration # 202 - FCN = -705060.1143327 Edm = 0.000734317 NCalls = 983 +VariableMetric: Iteration # 203 - FCN = -705060.1155128 Edm = 0.000122507 NCalls = 985 +VariableMetric: Iteration # 204 - FCN = -705060.1156655 Edm = 8.1052e-05 NCalls = 987 +VariableMetric: Iteration # 205 - FCN = -705060.1157589 Edm = 1.15938e-05 NCalls = 989 +VariableMetric: After Hessian - FCN = -705060.1157589 Edm = 1.53469e-05 NCalls = 1364 +VariableMetric: Iteration # 206 - FCN = -705060.1157589 Edm = 1.53469e-05 NCalls = 1364 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -701089.6775878 Edm = 12.8893 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -701089.6775878 Edm = 12.8893 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -704185.6593327 Edm = 1.3115 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -704190.0756246 Edm = 3.98631 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -704479.5395885 Edm = 14.1205 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -704496.549571 Edm = 0.0364052 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -704496.7538544 Edm = 0.149058 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -704518.8330784 Edm = 7.35487 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -704530.8698263 Edm = 0.206705 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -704531.4892572 Edm = 0.27161 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -704573.7592231 Edm = 26.0265 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -704742.3179984 Edm = 6.81913 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -704749.4348013 Edm = 0.184435 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -704749.5425354 Edm = 0.00526574 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -704749.565052 Edm = 0.0117202 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -704749.9547459 Edm = 0.382886 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -704768.1219176 Edm = 0.55971 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -704788.3655526 Edm = 5.01056 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -704798.432417 Edm = 4.85541 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -704803.3920939 Edm = 0.524623 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -704803.9923021 Edm = 0.152277 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -704804.1137812 Edm = 0.0109674 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -704804.125947 Edm = 0.00115044 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -704804.2200331 Edm = 0.0965526 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -704804.3599823 Edm = 0.135028 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -704829.7213505 Edm = 0.520029 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -704830.258026 Edm = 0.00970727 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -704830.2701213 Edm = 0.0023176 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -704830.275342 Edm = 0.00448399 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -704830.3321001 Edm = 0.0521058 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -704841.5191517 Edm = 3.4209 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -704845.740833 Edm = 0.260457 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -704845.9589885 Edm = 0.00421197 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -704845.9653474 Edm = 0.00117842 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -704845.9883228 Edm = 0.0212171 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -704856.6472688 Edm = 8.30002 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -704874.8652915 Edm = 1.59545 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -704876.4379906 Edm = 0.285104 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -704876.7126337 Edm = 0.0271009 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -704876.7409141 Edm = 0.000863338 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -704876.7426394 Edm = 0.00110742 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -704876.7572749 Edm = 0.0120126 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -704877.5500236 Edm = 0.733633 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -704913.9816761 Edm = 8.91726 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -704923.6676988 Edm = 1.82347 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -704925.7650964 Edm = 0.231375 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -704925.9798435 Edm = 0.0198053 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -704926.0105236 Edm = 0.0176367 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -704926.2548488 Edm = 0.355225 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -704926.2713036 Edm = 0.0215214 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -704926.3408723 Edm = 0.077043 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -704926.889359 Edm = 1.51875 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -704926.9193892 Edm = 0.0148894 NCalls = 166 +VariableMetric: Iteration # 52 - FCN = -704927.1023124 Edm = 0.170517 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -704928.7213018 Edm = 0.506278 NCalls = 173 +VariableMetric: Iteration # 54 - FCN = -704929.0500237 Edm = 0.132989 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -704929.1506196 Edm = 0.00449553 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -704929.1573859 Edm = 0.00176307 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -704929.1914149 Edm = 0.0300579 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -704931.8854643 Edm = 2.11014 NCalls = 188 +VariableMetric: Iteration # 59 - FCN = -704952.48734 Edm = 32.3273 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -704968.3605747 Edm = 15.9523 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -704986.2332696 Edm = 3.2773 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -704988.6234028 Edm = 1.328 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -704989.9683292 Edm = 0.65166 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -704990.7384494 Edm = 0.693772 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -704992.2505316 Edm = 0.466089 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -704992.865266 Edm = 0.620864 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -704993.3945437 Edm = 0.445285 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -704994.3141466 Edm = 0.448201 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -704994.5729774 Edm = 0.287455 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -704994.8010374 Edm = 0.0228097 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -704994.8254995 Edm = 0.00136275 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -704994.8273907 Edm = 0.000812348 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -704994.8371738 Edm = 0.0088892 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -704995.0288525 Edm = 0.0453952 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -704995.1756075 Edm = 0.0826853 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -704997.0709183 Edm = 1.21361 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -705003.7495714 Edm = 4.02148 NCalls = 254 +VariableMetric: Iteration # 78 - FCN = -705007.3222563 Edm = 0.213582 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -705007.5632434 Edm = 0.009166 NCalls = 257 +VariableMetric: Iteration # 80 - FCN = -705007.5739117 Edm = 0.000313414 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -705007.574377 Edm = 0.000128573 NCalls = 261 +VariableMetric: Iteration # 82 - FCN = -705007.5754877 Edm = 0.0006804 NCalls = 264 +VariableMetric: Iteration # 83 - FCN = -705007.5883461 Edm = 0.0106692 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -705008.027339 Edm = 0.365015 NCalls = 272 +VariableMetric: Iteration # 85 - FCN = -705012.0842024 Edm = 0.440198 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -705012.4124068 Edm = 0.0642788 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -705012.458721 Edm = 0.00121643 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -705012.459934 Edm = 0.00018021 NCalls = 281 +VariableMetric: Iteration # 89 - FCN = -705012.4603103 Edm = 0.000114434 NCalls = 283 +VariableMetric: Iteration # 90 - FCN = -705012.4608538 Edm = 0.000375744 NCalls = 285 +VariableMetric: Iteration # 91 - FCN = -705012.4810093 Edm = 0.0218308 NCalls = 290 +VariableMetric: Iteration # 92 - FCN = -705012.9742749 Edm = 0.210219 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -705015.2489239 Edm = 0.961957 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -705017.0006984 Edm = 0.0778747 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -705017.0835243 Edm = 0.00370221 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -705017.0883851 Edm = 0.000401187 NCalls = 304 +VariableMetric: Iteration # 97 - FCN = -705017.0889692 Edm = 5.14637e-05 NCalls = 306 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -700727.2758752 Edm = 3.75379 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -700727.2758752 Edm = 3.75379 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703220.6367973 Edm = 3.80722 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -703264.7847649 Edm = 53.7106 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -703940.0423179 Edm = 321.022 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -704424.3786963 Edm = 7.96329 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -704430.7770176 Edm = 0.0312586 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -704430.8460653 Edm = 0.0556122 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -704466.3482922 Edm = 1.21694 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -704565.4668053 Edm = 6.78403 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -704573.4974671 Edm = 0.519819 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -704574.2063077 Edm = 0.106652 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -704574.5683242 Edm = 0.182206 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -704600.0544955 Edm = 7.97628 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -704612.1318194 Edm = 0.0120214 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -704612.2210408 Edm = 0.0748726 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -704630.1017051 Edm = 9.36014 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -704681.5054596 Edm = 3.41923 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -704685.2845847 Edm = 0.454157 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -704686.0120367 Edm = 0.300697 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -704687.4164333 Edm = 0.590569 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -704688.1000263 Edm = 0.915396 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -704689.1174414 Edm = 0.153216 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -704689.3118116 Edm = 0.00819535 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -704689.3171898 Edm = 0.00101993 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -704689.3391486 Edm = 0.0179004 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -704691.0018999 Edm = 1.20757 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -704748.9228154 Edm = 18.762 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -704755.4151521 Edm = 2.84773 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -704758.5951754 Edm = 0.264962 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -704758.786908 Edm = 0.0423681 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -704758.8500579 Edm = 0.0189526 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -704758.9287539 Edm = 0.00236745 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -704758.9342247 Edm = 0.00282515 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -704759.46576 Edm = 0.538694 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -704759.5251034 Edm = 0.0534493 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -704761.8844418 Edm = 3.79871 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -704767.0904901 Edm = 2.5222 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -704770.863876 Edm = 8.31641 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -704776.690724 Edm = 2.40248 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -704782.8416979 Edm = 2.09464 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -704784.9111833 Edm = 1.26631 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -704785.4342621 Edm = 0.139981 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -704785.6027339 Edm = 0.0456841 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -704785.7448589 Edm = 0.0148626 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -704785.7595805 Edm = 0.00303208 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -704785.7632789 Edm = 0.00181545 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -704785.8279111 Edm = 0.0640349 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -704787.7157651 Edm = 0.0808535 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -704820.7702757 Edm = 34.2257 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -704835.1561812 Edm = 16.0317 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -704873.1561397 Edm = 23.3442 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -704892.6677308 Edm = 2.83092 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -704896.8370991 Edm = 0.538183 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -704897.510629 Edm = 0.0292199 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -704897.5356884 Edm = 0.00252398 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -704897.5422494 Edm = 0.00306794 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -704897.5703525 Edm = 0.0215862 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -704902.0175523 Edm = 4.70298 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -704902.1318078 Edm = 0.144534 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -704903.1088614 Edm = 1.18434 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -704912.8099533 Edm = 9.01578 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -704938.5637026 Edm = 14.3615 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -704943.609379 Edm = 1.37111 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -704944.7240543 Edm = 0.0653067 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -704944.7741897 Edm = 0.00707646 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -704944.8012032 Edm = 0.0229127 NCalls = 215 +VariableMetric: Iteration # 66 - FCN = -704944.8903604 Edm = 0.0217223 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -704944.9234714 Edm = 0.00511261 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -704944.9401238 Edm = 0.00309756 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -704944.9455483 Edm = 0.00331149 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -704944.9536973 Edm = 0.0172209 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -704944.9671113 Edm = 0.0078609 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -704944.9678604 Edm = 0.0012251 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -704944.9743026 Edm = 0.00410298 NCalls = 242 +VariableMetric: Iteration # 74 - FCN = -704944.9847166 Edm = 0.00585542 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -704945.0099211 Edm = 0.00598957 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -704945.017692 Edm = 0.00341431 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -704945.0230045 Edm = 0.00720821 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -704945.2354006 Edm = 0.201273 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -704946.4758159 Edm = 1.60106 NCalls = 266 +VariableMetric: Iteration # 80 - FCN = -704946.9231665 Edm = 2.6655 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -704957.3945081 Edm = 3.0418 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -704961.9954337 Edm = 0.46445 NCalls = 277 +VariableMetric: Iteration # 83 - FCN = -704963.3511451 Edm = 0.57685 NCalls = 279 +VariableMetric: Iteration # 84 - FCN = -704964.3261914 Edm = 0.0870334 NCalls = 282 +VariableMetric: Iteration # 85 - FCN = -704964.4718652 Edm = 0.100907 NCalls = 284 +VariableMetric: Iteration # 86 - FCN = -704980.8109013 Edm = 5.73793 NCalls = 291 +VariableMetric: Iteration # 87 - FCN = -704983.9589646 Edm = 189502 NCalls = 301 +VariableMetric: Iteration # 88 - FCN = -704986.7600945 Edm = 427249 NCalls = 309 +VariableMetric: Iteration # 89 - FCN = -705027.6935322 Edm = 41759.9 NCalls = 317 +VariableMetric: Iteration # 90 - FCN = -705051.9458534 Edm = 16786.5 NCalls = 324 +VariableMetric: Iteration # 91 - FCN = -705055.993564 Edm = 2792.35 NCalls = 330 +VariableMetric: Iteration # 92 - FCN = -705056.9940532 Edm = 1593.4 NCalls = 334 +VariableMetric: Iteration # 93 - FCN = -705064.5472559 Edm = 284.439 NCalls = 338 +VariableMetric: Iteration # 94 - FCN = -705065.1329558 Edm = 87.7756 NCalls = 342 +VariableMetric: Iteration # 95 - FCN = -705066.2077446 Edm = 437.771 NCalls = 345 +VariableMetric: Iteration # 96 - FCN = -705066.7503826 Edm = 20.1415 NCalls = 348 +VariableMetric: Iteration # 97 - FCN = -705067.3308451 Edm = 9.60914 NCalls = 350 +VariableMetric: Iteration # 98 - FCN = -705067.6273642 Edm = 5.19753 NCalls = 352 +VariableMetric: Iteration # 99 - FCN = -705068.842748 Edm = 9.99621 NCalls = 354 +VariableMetric: Iteration # 100 - FCN = -705069.3249772 Edm = 11.4421 NCalls = 356 +VariableMetric: Iteration # 101 - FCN = -705069.7827948 Edm = 1.17514 NCalls = 358 +VariableMetric: Iteration # 102 - FCN = -705069.9599544 Edm = 0.500136 NCalls = 360 +VariableMetric: Iteration # 103 - FCN = -705071.2211504 Edm = 36.2343 NCalls = 367 +VariableMetric: Iteration # 104 - FCN = -705071.2502811 Edm = 1.91499 NCalls = 370 +VariableMetric: Iteration # 105 - FCN = -705071.2856269 Edm = 0.174489 NCalls = 372 +VariableMetric: Iteration # 106 - FCN = -705071.3270732 Edm = 0.216248 NCalls = 374 +VariableMetric: Iteration # 107 - FCN = -705071.3610192 Edm = 0.151436 NCalls = 376 +VariableMetric: Iteration # 108 - FCN = -705071.4049642 Edm = 0.0157614 NCalls = 378 +VariableMetric: Iteration # 109 - FCN = -705071.422572 Edm = 0.00527588 NCalls = 380 +VariableMetric: Iteration # 110 - FCN = -705071.4314542 Edm = 0.00232711 NCalls = 382 +VariableMetric: Iteration # 111 - FCN = -705071.4382669 Edm = 0.00460295 NCalls = 384 +VariableMetric: Iteration # 112 - FCN = -705071.4529262 Edm = 0.0122612 NCalls = 387 +VariableMetric: Iteration # 113 - FCN = -705071.4862512 Edm = 0.0280045 NCalls = 390 +VariableMetric: Iteration # 114 - FCN = -705071.5507422 Edm = 0.0526138 NCalls = 396 +VariableMetric: Iteration # 115 - FCN = -705071.5550746 Edm = 0.0139994 NCalls = 399 +VariableMetric: Iteration # 116 - FCN = -705071.6086433 Edm = 0.0650665 NCalls = 403 +VariableMetric: Iteration # 117 - FCN = -705071.7148686 Edm = 0.157399 NCalls = 408 +VariableMetric: Iteration # 118 - FCN = -705071.7195289 Edm = 0.00653643 NCalls = 410 +VariableMetric: Iteration # 119 - FCN = -705071.7542873 Edm = 0.037929 NCalls = 413 +VariableMetric: Iteration # 120 - FCN = -705072.0459687 Edm = 0.366261 NCalls = 419 +VariableMetric: Iteration # 121 - FCN = -705072.0515847 Edm = 0.00894053 NCalls = 421 +VariableMetric: Iteration # 122 - FCN = -705072.0727683 Edm = 0.0292786 NCalls = 424 +VariableMetric: Iteration # 123 - FCN = -705072.3568862 Edm = 0.324263 NCalls = 429 +VariableMetric: Iteration # 124 - FCN = -705072.3781583 Edm = 0.016709 NCalls = 432 +VariableMetric: Iteration # 125 - FCN = -705072.9414316 Edm = 0.940122 NCalls = 437 +VariableMetric: Iteration # 126 - FCN = -705073.9187864 Edm = 0.918281 NCalls = 442 +VariableMetric: Iteration # 127 - FCN = -705075.1650346 Edm = 1.98229 NCalls = 445 +VariableMetric: Iteration # 128 - FCN = -705076.4516124 Edm = 1.23428 NCalls = 448 +VariableMetric: Iteration # 129 - FCN = -705077.1931906 Edm = 0.568224 NCalls = 450 +VariableMetric: Iteration # 130 - FCN = -705077.6953586 Edm = 1.49315 NCalls = 452 +VariableMetric: Iteration # 131 - FCN = -705078.4076582 Edm = 0.445122 NCalls = 455 +VariableMetric: Iteration # 132 - FCN = -705079.2355368 Edm = 0.658694 NCalls = 459 +VariableMetric: Iteration # 133 - FCN = -705079.8029228 Edm = 0.244159 NCalls = 461 +VariableMetric: Iteration # 134 - FCN = -705080.1980418 Edm = 0.144631 NCalls = 464 +VariableMetric: Iteration # 135 - FCN = -705080.3582214 Edm = 0.060004 NCalls = 466 +VariableMetric: Iteration # 136 - FCN = -705080.4354535 Edm = 0.0251398 NCalls = 468 +VariableMetric: Iteration # 137 - FCN = -705080.4530622 Edm = 0.00292207 NCalls = 469 +VariableMetric: Iteration # 138 - FCN = -705080.4554377 Edm = 0.000969875 NCalls = 470 +VariableMetric: Iteration # 139 - FCN = -705080.4559241 Edm = 0.000145231 NCalls = 472 +VariableMetric: Iteration # 140 - FCN = -705080.4560908 Edm = 1.98825e-05 NCalls = 474 +VariableMetric: After Hessian - FCN = -705080.4560908 Edm = 0.000283184 NCalls = 841 +VariableMetric: Iteration # 141 - FCN = -705080.4560908 Edm = 0.000283184 NCalls = 841 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -696151.5344637 Edm = 13.5382 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -696151.5344637 Edm = 13.5382 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -700675.4008073 Edm = 3.21686 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -700716.441449 Edm = 3.32138 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -701927.8344446 Edm = 313.568 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -702272.8180519 Edm = 18.8931 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -702283.707653 Edm = 0.140476 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -702283.9042497 Edm = 0.116997 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -702355.5458535 Edm = 16.2388 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -702377.2865977 Edm = 0.575618 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -702377.8762366 Edm = 0.177814 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -702394.5514946 Edm = 17.6873 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -702395.6678936 Edm = 0.839693 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -702560.2742586 Edm = 71.5025 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -702643.9689795 Edm = 20.9468 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -702648.5149193 Edm = 1.8362 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -702649.9565229 Edm = 0.04142 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -702650.529512 Edm = 0.502076 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -702748.2098638 Edm = 35.7025 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -702811.5945838 Edm = 15.2686 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -702844.2382151 Edm = 2.60845 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -702847.4908416 Edm = 0.260988 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -702848.071669 Edm = 0.121669 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -702848.1480822 Edm = 0.016254 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -702848.1802313 Edm = 0.0164611 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -702849.8029493 Edm = 1.64628 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -702850.2854041 Edm = 0.429208 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -702932.6936705 Edm = 37.7786 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -702967.324309 Edm = 28.3169 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -702989.076291 Edm = 16.0115 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -703006.6798579 Edm = 1.53637 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -703009.957707 Edm = 0.0821022 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -703010.0457654 Edm = 0.0150726 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -703010.0869196 Edm = 0.0366407 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -703011.0979934 Edm = 0.624277 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -703096.1216999 Edm = 95.3239 NCalls = 130 +VariableMetric: Iteration # 35 - FCN = -703096.3940556 Edm = 4.95826 NCalls = 132 +VariableMetric: Iteration # 36 - FCN = -703097.9331481 Edm = 1.56147 NCalls = 133 +VariableMetric: Iteration # 37 - FCN = -703118.5514963 Edm = 16.4099 NCalls = 138 +VariableMetric: Iteration # 38 - FCN = -703204.4236579 Edm = 35.2944 NCalls = 142 +VariableMetric: Iteration # 39 - FCN = -703262.2855327 Edm = 134.56 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -703531.9197816 Edm = 90.807 NCalls = 150 +VariableMetric: Iteration # 41 - FCN = -703550.7066226 Edm = 55.05 NCalls = 152 +VariableMetric: Iteration # 42 - FCN = -703606.4559001 Edm = 9.30323 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -703626.3976687 Edm = 10.1436 NCalls = 158 +VariableMetric: Iteration # 44 - FCN = -703641.4574001 Edm = 34.7243 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -703769.976613 Edm = 239.433 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -703848.6839367 Edm = 102.215 NCalls = 170 +VariableMetric: Iteration # 47 - FCN = -704083.7543579 Edm = 17.1564 NCalls = 177 +VariableMetric: Iteration # 48 - FCN = -704092.7302953 Edm = 98.253 NCalls = 179 +VariableMetric: Iteration # 49 - FCN = -704105.9314319 Edm = 7.8135 NCalls = 181 +VariableMetric: Iteration # 50 - FCN = -704126.5126755 Edm = 3.31633 NCalls = 184 +VariableMetric: Iteration # 51 - FCN = -704132.2972798 Edm = 2.23043 NCalls = 186 +VariableMetric: Iteration # 52 - FCN = -704137.4235907 Edm = 1.04142 NCalls = 188 +VariableMetric: Iteration # 53 - FCN = -704149.2213857 Edm = 13.5499 NCalls = 192 +VariableMetric: Iteration # 54 - FCN = -704203.7996487 Edm = 23.98 NCalls = 197 +VariableMetric: Iteration # 55 - FCN = -704256.6089535 Edm = 12.1317 NCalls = 200 +VariableMetric: Iteration # 56 - FCN = -704434.7805035 Edm = 452.858 NCalls = 211 +VariableMetric: Iteration # 57 - FCN = -704444.519224 Edm = 59.3358 NCalls = 213 +VariableMetric: Iteration # 58 - FCN = -704734.6143567 Edm = 56.7403 NCalls = 217 +VariableMetric: Iteration # 59 - FCN = -704807.9797545 Edm = 5.72775 NCalls = 219 +VariableMetric: Iteration # 60 - FCN = -704814.3009592 Edm = 1.20815 NCalls = 222 +VariableMetric: Iteration # 61 - FCN = -704815.9372207 Edm = 0.374279 NCalls = 224 +VariableMetric: Iteration # 62 - FCN = -704816.2616811 Edm = 0.0667866 NCalls = 226 +VariableMetric: Iteration # 63 - FCN = -704816.346348 Edm = 0.0292085 NCalls = 228 +VariableMetric: Iteration # 64 - FCN = -704816.5024093 Edm = 0.0466259 NCalls = 231 +VariableMetric: Iteration # 65 - FCN = -704816.5776925 Edm = 0.024605 NCalls = 233 +VariableMetric: Iteration # 66 - FCN = -704817.4949081 Edm = 0.86309 NCalls = 237 +VariableMetric: Iteration # 67 - FCN = -704843.4198729 Edm = 19.4637 NCalls = 241 +VariableMetric: Iteration # 68 - FCN = -704917.5953915 Edm = 23.0779 NCalls = 245 +VariableMetric: Iteration # 69 - FCN = -704942.4590212 Edm = 40.3827 NCalls = 247 +VariableMetric: Iteration # 70 - FCN = -704959.7234305 Edm = 4.05574 NCalls = 249 +VariableMetric: Iteration # 71 - FCN = -704966.5831993 Edm = 0.368319 NCalls = 251 +VariableMetric: Iteration # 72 - FCN = -704966.9377176 Edm = 0.147536 NCalls = 252 +VariableMetric: Iteration # 73 - FCN = -704967.3939134 Edm = 0.156021 NCalls = 255 +VariableMetric: Iteration # 74 - FCN = -704967.6326168 Edm = 0.0243697 NCalls = 257 +VariableMetric: Iteration # 75 - FCN = -704967.6773097 Edm = 0.00718218 NCalls = 259 +VariableMetric: Iteration # 76 - FCN = -704967.6890197 Edm = 0.00401044 NCalls = 261 +VariableMetric: Iteration # 77 - FCN = -704967.7670612 Edm = 0.07982 NCalls = 265 +VariableMetric: Iteration # 78 - FCN = -704968.7907591 Edm = 0.95665 NCalls = 271 +VariableMetric: Iteration # 79 - FCN = -705012.2870988 Edm = 2.38461 NCalls = 275 +VariableMetric: Iteration # 80 - FCN = -705018.8147934 Edm = 1.38465 NCalls = 278 +VariableMetric: Iteration # 81 - FCN = -705019.6668557 Edm = 0.383228 NCalls = 280 +VariableMetric: Iteration # 82 - FCN = -705019.9951707 Edm = 0.022042 NCalls = 282 +VariableMetric: Iteration # 83 - FCN = -705020.0463 Edm = 0.0156084 NCalls = 284 +VariableMetric: Iteration # 84 - FCN = -705020.0712875 Edm = 0.00171141 NCalls = 286 +VariableMetric: Iteration # 85 - FCN = -705020.0736163 Edm = 0.00062991 NCalls = 288 +VariableMetric: Iteration # 86 - FCN = -705020.0824621 Edm = 0.00746455 NCalls = 291 +VariableMetric: Iteration # 87 - FCN = -705020.3040054 Edm = 0.178947 NCalls = 295 +VariableMetric: Iteration # 88 - FCN = -705025.0552962 Edm = 4.04892 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -705043.442389 Edm = 7.47682 NCalls = 304 +VariableMetric: Iteration # 90 - FCN = -705051.9789755 Edm = 2.38246 NCalls = 306 +VariableMetric: Iteration # 91 - FCN = -705053.0532449 Edm = 0.125751 NCalls = 308 +VariableMetric: Iteration # 92 - FCN = -705053.1320872 Edm = 0.00938283 NCalls = 310 +VariableMetric: Iteration # 93 - FCN = -705053.1391775 Edm = 0.000469633 NCalls = 312 +VariableMetric: Iteration # 94 - FCN = -705053.1396932 Edm = 8.28319e-05 NCalls = 314 +VariableMetric: Iteration # 95 - FCN = -705053.1405822 Edm = 0.000680877 NCalls = 317 +VariableMetric: Iteration # 96 - FCN = -705053.1451761 Edm = 0.00607602 NCalls = 320 +VariableMetric: Iteration # 97 - FCN = -705053.2569046 Edm = 0.0979134 NCalls = 326 +VariableMetric: Iteration # 98 - FCN = -705054.564305 Edm = 0.201734 NCalls = 329 +VariableMetric: Iteration # 99 - FCN = -705054.894538 Edm = 0.0161817 NCalls = 331 +VariableMetric: Iteration # 100 - FCN = -705054.9192974 Edm = 0.000987012 NCalls = 333 +VariableMetric: Iteration # 101 - FCN = -705054.9203766 Edm = 9.83825e-05 NCalls = 335 +VariableMetric: Iteration # 102 - FCN = -705054.9205277 Edm = 2.27165e-05 NCalls = 337 +VariableMetric: After Hessian - FCN = -705054.9205277 Edm = 71.1291 NCalls = 706 +VariableMetric: Iteration # 103 - FCN = -705054.9205277 Edm = 71.1291 NCalls = 706 +VariableMetric: Iteration # 104 - FCN = -705055.0339366 Edm = 52.4355 NCalls = 711 +VariableMetric: Iteration # 105 - FCN = -705059.0116336 Edm = 14.1365 NCalls = 713 +VariableMetric: Iteration # 106 - FCN = -705060.624305 Edm = 0.063122 NCalls = 715 +VariableMetric: Iteration # 107 - FCN = -705060.7143066 Edm = 0.00864606 NCalls = 717 +VariableMetric: Iteration # 108 - FCN = -705060.7283184 Edm = 0.0012803 NCalls = 719 +VariableMetric: Iteration # 109 - FCN = -705060.7305363 Edm = 0.000214925 NCalls = 721 +VariableMetric: Iteration # 110 - FCN = -705060.7309243 Edm = 3.14539e-05 NCalls = 723 +VariableMetric: After Hessian - FCN = -705060.7309243 Edm = 0.025962 NCalls = 1102 +VariableMetric: Iteration # 111 - FCN = -705060.7309243 Edm = 0.025962 NCalls = 1102 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -699042.6814465 Edm = 11.1348 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -699042.6814465 Edm = 11.1348 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -702352.5999071 Edm = 1.03586 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -702401.7612639 Edm = 1.05919 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -702407.7531162 Edm = 5.57569 NCalls = 12 +VariableMetric: Iteration # 4 - FCN = -702556.1424112 Edm = 37.2294 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -702610.6404972 Edm = 0.25897 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -702610.934809 Edm = 0.0640847 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -702624.6214471 Edm = 3.62654 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -702629.1464945 Edm = 0.083361 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -702636.2754043 Edm = 6.05225 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -702732.7472107 Edm = 0.380836 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -702733.4621301 Edm = 0.303562 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -702735.8607307 Edm = 2.20752 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -702746.6182587 Edm = 7.10214 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -702780.5306224 Edm = 3.78631 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -702784.616077 Edm = 0.128104 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -702784.7996107 Edm = 0.025687 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -702785.0074068 Edm = 0.152433 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -702820.3009862 Edm = 25.486 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -702989.9998769 Edm = 59.5862 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -703049.8252726 Edm = 21.4507 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -703060.4891129 Edm = 3.76545 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -703065.3500081 Edm = 3.07765 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -703069.310433 Edm = 2.07126 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -703071.6020661 Edm = 0.683802 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -703072.5738357 Edm = 0.49082 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -703073.8805079 Edm = 0.405117 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -703074.5831449 Edm = 0.0272597 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -703074.6131903 Edm = 0.00600033 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -703074.6429259 Edm = 0.025267 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -703075.5950245 Edm = 1.04681 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -703075.6255382 Edm = 0.0270871 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -703081.9119769 Edm = 1.88917 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -703084.4877198 Edm = 0.0125215 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -703084.5050156 Edm = 0.00668557 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -703084.6001922 Edm = 0.09233 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -703085.8083772 Edm = 1.07635 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -703204.2490414 Edm = 43.4185 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -703295.9757108 Edm = 22.6853 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -704085.9069905 Edm = 1147.2 NCalls = 146 +VariableMetric: Iteration # 40 - FCN = -704085.9069905 Edm = 1147.2 NCalls = 157 +VariableMetric: After Hessian - FCN = -704085.9069905 Edm = 656309 NCalls = 510 +VariableMetric: Iteration # 41 - FCN = -704085.9069905 Edm = 656309 NCalls = 510 +VariableMetric: Iteration # 42 - FCN = -704085.9069905 Edm = 656309 NCalls = 521 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -702987.493285 Edm = 1.04688 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -702987.493285 Edm = 1.04688 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703855.1071311 Edm = 0.650271 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -703871.266275 Edm = 7.90903 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -703872.4428546 Edm = 0.51531 NCalls = 12 +VariableMetric: Iteration # 4 - FCN = -704001.7293347 Edm = 15.7838 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -704022.9772795 Edm = 0.293754 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -704026.3085983 Edm = 3.12603 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -704150.961944 Edm = 83.9821 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -704319.3857966 Edm = 7.06139 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -704325.3600699 Edm = 0.0965434 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -704326.9026616 Edm = 1.6021 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -704474.3993799 Edm = 16.1715 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -704646.8747166 Edm = 63.9274 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -704766.319032 Edm = 32.1979 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -704813.0578031 Edm = 13.368 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -704840.1692892 Edm = 2.99811 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -704842.653923 Edm = 0.139038 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -704842.7753462 Edm = 0.0146076 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -704843.3201669 Edm = 0.642942 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -704845.3318756 Edm = 1.82379 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -704911.9666521 Edm = 10.0694 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -704924.5841437 Edm = 1.54336 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -704927.3490873 Edm = 0.509389 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -704928.1265243 Edm = 0.0947994 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -704928.2941769 Edm = 0.0129389 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -704928.3138634 Edm = 0.00274269 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -704928.3386334 Edm = 0.0181931 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -704929.1985774 Edm = 1.02295 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -704929.3351679 Edm = 0.131795 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -704930.6502626 Edm = 1.03404 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -704937.8999059 Edm = 8.11668 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -704946.2311031 Edm = 4.84609 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -704953.1483153 Edm = 1.3798 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -704954.4055085 Edm = 0.102268 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -704954.5262978 Edm = 0.00136925 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -704954.5285131 Edm = 0.000619792 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -704954.5385462 Edm = 0.00912536 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -704955.2407115 Edm = 0.655058 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -704962.5673032 Edm = 0.288332 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -704962.9497444 Edm = 0.216932 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -704963.1278206 Edm = 0.082161 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -704963.2724624 Edm = 0.0128751 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -704963.2838869 Edm = 0.00166578 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -704963.2887127 Edm = 0.0032339 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -704963.3553332 Edm = 0.111196 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -704963.8713808 Edm = 0.530214 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -704964.9110058 Edm = 0.853436 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -704973.587256 Edm = 1.70813 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -704974.458476 Edm = 0.725625 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -704974.9335451 Edm = 0.0224247 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -704974.9535254 Edm = 0.000236759 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -704974.9539718 Edm = 0.000244184 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -704974.9918651 Edm = 0.0345823 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -704977.8912922 Edm = 0.688838 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -704978.6635062 Edm = 0.0173124 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -704978.6810543 Edm = 0.000478206 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -704978.6815344 Edm = 4.62458e-05 NCalls = 185 +VariableMetric: After Hessian - FCN = -704978.6815344 Edm = 1.25197e+06 NCalls = 536 +VariableMetric: Iteration # 57 - FCN = -704978.6815344 Edm = 1.25197e+06 NCalls = 536 +VariableMetric: Iteration # 58 - FCN = -704978.6815344 Edm = 1.25197e+06 NCalls = 547 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -702020.9936556 Edm = 11.5179 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -702020.9936556 Edm = 11.5179 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -704580.9263485 Edm = 0.139081 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -704581.2955983 Edm = 0.441319 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -704613.9473682 Edm = 0.0686417 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -704614.1696347 Edm = 0.14343 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -704695.8220076 Edm = 4.57132 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -704700.3327331 Edm = 0.123722 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -704701.9001611 Edm = 1.35357 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -704818.485229 Edm = 3.73589 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -704822.4518698 Edm = 0.46102 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -704822.9447247 Edm = 0.0499563 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -704823.0278 Edm = 0.0197049 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -704839.0833977 Edm = 12.6445 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -704925.0429092 Edm = 0.352511 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -704925.6836632 Edm = 0.0741834 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -704925.7910457 Edm = 0.038101 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -704925.8205663 Edm = 0.00130819 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -704925.8233509 Edm = 0.00136517 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -704927.0830158 Edm = 0.927336 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -704941.3361901 Edm = 0.424828 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -704942.048085 Edm = 0.019192 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -704942.071556 Edm = 0.000309834 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -704942.0721006 Edm = 0.000229558 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -704942.0779661 Edm = 0.00431286 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -704942.3390157 Edm = 0.240956 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -704957.8108912 Edm = 0.85433 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -704958.7685706 Edm = 0.0445566 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -704958.7988316 Edm = 0.00257347 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -704958.8029272 Edm = 0.00115293 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -704958.8120899 Edm = 0.0059941 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -704959.0541903 Edm = 0.278924 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -704959.6251667 Edm = 0.501137 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -704966.6724486 Edm = 8.76271 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -704968.9188339 Edm = 3.49347 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -704980.5027936 Edm = 6.36572 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -704985.1733666 Edm = 0.951463 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -704986.0713442 Edm = 0.0280948 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -704986.0949688 Edm = 0.000562587 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -704986.0956577 Edm = 0.00019291 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -704986.0981408 Edm = 0.00226574 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -704986.1165352 Edm = 0.00647924 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -704986.2023774 Edm = 0.0849621 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -704986.9693062 Edm = 0.505161 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -704988.956049 Edm = 0.15083 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -704989.1126799 Edm = 0.00837632 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -704989.1208804 Edm = 0.000153008 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -704989.121104 Edm = 5.99343e-05 NCalls = 154 +VariableMetric: After Hessian - FCN = -704989.121104 Edm = 3195.84 NCalls = 511 +VariableMetric: Iteration # 47 - FCN = -704989.121104 Edm = 3195.84 NCalls = 511 +VariableMetric: Iteration # 48 - FCN = -704994.4109739 Edm = 118.188 NCalls = 521 +VariableMetric: Iteration # 49 - FCN = -704994.6549352 Edm = 0.511803 NCalls = 523 +VariableMetric: Iteration # 50 - FCN = -704995.9566085 Edm = 0.0540927 NCalls = 525 +VariableMetric: Iteration # 51 - FCN = -704996.1344725 Edm = 0.054623 NCalls = 527 +VariableMetric: Iteration # 52 - FCN = -704996.2628413 Edm = 0.0210142 NCalls = 529 +VariableMetric: Iteration # 53 - FCN = -704996.318584 Edm = 0.00306545 NCalls = 531 +VariableMetric: Iteration # 54 - FCN = -704996.3287651 Edm = 0.00284463 NCalls = 533 +VariableMetric: Iteration # 55 - FCN = -704996.3336954 Edm = 0.000276385 NCalls = 535 +VariableMetric: Iteration # 56 - FCN = -704996.3349975 Edm = 0.000303617 NCalls = 537 +VariableMetric: Iteration # 57 - FCN = -704996.33554 Edm = 0.000148275 NCalls = 539 +VariableMetric: Iteration # 58 - FCN = -704996.3376268 Edm = 0.000806332 NCalls = 542 +VariableMetric: Iteration # 59 - FCN = -704996.3396482 Edm = 0.000820678 NCalls = 544 +VariableMetric: Iteration # 60 - FCN = -704996.3442028 Edm = 0.00241731 NCalls = 546 +VariableMetric: Iteration # 61 - FCN = -704996.3463469 Edm = 0.000465087 NCalls = 548 +VariableMetric: Iteration # 62 - FCN = -704996.3471915 Edm = 0.000409531 NCalls = 551 +VariableMetric: Iteration # 63 - FCN = -704996.3481487 Edm = 0.00014262 NCalls = 553 +VariableMetric: Iteration # 64 - FCN = -704996.3483812 Edm = 0.000115636 NCalls = 555 +VariableMetric: Iteration # 65 - FCN = -704996.3486569 Edm = 0.000123025 NCalls = 557 +VariableMetric: Iteration # 66 - FCN = -704996.3489911 Edm = 0.000100971 NCalls = 559 +VariableMetric: Iteration # 67 - FCN = -704996.349534 Edm = 0.000200602 NCalls = 562 +VariableMetric: Iteration # 68 - FCN = -704996.3501711 Edm = 0.000137006 NCalls = 566 +VariableMetric: Iteration # 69 - FCN = -704996.3504934 Edm = 0.000197972 NCalls = 569 +VariableMetric: Iteration # 70 - FCN = -704996.350631 Edm = 0.000158943 NCalls = 571 +VariableMetric: Iteration # 71 - FCN = -704996.3509879 Edm = 8.7364e-05 NCalls = 575 +VariableMetric: Iteration # 72 - FCN = -704996.3512 Edm = 0.000106892 NCalls = 577 +VariableMetric: Iteration # 73 - FCN = -704996.3513974 Edm = 0.000137994 NCalls = 580 +VariableMetric: Iteration # 74 - FCN = -704996.3516265 Edm = 3.73269e-05 NCalls = 582 +VariableMetric: After Hessian - FCN = -704996.3516265 Edm = 0.000131584 NCalls = 941 +VariableMetric: Iteration # 75 - FCN = -704996.3516265 Edm = 0.000131584 NCalls = 941 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -701434.9586821 Edm = 8.7516 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -701434.9586821 Edm = 8.7516 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703942.4423669 Edm = 0.863944 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -703946.1612965 Edm = 3.82655 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -704161.6634261 Edm = 6.40665 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -704171.2192707 Edm = 0.150986 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -704171.7685635 Edm = 0.287179 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -704206.8323267 Edm = 5.60766 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -704213.6474855 Edm = 0.0664438 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -704214.0738139 Edm = 0.384814 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -704308.7911278 Edm = 15.5627 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -704390.2064756 Edm = 5.0223 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -704399.1010354 Edm = 0.264189 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -704399.3855365 Edm = 0.0532066 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -704399.5027847 Edm = 0.0517108 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -704401.5375145 Edm = 1.75261 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -704590.6743512 Edm = 88.386 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -704673.7067362 Edm = 4.48279 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -704678.1118199 Edm = 0.23424 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -704678.3275341 Edm = 0.0397862 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -704678.4632126 Edm = 0.109094 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -704684.9740256 Edm = 5.29819 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -704767.9015785 Edm = 2.40691 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -704787.6766544 Edm = 3.49277 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -704791.4301307 Edm = 0.541313 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -704791.7013791 Edm = 0.12075 NCalls = 79 +VariableMetric: Iteration # 25 - FCN = -704791.7942962 Edm = 0.0114915 NCalls = 81 +VariableMetric: Iteration # 26 - FCN = -704791.8669515 Edm = 0.0497302 NCalls = 84 +VariableMetric: Iteration # 27 - FCN = -704794.5683688 Edm = 0.424697 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -704795.6156294 Edm = 1.9977 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -704797.5888171 Edm = 1.89282 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -704812.9979905 Edm = 9.51534 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -704832.1932709 Edm = 20.3083 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -704848.1842973 Edm = 3.06349 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -704851.2945063 Edm = 0.131388 NCalls = 106 +VariableMetric: Iteration # 34 - FCN = -704851.4460726 Edm = 0.00446937 NCalls = 108 +VariableMetric: Iteration # 35 - FCN = -704851.451329 Edm = 0.000928608 NCalls = 110 +VariableMetric: Iteration # 36 - FCN = -704851.4860213 Edm = 0.0334139 NCalls = 114 +VariableMetric: Iteration # 37 - FCN = -704853.0315999 Edm = 1.38726 NCalls = 118 +VariableMetric: Iteration # 38 - FCN = -704880.0857797 Edm = 2.09433 NCalls = 122 +VariableMetric: Iteration # 39 - FCN = -704882.2193011 Edm = 0.0173268 NCalls = 124 +VariableMetric: Iteration # 40 - FCN = -704882.2374515 Edm = 0.0012768 NCalls = 126 +VariableMetric: Iteration # 41 - FCN = -704882.2399392 Edm = 0.000709408 NCalls = 128 +VariableMetric: Iteration # 42 - FCN = -704882.2438142 Edm = 0.00282467 NCalls = 131 +VariableMetric: Iteration # 43 - FCN = -704882.8457171 Edm = 0.612944 NCalls = 137 +VariableMetric: Iteration # 44 - FCN = -704883.5016117 Edm = 0.63129 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -704913.213967 Edm = 6.4311 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -704921.7684281 Edm = 2.15142 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -704922.9094053 Edm = 0.477476 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -704923.6988958 Edm = 0.164855 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -704923.8710815 Edm = 0.00820369 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -704923.8779609 Edm = 0.0011655 NCalls = 157 +VariableMetric: Iteration # 51 - FCN = -704923.8795147 Edm = 0.00124393 NCalls = 159 +VariableMetric: Iteration # 52 - FCN = -704923.8892802 Edm = 0.0107526 NCalls = 163 +VariableMetric: Iteration # 53 - FCN = -704924.3814732 Edm = 0.450227 NCalls = 170 +VariableMetric: Iteration # 54 - FCN = -704945.9745165 Edm = 3.09827 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -704949.4380757 Edm = 0.225782 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -704949.6514706 Edm = 0.0161379 NCalls = 176 +VariableMetric: Iteration # 57 - FCN = -704949.6821375 Edm = 0.00307949 NCalls = 178 +VariableMetric: Iteration # 58 - FCN = -704949.6866756 Edm = 0.00100864 NCalls = 180 +VariableMetric: Iteration # 59 - FCN = -704949.7121753 Edm = 0.0237502 NCalls = 184 +VariableMetric: Iteration # 60 - FCN = -704950.0654356 Edm = 0.512476 NCalls = 187 +VariableMetric: Iteration # 61 - FCN = -704953.8031593 Edm = 2.7196 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -705000.4037868 Edm = 3.56583 NCalls = 197 +VariableMetric: Iteration # 63 - FCN = -705004.210574 Edm = 2.59283 NCalls = 198 +VariableMetric: Iteration # 64 - FCN = -705005.6378446 Edm = 0.489955 NCalls = 200 +VariableMetric: Iteration # 65 - FCN = -705006.2528915 Edm = 0.0466863 NCalls = 202 +VariableMetric: Iteration # 66 - FCN = -705006.32733 Edm = 0.0238001 NCalls = 204 +VariableMetric: Iteration # 67 - FCN = -705006.3834593 Edm = 0.0120308 NCalls = 206 +VariableMetric: Iteration # 68 - FCN = -705006.4075437 Edm = 0.00220406 NCalls = 208 +VariableMetric: Iteration # 69 - FCN = -705006.4126908 Edm = 0.00179627 NCalls = 210 +VariableMetric: Iteration # 70 - FCN = -705006.4574125 Edm = 0.0345051 NCalls = 214 +VariableMetric: Iteration # 71 - FCN = -705007.3848254 Edm = 0.557855 NCalls = 219 +VariableMetric: Iteration # 72 - FCN = -705009.432716 Edm = 0.972141 NCalls = 221 +VariableMetric: Iteration # 73 - FCN = -705011.8115493 Edm = 7.24381 NCalls = 224 +VariableMetric: Iteration # 74 - FCN = -705031.2590915 Edm = 4.28056 NCalls = 228 +VariableMetric: Iteration # 75 - FCN = -705033.5108609 Edm = 6.4673 NCalls = 230 +VariableMetric: Iteration # 76 - FCN = -705043.1303889 Edm = 1.34556 NCalls = 232 +VariableMetric: Iteration # 77 - FCN = -705044.4915364 Edm = 0.0490717 NCalls = 234 +VariableMetric: Iteration # 78 - FCN = -705044.5259235 Edm = 0.0119639 NCalls = 236 +VariableMetric: Iteration # 79 - FCN = -705044.5354561 Edm = 0.00136596 NCalls = 237 +VariableMetric: Iteration # 80 - FCN = -705044.538061 Edm = 0.00124351 NCalls = 239 +VariableMetric: Iteration # 81 - FCN = -705044.5422307 Edm = 0.00264262 NCalls = 241 +VariableMetric: Iteration # 82 - FCN = -705044.593876 Edm = 0.0405063 NCalls = 245 +VariableMetric: Iteration # 83 - FCN = -705048.7241322 Edm = 3.58533 NCalls = 250 +VariableMetric: Iteration # 84 - FCN = -705064.9573365 Edm = 2.42468 NCalls = 252 +VariableMetric: Iteration # 85 - FCN = -705067.437517 Edm = 0.368601 NCalls = 254 +VariableMetric: Iteration # 86 - FCN = -705067.7418676 Edm = 0.0651017 NCalls = 255 +VariableMetric: Iteration # 87 - FCN = -705067.8059006 Edm = 0.00598147 NCalls = 257 +VariableMetric: Iteration # 88 - FCN = -705067.8151157 Edm = 0.00143265 NCalls = 259 +VariableMetric: Iteration # 89 - FCN = -705067.8174286 Edm = 0.000464899 NCalls = 261 +VariableMetric: Iteration # 90 - FCN = -705067.8181685 Edm = 8.56236e-05 NCalls = 263 +VariableMetric: After Hessian - FCN = -705067.8181685 Edm = 5.36382 NCalls = 618 +VariableMetric: Iteration # 91 - FCN = -705067.8181685 Edm = 5.36382 NCalls = 618 +VariableMetric: Iteration # 92 - FCN = -705075.9663713 Edm = 3.55772 NCalls = 622 +VariableMetric: Iteration # 93 - FCN = -705076.5471559 Edm = 5.66428 NCalls = 624 +VariableMetric: Iteration # 94 - FCN = -705078.1002737 Edm = 0.488174 NCalls = 627 +VariableMetric: Iteration # 95 - FCN = -705079.3592347 Edm = 0.110383 NCalls = 630 +VariableMetric: Iteration # 96 - FCN = -705079.5674982 Edm = 0.13819 NCalls = 633 +VariableMetric: Iteration # 97 - FCN = -705079.957385 Edm = 0.0866221 NCalls = 636 +VariableMetric: Iteration # 98 - FCN = -705080.0679247 Edm = 0.0238213 NCalls = 638 +VariableMetric: Iteration # 99 - FCN = -705080.1051402 Edm = 0.0251502 NCalls = 640 +VariableMetric: Iteration # 100 - FCN = -705080.1546565 Edm = 0.0155497 NCalls = 642 +VariableMetric: Iteration # 101 - FCN = -705080.1948499 Edm = 0.0180557 NCalls = 645 +VariableMetric: Iteration # 102 - FCN = -705080.2114748 Edm = 0.0222594 NCalls = 647 +VariableMetric: Iteration # 103 - FCN = -705080.2319755 Edm = 0.00819385 NCalls = 649 +VariableMetric: Iteration # 104 - FCN = -705080.244781 Edm = 0.00368661 NCalls = 652 +VariableMetric: Iteration # 105 - FCN = -705080.2496415 Edm = 0.000827985 NCalls = 654 +VariableMetric: Iteration # 106 - FCN = -705080.2506314 Edm = 0.000157408 NCalls = 656 +VariableMetric: Iteration # 107 - FCN = -705080.250871 Edm = 0.000122768 NCalls = 658 +VariableMetric: Iteration # 108 - FCN = -705080.2515426 Edm = 0.00047595 NCalls = 661 +VariableMetric: Iteration # 109 - FCN = -705080.2533206 Edm = 0.00035644 NCalls = 663 +VariableMetric: Iteration # 110 - FCN = -705080.2542284 Edm = 0.000118117 NCalls = 665 +VariableMetric: Iteration # 111 - FCN = -705080.254511 Edm = 9.72468e-05 NCalls = 667 +VariableMetric: Iteration # 112 - FCN = -705080.2546471 Edm = 5.87274e-05 NCalls = 669 +VariableMetric: After Hessian - FCN = -705080.2546471 Edm = 6.75024e-05 NCalls = 1044 +VariableMetric: Iteration # 113 - FCN = -705080.2546471 Edm = 6.75024e-05 NCalls = 1044 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -701877.0023702 Edm = 3.95938 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -701877.0023702 Edm = 3.95938 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703508.9886357 Edm = 0.174755 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -703510.959546 Edm = 0.207133 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -703601.0909941 Edm = 9.78047 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -703613.0816853 Edm = 0.0727955 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -703615.2531244 Edm = 1.89566 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -704028.7242001 Edm = 167.938 NCalls = 34 +VariableMetric: Iteration # 7 - FCN = -704093.1264413 Edm = 94.8261 NCalls = 36 +VariableMetric: Iteration # 8 - FCN = -704160.3742659 Edm = 1.31795 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -704161.417025 Edm = 0.0209717 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -704161.4853374 Edm = 0.0590282 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -704165.032456 Edm = 3.7991 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -704172.3238304 Edm = 6.60848 NCalls = 56 +VariableMetric: Iteration # 13 - FCN = -704256.0202418 Edm = 0.615263 NCalls = 61 +VariableMetric: Iteration # 14 - FCN = -704256.9572119 Edm = 0.126136 NCalls = 63 +VariableMetric: Iteration # 15 - FCN = -704257.2412777 Edm = 0.0128456 NCalls = 66 +VariableMetric: Iteration # 16 - FCN = -704257.2910298 Edm = 0.0266049 NCalls = 68 +VariableMetric: Iteration # 17 - FCN = -704259.7187062 Edm = 2.444 NCalls = 74 +VariableMetric: Iteration # 18 - FCN = -704268.7886849 Edm = 18.9043 NCalls = 81 +VariableMetric: Iteration # 19 - FCN = -704285.7500567 Edm = 23.4225 NCalls = 84 +VariableMetric: Iteration # 20 - FCN = -704291.7968614 Edm = 1.69588 NCalls = 86 +VariableMetric: Iteration # 21 - FCN = -704295.5790944 Edm = 1.57962 NCalls = 88 +VariableMetric: Iteration # 22 - FCN = -704326.268965 Edm = 5.33343 NCalls = 92 +VariableMetric: Iteration # 23 - FCN = -704333.4928362 Edm = 0.127513 NCalls = 94 +VariableMetric: Iteration # 24 - FCN = -704333.6248533 Edm = 0.0201299 NCalls = 96 +VariableMetric: Iteration # 25 - FCN = -704333.6603737 Edm = 0.00197635 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -704333.6654921 Edm = 0.00266165 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -704333.8184632 Edm = 0.14543 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -704349.327768 Edm = 15.1964 NCalls = 111 +VariableMetric: Iteration # 29 - FCN = -704352.3785028 Edm = 3.35805 NCalls = 115 +VariableMetric: Iteration # 30 - FCN = -704357.8565878 Edm = 4.71528 NCalls = 119 +VariableMetric: Iteration # 31 - FCN = -704370.1986419 Edm = 6.56352 NCalls = 122 +VariableMetric: Iteration # 32 - FCN = -704376.0273156 Edm = 0.250224 NCalls = 124 +VariableMetric: Iteration # 33 - FCN = -704376.2518417 Edm = 0.00453325 NCalls = 125 +VariableMetric: Iteration # 34 - FCN = -704376.2665872 Edm = 0.00920065 NCalls = 127 +VariableMetric: Iteration # 35 - FCN = -704376.4889668 Edm = 0.217221 NCalls = 131 +VariableMetric: Iteration # 36 - FCN = -704390.9852224 Edm = 2.64581 NCalls = 138 +VariableMetric: Iteration # 37 - FCN = -704457.5725999 Edm = 30.2893 NCalls = 141 +VariableMetric: Iteration # 38 - FCN = -704486.42285 Edm = 60.0358 NCalls = 144 +VariableMetric: Iteration # 39 - FCN = -704528.5665295 Edm = 11.2177 NCalls = 146 +VariableMetric: Iteration # 40 - FCN = -704542.2213442 Edm = 5.92045 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -704552.4653647 Edm = 4.49045 NCalls = 152 +VariableMetric: Iteration # 42 - FCN = -704562.800144 Edm = 5.83241 NCalls = 154 +VariableMetric: Iteration # 43 - FCN = -704566.6466196 Edm = 0.528752 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -704567.1907912 Edm = 0.0265944 NCalls = 158 +VariableMetric: Iteration # 45 - FCN = -704567.2212296 Edm = 0.0103801 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -704567.3006694 Edm = 0.0339721 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -704567.5461464 Edm = 0.133374 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -704569.6793097 Edm = 1.45711 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -704610.4363658 Edm = 30.5145 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -704618.0649166 Edm = 17.0374 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -704637.2354263 Edm = 4.26474 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -704641.8143981 Edm = 1.18723 NCalls = 182 +VariableMetric: Iteration # 53 - FCN = -704643.9247951 Edm = 1.7933 NCalls = 185 +VariableMetric: Iteration # 54 - FCN = -704649.3218404 Edm = 9.8913 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -704651.0561218 Edm = 3.53088 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -704661.345815 Edm = 11.9945 NCalls = 196 +VariableMetric: Iteration # 57 - FCN = -704674.8235536 Edm = 21.1065 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -704749.2372067 Edm = 54.1947 NCalls = 206 +VariableMetric: Iteration # 59 - FCN = -704763.3668622 Edm = 11.5574 NCalls = 208 +VariableMetric: Iteration # 60 - FCN = -704773.2021565 Edm = 2.27449 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -704775.3415206 Edm = 0.114827 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -704775.5037267 Edm = 0.0319473 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -704775.6473559 Edm = 0.0716306 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -704776.0496282 Edm = 0.064165 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -704776.1405354 Edm = 0.039579 NCalls = 221 +VariableMetric: Iteration # 66 - FCN = -704776.1590808 Edm = 0.00914003 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -704776.20471 Edm = 0.0337752 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -704778.6657184 Edm = 2.61423 NCalls = 232 +VariableMetric: Iteration # 69 - FCN = -704779.7358099 Edm = 1.25724 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -704781.6013527 Edm = 1.83622 NCalls = 244 +VariableMetric: Iteration # 71 - FCN = -704782.031477 Edm = 1.06648 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -704785.9805815 Edm = 4.26814 NCalls = 253 +VariableMetric: Iteration # 73 - FCN = -704786.3325514 Edm = 0.494366 NCalls = 257 +VariableMetric: Iteration # 74 - FCN = -704787.3760213 Edm = 1.68205 NCalls = 261 +VariableMetric: Iteration # 75 - FCN = -704787.787646 Edm = 0.372679 NCalls = 264 +VariableMetric: Iteration # 76 - FCN = -704792.0768946 Edm = 3.26097 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -704809.7852949 Edm = 15.8986 NCalls = 273 +VariableMetric: Iteration # 78 - FCN = -704827.1692973 Edm = 3.57476 NCalls = 276 +VariableMetric: Iteration # 79 - FCN = -704837.4817476 Edm = 7.70835 NCalls = 279 +VariableMetric: Iteration # 80 - FCN = -704862.0917831 Edm = 9.74386 NCalls = 283 +VariableMetric: Iteration # 81 - FCN = -704879.7246911 Edm = 2.13331 NCalls = 285 +VariableMetric: Iteration # 82 - FCN = -704886.4557792 Edm = 4.40852 NCalls = 287 +VariableMetric: Iteration # 83 - FCN = -704899.2091001 Edm = 11.2967 NCalls = 292 +VariableMetric: Iteration # 84 - FCN = -704904.1938535 Edm = 5.00625 NCalls = 294 +VariableMetric: Iteration # 85 - FCN = -704912.2500924 Edm = 4.83124 NCalls = 298 +VariableMetric: Iteration # 86 - FCN = -704914.6539618 Edm = 1.03158 NCalls = 300 +VariableMetric: Iteration # 87 - FCN = -704915.2083421 Edm = 0.0690802 NCalls = 302 +VariableMetric: Iteration # 88 - FCN = -704915.2820306 Edm = 0.0169847 NCalls = 304 +VariableMetric: Iteration # 89 - FCN = -704915.3407758 Edm = 0.0184182 NCalls = 306 +VariableMetric: Iteration # 90 - FCN = -704915.3856284 Edm = 0.0110958 NCalls = 308 +VariableMetric: Iteration # 91 - FCN = -704915.4454498 Edm = 0.0361161 NCalls = 311 +VariableMetric: Iteration # 92 - FCN = -704916.0203615 Edm = 0.504064 NCalls = 315 +VariableMetric: Iteration # 93 - FCN = -704956.1666954 Edm = 23.1763 NCalls = 321 +VariableMetric: Iteration # 94 - FCN = -704988.8310564 Edm = 67.4753 NCalls = 327 +VariableMetric: Iteration # 95 - FCN = -705016.5833642 Edm = 7.54043 NCalls = 329 +VariableMetric: Iteration # 96 - FCN = -705026.2826296 Edm = 12.833 NCalls = 331 +VariableMetric: Iteration # 97 - FCN = -705032.5387525 Edm = 0.613426 NCalls = 334 +VariableMetric: Iteration # 98 - FCN = -705033.31777 Edm = 0.0770681 NCalls = 336 +VariableMetric: Iteration # 99 - FCN = -705033.4927207 Edm = 0.0266255 NCalls = 338 +VariableMetric: Iteration # 100 - FCN = -705033.5316113 Edm = 0.00400134 NCalls = 340 +VariableMetric: Iteration # 101 - FCN = -705033.5369233 Edm = 0.00209787 NCalls = 342 +VariableMetric: Iteration # 102 - FCN = -705033.5581429 Edm = 0.0147962 NCalls = 345 +VariableMetric: Iteration # 103 - FCN = -705033.6775009 Edm = 0.0619812 NCalls = 348 +VariableMetric: Iteration # 104 - FCN = -705034.04492 Edm = 0.21435 NCalls = 351 +VariableMetric: Iteration # 105 - FCN = -705035.6538499 Edm = 0.363224 NCalls = 355 +VariableMetric: Iteration # 106 - FCN = -705037.6005307 Edm = 0.474657 NCalls = 359 +VariableMetric: Iteration # 107 - FCN = -705039.6023288 Edm = 0.872602 NCalls = 361 +VariableMetric: Iteration # 108 - FCN = -705041.7563976 Edm = 0.452963 NCalls = 363 +VariableMetric: Iteration # 109 - FCN = -705042.9997071 Edm = 1.18048 NCalls = 367 +VariableMetric: Iteration # 110 - FCN = -705044.644295 Edm = 1.08612 NCalls = 370 +VariableMetric: Iteration # 111 - FCN = -705044.9293166 Edm = 0.710177 NCalls = 372 +VariableMetric: Iteration # 112 - FCN = -705045.9715958 Edm = 0.144276 NCalls = 374 +VariableMetric: Iteration # 113 - FCN = -705046.2179213 Edm = 0.0391147 NCalls = 376 +VariableMetric: Iteration # 114 - FCN = -705046.29426 Edm = 0.0290497 NCalls = 378 +VariableMetric: Iteration # 115 - FCN = -705046.3801758 Edm = 0.0394899 NCalls = 381 +VariableMetric: Iteration # 116 - FCN = -705046.4188849 Edm = 0.0499143 NCalls = 384 +VariableMetric: Iteration # 117 - FCN = -705046.5300815 Edm = 0.0239154 NCalls = 388 +VariableMetric: Iteration # 118 - FCN = -705046.5717547 Edm = 0.00521009 NCalls = 390 +VariableMetric: Iteration # 119 - FCN = -705046.5740942 Edm = 0.000881643 NCalls = 392 +VariableMetric: Iteration # 120 - FCN = -705046.5752713 Edm = 0.000104151 NCalls = 394 +VariableMetric: Iteration # 121 - FCN = -705046.5757753 Edm = 0.000300965 NCalls = 396 +VariableMetric: Iteration # 122 - FCN = -705046.5841062 Edm = 0.010011 NCalls = 400 +VariableMetric: Iteration # 123 - FCN = -705046.5873817 Edm = 0.00294045 NCalls = 403 +VariableMetric: Iteration # 124 - FCN = -705046.606701 Edm = 0.0147228 NCalls = 408 +VariableMetric: Iteration # 125 - FCN = -705047.2353494 Edm = 0.644179 NCalls = 413 +VariableMetric: Iteration # 126 - FCN = -705047.3671659 Edm = 0.307383 NCalls = 417 +VariableMetric: Iteration # 127 - FCN = -705048.1761217 Edm = 1.08057 NCalls = 422 +VariableMetric: Iteration # 128 - FCN = -705052.6661269 Edm = 1.8908 NCalls = 430 +VariableMetric: Iteration # 129 - FCN = -705054.5261157 Edm = 0.827308 NCalls = 432 +VariableMetric: Iteration # 130 - FCN = -705055.2125717 Edm = 0.256034 NCalls = 433 +VariableMetric: Iteration # 131 - FCN = -705055.3818284 Edm = 0.223895 NCalls = 434 +VariableMetric: Iteration # 132 - FCN = -705055.6100408 Edm = 0.241471 NCalls = 436 +VariableMetric: Iteration # 133 - FCN = -705056.0930442 Edm = 0.430278 NCalls = 440 +VariableMetric: Iteration # 134 - FCN = -705056.4181101 Edm = 0.217197 NCalls = 443 +VariableMetric: Iteration # 135 - FCN = -705056.6396102 Edm = 0.0772301 NCalls = 444 +VariableMetric: Iteration # 136 - FCN = -705056.7129363 Edm = 0.0112445 NCalls = 446 +VariableMetric: Iteration # 137 - FCN = -705056.722308 Edm = 0.00144053 NCalls = 448 +VariableMetric: Iteration # 138 - FCN = -705056.7241173 Edm = 0.000573252 NCalls = 450 +VariableMetric: Iteration # 139 - FCN = -705056.7320417 Edm = 0.00696697 NCalls = 454 +VariableMetric: Iteration # 140 - FCN = -705057.2756472 Edm = 0.456618 NCalls = 459 +VariableMetric: Iteration # 141 - FCN = -705061.6880135 Edm = 0.281822 NCalls = 462 +VariableMetric: Iteration # 142 - FCN = -705061.9901729 Edm = 0.00521347 NCalls = 464 +VariableMetric: Iteration # 143 - FCN = -705061.9964705 Edm = 0.000440361 NCalls = 466 +VariableMetric: Iteration # 144 - FCN = -705061.9971247 Edm = 0.000128983 NCalls = 468 +VariableMetric: Iteration # 145 - FCN = -705061.997308 Edm = 8.02594e-05 NCalls = 470 +VariableMetric: Iteration # 146 - FCN = -705061.9977987 Edm = 0.000269339 NCalls = 473 +VariableMetric: Iteration # 147 - FCN = -705062.0002511 Edm = 0.00165187 NCalls = 476 +VariableMetric: Iteration # 148 - FCN = -705062.0518761 Edm = 0.0476342 NCalls = 480 +VariableMetric: Iteration # 149 - FCN = -705065.9942249 Edm = 3.88249 NCalls = 488 +VariableMetric: Iteration # 150 - FCN = -705066.0514632 Edm = 0.12417 NCalls = 490 +VariableMetric: Iteration # 151 - FCN = -705067.6579762 Edm = 1.49082 NCalls = 494 +VariableMetric: Iteration # 152 - FCN = -705074.5199784 Edm = 2.84888 NCalls = 498 +VariableMetric: Iteration # 153 - FCN = -705076.9289013 Edm = 1.55232 NCalls = 500 +VariableMetric: Iteration # 154 - FCN = -705077.7340379 Edm = 0.134201 NCalls = 503 +VariableMetric: Iteration # 155 - FCN = -705077.8583945 Edm = 0.00573225 NCalls = 505 +VariableMetric: Iteration # 156 - FCN = -705077.8633411 Edm = 0.000432243 NCalls = 507 +VariableMetric: Iteration # 157 - FCN = -705077.8637618 Edm = 5.90156e-05 NCalls = 508 +VariableMetric: After Hessian - FCN = -705077.8637618 Edm = 63.0601 NCalls = 867 +VariableMetric: Iteration # 158 - FCN = -705077.8637618 Edm = 63.0601 NCalls = 867 +VariableMetric: Iteration # 159 - FCN = -705079.1704417 Edm = 84.1509 NCalls = 871 +VariableMetric: Iteration # 160 - FCN = -705080.2085069 Edm = 0.0919789 NCalls = 873 +VariableMetric: Iteration # 161 - FCN = -705080.3877026 Edm = 0.055435 NCalls = 875 +VariableMetric: Iteration # 162 - FCN = -705080.4342359 Edm = 0.0322758 NCalls = 877 +VariableMetric: Iteration # 163 - FCN = -705080.5055655 Edm = 0.0079093 NCalls = 880 +VariableMetric: Iteration # 164 - FCN = -705080.5210666 Edm = 0.0027874 NCalls = 882 +VariableMetric: Iteration # 165 - FCN = -705080.5261685 Edm = 0.000718574 NCalls = 884 +VariableMetric: Iteration # 166 - FCN = -705080.527935 Edm = 0.000597779 NCalls = 886 +VariableMetric: Iteration # 167 - FCN = -705080.5300599 Edm = 0.000717451 NCalls = 888 +VariableMetric: Iteration # 168 - FCN = -705080.5337309 Edm = 0.000749665 NCalls = 890 +VariableMetric: Iteration # 169 - FCN = -705080.5352965 Edm = 0.000248023 NCalls = 892 +VariableMetric: Iteration # 170 - FCN = -705080.5362958 Edm = 0.000374846 NCalls = 894 +VariableMetric: Iteration # 171 - FCN = -705080.5375408 Edm = 0.000171047 NCalls = 896 +VariableMetric: Iteration # 172 - FCN = -705080.537868 Edm = 6.47174e-05 NCalls = 898 +VariableMetric: After Hessian - FCN = -705080.537868 Edm = 0.000521839 NCalls = 1263 +VariableMetric: Iteration # 173 - FCN = -705080.537868 Edm = 0.000521839 NCalls = 1263 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.051E+05 | Ncalls=1318 (1318 total) | +| EDM = 0.000864 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -705080.4799602542 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -6.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -1.97 | 0.08 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | -2.13 | 0.15 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 0.94 | 0.25 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 5.9 | 0.8 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 3.760 | 0.022 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_p | 1.466 | 0.015 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.06 | 0.16 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 0.78 | 0.12 | | |0.00501244| 2.01499 | | +| 9 | Ctt | -0.13 | 0.09 | | | -0.5 | 0.5 | | +| 10| rho_p | 6.11 | 0.28 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 12| phi_s | 18.8 | 1.0 | | | 14.8182 | 23.5818 | | +| 13| psi2s_s | 1360 | 70 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.09 | 0.14 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.010 | 0.040 | | | -1.464 | 1.464 | | +| 16| p4040_p | 3.97 | 0.17 | | |-6.28319 | 6.28319 | | +| 17| phi_p | -5.99 | 0.26 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 1.99 | 0.12 | | | 0.71676 | 3.68324 | | +| 19| p3770_p | 4.24 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4160_p p4415_p rho_s omega_s psi2s_p jpsi_p p3770_s p4040_s Ctt rho_p jpsi_s phi_s psi2s_s p4415_s Dbar_s p4040_p phi_p p4160_s p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.001 -0.012 0.032 0.253 -0.020 0.016 -0.000 -0.007 -0.037 -0.021 -0.063 0.014 -0.063 -0.019 -0.045 -0.001 0.017 -0.017 0.006 | +| p4160_p | 0.001 1.000 0.155 0.008 -0.003 0.063 -0.002 -0.030 -0.294 -0.233 0.020 -0.024 -0.006 -0.024 0.113 -0.038 0.022 -0.005 -0.039 0.077 | +| p4415_p | -0.012 0.155 1.000 -0.032 0.016 0.080 -0.092 -0.013 -0.109 0.008 -0.068 0.196 0.024 0.196 -0.042 0.034 0.070 -0.005 -0.094 0.025 | +| rho_s | 0.032 0.008 -0.032 1.000 -0.418 -0.037 0.051 -0.005 -0.025 -0.090 0.149 -0.195 -0.020 -0.195 -0.053 -0.123 0.001 0.026 -0.050 0.026 | +| omega_s | 0.253 -0.003 0.016 -0.418 1.000 0.018 -0.037 -0.000 0.010 0.048 0.084 0.089 -0.003 0.089 0.025 0.061 0.000 -0.040 0.023 -0.010 | +| psi2s_p | -0.020 0.063 0.080 -0.037 0.018 1.000 -0.152 -0.082 -0.104 0.132 -0.112 0.275 0.021 0.270 -0.001 0.379 0.011 -0.023 -0.009 0.153 | +| jpsi_p | 0.016 -0.002 -0.092 0.051 -0.037 -0.152 1.000 -0.053 -0.091 -0.282 0.113 -0.402 -0.079 -0.401 -0.182 -0.300 -0.078 -0.024 -0.181 -0.012 | +| p3770_s | -0.000 -0.030 -0.013 -0.005 -0.000 -0.082 -0.053 1.000 0.082 -0.079 0.002 -0.025 -0.004 -0.025 -0.000 -0.098 -0.063 -0.000 0.003 -0.065 | +| p4040_s | -0.007 -0.294 -0.109 -0.025 0.010 -0.104 -0.091 0.082 1.000 0.190 -0.049 0.085 0.011 0.085 0.015 -0.075 -0.097 -0.001 -0.117 0.020 | +| Ctt | -0.037 -0.233 0.008 -0.090 0.048 0.132 -0.282 -0.079 0.190 1.000 -0.248 0.615 0.079 0.611 0.282 0.215 -0.192 -0.009 0.190 -0.252 | +| rho_p | -0.021 0.020 -0.068 0.149 0.084 -0.112 0.113 0.002 -0.049 -0.248 1.000 -0.406 -0.030 -0.405 -0.120 -0.293 0.006 -0.031 -0.105 0.046 | +| jpsi_s | -0.063 -0.024 0.196 -0.195 0.089 0.275 -0.402 -0.025 0.085 0.615 -0.406 1.000 0.131 0.997 0.283 0.744 0.000 -0.008 0.250 -0.097 | +| phi_s | 0.014 -0.006 0.024 -0.020 -0.003 0.021 -0.079 -0.004 0.011 0.079 -0.030 0.131 1.000 0.131 0.037 0.097 -0.002 0.755 0.032 -0.015 | +| psi2s_s | -0.063 -0.024 0.196 -0.195 0.089 0.270 -0.401 -0.025 0.085 0.611 -0.405 0.997 0.131 1.000 0.283 0.742 -0.001 -0.008 0.249 -0.099 | +| p4415_s | -0.019 0.113 -0.042 -0.053 0.025 -0.001 -0.182 -0.000 0.015 0.282 -0.120 0.283 0.037 0.283 1.000 0.073 0.080 -0.005 0.178 -0.044 | +| Dbar_s | -0.045 -0.038 0.034 -0.123 0.061 0.379 -0.300 -0.098 -0.075 0.215 -0.293 0.744 0.097 0.742 0.073 1.000 -0.079 -0.007 0.014 0.018 | +| p4040_p | -0.001 0.022 0.070 0.001 0.000 0.011 -0.078 -0.063 -0.097 -0.192 0.006 0.000 -0.002 -0.001 0.080 -0.079 1.000 -0.005 0.307 0.100 | +| phi_p | 0.017 -0.005 -0.005 0.026 -0.040 -0.023 -0.024 -0.000 -0.001 -0.009 -0.031 -0.008 0.755 -0.008 -0.005 -0.007 -0.005 1.000 -0.004 -0.005 | +| p4160_s | -0.017 -0.039 -0.094 -0.050 0.023 -0.009 -0.181 0.003 -0.117 0.190 -0.105 0.250 0.032 0.249 0.178 0.014 0.307 -0.004 1.000 0.006 | +| p3770_p | 0.006 0.077 0.025 0.026 -0.010 0.153 -0.012 -0.065 0.020 -0.252 0.046 -0.097 -0.015 -0.099 -0.044 0.018 0.100 -0.005 0.006 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17650553919510958}), (, {'error': 0.07554429012277009}), (, {'error': 0.15008995932968272}), (, {'error': 0.25316962596471015}), (, {'error': 0.7739478113330271}), (, {'error': 0.02177222933197509}), (, {'error': 0.015251139151578386}), (, {'error': 0.15862360591801883}), (, {'error': 0.11878865543105255}), (, {'error': 0.08936067377744175}), (, {'error': 0.28147035379047747}), (, {'error': 150.88848375749058}), (, {'error': 0.9980987913193964}), (, {'error': 72.21534356242626}), (, {'error': 0.14347101329441125}), (, {'error': 0.0398693757938513}), (, {'error': 0.17092915557585808}), (, {'error': 0.2552340884954063}), (, {'error': 0.12047638838237773}), (, {'error': 0.0957589741069178})]) +Toy 1/10 +Time taken: 1 h, 55 min +Projected time left: 17 h, 16 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.051E+05 | Ncalls=1364 (1364 total) | +| EDM = 1.53E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -705060.1157588522 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -0.08 | 0.29 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -2.16 | 0.13 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | -6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 5.7 | 1.1 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 1.90 | 0.03 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_p | -4.622 | 0.018 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.15 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 0.66 | 0.20 | | |0.00501244| 2.01499 | | +| 9 | Ctt | -0.39 | 0.16 | | | -0.5 | 0.5 | | +| 10| rho_p | 6.20 | 0.27 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 12| phi_s | 17.6 | 0.8 | | | 14.8182 | 23.5818 | | +| 13| psi2s_s | 1364 | 12 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 0.126 | 0.022 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | 0.15 | 0.08 | | | -1.464 | 1.464 | | +| 16| p4040_p | 3.49 | 0.28 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 6.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 1.67 | 0.16 | | | 0.71676 | 3.68324 | | +| 19| p3770_p | 3.65 | 0.14 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4160_p p4415_p rho_s omega_s psi2s_p jpsi_p p3770_s p4040_s Ctt rho_p jpsi_s phi_s psi2s_s p4415_s Dbar_s p4040_p phi_p p4160_s p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.019 0.000 -0.069 0.517 0.028 0.018 0.015 -0.007 -0.038 -0.037 -0.090 0.024 -0.090 0.001 -0.055 0.020 -0.016 -0.000 -0.009 | +| p4160_p | 0.019 1.000 -0.008 0.031 -0.022 -0.028 0.161 -0.003 -0.557 -0.633 0.075 -0.226 -0.051 -0.226 0.024 0.201 0.123 -0.002 -0.156 0.339 | +| p4415_p | 0.000 -0.008 1.000 0.000 -0.000 0.008 0.010 -0.002 -0.000 -0.016 0.001 -0.003 -0.001 -0.003 -0.030 0.023 -0.010 -0.000 -0.012 0.010 | +| rho_s | -0.069 0.031 0.000 1.000 -0.518 0.053 0.035 0.011 -0.014 -0.042 0.115 -0.166 -0.026 -0.165 0.002 -0.090 0.030 -0.014 -0.001 -0.010 | +| omega_s | 0.517 -0.022 -0.000 -0.518 1.000 -0.037 -0.041 -0.011 0.009 0.033 0.043 0.094 0.041 0.094 -0.001 0.054 -0.022 0.012 -0.001 0.004 | +| psi2s_p | 0.028 -0.028 0.008 0.053 -0.037 1.000 0.215 -0.248 0.063 0.014 0.087 -0.399 -0.089 -0.399 0.001 -0.352 -0.170 -0.004 -0.126 -0.311 | +| jpsi_p | 0.018 0.161 0.010 0.035 -0.041 0.215 1.000 0.074 -0.092 -0.314 0.075 -0.439 -0.105 -0.437 0.011 -0.215 0.033 0.007 -0.114 -0.035 | +| p3770_s | 0.015 -0.003 -0.002 0.011 -0.011 -0.248 0.074 1.000 0.111 -0.114 0.045 -0.190 -0.042 -0.192 0.001 -0.206 0.036 -0.003 0.052 -0.135 | +| p4040_s | -0.007 -0.557 -0.000 -0.014 0.009 0.063 -0.092 0.111 1.000 0.605 -0.037 0.069 0.017 0.069 -0.023 -0.394 -0.303 0.000 -0.082 -0.364 | +| Ctt | -0.038 -0.633 -0.016 -0.042 0.033 0.014 -0.314 -0.114 0.605 1.000 -0.129 0.440 0.099 0.440 -0.032 -0.301 -0.356 0.006 0.205 -0.489 | +| rho_p | -0.037 0.075 0.001 0.115 0.043 0.087 0.075 0.045 -0.037 -0.129 1.000 -0.275 0.014 -0.274 0.004 -0.162 0.078 -0.021 0.006 -0.011 | +| jpsi_s | -0.090 -0.226 -0.003 -0.166 0.094 -0.399 -0.439 -0.190 0.069 0.440 -0.275 1.000 0.211 0.997 -0.011 0.642 -0.269 0.024 -0.039 0.085 | +| phi_s | 0.024 -0.051 -0.001 -0.026 0.041 -0.089 -0.105 -0.042 0.017 0.099 0.014 0.211 1.000 0.210 -0.003 0.136 -0.057 -0.381 -0.006 0.017 | +| psi2s_s | -0.090 -0.226 -0.003 -0.165 0.094 -0.399 -0.437 -0.192 0.069 0.440 -0.274 0.997 0.210 1.000 -0.011 0.640 -0.269 0.024 -0.039 0.085 | +| p4415_s | 0.001 0.024 -0.030 0.002 -0.001 0.001 0.011 0.001 -0.023 -0.032 0.004 -0.011 -0.003 -0.011 1.000 0.007 0.007 -0.000 -0.020 0.017 | +| Dbar_s | -0.055 0.201 0.023 -0.090 0.054 -0.352 -0.215 -0.206 -0.394 -0.301 -0.162 0.642 0.136 0.640 0.007 1.000 -0.171 0.015 -0.378 0.472 | +| p4040_p | 0.020 0.123 -0.010 0.030 -0.022 -0.170 0.033 0.036 -0.303 -0.356 0.078 -0.269 -0.057 -0.269 0.007 -0.171 1.000 -0.003 0.395 0.171 | +| phi_p | -0.016 -0.002 -0.000 -0.014 0.012 -0.004 0.007 -0.003 0.000 0.006 -0.021 0.024 -0.381 0.024 -0.000 0.015 -0.003 1.000 0.001 0.005 | +| p4160_s | -0.000 -0.156 -0.012 -0.001 -0.001 -0.126 -0.114 0.052 -0.082 0.205 0.006 -0.039 -0.006 -0.039 -0.020 -0.378 0.395 0.001 1.000 -0.135 | +| p3770_p | -0.009 0.339 0.010 -0.010 0.004 -0.311 -0.035 -0.135 -0.364 -0.489 -0.011 0.085 0.017 0.085 0.017 0.472 0.171 0.005 -0.135 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2931119460720799}), (, {'error': 0.1310050744770883}), (, {'error': 0.16401823897168955}), (, {'error': 0.3194322483770225}), (, {'error': 1.0523108739860718}), (, {'error': 0.031636716539882315}), (, {'error': 0.017548412647730327}), (, {'error': 0.20889960117616424}), (, {'error': 0.19638998966964114}), (, {'error': 0.15847122335372377}), (, {'error': 0.27450269820298256}), (, {'error': 149.73810913585385}), (, {'error': 0.8204721084817059}), (, {'error': 12.398097887781887}), (, {'error': 0.02200878198200798}), (, {'error': 0.07648634885566652}), (, {'error': 0.27918794949995274}), (, {'error': 0.16558143707463024}), (, {'error': 0.1647692360234887}), (, {'error': 0.1384080930718552})]) +Toy 2/10 +Time taken: 3 h, 53 min +Projected time left: 15 h, 35 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.05E+05 | Ncalls=306 (306 total) | +| EDM = 5.15E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -705017.088969247 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -5.26 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -1.89 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | -2.0 | 0.4 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 0.95 | 0.10 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 9.38 | 0.04 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | -4.383 | 0.014 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_p | 1.663 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.23 | 0.26 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 0.006 | 0.005 | | |0.00501244| 2.01499 | | +| 9 | Ctt | -0.42 | 0.12 | | | -0.5 | 0.5 | | +| 10| rho_p | 6.05 | 0.26 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.982E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 12| phi_s | 17.5 | 0.4 | | | 14.8182 | 23.5818 | | +| 13| psi2s_s | 1358.6 | 0.4 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 0.89 | 0.17 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | 0.04 | 0.14 | | | -1.464 | 1.464 | | +| 16| p4040_p | 5.72 | 0.29 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 0.17 | 0.14 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.01 | 0.22 | | | 0.71676 | 3.68324 | | +| 19| p3770_p | -2.71 | 0.08 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4160_p p4415_p rho_s omega_s psi2s_p jpsi_p p3770_s p4040_s Ctt rho_p jpsi_s phi_s psi2s_s p4415_s Dbar_s p4040_p phi_p p4160_s p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.258 -0.286 0.283 -0.008 -0.083 0.248 -0.281 -0.075 -0.293 0.277 -0.297 -0.168 -0.290 -0.272 -0.296 0.022 0.209 -0.286 -0.197 | +| p4160_p | -0.258 1.000 0.836 -0.466 -0.024 0.232 -0.728 0.812 0.215 0.845 -0.777 0.865 0.497 0.845 0.802 0.859 -0.062 -0.589 0.829 0.572 | +| p4415_p | -0.286 0.836 1.000 -0.519 -0.027 0.264 -0.806 0.906 0.243 0.944 -0.863 0.961 0.552 0.938 0.873 0.954 -0.070 -0.653 0.916 0.632 | +| rho_s | 0.283 -0.466 -0.519 1.000 0.017 -0.154 0.451 -0.511 -0.136 -0.531 0.499 -0.541 -0.313 -0.528 -0.494 -0.538 0.039 0.369 -0.519 -0.354 | +| omega_s | -0.008 -0.024 -0.027 0.017 1.000 -0.008 0.023 -0.026 -0.007 -0.027 0.025 -0.028 -0.016 -0.027 -0.025 -0.028 0.002 0.019 -0.027 -0.018 | +| psi2s_p | -0.083 0.232 0.264 -0.154 -0.008 1.000 -0.235 0.231 0.063 0.275 -0.257 0.281 0.160 0.274 0.245 0.276 -0.018 -0.194 0.256 0.113 | +| jpsi_p | 0.248 -0.728 -0.806 0.451 0.023 -0.235 1.000 -0.792 -0.214 -0.828 0.747 -0.836 -0.482 -0.817 -0.770 -0.835 0.061 0.565 -0.808 -0.560 | +| p3770_s | -0.281 0.812 0.906 -0.511 -0.026 0.231 -0.792 1.000 0.235 0.928 -0.849 0.945 0.543 0.923 0.863 0.939 -0.068 -0.642 0.906 0.604 | +| p4040_s | -0.075 0.215 0.243 -0.136 -0.007 0.063 -0.214 0.235 1.000 0.246 -0.226 0.252 0.145 0.246 0.232 0.250 -0.087 -0.172 0.248 0.165 | +| Ctt | -0.293 0.845 0.944 -0.531 -0.027 0.275 -0.828 0.928 0.246 1.000 -0.885 0.985 0.566 0.962 0.902 0.979 -0.071 -0.670 0.946 0.639 | +| rho_p | 0.277 -0.777 -0.863 0.499 0.025 -0.257 0.747 -0.849 -0.226 -0.885 1.000 -0.899 -0.510 -0.878 -0.822 -0.895 0.065 0.605 -0.863 -0.590 | +| jpsi_s | -0.297 0.865 0.961 -0.541 -0.028 0.281 -0.836 0.945 0.252 0.985 -0.899 1.000 0.575 0.977 0.914 0.996 -0.073 -0.680 0.960 0.656 | +| phi_s | -0.168 0.497 0.552 -0.313 -0.016 0.160 -0.482 0.543 0.145 0.566 -0.510 0.575 1.000 0.561 0.525 0.572 -0.042 -0.262 0.552 0.377 | +| psi2s_s | -0.290 0.845 0.938 -0.528 -0.027 0.274 -0.817 0.923 0.246 0.962 -0.878 0.977 0.561 1.000 0.893 0.973 -0.071 -0.664 0.938 0.641 | +| p4415_s | -0.272 0.802 0.873 -0.494 -0.025 0.245 -0.770 0.863 0.232 0.902 -0.822 0.914 0.525 0.893 1.000 0.908 -0.066 -0.622 0.878 0.599 | +| Dbar_s | -0.296 0.859 0.954 -0.538 -0.028 0.276 -0.835 0.939 0.250 0.979 -0.895 0.996 0.572 0.973 0.908 1.000 -0.072 -0.677 0.953 0.656 | +| p4040_p | 0.022 -0.062 -0.070 0.039 0.002 -0.018 0.061 -0.068 -0.087 -0.071 0.065 -0.073 -0.042 -0.071 -0.066 -0.072 1.000 0.049 -0.070 -0.048 | +| phi_p | 0.209 -0.589 -0.653 0.369 0.019 -0.194 0.565 -0.642 -0.172 -0.670 0.605 -0.680 -0.262 -0.664 -0.622 -0.677 0.049 1.000 -0.653 -0.448 | +| p4160_s | -0.286 0.829 0.916 -0.519 -0.027 0.256 -0.808 0.906 0.248 0.946 -0.863 0.960 0.552 0.938 0.878 0.953 -0.070 -0.653 1.000 0.632 | +| p3770_p | -0.197 0.572 0.632 -0.354 -0.018 0.113 -0.560 0.604 0.165 0.639 -0.590 0.656 0.377 0.641 0.599 0.656 -0.048 -0.448 0.632 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09923493459962485}), (, {'error': 0.0894425181667442}), (, {'error': 0.3691468490574932}), (, {'error': 0.10372151479127212}), (, {'error': 0.03870389637056881}), (, {'error': 0.014263909342238534}), (, {'error': 0.01587245470843035}), (, {'error': 0.2574600177964699}), (, {'error': 0.004820086670212897}), (, {'error': 0.12015092728401469}), (, {'error': 0.26067177246055717}), (, {'error': 125.1573575498187}), (, {'error': 0.3855999725775021}), (, {'error': 0.3741346541883104}), (, {'error': 0.17063630093761578}), (, {'error': 0.14451263979060847}), (, {'error': 0.2920534849000678}), (, {'error': 0.14203387017490732}), (, {'error': 0.21670240186771905}), (, {'error': 0.0778985017525593})]) +Toy 3/10 +Time taken: 4 h, 44 min +Projected time left: 11 h, 3 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.051E+05 | Ncalls=841 (841 total) | +| EDM = 0.000283 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -705080.456090817 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.14 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -1.97 | 0.08 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | -2.12 | 0.15 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 0.96 | 0.27 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 5.8 | 0.8 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 3.760 | 0.022 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_p | 1.465 | 0.015 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.05 | 0.16 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 0.77 | 0.12 | | |0.00501244| 2.01499 | | +| 9 | Ctt | -0.14 | 0.09 | | | -0.5 | 0.5 | | +| 10| rho_p | -6.28 | 0.20 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 12| phi_s | 18.8 | 0.9 | | | 14.8182 | 23.5818 | | +| 13| psi2s_s | 1360 | 70 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.09 | 0.14 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.009 | 0.040 | | | -1.464 | 1.464 | | +| 16| p4040_p | 3.98 | 0.17 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 0.28 | 0.23 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 1.99 | 0.12 | | | 0.71676 | 3.68324 | | +| 19| p3770_p | -2.04 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4160_p p4415_p rho_s omega_s psi2s_p jpsi_p p3770_s p4040_s Ctt rho_p jpsi_s phi_s psi2s_s p4415_s Dbar_s p4040_p phi_p p4160_s p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.002 -0.015 0.012 0.261 -0.026 0.022 0.000 -0.009 -0.048 -0.021 -0.081 0.015 -0.081 -0.025 -0.058 -0.001 0.019 -0.022 0.007 | +| p4160_p | 0.002 1.000 0.158 0.013 -0.007 0.064 0.001 -0.030 -0.298 -0.240 0.015 -0.028 -0.006 -0.028 0.112 -0.038 0.025 -0.003 -0.039 0.080 | +| p4415_p | -0.015 0.158 1.000 -0.043 0.024 0.081 -0.091 -0.014 -0.112 0.003 -0.045 0.191 0.027 0.190 -0.044 0.031 0.071 -0.006 -0.096 0.028 | +| rho_s | 0.012 0.013 -0.043 1.000 -0.411 -0.060 0.074 -0.004 -0.034 -0.136 0.086 -0.272 -0.032 -0.271 -0.076 -0.178 0.003 0.021 -0.069 0.033 | +| omega_s | 0.261 -0.007 0.024 -0.411 1.000 0.035 -0.054 -0.001 0.016 0.083 0.107 0.146 0.011 0.145 0.042 0.102 -0.001 -0.030 0.037 -0.016 | +| psi2s_p | -0.026 0.064 0.081 -0.060 0.035 1.000 -0.159 -0.085 -0.107 0.134 -0.081 0.286 0.031 0.282 -0.000 0.390 0.010 -0.023 -0.009 0.158 | +| jpsi_p | 0.022 0.001 -0.091 0.074 -0.054 -0.159 1.000 -0.052 -0.090 -0.287 0.079 -0.410 -0.083 -0.409 -0.185 -0.305 -0.077 -0.017 -0.182 -0.014 | +| p3770_s | 0.000 -0.030 -0.014 -0.004 -0.001 -0.085 -0.052 1.000 0.084 -0.081 0.003 -0.029 -0.005 -0.029 -0.001 -0.102 -0.063 -0.000 0.003 -0.066 | +| p4040_s | -0.009 -0.298 -0.112 -0.034 0.016 -0.107 -0.090 0.084 1.000 0.191 -0.032 0.080 0.012 0.080 0.014 -0.082 -0.099 -0.002 -0.119 0.019 | +| Ctt | -0.048 -0.240 0.003 -0.136 0.083 0.134 -0.287 -0.081 0.191 1.000 -0.171 0.613 0.090 0.610 0.283 0.208 -0.196 -0.015 0.188 -0.254 | +| rho_p | -0.021 0.015 -0.045 0.086 0.107 -0.081 0.079 0.003 -0.032 -0.171 1.000 -0.275 -0.012 -0.274 -0.081 -0.200 0.005 -0.015 -0.070 0.029 | +| jpsi_s | -0.081 -0.028 0.191 -0.272 0.146 0.286 -0.410 -0.029 0.080 0.613 -0.275 1.000 0.148 0.997 0.283 0.743 -0.003 -0.019 0.246 -0.091 | +| phi_s | 0.015 -0.006 0.027 -0.032 0.011 0.031 -0.083 -0.005 0.012 0.090 -0.012 0.148 1.000 0.148 0.042 0.111 -0.002 0.696 0.036 -0.015 | +| psi2s_s | -0.081 -0.028 0.190 -0.271 0.145 0.282 -0.409 -0.029 0.080 0.610 -0.274 0.997 0.148 1.000 0.282 0.741 -0.004 -0.019 0.245 -0.093 | +| p4415_s | -0.025 0.112 -0.044 -0.076 0.042 -0.000 -0.185 -0.001 0.014 0.283 -0.081 0.283 0.042 0.282 1.000 0.069 0.081 -0.007 0.180 -0.044 | +| Dbar_s | -0.058 -0.038 0.031 -0.178 0.102 0.390 -0.305 -0.102 -0.082 0.208 -0.200 0.743 0.111 0.741 0.069 1.000 -0.080 -0.015 0.008 0.026 | +| p4040_p | -0.001 0.025 0.071 0.003 -0.001 0.010 -0.077 -0.063 -0.099 -0.196 0.005 -0.003 -0.002 -0.004 0.081 -0.080 1.000 -0.004 0.310 0.103 | +| phi_p | 0.019 -0.003 -0.006 0.021 -0.030 -0.023 -0.017 -0.000 -0.002 -0.015 -0.015 -0.019 0.696 -0.019 -0.007 -0.015 -0.004 1.000 -0.007 -0.003 | +| p4160_s | -0.022 -0.039 -0.096 -0.069 0.037 -0.009 -0.182 0.003 -0.119 0.188 -0.070 0.246 0.036 0.245 0.180 0.008 0.310 -0.007 1.000 0.008 | +| p3770_p | 0.007 0.080 0.028 0.033 -0.016 0.158 -0.014 -0.066 0.019 -0.254 0.029 -0.091 -0.015 -0.093 -0.044 0.026 0.103 -0.003 0.008 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21493480973888612}), (, {'error': 0.07625734835107778}), (, {'error': 0.15131979822969877}), (, {'error': 0.27045425029443554}), (, {'error': 0.7533703821898228}), (, {'error': 0.022019824694166523}), (, {'error': 0.01538739545988932}), (, {'error': 0.15958979963675224}), (, {'error': 0.11977231736723642}), (, {'error': 0.09055878842601117}), (, {'error': 0.19924596741215028}), (, {'error': 150.6513450718212}), (, {'error': 0.918142727447119}), (, {'error': 74.57879470418868}), (, {'error': 0.1443603571215527}), (, {'error': 0.04044181486948206}), (, {'error': 0.17338813557470978}), (, {'error': 0.23468301329877317}), (, {'error': 0.12138286777152851}), (, {'error': 0.09660857405260659})]) +Toy 4/10 +Time taken: 6 h, 9 min +Projected time left: 9 h, 14 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.051E+05 | Ncalls=1102 (1102 total) | +| EDM = 0.026 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -705060.7309243395 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.03 | 0.23 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | 4.32 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.00 | 0.28 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 5.8 | 0.8 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 2.320 | 0.031 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_p | -1.539 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.11 | 0.17 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 0.66 | 0.13 | | |0.00501244| 2.01499 | | +| 9 | Ctt | -0.41 | 0.11 | | | -0.5 | 0.5 | | +| 10| rho_p | -6.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.989E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 12| phi_s | 18.8 | 1.2 | | | 14.8182 | 23.5818 | | +| 13| psi2s_s | 1360 | 60 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 0.126 | 0.022 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | 0.11 | 0.05 | | | -1.464 | 1.464 | | +| 16| p4040_p | 3.74 | 0.21 | | |-6.28319 | 6.28319 | | +| 17| phi_p | -6.13 | 0.29 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 1.67 | 0.13 | | | 0.71676 | 3.68324 | | +| 19| p3770_p | 3.99 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4160_p p4415_p rho_s omega_s psi2s_p jpsi_p p3770_s p4040_s Ctt rho_p jpsi_s phi_s psi2s_s p4415_s Dbar_s p4040_p phi_p p4160_s p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.017 0.002 -0.007 0.329 0.046 -0.046 0.011 -0.012 -0.059 -0.022 -0.085 0.028 -0.084 -0.000 -0.063 0.007 0.029 -0.022 0.005 | +| p4160_p | 0.017 1.000 -0.008 0.059 -0.033 0.135 -0.127 0.000 -0.315 -0.366 0.051 -0.201 -0.029 -0.201 0.012 -0.120 -0.017 -0.003 -0.100 0.127 | +| p4415_p | 0.002 -0.008 1.000 0.006 -0.003 0.017 -0.007 0.003 0.003 -0.019 0.005 -0.021 -0.002 -0.021 -0.031 -0.003 -0.004 0.000 -0.007 0.003 | +| rho_s | -0.007 0.059 0.006 1.000 -0.404 0.164 -0.095 0.033 -0.044 -0.180 0.063 -0.294 -0.018 -0.293 0.000 -0.206 0.029 0.019 -0.068 0.027 | +| omega_s | 0.329 -0.033 -0.003 -0.404 1.000 -0.091 0.055 -0.020 0.023 0.103 0.126 0.152 -0.006 0.152 -0.000 0.112 -0.016 -0.037 0.036 -0.014 | +| psi2s_p | 0.046 0.135 0.017 0.164 -0.091 1.000 -0.339 -0.081 -0.115 -0.492 0.129 -0.626 -0.091 -0.627 0.001 -0.496 -0.044 -0.010 -0.236 -0.078 | +| jpsi_p | -0.046 -0.127 -0.007 -0.095 0.055 -0.339 1.000 -0.075 0.069 0.416 -0.114 0.469 0.018 0.468 -0.000 0.406 -0.122 -0.052 0.072 -0.080 | +| p3770_s | 0.011 0.000 0.003 0.033 -0.020 -0.081 -0.075 1.000 0.083 -0.170 0.032 -0.159 -0.020 -0.160 -0.001 -0.206 -0.027 0.001 -0.026 -0.095 | +| p4040_s | -0.012 -0.315 0.003 -0.044 0.023 -0.115 0.069 0.083 1.000 0.298 -0.036 0.124 0.016 0.123 -0.012 -0.059 -0.181 -0.001 -0.190 -0.078 | +| Ctt | -0.059 -0.366 -0.019 -0.180 0.103 -0.492 0.416 -0.170 0.298 1.000 -0.165 0.724 0.090 0.724 -0.011 0.326 -0.229 -0.008 0.219 -0.275 | +| rho_p | -0.022 0.051 0.005 0.063 0.126 0.129 -0.114 0.032 -0.036 -0.165 1.000 -0.225 -0.020 -0.225 0.000 -0.172 0.026 -0.028 -0.054 0.020 | +| jpsi_s | -0.085 -0.201 -0.021 -0.294 0.152 -0.626 0.469 -0.159 0.124 0.724 -0.225 1.000 0.125 0.997 0.001 0.776 -0.108 -0.006 0.235 -0.079 | +| phi_s | 0.028 -0.029 -0.002 -0.018 -0.006 -0.091 0.018 -0.020 0.016 0.090 -0.020 0.125 1.000 0.125 -0.000 0.097 -0.017 0.821 0.028 -0.016 | +| psi2s_s | -0.084 -0.201 -0.021 -0.293 0.152 -0.627 0.468 -0.160 0.123 0.724 -0.225 0.997 0.125 1.000 0.001 0.775 -0.108 -0.006 0.234 -0.079 | +| p4415_s | -0.000 0.012 -0.031 0.000 -0.000 0.001 -0.000 -0.001 -0.012 -0.011 0.000 0.001 -0.000 0.001 1.000 -0.003 0.002 -0.000 -0.016 0.006 | +| Dbar_s | -0.063 -0.120 -0.003 -0.206 0.112 -0.496 0.406 -0.206 -0.059 0.326 -0.172 0.776 0.097 0.775 -0.003 1.000 -0.175 -0.006 -0.014 0.076 | +| p4040_p | 0.007 -0.017 -0.004 0.029 -0.016 -0.044 -0.122 -0.027 -0.181 -0.229 0.026 -0.108 -0.017 -0.108 0.002 -0.175 1.000 -0.005 0.276 0.120 | +| phi_p | 0.029 -0.003 0.000 0.019 -0.037 -0.010 -0.052 0.001 -0.001 -0.008 -0.028 -0.006 0.821 -0.006 -0.000 -0.006 -0.005 1.000 -0.005 -0.007 | +| p4160_s | -0.022 -0.100 -0.007 -0.068 0.036 -0.236 0.072 -0.026 -0.190 0.219 -0.054 0.235 0.028 0.234 -0.016 -0.014 0.276 -0.005 1.000 -0.015 | +| p3770_p | 0.005 0.127 0.003 0.027 -0.014 -0.078 -0.080 -0.095 -0.078 -0.275 0.020 -0.079 -0.016 -0.079 0.006 0.076 0.120 -0.007 -0.015 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2332676845478634}), (, {'error': 0.09266679123537003}), (, {'error': 0.11612347806478018}), (, {'error': 0.28480356024576636}), (, {'error': 0.7831841719994244}), (, {'error': 0.03143260005026516}), (, {'error': 0.016145654222243788}), (, {'error': 0.17246068555906036}), (, {'error': 0.130593182415361}), (, {'error': 0.10709427414877604}), (, {'error': 0.1795959344363416}), (, {'error': 81.49194359545527}), (, {'error': 1.1726150695669908}), (, {'error': 64.19937960792299}), (, {'error': 0.02152224998583678}), (, {'error': 0.045352911403316765}), (, {'error': 0.20679674991079722}), (, {'error': 0.29009677182072346}), (, {'error': 0.12542783559509485}), (, {'error': 0.102798573748343})]) +Toy 5/10 +Time taken: 7 h, 48 min +Projected time left: 7 h, 48 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.041E+05 | Ncalls=510 (521 total) | +| EDM = 6.56E+05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -704085.9069905437 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -0.4 | 0.7 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -6.063 | 0.010 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | 0.628E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.930 | 0.006 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 8.100 | 0.028 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | -4.749 | 0.015 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_p | -4.703 | 0.013 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 3.647 | 0.006 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 0.206 | 0.004 | | |0.00501244| 2.01499 | | +| 9 | Ctt | -0.015 | 0.006 | | | -0.5 | 0.5 | | +| 10| rho_p | -1.4 | 8.0 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.986E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 12| phi_s | 16.312 | 0.019 | | | 14.8182 | 23.5818 | | +| 13| psi2s_s | 1373.44 | 0.14 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.896 | 0.006 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | 0.038 | 0.026 | | | -1.464 | 1.464 | | +| 16| p4040_p | 0.627E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 17| phi_p | -5.747 | 0.014 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.551 | 0.011 | | | 0.71676 | 3.68324 | | +| 19| p3770_p | -2.906 | 0.013 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4160_p p4415_p rho_s omega_s psi2s_p jpsi_p p3770_s p4040_s Ctt rho_p jpsi_s phi_s psi2s_s p4415_s Dbar_s p4040_p phi_p p4160_s p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.716 -0.010 -0.876 0.880 0.952 0.969 0.028 -0.288 -0.860 -0.999 0.772 -0.141 0.219 -0.422 -0.984 0.017 -0.114 -0.644 -0.226 | +| p4160_p | 0.716 1.000 -0.007 -0.629 0.631 0.684 0.696 0.021 -0.207 -0.616 -0.716 0.554 -0.101 0.157 -0.302 -0.704 0.012 -0.082 -0.463 -0.161 | +| p4415_p | -0.010 -0.007 1.000 0.009 -0.009 -0.009 -0.010 -0.000 0.003 0.008 0.010 -0.008 0.001 -0.002 0.004 0.010 -0.000 0.001 0.006 0.002 | +| rho_s | -0.876 -0.629 0.009 1.000 -0.773 -0.836 -0.851 -0.025 0.253 0.756 0.878 -0.679 0.124 -0.193 0.371 0.865 -0.015 0.100 0.565 0.199 | +| omega_s | 0.880 0.631 -0.009 -0.773 1.000 0.839 0.854 0.025 -0.254 -0.758 -0.881 0.681 -0.124 0.193 -0.372 -0.868 0.015 -0.100 -0.567 -0.200 | +| psi2s_p | 0.952 0.684 -0.009 -0.836 0.839 1.000 0.925 0.026 -0.275 -0.820 -0.953 0.737 -0.135 0.209 -0.403 -0.939 0.016 -0.109 -0.614 -0.222 | +| jpsi_p | 0.969 0.696 -0.010 -0.851 0.854 0.925 1.000 0.027 -0.280 -0.836 -0.970 0.750 -0.137 0.213 -0.410 -0.956 0.017 -0.111 -0.625 -0.221 | +| p3770_s | 0.028 0.021 -0.000 -0.025 0.025 0.026 0.027 1.000 -0.008 -0.025 -0.028 0.022 -0.004 0.006 -0.012 -0.028 0.001 -0.003 -0.018 -0.007 | +| p4040_s | -0.288 -0.207 0.003 0.253 -0.254 -0.275 -0.280 -0.008 1.000 0.248 0.288 -0.223 0.041 -0.063 0.122 0.284 -0.005 0.033 0.186 0.065 | +| Ctt | -0.860 -0.616 0.008 0.756 -0.758 -0.820 -0.836 -0.025 0.248 1.000 0.861 -0.666 0.122 -0.189 0.364 0.848 -0.015 0.098 0.555 0.194 | +| rho_p | -0.999 -0.716 0.010 0.878 -0.881 -0.953 -0.970 -0.028 0.288 0.861 1.000 -0.773 0.141 -0.220 0.423 0.985 -0.017 0.114 0.644 0.227 | +| jpsi_s | 0.772 0.554 -0.008 -0.679 0.681 0.737 0.750 0.022 -0.223 -0.666 -0.773 1.000 -0.109 0.175 -0.327 -0.762 0.013 -0.088 -0.498 -0.175 | +| phi_s | -0.141 -0.101 0.001 0.124 -0.124 -0.135 -0.137 -0.004 0.041 0.122 0.141 -0.109 1.000 -0.031 0.060 0.139 -0.002 0.018 0.091 0.032 | +| psi2s_s | 0.219 0.157 -0.002 -0.193 0.193 0.209 0.213 0.006 -0.063 -0.189 -0.220 0.175 -0.031 1.000 -0.093 -0.216 0.004 -0.025 -0.141 -0.050 | +| p4415_s | -0.422 -0.302 0.004 0.371 -0.372 -0.403 -0.410 -0.012 0.122 0.364 0.423 -0.327 0.060 -0.093 1.000 0.416 -0.007 0.048 0.272 0.096 | +| Dbar_s | -0.984 -0.704 0.010 0.865 -0.868 -0.939 -0.956 -0.028 0.284 0.848 0.985 -0.762 0.139 -0.216 0.416 1.000 -0.017 0.112 0.634 0.223 | +| p4040_p | 0.017 0.012 -0.000 -0.015 0.015 0.016 0.017 0.001 -0.005 -0.015 -0.017 0.013 -0.002 0.004 -0.007 -0.017 1.000 -0.002 -0.011 -0.004 | +| phi_p | -0.114 -0.082 0.001 0.100 -0.100 -0.109 -0.111 -0.003 0.033 0.098 0.114 -0.088 0.018 -0.025 0.048 0.112 -0.002 1.000 0.073 0.026 | +| p4160_s | -0.644 -0.463 0.006 0.565 -0.567 -0.614 -0.625 -0.018 0.186 0.555 0.644 -0.498 0.091 -0.141 0.272 0.634 -0.011 0.073 1.000 0.146 | +| p3770_p | -0.226 -0.161 0.002 0.199 -0.200 -0.222 -0.221 -0.007 0.065 0.194 0.227 -0.175 0.032 -0.050 0.096 0.223 -0.004 0.026 0.146 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.6735793588617396}), (, {'error': 0.010192638305650537}), (, {'error': 0.0002694739687694181}), (, {'error': 0.0064763255430284605}), (, {'error': 0.02785633999921977}), (, {'error': 0.014870001425848933}), (, {'error': 0.012970514672097977}), (, {'error': 0.006293450216563912}), (, {'error': 0.003546918437289562}), (, {'error': 0.005547123488914285}), (, {'error': 8.03955817228356}), (, {'error': 0.8222954928633044}), (, {'error': 0.019379706581025502}), (, {'error': 0.13547566968497904}), (, {'error': 0.0058103741134940545}), (, {'error': 0.02570821610042129}), (, {'error': 0.0019245340225397811}), (, {'error': 0.013679685580345602}), (, {'error': 0.011062114863286343}), (, {'error': 0.013379079543225814})]) +Toy 6/10 +Time taken: 8 h, 47 min +Projected time left: 5 h, 51 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.05E+05 | Ncalls=536 (547 total) | +| EDM = 1.25E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -704978.6815344433 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.22 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -1.94 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | -2.1 | 0.3 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 0.027 | 0.004 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 7.93 | 0.17 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 3.70 | 0.04 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_p | -4.804 | 0.008 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.01 | 0.17 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 0.75 | 0.11 | | |0.00501244| 2.01499 | | +| 9 | Ctt | -0.29 | 0.17 | | | -0.5 | 0.5 | | +| 10| rho_p | 2.7 | 0.5 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.983E4 | 0.011E4 | | | 9797.52 | 9996.48 | | +| 12| phi_s | 20.28 | 0.31 | | | 14.8182 | 23.5818 | | +| 13| psi2s_s | 1358.637 | 0.024 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.01 | 0.11 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.08 | 0.11 | | | -1.464 | 1.464 | | +| 16| p4040_p | -2.18 | 0.26 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 0.56 | 0.07 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.04 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p3770_p | 4.12 | 0.17 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4160_p p4415_p rho_s omega_s psi2s_p jpsi_p p3770_s p4040_s Ctt rho_p jpsi_s phi_s psi2s_s p4415_s Dbar_s p4040_p phi_p p4160_s p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.547 -0.562 -0.051 0.017 -0.556 0.225 -0.528 -0.522 -0.572 -0.112 -0.576 -0.354 -0.460 -0.501 -0.574 -0.546 0.122 -0.552 -0.551 | +| p4160_p | -0.547 1.000 0.927 0.072 0.097 0.918 -0.382 0.868 0.851 0.940 0.193 0.949 0.589 0.758 0.831 0.944 0.898 -0.209 0.908 0.909 | +| p4415_p | -0.562 0.927 1.000 0.074 0.100 0.942 -0.391 0.893 0.880 0.967 0.199 0.975 0.605 0.778 0.845 0.970 0.926 -0.215 0.931 0.934 | +| rho_s | -0.051 0.072 0.074 1.000 0.012 0.073 -0.030 0.070 0.069 0.076 0.024 0.076 0.048 0.061 0.066 0.076 0.072 -0.018 0.073 0.073 | +| omega_s | 0.017 0.097 0.100 0.012 1.000 0.099 -0.042 0.094 0.093 0.102 0.018 0.102 0.063 0.082 0.089 0.102 0.097 -0.025 0.098 0.098 | +| psi2s_p | -0.556 0.918 0.942 0.073 0.099 1.000 -0.387 0.884 0.872 0.959 0.197 0.965 0.598 0.770 0.837 0.962 0.917 -0.213 0.924 0.927 | +| jpsi_p | 0.225 -0.382 -0.391 -0.030 -0.042 -0.387 1.000 -0.372 -0.370 -0.397 -0.079 -0.398 -0.248 -0.317 -0.353 -0.398 -0.383 0.085 -0.388 -0.385 | +| p3770_s | -0.528 0.868 0.893 0.070 0.094 0.884 -0.372 1.000 0.831 0.909 0.187 0.917 0.569 0.731 0.797 0.911 0.865 -0.202 0.878 0.875 | +| p4040_s | -0.522 0.851 0.880 0.069 0.093 0.872 -0.370 0.831 1.000 0.899 0.185 0.906 0.562 0.723 0.786 0.900 0.857 -0.200 0.863 0.870 | +| Ctt | -0.572 0.940 0.967 0.076 0.102 0.959 -0.397 0.909 0.899 1.000 0.202 0.993 0.616 0.792 0.864 0.987 0.939 -0.218 0.951 0.948 | +| rho_p | -0.112 0.193 0.199 0.024 0.018 0.197 -0.079 0.187 0.185 0.202 1.000 0.204 0.125 0.163 0.177 0.203 0.193 -0.041 0.195 0.195 | +| jpsi_s | -0.576 0.949 0.975 0.076 0.102 0.965 -0.398 0.917 0.906 0.993 0.204 1.000 0.620 0.798 0.869 0.996 0.948 -0.220 0.958 0.957 | +| phi_s | -0.354 0.589 0.605 0.048 0.063 0.598 -0.248 0.569 0.562 0.616 0.125 0.620 1.000 0.495 0.539 0.618 0.588 -0.056 0.594 0.594 | +| psi2s_s | -0.460 0.758 0.778 0.061 0.082 0.770 -0.317 0.731 0.723 0.792 0.163 0.798 0.495 1.000 0.694 0.795 0.757 -0.175 0.765 0.764 | +| p4415_s | -0.501 0.831 0.845 0.066 0.089 0.837 -0.353 0.797 0.786 0.864 0.177 0.869 0.539 0.694 1.000 0.864 0.827 -0.191 0.834 0.833 | +| Dbar_s | -0.574 0.944 0.970 0.076 0.102 0.962 -0.398 0.911 0.900 0.987 0.203 0.996 0.618 0.795 0.864 1.000 0.943 -0.219 0.952 0.953 | +| p4040_p | -0.546 0.898 0.926 0.072 0.097 0.917 -0.383 0.865 0.857 0.939 0.193 0.948 0.588 0.757 0.827 0.943 1.000 -0.209 0.916 0.908 | +| phi_p | 0.122 -0.209 -0.215 -0.018 -0.025 -0.213 0.085 -0.202 -0.200 -0.218 -0.041 -0.220 -0.056 -0.175 -0.191 -0.219 -0.209 1.000 -0.211 -0.211 | +| p4160_s | -0.552 0.908 0.931 0.073 0.098 0.924 -0.388 0.878 0.863 0.951 0.195 0.958 0.594 0.765 0.834 0.952 0.916 -0.211 1.000 0.918 | +| p3770_p | -0.551 0.909 0.934 0.073 0.098 0.927 -0.385 0.875 0.870 0.948 0.195 0.957 0.594 0.764 0.833 0.953 0.908 -0.211 0.918 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11640909910042074}), (, {'error': 0.11393009778383734}), (, {'error': 0.34178401556684146}), (, {'error': 0.0035601794046712966}), (, {'error': 0.16765991081888565}), (, {'error': 0.04407610435694842}), (, {'error': 0.008282583603895777}), (, {'error': 0.17287276817023645}), (, {'error': 0.10835280762636418}), (, {'error': 0.17390123829693355}), (, {'error': 0.5035485494368483}), (, {'error': 106.61252878653067}), (, {'error': 0.3141840146878536}), (, {'error': 0.023569280038486795}), (, {'error': 0.11174551904752705}), (, {'error': 0.11236694011669512}), (, {'error': 0.2613984701013168}), (, {'error': 0.0692725827214642}), (, {'error': 0.17431753140350215}), (, {'error': 0.16589244123849323})]) +Toy 7/10 +Time taken: 9 h, 50 min +Projected time left: 4 h, 13 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.05E+05 | Ncalls=941 (941 total) | +| EDM = 0.000132 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -704996.351626477 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -0.28 | 0.29 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | 4.90 | 0.24 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 0.98 | 0.32 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 5.6 | 1.1 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | -2.000 | 0.023 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_p | 4.591 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 1.80 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 1.13 | 0.14 | | |0.00501244| 2.01499 | | +| 9 | Ctt | -0.500 | 0.027 | | | -0.5 | 0.5 | | +| 10| rho_p | 5.94 | 0.30 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 12| phi_s | 18.8 | 2.4 | | | 14.8182 | 23.5818 | | +| 13| psi2s_s | 1366.9 | 1.5 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 0.73 | 0.17 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | 0.30 | 0.03 | | | -1.464 | 1.464 | | +| 16| p4040_p | -3.08 | 0.13 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 0.09 | 0.67 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 0.717 | 0.016 | | | 0.71676 | 3.68324 | | +| 19| p3770_p | -1.56 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4160_p p4415_p rho_s omega_s psi2s_p jpsi_p p3770_s p4040_s Ctt rho_p jpsi_s phi_s psi2s_s p4415_s Dbar_s p4040_p phi_p p4160_s p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.000 0.000 -0.068 0.491 -0.012 -0.025 -0.003 0.001 0.000 -0.119 -0.003 0.124 -0.002 -0.004 0.006 -0.006 0.120 -0.000 -0.002 | +| p4160_p | 0.000 1.000 0.005 0.001 -0.000 0.004 0.005 -0.002 0.017 -0.001 0.000 0.001 0.000 0.000 -0.006 0.015 -0.007 0.000 -0.005 -0.002 | +| p4415_p | 0.000 0.005 1.000 0.007 -0.001 0.035 0.014 -0.007 -0.079 -0.029 0.017 -0.001 -0.004 -0.001 0.070 -0.208 -0.029 -0.004 0.004 0.007 | +| rho_s | -0.068 0.001 0.007 1.000 -0.502 0.050 0.061 -0.022 -0.016 0.004 0.107 -0.013 0.048 -0.013 -0.016 0.095 -0.023 0.057 0.001 0.030 | +| omega_s | 0.491 -0.000 -0.001 -0.502 1.000 -0.022 -0.035 0.005 0.003 -0.001 0.139 0.002 -0.001 0.002 0.004 -0.025 0.004 -0.018 -0.000 -0.009 | +| psi2s_p | -0.012 0.004 0.035 0.050 -0.022 1.000 0.058 -0.109 -0.035 -0.108 0.006 0.059 -0.056 -0.001 -0.127 0.312 -0.142 -0.060 0.003 0.219 | +| jpsi_p | -0.025 0.005 0.014 0.061 -0.035 0.058 1.000 -0.095 0.015 0.018 -0.009 0.039 -0.117 0.026 -0.127 0.276 -0.158 -0.121 0.000 0.040 | +| p3770_s | -0.003 -0.002 -0.007 -0.022 0.005 -0.109 -0.095 1.000 0.130 0.002 -0.015 -0.016 0.001 -0.013 0.086 -0.289 0.104 0.001 -0.002 -0.117 | +| p4040_s | 0.001 0.017 -0.079 -0.016 0.003 -0.035 0.015 0.130 1.000 0.063 -0.023 -0.002 0.004 0.010 -0.235 0.176 -0.261 0.006 -0.006 -0.023 | +| Ctt | 0.000 -0.001 -0.029 0.004 -0.001 -0.108 0.018 0.002 0.063 1.000 -0.002 0.003 0.000 0.002 0.052 -0.143 0.007 0.000 -0.003 -0.078 | +| rho_p | -0.119 0.000 0.017 0.107 0.139 0.006 -0.009 -0.015 -0.023 -0.002 1.000 -0.039 0.081 -0.031 -0.005 0.034 -0.012 0.043 0.001 0.019 | +| jpsi_s | -0.003 0.001 -0.001 -0.013 0.002 0.059 0.039 -0.016 -0.002 0.003 -0.039 1.000 0.011 0.656 -0.007 0.167 -0.026 0.007 -0.000 0.028 | +| phi_s | 0.124 0.000 -0.004 0.048 -0.001 -0.056 -0.117 0.001 0.004 0.000 0.081 0.011 1.000 0.008 -0.002 0.002 -0.009 0.957 -0.001 -0.011 | +| psi2s_s | -0.002 0.000 -0.001 -0.013 0.002 -0.001 0.026 -0.013 0.010 0.002 -0.031 0.656 0.008 1.000 0.001 0.092 -0.017 0.005 -0.000 -0.021 | +| p4415_s | -0.004 -0.006 0.070 -0.016 0.004 -0.127 -0.127 0.086 -0.235 0.052 -0.005 -0.007 -0.002 0.001 1.000 -0.432 0.215 -0.002 0.021 0.026 | +| Dbar_s | 0.006 0.015 -0.208 0.095 -0.025 0.312 0.276 -0.289 0.176 -0.143 0.034 0.167 0.002 0.092 -0.432 1.000 -0.520 -0.001 -0.015 0.057 | +| p4040_p | -0.006 -0.007 -0.029 -0.023 0.004 -0.142 -0.158 0.104 -0.261 0.007 -0.012 -0.026 -0.009 -0.017 0.215 -0.520 1.000 -0.009 -0.014 0.112 | +| phi_p | 0.120 0.000 -0.004 0.057 -0.018 -0.060 -0.121 0.001 0.006 0.000 0.043 0.007 0.957 0.005 -0.002 -0.001 -0.009 1.000 -0.001 -0.012 | +| p4160_s | -0.000 -0.005 0.004 0.001 -0.000 0.003 0.000 -0.002 -0.006 -0.003 0.001 -0.000 -0.001 -0.000 0.021 -0.015 -0.014 -0.001 1.000 0.000 | +| p3770_p | -0.002 -0.002 0.007 0.030 -0.009 0.219 0.040 -0.117 -0.023 -0.078 0.019 0.028 -0.011 -0.021 0.026 0.057 0.112 -0.012 0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.29329266527251097}), (, {'error': 0.010046199322105487}), (, {'error': 0.2444300751916595}), (, {'error': 0.3155042231908233}), (, {'error': 1.0624591844811233}), (, {'error': 0.022974104725941746}), (, {'error': 0.015543085370002707}), (, {'error': 0.1892835155205137}), (, {'error': 0.14006678058226218}), (, {'error': 0.027121213332989835}), (, {'error': 0.3025988554648542}), (, {'error': 9.829803461056144}), (, {'error': 2.445512533431245}), (, {'error': 1.4806066864164222}), (, {'error': 0.16672322431852166}), (, {'error': 0.03360064018494491}), (, {'error': 0.13412652716090756}), (, {'error': 0.673042604064257}), (, {'error': 0.016296743279907988}), (, {'error': 0.122660811345912})]) +Toy 8/10 +Time taken: 11 h, 17 min +Projected time left: 2 h, 49 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.051E+05 | Ncalls=1044 (1044 total) | +| EDM = 6.75E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -705080.2546471043 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.01 | 0.27 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -1.93 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | 4.21 | 0.18 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 5.9 | 0.9 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | 2.29 | 0.04 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_p | 4.739 | 0.019 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.20 | 0.20 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 0.79 | 0.16 | | |0.00501244| 2.01499 | | +| 9 | Ctt | -0.13 | 0.12 | | | -0.5 | 0.5 | | +| 10| rho_p | -6.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.991E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 12| phi_s | 18.3 | 1.0 | | | 14.8182 | 23.5818 | | +| 13| psi2s_s | 1361 | 16 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.09 | 0.17 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.029 | 0.068 | | | -1.464 | 1.464 | | +| 16| p4040_p | -2.29 | 0.22 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.00 | 0.15 | | | 0.71676 | 3.68324 | | +| 19| p3770_p | -2.42 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4160_p p4415_p rho_s omega_s psi2s_p jpsi_p p3770_s p4040_s Ctt rho_p jpsi_s phi_s psi2s_s p4415_s Dbar_s p4040_p phi_p p4160_s p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.010 0.001 -0.069 0.416 0.034 -0.045 0.009 0.001 -0.032 -0.007 -0.067 0.030 -0.066 -0.013 -0.047 0.008 -0.026 -0.006 -0.005 | +| p4160_p | 0.010 1.000 0.255 0.052 -0.035 0.098 -0.139 -0.057 -0.430 -0.426 0.034 -0.155 -0.029 -0.154 0.057 -0.047 0.131 -0.001 -0.065 0.172 | +| p4415_p | 0.001 0.255 1.000 0.014 -0.010 0.008 -0.054 -0.012 -0.175 -0.155 0.011 -0.022 -0.006 -0.022 -0.109 -0.107 0.123 0.001 -0.142 0.075 | +| rho_s | -0.069 0.052 0.014 1.000 -0.494 0.154 -0.098 0.024 -0.006 -0.117 0.020 -0.298 -0.019 -0.297 -0.051 -0.191 0.043 -0.027 -0.023 -0.009 | +| omega_s | 0.416 -0.035 -0.010 -0.494 1.000 -0.105 0.070 -0.020 0.001 0.084 0.122 0.188 0.018 0.187 0.033 0.128 -0.030 0.032 0.014 0.006 | +| psi2s_p | 0.034 0.098 0.008 0.154 -0.105 1.000 -0.353 -0.107 -0.059 -0.331 0.090 -0.600 -0.106 -0.601 -0.195 -0.417 -0.047 -0.009 -0.168 -0.201 | +| jpsi_p | -0.045 -0.139 -0.054 -0.098 0.070 -0.353 1.000 -0.077 -0.029 0.327 -0.099 0.519 0.071 0.518 0.033 0.449 -0.187 0.039 -0.046 -0.013 | +| p3770_s | 0.009 -0.057 -0.012 0.024 -0.020 -0.107 -0.077 1.000 0.170 -0.021 0.022 -0.153 -0.027 -0.155 0.032 -0.256 -0.060 -0.003 0.043 -0.193 | +| p4040_s | 0.001 -0.430 -0.175 -0.006 0.001 -0.059 -0.029 0.170 1.000 0.353 -0.001 -0.051 -0.007 -0.052 0.079 -0.300 -0.168 -0.000 -0.059 -0.148 | +| Ctt | -0.032 -0.426 -0.155 -0.117 0.084 -0.331 0.327 -0.021 0.353 1.000 -0.088 0.479 0.084 0.479 0.345 -0.040 -0.288 0.013 0.208 -0.361 | +| rho_p | -0.007 0.034 0.011 0.020 0.122 0.090 -0.099 0.022 -0.001 -0.088 1.000 -0.168 0.021 -0.168 -0.031 -0.122 0.031 -0.019 -0.010 -0.007 | +| jpsi_s | -0.067 -0.155 -0.022 -0.298 0.188 -0.600 0.519 -0.153 -0.051 0.479 -0.168 1.000 0.162 0.997 0.160 0.744 -0.154 0.034 0.048 0.067 | +| phi_s | 0.030 -0.029 -0.006 -0.019 0.018 -0.106 0.071 -0.027 -0.007 0.084 0.021 0.162 1.000 0.161 0.028 0.122 -0.027 -0.646 0.009 0.008 | +| psi2s_s | -0.066 -0.154 -0.022 -0.297 0.187 -0.601 0.518 -0.155 -0.052 0.479 -0.168 0.997 0.161 1.000 0.159 0.742 -0.154 0.033 0.048 0.067 | +| p4415_s | -0.013 0.057 -0.109 -0.051 0.033 -0.195 0.033 0.032 0.079 0.345 -0.031 0.160 0.028 0.159 1.000 -0.148 0.098 0.007 0.268 -0.117 | +| Dbar_s | -0.047 -0.047 -0.107 -0.191 0.128 -0.417 0.449 -0.256 -0.300 -0.040 -0.122 0.744 0.122 0.742 -0.148 1.000 -0.199 0.022 -0.258 0.272 | +| p4040_p | 0.008 0.131 0.123 0.043 -0.030 -0.047 -0.187 -0.060 -0.168 -0.288 0.031 -0.154 -0.027 -0.154 0.098 -0.199 1.000 -0.001 0.406 0.137 | +| phi_p | -0.026 -0.001 0.001 -0.027 0.032 -0.009 0.039 -0.003 -0.000 0.013 -0.019 0.034 -0.646 0.033 0.007 0.022 -0.001 1.000 0.004 0.005 | +| p4160_s | -0.006 -0.065 -0.142 -0.023 0.014 -0.168 -0.046 0.043 -0.059 0.208 -0.010 0.048 0.009 0.048 0.268 -0.258 0.406 0.004 1.000 -0.060 | +| p3770_p | -0.005 0.172 0.075 -0.009 0.006 -0.201 -0.013 -0.193 -0.148 -0.361 -0.007 0.067 0.008 0.067 -0.117 0.272 0.137 0.005 -0.060 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.26588510831752465}), (, {'error': 0.09752704424202951}), (, {'error': 0.17803535996285103}), (, {'error': 0.330706146375663}), (, {'error': 0.9310160162292722}), (, {'error': 0.035326110741955574}), (, {'error': 0.0185195258502846}), (, {'error': 0.1991327016015143}), (, {'error': 0.15905147387355895}), (, {'error': 0.12163810032329744}), (, {'error': 0.17932647882017472}), (, {'error': 80.50359830682828}), (, {'error': 0.9692051474366554}), (, {'error': 15.687548584340675}), (, {'error': 0.17105010368724255}), (, {'error': 0.06796738112150758}), (, {'error': 0.21826305587870154}), (, {'error': 0.35046206360710297}), (, {'error': 0.15401471617953544}), (, {'error': 0.11597791479092368})]) +Toy 9/10 +Time taken: 12 h, 52 min +Projected time left: 1 h, 25 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.051E+05 | Ncalls=1263 (1263 total) | +| EDM = 0.000522 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -705080.5378679722 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -6.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | 4.15 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | -2.24 | 0.19 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 0.9 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 5.8 | 1.1 | | | 4.19232 | 9.40768 | | +| 5 | psi2s_p | -4.404 | 0.032 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_p | -4.638 | 0.017 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.22 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 0.80 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | Ctt | -0.11 | 0.13 | | | -0.5 | 0.5 | | +| 10| rho_p | -0.11 | 0.37 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 12| phi_s | 18.7 | 2.1 | | | 14.8182 | 23.5818 | | +| 13| psi2s_s | 1364 | 12 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.10 | 0.18 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.011 | 0.083 | | | -1.464 | 1.464 | | +| 16| p4040_p | 3.74 | 0.23 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 0.3 | 0.6 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.01 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p3770_p | -2.77 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4160_p p4415_p rho_s omega_s psi2s_p jpsi_p p3770_s p4040_s Ctt rho_p jpsi_s phi_s psi2s_s p4415_s Dbar_s p4040_p phi_p p4160_s p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.001 -0.001 -0.059 0.427 0.006 -0.006 0.005 0.005 -0.007 -0.049 -0.029 0.067 -0.029 -0.003 -0.019 -0.000 0.064 -0.000 -0.009 | +| p4160_p | -0.001 1.000 0.288 0.016 0.006 -0.056 0.044 -0.079 -0.495 -0.489 0.064 -0.067 -0.020 -0.067 -0.002 0.130 0.151 -0.020 -0.111 0.230 | +| p4415_p | -0.001 0.288 1.000 0.011 0.005 -0.044 0.011 -0.006 -0.192 -0.204 0.050 -0.051 -0.013 -0.051 -0.129 -0.079 0.144 -0.013 -0.145 0.081 | +| rho_s | -0.059 0.016 0.011 1.000 -0.507 0.048 0.019 0.008 0.005 -0.028 0.129 -0.160 0.013 -0.159 -0.014 -0.085 0.018 0.034 -0.001 -0.020 | +| omega_s | 0.427 0.006 0.005 -0.507 1.000 0.002 -0.007 0.008 0.003 -0.017 0.227 -0.024 -0.026 -0.024 -0.001 -0.023 0.009 -0.052 0.005 -0.006 | +| psi2s_p | 0.006 -0.056 -0.044 0.048 0.002 1.000 0.219 -0.203 0.012 0.006 0.158 -0.398 -0.090 -0.398 -0.109 -0.281 -0.199 -0.068 -0.143 -0.331 | +| jpsi_p | -0.006 0.044 0.011 0.019 -0.007 0.219 1.000 0.057 -0.013 -0.233 0.094 -0.362 -0.136 -0.361 -0.154 -0.187 -0.053 -0.115 -0.120 -0.098 | +| p3770_s | 0.005 -0.079 -0.006 0.008 0.008 -0.203 0.057 1.000 0.201 0.001 0.078 -0.191 -0.028 -0.192 0.063 -0.272 -0.050 -0.016 0.082 -0.230 | +| p4040_s | 0.005 -0.495 -0.192 0.005 0.003 0.012 -0.013 0.201 1.000 0.459 0.044 -0.165 -0.022 -0.165 0.168 -0.463 -0.184 -0.011 0.042 -0.264 | +| Ctt | -0.007 -0.489 -0.204 -0.028 -0.017 0.006 -0.233 0.001 0.459 1.000 -0.163 0.274 0.043 0.274 0.395 -0.327 -0.297 0.030 0.259 -0.413 | +| rho_p | -0.049 0.064 0.050 0.129 0.227 0.158 0.094 0.078 0.044 -0.163 1.000 -0.504 -0.024 -0.503 -0.036 -0.337 0.089 -0.047 0.029 -0.088 | +| jpsi_s | -0.029 -0.067 -0.051 -0.160 -0.024 -0.398 -0.362 -0.191 -0.165 0.274 -0.504 1.000 0.152 0.996 0.035 0.720 -0.147 0.102 -0.086 0.223 | +| phi_s | 0.067 -0.020 -0.013 0.013 -0.026 -0.090 -0.136 -0.028 -0.022 0.043 -0.024 0.152 1.000 0.151 0.007 0.107 -0.027 0.939 -0.012 0.024 | +| psi2s_s | -0.029 -0.067 -0.051 -0.159 -0.024 -0.398 -0.361 -0.192 -0.165 0.274 -0.503 0.996 0.151 1.000 0.035 0.718 -0.147 0.101 -0.086 0.222 | +| p4415_s | -0.003 -0.002 -0.129 -0.014 -0.001 -0.109 -0.154 0.063 0.168 0.395 -0.036 0.035 0.007 0.035 1.000 -0.316 0.100 0.005 0.331 -0.191 | +| Dbar_s | -0.019 0.130 -0.079 -0.085 -0.023 -0.281 -0.187 -0.272 -0.463 -0.327 -0.337 0.720 0.107 0.718 -0.316 1.000 -0.136 0.070 -0.406 0.460 | +| p4040_p | -0.000 0.151 0.144 0.018 0.009 -0.199 -0.053 -0.050 -0.184 -0.297 0.089 -0.147 -0.027 -0.147 0.100 -0.136 1.000 -0.023 0.411 0.130 | +| phi_p | 0.064 -0.020 -0.013 0.034 -0.052 -0.068 -0.115 -0.016 -0.011 0.030 -0.047 0.102 0.939 0.101 0.005 0.070 -0.023 1.000 -0.008 0.010 | +| p4160_s | -0.000 -0.111 -0.145 -0.001 0.005 -0.143 -0.120 0.082 0.042 0.259 0.029 -0.086 -0.012 -0.086 0.331 -0.406 0.411 -0.008 1.000 -0.149 | +| p3770_p | -0.009 0.230 0.081 -0.020 -0.006 -0.331 -0.098 -0.230 -0.264 -0.413 -0.088 0.223 0.024 0.222 -0.191 0.460 0.130 0.010 -0.149 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.33193004172967555}), (, {'error': 0.10457411547287343}), (, {'error': 0.1862335679128173}), (, {'error': 0.32118654660227103}), (, {'error': 1.0637492778426378}), (, {'error': 0.03150955304384695}), (, {'error': 0.01719003348403625}), (, {'error': 0.20917844543649866}), (, {'error': 0.18083834625548134}), (, {'error': 0.131144118872282}), (, {'error': 0.3748076377863594}), (, {'error': 148.63815680733387}), (, {'error': 2.110017011056847}), (, {'error': 12.117155148289612}), (, {'error': 0.1829836688693816}), (, {'error': 0.0831245481317111}), (, {'error': 0.2273137032332011}), (, {'error': 0.5659734269702921}), (, {'error': 0.16933708727021968}), (, {'error': 0.12717129369469515})]) +Toy 10/10 +Time taken: 14 h, 44 min +Projected time left: +Mean Ctt value = -0.25456761354938906 +Mean Ctt error = 0.10249876813043846 +Simulation ended diff --git a/prelim_results/slurm-2213905.out b/prelim_results/slurm-2213905.out new file mode 100644 index 0000000..74acc2a --- /dev/null +++ b/prelim_results/slurm-2213905.out @@ -0,0 +1,9494 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.997236: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.020407: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2600150000 Hz +2019-07-07 14:45:24.020640: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55acc2ea1620 executing computations on platform Host. Devices: +2019-07-07 14:45:24.020669: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:28.247125: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55acc2f590b0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:28.247173: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:28.249085: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:8a:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:28.249120: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:28.274548: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:28.274572: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:28.274583: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:28.276498: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:8a:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720619.8164613 Edm = 3.40486 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720619.8164613 Edm = 3.40486 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722330.0111 Edm = 0.240536 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -722331.0488744 Edm = 0.2669 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -722400.2297171 Edm = 0.111294 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -722400.4843151 Edm = 0.0199856 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -722404.0359589 Edm = 3.06845 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -722427.9589281 Edm = 0.111625 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -722428.1277102 Edm = 0.0581204 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -722485.4319065 Edm = 10.6879 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -722567.2691353 Edm = 4.72511 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -722574.2927941 Edm = 0.0376255 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -722574.3378007 Edm = 0.00329189 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -722574.4398469 Edm = 0.086583 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -722585.6339463 Edm = 9.15527 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -722625.2523307 Edm = 3.25005 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -722627.7558168 Edm = 0.0911576 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -722627.8471391 Edm = 0.00268284 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -722627.8616433 Edm = 0.0110258 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -722631.6575936 Edm = 2.76107 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -722642.0458844 Edm = 0.125322 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -722642.1793484 Edm = 0.00811133 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -722642.1942199 Edm = 0.00207555 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -722642.2029091 Edm = 0.00593279 NCalls = 71 +VariableMetric: Iteration # 23 - FCN = -722642.8404785 Edm = 0.636429 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -722644.9524975 Edm = 1.91885 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -722669.2510574 Edm = 3.77507 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -722672.1157295 Edm = 0.625995 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -722672.7842898 Edm = 0.0483082 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -722672.8366401 Edm = 0.0023519 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -722672.8425102 Edm = 0.00303966 NCalls = 94 +VariableMetric: Iteration # 30 - FCN = -722673.4274758 Edm = 0.594693 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -722673.8797975 Edm = 0.431388 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -722770.3740145 Edm = 48.1634 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -722801.9042116 Edm = 133.519 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -722861.6290963 Edm = 24.279 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -722891.0768014 Edm = 16.7297 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -722909.3117547 Edm = 4.24818 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -722915.3209783 Edm = 1.9433 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -722918.4046122 Edm = 0.308698 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -722918.7184528 Edm = 0.0529726 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -722918.7910687 Edm = 0.0292603 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -722918.8738965 Edm = 0.0456412 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -722919.005362 Edm = 0.0338875 NCalls = 135 +VariableMetric: Iteration # 43 - FCN = -722919.0564773 Edm = 0.013285 NCalls = 137 +VariableMetric: Iteration # 44 - FCN = -722919.1048757 Edm = 0.0303446 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -722919.7024394 Edm = 0.588442 NCalls = 144 +VariableMetric: Iteration # 46 - FCN = -722928.9183139 Edm = 7.65201 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -722928.975129 Edm = 0.0895474 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -722929.1559009 Edm = 0.202446 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -722938.7161659 Edm = 8.18445 NCalls = 161 +VariableMetric: Iteration # 50 - FCN = -722996.3396901 Edm = 11.2426 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -723002.5326984 Edm = 3.85505 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -723018.3054363 Edm = 4.0251 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -723023.0250124 Edm = 2.5186 NCalls = 173 +VariableMetric: Iteration # 54 - FCN = -723025.1341011 Edm = 0.431407 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -723025.748619 Edm = 0.0656325 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -723025.8288644 Edm = 0.0136105 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -723025.8553377 Edm = 0.0049252 NCalls = 181 +VariableMetric: Iteration # 58 - FCN = -723025.8660046 Edm = 0.00295988 NCalls = 183 +VariableMetric: Iteration # 59 - FCN = -723025.8744443 Edm = 0.00588176 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -723025.931026 Edm = 0.0372306 NCalls = 189 +VariableMetric: Iteration # 61 - FCN = -723027.131852 Edm = 0.776685 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -723030.6994899 Edm = 4.43708 NCalls = 197 +VariableMetric: Iteration # 63 - FCN = -723039.4580095 Edm = 10.3304 NCalls = 201 +VariableMetric: Iteration # 64 - FCN = -723054.561276 Edm = 11.2476 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -723067.3380463 Edm = 5.01815 NCalls = 207 +VariableMetric: Iteration # 66 - FCN = -723071.2672155 Edm = 0.84322 NCalls = 209 +VariableMetric: Iteration # 67 - FCN = -723071.9325403 Edm = 0.182639 NCalls = 210 +VariableMetric: Iteration # 68 - FCN = -723072.1764384 Edm = 0.0213428 NCalls = 212 +VariableMetric: Iteration # 69 - FCN = -723072.2057163 Edm = 0.00191748 NCalls = 214 +VariableMetric: Iteration # 70 - FCN = -723072.2087076 Edm = 0.00068155 NCalls = 216 +VariableMetric: Iteration # 71 - FCN = -723072.2114592 Edm = 0.002684 NCalls = 218 +VariableMetric: Iteration # 72 - FCN = -723072.3323047 Edm = 0.110832 NCalls = 224 +VariableMetric: Iteration # 73 - FCN = -723077.3077306 Edm = 2.14958 NCalls = 228 +VariableMetric: Iteration # 74 - FCN = -723082.6422067 Edm = 1.80497 NCalls = 230 +VariableMetric: Iteration # 75 - FCN = -723084.4634626 Edm = 3.75407 NCalls = 233 +VariableMetric: Iteration # 76 - FCN = -723087.893365 Edm = 3.16376 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -723088.955296 Edm = 1.29815 NCalls = 238 +VariableMetric: Iteration # 78 - FCN = -723089.3410802 Edm = 0.133292 NCalls = 240 +VariableMetric: Iteration # 79 - FCN = -723089.4754246 Edm = 0.00901152 NCalls = 242 +VariableMetric: Iteration # 80 - FCN = -723089.4888077 Edm = 0.00149429 NCalls = 244 +VariableMetric: Iteration # 81 - FCN = -723089.4907566 Edm = 0.000533502 NCalls = 246 +VariableMetric: Iteration # 82 - FCN = -723089.5001651 Edm = 0.00959696 NCalls = 250 +VariableMetric: Iteration # 83 - FCN = -723089.7641472 Edm = 0.260287 NCalls = 257 +VariableMetric: Iteration # 84 - FCN = -723093.3164739 Edm = 1.46818 NCalls = 260 +VariableMetric: Iteration # 85 - FCN = -723097.127624 Edm = 0.467887 NCalls = 262 +VariableMetric: Iteration # 86 - FCN = -723097.5455233 Edm = 0.0228039 NCalls = 264 +VariableMetric: Iteration # 87 - FCN = -723097.5664915 Edm = 0.00104331 NCalls = 265 +VariableMetric: Iteration # 88 - FCN = -723097.567543 Edm = 8.66643e-05 NCalls = 267 +VariableMetric: Iteration # 89 - FCN = -723097.5685809 Edm = 0.000963993 NCalls = 270 +VariableMetric: Iteration # 90 - FCN = -723097.6140571 Edm = 0.0479401 NCalls = 277 +VariableMetric: Iteration # 91 - FCN = -723097.6917417 Edm = 0.0774013 NCalls = 284 +VariableMetric: Iteration # 92 - FCN = -723097.6998484 Edm = 0.00797065 NCalls = 289 +VariableMetric: Iteration # 93 - FCN = -723102.0521874 Edm = 1.60354 NCalls = 297 +VariableMetric: Iteration # 94 - FCN = -723104.2810877 Edm = 0.777195 NCalls = 299 +VariableMetric: Iteration # 95 - FCN = -723104.6462804 Edm = 0.00558029 NCalls = 301 +VariableMetric: Iteration # 96 - FCN = -723104.6515081 Edm = 0.000114399 NCalls = 302 +VariableMetric: Iteration # 97 - FCN = -723104.651607 Edm = 8.03654e-06 NCalls = 303 +VariableMetric: After Hessian - FCN = -723104.651607 Edm = 2.53435 NCalls = 664 +VariableMetric: Iteration # 98 - FCN = -723104.651607 Edm = 2.53435 NCalls = 664 +VariableMetric: Iteration # 99 - FCN = -723104.8761544 Edm = 1.77258 NCalls = 666 +VariableMetric: Iteration # 100 - FCN = -723106.9549107 Edm = 0.309479 NCalls = 669 +VariableMetric: Iteration # 101 - FCN = -723107.4526109 Edm = 0.15712 NCalls = 674 +VariableMetric: Iteration # 102 - FCN = -723107.6335115 Edm = 0.317227 NCalls = 677 +VariableMetric: Iteration # 103 - FCN = -723107.9822128 Edm = 0.210671 NCalls = 681 +VariableMetric: Iteration # 104 - FCN = -723108.1627803 Edm = 0.115023 NCalls = 684 +VariableMetric: Iteration # 105 - FCN = -723108.2776685 Edm = 0.0510708 NCalls = 686 +VariableMetric: Iteration # 106 - FCN = -723108.3324135 Edm = 0.0593635 NCalls = 688 +VariableMetric: Iteration # 107 - FCN = -723108.4000448 Edm = 0.0228919 NCalls = 691 +VariableMetric: Iteration # 108 - FCN = -723108.4377249 Edm = 0.0148829 NCalls = 693 +VariableMetric: Iteration # 109 - FCN = -723108.4529733 Edm = 0.0115867 NCalls = 695 +VariableMetric: Iteration # 110 - FCN = -723108.465146 Edm = 0.00201896 NCalls = 698 +VariableMetric: Iteration # 111 - FCN = -723108.4683464 Edm = 0.000246136 NCalls = 700 +VariableMetric: Iteration # 112 - FCN = -723108.4686927 Edm = 1.33574e-05 NCalls = 702 +VariableMetric: After Hessian - FCN = -723108.4686927 Edm = 1.40632e-05 NCalls = 1077 +VariableMetric: Iteration # 113 - FCN = -723108.4686927 Edm = 1.40632e-05 NCalls = 1077 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719578.0905596 Edm = 2.60127 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719578.0905596 Edm = 2.60127 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721341.1397459 Edm = 2.23577 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -721426.5736828 Edm = 108.944 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -721568.115343 Edm = 129.3 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -722408.2285357 Edm = 46.8106 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -722440.9340697 Edm = 0.110072 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -722441.2417919 Edm = 0.281552 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -722504.347385 Edm = 3.31649 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -722507.8189884 Edm = 0.0197459 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -722508.1046454 Edm = 0.278374 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -722540.7015359 Edm = 1.01997 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -722628.7763178 Edm = 3.12361 NCalls = 51 +VariableMetric: Iteration # 12 - FCN = -722633.0131346 Edm = 0.122802 NCalls = 53 +VariableMetric: Iteration # 13 - FCN = -722633.2501793 Edm = 0.0290475 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -722633.3243496 Edm = 0.0348534 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -722635.8743468 Edm = 2.14751 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -722742.6273461 Edm = 11.7356 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -722756.5999554 Edm = 2.23525 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -722765.757123 Edm = 5.58971 NCalls = 76 +VariableMetric: Iteration # 19 - FCN = -722778.4849129 Edm = 35.3188 NCalls = 82 +VariableMetric: Iteration # 20 - FCN = -722791.2287118 Edm = 29.1411 NCalls = 85 +VariableMetric: Iteration # 21 - FCN = -722802.1174908 Edm = 2.00676 NCalls = 87 +VariableMetric: Iteration # 22 - FCN = -722803.4446279 Edm = 0.0755528 NCalls = 89 +VariableMetric: Iteration # 23 - FCN = -722803.5151666 Edm = 0.00378055 NCalls = 90 +VariableMetric: Iteration # 24 - FCN = -722803.5942914 Edm = 0.0751904 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -722824.3206892 Edm = 3.30116 NCalls = 101 +VariableMetric: Iteration # 26 - FCN = -722829.196871 Edm = 2.06549 NCalls = 103 +VariableMetric: Iteration # 27 - FCN = -722831.0778757 Edm = 0.914611 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -722832.3875895 Edm = 0.149725 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -722832.5850805 Edm = 0.00632151 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -722832.5907525 Edm = 0.000936377 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -722832.5928444 Edm = 0.0014487 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -722833.0645509 Edm = 0.43386 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -722839.3740562 Edm = 1.35548 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -722840.355505 Edm = 0.148584 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -722840.534084 Edm = 0.00338312 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -722840.5386415 Edm = 0.000570449 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -722840.5402758 Edm = 0.000422836 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -722840.5431741 Edm = 0.0023738 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -722841.4820978 Edm = 0.829591 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -722865.9903848 Edm = 4.34695 NCalls = 146 +VariableMetric: Iteration # 41 - FCN = -722870.3865603 Edm = 2.24365 NCalls = 148 +VariableMetric: Iteration # 42 - FCN = -722872.6016925 Edm = 1.21565 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -722873.3265131 Edm = 0.235893 NCalls = 154 +VariableMetric: Iteration # 44 - FCN = -722873.5669297 Edm = 0.0097776 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -722873.5789982 Edm = 0.00138246 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -722873.5832272 Edm = 0.00258202 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -722873.7607004 Edm = 0.175433 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -722901.6438751 Edm = 15.4348 NCalls = 172 +VariableMetric: Iteration # 49 - FCN = -722920.3743198 Edm = 36.2053 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -722928.4763022 Edm = 7.62249 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -722931.9661534 Edm = 2.29887 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -722935.2124725 Edm = 1.52394 NCalls = 182 +VariableMetric: Iteration # 53 - FCN = -722938.3156102 Edm = 0.198604 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -722938.6794067 Edm = 0.056127 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -722938.8262622 Edm = 0.0114987 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -722938.8481028 Edm = 0.00374086 NCalls = 191 +VariableMetric: Iteration # 57 - FCN = -722938.8534708 Edm = 0.00120896 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -722938.8555159 Edm = 0.000757094 NCalls = 195 +VariableMetric: Iteration # 59 - FCN = -722938.8652893 Edm = 0.0065358 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -722939.1548153 Edm = 0.26202 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -722939.2009735 Edm = 0.111175 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -722939.6313513 Edm = 0.465464 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -722940.2319268 Edm = 0.617491 NCalls = 218 +VariableMetric: Iteration # 64 - FCN = -722940.3308877 Edm = 0.136735 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -722940.4991524 Edm = 0.250995 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -722941.6565688 Edm = 0.809378 NCalls = 232 +VariableMetric: Iteration # 67 - FCN = -722947.2848265 Edm = 1.36464 NCalls = 235 +VariableMetric: Iteration # 68 - FCN = -722949.5589528 Edm = 1.29133 NCalls = 237 +VariableMetric: Iteration # 69 - FCN = -722950.5008367 Edm = 1.31709 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -722952.8394596 Edm = 1.14147 NCalls = 243 +VariableMetric: Iteration # 71 - FCN = -722957.8308908 Edm = 0.774991 NCalls = 245 +VariableMetric: Iteration # 72 - FCN = -722958.3530254 Edm = 0.114557 NCalls = 247 +VariableMetric: Iteration # 73 - FCN = -722958.4861268 Edm = 0.0128944 NCalls = 249 +VariableMetric: Iteration # 74 - FCN = -722958.4980617 Edm = 0.0031833 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -722958.5089611 Edm = 0.00257456 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -722958.5133202 Edm = 0.000448847 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -722958.5148169 Edm = 0.000357095 NCalls = 256 +VariableMetric: Iteration # 78 - FCN = -722958.5153904 Edm = 0.00024114 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -722958.5198421 Edm = 0.0036347 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -722959.1381539 Edm = 0.587631 NCalls = 268 +VariableMetric: Iteration # 81 - FCN = -722968.9777617 Edm = 0.878861 NCalls = 272 +VariableMetric: Iteration # 82 - FCN = -722969.5873641 Edm = 0.11651 NCalls = 274 +VariableMetric: Iteration # 83 - FCN = -722969.7208195 Edm = 0.0114256 NCalls = 276 +VariableMetric: Iteration # 84 - FCN = -722969.7336081 Edm = 0.000676253 NCalls = 278 +VariableMetric: Iteration # 85 - FCN = -722969.7346251 Edm = 0.000658 NCalls = 280 +VariableMetric: Iteration # 86 - FCN = -722969.7397595 Edm = 0.0040905 NCalls = 283 +VariableMetric: Iteration # 87 - FCN = -722969.8400214 Edm = 0.0992756 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -722971.87938 Edm = 2.1522 NCalls = 292 +VariableMetric: Iteration # 89 - FCN = -722978.5654584 Edm = 4.37092 NCalls = 298 +VariableMetric: Iteration # 90 - FCN = -722983.9899476 Edm = 1.35692 NCalls = 301 +VariableMetric: Iteration # 91 - FCN = -722985.3219975 Edm = 0.499095 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -722985.5747159 Edm = 0.0895406 NCalls = 305 +VariableMetric: Iteration # 93 - FCN = -722985.7045287 Edm = 0.0566991 NCalls = 308 +VariableMetric: Iteration # 94 - FCN = -722985.8010749 Edm = 0.0863974 NCalls = 311 +VariableMetric: Iteration # 95 - FCN = -722985.8550574 Edm = 0.0573785 NCalls = 313 +VariableMetric: Iteration # 96 - FCN = -722985.9154948 Edm = 0.0137684 NCalls = 316 +VariableMetric: Iteration # 97 - FCN = -722985.9322799 Edm = 0.00065076 NCalls = 318 +VariableMetric: Iteration # 98 - FCN = -722985.9330058 Edm = 0.000259952 NCalls = 320 +VariableMetric: Iteration # 99 - FCN = -722985.9342415 Edm = 0.00131352 NCalls = 323 +VariableMetric: Iteration # 100 - FCN = -722986.0278336 Edm = 0.0933771 NCalls = 330 +VariableMetric: Iteration # 101 - FCN = -722986.0621341 Edm = 0.03368 NCalls = 336 +VariableMetric: Iteration # 102 - FCN = -722991.8492807 Edm = 1.40383 NCalls = 343 +VariableMetric: Iteration # 103 - FCN = -722993.0298138 Edm = 0.494873 NCalls = 345 +VariableMetric: Iteration # 104 - FCN = -722993.2484378 Edm = 0.0260045 NCalls = 347 +VariableMetric: Iteration # 105 - FCN = -722993.2687195 Edm = 0.00287616 NCalls = 349 +VariableMetric: Iteration # 106 - FCN = -722993.2711639 Edm = 0.000284853 NCalls = 351 +VariableMetric: Iteration # 107 - FCN = -722993.2714916 Edm = 0.000111224 NCalls = 353 +VariableMetric: Iteration # 108 - FCN = -722993.2716783 Edm = 0.000120242 NCalls = 355 +VariableMetric: Iteration # 109 - FCN = -722993.2757241 Edm = 0.0050776 NCalls = 360 +VariableMetric: Iteration # 110 - FCN = -722993.3517845 Edm = 0.0183734 NCalls = 367 +VariableMetric: Iteration # 111 - FCN = -722993.3999482 Edm = 0.000230189 NCalls = 368 +VariableMetric: Iteration # 112 - FCN = -722993.400207 Edm = 6.09826e-05 NCalls = 370 +VariableMetric: After Hessian - FCN = -722993.400207 Edm = 14.1778 NCalls = 727 +VariableMetric: Iteration # 113 - FCN = -722993.400207 Edm = 14.1778 NCalls = 727 +VariableMetric: Iteration # 114 - FCN = -722997.4103345 Edm = 30.3094 NCalls = 729 +VariableMetric: Iteration # 115 - FCN = -723004.6881627 Edm = 6.24768 NCalls = 731 +VariableMetric: Iteration # 116 - FCN = -723004.8895629 Edm = 0.336217 NCalls = 733 +VariableMetric: Iteration # 117 - FCN = -723005.5798857 Edm = 0.40667 NCalls = 735 +VariableMetric: Iteration # 118 - FCN = -723006.5418165 Edm = 0.309291 NCalls = 738 +VariableMetric: Iteration # 119 - FCN = -723006.8177203 Edm = 0.372868 NCalls = 740 +VariableMetric: Iteration # 120 - FCN = -723007.2197345 Edm = 0.142796 NCalls = 742 +VariableMetric: Iteration # 121 - FCN = -723007.5331306 Edm = 0.208304 NCalls = 745 +VariableMetric: Iteration # 122 - FCN = -723007.704406 Edm = 0.0934847 NCalls = 747 +VariableMetric: Iteration # 123 - FCN = -723007.7817948 Edm = 0.0678251 NCalls = 749 +VariableMetric: Iteration # 124 - FCN = -723007.8196963 Edm = 0.00934184 NCalls = 752 +VariableMetric: Iteration # 125 - FCN = -723007.8281891 Edm = 0.00166633 NCalls = 754 +VariableMetric: Iteration # 126 - FCN = -723007.8307811 Edm = 0.000187813 NCalls = 756 +VariableMetric: Iteration # 127 - FCN = -723007.8310242 Edm = 6.6341e-05 NCalls = 758 +VariableMetric: After Hessian - FCN = -723007.8310242 Edm = 0.000541474 NCalls = 1127 +VariableMetric: Iteration # 128 - FCN = -723007.8310242 Edm = 0.000541474 NCalls = 1127 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716623.7828309 Edm = 0.504316 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716623.7828309 Edm = 0.504316 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717449.4229798 Edm = 1.00005 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717478.6219143 Edm = 1.46886 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -719756.8185587 Edm = 78.7397 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -719870.9017786 Edm = 12.184 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -719875.5187673 Edm = 0.0790287 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -719884.4317218 Edm = 8.67058 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -719998.2407233 Edm = 4.99521 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -720002.5688028 Edm = 0.0637173 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -720002.6496601 Edm = 0.0435361 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -720013.5994346 Edm = 10.6965 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -720198.2550471 Edm = 4.49026 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -720203.7477878 Edm = 0.322542 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -720204.3888014 Edm = 0.0267029 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -720204.4836575 Edm = 0.0263268 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -720204.6488912 Edm = 0.105094 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -720227.2821934 Edm = 27.0306 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -720230.8369165 Edm = 3.78828 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -720232.1049709 Edm = 0.893563 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -720290.452391 Edm = 29.0495 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -720405.9468502 Edm = 7.06624 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -720411.1602902 Edm = 0.734007 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -720411.7911888 Edm = 0.0277438 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -720411.823964 Edm = 0.0175996 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -720412.6100432 Edm = 1.3751 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -720417.346744 Edm = 4.46628 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -720730.9581104 Edm = 61.0455 NCalls = 102 +VariableMetric: Iteration # 27 - FCN = -720803.7786755 Edm = 65.8633 NCalls = 104 +VariableMetric: Iteration # 28 - FCN = -720840.8255569 Edm = 48.3882 NCalls = 106 +VariableMetric: Iteration # 29 - FCN = -720937.2001887 Edm = 62.0109 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -720984.0822132 Edm = 64.1414 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -721012.085667 Edm = 33.9532 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -721091.6852435 Edm = 114.949 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -721326.9103187 Edm = 136.656 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -721407.7110488 Edm = 111.347 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -721591.4996037 Edm = 62.9648 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -721625.0127891 Edm = 21.0209 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -721934.2607951 Edm = 233.522 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -721944.6717771 Edm = 92.1915 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -722222.7256731 Edm = 97.4382 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -722451.7917626 Edm = 47.2503 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -722518.9581238 Edm = 22.5625 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -722532.413864 Edm = 6.96726 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -722546.000957 Edm = 3.35481 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -722564.1943847 Edm = 1.08437 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -722565.4180401 Edm = 0.185179 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -722565.6577782 Edm = 0.0208811 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -722565.704804 Edm = 0.0270919 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -722566.7012106 Edm = 0.96667 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -722567.3297953 Edm = 0.549332 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -722591.4941393 Edm = 17.7951 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -722680.9152373 Edm = 79.5385 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -722716.4572617 Edm = 65.7185 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -722761.767339 Edm = 18.4957 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -722813.0906434 Edm = 45.304 NCalls = 185 +VariableMetric: Iteration # 55 - FCN = -722814.0187425 Edm = 942115 NCalls = 195 +VariableMetric: Iteration # 56 - FCN = -722820.9492433 Edm = 495159 NCalls = 203 +VariableMetric: Iteration # 57 - FCN = -722932.4384379 Edm = 57210 NCalls = 211 +VariableMetric: Iteration # 58 - FCN = -722976.6214036 Edm = 22829.1 NCalls = 217 +VariableMetric: Iteration # 59 - FCN = -722999.4192475 Edm = 7061.15 NCalls = 224 +VariableMetric: Iteration # 60 - FCN = -723027.6762875 Edm = 2599.04 NCalls = 229 +VariableMetric: Iteration # 61 - FCN = -723034.6630981 Edm = 2625.13 NCalls = 233 +VariableMetric: Iteration # 62 - FCN = -723041.0731612 Edm = 796.31 NCalls = 237 +VariableMetric: Iteration # 63 - FCN = -723050.7899565 Edm = 729.178 NCalls = 240 +VariableMetric: Iteration # 64 - FCN = -723060.4187175 Edm = 139.747 NCalls = 243 +VariableMetric: Iteration # 65 - FCN = -723063.425203 Edm = 163.687 NCalls = 246 +VariableMetric: Iteration # 66 - FCN = -723067.4015612 Edm = 448.479 NCalls = 248 +VariableMetric: Iteration # 67 - FCN = -723073.9722947 Edm = 86.1384 NCalls = 251 +VariableMetric: Iteration # 68 - FCN = -723077.2932435 Edm = 72.0374 NCalls = 253 +VariableMetric: Iteration # 69 - FCN = -723080.6579301 Edm = 27.0346 NCalls = 255 +VariableMetric: Iteration # 70 - FCN = -723084.2791909 Edm = 18.0542 NCalls = 257 +VariableMetric: Iteration # 71 - FCN = -723092.3423054 Edm = 8.73972 NCalls = 259 +VariableMetric: Iteration # 72 - FCN = -723094.3244875 Edm = 5.51589 NCalls = 261 +VariableMetric: Iteration # 73 - FCN = -723095.4247418 Edm = 10.381 NCalls = 263 +VariableMetric: Iteration # 74 - FCN = -723097.8589473 Edm = 7.67586 NCalls = 265 +VariableMetric: Iteration # 75 - FCN = -723098.9291556 Edm = 9.34418 NCalls = 267 +VariableMetric: Iteration # 76 - FCN = -723103.5615594 Edm = 2.42644 NCalls = 270 +VariableMetric: Iteration # 77 - FCN = -723105.9064756 Edm = 2.57167 NCalls = 271 +VariableMetric: Iteration # 78 - FCN = -723107.2601939 Edm = 0.508595 NCalls = 273 +VariableMetric: Iteration # 79 - FCN = -723107.7413339 Edm = 0.237605 NCalls = 275 +VariableMetric: Iteration # 80 - FCN = -723107.9921474 Edm = 0.0634267 NCalls = 277 +VariableMetric: Iteration # 81 - FCN = -723108.0480069 Edm = 0.0443225 NCalls = 279 +VariableMetric: Iteration # 82 - FCN = -723108.0966888 Edm = 0.0371082 NCalls = 281 +VariableMetric: Iteration # 83 - FCN = -723108.2122648 Edm = 0.0556514 NCalls = 285 +VariableMetric: Iteration # 84 - FCN = -723108.2994552 Edm = 0.0576499 NCalls = 288 +VariableMetric: Iteration # 85 - FCN = -723108.4083318 Edm = 0.0576365 NCalls = 292 +VariableMetric: Iteration # 86 - FCN = -723108.4455544 Edm = 0.0368567 NCalls = 294 +VariableMetric: Iteration # 87 - FCN = -723108.4847589 Edm = 0.0213927 NCalls = 296 +VariableMetric: Iteration # 88 - FCN = -723108.5173797 Edm = 0.0226343 NCalls = 298 +VariableMetric: Iteration # 89 - FCN = -723108.5677992 Edm = 0.0732222 NCalls = 301 +VariableMetric: Iteration # 90 - FCN = -723108.6049802 Edm = 0.0706485 NCalls = 303 +VariableMetric: Iteration # 91 - FCN = -723108.6205981 Edm = 0.0107957 NCalls = 306 +VariableMetric: Iteration # 92 - FCN = -723108.6434695 Edm = 0.0020727 NCalls = 309 +VariableMetric: Iteration # 93 - FCN = -723108.6451182 Edm = 0.000346267 NCalls = 311 +VariableMetric: Iteration # 94 - FCN = -723108.6456947 Edm = 0.000288354 NCalls = 313 +VariableMetric: Iteration # 95 - FCN = -723108.646442 Edm = 0.000160339 NCalls = 315 +VariableMetric: Iteration # 96 - FCN = -723108.6466578 Edm = 8.4977e-06 NCalls = 317 +VariableMetric: After Hessian - FCN = -723108.6466578 Edm = 1.03182e-05 NCalls = 694 +VariableMetric: Iteration # 97 - FCN = -723108.6466578 Edm = 1.03182e-05 NCalls = 694 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718850.4615508 Edm = 2.32668 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718850.4615508 Edm = 2.32668 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722444.3698613 Edm = 0.942716 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -722472.7761534 Edm = 11.0715 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -722476.6922815 Edm = 1.23202 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -722651.1598225 Edm = 44.2363 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -722699.1841603 Edm = 0.219119 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -722699.3921128 Edm = 0.032749 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -722700.7286069 Edm = 1.40838 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -722701.1839134 Edm = 0.41004 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -722765.2774339 Edm = 3.85791 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -722769.5456145 Edm = 0.166064 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -722770.3202151 Edm = 0.998186 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -722797.8207889 Edm = 13.5511 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -722841.0952902 Edm = 6.05043 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -722853.9071502 Edm = 1.23341 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -722855.2259122 Edm = 0.173634 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -722855.2918486 Edm = 0.0122959 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -722855.3399441 Edm = 0.0393958 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -722870.3024318 Edm = 1.53438 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -722912.946617 Edm = 5.08632 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -722921.4949452 Edm = 0.0659623 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -722922.1664309 Edm = 0.529647 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -722925.9134379 Edm = 3.33369 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -722937.5702558 Edm = 8.90001 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -722981.0041492 Edm = 0.293512 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -722981.2823057 Edm = 0.0351134 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -722981.3331794 Edm = 0.00912181 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -722981.348842 Edm = 0.00209642 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -722981.3571105 Edm = 0.00411842 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -722981.9418115 Edm = 0.509177 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -722997.891897 Edm = 3.45202 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -723001.5933594 Edm = 0.0331529 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -723001.6289577 Edm = 0.000487251 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -723001.6304749 Edm = 0.00100953 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -723001.6983749 Edm = 0.0776801 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -723003.2970161 Edm = 0.403732 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -723004.1888256 Edm = 0.0170334 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -723004.2069094 Edm = 0.00207932 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -723004.2139185 Edm = 0.0017758 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -723004.2541353 Edm = 0.0326065 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -723012.2786834 Edm = 4.36859 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -723014.3680974 Edm = 3.28514 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -723016.2842542 Edm = 1.43973 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -723017.851774 Edm = 0.174823 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -723018.062542 Edm = 0.0980624 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -723018.1847375 Edm = 0.0632181 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -723018.3004986 Edm = 0.00230464 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -723018.3037691 Edm = 0.00126563 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -723018.333413 Edm = 0.034611 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -723019.4935125 Edm = 0.37881 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -723024.3848333 Edm = 2.29029 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -723028.7335285 Edm = 0.143119 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -723028.8537791 Edm = 0.00168825 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -723028.8556114 Edm = 0.00034694 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -723028.8579322 Edm = 0.00199723 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -723029.0753521 Edm = 0.205936 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -723035.029392 Edm = 0.412715 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -723035.3874496 Edm = 0.015923 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -723035.4012725 Edm = 0.000279578 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -723035.4016993 Edm = 0.000133513 NCalls = 192 +VariableMetric: Iteration # 60 - FCN = -723035.4071375 Edm = 0.00586074 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -723035.6346764 Edm = 0.0307908 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -723037.306936 Edm = 0.805308 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -723040.3025691 Edm = 0.238477 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -723040.4976555 Edm = 0.0128741 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -723040.5094429 Edm = 0.000524143 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -723040.51019 Edm = 0.000369093 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -723040.5324355 Edm = 0.0225593 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -723040.5700003 Edm = 0.0360779 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -723053.3636428 Edm = 3.0105 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -723057.4989288 Edm = 0.21326 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -723057.7865708 Edm = 0.0496791 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -723057.8679791 Edm = 0.0476267 NCalls = 238 +VariableMetric: Iteration # 73 - FCN = -723057.9120104 Edm = 0.0145034 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -723057.9310981 Edm = 0.00232886 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -723057.934273 Edm = 0.000491637 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -723057.9416579 Edm = 0.00704657 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -723058.5831621 Edm = 0.292283 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -723058.7001427 Edm = 0.000613519 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -723058.7025533 Edm = 0.0020579 NCalls = 258 +VariableMetric: Iteration # 80 - FCN = -723058.8921856 Edm = 0.216837 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -723058.8993404 Edm = 0.00677834 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -723059.7344067 Edm = 0.0788565 NCalls = 274 +VariableMetric: Iteration # 83 - FCN = -723077.2420135 Edm = 3.32595 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -723080.8893215 Edm = 0.960813 NCalls = 279 +VariableMetric: Iteration # 85 - FCN = -723081.8450592 Edm = 0.60883 NCalls = 281 +VariableMetric: Iteration # 86 - FCN = -723082.7495492 Edm = 0.762102 NCalls = 283 +VariableMetric: Iteration # 87 - FCN = -723084.3794764 Edm = 0.145519 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -723084.5971737 Edm = 0.0166064 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -723084.6192891 Edm = 0.00215287 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -723084.622258 Edm = 0.00032358 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -723084.6229068 Edm = 8.31859e-05 NCalls = 295 +VariableMetric: Iteration # 92 - FCN = -723084.6231732 Edm = 4.94805e-05 NCalls = 297 +VariableMetric: After Hessian - FCN = -723084.6231732 Edm = 16.8714 NCalls = 666 +VariableMetric: Iteration # 93 - FCN = -723084.6231732 Edm = 16.8714 NCalls = 666 +VariableMetric: Iteration # 94 - FCN = -723084.7372731 Edm = 157.605 NCalls = 670 +VariableMetric: Iteration # 95 - FCN = -723084.7409023 Edm = 99.0171 NCalls = 674 +VariableMetric: Iteration # 96 - FCN = -723084.7583827 Edm = 288.179 NCalls = 677 +VariableMetric: Iteration # 97 - FCN = -723084.7733262 Edm = 46.1975 NCalls = 680 +VariableMetric: Iteration # 98 - FCN = -723084.8780656 Edm = 114.226 NCalls = 683 +VariableMetric: Iteration # 99 - FCN = -723085.1012907 Edm = 438.595 NCalls = 685 +VariableMetric: Iteration # 100 - FCN = -723085.6165627 Edm = 132.051 NCalls = 688 +VariableMetric: Iteration # 101 - FCN = -723085.7506935 Edm = 106.387 NCalls = 690 +VariableMetric: Iteration # 102 - FCN = -723086.0374262 Edm = 6.6838 NCalls = 692 +VariableMetric: Iteration # 103 - FCN = -723086.2389098 Edm = 51.6775 NCalls = 694 +VariableMetric: Iteration # 104 - FCN = -723086.5309957 Edm = 3.46412 NCalls = 696 +VariableMetric: Iteration # 105 - FCN = -723086.8902423 Edm = 3.52034 NCalls = 698 +VariableMetric: Iteration # 106 - FCN = -723087.2678661 Edm = 3.12521 NCalls = 700 +VariableMetric: Iteration # 107 - FCN = -723087.7253362 Edm = 3.08856 NCalls = 702 +VariableMetric: Iteration # 108 - FCN = -723088.1470051 Edm = 3.16274 NCalls = 704 +VariableMetric: Iteration # 109 - FCN = -723088.6072325 Edm = 1.93647 NCalls = 706 +VariableMetric: Iteration # 110 - FCN = -723088.8109155 Edm = 1.66402 NCalls = 708 +VariableMetric: Iteration # 111 - FCN = -723089.4424122 Edm = 1.10707 NCalls = 710 +VariableMetric: Iteration # 112 - FCN = -723090.1303212 Edm = 2.57991 NCalls = 711 +VariableMetric: Iteration # 113 - FCN = -723091.6911365 Edm = 6.50252 NCalls = 714 +VariableMetric: Iteration # 114 - FCN = -723094.2723455 Edm = 15.0095 NCalls = 719 +VariableMetric: Iteration # 115 - FCN = -723094.6191657 Edm = 5.769 NCalls = 721 +VariableMetric: Iteration # 116 - FCN = -723096.8463522 Edm = 3.54483 NCalls = 723 +VariableMetric: Iteration # 117 - FCN = -723099.1049154 Edm = 2.13844 NCalls = 726 +VariableMetric: Iteration # 118 - FCN = -723100.6607261 Edm = 6.80597 NCalls = 733 +VariableMetric: Iteration # 119 - FCN = -723101.0666296 Edm = 2.5348 NCalls = 736 +VariableMetric: Iteration # 120 - FCN = -723102.6461171 Edm = 2.03831 NCalls = 739 +VariableMetric: Iteration # 121 - FCN = -723104.6879321 Edm = 5.34823 NCalls = 743 +VariableMetric: Iteration # 122 - FCN = -723105.789012 Edm = 2.19717 NCalls = 747 +VariableMetric: Iteration # 123 - FCN = -723106.2607085 Edm = 0.978482 NCalls = 750 +VariableMetric: Iteration # 124 - FCN = -723107.3416013 Edm = 0.247359 NCalls = 753 +VariableMetric: Iteration # 125 - FCN = -723107.5082325 Edm = 0.654996 NCalls = 755 +VariableMetric: Iteration # 126 - FCN = -723107.7097369 Edm = 0.223168 NCalls = 757 +VariableMetric: Iteration # 127 - FCN = -723107.8694713 Edm = 0.108029 NCalls = 759 +VariableMetric: Iteration # 128 - FCN = -723108.0115092 Edm = 0.0638309 NCalls = 762 +VariableMetric: Iteration # 129 - FCN = -723108.0593289 Edm = 0.100836 NCalls = 764 +VariableMetric: Iteration # 130 - FCN = -723108.1391022 Edm = 0.0679573 NCalls = 767 +VariableMetric: Iteration # 131 - FCN = -723108.3172896 Edm = 0.146329 NCalls = 771 +VariableMetric: Iteration # 132 - FCN = -723108.4437334 Edm = 0.0414857 NCalls = 774 +VariableMetric: Iteration # 133 - FCN = -723108.4896565 Edm = 0.0169702 NCalls = 776 +VariableMetric: Iteration # 134 - FCN = -723108.5051501 Edm = 0.0122359 NCalls = 778 +VariableMetric: Iteration # 135 - FCN = -723108.5326926 Edm = 0.0236084 NCalls = 781 +VariableMetric: Iteration # 136 - FCN = -723108.5946993 Edm = 0.0137465 NCalls = 785 +VariableMetric: Iteration # 137 - FCN = -723108.6087931 Edm = 0.017835 NCalls = 786 +VariableMetric: Iteration # 138 - FCN = -723108.6174204 Edm = 0.00306488 NCalls = 788 +VariableMetric: Iteration # 139 - FCN = -723108.6233376 Edm = 0.000972984 NCalls = 790 +VariableMetric: Iteration # 140 - FCN = -723108.6244867 Edm = 7.37314e-05 NCalls = 792 +VariableMetric: Iteration # 141 - FCN = -723108.6245675 Edm = 3.51517e-06 NCalls = 794 +VariableMetric: After Hessian - FCN = -723108.6245675 Edm = 4.01354e-06 NCalls = 1175 +VariableMetric: Iteration # 142 - FCN = -723108.6245675 Edm = 4.01354e-06 NCalls = 1175 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719236.3537997 Edm = 3.30099 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719236.3537997 Edm = 3.30099 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720768.6166845 Edm = 3.71295 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -720778.9087153 Edm = 6.15729 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -721938.8927213 Edm = 306.186 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -722380.7212555 Edm = 20.6049 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -722391.9337731 Edm = 0.224584 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -722392.4778376 Edm = 0.326465 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -722450.3789118 Edm = 0.513907 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -722450.9044252 Edm = 0.0237108 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -722451.451801 Edm = 0.626223 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -722458.418996 Edm = 5.8395 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -722524.9437622 Edm = 3.64533 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -722529.5593573 Edm = 0.0578724 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -722529.6535008 Edm = 0.0271398 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -722530.6828201 Edm = 1.00861 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -722576.8745417 Edm = 2.78412 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -722708.498479 Edm = 9.24382 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -722720.6881098 Edm = 1.77709 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -722722.5993586 Edm = 0.224325 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -722723.0491737 Edm = 0.0186797 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -722723.0776274 Edm = 0.0078954 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -722723.1360793 Edm = 0.0242873 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -722728.4735372 Edm = 4.70695 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -722784.7110176 Edm = 5.41238 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -722793.0322605 Edm = 5.9563 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -722796.6158215 Edm = 1.7157 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -722798.6781878 Edm = 0.321226 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -722798.9189876 Edm = 0.00471502 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -722798.9260769 Edm = 0.00292085 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -722799.0498294 Edm = 0.122639 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -722818.5911997 Edm = 9.05449 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -722841.1158402 Edm = 2.92542 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -722846.3619016 Edm = 5.16793 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -722852.464714 Edm = 2.06405 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -722856.098836 Edm = 3.49877 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -722857.2937299 Edm = 0.338125 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -722857.8802123 Edm = 0.19414 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -722858.2011205 Edm = 0.0723327 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -722858.2932737 Edm = 0.00467612 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -722858.2976935 Edm = 0.000895962 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -722858.3111185 Edm = 0.0120537 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -722858.9518207 Edm = 0.731133 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -722861.8357905 Edm = 2.44192 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -722873.9645763 Edm = 5.31877 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -722877.1137537 Edm = 1.8389 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -722878.6069897 Edm = 0.349253 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -722878.9563401 Edm = 0.0496193 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -722879.0643852 Edm = 0.0430795 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -722879.1867734 Edm = 0.00695548 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -722879.1923103 Edm = 0.000579905 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -722879.193282 Edm = 0.000422445 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -722879.2125089 Edm = 0.0195717 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -722879.2400444 Edm = 0.0271287 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -722880.0474269 Edm = 0.00410061 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -722891.9100596 Edm = 0.533779 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -722892.3663712 Edm = 0.0207722 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -722892.379523 Edm = 0.00283274 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -722892.382177 Edm = 0.000647903 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -722892.3873857 Edm = 0.00228048 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -722892.4197913 Edm = 0.0275336 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -722892.9554319 Edm = 0.527337 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -722894.0191204 Edm = 0.979902 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -722935.7522622 Edm = 84.6702 NCalls = 213 +VariableMetric: Iteration # 63 - FCN = -722977.3843608 Edm = 2.71715 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -722979.377344 Edm = 0.628943 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -722979.6965981 Edm = 0.0415362 NCalls = 221 +VariableMetric: Iteration # 66 - FCN = -722979.7530496 Edm = 0.0186488 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -722979.8039082 Edm = 0.0161875 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -722979.8298503 Edm = 0.00111937 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -722979.8323814 Edm = 0.0016203 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -722979.8963862 Edm = 0.0672459 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -722979.9382296 Edm = 0.0407227 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -722990.1654664 Edm = 0.958771 NCalls = 245 +VariableMetric: Iteration # 73 - FCN = -722991.1525198 Edm = 0.398941 NCalls = 247 +VariableMetric: Iteration # 74 - FCN = -722991.5986778 Edm = 0.250138 NCalls = 249 +VariableMetric: Iteration # 75 - FCN = -722992.0531434 Edm = 0.260822 NCalls = 254 +VariableMetric: Iteration # 76 - FCN = -722992.4950911 Edm = 0.061999 NCalls = 257 +VariableMetric: Iteration # 77 - FCN = -722992.5747667 Edm = 0.0400351 NCalls = 259 +VariableMetric: Iteration # 78 - FCN = -722992.5890425 Edm = 0.00211256 NCalls = 261 +VariableMetric: Iteration # 79 - FCN = -722992.5914488 Edm = 0.000276804 NCalls = 263 +VariableMetric: Iteration # 80 - FCN = -722992.5951487 Edm = 0.00304173 NCalls = 266 +VariableMetric: Iteration # 81 - FCN = -722992.7369022 Edm = 0.150237 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -722992.793394 Edm = 0.0531373 NCalls = 274 +VariableMetric: Iteration # 83 - FCN = -723001.2565199 Edm = 1.69638 NCalls = 280 +VariableMetric: Iteration # 84 - FCN = -723003.9900005 Edm = 0.349934 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -723004.4447714 Edm = 0.0230588 NCalls = 285 +VariableMetric: Iteration # 86 - FCN = -723004.4703356 Edm = 0.00395105 NCalls = 287 +VariableMetric: Iteration # 87 - FCN = -723004.4766083 Edm = 0.00171357 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -723004.4808065 Edm = 0.000443649 NCalls = 293 +VariableMetric: Iteration # 89 - FCN = -723004.4815028 Edm = 0.000146462 NCalls = 295 +VariableMetric: Iteration # 90 - FCN = -723004.4826492 Edm = 0.000658849 NCalls = 300 +VariableMetric: Iteration # 91 - FCN = -723004.4860025 Edm = 0.00352944 NCalls = 302 +VariableMetric: Iteration # 92 - FCN = -723004.5683269 Edm = 0.151157 NCalls = 310 +VariableMetric: Iteration # 93 - FCN = -723004.5686571 Edm = 0.00104477 NCalls = 312 +VariableMetric: Iteration # 94 - FCN = -723004.5701681 Edm = 0.0011348 NCalls = 314 +VariableMetric: Iteration # 95 - FCN = -723004.6375081 Edm = 0.0880033 NCalls = 319 +VariableMetric: Iteration # 96 - FCN = -723004.6411061 Edm = 0.003164 NCalls = 322 +VariableMetric: Iteration # 97 - FCN = -723004.8302287 Edm = 0.209463 NCalls = 328 +VariableMetric: Iteration # 98 - FCN = -723005.2302417 Edm = 0.179659 NCalls = 336 +VariableMetric: Iteration # 99 - FCN = -723005.489804 Edm = 0.0971234 NCalls = 339 +VariableMetric: Iteration # 100 - FCN = -723005.5546635 Edm = 0.0243707 NCalls = 341 +VariableMetric: Iteration # 101 - FCN = -723006.2435568 Edm = 0.51663 NCalls = 345 +VariableMetric: Iteration # 102 - FCN = -723009.1707364 Edm = 0.672679 NCalls = 348 +VariableMetric: Iteration # 103 - FCN = -723010.5271896 Edm = 0.117594 NCalls = 352 +VariableMetric: Iteration # 104 - FCN = -723010.7207431 Edm = 0.0425286 NCalls = 355 +VariableMetric: Iteration # 105 - FCN = -723010.8169269 Edm = 0.0468734 NCalls = 357 +VariableMetric: Iteration # 106 - FCN = -723010.8600614 Edm = 0.0284567 NCalls = 358 +VariableMetric: Iteration # 107 - FCN = -723011.5447997 Edm = 0.81052 NCalls = 366 +VariableMetric: Iteration # 108 - FCN = -723011.5500535 Edm = 0.0109799 NCalls = 368 +VariableMetric: Iteration # 109 - FCN = -723011.7099425 Edm = 0.191333 NCalls = 372 +VariableMetric: Iteration # 110 - FCN = -723012.1259855 Edm = 0.324488 NCalls = 376 +VariableMetric: Iteration # 111 - FCN = -723013.6341587 Edm = 0.609435 NCalls = 380 +VariableMetric: Iteration # 112 - FCN = -723014.4368318 Edm = 0.472754 NCalls = 382 +VariableMetric: Iteration # 113 - FCN = -723014.6827729 Edm = 0.0750897 NCalls = 383 +VariableMetric: Iteration # 114 - FCN = -723014.7536232 Edm = 0.0143729 NCalls = 386 +VariableMetric: Iteration # 115 - FCN = -723014.7936941 Edm = 0.00938052 NCalls = 390 +VariableMetric: Iteration # 116 - FCN = -723014.8113904 Edm = 0.00527177 NCalls = 393 +VariableMetric: Iteration # 117 - FCN = -723014.8164251 Edm = 0.00165248 NCalls = 394 +VariableMetric: Iteration # 118 - FCN = -723014.8182434 Edm = 0.000123878 NCalls = 396 +VariableMetric: Iteration # 119 - FCN = -723014.8184493 Edm = 6.63627e-05 NCalls = 398 +VariableMetric: After Hessian - FCN = -723014.8184493 Edm = 50.4893 NCalls = 757 +VariableMetric: Iteration # 120 - FCN = -723014.8184493 Edm = 50.4893 NCalls = 757 +VariableMetric: Iteration # 121 - FCN = -723014.8718265 Edm = 73.0139 NCalls = 762 +VariableMetric: Iteration # 122 - FCN = -723017.227389 Edm = 0.230524 NCalls = 766 +VariableMetric: Iteration # 123 - FCN = -723017.2445102 Edm = 1.38952 NCalls = 768 +VariableMetric: Iteration # 124 - FCN = -723018.5626854 Edm = 0.265201 NCalls = 769 +VariableMetric: Iteration # 125 - FCN = -723018.7350199 Edm = 0.248343 NCalls = 771 +VariableMetric: Iteration # 126 - FCN = -723018.7757621 Edm = 0.0526319 NCalls = 773 +VariableMetric: Iteration # 127 - FCN = -723018.8694275 Edm = 0.037876 NCalls = 776 +VariableMetric: Iteration # 128 - FCN = -723018.9108574 Edm = 0.040513 NCalls = 779 +VariableMetric: Iteration # 129 - FCN = -723018.9619024 Edm = 0.0181008 NCalls = 781 +VariableMetric: Iteration # 130 - FCN = -723019.0376121 Edm = 0.0235609 NCalls = 785 +VariableMetric: Iteration # 131 - FCN = -723019.0752758 Edm = 0.0161859 NCalls = 787 +VariableMetric: Iteration # 132 - FCN = -723019.084184 Edm = 0.0059638 NCalls = 789 +VariableMetric: Iteration # 133 - FCN = -723019.0927013 Edm = 0.00369484 NCalls = 791 +VariableMetric: Iteration # 134 - FCN = -723019.1027947 Edm = 0.00546077 NCalls = 793 +VariableMetric: Iteration # 135 - FCN = -723019.1195521 Edm = 0.016028 NCalls = 795 +VariableMetric: Iteration # 136 - FCN = -723019.1706337 Edm = 0.038932 NCalls = 798 +VariableMetric: Iteration # 137 - FCN = -723019.2702386 Edm = 0.072683 NCalls = 801 +VariableMetric: Iteration # 138 - FCN = -723019.3806689 Edm = 0.0733208 NCalls = 804 +VariableMetric: Iteration # 139 - FCN = -723019.450273 Edm = 0.014965 NCalls = 805 +VariableMetric: Iteration # 140 - FCN = -723019.4775251 Edm = 0.00718849 NCalls = 808 +VariableMetric: Iteration # 141 - FCN = -723019.4982258 Edm = 0.00645795 NCalls = 810 +VariableMetric: Iteration # 142 - FCN = -723019.5091359 Edm = 0.00203704 NCalls = 813 +VariableMetric: Iteration # 143 - FCN = -723019.5125715 Edm = 0.000756371 NCalls = 815 +VariableMetric: Iteration # 144 - FCN = -723019.5138946 Edm = 0.000137888 NCalls = 817 +VariableMetric: Iteration # 145 - FCN = -723019.5141255 Edm = 5.02924e-05 NCalls = 819 +VariableMetric: After Hessian - FCN = -723019.5141255 Edm = 0.000348138 NCalls = 1186 +VariableMetric: Iteration # 146 - FCN = -723019.5141255 Edm = 0.000348138 NCalls = 1186 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720588.8013333 Edm = 5.33012 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720588.8013333 Edm = 5.33012 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721855.0479373 Edm = 0.203811 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -721856.2541804 Edm = 0.840751 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -721912.3983516 Edm = 0.521274 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -721913.0139482 Edm = 0.0930063 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -721981.8842657 Edm = 16.5879 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -722003.4693401 Edm = 5.72031 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -722006.7605946 Edm = 0.446085 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -722007.5708352 Edm = 0.28152 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -722029.529737 Edm = 20.0604 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -722105.6915248 Edm = 2.62162 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -722109.1993061 Edm = 1.65821 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -722111.7184693 Edm = 0.474956 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -722112.8829728 Edm = 0.597244 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -722136.7215603 Edm = 30.6801 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -722222.4961434 Edm = 27.0052 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -722260.9498877 Edm = 76.0306 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -722315.8979302 Edm = 10.514 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -722351.5042087 Edm = 9.7993 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -722362.6871203 Edm = 11.3704 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -722372.2139554 Edm = 3.49704 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -722376.1704474 Edm = 1.5171 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -722378.6592611 Edm = 0.798331 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -722380.82188 Edm = 0.120063 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -722380.9280567 Edm = 0.0451673 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -722380.9988623 Edm = 0.0173104 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -722381.1570224 Edm = 0.127365 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -722383.1574286 Edm = 1.89948 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -722386.5653221 Edm = 2.89224 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -722424.8215237 Edm = 25.9634 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -722447.6830527 Edm = 11.2427 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -722458.8031533 Edm = 3.94318 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -722460.1521952 Edm = 0.598981 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -722460.8007207 Edm = 0.0776738 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -722460.8795 Edm = 0.0136052 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -722460.9469722 Edm = 0.0375039 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -722461.597455 Edm = 0.287709 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -722462.4809308 Edm = 0.955167 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -722466.9973223 Edm = 4.89169 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -722486.5899946 Edm = 11.226 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -722494.0183805 Edm = 2.0352 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -722495.9260087 Edm = 0.107527 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -722496.0220144 Edm = 0.0196082 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -722496.0462838 Edm = 0.0154627 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -722496.1150033 Edm = 0.0807773 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -722496.8869978 Edm = 0.551965 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -722496.9455884 Edm = 0.174851 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -722498.0852986 Edm = 0.65402 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -722499.1474808 Edm = 0.163272 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -722499.4595276 Edm = 0.245138 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -722500.840119 Edm = 1.81875 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -722511.2036349 Edm = 6.45864 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -722528.5476607 Edm = 99.1131 NCalls = 188 +VariableMetric: Iteration # 53 - FCN = -722545.3307533 Edm = 14.1469 NCalls = 191 +VariableMetric: Iteration # 54 - FCN = -722556.7227278 Edm = 5.87793 NCalls = 193 +VariableMetric: Iteration # 55 - FCN = -722563.6305014 Edm = 0.185377 NCalls = 195 +VariableMetric: Iteration # 56 - FCN = -722563.8346632 Edm = 0.0219425 NCalls = 197 +VariableMetric: Iteration # 57 - FCN = -722563.8638226 Edm = 0.0180264 NCalls = 199 +VariableMetric: Iteration # 58 - FCN = -722563.8888135 Edm = 0.014062 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -722563.9378753 Edm = 0.0114283 NCalls = 203 +VariableMetric: Iteration # 60 - FCN = -722563.950306 Edm = 0.00134191 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -722563.9572945 Edm = 0.0058081 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -722565.4079518 Edm = 0.528915 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -722576.1129841 Edm = 7.86136 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -722619.2374962 Edm = 17.6599 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -722648.7072187 Edm = 2.91691 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -722652.1941192 Edm = 0.544608 NCalls = 225 +VariableMetric: Iteration # 67 - FCN = -722652.7350281 Edm = 0.0993344 NCalls = 227 +VariableMetric: Iteration # 68 - FCN = -722652.8883077 Edm = 0.164388 NCalls = 229 +VariableMetric: Iteration # 69 - FCN = -722654.0495626 Edm = 0.442897 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -722654.0760232 Edm = 0.0391386 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -722654.4319894 Edm = 0.316974 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -722655.4227035 Edm = 0.449472 NCalls = 243 +VariableMetric: Iteration # 73 - FCN = -722656.3417005 Edm = 0.813008 NCalls = 248 +VariableMetric: Iteration # 74 - FCN = -722657.2958589 Edm = 2.02522 NCalls = 256 +VariableMetric: Iteration # 75 - FCN = -722657.6757336 Edm = 1.32658 NCalls = 259 +VariableMetric: Iteration # 76 - FCN = -722662.002583 Edm = 6.34633 NCalls = 263 +VariableMetric: Iteration # 77 - FCN = -722663.4695462 Edm = 2.45588 NCalls = 267 +VariableMetric: Iteration # 78 - FCN = -722679.5325914 Edm = 19.8081 NCalls = 274 +VariableMetric: Iteration # 79 - FCN = -722680.0984126 Edm = 1.06542 NCalls = 277 +VariableMetric: Iteration # 80 - FCN = -722689.3491109 Edm = 10.144 NCalls = 281 +VariableMetric: Iteration # 81 - FCN = -722694.7250251 Edm = 3.70813 NCalls = 286 +VariableMetric: Iteration # 82 - FCN = -722702.3361844 Edm = 0.961535 NCalls = 288 +VariableMetric: Iteration # 83 - FCN = -722702.6476743 Edm = 0.374921 NCalls = 290 +VariableMetric: Iteration # 84 - FCN = -722703.4622345 Edm = 0.599218 NCalls = 292 +VariableMetric: Iteration # 85 - FCN = -722707.7515062 Edm = 5.73453 NCalls = 299 +VariableMetric: Iteration # 86 - FCN = -722708.3207139 Edm = 2.96941 NCalls = 302 +VariableMetric: Iteration # 87 - FCN = -722717.9208661 Edm = 2.2507 NCalls = 308 +VariableMetric: Iteration # 88 - FCN = -722720.1440482 Edm = 1.68584 NCalls = 309 +VariableMetric: Iteration # 89 - FCN = -722721.8942422 Edm = 0.332184 NCalls = 311 +VariableMetric: Iteration # 90 - FCN = -722722.4758037 Edm = 0.110232 NCalls = 313 +VariableMetric: Iteration # 91 - FCN = -722722.6200923 Edm = 0.0110993 NCalls = 315 +VariableMetric: Iteration # 92 - FCN = -722722.6373635 Edm = 0.00658333 NCalls = 317 +VariableMetric: Iteration # 93 - FCN = -722722.7043566 Edm = 0.0698004 NCalls = 321 +VariableMetric: Iteration # 94 - FCN = -722725.462738 Edm = 3.22812 NCalls = 328 +VariableMetric: Iteration # 95 - FCN = -722725.4866068 Edm = 0.019791 NCalls = 330 +VariableMetric: Iteration # 96 - FCN = -722730.833418 Edm = 2.36078 NCalls = 337 +VariableMetric: Iteration # 97 - FCN = -722764.7200702 Edm = 22.0034 NCalls = 341 +VariableMetric: Iteration # 98 - FCN = -722814.367273 Edm = 16.0928 NCalls = 345 +VariableMetric: Iteration # 99 - FCN = -722836.1331095 Edm = 9.24642 NCalls = 347 +VariableMetric: Iteration # 100 - FCN = -722846.8263851 Edm = 3.176 NCalls = 350 +VariableMetric: Iteration # 101 - FCN = -722849.5172075 Edm = 0.751412 NCalls = 352 +VariableMetric: Iteration # 102 - FCN = -722850.0110608 Edm = 0.0298985 NCalls = 354 +VariableMetric: Iteration # 103 - FCN = -722850.0472802 Edm = 0.00445414 NCalls = 356 +VariableMetric: Iteration # 104 - FCN = -722850.0563167 Edm = 0.0025876 NCalls = 358 +VariableMetric: Iteration # 105 - FCN = -722850.0607123 Edm = 0.00155032 NCalls = 360 +VariableMetric: Iteration # 106 - FCN = -722850.0749169 Edm = 0.00926024 NCalls = 363 +VariableMetric: Iteration # 107 - FCN = -722850.1404977 Edm = 0.0288411 NCalls = 366 +VariableMetric: Iteration # 108 - FCN = -722850.3807608 Edm = 0.203563 NCalls = 369 +VariableMetric: Iteration # 109 - FCN = -722863.9919334 Edm = 21.8397 NCalls = 375 +VariableMetric: Iteration # 110 - FCN = -722886.2335815 Edm = 16.1753 NCalls = 383 +VariableMetric: Iteration # 111 - FCN = -722907.5818191 Edm = 9.80677 NCalls = 385 +VariableMetric: Iteration # 112 - FCN = -722931.4147481 Edm = 3.74762 NCalls = 387 +VariableMetric: Iteration # 113 - FCN = -722937.8356497 Edm = 5.91792 NCalls = 390 +VariableMetric: Iteration # 114 - FCN = -722945.1253602 Edm = 9.63133 NCalls = 393 +VariableMetric: Iteration # 115 - FCN = -722953.3855495 Edm = 9.16934 NCalls = 396 +VariableMetric: Iteration # 116 - FCN = -722957.163419 Edm = 6.64782 NCalls = 399 +VariableMetric: Iteration # 117 - FCN = -722967.6276599 Edm = 7.24109 NCalls = 402 +VariableMetric: Iteration # 118 - FCN = -722982.8235642 Edm = 12.4782 NCalls = 405 +VariableMetric: Iteration # 119 - FCN = -722995.2567533 Edm = 7.73502 NCalls = 408 +VariableMetric: Iteration # 120 - FCN = -723002.8371303 Edm = 2.27358 NCalls = 410 +VariableMetric: Iteration # 121 - FCN = -723005.9797716 Edm = 0.702152 NCalls = 412 +VariableMetric: Iteration # 122 - FCN = -723006.6326432 Edm = 0.166882 NCalls = 414 +VariableMetric: Iteration # 123 - FCN = -723006.8430992 Edm = 0.118232 NCalls = 416 +VariableMetric: Iteration # 124 - FCN = -723008.5818247 Edm = 1.22338 NCalls = 423 +VariableMetric: Iteration # 125 - FCN = -723010.8117408 Edm = 9.74242 NCalls = 428 +VariableMetric: Iteration # 126 - FCN = -723010.9747026 Edm = 0.24238 NCalls = 431 +VariableMetric: Iteration # 127 - FCN = -723013.1131591 Edm = 2.09242 NCalls = 435 +VariableMetric: Iteration # 128 - FCN = -723017.6818212 Edm = 1.72794 NCalls = 440 +VariableMetric: Iteration # 129 - FCN = -723019.5414988 Edm = 0.639513 NCalls = 442 +VariableMetric: Iteration # 130 - FCN = -723020.4272286 Edm = 0.392401 NCalls = 444 +VariableMetric: Iteration # 131 - FCN = -723020.8322607 Edm = 0.0614957 NCalls = 445 +VariableMetric: Iteration # 132 - FCN = -723020.8805381 Edm = 0.00424376 NCalls = 447 +VariableMetric: Iteration # 133 - FCN = -723020.8855686 Edm = 0.00167662 NCalls = 449 +VariableMetric: Iteration # 134 - FCN = -723020.8909023 Edm = 0.00618411 NCalls = 451 +VariableMetric: Iteration # 135 - FCN = -723021.0380318 Edm = 0.144072 NCalls = 457 +VariableMetric: Iteration # 136 - FCN = -723028.8611588 Edm = 8.54316 NCalls = 462 +VariableMetric: Iteration # 137 - FCN = -723035.3868457 Edm = 7.84313 NCalls = 468 +VariableMetric: Iteration # 138 - FCN = -723036.0534437 Edm = 1.32403 NCalls = 471 +VariableMetric: Iteration # 139 - FCN = -723037.6045669 Edm = 3.32206 NCalls = 475 +VariableMetric: Iteration # 140 - FCN = -723043.0474099 Edm = 3.43046 NCalls = 480 +VariableMetric: Iteration # 141 - FCN = -723050.026753 Edm = 0.47654 NCalls = 483 +VariableMetric: Iteration # 142 - FCN = -723050.7719619 Edm = 0.325058 NCalls = 485 +VariableMetric: Iteration # 143 - FCN = -723050.9961985 Edm = 0.105091 NCalls = 487 +VariableMetric: Iteration # 144 - FCN = -723051.190426 Edm = 0.013876 NCalls = 489 +VariableMetric: Iteration # 145 - FCN = -723051.2049039 Edm = 0.000872006 NCalls = 491 +VariableMetric: Iteration # 146 - FCN = -723051.207216 Edm = 0.0014634 NCalls = 493 +VariableMetric: Iteration # 147 - FCN = -723051.2101291 Edm = 0.00106221 NCalls = 496 +VariableMetric: Iteration # 148 - FCN = -723051.2116535 Edm = 0.000310034 NCalls = 498 +VariableMetric: Iteration # 149 - FCN = -723051.2140522 Edm = 0.00212312 NCalls = 501 +VariableMetric: Iteration # 150 - FCN = -723051.3884323 Edm = 0.16443 NCalls = 508 +VariableMetric: Iteration # 151 - FCN = -723056.0087637 Edm = 2.9141 NCalls = 512 +VariableMetric: Iteration # 152 - FCN = -723062.3437641 Edm = 1.77469 NCalls = 514 +VariableMetric: Iteration # 153 - FCN = -723064.1604508 Edm = 0.15427 NCalls = 517 +VariableMetric: Iteration # 154 - FCN = -723064.2733599 Edm = 0.0242631 NCalls = 519 +VariableMetric: Iteration # 155 - FCN = -723064.2968276 Edm = 0.00241044 NCalls = 521 +VariableMetric: Iteration # 156 - FCN = -723064.2999679 Edm = 0.000321234 NCalls = 523 +VariableMetric: Iteration # 157 - FCN = -723064.3005462 Edm = 0.000280665 NCalls = 525 +VariableMetric: Iteration # 158 - FCN = -723064.3042127 Edm = 0.00364117 NCalls = 529 +VariableMetric: Iteration # 159 - FCN = -723064.4463857 Edm = 0.154244 NCalls = 536 +VariableMetric: Iteration # 160 - FCN = -723064.4472363 Edm = 0.000639088 NCalls = 538 +VariableMetric: Iteration # 161 - FCN = -723064.8593874 Edm = 0.367233 NCalls = 545 +VariableMetric: Iteration # 162 - FCN = -723072.2591176 Edm = 2.41882 NCalls = 550 +VariableMetric: Iteration # 163 - FCN = -723074.6455046 Edm = 0.346704 NCalls = 551 +VariableMetric: Iteration # 164 - FCN = -723074.9977203 Edm = 0.0164571 NCalls = 553 +VariableMetric: Iteration # 165 - FCN = -723075.0159835 Edm = 0.000363756 NCalls = 555 +VariableMetric: Iteration # 166 - FCN = -723075.0164207 Edm = 5.29046e-05 NCalls = 557 +VariableMetric: After Hessian - FCN = -723075.0164207 Edm = 3490.77 NCalls = 916 +VariableMetric: Iteration # 167 - FCN = -723075.0164207 Edm = 3490.77 NCalls = 916 +VariableMetric: Iteration # 168 - FCN = -723076.1883991 Edm = 40.7593 NCalls = 927 +VariableMetric: Iteration # 169 - FCN = -723103.1737673 Edm = 1.94694 NCalls = 929 +VariableMetric: Iteration # 170 - FCN = -723103.5698544 Edm = 0.596452 NCalls = 933 +VariableMetric: Iteration # 171 - FCN = -723104.7416157 Edm = 0.197559 NCalls = 936 +VariableMetric: Iteration # 172 - FCN = -723105.1096556 Edm = 0.0492587 NCalls = 938 +VariableMetric: Iteration # 173 - FCN = -723105.2343443 Edm = 0.0508423 NCalls = 940 +VariableMetric: Iteration # 174 - FCN = -723105.3278872 Edm = 0.0152225 NCalls = 942 +VariableMetric: Iteration # 175 - FCN = -723105.3519017 Edm = 0.0068565 NCalls = 944 +VariableMetric: Iteration # 176 - FCN = -723105.3765263 Edm = 0.0209956 NCalls = 947 +VariableMetric: Iteration # 177 - FCN = -723105.5874451 Edm = 0.179112 NCalls = 954 +VariableMetric: Iteration # 178 - FCN = -723105.5996692 Edm = 0.031957 NCalls = 957 +VariableMetric: Iteration # 179 - FCN = -723105.9798604 Edm = 0.183884 NCalls = 962 +VariableMetric: Iteration # 180 - FCN = -723106.3613214 Edm = 0.474218 NCalls = 965 +VariableMetric: Iteration # 181 - FCN = -723106.697267 Edm = 0.247476 NCalls = 967 +VariableMetric: Iteration # 182 - FCN = -723107.2104447 Edm = 1.02853 NCalls = 970 +VariableMetric: Iteration # 183 - FCN = -723107.76915 Edm = 0.116774 NCalls = 973 +VariableMetric: Iteration # 184 - FCN = -723107.9051049 Edm = 0.15877 NCalls = 976 +VariableMetric: Iteration # 185 - FCN = -723108.0595341 Edm = 0.0822955 NCalls = 978 +VariableMetric: Iteration # 186 - FCN = -723108.203528 Edm = 0.0581808 NCalls = 981 +VariableMetric: Iteration # 187 - FCN = -723108.321755 Edm = 0.0704079 NCalls = 984 +VariableMetric: Iteration # 188 - FCN = -723108.3981893 Edm = 0.0623607 NCalls = 989 +VariableMetric: Iteration # 189 - FCN = -723108.4893901 Edm = 0.0162799 NCalls = 991 +VariableMetric: Iteration # 190 - FCN = -723108.5089041 Edm = 0.00914413 NCalls = 993 +VariableMetric: Iteration # 191 - FCN = -723108.5153673 Edm = 0.00613036 NCalls = 995 +VariableMetric: Iteration # 192 - FCN = -723108.5278503 Edm = 0.00365049 NCalls = 997 +VariableMetric: Iteration # 193 - FCN = -723108.533183 Edm = 0.000918799 NCalls = 999 +VariableMetric: Iteration # 194 - FCN = -723108.5353456 Edm = 0.000393239 NCalls = 1001 +VariableMetric: Iteration # 195 - FCN = -723108.535772 Edm = 8.93517e-05 NCalls = 1002 +VariableMetric: Iteration # 196 - FCN = -723108.535849 Edm = 6.26276e-06 NCalls = 1003 +VariableMetric: After Hessian - FCN = -723108.535849 Edm = 1.55558e-05 NCalls = 1378 +VariableMetric: Iteration # 197 - FCN = -723108.535849 Edm = 1.55558e-05 NCalls = 1378 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716672.5761252 Edm = 6.88852 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716672.5761252 Edm = 6.88852 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719365.6233793 Edm = 9.95772 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719394.6083357 Edm = 34.4384 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -721588.9615755 Edm = 211.884 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -721920.5887213 Edm = 2.75742 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -721925.3191925 Edm = 0.673322 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -721936.7514933 Edm = 8.75694 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -722137.3568964 Edm = 5.80641 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -722143.5115901 Edm = 0.036608 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -722143.5798266 Edm = 0.0372273 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -722179.3745059 Edm = 0.450074 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -722288.7965713 Edm = 54.5061 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -722297.0026989 Edm = 0.201348 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -722297.1953329 Edm = 0.0105195 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -722316.2774418 Edm = 0.687117 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -722373.2697825 Edm = 0.656886 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -722373.9780853 Edm = 0.00773977 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -722373.9945059 Edm = 0.00876066 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -722376.0884124 Edm = 1.31609 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -722430.3265293 Edm = 8.18052 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -722445.9370213 Edm = 20.1259 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -722468.1972303 Edm = 4.77103 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -722473.1480371 Edm = 0.559507 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -722473.6425357 Edm = 0.0231423 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -722473.7156037 Edm = 0.0535046 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -722475.4497742 Edm = 1.25067 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -722532.178819 Edm = 22.5373 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -722583.8816934 Edm = 4.35167 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -722589.6943251 Edm = 3.05825 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -722592.381505 Edm = 1.91167 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -722594.8763848 Edm = 1.68601 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -722595.9790159 Edm = 0.0736597 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -722596.0603353 Edm = 0.000868905 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -722596.063014 Edm = 0.00133629 NCalls = 106 +VariableMetric: Iteration # 34 - FCN = -722596.0813806 Edm = 0.0134461 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -722613.5041226 Edm = 6.66733 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -722654.545179 Edm = 9.24725 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -722668.2180561 Edm = 2.48568 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -722672.2207119 Edm = 0.748077 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -722672.8865601 Edm = 0.0723032 NCalls = 124 +VariableMetric: Iteration # 40 - FCN = -722672.9368936 Edm = 0.0093925 NCalls = 126 +VariableMetric: Iteration # 41 - FCN = -722672.973415 Edm = 0.0270938 NCalls = 128 +VariableMetric: Iteration # 42 - FCN = -722673.8425233 Edm = 0.933723 NCalls = 132 +VariableMetric: Iteration # 43 - FCN = -722689.6635779 Edm = 15.7057 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -722793.2870916 Edm = 10.0963 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -722801.0456103 Edm = 5.99382 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -722875.4936725 Edm = 49.8029 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -722932.8935165 Edm = 100.126 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -722944.3275457 Edm = 13.4977 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -722955.1574812 Edm = 0.52146 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -722955.8388903 Edm = 0.0808297 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -722955.9196896 Edm = 0.00677446 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -722955.9349918 Edm = 0.00721013 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -722956.1647302 Edm = 0.203227 NCalls = 169 +VariableMetric: Iteration # 54 - FCN = -722981.8671865 Edm = 9.98029 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -722996.7769327 Edm = 2.38917 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -723000.6737216 Edm = 1.63702 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -723003.0511135 Edm = 1.53964 NCalls = 184 +VariableMetric: Iteration # 58 - FCN = -723004.6907125 Edm = 2.68671 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -723008.0986244 Edm = 0.540231 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -723008.9652475 Edm = 0.0416964 NCalls = 192 +VariableMetric: Iteration # 61 - FCN = -723008.9952293 Edm = 0.0102177 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -723009.0022356 Edm = 0.000596014 NCalls = 196 +VariableMetric: Iteration # 63 - FCN = -723009.0036207 Edm = 0.000792929 NCalls = 198 +VariableMetric: Iteration # 64 - FCN = -723009.0344049 Edm = 0.0239788 NCalls = 202 +VariableMetric: Iteration # 65 - FCN = -723010.6831681 Edm = 1.41202 NCalls = 207 +VariableMetric: Iteration # 66 - FCN = -723036.0121273 Edm = 2.35905 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -723038.5189749 Edm = 0.0888579 NCalls = 212 +VariableMetric: Iteration # 68 - FCN = -723038.620505 Edm = 0.0157766 NCalls = 214 +VariableMetric: Iteration # 69 - FCN = -723038.6556495 Edm = 0.00508813 NCalls = 217 +VariableMetric: Iteration # 70 - FCN = -723038.6619435 Edm = 0.000728612 NCalls = 219 +VariableMetric: Iteration # 71 - FCN = -723038.6633181 Edm = 0.000570629 NCalls = 221 +VariableMetric: Iteration # 72 - FCN = -723038.6760473 Edm = 0.0105924 NCalls = 225 +VariableMetric: Iteration # 73 - FCN = -723039.0625669 Edm = 0.330098 NCalls = 231 +VariableMetric: Iteration # 74 - FCN = -723040.390221 Edm = 2.37885 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -723041.3523313 Edm = 2.46219 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -723042.7226084 Edm = 0.99704 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -723045.5689662 Edm = 0.28406 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -723046.7601833 Edm = 0.663352 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -723048.6453101 Edm = 0.349122 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -723049.1951325 Edm = 0.0706911 NCalls = 251 +VariableMetric: Iteration # 81 - FCN = -723049.44608 Edm = 0.243238 NCalls = 253 +VariableMetric: Iteration # 82 - FCN = -723049.6172689 Edm = 0.320165 NCalls = 255 +VariableMetric: Iteration # 83 - FCN = -723050.0234236 Edm = 0.145902 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -723050.1271776 Edm = 0.18726 NCalls = 263 +VariableMetric: Iteration # 85 - FCN = -723050.2952751 Edm = 0.00731217 NCalls = 265 +VariableMetric: Iteration # 86 - FCN = -723050.3030035 Edm = 0.000236113 NCalls = 266 +VariableMetric: Iteration # 87 - FCN = -723050.3033619 Edm = 0.000201682 NCalls = 268 +VariableMetric: Iteration # 88 - FCN = -723050.3083492 Edm = 0.00486161 NCalls = 272 +VariableMetric: Iteration # 89 - FCN = -723050.3161141 Edm = 0.00783256 NCalls = 277 +VariableMetric: Iteration # 90 - FCN = -723050.4024287 Edm = 0.0795445 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -723059.7492493 Edm = 2.69634 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -723061.4091657 Edm = 0.557484 NCalls = 294 +VariableMetric: Iteration # 93 - FCN = -723062.1813567 Edm = 0.903923 NCalls = 296 +VariableMetric: Iteration # 94 - FCN = -723064.8006846 Edm = 13.2505 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -723065.3004167 Edm = 2.50299 NCalls = 305 +VariableMetric: Iteration # 96 - FCN = -723070.9045331 Edm = 4.01865 NCalls = 309 +VariableMetric: Iteration # 97 - FCN = -723071.9097779 Edm = 1.55798 NCalls = 312 +VariableMetric: Iteration # 98 - FCN = -723075.26494 Edm = 2.18916 NCalls = 315 +VariableMetric: Iteration # 99 - FCN = -723076.4880853 Edm = 0.508479 NCalls = 317 +VariableMetric: Iteration # 100 - FCN = -723077.7127073 Edm = 0.861204 NCalls = 319 +VariableMetric: Iteration # 101 - FCN = -723079.9403141 Edm = 0.373305 NCalls = 323 +VariableMetric: Iteration # 102 - FCN = -723080.2326168 Edm = 0.0485795 NCalls = 325 +VariableMetric: Iteration # 103 - FCN = -723080.2898492 Edm = 0.0195581 NCalls = 327 +VariableMetric: Iteration # 104 - FCN = -723080.3154238 Edm = 0.00746676 NCalls = 329 +VariableMetric: Iteration # 105 - FCN = -723080.3248482 Edm = 0.000581663 NCalls = 331 +VariableMetric: Iteration # 106 - FCN = -723080.3254297 Edm = 7.48626e-05 NCalls = 332 +VariableMetric: After Hessian - FCN = -723080.3254297 Edm = 13.7841 NCalls = 689 +VariableMetric: Iteration # 107 - FCN = -723080.3254297 Edm = 13.7841 NCalls = 689 +VariableMetric: Iteration # 108 - FCN = -723083.5104255 Edm = 96.8052 NCalls = 700 +VariableMetric: Iteration # 109 - FCN = -723083.5490533 Edm = 39.1271 NCalls = 711 +VariableMetric: Iteration # 110 - FCN = -723084.4597831 Edm = 105442 NCalls = 717 +VariableMetric: Iteration # 111 - FCN = -723086.1364338 Edm = 1313.61 NCalls = 723 +VariableMetric: Iteration # 112 - FCN = -723086.2308517 Edm = 137.609 NCalls = 728 +VariableMetric: Iteration # 113 - FCN = -723086.2338174 Edm = 414.268 NCalls = 733 +VariableMetric: Iteration # 114 - FCN = -723086.2554284 Edm = 151.091 NCalls = 737 +VariableMetric: Iteration # 115 - FCN = -723086.3784753 Edm = 123.221 NCalls = 740 +VariableMetric: Iteration # 116 - FCN = -723086.3902947 Edm = 14.0141 NCalls = 744 +VariableMetric: Iteration # 117 - FCN = -723086.41887 Edm = 11.5533 NCalls = 747 +VariableMetric: Iteration # 118 - FCN = -723086.4282824 Edm = 22.6748 NCalls = 750 +VariableMetric: Iteration # 119 - FCN = -723086.6976047 Edm = 11.6946 NCalls = 752 +VariableMetric: Iteration # 120 - FCN = -723086.974173 Edm = 20.0391 NCalls = 754 +VariableMetric: Iteration # 121 - FCN = -723087.225165 Edm = 9.9846 NCalls = 756 +VariableMetric: Iteration # 122 - FCN = -723087.2624389 Edm = 11.7474 NCalls = 758 +VariableMetric: Iteration # 123 - FCN = -723087.2778935 Edm = 1.09327 NCalls = 761 +VariableMetric: Iteration # 124 - FCN = -723087.3329327 Edm = 4.41005 NCalls = 763 +VariableMetric: Iteration # 125 - FCN = -723087.5432307 Edm = 18.3588 NCalls = 765 +VariableMetric: Iteration # 126 - FCN = -723087.9589135 Edm = 9.63053 NCalls = 767 +VariableMetric: Iteration # 127 - FCN = -723088.077838 Edm = 1.16096 NCalls = 769 +VariableMetric: Iteration # 128 - FCN = -723088.4815006 Edm = 9.24516 NCalls = 771 +VariableMetric: Iteration # 129 - FCN = -723089.0732884 Edm = 0.955927 NCalls = 773 +VariableMetric: Iteration # 130 - FCN = -723089.7349484 Edm = 1.68722 NCalls = 775 +VariableMetric: Iteration # 131 - FCN = -723090.6476026 Edm = 0.473952 NCalls = 778 +VariableMetric: Iteration # 132 - FCN = -723090.7297246 Edm = 0.308974 NCalls = 780 +VariableMetric: Iteration # 133 - FCN = -723091.0253535 Edm = 0.297551 NCalls = 783 +VariableMetric: Iteration # 134 - FCN = -723091.4493976 Edm = 1.60619 NCalls = 786 +VariableMetric: Iteration # 135 - FCN = -723095.8136112 Edm = 64.734 NCalls = 792 +VariableMetric: Iteration # 136 - FCN = -723096.0597463 Edm = 2.04948 NCalls = 795 +VariableMetric: Iteration # 137 - FCN = -723098.1849691 Edm = 8.93701 NCalls = 800 +VariableMetric: Iteration # 138 - FCN = -723100.1314702 Edm = 3.08947 NCalls = 804 +VariableMetric: Iteration # 139 - FCN = -723101.0119041 Edm = 1.12209 NCalls = 808 +VariableMetric: Iteration # 140 - FCN = -723103.4644079 Edm = 5.42614 NCalls = 814 +VariableMetric: Iteration # 141 - FCN = -723103.9415268 Edm = 0.94206 NCalls = 818 +VariableMetric: Iteration # 142 - FCN = -723105.523742 Edm = 1.67916 NCalls = 822 +VariableMetric: Iteration # 143 - FCN = -723107.5539648 Edm = 0.979784 NCalls = 826 +VariableMetric: Iteration # 144 - FCN = -723108.1527905 Edm = 0.454646 NCalls = 828 +VariableMetric: Iteration # 145 - FCN = -723108.456142 Edm = 0.0714681 NCalls = 829 +VariableMetric: Iteration # 146 - FCN = -723108.4937149 Edm = 0.0179847 NCalls = 831 +VariableMetric: Iteration # 147 - FCN = -723108.5154678 Edm = 0.00643517 NCalls = 834 +VariableMetric: Iteration # 148 - FCN = -723108.5254309 Edm = 0.00225279 NCalls = 836 +VariableMetric: Iteration # 149 - FCN = -723108.5279345 Edm = 0.001161 NCalls = 838 +VariableMetric: Iteration # 150 - FCN = -723108.5313214 Edm = 0.0019794 NCalls = 840 +VariableMetric: Iteration # 151 - FCN = -723108.5345173 Edm = 0.000663177 NCalls = 842 +VariableMetric: Iteration # 152 - FCN = -723108.5354122 Edm = 0.000130658 NCalls = 844 +VariableMetric: Iteration # 153 - FCN = -723108.5355764 Edm = 1.07455e-05 NCalls = 846 +VariableMetric: After Hessian - FCN = -723108.5355764 Edm = 0.000284686 NCalls = 1223 +VariableMetric: Iteration # 154 - FCN = -723108.5355764 Edm = 0.000284686 NCalls = 1223 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716532.9374507 Edm = 8.97189 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716532.9374507 Edm = 8.97189 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721126.4922444 Edm = 2.40847 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -721429.7478706 Edm = 240.987 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -721963.4442627 Edm = 34.1233 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -721995.9116375 Edm = 2.17157 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -721998.7564761 Edm = 0.132935 NCalls = 18 +VariableMetric: Iteration # 6 - FCN = -721999.4263805 Edm = 0.459201 NCalls = 20 +VariableMetric: Iteration # 7 - FCN = -722023.389303 Edm = 1.77565 NCalls = 25 +VariableMetric: Iteration # 8 - FCN = -722025.603483 Edm = 0.0247653 NCalls = 27 +VariableMetric: Iteration # 9 - FCN = -722025.8282598 Edm = 0.188882 NCalls = 30 +VariableMetric: Iteration # 10 - FCN = -722334.8685156 Edm = 303.235 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -722335.1148599 Edm = 0.460182 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -722360.506817 Edm = 24.9603 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -722693.8369562 Edm = 28.2971 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -722729.3190424 Edm = 1.83087 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -722731.5939382 Edm = 0.509131 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -722732.1259218 Edm = 0.0456617 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -722732.2832738 Edm = 0.116898 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -722755.5408144 Edm = 17.2589 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -722850.6717019 Edm = 4.60051 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -722856.2169314 Edm = 0.406926 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -722856.5900468 Edm = 0.049157 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -722856.6515182 Edm = 0.0112466 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -722856.7490029 Edm = 0.0628032 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -722857.5268036 Edm = 0.579958 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -722914.9374418 Edm = 8.4006 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -722940.7640386 Edm = 15.0469 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -722966.3436834 Edm = 21.7601 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -722979.231941 Edm = 28.4021 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -722996.4762373 Edm = 6.5174 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -722999.5325263 Edm = 0.583058 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -723000.0146176 Edm = 0.142457 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -723000.2431793 Edm = 0.0255036 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -723000.2741846 Edm = 0.00400608 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -723000.2943031 Edm = 0.0179565 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -723001.5775495 Edm = 1.25379 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -723017.293443 Edm = 9.14173 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -723026.9490627 Edm = 2.16269 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -723029.4148995 Edm = 0.0923388 NCalls = 124 +VariableMetric: Iteration # 39 - FCN = -723029.4853513 Edm = 0.00477137 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -723029.4910701 Edm = 0.00124576 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -723029.5026259 Edm = 0.00950509 NCalls = 131 +VariableMetric: Iteration # 42 - FCN = -723029.8686768 Edm = 0.377957 NCalls = 135 +VariableMetric: Iteration # 43 - FCN = -723034.1951925 Edm = 3.68217 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -723055.0264378 Edm = 2.51446 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -723057.2516912 Edm = 0.0869475 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -723057.3171751 Edm = 0.003822 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -723057.3200054 Edm = 0.000523937 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -723057.3236492 Edm = 0.0029113 NCalls = 154 +VariableMetric: Iteration # 49 - FCN = -723057.380889 Edm = 0.0495106 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -723057.8846911 Edm = 0.470249 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -723059.7808542 Edm = 0.0213768 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -723059.8039398 Edm = 0.000349157 NCalls = 167 +VariableMetric: Iteration # 53 - FCN = -723059.8049387 Edm = 0.000658671 NCalls = 169 +VariableMetric: Iteration # 54 - FCN = -723060.0226671 Edm = 0.218373 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -723060.0801525 Edm = 0.0567682 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -723065.6246085 Edm = 0.197576 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -723065.7912828 Edm = 0.00371094 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -723065.79529 Edm = 0.000188805 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -723065.7983163 Edm = 0.00273857 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -723066.2228903 Edm = 0.277335 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -723067.2050504 Edm = 0.0194033 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -723067.2298017 Edm = 0.000340223 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -723067.2309046 Edm = 0.000660511 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -723067.2969924 Edm = 0.059434 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -723071.1083778 Edm = 2.29631 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -723076.1756526 Edm = 1.20689 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -723077.1012369 Edm = 0.347853 NCalls = 224 +VariableMetric: Iteration # 68 - FCN = -723077.4115809 Edm = 0.0255551 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -723077.440668 Edm = 0.0158706 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -723077.4747202 Edm = 0.0273525 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -723077.6147035 Edm = 0.182921 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -723077.7605668 Edm = 0.422156 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -723077.7954001 Edm = 0.0643964 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -723078.2301423 Edm = 0.29059 NCalls = 251 +VariableMetric: Iteration # 75 - FCN = -723078.9316641 Edm = 0.187004 NCalls = 253 +VariableMetric: Iteration # 76 - FCN = -723078.9889511 Edm = 0.0502781 NCalls = 255 +VariableMetric: Iteration # 77 - FCN = -723079.0421042 Edm = 0.00222661 NCalls = 257 +VariableMetric: Iteration # 78 - FCN = -723079.0447198 Edm = 0.00021224 NCalls = 259 +VariableMetric: Iteration # 79 - FCN = -723079.0487295 Edm = 0.00389741 NCalls = 263 +VariableMetric: Iteration # 80 - FCN = -723079.3458171 Edm = 0.123269 NCalls = 270 +VariableMetric: Iteration # 81 - FCN = -723079.4117064 Edm = 0.0016007 NCalls = 272 +VariableMetric: Iteration # 82 - FCN = -723079.4132412 Edm = 0.000241425 NCalls = 273 +VariableMetric: Iteration # 83 - FCN = -723079.4179306 Edm = 0.00405104 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -723079.8050633 Edm = 0.348387 NCalls = 282 +VariableMetric: Iteration # 85 - FCN = -723084.7897307 Edm = 1.58004 NCalls = 287 +VariableMetric: Iteration # 86 - FCN = -723085.8485718 Edm = 0.169589 NCalls = 289 +VariableMetric: Iteration # 87 - FCN = -723085.9974104 Edm = 0.00881889 NCalls = 290 +VariableMetric: Iteration # 88 - FCN = -723086.0049547 Edm = 0.000173065 NCalls = 291 +VariableMetric: Iteration # 89 - FCN = -723086.0051688 Edm = 4.79104e-05 NCalls = 293 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714064.5385127 Edm = 9.46706 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714064.5385127 Edm = 9.46706 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719517.5983161 Edm = 9.83265 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -719781.3204967 Edm = 1482.03 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -719829.7547095 Edm = 0.64778 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -720076.7077079 Edm = 120.43 NCalls = 25 +VariableMetric: Iteration # 5 - FCN = -720235.1924586 Edm = 44.7141 NCalls = 28 +VariableMetric: Iteration # 6 - FCN = -720260.3471253 Edm = 0.548498 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -720263.6404396 Edm = 3.23881 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -720402.7720296 Edm = 15.589 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -720419.1518028 Edm = 0.0635179 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -720419.4235326 Edm = 0.226919 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -720500.8831643 Edm = 9.9475 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -720633.1426814 Edm = 21.3359 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -720682.7038608 Edm = 3.02184 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -720727.3491189 Edm = 19.8812 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -720735.9399432 Edm = 38.7263 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -720758.0608156 Edm = 5.54253 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -720762.6873158 Edm = 0.0232875 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -720762.7205061 Edm = 0.0122062 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -720765.5792333 Edm = 2.77921 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -720765.6403604 Edm = 0.0488587 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -720811.3643468 Edm = 18.3119 NCalls = 85 +VariableMetric: Iteration # 22 - FCN = -720911.1081822 Edm = 47.4339 NCalls = 88 +VariableMetric: Iteration # 23 - FCN = -721003.7630641 Edm = 20.0397 NCalls = 90 +VariableMetric: Iteration # 24 - FCN = -721033.6384529 Edm = 21.9319 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -721038.1962965 Edm = 8.26253 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -721051.8497389 Edm = 14.0997 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -721102.9879692 Edm = 25.989 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -721178.6137136 Edm = 18.3615 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -721190.1164691 Edm = 6.67395 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -721193.1255716 Edm = 0.640618 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -721194.3233548 Edm = 0.845664 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -721202.3704572 Edm = 5.51079 NCalls = 122 +VariableMetric: Iteration # 33 - FCN = -721202.8379493 Edm = 2.05117 NCalls = 125 +VariableMetric: Iteration # 34 - FCN = -721204.94266 Edm = 0.143503 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -721205.0434521 Edm = 0.0341518 NCalls = 130 +VariableMetric: Iteration # 36 - FCN = -721205.8023784 Edm = 0.678091 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -721208.0650328 Edm = 0.649114 NCalls = 136 +VariableMetric: Iteration # 38 - FCN = -721221.13954 Edm = 14.3722 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -721325.8034377 Edm = 94.9332 NCalls = 146 +VariableMetric: Iteration # 40 - FCN = -721327.6227156 Edm = 1.82817 NCalls = 148 +VariableMetric: Iteration # 41 - FCN = -721340.8360578 Edm = 10.8037 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -721432.2833126 Edm = 46.3352 NCalls = 159 +VariableMetric: Iteration # 43 - FCN = -721447.2372923 Edm = 121.409 NCalls = 162 +VariableMetric: Iteration # 44 - FCN = -721632.1587047 Edm = 149.438 NCalls = 171 +VariableMetric: Iteration # 45 - FCN = -721673.7236613 Edm = 281.528 NCalls = 173 +VariableMetric: Iteration # 46 - FCN = -721769.5033129 Edm = 38.4376 NCalls = 176 +VariableMetric: Iteration # 47 - FCN = -721800.2126136 Edm = 3.0585 NCalls = 178 +VariableMetric: Iteration # 48 - FCN = -721822.1684977 Edm = 99.1602 NCalls = 183 +VariableMetric: Iteration # 49 - FCN = -721857.0798254 Edm = 94.2559 NCalls = 188 +VariableMetric: Iteration # 50 - FCN = -721923.4084444 Edm = 106.124 NCalls = 192 +VariableMetric: Iteration # 51 - FCN = -722054.5864317 Edm = 114.26 NCalls = 202 +VariableMetric: Iteration # 52 - FCN = -722082.0628743 Edm = 93.5319 NCalls = 204 +VariableMetric: Iteration # 53 - FCN = -722265.9684185 Edm = 3.81311 NCalls = 207 +VariableMetric: Iteration # 54 - FCN = -722273.0827904 Edm = 3.62658 NCalls = 210 +VariableMetric: Iteration # 55 - FCN = -722277.8008492 Edm = 0.816412 NCalls = 212 +VariableMetric: Iteration # 56 - FCN = -722278.7636562 Edm = 0.145154 NCalls = 214 +VariableMetric: Iteration # 57 - FCN = -722279.1017763 Edm = 0.314276 NCalls = 216 +VariableMetric: Iteration # 58 - FCN = -722286.3235769 Edm = 1.37599 NCalls = 222 +VariableMetric: Iteration # 59 - FCN = -722287.997311 Edm = 1.74287 NCalls = 224 +VariableMetric: Iteration # 60 - FCN = -722289.5556888 Edm = 0.880067 NCalls = 226 +VariableMetric: Iteration # 61 - FCN = -722295.3391104 Edm = 2.41609 NCalls = 230 +VariableMetric: Iteration # 62 - FCN = -722298.4780588 Edm = 1.92128 NCalls = 233 +VariableMetric: Iteration # 63 - FCN = -722302.066509 Edm = 1.55424 NCalls = 235 +VariableMetric: Iteration # 64 - FCN = -722305.3857435 Edm = 1.46928 NCalls = 237 +VariableMetric: Iteration # 65 - FCN = -722305.9744632 Edm = 0.386169 NCalls = 239 +VariableMetric: Iteration # 66 - FCN = -722309.0409634 Edm = 2.90451 NCalls = 242 +VariableMetric: Iteration # 67 - FCN = -722381.257485 Edm = 137.553 NCalls = 249 +VariableMetric: Iteration # 68 - FCN = -722382.0725195 Edm = 0.677226 NCalls = 251 +VariableMetric: Iteration # 69 - FCN = -722383.1169564 Edm = 0.985101 NCalls = 253 +VariableMetric: Iteration # 70 - FCN = -722403.5947401 Edm = 4.11632 NCalls = 259 +VariableMetric: Iteration # 71 - FCN = -722434.0752717 Edm = 27.0902 NCalls = 262 +VariableMetric: Iteration # 72 - FCN = -722542.4312985 Edm = 71.5925 NCalls = 271 +VariableMetric: Iteration # 73 - FCN = -722820.0204382 Edm = 143.878 NCalls = 276 +VariableMetric: Iteration # 74 - FCN = -722855.5541339 Edm = 23.8498 NCalls = 278 +VariableMetric: Iteration # 75 - FCN = -722899.7357051 Edm = 1.97516 NCalls = 280 +VariableMetric: Iteration # 76 - FCN = -722902.0311924 Edm = 0.99934 NCalls = 282 +VariableMetric: Iteration # 77 - FCN = -722902.5815627 Edm = 0.504446 NCalls = 284 +VariableMetric: Iteration # 78 - FCN = -722903.7277047 Edm = 0.39377 NCalls = 287 +VariableMetric: Iteration # 79 - FCN = -722904.8174963 Edm = 0.27295 NCalls = 290 +VariableMetric: Iteration # 80 - FCN = -722905.5066323 Edm = 0.227584 NCalls = 292 +VariableMetric: Iteration # 81 - FCN = -722905.7171998 Edm = 0.199603 NCalls = 294 +VariableMetric: Iteration # 82 - FCN = -722906.6326856 Edm = 0.735228 NCalls = 299 +VariableMetric: Iteration # 83 - FCN = -722906.8146699 Edm = 0.474882 NCalls = 302 +VariableMetric: Iteration # 84 - FCN = -722909.5258492 Edm = 6.64006 NCalls = 310 +VariableMetric: Iteration # 85 - FCN = -722910.4733157 Edm = 3.74892 NCalls = 314 +VariableMetric: Iteration # 86 - FCN = -722915.635825 Edm = 6.24116 NCalls = 320 +VariableMetric: Iteration # 87 - FCN = -722923.8993824 Edm = 8.04862 NCalls = 326 +VariableMetric: Iteration # 88 - FCN = -722945.2935708 Edm = 4.31222 NCalls = 329 +VariableMetric: Iteration # 89 - FCN = -722948.5126666 Edm = 7.18841 NCalls = 331 +VariableMetric: Iteration # 90 - FCN = -722952.1927443 Edm = 1.69984 NCalls = 334 +VariableMetric: Iteration # 91 - FCN = -722957.7219307 Edm = 2.13692 NCalls = 337 +VariableMetric: Iteration # 92 - FCN = -722959.481224 Edm = 0.604392 NCalls = 339 +VariableMetric: Iteration # 93 - FCN = -722959.9412176 Edm = 0.0442503 NCalls = 340 +VariableMetric: Iteration # 94 - FCN = -722959.9861919 Edm = 0.00939663 NCalls = 342 +VariableMetric: Iteration # 95 - FCN = -722960.0090456 Edm = 0.0109158 NCalls = 344 +VariableMetric: Iteration # 96 - FCN = -722960.2225056 Edm = 0.156984 NCalls = 348 +VariableMetric: Iteration # 97 - FCN = -722983.9312342 Edm = 7.81498 NCalls = 356 +VariableMetric: Iteration # 98 - FCN = -722998.0282408 Edm = 4.9613 NCalls = 358 +VariableMetric: Iteration # 99 - FCN = -723006.3486478 Edm = 25.5138 NCalls = 361 +VariableMetric: Iteration # 100 - FCN = -723014.8888462 Edm = 10.811 NCalls = 366 +VariableMetric: Iteration # 101 - FCN = -723026.7047278 Edm = 6.76853 NCalls = 369 +VariableMetric: Iteration # 102 - FCN = -723030.7812985 Edm = 1.23067 NCalls = 371 +VariableMetric: Iteration # 103 - FCN = -723032.0240901 Edm = 0.229328 NCalls = 373 +VariableMetric: Iteration # 104 - FCN = -723032.3046711 Edm = 0.0767409 NCalls = 375 +VariableMetric: Iteration # 105 - FCN = -723032.867644 Edm = 0.213144 NCalls = 378 +VariableMetric: Iteration # 106 - FCN = -723033.3369393 Edm = 0.0967348 NCalls = 381 +VariableMetric: Iteration # 107 - FCN = -723033.3958844 Edm = 0.0056745 NCalls = 383 +VariableMetric: Iteration # 108 - FCN = -723033.401693 Edm = 0.00119824 NCalls = 385 +VariableMetric: Iteration # 109 - FCN = -723033.4228324 Edm = 0.020971 NCalls = 389 +VariableMetric: Iteration # 110 - FCN = -723034.6866799 Edm = 0.55302 NCalls = 396 +VariableMetric: Iteration # 111 - FCN = -723041.9483669 Edm = 5.08037 NCalls = 400 +VariableMetric: Iteration # 112 - FCN = -723050.5664486 Edm = 5.42819 NCalls = 404 +VariableMetric: Iteration # 113 - FCN = -723056.0026562 Edm = 3.08981 NCalls = 405 +VariableMetric: Iteration # 114 - FCN = -723058.5774732 Edm = 0.62429 NCalls = 407 +VariableMetric: Iteration # 115 - FCN = -723059.1166414 Edm = 0.074417 NCalls = 409 +VariableMetric: Iteration # 116 - FCN = -723059.1855694 Edm = 0.00656071 NCalls = 411 +VariableMetric: Iteration # 117 - FCN = -723059.1922985 Edm = 0.000863654 NCalls = 412 +VariableMetric: Iteration # 118 - FCN = -723059.1936695 Edm = 0.000344277 NCalls = 414 +VariableMetric: Iteration # 119 - FCN = -723059.1965087 Edm = 0.00247523 NCalls = 417 +VariableMetric: Iteration # 120 - FCN = -723059.3301731 Edm = 0.126244 NCalls = 422 +VariableMetric: Iteration # 121 - FCN = -723062.1069659 Edm = 0.210877 NCalls = 426 +VariableMetric: Iteration # 122 - FCN = -723062.3486549 Edm = 0.0120848 NCalls = 428 +VariableMetric: Iteration # 123 - FCN = -723062.3605437 Edm = 0.000699839 NCalls = 429 +VariableMetric: Iteration # 124 - FCN = -723062.3612652 Edm = 5.70892e-05 NCalls = 431 +VariableMetric: After Hessian - FCN = -723062.3612652 Edm = 400.752 NCalls = 792 +VariableMetric: Iteration # 125 - FCN = -723062.3612652 Edm = 400.752 NCalls = 792 +VariableMetric: Iteration # 126 - FCN = -723063.1005607 Edm = 1335.67 NCalls = 801 +VariableMetric: Iteration # 127 - FCN = -723067.8370267 Edm = 873.845 NCalls = 803 +VariableMetric: Iteration # 128 - FCN = -723067.913081 Edm = 15168.3 NCalls = 810 +VariableMetric: Iteration # 129 - FCN = -723068.1384489 Edm = 3443 NCalls = 815 +VariableMetric: Iteration # 130 - FCN = -723068.5001689 Edm = 1164.74 NCalls = 819 +VariableMetric: Iteration # 131 - FCN = -723069.5775825 Edm = 5053.09 NCalls = 822 +VariableMetric: Iteration # 132 - FCN = -723071.6186086 Edm = 1058.22 NCalls = 825 +VariableMetric: Iteration # 133 - FCN = -723071.9317629 Edm = 494.643 NCalls = 828 +VariableMetric: Iteration # 134 - FCN = -723072.1242771 Edm = 288.08 NCalls = 831 +VariableMetric: Iteration # 135 - FCN = -723072.8783237 Edm = 485.792 NCalls = 834 +VariableMetric: Iteration # 136 - FCN = -723077.8375911 Edm = 20.8396 NCalls = 837 +VariableMetric: Iteration # 137 - FCN = -723078.2084745 Edm = 68.3099 NCalls = 839 +VariableMetric: Iteration # 138 - FCN = -723079.0089801 Edm = 8.42236 NCalls = 841 +VariableMetric: Iteration # 139 - FCN = -723080.3864416 Edm = 24.0819 NCalls = 843 +VariableMetric: Iteration # 140 - FCN = -723080.433992 Edm = 5827.82 NCalls = 850 +VariableMetric: Iteration # 141 - FCN = -723081.0035463 Edm = 17685.3 NCalls = 855 +VariableMetric: Iteration # 142 - FCN = -723081.4441017 Edm = 2715.65 NCalls = 860 +VariableMetric: Iteration # 143 - FCN = -723081.7657481 Edm = 298.534 NCalls = 865 +VariableMetric: Iteration # 144 - FCN = -723081.8403868 Edm = 120.705 NCalls = 869 +VariableMetric: Iteration # 145 - FCN = -723082.1297182 Edm = 327.891 NCalls = 872 +VariableMetric: Iteration # 146 - FCN = -723083.3044521 Edm = 1174.48 NCalls = 875 +VariableMetric: Iteration # 147 - FCN = -723083.8839752 Edm = 389.743 NCalls = 878 +VariableMetric: Iteration # 148 - FCN = -723085.624202 Edm = 108.22 NCalls = 881 +VariableMetric: Iteration # 149 - FCN = -723087.3582523 Edm = 1117.11 NCalls = 883 +VariableMetric: Iteration # 150 - FCN = -723087.8874134 Edm = 43.3436 NCalls = 886 +VariableMetric: Iteration # 151 - FCN = -723088.0595544 Edm = 22.3271 NCalls = 889 +VariableMetric: Iteration # 152 - FCN = -723088.2409581 Edm = 61.8557 NCalls = 892 +VariableMetric: Iteration # 153 - FCN = -723088.6901783 Edm = 42.0122 NCalls = 894 +VariableMetric: Iteration # 154 - FCN = -723089.6126356 Edm = 20.3399 NCalls = 896 +VariableMetric: Iteration # 155 - FCN = -723091.4665476 Edm = 37.3577 NCalls = 898 +VariableMetric: Iteration # 156 - FCN = -723094.1899488 Edm = 53.8082 NCalls = 900 +VariableMetric: Iteration # 157 - FCN = -723097.4399443 Edm = 91.5929 NCalls = 902 +VariableMetric: Iteration # 158 - FCN = -723099.4387279 Edm = 27.84 NCalls = 904 +VariableMetric: Iteration # 159 - FCN = -723100.1284937 Edm = 20.8628 NCalls = 906 +VariableMetric: Iteration # 160 - FCN = -723103.3867594 Edm = 3.48447 NCalls = 908 +VariableMetric: Iteration # 161 - FCN = -723104.8874012 Edm = 0.601846 NCalls = 910 +VariableMetric: Iteration # 162 - FCN = -723105.5843508 Edm = 0.692853 NCalls = 912 +VariableMetric: Iteration # 163 - FCN = -723106.3518459 Edm = 0.649853 NCalls = 915 +VariableMetric: Iteration # 164 - FCN = -723107.2590295 Edm = 0.491219 NCalls = 917 +VariableMetric: Iteration # 165 - FCN = -723107.8652431 Edm = 0.177294 NCalls = 920 +VariableMetric: Iteration # 166 - FCN = -723108.0001635 Edm = 0.0950129 NCalls = 921 +VariableMetric: Iteration # 167 - FCN = -723108.0892918 Edm = 0.0840996 NCalls = 923 +VariableMetric: Iteration # 168 - FCN = -723108.2055982 Edm = 0.108799 NCalls = 926 +VariableMetric: Iteration # 169 - FCN = -723108.315804 Edm = 0.0556682 NCalls = 929 +VariableMetric: Iteration # 170 - FCN = -723108.3994194 Edm = 0.0360531 NCalls = 932 +VariableMetric: Iteration # 171 - FCN = -723108.4615749 Edm = 0.0516916 NCalls = 935 +VariableMetric: Iteration # 172 - FCN = -723108.4909008 Edm = 0.0316373 NCalls = 937 +VariableMetric: Iteration # 173 - FCN = -723108.5199236 Edm = 0.00545092 NCalls = 940 +VariableMetric: Iteration # 174 - FCN = -723108.5260925 Edm = 0.000826158 NCalls = 942 +VariableMetric: Iteration # 175 - FCN = -723108.5271669 Edm = 0.000403138 NCalls = 944 +VariableMetric: Iteration # 176 - FCN = -723108.528434 Edm = 0.0010105 NCalls = 946 +VariableMetric: Iteration # 177 - FCN = -723108.5317752 Edm = 0.00166898 NCalls = 949 +VariableMetric: Iteration # 178 - FCN = -723108.5343338 Edm = 0.000475473 NCalls = 951 +VariableMetric: Iteration # 179 - FCN = -723108.5349408 Edm = 4.67324e-05 NCalls = 953 +VariableMetric: After Hessian - FCN = -723108.5349408 Edm = 0.000314799 NCalls = 1336 +VariableMetric: Iteration # 180 - FCN = -723108.5349408 Edm = 0.000314799 NCalls = 1336 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721145.8430675 Edm = 2.45331 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721145.8430675 Edm = 2.45331 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722553.2298566 Edm = 0.278024 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -722570.2239529 Edm = 21.2585 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -722583.7560862 Edm = 12.4593 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -722743.0482101 Edm = 0.0614618 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -722743.2142931 Edm = 0.0813776 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -722779.4146017 Edm = 0.908249 NCalls = 33 +VariableMetric: Iteration # 7 - FCN = -722780.2852952 Edm = 0.0361939 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -722780.675882 Edm = 0.403381 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -722797.9945038 Edm = 14.0624 NCalls = 44 +VariableMetric: Iteration # 10 - FCN = -722961.1699063 Edm = 4.92857 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -722966.3378039 Edm = 0.0307457 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -722966.3797071 Edm = 0.0112848 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -722966.5207767 Edm = 0.106693 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -723018.3544716 Edm = 25.0589 NCalls = 61 +VariableMetric: Iteration # 15 - FCN = -723061.0991489 Edm = 0.114445 NCalls = 64 +VariableMetric: Iteration # 16 - FCN = -723061.2656851 Edm = 0.00874339 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -723061.2755787 Edm = 0.00188058 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -723061.3258009 Edm = 0.0400088 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -723067.5462604 Edm = 4.30706 NCalls = 78 +VariableMetric: Iteration # 20 - FCN = -723079.0284963 Edm = 0.883299 NCalls = 81 +VariableMetric: Iteration # 21 - FCN = -723079.6807482 Edm = 0.0336871 NCalls = 83 +VariableMetric: Iteration # 22 - FCN = -723079.7095741 Edm = 0.00152289 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -723079.7152811 Edm = 0.00482504 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -723081.0567398 Edm = 0.877768 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -723090.613148 Edm = 2.27676 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -723093.3166757 Edm = 0.0378883 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -723093.3534921 Edm = 0.000566629 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -723093.3541998 Edm = 0.00017186 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -723093.3608786 Edm = 0.00702378 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -723093.613192 Edm = 0.00204155 NCalls = 114 +VariableMetric: Iteration # 31 - FCN = -723096.8313333 Edm = 0.0442322 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -723096.887612 Edm = 0.000312175 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -723096.8879611 Edm = 4.11629e-05 NCalls = 119 +VariableMetric: After Hessian - FCN = -723096.8879611 Edm = 316.324 NCalls = 474 +VariableMetric: Iteration # 34 - FCN = -723096.8879611 Edm = 316.324 NCalls = 474 +VariableMetric: Iteration # 35 - FCN = -723097.9682229 Edm = 292.917 NCalls = 481 +VariableMetric: Iteration # 36 - FCN = -723098.4557827 Edm = 158.229 NCalls = 486 +VariableMetric: Iteration # 37 - FCN = -723101.202848 Edm = 0.385356 NCalls = 489 +VariableMetric: Iteration # 38 - FCN = -723102.067772 Edm = 0.215355 NCalls = 494 +VariableMetric: Iteration # 39 - FCN = -723102.4100492 Edm = 0.783559 NCalls = 497 +VariableMetric: Iteration # 40 - FCN = -723103.0582549 Edm = 0.218258 NCalls = 499 +VariableMetric: Iteration # 41 - FCN = -723103.7258325 Edm = 0.314599 NCalls = 501 +VariableMetric: Iteration # 42 - FCN = -723105.2589468 Edm = 0.577788 NCalls = 505 +VariableMetric: Iteration # 43 - FCN = -723105.8297704 Edm = 0.536423 NCalls = 508 +VariableMetric: Iteration # 44 - FCN = -723106.3054441 Edm = 0.310324 NCalls = 510 +VariableMetric: Iteration # 45 - FCN = -723106.6035622 Edm = 0.288764 NCalls = 512 +VariableMetric: Iteration # 46 - FCN = -723107.1150815 Edm = 0.17324 NCalls = 514 +VariableMetric: Iteration # 47 - FCN = -723107.4115868 Edm = 0.147041 NCalls = 516 +VariableMetric: Iteration # 48 - FCN = -723107.9618156 Edm = 0.198732 NCalls = 520 +VariableMetric: Iteration # 49 - FCN = -723108.2752597 Edm = 0.0725473 NCalls = 522 +VariableMetric: Iteration # 50 - FCN = -723108.3748116 Edm = 0.0267076 NCalls = 524 +VariableMetric: Iteration # 51 - FCN = -723108.4197147 Edm = 0.0125367 NCalls = 526 +VariableMetric: Iteration # 52 - FCN = -723108.4439443 Edm = 0.00805412 NCalls = 528 +VariableMetric: Iteration # 53 - FCN = -723108.4538567 Edm = 0.00323287 NCalls = 530 +VariableMetric: Iteration # 54 - FCN = -723108.4753091 Edm = 0.00463105 NCalls = 533 +VariableMetric: Iteration # 55 - FCN = -723108.4848978 Edm = 0.00381081 NCalls = 535 +VariableMetric: Iteration # 56 - FCN = -723108.5041437 Edm = 0.00254498 NCalls = 538 +VariableMetric: Iteration # 57 - FCN = -723108.5093321 Edm = 0.00307499 NCalls = 541 +VariableMetric: Iteration # 58 - FCN = -723108.5177794 Edm = 0.00235583 NCalls = 544 +VariableMetric: Iteration # 59 - FCN = -723108.5227506 Edm = 0.00155537 NCalls = 547 +VariableMetric: Iteration # 60 - FCN = -723108.5262736 Edm = 0.000780782 NCalls = 549 +VariableMetric: Iteration # 61 - FCN = -723108.5279209 Edm = 0.000677411 NCalls = 551 +VariableMetric: Iteration # 62 - FCN = -723108.5306277 Edm = 0.00111592 NCalls = 553 +VariableMetric: Iteration # 63 - FCN = -723108.53333 Edm = 0.000604261 NCalls = 555 +VariableMetric: Iteration # 64 - FCN = -723108.534571 Edm = 0.000460235 NCalls = 557 +VariableMetric: Iteration # 65 - FCN = -723108.5355457 Edm = 0.000124828 NCalls = 559 +VariableMetric: Iteration # 66 - FCN = -723108.535717 Edm = 3.26967e-05 NCalls = 561 +VariableMetric: After Hessian - FCN = -723108.535717 Edm = 0.000150055 NCalls = 922 +VariableMetric: Iteration # 67 - FCN = -723108.535717 Edm = 0.000150055 NCalls = 922 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.231E+05 | Ncalls=1077 (1077 total) | +| EDM = 1.41E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -723108.4686927141 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.71 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | rho_p | 5.31 | 0.31 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.9 | 1.5 | | | 14.8182 | 23.5818 | | +| 3 | jpsi_p | -1.537 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.64 | 0.19 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 7.1 | 1.0 | | | 4.19232 | 9.40768 | | +| 7 | psi2s_p | -4.074 | 0.028 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.51 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 0.96 | 0.17 | | |0.00501244| 2.01499 | | +| 10| phi_p | -0.14 | 0.39 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1372.8 | 1.8 | | | 1358.64 | 1433.36 | | +| 12| p4160_p | 4.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| omega_p | -0.12 | 0.24 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.07 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| rho_s | 1.04 | 0.28 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.16 | 0.12 | | | -0.5 | 0.5 | | +| 18| p4415_p | -2.16 | 0.16 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.05 | 0.05 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p rho_p phi_s jpsi_p p4040_p p4415_s omega_s psi2s_p p3770_s p4040_s phi_p psi2s_s p4160_p jpsi_s omega_p p4160_s rho_s Ctt p4415_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.020 -0.003 -0.068 0.089 -0.166 -0.002 -0.289 -0.281 -0.181 -0.005 0.006 0.195 -0.015 -0.002 -0.107 -0.005 -0.486 0.071 0.352 | +| rho_p | 0.020 1.000 0.227 0.033 -0.007 -0.021 -0.157 -0.051 -0.035 -0.042 0.185 -0.052 0.024 0.065 -0.101 -0.023 0.115 -0.004 0.020 0.051 | +| phi_s | -0.003 0.227 1.000 -0.037 -0.008 -0.003 0.032 -0.032 -0.009 -0.005 0.871 -0.006 -0.005 0.007 0.066 -0.005 -0.064 0.009 -0.003 0.016 | +| jpsi_p | -0.068 0.033 -0.037 1.000 -0.163 -0.064 -0.027 -0.033 0.023 0.056 -0.043 0.062 -0.092 -0.069 -0.002 -0.100 0.062 0.102 -0.077 0.123 | +| p4040_p | 0.089 -0.007 -0.008 -0.163 1.000 0.186 0.001 -0.266 -0.064 -0.209 -0.010 -0.027 0.010 0.027 -0.008 0.458 -0.016 -0.086 0.107 -0.286 | +| p4415_s | -0.166 -0.021 -0.003 -0.064 0.186 1.000 -0.000 -0.129 0.107 0.069 -0.004 0.002 0.056 -0.004 -0.004 0.333 0.003 0.374 -0.116 -0.452 | +| omega_s | -0.002 -0.157 0.032 -0.027 0.001 -0.000 1.000 -0.007 0.001 -0.001 0.012 0.000 0.000 -0.000 0.502 0.001 -0.373 -0.005 0.001 -0.005 | +| psi2s_p | -0.289 -0.051 -0.032 -0.033 -0.266 -0.129 -0.007 1.000 -0.157 -0.002 -0.032 -0.067 -0.034 0.065 -0.006 -0.200 0.013 -0.005 -0.038 0.050 | +| p3770_s | -0.281 -0.035 -0.009 0.023 -0.064 0.107 0.001 -0.157 1.000 0.217 -0.008 -0.033 -0.130 0.021 -0.002 0.087 -0.003 0.198 -0.025 -0.294 | +| p4040_s | -0.181 -0.042 -0.005 0.056 -0.209 0.069 -0.001 -0.002 0.217 1.000 -0.004 -0.008 -0.449 0.006 0.001 -0.136 0.013 0.476 -0.199 -0.311 | +| phi_p | -0.005 0.185 0.871 -0.043 -0.010 -0.004 0.012 -0.032 -0.008 -0.004 1.000 -0.014 -0.006 0.017 0.068 -0.007 -0.027 0.007 -0.004 0.014 | +| psi2s_s | 0.006 -0.052 -0.006 0.062 -0.027 0.002 0.000 -0.067 -0.033 -0.008 -0.014 1.000 -0.014 -0.781 -0.004 -0.011 0.020 0.035 -0.010 0.108 | +| p4160_p | 0.195 0.024 -0.005 -0.092 0.010 0.056 0.000 -0.034 -0.130 -0.449 -0.006 -0.014 1.000 0.015 -0.004 -0.088 -0.017 -0.409 0.281 0.104 | +| jpsi_s | -0.015 0.065 0.007 -0.069 0.027 -0.004 -0.000 0.065 0.021 0.006 0.017 -0.781 0.015 1.000 0.005 0.010 -0.023 -0.033 0.010 -0.125 | +| omega_p | -0.002 -0.101 0.066 -0.002 -0.008 -0.004 0.502 -0.006 -0.002 0.001 0.068 -0.004 -0.004 0.005 1.000 -0.006 0.185 0.004 -0.004 0.009 | +| p4160_s | -0.107 -0.023 -0.005 -0.100 0.458 0.333 0.001 -0.200 0.087 -0.136 -0.007 -0.011 -0.088 0.010 -0.006 1.000 -0.005 0.299 -0.121 -0.514 | +| rho_s | -0.005 0.115 -0.064 0.062 -0.016 0.003 -0.373 0.013 -0.003 0.013 -0.027 0.020 -0.017 -0.023 0.185 -0.005 1.000 0.030 -0.015 0.020 | +| Ctt | -0.486 -0.004 0.009 0.102 -0.086 0.374 -0.005 -0.005 0.198 0.476 0.007 0.035 -0.409 -0.033 0.004 0.299 0.030 1.000 -0.141 -0.711 | +| p4415_p | 0.071 0.020 -0.003 -0.077 0.107 -0.116 0.001 -0.038 -0.025 -0.199 -0.004 -0.010 0.281 0.010 -0.004 -0.121 -0.015 -0.141 1.000 -0.173 | +| Dbar_s | 0.352 0.051 0.016 0.123 -0.286 -0.452 -0.005 0.050 -0.294 -0.311 0.014 0.108 0.104 -0.125 0.009 -0.514 0.020 -0.711 -0.173 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10653171236163295}), (, {'error': 0.3133083275564248}), (, {'error': 1.5183836387641767}), (, {'error': 0.016225915504970434}), (, {'error': 0.18951425305994274}), (, {'error': 0.1775125392922413}), (, {'error': 1.014715491848691}), (, {'error': 0.028129430185865445}), (, {'error': 0.2123600082448318}), (, {'error': 0.17043151647981336}), (, {'error': 0.3853591839070942}), (, {'error': 1.7899435189908672}), (, {'error': 0.09754062825041565}), (, {'error': 21.88287382924773}), (, {'error': 0.24253732737754552}), (, {'error': 0.17102757231386623}), (, {'error': 0.27798690667231707}), (, {'error': 0.1187670338518787}), (, {'error': 0.1575453688644035}), (, {'error': 0.05405733274517832})]) +Toy 1/10 +Time taken: 1 h, 36 min +Projected time left: 14 h, 31 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.23E+05 | Ncalls=1127 (1127 total) | +| EDM = 0.000541 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -723007.8310241755 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -6.283 | 0.008 | | |-6.28319 | 6.28319 | | +| 1 | rho_p | -0.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 3 | jpsi_p | 1.489 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.72 | 0.29 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.02 | 0.14 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 7.0 | 0.8 | | | 4.19232 | 9.40768 | | +| 7 | psi2s_p | 3.933 | 0.020 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 0.919 | 0.010 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 0.46 | 0.12 | | |0.00501244| 2.01499 | | +| 10| phi_p | -6 | 12 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1365.7 | 1.1 | | | 1358.64 | 1433.36 | | +| 12| p4160_p | 4.43 | 0.08 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| omega_p | 0.021E-1 | 2.201E-1 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 1.83 | 0.12 | | | 0.71676 | 3.68324 | | +| 16| rho_s | 1.07 | 0.23 | | |0.0253049| 2.0747 | | +| 17| Ctt | -0.23 | 0.07 | | | -0.5 | 0.5 | | +| 18| p4415_p | -2.19 | 0.16 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | 0.187 | 0.028 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p rho_p phi_s jpsi_p p4040_p p4415_s omega_s psi2s_p p3770_s p4040_s phi_p psi2s_s p4160_p jpsi_s omega_p p4160_s rho_s Ctt p4415_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.002 0.002 0.001 0.000 0.000 -0.000 0.000 -0.002 -0.003 0.002 0.000 -0.000 0.000 0.001 -0.001 0.000 0.006 -0.000 0.002 | +| rho_p | 0.002 1.000 0.718 -0.405 -0.042 -0.024 -0.093 -0.166 -0.001 -0.037 0.714 -0.039 -0.020 0.062 0.289 -0.033 0.190 0.069 -0.002 0.082 | +| phi_s | 0.002 0.718 1.000 -0.488 -0.062 -0.026 -0.085 -0.236 -0.001 -0.026 0.998 -0.040 -0.044 0.064 0.487 -0.041 0.145 0.075 -0.022 0.084 | +| jpsi_p | 0.001 -0.405 -0.488 1.000 -0.052 -0.056 0.033 0.090 -0.000 -0.008 -0.488 0.011 0.024 -0.020 -0.245 -0.060 -0.070 -0.108 -0.002 -0.041 | +| p4040_p | 0.000 -0.042 -0.062 -0.052 1.000 0.095 0.005 -0.018 0.004 -0.176 -0.062 0.002 -0.065 -0.004 -0.033 0.312 -0.014 -0.199 0.053 -0.182 | +| p4415_s | 0.000 -0.024 -0.026 -0.056 0.095 1.000 0.002 -0.097 -0.001 -0.026 -0.026 0.003 0.100 -0.012 -0.014 0.159 0.000 0.166 -0.126 -0.219 | +| omega_s | -0.000 -0.093 -0.085 0.033 0.005 0.002 1.000 0.014 0.000 0.001 -0.087 0.004 0.004 -0.006 0.286 0.003 -0.338 -0.010 0.002 -0.009 | +| psi2s_p | 0.000 -0.166 -0.236 0.090 -0.018 -0.097 0.014 1.000 0.010 -0.125 -0.236 -0.017 0.098 -0.031 -0.118 -0.078 -0.022 -0.153 0.033 0.264 | +| p3770_s | -0.002 -0.001 -0.001 -0.000 0.004 -0.001 0.000 0.010 1.000 -0.001 -0.001 -0.001 0.003 -0.000 -0.001 0.001 -0.000 -0.010 0.002 0.007 | +| p4040_s | -0.003 -0.037 -0.026 -0.008 -0.176 -0.026 0.001 -0.125 -0.001 1.000 -0.026 0.007 -0.250 -0.004 -0.013 -0.280 -0.001 0.272 -0.147 -0.156 | +| phi_p | 0.002 0.714 0.998 -0.488 -0.062 -0.026 -0.087 -0.236 -0.001 -0.026 1.000 -0.040 -0.044 0.064 0.488 -0.041 0.148 0.074 -0.022 0.084 | +| psi2s_s | 0.000 -0.039 -0.040 0.011 0.002 0.003 0.004 -0.017 -0.001 0.007 -0.040 1.000 0.002 -0.356 -0.021 0.006 -0.006 -0.020 0.006 0.012 | +| p4160_p | -0.000 -0.020 -0.044 0.024 -0.065 0.100 0.004 0.098 0.003 -0.250 -0.044 0.002 1.000 0.001 -0.022 -0.008 -0.011 -0.291 0.187 -0.000 | +| jpsi_s | 0.000 0.062 0.064 -0.020 -0.004 -0.012 -0.006 -0.031 -0.000 -0.004 0.064 -0.356 0.001 1.000 0.033 -0.011 0.007 -0.033 -0.007 -0.033 | +| omega_p | 0.001 0.289 0.487 -0.245 -0.033 -0.014 0.286 -0.118 -0.001 -0.013 0.488 -0.021 -0.022 0.033 1.000 -0.022 0.220 0.041 -0.012 0.045 | +| p4160_s | -0.001 -0.033 -0.041 -0.060 0.312 0.159 0.003 -0.078 0.001 -0.280 -0.041 0.006 -0.008 -0.011 -0.022 1.000 -0.006 0.030 -0.125 -0.290 | +| rho_s | 0.000 0.190 0.145 -0.070 -0.014 0.000 -0.338 -0.022 -0.000 -0.001 0.148 -0.006 -0.011 0.007 0.220 -0.006 1.000 0.046 -0.005 0.033 | +| Ctt | 0.006 0.069 0.075 -0.108 -0.199 0.166 -0.010 -0.153 -0.010 0.272 0.074 -0.020 -0.291 -0.033 0.041 0.030 0.046 1.000 -0.149 -0.490 | +| p4415_p | -0.000 -0.002 -0.022 -0.002 0.053 -0.126 0.002 0.033 0.002 -0.147 -0.022 0.006 0.187 -0.007 -0.012 -0.125 -0.005 -0.149 1.000 -0.179 | +| Dbar_s | 0.002 0.082 0.084 -0.041 -0.182 -0.219 -0.009 0.264 0.007 -0.156 0.084 0.012 -0.000 -0.033 0.045 -0.290 0.033 -0.490 -0.179 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.008325089621479265}), (, {'error': 0.35929125141889795}), (, {'error': 5.292542484238774}), (, {'error': 0.015825593684472672}), (, {'error': 0.29397579634809734}), (, {'error': 0.13971760149001827}), (, {'error': 0.7810519065728467}), (, {'error': 0.020165144385168254}), (, {'error': 0.009970053684165259}), (, {'error': 0.12424385727378903}), (, {'error': 12.487789791497537}), (, {'error': 1.0519489757172096}), (, {'error': 0.08298954603071529}), (, {'error': 5.196261114210756}), (, {'error': 0.2200802244955371}), (, {'error': 0.12166109661576874}), (, {'error': 0.2342672906982895}), (, {'error': 0.07215247979611489}), (, {'error': 0.1614711792893475}), (, {'error': 0.027553072648174748})]) +Toy 2/10 +Time taken: 3 h, 16 min +Projected time left: 13 h, 7 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.231E+05 | Ncalls=694 (694 total) | +| EDM = 1.03E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -723108.6466578075 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.30 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | rho_p | -0.8 | 0.3 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.2 | 1.3 | | | 14.8182 | 23.5818 | | +| 3 | jpsi_p | 1.470 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.65 | 0.19 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.36 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 7.1 | 1.4 | | | 4.19232 | 9.40768 | | +| 7 | psi2s_p | -2.468 | 0.027 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.33 | 0.20 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 0.97 | 0.17 | | |0.00501244| 2.01499 | | +| 10| phi_p | -5.67 | 0.30 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1365.9 | 1.8 | | | 1358.64 | 1433.36 | | +| 12| p4160_p | -2.05 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| omega_p | -6.3 | 1.0 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.07 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| rho_s | 1.04 | 0.30 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.22 | 0.13 | | | -0.5 | 0.5 | | +| 18| p4415_p | -2.21 | 0.16 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.07 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p rho_p phi_s jpsi_p p4040_p p4415_s omega_s psi2s_p p3770_s p4040_s phi_p psi2s_s p4160_p jpsi_s omega_p p4160_s rho_s Ctt p4415_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.034 -0.010 -0.076 0.121 -0.173 -0.009 0.356 -0.220 -0.184 -0.017 -0.008 0.220 -0.023 -0.012 -0.099 -0.011 -0.505 0.087 0.376 | +| rho_p | 0.034 1.000 -0.105 -0.101 0.000 -0.025 -0.307 0.045 -0.039 -0.051 -0.174 -0.057 0.036 0.065 -0.297 -0.025 0.015 -0.020 0.027 0.056 | +| phi_s | -0.010 -0.105 1.000 -0.019 -0.003 0.003 0.066 -0.024 0.007 0.009 0.826 0.031 -0.010 -0.037 0.123 0.003 0.118 0.002 -0.006 -0.009 | +| jpsi_p | -0.076 -0.101 -0.019 1.000 -0.169 -0.125 -0.017 -0.019 -0.058 -0.011 -0.005 -0.034 -0.016 0.044 -0.014 -0.156 0.011 -0.066 -0.027 0.058 | +| p4040_p | 0.121 0.000 -0.003 -0.169 1.000 0.175 -0.011 -0.112 -0.060 -0.215 -0.007 -0.023 0.018 0.025 -0.019 0.454 -0.023 -0.113 0.110 -0.246 | +| p4415_s | -0.173 -0.025 0.003 -0.125 0.175 1.000 -0.003 -0.298 0.099 0.080 0.004 -0.001 0.033 0.000 -0.005 0.337 0.002 0.389 -0.125 -0.469 | +| omega_s | -0.009 -0.307 0.066 -0.017 -0.011 -0.003 1.000 -0.014 0.001 0.006 0.044 0.001 -0.010 -0.000 0.793 -0.005 0.016 0.006 -0.008 0.001 | +| psi2s_p | 0.356 0.045 -0.024 -0.019 -0.112 -0.298 -0.014 1.000 -0.233 -0.286 -0.033 0.039 0.197 -0.087 -0.011 -0.304 0.010 -0.415 0.023 0.578 | +| p3770_s | -0.220 -0.039 0.007 -0.058 -0.060 0.099 0.001 -0.233 1.000 0.203 0.012 -0.011 -0.117 0.024 -0.001 0.079 -0.004 0.168 -0.022 -0.272 | +| p4040_s | -0.184 -0.051 0.009 -0.011 -0.215 0.080 0.006 -0.286 0.203 1.000 0.017 -0.004 -0.465 0.010 0.010 -0.129 0.016 0.483 -0.211 -0.331 | +| phi_p | -0.017 -0.174 0.826 -0.005 -0.007 0.004 0.044 -0.033 0.012 0.017 1.000 0.028 -0.016 -0.032 0.128 0.003 0.200 0.004 -0.011 -0.016 | +| psi2s_s | -0.008 -0.057 0.031 -0.034 -0.023 -0.001 0.001 0.039 -0.011 -0.004 0.028 1.000 -0.006 -0.773 -0.001 -0.011 0.017 0.007 -0.004 0.092 | +| p4160_p | 0.220 0.036 -0.010 -0.016 0.018 0.033 -0.010 0.197 -0.117 -0.465 -0.016 -0.006 1.000 0.008 -0.015 -0.104 -0.022 -0.442 0.288 0.159 | +| jpsi_s | -0.023 0.065 -0.037 0.044 0.025 0.000 -0.000 -0.087 0.024 0.010 -0.032 -0.773 0.008 1.000 0.001 0.014 -0.022 -0.022 0.007 -0.121 | +| omega_p | -0.012 -0.297 0.123 -0.014 -0.019 -0.005 0.793 -0.011 -0.001 0.010 0.128 -0.001 -0.015 0.001 1.000 -0.010 0.410 0.013 -0.013 0.008 | +| p4160_s | -0.099 -0.025 0.003 -0.156 0.454 0.337 -0.005 -0.304 0.079 -0.129 0.003 -0.011 -0.104 0.014 -0.010 1.000 -0.008 0.299 -0.129 -0.511 | +| rho_s | -0.011 0.015 0.118 0.011 -0.023 0.002 0.016 0.010 -0.004 0.016 0.200 0.017 -0.022 -0.022 0.410 -0.008 1.000 0.033 -0.019 0.018 | +| Ctt | -0.505 -0.020 0.002 -0.066 -0.113 0.389 0.006 -0.415 0.168 0.483 0.004 0.007 -0.442 -0.022 0.013 0.299 0.033 1.000 -0.164 -0.744 | +| p4415_p | 0.087 0.027 -0.006 -0.027 0.110 -0.125 -0.008 0.023 -0.022 -0.211 -0.011 -0.004 0.288 0.007 -0.013 -0.129 -0.019 -0.164 1.000 -0.136 | +| Dbar_s | 0.376 0.056 -0.009 0.058 -0.246 -0.469 0.001 0.578 -0.272 -0.331 -0.016 0.092 0.159 -0.121 0.008 -0.511 0.018 -0.744 -0.136 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11120471673320687}), (, {'error': 0.3237414163312824}), (, {'error': 1.3338434719007584}), (, {'error': 0.01647514605936129}), (, {'error': 0.18681620614224315}), (, {'error': 0.17886054657700445}), (, {'error': 1.4058808267768024}), (, {'error': 0.027047479734488178}), (, {'error': 0.19535461371529772}), (, {'error': 0.16841877122774568}), (, {'error': 0.30455387025701164}), (, {'error': 1.7623756394172005}), (, {'error': 0.0986545071327285}), (, {'error': 21.394271148708867}), (, {'error': 0.9743604459051349}), (, {'error': 0.17074941592854398}), (, {'error': 0.3048332453028723}), (, {'error': 0.13365000505896635}), (, {'error': 0.15562625072789915}), (, {'error': 0.05680969432448102})]) +Toy 3/10 +Time taken: 4 h, 30 min +Projected time left: 10 h, 32 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.231E+05 | Ncalls=1175 (1175 total) | +| EDM = 4.01E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -723108.6245674574 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.33 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | rho_p | -1.04 | 0.32 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.9 | 1.5 | | | 14.8182 | 23.5818 | | +| 3 | jpsi_p | 4.559 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.87 | 0.19 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 7.1 | 1.0 | | | 4.19232 | 9.40768 | | +| 7 | psi2s_p | 4.202 | 0.029 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.32 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 0.95 | 0.17 | | |0.00501244| 2.01499 | | +| 10| phi_p | -0.19 | 0.38 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1366.7 | 1.8 | | | 1358.64 | 1433.36 | | +| 12| p4160_p | 4.44 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| omega_p | 6.11 | 0.22 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.04 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| rho_s | 1.04 | 0.28 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.20 | 0.13 | | | -0.5 | 0.5 | | +| 18| p4415_p | -2.04 | 0.16 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p rho_p phi_s jpsi_p p4040_p p4415_s omega_s psi2s_p p3770_s p4040_s phi_p psi2s_s p4160_p jpsi_s omega_p p4160_s rho_s Ctt p4415_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.033 -0.001 -0.069 0.123 -0.172 -0.001 0.451 -0.220 -0.191 -0.002 -0.013 0.218 -0.018 -0.002 -0.095 -0.007 -0.530 0.085 0.364 | +| rho_p | 0.033 1.000 0.241 0.028 -0.005 -0.028 -0.160 0.041 -0.043 -0.052 0.197 -0.065 0.033 0.073 -0.095 -0.029 0.129 -0.021 0.025 0.063 | +| phi_s | -0.001 0.241 1.000 -0.038 -0.008 -0.004 0.015 -0.012 -0.010 -0.008 0.870 -0.009 -0.003 0.010 0.045 -0.006 -0.068 0.005 -0.002 0.018 | +| jpsi_p | -0.069 0.028 -0.038 1.000 -0.172 -0.065 -0.028 -0.035 -0.066 0.027 -0.045 0.053 -0.080 -0.066 -0.003 -0.110 0.062 0.133 -0.065 0.114 | +| p4040_p | 0.123 -0.005 -0.008 -0.172 1.000 0.184 0.004 -0.037 -0.047 -0.200 -0.010 -0.027 0.019 0.028 -0.006 0.455 -0.016 -0.089 0.111 -0.279 | +| p4415_s | -0.172 -0.028 -0.004 -0.065 0.184 1.000 0.001 -0.337 0.109 0.075 -0.005 0.003 0.056 -0.001 -0.003 0.334 0.004 0.386 -0.112 -0.461 | +| omega_s | -0.001 -0.160 0.015 -0.028 0.004 0.001 1.000 -0.009 0.003 0.000 -0.006 0.003 0.001 -0.003 0.400 0.003 -0.441 -0.005 0.001 -0.008 | +| psi2s_p | 0.451 0.041 -0.012 -0.035 -0.037 -0.337 -0.009 1.000 -0.228 -0.370 -0.015 0.024 0.281 -0.059 -0.002 -0.301 0.010 -0.653 0.074 0.641 | +| p3770_s | -0.220 -0.043 -0.010 -0.066 -0.047 0.109 0.003 -0.228 1.000 0.212 -0.009 -0.013 -0.111 0.026 -0.002 0.088 -0.004 0.194 -0.015 -0.296 | +| p4040_s | -0.191 -0.052 -0.008 0.027 -0.200 0.075 0.000 -0.370 0.212 1.000 -0.007 -0.000 -0.448 0.009 0.000 -0.134 0.014 0.477 -0.198 -0.317 | +| phi_p | -0.002 0.197 0.870 -0.045 -0.010 -0.005 -0.006 -0.015 -0.009 -0.007 1.000 -0.018 -0.004 0.020 0.048 -0.008 -0.032 0.004 -0.003 0.016 | +| psi2s_s | -0.013 -0.065 -0.009 0.053 -0.027 0.003 0.003 0.024 -0.013 -0.000 -0.018 1.000 -0.013 -0.791 -0.002 -0.009 0.019 0.018 -0.006 0.097 | +| p4160_p | 0.218 0.033 -0.003 -0.080 0.019 0.056 0.001 0.281 -0.111 -0.448 -0.004 -0.013 1.000 0.013 -0.003 -0.082 -0.018 -0.410 0.284 0.105 | +| jpsi_s | -0.018 0.073 0.010 -0.066 0.028 -0.001 -0.003 -0.059 0.026 0.009 0.020 -0.791 0.013 1.000 0.003 0.012 -0.025 -0.022 0.009 -0.133 | +| omega_p | -0.002 -0.095 0.045 -0.003 -0.006 -0.003 0.400 -0.002 -0.002 0.000 0.048 -0.002 -0.003 0.003 1.000 -0.004 0.141 0.003 -0.003 0.005 | +| p4160_s | -0.095 -0.029 -0.006 -0.110 0.455 0.334 0.003 -0.301 0.088 -0.134 -0.008 -0.009 -0.082 0.012 -0.004 1.000 -0.004 0.303 -0.120 -0.509 | +| rho_s | -0.007 0.129 -0.068 0.062 -0.016 0.004 -0.441 0.010 -0.004 0.014 -0.032 0.019 -0.018 -0.025 0.141 -0.004 1.000 0.031 -0.015 0.018 | +| Ctt | -0.530 -0.021 0.005 0.133 -0.089 0.386 -0.005 -0.653 0.194 0.477 0.004 0.018 -0.410 -0.022 0.003 0.303 0.031 1.000 -0.137 -0.730 | +| p4415_p | 0.085 0.025 -0.002 -0.065 0.111 -0.112 0.001 0.074 -0.015 -0.198 -0.003 -0.006 0.284 0.009 -0.003 -0.120 -0.015 -0.137 1.000 -0.171 | +| Dbar_s | 0.364 0.063 0.018 0.114 -0.279 -0.461 -0.008 0.641 -0.296 -0.317 0.016 0.097 0.105 -0.133 0.005 -0.509 0.018 -0.730 -0.171 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11279604160704881}), (, {'error': 0.3150109815224247}), (, {'error': 1.516527505342582}), (, {'error': 0.01588248753273369}), (, {'error': 0.18933371457331294}), (, {'error': 0.17740288861445064}), (, {'error': 0.9604693271631715}), (, {'error': 0.029400522976917642}), (, {'error': 0.19493786958470283}), (, {'error': 0.16589136334530458}), (, {'error': 0.38433329665602}), (, {'error': 1.8247881115389646}), (, {'error': 0.09780215748206622}), (, {'error': 23.547114544152464}), (, {'error': 0.21664036616477222}), (, {'error': 0.16848569688344728}), (, {'error': 0.2762833667495569}), (, {'error': 0.131749914216854}), (, {'error': 0.1568051593779085}), (, {'error': 0.05682605999825163})]) +Toy 4/10 +Time taken: 6 h, 15 min +Projected time left: 9 h, 22 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.23E+05 | Ncalls=1186 (1186 total) | +| EDM = 0.000348 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -723019.5141254887 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.7 | 0.5 | | |-6.28319 | 6.28319 | | +| 1 | rho_p | -0.88 | 0.28 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.6 | 1.1 | | | 14.8182 | 23.5818 | | +| 3 | jpsi_p | 4.58 | 0.03 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -3.16 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 0.8 | 0.3 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 7.0 | 0.8 | | | 4.19232 | 9.40768 | | +| 7 | psi2s_p | -1.94 | 0.12 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.05 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.3 | 0.5 | | |0.00501244| 2.01499 | | +| 10| phi_p | -6.3 | 0.7 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1366.7 | 1.3 | | | 1358.64 | 1433.36 | | +| 12| p4160_p | -6.283 | 0.008 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| omega_p | 6.13 | 0.18 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 0.717 | 0.015 | | | 0.71676 | 3.68324 | | +| 16| rho_s | 1.04 | 0.26 | | |0.0253049| 2.0747 | | +| 17| Ctt | -0.5 | 0.5 | | | -0.5 | 0.5 | | +| 18| p4415_p | -1.5 | 0.5 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | 0.30 | 0.22 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p rho_p phi_s jpsi_p p4040_p p4415_s omega_s psi2s_p p3770_s p4040_s phi_p psi2s_s p4160_p jpsi_s omega_p p4160_s rho_s Ctt p4415_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.297 -0.077 -0.882 0.665 -0.898 0.074 0.970 0.478 -0.953 -0.022 -0.266 0.017 0.610 -0.051 0.244 -0.418 -0.978 0.895 0.972 | +| rho_p | -0.297 1.000 0.148 0.285 -0.212 0.283 -0.084 -0.301 -0.170 0.295 0.076 0.054 -0.005 -0.161 -0.062 -0.075 0.243 0.309 -0.273 -0.300 | +| phi_s | -0.077 0.148 1.000 0.057 -0.054 0.073 0.008 -0.080 -0.041 0.076 0.775 0.022 -0.001 -0.051 0.039 -0.020 -0.000 0.079 -0.072 -0.077 | +| jpsi_p | -0.882 0.285 0.057 1.000 -0.628 0.820 -0.076 -0.889 -0.479 0.881 0.003 0.248 -0.015 -0.574 0.046 -0.224 0.403 0.904 -0.823 -0.887 | +| p4040_p | 0.665 -0.212 -0.054 -0.628 1.000 -0.580 0.050 0.642 0.360 -0.682 -0.019 -0.177 0.011 0.414 -0.037 0.153 -0.285 -0.662 0.589 0.624 | +| p4415_s | -0.898 0.283 0.073 0.820 -0.580 1.000 -0.070 -0.913 -0.456 0.883 0.020 0.251 -0.018 -0.582 0.047 -0.223 0.394 0.921 -0.837 -0.928 | +| omega_s | 0.074 -0.084 0.008 -0.076 0.050 -0.070 1.000 0.074 0.040 -0.074 -0.009 -0.019 0.001 0.046 0.308 0.019 -0.380 -0.077 0.070 0.075 | +| psi2s_p | 0.970 -0.301 -0.080 -0.889 0.642 -0.913 0.074 1.000 0.490 -0.962 -0.025 -0.266 0.018 0.614 -0.052 0.246 -0.419 -0.986 0.904 0.984 | +| p3770_s | 0.478 -0.170 -0.041 -0.479 0.360 -0.456 0.040 0.490 1.000 -0.471 -0.013 -0.135 0.009 0.319 -0.028 0.124 -0.220 -0.508 0.458 0.482 | +| p4040_s | -0.953 0.295 0.076 0.881 -0.682 0.883 -0.074 -0.962 -0.471 1.000 0.022 0.263 -0.014 -0.610 0.051 -0.243 0.417 0.975 -0.897 -0.965 | +| phi_p | -0.022 0.076 0.775 0.003 -0.019 0.020 -0.009 -0.025 -0.013 0.022 1.000 0.002 -0.000 -0.010 0.039 -0.006 0.011 0.022 -0.021 -0.021 | +| psi2s_s | -0.266 0.054 0.022 0.248 -0.177 0.251 -0.019 -0.266 -0.135 0.263 0.002 1.000 -0.005 -0.606 0.012 -0.067 0.118 0.268 -0.243 -0.259 | +| p4160_p | 0.017 -0.005 -0.001 -0.015 0.011 -0.018 0.001 0.018 0.009 -0.014 -0.000 -0.005 1.000 0.011 -0.001 0.001 -0.008 -0.018 0.018 0.019 | +| jpsi_s | 0.610 -0.161 -0.051 -0.574 0.414 -0.582 0.046 0.614 0.319 -0.610 -0.010 -0.606 0.011 1.000 -0.030 0.156 -0.273 -0.628 0.571 0.611 | +| omega_p | -0.051 -0.062 0.039 0.046 -0.037 0.047 0.308 -0.052 -0.028 0.051 0.039 0.012 -0.001 -0.030 1.000 -0.013 0.144 0.052 -0.048 -0.051 | +| p4160_s | 0.244 -0.075 -0.020 -0.224 0.153 -0.223 0.019 0.246 0.124 -0.243 -0.006 -0.067 0.001 0.156 -0.013 1.000 -0.107 -0.249 0.229 0.246 | +| rho_s | -0.418 0.243 -0.000 0.403 -0.285 0.394 -0.380 -0.419 -0.220 0.417 0.011 0.118 -0.008 -0.273 0.144 -0.107 1.000 0.429 -0.392 -0.421 | +| Ctt | -0.978 0.309 0.079 0.904 -0.662 0.921 -0.077 -0.986 -0.508 0.975 0.022 0.268 -0.018 -0.628 0.052 -0.249 0.429 1.000 -0.914 -0.993 | +| p4415_p | 0.895 -0.273 -0.072 -0.823 0.589 -0.837 0.070 0.904 0.458 -0.897 -0.021 -0.243 0.018 0.571 -0.048 0.229 -0.392 -0.914 1.000 0.898 | +| Dbar_s | 0.972 -0.300 -0.077 -0.887 0.624 -0.928 0.075 0.984 0.482 -0.965 -0.021 -0.259 0.019 0.611 -0.051 0.246 -0.421 -0.993 0.898 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.4604866134486545}), (, {'error': 0.28336119693825923}), (, {'error': 1.0859932212574552}), (, {'error': 0.03190304512204989}), (, {'error': 0.1244340930108574}), (, {'error': 0.34885153495709575}), (, {'error': 0.7909744299123718}), (, {'error': 0.11579146619051972}), (, {'error': 0.19382860897745724}), (, {'error': 0.5318025961701793}), (, {'error': 0.6691187991487064}), (, {'error': 1.2898086129014246}), (, {'error': 0.008409865291276741}), (, {'error': 16.278710977891024}), (, {'error': 0.18499018480909335}), (, {'error': 0.014732506726739591}), (, {'error': 0.26222785644550445}), (, {'error': 0.5021258343451309}), (, {'error': 0.5054998386377649}), (, {'error': 0.21716028158365086})]) +Toy 5/10 +Time taken: 7 h, 59 min +Projected time left: 7 h, 59 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.231E+05 | Ncalls=1378 (1378 total) | +| EDM = 1.56E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -723108.5358490086 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.22 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | rho_p | 5.51 | 0.31 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.2 | 1.2 | | | 14.8182 | 23.5818 | | +| 3 | jpsi_p | 1.658 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.88 | 0.19 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.35 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 7.1 | 1.2 | | | 4.19232 | 9.40768 | | +| 7 | psi2s_p | -4.461 | 0.028 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.52 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 0.99 | 0.17 | | |0.00501244| 2.01499 | | +| 10| phi_p | 0.67 | 0.28 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1371.9 | 1.8 | | | 1358.64 | 1433.36 | | +| 12| p4160_p | 4.07 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| omega_p | -6.20 | 0.29 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.09 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| rho_s | 1.04 | 0.29 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.18 | 0.12 | | | -0.5 | 0.5 | | +| 18| p4415_p | 3.96 | 0.15 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.07 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p rho_p phi_s jpsi_p p4040_p p4415_s omega_s psi2s_p p3770_s p4040_s phi_p psi2s_s p4160_p jpsi_s omega_p p4160_s rho_s Ctt p4415_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.026 -0.007 -0.051 0.089 -0.170 -0.004 -0.355 -0.272 -0.181 -0.013 0.017 0.198 -0.027 -0.006 -0.114 -0.004 -0.462 0.067 0.376 | +| rho_p | 0.026 1.000 -0.064 -0.098 -0.003 -0.024 -0.220 -0.045 -0.035 -0.046 -0.132 -0.051 0.031 0.063 -0.195 -0.025 0.091 -0.015 0.022 0.053 | +| phi_s | -0.007 -0.064 1.000 -0.021 -0.002 0.003 0.018 -0.008 0.005 0.006 0.797 0.029 -0.007 -0.035 0.073 0.003 0.073 0.000 -0.004 -0.006 | +| jpsi_p | -0.051 -0.098 -0.021 1.000 -0.162 -0.137 -0.017 0.115 0.021 0.007 -0.008 -0.030 -0.012 0.042 -0.014 -0.160 0.019 -0.124 -0.033 0.087 | +| p4040_p | 0.089 -0.003 -0.002 -0.162 1.000 0.175 -0.004 -0.348 -0.080 -0.225 -0.007 -0.023 0.008 0.023 -0.014 0.452 -0.018 -0.119 0.102 -0.230 | +| p4415_s | -0.170 -0.024 0.003 -0.137 0.175 1.000 -0.001 -0.106 0.088 0.080 0.003 -0.003 0.033 0.002 -0.004 0.338 0.000 0.377 -0.123 -0.466 | +| omega_s | -0.004 -0.220 0.018 -0.017 -0.004 -0.001 1.000 -0.005 0.002 0.002 -0.017 -0.000 -0.004 0.000 0.660 -0.002 -0.211 -0.001 -0.003 -0.002 | +| psi2s_p | -0.355 -0.045 -0.008 0.115 -0.348 -0.106 -0.005 1.000 -0.172 0.063 0.001 -0.041 -0.121 0.040 -0.000 -0.214 0.014 0.168 -0.097 0.012 | +| p3770_s | -0.272 -0.035 0.005 0.021 -0.080 0.088 0.002 -0.172 1.000 0.201 0.012 -0.034 -0.128 0.024 0.000 0.069 -0.004 0.151 -0.029 -0.253 | +| p4040_s | -0.181 -0.046 0.006 0.007 -0.225 0.080 0.002 0.063 0.201 1.000 0.015 -0.015 -0.463 0.015 0.006 -0.125 0.011 0.488 -0.201 -0.351 | +| phi_p | -0.013 -0.132 0.797 -0.008 -0.007 0.003 -0.017 0.001 0.012 0.015 1.000 0.024 -0.014 -0.029 0.074 0.003 0.165 0.003 -0.010 -0.013 | +| psi2s_s | 0.017 -0.051 0.029 -0.030 -0.023 -0.003 -0.000 -0.041 -0.034 -0.015 0.024 1.000 -0.004 -0.785 -0.001 -0.016 0.020 0.025 -0.007 0.107 | +| p4160_p | 0.198 0.031 -0.007 -0.012 0.008 0.033 -0.004 -0.121 -0.128 -0.463 -0.014 -0.004 1.000 0.004 -0.010 -0.110 -0.017 -0.438 0.274 0.178 | +| jpsi_s | -0.027 0.063 -0.035 0.042 0.023 0.002 0.000 0.040 0.024 0.015 -0.029 -0.785 0.004 1.000 0.002 0.016 -0.023 -0.024 0.006 -0.125 | +| omega_p | -0.006 -0.195 0.073 -0.014 -0.014 -0.004 0.660 -0.000 0.000 0.006 0.074 -0.001 -0.010 0.002 1.000 -0.008 0.285 0.008 -0.009 0.008 | +| p4160_s | -0.114 -0.025 0.003 -0.160 0.452 0.338 -0.002 -0.214 0.069 -0.125 0.003 -0.016 -0.110 0.016 -0.008 1.000 -0.008 0.293 -0.125 -0.514 | +| rho_s | -0.004 0.091 0.073 0.019 -0.018 0.000 -0.211 0.014 -0.004 0.011 0.165 0.020 -0.017 -0.023 0.285 -0.008 1.000 0.027 -0.016 0.020 | +| Ctt | -0.462 -0.015 0.000 -0.124 -0.119 0.377 -0.001 0.168 0.151 0.488 0.003 0.025 -0.438 -0.024 0.008 0.293 0.027 1.000 -0.158 -0.745 | +| p4415_p | 0.067 0.022 -0.004 -0.033 0.102 -0.123 -0.003 -0.097 -0.029 -0.201 -0.010 -0.007 0.274 0.006 -0.009 -0.125 -0.016 -0.158 1.000 -0.129 | +| Dbar_s | 0.376 0.053 -0.006 0.087 -0.230 -0.466 -0.002 0.012 -0.253 -0.351 -0.013 0.107 0.178 -0.125 0.008 -0.514 0.020 -0.745 -0.129 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10544262686334438}), (, {'error': 0.3140386908849129}), (, {'error': 1.2464238685781819}), (, {'error': 0.015951160818574284}), (, {'error': 0.1862541741390411}), (, {'error': 0.17914195527149746}), (, {'error': 1.164911623202146}), (, {'error': 0.028306345375721964}), (, {'error': 0.2115795766919808}), (, {'error': 0.17352915526774987}), (, {'error': 0.284636821184435}), (, {'error': 1.8014835789027757}), (, {'error': 0.09773581745051008}), (, {'error': 22.295932071941024}), (, {'error': 0.288745501776154}), (, {'error': 0.17347238523369535}), (, {'error': 0.2894138748394822}), (, {'error': 0.11631914502092738}), (, {'error': 0.1549433351945524}), (, {'error': 0.05633417849379352})]) +Toy 6/10 +Time taken: 9 h, 58 min +Projected time left: 6 h, 38 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.231E+05 | Ncalls=1223 (1223 total) | +| EDM = 0.000285 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -723108.5355763966 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -3.06 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | rho_p | -0.77 | 0.32 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.2 | 1.2 | | | 14.8182 | 23.5818 | | +| 3 | jpsi_p | -4.626 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.40 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.35 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 7.1 | 1.2 | | | 4.19232 | 9.40768 | | +| 7 | psi2s_p | 1.822 | 0.028 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.52 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 0.99 | 0.17 | | |0.00501244| 2.01499 | | +| 10| phi_p | 0.67 | 0.28 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1371.9 | 1.6 | | | 1358.64 | 1433.36 | | +| 12| p4160_p | -2.22 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| omega_p | -6.20 | 0.29 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.09 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| rho_s | 1.04 | 0.29 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.18 | 0.12 | | | -0.5 | 0.5 | | +| 18| p4415_p | -2.32 | 0.16 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.07 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p rho_p phi_s jpsi_p p4040_p p4415_s omega_s psi2s_p p3770_s p4040_s phi_p psi2s_s p4160_p jpsi_s omega_p p4160_s rho_s Ctt p4415_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.029 -0.008 -0.051 0.088 -0.173 -0.005 -0.357 -0.275 -0.184 -0.014 0.010 0.202 -0.021 -0.007 -0.119 -0.004 -0.467 0.070 0.380 | +| rho_p | 0.029 1.000 -0.068 -0.106 -0.003 -0.026 -0.227 -0.049 -0.039 -0.051 -0.142 -0.038 0.034 0.052 -0.203 -0.027 0.093 -0.016 0.025 0.061 | +| phi_s | -0.008 -0.068 1.000 -0.020 -0.002 0.003 0.021 -0.007 0.006 0.007 0.796 0.021 -0.007 -0.028 0.076 0.003 0.073 0.000 -0.005 -0.009 | +| jpsi_p | -0.051 -0.106 -0.020 1.000 -0.160 -0.136 -0.015 0.114 0.022 0.006 -0.006 -0.019 -0.013 0.032 -0.011 -0.158 0.018 -0.123 -0.033 0.087 | +| p4040_p | 0.088 -0.003 -0.002 -0.160 1.000 0.171 -0.004 -0.343 -0.080 -0.221 -0.006 -0.018 0.008 0.018 -0.014 0.445 -0.018 -0.117 0.102 -0.226 | +| p4415_s | -0.173 -0.026 0.003 -0.136 0.171 1.000 -0.001 -0.102 0.090 0.083 0.004 -0.002 0.031 0.001 -0.004 0.337 0.000 0.379 -0.127 -0.466 | +| omega_s | -0.005 -0.227 0.021 -0.015 -0.004 -0.001 1.000 -0.004 0.003 0.004 -0.012 0.001 -0.005 -0.001 0.665 -0.001 -0.203 0.000 -0.003 -0.003 | +| psi2s_p | -0.357 -0.049 -0.007 0.114 -0.343 -0.102 -0.004 1.000 -0.170 0.063 0.002 -0.033 -0.124 0.031 0.001 -0.207 0.014 0.171 -0.098 0.008 | +| p3770_s | -0.275 -0.039 0.006 0.022 -0.080 0.090 0.003 -0.170 1.000 0.202 0.013 -0.031 -0.131 0.018 0.001 0.072 -0.004 0.154 -0.030 -0.256 | +| p4040_s | -0.184 -0.051 0.007 0.006 -0.221 0.083 0.004 0.063 0.202 1.000 0.016 -0.012 -0.468 0.011 0.007 -0.118 0.011 0.491 -0.206 -0.354 | +| phi_p | -0.014 -0.142 0.796 -0.006 -0.006 0.004 -0.012 0.002 0.013 0.016 1.000 0.017 -0.015 -0.023 0.079 0.004 0.164 0.003 -0.011 -0.016 | +| psi2s_s | 0.010 -0.038 0.021 -0.019 -0.018 -0.002 0.001 -0.033 -0.031 -0.012 0.017 1.000 -0.003 -0.698 0.000 -0.012 0.014 0.020 -0.006 0.077 | +| p4160_p | 0.202 0.034 -0.007 -0.013 0.008 0.031 -0.005 -0.124 -0.131 -0.468 -0.015 -0.003 1.000 0.003 -0.011 -0.114 -0.017 -0.443 0.281 0.181 | +| jpsi_s | -0.021 0.052 -0.028 0.032 0.018 0.001 -0.001 0.031 0.018 0.011 -0.023 -0.698 0.003 1.000 0.000 0.012 -0.017 -0.018 0.005 -0.096 | +| omega_p | -0.007 -0.203 0.076 -0.011 -0.014 -0.004 0.665 0.001 0.001 0.007 0.079 0.000 -0.011 0.000 1.000 -0.007 0.292 0.008 -0.010 0.007 | +| p4160_s | -0.119 -0.027 0.003 -0.158 0.445 0.337 -0.001 -0.207 0.072 -0.118 0.004 -0.012 -0.114 0.012 -0.007 1.000 -0.007 0.299 -0.130 -0.514 | +| rho_s | -0.004 0.093 0.073 0.018 -0.018 0.000 -0.203 0.014 -0.004 0.011 0.164 0.014 -0.017 -0.017 0.292 -0.007 1.000 0.027 -0.016 0.019 | +| Ctt | -0.467 -0.016 0.000 -0.123 -0.117 0.379 0.000 0.171 0.154 0.491 0.003 0.020 -0.443 -0.018 0.008 0.299 0.027 1.000 -0.163 -0.750 | +| p4415_p | 0.070 0.025 -0.005 -0.033 0.102 -0.127 -0.003 -0.098 -0.030 -0.206 -0.011 -0.006 0.281 0.005 -0.010 -0.130 -0.016 -0.163 1.000 -0.128 | +| Dbar_s | 0.380 0.061 -0.009 0.087 -0.226 -0.466 -0.003 0.008 -0.256 -0.354 -0.016 0.077 0.181 -0.096 0.007 -0.514 0.019 -0.750 -0.128 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10588340807774155}), (, {'error': 0.31615687601241094}), (, {'error': 1.2462489860372923}), (, {'error': 0.015953756107451866}), (, {'error': 0.18464005536888806}), (, {'error': 0.1791771739888478}), (, {'error': 1.1680413334369746}), (, {'error': 0.028255091738142113}), (, {'error': 0.21171631959065285}), (, {'error': 0.17391683066283314}), (, {'error': 0.28491995585719376}), (, {'error': 1.5595185419106201}), (, {'error': 0.09835153859734103}), (, {'error': 16.656804639070288}), (, {'error': 0.2898130312850786}), (, {'error': 0.172992204038788}), (, {'error': 0.2904335636557903}), (, {'error': 0.11681706061655833}), (, {'error': 0.15613897208082395}), (, {'error': 0.0562426865074116})]) +Toy 7/10 +Time taken: 11 h, 45 min +Projected time left: 5 h, 2 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.231E+05 | Ncalls=293 (293 total) | +| EDM = 4.79E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -723086.0051687558 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.37 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | rho_p | -0.89 | 0.28 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 18.3 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | jpsi_p | -4.804 | 0.017 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.67 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.29 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 7.1 | 1.2 | | | 4.19232 | 9.40768 | | +| 7 | psi2s_p | -2.493 | 0.028 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.41 | 0.20 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.00 | 0.17 | | |0.00501244| 2.01499 | | +| 10| phi_p | -5.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1362.0 | 1.1 | | | 1358.64 | 1433.36 | | +| 12| p4160_p | -2.07 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 0.992E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| omega_p | -5.89 | 0.21 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.06 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| rho_s | 1.21 | 0.29 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.19 | 0.14 | | | -0.5 | 0.5 | | +| 18| p4415_p | 4.07 | 0.16 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.12 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p rho_p phi_s jpsi_p p4040_p p4415_s omega_s psi2s_p p3770_s p4040_s phi_p psi2s_s p4160_p jpsi_s omega_p p4160_s rho_s Ctt p4415_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.026 -0.009 -0.081 0.110 -0.187 -0.004 0.362 -0.240 -0.191 -0.014 0.013 0.229 0.049 -0.003 -0.118 -0.004 -0.516 0.082 0.393 | +| rho_p | 0.026 1.000 -0.027 -0.103 -0.012 -0.026 -0.260 0.045 -0.042 -0.045 -0.061 -0.047 0.028 -0.059 0.012 -0.030 0.299 -0.010 0.018 0.063 | +| phi_s | -0.009 -0.027 1.000 -0.032 -0.001 0.004 -0.029 -0.028 0.008 0.008 0.892 0.027 -0.009 0.037 0.043 0.005 0.087 0.000 -0.005 -0.011 | +| jpsi_p | -0.081 -0.103 -0.032 1.000 -0.168 -0.125 -0.007 -0.027 -0.050 -0.014 -0.023 -0.035 -0.013 -0.051 -0.021 -0.153 0.007 -0.069 -0.027 0.056 | +| p4040_p | 0.110 -0.012 -0.001 -0.168 1.000 0.172 0.004 -0.123 -0.058 -0.184 -0.003 -0.020 0.002 -0.024 -0.006 0.440 -0.017 -0.093 0.101 -0.247 | +| p4415_s | -0.187 -0.026 0.004 -0.125 0.172 1.000 0.003 -0.302 0.109 0.096 0.005 -0.000 0.019 0.001 -0.003 0.342 0.002 0.406 -0.114 -0.481 | +| omega_s | -0.004 -0.260 -0.029 -0.007 0.004 0.003 1.000 -0.017 0.007 0.004 -0.061 0.001 -0.002 0.001 0.600 0.005 -0.399 -0.005 -0.000 -0.012 | +| psi2s_p | 0.362 0.045 -0.028 -0.027 -0.123 -0.302 -0.017 1.000 -0.246 -0.292 -0.035 0.063 0.201 0.125 -0.006 -0.313 0.021 -0.409 0.016 0.583 | +| p3770_s | -0.240 -0.042 0.008 -0.050 -0.058 0.109 0.007 -0.246 1.000 0.209 0.011 -0.018 -0.128 -0.035 -0.002 0.090 -0.007 0.192 -0.023 -0.289 | +| p4040_s | -0.191 -0.045 0.008 -0.014 -0.184 0.096 0.004 -0.292 0.209 1.000 0.013 -0.007 -0.473 -0.014 -0.000 -0.101 0.009 0.493 -0.202 -0.355 | +| phi_p | -0.014 -0.061 0.892 -0.023 -0.003 0.005 -0.061 -0.035 0.011 0.013 1.000 0.023 -0.013 0.031 0.032 0.006 0.150 0.001 -0.008 -0.016 | +| psi2s_s | 0.013 -0.047 0.027 -0.035 -0.020 -0.000 0.001 0.063 -0.018 -0.007 0.023 1.000 -0.006 0.695 -0.007 -0.010 0.014 0.015 -0.005 0.089 | +| p4160_p | 0.229 0.028 -0.009 -0.013 0.002 0.019 -0.002 0.201 -0.128 -0.473 -0.013 -0.006 1.000 -0.008 -0.003 -0.123 -0.016 -0.452 0.280 0.183 | +| jpsi_s | 0.049 -0.059 0.037 -0.051 -0.024 0.001 0.001 0.125 -0.035 -0.014 0.031 0.695 -0.008 1.000 -0.009 -0.013 0.021 0.034 -0.009 0.129 | +| omega_p | -0.003 0.012 0.043 -0.021 -0.006 -0.003 0.600 -0.006 -0.002 -0.000 0.032 -0.007 -0.003 -0.009 1.000 -0.004 0.113 0.002 -0.002 0.004 | +| p4160_s | -0.118 -0.030 0.005 -0.153 0.440 0.342 0.005 -0.313 0.090 -0.101 0.006 -0.010 -0.123 -0.013 -0.004 1.000 -0.006 0.326 -0.126 -0.524 | +| rho_s | -0.004 0.299 0.087 0.007 -0.017 0.002 -0.399 0.021 -0.007 0.009 0.150 0.014 -0.016 0.021 0.113 -0.006 1.000 0.031 -0.013 0.020 | +| Ctt | -0.516 -0.010 0.000 -0.069 -0.093 0.406 -0.005 -0.409 0.192 0.493 0.001 0.015 -0.452 0.034 0.002 0.326 0.031 1.000 -0.151 -0.758 | +| p4415_p | 0.082 0.018 -0.005 -0.027 0.101 -0.114 -0.000 0.016 -0.023 -0.202 -0.008 -0.005 0.280 -0.009 -0.002 -0.126 -0.013 -0.151 1.000 -0.130 | +| Dbar_s | 0.393 0.063 -0.011 0.056 -0.247 -0.481 -0.012 0.583 -0.289 -0.355 -0.016 0.089 0.183 0.129 0.004 -0.524 0.020 -0.758 -0.130 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10910443379568968}), (, {'error': 0.27628614127072515}), (, {'error': 1.6545695846408623}), (, {'error': 0.01664632911285535}), (, {'error': 0.17905278602912578}), (, {'error': 0.18009216029515263}), (, {'error': 1.2447006534009457}), (, {'error': 0.028073269283622748}), (, {'error': 0.1958205822701864}), (, {'error': 0.16905867205854258}), (, {'error': 0.38583441827386666}), (, {'error': 1.110683466473347}), (, {'error': 0.09948334329500197}), (, {'error': 10.622877045506357}), (, {'error': 0.21163969394909055}), (, {'error': 0.1702017089942126}), (, {'error': 0.2873130590648794}), (, {'error': 0.13872962565269314}), (, {'error': 0.157457523123135}), (, {'error': 0.05840263452600458})]) +Toy 8/10 +Time taken: 12 h, 35 min +Projected time left: 3 h, 8 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.231E+05 | Ncalls=1336 (1336 total) | +| EDM = 0.000315 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -723108.5349407527 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.22 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | rho_p | 5.5 | 0.3 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.9 | 1.6 | | | 14.8182 | 23.5818 | | +| 3 | jpsi_p | 1.659 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.88 | 0.19 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.36 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 7.1 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | psi2s_p | -4.460 | 0.028 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.52 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 0.99 | 0.17 | | |0.00501244| 2.01499 | | +| 10| phi_p | 0.05 | 0.40 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1371.9 | 1.6 | | | 1358.64 | 1433.36 | | +| 12| p4160_p | -2.22 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| omega_p | -6.2 | 0.5 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.09 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| rho_s | 1.03 | 0.29 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.18 | 0.12 | | | -0.5 | 0.5 | | +| 18| p4415_p | 3.96 | 0.15 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.07 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p rho_p phi_s jpsi_p p4040_p p4415_s omega_s psi2s_p p3770_s p4040_s phi_p psi2s_s p4160_p jpsi_s omega_p p4160_s rho_s Ctt p4415_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.025 -0.002 -0.050 0.089 -0.170 -0.005 -0.355 -0.271 -0.181 -0.005 0.012 0.200 -0.022 -0.007 -0.114 -0.004 -0.463 0.068 0.375 | +| rho_p | 0.025 1.000 0.204 -0.112 -0.004 -0.023 -0.213 -0.051 -0.035 -0.046 0.164 -0.038 0.030 0.051 -0.182 -0.025 0.058 -0.014 0.022 0.055 | +| phi_s | -0.002 0.204 1.000 -0.087 -0.010 -0.005 0.106 -0.033 -0.010 -0.007 0.881 -0.005 -0.005 0.007 0.140 -0.008 -0.024 0.007 -0.004 0.019 | +| jpsi_p | -0.050 -0.112 -0.087 1.000 -0.160 -0.136 -0.032 0.117 0.022 0.007 -0.087 -0.020 -0.011 0.032 -0.031 -0.159 0.021 -0.124 -0.032 0.087 | +| p4040_p | 0.089 -0.004 -0.010 -0.160 1.000 0.175 -0.010 -0.347 -0.080 -0.224 -0.013 -0.019 0.008 0.019 -0.019 0.452 -0.019 -0.119 0.102 -0.230 | +| p4415_s | -0.170 -0.023 -0.005 -0.136 0.175 1.000 -0.004 -0.106 0.088 0.080 -0.006 -0.002 0.034 0.001 -0.008 0.338 -0.001 0.376 -0.123 -0.466 | +| omega_s | -0.005 -0.213 0.106 -0.032 -0.010 -0.004 1.000 -0.009 -0.001 0.002 0.092 -0.003 -0.007 0.005 0.758 -0.006 -0.070 0.003 -0.005 0.006 | +| psi2s_p | -0.355 -0.051 -0.033 0.117 -0.347 -0.106 -0.009 1.000 -0.172 0.063 -0.031 -0.034 -0.122 0.032 -0.006 -0.214 0.016 0.168 -0.097 0.013 | +| p3770_s | -0.271 -0.035 -0.010 0.022 -0.080 0.088 -0.001 -0.172 1.000 0.201 -0.008 -0.031 -0.129 0.019 -0.003 0.069 -0.005 0.152 -0.029 -0.253 | +| p4040_s | -0.181 -0.046 -0.007 0.007 -0.224 0.080 0.002 0.063 0.201 1.000 -0.004 -0.013 -0.466 0.012 0.004 -0.123 0.011 0.490 -0.202 -0.352 | +| phi_p | -0.005 0.164 0.881 -0.087 -0.013 -0.006 0.092 -0.031 -0.008 -0.004 1.000 -0.011 -0.008 0.015 0.143 -0.009 0.011 0.007 -0.006 0.017 | +| psi2s_s | 0.012 -0.038 -0.005 -0.020 -0.019 -0.002 -0.003 -0.034 -0.031 -0.013 -0.011 1.000 -0.003 -0.717 -0.006 -0.013 0.013 0.021 -0.006 0.083 | +| p4160_p | 0.200 0.030 -0.005 -0.011 0.008 0.034 -0.007 -0.122 -0.129 -0.466 -0.008 -0.003 1.000 0.003 -0.012 -0.111 -0.017 -0.442 0.276 0.180 | +| jpsi_s | -0.022 0.051 0.007 0.032 0.019 0.001 0.005 0.032 0.019 0.012 0.015 -0.717 0.003 1.000 0.008 0.013 -0.016 -0.019 0.005 -0.102 | +| omega_p | -0.007 -0.182 0.140 -0.031 -0.019 -0.008 0.758 -0.006 -0.003 0.004 0.143 -0.006 -0.012 0.008 1.000 -0.012 0.350 0.011 -0.011 0.016 | +| p4160_s | -0.114 -0.025 -0.008 -0.159 0.452 0.338 -0.006 -0.214 0.069 -0.123 -0.009 -0.013 -0.111 0.013 -0.012 1.000 -0.009 0.294 -0.125 -0.515 | +| rho_s | -0.004 0.058 -0.024 0.021 -0.019 -0.001 -0.070 0.016 -0.005 0.011 0.011 0.013 -0.017 -0.016 0.350 -0.009 1.000 0.028 -0.016 0.021 | +| Ctt | -0.463 -0.014 0.007 -0.124 -0.119 0.376 0.003 0.168 0.152 0.490 0.007 0.021 -0.442 -0.019 0.011 0.294 0.028 1.000 -0.160 -0.748 | +| p4415_p | 0.068 0.022 -0.004 -0.032 0.102 -0.123 -0.005 -0.097 -0.029 -0.202 -0.006 -0.006 0.276 0.005 -0.011 -0.125 -0.016 -0.160 1.000 -0.128 | +| Dbar_s | 0.375 0.055 0.019 0.087 -0.230 -0.466 0.006 0.013 -0.253 -0.352 0.017 0.083 0.180 -0.102 0.016 -0.515 0.021 -0.748 -0.128 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10544141657360306}), (, {'error': 0.31772777439864797}), (, {'error': 1.5704713734420404}), (, {'error': 0.01601292583299241}), (, {'error': 0.18623079140520016}), (, {'error': 0.17911993139787086}), (, {'error': 1.3174050150929721}), (, {'error': 0.028316547375456746}), (, {'error': 0.21154143934001612}), (, {'error': 0.17383881882410196}), (, {'error': 0.4023019339869913}), (, {'error': 1.6010975901808706}), (, {'error': 0.09814051742054986}), (, {'error': 17.439004048628703}), (, {'error': 0.4920198741067323}), (, {'error': 0.17348658919719806}), (, {'error': 0.29215861400289556}), (, {'error': 0.11650490591705487}), (, {'error': 0.1549767465049383}), (, {'error': 0.05618477211198791})]) +Toy 9/10 +Time taken: 14 h, 31 min +Projected time left: 1 h, 36 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.231E+05 | Ncalls=922 (922 total) | +| EDM = 0.00015 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -723108.535716952 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -3.06 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | rho_p | 5.51 | 0.31 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.2 | 1.2 | | | 14.8182 | 23.5818 | | +| 3 | jpsi_p | -4.626 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.40 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.35 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 7.1 | 1.0 | | | 4.19232 | 9.40768 | | +| 7 | psi2s_p | 1.822 | 0.028 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.52 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 0.99 | 0.17 | | |0.00501244| 2.01499 | | +| 10| phi_p | 0.67 | 0.28 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1371.9 | 1.7 | | | 1358.64 | 1433.36 | | +| 12| p4160_p | -2.22 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| omega_p | 0.08 | 0.24 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.09 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| rho_s | 1.04 | 0.28 | | |0.0253049| 2.0747 | | +| 17| Ctt | 0.18 | 0.12 | | | -0.5 | 0.5 | | +| 18| p4415_p | 3.96 | 0.16 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.07 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p rho_p phi_s jpsi_p p4040_p p4415_s omega_s psi2s_p p3770_s p4040_s phi_p psi2s_s p4160_p jpsi_s omega_p p4160_s rho_s Ctt p4415_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.026 -0.007 -0.051 0.088 -0.173 -0.002 -0.357 -0.275 -0.183 -0.013 0.015 0.202 -0.025 -0.004 -0.118 -0.003 -0.466 0.069 0.381 | +| rho_p | 0.026 1.000 -0.055 -0.101 -0.005 -0.025 -0.161 -0.046 -0.036 -0.046 -0.125 -0.045 0.030 0.058 -0.117 -0.026 0.127 -0.014 0.022 0.056 | +| phi_s | -0.007 -0.055 1.000 -0.020 -0.001 0.003 -0.011 -0.007 0.005 0.006 0.792 0.026 -0.006 -0.032 0.047 0.003 0.062 -0.000 -0.004 -0.007 | +| jpsi_p | -0.051 -0.101 -0.020 1.000 -0.160 -0.137 -0.015 0.114 0.021 0.005 -0.007 -0.026 -0.012 0.039 -0.010 -0.159 0.022 -0.123 -0.032 0.086 | +| p4040_p | 0.088 -0.005 -0.001 -0.160 1.000 0.172 0.001 -0.342 -0.080 -0.220 -0.006 -0.021 0.007 0.021 -0.009 0.446 -0.016 -0.116 0.100 -0.226 | +| p4415_s | -0.173 -0.025 0.003 -0.137 0.172 1.000 0.000 -0.103 0.090 0.082 0.003 -0.003 0.032 0.001 -0.003 0.337 0.001 0.378 -0.124 -0.466 | +| omega_s | -0.002 -0.161 -0.011 -0.015 0.001 0.000 1.000 -0.006 0.002 -0.000 -0.053 -0.000 0.000 0.000 0.496 0.001 -0.375 -0.004 0.001 -0.005 | +| psi2s_p | -0.357 -0.046 -0.007 0.114 -0.342 -0.103 -0.006 1.000 -0.171 0.062 0.001 -0.038 -0.123 0.037 -0.000 -0.208 0.015 0.170 -0.096 0.007 | +| p3770_s | -0.275 -0.036 0.005 0.021 -0.080 0.090 0.002 -0.171 1.000 0.202 0.012 -0.033 -0.131 0.022 -0.000 0.071 -0.004 0.154 -0.030 -0.256 | +| p4040_s | -0.183 -0.046 0.006 0.005 -0.220 0.082 -0.000 0.062 0.202 1.000 0.015 -0.014 -0.467 0.014 0.003 -0.120 0.011 0.490 -0.202 -0.355 | +| phi_p | -0.013 -0.125 0.792 -0.007 -0.006 0.003 -0.053 0.001 0.012 0.015 1.000 0.021 -0.014 -0.027 0.048 0.003 0.157 0.002 -0.010 -0.014 | +| psi2s_s | 0.015 -0.045 0.026 -0.026 -0.021 -0.003 -0.000 -0.038 -0.033 -0.014 0.021 1.000 -0.004 -0.757 -0.001 -0.015 0.018 0.023 -0.006 0.096 | +| p4160_p | 0.202 0.030 -0.006 -0.012 0.007 0.032 0.000 -0.123 -0.131 -0.467 -0.014 -0.004 1.000 0.004 -0.006 -0.113 -0.016 -0.442 0.276 0.182 | +| jpsi_s | -0.025 0.058 -0.032 0.039 0.021 0.001 0.000 0.037 0.022 0.014 -0.027 -0.757 0.004 1.000 0.002 0.014 -0.022 -0.022 0.006 -0.114 | +| omega_p | -0.004 -0.117 0.047 -0.010 -0.009 -0.003 0.496 -0.000 -0.000 0.003 0.048 -0.001 -0.006 0.002 1.000 -0.005 0.197 0.005 -0.006 0.006 | +| p4160_s | -0.118 -0.026 0.003 -0.159 0.446 0.337 0.001 -0.208 0.071 -0.120 0.003 -0.015 -0.113 0.014 -0.005 1.000 -0.006 0.298 -0.128 -0.514 | +| rho_s | -0.003 0.127 0.062 0.022 -0.016 0.001 -0.375 0.015 -0.004 0.011 0.157 0.018 -0.016 -0.022 0.197 -0.006 1.000 0.026 -0.015 0.018 | +| Ctt | -0.466 -0.014 -0.000 -0.123 -0.116 0.378 -0.004 0.170 0.154 0.490 0.002 0.023 -0.442 -0.022 0.005 0.298 0.026 1.000 -0.160 -0.750 | +| p4415_p | 0.069 0.022 -0.004 -0.032 0.100 -0.124 0.001 -0.096 -0.030 -0.202 -0.010 -0.006 0.276 0.006 -0.006 -0.128 -0.015 -0.160 1.000 -0.126 | +| Dbar_s | 0.381 0.056 -0.007 0.086 -0.226 -0.466 -0.005 0.007 -0.256 -0.355 -0.014 0.096 0.182 -0.114 0.006 -0.514 0.018 -0.750 -0.126 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10589164301609433}), (, {'error': 0.3098658759618278}), (, {'error': 1.23497950049369}), (, {'error': 0.01594365119501706}), (, {'error': 0.1845984104175864}), (, {'error': 0.17910862495046664}), (, {'error': 1.0131538485326077}), (, {'error': 0.028251691642251053}), (, {'error': 0.21171801360659193}), (, {'error': 0.17375796152810885}), (, {'error': 0.28102513789591876}), (, {'error': 1.7070603917302378}), (, {'error': 0.09822016136935252}), (, {'error': 19.944363792212243}), (, {'error': 0.24216221227088175}), (, {'error': 0.1729307229177235}), (, {'error': 0.2831928098505735}), (, {'error': 0.11677217709431759}), (, {'error': 0.1550519597441422}), (, {'error': 0.05633192450361568})]) +Toy 10/10 +Time taken: 15 h, 56 min +Projected time left: +Mean Ctt value = 0.07479592494105079 +Mean Ctt error = 0.1563588181570496 +Simulation ended diff --git a/prelim_results/slurm-2213906.out b/prelim_results/slurm-2213906.out new file mode 100644 index 0000000..b4f92a7 --- /dev/null +++ b/prelim_results/slurm-2213906.out @@ -0,0 +1,9410 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.996624: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.020866: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.021162: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x565516e4f640 executing computations on platform Host. Devices: +2019-07-07 14:45:24.021225: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.568243: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x565516f070f0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.568334: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.575120: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:06:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.575199: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.659790: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.659845: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.659869: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.667111: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:06:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718767.3972492 Edm = 2.98872 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718767.3972492 Edm = 2.98872 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719911.8998534 Edm = 0.21689 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719912.6929807 Edm = 0.452418 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -720006.4214762 Edm = 3.55372 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -720010.1286133 Edm = 0.0329585 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -720012.1580949 Edm = 2.01825 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -720069.6901308 Edm = 0.0757506 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -720139.6166212 Edm = 0.456631 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -720140.146376 Edm = 0.145143 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -720151.6467481 Edm = 12.895 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -720155.7897591 Edm = 3.94363 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -720284.8429499 Edm = 2.85567 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -720287.8696184 Edm = 0.11074 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -720288.0061711 Edm = 0.0106988 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -720288.0425406 Edm = 0.0257651 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -720301.7647333 Edm = 0.823493 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -720361.188124 Edm = 5.87083 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -720373.7786671 Edm = 1.80444 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -720377.6022278 Edm = 1.95487 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -720380.0962565 Edm = 0.57071 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -720381.101983 Edm = 0.465528 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -720381.422613 Edm = 0.086296 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -720381.5294045 Edm = 0.00244054 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -720381.5391729 Edm = 0.00665446 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -720385.3829349 Edm = 2.61343 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -720397.4752842 Edm = 0.397856 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -720397.8087051 Edm = 0.022823 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -720397.8277157 Edm = 0.000622972 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -720397.8333446 Edm = 0.00467828 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -720398.24748 Edm = 0.391579 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -720409.035729 Edm = 0.822355 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -720409.9269735 Edm = 0.249585 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -720410.1765662 Edm = 0.200386 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -720410.7837568 Edm = 0.242281 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -720411.1279019 Edm = 0.164111 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -720411.1845628 Edm = 0.0239993 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -720411.2114605 Edm = 0.000604384 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -720411.2132968 Edm = 0.00117222 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -720411.5742156 Edm = 0.301714 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -720417.4309296 Edm = 3.05946 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -720424.5293989 Edm = 0.373414 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -720425.1905011 Edm = 0.187765 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -720425.3089744 Edm = 0.182112 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -720425.4608314 Edm = 0.00285485 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -720425.4655995 Edm = 0.00234082 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -720425.5039452 Edm = 0.0410403 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -720427.9239933 Edm = 0.208879 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -720438.7155041 Edm = 4.37892 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -720441.7575119 Edm = 1.50668 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -720442.3594983 Edm = 0.0771791 NCalls = 161 +VariableMetric: Iteration # 50 - FCN = -720442.443809 Edm = 0.0184009 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -720442.4783295 Edm = 0.00397028 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -720442.4837478 Edm = 0.000791739 NCalls = 167 +VariableMetric: Iteration # 53 - FCN = -720442.4957038 Edm = 0.00949509 NCalls = 170 +VariableMetric: Iteration # 54 - FCN = -720465.0260735 Edm = 39.7175 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -720465.031351 Edm = 0.0398419 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -720465.8628343 Edm = 1.15925 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -720466.5622432 Edm = 0.836841 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -720466.6081606 Edm = 0.0661031 NCalls = 195 +VariableMetric: Iteration # 59 - FCN = -720467.2932194 Edm = 0.483588 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -720468.9348244 Edm = 0.939052 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -720471.5115925 Edm = 4.83287 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -720480.6586117 Edm = 6.16987 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -720483.5760547 Edm = 3.92374 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -720493.2406023 Edm = 1.23125 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -720494.4518016 Edm = 0.240283 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -720494.7794696 Edm = 0.034683 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -720494.8216556 Edm = 0.0102853 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -720494.9811944 Edm = 0.117563 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -720500.015527 Edm = 6.07201 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -720505.2881319 Edm = 4.83113 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -720538.1503292 Edm = 3.26487 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -720541.7097605 Edm = 0.370035 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -720542.1630253 Edm = 0.0670703 NCalls = 239 +VariableMetric: Iteration # 74 - FCN = -720542.2136163 Edm = 0.00259905 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -720542.2164251 Edm = 0.000524619 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -720542.2210234 Edm = 0.00397804 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -720542.5019324 Edm = 0.293086 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -720543.2057852 Edm = 0.657998 NCalls = 257 +VariableMetric: Iteration # 79 - FCN = -720572.5364772 Edm = 0.397659 NCalls = 263 +VariableMetric: Iteration # 80 - FCN = -720573.0182538 Edm = 0.0200047 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -720573.046714 Edm = 0.00207804 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -720573.0501945 Edm = 0.000488555 NCalls = 269 +VariableMetric: Iteration # 83 - FCN = -720573.0520991 Edm = 0.00130279 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -720573.0800368 Edm = 0.0245858 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -720573.6769285 Edm = 0.499714 NCalls = 279 +VariableMetric: Iteration # 86 - FCN = -720581.0760503 Edm = 2.28396 NCalls = 282 +VariableMetric: Iteration # 87 - FCN = -720585.6496488 Edm = 0.117268 NCalls = 284 +VariableMetric: Iteration # 88 - FCN = -720585.7986973 Edm = 0.0048302 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -720585.8032143 Edm = 0.000432847 NCalls = 288 +VariableMetric: Iteration # 90 - FCN = -720585.8041431 Edm = 0.00048418 NCalls = 290 +VariableMetric: Iteration # 91 - FCN = -720585.810191 Edm = 0.00493008 NCalls = 293 +VariableMetric: Iteration # 92 - FCN = -720586.0045817 Edm = 0.168241 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -720588.8457847 Edm = 2.16123 NCalls = 301 +VariableMetric: Iteration # 94 - FCN = -720596.8857288 Edm = 1.12157 NCalls = 304 +VariableMetric: Iteration # 95 - FCN = -720598.1145773 Edm = 0.0386863 NCalls = 306 +VariableMetric: Iteration # 96 - FCN = -720598.1473191 Edm = 0.00440613 NCalls = 308 +VariableMetric: Iteration # 97 - FCN = -720598.1508483 Edm = 0.000260813 NCalls = 310 +VariableMetric: Iteration # 98 - FCN = -720598.1512613 Edm = 0.000166686 NCalls = 312 +VariableMetric: Iteration # 99 - FCN = -720598.1540023 Edm = 0.00303794 NCalls = 316 +VariableMetric: Iteration # 100 - FCN = -720598.2779037 Edm = 0.131079 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -720598.3203122 Edm = 0.0420431 NCalls = 329 +VariableMetric: Iteration # 102 - FCN = -720603.9686498 Edm = 0.595433 NCalls = 336 +VariableMetric: Iteration # 103 - FCN = -720604.3912631 Edm = 0.0302684 NCalls = 338 +VariableMetric: Iteration # 104 - FCN = -720604.4197135 Edm = 0.000708557 NCalls = 339 +VariableMetric: Iteration # 105 - FCN = -720604.4204373 Edm = 6.24473e-05 NCalls = 341 +VariableMetric: After Hessian - FCN = -720604.4204373 Edm = 10.8609 NCalls = 692 +VariableMetric: Iteration # 106 - FCN = -720604.4204373 Edm = 10.8609 NCalls = 692 +VariableMetric: Iteration # 107 - FCN = -720604.5386255 Edm = 11.2411 NCalls = 695 +VariableMetric: Iteration # 108 - FCN = -720604.6301582 Edm = 0.742926 NCalls = 697 +VariableMetric: Iteration # 109 - FCN = -720605.2029074 Edm = 57526.4 NCalls = 706 +VariableMetric: Iteration # 110 - FCN = -720605.3006887 Edm = 8678.62 NCalls = 715 +VariableMetric: Iteration # 111 - FCN = -720605.4043486 Edm = 17851.6 NCalls = 722 +VariableMetric: Iteration # 112 - FCN = -720605.4526202 Edm = 2689.65 NCalls = 728 +VariableMetric: Iteration # 113 - FCN = -720605.6135436 Edm = 918.59 NCalls = 733 +VariableMetric: Iteration # 114 - FCN = -720605.7321396 Edm = 393.73 NCalls = 738 +VariableMetric: Iteration # 115 - FCN = -720605.8345136 Edm = 1402.43 NCalls = 742 +VariableMetric: Iteration # 116 - FCN = -720605.9173993 Edm = 321.958 NCalls = 746 +VariableMetric: Iteration # 117 - FCN = -720605.9754568 Edm = 1145.92 NCalls = 750 +VariableMetric: Iteration # 118 - FCN = -720606.1369895 Edm = 104.717 NCalls = 754 +VariableMetric: Iteration # 119 - FCN = -720606.1881012 Edm = 527.051 NCalls = 758 +VariableMetric: Iteration # 120 - FCN = -720606.4998287 Edm = 51.7618 NCalls = 761 +VariableMetric: Iteration # 121 - FCN = -720606.5919973 Edm = 2.97818 NCalls = 764 +VariableMetric: Iteration # 122 - FCN = -720606.5979025 Edm = 0.441911 NCalls = 767 +VariableMetric: Iteration # 123 - FCN = -720606.6008745 Edm = 0.668096 NCalls = 770 +VariableMetric: Iteration # 124 - FCN = -720606.6036488 Edm = 0.583331 NCalls = 772 +VariableMetric: Iteration # 125 - FCN = -720606.6079901 Edm = 0.224589 NCalls = 774 +VariableMetric: Iteration # 126 - FCN = -720606.6117248 Edm = 0.116284 NCalls = 776 +VariableMetric: Iteration # 127 - FCN = -720606.6309861 Edm = 0.0258719 NCalls = 778 +VariableMetric: Iteration # 128 - FCN = -720606.6393378 Edm = 0.0040748 NCalls = 780 +VariableMetric: Iteration # 129 - FCN = -720606.6497456 Edm = 0.00865699 NCalls = 784 +VariableMetric: Iteration # 130 - FCN = -720606.700894 Edm = 0.0592435 NCalls = 790 +VariableMetric: Iteration # 131 - FCN = -720606.7044953 Edm = 0.0358628 NCalls = 793 +VariableMetric: Iteration # 132 - FCN = -720606.7080308 Edm = 0.0254706 NCalls = 794 +VariableMetric: Iteration # 133 - FCN = -720606.7418896 Edm = 0.0662278 NCalls = 799 +VariableMetric: Iteration # 134 - FCN = -720606.7485288 Edm = 0.025499 NCalls = 802 +VariableMetric: Iteration # 135 - FCN = -720606.7961157 Edm = 0.0584989 NCalls = 807 +VariableMetric: Iteration # 136 - FCN = -720606.8935141 Edm = 0.0753768 NCalls = 812 +VariableMetric: Iteration # 137 - FCN = -720606.9832075 Edm = 0.142064 NCalls = 815 +VariableMetric: Iteration # 138 - FCN = -720607.0683249 Edm = 0.0507091 NCalls = 818 +VariableMetric: Iteration # 139 - FCN = -720607.1091286 Edm = 0.00568104 NCalls = 820 +VariableMetric: Iteration # 140 - FCN = -720607.1123232 Edm = 0.000483477 NCalls = 822 +VariableMetric: Iteration # 141 - FCN = -720607.1130019 Edm = 0.000418279 NCalls = 824 +VariableMetric: Iteration # 142 - FCN = -720607.1156499 Edm = 0.00197313 NCalls = 827 +VariableMetric: Iteration # 143 - FCN = -720607.1202352 Edm = 0.00324875 NCalls = 832 +VariableMetric: Iteration # 144 - FCN = -720607.1248386 Edm = 0.0013986 NCalls = 834 +VariableMetric: Iteration # 145 - FCN = -720607.1261335 Edm = 0.00165863 NCalls = 836 +VariableMetric: Iteration # 146 - FCN = -720607.1283168 Edm = 0.000457362 NCalls = 839 +VariableMetric: Iteration # 147 - FCN = -720607.1290923 Edm = 9.47856e-05 NCalls = 842 +VariableMetric: Iteration # 148 - FCN = -720607.12921 Edm = 6.17543e-05 NCalls = 844 +VariableMetric: Iteration # 149 - FCN = -720607.1292718 Edm = 4.2936e-05 NCalls = 846 +VariableMetric: After Hessian - FCN = -720607.1292718 Edm = 0.114985 NCalls = 1207 +VariableMetric: Iteration # 150 - FCN = -720607.1292718 Edm = 0.114985 NCalls = 1207 +VariableMetric: Iteration # 151 - FCN = -720607.1629111 Edm = 0.058171 NCalls = 1209 +VariableMetric: Iteration # 152 - FCN = -720607.1842692 Edm = 0.0245494 NCalls = 1211 +VariableMetric: Iteration # 153 - FCN = -720607.2038133 Edm = 0.00654187 NCalls = 1213 +VariableMetric: Iteration # 154 - FCN = -720607.211406 Edm = 0.00382379 NCalls = 1216 +VariableMetric: Iteration # 155 - FCN = -720607.216377 Edm = 0.00311801 NCalls = 1219 +VariableMetric: Iteration # 156 - FCN = -720607.2197368 Edm = 0.00115283 NCalls = 1222 +VariableMetric: Iteration # 157 - FCN = -720607.2208809 Edm = 0.00061167 NCalls = 1223 +VariableMetric: Iteration # 158 - FCN = -720607.222073 Edm = 0.000559371 NCalls = 1227 +VariableMetric: Iteration # 159 - FCN = -720607.2225051 Edm = 0.000209971 NCalls = 1229 +VariableMetric: Iteration # 160 - FCN = -720607.2227643 Edm = 0.000132404 NCalls = 1231 +VariableMetric: Iteration # 161 - FCN = -720607.2230121 Edm = 0.000115727 NCalls = 1233 +VariableMetric: Iteration # 162 - FCN = -720607.2231829 Edm = 8.14361e-05 NCalls = 1236 +VariableMetric: Iteration # 163 - FCN = -720607.2233039 Edm = 6.55756e-05 NCalls = 1238 +VariableMetric: After Hessian - FCN = -720607.2233039 Edm = 0.00171805 NCalls = 1601 +VariableMetric: Iteration # 164 - FCN = -720607.2233039 Edm = 0.00171805 NCalls = 1601 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717199.5942242 Edm = 1.56426 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717199.5942242 Edm = 1.56426 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718892.0498066 Edm = 2.3048 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -719307.7736015 Edm = 60.6314 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -719315.7152442 Edm = 1.81136 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -719753.0140593 Edm = 2.62627 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -719756.2289273 Edm = 0.326549 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -719757.3780241 Edm = 0.777317 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -719857.4121151 Edm = 29.4313 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -719890.2731667 Edm = 0.439654 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -719890.7252872 Edm = 0.066229 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -719892.2947239 Edm = 1.70425 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -719984.7533053 Edm = 18.9688 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -720216.7532566 Edm = 41.5853 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -720305.1473988 Edm = 24.024 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -720353.9258452 Edm = 6.55667 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -720379.6190592 Edm = 15.9079 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -720388.1206838 Edm = 4.36917 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -720393.9770914 Edm = 0.117699 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -720394.082874 Edm = 0.0101708 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -720394.1341239 Edm = 0.0485983 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -720396.2010665 Edm = 3.23058 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -720396.2305123 Edm = 0.0182035 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -720401.8368477 Edm = 5.61114 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -720490.792058 Edm = 8.7014 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -720499.4220716 Edm = 0.436939 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -720499.8663171 Edm = 0.0107103 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -720499.8785918 Edm = 0.00174638 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -720499.9276471 Edm = 0.0441125 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -720501.562421 Edm = 0.837861 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -720512.0397634 Edm = 0.971589 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -720516.8366091 Edm = 2.86203 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -720519.2863536 Edm = 2.99727 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -720519.8916372 Edm = 0.425059 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -720520.3064988 Edm = 0.0162182 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -720520.3205721 Edm = 0.000716512 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -720520.3360618 Edm = 0.0146555 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -720521.2632158 Edm = 1.18656 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -720521.3540055 Edm = 0.0761133 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -720522.1370451 Edm = 0.695053 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -720531.1459975 Edm = 1.79342 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -720533.3997507 Edm = 0.0519907 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -720533.4548576 Edm = 0.00453623 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -720533.4588535 Edm = 0.00067508 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -720533.4628672 Edm = 0.00392219 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -720534.2009567 Edm = 0.21179 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -720538.6324179 Edm = 2.55165 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -720547.7509732 Edm = 1.42251 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -720549.1280121 Edm = 0.18628 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -720549.51983 Edm = 0.260584 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -720549.8609133 Edm = 0.131232 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -720550.1612678 Edm = 0.0876667 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -720550.2710584 Edm = 0.179926 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -720550.5070283 Edm = 0.0276769 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -720550.5318203 Edm = 0.00808988 NCalls = 173 +VariableMetric: Iteration # 54 - FCN = -720550.535949 Edm = 0.000329205 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -720550.5363574 Edm = 0.000155677 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -720550.5372509 Edm = 0.000790435 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -720550.5746784 Edm = 0.0384522 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -720550.5870219 Edm = 0.0124117 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -720550.7104554 Edm = 0.0597666 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -720550.7279061 Edm = 9.80605e-05 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -720550.7289888 Edm = 0.000968284 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -720552.4158034 Edm = 0.257079 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -720554.8516523 Edm = 0.687653 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -720555.7764646 Edm = 2.54272 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -720557.5665577 Edm = 6.00593 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -720561.7167114 Edm = 3.67522 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -720566.0633106 Edm = 4.12493 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -720567.574984 Edm = 0.153519 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -720567.730574 Edm = 0.00565315 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -720567.7389451 Edm = 0.00199043 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -720567.8200921 Edm = 0.0906242 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -720568.5058354 Edm = 0.605828 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -720575.5939401 Edm = 0.188189 NCalls = 244 +VariableMetric: Iteration # 74 - FCN = -720575.707685 Edm = 0.00513546 NCalls = 246 +VariableMetric: Iteration # 75 - FCN = -720575.7120152 Edm = 0.000146994 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -720575.7127565 Edm = 0.000528037 NCalls = 250 +VariableMetric: Iteration # 77 - FCN = -720575.7913028 Edm = 0.0718766 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -720578.790249 Edm = 0.28044 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -720579.0724395 Edm = 0.00159104 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -720579.0741224 Edm = 2.09797e-05 NCalls = 262 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716362.4873362 Edm = 10.8641 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716362.4873362 Edm = 10.8641 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719997.7274078 Edm = 0.0693274 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719998.8480127 Edm = 0.061253 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -720039.812354 Edm = 0.961386 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -720041.010049 Edm = 0.199772 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -720056.7408192 Edm = 18.3577 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -720092.6554706 Edm = 36.524 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -720097.8999135 Edm = 5.20585 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -720290.7442147 Edm = 10.8512 NCalls = 43 +VariableMetric: Iteration # 9 - FCN = -720301.6008881 Edm = 0.667686 NCalls = 44 +VariableMetric: Iteration # 10 - FCN = -720302.4886506 Edm = 0.093034 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -720304.5454924 Edm = 1.73249 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -720349.5896727 Edm = 1.99873 NCalls = 56 +VariableMetric: Iteration # 13 - FCN = -720351.8944409 Edm = 0.192914 NCalls = 58 +VariableMetric: Iteration # 14 - FCN = -720487.7672758 Edm = 25.5821 NCalls = 67 +VariableMetric: Iteration # 15 - FCN = -720487.7672758 Edm = 25.5821 NCalls = 78 +VariableMetric: After Hessian - FCN = -720487.7672758 Edm = 86844.8 NCalls = 431 +VariableMetric: Iteration # 16 - FCN = -720487.7672758 Edm = 86844.8 NCalls = 431 +VariableMetric: Iteration # 17 - FCN = -720490.5805768 Edm = 4560.46 NCalls = 442 +VariableMetric: Iteration # 18 - FCN = -720499.6064284 Edm = 7.70176 NCalls = 444 +VariableMetric: Iteration # 19 - FCN = -720552.2465045 Edm = 0.935499 NCalls = 448 +VariableMetric: Iteration # 20 - FCN = -720559.7088973 Edm = 1.04162 NCalls = 451 +VariableMetric: Iteration # 21 - FCN = -720566.9752597 Edm = 3.8683 NCalls = 455 +VariableMetric: Iteration # 22 - FCN = -720570.9436436 Edm = 7.38379 NCalls = 458 +VariableMetric: Iteration # 23 - FCN = -720576.600912 Edm = 7.07941 NCalls = 460 +VariableMetric: Iteration # 24 - FCN = -720578.9330481 Edm = 0.675472 NCalls = 462 +VariableMetric: Iteration # 25 - FCN = -720580.8333412 Edm = 0.64259 NCalls = 466 +VariableMetric: Iteration # 26 - FCN = -720581.523133 Edm = 0.178544 NCalls = 468 +VariableMetric: Iteration # 27 - FCN = -720582.1272255 Edm = 0.172864 NCalls = 470 +VariableMetric: Iteration # 28 - FCN = -720582.5344695 Edm = 0.0892467 NCalls = 473 +VariableMetric: Iteration # 29 - FCN = -720582.7224552 Edm = 0.0733573 NCalls = 475 +VariableMetric: Iteration # 30 - FCN = -720583.4293791 Edm = 0.122486 NCalls = 478 +VariableMetric: Iteration # 31 - FCN = -720583.6509029 Edm = 0.0275511 NCalls = 481 +VariableMetric: Iteration # 32 - FCN = -720583.7650237 Edm = 0.0712737 NCalls = 483 +VariableMetric: Iteration # 33 - FCN = -720584.4985947 Edm = 0.154182 NCalls = 486 +VariableMetric: Iteration # 34 - FCN = -720584.7622486 Edm = 0.0188186 NCalls = 488 +VariableMetric: Iteration # 35 - FCN = -720584.8940543 Edm = 0.0739374 NCalls = 492 +VariableMetric: Iteration # 36 - FCN = -720585.4953961 Edm = 0.13402 NCalls = 496 +VariableMetric: Iteration # 37 - FCN = -720585.6722858 Edm = 0.00848408 NCalls = 498 +VariableMetric: Iteration # 38 - FCN = -720585.687438 Edm = 0.0075266 NCalls = 500 +VariableMetric: Iteration # 39 - FCN = -720585.7425973 Edm = 0.037276 NCalls = 503 +VariableMetric: Iteration # 40 - FCN = -720585.8490705 Edm = 0.0111085 NCalls = 505 +VariableMetric: Iteration # 41 - FCN = -720585.8616981 Edm = 0.00302705 NCalls = 507 +VariableMetric: Iteration # 42 - FCN = -720585.9274551 Edm = 0.0406313 NCalls = 511 +VariableMetric: Iteration # 43 - FCN = -720586.0206426 Edm = 0.00272536 NCalls = 513 +VariableMetric: Iteration # 44 - FCN = -720586.0275086 Edm = 0.0039359 NCalls = 515 +VariableMetric: Iteration # 45 - FCN = -720586.232694 Edm = 0.281701 NCalls = 521 +VariableMetric: Iteration # 46 - FCN = -720586.238461 Edm = 0.0121115 NCalls = 523 +VariableMetric: Iteration # 47 - FCN = -720586.3952053 Edm = 0.253883 NCalls = 528 +VariableMetric: Iteration # 48 - FCN = -720586.4395886 Edm = 0.049143 NCalls = 531 +VariableMetric: Iteration # 49 - FCN = -720586.5496333 Edm = 0.124773 NCalls = 535 +VariableMetric: Iteration # 50 - FCN = -720586.6046693 Edm = 0.06012 NCalls = 538 +VariableMetric: Iteration # 51 - FCN = -720588.6065336 Edm = 4.59266 NCalls = 545 +VariableMetric: Iteration # 52 - FCN = -720588.6142118 Edm = 0.00418099 NCalls = 547 +VariableMetric: Iteration # 53 - FCN = -720588.6221857 Edm = 0.0302962 NCalls = 549 +VariableMetric: Iteration # 54 - FCN = -720588.6662824 Edm = 0.0366953 NCalls = 553 +VariableMetric: Iteration # 55 - FCN = -720588.8476402 Edm = 0.147867 NCalls = 556 +VariableMetric: Iteration # 56 - FCN = -720590.6736101 Edm = 2.66134 NCalls = 561 +VariableMetric: Iteration # 57 - FCN = -720593.225965 Edm = 3.51339 NCalls = 567 +VariableMetric: Iteration # 58 - FCN = -720593.3317434 Edm = 0.217091 NCalls = 570 +VariableMetric: Iteration # 59 - FCN = -720593.8336618 Edm = 0.770234 NCalls = 574 +VariableMetric: Iteration # 60 - FCN = -720596.4278215 Edm = 1.79676 NCalls = 579 +VariableMetric: Iteration # 61 - FCN = -720598.6790405 Edm = 0.910668 NCalls = 582 +VariableMetric: Iteration # 62 - FCN = -720599.3863472 Edm = 0.233552 NCalls = 584 +VariableMetric: Iteration # 63 - FCN = -720599.6380911 Edm = 0.331135 NCalls = 586 +VariableMetric: Iteration # 64 - FCN = -720600.130939 Edm = 0.474731 NCalls = 588 +VariableMetric: Iteration # 65 - FCN = -720602.0040348 Edm = 0.869187 NCalls = 592 +VariableMetric: Iteration # 66 - FCN = -720603.406281 Edm = 0.179174 NCalls = 594 +VariableMetric: Iteration # 67 - FCN = -720603.6123769 Edm = 0.0676973 NCalls = 596 +VariableMetric: Iteration # 68 - FCN = -720603.9301976 Edm = 0.194789 NCalls = 599 +VariableMetric: Iteration # 69 - FCN = -720604.4216045 Edm = 0.164347 NCalls = 601 +VariableMetric: Iteration # 70 - FCN = -720605.0000819 Edm = 0.309748 NCalls = 603 +VariableMetric: Iteration # 71 - FCN = -720605.8365453 Edm = 0.0544005 NCalls = 606 +VariableMetric: Iteration # 72 - FCN = -720605.893525 Edm = 0.0114146 NCalls = 608 +VariableMetric: Iteration # 73 - FCN = -720606.0129852 Edm = 0.0983045 NCalls = 611 +VariableMetric: Iteration # 74 - FCN = -720606.2984805 Edm = 0.0383919 NCalls = 613 +VariableMetric: Iteration # 75 - FCN = -720606.3430322 Edm = 0.004226 NCalls = 615 +VariableMetric: Iteration # 76 - FCN = -720606.3501309 Edm = 0.00398436 NCalls = 617 +VariableMetric: Iteration # 77 - FCN = -720606.3960312 Edm = 0.0189502 NCalls = 621 +VariableMetric: Iteration # 78 - FCN = -720606.4267343 Edm = 0.0019586 NCalls = 623 +VariableMetric: Iteration # 79 - FCN = -720606.431417 Edm = 0.00295925 NCalls = 625 +VariableMetric: Iteration # 80 - FCN = -720606.4846886 Edm = 0.0181082 NCalls = 631 +VariableMetric: Iteration # 81 - FCN = -720606.5057491 Edm = 0.00209635 NCalls = 633 +VariableMetric: Iteration # 82 - FCN = -720606.5077107 Edm = 0.000381039 NCalls = 635 +VariableMetric: Iteration # 83 - FCN = -720606.5086015 Edm = 0.000874088 NCalls = 637 +VariableMetric: Iteration # 84 - FCN = -720606.5149591 Edm = 0.00414703 NCalls = 641 +VariableMetric: Iteration # 85 - FCN = -720606.5405337 Edm = 0.00543042 NCalls = 644 +VariableMetric: Iteration # 86 - FCN = -720606.547538 Edm = 0.00140424 NCalls = 646 +VariableMetric: Iteration # 87 - FCN = -720606.5490371 Edm = 0.000947081 NCalls = 648 +VariableMetric: Iteration # 88 - FCN = -720606.5708848 Edm = 0.0274101 NCalls = 652 +VariableMetric: Iteration # 89 - FCN = -720606.5730373 Edm = 0.00182228 NCalls = 654 +VariableMetric: Iteration # 90 - FCN = -720606.6129104 Edm = 0.0602981 NCalls = 660 +VariableMetric: Iteration # 91 - FCN = -720606.6351577 Edm = 0.0245818 NCalls = 664 +VariableMetric: Iteration # 92 - FCN = -720606.6436228 Edm = 0.00805929 NCalls = 668 +VariableMetric: Iteration # 93 - FCN = -720606.7264089 Edm = 0.0890499 NCalls = 674 +VariableMetric: Iteration # 94 - FCN = -720606.79277 Edm = 0.0537125 NCalls = 679 +VariableMetric: Iteration # 95 - FCN = -720606.8796236 Edm = 0.0319641 NCalls = 682 +VariableMetric: Iteration # 96 - FCN = -720606.8945429 Edm = 0.00581529 NCalls = 684 +VariableMetric: Iteration # 97 - FCN = -720606.8970797 Edm = 0.000602783 NCalls = 686 +VariableMetric: Iteration # 98 - FCN = -720606.8982091 Edm = 0.000443765 NCalls = 688 +VariableMetric: Iteration # 99 - FCN = -720606.9070386 Edm = 0.00623807 NCalls = 692 +VariableMetric: Iteration # 100 - FCN = -720606.9375621 Edm = 0.000951079 NCalls = 694 +VariableMetric: Iteration # 101 - FCN = -720606.9385583 Edm = 3.1951e-05 NCalls = 695 +VariableMetric: After Hessian - FCN = -720606.9385583 Edm = 0.000132516 NCalls = 1066 +VariableMetric: Iteration # 102 - FCN = -720606.9385583 Edm = 0.000132516 NCalls = 1066 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713452.8853281 Edm = 1.74794 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713452.8853281 Edm = 1.74794 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717037.6423347 Edm = 0.626176 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717258.4663088 Edm = 2.44181 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717259.6175306 Edm = 0.318405 NCalls = 12 +VariableMetric: Iteration # 4 - FCN = -717744.5272417 Edm = 94.3561 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -717824.3257665 Edm = 144.067 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -717943.4300715 Edm = 0.146606 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -717943.6609611 Edm = 0.0685131 NCalls = 25 +VariableMetric: Iteration # 8 - FCN = -718007.0710597 Edm = 47.906 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -718126.7129597 Edm = 11.4332 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -718138.1265606 Edm = 0.598578 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -718139.4083049 Edm = 0.739692 NCalls = 38 +VariableMetric: Iteration # 12 - FCN = -718194.6997228 Edm = 52.2291 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -718303.3658581 Edm = 44.1621 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -718350.164178 Edm = 2.04488 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -718351.3854662 Edm = 0.271845 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -718351.868676 Edm = 0.199207 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -718359.2015885 Edm = 0.780615 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -718359.6689938 Edm = 0.575713 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -718360.4505872 Edm = 0.0807999 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -718360.5760681 Edm = 0.0125428 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -718360.6772438 Edm = 0.122969 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -718361.541377 Edm = 0.746454 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -718394.4473162 Edm = 29.0509 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -718396.5046358 Edm = 4.49161 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -718424.839706 Edm = 15.6288 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -718466.8038645 Edm = 6.56425 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -718488.3447725 Edm = 4.80608 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -718493.1073263 Edm = 5.66463 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -718497.5024813 Edm = 8.61992 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -718518.4781719 Edm = 10.2585 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -718525.5586152 Edm = 3.82335 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -718529.3912312 Edm = 0.471405 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -718529.9677477 Edm = 0.00813035 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -718530.0133234 Edm = 0.0337978 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -718534.2749161 Edm = 3.93131 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -719935.1911999 Edm = 450.735 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -720422.5346046 Edm = 111.475 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -720475.5056483 Edm = 23.888 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -720501.013834 Edm = 7.82639 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -720509.3236076 Edm = 2.69358 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -720513.7547461 Edm = 1.49927 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -720517.120647 Edm = 1.73815 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -720518.7438386 Edm = 0.428786 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -720518.9383503 Edm = 0.0681428 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -720518.990627 Edm = 0.00514873 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -720518.9993229 Edm = 0.00716241 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -720519.1940327 Edm = 0.177884 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -720524.9534519 Edm = 4.65669 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -720553.4767431 Edm = 6.37304 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -720558.6474908 Edm = 0.351391 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -720558.9962299 Edm = 0.0436853 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -720559.1104003 Edm = 0.0128914 NCalls = 169 +VariableMetric: Iteration # 53 - FCN = -720559.1273684 Edm = 0.0027921 NCalls = 171 +VariableMetric: Iteration # 54 - FCN = -720559.1314926 Edm = 0.0021751 NCalls = 173 +VariableMetric: Iteration # 55 - FCN = -720559.1403748 Edm = 0.00289515 NCalls = 178 +VariableMetric: Iteration # 56 - FCN = -720559.1810708 Edm = 0.0530015 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -720559.1837134 Edm = 0.00489419 NCalls = 184 +VariableMetric: Iteration # 58 - FCN = -720559.1902255 Edm = 0.00349823 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -720559.208825 Edm = 0.0218124 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -720559.3244909 Edm = 0.124411 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -720559.9835799 Edm = 0.915161 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -720559.9856959 Edm = 0.00517059 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -720560.0096134 Edm = 0.017897 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -720561.4070155 Edm = 0.338238 NCalls = 216 +VariableMetric: Iteration # 65 - FCN = -720561.5790613 Edm = 0.0476577 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -720561.6475547 Edm = 0.0218681 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -720562.6642611 Edm = 0.942848 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -720573.9624312 Edm = 0.453273 NCalls = 229 +VariableMetric: Iteration # 69 - FCN = -720574.2932007 Edm = 0.0774805 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -720574.3639628 Edm = 0.0114335 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -720574.4017953 Edm = 0.014813 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -720574.4258621 Edm = 0.00149399 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -720574.4279927 Edm = 0.000465773 NCalls = 239 +VariableMetric: Iteration # 74 - FCN = -720574.4298423 Edm = 0.00159361 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -720574.4765103 Edm = 0.0513151 NCalls = 246 +VariableMetric: Iteration # 76 - FCN = -720574.4781191 Edm = 0.00127181 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -720574.5151658 Edm = 0.0436488 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -720575.1470665 Edm = 0.0546527 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -720582.1600538 Edm = 3.82613 NCalls = 264 +VariableMetric: Iteration # 80 - FCN = -720583.3553057 Edm = 4.55761 NCalls = 266 +VariableMetric: Iteration # 81 - FCN = -720587.4139217 Edm = 1.07411 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -720588.5701724 Edm = 0.303394 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -720589.0084606 Edm = 0.267746 NCalls = 274 +VariableMetric: Iteration # 84 - FCN = -720589.3078339 Edm = 0.122543 NCalls = 276 +VariableMetric: Iteration # 85 - FCN = -720589.4041129 Edm = 0.00218679 NCalls = 278 +VariableMetric: Iteration # 86 - FCN = -720589.4066789 Edm = 0.000460483 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -720589.4104639 Edm = 0.00383424 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -720590.0006453 Edm = 0.0903615 NCalls = 290 +VariableMetric: Iteration # 89 - FCN = -720593.4184422 Edm = 1.30803 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -720596.7434084 Edm = 0.34475 NCalls = 295 +VariableMetric: Iteration # 91 - FCN = -720597.0769918 Edm = 0.0109463 NCalls = 297 +VariableMetric: Iteration # 92 - FCN = -720597.0866294 Edm = 0.000114944 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -720597.0867646 Edm = 3.37224e-05 NCalls = 301 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719259.0105098 Edm = 0.461203 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719259.0105098 Edm = 0.461203 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719421.214273 Edm = 0.164322 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -719421.8276542 Edm = 0.348339 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -719601.4643728 Edm = 1.25514 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -719602.7432672 Edm = 0.064826 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -719604.1471204 Edm = 1.39609 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -719662.8060944 Edm = 65.1005 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -719663.0151309 Edm = 0.0770562 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -719675.8681296 Edm = 13.0621 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -719677.1204585 Edm = 1.20415 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -719750.0875797 Edm = 14.9228 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -719798.8508388 Edm = 4.78655 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -719801.7310154 Edm = 0.451326 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -719802.3186409 Edm = 0.126567 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -719821.0719783 Edm = 1.66638 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -719822.7340001 Edm = 0.0387035 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -719822.7811702 Edm = 0.0226848 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -719827.4600051 Edm = 4.98139 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -719827.6689231 Edm = 0.196263 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -719852.5887917 Edm = 2.15062 NCalls = 77 +VariableMetric: Iteration # 20 - FCN = -719924.151156 Edm = 7.29153 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -719939.1807069 Edm = 0.508034 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -719939.9153052 Edm = 0.0594131 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -719940.0176685 Edm = 0.00637581 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -719940.0690992 Edm = 0.0428231 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -719943.0221439 Edm = 1.71757 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -719948.206226 Edm = 0.191844 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -719948.3969423 Edm = 0.00374091 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -719948.4191193 Edm = 0.0188796 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -719950.7574429 Edm = 2.24985 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -719950.7723474 Edm = 0.00603764 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -719951.5883124 Edm = 0.826997 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -719961.0322203 Edm = 2.42768 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -719991.2060838 Edm = 13.1084 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -720011.5001281 Edm = 11.3674 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -720018.1415415 Edm = 0.552316 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -720018.4811284 Edm = 0.013907 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -720018.4955075 Edm = 0.00127835 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -720018.5106049 Edm = 0.0136282 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -720020.9598521 Edm = 1.84241 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -720045.5063076 Edm = 5.15952 NCalls = 146 +VariableMetric: Iteration # 41 - FCN = -720061.9952129 Edm = 2.54101 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -720064.8993801 Edm = 0.0759849 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -720064.9586391 Edm = 0.00584233 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -720064.9680344 Edm = 0.00734443 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -720065.0284817 Edm = 0.0608995 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -720065.8334328 Edm = 0.51089 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -720071.133271 Edm = 2.05409 NCalls = 169 +VariableMetric: Iteration # 48 - FCN = -720087.1836468 Edm = 4.71922 NCalls = 173 +VariableMetric: Iteration # 49 - FCN = -720102.3973868 Edm = 9.25639 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -720129.3823309 Edm = 18.9471 NCalls = 182 +VariableMetric: Iteration # 51 - FCN = -720145.6046628 Edm = 35.4724 NCalls = 185 +VariableMetric: Iteration # 52 - FCN = -720161.8948464 Edm = 5.22707 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -720173.8841516 Edm = 4.03937 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -720179.81254 Edm = 1.32215 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -720180.7677092 Edm = 0.177427 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -720180.9212067 Edm = 0.0308461 NCalls = 196 +VariableMetric: Iteration # 57 - FCN = -720180.9838835 Edm = 0.024884 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -720181.0505595 Edm = 0.0255708 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -720181.1374043 Edm = 0.0408235 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -720220.5615073 Edm = 24.6929 NCalls = 212 +VariableMetric: Iteration # 61 - FCN = -720232.1523318 Edm = 1.03095e+06 NCalls = 222 +VariableMetric: Iteration # 62 - FCN = -720273.4782152 Edm = 1.84464e+06 NCalls = 231 +VariableMetric: Iteration # 63 - FCN = -720503.2301578 Edm = 89891.9 NCalls = 239 +VariableMetric: Iteration # 64 - FCN = -720537.8845535 Edm = 3267.61 NCalls = 246 +VariableMetric: Iteration # 65 - FCN = -720541.4254316 Edm = 4760.14 NCalls = 251 +VariableMetric: Iteration # 66 - FCN = -720561.1882876 Edm = 3715.55 NCalls = 255 +VariableMetric: Iteration # 67 - FCN = -720567.6047464 Edm = 4276.41 NCalls = 260 +VariableMetric: Iteration # 68 - FCN = -720571.7175916 Edm = 321.033 NCalls = 264 +VariableMetric: Iteration # 69 - FCN = -720573.803038 Edm = 415.068 NCalls = 267 +VariableMetric: Iteration # 70 - FCN = -720575.1654248 Edm = 392.082 NCalls = 269 +VariableMetric: Iteration # 71 - FCN = -720576.3271543 Edm = 332.488 NCalls = 272 +VariableMetric: Iteration # 72 - FCN = -720578.0162545 Edm = 87.85 NCalls = 275 +VariableMetric: Iteration # 73 - FCN = -720579.3079387 Edm = 61.7371 NCalls = 277 +VariableMetric: Iteration # 74 - FCN = -720583.4996733 Edm = 74.896 NCalls = 279 +VariableMetric: Iteration # 75 - FCN = -720592.5397999 Edm = 17.9755 NCalls = 281 +VariableMetric: Iteration # 76 - FCN = -720594.3359496 Edm = 8.57669 NCalls = 283 +VariableMetric: Iteration # 77 - FCN = -720595.0444627 Edm = 6.89333 NCalls = 285 +VariableMetric: Iteration # 78 - FCN = -720595.8624748 Edm = 8.44795 NCalls = 287 +VariableMetric: Iteration # 79 - FCN = -720600.1150536 Edm = 7.81794 NCalls = 292 +VariableMetric: Iteration # 80 - FCN = -720601.7976541 Edm = 10.2216 NCalls = 293 +VariableMetric: Iteration # 81 - FCN = -720603.5969853 Edm = 3.90372 NCalls = 295 +VariableMetric: Iteration # 82 - FCN = -720604.741261 Edm = 2.2338 NCalls = 297 +VariableMetric: Iteration # 83 - FCN = -720605.5699406 Edm = 1.66105 NCalls = 299 +VariableMetric: Iteration # 84 - FCN = -720606.5345445 Edm = 0.443134 NCalls = 301 +VariableMetric: Iteration # 85 - FCN = -720606.9188064 Edm = 0.0959531 NCalls = 303 +VariableMetric: Iteration # 86 - FCN = -720607.0418678 Edm = 0.0199901 NCalls = 305 +VariableMetric: Iteration # 87 - FCN = -720607.0741657 Edm = 0.0148144 NCalls = 307 +VariableMetric: Iteration # 88 - FCN = -720607.0896042 Edm = 0.00956588 NCalls = 309 +VariableMetric: Iteration # 89 - FCN = -720607.101104 Edm = 0.0108257 NCalls = 312 +VariableMetric: Iteration # 90 - FCN = -720607.1214105 Edm = 0.00998888 NCalls = 316 +VariableMetric: Iteration # 91 - FCN = -720607.1370981 Edm = 0.0105601 NCalls = 319 +VariableMetric: Iteration # 92 - FCN = -720607.1463611 Edm = 0.00546622 NCalls = 321 +VariableMetric: Iteration # 93 - FCN = -720607.1535499 Edm = 0.00370449 NCalls = 324 +VariableMetric: Iteration # 94 - FCN = -720607.1587381 Edm = 0.00187727 NCalls = 327 +VariableMetric: Iteration # 95 - FCN = -720607.1605892 Edm = 0.00134496 NCalls = 330 +VariableMetric: Iteration # 96 - FCN = -720607.1630983 Edm = 0.00063041 NCalls = 333 +VariableMetric: Iteration # 97 - FCN = -720607.1647202 Edm = 0.000812678 NCalls = 335 +VariableMetric: Iteration # 98 - FCN = -720607.1653722 Edm = 0.000998934 NCalls = 337 +VariableMetric: Iteration # 99 - FCN = -720607.1666729 Edm = 0.000467108 NCalls = 342 +VariableMetric: Iteration # 100 - FCN = -720607.16752 Edm = 0.000114295 NCalls = 345 +VariableMetric: Iteration # 101 - FCN = -720607.1676827 Edm = 1.42848e-05 NCalls = 347 +VariableMetric: After Hessian - FCN = -720607.1676827 Edm = 0.00300917 NCalls = 716 +VariableMetric: Iteration # 102 - FCN = -720607.1676827 Edm = 0.00300917 NCalls = 716 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715070.7857643 Edm = 11.923 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715070.7857643 Edm = 11.923 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719264.3296811 Edm = 0.235329 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719453.55134 Edm = 0.570933 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -719460.5555179 Edm = 33.3979 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -719580.1733062 Edm = 82.6634 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -719791.3853895 Edm = 3.67032 NCalls = 29 +VariableMetric: Iteration # 6 - FCN = -719794.6483591 Edm = 0.102655 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -719795.0311243 Edm = 0.563356 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -719826.4728129 Edm = 5.7254 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -719834.9011952 Edm = 0.0502319 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -719835.047871 Edm = 0.0960106 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -719954.7876312 Edm = 24.0252 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -720081.4364685 Edm = 22.4955 NCalls = 53 +VariableMetric: Iteration # 13 - FCN = -720107.6037897 Edm = 1.33631 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -720109.410553 Edm = 0.0448141 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -720109.4640148 Edm = 0.00730461 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -720110.7421234 Edm = 1.32266 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -720115.342309 Edm = 4.25799 NCalls = 72 +VariableMetric: Iteration # 18 - FCN = -720208.2496603 Edm = 6.87868 NCalls = 77 +VariableMetric: Iteration # 19 - FCN = -720226.7991562 Edm = 5.9012 NCalls = 80 +VariableMetric: Iteration # 20 - FCN = -720229.8390068 Edm = 0.644716 NCalls = 82 +VariableMetric: Iteration # 21 - FCN = -720230.5359571 Edm = 0.0190904 NCalls = 84 +VariableMetric: Iteration # 22 - FCN = -720230.5506188 Edm = 0.00351236 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -720230.5592541 Edm = 0.00585023 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -720234.1155173 Edm = 0.213107 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -720255.2765928 Edm = 2.78961 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -720260.442865 Edm = 0.310017 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -720260.7570911 Edm = 0.116674 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -720260.9427394 Edm = 0.031696 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -720260.9976324 Edm = 0.0033663 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -720261.0047522 Edm = 0.000698644 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -720261.00755 Edm = 0.00150501 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -720261.0604012 Edm = 0.0764983 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -720261.6127177 Edm = 0.577416 NCalls = 129 +VariableMetric: Iteration # 34 - FCN = -720261.6160977 Edm = 0.033569 NCalls = 131 +VariableMetric: Iteration # 35 - FCN = -720261.7074097 Edm = 0.0557793 NCalls = 135 +VariableMetric: Iteration # 36 - FCN = -720261.8560154 Edm = 0.00670991 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -720261.8728342 Edm = 0.00350612 NCalls = 139 +VariableMetric: Iteration # 38 - FCN = -720261.8877402 Edm = 0.00845114 NCalls = 141 +VariableMetric: Iteration # 39 - FCN = -720263.3332164 Edm = 2.34933 NCalls = 147 +VariableMetric: Iteration # 40 - FCN = -720263.370013 Edm = 0.0317111 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -720263.6464691 Edm = 0.466297 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -720263.9397146 Edm = 0.266766 NCalls = 157 +VariableMetric: Iteration # 43 - FCN = -720284.6182033 Edm = 1.3851 NCalls = 162 +VariableMetric: Iteration # 44 - FCN = -720286.0457251 Edm = 0.0375464 NCalls = 164 +VariableMetric: Iteration # 45 - FCN = -720286.090492 Edm = 0.00598151 NCalls = 166 +VariableMetric: Iteration # 46 - FCN = -720286.0986596 Edm = 0.00228836 NCalls = 168 +VariableMetric: Iteration # 47 - FCN = -720286.1264241 Edm = 0.0284154 NCalls = 171 +VariableMetric: Iteration # 48 - FCN = -720288.1865544 Edm = 2.19747 NCalls = 178 +VariableMetric: Iteration # 49 - FCN = -720288.2098778 Edm = 0.0207163 NCalls = 181 +VariableMetric: Iteration # 50 - FCN = -720291.7324521 Edm = 3.69909 NCalls = 188 +VariableMetric: Iteration # 51 - FCN = -720300.6825525 Edm = 6.09706 NCalls = 199 +VariableMetric: Iteration # 52 - FCN = -720336.8270256 Edm = 106.227 NCalls = 202 +VariableMetric: Iteration # 53 - FCN = -720357.1894456 Edm = 4.59226 NCalls = 207 +VariableMetric: Iteration # 54 - FCN = -720366.6269878 Edm = 2.86434 NCalls = 209 +VariableMetric: Iteration # 55 - FCN = -720375.2401534 Edm = 0.392325 NCalls = 211 +VariableMetric: Iteration # 56 - FCN = -720375.7810091 Edm = 0.0564186 NCalls = 213 +VariableMetric: Iteration # 57 - FCN = -720375.8553012 Edm = 0.00851666 NCalls = 215 +VariableMetric: Iteration # 58 - FCN = -720375.875041 Edm = 0.00746312 NCalls = 217 +VariableMetric: Iteration # 59 - FCN = -720375.9956525 Edm = 0.113043 NCalls = 221 +VariableMetric: Iteration # 60 - FCN = -720383.5887721 Edm = 7.10218 NCalls = 226 +VariableMetric: Iteration # 61 - FCN = -720447.7469896 Edm = 25.269 NCalls = 229 +VariableMetric: Iteration # 62 - FCN = -720457.8828318 Edm = 4.6987 NCalls = 231 +VariableMetric: Iteration # 63 - FCN = -720460.9933073 Edm = 0.134423 NCalls = 233 +VariableMetric: Iteration # 64 - FCN = -720461.1347726 Edm = 0.00684151 NCalls = 235 +VariableMetric: Iteration # 65 - FCN = -720461.1463875 Edm = 0.00567475 NCalls = 237 +VariableMetric: Iteration # 66 - FCN = -720461.2118053 Edm = 0.0455519 NCalls = 241 +VariableMetric: Iteration # 67 - FCN = -720462.4423394 Edm = 1.05953 NCalls = 245 +VariableMetric: Iteration # 68 - FCN = -720492.7670932 Edm = 20.9839 NCalls = 249 +VariableMetric: Iteration # 69 - FCN = -720531.0358203 Edm = 7.79633 NCalls = 251 +VariableMetric: Iteration # 70 - FCN = -720541.9305272 Edm = 1.27471 NCalls = 254 +VariableMetric: Iteration # 71 - FCN = -720543.5689314 Edm = 0.131743 NCalls = 256 +VariableMetric: Iteration # 72 - FCN = -720543.7667634 Edm = 0.0902169 NCalls = 258 +VariableMetric: Iteration # 73 - FCN = -720543.9091257 Edm = 0.0566947 NCalls = 260 +VariableMetric: Iteration # 74 - FCN = -720544.0509945 Edm = 0.0194548 NCalls = 262 +VariableMetric: Iteration # 75 - FCN = -720544.0748813 Edm = 0.00199908 NCalls = 264 +VariableMetric: Iteration # 76 - FCN = -720544.0779715 Edm = 0.000714859 NCalls = 266 +VariableMetric: Iteration # 77 - FCN = -720544.0837525 Edm = 0.00511623 NCalls = 269 +VariableMetric: Iteration # 78 - FCN = -720544.4242347 Edm = 0.314945 NCalls = 276 +VariableMetric: Iteration # 79 - FCN = -720552.1683835 Edm = 3.73684 NCalls = 280 +VariableMetric: Iteration # 80 - FCN = -720557.9361489 Edm = 1.22469 NCalls = 283 +VariableMetric: Iteration # 81 - FCN = -720559.1679851 Edm = 0.0567002 NCalls = 285 +VariableMetric: Iteration # 82 - FCN = -720559.2282831 Edm = 0.00315657 NCalls = 287 +VariableMetric: Iteration # 83 - FCN = -720559.2333397 Edm = 0.00060465 NCalls = 289 +VariableMetric: Iteration # 84 - FCN = -720559.2341861 Edm = 0.000221067 NCalls = 291 +VariableMetric: Iteration # 85 - FCN = -720559.234577 Edm = 0.000140555 NCalls = 293 +VariableMetric: Iteration # 86 - FCN = -720559.2359694 Edm = 0.00124852 NCalls = 296 +VariableMetric: Iteration # 87 - FCN = -720559.2708915 Edm = 0.0357362 NCalls = 300 +VariableMetric: Iteration # 88 - FCN = -720561.0217966 Edm = 0.479603 NCalls = 307 +VariableMetric: Iteration # 89 - FCN = -720564.9747264 Edm = 1.11477 NCalls = 310 +VariableMetric: Iteration # 90 - FCN = -720566.8539118 Edm = 0.125508 NCalls = 312 +VariableMetric: Iteration # 91 - FCN = -720566.9817059 Edm = 0.00330082 NCalls = 313 +VariableMetric: Iteration # 92 - FCN = -720566.9838028 Edm = 0.000412869 NCalls = 315 +VariableMetric: Iteration # 93 - FCN = -720566.9854256 Edm = 0.00108794 NCalls = 317 +VariableMetric: Iteration # 94 - FCN = -720567.0023458 Edm = 0.00906731 NCalls = 320 +VariableMetric: Iteration # 95 - FCN = -720567.3437509 Edm = 0.273962 NCalls = 324 +VariableMetric: Iteration # 96 - FCN = -720568.8404797 Edm = 3.29012 NCalls = 327 +VariableMetric: Iteration # 97 - FCN = -720572.1317619 Edm = 3.99381 NCalls = 333 +VariableMetric: Iteration # 98 - FCN = -720574.374994 Edm = 5.65765 NCalls = 337 +VariableMetric: Iteration # 99 - FCN = -720580.6996652 Edm = 5.21077 NCalls = 343 +VariableMetric: Iteration # 100 - FCN = -720582.941281 Edm = 1.28695 NCalls = 345 +VariableMetric: Iteration # 101 - FCN = -720584.0771606 Edm = 0.180512 NCalls = 347 +VariableMetric: Iteration # 102 - FCN = -720584.1989286 Edm = 0.0722805 NCalls = 349 +VariableMetric: Iteration # 103 - FCN = -720584.2501465 Edm = 0.00427091 NCalls = 350 +VariableMetric: Iteration # 104 - FCN = -720584.2547414 Edm = 7.88121e-05 NCalls = 352 +VariableMetric: Iteration # 105 - FCN = -720584.254867 Edm = 3.19483e-05 NCalls = 354 +VariableMetric: After Hessian - FCN = -720584.254867 Edm = 1.52472 NCalls = 709 +VariableMetric: Iteration # 106 - FCN = -720584.254867 Edm = 1.52472 NCalls = 709 +VariableMetric: Iteration # 107 - FCN = -720584.9180593 Edm = 1.80414 NCalls = 712 +VariableMetric: Iteration # 108 - FCN = -720585.4960112 Edm = 1.10771 NCalls = 718 +VariableMetric: Iteration # 109 - FCN = -720585.6092107 Edm = 0.473736 NCalls = 720 +VariableMetric: Iteration # 110 - FCN = -720585.8382891 Edm = 0.340552 NCalls = 723 +VariableMetric: Iteration # 111 - FCN = -720586.0515652 Edm = 0.280193 NCalls = 726 +VariableMetric: Iteration # 112 - FCN = -720586.5837335 Edm = 0.577691 NCalls = 729 +VariableMetric: Iteration # 113 - FCN = -720587.3252017 Edm = 2.46735 NCalls = 734 +VariableMetric: Iteration # 114 - FCN = -720587.61211 Edm = 1.12655 NCalls = 737 +VariableMetric: Iteration # 115 - FCN = -720588.9750808 Edm = 11.4006 NCalls = 743 +VariableMetric: Iteration # 116 - FCN = -720589.5100333 Edm = 3.69084 NCalls = 747 +VariableMetric: Iteration # 117 - FCN = -720589.7911779 Edm = 2.65152 NCalls = 750 +VariableMetric: Iteration # 118 - FCN = -720590.3649904 Edm = 1.99083 NCalls = 753 +VariableMetric: Iteration # 119 - FCN = -720591.5548797 Edm = 10.4846 NCalls = 758 +VariableMetric: Iteration # 120 - FCN = -720592.8182016 Edm = 10.9692 NCalls = 763 +VariableMetric: Iteration # 121 - FCN = -720595.8529986 Edm = 2.25582 NCalls = 767 +VariableMetric: Iteration # 122 - FCN = -720599.01465 Edm = 1.1648 NCalls = 770 +VariableMetric: Iteration # 123 - FCN = -720600.3427571 Edm = 0.364193 NCalls = 772 +VariableMetric: Iteration # 124 - FCN = -720601.1209299 Edm = 0.849073 NCalls = 775 +VariableMetric: Iteration # 125 - FCN = -720602.4728079 Edm = 1.03884 NCalls = 777 +VariableMetric: Iteration # 126 - FCN = -720604.0124767 Edm = 1.95305 NCalls = 780 +VariableMetric: Iteration # 127 - FCN = -720606.5496325 Edm = 0.484862 NCalls = 782 +VariableMetric: Iteration # 128 - FCN = -720606.8782653 Edm = 0.165883 NCalls = 784 +VariableMetric: Iteration # 129 - FCN = -720607.0036896 Edm = 0.0263017 NCalls = 785 +VariableMetric: Iteration # 130 - FCN = -720607.0314928 Edm = 0.00561721 NCalls = 787 +VariableMetric: Iteration # 131 - FCN = -720607.0412806 Edm = 0.00291844 NCalls = 789 +VariableMetric: Iteration # 132 - FCN = -720607.0540445 Edm = 0.00872511 NCalls = 791 +VariableMetric: Iteration # 133 - FCN = -720607.0848964 Edm = 0.00739314 NCalls = 793 +VariableMetric: Iteration # 134 - FCN = -720607.1018701 Edm = 0.00392961 NCalls = 795 +VariableMetric: Iteration # 135 - FCN = -720607.1167681 Edm = 0.00839959 NCalls = 797 +VariableMetric: Iteration # 136 - FCN = -720607.1982218 Edm = 0.026866 NCalls = 802 +VariableMetric: Iteration # 137 - FCN = -720607.2336554 Edm = 0.00813868 NCalls = 805 +VariableMetric: Iteration # 138 - FCN = -720607.2384922 Edm = 0.00770984 NCalls = 807 +VariableMetric: Iteration # 139 - FCN = -720607.2403302 Edm = 0.00176998 NCalls = 809 +VariableMetric: Iteration # 140 - FCN = -720607.2441131 Edm = 0.00188248 NCalls = 811 +VariableMetric: Iteration # 141 - FCN = -720607.2487452 Edm = 0.00163838 NCalls = 814 +VariableMetric: Iteration # 142 - FCN = -720607.250664 Edm = 0.00134643 NCalls = 817 +VariableMetric: Iteration # 143 - FCN = -720607.2535247 Edm = 0.00122566 NCalls = 820 +VariableMetric: Iteration # 144 - FCN = -720607.2550816 Edm = 0.00126492 NCalls = 822 +VariableMetric: Iteration # 145 - FCN = -720607.2561378 Edm = 0.000177611 NCalls = 825 +VariableMetric: Iteration # 146 - FCN = -720607.2565075 Edm = 0.000145209 NCalls = 827 +VariableMetric: Iteration # 147 - FCN = -720607.2568286 Edm = 0.000319475 NCalls = 830 +VariableMetric: Iteration # 148 - FCN = -720607.2571787 Edm = 9.50449e-05 NCalls = 835 +VariableMetric: Iteration # 149 - FCN = -720607.2573293 Edm = 0.000107437 NCalls = 838 +VariableMetric: Iteration # 150 - FCN = -720607.2573972 Edm = 3.89624e-05 NCalls = 840 +VariableMetric: After Hessian - FCN = -720607.2573972 Edm = 0.000457149 NCalls = 1211 +VariableMetric: Iteration # 151 - FCN = -720607.2573972 Edm = 0.000457149 NCalls = 1211 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717251.9105599 Edm = 1.47452 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717251.9105599 Edm = 1.47452 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717957.5553939 Edm = 0.23297 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717958.3230969 Edm = 0.774567 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -718039.9617903 Edm = 0.778864 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -718040.9152934 Edm = 0.108672 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -718056.435008 Edm = 14.1909 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -718238.1385952 Edm = 0.134059 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -718238.571116 Edm = 0.296597 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -718259.6738095 Edm = 18.5293 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -718373.3970067 Edm = 3.28167 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -718377.3257191 Edm = 0.347193 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -718377.7771349 Edm = 0.04837 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -718377.9422244 Edm = 0.0973198 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -718419.2207274 Edm = 27.5129 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -718594.6234324 Edm = 19.9226 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -718621.3507821 Edm = 8.48909 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -718671.0007064 Edm = 12.6882 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -718672.2181216 Edm = 2.60605 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -718685.0923164 Edm = 9.60834 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -718711.5331924 Edm = 11.3537 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -718727.0748178 Edm = 2.70249 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -718731.0919714 Edm = 0.741165 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -718731.5690153 Edm = 0.0393339 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -718731.746425 Edm = 0.110078 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -718740.9186585 Edm = 7.47862 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -718795.965752 Edm = 11.0451 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -718813.9213169 Edm = 10.4649 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -718829.7793331 Edm = 4.19682 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -718835.1193804 Edm = 2.8355 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -718836.5478789 Edm = 0.654745 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -718837.278642 Edm = 0.0311683 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -718837.3199491 Edm = 0.00666675 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -718837.4328602 Edm = 0.0953724 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -718858.7907305 Edm = 18.8195 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -718921.8062536 Edm = 16.2276 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -718939.2032633 Edm = 10.2603 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -718944.6456229 Edm = 1.08654 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -718945.4793519 Edm = 0.27704 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -718946.0260789 Edm = 0.0548674 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -718946.1000222 Edm = 0.00771402 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -718946.1440218 Edm = 0.0326403 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -718950.160506 Edm = 4.03558 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -719041.2023338 Edm = 25.8739 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -719070.1748266 Edm = 6.64763 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -719076.227805 Edm = 1.2472 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -719077.9416624 Edm = 0.370973 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -719078.5265524 Edm = 0.148244 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -719078.8599183 Edm = 0.0886233 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -719124.2880438 Edm = 75.3187 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -719126.9439425 Edm = 9.72287 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -719138.8349597 Edm = 12.684 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -719152.526927 Edm = 19.2331 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -719165.0047352 Edm = 11.2495 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -719203.5406833 Edm = 79.0546 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -719210.2356888 Edm = 8.59936 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -719263.5696858 Edm = 18.2494 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -719287.248041 Edm = 17.4749 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -719315.1304686 Edm = 14.4716 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -719340.0456401 Edm = 6.8626 NCalls = 188 +VariableMetric: Iteration # 59 - FCN = -719503.0242839 Edm = 103.553 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -719505.5106813 Edm = 5.18721 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -719519.0271004 Edm = 10.926 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -719604.4781808 Edm = 28.0785 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -719641.0643223 Edm = 23.3168 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -719672.9615071 Edm = 12.9445 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -719694.2256591 Edm = 4.76783 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -719709.9554538 Edm = 9.04098 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -719723.4396617 Edm = 5.92964 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -719734.5834064 Edm = 26.2502 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -719753.0210063 Edm = 36.1762 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -719755.8485972 Edm = 12.5413 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -719779.4079641 Edm = 50.949 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -719828.1148026 Edm = 27.0304 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -719830.3150828 Edm = 6.91847 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -719867.4640439 Edm = 16.9751 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -719924.3407049 Edm = 24.7362 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -719949.780542 Edm = 26.7223 NCalls = 245 +VariableMetric: Iteration # 77 - FCN = -719971.6261865 Edm = 5.45098 NCalls = 247 +VariableMetric: Iteration # 78 - FCN = -720009.5645023 Edm = 34.9741 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -720028.9903662 Edm = 58.1936 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -720133.6880431 Edm = 18.5335 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -720173.0793213 Edm = 7.05131 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -720184.6739036 Edm = 20.0286 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -720205.0298132 Edm = 37.3856 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -720295.9626142 Edm = 36.4011 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -720308.9656806 Edm = 65.4536 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -720332.9836753 Edm = 48.7121 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -720364.9362793 Edm = 13.1232 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -720377.1964222 Edm = 2.66245 NCalls = 285 +VariableMetric: Iteration # 89 - FCN = -720380.4352963 Edm = 1.39648 NCalls = 287 +VariableMetric: Iteration # 90 - FCN = -720382.135524 Edm = 0.414156 NCalls = 289 +VariableMetric: Iteration # 91 - FCN = -720382.8530784 Edm = 0.227555 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -720383.6147754 Edm = 0.134934 NCalls = 294 +VariableMetric: Iteration # 93 - FCN = -720387.9131134 Edm = 6.39106 NCalls = 304 +VariableMetric: Iteration # 94 - FCN = -720388.2163667 Edm = 2.67122 NCalls = 307 +VariableMetric: Iteration # 95 - FCN = -720394.6881101 Edm = 1.17649 NCalls = 312 +VariableMetric: Iteration # 96 - FCN = -720396.1679463 Edm = 0.0510773 NCalls = 314 +VariableMetric: Iteration # 97 - FCN = -720396.2315555 Edm = 0.0112091 NCalls = 316 +VariableMetric: Iteration # 98 - FCN = -720396.2464706 Edm = 0.00725744 NCalls = 318 +VariableMetric: Iteration # 99 - FCN = -720396.2533252 Edm = 0.00219845 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -720396.2779172 Edm = 0.0229253 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -720399.1492856 Edm = 1.00248 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -720417.7554156 Edm = 9.88189 NCalls = 334 +VariableMetric: Iteration # 103 - FCN = -720442.4794076 Edm = 10.7597 NCalls = 337 +VariableMetric: Iteration # 104 - FCN = -720448.9276996 Edm = 0.939101 NCalls = 338 +VariableMetric: Iteration # 105 - FCN = -720449.7367697 Edm = 0.312929 NCalls = 340 +VariableMetric: Iteration # 106 - FCN = -720450.0355467 Edm = 0.0874662 NCalls = 342 +VariableMetric: Iteration # 107 - FCN = -720450.1924859 Edm = 0.0632695 NCalls = 344 +VariableMetric: Iteration # 108 - FCN = -720450.3373116 Edm = 0.0104825 NCalls = 346 +VariableMetric: Iteration # 109 - FCN = -720450.3539067 Edm = 0.00175582 NCalls = 348 +VariableMetric: Iteration # 110 - FCN = -720450.3565466 Edm = 0.000877319 NCalls = 350 +VariableMetric: Iteration # 111 - FCN = -720450.3845826 Edm = 0.0278275 NCalls = 354 +VariableMetric: Iteration # 112 - FCN = -720450.8532932 Edm = 0.429303 NCalls = 361 +VariableMetric: Iteration # 113 - FCN = -720459.3501578 Edm = 1.22132 NCalls = 365 +VariableMetric: Iteration # 114 - FCN = -720460.8543311 Edm = 0.155427 NCalls = 367 +VariableMetric: Iteration # 115 - FCN = -720461.0219259 Edm = 0.0316527 NCalls = 368 +VariableMetric: Iteration # 116 - FCN = -720461.050418 Edm = 0.00390567 NCalls = 370 +VariableMetric: Iteration # 117 - FCN = -720461.0556078 Edm = 0.000417972 NCalls = 372 +VariableMetric: Iteration # 118 - FCN = -720461.0571853 Edm = 0.00124209 NCalls = 374 +VariableMetric: Iteration # 119 - FCN = -720461.3524352 Edm = 0.305601 NCalls = 381 +VariableMetric: Iteration # 120 - FCN = -720461.3572283 Edm = 0.00438469 NCalls = 384 +VariableMetric: Iteration # 121 - FCN = -720463.2302316 Edm = 1.17564 NCalls = 391 +VariableMetric: Iteration # 122 - FCN = -720466.7705566 Edm = 1.09087 NCalls = 394 +VariableMetric: Iteration # 123 - FCN = -720468.2723656 Edm = 0.634408 NCalls = 396 +VariableMetric: Iteration # 124 - FCN = -720469.6818498 Edm = 0.786819 NCalls = 400 +VariableMetric: Iteration # 125 - FCN = -720470.1257509 Edm = 0.445323 NCalls = 402 +VariableMetric: Iteration # 126 - FCN = -720470.4048671 Edm = 0.0121796 NCalls = 404 +VariableMetric: Iteration # 127 - FCN = -720470.4166075 Edm = 0.00063402 NCalls = 405 +VariableMetric: Iteration # 128 - FCN = -720470.4176618 Edm = 0.000378075 NCalls = 407 +VariableMetric: Iteration # 129 - FCN = -720470.4211147 Edm = 0.00229424 NCalls = 410 +VariableMetric: Iteration # 130 - FCN = -720470.4559617 Edm = 0.0265073 NCalls = 413 +VariableMetric: Iteration # 131 - FCN = -720471.6968009 Edm = 1.65005 NCalls = 417 +VariableMetric: Iteration # 132 - FCN = -720473.4210822 Edm = 1.62487 NCalls = 423 +VariableMetric: Iteration # 133 - FCN = -720483.7628299 Edm = 0.784656 NCalls = 430 +VariableMetric: Iteration # 134 - FCN = -720484.1917395 Edm = 0.279777 NCalls = 432 +VariableMetric: Iteration # 135 - FCN = -720484.3514361 Edm = 0.0293619 NCalls = 434 +VariableMetric: Iteration # 136 - FCN = -720484.3717308 Edm = 0.00162491 NCalls = 436 +VariableMetric: Iteration # 137 - FCN = -720484.3737658 Edm = 0.000319146 NCalls = 438 +VariableMetric: Iteration # 138 - FCN = -720484.3745181 Edm = 0.000323181 NCalls = 440 +VariableMetric: Iteration # 139 - FCN = -720484.3819131 Edm = 0.00711485 NCalls = 444 +VariableMetric: Iteration # 140 - FCN = -720484.4627845 Edm = 0.0865987 NCalls = 450 +VariableMetric: Iteration # 141 - FCN = -720484.4870176 Edm = 0.0239913 NCalls = 455 +VariableMetric: Iteration # 142 - FCN = -720484.7447575 Edm = 0.243988 NCalls = 462 +VariableMetric: Iteration # 143 - FCN = -720498.7029431 Edm = 3.50857 NCalls = 467 +VariableMetric: Iteration # 144 - FCN = -720504.4085161 Edm = 0.905329 NCalls = 470 +VariableMetric: Iteration # 145 - FCN = -720507.8680817 Edm = 2.94106 NCalls = 473 +VariableMetric: Iteration # 146 - FCN = -720509.1785899 Edm = 1.57406 NCalls = 477 +VariableMetric: Iteration # 147 - FCN = -720511.2782575 Edm = 0.665161 NCalls = 479 +VariableMetric: Iteration # 148 - FCN = -720511.7229886 Edm = 0.0639414 NCalls = 481 +VariableMetric: Iteration # 149 - FCN = -720511.780634 Edm = 0.00152621 NCalls = 482 +VariableMetric: Iteration # 150 - FCN = -720511.7823332 Edm = 4.45831e-05 NCalls = 484 +VariableMetric: After Hessian - FCN = -720511.7823332 Edm = 1435.43 NCalls = 847 +VariableMetric: Iteration # 151 - FCN = -720511.7823332 Edm = 1435.43 NCalls = 847 +VariableMetric: Iteration # 152 - FCN = -720575.2781961 Edm = 2165.96 NCalls = 852 +VariableMetric: Iteration # 153 - FCN = -720600.7977248 Edm = 23.3671 NCalls = 856 +VariableMetric: Iteration # 154 - FCN = -720603.126309 Edm = 1.67736 NCalls = 858 +VariableMetric: Iteration # 155 - FCN = -720604.2082838 Edm = 1.65127 NCalls = 860 +VariableMetric: Iteration # 156 - FCN = -720604.6236533 Edm = 0.0744872 NCalls = 862 +VariableMetric: Iteration # 157 - FCN = -720604.7095564 Edm = 0.013515 NCalls = 864 +VariableMetric: Iteration # 158 - FCN = -720604.9581254 Edm = 0.351721 NCalls = 870 +VariableMetric: Iteration # 159 - FCN = -720605.0313754 Edm = 0.242191 NCalls = 874 +VariableMetric: Iteration # 160 - FCN = -720605.2012463 Edm = 0.307609 NCalls = 878 +VariableMetric: Iteration # 161 - FCN = -720605.4833649 Edm = 0.126364 NCalls = 883 +VariableMetric: Iteration # 162 - FCN = -720605.7475401 Edm = 0.00550534 NCalls = 886 +VariableMetric: Iteration # 163 - FCN = -720605.7547118 Edm = 0.00213765 NCalls = 888 +VariableMetric: Iteration # 164 - FCN = -720605.7593137 Edm = 0.00342869 NCalls = 890 +VariableMetric: Iteration # 165 - FCN = -720605.7896954 Edm = 0.0198595 NCalls = 895 +VariableMetric: Iteration # 166 - FCN = -720605.8531763 Edm = 0.087691 NCalls = 901 +VariableMetric: Iteration # 167 - FCN = -720605.9708122 Edm = 0.18779 NCalls = 905 +VariableMetric: Iteration # 168 - FCN = -720606.0913739 Edm = 0.0529877 NCalls = 909 +VariableMetric: Iteration # 169 - FCN = -720606.1536319 Edm = 0.0705782 NCalls = 911 +VariableMetric: Iteration # 170 - FCN = -720606.1958462 Edm = 0.023831 NCalls = 913 +VariableMetric: Iteration # 171 - FCN = -720606.248623 Edm = 0.0167203 NCalls = 916 +VariableMetric: Iteration # 172 - FCN = -720606.2918862 Edm = 0.017629 NCalls = 918 +VariableMetric: Iteration # 173 - FCN = -720606.3042358 Edm = 0.0148144 NCalls = 920 +VariableMetric: Iteration # 174 - FCN = -720606.3279355 Edm = 0.00480143 NCalls = 923 +VariableMetric: Iteration # 175 - FCN = -720606.3398174 Edm = 0.00679434 NCalls = 926 +VariableMetric: Iteration # 176 - FCN = -720606.3434249 Edm = 0.00334786 NCalls = 928 +VariableMetric: Iteration # 177 - FCN = -720606.3482284 Edm = 0.000784969 NCalls = 931 +VariableMetric: Iteration # 178 - FCN = -720606.3499647 Edm = 0.000186274 NCalls = 934 +VariableMetric: Iteration # 179 - FCN = -720606.3502518 Edm = 5.45435e-05 NCalls = 936 +VariableMetric: After Hessian - FCN = -720606.3502518 Edm = 4.46854e-05 NCalls = 1325 +VariableMetric: Iteration # 180 - FCN = -720606.3502518 Edm = 4.46854e-05 NCalls = 1325 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712514.5581021 Edm = 5.04788 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712514.5581021 Edm = 5.04788 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716564.842411 Edm = 1.47867 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -717139.4805869 Edm = 10.3678 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -717147.0479483 Edm = 1.356 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -717661.7990834 Edm = 11.6108 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -717675.1362414 Edm = 0.203315 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -717675.8015767 Edm = 0.438977 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -717733.8783075 Edm = 2.41179 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -717736.1853611 Edm = 0.0275676 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -717736.3166189 Edm = 0.111372 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -717774.4643347 Edm = 3.67166 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -718117.0609883 Edm = 8.08239 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -718128.1833537 Edm = 1.04798 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -718130.7793457 Edm = 0.127544 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -718130.9762326 Edm = 0.0375336 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -718131.1699838 Edm = 0.248848 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -718134.1350031 Edm = 2.89656 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -718189.0378133 Edm = 0.936733 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -718190.2207049 Edm = 0.138709 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -718191.918903 Edm = 7.4933 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -718193.6273802 Edm = 4.73578 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -718220.7354288 Edm = 26.6884 NCalls = 87 +VariableMetric: Iteration # 22 - FCN = -718226.4126748 Edm = 41.5341 NCalls = 92 +VariableMetric: Iteration # 23 - FCN = -718234.4830071 Edm = 6.07822 NCalls = 97 +VariableMetric: Iteration # 24 - FCN = -718258.1855363 Edm = 1.1809 NCalls = 100 +VariableMetric: Iteration # 25 - FCN = -718259.2676544 Edm = 0.0399398 NCalls = 101 +VariableMetric: Iteration # 26 - FCN = -718259.3153722 Edm = 0.00852069 NCalls = 103 +VariableMetric: Iteration # 27 - FCN = -718259.6627587 Edm = 0.369667 NCalls = 107 +VariableMetric: Iteration # 28 - FCN = -718263.5472905 Edm = 3.81385 NCalls = 114 +VariableMetric: Iteration # 29 - FCN = -718375.5931051 Edm = 131.567 NCalls = 119 +VariableMetric: Iteration # 30 - FCN = -718483.3908899 Edm = 27.7046 NCalls = 124 +VariableMetric: Iteration # 31 - FCN = -718519.0811432 Edm = 5.48091 NCalls = 126 +VariableMetric: Iteration # 32 - FCN = -718524.1439304 Edm = 1.6117 NCalls = 127 +VariableMetric: Iteration # 33 - FCN = -718525.9336344 Edm = 0.871459 NCalls = 130 +VariableMetric: Iteration # 34 - FCN = -718724.5198925 Edm = 77.7136 NCalls = 136 +VariableMetric: Iteration # 35 - FCN = -719179.9165795 Edm = 3.43075e+08 NCalls = 147 +VariableMetric: Iteration # 36 - FCN = -719179.9165795 Edm = 3.43075e+08 NCalls = 158 +VariableMetric: After Hessian - FCN = -719179.9165795 Edm = 224374 NCalls = 525 +VariableMetric: Iteration # 37 - FCN = -719179.9165795 Edm = 224374 NCalls = 525 +VariableMetric: Iteration # 38 - FCN = -719391.0717844 Edm = 2.04895e+06 NCalls = 534 +VariableMetric: Iteration # 39 - FCN = -719391.0717844 Edm = 2.04895e+06 NCalls = 545 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718328.8500761 Edm = 1.64865 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718328.8500761 Edm = 1.64865 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719245.5652834 Edm = 0.325191 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719246.3346906 Edm = 0.413788 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -719397.748501 Edm = 0.380484 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -719398.7866136 Edm = 0.649538 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -719494.2926899 Edm = 56.1863 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -719589.025685 Edm = 12.4944 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -719596.0179542 Edm = 0.214002 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -719596.2447278 Edm = 0.0163137 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -719597.6152223 Edm = 1.46326 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -719607.887711 Edm = 9.27658 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -719731.3274017 Edm = 9.82625 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -719740.9277167 Edm = 0.559311 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -719741.5569922 Edm = 0.0167939 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -719741.5788681 Edm = 0.00498404 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -719745.070601 Edm = 3.11746 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -719783.3729052 Edm = 3.45248 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -719786.5767438 Edm = 0.0176076 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -719786.5956134 Edm = 0.00388043 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -719786.6356884 Edm = 0.0303541 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -719787.4309461 Edm = 0.730363 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -719814.1778993 Edm = 5.70492 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -719823.6674043 Edm = 2.46543 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -719829.0555133 Edm = 2.73788 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -719830.2734299 Edm = 0.192925 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -719830.4491176 Edm = 0.00451015 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -719830.4568785 Edm = 0.00292386 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -719830.6104683 Edm = 0.157097 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -719835.1811388 Edm = 0.855939 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -719867.5161232 Edm = 11.0794 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -719896.5050102 Edm = 24.0029 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -719902.1522727 Edm = 3.25391 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -719905.7819901 Edm = 1.24366 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -719908.1720253 Edm = 1.02763 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -719909.6691781 Edm = 0.979205 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -719911.3822224 Edm = 0.585369 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -719912.2347819 Edm = 0.0455517 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -719912.2832754 Edm = 0.0115675 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -719912.3019511 Edm = 0.0109561 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -719912.5143121 Edm = 0.199494 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -719915.1186451 Edm = 2.03252 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -719965.9294354 Edm = 120.841 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -720113.5842564 Edm = 93.4715 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -720117.5170992 Edm = 8.08447 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -720204.8576646 Edm = 32.4842 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -720264.1846496 Edm = 12.5166 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -720274.7890442 Edm = 2.31933 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -720277.1723628 Edm = 0.166986 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -720277.3569956 Edm = 0.037318 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -720277.5209954 Edm = 0.0688918 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -720277.6160681 Edm = 0.0189692 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -720277.6352515 Edm = 0.00631327 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -720277.7327866 Edm = 0.0909076 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -720279.1676989 Edm = 1.4606 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -720306.9426648 Edm = 26.8538 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -720445.5274185 Edm = 34.3594 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -720464.8297036 Edm = 11.8168 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -720488.159938 Edm = 23.3473 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -720503.9147311 Edm = 13.4312 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -720513.2700583 Edm = 4.73748 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -720516.7992907 Edm = 0.424172 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -720517.3454035 Edm = 0.103157 NCalls = 199 +VariableMetric: Iteration # 62 - FCN = -720517.6537333 Edm = 0.0263809 NCalls = 201 +VariableMetric: Iteration # 63 - FCN = -720517.6871367 Edm = 0.00708418 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -720517.7149511 Edm = 0.0214922 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -720518.1052333 Edm = 0.342561 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -720527.0647059 Edm = 7.38635 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -720565.1867261 Edm = 21.281 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -720579.3978313 Edm = 2.48943 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -720581.7679391 Edm = 0.0934911 NCalls = 220 +VariableMetric: Iteration # 70 - FCN = -720581.8715617 Edm = 0.00650549 NCalls = 222 +VariableMetric: Iteration # 71 - FCN = -720581.8779771 Edm = 0.000624376 NCalls = 223 +VariableMetric: Iteration # 72 - FCN = -720581.8811544 Edm = 0.00187597 NCalls = 225 +VariableMetric: Iteration # 73 - FCN = -720581.9202747 Edm = 0.0308515 NCalls = 229 +VariableMetric: Iteration # 74 - FCN = -720583.5164291 Edm = 1.01613 NCalls = 234 +VariableMetric: Iteration # 75 - FCN = -720589.8592249 Edm = 2.97697 NCalls = 238 +VariableMetric: Iteration # 76 - FCN = -720594.0833015 Edm = 1.87086 NCalls = 241 +VariableMetric: Iteration # 77 - FCN = -720595.5827794 Edm = 0.218475 NCalls = 243 +VariableMetric: Iteration # 78 - FCN = -720595.7736111 Edm = 0.00325069 NCalls = 245 +VariableMetric: Iteration # 79 - FCN = -720595.7766572 Edm = 0.000131761 NCalls = 247 +VariableMetric: Iteration # 80 - FCN = -720595.776845 Edm = 7.06194e-05 NCalls = 249 +VariableMetric: After Hessian - FCN = -720595.776845 Edm = 414.266 NCalls = 606 +VariableMetric: Iteration # 81 - FCN = -720595.776845 Edm = 414.266 NCalls = 606 +VariableMetric: Iteration # 82 - FCN = -720601.3676061 Edm = 8126.97 NCalls = 610 +VariableMetric: Iteration # 83 - FCN = -720601.6096616 Edm = 7448.51 NCalls = 619 +VariableMetric: Iteration # 84 - FCN = -720602.6228804 Edm = 92883.2 NCalls = 625 +VariableMetric: Iteration # 85 - FCN = -720603.6255378 Edm = 7232.95 NCalls = 630 +VariableMetric: Iteration # 86 - FCN = -720605.0232264 Edm = 1646.41 NCalls = 635 +VariableMetric: Iteration # 87 - FCN = -720605.2860373 Edm = 1153.63 NCalls = 640 +VariableMetric: Iteration # 88 - FCN = -720605.4847092 Edm = 1496.67 NCalls = 644 +VariableMetric: Iteration # 89 - FCN = -720605.9255125 Edm = 454.508 NCalls = 648 +VariableMetric: Iteration # 90 - FCN = -720606.135913 Edm = 145.914 NCalls = 652 +VariableMetric: Iteration # 91 - FCN = -720606.197001 Edm = 325.662 NCalls = 656 +VariableMetric: Iteration # 92 - FCN = -720606.274187 Edm = 219.946 NCalls = 659 +VariableMetric: Iteration # 93 - FCN = -720606.3027203 Edm = 6.31486 NCalls = 663 +VariableMetric: Iteration # 94 - FCN = -720606.3649021 Edm = 5.97961 NCalls = 666 +VariableMetric: Iteration # 95 - FCN = -720606.5565279 Edm = 5.9784 NCalls = 668 +VariableMetric: Iteration # 96 - FCN = -720606.7021294 Edm = 7.86872 NCalls = 670 +VariableMetric: Iteration # 97 - FCN = -720606.7758448 Edm = 6.10093 NCalls = 672 +VariableMetric: Iteration # 98 - FCN = -720606.8008392 Edm = 2.14008 NCalls = 675 +VariableMetric: Iteration # 99 - FCN = -720606.8798481 Edm = 2.8022 NCalls = 677 +VariableMetric: Iteration # 100 - FCN = -720606.90093 Edm = 0.432337 NCalls = 679 +VariableMetric: Iteration # 101 - FCN = -720606.9225048 Edm = 0.97971 NCalls = 681 +VariableMetric: Iteration # 102 - FCN = -720607.0815439 Edm = 0.0174533 NCalls = 683 +VariableMetric: Iteration # 103 - FCN = -720607.138739 Edm = 0.0187887 NCalls = 685 +VariableMetric: Iteration # 104 - FCN = -720607.1643071 Edm = 0.0135313 NCalls = 687 +VariableMetric: Iteration # 105 - FCN = -720607.1834276 Edm = 0.0104677 NCalls = 690 +VariableMetric: Iteration # 106 - FCN = -720607.2024778 Edm = 0.0229907 NCalls = 693 +VariableMetric: Iteration # 107 - FCN = -720607.2176687 Edm = 0.00779573 NCalls = 695 +VariableMetric: Iteration # 108 - FCN = -720607.2286578 Edm = 0.00289399 NCalls = 698 +VariableMetric: Iteration # 109 - FCN = -720607.2348937 Edm = 0.00220667 NCalls = 701 +VariableMetric: Iteration # 110 - FCN = -720607.2401961 Edm = 0.00510777 NCalls = 704 +VariableMetric: Iteration # 111 - FCN = -720607.2423482 Edm = 0.000985852 NCalls = 707 +VariableMetric: Iteration # 112 - FCN = -720607.2436695 Edm = 0.00101875 NCalls = 710 +VariableMetric: Iteration # 113 - FCN = -720607.2447137 Edm = 0.000502299 NCalls = 712 +VariableMetric: Iteration # 114 - FCN = -720607.2457949 Edm = 0.000369119 NCalls = 715 +VariableMetric: Iteration # 115 - FCN = -720607.2465562 Edm = 0.000294897 NCalls = 719 +VariableMetric: Iteration # 116 - FCN = -720607.2467696 Edm = 0.000161594 NCalls = 721 +VariableMetric: Iteration # 117 - FCN = -720607.2469586 Edm = 3.32609e-05 NCalls = 723 +VariableMetric: After Hessian - FCN = -720607.2469586 Edm = 8.63566e-05 NCalls = 1096 +VariableMetric: Iteration # 118 - FCN = -720607.2469586 Edm = 8.63566e-05 NCalls = 1096 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713607.6627729 Edm = 18.6282 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713607.6627729 Edm = 18.6282 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718648.2794298 Edm = 3.42248 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -718657.3491846 Edm = 4.47675 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -719258.9077283 Edm = 205.653 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -719606.3691001 Edm = 6.1379 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -719610.3526548 Edm = 0.0955537 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -719610.4682564 Edm = 0.0664756 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -719641.331239 Edm = 10.1019 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -719673.1233836 Edm = 4.69559 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -719674.5421096 Edm = 0.98589 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -719675.3835961 Edm = 0.0871865 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -719677.2872735 Edm = 1.82988 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -719752.9489405 Edm = 16.6884 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -719772.7136761 Edm = 0.23268 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -719773.3889982 Edm = 0.441177 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -719853.9996407 Edm = 30.9142 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -719928.4420017 Edm = 162.289 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -719979.0706356 Edm = 6.95167 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -719994.373907 Edm = 3.73102 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -720006.6551409 Edm = 0.802874 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -720009.4300661 Edm = 1.06841 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -720011.3398055 Edm = 0.533505 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -720011.829878 Edm = 0.153452 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -720012.030433 Edm = 0.0269505 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -720012.0626709 Edm = 0.00503844 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -720012.0989933 Edm = 0.0537049 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -720014.5912982 Edm = 2.20715 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -720031.4982438 Edm = 11.1608 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -720035.9745998 Edm = 12.2356 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -720049.4926918 Edm = 13.78 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -720102.2160997 Edm = 22.0258 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -720117.0608051 Edm = 9.30361 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -720125.9293966 Edm = 2.13354 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -720130.0141118 Edm = 0.294313 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -720130.6916494 Edm = 0.169375 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -720131.0308275 Edm = 0.021149 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -720131.0613137 Edm = 0.00623191 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -720131.094239 Edm = 0.0138276 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -720131.1506016 Edm = 0.0175482 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -720131.1917551 Edm = 0.0220867 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -720131.3052118 Edm = 0.0627145 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -720131.3291383 Edm = 0.0729812 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -720131.6362236 Edm = 0.214438 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -720132.1265758 Edm = 0.362982 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -720132.8089039 Edm = 0.261754 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -720133.6145927 Edm = 2.21442 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -720135.0528322 Edm = 1.49916 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -720151.8453739 Edm = 11.3421 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -720170.1972059 Edm = 8.48661 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -720177.9053851 Edm = 1.882 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -720179.0577052 Edm = 0.0543797 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -720179.1305334 Edm = 0.00515654 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -720179.139615 Edm = 0.00163067 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -720179.1680045 Edm = 0.00640074 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -720179.1790292 Edm = 0.00387126 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -720179.2130387 Edm = 0.00612152 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -720179.2173654 Edm = 0.0139822 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -720179.2276515 Edm = 0.00282695 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -720179.2396044 Edm = 0.0105144 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -720179.4328766 Edm = 0.265708 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -720179.4664279 Edm = 0.0358921 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -720179.5658612 Edm = 0.0974145 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -720180.2354292 Edm = 0.635024 NCalls = 213 +VariableMetric: Iteration # 63 - FCN = -720180.242037 Edm = 0.0157152 NCalls = 215 +VariableMetric: Iteration # 64 - FCN = -720180.2634865 Edm = 0.0301307 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -720182.8449168 Edm = 0.50937 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -720184.8400702 Edm = 3.60265 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -720188.1150154 Edm = 10.0209 NCalls = 236 +VariableMetric: Iteration # 68 - FCN = -720194.2570322 Edm = 3.88901 NCalls = 240 +VariableMetric: Iteration # 69 - FCN = -720196.5673539 Edm = 0.798579 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -720198.3220684 Edm = 0.370889 NCalls = 245 +VariableMetric: Iteration # 71 - FCN = -720198.707284 Edm = 0.0641953 NCalls = 247 +VariableMetric: Iteration # 72 - FCN = -720198.7623442 Edm = 0.00500339 NCalls = 248 +VariableMetric: Iteration # 73 - FCN = -720198.778346 Edm = 0.0128509 NCalls = 250 +VariableMetric: Iteration # 74 - FCN = -720199.450215 Edm = 0.764938 NCalls = 256 +VariableMetric: Iteration # 75 - FCN = -720200.9973012 Edm = 1.47071 NCalls = 263 +VariableMetric: Iteration # 76 - FCN = -720229.8214765 Edm = 7.14689 NCalls = 267 +VariableMetric: Iteration # 77 - FCN = -720234.7717968 Edm = 0.471577 NCalls = 269 +VariableMetric: Iteration # 78 - FCN = -720235.1743695 Edm = 0.0256071 NCalls = 271 +VariableMetric: Iteration # 79 - FCN = -720235.2041973 Edm = 0.00388243 NCalls = 273 +VariableMetric: Iteration # 80 - FCN = -720235.2295205 Edm = 0.0174997 NCalls = 276 +VariableMetric: Iteration # 81 - FCN = -720237.6803216 Edm = 2.20169 NCalls = 282 +VariableMetric: Iteration # 82 - FCN = -720289.2885034 Edm = 17.5939 NCalls = 287 +VariableMetric: Iteration # 83 - FCN = -720303.5556462 Edm = 4.44931 NCalls = 289 +VariableMetric: Iteration # 84 - FCN = -720306.0715102 Edm = 0.250297 NCalls = 291 +VariableMetric: Iteration # 85 - FCN = -720306.3411001 Edm = 0.021435 NCalls = 293 +VariableMetric: Iteration # 86 - FCN = -720306.366372 Edm = 0.0044628 NCalls = 295 +VariableMetric: Iteration # 87 - FCN = -720306.3738547 Edm = 0.00501603 NCalls = 297 +VariableMetric: Iteration # 88 - FCN = -720306.3899249 Edm = 0.0150396 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -720306.4941154 Edm = 0.0850016 NCalls = 305 +VariableMetric: Iteration # 90 - FCN = -720308.2360798 Edm = 1.24716 NCalls = 309 +VariableMetric: Iteration # 91 - FCN = -720319.3405095 Edm = 8.68334 NCalls = 313 +VariableMetric: Iteration # 92 - FCN = -720363.709915 Edm = 19.2502 NCalls = 317 +VariableMetric: Iteration # 93 - FCN = -720377.354549 Edm = 3.61107 NCalls = 319 +VariableMetric: Iteration # 94 - FCN = -720379.2415939 Edm = 0.261559 NCalls = 321 +VariableMetric: Iteration # 95 - FCN = -720379.5175861 Edm = 0.0446261 NCalls = 323 +VariableMetric: Iteration # 96 - FCN = -720379.5514307 Edm = 0.00780434 NCalls = 325 +VariableMetric: Iteration # 97 - FCN = -720379.5660965 Edm = 0.00343259 NCalls = 327 +VariableMetric: Iteration # 98 - FCN = -720379.5852805 Edm = 0.0102616 NCalls = 330 +VariableMetric: Iteration # 99 - FCN = -720379.6297446 Edm = 0.00799317 NCalls = 334 +VariableMetric: Iteration # 100 - FCN = -720379.6391093 Edm = 0.00285581 NCalls = 336 +VariableMetric: Iteration # 101 - FCN = -720379.6630126 Edm = 0.0368366 NCalls = 340 +VariableMetric: Iteration # 102 - FCN = -720380.0643703 Edm = 0.345627 NCalls = 351 +VariableMetric: Iteration # 103 - FCN = -720380.15376 Edm = 0.40153 NCalls = 353 +VariableMetric: Iteration # 104 - FCN = -720380.5944871 Edm = 0.716826 NCalls = 356 +VariableMetric: Iteration # 105 - FCN = -720381.5995505 Edm = 0.598377 NCalls = 359 +VariableMetric: Iteration # 106 - FCN = -720383.3464148 Edm = 1.72662 NCalls = 364 +VariableMetric: Iteration # 107 - FCN = -720386.724901 Edm = 3.62069 NCalls = 367 +VariableMetric: Iteration # 108 - FCN = -720388.627984 Edm = 0.809312 NCalls = 369 +VariableMetric: Iteration # 109 - FCN = -720394.3816892 Edm = 4.41703 NCalls = 372 +VariableMetric: Iteration # 110 - FCN = -720426.155497 Edm = 25.0737 NCalls = 375 +VariableMetric: Iteration # 111 - FCN = -720452.9077494 Edm = 3.73059 NCalls = 378 +VariableMetric: Iteration # 112 - FCN = -720458.2098846 Edm = 0.418043 NCalls = 380 +VariableMetric: Iteration # 113 - FCN = -720458.775977 Edm = 0.0943417 NCalls = 382 +VariableMetric: Iteration # 114 - FCN = -720458.8719565 Edm = 0.052305 NCalls = 383 +VariableMetric: Iteration # 115 - FCN = -720458.925314 Edm = 0.0223747 NCalls = 385 +VariableMetric: Iteration # 116 - FCN = -720458.9735274 Edm = 0.0121319 NCalls = 387 +VariableMetric: Iteration # 117 - FCN = -720458.9956954 Edm = 0.00329072 NCalls = 389 +VariableMetric: Iteration # 118 - FCN = -720459.0036383 Edm = 0.00250377 NCalls = 391 +VariableMetric: Iteration # 119 - FCN = -720459.0347283 Edm = 0.0307673 NCalls = 394 +VariableMetric: Iteration # 120 - FCN = -720459.8947134 Edm = 0.75453 NCalls = 401 +VariableMetric: Iteration # 121 - FCN = -720469.233959 Edm = 11.0621 NCalls = 404 +VariableMetric: Iteration # 122 - FCN = -720480.8555009 Edm = 7.60853 NCalls = 408 +VariableMetric: Iteration # 123 - FCN = -720497.6103608 Edm = 3.45301 NCalls = 411 +VariableMetric: Iteration # 124 - FCN = -720501.2540075 Edm = 1.59856 NCalls = 413 +VariableMetric: Iteration # 125 - FCN = -720503.4244324 Edm = 0.569664 NCalls = 416 +VariableMetric: Iteration # 126 - FCN = -720503.8211993 Edm = 0.18594 NCalls = 418 +VariableMetric: Iteration # 127 - FCN = -720504.0056473 Edm = 0.0175938 NCalls = 420 +VariableMetric: Iteration # 128 - FCN = -720504.0267703 Edm = 0.00580844 NCalls = 422 +VariableMetric: Iteration # 129 - FCN = -720504.0396609 Edm = 0.00681961 NCalls = 424 +VariableMetric: Iteration # 130 - FCN = -720504.0697771 Edm = 0.0414552 NCalls = 428 +VariableMetric: Iteration # 131 - FCN = -720514.944395 Edm = 12.1224 NCalls = 438 +VariableMetric: Iteration # 132 - FCN = -720514.9451305 Edm = 0.00527394 NCalls = 441 +VariableMetric: Iteration # 133 - FCN = -720514.9574148 Edm = 0.00557376 NCalls = 443 +VariableMetric: Iteration # 134 - FCN = -720514.967098 Edm = 0.00964001 NCalls = 445 +VariableMetric: Iteration # 135 - FCN = -720514.9977942 Edm = 0.0234829 NCalls = 448 +VariableMetric: Iteration # 136 - FCN = -720515.7845736 Edm = 0.701493 NCalls = 452 +VariableMetric: Iteration # 137 - FCN = -720526.7420494 Edm = 3.03442 NCalls = 455 +VariableMetric: Iteration # 138 - FCN = -720534.7713196 Edm = 0.972295 NCalls = 458 +VariableMetric: Iteration # 139 - FCN = -720535.6592143 Edm = 0.128344 NCalls = 460 +VariableMetric: Iteration # 140 - FCN = -720535.7694877 Edm = 0.0148453 NCalls = 461 +VariableMetric: Iteration # 141 - FCN = -720535.7824645 Edm = 0.00352701 NCalls = 462 +VariableMetric: Iteration # 142 - FCN = -720535.7889354 Edm = 0.00256881 NCalls = 464 +VariableMetric: Iteration # 143 - FCN = -720535.7992005 Edm = 0.00358085 NCalls = 466 +VariableMetric: Iteration # 144 - FCN = -720535.8174838 Edm = 0.0130024 NCalls = 468 +VariableMetric: Iteration # 145 - FCN = -720535.9507842 Edm = 0.150788 NCalls = 471 +VariableMetric: Iteration # 146 - FCN = -720537.0744603 Edm = 1.1945 NCalls = 477 +VariableMetric: Iteration # 147 - FCN = -720537.5541458 Edm = 1.27264 NCalls = 482 +VariableMetric: Iteration # 148 - FCN = -720537.9403272 Edm = 0.72119 NCalls = 487 +VariableMetric: Iteration # 149 - FCN = -720538.9180022 Edm = 0.860459 NCalls = 495 +VariableMetric: Iteration # 150 - FCN = -720554.9154859 Edm = 7.07864 NCalls = 500 +VariableMetric: Iteration # 151 - FCN = -720568.1695379 Edm = 1.69222 NCalls = 503 +VariableMetric: Iteration # 152 - FCN = -720570.9670499 Edm = 0.52065 NCalls = 506 +VariableMetric: Iteration # 153 - FCN = -720571.3194233 Edm = 0.280378 NCalls = 508 +VariableMetric: Iteration # 154 - FCN = -720571.6628937 Edm = 0.231041 NCalls = 510 +VariableMetric: Iteration # 155 - FCN = -720573.0439159 Edm = 1.6089 NCalls = 514 +VariableMetric: Iteration # 156 - FCN = -720573.1542069 Edm = 0.281711 NCalls = 517 +VariableMetric: Iteration # 157 - FCN = -720574.020672 Edm = 0.951033 NCalls = 521 +VariableMetric: Iteration # 158 - FCN = -720575.242493 Edm = 0.215174 NCalls = 525 +VariableMetric: Iteration # 159 - FCN = -720575.5505793 Edm = 0.0944688 NCalls = 527 +VariableMetric: Iteration # 160 - FCN = -720575.6403814 Edm = 0.0243904 NCalls = 529 +VariableMetric: Iteration # 161 - FCN = -720575.6751059 Edm = 0.00671259 NCalls = 531 +VariableMetric: Iteration # 162 - FCN = -720575.7307059 Edm = 0.0222048 NCalls = 534 +VariableMetric: Iteration # 163 - FCN = -720575.7796555 Edm = 0.00109976 NCalls = 536 +VariableMetric: Iteration # 164 - FCN = -720575.7812671 Edm = 0.000175963 NCalls = 538 +VariableMetric: Iteration # 165 - FCN = -720575.7821118 Edm = 0.00051021 NCalls = 540 +VariableMetric: Iteration # 166 - FCN = -720575.8049918 Edm = 0.0215053 NCalls = 544 +VariableMetric: Iteration # 167 - FCN = -720576.7652475 Edm = 0.437696 NCalls = 548 +VariableMetric: Iteration # 168 - FCN = -720577.7261592 Edm = 0.0412025 NCalls = 550 +VariableMetric: Iteration # 169 - FCN = -720577.7667672 Edm = 0.00209335 NCalls = 552 +VariableMetric: Iteration # 170 - FCN = -720577.7682161 Edm = 0.000212605 NCalls = 554 +VariableMetric: Iteration # 171 - FCN = -720577.7684544 Edm = 2.55508e-05 NCalls = 556 +VariableMetric: After Hessian - FCN = -720577.7684544 Edm = 4.484 NCalls = 911 +VariableMetric: Iteration # 172 - FCN = -720577.7684544 Edm = 4.484 NCalls = 911 +VariableMetric: Iteration # 173 - FCN = -720582.6904278 Edm = 0.328613 NCalls = 913 +VariableMetric: Iteration # 174 - FCN = -720583.02927 Edm = 0.791846 NCalls = 914 +VariableMetric: Iteration # 175 - FCN = -720583.2594832 Edm = 0.305342 NCalls = 915 +VariableMetric: Iteration # 176 - FCN = -720583.3547732 Edm = 0.037983 NCalls = 917 +VariableMetric: Iteration # 177 - FCN = -720583.5916722 Edm = 0.303983 NCalls = 923 +VariableMetric: Iteration # 178 - FCN = -720583.6764113 Edm = 0.312604 NCalls = 928 +VariableMetric: Iteration # 179 - FCN = -720584.0724937 Edm = 1.26145 NCalls = 932 +VariableMetric: Iteration # 180 - FCN = -720584.1273244 Edm = 0.162863 NCalls = 935 +VariableMetric: Iteration # 181 - FCN = -720584.4409989 Edm = 4.46731 NCalls = 939 +VariableMetric: Iteration # 182 - FCN = -720585.8866086 Edm = 1.63601 NCalls = 945 +VariableMetric: Iteration # 183 - FCN = -720586.1168848 Edm = 0.571439 NCalls = 949 +VariableMetric: Iteration # 184 - FCN = -720586.9266279 Edm = 1.04312 NCalls = 954 +VariableMetric: Iteration # 185 - FCN = -720588.1315617 Edm = 1.2372 NCalls = 959 +VariableMetric: Iteration # 186 - FCN = -720591.5129817 Edm = 4.03088 NCalls = 966 +VariableMetric: Iteration # 187 - FCN = -720591.5494624 Edm = 0.0490537 NCalls = 968 +VariableMetric: Iteration # 188 - FCN = -720593.1703265 Edm = 1.75256 NCalls = 974 +VariableMetric: Iteration # 189 - FCN = -720598.9599143 Edm = 2.66535 NCalls = 981 +VariableMetric: Iteration # 190 - FCN = -720600.9801745 Edm = 3.52029 NCalls = 983 +VariableMetric: Iteration # 191 - FCN = -720603.8821614 Edm = 1.58062 NCalls = 986 +VariableMetric: Iteration # 192 - FCN = -720605.0997872 Edm = 0.745575 NCalls = 988 +VariableMetric: Iteration # 193 - FCN = -720605.6561278 Edm = 0.418265 NCalls = 990 +VariableMetric: Iteration # 194 - FCN = -720606.0778005 Edm = 0.358789 NCalls = 993 +VariableMetric: Iteration # 195 - FCN = -720606.2986892 Edm = 0.0579224 NCalls = 995 +VariableMetric: Iteration # 196 - FCN = -720606.3465206 Edm = 0.0149441 NCalls = 997 +VariableMetric: Iteration # 197 - FCN = -720606.3594754 Edm = 0.00483753 NCalls = 999 +VariableMetric: Iteration # 198 - FCN = -720606.3645116 Edm = 0.000768774 NCalls = 1001 +VariableMetric: Iteration # 199 - FCN = -720606.365408 Edm = 0.000172773 NCalls = 1003 +VariableMetric: Iteration # 200 - FCN = -720606.3656689 Edm = 2.82648e-05 NCalls = 1005 +VariableMetric: After Hessian - FCN = -720606.3656689 Edm = 0.0317652 NCalls = 1370 +VariableMetric: Iteration # 201 - FCN = -720606.3656689 Edm = 0.0317652 NCalls = 1370 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.206E+05 | Ncalls=1601 (1601 total) | +| EDM = 0.00172 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -720607.2233039027 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 0.3 | 0.4 | | |0.0253049| 2.0747 | | +| 1 | omega_p | 0.5 | 0.3 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.14 | 0.11 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 9 | 3 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -2.491 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.28 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | phi_s | 16.6 | 1.0 | | | 14.8182 | 23.5818 | | +| 7 | p4040_s | 1.10 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.03 | 0.06 | | | -1.464 | 1.464 | | +| 9 | rho_p | 0.6 | 1.2 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | -0.39 | 0.21 | | |-6.28319 | 6.28319 | | +| 12| p3770_p | -2.21 | 0.12 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.43 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| psi2s_s | 1365.2 | 1.6 | | | 1358.64 | 1433.36 | | +| 16| jpsi_p | -4.816 | 0.017 | | |-6.28319 | 6.28319 | | +| 17| p4415_p | 4.21 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 1.99 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| Ctt | -0.010 | 0.148 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s omega_p p4160_p omega_s psi2s_p p3770_s phi_s p4040_s Dbar_s rho_p p4415_s phi_p p3770_p p4040_p jpsi_s psi2s_s jpsi_p p4415_p p4160_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.738 0.025 -0.014 0.065 -0.056 0.217 -0.060 -0.089 -0.536 -0.023 0.085 0.038 -0.008 0.064 -0.056 -0.162 0.021 -0.038 0.011 | +| omega_p | 0.738 1.000 0.008 -0.074 0.049 -0.043 0.149 -0.039 -0.068 -0.755 -0.017 0.070 0.022 -0.016 0.047 -0.042 -0.114 0.008 -0.030 0.021 | +| p4160_p | 0.025 0.008 1.000 0.000 0.203 -0.102 -0.004 -0.520 -0.186 0.002 0.057 -0.006 0.256 0.151 0.009 -0.005 -0.021 0.288 -0.139 -0.466 | +| omega_s | -0.014 -0.074 0.000 1.000 0.000 0.001 -0.002 0.000 0.001 0.011 0.000 0.003 -0.000 0.000 -0.000 0.000 0.004 0.000 0.000 -0.000 | +| psi2s_p | 0.065 0.049 0.203 0.000 1.000 -0.220 0.008 -0.356 -0.584 -0.053 -0.307 -0.002 0.392 -0.017 -0.065 0.014 -0.024 0.063 -0.318 -0.421 | +| p3770_s | -0.056 -0.043 -0.102 0.001 -0.220 1.000 -0.014 0.194 0.252 0.036 0.093 -0.010 -0.197 -0.078 0.016 -0.006 -0.069 -0.024 0.092 0.128 | +| phi_s | 0.217 0.149 -0.004 -0.002 0.008 -0.014 1.000 -0.008 -0.022 -0.083 -0.003 0.634 0.002 -0.010 0.001 -0.003 -0.056 -0.003 -0.008 0.015 | +| p4040_s | -0.060 -0.039 -0.520 0.000 -0.356 0.194 -0.008 1.000 0.464 0.024 0.144 -0.005 -0.223 -0.185 0.007 -0.004 -0.059 -0.221 0.068 0.524 | +| Dbar_s | -0.089 -0.068 -0.186 0.001 -0.584 0.252 -0.022 0.464 1.000 0.058 0.505 -0.016 -0.431 0.102 0.083 -0.058 -0.055 0.058 0.515 0.769 | +| rho_p | -0.536 -0.755 0.002 0.011 -0.053 0.036 -0.083 0.024 0.058 1.000 0.009 -0.037 -0.015 0.019 -0.026 0.025 0.071 0.001 0.022 -0.035 | +| p4415_s | -0.023 -0.017 0.057 0.000 -0.307 0.093 -0.003 0.144 0.505 0.009 1.000 -0.005 -0.198 0.124 -0.005 0.001 -0.128 -0.096 0.304 0.397 | +| phi_p | 0.085 0.070 -0.006 0.003 -0.002 -0.010 0.634 -0.005 -0.016 -0.037 -0.005 1.000 -0.002 -0.012 0.013 -0.011 -0.048 -0.004 -0.009 0.011 | +| p3770_p | 0.038 0.022 0.256 -0.000 0.392 -0.197 0.002 -0.223 -0.431 -0.015 -0.198 -0.002 1.000 0.185 -0.014 -0.016 -0.066 0.120 -0.142 -0.544 | +| p4040_p | -0.008 -0.016 0.151 0.000 -0.017 -0.078 -0.010 -0.185 0.102 0.019 0.124 -0.012 0.185 1.000 0.016 -0.014 -0.144 0.140 0.392 -0.243 | +| jpsi_s | 0.064 0.047 0.009 -0.000 -0.065 0.016 0.001 0.007 0.083 -0.026 -0.005 0.013 -0.014 0.016 1.000 -0.701 0.032 0.006 0.005 -0.023 | +| psi2s_s | -0.056 -0.042 -0.005 0.000 0.014 -0.006 -0.003 -0.004 -0.058 0.025 0.001 -0.011 -0.016 -0.014 -0.701 1.000 -0.022 -0.001 -0.005 0.001 | +| jpsi_p | -0.162 -0.114 -0.021 0.004 -0.024 -0.069 -0.056 -0.059 -0.055 0.071 -0.128 -0.048 -0.066 -0.144 0.032 -0.022 1.000 -0.013 -0.147 -0.071 | +| p4415_p | 0.021 0.008 0.288 0.000 0.063 -0.024 -0.003 -0.221 0.058 0.001 -0.096 -0.004 0.120 0.140 0.006 -0.001 -0.013 1.000 -0.186 -0.215 | +| p4160_s | -0.038 -0.030 -0.139 0.000 -0.318 0.092 -0.008 0.068 0.515 0.022 0.304 -0.009 -0.142 0.392 0.005 -0.005 -0.147 -0.186 1.000 0.343 | +| Ctt | 0.011 0.021 -0.466 -0.000 -0.421 0.128 0.015 0.524 0.769 -0.035 0.397 0.011 -0.544 -0.243 -0.023 0.001 -0.071 -0.215 0.343 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.4176727215544273}), (, {'error': 0.333475369265535}), (, {'error': 0.10613300509210966}), (, {'error': 3.4652953493480236}), (, {'error': 0.028466948236152367}), (, {'error': 0.19297709486219716}), (, {'error': 0.9842856430776967}), (, {'error': 0.16964911194236598}), (, {'error': 0.059439249969471364}), (, {'error': 1.2205991260535534}), (, {'error': 0.17662559510154663}), (, {'error': 0.21335866760861721}), (, {'error': 0.1184852854335432}), (, {'error': 0.16723167706296782}), (, {'error': 13.874882890863773}), (, {'error': 1.5663816539885147}), (, {'error': 0.016755521063397172}), (, {'error': 0.15734753816786462}), (, {'error': 0.16786444510124165}), (, {'error': 0.14758504461154495})]) +Toy 1/10 +Time taken: 2 h, 9 min +Projected time left: 19 h, 21 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.206E+05 | Ncalls=262 (262 total) | +| EDM = 2.1E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -720579.0741224255 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 0.10 | 2.00 | | |0.0253049| 2.0747 | | +| 1 | omega_p | -0.027 | 0.163 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.138 | 0.019 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 6.3 | 1.1 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -2.532 | 0.006 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.39 | 0.04 | | |0.918861 | 4.08114 | | +| 6 | phi_s | 16.47 | 0.18 | | | 14.8182 | 23.5818 | | +| 7 | p4040_s | 1.159 | 0.029 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.118 | 0.006 | | | -1.464 | 1.464 | | +| 9 | rho_p | -0.6 | 9.0 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.37 | 0.04 | | |0.126447 | 2.35355 | | +| 11| phi_p | -0.35 | 0.04 | | |-6.28319 | 6.28319 | | +| 12| p3770_p | -2.280 | 0.022 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.438 | 0.030 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.989E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 15| psi2s_s | 1358.78 | 0.05 | | | 1358.64 | 1433.36 | | +| 16| jpsi_p | 1.480 | 0.004 | | |-6.28319 | 6.28319 | | +| 17| p4415_p | 4.24 | 0.03 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.000 | 0.029 | | | 0.71676 | 3.68324 | | +| 19| Ctt | -0.040 | 0.018 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s omega_p p4160_p omega_s psi2s_p p3770_s phi_s p4040_s Dbar_s rho_p p4415_s phi_p p3770_p p4040_p jpsi_s psi2s_s jpsi_p p4415_p p4160_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.963 0.248 -0.985 0.041 0.115 -0.052 0.109 -0.535 0.999 0.094 -0.080 0.134 0.243 -0.145 0.001 0.075 0.268 0.146 0.583 | +| omega_p | 0.963 1.000 0.239 -0.947 0.039 0.111 -0.050 0.105 -0.515 0.962 0.091 -0.077 0.129 0.234 -0.140 0.001 0.072 0.258 0.141 0.561 | +| p4160_p | 0.248 0.239 1.000 -0.245 0.017 0.022 -0.013 0.002 -0.114 0.248 0.034 -0.020 0.034 0.051 -0.031 0.000 0.013 0.065 0.026 0.123 | +| omega_s | -0.985 -0.947 -0.245 1.000 -0.040 -0.114 0.052 -0.108 0.527 -0.984 -0.093 0.079 -0.132 -0.240 0.143 -0.001 -0.074 -0.264 -0.144 -0.574 | +| psi2s_p | 0.041 0.039 0.017 -0.040 1.000 0.004 -0.002 -0.001 -0.040 0.041 0.000 -0.004 0.020 0.016 -0.004 -0.001 0.001 0.017 0.003 0.036 | +| p3770_s | 0.115 0.111 0.022 -0.114 0.004 1.000 -0.006 0.014 -0.049 0.115 0.010 -0.010 0.005 0.017 -0.013 -0.000 0.001 0.026 0.015 0.055 | +| phi_s | -0.052 -0.050 -0.013 0.052 -0.002 -0.006 1.000 -0.005 0.028 -0.052 -0.005 0.042 -0.007 -0.013 0.009 0.000 -0.004 -0.014 -0.007 -0.030 | +| p4040_s | 0.109 0.105 0.002 -0.108 -0.001 0.014 -0.005 1.000 -0.041 0.109 0.005 -0.009 0.024 0.022 -0.013 0.000 0.001 0.014 -0.003 0.062 | +| Dbar_s | -0.535 -0.515 -0.114 0.527 -0.040 -0.049 0.028 -0.041 1.000 -0.534 -0.040 0.042 -0.071 -0.114 0.067 -0.000 -0.032 -0.120 -0.060 -0.282 | +| rho_p | 0.999 0.962 0.248 -0.984 0.041 0.115 -0.052 0.109 -0.534 1.000 0.094 -0.080 0.134 0.243 -0.145 0.001 0.075 0.268 0.146 0.582 | +| p4415_s | 0.094 0.091 0.034 -0.093 0.000 0.010 -0.005 0.005 -0.040 0.094 1.000 -0.008 0.015 0.028 -0.011 0.000 0.001 0.014 0.011 0.059 | +| phi_p | -0.080 -0.077 -0.020 0.079 -0.004 -0.010 0.042 -0.009 0.042 -0.080 -0.008 1.000 -0.011 -0.020 0.010 -0.000 -0.008 -0.021 -0.012 -0.046 | +| p3770_p | 0.134 0.129 0.034 -0.132 0.020 0.005 -0.007 0.024 -0.071 0.134 0.015 -0.011 1.000 0.033 -0.016 -0.001 0.004 0.037 0.025 0.063 | +| p4040_p | 0.243 0.234 0.051 -0.240 0.016 0.017 -0.013 0.022 -0.114 0.243 0.028 -0.020 0.033 1.000 -0.031 -0.000 0.009 0.065 0.054 0.119 | +| jpsi_s | -0.145 -0.140 -0.031 0.143 -0.004 -0.013 0.009 -0.013 0.067 -0.145 -0.011 0.010 -0.016 -0.031 1.000 0.014 -0.011 -0.033 -0.017 -0.074 | +| psi2s_s | 0.001 0.001 0.000 -0.001 -0.001 -0.000 0.000 0.000 -0.000 0.001 0.000 -0.000 -0.001 -0.000 0.014 1.000 -0.000 0.000 0.000 -0.000 | +| jpsi_p | 0.075 0.072 0.013 -0.074 0.001 0.001 -0.004 0.001 -0.032 0.075 0.001 -0.008 0.004 0.009 -0.011 -0.000 1.000 0.015 0.003 0.036 | +| p4415_p | 0.268 0.258 0.065 -0.264 0.017 0.026 -0.014 0.014 -0.120 0.268 0.014 -0.021 0.037 0.065 -0.033 0.000 0.015 1.000 0.018 0.142 | +| p4160_s | 0.146 0.141 0.026 -0.144 0.003 0.015 -0.007 -0.003 -0.060 0.146 0.011 -0.012 0.025 0.054 -0.017 0.000 0.003 0.018 1.000 0.083 | +| Ctt | 0.583 0.561 0.123 -0.574 0.036 0.055 -0.030 0.062 -0.282 0.582 0.059 -0.046 0.063 0.119 -0.074 -0.000 0.036 0.142 0.083 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.9989066038409256}), (, {'error': 0.1628529459172432}), (, {'error': 0.018902707329699897}), (, {'error': 1.1264387864359806}), (, {'error': 0.005597954661433979}), (, {'error': 0.04371364096538044}), (, {'error': 0.18184284253254468}), (, {'error': 0.029129251949652657}), (, {'error': 0.0061657625817269635}), (, {'error': 9.033373771208677}), (, {'error': 0.0356627900054548}), (, {'error': 0.04063551159076928}), (, {'error': 0.02239369739586916}), (, {'error': 0.030145347643545595}), (, {'error': 1.9522955637303312}), (, {'error': 0.05291697366851622}), (, {'error': 0.003940353713355105}), (, {'error': 0.031908788546667566}), (, {'error': 0.029160635388415734}), (, {'error': 0.017685372247233627})]) +Toy 2/10 +Time taken: 2 h, 55 min +Projected time left: 11 h, 43 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.206E+05 | Ncalls=1066 (1066 total) | +| EDM = 0.000133 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -720606.9385583093 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 0.3 | 0.4 | | |0.0253049| 2.0747 | | +| 1 | omega_p | 6.28 | 0.19 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 7.8 | 1.3 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -4.055 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.44 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | phi_s | 16.6 | 1.0 | | | 14.8182 | 23.5818 | | +| 7 | p4040_s | 1.09 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.021 | 0.055 | | | -1.464 | 1.464 | | +| 9 | rho_p | 0.4 | 1.3 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.33 | 0.17 | | |0.126447 | 2.35355 | | +| 11| phi_p | -0.50 | 0.22 | | |-6.28319 | 6.28319 | | +| 12| p3770_p | 3.67 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 3.86 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| psi2s_s | 1371.8 | 1.5 | | | 1358.64 | 1433.36 | | +| 16| jpsi_p | -1.546 | 0.017 | | |-6.28319 | 6.28319 | | +| 17| p4415_p | 4.26 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 1.99 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| Ctt | -0.030 | 0.126 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s omega_p p4160_p omega_s psi2s_p p3770_s phi_s p4040_s Dbar_s rho_p p4415_s phi_p p3770_p p4040_p jpsi_s psi2s_s jpsi_p p4415_p p4160_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.070 0.021 -0.708 -0.067 -0.060 0.240 -0.059 -0.101 -0.691 -0.018 0.147 0.033 -0.013 0.059 -0.040 0.156 0.021 -0.036 0.038 | +| omega_p | 0.070 1.000 0.002 -0.283 0.002 -0.002 -0.001 -0.002 -0.003 -0.041 0.001 0.008 0.002 0.001 0.001 -0.001 0.016 0.001 -0.000 0.002 | +| p4160_p | 0.021 0.002 1.000 -0.011 -0.036 -0.119 -0.004 -0.494 -0.108 -0.005 0.094 -0.004 0.213 0.125 0.013 -0.012 -0.097 0.267 -0.116 -0.414 | +| omega_s | -0.708 -0.283 -0.011 1.000 0.041 0.044 -0.160 0.040 0.078 0.773 0.014 -0.130 -0.023 0.014 -0.043 0.029 -0.140 -0.012 0.028 -0.034 | +| psi2s_p | -0.067 0.002 -0.036 0.041 1.000 -0.198 -0.024 -0.079 -0.054 0.038 -0.134 -0.023 -0.252 -0.230 0.049 -0.054 -0.050 -0.016 -0.188 -0.033 | +| p3770_s | -0.060 -0.002 -0.119 0.044 -0.198 1.000 -0.015 0.214 0.288 0.046 0.104 -0.013 -0.268 -0.087 0.011 -0.028 0.010 -0.032 0.105 0.168 | +| phi_s | 0.240 -0.001 -0.004 -0.160 -0.024 -0.015 1.000 -0.010 -0.029 -0.139 -0.003 0.647 0.003 -0.010 0.002 -0.000 0.030 -0.002 -0.009 0.021 | +| p4040_s | -0.059 -0.002 -0.494 0.040 -0.079 0.214 -0.010 1.000 0.438 0.036 0.125 -0.010 -0.210 -0.167 0.004 -0.008 0.017 -0.202 0.054 0.508 | +| Dbar_s | -0.101 -0.003 -0.108 0.078 -0.054 0.288 -0.029 0.438 1.000 0.083 0.482 -0.027 -0.392 0.171 0.079 -0.063 -0.117 0.100 0.514 0.727 | +| rho_p | -0.691 -0.041 -0.005 0.773 0.038 0.046 -0.139 0.036 0.083 1.000 0.011 -0.106 -0.021 0.019 -0.034 0.022 -0.164 -0.006 0.027 -0.049 | +| p4415_s | -0.018 0.001 0.094 0.014 -0.134 0.104 -0.003 0.125 0.482 0.011 1.000 -0.007 -0.180 0.149 -0.007 0.004 -0.065 -0.098 0.295 0.375 | +| phi_p | 0.147 0.008 -0.004 -0.130 -0.023 -0.013 0.647 -0.010 -0.027 -0.106 -0.007 1.000 0.001 -0.012 0.014 -0.009 0.014 -0.002 -0.011 0.014 | +| p3770_p | 0.033 0.002 0.213 -0.023 -0.252 -0.268 0.003 -0.210 -0.392 -0.021 -0.180 0.001 1.000 0.140 -0.007 0.000 -0.067 0.098 -0.140 -0.509 | +| p4040_p | -0.013 0.001 0.125 0.014 -0.230 -0.087 -0.010 -0.167 0.171 0.019 0.149 -0.012 0.140 1.000 0.017 -0.018 -0.157 0.122 0.412 -0.193 | +| jpsi_s | 0.059 0.001 0.013 -0.043 0.049 0.011 0.002 0.004 0.079 -0.034 -0.007 0.014 -0.007 0.017 1.000 -0.671 -0.042 0.007 0.002 -0.027 | +| psi2s_s | -0.040 -0.001 -0.012 0.029 -0.054 -0.028 -0.000 -0.008 -0.063 0.022 0.004 -0.009 0.000 -0.018 -0.671 1.000 0.039 -0.008 -0.005 0.029 | +| jpsi_p | 0.156 0.016 -0.097 -0.140 -0.050 0.010 0.030 0.017 -0.117 -0.164 -0.065 0.014 -0.067 -0.157 -0.042 0.039 1.000 -0.064 -0.085 0.113 | +| p4415_p | 0.021 0.001 0.267 -0.012 -0.016 -0.032 -0.002 -0.202 0.100 -0.006 -0.098 -0.002 0.098 0.122 0.007 -0.008 -0.064 1.000 -0.180 -0.187 | +| p4160_s | -0.036 -0.000 -0.116 0.028 -0.188 0.105 -0.009 0.054 0.514 0.027 0.295 -0.011 -0.140 0.412 0.002 -0.005 -0.085 -0.180 1.000 0.339 | +| Ctt | 0.038 0.002 -0.414 -0.034 -0.033 0.168 0.021 0.508 0.727 -0.049 0.375 0.014 -0.509 -0.193 -0.027 0.029 0.113 -0.187 0.339 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.43222082349822494}), (, {'error': 0.18849075321061992}), (, {'error': 0.10357141768009903}), (, {'error': 1.3239477471030412}), (, {'error': 0.029028189828389284}), (, {'error': 0.21013462098847513}), (, {'error': 0.9963469822234154}), (, {'error': 0.17028297651619556}), (, {'error': 0.055203429604164245}), (, {'error': 1.3461289039174678}), (, {'error': 0.17474900907724478}), (, {'error': 0.21504034027805963}), (, {'error': 0.11263673021546872}), (, {'error': 0.1668014302466876}), (, {'error': 12.232521031895885}), (, {'error': 1.5059666918803032}), (, {'error': 0.016547523744930626}), (, {'error': 0.15735175816866054}), (, {'error': 0.16779657416269522}), (, {'error': 0.12597191330232874})]) +Toy 3/10 +Time taken: 4 h, 31 min +Projected time left: 10 h, 33 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.206E+05 | Ncalls=301 (301 total) | +| EDM = 3.37E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -720597.0867645553 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 0.76 | 0.22 | | |0.0253049| 2.0747 | | +| 1 | omega_p | 6.04 | 0.22 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.05 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 4 | 4 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -4.037 | 0.030 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.56 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | phi_s | 17.3 | 0.8 | | | 14.8182 | 23.5818 | | +| 7 | p4040_s | 1.06 | 0.15 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.10 | 0.05 | | | -1.464 | 1.464 | | +| 9 | rho_p | -0.09 | 0.33 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.37 | 0.15 | | |0.126447 | 2.35355 | | +| 11| phi_p | 5.94 | 0.22 | | |-6.28319 | 6.28319 | | +| 12| p3770_p | 3.66 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.40 | 0.16 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.989E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| psi2s_s | 1358.9 | 0.5 | | | 1358.64 | 1433.36 | | +| 16| jpsi_p | -1.557 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| p4415_p | -1.93 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.00 | 0.15 | | | 0.71676 | 3.68324 | | +| 19| Ctt | -0.07 | 0.10 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s omega_p p4160_p omega_s psi2s_p p3770_s phi_s p4040_s Dbar_s rho_p p4415_s phi_p p3770_p p4040_p jpsi_s psi2s_s jpsi_p p4415_p p4160_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.119 0.008 -0.147 -0.030 -0.021 0.062 -0.023 -0.042 0.178 -0.007 0.023 0.013 -0.004 -0.027 -0.014 0.048 0.009 -0.014 0.014 | +| omega_p | 0.119 1.000 -0.002 0.130 -0.004 -0.003 0.022 -0.003 -0.009 -0.140 -0.004 0.030 0.000 -0.005 -0.005 -0.002 0.007 -0.001 -0.005 0.003 | +| p4160_p | 0.008 -0.002 1.000 0.001 -0.038 -0.082 -0.003 -0.419 0.017 0.022 0.160 -0.004 0.147 0.074 -0.009 -0.007 -0.084 0.237 -0.075 -0.341 | +| omega_s | -0.147 0.130 0.001 1.000 -0.004 -0.000 0.013 -0.001 0.001 0.164 0.000 -0.003 -0.000 0.001 -0.002 -0.001 -0.010 0.001 0.000 -0.002 | +| psi2s_p | -0.030 -0.004 -0.038 -0.004 1.000 -0.167 -0.014 -0.081 -0.025 -0.043 -0.117 -0.017 -0.289 -0.226 -0.043 -0.036 -0.050 -0.009 -0.175 -0.010 | +| p3770_s | -0.021 -0.003 -0.082 -0.000 -0.167 1.000 -0.004 0.156 0.239 -0.016 0.067 -0.004 -0.237 -0.075 0.004 -0.010 0.015 -0.018 0.072 0.116 | +| phi_s | 0.062 0.022 -0.003 0.013 -0.014 -0.004 1.000 -0.003 -0.010 0.131 -0.000 0.575 -0.001 -0.003 0.003 0.002 -0.010 -0.002 -0.002 0.006 | +| p4040_s | -0.023 -0.003 -0.419 -0.001 -0.081 0.156 -0.003 1.000 0.333 -0.029 0.049 -0.004 -0.105 -0.092 -0.006 -0.007 -0.001 -0.166 -0.001 0.392 | +| Dbar_s | -0.042 -0.009 0.017 0.001 -0.025 0.239 -0.010 0.333 1.000 -0.015 0.409 -0.010 -0.284 0.239 -0.117 -0.068 -0.144 0.170 0.460 0.628 | +| rho_p | 0.178 -0.140 0.022 0.164 -0.043 -0.016 0.131 -0.029 -0.015 1.000 -0.008 0.063 0.013 0.009 -0.049 -0.026 -0.018 0.023 -0.012 -0.016 | +| p4415_s | -0.007 -0.004 0.160 0.000 -0.117 0.067 -0.000 0.049 0.409 -0.008 1.000 -0.003 -0.104 0.158 0.006 0.002 -0.073 -0.086 0.226 0.275 | +| phi_p | 0.023 0.030 -0.004 -0.003 -0.017 -0.004 0.575 -0.004 -0.010 0.063 -0.003 1.000 -0.002 -0.006 -0.015 -0.008 -0.020 -0.002 -0.005 0.004 | +| p3770_p | 0.013 0.000 0.147 -0.000 -0.289 -0.237 -0.001 -0.105 -0.284 0.013 -0.104 -0.002 1.000 0.113 0.022 0.009 -0.056 0.074 -0.073 -0.429 | +| p4040_p | -0.004 -0.005 0.074 0.001 -0.226 -0.075 -0.003 -0.092 0.239 0.009 0.158 -0.006 0.113 1.000 -0.013 -0.010 -0.142 0.101 0.418 -0.169 | +| jpsi_s | -0.027 -0.005 -0.009 -0.002 -0.043 0.004 0.003 -0.006 -0.117 -0.049 0.006 -0.015 0.022 -0.013 1.000 0.511 0.052 -0.004 -0.002 0.020 | +| psi2s_s | -0.014 -0.002 -0.007 -0.001 -0.036 -0.010 0.002 -0.007 -0.068 -0.026 0.002 -0.008 0.009 -0.010 0.511 1.000 0.033 -0.004 -0.004 0.017 | +| jpsi_p | 0.048 0.007 -0.084 -0.010 -0.050 0.015 -0.010 -0.001 -0.144 -0.018 -0.073 -0.020 -0.056 -0.142 0.052 0.033 1.000 -0.054 -0.087 0.095 | +| p4415_p | 0.009 -0.001 0.237 0.001 -0.009 -0.018 -0.002 -0.166 0.170 0.023 -0.086 -0.002 0.074 0.101 -0.004 -0.004 -0.054 1.000 -0.177 -0.166 | +| p4160_s | -0.014 -0.005 -0.075 0.000 -0.175 0.072 -0.002 -0.001 0.460 -0.012 0.226 -0.005 -0.073 0.418 -0.002 -0.004 -0.087 -0.177 1.000 0.262 | +| Ctt | 0.014 0.003 -0.341 -0.002 -0.010 0.116 0.006 0.392 0.628 -0.016 0.275 0.004 -0.429 -0.169 0.020 0.017 0.095 -0.166 0.262 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21790283343753108}), (, {'error': 0.21524438268424984}), (, {'error': 0.09814505087145697}), (, {'error': 3.663927319904395}), (, {'error': 0.029730980035735044}), (, {'error': 0.19111436793805225}), (, {'error': 0.7747015224310498}), (, {'error': 0.14510269650787816}), (, {'error': 0.04702827474452709}), (, {'error': 0.3339218241481974}), (, {'error': 0.15312990908477497}), (, {'error': 0.2186847993219896}), (, {'error': 0.10339412856646213}), (, {'error': 0.16345767933300204}), (, {'error': 9.018166916793234}), (, {'error': 0.5241060544627771}), (, {'error': 0.01646217099166547}), (, {'error': 0.15515823637031279}), (, {'error': 0.15337505946372665}), (, {'error': 0.09774409023869718})]) +Toy 4/10 +Time taken: 5 h, 21 min +Projected time left: 8 h, 2 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.206E+05 | Ncalls=716 (716 total) | +| EDM = 0.00301 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -720607.1676827417 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 0.28 | 0.46 | | |0.0253049| 2.0747 | | +| 1 | omega_p | 0.45 | 0.29 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 2.228 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.45 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | phi_s | 16.6 | 1.0 | | | 14.8182 | 23.5818 | | +| 7 | p4040_s | 1.10 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.021 | 0.056 | | | -1.464 | 1.464 | | +| 9 | rho_p | 6.3 | 1.7 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.33 | 0.17 | | |0.126447 | 2.35355 | | +| 11| phi_p | -0.52 | 0.21 | | |-6.28319 | 6.28319 | | +| 12| p3770_p | -2.61 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.43 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 15| psi2s_s | 1371.8 | 3.1 | | | 1358.64 | 1433.36 | | +| 16| jpsi_p | -1.546 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| p4415_p | 4.26 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 1.99 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| Ctt | -0.028 | 0.126 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s omega_p p4160_p omega_s psi2s_p p3770_s phi_s p4040_s Dbar_s rho_p p4415_s phi_p p3770_p p4040_p jpsi_s psi2s_s jpsi_p p4415_p p4160_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.784 0.035 -0.046 -0.063 -0.052 0.271 -0.064 -0.051 -0.682 -0.024 0.115 0.028 0.003 0.203 -0.190 0.063 0.031 -0.036 0.005 | +| omega_p | 0.784 1.000 0.026 -0.276 -0.049 -0.039 0.213 -0.049 -0.036 -0.499 -0.022 0.098 0.020 -0.000 0.169 -0.158 0.033 0.023 -0.030 -0.001 | +| p4160_p | 0.035 0.026 1.000 -0.000 -0.036 -0.117 0.001 -0.494 -0.095 -0.037 0.097 -0.002 0.214 0.130 0.040 -0.040 -0.104 0.273 -0.114 -0.416 | +| omega_s | -0.046 -0.276 -0.000 1.000 0.006 0.002 -0.011 0.002 0.002 0.034 0.001 0.009 -0.000 0.001 -0.006 0.006 0.007 -0.001 0.001 -0.000 | +| psi2s_p | -0.063 -0.049 -0.036 0.006 1.000 -0.193 -0.030 -0.072 -0.026 0.056 -0.134 -0.019 -0.260 -0.227 0.128 -0.129 -0.060 -0.021 -0.186 -0.033 | +| p3770_s | -0.052 -0.039 -0.117 0.002 -0.193 1.000 -0.017 0.214 0.284 0.043 0.102 -0.010 -0.259 -0.085 0.029 -0.037 0.012 -0.029 0.103 0.164 | +| phi_s | 0.271 0.213 0.001 -0.011 -0.030 -0.017 1.000 -0.015 -0.026 -0.249 -0.005 0.626 0.004 -0.008 0.027 -0.025 0.016 0.002 -0.011 0.015 | +| p4040_s | -0.064 -0.049 -0.494 0.002 -0.072 0.214 -0.015 1.000 0.427 0.059 0.121 -0.010 -0.209 -0.171 0.005 -0.007 0.022 -0.202 0.050 0.507 | +| Dbar_s | -0.051 -0.036 -0.095 0.002 -0.026 0.284 -0.026 0.427 1.000 0.035 0.469 -0.014 -0.384 0.179 0.216 -0.207 -0.130 0.116 0.502 0.695 | +| rho_p | -0.682 -0.499 -0.037 0.034 0.056 0.043 -0.249 0.059 0.035 1.000 0.022 -0.104 -0.027 -0.009 -0.187 0.175 -0.029 -0.033 0.030 0.010 | +| p4415_s | -0.024 -0.022 0.097 0.001 -0.134 0.102 -0.005 0.121 0.469 0.022 1.000 -0.008 -0.178 0.150 -0.022 0.020 -0.063 -0.081 0.293 0.372 | +| phi_p | 0.115 0.098 -0.002 0.009 -0.019 -0.010 0.626 -0.010 -0.014 -0.104 -0.008 1.000 -0.000 -0.009 0.042 -0.040 -0.004 -0.000 -0.011 0.007 | +| p3770_p | 0.028 0.020 0.214 -0.000 -0.260 -0.259 0.004 -0.209 -0.384 -0.027 -0.178 -0.000 1.000 0.142 -0.017 0.013 -0.069 0.095 -0.137 -0.511 | +| p4040_p | 0.003 -0.000 0.130 0.001 -0.227 -0.085 -0.008 -0.171 0.179 -0.009 0.150 -0.009 0.142 1.000 0.049 -0.049 -0.164 0.130 0.417 -0.200 | +| jpsi_s | 0.203 0.169 0.040 -0.006 0.128 0.029 0.027 0.005 0.216 -0.187 -0.022 0.042 -0.017 0.049 1.000 -0.933 -0.127 0.024 0.003 -0.080 | +| psi2s_s | -0.190 -0.158 -0.040 0.006 -0.129 -0.037 -0.025 -0.007 -0.207 0.175 0.020 -0.040 0.013 -0.049 -0.933 1.000 0.124 -0.024 -0.004 0.081 | +| jpsi_p | 0.063 0.033 -0.104 0.007 -0.060 0.012 0.016 0.022 -0.130 -0.029 -0.063 -0.004 -0.069 -0.164 -0.127 0.124 1.000 -0.070 -0.084 0.119 | +| p4415_p | 0.031 0.023 0.273 -0.001 -0.021 -0.029 0.002 -0.202 0.116 -0.033 -0.081 -0.000 0.095 0.130 0.024 -0.024 -0.070 1.000 -0.172 -0.181 | +| p4160_s | -0.036 -0.030 -0.114 0.001 -0.186 0.103 -0.011 0.050 0.502 0.030 0.293 -0.011 -0.137 0.417 0.003 -0.004 -0.084 -0.172 1.000 0.333 | +| Ctt | 0.005 -0.001 -0.416 -0.000 -0.033 0.164 0.015 0.507 0.695 0.010 0.372 0.007 -0.511 -0.200 -0.080 0.081 0.119 -0.181 0.333 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.46489025573082565}), (, {'error': 0.29484610427475744}), (, {'error': 0.1038364246723944}), (, {'error': 3.577915789674935}), (, {'error': 0.029382686596196805}), (, {'error': 0.20969513267773388}), (, {'error': 0.9919571862037975}), (, {'error': 0.17044305121848174}), (, {'error': 0.05641972904394976}), (, {'error': 1.7475339712101334}), (, {'error': 0.1744094728990485}), (, {'error': 0.21057322274875379}), (, {'error': 0.11286230901146332}), (, {'error': 0.16796157379335774}), (, {'error': 44.831619107410916}), (, {'error': 3.1031592915938973}), (, {'error': 0.016497747731200274}), (, {'error': 0.15766039282967714}), (, {'error': 0.16804014517850274}), (, {'error': 0.12648695794599726})]) +Toy 5/10 +Time taken: 6 h, 36 min +Projected time left: 6 h, 36 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.206E+05 | Ncalls=1211 (1211 total) | +| EDM = 0.000457 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -720607.2573972322 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 0.3 | 0.4 | | |0.0253049| 2.0747 | | +| 1 | omega_p | 0.5 | 0.3 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 2.226 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.45 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | phi_s | 20.7 | 0.9 | | | 14.8182 | 23.5818 | | +| 7 | p4040_s | 1.09 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.021 | 0.055 | | | -1.464 | 1.464 | | +| 9 | rho_p | 0.5 | 1.2 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.33 | 0.17 | | |0.126447 | 2.35355 | | +| 11| phi_p | 0.64 | 0.16 | | |-6.28319 | 6.28319 | | +| 12| p3770_p | -2.62 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.43 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| psi2s_s | 1371.7 | 1.1 | | | 1358.64 | 1433.36 | | +| 16| jpsi_p | 4.733 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| p4415_p | -2.03 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 1.99 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| Ctt | -0.030 | 0.126 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s omega_p p4160_p omega_s psi2s_p p3770_s phi_s p4040_s Dbar_s rho_p p4415_s phi_p p3770_p p4040_p jpsi_s psi2s_s jpsi_p p4415_p p4160_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.715 0.017 -0.053 -0.072 -0.050 -0.061 -0.051 -0.086 -0.499 -0.016 -0.157 0.025 -0.011 -0.006 -0.002 0.091 0.018 -0.031 0.027 | +| omega_p | 0.715 1.000 0.003 -0.265 -0.049 -0.036 -0.019 -0.032 -0.067 -0.719 -0.013 -0.035 0.013 -0.018 -0.004 -0.001 0.074 0.006 -0.025 0.029 | +| p4160_p | 0.017 0.003 1.000 0.001 -0.041 -0.116 -0.000 -0.494 -0.104 0.007 0.098 -0.005 0.214 0.128 -0.001 -0.005 -0.102 0.275 -0.114 -0.415 | +| omega_s | -0.053 -0.265 0.001 1.000 0.006 0.002 0.001 0.002 0.004 0.036 0.001 0.023 0.000 0.002 0.000 -0.000 0.005 0.000 0.001 -0.002 | +| psi2s_p | -0.072 -0.049 -0.041 0.006 1.000 -0.200 -0.001 -0.076 -0.058 0.027 -0.133 0.008 -0.260 -0.237 -0.005 -0.028 -0.042 -0.023 -0.189 -0.022 | +| p3770_s | -0.050 -0.036 -0.116 0.002 -0.200 1.000 0.004 0.211 0.281 0.028 0.102 0.010 -0.257 -0.086 -0.001 -0.027 0.015 -0.029 0.101 0.165 | +| phi_s | -0.061 -0.019 -0.000 0.001 -0.001 0.004 1.000 0.002 0.007 0.019 0.001 0.538 -0.002 0.001 0.003 0.002 -0.024 -0.000 0.002 -0.005 | +| p4040_s | -0.051 -0.032 -0.494 0.002 -0.076 0.211 0.002 1.000 0.433 0.017 0.122 0.008 -0.208 -0.169 -0.000 -0.007 0.024 -0.203 0.051 0.509 | +| Dbar_s | -0.086 -0.067 -0.104 0.004 -0.058 0.281 0.007 0.433 1.000 0.056 0.486 0.013 -0.389 0.176 -0.008 -0.015 -0.107 0.115 0.513 0.731 | +| rho_p | -0.499 -0.719 0.007 0.036 0.027 0.028 0.019 0.017 0.056 1.000 0.006 -0.073 -0.007 0.020 0.002 -0.001 -0.097 0.004 0.017 -0.042 | +| p4415_s | -0.016 -0.013 0.098 0.001 -0.133 0.102 0.001 0.122 0.486 0.006 1.000 -0.003 -0.179 0.152 0.001 -0.001 -0.066 -0.083 0.294 0.372 | +| phi_p | -0.157 -0.035 -0.005 0.023 0.008 0.010 0.538 0.008 0.013 -0.073 -0.003 1.000 -0.007 -0.004 0.002 0.001 -0.037 -0.005 -0.000 -0.010 | +| p3770_p | 0.025 0.013 0.214 0.000 -0.260 -0.257 -0.002 -0.208 -0.389 -0.007 -0.179 -0.007 1.000 0.141 0.001 -0.008 -0.072 0.096 -0.137 -0.513 | +| p4040_p | -0.011 -0.018 0.128 0.002 -0.237 -0.086 0.001 -0.169 0.176 0.020 0.152 -0.004 0.141 1.000 -0.002 -0.009 -0.160 0.130 0.417 -0.195 | +| jpsi_s | -0.006 -0.004 -0.001 0.000 -0.005 -0.001 0.003 -0.000 -0.008 0.002 0.001 0.002 0.001 -0.002 1.000 0.091 0.005 -0.001 -0.000 0.003 | +| psi2s_s | -0.002 -0.001 -0.005 -0.000 -0.028 -0.027 0.002 -0.007 -0.015 -0.001 -0.001 0.001 -0.008 -0.009 0.091 1.000 0.015 -0.004 -0.005 0.016 | +| jpsi_p | 0.091 0.074 -0.102 0.005 -0.042 0.015 -0.024 0.024 -0.107 -0.097 -0.066 -0.037 -0.072 -0.160 0.005 0.015 1.000 -0.070 -0.084 0.112 | +| p4415_p | 0.018 0.006 0.275 0.000 -0.023 -0.029 -0.000 -0.203 0.115 0.004 -0.083 -0.005 0.096 0.130 -0.001 -0.004 -0.070 1.000 -0.175 -0.183 | +| p4160_s | -0.031 -0.025 -0.114 0.001 -0.189 0.101 0.002 0.051 0.513 0.017 0.294 -0.000 -0.137 0.417 -0.000 -0.005 -0.084 -0.175 1.000 0.335 | +| Ctt | 0.027 0.029 -0.415 -0.002 -0.022 0.165 -0.005 0.509 0.731 -0.042 0.372 -0.010 -0.513 -0.195 0.003 0.016 0.112 -0.183 0.335 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.4141846085521107}), (, {'error': 0.33557682410906553}), (, {'error': 0.10380678959149048}), (, {'error': 3.5916017684738994}), (, {'error': 0.029077602778947664}), (, {'error': 0.2092906711933198}), (, {'error': 0.8911150518191882}), (, {'error': 0.17022351008534364}), (, {'error': 0.05503874568026579}), (, {'error': 1.2216912760587104}), (, {'error': 0.17446953010958477}), (, {'error': 0.1627900293947535}), (, {'error': 0.11280913458983499}), (, {'error': 0.16806293202068456}), (, {'error': 7.54162607247963}), (, {'error': 1.1218859144172484}), (, {'error': 0.01641311366397158}), (, {'error': 0.15850956681106076}), (, {'error': 0.16809858154300528}), (, {'error': 0.1259951311383633})]) +Toy 6/10 +Time taken: 8 h, 22 min +Projected time left: 5 h, 35 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.206E+05 | Ncalls=1325 (1325 total) | +| EDM = 4.47E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -720606.3502517963 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 0.29 | 0.37 | | |0.0253049| 2.0747 | | +| 1 | omega_p | 6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.15 | 0.11 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 7.2 | 1.0 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 3.793 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.29 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | phi_s | 16.5 | 0.9 | | | 14.8182 | 23.5818 | | +| 7 | p4040_s | 1.10 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.03 | 0.06 | | | -1.464 | 1.464 | | +| 9 | rho_p | 6.3 | 0.9 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | 5.90 | 0.20 | | |-6.28319 | 6.28319 | | +| 12| p3770_p | -2.21 | 0.12 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 3.86 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 15| psi2s_s | 1365.2 | 2.8 | | | 1358.64 | 1433.36 | | +| 16| jpsi_p | -4.814 | 0.017 | | |-6.28319 | 6.28319 | | +| 17| p4415_p | -2.08 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 1.99 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| Ctt | -0.007 | 0.148 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s omega_p p4160_p omega_s psi2s_p p3770_s phi_s p4040_s Dbar_s rho_p p4415_s phi_p p3770_p p4040_p jpsi_s psi2s_s jpsi_p p4415_p p4160_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.062 0.027 -0.616 0.051 -0.044 0.170 -0.050 -0.055 -0.522 -0.021 0.094 0.032 0.000 0.114 -0.110 -0.102 0.022 -0.031 0.001 | +| omega_p | 0.062 1.000 0.002 -0.235 0.004 -0.001 -0.002 -0.001 -0.002 -0.049 0.000 0.002 0.002 0.001 0.002 -0.002 0.002 0.001 -0.000 0.000 | +| p4160_p | 0.027 0.002 1.000 -0.018 0.202 -0.105 -0.005 -0.517 -0.184 -0.027 0.049 -0.005 0.256 0.149 0.020 -0.017 -0.016 0.287 -0.145 -0.465 | +| omega_s | -0.616 -0.235 -0.018 1.000 -0.027 0.025 -0.102 0.030 0.029 0.243 0.015 -0.081 -0.019 -0.001 -0.084 0.080 0.052 -0.015 0.020 0.005 | +| psi2s_p | 0.051 0.004 0.202 -0.027 1.000 -0.227 0.009 -0.358 -0.595 -0.028 -0.306 -0.003 0.397 -0.017 -0.152 0.122 -0.032 0.071 -0.319 -0.416 | +| p3770_s | -0.044 -0.001 -0.105 0.025 -0.227 1.000 -0.010 0.197 0.260 0.030 0.096 -0.008 -0.209 -0.079 0.040 -0.033 -0.069 -0.028 0.095 0.134 | +| phi_s | 0.170 -0.002 -0.005 -0.102 0.009 -0.010 1.000 -0.005 -0.018 -0.148 -0.000 0.574 0.002 -0.008 -0.015 0.013 -0.038 -0.003 -0.005 0.014 | +| p4040_s | -0.050 -0.001 -0.517 0.030 -0.358 0.197 -0.005 1.000 0.463 0.042 0.151 -0.005 -0.226 -0.184 0.020 -0.018 -0.063 -0.225 0.074 0.524 | +| Dbar_s | -0.055 -0.002 -0.184 0.029 -0.595 0.260 -0.018 0.463 1.000 0.036 0.496 -0.010 -0.435 0.101 0.195 -0.179 -0.045 0.045 0.511 0.754 | +| rho_p | -0.522 -0.049 -0.027 0.243 -0.028 0.030 -0.148 0.042 0.036 1.000 0.018 -0.073 -0.027 -0.007 -0.099 0.095 0.087 -0.022 0.023 0.014 | +| p4415_s | -0.021 0.000 0.049 0.015 -0.306 0.096 -0.000 0.151 0.496 0.018 1.000 -0.005 -0.204 0.117 -0.011 0.009 -0.130 -0.121 0.309 0.406 | +| phi_p | 0.094 0.002 -0.005 -0.081 -0.003 -0.008 0.574 -0.005 -0.010 -0.073 -0.005 1.000 -0.002 -0.010 0.024 -0.023 -0.038 -0.003 -0.007 0.008 | +| p3770_p | 0.032 0.002 0.256 -0.019 0.397 -0.209 0.002 -0.226 -0.435 -0.027 -0.204 -0.002 1.000 0.182 -0.036 0.018 -0.065 0.126 -0.148 -0.543 | +| p4040_p | 0.000 0.001 0.149 -0.001 -0.017 -0.079 -0.008 -0.184 0.101 -0.007 0.117 -0.010 0.182 1.000 0.038 -0.036 -0.139 0.136 0.385 -0.241 | +| jpsi_s | 0.114 0.002 0.020 -0.084 -0.152 0.040 -0.015 0.020 0.195 -0.099 -0.011 0.024 -0.036 0.038 1.000 -0.917 0.086 0.013 0.013 -0.052 | +| psi2s_s | -0.110 -0.002 -0.017 0.080 0.122 -0.033 0.013 -0.018 -0.179 0.095 0.009 -0.023 0.018 -0.036 -0.917 1.000 -0.079 -0.010 -0.013 0.040 | +| jpsi_p | -0.102 0.002 -0.016 0.052 -0.032 -0.069 -0.038 -0.063 -0.045 0.087 -0.130 -0.038 -0.065 -0.139 0.086 -0.079 1.000 -0.006 -0.148 -0.076 | +| p4415_p | 0.022 0.001 0.287 -0.015 0.071 -0.028 -0.003 -0.225 0.045 -0.022 -0.121 -0.003 0.126 0.136 0.013 -0.010 -0.006 1.000 -0.199 -0.227 | +| p4160_s | -0.031 -0.000 -0.145 0.020 -0.319 0.095 -0.005 0.074 0.511 0.023 0.309 -0.007 -0.148 0.385 0.013 -0.013 -0.148 -0.199 1.000 0.352 | +| Ctt | 0.001 0.000 -0.465 0.005 -0.416 0.134 0.014 0.524 0.754 0.014 0.406 0.008 -0.543 -0.241 -0.052 0.040 -0.076 -0.227 0.352 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.3719051496764333}), (, {'error': 0.11866239456847705}), (, {'error': 0.1054710494952742}), (, {'error': 0.964145342642933}), (, {'error': 0.028791204977610896}), (, {'error': 0.19356090643175006}), (, {'error': 0.922499604322498}), (, {'error': 0.1694970206552171}), (, {'error': 0.060358633724033606}), (, {'error': 0.8888645010659273}), (, {'error': 0.17727805246222206}), (, {'error': 0.1966918598378209}), (, {'error': 0.1186519140859954}), (, {'error': 0.16552293267883478}), (, {'error': 42.04741135727454}), (, {'error': 2.7891993737836174}), (, {'error': 0.01669361575050443}), (, {'error': 0.15793656459217642}), (, {'error': 0.1680218303702653}), (, {'error': 0.147781336224813})]) +Toy 7/10 +Time taken: 10 h, 17 min +Projected time left: 4 h, 24 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.194E+05 | Ncalls=534 (545 total) | +| EDM = 2.05E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -719391.0717843674 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 0.356 | 0.002 | | |0.0253049| 2.0747 | | +| 1 | omega_p | -0.628E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -5.911 | 0.020 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 8.380 | 0.006 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 1.83 | 0.06 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 1.638 | 0.008 | | |0.918861 | 4.08114 | | +| 6 | phi_s | 19.168 | 0.013 | | | 14.8182 | 23.5818 | | +| 7 | p4040_s | 1.754 | 0.002 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | -0.048 | 0.014 | | | -1.464 | 1.464 | | +| 9 | rho_p | 0.628E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.487 | 0.002 | | |0.126447 | 2.35355 | | +| 11| phi_p | -4.855 | 0.010 | | |-6.28319 | 6.28319 | | +| 12| p3770_p | 0.4 | 8.2 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -5.39 | 0.06 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.993E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 15| psi2s_s | 1374.07 | 0.08 | | | 1358.64 | 1433.36 | | +| 16| jpsi_p | 1.908 | 0.012 | | |-6.28319 | 6.28319 | | +| 17| p4415_p | 4.513 | 0.012 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 3.151 | 0.003 | | | 0.71676 | 3.68324 | | +| 19| Ctt | 2.587E-1 | 0.030E-1 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s omega_p p4160_p omega_s psi2s_p p3770_s phi_s p4040_s Dbar_s rho_p p4415_s phi_p p3770_p p4040_p jpsi_s psi2s_s jpsi_p p4415_p p4160_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 -0.001 0.043 0.000 -0.045 0.040 -0.000 0.007 0.044 0.000 -0.010 -0.011 -0.045 0.044 0.015 -0.009 -0.044 -0.013 0.011 -0.041 | +| omega_p | -0.001 1.000 -0.023 -0.000 0.024 -0.021 0.000 -0.004 -0.023 -0.000 0.005 0.006 0.024 -0.023 -0.008 0.005 0.023 0.007 -0.006 0.022 | +| p4160_p | 0.043 -0.023 1.000 0.007 -0.953 0.852 -0.007 0.149 0.931 0.009 -0.207 -0.242 -0.954 0.930 0.308 -0.191 -0.932 -0.279 0.226 -0.866 | +| omega_s | 0.000 -0.000 0.007 1.000 -0.008 0.007 -0.000 0.001 0.007 0.000 -0.002 -0.002 -0.008 0.007 0.002 -0.002 -0.007 -0.002 0.002 -0.007 | +| psi2s_p | -0.045 0.024 -0.953 -0.008 1.000 -0.892 0.007 -0.156 -0.975 -0.010 0.216 0.254 0.999 -0.974 -0.323 0.200 0.976 0.292 -0.236 0.907 | +| p3770_s | 0.040 -0.021 0.852 0.007 -0.892 1.000 -0.006 0.139 0.872 0.009 -0.193 -0.227 -0.893 0.871 0.289 -0.179 -0.873 -0.261 0.211 -0.810 | +| phi_s | -0.000 0.000 -0.007 -0.000 0.007 -0.006 1.000 -0.001 -0.007 -0.000 0.002 0.002 0.007 -0.007 -0.002 0.001 0.007 0.002 -0.002 0.007 | +| p4040_s | 0.007 -0.004 0.149 0.001 -0.156 0.139 -0.001 1.000 0.152 0.002 -0.034 -0.040 -0.156 0.153 0.050 -0.031 -0.153 -0.046 0.037 -0.142 | +| Dbar_s | 0.044 -0.023 0.931 0.007 -0.975 0.872 -0.007 0.152 1.000 0.010 -0.211 -0.248 -0.976 0.952 0.315 -0.196 -0.954 -0.285 0.231 -0.886 | +| rho_p | 0.000 -0.000 0.009 0.000 -0.010 0.009 -0.000 0.002 0.010 1.000 -0.002 -0.002 -0.010 0.010 0.003 -0.002 -0.010 -0.003 0.002 -0.009 | +| p4415_s | -0.010 0.005 -0.207 -0.002 0.216 -0.193 0.002 -0.034 -0.211 -0.002 1.000 0.055 0.217 -0.211 -0.070 0.043 0.212 0.064 -0.051 0.197 | +| phi_p | -0.011 0.006 -0.242 -0.002 0.254 -0.227 0.002 -0.040 -0.248 -0.002 0.055 1.000 0.254 -0.248 -0.082 0.051 0.248 0.074 -0.060 0.231 | +| p3770_p | -0.045 0.024 -0.954 -0.008 0.999 -0.893 0.007 -0.156 -0.976 -0.010 0.217 0.254 1.000 -0.976 -0.323 0.201 0.977 0.292 -0.237 0.908 | +| p4040_p | 0.044 -0.023 0.930 0.007 -0.974 0.871 -0.007 0.153 0.952 0.010 -0.211 -0.248 -0.976 1.000 0.315 -0.196 -0.953 -0.285 0.231 -0.885 | +| jpsi_s | 0.015 -0.008 0.308 0.002 -0.323 0.289 -0.002 0.050 0.315 0.003 -0.070 -0.082 -0.323 0.315 1.000 -0.063 -0.316 -0.094 0.076 -0.293 | +| psi2s_s | -0.009 0.005 -0.191 -0.002 0.200 -0.179 0.001 -0.031 -0.196 -0.002 0.043 0.051 0.201 -0.196 -0.063 1.000 0.196 0.059 -0.047 0.182 | +| jpsi_p | -0.044 0.023 -0.932 -0.007 0.976 -0.873 0.007 -0.153 -0.954 -0.010 0.212 0.248 0.977 -0.953 -0.316 0.196 1.000 0.286 -0.231 0.887 | +| p4415_p | -0.013 0.007 -0.279 -0.002 0.292 -0.261 0.002 -0.046 -0.285 -0.003 0.064 0.074 0.292 -0.285 -0.094 0.059 0.286 1.000 -0.069 0.265 | +| p4160_s | 0.011 -0.006 0.226 0.002 -0.236 0.211 -0.002 0.037 0.231 0.002 -0.051 -0.060 -0.237 0.231 0.076 -0.047 -0.231 -0.069 1.000 -0.215 | +| Ctt | -0.041 0.022 -0.866 -0.007 0.907 -0.810 0.007 -0.142 -0.886 -0.009 0.197 0.231 0.908 -0.885 -0.293 0.182 0.887 0.265 -0.215 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.002198274568975339}), (, {'error': 0.000900369923011457}), (, {'error': 0.019987236302105416}), (, {'error': 0.006046919425009456}), (, {'error': 0.05607262302096583}), (, {'error': 0.008462388591491954}), (, {'error': 0.012717980851828514}), (, {'error': 0.002018181462292712}), (, {'error': 0.013703766844600729}), (, {'error': 0.0009120700537668114}), (, {'error': 0.0024646526544854497}), (, {'error': 0.009909063243802585}), (, {'error': 8.223720055469274}), (, {'error': 0.06178891321728708}), (, {'error': 0.2778768067691999}), (, {'error': 0.0808141018239894}), (, {'error': 0.011956416383235968}), (, {'error': 0.0120823984569709}), (, {'error': 0.0034734658421546882}), (, {'error': 0.0029726302972155616})]) +Toy 8/10 +Time taken: 11 h, 19 min +Projected time left: 2 h, 49 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.206E+05 | Ncalls=1096 (1096 total) | +| EDM = 8.64E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -720607.2469585591 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 0.3 | 0.5 | | |0.0253049| 2.0747 | | +| 1 | omega_p | -5.7 | 0.5 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 3.98 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 9.2 | 0.7 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 1.827 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.47 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | phi_s | 16.6 | 1.0 | | | 14.8182 | 23.5818 | | +| 7 | p4040_s | 1.12 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.028 | 0.059 | | | -1.464 | 1.464 | | +| 9 | rho_p | 0.6 | 1.7 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | -0.33 | 0.22 | | |-6.28319 | 6.28319 | | +| 12| p3770_p | -2.97 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.66 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| psi2s_s | 1371.0 | 2.1 | | | 1358.64 | 1433.36 | | +| 16| jpsi_p | -4.629 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| p4415_p | -2.19 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.01 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| Ctt | -0.021 | 0.125 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s omega_p p4160_p omega_s psi2s_p p3770_s phi_s p4040_s Dbar_s rho_p p4415_s phi_p p3770_p p4040_p jpsi_s psi2s_s jpsi_p p4415_p p4160_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.857 0.037 0.094 -0.086 -0.077 0.292 -0.089 -0.123 -0.772 -0.038 0.132 0.051 -0.009 0.141 -0.121 -0.206 0.030 -0.059 0.012 | +| omega_p | 0.857 1.000 0.025 0.214 -0.070 -0.068 0.246 -0.074 -0.110 -0.872 -0.034 0.119 0.041 -0.016 0.122 -0.105 -0.175 0.020 -0.053 0.019 | +| p4160_p | 0.037 0.025 1.000 0.002 -0.142 -0.117 0.002 -0.515 -0.190 -0.021 0.060 -0.003 0.226 0.135 0.011 -0.011 -0.017 0.276 -0.144 -0.453 | +| omega_s | 0.094 0.214 0.002 1.000 -0.010 -0.007 0.026 -0.008 -0.012 -0.090 -0.003 0.002 0.003 -0.002 0.012 -0.010 -0.025 0.002 -0.005 0.002 | +| psi2s_p | -0.086 -0.070 -0.142 -0.010 1.000 -0.212 -0.031 -0.006 0.024 0.059 -0.098 -0.021 -0.338 -0.325 0.046 -0.048 0.116 -0.087 -0.175 0.171 | +| p3770_s | -0.077 -0.068 -0.117 -0.007 -0.212 1.000 -0.025 0.196 0.245 0.066 0.087 -0.014 -0.262 -0.097 0.020 -0.031 0.022 -0.034 0.089 0.118 | +| phi_s | 0.292 0.246 0.002 0.026 -0.031 -0.025 1.000 -0.023 -0.043 -0.206 -0.010 0.650 0.011 -0.011 0.020 -0.016 -0.081 0.002 -0.018 0.015 | +| p4040_s | -0.089 -0.074 -0.515 -0.008 -0.006 0.196 -0.023 1.000 0.478 0.067 0.146 -0.012 -0.223 -0.191 0.014 -0.016 -0.035 -0.216 0.075 0.522 | +| Dbar_s | -0.123 -0.110 -0.190 -0.012 0.024 0.245 -0.043 0.478 1.000 0.109 0.492 -0.025 -0.425 0.096 0.131 -0.119 -0.068 0.049 0.517 0.753 | +| rho_p | -0.772 -0.872 -0.021 -0.090 0.059 0.066 -0.206 0.067 0.109 1.000 0.030 -0.097 -0.040 0.017 -0.101 0.087 0.149 -0.015 0.049 -0.027 | +| p4415_s | -0.038 -0.034 0.060 -0.003 -0.098 0.087 -0.010 0.146 0.492 0.030 1.000 -0.009 -0.193 0.126 -0.007 0.005 -0.138 -0.114 0.307 0.383 | +| phi_p | 0.132 0.119 -0.003 0.002 -0.021 -0.014 0.650 -0.012 -0.025 -0.097 -0.009 1.000 0.002 -0.013 0.028 -0.024 -0.062 -0.002 -0.014 0.010 | +| p3770_p | 0.051 0.041 0.226 0.003 -0.338 -0.262 0.011 -0.223 -0.425 -0.040 -0.193 0.002 1.000 0.148 -0.027 0.021 -0.047 0.103 -0.154 -0.495 | +| p4040_p | -0.009 -0.016 0.135 -0.002 -0.325 -0.097 -0.011 -0.191 0.096 0.017 0.126 -0.013 0.148 1.000 0.021 -0.021 -0.131 0.126 0.393 -0.240 | +| jpsi_s | 0.141 0.122 0.011 0.012 0.046 0.020 0.020 0.014 0.131 -0.101 -0.007 0.028 -0.027 0.021 1.000 -0.854 0.034 0.009 0.008 -0.034 | +| psi2s_s | -0.121 -0.105 -0.011 -0.010 -0.048 -0.031 -0.016 -0.016 -0.119 0.087 0.005 -0.024 0.021 -0.021 -0.854 1.000 -0.026 -0.010 -0.009 0.035 | +| jpsi_p | -0.206 -0.175 -0.017 -0.025 0.116 0.022 -0.081 -0.035 -0.068 0.149 -0.138 -0.062 -0.047 -0.131 0.034 -0.026 1.000 -0.015 -0.143 -0.135 | +| p4415_p | 0.030 0.020 0.276 0.002 -0.087 -0.034 0.002 -0.216 0.049 -0.015 -0.114 -0.002 0.103 0.126 0.009 -0.010 -0.015 1.000 -0.192 -0.216 | +| p4160_s | -0.059 -0.053 -0.144 -0.005 -0.175 0.089 -0.018 0.075 0.517 0.049 0.307 -0.014 -0.154 0.393 0.008 -0.009 -0.143 -0.192 1.000 0.338 | +| Ctt | 0.012 0.019 -0.453 0.002 0.171 0.118 0.015 0.522 0.753 -0.027 0.383 0.010 -0.495 -0.240 -0.034 0.035 -0.135 -0.216 0.338 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.5323186060726581}), (, {'error': 0.46524345256163047}), (, {'error': 0.10457045362456885}), (, {'error': 0.6522527187639633}), (, {'error': 0.02927375485689332}), (, {'error': 0.21010918271565138}), (, {'error': 1.0186379206650775}), (, {'error': 0.17495968644564736}), (, {'error': 0.05883714267845219}), (, {'error': 1.661272822477304}), (, {'error': 0.17704258891131996}), (, {'error': 0.2174162897850791}), (, {'error': 0.11230584846577063}), (, {'error': 0.16583620940132504}), (, {'error': 22.975681881350283}), (, {'error': 2.1467777028739192}), (, {'error': 0.01634349398830004}), (, {'error': 0.157911672803428}), (, {'error': 0.1708927532158191}), (, {'error': 0.1250611408762471})]) +Toy 9/10 +Time taken: 12 h, 57 min +Projected time left: 1 h, 26 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.206E+05 | Ncalls=1370 (1370 total) | +| EDM = 0.0318 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -720606.3656689338 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 0.4 | 0.4 | | |0.0253049| 2.0747 | | +| 1 | omega_p | 6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.30 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 7.3 | 1.0 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -4.455 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.47 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | phi_s | 16.6 | 1.0 | | | 14.8182 | 23.5818 | | +| 7 | p4040_s | 1.12 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.029 | 0.058 | | | -1.464 | 1.464 | | +| 9 | rho_p | 0.6 | 0.9 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | -0.32 | 0.21 | | |-6.28319 | 6.28319 | | +| 12| p3770_p | -2.97 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.66 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| psi2s_s | 1370.8 | 1.2 | | | 1358.64 | 1433.36 | | +| 16| jpsi_p | 1.656 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| p4415_p | 4.10 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.01 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| Ctt | -0.023 | 0.125 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s omega_p p4160_p omega_s psi2s_p p3770_s phi_s p4040_s Dbar_s rho_p p4415_s phi_p p3770_p p4040_p jpsi_s psi2s_s jpsi_p p4415_p p4160_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.051 0.032 -0.519 -0.057 -0.050 0.197 -0.062 -0.088 -0.468 -0.024 0.109 0.039 0.000 -0.019 -0.007 -0.123 0.024 -0.037 0.001 | +| omega_p | 0.051 1.000 0.002 -0.175 0.000 -0.001 -0.002 -0.001 -0.001 -0.023 0.000 0.001 0.002 0.001 -0.000 -0.000 0.002 0.001 -0.000 -0.000 | +| p4160_p | 0.032 0.002 1.000 -0.011 -0.143 -0.113 -0.002 -0.517 -0.190 -0.004 0.067 -0.005 0.225 0.137 -0.002 -0.003 -0.015 0.276 -0.142 -0.455 | +| omega_s | -0.519 -0.175 -0.011 1.000 0.019 0.027 -0.088 0.030 0.051 0.678 0.014 -0.084 -0.020 0.007 0.010 0.003 0.043 -0.008 0.022 -0.009 | +| psi2s_p | -0.057 0.000 -0.143 0.019 1.000 -0.225 -0.016 -0.012 0.009 0.009 -0.102 -0.016 -0.341 -0.329 -0.011 -0.020 0.105 -0.089 -0.181 0.178 | +| p3770_s | -0.050 -0.001 -0.113 0.027 -0.225 1.000 -0.011 0.190 0.234 0.028 0.083 -0.009 -0.246 -0.095 -0.005 -0.027 0.009 -0.030 0.085 0.113 | +| phi_s | 0.197 -0.002 -0.002 -0.088 -0.016 -0.011 1.000 -0.009 -0.021 -0.048 -0.004 0.627 0.003 -0.007 0.001 0.001 -0.044 -0.001 -0.008 0.010 | +| p4040_s | -0.062 -0.001 -0.517 0.030 -0.012 0.190 -0.009 1.000 0.475 0.024 0.139 -0.007 -0.218 -0.192 -0.004 -0.008 -0.048 -0.212 0.070 0.525 | +| Dbar_s | -0.088 -0.001 -0.190 0.051 0.009 0.234 -0.021 0.475 1.000 0.053 0.497 -0.020 -0.420 0.095 -0.029 -0.021 -0.096 0.062 0.518 0.770 | +| rho_p | -0.468 -0.023 -0.004 0.678 0.009 0.028 -0.048 0.024 0.053 1.000 0.010 -0.049 -0.018 0.011 0.005 0.000 0.026 -0.001 0.020 -0.023 | +| p4415_s | -0.024 0.000 0.067 0.014 -0.102 0.083 -0.004 0.139 0.497 0.010 1.000 -0.007 -0.189 0.128 0.001 -0.001 -0.145 -0.094 0.302 0.378 | +| phi_p | 0.109 0.001 -0.005 -0.084 -0.016 -0.009 0.627 -0.007 -0.020 -0.049 -0.007 1.000 -0.000 -0.012 -0.004 -0.001 -0.047 -0.004 -0.011 0.009 | +| p3770_p | 0.039 0.002 0.225 -0.020 -0.341 -0.246 0.003 -0.218 -0.420 -0.018 -0.189 -0.000 1.000 0.148 0.006 -0.002 -0.040 0.098 -0.149 -0.497 | +| p4040_p | 0.000 0.001 0.137 0.007 -0.329 -0.095 -0.007 -0.192 0.095 0.011 0.128 -0.012 0.148 1.000 -0.005 -0.007 -0.137 0.129 0.394 -0.239 | +| jpsi_s | -0.019 -0.000 -0.002 0.010 -0.011 -0.005 0.001 -0.004 -0.029 0.005 0.001 -0.004 0.006 -0.005 1.000 0.315 -0.011 -0.002 -0.003 0.007 | +| psi2s_s | -0.007 -0.000 -0.003 0.003 -0.020 -0.027 0.001 -0.008 -0.021 0.000 -0.001 -0.001 -0.002 -0.007 0.315 1.000 0.001 -0.003 -0.006 0.013 | +| jpsi_p | -0.123 0.002 -0.015 0.043 0.105 0.009 -0.044 -0.048 -0.096 0.026 -0.145 -0.047 -0.040 -0.137 -0.011 0.001 1.000 -0.016 -0.154 -0.132 | +| p4415_p | 0.024 0.001 0.276 -0.008 -0.089 -0.030 -0.001 -0.212 0.062 -0.001 -0.094 -0.004 0.098 0.129 -0.002 -0.003 -0.016 1.000 -0.182 -0.207 | +| p4160_s | -0.037 -0.000 -0.142 0.022 -0.181 0.085 -0.008 0.070 0.518 0.020 0.302 -0.011 -0.149 0.394 -0.003 -0.006 -0.154 -0.182 1.000 0.337 | +| Ctt | 0.001 -0.000 -0.455 -0.009 0.178 0.113 0.010 0.525 0.770 -0.023 0.378 0.009 -0.497 -0.239 0.007 0.013 -0.132 -0.207 0.337 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.35794480944839924}), (, {'error': 0.10884698638115164}), (, {'error': 0.10498760284003694}), (, {'error': 1.0460021542015943}), (, {'error': 0.029315088326427485}), (, {'error': 0.2089696923938411}), (, {'error': 0.9691532968486243}), (, {'error': 0.1746645808015056}), (, {'error': 0.05794461302577558}), (, {'error': 0.9366975285289083}), (, {'error': 0.17645226906875588}), (, {'error': 0.2098570390842971}), (, {'error': 0.11190480451430584}), (, {'error': 0.1658922996789789}), (, {'error': 7.069835559450439}), (, {'error': 1.1759421894875004}), (, {'error': 0.016094294586980418}), (, {'error': 0.15705185824008172}), (, {'error': 0.17043606099848285}), (, {'error': 0.12489477368444157})]) +Toy 10/10 +Time taken: 14 h, 55 min +Projected time left: +Mean Ctt value = -2.798064317954263e-05 +Mean Ctt error = 0.10421783905668822 +Simulation ended diff --git a/prelim_results/slurm-2213907.out b/prelim_results/slurm-2213907.out new file mode 100644 index 0000000..633bb38 --- /dev/null +++ b/prelim_results/slurm-2213907.out @@ -0,0 +1,9235 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.996624: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.004629: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.004860: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x56395387d560 executing computations on platform Host. Devices: +2019-07-07 14:45:24.004893: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:37.054527: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x563953909600 executing computations on platform CUDA. Devices: +2019-07-07 14:45:37.054645: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:37.066324: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:86:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:37.066455: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:37.217281: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:37.217381: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:37.217405: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:37.220530: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10801 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:86:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -706870.5563844 Edm = 17.622 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -706870.5563844 Edm = 17.622 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710928.3234969 Edm = 4.19087 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711759.0443715 Edm = 281.284 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -712323.5116414 Edm = 2.49695 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -712326.6675467 Edm = 0.116005 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -712327.75722 Edm = 1.02501 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -712350.0220007 Edm = 0.456928 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -712350.521487 Edm = 0.00496201 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -712350.6906078 Edm = 0.167827 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -712359.5591679 Edm = 0.124483 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -712392.970754 Edm = 0.900822 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -712394.1035008 Edm = 0.0251453 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -712394.1337339 Edm = 0.00330906 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -712394.2891548 Edm = 0.132685 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -712420.0750923 Edm = 9.97006 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -712439.0219782 Edm = 4.10268 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -712441.2341699 Edm = 0.233687 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -712441.5599816 Edm = 0.0105532 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -712441.587779 Edm = 0.0148908 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -712453.3486345 Edm = 10.1904 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -712527.3971029 Edm = 11.3093 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -712538.6803948 Edm = 0.681348 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -712540.4367468 Edm = 0.312479 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -712541.0002428 Edm = 0.218767 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -712541.2217583 Edm = 0.0210528 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -712541.2513439 Edm = 0.00600814 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -712542.831028 Edm = 1.15026 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -712555.9392536 Edm = 10.1928 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -712589.1097478 Edm = 50.2338 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -712688.617163 Edm = 20.4229 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -712756.1952654 Edm = 28.574 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -712763.4887902 Edm = 18.5451 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -712775.046901 Edm = 7.39387 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -712788.3481312 Edm = 10.0052 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -712807.5797728 Edm = 27.7305 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -712922.340571 Edm = 28.8769 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -712934.8893537 Edm = 23.8937 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -712962.8164852 Edm = 6.57036 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -712969.0694942 Edm = 2.94738 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -712971.3092311 Edm = 0.266762 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -712971.6638517 Edm = 0.0803092 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -712971.8044711 Edm = 0.0598741 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -712971.9856178 Edm = 0.120831 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -712972.5358639 Edm = 0.244491 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -712973.2943857 Edm = 0.846544 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -713077.5802831 Edm = 80.9666 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -713091.0068086 Edm = 39.4211 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -713156.2827377 Edm = 38.7314 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -713181.4291047 Edm = 14.0131 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -713219.846847 Edm = 12.2343 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -713233.7396331 Edm = 24.0119 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -713261.0684443 Edm = 14.9594 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -713285.9022092 Edm = 18.069 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -713305.6298702 Edm = 15.7067 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -713339.174459 Edm = 98.3034 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -713371.7319314 Edm = 27.6823 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -713412.2698945 Edm = 10.5667 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -713420.8537037 Edm = 0.890065 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -713422.3909947 Edm = 0.347013 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -713423.8968792 Edm = 0.230622 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -713424.2098129 Edm = 0.0607653 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -713424.268409 Edm = 0.0225225 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -713424.3159912 Edm = 0.00544331 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -713424.3249832 Edm = 0.00340992 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -713424.3897015 Edm = 0.0465629 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -713425.8051351 Edm = 2.19362 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -713429.1713341 Edm = 9.45635 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -713432.2343949 Edm = 13.743 NCalls = 224 +VariableMetric: Iteration # 68 - FCN = -713445.2587684 Edm = 3.71707 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -713451.949883 Edm = 1.47904 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -713455.0428378 Edm = 11.7929 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -713457.8943487 Edm = 1.53077 NCalls = 234 +VariableMetric: Iteration # 72 - FCN = -713458.530274 Edm = 45.9656 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -713460.2789684 Edm = 0.578628 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -713462.6844091 Edm = 1.00765 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -713465.7560145 Edm = 0.573126 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -713467.8446153 Edm = 1.38174 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -713474.9642529 Edm = 3.64215 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -713482.9151222 Edm = 2.30969 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -713486.2278258 Edm = 0.739693 NCalls = 253 +VariableMetric: Iteration # 80 - FCN = -713487.205256 Edm = 0.358748 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -713487.8834453 Edm = 0.396416 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -713488.5906276 Edm = 0.1495 NCalls = 260 +VariableMetric: Iteration # 83 - FCN = -713488.9289492 Edm = 0.157711 NCalls = 262 +VariableMetric: Iteration # 84 - FCN = -713490.5583353 Edm = 1.48768 NCalls = 265 +VariableMetric: Iteration # 85 - FCN = -713499.9994126 Edm = 1.7712 NCalls = 269 +VariableMetric: Iteration # 86 - FCN = -713503.0649158 Edm = 0.849432 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -713504.6074555 Edm = 0.401347 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -713505.4185825 Edm = 0.235838 NCalls = 279 +VariableMetric: Iteration # 89 - FCN = -713506.3428003 Edm = 0.985982 NCalls = 283 +VariableMetric: Iteration # 90 - FCN = -713506.8585334 Edm = 0.612804 NCalls = 286 +VariableMetric: Iteration # 91 - FCN = -713507.1417342 Edm = 0.0861422 NCalls = 289 +VariableMetric: Iteration # 92 - FCN = -713507.222598 Edm = 0.00411813 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -713507.2277416 Edm = 0.00190985 NCalls = 293 +VariableMetric: Iteration # 94 - FCN = -713507.2369783 Edm = 0.0104302 NCalls = 296 +VariableMetric: Iteration # 95 - FCN = -713507.4183322 Edm = 0.184196 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -713508.2236895 Edm = 0.720106 NCalls = 309 +VariableMetric: Iteration # 97 - FCN = -713521.2281923 Edm = 9.96146 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -713526.8239467 Edm = 1.02401 NCalls = 318 +VariableMetric: Iteration # 99 - FCN = -713527.8868438 Edm = 0.210571 NCalls = 319 +VariableMetric: Iteration # 100 - FCN = -713528.2138112 Edm = 0.227383 NCalls = 321 +VariableMetric: Iteration # 101 - FCN = -713528.5220051 Edm = 0.0618301 NCalls = 324 +VariableMetric: Iteration # 102 - FCN = -713528.5828636 Edm = 0.00639551 NCalls = 325 +VariableMetric: Iteration # 103 - FCN = -713528.5927456 Edm = 0.00110522 NCalls = 327 +VariableMetric: Iteration # 104 - FCN = -713528.5945476 Edm = 0.000210853 NCalls = 329 +VariableMetric: Iteration # 105 - FCN = -713528.5951488 Edm = 0.000349766 NCalls = 331 +VariableMetric: Iteration # 106 - FCN = -713528.6003153 Edm = 0.0042921 NCalls = 334 +VariableMetric: Iteration # 107 - FCN = -713528.7557789 Edm = 0.135923 NCalls = 338 +VariableMetric: Iteration # 108 - FCN = -713542.3366943 Edm = 6.16166 NCalls = 345 +VariableMetric: Iteration # 109 - FCN = -713544.8976726 Edm = 2.80904 NCalls = 347 +VariableMetric: Iteration # 110 - FCN = -713548.4138 Edm = 0.473931 NCalls = 349 +VariableMetric: Iteration # 111 - FCN = -713548.7985575 Edm = 0.0450245 NCalls = 351 +VariableMetric: Iteration # 112 - FCN = -713548.8308711 Edm = 0.00385706 NCalls = 353 +VariableMetric: Iteration # 113 - FCN = -713548.8335616 Edm = 0.00157592 NCalls = 355 +VariableMetric: Iteration # 114 - FCN = -713548.8347416 Edm = 0.000557261 NCalls = 357 +VariableMetric: Iteration # 115 - FCN = -713548.8363103 Edm = 0.00131558 NCalls = 359 +VariableMetric: Iteration # 116 - FCN = -713548.8640466 Edm = 0.0241178 NCalls = 364 +VariableMetric: Iteration # 117 - FCN = -713551.0419955 Edm = 1.4784 NCalls = 369 +VariableMetric: Iteration # 118 - FCN = -713556.8069115 Edm = 0.766394 NCalls = 372 +VariableMetric: Iteration # 119 - FCN = -713558.3272316 Edm = 0.0869935 NCalls = 377 +VariableMetric: Iteration # 120 - FCN = -713558.4161431 Edm = 0.0210145 NCalls = 378 +VariableMetric: Iteration # 121 - FCN = -713558.4273865 Edm = 0.00198125 NCalls = 380 +VariableMetric: Iteration # 122 - FCN = -713558.4296433 Edm = 0.000150597 NCalls = 382 +VariableMetric: Iteration # 123 - FCN = -713558.4298851 Edm = 9.21211e-05 NCalls = 384 +VariableMetric: Iteration # 124 - FCN = -713558.4326343 Edm = 0.0027817 NCalls = 389 +VariableMetric: Iteration # 125 - FCN = -713558.5186774 Edm = 0.0282873 NCalls = 396 +VariableMetric: Iteration # 126 - FCN = -713558.5538917 Edm = 6.85043e-05 NCalls = 397 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707035.3619774 Edm = 8.19987 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707035.3619774 Edm = 8.19987 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710758.3402469 Edm = 58.5672 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -710895.6352909 Edm = 130.523 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -712922.7242433 Edm = 170.429 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -713017.3878848 Edm = 7.96023 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -713023.0782075 Edm = 0.143363 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -713023.3453049 Edm = 0.206002 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -713067.8993692 Edm = 2.05231 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -713069.9167387 Edm = 0.0240306 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -713071.0848907 Edm = 1.1965 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -713108.4066322 Edm = 6.64502 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -713155.4779746 Edm = 11.8784 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -713176.7460837 Edm = 1.40693 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -713178.2303602 Edm = 0.174609 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -713178.5486763 Edm = 0.0875254 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -713178.9920418 Edm = 0.133347 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -713214.0929667 Edm = 32.3057 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -713214.0929667 Edm = 32.3057 NCalls = 78 +VariableMetric: After Hessian - FCN = -713214.0929667 Edm = 5.79853e+06 NCalls = 429 +VariableMetric: Iteration # 18 - FCN = -713214.0929667 Edm = 5.79853e+06 NCalls = 429 +VariableMetric: Iteration # 19 - FCN = -713214.0929667 Edm = 5.79853e+06 NCalls = 440 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712007.8994094 Edm = 0.335545 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712007.8994094 Edm = 0.335545 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712102.9581931 Edm = 0.0707567 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -712103.4449951 Edm = 0.404759 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -712141.6089388 Edm = 0.174822 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -712141.981867 Edm = 0.200058 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -712224.6483652 Edm = 40.1429 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -712312.0348307 Edm = 2.88671 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -712315.1812283 Edm = 1.45502 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -712316.4298478 Edm = 0.0659619 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -712316.6553394 Edm = 0.171223 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -712347.7172742 Edm = 33.4901 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -712349.6549719 Edm = 2.85872 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -712374.4355806 Edm = 13.4554 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -712421.309695 Edm = 0.570699 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -712421.9691299 Edm = 0.0190364 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -712422.1737331 Edm = 0.179462 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -712449.2203349 Edm = 14.9378 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -712482.8554803 Edm = 15.1279 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -712493.8985161 Edm = 0.590098 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -712494.7029896 Edm = 0.0100078 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -712494.719778 Edm = 0.00607648 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -712495.1274234 Edm = 0.467151 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -712498.9241956 Edm = 3.67956 NCalls = 88 +VariableMetric: Iteration # 23 - FCN = -712569.1421175 Edm = 7.9676 NCalls = 92 +VariableMetric: Iteration # 24 - FCN = -712577.143125 Edm = 0.672506 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -712579.1983388 Edm = 2.23097 NCalls = 99 +VariableMetric: Iteration # 26 - FCN = -712583.1638793 Edm = 11.3024 NCalls = 104 +VariableMetric: Iteration # 27 - FCN = -712585.4363187 Edm = 10.6342 NCalls = 108 +VariableMetric: Iteration # 28 - FCN = -712595.5472654 Edm = 11.963 NCalls = 113 +VariableMetric: Iteration # 29 - FCN = -712610.0616081 Edm = 5.6231 NCalls = 117 +VariableMetric: Iteration # 30 - FCN = -712617.7653675 Edm = 0.0876331 NCalls = 119 +VariableMetric: Iteration # 31 - FCN = -712617.8552347 Edm = 0.00438426 NCalls = 121 +VariableMetric: Iteration # 32 - FCN = -712617.8929356 Edm = 0.0295894 NCalls = 124 +VariableMetric: Iteration # 33 - FCN = -712622.1421523 Edm = 3.65214 NCalls = 130 +VariableMetric: Iteration # 34 - FCN = -712712.3403281 Edm = 36.2274 NCalls = 134 +VariableMetric: Iteration # 35 - FCN = -712761.7663452 Edm = 1.47945 NCalls = 137 +VariableMetric: Iteration # 36 - FCN = -712763.2780506 Edm = 0.377209 NCalls = 139 +VariableMetric: Iteration # 37 - FCN = -712763.737548 Edm = 0.140767 NCalls = 141 +VariableMetric: Iteration # 38 - FCN = -712763.8546667 Edm = 0.0356511 NCalls = 143 +VariableMetric: Iteration # 39 - FCN = -712763.8797441 Edm = 0.00806004 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -712763.8920825 Edm = 0.00494869 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -712763.9547847 Edm = 0.0532984 NCalls = 150 +VariableMetric: Iteration # 42 - FCN = -712765.0665735 Edm = 0.901374 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -712768.1858592 Edm = 18.4499 NCalls = 161 +VariableMetric: Iteration # 44 - FCN = -712770.6776392 Edm = 3.46235 NCalls = 165 +VariableMetric: Iteration # 45 - FCN = -712789.1218686 Edm = 8.34991 NCalls = 170 +VariableMetric: Iteration # 46 - FCN = -712807.2816751 Edm = 1.78462 NCalls = 174 +VariableMetric: Iteration # 47 - FCN = -712809.5466327 Edm = 2.65577 NCalls = 176 +VariableMetric: Iteration # 48 - FCN = -712812.9026467 Edm = 3.61534 NCalls = 178 +VariableMetric: Iteration # 49 - FCN = -712844.0527513 Edm = 7.1825 NCalls = 182 +VariableMetric: Iteration # 50 - FCN = -712851.0444675 Edm = 0.796869 NCalls = 184 +VariableMetric: Iteration # 51 - FCN = -712851.8163598 Edm = 0.0400378 NCalls = 186 +VariableMetric: Iteration # 52 - FCN = -712851.8651286 Edm = 0.00880029 NCalls = 188 +VariableMetric: Iteration # 53 - FCN = -712851.9034612 Edm = 0.0193931 NCalls = 191 +VariableMetric: Iteration # 54 - FCN = -712852.1553051 Edm = 0.199303 NCalls = 194 +VariableMetric: Iteration # 55 - FCN = -712895.8484667 Edm = 85.1078 NCalls = 203 +VariableMetric: Iteration # 56 - FCN = -712929.5576251 Edm = 116.206 NCalls = 212 +VariableMetric: Iteration # 57 - FCN = -712929.7367986 Edm = 1.25298 NCalls = 214 +VariableMetric: Iteration # 58 - FCN = -712931.00721 Edm = 1.77458 NCalls = 216 +VariableMetric: Iteration # 59 - FCN = -712960.5175608 Edm = 67.0597 NCalls = 226 +VariableMetric: Iteration # 60 - FCN = -713012.8976322 Edm = 138.785 NCalls = 233 +VariableMetric: Iteration # 61 - FCN = -713013.339792 Edm = 0.982674 NCalls = 235 +VariableMetric: Iteration # 62 - FCN = -713017.1698156 Edm = 2.3097 NCalls = 239 +VariableMetric: Iteration # 63 - FCN = -713036.4454439 Edm = 17.4756 NCalls = 242 +VariableMetric: Iteration # 64 - FCN = -713096.7841083 Edm = 23.3996 NCalls = 246 +VariableMetric: Iteration # 65 - FCN = -713120.7771803 Edm = 22.577 NCalls = 250 +VariableMetric: Iteration # 66 - FCN = -713147.5863618 Edm = 48.8763 NCalls = 253 +VariableMetric: Iteration # 67 - FCN = -713168.498533 Edm = 34.2362 NCalls = 255 +VariableMetric: Iteration # 68 - FCN = -713235.3012819 Edm = 9.58293 NCalls = 259 +VariableMetric: Iteration # 69 - FCN = -713244.5872879 Edm = 1.96411 NCalls = 261 +VariableMetric: Iteration # 70 - FCN = -713249.3276542 Edm = 3.31598 NCalls = 263 +VariableMetric: Iteration # 71 - FCN = -713261.7055598 Edm = 8.60229 NCalls = 266 +VariableMetric: Iteration # 72 - FCN = -713269.9193443 Edm = 4.88144 NCalls = 267 +VariableMetric: Iteration # 73 - FCN = -713280.1242091 Edm = 6.10752 NCalls = 270 +VariableMetric: Iteration # 74 - FCN = -713291.3744881 Edm = 3.72201 NCalls = 272 +VariableMetric: Iteration # 75 - FCN = -713298.1250364 Edm = 2.12402 NCalls = 274 +VariableMetric: Iteration # 76 - FCN = -713299.4266767 Edm = 1.68735 NCalls = 276 +VariableMetric: Iteration # 77 - FCN = -713301.0911694 Edm = 0.477466 NCalls = 278 +VariableMetric: Iteration # 78 - FCN = -713303.9089454 Edm = 1.85454 NCalls = 281 +VariableMetric: Iteration # 79 - FCN = -713332.7293369 Edm = 8.20958 NCalls = 285 +VariableMetric: Iteration # 80 - FCN = -713347.6223545 Edm = 0.741651 NCalls = 287 +VariableMetric: Iteration # 81 - FCN = -713348.4430702 Edm = 0.221792 NCalls = 289 +VariableMetric: Iteration # 82 - FCN = -713348.9308845 Edm = 0.247274 NCalls = 291 +VariableMetric: Iteration # 83 - FCN = -713350.0560742 Edm = 3.216 NCalls = 293 +VariableMetric: Iteration # 84 - FCN = -713350.3339059 Edm = 0.330051 NCalls = 295 +VariableMetric: Iteration # 85 - FCN = -713351.8154006 Edm = 0.882389 NCalls = 299 +VariableMetric: Iteration # 86 - FCN = -713353.2842189 Edm = 1.42456 NCalls = 302 +VariableMetric: Iteration # 87 - FCN = -713353.7170191 Edm = 0.0484056 NCalls = 304 +VariableMetric: Iteration # 88 - FCN = -713353.7757083 Edm = 0.00359043 NCalls = 306 +VariableMetric: Iteration # 89 - FCN = -713353.8154375 Edm = 0.0346959 NCalls = 309 +VariableMetric: Iteration # 90 - FCN = -713356.290207 Edm = 2.22255 NCalls = 314 +VariableMetric: Iteration # 91 - FCN = -713496.470734 Edm = 28.09 NCalls = 319 +VariableMetric: Iteration # 92 - FCN = -713549.0741485 Edm = 3.65652 NCalls = 322 +VariableMetric: Iteration # 93 - FCN = -713553.5101221 Edm = 0.455201 NCalls = 324 +VariableMetric: Iteration # 94 - FCN = -713553.805214 Edm = 0.0584599 NCalls = 326 +VariableMetric: Iteration # 95 - FCN = -713553.8578157 Edm = 0.0041803 NCalls = 327 +VariableMetric: Iteration # 96 - FCN = -713553.8646559 Edm = 0.00059835 NCalls = 329 +VariableMetric: Iteration # 97 - FCN = -713553.8660608 Edm = 0.000345688 NCalls = 331 +VariableMetric: Iteration # 98 - FCN = -713553.8687045 Edm = 0.00157597 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -713553.8889883 Edm = 0.0170768 NCalls = 337 +VariableMetric: Iteration # 100 - FCN = -713554.4016037 Edm = 0.336809 NCalls = 341 +VariableMetric: Iteration # 101 - FCN = -713558.1469687 Edm = 0.888065 NCalls = 344 +VariableMetric: Iteration # 102 - FCN = -713559.5730717 Edm = 0.0346223 NCalls = 346 +VariableMetric: Iteration # 103 - FCN = -713559.6107884 Edm = 0.000387848 NCalls = 348 +VariableMetric: Iteration # 104 - FCN = -713559.6112189 Edm = 3.41878e-05 NCalls = 350 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711245.5320769 Edm = 1.7176 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711245.5320769 Edm = 1.7176 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711852.8350261 Edm = 0.287196 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711853.892284 Edm = 0.766357 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -712158.325728 Edm = 12.2924 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -712169.2321607 Edm = 0.192383 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -712171.4079485 Edm = 3.21331 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -712235.0384857 Edm = 31.2781 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -712301.7038338 Edm = 1.36904 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -712303.0600296 Edm = 0.0758471 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -712305.2809625 Edm = 2.26397 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -712333.5363323 Edm = 24.4868 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -712639.3214654 Edm = 69.9312 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -712713.8448861 Edm = 4.86103 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -712720.4221366 Edm = 1.24282 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -712721.4455502 Edm = 0.0664528 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -712721.9094251 Edm = 0.392648 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -712796.751737 Edm = 26.7352 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -712831.5073822 Edm = 3.08821 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -712834.3944656 Edm = 0.178785 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -712834.5593114 Edm = 0.0124058 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -712834.8908139 Edm = 0.338656 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -712841.001476 Edm = 4.71786 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -712884.9010016 Edm = 7.96345 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -712890.0268712 Edm = 0.441998 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -712890.4862912 Edm = 0.0355362 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -712890.5797558 Edm = 0.0191093 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -712890.6273689 Edm = 0.0209132 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -712892.098487 Edm = 1.36117 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -712916.1749068 Edm = 8.03041 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -712929.7595818 Edm = 1.20556 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -712930.9535427 Edm = 0.0354422 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -712930.9937844 Edm = 0.00844826 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -712931.1989283 Edm = 0.203366 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -712935.8160706 Edm = 5.1951 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -712935.8411052 Edm = 0.0107499 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -712936.2029156 Edm = 0.439227 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -712941.57235 Edm = 4.46074 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -713006.3759665 Edm = 18.0428 NCalls = 136 +VariableMetric: Iteration # 38 - FCN = -713029.5742559 Edm = 1.88071 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -713033.0044929 Edm = 0.30722 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -713033.3679617 Edm = 0.0431448 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -713033.4071892 Edm = 0.00532169 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -713033.411891 Edm = 0.000847961 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -713033.4158324 Edm = 0.00298882 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -713033.6389204 Edm = 0.192377 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -713045.5912723 Edm = 9.58016 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -713097.052145 Edm = 3.54396 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -713100.2829702 Edm = 0.513713 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -713100.5703737 Edm = 0.0541915 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -713100.6146791 Edm = 0.00627462 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -713100.6244794 Edm = 0.00179148 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -713100.6347615 Edm = 0.00406796 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -713100.6710019 Edm = 0.026627 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -713123.0815832 Edm = 66.7646 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -713123.1270323 Edm = 0.126553 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -713123.6010331 Edm = 0.592104 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -713125.7729534 Edm = 2.42879 NCalls = 197 +VariableMetric: Iteration # 57 - FCN = -713126.5838472 Edm = 0.785757 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -713136.2510287 Edm = 9.2195 NCalls = 208 +VariableMetric: Iteration # 59 - FCN = -713197.2999902 Edm = 6.79066 NCalls = 211 +VariableMetric: Iteration # 60 - FCN = -713208.7194031 Edm = 3.19397 NCalls = 213 +VariableMetric: Iteration # 61 - FCN = -713212.5608556 Edm = 3.19013 NCalls = 215 +VariableMetric: Iteration # 62 - FCN = -713213.7495522 Edm = 0.157551 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -713213.8904851 Edm = 0.0207234 NCalls = 218 +VariableMetric: Iteration # 64 - FCN = -713213.9078662 Edm = 0.00166641 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -713213.9112961 Edm = 0.000869398 NCalls = 221 +VariableMetric: Iteration # 66 - FCN = -713213.9150179 Edm = 0.00141969 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -713213.9243247 Edm = 0.00747926 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -713214.2187287 Edm = 0.297582 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -713217.3881349 Edm = 2.7043 NCalls = 237 +VariableMetric: Iteration # 70 - FCN = -713262.4674497 Edm = 13.939 NCalls = 241 +VariableMetric: Iteration # 71 - FCN = -713281.5058428 Edm = 3.21489 NCalls = 244 +VariableMetric: Iteration # 72 - FCN = -713284.8390629 Edm = 0.552132 NCalls = 245 +VariableMetric: Iteration # 73 - FCN = -713288.4589793 Edm = 2.98932 NCalls = 249 +VariableMetric: Iteration # 74 - FCN = -713288.7818122 Edm = 0.584802 NCalls = 251 +VariableMetric: Iteration # 75 - FCN = -713291.8265354 Edm = 2.73765 NCalls = 255 +VariableMetric: Iteration # 76 - FCN = -713295.8607251 Edm = 1.15847 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -713297.165372 Edm = 0.218662 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -713297.3209135 Edm = 0.0102039 NCalls = 262 +VariableMetric: Iteration # 79 - FCN = -713297.331877 Edm = 0.00111553 NCalls = 264 +VariableMetric: Iteration # 80 - FCN = -713297.3397036 Edm = 0.00666096 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -713297.6612039 Edm = 0.301289 NCalls = 272 +VariableMetric: Iteration # 82 - FCN = -713301.3881592 Edm = 3.44345 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -713329.2703479 Edm = 4.06215 NCalls = 279 +VariableMetric: Iteration # 84 - FCN = -713333.8736449 Edm = 0.440005 NCalls = 281 +VariableMetric: Iteration # 85 - FCN = -713334.4534379 Edm = 0.168448 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -713334.7435969 Edm = 0.0776894 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -713334.8636999 Edm = 0.0220852 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -713334.9039339 Edm = 0.00167358 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -713334.9071947 Edm = 0.000399509 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -713334.908396 Edm = 0.0005578 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -713334.9196118 Edm = 0.0103992 NCalls = 297 +VariableMetric: Iteration # 92 - FCN = -713336.2089571 Edm = 0.994239 NCalls = 302 +VariableMetric: Iteration # 93 - FCN = -713338.5895629 Edm = 3.5716 NCalls = 305 +VariableMetric: Iteration # 94 - FCN = -713342.556828 Edm = 1.00465 NCalls = 307 +VariableMetric: Iteration # 95 - FCN = -713345.1999377 Edm = 0.488662 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -713345.9493232 Edm = 0.203287 NCalls = 312 +VariableMetric: Iteration # 97 - FCN = -713346.2482285 Edm = 0.087259 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -713346.3454504 Edm = 0.00423628 NCalls = 317 +VariableMetric: Iteration # 99 - FCN = -713346.3495817 Edm = 9.75708e-05 NCalls = 318 +VariableMetric: Iteration # 100 - FCN = -713346.3496723 Edm = 8.22915e-06 NCalls = 319 +VariableMetric: After Hessian - FCN = -713346.3496723 Edm = 189.05 NCalls = 684 +VariableMetric: Iteration # 101 - FCN = -713346.3496723 Edm = 189.05 NCalls = 684 +VariableMetric: Iteration # 102 - FCN = -713403.8114879 Edm = 3621.14 NCalls = 688 +VariableMetric: Iteration # 103 - FCN = -713404.5293563 Edm = 57.5054 NCalls = 693 +VariableMetric: Iteration # 104 - FCN = -713406.8198052 Edm = 12.4244 NCalls = 696 +VariableMetric: Iteration # 105 - FCN = -713417.8394726 Edm = 4.62028 NCalls = 698 +VariableMetric: Iteration # 106 - FCN = -713422.2713985 Edm = 1.73824 NCalls = 701 +VariableMetric: Iteration # 107 - FCN = -713422.7833829 Edm = 0.29329 NCalls = 703 +VariableMetric: Iteration # 108 - FCN = -713423.3693413 Edm = 0.07856 NCalls = 706 +VariableMetric: Iteration # 109 - FCN = -713423.4559246 Edm = 0.0615692 NCalls = 707 +VariableMetric: Iteration # 110 - FCN = -713423.5227461 Edm = 0.0303832 NCalls = 709 +VariableMetric: Iteration # 111 - FCN = -713423.6114611 Edm = 0.0387571 NCalls = 714 +VariableMetric: Iteration # 112 - FCN = -713423.6498662 Edm = 0.0126386 NCalls = 716 +VariableMetric: Iteration # 113 - FCN = -713423.6576752 Edm = 0.00223718 NCalls = 718 +VariableMetric: Iteration # 114 - FCN = -713423.6690058 Edm = 0.0141931 NCalls = 721 +VariableMetric: Iteration # 115 - FCN = -713423.8139992 Edm = 0.208806 NCalls = 728 +VariableMetric: Iteration # 116 - FCN = -713423.8171509 Edm = 0.00267399 NCalls = 730 +VariableMetric: Iteration # 117 - FCN = -713423.8196794 Edm = 0.00164078 NCalls = 732 +VariableMetric: Iteration # 118 - FCN = -713423.8340576 Edm = 0.0177246 NCalls = 736 +VariableMetric: Iteration # 119 - FCN = -713423.9654239 Edm = 0.127432 NCalls = 742 +VariableMetric: Iteration # 120 - FCN = -713424.6440715 Edm = 0.492929 NCalls = 751 +VariableMetric: Iteration # 121 - FCN = -713425.3237369 Edm = 0.652694 NCalls = 754 +VariableMetric: Iteration # 122 - FCN = -713425.5009484 Edm = 0.198469 NCalls = 757 +VariableMetric: Iteration # 123 - FCN = -713425.9279544 Edm = 0.419683 NCalls = 761 +VariableMetric: Iteration # 124 - FCN = -713426.5326739 Edm = 0.143524 NCalls = 766 +VariableMetric: Iteration # 125 - FCN = -713426.7790894 Edm = 0.110167 NCalls = 769 +VariableMetric: Iteration # 126 - FCN = -713426.8235235 Edm = 0.0398221 NCalls = 771 +VariableMetric: Iteration # 127 - FCN = -713426.8943723 Edm = 0.0154319 NCalls = 773 +VariableMetric: Iteration # 128 - FCN = -713426.9160001 Edm = 0.00350087 NCalls = 775 +VariableMetric: Iteration # 129 - FCN = -713426.9205776 Edm = 0.00164953 NCalls = 777 +VariableMetric: Iteration # 130 - FCN = -713426.9225632 Edm = 0.000633862 NCalls = 779 +VariableMetric: Iteration # 131 - FCN = -713426.9243129 Edm = 0.000374674 NCalls = 781 +VariableMetric: Iteration # 132 - FCN = -713426.9248673 Edm = 1.63096e-05 NCalls = 783 +VariableMetric: After Hessian - FCN = -713426.9248673 Edm = 2.17209e-05 NCalls = 1156 +VariableMetric: Iteration # 133 - FCN = -713426.9248673 Edm = 2.17209e-05 NCalls = 1156 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709040.6525205 Edm = 0.295583 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709040.6525205 Edm = 0.295583 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710727.5763579 Edm = 213.02 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711752.6186431 Edm = 17.6817 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -711757.0263576 Edm = 0.484837 NCalls = 13 +VariableMetric: Iteration # 4 - FCN = -711924.9913464 Edm = 57.8917 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -712001.3896723 Edm = 1.03635 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -712002.2899578 Edm = 0.0855604 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -712003.9121836 Edm = 1.42426 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -712042.4181282 Edm = 0.198023 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -712042.6402006 Edm = 0.0339082 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -712044.9300432 Edm = 2.17565 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -712146.8445637 Edm = 16.8757 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -712174.3379066 Edm = 3.40414 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -712178.617389 Edm = 0.429956 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -712179.120415 Edm = 0.0411969 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -712179.1880366 Edm = 0.00529605 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -712179.2267294 Edm = 0.0342829 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -712181.0750142 Edm = 1.99161 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -712190.3474465 Edm = 0.213564 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -712213.2355625 Edm = 7.87911 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -712222.0953463 Edm = 0.293412 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -712222.5487878 Edm = 0.0297555 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -712222.6052932 Edm = 0.0117674 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -712222.6691831 Edm = 0.0255901 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -712222.9264358 Edm = 0.197508 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -712243.5519397 Edm = 35.555 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -712296.2244593 Edm = 23.3004 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -712348.785822 Edm = 117.928 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -712389.4759043 Edm = 4.50764 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -712392.6245652 Edm = 0.192075 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -712392.8031797 Edm = 0.00814099 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -712392.8186185 Edm = 0.00943905 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -712395.6455369 Edm = 2.61217 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -712549.7100513 Edm = 27.8637 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -712581.4598934 Edm = 4.47889 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -712606.3117232 Edm = 26.6992 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -712617.5622082 Edm = 16.5542 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -712637.1634287 Edm = 9.71884 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -712642.3885322 Edm = 0.17977 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -712642.5919966 Edm = 0.0414734 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -712642.6689998 Edm = 0.0317524 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -712642.9542262 Edm = 0.244358 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -712650.0120356 Edm = 6.1083 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -712679.7732031 Edm = 5.58253 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -712685.2220662 Edm = 1.04553 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -712686.0814597 Edm = 0.124549 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -712686.2409061 Edm = 0.0554942 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -712686.3125189 Edm = 0.0423179 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -712686.7845183 Edm = 0.330244 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -712691.0507187 Edm = 3.15112 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -712753.9973919 Edm = 64.2288 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -713059.6922956 Edm = 358.872 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -713086.3645866 Edm = 22.0918 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -713144.5547278 Edm = 29.7225 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -713164.8840299 Edm = 11.5926 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -713180.1709226 Edm = 10.7093 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -713192.1914751 Edm = 1.70601 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -713195.2936997 Edm = 0.971565 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -713198.2396067 Edm = 1.74783 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -713243.9628378 Edm = 30.5645 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -713244.1060571 Edm = 0.744499 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -713247.4913121 Edm = 1.17118 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -713274.955322 Edm = 31.2676 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -713278.6421115 Edm = 9.62278 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -713287.7384677 Edm = 3.27707 NCalls = 221 +VariableMetric: Iteration # 65 - FCN = -713301.0264418 Edm = 8.32051 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -713332.9882536 Edm = 25.7361 NCalls = 225 +VariableMetric: Iteration # 67 - FCN = -713410.6986201 Edm = 23.6201 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -713451.5849382 Edm = 14.4444 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -713471.2502175 Edm = 11.7931 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -713481.1304253 Edm = 9.85688 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -713492.9460573 Edm = 7.23899 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -713500.9813874 Edm = 5.32952 NCalls = 240 +VariableMetric: Iteration # 73 - FCN = -713516.8885807 Edm = 4.19816 NCalls = 244 +VariableMetric: Iteration # 74 - FCN = -713520.6594292 Edm = 2.23164 NCalls = 246 +VariableMetric: Iteration # 75 - FCN = -713523.6160856 Edm = 0.465597 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -713524.1712322 Edm = 0.228517 NCalls = 250 +VariableMetric: Iteration # 77 - FCN = -713524.5489554 Edm = 0.0763519 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -713524.6841997 Edm = 0.0038136 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -713524.6898959 Edm = 0.000885517 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -713524.696219 Edm = 0.00559991 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -713524.8915609 Edm = 0.125939 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -713527.2101211 Edm = 2.1315 NCalls = 269 +VariableMetric: Iteration # 83 - FCN = -713550.0478107 Edm = 2.91146 NCalls = 275 +VariableMetric: Iteration # 84 - FCN = -713552.8335272 Edm = 0.137317 NCalls = 277 +VariableMetric: Iteration # 85 - FCN = -713552.9381967 Edm = 0.0165504 NCalls = 279 +VariableMetric: Iteration # 86 - FCN = -713552.9526618 Edm = 0.00155869 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -713552.9553253 Edm = 0.00268052 NCalls = 282 +VariableMetric: Iteration # 88 - FCN = -713552.9650817 Edm = 0.0126295 NCalls = 285 +VariableMetric: Iteration # 89 - FCN = -713553.8069375 Edm = 0.729542 NCalls = 292 +VariableMetric: Iteration # 90 - FCN = -713569.8302259 Edm = 5.58133 NCalls = 297 +VariableMetric: Iteration # 91 - FCN = -713576.1835003 Edm = 1.01126 NCalls = 299 +VariableMetric: Iteration # 92 - FCN = -713577.2167421 Edm = 0.224062 NCalls = 301 +VariableMetric: Iteration # 93 - FCN = -713577.3962185 Edm = 0.0110602 NCalls = 303 +VariableMetric: Iteration # 94 - FCN = -713577.4062024 Edm = 0.000553529 NCalls = 304 +VariableMetric: Iteration # 95 - FCN = -713577.4068489 Edm = 0.000323867 NCalls = 306 +VariableMetric: Iteration # 96 - FCN = -713577.4116267 Edm = 0.00565347 NCalls = 310 +VariableMetric: Iteration # 97 - FCN = -713577.6737042 Edm = 0.108305 NCalls = 317 +VariableMetric: Iteration # 98 - FCN = -713579.0826273 Edm = 0.647059 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -713580.4602919 Edm = 0.0244117 NCalls = 321 +VariableMetric: Iteration # 100 - FCN = -713580.4820893 Edm = 0.000482925 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -713580.4826621 Edm = 4.66658e-05 NCalls = 325 +VariableMetric: After Hessian - FCN = -713580.4826621 Edm = 385.571 NCalls = 686 +VariableMetric: Iteration # 102 - FCN = -713580.4826621 Edm = 385.571 NCalls = 686 +VariableMetric: Iteration # 103 - FCN = -713580.7646668 Edm = 621.406 NCalls = 692 +VariableMetric: Iteration # 104 - FCN = -713586.3340232 Edm = 0.563017 NCalls = 695 +VariableMetric: Iteration # 105 - FCN = -713586.9677672 Edm = 697.589 NCalls = 698 +VariableMetric: Iteration # 106 - FCN = -713587.0632516 Edm = 2773.47 NCalls = 703 +VariableMetric: Iteration # 107 - FCN = -713587.3418276 Edm = 4029.81 NCalls = 707 +VariableMetric: Iteration # 108 - FCN = -713587.4380735 Edm = 389.595 NCalls = 711 +VariableMetric: Iteration # 109 - FCN = -713587.4969225 Edm = 43.1083 NCalls = 715 +VariableMetric: Iteration # 110 - FCN = -713587.5137499 Edm = 14.2976 NCalls = 719 +VariableMetric: Iteration # 111 - FCN = -713587.5761375 Edm = 78.236 NCalls = 722 +VariableMetric: Iteration # 112 - FCN = -713587.6319516 Edm = 42.6385 NCalls = 725 +VariableMetric: Iteration # 113 - FCN = -713587.6772288 Edm = 16.3293 NCalls = 728 +VariableMetric: Iteration # 114 - FCN = -713587.7708849 Edm = 28.5248 NCalls = 731 +VariableMetric: Iteration # 115 - FCN = -713587.8766705 Edm = 9.89359 NCalls = 734 +VariableMetric: Iteration # 116 - FCN = -713588.0445755 Edm = 1.03415 NCalls = 736 +VariableMetric: Iteration # 117 - FCN = -713588.0895438 Edm = 0.957174 NCalls = 738 +VariableMetric: Iteration # 118 - FCN = -713588.1276069 Edm = 0.957127 NCalls = 740 +VariableMetric: Iteration # 119 - FCN = -713588.1867683 Edm = 0.910139 NCalls = 742 +VariableMetric: Iteration # 120 - FCN = -713588.250651 Edm = 2.18858 NCalls = 744 +VariableMetric: Iteration # 121 - FCN = -713588.5238679 Edm = 3.09523 NCalls = 746 +VariableMetric: Iteration # 122 - FCN = -713588.693481 Edm = 0.707945 NCalls = 748 +VariableMetric: Iteration # 123 - FCN = -713588.783713 Edm = 0.209452 NCalls = 750 +VariableMetric: Iteration # 124 - FCN = -713588.8532176 Edm = 0.137791 NCalls = 752 +VariableMetric: Iteration # 125 - FCN = -713588.9220698 Edm = 0.154597 NCalls = 754 +VariableMetric: Iteration # 126 - FCN = -713589.0109301 Edm = 0.029898 NCalls = 757 +VariableMetric: Iteration # 127 - FCN = -713589.044635 Edm = 0.0489257 NCalls = 759 +VariableMetric: Iteration # 128 - FCN = -713589.0636494 Edm = 0.00548453 NCalls = 760 +VariableMetric: Iteration # 129 - FCN = -713589.0710624 Edm = 0.000637843 NCalls = 762 +VariableMetric: Iteration # 130 - FCN = -713589.0719668 Edm = 4.02763e-05 NCalls = 764 +VariableMetric: After Hessian - FCN = -713589.0719668 Edm = 8.48603e-05 NCalls = 1135 +VariableMetric: Iteration # 131 - FCN = -713589.0719668 Edm = 8.48603e-05 NCalls = 1135 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711386.8896848 Edm = 6.89683 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711386.8896848 Edm = 6.89683 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712997.9604272 Edm = 0.070627 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -712998.8865871 Edm = 0.0709205 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -713118.0716418 Edm = 10.7712 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713302.5217543 Edm = 1.75179 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -713305.1993394 Edm = 0.345814 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -713305.5813645 Edm = 0.0746626 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -713334.7543982 Edm = 12.7643 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -713359.0883275 Edm = 0.780741 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -713359.7791403 Edm = 0.0393206 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -713361.8113436 Edm = 1.88176 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -713381.8256599 Edm = 0.649984 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -713382.4681732 Edm = 0.00871965 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -713382.5098641 Edm = 0.0291673 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -713386.0727945 Edm = 4.13797 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -713389.9000422 Edm = 3.94271 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -713430.1386598 Edm = 2.3411 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -713432.153917 Edm = 0.0449618 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -713432.2008503 Edm = 0.0141689 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -713432.3767052 Edm = 0.171877 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -713436.6582915 Edm = 4.34404 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -713455.3232755 Edm = 1.61378 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -713457.1476957 Edm = 0.0373533 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -713457.2140592 Edm = 0.0138928 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -713457.3221718 Edm = 0.0962805 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -713464.3437588 Edm = 6.64773 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -713506.8091601 Edm = 6.93321 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -713508.9128061 Edm = 4.39728 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -713511.8973945 Edm = 0.445157 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -713512.70161 Edm = 0.0578386 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -713512.7900938 Edm = 0.0203344 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -713512.8793538 Edm = 0.0486249 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -713513.276334 Edm = 0.15549 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -713513.7155083 Edm = 0.0230742 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -713513.7394417 Edm = 0.0017667 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -713513.7430163 Edm = 0.00198236 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -713513.7661008 Edm = 0.0199776 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -713515.5078146 Edm = 1.19951 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -713525.0754768 Edm = 4.00024 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -713526.3393296 Edm = 8.39497 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -713530.0006087 Edm = 2.08038 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -713535.2491004 Edm = 2.23225 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -713537.9483552 Edm = 0.303247 NCalls = 136 +VariableMetric: Iteration # 43 - FCN = -713538.1827361 Edm = 0.0125428 NCalls = 138 +VariableMetric: Iteration # 44 - FCN = -713538.1985008 Edm = 0.00224984 NCalls = 140 +VariableMetric: Iteration # 45 - FCN = -713538.2070331 Edm = 0.00670335 NCalls = 142 +VariableMetric: Iteration # 46 - FCN = -713538.2512499 Edm = 0.0526168 NCalls = 146 +VariableMetric: Iteration # 47 - FCN = -713539.2911595 Edm = 0.897743 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -713552.5915982 Edm = 7.03835 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -713559.7789246 Edm = 0.587896 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -713560.3629929 Edm = 0.0702364 NCalls = 159 +VariableMetric: Iteration # 51 - FCN = -713560.4163791 Edm = 0.00347989 NCalls = 161 +VariableMetric: Iteration # 52 - FCN = -713560.4207757 Edm = 0.00189175 NCalls = 163 +VariableMetric: Iteration # 53 - FCN = -713560.4515042 Edm = 0.0262712 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -713563.02852 Edm = 1.62165 NCalls = 172 +VariableMetric: Iteration # 55 - FCN = -713573.8126217 Edm = 0.627688 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -713574.4853583 Edm = 0.0521795 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -713574.5303313 Edm = 0.0054085 NCalls = 180 +VariableMetric: Iteration # 58 - FCN = -713574.5355348 Edm = 0.000267934 NCalls = 182 +VariableMetric: Iteration # 59 - FCN = -713574.5359924 Edm = 0.00021262 NCalls = 184 +VariableMetric: Iteration # 60 - FCN = -713574.5399371 Edm = 0.00379554 NCalls = 188 +VariableMetric: Iteration # 61 - FCN = -713574.6483747 Edm = 0.107921 NCalls = 192 +VariableMetric: Iteration # 62 - FCN = -713576.6514638 Edm = 0.209976 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -713576.8528122 Edm = 0.00675217 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -713576.8588716 Edm = 0.000262387 NCalls = 201 +VariableMetric: Iteration # 65 - FCN = -713576.8592001 Edm = 3.42098e-05 NCalls = 203 +VariableMetric: After Hessian - FCN = -713576.8592001 Edm = 13.2211 NCalls = 564 +VariableMetric: Iteration # 66 - FCN = -713576.8592001 Edm = 13.2211 NCalls = 564 +VariableMetric: Iteration # 67 - FCN = -713583.9452297 Edm = 51.3894 NCalls = 573 +VariableMetric: Iteration # 68 - FCN = -713584.4581337 Edm = 3.79073 NCalls = 576 +VariableMetric: Iteration # 69 - FCN = -713587.6797909 Edm = 1.83407 NCalls = 579 +VariableMetric: Iteration # 70 - FCN = -713588.2331333 Edm = 0.0753165 NCalls = 581 +VariableMetric: Iteration # 71 - FCN = -713588.3854887 Edm = 0.0510694 NCalls = 584 +VariableMetric: Iteration # 72 - FCN = -713588.6642375 Edm = 0.0489816 NCalls = 587 +VariableMetric: Iteration # 73 - FCN = -713588.805397 Edm = 0.0663886 NCalls = 590 +VariableMetric: Iteration # 74 - FCN = -713588.9214232 Edm = 0.0592213 NCalls = 592 +VariableMetric: Iteration # 75 - FCN = -713588.9910965 Edm = 0.0518016 NCalls = 595 +VariableMetric: Iteration # 76 - FCN = -713589.0943601 Edm = 0.042002 NCalls = 597 +VariableMetric: Iteration # 77 - FCN = -713589.1222064 Edm = 0.0130573 NCalls = 599 +VariableMetric: Iteration # 78 - FCN = -713589.141595 Edm = 0.00232197 NCalls = 601 +VariableMetric: Iteration # 79 - FCN = -713589.1473486 Edm = 0.00117786 NCalls = 603 +VariableMetric: Iteration # 80 - FCN = -713589.1490382 Edm = 0.000281234 NCalls = 605 +VariableMetric: Iteration # 81 - FCN = -713589.1495133 Edm = 0.000141717 NCalls = 607 +VariableMetric: Iteration # 82 - FCN = -713589.1497953 Edm = 3.10278e-05 NCalls = 609 +VariableMetric: After Hessian - FCN = -713589.1497953 Edm = 4.24775e-05 NCalls = 982 +VariableMetric: Iteration # 83 - FCN = -713589.1497953 Edm = 4.24775e-05 NCalls = 982 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711513.639527 Edm = 3.96177 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711513.639527 Edm = 3.96177 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712829.9641849 Edm = 0.890217 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712833.6952584 Edm = 3.02922 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -713019.999787 Edm = 0.820816 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713021.2002104 Edm = 0.103204 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -713047.2784481 Edm = 14.8687 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -713094.4681136 Edm = 0.395442 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -713095.1444025 Edm = 0.119807 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -713096.009065 Edm = 0.316302 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -713236.4422208 Edm = 131.742 NCalls = 44 +VariableMetric: Iteration # 10 - FCN = -713305.4334406 Edm = 238.797 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -713410.1731616 Edm = 10.4285 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -713426.6164243 Edm = 7.63078 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -713433.2820187 Edm = 4.78254 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -713465.2349556 Edm = 10.3526 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -713477.0335056 Edm = 0.044261 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -713477.0736938 Edm = 0.00822594 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -713477.144996 Edm = 0.0641619 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -713482.0765175 Edm = 4.82704 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -713525.0786364 Edm = 2.61062 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -713527.8105754 Edm = 0.0528538 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -713527.8736851 Edm = 0.00216725 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -713527.8786867 Edm = 0.0030288 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -713529.0006148 Edm = 1.08428 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -713557.3561044 Edm = 1.02522 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -713558.2987968 Edm = 0.0139844 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -713558.3160325 Edm = 0.00322394 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -713558.3235581 Edm = 0.00542696 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -713558.4386075 Edm = 0.110845 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -713574.6972217 Edm = 3.79617 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -713579.5174692 Edm = 0.0438815 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -713579.5587834 Edm = 0.00327166 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -713579.562318 Edm = 0.000160966 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -713579.5628805 Edm = 0.000404655 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -713579.6615203 Edm = 0.089529 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -713581.5161938 Edm = 0.0868803 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -713581.6067334 Edm = 0.000359817 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -713581.6071608 Edm = 5.19829e-05 NCalls = 129 +VariableMetric: After Hessian - FCN = -713581.6071608 Edm = 25.2995 NCalls = 482 +VariableMetric: Iteration # 38 - FCN = -713581.6071608 Edm = 25.2995 NCalls = 482 +VariableMetric: Iteration # 39 - FCN = -713582.4527469 Edm = 5.69861 NCalls = 489 +VariableMetric: Iteration # 40 - FCN = -713585.7569525 Edm = 0.910279 NCalls = 491 +VariableMetric: Iteration # 41 - FCN = -713586.0085286 Edm = 0.701171 NCalls = 493 +VariableMetric: Iteration # 42 - FCN = -713586.7474353 Edm = 0.318634 NCalls = 496 +VariableMetric: Iteration # 43 - FCN = -713587.4784333 Edm = 0.82231 NCalls = 499 +VariableMetric: Iteration # 44 - FCN = -713588.0945057 Edm = 0.55563 NCalls = 502 +VariableMetric: Iteration # 45 - FCN = -713588.6195457 Edm = 0.170339 NCalls = 507 +VariableMetric: Iteration # 46 - FCN = -713588.9253436 Edm = 0.2057 NCalls = 509 +VariableMetric: Iteration # 47 - FCN = -713589.023598 Edm = 0.113617 NCalls = 510 +VariableMetric: Iteration # 48 - FCN = -713589.1640634 Edm = 0.0438766 NCalls = 513 +VariableMetric: Iteration # 49 - FCN = -713589.244189 Edm = 0.0342562 NCalls = 516 +VariableMetric: Iteration # 50 - FCN = -713589.2770247 Edm = 0.0168585 NCalls = 517 +VariableMetric: Iteration # 51 - FCN = -713589.2986713 Edm = 0.00355477 NCalls = 520 +VariableMetric: Iteration # 52 - FCN = -713589.3033891 Edm = 0.000364958 NCalls = 522 +VariableMetric: Iteration # 53 - FCN = -713589.3038044 Edm = 1.72703e-05 NCalls = 524 +VariableMetric: After Hessian - FCN = -713589.3038044 Edm = 2.42752e-05 NCalls = 893 +VariableMetric: Iteration # 54 - FCN = -713589.3038044 Edm = 2.42752e-05 NCalls = 893 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707983.3389261 Edm = 12.1369 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707983.3389261 Edm = 12.1369 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712596.2345003 Edm = 0.955178 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712602.1412373 Edm = 1.15604 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -712760.4802678 Edm = 24.3677 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -712786.2552292 Edm = 0.693499 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -712791.3006307 Edm = 4.45223 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -712861.3652341 Edm = 0.0881911 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -712861.6380324 Edm = 0.0449438 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -712862.6772368 Edm = 1.16058 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -712932.9706197 Edm = 0.764855 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -713208.9642954 Edm = 22.2203 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -713236.0455602 Edm = 2.28716 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -713238.2649486 Edm = 0.0892724 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -713238.3687594 Edm = 0.00547034 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -713238.4199089 Edm = 0.0410937 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -713246.3944376 Edm = 6.95005 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -713334.8166164 Edm = 4.99901 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -713339.781363 Edm = 0.576079 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -713340.7678614 Edm = 0.00833703 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -713340.7805945 Edm = 0.00224251 NCalls = 64 +VariableMetric: Iteration # 20 - FCN = -713340.8682929 Edm = 0.0844228 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -713362.5812198 Edm = 11.6134 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -713380.133042 Edm = 0.992195 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -713381.1023924 Edm = 0.0458635 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -713381.1522708 Edm = 0.00225723 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -713381.1557297 Edm = 0.00179556 NCalls = 82 +VariableMetric: Iteration # 26 - FCN = -713381.1700587 Edm = 0.014446 NCalls = 85 +VariableMetric: Iteration # 27 - FCN = -713382.4488943 Edm = 0.523789 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -713388.4554463 Edm = 2.33452 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -713392.5691075 Edm = 0.0397372 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -713392.6064091 Edm = 0.00165716 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -713392.6090579 Edm = 0.00156456 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -713392.6251753 Edm = 0.0151996 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -713394.4936753 Edm = 1.59845 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -713407.2168107 Edm = 0.405769 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -713407.5697875 Edm = 0.0192116 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -713407.5858501 Edm = 0.00117399 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -713407.5920684 Edm = 0.00494835 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -713407.894232 Edm = 0.36429 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -713409.5597469 Edm = 1.63222 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -713437.4821213 Edm = 11.1901 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -713445.2060377 Edm = 1.6326 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -713446.4582114 Edm = 0.125369 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -713446.5686063 Edm = 0.00703725 NCalls = 138 +VariableMetric: Iteration # 44 - FCN = -713446.5762436 Edm = 0.000603553 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -713446.5811397 Edm = 0.00408449 NCalls = 142 +VariableMetric: Iteration # 46 - FCN = -713447.2821839 Edm = 0.608939 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -713458.2185552 Edm = 3.6692 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -713462.3996894 Edm = 0.169255 NCalls = 154 +VariableMetric: Iteration # 49 - FCN = -713462.5655356 Edm = 0.00823747 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -713462.5765481 Edm = 0.00114334 NCalls = 157 +VariableMetric: Iteration # 51 - FCN = -713462.5799847 Edm = 0.00176671 NCalls = 159 +VariableMetric: Iteration # 52 - FCN = -713462.5985091 Edm = 0.0172309 NCalls = 162 +VariableMetric: Iteration # 53 - FCN = -713462.872758 Edm = 0.260393 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -713469.4437052 Edm = 4.24133 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -713474.8832855 Edm = 9.27894 NCalls = 178 +VariableMetric: Iteration # 56 - FCN = -713480.4638638 Edm = 3.17469 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -713485.1321098 Edm = 3.19964 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -713489.2424294 Edm = 1.48467 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -713489.9731129 Edm = 0.277317 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -713490.2233399 Edm = 0.00737035 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -713490.2337833 Edm = 0.00134672 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -713490.2373776 Edm = 0.00224988 NCalls = 197 +VariableMetric: Iteration # 63 - FCN = -713490.2789873 Edm = 0.0442495 NCalls = 201 +VariableMetric: Iteration # 64 - FCN = -713492.6906653 Edm = 1.68983 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -713507.411531 Edm = 4.54719 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -713512.8997796 Edm = 1.34102 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -713514.106923 Edm = 0.192705 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -713514.3821992 Edm = 0.0533858 NCalls = 219 +VariableMetric: Iteration # 69 - FCN = -713514.5155944 Edm = 0.085117 NCalls = 222 +VariableMetric: Iteration # 70 - FCN = -713516.0438565 Edm = 6.16012 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -713516.0503463 Edm = 0.0587337 NCalls = 234 +VariableMetric: Iteration # 72 - FCN = -713516.3639945 Edm = 0.420869 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -713519.5478163 Edm = 4.40282 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -713519.605302 Edm = 0.0619143 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -713519.7092641 Edm = 0.140293 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -713522.2456186 Edm = 3.50062 NCalls = 252 +VariableMetric: Iteration # 77 - FCN = -713523.0105909 Edm = 1.45361 NCalls = 257 +VariableMetric: Iteration # 78 - FCN = -713523.3573702 Edm = 0.638335 NCalls = 261 +VariableMetric: Iteration # 79 - FCN = -713526.1248479 Edm = 1.94221 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -713538.4050024 Edm = 4.19885 NCalls = 272 +VariableMetric: Iteration # 81 - FCN = -713543.361115 Edm = 2.14155 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -713544.704975 Edm = 1.01017 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -713546.1063105 Edm = 0.948397 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -713548.1340187 Edm = 0.437527 NCalls = 280 +VariableMetric: Iteration # 85 - FCN = -713549.2277965 Edm = 0.187531 NCalls = 282 +VariableMetric: Iteration # 86 - FCN = -713549.6231192 Edm = 0.183781 NCalls = 284 +VariableMetric: Iteration # 87 - FCN = -713550.4169087 Edm = 0.155397 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -713550.6801624 Edm = 0.0371535 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -713550.7424111 Edm = 0.00418159 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -713550.7460356 Edm = 0.000559825 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -713550.7471348 Edm = 0.000575779 NCalls = 295 +VariableMetric: Iteration # 92 - FCN = -713550.7701029 Edm = 0.0226863 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -713551.6619087 Edm = 0.175194 NCalls = 306 +VariableMetric: Iteration # 94 - FCN = -713554.9298301 Edm = 1.14991 NCalls = 308 +VariableMetric: Iteration # 95 - FCN = -713557.6843871 Edm = 0.0482695 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -713557.7299224 Edm = 0.00323079 NCalls = 312 +VariableMetric: Iteration # 97 - FCN = -713557.7325933 Edm = 0.000393871 NCalls = 314 +VariableMetric: Iteration # 98 - FCN = -713557.734403 Edm = 0.00131506 NCalls = 316 +VariableMetric: Iteration # 99 - FCN = -713557.7973241 Edm = 0.0500371 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -713558.7748502 Edm = 0.909687 NCalls = 324 +VariableMetric: Iteration # 101 - FCN = -713570.5703077 Edm = 4.67891 NCalls = 329 +VariableMetric: Iteration # 102 - FCN = -713577.3310761 Edm = 1.44748 NCalls = 331 +VariableMetric: Iteration # 103 - FCN = -713578.6126169 Edm = 0.118824 NCalls = 333 +VariableMetric: Iteration # 104 - FCN = -713578.7524747 Edm = 0.0175155 NCalls = 335 +VariableMetric: Iteration # 105 - FCN = -713578.7737559 Edm = 0.00271639 NCalls = 337 +VariableMetric: Iteration # 106 - FCN = -713578.7768737 Edm = 0.000384036 NCalls = 339 +VariableMetric: Iteration # 107 - FCN = -713578.7776886 Edm = 0.000477156 NCalls = 341 +VariableMetric: Iteration # 108 - FCN = -713578.7898738 Edm = 0.0109333 NCalls = 346 +VariableMetric: Iteration # 109 - FCN = -713580.0677419 Edm = 0.789196 NCalls = 351 +VariableMetric: Iteration # 110 - FCN = -713582.2562235 Edm = 0.0988177 NCalls = 354 +VariableMetric: Iteration # 111 - FCN = -713582.3418894 Edm = 0.00333386 NCalls = 356 +VariableMetric: Iteration # 112 - FCN = -713582.3454334 Edm = 0.000171527 NCalls = 358 +VariableMetric: Iteration # 113 - FCN = -713582.345661 Edm = 2.85345e-05 NCalls = 360 +VariableMetric: After Hessian - FCN = -713582.345661 Edm = 6.80776 NCalls = 727 +VariableMetric: Iteration # 114 - FCN = -713582.345661 Edm = 6.80776 NCalls = 727 +VariableMetric: Iteration # 115 - FCN = -713582.7305551 Edm = 8.51675 NCalls = 730 +VariableMetric: Iteration # 116 - FCN = -713586.0525854 Edm = 413.063 NCalls = 734 +VariableMetric: Iteration # 117 - FCN = -713586.0827778 Edm = 3409.88 NCalls = 739 +VariableMetric: Iteration # 118 - FCN = -713586.3099585 Edm = 1207.19 NCalls = 743 +VariableMetric: Iteration # 119 - FCN = -713586.3686459 Edm = 521.129 NCalls = 747 +VariableMetric: Iteration # 120 - FCN = -713586.4219774 Edm = 19.1238 NCalls = 751 +VariableMetric: Iteration # 121 - FCN = -713586.4304013 Edm = 8.84184 NCalls = 755 +VariableMetric: Iteration # 122 - FCN = -713586.4622975 Edm = 31.4255 NCalls = 758 +VariableMetric: Iteration # 123 - FCN = -713586.7437981 Edm = 250.802 NCalls = 760 +VariableMetric: Iteration # 124 - FCN = -713586.7495477 Edm = 82.4057 NCalls = 762 +VariableMetric: Iteration # 125 - FCN = -713586.7599197 Edm = 2.05025 NCalls = 765 +VariableMetric: Iteration # 126 - FCN = -713586.8028884 Edm = 34.0238 NCalls = 767 +VariableMetric: Iteration # 127 - FCN = -713586.8334078 Edm = 1.78856 NCalls = 770 +VariableMetric: Iteration # 128 - FCN = -713587.2091485 Edm = 8.44804 NCalls = 772 +VariableMetric: Iteration # 129 - FCN = -713587.4810349 Edm = 1.20931 NCalls = 774 +VariableMetric: Iteration # 130 - FCN = -713587.6669671 Edm = 2.67735 NCalls = 776 +VariableMetric: Iteration # 131 - FCN = -713587.7783064 Edm = 2.14903 NCalls = 778 +VariableMetric: Iteration # 132 - FCN = -713587.8306196 Edm = 0.530071 NCalls = 780 +VariableMetric: Iteration # 133 - FCN = -713587.8745795 Edm = 0.358288 NCalls = 782 +VariableMetric: Iteration # 134 - FCN = -713588.0254053 Edm = 0.327682 NCalls = 784 +VariableMetric: Iteration # 135 - FCN = -713588.0803747 Edm = 0.150092 NCalls = 786 +VariableMetric: Iteration # 136 - FCN = -713588.1795582 Edm = 0.190186 NCalls = 790 +VariableMetric: Iteration # 137 - FCN = -713588.2127308 Edm = 0.123109 NCalls = 792 +VariableMetric: Iteration # 138 - FCN = -713588.2910316 Edm = 0.0592585 NCalls = 794 +VariableMetric: Iteration # 139 - FCN = -713588.3614752 Edm = 0.0155439 NCalls = 797 +VariableMetric: Iteration # 140 - FCN = -713588.3840282 Edm = 0.00504507 NCalls = 799 +VariableMetric: Iteration # 141 - FCN = -713588.3946216 Edm = 0.00111071 NCalls = 802 +VariableMetric: Iteration # 142 - FCN = -713588.395227 Edm = 0.000349568 NCalls = 804 +VariableMetric: Iteration # 143 - FCN = -713588.3955664 Edm = 2.00802e-05 NCalls = 806 +VariableMetric: After Hessian - FCN = -713588.3955664 Edm = 2.19499e-05 NCalls = 1177 +VariableMetric: Iteration # 144 - FCN = -713588.3955664 Edm = 2.19499e-05 NCalls = 1177 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707460.4941998 Edm = 6.12318 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707460.4941998 Edm = 6.12318 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710701.7027268 Edm = 1.74287 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -710713.3114377 Edm = 17.5295 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -711062.3499677 Edm = 88.9441 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -711179.9185263 Edm = 0.879529 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -711180.8547242 Edm = 0.34583 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -711210.3618731 Edm = 22.9822 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -711273.1461844 Edm = 0.154065 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -711273.5050394 Edm = 0.222516 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -711342.7025638 Edm = 50.1705 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -711445.8470376 Edm = 43.1704 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -711483.4103791 Edm = 3.05808 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -711489.7670609 Edm = 0.468418 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -711490.3425167 Edm = 0.0324404 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -711490.4002061 Edm = 0.0294972 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -711491.3270219 Edm = 0.832171 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -711527.5914092 Edm = 3.70107 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -711531.1422071 Edm = 1.21558 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -711532.3827575 Edm = 0.171662 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -711532.6376935 Edm = 0.0393994 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -711533.0932604 Edm = 0.222333 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -711654.2020406 Edm = 61.3992 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -711654.6310855 Edm = 0.662227 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -711656.0233258 Edm = 1.17766 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -711660.0208921 Edm = 1.05192 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -711689.0551589 Edm = 14.795 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -711689.4047795 Edm = 1.20944 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -711699.7355803 Edm = 7.29498 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -711738.6367234 Edm = 1.48605 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -711739.9367226 Edm = 0.667564 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -711741.4721702 Edm = 1.1253 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -711743.9874452 Edm = 3.32549 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -711747.5558062 Edm = 1.17204 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -711748.8222108 Edm = 0.198073 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -711748.9453163 Edm = 0.0460401 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -711749.0364497 Edm = 0.0583848 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -711749.8932401 Edm = 1.76096 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -711751.9533242 Edm = 1.77082 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -711796.1075603 Edm = 1.35232 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -711797.6178816 Edm = 0.0745376 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -711797.7374311 Edm = 0.0223026 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -711797.8217135 Edm = 0.0411427 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -711798.05175 Edm = 0.145303 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -711848.14721 Edm = 64.8076 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -711849.6911155 Edm = 2.1772 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -711850.5538972 Edm = 0.345074 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -711851.8213095 Edm = 0.660432 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -711859.215877 Edm = 5.93015 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -711915.4723875 Edm = 75.0528 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -711945.5013949 Edm = 100.732 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -712096.4665656 Edm = 133.414 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -712147.2764071 Edm = 35.7315 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -712160.4710231 Edm = 4.3141 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -712165.8729319 Edm = 0.727524 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -712167.0331898 Edm = 0.114775 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -712167.4137095 Edm = 0.238756 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -712168.8469296 Edm = 0.12444 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -712169.0567291 Edm = 0.0140599 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -712169.0842442 Edm = 0.0147971 NCalls = 188 +VariableMetric: Iteration # 59 - FCN = -712169.3257732 Edm = 0.234888 NCalls = 192 +VariableMetric: Iteration # 60 - FCN = -712171.0942124 Edm = 1.5851 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -712250.9393732 Edm = 30.9634 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -712314.112088 Edm = 17.2842 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -712338.6435836 Edm = 13.0582 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -712350.6459023 Edm = 4.80508 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -712360.6124745 Edm = 6.87286 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -712363.8232113 Edm = 3.94846 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -712370.5896446 Edm = 1.18579 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -712373.183939 Edm = 0.531331 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -712374.09377 Edm = 0.194289 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -712374.4182129 Edm = 0.172264 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -712374.628376 Edm = 0.0419074 NCalls = 229 +VariableMetric: Iteration # 72 - FCN = -712374.7051884 Edm = 0.00911419 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -712374.7278214 Edm = 0.0100815 NCalls = 233 +VariableMetric: Iteration # 74 - FCN = -712374.8131117 Edm = 0.0786004 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -712376.1439272 Edm = 1.2263 NCalls = 242 +VariableMetric: Iteration # 76 - FCN = -712494.6266606 Edm = 173.357 NCalls = 250 +VariableMetric: Iteration # 77 - FCN = -712546.8134666 Edm = 80.0318 NCalls = 254 +VariableMetric: Iteration # 78 - FCN = -712621.8575027 Edm = 105.672 NCalls = 262 +VariableMetric: Iteration # 79 - FCN = -712932.9856321 Edm = 418.063 NCalls = 272 +VariableMetric: Iteration # 80 - FCN = -712937.8313079 Edm = 10.9621 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -713047.4591055 Edm = 36.3668 NCalls = 282 +VariableMetric: Iteration # 82 - FCN = -713049.9934682 Edm = 20.6203 NCalls = 284 +VariableMetric: Iteration # 83 - FCN = -713079.6117185 Edm = 48.2891 NCalls = 287 +VariableMetric: Iteration # 84 - FCN = -713245.0378166 Edm = 93.5001 NCalls = 292 +VariableMetric: Iteration # 85 - FCN = -713292.5139691 Edm = 72.991 NCalls = 294 +VariableMetric: Iteration # 86 - FCN = -713323.9678796 Edm = 15.8931 NCalls = 296 +VariableMetric: Iteration # 87 - FCN = -713349.1997749 Edm = 19.5462 NCalls = 303 +VariableMetric: Iteration # 88 - FCN = -713369.7654994 Edm = 6.05725 NCalls = 305 +VariableMetric: Iteration # 89 - FCN = -713374.5635854 Edm = 5.57981 NCalls = 307 +VariableMetric: Iteration # 90 - FCN = -713385.5482955 Edm = 8.6207 NCalls = 309 +VariableMetric: Iteration # 91 - FCN = -713401.566646 Edm = 12.3559 NCalls = 312 +VariableMetric: Iteration # 92 - FCN = -713424.1099761 Edm = 6.11604 NCalls = 314 +VariableMetric: Iteration # 93 - FCN = -713439.1469685 Edm = 6.34477 NCalls = 318 +VariableMetric: Iteration # 94 - FCN = -713456.4396495 Edm = 49.4919 NCalls = 321 +VariableMetric: Iteration # 95 - FCN = -713476.5671466 Edm = 17.1204 NCalls = 325 +VariableMetric: Iteration # 96 - FCN = -713485.9753952 Edm = 17.3942 NCalls = 328 +VariableMetric: Iteration # 97 - FCN = -713502.7339133 Edm = 1.75585 NCalls = 330 +VariableMetric: Iteration # 98 - FCN = -713505.5191396 Edm = 0.974155 NCalls = 332 +VariableMetric: Iteration # 99 - FCN = -713506.9416922 Edm = 0.128251 NCalls = 334 +VariableMetric: Iteration # 100 - FCN = -713507.15282 Edm = 0.0698117 NCalls = 336 +VariableMetric: Iteration # 101 - FCN = -713507.645022 Edm = 0.229694 NCalls = 339 +VariableMetric: Iteration # 102 - FCN = -713508.3581068 Edm = 0.313847 NCalls = 341 +VariableMetric: Iteration # 103 - FCN = -713509.2842274 Edm = 0.305697 NCalls = 344 +VariableMetric: Iteration # 104 - FCN = -713509.9039611 Edm = 0.15223 NCalls = 346 +VariableMetric: Iteration # 105 - FCN = -713510.1030989 Edm = 0.084974 NCalls = 349 +VariableMetric: Iteration # 106 - FCN = -713510.536582 Edm = 0.342946 NCalls = 353 +VariableMetric: Iteration # 107 - FCN = -713511.6460716 Edm = 0.822496 NCalls = 357 +VariableMetric: Iteration # 108 - FCN = -713511.7319432 Edm = 0.162613 NCalls = 359 +VariableMetric: Iteration # 109 - FCN = -713511.8788362 Edm = 0.00674237 NCalls = 361 +VariableMetric: Iteration # 110 - FCN = -713511.8954775 Edm = 0.00868883 NCalls = 363 +VariableMetric: Iteration # 111 - FCN = -713512.419836 Edm = 0.479581 NCalls = 368 +VariableMetric: Iteration # 112 - FCN = -713522.5460721 Edm = 5.4285 NCalls = 372 +VariableMetric: Iteration # 113 - FCN = -713534.6129757 Edm = 0.238095 NCalls = 375 +VariableMetric: Iteration # 114 - FCN = -713534.8530368 Edm = 0.0079929 NCalls = 376 +VariableMetric: Iteration # 115 - FCN = -713534.8605301 Edm = 0.000773847 NCalls = 378 +VariableMetric: Iteration # 116 - FCN = -713534.8638503 Edm = 0.00323191 NCalls = 380 +VariableMetric: Iteration # 117 - FCN = -713534.9353367 Edm = 0.0795627 NCalls = 385 +VariableMetric: Iteration # 118 - FCN = -713534.9382815 Edm = 0.00174265 NCalls = 387 +VariableMetric: Iteration # 119 - FCN = -713535.0530157 Edm = 0.0739724 NCalls = 393 +VariableMetric: Iteration # 120 - FCN = -713536.3996014 Edm = 1.05776 NCalls = 397 +VariableMetric: Iteration # 121 - FCN = -713538.5403983 Edm = 2.21415 NCalls = 400 +VariableMetric: Iteration # 122 - FCN = -713540.7562068 Edm = 0.851919 NCalls = 408 +VariableMetric: Iteration # 123 - FCN = -713541.9596896 Edm = 0.44579 NCalls = 411 +VariableMetric: Iteration # 124 - FCN = -713542.3555737 Edm = 1.31277 NCalls = 413 +VariableMetric: Iteration # 125 - FCN = -713544.2360052 Edm = 1.02455 NCalls = 415 +VariableMetric: Iteration # 126 - FCN = -713544.7816934 Edm = 0.271077 NCalls = 417 +VariableMetric: Iteration # 127 - FCN = -713544.9970263 Edm = 0.143206 NCalls = 419 +VariableMetric: Iteration # 128 - FCN = -713545.4550698 Edm = 0.163574 NCalls = 422 +VariableMetric: Iteration # 129 - FCN = -713545.8853503 Edm = 0.121697 NCalls = 424 +VariableMetric: Iteration # 130 - FCN = -713546.0924073 Edm = 0.00687562 NCalls = 426 +VariableMetric: Iteration # 131 - FCN = -713546.1002145 Edm = 0.000441782 NCalls = 428 +VariableMetric: Iteration # 132 - FCN = -713546.1010629 Edm = 0.000456393 NCalls = 430 +VariableMetric: Iteration # 133 - FCN = -713546.1250144 Edm = 0.0244812 NCalls = 435 +VariableMetric: Iteration # 134 - FCN = -713546.426199 Edm = 0.139386 NCalls = 442 +VariableMetric: Iteration # 135 - FCN = -713548.5970263 Edm = 1.23854 NCalls = 445 +VariableMetric: Iteration # 136 - FCN = -713551.3807218 Edm = 0.130881 NCalls = 447 +VariableMetric: Iteration # 137 - FCN = -713551.4826732 Edm = 0.00661014 NCalls = 449 +VariableMetric: Iteration # 138 - FCN = -713551.4871828 Edm = 0.000363744 NCalls = 451 +VariableMetric: Iteration # 139 - FCN = -713551.4878122 Edm = 0.000324719 NCalls = 453 +VariableMetric: Iteration # 140 - FCN = -713551.5199823 Edm = 0.0295692 NCalls = 459 +VariableMetric: Iteration # 141 - FCN = -713553.5382897 Edm = 1.11395 NCalls = 464 +VariableMetric: Iteration # 142 - FCN = -713556.4459329 Edm = 0.106317 NCalls = 466 +VariableMetric: Iteration # 143 - FCN = -713556.5574737 Edm = 0.00208125 NCalls = 467 +VariableMetric: Iteration # 144 - FCN = -713556.5600233 Edm = 0.000336655 NCalls = 469 +VariableMetric: Iteration # 145 - FCN = -713556.5677889 Edm = 0.00637705 NCalls = 473 +VariableMetric: Iteration # 146 - FCN = -713556.7332829 Edm = 0.14333 NCalls = 477 +VariableMetric: Iteration # 147 - FCN = -713559.8494829 Edm = 1.45378 NCalls = 481 +VariableMetric: Iteration # 148 - FCN = -713562.4710996 Edm = 0.138016 NCalls = 483 +VariableMetric: Iteration # 149 - FCN = -713562.6286351 Edm = 0.00396383 NCalls = 485 +VariableMetric: Iteration # 150 - FCN = -713562.6322473 Edm = 0.000209056 NCalls = 487 +VariableMetric: Iteration # 151 - FCN = -713562.6325844 Edm = 0.000142238 NCalls = 489 +VariableMetric: Iteration # 152 - FCN = -713562.6336237 Edm = 0.000830533 NCalls = 492 +VariableMetric: Iteration # 153 - FCN = -713562.6490879 Edm = 0.01484 NCalls = 496 +VariableMetric: Iteration # 154 - FCN = -713563.5833224 Edm = 0.466037 NCalls = 503 +VariableMetric: Iteration # 155 - FCN = -713567.2981725 Edm = 0.574845 NCalls = 505 +VariableMetric: Iteration # 156 - FCN = -713568.0069819 Edm = 0.0543244 NCalls = 507 +VariableMetric: Iteration # 157 - FCN = -713568.0667098 Edm = 0.0040827 NCalls = 509 +VariableMetric: Iteration # 158 - FCN = -713568.0716278 Edm = 0.000490404 NCalls = 511 +VariableMetric: Iteration # 159 - FCN = -713568.072278 Edm = 5.4092e-05 NCalls = 513 +VariableMetric: After Hessian - FCN = -713568.072278 Edm = 20.3916 NCalls = 886 +VariableMetric: Iteration # 160 - FCN = -713568.072278 Edm = 20.3916 NCalls = 886 +VariableMetric: Iteration # 161 - FCN = -713570.817329 Edm = 217.873 NCalls = 889 +VariableMetric: Iteration # 162 - FCN = -713583.95539 Edm = 0.257818 NCalls = 891 +VariableMetric: Iteration # 163 - FCN = -713584.161072 Edm = 0.0785789 NCalls = 894 +VariableMetric: Iteration # 164 - FCN = -713584.2356679 Edm = 0.0498731 NCalls = 896 +VariableMetric: Iteration # 165 - FCN = -713584.4351933 Edm = 0.264706 NCalls = 900 +VariableMetric: Iteration # 166 - FCN = -713584.6173763 Edm = 0.281469 NCalls = 904 +VariableMetric: Iteration # 167 - FCN = -713584.7030796 Edm = 0.169712 NCalls = 907 +VariableMetric: Iteration # 168 - FCN = -713585.7538021 Edm = 0.609517 NCalls = 913 +VariableMetric: Iteration # 169 - FCN = -713586.9811437 Edm = 1.28668 NCalls = 916 +VariableMetric: Iteration # 170 - FCN = -713587.226204 Edm = 0.414733 NCalls = 918 +VariableMetric: Iteration # 171 - FCN = -713587.9848768 Edm = 0.248374 NCalls = 921 +VariableMetric: Iteration # 172 - FCN = -713588.309123 Edm = 0.174265 NCalls = 923 +VariableMetric: Iteration # 173 - FCN = -713588.5964797 Edm = 0.187552 NCalls = 927 +VariableMetric: Iteration # 174 - FCN = -713588.6778535 Edm = 0.0890493 NCalls = 929 +VariableMetric: Iteration # 175 - FCN = -713588.8072367 Edm = 0.0549485 NCalls = 932 +VariableMetric: Iteration # 176 - FCN = -713588.8669836 Edm = 0.0308006 NCalls = 934 +VariableMetric: Iteration # 177 - FCN = -713588.9132884 Edm = 0.0106601 NCalls = 937 +VariableMetric: Iteration # 178 - FCN = -713588.9320108 Edm = 0.0028579 NCalls = 939 +VariableMetric: Iteration # 179 - FCN = -713588.9357085 Edm = 0.00114309 NCalls = 941 +VariableMetric: Iteration # 180 - FCN = -713588.9366156 Edm = 0.000102243 NCalls = 943 +VariableMetric: Iteration # 181 - FCN = -713588.9367214 Edm = 6.31922e-06 NCalls = 944 +VariableMetric: After Hessian - FCN = -713588.9367214 Edm = 7.96329e-06 NCalls = 1331 +VariableMetric: Iteration # 182 - FCN = -713588.9367214 Edm = 7.96329e-06 NCalls = 1331 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -706634.3745217 Edm = 2.2079 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -706634.3745217 Edm = 2.2079 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -707464.3106797 Edm = 0.966322 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -707469.9702623 Edm = 2.61072 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -709758.951152 Edm = 260.389 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -709934.7857579 Edm = 512.925 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -710609.3252193 Edm = 36.1119 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -710643.2771227 Edm = 0.204859 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -710643.8408323 Edm = 0.573371 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -710654.6801519 Edm = 4.17032 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -710662.3493879 Edm = 0.159598 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -710667.6838431 Edm = 5.08366 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -710683.9472929 Edm = 13.9545 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -710865.3188503 Edm = 35.4322 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -710917.1805512 Edm = 10.0236 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -710930.11919 Edm = 10.9623 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -710940.3523698 Edm = 1.588 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -710942.3409129 Edm = 0.0518515 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -710942.4948642 Edm = 0.110608 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -710947.9229197 Edm = 4.4819 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -711062.3968405 Edm = 49.509 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -711111.8530124 Edm = 236.078 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -711236.328094 Edm = 12.1591 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -711246.646874 Edm = 0.204393 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -711247.2414718 Edm = 0.319949 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -711248.4480156 Edm = 0.0119109 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -711248.4866839 Edm = 0.0217849 NCalls = 82 +VariableMetric: Iteration # 26 - FCN = -711267.9457656 Edm = 17.8208 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -711528.2317935 Edm = 363.837 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -711553.1943373 Edm = 19.6447 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -711651.2735908 Edm = 105.415 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -712845.7934798 Edm = 247.623 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -713122.331178 Edm = 463.701 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -713226.7933274 Edm = 10.2462 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -713241.0688092 Edm = 2.91938 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -713250.5934885 Edm = 2.66053 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -713255.1061274 Edm = 0.628509 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -713256.1158873 Edm = 0.155822 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -713256.2881117 Edm = 0.0258211 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -713256.3167453 Edm = 0.00533992 NCalls = 122 +VariableMetric: Iteration # 39 - FCN = -713256.3399214 Edm = 0.0167245 NCalls = 124 +VariableMetric: Iteration # 40 - FCN = -713256.5232095 Edm = 0.153229 NCalls = 127 +VariableMetric: Iteration # 41 - FCN = -713261.5865868 Edm = 4.49759 NCalls = 131 +VariableMetric: Iteration # 42 - FCN = -713318.6554775 Edm = 5.49092 NCalls = 135 +VariableMetric: Iteration # 43 - FCN = -713326.2333709 Edm = 1.1236 NCalls = 137 +VariableMetric: Iteration # 44 - FCN = -713327.4857104 Edm = 0.0490243 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -713327.5432796 Edm = 0.00126179 NCalls = 141 +VariableMetric: Iteration # 46 - FCN = -713327.5450247 Edm = 0.000234721 NCalls = 143 +VariableMetric: Iteration # 47 - FCN = -713327.5470746 Edm = 0.00181636 NCalls = 146 +VariableMetric: Iteration # 48 - FCN = -713327.6041788 Edm = 0.0584183 NCalls = 152 +VariableMetric: Iteration # 49 - FCN = -713327.9918949 Edm = 0.0209947 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -713332.2445152 Edm = 0.906628 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -713334.7138571 Edm = 0.106308 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -713334.8334676 Edm = 0.0038222 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -713334.8374924 Edm = 0.000126142 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -713334.8378009 Edm = 0.000149178 NCalls = 169 +VariableMetric: Iteration # 55 - FCN = -713334.8538982 Edm = 0.0176548 NCalls = 174 +VariableMetric: Iteration # 56 - FCN = -713334.8575481 Edm = 0.00352333 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -713334.9872879 Edm = 0.107711 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -713337.6011332 Edm = 0.336165 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -713337.9482138 Edm = 0.00530643 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -713337.9537449 Edm = 8.62374e-05 NCalls = 192 +VariableMetric: Iteration # 61 - FCN = -713337.9538946 Edm = 6.75312e-05 NCalls = 194 +VariableMetric: After Hessian - FCN = -713337.9538946 Edm = 7.00263 NCalls = 549 +VariableMetric: Iteration # 62 - FCN = -713337.9538946 Edm = 7.00263 NCalls = 549 +VariableMetric: Iteration # 63 - FCN = -713344.9371857 Edm = 3.64211 NCalls = 550 +VariableMetric: Iteration # 64 - FCN = -713348.3249709 Edm = 11.3431 NCalls = 556 +VariableMetric: Iteration # 65 - FCN = -713350.0272265 Edm = 1.59493 NCalls = 559 +VariableMetric: Iteration # 66 - FCN = -713353.4916796 Edm = 5.56103 NCalls = 565 +VariableMetric: Iteration # 67 - FCN = -713354.9652265 Edm = 1.36293 NCalls = 568 +VariableMetric: Iteration # 68 - FCN = -713356.5770505 Edm = 3.36414 NCalls = 571 +VariableMetric: Iteration # 69 - FCN = -713358.607788 Edm = 1.22443 NCalls = 580 +VariableMetric: Iteration # 70 - FCN = -713358.7544477 Edm = 0.856186 NCalls = 582 +VariableMetric: Iteration # 71 - FCN = -713359.3779307 Edm = 0.115055 NCalls = 584 +VariableMetric: Iteration # 72 - FCN = -713359.5002675 Edm = 0.0175684 NCalls = 586 +VariableMetric: Iteration # 73 - FCN = -713359.558909 Edm = 0.0261899 NCalls = 588 +VariableMetric: Iteration # 74 - FCN = -713359.6377456 Edm = 0.00799657 NCalls = 591 +VariableMetric: Iteration # 75 - FCN = -713359.645909 Edm = 0.00123934 NCalls = 592 +VariableMetric: Iteration # 76 - FCN = -713359.6476609 Edm = 0.00057473 NCalls = 594 +VariableMetric: Iteration # 77 - FCN = -713359.6500258 Edm = 0.000923611 NCalls = 596 +VariableMetric: Iteration # 78 - FCN = -713359.6514497 Edm = 0.000292183 NCalls = 598 +VariableMetric: Iteration # 79 - FCN = -713359.6518995 Edm = 4.05116e-05 NCalls = 600 +VariableMetric: After Hessian - FCN = -713359.6518995 Edm = 5.71496e-05 NCalls = 967 +VariableMetric: Iteration # 80 - FCN = -713359.6518995 Edm = 5.71496e-05 NCalls = 967 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=397 (397 total) | +| EDM = 6.85E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -713558.5538917165 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | 4.103 | 0.028 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.95 | 0.28 | | | 14.8182 | 23.5818 | | +| 2 | p4040_p | 5.94 | 0.31 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | 1.824 | 0.009 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 7.7 | 0.4 | | | 4.19232 | 9.40768 | | +| 5 | p4040_s | 0.52E-2 | 0.30E-2 | | |0.00501244| 2.01499 | | +| 6 | Ctt | -0.231 | 0.020 | | | -0.5 | 0.5 | | +| 7 | jpsi_p | 1.656 | 0.006 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.47 | 0.05 | | |0.126447 | 2.35355 | | +| 9 | phi_p | -6.05 | 0.07 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1363.5 | 0.5 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.044 | 0.009 | | | -1.464 | 1.464 | | +| 12| p3770_p | -2.72 | 0.04 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.04 | 1.71 | | |0.0253049| 2.0747 | | +| 14| p3770_s | 2.37 | 0.06 | | |0.918861 | 4.08114 | | +| 15| omega_p | 0.43 | 0.15 | | |-6.28319 | 6.28319 | | +| 16| p4415_p | -1.87 | 0.05 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.24 | 0.04 | | | 0.71676 | 3.68324 | | +| 18| jpsi_s | 0.994E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -2.5 | 9.2 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s p4040_p psi2s_p omega_s p4040_s Ctt jpsi_p p4415_s phi_p psi2s_s Dbar_s p3770_p rho_s p3770_s omega_p p4415_p p4160_s jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.018 0.001 -0.017 -0.064 0.002 -0.042 -0.006 0.031 0.009 0.001 0.025 0.007 0.077 -0.016 0.067 0.006 -0.013 0.006 0.077 | +| phi_s | -0.018 1.000 0.000 -0.009 0.195 -0.001 -0.054 -0.025 -0.012 0.120 0.001 0.052 -0.011 -0.232 -0.012 -0.202 -0.017 -0.013 0.004 -0.232 | +| p4040_p | 0.001 0.000 1.000 0.001 0.001 -0.031 0.001 0.000 -0.000 -0.000 -0.000 -0.001 -0.000 -0.002 0.000 -0.001 0.000 -0.000 -0.000 -0.002 | +| psi2s_p | -0.017 -0.009 0.001 1.000 -0.031 -0.001 0.000 0.004 -0.017 0.003 -0.006 0.013 -0.040 0.037 -0.061 0.032 -0.008 -0.023 0.000 0.037 | +| omega_s | -0.064 0.195 0.001 -0.031 1.000 -0.005 -0.199 -0.086 -0.045 -0.113 0.003 0.189 -0.039 -0.836 -0.042 -0.714 -0.061 -0.048 0.009 -0.838 | +| p4040_s | 0.002 -0.001 -0.031 -0.001 -0.005 1.000 -0.005 -0.001 0.003 0.001 0.000 -0.001 -0.000 0.005 -0.003 0.005 0.003 0.009 0.000 0.005 | +| Ctt | -0.042 -0.054 0.001 0.000 -0.199 -0.005 1.000 -0.006 0.015 0.029 0.007 0.042 -0.017 0.237 -0.029 0.208 -0.025 0.006 0.019 0.238 | +| jpsi_p | -0.006 -0.025 0.000 0.004 -0.086 -0.001 -0.006 1.000 -0.009 0.009 0.001 -0.000 -0.007 0.102 -0.004 0.088 -0.002 -0.010 -0.003 0.102 | +| p4415_s | 0.031 -0.012 -0.000 -0.017 -0.045 0.003 0.015 -0.009 1.000 0.006 0.001 0.036 0.001 0.054 -0.004 0.047 -0.016 -0.014 0.008 0.054 | +| phi_p | 0.009 0.120 -0.000 0.003 -0.113 0.001 0.029 0.009 0.006 1.000 -0.001 -0.028 0.005 0.133 0.005 0.119 0.009 0.006 -0.004 0.133 | +| psi2s_s | 0.001 0.001 -0.000 -0.006 0.003 0.000 0.007 0.001 0.001 -0.001 1.000 -0.007 -0.001 -0.004 -0.003 -0.003 0.002 0.001 0.158 -0.004 | +| Dbar_s | 0.025 0.052 -0.001 0.013 0.189 -0.001 0.042 -0.000 0.036 -0.028 -0.007 1.000 -0.024 -0.225 0.026 -0.198 0.038 0.048 -0.024 -0.226 | +| p3770_p | 0.007 -0.011 -0.000 -0.040 -0.039 -0.000 -0.017 -0.007 0.001 0.005 -0.001 -0.024 1.000 0.046 -0.038 0.040 0.009 0.005 0.001 0.046 | +| rho_s | 0.077 -0.232 -0.002 0.037 -0.836 0.005 0.237 0.102 0.054 0.133 -0.004 -0.225 0.046 1.000 0.050 0.879 0.073 0.057 -0.010 0.999 | +| p3770_s | -0.016 -0.012 0.000 -0.061 -0.042 -0.003 -0.029 -0.004 -0.004 0.005 -0.003 0.026 -0.038 0.050 1.000 0.043 -0.008 -0.003 0.007 0.050 | +| omega_p | 0.067 -0.202 -0.001 0.032 -0.714 0.005 0.208 0.088 0.047 0.119 -0.003 -0.198 0.040 0.879 0.043 1.000 0.064 0.050 -0.009 0.881 | +| p4415_p | 0.006 -0.017 0.000 -0.008 -0.061 0.003 -0.025 -0.002 -0.016 0.009 0.002 0.038 0.009 0.073 -0.008 0.064 1.000 -0.045 0.009 0.073 | +| p4160_s | -0.013 -0.013 -0.000 -0.023 -0.048 0.009 0.006 -0.010 -0.014 0.006 0.001 0.048 0.005 0.057 -0.003 0.050 -0.045 1.000 0.009 0.057 | +| jpsi_s | 0.006 0.004 -0.000 0.000 0.009 0.000 0.019 -0.003 0.008 -0.004 0.158 -0.024 0.001 -0.010 0.007 -0.009 0.009 0.009 1.000 -0.010 | +| rho_p | 0.077 -0.232 -0.002 0.037 -0.838 0.005 0.238 0.102 0.054 0.133 -0.004 -0.226 0.046 0.999 0.050 0.881 0.073 0.057 -0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.027562069712124604}), (, {'error': 0.27589159486954884}), (, {'error': 0.3063922974321649}), (, {'error': 0.008877700471302319}), (, {'error': 0.41557458337911424}), (, {'error': 0.003024871732517387}), (, {'error': 0.020287866173257202}), (, {'error': 0.005939740998958776}), (, {'error': 0.0512897113918106}), (, {'error': 0.07444977415152687}), (, {'error': 0.4668461870395504}), (, {'error': 0.008839355245026326}), (, {'error': 0.03631980594996387}), (, {'error': 1.7096599053142145}), (, {'error': 0.06377927962365426}), (, {'error': 0.14643136644560473}), (, {'error': 0.04614458184221926}), (, {'error': 0.04380102331837321}), (, {'error': 3.0686991808042876}), (, {'error': 9.220684352091023})]) +Toy 1/10 +Time taken: 57 min +Projected time left: 8 h, 33 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.132E+05 | Ncalls=429 (440 total) | +| EDM = 5.8E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -713214.0929667009 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | 3.77 | 0.07 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.124 | 0.019 | | | 14.8182 | 23.5818 | | +| 2 | p4040_p | -1.698 | 0.026 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -4.39 | 0.04 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 7.858 | 0.010 | | | 4.19232 | 9.40768 | | +| 5 | p4040_s | 0.507E-2 | 0.005E-2 | | |0.00501244| 2.01499 | | +| 6 | Ctt | 0.444 | 0.001 | | | -0.5 | 0.5 | | +| 7 | jpsi_p | 1.633 | 0.004 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.328 | 0.005 | | |0.126447 | 2.35355 | | +| 9 | phi_p | 0.672 | 0.018 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1366.17 | 0.09 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.22 | 0.04 | | | -1.464 | 1.464 | | +| 12| p3770_p | 1.5 | 8.3 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 1.289 | 0.004 | | |0.0253049| 2.0747 | | +| 14| p3770_s | 1.47 | 0.07 | | |0.918861 | 4.08114 | | +| 15| omega_p | -2.28 | 0.03 | | |-6.28319 | 6.28319 | | +| 16| p4415_p | 4.38 | 0.04 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 0.366E1 | 0.000E1 | | | 0.71676 | 3.68324 | | +| 18| jpsi_s | 0.986E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -5.091 | 0.014 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s p4040_p psi2s_p omega_s p4040_s Ctt jpsi_p p4415_s phi_p psi2s_s Dbar_s p3770_p rho_s p3770_s omega_p p4415_p p4160_s jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 0.004 0.014 0.987 -0.016 0.037 0.603 0.807 0.460 0.104 0.347 -0.987 -0.991 0.062 -0.989 0.013 0.932 0.121 -0.501 0.047 | +| phi_s | 0.004 1.000 0.000 0.004 -0.000 0.000 0.002 0.003 0.002 0.003 0.001 -0.004 -0.004 0.000 -0.004 -0.000 0.004 0.000 -0.002 0.000 | +| p4040_p | 0.014 0.000 1.000 0.014 -0.000 0.001 0.009 0.012 0.007 0.002 0.005 -0.014 -0.014 0.001 -0.014 0.000 0.014 0.002 -0.007 0.001 | +| psi2s_p | 0.987 0.004 0.014 1.000 -0.016 0.037 0.606 0.811 0.462 0.105 0.349 -0.991 -0.996 0.062 -0.993 0.013 0.936 0.121 -0.503 0.047 | +| omega_s | -0.016 -0.000 -0.000 -0.016 1.000 -0.001 -0.010 -0.013 -0.008 -0.002 -0.006 0.016 0.016 -0.001 0.016 0.000 -0.015 -0.002 0.008 -0.001 | +| p4040_s | 0.037 0.000 0.001 0.037 -0.001 1.000 0.023 0.031 0.017 0.004 0.013 -0.037 -0.038 0.002 -0.038 0.000 0.035 0.005 -0.019 0.002 | +| Ctt | 0.603 0.002 0.009 0.606 -0.010 0.023 1.000 0.495 0.282 0.064 0.213 -0.606 -0.609 0.038 -0.607 0.008 0.572 0.074 -0.307 0.029 | +| jpsi_p | 0.807 0.003 0.012 0.811 -0.013 0.031 0.495 1.000 0.377 0.086 0.285 -0.810 -0.814 0.051 -0.812 0.011 0.765 0.099 -0.411 0.039 | +| p4415_s | 0.460 0.002 0.007 0.462 -0.008 0.017 0.282 0.377 1.000 0.049 0.163 -0.462 -0.464 0.029 -0.462 0.006 0.435 0.056 -0.234 0.022 | +| phi_p | 0.104 0.003 0.002 0.105 -0.002 0.004 0.064 0.086 0.049 1.000 0.037 -0.105 -0.105 0.006 -0.105 0.001 0.099 0.013 -0.053 0.005 | +| psi2s_s | 0.347 0.001 0.005 0.349 -0.006 0.013 0.213 0.285 0.163 0.037 1.000 -0.349 -0.350 0.022 -0.349 0.005 0.329 0.043 -0.174 0.017 | +| Dbar_s | -0.987 -0.004 -0.014 -0.991 0.016 -0.037 -0.606 -0.810 -0.462 -0.105 -0.349 1.000 0.996 -0.062 0.993 -0.013 -0.935 -0.121 0.503 -0.047 | +| p3770_p | -0.991 -0.004 -0.014 -0.996 0.016 -0.038 -0.609 -0.814 -0.464 -0.105 -0.350 0.996 1.000 -0.063 0.997 -0.013 -0.940 -0.122 0.505 -0.047 | +| rho_s | 0.062 0.000 0.001 0.062 -0.001 0.002 0.038 0.051 0.029 0.006 0.022 -0.062 -0.063 1.000 -0.062 -0.000 0.059 0.008 -0.032 0.002 | +| p3770_s | -0.989 -0.004 -0.014 -0.993 0.016 -0.038 -0.607 -0.812 -0.462 -0.105 -0.349 0.993 0.997 -0.062 1.000 -0.013 -0.937 -0.121 0.504 -0.047 | +| omega_p | 0.013 -0.000 0.000 0.013 0.000 0.000 0.008 0.011 0.006 0.001 0.005 -0.013 -0.013 -0.000 -0.013 1.000 0.012 0.002 -0.007 0.004 | +| p4415_p | 0.932 0.004 0.014 0.936 -0.015 0.035 0.572 0.765 0.435 0.099 0.329 -0.935 -0.940 0.059 -0.937 0.012 1.000 0.114 -0.475 0.045 | +| p4160_s | 0.121 0.000 0.002 0.121 -0.002 0.005 0.074 0.099 0.056 0.013 0.043 -0.121 -0.122 0.008 -0.121 0.002 0.114 1.000 -0.061 0.006 | +| jpsi_s | -0.501 -0.002 -0.007 -0.503 0.008 -0.019 -0.307 -0.411 -0.234 -0.053 -0.174 0.503 0.505 -0.032 0.504 -0.007 -0.475 -0.061 1.000 -0.024 | +| rho_p | 0.047 0.000 0.001 0.047 -0.001 0.002 0.029 0.039 0.022 0.005 0.017 -0.047 -0.047 0.002 -0.047 0.004 0.045 0.006 -0.024 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.0651862060619246}), (, {'error': 0.018527197094179826}), (, {'error': 0.025744009019776914}), (, {'error': 0.03885564784238005}), (, {'error': 0.010173253045368202}), (, {'error': 4.713296166199317e-05}), (, {'error': 0.001218493651429342}), (, {'error': 0.004428019181939469}), (, {'error': 0.005251750710754455}), (, {'error': 0.018452241978742734}), (, {'error': 0.08621187549647402}), (, {'error': 0.035510375359291135}), (, {'error': 8.255629928354672}), (, {'error': 0.004253543720713404}), (, {'error': 0.06626328771681322}), (, {'error': 0.03180012466984894}), (, {'error': 0.04063092596304063}), (, {'error': 0.0010685437994335523}), (, {'error': 0.4429491599876201}), (, {'error': 0.014407010758921146})]) +Toy 2/10 +Time taken: 1 h, 50 min +Projected time left: 7 h, 21 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=350 (350 total) | +| EDM = 3.42E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -713559.6112189309 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -2.21 | 0.04 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.5 | 0.4 | | | 14.8182 | 23.5818 | | +| 2 | p4040_p | 6.0 | 1.8 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -4.464 | 0.012 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 9.25 | 0.24 | | | 4.19232 | 9.40768 | | +| 5 | p4040_s | 0.005 | 0.007 | | |0.00501244| 2.01499 | | +| 6 | Ctt | -0.197 | 0.028 | | | -0.5 | 0.5 | | +| 7 | jpsi_p | 1.658 | 0.009 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.38 | 0.07 | | |0.126447 | 2.35355 | | +| 9 | phi_p | 0.31 | 0.14 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1364.7 | 0.6 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.041 | 0.012 | | | -1.464 | 1.464 | | +| 12| p3770_p | 3.51 | 0.05 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.08 | 1.57 | | |0.0253049| 2.0747 | | +| 14| p3770_s | 2.42 | 0.09 | | |0.918861 | 4.08114 | | +| 15| omega_p | 0.64 | 0.19 | | |-6.28319 | 6.28319 | | +| 16| p4415_p | -1.91 | 0.06 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.28 | 0.06 | | | 0.71676 | 3.68324 | | +| 18| jpsi_s | 0.993E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -5 | 11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s p4040_p psi2s_p omega_s p4040_s Ctt jpsi_p p4415_s phi_p psi2s_s Dbar_s p3770_p rho_s p3770_s omega_p p4415_p p4160_s jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 0.034 0.009 -0.055 -0.018 0.002 -0.077 -0.059 0.049 -0.041 -0.006 0.046 0.006 0.082 -0.038 0.071 0.019 -0.037 -0.016 -0.082 | +| phi_s | 0.034 1.000 0.001 -0.124 -0.093 0.007 0.115 -0.207 -0.009 0.068 -0.044 -0.109 -0.012 0.421 -0.045 0.377 0.057 -0.033 -0.127 -0.421 | +| p4040_p | 0.009 0.001 1.000 0.008 -0.001 -0.387 0.012 0.003 -0.001 -0.001 -0.001 -0.012 -0.001 0.002 0.006 0.002 0.002 -0.007 -0.002 -0.002 | +| psi2s_p | -0.055 -0.124 0.008 1.000 0.064 -0.010 -0.081 0.145 -0.025 0.131 0.023 0.101 -0.064 -0.290 -0.070 -0.256 -0.053 -0.017 0.088 0.289 | +| omega_s | -0.018 -0.093 -0.001 0.064 1.000 -0.004 -0.060 0.107 0.005 0.100 0.024 0.056 0.006 -0.221 0.023 -0.169 -0.030 0.017 0.068 0.221 | +| p4040_s | 0.002 0.007 -0.387 -0.010 -0.004 1.000 -0.011 -0.011 0.005 -0.008 -0.001 -0.000 -0.001 0.016 -0.010 0.014 0.006 0.017 -0.004 -0.016 | +| Ctt | -0.077 0.115 0.012 -0.081 -0.060 -0.011 1.000 -0.173 0.007 -0.130 -0.014 0.089 -0.059 0.271 -0.091 0.238 -0.027 -0.020 -0.052 -0.271 | +| jpsi_p | -0.059 -0.207 0.003 0.145 0.107 -0.011 -0.173 1.000 -0.012 0.218 0.053 0.153 -0.004 -0.485 0.042 -0.430 -0.075 0.017 0.145 0.485 | +| p4415_s | 0.049 -0.009 -0.001 -0.025 0.005 0.005 0.007 -0.012 1.000 0.008 0.006 0.088 -0.003 -0.021 -0.007 -0.019 -0.033 -0.023 0.019 0.021 | +| phi_p | -0.041 0.068 -0.001 0.131 0.100 -0.008 -0.130 0.218 0.008 1.000 0.049 0.123 0.010 -0.464 0.047 -0.405 -0.064 0.035 0.140 0.464 | +| psi2s_s | -0.006 -0.044 -0.001 0.023 0.024 -0.001 -0.014 0.053 0.006 0.049 1.000 0.012 0.001 -0.108 0.007 -0.096 -0.010 0.011 0.269 0.108 | +| Dbar_s | 0.046 -0.109 -0.012 0.101 0.056 -0.000 0.089 0.153 0.088 0.123 0.012 1.000 -0.020 -0.257 0.083 -0.225 0.047 0.117 0.040 0.257 | +| p3770_p | 0.006 -0.012 -0.001 -0.064 0.006 -0.001 -0.059 -0.004 -0.003 0.010 0.001 -0.020 1.000 -0.028 -0.061 -0.025 0.005 0.006 0.010 0.028 | +| rho_s | 0.082 0.421 0.002 -0.290 -0.221 0.016 0.271 -0.485 -0.021 -0.464 -0.108 -0.257 -0.028 1.000 -0.105 0.883 0.135 -0.078 -0.308 -0.999 | +| p3770_s | -0.038 -0.045 0.006 -0.070 0.023 -0.010 -0.091 0.042 -0.007 0.047 0.007 0.083 -0.061 -0.105 1.000 -0.093 -0.028 0.005 0.042 0.105 | +| omega_p | 0.071 0.377 0.002 -0.256 -0.169 0.014 0.238 -0.430 -0.019 -0.405 -0.096 -0.225 -0.025 0.883 -0.093 1.000 0.118 -0.069 -0.273 -0.885 | +| p4415_p | 0.019 0.057 0.002 -0.053 -0.030 0.006 -0.027 -0.075 -0.033 -0.064 -0.010 0.047 0.005 0.135 -0.028 0.118 1.000 -0.089 -0.029 -0.134 | +| p4160_s | -0.037 -0.033 -0.007 -0.017 0.017 0.017 -0.020 0.017 -0.023 0.035 0.011 0.117 0.006 -0.078 0.005 -0.069 -0.089 1.000 0.037 0.078 | +| jpsi_s | -0.016 -0.127 -0.002 0.088 0.068 -0.004 -0.052 0.145 0.019 0.140 0.269 0.040 0.010 -0.308 0.042 -0.273 -0.029 0.037 1.000 0.308 | +| rho_p | -0.082 -0.421 -0.002 0.289 0.221 -0.016 -0.271 0.485 0.021 0.464 0.108 0.257 0.028 -0.999 0.105 -0.885 -0.134 0.078 0.308 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.036107134350432}), (, {'error': 0.44578890813096983}), (, {'error': 1.7928766172707142}), (, {'error': 0.012229673779449612}), (, {'error': 0.2359233939572274}), (, {'error': 0.0070688742895996404}), (, {'error': 0.02834687034459904}), (, {'error': 0.008904432563715758}), (, {'error': 0.07133863123344708}), (, {'error': 0.14367754142363331}), (, {'error': 0.580329322262628}), (, {'error': 0.012057818206435922}), (, {'error': 0.0469481870106927}), (, {'error': 1.5662051332733864}), (, {'error': 0.08839378977419576}), (, {'error': 0.18567049232068245}), (, {'error': 0.06306360769939179}), (, {'error': 0.05926493456422022}), (, {'error': 4.274346399827664}), (, {'error': 11.452189625267419})]) +Toy 3/10 +Time taken: 2 h, 43 min +Projected time left: 6 h, 22 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.134E+05 | Ncalls=1156 (1156 total) | +| EDM = 2.17E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -713426.9248673038 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.5 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | p4040_p | 3.03 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | 4.353 | 0.021 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 7.0 | 1.5 | | | 4.19232 | 9.40768 | | +| 5 | p4040_s | 1.44 | 0.14 | | |0.00501244| 2.01499 | | +| 6 | Ctt | -0.500 | 0.013 | | | -0.5 | 0.5 | | +| 7 | jpsi_p | -1.695 | 0.015 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 0.39 | 0.23 | | |0.126447 | 2.35355 | | +| 9 | phi_p | 5.98 | 0.28 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1367.0 | 1.4 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.37 | 0.03 | | | -1.464 | 1.464 | | +| 12| p3770_p | -1.55 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 14| p3770_s | 2.09 | 0.19 | | |0.918861 | 4.08114 | | +| 15| omega_p | 0.11 | 0.41 | | |-6.28319 | 6.28319 | | +| 16| p4415_p | -6.283 | 0.027 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 0.717 | 0.008 | | | 0.71676 | 3.68324 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -6.28 | 0.14 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s p4040_p psi2s_p omega_s p4040_s Ctt jpsi_p p4415_s phi_p psi2s_s Dbar_s p3770_p rho_s p3770_s omega_p p4415_p p4160_s jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 0.000 -0.004 0.004 -0.000 0.017 -0.000 0.004 0.003 0.000 0.000 -0.013 -0.002 0.001 -0.002 0.000 -0.000 -0.002 -0.000 -0.000 | +| phi_s | 0.000 1.000 -0.010 -0.001 -0.016 -0.000 0.001 -0.014 -0.007 0.742 0.003 -0.033 0.005 0.106 -0.005 0.045 0.001 -0.000 -0.006 0.028 | +| p4040_p | -0.004 -0.010 1.000 -0.133 0.005 -0.275 0.001 -0.146 0.051 -0.012 -0.010 0.468 0.108 -0.029 0.122 -0.006 -0.016 -0.009 0.022 0.000 | +| psi2s_p | 0.004 -0.001 -0.133 1.000 -0.033 -0.015 -0.051 0.054 0.002 -0.007 -0.010 -0.244 0.210 0.057 -0.091 -0.020 0.004 0.003 -0.046 -0.009 | +| omega_s | -0.000 -0.016 0.005 -0.033 1.000 0.010 -0.000 -0.053 -0.007 -0.047 0.007 0.027 -0.015 -0.404 0.008 0.802 0.001 -0.000 -0.008 0.098 | +| p4040_s | 0.017 -0.000 -0.275 -0.015 0.010 1.000 0.034 0.020 -0.204 -0.000 0.013 -0.241 -0.029 -0.023 0.114 0.002 0.048 0.000 -0.002 -0.002 | +| Ctt | -0.000 0.001 0.001 -0.051 -0.000 0.034 1.000 0.013 -0.012 0.001 0.000 0.055 -0.039 0.002 -0.002 0.000 0.001 -0.001 -0.002 -0.000 | +| jpsi_p | 0.004 -0.014 -0.146 0.054 -0.053 0.020 0.013 1.000 -0.031 -0.023 0.019 -0.249 0.048 0.070 -0.087 -0.039 0.011 0.001 -0.033 -0.015 | +| p4415_s | 0.003 -0.007 0.051 0.002 -0.007 -0.204 -0.012 -0.031 1.000 -0.005 -0.003 0.490 0.023 0.008 0.040 -0.004 -0.199 0.007 0.008 0.003 | +| phi_p | 0.000 0.742 -0.012 -0.007 -0.047 -0.000 0.001 -0.023 -0.005 1.000 -0.004 -0.028 0.004 0.078 -0.006 0.008 0.001 -0.000 0.005 0.012 | +| psi2s_s | 0.000 0.003 -0.010 -0.010 0.007 0.013 0.000 0.019 -0.003 -0.004 1.000 -0.065 -0.028 -0.021 -0.008 -0.003 0.000 -0.000 -0.586 -0.003 | +| Dbar_s | -0.013 -0.033 0.468 -0.244 0.027 -0.241 0.055 -0.249 0.490 -0.028 -0.065 1.000 -0.044 -0.105 0.279 -0.003 -0.109 0.006 0.141 0.009 | +| p3770_p | -0.002 0.005 0.108 0.210 -0.015 -0.029 -0.039 0.048 0.023 0.004 -0.028 -0.044 1.000 0.039 -0.123 -0.004 -0.005 -0.000 -0.023 -0.002 | +| rho_s | 0.001 0.106 -0.029 0.057 -0.404 -0.023 0.002 0.070 0.008 0.078 -0.021 -0.105 0.039 1.000 -0.026 -0.076 -0.001 0.001 0.024 -0.083 | +| p3770_s | -0.002 -0.005 0.122 -0.091 0.008 0.114 -0.002 -0.087 0.040 -0.006 -0.008 0.279 -0.123 -0.026 1.000 -0.001 -0.011 -0.002 0.013 0.001 | +| omega_p | 0.000 0.045 -0.006 -0.020 0.802 0.002 0.000 -0.039 -0.004 0.008 -0.003 -0.003 -0.004 -0.076 -0.001 1.000 0.001 -0.000 0.005 0.023 | +| p4415_p | -0.000 0.001 -0.016 0.004 0.001 0.048 0.001 0.011 -0.199 0.001 0.000 -0.109 -0.005 -0.001 -0.011 0.001 1.000 -0.002 -0.002 -0.001 | +| p4160_s | -0.002 -0.000 -0.009 0.003 -0.000 0.000 -0.001 0.001 0.007 -0.000 -0.000 0.006 -0.000 0.001 -0.002 -0.000 -0.002 1.000 0.000 0.000 | +| jpsi_s | -0.000 -0.006 0.022 -0.046 -0.008 -0.002 -0.002 -0.033 0.008 0.005 -0.586 0.141 -0.023 0.024 0.013 0.005 -0.002 0.000 1.000 0.005 | +| rho_p | -0.000 0.028 0.000 -0.009 0.098 -0.002 -0.000 -0.015 0.003 0.012 -0.003 0.009 -0.002 -0.083 0.001 0.023 -0.001 0.000 0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.010449024478384139}), (, {'error': 1.1147718878471}), (, {'error': 0.10089575759489744}), (, {'error': 0.021444798037775215}), (, {'error': 1.5184169216879022}), (, {'error': 0.1440006994643953}), (, {'error': 0.013089737663911694}), (, {'error': 0.015247692383020262}), (, {'error': 0.22543712691279183}), (, {'error': 0.278433749772768}), (, {'error': 1.379181512900459}), (, {'error': 0.033551456424239956}), (, {'error': 0.10615312701512991}), (, {'error': 0.3412721103633495}), (, {'error': 0.18622565456177387}), (, {'error': 0.41124086600240917}), (, {'error': 0.026543595761458594}), (, {'error': 0.007613252198486353}), (, {'error': 10.794370289810104}), (, {'error': 0.1363709774104538})]) +Toy 4/10 +Time taken: 4 h, 25 min +Projected time left: 6 h, 38 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=1135 (1135 total) | +| EDM = 8.49E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -713589.0719668263 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -2.30 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.1 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | p4040_p | 3.94 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.493 | 0.027 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.8 | 2.0 | | | 4.19232 | 9.40768 | | +| 5 | p4040_s | 1.10 | 0.16 | | |0.00501244| 2.01499 | | +| 6 | Ctt | 0.25 | 0.13 | | | -0.5 | 0.5 | | +| 7 | jpsi_p | -4.825 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.66 | 0.17 | | |0.126447 | 2.35355 | | +| 9 | phi_p | -0.20 | 0.28 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1366.3 | 1.5 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.11 | 0.06 | | | -1.464 | 1.464 | | +| 12| p3770_p | -2.13 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.77 | 0.30 | | |0.0253049| 2.0747 | | +| 14| p3770_s | 2.51 | 0.19 | | |0.918861 | 4.08114 | | +| 15| omega_p | -6.0 | 0.5 | | |-6.28319 | 6.28319 | | +| 16| p4415_p | -1.94 | 0.13 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.36 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -0.6 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s p4040_p psi2s_p omega_s p4040_s Ctt jpsi_p p4415_s phi_p psi2s_s Dbar_s p3770_p rho_s p3770_s omega_p p4415_p p4160_s jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.003 0.223 0.146 -0.004 -0.486 -0.409 -0.048 0.149 -0.007 -0.004 -0.082 0.213 -0.012 -0.070 -0.008 0.255 -0.148 0.006 0.033 | +| phi_s | -0.003 1.000 -0.005 -0.004 0.058 -0.009 0.006 -0.063 -0.003 0.761 -0.003 -0.017 0.002 -0.028 -0.009 0.061 -0.001 -0.007 0.002 0.218 | +| p4040_p | 0.223 -0.005 1.000 -0.005 -0.004 -0.161 -0.250 -0.140 0.148 -0.009 -0.012 0.108 0.172 -0.015 -0.072 -0.009 0.138 0.384 0.012 0.015 | +| psi2s_p | 0.146 -0.004 -0.005 1.000 -0.020 -0.337 -0.396 -0.022 -0.280 -0.008 0.007 -0.562 0.376 0.029 -0.185 -0.014 0.081 -0.304 -0.063 0.030 | +| omega_s | -0.004 0.058 -0.004 -0.020 1.000 -0.003 -0.002 -0.050 -0.002 0.003 -0.006 -0.002 -0.004 -0.207 -0.002 0.887 -0.001 -0.003 0.008 -0.092 | +| p4040_s | -0.486 -0.009 -0.161 -0.337 -0.003 1.000 0.474 -0.071 0.099 -0.007 -0.005 0.441 -0.173 -0.003 0.175 -0.003 -0.209 0.140 0.013 -0.053 | +| Ctt | -0.409 0.006 -0.250 -0.396 -0.002 0.474 1.000 -0.059 0.345 0.007 -0.001 0.740 -0.502 0.028 0.079 0.004 -0.240 0.351 -0.018 -0.026 | +| jpsi_p | -0.048 -0.063 -0.140 -0.022 -0.050 -0.071 -0.059 1.000 -0.126 -0.060 -0.020 -0.056 -0.066 0.007 -0.081 -0.046 -0.002 -0.135 0.029 -0.122 | +| p4415_s | 0.149 -0.003 0.148 -0.280 -0.002 0.099 0.345 -0.126 1.000 -0.005 0.001 0.498 -0.159 -0.004 0.073 -0.004 -0.073 0.224 -0.002 -0.016 | +| phi_p | -0.007 0.761 -0.009 -0.008 0.003 -0.007 0.007 -0.060 -0.005 1.000 -0.009 -0.015 -0.001 -0.000 -0.009 0.021 -0.003 -0.008 0.011 0.139 | +| psi2s_s | -0.004 -0.003 -0.012 0.007 -0.006 -0.005 -0.001 -0.020 0.001 -0.009 1.000 -0.054 -0.018 0.002 -0.007 -0.007 -0.001 -0.005 -0.652 -0.039 | +| Dbar_s | -0.082 -0.017 0.108 -0.562 -0.002 0.441 0.740 -0.056 0.498 -0.015 -0.054 1.000 -0.393 -0.028 0.224 -0.008 0.044 0.494 0.085 -0.053 | +| p3770_p | 0.213 0.002 0.172 0.376 -0.004 -0.173 -0.502 -0.066 -0.159 -0.001 -0.018 -0.393 1.000 0.003 -0.165 -0.005 0.122 -0.133 -0.019 0.035 | +| rho_s | -0.012 -0.028 -0.015 0.029 -0.207 -0.003 0.028 0.007 -0.004 -0.000 0.002 -0.028 0.003 1.000 -0.013 0.080 -0.010 -0.007 -0.006 0.030 | +| p3770_s | -0.070 -0.009 -0.072 -0.185 -0.002 0.175 0.079 -0.081 0.073 -0.009 -0.007 0.224 -0.165 -0.013 1.000 -0.005 -0.018 0.090 0.015 -0.031 | +| omega_p | -0.008 0.061 -0.009 -0.014 0.887 -0.003 0.004 -0.046 -0.004 0.021 -0.007 -0.008 -0.005 0.080 -0.005 1.000 -0.004 -0.005 0.009 -0.117 | +| p4415_p | 0.255 -0.001 0.138 0.081 -0.001 -0.209 -0.240 -0.002 -0.073 -0.003 -0.001 0.044 0.122 -0.010 -0.018 -0.004 1.000 -0.226 0.005 0.031 | +| p4160_s | -0.148 -0.007 0.384 -0.304 -0.003 0.140 0.351 -0.135 0.224 -0.008 -0.005 0.494 -0.133 -0.007 0.090 -0.005 -0.226 1.000 0.006 -0.031 | +| jpsi_s | 0.006 0.002 0.012 -0.063 0.008 0.013 -0.018 0.029 -0.002 0.011 -0.652 0.085 -0.019 -0.006 0.015 0.009 0.005 0.006 1.000 0.049 | +| rho_p | 0.033 0.218 0.015 0.030 -0.092 -0.053 -0.026 -0.122 -0.016 0.139 -0.039 -0.053 0.035 0.030 -0.031 -0.117 0.031 -0.031 0.049 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.0889911976956328}), (, {'error': 1.160444974652287}), (, {'error': 0.16662207692408337}), (, {'error': 0.026655995956945455}), (, {'error': 1.9592640960430878}), (, {'error': 0.16486995451603437}), (, {'error': 0.13189089332316128}), (, {'error': 0.016532015276833345}), (, {'error': 0.17124811759242986}), (, {'error': 0.28093075862491723}), (, {'error': 1.4734465547055606}), (, {'error': 0.05550742996963831}), (, {'error': 0.10515682654746739}), (, {'error': 0.30076900819673996}), (, {'error': 0.18862016523020797}), (, {'error': 0.5158318139500429}), (, {'error': 0.12664850695134833}), (, {'error': 0.16456802478930221}), (, {'error': 13.327374105060699}), (, {'error': 0.4177958451835466})]) +Toy 5/10 +Time taken: 6 h, 7 min +Projected time left: 6 h, 7 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=982 (982 total) | +| EDM = 4.25E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -713589.1497953353 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | 4.19 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.4 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | p4040_p | -2.10 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.109 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.3 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | p4040_s | 1.08 | 0.16 | | |0.00501244| 2.01499 | | +| 6 | Ctt | 0.24 | 0.13 | | | -0.5 | 0.5 | | +| 7 | jpsi_p | 4.551 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.65 | 0.17 | | |0.126447 | 2.35355 | | +| 9 | phi_p | -5.74 | 0.22 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1367.2 | 1.5 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.10 | 0.05 | | | -1.464 | 1.464 | | +| 12| p3770_p | 4.49 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.76 | 0.31 | | |0.0253049| 2.0747 | | +| 14| p3770_s | 2.50 | 0.19 | | |0.918861 | 4.08114 | | +| 15| omega_p | 6.28 | 0.21 | | |-6.28319 | 6.28319 | | +| 16| p4415_p | -1.77 | 0.13 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.34 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -0.7 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s p4040_p psi2s_p omega_s p4040_s Ctt jpsi_p p4415_s phi_p psi2s_s Dbar_s p3770_p rho_s p3770_s omega_p p4415_p p4160_s jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.004 0.226 0.226 0.005 -0.462 -0.370 -0.106 0.181 -0.011 -0.011 -0.009 0.207 -0.010 -0.064 0.002 0.248 -0.115 0.011 0.035 | +| phi_s | -0.004 1.000 -0.002 -0.013 -0.038 0.005 -0.001 -0.030 0.001 0.696 0.021 0.007 -0.006 0.033 0.004 -0.011 -0.003 0.003 -0.027 -0.080 | +| p4040_p | 0.226 -0.002 1.000 0.083 0.007 -0.147 -0.230 -0.158 0.167 -0.008 -0.017 0.158 0.178 -0.014 -0.068 0.002 0.139 0.406 0.016 0.017 | +| psi2s_p | 0.226 -0.013 0.083 1.000 -0.010 -0.390 -0.631 -0.039 -0.296 -0.021 0.000 -0.618 0.459 0.020 -0.160 0.003 0.135 -0.313 -0.041 0.041 | +| omega_s | 0.005 -0.038 0.007 -0.010 1.000 0.001 -0.010 -0.035 0.003 -0.115 0.001 0.012 -0.001 -0.569 0.005 -0.318 0.003 0.004 0.000 0.007 | +| p4040_s | -0.462 0.005 -0.147 -0.390 0.001 1.000 0.465 -0.029 0.086 0.012 -0.001 0.420 -0.170 -0.005 0.185 -0.001 -0.193 0.125 0.011 -0.056 | +| Ctt | -0.370 -0.001 -0.230 -0.631 -0.010 0.465 1.000 0.140 0.333 0.001 0.013 0.714 -0.526 0.026 0.106 -0.001 -0.209 0.339 -0.020 -0.030 | +| jpsi_p | -0.106 -0.030 -0.158 -0.039 -0.035 -0.029 0.140 1.000 -0.076 -0.037 0.031 -0.114 -0.059 0.067 -0.082 0.005 -0.052 -0.087 -0.046 0.017 | +| p4415_s | 0.181 0.001 0.167 -0.296 0.003 0.086 0.333 -0.076 1.000 -0.000 0.005 0.489 -0.147 -0.004 0.081 0.001 -0.054 0.216 -0.004 -0.017 | +| phi_p | -0.011 0.696 -0.008 -0.021 -0.115 0.012 0.001 -0.037 -0.000 1.000 0.019 0.014 -0.013 0.140 0.008 -0.006 -0.008 0.004 -0.024 -0.222 | +| psi2s_s | -0.011 0.021 -0.017 0.000 0.001 -0.001 0.013 0.031 0.005 0.019 1.000 -0.055 -0.023 0.001 -0.009 -0.001 -0.005 -0.002 -0.675 -0.045 | +| Dbar_s | -0.009 0.007 0.158 -0.618 0.012 0.420 0.714 -0.114 0.489 0.014 -0.055 1.000 -0.371 -0.033 0.249 0.001 0.093 0.485 0.094 -0.057 | +| p3770_p | 0.207 -0.006 0.178 0.459 -0.001 -0.170 -0.526 -0.059 -0.147 -0.013 -0.023 -0.371 1.000 0.003 -0.164 0.002 0.118 -0.120 -0.014 0.038 | +| rho_s | -0.010 0.033 -0.014 0.020 -0.569 -0.005 0.026 0.067 -0.004 0.140 0.001 -0.033 0.003 1.000 -0.014 -0.005 -0.008 -0.008 -0.004 0.094 | +| p3770_s | -0.064 0.004 -0.068 -0.160 0.005 0.185 0.106 -0.082 0.081 0.008 -0.009 0.249 -0.164 -0.014 1.000 0.000 -0.014 0.096 0.015 -0.033 | +| omega_p | 0.002 -0.011 0.002 0.003 -0.318 -0.001 -0.001 0.005 0.001 -0.006 -0.001 0.001 0.002 -0.005 0.000 1.000 0.001 0.001 0.001 0.100 | +| p4415_p | 0.248 -0.003 0.139 0.135 0.003 -0.193 -0.209 -0.052 -0.054 -0.008 -0.005 0.093 0.118 -0.008 -0.014 0.001 1.000 -0.208 0.007 0.033 | +| p4160_s | -0.115 0.003 0.406 -0.313 0.004 0.125 0.339 -0.087 0.216 0.004 -0.002 0.485 -0.120 -0.008 0.096 0.001 -0.208 1.000 0.005 -0.032 | +| jpsi_s | 0.011 -0.027 0.016 -0.041 0.000 0.011 -0.020 -0.046 -0.004 -0.024 -0.675 0.094 -0.014 -0.004 0.015 0.001 0.007 0.005 1.000 0.055 | +| rho_p | 0.035 -0.080 0.017 0.041 0.007 -0.056 -0.030 0.017 -0.017 -0.222 -0.045 -0.057 0.038 0.094 -0.033 0.100 0.033 -0.032 0.055 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.08827680541290128}), (, {'error': 1.0554567067855363}), (, {'error': 0.16964093847188844}), (, {'error': 0.028565792124300327}), (, {'error': 1.0195788270247164}), (, {'error': 0.16186024151877154}), (, {'error': 0.12748498966303407}), (, {'error': 0.015879376776870124}), (, {'error': 0.1695343382887493}), (, {'error': 0.2162621903060944}), (, {'error': 1.5149958172528386}), (, {'error': 0.0548488536386903}), (, {'error': 0.10599522389657068}), (, {'error': 0.30569548831673055}), (, {'error': 0.187879956581817}), (, {'error': 0.2074835915450981}), (, {'error': 0.12666371576964286}), (, {'error': 0.1627807427756165}), (, {'error': 14.336487076527192}), (, {'error': 0.4177814916915543})]) +Toy 6/10 +Time taken: 7 h, 36 min +Projected time left: 5 h, 4 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=893 (893 total) | +| EDM = 2.43E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -713589.3038043863 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | 3.80 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4040_p | -2.59 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -4.498 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.8 | 1.6 | | | 4.19232 | 9.40768 | | +| 5 | p4040_s | 1.14 | 0.17 | | |0.00501244| 2.01499 | | +| 6 | Ctt | 0.23 | 0.12 | | | -0.5 | 0.5 | | +| 7 | jpsi_p | -4.641 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.68 | 0.17 | | |0.126447 | 2.35355 | | +| 9 | phi_p | -5.51 | 0.21 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1372.4 | 1.5 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.12 | 0.06 | | | -1.464 | 1.464 | | +| 12| p3770_p | 3.38 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.77 | 0.31 | | |0.0253049| 2.0747 | | +| 14| p3770_s | 2.71 | 0.20 | | |0.918861 | 4.08114 | | +| 15| omega_p | 0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 16| p4415_p | -2.06 | 0.13 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.40 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | 5.8 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s p4040_p psi2s_p omega_s p4040_s Ctt jpsi_p p4415_s phi_p psi2s_s Dbar_s p3770_p rho_s p3770_s omega_p p4415_p p4160_s jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.005 0.215 -0.165 -0.000 -0.494 -0.411 -0.048 0.141 -0.015 -0.003 -0.108 0.191 -0.009 -0.090 -0.005 0.247 -0.158 0.003 0.028 | +| phi_s | -0.005 1.000 -0.002 -0.004 -0.017 0.005 0.000 -0.012 0.001 0.685 0.018 0.006 -0.006 0.036 0.004 0.012 -0.003 0.003 -0.025 -0.063 | +| p4040_p | 0.215 -0.002 1.000 -0.318 0.001 -0.175 -0.257 -0.141 0.143 -0.011 -0.009 0.084 0.144 -0.013 -0.095 -0.006 0.132 0.379 0.009 0.013 | +| psi2s_p | -0.165 -0.004 -0.318 1.000 -0.015 -0.064 0.175 0.114 -0.125 0.008 -0.029 -0.021 -0.297 0.008 -0.282 -0.011 -0.078 -0.174 0.026 -0.045 | +| omega_s | -0.000 -0.017 0.001 -0.015 1.000 -0.001 -0.005 -0.036 0.000 -0.107 -0.004 0.004 -0.003 -0.326 0.001 0.790 0.001 0.000 0.005 -0.058 | +| p4040_s | -0.494 0.005 -0.175 -0.064 -0.001 1.000 0.485 -0.049 0.111 0.015 -0.019 0.465 -0.184 -0.006 0.171 -0.002 -0.207 0.152 0.018 -0.045 | +| Ctt | -0.411 0.000 -0.257 0.175 -0.005 0.485 1.000 -0.113 0.340 0.005 0.017 0.745 -0.454 0.023 0.065 0.002 -0.236 0.352 -0.017 -0.021 | +| jpsi_p | -0.048 -0.012 -0.141 0.114 -0.036 -0.049 -0.113 1.000 -0.141 0.008 -0.016 -0.083 -0.055 0.007 0.005 -0.033 -0.006 -0.137 0.031 -0.099 | +| p4415_s | 0.141 0.001 0.143 -0.125 0.000 0.111 0.340 -0.141 1.000 -0.000 -0.002 0.499 -0.162 -0.006 0.064 -0.004 -0.073 0.231 -0.000 -0.014 | +| phi_p | -0.015 0.685 -0.011 0.008 -0.107 0.015 0.005 0.008 -0.000 1.000 0.014 0.014 -0.014 0.156 0.010 -0.037 -0.011 0.005 -0.020 -0.184 | +| psi2s_s | -0.003 0.018 -0.009 -0.029 -0.004 -0.019 0.017 -0.016 -0.002 0.014 1.000 -0.071 0.014 0.006 -0.030 -0.004 -0.004 -0.011 -0.665 -0.030 | +| Dbar_s | -0.108 0.006 0.084 -0.021 0.004 0.465 0.745 -0.083 0.499 0.014 -0.071 1.000 -0.392 -0.031 0.203 -0.006 0.035 0.504 0.089 -0.045 | +| p3770_p | 0.191 -0.006 0.144 -0.297 -0.003 -0.184 -0.454 -0.055 -0.162 -0.014 0.014 -0.392 1.000 0.006 -0.225 -0.003 0.103 -0.147 -0.022 0.027 | +| rho_s | -0.009 0.036 -0.013 0.008 -0.326 -0.006 0.023 0.007 -0.006 0.156 0.006 -0.031 0.006 1.000 -0.012 0.061 -0.009 -0.009 -0.007 0.052 | +| p3770_s | -0.090 0.004 -0.095 -0.282 0.001 0.171 0.065 0.005 0.064 0.010 -0.030 0.203 -0.225 -0.012 1.000 -0.002 -0.027 0.082 0.014 -0.026 | +| omega_p | -0.005 0.012 -0.006 -0.011 0.790 -0.002 0.002 -0.033 -0.004 -0.037 -0.004 -0.006 -0.003 0.061 -0.002 1.000 -0.003 -0.004 0.006 -0.077 | +| p4415_p | 0.247 -0.003 0.132 -0.078 0.001 -0.207 -0.236 -0.006 -0.073 -0.011 -0.004 0.035 0.103 -0.009 -0.027 -0.003 1.000 -0.224 0.003 0.026 | +| p4160_s | -0.158 0.003 0.379 -0.174 0.000 0.152 0.352 -0.137 0.231 0.005 -0.011 0.504 -0.147 -0.009 0.082 -0.004 -0.224 1.000 0.010 -0.027 | +| jpsi_s | 0.003 -0.025 0.009 0.026 0.005 0.018 -0.017 0.031 -0.000 -0.020 -0.665 0.089 -0.022 -0.007 0.014 0.006 0.003 0.010 1.000 0.043 | +| rho_p | 0.028 -0.063 0.013 -0.045 -0.058 -0.045 -0.021 -0.099 -0.014 -0.184 -0.030 -0.045 0.027 0.052 -0.026 -0.077 0.026 -0.027 0.043 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.08792257007619497}), (, {'error': 1.0408467408810687}), (, {'error': 0.16357050765415115}), (, {'error': 0.028511220834214424}), (, {'error': 1.5670448422545022}), (, {'error': 0.17092267493307117}), (, {'error': 0.11545025249492963}), (, {'error': 0.015925135759233378}), (, {'error': 0.1722054934766648}), (, {'error': 0.21209824229309326}), (, {'error': 1.4946932404615154}), (, {'error': 0.05581437851218041}), (, {'error': 0.1002393867857636}), (, {'error': 0.3068175669071426}), (, {'error': 0.20408671327881223}), (, {'error': 0.3827128196626508}), (, {'error': 0.12575723442034903}), (, {'error': 0.16792087438992187}), (, {'error': 13.643008645092777}), (, {'error': 0.40742071048382034})]) +Toy 7/10 +Time taken: 8 h, 59 min +Projected time left: 3 h, 51 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=1177 (1177 total) | +| EDM = 2.19E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -713588.3955663766 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -2.47 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.4 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | p4040_p | -2.58 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -4.499 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 5 | p4040_s | 1.13 | 0.17 | | |0.00501244| 2.01499 | | +| 6 | Ctt | 0.22 | 0.12 | | | -0.5 | 0.5 | | +| 7 | jpsi_p | 1.642 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.67 | 0.17 | | |0.126447 | 2.35355 | | +| 9 | phi_p | -0.14 | 0.31 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1372.4 | 1.6 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.11 | 0.06 | | | -1.464 | 1.464 | | +| 12| p3770_p | -2.90 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | +| 14| p3770_s | 2.71 | 0.20 | | |0.918861 | 4.08114 | | +| 15| omega_p | 0.93 | 0.31 | | |-6.28319 | 6.28319 | | +| 16| p4415_p | 4.23 | 0.13 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.40 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -6.28 | 0.19 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s p4040_p psi2s_p omega_s p4040_s Ctt jpsi_p p4415_s phi_p psi2s_s Dbar_s p3770_p rho_s p3770_s omega_p p4415_p p4160_s jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.010 0.217 -0.165 0.004 -0.496 -0.414 -0.045 0.142 -0.011 -0.002 -0.111 0.195 0.002 -0.090 -0.005 0.246 -0.157 0.002 0.006 | +| phi_s | -0.010 1.000 -0.009 -0.015 -0.005 -0.002 0.012 -0.046 -0.002 0.797 0.006 -0.013 -0.002 0.086 -0.006 0.076 -0.007 -0.004 -0.007 0.039 | +| p4040_p | 0.217 -0.009 1.000 -0.317 0.004 -0.176 -0.260 -0.138 0.143 -0.012 -0.010 0.082 0.146 -0.009 -0.095 -0.012 0.131 0.380 0.010 0.005 | +| psi2s_p | -0.165 -0.015 -0.317 1.000 0.008 -0.063 0.177 0.113 -0.125 -0.016 -0.036 -0.017 -0.299 -0.023 -0.283 -0.016 -0.077 -0.173 0.034 -0.011 | +| omega_s | 0.004 -0.005 0.004 0.008 1.000 0.001 -0.003 0.024 0.001 0.013 -0.001 0.005 0.001 -0.205 0.002 -0.616 0.002 0.002 0.001 0.006 | +| p4040_s | -0.496 -0.002 -0.176 -0.063 0.001 1.000 0.486 -0.051 0.109 -0.003 -0.024 0.467 -0.187 -0.030 0.171 -0.016 -0.205 0.152 0.023 -0.006 | +| Ctt | -0.414 0.012 -0.260 0.177 -0.003 0.486 1.000 -0.116 0.338 0.010 0.019 0.744 -0.458 0.013 0.065 0.010 -0.236 0.351 -0.019 -0.008 | +| jpsi_p | -0.045 -0.046 -0.138 0.113 0.024 -0.051 -0.116 1.000 -0.142 -0.053 -0.026 -0.081 -0.055 -0.066 0.005 -0.052 -0.004 -0.138 0.040 -0.022 | +| p4415_s | 0.142 -0.002 0.143 -0.125 0.001 0.109 0.338 -0.142 1.000 -0.005 -0.002 0.498 -0.163 -0.014 0.064 -0.011 -0.070 0.230 0.000 -0.001 | +| phi_p | -0.011 0.797 -0.012 -0.016 0.013 -0.003 0.010 -0.053 -0.005 1.000 -0.005 -0.013 -0.004 0.063 -0.006 0.061 -0.007 -0.006 0.007 0.021 | +| psi2s_s | -0.002 0.006 -0.010 -0.036 -0.001 -0.024 0.019 -0.026 -0.002 -0.005 1.000 -0.090 0.021 -0.018 -0.032 -0.013 -0.003 -0.013 -0.735 -0.008 | +| Dbar_s | -0.111 -0.013 0.082 -0.017 0.005 0.467 0.744 -0.081 0.498 -0.013 -0.090 1.000 -0.396 -0.056 0.204 -0.032 0.032 0.504 0.109 -0.001 | +| p3770_p | 0.195 -0.002 0.146 -0.299 0.001 -0.187 -0.458 -0.055 -0.163 -0.004 0.021 -0.396 1.000 0.018 -0.226 0.005 0.104 -0.148 -0.028 0.003 | +| rho_s | 0.002 0.086 -0.009 -0.023 -0.205 -0.030 0.013 -0.066 -0.014 0.063 -0.018 -0.056 0.018 1.000 -0.027 0.716 0.003 -0.025 0.024 -0.092 | +| p3770_s | -0.090 -0.006 -0.095 -0.283 0.002 0.171 0.065 0.005 0.064 -0.006 -0.032 0.204 -0.226 -0.027 1.000 -0.014 -0.026 0.082 0.018 -0.002 | +| omega_p | -0.005 0.076 -0.012 -0.016 -0.616 -0.016 0.010 -0.052 -0.011 0.061 -0.013 -0.032 0.005 0.716 -0.014 1.000 -0.002 -0.016 0.018 -0.075 | +| p4415_p | 0.246 -0.007 0.131 -0.077 0.002 -0.205 -0.236 -0.004 -0.070 -0.007 -0.003 0.032 0.104 0.003 -0.026 -0.002 1.000 -0.221 0.003 0.006 | +| p4160_s | -0.157 -0.004 0.380 -0.173 0.002 0.152 0.351 -0.138 0.230 -0.006 -0.013 0.504 -0.148 -0.025 0.082 -0.016 -0.221 1.000 0.013 -0.003 | +| jpsi_s | 0.002 -0.007 0.010 0.034 0.001 0.023 -0.019 0.040 0.000 0.007 -0.735 0.109 -0.028 0.024 0.018 0.018 0.003 0.013 1.000 0.010 | +| rho_p | 0.006 0.039 0.005 -0.011 0.006 -0.006 -0.008 -0.022 -0.001 0.021 -0.008 -0.001 0.003 -0.092 -0.002 -0.075 0.006 -0.003 0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.0884944029369592}), (, {'error': 1.2258521367366448}), (, {'error': 0.16500026118339206}), (, {'error': 0.028519814701308377}), (, {'error': 3.5339957825503734}), (, {'error': 0.1712953709857314}), (, {'error': 0.11595385593316127}), (, {'error': 0.015892204832037127}), (, {'error': 0.17228694979470793}), (, {'error': 0.3105368177981118}), (, {'error': 1.6457246384791233}), (, {'error': 0.056081096757273685}), (, {'error': 0.1009137933453097}), (, {'error': 0.3859490049146165}), (, {'error': 0.20418403418094133}), (, {'error': 0.31434744768303036}), (, {'error': 0.12539032581601006}), (, {'error': 0.16783551033585065}), (, {'error': 17.72240080101892}), (, {'error': 0.18746038605649185})]) +Toy 8/10 +Time taken: 10 h, 44 min +Projected time left: 2 h, 41 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=1331 (1331 total) | +| EDM = 7.96E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -713588.9367213767 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | 4.02 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4040_p | -2.33 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -4.111 | 0.028 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.8 | 1.6 | | | 4.19232 | 9.40768 | | +| 5 | p4040_s | 1.09 | 0.17 | | |0.00501244| 2.01499 | | +| 6 | Ctt | 0.19 | 0.12 | | | -0.5 | 0.5 | | +| 7 | jpsi_p | -1.544 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.64 | 0.17 | | |0.126447 | 2.35355 | | +| 9 | phi_p | -5.69 | 0.21 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1373.2 | 1.5 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.09 | 0.05 | | | -1.464 | 1.464 | | +| 12| p3770_p | -2.55 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.77 | 0.31 | | |0.0253049| 2.0747 | | +| 14| p3770_s | 2.71 | 0.20 | | |0.918861 | 4.08114 | | +| 15| omega_p | 0.24 | 0.38 | | |-6.28319 | 6.28319 | | +| 16| p4415_p | 4.40 | 0.13 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.36 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -0.7 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s p4040_p psi2s_p omega_s p4040_s Ctt jpsi_p p4415_s phi_p psi2s_s Dbar_s p3770_p rho_s p3770_s omega_p p4415_p p4160_s jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.004 0.220 -0.074 0.000 -0.475 -0.380 -0.118 0.168 -0.011 -0.011 -0.035 0.193 -0.012 -0.089 -0.005 0.243 -0.130 0.012 0.029 | +| phi_s | -0.004 1.000 -0.002 -0.004 -0.017 0.005 -0.002 -0.029 0.001 0.687 0.020 0.006 -0.005 0.038 0.004 0.014 -0.003 0.003 -0.027 -0.078 | +| p4040_p | 0.220 -0.002 1.000 -0.231 0.001 -0.157 -0.230 -0.158 0.162 -0.009 -0.015 0.146 0.147 -0.015 -0.088 -0.005 0.133 0.398 0.015 0.013 | +| psi2s_p | -0.074 -0.004 -0.231 1.000 -0.013 -0.108 0.003 -0.030 -0.136 0.007 -0.049 -0.060 -0.237 0.004 -0.258 -0.011 -0.013 -0.180 0.046 -0.052 | +| omega_s | 0.000 -0.017 0.001 -0.013 1.000 -0.001 -0.006 -0.040 -0.000 -0.103 -0.003 0.004 -0.003 -0.325 0.001 0.790 0.001 0.000 0.004 -0.071 | +| p4040_s | -0.475 0.005 -0.157 -0.108 -0.001 1.000 0.483 0.008 0.102 0.012 -0.014 0.445 -0.190 -0.002 0.192 -0.002 -0.195 0.144 0.010 -0.048 | +| Ctt | -0.380 -0.002 -0.230 0.003 -0.006 0.483 1.000 0.110 0.338 -0.001 0.027 0.715 -0.490 0.029 0.112 0.002 -0.214 0.352 -0.026 -0.015 | +| jpsi_p | -0.118 -0.029 -0.158 -0.030 -0.040 0.008 0.110 1.000 -0.075 -0.035 0.043 -0.111 -0.073 0.068 0.012 -0.020 -0.063 -0.071 -0.049 0.023 | +| p4415_s | 0.168 0.001 0.162 -0.136 -0.000 0.102 0.338 -0.075 1.000 -0.002 0.002 0.495 -0.160 -0.003 0.082 -0.003 -0.059 0.225 -0.005 -0.012 | +| phi_p | -0.011 0.687 -0.009 0.007 -0.103 0.012 -0.001 -0.035 -0.002 1.000 0.017 0.012 -0.011 0.154 0.009 -0.031 -0.009 0.003 -0.024 -0.220 | +| psi2s_s | -0.011 0.020 -0.015 -0.049 -0.003 -0.014 0.027 0.043 0.002 0.017 1.000 -0.073 0.007 0.006 -0.030 -0.004 -0.008 -0.007 -0.676 -0.038 | +| Dbar_s | -0.035 0.006 0.146 -0.060 0.004 0.445 0.715 -0.111 0.495 0.012 -0.073 1.000 -0.381 -0.029 0.249 -0.006 0.077 0.500 0.090 -0.048 | +| p3770_p | 0.193 -0.005 0.147 -0.237 -0.003 -0.190 -0.490 -0.073 -0.160 -0.011 0.007 -0.381 1.000 0.002 -0.232 -0.003 0.106 -0.145 -0.013 0.028 | +| rho_s | -0.012 0.038 -0.015 0.004 -0.325 -0.002 0.029 0.068 -0.003 0.154 0.006 -0.029 0.002 1.000 -0.011 0.062 -0.010 -0.006 -0.007 0.058 | +| p3770_s | -0.089 0.004 -0.088 -0.258 0.001 0.192 0.112 0.012 0.082 0.009 -0.030 0.249 -0.232 -0.011 1.000 -0.002 -0.026 0.101 0.013 -0.030 | +| omega_p | -0.005 0.014 -0.005 -0.011 0.790 -0.002 0.002 -0.020 -0.003 -0.031 -0.004 -0.006 -0.003 0.062 -0.002 1.000 -0.002 -0.004 0.005 -0.093 | +| p4415_p | 0.243 -0.003 0.133 -0.013 0.001 -0.195 -0.214 -0.063 -0.059 -0.009 -0.008 0.077 0.106 -0.010 -0.026 -0.002 1.000 -0.211 0.008 0.028 | +| p4160_s | -0.130 0.003 0.398 -0.180 0.000 0.144 0.352 -0.071 0.225 0.003 -0.007 0.500 -0.145 -0.006 0.101 -0.004 -0.211 1.000 0.004 -0.027 | +| jpsi_s | 0.012 -0.027 0.015 0.046 0.004 0.010 -0.026 -0.049 -0.005 -0.024 -0.676 0.090 -0.013 -0.007 0.013 0.005 0.008 0.004 1.000 0.053 | +| rho_p | 0.029 -0.078 0.013 -0.052 -0.071 -0.048 -0.015 0.023 -0.012 -0.220 -0.038 -0.048 0.028 0.058 -0.030 -0.093 0.028 -0.027 0.053 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.08854888780143888}), (, {'error': 1.0452522927217132}), (, {'error': 0.1698205043037373}), (, {'error': 0.028268507215017724}), (, {'error': 1.5664190198870718}), (, {'error': 0.1685381260557856}), (, {'error': 0.11911387801399081}), (, {'error': 0.01622782805857037}), (, {'error': 0.17099522221204477}), (, {'error': 0.21352494405239808}), (, {'error': 1.5158401535956045}), (, {'error': 0.053877352157429836}), (, {'error': 0.10173018398992961}), (, {'error': 0.30608064606323626}), (, {'error': 0.20416766827294586}), (, {'error': 0.3824443792694163}), (, {'error': 0.12684800010363695}), (, {'error': 0.1659369980944616}), (, {'error': 14.108771457221337}), (, {'error': 0.41645054813980886})]) +Toy 9/10 +Time taken: 12 h, 39 min +Projected time left: 1 h, 24 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.134E+05 | Ncalls=967 (967 total) | +| EDM = 5.71E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -713359.6518994698 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.3 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | p4040_p | -3.58 | 0.14 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -3.926 | 0.022 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.1 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | p4040_s | 1.06 | 0.15 | | |0.00501244| 2.01499 | | +| 6 | Ctt | -0.500 | 0.020 | | | -0.5 | 0.5 | | +| 7 | jpsi_p | 4.764 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.19 | 0.16 | | |0.126447 | 2.35355 | | +| 9 | phi_p | -0.28 | 0.29 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1373.7 | 1.2 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.414 | 0.031 | | | -1.464 | 1.464 | | +| 12| p3770_p | -6.283 | 0.012 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.90 | 0.31 | | |0.0253049| 2.0747 | | +| 14| p3770_s | 0.919 | 0.012 | | |0.918861 | 4.08114 | | +| 15| omega_p | 6.28 | 0.19 | | |-6.28319 | 6.28319 | | +| 16| p4415_p | 4.98 | 0.15 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 0.717 | 0.009 | | | 0.71676 | 3.68324 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | 5.9 | 0.3 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s p4040_p psi2s_p omega_s p4040_s Ctt jpsi_p p4415_s phi_p psi2s_s Dbar_s p3770_p rho_s p3770_s omega_p p4415_p p4160_s jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 0.000 -0.000 0.004 -0.000 0.018 -0.001 0.005 -0.006 0.000 0.000 -0.017 0.000 0.001 0.000 -0.000 0.005 -0.003 -0.000 0.000 | +| phi_s | 0.000 1.000 -0.012 -0.024 -0.003 0.001 0.002 -0.019 -0.006 0.772 0.001 -0.032 0.000 0.033 0.000 -0.017 -0.000 0.000 -0.001 0.182 | +| p4040_p | -0.000 -0.012 1.000 -0.119 0.011 -0.300 0.031 -0.137 0.121 -0.015 -0.019 0.474 -0.006 -0.028 0.000 0.002 -0.052 -0.010 0.015 -0.023 | +| psi2s_p | 0.004 -0.024 -0.119 1.000 -0.002 0.191 -0.031 -0.064 -0.058 -0.027 -0.050 0.145 0.016 -0.015 -0.003 0.004 0.023 0.001 0.025 -0.050 | +| omega_s | -0.000 -0.003 0.011 -0.002 1.000 -0.001 -0.002 -0.041 0.007 -0.032 0.001 0.035 0.000 -0.566 -0.000 -0.278 -0.002 -0.000 -0.003 0.134 | +| p4040_s | 0.018 0.001 -0.300 0.191 -0.001 1.000 0.035 0.083 -0.282 0.002 0.002 -0.349 -0.001 -0.003 -0.002 -0.001 -0.041 0.004 -0.003 -0.014 | +| Ctt | -0.001 0.002 0.031 -0.031 -0.002 0.035 1.000 0.010 0.039 0.002 0.004 0.115 0.001 0.006 -0.002 -0.000 -0.029 -0.002 -0.003 0.002 | +| jpsi_p | 0.005 -0.019 -0.137 -0.064 -0.041 0.083 0.010 1.000 -0.107 -0.025 0.019 -0.254 0.001 0.073 0.001 0.005 0.008 0.000 -0.020 -0.003 | +| p4415_s | -0.006 -0.006 0.121 -0.058 0.007 -0.282 0.039 -0.107 1.000 -0.008 -0.006 0.466 -0.003 -0.014 -0.001 0.001 0.151 0.011 0.002 -0.002 | +| phi_p | 0.000 0.772 -0.015 -0.027 -0.032 0.002 0.002 -0.025 -0.008 1.000 -0.002 -0.032 0.000 0.034 0.000 -0.012 0.000 0.000 0.004 0.114 | +| psi2s_s | 0.000 0.001 -0.019 -0.050 0.001 0.002 0.004 0.019 -0.006 -0.002 1.000 -0.060 0.001 -0.003 0.001 0.000 -0.000 0.000 -0.375 -0.010 | +| Dbar_s | -0.017 -0.032 0.474 0.145 0.035 -0.349 0.115 -0.254 0.466 -0.032 -0.060 1.000 -0.007 -0.093 -0.006 0.003 0.207 0.006 0.080 -0.042 | +| p3770_p | 0.000 0.000 -0.006 0.016 0.000 -0.001 0.001 0.001 -0.003 0.000 0.001 -0.007 1.000 -0.000 -0.003 -0.000 0.000 0.000 -0.000 0.000 | +| rho_s | 0.001 0.033 -0.028 -0.015 -0.566 -0.003 0.006 0.073 -0.014 0.034 -0.003 -0.093 -0.000 1.000 0.001 0.033 0.006 0.000 0.005 0.080 | +| p3770_s | 0.000 0.000 0.000 -0.003 -0.000 -0.002 -0.002 0.001 -0.001 0.000 0.001 -0.006 -0.003 0.001 1.000 0.000 0.000 0.000 -0.001 0.001 | +| omega_p | -0.000 -0.017 0.002 0.004 -0.278 -0.001 -0.000 0.005 0.001 -0.012 0.000 0.003 -0.000 0.033 0.000 1.000 -0.000 0.000 -0.001 0.057 | +| p4415_p | 0.005 -0.000 -0.052 0.023 -0.002 -0.041 -0.029 0.008 0.151 0.000 -0.000 0.207 0.000 0.006 0.000 -0.000 1.000 0.002 0.001 0.016 | +| p4160_s | -0.003 0.000 -0.010 0.001 -0.000 0.004 -0.002 0.000 0.011 0.000 0.000 0.006 0.000 0.000 0.000 0.000 0.002 1.000 -0.000 0.001 | +| jpsi_s | -0.000 -0.001 0.015 0.025 -0.003 -0.003 -0.003 -0.020 0.002 0.004 -0.375 0.080 -0.000 0.005 -0.001 -0.001 0.001 -0.000 1.000 0.018 | +| rho_p | 0.000 0.182 -0.023 -0.050 0.134 -0.014 0.002 -0.003 -0.002 0.114 -0.010 -0.042 0.000 0.080 0.001 0.057 0.016 0.001 0.018 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.01084828011679928}), (, {'error': 1.17736701064082}), (, {'error': 0.13560827699432743}), (, {'error': 0.022151709178432455}), (, {'error': 0.9988949733308252}), (, {'error': 0.15127496612906688}), (, {'error': 0.020162933039800546}), (, {'error': 0.01558484095106838}), (, {'error': 0.1615203893721625}), (, {'error': 0.2859127752949613}), (, {'error': 1.20506585684916}), (, {'error': 0.03062252637490792}), (, {'error': 0.012056764955115096}), (, {'error': 0.3110457166717989}), (, {'error': 0.012454475384716834}), (, {'error': 0.1879920709602505}), (, {'error': 0.1520873096109936}), (, {'error': 0.00907754442157338}), (, {'error': 5.737677096248262}), (, {'error': 0.33233546515406154})]) +Toy 10/10 +Time taken: 14 h, 7 min +Projected time left: +Mean Ctt value = 0.015232410051544253 +Mean Ctt error = 0.0692999770301275 +Simulation ended diff --git a/prelim_results/slurm-2213908.out b/prelim_results/slurm-2213908.out new file mode 100644 index 0000000..918cada --- /dev/null +++ b/prelim_results/slurm-2213908.out @@ -0,0 +1,9467 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.996684: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.020853: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.021144: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x563e7a209d40 executing computations on platform Host. Devices: +2019-07-07 14:45:24.021212: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.578410: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x563e7a2c1800 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.578483: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.584048: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:07:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.584123: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.669630: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.669687: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.669710: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.676048: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:07:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712656.5045645 Edm = 2.1705 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712656.5045645 Edm = 2.1705 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715324.7884723 Edm = 0.507987 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715328.137091 Edm = 0.388682 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715530.7584761 Edm = 163.044 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -715650.32123 Edm = 25.3534 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715660.755003 Edm = 0.0596657 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -715660.9031654 Edm = 0.109173 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -715667.7947801 Edm = 0.987703 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -715668.9644953 Edm = 0.0123697 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -715669.3181142 Edm = 0.341221 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -715775.9494679 Edm = 15.6077 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -715804.5234777 Edm = 4.16277 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -715810.8952581 Edm = 0.354902 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -715811.7525022 Edm = 0.450471 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -715816.8674318 Edm = 4.78909 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -715854.4915736 Edm = 16.6558 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -715884.1963485 Edm = 0.633216 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -715885.1302496 Edm = 0.0477164 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -715885.1657854 Edm = 0.00170072 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -715885.1820268 Edm = 0.0154902 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -715887.9707616 Edm = 0.0850409 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -715909.9974781 Edm = 4.29437 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -715918.3608049 Edm = 8.92619 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -715925.1705104 Edm = 3.53609 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -715929.0424472 Edm = 0.286608 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -715929.3383364 Edm = 0.0308468 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -715929.3635036 Edm = 0.00333244 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -715929.3815904 Edm = 0.0144792 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -715930.5346502 Edm = 1.26954 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -715954.4425386 Edm = 2.46959 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -716074.8381697 Edm = 30.7646 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -716114.5461362 Edm = 82.9807 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -716146.8331081 Edm = 77.396 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -716158.4296395 Edm = 11.1756 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -716165.7457485 Edm = 2.13372 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -716168.0063683 Edm = 0.131207 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -716168.1545687 Edm = 0.0185186 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -716168.2007084 Edm = 0.0285452 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -716168.5994229 Edm = 0.130846 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -716168.7960986 Edm = 0.0428467 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -716169.054587 Edm = 0.223943 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -716173.9960226 Edm = 5.0775 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -716185.2692962 Edm = 8.38513 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -716235.513918 Edm = 3.09002 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -716242.3251038 Edm = 2.41069 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -716245.8928313 Edm = 0.868608 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -716247.2771285 Edm = 0.303022 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -716252.467063 Edm = 6.77443 NCalls = 171 +VariableMetric: Iteration # 48 - FCN = -716253.6422531 Edm = 6.34296 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -716255.4790492 Edm = 2.94682 NCalls = 178 +VariableMetric: Iteration # 50 - FCN = -716260.3853264 Edm = 0.131186 NCalls = 182 +VariableMetric: Iteration # 51 - FCN = -716260.573517 Edm = 0.0115926 NCalls = 184 +VariableMetric: Iteration # 52 - FCN = -716260.5908193 Edm = 0.00244811 NCalls = 186 +VariableMetric: Iteration # 53 - FCN = -716260.5941663 Edm = 0.00139131 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -716260.6054404 Edm = 0.00691386 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -716260.680694 Edm = 0.0600125 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -716262.6157726 Edm = 1.90733 NCalls = 199 +VariableMetric: Iteration # 57 - FCN = -716266.429782 Edm = 3.57009 NCalls = 206 +VariableMetric: Iteration # 58 - FCN = -716321.7569282 Edm = 35.0668 NCalls = 210 +VariableMetric: Iteration # 59 - FCN = -716366.1135086 Edm = 14.4157 NCalls = 212 +VariableMetric: Iteration # 60 - FCN = -716373.5287487 Edm = 1.60968 NCalls = 214 +VariableMetric: Iteration # 61 - FCN = -716374.6051245 Edm = 0.443151 NCalls = 216 +VariableMetric: Iteration # 62 - FCN = -716374.8678292 Edm = 0.0227856 NCalls = 218 +VariableMetric: Iteration # 63 - FCN = -716374.88576 Edm = 0.00512793 NCalls = 220 +VariableMetric: Iteration # 64 - FCN = -716374.8984137 Edm = 0.00472914 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -716374.9197815 Edm = 0.0134014 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -716375.3852614 Edm = 0.404535 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -716401.7127752 Edm = 31.7244 NCalls = 234 +VariableMetric: Iteration # 68 - FCN = -716404.5989305 Edm = 5.59758 NCalls = 237 +VariableMetric: Iteration # 69 - FCN = -716410.7122041 Edm = 8.3653 NCalls = 241 +VariableMetric: Iteration # 70 - FCN = -716433.4919026 Edm = 9.8777 NCalls = 248 +VariableMetric: Iteration # 71 - FCN = -716440.1468955 Edm = 16.6292 NCalls = 250 +VariableMetric: Iteration # 72 - FCN = -716455.7999203 Edm = 4.3087 NCalls = 253 +VariableMetric: Iteration # 73 - FCN = -716463.5704078 Edm = 0.86845 NCalls = 255 +VariableMetric: Iteration # 74 - FCN = -716464.6415548 Edm = 0.133816 NCalls = 257 +VariableMetric: Iteration # 75 - FCN = -716464.8134577 Edm = 0.0371163 NCalls = 259 +VariableMetric: Iteration # 76 - FCN = -716464.864602 Edm = 0.0181656 NCalls = 261 +VariableMetric: Iteration # 77 - FCN = -716464.9473713 Edm = 0.00740431 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -716464.9588647 Edm = 0.00500486 NCalls = 265 +VariableMetric: Iteration # 79 - FCN = -716464.983703 Edm = 0.015094 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -716465.0370646 Edm = 0.0188648 NCalls = 270 +VariableMetric: Iteration # 81 - FCN = -716465.2478623 Edm = 0.147601 NCalls = 273 +VariableMetric: Iteration # 82 - FCN = -716472.6617191 Edm = 9.99589 NCalls = 278 +VariableMetric: Iteration # 83 - FCN = -716475.3229798 Edm = 2.48168 NCalls = 282 +VariableMetric: Iteration # 84 - FCN = -716481.6575521 Edm = 5.5863 NCalls = 289 +VariableMetric: Iteration # 85 - FCN = -716516.5494709 Edm = 20.9462 NCalls = 294 +VariableMetric: Iteration # 86 - FCN = -716524.1348405 Edm = 28.5245 NCalls = 297 +VariableMetric: Iteration # 87 - FCN = -716537.1524406 Edm = 9.61923 NCalls = 301 +VariableMetric: Iteration # 88 - FCN = -716545.7544356 Edm = 1.58577 NCalls = 303 +VariableMetric: Iteration # 89 - FCN = -716548.7574637 Edm = 0.934114 NCalls = 305 +VariableMetric: Iteration # 90 - FCN = -716550.6423905 Edm = 0.238187 NCalls = 307 +VariableMetric: Iteration # 91 - FCN = -716550.9134949 Edm = 0.028617 NCalls = 309 +VariableMetric: Iteration # 92 - FCN = -716550.9592583 Edm = 0.00323538 NCalls = 311 +VariableMetric: Iteration # 93 - FCN = -716550.9632044 Edm = 0.000771329 NCalls = 313 +VariableMetric: Iteration # 94 - FCN = -716550.9652013 Edm = 0.00171208 NCalls = 315 +VariableMetric: Iteration # 95 - FCN = -716551.0548091 Edm = 0.0818364 NCalls = 321 +VariableMetric: Iteration # 96 - FCN = -716554.0772574 Edm = 2.27328 NCalls = 325 +VariableMetric: Iteration # 97 - FCN = -716567.2491728 Edm = 1.29273 NCalls = 328 +VariableMetric: Iteration # 98 - FCN = -716568.1099484 Edm = 0.232198 NCalls = 330 +VariableMetric: Iteration # 99 - FCN = -716568.4175066 Edm = 0.0352163 NCalls = 332 +VariableMetric: Iteration # 100 - FCN = -716568.4810433 Edm = 0.0110597 NCalls = 334 +VariableMetric: Iteration # 101 - FCN = -716568.5229184 Edm = 0.0110193 NCalls = 337 +VariableMetric: Iteration # 102 - FCN = -716568.5405736 Edm = 0.00191209 NCalls = 339 +VariableMetric: Iteration # 103 - FCN = -716568.5441913 Edm = 0.000901895 NCalls = 341 +VariableMetric: Iteration # 104 - FCN = -716568.5455279 Edm = 0.000321934 NCalls = 343 +VariableMetric: Iteration # 105 - FCN = -716568.5459207 Edm = 6.60988e-05 NCalls = 345 +VariableMetric: After Hessian - FCN = -716568.5459207 Edm = 88.9442 NCalls = 708 +VariableMetric: Iteration # 106 - FCN = -716568.5459207 Edm = 88.9442 NCalls = 708 +VariableMetric: Iteration # 107 - FCN = -716574.5029783 Edm = 62.9159 NCalls = 711 +VariableMetric: Iteration # 108 - FCN = -716574.5034775 Edm = 2.63015 NCalls = 717 +VariableMetric: Iteration # 109 - FCN = -716583.8143051 Edm = 1.38002 NCalls = 721 +VariableMetric: Iteration # 110 - FCN = -716586.1655679 Edm = 1.7018 NCalls = 724 +VariableMetric: Iteration # 111 - FCN = -716588.5401125 Edm = 0.506638 NCalls = 726 +VariableMetric: Iteration # 112 - FCN = -716590.2599182 Edm = 0.602592 NCalls = 728 +VariableMetric: Iteration # 113 - FCN = -716592.0557106 Edm = 0.665786 NCalls = 730 +VariableMetric: Iteration # 114 - FCN = -716593.4299932 Edm = 0.3066 NCalls = 733 +VariableMetric: Iteration # 115 - FCN = -716593.9774702 Edm = 0.261631 NCalls = 735 +VariableMetric: Iteration # 116 - FCN = -716594.4656836 Edm = 0.168251 NCalls = 737 +VariableMetric: Iteration # 117 - FCN = -716594.7756447 Edm = 0.127473 NCalls = 739 +VariableMetric: Iteration # 118 - FCN = -716595.1436081 Edm = 0.0745223 NCalls = 741 +VariableMetric: Iteration # 119 - FCN = -716595.2423218 Edm = 0.0241159 NCalls = 743 +VariableMetric: Iteration # 120 - FCN = -716595.3267916 Edm = 0.016442 NCalls = 745 +VariableMetric: Iteration # 121 - FCN = -716595.3522987 Edm = 0.00438045 NCalls = 747 +VariableMetric: Iteration # 122 - FCN = -716595.363579 Edm = 0.00325014 NCalls = 749 +VariableMetric: Iteration # 123 - FCN = -716595.3689757 Edm = 0.000728714 NCalls = 751 +VariableMetric: Iteration # 124 - FCN = -716595.3755423 Edm = 0.00214552 NCalls = 754 +VariableMetric: Iteration # 125 - FCN = -716595.380718 Edm = 0.00181762 NCalls = 756 +VariableMetric: Iteration # 126 - FCN = -716595.4078407 Edm = 0.00839857 NCalls = 759 +VariableMetric: Iteration # 127 - FCN = -716595.4216942 Edm = 0.00262459 NCalls = 761 +VariableMetric: Iteration # 128 - FCN = -716595.4323735 Edm = 0.00278845 NCalls = 763 +VariableMetric: Iteration # 129 - FCN = -716595.4360565 Edm = 0.00313912 NCalls = 765 +VariableMetric: Iteration # 130 - FCN = -716595.4392628 Edm = 0.00109172 NCalls = 767 +VariableMetric: Iteration # 131 - FCN = -716595.4432917 Edm = 0.00150397 NCalls = 769 +VariableMetric: Iteration # 132 - FCN = -716595.4507147 Edm = 0.00172704 NCalls = 771 +VariableMetric: Iteration # 133 - FCN = -716595.4569455 Edm = 0.00187108 NCalls = 774 +VariableMetric: Iteration # 134 - FCN = -716595.462392 Edm = 0.00324186 NCalls = 776 +VariableMetric: Iteration # 135 - FCN = -716595.4671616 Edm = 0.00196417 NCalls = 779 +VariableMetric: Iteration # 136 - FCN = -716595.4719686 Edm = 0.000629771 NCalls = 781 +VariableMetric: Iteration # 137 - FCN = -716595.4732982 Edm = 0.000258599 NCalls = 783 +VariableMetric: Iteration # 138 - FCN = -716595.474203 Edm = 9.86365e-05 NCalls = 785 +VariableMetric: Iteration # 139 - FCN = -716595.4743327 Edm = 2.63449e-05 NCalls = 787 +VariableMetric: After Hessian - FCN = -716595.4743327 Edm = 0.000196066 NCalls = 1158 +VariableMetric: Iteration # 140 - FCN = -716595.4743327 Edm = 0.000196066 NCalls = 1158 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714606.614802 Edm = 0.576186 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714606.614802 Edm = 0.576186 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714888.0679431 Edm = 0.165889 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -714971.7025833 Edm = 69.1323 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -715089.2936789 Edm = 4.42813 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -715093.3918371 Edm = 0.794545 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -715111.9493118 Edm = 19.1577 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -715189.1887182 Edm = 72.9294 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -715490.2494143 Edm = 15.2717 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -715502.3659326 Edm = 0.174405 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -715502.5734765 Edm = 0.0582263 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -715503.3321178 Edm = 0.625111 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -715607.8508371 Edm = 8.01361 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -715615.7449256 Edm = 0.157055 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -715615.8713088 Edm = 0.00508331 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -715615.8805803 Edm = 0.00465106 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -715617.3560602 Edm = 1.37811 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -715667.7897131 Edm = 0.649181 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -715669.0563667 Edm = 0.0409997 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -715669.1064738 Edm = 0.00752834 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -715669.1256368 Edm = 0.00591539 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -715669.1886216 Edm = 0.0450006 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -715677.779721 Edm = 6.75081 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -715685.3330666 Edm = 0.456278 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -715685.7656142 Edm = 0.00628179 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -715685.7770875 Edm = 0.00849618 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -715685.9453145 Edm = 0.142423 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -715700.5091941 Edm = 12.3232 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -715898.2912186 Edm = 31.6985 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -715921.8283863 Edm = 1.68313 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -715922.8547422 Edm = 0.0389675 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -715922.8908273 Edm = 0.015984 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -715922.9531145 Edm = 0.0492003 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -715924.6667613 Edm = 1.75677 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -715947.5047888 Edm = 19.5284 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -716413.0852353 Edm = 51.9397 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -716493.0401129 Edm = 5.16778 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -716503.9000907 Edm = 1.91471 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -716510.2065165 Edm = 2.06289 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -716512.5029372 Edm = 0.877869 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -716512.9708297 Edm = 0.0312166 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -716513.0036957 Edm = 0.00291547 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -716513.0117136 Edm = 0.00434695 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -716513.080113 Edm = 0.0680961 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -716513.1868329 Edm = 0.100793 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -716544.897327 Edm = 7.44634 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -716553.9548918 Edm = 0.55648 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -716554.4198002 Edm = 0.00654556 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -716554.4268763 Edm = 0.00064454 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -716554.4303084 Edm = 0.00299173 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -716554.6486136 Edm = 0.213314 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -716561.6184561 Edm = 2.33136 NCalls = 176 +VariableMetric: Iteration # 51 - FCN = -716565.3554765 Edm = 0.211459 NCalls = 178 +VariableMetric: Iteration # 52 - FCN = -716565.8092981 Edm = 0.105188 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -716566.0427026 Edm = 0.0217205 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -716566.0637805 Edm = 0.000359637 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -716566.0641909 Edm = 2.28336e-05 NCalls = 186 +VariableMetric: After Hessian - FCN = -716566.0641909 Edm = 1.13156 NCalls = 543 +VariableMetric: Iteration # 56 - FCN = -716566.0641909 Edm = 1.13156 NCalls = 543 +VariableMetric: Iteration # 57 - FCN = -716570.5269693 Edm = 4.52952 NCalls = 546 +VariableMetric: Iteration # 58 - FCN = -716570.5568076 Edm = 8894.22 NCalls = 552 +VariableMetric: Iteration # 59 - FCN = -716570.6638419 Edm = 17157.4 NCalls = 557 +VariableMetric: Iteration # 60 - FCN = -716570.6735475 Edm = 12661.5 NCalls = 562 +VariableMetric: Iteration # 61 - FCN = -716570.7812749 Edm = 416.428 NCalls = 567 +VariableMetric: Iteration # 62 - FCN = -716570.7864879 Edm = 410.05 NCalls = 571 +VariableMetric: Iteration # 63 - FCN = -716570.8007805 Edm = 193.922 NCalls = 575 +VariableMetric: Iteration # 64 - FCN = -716573.0797765 Edm = 12451.2 NCalls = 577 +VariableMetric: Iteration # 65 - FCN = -716573.3249806 Edm = 24.4592 NCalls = 580 +VariableMetric: Iteration # 66 - FCN = -716573.4185567 Edm = 133.174 NCalls = 583 +VariableMetric: Iteration # 67 - FCN = -716573.5211153 Edm = 61.2052 NCalls = 586 +VariableMetric: Iteration # 68 - FCN = -716573.6004879 Edm = 183.571 NCalls = 589 +VariableMetric: Iteration # 69 - FCN = -716573.7263326 Edm = 347.231 NCalls = 591 +VariableMetric: Iteration # 70 - FCN = -716574.2591686 Edm = 166.724 NCalls = 594 +VariableMetric: Iteration # 71 - FCN = -716575.3407024 Edm = 186.335 NCalls = 596 +VariableMetric: Iteration # 72 - FCN = -716577.4169726 Edm = 32.7538 NCalls = 598 +VariableMetric: Iteration # 73 - FCN = -716577.6439049 Edm = 21.1993 NCalls = 601 +VariableMetric: Iteration # 74 - FCN = -716578.0377832 Edm = 25.8101 NCalls = 603 +VariableMetric: Iteration # 75 - FCN = -716578.5080426 Edm = 27.6555 NCalls = 605 +VariableMetric: Iteration # 76 - FCN = -716578.8223503 Edm = 22.4945 NCalls = 607 +VariableMetric: Iteration # 77 - FCN = -716586.5811071 Edm = 3.48959 NCalls = 609 +VariableMetric: Iteration # 78 - FCN = -716589.1734309 Edm = 86.4012 NCalls = 612 +VariableMetric: Iteration # 79 - FCN = -716590.8816931 Edm = 1.79364 NCalls = 614 +VariableMetric: Iteration # 80 - FCN = -716592.5747971 Edm = 0.533374 NCalls = 616 +VariableMetric: Iteration # 81 - FCN = -716593.1032755 Edm = 0.112337 NCalls = 617 +VariableMetric: Iteration # 82 - FCN = -716593.2251014 Edm = 0.0609609 NCalls = 619 +VariableMetric: Iteration # 83 - FCN = -716593.3734738 Edm = 0.122071 NCalls = 622 +VariableMetric: Iteration # 84 - FCN = -716593.5045173 Edm = 0.210265 NCalls = 626 +VariableMetric: Iteration # 85 - FCN = -716593.8896432 Edm = 0.145527 NCalls = 630 +VariableMetric: Iteration # 86 - FCN = -716594.1233057 Edm = 0.456713 NCalls = 633 +VariableMetric: Iteration # 87 - FCN = -716594.2833023 Edm = 0.093075 NCalls = 635 +VariableMetric: Iteration # 88 - FCN = -716594.4049324 Edm = 0.0360573 NCalls = 638 +VariableMetric: Iteration # 89 - FCN = -716594.4557341 Edm = 0.00678243 NCalls = 640 +VariableMetric: Iteration # 90 - FCN = -716594.4625612 Edm = 0.00269293 NCalls = 641 +VariableMetric: Iteration # 91 - FCN = -716594.4653044 Edm = 0.000494274 NCalls = 643 +VariableMetric: Iteration # 92 - FCN = -716594.4661915 Edm = 0.000189335 NCalls = 645 +VariableMetric: Iteration # 93 - FCN = -716594.467189 Edm = 0.000553972 NCalls = 648 +VariableMetric: Iteration # 94 - FCN = -716594.4713832 Edm = 0.001613 NCalls = 651 +VariableMetric: Iteration # 95 - FCN = -716594.474138 Edm = 0.000862582 NCalls = 653 +VariableMetric: Iteration # 96 - FCN = -716594.475737 Edm = 0.000276888 NCalls = 655 +VariableMetric: Iteration # 97 - FCN = -716594.4761404 Edm = 3.66519e-05 NCalls = 657 +VariableMetric: After Hessian - FCN = -716594.4761404 Edm = 3.03145e-05 NCalls = 1028 +VariableMetric: Iteration # 98 - FCN = -716594.4761404 Edm = 3.03145e-05 NCalls = 1028 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714414.8767458 Edm = 2.62636 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714414.8767458 Edm = 2.62636 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715630.2868713 Edm = 0.453063 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -715636.8606408 Edm = 0.431354 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -715869.8915382 Edm = 2.68986 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715872.463591 Edm = 0.531233 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715882.2954282 Edm = 12.5746 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -715922.0574571 Edm = 34.5272 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -716233.4003219 Edm = 2.55752 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -716235.8427045 Edm = 0.0873357 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -716236.0531391 Edm = 0.182005 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -716248.8974176 Edm = 11.716 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -716399.3267993 Edm = 2.92496 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -716403.201376 Edm = 0.158713 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -716403.4487301 Edm = 0.0112988 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -716403.9652032 Edm = 0.484568 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -716449.3879842 Edm = 14.4652 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -716481.4609223 Edm = 4.09636 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -716485.1824555 Edm = 0.261519 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -716485.3836177 Edm = 0.00900732 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -716485.4460051 Edm = 0.055327 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -716495.3544744 Edm = 4.98042 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -716532.9349934 Edm = 10.9316 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -716546.9049011 Edm = 0.660169 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -716547.5888158 Edm = 0.12199 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -716547.7729992 Edm = 0.0142787 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -716547.7909228 Edm = 0.00285713 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -716547.8086557 Edm = 0.0142266 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -716548.6979518 Edm = 0.930457 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -716567.6542261 Edm = 1.035 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -716573.406172 Edm = 0.0365943 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -716573.450603 Edm = 0.00293702 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -716573.4656985 Edm = 0.0107412 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -716573.8534584 Edm = 0.2815 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -716582.8869747 Edm = 2.40098 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -716586.2714652 Edm = 0.0575825 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -716586.3260575 Edm = 0.000992384 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -716586.3271914 Edm = 0.000215595 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -716586.3291246 Edm = 0.00178908 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -716586.4221681 Edm = 0.0794464 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -716587.3192389 Edm = 0.466042 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -716588.4571314 Edm = 0.0297084 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -716588.4873515 Edm = 0.000382447 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -716588.4878295 Edm = 0.000142037 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -716588.4920252 Edm = 0.0042544 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -716588.6698721 Edm = 0.0168645 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -716589.7569577 Edm = 0.294011 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -716590.4148867 Edm = 0.00594645 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -716590.4211343 Edm = 7.23704e-05 NCalls = 154 +VariableMetric: After Hessian - FCN = -716590.4211343 Edm = 3.87457 NCalls = 505 +VariableMetric: Iteration # 48 - FCN = -716590.4211343 Edm = 3.87457 NCalls = 505 +VariableMetric: Iteration # 49 - FCN = -716591.0012772 Edm = 6.48901 NCalls = 507 +VariableMetric: Iteration # 50 - FCN = -716592.9870434 Edm = 22.6206 NCalls = 510 +VariableMetric: Iteration # 51 - FCN = -716592.9878165 Edm = 261.179 NCalls = 514 +VariableMetric: Iteration # 52 - FCN = -716592.9915642 Edm = 68.5647 NCalls = 518 +VariableMetric: Iteration # 53 - FCN = -716593.0025825 Edm = 47.6821 NCalls = 522 +VariableMetric: Iteration # 54 - FCN = -716593.0567486 Edm = 32.5146 NCalls = 525 +VariableMetric: Iteration # 55 - FCN = -716593.0823076 Edm = 11.7453 NCalls = 528 +VariableMetric: Iteration # 56 - FCN = -716593.1309962 Edm = 5.7052 NCalls = 531 +VariableMetric: Iteration # 57 - FCN = -716593.1313107 Edm = 4.56664 NCalls = 534 +VariableMetric: Iteration # 58 - FCN = -716593.1366259 Edm = 2.86307 NCalls = 537 +VariableMetric: Iteration # 59 - FCN = -716593.1612061 Edm = 7.89465 NCalls = 539 +VariableMetric: Iteration # 60 - FCN = -716593.1942608 Edm = 0.818976 NCalls = 541 +VariableMetric: Iteration # 61 - FCN = -716593.2231526 Edm = 0.499307 NCalls = 543 +VariableMetric: Iteration # 62 - FCN = -716593.3240674 Edm = 1.55216 NCalls = 545 +VariableMetric: Iteration # 63 - FCN = -716593.4344161 Edm = 0.713202 NCalls = 547 +VariableMetric: Iteration # 64 - FCN = -716593.4749724 Edm = 0.286939 NCalls = 549 +VariableMetric: Iteration # 65 - FCN = -716593.5414901 Edm = 0.675107 NCalls = 551 +VariableMetric: Iteration # 66 - FCN = -716593.5967989 Edm = 0.477408 NCalls = 553 +VariableMetric: Iteration # 67 - FCN = -716593.648603 Edm = 0.0964461 NCalls = 555 +VariableMetric: Iteration # 68 - FCN = -716593.6835686 Edm = 0.20568 NCalls = 557 +VariableMetric: Iteration # 69 - FCN = -716593.7027027 Edm = 0.161934 NCalls = 559 +VariableMetric: Iteration # 70 - FCN = -716593.7435667 Edm = 0.134154 NCalls = 561 +VariableMetric: Iteration # 71 - FCN = -716593.8251881 Edm = 0.0357044 NCalls = 564 +VariableMetric: Iteration # 72 - FCN = -716593.8739735 Edm = 0.0430747 NCalls = 566 +VariableMetric: Iteration # 73 - FCN = -716593.8967356 Edm = 0.00860669 NCalls = 569 +VariableMetric: Iteration # 74 - FCN = -716593.9118273 Edm = 0.0050158 NCalls = 571 +VariableMetric: Iteration # 75 - FCN = -716593.9191267 Edm = 0.00360934 NCalls = 573 +VariableMetric: Iteration # 76 - FCN = -716593.92259 Edm = 0.00108633 NCalls = 576 +VariableMetric: Iteration # 77 - FCN = -716593.9241498 Edm = 0.000187187 NCalls = 578 +VariableMetric: Iteration # 78 - FCN = -716593.9244945 Edm = 2.5102e-05 NCalls = 580 +VariableMetric: After Hessian - FCN = -716593.9244945 Edm = 3.4455e-05 NCalls = 945 +VariableMetric: Iteration # 79 - FCN = -716593.9244945 Edm = 3.4455e-05 NCalls = 945 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709909.2601455 Edm = 10.8018 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709909.2601455 Edm = 10.8018 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715477.7018121 Edm = 3.69332 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -715494.7077546 Edm = 12.9517 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716014.9451402 Edm = 55.1459 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -716068.7494896 Edm = 2.1674 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -716070.7830748 Edm = 0.0863518 NCalls = 18 +VariableMetric: Iteration # 6 - FCN = -716072.5188066 Edm = 1.62214 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -716089.8020064 Edm = 0.278434 NCalls = 25 +VariableMetric: Iteration # 8 - FCN = -716090.0569005 Edm = 0.00643578 NCalls = 27 +VariableMetric: Iteration # 9 - FCN = -716091.4773665 Edm = 1.45549 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -716096.2856301 Edm = 4.58972 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -716191.0260527 Edm = 1.99272 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -716193.1171951 Edm = 0.0619333 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -716193.1763115 Edm = 0.00376176 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -716193.209237 Edm = 0.0289003 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -716232.4171009 Edm = 7.48379 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -716262.4115827 Edm = 1.99709 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -716264.9794122 Edm = 0.115049 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -716265.1307435 Edm = 0.00553161 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -716265.1393253 Edm = 0.00269166 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -716265.1884698 Edm = 0.0499929 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -716268.5521787 Edm = 1.69074 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -716290.2641486 Edm = 9.4555 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -716311.9657363 Edm = 1.2327 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -716320.57319 Edm = 3.80995 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -716322.281515 Edm = 2.94617 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -716327.2206675 Edm = 2.9785 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -716329.6374616 Edm = 0.660842 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -716331.4467332 Edm = 0.0351106 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -716331.482279 Edm = 0.00358671 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -716331.4938815 Edm = 0.00935128 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -716332.1538592 Edm = 0.679729 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -716332.1669533 Edm = 0.00812456 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -716332.9588752 Edm = 0.793566 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -716356.8125136 Edm = 7.12889 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -716365.0648002 Edm = 0.481501 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -716365.3875164 Edm = 0.0643686 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -716365.4352369 Edm = 0.00231244 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -716365.442394 Edm = 0.00472551 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -716365.6757223 Edm = 0.305084 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -716372.9749356 Edm = 0.885099 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -716382.2824208 Edm = 1.39423 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -716383.5516642 Edm = 0.213705 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -716383.7805127 Edm = 0.00907614 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -716383.7920209 Edm = 0.00121935 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -716383.7997372 Edm = 0.00658176 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -716384.4579056 Edm = 0.628598 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -716400.9804562 Edm = 1.36425 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -716403.1026616 Edm = 0.0246541 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -716403.1356355 Edm = 0.00512091 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -716403.1451307 Edm = 0.00338588 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -716403.1683516 Edm = 0.0187292 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -716403.5616664 Edm = 0.351185 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -716418.4404659 Edm = 4.77207 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -716425.9769615 Edm = 0.454109 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -716426.665827 Edm = 0.198285 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -716426.9030658 Edm = 0.0267625 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -716426.9355015 Edm = 0.00453072 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -716426.9408261 Edm = 0.00263565 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -716426.9481368 Edm = 0.00307352 NCalls = 189 +VariableMetric: Iteration # 60 - FCN = -716426.9705564 Edm = 0.0155071 NCalls = 192 +VariableMetric: Iteration # 61 - FCN = -716427.1298173 Edm = 0.105608 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -716430.4889434 Edm = 3.25409 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -716432.4643597 Edm = 1.79475 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -716442.9415028 Edm = 3.89834 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -716446.9582744 Edm = 5.27799 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -716453.7703038 Edm = 5.65678 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -716454.9735277 Edm = 4.76582 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -716461.0549167 Edm = 0.866083 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -716461.7679342 Edm = 0.0131295 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -716461.7804459 Edm = 0.00104883 NCalls = 224 +VariableMetric: Iteration # 71 - FCN = -716461.7822576 Edm = 0.00110942 NCalls = 226 +VariableMetric: Iteration # 72 - FCN = -716461.7845521 Edm = 0.00107942 NCalls = 228 +VariableMetric: Iteration # 73 - FCN = -716461.7943546 Edm = 0.00896148 NCalls = 231 +VariableMetric: Iteration # 74 - FCN = -716462.0043962 Edm = 0.191868 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -716470.6701288 Edm = 4.65952 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -716481.9124495 Edm = 2.15519 NCalls = 244 +VariableMetric: Iteration # 77 - FCN = -716484.2623741 Edm = 0.759303 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -716485.6886986 Edm = 1.19755 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -716487.5407472 Edm = 3.9529 NCalls = 258 +VariableMetric: Iteration # 80 - FCN = -716491.1716213 Edm = 3.36982 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -716493.2627234 Edm = 1.13856 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -716495.162946 Edm = 0.975564 NCalls = 267 +VariableMetric: Iteration # 83 - FCN = -716506.4776771 Edm = 8.16291 NCalls = 274 +VariableMetric: Iteration # 84 - FCN = -716509.3006494 Edm = 14.2184 NCalls = 277 +VariableMetric: Iteration # 85 - FCN = -716515.7013537 Edm = 4.45746 NCalls = 281 +VariableMetric: Iteration # 86 - FCN = -716519.8822282 Edm = 0.825709 NCalls = 282 +VariableMetric: Iteration # 87 - FCN = -716520.5959975 Edm = 0.138359 NCalls = 284 +VariableMetric: Iteration # 88 - FCN = -716520.7817927 Edm = 0.00956013 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -716520.7926462 Edm = 0.0014561 NCalls = 288 +VariableMetric: Iteration # 90 - FCN = -716520.7953769 Edm = 0.000839425 NCalls = 290 +VariableMetric: Iteration # 91 - FCN = -716520.7982484 Edm = 0.00230117 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -716520.8120785 Edm = 0.0164355 NCalls = 296 +VariableMetric: Iteration # 93 - FCN = -716521.0781594 Edm = 0.210074 NCalls = 303 +VariableMetric: Iteration # 94 - FCN = -716531.3409003 Edm = 4.24543 NCalls = 308 +VariableMetric: Iteration # 95 - FCN = -716541.3062261 Edm = 1.78119 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -716542.7508368 Edm = 0.248672 NCalls = 312 +VariableMetric: Iteration # 97 - FCN = -716543.0341534 Edm = 0.0259749 NCalls = 314 +VariableMetric: Iteration # 98 - FCN = -716543.0615821 Edm = 0.00293289 NCalls = 316 +VariableMetric: Iteration # 99 - FCN = -716543.0640788 Edm = 0.000411754 NCalls = 317 +VariableMetric: Iteration # 100 - FCN = -716543.0647744 Edm = 0.000323912 NCalls = 319 +VariableMetric: Iteration # 101 - FCN = -716543.0689719 Edm = 0.00298399 NCalls = 322 +VariableMetric: Iteration # 102 - FCN = -716543.2868411 Edm = 0.172712 NCalls = 327 +VariableMetric: Iteration # 103 - FCN = -716547.489577 Edm = 3.35973 NCalls = 331 +VariableMetric: Iteration # 104 - FCN = -716555.9530874 Edm = 1.70126 NCalls = 333 +VariableMetric: Iteration # 105 - FCN = -716557.6065924 Edm = 0.754065 NCalls = 335 +VariableMetric: Iteration # 106 - FCN = -716557.9666621 Edm = 0.0371305 NCalls = 337 +VariableMetric: Iteration # 107 - FCN = -716558.0162596 Edm = 0.00297273 NCalls = 339 +VariableMetric: Iteration # 108 - FCN = -716558.0201678 Edm = 0.000883998 NCalls = 341 +VariableMetric: Iteration # 109 - FCN = -716558.0214724 Edm = 0.000763135 NCalls = 343 +VariableMetric: Iteration # 110 - FCN = -716558.0325864 Edm = 0.010027 NCalls = 347 +VariableMetric: Iteration # 111 - FCN = -716558.665474 Edm = 0.535818 NCalls = 352 +VariableMetric: Iteration # 112 - FCN = -716565.2089632 Edm = 3.06223 NCalls = 356 +VariableMetric: Iteration # 113 - FCN = -716569.2679684 Edm = 0.883008 NCalls = 358 +VariableMetric: Iteration # 114 - FCN = -716570.2061814 Edm = 0.121864 NCalls = 360 +VariableMetric: Iteration # 115 - FCN = -716570.3439633 Edm = 0.0102895 NCalls = 362 +VariableMetric: Iteration # 116 - FCN = -716570.353745 Edm = 0.000680709 NCalls = 364 +VariableMetric: Iteration # 117 - FCN = -716570.3544692 Edm = 7.46611e-05 NCalls = 366 +VariableMetric: After Hessian - FCN = -716570.3544692 Edm = 37.8406 NCalls = 719 +VariableMetric: Iteration # 118 - FCN = -716570.3544692 Edm = 37.8406 NCalls = 719 +VariableMetric: Iteration # 119 - FCN = -716581.4944635 Edm = 9.12864 NCalls = 721 +VariableMetric: Iteration # 120 - FCN = -716588.1824791 Edm = 40.4788 NCalls = 728 +VariableMetric: Iteration # 121 - FCN = -716588.4908402 Edm = 1.8257 NCalls = 732 +VariableMetric: Iteration # 122 - FCN = -716591.5599517 Edm = 0.428071 NCalls = 735 +VariableMetric: Iteration # 123 - FCN = -716592.893436 Edm = 0.295325 NCalls = 738 +VariableMetric: Iteration # 124 - FCN = -716593.3640145 Edm = 0.219992 NCalls = 741 +VariableMetric: Iteration # 125 - FCN = -716593.6805192 Edm = 0.176576 NCalls = 743 +VariableMetric: Iteration # 126 - FCN = -716594.3086146 Edm = 0.289479 NCalls = 746 +VariableMetric: Iteration # 127 - FCN = -716594.9784931 Edm = 0.2233 NCalls = 748 +VariableMetric: Iteration # 128 - FCN = -716595.2737804 Edm = 0.050423 NCalls = 750 +VariableMetric: Iteration # 129 - FCN = -716595.3295909 Edm = 0.0233919 NCalls = 752 +VariableMetric: Iteration # 130 - FCN = -716595.3649681 Edm = 0.0140847 NCalls = 755 +VariableMetric: Iteration # 131 - FCN = -716595.3928931 Edm = 0.00512317 NCalls = 757 +VariableMetric: Iteration # 132 - FCN = -716595.4006786 Edm = 0.00158685 NCalls = 759 +VariableMetric: Iteration # 133 - FCN = -716595.4036284 Edm = 0.00125377 NCalls = 761 +VariableMetric: Iteration # 134 - FCN = -716595.4070225 Edm = 0.00317499 NCalls = 763 +VariableMetric: Iteration # 135 - FCN = -716595.4155215 Edm = 0.00407257 NCalls = 766 +VariableMetric: Iteration # 136 - FCN = -716595.4218399 Edm = 0.00115089 NCalls = 768 +VariableMetric: Iteration # 137 - FCN = -716595.4227037 Edm = 7.38302e-05 NCalls = 770 +VariableMetric: Iteration # 138 - FCN = -716595.4228225 Edm = 3.81252e-05 NCalls = 772 +VariableMetric: After Hessian - FCN = -716595.4228225 Edm = 0.00231579 NCalls = 1139 +VariableMetric: Iteration # 139 - FCN = -716595.4228225 Edm = 0.00231579 NCalls = 1139 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713471.7679453 Edm = 3.56451 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713471.7679453 Edm = 3.56451 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715543.7840606 Edm = 0.119153 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715544.9438055 Edm = 0.125447 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715582.4455598 Edm = 21.0251 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715621.8201116 Edm = 0.498109 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -715622.4960997 Edm = 0.123406 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -715623.6929506 Edm = 0.802185 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -715654.5125839 Edm = 13.629 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -715676.8073704 Edm = 0.525265 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -715678.1731171 Edm = 0.204988 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -715678.5002773 Edm = 0.123332 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -715684.0149628 Edm = 6.93413 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -715685.4625588 Edm = 1.50398 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -715708.5582402 Edm = 33.7034 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -715740.8613311 Edm = 26.7471 NCalls = 64 +VariableMetric: Iteration # 15 - FCN = -715831.4990636 Edm = 13.6128 NCalls = 67 +VariableMetric: Iteration # 16 - FCN = -715836.1788845 Edm = 0.262138 NCalls = 69 +VariableMetric: Iteration # 17 - FCN = -715836.6468921 Edm = 0.244952 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -715840.2224392 Edm = 1.64949 NCalls = 75 +VariableMetric: Iteration # 19 - FCN = -715852.1157 Edm = 9.59762 NCalls = 78 +VariableMetric: Iteration # 20 - FCN = -716006.2752192 Edm = 32.6557 NCalls = 81 +VariableMetric: Iteration # 21 - FCN = -716055.6237456 Edm = 2.41898 NCalls = 84 +VariableMetric: Iteration # 22 - FCN = -716057.9647854 Edm = 0.316006 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -716058.2309453 Edm = 0.0637125 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -716058.3847199 Edm = 0.0416505 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -716058.4880299 Edm = 0.0158863 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -716058.5080896 Edm = 0.0052044 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -716058.6280246 Edm = 0.119638 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -716060.5068652 Edm = 1.58026 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -716083.6063739 Edm = 8.13422 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -716088.6875385 Edm = 1.54118 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -716090.2113991 Edm = 0.138682 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -716090.3649741 Edm = 0.0311063 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -716090.4260439 Edm = 0.0129503 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -716090.445949 Edm = 0.0018468 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -716090.453562 Edm = 0.00961203 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -716090.566253 Edm = 0.112804 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -716092.5139509 Edm = 1.02918 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -716109.1086471 Edm = 6.48605 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -716123.2428764 Edm = 0.138546 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -716123.3845013 Edm = 0.0274943 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -716123.4069771 Edm = 0.00265811 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -716123.4180955 Edm = 0.00750225 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -716124.2166207 Edm = 0.694058 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -716150.6398532 Edm = 1.02615 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -716152.0737537 Edm = 0.261197 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -716152.2066396 Edm = 0.0726322 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -716152.2730342 Edm = 0.0104824 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -716152.2902635 Edm = 0.00935423 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -716152.5157201 Edm = 0.202228 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -716155.9484249 Edm = 3.36035 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -716169.3316675 Edm = 9.86178 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -716192.1782688 Edm = 8.04053 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -716199.5316465 Edm = 2.98273 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -716211.4274865 Edm = 10.104 NCalls = 185 +VariableMetric: Iteration # 55 - FCN = -716213.7885913 Edm = 4.02488 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -716224.0872095 Edm = 3.24409 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -716228.8663465 Edm = 1.53666 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -716229.7898183 Edm = 0.646505 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -716230.3226889 Edm = 0.0314364 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -716230.3575495 Edm = 0.00468991 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -716230.3743331 Edm = 0.0111628 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -716230.4971892 Edm = 0.101326 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -716232.1874853 Edm = 1.45919 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -716267.2897193 Edm = 9.39308 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -716277.2098437 Edm = 6.06731 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -716281.5492097 Edm = 0.76121 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -716282.2839959 Edm = 0.22797 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -716282.4141218 Edm = 0.0103801 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -716282.427554 Edm = 0.00580631 NCalls = 222 +VariableMetric: Iteration # 70 - FCN = -716282.4736102 Edm = 0.0409539 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -716282.9578145 Edm = 0.425475 NCalls = 228 +VariableMetric: Iteration # 72 - FCN = -716307.2399635 Edm = 19.0088 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -716396.138034 Edm = 62.3634 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -716444.6910057 Edm = 4.89445 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -716449.4372086 Edm = 1.98292 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -716451.1956586 Edm = 0.868314 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -716452.1322831 Edm = 0.247369 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -716452.4432662 Edm = 0.041988 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -716452.4842944 Edm = 0.0118811 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -716452.5052463 Edm = 0.00780561 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -716452.5325459 Edm = 0.00508775 NCalls = 256 +VariableMetric: Iteration # 82 - FCN = -716452.5411371 Edm = 0.00204984 NCalls = 258 +VariableMetric: Iteration # 83 - FCN = -716452.5552763 Edm = 0.0106429 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -716452.9163365 Edm = 0.37564 NCalls = 265 +VariableMetric: Iteration # 85 - FCN = -716461.4206137 Edm = 8.54703 NCalls = 269 +VariableMetric: Iteration # 86 - FCN = -716491.0223222 Edm = 40.74 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -716537.3381961 Edm = 7.3008 NCalls = 275 +VariableMetric: Iteration # 88 - FCN = -716544.4569703 Edm = 6.80109 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -716551.3340781 Edm = 0.751207 NCalls = 280 +VariableMetric: Iteration # 90 - FCN = -716551.9849247 Edm = 0.0791423 NCalls = 282 +VariableMetric: Iteration # 91 - FCN = -716552.0571227 Edm = 0.00728291 NCalls = 283 +VariableMetric: Iteration # 92 - FCN = -716552.0649072 Edm = 0.0018219 NCalls = 285 +VariableMetric: Iteration # 93 - FCN = -716552.0670526 Edm = 0.000386504 NCalls = 287 +VariableMetric: Iteration # 94 - FCN = -716552.0683206 Edm = 0.000779883 NCalls = 289 +VariableMetric: Iteration # 95 - FCN = -716552.0780861 Edm = 0.00966578 NCalls = 292 +VariableMetric: Iteration # 96 - FCN = -716552.2171207 Edm = 0.153517 NCalls = 298 +VariableMetric: Iteration # 97 - FCN = -716553.5387045 Edm = 0.065557 NCalls = 305 +VariableMetric: Iteration # 98 - FCN = -716562.4579412 Edm = 1.18206 NCalls = 308 +VariableMetric: Iteration # 99 - FCN = -716564.9746515 Edm = 0.0791874 NCalls = 310 +VariableMetric: Iteration # 100 - FCN = -716565.0707207 Edm = 0.00129163 NCalls = 312 +VariableMetric: Iteration # 101 - FCN = -716565.072234 Edm = 0.000188084 NCalls = 314 +VariableMetric: Iteration # 102 - FCN = -716565.0738615 Edm = 0.00140788 NCalls = 317 +VariableMetric: Iteration # 103 - FCN = -716565.1298524 Edm = 0.0508761 NCalls = 321 +VariableMetric: Iteration # 104 - FCN = -716568.8490775 Edm = 2.74847 NCalls = 326 +VariableMetric: Iteration # 105 - FCN = -716582.0476406 Edm = 0.563293 NCalls = 328 +VariableMetric: Iteration # 106 - FCN = -716582.6793166 Edm = 0.0353772 NCalls = 330 +VariableMetric: Iteration # 107 - FCN = -716582.7214517 Edm = 0.000678076 NCalls = 332 +VariableMetric: Iteration # 108 - FCN = -716582.7224153 Edm = 0.000232391 NCalls = 334 +VariableMetric: Iteration # 109 - FCN = -716582.7241937 Edm = 0.00220732 NCalls = 337 +VariableMetric: Iteration # 110 - FCN = -716582.7887635 Edm = 0.0576643 NCalls = 343 +VariableMetric: Iteration # 111 - FCN = -716584.6590169 Edm = 1.36307 NCalls = 347 +VariableMetric: Iteration # 112 - FCN = -716588.8964171 Edm = 0.843195 NCalls = 350 +VariableMetric: Iteration # 113 - FCN = -716590.2792554 Edm = 0.139983 NCalls = 352 +VariableMetric: Iteration # 114 - FCN = -716590.591411 Edm = 0.0480215 NCalls = 354 +VariableMetric: Iteration # 115 - FCN = -716590.6598665 Edm = 0.00433883 NCalls = 356 +VariableMetric: Iteration # 116 - FCN = -716590.6638079 Edm = 0.00042423 NCalls = 357 +VariableMetric: Iteration # 117 - FCN = -716590.6643342 Edm = 4.50559e-05 NCalls = 359 +VariableMetric: After Hessian - FCN = -716590.6643342 Edm = 49.4075 NCalls = 718 +VariableMetric: Iteration # 118 - FCN = -716590.6643342 Edm = 49.4075 NCalls = 718 +VariableMetric: Iteration # 119 - FCN = -716591.0595373 Edm = 24.5621 NCalls = 726 +VariableMetric: Iteration # 120 - FCN = -716591.1621208 Edm = 14.7376 NCalls = 728 +VariableMetric: Iteration # 121 - FCN = -716593.4838187 Edm = 0.228393 NCalls = 731 +VariableMetric: Iteration # 122 - FCN = -716593.6840512 Edm = 0.0752035 NCalls = 733 +VariableMetric: Iteration # 123 - FCN = -716593.8316215 Edm = 0.05584 NCalls = 735 +VariableMetric: Iteration # 124 - FCN = -716593.9504282 Edm = 0.0394627 NCalls = 738 +VariableMetric: Iteration # 125 - FCN = -716594.0097262 Edm = 0.00343629 NCalls = 740 +VariableMetric: Iteration # 126 - FCN = -716594.0147467 Edm = 0.000793318 NCalls = 742 +VariableMetric: Iteration # 127 - FCN = -716594.0163604 Edm = 0.000345942 NCalls = 744 +VariableMetric: Iteration # 128 - FCN = -716594.0169012 Edm = 0.000147206 NCalls = 746 +VariableMetric: Iteration # 129 - FCN = -716594.0171242 Edm = 6.60222e-05 NCalls = 748 +VariableMetric: Iteration # 130 - FCN = -716594.0172767 Edm = 3.94191e-05 NCalls = 750 +VariableMetric: After Hessian - FCN = -716594.0172767 Edm = 0.00082023 NCalls = 1113 +VariableMetric: Iteration # 131 - FCN = -716594.0172767 Edm = 0.00082023 NCalls = 1113 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711591.3375793 Edm = 1.01977 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711591.3375793 Edm = 1.01977 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712564.9704254 Edm = 1.47404 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -712575.6408382 Edm = 2.0903 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -712665.3000762 Edm = 109.647 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713781.0881927 Edm = 674.21 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -714159.4676089 Edm = 124.882 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -714280.5310386 Edm = 2.94634 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -714282.7577609 Edm = 0.032456 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -714282.9839834 Edm = 0.218783 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -714323.4797174 Edm = 1.42796 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -714348.9620702 Edm = 0.491823 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -714349.6847973 Edm = 0.218974 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -714353.1389691 Edm = 4.53637 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -714399.8983038 Edm = 36.6022 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -714523.2730882 Edm = 6.19068 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -714529.8785319 Edm = 1.51662 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -714531.1745847 Edm = 0.138055 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -714531.2790793 Edm = 0.0356208 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -714531.4647036 Edm = 0.144432 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -714543.5071717 Edm = 12.0261 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -714665.6207448 Edm = 6.74686 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -714671.4768037 Edm = 3.48017 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -714672.9595023 Edm = 0.0599516 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -714673.0203754 Edm = 0.00880695 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -714673.0349711 Edm = 0.0067113 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -714673.4425256 Edm = 0.372712 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -714762.6836367 Edm = 8.87982 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -714774.2552818 Edm = 0.372326 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -714774.7202428 Edm = 0.072843 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -714774.8563371 Edm = 0.0389357 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -714774.9044024 Edm = 0.00928737 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -714774.9391163 Edm = 0.0298229 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -714776.7210233 Edm = 1.97289 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -714777.4891284 Edm = 0.759254 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -714780.7061497 Edm = 3.14352 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -715208.3820103 Edm = 291.604 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -715289.4181507 Edm = 46.2546 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -715333.9969666 Edm = 7.06662 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -715348.9609878 Edm = 18.4025 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -715533.327909 Edm = 725.686 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -715538.4581343 Edm = 45.3815 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -715765.5508714 Edm = 156.081 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -715846.5368374 Edm = 205.438 NCalls = 157 +VariableMetric: Iteration # 43 - FCN = -715979.2548951 Edm = 8.46457 NCalls = 161 +VariableMetric: Iteration # 44 - FCN = -716016.2331383 Edm = 20.5731 NCalls = 163 +VariableMetric: Iteration # 45 - FCN = -716113.232304 Edm = 11.7825 NCalls = 166 +VariableMetric: Iteration # 46 - FCN = -716130.76877 Edm = 34.8429 NCalls = 170 +VariableMetric: Iteration # 47 - FCN = -716162.080201 Edm = 47.3559 NCalls = 175 +VariableMetric: Iteration # 48 - FCN = -716186.9466746 Edm = 14.2565 NCalls = 178 +VariableMetric: Iteration # 49 - FCN = -716209.7149261 Edm = 3.37289 NCalls = 181 +VariableMetric: Iteration # 50 - FCN = -716212.1078833 Edm = 1.13593 NCalls = 183 +VariableMetric: Iteration # 51 - FCN = -716212.9688636 Edm = 0.163083 NCalls = 184 +VariableMetric: Iteration # 52 - FCN = -716213.2108326 Edm = 0.0694394 NCalls = 186 +VariableMetric: Iteration # 53 - FCN = -716213.4187365 Edm = 0.0420317 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -716213.57854 Edm = 0.131504 NCalls = 190 +VariableMetric: Iteration # 55 - FCN = -716215.8714677 Edm = 0.995143 NCalls = 197 +VariableMetric: Iteration # 56 - FCN = -716216.5225857 Edm = 1.40485 NCalls = 199 +VariableMetric: Iteration # 57 - FCN = -716216.9397954 Edm = 0.0530909 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -716217.038127 Edm = 0.0548594 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -716218.4063819 Edm = 1.65295 NCalls = 208 +VariableMetric: Iteration # 60 - FCN = -716225.7354665 Edm = 6.61594 NCalls = 214 +VariableMetric: Iteration # 61 - FCN = -716316.7869913 Edm = 67.9714 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -716328.0604721 Edm = 24.2952 NCalls = 221 +VariableMetric: Iteration # 63 - FCN = -716362.3264571 Edm = 51.3978 NCalls = 224 +VariableMetric: Iteration # 64 - FCN = -716419.7039259 Edm = 3.91762 NCalls = 228 +VariableMetric: Iteration # 65 - FCN = -716423.5085159 Edm = 1.82581 NCalls = 229 +VariableMetric: Iteration # 66 - FCN = -716424.66348 Edm = 0.268523 NCalls = 230 +VariableMetric: Iteration # 67 - FCN = -716425.1932694 Edm = 0.156855 NCalls = 232 +VariableMetric: Iteration # 68 - FCN = -716425.4841511 Edm = 0.0311648 NCalls = 234 +VariableMetric: Iteration # 69 - FCN = -716425.5283669 Edm = 0.008217 NCalls = 236 +VariableMetric: Iteration # 70 - FCN = -716425.5713778 Edm = 0.0246366 NCalls = 238 +VariableMetric: Iteration # 71 - FCN = -716425.8266526 Edm = 0.196014 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -716440.7909248 Edm = 8.09251 NCalls = 246 +VariableMetric: Iteration # 73 - FCN = -716459.6741834 Edm = 2.86531 NCalls = 248 +VariableMetric: Iteration # 74 - FCN = -716462.4148056 Edm = 0.570983 NCalls = 249 +VariableMetric: Iteration # 75 - FCN = -716464.3859391 Edm = 2.02197 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -716471.0230301 Edm = 5.72619 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -716472.4496416 Edm = 2.16802 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -716474.0600509 Edm = 0.165781 NCalls = 263 +VariableMetric: Iteration # 79 - FCN = -716474.188537 Edm = 0.00922269 NCalls = 265 +VariableMetric: Iteration # 80 - FCN = -716474.1970159 Edm = 0.00122535 NCalls = 266 +VariableMetric: Iteration # 81 - FCN = -716474.2036041 Edm = 0.0067326 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -716474.4698236 Edm = 0.240932 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -716479.8768679 Edm = 5.5545 NCalls = 280 +VariableMetric: Iteration # 84 - FCN = -716507.3259524 Edm = 6.0284 NCalls = 286 +VariableMetric: Iteration # 85 - FCN = -716514.7124633 Edm = 3.06369 NCalls = 289 +VariableMetric: Iteration # 86 - FCN = -716516.037119 Edm = 0.398217 NCalls = 291 +VariableMetric: Iteration # 87 - FCN = -716516.3593131 Edm = 0.0503333 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -716516.4006801 Edm = 0.00443681 NCalls = 293 +VariableMetric: Iteration # 89 - FCN = -716516.4068923 Edm = 0.000963611 NCalls = 295 +VariableMetric: Iteration # 90 - FCN = -716516.4088181 Edm = 0.000772038 NCalls = 297 +VariableMetric: Iteration # 91 - FCN = -716516.4414683 Edm = 0.0376934 NCalls = 301 +VariableMetric: Iteration # 92 - FCN = -716517.1252494 Edm = 0.645204 NCalls = 308 +VariableMetric: Iteration # 93 - FCN = -716525.9462847 Edm = 3.19338 NCalls = 312 +VariableMetric: Iteration # 94 - FCN = -716530.8530845 Edm = 0.226577 NCalls = 314 +VariableMetric: Iteration # 95 - FCN = -716531.1523897 Edm = 0.0469211 NCalls = 316 +VariableMetric: Iteration # 96 - FCN = -716531.2134065 Edm = 0.00408724 NCalls = 318 +VariableMetric: Iteration # 97 - FCN = -716531.2179498 Edm = 0.000871962 NCalls = 320 +VariableMetric: Iteration # 98 - FCN = -716531.2203877 Edm = 0.00154256 NCalls = 322 +VariableMetric: Iteration # 99 - FCN = -716531.258565 Edm = 0.0354101 NCalls = 326 +VariableMetric: Iteration # 100 - FCN = -716533.8295435 Edm = 2.3327 NCalls = 331 +VariableMetric: Iteration # 101 - FCN = -716544.2005183 Edm = 1.72795 NCalls = 334 +VariableMetric: Iteration # 102 - FCN = -716546.8930428 Edm = 0.62027 NCalls = 336 +VariableMetric: Iteration # 103 - FCN = -716549.1332739 Edm = 1.20558 NCalls = 339 +VariableMetric: Iteration # 104 - FCN = -716549.9591757 Edm = 2.36625 NCalls = 341 +VariableMetric: Iteration # 105 - FCN = -716551.8527596 Edm = 1.03015 NCalls = 343 +VariableMetric: Iteration # 106 - FCN = -716553.453153 Edm = 1.81377 NCalls = 345 +VariableMetric: Iteration # 107 - FCN = -716555.093727 Edm = 2.33596 NCalls = 348 +VariableMetric: Iteration # 108 - FCN = -716557.9180295 Edm = 0.874389 NCalls = 350 +VariableMetric: Iteration # 109 - FCN = -716559.001951 Edm = 0.0683798 NCalls = 352 +VariableMetric: Iteration # 110 - FCN = -716559.0567176 Edm = 0.00388302 NCalls = 354 +VariableMetric: Iteration # 111 - FCN = -716559.060353 Edm = 0.000225188 NCalls = 355 +VariableMetric: Iteration # 112 - FCN = -716559.0607987 Edm = 0.000309487 NCalls = 357 +VariableMetric: Iteration # 113 - FCN = -716559.0707213 Edm = 0.00955404 NCalls = 362 +VariableMetric: Iteration # 114 - FCN = -716559.9786676 Edm = 0.773027 NCalls = 367 +VariableMetric: Iteration # 115 - FCN = -716566.7145784 Edm = 1.23307 NCalls = 371 +VariableMetric: Iteration # 116 - FCN = -716568.2203248 Edm = 0.0729629 NCalls = 373 +VariableMetric: Iteration # 117 - FCN = -716568.2955044 Edm = 0.00559104 NCalls = 375 +VariableMetric: Iteration # 118 - FCN = -716568.3021489 Edm = 0.000221064 NCalls = 377 +VariableMetric: Iteration # 119 - FCN = -716568.3024772 Edm = 0.00010712 NCalls = 379 +VariableMetric: Iteration # 120 - FCN = -716568.3040668 Edm = 0.00172833 NCalls = 383 +VariableMetric: Iteration # 121 - FCN = -716568.4115915 Edm = 0.0289985 NCalls = 390 +VariableMetric: Iteration # 122 - FCN = -716569.0611049 Edm = 0.362091 NCalls = 392 +VariableMetric: Iteration # 123 - FCN = -716570.8274097 Edm = 0.0209164 NCalls = 394 +VariableMetric: Iteration # 124 - FCN = -716570.8506478 Edm = 0.000307206 NCalls = 396 +VariableMetric: Iteration # 125 - FCN = -716570.8509859 Edm = 4.06205e-05 NCalls = 398 +VariableMetric: After Hessian - FCN = -716570.8509859 Edm = 517.105 NCalls = 759 +VariableMetric: Iteration # 126 - FCN = -716570.8509859 Edm = 517.105 NCalls = 759 +VariableMetric: Iteration # 127 - FCN = -716572.589892 Edm = 21.6425 NCalls = 766 +VariableMetric: Iteration # 128 - FCN = -716583.5343832 Edm = 7.91459 NCalls = 768 +VariableMetric: Iteration # 129 - FCN = -716593.0769414 Edm = 0.828262 NCalls = 770 +VariableMetric: Iteration # 130 - FCN = -716593.7306839 Edm = 0.593065 NCalls = 776 +VariableMetric: Iteration # 131 - FCN = -716594.9907025 Edm = 0.134637 NCalls = 779 +VariableMetric: Iteration # 132 - FCN = -716595.1863366 Edm = 0.173472 NCalls = 781 +VariableMetric: Iteration # 133 - FCN = -716595.2365771 Edm = 0.0309309 NCalls = 783 +VariableMetric: Iteration # 134 - FCN = -716595.3024525 Edm = 0.0105026 NCalls = 785 +VariableMetric: Iteration # 135 - FCN = -716595.3390697 Edm = 0.0047935 NCalls = 787 +VariableMetric: Iteration # 136 - FCN = -716595.3513902 Edm = 0.00502946 NCalls = 789 +VariableMetric: Iteration # 137 - FCN = -716595.3711044 Edm = 0.0014205 NCalls = 791 +VariableMetric: Iteration # 138 - FCN = -716595.3751921 Edm = 0.00140354 NCalls = 793 +VariableMetric: Iteration # 139 - FCN = -716595.3778376 Edm = 0.000580089 NCalls = 795 +VariableMetric: Iteration # 140 - FCN = -716595.3806584 Edm = 0.000798109 NCalls = 797 +VariableMetric: Iteration # 141 - FCN = -716595.3820471 Edm = 0.000137271 NCalls = 799 +VariableMetric: Iteration # 142 - FCN = -716595.3824381 Edm = 1.86469e-05 NCalls = 801 +VariableMetric: After Hessian - FCN = -716595.3824381 Edm = 0.000649283 NCalls = 1184 +VariableMetric: Iteration # 143 - FCN = -716595.3824381 Edm = 0.000649283 NCalls = 1184 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713838.2492748 Edm = 3.57867 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713838.2492748 Edm = 3.57867 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714979.8294936 Edm = 0.198897 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715005.7275374 Edm = 19.7683 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -715041.8946074 Edm = 0.0744487 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -715042.1107432 Edm = 0.104655 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -715059.7518009 Edm = 9.548 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -715096.7629357 Edm = 1.39373 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -715098.5658285 Edm = 0.0888132 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -715100.2445875 Edm = 1.52499 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -715217.3241266 Edm = 13.5484 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -715240.1110003 Edm = 6.34487 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -715246.2860382 Edm = 4.43949 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -715271.0550996 Edm = 15.3734 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -715338.5016101 Edm = 20.0751 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -715362.4656791 Edm = 6.06403 NCalls = 47 +VariableMetric: Iteration # 15 - FCN = -715369.7411236 Edm = 0.515626 NCalls = 50 +VariableMetric: Iteration # 16 - FCN = -715370.4127515 Edm = 0.0376063 NCalls = 52 +VariableMetric: Iteration # 17 - FCN = -715370.556262 Edm = 0.0466116 NCalls = 55 +VariableMetric: Iteration # 18 - FCN = -715370.6805257 Edm = 0.0111211 NCalls = 57 +VariableMetric: Iteration # 19 - FCN = -715370.7341558 Edm = 0.0287645 NCalls = 61 +VariableMetric: Iteration # 20 - FCN = -715371.1913411 Edm = 1.71786 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -715372.8882526 Edm = 1.07562 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -715372.9685983 Edm = 0.278087 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -715373.2415639 Edm = 0.226531 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -715381.9652285 Edm = 4.91779 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -715386.4564011 Edm = 4.42639 NCalls = 99 +VariableMetric: Iteration # 26 - FCN = -715420.4112052 Edm = 115.766 NCalls = 103 +VariableMetric: Iteration # 27 - FCN = -715455.3723043 Edm = 2.99102 NCalls = 108 +VariableMetric: Iteration # 28 - FCN = -715458.5402997 Edm = 0.206777 NCalls = 109 +VariableMetric: Iteration # 29 - FCN = -715458.8181707 Edm = 0.00632496 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -715458.8440489 Edm = 0.0152624 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -715458.9944907 Edm = 0.0964939 NCalls = 116 +VariableMetric: Iteration # 32 - FCN = -715461.1895018 Edm = 1.03953 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -715467.3312855 Edm = 6.65594 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -715491.2303612 Edm = 12.7106 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -715510.6207196 Edm = 4.80194 NCalls = 130 +VariableMetric: Iteration # 36 - FCN = -715517.5189654 Edm = 1.24644 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -715519.5686556 Edm = 0.537038 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -715520.3120382 Edm = 0.0151885 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -715520.393648 Edm = 0.0702384 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -715520.7083216 Edm = 0.244372 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -715521.8172655 Edm = 1.22402 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -715529.8117478 Edm = 6.75954 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -715575.4138035 Edm = 11.0737 NCalls = 157 +VariableMetric: Iteration # 44 - FCN = -715586.6540035 Edm = 6.24831 NCalls = 158 +VariableMetric: Iteration # 45 - FCN = -715593.9978411 Edm = 4.12275 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -715602.3557799 Edm = 6.32949 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -715607.2294172 Edm = 6.98958 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -715610.995502 Edm = 0.907774 NCalls = 168 +VariableMetric: Iteration # 49 - FCN = -715612.0678278 Edm = 0.0205338 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -715612.0936986 Edm = 0.00919091 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -715612.395564 Edm = 0.275826 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -715617.8586478 Edm = 7.52781 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -715618.9177855 Edm = 1.91198 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -715628.6194262 Edm = 9.32 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -715678.6152454 Edm = 6.32219 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -715689.8877215 Edm = 1.45259 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -715693.040156 Edm = 4.26326 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -715700.8311407 Edm = 7.1358 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -715701.1790155 Edm = 1.18038 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -715702.1671727 Edm = 0.782066 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -715717.9016929 Edm = 12.0196 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -715756.0833231 Edm = 16.9614 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -715805.3286461 Edm = 599.126 NCalls = 220 +VariableMetric: Iteration # 64 - FCN = -715939.2121928 Edm = 35.5646 NCalls = 223 +VariableMetric: Iteration # 65 - FCN = -715944.8476164 Edm = 32.965 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -715961.2017179 Edm = 4.2752 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -715971.2146183 Edm = 2.21998 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -715980.9490251 Edm = 21.5822 NCalls = 234 +VariableMetric: Iteration # 69 - FCN = -715987.0995947 Edm = 12.9171 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -715991.5610813 Edm = 17.1152 NCalls = 243 +VariableMetric: Iteration # 71 - FCN = -716038.3790639 Edm = 81.7645 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -716235.8707175 Edm = 45.2583 NCalls = 255 +VariableMetric: Iteration # 73 - FCN = -716271.1643762 Edm = 18.5107 NCalls = 257 +VariableMetric: Iteration # 74 - FCN = -716289.1805443 Edm = 19.2233 NCalls = 260 +VariableMetric: Iteration # 75 - FCN = -716304.35872 Edm = 14.2181 NCalls = 262 +VariableMetric: Iteration # 76 - FCN = -716327.3888016 Edm = 5.99663 NCalls = 265 +VariableMetric: Iteration # 77 - FCN = -716337.2970619 Edm = 4.51508 NCalls = 267 +VariableMetric: Iteration # 78 - FCN = -716345.2830516 Edm = 1.10823 NCalls = 269 +VariableMetric: Iteration # 79 - FCN = -716346.9129762 Edm = 0.121331 NCalls = 271 +VariableMetric: Iteration # 80 - FCN = -716347.0918111 Edm = 0.010148 NCalls = 273 +VariableMetric: Iteration # 81 - FCN = -716347.1159518 Edm = 0.00690076 NCalls = 275 +VariableMetric: Iteration # 82 - FCN = -716347.1374182 Edm = 0.00672766 NCalls = 277 +VariableMetric: Iteration # 83 - FCN = -716347.1699129 Edm = 0.00867234 NCalls = 279 +VariableMetric: Iteration # 84 - FCN = -716347.2075598 Edm = 0.0112422 NCalls = 281 +VariableMetric: Iteration # 85 - FCN = -716347.2522429 Edm = 0.0251689 NCalls = 284 +VariableMetric: Iteration # 86 - FCN = -716347.6843406 Edm = 0.36629 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -716358.8831396 Edm = 14.0435 NCalls = 294 +VariableMetric: Iteration # 88 - FCN = -716364.480098 Edm = 18.9626 NCalls = 298 +VariableMetric: Iteration # 89 - FCN = -716366.1252606 Edm = 6.42608 NCalls = 301 +VariableMetric: Iteration # 90 - FCN = -716371.724687 Edm = 12.4944 NCalls = 304 +VariableMetric: Iteration # 91 - FCN = -716384.4059321 Edm = 15.9524 NCalls = 310 +VariableMetric: Iteration # 92 - FCN = -716406.9144911 Edm = 29.2978 NCalls = 315 +VariableMetric: Iteration # 93 - FCN = -716416.8207613 Edm = 10.618 NCalls = 319 +VariableMetric: Iteration # 94 - FCN = -716424.8839274 Edm = 5.08371 NCalls = 324 +VariableMetric: Iteration # 95 - FCN = -716435.2561672 Edm = 12.0553 NCalls = 327 +VariableMetric: Iteration # 96 - FCN = -716444.0419346 Edm = 0.260754 NCalls = 330 +VariableMetric: Iteration # 97 - FCN = -716444.5255367 Edm = 0.141138 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -716444.9890615 Edm = 0.250555 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -716446.0903959 Edm = 0.305105 NCalls = 336 +VariableMetric: Iteration # 100 - FCN = -716446.6248817 Edm = 0.0602158 NCalls = 338 +VariableMetric: Iteration # 101 - FCN = -716446.6917802 Edm = 0.00646625 NCalls = 340 +VariableMetric: Iteration # 102 - FCN = -716446.7035616 Edm = 0.00198455 NCalls = 342 +VariableMetric: Iteration # 103 - FCN = -716446.7096605 Edm = 0.00445897 NCalls = 344 +VariableMetric: Iteration # 104 - FCN = -716446.7486591 Edm = 0.0260004 NCalls = 348 +VariableMetric: Iteration # 105 - FCN = -716446.8766671 Edm = 0.0386191 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -716446.9777867 Edm = 0.0143451 NCalls = 352 +VariableMetric: Iteration # 107 - FCN = -716447.0636597 Edm = 0.102995 NCalls = 354 +VariableMetric: Iteration # 108 - FCN = -716447.4424914 Edm = 0.357202 NCalls = 360 +VariableMetric: Iteration # 109 - FCN = -716450.9157213 Edm = 7.90659 NCalls = 367 +VariableMetric: Iteration # 110 - FCN = -716452.7619393 Edm = 3.45539 NCalls = 369 +VariableMetric: Iteration # 111 - FCN = -716464.8784248 Edm = 3.97068 NCalls = 374 +VariableMetric: Iteration # 112 - FCN = -716467.4088312 Edm = 1.44622 NCalls = 376 +VariableMetric: Iteration # 113 - FCN = -716468.403555 Edm = 0.950934 NCalls = 378 +VariableMetric: Iteration # 114 - FCN = -716473.1404945 Edm = 3.3465 NCalls = 381 +VariableMetric: Iteration # 115 - FCN = -716484.3187605 Edm = 1.98981 NCalls = 384 +VariableMetric: Iteration # 116 - FCN = -716486.5159288 Edm = 0.761377 NCalls = 386 +VariableMetric: Iteration # 117 - FCN = -716489.0396655 Edm = 1.28746 NCalls = 389 +VariableMetric: Iteration # 118 - FCN = -716496.9340607 Edm = 3.93368 NCalls = 392 +VariableMetric: Iteration # 119 - FCN = -716497.4611614 Edm = 1.06349 NCalls = 394 +VariableMetric: Iteration # 120 - FCN = -716498.9025912 Edm = 1.28975 NCalls = 396 +VariableMetric: Iteration # 121 - FCN = -716502.2925692 Edm = 1.26288 NCalls = 400 +VariableMetric: Iteration # 122 - FCN = -716507.9394079 Edm = 5.14652 NCalls = 406 +VariableMetric: Iteration # 123 - FCN = -716508.8993262 Edm = 2.38545 NCalls = 409 +VariableMetric: Iteration # 124 - FCN = -716512.0282582 Edm = 0.916164 NCalls = 411 +VariableMetric: Iteration # 125 - FCN = -716512.9947104 Edm = 0.488864 NCalls = 412 +VariableMetric: Iteration # 126 - FCN = -716513.9355862 Edm = 0.352975 NCalls = 414 +VariableMetric: Iteration # 127 - FCN = -716514.3291757 Edm = 0.0485922 NCalls = 416 +VariableMetric: Iteration # 128 - FCN = -716514.3947681 Edm = 0.0146062 NCalls = 418 +VariableMetric: Iteration # 129 - FCN = -716514.4304761 Edm = 0.0161854 NCalls = 420 +VariableMetric: Iteration # 130 - FCN = -716514.500381 Edm = 0.0485141 NCalls = 423 +VariableMetric: Iteration # 131 - FCN = -716514.6100869 Edm = 0.0213246 NCalls = 426 +VariableMetric: Iteration # 132 - FCN = -716514.6236038 Edm = 0.00367133 NCalls = 428 +VariableMetric: Iteration # 133 - FCN = -716514.6264531 Edm = 0.00117739 NCalls = 430 +VariableMetric: Iteration # 134 - FCN = -716514.6316167 Edm = 0.00470472 NCalls = 433 +VariableMetric: Iteration # 135 - FCN = -716514.7659979 Edm = 0.0962223 NCalls = 440 +VariableMetric: Iteration # 136 - FCN = -716515.1361783 Edm = 0.229236 NCalls = 443 +VariableMetric: Iteration # 137 - FCN = -716516.7722901 Edm = 2.1675 NCalls = 446 +VariableMetric: Iteration # 138 - FCN = -716520.7917209 Edm = 3.84681 NCalls = 451 +VariableMetric: Iteration # 139 - FCN = -716533.3158425 Edm = 10.7409 NCalls = 456 +VariableMetric: Iteration # 140 - FCN = -716542.7077675 Edm = 5.43797 NCalls = 459 +VariableMetric: Iteration # 141 - FCN = -716545.1814305 Edm = 6.08478 NCalls = 461 +VariableMetric: Iteration # 142 - FCN = -716547.8087911 Edm = 1.41773 NCalls = 464 +VariableMetric: Iteration # 143 - FCN = -716550.3265747 Edm = 0.324373 NCalls = 467 +VariableMetric: Iteration # 144 - FCN = -716550.7976965 Edm = 0.0833497 NCalls = 469 +VariableMetric: Iteration # 145 - FCN = -716550.9307079 Edm = 0.0297417 NCalls = 471 +VariableMetric: Iteration # 146 - FCN = -716551.17928 Edm = 0.322198 NCalls = 475 +VariableMetric: Iteration # 147 - FCN = -716551.3974707 Edm = 0.209672 NCalls = 479 +VariableMetric: Iteration # 148 - FCN = -716551.5096262 Edm = 0.132122 NCalls = 482 +VariableMetric: Iteration # 149 - FCN = -716551.6421469 Edm = 0.0212777 NCalls = 485 +VariableMetric: Iteration # 150 - FCN = -716551.6695585 Edm = 0.00482008 NCalls = 487 +VariableMetric: Iteration # 151 - FCN = -716551.6767023 Edm = 0.00111365 NCalls = 489 +VariableMetric: Iteration # 152 - FCN = -716551.6795369 Edm = 0.000560349 NCalls = 491 +VariableMetric: Iteration # 153 - FCN = -716551.6810892 Edm = 0.000736103 NCalls = 493 +VariableMetric: Iteration # 154 - FCN = -716551.6926454 Edm = 0.0124298 NCalls = 497 +VariableMetric: Iteration # 155 - FCN = -716552.5563394 Edm = 0.691367 NCalls = 504 +VariableMetric: Iteration # 156 - FCN = -716552.5805851 Edm = 0.013104 NCalls = 506 +VariableMetric: Iteration # 157 - FCN = -716552.5852369 Edm = 0.000804558 NCalls = 508 +VariableMetric: Iteration # 158 - FCN = -716552.5983814 Edm = 0.0132491 NCalls = 512 +VariableMetric: Iteration # 159 - FCN = -716553.499559 Edm = 0.472438 NCalls = 519 +VariableMetric: Iteration # 160 - FCN = -716559.5586721 Edm = 1.67521 NCalls = 522 +VariableMetric: Iteration # 161 - FCN = -716562.0581084 Edm = 0.321567 NCalls = 524 +VariableMetric: Iteration # 162 - FCN = -716562.2984968 Edm = 0.0287572 NCalls = 526 +VariableMetric: Iteration # 163 - FCN = -716562.337704 Edm = 0.00473269 NCalls = 528 +VariableMetric: Iteration # 164 - FCN = -716562.3466178 Edm = 0.00110049 NCalls = 530 +VariableMetric: Iteration # 165 - FCN = -716562.348232 Edm = 0.000218154 NCalls = 532 +VariableMetric: Iteration # 166 - FCN = -716562.3495864 Edm = 0.00107695 NCalls = 535 +VariableMetric: Iteration # 167 - FCN = -716562.397439 Edm = 0.0298818 NCalls = 540 +VariableMetric: Iteration # 168 - FCN = -716562.511769 Edm = 0.0961874 NCalls = 543 +VariableMetric: Iteration # 169 - FCN = -716562.8112339 Edm = 0.277276 NCalls = 547 +VariableMetric: Iteration # 170 - FCN = -716563.4929312 Edm = 0.679175 NCalls = 552 +VariableMetric: Iteration # 171 - FCN = -716564.265004 Edm = 1.48314 NCalls = 557 +VariableMetric: Iteration # 172 - FCN = -716564.8730635 Edm = 0.569765 NCalls = 563 +VariableMetric: Iteration # 173 - FCN = -716568.295765 Edm = 1.07019 NCalls = 566 +VariableMetric: Iteration # 174 - FCN = -716569.5242467 Edm = 0.0336555 NCalls = 568 +VariableMetric: Iteration # 175 - FCN = -716569.5685597 Edm = 0.00443225 NCalls = 570 +VariableMetric: Iteration # 176 - FCN = -716569.5775176 Edm = 0.00146934 NCalls = 572 +VariableMetric: Iteration # 177 - FCN = -716569.5800734 Edm = 0.000285044 NCalls = 574 +VariableMetric: Iteration # 178 - FCN = -716569.5808128 Edm = 3.59887e-05 NCalls = 576 +VariableMetric: After Hessian - FCN = -716569.5808128 Edm = 3.38286 NCalls = 943 +VariableMetric: Iteration # 179 - FCN = -716569.5808128 Edm = 3.38286 NCalls = 943 +VariableMetric: Iteration # 180 - FCN = -716572.0861014 Edm = 0.167797 NCalls = 945 +VariableMetric: Iteration # 181 - FCN = -716572.2912447 Edm = 0.0358538 NCalls = 948 +VariableMetric: Iteration # 182 - FCN = -716572.3521376 Edm = 0.0157773 NCalls = 951 +VariableMetric: Iteration # 183 - FCN = -716572.3744414 Edm = 0.0116423 NCalls = 953 +VariableMetric: Iteration # 184 - FCN = -716572.390765 Edm = 0.0155141 NCalls = 956 +VariableMetric: Iteration # 185 - FCN = -716572.4111572 Edm = 0.00493451 NCalls = 958 +VariableMetric: Iteration # 186 - FCN = -716572.4152759 Edm = 0.0101795 NCalls = 960 +VariableMetric: Iteration # 187 - FCN = -716572.4219617 Edm = 0.00285908 NCalls = 963 +VariableMetric: Iteration # 188 - FCN = -716572.4271644 Edm = 0.00378432 NCalls = 966 +VariableMetric: Iteration # 189 - FCN = -716572.4297253 Edm = 0.00164906 NCalls = 968 +VariableMetric: Iteration # 190 - FCN = -716572.4326845 Edm = 0.000505041 NCalls = 972 +VariableMetric: Iteration # 191 - FCN = -716572.4336725 Edm = 0.000285864 NCalls = 974 +VariableMetric: Iteration # 192 - FCN = -716572.4344732 Edm = 0.000663273 NCalls = 977 +VariableMetric: Iteration # 193 - FCN = -716572.4349797 Edm = 0.000323978 NCalls = 980 +VariableMetric: Iteration # 194 - FCN = -716572.4353933 Edm = 0.000240828 NCalls = 983 +VariableMetric: Iteration # 195 - FCN = -716572.4355807 Edm = 9.04757e-05 NCalls = 985 +VariableMetric: Iteration # 196 - FCN = -716572.4357821 Edm = 7.3132e-05 NCalls = 987 +VariableMetric: Iteration # 197 - FCN = -716572.4359412 Edm = 4.18617e-05 NCalls = 990 +VariableMetric: After Hessian - FCN = -716572.4359412 Edm = 8.52308e-05 NCalls = 1367 +VariableMetric: Iteration # 198 - FCN = -716572.4359412 Edm = 8.52308e-05 NCalls = 1367 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713489.079254 Edm = 7.59367 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713489.079254 Edm = 7.59367 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715960.1565111 Edm = 0.226845 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715961.0117078 Edm = 0.314195 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716043.459537 Edm = 0.219867 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -716044.2202995 Edm = 0.0839755 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -716045.8225917 Edm = 1.40416 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -716326.4726665 Edm = 18.6899 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -716345.711792 Edm = 0.207719 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -716346.1254532 Edm = 0.263637 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -716392.525416 Edm = 7.56184 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -716402.9258993 Edm = 0.405785 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -716403.4720187 Edm = 0.0307655 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -716403.5326208 Edm = 0.0290642 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -716406.6468198 Edm = 2.36963 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -716433.3582035 Edm = 6.04519 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -716440.9855103 Edm = 0.362805 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -716441.4112251 Edm = 0.0141494 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -716441.4320933 Edm = 0.00276086 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -716441.5479935 Edm = 0.095568 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -716443.8193638 Edm = 1.93291 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -716479.6430892 Edm = 7.09711 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -716486.278319 Edm = 4.77454 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -716488.4995061 Edm = 0.371495 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -716489.49957 Edm = 0.433062 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -716490.5826038 Edm = 0.0485372 NCalls = 79 +VariableMetric: Iteration # 25 - FCN = -716490.6236351 Edm = 0.0096918 NCalls = 81 +VariableMetric: Iteration # 26 - FCN = -716490.6313453 Edm = 0.000927161 NCalls = 82 +VariableMetric: Iteration # 27 - FCN = -716490.6390727 Edm = 0.00717129 NCalls = 85 +VariableMetric: Iteration # 28 - FCN = -716491.6635253 Edm = 0.349239 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -716497.0139103 Edm = 1.71078 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -716501.0442652 Edm = 0.107446 NCalls = 97 +VariableMetric: Iteration # 31 - FCN = -716501.213379 Edm = 0.0351431 NCalls = 99 +VariableMetric: Iteration # 32 - FCN = -716501.2866953 Edm = 0.00377234 NCalls = 102 +VariableMetric: Iteration # 33 - FCN = -716501.2912445 Edm = 0.000319042 NCalls = 104 +VariableMetric: Iteration # 34 - FCN = -716501.2929844 Edm = 0.0015642 NCalls = 107 +VariableMetric: Iteration # 35 - FCN = -716501.366563 Edm = 0.0957886 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -716501.3706507 Edm = 0.00414243 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -716501.4114588 Edm = 0.0365874 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -716503.5133916 Edm = 0.84682 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -716505.3897966 Edm = 0.0148571 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -716505.4045718 Edm = 0.00154993 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -716505.4055446 Edm = 0.000236572 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -716505.4072739 Edm = 0.00159442 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -716505.5881807 Edm = 0.163805 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -716511.0200952 Edm = 0.256618 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -716511.305493 Edm = 0.00711117 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -716511.3148557 Edm = 0.000497832 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -716511.3163594 Edm = 0.000891899 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -716511.4486658 Edm = 0.120645 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -716518.2828352 Edm = 1.25156 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -716519.9430042 Edm = 0.0600774 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -716519.976698 Edm = 0.0155191 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -716519.9846215 Edm = 0.00401579 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -716519.9988824 Edm = 0.017003 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -716520.1110634 Edm = 0.224537 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -716520.1209669 Edm = 0.0339294 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -716520.9479167 Edm = 1.64268 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -716521.353057 Edm = 0.0934567 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -716521.4649803 Edm = 0.00808902 NCalls = 202 +VariableMetric: Iteration # 59 - FCN = -716521.4690967 Edm = 0.000594168 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -716521.4700536 Edm = 0.000462742 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -716521.4904901 Edm = 0.0190181 NCalls = 211 +VariableMetric: Iteration # 62 - FCN = -716524.0187223 Edm = 2.03797 NCalls = 216 +VariableMetric: Iteration # 63 - FCN = -716543.7967472 Edm = 3.9388 NCalls = 220 +VariableMetric: Iteration # 64 - FCN = -716546.6990521 Edm = 0.77457 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -716547.2544573 Edm = 0.0724912 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -716547.3145682 Edm = 0.00726096 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -716547.3251789 Edm = 0.00811482 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -716548.6932067 Edm = 1.72591 NCalls = 236 +VariableMetric: Iteration # 69 - FCN = -716548.6932067 Edm = 1.72591 NCalls = 247 +VariableMetric: After Hessian - FCN = -716548.6932067 Edm = 32965.2 NCalls = 598 +VariableMetric: Iteration # 70 - FCN = -716548.6932067 Edm = 32965.2 NCalls = 598 +VariableMetric: Iteration # 71 - FCN = -716550.6326967 Edm = 111556 NCalls = 609 +VariableMetric: Iteration # 72 - FCN = -716558.2138392 Edm = 11.0074 NCalls = 611 +VariableMetric: Iteration # 73 - FCN = -716567.6343838 Edm = 3.73196 NCalls = 614 +VariableMetric: Iteration # 74 - FCN = -716579.7703854 Edm = 0.817152 NCalls = 617 +VariableMetric: Iteration # 75 - FCN = -716584.5823734 Edm = 1.09976 NCalls = 620 +VariableMetric: Iteration # 76 - FCN = -716586.3592275 Edm = 0.732434 NCalls = 623 +VariableMetric: Iteration # 77 - FCN = -716589.0550502 Edm = 1.25227 NCalls = 627 +VariableMetric: Iteration # 78 - FCN = -716591.284821 Edm = 0.159844 NCalls = 629 +VariableMetric: Iteration # 79 - FCN = -716592.0056155 Edm = 0.330158 NCalls = 631 +VariableMetric: Iteration # 80 - FCN = -716592.5461394 Edm = 0.0744885 NCalls = 633 +VariableMetric: Iteration # 81 - FCN = -716592.6515229 Edm = 0.0481569 NCalls = 635 +VariableMetric: Iteration # 82 - FCN = -716593.1101223 Edm = 0.0591653 NCalls = 638 +VariableMetric: Iteration # 83 - FCN = -716593.1990714 Edm = 0.014673 NCalls = 640 +VariableMetric: Iteration # 84 - FCN = -716593.3150397 Edm = 0.0710737 NCalls = 643 +VariableMetric: Iteration # 85 - FCN = -716593.5058387 Edm = 0.00560845 NCalls = 645 +VariableMetric: Iteration # 86 - FCN = -716593.567139 Edm = 0.0313724 NCalls = 648 +VariableMetric: Iteration # 87 - FCN = -716593.6404357 Edm = 0.00914476 NCalls = 650 +VariableMetric: Iteration # 88 - FCN = -716593.7375566 Edm = 0.0407343 NCalls = 653 +VariableMetric: Iteration # 89 - FCN = -716593.8031846 Edm = 0.00605205 NCalls = 655 +VariableMetric: Iteration # 90 - FCN = -716593.8298732 Edm = 0.0180445 NCalls = 657 +VariableMetric: Iteration # 91 - FCN = -716593.9217675 Edm = 0.00790093 NCalls = 659 +VariableMetric: Iteration # 92 - FCN = -716593.9548292 Edm = 0.0226164 NCalls = 661 +VariableMetric: Iteration # 93 - FCN = -716594.0604034 Edm = 0.00870583 NCalls = 664 +VariableMetric: Iteration # 94 - FCN = -716594.0764888 Edm = 0.00904041 NCalls = 666 +VariableMetric: Iteration # 95 - FCN = -716594.1724563 Edm = 0.0196431 NCalls = 670 +VariableMetric: Iteration # 96 - FCN = -716594.1943946 Edm = 0.00273218 NCalls = 672 +VariableMetric: Iteration # 97 - FCN = -716594.2105824 Edm = 0.00818504 NCalls = 675 +VariableMetric: Iteration # 98 - FCN = -716594.2266538 Edm = 0.00114603 NCalls = 677 +VariableMetric: Iteration # 99 - FCN = -716594.2305285 Edm = 0.00275146 NCalls = 679 +VariableMetric: Iteration # 100 - FCN = -716594.278794 Edm = 0.0186388 NCalls = 684 +VariableMetric: Iteration # 101 - FCN = -716594.3069128 Edm = 0.00120898 NCalls = 686 +VariableMetric: Iteration # 102 - FCN = -716594.3104049 Edm = 0.00191606 NCalls = 688 +VariableMetric: Iteration # 103 - FCN = -716594.3238705 Edm = 0.00324439 NCalls = 691 +VariableMetric: Iteration # 104 - FCN = -716594.3280209 Edm = 0.00114646 NCalls = 693 +VariableMetric: Iteration # 105 - FCN = -716594.3405854 Edm = 0.00577843 NCalls = 696 +VariableMetric: Iteration # 106 - FCN = -716594.3521391 Edm = 0.000865673 NCalls = 698 +VariableMetric: Iteration # 107 - FCN = -716594.360706 Edm = 0.00841968 NCalls = 701 +VariableMetric: Iteration # 108 - FCN = -716594.3799717 Edm = 0.010872 NCalls = 705 +VariableMetric: Iteration # 109 - FCN = -716594.4001208 Edm = 0.00191142 NCalls = 708 +VariableMetric: Iteration # 110 - FCN = -716594.4034218 Edm = 0.00131353 NCalls = 710 +VariableMetric: Iteration # 111 - FCN = -716594.4170874 Edm = 0.00764576 NCalls = 714 +VariableMetric: Iteration # 112 - FCN = -716594.4270475 Edm = 0.00391672 NCalls = 716 +VariableMetric: Iteration # 113 - FCN = -716594.4344826 Edm = 0.00193468 NCalls = 719 +VariableMetric: Iteration # 114 - FCN = -716594.4468377 Edm = 0.00723324 NCalls = 722 +VariableMetric: Iteration # 115 - FCN = -716594.4666083 Edm = 0.00307524 NCalls = 725 +VariableMetric: Iteration # 116 - FCN = -716594.4713666 Edm = 0.00133739 NCalls = 727 +VariableMetric: Iteration # 117 - FCN = -716594.4744054 Edm = 0.00108424 NCalls = 730 +VariableMetric: Iteration # 118 - FCN = -716594.4756507 Edm = 0.000161742 NCalls = 732 +VariableMetric: Iteration # 119 - FCN = -716594.4758588 Edm = 9.83737e-06 NCalls = 734 +VariableMetric: After Hessian - FCN = -716594.4758588 Edm = 0.000312074 NCalls = 1099 +VariableMetric: Iteration # 120 - FCN = -716594.4758588 Edm = 0.000312074 NCalls = 1099 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714084.9853397 Edm = 4.81625 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714084.9853397 Edm = 4.81625 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716071.6114501 Edm = 0.0983399 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -716076.151705 Edm = 0.079975 NCalls = 8 +VariableMetric: Iteration # 3 - FCN = -716078.1086388 Edm = 1.90563 NCalls = 12 +VariableMetric: Iteration # 4 - FCN = -716131.4876554 Edm = 16.5071 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -716153.9816902 Edm = 0.719221 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -716154.6913553 Edm = 0.168601 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -716179.0824577 Edm = 20.2512 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -716256.3354433 Edm = 0.436509 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -716256.7357287 Edm = 0.0101212 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -716256.812477 Edm = 0.091044 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -716269.5229751 Edm = 5.47919 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -716272.4291522 Edm = 0.0147293 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -716272.4681492 Edm = 0.0211914 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -716311.0348318 Edm = 2.88405 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -716413.8235189 Edm = 15.917 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -716441.0196191 Edm = 0.927161 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -716441.9704798 Edm = 0.02142 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -716441.9955777 Edm = 0.00864378 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -716445.9615005 Edm = 3.80977 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -716529.3212763 Edm = 3.93528 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -716534.1341384 Edm = 0.155183 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -716534.403764 Edm = 0.00557027 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -716534.4127156 Edm = 0.00111794 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -716534.4282913 Edm = 0.0139181 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -716538.5950232 Edm = 3.19588 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -716546.4468733 Edm = 0.192123 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -716546.7038628 Edm = 0.00149872 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -716546.7061505 Edm = 0.00101265 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -716546.7989887 Edm = 0.088631 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -716561.9993073 Edm = 1.36772 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -716563.4596156 Edm = 0.0505022 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -716563.4993572 Edm = 0.000945044 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -716563.5060751 Edm = 0.00637053 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -716563.8222223 Edm = 0.351594 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -716565.319903 Edm = 0.0652505 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -716573.4087407 Edm = 1.28694 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -716575.373273 Edm = 0.204436 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -716575.573256 Edm = 0.0157592 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -716575.5859684 Edm = 0.00117538 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -716575.5873237 Edm = 0.000180788 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -716575.5880261 Edm = 0.00068161 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -716575.6371058 Edm = 0.0512899 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -716575.8918015 Edm = 0.0179714 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -716576.9208663 Edm = 0.141502 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -716577.1355308 Edm = 0.00419319 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -716577.1393648 Edm = 0.000133719 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -716577.1398677 Edm = 0.00042971 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -716577.2547439 Edm = 0.0804977 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -716579.3318178 Edm = 0.854888 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -716580.8385115 Edm = 0.0170288 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -716580.8571078 Edm = 0.000235714 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -716580.857416 Edm = 5.74125e-05 NCalls = 176 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713988.0414407 Edm = 1.78668 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713988.0414407 Edm = 1.78668 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714573.6015022 Edm = 0.349862 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714574.9360907 Edm = 1.03146 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714699.7108831 Edm = 0.310869 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -714700.2584931 Edm = 0.213684 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -714709.5878674 Edm = 8.8036 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -714810.8369921 Edm = 0.439975 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -714811.2496543 Edm = 0.0211157 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -714811.3701192 Edm = 0.122394 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -714843.075318 Edm = 1.27953 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -714913.1232571 Edm = 4.01561 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -714917.9012476 Edm = 0.181305 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -714918.1045106 Edm = 0.0151354 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -714920.3509893 Edm = 2.27255 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -714945.7151243 Edm = 3.4396 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -715048.6649745 Edm = 20.118 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -715108.5391279 Edm = 5.22406 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -715153.0628862 Edm = 16.3305 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -715161.0091643 Edm = 24.4053 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -715175.4442797 Edm = 1.25637 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -715176.3160845 Edm = 0.0264401 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -715176.4102162 Edm = 0.0717158 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -715177.2705734 Edm = 0.216631 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -715177.4883169 Edm = 0.102844 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -715177.5370272 Edm = 0.0104541 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -715177.6579334 Edm = 0.114326 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -715189.4572693 Edm = 5.06446 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -715236.9808241 Edm = 21.1014 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -715274.2130441 Edm = 2.33079 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -715279.1396804 Edm = 6.65879 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -715282.2690351 Edm = 4.10962 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -715287.3732772 Edm = 2.90355 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -715290.0743784 Edm = 2.50222 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -715291.7619849 Edm = 0.149054 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -715291.9408645 Edm = 0.0062845 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -715291.9642502 Edm = 0.0212512 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -715292.6491636 Edm = 0.577185 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -715332.6000034 Edm = 25.9252 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -715404.4868584 Edm = 12.8651 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -715427.3321016 Edm = 14.449 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -715464.50797 Edm = 52.1652 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -715469.2687813 Edm = 8.86118 NCalls = 144 +VariableMetric: Iteration # 42 - FCN = -715508.835016 Edm = 56.4338 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -715535.123646 Edm = 56.9824 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -715620.98054 Edm = 46.9191 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -715702.9880686 Edm = 35.0131 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -715727.2924002 Edm = 48.0827 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -715758.8938389 Edm = 82.56 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -715868.2470246 Edm = 72.6637 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -715889.1210136 Edm = 25.7142 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -715927.4234564 Edm = 9.09493 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -715942.3009544 Edm = 1.24851 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -715943.8177842 Edm = 0.874944 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -715944.4789637 Edm = 0.123722 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -715945.145212 Edm = 0.178871 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -715945.5842388 Edm = 0.0890501 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -715945.8533587 Edm = 0.0411681 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -715945.9459629 Edm = 0.0700219 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -715968.3621203 Edm = 59.3489 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -715968.5221109 Edm = 1.05624 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -715978.9676392 Edm = 6.16344 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -715992.1114681 Edm = 17.2685 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -716013.522239 Edm = 19.2541 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -716064.8575419 Edm = 23.8145 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -716109.195847 Edm = 12.3233 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -716122.3698528 Edm = 3.54545 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -716125.3167765 Edm = 1.21102 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -716126.9980153 Edm = 0.755666 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -716127.7719109 Edm = 0.251287 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -716128.0380374 Edm = 0.0211106 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -716128.0900235 Edm = 0.0254292 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -716128.8819502 Edm = 0.879221 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -716131.0270153 Edm = 1.86525 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -716233.2897903 Edm = 36.6458 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -716282.6941404 Edm = 14.065 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -716289.9668764 Edm = 4.13251 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -716294.8866285 Edm = 0.473586 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -716295.4112182 Edm = 0.00788181 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -716295.4207965 Edm = 0.00276097 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -716295.4324448 Edm = 0.00897603 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -716295.4982487 Edm = 0.0654172 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -716301.7334808 Edm = 4.10049 NCalls = 266 +VariableMetric: Iteration # 82 - FCN = -716321.2359525 Edm = 5.13503 NCalls = 270 +VariableMetric: Iteration # 83 - FCN = -716326.2561605 Edm = 0.967501 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -716327.3003466 Edm = 0.0998227 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -716327.4169172 Edm = 0.0500138 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -716327.4674174 Edm = 0.00574239 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -716327.4772665 Edm = 0.00315618 NCalls = 279 +VariableMetric: Iteration # 88 - FCN = -716327.5833123 Edm = 0.10474 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -716331.1982278 Edm = 2.44242 NCalls = 290 +VariableMetric: Iteration # 90 - FCN = -716381.2274962 Edm = 36.4303 NCalls = 294 +VariableMetric: Iteration # 91 - FCN = -716454.4632234 Edm = 6.36924 NCalls = 296 +VariableMetric: Iteration # 92 - FCN = -716457.830052 Edm = 1.20108 NCalls = 298 +VariableMetric: Iteration # 93 - FCN = -716458.8001444 Edm = 0.0806099 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -716458.9055308 Edm = 0.0245632 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -716458.9463533 Edm = 0.0127847 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -716458.9726806 Edm = 0.0101253 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -716459.1615565 Edm = 0.170229 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -716464.9139529 Edm = 5.22151 NCalls = 313 +VariableMetric: Iteration # 99 - FCN = -716497.776016 Edm = 5.9247 NCalls = 316 +VariableMetric: Iteration # 100 - FCN = -716503.6186047 Edm = 1.26882 NCalls = 317 +VariableMetric: Iteration # 101 - FCN = -716506.690486 Edm = 1.22401 NCalls = 320 +VariableMetric: Iteration # 102 - FCN = -716508.8895847 Edm = 2.7892 NCalls = 323 +VariableMetric: Iteration # 103 - FCN = -716509.6167912 Edm = 0.388351 NCalls = 326 +VariableMetric: Iteration # 104 - FCN = -716510.1308038 Edm = 0.066883 NCalls = 328 +VariableMetric: Iteration # 105 - FCN = -716510.1795339 Edm = 0.0112109 NCalls = 330 +VariableMetric: Iteration # 106 - FCN = -716510.1957082 Edm = 0.00204592 NCalls = 332 +VariableMetric: Iteration # 107 - FCN = -716510.2105525 Edm = 0.00823479 NCalls = 335 +VariableMetric: Iteration # 108 - FCN = -716510.2362614 Edm = 0.0033438 NCalls = 338 +VariableMetric: Iteration # 109 - FCN = -716510.2463364 Edm = 0.00842071 NCalls = 340 +VariableMetric: Iteration # 110 - FCN = -716510.4686983 Edm = 0.214547 NCalls = 345 +VariableMetric: Iteration # 111 - FCN = -716532.0891315 Edm = 9.13457 NCalls = 355 +VariableMetric: Iteration # 112 - FCN = -716535.4508818 Edm = 51.1389 NCalls = 357 +VariableMetric: Iteration # 113 - FCN = -716555.4907731 Edm = 4.50937 NCalls = 359 +VariableMetric: Iteration # 114 - FCN = -716564.7206363 Edm = 3.19904 NCalls = 362 +VariableMetric: Iteration # 115 - FCN = -716568.5167564 Edm = 1.68845 NCalls = 364 +VariableMetric: Iteration # 116 - FCN = -716569.2934671 Edm = 0.779206 NCalls = 366 +VariableMetric: Iteration # 117 - FCN = -716570.0822446 Edm = 0.290385 NCalls = 369 +VariableMetric: Iteration # 118 - FCN = -716571.5353418 Edm = 1.12133 NCalls = 373 +VariableMetric: Iteration # 119 - FCN = -716572.8791072 Edm = 0.536495 NCalls = 376 +VariableMetric: Iteration # 120 - FCN = -716573.7203485 Edm = 0.125838 NCalls = 378 +VariableMetric: Iteration # 121 - FCN = -716573.8188057 Edm = 0.0544202 NCalls = 380 +VariableMetric: Iteration # 122 - FCN = -716573.8629116 Edm = 0.00396284 NCalls = 382 +VariableMetric: Iteration # 123 - FCN = -716573.8677542 Edm = 0.000747398 NCalls = 384 +VariableMetric: Iteration # 124 - FCN = -716573.8738162 Edm = 0.0062361 NCalls = 387 +VariableMetric: Iteration # 125 - FCN = -716573.9706245 Edm = 0.0990032 NCalls = 393 +VariableMetric: Iteration # 126 - FCN = -716575.0070257 Edm = 0.26334 NCalls = 400 +VariableMetric: Iteration # 127 - FCN = -716580.6069796 Edm = 3.14356 NCalls = 402 +VariableMetric: Iteration # 128 - FCN = -716588.3275455 Edm = 2.93201 NCalls = 405 +VariableMetric: Iteration # 129 - FCN = -716589.7232047 Edm = 0.196991 NCalls = 407 +VariableMetric: Iteration # 130 - FCN = -716589.8975186 Edm = 0.00997469 NCalls = 408 +VariableMetric: Iteration # 131 - FCN = -716589.907177 Edm = 0.000725334 NCalls = 409 +VariableMetric: Iteration # 132 - FCN = -716589.9078903 Edm = 5.20584e-05 NCalls = 410 +VariableMetric: After Hessian - FCN = -716589.9078903 Edm = 1375.78 NCalls = 769 +VariableMetric: Iteration # 133 - FCN = -716589.9078903 Edm = 1375.78 NCalls = 769 +VariableMetric: Iteration # 134 - FCN = -716590.8703923 Edm = 13062.4 NCalls = 774 +VariableMetric: Iteration # 135 - FCN = -716592.9003724 Edm = 0.129961 NCalls = 777 +VariableMetric: Iteration # 136 - FCN = -716593.2190849 Edm = 0.0640954 NCalls = 779 +VariableMetric: Iteration # 137 - FCN = -716593.5565782 Edm = 0.251584 NCalls = 782 +VariableMetric: Iteration # 138 - FCN = -716594.0205121 Edm = 0.28687 NCalls = 785 +VariableMetric: Iteration # 139 - FCN = -716594.4476741 Edm = 0.17021 NCalls = 787 +VariableMetric: Iteration # 140 - FCN = -716594.6473125 Edm = 0.110197 NCalls = 789 +VariableMetric: Iteration # 141 - FCN = -716594.808673 Edm = 0.0459097 NCalls = 791 +VariableMetric: Iteration # 142 - FCN = -716594.9353409 Edm = 0.0259839 NCalls = 794 +VariableMetric: Iteration # 143 - FCN = -716595.0097574 Edm = 0.0198591 NCalls = 796 +VariableMetric: Iteration # 144 - FCN = -716595.0814318 Edm = 0.0262078 NCalls = 798 +VariableMetric: Iteration # 145 - FCN = -716595.1155176 Edm = 0.00870082 NCalls = 800 +VariableMetric: Iteration # 146 - FCN = -716595.1360219 Edm = 0.00646989 NCalls = 802 +VariableMetric: Iteration # 147 - FCN = -716595.1460763 Edm = 0.00171133 NCalls = 804 +VariableMetric: Iteration # 148 - FCN = -716595.1487003 Edm = 0.000374965 NCalls = 806 +VariableMetric: Iteration # 149 - FCN = -716595.1491289 Edm = 1.35581e-05 NCalls = 808 +VariableMetric: After Hessian - FCN = -716595.1491289 Edm = 0.147946 NCalls = 1191 +VariableMetric: Iteration # 150 - FCN = -716595.1491289 Edm = 0.147946 NCalls = 1191 +VariableMetric: Iteration # 151 - FCN = -716595.1502887 Edm = 0.454258 NCalls = 1194 +VariableMetric: Iteration # 152 - FCN = -716595.1502953 Edm = 0.397919 NCalls = 1198 +VariableMetric: Iteration # 153 - FCN = -716595.1504958 Edm = 2.11935 NCalls = 1201 +VariableMetric: Iteration # 154 - FCN = -716595.1505694 Edm = 0.478588 NCalls = 1205 +VariableMetric: Iteration # 155 - FCN = -716595.1507369 Edm = 0.209396 NCalls = 1208 +VariableMetric: Iteration # 156 - FCN = -716595.1508578 Edm = 0.0615846 NCalls = 1211 +VariableMetric: Iteration # 157 - FCN = -716595.1509372 Edm = 0.00853815 NCalls = 1214 +VariableMetric: Iteration # 158 - FCN = -716595.1509594 Edm = 0.0150768 NCalls = 1217 +VariableMetric: Iteration # 159 - FCN = -716595.1509927 Edm = 0.0456829 NCalls = 1220 +VariableMetric: Iteration # 160 - FCN = -716595.1514415 Edm = 0.151888 NCalls = 1222 +VariableMetric: Iteration # 161 - FCN = -716595.1538824 Edm = 0.123121 NCalls = 1224 +VariableMetric: Iteration # 162 - FCN = -716595.1564818 Edm = 0.0272656 NCalls = 1226 +VariableMetric: Iteration # 163 - FCN = -716595.1566105 Edm = 0.0311434 NCalls = 1228 +VariableMetric: Iteration # 164 - FCN = -716595.1571885 Edm = 0.0081474 NCalls = 1230 +VariableMetric: Iteration # 165 - FCN = -716595.1582086 Edm = 0.0135115 NCalls = 1232 +VariableMetric: Iteration # 166 - FCN = -716595.1591268 Edm = 0.00887225 NCalls = 1234 +VariableMetric: Iteration # 167 - FCN = -716595.1608326 Edm = 0.0188901 NCalls = 1236 +VariableMetric: Iteration # 168 - FCN = -716595.1625299 Edm = 0.0314074 NCalls = 1237 +VariableMetric: Iteration # 169 - FCN = -716595.1744435 Edm = 0.151798 NCalls = 1240 +VariableMetric: Iteration # 170 - FCN = -716595.1795938 Edm = 0.0323531 NCalls = 1242 +VariableMetric: Iteration # 171 - FCN = -716595.187359 Edm = 0.0289799 NCalls = 1244 +VariableMetric: Iteration # 172 - FCN = -716595.2010959 Edm = 0.0334924 NCalls = 1247 +VariableMetric: Iteration # 173 - FCN = -716595.2543121 Edm = 0.0272186 NCalls = 1253 +VariableMetric: Iteration # 174 - FCN = -716595.2832541 Edm = 0.0816616 NCalls = 1256 +VariableMetric: Iteration # 175 - FCN = -716595.3864447 Edm = 0.0664438 NCalls = 1261 +VariableMetric: Iteration # 176 - FCN = -716595.4158656 Edm = 0.0593351 NCalls = 1263 +VariableMetric: Iteration # 177 - FCN = -716595.4658055 Edm = 0.0204669 NCalls = 1265 +VariableMetric: Iteration # 178 - FCN = -716595.4798577 Edm = 0.0104373 NCalls = 1266 +VariableMetric: Iteration # 179 - FCN = -716595.5024202 Edm = 0.0069197 NCalls = 1270 +VariableMetric: Iteration # 180 - FCN = -716595.5067436 Edm = 0.00204086 NCalls = 1272 +VariableMetric: Iteration # 181 - FCN = -716595.5088511 Edm = 0.00042191 NCalls = 1274 +VariableMetric: Iteration # 182 - FCN = -716595.5091816 Edm = 0.000226258 NCalls = 1275 +VariableMetric: Iteration # 183 - FCN = -716595.5093518 Edm = 1.61587e-05 NCalls = 1277 +VariableMetric: After Hessian - FCN = -716595.5093518 Edm = 1.41507e-05 NCalls = 1664 +VariableMetric: Iteration # 184 - FCN = -716595.5093518 Edm = 1.41507e-05 NCalls = 1664 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.166E+05 | Ncalls=1158 (1158 total) | +| EDM = 0.000196 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -716595.4743327117 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 1 | p3770_p | -2.59 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | 4.24 | 0.15 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.29 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 2.258 | 0.027 | | |-6.28319 | 6.28319 | | +| 5 | Ctt | -0.023 | 0.079 | | | -0.5 | 0.5 | | +| 6 | omega_s | 6.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.62 | 0.18 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 1.11 | 0.13 | | |0.00501244| 2.01499 | | +| 9 | p4415_s | 1.20 | 0.15 | | |0.126447 | 2.35355 | | +| 10| phi_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1366.1 | 1.9 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.994E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.11 | 0.03 | | | -1.464 | 1.464 | | +| 14| p4040_p | 4.03 | 0.14 | | |-6.28319 | 6.28319 | | +| 15| rho_s | 1.02 | 0.28 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.20 | 0.13 | | | 0.71676 | 3.68324 | | +| 17| jpsi_p | -1.547 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 6.28 | 0.26 | | |-6.28319 | 6.28319 | | +| 19| rho_p | -0.54 | 0.28 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p3770_p p4415_p p4160_p psi2s_p Ctt omega_s p3770_s p4040_s p4415_s phi_p psi2s_s jpsi_s Dbar_s p4040_p rho_s p4160_s jpsi_p omega_p rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.069 -0.036 -0.059 -0.132 -0.013 -0.349 0.007 0.008 -0.010 0.997 0.045 0.051 0.006 -0.054 0.345 -0.011 -0.397 -0.224 -0.076 | +| p3770_p | -0.069 1.000 0.055 0.107 -0.215 -0.324 0.023 -0.177 -0.024 -0.059 -0.070 -0.004 -0.000 -0.189 0.103 -0.021 -0.017 -0.022 0.017 0.015 | +| p4415_p | -0.036 0.055 1.000 0.193 -0.010 -0.143 0.013 -0.018 -0.138 -0.111 -0.036 0.009 0.012 0.172 0.098 -0.012 -0.163 -0.014 0.009 0.024 | +| p4160_p | -0.059 0.107 0.193 1.000 -0.009 -0.308 0.021 -0.061 -0.356 0.134 -0.060 -0.014 -0.015 0.031 0.091 -0.022 -0.057 -0.028 0.015 0.025 | +| psi2s_p | -0.132 -0.215 -0.010 -0.009 1.000 -0.041 0.043 -0.174 -0.105 -0.099 -0.132 -0.095 -0.094 0.001 -0.143 -0.052 -0.139 -0.004 0.032 -0.029 | +| Ctt | -0.013 -0.324 -0.143 -0.308 -0.041 1.000 -0.003 0.006 0.254 0.199 -0.013 0.098 0.103 0.498 -0.259 0.028 0.132 0.116 0.002 0.001 | +| omega_s | -0.349 0.023 0.013 0.021 0.043 -0.003 1.000 -0.001 -0.002 0.004 -0.353 -0.011 -0.012 0.004 0.020 -0.520 0.005 0.120 -0.313 0.025 | +| p3770_s | 0.007 -0.177 -0.018 -0.061 -0.174 0.006 -0.001 1.000 0.098 0.021 0.007 -0.016 -0.003 0.171 -0.102 -0.006 0.018 0.012 -0.001 -0.020 | +| p4040_s | 0.008 -0.024 -0.138 -0.356 -0.105 0.254 -0.002 0.098 1.000 0.023 0.008 -0.001 0.004 0.284 -0.114 -0.003 -0.063 -0.014 -0.001 -0.030 | +| p4415_s | -0.010 -0.059 -0.111 0.134 -0.099 0.199 0.004 0.021 0.023 1.000 -0.011 0.031 0.037 0.279 0.098 -0.002 0.157 -0.034 0.003 -0.009 | +| phi_p | 0.997 -0.070 -0.036 -0.060 -0.132 -0.013 -0.353 0.007 0.008 -0.011 1.000 0.043 0.050 0.007 -0.055 0.349 -0.011 -0.398 -0.224 -0.087 | +| psi2s_s | 0.045 -0.004 0.009 -0.014 -0.095 0.098 -0.011 -0.016 -0.001 0.031 0.043 1.000 0.848 -0.143 -0.011 0.010 0.021 0.043 -0.008 -0.082 | +| jpsi_s | 0.051 -0.000 0.012 -0.015 -0.094 0.103 -0.012 -0.003 0.004 0.037 0.050 0.848 1.000 -0.160 -0.010 0.011 0.027 0.045 -0.009 -0.095 | +| Dbar_s | 0.006 -0.189 0.172 0.031 0.001 0.498 0.004 0.171 0.284 0.279 0.007 -0.143 -0.160 1.000 0.131 -0.026 0.336 -0.109 0.000 -0.018 | +| p4040_p | -0.054 0.103 0.098 0.091 -0.143 -0.259 0.020 -0.102 -0.114 0.098 -0.055 -0.011 -0.010 0.131 1.000 -0.022 0.358 -0.066 0.014 0.016 | +| rho_s | 0.345 -0.021 -0.012 -0.022 -0.052 0.028 -0.520 -0.006 -0.003 -0.002 0.349 0.010 0.011 -0.026 -0.022 1.000 -0.006 -0.092 -0.074 0.084 | +| p4160_s | -0.011 -0.017 -0.163 -0.057 -0.139 0.132 0.005 0.018 -0.063 0.157 -0.011 0.021 0.027 0.336 0.358 -0.006 1.000 -0.044 0.004 -0.010 | +| jpsi_p | -0.397 -0.022 -0.014 -0.028 -0.004 0.116 0.120 0.012 -0.014 -0.034 -0.398 0.043 0.045 -0.109 -0.066 -0.092 -0.044 1.000 0.094 0.038 | +| omega_p | -0.224 0.017 0.009 0.015 0.032 0.002 -0.313 -0.001 -0.001 0.003 -0.224 -0.008 -0.009 0.000 0.014 -0.074 0.004 0.094 1.000 0.143 | +| rho_p | -0.076 0.015 0.024 0.025 -0.029 0.001 0.025 -0.020 -0.030 -0.009 -0.087 -0.082 -0.095 -0.018 0.016 0.084 -0.010 0.038 0.143 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 4.687207141579445}), (, {'error': 0.08563101605765233}), (, {'error': 0.14825128199126958}), (, {'error': 0.07776866176721597}), (, {'error': 0.02665912627966449}), (, {'error': 0.07930849167840248}), (, {'error': 0.9455088781989032}), (, {'error': 0.18015950684679316}), (, {'error': 0.13082545723369293}), (, {'error': 0.15010376587041385}), (, {'error': 9.304135502355514}), (, {'error': 1.9399169141069024}), (, {'error': 13.81620290994124}), (, {'error': 0.03390422242090385}), (, {'error': 0.13839651169515754}), (, {'error': 0.275282466587886}), (, {'error': 0.1311881157974375}), (, {'error': 0.01637709095987061}), (, {'error': 0.2589175634336929}), (, {'error': 0.27787160741573746})]) +Toy 1/10 +Time taken: 1 h, 43 min +Projected time left: 15 h, 27 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.166E+05 | Ncalls=1028 (1028 total) | +| EDM = 3.03E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -716594.4761403962 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.3 | 0.8 | | | 14.8182 | 23.5818 | | +| 1 | p3770_p | 3.32 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | 4.07 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -2.22 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.43 | 0.03 | | |-6.28319 | 6.28319 | | +| 5 | Ctt | -0.006E-1 | 1.189E-1 | | | -0.5 | 0.5 | | +| 6 | omega_s | 6.6 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.65 | 0.20 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 1.17 | 0.16 | | |0.00501244| 2.01499 | | +| 9 | p4415_s | 1.24 | 0.17 | | |0.126447 | 2.35355 | | +| 10| phi_p | 6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1362 | 12 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.992E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.14 | 0.08 | | | -1.464 | 1.464 | | +| 14| p4040_p | 3.78 | 0.16 | | |-6.28319 | 6.28319 | | +| 15| rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.24 | 0.16 | | | 0.71676 | 3.68324 | | +| 17| jpsi_p | -4.637 | 0.017 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 0.19 | 0.33 | | |-6.28319 | 6.28319 | | +| 19| rho_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p3770_p p4415_p p4160_p psi2s_p Ctt omega_s p3770_s p4040_s p4415_s phi_p psi2s_s jpsi_s Dbar_s p4040_p rho_s p4160_s jpsi_p omega_p rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.043 -0.006 -0.016 -0.097 0.088 0.048 -0.042 -0.037 0.020 -0.305 0.224 0.224 -0.166 -0.024 -0.021 -0.007 -0.101 0.032 0.012 | +| p3770_p | 0.043 1.000 0.072 0.176 -0.348 -0.329 0.007 -0.252 -0.177 -0.136 0.004 0.192 0.193 -0.384 0.123 -0.022 -0.114 -0.118 -0.021 -0.022 | +| p4415_p | -0.006 0.072 1.000 0.261 -0.055 -0.185 -0.005 -0.019 -0.172 -0.121 0.002 -0.018 -0.018 0.073 0.138 0.007 -0.165 -0.004 -0.000 0.008 | +| p4160_p | -0.016 0.176 0.261 1.000 -0.066 -0.434 -0.010 -0.084 -0.456 0.059 0.002 -0.063 -0.063 -0.069 0.175 0.016 -0.112 0.022 0.002 0.015 | +| psi2s_p | -0.097 -0.348 -0.055 -0.066 1.000 -0.034 -0.034 -0.132 -0.014 -0.133 -0.001 -0.417 -0.416 0.292 -0.206 0.059 -0.158 0.243 0.028 0.045 | +| Ctt | 0.088 -0.329 -0.185 -0.434 -0.034 1.000 0.023 -0.004 0.346 0.340 0.001 0.364 0.364 0.191 -0.321 -0.046 0.233 -0.257 -0.032 -0.054 | +| omega_s | 0.048 0.007 -0.005 -0.010 -0.034 0.023 1.000 -0.007 -0.005 0.009 0.015 0.076 0.076 -0.046 -0.009 -0.466 0.002 -0.040 0.710 0.055 | +| p3770_s | -0.042 -0.252 -0.019 -0.084 -0.132 -0.004 -0.007 1.000 0.176 0.044 -0.001 -0.180 -0.179 0.265 -0.092 0.010 0.063 0.082 0.015 0.020 | +| p4040_s | -0.037 -0.177 -0.172 -0.456 -0.014 0.346 -0.005 0.176 1.000 0.117 -0.001 -0.171 -0.171 0.431 -0.152 0.008 0.067 0.008 0.014 0.015 | +| p4415_s | 0.020 -0.136 -0.121 0.059 -0.133 0.340 0.009 0.044 0.117 1.000 0.002 0.075 0.075 0.247 0.088 -0.021 0.278 -0.155 -0.010 -0.013 | +| phi_p | -0.305 0.004 0.002 0.002 -0.001 0.001 0.015 -0.001 -0.001 0.002 1.000 0.011 0.011 -0.006 0.002 -0.017 0.001 0.007 -0.003 -0.006 | +| psi2s_s | 0.224 0.192 -0.018 -0.063 -0.417 0.364 0.076 -0.180 -0.171 0.075 0.011 1.000 0.996 -0.733 -0.107 -0.178 -0.045 -0.412 -0.090 -0.132 | +| jpsi_s | 0.224 0.193 -0.018 -0.063 -0.416 0.364 0.076 -0.179 -0.171 0.075 0.011 0.996 1.000 -0.735 -0.107 -0.179 -0.045 -0.414 -0.091 -0.133 | +| Dbar_s | -0.166 -0.384 0.073 -0.069 0.292 0.191 -0.046 0.265 0.431 0.247 -0.006 -0.733 -0.735 1.000 0.104 0.101 0.358 0.250 0.064 0.094 | +| p4040_p | -0.024 0.123 0.138 0.175 -0.206 -0.321 -0.009 -0.092 -0.152 0.088 0.002 -0.107 -0.107 0.104 1.000 0.015 0.381 -0.060 0.005 0.018 | +| rho_s | -0.021 -0.022 0.007 0.016 0.059 -0.046 -0.466 0.010 0.008 -0.021 -0.017 -0.178 -0.179 0.101 0.015 1.000 -0.007 0.038 -0.071 -0.010 | +| p4160_s | -0.007 -0.114 -0.165 -0.112 -0.158 0.233 0.002 0.063 0.067 0.278 0.001 -0.045 -0.045 0.358 0.381 -0.007 1.000 -0.115 0.001 0.003 | +| jpsi_p | -0.101 -0.118 -0.004 0.022 0.243 -0.257 -0.040 0.082 0.008 -0.155 0.007 -0.412 -0.414 0.250 -0.060 0.038 -0.115 1.000 0.009 0.032 | +| omega_p | 0.032 -0.021 -0.000 0.002 0.028 -0.032 0.710 0.015 0.014 -0.010 -0.003 -0.090 -0.091 0.064 0.005 -0.071 0.001 0.009 1.000 0.013 | +| rho_p | 0.012 -0.022 0.008 0.015 0.045 -0.054 0.055 0.020 0.015 -0.013 -0.006 -0.132 -0.133 0.094 0.018 -0.010 0.003 0.032 0.013 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.8104478211556305}), (, {'error': 0.09947198289603865}), (, {'error': 0.1638318874697573}), (, {'error': 0.09160966822077565}), (, {'error': 0.03210066428402136}), (, {'error': 0.11891752209409412}), (, {'error': 1.2554561536847815}), (, {'error': 0.20338711483014826}), (, {'error': 0.16306446283065523}), (, {'error': 0.1744218861633775}), (, {'error': 0.12903849473132833}), (, {'error': 11.675619838681087}), (, {'error': 79.74795390729105}), (, {'error': 0.07571283147946828}), (, {'error': 0.15653231475530038}), (, {'error': 0.32060843906909275}), (, {'error': 0.15978501655039468}), (, {'error': 0.017484392647570957}), (, {'error': 0.3322459569609655}), (, {'error': 0.11841200496269666})]) +Toy 2/10 +Time taken: 3 h, 16 min +Projected time left: 13 h, 4 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.166E+05 | Ncalls=945 (945 total) | +| EDM = 3.45E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -716593.9244945272 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.9 | 0.9 | | | 14.8182 | 23.5818 | | +| 1 | p3770_p | 3.69 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | 4.25 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -1.99 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.02 | 0.04 | | |-6.28319 | 6.28319 | | +| 5 | Ctt | -0.05 | 0.12 | | | -0.5 | 0.5 | | +| 6 | omega_s | 6.8 | 1.2 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.63 | 0.20 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 1.11 | 0.15 | | |0.00501244| 2.01499 | | +| 9 | p4415_s | 1.20 | 0.17 | | |0.126447 | 2.35355 | | +| 10| phi_p | 6.28 | 0.27 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1360 | 40 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.13 | 0.07 | | | -1.464 | 1.464 | | +| 14| p4040_p | 4.05 | 0.16 | | |-6.28319 | 6.28319 | | +| 15| rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.20 | 0.15 | | | 0.71676 | 3.68324 | | +| 17| jpsi_p | -1.552 | 0.019 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 0.023 | 0.322 | | |-6.28319 | 6.28319 | | +| 19| rho_p | -6.28 | 0.09 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p3770_p p4415_p p4160_p psi2s_p Ctt omega_s p3770_s p4040_s p4415_s phi_p psi2s_s jpsi_s Dbar_s p4040_p rho_s p4160_s jpsi_p omega_p rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.003 -0.004 -0.032 -0.116 0.101 0.032 -0.027 -0.008 0.036 -0.572 0.182 0.183 -0.138 -0.028 -0.015 0.016 0.086 0.033 0.010 | +| p3770_p | 0.003 1.000 0.073 0.156 -0.203 -0.347 -0.002 -0.211 -0.102 -0.106 0.004 0.032 0.033 -0.218 0.132 -0.001 -0.061 -0.037 -0.006 -0.001 | +| p4415_p | -0.004 0.073 1.000 0.241 -0.000 -0.149 -0.006 -0.019 -0.162 -0.111 0.002 -0.009 -0.009 0.104 0.126 0.009 -0.162 -0.046 -0.001 0.004 | +| p4160_p | -0.032 0.156 0.241 1.000 0.084 -0.404 -0.026 -0.062 -0.413 0.079 0.001 -0.152 -0.152 0.078 0.163 0.047 -0.085 -0.143 0.009 0.015 | +| psi2s_p | -0.116 -0.203 -0.000 0.084 1.000 -0.341 -0.076 -0.071 -0.069 -0.206 -0.002 -0.601 -0.600 0.421 -0.050 0.145 -0.185 -0.350 0.039 0.042 | +| Ctt | 0.101 -0.347 -0.149 -0.404 -0.341 1.000 0.061 -0.007 0.300 0.333 0.006 0.513 0.513 -0.014 -0.308 -0.117 0.228 0.349 -0.041 -0.044 | +| omega_s | 0.032 -0.002 -0.006 -0.026 -0.076 0.061 1.000 -0.011 0.002 0.026 0.026 0.130 0.131 -0.087 -0.021 -0.445 0.014 0.032 0.689 0.064 | +| p3770_s | -0.027 -0.211 -0.019 -0.062 -0.071 -0.007 -0.011 1.000 0.149 0.027 -0.001 -0.139 -0.137 0.247 -0.086 0.017 0.037 -0.057 0.010 0.009 | +| p4040_s | -0.008 -0.102 -0.162 -0.413 -0.069 0.300 0.002 0.149 1.000 0.072 0.000 -0.052 -0.052 0.296 -0.134 -0.006 0.002 -0.034 0.002 0.000 | +| p4415_s | 0.036 -0.106 -0.111 0.079 -0.206 0.333 0.026 0.027 0.072 1.000 0.005 0.183 0.183 0.119 0.083 -0.055 0.246 0.048 -0.017 -0.016 | +| phi_p | -0.572 0.004 0.002 0.001 -0.002 0.006 0.026 -0.001 0.000 0.005 1.000 0.019 0.019 -0.011 0.001 -0.029 0.003 0.026 -0.012 -0.005 | +| psi2s_s | 0.182 0.032 -0.009 -0.152 -0.601 0.513 0.130 -0.139 -0.052 0.183 0.019 1.000 0.997 -0.741 -0.142 -0.281 0.080 0.516 -0.081 -0.078 | +| jpsi_s | 0.183 0.033 -0.009 -0.152 -0.600 0.513 0.131 -0.137 -0.052 0.183 0.019 0.997 1.000 -0.743 -0.142 -0.282 0.080 0.517 -0.081 -0.078 | +| Dbar_s | -0.138 -0.218 0.104 0.078 0.421 -0.014 -0.087 0.247 0.296 0.119 -0.011 -0.741 -0.743 1.000 0.181 0.179 0.230 -0.445 0.058 0.058 | +| p4040_p | -0.028 0.132 0.126 0.163 -0.050 -0.308 -0.021 -0.086 -0.134 0.083 0.001 -0.142 -0.142 0.181 1.000 0.037 0.375 -0.179 0.008 0.014 | +| rho_s | -0.015 -0.001 0.009 0.047 0.145 -0.117 -0.445 0.017 -0.006 -0.055 -0.029 -0.281 -0.282 0.179 0.037 1.000 -0.032 -0.089 -0.046 -0.028 | +| p4160_s | 0.016 -0.061 -0.162 -0.085 -0.185 0.228 0.014 0.037 0.002 0.246 0.003 0.080 0.080 0.230 0.375 -0.032 1.000 -0.021 -0.009 -0.007 | +| jpsi_p | 0.086 -0.037 -0.046 -0.143 -0.350 0.349 0.032 -0.057 -0.034 0.048 0.026 0.516 0.517 -0.445 -0.179 -0.089 -0.021 1.000 -0.063 -0.049 | +| omega_p | 0.033 -0.006 -0.001 0.009 0.039 -0.041 0.689 0.010 0.002 -0.017 -0.012 -0.081 -0.081 0.058 0.008 -0.046 -0.009 -0.063 1.000 0.016 | +| rho_p | 0.010 -0.001 0.004 0.015 0.042 -0.044 0.064 0.009 0.000 -0.016 -0.005 -0.078 -0.078 0.058 0.014 -0.028 -0.007 -0.049 0.016 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9260254606080061}), (, {'error': 0.09454732253568388}), (, {'error': 0.16271947284932153}), (, {'error': 0.08861892625330947}), (, {'error': 0.03599029508223106}), (, {'error': 0.11801519614388745}), (, {'error': 1.1767265704348802}), (, {'error': 0.1959724927299935}), (, {'error': 0.149309863416406}), (, {'error': 0.16784072101980518}), (, {'error': 0.26911374398930565}), (, {'error': 40.86015942660822}), (, {'error': 80.33372522909394}), (, {'error': 0.06504615163516336}), (, {'error': 0.15636934982913875}), (, {'error': 0.3308192853564498}), (, {'error': 0.14946937697892837}), (, {'error': 0.018673771634910796}), (, {'error': 0.3215630042341857}), (, {'error': 0.08743493314295625})]) +Toy 3/10 +Time taken: 4 h, 43 min +Projected time left: 11 h, 1 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.166E+05 | Ncalls=1139 (1139 total) | +| EDM = 0.00232 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -716595.4228224677 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.8 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p3770_p | -2.59 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | 4.24 | 0.19 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.29 | 0.13 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.02 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | Ctt | -0.025 | 0.261 | | | -0.5 | 0.5 | | +| 6 | omega_s | 6.4 | 1.0 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.62 | 0.26 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 1.11 | 0.19 | | |0.00501244| 2.01499 | | +| 9 | p4415_s | 1.20 | 0.20 | | |0.126447 | 2.35355 | | +| 10| phi_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1370 | 60 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.994E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.11 | 0.28 | | | -1.464 | 1.464 | | +| 14| p4040_p | -2.25 | 0.24 | | |-6.28319 | 6.28319 | | +| 15| rho_s | 1.02 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.20 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| jpsi_p | -1.55 | 0.06 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 6.28 | 0.30 | | |-6.28319 | 6.28319 | | +| 19| rho_p | -0.5 | 1.0 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p3770_p p4415_p p4160_p psi2s_p Ctt omega_s p3770_s p4040_s p4415_s phi_p psi2s_s jpsi_s Dbar_s p4040_p rho_s p4160_s jpsi_p omega_p rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.186 -0.191 -0.312 -0.458 0.419 0.087 -0.300 -0.198 0.183 -0.376 0.475 0.475 -0.466 -0.340 -0.054 -0.076 0.450 -0.020 -0.404 | +| p3770_p | 0.186 1.000 -0.077 -0.092 -0.432 0.113 0.042 -0.429 -0.339 -0.019 0.048 0.390 0.390 -0.456 -0.171 -0.018 -0.192 0.352 -0.002 -0.363 | +| p4415_p | -0.191 -0.077 1.000 0.459 0.386 -0.436 -0.042 0.234 0.013 -0.254 -0.047 -0.406 -0.406 0.416 0.388 0.015 -0.077 -0.405 0.005 0.393 | +| p4160_p | -0.312 -0.092 0.459 1.000 0.628 -0.739 -0.070 0.340 -0.067 -0.218 -0.076 -0.657 -0.657 0.622 0.569 0.027 0.021 -0.648 0.008 0.632 | +| psi2s_p | -0.458 -0.432 0.386 0.628 1.000 -0.850 -0.106 0.553 0.360 -0.404 -0.111 -0.957 -0.957 0.934 0.649 0.046 0.098 -0.917 0.010 0.904 | +| Ctt | 0.419 0.113 -0.436 -0.739 -0.850 1.000 0.091 -0.491 -0.143 0.508 0.104 0.880 0.880 -0.794 -0.722 -0.030 0.010 0.855 -0.009 -0.839 | +| omega_s | 0.087 0.042 -0.042 -0.070 -0.106 0.091 1.000 -0.065 -0.044 0.043 0.023 0.110 0.110 -0.105 -0.075 -0.542 -0.014 0.093 -0.458 -0.105 | +| p3770_s | -0.300 -0.429 0.234 0.340 0.553 -0.491 -0.065 1.000 0.404 -0.164 -0.073 -0.627 -0.627 0.657 0.389 0.020 0.176 -0.593 0.006 0.588 | +| p4040_s | -0.198 -0.339 0.013 -0.067 0.360 -0.143 -0.044 0.404 1.000 -0.011 -0.048 -0.412 -0.412 0.492 0.187 0.015 0.155 -0.393 0.004 0.379 | +| p4415_s | 0.183 -0.019 -0.254 -0.218 -0.404 0.508 0.043 -0.164 -0.011 1.000 0.046 0.383 0.383 -0.287 -0.201 -0.020 0.237 0.348 -0.003 -0.369 | +| phi_p | -0.376 0.048 -0.047 -0.076 -0.111 0.104 0.023 -0.073 -0.048 0.046 1.000 0.119 0.119 -0.116 -0.083 -0.012 -0.018 0.118 0.007 -0.126 | +| psi2s_s | 0.475 0.390 -0.406 -0.657 -0.957 0.880 0.110 -0.627 -0.412 0.383 0.119 1.000 1.000 -0.981 -0.719 -0.050 -0.162 0.954 -0.010 -0.950 | +| jpsi_s | 0.475 0.390 -0.406 -0.657 -0.957 0.880 0.110 -0.627 -0.412 0.383 0.119 1.000 1.000 -0.981 -0.719 -0.050 -0.162 0.954 -0.010 -0.950 | +| Dbar_s | -0.466 -0.456 0.416 0.622 0.934 -0.794 -0.105 0.657 0.492 -0.287 -0.116 -0.981 -0.981 1.000 0.718 0.044 0.260 -0.941 0.010 0.929 | +| p4040_p | -0.340 -0.171 0.388 0.569 0.649 -0.722 -0.075 0.389 0.187 -0.201 -0.083 -0.719 -0.719 0.718 1.000 0.027 0.392 -0.718 0.009 0.687 | +| rho_s | -0.054 -0.018 0.015 0.027 0.046 -0.030 -0.542 0.020 0.015 -0.020 -0.012 -0.050 -0.050 0.044 0.027 1.000 -0.000 -0.026 0.058 0.086 | +| p4160_s | -0.076 -0.192 -0.077 0.021 0.098 0.010 -0.014 0.176 0.155 0.237 -0.018 -0.162 -0.162 0.260 0.392 -0.000 1.000 -0.180 0.003 0.147 | +| jpsi_p | 0.450 0.352 -0.405 -0.648 -0.917 0.855 0.093 -0.593 -0.393 0.348 0.118 0.954 0.954 -0.941 -0.718 -0.026 -0.180 1.000 -0.007 -0.905 | +| omega_p | -0.020 -0.002 0.005 0.008 0.010 -0.009 -0.458 0.006 0.004 -0.003 0.007 -0.010 -0.010 0.010 0.009 0.058 0.003 -0.007 1.000 0.049 | +| rho_p | -0.404 -0.363 0.393 0.632 0.904 -0.839 -0.105 0.588 0.379 -0.369 -0.126 -0.950 -0.950 0.929 0.687 0.086 0.147 -0.905 0.049 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.0074762597333695}), (, {'error': 0.11435213402973576}), (, {'error': 0.1875662685642876}), (, {'error': 0.12708749571529587}), (, {'error': 0.10345648397045926}), (, {'error': 0.26136191714641893}), (, {'error': 1.0380366308077376}), (, {'error': 0.2640326628426828}), (, {'error': 0.18515529692209887}), (, {'error': 0.19555581675452782}), (, {'error': 0.3758212459329062}), (, {'error': 63.794455756614184}), (, {'error': 128.5642279765989}), (, {'error': 0.2844106676054742}), (, {'error': 0.2418387586554187}), (, {'error': 0.297293545652027}), (, {'error': 0.16978027079375702}), (, {'error': 0.055004753839479115}), (, {'error': 0.29810603270953084}), (, {'error': 0.9694228605922377})]) +Toy 4/10 +Time taken: 6 h, 25 min +Projected time left: 9 h, 38 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.166E+05 | Ncalls=1113 (1113 total) | +| EDM = 0.00082 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -716594.0172767458 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.5 | 1.3 | | | 14.8182 | 23.5818 | | +| 1 | p3770_p | -2.59 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | 4.25 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.30 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 2.26 | 0.04 | | |-6.28319 | 6.28319 | | +| 5 | Ctt | -0.05 | 0.11 | | | -0.5 | 0.5 | | +| 6 | omega_s | 6.8 | 1.1 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.63 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 1.11 | 0.15 | | |0.00501244| 2.01499 | | +| 9 | p4415_s | 1.20 | 0.17 | | |0.126447 | 2.35355 | | +| 10| phi_p | 0.16 | 0.32 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1360 | 40 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.13 | 0.06 | | | -1.464 | 1.464 | | +| 14| p4040_p | -2.23 | 0.15 | | |-6.28319 | 6.28319 | | +| 15| rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.20 | 0.15 | | | 0.71676 | 3.68324 | | +| 17| jpsi_p | 4.731 | 0.018 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 0.027 | 0.311 | | |-6.28319 | 6.28319 | | +| 19| rho_p | -6.28 | 0.09 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p3770_p p4415_p p4160_p psi2s_p Ctt omega_s p3770_s p4040_s p4415_s phi_p psi2s_s jpsi_s Dbar_s p4040_p rho_s p4160_s jpsi_p omega_p rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.002 -0.001 -0.031 -0.119 0.097 0.009 -0.024 -0.007 0.036 0.819 0.177 0.178 -0.133 -0.027 -0.019 0.018 0.055 0.028 -0.007 | +| p3770_p | -0.002 1.000 0.070 0.146 -0.199 -0.332 -0.003 -0.206 -0.085 -0.096 -0.006 0.022 0.023 -0.197 0.129 0.001 -0.049 -0.042 -0.005 -0.001 | +| p4415_p | -0.001 0.070 1.000 0.228 -0.012 -0.134 -0.004 -0.021 -0.157 -0.108 -0.002 0.009 0.009 0.094 0.120 0.005 -0.159 -0.034 -0.002 0.003 | +| p4160_p | -0.031 0.146 0.228 1.000 0.076 -0.384 -0.023 -0.059 -0.400 0.085 -0.012 -0.141 -0.142 0.083 0.153 0.043 -0.079 -0.133 0.009 0.015 | +| psi2s_p | -0.119 -0.199 -0.012 0.076 1.000 -0.353 -0.075 -0.065 -0.068 -0.211 -0.043 -0.603 -0.602 0.429 -0.055 0.143 -0.191 -0.345 0.041 0.042 | +| Ctt | 0.097 -0.332 -0.134 -0.384 -0.353 1.000 0.063 -0.021 0.274 0.325 0.025 0.537 0.538 -0.055 -0.304 -0.120 0.216 0.356 -0.044 -0.046 | +| omega_s | 0.009 -0.003 -0.004 -0.023 -0.075 0.063 1.000 -0.011 0.002 0.027 -0.031 0.128 0.129 -0.087 -0.019 -0.438 0.016 0.033 0.671 0.059 | +| p3770_s | -0.024 -0.206 -0.021 -0.059 -0.065 -0.021 -0.011 1.000 0.137 0.017 -0.006 -0.137 -0.135 0.238 -0.090 0.017 0.025 -0.054 0.010 0.009 | +| p4040_s | -0.007 -0.085 -0.157 -0.400 -0.068 0.274 0.002 0.137 1.000 0.059 -0.003 -0.046 -0.045 0.277 -0.132 -0.007 -0.016 -0.031 0.001 -0.000 | +| p4415_s | 0.036 -0.096 -0.108 0.085 -0.211 0.325 0.027 0.017 0.059 1.000 0.008 0.197 0.198 0.092 0.082 -0.057 0.234 0.055 -0.019 -0.017 | +| phi_p | 0.819 -0.006 -0.002 -0.012 -0.043 0.025 -0.031 -0.006 -0.003 0.008 1.000 0.050 0.050 -0.037 -0.012 0.015 0.003 -0.018 0.013 -0.014 | +| psi2s_s | 0.177 0.022 0.009 -0.141 -0.603 0.537 0.128 -0.137 -0.046 0.197 0.050 1.000 0.997 -0.745 -0.130 -0.276 0.097 0.506 -0.083 -0.078 | +| jpsi_s | 0.178 0.023 0.009 -0.142 -0.602 0.538 0.129 -0.135 -0.045 0.198 0.050 0.997 1.000 -0.747 -0.130 -0.277 0.098 0.506 -0.083 -0.079 | +| Dbar_s | -0.133 -0.197 0.094 0.083 0.429 -0.055 -0.087 0.238 0.277 0.092 -0.037 -0.745 -0.747 1.000 0.175 0.177 0.203 -0.440 0.060 0.058 | +| p4040_p | -0.027 0.129 0.120 0.153 -0.055 -0.304 -0.019 -0.090 -0.132 0.082 -0.012 -0.130 -0.130 0.175 1.000 0.034 0.374 -0.169 0.007 0.013 | +| rho_s | -0.019 0.001 0.005 0.043 0.143 -0.120 -0.438 0.017 -0.007 -0.057 0.015 -0.276 -0.277 0.177 0.034 1.000 -0.036 -0.086 -0.033 -0.024 | +| p4160_s | 0.018 -0.049 -0.159 -0.079 -0.191 0.216 0.016 0.025 -0.016 0.234 0.003 0.097 0.098 0.203 0.374 -0.036 1.000 -0.011 -0.011 -0.009 | +| jpsi_p | 0.055 -0.042 -0.034 -0.133 -0.345 0.356 0.033 -0.054 -0.031 0.055 -0.018 0.506 0.506 -0.440 -0.169 -0.086 -0.011 1.000 -0.062 -0.047 | +| omega_p | 0.028 -0.005 -0.002 0.009 0.041 -0.044 0.671 0.010 0.001 -0.019 0.013 -0.083 -0.083 0.060 0.007 -0.033 -0.011 -0.062 1.000 0.012 | +| rho_p | -0.007 -0.001 0.003 0.015 0.042 -0.046 0.059 0.009 -0.000 -0.017 -0.014 -0.078 -0.079 0.058 0.013 -0.024 -0.009 -0.047 0.012 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.3025585257704932}), (, {'error': 0.0928749974937566}), (, {'error': 0.16040742664368768}), (, {'error': 0.08639267987618204}), (, {'error': 0.03561637305512555}), (, {'error': 0.11462721862920872}), (, {'error': 1.1368308909248341}), (, {'error': 0.19335803973201648}), (, {'error': 0.1454238085322624}), (, {'error': 0.16534660217309016}), (, {'error': 0.3197844086598449}), (, {'error': 43.115788237396714}), (, {'error': 80.33672656345607}), (, {'error': 0.062289957180644784}), (, {'error': 0.15398161612565864}), (, {'error': 0.32519166157931595}), (, {'error': 0.14646850600342098}), (, {'error': 0.018391794746503543}), (, {'error': 0.3109966961648145}), (, {'error': 0.08679684785949471})]) +Toy 5/10 +Time taken: 8 h, 5 min +Projected time left: 8 h, 5 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.166E+05 | Ncalls=1184 (1184 total) | +| EDM = 0.000649 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -716595.3824381385 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.4 | 1.6 | | | 14.8182 | 23.5818 | | +| 1 | p3770_p | 4.43 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | -1.94 | 0.15 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.45 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -2.139 | 0.024 | | |-6.28319 | 6.28319 | | +| 5 | Ctt | -0.008E-1 | 0.920E-1 | | | -0.5 | 0.5 | | +| 6 | omega_s | 7 | 4 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.44 | 0.17 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 1.10 | 0.13 | | |0.00501244| 2.01499 | | +| 9 | p4415_s | 1.21 | 0.15 | | |0.126447 | 2.35355 | | +| 10| phi_p | 0.12 | 0.39 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1358.6 | 1.4 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.992E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.13 | 0.04 | | | -1.464 | 1.464 | | +| 14| p4040_p | -2.02 | 0.14 | | |-6.28319 | 6.28319 | | +| 15| rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.18 | 0.14 | | | 0.71676 | 3.68324 | | +| 17| jpsi_p | -1.733 | 0.015 | | |-6.28319 | 6.28319 | | +| 18| omega_p | -6 | 12 | | |-6.28319 | 6.28319 | | +| 19| rho_p | 5.7 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p3770_p p4415_p p4160_p psi2s_p Ctt omega_s p3770_s p4040_s p4415_s phi_p psi2s_s jpsi_s Dbar_s p4040_p rho_s p4160_s jpsi_p omega_p rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.014 -0.002 -0.011 -0.069 0.007 0.574 -0.024 -0.030 -0.023 0.879 -0.082 -0.088 -0.034 -0.023 0.356 -0.027 -0.144 0.578 -0.371 | +| p3770_p | -0.014 1.000 0.070 0.130 0.315 -0.377 -0.020 -0.114 -0.011 -0.053 -0.015 -0.001 0.017 -0.195 0.148 -0.010 0.007 -0.046 -0.020 0.025 | +| p4415_p | -0.002 0.070 1.000 0.213 0.082 -0.153 -0.001 -0.012 -0.147 -0.109 -0.003 0.011 0.012 0.174 0.112 -0.001 -0.163 -0.027 -0.001 0.016 | +| p4160_p | -0.011 0.130 0.213 1.000 0.175 -0.329 -0.012 -0.048 -0.367 0.137 -0.011 -0.016 -0.017 0.033 0.112 -0.010 -0.049 -0.050 -0.012 0.026 | +| psi2s_p | -0.069 0.315 0.082 0.175 1.000 -0.398 -0.094 -0.090 -0.215 -0.155 -0.065 0.063 0.087 -0.416 0.102 -0.044 -0.129 -0.028 -0.093 0.070 | +| Ctt | 0.007 -0.377 -0.153 -0.329 -0.398 1.000 0.008 0.015 0.273 0.217 0.002 0.108 0.125 0.513 -0.274 0.033 0.140 0.161 0.009 -0.017 | +| omega_s | 0.574 -0.020 -0.001 -0.012 -0.094 0.008 1.000 -0.040 -0.051 -0.042 0.479 -0.173 -0.186 -0.048 -0.035 0.570 -0.047 -0.189 0.996 -0.696 | +| p3770_s | -0.024 -0.114 -0.012 -0.048 -0.090 0.015 -0.040 1.000 0.111 0.029 -0.019 -0.004 -0.005 0.182 -0.084 -0.033 0.025 -0.053 -0.041 0.015 | +| p4040_s | -0.030 -0.011 -0.147 -0.367 -0.215 0.273 -0.051 0.111 1.000 0.030 -0.025 0.014 0.014 0.286 -0.109 -0.035 -0.056 -0.032 -0.051 0.014 | +| p4415_s | -0.023 -0.053 -0.109 0.137 -0.155 0.217 -0.042 0.029 0.030 1.000 -0.022 0.049 0.055 0.293 0.111 -0.024 0.177 -0.037 -0.043 0.020 | +| phi_p | 0.879 -0.015 -0.003 -0.011 -0.065 0.002 0.479 -0.019 -0.025 -0.022 1.000 -0.077 -0.082 -0.025 -0.022 0.322 -0.024 -0.137 0.486 -0.348 | +| psi2s_s | -0.082 -0.001 0.011 -0.016 0.063 0.108 -0.173 -0.004 0.014 0.049 -0.077 1.000 0.905 -0.168 -0.008 -0.112 0.038 0.110 -0.175 0.051 | +| jpsi_s | -0.088 0.017 0.012 -0.017 0.087 0.125 -0.186 -0.005 0.014 0.055 -0.082 0.905 1.000 -0.189 -0.005 -0.119 0.042 0.120 -0.188 0.055 | +| Dbar_s | -0.034 -0.195 0.174 0.033 -0.416 0.513 -0.048 0.182 0.286 0.293 -0.025 -0.168 -0.189 1.000 0.141 -0.053 0.343 -0.106 -0.049 0.026 | +| p4040_p | -0.023 0.148 0.112 0.112 0.102 -0.274 -0.035 -0.084 -0.109 0.111 -0.022 -0.008 -0.005 0.141 1.000 -0.026 0.386 -0.098 -0.036 0.037 | +| rho_s | 0.356 -0.010 -0.001 -0.010 -0.044 0.033 0.570 -0.033 -0.035 -0.024 0.322 -0.112 -0.119 -0.053 -0.026 1.000 -0.031 -0.073 0.610 -0.361 | +| p4160_s | -0.027 0.007 -0.163 -0.049 -0.129 0.140 -0.047 0.025 -0.056 0.177 -0.024 0.038 0.042 0.343 0.386 -0.031 1.000 -0.059 -0.048 0.025 | +| jpsi_p | -0.144 -0.046 -0.027 -0.050 -0.028 0.161 -0.189 -0.053 -0.032 -0.037 -0.137 0.110 0.120 -0.106 -0.098 -0.073 -0.059 1.000 -0.188 0.128 | +| omega_p | 0.578 -0.020 -0.001 -0.012 -0.093 0.009 0.996 -0.041 -0.051 -0.043 0.486 -0.175 -0.188 -0.049 -0.036 0.610 -0.048 -0.188 1.000 -0.701 | +| rho_p | -0.371 0.025 0.016 0.026 0.070 -0.017 -0.696 0.015 0.014 0.020 -0.348 0.051 0.055 0.026 0.037 -0.361 0.025 0.128 -0.701 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.5959406125692874}), (, {'error': 0.09236887712501485}), (, {'error': 0.15244602256982187}), (, {'error': 0.0805002828005259}), (, {'error': 0.024113911346845818}), (, {'error': 0.092038262280487}), (, {'error': 3.5098650959757327}), (, {'error': 0.1732655268954586}), (, {'error': 0.13233887642903036}), (, {'error': 0.15369024285164523}), (, {'error': 0.3919148667470105}), (, {'error': 1.3631431873985775}), (, {'error': 17.73389927106291}), (, {'error': 0.037448497455605856}), (, {'error': 0.14449687285000667}), (, {'error': 0.3331328127332391}), (, {'error': 0.13533263393330852}), (, {'error': 0.015264480608279118}), (, {'error': 12.451537868372181}), (, {'error': 0.3909934707946583})]) +Toy 6/10 +Time taken: 9 h, 50 min +Projected time left: 6 h, 33 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.166E+05 | Ncalls=1367 (1367 total) | +| EDM = 8.52E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -716572.4359412281 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.4 | 0.9 | | | 14.8182 | 23.5818 | | +| 1 | p3770_p | 4.21 | 0.14 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | 4.37 | 0.19 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -1.75 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 3.816 | 0.030 | | |-6.28319 | 6.28319 | | +| 5 | Ctt | -0.39 | 0.18 | | | -0.5 | 0.5 | | +| 6 | omega_s | 6.1 | 1.0 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.24 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 0.005 | 0.030 | | |0.00501244| 2.01499 | | +| 9 | p4415_s | 1.05 | 0.20 | | |0.126447 | 2.35355 | | +| 10| phi_p | 6.28 | 0.20 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1367.5 | 1.1 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | -0.09 | 0.07 | | | -1.464 | 1.464 | | +| 14| p4040_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 15| rho_s | 1.04 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.16 | 0.16 | | | 0.71676 | 3.68324 | | +| 17| jpsi_p | -4.813 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 6.28 | 0.19 | | |-6.28319 | 6.28319 | | +| 19| rho_p | 5.85 | 0.29 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p3770_p p4415_p p4160_p psi2s_p Ctt omega_s p3770_s p4040_s p4415_s phi_p psi2s_s jpsi_s Dbar_s p4040_p rho_s p4160_s jpsi_p omega_p rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.004 -0.002 -0.005 -0.004 0.011 0.033 -0.003 -0.000 0.006 -0.463 -0.000 0.002 0.002 0.000 -0.024 0.004 -0.030 -0.013 0.159 | +| p3770_p | -0.004 1.000 0.181 0.386 0.514 -0.685 0.007 -0.093 0.048 -0.398 0.004 -0.011 -0.001 -0.639 -0.025 -0.019 -0.372 0.013 0.001 0.018 | +| p4415_p | -0.002 0.181 1.000 0.286 0.120 -0.259 0.006 0.021 0.026 -0.171 0.002 0.012 -0.002 -0.084 -0.012 -0.015 -0.280 0.032 0.000 0.017 | +| p4160_p | -0.005 0.386 0.286 1.000 0.273 -0.542 0.011 -0.001 0.040 -0.120 0.005 0.019 -0.005 -0.355 -0.009 -0.028 -0.259 0.028 0.001 0.013 | +| psi2s_p | -0.004 0.514 0.120 0.273 1.000 -0.500 -0.006 -0.131 0.031 -0.407 0.008 -0.030 0.006 -0.607 -0.005 0.009 -0.429 -0.010 0.003 0.014 | +| Ctt | 0.011 -0.685 -0.259 -0.542 -0.500 1.000 -0.021 -0.026 -0.067 0.586 -0.006 -0.043 0.008 0.889 0.030 0.056 0.576 -0.115 0.000 0.002 | +| omega_s | 0.033 0.007 0.006 0.011 -0.006 -0.021 1.000 0.007 0.001 -0.007 0.014 0.002 0.000 -0.005 -0.001 -0.566 -0.005 -0.007 -0.311 0.035 | +| p3770_s | -0.003 -0.093 0.021 -0.001 -0.131 -0.026 0.007 1.000 -0.008 0.054 0.003 0.004 -0.002 0.115 0.002 -0.018 0.086 -0.083 0.000 -0.020 | +| p4040_s | -0.000 0.048 0.026 0.040 0.031 -0.067 0.001 -0.008 1.000 -0.015 0.001 0.002 -0.001 -0.039 -0.522 -0.004 0.018 -0.004 0.000 0.002 | +| p4415_s | 0.006 -0.398 -0.171 -0.120 -0.407 0.586 -0.007 0.054 -0.015 1.000 -0.002 -0.018 0.004 0.643 -0.002 0.021 0.450 -0.135 0.001 -0.010 | +| phi_p | -0.463 0.004 0.002 0.005 0.008 -0.006 0.014 0.003 0.001 -0.002 1.000 0.001 0.000 -0.001 -0.001 -0.009 -0.001 0.024 0.005 -0.044 | +| psi2s_s | -0.000 -0.011 0.012 0.019 -0.030 -0.043 0.002 0.004 0.002 -0.018 0.001 1.000 0.133 -0.026 -0.001 -0.006 -0.015 0.000 0.000 -0.009 | +| jpsi_s | 0.002 -0.001 -0.002 -0.005 0.006 0.008 0.000 -0.002 -0.001 0.004 0.000 0.133 1.000 -0.005 0.000 0.000 0.003 -0.007 0.000 -0.007 | +| Dbar_s | 0.002 -0.639 -0.084 -0.355 -0.607 0.889 -0.005 0.115 -0.039 0.643 -0.001 -0.026 -0.005 1.000 0.004 0.012 0.664 -0.069 0.000 -0.024 | +| p4040_p | 0.000 -0.025 -0.012 -0.009 -0.005 0.030 -0.001 0.002 -0.522 -0.002 -0.001 -0.001 0.000 0.004 1.000 0.002 -0.027 0.011 -0.000 -0.000 | +| rho_s | -0.024 -0.019 -0.015 -0.028 0.009 0.056 -0.566 -0.018 -0.004 0.021 -0.009 -0.006 0.000 0.012 0.002 1.000 0.015 -0.022 0.051 0.125 | +| p4160_s | 0.004 -0.372 -0.280 -0.259 -0.429 0.576 -0.005 0.086 0.018 0.450 -0.001 -0.015 0.003 0.664 -0.027 0.015 1.000 -0.142 0.001 -0.017 | +| jpsi_p | -0.030 0.013 0.032 0.028 -0.010 -0.115 -0.007 -0.083 -0.004 -0.135 0.024 0.000 -0.007 -0.069 0.011 -0.022 -0.142 1.000 0.005 -0.110 | +| omega_p | -0.013 0.001 0.000 0.001 0.003 0.000 -0.311 0.000 0.000 0.001 0.005 0.000 0.000 0.000 -0.000 0.051 0.001 0.005 1.000 0.081 | +| rho_p | 0.159 0.018 0.017 0.013 0.014 0.002 0.035 -0.020 0.002 -0.010 -0.044 -0.009 -0.007 -0.024 -0.000 0.125 -0.017 -0.110 0.081 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.87194521611449}), (, {'error': 0.13854401068526823}), (, {'error': 0.19239044810388872}), (, {'error': 0.0952868536587248}), (, {'error': 0.02985960633941076}), (, {'error': 0.17836275077262564}), (, {'error': 0.9580264357111012}), (, {'error': 0.18819515017455224}), (, {'error': 0.030207155261537576}), (, {'error': 0.1999211204152097}), (, {'error': 0.19891258495139752}), (, {'error': 1.1291160130690514}), (, {'error': 7.481059037420891}), (, {'error': 0.06984655166075082}), (, {'error': 9.08034087690286}), (, {'error': 0.29952630458636315}), (, {'error': 0.164375681167371}), (, {'error': 0.016458555219005966}), (, {'error': 0.1904225765838765}), (, {'error': 0.28992008432932437})]) +Toy 7/10 +Time taken: 11 h, 49 min +Projected time left: 5 h, 3 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.166E+05 | Ncalls=1099 (1099 total) | +| EDM = 0.000312 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -716594.4758588166 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.3 | 0.8 | | | 14.8182 | 23.5818 | | +| 1 | p3770_p | 3.32 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | -2.21 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.07 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.43 | 0.03 | | |-6.28319 | 6.28319 | | +| 5 | Ctt | -0.003 | 0.119 | | | -0.5 | 0.5 | | +| 6 | omega_s | 6.6 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.65 | 0.20 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 1.16 | 0.16 | | |0.00501244| 2.01499 | | +| 9 | p4415_s | 1.23 | 0.17 | | |0.126447 | 2.35355 | | +| 10| phi_p | 6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1362 | 12 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.992E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.14 | 0.08 | | | -1.464 | 1.464 | | +| 14| p4040_p | -2.50 | 0.16 | | |-6.28319 | 6.28319 | | +| 15| rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.24 | 0.16 | | | 0.71676 | 3.68324 | | +| 17| jpsi_p | 1.647 | 0.017 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 0.19 | 0.33 | | |-6.28319 | 6.28319 | | +| 19| rho_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p3770_p p4415_p p4160_p psi2s_p Ctt omega_s p3770_s p4040_s p4415_s phi_p psi2s_s jpsi_s Dbar_s p4040_p rho_s p4160_s jpsi_p omega_p rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.043 -0.006 -0.016 -0.096 0.088 0.048 -0.042 -0.037 0.020 -0.301 0.224 0.224 -0.166 -0.024 -0.022 -0.008 -0.100 0.032 0.012 | +| p3770_p | 0.043 1.000 0.074 0.176 -0.348 -0.330 0.007 -0.252 -0.178 -0.137 0.004 0.192 0.193 -0.383 0.125 -0.022 -0.113 -0.118 -0.021 -0.022 | +| p4415_p | -0.006 0.074 1.000 0.264 -0.056 -0.188 -0.005 -0.019 -0.174 -0.124 0.002 -0.019 -0.018 0.075 0.142 0.007 -0.166 -0.004 -0.000 0.008 | +| p4160_p | -0.016 0.176 0.264 1.000 -0.067 -0.434 -0.010 -0.083 -0.455 0.056 0.002 -0.063 -0.063 -0.067 0.177 0.016 -0.110 0.021 0.002 0.015 | +| psi2s_p | -0.096 -0.348 -0.056 -0.067 1.000 -0.032 -0.034 -0.132 -0.013 -0.133 -0.001 -0.415 -0.415 0.291 -0.209 0.059 -0.160 0.243 0.028 0.044 | +| Ctt | 0.088 -0.330 -0.188 -0.434 -0.032 1.000 0.023 -0.004 0.346 0.341 0.001 0.364 0.364 0.191 -0.326 -0.045 0.230 -0.256 -0.032 -0.054 | +| omega_s | 0.048 0.007 -0.005 -0.010 -0.034 0.023 1.000 -0.006 -0.005 0.009 0.015 0.075 0.076 -0.045 -0.010 -0.465 0.002 -0.040 0.711 0.055 | +| p3770_s | -0.042 -0.252 -0.019 -0.083 -0.132 -0.004 -0.006 1.000 0.176 0.044 -0.001 -0.180 -0.179 0.265 -0.093 0.010 0.061 0.082 0.015 0.020 | +| p4040_s | -0.037 -0.178 -0.174 -0.455 -0.013 0.346 -0.005 0.176 1.000 0.118 -0.001 -0.171 -0.171 0.430 -0.155 0.008 0.066 0.008 0.014 0.015 | +| p4415_s | 0.020 -0.137 -0.124 0.056 -0.133 0.341 0.009 0.044 0.118 1.000 0.002 0.074 0.075 0.248 0.088 -0.021 0.279 -0.155 -0.010 -0.013 | +| phi_p | -0.301 0.004 0.002 0.002 -0.001 0.001 0.015 -0.001 -0.001 0.002 1.000 0.011 0.011 -0.006 0.002 -0.017 0.001 0.007 -0.003 -0.006 | +| psi2s_s | 0.224 0.192 -0.019 -0.063 -0.415 0.364 0.075 -0.180 -0.171 0.074 0.011 1.000 0.996 -0.733 -0.109 -0.178 -0.046 -0.411 -0.090 -0.132 | +| jpsi_s | 0.224 0.193 -0.018 -0.063 -0.415 0.364 0.076 -0.179 -0.171 0.075 0.011 0.996 1.000 -0.735 -0.109 -0.179 -0.046 -0.413 -0.091 -0.133 | +| Dbar_s | -0.166 -0.383 0.075 -0.067 0.291 0.191 -0.045 0.265 0.430 0.248 -0.006 -0.733 -0.735 1.000 0.105 0.100 0.358 0.248 0.064 0.093 | +| p4040_p | -0.024 0.125 0.142 0.177 -0.209 -0.326 -0.010 -0.093 -0.155 0.088 0.002 -0.109 -0.109 0.105 1.000 0.015 0.385 -0.060 0.005 0.019 | +| rho_s | -0.022 -0.022 0.007 0.016 0.059 -0.045 -0.465 0.010 0.008 -0.021 -0.017 -0.178 -0.179 0.100 0.015 1.000 -0.007 0.038 -0.071 -0.010 | +| p4160_s | -0.008 -0.113 -0.166 -0.110 -0.160 0.230 0.002 0.061 0.066 0.279 0.001 -0.046 -0.046 0.358 0.385 -0.007 1.000 -0.116 0.001 0.003 | +| jpsi_p | -0.100 -0.118 -0.004 0.021 0.243 -0.256 -0.040 0.082 0.008 -0.155 0.007 -0.411 -0.413 0.248 -0.060 0.038 -0.116 1.000 0.009 0.032 | +| omega_p | 0.032 -0.021 -0.000 0.002 0.028 -0.032 0.711 0.015 0.014 -0.010 -0.003 -0.090 -0.091 0.064 0.005 -0.071 0.001 0.009 1.000 0.013 | +| rho_p | 0.012 -0.022 0.008 0.015 0.044 -0.054 0.055 0.020 0.015 -0.013 -0.006 -0.132 -0.133 0.093 0.019 -0.010 0.003 0.032 0.013 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.8095758183459383}), (, {'error': 0.09957794688118327}), (, {'error': 0.16518527674070982}), (, {'error': 0.09147526182159016}), (, {'error': 0.03211903134030569}), (, {'error': 0.1191124296177774}), (, {'error': 1.2573189045616737}), (, {'error': 0.2034288812874674}), (, {'error': 0.16300914283090545}), (, {'error': 0.17456640025874104}), (, {'error': 0.12873268518037673}), (, {'error': 11.678490962160481}), (, {'error': 79.70431131014084}), (, {'error': 0.07573086019257813}), (, {'error': 0.15788765938901994}), (, {'error': 0.3206715529015674}), (, {'error': 0.16023898334854203}), (, {'error': 0.017477664379513147}), (, {'error': 0.3327414834940048}), (, {'error': 0.11848095871149233})]) +Toy 8/10 +Time taken: 13 h, 27 min +Projected time left: 3 h, 21 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.166E+05 | Ncalls=176 (176 total) | +| EDM = 5.74E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -716580.8574159684 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.6 | 0.4 | | | 14.8182 | 23.5818 | | +| 1 | p3770_p | 3.66 | 0.04 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | -1.96 | 0.07 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -2.01 | 0.04 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.020 | 0.014 | | |-6.28319 | 6.28319 | | +| 5 | Ctt | 0.014 | 0.030 | | | -0.5 | 0.5 | | +| 6 | omega_s | 6.4 | 0.5 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.74 | 0.09 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 1.30 | 0.06 | | |0.00501244| 2.01499 | | +| 9 | p4415_s | 1.30 | 0.08 | | |0.126447 | 2.35355 | | +| 10| phi_p | 6.22 | 0.05 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1359.1 | 0.3 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.987E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.207 | 0.012 | | | -1.464 | 1.464 | | +| 14| p4040_p | -2.21 | 0.06 | | |-6.28319 | 6.28319 | | +| 15| rho_s | 0.025 | 1.849 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.24 | 0.06 | | | 0.71676 | 3.68324 | | +| 17| jpsi_p | -1.560 | 0.008 | | |-6.28319 | 6.28319 | | +| 18| omega_p | -0.32 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| rho_p | -5 | 8 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p3770_p p4415_p p4160_p psi2s_p Ctt omega_s p3770_s p4040_s p4415_s phi_p psi2s_s jpsi_s Dbar_s p4040_p rho_s p4160_s jpsi_p omega_p rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.008 0.035 0.028 -0.037 0.063 -0.172 -0.011 -0.011 0.002 0.062 -0.012 -0.049 -0.060 0.027 0.288 0.002 0.038 0.032 -0.288 | +| p3770_p | 0.008 1.000 0.009 0.009 -0.088 -0.075 -0.015 -0.068 0.017 -0.005 -0.003 -0.003 0.000 -0.015 -0.004 0.025 0.004 -0.008 0.001 -0.025 | +| p4415_p | 0.035 0.009 1.000 0.028 -0.035 -0.033 -0.072 -0.023 -0.061 -0.058 -0.008 -0.002 -0.006 0.076 0.029 0.121 -0.085 0.022 0.011 -0.121 | +| p4160_p | 0.028 0.009 0.028 1.000 -0.035 -0.077 -0.058 -0.032 -0.116 0.052 -0.007 -0.002 -0.008 0.052 -0.004 0.097 -0.039 0.013 0.008 -0.097 | +| psi2s_p | -0.037 -0.088 -0.035 -0.035 1.000 -0.067 0.078 -0.065 -0.041 -0.030 0.007 -0.001 0.024 0.063 -0.064 -0.130 -0.042 -0.038 -0.014 0.130 | +| Ctt | 0.063 -0.075 -0.033 -0.077 -0.067 1.000 -0.124 -0.064 -0.014 0.028 -0.014 -0.000 -0.011 0.107 -0.091 0.210 0.001 0.073 0.018 -0.210 | +| omega_s | -0.172 -0.015 -0.072 -0.058 0.078 -0.124 1.000 0.024 0.026 -0.001 0.038 0.028 0.115 0.120 -0.055 -0.599 -0.002 -0.080 0.087 0.601 | +| p3770_s | -0.011 -0.068 -0.023 -0.032 -0.065 -0.064 0.024 1.000 0.001 -0.006 0.002 -0.001 0.020 0.072 -0.058 -0.040 -0.009 0.004 -0.004 0.040 | +| p4040_s | -0.011 0.017 -0.061 -0.116 -0.041 -0.014 0.026 0.001 1.000 -0.012 0.002 0.003 0.020 0.108 -0.027 -0.042 -0.057 -0.011 -0.005 0.042 | +| p4415_s | 0.002 -0.005 -0.058 0.052 -0.030 0.028 -0.001 -0.006 -0.012 1.000 -0.001 0.002 0.011 0.062 0.025 0.002 0.002 -0.009 -0.001 -0.002 | +| phi_p | 0.062 -0.003 -0.008 -0.007 0.007 -0.014 0.038 0.002 0.002 -0.001 1.000 0.003 0.011 0.013 -0.007 -0.067 -0.001 -0.012 -0.003 0.067 | +| psi2s_s | -0.012 -0.003 -0.002 -0.002 -0.001 -0.000 0.028 -0.001 0.003 0.002 0.003 1.000 0.180 -0.001 -0.003 -0.047 0.002 -0.005 -0.005 0.047 | +| jpsi_s | -0.049 0.000 -0.006 -0.008 0.024 -0.011 0.115 0.020 0.020 0.011 0.011 0.180 1.000 -0.001 -0.009 -0.189 0.014 -0.022 -0.019 0.190 | +| Dbar_s | -0.060 -0.015 0.076 0.052 0.063 0.107 0.120 0.072 0.108 0.062 0.013 -0.001 -0.001 1.000 0.042 -0.203 0.097 -0.069 -0.018 0.203 | +| p4040_p | 0.027 -0.004 0.029 -0.004 -0.064 -0.091 -0.055 -0.058 -0.027 0.025 -0.007 -0.003 -0.009 0.042 1.000 0.092 0.104 0.002 0.007 -0.092 | +| rho_s | 0.288 0.025 0.121 0.097 -0.130 0.210 -0.599 -0.040 -0.042 0.002 -0.067 -0.047 -0.189 -0.203 0.092 1.000 0.005 0.134 0.078 -0.999 | +| p4160_s | 0.002 0.004 -0.085 -0.039 -0.042 0.001 -0.002 -0.009 -0.057 0.002 -0.001 0.002 0.014 0.097 0.104 0.005 1.000 -0.004 -0.001 -0.005 | +| jpsi_p | 0.038 -0.008 0.022 0.013 -0.038 0.073 -0.080 0.004 -0.011 -0.009 -0.012 -0.005 -0.022 -0.069 0.002 0.134 -0.004 1.000 0.009 -0.134 | +| omega_p | 0.032 0.001 0.011 0.008 -0.014 0.018 0.087 -0.004 -0.005 -0.001 -0.003 -0.005 -0.019 -0.018 0.007 0.078 -0.001 0.009 1.000 -0.078 | +| rho_p | -0.288 -0.025 -0.121 -0.097 0.130 -0.210 0.601 0.040 0.042 -0.002 0.067 0.047 0.190 0.203 -0.092 -0.999 -0.005 -0.134 -0.078 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.40776731304765335}), (, {'error': 0.041724975192630964}), (, {'error': 0.07072519285371204}), (, {'error': 0.036241090307678636}), (, {'error': 0.013958224418599396}), (, {'error': 0.030040206768270072}), (, {'error': 0.4787786888254981}), (, {'error': 0.09249477410718199}), (, {'error': 0.06169167672569975}), (, {'error': 0.07714842314330717}), (, {'error': 0.045232686497111096}), (, {'error': 0.3349055571733288}), (, {'error': 4.289678584257672}), (, {'error': 0.012220153950428414}), (, {'error': 0.05929839213002941}), (, {'error': 1.848854258166259}), (, {'error': 0.061452177385528994}), (, {'error': 0.008436625438123624}), (, {'error': 0.0969403084805438}), (, {'error': 8.406458253423082})]) +Toy 9/10 +Time taken: 14 h, 8 min +Projected time left: 1 h, 34 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.166E+05 | Ncalls=1664 (1664 total) | +| EDM = 1.42E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -716595.5093518356 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.4 | 2.5 | | | 14.8182 | 23.5818 | | +| 1 | p3770_p | 3.69 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4415_p | 4.24 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -2.00 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.03 | 0.04 | | |-6.28319 | 6.28319 | | +| 5 | Ctt | -0.023 | 0.146 | | | -0.5 | 0.5 | | +| 6 | omega_s | 6.6 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.62 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | p4040_s | 1.11 | 0.17 | | |0.00501244| 2.01499 | | +| 9 | p4415_s | 1.20 | 0.18 | | |0.126447 | 2.35355 | | +| 10| phi_p | 0.17 | 0.70 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1366 | 16 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.994E4 | 0.016E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.11 | 0.10 | | | -1.464 | 1.464 | | +| 14| p4040_p | 4.03 | 0.17 | | |-6.28319 | 6.28319 | | +| 15| rho_s | 1.02 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.20 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| jpsi_p | 4.736 | 0.023 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 0.08 | 0.33 | | |-6.28319 | 6.28319 | | +| 19| rho_p | 5.7 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p3770_p p4415_p p4160_p psi2s_p Ctt omega_s p3770_s p4040_s p4415_s phi_p psi2s_s jpsi_s Dbar_s p4040_p rho_s p4160_s jpsi_p omega_p rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.021 -0.040 -0.077 -0.211 0.127 0.004 -0.060 -0.033 0.033 0.957 0.262 0.262 -0.216 -0.083 0.050 -0.011 0.100 0.088 -0.112 | +| p3770_p | 0.021 1.000 0.077 0.194 -0.243 -0.393 -0.006 -0.275 -0.225 -0.177 0.012 0.127 0.127 -0.328 0.121 0.004 -0.148 0.037 -0.013 -0.062 | +| p4415_p | -0.040 0.077 1.000 0.301 0.084 -0.218 0.006 0.004 -0.165 -0.130 -0.034 -0.127 -0.127 0.163 0.178 -0.011 -0.153 -0.132 0.008 0.098 | +| p4160_p | -0.077 0.194 0.301 1.000 0.173 -0.502 0.009 -0.056 -0.439 0.017 -0.064 -0.249 -0.249 0.124 0.240 -0.017 -0.103 -0.233 0.015 0.176 | +| psi2s_p | -0.211 -0.243 0.084 0.173 1.000 -0.377 0.016 0.026 0.007 -0.185 -0.172 -0.708 -0.708 0.559 0.074 -0.026 -0.105 -0.503 0.044 0.413 | +| Ctt | 0.127 -0.393 -0.218 -0.502 -0.377 1.000 -0.023 0.022 0.375 0.397 0.100 0.482 0.482 -0.039 -0.362 0.041 0.267 0.392 -0.037 -0.311 | +| omega_s | 0.004 -0.006 0.006 0.009 0.016 -0.023 1.000 0.009 0.004 -0.005 -0.014 -0.033 -0.033 0.030 0.011 -0.416 0.002 -0.050 0.734 -0.026 | +| p3770_s | -0.060 -0.275 0.004 -0.056 0.026 0.022 0.009 1.000 0.229 0.071 -0.046 -0.239 -0.237 0.347 -0.036 -0.020 0.106 -0.148 0.016 0.127 | +| p4040_s | -0.033 -0.225 -0.165 -0.439 0.007 0.375 0.004 0.229 1.000 0.153 -0.025 -0.139 -0.139 0.385 -0.122 -0.009 0.105 -0.093 0.008 0.054 | +| p4415_s | 0.033 -0.177 -0.130 0.017 -0.185 0.397 -0.005 0.071 0.153 1.000 0.025 0.120 0.121 0.168 0.075 0.003 0.317 0.036 -0.013 -0.088 | +| phi_p | 0.957 0.012 -0.034 -0.064 -0.172 0.100 -0.014 -0.046 -0.025 0.025 1.000 0.207 0.207 -0.170 -0.068 0.069 -0.009 0.059 0.084 -0.107 | +| psi2s_s | 0.262 0.127 -0.127 -0.249 -0.708 0.482 -0.033 -0.239 -0.139 0.120 0.207 1.000 0.998 -0.831 -0.289 0.029 -0.047 0.675 -0.076 -0.623 | +| jpsi_s | 0.262 0.127 -0.127 -0.249 -0.708 0.482 -0.033 -0.237 -0.139 0.121 0.207 0.998 1.000 -0.832 -0.289 0.029 -0.047 0.676 -0.076 -0.624 | +| Dbar_s | -0.216 -0.328 0.163 0.124 0.559 -0.039 0.030 0.347 0.385 0.168 -0.170 -0.831 -0.832 1.000 0.290 -0.040 0.329 -0.603 0.060 0.500 | +| p4040_p | -0.083 0.121 0.178 0.240 0.074 -0.362 0.011 -0.036 -0.122 0.075 -0.068 -0.289 -0.289 0.290 1.000 -0.022 0.393 -0.299 0.017 0.190 | +| rho_s | 0.050 0.004 -0.011 -0.017 -0.026 0.041 -0.416 -0.020 -0.009 0.003 0.069 0.029 0.029 -0.040 -0.022 1.000 -0.009 0.068 -0.022 0.072 | +| p4160_s | -0.011 -0.148 -0.153 -0.103 -0.105 0.267 0.002 0.106 0.105 0.317 -0.009 -0.047 -0.047 0.329 0.393 -0.009 1.000 -0.094 -0.001 0.015 | +| jpsi_p | 0.100 0.037 -0.132 -0.233 -0.503 0.392 -0.050 -0.148 -0.093 0.036 0.059 0.675 0.676 -0.603 -0.299 0.068 -0.094 1.000 -0.072 -0.415 | +| omega_p | 0.088 -0.013 0.008 0.015 0.044 -0.037 0.734 0.016 0.008 -0.013 0.084 -0.076 -0.076 0.060 0.017 -0.022 -0.001 -0.072 1.000 -0.030 | +| rho_p | -0.112 -0.062 0.098 0.176 0.413 -0.311 -0.026 0.127 0.054 -0.088 -0.107 -0.623 -0.624 0.500 0.190 0.072 0.015 -0.415 -0.030 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 2.548565963030981}), (, {'error': 0.10569949535358525}), (, {'error': 0.17284334233585863}), (, {'error': 0.09926741560282215}), (, {'error': 0.04232346234960693}), (, {'error': 0.14622677492932823}), (, {'error': 1.3479098241089162}), (, {'error': 0.2119010639957195}), (, {'error': 0.17063959761018038}), (, {'error': 0.18196541783677422}), (, {'error': 0.6992876068364628}), (, {'error': 16.452079529097205}), (, {'error': 162.73345600225548}), (, {'error': 0.1005439205898544}), (, {'error': 0.17419133202585346}), (, {'error': 0.2972227866760752}), (, {'error': 0.16726339136444812}), (, {'error': 0.02251562026529985}), (, {'error': 0.329955316189503}), (, {'error': 0.3830552939459597})]) +Toy 10/10 +Time taken: 16 h, 21 min +Projected time left: +Mean Ctt value = -0.054585996669525 +Mean Ctt error = 0.12580107700605 +Simulation ended diff --git a/prelim_results/slurm-2213909.out b/prelim_results/slurm-2213909.out new file mode 100644 index 0000000..266e78f --- /dev/null +++ b/prelim_results/slurm-2213909.out @@ -0,0 +1,9245 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.996659: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.020870: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.021169: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x564ef56810e0 executing computations on platform Host. Devices: +2019-07-07 14:45:24.021232: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.592555: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x564ef5738bd0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.592630: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.599677: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:87:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.599758: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.685909: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.685969: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.685994: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.692548: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:87:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714572.0793244 Edm = 22.2351 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714572.0793244 Edm = 22.2351 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720907.5116094 Edm = 0.389269 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720944.7372779 Edm = 15.9328 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -721068.6558566 Edm = 0.0586372 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -721068.8898369 Edm = 0.18032 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -721081.1331858 Edm = 8.39141 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -721096.214469 Edm = 0.125448 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -721096.4600881 Edm = 0.121757 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -721184.7173469 Edm = 17.3314 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -721328.7445029 Edm = 14.6554 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -721348.9466262 Edm = 1.1471 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -721350.2689468 Edm = 0.0378678 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -721350.3571155 Edm = 0.0640886 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -721353.2067185 Edm = 3.18959 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -721358.5804502 Edm = 5.17886 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -721617.1244422 Edm = 12.1471 NCalls = 64 +VariableMetric: Iteration # 16 - FCN = -721632.805769 Edm = 2.73651 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -721637.5623168 Edm = 0.13722 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -721637.7378258 Edm = 0.00682299 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -721637.7550614 Edm = 0.00723885 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -721638.2528643 Edm = 0.479475 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -721676.418575 Edm = 56.6782 NCalls = 84 +VariableMetric: Iteration # 22 - FCN = -721844.0612024 Edm = 69.9997 NCalls = 91 +VariableMetric: Iteration # 23 - FCN = -721898.7204453 Edm = 81.7486 NCalls = 93 +VariableMetric: Iteration # 24 - FCN = -721960.192488 Edm = 68.493 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -722021.8214609 Edm = 29.6995 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -722102.4816065 Edm = 28.8661 NCalls = 103 +VariableMetric: Iteration # 27 - FCN = -722127.4707647 Edm = 61.6461 NCalls = 106 +VariableMetric: Iteration # 28 - FCN = -722726.1282686 Edm = 258.581 NCalls = 113 +VariableMetric: Iteration # 29 - FCN = -722916.2576037 Edm = 277.544 NCalls = 115 +VariableMetric: Iteration # 30 - FCN = -722926.66576 Edm = 69.5131 NCalls = 118 +VariableMetric: Iteration # 31 - FCN = -723033.166171 Edm = 64.5635 NCalls = 121 +VariableMetric: Iteration # 32 - FCN = -723083.7761441 Edm = 9.64632 NCalls = 125 +VariableMetric: Iteration # 33 - FCN = -723108.0624113 Edm = 5.13305 NCalls = 127 +VariableMetric: Iteration # 34 - FCN = -723115.070897 Edm = 2.31693 NCalls = 129 +VariableMetric: Iteration # 35 - FCN = -723127.552784 Edm = 4.03426 NCalls = 132 +VariableMetric: Iteration # 36 - FCN = -723153.8439992 Edm = 33.4071 NCalls = 136 +VariableMetric: Iteration # 37 - FCN = -723268.0797465 Edm = 40.5538 NCalls = 141 +VariableMetric: Iteration # 38 - FCN = -723322.0630919 Edm = 2.88665 NCalls = 143 +VariableMetric: Iteration # 39 - FCN = -723323.8745772 Edm = 0.264984 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -723324.2281001 Edm = 0.0255264 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -723324.2715573 Edm = 0.00659147 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -723324.2825425 Edm = 0.00244278 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -723324.3523499 Edm = 0.0620945 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -723342.9804587 Edm = 19.2016 NCalls = 161 +VariableMetric: Iteration # 45 - FCN = -723360.0422285 Edm = 48.31 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -723405.3301246 Edm = 3.55823 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -723409.6079168 Edm = 0.483489 NCalls = 167 +VariableMetric: Iteration # 48 - FCN = -723409.9265803 Edm = 0.00748195 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -723409.9451981 Edm = 0.00691261 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -723409.978888 Edm = 0.0142764 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -723410.1621441 Edm = 0.177694 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -723413.3485358 Edm = 2.93512 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -723461.6074562 Edm = 13.2827 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -723488.3837065 Edm = 4.79531 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -723490.8914797 Edm = 1.0665 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -723491.8213676 Edm = 0.0412608 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -723491.8667259 Edm = 0.00438727 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -723491.8732244 Edm = 0.00122943 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -723491.8816014 Edm = 0.00652592 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -723492.0182953 Edm = 0.114544 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -723496.671617 Edm = 2.47114 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -723504.4045536 Edm = 0.820034 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -723505.4869618 Edm = 0.13912 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -723505.6380551 Edm = 0.0202781 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -723505.6799368 Edm = 0.00388213 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -723505.6865092 Edm = 0.000525027 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -723505.6876314 Edm = 0.000147757 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -723505.6882218 Edm = 0.000457161 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -723505.7181334 Edm = 0.0309544 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -723505.7312519 Edm = 0.0129519 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -723505.7737927 Edm = 0.0411283 NCalls = 240 +VariableMetric: Iteration # 72 - FCN = -723517.0996007 Edm = 18.7292 NCalls = 248 +VariableMetric: Iteration # 73 - FCN = -723517.2212278 Edm = 0.185454 NCalls = 250 +VariableMetric: Iteration # 74 - FCN = -723521.917884 Edm = 3.05805 NCalls = 255 +VariableMetric: Iteration # 75 - FCN = -723528.4299453 Edm = 1.20148 NCalls = 258 +VariableMetric: Iteration # 76 - FCN = -723529.3828672 Edm = 0.335271 NCalls = 260 +VariableMetric: Iteration # 77 - FCN = -723529.6672981 Edm = 0.00999965 NCalls = 262 +VariableMetric: Iteration # 78 - FCN = -723529.684269 Edm = 0.0036084 NCalls = 264 +VariableMetric: Iteration # 79 - FCN = -723529.6895077 Edm = 0.000220297 NCalls = 266 +VariableMetric: Iteration # 80 - FCN = -723529.6898484 Edm = 0.000129915 NCalls = 268 +VariableMetric: Iteration # 81 - FCN = -723529.6951234 Edm = 0.00482076 NCalls = 273 +VariableMetric: Iteration # 82 - FCN = -723529.9236768 Edm = 0.177249 NCalls = 278 +VariableMetric: Iteration # 83 - FCN = -723532.0862377 Edm = 1.19475 NCalls = 282 +VariableMetric: Iteration # 84 - FCN = -723533.5914566 Edm = 0.184346 NCalls = 284 +VariableMetric: Iteration # 85 - FCN = -723533.8068813 Edm = 0.00371314 NCalls = 286 +VariableMetric: Iteration # 86 - FCN = -723533.8113301 Edm = 0.000703716 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -723533.8121852 Edm = 0.00019708 NCalls = 290 +VariableMetric: Iteration # 88 - FCN = -723533.8124755 Edm = 6.28427e-05 NCalls = 292 +VariableMetric: After Hessian - FCN = -723533.8124755 Edm = 4178.98 NCalls = 649 +VariableMetric: Iteration # 89 - FCN = -723533.8124755 Edm = 4178.98 NCalls = 649 +VariableMetric: Iteration # 90 - FCN = -723537.3999458 Edm = 10034.9 NCalls = 660 +VariableMetric: Iteration # 91 - FCN = -723547.1850809 Edm = 0.852741 NCalls = 667 +VariableMetric: Iteration # 92 - FCN = -723547.4803588 Edm = 770.995 NCalls = 669 +VariableMetric: Iteration # 93 - FCN = -723547.7244999 Edm = 4617.47 NCalls = 672 +VariableMetric: Iteration # 94 - FCN = -723547.8968159 Edm = 1953.48 NCalls = 676 +VariableMetric: Iteration # 95 - FCN = -723548.0638101 Edm = 510.208 NCalls = 680 +VariableMetric: Iteration # 96 - FCN = -723549.2033429 Edm = 203.546 NCalls = 683 +VariableMetric: Iteration # 97 - FCN = -723549.5201209 Edm = 128.09 NCalls = 686 +VariableMetric: Iteration # 98 - FCN = -723549.8460086 Edm = 52.0283 NCalls = 689 +VariableMetric: Iteration # 99 - FCN = -723550.1436225 Edm = 307.531 NCalls = 692 +VariableMetric: Iteration # 100 - FCN = -723551.579049 Edm = 92.7119 NCalls = 694 +VariableMetric: Iteration # 101 - FCN = -723553.0923108 Edm = 15.5904 NCalls = 696 +VariableMetric: Iteration # 102 - FCN = -723554.1228177 Edm = 14.8864 NCalls = 698 +VariableMetric: Iteration # 103 - FCN = -723555.6847875 Edm = 12.1953 NCalls = 700 +VariableMetric: Iteration # 104 - FCN = -723556.1315793 Edm = 21.5927 NCalls = 702 +VariableMetric: Iteration # 105 - FCN = -723557.049662 Edm = 5.40466 NCalls = 704 +VariableMetric: Iteration # 106 - FCN = -723557.3689323 Edm = 8.92891 NCalls = 706 +VariableMetric: Iteration # 107 - FCN = -723558.3403673 Edm = 4.30976 NCalls = 708 +VariableMetric: Iteration # 108 - FCN = -723558.9775094 Edm = 2.21963 NCalls = 710 +VariableMetric: Iteration # 109 - FCN = -723559.1346167 Edm = 1.58414 NCalls = 712 +VariableMetric: Iteration # 110 - FCN = -723559.6434287 Edm = 1.5784 NCalls = 713 +VariableMetric: Iteration # 111 - FCN = -723559.8063544 Edm = 0.485887 NCalls = 715 +VariableMetric: Iteration # 112 - FCN = -723559.8879845 Edm = 0.112035 NCalls = 717 +VariableMetric: Iteration # 113 - FCN = -723559.9276774 Edm = 0.219213 NCalls = 719 +VariableMetric: Iteration # 114 - FCN = -723560.0100954 Edm = 0.0477763 NCalls = 722 +VariableMetric: Iteration # 115 - FCN = -723560.0583579 Edm = 0.0355334 NCalls = 724 +VariableMetric: Iteration # 116 - FCN = -723560.1317348 Edm = 0.080391 NCalls = 728 +VariableMetric: Iteration # 117 - FCN = -723560.1987137 Edm = 0.120077 NCalls = 732 +VariableMetric: Iteration # 118 - FCN = -723560.2534531 Edm = 0.0861828 NCalls = 736 +VariableMetric: Iteration # 119 - FCN = -723560.3567402 Edm = 0.0305573 NCalls = 739 +VariableMetric: Iteration # 120 - FCN = -723560.3841976 Edm = 0.0299337 NCalls = 742 +VariableMetric: Iteration # 121 - FCN = -723560.4104006 Edm = 0.0184672 NCalls = 744 +VariableMetric: Iteration # 122 - FCN = -723560.4324933 Edm = 0.0130261 NCalls = 747 +VariableMetric: Iteration # 123 - FCN = -723560.4459756 Edm = 0.0117565 NCalls = 749 +VariableMetric: Iteration # 124 - FCN = -723560.4649467 Edm = 0.00876219 NCalls = 751 +VariableMetric: Iteration # 125 - FCN = -723560.4858718 Edm = 0.0124962 NCalls = 754 +VariableMetric: Iteration # 126 - FCN = -723560.4976946 Edm = 0.0344697 NCalls = 755 +VariableMetric: Iteration # 127 - FCN = -723560.5098701 Edm = 0.00674219 NCalls = 758 +VariableMetric: Iteration # 128 - FCN = -723560.5163924 Edm = 0.00494225 NCalls = 761 +VariableMetric: Iteration # 129 - FCN = -723560.5199563 Edm = 0.00182364 NCalls = 763 +VariableMetric: Iteration # 130 - FCN = -723560.5229685 Edm = 0.00118324 NCalls = 765 +VariableMetric: Iteration # 131 - FCN = -723560.5249895 Edm = 0.000494778 NCalls = 768 +VariableMetric: Iteration # 132 - FCN = -723560.5260242 Edm = 0.000330298 NCalls = 771 +VariableMetric: Iteration # 133 - FCN = -723560.526344 Edm = 0.000366014 NCalls = 774 +VariableMetric: Iteration # 134 - FCN = -723560.526789 Edm = 0.00011518 NCalls = 777 +VariableMetric: Iteration # 135 - FCN = -723560.5269772 Edm = 4.10233e-05 NCalls = 779 +VariableMetric: After Hessian - FCN = -723560.5269772 Edm = 6.77916e-05 NCalls = 1154 +VariableMetric: Iteration # 136 - FCN = -723560.5269772 Edm = 6.77916e-05 NCalls = 1154 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717079.4703559 Edm = 9.67921 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717079.4703559 Edm = 9.67921 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720487.6497062 Edm = 0.273016 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720488.8155747 Edm = 0.509245 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -720673.627787 Edm = 7.73394 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -720681.1284779 Edm = 0.130503 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -720681.8153808 Edm = 0.617597 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -720805.4471429 Edm = 1.85788 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -720807.1965842 Edm = 0.0461594 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -720807.2890855 Edm = 0.0824502 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -720816.0078808 Edm = 8.99741 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -720819.4206883 Edm = 3.39714 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -720875.1140736 Edm = 2.54897 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -721504.1790635 Edm = 139.18 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -721771.1430735 Edm = 1.78322 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -721771.9821356 Edm = 0.570839 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -721773.0157007 Edm = 0.398727 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -721837.4450449 Edm = 55.9906 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -722268.7680042 Edm = 168.753 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -722388.2794288 Edm = 51.1813 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -722466.9157177 Edm = 4.1101 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -722470.534497 Edm = 0.0758907 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -722470.604687 Edm = 0.022128 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -722470.7350467 Edm = 0.115558 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -722497.3633344 Edm = 0.0891514 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -722555.0205057 Edm = 0.76303 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -722556.0259768 Edm = 0.117787 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -722556.3373026 Edm = 0.125638 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -722558.4627663 Edm = 1.45128 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -722841.8460221 Edm = 136.886 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -722842.2636895 Edm = 1.62285 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -722856.2015428 Edm = 14.8894 NCalls = 114 +VariableMetric: Iteration # 31 - FCN = -723023.4841295 Edm = 97.0957 NCalls = 120 +VariableMetric: Iteration # 32 - FCN = -723052.3712822 Edm = 82.6676 NCalls = 122 +VariableMetric: Iteration # 33 - FCN = -723079.263902 Edm = 9.3918 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -723085.1957399 Edm = 2.44038 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -723093.0004929 Edm = 0.320401 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -723093.4812108 Edm = 0.0623659 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -723093.7718717 Edm = 0.151407 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -723102.3503422 Edm = 4.73601 NCalls = 141 +VariableMetric: Iteration # 39 - FCN = -723102.3848521 Edm = 0.153703 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -723102.6179547 Edm = 0.253232 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -723107.2512607 Edm = 1.28501 NCalls = 150 +VariableMetric: Iteration # 42 - FCN = -723109.1353298 Edm = 0.397212 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -723110.0127729 Edm = 0.711826 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -723179.2455466 Edm = 22.7035 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -723200.0352784 Edm = 12.6002 NCalls = 163 +VariableMetric: Iteration # 46 - FCN = -723220.5862191 Edm = 15.8415 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -723237.3172948 Edm = 23.6843 NCalls = 169 +VariableMetric: Iteration # 48 - FCN = -723246.2622555 Edm = 1.9996 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -723248.3237501 Edm = 0.197132 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -723250.2992501 Edm = 2.5944 NCalls = 175 +VariableMetric: Iteration # 51 - FCN = -723267.9570664 Edm = 13.705 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -723306.3480104 Edm = 1.86999 NCalls = 182 +VariableMetric: Iteration # 53 - FCN = -723308.3199411 Edm = 0.11243 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -723308.4301903 Edm = 0.0140157 NCalls = 185 +VariableMetric: Iteration # 55 - FCN = -723308.488702 Edm = 0.0289574 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -723308.7033033 Edm = 0.206389 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -723311.0140219 Edm = 2.03451 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -723379.4422079 Edm = 18.2296 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -723405.1795693 Edm = 1.36824 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -723407.0585904 Edm = 0.35281 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -723407.3811124 Edm = 0.0856722 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -723407.4460861 Edm = 0.0032975 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -723407.4608082 Edm = 0.00788777 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -723407.5286652 Edm = 0.0560723 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -723407.8460192 Edm = 0.381481 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -723413.4105143 Edm = 3.82266 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -723421.3165491 Edm = 0.361186 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -723421.7471251 Edm = 0.0227144 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -723421.7695782 Edm = 0.00170194 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -723421.7718857 Edm = 0.000605753 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -723421.7781272 Edm = 0.00433611 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -723422.544436 Edm = 0.708068 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -723434.3569588 Edm = 0.352532 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -723434.790796 Edm = 0.0340749 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -723434.8307152 Edm = 0.00304108 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -723434.8338445 Edm = 0.000386529 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -723434.8348151 Edm = 0.000427049 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -723434.8434597 Edm = 0.00830189 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -723435.6063637 Edm = 0.033233 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -723441.4054334 Edm = 1.99947 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -723443.9156987 Edm = 0.633656 NCalls = 264 +VariableMetric: Iteration # 82 - FCN = -723444.7738983 Edm = 0.0221466 NCalls = 266 +VariableMetric: Iteration # 83 - FCN = -723444.7991546 Edm = 0.00257824 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -723444.8018429 Edm = 0.000171587 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -723444.802653 Edm = 0.000574414 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -723444.8341552 Edm = 0.0259413 NCalls = 276 +VariableMetric: Iteration # 87 - FCN = -723445.8983085 Edm = 0.700185 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -723450.2516994 Edm = 0.41621 NCalls = 284 +VariableMetric: Iteration # 89 - FCN = -723450.768106 Edm = 0.0107087 NCalls = 286 +VariableMetric: Iteration # 90 - FCN = -723450.783725 Edm = 0.00104087 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -723450.7847317 Edm = 0.000702465 NCalls = 289 +VariableMetric: Iteration # 92 - FCN = -723450.785578 Edm = 0.000185335 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -723450.7858999 Edm = 6.64398e-05 NCalls = 293 +VariableMetric: After Hessian - FCN = -723450.7858999 Edm = 51.1565 NCalls = 650 +VariableMetric: Iteration # 94 - FCN = -723450.7858999 Edm = 51.1565 NCalls = 650 +VariableMetric: Iteration # 95 - FCN = -723451.231667 Edm = 37.2405 NCalls = 654 +VariableMetric: Iteration # 96 - FCN = -723453.5846471 Edm = 4.98078 NCalls = 656 +VariableMetric: Iteration # 97 - FCN = -723455.4843166 Edm = 4.78396 NCalls = 658 +VariableMetric: Iteration # 98 - FCN = -723456.0234137 Edm = 0.14922 NCalls = 660 +VariableMetric: Iteration # 99 - FCN = -723456.1107685 Edm = 0.053852 NCalls = 663 +VariableMetric: Iteration # 100 - FCN = -723456.1313826 Edm = 0.00972606 NCalls = 665 +VariableMetric: Iteration # 101 - FCN = -723456.2224133 Edm = 0.0683737 NCalls = 671 +VariableMetric: Iteration # 102 - FCN = -723456.2383166 Edm = 0.0440724 NCalls = 674 +VariableMetric: Iteration # 103 - FCN = -723456.4674775 Edm = 0.203595 NCalls = 679 +VariableMetric: Iteration # 104 - FCN = -723456.4795511 Edm = 0.0171621 NCalls = 682 +VariableMetric: Iteration # 105 - FCN = -723456.5384216 Edm = 0.0503912 NCalls = 685 +VariableMetric: Iteration # 106 - FCN = -723456.7936885 Edm = 0.0875002 NCalls = 695 +VariableMetric: Iteration # 107 - FCN = -723456.995797 Edm = 0.383517 NCalls = 698 +VariableMetric: Iteration # 108 - FCN = -723457.131644 Edm = 0.203768 NCalls = 700 +VariableMetric: Iteration # 109 - FCN = -723457.3916451 Edm = 0.135164 NCalls = 704 +VariableMetric: Iteration # 110 - FCN = -723457.5977924 Edm = 0.0666841 NCalls = 707 +VariableMetric: Iteration # 111 - FCN = -723457.7363097 Edm = 0.0827472 NCalls = 709 +VariableMetric: Iteration # 112 - FCN = -723457.802153 Edm = 0.0653824 NCalls = 711 +VariableMetric: Iteration # 113 - FCN = -723457.8847845 Edm = 0.0352232 NCalls = 714 +VariableMetric: Iteration # 114 - FCN = -723457.915671 Edm = 0.01729 NCalls = 716 +VariableMetric: Iteration # 115 - FCN = -723457.9546902 Edm = 0.0190529 NCalls = 720 +VariableMetric: Iteration # 116 - FCN = -723457.9629849 Edm = 0.00348635 NCalls = 722 +VariableMetric: Iteration # 117 - FCN = -723457.9678947 Edm = 0.00106031 NCalls = 724 +VariableMetric: Iteration # 118 - FCN = -723457.9690678 Edm = 0.000271742 NCalls = 726 +VariableMetric: Iteration # 119 - FCN = -723457.9694737 Edm = 4.41694e-05 NCalls = 728 +VariableMetric: After Hessian - FCN = -723457.9694737 Edm = 6.44041e-05 NCalls = 1095 +VariableMetric: Iteration # 120 - FCN = -723457.9694737 Edm = 6.44041e-05 NCalls = 1095 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717707.7510941 Edm = 10.3869 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717707.7510941 Edm = 10.3869 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720854.3499308 Edm = 4.06807 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -720998.9712188 Edm = 117.368 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -721036.5987423 Edm = 4.2095 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -721230.7728101 Edm = 156.661 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -722374.5671268 Edm = 92.0622 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -722455.6209283 Edm = 1.69161 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -722457.2088155 Edm = 0.137898 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -722460.5434583 Edm = 3.06746 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -722520.7930578 Edm = 0.204348 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -722521.1494358 Edm = 0.024043 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -722521.598455 Edm = 0.453276 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -722559.024849 Edm = 4.19578 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -722722.5914806 Edm = 28.742 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -722785.8836396 Edm = 1.77843 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -722787.657427 Edm = 0.0282601 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -722787.6986269 Edm = 0.00477915 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -722787.7583614 Edm = 0.0511694 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -722801.3322953 Edm = 11.1224 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -722843.0944286 Edm = 10.6546 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -722860.9734254 Edm = 5.86886 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -722866.0167217 Edm = 4.54792 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -722870.1843443 Edm = 0.183417 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -722870.370324 Edm = 0.016552 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -722870.4280253 Edm = 0.0407736 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -722876.2892298 Edm = 5.28798 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -722915.549438 Edm = 3.93009 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -722918.5675524 Edm = 0.16971 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -722918.802366 Edm = 0.0211381 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -722918.8452136 Edm = 0.00400521 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -722918.8592437 Edm = 0.00855163 NCalls = 97 +VariableMetric: Iteration # 31 - FCN = -722919.7856384 Edm = 0.601525 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -722927.074453 Edm = 3.80466 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -722935.2877525 Edm = 1.67246 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -722937.509496 Edm = 0.040596 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -722937.5530017 Edm = 0.00592764 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -722937.5582231 Edm = 0.00418988 NCalls = 115 +VariableMetric: Iteration # 37 - FCN = -722937.5951851 Edm = 0.0373797 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -722938.5877364 Edm = 0.826079 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -722968.3903313 Edm = 8.63218 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -722982.3157863 Edm = 5.23922 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -723040.9980216 Edm = 32.7285 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -723041.5755063 Edm = 4.44448 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -723063.1374281 Edm = 14.8733 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -723105.3815724 Edm = 5.42929 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -723111.6478726 Edm = 0.458311 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -723112.6596023 Edm = 0.178433 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -723113.024263 Edm = 0.183906 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -723113.3694717 Edm = 0.102256 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -723113.5179731 Edm = 0.0971337 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -723113.617551 Edm = 0.0427279 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -723113.7246538 Edm = 0.0323242 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -723113.9937661 Edm = 0.4336 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -723114.0850235 Edm = 0.773501 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -723114.2784738 Edm = 0.104299 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -723114.5553899 Edm = 0.0284537 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -723114.5859465 Edm = 0.00490351 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -723114.6224405 Edm = 0.075168 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -723114.9182847 Edm = 0.317314 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -723115.0535045 Edm = 0.111955 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -723116.4427459 Edm = 1.26259 NCalls = 210 +VariableMetric: Iteration # 61 - FCN = -723117.8427116 Edm = 4.84306 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -723121.2208021 Edm = 1.97005 NCalls = 220 +VariableMetric: Iteration # 63 - FCN = -723121.3083847 Edm = 0.151551 NCalls = 222 +VariableMetric: Iteration # 64 - FCN = -723129.3579346 Edm = 12.2508 NCalls = 228 +VariableMetric: Iteration # 65 - FCN = -723164.3053664 Edm = 43.6239 NCalls = 235 +VariableMetric: Iteration # 66 - FCN = -723165.2201041 Edm = 1.15635 NCalls = 238 +VariableMetric: Iteration # 67 - FCN = -723166.822398 Edm = 5.05543 NCalls = 242 +VariableMetric: Iteration # 68 - FCN = -723171.4011945 Edm = 6.05599 NCalls = 246 +VariableMetric: Iteration # 69 - FCN = -723173.0535961 Edm = 1.52541 NCalls = 250 +VariableMetric: Iteration # 70 - FCN = -723211.4899363 Edm = 6.8165 NCalls = 254 +VariableMetric: Iteration # 71 - FCN = -723218.1968097 Edm = 2.0744 NCalls = 256 +VariableMetric: Iteration # 72 - FCN = -723220.191793 Edm = 0.21812 NCalls = 259 +VariableMetric: Iteration # 73 - FCN = -723220.5322573 Edm = 0.102968 NCalls = 261 +VariableMetric: Iteration # 74 - FCN = -723221.2811871 Edm = 0.3903 NCalls = 264 +VariableMetric: Iteration # 75 - FCN = -723222.0994536 Edm = 0.0368923 NCalls = 266 +VariableMetric: Iteration # 76 - FCN = -723222.1479358 Edm = 0.00351031 NCalls = 268 +VariableMetric: Iteration # 77 - FCN = -723222.1608917 Edm = 0.00684692 NCalls = 270 +VariableMetric: Iteration # 78 - FCN = -723222.3214035 Edm = 0.117756 NCalls = 274 +VariableMetric: Iteration # 79 - FCN = -723227.1401819 Edm = 5.06671 NCalls = 278 +VariableMetric: Iteration # 80 - FCN = -723321.525151 Edm = 80.7009 NCalls = 283 +VariableMetric: Iteration # 81 - FCN = -723358.1927238 Edm = 33.4339 NCalls = 285 +VariableMetric: Iteration # 82 - FCN = -723402.6494115 Edm = 9.33044 NCalls = 287 +VariableMetric: Iteration # 83 - FCN = -723413.8157638 Edm = 2.69019 NCalls = 289 +VariableMetric: Iteration # 84 - FCN = -723417.1104251 Edm = 0.798265 NCalls = 291 +VariableMetric: Iteration # 85 - FCN = -723419.6054597 Edm = 0.385716 NCalls = 294 +VariableMetric: Iteration # 86 - FCN = -723420.1354174 Edm = 0.102484 NCalls = 296 +VariableMetric: Iteration # 87 - FCN = -723420.5345893 Edm = 0.415697 NCalls = 298 +VariableMetric: Iteration # 88 - FCN = -723421.2062035 Edm = 0.494394 NCalls = 302 +VariableMetric: Iteration # 89 - FCN = -723421.3012359 Edm = 0.245003 NCalls = 304 +VariableMetric: Iteration # 90 - FCN = -723422.2813368 Edm = 0.174245 NCalls = 307 +VariableMetric: Iteration # 91 - FCN = -723422.4666113 Edm = 0.0358864 NCalls = 308 +VariableMetric: Iteration # 92 - FCN = -723422.5376809 Edm = 0.0473972 NCalls = 310 +VariableMetric: Iteration # 93 - FCN = -723422.9021643 Edm = 0.0933124 NCalls = 315 +VariableMetric: Iteration # 94 - FCN = -723423.506499 Edm = 1.18946 NCalls = 318 +VariableMetric: Iteration # 95 - FCN = -723425.3032705 Edm = 2.04585 NCalls = 324 +VariableMetric: Iteration # 96 - FCN = -723437.2001591 Edm = 24.9543 NCalls = 331 +VariableMetric: Iteration # 97 - FCN = -723437.3635242 Edm = 0.319849 NCalls = 333 +VariableMetric: Iteration # 98 - FCN = -723438.118974 Edm = 0.825 NCalls = 336 +VariableMetric: Iteration # 99 - FCN = -723442.3355346 Edm = 3.75714 NCalls = 341 +VariableMetric: Iteration # 100 - FCN = -723457.5687088 Edm = 8.74413 NCalls = 345 +VariableMetric: Iteration # 101 - FCN = -723469.1211396 Edm = 33.4015 NCalls = 348 +VariableMetric: Iteration # 102 - FCN = -723479.2522966 Edm = 30.7935 NCalls = 352 +VariableMetric: Iteration # 103 - FCN = -723485.2616195 Edm = 11.1836 NCalls = 353 +VariableMetric: Iteration # 104 - FCN = -723493.2436652 Edm = 1.03377 NCalls = 355 +VariableMetric: Iteration # 105 - FCN = -723494.9855366 Edm = 1.01348 NCalls = 357 +VariableMetric: Iteration # 106 - FCN = -723495.7007054 Edm = 0.303462 NCalls = 359 +VariableMetric: Iteration # 107 - FCN = -723495.968835 Edm = 0.177338 NCalls = 361 +VariableMetric: Iteration # 108 - FCN = -723496.8816101 Edm = 0.797879 NCalls = 364 +VariableMetric: Iteration # 109 - FCN = -723504.0290207 Edm = 2.47253 NCalls = 368 +VariableMetric: Iteration # 110 - FCN = -723506.8044292 Edm = 4.83612 NCalls = 369 +VariableMetric: Iteration # 111 - FCN = -723508.8858325 Edm = 0.358443 NCalls = 371 +VariableMetric: Iteration # 112 - FCN = -723509.2710549 Edm = 0.0519206 NCalls = 373 +VariableMetric: Iteration # 113 - FCN = -723509.3327643 Edm = 0.00470096 NCalls = 375 +VariableMetric: Iteration # 114 - FCN = -723509.3380018 Edm = 0.00111059 NCalls = 377 +VariableMetric: Iteration # 115 - FCN = -723509.3412997 Edm = 0.00147109 NCalls = 379 +VariableMetric: Iteration # 116 - FCN = -723509.3516545 Edm = 0.00753232 NCalls = 382 +VariableMetric: Iteration # 117 - FCN = -723509.382307 Edm = 0.0130293 NCalls = 384 +VariableMetric: Iteration # 118 - FCN = -723509.5204574 Edm = 0.11896 NCalls = 387 +VariableMetric: Iteration # 119 - FCN = -723512.9494824 Edm = 3.80093 NCalls = 392 +VariableMetric: Iteration # 120 - FCN = -723519.7934317 Edm = 8.6448 NCalls = 401 +VariableMetric: Iteration # 121 - FCN = -723524.8418215 Edm = 11.7407 NCalls = 403 +VariableMetric: Iteration # 122 - FCN = -723537.7061323 Edm = 2.24949 NCalls = 405 +VariableMetric: Iteration # 123 - FCN = -723540.2966953 Edm = 0.476092 NCalls = 408 +VariableMetric: Iteration # 124 - FCN = -723540.7370975 Edm = 0.0299091 NCalls = 410 +VariableMetric: Iteration # 125 - FCN = -723540.7653974 Edm = 0.00391029 NCalls = 412 +VariableMetric: Iteration # 126 - FCN = -723540.7714343 Edm = 0.0018199 NCalls = 414 +VariableMetric: Iteration # 127 - FCN = -723540.7754153 Edm = 0.00125251 NCalls = 416 +VariableMetric: Iteration # 128 - FCN = -723540.7800932 Edm = 0.00244557 NCalls = 418 +VariableMetric: Iteration # 129 - FCN = -723540.7976311 Edm = 0.0178159 NCalls = 421 +VariableMetric: Iteration # 130 - FCN = -723541.0478181 Edm = 0.237406 NCalls = 426 +VariableMetric: Iteration # 131 - FCN = -723542.7782775 Edm = 1.03419 NCalls = 430 +VariableMetric: Iteration # 132 - FCN = -723546.1671059 Edm = 1.36767 NCalls = 432 +VariableMetric: Iteration # 133 - FCN = -723551.8749222 Edm = 1.6951 NCalls = 435 +VariableMetric: Iteration # 134 - FCN = -723554.1577623 Edm = 0.438316 NCalls = 437 +VariableMetric: Iteration # 135 - FCN = -723554.3686684 Edm = 0.037368 NCalls = 439 +VariableMetric: Iteration # 136 - FCN = -723554.3985072 Edm = 0.00103349 NCalls = 441 +VariableMetric: Iteration # 137 - FCN = -723554.3995996 Edm = 8.08552e-05 NCalls = 443 +VariableMetric: After Hessian - FCN = -723554.3995996 Edm = 7.18446 NCalls = 808 +VariableMetric: Iteration # 138 - FCN = -723554.3995996 Edm = 7.18446 NCalls = 808 +VariableMetric: Iteration # 139 - FCN = -723559.1568033 Edm = 64.4108 NCalls = 816 +VariableMetric: Iteration # 140 - FCN = -723559.1780162 Edm = 1386.78 NCalls = 820 +VariableMetric: Iteration # 141 - FCN = -723559.2432067 Edm = 3180.08 NCalls = 824 +VariableMetric: Iteration # 142 - FCN = -723559.357056 Edm = 935.961 NCalls = 828 +VariableMetric: Iteration # 143 - FCN = -723559.5360837 Edm = 357.09 NCalls = 831 +VariableMetric: Iteration # 144 - FCN = -723559.5941143 Edm = 76.3132 NCalls = 835 +VariableMetric: Iteration # 145 - FCN = -723559.6534195 Edm = 61.7635 NCalls = 838 +VariableMetric: Iteration # 146 - FCN = -723559.6617162 Edm = 8.57288 NCalls = 842 +VariableMetric: Iteration # 147 - FCN = -723559.6746981 Edm = 12.1385 NCalls = 845 +VariableMetric: Iteration # 148 - FCN = -723559.7921489 Edm = 102.653 NCalls = 847 +VariableMetric: Iteration # 149 - FCN = -723559.924333 Edm = 21.6083 NCalls = 849 +VariableMetric: Iteration # 150 - FCN = -723559.9763818 Edm = 1.78527 NCalls = 852 +VariableMetric: Iteration # 151 - FCN = -723559.9979533 Edm = 0.798291 NCalls = 855 +VariableMetric: Iteration # 152 - FCN = -723560.0202342 Edm = 1.54449 NCalls = 857 +VariableMetric: Iteration # 153 - FCN = -723560.1372898 Edm = 0.927585 NCalls = 859 +VariableMetric: Iteration # 154 - FCN = -723560.2102386 Edm = 0.836636 NCalls = 861 +VariableMetric: Iteration # 155 - FCN = -723560.2508303 Edm = 0.118202 NCalls = 863 +VariableMetric: Iteration # 156 - FCN = -723560.2693199 Edm = 0.79217 NCalls = 865 +VariableMetric: Iteration # 157 - FCN = -723560.3367302 Edm = 1.15565 NCalls = 867 +VariableMetric: Iteration # 158 - FCN = -723560.361794 Edm = 0.299447 NCalls = 869 +VariableMetric: Iteration # 159 - FCN = -723560.3873881 Edm = 0.0486953 NCalls = 871 +VariableMetric: Iteration # 160 - FCN = -723560.4325464 Edm = 0.0155717 NCalls = 873 +VariableMetric: Iteration # 161 - FCN = -723560.4535343 Edm = 0.00226657 NCalls = 875 +VariableMetric: Iteration # 162 - FCN = -723560.4575953 Edm = 0.000208926 NCalls = 877 +VariableMetric: Iteration # 163 - FCN = -723560.4577886 Edm = 1.7488e-05 NCalls = 879 +VariableMetric: After Hessian - FCN = -723560.4577886 Edm = 1.49535e-05 NCalls = 1256 +VariableMetric: Iteration # 164 - FCN = -723560.4577886 Edm = 1.49535e-05 NCalls = 1256 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718752.4684653 Edm = 3.13771 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718752.4684653 Edm = 3.13771 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720137.6012476 Edm = 3.70108 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720156.8566086 Edm = 17.2202 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -722349.0652215 Edm = 234.572 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -722869.9259643 Edm = 24.2299 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -722926.3751046 Edm = 0.369136 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -722927.0564964 Edm = 1.2086 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -722944.6108736 Edm = 17.9147 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -723016.6235229 Edm = 40.3137 NCalls = 41 +VariableMetric: Iteration # 9 - FCN = -723110.4736792 Edm = 7.39361 NCalls = 44 +VariableMetric: Iteration # 10 - FCN = -723116.6337287 Edm = 1.03244 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -723118.8937502 Edm = 0.157413 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -723119.1553043 Edm = 0.126903 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -723122.5685453 Edm = 2.35003 NCalls = 57 +VariableMetric: Iteration # 14 - FCN = -723142.1036272 Edm = 19.8688 NCalls = 61 +VariableMetric: Iteration # 15 - FCN = -723172.1218985 Edm = 18.6517 NCalls = 65 +VariableMetric: Iteration # 16 - FCN = -723214.2959035 Edm = 3.08558 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -723219.8525238 Edm = 0.11499 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -723220.31686 Edm = 0.378175 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -723243.5136944 Edm = 14.447 NCalls = 83 +VariableMetric: Iteration # 20 - FCN = -723248.5502848 Edm = 44.1118 NCalls = 85 +VariableMetric: Iteration # 21 - FCN = -723263.2432699 Edm = 5.2814 NCalls = 88 +VariableMetric: Iteration # 22 - FCN = -723275.8662186 Edm = 4.58919 NCalls = 91 +VariableMetric: Iteration # 23 - FCN = -723282.5375057 Edm = 0.0602097 NCalls = 93 +VariableMetric: Iteration # 24 - FCN = -723282.6110822 Edm = 0.0109331 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -723283.0174257 Edm = 0.381413 NCalls = 99 +VariableMetric: Iteration # 26 - FCN = -723321.0799098 Edm = 18.0447 NCalls = 104 +VariableMetric: Iteration # 27 - FCN = -723360.0238011 Edm = 3.3653 NCalls = 106 +VariableMetric: Iteration # 28 - FCN = -723365.3057081 Edm = 2.97905 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -723367.9930484 Edm = 0.473169 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -723368.4855448 Edm = 0.0420677 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -723368.5402575 Edm = 0.00411726 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -723368.5543607 Edm = 0.0113189 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -723369.0056942 Edm = 0.558205 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -723369.194545 Edm = 0.186082 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -723369.7513629 Edm = 0.495677 NCalls = 134 +VariableMetric: Iteration # 36 - FCN = -723426.1274219 Edm = 10.1637 NCalls = 140 +VariableMetric: Iteration # 37 - FCN = -723443.4965022 Edm = 4.45655 NCalls = 143 +VariableMetric: Iteration # 38 - FCN = -723450.060285 Edm = 0.489366 NCalls = 145 +VariableMetric: Iteration # 39 - FCN = -723450.7796882 Edm = 0.102541 NCalls = 147 +VariableMetric: Iteration # 40 - FCN = -723450.971459 Edm = 0.00928108 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -723450.9881878 Edm = 0.00424929 NCalls = 151 +VariableMetric: Iteration # 42 - FCN = -723451.1381368 Edm = 0.13507 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -723470.5000312 Edm = 6.05878 NCalls = 161 +VariableMetric: Iteration # 44 - FCN = -723476.4995299 Edm = 0.500074 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -723476.9133339 Edm = 0.0156143 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -723476.9351574 Edm = 0.00256725 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -723476.9398199 Edm = 0.00143068 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -723476.9977351 Edm = 0.0560078 NCalls = 172 +VariableMetric: Iteration # 49 - FCN = -723481.3760262 Edm = 1.84386 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -723485.9124011 Edm = 0.531546 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -723487.0548149 Edm = 0.328576 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -723489.1648614 Edm = 0.905798 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -723490.4625669 Edm = 2.20989 NCalls = 190 +VariableMetric: Iteration # 54 - FCN = -723490.7468412 Edm = 0.177058 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -723490.9951941 Edm = 0.0184691 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -723491.0125272 Edm = 0.00369538 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -723491.0188121 Edm = 0.000346315 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -723491.0194899 Edm = 0.000293824 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -723491.0613272 Edm = 0.0487351 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -723491.4154038 Edm = 0.218503 NCalls = 212 +VariableMetric: Iteration # 61 - FCN = -723496.9801707 Edm = 3.83095 NCalls = 215 +VariableMetric: Iteration # 62 - FCN = -723500.4810271 Edm = 7.4404 NCalls = 218 +VariableMetric: Iteration # 63 - FCN = -723503.3013384 Edm = 0.48147 NCalls = 220 +VariableMetric: Iteration # 64 - FCN = -723504.0766016 Edm = 0.0803125 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -723504.1429088 Edm = 0.0118859 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -723504.1521698 Edm = 0.00067728 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -723504.1532106 Edm = 0.000380239 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -723504.1595824 Edm = 0.0053944 NCalls = 232 +VariableMetric: Iteration # 69 - FCN = -723505.979364 Edm = 1.58357 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -723514.5706774 Edm = 0.490128 NCalls = 241 +VariableMetric: Iteration # 71 - FCN = -723514.9455503 Edm = 0.103164 NCalls = 243 +VariableMetric: Iteration # 72 - FCN = -723515.034504 Edm = 0.00618143 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -723515.0428123 Edm = 0.000570799 NCalls = 246 +VariableMetric: Iteration # 74 - FCN = -723515.0436255 Edm = 0.00025149 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -723515.046234 Edm = 0.00215043 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -723515.1715726 Edm = 0.114983 NCalls = 256 +VariableMetric: Iteration # 77 - FCN = -723526.8599811 Edm = 4.52141 NCalls = 261 +VariableMetric: Iteration # 78 - FCN = -723530.7940014 Edm = 0.86312 NCalls = 264 +VariableMetric: Iteration # 79 - FCN = -723531.5294653 Edm = 0.0327714 NCalls = 265 +VariableMetric: Iteration # 80 - FCN = -723531.5560291 Edm = 0.00382774 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -723531.5598219 Edm = 0.000488095 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -723531.5607675 Edm = 0.000396207 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -723531.561667 Edm = 0.000516426 NCalls = 273 +VariableMetric: Iteration # 84 - FCN = -723531.5647431 Edm = 0.00317717 NCalls = 276 +VariableMetric: Iteration # 85 - FCN = -723531.7085883 Edm = 0.150232 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -723532.0511261 Edm = 0.0731126 NCalls = 290 +VariableMetric: Iteration # 87 - FCN = -723534.6080845 Edm = 1.63494 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -723545.7501405 Edm = 4.45576 NCalls = 296 +VariableMetric: Iteration # 89 - FCN = -723547.0501087 Edm = 0.601993 NCalls = 298 +VariableMetric: Iteration # 90 - FCN = -723547.455698 Edm = 0.0344967 NCalls = 299 +VariableMetric: Iteration # 91 - FCN = -723547.487663 Edm = 0.00129993 NCalls = 301 +VariableMetric: Iteration # 92 - FCN = -723547.4891007 Edm = 8.69658e-05 NCalls = 303 +VariableMetric: Iteration # 93 - FCN = -723547.489333 Edm = 0.00014045 NCalls = 305 +VariableMetric: Iteration # 94 - FCN = -723547.4953861 Edm = 0.00714248 NCalls = 309 +VariableMetric: Iteration # 95 - FCN = -723547.7287202 Edm = 0.0427322 NCalls = 316 +VariableMetric: Iteration # 96 - FCN = -723547.9469577 Edm = 0.00039362 NCalls = 317 +VariableMetric: Iteration # 97 - FCN = -723547.9476119 Edm = 0.000210921 NCalls = 319 +VariableMetric: Iteration # 98 - FCN = -723547.9701317 Edm = 0.0208532 NCalls = 324 +VariableMetric: Iteration # 99 - FCN = -723550.2791843 Edm = 0.976994 NCalls = 329 +VariableMetric: Iteration # 100 - FCN = -723551.8844064 Edm = 0.0301456 NCalls = 331 +VariableMetric: Iteration # 101 - FCN = -723551.9176824 Edm = 0.000525566 NCalls = 333 +VariableMetric: Iteration # 102 - FCN = -723551.9182223 Edm = 3.14622e-05 NCalls = 334 +VariableMetric: After Hessian - FCN = -723551.9182223 Edm = 22.6997 NCalls = 693 +VariableMetric: Iteration # 103 - FCN = -723551.9182223 Edm = 22.6997 NCalls = 693 +VariableMetric: Iteration # 104 - FCN = -723552.8008096 Edm = 23.3162 NCalls = 696 +VariableMetric: Iteration # 105 - FCN = -723555.3856548 Edm = 3.45347 NCalls = 699 +VariableMetric: Iteration # 106 - FCN = -723559.1859445 Edm = 0.723507 NCalls = 701 +VariableMetric: Iteration # 107 - FCN = -723559.5212309 Edm = 0.108697 NCalls = 703 +VariableMetric: Iteration # 108 - FCN = -723559.7320698 Edm = 0.111819 NCalls = 705 +VariableMetric: Iteration # 109 - FCN = -723559.8225019 Edm = 0.0338111 NCalls = 707 +VariableMetric: Iteration # 110 - FCN = -723559.8808129 Edm = 0.0221665 NCalls = 709 +VariableMetric: Iteration # 111 - FCN = -723559.9861325 Edm = 0.0425672 NCalls = 711 +VariableMetric: Iteration # 112 - FCN = -723560.1197625 Edm = 0.0662699 NCalls = 714 +VariableMetric: Iteration # 113 - FCN = -723560.2060727 Edm = 0.0778892 NCalls = 716 +VariableMetric: Iteration # 114 - FCN = -723560.2850931 Edm = 0.0560013 NCalls = 721 +VariableMetric: Iteration # 115 - FCN = -723560.3431615 Edm = 0.0159247 NCalls = 723 +VariableMetric: Iteration # 116 - FCN = -723560.3672902 Edm = 0.022857 NCalls = 726 +VariableMetric: Iteration # 117 - FCN = -723560.3958321 Edm = 0.00708239 NCalls = 728 +VariableMetric: Iteration # 118 - FCN = -723560.4116729 Edm = 0.0105042 NCalls = 731 +VariableMetric: Iteration # 119 - FCN = -723560.4241681 Edm = 0.00637986 NCalls = 733 +VariableMetric: Iteration # 120 - FCN = -723560.4341446 Edm = 0.00422656 NCalls = 736 +VariableMetric: Iteration # 121 - FCN = -723560.4454851 Edm = 0.00345401 NCalls = 739 +VariableMetric: Iteration # 122 - FCN = -723560.4539098 Edm = 0.00113989 NCalls = 741 +VariableMetric: Iteration # 123 - FCN = -723560.4551636 Edm = 0.00222698 NCalls = 742 +VariableMetric: Iteration # 124 - FCN = -723560.4560953 Edm = 0.000433398 NCalls = 745 +VariableMetric: Iteration # 125 - FCN = -723560.4571694 Edm = 0.000342154 NCalls = 747 +VariableMetric: Iteration # 126 - FCN = -723560.4576028 Edm = 0.000165024 NCalls = 749 +VariableMetric: Iteration # 127 - FCN = -723560.4577648 Edm = 1.76968e-05 NCalls = 752 +VariableMetric: After Hessian - FCN = -723560.4577648 Edm = 3.81765e-05 NCalls = 1119 +VariableMetric: Iteration # 128 - FCN = -723560.4577648 Edm = 3.81765e-05 NCalls = 1119 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717275.9438665 Edm = 2.84195 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717275.9438665 Edm = 2.84195 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721906.9999978 Edm = 4.35321 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721974.8029231 Edm = 3.78592 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -722267.4703725 Edm = 290.464 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -722996.346463 Edm = 23.4273 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -723026.2530893 Edm = 0.756346 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -723027.2412065 Edm = 0.0422968 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -723027.9215184 Edm = 0.604236 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -723127.4179493 Edm = 6.09811 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -723134.6182592 Edm = 0.0493292 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -723134.7003318 Edm = 0.0425951 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -723137.7649367 Edm = 2.60051 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -723185.2075111 Edm = 12.7804 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -723192.3749521 Edm = 6.04586 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -723195.9870634 Edm = 0.0290985 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -723196.0258545 Edm = 0.00812652 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -723196.1844858 Edm = 0.139634 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -723210.142431 Edm = 10.6418 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -723275.9707535 Edm = 1.253 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -723277.9184869 Edm = 0.132138 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -723278.119306 Edm = 0.0201931 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -723278.1415962 Edm = 0.00332659 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -723278.1495872 Edm = 0.00105975 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -723278.1584829 Edm = 0.0074347 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -723282.6958494 Edm = 3.57255 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -723291.2814027 Edm = 1.12227 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -723292.2416801 Edm = 0.0192017 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -723292.2570725 Edm = 0.00100379 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -723292.2606121 Edm = 0.00176403 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -723292.2676618 Edm = 0.00547203 NCalls = 94 +VariableMetric: Iteration # 30 - FCN = -723292.4511719 Edm = 0.183241 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -723292.4618259 Edm = 0.00896309 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -723297.1879393 Edm = 4.61283 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -723319.5370898 Edm = 15.3979 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -723321.9023719 Edm = 8.88446 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -723324.7928566 Edm = 0.112304 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -723324.9574323 Edm = 0.0171972 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -723324.9840005 Edm = 0.00405705 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -723324.9927696 Edm = 0.00513832 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -723325.1773867 Edm = 0.15204 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -723331.2978283 Edm = 4.03458 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -723341.9758954 Edm = 0.866969 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -723342.9139977 Edm = 0.0812499 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -723343.0177144 Edm = 0.00691553 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -723343.0314328 Edm = 0.00961272 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -723343.2945018 Edm = 0.273336 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -723346.1786788 Edm = 2.26095 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -723389.3015055 Edm = 6.0615 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -723396.1239279 Edm = 2.16189 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -723398.8497585 Edm = 2.71585 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -723445.8174471 Edm = 27.863 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -723476.1205925 Edm = 38.9775 NCalls = 178 +VariableMetric: Iteration # 52 - FCN = -723477.6710052 Edm = 4.06349 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -723487.0901675 Edm = 17.4567 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -723495.0051456 Edm = 2.53878 NCalls = 187 +VariableMetric: Iteration # 55 - FCN = -723498.5706574 Edm = 0.185619 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -723498.9284555 Edm = 0.221895 NCalls = 191 +VariableMetric: Iteration # 57 - FCN = -723500.0334495 Edm = 0.268072 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -723500.5129808 Edm = 0.0862756 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -723500.6980337 Edm = 0.0354726 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -723500.8350304 Edm = 0.0461252 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -723500.879258 Edm = 0.0314136 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -723500.9177319 Edm = 0.0059983 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -723500.92732 Edm = 0.00620817 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -723500.9322004 Edm = 0.000521235 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -723500.9329464 Edm = 0.000147171 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -723500.9360467 Edm = 0.00289627 NCalls = 218 +VariableMetric: Iteration # 67 - FCN = -723502.5562104 Edm = 1.52936 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -723507.0807393 Edm = 0.760127 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -723507.7960545 Edm = 0.142557 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -723507.8279402 Edm = 0.016633 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -723507.8441901 Edm = 0.00317107 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -723507.8483304 Edm = 0.000582871 NCalls = 238 +VariableMetric: Iteration # 73 - FCN = -723507.8488853 Edm = 0.000146374 NCalls = 239 +VariableMetric: Iteration # 74 - FCN = -723507.8494445 Edm = 0.000432516 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -723507.8626962 Edm = 0.0138479 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -723507.9549692 Edm = 0.0733588 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -723511.782649 Edm = 1.19576 NCalls = 259 +VariableMetric: Iteration # 78 - FCN = -723512.5969675 Edm = 0.507617 NCalls = 261 +VariableMetric: Iteration # 79 - FCN = -723512.8698196 Edm = 0.0524177 NCalls = 263 +VariableMetric: Iteration # 80 - FCN = -723512.9435573 Edm = 0.00956534 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -723513.1129295 Edm = 0.164629 NCalls = 273 +VariableMetric: Iteration # 82 - FCN = -723513.1270752 Edm = 0.106228 NCalls = 276 +VariableMetric: Iteration # 83 - FCN = -723513.3376454 Edm = 0.018115 NCalls = 280 +VariableMetric: Iteration # 84 - FCN = -723513.3512346 Edm = 0.00533427 NCalls = 282 +VariableMetric: Iteration # 85 - FCN = -723513.3569304 Edm = 0.000854801 NCalls = 284 +VariableMetric: Iteration # 86 - FCN = -723513.3583718 Edm = 0.000133216 NCalls = 286 +VariableMetric: Iteration # 87 - FCN = -723513.3585956 Edm = 7.48552e-05 NCalls = 288 +VariableMetric: Iteration # 88 - FCN = -723513.3598131 Edm = 0.00126766 NCalls = 292 +VariableMetric: Iteration # 89 - FCN = -723513.4449313 Edm = 0.0580936 NCalls = 299 +VariableMetric: Iteration # 90 - FCN = -723513.448545 Edm = 7.79776e-05 NCalls = 300 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721963.4512717 Edm = 2.81936 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721963.4512717 Edm = 2.81936 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722889.8052676 Edm = 0.0689969 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -722892.472051 Edm = 0.0664275 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -722925.805379 Edm = 5.35321 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -722932.0804473 Edm = 0.0623858 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -722938.7407725 Edm = 5.93325 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -723219.9134732 Edm = 1.94691 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -723222.5848332 Edm = 0.0144265 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -723222.7611286 Edm = 0.116875 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -723226.4273973 Edm = 2.7911 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -723283.5644513 Edm = 3.52144 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -723288.8617233 Edm = 0.462765 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -723289.8588974 Edm = 0.210539 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -723290.3067464 Edm = 0.267573 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -723305.1579228 Edm = 6.22163 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -723317.4695944 Edm = 270741 NCalls = 70 +VariableMetric: Iteration # 16 - FCN = -723339.6563021 Edm = 1.83867e+06 NCalls = 79 +VariableMetric: Iteration # 17 - FCN = -723443.7003078 Edm = 103080 NCalls = 87 +VariableMetric: Iteration # 18 - FCN = -723452.8019601 Edm = 10712.6 NCalls = 94 +VariableMetric: Iteration # 19 - FCN = -723463.0828957 Edm = 14683.4 NCalls = 100 +VariableMetric: Iteration # 20 - FCN = -723507.9043797 Edm = 18249.8 NCalls = 105 +VariableMetric: Iteration # 21 - FCN = -723517.42617 Edm = 2682.12 NCalls = 110 +VariableMetric: Iteration # 22 - FCN = -723519.9554441 Edm = 2382.06 NCalls = 114 +VariableMetric: Iteration # 23 - FCN = -723523.918541 Edm = 3400.81 NCalls = 118 +VariableMetric: Iteration # 24 - FCN = -723527.1297716 Edm = 2933.49 NCalls = 122 +VariableMetric: Iteration # 25 - FCN = -723529.1179805 Edm = 134.664 NCalls = 126 +VariableMetric: Iteration # 26 - FCN = -723530.0635327 Edm = 106.452 NCalls = 129 +VariableMetric: Iteration # 27 - FCN = -723531.3899739 Edm = 186.39 NCalls = 131 +VariableMetric: Iteration # 28 - FCN = -723532.5596424 Edm = 128.455 NCalls = 134 +VariableMetric: Iteration # 29 - FCN = -723537.9771649 Edm = 44.9041 NCalls = 136 +VariableMetric: Iteration # 30 - FCN = -723540.9321456 Edm = 47.7303 NCalls = 139 +VariableMetric: Iteration # 31 - FCN = -723544.9530379 Edm = 62.9151 NCalls = 141 +VariableMetric: Iteration # 32 - FCN = -723552.9994534 Edm = 33.2441 NCalls = 143 +VariableMetric: Iteration # 33 - FCN = -723555.1733086 Edm = 4.47651 NCalls = 145 +VariableMetric: Iteration # 34 - FCN = -723555.5647564 Edm = 7.01618 NCalls = 147 +VariableMetric: Iteration # 35 - FCN = -723557.2092187 Edm = 2.07152 NCalls = 150 +VariableMetric: Iteration # 36 - FCN = -723557.8534512 Edm = 0.463726 NCalls = 152 +VariableMetric: Iteration # 37 - FCN = -723558.1808782 Edm = 0.914686 NCalls = 153 +VariableMetric: Iteration # 38 - FCN = -723558.3144629 Edm = 0.12151 NCalls = 155 +VariableMetric: Iteration # 39 - FCN = -723558.3976875 Edm = 0.0292426 NCalls = 156 +VariableMetric: Iteration # 40 - FCN = -723558.4409935 Edm = 0.0162498 NCalls = 159 +VariableMetric: Iteration # 41 - FCN = -723558.4610812 Edm = 0.0131774 NCalls = 162 +VariableMetric: Iteration # 42 - FCN = -723558.4993617 Edm = 0.00766143 NCalls = 165 +VariableMetric: Iteration # 43 - FCN = -723558.5074959 Edm = 0.00157782 NCalls = 166 +VariableMetric: Iteration # 44 - FCN = -723558.5090685 Edm = 0.000920336 NCalls = 168 +VariableMetric: Iteration # 45 - FCN = -723558.5099365 Edm = 0.000675394 NCalls = 170 +VariableMetric: Iteration # 46 - FCN = -723558.5121622 Edm = 0.00143034 NCalls = 173 +VariableMetric: Iteration # 47 - FCN = -723558.5201041 Edm = 0.00687892 NCalls = 176 +VariableMetric: Iteration # 48 - FCN = -723558.5655566 Edm = 0.043642 NCalls = 183 +VariableMetric: Iteration # 49 - FCN = -723558.5691752 Edm = 0.00790819 NCalls = 186 +VariableMetric: Iteration # 50 - FCN = -723558.5918723 Edm = 0.0371645 NCalls = 190 +VariableMetric: Iteration # 51 - FCN = -723558.6601213 Edm = 0.0697617 NCalls = 195 +VariableMetric: Iteration # 52 - FCN = -723558.6918076 Edm = 0.038344 NCalls = 200 +VariableMetric: Iteration # 53 - FCN = -723558.7812016 Edm = 0.165537 NCalls = 205 +VariableMetric: Iteration # 54 - FCN = -723558.8827748 Edm = 0.495116 NCalls = 216 +VariableMetric: Iteration # 55 - FCN = -723558.8888929 Edm = 0.00834013 NCalls = 218 +VariableMetric: Iteration # 56 - FCN = -723558.8960161 Edm = 0.00262672 NCalls = 221 +VariableMetric: Iteration # 57 - FCN = -723558.9031277 Edm = 0.00450001 NCalls = 223 +VariableMetric: Iteration # 58 - FCN = -723558.9469323 Edm = 0.0674958 NCalls = 228 +VariableMetric: Iteration # 59 - FCN = -723558.9532981 Edm = 0.0151406 NCalls = 231 +VariableMetric: Iteration # 60 - FCN = -723558.9976397 Edm = 0.050495 NCalls = 235 +VariableMetric: Iteration # 61 - FCN = -723559.1347171 Edm = 0.105377 NCalls = 240 +VariableMetric: Iteration # 62 - FCN = -723559.1414743 Edm = 0.00592301 NCalls = 242 +VariableMetric: Iteration # 63 - FCN = -723559.1642788 Edm = 0.0246888 NCalls = 245 +VariableMetric: Iteration # 64 - FCN = -723559.3860181 Edm = 0.115613 NCalls = 250 +VariableMetric: Iteration # 65 - FCN = -723559.4927308 Edm = 0.0255197 NCalls = 251 +VariableMetric: Iteration # 66 - FCN = -723559.51246 Edm = 0.00378972 NCalls = 253 +VariableMetric: Iteration # 67 - FCN = -723559.5165462 Edm = 0.000833886 NCalls = 255 +VariableMetric: Iteration # 68 - FCN = -723559.5183542 Edm = 0.000624093 NCalls = 257 +VariableMetric: Iteration # 69 - FCN = -723559.519163 Edm = 9.05249e-05 NCalls = 259 +VariableMetric: Iteration # 70 - FCN = -723559.5193159 Edm = 3.8244e-05 NCalls = 261 +VariableMetric: After Hessian - FCN = -723559.5193159 Edm = 0.0049746 NCalls = 628 +VariableMetric: Iteration # 71 - FCN = -723559.5193159 Edm = 0.0049746 NCalls = 628 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721949.6139867 Edm = 2.9615 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721949.6139867 Edm = 2.9615 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722850.5399891 Edm = 0.292532 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -722854.8716017 Edm = 4.15075 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -722926.8440632 Edm = 30.0723 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -722974.9292961 Edm = 0.216754 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -722975.2989765 Edm = 0.147171 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -723065.2427832 Edm = 21.3532 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -723085.5412047 Edm = 0.267319 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -723085.7977225 Edm = 0.0420998 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -723086.5208937 Edm = 0.69468 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -723142.388088 Edm = 1.94026 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -723248.9210993 Edm = 2.96439 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -723254.8697823 Edm = 0.296053 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -723255.3218515 Edm = 0.0449757 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -723255.570019 Edm = 0.148411 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -723265.4077598 Edm = 2.43481 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -723269.4512372 Edm = 0.0239185 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -723269.4825155 Edm = 0.00672448 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -723269.6184743 Edm = 0.120645 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -723351.8218715 Edm = 40.3274 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -723412.1272463 Edm = 20.7075 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -723427.9048028 Edm = 9.23441 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -723441.9886415 Edm = 1.69212 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -723443.7621487 Edm = 1.01295 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -723444.3609799 Edm = 0.0900799 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -723444.432931 Edm = 0.00716633 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -723444.4389345 Edm = 0.000200293 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -723444.4397076 Edm = 0.000575712 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -723445.2311404 Edm = 0.30048 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -723448.5867188 Edm = 1.19904 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -723450.9905411 Edm = 0.0186337 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -723451.0086813 Edm = 0.000840635 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -723451.0098953 Edm = 0.000338654 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -723451.0321744 Edm = 0.0215103 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -723457.089148 Edm = 2.98916 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -723461.9931052 Edm = 3.86249 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -723464.004177 Edm = 0.393335 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -723464.3692789 Edm = 0.00544384 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -723464.3756716 Edm = 0.000167592 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -723464.3766059 Edm = 0.000741608 NCalls = 128 +VariableMetric: Iteration # 40 - FCN = -723464.4641542 Edm = 0.0881917 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -723465.802592 Edm = 0.00889545 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -723468.8618543 Edm = 0.073639 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -723468.9374772 Edm = 0.00273964 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -723468.9404526 Edm = 7.84766e-05 NCalls = 144 +VariableMetric: After Hessian - FCN = -723468.9404526 Edm = 1.14342e+06 NCalls = 501 +VariableMetric: Iteration # 45 - FCN = -723468.9404526 Edm = 1.14342e+06 NCalls = 501 +VariableMetric: Iteration # 46 - FCN = -723468.9404526 Edm = 1.14342e+06 NCalls = 512 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719274.579027 Edm = 0.649024 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719274.579027 Edm = 0.649024 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720979.4648432 Edm = 0.401454 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721089.0154832 Edm = 0.155372 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -721090.1333534 Edm = 1.09249 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -721155.76553 Edm = 8.73851 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -721164.771063 Edm = 0.182423 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -721179.2372917 Edm = 15.1297 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -721294.0152878 Edm = 7.40327 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -721299.3869131 Edm = 0.165507 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -721299.5842939 Edm = 0.0798723 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -721369.3426292 Edm = 13.8874 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -721413.6608056 Edm = 1.00513 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -721414.8934267 Edm = 0.0271627 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -721414.9444653 Edm = 0.0120642 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -721415.2466564 Edm = 0.267091 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -721448.5291633 Edm = 26.6526 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -721598.6163014 Edm = 7.76161 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -721611.8200657 Edm = 0.0637215 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -721611.8993631 Edm = 0.012289 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -721611.9707981 Edm = 0.045475 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -721612.185806 Edm = 0.120453 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -721614.9311077 Edm = 2.46412 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -721699.3105669 Edm = 38.1295 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -721716.2387945 Edm = 6.43751 NCalls = 89 +VariableMetric: Iteration # 24 - FCN = -721736.0938915 Edm = 49.4066 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -721740.5588354 Edm = 6.39202 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -721759.5808922 Edm = 19.9398 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -721804.1318267 Edm = 20.0769 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -721832.0191782 Edm = 3.30054 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -721834.5681117 Edm = 0.51015 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -721835.2944429 Edm = 0.10176 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -721841.3045632 Edm = 20.458 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -721953.4640557 Edm = 5.29723e+07 NCalls = 124 +VariableMetric: Iteration # 33 - FCN = -722701.5723475 Edm = 1.85074e+06 NCalls = 135 +VariableMetric: Iteration # 34 - FCN = -722784.879954 Edm = 277786 NCalls = 144 +VariableMetric: Iteration # 35 - FCN = -722800.450933 Edm = 53819 NCalls = 153 +VariableMetric: Iteration # 36 - FCN = -722843.3255274 Edm = 146382 NCalls = 160 +VariableMetric: Iteration # 37 - FCN = -722908.6163235 Edm = 12346.8 NCalls = 167 +VariableMetric: Iteration # 38 - FCN = -722959.4068188 Edm = 65221.4 NCalls = 172 +VariableMetric: Iteration # 39 - FCN = -723042.6033411 Edm = 7464.02 NCalls = 177 +VariableMetric: Iteration # 40 - FCN = -723108.9759384 Edm = 18802 NCalls = 181 +VariableMetric: Iteration # 41 - FCN = -723175.1104337 Edm = 1779.19 NCalls = 185 +VariableMetric: Iteration # 42 - FCN = -723236.5360797 Edm = 1268.91 NCalls = 189 +VariableMetric: Iteration # 43 - FCN = -723255.3377037 Edm = 1168.97 NCalls = 193 +VariableMetric: Iteration # 44 - FCN = -723367.4637107 Edm = 675.005 NCalls = 195 +VariableMetric: Iteration # 45 - FCN = -723387.0378863 Edm = 948.38 NCalls = 198 +VariableMetric: Iteration # 46 - FCN = -723438.6634896 Edm = 1218.5 NCalls = 200 +VariableMetric: Iteration # 47 - FCN = -723455.2847304 Edm = 1064.79 NCalls = 202 +VariableMetric: Iteration # 48 - FCN = -723460.270426 Edm = 102.174 NCalls = 205 +VariableMetric: Iteration # 49 - FCN = -723486.5495162 Edm = 139.69 NCalls = 207 +VariableMetric: Iteration # 50 - FCN = -723494.4308071 Edm = 30.8432 NCalls = 209 +VariableMetric: Iteration # 51 - FCN = -723510.7015328 Edm = 102.778 NCalls = 220 +VariableMetric: Iteration # 52 - FCN = -723510.8389148 Edm = 65.8257 NCalls = 224 +VariableMetric: Iteration # 53 - FCN = -723518.2650866 Edm = 31.5046 NCalls = 226 +VariableMetric: Iteration # 54 - FCN = -723524.719833 Edm = 30.1262 NCalls = 228 +VariableMetric: Iteration # 55 - FCN = -723534.5705685 Edm = 12.3039 NCalls = 231 +VariableMetric: Iteration # 56 - FCN = -723537.4411992 Edm = 18.3986 NCalls = 233 +VariableMetric: Iteration # 57 - FCN = -723542.1616755 Edm = 6.57093 NCalls = 235 +VariableMetric: Iteration # 58 - FCN = -723545.0835548 Edm = 3.37531 NCalls = 237 +VariableMetric: Iteration # 59 - FCN = -723549.1056766 Edm = 2.73745 NCalls = 240 +VariableMetric: Iteration # 60 - FCN = -723553.2230352 Edm = 3.15305 NCalls = 242 +VariableMetric: Iteration # 61 - FCN = -723556.3073952 Edm = 1.39124 NCalls = 244 +VariableMetric: Iteration # 62 - FCN = -723558.1579232 Edm = 0.376708 NCalls = 246 +VariableMetric: Iteration # 63 - FCN = -723558.6388812 Edm = 0.124446 NCalls = 248 +VariableMetric: Iteration # 64 - FCN = -723558.8056559 Edm = 0.0831248 NCalls = 250 +VariableMetric: Iteration # 65 - FCN = -723558.9956771 Edm = 0.0589133 NCalls = 253 +VariableMetric: Iteration # 66 - FCN = -723559.0910774 Edm = 0.0389262 NCalls = 255 +VariableMetric: Iteration # 67 - FCN = -723559.1792302 Edm = 0.0504233 NCalls = 257 +VariableMetric: Iteration # 68 - FCN = -723559.2410589 Edm = 0.0262457 NCalls = 259 +VariableMetric: Iteration # 69 - FCN = -723559.2906732 Edm = 0.0218439 NCalls = 261 +VariableMetric: Iteration # 70 - FCN = -723559.3390327 Edm = 0.0196929 NCalls = 263 +VariableMetric: Iteration # 71 - FCN = -723559.3765224 Edm = 0.011852 NCalls = 265 +VariableMetric: Iteration # 72 - FCN = -723559.4073777 Edm = 0.00711383 NCalls = 267 +VariableMetric: Iteration # 73 - FCN = -723559.4230814 Edm = 0.00369813 NCalls = 269 +VariableMetric: Iteration # 74 - FCN = -723559.447723 Edm = 0.0126496 NCalls = 272 +VariableMetric: Iteration # 75 - FCN = -723559.4929198 Edm = 0.01832 NCalls = 276 +VariableMetric: Iteration # 76 - FCN = -723559.5200072 Edm = 0.0251905 NCalls = 278 +VariableMetric: Iteration # 77 - FCN = -723559.5476746 Edm = 0.0100669 NCalls = 283 +VariableMetric: Iteration # 78 - FCN = -723559.5605781 Edm = 0.00170424 NCalls = 285 +VariableMetric: Iteration # 79 - FCN = -723559.5663447 Edm = 0.00142441 NCalls = 287 +VariableMetric: Iteration # 80 - FCN = -723559.5682902 Edm = 0.00210437 NCalls = 289 +VariableMetric: Iteration # 81 - FCN = -723559.5693244 Edm = 0.000280082 NCalls = 291 +VariableMetric: Iteration # 82 - FCN = -723559.569937 Edm = 0.000170167 NCalls = 293 +VariableMetric: Iteration # 83 - FCN = -723559.5706176 Edm = 0.000102169 NCalls = 295 +VariableMetric: Iteration # 84 - FCN = -723559.5708143 Edm = 5.49207e-05 NCalls = 297 +VariableMetric: After Hessian - FCN = -723559.5708143 Edm = 0.00130195 NCalls = 680 +VariableMetric: Iteration # 85 - FCN = -723559.5708143 Edm = 0.00130195 NCalls = 680 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721468.5080864 Edm = 1.22345 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721468.5080864 Edm = 1.22345 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721864.6500028 Edm = 0.0923521 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -721865.0721296 Edm = 0.281042 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -721896.6495525 Edm = 0.0711027 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -721896.7832481 Edm = 0.0610707 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -721949.8225013 Edm = 8.22612 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -722042.128242 Edm = 19.6973 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -722073.0918222 Edm = 0.741392 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -722073.9042275 Edm = 0.118901 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -722078.0684449 Edm = 3.9452 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -722145.4823076 Edm = 1.76552 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -722147.3656206 Edm = 0.0210623 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -722147.3925886 Edm = 0.00617012 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -722147.5504107 Edm = 0.141786 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -722165.5111255 Edm = 13.16 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -722211.8993856 Edm = 1.56676 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -722213.2811045 Edm = 0.0467393 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -722213.3363769 Edm = 0.00487659 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -722213.4093842 Edm = 0.0634171 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -722232.1617534 Edm = 14.6561 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -722346.4916153 Edm = 30.665 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -722361.9155889 Edm = 17.9202 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -722391.9500305 Edm = 8.17181 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -722402.0976367 Edm = 3.6289 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -722405.7644535 Edm = 0.2514 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -722406.0826561 Edm = 0.0133631 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -722406.1027419 Edm = 0.0165829 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -722406.5182589 Edm = 0.513523 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -722410.6351103 Edm = 3.93218 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -722935.6086247 Edm = 182.987 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -723045.8462679 Edm = 198.819 NCalls = 110 +VariableMetric: Iteration # 31 - FCN = -723101.6020279 Edm = 8.1278 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -723116.5141804 Edm = 11.7211 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -723134.5755869 Edm = 18.1094 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -723140.872017 Edm = 12.6555 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -723175.218403 Edm = 1.49148 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -723177.2969992 Edm = 0.0341129 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -723177.3345379 Edm = 0.00615474 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -723177.365414 Edm = 0.0333688 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -723186.3585849 Edm = 5.37247 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -723187.1105952 Edm = 4.65135 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -723190.4412133 Edm = 0.0916201 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -723190.5346187 Edm = 0.0195731 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -723190.8323954 Edm = 0.259551 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -723221.3211533 Edm = 23.4699 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -723277.9929257 Edm = 3.315 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -723281.6231809 Edm = 0.269229 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -723281.9545465 Edm = 0.0308003 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -723282.0195606 Edm = 0.024173 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -723282.0886319 Edm = 0.0347508 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -723283.7513843 Edm = 20.212 NCalls = 182 +VariableMetric: Iteration # 51 - FCN = -723395.5810142 Edm = 7.49341e+06 NCalls = 190 +VariableMetric: Iteration # 52 - FCN = -723474.8686121 Edm = 1.00279e+06 NCalls = 199 +VariableMetric: Iteration # 53 - FCN = -723497.3412008 Edm = 65710.4 NCalls = 208 +VariableMetric: Iteration # 54 - FCN = -723519.0577224 Edm = 10615.5 NCalls = 215 +VariableMetric: Iteration # 55 - FCN = -723522.3776226 Edm = 3577.67 NCalls = 220 +VariableMetric: Iteration # 56 - FCN = -723527.8979502 Edm = 1837.87 NCalls = 224 +VariableMetric: Iteration # 57 - FCN = -723529.0128479 Edm = 3656.53 NCalls = 227 +VariableMetric: Iteration # 58 - FCN = -723532.8629054 Edm = 312.926 NCalls = 230 +VariableMetric: Iteration # 59 - FCN = -723536.0380424 Edm = 165.254 NCalls = 233 +VariableMetric: Iteration # 60 - FCN = -723540.231072 Edm = 34.9076 NCalls = 236 +VariableMetric: Iteration # 61 - FCN = -723541.7818756 Edm = 90.0597 NCalls = 238 +VariableMetric: Iteration # 62 - FCN = -723544.1153687 Edm = 34.3372 NCalls = 240 +VariableMetric: Iteration # 63 - FCN = -723544.8423453 Edm = 15.1249 NCalls = 242 +VariableMetric: Iteration # 64 - FCN = -723546.2669818 Edm = 28.5938 NCalls = 244 +VariableMetric: Iteration # 65 - FCN = -723548.415741 Edm = 15.2231 NCalls = 246 +VariableMetric: Iteration # 66 - FCN = -723549.1315446 Edm = 11.8679 NCalls = 248 +VariableMetric: Iteration # 67 - FCN = -723551.2336492 Edm = 15.257 NCalls = 250 +VariableMetric: Iteration # 68 - FCN = -723551.8395317 Edm = 8.74326 NCalls = 252 +VariableMetric: Iteration # 69 - FCN = -723552.8102531 Edm = 4.8397 NCalls = 254 +VariableMetric: Iteration # 70 - FCN = -723554.6674241 Edm = 6.96961 NCalls = 256 +VariableMetric: Iteration # 71 - FCN = -723556.0150348 Edm = 1.89684 NCalls = 257 +VariableMetric: Iteration # 72 - FCN = -723557.7897857 Edm = 2.08216 NCalls = 260 +VariableMetric: Iteration # 73 - FCN = -723558.3663261 Edm = 0.532826 NCalls = 261 +VariableMetric: Iteration # 74 - FCN = -723558.6679319 Edm = 0.291885 NCalls = 263 +VariableMetric: Iteration # 75 - FCN = -723559.050573 Edm = 0.202205 NCalls = 266 +VariableMetric: Iteration # 76 - FCN = -723559.3111788 Edm = 0.151067 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -723559.4435769 Edm = 0.156223 NCalls = 271 +VariableMetric: Iteration # 78 - FCN = -723559.58219 Edm = 0.196784 NCalls = 274 +VariableMetric: Iteration # 79 - FCN = -723559.7871959 Edm = 0.218308 NCalls = 278 +VariableMetric: Iteration # 80 - FCN = -723559.9149251 Edm = 0.201417 NCalls = 280 +VariableMetric: Iteration # 81 - FCN = -723560.0463937 Edm = 0.0684463 NCalls = 283 +VariableMetric: Iteration # 82 - FCN = -723560.1133591 Edm = 0.0877162 NCalls = 284 +VariableMetric: Iteration # 83 - FCN = -723560.1841021 Edm = 0.0481607 NCalls = 287 +VariableMetric: Iteration # 84 - FCN = -723560.3075096 Edm = 0.0385879 NCalls = 290 +VariableMetric: Iteration # 85 - FCN = -723560.3724759 Edm = 0.0613097 NCalls = 292 +VariableMetric: Iteration # 86 - FCN = -723560.4092889 Edm = 0.0311945 NCalls = 295 +VariableMetric: Iteration # 87 - FCN = -723560.450956 Edm = 0.0149933 NCalls = 297 +VariableMetric: Iteration # 88 - FCN = -723560.4661899 Edm = 0.012928 NCalls = 298 +VariableMetric: Iteration # 89 - FCN = -723560.4897061 Edm = 0.0124261 NCalls = 301 +VariableMetric: Iteration # 90 - FCN = -723560.5145554 Edm = 0.0105533 NCalls = 303 +VariableMetric: Iteration # 91 - FCN = -723560.5206334 Edm = 0.0060215 NCalls = 305 +VariableMetric: Iteration # 92 - FCN = -723560.5281407 Edm = 0.00194446 NCalls = 308 +VariableMetric: Iteration # 93 - FCN = -723560.5333455 Edm = 0.00275979 NCalls = 311 +VariableMetric: Iteration # 94 - FCN = -723560.536893 Edm = 0.0034142 NCalls = 313 +VariableMetric: Iteration # 95 - FCN = -723560.5394545 Edm = 0.00147561 NCalls = 316 +VariableMetric: Iteration # 96 - FCN = -723560.5407822 Edm = 0.000561709 NCalls = 318 +VariableMetric: Iteration # 97 - FCN = -723560.5414657 Edm = 0.00055878 NCalls = 320 +VariableMetric: Iteration # 98 - FCN = -723560.5421118 Edm = 0.000325932 NCalls = 323 +VariableMetric: Iteration # 99 - FCN = -723560.5426957 Edm = 0.0001693 NCalls = 325 +VariableMetric: Iteration # 100 - FCN = -723560.5428814 Edm = 9.33179e-05 NCalls = 326 +VariableMetric: Iteration # 101 - FCN = -723560.542955 Edm = 2.02856e-05 NCalls = 329 +VariableMetric: After Hessian - FCN = -723560.542955 Edm = 3.28637e-05 NCalls = 706 +VariableMetric: Iteration # 102 - FCN = -723560.542955 Edm = 3.28637e-05 NCalls = 706 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719155.0948161 Edm = 4.06474 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719155.0948161 Edm = 4.06474 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721873.6177369 Edm = 0.591103 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -721875.7145956 Edm = 1.22723 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -722047.858155 Edm = 52.9752 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -722132.0041883 Edm = 1.01677 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -722132.7972677 Edm = 0.122187 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -722134.2125509 Edm = 1.56519 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -722171.7001758 Edm = 20.8995 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -722219.0537248 Edm = 1.53599 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -722220.5715872 Edm = 0.0771862 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -722221.6056274 Edm = 1.11936 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -722280.7626828 Edm = 55.2681 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -722281.2398574 Edm = 0.0945832 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -722282.8173776 Edm = 1.27897 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -722446.9345207 Edm = 90.8651 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -722661.4504202 Edm = 8.62411 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -722668.9503579 Edm = 2.05563 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -722670.4776511 Edm = 0.0562261 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -722670.5407169 Edm = 0.0111034 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -722670.8088213 Edm = 0.336597 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -722678.11926 Edm = 5.78141 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -722710.8875095 Edm = 1.99323 NCalls = 83 +VariableMetric: Iteration # 22 - FCN = -722713.5454145 Edm = 0.265079 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -722713.9901536 Edm = 0.0162116 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -722714.0062367 Edm = 0.00693713 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -722714.0647188 Edm = 0.0522875 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -722779.6792179 Edm = 12.9309 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -722806.6981646 Edm = 11.7884 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -722820.8444949 Edm = 0.736213 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -722821.8329129 Edm = 0.127108 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -722822.0131279 Edm = 0.00883143 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -722822.0236912 Edm = 0.00259751 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -722822.0303731 Edm = 0.00554187 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -722822.7246939 Edm = 0.554815 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -722838.6857944 Edm = 5.47737 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -722849.4203483 Edm = 0.404296 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -722850.1409152 Edm = 0.0447589 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -722850.1876246 Edm = 0.00794427 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -722850.1938139 Edm = 0.00182693 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -722850.2227579 Edm = 0.0249368 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -722852.7678394 Edm = 1.94907 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -722906.9520092 Edm = 20.1018 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -722930.2640277 Edm = 8.94857 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -722935.6034118 Edm = 0.903551 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -722936.8760102 Edm = 0.0862103 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -722936.974154 Edm = 0.0108114 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -722937.00414 Edm = 0.0154179 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -722937.0633534 Edm = 0.0543292 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -722938.8971866 Edm = 1.79927 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -723000.8636607 Edm = 90.7618 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -723079.1005288 Edm = 76.5303 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -723126.8806 Edm = 44.1102 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -723176.9572538 Edm = 3.95094 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -723183.0208803 Edm = 1.13076 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -723214.7365398 Edm = 13.6904 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -723215.3232201 Edm = 7.2334 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -723249.7816683 Edm = 15.6857 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -723277.5387197 Edm = 11.7387 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -723286.304096 Edm = 4.35499 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -723288.8115645 Edm = 0.688227 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -723289.7262565 Edm = 0.149709 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -723289.9966737 Edm = 0.0393498 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -723290.0712114 Edm = 0.0212985 NCalls = 204 +VariableMetric: Iteration # 63 - FCN = -723290.1049013 Edm = 0.0119003 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -723290.1351328 Edm = 0.0199278 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -723291.6169239 Edm = 1.27349 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -723295.8039145 Edm = 3.49848 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -723300.6690714 Edm = 3.65627 NCalls = 224 +VariableMetric: Iteration # 68 - FCN = -723317.7155019 Edm = 51.8658 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -723345.9252477 Edm = 20.9825 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -723361.2000364 Edm = 15.0565 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -723373.9871055 Edm = 1.71873 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -723375.501145 Edm = 0.510365 NCalls = 238 +VariableMetric: Iteration # 73 - FCN = -723376.4527582 Edm = 0.411806 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -723377.1844582 Edm = 0.0397553 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -723377.2386096 Edm = 0.00719993 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -723377.2493948 Edm = 0.00190085 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -723377.2568787 Edm = 0.00379571 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -723377.3989301 Edm = 0.118863 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -723386.2254398 Edm = 4.22831 NCalls = 257 +VariableMetric: Iteration # 80 - FCN = -723400.2219116 Edm = 1.51177 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -723403.265909 Edm = 0.661323 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -723403.9563634 Edm = 0.0320601 NCalls = 263 +VariableMetric: Iteration # 83 - FCN = -723403.9887448 Edm = 0.000850695 NCalls = 264 +VariableMetric: Iteration # 84 - FCN = -723403.9897133 Edm = 0.000175219 NCalls = 266 +VariableMetric: Iteration # 85 - FCN = -723403.99103 Edm = 0.00113667 NCalls = 269 +VariableMetric: Iteration # 86 - FCN = -723404.0212338 Edm = 0.0301555 NCalls = 273 +VariableMetric: Iteration # 87 - FCN = -723404.4220651 Edm = 0.363324 NCalls = 279 +VariableMetric: Iteration # 88 - FCN = -723412.552589 Edm = 0.966555 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -723414.4908671 Edm = 0.19896 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -723414.8474922 Edm = 0.0147946 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -723414.8696062 Edm = 0.00116026 NCalls = 289 +VariableMetric: Iteration # 92 - FCN = -723414.8709515 Edm = 4.5515e-05 NCalls = 291 +VariableMetric: After Hessian - FCN = -723414.8709515 Edm = 23.4474 NCalls = 650 +VariableMetric: Iteration # 93 - FCN = -723414.8709515 Edm = 23.4474 NCalls = 650 +VariableMetric: Iteration # 94 - FCN = -723432.2301195 Edm = 186.882 NCalls = 659 +VariableMetric: Iteration # 95 - FCN = -723435.1098559 Edm = 8196.99 NCalls = 662 +VariableMetric: Iteration # 96 - FCN = -723438.6183858 Edm = 2.76337 NCalls = 667 +VariableMetric: Iteration # 97 - FCN = -723440.4689958 Edm = 1.52893 NCalls = 669 +VariableMetric: Iteration # 98 - FCN = -723441.1400773 Edm = 0.256674 NCalls = 672 +VariableMetric: Iteration # 99 - FCN = -723441.3211846 Edm = 0.087658 NCalls = 674 +VariableMetric: Iteration # 100 - FCN = -723441.6739892 Edm = 0.131255 NCalls = 683 +VariableMetric: Iteration # 101 - FCN = -723441.691153 Edm = 0.0581695 NCalls = 685 +VariableMetric: Iteration # 102 - FCN = -723441.7430547 Edm = 0.0864204 NCalls = 688 +VariableMetric: Iteration # 103 - FCN = -723441.7994609 Edm = 0.00775015 NCalls = 690 +VariableMetric: Iteration # 104 - FCN = -723441.8103388 Edm = 0.0051868 NCalls = 692 +VariableMetric: Iteration # 105 - FCN = -723441.8558076 Edm = 0.0360293 NCalls = 697 +VariableMetric: Iteration # 106 - FCN = -723441.8956512 Edm = 0.0719038 NCalls = 701 +VariableMetric: Iteration # 107 - FCN = -723441.9883368 Edm = 0.140071 NCalls = 706 +VariableMetric: Iteration # 108 - FCN = -723441.9941743 Edm = 0.00689483 NCalls = 709 +VariableMetric: Iteration # 109 - FCN = -723442.1305634 Edm = 0.109156 NCalls = 714 +VariableMetric: Iteration # 110 - FCN = -723442.3900762 Edm = 0.101216 NCalls = 717 +VariableMetric: Iteration # 111 - FCN = -723442.8045745 Edm = 0.302885 NCalls = 720 +VariableMetric: Iteration # 112 - FCN = -723443.0057025 Edm = 0.954814 NCalls = 722 +VariableMetric: Iteration # 113 - FCN = -723443.6920841 Edm = 0.293019 NCalls = 730 +VariableMetric: Iteration # 114 - FCN = -723443.8701451 Edm = 0.47769 NCalls = 733 +VariableMetric: Iteration # 115 - FCN = -723444.132885 Edm = 0.113358 NCalls = 735 +VariableMetric: Iteration # 116 - FCN = -723444.2557813 Edm = 0.0302622 NCalls = 737 +VariableMetric: Iteration # 117 - FCN = -723444.2832626 Edm = 0.0139518 NCalls = 739 +VariableMetric: Iteration # 118 - FCN = -723444.3066055 Edm = 0.013644 NCalls = 741 +VariableMetric: Iteration # 119 - FCN = -723444.3588133 Edm = 0.0392379 NCalls = 744 +VariableMetric: Iteration # 120 - FCN = -723444.4247697 Edm = 0.0167714 NCalls = 747 +VariableMetric: Iteration # 121 - FCN = -723444.4406493 Edm = 0.00712056 NCalls = 749 +VariableMetric: Iteration # 122 - FCN = -723444.4449725 Edm = 0.0013149 NCalls = 751 +VariableMetric: Iteration # 123 - FCN = -723444.4479501 Edm = 0.000393806 NCalls = 753 +VariableMetric: Iteration # 124 - FCN = -723444.4484962 Edm = 5.21378e-05 NCalls = 755 +VariableMetric: After Hessian - FCN = -723444.4484962 Edm = 0.000195833 NCalls = 1128 +VariableMetric: Iteration # 125 - FCN = -723444.4484962 Edm = 0.000195833 NCalls = 1128 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=1154 (1154 total) | +| EDM = 6.78E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -723560.5269772188 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 21.3 | 0.9 | | | 14.8182 | 23.5818 | | +| 1 | phi_p | 0.60 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 4.21 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.48 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.51 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.9 | 1.0 | | | 4.19232 | 9.40768 | | +| 6 | jpsi_p | 4.577 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p4040_s | 0.80 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.03 | 0.06 | | | -1.464 | 1.464 | | +| 9 | rho_p | 4.8 | 0.7 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.91 | 0.19 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 12| omega_p | 6.28 | 0.29 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 4.17 | 0.22 | | |-6.28319 | 6.28319 | | +| 14| p4415_p | 4.27 | 0.23 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1367.6 | 2.5 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.44 | 0.30 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.18 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.05 | 0.15 | | | -0.5 | 0.5 | | +| 19| p3770_p | 4.52 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s phi_p psi2s_p p4160_p p3770_s omega_s jpsi_p p4040_s Dbar_s rho_p p4415_s jpsi_s omega_p p4040_p p4415_p psi2s_s rho_s p4160_s Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.562 -0.006 -0.005 0.002 -0.016 -0.016 0.004 -0.003 -0.048 0.003 -0.060 -0.018 -0.003 -0.003 0.055 0.064 0.002 0.003 -0.004 | +| phi_p | 0.562 1.000 -0.020 -0.017 0.010 -0.086 -0.027 0.018 0.012 -0.164 0.005 -0.061 -0.035 -0.012 -0.013 0.057 0.313 0.004 0.009 -0.017 | +| psi2s_p | -0.006 -0.020 1.000 0.363 -0.178 -0.005 -0.057 -0.466 -0.687 0.048 -0.375 -0.065 0.010 0.112 0.129 0.043 -0.035 -0.315 -0.708 0.542 | +| p4160_p | -0.005 -0.017 0.363 1.000 -0.097 0.002 -0.087 -0.506 -0.199 0.043 -0.012 0.031 0.010 0.147 0.289 -0.030 -0.055 -0.111 -0.484 0.293 | +| p3770_s | 0.002 0.010 -0.178 -0.097 1.000 0.001 -0.080 0.204 0.262 -0.036 0.100 0.029 -0.004 -0.070 -0.017 -0.025 0.023 0.091 0.129 -0.185 | +| omega_s | -0.016 -0.086 -0.005 0.002 0.001 1.000 -0.022 -0.002 0.002 -0.250 0.000 0.001 -0.466 0.003 0.002 -0.001 -0.280 0.001 -0.004 0.001 | +| jpsi_p | -0.016 -0.027 -0.057 -0.087 -0.080 -0.022 1.000 -0.010 -0.086 0.037 -0.049 -0.098 0.006 -0.157 -0.054 0.088 0.032 -0.090 0.148 -0.070 | +| p4040_s | 0.004 0.018 -0.466 -0.506 0.204 -0.002 -0.010 1.000 0.477 -0.058 0.186 0.011 -0.010 -0.177 -0.204 -0.005 0.058 0.036 0.534 -0.260 | +| Dbar_s | -0.003 0.012 -0.687 -0.199 0.262 0.002 -0.086 0.477 1.000 -0.052 0.472 0.172 -0.005 0.106 0.084 -0.149 0.029 0.503 0.758 -0.461 | +| rho_p | -0.048 -0.164 0.048 0.043 -0.036 -0.250 0.037 -0.058 -0.052 1.000 -0.031 0.114 0.180 0.017 0.032 -0.107 -0.239 -0.027 -0.032 0.042 | +| p4415_s | 0.003 0.005 -0.375 -0.012 0.100 0.000 -0.049 0.186 0.472 -0.031 1.000 -0.013 -0.004 0.109 -0.162 0.013 0.032 0.346 0.422 -0.232 | +| jpsi_s | -0.060 -0.061 -0.065 0.031 0.029 0.001 -0.098 0.011 0.172 0.114 -0.013 1.000 0.019 0.038 0.014 -0.894 -0.124 0.005 -0.053 -0.016 | +| omega_p | -0.018 -0.035 0.010 0.010 -0.004 -0.466 0.006 -0.010 -0.005 0.180 -0.004 0.019 1.000 0.007 0.007 -0.017 -0.198 -0.002 -0.009 0.009 | +| p4040_p | -0.003 -0.012 0.112 0.147 -0.070 0.003 -0.157 -0.177 0.106 0.017 0.109 0.038 0.007 1.000 0.132 -0.037 -0.033 0.413 -0.236 0.194 | +| p4415_p | -0.003 -0.013 0.129 0.289 -0.017 0.002 -0.054 -0.204 0.084 0.032 -0.162 0.014 0.007 0.132 1.000 -0.012 -0.041 -0.161 -0.183 0.118 | +| psi2s_s | 0.055 0.057 0.043 -0.030 -0.025 -0.001 0.088 -0.005 -0.149 -0.107 0.013 -0.894 -0.017 -0.037 -0.012 1.000 0.114 -0.004 0.046 -0.004 | +| rho_s | 0.064 0.313 -0.035 -0.055 0.023 -0.280 0.032 0.058 0.029 -0.239 0.032 -0.124 -0.198 -0.033 -0.041 0.114 1.000 0.020 0.060 -0.044 | +| p4160_s | 0.002 0.004 -0.315 -0.111 0.091 0.001 -0.090 0.036 0.503 -0.027 0.346 0.005 -0.002 0.413 -0.161 -0.004 0.020 1.000 0.322 -0.142 | +| Ctt | 0.003 0.009 -0.708 -0.484 0.129 -0.004 0.148 0.534 0.758 -0.032 0.422 -0.053 -0.009 -0.236 -0.183 0.046 0.060 0.322 1.000 -0.598 | +| p3770_p | -0.004 -0.017 0.542 0.293 -0.185 0.001 -0.070 -0.260 -0.461 0.042 -0.232 -0.016 0.009 0.194 0.118 -0.004 -0.044 -0.142 -0.598 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9141747301627934}), (, {'error': 0.16412489379065365}), (, {'error': 0.032879141886710705}), (, {'error': 0.09746596694113219}), (, {'error': 0.1899522019392963}), (, {'error': 1.0327273286426477}), (, {'error': 0.016106221823195987}), (, {'error': 0.17254251908600093}), (, {'error': 0.06041916119038793}), (, {'error': 0.7373573075832489}), (, {'error': 0.18590420095690718}), (, {'error': 30.95403144944521}), (, {'error': 0.28795119359837873}), (, {'error': 0.2222806405660558}), (, {'error': 0.2255051020778991}), (, {'error': 2.4914676239870914}), (, {'error': 0.3021087941910283}), (, {'error': 0.16545936158636776}), (, {'error': 0.14940284936828357}), (, {'error': 0.11211155500292769})]) +Toy 1/10 +Time taken: 1 h, 42 min +Projected time left: 15 h, 25 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.235E+05 | Ncalls=1095 (1095 total) | +| EDM = 6.44E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -723457.9694736614 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | phi_p | -0.45 | 0.21 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 4.327 | 0.023 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.27 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.8 | 1.3 | | | 4.19232 | 9.40768 | | +| 6 | jpsi_p | 4.605 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p4040_s | 1.24 | 0.14 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | -0.27 | 0.03 | | | -1.464 | 1.464 | | +| 9 | rho_p | -1.2 | 0.8 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.56 | 0.18 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| omega_p | -0.04 | 0.33 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -3.10 | 0.12 | | |-6.28319 | 6.28319 | | +| 14| p4415_p | -1.09 | 0.31 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1367.5 | 1.8 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.41 | 0.30 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 0.717 | 0.016 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.500 | 0.025 | | | -0.5 | 0.5 | | +| 19| p3770_p | 4.64 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s phi_p psi2s_p p4160_p p3770_s omega_s jpsi_p p4040_s Dbar_s rho_p p4415_s jpsi_s omega_p p4040_p p4415_p psi2s_s rho_s p4160_s Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.638 0.002 0.000 -0.009 0.034 -0.011 -0.006 -0.033 0.202 -0.004 0.004 0.001 -0.011 0.005 -0.004 -0.133 0.000 0.001 0.008 | +| phi_p | 0.638 1.000 -0.004 0.000 -0.009 -0.015 -0.017 -0.004 -0.028 0.102 -0.007 0.019 -0.004 -0.013 0.005 -0.016 -0.043 0.000 0.001 0.005 | +| psi2s_p | 0.002 -0.004 1.000 0.004 -0.108 -0.015 0.058 -0.019 -0.308 0.032 -0.113 -0.082 -0.004 -0.146 0.071 0.033 0.028 0.003 -0.101 0.214 | +| p4160_p | 0.000 0.000 0.004 1.000 -0.002 0.000 0.004 0.015 -0.013 0.000 -0.003 -0.001 0.000 -0.006 0.006 0.000 0.000 -0.005 -0.001 -0.002 | +| p3770_s | -0.009 -0.009 -0.108 -0.002 1.000 -0.001 -0.094 0.122 0.288 -0.028 0.076 0.022 -0.002 0.097 -0.029 -0.015 0.002 -0.001 0.005 -0.135 | +| omega_s | 0.034 -0.015 -0.015 0.000 -0.001 1.000 -0.029 -0.002 0.003 -0.146 0.001 0.007 0.681 -0.002 0.002 -0.006 -0.277 -0.000 -0.001 -0.002 | +| jpsi_p | -0.011 -0.017 0.058 0.004 -0.094 -0.029 1.000 0.026 -0.281 0.029 -0.120 -0.058 -0.009 -0.162 0.051 0.045 0.051 -0.000 0.017 0.033 | +| p4040_s | -0.006 -0.004 -0.019 0.015 0.122 -0.002 0.026 1.000 -0.199 -0.034 -0.254 0.000 0.004 -0.281 -0.008 0.009 0.017 -0.006 0.055 -0.015 | +| Dbar_s | -0.033 -0.028 -0.308 -0.013 0.288 0.003 -0.281 -0.199 1.000 -0.069 0.469 0.228 -0.010 0.520 0.083 -0.162 -0.030 0.017 0.127 -0.034 | +| rho_p | 0.202 0.102 0.032 0.000 -0.028 -0.146 0.029 -0.034 -0.069 1.000 -0.003 0.076 -0.171 -0.021 0.026 -0.066 -0.145 0.002 -0.000 0.033 | +| p4415_s | -0.004 -0.007 -0.113 -0.003 0.076 0.001 -0.120 -0.254 0.469 -0.003 1.000 0.008 -0.005 0.188 0.067 -0.002 -0.012 0.022 0.039 0.032 | +| jpsi_s | 0.004 0.019 -0.082 -0.001 0.022 0.007 -0.058 0.000 0.228 0.076 0.008 1.000 -0.003 0.036 -0.000 -0.774 -0.052 0.000 -0.005 -0.036 | +| omega_p | 0.001 -0.004 -0.004 0.000 -0.002 0.681 -0.009 0.004 -0.010 -0.171 -0.005 -0.003 1.000 -0.006 -0.001 0.002 0.195 -0.000 0.001 -0.002 | +| p4040_p | -0.011 -0.013 -0.146 -0.006 0.097 -0.002 -0.162 -0.281 0.520 -0.021 0.188 0.036 -0.006 1.000 -0.087 -0.027 -0.004 -0.013 0.006 0.115 | +| p4415_p | 0.005 0.005 0.071 0.006 -0.029 0.002 0.051 -0.008 0.083 0.026 0.067 -0.000 -0.001 -0.087 1.000 -0.002 -0.013 -0.002 -0.038 0.001 | +| psi2s_s | -0.004 -0.016 0.033 0.000 -0.015 -0.006 0.045 0.009 -0.162 -0.066 -0.002 -0.774 0.002 -0.027 -0.002 1.000 0.043 -0.000 0.003 -0.005 | +| rho_s | -0.133 -0.043 0.028 0.000 0.002 -0.277 0.051 0.017 -0.030 -0.145 -0.012 -0.052 0.195 -0.004 -0.013 0.043 1.000 -0.001 0.004 -0.001 | +| p4160_s | 0.000 0.000 0.003 -0.005 -0.001 -0.000 -0.000 -0.006 0.017 0.002 0.022 0.000 -0.000 -0.013 -0.002 -0.000 -0.001 1.000 -0.003 0.001 | +| Ctt | 0.001 0.001 -0.101 -0.001 0.005 -0.001 0.017 0.055 0.127 -0.000 0.039 -0.005 0.001 0.006 -0.038 0.003 0.004 -0.003 1.000 -0.074 | +| p3770_p | 0.008 0.005 0.214 -0.002 -0.135 -0.002 0.033 -0.015 -0.034 0.033 0.032 -0.036 -0.002 0.115 0.001 -0.005 -0.001 0.001 -0.074 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9918883371297564}), (, {'error': 0.21123324507015928}), (, {'error': 0.022643178029834843}), (, {'error': 0.008939747115791707}), (, {'error': 0.1883130226622809}), (, {'error': 1.2811779110699542}), (, {'error': 0.015613823177911712}), (, {'error': 0.14154536970987097}), (, {'error': 0.034541281261567414}), (, {'error': 0.779480112629531}), (, {'error': 0.17521334884440226}), (, {'error': 21.682197530493795}), (, {'error': 0.3266978081280336}), (, {'error': 0.12383927054361954}), (, {'error': 0.31189320608289783}), (, {'error': 1.764708970333345}), (, {'error': 0.3003834298170901}), (, {'error': 0.01564003924971169}), (, {'error': 0.02505149603844592}), (, {'error': 0.09818256525106772})]) +Toy 2/10 +Time taken: 3 h, 20 min +Projected time left: 13 h, 20 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=1256 (1256 total) | +| EDM = 1.5E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -723560.4577886208 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.4 | 0.9 | | | 14.8182 | 23.5818 | | +| 1 | phi_p | 6.04 | 0.19 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -4.475 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.10 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.74 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.9 | 1.8 | | | 4.19232 | 9.40768 | | +| 6 | jpsi_p | -4.653 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p4040_s | 0.84 | 0.18 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +| 9 | rho_p | -1.3 | 0.8 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.92 | 0.19 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.014E4 | | | 9797.52 | 9996.48 | | +| 12| omega_p | -6.1 | 0.5 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 3.69 | 0.22 | | |-6.28319 | 6.28319 | | +| 14| p4415_p | -2.30 | 0.23 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1372.6 | 2.0 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.4 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.23 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.04 | 0.13 | | | -0.5 | 0.5 | | +| 19| p3770_p | -2.90 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s phi_p psi2s_p p4160_p p3770_s omega_s jpsi_p p4040_s Dbar_s rho_p p4415_s jpsi_s omega_p p4040_p p4415_p psi2s_s rho_s p4160_s Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.556 -0.024 0.008 -0.012 -0.014 -0.055 -0.016 -0.020 0.201 -0.007 0.007 -0.033 0.002 0.007 -0.005 -0.190 -0.007 -0.001 0.009 | +| phi_p | 0.556 1.000 -0.016 0.000 -0.007 -0.034 -0.045 -0.009 -0.013 0.096 -0.007 0.022 -0.027 -0.005 0.001 -0.019 -0.070 -0.009 0.001 0.001 | +| psi2s_p | -0.024 -0.016 1.000 -0.125 -0.272 0.005 0.105 -0.027 0.028 -0.060 -0.083 0.045 0.013 -0.311 -0.084 -0.047 0.060 -0.182 0.177 -0.304 | +| p4160_p | 0.008 0.000 -0.125 1.000 -0.110 -0.020 0.009 -0.529 -0.265 0.051 -0.034 0.012 -0.027 0.142 0.289 -0.011 -0.055 -0.142 -0.507 0.265 | +| p3770_s | -0.012 -0.007 -0.272 -0.110 1.000 0.007 0.002 0.184 0.215 -0.039 0.079 0.021 0.009 -0.088 -0.023 -0.032 0.024 0.075 0.083 -0.241 | +| omega_s | -0.014 -0.034 0.005 -0.020 0.007 1.000 -0.003 0.017 0.010 -0.374 0.006 -0.019 0.882 -0.014 -0.015 0.016 0.202 0.002 0.014 -0.016 | +| jpsi_p | -0.055 -0.045 0.105 0.009 0.002 -0.003 1.000 -0.063 -0.094 -0.122 -0.144 0.041 0.012 -0.127 -0.016 -0.031 0.115 -0.159 -0.140 -0.030 | +| p4040_s | -0.016 -0.009 -0.027 -0.529 0.184 0.017 -0.063 1.000 0.504 -0.068 0.193 0.017 0.023 -0.201 -0.211 -0.018 0.059 0.051 0.541 -0.253 | +| Dbar_s | -0.020 -0.013 0.028 -0.265 0.215 0.010 -0.094 0.504 1.000 -0.064 0.473 0.130 0.011 0.059 0.058 -0.116 0.035 0.510 0.775 -0.458 | +| rho_p | 0.201 0.096 -0.060 0.051 -0.039 -0.374 -0.122 -0.068 -0.064 1.000 -0.033 0.099 -0.335 0.022 0.040 -0.085 -0.352 -0.029 -0.032 0.044 | +| p4415_s | -0.007 -0.007 -0.083 -0.034 0.079 0.006 -0.144 0.193 0.473 -0.033 1.000 -0.006 0.007 0.098 -0.181 0.004 0.028 0.350 0.412 -0.221 | +| jpsi_s | 0.007 0.022 0.045 0.012 0.021 -0.019 0.041 0.017 0.130 0.099 -0.006 1.000 -0.025 0.022 0.009 -0.838 -0.096 0.009 -0.039 -0.029 | +| omega_p | -0.033 -0.027 0.013 -0.027 0.009 0.882 0.012 0.023 0.011 -0.335 0.007 -0.025 1.000 -0.020 -0.020 0.022 0.436 0.002 0.021 -0.020 | +| p4040_p | 0.002 -0.005 -0.311 0.142 -0.088 -0.014 -0.127 -0.201 0.059 0.022 0.098 0.022 -0.020 1.000 0.129 -0.021 -0.034 0.399 -0.256 0.152 | +| p4415_p | 0.007 0.001 -0.084 0.289 -0.023 -0.015 -0.016 -0.211 0.058 0.040 -0.181 0.009 -0.020 0.129 1.000 -0.009 -0.044 -0.170 -0.201 0.096 | +| psi2s_s | -0.005 -0.019 -0.047 -0.011 -0.032 0.016 -0.031 -0.018 -0.116 -0.085 0.004 -0.838 0.022 -0.021 -0.009 1.000 0.083 -0.010 0.038 0.023 | +| rho_s | -0.190 -0.070 0.060 -0.055 0.024 0.202 0.115 0.059 0.035 -0.352 0.028 -0.096 0.436 -0.034 -0.044 0.083 1.000 0.018 0.052 -0.037 | +| p4160_s | -0.007 -0.009 -0.182 -0.142 0.075 0.002 -0.159 0.051 0.510 -0.029 0.350 0.009 0.002 0.399 -0.170 -0.010 0.018 1.000 0.320 -0.161 | +| Ctt | -0.001 0.001 0.177 -0.507 0.083 0.014 -0.140 0.541 0.775 -0.032 0.412 -0.039 0.021 -0.256 -0.201 0.038 0.052 0.320 1.000 -0.514 | +| p3770_p | 0.009 0.001 -0.304 0.265 -0.241 -0.016 -0.030 -0.253 -0.458 0.044 -0.221 -0.029 -0.020 0.152 0.096 0.023 -0.037 -0.161 -0.514 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9231809656475694}), (, {'error': 0.19293673010087709}), (, {'error': 0.029381268340022526}), (, {'error': 0.09784042808942761}), (, {'error': 0.20661695855046003}), (, {'error': 1.8033604929926113}), (, {'error': 0.016284003465666164}), (, {'error': 0.18153298634004655}), (, {'error': 0.059174860921698436}), (, {'error': 0.810653726708678}), (, {'error': 0.1877273145875707}), (, {'error': 139.22924524148675}), (, {'error': 0.49740380784093974}), (, {'error': 0.21634192500855765}), (, {'error': 0.22611917760791522}), (, {'error': 2.0478491009563413}), (, {'error': 0.3251958068603429}), (, {'error': 0.17017548341056976}), (, {'error': 0.1289675442938502}), (, {'error': 0.10342961887516466})]) +Toy 3/10 +Time taken: 5 h, 10 min +Projected time left: 12 h, 3 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=1119 (1119 total) | +| EDM = 3.82E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -723560.4577647973 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.4 | 0.9 | | | 14.8182 | 23.5818 | | +| 1 | phi_p | 6.05 | 0.19 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 1.808 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -2.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.74 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.9 | 1.3 | | | 4.19232 | 9.40768 | | +| 6 | jpsi_p | 1.630 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p4040_s | 0.84 | 0.18 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +| 9 | rho_p | -1.3 | 0.8 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.92 | 0.19 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.012E4 | | | 9797.52 | 9996.48 | | +| 12| omega_p | 0.17 | 0.33 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 3.69 | 0.22 | | |-6.28319 | 6.28319 | | +| 14| p4415_p | 3.99 | 0.22 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1372.6 | 3.1 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.42 | 0.31 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.23 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.04 | 0.13 | | | -0.5 | 0.5 | | +| 19| p3770_p | -2.90 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s phi_p psi2s_p p4160_p p3770_s omega_s jpsi_p p4040_s Dbar_s rho_p p4415_s jpsi_s omega_p p4040_p p4415_p psi2s_s rho_s p4160_s Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.556 -0.023 0.007 -0.012 0.008 -0.054 -0.015 -0.019 0.200 -0.006 0.010 -0.020 0.001 0.006 -0.009 -0.191 -0.007 -0.001 0.008 | +| phi_p | 0.556 1.000 -0.014 0.000 -0.006 -0.026 -0.043 -0.008 -0.008 0.097 -0.007 0.036 -0.016 -0.005 0.001 -0.034 -0.069 -0.008 0.000 -0.000 | +| psi2s_p | -0.023 -0.014 1.000 -0.123 -0.268 -0.005 0.107 -0.026 0.038 -0.050 -0.084 0.075 0.007 -0.308 -0.081 -0.076 0.052 -0.181 0.173 -0.304 | +| p4160_p | 0.007 0.000 -0.123 1.000 -0.110 -0.006 0.010 -0.530 -0.261 0.049 -0.031 0.020 -0.016 0.142 0.285 -0.019 -0.052 -0.141 -0.509 0.265 | +| p3770_s | -0.012 -0.006 -0.268 -0.110 1.000 0.002 0.004 0.185 0.217 -0.035 0.078 0.035 0.005 -0.088 -0.023 -0.043 0.020 0.075 0.082 -0.243 | +| omega_s | 0.008 -0.026 -0.005 -0.006 0.002 1.000 -0.015 0.005 0.003 -0.268 0.002 -0.010 0.726 -0.003 -0.004 0.009 -0.090 0.002 0.003 -0.005 | +| jpsi_p | -0.054 -0.043 0.107 0.010 0.004 -0.015 1.000 -0.062 -0.083 -0.115 -0.144 0.068 0.006 -0.125 -0.015 -0.061 0.111 -0.158 -0.142 -0.032 | +| p4040_s | -0.015 -0.008 -0.026 -0.530 0.185 0.005 -0.062 1.000 0.502 -0.062 0.190 0.028 0.013 -0.200 -0.207 -0.029 0.052 0.051 0.540 -0.255 | +| Dbar_s | -0.019 -0.008 0.038 -0.261 0.217 0.003 -0.083 0.502 1.000 -0.040 0.466 0.214 0.003 0.062 0.057 -0.204 0.012 0.505 0.756 -0.458 | +| rho_p | 0.200 0.097 -0.050 0.049 -0.035 -0.268 -0.115 -0.062 -0.040 1.000 -0.033 0.160 -0.206 0.022 0.037 -0.150 -0.293 -0.028 -0.035 0.036 | +| p4415_s | -0.006 -0.007 -0.084 -0.031 0.078 0.002 -0.144 0.190 0.466 -0.033 1.000 -0.009 0.004 0.099 -0.174 0.008 0.028 0.348 0.410 -0.220 | +| jpsi_s | 0.010 0.036 0.075 0.020 0.035 -0.010 0.068 0.028 0.214 0.160 -0.009 1.000 -0.024 0.036 0.013 -0.931 -0.156 0.016 -0.064 -0.049 | +| omega_p | -0.020 -0.016 0.007 -0.016 0.005 0.726 0.006 0.013 0.003 -0.206 0.004 -0.024 1.000 -0.012 -0.012 0.023 0.267 0.001 0.013 -0.011 | +| p4040_p | 0.001 -0.005 -0.308 0.142 -0.088 -0.003 -0.125 -0.200 0.062 0.022 0.099 0.036 -0.012 1.000 0.127 -0.035 -0.033 0.400 -0.257 0.150 | +| p4415_p | 0.006 0.001 -0.081 0.285 -0.023 -0.004 -0.015 -0.207 0.057 0.037 -0.174 0.013 -0.012 0.127 1.000 -0.013 -0.040 -0.165 -0.197 0.093 | +| psi2s_s | -0.009 -0.034 -0.076 -0.019 -0.043 0.009 -0.061 -0.029 -0.204 -0.150 0.008 -0.931 0.023 -0.035 -0.013 1.000 0.147 -0.017 0.063 0.045 | +| rho_s | -0.191 -0.069 0.052 -0.052 0.020 -0.090 0.111 0.052 0.012 -0.293 0.028 -0.156 0.267 -0.033 -0.040 0.147 1.000 0.016 0.055 -0.028 | +| p4160_s | -0.007 -0.008 -0.181 -0.141 0.075 0.002 -0.158 0.051 0.505 -0.028 0.348 0.016 0.001 0.400 -0.165 -0.017 0.016 1.000 0.318 -0.161 | +| Ctt | -0.001 0.000 0.173 -0.509 0.082 0.003 -0.142 0.540 0.756 -0.035 0.410 -0.064 0.013 -0.257 -0.197 0.063 0.055 0.318 1.000 -0.511 | +| p3770_p | 0.008 -0.000 -0.304 0.265 -0.243 -0.005 -0.032 -0.255 -0.458 0.036 -0.220 -0.049 -0.011 0.150 0.093 0.045 -0.028 -0.161 -0.511 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9235206884321343}), (, {'error': 0.19325896490644645}), (, {'error': 0.029387243584948486}), (, {'error': 0.09810797780983171}), (, {'error': 0.20665752940464666}), (, {'error': 1.301105161752166}), (, {'error': 0.01630131811236435}), (, {'error': 0.18182933337090817}), (, {'error': 0.06009079737304712}), (, {'error': 0.7874014914809537}), (, {'error': 0.1874594811356815}), (, {'error': 123.61100466206244}), (, {'error': 0.3331328932428299}), (, {'error': 0.21624001452432484}), (, {'error': 0.22382424360387088}), (, {'error': 3.0634176222413316}), (, {'error': 0.30645327700208136}), (, {'error': 0.1700260859357372}), (, {'error': 0.12924332933836336}), (, {'error': 0.1034865373004008})]) +Toy 4/10 +Time taken: 6 h, 50 min +Projected time left: 10 h, 15 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.235E+05 | Ncalls=300 (300 total) | +| EDM = 7.8E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -723513.4485450132 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.84 | 0.17 | | | 14.8182 | 23.5818 | | +| 1 | phi_p | 0.36 | 0.05 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.045 | 0.006 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.67 | 0.05 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.40 | 0.05 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.00 | 0.14 | | | 4.19232 | 9.40768 | | +| 6 | jpsi_p | -1.709 | 0.004 | | |-6.28319 | 6.28319 | | +| 7 | p4040_s | 0.05 | 1.43 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | -0.004 | 0.017 | | | -1.464 | 1.464 | | +| 9 | rho_p | 5.88 | 0.11 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.82 | 0.04 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 0.988E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 12| omega_p | 5.86 | 0.05 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -1.1 | 4.5 | | |-6.28319 | 6.28319 | | +| 14| p4415_p | -2.11 | 0.07 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1359.90 | 0.14 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.50 | 0.05 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.268 | 0.029 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.384 | 0.030 | | | -0.5 | 0.5 | | +| 19| p3770_p | -1.738 | 0.029 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s phi_p psi2s_p p4160_p p3770_s omega_s jpsi_p p4040_s Dbar_s rho_p p4415_s jpsi_s omega_p p4040_p p4415_p psi2s_s rho_s p4160_s Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.056 0.002 -0.026 -0.013 0.000 -0.003 0.028 0.026 0.006 0.012 0.015 0.002 -0.028 -0.017 -0.000 0.002 -0.000 -0.025 0.017 | +| phi_p | 0.056 1.000 -0.007 0.080 0.041 -0.002 0.007 -0.087 -0.082 -0.014 -0.039 -0.044 -0.002 0.087 0.054 0.001 -0.009 0.001 0.077 -0.053 | +| psi2s_p | 0.002 -0.007 1.000 -0.053 -0.027 0.001 -0.011 0.061 0.051 0.002 0.022 0.033 -0.000 -0.061 -0.035 -0.002 0.009 -0.002 -0.058 0.050 | +| p4160_p | -0.026 0.080 -0.053 1.000 0.436 -0.020 0.103 -0.919 -0.861 -0.032 -0.397 -0.462 -0.002 0.918 0.577 0.008 -0.126 0.020 0.816 -0.556 | +| p3770_s | -0.013 0.041 -0.027 0.436 1.000 -0.010 0.052 -0.477 -0.443 -0.017 -0.207 -0.237 -0.001 0.476 0.295 0.004 -0.065 0.011 0.419 -0.295 | +| omega_s | 0.000 -0.002 0.001 -0.020 -0.010 1.000 -0.002 0.022 0.020 0.013 0.010 0.011 0.021 -0.022 -0.013 -0.000 -0.016 -0.000 -0.019 0.013 | +| jpsi_p | -0.003 0.007 -0.011 0.103 0.052 -0.002 1.000 -0.111 -0.109 -0.005 -0.052 -0.056 -0.001 0.111 0.071 0.001 -0.013 0.002 0.107 -0.065 | +| p4040_s | 0.028 -0.087 0.061 -0.919 -0.477 0.022 -0.111 1.000 0.940 0.035 0.436 0.504 0.002 -0.999 -0.626 -0.008 0.138 -0.023 -0.893 0.605 | +| Dbar_s | 0.026 -0.082 0.051 -0.861 -0.443 0.020 -0.109 0.940 1.000 0.032 0.411 0.469 0.002 -0.939 -0.580 -0.008 0.128 -0.013 -0.833 0.569 | +| rho_p | 0.006 -0.014 0.002 -0.032 -0.017 0.013 -0.005 0.035 0.032 1.000 0.015 0.015 -0.013 -0.035 -0.021 -0.001 0.018 -0.001 -0.031 0.022 | +| p4415_s | 0.012 -0.039 0.022 -0.397 -0.207 0.010 -0.052 0.436 0.411 0.015 1.000 0.221 0.001 -0.436 -0.274 -0.004 0.060 -0.004 -0.385 0.265 | +| jpsi_s | 0.015 -0.044 0.033 -0.462 -0.237 0.011 -0.056 0.504 0.469 0.015 0.221 1.000 0.000 -0.503 -0.310 0.025 0.068 -0.007 -0.444 0.308 | +| omega_p | 0.002 -0.002 -0.000 -0.002 -0.001 0.021 -0.001 0.002 0.002 -0.013 0.001 0.000 1.000 -0.002 -0.001 -0.000 0.009 -0.000 -0.002 0.001 | +| p4040_p | -0.028 0.087 -0.061 0.918 0.476 -0.022 0.111 -0.999 -0.939 -0.035 -0.436 -0.503 -0.002 1.000 0.625 0.008 -0.138 0.024 0.892 -0.604 | +| p4415_p | -0.017 0.054 -0.035 0.577 0.295 -0.013 0.071 -0.626 -0.580 -0.021 -0.274 -0.310 -0.001 0.625 1.000 0.005 -0.085 -0.002 0.554 -0.377 | +| psi2s_s | -0.000 0.001 -0.002 0.008 0.004 -0.000 0.001 -0.008 -0.008 -0.001 -0.004 0.025 -0.000 0.008 0.005 1.000 -0.001 0.000 0.007 -0.006 | +| rho_s | 0.002 -0.009 0.009 -0.126 -0.065 -0.016 -0.013 0.138 0.128 0.018 0.060 0.068 0.009 -0.138 -0.085 -0.001 1.000 -0.002 -0.121 0.084 | +| p4160_s | -0.000 0.001 -0.002 0.020 0.011 -0.000 0.002 -0.023 -0.013 -0.001 -0.004 -0.007 -0.000 0.024 -0.002 0.000 -0.002 1.000 0.019 -0.009 | +| Ctt | -0.025 0.077 -0.058 0.816 0.419 -0.019 0.107 -0.893 -0.833 -0.031 -0.385 -0.444 -0.002 0.892 0.554 0.007 -0.121 0.019 1.000 -0.547 | +| p3770_p | 0.017 -0.053 0.050 -0.556 -0.295 0.013 -0.065 0.605 0.569 0.022 0.265 0.308 0.001 -0.604 -0.377 -0.006 0.084 -0.009 -0.547 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16969154535803455}), (, {'error': 0.04981854821835707}), (, {'error': 0.005758237489353224}), (, {'error': 0.04583896678196808}), (, {'error': 0.04869936060422786}), (, {'error': 0.13681245437707323}), (, {'error': 0.004009241510509298}), (, {'error': 1.4272711924633732}), (, {'error': 0.017262780944091505}), (, {'error': 0.11467598171511906}), (, {'error': 0.040614467372995566}), (, {'error': 2.4158351629039316}), (, {'error': 0.04920477685186064}), (, {'error': 4.475117736878941}), (, {'error': 0.0683784511588943}), (, {'error': 0.1366859040797408}), (, {'error': 0.04739432895890863}), (, {'error': 0.028709168998861}), (, {'error': 0.029628512236084287}), (, {'error': 0.029141599899064285})]) +Toy 5/10 +Time taken: 7 h, 40 min +Projected time left: 7 h, 40 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=628 (628 total) | +| EDM = 0.00497 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -723559.519315919 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.5 | 0.6 | | | 14.8182 | 23.5818 | | +| 1 | phi_p | -0.41 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -4.071 | 0.015 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.31 | 0.04 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.72 | 0.11 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 7.3 | 2.1 | | | 4.19232 | 9.40768 | | +| 6 | jpsi_p | 4.767 | 0.011 | | |-6.28319 | 6.28319 | | +| 7 | p4040_s | 0.82 | 0.08 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.038 | 0.017 | | | -1.464 | 1.464 | | +| 9 | rho_p | -6 | 12 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.91 | 0.09 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 0.998E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 12| omega_p | -0.06 | 0.35 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.34 | 0.10 | | |-6.28319 | 6.28319 | | +| 14| p4415_p | -2.12 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1371.8 | 0.7 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.04 | 1.34 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.20 | 0.07 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.06 | 0.04 | | | -0.5 | 0.5 | | +| 19| p3770_p | 3.74 | 0.05 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s phi_p psi2s_p p4160_p p3770_s omega_s jpsi_p p4040_s Dbar_s rho_p p4415_s jpsi_s omega_p p4040_p p4415_p psi2s_s rho_s p4160_s Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.273 -0.149 0.159 -0.047 -0.627 0.342 -0.070 -0.368 -0.639 0.006 -0.237 0.596 0.147 0.193 -0.113 0.640 0.042 0.391 0.083 | +| phi_p | 0.273 1.000 -0.039 0.036 -0.012 -0.144 0.073 -0.018 -0.086 -0.145 -0.000 -0.060 0.135 0.032 0.044 -0.029 0.145 0.008 0.091 0.017 | +| psi2s_p | -0.149 -0.039 1.000 -0.080 -0.086 0.227 -0.145 -0.023 0.165 0.231 -0.036 0.081 -0.216 -0.120 -0.093 0.028 -0.232 -0.066 -0.173 -0.130 | +| p4160_p | 0.159 0.036 -0.080 1.000 -0.049 -0.245 0.131 -0.159 -0.082 -0.249 0.064 -0.086 0.231 0.029 0.113 -0.041 0.249 -0.021 0.053 0.047 | +| p3770_s | -0.047 -0.012 -0.086 -0.049 1.000 0.073 -0.031 0.026 0.108 0.074 -0.003 0.038 -0.070 -0.077 -0.041 0.007 -0.075 -0.013 -0.102 -0.094 | +| omega_s | -0.627 -0.144 0.227 -0.245 0.073 1.000 -0.526 0.109 0.561 0.979 -0.007 0.370 -0.886 -0.225 -0.295 0.176 -0.980 -0.063 -0.594 -0.128 | +| jpsi_p | 0.342 0.073 -0.145 0.131 -0.031 -0.526 1.000 -0.066 -0.344 -0.536 -0.008 -0.197 0.495 0.109 0.164 -0.093 0.536 0.028 0.363 0.054 | +| p4040_s | -0.070 -0.018 -0.023 -0.159 0.026 0.109 -0.066 1.000 0.154 0.111 -0.010 0.051 -0.103 -0.062 -0.102 0.020 -0.111 -0.102 -0.045 0.005 | +| Dbar_s | -0.368 -0.086 0.165 -0.082 0.108 0.561 -0.344 0.154 1.000 0.572 0.050 0.179 -0.530 -0.064 -0.073 0.084 -0.573 0.067 -0.215 -0.098 | +| rho_p | -0.639 -0.145 0.231 -0.249 0.074 0.979 -0.536 0.111 0.572 1.000 -0.007 0.376 -0.924 -0.229 -0.301 0.179 -0.998 -0.065 -0.606 -0.130 | +| p4415_s | 0.006 -0.000 -0.036 0.064 -0.003 -0.007 -0.008 -0.010 0.050 -0.007 1.000 0.007 0.006 0.031 -0.069 0.002 0.007 0.028 0.046 -0.008 | +| jpsi_s | -0.237 -0.060 0.081 -0.086 0.038 0.370 -0.197 0.051 0.179 0.376 0.007 1.000 -0.350 -0.078 -0.096 0.374 -0.377 -0.009 -0.201 -0.046 | +| omega_p | 0.596 0.135 -0.216 0.231 -0.070 -0.886 0.495 -0.103 -0.530 -0.924 0.006 -0.350 1.000 0.212 0.279 -0.167 0.925 0.060 0.562 0.120 | +| p4040_p | 0.147 0.032 -0.120 0.029 -0.077 -0.225 0.109 -0.062 -0.064 -0.229 0.031 -0.078 0.212 1.000 0.086 -0.038 0.229 0.139 0.038 0.036 | +| p4415_p | 0.193 0.044 -0.093 0.113 -0.041 -0.295 0.164 -0.102 -0.073 -0.301 -0.069 -0.096 0.279 0.086 1.000 -0.046 0.302 -0.078 0.132 0.049 | +| psi2s_s | -0.113 -0.029 0.028 -0.041 0.007 0.176 -0.093 0.020 0.084 0.179 0.002 0.374 -0.167 -0.038 -0.046 1.000 -0.180 -0.007 -0.092 -0.026 | +| rho_s | 0.640 0.145 -0.232 0.249 -0.075 -0.980 0.536 -0.111 -0.573 -0.998 0.007 -0.377 0.925 0.229 0.302 -0.180 1.000 0.065 0.607 0.130 | +| p4160_s | 0.042 0.008 -0.066 -0.021 -0.013 -0.063 0.028 -0.102 0.067 -0.065 0.028 -0.009 0.060 0.139 -0.078 -0.007 0.065 1.000 0.042 0.015 | +| Ctt | 0.391 0.091 -0.173 0.053 -0.102 -0.594 0.363 -0.045 -0.215 -0.606 0.046 -0.201 0.562 0.038 0.132 -0.092 0.607 0.042 1.000 -0.002 | +| p3770_p | 0.083 0.017 -0.130 0.047 -0.094 -0.128 0.054 0.005 -0.098 -0.130 -0.008 -0.046 0.120 0.036 0.049 -0.026 0.130 0.015 -0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.6056442027637523}), (, {'error': 0.10310249317116593}), (, {'error': 0.015465781515423327}), (, {'error': 0.04454563290444291}), (, {'error': 0.10678171434303385}), (, {'error': 2.116779806359318}), (, {'error': 0.011208936535090253}), (, {'error': 0.07553108473341091}), (, {'error': 0.017201163240859296}), (, {'error': 11.535714969748597}), (, {'error': 0.09364661906134619}), (, {'error': 5.424283645519608}), (, {'error': 0.3476081787393128}), (, {'error': 0.10458019359911219}), (, {'error': 0.1176000185513173}), (, {'error': 0.7266387751736829}), (, {'error': 1.3448749802243938}), (, {'error': 0.07142789299314889}), (, {'error': 0.04408983254576551}), (, {'error': 0.04962822639757203})]) +Toy 6/10 +Time taken: 8 h, 48 min +Projected time left: 5 h, 52 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.235E+05 | Ncalls=501 (512 total) | +| EDM = 1.14E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -723468.9404525865 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.7 | 0.4 | | | 14.8182 | 23.5818 | | +| 1 | phi_p | 6.23 | 0.05 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 3.75 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.33 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.62 | 0.20 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 7.60 | 0.25 | | | 4.19232 | 9.40768 | | +| 6 | jpsi_p | -4.831 | 0.007 | | |-6.28319 | 6.28319 | | +| 7 | p4040_s | 0.85 | 0.14 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.11 | 0.09 | | | -1.464 | 1.464 | | +| 9 | rho_p | 5.6 | 0.5 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.73 | 0.16 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 0.983E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 12| omega_p | 0.21 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.10 | 0.21 | | |-6.28319 | 6.28319 | | +| 14| p4415_p | 4.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1358.64 | 0.04 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.20 | 0.06 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.20 | 0.18 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.36 | 0.23 | | | -0.5 | 0.5 | | +| 19| p3770_p | -2.14 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s phi_p psi2s_p p4160_p p3770_s omega_s jpsi_p p4040_s Dbar_s rho_p p4415_s jpsi_s omega_p p4040_p p4415_p psi2s_s rho_s p4160_s Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.270 0.681 0.679 0.671 0.110 -0.207 0.675 -0.717 -0.550 0.667 0.720 -0.404 0.674 0.694 0.633 -0.054 0.693 0.717 0.684 | +| phi_p | -0.270 1.000 -0.403 -0.402 -0.397 -0.066 0.120 -0.399 0.424 0.327 -0.395 -0.426 0.243 -0.399 -0.410 -0.374 0.028 -0.410 -0.424 -0.404 | +| psi2s_p | 0.681 -0.403 1.000 0.894 0.880 0.142 -0.275 0.884 -0.943 -0.728 0.874 0.946 -0.535 0.887 0.912 0.830 -0.066 0.909 0.942 0.903 | +| p4160_p | 0.679 -0.402 0.894 1.000 0.876 0.142 -0.275 0.875 -0.936 -0.725 0.877 0.943 -0.533 0.881 0.909 0.828 -0.065 0.905 0.935 0.896 | +| p3770_s | 0.671 -0.397 0.880 0.876 1.000 0.140 -0.275 0.873 -0.925 -0.717 0.862 0.931 -0.527 0.867 0.896 0.818 -0.065 0.895 0.925 0.881 | +| omega_s | 0.110 -0.066 0.142 0.142 0.140 1.000 -0.045 0.141 -0.150 -0.113 0.139 0.150 0.015 0.141 0.145 0.132 -0.058 0.145 0.150 0.143 | +| jpsi_p | -0.207 0.120 -0.275 -0.275 -0.275 -0.045 1.000 -0.278 0.288 0.216 -0.273 -0.288 0.159 -0.275 -0.279 -0.253 0.022 -0.283 -0.288 -0.278 | +| p4040_s | 0.675 -0.399 0.884 0.875 0.873 0.141 -0.278 1.000 -0.930 -0.722 0.867 0.937 -0.530 0.876 0.900 0.823 -0.065 0.897 0.932 0.893 | +| Dbar_s | -0.717 0.424 -0.943 -0.936 -0.925 -0.150 0.288 -0.930 1.000 0.766 -0.920 -0.995 0.562 -0.930 -0.957 -0.874 0.069 -0.955 -0.989 -0.945 | +| rho_p | -0.550 0.327 -0.728 -0.725 -0.717 -0.113 0.216 -0.722 0.766 1.000 -0.713 -0.770 0.429 -0.720 -0.741 -0.676 0.077 -0.740 -0.766 -0.731 | +| p4415_s | 0.667 -0.395 0.874 0.877 0.862 0.139 -0.273 0.867 -0.920 -0.713 1.000 0.926 -0.524 0.869 0.887 0.813 -0.064 0.891 0.922 0.880 | +| jpsi_s | 0.720 -0.426 0.946 0.943 0.931 0.150 -0.288 0.937 -0.995 -0.770 0.926 1.000 -0.565 0.936 0.963 0.878 -0.070 0.962 0.995 0.949 | +| omega_p | -0.404 0.243 -0.535 -0.533 -0.527 0.015 0.159 -0.530 0.562 0.429 -0.524 -0.565 1.000 -0.529 -0.544 -0.496 0.090 -0.544 -0.562 -0.537 | +| p4040_p | 0.674 -0.399 0.887 0.881 0.867 0.141 -0.275 0.876 -0.930 -0.720 0.869 0.936 -0.529 1.000 0.903 0.822 -0.065 0.908 0.929 0.888 | +| p4415_p | 0.694 -0.410 0.912 0.909 0.896 0.145 -0.279 0.900 -0.957 -0.741 0.887 0.963 -0.544 0.903 1.000 0.846 -0.067 0.923 0.957 0.915 | +| psi2s_s | 0.633 -0.374 0.830 0.828 0.818 0.132 -0.253 0.823 -0.874 -0.676 0.813 0.878 -0.496 0.822 0.846 1.000 -0.061 0.845 0.874 0.834 | +| rho_s | -0.054 0.028 -0.066 -0.065 -0.065 -0.058 0.022 -0.065 0.069 0.077 -0.064 -0.070 0.090 -0.065 -0.067 -0.061 1.000 -0.067 -0.069 -0.066 | +| p4160_s | 0.693 -0.410 0.909 0.905 0.895 0.145 -0.283 0.897 -0.955 -0.740 0.891 0.962 -0.544 0.908 0.923 0.845 -0.067 1.000 0.957 0.914 | +| Ctt | 0.717 -0.424 0.942 0.935 0.925 0.150 -0.288 0.932 -0.989 -0.766 0.922 0.995 -0.562 0.929 0.957 0.874 -0.069 0.957 1.000 0.943 | +| p3770_p | 0.684 -0.404 0.903 0.896 0.881 0.143 -0.278 0.893 -0.945 -0.731 0.880 0.949 -0.537 0.888 0.915 0.834 -0.066 0.914 0.943 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.42788004762107334}), (, {'error': 0.04696501452217294}), (, {'error': 0.03209345873471481}), (, {'error': 0.09205660647638947}), (, {'error': 0.1955033402715931}), (, {'error': 0.25246979002854886}), (, {'error': 0.007430910468183338}), (, {'error': 0.13886675446853852}), (, {'error': 0.09376956074211074}), (, {'error': 0.5235183606168006}), (, {'error': 0.16062307888929456}), (, {'error': 130.0537181003583}), (, {'error': 0.10886932884584244}), (, {'error': 0.2054779773732549}), (, {'error': 0.35822823549046223}), (, {'error': 0.03538556850605801}), (, {'error': 0.06258106027804752}), (, {'error': 0.17740533318411567}), (, {'error': 0.22737281273467103}), (, {'error': 0.11456915715985039})]) +Toy 7/10 +Time taken: 9 h, 48 min +Projected time left: 4 h, 12 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=680 (680 total) | +| EDM = 0.0013 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -723559.570814294 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 21.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | phi_p | -5.51 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -4.477 | 0.030 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.10 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.74 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 7.0 | 1.6 | | | 4.19232 | 9.40768 | | +| 6 | jpsi_p | 1.626 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p4040_s | 0.84 | 0.18 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +| 9 | rho_p | -6.3 | 1.2 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.92 | 0.19 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| omega_p | 0.15 | 0.34 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.59 | 0.22 | | |-6.28319 | 6.28319 | | +| 14| p4415_p | -2.29 | 0.23 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1370.9 | 2.7 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.18 | 0.44 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.23 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.05 | 0.13 | | | -0.5 | 0.5 | | +| 19| p3770_p | 3.38 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s phi_p psi2s_p p4160_p p3770_s omega_s jpsi_p p4040_s Dbar_s rho_p p4415_s jpsi_s omega_p p4040_p p4415_p psi2s_s rho_s p4160_s Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.613 -0.010 -0.002 -0.000 -0.012 -0.020 -0.001 -0.009 -0.018 -0.000 0.056 0.001 -0.002 -0.001 0.052 0.008 -0.001 0.000 0.000 | +| phi_p | 0.613 1.000 -0.006 -0.003 -0.001 -0.147 -0.020 -0.002 -0.009 -0.146 -0.006 0.015 -0.084 -0.009 -0.002 0.014 0.145 -0.008 -0.001 -0.003 | +| psi2s_p | -0.010 -0.006 1.000 -0.124 -0.275 0.007 0.099 -0.024 0.036 0.008 -0.086 -0.077 -0.009 -0.311 -0.084 -0.077 -0.023 -0.188 0.177 -0.305 | +| p4160_p | -0.002 -0.003 -0.124 1.000 -0.109 -0.013 0.018 -0.531 -0.268 -0.005 -0.033 -0.009 -0.002 0.163 0.293 -0.009 0.018 -0.136 -0.514 0.268 | +| p3770_s | -0.000 -0.001 -0.275 -0.109 1.000 0.028 0.000 0.186 0.215 0.028 0.077 -0.034 0.002 -0.093 -0.023 -0.042 -0.045 0.071 0.078 -0.237 | +| omega_s | -0.012 -0.147 0.007 -0.013 0.028 1.000 0.022 0.030 0.047 0.503 0.015 0.045 0.639 0.004 -0.008 0.041 -0.697 0.021 -0.012 -0.022 | +| jpsi_p | -0.020 -0.020 0.099 0.018 0.000 0.022 1.000 -0.069 -0.088 0.030 -0.150 -0.083 -0.027 -0.120 -0.010 -0.074 -0.067 -0.162 -0.148 -0.028 | +| p4040_s | -0.001 -0.002 -0.024 -0.531 0.186 0.030 -0.069 1.000 0.505 0.025 0.189 -0.034 0.000 -0.231 -0.213 -0.034 -0.047 0.039 0.544 -0.257 | +| Dbar_s | -0.009 -0.009 0.036 -0.268 0.215 0.047 -0.088 0.505 1.000 0.048 0.468 -0.193 0.004 0.040 0.056 -0.181 -0.075 0.498 0.758 -0.458 | +| rho_p | -0.018 -0.146 0.008 -0.005 0.028 0.503 0.030 0.025 0.048 1.000 0.013 0.031 0.081 0.010 -0.002 0.028 -0.674 0.021 -0.020 -0.018 | +| p4415_s | -0.000 -0.006 -0.086 -0.033 0.077 0.015 -0.150 0.189 0.468 0.013 1.000 0.004 -0.002 0.093 -0.171 0.003 -0.024 0.346 0.406 -0.218 | +| jpsi_s | 0.056 0.015 -0.077 -0.009 -0.034 0.045 -0.083 -0.034 -0.193 0.031 0.004 1.000 -0.017 -0.025 -0.005 0.914 -0.073 -0.016 0.048 0.048 | +| omega_p | 0.001 -0.084 -0.009 -0.002 0.002 0.639 -0.027 0.000 0.004 0.081 -0.002 -0.017 1.000 -0.002 -0.001 -0.016 -0.128 -0.001 -0.004 -0.005 | +| p4040_p | -0.002 -0.009 -0.311 0.163 -0.093 0.004 -0.120 -0.231 0.040 0.010 0.093 -0.025 -0.002 1.000 0.140 -0.024 -0.009 0.405 -0.284 0.163 | +| p4415_p | -0.001 -0.002 -0.084 0.293 -0.023 -0.008 -0.010 -0.213 0.056 -0.002 -0.171 -0.005 -0.001 0.140 1.000 -0.005 0.010 -0.162 -0.204 0.097 | +| psi2s_s | 0.052 0.014 -0.077 -0.009 -0.042 0.041 -0.074 -0.034 -0.181 0.028 0.003 0.914 -0.016 -0.024 -0.005 1.000 -0.066 -0.017 0.048 0.043 | +| rho_s | 0.008 0.145 -0.023 0.018 -0.045 -0.697 -0.067 -0.047 -0.075 -0.674 -0.024 -0.073 -0.128 -0.009 0.010 -0.066 1.000 -0.034 0.020 0.032 | +| p4160_s | -0.001 -0.008 -0.188 -0.136 0.071 0.021 -0.162 0.039 0.498 0.021 0.346 -0.016 -0.001 0.405 -0.162 -0.017 -0.034 1.000 0.301 -0.153 | +| Ctt | 0.000 -0.001 0.177 -0.514 0.078 -0.012 -0.148 0.544 0.758 -0.020 0.406 0.048 -0.004 -0.284 -0.204 0.048 0.020 0.301 1.000 -0.511 | +| p3770_p | 0.000 -0.003 -0.305 0.268 -0.237 -0.022 -0.028 -0.257 -0.458 -0.018 -0.218 0.048 -0.005 0.163 0.097 0.043 0.032 -0.153 -0.511 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9511902360146323}), (, {'error': 0.17137263972278705}), (, {'error': 0.029502888696633978}), (, {'error': 0.09819184977929041}), (, {'error': 0.20662891922890636}), (, {'error': 1.599840527762316}), (, {'error': 0.016166446677166046}), (, {'error': 0.18268846470616001}), (, {'error': 0.0599477338513601}), (, {'error': 1.1626684403693863}), (, {'error': 0.1870780496408853}), (, {'error': 19.039437996265406}), (, {'error': 0.34000689347428414}), (, {'error': 0.22165515877207453}), (, {'error': 0.22705323299325242}), (, {'error': 2.7373065236217826}), (, {'error': 0.4426648102840961}), (, {'error': 0.1705867953864868}), (, {'error': 0.1301362584559756}), (, {'error': 0.1032706008791271})]) +Toy 8/10 +Time taken: 11 h, 1 min +Projected time left: 2 h, 45 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=706 (706 total) | +| EDM = 3.29E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -723560.5429550018 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 21.3 | 0.9 | | | 14.8182 | 23.5818 | | +| 1 | phi_p | -5.63 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.210 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.30 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.72 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.9 | 1.3 | | | 4.19232 | 9.40768 | | +| 6 | jpsi_p | -1.517 | 0.017 | | |-6.28319 | 6.28319 | | +| 7 | p4040_s | 0.82 | 0.18 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | 0.03 | 0.06 | | | -1.464 | 1.464 | | +| 9 | rho_p | 4.8 | 0.7 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.91 | 0.19 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 12| omega_p | 0.05 | 0.33 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 3.93 | 0.22 | | |-6.28319 | 6.28319 | | +| 14| p4415_p | -2.13 | 0.23 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1373.4 | 3.0 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.44 | 0.31 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.20 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.05 | 0.13 | | | -0.5 | 0.5 | | +| 19| p3770_p | 3.74 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s phi_p psi2s_p p4160_p p3770_s omega_s jpsi_p p4040_s Dbar_s rho_p p4415_s jpsi_s omega_p p4040_p p4415_p psi2s_s rho_s p4160_s Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.578 -0.010 -0.007 0.002 -0.003 -0.013 0.004 -0.010 -0.060 0.003 -0.077 0.028 -0.005 -0.004 0.073 0.084 0.002 0.005 -0.003 | +| phi_p | 0.578 1.000 0.007 -0.018 0.012 -0.061 -0.025 0.017 0.001 -0.173 0.004 -0.081 0.032 -0.014 -0.015 0.076 0.324 0.002 0.006 -0.013 | +| psi2s_p | -0.010 0.007 1.000 -0.006 -0.238 -0.007 -0.061 -0.098 -0.028 -0.034 -0.133 0.135 0.000 -0.209 -0.014 -0.135 0.032 -0.189 -0.042 -0.214 | +| p4160_p | -0.007 -0.018 -0.006 1.000 -0.118 -0.003 -0.094 -0.505 -0.169 0.037 -0.001 0.043 -0.012 0.132 0.288 -0.042 -0.049 -0.113 -0.470 0.252 | +| p3770_s | 0.002 0.012 -0.238 -0.118 1.000 0.001 0.011 0.210 0.267 -0.031 0.099 0.031 0.003 -0.083 -0.025 -0.039 0.020 0.092 0.136 -0.253 | +| omega_s | -0.003 -0.061 -0.007 -0.003 0.001 1.000 -0.023 0.001 0.001 -0.258 0.000 -0.003 0.724 -0.002 -0.002 0.003 -0.091 0.000 0.000 -0.003 | +| jpsi_p | -0.013 -0.025 -0.061 -0.094 0.011 -0.023 1.000 0.014 -0.121 0.038 -0.052 -0.132 -0.011 -0.152 -0.065 0.127 0.030 -0.085 0.109 -0.068 | +| p4040_s | 0.004 0.017 -0.098 -0.505 0.210 0.001 0.014 1.000 0.459 -0.048 0.174 0.009 0.008 -0.179 -0.204 -0.011 0.049 0.031 0.526 -0.244 | +| Dbar_s | -0.010 0.001 -0.028 -0.169 0.267 0.001 -0.121 0.459 1.000 -0.028 0.445 0.217 -0.001 0.140 0.106 -0.207 0.002 0.501 0.713 -0.423 | +| rho_p | -0.060 -0.173 -0.034 0.037 -0.031 -0.258 0.038 -0.048 -0.028 1.000 -0.024 0.139 -0.184 0.015 0.030 -0.130 -0.259 -0.021 -0.017 0.027 | +| p4415_s | 0.003 0.004 -0.133 -0.001 0.099 0.000 -0.052 0.174 0.445 -0.024 1.000 -0.021 0.002 0.121 -0.168 0.020 0.025 0.342 0.402 -0.211 | +| jpsi_s | -0.077 -0.081 0.135 0.043 0.031 -0.003 -0.132 0.009 0.217 0.139 -0.021 1.000 -0.020 0.048 0.020 -0.930 -0.153 0.004 -0.086 -0.019 | +| omega_p | 0.028 0.032 0.000 -0.012 0.003 0.724 -0.011 0.008 -0.001 -0.184 0.002 -0.020 1.000 -0.010 -0.009 0.019 0.268 -0.000 0.009 -0.008 | +| p4040_p | -0.005 -0.014 -0.209 0.132 -0.083 -0.002 -0.152 -0.179 0.140 0.015 0.121 0.048 -0.010 1.000 0.128 -0.047 -0.031 0.421 -0.217 0.146 | +| p4415_p | -0.004 -0.015 -0.014 0.288 -0.025 -0.002 -0.065 -0.204 0.106 0.030 -0.168 0.020 -0.009 0.128 1.000 -0.020 -0.039 -0.162 -0.181 0.096 | +| psi2s_s | 0.073 0.076 -0.135 -0.042 -0.039 0.003 0.127 -0.011 -0.207 -0.130 0.020 -0.930 0.019 -0.047 -0.020 1.000 0.144 -0.005 0.085 0.016 | +| rho_s | 0.084 0.324 0.032 -0.049 0.020 -0.091 0.030 0.049 0.002 -0.259 0.025 -0.153 0.268 -0.031 -0.039 0.144 1.000 0.014 0.048 -0.028 | +| p4160_s | 0.002 0.002 -0.189 -0.113 0.092 0.000 -0.085 0.031 0.501 -0.021 0.342 0.004 -0.000 0.421 -0.162 -0.005 0.014 1.000 0.318 -0.147 | +| Ctt | 0.005 0.006 -0.042 -0.470 0.136 0.000 0.109 0.526 0.713 -0.017 0.402 -0.086 0.009 -0.217 -0.181 0.085 0.048 0.318 1.000 -0.531 | +| p3770_p | -0.003 -0.013 -0.214 0.252 -0.253 -0.003 -0.068 -0.244 -0.423 0.027 -0.211 -0.019 -0.008 0.146 0.096 0.016 -0.028 -0.147 -0.531 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.926798391487301}), (, {'error': 0.16639793241093326}), (, {'error': 0.029405138177993173}), (, {'error': 0.09658283601149353}), (, {'error': 0.206819519872794}), (, {'error': 1.2967927920291062}), (, {'error': 0.01652042831443845}), (, {'error': 0.17698495810053538}), (, {'error': 0.05687683521696818}), (, {'error': 0.7378867441096215}), (, {'error': 0.18532527988127356}), (, {'error': 43.519442971171884}), (, {'error': 0.3312055457648926}), (, {'error': 0.22003120760704764}), (, {'error': 0.2276421459744955}), (, {'error': 3.033823383173626}), (, {'error': 0.3097850937900999}), (, {'error': 0.16785526954232455}), (, {'error': 0.13074256560535064}), (, {'error': 0.10406356701505626})]) +Toy 9/10 +Time taken: 12 h, 16 min +Projected time left: 1 h, 21 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.234E+05 | Ncalls=1128 (1128 total) | +| EDM = 0.000196 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -723444.4484961847 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.5 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | phi_p | -0.26 | 0.21 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 3.930 | 0.025 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.26 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.8 | 1.3 | | | 4.19232 | 9.40768 | | +| 6 | jpsi_p | -4.803 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p4040_s | 1.40 | 0.14 | | |0.00501244| 2.01499 | | +| 8 | Dbar_s | -0.32 | 0.04 | | | -1.464 | 1.464 | | +| 9 | rho_p | -1.0 | 0.8 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.14 | 1.42 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| omega_p | 0.13 | 0.33 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 2.90 | 0.11 | | |-6.28319 | 6.28319 | | +| 14| p4415_p | -6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1366.7 | 1.6 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.41 | 0.30 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 0.717 | 0.010 | | | 0.71676 | 3.68324 | | +| 18| Ctt | -0.500 | 0.016 | | | -0.5 | 0.5 | | +| 19| p3770_p | 4.29 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s phi_p psi2s_p p4160_p p3770_s omega_s jpsi_p p4040_s Dbar_s rho_p p4415_s jpsi_s omega_p p4040_p p4415_p psi2s_s rho_s p4160_s Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.643 0.000 0.000 -0.008 0.044 -0.056 -0.008 -0.026 0.206 0.007 0.003 0.007 -0.010 -0.005 -0.003 -0.122 0.000 0.001 0.008 | +| phi_p | 0.643 1.000 -0.007 0.000 -0.008 -0.010 -0.051 -0.004 -0.022 0.102 0.003 0.014 -0.001 -0.013 -0.002 -0.012 -0.037 0.000 0.001 0.003 | +| psi2s_p | 0.000 -0.007 1.000 0.004 -0.154 -0.013 -0.083 -0.050 -0.325 0.026 0.015 -0.080 -0.005 -0.175 0.002 0.015 0.026 0.005 -0.029 0.252 | +| p4160_p | 0.000 0.000 0.004 1.000 -0.001 0.000 0.004 0.013 -0.007 0.001 0.010 -0.000 0.000 -0.002 -0.006 0.000 -0.000 -0.003 -0.000 -0.001 | +| p3770_s | -0.008 -0.008 -0.154 -0.001 1.000 -0.001 -0.073 0.139 0.243 -0.027 -0.002 0.018 -0.001 0.083 -0.004 -0.008 0.001 -0.003 -0.001 -0.160 | +| omega_s | 0.044 -0.010 -0.013 0.000 -0.001 1.000 -0.039 -0.004 0.003 -0.088 0.006 0.008 0.675 -0.003 -0.004 -0.006 -0.312 0.000 -0.000 -0.001 | +| jpsi_p | -0.056 -0.051 -0.083 0.004 -0.073 -0.039 1.000 0.054 0.090 -0.133 0.017 0.033 -0.008 -0.128 -0.004 -0.025 0.077 0.002 -0.001 -0.093 | +| p4040_s | -0.008 -0.004 -0.050 0.013 0.139 -0.004 0.054 1.000 -0.223 -0.045 -0.224 0.002 0.004 -0.235 0.170 0.011 0.019 0.001 0.050 -0.013 | +| Dbar_s | -0.026 -0.022 -0.325 -0.007 0.243 0.003 0.090 -0.223 1.000 -0.036 0.566 0.172 -0.011 0.374 -0.416 -0.104 -0.043 0.007 0.052 -0.059 | +| rho_p | 0.206 0.102 0.026 0.001 -0.027 -0.088 -0.133 -0.045 -0.036 1.000 0.056 0.061 -0.165 -0.024 -0.038 -0.051 -0.159 0.002 -0.001 0.034 | +| p4415_s | 0.007 0.003 0.015 0.010 -0.002 0.006 0.017 -0.224 0.566 0.056 1.000 0.004 -0.006 -0.060 -0.691 -0.004 -0.034 0.011 -0.037 0.014 | +| jpsi_s | 0.003 0.014 -0.080 -0.000 0.018 0.008 0.033 0.002 0.172 0.061 0.004 1.000 -0.001 0.025 -0.003 -0.698 -0.037 -0.000 -0.003 -0.035 | +| omega_p | 0.007 -0.001 -0.005 0.000 -0.001 0.675 -0.008 0.004 -0.011 -0.165 -0.006 -0.001 1.000 -0.005 0.005 0.001 0.170 -0.000 0.001 -0.002 | +| p4040_p | -0.010 -0.013 -0.175 -0.002 0.083 -0.003 -0.128 -0.235 0.374 -0.024 -0.060 0.025 -0.005 1.000 0.029 -0.016 -0.000 -0.013 0.000 0.098 | +| p4415_p | -0.005 -0.002 0.002 -0.006 -0.004 -0.004 -0.004 0.170 -0.416 -0.038 -0.691 -0.003 0.005 0.029 1.000 0.003 0.024 -0.009 0.023 -0.011 | +| psi2s_s | -0.003 -0.012 0.015 0.000 -0.008 -0.006 -0.025 0.011 -0.104 -0.051 -0.004 -0.698 0.001 -0.016 0.003 1.000 0.029 -0.000 0.001 -0.016 | +| rho_s | -0.122 -0.037 0.026 -0.000 0.001 -0.312 0.077 0.019 -0.043 -0.159 -0.034 -0.037 0.170 -0.000 0.024 0.029 1.000 -0.001 0.004 0.002 | +| p4160_s | 0.000 0.000 0.005 -0.003 -0.003 0.000 0.002 0.001 0.007 0.002 0.011 -0.000 -0.000 -0.013 -0.009 -0.000 -0.001 1.000 -0.002 -0.000 | +| Ctt | 0.001 0.001 -0.029 -0.000 -0.001 -0.000 -0.001 0.050 0.052 -0.001 -0.037 -0.003 0.001 0.000 0.023 0.001 0.004 -0.002 1.000 -0.047 | +| p3770_p | 0.008 0.003 0.252 -0.001 -0.160 -0.001 -0.093 -0.013 -0.059 0.034 0.014 -0.035 -0.002 0.098 -0.011 -0.016 0.002 -0.000 -0.047 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9962810371298367}), (, {'error': 0.21330233435398727}), (, {'error': 0.024731405781494686}), (, {'error': 0.009928858071098556}), (, {'error': 0.18966229797010348}), (, {'error': 1.2784199280178514}), (, {'error': 0.01624892552302315}), (, {'error': 0.14355116067750828}), (, {'error': 0.03500410943038035}), (, {'error': 0.7714926789414043}), (, {'error': 1.416669652278665}), (, {'error': 15.705374125124763}), (, {'error': 0.325369692834482}), (, {'error': 0.10659102673348642}), (, {'error': 0.41098004161137425}), (, {'error': 1.5597263526501592}), (, {'error': 0.3008112166417056}), (, {'error': 0.0098528065075702}), (, {'error': 0.016258840789602713}), (, {'error': 0.09997477362358165})]) +Toy 10/10 +Time taken: 13 h, 57 min +Projected time left: +Mean Ctt value = -0.20645358199158742 +Mean Ctt error = 0.1010894041406393 +Simulation ended diff --git a/prelim_results/slurm-2213910.out b/prelim_results/slurm-2213910.out new file mode 100644 index 0000000..acc8494 --- /dev/null +++ b/prelim_results/slurm-2213910.out @@ -0,0 +1,9588 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.997057: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.020861: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.021165: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x558b385695b0 executing computations on platform Host. Devices: +2019-07-07 14:45:24.021229: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.583584: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x558b385f1b10 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.583665: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.590285: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:0a:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.590362: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.675418: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.675480: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.675506: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.682520: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:0a:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709697.070468 Edm = 7.3916 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709697.070468 Edm = 7.3916 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714295.4828256 Edm = 1.01026 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714608.2487477 Edm = 0.513007 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -714643.4567298 Edm = 193.287 NCalls = 21 +VariableMetric: Iteration # 4 - FCN = -714708.8993152 Edm = 48.613 NCalls = 26 +VariableMetric: Iteration # 5 - FCN = -714922.970257 Edm = 8.19084 NCalls = 29 +VariableMetric: Iteration # 6 - FCN = -714929.0062258 Edm = 0.18612 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -714929.3143052 Edm = 0.215479 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -714953.8421778 Edm = 1.40871 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -714955.3465286 Edm = 0.0297202 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -714955.8529287 Edm = 0.417028 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -715063.9628845 Edm = 19.7542 NCalls = 51 +VariableMetric: Iteration # 12 - FCN = -715091.2587186 Edm = 0.957583 NCalls = 53 +VariableMetric: Iteration # 13 - FCN = -715092.7768671 Edm = 0.0292661 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -715092.8679371 Edm = 0.0305582 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -715093.1798579 Edm = 0.205229 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -715164.0272089 Edm = 31.1184 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -715220.7025284 Edm = 12.493 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -715228.2426521 Edm = 1.05715 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -715231.0914613 Edm = 0.212754 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -715231.4090684 Edm = 0.00799309 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -715231.596202 Edm = 0.218143 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -715234.8389698 Edm = 3.37281 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -715234.8716028 Edm = 0.0155909 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -715243.3933937 Edm = 7.55471 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -715326.6171544 Edm = 2.84759 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -715329.6419035 Edm = 0.102563 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -715329.7515817 Edm = 0.0306073 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -715329.8373808 Edm = 0.0226155 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -715329.9682438 Edm = 0.0971535 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -715339.5261966 Edm = 10.0673 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -715340.5603795 Edm = 0.956123 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -715433.1219027 Edm = 122.87 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -715433.4676691 Edm = 0.271056 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -715439.6368004 Edm = 6.70814 NCalls = 127 +VariableMetric: Iteration # 35 - FCN = -715450.4164293 Edm = 9.74441 NCalls = 132 +VariableMetric: Iteration # 36 - FCN = -716356.3295041 Edm = 280.188 NCalls = 142 +VariableMetric: Iteration # 37 - FCN = -716545.4839635 Edm = 195.096 NCalls = 144 +VariableMetric: Iteration # 38 - FCN = -716663.4017962 Edm = 12.2418 NCalls = 146 +VariableMetric: Iteration # 39 - FCN = -716667.7553306 Edm = 0.993281 NCalls = 148 +VariableMetric: Iteration # 40 - FCN = -716668.9539478 Edm = 0.476461 NCalls = 150 +VariableMetric: Iteration # 41 - FCN = -716670.6704935 Edm = 1.38834 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -716712.2821911 Edm = 24.8516 NCalls = 159 +VariableMetric: Iteration # 43 - FCN = -716712.5231885 Edm = 2.9134 NCalls = 161 +VariableMetric: Iteration # 44 - FCN = -716726.3454552 Edm = 11.6443 NCalls = 164 +VariableMetric: Iteration # 45 - FCN = -716759.7554402 Edm = 5.93395 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -716772.0058403 Edm = 6.13977 NCalls = 171 +VariableMetric: Iteration # 47 - FCN = -716810.0235067 Edm = 7.58603 NCalls = 176 +VariableMetric: Iteration # 48 - FCN = -716814.8091117 Edm = 9.26589 NCalls = 178 +VariableMetric: Iteration # 49 - FCN = -716818.792336 Edm = 0.58654 NCalls = 180 +VariableMetric: Iteration # 50 - FCN = -716819.4149298 Edm = 0.243373 NCalls = 182 +VariableMetric: Iteration # 51 - FCN = -716819.7952492 Edm = 0.0373504 NCalls = 184 +VariableMetric: Iteration # 52 - FCN = -716819.8490853 Edm = 0.00722108 NCalls = 186 +VariableMetric: Iteration # 53 - FCN = -716819.8643754 Edm = 0.00522729 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -716819.9161693 Edm = 0.0486701 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -716822.0409118 Edm = 2.14385 NCalls = 198 +VariableMetric: Iteration # 56 - FCN = -716822.1109784 Edm = 0.0612496 NCalls = 201 +VariableMetric: Iteration # 57 - FCN = -716835.2264629 Edm = 11.6649 NCalls = 208 +VariableMetric: Iteration # 58 - FCN = -716883.9850427 Edm = 20.057 NCalls = 213 +VariableMetric: Iteration # 59 - FCN = -716896.1385228 Edm = 10.1069 NCalls = 216 +VariableMetric: Iteration # 60 - FCN = -716904.4864709 Edm = 4.223 NCalls = 218 +VariableMetric: Iteration # 61 - FCN = -716911.2662993 Edm = 0.711585 NCalls = 222 +VariableMetric: Iteration # 62 - FCN = -716912.090416 Edm = 0.179968 NCalls = 224 +VariableMetric: Iteration # 63 - FCN = -716912.2543165 Edm = 0.049118 NCalls = 226 +VariableMetric: Iteration # 64 - FCN = -716912.3032589 Edm = 0.00274899 NCalls = 228 +VariableMetric: Iteration # 65 - FCN = -716912.3060575 Edm = 0.000862285 NCalls = 229 +VariableMetric: Iteration # 66 - FCN = -716912.3088632 Edm = 0.00322539 NCalls = 231 +VariableMetric: Iteration # 67 - FCN = -716912.4023716 Edm = 0.139684 NCalls = 237 +VariableMetric: Iteration # 68 - FCN = -716912.422543 Edm = 0.0195404 NCalls = 241 +VariableMetric: Iteration # 69 - FCN = -716912.5355682 Edm = 0.0988083 NCalls = 247 +VariableMetric: Iteration # 70 - FCN = -716914.9355473 Edm = 0.111957 NCalls = 252 +VariableMetric: Iteration # 71 - FCN = -716915.0682965 Edm = 0.00214096 NCalls = 254 +VariableMetric: Iteration # 72 - FCN = -716915.0706253 Edm = 0.000240879 NCalls = 256 +VariableMetric: Iteration # 73 - FCN = -716915.0718819 Edm = 0.000787932 NCalls = 258 +VariableMetric: Iteration # 74 - FCN = -716915.1052596 Edm = 0.0288019 NCalls = 262 +VariableMetric: Iteration # 75 - FCN = -716916.6099611 Edm = 0.222088 NCalls = 267 +VariableMetric: Iteration # 76 - FCN = -716916.8837434 Edm = 0.00342863 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -716916.8866497 Edm = 0.000202227 NCalls = 271 +VariableMetric: Iteration # 78 - FCN = -716916.8869287 Edm = 5.21588e-05 NCalls = 273 +VariableMetric: After Hessian - FCN = -716916.8869287 Edm = 16380 NCalls = 634 +VariableMetric: Iteration # 79 - FCN = -716916.8869287 Edm = 16380 NCalls = 634 +VariableMetric: Iteration # 80 - FCN = -716919.3515763 Edm = 19700 NCalls = 645 +VariableMetric: Iteration # 81 - FCN = -716929.9707116 Edm = 496.152 NCalls = 651 +VariableMetric: Iteration # 82 - FCN = -716931.3153587 Edm = 23712.8 NCalls = 661 +VariableMetric: Iteration # 83 - FCN = -716932.3491141 Edm = 36392.2 NCalls = 668 +VariableMetric: Iteration # 84 - FCN = -716935.8236831 Edm = 1132.9 NCalls = 674 +VariableMetric: Iteration # 85 - FCN = -716937.0193136 Edm = 778.374 NCalls = 678 +VariableMetric: Iteration # 86 - FCN = -716939.8393695 Edm = 915.819 NCalls = 681 +VariableMetric: Iteration # 87 - FCN = -716941.9125619 Edm = 1687.33 NCalls = 684 +VariableMetric: Iteration # 88 - FCN = -716948.4347463 Edm = 676.874 NCalls = 687 +VariableMetric: Iteration # 89 - FCN = -716950.0599257 Edm = 202.413 NCalls = 690 +VariableMetric: Iteration # 90 - FCN = -716950.4845498 Edm = 176.708 NCalls = 693 +VariableMetric: Iteration # 91 - FCN = -716951.0186632 Edm = 121.602 NCalls = 696 +VariableMetric: Iteration # 92 - FCN = -716951.8057611 Edm = 103.062 NCalls = 698 +VariableMetric: Iteration # 93 - FCN = -716953.0297161 Edm = 13.7413 NCalls = 700 +VariableMetric: Iteration # 94 - FCN = -716953.7354546 Edm = 4.45566 NCalls = 702 +VariableMetric: Iteration # 95 - FCN = -716954.1131862 Edm = 12.1744 NCalls = 704 +VariableMetric: Iteration # 96 - FCN = -716954.9542815 Edm = 27.9188 NCalls = 706 +VariableMetric: Iteration # 97 - FCN = -716956.1339753 Edm = 1.28984 NCalls = 708 +VariableMetric: Iteration # 98 - FCN = -716956.1809029 Edm = 0.403459 NCalls = 710 +VariableMetric: Iteration # 99 - FCN = -716956.3906003 Edm = 0.249139 NCalls = 712 +VariableMetric: Iteration # 100 - FCN = -716956.4330958 Edm = 0.0236505 NCalls = 714 +VariableMetric: Iteration # 101 - FCN = -716956.4452863 Edm = 0.0215449 NCalls = 716 +VariableMetric: Iteration # 102 - FCN = -716956.4594837 Edm = 0.00668185 NCalls = 718 +VariableMetric: Iteration # 103 - FCN = -716956.4646768 Edm = 0.00476229 NCalls = 720 +VariableMetric: Iteration # 104 - FCN = -716956.4662701 Edm = 0.00436775 NCalls = 722 +VariableMetric: Iteration # 105 - FCN = -716956.4720668 Edm = 0.00250454 NCalls = 725 +VariableMetric: Iteration # 106 - FCN = -716956.4764346 Edm = 0.00184739 NCalls = 727 +VariableMetric: Iteration # 107 - FCN = -716956.4781947 Edm = 0.00155906 NCalls = 729 +VariableMetric: Iteration # 108 - FCN = -716956.4795263 Edm = 0.000664533 NCalls = 732 +VariableMetric: Iteration # 109 - FCN = -716956.4806221 Edm = 0.000798695 NCalls = 734 +VariableMetric: Iteration # 110 - FCN = -716956.481135 Edm = 0.000336336 NCalls = 736 +VariableMetric: Iteration # 111 - FCN = -716956.4818023 Edm = 0.000219734 NCalls = 740 +VariableMetric: Iteration # 112 - FCN = -716956.4821506 Edm = 0.000248004 NCalls = 743 +VariableMetric: Iteration # 113 - FCN = -716956.4823357 Edm = 0.000135681 NCalls = 745 +VariableMetric: Iteration # 114 - FCN = -716956.4825359 Edm = 4.44748e-05 NCalls = 748 +VariableMetric: Iteration # 115 - FCN = -716956.4826418 Edm = 5.21997e-05 NCalls = 751 +VariableMetric: After Hessian - FCN = -716956.4826418 Edm = 5.10936e-05 NCalls = 1134 +VariableMetric: Iteration # 116 - FCN = -716956.4826418 Edm = 5.10936e-05 NCalls = 1134 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714277.7175579 Edm = 1.42182 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714277.7175579 Edm = 1.42182 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715532.6892814 Edm = 0.701413 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -715539.6144558 Edm = 0.713595 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -715578.4121629 Edm = 36.1951 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715794.688803 Edm = 0.456199 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -715796.335279 Edm = 0.891826 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -715898.5065948 Edm = 84.0355 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -716125.5872435 Edm = 71.326 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -716173.5089378 Edm = 0.203214 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -716173.7148417 Edm = 0.0406595 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -716176.8479185 Edm = 3.12042 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -716240.6708367 Edm = 0.732181 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -716451.4288403 Edm = 9.3494 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -716467.4575692 Edm = 0.404629 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -716467.8960771 Edm = 0.00851805 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -716467.9203477 Edm = 0.0129123 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -716468.3977207 Edm = 0.353557 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -716491.6549545 Edm = 1.63876 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -716493.0676189 Edm = 0.0209814 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -716493.0890873 Edm = 0.00357321 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -716493.1098034 Edm = 0.0202886 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -716495.0149287 Edm = 1.80493 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -716534.2291985 Edm = 3.86861 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -716540.3334049 Edm = 0.906417 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -716541.8367592 Edm = 0.0488851 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -716541.8844042 Edm = 0.0028629 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -716541.890487 Edm = 0.0033439 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -716541.9069731 Edm = 0.00921298 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -716542.1963424 Edm = 0.873959 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -716794.4605779 Edm = 1.17471e+07 NCalls = 115 +VariableMetric: Iteration # 30 - FCN = -716883.8747729 Edm = 55987.2 NCalls = 126 +VariableMetric: Iteration # 31 - FCN = -716884.5510516 Edm = 30647.2 NCalls = 134 +VariableMetric: Iteration # 32 - FCN = -716886.6734491 Edm = 20211.9 NCalls = 140 +VariableMetric: Iteration # 33 - FCN = -716889.7985244 Edm = 6621.85 NCalls = 145 +VariableMetric: Iteration # 34 - FCN = -716895.5274763 Edm = 10081.9 NCalls = 150 +VariableMetric: Iteration # 35 - FCN = -716899.0543412 Edm = 3758.8 NCalls = 154 +VariableMetric: Iteration # 36 - FCN = -716902.1372588 Edm = 2610.89 NCalls = 157 +VariableMetric: Iteration # 37 - FCN = -716902.4714914 Edm = 1876.61 NCalls = 160 +VariableMetric: Iteration # 38 - FCN = -716903.9128784 Edm = 469.741 NCalls = 163 +VariableMetric: Iteration # 39 - FCN = -716906.3882212 Edm = 120.754 NCalls = 166 +VariableMetric: Iteration # 40 - FCN = -716909.5391907 Edm = 55.6796 NCalls = 168 +VariableMetric: Iteration # 41 - FCN = -716910.2314478 Edm = 40.8957 NCalls = 171 +VariableMetric: Iteration # 42 - FCN = -716911.6270009 Edm = 58.6025 NCalls = 173 +VariableMetric: Iteration # 43 - FCN = -716914.2631145 Edm = 51.2982 NCalls = 175 +VariableMetric: Iteration # 44 - FCN = -716917.3391177 Edm = 35.8662 NCalls = 177 +VariableMetric: Iteration # 45 - FCN = -716920.8924772 Edm = 25.9576 NCalls = 179 +VariableMetric: Iteration # 46 - FCN = -716921.3429547 Edm = 43.5559 NCalls = 182 +VariableMetric: Iteration # 47 - FCN = -716922.7622377 Edm = 11.1057 NCalls = 184 +VariableMetric: Iteration # 48 - FCN = -716926.066452 Edm = 7.03361 NCalls = 186 +VariableMetric: Iteration # 49 - FCN = -716929.7467763 Edm = 3.38478 NCalls = 188 +VariableMetric: Iteration # 50 - FCN = -716931.0077477 Edm = 2.89473 NCalls = 190 +VariableMetric: Iteration # 51 - FCN = -716933.2831388 Edm = 7.1283 NCalls = 193 +VariableMetric: Iteration # 52 - FCN = -716934.3599799 Edm = 6.80375 NCalls = 196 +VariableMetric: Iteration # 53 - FCN = -716937.6824385 Edm = 2.46696 NCalls = 201 +VariableMetric: Iteration # 54 - FCN = -716939.6060914 Edm = 2.18396 NCalls = 203 +VariableMetric: Iteration # 55 - FCN = -716941.7205884 Edm = 1.44901 NCalls = 207 +VariableMetric: Iteration # 56 - FCN = -716944.236112 Edm = 2.77694 NCalls = 210 +VariableMetric: Iteration # 57 - FCN = -716947.3913021 Edm = 4.00684 NCalls = 212 +VariableMetric: Iteration # 58 - FCN = -716951.0548154 Edm = 2.44578 NCalls = 214 +VariableMetric: Iteration # 59 - FCN = -716953.7537926 Edm = 2.07293 NCalls = 216 +VariableMetric: Iteration # 60 - FCN = -716955.0570824 Edm = 0.819118 NCalls = 218 +VariableMetric: Iteration # 61 - FCN = -716955.7406734 Edm = 0.298528 NCalls = 220 +VariableMetric: Iteration # 62 - FCN = -716956.117866 Edm = 0.14541 NCalls = 222 +VariableMetric: Iteration # 63 - FCN = -716956.2956685 Edm = 0.115813 NCalls = 224 +VariableMetric: Iteration # 64 - FCN = -716956.5015587 Edm = 0.136178 NCalls = 227 +VariableMetric: Iteration # 65 - FCN = -716956.6209314 Edm = 0.160309 NCalls = 230 +VariableMetric: Iteration # 66 - FCN = -716956.9443119 Edm = 0.0901331 NCalls = 234 +VariableMetric: Iteration # 67 - FCN = -716957.0260423 Edm = 0.0280702 NCalls = 236 +VariableMetric: Iteration # 68 - FCN = -716957.0553247 Edm = 0.01411 NCalls = 238 +VariableMetric: Iteration # 69 - FCN = -716957.0891818 Edm = 0.0272866 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -716957.11474 Edm = 0.0119104 NCalls = 243 +VariableMetric: Iteration # 71 - FCN = -716957.144191 Edm = 0.0132642 NCalls = 245 +VariableMetric: Iteration # 72 - FCN = -716957.1722524 Edm = 0.0172826 NCalls = 248 +VariableMetric: Iteration # 73 - FCN = -716957.2033435 Edm = 0.0159642 NCalls = 251 +VariableMetric: Iteration # 74 - FCN = -716957.2242069 Edm = 0.0149777 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -716957.2461048 Edm = 0.0048954 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -716957.2533392 Edm = 0.00664079 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -716957.2579094 Edm = 0.00298504 NCalls = 261 +VariableMetric: Iteration # 78 - FCN = -716957.2661068 Edm = 0.00423442 NCalls = 264 +VariableMetric: Iteration # 79 - FCN = -716957.2810409 Edm = 0.00892018 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -716957.289226 Edm = 0.00886957 NCalls = 271 +VariableMetric: Iteration # 81 - FCN = -716957.2982202 Edm = 0.0030883 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -716957.3009961 Edm = 0.00135483 NCalls = 276 +VariableMetric: Iteration # 83 - FCN = -716957.3040904 Edm = 0.00182842 NCalls = 278 +VariableMetric: Iteration # 84 - FCN = -716957.312858 Edm = 0.00347432 NCalls = 282 +VariableMetric: Iteration # 85 - FCN = -716957.3182027 Edm = 0.00206923 NCalls = 285 +VariableMetric: Iteration # 86 - FCN = -716957.3208509 Edm = 0.000699459 NCalls = 287 +VariableMetric: Iteration # 87 - FCN = -716957.3213648 Edm = 0.000144948 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -716957.3215329 Edm = 3.51401e-05 NCalls = 291 +VariableMetric: After Hessian - FCN = -716957.3215329 Edm = 4.91163e-05 NCalls = 664 +VariableMetric: Iteration # 89 - FCN = -716957.3215329 Edm = 4.91163e-05 NCalls = 664 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714020.4101276 Edm = 4.28461 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714020.4101276 Edm = 4.28461 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715166.4163916 Edm = 0.294439 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -715167.7413985 Edm = 0.419739 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -715335.6804851 Edm = 0.910467 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -715336.9587503 Edm = 0.260948 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -715342.3774951 Edm = 5.11272 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -715464.7270448 Edm = 2.4306 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -715467.6651919 Edm = 0.272968 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -715516.9916469 Edm = 44.1123 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -715679.6470669 Edm = 9.32598 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -715688.8727531 Edm = 0.981648 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -715690.4529511 Edm = 0.106762 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -715690.6134052 Edm = 0.0646551 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -715694.1934595 Edm = 3.64507 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -715701.3389935 Edm = 6.72117 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -715871.1090834 Edm = 3.60236 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -715876.4918584 Edm = 2.30667 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -715890.3341596 Edm = 10.7446 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -715894.5870601 Edm = 9.65869 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -715903.389872 Edm = 0.434128 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -715904.0182662 Edm = 0.143525 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -715904.237429 Edm = 0.0882422 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -715904.6416163 Edm = 0.199539 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -715913.6154072 Edm = 7.18669 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -715913.9262374 Edm = 0.263829 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -715915.9106637 Edm = 2.06374 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -715937.2885026 Edm = 6.99208 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -715954.1713649 Edm = 7.21401 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -715956.8333189 Edm = 3.43722 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -715963.9993579 Edm = 4.0427 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -715991.9651925 Edm = 3.0604 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -715995.7151793 Edm = 0.42446 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -715996.3357547 Edm = 0.0277551 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -715996.3687876 Edm = 0.00450878 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -715996.3916459 Edm = 0.0132271 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -715996.6042202 Edm = 0.17255 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -716016.176033 Edm = 11.2737 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -716048.8076221 Edm = 2.5463 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -716052.0653147 Edm = 1.52303 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -716053.1670868 Edm = 0.217289 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -716053.418816 Edm = 0.01012 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -716053.4324593 Edm = 0.00412828 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -716053.5287082 Edm = 0.0882897 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -716080.7613149 Edm = 13.372 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -716107.371061 Edm = 2.73394 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -716110.2055117 Edm = 1.55693 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -716113.4233486 Edm = 2.22973 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -716114.8694544 Edm = 0.77931 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -716115.5016456 Edm = 0.0229906 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -716115.5286047 Edm = 0.00371437 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -716115.5449952 Edm = 0.0115275 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -716115.7154022 Edm = 0.12194 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -716121.7911707 Edm = 27.7908 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -716121.990226 Edm = 0.856634 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -716128.9652759 Edm = 4.33644 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -716137.3314267 Edm = 6.2777 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -716158.7829186 Edm = 14.1033 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -716184.5190661 Edm = 19.6329 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -716209.9935994 Edm = 28.034 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -716406.4436357 Edm = 152.516 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -716430.725604 Edm = 113.505 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -716440.8753498 Edm = 13.2734 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -716454.9596296 Edm = 6.69995 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -716466.7329076 Edm = 5.05316 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -716478.2899181 Edm = 18.6695 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -716488.785236 Edm = 16.196 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -716497.3981061 Edm = 11.0281 NCalls = 225 +VariableMetric: Iteration # 67 - FCN = -716508.1622004 Edm = 2.6513 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -716511.2103624 Edm = 1.45772 NCalls = 229 +VariableMetric: Iteration # 69 - FCN = -716512.9176223 Edm = 0.192179 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -716513.3018739 Edm = 0.161402 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -716513.5723046 Edm = 0.056675 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -716513.6493894 Edm = 0.0213103 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -716514.2631037 Edm = 0.431855 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -716515.3105584 Edm = 0.364118 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -716515.659833 Edm = 0.0144749 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -716515.6768702 Edm = 0.00446943 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -716515.7563907 Edm = 0.0665071 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -716516.8814994 Edm = 1.21548 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -716520.8979033 Edm = 3.11299 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -716539.6922365 Edm = 16.7365 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -716564.3066095 Edm = 16.4076 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -716568.6254371 Edm = 18.6101 NCalls = 273 +VariableMetric: Iteration # 83 - FCN = -716589.8343636 Edm = 10.3486 NCalls = 276 +VariableMetric: Iteration # 84 - FCN = -716603.94225 Edm = 1.2135 NCalls = 278 +VariableMetric: Iteration # 85 - FCN = -716606.8847682 Edm = 1.3445 NCalls = 280 +VariableMetric: Iteration # 86 - FCN = -716608.7710365 Edm = 0.31407 NCalls = 282 +VariableMetric: Iteration # 87 - FCN = -716609.158703 Edm = 0.140718 NCalls = 284 +VariableMetric: Iteration # 88 - FCN = -716609.4775908 Edm = 0.125609 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -716609.7568034 Edm = 0.0525288 NCalls = 289 +VariableMetric: Iteration # 90 - FCN = -716609.83851 Edm = 0.0394769 NCalls = 291 +VariableMetric: Iteration # 91 - FCN = -716623.5062937 Edm = 15.1173 NCalls = 300 +VariableMetric: Iteration # 92 - FCN = -716694.3746642 Edm = 2.71983e+06 NCalls = 309 +VariableMetric: Iteration # 93 - FCN = -716868.6849393 Edm = 997706 NCalls = 318 +VariableMetric: Iteration # 94 - FCN = -716902.2717661 Edm = 94771.7 NCalls = 327 +VariableMetric: Iteration # 95 - FCN = -716922.9131232 Edm = 42264.8 NCalls = 334 +VariableMetric: Iteration # 96 - FCN = -716928.4686182 Edm = 1594.83 NCalls = 340 +VariableMetric: Iteration # 97 - FCN = -716932.1180642 Edm = 2806.43 NCalls = 344 +VariableMetric: Iteration # 98 - FCN = -716934.7816798 Edm = 5026.82 NCalls = 348 +VariableMetric: Iteration # 99 - FCN = -716941.4088832 Edm = 622.003 NCalls = 351 +VariableMetric: Iteration # 100 - FCN = -716943.7483831 Edm = 302.274 NCalls = 354 +VariableMetric: Iteration # 101 - FCN = -716945.8143403 Edm = 51.702 NCalls = 357 +VariableMetric: Iteration # 102 - FCN = -716946.5858791 Edm = 84.7703 NCalls = 359 +VariableMetric: Iteration # 103 - FCN = -716948.1457477 Edm = 16.9496 NCalls = 361 +VariableMetric: Iteration # 104 - FCN = -716949.2370621 Edm = 7.35026 NCalls = 363 +VariableMetric: Iteration # 105 - FCN = -716951.5299843 Edm = 18.5561 NCalls = 365 +VariableMetric: Iteration # 106 - FCN = -716953.6717681 Edm = 10.6758 NCalls = 367 +VariableMetric: Iteration # 107 - FCN = -716954.4965785 Edm = 8.51659 NCalls = 369 +VariableMetric: Iteration # 108 - FCN = -716954.9981984 Edm = 5.05043 NCalls = 371 +VariableMetric: Iteration # 109 - FCN = -716955.6332346 Edm = 1.00022 NCalls = 373 +VariableMetric: Iteration # 110 - FCN = -716955.7313682 Edm = 0.65054 NCalls = 376 +VariableMetric: Iteration # 111 - FCN = -716955.9344496 Edm = 0.103827 NCalls = 378 +VariableMetric: Iteration # 112 - FCN = -716956.0819039 Edm = 0.0711141 NCalls = 381 +VariableMetric: Iteration # 113 - FCN = -716956.2004364 Edm = 0.0414824 NCalls = 384 +VariableMetric: Iteration # 114 - FCN = -716956.2760309 Edm = 0.0328897 NCalls = 387 +VariableMetric: Iteration # 115 - FCN = -716956.3042277 Edm = 0.044637 NCalls = 389 +VariableMetric: Iteration # 116 - FCN = -716956.3498005 Edm = 0.0242551 NCalls = 391 +VariableMetric: Iteration # 117 - FCN = -716956.370542 Edm = 0.0171079 NCalls = 393 +VariableMetric: Iteration # 118 - FCN = -716956.395739 Edm = 0.00574337 NCalls = 395 +VariableMetric: Iteration # 119 - FCN = -716956.4086704 Edm = 0.00690201 NCalls = 398 +VariableMetric: Iteration # 120 - FCN = -716956.4129365 Edm = 0.00585385 NCalls = 401 +VariableMetric: Iteration # 121 - FCN = -716956.4215917 Edm = 0.00686342 NCalls = 403 +VariableMetric: Iteration # 122 - FCN = -716956.4276549 Edm = 0.0043045 NCalls = 406 +VariableMetric: Iteration # 123 - FCN = -716956.4323307 Edm = 0.00215604 NCalls = 409 +VariableMetric: Iteration # 124 - FCN = -716956.4334929 Edm = 0.00112854 NCalls = 411 +VariableMetric: Iteration # 125 - FCN = -716956.4350466 Edm = 0.00056574 NCalls = 413 +VariableMetric: Iteration # 126 - FCN = -716956.4366844 Edm = 0.000682005 NCalls = 416 +VariableMetric: Iteration # 127 - FCN = -716956.4383361 Edm = 0.000470467 NCalls = 418 +VariableMetric: Iteration # 128 - FCN = -716956.4386047 Edm = 0.00038266 NCalls = 420 +VariableMetric: Iteration # 129 - FCN = -716956.4388126 Edm = 4.61268e-05 NCalls = 421 +VariableMetric: After Hessian - FCN = -716956.4388126 Edm = 0.00136215 NCalls = 806 +VariableMetric: Iteration # 130 - FCN = -716956.4388126 Edm = 0.00136215 NCalls = 806 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713360.3707523 Edm = 1.61005 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713360.3707523 Edm = 1.61005 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715411.4645672 Edm = 0.491601 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -715412.3927033 Edm = 0.626534 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -715537.8979895 Edm = 0.118083 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715538.516922 Edm = 0.190363 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -715599.2176612 Edm = 32.1173 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -715658.1105519 Edm = 2.47595 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -715659.9605632 Edm = 0.0552633 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -715661.4142117 Edm = 1.43353 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -715756.5126995 Edm = 5.94331 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -715777.3535845 Edm = 40.5203 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -715791.7691156 Edm = 1.12739 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -715793.082835 Edm = 0.0100812 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -715793.1419266 Edm = 0.0495954 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -715807.8749611 Edm = 0.523155 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -715839.4658962 Edm = 0.753362 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -715840.3927178 Edm = 0.0231766 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -715840.4340588 Edm = 0.0128534 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -715840.9109635 Edm = 0.433402 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -715911.3603704 Edm = 17.6 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -715939.1578918 Edm = 2.25653 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -715941.2621489 Edm = 0.101453 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -715941.3789789 Edm = 0.0122611 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -715941.3982872 Edm = 0.0101094 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -715941.4479864 Edm = 0.0427823 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -715941.9079477 Edm = 0.361864 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -715957.4038878 Edm = 11.6561 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -716002.9213633 Edm = 1.38149 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -716005.7952983 Edm = 2.35016 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -716008.7157961 Edm = 3.87266 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -716012.4912118 Edm = 2.92834 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -716015.8352098 Edm = 2.34178 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -716017.660818 Edm = 0.448717 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -716018.0296614 Edm = 0.025322 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -716018.0720136 Edm = 0.00442856 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -716018.0866663 Edm = 0.0105581 NCalls = 111 +VariableMetric: Iteration # 36 - FCN = -716018.9691826 Edm = 0.828828 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -716055.1789054 Edm = 22.5498 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -716056.8513959 Edm = 3.16322 NCalls = 124 +VariableMetric: Iteration # 39 - FCN = -716092.5563285 Edm = 14.1409 NCalls = 128 +VariableMetric: Iteration # 40 - FCN = -716157.5826205 Edm = 90.1008 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -716172.333847 Edm = 18.3548 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -716207.3268575 Edm = 2.01277 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -716209.0163781 Edm = 0.207657 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -716209.429161 Edm = 0.207563 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -716211.2776362 Edm = 5.24676 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -716211.4403743 Edm = 0.429684 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -716214.0087296 Edm = 4.82497 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -716215.8016678 Edm = 3.65982 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -716216.1892618 Edm = 0.675043 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -716218.5655947 Edm = 4.14679 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -716236.6496941 Edm = 26.049 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -716237.0717304 Edm = 0.265676 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -716242.3397228 Edm = 2.33018 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -716249.7751491 Edm = 3.65019 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -716271.0471795 Edm = 11.3935 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -716278.5693987 Edm = 6.62871 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -716287.1718899 Edm = 1.40349 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -716289.4971461 Edm = 1.13745 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -716290.6753562 Edm = 1.47718 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -716295.8387249 Edm = 3.81523 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -716296.8369003 Edm = 1.7734 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -716315.0288502 Edm = 19.5811 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -716316.0551491 Edm = 0.95472 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -716318.2221899 Edm = 4.42897 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -716339.9672262 Edm = 5.85907 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -716344.080272 Edm = 4.68345 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -716347.0897603 Edm = 1.91455 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -716349.4818647 Edm = 1.1889 NCalls = 219 +VariableMetric: Iteration # 69 - FCN = -716352.2175738 Edm = 0.962655 NCalls = 222 +VariableMetric: Iteration # 70 - FCN = -716353.7004815 Edm = 1.60898 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -716354.1871198 Edm = 0.134691 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -716354.3379647 Edm = 0.00625049 NCalls = 229 +VariableMetric: Iteration # 73 - FCN = -716354.3515186 Edm = 0.00734893 NCalls = 231 +VariableMetric: Iteration # 74 - FCN = -716354.4887261 Edm = 0.116315 NCalls = 235 +VariableMetric: Iteration # 75 - FCN = -716358.9131158 Edm = 5.09951 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -716360.5045463 Edm = 1.48863 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -716436.9840244 Edm = 14.8456 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -716456.0712009 Edm = 1.60548 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -716458.3819175 Edm = 0.433774 NCalls = 253 +VariableMetric: Iteration # 80 - FCN = -716458.6946459 Edm = 0.0233121 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -716458.7272174 Edm = 0.00635025 NCalls = 257 +VariableMetric: Iteration # 82 - FCN = -716458.804658 Edm = 0.0323539 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -716458.8440272 Edm = 0.0358952 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -716458.8873273 Edm = 0.010797 NCalls = 265 +VariableMetric: Iteration # 85 - FCN = -716458.9139874 Edm = 0.0102405 NCalls = 267 +VariableMetric: Iteration # 86 - FCN = -716458.9395777 Edm = 0.0193829 NCalls = 269 +VariableMetric: Iteration # 87 - FCN = -716459.1128199 Edm = 0.132893 NCalls = 273 +VariableMetric: Iteration # 88 - FCN = -716461.8187914 Edm = 3.18285 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -716463.261783 Edm = 1.43449 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -716521.2157905 Edm = 50.0618 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -716628.0870452 Edm = 45.9911 NCalls = 290 +VariableMetric: Iteration # 92 - FCN = -716656.8443019 Edm = 10.7881 NCalls = 292 +VariableMetric: Iteration # 93 - FCN = -716712.973232 Edm = 84.4308 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -716743.1961801 Edm = 19.3846 NCalls = 303 +VariableMetric: Iteration # 95 - FCN = -716764.3091569 Edm = 22.1224 NCalls = 305 +VariableMetric: Iteration # 96 - FCN = -716771.8535234 Edm = 4.32435 NCalls = 307 +VariableMetric: Iteration # 97 - FCN = -716778.8631313 Edm = 0.384267 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -716779.8354788 Edm = 0.22432 NCalls = 311 +VariableMetric: Iteration # 99 - FCN = -716780.7724747 Edm = 0.412239 NCalls = 314 +VariableMetric: Iteration # 100 - FCN = -716781.0848422 Edm = 0.486203 NCalls = 317 +VariableMetric: Iteration # 101 - FCN = -716783.0085822 Edm = 1.20406 NCalls = 320 +VariableMetric: Iteration # 102 - FCN = -716786.1870435 Edm = 1.89862 NCalls = 323 +VariableMetric: Iteration # 103 - FCN = -716786.7579622 Edm = 0.337306 NCalls = 325 +VariableMetric: Iteration # 104 - FCN = -716787.9659661 Edm = 0.600243 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -716788.7085538 Edm = 0.315495 NCalls = 329 +VariableMetric: Iteration # 106 - FCN = -716789.0529644 Edm = 0.110754 NCalls = 331 +VariableMetric: Iteration # 107 - FCN = -716789.1831579 Edm = 0.0695972 NCalls = 333 +VariableMetric: Iteration # 108 - FCN = -716793.8413079 Edm = 7.25744 NCalls = 340 +VariableMetric: Iteration # 109 - FCN = -716797.2188117 Edm = 148119 NCalls = 349 +VariableMetric: Iteration # 110 - FCN = -716830.7370388 Edm = 230016 NCalls = 356 +VariableMetric: Iteration # 111 - FCN = -716838.3358217 Edm = 247224 NCalls = 364 +VariableMetric: Iteration # 112 - FCN = -716880.5401772 Edm = 81465.8 NCalls = 370 +VariableMetric: Iteration # 113 - FCN = -716895.5930569 Edm = 11811 NCalls = 376 +VariableMetric: Iteration # 114 - FCN = -716900.129812 Edm = 1869.41 NCalls = 381 +VariableMetric: Iteration # 115 - FCN = -716911.208017 Edm = 2512.14 NCalls = 384 +VariableMetric: Iteration # 116 - FCN = -716913.8672568 Edm = 1122.07 NCalls = 388 +VariableMetric: Iteration # 117 - FCN = -716927.3179595 Edm = 5184.4 NCalls = 392 +VariableMetric: Iteration # 118 - FCN = -716933.1911883 Edm = 153.749 NCalls = 396 +VariableMetric: Iteration # 119 - FCN = -716938.9648346 Edm = 115.224 NCalls = 399 +VariableMetric: Iteration # 120 - FCN = -716948.2929947 Edm = 85.2726 NCalls = 402 +VariableMetric: Iteration # 121 - FCN = -716948.9835727 Edm = 21.8085 NCalls = 405 +VariableMetric: Iteration # 122 - FCN = -716949.5831785 Edm = 21.2762 NCalls = 407 +VariableMetric: Iteration # 123 - FCN = -716951.1163081 Edm = 10.8815 NCalls = 409 +VariableMetric: Iteration # 124 - FCN = -716951.6481654 Edm = 3.90343 NCalls = 411 +VariableMetric: Iteration # 125 - FCN = -716954.223499 Edm = 12.3012 NCalls = 413 +VariableMetric: Iteration # 126 - FCN = -716954.5427457 Edm = 1.41001 NCalls = 415 +VariableMetric: Iteration # 127 - FCN = -716954.9574274 Edm = 0.985545 NCalls = 417 +VariableMetric: Iteration # 128 - FCN = -716955.207612 Edm = 0.391049 NCalls = 419 +VariableMetric: Iteration # 129 - FCN = -716955.3254844 Edm = 0.201548 NCalls = 421 +VariableMetric: Iteration # 130 - FCN = -716955.4278003 Edm = 0.0427453 NCalls = 423 +VariableMetric: Iteration # 131 - FCN = -716955.48022 Edm = 0.010708 NCalls = 425 +VariableMetric: Iteration # 132 - FCN = -716955.4989568 Edm = 0.00289218 NCalls = 427 +VariableMetric: Iteration # 133 - FCN = -716955.5055895 Edm = 0.00227426 NCalls = 429 +VariableMetric: Iteration # 134 - FCN = -716955.5096051 Edm = 0.00279932 NCalls = 431 +VariableMetric: Iteration # 135 - FCN = -716955.5328838 Edm = 0.0173765 NCalls = 436 +VariableMetric: Iteration # 136 - FCN = -716955.5522468 Edm = 0.0387885 NCalls = 439 +VariableMetric: Iteration # 137 - FCN = -716955.5782761 Edm = 0.0404509 NCalls = 441 +VariableMetric: Iteration # 138 - FCN = -716955.607783 Edm = 0.0358568 NCalls = 444 +VariableMetric: Iteration # 139 - FCN = -716955.6770435 Edm = 0.199642 NCalls = 449 +VariableMetric: Iteration # 140 - FCN = -716955.7752809 Edm = 0.097749 NCalls = 453 +VariableMetric: Iteration # 141 - FCN = -716955.7824439 Edm = 0.0101503 NCalls = 455 +VariableMetric: Iteration # 142 - FCN = -716955.847769 Edm = 0.0471904 NCalls = 458 +VariableMetric: Iteration # 143 - FCN = -716955.9758657 Edm = 0.047326 NCalls = 461 +VariableMetric: Iteration # 144 - FCN = -716956.1175504 Edm = 0.150204 NCalls = 463 +VariableMetric: Iteration # 145 - FCN = -716956.2272555 Edm = 0.138338 NCalls = 465 +VariableMetric: Iteration # 146 - FCN = -716956.3929948 Edm = 0.0345311 NCalls = 470 +VariableMetric: Iteration # 147 - FCN = -716956.4588578 Edm = 0.0316098 NCalls = 472 +VariableMetric: Iteration # 148 - FCN = -716956.4993441 Edm = 0.0530089 NCalls = 474 +VariableMetric: Iteration # 149 - FCN = -716956.5513445 Edm = 0.0300601 NCalls = 477 +VariableMetric: Iteration # 150 - FCN = -716956.570013 Edm = 0.0175852 NCalls = 480 +VariableMetric: Iteration # 151 - FCN = -716956.5918236 Edm = 0.0102417 NCalls = 482 +VariableMetric: Iteration # 152 - FCN = -716956.6034604 Edm = 0.00784188 NCalls = 484 +VariableMetric: Iteration # 153 - FCN = -716956.6207594 Edm = 0.00904542 NCalls = 488 +VariableMetric: Iteration # 154 - FCN = -716956.6398716 Edm = 0.0161127 NCalls = 491 +VariableMetric: Iteration # 155 - FCN = -716956.6509119 Edm = 0.00744389 NCalls = 493 +VariableMetric: Iteration # 156 - FCN = -716956.6611842 Edm = 0.00200963 NCalls = 496 +VariableMetric: Iteration # 157 - FCN = -716956.6636246 Edm = 0.000460495 NCalls = 498 +VariableMetric: Iteration # 158 - FCN = -716956.6642559 Edm = 0.000264652 NCalls = 500 +VariableMetric: Iteration # 159 - FCN = -716956.6645445 Edm = 7.06691e-05 NCalls = 502 +VariableMetric: Iteration # 160 - FCN = -716956.6646321 Edm = 1.06483e-05 NCalls = 504 +VariableMetric: After Hessian - FCN = -716956.6646321 Edm = 3.45588e-05 NCalls = 885 +VariableMetric: Iteration # 161 - FCN = -716956.6646321 Edm = 3.45588e-05 NCalls = 885 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714998.572822 Edm = 1.90496 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714998.572822 Edm = 1.90496 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715722.3493721 Edm = 0.434594 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -715725.7326953 Edm = 0.494104 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -715757.0800971 Edm = 0.369781 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -715757.6468139 Edm = 0.242977 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -715771.4010308 Edm = 6.26281 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -715788.2918072 Edm = 0.616603 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -715789.1657763 Edm = 0.0990118 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -715790.2957173 Edm = 0.536934 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -715794.236017 Edm = 2.36718 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -715917.5827897 Edm = 67.8528 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -715993.2184247 Edm = 66.7317 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -716035.4246451 Edm = 3.91162 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -716039.6239399 Edm = 0.385269 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -716040.35877 Edm = 0.331647 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -716047.7492076 Edm = 4.04957 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -716056.4258639 Edm = 8.44831 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -716088.9978185 Edm = 3.67895 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -716093.697624 Edm = 0.208697 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -716093.9034451 Edm = 0.0140736 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -716093.9797605 Edm = 0.0656437 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -716113.4056379 Edm = 1.58728 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -716182.2589945 Edm = 24.1956 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -716223.073589 Edm = 21.5799 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -716256.1078903 Edm = 10.2978 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -716270.7734894 Edm = 3.199 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -716274.8634516 Edm = 0.261283 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -716275.1037521 Edm = 0.0302413 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -716275.1658714 Edm = 0.0205007 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -716275.613943 Edm = 0.349141 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -716291.8691285 Edm = 7.27908 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -716306.4927245 Edm = 6.46885 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -716328.9685904 Edm = 8.83753 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -716332.9181142 Edm = 9.47776 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -716344.7104643 Edm = 1.51653 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -716345.8582558 Edm = 0.17231 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -716346.0358748 Edm = 0.00595592 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -716346.0486619 Edm = 0.00337771 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -716346.0901612 Edm = 0.032057 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -716350.1039653 Edm = 2.53693 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -716372.3805727 Edm = 3.98605 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -716377.4439458 Edm = 0.727368 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -716379.7920713 Edm = 4.25887 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -716382.2852514 Edm = 2.12037 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -716384.6728842 Edm = 1.69042 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -716385.2880791 Edm = 0.0373689 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -716385.3098003 Edm = 0.00671865 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -716385.3178987 Edm = 0.00150932 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -716385.347985 Edm = 0.0204441 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -716385.9222977 Edm = 0.553557 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -716468.6326865 Edm = 42.2737 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -716513.9770083 Edm = 16.9445 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -716527.6272334 Edm = 3.27088 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -716530.6780373 Edm = 1.04561 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -716532.7326246 Edm = 0.704926 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -716533.6086011 Edm = 0.445162 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -716535.0219883 Edm = 2.13966 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -716537.1082324 Edm = 6.84559 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -716538.6407458 Edm = 6.45323 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -716544.3203856 Edm = 10.6348 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -716547.5370949 Edm = 7.00554 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -716554.9412262 Edm = 6.40767 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -716588.6409887 Edm = 14.1676 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -716590.4928772 Edm = 6.19982 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -716604.7520169 Edm = 17.4283 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -716628.1538173 Edm = 12.7877 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -716642.4097019 Edm = 5.98526 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -716650.9270926 Edm = 2.40677 NCalls = 227 +VariableMetric: Iteration # 68 - FCN = -716654.9381871 Edm = 0.392048 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -716655.8235218 Edm = 0.103189 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -716655.9460268 Edm = 0.00399963 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -716655.9610757 Edm = 0.0095459 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -716656.1601373 Edm = 0.196477 NCalls = 240 +VariableMetric: Iteration # 73 - FCN = -716658.9269739 Edm = 2.33199 NCalls = 246 +VariableMetric: Iteration # 74 - FCN = -716701.0597971 Edm = 4.46962 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -716706.660347 Edm = 0.44454 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -716707.0328591 Edm = 0.033703 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -716707.0697661 Edm = 0.0105315 NCalls = 256 +VariableMetric: Iteration # 78 - FCN = -716707.0790274 Edm = 0.00156781 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -716707.0826196 Edm = 0.00158159 NCalls = 260 +VariableMetric: Iteration # 80 - FCN = -716707.1017843 Edm = 0.0215777 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -716707.6831927 Edm = 0.599369 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -716707.8352556 Edm = 0.147743 NCalls = 274 +VariableMetric: Iteration # 83 - FCN = -716732.6418694 Edm = 13.8683 NCalls = 280 +VariableMetric: Iteration # 84 - FCN = -716750.0702958 Edm = 1.71176 NCalls = 284 +VariableMetric: Iteration # 85 - FCN = -716751.4171994 Edm = 0.398471 NCalls = 286 +VariableMetric: Iteration # 86 - FCN = -716751.7395838 Edm = 0.226228 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -716751.9254404 Edm = 0.116478 NCalls = 291 +VariableMetric: Iteration # 88 - FCN = -716752.2674805 Edm = 0.262603 NCalls = 294 +VariableMetric: Iteration # 89 - FCN = -716753.129239 Edm = 0.905875 NCalls = 298 +VariableMetric: Iteration # 90 - FCN = -716753.9374837 Edm = 1.12775 NCalls = 300 +VariableMetric: Iteration # 91 - FCN = -716754.5104387 Edm = 0.115146 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -716754.6891183 Edm = 0.0196948 NCalls = 304 +VariableMetric: Iteration # 93 - FCN = -716754.7144285 Edm = 0.00830286 NCalls = 306 +VariableMetric: Iteration # 94 - FCN = -716754.720825 Edm = 0.00116768 NCalls = 308 +VariableMetric: Iteration # 95 - FCN = -716754.7238529 Edm = 0.00173604 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -716754.7665744 Edm = 0.040885 NCalls = 314 +VariableMetric: Iteration # 97 - FCN = -716756.3909063 Edm = 1.03969 NCalls = 318 +VariableMetric: Iteration # 98 - FCN = -716767.8480223 Edm = 9.02472 NCalls = 322 +VariableMetric: Iteration # 99 - FCN = -716779.344615 Edm = 4.18859 NCalls = 325 +VariableMetric: Iteration # 100 - FCN = -716789.2054743 Edm = 6.18252 NCalls = 328 +VariableMetric: Iteration # 101 - FCN = -716802.3793918 Edm = 9.30236 NCalls = 333 +VariableMetric: Iteration # 102 - FCN = -716810.1286334 Edm = 14.2058 NCalls = 336 +VariableMetric: Iteration # 103 - FCN = -716818.1033394 Edm = 1.25383 NCalls = 338 +VariableMetric: Iteration # 104 - FCN = -716819.2594037 Edm = 0.243011 NCalls = 340 +VariableMetric: Iteration # 105 - FCN = -716819.5562194 Edm = 0.102738 NCalls = 342 +VariableMetric: Iteration # 106 - FCN = -716820.7371588 Edm = 2.34226 NCalls = 347 +VariableMetric: Iteration # 107 - FCN = -716820.850426 Edm = 0.838699 NCalls = 350 +VariableMetric: Iteration # 108 - FCN = -716823.3348759 Edm = 4.06065 NCalls = 357 +VariableMetric: Iteration # 109 - FCN = -716823.6480012 Edm = 0.8373 NCalls = 360 +VariableMetric: Iteration # 110 - FCN = -716826.3392618 Edm = 2.92364 NCalls = 364 +VariableMetric: Iteration # 111 - FCN = -716826.8312203 Edm = 0.356039 NCalls = 367 +VariableMetric: Iteration # 112 - FCN = -716840.4493015 Edm = 3.61808 NCalls = 372 +VariableMetric: Iteration # 113 - FCN = -716845.3795593 Edm = 3.02208 NCalls = 374 +VariableMetric: Iteration # 114 - FCN = -716846.8687498 Edm = 1.05174 NCalls = 375 +VariableMetric: Iteration # 115 - FCN = -716848.4378606 Edm = 0.670214 NCalls = 378 +VariableMetric: Iteration # 116 - FCN = -716849.7498225 Edm = 0.932664 NCalls = 381 +VariableMetric: Iteration # 117 - FCN = -716850.4040277 Edm = 0.243955 NCalls = 383 +VariableMetric: Iteration # 118 - FCN = -716850.7913526 Edm = 0.0986623 NCalls = 385 +VariableMetric: Iteration # 119 - FCN = -716850.9686145 Edm = 0.0482248 NCalls = 387 +VariableMetric: Iteration # 120 - FCN = -716851.0548951 Edm = 0.0173973 NCalls = 389 +VariableMetric: Iteration # 121 - FCN = -716851.0812656 Edm = 0.00854538 NCalls = 391 +VariableMetric: Iteration # 122 - FCN = -716851.1047137 Edm = 0.0120482 NCalls = 395 +VariableMetric: Iteration # 123 - FCN = -716851.9611422 Edm = 1.21101 NCalls = 403 +VariableMetric: Iteration # 124 - FCN = -716851.9675719 Edm = 0.137247 NCalls = 405 +VariableMetric: Iteration # 125 - FCN = -716852.1343797 Edm = 0.190927 NCalls = 407 +VariableMetric: Iteration # 126 - FCN = -716853.3424261 Edm = 0.881195 NCalls = 411 +VariableMetric: Iteration # 127 - FCN = -716855.2260404 Edm = 2.08604 NCalls = 414 +VariableMetric: Iteration # 128 - FCN = -716856.5009115 Edm = 0.297349 NCalls = 416 +VariableMetric: Iteration # 129 - FCN = -716856.7864891 Edm = 0.0582729 NCalls = 417 +VariableMetric: Iteration # 130 - FCN = -716856.8599075 Edm = 0.0112856 NCalls = 419 +VariableMetric: Iteration # 131 - FCN = -716856.8800397 Edm = 0.00770738 NCalls = 421 +VariableMetric: Iteration # 132 - FCN = -716856.8929421 Edm = 0.00284498 NCalls = 423 +VariableMetric: Iteration # 133 - FCN = -716856.8984312 Edm = 0.00196603 NCalls = 425 +VariableMetric: Iteration # 134 - FCN = -716856.9039889 Edm = 0.00237482 NCalls = 427 +VariableMetric: Iteration # 135 - FCN = -716856.9110156 Edm = 0.00880806 NCalls = 429 +VariableMetric: Iteration # 136 - FCN = -716857.0956738 Edm = 0.182177 NCalls = 434 +VariableMetric: Iteration # 137 - FCN = -716859.4319217 Edm = 1.59395 NCalls = 438 +VariableMetric: Iteration # 138 - FCN = -716863.8919988 Edm = 3.78259 NCalls = 440 +VariableMetric: Iteration # 139 - FCN = -716885.0127336 Edm = 19.8857 NCalls = 444 +VariableMetric: Iteration # 140 - FCN = -716887.3492161 Edm = 4.81205 NCalls = 447 +VariableMetric: Iteration # 141 - FCN = -716897.496444 Edm = 6.43987 NCalls = 451 +VariableMetric: Iteration # 142 - FCN = -716900.4748891 Edm = 10.4461 NCalls = 453 +VariableMetric: Iteration # 143 - FCN = -716904.0687502 Edm = 3.31213 NCalls = 455 +VariableMetric: Iteration # 144 - FCN = -716907.8142016 Edm = 0.93079 NCalls = 458 +VariableMetric: Iteration # 145 - FCN = -716909.0768924 Edm = 0.556039 NCalls = 460 +VariableMetric: Iteration # 146 - FCN = -716909.8545451 Edm = 0.159106 NCalls = 462 +VariableMetric: Iteration # 147 - FCN = -716910.0218587 Edm = 0.0363219 NCalls = 464 +VariableMetric: Iteration # 148 - FCN = -716910.0560216 Edm = 0.00668056 NCalls = 466 +VariableMetric: Iteration # 149 - FCN = -716910.0627653 Edm = 0.00198252 NCalls = 468 +VariableMetric: Iteration # 150 - FCN = -716910.0653974 Edm = 0.000659072 NCalls = 470 +VariableMetric: Iteration # 151 - FCN = -716910.0667105 Edm = 0.000436338 NCalls = 472 +VariableMetric: Iteration # 152 - FCN = -716910.0707887 Edm = 0.00398935 NCalls = 475 +VariableMetric: Iteration # 153 - FCN = -716910.1583842 Edm = 0.0842862 NCalls = 481 +VariableMetric: Iteration # 154 - FCN = -716916.6611324 Edm = 2.9674 NCalls = 486 +VariableMetric: Iteration # 155 - FCN = -716922.9793538 Edm = 0.552125 NCalls = 488 +VariableMetric: Iteration # 156 - FCN = -716923.3952323 Edm = 0.0202013 NCalls = 490 +VariableMetric: Iteration # 157 - FCN = -716923.4183188 Edm = 0.00128724 NCalls = 492 +VariableMetric: Iteration # 158 - FCN = -716923.420328 Edm = 0.000878643 NCalls = 494 +VariableMetric: Iteration # 159 - FCN = -716923.4251588 Edm = 0.00410764 NCalls = 497 +VariableMetric: Iteration # 160 - FCN = -716923.5661295 Edm = 0.116749 NCalls = 501 +VariableMetric: Iteration # 161 - FCN = -716928.1786104 Edm = 2.28398 NCalls = 505 +VariableMetric: Iteration # 162 - FCN = -716934.2792405 Edm = 0.564298 NCalls = 508 +VariableMetric: Iteration # 163 - FCN = -716935.1059645 Edm = 0.100669 NCalls = 510 +VariableMetric: Iteration # 164 - FCN = -716935.3997406 Edm = 0.0424276 NCalls = 514 +VariableMetric: Iteration # 165 - FCN = -716935.488943 Edm = 0.0250825 NCalls = 517 +VariableMetric: Iteration # 166 - FCN = -716936.074639 Edm = 0.388166 NCalls = 526 +VariableMetric: Iteration # 167 - FCN = -716936.0980937 Edm = 0.318811 NCalls = 529 +VariableMetric: Iteration # 168 - FCN = -716936.5618165 Edm = 0.17804 NCalls = 534 +VariableMetric: Iteration # 169 - FCN = -716936.7015854 Edm = 0.0177073 NCalls = 536 +VariableMetric: Iteration # 170 - FCN = -716936.716198 Edm = 0.000479985 NCalls = 538 +VariableMetric: Iteration # 171 - FCN = -716936.7166784 Edm = 3.26394e-05 NCalls = 539 +VariableMetric: After Hessian - FCN = -716936.7166784 Edm = 447.771 NCalls = 900 +VariableMetric: Iteration # 172 - FCN = -716936.7166784 Edm = 447.771 NCalls = 900 +VariableMetric: Iteration # 173 - FCN = -716941.1455964 Edm = 3.74177e+06 NCalls = 905 +VariableMetric: Iteration # 174 - FCN = -716949.773245 Edm = 48.1529 NCalls = 913 +VariableMetric: Iteration # 175 - FCN = -716953.3898759 Edm = 0.888895 NCalls = 916 +VariableMetric: Iteration # 176 - FCN = -716954.2930818 Edm = 0.200721 NCalls = 918 +VariableMetric: Iteration # 177 - FCN = -716954.5529625 Edm = 0.0320784 NCalls = 920 +VariableMetric: Iteration # 178 - FCN = -716954.6642808 Edm = 0.111705 NCalls = 923 +VariableMetric: Iteration # 179 - FCN = -716954.9186329 Edm = 0.113216 NCalls = 927 +VariableMetric: Iteration # 180 - FCN = -716955.1298078 Edm = 0.153656 NCalls = 930 +VariableMetric: Iteration # 181 - FCN = -716955.3119229 Edm = 0.239735 NCalls = 933 +VariableMetric: Iteration # 182 - FCN = -716955.5401184 Edm = 0.117161 NCalls = 935 +VariableMetric: Iteration # 183 - FCN = -716955.6567406 Edm = 0.0907369 NCalls = 936 +VariableMetric: Iteration # 184 - FCN = -716955.8077291 Edm = 0.0781283 NCalls = 939 +VariableMetric: Iteration # 185 - FCN = -716955.8841022 Edm = 0.0960034 NCalls = 942 +VariableMetric: Iteration # 186 - FCN = -716956.0486697 Edm = 0.10159 NCalls = 945 +VariableMetric: Iteration # 187 - FCN = -716956.2327597 Edm = 0.142459 NCalls = 950 +VariableMetric: Iteration # 188 - FCN = -716956.4059213 Edm = 0.0419827 NCalls = 952 +VariableMetric: Iteration # 189 - FCN = -716956.4986547 Edm = 0.0227522 NCalls = 954 +VariableMetric: Iteration # 190 - FCN = -716956.5442703 Edm = 0.014976 NCalls = 956 +VariableMetric: Iteration # 191 - FCN = -716956.5642345 Edm = 0.0496228 NCalls = 958 +VariableMetric: Iteration # 192 - FCN = -716956.6052251 Edm = 0.0248342 NCalls = 960 +VariableMetric: Iteration # 193 - FCN = -716956.6989354 Edm = 0.0316312 NCalls = 963 +VariableMetric: Iteration # 194 - FCN = -716956.7526277 Edm = 0.0283915 NCalls = 965 +VariableMetric: Iteration # 195 - FCN = -716956.8173266 Edm = 0.0297318 NCalls = 968 +VariableMetric: Iteration # 196 - FCN = -716956.8395856 Edm = 0.0168789 NCalls = 970 +VariableMetric: Iteration # 197 - FCN = -716956.863387 Edm = 0.0132163 NCalls = 973 +VariableMetric: Iteration # 198 - FCN = -716956.8920593 Edm = 0.0188199 NCalls = 975 +VariableMetric: Iteration # 199 - FCN = -716956.9367671 Edm = 0.00996918 NCalls = 978 +VariableMetric: Iteration # 200 - FCN = -716956.9470664 Edm = 0.00622772 NCalls = 980 +VariableMetric: Iteration # 201 - FCN = -716956.9540205 Edm = 0.00242141 NCalls = 982 +VariableMetric: Iteration # 202 - FCN = -716956.9614386 Edm = 0.0027839 NCalls = 984 +VariableMetric: Iteration # 203 - FCN = -716956.9734947 Edm = 0.00283584 NCalls = 986 +VariableMetric: Iteration # 204 - FCN = -716956.9821259 Edm = 0.00459427 NCalls = 988 +VariableMetric: Iteration # 205 - FCN = -716956.9884832 Edm = 0.0025641 NCalls = 991 +VariableMetric: Iteration # 206 - FCN = -716956.9917862 Edm = 0.00193908 NCalls = 993 +VariableMetric: Iteration # 207 - FCN = -716956.9957592 Edm = 0.00189554 NCalls = 995 +VariableMetric: Iteration # 208 - FCN = -716956.9980619 Edm = 0.000675924 NCalls = 997 +VariableMetric: Iteration # 209 - FCN = -716956.9988966 Edm = 0.000425713 NCalls = 999 +VariableMetric: Iteration # 210 - FCN = -716956.9997223 Edm = 0.000211231 NCalls = 1001 +VariableMetric: Iteration # 211 - FCN = -716957.0002885 Edm = 0.000194315 NCalls = 1003 +VariableMetric: Iteration # 212 - FCN = -716957.0006649 Edm = 3.72861e-05 NCalls = 1005 +VariableMetric: After Hessian - FCN = -716957.0006649 Edm = 0.000125359 NCalls = 1382 +VariableMetric: Iteration # 213 - FCN = -716957.0006649 Edm = 0.000125359 NCalls = 1382 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715449.167105 Edm = 2.40893 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715449.167105 Edm = 2.40893 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716110.8521583 Edm = 0.166051 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -716112.0945076 Edm = 0.181703 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -716202.7483468 Edm = 5.55808 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -716208.5298812 Edm = 0.0597783 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -716213.3704788 Edm = 4.73005 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -716411.9381708 Edm = 1.01891 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -716414.0099609 Edm = 0.229402 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -716414.7594976 Edm = 0.626606 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -716491.1592908 Edm = 1.97919 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -716493.6793254 Edm = 0.0393485 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -716493.7359782 Edm = 0.0150393 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -716493.8551929 Edm = 0.089073 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -716542.5809023 Edm = 17.9931 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -716578.4828345 Edm = 0.306327 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -716578.8318582 Edm = 0.0178661 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -716578.8611447 Edm = 0.00220458 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -716578.8758452 Edm = 0.0111572 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -716579.2065603 Edm = 0.32005 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -716593.1317632 Edm = 5.23628 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -716620.984408 Edm = 5.16366 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -716627.1046372 Edm = 0.858428 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -716627.7389124 Edm = 0.0364321 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -716627.7933763 Edm = 0.00708594 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -716627.8050994 Edm = 0.0024373 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -716627.8164078 Edm = 0.00919587 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -716630.7534495 Edm = 0.941311 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -716648.9946098 Edm = 11.7339 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -716670.5687915 Edm = 8.75932 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -716675.555966 Edm = 1.41439 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -716677.3986641 Edm = 0.0688509 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -716677.4788456 Edm = 0.00171488 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -716677.4854953 Edm = 0.00479058 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -716677.5524622 Edm = 0.069441 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -716678.9261574 Edm = 1.21772 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -716713.2343868 Edm = 11.1512 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -716722.3750956 Edm = 0.989083 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -716723.2382817 Edm = 0.0259106 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -716723.2615266 Edm = 0.00198774 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -716723.282439 Edm = 0.0221002 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -716724.480699 Edm = 1.1403 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -716763.7444595 Edm = 11.3642 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -716782.1137804 Edm = 2.42016 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -716783.7909972 Edm = 0.101489 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -716783.8993418 Edm = 0.0144095 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -716783.9305805 Edm = 0.00518705 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -716783.9408564 Edm = 0.00104567 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -716783.944646 Edm = 0.00246672 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -716784.1488769 Edm = 0.224967 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -716788.2987831 Edm = 0.418387 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -716798.7197886 Edm = 2.12277 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -716800.5775173 Edm = 0.72509 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -716801.2103606 Edm = 0.021179 NCalls = 169 +VariableMetric: Iteration # 53 - FCN = -716801.2309644 Edm = 0.00171881 NCalls = 170 +VariableMetric: Iteration # 54 - FCN = -716801.2337677 Edm = 0.00105349 NCalls = 172 +VariableMetric: Iteration # 55 - FCN = -716801.2491027 Edm = 0.0160272 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -716802.2848968 Edm = 0.848202 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -716818.425386 Edm = 4.64764 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -716824.9873852 Edm = 0.2578 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -716825.1925376 Edm = 0.0187137 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -716825.2099862 Edm = 0.0011491 NCalls = 192 +VariableMetric: Iteration # 61 - FCN = -716825.2124142 Edm = 0.00143298 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -716825.2456719 Edm = 0.0313015 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -716826.497959 Edm = 1.12185 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -716840.3321008 Edm = 14.1706 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -716870.0979664 Edm = 13.6663 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -716888.7280142 Edm = 2.10445 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -716891.0295578 Edm = 0.321526 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -716891.447824 Edm = 0.0425468 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -716891.4936635 Edm = 0.00385322 NCalls = 220 +VariableMetric: Iteration # 70 - FCN = -716891.4986592 Edm = 0.00106588 NCalls = 222 +VariableMetric: Iteration # 71 - FCN = -716891.501456 Edm = 0.00132984 NCalls = 224 +VariableMetric: Iteration # 72 - FCN = -716891.5135047 Edm = 0.00976843 NCalls = 227 +VariableMetric: Iteration # 73 - FCN = -716892.3424039 Edm = 0.618083 NCalls = 232 +VariableMetric: Iteration # 74 - FCN = -716896.2771209 Edm = 2.57945 NCalls = 235 +VariableMetric: Iteration # 75 - FCN = -716906.5298821 Edm = 5.08576 NCalls = 237 +VariableMetric: Iteration # 76 - FCN = -716913.0199269 Edm = 2.14305 NCalls = 240 +VariableMetric: Iteration # 77 - FCN = -716914.572242 Edm = 0.126607 NCalls = 242 +VariableMetric: Iteration # 78 - FCN = -716914.6622754 Edm = 0.00738379 NCalls = 244 +VariableMetric: Iteration # 79 - FCN = -716914.668004 Edm = 0.000503833 NCalls = 246 +VariableMetric: Iteration # 80 - FCN = -716914.6686678 Edm = 0.000347311 NCalls = 248 +VariableMetric: Iteration # 81 - FCN = -716914.6767479 Edm = 0.0068212 NCalls = 252 +VariableMetric: Iteration # 82 - FCN = -716915.0717256 Edm = 0.319834 NCalls = 257 +VariableMetric: Iteration # 83 - FCN = -716925.7428594 Edm = 4.14803 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -716934.1106025 Edm = 0.383876 NCalls = 263 +VariableMetric: Iteration # 85 - FCN = -716934.5381141 Edm = 0.046393 NCalls = 264 +VariableMetric: Iteration # 86 - FCN = -716934.6061501 Edm = 0.0131517 NCalls = 266 +VariableMetric: Iteration # 87 - FCN = -716934.6322259 Edm = 0.00168988 NCalls = 268 +VariableMetric: Iteration # 88 - FCN = -716934.6343917 Edm = 0.000146168 NCalls = 270 +VariableMetric: Iteration # 89 - FCN = -716934.6355501 Edm = 0.000880253 NCalls = 273 +VariableMetric: Iteration # 90 - FCN = -716934.6721014 Edm = 0.0293706 NCalls = 277 +VariableMetric: Iteration # 91 - FCN = -716935.8890519 Edm = 0.54539 NCalls = 281 +VariableMetric: Iteration # 92 - FCN = -716937.1858131 Edm = 0.04698 NCalls = 283 +VariableMetric: Iteration # 93 - FCN = -716937.2440651 Edm = 0.00545745 NCalls = 285 +VariableMetric: Iteration # 94 - FCN = -716937.2524219 Edm = 0.000385895 NCalls = 287 +VariableMetric: Iteration # 95 - FCN = -716937.2528996 Edm = 1.64161e-05 NCalls = 289 +VariableMetric: After Hessian - FCN = -716937.2528996 Edm = 0.846717 NCalls = 658 +VariableMetric: Iteration # 96 - FCN = -716937.2528996 Edm = 0.846717 NCalls = 658 +VariableMetric: Iteration # 97 - FCN = -716937.3611226 Edm = 1.8848 NCalls = 660 +VariableMetric: Iteration # 98 - FCN = -716937.7550782 Edm = 0.154474 NCalls = 665 +VariableMetric: Iteration # 99 - FCN = -716937.7768264 Edm = 0.0116494 NCalls = 667 +VariableMetric: Iteration # 100 - FCN = -716937.7770271 Edm = 10.8438 NCalls = 670 +VariableMetric: Iteration # 101 - FCN = -716937.7779755 Edm = 53.1723 NCalls = 674 +VariableMetric: Iteration # 102 - FCN = -716937.7821404 Edm = 165.178 NCalls = 677 +VariableMetric: Iteration # 103 - FCN = -716937.783388 Edm = 4.54452 NCalls = 681 +VariableMetric: Iteration # 104 - FCN = -716937.7864346 Edm = 25.9983 NCalls = 684 +VariableMetric: Iteration # 105 - FCN = -716937.8666186 Edm = 101.839 NCalls = 686 +VariableMetric: Iteration # 106 - FCN = -716937.9535638 Edm = 205.644 NCalls = 688 +VariableMetric: Iteration # 107 - FCN = -716938.1542489 Edm = 2.12039 NCalls = 690 +VariableMetric: Iteration # 108 - FCN = -716938.2822759 Edm = 150.196 NCalls = 692 +VariableMetric: Iteration # 109 - FCN = -716938.2830818 Edm = 35.3146 NCalls = 694 +VariableMetric: Iteration # 110 - FCN = -716938.2969065 Edm = 0.42301 NCalls = 697 +VariableMetric: Iteration # 111 - FCN = -716938.4330072 Edm = 1.86663 NCalls = 699 +VariableMetric: Iteration # 112 - FCN = -716938.4760615 Edm = 1.04544 NCalls = 701 +VariableMetric: Iteration # 113 - FCN = -716938.5145095 Edm = 0.342279 NCalls = 703 +VariableMetric: Iteration # 114 - FCN = -716938.544155 Edm = 0.259537 NCalls = 705 +VariableMetric: Iteration # 115 - FCN = -716938.5605734 Edm = 0.0519471 NCalls = 707 +VariableMetric: Iteration # 116 - FCN = -716938.563984 Edm = 0.0577685 NCalls = 709 +VariableMetric: Iteration # 117 - FCN = -716938.5760567 Edm = 0.103338 NCalls = 711 +VariableMetric: Iteration # 118 - FCN = -716938.6024019 Edm = 0.0381468 NCalls = 713 +VariableMetric: Iteration # 119 - FCN = -716938.6150232 Edm = 0.158762 NCalls = 714 +VariableMetric: Iteration # 120 - FCN = -716938.6705714 Edm = 0.0640733 NCalls = 716 +VariableMetric: Iteration # 121 - FCN = -716938.7905422 Edm = 0.0494807 NCalls = 721 +VariableMetric: Iteration # 122 - FCN = -716938.8490774 Edm = 0.0771107 NCalls = 724 +VariableMetric: Iteration # 123 - FCN = -716938.9685795 Edm = 0.0720572 NCalls = 730 +VariableMetric: Iteration # 124 - FCN = -716938.989507 Edm = 0.0686071 NCalls = 733 +VariableMetric: Iteration # 125 - FCN = -716939.0195121 Edm = 0.0488826 NCalls = 735 +VariableMetric: Iteration # 126 - FCN = -716939.0591106 Edm = 0.00251666 NCalls = 737 +VariableMetric: Iteration # 127 - FCN = -716939.061459 Edm = 0.000521142 NCalls = 739 +VariableMetric: Iteration # 128 - FCN = -716939.0619964 Edm = 0.000220378 NCalls = 741 +VariableMetric: Iteration # 129 - FCN = -716939.0626333 Edm = 0.000213807 NCalls = 743 +VariableMetric: Iteration # 130 - FCN = -716939.0632444 Edm = 0.000128651 NCalls = 745 +VariableMetric: Iteration # 131 - FCN = -716939.0634401 Edm = 2.93898e-06 NCalls = 747 +VariableMetric: After Hessian - FCN = -716939.0634401 Edm = 3.11361e-06 NCalls = 1122 +VariableMetric: Iteration # 132 - FCN = -716939.0634401 Edm = 3.11361e-06 NCalls = 1122 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713552.7285676 Edm = 2.30057 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713552.7285676 Edm = 2.30057 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715224.1135855 Edm = 0.024823 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -715224.6122317 Edm = 0.0227616 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -715260.3797351 Edm = 0.0186071 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -715277.7083036 Edm = 0.138845 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -715277.9352317 Edm = 0.105856 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -715307.1464841 Edm = 21.7952 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -715374.6479394 Edm = 0.9967 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -715376.6334878 Edm = 0.351868 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -715423.5220003 Edm = 47.134 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -715574.4179391 Edm = 47.0246 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -715613.3006151 Edm = 14.8397 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -715626.0742232 Edm = 0.0773563 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -715626.1782379 Edm = 0.00621042 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -715626.2177528 Edm = 0.0323 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -715664.6852573 Edm = 14.8277 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -715734.0142362 Edm = 3.38687 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -715738.7290641 Edm = 0.0856325 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -715738.8256629 Edm = 0.0320204 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -715738.8707664 Edm = 0.0144185 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -715738.8982935 Edm = 0.00811108 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -715739.1252488 Edm = 0.217385 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -715775.4512434 Edm = 25.1341 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -715806.1986892 Edm = 4.28462 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -715810.7603039 Edm = 0.321821 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -715811.1401956 Edm = 0.0351151 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -715811.1885074 Edm = 0.0038063 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -715811.1985702 Edm = 0.00723774 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -715811.5389503 Edm = 0.320304 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -715842.7079789 Edm = 31.5985 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -715855.5965038 Edm = 11.5377 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -715971.0357026 Edm = 102.175 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -716156.2719806 Edm = 128.649 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -716202.4568569 Edm = 11.9476 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -716217.0548033 Edm = 3.54227 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -716223.0952793 Edm = 3.51737 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -716226.9695408 Edm = 4.7182 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -716228.6618802 Edm = 0.963448 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -716230.4027026 Edm = 0.121715 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -716230.528045 Edm = 0.01859 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -716230.6504234 Edm = 0.105204 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -716231.2586999 Edm = 0.610566 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -716235.9594748 Edm = 6.32318 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -716237.6637693 Edm = 1.65058 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -716258.7743898 Edm = 17.6284 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -716323.622298 Edm = 7.91091 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -716329.1719829 Edm = 3.74842 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -716332.7565755 Edm = 0.617957 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -716333.6574583 Edm = 0.087998 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -716333.7874857 Edm = 0.0114764 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -716333.8069358 Edm = 0.00742805 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -716333.9782805 Edm = 0.141568 NCalls = 166 +VariableMetric: Iteration # 52 - FCN = -716337.2965355 Edm = 3.52954 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -716371.2592677 Edm = 37.4422 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -716380.5147403 Edm = 8.67358 NCalls = 185 +VariableMetric: Iteration # 55 - FCN = -716392.0411929 Edm = 9.18964 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -716439.7498699 Edm = 67.7087 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -716487.2349483 Edm = 42.4186 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -716581.0848805 Edm = 52.5134 NCalls = 205 +VariableMetric: Iteration # 59 - FCN = -716607.1297488 Edm = 19.1407 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -716641.3704781 Edm = 13.1888 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -716661.5308538 Edm = 10.4014 NCalls = 211 +VariableMetric: Iteration # 62 - FCN = -716669.4459653 Edm = 1.67053 NCalls = 213 +VariableMetric: Iteration # 63 - FCN = -716674.6318165 Edm = 3.03773 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -716679.4552701 Edm = 3.64329 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -716681.9646993 Edm = 5.78443 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -716685.519886 Edm = 1.98143 NCalls = 222 +VariableMetric: Iteration # 67 - FCN = -716688.8362183 Edm = 0.183382 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -716689.0306932 Edm = 0.0188849 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -716689.0879507 Edm = 0.02919 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -716689.1960191 Edm = 0.0242732 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -716689.3804462 Edm = 0.204028 NCalls = 234 +VariableMetric: Iteration # 72 - FCN = -716691.6261891 Edm = 2.21988 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -716691.7660873 Edm = 0.0892171 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -716694.4915733 Edm = 2.61053 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -716707.5990185 Edm = 9.51729 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -716724.9376456 Edm = 18.0985 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -716738.6198524 Edm = 23.9787 NCalls = 257 +VariableMetric: Iteration # 78 - FCN = -716762.2252549 Edm = 21.6208 NCalls = 261 +VariableMetric: Iteration # 79 - FCN = -716773.4611304 Edm = 25.8897 NCalls = 264 +VariableMetric: Iteration # 80 - FCN = -716797.1806385 Edm = 12.2772 NCalls = 268 +VariableMetric: Iteration # 81 - FCN = -716804.1133979 Edm = 3.72244 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -716806.8581439 Edm = 0.414567 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -716807.3408903 Edm = 0.115349 NCalls = 273 +VariableMetric: Iteration # 84 - FCN = -716807.7702001 Edm = 0.261468 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -716814.2038866 Edm = 6.79223 NCalls = 281 +VariableMetric: Iteration # 86 - FCN = -716815.6431431 Edm = 6.98241 NCalls = 284 +VariableMetric: Iteration # 87 - FCN = -716828.5588328 Edm = 6.61988 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -716833.4903307 Edm = 0.593031 NCalls = 291 +VariableMetric: Iteration # 89 - FCN = -716834.2890413 Edm = 0.0776627 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -716834.3872978 Edm = 0.0129139 NCalls = 295 +VariableMetric: Iteration # 91 - FCN = -716834.4041656 Edm = 0.00320781 NCalls = 297 +VariableMetric: Iteration # 92 - FCN = -716834.4085505 Edm = 0.00142621 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -716834.4197208 Edm = 0.0103884 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -716835.4911065 Edm = 0.661255 NCalls = 309 +VariableMetric: Iteration # 95 - FCN = -716848.8420675 Edm = 8.67135 NCalls = 313 +VariableMetric: Iteration # 96 - FCN = -716866.0480382 Edm = 7.17568 NCalls = 316 +VariableMetric: Iteration # 97 - FCN = -716870.1348728 Edm = 0.383258 NCalls = 318 +VariableMetric: Iteration # 98 - FCN = -716870.4846292 Edm = 0.0664489 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -716870.5617285 Edm = 0.00864786 NCalls = 321 +VariableMetric: Iteration # 100 - FCN = -716870.5747739 Edm = 0.00226962 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -716870.5792889 Edm = 0.00130055 NCalls = 325 +VariableMetric: Iteration # 102 - FCN = -716870.5837721 Edm = 0.00294071 NCalls = 327 +VariableMetric: Iteration # 103 - FCN = -716870.6355783 Edm = 0.0510025 NCalls = 331 +VariableMetric: Iteration # 104 - FCN = -716871.1323452 Edm = 0.454995 NCalls = 337 +VariableMetric: Iteration # 105 - FCN = -716882.1556686 Edm = 9.13342 NCalls = 342 +VariableMetric: Iteration # 106 - FCN = -716885.8115937 Edm = 3.78999 NCalls = 344 +VariableMetric: Iteration # 107 - FCN = -716889.9939996 Edm = 0.235845 NCalls = 346 +VariableMetric: Iteration # 108 - FCN = -716890.2112621 Edm = 0.0155548 NCalls = 347 +VariableMetric: Iteration # 109 - FCN = -716890.2310877 Edm = 0.00200454 NCalls = 349 +VariableMetric: Iteration # 110 - FCN = -716890.2336289 Edm = 0.000728495 NCalls = 351 +VariableMetric: Iteration # 111 - FCN = -716890.2353874 Edm = 0.000817268 NCalls = 353 +VariableMetric: Iteration # 112 - FCN = -716890.2398322 Edm = 0.00357229 NCalls = 356 +VariableMetric: Iteration # 113 - FCN = -716890.3036177 Edm = 0.0682627 NCalls = 360 +VariableMetric: Iteration # 114 - FCN = -716893.0420521 Edm = 1.8474 NCalls = 367 +VariableMetric: Iteration # 115 - FCN = -716898.8025478 Edm = 0.574863 NCalls = 369 +VariableMetric: Iteration # 116 - FCN = -716899.5693101 Edm = 0.246478 NCalls = 371 +VariableMetric: Iteration # 117 - FCN = -716900.8687873 Edm = 0.658346 NCalls = 375 +VariableMetric: Iteration # 118 - FCN = -716901.9762347 Edm = 4.55022 NCalls = 377 +VariableMetric: Iteration # 119 - FCN = -716903.2708769 Edm = 1.98996 NCalls = 380 +VariableMetric: Iteration # 120 - FCN = -716904.5060259 Edm = 0.251482 NCalls = 382 +VariableMetric: Iteration # 121 - FCN = -716904.7933472 Edm = 0.0158016 NCalls = 384 +VariableMetric: Iteration # 122 - FCN = -716904.8102121 Edm = 0.000662374 NCalls = 386 +VariableMetric: Iteration # 123 - FCN = -716904.8111097 Edm = 0.000191655 NCalls = 388 +VariableMetric: Iteration # 124 - FCN = -716904.8157568 Edm = 0.00412207 NCalls = 392 +VariableMetric: Iteration # 125 - FCN = -716905.0979212 Edm = 0.264155 NCalls = 397 +VariableMetric: Iteration # 126 - FCN = -716913.7609698 Edm = 1.54297 NCalls = 401 +VariableMetric: Iteration # 127 - FCN = -716916.0225131 Edm = 0.0433998 NCalls = 403 +VariableMetric: Iteration # 128 - FCN = -716916.0736323 Edm = 0.000969127 NCalls = 405 +VariableMetric: Iteration # 129 - FCN = -716916.0745105 Edm = 4.08162e-05 NCalls = 407 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709480.4953142 Edm = 21.8325 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709480.4953142 Edm = 21.8325 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714871.857316 Edm = 0.0586751 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714875.0917944 Edm = 0.0438155 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714877.7843284 Edm = 2.54324 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -714966.2021839 Edm = 0.173279 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -714967.1727754 Edm = 0.818528 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -714995.2834751 Edm = 17.9624 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -715096.2343388 Edm = 49.6213 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -715138.9012077 Edm = 3.19548 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -715144.6920549 Edm = 0.53396 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -715145.2241117 Edm = 0.0207673 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -715145.2726937 Edm = 0.0210236 NCalls = 38 +VariableMetric: Iteration # 12 - FCN = -715148.7667146 Edm = 3.73104 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -715161.0379256 Edm = 9.58939 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -715254.6061405 Edm = 6.86744 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -715265.2829123 Edm = 2.0382 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -715269.8283607 Edm = 2.71013 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -715272.3645986 Edm = 1.03259 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -715273.8174822 Edm = 0.662001 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -715279.4353224 Edm = 4.02001 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -715279.4937402 Edm = 0.262521 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -715281.4796192 Edm = 2.03995 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -715293.1344339 Edm = 14.085 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -715311.5995985 Edm = 0.934913 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -715312.4469574 Edm = 1.77019 NCalls = 93 +VariableMetric: Iteration # 25 - FCN = -715313.784582 Edm = 0.70979 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -715315.2558595 Edm = 0.111786 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -715315.3731834 Edm = 0.0335387 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -715316.8524168 Edm = 1.3886 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -715348.26001 Edm = 1.81294 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -715350.4635212 Edm = 0.581941 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -715356.2242989 Edm = 5.18055 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -715356.3251176 Edm = 0.272561 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -715358.4135319 Edm = 2.23208 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -715373.3580985 Edm = 3.46381 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -715375.3504656 Edm = 0.516784 NCalls = 130 +VariableMetric: Iteration # 36 - FCN = -715375.8960805 Edm = 0.0524546 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -715376.0951983 Edm = 0.169444 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -715386.4732357 Edm = 7.15913 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -715422.4033435 Edm = 2.02211 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -715424.2355627 Edm = 0.225644 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -715424.5864799 Edm = 0.0955433 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -715424.8203129 Edm = 0.0353612 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -715424.8675296 Edm = 0.0184449 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -715424.9242124 Edm = 0.0223613 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -715425.1846382 Edm = 0.122067 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -715425.7239366 Edm = 0.682858 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -715425.9080606 Edm = 0.289164 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -715427.6643333 Edm = 1.66673 NCalls = 168 +VariableMetric: Iteration # 49 - FCN = -715431.8751963 Edm = 4.24271 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -715449.7180914 Edm = 1.22699 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -715452.5358059 Edm = 0.707162 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -715453.0458751 Edm = 0.409667 NCalls = 182 +VariableMetric: Iteration # 53 - FCN = -715453.3446499 Edm = 0.0134858 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -715453.3672125 Edm = 0.00372915 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -715453.4020803 Edm = 0.0256298 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -715453.7914421 Edm = 0.246289 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -715462.8691984 Edm = 7.72708 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -715503.9198686 Edm = 55.5547 NCalls = 207 +VariableMetric: Iteration # 59 - FCN = -715534.6146147 Edm = 45.1738 NCalls = 211 +VariableMetric: Iteration # 60 - FCN = -715631.5947857 Edm = 84.4207 NCalls = 216 +VariableMetric: Iteration # 61 - FCN = -715662.3790206 Edm = 47.0622 NCalls = 221 +VariableMetric: Iteration # 62 - FCN = -715828.7678761 Edm = 26.1247 NCalls = 227 +VariableMetric: Iteration # 63 - FCN = -715851.3141966 Edm = 57.506 NCalls = 229 +VariableMetric: Iteration # 64 - FCN = -715910.7338736 Edm = 27.5679 NCalls = 232 +VariableMetric: Iteration # 65 - FCN = -715936.0305335 Edm = 25.2001 NCalls = 235 +VariableMetric: Iteration # 66 - FCN = -715970.6723071 Edm = 24.7059 NCalls = 237 +VariableMetric: Iteration # 67 - FCN = -715989.1516218 Edm = 10.0721 NCalls = 239 +VariableMetric: Iteration # 68 - FCN = -716001.9041879 Edm = 8.21857 NCalls = 241 +VariableMetric: Iteration # 69 - FCN = -716040.0984711 Edm = 8.4245 NCalls = 245 +VariableMetric: Iteration # 70 - FCN = -716054.725108 Edm = 25.3535 NCalls = 247 +VariableMetric: Iteration # 71 - FCN = -716059.4492599 Edm = 10.44 NCalls = 249 +VariableMetric: Iteration # 72 - FCN = -716109.5228026 Edm = 34.5676 NCalls = 254 +VariableMetric: Iteration # 73 - FCN = -716159.5246513 Edm = 37.7158 NCalls = 257 +VariableMetric: Iteration # 74 - FCN = -716181.6282427 Edm = 32.6987 NCalls = 259 +VariableMetric: Iteration # 75 - FCN = -716217.3033796 Edm = 1.81982 NCalls = 261 +VariableMetric: Iteration # 76 - FCN = -716218.8951869 Edm = 0.307743 NCalls = 263 +VariableMetric: Iteration # 77 - FCN = -716219.2257261 Edm = 0.0517861 NCalls = 265 +VariableMetric: Iteration # 78 - FCN = -716219.3140657 Edm = 0.0229728 NCalls = 267 +VariableMetric: Iteration # 79 - FCN = -716219.5646576 Edm = 0.146427 NCalls = 270 +VariableMetric: Iteration # 80 - FCN = -716220.5657482 Edm = 0.200882 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -716221.8596921 Edm = 1.07634 NCalls = 277 +VariableMetric: Iteration # 82 - FCN = -716233.6189983 Edm = 10.1203 NCalls = 283 +VariableMetric: Iteration # 83 - FCN = -716343.3140833 Edm = 82.1012 NCalls = 287 +VariableMetric: Iteration # 84 - FCN = -716442.4084703 Edm = 99.6715 NCalls = 289 +VariableMetric: Iteration # 85 - FCN = -716586.9309799 Edm = 127.516 NCalls = 293 +VariableMetric: Iteration # 86 - FCN = -716615.8664287 Edm = 24.4221 NCalls = 295 +VariableMetric: Iteration # 87 - FCN = -716648.5690827 Edm = 1.48113 NCalls = 297 +VariableMetric: Iteration # 88 - FCN = -716649.9546889 Edm = 0.153215 NCalls = 299 +VariableMetric: Iteration # 89 - FCN = -716650.4707713 Edm = 0.118806 NCalls = 301 +VariableMetric: Iteration # 90 - FCN = -716650.8247929 Edm = 0.0583089 NCalls = 304 +VariableMetric: Iteration # 91 - FCN = -716650.8866417 Edm = 0.0097118 NCalls = 306 +VariableMetric: Iteration # 92 - FCN = -716650.9452936 Edm = 0.0196079 NCalls = 309 +VariableMetric: Iteration # 93 - FCN = -716650.9890001 Edm = 0.0146042 NCalls = 311 +VariableMetric: Iteration # 94 - FCN = -716651.1169569 Edm = 0.0969995 NCalls = 314 +VariableMetric: Iteration # 95 - FCN = -716655.1185931 Edm = 4.52965 NCalls = 319 +VariableMetric: Iteration # 96 - FCN = -716659.445855 Edm = 4.57602 NCalls = 325 +VariableMetric: Iteration # 97 - FCN = -716676.6635248 Edm = 15.9139 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -716696.4304923 Edm = 33.4134 NCalls = 335 +VariableMetric: Iteration # 99 - FCN = -716732.0409833 Edm = 20.9575 NCalls = 338 +VariableMetric: Iteration # 100 - FCN = -716741.991824 Edm = 3.2623 NCalls = 340 +VariableMetric: Iteration # 101 - FCN = -716745.5177627 Edm = 0.232008 NCalls = 341 +VariableMetric: Iteration # 102 - FCN = -716745.7418236 Edm = 0.0283137 NCalls = 343 +VariableMetric: Iteration # 103 - FCN = -716745.8113691 Edm = 0.0375062 NCalls = 345 +VariableMetric: Iteration # 104 - FCN = -716745.8739283 Edm = 0.0190787 NCalls = 348 +VariableMetric: Iteration # 105 - FCN = -716745.9097106 Edm = 0.00553131 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -716745.9217248 Edm = 0.00236323 NCalls = 352 +VariableMetric: Iteration # 107 - FCN = -716745.9261811 Edm = 0.00152595 NCalls = 354 +VariableMetric: Iteration # 108 - FCN = -716745.9384812 Edm = 0.00766451 NCalls = 357 +VariableMetric: Iteration # 109 - FCN = -716747.4954951 Edm = 1.3001 NCalls = 365 +VariableMetric: Iteration # 110 - FCN = -716747.5137878 Edm = 0.0235637 NCalls = 367 +VariableMetric: Iteration # 111 - FCN = -716747.5400649 Edm = 0.0167963 NCalls = 369 +VariableMetric: Iteration # 112 - FCN = -716748.0808482 Edm = 0.19956 NCalls = 375 +VariableMetric: Iteration # 113 - FCN = -716748.3653853 Edm = 0.180159 NCalls = 378 +VariableMetric: Iteration # 114 - FCN = -716748.5355394 Edm = 0.10238 NCalls = 380 +VariableMetric: Iteration # 115 - FCN = -716750.4663034 Edm = 1.50622 NCalls = 384 +VariableMetric: Iteration # 116 - FCN = -716753.9165332 Edm = 3.01689 NCalls = 386 +VariableMetric: Iteration # 117 - FCN = -716760.9599676 Edm = 3.74555 NCalls = 390 +VariableMetric: Iteration # 118 - FCN = -716771.067612 Edm = 0.925349 NCalls = 393 +VariableMetric: Iteration # 119 - FCN = -716772.3754972 Edm = 0.254144 NCalls = 396 +VariableMetric: Iteration # 120 - FCN = -716772.6362307 Edm = 0.043392 NCalls = 397 +VariableMetric: Iteration # 121 - FCN = -716772.7116953 Edm = 0.0249409 NCalls = 400 +VariableMetric: Iteration # 122 - FCN = -716772.7699427 Edm = 0.016213 NCalls = 402 +VariableMetric: Iteration # 123 - FCN = -716772.8239017 Edm = 0.0267904 NCalls = 405 +VariableMetric: Iteration # 124 - FCN = -716772.8647663 Edm = 0.0105906 NCalls = 408 +VariableMetric: Iteration # 125 - FCN = -716772.8737372 Edm = 0.00508376 NCalls = 410 +VariableMetric: Iteration # 126 - FCN = -716772.8779559 Edm = 0.000451406 NCalls = 412 +VariableMetric: Iteration # 127 - FCN = -716772.8786742 Edm = 0.000179201 NCalls = 414 +VariableMetric: Iteration # 128 - FCN = -716772.880132 Edm = 0.0011921 NCalls = 417 +VariableMetric: Iteration # 129 - FCN = -716772.9778323 Edm = 0.091381 NCalls = 422 +VariableMetric: Iteration # 130 - FCN = -716775.2744117 Edm = 0.727181 NCalls = 426 +VariableMetric: Iteration # 131 - FCN = -716776.804191 Edm = 0.0255757 NCalls = 428 +VariableMetric: Iteration # 132 - FCN = -716776.8473576 Edm = 0.0228237 NCalls = 431 +VariableMetric: Iteration # 133 - FCN = -716776.8684816 Edm = 0.0284032 NCalls = 433 +VariableMetric: Iteration # 134 - FCN = -716776.9040766 Edm = 0.0146783 NCalls = 439 +VariableMetric: Iteration # 135 - FCN = -716776.9217368 Edm = 0.00140423 NCalls = 441 +VariableMetric: Iteration # 136 - FCN = -716776.9229306 Edm = 0.000780478 NCalls = 443 +VariableMetric: Iteration # 137 - FCN = -716776.923518 Edm = 0.000105448 NCalls = 445 +VariableMetric: Iteration # 138 - FCN = -716776.9244657 Edm = 0.000718911 NCalls = 448 +VariableMetric: Iteration # 139 - FCN = -716777.043992 Edm = 0.130674 NCalls = 454 +VariableMetric: Iteration # 140 - FCN = -716777.0469251 Edm = 0.00244028 NCalls = 456 +VariableMetric: Iteration # 141 - FCN = -716777.0672581 Edm = 0.035725 NCalls = 460 +VariableMetric: Iteration # 142 - FCN = -716777.1172988 Edm = 0.0429177 NCalls = 465 +VariableMetric: Iteration # 143 - FCN = -716779.0638164 Edm = 0.138185 NCalls = 469 +VariableMetric: Iteration # 144 - FCN = -716779.3304144 Edm = 0.108109 NCalls = 471 +VariableMetric: Iteration # 145 - FCN = -716779.4195726 Edm = 0.497809 NCalls = 473 +VariableMetric: Iteration # 146 - FCN = -716779.4729416 Edm = 0.00341553 NCalls = 475 +VariableMetric: Iteration # 147 - FCN = -716779.4766143 Edm = 0.000331038 NCalls = 477 +VariableMetric: Iteration # 148 - FCN = -716779.4770511 Edm = 5.42507e-05 NCalls = 479 +VariableMetric: Iteration # 149 - FCN = -716779.4771381 Edm = 4.29169e-05 NCalls = 481 +VariableMetric: After Hessian - FCN = -716779.4771381 Edm = 665551 NCalls = 848 +VariableMetric: Iteration # 150 - FCN = -716779.4771381 Edm = 665551 NCalls = 848 +VariableMetric: Iteration # 151 - FCN = -716816.2549005 Edm = 53518.2 NCalls = 859 +VariableMetric: Iteration # 152 - FCN = -716818.5517839 Edm = 8.97059 NCalls = 862 +VariableMetric: Iteration # 153 - FCN = -716826.6859789 Edm = 0.165466 NCalls = 864 +VariableMetric: Iteration # 154 - FCN = -716827.0743786 Edm = 0.105131 NCalls = 866 +VariableMetric: Iteration # 155 - FCN = -716827.3936448 Edm = 0.0775673 NCalls = 868 +VariableMetric: Iteration # 156 - FCN = -716828.1422714 Edm = 0.167921 NCalls = 872 +VariableMetric: Iteration # 157 - FCN = -716828.4351615 Edm = 0.210791 NCalls = 875 +VariableMetric: Iteration # 158 - FCN = -716828.6452021 Edm = 0.0701316 NCalls = 877 +VariableMetric: Iteration # 159 - FCN = -716828.7752692 Edm = 0.0120881 NCalls = 879 +VariableMetric: Iteration # 160 - FCN = -716828.7950561 Edm = 0.00784363 NCalls = 881 +VariableMetric: Iteration # 161 - FCN = -716828.843392 Edm = 0.0196933 NCalls = 884 +VariableMetric: Iteration # 162 - FCN = -716828.9042346 Edm = 0.0335471 NCalls = 886 +VariableMetric: Iteration # 163 - FCN = -716829.1629633 Edm = 0.111591 NCalls = 890 +VariableMetric: Iteration # 164 - FCN = -716829.1920192 Edm = 0.0387059 NCalls = 892 +VariableMetric: Iteration # 165 - FCN = -716829.3666144 Edm = 0.0856411 NCalls = 895 +VariableMetric: Iteration # 166 - FCN = -716829.9634881 Edm = 0.813918 NCalls = 900 +VariableMetric: Iteration # 167 - FCN = -716830.5058024 Edm = 1.41757 NCalls = 903 +VariableMetric: Iteration # 168 - FCN = -716830.6742981 Edm = 0.251029 NCalls = 906 +VariableMetric: Iteration # 169 - FCN = -716831.0980299 Edm = 0.290236 NCalls = 910 +VariableMetric: Iteration # 170 - FCN = -716831.6988978 Edm = 0.267738 NCalls = 912 +VariableMetric: Iteration # 171 - FCN = -716832.1341807 Edm = 0.209405 NCalls = 915 +VariableMetric: Iteration # 172 - FCN = -716832.2831745 Edm = 0.185804 NCalls = 917 +VariableMetric: Iteration # 173 - FCN = -716832.6224323 Edm = 0.0886224 NCalls = 921 +VariableMetric: Iteration # 174 - FCN = -716832.7890107 Edm = 0.0659388 NCalls = 923 +VariableMetric: Iteration # 175 - FCN = -716832.982018 Edm = 0.0562426 NCalls = 925 +VariableMetric: Iteration # 176 - FCN = -716833.0257288 Edm = 0.04754 NCalls = 927 +VariableMetric: Iteration # 177 - FCN = -716833.0700504 Edm = 0.0106619 NCalls = 929 +VariableMetric: Iteration # 178 - FCN = -716833.1033398 Edm = 0.0106743 NCalls = 931 +VariableMetric: Iteration # 179 - FCN = -716833.1178737 Edm = 0.00358487 NCalls = 933 +VariableMetric: Iteration # 180 - FCN = -716833.1252184 Edm = 0.00378071 NCalls = 936 +VariableMetric: Iteration # 181 - FCN = -716833.1418468 Edm = 0.00351718 NCalls = 939 +VariableMetric: Iteration # 182 - FCN = -716833.149957 Edm = 0.00359202 NCalls = 941 +VariableMetric: Iteration # 183 - FCN = -716833.1602363 Edm = 0.00254322 NCalls = 943 +VariableMetric: Iteration # 184 - FCN = -716833.1626535 Edm = 0.000365246 NCalls = 945 +VariableMetric: Iteration # 185 - FCN = -716833.1636876 Edm = 0.000189794 NCalls = 947 +VariableMetric: Iteration # 186 - FCN = -716833.1639912 Edm = 7.31672e-05 NCalls = 949 +VariableMetric: After Hessian - FCN = -716833.1639912 Edm = 0.000438894 NCalls = 1326 +VariableMetric: Iteration # 187 - FCN = -716833.1639912 Edm = 0.000438894 NCalls = 1326 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712482.7976207 Edm = 2.31587 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712482.7976207 Edm = 2.31587 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716212.752723 Edm = 0.211462 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716493.5276704 Edm = 0.544631 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -716493.7095721 Edm = 0.451337 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -716544.3186775 Edm = 1.76762 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -716545.8939826 Edm = 0.0455817 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -716548.2678297 Edm = 1.67712 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -716553.4226763 Edm = 0.0572761 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -716553.525876 Edm = 0.0423096 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -716617.3743136 Edm = 10.5447 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -716679.6289612 Edm = 13.6202 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -716694.6284728 Edm = 0.123049 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -716694.7864035 Edm = 0.0560031 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -716709.0171351 Edm = 10.0938 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -716750.3055529 Edm = 2.04462 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -716753.4011506 Edm = 0.751521 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -716755.9655703 Edm = 1.21143 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -716758.6262669 Edm = 1.77858 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -716759.3693282 Edm = 0.582678 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -716759.930994 Edm = 0.0271429 NCalls = 64 +VariableMetric: Iteration # 20 - FCN = -716759.9611161 Edm = 0.00701566 NCalls = 66 +VariableMetric: Iteration # 21 - FCN = -716760.4809091 Edm = 0.498092 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -716810.1849902 Edm = 8.04878 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -716818.2848386 Edm = 1.11166 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -716819.0607176 Edm = 0.00942814 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -716819.0705597 Edm = 0.00132468 NCalls = 81 +VariableMetric: Iteration # 26 - FCN = -716819.0938643 Edm = 0.022486 NCalls = 85 +VariableMetric: Iteration # 27 - FCN = -716820.8891796 Edm = 0.438036 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -716825.8777317 Edm = 0.711036 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -716827.0032133 Edm = 0.00622932 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -716827.0099254 Edm = 0.000633393 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -716827.015083 Edm = 0.0041287 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -716827.5193275 Edm = 0.478567 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -716833.5410227 Edm = 0.110619 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -716833.6566626 Edm = 0.00102771 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -716833.6576953 Edm = 0.000210531 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -716833.6599089 Edm = 0.00201235 NCalls = 116 +VariableMetric: Iteration # 37 - FCN = -716834.4973885 Edm = 0.691004 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -716838.828876 Edm = 0.188946 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -716839.0006157 Edm = 0.000811338 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -716839.001728 Edm = 0.00035835 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -716839.0430345 Edm = 0.0414753 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -716839.1779892 Edm = 0.128851 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -716859.6164828 Edm = 2.26526 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -716864.0694564 Edm = 1.82947 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -716873.7625198 Edm = 3.13757 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -716876.2064872 Edm = 4.08611 NCalls = 162 +VariableMetric: Iteration # 47 - FCN = -716877.2152413 Edm = 0.264368 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -716877.4445791 Edm = 0.0187408 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -716877.4691436 Edm = 0.00218856 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -716877.4750407 Edm = 0.00300918 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -716877.6184348 Edm = 0.150917 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -716882.8097193 Edm = 0.680871 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -716899.5984014 Edm = 10.6579 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -716912.0492596 Edm = 2.84023 NCalls = 185 +VariableMetric: Iteration # 55 - FCN = -716915.6265472 Edm = 0.0591929 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -716915.6893953 Edm = 0.00369747 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -716915.6938977 Edm = 0.000466329 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -716915.6949774 Edm = 0.000373443 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -716915.7034515 Edm = 0.00812473 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -716916.2853993 Edm = 0.130724 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -716919.717089 Edm = 2.19772 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -716932.1365078 Edm = 3.21302 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -716934.5840987 Edm = 0.698482 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -716935.1342403 Edm = 0.0481106 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -716935.1898449 Edm = 0.00592698 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -716935.196295 Edm = 0.000869709 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -716935.1971669 Edm = 0.000215081 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -716935.1976576 Edm = 0.000257962 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -716935.2004789 Edm = 0.00266105 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -716935.2747717 Edm = 0.0771172 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -716935.3192866 Edm = 0.0428616 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -716937.7744391 Edm = 0.108475 NCalls = 243 +VariableMetric: Iteration # 73 - FCN = -716937.9108446 Edm = 0.00395992 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -716937.9147153 Edm = 8.28424e-05 NCalls = 246 +VariableMetric: Iteration # 75 - FCN = -716937.9148382 Edm = 4.80703e-05 NCalls = 248 +VariableMetric: After Hessian - FCN = -716937.9148382 Edm = 445.408 NCalls = 609 +VariableMetric: Iteration # 76 - FCN = -716937.9148382 Edm = 445.408 NCalls = 609 +VariableMetric: Iteration # 77 - FCN = -716952.6858315 Edm = 7191.14 NCalls = 619 +VariableMetric: Iteration # 78 - FCN = -716952.8714772 Edm = 203092 NCalls = 629 +VariableMetric: Iteration # 79 - FCN = -716954.3294102 Edm = 81492.1 NCalls = 637 +VariableMetric: Iteration # 80 - FCN = -716955.3441118 Edm = 141951 NCalls = 644 +VariableMetric: Iteration # 81 - FCN = -716955.513125 Edm = 25525.3 NCalls = 652 +VariableMetric: Iteration # 82 - FCN = -716955.8673688 Edm = 4064.53 NCalls = 659 +VariableMetric: Iteration # 83 - FCN = -716955.9927389 Edm = 411.339 NCalls = 665 +VariableMetric: Iteration # 84 - FCN = -716956.0420259 Edm = 218.587 NCalls = 669 +VariableMetric: Iteration # 85 - FCN = -716956.0515321 Edm = 741.479 NCalls = 673 +VariableMetric: Iteration # 86 - FCN = -716956.140615 Edm = 45.1422 NCalls = 677 +VariableMetric: Iteration # 87 - FCN = -716956.2183503 Edm = 889.38 NCalls = 680 +VariableMetric: Iteration # 88 - FCN = -716956.4441651 Edm = 208.877 NCalls = 683 +VariableMetric: Iteration # 89 - FCN = -716956.8554963 Edm = 30.7751 NCalls = 686 +VariableMetric: Iteration # 90 - FCN = -716956.9643569 Edm = 3.97033 NCalls = 689 +VariableMetric: Iteration # 91 - FCN = -716956.9928577 Edm = 1.70617 NCalls = 692 +VariableMetric: Iteration # 92 - FCN = -716957.0005299 Edm = 1.66448 NCalls = 695 +VariableMetric: Iteration # 93 - FCN = -716957.0073495 Edm = 0.324487 NCalls = 698 +VariableMetric: Iteration # 94 - FCN = -716957.0217614 Edm = 3.10932 NCalls = 700 +VariableMetric: Iteration # 95 - FCN = -716957.205727 Edm = 7.47385 NCalls = 702 +VariableMetric: Iteration # 96 - FCN = -716957.273663 Edm = 0.0572469 NCalls = 704 +VariableMetric: Iteration # 97 - FCN = -716957.3210917 Edm = 0.0127332 NCalls = 706 +VariableMetric: Iteration # 98 - FCN = -716957.3239384 Edm = 0.0184912 NCalls = 708 +VariableMetric: Iteration # 99 - FCN = -716957.3523253 Edm = 0.00850366 NCalls = 710 +VariableMetric: Iteration # 100 - FCN = -716957.3607113 Edm = 0.00170436 NCalls = 711 +VariableMetric: Iteration # 101 - FCN = -716957.3632098 Edm = 0.0001989 NCalls = 714 +VariableMetric: Iteration # 102 - FCN = -716957.3634581 Edm = 1.42171e-05 NCalls = 716 +VariableMetric: After Hessian - FCN = -716957.3634581 Edm = 1.87115e-05 NCalls = 1093 +VariableMetric: Iteration # 103 - FCN = -716957.3634581 Edm = 1.87115e-05 NCalls = 1093 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714793.327774 Edm = 2.73407 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714793.327774 Edm = 2.73407 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715519.8226917 Edm = 0.441053 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715521.8721873 Edm = 2.08123 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715719.8968083 Edm = 8.03673 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715728.2260738 Edm = 0.195094 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -715729.7692232 Edm = 1.47881 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -715966.1585753 Edm = 42.6223 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -716007.4918282 Edm = 12.9115 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -716015.6342174 Edm = 0.412024 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -716017.7148594 Edm = 1.62789 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -716136.9673689 Edm = 4.92226 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -716142.2845418 Edm = 1.03923 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -716143.5478935 Edm = 0.0890564 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -716143.6938146 Edm = 0.0509125 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -716153.1943828 Edm = 11.0033 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -716153.437085 Edm = 0.194017 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -716190.1895348 Edm = 34.5909 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -716427.4868594 Edm = 11.9884 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -716442.6259905 Edm = 0.915551 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -716443.9223066 Edm = 0.153433 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -716444.2618224 Edm = 0.0330734 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -716444.3099233 Edm = 0.0215553 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -716445.0326351 Edm = 0.664208 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -716534.4891294 Edm = 46.6521 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -716605.5400234 Edm = 27.3502 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -716618.3311293 Edm = 0.816836 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -716619.7453923 Edm = 0.560399 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -716620.9111089 Edm = 0.134845 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -716621.1154173 Edm = 0.0329258 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -716621.2420441 Edm = 0.016967 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -716621.2734349 Edm = 0.00456592 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -716621.645522 Edm = 0.32682 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -716656.7059149 Edm = 19.6651 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -716678.0148985 Edm = 20.7851 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -716686.7034646 Edm = 2.10824 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -716688.9891379 Edm = 0.334777 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -716689.2670152 Edm = 0.0366178 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -716689.3206681 Edm = 0.00877333 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -716689.3435662 Edm = 0.00166364 NCalls = 124 +VariableMetric: Iteration # 39 - FCN = -716689.3467905 Edm = 0.00109419 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -716689.3721198 Edm = 0.0212524 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -716690.3318052 Edm = 0.921464 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -716690.6388915 Edm = 1.02522 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -716692.2643957 Edm = 1.12912 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -716704.0324014 Edm = 7.78117 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -716712.2726271 Edm = 7.57363 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -716718.2211322 Edm = 0.614869 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -716718.7017328 Edm = 0.158508 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -716718.895785 Edm = 0.0350103 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -716718.9266255 Edm = 0.0142184 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -716719.005444 Edm = 0.0214188 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -716719.0369336 Edm = 0.00370467 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -716719.0523849 Edm = 0.00631223 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -716719.0877906 Edm = 0.0200342 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -716719.4267455 Edm = 0.235401 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -716724.3158581 Edm = 9.98784 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -716733.1594936 Edm = 18.1235 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -716738.8793808 Edm = 5.82207 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -716751.9938128 Edm = 16.8764 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -716777.0095728 Edm = 8.73591 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -716786.0301475 Edm = 3.90497 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -716789.5588292 Edm = 0.324331 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -716789.8503525 Edm = 0.0419822 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -716789.8756668 Edm = 0.00380941 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -716789.8806907 Edm = 0.00131205 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -716789.8859604 Edm = 0.00394266 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -716789.9693017 Edm = 0.0813631 NCalls = 218 +VariableMetric: Iteration # 67 - FCN = -716791.799998 Edm = 1.77007 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -716806.3739702 Edm = 4.12125 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -716810.6448186 Edm = 0.289845 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -716810.9725461 Edm = 0.0219765 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -716810.994322 Edm = 0.00294204 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -716810.9975668 Edm = 0.000798076 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -716810.9991206 Edm = 0.000813224 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -716811.0031144 Edm = 0.00276078 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -716811.0315206 Edm = 0.0194566 NCalls = 242 +VariableMetric: Iteration # 76 - FCN = -716811.3565608 Edm = 0.291983 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -716822.4650417 Edm = 6.13778 NCalls = 250 +VariableMetric: Iteration # 78 - FCN = -716839.0690483 Edm = 1.59138 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -716840.6736679 Edm = 0.214645 NCalls = 254 +VariableMetric: Iteration # 80 - FCN = -716840.8626504 Edm = 0.0278545 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -716840.8913893 Edm = 0.00391602 NCalls = 257 +VariableMetric: Iteration # 82 - FCN = -716840.8953595 Edm = 0.00120304 NCalls = 258 +VariableMetric: Iteration # 83 - FCN = -716840.9008876 Edm = 0.00416591 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -716840.9509096 Edm = 0.0281698 NCalls = 264 +VariableMetric: Iteration # 85 - FCN = -716841.4276582 Edm = 0.349646 NCalls = 268 +VariableMetric: Iteration # 86 - FCN = -716857.3359121 Edm = 7.0225 NCalls = 273 +VariableMetric: Iteration # 87 - FCN = -716860.1309402 Edm = 30.7916 NCalls = 275 +VariableMetric: Iteration # 88 - FCN = -716873.1282273 Edm = 3.5741 NCalls = 278 +VariableMetric: Iteration # 89 - FCN = -716881.0870648 Edm = 2.60063 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -716888.1531885 Edm = 6.3441 NCalls = 283 +VariableMetric: Iteration # 91 - FCN = -716900.2395441 Edm = 3.65423 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -716904.9182819 Edm = 0.663631 NCalls = 288 +VariableMetric: Iteration # 93 - FCN = -716905.8108179 Edm = 0.115384 NCalls = 290 +VariableMetric: Iteration # 94 - FCN = -716905.969898 Edm = 0.021814 NCalls = 292 +VariableMetric: Iteration # 95 - FCN = -716906.0014316 Edm = 0.00390554 NCalls = 294 +VariableMetric: Iteration # 96 - FCN = -716906.0063428 Edm = 0.00114216 NCalls = 296 +VariableMetric: Iteration # 97 - FCN = -716906.0096206 Edm = 0.00199827 NCalls = 298 +VariableMetric: Iteration # 98 - FCN = -716906.0738663 Edm = 0.072654 NCalls = 302 +VariableMetric: Iteration # 99 - FCN = -716907.6112043 Edm = 1.83637 NCalls = 309 +VariableMetric: Iteration # 100 - FCN = -716907.6191855 Edm = 0.00297197 NCalls = 311 +VariableMetric: Iteration # 101 - FCN = -716908.4535029 Edm = 0.80738 NCalls = 317 +VariableMetric: Iteration # 102 - FCN = -716908.4611711 Edm = 0.00443119 NCalls = 319 +VariableMetric: Iteration # 103 - FCN = -716909.5175972 Edm = 1.16181 NCalls = 326 +VariableMetric: Iteration # 104 - FCN = -716913.250107 Edm = 0.0305141 NCalls = 333 +VariableMetric: Iteration # 105 - FCN = -716934.4491013 Edm = 3.69696 NCalls = 336 +VariableMetric: Iteration # 106 - FCN = -716937.1047865 Edm = 0.355604 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -716937.4856138 Edm = 0.0149309 NCalls = 340 +VariableMetric: Iteration # 108 - FCN = -716937.4998657 Edm = 0.00229866 NCalls = 341 +VariableMetric: Iteration # 109 - FCN = -716937.502484 Edm = 0.000400609 NCalls = 343 +VariableMetric: Iteration # 110 - FCN = -716937.5032253 Edm = 0.000319094 NCalls = 345 +VariableMetric: Iteration # 111 - FCN = -716937.5077408 Edm = 0.0042633 NCalls = 348 +VariableMetric: Iteration # 112 - FCN = -716937.7106274 Edm = 0.161457 NCalls = 355 +VariableMetric: Iteration # 113 - FCN = -716941.5770534 Edm = 1.61371 NCalls = 359 +VariableMetric: Iteration # 114 - FCN = -716946.0016261 Edm = 0.639027 NCalls = 361 +VariableMetric: Iteration # 115 - FCN = -716946.694994 Edm = 0.115676 NCalls = 363 +VariableMetric: Iteration # 116 - FCN = -716946.8004763 Edm = 0.0093114 NCalls = 365 +VariableMetric: Iteration # 117 - FCN = -716946.8112407 Edm = 0.000487469 NCalls = 367 +VariableMetric: Iteration # 118 - FCN = -716946.8120176 Edm = 0.000151875 NCalls = 369 +VariableMetric: Iteration # 119 - FCN = -716946.8126338 Edm = 0.000279278 NCalls = 371 +VariableMetric: Iteration # 120 - FCN = -716946.8139099 Edm = 0.000773005 NCalls = 373 +VariableMetric: Iteration # 121 - FCN = -716946.82415 Edm = 0.0089335 NCalls = 376 +VariableMetric: Iteration # 122 - FCN = -716947.1958849 Edm = 0.408302 NCalls = 381 +VariableMetric: Iteration # 123 - FCN = -716947.884687 Edm = 0.585175 NCalls = 388 +VariableMetric: Iteration # 124 - FCN = -716953.1779806 Edm = 0.452049 NCalls = 391 +VariableMetric: Iteration # 125 - FCN = -716953.6675199 Edm = 0.128097 NCalls = 393 +VariableMetric: Iteration # 126 - FCN = -716953.7758316 Edm = 0.0211914 NCalls = 395 +VariableMetric: Iteration # 127 - FCN = -716953.8030917 Edm = 0.00153239 NCalls = 397 +VariableMetric: Iteration # 128 - FCN = -716953.8053702 Edm = 0.00022503 NCalls = 399 +VariableMetric: Iteration # 129 - FCN = -716953.8056442 Edm = 5.15262e-05 NCalls = 401 +VariableMetric: After Hessian - FCN = -716953.8056442 Edm = 183.711 NCalls = 762 +VariableMetric: Iteration # 130 - FCN = -716953.8056442 Edm = 183.711 NCalls = 762 +VariableMetric: Iteration # 131 - FCN = -716954.2060484 Edm = 1.29497 NCalls = 767 +VariableMetric: Iteration # 132 - FCN = -716954.7245539 Edm = 0.995369 NCalls = 769 +VariableMetric: Iteration # 133 - FCN = -716955.2322528 Edm = 0.107723 NCalls = 770 +VariableMetric: Iteration # 134 - FCN = -716955.4208118 Edm = 0.195083 NCalls = 773 +VariableMetric: Iteration # 135 - FCN = -716955.5995449 Edm = 0.103115 NCalls = 776 +VariableMetric: Iteration # 136 - FCN = -716955.8368286 Edm = 0.0739904 NCalls = 779 +VariableMetric: Iteration # 137 - FCN = -716956.0736095 Edm = 0.0647804 NCalls = 782 +VariableMetric: Iteration # 138 - FCN = -716956.1565204 Edm = 0.231957 NCalls = 784 +VariableMetric: Iteration # 139 - FCN = -716956.2362268 Edm = 0.0232478 NCalls = 787 +VariableMetric: Iteration # 140 - FCN = -716956.2665946 Edm = 0.0301017 NCalls = 790 +VariableMetric: Iteration # 141 - FCN = -716956.2942648 Edm = 0.00611113 NCalls = 792 +VariableMetric: Iteration # 142 - FCN = -716956.3094442 Edm = 0.00722989 NCalls = 795 +VariableMetric: Iteration # 143 - FCN = -716956.3260888 Edm = 0.00807966 NCalls = 798 +VariableMetric: Iteration # 144 - FCN = -716956.3348325 Edm = 0.00407698 NCalls = 799 +VariableMetric: Iteration # 145 - FCN = -716956.3378967 Edm = 0.000841988 NCalls = 801 +VariableMetric: Iteration # 146 - FCN = -716956.339142 Edm = 0.000306021 NCalls = 804 +VariableMetric: Iteration # 147 - FCN = -716956.3396549 Edm = 6.67682e-05 NCalls = 806 +VariableMetric: Iteration # 148 - FCN = -716956.3397459 Edm = 1.12511e-05 NCalls = 808 +VariableMetric: After Hessian - FCN = -716956.3397459 Edm = 4.5468e-05 NCalls = 1189 +VariableMetric: Iteration # 149 - FCN = -716956.3397459 Edm = 4.5468e-05 NCalls = 1189 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.17E+05 | Ncalls=1134 (1134 total) | +| EDM = 5.11E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -716956.4826417847 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.26 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | rho_s | 1.86 | 0.29 | | |0.0253049| 2.0747 | | +| 2 | phi_s | 17.9 | 1.3 | | | 14.8182 | 23.5818 | | +| 3 | p4415_s | 1.57 | 0.17 | | |0.126447 | 2.35355 | | +| 4 | psi2s_p | -2.113 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.42 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.49 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | p4040_p | -2.30 | 0.19 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6.4 | 1.5 | | | 4.19232 | 9.40768 | | +| 9 | p4040_s | 0.97 | 0.16 | | |0.00501244| 2.01499 | | +| 10| Dbar_s | -0.10 | 0.05 | | | -1.464 | 1.464 | | +| 11| p3770_p | 4.24 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1367.7 | 2.3 | | | 1358.64 | 1433.36 | | +| 13| rho_p | -6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.24 | 0.16 | | | 0.71676 | 3.68324 | | +| 15| phi_p | 0.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 16| jpsi_p | -1.705 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 18| omega_p | -6.1 | 0.4 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.30 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p rho_s phi_s p4415_s psi2s_p p4160_p p3770_s p4040_p omega_s p4040_s Dbar_s p3770_p psi2s_s rho_p p4160_s phi_p jpsi_p jpsi_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.000 -0.003 -0.155 0.011 0.306 -0.001 0.174 -0.007 -0.185 -0.275 0.059 -0.009 0.004 -0.057 -0.003 -0.087 0.011 -0.006 -0.080 | +| rho_s | -0.000 1.000 -0.004 -0.010 0.021 0.004 -0.020 -0.008 -0.235 -0.017 0.038 0.009 -0.026 0.017 -0.014 -0.002 0.040 0.027 0.048 0.009 | +| phi_s | -0.003 -0.004 1.000 0.001 -0.017 -0.005 0.002 -0.002 0.008 0.002 0.000 -0.005 0.041 -0.007 0.001 0.817 -0.049 -0.046 0.043 -0.001 | +| p4415_s | -0.155 -0.010 0.001 1.000 -0.293 0.032 0.098 0.146 0.004 0.106 -0.367 -0.145 -0.002 -0.004 0.329 -0.001 -0.053 0.003 -0.002 0.352 | +| psi2s_p | 0.011 0.021 -0.017 -0.293 1.000 0.250 -0.230 0.004 -0.022 -0.358 0.605 0.418 0.064 0.000 -0.267 -0.022 -0.033 -0.095 -0.019 -0.608 | +| p4160_p | 0.306 0.004 -0.005 0.032 0.250 1.000 -0.112 0.091 -0.010 -0.458 0.046 0.199 -0.015 0.006 -0.044 -0.005 -0.087 0.014 -0.007 -0.394 | +| p3770_s | -0.001 -0.020 0.002 0.098 -0.230 -0.112 1.000 -0.083 0.006 0.202 -0.294 -0.244 -0.028 -0.004 0.073 0.004 -0.059 0.040 -0.000 0.206 | +| p4040_p | 0.174 -0.008 -0.002 0.146 0.004 0.091 -0.083 1.000 -0.004 -0.188 -0.254 0.139 -0.035 0.002 0.462 -0.003 -0.171 0.035 -0.007 -0.149 | +| omega_s | -0.007 -0.235 0.008 0.004 -0.022 -0.010 0.006 -0.004 1.000 0.008 -0.008 -0.009 0.006 0.066 0.003 -0.035 -0.044 -0.006 0.822 0.005 | +| p4040_s | -0.185 -0.017 0.002 0.106 -0.358 -0.458 0.202 -0.188 0.008 1.000 -0.323 -0.151 -0.017 -0.007 -0.105 0.002 0.004 0.026 0.002 0.461 | +| Dbar_s | -0.275 0.038 0.000 -0.367 0.605 0.046 -0.294 -0.254 -0.008 -0.323 1.000 0.318 0.170 0.002 -0.484 -0.005 0.136 -0.202 -0.000 -0.685 | +| p3770_p | 0.059 0.009 -0.005 -0.145 0.418 0.199 -0.244 0.139 -0.009 -0.151 0.318 1.000 0.004 0.003 -0.067 -0.007 -0.071 -0.030 -0.007 -0.503 | +| psi2s_s | -0.009 -0.026 0.041 -0.002 0.064 -0.015 -0.028 -0.035 0.006 -0.017 0.170 0.004 1.000 -0.015 -0.017 0.025 0.076 -0.875 -0.013 0.022 | +| rho_p | 0.004 0.017 -0.007 -0.004 0.000 0.006 -0.004 0.002 0.066 -0.007 0.002 0.003 -0.015 1.000 -0.002 -0.033 -0.010 0.017 0.023 -0.007 | +| p4160_s | -0.057 -0.014 0.001 0.329 -0.267 -0.044 0.073 0.462 0.003 -0.105 -0.484 -0.067 -0.017 -0.002 1.000 -0.000 -0.113 0.021 -0.003 0.266 | +| phi_p | -0.003 -0.002 0.817 -0.001 -0.022 -0.005 0.004 -0.003 -0.035 0.002 -0.005 -0.007 0.025 -0.033 -0.000 1.000 -0.060 -0.028 0.001 -0.006 | +| jpsi_p | -0.087 0.040 -0.049 -0.053 -0.033 -0.087 -0.059 -0.171 -0.044 0.004 0.136 -0.071 0.076 -0.010 -0.113 -0.060 1.000 -0.086 -0.043 0.134 | +| jpsi_s | 0.011 0.027 -0.046 0.003 -0.095 0.014 0.040 0.035 -0.006 0.026 -0.202 -0.030 -0.875 0.017 0.021 -0.028 -0.086 1.000 0.014 -0.024 | +| omega_p | -0.006 0.048 0.043 -0.002 -0.019 -0.007 -0.000 -0.007 0.822 0.002 -0.000 -0.007 -0.013 0.023 -0.003 0.001 -0.043 0.014 1.000 0.002 | +| Ctt | -0.080 0.009 -0.001 0.352 -0.608 -0.394 0.206 -0.149 0.005 0.461 -0.685 -0.503 0.022 -0.007 0.266 -0.006 0.134 -0.024 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1386353828048259}), (, {'error': 0.29160748963618777}), (, {'error': 1.3153728414211177}), (, {'error': 0.1741622606206249}), (, {'error': 0.02859588078903741}), (, {'error': 0.09097158475185907}), (, {'error': 0.19398183546385916}), (, {'error': 0.18627165355240227}), (, {'error': 1.4981517215452667}), (, {'error': 0.16396320363129946}), (, {'error': 0.05494351837540312}), (, {'error': 0.10442757397866043}), (, {'error': 2.307550324577619}), (, {'error': 0.05741602819341596}), (, {'error': 0.16455977608382488}), (, {'error': 0.3314780513001683}), (, {'error': 0.015919246695674794}), (, {'error': 26.003662106572847}), (, {'error': 0.4338861740060853}), (, {'error': 0.12348459342722823})]) +Toy 1/10 +Time taken: 1 h, 40 min +Projected time left: 15 h, 6 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.17E+05 | Ncalls=664 (664 total) | +| EDM = 4.91E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -716957.3215328954 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.38 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | rho_s | 1.78 | 0.28 | | |0.0253049| 2.0747 | | +| 2 | phi_s | 18.0 | 1.4 | | | 14.8182 | 23.5818 | | +| 3 | p4415_s | 1.57 | 0.17 | | |0.126447 | 2.35355 | | +| 4 | psi2s_p | 2.216 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.25 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.70 | 0.21 | | |0.918861 | 4.08114 | | +| 7 | p4040_p | 3.75 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6.1 | 1.3 | | | 4.19232 | 9.40768 | | +| 9 | p4040_s | 0.99 | 0.17 | | |0.00501244| 2.01499 | | +| 10| Dbar_s | -0.09 | 0.05 | | | -1.464 | 1.464 | | +| 11| p3770_p | -2.80 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1373.7 | 1.8 | | | 1358.64 | 1433.36 | | +| 13| rho_p | 6.05 | 0.18 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.27 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| phi_p | -5.8 | 0.4 | | |-6.28319 | 6.28319 | | +| 16| jpsi_p | 4.767 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 18| omega_p | 0.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.26 | 0.11 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p rho_s phi_s p4415_s psi2s_p p4160_p p3770_s p4040_p omega_s p4040_s Dbar_s p3770_p psi2s_s rho_p p4160_s phi_p jpsi_p jpsi_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.002 -0.004 -0.152 -0.069 0.301 -0.010 0.164 -0.000 -0.180 -0.274 0.039 -0.010 0.017 -0.061 -0.007 -0.099 0.009 -0.004 -0.077 | +| rho_s | -0.002 1.000 0.001 -0.007 -0.018 0.001 -0.018 -0.010 -0.311 -0.014 0.038 0.006 -0.010 0.171 -0.012 0.015 0.050 0.014 0.067 0.017 | +| phi_s | -0.004 0.001 1.000 0.002 -0.011 -0.007 0.006 -0.002 -0.024 0.006 -0.008 -0.007 0.031 -0.093 0.003 0.845 -0.057 -0.038 0.034 -0.004 | +| p4415_s | -0.152 -0.007 0.002 1.000 -0.102 0.020 0.101 0.144 0.000 0.118 -0.373 -0.151 0.001 -0.021 0.332 0.002 -0.044 -0.002 -0.003 0.356 | +| psi2s_p | -0.069 -0.018 -0.011 -0.102 1.000 -0.048 -0.109 -0.253 -0.008 -0.034 0.037 -0.308 -0.068 -0.042 -0.186 -0.006 -0.037 0.066 -0.010 0.014 | +| p4160_p | 0.301 0.001 -0.007 0.020 -0.048 1.000 -0.134 0.070 -0.001 -0.468 0.072 0.182 -0.013 0.024 -0.069 -0.010 -0.099 0.013 -0.004 -0.402 | +| p3770_s | -0.010 -0.018 0.006 0.101 -0.109 -0.134 1.000 -0.093 0.001 0.207 -0.294 -0.305 -0.033 -0.025 0.080 0.010 0.030 0.022 -0.001 0.211 | +| p4040_p | 0.164 -0.010 -0.002 0.144 -0.253 0.070 -0.093 1.000 0.000 -0.172 -0.252 0.097 -0.025 0.003 0.448 -0.005 -0.160 0.025 -0.006 -0.132 | +| omega_s | -0.000 -0.311 -0.024 0.000 -0.008 -0.001 0.001 0.000 1.000 0.000 -0.004 -0.003 -0.001 0.077 0.001 -0.066 -0.031 0.002 0.687 -0.003 | +| p4040_s | -0.180 -0.014 0.006 0.118 -0.034 -0.468 0.207 -0.172 0.000 1.000 -0.347 -0.154 -0.015 -0.036 -0.077 0.010 0.036 0.013 -0.001 0.471 | +| Dbar_s | -0.274 0.038 -0.008 -0.373 0.037 0.072 -0.294 -0.252 -0.004 -0.347 1.000 0.326 0.111 0.029 -0.499 -0.012 0.129 -0.129 0.005 -0.695 | +| p3770_p | 0.039 0.006 -0.007 -0.151 -0.308 0.182 -0.305 0.097 -0.003 -0.154 0.326 1.000 0.006 0.015 -0.097 -0.010 -0.068 -0.016 -0.003 -0.468 | +| psi2s_s | -0.010 -0.010 0.031 0.001 -0.068 -0.013 -0.033 -0.025 -0.001 -0.015 0.111 0.006 1.000 -0.046 -0.012 0.026 0.058 -0.775 -0.006 0.031 | +| rho_p | 0.017 0.171 -0.093 -0.021 -0.042 0.024 -0.025 0.003 0.077 -0.036 0.029 0.015 -0.046 1.000 -0.016 -0.190 -0.000 0.058 -0.042 -0.016 | +| p4160_s | -0.061 -0.012 0.003 0.332 -0.186 -0.069 0.080 0.448 0.001 -0.077 -0.499 -0.097 -0.012 -0.016 1.000 0.002 -0.095 0.011 -0.004 0.287 | +| phi_p | -0.007 0.015 0.845 0.002 -0.006 -0.010 0.010 -0.005 -0.066 0.010 -0.012 -0.010 0.026 -0.190 0.002 1.000 -0.065 -0.032 0.012 -0.006 | +| jpsi_p | -0.099 0.050 -0.057 -0.044 -0.037 -0.099 0.030 -0.160 -0.031 0.036 0.129 -0.068 0.058 -0.000 -0.095 -0.065 1.000 -0.064 -0.019 0.100 | +| jpsi_s | 0.009 0.014 -0.038 -0.002 0.066 0.013 0.022 0.025 0.002 0.013 -0.129 -0.016 -0.775 0.058 0.011 -0.032 -0.064 1.000 0.007 -0.029 | +| omega_p | -0.004 0.067 0.034 -0.003 -0.010 -0.004 -0.001 -0.006 0.687 -0.001 0.005 -0.003 -0.006 -0.042 -0.004 0.012 -0.019 0.007 1.000 0.001 | +| Ctt | -0.077 0.017 -0.004 0.356 0.014 -0.402 0.211 -0.132 -0.003 0.471 -0.695 -0.468 0.031 -0.016 0.287 -0.006 0.100 -0.029 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13856732754172163}), (, {'error': 0.28083872715548985}), (, {'error': 1.422779409627351}), (, {'error': 0.174956428979963}), (, {'error': 0.028554709432199843}), (, {'error': 0.09105147271081382}), (, {'error': 0.21066952327149435}), (, {'error': 0.18188283168788377}), (, {'error': 1.2820367972388897}), (, {'error': 0.1690802527816742}), (, {'error': 0.05315997344437173}), (, {'error': 0.09843266771973247}), (, {'error': 1.7677031439918665}), (, {'error': 0.1849266664726663}), (, {'error': 0.16635828969423994}), (, {'error': 0.3537454722402198}), (, {'error': 0.016240176522885896}), (, {'error': 30.260933074230707}), (, {'error': 0.32374503371936125}), (, {'error': 0.11497585535900778})]) +Toy 2/10 +Time taken: 2 h, 52 min +Projected time left: 11 h, 30 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.17E+05 | Ncalls=806 (806 total) | +| EDM = 0.00136 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -716956.4388126148 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.38 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | rho_s | 1.86 | 0.29 | | |0.0253049| 2.0747 | | +| 2 | phi_s | 16.6 | 1.2 | | | 14.8182 | 23.5818 | | +| 3 | p4415_s | 1.56 | 0.18 | | |0.126447 | 2.35355 | | +| 4 | psi2s_p | -4.069 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -2.03 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.70 | 0.21 | | |0.918861 | 4.08114 | | +| 7 | p4040_p | 3.75 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6.3 | 1.4 | | | 4.19232 | 9.40768 | | +| 9 | p4040_s | 0.99 | 0.17 | | |0.00501244| 2.01499 | | +| 10| Dbar_s | -0.09 | 0.05 | | | -1.464 | 1.464 | | +| 11| p3770_p | -2.79 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1373.6 | 3.0 | | | 1358.64 | 1433.36 | | +| 13| rho_p | -6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.26 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| phi_p | 6.28 | 0.19 | | |-6.28319 | 6.28319 | | +| 16| jpsi_p | 4.768 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 18| omega_p | -6.0 | 0.4 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.25 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p rho_s phi_s p4415_s psi2s_p p4160_p p3770_s p4040_p omega_s p4040_s Dbar_s p3770_p psi2s_s rho_p p4160_s phi_p jpsi_p jpsi_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.000 -0.005 -0.162 -0.064 0.304 -0.011 0.162 -0.006 -0.184 -0.262 0.043 -0.018 0.004 -0.067 0.005 -0.099 0.017 -0.006 -0.087 | +| rho_s | -0.000 1.000 0.006 -0.007 -0.015 0.002 -0.017 -0.008 -0.254 -0.014 0.029 0.005 -0.030 0.026 -0.011 0.010 0.043 0.033 0.048 0.014 | +| phi_s | -0.005 0.006 1.000 0.002 -0.020 -0.007 -0.005 -0.006 0.019 -0.001 0.015 -0.003 0.025 0.051 -0.001 -0.754 -0.018 -0.027 0.064 0.011 | +| p4415_s | -0.162 -0.007 0.002 1.000 -0.102 0.017 0.100 0.143 0.003 0.118 -0.362 -0.151 0.002 -0.005 0.333 0.002 -0.043 -0.003 -0.002 0.356 | +| psi2s_p | -0.064 -0.015 -0.020 -0.102 1.000 -0.043 -0.107 -0.246 -0.008 -0.032 0.008 -0.310 -0.139 -0.008 -0.183 0.019 -0.051 0.139 -0.012 0.008 | +| p4160_p | 0.304 0.002 -0.007 0.017 -0.043 1.000 -0.134 0.069 -0.008 -0.470 0.069 0.184 -0.024 0.006 -0.069 0.006 -0.101 0.024 -0.007 -0.408 | +| p3770_s | -0.011 -0.017 -0.005 0.100 -0.107 -0.134 1.000 -0.090 0.005 0.208 -0.295 -0.303 -0.053 -0.004 0.081 0.004 0.026 0.047 0.000 0.208 | +| p4040_p | 0.162 -0.008 -0.006 0.143 -0.246 0.069 -0.090 1.000 -0.003 -0.170 -0.255 0.096 -0.050 0.002 0.448 0.008 -0.164 0.050 -0.007 -0.134 | +| omega_s | -0.006 -0.254 0.019 0.003 -0.008 -0.008 0.005 -0.003 1.000 0.007 -0.005 -0.007 0.009 0.064 0.002 0.023 -0.041 -0.009 0.799 0.002 | +| p4040_s | -0.184 -0.014 -0.001 0.118 -0.032 -0.470 0.208 -0.170 0.007 1.000 -0.343 -0.156 -0.030 -0.007 -0.077 0.002 0.034 0.029 0.001 0.471 | +| Dbar_s | -0.262 0.029 0.015 -0.362 0.008 0.069 -0.295 -0.255 -0.005 -0.343 1.000 0.324 0.249 -0.001 -0.489 -0.008 0.150 -0.261 -0.000 -0.664 | +| p3770_p | 0.043 0.005 -0.003 -0.151 -0.310 0.184 -0.303 0.096 -0.007 -0.156 0.324 1.000 0.028 0.002 -0.097 0.005 -0.065 -0.034 -0.007 -0.466 | +| psi2s_s | -0.018 -0.030 0.025 0.002 -0.139 -0.024 -0.053 -0.050 0.009 -0.030 0.249 0.028 1.000 -0.025 -0.024 0.009 0.129 -0.929 -0.019 0.059 | +| rho_p | 0.004 0.026 0.051 -0.005 -0.008 0.006 -0.004 0.002 0.064 -0.007 -0.001 0.002 -0.025 1.000 -0.003 -0.030 -0.013 0.027 0.018 -0.006 | +| p4160_s | -0.067 -0.011 -0.001 0.333 -0.183 -0.069 0.081 0.448 0.002 -0.077 -0.489 -0.097 -0.024 -0.003 1.000 0.005 -0.096 0.023 -0.004 0.284 | +| phi_p | 0.005 0.010 -0.754 0.002 0.019 0.006 0.004 0.008 0.023 0.002 -0.008 0.005 0.009 -0.030 0.005 1.000 0.029 -0.010 -0.026 -0.006 | +| jpsi_p | -0.099 0.043 -0.018 -0.043 -0.051 -0.101 0.026 -0.164 -0.041 0.034 0.150 -0.065 0.129 -0.013 -0.096 0.029 1.000 -0.133 -0.038 0.105 | +| jpsi_s | 0.017 0.033 -0.027 -0.003 0.139 0.024 0.047 0.050 -0.009 0.029 -0.261 -0.034 -0.929 0.027 0.023 -0.010 -0.133 1.000 0.020 -0.058 | +| omega_p | -0.006 0.048 0.064 -0.002 -0.012 -0.007 0.000 -0.007 0.799 0.001 -0.000 -0.007 -0.019 0.018 -0.004 -0.026 -0.038 0.020 1.000 0.001 | +| Ctt | -0.087 0.014 0.011 0.356 0.008 -0.408 0.208 -0.134 0.002 0.471 -0.664 -0.466 0.059 -0.006 0.284 -0.006 0.105 -0.058 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1394089696386236}), (, {'error': 0.2874882020267252}), (, {'error': 1.1546632278332245}), (, {'error': 0.1752485442145003}), (, {'error': 0.02875499058235409}), (, {'error': 0.0916324045563961}), (, {'error': 0.21069010963695667}), (, {'error': 0.1836547167021223}), (, {'error': 1.4380057144756981}), (, {'error': 0.16956800509523745}), (, {'error': 0.054482190821261045}), (, {'error': 0.09883913827892266}), (, {'error': 3.019040538389959}), (, {'error': 0.06845735022736443}), (, {'error': 0.16647856461155364}), (, {'error': 0.19036106269078346}), (, {'error': 0.016322637836801768}), (, {'error': 44.068439303873674}), (, {'error': 0.4087676743277351}), (, {'error': 0.11539086859123526})]) +Toy 3/10 +Time taken: 4 h, 15 min +Projected time left: 9 h, 56 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.17E+05 | Ncalls=885 (885 total) | +| EDM = 3.46E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -716956.6646320706 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.85 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | rho_s | 1.81 | 0.29 | | |0.0253049| 2.0747 | | +| 2 | phi_s | 16.0 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | p4415_s | 1.59 | 0.17 | | |0.126447 | 2.35355 | | +| 4 | psi2s_p | 3.786 | 0.027 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.20 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.51 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | p4040_p | 3.73 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 5.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 9 | p4040_s | 1.00 | 0.16 | | |0.00501244| 2.01499 | | +| 10| Dbar_s | -0.11 | 0.05 | | | -1.464 | 1.464 | | +| 11| p3770_p | 3.89 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1366.9 | 1.6 | | | 1358.64 | 1433.36 | | +| 13| rho_p | -6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.27 | 0.16 | | | 0.71676 | 3.68324 | | +| 15| phi_p | 6.28 | 0.27 | | |-6.28319 | 6.28319 | | +| 16| jpsi_p | -4.842 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 18| omega_p | 6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.33 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p rho_s phi_s p4415_s psi2s_p p4160_p p3770_s p4040_p omega_s p4040_s Dbar_s p3770_p psi2s_s rho_p p4160_s phi_p jpsi_p jpsi_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.001 -0.001 -0.153 -0.046 0.296 -0.005 0.158 0.000 -0.184 -0.254 0.048 -0.002 0.009 -0.067 0.002 -0.059 0.005 0.001 -0.087 | +| rho_s | -0.001 1.000 0.027 -0.010 0.031 0.004 -0.021 -0.009 -0.492 -0.018 0.042 0.011 -0.013 0.081 -0.015 -0.010 -0.044 0.013 0.026 0.011 | +| phi_s | -0.001 0.027 1.000 0.003 0.002 -0.002 -0.002 0.001 0.001 -0.000 0.005 0.001 0.014 0.101 0.002 -0.397 -0.017 -0.018 -0.009 0.006 | +| p4415_s | -0.153 -0.010 0.003 1.000 -0.244 0.023 0.086 0.143 0.006 0.104 -0.376 -0.136 -0.002 -0.012 0.325 0.000 -0.105 0.003 0.000 0.351 | +| psi2s_p | -0.046 0.031 0.002 -0.244 1.000 0.156 -0.222 -0.089 -0.013 -0.276 0.542 0.313 0.024 0.004 -0.273 0.005 -0.035 -0.080 0.001 -0.360 | +| p4160_p | 0.296 0.004 -0.002 0.023 0.156 1.000 -0.113 0.065 -0.003 -0.464 0.093 0.182 -0.003 0.014 -0.069 0.003 -0.031 0.003 0.001 -0.407 | +| p3770_s | -0.005 -0.021 -0.002 0.086 -0.222 -0.113 1.000 -0.084 0.008 0.185 -0.268 -0.237 -0.006 -0.013 0.067 0.001 -0.049 0.023 0.000 0.173 | +| p4040_p | 0.158 -0.009 0.001 0.143 -0.089 0.065 -0.084 1.000 0.005 -0.168 -0.234 0.120 -0.018 0.002 0.448 0.003 -0.166 0.018 0.001 -0.142 | +| omega_s | 0.000 -0.492 0.001 0.006 -0.013 -0.003 0.008 0.005 1.000 0.007 -0.015 -0.004 0.011 0.164 0.008 0.019 0.006 -0.013 -0.133 -0.001 | +| p4040_s | -0.184 -0.018 -0.000 0.104 -0.276 -0.464 0.185 -0.168 0.007 1.000 -0.333 -0.125 -0.007 -0.021 -0.094 -0.000 -0.030 0.017 0.000 0.448 | +| Dbar_s | -0.254 0.042 0.005 -0.376 0.542 0.093 -0.268 -0.234 -0.015 -0.333 1.000 0.319 0.079 0.016 -0.488 -0.003 0.052 -0.115 -0.001 -0.710 | +| p3770_p | 0.048 0.011 0.001 -0.136 0.313 0.182 -0.237 0.120 -0.004 -0.125 0.319 1.000 -0.014 0.009 -0.071 0.002 -0.095 -0.023 0.001 -0.459 | +| psi2s_s | -0.002 -0.013 0.014 -0.002 0.024 -0.003 -0.006 -0.018 0.011 -0.007 0.079 -0.014 1.000 -0.021 -0.010 0.001 -0.030 -0.715 0.001 0.001 | +| rho_p | 0.009 0.081 0.101 -0.012 0.004 0.014 -0.013 0.002 0.164 -0.021 0.016 0.009 -0.021 1.000 -0.009 -0.030 -0.056 0.026 0.008 -0.013 | +| p4160_s | -0.067 -0.015 0.002 0.325 -0.273 -0.069 0.067 0.448 0.008 -0.094 -0.488 -0.071 -0.010 -0.009 1.000 0.001 -0.148 0.013 0.001 0.271 | +| phi_p | 0.002 -0.010 -0.397 0.000 0.005 0.003 0.001 0.003 0.019 -0.000 -0.003 0.002 0.001 -0.030 0.001 1.000 0.017 -0.001 0.003 -0.003 | +| jpsi_p | -0.059 -0.044 -0.017 -0.105 -0.035 -0.031 -0.049 -0.166 0.006 -0.030 0.052 -0.095 -0.030 -0.056 -0.148 0.017 1.000 0.041 0.004 -0.050 | +| jpsi_s | 0.005 0.013 -0.018 0.003 -0.080 0.003 0.023 0.018 -0.013 0.017 -0.115 -0.023 -0.715 0.026 0.013 -0.001 0.041 1.000 -0.001 -0.015 | +| omega_p | 0.001 0.026 -0.009 0.000 0.001 0.001 0.000 0.001 -0.133 0.000 -0.001 0.001 0.001 0.008 0.001 0.003 0.004 -0.001 1.000 -0.000 | +| Ctt | -0.087 0.011 0.006 0.351 -0.360 -0.407 0.173 -0.142 -0.001 0.448 -0.710 -0.459 0.001 -0.013 0.271 -0.003 -0.050 -0.015 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13554732510797773}), (, {'error': 0.2881441049835385}), (, {'error': 0.8298210627127585}), (, {'error': 0.17431938041178585}), (, {'error': 0.0265439047148055}), (, {'error': 0.09034516811586002}), (, {'error': 0.19374001247495842}), (, {'error': 0.1782010749350631}), (, {'error': 0.877421148233831}), (, {'error': 0.16386003478023425}), (, {'error': 0.05340613022083163}), (, {'error': 0.101600670090777}), (, {'error': 1.599146695351692}), (, {'error': 0.13602285259221736}), (, {'error': 0.1646240986737253}), (, {'error': 0.26844165302336354}), (, {'error': 0.0163855059860043}), (, {'error': 43.17809960815066}), (, {'error': 0.10006225660729307}), (, {'error': 0.12154451793114274})]) +Toy 4/10 +Time taken: 5 h, 44 min +Projected time left: 8 h, 37 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.17E+05 | Ncalls=1382 (1382 total) | +| EDM = 0.000125 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -716957.0006648744 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.55 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | rho_s | 1.85 | 0.30 | | |0.0253049| 2.0747 | | +| 2 | phi_s | 17.9 | 1.3 | | | 14.8182 | 23.5818 | | +| 3 | p4415_s | 1.59 | 0.18 | | |0.126447 | 2.35355 | | +| 4 | psi2s_p | -4.456 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.03 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.71 | 0.21 | | |0.918861 | 4.08114 | | +| 7 | p4040_p | -2.79 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 9.4 | 1.1 | | | 4.19232 | 9.40768 | | +| 9 | p4040_s | 1.03 | 0.17 | | |0.00501244| 2.01499 | | +| 10| Dbar_s | -0.11 | 0.06 | | | -1.464 | 1.464 | | +| 11| p3770_p | -3.15 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1372.8 | 2.1 | | | 1358.64 | 1433.36 | | +| 13| rho_p | -0.04 | 0.20 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.30 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| phi_p | 0.6 | 0.3 | | |-6.28319 | 6.28319 | | +| 16| jpsi_p | 1.628 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 18| omega_p | -5.02 | 0.23 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.27 | 0.11 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p rho_s phi_s p4415_s psi2s_p p4160_p p3770_s p4040_p omega_s p4040_s Dbar_s p3770_p psi2s_s rho_p p4160_s phi_p jpsi_p jpsi_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.000 -0.004 -0.160 -0.128 0.293 -0.019 0.156 0.001 -0.185 -0.232 0.034 -0.009 0.019 -0.068 -0.010 -0.070 0.008 -0.004 -0.096 | +| rho_s | -0.000 1.000 -0.005 -0.011 -0.021 0.005 -0.019 -0.008 -0.172 -0.019 0.035 0.008 -0.023 0.238 -0.015 -0.014 -0.054 0.028 0.624 0.006 | +| phi_s | -0.004 -0.005 1.000 0.003 -0.009 -0.008 0.005 -0.003 0.001 0.007 -0.005 -0.007 0.039 -0.076 0.003 0.812 -0.024 -0.045 0.048 0.001 | +| p4415_s | -0.160 -0.011 0.003 1.000 -0.075 0.001 0.085 0.134 0.000 0.124 -0.386 -0.152 -0.004 -0.025 0.335 0.006 -0.109 0.004 -0.006 0.359 | +| psi2s_p | -0.128 -0.021 -0.009 -0.075 1.000 -0.135 -0.118 -0.337 0.006 0.021 0.005 -0.374 -0.052 -0.052 -0.200 0.000 0.113 0.051 -0.009 0.181 | +| p4160_p | 0.293 0.005 -0.008 0.001 -0.135 1.000 -0.136 0.064 0.001 -0.483 0.145 0.181 -0.003 0.028 -0.093 -0.015 -0.030 0.003 -0.003 -0.431 | +| p3770_s | -0.019 -0.019 0.005 0.085 -0.118 -0.136 1.000 -0.108 0.000 0.192 -0.256 -0.295 -0.038 -0.026 0.064 0.012 0.034 0.030 -0.004 0.168 | +| p4040_p | 0.156 -0.008 -0.003 0.134 -0.337 0.064 -0.108 1.000 0.001 -0.188 -0.197 0.093 -0.024 0.005 0.440 -0.007 -0.159 0.025 -0.009 -0.162 | +| omega_s | 0.001 -0.172 0.001 0.000 0.006 0.001 0.000 0.001 1.000 0.000 0.000 0.002 0.002 -0.065 0.000 0.018 0.016 -0.002 -0.551 0.001 | +| p4040_s | -0.185 -0.019 0.007 0.124 0.021 -0.483 0.192 -0.188 0.000 1.000 -0.376 -0.151 -0.026 -0.042 -0.068 0.015 -0.004 0.026 -0.004 0.477 | +| Dbar_s | -0.232 0.035 -0.005 -0.386 0.005 0.145 -0.256 -0.197 0.000 -0.376 1.000 0.349 0.144 0.029 -0.498 -0.013 0.073 -0.161 0.010 -0.723 | +| p3770_p | 0.034 0.008 -0.007 -0.152 -0.374 0.181 -0.295 0.093 0.002 -0.151 0.349 1.000 0.025 0.015 -0.105 -0.013 -0.063 -0.035 -0.002 -0.442 | +| psi2s_s | -0.009 -0.023 0.039 -0.004 -0.052 -0.003 -0.038 -0.024 0.002 -0.026 0.144 0.025 1.000 -0.072 -0.021 0.035 -0.037 -0.841 -0.019 0.026 | +| rho_p | 0.019 0.238 -0.076 -0.025 -0.052 0.028 -0.026 0.005 -0.065 -0.042 0.029 0.015 -0.072 1.000 -0.019 -0.212 -0.119 0.084 0.150 -0.025 | +| p4160_s | -0.068 -0.015 0.003 0.335 -0.200 -0.093 0.064 0.440 0.000 -0.068 -0.498 -0.105 -0.021 -0.019 1.000 0.004 -0.148 0.021 -0.008 0.282 | +| phi_p | -0.010 -0.014 0.812 0.006 0.000 -0.015 0.012 -0.007 0.018 0.015 -0.013 -0.013 0.035 -0.212 0.004 1.000 -0.008 -0.041 0.042 0.003 | +| jpsi_p | -0.070 -0.054 -0.024 -0.109 0.113 -0.030 0.034 -0.159 0.016 -0.004 0.073 -0.063 -0.037 -0.119 -0.148 -0.008 1.000 0.048 -0.031 -0.105 | +| jpsi_s | 0.008 0.028 -0.045 0.004 0.051 0.003 0.030 0.025 -0.002 0.026 -0.161 -0.035 -0.841 0.084 0.021 -0.041 0.048 1.000 0.022 -0.025 | +| omega_p | -0.004 0.624 0.048 -0.006 -0.009 -0.003 -0.004 -0.009 -0.551 -0.004 0.010 -0.002 -0.019 0.150 -0.008 0.042 -0.031 0.022 1.000 0.002 | +| Ctt | -0.096 0.006 0.001 0.359 0.181 -0.431 0.168 -0.162 0.001 0.477 -0.723 -0.442 0.026 -0.025 0.282 0.003 -0.105 -0.025 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13700887977003529}), (, {'error': 0.3032571385595213}), (, {'error': 1.3132727318578912}), (, {'error': 0.1762779164655578}), (, {'error': 0.028845298699542443}), (, {'error': 0.09114025867535425}), (, {'error': 0.20972211878935965}), (, {'error': 0.17762768434361753}), (, {'error': 1.105747068156668}), (, {'error': 0.17189068934609247}), (, {'error': 0.05544394623753346}), (, {'error': 0.09764161424412188}), (, {'error': 2.0611175914646083}), (, {'error': 0.20441866280541143}), (, {'error': 0.16864745073303355}), (, {'error': 0.3323913948459616}), (, {'error': 0.01594699092038976}), (, {'error': 38.53719147376978}), (, {'error': 0.23454198360171308}), (, {'error': 0.11224536704548604})]) +Toy 5/10 +Time taken: 7 h, 44 min +Projected time left: 7 h, 44 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.169E+05 | Ncalls=1122 (1122 total) | +| EDM = 3.11E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -716939.0634400997 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.87 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | rho_s | 1.82 | 0.29 | | |0.0253049| 2.0747 | | +| 2 | phi_s | 15.9 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | p4415_s | 1.45 | 0.17 | | |0.126447 | 2.35355 | | +| 4 | psi2s_p | 1.833 | 0.027 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.29 | 0.08 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.50 | 0.21 | | |0.918861 | 4.08114 | | +| 7 | p4040_p | -6 | 11 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 5.2 | 0.9 | | | 4.19232 | 9.40768 | | +| 9 | p4040_s | 0.005 | 0.017 | | |0.00501244| 2.01499 | | +| 10| Dbar_s | 0.025 | 0.050 | | | -1.464 | 1.464 | | +| 11| p3770_p | -3.05 | 0.11 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1372.9 | 1.8 | | | 1358.64 | 1433.36 | | +| 13| rho_p | 0.017 | 0.184 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.37 | 0.15 | | | 0.71676 | 3.68324 | | +| 15| phi_p | 0.025 | 0.470 | | |-6.28319 | 6.28319 | | +| 16| jpsi_p | -4.648 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 18| omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.07 | 0.11 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p rho_s phi_s p4415_s psi2s_p p4160_p p3770_s p4040_p omega_s p4040_s Dbar_s p3770_p psi2s_s rho_p p4160_s phi_p jpsi_p jpsi_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.000 -0.005 -0.148 -0.074 0.248 0.021 -0.018 0.004 0.014 -0.236 0.022 -0.008 0.011 -0.136 -0.007 -0.032 0.007 0.001 -0.047 | +| rho_s | -0.000 1.000 0.114 -0.006 -0.031 -0.003 -0.020 0.002 -0.423 0.000 0.030 0.008 -0.019 0.202 -0.013 0.103 -0.067 0.025 0.028 0.024 | +| phi_s | -0.005 0.114 1.000 -0.001 -0.043 -0.011 -0.009 0.002 0.017 -0.000 0.013 -0.005 -0.004 0.333 -0.004 0.902 -0.104 0.005 -0.013 0.014 | +| p4415_s | -0.148 -0.006 -0.001 1.000 -0.018 0.020 0.085 -0.031 -0.001 -0.000 -0.407 -0.189 0.008 -0.019 0.349 -0.001 -0.107 -0.009 0.000 0.403 | +| psi2s_p | -0.074 -0.031 -0.043 -0.018 1.000 -0.143 -0.197 0.063 -0.009 -0.015 -0.127 -0.374 -0.053 -0.064 -0.079 -0.041 0.057 0.052 0.001 0.193 | +| p4160_p | 0.248 -0.003 -0.011 0.020 -0.143 1.000 -0.066 0.019 0.004 0.021 0.084 0.185 -0.017 0.010 -0.108 -0.013 -0.003 0.017 0.001 -0.361 | +| p3770_s | 0.021 -0.020 -0.009 0.085 -0.197 -0.066 1.000 0.010 0.001 -0.012 -0.232 -0.261 -0.032 -0.018 0.121 -0.007 0.013 0.021 0.000 0.076 | +| p4040_p | -0.018 0.002 0.002 -0.031 0.063 0.019 0.010 1.000 -0.001 -0.126 0.051 -0.015 0.004 0.001 -0.082 0.002 0.028 -0.004 -0.000 0.016 | +| omega_s | 0.004 -0.423 0.017 -0.001 -0.009 0.004 0.001 -0.001 1.000 0.000 -0.004 0.000 0.000 0.299 0.000 -0.007 -0.021 -0.000 -0.109 -0.007 | +| p4040_s | 0.014 0.000 -0.000 -0.000 -0.015 0.021 -0.012 -0.126 0.000 1.000 0.012 0.015 -0.000 0.002 0.027 -0.000 -0.004 0.000 0.000 -0.033 | +| Dbar_s | -0.236 0.030 0.013 -0.407 -0.127 0.084 -0.232 0.051 -0.004 0.012 1.000 0.412 0.095 0.022 -0.546 0.011 0.050 -0.115 -0.000 -0.762 | +| p3770_p | 0.022 0.008 -0.005 -0.189 -0.374 0.185 -0.261 -0.015 0.000 0.015 0.412 1.000 0.012 0.009 -0.175 -0.007 -0.034 -0.022 0.001 -0.476 | +| psi2s_s | -0.008 -0.019 -0.004 0.008 -0.053 -0.017 -0.032 0.004 0.000 -0.000 0.095 0.012 1.000 -0.051 -0.004 -0.010 -0.032 -0.778 0.000 0.042 | +| rho_p | 0.011 0.202 0.333 -0.019 -0.064 0.010 -0.018 0.001 0.299 0.002 0.022 0.009 -0.051 1.000 -0.021 0.280 -0.139 0.064 0.009 -0.004 | +| p4160_s | -0.136 -0.013 -0.004 0.349 -0.079 -0.108 0.121 -0.082 0.000 0.027 -0.546 -0.175 -0.004 -0.021 1.000 -0.004 -0.115 0.003 0.000 0.417 | +| phi_p | -0.007 0.103 0.902 -0.001 -0.041 -0.013 -0.007 0.002 -0.007 -0.000 0.011 -0.007 -0.010 0.280 -0.004 1.000 -0.103 0.013 -0.012 0.012 | +| jpsi_p | -0.032 -0.067 -0.104 -0.107 0.057 -0.003 0.013 0.028 -0.021 -0.004 0.050 -0.034 -0.032 -0.139 -0.115 -0.103 1.000 0.044 0.003 -0.152 | +| jpsi_s | 0.007 0.025 0.005 -0.009 0.052 0.017 0.021 -0.004 -0.000 0.000 -0.115 -0.022 -0.778 0.064 0.003 0.013 0.044 1.000 -0.000 -0.041 | +| omega_p | 0.001 0.028 -0.013 0.000 0.001 0.001 0.000 -0.000 -0.109 0.000 -0.000 0.001 0.000 0.009 0.000 -0.012 0.003 -0.000 1.000 -0.000 | +| Ctt | -0.047 0.024 0.014 0.403 0.193 -0.361 0.076 0.016 -0.007 -0.033 -0.762 -0.476 0.042 -0.004 0.417 0.012 -0.152 -0.041 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14445052564632643}), (, {'error': 0.2884622726624835}), (, {'error': 1.6948452621434873}), (, {'error': 0.1741830077549813}), (, {'error': 0.02696345733462291}), (, {'error': 0.07992804434860012}), (, {'error': 0.20711986027545848}), (, {'error': 11.029002142969778}), (, {'error': 0.8989929991726768}), (, {'error': 0.017007449938100282}), (, {'error': 0.05026317794348689}), (, {'error': 0.10880691378283669}), (, {'error': 1.776588239978878}), (, {'error': 0.18387501314723398}), (, {'error': 0.14997646853418267}), (, {'error': 0.47047714758715875}), (, {'error': 0.015785521441085137}), (, {'error': 21.567823373608917}), (, {'error': 0.08609837002801246}), (, {'error': 0.10765031393158978})]) +Toy 6/10 +Time taken: 9 h, 25 min +Projected time left: 6 h, 16 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.169E+05 | Ncalls=407 (407 total) | +| EDM = 4.08E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -716916.0745104521 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.91 | 0.06 | | |-6.28319 | 6.28319 | | +| 1 | rho_s | 0.06 | 1.55 | | |0.0253049| 2.0747 | | +| 2 | phi_s | 15.30 | 0.28 | | | 14.8182 | 23.5818 | | +| 3 | p4415_s | 1.51 | 0.07 | | |0.126447 | 2.35355 | | +| 4 | psi2s_p | -2.535 | 0.012 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -2.07 | 0.04 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.57 | 0.09 | | |0.918861 | 4.08114 | | +| 7 | p4040_p | -2.49 | 0.07 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 8.98 | 0.19 | | | 4.19232 | 9.40768 | | +| 9 | p4040_s | 1.04 | 0.06 | | |0.00501244| 2.01499 | | +| 10| Dbar_s | -0.192 | 0.012 | | | -1.464 | 1.464 | | +| 11| p3770_p | -2.43 | 0.04 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1358.642 | 0.024 | | | 1358.64 | 1433.36 | | +| 13| rho_p | -4 | 7 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.25 | 0.06 | | | 0.71676 | 3.68324 | | +| 15| phi_p | -0.13 | 0.10 | | |-6.28319 | 6.28319 | | +| 16| jpsi_p | 1.457 | 0.011 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 0.989E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 18| omega_p | 6.24 | 0.04 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.214 | 0.029 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p rho_s phi_s p4415_s psi2s_p p4160_p p3770_s p4040_p omega_s p4040_s Dbar_s p3770_p psi2s_s rho_p p4160_s phi_p jpsi_p jpsi_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.160 0.098 -0.079 -0.009 0.055 -0.036 0.026 0.040 -0.084 -0.059 0.015 -0.002 -0.160 -0.087 -0.040 -0.125 -0.049 -0.072 -0.007 | +| rho_s | 0.160 1.000 0.608 -0.129 -0.126 0.160 -0.132 0.084 0.248 -0.211 0.309 0.048 -0.016 -0.999 -0.091 -0.243 -0.664 -0.421 -0.450 0.246 | +| phi_s | 0.098 0.608 1.000 -0.078 -0.077 0.098 -0.080 0.051 0.151 -0.128 0.189 0.029 -0.010 -0.608 -0.055 -0.043 -0.405 -0.255 -0.272 0.151 | +| p4415_s | -0.079 -0.129 -0.078 1.000 -0.002 0.023 0.018 0.011 -0.032 0.024 -0.066 -0.002 0.002 0.129 0.034 0.030 0.072 0.059 0.058 -0.000 | +| psi2s_p | -0.009 -0.126 -0.077 -0.002 1.000 0.006 0.004 0.003 -0.031 -0.001 0.045 0.050 0.001 0.126 -0.004 0.027 0.071 0.067 0.056 0.005 | +| p4160_p | 0.055 0.160 0.098 0.023 0.006 1.000 -0.042 -0.023 0.040 -0.122 -0.020 0.013 -0.002 -0.161 -0.047 -0.040 -0.121 -0.056 -0.072 -0.048 | +| p3770_s | -0.036 -0.132 -0.080 0.018 0.004 -0.042 1.000 -0.051 -0.033 0.037 -0.090 -0.052 0.002 0.132 0.006 0.031 0.072 0.061 0.059 -0.064 | +| p4040_p | 0.026 0.084 0.051 0.011 0.003 -0.023 -0.051 1.000 0.021 -0.043 -0.047 0.008 -0.001 -0.084 0.078 -0.022 -0.084 -0.022 -0.038 -0.070 | +| omega_s | 0.040 0.248 0.151 -0.032 -0.031 0.040 -0.033 0.021 1.000 -0.052 0.078 0.012 -0.004 -0.248 -0.022 -0.064 -0.165 -0.104 -0.091 0.062 | +| p4040_s | -0.084 -0.211 -0.128 0.024 -0.001 -0.122 0.037 -0.043 -0.052 1.000 -0.127 0.025 0.004 0.211 -0.052 0.050 0.124 0.094 0.095 -0.039 | +| Dbar_s | -0.059 0.309 0.189 -0.066 0.045 -0.020 -0.090 -0.047 0.078 -0.127 1.000 0.012 -0.004 -0.309 -0.116 -0.074 -0.225 -0.090 -0.139 -0.060 | +| p3770_p | 0.015 0.048 0.029 -0.002 0.050 0.013 -0.052 0.008 0.012 0.025 0.012 1.000 -0.002 -0.048 0.014 -0.013 -0.055 -0.004 -0.022 -0.059 | +| psi2s_s | -0.002 -0.016 -0.010 0.002 0.001 -0.002 0.002 -0.001 -0.004 0.004 -0.004 -0.002 1.000 0.016 0.002 0.004 0.010 0.028 0.007 -0.004 | +| rho_p | -0.160 -0.999 -0.608 0.129 0.126 -0.161 0.132 -0.084 -0.248 0.211 -0.309 -0.048 0.016 1.000 0.091 0.244 0.665 0.422 0.450 -0.247 | +| p4160_s | -0.087 -0.091 -0.055 0.034 -0.004 -0.047 0.006 0.078 -0.022 -0.052 -0.116 0.014 0.002 0.091 1.000 0.021 0.037 0.051 0.040 -0.026 | +| phi_p | -0.040 -0.243 -0.043 0.030 0.027 -0.040 0.031 -0.022 -0.064 0.050 -0.074 -0.013 0.004 0.244 0.021 1.000 0.156 0.099 0.110 -0.060 | +| jpsi_p | -0.125 -0.664 -0.405 0.072 0.071 -0.121 0.072 -0.084 -0.165 0.124 -0.225 -0.055 0.010 0.665 0.037 0.156 1.000 0.278 0.298 -0.183 | +| jpsi_s | -0.049 -0.421 -0.255 0.059 0.067 -0.056 0.061 -0.022 -0.104 0.094 -0.090 -0.004 0.028 0.422 0.051 0.099 0.278 1.000 0.189 -0.068 | +| omega_p | -0.072 -0.450 -0.272 0.058 0.056 -0.072 0.059 -0.038 -0.091 0.095 -0.139 -0.022 0.007 0.450 0.040 0.110 0.298 0.189 1.000 -0.111 | +| Ctt | -0.007 0.246 0.151 -0.000 0.005 -0.048 -0.064 -0.070 0.062 -0.039 -0.060 -0.059 -0.004 -0.247 -0.026 -0.060 -0.183 -0.068 -0.111 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.05844669331684571}), (, {'error': 1.5532904156304561}), (, {'error': 0.2750484533049429}), (, {'error': 0.06925626704513521}), (, {'error': 0.01182282131701573}), (, {'error': 0.03630185994282664}), (, {'error': 0.08565161450361103}), (, {'error': 0.06991849283131502}), (, {'error': 0.19351498999263672}), (, {'error': 0.05865581111131246}), (, {'error': 0.012192542512270532}), (, {'error': 0.04357944526346591}), (, {'error': 0.024375196633059204}), (, {'error': 7.39517216508874}), (, {'error': 0.058942422066316835}), (, {'error': 0.09602290469259867}), (, {'error': 0.011127838319259897}), (, {'error': 4.389304761180938}), (, {'error': 0.04008914938276398}), (, {'error': 0.028623071435231906})]) +Toy 7/10 +Time taken: 10 h, 23 min +Projected time left: 4 h, 27 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.168E+05 | Ncalls=1326 (1326 total) | +| EDM = 0.000439 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -716833.1639911862 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.18 | 0.26 | | |-6.28319 | 6.28319 | | +| 1 | rho_s | 1.87 | 0.27 | | |0.0253049| 2.0747 | | +| 2 | phi_s | 17.9 | 1.6 | | | 14.8182 | 23.5818 | | +| 3 | p4415_s | 0.74 | 0.18 | | |0.126447 | 2.35355 | | +| 4 | psi2s_p | 1.902 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.40 | 0.21 | | |0.918861 | 4.08114 | | +| 7 | p4040_p | -3.62 | 0.11 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6.1 | 1.3 | | | 4.19232 | 9.40768 | | +| 9 | p4040_s | 1.47 | 0.17 | | |0.00501244| 2.01499 | | +| 10| Dbar_s | 0.33 | 0.06 | | | -1.464 | 1.464 | | +| 11| p3770_p | -2.90 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1372.9 | 1.6 | | | 1358.64 | 1433.36 | | +| 13| rho_p | 0.021 | 0.182 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 0.717 | 0.009 | | | 0.71676 | 3.68324 | | +| 15| phi_p | -5.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 16| jpsi_p | -4.616 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 18| omega_p | 0.5 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.40 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p rho_s phi_s p4415_s psi2s_p p4160_p p3770_s p4040_p omega_s p4040_s Dbar_s p3770_p psi2s_s rho_p p4160_s phi_p jpsi_p jpsi_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.001 -0.003 -0.111 -0.086 0.001 -0.002 0.012 0.001 -0.191 -0.100 0.072 -0.010 0.015 0.009 -0.005 -0.014 0.009 -0.003 -0.120 | +| rho_s | -0.001 1.000 -0.012 0.004 -0.018 0.000 -0.016 -0.016 -0.278 0.006 0.012 -0.003 -0.010 0.193 -0.000 -0.014 -0.055 0.015 0.051 0.034 | +| phi_s | -0.003 -0.012 1.000 -0.002 -0.011 0.000 0.007 -0.000 -0.029 0.002 -0.003 -0.005 0.024 -0.104 -0.000 0.874 -0.029 -0.032 0.044 -0.011 | +| p4415_s | -0.111 0.004 -0.002 1.000 0.025 -0.009 0.113 0.207 -0.002 0.154 -0.533 -0.293 0.016 -0.017 -0.007 -0.002 -0.143 -0.018 -0.001 0.505 | +| psi2s_p | -0.086 -0.018 -0.011 0.025 1.000 0.006 -0.186 -0.252 -0.012 0.250 -0.190 -0.410 -0.035 -0.050 -0.003 -0.005 0.048 0.034 -0.008 0.264 | +| p4160_p | 0.001 0.000 0.000 -0.009 0.006 1.000 -0.001 -0.001 0.000 0.012 0.010 0.000 0.000 0.000 -0.003 0.000 0.004 -0.000 0.000 -0.002 | +| p3770_s | -0.002 -0.016 0.007 0.113 -0.186 -0.001 1.000 0.055 -0.000 0.173 -0.244 -0.262 -0.026 -0.019 -0.005 0.011 0.003 0.014 0.000 0.120 | +| p4040_p | 0.012 -0.016 -0.000 0.207 -0.252 -0.001 0.055 1.000 -0.002 -0.189 -0.340 0.010 -0.022 -0.019 -0.013 0.000 -0.129 0.021 -0.006 0.093 | +| omega_s | 0.001 -0.278 -0.029 -0.002 -0.012 0.000 -0.000 -0.002 1.000 -0.002 0.001 -0.001 -0.003 0.143 0.000 -0.071 -0.029 0.004 0.681 -0.003 | +| p4040_s | -0.191 0.006 0.002 0.154 0.250 0.012 0.173 -0.189 -0.002 1.000 -0.362 -0.318 0.020 -0.020 -0.008 0.005 0.001 -0.022 0.004 0.540 | +| Dbar_s | -0.100 0.012 -0.003 -0.533 -0.190 0.010 -0.244 -0.340 0.001 -0.362 1.000 0.525 0.045 0.023 0.018 -0.006 0.092 -0.064 0.000 -0.836 | +| p3770_p | 0.072 -0.003 -0.005 -0.293 -0.410 0.000 -0.262 0.010 -0.001 -0.318 0.525 1.000 -0.009 0.012 0.013 -0.007 0.004 0.001 -0.005 -0.592 | +| psi2s_s | -0.010 -0.010 0.024 0.016 -0.035 0.000 -0.026 -0.022 -0.003 0.020 0.045 -0.009 1.000 -0.039 -0.001 0.022 -0.026 -0.699 -0.003 0.049 | +| rho_p | 0.015 0.193 -0.104 -0.017 -0.050 0.000 -0.019 -0.019 0.143 -0.020 0.023 0.012 -0.039 1.000 0.001 -0.207 -0.111 0.053 -0.044 -0.002 | +| p4160_s | 0.009 -0.000 -0.000 -0.007 -0.003 -0.003 -0.005 -0.013 0.000 -0.008 0.018 0.013 -0.001 0.001 1.000 -0.000 0.004 0.001 -0.000 -0.023 | +| phi_p | -0.005 -0.014 0.874 -0.002 -0.005 0.000 0.011 0.000 -0.071 0.005 -0.006 -0.007 0.022 -0.207 -0.000 1.000 -0.017 -0.030 0.026 -0.014 | +| jpsi_p | -0.014 -0.055 -0.029 -0.143 0.048 0.004 0.003 -0.129 -0.029 0.001 0.092 0.004 -0.026 -0.111 0.004 -0.017 1.000 0.040 -0.025 -0.168 | +| jpsi_s | 0.009 0.015 -0.032 -0.018 0.034 -0.000 0.014 0.021 0.004 -0.022 -0.064 0.001 -0.699 0.053 0.001 -0.030 0.040 1.000 0.004 -0.048 | +| omega_p | -0.003 0.051 0.044 -0.001 -0.008 0.000 0.000 -0.006 0.681 0.004 0.000 -0.005 -0.003 -0.044 -0.000 0.026 -0.025 0.004 1.000 0.003 | +| Ctt | -0.120 0.034 -0.011 0.505 0.264 -0.002 0.120 0.093 -0.003 0.540 -0.836 -0.592 0.049 -0.002 -0.023 -0.014 -0.168 -0.048 0.003 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.26448500160239563}), (, {'error': 0.27467996234565484}), (, {'error': 1.5668953854406844}), (, {'error': 0.1805756151401095}), (, {'error': 0.028089940796859558}), (, {'error': 0.010699121622205432}), (, {'error': 0.21005882737258053}), (, {'error': 0.10557156834789017}), (, {'error': 1.2585375043877334}), (, {'error': 0.17431616372359293}), (, {'error': 0.056232663263861005}), (, {'error': 0.12488878273947979}), (, {'error': 1.5608894862755278}), (, {'error': 0.18190179370365955}), (, {'error': 0.009006482512819547}), (, {'error': 0.4059420884170035}), (, {'error': 0.015719467605936455}), (, {'error': 15.369320346722816}), (, {'error': 0.32512416207931816}), (, {'error': 0.13176201127807438})]) +Toy 8/10 +Time taken: 12 h, 18 min +Projected time left: 3 h, 4 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.17E+05 | Ncalls=1093 (1093 total) | +| EDM = 1.87E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -716957.3634580525 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.26 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | rho_s | 1.75 | 0.29 | | |0.0253049| 2.0747 | | +| 2 | phi_s | 15.8 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | p4415_s | 1.57 | 0.17 | | |0.126447 | 2.35355 | | +| 4 | psi2s_p | -2.113 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -1.87 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.50 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | p4040_p | -2.30 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 5.6 | 0.9 | | | 4.19232 | 9.40768 | | +| 9 | p4040_s | 0.98 | 0.16 | | |0.00501244| 2.01499 | | +| 10| Dbar_s | -0.10 | 0.05 | | | -1.464 | 1.464 | | +| 11| p3770_p | 4.23 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1367.7 | 2.0 | | | 1358.64 | 1433.36 | | +| 13| rho_p | 5.99 | 0.19 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.25 | 0.16 | | | 0.71676 | 3.68324 | | +| 15| phi_p | -0.22 | 0.48 | | |-6.28319 | 6.28319 | | +| 16| jpsi_p | 4.580 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 18| omega_p | 6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.31 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p rho_s phi_s p4415_s psi2s_p p4160_p p3770_s p4040_p omega_s p4040_s Dbar_s p3770_p psi2s_s rho_p p4160_s phi_p jpsi_p jpsi_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.000 -0.007 -0.156 0.009 0.306 0.001 0.167 0.002 -0.182 -0.279 0.058 -0.008 0.018 -0.063 -0.008 -0.087 0.011 0.001 -0.077 | +| rho_s | -0.000 1.000 0.089 -0.011 0.024 0.004 -0.023 -0.010 -0.478 -0.019 0.044 0.010 -0.022 0.206 -0.015 0.083 0.044 0.022 0.019 0.010 | +| phi_s | -0.007 0.089 1.000 -0.001 -0.021 -0.010 -0.008 -0.010 -0.013 -0.004 0.017 -0.006 -0.003 0.311 -0.005 0.906 -0.055 0.002 -0.025 0.011 | +| p4415_s | -0.156 -0.011 -0.001 1.000 -0.291 0.032 0.097 0.150 0.003 0.108 -0.367 -0.142 0.000 -0.025 0.329 -0.002 -0.053 0.002 0.001 0.351 | +| psi2s_p | 0.009 0.024 -0.021 -0.291 1.000 0.247 -0.226 -0.010 -0.010 -0.355 0.601 0.411 0.045 0.011 -0.272 -0.024 -0.034 -0.080 0.002 -0.606 | +| p4160_p | 0.306 0.004 -0.010 0.032 0.247 1.000 -0.110 0.075 0.000 -0.458 0.045 0.194 -0.014 0.027 -0.053 -0.011 -0.085 0.013 0.001 -0.391 | +| p3770_s | 0.001 -0.023 -0.008 0.097 -0.226 -0.110 1.000 -0.076 0.005 0.199 -0.292 -0.238 -0.019 -0.029 0.076 -0.007 -0.058 0.032 0.001 0.203 | +| p4040_p | 0.167 -0.010 -0.010 0.150 -0.010 0.075 -0.076 1.000 0.005 -0.161 -0.268 0.132 -0.031 0.003 0.459 -0.011 -0.170 0.031 0.002 -0.130 | +| omega_s | 0.002 -0.478 -0.013 0.003 -0.010 0.000 0.005 0.005 1.000 0.002 -0.011 -0.002 0.007 0.152 0.005 -0.032 -0.026 -0.008 -0.216 -0.004 | +| p4040_s | -0.182 -0.019 -0.004 0.108 -0.355 -0.458 0.199 -0.161 0.002 1.000 -0.325 -0.142 -0.011 -0.042 -0.091 -0.003 0.001 0.020 0.000 0.456 | +| Dbar_s | -0.279 0.044 0.017 -0.367 0.601 0.045 -0.292 -0.268 -0.011 -0.325 1.000 0.310 0.134 0.033 -0.489 0.015 0.133 -0.169 -0.001 -0.688 | +| p3770_p | 0.058 0.010 -0.006 -0.142 0.411 0.194 -0.238 0.132 -0.002 -0.142 0.310 1.000 -0.005 0.019 -0.069 -0.007 -0.073 -0.024 0.001 -0.498 | +| psi2s_s | -0.008 -0.022 -0.003 0.000 0.045 -0.014 -0.019 -0.031 0.007 -0.011 0.134 -0.005 1.000 -0.066 -0.013 -0.012 0.064 -0.834 0.001 0.019 | +| rho_p | 0.018 0.206 0.311 -0.025 0.011 0.027 -0.029 0.003 0.152 -0.042 0.033 0.019 -0.066 1.000 -0.019 0.265 -0.033 0.073 0.030 -0.025 | +| p4160_s | -0.063 -0.015 -0.005 0.329 -0.272 -0.053 0.076 0.459 0.005 -0.091 -0.489 -0.069 -0.013 -0.019 1.000 -0.006 -0.111 0.017 0.001 0.276 | +| phi_p | -0.008 0.083 0.906 -0.002 -0.024 -0.011 -0.007 -0.011 -0.032 -0.003 0.015 -0.007 -0.012 0.265 -0.006 1.000 -0.061 0.013 -0.024 0.010 | +| jpsi_p | -0.087 0.044 -0.055 -0.053 -0.034 -0.085 -0.058 -0.170 -0.026 0.001 0.133 -0.073 0.064 -0.033 -0.111 -0.061 1.000 -0.076 0.005 0.131 | +| jpsi_s | 0.011 0.022 0.002 0.002 -0.080 0.013 0.032 0.031 -0.008 0.020 -0.169 -0.024 -0.834 0.073 0.017 0.013 -0.076 1.000 -0.001 -0.022 | +| omega_p | 0.001 0.019 -0.025 0.001 0.002 0.001 0.001 0.002 -0.216 0.000 -0.001 0.001 0.001 0.030 0.001 -0.024 0.005 -0.001 1.000 -0.000 | +| Ctt | -0.077 0.010 0.011 0.351 -0.606 -0.391 0.203 -0.130 -0.004 0.456 -0.688 -0.498 0.019 -0.025 0.276 0.010 0.131 -0.022 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13793680657970353}), (, {'error': 0.28573696995816844}), (, {'error': 1.71328586700485}), (, {'error': 0.17408393857361482}), (, {'error': 0.028452631502170256}), (, {'error': 0.09089698786676204}), (, {'error': 0.19367292356994947}), (, {'error': 0.1827304383408499}), (, {'error': 0.9346708068646907}), (, {'error': 0.16317171219918336}), (, {'error': 0.05452500817521844}), (, {'error': 0.10358359341052026}), (, {'error': 2.0265111727177327}), (, {'error': 0.19030028337788973}), (, {'error': 0.16404072350390408}), (, {'error': 0.48265080040150377}), (, {'error': 0.015881444763763852}), (, {'error': 38.45504910157251}), (, {'error': 0.15395655074819548}), (, {'error': 0.12235741213839707})]) +Toy 9/10 +Time taken: 13 h, 56 min +Projected time left: 1 h, 32 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.17E+05 | Ncalls=1189 (1189 total) | +| EDM = 4.55E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -716956.3397459079 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.54 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | rho_s | 1.77 | 0.26 | | |0.0253049| 2.0747 | | +| 2 | phi_s | 16 | 8 | | | 14.8182 | 23.5818 | | +| 3 | p4415_s | 1.59 | 0.14 | | |0.126447 | 2.35355 | | +| 4 | psi2s_p | 1.829 | 0.023 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.04 | 0.07 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.71 | 0.17 | | |0.918861 | 4.08114 | | +| 7 | p4040_p | -2.78 | 0.13 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 5.3 | 0.8 | | | 4.19232 | 9.40768 | | +| 9 | p4040_s | 1.03 | 0.12 | | |0.00501244| 2.01499 | | +| 10| Dbar_s | -0.111 | 0.028 | | | -1.464 | 1.464 | | +| 11| p3770_p | -3.15 | 0.07 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1372.8 | 1.2 | | | 1358.64 | 1433.36 | | +| 13| rho_p | -0.03 | 0.25 | | |-6.28319 | 6.28319 | | +| 14| p4160_s | 2.30 | 0.12 | | | 0.71676 | 3.68324 | | +| 15| phi_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 16| jpsi_p | -4.652 | 0.015 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 18| omega_p | 6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.27 | 0.06 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p rho_s phi_s p4415_s psi2s_p p4160_p p3770_s p4040_p omega_s p4040_s Dbar_s p3770_p psi2s_s rho_p p4160_s phi_p jpsi_p jpsi_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.016 -0.056 -0.158 -0.062 0.186 -0.023 0.076 0.016 -0.138 -0.240 0.022 0.014 -0.039 -0.126 -0.056 -0.017 -0.022 0.005 -0.109 | +| rho_s | -0.016 1.000 0.385 -0.013 -0.093 -0.025 -0.023 -0.039 -0.421 -0.022 0.063 -0.034 -0.037 0.402 -0.023 0.384 -0.212 0.055 -0.021 0.054 | +| phi_s | -0.056 0.385 1.000 -0.023 -0.201 -0.076 -0.034 -0.096 -0.275 -0.026 0.086 -0.095 -0.071 0.807 -0.047 0.997 -0.476 0.106 -0.078 0.076 | +| p4415_s | -0.158 -0.013 -0.023 1.000 -0.058 0.090 0.012 0.072 0.006 0.009 -0.165 -0.032 0.008 -0.027 0.151 -0.023 -0.038 -0.014 0.002 0.152 | +| psi2s_p | -0.062 -0.093 -0.201 -0.058 1.000 -0.047 -0.122 -0.183 0.051 -0.048 0.002 -0.249 -0.016 -0.183 -0.126 -0.201 0.150 0.005 0.016 0.091 | +| p4160_p | 0.186 -0.025 -0.076 0.090 -0.047 1.000 -0.061 -0.014 0.022 -0.296 -0.049 0.054 0.007 -0.055 -0.048 -0.077 0.007 -0.010 0.007 -0.261 | +| p3770_s | -0.023 -0.023 -0.034 0.012 -0.122 -0.061 1.000 -0.099 0.009 0.077 -0.135 -0.194 -0.011 -0.035 -0.004 -0.033 0.040 -0.004 0.003 -0.005 | +| p4040_p | 0.076 -0.039 -0.096 0.072 -0.183 -0.014 -0.099 1.000 0.028 -0.116 -0.167 0.045 0.005 -0.079 0.294 -0.097 -0.042 -0.012 0.008 -0.200 | +| omega_s | 0.016 -0.421 -0.275 0.006 0.051 0.022 0.009 0.028 1.000 0.006 -0.027 0.025 0.021 -0.092 0.014 -0.278 0.122 -0.032 -0.057 -0.025 | +| p4040_s | -0.138 -0.022 -0.026 0.009 -0.048 -0.296 0.077 -0.116 0.006 1.000 -0.186 0.015 -0.004 -0.034 -0.171 -0.026 0.012 -0.001 0.002 0.203 | +| Dbar_s | -0.240 0.063 0.086 -0.165 0.002 -0.049 -0.135 -0.167 -0.027 -0.186 1.000 0.117 0.059 0.079 -0.288 0.086 -0.043 -0.079 -0.007 -0.443 | +| p3770_p | 0.022 -0.034 -0.095 -0.032 -0.249 0.054 -0.194 0.045 0.025 0.015 0.117 1.000 0.004 -0.078 -0.002 -0.095 -0.009 -0.018 0.008 -0.217 | +| psi2s_s | 0.014 -0.037 -0.071 0.008 -0.016 0.007 -0.011 0.005 0.021 -0.004 0.059 0.004 1.000 -0.074 0.009 -0.071 0.023 -0.622 0.006 0.041 | +| rho_p | -0.039 0.402 0.807 -0.027 -0.183 -0.055 -0.035 -0.079 -0.092 -0.034 0.079 -0.078 -0.074 1.000 -0.045 0.803 -0.428 0.111 -0.051 0.062 | +| p4160_s | -0.126 -0.023 -0.047 0.151 -0.126 -0.048 -0.004 0.294 0.014 -0.171 -0.288 -0.002 0.009 -0.045 1.000 -0.048 -0.045 -0.018 0.004 0.067 | +| phi_p | -0.056 0.384 0.997 -0.023 -0.201 -0.077 -0.033 -0.097 -0.278 -0.026 0.086 -0.095 -0.071 0.803 -0.048 1.000 -0.477 0.107 -0.078 0.076 | +| jpsi_p | -0.017 -0.212 -0.476 -0.038 0.150 0.007 0.040 -0.042 0.122 0.012 -0.043 -0.009 0.023 -0.428 -0.045 -0.477 1.000 -0.028 0.039 -0.107 | +| jpsi_s | -0.022 0.055 0.106 -0.014 0.005 -0.010 -0.004 -0.012 -0.032 -0.001 -0.079 -0.018 -0.622 0.111 -0.018 0.107 -0.028 1.000 -0.009 -0.048 | +| omega_p | 0.005 -0.021 -0.078 0.002 0.016 0.007 0.003 0.008 -0.057 0.002 -0.007 0.008 0.006 -0.051 0.004 -0.078 0.039 -0.009 1.000 -0.007 | +| Ctt | -0.109 0.054 0.076 0.152 0.091 -0.261 -0.005 -0.200 -0.025 0.203 -0.443 -0.217 0.041 0.062 0.067 0.076 -0.107 -0.048 -0.007 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10533908661475322}), (, {'error': 0.25516731882941623}), (, {'error': 8.079628765517654}), (, {'error': 0.13886613044754703}), (, {'error': 0.023033152975600935}), (, {'error': 0.06769717599865555}), (, {'error': 0.17072606982683047}), (, {'error': 0.13293812608133715}), (, {'error': 0.7580534990638754}), (, {'error': 0.12294053847785025}), (, {'error': 0.028381773636376062}), (, {'error': 0.07435723566224572}), (, {'error': 1.246784511015676}), (, {'error': 0.2527191565207718}), (, {'error': 0.11865414190531909}), (, {'error': 10.36329212940054}), (, {'error': 0.015401794359112042}), (, {'error': 15.603410715511018}), (, {'error': 0.06481822731874054}), (, {'error': 0.06110638583407674})]) +Toy 10/10 +Time taken: 15 h, 40 min +Projected time left: +Mean Ctt value = 0.17343115343298976 +Mean Ctt error = 0.10391403969714699 +Simulation ended diff --git a/prelim_results/slurm-2213911.out b/prelim_results/slurm-2213911.out new file mode 100644 index 0000000..62be7ef --- /dev/null +++ b/prelim_results/slurm-2213911.out @@ -0,0 +1,9227 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.996788: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.020851: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.021130: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x559ab7aec720 executing computations on platform Host. Devices: +2019-07-07 14:45:24.021173: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.632809: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x559ab7ba41b0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.632862: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.638769: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:8a:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.638838: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.726905: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.726960: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.726979: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.733687: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:8a:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -704597.5765085 Edm = 3.70933 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -704597.5765085 Edm = 3.70933 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -705855.5122405 Edm = 0.31761 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -705856.5498213 Edm = 0.689705 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -706031.5440561 Edm = 4.32364 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -706035.9182912 Edm = 0.0968891 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -706036.5397892 Edm = 0.525699 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -706165.6872697 Edm = 1.75493 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -706214.8228404 Edm = 0.239136 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -706215.1474346 Edm = 0.142051 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -706282.1777969 Edm = 25.1839 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -706329.7289333 Edm = 5.4322 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -706337.1619194 Edm = 0.625713 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -706337.9492982 Edm = 0.0183932 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -706338.033155 Edm = 0.0655104 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -706342.5150633 Edm = 4.2568 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -706479.5174728 Edm = 16.6121 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -706491.5328247 Edm = 1.37805 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -706494.0851906 Edm = 0.399309 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -706495.1114453 Edm = 0.125405 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -706495.2283787 Edm = 0.0111817 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -706495.2412737 Edm = 0.00243278 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -706495.2863971 Edm = 0.0408509 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -706510.2456373 Edm = 10.8501 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -706552.2003105 Edm = 3.41241 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -706554.9732439 Edm = 0.699609 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -706555.5508355 Edm = 0.362189 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -706555.7615651 Edm = 0.0250957 NCalls = 84 +VariableMetric: Iteration # 27 - FCN = -706555.7933257 Edm = 0.00647013 NCalls = 86 +VariableMetric: Iteration # 28 - FCN = -706555.8169362 Edm = 0.00513558 NCalls = 88 +VariableMetric: Iteration # 29 - FCN = -706555.83385 Edm = 0.0120956 NCalls = 90 +VariableMetric: Iteration # 30 - FCN = -706557.7080421 Edm = 1.8612 NCalls = 97 +VariableMetric: Iteration # 31 - FCN = -706607.1963033 Edm = 6.73821 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -706613.7916294 Edm = 0.386374 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -706614.0904559 Edm = 0.0430233 NCalls = 105 +VariableMetric: Iteration # 34 - FCN = -706614.1209935 Edm = 0.00673592 NCalls = 107 +VariableMetric: Iteration # 35 - FCN = -706614.1317128 Edm = 0.000628748 NCalls = 109 +VariableMetric: Iteration # 36 - FCN = -706614.1331345 Edm = 0.000670005 NCalls = 111 +VariableMetric: Iteration # 37 - FCN = -706614.3922268 Edm = 0.256144 NCalls = 117 +VariableMetric: Iteration # 38 - FCN = -706614.437318 Edm = 0.0436276 NCalls = 122 +VariableMetric: Iteration # 39 - FCN = -706625.9501153 Edm = 1.38186 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -706627.2604042 Edm = 0.122342 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -706627.3642673 Edm = 0.00351074 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -706627.3671537 Edm = 0.000246933 NCalls = 135 +VariableMetric: Iteration # 43 - FCN = -706627.3711931 Edm = 0.00478085 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -706627.5153874 Edm = 0.155897 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -706627.5227226 Edm = 0.0069621 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -706630.8402285 Edm = 1.24399 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -706632.6472761 Edm = 0.114027 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -706632.7718223 Edm = 0.00379615 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -706632.7752909 Edm = 0.000190731 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -706632.7761187 Edm = 0.00065267 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -706632.8440261 Edm = 0.0663454 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -706637.5883857 Edm = 1.98637 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -706640.470237 Edm = 0.286037 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -706640.749389 Edm = 0.00833463 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -706640.7579654 Edm = 0.000340961 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -706640.7589642 Edm = 0.000719926 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -706640.8419813 Edm = 0.0792284 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -706646.6574471 Edm = 5.01919 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -706658.4823978 Edm = 2.09303 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -706661.5900786 Edm = 0.306751 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -706661.9250138 Edm = 0.0158403 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -706661.9390203 Edm = 0.000464057 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -706661.9394741 Edm = 2.80428e-05 NCalls = 206 +VariableMetric: After Hessian - FCN = -706661.9394741 Edm = 6265.98 NCalls = 561 +VariableMetric: Iteration # 64 - FCN = -706661.9394741 Edm = 6265.98 NCalls = 561 +VariableMetric: Iteration # 65 - FCN = -706733.6440294 Edm = 416.316 NCalls = 572 +VariableMetric: Iteration # 66 - FCN = -706744.0029966 Edm = 69.6257 NCalls = 576 +VariableMetric: Iteration # 67 - FCN = -706744.5582154 Edm = 2.06178 NCalls = 579 +VariableMetric: Iteration # 68 - FCN = -706746.3669037 Edm = 1.31875 NCalls = 582 +VariableMetric: Iteration # 69 - FCN = -706746.8515945 Edm = 0.234175 NCalls = 584 +VariableMetric: Iteration # 70 - FCN = -706746.9887672 Edm = 0.0300949 NCalls = 586 +VariableMetric: Iteration # 71 - FCN = -706747.0866508 Edm = 0.0339849 NCalls = 588 +VariableMetric: Iteration # 72 - FCN = -706747.1496436 Edm = 0.00276609 NCalls = 590 +VariableMetric: Iteration # 73 - FCN = -706747.1572066 Edm = 0.00507779 NCalls = 592 +VariableMetric: Iteration # 74 - FCN = -706747.4664718 Edm = 0.315881 NCalls = 601 +VariableMetric: Iteration # 75 - FCN = -706747.4684741 Edm = 0.00526025 NCalls = 603 +VariableMetric: Iteration # 76 - FCN = -706747.528769 Edm = 0.0530107 NCalls = 607 +VariableMetric: Iteration # 77 - FCN = -706747.714398 Edm = 0.016243 NCalls = 610 +VariableMetric: Iteration # 78 - FCN = -706747.7599639 Edm = 0.0230968 NCalls = 612 +VariableMetric: Iteration # 79 - FCN = -706748.1896986 Edm = 0.648782 NCalls = 618 +VariableMetric: Iteration # 80 - FCN = -706748.4484877 Edm = 1.54108 NCalls = 624 +VariableMetric: Iteration # 81 - FCN = -706748.7797487 Edm = 0.966845 NCalls = 629 +VariableMetric: Iteration # 82 - FCN = -706749.0969232 Edm = 2.12831 NCalls = 632 +VariableMetric: Iteration # 83 - FCN = -706749.6456364 Edm = 0.974354 NCalls = 637 +VariableMetric: Iteration # 84 - FCN = -706750.1698511 Edm = 0.498561 NCalls = 642 +VariableMetric: Iteration # 85 - FCN = -706751.2137212 Edm = 1.41201 NCalls = 647 +VariableMetric: Iteration # 86 - FCN = -706751.9354743 Edm = 0.588948 NCalls = 652 +VariableMetric: Iteration # 87 - FCN = -706752.8561643 Edm = 0.206603 NCalls = 655 +VariableMetric: Iteration # 88 - FCN = -706752.9964372 Edm = 0.0725416 NCalls = 657 +VariableMetric: Iteration # 89 - FCN = -706753.0605013 Edm = 0.0150464 NCalls = 659 +VariableMetric: Iteration # 90 - FCN = -706753.0793204 Edm = 0.0114794 NCalls = 661 +VariableMetric: Iteration # 91 - FCN = -706753.1056019 Edm = 0.0143717 NCalls = 663 +VariableMetric: Iteration # 92 - FCN = -706753.1489816 Edm = 0.0168318 NCalls = 666 +VariableMetric: Iteration # 93 - FCN = -706753.1908688 Edm = 0.0277102 NCalls = 668 +VariableMetric: Iteration # 94 - FCN = -706753.2752082 Edm = 0.058525 NCalls = 672 +VariableMetric: Iteration # 95 - FCN = -706753.4420256 Edm = 0.0593249 NCalls = 676 +VariableMetric: Iteration # 96 - FCN = -706753.4831462 Edm = 0.0608956 NCalls = 678 +VariableMetric: Iteration # 97 - FCN = -706753.5232678 Edm = 0.0149057 NCalls = 680 +VariableMetric: Iteration # 98 - FCN = -706753.5479257 Edm = 0.0104389 NCalls = 683 +VariableMetric: Iteration # 99 - FCN = -706753.5670138 Edm = 0.00515511 NCalls = 686 +VariableMetric: Iteration # 100 - FCN = -706753.5718066 Edm = 0.00233373 NCalls = 689 +VariableMetric: Iteration # 101 - FCN = -706753.574552 Edm = 0.000351529 NCalls = 691 +VariableMetric: Iteration # 102 - FCN = -706753.5751707 Edm = 5.64896e-05 NCalls = 693 +VariableMetric: After Hessian - FCN = -706753.5751707 Edm = 7.51837e-05 NCalls = 1060 +VariableMetric: Iteration # 103 - FCN = -706753.5751707 Edm = 7.51837e-05 NCalls = 1060 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -703216.8518897 Edm = 5.65419 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -703216.8518897 Edm = 5.65419 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -705165.2058066 Edm = 0.368198 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -705166.2588116 Edm = 0.56055 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -705291.4247734 Edm = 0.038163 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -705292.0802908 Edm = 0.0127028 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -705298.3239114 Edm = 4.70633 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -705330.603458 Edm = 0.103422 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -705330.8019687 Edm = 0.0562886 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -705365.3103651 Edm = 19.0666 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -705403.7974523 Edm = 0.474519 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -705404.292388 Edm = 0.0272125 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -705404.3282307 Edm = 0.0171172 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -705404.4785506 Edm = 0.14536 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -705422.1834204 Edm = 0.921669 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -705527.9936986 Edm = 13.9316 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -705554.6234965 Edm = 0.849668 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -705555.4833486 Edm = 0.0147058 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -705555.502493 Edm = 0.00402798 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -705555.6600222 Edm = 0.135672 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -705564.2063065 Edm = 6.45107 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -705602.2870904 Edm = 0.960141 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -705603.3885322 Edm = 0.04602 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -705603.4224253 Edm = 0.00441738 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -705603.4827376 Edm = 0.0465539 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -705604.7430225 Edm = 0.771003 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -705638.6991567 Edm = 20.6785 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -705696.5137779 Edm = 10.0774 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -705704.2179 Edm = 9.36219 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -705719.9779921 Edm = 15.3473 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -705746.8462406 Edm = 6.64577 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -705757.2306344 Edm = 1.01646 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -705758.6660175 Edm = 0.501157 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -705759.0613393 Edm = 0.140353 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -705759.2120227 Edm = 0.0238122 NCalls = 105 +VariableMetric: Iteration # 34 - FCN = -705759.2592696 Edm = 0.0188499 NCalls = 107 +VariableMetric: Iteration # 35 - FCN = -705759.3443573 Edm = 0.0501212 NCalls = 109 +VariableMetric: Iteration # 36 - FCN = -705760.1448315 Edm = 0.585542 NCalls = 113 +VariableMetric: Iteration # 37 - FCN = -705933.9804088 Edm = 133.857 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -705938.0452006 Edm = 16.0071 NCalls = 124 +VariableMetric: Iteration # 39 - FCN = -705992.0466942 Edm = 35.3759 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -706168.8110623 Edm = 70.7772 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -706227.6638071 Edm = 20.0872 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -706253.1045914 Edm = 10.1027 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -706274.2199847 Edm = 12.4443 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -706380.598075 Edm = 96.3831 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -706392.5695196 Edm = 102.953 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -706448.7085092 Edm = 28.14 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -706480.3463795 Edm = 1.18616 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -706483.2522449 Edm = 2.67026 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -706488.9324438 Edm = 4.73217 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -706490.406649 Edm = 4.17495 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -706495.529036 Edm = 8.4611 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -706519.2762291 Edm = 20.8033 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -706530.9734391 Edm = 4.5616 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -706539.5336145 Edm = 4.03135 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -706550.400135 Edm = 10.2916 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -706551.7343265 Edm = 4.50229 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -706562.9875648 Edm = 9.27677 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -706576.1746341 Edm = 3.41615 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -706581.7286395 Edm = 1.18333 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -706586.0847715 Edm = 1.26407 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -706587.8050665 Edm = 0.490775 NCalls = 199 +VariableMetric: Iteration # 62 - FCN = -706588.2388771 Edm = 0.114991 NCalls = 201 +VariableMetric: Iteration # 63 - FCN = -706588.4356836 Edm = 0.0134316 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -706588.4594665 Edm = 0.00991599 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -706588.9163317 Edm = 0.382818 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -706605.3903058 Edm = 16.858 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -706619.5140157 Edm = 13.4647 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -706634.1868281 Edm = 14.0192 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -706682.6544529 Edm = 27.5122 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -706712.5156997 Edm = 2.84025 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -706715.1921967 Edm = 0.711619 NCalls = 229 +VariableMetric: Iteration # 72 - FCN = -706717.1419103 Edm = 0.977435 NCalls = 233 +VariableMetric: Iteration # 73 - FCN = -706718.7651893 Edm = 1.07231 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -706719.5755868 Edm = 1.10185 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -706720.9187448 Edm = 1.17033 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -706723.4986902 Edm = 3.024 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -706725.9653045 Edm = 2.34686 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -706727.6840005 Edm = 0.418444 NCalls = 248 +VariableMetric: Iteration # 79 - FCN = -706729.1441368 Edm = 0.49739 NCalls = 251 +VariableMetric: Iteration # 80 - FCN = -706729.6097766 Edm = 0.315502 NCalls = 252 +VariableMetric: Iteration # 81 - FCN = -706729.7919993 Edm = 0.0103325 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -706729.8042302 Edm = 0.00362583 NCalls = 256 +VariableMetric: Iteration # 83 - FCN = -706729.9358068 Edm = 0.154364 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -706734.4726062 Edm = 0.609451 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -706760.1926883 Edm = 8.61697 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -706781.8404859 Edm = 3.73104 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -706784.5214585 Edm = 0.126792 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -706784.6564574 Edm = 0.00303925 NCalls = 276 +VariableMetric: Iteration # 89 - FCN = -706784.6602087 Edm = 0.000523497 NCalls = 278 +VariableMetric: Iteration # 90 - FCN = -706784.6625088 Edm = 0.00152433 NCalls = 280 +VariableMetric: Iteration # 91 - FCN = -706784.7184995 Edm = 0.0575285 NCalls = 284 +VariableMetric: Iteration # 92 - FCN = -706786.1522672 Edm = 1.2645 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -706808.9985126 Edm = 1.45734 NCalls = 296 +VariableMetric: Iteration # 94 - FCN = -706810.6832145 Edm = 0.0564268 NCalls = 298 +VariableMetric: Iteration # 95 - FCN = -706810.7540466 Edm = 0.001975 NCalls = 300 +VariableMetric: Iteration # 96 - FCN = -706810.7565747 Edm = 0.000234037 NCalls = 302 +VariableMetric: Iteration # 97 - FCN = -706810.7577452 Edm = 0.000789668 NCalls = 304 +VariableMetric: Iteration # 98 - FCN = -706810.7703718 Edm = 0.00964025 NCalls = 308 +VariableMetric: Iteration # 99 - FCN = -706811.4227104 Edm = 0.682678 NCalls = 313 +VariableMetric: Iteration # 100 - FCN = -706811.6763112 Edm = 0.23265 NCalls = 317 +VariableMetric: Iteration # 101 - FCN = -706816.5989431 Edm = 0.283956 NCalls = 321 +VariableMetric: Iteration # 102 - FCN = -706816.801297 Edm = 0.01233 NCalls = 323 +VariableMetric: Iteration # 103 - FCN = -706816.811816 Edm = 0.000182918 NCalls = 325 +VariableMetric: Iteration # 104 - FCN = -706816.8120391 Edm = 6.22365e-05 NCalls = 327 +VariableMetric: After Hessian - FCN = -706816.8120391 Edm = 49.1069 NCalls = 688 +VariableMetric: Iteration # 105 - FCN = -706816.8120391 Edm = 49.1069 NCalls = 688 +VariableMetric: Iteration # 106 - FCN = -706851.8135809 Edm = 0.220031 NCalls = 690 +VariableMetric: Iteration # 107 - FCN = -706852.00331 Edm = 0.00355034 NCalls = 691 +VariableMetric: Iteration # 108 - FCN = -706852.0102655 Edm = 0.00112478 NCalls = 694 +VariableMetric: Iteration # 109 - FCN = -706852.0120737 Edm = 0.000319245 NCalls = 696 +VariableMetric: Iteration # 110 - FCN = -706852.0125044 Edm = 5.78161e-05 NCalls = 698 +VariableMetric: Iteration # 111 - FCN = -706852.0125817 Edm = 8.17994e-06 NCalls = 700 +VariableMetric: After Hessian - FCN = -706852.0125817 Edm = 0.00640516 NCalls = 1075 +VariableMetric: Iteration # 112 - FCN = -706852.0125817 Edm = 0.00640516 NCalls = 1075 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -703063.5147548 Edm = 4.25835 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -703063.5147548 Edm = 4.25835 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -705332.0127069 Edm = 0.0697801 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -705333.0552896 Edm = 0.0789826 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -705423.8579668 Edm = 0.0649781 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -705430.8959979 Edm = 0.10874 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -705432.9102295 Edm = 1.65276 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -705744.5911759 Edm = 38.366 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -705801.9939094 Edm = 6.04762 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -705806.021387 Edm = 0.369462 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -705807.4094273 Edm = 0.886815 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -705862.8733133 Edm = 44.8406 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -706021.545514 Edm = 8.84365 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -706027.8851773 Edm = 0.195325 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -706028.1460846 Edm = 0.0280182 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -706028.2175259 Edm = 0.0277898 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -706036.554844 Edm = 7.12866 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -706100.5744482 Edm = 4.3319 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -706112.7998258 Edm = 11.0735 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -706125.8330587 Edm = 4.60257 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -706132.300616 Edm = 0.923288 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -706132.5567455 Edm = 0.0835131 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -706132.6333435 Edm = 0.0026019 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -706132.6450827 Edm = 0.00792157 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -706134.103935 Edm = 1.34952 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -706172.2204752 Edm = 0.816969 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -706174.8948147 Edm = 2.58662 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -706178.664289 Edm = 7.4447 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -706180.1842023 Edm = 6.28905 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -706192.5189507 Edm = 5.60118 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -706196.7823463 Edm = 2.02432 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -706198.7195878 Edm = 0.0710455 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -706198.7827167 Edm = 0.00136373 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -706198.7882354 Edm = 0.00432054 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -706199.7915095 Edm = 0.906015 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -706199.798698 Edm = 0.00120658 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -706199.8370675 Edm = 0.0337387 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -706231.2447991 Edm = 23.9126 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -706291.1198398 Edm = 97.8591 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -706375.7527091 Edm = 14.3552 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -706394.7910498 Edm = 2.69709 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -706397.0269101 Edm = 0.395675 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -706397.3096973 Edm = 0.0346706 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -706397.3654409 Edm = 0.0231003 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -706397.8611509 Edm = 0.334075 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -706399.8607537 Edm = 0.631753 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -706401.7284983 Edm = 0.996322 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -706423.9180451 Edm = 18.1878 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -706562.2150856 Edm = 39.4904 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -706621.9803845 Edm = 15.0363 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -706643.2711468 Edm = 8.8025 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -706650.0238169 Edm = 0.87485 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -706650.9490775 Edm = 0.0646142 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -706651.0278727 Edm = 0.00913364 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -706651.04854 Edm = 0.00947037 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -706651.087608 Edm = 0.0266506 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -706652.3675028 Edm = 1.31846 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -706656.3324459 Edm = 3.68813 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -706773.0492466 Edm = 18.5185 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -706788.1268245 Edm = 1.34898 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -706788.9633708 Edm = 0.788813 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -706791.0099979 Edm = 1.33059 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -706791.4656112 Edm = 0.597783 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -706792.9095401 Edm = 0.559955 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -706793.4264164 Edm = 0.123205 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -706793.5824161 Edm = 0.00496982 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -706793.5892431 Edm = 0.00122953 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -706793.5976462 Edm = 0.00728175 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -706793.8813533 Edm = 0.267904 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -706800.1279112 Edm = 4.47347 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -706819.1707862 Edm = 2.63617 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -706821.6968063 Edm = 0.101214 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -706821.7773508 Edm = 0.00161328 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -706821.7791391 Edm = 0.00031949 NCalls = 233 +VariableMetric: Iteration # 73 - FCN = -706821.7853826 Edm = 0.00572852 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -706822.0310299 Edm = 0.225435 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -706826.5575799 Edm = 1.32258 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -706828.1422434 Edm = 0.091454 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -706828.2440303 Edm = 0.00190128 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -706828.2462796 Edm = 0.000231371 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -706828.248227 Edm = 0.00161418 NCalls = 254 +VariableMetric: Iteration # 80 - FCN = -706828.455693 Edm = 0.20204 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -706837.4847645 Edm = 2.69318 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -706841.4630604 Edm = 0.0786334 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -706841.5673879 Edm = 0.00210744 NCalls = 267 +VariableMetric: Iteration # 84 - FCN = -706841.5699205 Edm = 0.000181131 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -706841.5703803 Edm = 0.000273494 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -706841.5782545 Edm = 0.00739861 NCalls = 275 +VariableMetric: Iteration # 87 - FCN = -706842.3193597 Edm = 0.576056 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -706847.6427398 Edm = 0.520214 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -706848.2682701 Edm = 0.011083 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -706848.2796506 Edm = 0.000435681 NCalls = 286 +VariableMetric: Iteration # 91 - FCN = -706848.2802364 Edm = 2.60505e-05 NCalls = 288 +VariableMetric: After Hessian - FCN = -706848.2802364 Edm = 0.421968 NCalls = 645 +VariableMetric: Iteration # 92 - FCN = -706848.2802364 Edm = 0.421968 NCalls = 645 +VariableMetric: Iteration # 93 - FCN = -706849.1766854 Edm = 0.627355 NCalls = 651 +VariableMetric: Iteration # 94 - FCN = -706849.3339047 Edm = 0.298349 NCalls = 653 +VariableMetric: Iteration # 95 - FCN = -706849.6305988 Edm = 0.685805 NCalls = 656 +VariableMetric: Iteration # 96 - FCN = -706849.8533648 Edm = 0.356411 NCalls = 661 +VariableMetric: Iteration # 97 - FCN = -706850.1613824 Edm = 0.10585 NCalls = 664 +VariableMetric: Iteration # 98 - FCN = -706850.4086616 Edm = 0.199987 NCalls = 666 +VariableMetric: Iteration # 99 - FCN = -706850.8182994 Edm = 1.06136 NCalls = 668 +VariableMetric: Iteration # 100 - FCN = -706851.6881719 Edm = 1.86976 NCalls = 672 +VariableMetric: Iteration # 101 - FCN = -706852.0513491 Edm = 0.579071 NCalls = 674 +VariableMetric: Iteration # 102 - FCN = -706852.2189935 Edm = 0.468339 NCalls = 676 +VariableMetric: Iteration # 103 - FCN = -706852.2836677 Edm = 0.142784 NCalls = 677 +VariableMetric: Iteration # 104 - FCN = -706852.4069287 Edm = 0.0658444 NCalls = 680 +VariableMetric: Iteration # 105 - FCN = -706852.4295429 Edm = 0.0024797 NCalls = 682 +VariableMetric: Iteration # 106 - FCN = -706852.4332368 Edm = 0.00128196 NCalls = 684 +VariableMetric: Iteration # 107 - FCN = -706852.4478927 Edm = 0.0103265 NCalls = 688 +VariableMetric: Iteration # 108 - FCN = -706852.4830109 Edm = 0.0149994 NCalls = 693 +VariableMetric: Iteration # 109 - FCN = -706852.5073699 Edm = 0.00709205 NCalls = 695 +VariableMetric: Iteration # 110 - FCN = -706852.5214225 Edm = 0.0172969 NCalls = 697 +VariableMetric: Iteration # 111 - FCN = -706852.5306179 Edm = 0.00259798 NCalls = 700 +VariableMetric: Iteration # 112 - FCN = -706852.5335 Edm = 0.000518432 NCalls = 702 +VariableMetric: Iteration # 113 - FCN = -706852.5339882 Edm = 0.000113624 NCalls = 704 +VariableMetric: Iteration # 114 - FCN = -706852.5342621 Edm = 0.000146342 NCalls = 706 +VariableMetric: Iteration # 115 - FCN = -706852.5345407 Edm = 0.000166498 NCalls = 708 +VariableMetric: Iteration # 116 - FCN = -706852.5348364 Edm = 8.85538e-05 NCalls = 710 +VariableMetric: Iteration # 117 - FCN = -706852.5350883 Edm = 0.000153341 NCalls = 712 +VariableMetric: Iteration # 118 - FCN = -706852.5357131 Edm = 5.00125e-05 NCalls = 714 +VariableMetric: After Hessian - FCN = -706852.5357131 Edm = 5.39785e-05 NCalls = 1087 +VariableMetric: Iteration # 119 - FCN = -706852.5357131 Edm = 5.39785e-05 NCalls = 1087 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -704182.6613883 Edm = 4.31121 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -704182.6613883 Edm = 4.31121 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -705275.8672848 Edm = 0.673389 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -705284.0211481 Edm = 6.38533 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -705625.8852859 Edm = 12.9519 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -705639.3311752 Edm = 0.341903 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -705640.9704189 Edm = 1.43959 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -705892.5739604 Edm = 8.59631 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -705898.9638394 Edm = 0.0926455 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -705899.0738289 Edm = 0.0504116 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -705949.5190131 Edm = 7.07439 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -706007.3055695 Edm = 12.8355 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -706025.3760102 Edm = 0.391883 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -706025.8421987 Edm = 0.0271844 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -706026.0705677 Edm = 0.199565 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -706053.195774 Edm = 24.5062 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -706288.2887614 Edm = 39.4001 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -706339.3457643 Edm = 8.00415 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -706356.1236496 Edm = 7.68005 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -706360.4870818 Edm = 5.10037 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -706364.1234201 Edm = 0.102702 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -706364.2506113 Edm = 0.015289 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -706364.2728543 Edm = 0.0145376 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -706366.5789302 Edm = 1.77127 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -706412.8907624 Edm = 12.4962 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -706456.4457816 Edm = 6.85266 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -706466.7536579 Edm = 7.70872 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -706470.6449354 Edm = 0.292851 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -706470.9407489 Edm = 0.00831161 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -706470.949149 Edm = 0.000846864 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -706470.9575103 Edm = 0.00630536 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -706471.3456881 Edm = 0.389506 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -706481.3365708 Edm = 0.887718 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -706493.229896 Edm = 0.639043 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -706493.9549151 Edm = 0.037907 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -706493.9914094 Edm = 0.000864804 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -706493.9962666 Edm = 0.00404206 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -706495.1063155 Edm = 0.264549 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -706502.608379 Edm = 4.05116 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -706526.6073807 Edm = 1.57013 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -706528.2643806 Edm = 0.215312 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -706528.4423852 Edm = 0.00969804 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -706528.4577971 Edm = 0.00556589 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -706528.5446946 Edm = 0.0719698 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -706537.86772 Edm = 8.97483 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -706635.913055 Edm = 8.96051 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -706651.5693602 Edm = 2.2651 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -706653.1204854 Edm = 0.660383 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -706653.6431807 Edm = 0.027154 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -706653.6677848 Edm = 0.00395795 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -706653.677179 Edm = 0.00551729 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -706653.7931533 Edm = 0.0749044 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -706654.2642644 Edm = 0.305677 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -706672.8505683 Edm = 10.8048 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -706708.3725243 Edm = 11.9566 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -706717.7933166 Edm = 2.31287 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -706720.5619274 Edm = 0.33361 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -706721.7952133 Edm = 0.304341 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -706722.3707353 Edm = 0.0311058 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -706722.4116108 Edm = 0.00809518 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -706722.4169735 Edm = 0.00186689 NCalls = 189 +VariableMetric: Iteration # 60 - FCN = -706722.4219961 Edm = 0.00391845 NCalls = 191 +VariableMetric: Iteration # 61 - FCN = -706722.5282164 Edm = 0.105196 NCalls = 196 +VariableMetric: Iteration # 62 - FCN = -706722.6592852 Edm = 0.124004 NCalls = 201 +VariableMetric: Iteration # 63 - FCN = -706749.8890279 Edm = 20.3033 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -706750.1772392 Edm = 0.263073 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -706750.5302841 Edm = 0.275883 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -706754.0182334 Edm = 2.52689 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -706766.983172 Edm = 7.84766 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -706798.0118199 Edm = 5.69532 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -706804.3334057 Edm = 0.416564 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -706804.6844357 Edm = 0.057831 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -706804.7482045 Edm = 0.0226119 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -706804.7900272 Edm = 0.00450914 NCalls = 229 +VariableMetric: Iteration # 73 - FCN = -706804.7956498 Edm = 0.000722777 NCalls = 231 +VariableMetric: Iteration # 74 - FCN = -706804.8009534 Edm = 0.00368958 NCalls = 234 +VariableMetric: Iteration # 75 - FCN = -706804.8612484 Edm = 0.0550224 NCalls = 238 +VariableMetric: Iteration # 76 - FCN = -706805.6490281 Edm = 0.517223 NCalls = 241 +VariableMetric: Iteration # 77 - FCN = -706815.414322 Edm = 4.16763 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -706821.616379 Edm = 0.502056 NCalls = 247 +VariableMetric: Iteration # 79 - FCN = -706822.0881629 Edm = 0.0164763 NCalls = 248 +VariableMetric: Iteration # 80 - FCN = -706822.1032295 Edm = 0.000855331 NCalls = 250 +VariableMetric: Iteration # 81 - FCN = -706822.1038194 Edm = 9.94042e-05 NCalls = 252 +VariableMetric: Iteration # 82 - FCN = -706822.1039542 Edm = 0.000109035 NCalls = 254 +VariableMetric: Iteration # 83 - FCN = -706822.1044082 Edm = 0.000472447 NCalls = 257 +VariableMetric: Iteration # 84 - FCN = -706822.1132863 Edm = 0.00945628 NCalls = 263 +VariableMetric: Iteration # 85 - FCN = -706822.1677324 Edm = 0.032041 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -706822.9223254 Edm = 0.437515 NCalls = 273 +VariableMetric: Iteration # 87 - FCN = -706824.8888284 Edm = 0.0491497 NCalls = 277 +VariableMetric: Iteration # 88 - FCN = -706824.9665601 Edm = 0.00622106 NCalls = 279 +VariableMetric: Iteration # 89 - FCN = -706824.9750379 Edm = 0.00052497 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -706824.9756678 Edm = 6.89108e-05 NCalls = 283 +VariableMetric: After Hessian - FCN = -706824.9756678 Edm = 2761.18 NCalls = 638 +VariableMetric: Iteration # 91 - FCN = -706824.9756678 Edm = 2761.18 NCalls = 638 +VariableMetric: Iteration # 92 - FCN = -706828.3883265 Edm = 24.1043 NCalls = 647 +VariableMetric: Iteration # 93 - FCN = -706831.7028486 Edm = 9.02713 NCalls = 650 +VariableMetric: Iteration # 94 - FCN = -706834.9120677 Edm = 0.165645 NCalls = 652 +VariableMetric: Iteration # 95 - FCN = -706835.3426695 Edm = 0.176835 NCalls = 654 +VariableMetric: Iteration # 96 - FCN = -706836.3175956 Edm = 0.287899 NCalls = 657 +VariableMetric: Iteration # 97 - FCN = -706836.7817594 Edm = 0.124235 NCalls = 660 +VariableMetric: Iteration # 98 - FCN = -706837.2337094 Edm = 0.0890011 NCalls = 662 +VariableMetric: Iteration # 99 - FCN = -706837.3516487 Edm = 0.0244416 NCalls = 664 +VariableMetric: Iteration # 100 - FCN = -706837.4362964 Edm = 0.0573404 NCalls = 667 +VariableMetric: Iteration # 101 - FCN = -706837.5985855 Edm = 0.0131428 NCalls = 669 +VariableMetric: Iteration # 102 - FCN = -706837.6427041 Edm = 0.0246567 NCalls = 671 +VariableMetric: Iteration # 103 - FCN = -706837.7522925 Edm = 0.00991455 NCalls = 673 +VariableMetric: Iteration # 104 - FCN = -706837.7884821 Edm = 0.0266964 NCalls = 676 +VariableMetric: Iteration # 105 - FCN = -706837.901046 Edm = 0.0108761 NCalls = 679 +VariableMetric: Iteration # 106 - FCN = -706837.9245335 Edm = 0.0127803 NCalls = 681 +VariableMetric: Iteration # 107 - FCN = -706838.1964915 Edm = 0.0643776 NCalls = 687 +VariableMetric: Iteration # 108 - FCN = -706838.2813595 Edm = 0.0335796 NCalls = 689 +VariableMetric: Iteration # 109 - FCN = -706838.3296836 Edm = 0.0561842 NCalls = 691 +VariableMetric: Iteration # 110 - FCN = -706838.4005495 Edm = 0.0595116 NCalls = 693 +VariableMetric: Iteration # 111 - FCN = -706838.5195841 Edm = 0.0164303 NCalls = 697 +VariableMetric: Iteration # 112 - FCN = -706838.5539604 Edm = 0.0273985 NCalls = 699 +VariableMetric: Iteration # 113 - FCN = -706838.729934 Edm = 0.0973827 NCalls = 703 +VariableMetric: Iteration # 114 - FCN = -706838.865422 Edm = 0.045795 NCalls = 706 +VariableMetric: Iteration # 115 - FCN = -706838.9508142 Edm = 0.0491004 NCalls = 708 +VariableMetric: Iteration # 116 - FCN = -706839.3181237 Edm = 0.412044 NCalls = 713 +VariableMetric: Iteration # 117 - FCN = -706839.4050278 Edm = 0.138595 NCalls = 716 +VariableMetric: Iteration # 118 - FCN = -706839.6642849 Edm = 0.0883983 NCalls = 719 +VariableMetric: Iteration # 119 - FCN = -706839.7617881 Edm = 0.0720865 NCalls = 722 +VariableMetric: Iteration # 120 - FCN = -706839.8644198 Edm = 0.0626389 NCalls = 725 +VariableMetric: Iteration # 121 - FCN = -706840.0193169 Edm = 0.0847974 NCalls = 729 +VariableMetric: Iteration # 122 - FCN = -706840.1088285 Edm = 0.0574295 NCalls = 731 +VariableMetric: Iteration # 123 - FCN = -706840.1785601 Edm = 0.0145856 NCalls = 734 +VariableMetric: Iteration # 124 - FCN = -706840.2249518 Edm = 0.0324068 NCalls = 736 +VariableMetric: Iteration # 125 - FCN = -706840.3325811 Edm = 0.0468535 NCalls = 739 +VariableMetric: Iteration # 126 - FCN = -706840.3751476 Edm = 0.0173707 NCalls = 741 +VariableMetric: Iteration # 127 - FCN = -706840.4072258 Edm = 0.0218419 NCalls = 744 +VariableMetric: Iteration # 128 - FCN = -706840.5533073 Edm = 0.184526 NCalls = 748 +VariableMetric: Iteration # 129 - FCN = -706840.6884215 Edm = 0.400845 NCalls = 753 +VariableMetric: Iteration # 130 - FCN = -706840.7083635 Edm = 0.049573 NCalls = 756 +VariableMetric: Iteration # 131 - FCN = -706841.3281188 Edm = 0.824656 NCalls = 763 +VariableMetric: Iteration # 132 - FCN = -706841.3385956 Edm = 0.0185803 NCalls = 765 +VariableMetric: Iteration # 133 - FCN = -706841.3657213 Edm = 0.0506656 NCalls = 767 +VariableMetric: Iteration # 134 - FCN = -706841.8777612 Edm = 0.399458 NCalls = 773 +VariableMetric: Iteration # 135 - FCN = -706842.3666947 Edm = 0.483102 NCalls = 775 +VariableMetric: Iteration # 136 - FCN = -706843.0534675 Edm = 1.16051 NCalls = 778 +VariableMetric: Iteration # 137 - FCN = -706844.2077941 Edm = 2.02813 NCalls = 782 +VariableMetric: Iteration # 138 - FCN = -706846.1230871 Edm = 2.71517 NCalls = 786 +VariableMetric: Iteration # 139 - FCN = -706847.5484204 Edm = 1.97377 NCalls = 790 +VariableMetric: Iteration # 140 - FCN = -706849.5570255 Edm = 0.909014 NCalls = 793 +VariableMetric: Iteration # 141 - FCN = -706850.1264363 Edm = 0.585765 NCalls = 795 +VariableMetric: Iteration # 142 - FCN = -706850.9102933 Edm = 0.349346 NCalls = 797 +VariableMetric: Iteration # 143 - FCN = -706851.5014278 Edm = 0.24925 NCalls = 799 +VariableMetric: Iteration # 144 - FCN = -706851.9570086 Edm = 0.251927 NCalls = 801 +VariableMetric: Iteration # 145 - FCN = -706852.4081116 Edm = 0.225756 NCalls = 803 +VariableMetric: Iteration # 146 - FCN = -706852.7722481 Edm = 0.0897301 NCalls = 805 +VariableMetric: Iteration # 147 - FCN = -706852.9149757 Edm = 0.080102 NCalls = 807 +VariableMetric: Iteration # 148 - FCN = -706853.2068693 Edm = 0.103017 NCalls = 810 +VariableMetric: Iteration # 149 - FCN = -706853.4351872 Edm = 0.0895585 NCalls = 812 +VariableMetric: Iteration # 150 - FCN = -706853.6752337 Edm = 0.0535183 NCalls = 814 +VariableMetric: Iteration # 151 - FCN = -706853.7512222 Edm = 0.00585762 NCalls = 816 +VariableMetric: Iteration # 152 - FCN = -706853.7609455 Edm = 0.00245861 NCalls = 818 +VariableMetric: Iteration # 153 - FCN = -706853.7688711 Edm = 0.00212916 NCalls = 820 +VariableMetric: Iteration # 154 - FCN = -706853.7716825 Edm = 0.000316857 NCalls = 822 +VariableMetric: Iteration # 155 - FCN = -706853.7722205 Edm = 0.000212699 NCalls = 824 +VariableMetric: Iteration # 156 - FCN = -706853.7735078 Edm = 0.000542486 NCalls = 827 +VariableMetric: Iteration # 157 - FCN = -706853.7745245 Edm = 9.2881e-05 NCalls = 829 +VariableMetric: Iteration # 158 - FCN = -706853.7746625 Edm = 5.48421e-05 NCalls = 831 +VariableMetric: After Hessian - FCN = -706853.7746625 Edm = 0.00899263 NCalls = 1200 +VariableMetric: Iteration # 159 - FCN = -706853.7746625 Edm = 0.00899263 NCalls = 1200 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -698713.2799964 Edm = 6.81961 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -698713.2799964 Edm = 6.81961 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -704882.0638827 Edm = 2.01539 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -704924.9500104 Edm = 2.02459 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -704930.1447709 Edm = 5.8608 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -705064.1594762 Edm = 84.7071 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -705834.7223025 Edm = 2.32891 NCalls = 28 +VariableMetric: Iteration # 6 - FCN = -705838.7799076 Edm = 3.80438 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -705881.2290316 Edm = 47.336 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -706187.5111862 Edm = 50.641 NCalls = 41 +VariableMetric: Iteration # 9 - FCN = -706237.7892248 Edm = 0.35049 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -706238.1241971 Edm = 0.0782561 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -706239.7554446 Edm = 1.88563 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -706350.6168637 Edm = 2.47762 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -706555.6603756 Edm = 25.9046 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -706601.564433 Edm = 0.826513 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -706602.6063348 Edm = 0.0497789 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -706602.6640152 Edm = 0.0367105 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -706603.2464695 Edm = 0.567113 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -706635.533052 Edm = 3.03015 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -706686.6703574 Edm = 4.39755 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -706693.3438328 Edm = 2.72054 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -706699.1949565 Edm = 1.13208 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -706701.2651185 Edm = 0.05665 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -706701.3508474 Edm = 0.00776199 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -706701.3593426 Edm = 0.00889748 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -706701.7017306 Edm = 0.313692 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -706756.7867178 Edm = 14.6677 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -706777.1631887 Edm = 0.692281 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -706778.0932215 Edm = 0.0112382 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -706778.109278 Edm = 0.00239569 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -706778.1233379 Edm = 0.00567311 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -706778.5841797 Edm = 0.43045 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -706812.0098504 Edm = 3.45711 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -706815.1362982 Edm = 0.467032 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -706815.5867435 Edm = 0.193601 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -706816.2309907 Edm = 0.487487 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -706816.7982831 Edm = 1.34844 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -706817.5570024 Edm = 0.158776 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -706817.7824979 Edm = 0.0705516 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -706817.8069955 Edm = 0.0133328 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -706817.8187615 Edm = 0.000493073 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -706817.821086 Edm = 0.00177396 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -706818.0398253 Edm = 0.217149 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -706824.2657191 Edm = 0.349275 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -706824.6589639 Edm = 0.0458227 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -706824.7389413 Edm = 0.0257797 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -706824.882069 Edm = 0.137416 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -706824.9795401 Edm = 0.308817 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -706825.0377086 Edm = 0.113854 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -706825.4454234 Edm = 0.168832 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -706825.5864249 Edm = 0.0615918 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -706825.6158457 Edm = 0.00123356 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -706825.6172338 Edm = 0.000123823 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -706825.6177152 Edm = 0.00035434 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -706825.6374081 Edm = 0.019415 NCalls = 185 +VariableMetric: Iteration # 55 - FCN = -706826.0946603 Edm = 0.212559 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -706828.9784047 Edm = 1.39931 NCalls = 196 +VariableMetric: Iteration # 57 - FCN = -706831.2267219 Edm = 0.619085 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -706831.8070782 Edm = 0.0241599 NCalls = 202 +VariableMetric: Iteration # 59 - FCN = -706831.8310855 Edm = 0.000921241 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -706831.832089 Edm = 0.000295461 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -706831.8330289 Edm = 0.000785568 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -706831.8379799 Edm = 0.00500131 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -706832.1004489 Edm = 0.0738822 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -706832.2253954 Edm = 0.000338553 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -706832.2259969 Edm = 0.000331644 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -706832.2836646 Edm = 0.0681346 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -706832.30901 Edm = 0.0248181 NCalls = 234 +VariableMetric: Iteration # 68 - FCN = -706841.2744936 Edm = 4.20166 NCalls = 241 +VariableMetric: Iteration # 69 - FCN = -706845.3594632 Edm = 0.11276 NCalls = 244 +VariableMetric: Iteration # 70 - FCN = -706845.4869999 Edm = 0.0358037 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -706845.5097025 Edm = 0.00301656 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -706845.5133986 Edm = 0.000419486 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -706845.5145659 Edm = 0.000902644 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -706845.5288509 Edm = 0.0162547 NCalls = 257 +VariableMetric: Iteration # 75 - FCN = -706845.9029616 Edm = 0.184878 NCalls = 264 +VariableMetric: Iteration # 76 - FCN = -706847.8465235 Edm = 0.711286 NCalls = 266 +VariableMetric: Iteration # 77 - FCN = -706849.0826287 Edm = 0.0229885 NCalls = 268 +VariableMetric: Iteration # 78 - FCN = -706849.1041513 Edm = 0.000503257 NCalls = 270 +VariableMetric: Iteration # 79 - FCN = -706849.1046638 Edm = 0.000105212 NCalls = 272 +VariableMetric: Iteration # 80 - FCN = -706849.1076425 Edm = 0.00296589 NCalls = 276 +VariableMetric: Iteration # 81 - FCN = -706849.2621964 Edm = 0.00880215 NCalls = 283 +VariableMetric: Iteration # 82 - FCN = -706850.2922527 Edm = 0.181882 NCalls = 285 +VariableMetric: Iteration # 83 - FCN = -706850.6652803 Edm = 0.00513553 NCalls = 287 +VariableMetric: Iteration # 84 - FCN = -706850.6700704 Edm = 0.000136486 NCalls = 289 +VariableMetric: Iteration # 85 - FCN = -706850.6702578 Edm = 5.31786e-05 NCalls = 291 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -700974.9387631 Edm = 2.01333 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -700974.9387631 Edm = 2.01333 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -702310.5627493 Edm = 1.5719 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -702314.2411064 Edm = 4.19304 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -704041.3270418 Edm = 149.16 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -704208.9941752 Edm = 0.448066 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -704209.5471235 Edm = 0.549517 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -704215.4907596 Edm = 5.92651 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -704313.9122407 Edm = 1.025 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -704315.2060541 Edm = 0.0484301 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -704315.2793581 Edm = 0.0328809 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -704320.2480469 Edm = 5.24913 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -704322.2126938 Edm = 1.87075 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -704462.5171534 Edm = 11.2421 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -704474.7709305 Edm = 0.722144 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -704475.5867926 Edm = 0.0364101 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -704475.639373 Edm = 0.0141621 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -704478.9922213 Edm = 3.26599 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -704773.5006164 Edm = 35.9852 NCalls = 73 +VariableMetric: Iteration # 18 - FCN = -704828.2564275 Edm = 2.28582 NCalls = 76 +VariableMetric: Iteration # 19 - FCN = -704831.8995584 Edm = 0.018448 NCalls = 78 +VariableMetric: Iteration # 20 - FCN = -704831.9302971 Edm = 0.00594343 NCalls = 80 +VariableMetric: Iteration # 21 - FCN = -704832.0323872 Edm = 0.0955448 NCalls = 84 +VariableMetric: Iteration # 22 - FCN = -704837.1819675 Edm = 5.99357 NCalls = 89 +VariableMetric: Iteration # 23 - FCN = -704845.1252277 Edm = 6.21867 NCalls = 94 +VariableMetric: Iteration # 24 - FCN = -705141.1642667 Edm = 356.93 NCalls = 99 +VariableMetric: Iteration # 25 - FCN = -705169.4881154 Edm = 39.0202 NCalls = 101 +VariableMetric: Iteration # 26 - FCN = -705282.5567206 Edm = 119.699 NCalls = 105 +VariableMetric: Iteration # 27 - FCN = -705758.3542154 Edm = 697.365 NCalls = 115 +VariableMetric: Iteration # 28 - FCN = -705871.2399233 Edm = 248.74 NCalls = 126 +VariableMetric: Iteration # 29 - FCN = -706313.0731465 Edm = 180.469 NCalls = 132 +VariableMetric: Iteration # 30 - FCN = -706412.501558 Edm = 280.057 NCalls = 134 +VariableMetric: Iteration # 31 - FCN = -706482.1146779 Edm = 66.0796 NCalls = 136 +VariableMetric: Iteration # 32 - FCN = -706610.7163421 Edm = 24.6092 NCalls = 140 +VariableMetric: Iteration # 33 - FCN = -706619.42608 Edm = 7.81218 NCalls = 142 +VariableMetric: Iteration # 34 - FCN = -706626.0056005 Edm = 0.811851 NCalls = 144 +VariableMetric: Iteration # 35 - FCN = -706628.6752523 Edm = 0.338184 NCalls = 146 +VariableMetric: Iteration # 36 - FCN = -706629.3698474 Edm = 0.0945157 NCalls = 148 +VariableMetric: Iteration # 37 - FCN = -706629.5684644 Edm = 0.0121255 NCalls = 150 +VariableMetric: Iteration # 38 - FCN = -706629.6096404 Edm = 0.0308082 NCalls = 152 +VariableMetric: Iteration # 39 - FCN = -706630.3698962 Edm = 0.828385 NCalls = 157 +VariableMetric: Iteration # 40 - FCN = -706632.4055467 Edm = 2.06143 NCalls = 163 +VariableMetric: Iteration # 41 - FCN = -706639.2807522 Edm = 7.78603 NCalls = 170 +VariableMetric: Iteration # 42 - FCN = -706657.2266219 Edm = 0.263098 NCalls = 177 +VariableMetric: Iteration # 43 - FCN = -706661.0419287 Edm = 59563 NCalls = 185 +VariableMetric: Iteration # 44 - FCN = -706667.2530909 Edm = 63348.9 NCalls = 192 +VariableMetric: Iteration # 45 - FCN = -706697.5531488 Edm = 8992.75 NCalls = 198 +VariableMetric: Iteration # 46 - FCN = -706699.0958288 Edm = 46157.7 NCalls = 204 +VariableMetric: Iteration # 47 - FCN = -706709.7034485 Edm = 2605.71 NCalls = 209 +VariableMetric: Iteration # 48 - FCN = -706728.1274202 Edm = 6823.07 NCalls = 214 +VariableMetric: Iteration # 49 - FCN = -706736.0534508 Edm = 1101.82 NCalls = 218 +VariableMetric: Iteration # 50 - FCN = -706738.92867 Edm = 963.604 NCalls = 222 +VariableMetric: Iteration # 51 - FCN = -706782.6508574 Edm = 889.469 NCalls = 225 +VariableMetric: Iteration # 52 - FCN = -706796.6409496 Edm = 164.464 NCalls = 229 +VariableMetric: Iteration # 53 - FCN = -706803.9739078 Edm = 1714.9 NCalls = 231 +VariableMetric: Iteration # 54 - FCN = -706805.2257811 Edm = 69.767 NCalls = 234 +VariableMetric: Iteration # 55 - FCN = -706809.8277809 Edm = 339.165 NCalls = 236 +VariableMetric: Iteration # 56 - FCN = -706815.988953 Edm = 67.4903 NCalls = 238 +VariableMetric: Iteration # 57 - FCN = -706819.6215077 Edm = 55.8338 NCalls = 240 +VariableMetric: Iteration # 58 - FCN = -706821.3001007 Edm = 18.8811 NCalls = 242 +VariableMetric: Iteration # 59 - FCN = -706823.1045057 Edm = 14.8091 NCalls = 244 +VariableMetric: Iteration # 60 - FCN = -706826.6924077 Edm = 14.7427 NCalls = 246 +VariableMetric: Iteration # 61 - FCN = -706831.2827672 Edm = 4.27293 NCalls = 248 +VariableMetric: Iteration # 62 - FCN = -706834.872867 Edm = 1.17079 NCalls = 250 +VariableMetric: Iteration # 63 - FCN = -706835.8789825 Edm = 0.425196 NCalls = 252 +VariableMetric: Iteration # 64 - FCN = -706836.0288308 Edm = 0.142742 NCalls = 254 +VariableMetric: Iteration # 65 - FCN = -706836.088604 Edm = 0.0960665 NCalls = 256 +VariableMetric: Iteration # 66 - FCN = -706836.1716018 Edm = 0.0432191 NCalls = 258 +VariableMetric: Iteration # 67 - FCN = -706836.296352 Edm = 0.0884842 NCalls = 261 +VariableMetric: Iteration # 68 - FCN = -706836.4536823 Edm = 0.178648 NCalls = 266 +VariableMetric: Iteration # 69 - FCN = -706836.6226868 Edm = 0.257576 NCalls = 269 +VariableMetric: Iteration # 70 - FCN = -706836.8408137 Edm = 0.217256 NCalls = 271 +VariableMetric: Iteration # 71 - FCN = -706837.2597498 Edm = 0.445699 NCalls = 274 +VariableMetric: Iteration # 72 - FCN = -706838.7273491 Edm = 3.22303 NCalls = 280 +VariableMetric: Iteration # 73 - FCN = -706839.645535 Edm = 1.32733 NCalls = 284 +VariableMetric: Iteration # 74 - FCN = -706841.4765907 Edm = 12.6673 NCalls = 290 +VariableMetric: Iteration # 75 - FCN = -706841.6249623 Edm = 0.293592 NCalls = 293 +VariableMetric: Iteration # 76 - FCN = -706843.1002898 Edm = 2.24306 NCalls = 297 +VariableMetric: Iteration # 77 - FCN = -706843.4707587 Edm = 0.316324 NCalls = 300 +VariableMetric: Iteration # 78 - FCN = -706844.808679 Edm = 2.58572 NCalls = 308 +VariableMetric: Iteration # 79 - FCN = -706849.821207 Edm = 4.87179 NCalls = 314 +VariableMetric: Iteration # 80 - FCN = -706851.305401 Edm = 1.62117 NCalls = 318 +VariableMetric: Iteration # 81 - FCN = -706851.8311917 Edm = 0.362446 NCalls = 321 +VariableMetric: Iteration # 82 - FCN = -706852.3322645 Edm = 0.115564 NCalls = 323 +VariableMetric: Iteration # 83 - FCN = -706852.5094364 Edm = 0.175049 NCalls = 325 +VariableMetric: Iteration # 84 - FCN = -706852.5989192 Edm = 0.0877803 NCalls = 327 +VariableMetric: Iteration # 85 - FCN = -706852.6579081 Edm = 0.0428219 NCalls = 329 +VariableMetric: Iteration # 86 - FCN = -706852.7115111 Edm = 0.0186787 NCalls = 331 +VariableMetric: Iteration # 87 - FCN = -706852.7944497 Edm = 0.0275963 NCalls = 333 +VariableMetric: Iteration # 88 - FCN = -706852.8425205 Edm = 0.00771878 NCalls = 335 +VariableMetric: Iteration # 89 - FCN = -706852.851643 Edm = 0.00277776 NCalls = 337 +VariableMetric: Iteration # 90 - FCN = -706852.863381 Edm = 0.00607675 NCalls = 340 +VariableMetric: Iteration # 91 - FCN = -706852.8945412 Edm = 0.0167669 NCalls = 342 +VariableMetric: Iteration # 92 - FCN = -706852.9151434 Edm = 0.00509818 NCalls = 344 +VariableMetric: Iteration # 93 - FCN = -706852.9197693 Edm = 0.00330026 NCalls = 346 +VariableMetric: Iteration # 94 - FCN = -706852.9250289 Edm = 0.00208172 NCalls = 348 +VariableMetric: Iteration # 95 - FCN = -706852.9277978 Edm = 0.000370312 NCalls = 350 +VariableMetric: Iteration # 96 - FCN = -706852.9281478 Edm = 8.1056e-05 NCalls = 351 +VariableMetric: Iteration # 97 - FCN = -706852.9282581 Edm = 2.65848e-05 NCalls = 353 +VariableMetric: After Hessian - FCN = -706852.9282581 Edm = 0.000131174 NCalls = 746 +VariableMetric: Iteration # 98 - FCN = -706852.9282581 Edm = 0.000131174 NCalls = 746 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -703126.3440641 Edm = 4.32025 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -703126.3440641 Edm = 4.32025 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -704822.5803965 Edm = 0.491441 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -704825.0092091 Edm = 0.548544 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -704983.8705675 Edm = 4.72743 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -704989.1639803 Edm = 0.374685 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -705072.9737161 Edm = 47.1017 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -705171.0739537 Edm = 2.04296 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -705172.613505 Edm = 0.0108851 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -705172.6794961 Edm = 0.0655768 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -705189.5507533 Edm = 0.326009 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -705242.2874103 Edm = 0.629392 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -705243.2747972 Edm = 0.0459585 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -705243.343213 Edm = 0.00391357 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -705243.4866907 Edm = 0.126979 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -705340.5176162 Edm = 37.2981 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -705400.7584305 Edm = 20.2922 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -705438.9054327 Edm = 11.3928 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -705449.5381249 Edm = 17.9419 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -705457.3602292 Edm = 2.09896 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -705461.6025522 Edm = 0.0476138 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -705461.6562761 Edm = 0.0145521 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -705461.6996316 Edm = 0.052789 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -705463.8379559 Edm = 1.73756 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -705561.834417 Edm = 74.7286 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -705590.4602565 Edm = 15.3182 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -705600.4772629 Edm = 6.37446 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -705608.080735 Edm = 3.00489 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -705614.8831655 Edm = 6.03382 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -705651.021225 Edm = 36.2753 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -705656.24516 Edm = 28.6531 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -705723.4479885 Edm = 12.9868 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -705740.8639468 Edm = 3.44957 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -705746.1618744 Edm = 0.726062 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -705784.6554426 Edm = 22.3268 NCalls = 125 +VariableMetric: Iteration # 34 - FCN = -705968.9319697 Edm = 7.3494e+06 NCalls = 136 +VariableMetric: Iteration # 35 - FCN = -706530.3449808 Edm = 1.83065e+06 NCalls = 146 +VariableMetric: Iteration # 36 - FCN = -706660.5265508 Edm = 657303 NCalls = 156 +VariableMetric: Iteration # 37 - FCN = -706782.6231773 Edm = 95771.1 NCalls = 165 +VariableMetric: Iteration # 38 - FCN = -706793.9101489 Edm = 11333.1 NCalls = 171 +VariableMetric: Iteration # 39 - FCN = -706799.4976394 Edm = 6789.33 NCalls = 175 +VariableMetric: Iteration # 40 - FCN = -706813.2340517 Edm = 531.613 NCalls = 180 +VariableMetric: Iteration # 41 - FCN = -706817.1725551 Edm = 235.937 NCalls = 184 +VariableMetric: Iteration # 42 - FCN = -706818.2085449 Edm = 129.652 NCalls = 187 +VariableMetric: Iteration # 43 - FCN = -706820.8033885 Edm = 468.81 NCalls = 190 +VariableMetric: Iteration # 44 - FCN = -706823.1612322 Edm = 49.7488 NCalls = 193 +VariableMetric: Iteration # 45 - FCN = -706828.3294805 Edm = 84.1389 NCalls = 195 +VariableMetric: Iteration # 46 - FCN = -706832.7539391 Edm = 206.56 NCalls = 197 +VariableMetric: Iteration # 47 - FCN = -706838.9313225 Edm = 75.611 NCalls = 199 +VariableMetric: Iteration # 48 - FCN = -706844.6322121 Edm = 15.688 NCalls = 201 +VariableMetric: Iteration # 49 - FCN = -706846.2091695 Edm = 10.7111 NCalls = 203 +VariableMetric: Iteration # 50 - FCN = -706848.8764013 Edm = 6.0098 NCalls = 205 +VariableMetric: Iteration # 51 - FCN = -706849.3089088 Edm = 1.92499 NCalls = 207 +VariableMetric: Iteration # 52 - FCN = -706849.7587017 Edm = 2.59881 NCalls = 209 +VariableMetric: Iteration # 53 - FCN = -706850.734233 Edm = 1.77704 NCalls = 211 +VariableMetric: Iteration # 54 - FCN = -706851.2160116 Edm = 0.566001 NCalls = 213 +VariableMetric: Iteration # 55 - FCN = -706851.6823786 Edm = 0.24447 NCalls = 215 +VariableMetric: Iteration # 56 - FCN = -706851.8873447 Edm = 0.0491269 NCalls = 217 +VariableMetric: Iteration # 57 - FCN = -706851.927629 Edm = 0.0140784 NCalls = 219 +VariableMetric: Iteration # 58 - FCN = -706851.9466649 Edm = 0.00670058 NCalls = 222 +VariableMetric: Iteration # 59 - FCN = -706851.9545601 Edm = 0.00269242 NCalls = 224 +VariableMetric: Iteration # 60 - FCN = -706851.9588683 Edm = 0.00247085 NCalls = 226 +VariableMetric: Iteration # 61 - FCN = -706851.9672467 Edm = 0.0145257 NCalls = 229 +VariableMetric: Iteration # 62 - FCN = -706852.0342171 Edm = 0.071025 NCalls = 235 +VariableMetric: Iteration # 63 - FCN = -706852.0451311 Edm = 0.0275102 NCalls = 239 +VariableMetric: Iteration # 64 - FCN = -706852.1589674 Edm = 0.104175 NCalls = 245 +VariableMetric: Iteration # 65 - FCN = -706852.3027568 Edm = 0.261773 NCalls = 248 +VariableMetric: Iteration # 66 - FCN = -706852.553762 Edm = 0.3505 NCalls = 251 +VariableMetric: Iteration # 67 - FCN = -706852.6423651 Edm = 0.185294 NCalls = 254 +VariableMetric: Iteration # 68 - FCN = -706852.955361 Edm = 0.30205 NCalls = 258 +VariableMetric: Iteration # 69 - FCN = -706853.2106328 Edm = 0.195988 NCalls = 261 +VariableMetric: Iteration # 70 - FCN = -706853.3949004 Edm = 0.208803 NCalls = 262 +VariableMetric: Iteration # 71 - FCN = -706853.5587337 Edm = 0.0696673 NCalls = 264 +VariableMetric: Iteration # 72 - FCN = -706853.6411921 Edm = 0.0485875 NCalls = 266 +VariableMetric: Iteration # 73 - FCN = -706853.7020109 Edm = 0.0290725 NCalls = 268 +VariableMetric: Iteration # 74 - FCN = -706853.7635696 Edm = 0.0325941 NCalls = 271 +VariableMetric: Iteration # 75 - FCN = -706853.7960353 Edm = 0.0506134 NCalls = 274 +VariableMetric: Iteration # 76 - FCN = -706853.8285429 Edm = 0.0167168 NCalls = 276 +VariableMetric: Iteration # 77 - FCN = -706853.8543183 Edm = 0.016362 NCalls = 279 +VariableMetric: Iteration # 78 - FCN = -706853.8766851 Edm = 0.0183219 NCalls = 281 +VariableMetric: Iteration # 79 - FCN = -706853.8968421 Edm = 0.00887276 NCalls = 284 +VariableMetric: Iteration # 80 - FCN = -706853.9126383 Edm = 0.00464115 NCalls = 286 +VariableMetric: Iteration # 81 - FCN = -706853.9195904 Edm = 0.00281509 NCalls = 289 +VariableMetric: Iteration # 82 - FCN = -706853.9226742 Edm = 0.00443843 NCalls = 290 +VariableMetric: Iteration # 83 - FCN = -706853.9243505 Edm = 0.000889162 NCalls = 291 +VariableMetric: Iteration # 84 - FCN = -706853.9259687 Edm = 0.000368071 NCalls = 293 +VariableMetric: Iteration # 85 - FCN = -706853.9266625 Edm = 0.000177077 NCalls = 295 +VariableMetric: Iteration # 86 - FCN = -706853.9271662 Edm = 0.000261939 NCalls = 297 +VariableMetric: Iteration # 87 - FCN = -706853.9279986 Edm = 0.000889451 NCalls = 300 +VariableMetric: Iteration # 88 - FCN = -706853.9289197 Edm = 0.000695295 NCalls = 304 +VariableMetric: Iteration # 89 - FCN = -706853.9295421 Edm = 8.63853e-05 NCalls = 306 +VariableMetric: Iteration # 90 - FCN = -706853.9296227 Edm = 4.16781e-06 NCalls = 308 +VariableMetric: After Hessian - FCN = -706853.9296227 Edm = 5.53159e-06 NCalls = 683 +VariableMetric: Iteration # 91 - FCN = -706853.9296227 Edm = 5.53159e-06 NCalls = 683 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -702983.6893755 Edm = 2.16031 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -702983.6893755 Edm = 2.16031 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -705267.0340025 Edm = 0.391762 NCalls = 11 +VariableMetric: Iteration # 2 - FCN = -705267.5163381 Edm = 0.521435 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -705415.5203322 Edm = 8.56361 NCalls = 20 +VariableMetric: Iteration # 4 - FCN = -705423.7641639 Edm = 0.221114 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -705434.4880692 Edm = 13.2223 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -705567.8626782 Edm = 150.121 NCalls = 33 +VariableMetric: Iteration # 7 - FCN = -705582.2154828 Edm = 14.666 NCalls = 38 +VariableMetric: Iteration # 8 - FCN = -705594.410334 Edm = 11.9831 NCalls = 43 +VariableMetric: Iteration # 9 - FCN = -705724.9913951 Edm = 87.404 NCalls = 51 +VariableMetric: Iteration # 10 - FCN = -705932.1569358 Edm = 22.3005 NCalls = 54 +VariableMetric: Iteration # 11 - FCN = -705947.7016246 Edm = 0.0310753 NCalls = 56 +VariableMetric: Iteration # 12 - FCN = -705947.7617903 Edm = 0.0339074 NCalls = 58 +VariableMetric: Iteration # 13 - FCN = -705950.6646226 Edm = 3.19988 NCalls = 64 +VariableMetric: Iteration # 14 - FCN = -705955.1597884 Edm = 4.15042 NCalls = 70 +VariableMetric: Iteration # 15 - FCN = -706096.8688258 Edm = 1.08645 NCalls = 75 +VariableMetric: Iteration # 16 - FCN = -706098.5662151 Edm = 0.104926 NCalls = 77 +VariableMetric: Iteration # 17 - FCN = -706098.7047848 Edm = 0.0063452 NCalls = 79 +VariableMetric: Iteration # 18 - FCN = -706098.8782329 Edm = 0.158114 NCalls = 83 +VariableMetric: Iteration # 19 - FCN = -706162.0800879 Edm = 32.3379 NCalls = 89 +VariableMetric: Iteration # 20 - FCN = -706227.9362961 Edm = 0.815944 NCalls = 91 +VariableMetric: Iteration # 21 - FCN = -706228.6432849 Edm = 0.0275031 NCalls = 93 +VariableMetric: Iteration # 22 - FCN = -706228.6782274 Edm = 0.00264853 NCalls = 95 +VariableMetric: Iteration # 23 - FCN = -706228.6865674 Edm = 0.00531023 NCalls = 97 +VariableMetric: Iteration # 24 - FCN = -706228.9309609 Edm = 0.266967 NCalls = 101 +VariableMetric: Iteration # 25 - FCN = -706229.1581438 Edm = 0.21988 NCalls = 105 +VariableMetric: Iteration # 26 - FCN = -706263.8834852 Edm = 1.53222 NCalls = 111 +VariableMetric: Iteration # 27 - FCN = -706265.1349119 Edm = 0.0822639 NCalls = 113 +VariableMetric: Iteration # 28 - FCN = -706265.2257021 Edm = 0.00794001 NCalls = 115 +VariableMetric: Iteration # 29 - FCN = -706265.2397779 Edm = 0.00281866 NCalls = 117 +VariableMetric: Iteration # 30 - FCN = -706265.2471053 Edm = 0.00411204 NCalls = 119 +VariableMetric: Iteration # 31 - FCN = -706265.553678 Edm = 0.310611 NCalls = 124 +VariableMetric: Iteration # 32 - FCN = -706272.346134 Edm = 0.989177 NCalls = 131 +VariableMetric: Iteration # 33 - FCN = -706299.5993552 Edm = 6.95922 NCalls = 134 +VariableMetric: Iteration # 34 - FCN = -706311.3006801 Edm = 2.86057 NCalls = 136 +VariableMetric: Iteration # 35 - FCN = -706313.1790763 Edm = 0.042912 NCalls = 138 +VariableMetric: Iteration # 36 - FCN = -706313.2164404 Edm = 0.00479407 NCalls = 140 +VariableMetric: Iteration # 37 - FCN = -706313.221869 Edm = 0.00186722 NCalls = 142 +VariableMetric: Iteration # 38 - FCN = -706313.2503212 Edm = 0.0300605 NCalls = 146 +VariableMetric: Iteration # 39 - FCN = -706313.8480124 Edm = 0.437908 NCalls = 153 +VariableMetric: Iteration # 40 - FCN = -706326.9308277 Edm = 10.8346 NCalls = 157 +VariableMetric: Iteration # 41 - FCN = -706377.5415984 Edm = 5.90488 NCalls = 161 +VariableMetric: Iteration # 42 - FCN = -706382.8453272 Edm = 11.7804 NCalls = 164 +VariableMetric: Iteration # 43 - FCN = -706448.658421 Edm = 43.9658 NCalls = 167 +VariableMetric: Iteration # 44 - FCN = -706470.580887 Edm = 326587 NCalls = 177 +VariableMetric: Iteration # 45 - FCN = -706564.4841355 Edm = 2.67409e+06 NCalls = 185 +VariableMetric: Iteration # 46 - FCN = -706697.8291951 Edm = 56185.5 NCalls = 193 +VariableMetric: Iteration # 47 - FCN = -706730.8223434 Edm = 24494.3 NCalls = 200 +VariableMetric: Iteration # 48 - FCN = -706763.0198893 Edm = 6577.46 NCalls = 205 +VariableMetric: Iteration # 49 - FCN = -706769.6528743 Edm = 2492.83 NCalls = 209 +VariableMetric: Iteration # 50 - FCN = -706799.7618675 Edm = 382.939 NCalls = 213 +VariableMetric: Iteration # 51 - FCN = -706800.7286232 Edm = 238.885 NCalls = 216 +VariableMetric: Iteration # 52 - FCN = -706806.0708313 Edm = 1489.18 NCalls = 218 +VariableMetric: Iteration # 53 - FCN = -706807.1839166 Edm = 571.239 NCalls = 220 +VariableMetric: Iteration # 54 - FCN = -706807.6681356 Edm = 175.761 NCalls = 223 +VariableMetric: Iteration # 55 - FCN = -706809.1628975 Edm = 217.825 NCalls = 225 +VariableMetric: Iteration # 56 - FCN = -706818.0140541 Edm = 246.216 NCalls = 227 +VariableMetric: Iteration # 57 - FCN = -706826.2453029 Edm = 292.985 NCalls = 230 +VariableMetric: Iteration # 58 - FCN = -706839.2840464 Edm = 73.0141 NCalls = 232 +VariableMetric: Iteration # 59 - FCN = -706841.696564 Edm = 6.59031 NCalls = 234 +VariableMetric: Iteration # 60 - FCN = -706843.5831127 Edm = 27.4058 NCalls = 236 +VariableMetric: Iteration # 61 - FCN = -706847.5129791 Edm = 5.41532 NCalls = 238 +VariableMetric: Iteration # 62 - FCN = -706848.8473074 Edm = 10.704 NCalls = 240 +VariableMetric: Iteration # 63 - FCN = -706849.6856172 Edm = 1.8239 NCalls = 242 +VariableMetric: Iteration # 64 - FCN = -706850.81913 Edm = 1.8917 NCalls = 244 +VariableMetric: Iteration # 65 - FCN = -706851.2730482 Edm = 0.552765 NCalls = 246 +VariableMetric: Iteration # 66 - FCN = -706851.6002761 Edm = 0.147785 NCalls = 247 +VariableMetric: Iteration # 67 - FCN = -706851.6872274 Edm = 0.0576512 NCalls = 249 +VariableMetric: Iteration # 68 - FCN = -706851.7347628 Edm = 0.0152498 NCalls = 251 +VariableMetric: Iteration # 69 - FCN = -706851.746717 Edm = 0.011297 NCalls = 253 +VariableMetric: Iteration # 70 - FCN = -706851.760967 Edm = 0.00751441 NCalls = 255 +VariableMetric: Iteration # 71 - FCN = -706851.7707889 Edm = 0.00599816 NCalls = 257 +VariableMetric: Iteration # 72 - FCN = -706851.7790794 Edm = 0.00534828 NCalls = 259 +VariableMetric: Iteration # 73 - FCN = -706851.7993776 Edm = 0.0117657 NCalls = 263 +VariableMetric: Iteration # 74 - FCN = -706851.8307064 Edm = 0.0155353 NCalls = 266 +VariableMetric: Iteration # 75 - FCN = -706851.8556436 Edm = 0.0624436 NCalls = 270 +VariableMetric: Iteration # 76 - FCN = -706851.9310515 Edm = 0.0837839 NCalls = 273 +VariableMetric: Iteration # 77 - FCN = -706852.0247267 Edm = 0.195622 NCalls = 277 +VariableMetric: Iteration # 78 - FCN = -706852.0854868 Edm = 0.0911842 NCalls = 279 +VariableMetric: Iteration # 79 - FCN = -706852.2138586 Edm = 0.328568 NCalls = 283 +VariableMetric: Iteration # 80 - FCN = -706852.3174653 Edm = 0.189176 NCalls = 286 +VariableMetric: Iteration # 81 - FCN = -706852.4045802 Edm = 0.0362764 NCalls = 289 +VariableMetric: Iteration # 82 - FCN = -706852.4824973 Edm = 0.00805212 NCalls = 292 +VariableMetric: Iteration # 83 - FCN = -706852.4955583 Edm = 0.00559422 NCalls = 294 +VariableMetric: Iteration # 84 - FCN = -706852.5071671 Edm = 0.0065404 NCalls = 296 +VariableMetric: Iteration # 85 - FCN = -706852.5116008 Edm = 0.00382754 NCalls = 298 +VariableMetric: Iteration # 86 - FCN = -706852.5199219 Edm = 0.00309303 NCalls = 301 +VariableMetric: Iteration # 87 - FCN = -706852.5271911 Edm = 0.00208195 NCalls = 304 +VariableMetric: Iteration # 88 - FCN = -706852.5295819 Edm = 0.000463385 NCalls = 306 +VariableMetric: Iteration # 89 - FCN = -706852.5302123 Edm = 0.000231922 NCalls = 308 +VariableMetric: Iteration # 90 - FCN = -706852.530747 Edm = 0.000185384 NCalls = 310 +VariableMetric: Iteration # 91 - FCN = -706852.5313119 Edm = 0.000235243 NCalls = 312 +VariableMetric: Iteration # 92 - FCN = -706852.5320669 Edm = 0.000637901 NCalls = 315 +VariableMetric: Iteration # 93 - FCN = -706852.5337026 Edm = 0.000733872 NCalls = 318 +VariableMetric: Iteration # 94 - FCN = -706852.5349573 Edm = 0.000453448 NCalls = 320 +VariableMetric: Iteration # 95 - FCN = -706852.5355678 Edm = 0.000282396 NCalls = 322 +VariableMetric: Iteration # 96 - FCN = -706852.5357311 Edm = 3.86895e-05 NCalls = 323 +VariableMetric: After Hessian - FCN = -706852.5357311 Edm = 0.000128283 NCalls = 694 +VariableMetric: Iteration # 97 - FCN = -706852.5357311 Edm = 0.000128283 NCalls = 694 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -702538.7755145 Edm = 5.21818 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -702538.7755145 Edm = 5.21818 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -704379.9850908 Edm = 0.560597 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -704381.6859107 Edm = 0.959356 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -704502.230512 Edm = 0.964841 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -704503.8062486 Edm = 0.372852 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -704614.3323024 Edm = 74.9714 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -704810.1464717 Edm = 89.2435 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -704869.1724303 Edm = 0.129362 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -704869.3652043 Edm = 0.10439 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -704885.2162318 Edm = 15.1649 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -705121.2924533 Edm = 13.7468 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -705137.1412267 Edm = 1.34329 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -705138.5089476 Edm = 0.0274184 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -705138.5510352 Edm = 0.00813473 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -705138.6722364 Edm = 0.102026 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -705206.060387 Edm = 4.96086 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -705213.2816292 Edm = 0.868966 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -705214.8170604 Edm = 0.596988 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -705215.310895 Edm = 0.100832 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -705215.4542968 Edm = 0.00534297 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -705215.4734545 Edm = 0.0118738 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -705219.443008 Edm = 3.83661 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -705314.8445875 Edm = 128.438 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -705318.7546043 Edm = 12.4041 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -705351.8517628 Edm = 45.3835 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -705449.9436246 Edm = 16.8214 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -705471.2697771 Edm = 5.83588 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -705478.4495628 Edm = 8.57434 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -705492.0446253 Edm = 11.3467 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -705502.4352434 Edm = 3.84073 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -705506.0969186 Edm = 0.792364 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -705507.4840824 Edm = 0.52135 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -705508.0989043 Edm = 0.0162085 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -705508.1281377 Edm = 0.0134162 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -705508.6023987 Edm = 0.600734 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -705509.2691744 Edm = 0.634082 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -705708.5624328 Edm = 103.733 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -705803.0383211 Edm = 47.2317 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -705851.326199 Edm = 27.066 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -705876.4867712 Edm = 12.6151 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -705888.5429108 Edm = 29.6874 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -706081.5221287 Edm = 1155.67 NCalls = 151 +VariableMetric: Iteration # 42 - FCN = -706081.5221287 Edm = 1155.67 NCalls = 162 +VariableMetric: After Hessian - FCN = -706081.5221287 Edm = 13753.7 NCalls = 521 +VariableMetric: Iteration # 43 - FCN = -706081.5221287 Edm = 13753.7 NCalls = 521 +VariableMetric: Iteration # 44 - FCN = -706354.4088345 Edm = 4.67699e+06 NCalls = 526 +VariableMetric: Iteration # 45 - FCN = -706376.2213847 Edm = 211.795 NCalls = 537 +VariableMetric: Iteration # 46 - FCN = -706377.4546061 Edm = 7.26368 NCalls = 541 +VariableMetric: Iteration # 47 - FCN = -706623.8447698 Edm = 27.3964 NCalls = 546 +VariableMetric: Iteration # 48 - FCN = -706681.1005238 Edm = 1.39119 NCalls = 549 +VariableMetric: Iteration # 49 - FCN = -706689.9987187 Edm = 5.26137 NCalls = 552 +VariableMetric: Iteration # 50 - FCN = -706723.8372124 Edm = 6.516 NCalls = 555 +VariableMetric: Iteration # 51 - FCN = -706729.7090518 Edm = 0.350477 NCalls = 557 +VariableMetric: Iteration # 52 - FCN = -706733.9283819 Edm = 3.0031 NCalls = 560 +VariableMetric: Iteration # 53 - FCN = -706753.954102 Edm = 0.472061 NCalls = 563 +VariableMetric: Iteration # 54 - FCN = -706754.8444608 Edm = 0.112048 NCalls = 565 +VariableMetric: Iteration # 55 - FCN = -706756.2866066 Edm = 0.883709 NCalls = 568 +VariableMetric: Iteration # 56 - FCN = -706766.7714472 Edm = 1.07874 NCalls = 572 +VariableMetric: Iteration # 57 - FCN = -706768.3219874 Edm = 0.126908 NCalls = 574 +VariableMetric: Iteration # 58 - FCN = -706778.9862872 Edm = 14.915 NCalls = 580 +VariableMetric: Iteration # 59 - FCN = -706779.0088078 Edm = 0.0782488 NCalls = 582 +VariableMetric: Iteration # 60 - FCN = -706783.1795457 Edm = 4.21992 NCalls = 587 +VariableMetric: Iteration # 61 - FCN = -706797.3482981 Edm = 6.39965 NCalls = 590 +VariableMetric: Iteration # 62 - FCN = -706805.5627096 Edm = 0.144236 NCalls = 593 +VariableMetric: Iteration # 63 - FCN = -706805.8068482 Edm = 0.0799087 NCalls = 595 +VariableMetric: Iteration # 64 - FCN = -706806.6384392 Edm = 0.957252 NCalls = 598 +VariableMetric: Iteration # 65 - FCN = -706808.5433218 Edm = 0.86895 NCalls = 602 +VariableMetric: Iteration # 66 - FCN = -706810.7474016 Edm = 0.10209 NCalls = 604 +VariableMetric: Iteration # 67 - FCN = -706811.2954632 Edm = 0.418347 NCalls = 607 +VariableMetric: Iteration # 68 - FCN = -706817.4064272 Edm = 0.678447 NCalls = 610 +VariableMetric: Iteration # 69 - FCN = -706818.2534532 Edm = 0.105642 NCalls = 612 +VariableMetric: Iteration # 70 - FCN = -706818.5959241 Edm = 0.227802 NCalls = 614 +VariableMetric: Iteration # 71 - FCN = -706821.3669258 Edm = 1.66882 NCalls = 617 +VariableMetric: Iteration # 72 - FCN = -706824.0589707 Edm = 0.085702 NCalls = 619 +VariableMetric: Iteration # 73 - FCN = -706824.1582421 Edm = 0.0167075 NCalls = 621 +VariableMetric: Iteration # 74 - FCN = -706824.5506791 Edm = 0.370102 NCalls = 625 +VariableMetric: Iteration # 75 - FCN = -706835.0786811 Edm = 1.31474 NCalls = 630 +VariableMetric: Iteration # 76 - FCN = -706836.3892048 Edm = 0.12206 NCalls = 631 +VariableMetric: Iteration # 77 - FCN = -706836.5021824 Edm = 0.025568 NCalls = 632 +VariableMetric: Iteration # 78 - FCN = -706836.5854311 Edm = 0.0582303 NCalls = 634 +VariableMetric: Iteration # 79 - FCN = -706836.7681903 Edm = 0.186705 NCalls = 636 +VariableMetric: Iteration # 80 - FCN = -706838.6571549 Edm = 1.52815 NCalls = 640 +VariableMetric: Iteration # 81 - FCN = -706845.8637091 Edm = 1.27216 NCalls = 642 +VariableMetric: Iteration # 82 - FCN = -706846.8097823 Edm = 0.0683055 NCalls = 644 +VariableMetric: Iteration # 83 - FCN = -706846.863191 Edm = 0.00676216 NCalls = 646 +VariableMetric: Iteration # 84 - FCN = -706846.8715731 Edm = 0.00469684 NCalls = 648 +VariableMetric: Iteration # 85 - FCN = -706846.9172356 Edm = 0.0321234 NCalls = 652 +VariableMetric: Iteration # 86 - FCN = -706847.8132364 Edm = 0.659118 NCalls = 656 +VariableMetric: Iteration # 87 - FCN = -706850.5131579 Edm = 0.206174 NCalls = 658 +VariableMetric: Iteration # 88 - FCN = -706850.7312074 Edm = 0.00549159 NCalls = 660 +VariableMetric: Iteration # 89 - FCN = -706850.7367883 Edm = 0.000261553 NCalls = 661 +VariableMetric: Iteration # 90 - FCN = -706850.7371247 Edm = 0.000165748 NCalls = 663 +VariableMetric: Iteration # 91 - FCN = -706850.7394529 Edm = 0.00227187 NCalls = 667 +VariableMetric: Iteration # 92 - FCN = -706850.8502589 Edm = 0.0372087 NCalls = 674 +VariableMetric: Iteration # 93 - FCN = -706850.9447596 Edm = 0.0027686 NCalls = 676 +VariableMetric: Iteration # 94 - FCN = -706850.9476487 Edm = 9.62589e-05 NCalls = 678 +VariableMetric: Iteration # 95 - FCN = -706850.9511471 Edm = 0.0034711 NCalls = 682 +VariableMetric: Iteration # 96 - FCN = -706851.1289558 Edm = 0.00775425 NCalls = 689 +VariableMetric: Iteration # 97 - FCN = -706851.9699539 Edm = 0.172581 NCalls = 691 +VariableMetric: Iteration # 98 - FCN = -706852.11904 Edm = 0.061634 NCalls = 693 +VariableMetric: Iteration # 99 - FCN = -706852.1923818 Edm = 0.00313595 NCalls = 695 +VariableMetric: Iteration # 100 - FCN = -706852.1953413 Edm = 0.000161938 NCalls = 697 +VariableMetric: Iteration # 101 - FCN = -706852.1955796 Edm = 0.000155499 NCalls = 699 +VariableMetric: Iteration # 102 - FCN = -706852.2042572 Edm = 0.00925049 NCalls = 704 +VariableMetric: Iteration # 103 - FCN = -706852.3337193 Edm = 0.0144735 NCalls = 711 +VariableMetric: Iteration # 104 - FCN = -706852.6967687 Edm = 0.0721243 NCalls = 713 +VariableMetric: Iteration # 105 - FCN = -706852.7852311 Edm = 0.00937904 NCalls = 715 +VariableMetric: Iteration # 106 - FCN = -706852.7936351 Edm = 0.000167395 NCalls = 717 +VariableMetric: Iteration # 107 - FCN = -706852.7948272 Edm = 0.00121404 NCalls = 720 +VariableMetric: Iteration # 108 - FCN = -706852.8501805 Edm = 0.0604238 NCalls = 726 +VariableMetric: Iteration # 109 - FCN = -706852.8507183 Edm = 0.000274567 NCalls = 728 +VariableMetric: Iteration # 110 - FCN = -706852.9107143 Edm = 0.0511587 NCalls = 734 +VariableMetric: Iteration # 111 - FCN = -706853.1772074 Edm = 0.00574328 NCalls = 736 +VariableMetric: Iteration # 112 - FCN = -706853.182608 Edm = 2.42378e-05 NCalls = 737 +VariableMetric: After Hessian - FCN = -706853.182608 Edm = 0.149261 NCalls = 1130 +VariableMetric: Iteration # 113 - FCN = -706853.182608 Edm = 0.149261 NCalls = 1130 +VariableMetric: Iteration # 114 - FCN = -706853.1859029 Edm = 0.0427414 NCalls = 1133 +VariableMetric: Iteration # 115 - FCN = -706853.1928167 Edm = 0.00676024 NCalls = 1136 +VariableMetric: Iteration # 116 - FCN = -706853.1992057 Edm = 0.00163012 NCalls = 1138 +VariableMetric: Iteration # 117 - FCN = -706853.2030564 Edm = 0.00119242 NCalls = 1141 +VariableMetric: Iteration # 118 - FCN = -706853.2050549 Edm = 0.000230621 NCalls = 1143 +VariableMetric: Iteration # 119 - FCN = -706853.2056764 Edm = 0.000134733 NCalls = 1146 +VariableMetric: Iteration # 120 - FCN = -706853.2061892 Edm = 0.000151724 NCalls = 1149 +VariableMetric: Iteration # 121 - FCN = -706853.2062859 Edm = 9.01034e-05 NCalls = 1151 +VariableMetric: Iteration # 122 - FCN = -706853.2063743 Edm = 2.01505e-06 NCalls = 1153 +VariableMetric: After Hessian - FCN = -706853.2063743 Edm = 1.72489e-05 NCalls = 1542 +VariableMetric: Iteration # 123 - FCN = -706853.2063743 Edm = 1.72489e-05 NCalls = 1542 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -705833.3949756 Edm = 0.784194 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -705833.3949756 Edm = 0.784194 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -706075.4109967 Edm = 0.235222 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -706076.4274721 Edm = 0.863009 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -706200.7237729 Edm = 6.4021 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -706207.4447353 Edm = 0.0939125 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -706208.5172849 Edm = 1.01872 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -706342.5281128 Edm = 1.90186 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -706415.0775353 Edm = 1.46362 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -706416.5270224 Edm = 0.23703 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -706418.9634066 Edm = 1.77361 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -706543.7032926 Edm = 9.54927 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -706555.3141505 Edm = 0.49538 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -706555.9258947 Edm = 0.127329 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -706556.0556687 Edm = 0.00920118 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -706556.4747204 Edm = 0.374821 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -706595.932485 Edm = 26.315 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -706673.8405333 Edm = 10.3822 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -706680.1020447 Edm = 0.553518 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -706680.9182022 Edm = 0.0759565 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -706681.0725956 Edm = 0.047882 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -706681.1664783 Edm = 0.00556267 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -706681.178259 Edm = 0.00527059 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -706684.9878904 Edm = 3.16468 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -706715.398669 Edm = 1.03783 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -706716.0089857 Edm = 0.107418 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -706716.1220255 Edm = 0.0074797 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -706716.1504477 Edm = 0.006815 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -706716.1614432 Edm = 0.000248903 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -706716.1621672 Edm = 0.000439384 NCalls = 90 +VariableMetric: Iteration # 29 - FCN = -706716.1908856 Edm = 0.0279744 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -706716.2215604 Edm = 0.02748 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -706718.5788138 Edm = 2.89447 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -706718.6458336 Edm = 0.092167 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -706719.9181958 Edm = 1.05225 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -706726.2201866 Edm = 0.212539 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -706726.4139938 Edm = 0.0111078 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -706726.4253001 Edm = 0.00113811 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -706726.4270775 Edm = 0.000828083 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -706726.4306971 Edm = 0.000846896 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -706726.4379634 Edm = 0.00598899 NCalls = 128 +VariableMetric: Iteration # 40 - FCN = -706728.5896876 Edm = 2.04891 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -706740.9291399 Edm = 3.96548 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -706745.3226059 Edm = 0.515178 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -706745.5729037 Edm = 0.334713 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -706745.9608977 Edm = 0.208388 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -706746.184875 Edm = 0.235574 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -706746.4426407 Edm = 0.0794947 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -706746.5142125 Edm = 0.0028716 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -706746.5175142 Edm = 0.000624027 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -706746.5202349 Edm = 0.00258349 NCalls = 156 +VariableMetric: Iteration # 50 - FCN = -706746.6250622 Edm = 0.134764 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -706747.3143242 Edm = 0.149351 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -706751.067409 Edm = 2.00361 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -706756.8866256 Edm = 1.27948 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -706757.7440965 Edm = 0.122448 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -706757.882147 Edm = 0.00903025 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -706757.8908514 Edm = 0.000448002 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -706757.8914408 Edm = 0.000187492 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -706757.892244 Edm = 6.69778e-05 NCalls = 185 +VariableMetric: Iteration # 59 - FCN = -706757.8923794 Edm = 5.91519e-05 NCalls = 187 +VariableMetric: After Hessian - FCN = -706757.8923794 Edm = 1.01932e+06 NCalls = 546 +VariableMetric: Iteration # 60 - FCN = -706757.8923794 Edm = 1.01932e+06 NCalls = 546 +VariableMetric: Iteration # 61 - FCN = -706757.8923794 Edm = 1.01932e+06 NCalls = 557 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.068E+05 | Ncalls=1060 (1060 total) | +| EDM = 7.52E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -706753.5751707082 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.79 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.1 | 1.5 | | | 14.8182 | 23.5818 | | +| 2 | rho_s | 0.86 | 0.29 | | |0.0253049| 2.0747 | | +| 3 | jpsi_p | -1.720 | 0.015 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 1.87 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | psi2s_p | 4.372 | 0.021 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 8 | p4415_s | 0.80 | 0.17 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1368.4 | 1.8 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.31 | 0.03 | | | -1.464 | 1.464 | | +| 12| p4040_s | 1.23 | 0.14 | | |0.00501244| 2.01499 | | +| 13| Ctt | -0.500 | 0.026 | | | -0.5 | 0.5 | | +| 14| omega_p | 6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 15| p4415_p | -1.35 | 0.22 | | |-6.28319 | 6.28319 | | +| 16| phi_p | 0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 17| omega_s | 7.6 | 0.9 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 0.717 | 0.014 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -3.05 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s rho_s jpsi_p p3770_s psi2s_p p4160_p jpsi_s p4415_s rho_p psi2s_s Dbar_s p4040_s Ctt omega_p p4415_p phi_p omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.011 0.024 0.051 -0.097 0.207 -0.002 -0.040 0.023 0.031 0.001 0.067 -0.020 -0.072 -0.000 0.007 -0.016 -0.008 0.000 0.104 | +| phi_s | -0.011 1.000 0.024 -0.057 0.005 -0.032 -0.000 -0.038 0.003 -0.098 0.033 -0.015 0.007 -0.001 -0.020 -0.004 0.861 -0.054 -0.000 0.001 | +| rho_s | 0.024 0.024 1.000 0.063 -0.016 0.048 0.000 0.006 -0.015 0.177 -0.007 0.082 -0.011 0.004 -0.024 0.004 0.066 -0.548 0.000 -0.019 | +| jpsi_p | 0.051 -0.057 0.063 1.000 -0.097 0.082 0.004 -0.061 -0.128 0.023 0.047 0.289 0.007 0.017 0.004 0.019 -0.065 -0.030 0.000 -0.161 | +| p3770_s | -0.097 0.005 -0.016 -0.097 1.000 -0.103 -0.002 0.020 0.089 -0.021 -0.018 -0.288 0.135 -0.004 0.001 -0.010 0.006 0.006 -0.002 0.112 | +| psi2s_p | 0.207 -0.032 0.048 0.082 -0.103 1.000 0.004 -0.082 -0.125 0.025 0.038 0.306 -0.032 -0.108 0.002 0.042 -0.038 -0.020 0.003 -0.147 | +| p4160_p | -0.002 -0.000 0.000 0.004 -0.002 0.004 1.000 -0.001 -0.005 0.000 0.001 0.014 0.016 -0.001 -0.000 0.005 -0.000 -0.000 -0.004 -0.007 | +| jpsi_s | -0.040 -0.038 0.006 -0.061 0.020 -0.082 -0.001 1.000 0.009 0.076 -0.787 -0.242 0.004 -0.004 -0.001 0.002 -0.033 -0.005 0.000 0.038 | +| p4415_s | 0.023 0.003 -0.015 -0.128 0.089 -0.125 -0.005 0.009 1.000 -0.009 -0.003 -0.428 -0.229 0.048 0.002 0.064 0.002 0.006 0.018 0.216 | +| rho_p | 0.031 -0.098 0.177 0.023 -0.021 0.025 0.000 0.076 -0.009 1.000 -0.066 0.057 -0.033 -0.001 0.053 0.024 -0.188 0.015 0.001 -0.017 | +| psi2s_s | 0.001 0.033 -0.007 0.047 -0.018 0.038 0.001 -0.787 -0.003 -0.066 1.000 0.176 0.006 0.003 0.001 -0.003 0.029 0.005 -0.000 -0.029 | +| Dbar_s | 0.067 -0.015 0.082 0.289 -0.288 0.306 0.014 -0.242 -0.428 0.057 0.176 1.000 0.153 -0.132 -0.003 -0.199 -0.025 -0.026 -0.013 -0.517 | +| p4040_s | -0.020 0.007 -0.011 0.007 0.135 -0.032 0.016 0.004 -0.229 -0.033 0.006 0.153 1.000 0.061 -0.000 -0.075 0.011 0.002 -0.005 -0.262 | +| Ctt | -0.072 -0.001 0.004 0.017 -0.004 -0.108 -0.001 -0.004 0.048 -0.001 0.003 -0.132 0.061 1.000 -0.000 -0.031 -0.001 -0.001 -0.002 0.003 | +| omega_p | -0.000 -0.020 -0.024 0.004 0.001 0.002 -0.000 -0.001 0.002 0.053 0.001 -0.003 -0.000 -0.000 1.000 -0.000 -0.018 -0.245 0.000 0.002 | +| p4415_p | 0.007 -0.004 0.004 0.019 -0.010 0.042 0.005 0.002 0.064 0.024 -0.003 -0.199 -0.075 -0.031 -0.000 1.000 -0.006 -0.001 0.003 -0.032 | +| phi_p | -0.016 0.861 0.066 -0.065 0.006 -0.038 -0.000 -0.033 0.002 -0.188 0.029 -0.025 0.011 -0.001 -0.018 -0.006 1.000 -0.093 -0.001 0.000 | +| omega_s | -0.008 -0.054 -0.548 -0.030 0.006 -0.020 -0.000 -0.005 0.006 0.015 0.005 -0.026 0.002 -0.001 -0.245 -0.001 -0.093 1.000 -0.000 0.007 | +| p4160_s | 0.000 -0.000 0.000 0.000 -0.002 0.003 -0.004 0.000 0.018 0.001 -0.000 -0.013 -0.005 -0.002 0.000 0.003 -0.001 -0.000 1.000 -0.011 | +| p4040_p | 0.104 0.001 -0.019 -0.161 0.112 -0.147 -0.007 0.038 0.216 -0.017 -0.029 -0.517 -0.262 0.003 0.002 -0.032 0.000 0.007 -0.011 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11912991755331515}), (, {'error': 1.4884803902950576}), (, {'error': 0.2948116720071063}), (, {'error': 0.015499234720699917}), (, {'error': 0.18820697350086402}), (, {'error': 0.02148945978510497}), (, {'error': 0.00927346670910989}), (, {'error': 23.490158690544376}), (, {'error': 0.16514631835896848}), (, {'error': 0.3695985802651256}), (, {'error': 1.8125882611421957}), (, {'error': 0.034095174020951746}), (, {'error': 0.14004422348476697}), (, {'error': 0.025830802945032705}), (, {'error': 0.146174922736515}), (, {'error': 0.22475422603787543}), (, {'error': 0.3627214698807659}), (, {'error': 0.9438806553989361}), (, {'error': 0.013835493046152503}), (, {'error': 0.12358153776802938})]) +Toy 1/10 +Time taken: 1 h, 34 min +Projected time left: 14 h, 12 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.069E+05 | Ncalls=1075 (1075 total) | +| EDM = 0.00641 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -706852.0125816908 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.65 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.8 | 1.4 | | | 14.8182 | 23.5818 | | +| 2 | rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 3 | jpsi_p | 4.531 | 0.018 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.12 | 0.18 | | |0.918861 | 4.08114 | | +| 5 | psi2s_p | -2.033 | 0.028 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -1.83 | 0.09 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_s | 0.992E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 8 | p4415_s | 1.17 | 0.17 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1360 | 60 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.03 | 0.07 | | | -1.464 | 1.464 | | +| 12| p4040_s | 0.89 | 0.15 | | |0.00501244| 2.01499 | | +| 13| Ctt | -0.09 | 0.13 | | | -0.5 | 0.5 | | +| 14| omega_p | 0.27 | 0.29 | | |-6.28319 | 6.28319 | | +| 15| p4415_p | -1.95 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| phi_p | 0.28 | 0.34 | | |-6.28319 | 6.28319 | | +| 17| omega_s | 9.0 | 1.0 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.13 | 0.15 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 4.24 | 0.19 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s rho_s jpsi_p p3770_s psi2s_p p4160_p jpsi_s p4415_s rho_p psi2s_s Dbar_s p4040_s Ctt omega_p p4415_p phi_p omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.014 -0.011 0.001 -0.093 0.414 0.177 0.072 -0.106 -0.002 0.069 0.266 -0.121 -0.385 -0.014 0.087 0.006 -0.001 -0.044 0.165 | +| phi_s | 0.014 1.000 -0.098 0.083 -0.034 0.062 -0.040 0.253 0.043 -0.027 0.253 0.189 -0.012 0.108 -0.021 -0.003 0.848 0.008 0.019 -0.037 | +| rho_s | -0.011 -0.098 1.000 -0.145 0.031 -0.097 0.061 -0.373 -0.071 -0.027 -0.373 -0.252 -0.005 -0.147 0.430 0.011 -0.073 -0.112 -0.039 0.053 | +| jpsi_p | 0.001 0.083 -0.145 1.000 -0.147 0.131 -0.129 0.505 0.037 -0.047 0.503 0.440 -0.060 0.338 -0.132 -0.038 0.018 0.001 -0.039 -0.181 | +| p3770_s | -0.093 -0.034 0.031 -0.147 1.000 -0.126 -0.019 -0.143 0.021 0.011 -0.143 -0.225 0.154 -0.062 0.026 0.002 -0.018 -0.004 0.042 -0.030 | +| psi2s_p | 0.414 0.062 -0.097 0.131 -0.126 1.000 0.199 0.317 -0.194 -0.024 0.314 0.592 -0.342 -0.366 -0.079 0.102 0.025 0.003 -0.186 0.063 | +| p4160_p | 0.177 -0.040 0.061 -0.129 -0.019 0.199 1.000 -0.145 0.074 0.016 -0.145 -0.065 -0.419 -0.414 0.036 0.248 -0.023 -0.012 -0.069 0.160 | +| jpsi_s | 0.072 0.253 -0.373 0.505 -0.143 0.317 -0.145 1.000 0.172 -0.076 0.997 0.761 -0.053 0.448 -0.241 -0.007 0.144 0.049 0.072 -0.145 | +| p4415_s | -0.106 0.043 -0.071 0.037 0.021 -0.194 0.074 0.172 1.000 -0.015 0.172 -0.126 0.074 0.350 -0.047 -0.120 0.022 0.010 0.257 0.090 | +| rho_p | -0.002 -0.027 -0.027 -0.047 0.011 -0.024 0.016 -0.076 -0.015 1.000 -0.076 -0.058 -0.000 -0.041 -0.020 0.004 -0.037 0.035 -0.006 0.015 | +| psi2s_s | 0.069 0.253 -0.373 0.503 -0.143 0.314 -0.145 0.997 0.172 -0.076 1.000 0.758 -0.052 0.446 -0.241 -0.007 0.143 0.049 0.072 -0.145 | +| Dbar_s | 0.266 0.189 -0.252 0.440 -0.225 0.592 -0.065 0.761 -0.126 -0.058 0.758 1.000 -0.287 -0.055 -0.171 -0.091 0.106 0.034 -0.222 -0.182 | +| p4040_s | -0.121 -0.012 -0.005 -0.060 0.154 -0.342 -0.419 -0.053 0.074 -0.000 -0.052 -0.287 1.000 0.335 0.002 -0.171 -0.008 0.002 -0.030 -0.145 | +| Ctt | -0.385 0.108 -0.147 0.338 -0.062 -0.366 -0.414 0.448 0.350 -0.041 0.446 -0.055 0.335 1.000 -0.104 -0.157 0.054 0.022 0.230 -0.297 | +| omega_p | -0.014 -0.021 0.430 -0.132 0.026 -0.079 0.036 -0.241 -0.047 -0.020 -0.241 -0.171 0.002 -0.104 1.000 0.004 -0.021 0.587 -0.024 0.032 | +| p4415_p | 0.087 -0.003 0.011 -0.038 0.002 0.102 0.248 -0.007 -0.120 0.004 -0.007 -0.091 -0.171 -0.157 0.004 1.000 -0.002 -0.004 -0.159 0.125 | +| phi_p | 0.006 0.848 -0.073 0.018 -0.018 0.025 -0.023 0.144 0.022 -0.037 0.143 0.106 -0.008 0.054 -0.021 -0.002 1.000 -0.019 0.009 -0.022 | +| omega_s | -0.001 0.008 -0.112 0.001 -0.004 0.003 -0.012 0.049 0.010 0.035 0.049 0.034 0.002 0.022 0.587 -0.004 -0.019 1.000 0.005 -0.009 | +| p4160_s | -0.044 0.019 -0.039 -0.039 0.042 -0.186 -0.069 0.072 0.257 -0.006 0.072 -0.222 -0.030 0.230 -0.024 -0.159 0.009 0.005 1.000 0.389 | +| p4040_p | 0.165 -0.037 0.053 -0.181 -0.030 0.063 0.160 -0.145 0.090 0.015 -0.145 -0.182 -0.145 -0.297 0.032 0.125 -0.022 -0.009 0.389 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11616415769575994}), (, {'error': 1.413522352399724}), (, {'error': 0.3484090745731983}), (, {'error': 0.017893577200460697}), (, {'error': 0.1830174940512701}), (, {'error': 0.028015186984028606}), (, {'error': 0.09077733466671889}), (, {'error': 148.38309704066614}), (, {'error': 0.1700919168727701}), (, {'error': 0.12313325212454362}), (, {'error': 55.56975066880909}), (, {'error': 0.07153053208707716}), (, {'error': 0.1509210027744184}), (, {'error': 0.12891967962406392}), (, {'error': 0.2914338361838835}), (, {'error': 0.16514024837773666}), (, {'error': 0.34471021224519305}), (, {'error': 0.956521364121965}), (, {'error': 0.14934059579567627}), (, {'error': 0.19072685391216293})]) +Toy 2/10 +Time taken: 3 h, 11 min +Projected time left: 12 h, 46 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.069E+05 | Ncalls=1087 (1087 total) | +| EDM = 5.4E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -706852.5357131261 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.87 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.0 | 1.5 | | | 14.8182 | 23.5818 | | +| 2 | rho_s | 0.7 | 0.3 | | |0.0253049| 2.0747 | | +| 3 | jpsi_p | -1.560 | 0.017 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.29 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | psi2s_p | 2.162 | 0.029 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.00 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_s | 0.996E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 8 | p4415_s | 1.16 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1369 | 5 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.005 | 0.063 | | | -1.464 | 1.464 | | +| 12| p4040_s | 0.89 | 0.18 | | |0.00501244| 2.01499 | | +| 13| Ctt | -0.09 | 0.13 | | | -0.5 | 0.5 | | +| 14| omega_p | 0.29 | 0.31 | | |-6.28319 | 6.28319 | | +| 15| p4415_p | 4.22 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| phi_p | 0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 17| omega_s | 8.9 | 1.1 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.14 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.30 | 0.21 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s rho_s jpsi_p p3770_s psi2s_p p4160_p jpsi_s p4415_s rho_p psi2s_s Dbar_s p4040_s Ctt omega_p p4415_p phi_p omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.002 0.007 -0.051 -0.188 -0.196 0.249 0.064 -0.211 0.001 0.062 0.430 -0.254 -0.516 -0.003 0.098 -0.001 -0.005 -0.152 0.165 | +| phi_s | 0.002 1.000 -0.016 -0.033 -0.004 -0.043 -0.010 0.109 0.003 -0.016 0.107 0.038 -0.003 0.009 0.032 -0.005 0.872 -0.005 -0.001 -0.010 | +| rho_s | 0.007 -0.016 1.000 0.031 -0.017 -0.000 0.012 -0.131 -0.013 -0.068 -0.128 -0.005 -0.020 0.004 0.360 0.009 -0.019 -0.116 -0.014 0.002 | +| jpsi_p | -0.051 -0.033 0.031 1.000 -0.022 -0.084 -0.106 0.249 -0.056 -0.016 0.247 0.186 -0.004 0.131 -0.032 -0.071 -0.051 -0.029 -0.095 -0.170 | +| p3770_s | -0.188 -0.004 -0.017 -0.022 1.000 -0.302 -0.084 -0.072 0.084 0.002 -0.077 -0.236 0.197 0.068 -0.003 -0.010 -0.001 0.002 0.091 -0.061 | +| psi2s_p | -0.196 -0.043 -0.000 -0.084 -0.302 1.000 0.009 -0.247 -0.157 0.003 -0.247 -0.010 -0.122 -0.084 -0.001 -0.003 -0.033 -0.009 -0.201 -0.186 | +| p4160_p | 0.249 -0.010 0.012 -0.106 -0.084 0.009 1.000 -0.064 0.029 0.007 -0.064 0.145 -0.505 -0.468 0.004 0.281 -0.007 -0.006 -0.108 0.174 | +| jpsi_s | 0.064 0.109 -0.131 0.249 -0.072 -0.247 -0.064 1.000 0.027 -0.029 0.979 0.398 -0.046 0.139 -0.085 -0.034 0.069 0.013 -0.022 -0.084 | +| p4415_s | -0.211 0.003 -0.013 -0.056 0.084 -0.157 0.029 0.027 1.000 -0.003 0.027 -0.451 0.180 0.412 -0.009 -0.130 -0.001 0.002 0.342 0.123 | +| rho_p | 0.001 -0.016 -0.068 -0.016 0.002 0.003 0.007 -0.029 -0.003 1.000 -0.028 -0.011 -0.003 -0.011 -0.031 0.005 -0.033 0.042 -0.000 0.006 | +| psi2s_s | 0.062 0.107 -0.128 0.247 -0.077 -0.247 -0.064 0.979 0.027 -0.028 1.000 0.392 -0.046 0.139 -0.083 -0.034 0.067 0.012 -0.022 -0.084 | +| Dbar_s | 0.430 0.038 -0.005 0.186 -0.236 -0.010 0.145 0.398 -0.451 -0.011 0.392 1.000 -0.474 -0.641 -0.017 -0.088 0.022 -0.001 -0.491 -0.124 | +| p4040_s | -0.254 -0.003 -0.020 -0.004 0.197 -0.122 -0.505 -0.046 0.180 -0.003 -0.046 -0.474 1.000 0.526 -0.006 -0.196 -0.003 0.004 0.071 -0.190 | +| Ctt | -0.516 0.009 0.004 0.131 0.068 -0.084 -0.468 0.139 0.412 -0.011 0.139 -0.641 0.526 1.000 -0.007 -0.190 -0.001 0.002 0.326 -0.252 | +| omega_p | -0.003 0.032 0.360 -0.032 -0.003 -0.001 0.004 -0.085 -0.009 -0.031 -0.083 -0.017 -0.006 -0.007 1.000 0.003 0.008 0.666 -0.007 0.001 | +| p4415_p | 0.098 -0.005 0.009 -0.071 -0.010 -0.003 0.281 -0.034 -0.130 0.005 -0.034 -0.088 -0.196 -0.190 0.003 1.000 -0.003 -0.004 -0.155 0.144 | +| phi_p | -0.001 0.872 -0.019 -0.051 -0.001 -0.033 -0.007 0.069 -0.001 -0.033 0.067 0.022 -0.003 -0.001 0.008 -0.003 1.000 -0.031 -0.003 -0.007 | +| omega_s | -0.005 -0.005 -0.116 -0.029 0.002 -0.009 -0.006 0.013 0.002 0.042 0.012 -0.001 0.004 0.002 0.666 -0.004 -0.031 1.000 0.002 -0.003 | +| p4160_s | -0.152 -0.001 -0.014 -0.095 0.091 -0.201 -0.108 -0.022 0.342 -0.000 -0.022 -0.491 0.071 0.326 -0.007 -0.155 -0.003 0.002 1.000 0.416 | +| p4040_p | 0.165 -0.010 0.002 -0.170 -0.061 -0.186 0.174 -0.084 0.123 0.006 -0.084 -0.124 -0.190 -0.252 0.001 0.144 -0.007 -0.003 0.416 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12488272179581905}), (, {'error': 1.5292664636197166}), (, {'error': 0.3387598138026867}), (, {'error': 0.016844028989432935}), (, {'error': 0.20732041983701777}), (, {'error': 0.02889985293599473}), (, {'error': 0.09892251965480181}), (, {'error': 37.693142031563184}), (, {'error': 0.18469873914660134}), (, {'error': 0.12703320239182592}), (, {'error': 5.4413551469364165}), (, {'error': 0.06259048553572388}), (, {'error': 0.17719564238644364}), (, {'error': 0.1348907937693322}), (, {'error': 0.31352572454461614}), (, {'error': 0.17441357137959201}), (, {'error': 0.3736854108182639}), (, {'error': 1.0676445880877745}), (, {'error': 0.1693817285247643}), (, {'error': 0.20763668732361373})]) +Toy 3/10 +Time taken: 4 h, 49 min +Projected time left: 11 h, 16 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.069E+05 | Ncalls=1200 (1200 total) | +| EDM = 0.00899 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -706853.7746625377 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.41 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 15.9 | 1.8 | | | 14.8182 | 23.5818 | | +| 2 | rho_s | 0.80 | 0.28 | | |0.0253049| 2.0747 | | +| 3 | jpsi_p | -1.554 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.28 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | psi2s_p | -4.124 | 0.028 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | 4.27 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 8 | p4415_s | 1.17 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | rho_p | 5.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1374.5 | 1.1 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.017 | 0.057 | | | -1.464 | 1.464 | | +| 12| p4040_s | 0.89 | 0.18 | | |0.00501244| 2.01499 | | +| 13| Ctt | -0.07 | 0.13 | | | -0.5 | 0.5 | | +| 14| omega_p | 6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 15| p4415_p | 4.20 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| phi_p | -0.16 | 0.50 | | |-6.28319 | 6.28319 | | +| 17| omega_s | 7.6 | 0.9 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.14 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.32 | 0.21 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s rho_s jpsi_p p3770_s psi2s_p p4160_p jpsi_s p4415_s rho_p psi2s_s Dbar_s p4040_s Ctt omega_p p4415_p phi_p omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.003 -0.001 -0.070 -0.172 -0.203 0.247 0.003 -0.208 0.027 -0.001 0.436 -0.245 -0.530 0.000 0.092 -0.004 -0.001 -0.145 0.166 | +| phi_s | -0.003 1.000 -0.046 -0.049 -0.009 -0.041 -0.008 -0.001 -0.001 0.285 0.000 0.016 -0.006 0.013 -0.030 -0.004 0.921 -0.008 -0.004 -0.008 | +| rho_s | -0.001 -0.046 1.000 0.071 -0.010 0.006 -0.012 0.002 0.002 0.111 0.002 0.020 0.003 0.030 -0.033 -0.010 -0.025 -0.548 -0.005 -0.015 | +| jpsi_p | -0.070 -0.049 0.071 1.000 -0.003 -0.019 -0.094 0.011 -0.065 0.011 0.016 0.097 0.012 0.099 0.003 -0.068 -0.053 -0.034 -0.092 -0.156 | +| p3770_s | -0.172 -0.009 -0.010 -0.003 1.000 -0.331 -0.084 -0.003 0.083 -0.027 -0.030 -0.221 0.191 0.072 0.001 -0.008 -0.009 0.004 0.087 -0.062 | +| psi2s_p | -0.203 -0.041 0.006 -0.019 -0.331 1.000 -0.018 -0.010 -0.149 -0.058 -0.024 0.089 -0.124 -0.038 0.003 -0.021 -0.041 -0.005 -0.209 -0.223 | +| p4160_p | 0.247 -0.008 -0.012 -0.094 -0.084 -0.018 1.000 -0.003 0.040 0.025 -0.005 0.170 -0.503 -0.453 0.001 0.277 -0.009 0.004 -0.104 0.160 | +| jpsi_s | 0.003 -0.001 0.002 0.011 -0.003 -0.010 -0.003 1.000 0.001 -0.010 0.198 0.018 -0.002 0.006 0.000 -0.002 -0.002 0.001 -0.001 -0.004 | +| p4415_s | -0.208 -0.001 0.002 -0.065 0.083 -0.149 0.040 0.001 1.000 -0.018 -0.001 -0.498 0.170 0.406 0.001 -0.110 -0.002 0.002 0.337 0.133 | +| rho_p | 0.027 0.285 0.111 0.011 -0.027 -0.058 0.025 -0.010 -0.018 1.000 -0.004 0.052 -0.045 -0.009 0.033 0.022 0.243 -0.039 -0.020 0.008 | +| psi2s_s | -0.001 0.000 0.002 0.016 -0.030 -0.024 -0.005 0.198 -0.001 -0.004 1.000 0.017 -0.008 0.015 0.000 -0.004 -0.000 -0.000 -0.005 -0.008 | +| Dbar_s | 0.436 0.016 0.020 0.097 -0.221 0.089 0.170 0.018 -0.498 0.052 0.017 1.000 -0.482 -0.762 -0.003 -0.104 0.016 -0.010 -0.522 -0.116 | +| p4040_s | -0.245 -0.006 0.003 0.012 0.191 -0.124 -0.503 -0.002 0.170 -0.045 -0.008 -0.482 1.000 0.530 0.001 -0.191 -0.006 0.000 0.055 -0.192 | +| Ctt | -0.530 0.013 0.030 0.099 0.072 -0.038 -0.453 0.006 0.406 -0.009 0.015 -0.762 0.530 1.000 -0.001 -0.171 0.012 -0.010 0.328 -0.230 | +| omega_p | 0.000 -0.030 -0.033 0.003 0.001 0.003 0.001 0.000 0.001 0.033 0.000 -0.003 0.001 -0.001 1.000 0.001 -0.029 -0.225 0.002 0.002 | +| p4415_p | 0.092 -0.004 -0.010 -0.068 -0.008 -0.021 0.277 -0.002 -0.110 0.022 -0.004 -0.104 -0.191 -0.171 0.001 1.000 -0.005 0.003 -0.145 0.142 | +| phi_p | -0.004 0.921 -0.025 -0.053 -0.009 -0.041 -0.009 -0.002 -0.002 0.243 -0.000 0.016 -0.006 0.012 -0.029 -0.005 1.000 -0.029 -0.006 -0.010 | +| omega_s | -0.001 -0.008 -0.548 -0.034 0.004 -0.005 0.004 0.001 0.002 -0.039 -0.000 -0.010 0.000 -0.010 -0.225 0.003 -0.029 1.000 0.004 0.007 | +| p4160_s | -0.145 -0.004 -0.005 -0.092 0.087 -0.209 -0.104 -0.001 0.337 -0.020 -0.005 -0.522 0.055 0.328 0.002 -0.145 -0.006 0.004 1.000 0.422 | +| p4040_p | 0.166 -0.008 -0.015 -0.156 -0.062 -0.223 0.160 -0.004 0.133 0.008 -0.008 -0.116 -0.192 -0.230 0.002 0.142 -0.010 0.007 0.422 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12525375047391707}), (, {'error': 1.8313802336997078}), (, {'error': 0.28323615608428876}), (, {'error': 0.01621696843809861}), (, {'error': 0.20669270825907748}), (, {'error': 0.027857485836472407}), (, {'error': 0.09796406105772704}), (, {'error': 7.376002071250696}), (, {'error': 0.18371705201649985}), (, {'error': 0.4071084229939741}), (, {'error': 1.1401887388892646}), (, {'error': 0.056944151241696606}), (, {'error': 0.1758448305376788}), (, {'error': 0.1319139373004592}), (, {'error': 0.13629823905807115}), (, {'error': 0.17321789449190472}), (, {'error': 0.49504650661367844}), (, {'error': 0.9272388229007174}), (, {'error': 0.16914739911959908}), (, {'error': 0.20590281230333973})]) +Toy 4/10 +Time taken: 6 h, 35 min +Projected time left: 9 h, 53 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.069E+05 | Ncalls=291 (291 total) | +| EDM = 5.32E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -706850.6702577639 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.70 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.1 | 0.8 | | | 14.8182 | 23.5818 | | +| 2 | rho_s | 0.4 | 1.2 | | |0.0253049| 2.0747 | | +| 3 | jpsi_p | 4.538 | 0.019 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.14 | 0.18 | | |0.918861 | 4.08114 | | +| 5 | psi2s_p | 4.250 | 0.029 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -1.85 | 0.09 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_s | 0.998E4 | 0.017E4 | | | 9797.52 | 9996.48 | | +| 8 | p4415_s | 1.20 | 0.17 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -0.7 | 0.6 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1365 | 13 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.007 | 0.076 | | | -1.464 | 1.464 | | +| 12| p4040_s | 0.89 | 0.15 | | |0.00501244| 2.01499 | | +| 13| Ctt | -0.019 | 0.132 | | | -0.5 | 0.5 | | +| 14| omega_p | -0.17 | 0.21 | | |-6.28319 | 6.28319 | | +| 15| p4415_p | -1.98 | 0.16 | | |-6.28319 | 6.28319 | | +| 16| phi_p | 6.26 | 0.12 | | |-6.28319 | 6.28319 | | +| 17| omega_s | 7.2 | 1.5 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.06 | 0.15 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.19 | 0.19 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s rho_s jpsi_p p3770_s psi2s_p p4160_p jpsi_s p4415_s rho_p psi2s_s Dbar_s p4040_s Ctt omega_p p4415_p phi_p omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.021 0.028 0.027 -0.095 0.423 0.165 0.122 -0.099 -0.038 0.119 0.291 -0.130 -0.360 -0.002 0.081 -0.001 -0.022 -0.042 0.141 | +| phi_s | 0.021 1.000 -0.161 0.057 -0.021 0.052 -0.019 0.161 0.028 0.060 0.161 0.119 -0.010 0.063 -0.044 0.002 0.127 0.150 0.012 -0.020 | +| rho_s | 0.028 -0.161 1.000 0.308 -0.073 0.145 -0.072 0.278 0.052 -0.375 0.276 0.258 -0.009 0.213 0.339 -0.028 -0.011 -0.831 0.002 -0.084 | +| jpsi_p | 0.027 0.057 0.308 1.000 -0.165 0.196 -0.145 0.562 0.044 -0.296 0.561 0.499 -0.051 0.380 0.043 -0.050 -0.010 -0.254 -0.051 -0.217 | +| p3770_s | -0.095 -0.021 -0.073 -0.165 1.000 -0.155 -0.018 -0.166 0.024 0.071 -0.166 -0.248 0.161 -0.062 -0.012 0.005 0.002 0.058 0.049 -0.005 | +| psi2s_p | 0.423 0.052 0.145 0.196 -0.155 1.000 0.168 0.389 -0.184 -0.175 0.386 0.632 -0.335 -0.301 0.008 0.079 -0.005 -0.120 -0.195 -0.012 | +| p4160_p | 0.165 -0.019 -0.072 -0.145 -0.018 0.168 1.000 -0.150 0.075 0.093 -0.149 -0.083 -0.415 -0.406 -0.008 0.254 0.001 0.058 -0.066 0.115 | +| jpsi_s | 0.122 0.161 0.278 0.562 -0.166 0.389 -0.150 1.000 0.161 -0.458 0.997 0.787 -0.062 0.471 -0.013 -0.015 -0.009 -0.226 0.043 -0.177 | +| p4415_s | -0.099 0.028 0.052 0.044 0.024 -0.184 0.075 0.161 1.000 -0.085 0.160 -0.121 0.060 0.350 -0.004 -0.102 -0.001 -0.043 0.257 0.104 | +| rho_p | -0.038 0.060 -0.375 -0.296 0.071 -0.175 0.093 -0.458 -0.085 1.000 -0.457 -0.356 0.002 -0.247 -0.103 0.028 0.011 0.345 -0.026 0.097 | +| psi2s_s | 0.119 0.161 0.276 0.561 -0.166 0.386 -0.149 0.997 0.160 -0.457 1.000 0.784 -0.061 0.469 -0.014 -0.015 -0.009 -0.225 0.042 -0.177 | +| Dbar_s | 0.291 0.119 0.258 0.499 -0.248 0.632 -0.083 0.787 -0.121 -0.356 0.784 1.000 -0.264 0.003 0.010 -0.110 -0.007 -0.208 -0.235 -0.247 | +| p4040_s | -0.130 -0.010 -0.009 -0.051 0.161 -0.335 -0.415 -0.062 0.060 0.002 -0.061 -0.264 1.000 0.335 -0.003 -0.176 0.000 0.006 -0.068 -0.125 | +| Ctt | -0.360 0.063 0.213 0.380 -0.062 -0.301 -0.406 0.471 0.350 -0.247 0.469 0.003 0.335 1.000 0.023 -0.146 -0.005 -0.172 0.221 -0.265 | +| omega_p | -0.002 -0.044 0.339 0.043 -0.012 0.008 -0.008 -0.013 -0.004 -0.103 -0.014 0.010 -0.003 0.023 1.000 -0.007 0.003 0.008 -0.010 -0.014 | +| p4415_p | 0.081 0.002 -0.028 -0.050 0.005 0.079 0.254 -0.015 -0.102 0.028 -0.015 -0.110 -0.176 -0.146 -0.007 1.000 0.000 0.022 -0.153 0.114 | +| phi_p | -0.001 0.127 -0.011 -0.010 0.002 -0.005 0.001 -0.009 -0.001 0.011 -0.009 -0.007 0.000 -0.005 0.003 0.000 1.000 0.010 -0.000 0.002 | +| omega_s | -0.022 0.150 -0.831 -0.254 0.058 -0.120 0.058 -0.226 -0.043 0.345 -0.225 -0.208 0.006 -0.172 0.008 0.022 0.010 1.000 -0.002 0.068 | +| p4160_s | -0.042 0.012 0.002 -0.051 0.049 -0.195 -0.066 0.043 0.257 -0.026 0.042 -0.235 -0.068 0.221 -0.010 -0.153 -0.000 -0.002 1.000 0.399 | +| p4040_p | 0.141 -0.020 -0.084 -0.217 -0.005 -0.012 0.115 -0.177 0.104 0.097 -0.177 -0.247 -0.125 -0.265 -0.014 0.114 0.002 0.068 0.399 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11775106747915975}), (, {'error': 0.757106691766257}), (, {'error': 1.1878308332412986}), (, {'error': 0.01892461998739403}), (, {'error': 0.18467713645850292}), (, {'error': 0.028642247832601164}), (, {'error': 0.09232160403230116}), (, {'error': 174.89733969413192}), (, {'error': 0.17020092366485862}), (, {'error': 0.5652895736690398}), (, {'error': 13.154378273787302}), (, {'error': 0.07647204999562862}), (, {'error': 0.15310020372047817}), (, {'error': 0.1315051399801905}), (, {'error': 0.2103686458077676}), (, {'error': 0.16400174040227622}), (, {'error': 0.12183254527049492}), (, {'error': 1.4700316904971031}), (, {'error': 0.1517444212142658}), (, {'error': 0.18839821183131367})]) +Toy 5/10 +Time taken: 7 h, 24 min +Projected time left: 7 h, 24 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.069E+05 | Ncalls=746 (746 total) | +| EDM = 0.000131 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -706852.9282580882 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.50 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.1 | 1.5 | | | 14.8182 | 23.5818 | | +| 2 | rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 3 | jpsi_p | -4.620 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.30 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | psi2s_p | 1.764 | 0.028 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.22 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 8 | p4415_s | 1.19 | 0.19 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1371 | 3 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.011 | 0.061 | | | -1.464 | 1.464 | | +| 12| p4040_s | 0.93 | 0.18 | | |0.00501244| 2.01499 | | +| 13| Ctt | -0.04 | 0.13 | | | -0.5 | 0.5 | | +| 14| omega_p | -5.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| p4415_p | 4.04 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| phi_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 17| omega_s | 8.5 | 1.4 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.17 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.56 | 0.20 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s rho_s jpsi_p p3770_s psi2s_p p4160_p jpsi_s p4415_s rho_p psi2s_s Dbar_s p4040_s Ctt omega_p p4415_p phi_p omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.002 0.015 -0.036 -0.173 -0.279 0.251 0.071 -0.208 0.003 0.068 0.448 -0.245 -0.494 -0.005 0.095 -0.007 -0.008 -0.152 0.168 | +| phi_s | -0.002 1.000 0.015 -0.048 0.000 -0.022 -0.005 0.066 0.001 -0.021 0.063 0.011 -0.000 0.001 0.040 -0.003 0.861 0.001 -0.000 -0.004 | +| rho_s | 0.015 0.015 1.000 -0.049 -0.022 -0.014 0.005 -0.051 -0.012 -0.045 -0.048 0.035 -0.023 0.011 0.216 0.003 0.032 -0.167 -0.018 -0.006 | +| jpsi_p | -0.036 -0.048 -0.049 1.000 -0.011 0.124 0.009 -0.115 -0.155 -0.017 -0.107 0.081 -0.072 -0.152 -0.049 -0.007 -0.044 -0.030 -0.164 -0.121 | +| p3770_s | -0.173 0.000 -0.022 -0.011 1.000 -0.359 -0.075 -0.048 0.062 -0.001 -0.055 -0.177 0.168 0.020 -0.003 -0.008 0.003 0.003 0.070 -0.065 | +| psi2s_p | -0.279 -0.022 -0.014 0.124 -0.359 1.000 -0.120 -0.085 -0.110 -0.008 -0.085 -0.006 -0.058 0.157 -0.015 -0.081 -0.018 -0.011 -0.201 -0.310 | +| p4160_p | 0.251 -0.005 0.005 0.009 -0.075 -0.120 1.000 -0.008 0.013 0.008 -0.008 0.233 -0.522 -0.486 -0.005 0.278 -0.007 -0.007 -0.129 0.172 | +| jpsi_s | 0.071 0.066 -0.051 -0.115 -0.048 -0.085 -0.008 1.000 -0.001 -0.030 0.945 0.260 -0.054 0.054 -0.040 -0.010 0.041 -0.003 -0.030 -0.034 | +| p4415_s | -0.208 0.001 -0.012 -0.155 0.062 -0.110 0.013 -0.001 1.000 -0.004 -0.002 -0.488 0.183 0.408 -0.005 -0.138 -0.001 0.002 0.342 0.110 | +| rho_p | 0.003 -0.021 -0.045 -0.017 -0.001 -0.008 0.008 -0.030 -0.004 1.000 -0.029 -0.002 -0.007 -0.009 0.003 0.006 -0.046 0.053 -0.002 0.006 | +| psi2s_s | 0.068 0.063 -0.048 -0.107 -0.055 -0.085 -0.008 0.945 -0.002 -0.029 1.000 0.250 -0.054 0.054 -0.038 -0.010 0.039 -0.003 -0.031 -0.033 | +| Dbar_s | 0.448 0.011 0.035 0.081 -0.177 -0.006 0.233 0.260 -0.488 -0.002 0.250 1.000 -0.506 -0.748 0.001 -0.052 0.003 -0.007 -0.511 -0.052 | +| p4040_s | -0.245 -0.000 -0.023 -0.072 0.168 -0.058 -0.522 -0.054 0.183 -0.007 -0.054 -0.506 1.000 0.532 -0.003 -0.201 0.002 0.005 0.074 -0.209 | +| Ctt | -0.494 0.001 0.011 -0.152 0.020 0.157 -0.486 0.054 0.408 -0.009 0.054 -0.748 0.532 1.000 0.002 -0.201 -0.002 0.001 0.324 -0.272 | +| omega_p | -0.005 0.040 0.216 -0.049 -0.003 -0.015 -0.005 -0.040 -0.005 0.003 -0.038 0.001 -0.003 0.002 1.000 -0.003 0.004 0.801 -0.006 -0.007 | +| p4415_p | 0.095 -0.003 0.003 -0.007 -0.008 -0.081 0.278 -0.010 -0.138 0.006 -0.010 -0.052 -0.201 -0.201 -0.003 1.000 -0.004 -0.004 -0.161 0.141 | +| phi_p | -0.007 0.861 0.032 -0.044 0.003 -0.018 -0.007 0.041 -0.001 -0.046 0.039 0.003 0.002 -0.002 0.004 -0.004 1.000 -0.042 -0.001 -0.006 | +| omega_s | -0.008 0.001 -0.167 -0.030 0.003 -0.011 -0.007 -0.003 0.002 0.053 -0.003 -0.007 0.005 0.001 0.801 -0.004 -0.042 1.000 0.002 -0.003 | +| p4160_s | -0.152 -0.000 -0.018 -0.164 0.070 -0.201 -0.129 -0.030 0.342 -0.002 -0.031 -0.511 0.074 0.324 -0.006 -0.161 -0.001 0.002 1.000 0.401 | +| p4040_p | 0.168 -0.004 -0.006 -0.121 -0.065 -0.310 0.172 -0.034 0.110 0.006 -0.033 -0.052 -0.209 -0.272 -0.007 0.141 -0.006 -0.003 0.401 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1228189586117816}), (, {'error': 1.4719156410931973}), (, {'error': 0.32484486251822775}), (, {'error': 0.016066997237770497}), (, {'error': 0.2077277120643557}), (, {'error': 0.02820319218958023}), (, {'error': 0.09858472540970209}), (, {'error': 23.763909765725657}), (, {'error': 0.18569053416986125}), (, {'error': 0.1438143778075136}), (, {'error': 3.407327728526411}), (, {'error': 0.06146309065848077}), (, {'error': 0.17939335273839857}), (, {'error': 0.12843001222572398}), (, {'error': 0.3820247627291109}), (, {'error': 0.17060762522146344}), (, {'error': 0.35730592952558204}), (, {'error': 1.406920915491158}), (, {'error': 0.1710797070082104}), (, {'error': 0.19960817151268095})]) +Toy 6/10 +Time taken: 8 h, 41 min +Projected time left: 5 h, 47 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.069E+05 | Ncalls=683 (683 total) | +| EDM = 5.53E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -706853.9296227109 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.50 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 15.9 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | rho_s | 0.82 | 0.29 | | |0.0253049| 2.0747 | | +| 3 | jpsi_p | -4.618 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.30 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | psi2s_p | -4.518 | 0.028 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.22 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_s | 1.000E4 | 0.014E4 | | | 9797.52 | 9996.48 | | +| 8 | p4415_s | 1.20 | 0.19 | | |0.126447 | 2.35355 | | +| 9 | rho_p | 5.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1373.9 | 2.1 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.009E-1 | 0.597E-1 | | | -1.464 | 1.464 | | +| 12| p4040_s | 0.93 | 0.18 | | |0.00501244| 2.01499 | | +| 13| Ctt | -0.026 | 0.128 | | | -0.5 | 0.5 | | +| 14| omega_p | 0.40 | 0.30 | | |-6.28319 | 6.28319 | | +| 15| p4415_p | -2.25 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| phi_p | 6.3 | 1.3 | | |-6.28319 | 6.28319 | | +| 17| omega_s | 8.4 | 1.3 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.17 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.57 | 0.20 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s rho_s jpsi_p p3770_s psi2s_p p4160_p jpsi_s p4415_s rho_p psi2s_s Dbar_s p4040_s Ctt omega_p p4415_p phi_p omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.004 0.003 -0.034 -0.171 -0.278 0.250 -0.036 -0.207 0.031 0.031 0.444 -0.242 -0.497 -0.002 0.097 0.000 -0.002 -0.149 0.168 | +| phi_s | 0.004 1.000 -0.053 -0.056 -0.007 -0.022 0.000 -0.005 -0.002 0.192 0.004 0.014 -0.008 0.004 0.055 0.001 -0.751 0.044 -0.004 -0.001 | +| rho_s | 0.003 -0.053 1.000 0.009 -0.012 0.010 -0.011 -0.012 -0.001 0.094 0.011 0.023 -0.001 0.025 0.188 -0.010 0.021 -0.226 -0.008 -0.015 | +| jpsi_p | -0.034 -0.056 0.009 1.000 -0.014 0.123 0.003 0.054 -0.152 -0.111 -0.043 0.100 -0.069 -0.144 -0.036 -0.012 0.053 -0.033 -0.164 -0.128 | +| p3770_s | -0.171 -0.007 -0.012 -0.014 1.000 -0.363 -0.076 0.024 0.062 -0.025 -0.036 -0.173 0.167 0.022 -0.004 -0.009 0.006 0.001 0.070 -0.064 | +| psi2s_p | -0.278 -0.022 0.010 0.123 -0.363 1.000 -0.124 0.042 -0.109 -0.049 -0.042 0.009 -0.056 0.164 -0.011 -0.085 0.019 -0.014 -0.202 -0.316 | +| p4160_p | 0.250 0.000 -0.011 0.003 -0.076 -0.124 1.000 0.007 0.013 0.034 -0.006 0.234 -0.523 -0.484 -0.004 0.283 0.003 -0.001 -0.131 0.168 | +| jpsi_s | -0.036 -0.005 -0.012 0.054 0.024 0.042 0.007 1.000 -0.001 0.078 -0.841 -0.142 0.026 -0.031 0.016 0.007 -0.011 0.006 0.015 0.020 | +| p4415_s | -0.207 -0.002 -0.001 -0.152 0.062 -0.109 0.013 -0.001 1.000 -0.023 -0.000 -0.497 0.181 0.408 -0.004 -0.141 0.004 -0.001 0.342 0.112 | +| rho_p | 0.031 0.192 0.094 -0.111 -0.025 -0.049 0.034 0.078 -0.023 1.000 -0.066 0.046 -0.049 -0.024 0.032 0.026 -0.114 -0.032 -0.023 0.014 | +| psi2s_s | 0.031 0.004 0.011 -0.043 -0.036 -0.042 -0.006 -0.841 -0.000 -0.066 1.000 0.126 -0.026 0.031 -0.013 -0.007 0.009 -0.006 -0.016 -0.019 | +| Dbar_s | 0.444 0.014 0.023 0.100 -0.173 0.009 0.234 -0.142 -0.497 0.046 0.126 1.000 -0.503 -0.775 0.008 -0.056 -0.011 -0.002 -0.517 -0.055 | +| p4040_s | -0.242 -0.008 -0.001 -0.069 0.167 -0.056 -0.523 0.026 0.181 -0.049 -0.026 -0.503 1.000 0.535 -0.003 -0.206 0.006 -0.001 0.070 -0.210 | +| Ctt | -0.497 0.004 0.025 -0.144 0.022 0.164 -0.484 -0.031 0.408 -0.024 0.031 -0.775 0.535 1.000 0.003 -0.203 -0.004 -0.003 0.326 -0.266 | +| omega_p | -0.002 0.055 0.188 -0.036 -0.004 -0.011 -0.004 0.016 -0.004 0.032 -0.013 0.008 -0.003 0.003 1.000 -0.003 -0.028 0.742 -0.006 -0.007 | +| p4415_p | 0.097 0.001 -0.010 -0.012 -0.009 -0.085 0.283 0.007 -0.141 0.026 -0.007 -0.056 -0.206 -0.203 -0.003 1.000 0.002 0.000 -0.164 0.142 | +| phi_p | 0.000 -0.751 0.021 0.053 0.006 0.019 0.003 -0.011 0.004 -0.114 0.009 -0.011 0.006 -0.004 -0.028 0.002 1.000 -0.001 0.006 0.006 | +| omega_s | -0.002 0.044 -0.226 -0.033 0.001 -0.014 -0.001 0.006 -0.001 -0.032 -0.006 -0.002 -0.001 -0.003 0.742 0.000 -0.001 1.000 0.000 0.000 | +| p4160_s | -0.149 -0.004 -0.008 -0.164 0.070 -0.202 -0.131 0.015 0.342 -0.023 -0.016 -0.517 0.070 0.326 -0.006 -0.164 0.006 0.000 1.000 0.402 | +| p4040_p | 0.168 -0.001 -0.015 -0.128 -0.064 -0.316 0.168 0.020 0.112 0.014 -0.019 -0.055 -0.210 -0.266 -0.007 0.142 0.006 0.000 0.402 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12272611595225857}), (, {'error': 1.1407962020670759}), (, {'error': 0.28561737885806304}), (, {'error': 0.01604002726508469}), (, {'error': 0.20792896156817475}), (, {'error': 0.028081364327755765}), (, {'error': 0.0985521379511114}), (, {'error': 141.46242067857747}), (, {'error': 0.18566703079432811}), (, {'error': 0.39520227296474264}), (, {'error': 2.0611460989000534}), (, {'error': 0.05967909374056202}), (, {'error': 0.1792203790780289}), (, {'error': 0.12779618973118773}), (, {'error': 0.3000266632918689}), (, {'error': 0.17132344330309657}), (, {'error': 1.2546308691428916}), (, {'error': 1.2982887288018015}), (, {'error': 0.17120010455233792}), (, {'error': 0.1987849542667226})]) +Toy 7/10 +Time taken: 9 h, 55 min +Projected time left: 4 h, 15 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.069E+05 | Ncalls=694 (694 total) | +| EDM = 0.000128 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -706852.5357310731 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.87 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.0 | 1.9 | | | 14.8182 | 23.5818 | | +| 2 | rho_s | 0.7 | 0.3 | | |0.0253049| 2.0747 | | +| 3 | jpsi_p | 4.723 | 0.017 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.29 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | psi2s_p | -4.122 | 0.029 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.00 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_s | 0.996E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 8 | p4415_s | 1.16 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1369 | 6 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.005 | 0.063 | | | -1.464 | 1.464 | | +| 12| p4040_s | 0.89 | 0.18 | | |0.00501244| 2.01499 | | +| 13| Ctt | -0.09 | 0.14 | | | -0.5 | 0.5 | | +| 14| omega_p | 0.30 | 0.32 | | |-6.28319 | 6.28319 | | +| 15| p4415_p | -2.07 | 0.18 | | |-6.28319 | 6.28319 | | +| 16| phi_p | -5.9 | 0.5 | | |-6.28319 | 6.28319 | | +| 17| omega_s | 8.9 | 1.1 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.14 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.30 | 0.21 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s rho_s jpsi_p p3770_s psi2s_p p4160_p jpsi_s p4415_s rho_p psi2s_s Dbar_s p4040_s Ctt omega_p p4415_p phi_p omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.001 0.007 -0.051 -0.185 -0.201 0.255 0.064 -0.211 0.001 0.062 0.431 -0.260 -0.519 -0.004 0.102 -0.002 -0.005 -0.150 0.173 | +| phi_s | 0.001 1.000 -0.022 -0.053 -0.004 -0.054 -0.012 0.127 0.002 -0.032 0.125 0.044 -0.004 0.008 0.029 -0.006 0.925 -0.021 -0.002 -0.012 | +| rho_s | 0.007 -0.022 1.000 0.030 -0.017 0.002 0.013 -0.135 -0.013 -0.066 -0.132 -0.008 -0.020 0.003 0.370 0.009 -0.025 -0.107 -0.014 0.003 | +| jpsi_p | -0.051 -0.053 0.030 1.000 -0.021 -0.085 -0.108 0.250 -0.054 -0.015 0.248 0.185 0.000 0.134 -0.033 -0.074 -0.068 -0.027 -0.093 -0.170 | +| p3770_s | -0.185 -0.004 -0.017 -0.021 1.000 -0.299 -0.086 -0.072 0.083 0.002 -0.077 -0.235 0.199 0.069 -0.003 -0.011 -0.001 0.002 0.088 -0.067 | +| psi2s_p | -0.201 -0.054 0.002 -0.085 -0.299 1.000 0.009 -0.255 -0.154 0.004 -0.255 -0.019 -0.117 -0.083 -0.001 -0.004 -0.046 -0.008 -0.199 -0.181 | +| p4160_p | 0.255 -0.012 0.013 -0.108 -0.086 0.009 1.000 -0.066 0.025 0.007 -0.066 0.149 -0.512 -0.477 0.004 0.292 -0.010 -0.006 -0.112 0.187 | +| jpsi_s | 0.064 0.127 -0.135 0.250 -0.072 -0.255 -0.066 1.000 0.029 -0.031 0.980 0.403 -0.044 0.142 -0.087 -0.035 0.095 0.010 -0.020 -0.083 | +| p4415_s | -0.211 0.002 -0.013 -0.054 0.083 -0.154 0.025 0.029 1.000 -0.003 0.028 -0.447 0.179 0.410 -0.009 -0.127 -0.002 0.002 0.339 0.116 | +| rho_p | 0.001 -0.032 -0.066 -0.015 0.002 0.004 0.007 -0.031 -0.003 1.000 -0.030 -0.012 -0.003 -0.011 -0.031 0.005 -0.045 0.042 -0.000 0.007 | +| psi2s_s | 0.062 0.125 -0.132 0.248 -0.077 -0.255 -0.066 0.980 0.028 -0.030 1.000 0.397 -0.045 0.142 -0.085 -0.036 0.093 0.010 -0.021 -0.083 | +| Dbar_s | 0.431 0.044 -0.008 0.185 -0.235 -0.019 0.149 0.403 -0.447 -0.012 0.397 1.000 -0.473 -0.637 -0.018 -0.090 0.031 -0.002 -0.485 -0.109 | +| p4040_s | -0.260 -0.004 -0.020 0.000 0.199 -0.117 -0.512 -0.044 0.179 -0.003 -0.045 -0.473 1.000 0.533 -0.006 -0.204 -0.004 0.005 0.065 -0.214 | +| Ctt | -0.519 0.008 0.003 0.134 0.069 -0.083 -0.477 0.142 0.410 -0.011 0.142 -0.637 0.533 1.000 -0.007 -0.196 -0.000 0.002 0.322 -0.267 | +| omega_p | -0.004 0.029 0.370 -0.033 -0.003 -0.001 0.004 -0.087 -0.009 -0.031 -0.085 -0.018 -0.006 -0.007 1.000 0.003 0.011 0.666 -0.007 0.001 | +| p4415_p | 0.102 -0.006 0.009 -0.074 -0.011 -0.004 0.292 -0.035 -0.127 0.005 -0.036 -0.090 -0.204 -0.196 0.003 1.000 -0.005 -0.004 -0.155 0.154 | +| phi_p | -0.002 0.925 -0.025 -0.068 -0.001 -0.046 -0.010 0.095 -0.002 -0.045 0.093 0.031 -0.004 -0.000 0.011 -0.005 1.000 -0.042 -0.004 -0.010 | +| omega_s | -0.005 -0.021 -0.107 -0.027 0.002 -0.008 -0.006 0.010 0.002 0.042 0.010 -0.002 0.005 0.002 0.666 -0.004 -0.042 1.000 0.002 -0.003 | +| p4160_s | -0.150 -0.002 -0.014 -0.093 0.088 -0.199 -0.112 -0.020 0.339 -0.000 -0.021 -0.485 0.065 0.322 -0.007 -0.155 -0.004 0.002 1.000 0.413 | +| p4040_p | 0.173 -0.012 0.003 -0.170 -0.067 -0.181 0.187 -0.083 0.116 0.007 -0.083 -0.109 -0.214 -0.267 0.001 0.154 -0.010 -0.003 0.413 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1252239186247266}), (, {'error': 1.933925007410572}), (, {'error': 0.34012169267905384}), (, {'error': 0.016881529635193182}), (, {'error': 0.20716846810343648}), (, {'error': 0.028969202824282725}), (, {'error': 0.09963711451739199}), (, {'error': 38.42552465094013}), (, {'error': 0.18431011322477442}), (, {'error': 0.12733560270949162}), (, {'error': 5.5541841812656685}), (, {'error': 0.06279484495850451}), (, {'error': 0.17873803263636656}), (, {'error': 0.13599314534505608}), (, {'error': 0.3152676101341627}), (, {'error': 0.17608815155121604}), (, {'error': 0.47178854294049444}), (, {'error': 1.0677797548924333}), (, {'error': 0.1696084619411422}), (, {'error': 0.2088516716634663})]) +Toy 8/10 +Time taken: 11 h, 9 min +Projected time left: 2 h, 47 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.069E+05 | Ncalls=1542 (1542 total) | +| EDM = 1.72E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -706853.2063742594 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.32 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 15.9 | 0.8 | | | 14.8182 | 23.5818 | | +| 2 | rho_s | 0.79 | 0.29 | | |0.0253049| 2.0747 | | +| 3 | jpsi_p | -4.806 | 0.017 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.12 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | psi2s_p | -2.419 | 0.029 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.04 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_s | 1.000E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 8 | p4415_s | 1.18 | 0.19 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1367.7 | 2.2 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.009 | 0.064 | | | -1.464 | 1.464 | | +| 12| p4040_s | 0.89 | 0.18 | | |0.00501244| 2.01499 | | +| 13| Ctt | -0.07 | 0.16 | | | -0.5 | 0.5 | | +| 14| omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 15| p4415_p | -2.12 | 0.18 | | |-6.28319 | 6.28319 | | +| 16| phi_p | 6.23 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| omega_s | 7.3 | 0.9 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.14 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.31 | 0.21 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s rho_s jpsi_p p3770_s psi2s_p p4160_p jpsi_s p4415_s rho_p psi2s_s Dbar_s p4040_s Ctt omega_p p4415_p phi_p omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.005 0.002 -0.024 -0.109 0.461 0.311 -0.029 -0.248 0.043 0.010 0.495 -0.283 -0.577 0.001 0.135 -0.000 0.000 -0.162 0.224 | +| phi_s | 0.005 1.000 -0.035 -0.033 -0.005 0.005 0.003 -0.016 0.001 0.182 0.013 0.010 -0.006 0.002 -0.005 0.002 0.401 0.037 -0.000 0.003 | +| rho_s | 0.002 -0.035 1.000 -0.008 -0.016 0.025 -0.010 -0.002 0.000 0.177 -0.000 0.021 -0.002 0.029 -0.012 -0.008 -0.000 -0.567 -0.008 -0.015 | +| jpsi_p | -0.024 -0.033 -0.008 1.000 -0.099 0.013 0.011 0.060 -0.141 -0.116 -0.053 0.077 -0.093 -0.092 0.002 -0.001 -0.020 -0.011 -0.160 -0.117 | +| p3770_s | -0.109 -0.005 -0.016 -0.099 1.000 -0.166 -0.062 0.029 0.068 -0.029 -0.025 -0.181 0.170 0.031 0.001 -0.003 -0.002 0.006 0.074 -0.052 | +| psi2s_p | 0.461 0.005 0.025 0.013 -0.166 1.000 0.291 -0.105 -0.362 0.037 0.074 0.649 -0.433 -0.519 0.001 0.096 -0.004 -0.011 -0.338 0.063 | +| p4160_p | 0.311 0.003 -0.010 0.011 -0.062 0.291 1.000 0.017 -0.033 0.045 -0.011 0.285 -0.546 -0.532 0.001 0.310 -0.001 0.005 -0.147 0.212 | +| jpsi_s | -0.029 -0.016 -0.002 0.060 0.029 -0.105 0.017 1.000 -0.006 0.095 -0.858 -0.139 0.018 -0.037 -0.001 0.011 0.005 -0.007 0.011 0.028 | +| p4415_s | -0.248 0.001 0.000 -0.141 0.068 -0.362 -0.033 -0.006 1.000 -0.030 0.002 -0.525 0.213 0.449 0.000 -0.152 -0.001 0.001 0.354 0.079 | +| rho_p | 0.043 0.182 0.177 -0.116 -0.029 0.037 0.045 0.095 -0.030 1.000 -0.087 0.055 -0.060 -0.037 0.035 0.034 0.052 -0.015 -0.028 0.022 | +| psi2s_s | 0.010 0.013 -0.000 -0.053 -0.025 0.074 -0.011 -0.858 0.002 -0.087 1.000 0.123 -0.016 0.018 0.001 -0.007 -0.005 0.007 -0.012 -0.024 | +| Dbar_s | 0.495 0.010 0.021 0.077 -0.181 0.649 0.285 -0.139 -0.525 0.055 0.123 1.000 -0.528 -0.800 -0.001 -0.017 0.003 -0.007 -0.518 -0.004 | +| p4040_s | -0.283 -0.006 -0.002 -0.093 0.170 -0.433 -0.546 0.018 0.213 -0.060 -0.016 -0.528 1.000 0.567 -0.000 -0.231 -0.002 -0.000 0.083 -0.245 | +| Ctt | -0.577 0.002 0.029 -0.092 0.031 -0.519 -0.532 -0.037 0.449 -0.037 0.018 -0.800 0.567 1.000 -0.001 -0.234 0.002 -0.011 0.341 -0.310 | +| omega_p | 0.001 -0.005 -0.012 0.002 0.001 0.001 0.001 -0.001 0.000 0.035 0.001 -0.001 -0.000 -0.001 1.000 0.001 -0.003 -0.138 0.001 0.002 | +| p4415_p | 0.135 0.002 -0.008 -0.001 -0.003 0.096 0.310 0.011 -0.152 0.034 -0.007 -0.017 -0.231 -0.234 0.001 1.000 -0.001 0.004 -0.173 0.167 | +| phi_p | -0.000 0.401 -0.000 -0.020 -0.002 -0.004 -0.001 0.005 -0.001 0.052 -0.005 0.003 -0.002 0.002 -0.003 -0.001 1.000 -0.007 -0.002 -0.002 | +| omega_s | 0.000 0.037 -0.567 -0.011 0.006 -0.011 0.005 -0.007 0.001 -0.015 0.007 -0.007 -0.000 -0.011 -0.138 0.004 -0.007 1.000 0.004 0.008 | +| p4160_s | -0.162 -0.000 -0.008 -0.160 0.074 -0.338 -0.147 0.011 0.354 -0.028 -0.012 -0.518 0.083 0.341 0.001 -0.173 -0.002 0.004 1.000 0.383 | +| p4040_p | 0.224 0.003 -0.015 -0.117 -0.052 0.063 0.212 0.028 0.079 0.022 -0.024 -0.004 -0.245 -0.310 0.002 0.167 -0.002 0.008 0.383 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13153405596311973}), (, {'error': 0.8334622958668776}), (, {'error': 0.28942232335259144}), (, {'error': 0.016557436926707414}), (, {'error': 0.19028390083376723}), (, {'error': 0.02880254365262691}), (, {'error': 0.10261821906043034}), (, {'error': 146.64679982910457}), (, {'error': 0.18823566273520653}), (, {'error': 0.40055067184407944}), (, {'error': 2.1717856788230847}), (, {'error': 0.06387913009137125}), (, {'error': 0.17896850878266002}), (, {'error': 0.16195324128721172}), (, {'error': 0.08976061538698143}), (, {'error': 0.17527522026205977}), (, {'error': 0.18126781871526632}), (, {'error': 0.9062500671162317}), (, {'error': 0.1701329943506864}), (, {'error': 0.20850937362299238})]) +Toy 9/10 +Time taken: 13 h, 12 min +Projected time left: 1 h, 28 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.068E+05 | Ncalls=546 (557 total) | +| EDM = 1.02E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -706757.8923794315 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.62 | 0.16 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.7 | 0.4 | | | 14.8182 | 23.5818 | | +| 2 | rho_s | 0.74 | 0.09 | | |0.0253049| 2.0747 | | +| 3 | jpsi_p | 4.526 | 0.007 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.17 | 0.20 | | |0.918861 | 4.08114 | | +| 5 | psi2s_p | -1.998 | 0.026 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | 4.42 | 0.13 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_s | 0.983E4 | 0.010E4 | | | 9797.52 | 9996.48 | | +| 8 | p4415_s | 0.15 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -0.4 | 0.5 | | |-6.28319 | 6.28319 | | +| 10| psi2s_s | 1358.637 | 0.030 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.04 | 0.12 | | | -1.464 | 1.464 | | +| 12| p4040_s | 0.84 | 0.08 | | |0.00501244| 2.01499 | | +| 13| Ctt | -0.45 | 0.13 | | | -0.5 | 0.5 | | +| 14| omega_p | -5.87 | 0.08 | | |-6.28319 | 6.28319 | | +| 15| p4415_p | -0.5 | 1.7 | | |-6.28319 | 6.28319 | | +| 16| phi_p | -5.74 | 0.06 | | |-6.28319 | 6.28319 | | +| 17| omega_s | 9.25 | 0.09 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 1.80 | 0.16 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.25 | 0.30 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s rho_s jpsi_p p3770_s psi2s_p p4160_p jpsi_s p4415_s rho_p psi2s_s Dbar_s p4040_s Ctt omega_p p4415_p phi_p omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.636 -0.553 -0.116 0.894 0.889 0.920 0.956 0.936 -0.896 0.791 0.953 0.738 0.947 -0.435 -0.927 0.142 0.029 0.911 0.928 | +| phi_s | 0.636 1.000 -0.388 -0.082 0.622 0.614 0.639 0.665 0.651 -0.619 0.550 0.662 0.510 0.659 -0.299 -0.644 0.170 0.020 0.632 0.644 | +| rho_s | -0.553 -0.388 1.000 0.075 -0.542 -0.534 -0.556 -0.579 -0.566 0.551 -0.479 -0.576 -0.444 -0.574 0.329 0.560 -0.080 -0.022 -0.550 -0.560 | +| jpsi_p | -0.116 -0.082 0.075 1.000 -0.116 -0.116 -0.116 -0.123 -0.121 0.113 -0.102 -0.119 -0.101 -0.117 0.052 0.121 -0.023 -0.004 -0.119 -0.119 | +| p3770_s | 0.894 0.622 -0.542 -0.116 1.000 0.866 0.899 0.936 0.916 -0.878 0.774 0.931 0.722 0.927 -0.426 -0.907 0.138 0.028 0.891 0.906 | +| psi2s_p | 0.889 0.614 -0.534 -0.116 0.866 1.000 0.890 0.924 0.905 -0.867 0.764 0.922 0.704 0.915 -0.421 -0.894 0.136 0.028 0.878 0.897 | +| p4160_p | 0.920 0.639 -0.556 -0.116 0.899 0.890 1.000 0.961 0.942 -0.900 0.795 0.956 0.725 0.951 -0.437 -0.933 0.142 0.029 0.911 0.929 | +| jpsi_s | 0.956 0.665 -0.579 -0.123 0.936 0.924 0.961 1.000 0.979 -0.937 0.827 0.996 0.767 0.992 -0.455 -0.968 0.148 0.030 0.951 0.969 | +| p4415_s | 0.936 0.651 -0.566 -0.121 0.916 0.905 0.942 0.979 1.000 -0.917 0.809 0.973 0.745 0.971 -0.445 -0.976 0.145 0.030 0.927 0.949 | +| rho_p | -0.896 -0.619 0.551 0.113 -0.878 -0.867 -0.900 -0.937 -0.917 1.000 -0.775 -0.933 -0.719 -0.930 0.419 0.907 -0.157 -0.028 -0.891 -0.908 | +| psi2s_s | 0.791 0.550 -0.479 -0.102 0.774 0.764 0.795 0.827 0.809 -0.775 1.000 0.824 0.634 0.820 -0.376 -0.801 0.123 0.025 0.786 0.802 | +| Dbar_s | 0.953 0.662 -0.576 -0.119 0.931 0.922 0.956 0.996 0.973 -0.933 0.824 1.000 0.761 0.987 -0.453 -0.963 0.147 0.030 0.945 0.964 | +| p4040_s | 0.738 0.510 -0.444 -0.101 0.722 0.704 0.725 0.767 0.745 -0.719 0.634 0.761 1.000 0.761 -0.349 -0.738 0.113 0.023 0.718 0.740 | +| Ctt | 0.947 0.659 -0.574 -0.117 0.927 0.915 0.951 0.992 0.971 -0.930 0.820 0.987 0.761 1.000 -0.451 -0.961 0.147 0.030 0.943 0.960 | +| omega_p | -0.435 -0.299 0.329 0.052 -0.426 -0.421 -0.437 -0.455 -0.445 0.419 -0.376 -0.453 -0.349 -0.451 1.000 0.441 -0.069 -0.000 -0.433 -0.441 | +| p4415_p | -0.927 -0.644 0.560 0.121 -0.907 -0.894 -0.933 -0.968 -0.976 0.907 -0.801 -0.963 -0.738 -0.961 0.441 1.000 -0.143 -0.029 -0.918 -0.940 | +| phi_p | 0.142 0.170 -0.080 -0.023 0.138 0.136 0.142 0.148 0.145 -0.157 0.123 0.147 0.113 0.147 -0.069 -0.143 1.000 0.004 0.141 0.143 | +| omega_s | 0.029 0.020 -0.022 -0.004 0.028 0.028 0.029 0.030 0.030 -0.028 0.025 0.030 0.023 0.030 -0.000 -0.029 0.004 1.000 0.029 0.029 | +| p4160_s | 0.911 0.632 -0.550 -0.119 0.891 0.878 0.911 0.951 0.927 -0.891 0.786 0.945 0.718 0.943 -0.433 -0.918 0.141 0.029 1.000 0.927 | +| p4040_p | 0.928 0.644 -0.560 -0.119 0.906 0.897 0.929 0.969 0.949 -0.908 0.802 0.964 0.740 0.960 -0.441 -0.940 0.143 0.029 0.927 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1579756519874227}), (, {'error': 0.37548374052850164}), (, {'error': 0.09276372060012023}), (, {'error': 0.007024139473947422}), (, {'error': 0.20313113386940973}), (, {'error': 0.02564707695829238}), (, {'error': 0.13496452618487798}), (, {'error': 103.73988491248656}), (, {'error': 0.1785157084862592}), (, {'error': 0.5038721227204692}), (, {'error': 0.029701105302819997}), (, {'error': 0.11843548517379732}), (, {'error': 0.07576364766352384}), (, {'error': 0.13399014831248288}), (, {'error': 0.08427749251757222}), (, {'error': 1.7157587312764195}), (, {'error': 0.062188362688523124}), (, {'error': 0.0890152105122608}), (, {'error': 0.16310950741706987}), (, {'error': 0.30055327322817993})]) +Toy 10/10 +Time taken: 14 h, 16 min +Projected time left: +Mean Ctt value = -0.1433458010510243 +Mean Ctt error = 0.12412230905207408 +Simulation ended diff --git a/prelim_results/slurm-2213912.out b/prelim_results/slurm-2213912.out new file mode 100644 index 0000000..a6eaeae --- /dev/null +++ b/prelim_results/slurm-2213912.out @@ -0,0 +1,9185 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.996915: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.020869: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.021161: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55ddc3b5d1b0 executing computations on platform Host. Devices: +2019-07-07 14:45:24.021223: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.659460: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55ddc3be92d0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.659535: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.666496: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:0b:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.666570: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.753886: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.753942: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.753963: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.758970: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:0b:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712153.1195438 Edm = 4.22295 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712153.1195438 Edm = 4.22295 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713445.5976724 Edm = 0.944164 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -713460.339609 Edm = 27.1937 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -713673.5738342 Edm = 132.56 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -714012.5315859 Edm = 2.29405 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -714015.8183866 Edm = 0.505781 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -714022.3405703 Edm = 4.53348 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -714460.150785 Edm = 25.6592 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -714489.2227624 Edm = 3.97934 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -714494.8097665 Edm = 1.40115 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -714855.6385777 Edm = 75.1695 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -714856.9241619 Edm = 7.27095 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -714952.2957969 Edm = 38.5517 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -715005.2253901 Edm = 1.29627 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -715007.1886487 Edm = 0.640379 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -715011.1286402 Edm = 1.83051 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -715284.1065812 Edm = 160.443 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -715298.06137 Edm = 41.2055 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -715371.6338541 Edm = 105.347 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -715386.3494097 Edm = 11.7606 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -715492.1652884 Edm = 3.51402 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -715496.256282 Edm = 0.104751 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -715498.015557 Edm = 1.60963 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -715628.1913361 Edm = 37.2318 NCalls = 89 +VariableMetric: Iteration # 24 - FCN = -715686.6243637 Edm = 0.619692 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -715687.3006896 Edm = 0.0367713 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -715687.5874682 Edm = 0.208059 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -715704.2014151 Edm = 11.6523 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -715761.9418316 Edm = 4.91966 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -715765.8263418 Edm = 0.180048 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -715766.031598 Edm = 0.0258812 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -715767.0610318 Edm = 0.969898 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -715822.9645752 Edm = 14.2729 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -715847.7108955 Edm = 0.304512 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -715848.0300114 Edm = 0.0139213 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -715848.05998 Edm = 0.0172797 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -715849.5882766 Edm = 1.42522 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -715878.8463886 Edm = 0.894108 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -715879.7691214 Edm = 0.0100109 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -715879.7825477 Edm = 0.0046724 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -715880.1796632 Edm = 0.383781 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -715884.6517356 Edm = 0.167921 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -715884.8300095 Edm = 0.00240086 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -715884.8360599 Edm = 0.00337526 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -715885.3904941 Edm = 0.449006 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -715888.7329959 Edm = 0.0136987 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -715888.7482624 Edm = 0.000870425 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -715888.7971034 Edm = 0.0447171 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -715893.7663148 Edm = 0.733377 NCalls = 168 +VariableMetric: Iteration # 49 - FCN = -715894.5925104 Edm = 0.00145401 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -715894.5940705 Edm = 0.0001789 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -715894.5973297 Edm = 0.00298423 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -715895.1176697 Edm = 0.274938 NCalls = 182 +VariableMetric: Iteration # 53 - FCN = -715895.6934272 Edm = 0.00162943 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -715895.6953206 Edm = 0.000204868 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -715895.7147627 Edm = 0.0192555 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -715896.0973647 Edm = 0.00864844 NCalls = 198 +VariableMetric: Iteration # 57 - FCN = -715898.5837854 Edm = 0.109659 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -715898.7693824 Edm = 0.00156458 NCalls = 202 +VariableMetric: Iteration # 59 - FCN = -715898.7711088 Edm = 2.38386e-05 NCalls = 204 +VariableMetric: After Hessian - FCN = -715898.7711088 Edm = 3413.97 NCalls = 555 +VariableMetric: Iteration # 60 - FCN = -715898.7711088 Edm = 3413.97 NCalls = 555 +VariableMetric: Iteration # 61 - FCN = -715922.1641242 Edm = 3192.15 NCalls = 560 +VariableMetric: Iteration # 62 - FCN = -715932.6138579 Edm = 14.416 NCalls = 564 +VariableMetric: Iteration # 63 - FCN = -715934.2319719 Edm = 0.240448 NCalls = 566 +VariableMetric: Iteration # 64 - FCN = -715934.5054665 Edm = 0.0961095 NCalls = 568 +VariableMetric: Iteration # 65 - FCN = -715934.9059142 Edm = 0.257799 NCalls = 571 +VariableMetric: Iteration # 66 - FCN = -715935.1222958 Edm = 0.256359 NCalls = 573 +VariableMetric: Iteration # 67 - FCN = -715935.4938436 Edm = 0.0912789 NCalls = 576 +VariableMetric: Iteration # 68 - FCN = -715935.5874075 Edm = 0.0835067 NCalls = 577 +VariableMetric: Iteration # 69 - FCN = -715935.6582795 Edm = 0.0109147 NCalls = 580 +VariableMetric: Iteration # 70 - FCN = -715935.6741086 Edm = 0.00451116 NCalls = 582 +VariableMetric: Iteration # 71 - FCN = -715935.689966 Edm = 0.00440627 NCalls = 585 +VariableMetric: Iteration # 72 - FCN = -715935.7000985 Edm = 0.004099 NCalls = 588 +VariableMetric: Iteration # 73 - FCN = -715935.7042278 Edm = 0.00102939 NCalls = 589 +VariableMetric: Iteration # 74 - FCN = -715935.7053874 Edm = 0.000145047 NCalls = 591 +VariableMetric: Iteration # 75 - FCN = -715935.7055926 Edm = 4.34067e-05 NCalls = 593 +VariableMetric: After Hessian - FCN = -715935.7055926 Edm = 0.000128786 NCalls = 956 +VariableMetric: Iteration # 76 - FCN = -715935.7055926 Edm = 0.000128786 NCalls = 956 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711266.1399924 Edm = 4.36471 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711266.1399924 Edm = 4.36471 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714550.7370048 Edm = 0.747114 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -714751.6251075 Edm = 35.5956 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -714821.8808274 Edm = 0.183902 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -714826.4596186 Edm = 5.13674 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -714894.4410919 Edm = 31.2696 NCalls = 29 +VariableMetric: Iteration # 6 - FCN = -714947.0765505 Edm = 10.2962 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -714953.7567085 Edm = 0.128763 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -714954.3438181 Edm = 0.490201 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -715116.3319584 Edm = 22.245 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -715299.4807323 Edm = 63.6582 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -715370.4359683 Edm = 5.69848 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -715376.765229 Edm = 0.162247 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -715377.0138267 Edm = 0.0433699 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -715396.8231427 Edm = 17.4177 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -715609.0790039 Edm = 18.1153 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -715642.2960408 Edm = 1.77859 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -715645.1243122 Edm = 0.342547 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -715645.485639 Edm = 0.0246651 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -715645.5324301 Edm = 0.0128791 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -715645.6993323 Edm = 0.1113 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -715656.3082517 Edm = 8.95212 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -715687.4709398 Edm = 4.15348 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -715691.2296944 Edm = 0.140607 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -715691.3272017 Edm = 0.01581 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -715691.3534564 Edm = 0.0114029 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -715691.5096265 Edm = 0.151754 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -715699.480833 Edm = 7.34479 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -715902.4967146 Edm = 28.4591 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -715927.7114636 Edm = 5.09351 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -715936.5157364 Edm = 2.95796 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -716191.2205215 Edm = 459.477 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -716191.4418757 Edm = 1.16166 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -716195.9423038 Edm = 4.49781 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -716251.4864247 Edm = 57.0131 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -716264.4309175 Edm = 11.6461 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -716336.9096554 Edm = 47.2452 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -716536.5070708 Edm = 41.542 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -716598.9025276 Edm = 10.0016 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -716692.7325002 Edm = 250.686 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -716918.869953 Edm = 272.146 NCalls = 146 +VariableMetric: Iteration # 41 - FCN = -717045.6248963 Edm = 149.034 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -717084.3561888 Edm = 49.2165 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -717117.1802988 Edm = 26.7005 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -717153.0550457 Edm = 17.1386 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -717174.1537551 Edm = 7.4499 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -717185.2896179 Edm = 4.73256 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -717191.56591 Edm = 0.593087 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -717192.8046215 Edm = 0.288369 NCalls = 168 +VariableMetric: Iteration # 49 - FCN = -717193.4448812 Edm = 0.0679907 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -717193.5396421 Edm = 0.0296392 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -717193.7890362 Edm = 0.22431 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -717198.0949466 Edm = 4.47283 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -717202.7115576 Edm = 4.37154 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -717218.1491393 Edm = 13.8142 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -717277.5754047 Edm = 21.4155 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -717331.8242265 Edm = 12.8564 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -717346.2118756 Edm = 14.5856 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -717356.5626695 Edm = 5.39856 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -717361.4079219 Edm = 2.21537 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -717363.1661371 Edm = 0.376865 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -717363.5474086 Edm = 0.0122853 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -717363.561939 Edm = 0.00296617 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -717363.5689111 Edm = 0.00730323 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -717363.7006393 Edm = 0.0977988 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -717369.6055926 Edm = 5.56041 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -717405.5587589 Edm = 0.850987 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -717406.5180104 Edm = 0.215788 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -717406.7762836 Edm = 0.0851625 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -717406.8752515 Edm = 0.0145699 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -717406.9279621 Edm = 0.00972859 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -717406.9481247 Edm = 0.00266629 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -717406.9518718 Edm = 0.00118138 NCalls = 233 +VariableMetric: Iteration # 73 - FCN = -717407.0123547 Edm = 0.0527132 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -717408.3664549 Edm = 0.847589 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -717416.3477212 Edm = 2.87953 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -717419.3673483 Edm = 0.708202 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -717419.8709698 Edm = 0.0151135 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -717419.8843204 Edm = 0.00217832 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -717419.8863843 Edm = 0.000721933 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -717419.8920421 Edm = 0.00142965 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -717419.8939706 Edm = 0.000167507 NCalls = 261 +VariableMetric: Iteration # 82 - FCN = -717419.8941459 Edm = 9.98948e-05 NCalls = 263 +VariableMetric: Iteration # 83 - FCN = -717419.8992357 Edm = 0.00327502 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -717419.9314303 Edm = 0.0396894 NCalls = 272 +VariableMetric: Iteration # 85 - FCN = -717419.9750777 Edm = 0.0546551 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -717420.0884478 Edm = 0.0913241 NCalls = 284 +VariableMetric: Iteration # 87 - FCN = -717420.8215319 Edm = 0.50165 NCalls = 288 +VariableMetric: Iteration # 88 - FCN = -717420.8905338 Edm = 0.714824 NCalls = 290 +VariableMetric: Iteration # 89 - FCN = -717421.2426849 Edm = 0.0273815 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -717421.2799834 Edm = 0.0139721 NCalls = 296 +VariableMetric: Iteration # 91 - FCN = -717421.3188909 Edm = 0.0033156 NCalls = 298 +VariableMetric: Iteration # 92 - FCN = -717421.3223374 Edm = 0.000162573 NCalls = 300 +VariableMetric: Iteration # 93 - FCN = -717421.3229039 Edm = 0.000220128 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -717421.3241311 Edm = 0.000734178 NCalls = 305 +VariableMetric: Iteration # 95 - FCN = -717421.3362357 Edm = 0.0123377 NCalls = 309 +VariableMetric: Iteration # 96 - FCN = -717421.7825807 Edm = 0.661668 NCalls = 318 +VariableMetric: Iteration # 97 - FCN = -717421.79677 Edm = 0.0587028 NCalls = 322 +VariableMetric: Iteration # 98 - FCN = -717421.8161997 Edm = 0.0170065 NCalls = 326 +VariableMetric: Iteration # 99 - FCN = -717422.8276044 Edm = 0.252259 NCalls = 331 +VariableMetric: Iteration # 100 - FCN = -717423.1310129 Edm = 0.0134775 NCalls = 334 +VariableMetric: Iteration # 101 - FCN = -717423.1509082 Edm = 0.00176988 NCalls = 336 +VariableMetric: Iteration # 102 - FCN = -717423.1525958 Edm = 9.4769e-05 NCalls = 337 +VariableMetric: Iteration # 103 - FCN = -717423.1526819 Edm = 2.62079e-05 NCalls = 338 +VariableMetric: After Hessian - FCN = -717423.1526819 Edm = 2.82799 NCalls = 701 +VariableMetric: Iteration # 104 - FCN = -717423.1526819 Edm = 2.82799 NCalls = 701 +VariableMetric: Iteration # 105 - FCN = -717425.5534765 Edm = 0.340466 NCalls = 704 +VariableMetric: Iteration # 106 - FCN = -717426.2244191 Edm = 0.262115 NCalls = 706 +VariableMetric: Iteration # 107 - FCN = -717427.3814371 Edm = 10.2515 NCalls = 715 +VariableMetric: Iteration # 108 - FCN = -717427.8266679 Edm = 1.93264 NCalls = 718 +VariableMetric: Iteration # 109 - FCN = -717428.9020059 Edm = 7.04983 NCalls = 722 +VariableMetric: Iteration # 110 - FCN = -717430.4273665 Edm = 3.94761 NCalls = 726 +VariableMetric: Iteration # 111 - FCN = -717433.7650535 Edm = 1.37654 NCalls = 730 +VariableMetric: Iteration # 112 - FCN = -717435.7846757 Edm = 0.736345 NCalls = 733 +VariableMetric: Iteration # 113 - FCN = -717436.3871946 Edm = 0.262761 NCalls = 735 +VariableMetric: Iteration # 114 - FCN = -717436.8546203 Edm = 0.04811 NCalls = 737 +VariableMetric: Iteration # 115 - FCN = -717436.9133691 Edm = 0.00538432 NCalls = 739 +VariableMetric: Iteration # 116 - FCN = -717436.9205369 Edm = 0.00157775 NCalls = 741 +VariableMetric: Iteration # 117 - FCN = -717436.923107 Edm = 0.000953618 NCalls = 743 +VariableMetric: Iteration # 118 - FCN = -717436.9304369 Edm = 0.00401977 NCalls = 746 +VariableMetric: Iteration # 119 - FCN = -717436.9357471 Edm = 0.00195009 NCalls = 748 +VariableMetric: Iteration # 120 - FCN = -717436.9394487 Edm = 0.000770097 NCalls = 750 +VariableMetric: Iteration # 121 - FCN = -717436.9410522 Edm = 0.000378958 NCalls = 752 +VariableMetric: Iteration # 122 - FCN = -717436.9432988 Edm = 0.00158147 NCalls = 755 +VariableMetric: Iteration # 123 - FCN = -717436.9470148 Edm = 0.00150781 NCalls = 758 +VariableMetric: Iteration # 124 - FCN = -717436.9486955 Edm = 0.000295332 NCalls = 760 +VariableMetric: Iteration # 125 - FCN = -717436.9490532 Edm = 8.51337e-05 NCalls = 762 +VariableMetric: Iteration # 126 - FCN = -717436.9491522 Edm = 2.26278e-05 NCalls = 764 +VariableMetric: After Hessian - FCN = -717436.9491522 Edm = 3.45819e-05 NCalls = 1141 +VariableMetric: Iteration # 127 - FCN = -717436.9491522 Edm = 3.45819e-05 NCalls = 1141 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711719.6877651 Edm = 7.51749 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711719.6877651 Edm = 7.51749 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716693.0003234 Edm = 0.585083 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716696.8558674 Edm = 2.95956 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -716983.9983349 Edm = 2.98701 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -716986.9876015 Edm = 0.191543 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -717078.2047858 Edm = 10.5514 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -717087.0391784 Edm = 0.109554 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -717087.1718557 Edm = 0.0545477 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -717103.895958 Edm = 16.3463 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -717185.457212 Edm = 8.43226 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -717205.6596167 Edm = 5.06696 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -717212.1436236 Edm = 2.26407 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -717214.1913426 Edm = 0.0294123 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -717214.2406052 Edm = 0.0170664 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -717216.0109631 Edm = 1.58793 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -717244.7543637 Edm = 6.99798 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -717251.2180987 Edm = 0.442869 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -717251.7008778 Edm = 0.0133211 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -717251.735918 Edm = 0.003239 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -717251.7466422 Edm = 0.00489501 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -717252.3211409 Edm = 0.438943 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -717257.6008364 Edm = 1.5309 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -717262.9212359 Edm = 5.82494 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -717265.8523929 Edm = 2.07071 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -717268.7746446 Edm = 0.768225 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -717269.2214176 Edm = 0.0932077 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -717269.3182124 Edm = 0.00167973 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -717269.3207889 Edm = 0.00120766 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -717269.4547675 Edm = 0.132691 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -717286.5175499 Edm = 3.53845 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -717290.884553 Edm = 0.0285735 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -717290.9177111 Edm = 0.00148523 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -717290.9221503 Edm = 0.00177022 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -717290.9429023 Edm = 0.0157952 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -717297.4451667 Edm = 4.61758 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -717312.8244417 Edm = 1.04562 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -717313.9086517 Edm = 0.0472415 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -717313.9718803 Edm = 0.00286886 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -717313.9770774 Edm = 0.00359118 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -717313.9979155 Edm = 0.0173898 NCalls = 128 +VariableMetric: Iteration # 40 - FCN = -717314.2923121 Edm = 0.286852 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -717318.829822 Edm = 2.81719 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -717330.2035313 Edm = 0.794752 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -717331.211762 Edm = 0.196354 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -717331.4131477 Edm = 0.0254815 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -717331.4387186 Edm = 0.00124263 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -717331.4437428 Edm = 0.00451085 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -717331.5364719 Edm = 0.120742 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -717331.5508601 Edm = 0.0135482 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -717331.9972304 Edm = 0.421583 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -717345.9059837 Edm = 3.62606 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -717351.3172331 Edm = 5.09068 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -717354.2541951 Edm = 1.76855 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -717355.4833582 Edm = 0.319238 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -717355.7250697 Edm = 0.00780336 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -717355.7325154 Edm = 0.000910053 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -717355.7359932 Edm = 0.00318558 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -717355.8875381 Edm = 0.125898 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -717358.3877296 Edm = 2.0196 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -717368.5957826 Edm = 1.71881 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -717370.0520957 Edm = 0.106833 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -717370.1467401 Edm = 0.00343945 NCalls = 196 +VariableMetric: Iteration # 62 - FCN = -717370.1497904 Edm = 0.000875514 NCalls = 197 +VariableMetric: Iteration # 63 - FCN = -717370.15137 Edm = 0.000723249 NCalls = 199 +VariableMetric: Iteration # 64 - FCN = -717370.159208 Edm = 0.0065522 NCalls = 202 +VariableMetric: Iteration # 65 - FCN = -717370.8157818 Edm = 0.463512 NCalls = 207 +VariableMetric: Iteration # 66 - FCN = -717376.4345475 Edm = 1.73712 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -717378.5176627 Edm = 0.143733 NCalls = 214 +VariableMetric: Iteration # 68 - FCN = -717378.6558047 Edm = 0.0123241 NCalls = 216 +VariableMetric: Iteration # 69 - FCN = -717378.6652025 Edm = 0.000660418 NCalls = 218 +VariableMetric: Iteration # 70 - FCN = -717378.6664198 Edm = 0.000744292 NCalls = 220 +VariableMetric: Iteration # 71 - FCN = -717378.6699714 Edm = 0.00361531 NCalls = 223 +VariableMetric: Iteration # 72 - FCN = -717378.7344396 Edm = 0.0581694 NCalls = 229 +VariableMetric: Iteration # 73 - FCN = -717380.8499339 Edm = 1.65316 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -717392.5453623 Edm = 5.46972 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -717402.1890566 Edm = 2.50472 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -717404.7816086 Edm = 0.740661 NCalls = 243 +VariableMetric: Iteration # 77 - FCN = -717405.0558962 Edm = 0.075123 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -717405.1857683 Edm = 0.0530503 NCalls = 247 +VariableMetric: Iteration # 79 - FCN = -717405.4057099 Edm = 0.0248861 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -717405.4403009 Edm = 0.0150616 NCalls = 252 +VariableMetric: Iteration # 81 - FCN = -717405.4503752 Edm = 0.000601392 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -717405.4519171 Edm = 0.00103214 NCalls = 256 +VariableMetric: Iteration # 83 - FCN = -717405.4841631 Edm = 0.0324439 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -717406.0073663 Edm = 0.195354 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -717409.7411013 Edm = 1.89682 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -717418.348543 Edm = 0.643298 NCalls = 273 +VariableMetric: Iteration # 87 - FCN = -717418.9226048 Edm = 0.105009 NCalls = 275 +VariableMetric: Iteration # 88 - FCN = -717419.037245 Edm = 0.0293271 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -717419.0874628 Edm = 0.0108287 NCalls = 279 +VariableMetric: Iteration # 90 - FCN = -717419.0997344 Edm = 0.0015597 NCalls = 281 +VariableMetric: Iteration # 91 - FCN = -717419.1010775 Edm = 0.000153601 NCalls = 283 +VariableMetric: Iteration # 92 - FCN = -717419.1014461 Edm = 0.000226686 NCalls = 285 +VariableMetric: Iteration # 93 - FCN = -717419.1075077 Edm = 0.00395873 NCalls = 289 +VariableMetric: Iteration # 94 - FCN = -717419.1785718 Edm = 0.0541745 NCalls = 293 +VariableMetric: Iteration # 95 - FCN = -717420.1286389 Edm = 0.552403 NCalls = 297 +VariableMetric: Iteration # 96 - FCN = -717421.9999357 Edm = 0.13042 NCalls = 299 +VariableMetric: Iteration # 97 - FCN = -717422.1077521 Edm = 0.00432164 NCalls = 301 +VariableMetric: Iteration # 98 - FCN = -717422.1120488 Edm = 0.000296088 NCalls = 302 +VariableMetric: Iteration # 99 - FCN = -717422.1123966 Edm = 2.13119e-05 NCalls = 304 +VariableMetric: After Hessian - FCN = -717422.1123966 Edm = 535775 NCalls = 669 +VariableMetric: Iteration # 100 - FCN = -717422.1123966 Edm = 535775 NCalls = 669 +VariableMetric: Iteration # 101 - FCN = -717422.1123966 Edm = 535775 NCalls = 680 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714469.7869581 Edm = 5.52784 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714469.7869581 Edm = 5.52784 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715971.8813559 Edm = 0.621023 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716131.227077 Edm = 0.737767 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -716131.8675188 Edm = 0.072588 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -716132.1011053 Edm = 0.156847 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -716160.0508774 Edm = 0.221272 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -716160.3437683 Edm = 0.037892 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -716162.7454688 Edm = 2.05775 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -716330.4117678 Edm = 21.3612 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -716357.5480113 Edm = 0.500804 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -716358.10927 Edm = 0.0173221 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -716358.1320353 Edm = 0.0101112 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -716358.1876564 Edm = 0.065773 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -716369.1894027 Edm = 0.251257 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -716442.1214716 Edm = 3.88611 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -716447.4188087 Edm = 0.119644 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -716447.5404554 Edm = 0.00293372 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -716447.5509162 Edm = 0.0067998 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -716448.0604829 Edm = 0.529138 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -716449.8107123 Edm = 1.65486 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -716507.8194576 Edm = 18.0511 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -716565.922067 Edm = 13.7891 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -716580.0862368 Edm = 15.0698 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -716590.7370294 Edm = 14.2664 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -716594.3333756 Edm = 14.9461 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -716610.8446395 Edm = 7.40837 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -716679.904705 Edm = 39.1856 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -716693.7854563 Edm = 47.2916 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -716707.6745953 Edm = 18.2347 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -716739.6957644 Edm = 6.48465 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -716754.7567855 Edm = 4.08605 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -716761.4067471 Edm = 0.286748 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -716761.732705 Edm = 0.102808 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -716761.7910816 Edm = 0.0105931 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -716761.8193511 Edm = 0.0191881 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -716762.1774467 Edm = 0.332922 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -716789.6299102 Edm = 27.6711 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -717013.8463018 Edm = 167.734 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -717169.0196153 Edm = 146.219 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -717249.7400608 Edm = 19.8953 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -717268.6240986 Edm = 8.63767 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -717274.1376552 Edm = 1.12951 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -717276.5487482 Edm = 2.28531 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -717284.8162186 Edm = 8.64084 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -717294.4279962 Edm = 24.2118 NCalls = 158 +VariableMetric: Iteration # 45 - FCN = -717294.7786246 Edm = 0.618675 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -717296.2982718 Edm = 2.32314 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -717303.6266647 Edm = 4.59757 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -717319.3193934 Edm = 15.7388 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -717325.3854758 Edm = 4.74829 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -717329.5560542 Edm = 0.576001 NCalls = 175 +VariableMetric: Iteration # 51 - FCN = -717330.6353582 Edm = 0.405164 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -717332.6045101 Edm = 0.538891 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -717333.5694947 Edm = 0.0179178 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -717333.6054414 Edm = 0.0116865 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -717333.6953494 Edm = 0.16744 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -717336.9194528 Edm = 2.9158 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -717387.9463009 Edm = 18.4256 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -717408.7528693 Edm = 10.0922 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -717413.9462912 Edm = 1.14164 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -717415.3260958 Edm = 0.0695861 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -717415.4015843 Edm = 0.00202979 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -717415.4058976 Edm = 0.00264704 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -717415.4942932 Edm = 0.0781405 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -717420.9210302 Edm = 4.30809 NCalls = 216 +VariableMetric: Iteration # 65 - FCN = -717449.6678344 Edm = 2.53969 NCalls = 219 +VariableMetric: Iteration # 66 - FCN = -717453.173267 Edm = 0.504952 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -717453.5263715 Edm = 0.15754 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -717453.8303275 Edm = 0.0437607 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -717453.8697894 Edm = 0.00870214 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -717453.8764784 Edm = 0.000899892 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -717453.8814485 Edm = 0.00501742 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -717454.1121235 Edm = 0.240302 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -717459.192042 Edm = 1.97894 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -717462.3064287 Edm = 0.325341 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -717462.5557378 Edm = 0.0256145 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -717462.5769839 Edm = 0.00123529 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -717462.5782596 Edm = 0.000184966 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -717462.5789846 Edm = 0.000541383 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -717462.5907417 Edm = 0.0097376 NCalls = 257 +VariableMetric: Iteration # 80 - FCN = -717462.7903684 Edm = 0.159243 NCalls = 261 +VariableMetric: Iteration # 81 - FCN = -717465.4691975 Edm = 0.559119 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -717466.2409697 Edm = 0.0144724 NCalls = 267 +VariableMetric: Iteration # 83 - FCN = -717466.2543976 Edm = 0.00128624 NCalls = 269 +VariableMetric: Iteration # 84 - FCN = -717466.2553573 Edm = 6.55722e-05 NCalls = 271 +VariableMetric: After Hessian - FCN = -717466.2553573 Edm = 5749.28 NCalls = 626 +VariableMetric: Iteration # 85 - FCN = -717466.2553573 Edm = 5749.28 NCalls = 626 +VariableMetric: Iteration # 86 - FCN = -717466.620411 Edm = 5945.77 NCalls = 634 +VariableMetric: Iteration # 87 - FCN = -717466.6449267 Edm = 7870.13 NCalls = 638 +VariableMetric: Iteration # 88 - FCN = -717466.8431037 Edm = 315.161 NCalls = 642 +VariableMetric: Iteration # 89 - FCN = -717466.8810864 Edm = 532.705 NCalls = 646 +VariableMetric: Iteration # 90 - FCN = -717466.9891854 Edm = 138.013 NCalls = 650 +VariableMetric: Iteration # 91 - FCN = -717467.032946 Edm = 264.05 NCalls = 653 +VariableMetric: Iteration # 92 - FCN = -717467.3044675 Edm = 170.272 NCalls = 656 +VariableMetric: Iteration # 93 - FCN = -717467.758181 Edm = 114.275 NCalls = 659 +VariableMetric: Iteration # 94 - FCN = -717467.8665088 Edm = 18.9704 NCalls = 662 +VariableMetric: Iteration # 95 - FCN = -717467.9217949 Edm = 4.32457 NCalls = 665 +VariableMetric: Iteration # 96 - FCN = -717467.9494373 Edm = 22.8768 NCalls = 668 +VariableMetric: Iteration # 97 - FCN = -717468.0757079 Edm = 7.84992 NCalls = 670 +VariableMetric: Iteration # 98 - FCN = -717468.3728995 Edm = 1.35177 NCalls = 672 +VariableMetric: Iteration # 99 - FCN = -717468.5303812 Edm = 1.88022 NCalls = 674 +VariableMetric: Iteration # 100 - FCN = -717468.6213872 Edm = 0.580984 NCalls = 676 +VariableMetric: Iteration # 101 - FCN = -717468.6933531 Edm = 0.758864 NCalls = 678 +VariableMetric: Iteration # 102 - FCN = -717468.8101177 Edm = 1.47834 NCalls = 680 +VariableMetric: Iteration # 103 - FCN = -717468.8873556 Edm = 0.17315 NCalls = 682 +VariableMetric: Iteration # 104 - FCN = -717468.9132727 Edm = 0.0685781 NCalls = 684 +VariableMetric: Iteration # 105 - FCN = -717468.9320644 Edm = 0.134634 NCalls = 686 +VariableMetric: Iteration # 106 - FCN = -717468.9590909 Edm = 0.013151 NCalls = 688 +VariableMetric: Iteration # 107 - FCN = -717468.9680545 Edm = 0.0515695 NCalls = 690 +VariableMetric: Iteration # 108 - FCN = -717468.9852746 Edm = 0.00690378 NCalls = 692 +VariableMetric: Iteration # 109 - FCN = -717469.0015453 Edm = 0.00692624 NCalls = 695 +VariableMetric: Iteration # 110 - FCN = -717469.0087546 Edm = 0.00304053 NCalls = 697 +VariableMetric: Iteration # 111 - FCN = -717469.0122788 Edm = 0.000619611 NCalls = 700 +VariableMetric: Iteration # 112 - FCN = -717469.0132051 Edm = 0.000117915 NCalls = 702 +VariableMetric: Iteration # 113 - FCN = -717469.0133283 Edm = 1.11072e-05 NCalls = 703 +VariableMetric: After Hessian - FCN = -717469.0133283 Edm = 1.03876e-05 NCalls = 1080 +VariableMetric: Iteration # 114 - FCN = -717469.0133283 Edm = 1.03876e-05 NCalls = 1080 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714321.2658235 Edm = 5.65984 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714321.2658235 Edm = 5.65984 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716283.4259242 Edm = 0.833466 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716287.1946119 Edm = 2.91034 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716405.8871264 Edm = 5.45979 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -716412.8951489 Edm = 0.0341519 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -716435.8704963 Edm = 15.1487 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -716519.2690312 Edm = 1.81595 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -716521.9146672 Edm = 1.10955 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -716524.388562 Edm = 0.148599 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -716528.2085722 Edm = 3.43308 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -716579.3839958 Edm = 1.06041 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -716580.3549329 Edm = 0.0387064 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -716580.3978172 Edm = 0.0101452 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -716580.4471672 Edm = 0.0433421 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -716590.1519052 Edm = 0.9911 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -716597.5976775 Edm = 0.104128 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -716597.7395221 Edm = 0.0125799 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -716597.7969178 Edm = 0.0163547 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -716597.9077 Edm = 0.0674709 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -716599.4325221 Edm = 1.58496 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -716599.7323793 Edm = 0.646991 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -716601.8001693 Edm = 5.58756 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -716606.7835707 Edm = 12.3001 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -716630.7437684 Edm = 10.693 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -716645.4759348 Edm = 3.70163 NCalls = 93 +VariableMetric: Iteration # 25 - FCN = -716648.7506188 Edm = 0.135004 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -716648.919492 Edm = 0.0139369 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -716649.0204381 Edm = 0.074961 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -716649.3370322 Edm = 0.0256885 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -716649.369543 Edm = 0.00611145 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -716649.6117021 Edm = 0.251123 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -716650.2666649 Edm = 0.556693 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -716687.9288386 Edm = 6.78042 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -716695.0606027 Edm = 6.57967 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -716700.2018495 Edm = 0.289435 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -716700.543899 Edm = 0.0303085 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -716700.5741452 Edm = 0.02653 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -716700.7222175 Edm = 0.0743252 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -716700.8757706 Edm = 0.00633665 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -716700.8919586 Edm = 0.0102137 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -716701.311511 Edm = 0.475378 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -716701.3492939 Edm = 0.0347444 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -716704.5810328 Edm = 3.78005 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -716704.9788839 Edm = 0.397365 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -716708.9785636 Edm = 3.89154 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -716708.9932027 Edm = 0.00751267 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -716709.6263539 Edm = 0.765287 NCalls = 170 +VariableMetric: Iteration # 47 - FCN = -716709.6964031 Edm = 0.0685347 NCalls = 174 +VariableMetric: Iteration # 48 - FCN = -716714.2161159 Edm = 3.74094 NCalls = 181 +VariableMetric: Iteration # 49 - FCN = -716714.2549364 Edm = 0.0047677 NCalls = 183 +VariableMetric: Iteration # 50 - FCN = -716714.2889328 Edm = 0.0319282 NCalls = 186 +VariableMetric: Iteration # 51 - FCN = -716715.0552472 Edm = 0.508948 NCalls = 192 +VariableMetric: Iteration # 52 - FCN = -716724.3613155 Edm = 7.79645 NCalls = 197 +VariableMetric: Iteration # 53 - FCN = -716748.470479 Edm = 8.07352 NCalls = 199 +VariableMetric: Iteration # 54 - FCN = -716755.9921032 Edm = 1.3586 NCalls = 201 +VariableMetric: Iteration # 55 - FCN = -716757.0694376 Edm = 0.206917 NCalls = 202 +VariableMetric: Iteration # 56 - FCN = -716757.2384437 Edm = 0.0311362 NCalls = 204 +VariableMetric: Iteration # 57 - FCN = -716757.2860368 Edm = 0.0132641 NCalls = 206 +VariableMetric: Iteration # 58 - FCN = -716757.4323296 Edm = 0.108883 NCalls = 209 +VariableMetric: Iteration # 59 - FCN = -716759.3442577 Edm = 1.67327 NCalls = 213 +VariableMetric: Iteration # 60 - FCN = -716772.9624926 Edm = 6.33432 NCalls = 217 +VariableMetric: Iteration # 61 - FCN = -716791.4638952 Edm = 20.531 NCalls = 220 +VariableMetric: Iteration # 62 - FCN = -716798.8045773 Edm = 7.62188 NCalls = 223 +VariableMetric: Iteration # 63 - FCN = -716808.2362197 Edm = 2.57123 NCalls = 225 +VariableMetric: Iteration # 64 - FCN = -716810.5103084 Edm = 0.233026 NCalls = 226 +VariableMetric: Iteration # 65 - FCN = -716810.8331795 Edm = 0.0372795 NCalls = 228 +VariableMetric: Iteration # 66 - FCN = -716810.8959294 Edm = 0.00849121 NCalls = 230 +VariableMetric: Iteration # 67 - FCN = -716810.9084569 Edm = 0.00528588 NCalls = 232 +VariableMetric: Iteration # 68 - FCN = -716810.9332959 Edm = 0.0208316 NCalls = 235 +VariableMetric: Iteration # 69 - FCN = -716811.4700879 Edm = 0.414416 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -716820.8155925 Edm = 1.9741 NCalls = 247 +VariableMetric: Iteration # 71 - FCN = -716822.5019803 Edm = 1.77397 NCalls = 249 +VariableMetric: Iteration # 72 - FCN = -716822.9977403 Edm = 1.99638 NCalls = 251 +VariableMetric: Iteration # 73 - FCN = -716825.3921261 Edm = 1.605 NCalls = 253 +VariableMetric: Iteration # 74 - FCN = -716857.6643108 Edm = 19.6727 NCalls = 259 +VariableMetric: Iteration # 75 - FCN = -716860.7202292 Edm = 18.5326 NCalls = 262 +VariableMetric: Iteration # 76 - FCN = -716879.8628027 Edm = 17.778 NCalls = 265 +VariableMetric: Iteration # 77 - FCN = -716889.7578969 Edm = 3.72081 NCalls = 267 +VariableMetric: Iteration # 78 - FCN = -716896.259453 Edm = 2.25393 NCalls = 269 +VariableMetric: Iteration # 79 - FCN = -716901.7293673 Edm = 1.75029 NCalls = 271 +VariableMetric: Iteration # 80 - FCN = -716903.8287368 Edm = 0.29358 NCalls = 273 +VariableMetric: Iteration # 81 - FCN = -716904.2240561 Edm = 0.02849 NCalls = 275 +VariableMetric: Iteration # 82 - FCN = -716904.2680592 Edm = 0.00763914 NCalls = 277 +VariableMetric: Iteration # 83 - FCN = -716904.3065751 Edm = 0.024823 NCalls = 279 +VariableMetric: Iteration # 84 - FCN = -716904.662479 Edm = 0.304286 NCalls = 282 +VariableMetric: Iteration # 85 - FCN = -716911.0909118 Edm = 6.9325 NCalls = 286 +VariableMetric: Iteration # 86 - FCN = -717038.0187131 Edm = 124.212 NCalls = 294 +VariableMetric: Iteration # 87 - FCN = -717038.6482181 Edm = 0.723792 NCalls = 296 +VariableMetric: Iteration # 88 - FCN = -717040.0290263 Edm = 1.48784 NCalls = 298 +VariableMetric: Iteration # 89 - FCN = -717044.262308 Edm = 9.39566 NCalls = 301 +VariableMetric: Iteration # 90 - FCN = -717051.2894999 Edm = 5.10403 NCalls = 305 +VariableMetric: Iteration # 91 - FCN = -717099.5981212 Edm = 23.6701 NCalls = 310 +VariableMetric: Iteration # 92 - FCN = -717192.7899253 Edm = 21.5596 NCalls = 313 +VariableMetric: Iteration # 93 - FCN = -717215.6053873 Edm = 9.1441 NCalls = 315 +VariableMetric: Iteration # 94 - FCN = -717236.8516302 Edm = 6.28206 NCalls = 318 +VariableMetric: Iteration # 95 - FCN = -717241.4797423 Edm = 2.45249 NCalls = 320 +VariableMetric: Iteration # 96 - FCN = -717243.7042116 Edm = 0.637217 NCalls = 322 +VariableMetric: Iteration # 97 - FCN = -717246.0192481 Edm = 0.721249 NCalls = 325 +VariableMetric: Iteration # 98 - FCN = -717248.7900116 Edm = 3.6303 NCalls = 329 +VariableMetric: Iteration # 99 - FCN = -717260.6780844 Edm = 35.7117 NCalls = 333 +VariableMetric: Iteration # 100 - FCN = -717267.0894578 Edm = 17.8644 NCalls = 336 +VariableMetric: Iteration # 101 - FCN = -717277.0726433 Edm = 14.7791 NCalls = 341 +VariableMetric: Iteration # 102 - FCN = -717279.5588005 Edm = 8.17355 NCalls = 344 +VariableMetric: Iteration # 103 - FCN = -717293.530139 Edm = 9.71733 NCalls = 349 +VariableMetric: Iteration # 104 - FCN = -717343.1205131 Edm = 25.311 NCalls = 352 +VariableMetric: Iteration # 105 - FCN = -717386.8308313 Edm = 18.0176 NCalls = 355 +VariableMetric: Iteration # 106 - FCN = -717404.3709605 Edm = 2.14686 NCalls = 357 +VariableMetric: Iteration # 107 - FCN = -717407.0562996 Edm = 0.32461 NCalls = 359 +VariableMetric: Iteration # 108 - FCN = -717407.5981354 Edm = 0.134935 NCalls = 361 +VariableMetric: Iteration # 109 - FCN = -717407.7714288 Edm = 0.0100871 NCalls = 363 +VariableMetric: Iteration # 110 - FCN = -717407.7842811 Edm = 0.00210772 NCalls = 365 +VariableMetric: Iteration # 111 - FCN = -717407.7981144 Edm = 0.0096856 NCalls = 368 +VariableMetric: Iteration # 112 - FCN = -717408.0382346 Edm = 0.221461 NCalls = 372 +VariableMetric: Iteration # 113 - FCN = -717414.2412946 Edm = 2.93975 NCalls = 376 +VariableMetric: Iteration # 114 - FCN = -717423.1629831 Edm = 2.43192 NCalls = 378 +VariableMetric: Iteration # 115 - FCN = -717429.7761982 Edm = 1.16812 NCalls = 380 +VariableMetric: Iteration # 116 - FCN = -717430.9028373 Edm = 0.028664 NCalls = 382 +VariableMetric: Iteration # 117 - FCN = -717430.9366318 Edm = 0.00227855 NCalls = 384 +VariableMetric: Iteration # 118 - FCN = -717430.9407065 Edm = 0.000827455 NCalls = 386 +VariableMetric: Iteration # 119 - FCN = -717430.9436784 Edm = 0.00270473 NCalls = 388 +VariableMetric: Iteration # 120 - FCN = -717430.9783864 Edm = 0.0307224 NCalls = 393 +VariableMetric: Iteration # 121 - FCN = -717431.885538 Edm = 0.692305 NCalls = 397 +VariableMetric: Iteration # 122 - FCN = -717438.9964663 Edm = 2.12394 NCalls = 400 +VariableMetric: Iteration # 123 - FCN = -717441.6988447 Edm = 0.199903 NCalls = 402 +VariableMetric: Iteration # 124 - FCN = -717441.8792902 Edm = 0.00950179 NCalls = 404 +VariableMetric: Iteration # 125 - FCN = -717441.890106 Edm = 0.00070496 NCalls = 406 +VariableMetric: Iteration # 126 - FCN = -717441.8913596 Edm = 0.000530849 NCalls = 408 +VariableMetric: Iteration # 127 - FCN = -717441.9024449 Edm = 0.0117133 NCalls = 412 +VariableMetric: Iteration # 128 - FCN = -717442.1886063 Edm = 0.315871 NCalls = 419 +VariableMetric: Iteration # 129 - FCN = -717442.1958981 Edm = 0.00691727 NCalls = 422 +VariableMetric: Iteration # 130 - FCN = -717443.0741066 Edm = 0.149969 NCalls = 429 +VariableMetric: Iteration # 131 - FCN = -717444.0598206 Edm = 0.0118318 NCalls = 430 +VariableMetric: Iteration # 132 - FCN = -717444.0711308 Edm = 0.000977564 NCalls = 431 +VariableMetric: Iteration # 133 - FCN = -717444.0732811 Edm = 0.00117887 NCalls = 433 +VariableMetric: Iteration # 134 - FCN = -717444.1003664 Edm = 0.0260801 NCalls = 437 +VariableMetric: Iteration # 135 - FCN = -717445.6105634 Edm = 0.652714 NCalls = 444 +VariableMetric: Iteration # 136 - FCN = -717450.1950154 Edm = 3.22144 NCalls = 447 +VariableMetric: Iteration # 137 - FCN = -717456.0156241 Edm = 2.50497 NCalls = 449 +VariableMetric: Iteration # 138 - FCN = -717458.6392165 Edm = 0.640252 NCalls = 450 +VariableMetric: Iteration # 139 - FCN = -717459.08889 Edm = 0.058936 NCalls = 452 +VariableMetric: Iteration # 140 - FCN = -717459.1603473 Edm = 0.00375796 NCalls = 454 +VariableMetric: Iteration # 141 - FCN = -717459.164748 Edm = 0.00018761 NCalls = 456 +VariableMetric: Iteration # 142 - FCN = -717459.1650698 Edm = 9.23527e-05 NCalls = 458 +VariableMetric: Iteration # 143 - FCN = -717459.165836 Edm = 0.000710052 NCalls = 461 +VariableMetric: Iteration # 144 - FCN = -717459.1886265 Edm = 0.0225031 NCalls = 467 +VariableMetric: Iteration # 145 - FCN = -717459.9997133 Edm = 0.624017 NCalls = 471 +VariableMetric: Iteration # 146 - FCN = -717464.8694575 Edm = 0.247851 NCalls = 474 +VariableMetric: Iteration # 147 - FCN = -717465.1625303 Edm = 0.0115595 NCalls = 476 +VariableMetric: Iteration # 148 - FCN = -717465.1845023 Edm = 0.00493314 NCalls = 478 +VariableMetric: Iteration # 149 - FCN = -717465.1940103 Edm = 0.000243455 NCalls = 480 +VariableMetric: Iteration # 150 - FCN = -717465.1942872 Edm = 4.55823e-06 NCalls = 482 +VariableMetric: After Hessian - FCN = -717465.1942872 Edm = 4.54676 NCalls = 847 +VariableMetric: Iteration # 151 - FCN = -717465.1942872 Edm = 4.54676 NCalls = 847 +VariableMetric: Iteration # 152 - FCN = -717465.8914322 Edm = 2.59996 NCalls = 849 +VariableMetric: Iteration # 153 - FCN = -717466.8542941 Edm = 0.751566 NCalls = 851 +VariableMetric: Iteration # 154 - FCN = -717467.2975733 Edm = 0.127282 NCalls = 853 +VariableMetric: Iteration # 155 - FCN = -717467.4718741 Edm = 0.176776 NCalls = 856 +VariableMetric: Iteration # 156 - FCN = -717467.6941819 Edm = 0.285992 NCalls = 859 +VariableMetric: Iteration # 157 - FCN = -717467.8604724 Edm = 0.333964 NCalls = 862 +VariableMetric: Iteration # 158 - FCN = -717468.1059406 Edm = 0.115802 NCalls = 864 +VariableMetric: Iteration # 159 - FCN = -717468.2506377 Edm = 0.102551 NCalls = 868 +VariableMetric: Iteration # 160 - FCN = -717468.3867904 Edm = 0.0600254 NCalls = 870 +VariableMetric: Iteration # 161 - FCN = -717468.4361869 Edm = 0.0555941 NCalls = 872 +VariableMetric: Iteration # 162 - FCN = -717468.5026902 Edm = 0.0203798 NCalls = 875 +VariableMetric: Iteration # 163 - FCN = -717468.5418037 Edm = 0.0291951 NCalls = 878 +VariableMetric: Iteration # 164 - FCN = -717468.5608139 Edm = 0.0131267 NCalls = 880 +VariableMetric: Iteration # 165 - FCN = -717468.5818878 Edm = 0.00329804 NCalls = 884 +VariableMetric: Iteration # 166 - FCN = -717468.5905842 Edm = 0.00146915 NCalls = 887 +VariableMetric: Iteration # 167 - FCN = -717468.5914174 Edm = 0.000477747 NCalls = 889 +VariableMetric: Iteration # 168 - FCN = -717468.5920606 Edm = 8.9769e-05 NCalls = 891 +VariableMetric: Iteration # 169 - FCN = -717468.5922172 Edm = 7.28916e-06 NCalls = 893 +VariableMetric: After Hessian - FCN = -717468.5922172 Edm = 1.25027e-05 NCalls = 1272 +VariableMetric: Iteration # 170 - FCN = -717468.5922172 Edm = 1.25027e-05 NCalls = 1272 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712155.7577188 Edm = 1.06943 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712155.7577188 Edm = 1.06943 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714264.1923062 Edm = 2.94601 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714303.9257112 Edm = 3.96112 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714373.4963262 Edm = 70.2327 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -714439.0777276 Edm = 60.7658 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715318.580973 Edm = 152.268 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -715428.452367 Edm = 0.346956 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -715428.8246545 Edm = 0.0376888 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -715438.0088875 Edm = 9.77391 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -715506.8775631 Edm = 1.15155 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -716110.2079269 Edm = 4.29782e+07 NCalls = 50 +VariableMetric: Iteration # 11 - FCN = -716580.2279041 Edm = 1.17825e+06 NCalls = 56 +VariableMetric: Iteration # 12 - FCN = -716774.7855635 Edm = 311677 NCalls = 66 +VariableMetric: Iteration # 13 - FCN = -716952.4329775 Edm = 59926.2 NCalls = 75 +VariableMetric: Iteration # 14 - FCN = -717138.9675217 Edm = 82311.1 NCalls = 82 +VariableMetric: Iteration # 15 - FCN = -717193.8121713 Edm = 7017.04 NCalls = 89 +VariableMetric: Iteration # 16 - FCN = -717226.4862758 Edm = 10758.6 NCalls = 94 +VariableMetric: Iteration # 17 - FCN = -717240.7735371 Edm = 27879.2 NCalls = 98 +VariableMetric: Iteration # 18 - FCN = -717271.4752449 Edm = 14882.7 NCalls = 102 +VariableMetric: Iteration # 19 - FCN = -717303.3193808 Edm = 1186.21 NCalls = 106 +VariableMetric: Iteration # 20 - FCN = -717320.4361172 Edm = 2971.23 NCalls = 109 +VariableMetric: Iteration # 21 - FCN = -717333.5019379 Edm = 496.077 NCalls = 112 +VariableMetric: Iteration # 22 - FCN = -717351.8279369 Edm = 1180.38 NCalls = 115 +VariableMetric: Iteration # 23 - FCN = -717360.0437148 Edm = 116.127 NCalls = 119 +VariableMetric: Iteration # 24 - FCN = -717361.2427507 Edm = 190.531 NCalls = 121 +VariableMetric: Iteration # 25 - FCN = -717362.5249553 Edm = 57.2307 NCalls = 123 +VariableMetric: Iteration # 26 - FCN = -717364.9450306 Edm = 43.0655 NCalls = 126 +VariableMetric: Iteration # 27 - FCN = -717373.0940279 Edm = 46.1663 NCalls = 128 +VariableMetric: Iteration # 28 - FCN = -717375.9075398 Edm = 6.3825 NCalls = 130 +VariableMetric: Iteration # 29 - FCN = -717376.8083713 Edm = 3.40893 NCalls = 132 +VariableMetric: Iteration # 30 - FCN = -717378.7213386 Edm = 4.20037 NCalls = 134 +VariableMetric: Iteration # 31 - FCN = -717379.6543063 Edm = 2.54602 NCalls = 136 +VariableMetric: Iteration # 32 - FCN = -717380.780748 Edm = 1.2525 NCalls = 137 +VariableMetric: Iteration # 33 - FCN = -717381.5079955 Edm = 0.508751 NCalls = 139 +VariableMetric: Iteration # 34 - FCN = -717381.9093105 Edm = 0.119686 NCalls = 141 +VariableMetric: Iteration # 35 - FCN = -717382.045599 Edm = 0.0482798 NCalls = 143 +VariableMetric: Iteration # 36 - FCN = -717382.1166274 Edm = 0.0182959 NCalls = 145 +VariableMetric: Iteration # 37 - FCN = -717382.1443408 Edm = 0.013768 NCalls = 147 +VariableMetric: Iteration # 38 - FCN = -717382.1661162 Edm = 0.0153838 NCalls = 149 +VariableMetric: Iteration # 39 - FCN = -717382.2082303 Edm = 0.0244497 NCalls = 153 +VariableMetric: Iteration # 40 - FCN = -717382.2459327 Edm = 0.009394 NCalls = 155 +VariableMetric: Iteration # 41 - FCN = -717382.2552403 Edm = 0.000988159 NCalls = 156 +VariableMetric: Iteration # 42 - FCN = -717382.2566357 Edm = 0.00063412 NCalls = 158 +VariableMetric: Iteration # 43 - FCN = -717382.2572757 Edm = 0.000220327 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -717382.2575067 Edm = 4.97471e-05 NCalls = 162 +VariableMetric: After Hessian - FCN = -717382.2575067 Edm = 0.000434606 NCalls = 565 +VariableMetric: Iteration # 45 - FCN = -717382.2575067 Edm = 0.000434606 NCalls = 565 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711598.8369748 Edm = 5.946 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711598.8369748 Edm = 5.946 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713756.4921404 Edm = 0.300405 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714352.2802708 Edm = 1.57156 NCalls = 18 +VariableMetric: Iteration # 3 - FCN = -715731.2062631 Edm = 5.30345e+07 NCalls = 29 +VariableMetric: Iteration # 4 - FCN = -715731.2062631 Edm = 5.30345e+07 NCalls = 40 +VariableMetric: After Hessian - FCN = -715731.2062631 Edm = 846888 NCalls = 393 +VariableMetric: Iteration # 5 - FCN = -715731.2062631 Edm = 846888 NCalls = 393 +VariableMetric: Iteration # 6 - FCN = -716057.0821515 Edm = 1.17477e+06 NCalls = 399 +VariableMetric: Iteration # 7 - FCN = -716057.0821515 Edm = 1.17477e+06 NCalls = 410 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712909.7303649 Edm = 5.71761 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712909.7303649 Edm = 5.71761 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715180.0523084 Edm = 3.9348 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715190.3820042 Edm = 13.564 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716602.0998042 Edm = 15.4443 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -716623.310467 Edm = 0.643991 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716624.3690897 Edm = 0.103455 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -716641.0111047 Edm = 10.8326 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -716690.3060756 Edm = 0.109621 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -716690.4433546 Edm = 0.0318629 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -716707.8565013 Edm = 15.8246 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -716825.1013252 Edm = 4.72684 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -716829.8475279 Edm = 0.249368 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -716830.1832034 Edm = 0.00992981 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -716830.2019523 Edm = 0.0128489 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -716833.4735451 Edm = 3.17461 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -716897.456688 Edm = 1.36572 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -716899.631195 Edm = 0.047093 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -716899.6843289 Edm = 0.00238859 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -716899.6909621 Edm = 0.00571161 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -716900.2248718 Edm = 0.432368 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -716924.7549258 Edm = 9.93728 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -716946.8266954 Edm = 2.85504 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -716951.2267719 Edm = 0.617851 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -716952.2009282 Edm = 0.0950276 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -716952.3007513 Edm = 0.0089207 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -716952.3107385 Edm = 0.00232164 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -716952.3879908 Edm = 0.0776528 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -716955.2026253 Edm = 0.660319 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -716971.7084445 Edm = 7.89555 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -716990.3540326 Edm = 7.22231 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -716995.0865469 Edm = 0.139683 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -716995.2543134 Edm = 0.0132111 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -716995.2793503 Edm = 0.0111209 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -716995.3780042 Edm = 0.0765196 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -716999.0610849 Edm = 3.1103 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -717073.4441289 Edm = 36.2124 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -717118.8780087 Edm = 9.61057 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -717125.4513134 Edm = 3.08598 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -717126.6492349 Edm = 0.221516 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -717126.993423 Edm = 0.0580489 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -717127.0753342 Edm = 0.0141897 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -717127.0933519 Edm = 0.00331953 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -717127.1211844 Edm = 0.0171823 NCalls = 136 +VariableMetric: Iteration # 43 - FCN = -717127.7363597 Edm = 0.524978 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -717138.3857849 Edm = 10.5671 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -717140.7745865 Edm = 4.37966 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -717159.6746365 Edm = 10.6816 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -717181.1476211 Edm = 2.96483 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -717184.5997321 Edm = 0.305073 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -717185.0206028 Edm = 0.0749806 NCalls = 157 +VariableMetric: Iteration # 50 - FCN = -717185.1615323 Edm = 0.0152174 NCalls = 159 +VariableMetric: Iteration # 51 - FCN = -717185.1831594 Edm = 0.00164158 NCalls = 161 +VariableMetric: Iteration # 52 - FCN = -717185.1887831 Edm = 0.00274529 NCalls = 163 +VariableMetric: Iteration # 53 - FCN = -717185.2125002 Edm = 0.0138177 NCalls = 166 +VariableMetric: Iteration # 54 - FCN = -717185.7594194 Edm = 0.488279 NCalls = 170 +VariableMetric: Iteration # 55 - FCN = -717198.1995841 Edm = 19.6207 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -717213.047755 Edm = 3.34351 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -717217.8085678 Edm = 0.0741193 NCalls = 181 +VariableMetric: Iteration # 58 - FCN = -717217.8712247 Edm = 0.00300617 NCalls = 183 +VariableMetric: Iteration # 59 - FCN = -717217.8763984 Edm = 0.00220678 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -717217.8975572 Edm = 0.0210143 NCalls = 188 +VariableMetric: Iteration # 61 - FCN = -717218.4170167 Edm = 0.536033 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -717218.711693 Edm = 0.28385 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -717276.38205 Edm = 17.1682 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -717304.1506892 Edm = 7.58999 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -717307.9227348 Edm = 2.68438 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -717310.2190038 Edm = 1.07788 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -717354.5547434 Edm = 17.5452 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -717355.2745142 Edm = 10.1678 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -717372.4651217 Edm = 2.31315 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -717375.7498852 Edm = 0.880797 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -717377.6953401 Edm = 1.27622 NCalls = 234 +VariableMetric: Iteration # 72 - FCN = -717379.4188761 Edm = 1.19976 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -717380.6099337 Edm = 0.815343 NCalls = 239 +VariableMetric: Iteration # 74 - FCN = -717381.5229293 Edm = 0.336518 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -717381.8409052 Edm = 0.141731 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -717382.1025251 Edm = 0.0869254 NCalls = 245 +VariableMetric: Iteration # 77 - FCN = -717382.1995632 Edm = 0.0185492 NCalls = 247 +VariableMetric: Iteration # 78 - FCN = -717382.221882 Edm = 0.00253089 NCalls = 249 +VariableMetric: Iteration # 79 - FCN = -717382.2338423 Edm = 0.0106252 NCalls = 251 +VariableMetric: Iteration # 80 - FCN = -717382.5404812 Edm = 0.284466 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -717394.5335841 Edm = 6.34468 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -717405.8241961 Edm = 1.81167 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -717407.777598 Edm = 0.154855 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -717407.9539634 Edm = 0.0152848 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -717407.9749003 Edm = 0.00228995 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -717407.9792872 Edm = 0.00117829 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -717407.9840846 Edm = 0.00335904 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -717408.0519783 Edm = 0.0674921 NCalls = 278 +VariableMetric: Iteration # 89 - FCN = -717410.7088147 Edm = 1.3605 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -717415.4810137 Edm = 0.973356 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -717416.096796 Edm = 0.419895 NCalls = 289 +VariableMetric: Iteration # 92 - FCN = -717416.3830614 Edm = 0.0135022 NCalls = 290 +VariableMetric: Iteration # 93 - FCN = -717416.3963844 Edm = 0.000609197 NCalls = 291 +VariableMetric: Iteration # 94 - FCN = -717416.3973019 Edm = 0.000171254 NCalls = 293 +VariableMetric: Iteration # 95 - FCN = -717416.399742 Edm = 0.00191066 NCalls = 296 +VariableMetric: Iteration # 96 - FCN = -717416.5136985 Edm = 0.114737 NCalls = 301 +VariableMetric: Iteration # 97 - FCN = -717418.0992751 Edm = 1.2631 NCalls = 308 +VariableMetric: Iteration # 98 - FCN = -717425.1580754 Edm = 1.96019 NCalls = 310 +VariableMetric: Iteration # 99 - FCN = -717426.4248687 Edm = 0.0870145 NCalls = 312 +VariableMetric: Iteration # 100 - FCN = -717426.5148224 Edm = 0.00424182 NCalls = 314 +VariableMetric: Iteration # 101 - FCN = -717426.5192676 Edm = 0.000197074 NCalls = 316 +VariableMetric: Iteration # 102 - FCN = -717426.5198083 Edm = 0.000305322 NCalls = 318 +VariableMetric: Iteration # 103 - FCN = -717426.5399357 Edm = 0.0189439 NCalls = 323 +VariableMetric: Iteration # 104 - FCN = -717428.2059111 Edm = 1.20124 NCalls = 328 +VariableMetric: Iteration # 105 - FCN = -717434.8707324 Edm = 1.31619 NCalls = 332 +VariableMetric: Iteration # 106 - FCN = -717436.5153503 Edm = 0.217187 NCalls = 334 +VariableMetric: Iteration # 107 - FCN = -717436.637522 Edm = 0.029316 NCalls = 336 +VariableMetric: Iteration # 108 - FCN = -717436.667202 Edm = 0.00332576 NCalls = 338 +VariableMetric: Iteration # 109 - FCN = -717436.6742366 Edm = 0.000438737 NCalls = 340 +VariableMetric: Iteration # 110 - FCN = -717436.6747318 Edm = 3.84625e-06 NCalls = 342 +VariableMetric: After Hessian - FCN = -717436.6747318 Edm = 6.08151 NCalls = 709 +VariableMetric: Iteration # 111 - FCN = -717436.6747318 Edm = 6.08151 NCalls = 709 +VariableMetric: Iteration # 112 - FCN = -717442.4393169 Edm = 0.012991 NCalls = 711 +VariableMetric: Iteration # 113 - FCN = -717442.4518067 Edm = 0.0031378 NCalls = 712 +VariableMetric: Iteration # 114 - FCN = -717442.497167 Edm = 0.0872308 NCalls = 715 +VariableMetric: Iteration # 115 - FCN = -717442.5036563 Edm = 0.00641127 NCalls = 717 +VariableMetric: Iteration # 116 - FCN = -717442.5990229 Edm = 0.0674083 NCalls = 722 +VariableMetric: Iteration # 117 - FCN = -717442.7603627 Edm = 0.379574 NCalls = 727 +VariableMetric: Iteration # 118 - FCN = -717443.2104775 Edm = 0.636346 NCalls = 730 +VariableMetric: Iteration # 119 - FCN = -717443.7486585 Edm = 0.661773 NCalls = 733 +VariableMetric: Iteration # 120 - FCN = -717444.0978826 Edm = 0.403196 NCalls = 737 +VariableMetric: Iteration # 121 - FCN = -717444.5450451 Edm = 0.41539 NCalls = 741 +VariableMetric: Iteration # 122 - FCN = -717444.6872326 Edm = 0.237106 NCalls = 744 +VariableMetric: Iteration # 123 - FCN = -717445.3675088 Edm = 0.232323 NCalls = 748 +VariableMetric: Iteration # 124 - FCN = -717445.6645719 Edm = 0.0775534 NCalls = 751 +VariableMetric: Iteration # 125 - FCN = -717445.8367653 Edm = 0.0779286 NCalls = 753 +VariableMetric: Iteration # 126 - FCN = -717445.9134 Edm = 0.102874 NCalls = 755 +VariableMetric: Iteration # 127 - FCN = -717446.0191941 Edm = 0.0171517 NCalls = 758 +VariableMetric: Iteration # 128 - FCN = -717446.0518285 Edm = 0.0257949 NCalls = 761 +VariableMetric: Iteration # 129 - FCN = -717446.071162 Edm = 0.00739362 NCalls = 763 +VariableMetric: Iteration # 130 - FCN = -717446.0814891 Edm = 0.00109774 NCalls = 766 +VariableMetric: Iteration # 131 - FCN = -717446.0830432 Edm = 0.000114247 NCalls = 768 +VariableMetric: Iteration # 132 - FCN = -717446.0831797 Edm = 2.53043e-06 NCalls = 770 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713961.9710148 Edm = 1.67628 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713961.9710148 Edm = 1.67628 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715590.3170338 Edm = 2.06857 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -716566.1345653 Edm = 0.79346 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -716580.4878698 Edm = 36.6584 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -716741.5878899 Edm = 91.5754 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -716979.769559 Edm = 2.57981 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -716982.2837674 Edm = 0.162511 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -716991.2877564 Edm = 8.25663 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -717034.1616979 Edm = 0.309751 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -717034.4865935 Edm = 0.0611668 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -717037.2882871 Edm = 2.86864 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -717057.2384172 Edm = 13.6056 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -717108.1379331 Edm = 1.56198 NCalls = 53 +VariableMetric: Iteration # 13 - FCN = -717109.7538064 Edm = 0.064415 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -717109.9123546 Edm = 0.0587794 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -717110.0718047 Edm = 0.0538327 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -717113.15705 Edm = 3.10491 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -717123.7785227 Edm = 17.2331 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -717137.5843493 Edm = 4.31277 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -717142.734872 Edm = 1.83936 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -717150.7936001 Edm = 2.96347 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -717155.1428483 Edm = 0.541847 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -717155.5684273 Edm = 0.0399926 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -717155.639023 Edm = 0.0127506 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -717155.8277374 Edm = 0.162516 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -717171.637109 Edm = 7.28085 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -717197.3687669 Edm = 1.89936 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -717198.8861518 Edm = 0.476267 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -717199.252783 Edm = 0.00806174 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -717199.2638969 Edm = 0.00209696 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -717199.2902517 Edm = 0.024854 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -717202.6930764 Edm = 0.345593 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -717224.3747663 Edm = 5.07063 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -717239.7041878 Edm = 1.08687 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -717241.5560449 Edm = 0.279941 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -717241.9380012 Edm = 0.0208173 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -717241.9660331 Edm = 0.000904098 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -717241.9752274 Edm = 0.00862531 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -717242.3768885 Edm = 0.440032 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -717242.3957885 Edm = 0.0173419 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -717246.2491722 Edm = 1.36313 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -717248.2085379 Edm = 3.28368 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -717254.9129238 Edm = 9.05682 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -717272.9663431 Edm = 5.86751 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -717283.3831419 Edm = 1.44412 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -717284.5508296 Edm = 0.059669 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -717284.6088056 Edm = 0.00293285 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -717284.6125422 Edm = 0.0013409 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -717284.6318678 Edm = 0.018165 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -717285.5879781 Edm = 0.926442 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -717306.8936422 Edm = 2.17109 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -717309.1134871 Edm = 0.0483616 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -717309.1713598 Edm = 0.00232725 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -717309.1735423 Edm = 0.000509604 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -717309.1779457 Edm = 0.0043271 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -717309.785713 Edm = 0.143434 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -717313.5243841 Edm = 2.5347 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -717333.6832474 Edm = 0.995725 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -717335.8275675 Edm = 1.01981 NCalls = 195 +VariableMetric: Iteration # 59 - FCN = -717348.7595358 Edm = 4.41706 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -717349.0314068 Edm = 2.13466 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -717351.1258068 Edm = 1.6817 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -717354.2190058 Edm = 2.77993 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -717357.1627661 Edm = 1.70347 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -717359.0170969 Edm = 0.154033 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -717359.1910393 Edm = 0.0358819 NCalls = 219 +VariableMetric: Iteration # 66 - FCN = -717359.2208377 Edm = 0.00380365 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -717359.2290465 Edm = 0.00175559 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -717359.2433053 Edm = 0.0109698 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -717359.4584747 Edm = 0.23825 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -717362.8146562 Edm = 2.23724 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -717385.80457 Edm = 7.04953 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -717400.0657755 Edm = 0.936985 NCalls = 240 +VariableMetric: Iteration # 73 - FCN = -717401.0989985 Edm = 0.135521 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -717401.2269358 Edm = 0.03365 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -717401.2729956 Edm = 0.00283273 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -717401.2775303 Edm = 0.000999345 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -717401.2818807 Edm = 0.00147847 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -717401.3031399 Edm = 0.015657 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -717401.5712802 Edm = 0.186048 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -717408.2782243 Edm = 5.48547 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -717424.4349344 Edm = 5.23612 NCalls = 261 +VariableMetric: Iteration # 82 - FCN = -717427.7162518 Edm = 0.730227 NCalls = 263 +VariableMetric: Iteration # 83 - FCN = -717428.3730478 Edm = 0.142112 NCalls = 264 +VariableMetric: Iteration # 84 - FCN = -717428.5143896 Edm = 0.0263583 NCalls = 266 +VariableMetric: Iteration # 85 - FCN = -717428.5420448 Edm = 0.00135458 NCalls = 268 +VariableMetric: Iteration # 86 - FCN = -717428.5439594 Edm = 0.000593731 NCalls = 270 +VariableMetric: Iteration # 87 - FCN = -717428.5518654 Edm = 0.00681388 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -717428.8090809 Edm = 0.179779 NCalls = 278 +VariableMetric: Iteration # 89 - FCN = -717431.6259994 Edm = 2.14614 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -717447.3305346 Edm = 1.95501 NCalls = 285 +VariableMetric: Iteration # 91 - FCN = -717449.0767184 Edm = 0.186822 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -717449.207136 Edm = 0.00947045 NCalls = 288 +VariableMetric: Iteration # 93 - FCN = -717449.2159384 Edm = 0.000589375 NCalls = 289 +VariableMetric: Iteration # 94 - FCN = -717449.2168176 Edm = 0.000265755 NCalls = 291 +VariableMetric: Iteration # 95 - FCN = -717449.219472 Edm = 0.00260552 NCalls = 294 +VariableMetric: Iteration # 96 - FCN = -717449.3418678 Edm = 0.15002 NCalls = 301 +VariableMetric: Iteration # 97 - FCN = -717449.6147072 Edm = 0.202227 NCalls = 308 +VariableMetric: Iteration # 98 - FCN = -717454.7091712 Edm = 1.61836 NCalls = 312 +VariableMetric: Iteration # 99 - FCN = -717456.9031211 Edm = 0.0781167 NCalls = 314 +VariableMetric: Iteration # 100 - FCN = -717456.9624508 Edm = 0.00381106 NCalls = 316 +VariableMetric: Iteration # 101 - FCN = -717456.9669291 Edm = 0.00046252 NCalls = 318 +VariableMetric: Iteration # 102 - FCN = -717456.9675205 Edm = 0.000191228 NCalls = 320 +VariableMetric: Iteration # 103 - FCN = -717456.9705309 Edm = 0.00269612 NCalls = 324 +VariableMetric: Iteration # 104 - FCN = -717457.0176793 Edm = 0.0462969 NCalls = 328 +VariableMetric: Iteration # 105 - FCN = -717458.2237508 Edm = 1.04839 NCalls = 335 +VariableMetric: Iteration # 106 - FCN = -717464.0859712 Edm = 0.838723 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -717464.8615942 Edm = 0.0463224 NCalls = 339 +VariableMetric: Iteration # 108 - FCN = -717464.9018182 Edm = 0.00040375 NCalls = 340 +VariableMetric: Iteration # 109 - FCN = -717464.9022731 Edm = 4.17223e-05 NCalls = 342 +VariableMetric: After Hessian - FCN = -717464.9022731 Edm = 4.33526 NCalls = 697 +VariableMetric: Iteration # 110 - FCN = -717464.9022731 Edm = 4.33526 NCalls = 697 +VariableMetric: Iteration # 111 - FCN = -717469.2837307 Edm = 0.124561 NCalls = 698 +VariableMetric: Iteration # 112 - FCN = -717469.4969939 Edm = 0.0413176 NCalls = 700 +VariableMetric: Iteration # 113 - FCN = -717469.6139401 Edm = 0.0244982 NCalls = 703 +VariableMetric: Iteration # 114 - FCN = -717469.6627231 Edm = 0.015534 NCalls = 706 +VariableMetric: Iteration # 115 - FCN = -717469.6807425 Edm = 0.00773793 NCalls = 709 +VariableMetric: Iteration # 116 - FCN = -717469.6944687 Edm = 0.00458207 NCalls = 712 +VariableMetric: Iteration # 117 - FCN = -717469.7052496 Edm = 0.00241812 NCalls = 715 +VariableMetric: Iteration # 118 - FCN = -717469.708534 Edm = 0.00368044 NCalls = 718 +VariableMetric: Iteration # 119 - FCN = -717469.710494 Edm = 0.000991394 NCalls = 720 +VariableMetric: Iteration # 120 - FCN = -717469.7119448 Edm = 0.000416156 NCalls = 723 +VariableMetric: Iteration # 121 - FCN = -717469.7125852 Edm = 0.000263107 NCalls = 725 +VariableMetric: Iteration # 122 - FCN = -717469.713076 Edm = 0.000435477 NCalls = 728 +VariableMetric: Iteration # 123 - FCN = -717469.714301 Edm = 0.00088481 NCalls = 731 +VariableMetric: Iteration # 124 - FCN = -717469.7159949 Edm = 0.00294555 NCalls = 734 +VariableMetric: Iteration # 125 - FCN = -717469.7194681 Edm = 0.0007234 NCalls = 736 +VariableMetric: Iteration # 126 - FCN = -717469.7202649 Edm = 3.41443e-05 NCalls = 738 +VariableMetric: After Hessian - FCN = -717469.7202649 Edm = 2.14223e-05 NCalls = 1107 +VariableMetric: Iteration # 127 - FCN = -717469.7202649 Edm = 2.14223e-05 NCalls = 1107 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714971.5077242 Edm = 2.40822 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714971.5077242 Edm = 2.40822 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716550.1722094 Edm = 0.061106 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716550.3152387 Edm = 0.11587 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716571.0833469 Edm = 23.2859 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -716573.2334632 Edm = 2.13239 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -716692.6802194 Edm = 9.69162 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -716773.1481701 Edm = 24.5321 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -716818.2907009 Edm = 3.81521 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -716821.4471067 Edm = 0.280101 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -716994.7535815 Edm = 19.3218 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -717012.3935245 Edm = 0.0275973 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -717012.454692 Edm = 0.0479809 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -717015.3014679 Edm = 2.92454 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -717047.2779955 Edm = 0.0741084 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -717123.575702 Edm = 2.13722 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -717125.4686997 Edm = 0.0544715 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -717125.5325267 Edm = 0.0108862 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -717126.0374847 Edm = 0.448014 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -717227.3271389 Edm = 25.6767 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -717261.242849 Edm = 0.341415 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -717261.7185287 Edm = 0.0106576 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -717261.7350887 Edm = 0.00593611 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -717261.9135323 Edm = 0.151862 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -717282.4549959 Edm = 12.3947 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -717328.5508728 Edm = 4.43134 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -717332.5003535 Edm = 0.169 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -717332.6853115 Edm = 0.0331425 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -717332.7622746 Edm = 0.0119909 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -717332.7792214 Edm = 0.00116691 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -717332.7853423 Edm = 0.0042276 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -717333.8223037 Edm = 0.75683 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -717348.3597786 Edm = 2.67738 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -717351.537926 Edm = 0.781675 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -717351.7766494 Edm = 0.104034 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -717351.8723053 Edm = 0.00316273 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -717351.8767861 Edm = 0.000581925 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -717351.8866205 Edm = 0.00983956 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -717352.4877902 Edm = 0.463155 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -717363.1437179 Edm = 4.60156 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -717369.6561553 Edm = 0.544078 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -717370.1134247 Edm = 0.019285 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -717370.1416945 Edm = 0.00188027 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -717370.1445082 Edm = 0.000914438 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -717370.152811 Edm = 0.00807828 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -717371.4837924 Edm = 0.266794 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -717377.7426597 Edm = 1.91595 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -717381.6445382 Edm = 0.164716 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -717381.7772041 Edm = 0.0434809 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -717381.8245863 Edm = 0.00948604 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -717381.8362245 Edm = 0.000431207 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -717381.8373112 Edm = 0.000722033 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -717381.8676277 Edm = 0.0400418 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -717381.893807 Edm = 0.0247705 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -717387.5697703 Edm = 1.49217 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -717388.4966061 Edm = 0.176783 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -717388.6680782 Edm = 0.001513 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -717388.6699468 Edm = 0.000265896 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -717388.6780615 Edm = 0.00842556 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -717388.9375749 Edm = 0.236367 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -717404.4668015 Edm = 3.89579 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -717411.0442494 Edm = 0.645667 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -717412.1434276 Edm = 0.123906 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -717412.2900754 Edm = 0.016786 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -717412.3076877 Edm = 0.000754667 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -717412.3091274 Edm = 0.000610881 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -717412.320722 Edm = 0.011786 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -717412.4591419 Edm = 0.124462 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -717416.7503063 Edm = 4.54201 NCalls = 227 +VariableMetric: Iteration # 68 - FCN = -717418.0767622 Edm = 1.12863 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -717436.3408897 Edm = 2.04343 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -717441.4019656 Edm = 7.30648 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -717444.321866 Edm = 2.05118 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -717445.851563 Edm = 2.11252 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -717448.8288044 Edm = 0.317385 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -717449.1161697 Edm = 0.00714297 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -717449.1278285 Edm = 0.00154313 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -717449.1299077 Edm = 0.000225834 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -717449.1304163 Edm = 0.000302132 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -717449.1400213 Edm = 0.00919717 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -717449.3656695 Edm = 0.222796 NCalls = 258 +VariableMetric: Iteration # 80 - FCN = -717455.9103777 Edm = 2.17378 NCalls = 266 +VariableMetric: Iteration # 81 - FCN = -717459.3284047 Edm = 0.0789305 NCalls = 268 +VariableMetric: Iteration # 82 - FCN = -717459.3925888 Edm = 0.0113509 NCalls = 270 +VariableMetric: Iteration # 83 - FCN = -717459.4047862 Edm = 0.00148002 NCalls = 272 +VariableMetric: Iteration # 84 - FCN = -717459.4068503 Edm = 0.000126419 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -717459.4070586 Edm = 5.10172e-05 NCalls = 276 +VariableMetric: After Hessian - FCN = -717459.4070586 Edm = 10.9652 NCalls = 635 +VariableMetric: Iteration # 86 - FCN = -717459.4070586 Edm = 10.9652 NCalls = 635 +VariableMetric: Iteration # 87 - FCN = -717464.6152716 Edm = 3.30767 NCalls = 637 +VariableMetric: Iteration # 88 - FCN = -717466.7707716 Edm = 3.06829 NCalls = 639 +VariableMetric: Iteration # 89 - FCN = -717467.4712839 Edm = 0.228041 NCalls = 641 +VariableMetric: Iteration # 90 - FCN = -717467.654153 Edm = 0.19859 NCalls = 643 +VariableMetric: Iteration # 91 - FCN = -717468.0591804 Edm = 0.134794 NCalls = 646 +VariableMetric: Iteration # 92 - FCN = -717468.2261187 Edm = 0.229891 NCalls = 649 +VariableMetric: Iteration # 93 - FCN = -717468.6485862 Edm = 0.177373 NCalls = 653 +VariableMetric: Iteration # 94 - FCN = -717468.8793475 Edm = 0.284699 NCalls = 655 +VariableMetric: Iteration # 95 - FCN = -717469.056166 Edm = 0.0758745 NCalls = 657 +VariableMetric: Iteration # 96 - FCN = -717469.1931886 Edm = 0.0814387 NCalls = 660 +VariableMetric: Iteration # 97 - FCN = -717469.2915475 Edm = 0.0240307 NCalls = 664 +VariableMetric: Iteration # 98 - FCN = -717469.3277725 Edm = 0.0439338 NCalls = 667 +VariableMetric: Iteration # 99 - FCN = -717469.3610997 Edm = 0.0171076 NCalls = 669 +VariableMetric: Iteration # 100 - FCN = -717469.390996 Edm = 0.0102221 NCalls = 672 +VariableMetric: Iteration # 101 - FCN = -717469.4063372 Edm = 0.00524173 NCalls = 675 +VariableMetric: Iteration # 102 - FCN = -717469.4123482 Edm = 0.00380127 NCalls = 677 +VariableMetric: Iteration # 103 - FCN = -717469.4165418 Edm = 0.00127906 NCalls = 679 +VariableMetric: Iteration # 104 - FCN = -717469.4186191 Edm = 0.000369151 NCalls = 682 +VariableMetric: Iteration # 105 - FCN = -717469.4189271 Edm = 2.8023e-05 NCalls = 684 +VariableMetric: After Hessian - FCN = -717469.4189271 Edm = 4.15384e-05 NCalls = 1057 +VariableMetric: Iteration # 106 - FCN = -717469.4189271 Edm = 4.15384e-05 NCalls = 1057 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.159E+05 | Ncalls=956 (956 total) | +| EDM = 0.000129 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -715935.7055925524 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.6 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -1.98 | 0.04 | | |-6.28319 | 6.28319 | | +| 2 | p3770_s | 0.408E1 | 0.000E1 | | |0.918861 | 4.08114 | | +| 3 | omega_s | 9 | 3 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 0.628E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 5 | Dbar_s | 0.84 | 0.04 | | | -1.464 | 1.464 | | +| 6 | p4415_s | 2.354 | 0.008 | | |0.126447 | 2.35355 | | +| 7 | phi_p | -6.04 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | rho_p | 0.64 | 0.15 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | -2.41 | 0.05 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 1.30 | 0.23 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 3.683 | 0.005 | | | 0.71676 | 3.68324 | | +| 12| psi2s_s | 1358.64 | 0.12 | | | 1358.64 | 1433.36 | | +| 13| p4415_p | 4.67 | 0.07 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 2.07 | 0.11 | | |0.0253049| 2.0747 | | +| 15| jpsi_s | 0.988E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 16| jpsi_p | -4.843 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.500 | 0.002 | | | -0.5 | 0.5 | | +| 18| p3770_p | -3.48 | 0.04 | | |-6.28319 | 6.28319 | | +| 19| p4040_s | 2.015 | 0.002 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p p3770_s omega_s psi2s_p Dbar_s p4415_s phi_p rho_p p4040_p omega_p p4160_s psi2s_s p4415_p rho_s jpsi_s jpsi_p Ctt p3770_p p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.006 0.000 0.005 -0.000 -0.005 -0.000 0.660 0.029 -0.003 0.021 0.000 0.001 -0.003 -0.001 0.017 -0.025 0.000 -0.002 0.000 | +| p4160_p | -0.006 1.000 -0.000 0.004 -0.000 0.127 -0.004 -0.010 -0.010 0.157 -0.005 0.002 0.001 0.138 -0.000 0.016 -0.040 -0.005 0.099 0.002 | +| p3770_s | 0.000 -0.000 1.000 0.000 -0.000 0.003 -0.000 0.000 0.000 -0.001 -0.000 -0.000 -0.000 0.001 -0.000 -0.001 -0.000 -0.000 -0.001 -0.000 | +| omega_s | 0.005 0.004 0.000 1.000 0.000 -0.005 0.000 0.004 0.137 0.004 -0.510 0.000 -0.001 0.002 0.017 -0.013 -0.004 0.000 0.002 0.000 | +| psi2s_p | -0.000 -0.000 -0.000 0.000 1.000 0.002 -0.000 -0.000 -0.000 -0.001 0.000 -0.000 -0.000 0.000 0.000 -0.000 -0.001 -0.000 -0.003 -0.000 | +| Dbar_s | -0.005 0.127 0.003 -0.005 0.002 1.000 -0.017 0.004 0.049 -0.238 0.003 -0.017 -0.017 0.366 0.010 -0.234 0.133 0.011 -0.362 -0.008 | +| p4415_s | -0.000 -0.004 -0.000 0.000 -0.000 -0.017 1.000 -0.000 -0.001 0.004 0.000 0.000 0.000 -0.002 -0.000 0.002 0.002 -0.000 0.007 0.000 | +| phi_p | 0.660 -0.010 0.000 0.004 -0.000 0.004 -0.000 1.000 -0.090 -0.010 0.095 -0.000 0.000 -0.003 0.019 0.004 -0.023 0.000 -0.007 -0.000 | +| rho_p | 0.029 -0.010 0.000 0.137 -0.000 0.049 -0.001 -0.090 1.000 -0.020 -0.530 -0.001 -0.001 0.007 -0.024 -0.018 -0.042 -0.000 -0.019 -0.000 | +| p4040_p | -0.003 0.157 -0.001 0.004 -0.001 -0.238 0.004 -0.010 -0.020 1.000 -0.005 0.003 0.006 0.036 -0.003 0.074 -0.081 -0.005 0.230 0.003 | +| omega_p | 0.021 -0.005 -0.000 -0.510 0.000 0.003 0.000 0.095 -0.530 -0.005 1.000 -0.000 0.001 -0.004 -0.125 0.010 0.030 -0.000 -0.001 -0.000 | +| p4160_s | 0.000 0.002 -0.000 0.000 -0.000 -0.017 0.000 -0.000 -0.001 0.003 -0.000 1.000 0.000 -0.000 -0.000 0.002 0.001 -0.000 0.008 0.000 | +| psi2s_s | 0.001 0.001 -0.000 -0.001 -0.000 -0.017 0.000 0.000 -0.001 0.006 0.001 0.000 1.000 -0.002 0.000 0.067 -0.003 -0.000 0.006 0.000 | +| p4415_p | -0.003 0.138 0.001 0.002 0.000 0.366 -0.002 -0.003 0.007 0.036 -0.004 -0.000 -0.002 1.000 0.000 -0.026 0.012 -0.000 -0.054 -0.001 | +| rho_s | -0.001 -0.000 -0.000 0.017 0.000 0.010 -0.000 0.019 -0.024 -0.003 -0.125 -0.000 0.000 0.000 1.000 0.005 0.019 -0.000 -0.001 -0.000 | +| jpsi_s | 0.017 0.016 -0.001 -0.013 -0.000 -0.234 0.002 0.004 -0.018 0.074 0.010 0.002 0.067 -0.026 0.005 1.000 -0.040 -0.000 0.073 0.001 | +| jpsi_p | -0.025 -0.040 -0.000 -0.004 -0.001 0.133 0.002 -0.023 -0.042 -0.081 0.030 0.001 -0.003 0.012 0.019 -0.040 1.000 -0.001 -0.062 0.000 | +| Ctt | 0.000 -0.005 -0.000 0.000 -0.000 0.011 -0.000 0.000 -0.000 -0.005 -0.000 -0.000 -0.000 -0.000 -0.000 -0.000 -0.001 1.000 -0.000 -0.000 | +| p3770_p | -0.002 0.099 -0.001 0.002 -0.003 -0.362 0.007 -0.007 -0.019 0.230 -0.001 0.008 0.006 -0.054 -0.001 0.073 -0.062 -0.000 1.000 0.004 | +| p4040_s | 0.000 0.002 -0.000 0.000 -0.000 -0.008 0.000 -0.000 -0.000 0.003 -0.000 0.000 0.000 -0.001 -0.000 0.001 0.000 -0.000 0.004 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9837227854309258}), (, {'error': 0.04152139493530882}), (, {'error': 0.0020491764277155156}), (, {'error': 3.467463913238211}), (, {'error': 0.0004735753708136059}), (, {'error': 0.039262125920862534}), (, {'error': 0.007895343315832859}), (, {'error': 0.17787792728758411}), (, {'error': 0.15497901024196592}), (, {'error': 0.0535392397290424}), (, {'error': 0.23008328603162198}), (, {'error': 0.004687571513308786}), (, {'error': 0.12375725983099528}), (, {'error': 0.0687628227009558}), (, {'error': 0.10839382122840202}), (, {'error': 7.9985628937929505}), (, {'error': 0.015786196940231978}), (, {'error': 0.0016944109754102321}), (, {'error': 0.04435570954376078}), (, {'error': 0.002380010559714485})]) +Toy 1/10 +Time taken: 1 h, 26 min +Projected time left: 13 h, 2 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.174E+05 | Ncalls=1141 (1141 total) | +| EDM = 3.46E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -717436.9491522472 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.7 | 0.8 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -2.17 | 0.13 | | |-6.28319 | 6.28319 | | +| 2 | p3770_s | 2.29 | 0.19 | | |0.918861 | 4.08114 | | +| 3 | omega_s | 9.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -2.420 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | Dbar_s | -0.14 | 0.05 | | | -1.464 | 1.464 | | +| 6 | p4415_s | 0.126 | 0.023 | | |0.126447 | 2.35355 | | +| 7 | phi_p | 6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 8 | rho_p | -6.03 | 0.22 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | -2.81 | 0.17 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 1.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 1.61 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| psi2s_s | 1366.3 | 2.0 | | | 1358.64 | 1433.36 | | +| 13| p4415_p | -6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.7 | 0.4 | | |0.0253049| 2.0747 | | +| 15| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 16| jpsi_p | -4.814 | 0.017 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.25 | 0.15 | | | -0.5 | 0.5 | | +| 18| p3770_p | 4.22 | 0.12 | | |-6.28319 | 6.28319 | | +| 19| p4040_s | 1.05 | 0.18 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p p3770_s omega_s psi2s_p Dbar_s p4415_s phi_p rho_p p4040_p omega_p p4160_s psi2s_s p4415_p rho_s jpsi_s jpsi_p Ctt p3770_p p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.002 -0.004 -0.002 0.002 -0.010 0.000 -0.189 0.196 0.000 0.007 -0.000 0.014 -0.000 0.098 -0.017 -0.034 0.001 0.004 -0.005 | +| p4160_p | 0.002 1.000 -0.079 0.003 0.267 -0.321 0.020 0.002 0.030 -0.016 -0.007 -0.180 -0.015 -0.008 0.007 0.023 -0.007 -0.534 0.310 -0.490 | +| p3770_s | -0.004 -0.079 1.000 -0.001 -0.177 0.203 -0.002 0.001 -0.013 -0.006 -0.008 0.074 -0.019 -0.003 -0.023 0.026 -0.077 0.053 -0.148 0.169 | +| omega_s | -0.002 0.003 -0.001 1.000 0.004 -0.001 0.000 -0.003 0.054 0.001 -0.419 -0.001 -0.009 -0.000 -0.112 0.010 0.005 -0.003 0.002 -0.002 | +| psi2s_p | 0.002 0.267 -0.177 0.004 1.000 -0.582 0.014 0.003 -0.011 -0.078 0.001 -0.294 0.056 0.012 0.013 -0.094 -0.048 -0.426 0.420 -0.314 | +| Dbar_s | -0.010 -0.321 0.203 -0.001 -0.582 1.000 -0.012 0.000 -0.025 0.161 -0.008 0.506 -0.112 -0.024 -0.033 0.130 0.002 0.789 -0.483 0.420 | +| p4415_s | 0.000 0.020 -0.002 0.000 0.014 -0.012 1.000 0.000 0.002 0.002 -0.000 -0.021 -0.001 -0.033 0.001 0.001 0.003 -0.027 0.016 -0.019 | +| phi_p | -0.189 0.002 0.001 -0.003 0.003 0.000 0.000 1.000 0.016 0.002 -0.005 0.001 -0.001 -0.000 0.011 0.001 0.005 -0.002 0.002 -0.001 | +| rho_p | 0.196 0.030 -0.013 0.054 -0.011 -0.025 0.002 0.016 1.000 0.004 -0.118 -0.014 -0.058 0.000 0.267 0.067 -0.119 -0.036 0.022 -0.038 | +| p4040_p | 0.000 -0.016 -0.006 0.001 -0.078 0.161 0.002 0.002 0.004 1.000 -0.012 0.412 -0.030 -0.008 -0.013 0.036 -0.154 -0.167 0.164 -0.279 | +| omega_p | 0.007 -0.007 -0.008 -0.419 0.001 -0.008 -0.000 -0.005 -0.118 -0.012 1.000 -0.006 -0.014 0.000 0.645 0.015 -0.026 0.016 -0.004 0.003 | +| p4160_s | -0.000 -0.180 0.074 -0.001 -0.294 0.506 -0.021 0.001 -0.014 0.412 -0.006 1.000 -0.009 -0.008 -0.014 0.008 -0.129 0.293 -0.128 -0.128 | +| psi2s_s | 0.014 -0.015 -0.019 -0.009 0.056 -0.112 -0.001 -0.001 -0.058 -0.030 -0.014 -0.009 1.000 0.000 -0.044 -0.826 -0.044 0.025 -0.004 0.007 | +| p4415_p | -0.000 -0.008 -0.003 -0.000 0.012 -0.024 -0.033 -0.000 0.000 -0.008 0.000 -0.008 0.000 1.000 0.000 -0.000 0.006 -0.012 0.006 0.003 | +| rho_s | 0.098 0.007 -0.023 -0.112 0.013 -0.033 0.001 0.011 0.267 -0.013 0.645 -0.014 -0.044 0.000 1.000 0.048 -0.099 0.011 0.012 -0.018 | +| jpsi_s | -0.017 0.023 0.026 0.010 -0.094 0.130 0.001 0.001 0.067 0.036 0.015 0.008 -0.826 -0.000 0.048 1.000 0.052 -0.049 -0.016 -0.010 | +| jpsi_p | -0.034 -0.007 -0.077 0.005 -0.048 0.002 0.003 0.005 -0.119 -0.154 -0.026 -0.129 -0.044 0.006 -0.099 0.052 1.000 -0.022 -0.072 0.015 | +| Ctt | 0.001 -0.534 0.053 -0.003 -0.426 0.789 -0.027 -0.002 -0.036 -0.167 0.016 0.293 0.025 -0.012 0.011 -0.049 -0.022 1.000 -0.576 0.566 | +| p3770_p | 0.004 0.310 -0.148 0.002 0.420 -0.483 0.016 0.002 0.022 0.164 -0.004 -0.128 -0.004 0.006 0.012 -0.016 -0.072 -0.576 1.000 -0.304 | +| p4040_s | -0.005 -0.490 0.169 -0.002 -0.314 0.420 -0.019 -0.001 -0.038 -0.279 0.003 -0.128 0.007 0.003 -0.018 -0.010 0.015 0.566 -0.304 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.7709734772050219}), (, {'error': 0.1250985267039595}), (, {'error': 0.19059472404445876}), (, {'error': 0.9069120120855754}), (, {'error': 0.027912759320638303}), (, {'error': 0.05471294423947237}), (, {'error': 0.02327552512542823}), (, {'error': 0.08243318242884978}), (, {'error': 0.22479163347533282}), (, {'error': 0.16857956413804498}), (, {'error': 0.24956119557944945}), (, {'error': 0.16536851904776173}), (, {'error': 1.9799168913810945}), (, {'error': 0.11121520926961725}), (, {'error': 0.36010154472656064}), (, {'error': 35.04291924904828}), (, {'error': 0.01652639236278608}), (, {'error': 0.1500463850543555}), (, {'error': 0.12168598869937508}), (, {'error': 0.1782724704839715})]) +Toy 2/10 +Time taken: 3 h, 7 min +Projected time left: 12 h, 31 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.174E+05 | Ncalls=669 (680 total) | +| EDM = 5.36E+05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -717422.1123966113 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.4 | 0.4 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | 4.24 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p3770_s | 2.59 | 0.23 | | |0.918861 | 4.08114 | | +| 3 | omega_s | 4.70 | 0.17 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 2.233 | 0.012 | | |-6.28319 | 6.28319 | | +| 5 | Dbar_s | 0.16 | 0.10 | | | -1.464 | 1.464 | | +| 6 | p4415_s | 1.33 | 0.14 | | |0.126447 | 2.35355 | | +| 7 | phi_p | 6.283 | 0.012 | | |-6.28319 | 6.28319 | | +| 8 | rho_p | 0.21 | 0.14 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | -2.52 | 0.16 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 6.283 | 0.026 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.01 | 0.18 | | | 0.71676 | 3.68324 | | +| 12| psi2s_s | 1358.7 | 1.2 | | | 1358.64 | 1433.36 | | +| 13| p4415_p | -2.04 | 0.24 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.86 | 0.09 | | |0.0253049| 2.0747 | | +| 15| jpsi_s | 0.982E4 | 0.011E4 | | | 9797.52 | 9996.48 | | +| 16| jpsi_p | -1.549 | 0.009 | | |-6.28319 | 6.28319 | | +| 17| Ctt | 0.07 | 0.14 | | | -0.5 | 0.5 | | +| 18| p3770_p | 3.61 | 0.07 | | |-6.28319 | 6.28319 | | +| 19| p4040_s | 1.16 | 0.11 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p p3770_s omega_s psi2s_p Dbar_s p4415_s phi_p rho_p p4040_p omega_p p4160_s psi2s_s p4415_p rho_s jpsi_s jpsi_p Ctt p3770_p p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.621 0.631 0.111 0.110 -0.668 0.605 0.047 -0.573 0.627 0.129 0.641 0.668 0.651 -0.424 0.672 0.330 0.663 0.545 0.595 | +| p4160_p | 0.621 1.000 0.863 0.151 0.142 -0.915 0.838 0.084 -0.801 0.856 0.179 0.876 0.918 0.896 -0.585 0.924 0.454 0.905 0.749 0.803 | +| p3770_s | 0.631 0.863 1.000 0.154 0.133 -0.930 0.844 0.085 -0.814 0.870 0.182 0.893 0.933 0.907 -0.595 0.938 0.463 0.922 0.749 0.831 | +| omega_s | 0.111 0.151 0.154 1.000 0.026 -0.163 0.148 0.016 -0.109 0.153 0.002 0.156 0.163 0.159 -0.122 0.164 0.080 0.162 0.133 0.145 | +| psi2s_p | 0.110 0.142 0.133 0.026 1.000 -0.158 0.137 0.015 -0.146 0.132 0.033 0.145 0.162 0.153 -0.105 0.163 0.066 0.155 0.085 0.133 | +| Dbar_s | -0.668 -0.915 -0.930 -0.163 -0.158 1.000 -0.892 -0.090 0.862 -0.924 -0.193 -0.944 -0.988 -0.959 0.630 -0.994 -0.492 -0.977 -0.806 -0.876 | +| p4415_s | 0.605 0.838 0.844 0.148 0.137 -0.892 1.000 0.082 -0.781 0.842 0.175 0.858 0.895 0.867 -0.571 0.900 0.439 0.889 0.729 0.794 | +| phi_p | 0.047 0.084 0.085 0.016 0.015 -0.090 0.082 1.000 -0.077 0.085 0.018 0.087 0.090 0.088 -0.057 0.091 0.045 0.090 0.074 0.080 | +| rho_p | -0.573 -0.801 -0.814 -0.109 -0.146 0.862 -0.781 -0.077 1.000 -0.809 -0.156 -0.827 -0.862 -0.839 0.565 -0.867 -0.430 -0.855 -0.704 -0.768 | +| p4040_p | 0.627 0.856 0.870 0.153 0.132 -0.924 0.842 0.085 -0.809 1.000 0.181 0.896 0.928 0.903 -0.591 0.933 0.455 0.914 0.754 0.820 | +| omega_p | 0.129 0.179 0.182 0.002 0.033 -0.193 0.175 0.018 -0.156 0.181 1.000 0.185 0.193 0.188 -0.128 0.194 0.096 0.191 0.157 0.172 | +| p4160_s | 0.641 0.876 0.893 0.156 0.145 -0.944 0.858 0.087 -0.827 0.896 0.185 1.000 0.948 0.917 -0.604 0.953 0.467 0.939 0.773 0.834 | +| psi2s_s | 0.668 0.918 0.933 0.163 0.162 -0.988 0.895 0.090 -0.862 0.928 0.193 0.948 1.000 0.963 -0.631 0.994 0.488 0.980 0.806 0.880 | +| p4415_p | 0.651 0.896 0.907 0.159 0.153 -0.959 0.867 0.088 -0.839 0.903 0.188 0.917 0.963 1.000 -0.613 0.968 0.476 0.952 0.785 0.851 | +| rho_s | -0.424 -0.585 -0.595 -0.122 -0.105 0.630 -0.571 -0.057 0.565 -0.591 -0.128 -0.604 -0.631 -0.613 1.000 -0.634 -0.310 -0.624 -0.514 -0.561 | +| jpsi_s | 0.672 0.924 0.938 0.164 0.163 -0.994 0.900 0.091 -0.867 0.933 0.194 0.953 0.994 0.968 -0.634 1.000 0.491 0.986 0.810 0.885 | +| jpsi_p | 0.330 0.454 0.463 0.080 0.066 -0.492 0.439 0.045 -0.430 0.455 0.096 0.467 0.488 0.476 -0.310 0.491 1.000 0.489 0.393 0.433 | +| Ctt | 0.663 0.905 0.922 0.162 0.155 -0.977 0.889 0.090 -0.855 0.914 0.191 0.939 0.980 0.952 -0.624 0.986 0.489 1.000 0.792 0.873 | +| p3770_p | 0.545 0.749 0.749 0.133 0.085 -0.806 0.729 0.074 -0.704 0.754 0.157 0.773 0.806 0.785 -0.514 0.810 0.393 0.792 1.000 0.721 | +| p4040_s | 0.595 0.803 0.831 0.145 0.133 -0.876 0.794 0.080 -0.768 0.820 0.172 0.834 0.880 0.851 -0.561 0.885 0.433 0.873 0.721 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.39607742176351124}), (, {'error': 0.0961154686368797}), (, {'error': 0.22689814872678338}), (, {'error': 0.17350922974322813}), (, {'error': 0.01237852552891372}), (, {'error': 0.09705333269321537}), (, {'error': 0.14459381603613608}), (, {'error': 0.011927093404645817}), (, {'error': 0.1382528041514739}), (, {'error': 0.15950630382362663}), (, {'error': 0.025591578524779557}), (, {'error': 0.17958412980820382}), (, {'error': 1.210665837293618}), (, {'error': 0.2434294576938254}), (, {'error': 0.0852744379711351}), (, {'error': 107.72559759083015}), (, {'error': 0.008890282344874212}), (, {'error': 0.14401814944013308}), (, {'error': 0.0682662005154171}), (, {'error': 0.11272152891046872})]) +Toy 3/10 +Time taken: 4 h, 20 min +Projected time left: 10 h, 8 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.175E+05 | Ncalls=1080 (1080 total) | +| EDM = 1.04E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -717469.0133282795 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.3 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | 4.01 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p3770_s | 2.60 | 0.21 | | |0.918861 | 4.08114 | | +| 3 | omega_s | 5.1 | 1.0 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -4.470 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | Dbar_s | 0.08 | 0.06 | | | -1.464 | 1.464 | | +| 6 | p4415_s | 1.42 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | phi_p | 0.30 | 0.20 | | |-6.28319 | 6.28319 | | +| 8 | rho_p | -6.05 | 0.22 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | 3.44 | 0.15 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.03 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| psi2s_s | 1372.2 | 1.8 | | | 1358.64 | 1433.36 | | +| 13| p4415_p | -2.21 | 0.15 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.5 | 0.3 | | |0.0253049| 2.0747 | | +| 15| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 16| jpsi_p | 1.642 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| Ctt | 0.17 | 0.12 | | | -0.5 | 0.5 | | +| 18| p3770_p | 3.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| p4040_s | 1.19 | 0.17 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p p3770_s omega_s psi2s_p Dbar_s p4415_s phi_p rho_p p4040_p omega_p p4160_s psi2s_s p4415_p rho_s jpsi_s jpsi_p Ctt p3770_p p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.002 -0.003 0.004 -0.013 -0.006 -0.001 0.644 0.078 -0.003 -0.005 -0.002 0.016 -0.001 0.032 -0.019 -0.033 0.002 -0.001 -0.002 | +| p4160_p | -0.002 1.000 -0.113 0.007 -0.131 -0.163 0.071 -0.011 0.029 0.045 0.001 -0.123 -0.005 0.267 0.015 0.005 -0.020 -0.431 0.198 -0.482 | +| p3770_s | -0.003 -0.113 1.000 0.002 -0.212 0.234 0.080 0.004 -0.018 -0.079 -0.001 0.075 -0.033 -0.031 -0.029 0.022 0.016 0.116 -0.259 0.191 | +| omega_s | 0.004 0.007 0.002 1.000 -0.013 0.009 0.001 -0.084 0.476 0.008 -0.157 0.003 -0.004 0.007 -0.412 0.004 -0.025 -0.013 0.000 -0.005 | +| psi2s_p | -0.013 -0.131 -0.212 -0.013 1.000 -0.008 -0.111 -0.002 -0.050 -0.341 0.001 -0.199 -0.041 -0.086 -0.031 0.040 0.113 0.171 -0.333 0.036 | +| Dbar_s | -0.006 -0.163 0.234 0.009 -0.008 1.000 0.483 0.001 -0.022 0.184 -0.001 0.513 -0.105 0.075 -0.050 0.123 -0.084 0.745 -0.388 0.388 | +| p4415_s | -0.001 0.071 0.080 0.001 -0.111 0.483 1.000 -0.002 -0.018 0.156 0.000 0.312 -0.001 -0.124 -0.015 -0.001 -0.140 0.371 -0.173 0.087 | +| phi_p | 0.644 -0.011 0.004 -0.084 -0.002 0.001 -0.002 1.000 -0.101 -0.010 0.003 -0.002 0.009 -0.008 -0.001 -0.010 -0.016 0.006 -0.009 0.008 | +| rho_p | 0.078 0.029 -0.018 0.476 -0.050 -0.022 -0.018 -0.101 1.000 0.006 -0.009 -0.017 -0.050 0.026 0.118 0.062 -0.110 -0.032 0.016 -0.038 | +| p4040_p | -0.003 0.045 -0.079 0.008 -0.341 0.184 0.156 -0.010 0.006 1.000 0.001 0.420 -0.020 0.095 -0.008 0.020 -0.154 -0.158 0.106 -0.207 | +| omega_p | -0.005 0.001 -0.001 -0.157 0.001 -0.001 0.000 0.003 -0.009 0.001 1.000 0.000 -0.000 0.001 0.058 0.000 0.003 0.000 0.001 -0.001 | +| p4160_s | -0.002 -0.123 0.075 0.003 -0.199 0.513 0.312 -0.002 -0.017 0.420 0.000 1.000 -0.014 -0.174 -0.022 0.013 -0.154 0.315 -0.130 -0.051 | +| psi2s_s | 0.016 -0.005 -0.033 -0.004 -0.041 -0.105 -0.001 0.009 -0.050 -0.020 -0.000 -0.014 1.000 -0.006 -0.029 -0.788 -0.029 0.028 0.019 -0.017 | +| p4415_p | -0.001 0.267 -0.031 0.007 -0.086 0.075 -0.124 -0.008 0.026 0.095 0.001 -0.174 -0.006 1.000 0.011 0.006 -0.018 -0.202 0.088 -0.209 | +| rho_s | 0.032 0.015 -0.029 -0.412 -0.031 -0.050 -0.015 -0.001 0.118 -0.008 0.058 -0.022 -0.029 0.011 1.000 0.037 -0.076 0.003 0.019 -0.032 | +| jpsi_s | -0.019 0.005 0.022 0.004 0.040 0.123 -0.001 -0.010 0.062 0.020 0.000 0.013 -0.788 0.006 0.037 1.000 0.041 -0.028 -0.028 0.016 | +| jpsi_p | -0.033 -0.020 0.016 -0.025 0.113 -0.084 -0.140 -0.016 -0.110 -0.154 0.003 -0.154 -0.029 -0.018 -0.076 0.041 1.000 -0.121 -0.051 -0.006 | +| Ctt | 0.002 -0.431 0.116 -0.013 0.171 0.745 0.371 0.006 -0.032 -0.158 0.000 0.315 0.028 -0.202 0.003 -0.028 -0.121 1.000 -0.463 0.494 | +| p3770_p | -0.001 0.198 -0.259 0.000 -0.333 -0.388 -0.173 -0.009 0.016 0.106 0.001 -0.130 0.019 0.088 0.019 -0.028 -0.051 -0.463 1.000 -0.189 | +| p4040_s | -0.002 -0.482 0.191 -0.005 0.036 0.388 0.087 0.008 -0.038 -0.207 -0.001 -0.051 -0.017 -0.209 -0.032 0.016 -0.006 0.494 -0.189 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9829151816175994}), (, {'error': 0.10150084646317836}), (, {'error': 0.208508987350166}), (, {'error': 1.0014828861852192}), (, {'error': 0.028708188738974627}), (, {'error': 0.05619073474867309}), (, {'error': 0.17802983235115288}), (, {'error': 0.19579943072201988}), (, {'error': 0.21603617171897138}), (, {'error': 0.15470519721368792}), (, {'error': 0.12024169632475434}), (, {'error': 0.17070347378647122}), (, {'error': 1.8123107061464907}), (, {'error': 0.14835867729718966}), (, {'error': 0.3224116204036659}), (, {'error': 33.278654282081334}), (, {'error': 0.016092630905838234}), (, {'error': 0.11698476953744519}), (, {'error': 0.10373900852148754}), (, {'error': 0.17083018919098247})]) +Toy 4/10 +Time taken: 5 h, 57 min +Projected time left: 8 h, 56 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.175E+05 | Ncalls=1272 (1272 total) | +| EDM = 1.25E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -717468.5922171639 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.4 | 0.8 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -2.27 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p3770_s | 2.60 | 0.21 | | |0.918861 | 4.08114 | | +| 3 | omega_s | 6.0 | 1.6 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -4.470 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | Dbar_s | 0.08 | 0.06 | | | -1.464 | 1.464 | | +| 6 | p4415_s | 1.42 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | phi_p | 6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 8 | rho_p | -6.06 | 0.24 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | 3.44 | 0.15 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.03 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| psi2s_s | 1372.2 | 1.9 | | | 1358.64 | 1433.36 | | +| 13| p4415_p | 4.07 | 0.15 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.5 | 0.3 | | |0.0253049| 2.0747 | | +| 15| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 16| jpsi_p | -4.641 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| Ctt | 0.17 | 0.12 | | | -0.5 | 0.5 | | +| 18| p3770_p | 3.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| p4040_s | 1.19 | 0.17 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p p3770_s omega_s psi2s_p Dbar_s p4415_s phi_p rho_p p4040_p omega_p p4160_s psi2s_s p4415_p rho_s jpsi_s jpsi_p Ctt p3770_p p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.005 -0.007 0.108 -0.017 -0.010 -0.000 -0.129 0.211 0.002 0.086 -0.001 0.011 0.004 0.072 -0.013 -0.035 -0.001 0.005 -0.009 | +| p4160_p | 0.005 1.000 -0.114 0.001 -0.131 -0.165 0.073 0.001 0.028 0.044 -0.003 -0.123 -0.005 0.266 0.017 0.005 -0.021 -0.433 0.199 -0.485 | +| p3770_s | -0.007 -0.114 1.000 0.001 -0.211 0.235 0.080 0.000 -0.019 -0.079 -0.001 0.076 -0.034 -0.031 -0.029 0.024 0.016 0.117 -0.259 0.191 | +| omega_s | 0.108 0.001 0.001 1.000 -0.023 0.007 -0.002 0.015 0.403 0.001 0.784 -0.000 -0.012 0.002 -0.318 0.014 -0.057 -0.010 -0.005 -0.003 | +| psi2s_p | -0.017 -0.131 -0.211 -0.023 1.000 -0.007 -0.112 0.001 -0.058 -0.341 -0.019 -0.199 -0.044 -0.085 -0.033 0.042 0.115 0.171 -0.333 0.037 | +| Dbar_s | -0.010 -0.165 0.235 0.007 -0.007 1.000 0.483 0.001 -0.022 0.184 -0.001 0.513 -0.115 0.073 -0.050 0.132 -0.083 0.745 -0.389 0.389 | +| p4415_s | -0.000 0.073 0.080 -0.002 -0.112 0.483 1.000 0.001 -0.018 0.157 -0.004 0.311 -0.000 -0.121 -0.015 -0.001 -0.140 0.369 -0.173 0.086 | +| phi_p | -0.129 0.001 0.000 0.015 0.001 0.001 0.001 1.000 0.010 0.002 0.010 0.001 -0.000 0.001 0.001 0.000 0.004 -0.001 0.001 -0.000 | +| rho_p | 0.211 0.028 -0.019 0.403 -0.058 -0.022 -0.018 0.010 1.000 0.005 0.194 -0.018 -0.061 0.025 0.175 0.073 -0.130 -0.032 0.014 -0.039 | +| p4040_p | 0.002 0.044 -0.079 0.001 -0.341 0.184 0.157 0.002 0.005 1.000 -0.006 0.421 -0.021 0.094 -0.006 0.021 -0.154 -0.157 0.106 -0.206 | +| omega_p | 0.086 -0.003 -0.001 0.784 -0.019 -0.001 -0.004 0.010 0.194 -0.006 1.000 -0.004 -0.014 -0.001 -0.072 0.017 -0.051 -0.003 -0.005 -0.002 | +| p4160_s | -0.001 -0.123 0.076 -0.000 -0.199 0.513 0.311 0.001 -0.018 0.421 -0.004 1.000 -0.015 -0.172 -0.022 0.014 -0.154 0.315 -0.130 -0.050 | +| psi2s_s | 0.011 -0.005 -0.034 -0.012 -0.044 -0.115 -0.000 -0.000 -0.061 -0.021 -0.014 -0.015 1.000 -0.006 -0.034 -0.810 -0.031 0.031 0.022 -0.018 | +| p4415_p | 0.004 0.266 -0.031 0.002 -0.085 0.073 -0.121 0.001 0.025 0.094 -0.001 -0.172 -0.006 1.000 0.013 0.006 -0.018 -0.200 0.087 -0.207 | +| rho_s | 0.072 0.017 -0.029 -0.318 -0.033 -0.050 -0.015 0.001 0.175 -0.006 -0.072 -0.022 -0.034 0.013 1.000 0.042 -0.077 0.001 0.021 -0.034 | +| jpsi_s | -0.013 0.005 0.024 0.014 0.042 0.132 -0.001 0.000 0.073 0.021 0.017 0.014 -0.810 0.006 0.042 1.000 0.042 -0.030 -0.030 0.017 | +| jpsi_p | -0.035 -0.021 0.016 -0.057 0.115 -0.083 -0.140 0.004 -0.130 -0.154 -0.051 -0.154 -0.031 -0.018 -0.077 0.042 1.000 -0.121 -0.051 -0.005 | +| Ctt | -0.001 -0.433 0.117 -0.010 0.171 0.745 0.369 -0.001 -0.032 -0.157 -0.003 0.315 0.031 -0.200 0.001 -0.030 -0.121 1.000 -0.463 0.495 | +| p3770_p | 0.005 0.199 -0.259 -0.005 -0.333 -0.389 -0.173 0.001 0.014 0.106 -0.005 -0.130 0.022 0.087 0.021 -0.030 -0.051 -0.463 1.000 -0.190 | +| p4040_s | -0.009 -0.485 0.191 -0.003 0.037 0.389 0.086 -0.000 -0.039 -0.206 -0.002 -0.050 -0.018 -0.207 -0.034 0.017 -0.005 0.495 -0.190 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.7652315130863059}), (, {'error': 0.10181077056420818}), (, {'error': 0.20855173216350442}), (, {'error': 1.610727964478353}), (, {'error': 0.028725091399038227}), (, {'error': 0.0562728204359354}), (, {'error': 0.17798076551021502}), (, {'error': 0.05941513057666192}), (, {'error': 0.23700564894026854}), (, {'error': 0.15465750484107588}), (, {'error': 0.41733676732163527}), (, {'error': 0.1706327833860376}), (, {'error': 1.9012875709304353}), (, {'error': 0.14740591811947024}), (, {'error': 0.32481526238155434}), (, {'error': 35.58784909732549}), (, {'error': 0.016137030176742062}), (, {'error': 0.11711012719937886}), (, {'error': 0.10375253236074666}), (, {'error': 0.1710734882964533})]) +Toy 5/10 +Time taken: 7 h, 49 min +Projected time left: 7 h, 49 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.174E+05 | Ncalls=565 (565 total) | +| EDM = 0.000435 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -717382.2575066839 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.4 | 1.3 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 2 | p3770_s | 2.14 | 0.19 | | |0.918861 | 4.08114 | | +| 3 | omega_s | 5.8 | 1.5 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -1.953 | 0.027 | | |-6.28319 | 6.28319 | | +| 5 | Dbar_s | -0.28 | 0.04 | | | -1.464 | 1.464 | | +| 6 | p4415_s | 0.96 | 0.17 | | |0.126447 | 2.35355 | | +| 7 | phi_p | -6.22 | 0.24 | | |-6.28319 | 6.28319 | | +| 8 | rho_p | 0.04 | 0.21 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | -3.05 | 0.11 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.17 | 0.39 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 0.717 | 0.015 | | | 0.71676 | 3.68324 | | +| 12| psi2s_s | 1367.0 | 1.4 | | | 1358.64 | 1433.36 | | +| 13| p4415_p | 4.90 | 0.19 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.6 | 0.3 | | |0.0253049| 2.0747 | | +| 15| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| jpsi_p | 4.580 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.50 | 0.19 | | | -0.5 | 0.5 | | +| 18| p3770_p | -1.65 | 0.12 | | |-6.28319 | 6.28319 | | +| 19| p4040_s | 1.37 | 0.15 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p p3770_s omega_s psi2s_p Dbar_s p4415_s phi_p rho_p p4040_p omega_p p4160_s psi2s_s p4415_p rho_s jpsi_s jpsi_p Ctt p3770_p p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.000 -0.002 -0.065 -0.017 -0.005 -0.004 0.807 -0.040 -0.009 -0.017 -0.000 0.009 -0.002 0.017 -0.013 -0.038 0.002 -0.005 0.004 | +| p4160_p | 0.000 1.000 -0.002 -0.000 0.006 -0.015 -0.007 0.000 0.000 -0.007 0.000 -0.004 0.000 0.005 0.000 -0.000 0.004 -0.004 0.000 0.014 | +| p3770_s | -0.002 -0.002 1.000 0.004 -0.108 0.240 0.083 -0.002 -0.012 0.081 -0.002 -0.002 -0.005 -0.006 -0.024 0.013 -0.090 0.028 -0.126 0.136 | +| omega_s | -0.065 -0.000 0.004 1.000 -0.020 0.011 0.001 -0.148 0.368 0.001 0.744 -0.000 -0.002 0.001 -0.338 0.004 -0.050 -0.008 -0.004 -0.001 | +| psi2s_p | -0.017 0.006 -0.108 -0.020 1.000 -0.540 -0.247 -0.020 -0.003 -0.107 -0.014 0.012 -0.013 0.116 0.028 -0.031 -0.012 -0.551 0.391 -0.217 | +| Dbar_s | -0.005 -0.015 0.240 0.011 -0.540 1.000 0.492 -0.000 -0.018 0.392 -0.002 0.000 -0.041 0.077 -0.060 0.093 -0.137 0.643 -0.294 0.111 | +| p4415_s | -0.004 -0.007 0.083 0.001 -0.247 0.492 1.000 -0.006 -0.005 0.203 -0.003 0.014 0.005 0.044 -0.008 -0.000 -0.084 0.279 -0.090 -0.105 | +| phi_p | 0.807 0.000 -0.002 -0.148 -0.020 -0.000 -0.006 1.000 -0.179 -0.011 -0.074 -0.000 0.006 -0.003 -0.008 -0.009 -0.042 0.001 -0.008 0.007 | +| rho_p | -0.040 0.000 -0.012 0.368 -0.003 -0.018 -0.005 -0.179 1.000 -0.007 0.144 0.001 -0.023 0.019 0.134 0.032 -0.039 -0.018 0.016 -0.024 | +| p4040_p | -0.009 -0.007 0.081 0.001 -0.107 0.392 0.203 -0.011 -0.007 1.000 -0.006 -0.012 -0.011 -0.005 -0.020 0.020 -0.155 -0.013 0.110 -0.277 | +| omega_p | -0.017 0.000 -0.002 0.744 -0.014 -0.002 -0.003 -0.074 0.144 -0.006 1.000 -0.000 -0.004 0.001 -0.059 0.007 -0.035 -0.002 -0.002 -0.001 | +| p4160_s | -0.000 -0.004 -0.002 -0.000 0.012 0.000 0.014 -0.000 0.001 -0.012 -0.000 1.000 -0.000 0.007 0.001 0.000 -0.002 -0.017 0.008 -0.011 | +| psi2s_s | 0.009 0.000 -0.005 -0.002 -0.013 -0.041 0.005 0.006 -0.023 -0.011 -0.004 -0.000 1.000 -0.002 -0.017 -0.571 0.019 0.005 -0.030 0.012 | +| p4415_p | -0.002 0.005 -0.006 0.001 0.116 0.077 0.044 -0.003 0.019 -0.005 0.001 0.007 -0.002 1.000 0.008 0.004 -0.012 -0.170 0.081 -0.145 | +| rho_s | 0.017 0.000 -0.024 -0.338 0.028 -0.060 -0.008 -0.008 0.134 -0.020 -0.059 0.001 -0.017 0.008 1.000 0.019 0.050 0.016 0.020 -0.016 | +| jpsi_s | -0.013 -0.000 0.013 0.004 -0.031 0.093 -0.000 -0.009 0.032 0.020 0.007 0.000 -0.571 0.004 0.019 1.000 -0.035 -0.016 -0.012 -0.003 | +| jpsi_p | -0.038 0.004 -0.090 -0.050 -0.012 -0.137 -0.084 -0.042 -0.039 -0.155 -0.035 -0.002 0.019 -0.012 0.050 -0.035 1.000 0.119 -0.019 0.053 | +| Ctt | 0.002 -0.004 0.028 -0.008 -0.551 0.643 0.279 0.001 -0.018 -0.013 -0.002 -0.017 0.005 -0.170 0.016 -0.016 0.119 1.000 -0.434 0.360 | +| p3770_p | -0.005 0.000 -0.126 -0.004 0.391 -0.294 -0.090 -0.008 0.016 0.110 -0.002 0.008 -0.030 0.081 0.020 -0.012 -0.019 -0.434 1.000 -0.156 | +| p4040_s | 0.004 0.014 0.136 -0.001 -0.217 0.111 -0.105 0.007 -0.024 -0.277 -0.001 -0.011 0.012 -0.145 -0.016 -0.003 0.053 0.360 -0.156 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.2657639808465149}), (, {'error': 0.010464099627115253}), (, {'error': 0.18885547426099558}), (, {'error': 1.4852451935275273}), (, {'error': 0.026647882905197484}), (, {'error': 0.04326733890476975}), (, {'error': 0.16693239408720661}), (, {'error': 0.23997958533627273}), (, {'error': 0.21368466322293855}), (, {'error': 0.11191093292803478}), (, {'error': 0.39110346557506404}), (, {'error': 0.015331503972166982}), (, {'error': 1.3615114251948626}), (, {'error': 0.19364230128162951}), (, {'error': 0.31787798179985327}), (, {'error': 16.91214533006314}), (, {'error': 0.015720269218943983}), (, {'error': 0.1889309038197632}), (, {'error': 0.11543340154671977}), (, {'error': 0.15094003649700893})]) +Toy 6/10 +Time taken: 8 h, 52 min +Projected time left: 5 h, 54 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.161E+05 | Ncalls=399 (410 total) | +| EDM = 1.17E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -716057.082151535 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 15.674 | 0.011 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -3.89 | 0.15 | | |-6.28319 | 6.28319 | | +| 2 | p3770_s | 1.919 | 0.021 | | |0.918861 | 4.08114 | | +| 3 | omega_s | 0.420E1 | 0.000E1 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 4.05 | 0.09 | | |-6.28319 | 6.28319 | | +| 5 | Dbar_s | -0.863 | 0.010 | | | -1.464 | 1.464 | | +| 6 | p4415_s | 0.696 | 0.005 | | |0.126447 | 2.35355 | | +| 7 | phi_p | 0.856 | 0.019 | | |-6.28319 | 6.28319 | | +| 8 | rho_p | -2.39 | 0.03 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | 1.20 | 0.04 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 4.466 | 0.019 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 1.965 | 0.006 | | | 0.71676 | 3.68324 | | +| 12| psi2s_s | 1367.76 | 0.17 | | | 1358.64 | 1433.36 | | +| 13| p4415_p | -2.41 | 0.04 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 0.864 | 0.004 | | |0.0253049| 2.0747 | | +| 15| jpsi_s | 1.000E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 16| jpsi_p | -2.076 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.321 | 0.005 | | | -0.5 | 0.5 | | +| 18| p3770_p | 1.1 | 6.3 | | |-6.28319 | 6.28319 | | +| 19| p4040_s | 0.235 | 0.005 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p p3770_s omega_s psi2s_p Dbar_s p4415_s phi_p rho_p p4040_p omega_p p4160_s psi2s_s p4415_p rho_s jpsi_s jpsi_p Ctt p3770_p p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.017 -0.016 -0.000 0.017 0.016 0.008 -0.005 0.006 0.011 0.003 -0.004 -0.014 0.014 -0.003 -0.000 0.016 -0.016 -0.017 -0.014 | +| p4160_p | 0.017 1.000 -0.951 -0.004 0.993 0.921 0.487 -0.341 0.368 0.625 0.155 -0.249 -0.816 0.833 -0.178 -0.006 0.971 -0.943 -0.994 -0.835 | +| p3770_s | -0.016 -0.951 1.000 0.004 -0.955 -0.886 -0.469 0.328 -0.354 -0.602 -0.149 0.240 0.785 -0.802 0.171 0.006 -0.935 0.907 0.957 0.804 | +| omega_s | -0.000 -0.004 0.004 1.000 -0.004 -0.004 -0.002 0.001 -0.002 -0.003 -0.000 0.001 0.003 -0.003 0.001 0.000 -0.004 0.004 0.004 0.003 | +| psi2s_p | 0.017 0.993 -0.955 -0.004 1.000 0.924 0.489 -0.343 0.370 0.628 0.156 -0.251 -0.820 0.837 -0.179 -0.006 0.976 -0.947 -0.999 -0.839 | +| Dbar_s | 0.016 0.921 -0.886 -0.004 0.924 1.000 0.453 -0.318 0.342 0.582 0.144 -0.233 -0.760 0.778 -0.166 -0.006 0.903 -0.878 -0.926 -0.778 | +| p4415_s | 0.008 0.487 -0.469 -0.002 0.489 0.453 1.000 -0.168 0.181 0.308 0.076 -0.123 -0.402 0.408 -0.088 -0.003 0.479 -0.465 -0.490 -0.411 | +| phi_p | -0.005 -0.341 0.328 0.001 -0.343 -0.318 -0.168 1.000 -0.125 -0.216 -0.053 0.086 0.282 -0.288 0.062 0.002 -0.335 0.326 0.343 0.288 | +| rho_p | 0.006 0.368 -0.354 -0.002 0.370 0.342 0.181 -0.125 1.000 0.233 0.056 -0.093 -0.304 0.311 -0.064 -0.002 0.362 -0.351 -0.370 -0.311 | +| p4040_p | 0.011 0.625 -0.602 -0.003 0.628 0.582 0.308 -0.216 0.233 1.000 0.098 -0.158 -0.517 0.527 -0.113 -0.004 0.615 -0.597 -0.629 -0.524 | +| omega_p | 0.003 0.155 -0.149 -0.000 0.156 0.144 0.076 -0.053 0.056 0.098 1.000 -0.039 -0.128 0.131 -0.028 -0.001 0.152 -0.148 -0.156 -0.131 | +| p4160_s | -0.004 -0.249 0.240 0.001 -0.251 -0.233 -0.123 0.086 -0.093 -0.158 -0.039 1.000 0.206 -0.211 0.045 0.002 -0.246 0.239 0.251 0.211 | +| psi2s_s | -0.014 -0.816 0.785 0.003 -0.820 -0.760 -0.402 0.282 -0.304 -0.517 -0.128 0.206 1.000 -0.688 0.147 0.005 -0.802 0.779 0.821 0.690 | +| p4415_p | 0.014 0.833 -0.802 -0.003 0.837 0.778 0.408 -0.288 0.311 0.527 0.131 -0.211 -0.688 1.000 -0.150 -0.005 0.819 -0.795 -0.838 -0.704 | +| rho_s | -0.003 -0.178 0.171 0.001 -0.179 -0.166 -0.088 0.062 -0.064 -0.113 -0.028 0.045 0.147 -0.150 1.000 0.001 -0.175 0.170 0.179 0.150 | +| jpsi_s | -0.000 -0.006 0.006 0.000 -0.006 -0.006 -0.003 0.002 -0.002 -0.004 -0.001 0.002 0.005 -0.005 0.001 1.000 -0.006 0.006 0.006 0.005 | +| jpsi_p | 0.016 0.971 -0.935 -0.004 0.976 0.903 0.479 -0.335 0.362 0.615 0.152 -0.246 -0.802 0.819 -0.175 -0.006 1.000 -0.927 -0.977 -0.821 | +| Ctt | -0.016 -0.943 0.907 0.004 -0.947 -0.878 -0.465 0.326 -0.351 -0.597 -0.148 0.239 0.779 -0.795 0.170 0.006 -0.927 1.000 0.949 0.797 | +| p3770_p | -0.017 -0.994 0.957 0.004 -0.999 -0.926 -0.490 0.343 -0.370 -0.629 -0.156 0.251 0.821 -0.838 0.179 0.006 -0.977 0.949 1.000 0.840 | +| p4040_s | -0.014 -0.835 0.804 0.003 -0.839 -0.778 -0.411 0.288 -0.311 -0.524 -0.131 0.211 0.690 -0.704 0.150 0.005 -0.821 0.797 0.840 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.011302721216653211}), (, {'error': 0.15353571069630778}), (, {'error': 0.02137613862097887}), (, {'error': 0.0008216453314684458}), (, {'error': 0.0870412890469332}), (, {'error': 0.009500368459229469}), (, {'error': 0.004768065346007433}), (, {'error': 0.01855247807254745}), (, {'error': 0.031944051871515056}), (, {'error': 0.037330698182127975}), (, {'error': 0.018763010495141508}), (, {'error': 0.006420444463149488}), (, {'error': 0.16755485985106588}), (, {'error': 0.03942381793772687}), (, {'error': 0.004408280869328207}), (, {'error': 0.011660810344437778}), (, {'error': 0.016330675473865686}), (, {'error': 0.005028953622577631}), (, {'error': 6.293815890690242}), (, {'error': 0.005015493409629271})]) +Toy 7/10 +Time taken: 9 h, 44 min +Projected time left: 4 h, 10 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.174E+05 | Ncalls=770 (770 total) | +| EDM = 2.53E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -717446.0831797118 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -1.95 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | p3770_s | 2.37 | 0.21 | | |0.918861 | 4.08114 | | +| 3 | omega_s | 5.8 | 1.5 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 1.816 | 0.027 | | |-6.28319 | 6.28319 | | +| 5 | Dbar_s | -0.07 | 0.05 | | | -1.464 | 1.464 | | +| 6 | p4415_s | 1.33 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | phi_p | 0.29 | 0.19 | | |-6.28319 | 6.28319 | | +| 8 | rho_p | -6.02 | 0.22 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.13 | 0.15 | | | 0.71676 | 3.68324 | | +| 12| psi2s_s | 1372.2 | 1.7 | | | 1358.64 | 1433.36 | | +| 13| p4415_p | 4.27 | 0.15 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.6 | 0.3 | | |0.0253049| 2.0747 | | +| 15| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| jpsi_p | -4.637 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.23 | 0.11 | | | -0.5 | 0.5 | | +| 18| p3770_p | -2.86 | 0.12 | | |-6.28319 | 6.28319 | | +| 19| p4040_s | 0.005 | 0.014 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p p3770_s omega_s psi2s_p Dbar_s p4415_s phi_p rho_p p4040_p omega_p p4160_s psi2s_s p4415_p rho_s jpsi_s jpsi_p Ctt p3770_p p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.003 -0.002 0.017 -0.014 -0.004 -0.000 0.637 0.074 0.001 0.028 -0.001 0.014 -0.002 0.030 -0.018 -0.033 0.003 -0.002 -0.000 | +| p4160_p | -0.003 1.000 -0.029 0.001 -0.136 -0.114 0.090 -0.008 0.016 0.028 -0.003 -0.109 -0.018 0.225 0.002 0.018 0.010 -0.375 0.198 0.018 | +| p3770_s | -0.002 -0.029 1.000 0.003 -0.313 0.164 0.067 0.002 -0.008 0.003 -0.000 0.102 -0.031 0.010 -0.022 0.018 -0.001 -0.016 -0.190 -0.008 | +| omega_s | 0.017 0.001 0.003 1.000 -0.020 0.004 -0.002 -0.101 0.390 -0.000 0.745 -0.001 -0.007 0.002 -0.327 0.009 -0.046 -0.011 -0.003 0.000 | +| psi2s_p | -0.014 -0.136 -0.313 -0.020 1.000 0.116 -0.048 -0.003 -0.056 0.075 -0.017 -0.091 -0.047 -0.052 -0.037 0.046 0.058 0.182 -0.319 -0.012 | +| Dbar_s | -0.004 -0.114 0.164 0.004 0.116 1.000 0.518 -0.000 -0.013 -0.057 -0.001 0.564 -0.078 0.061 -0.031 0.097 -0.071 0.779 -0.449 -0.012 | +| p4415_s | -0.000 0.090 0.067 -0.002 -0.048 0.518 1.000 -0.002 -0.012 -0.039 -0.003 0.314 0.011 -0.092 -0.005 -0.013 -0.134 0.417 -0.212 0.002 | +| phi_p | 0.637 -0.008 0.002 -0.101 -0.003 -0.000 -0.002 1.000 -0.126 0.002 -0.050 -0.001 0.009 -0.006 -0.010 -0.011 -0.012 0.001 -0.007 -0.001 | +| rho_p | 0.074 0.016 -0.008 0.390 -0.056 -0.013 -0.012 -0.126 1.000 0.000 0.145 -0.017 -0.046 0.019 0.162 0.057 -0.119 -0.017 0.011 0.002 | +| p4040_p | 0.001 0.028 0.003 -0.000 0.075 -0.057 -0.039 0.002 0.000 1.000 0.001 -0.090 0.005 -0.008 0.003 -0.005 0.033 0.019 -0.019 -0.089 | +| omega_p | 0.028 -0.003 -0.000 0.745 -0.017 -0.001 -0.003 -0.050 0.145 0.001 1.000 -0.003 -0.008 -0.001 -0.069 0.011 -0.042 -0.002 -0.004 -0.000 | +| p4160_s | -0.001 -0.109 0.102 -0.001 -0.091 0.564 0.314 -0.001 -0.017 -0.090 -0.003 1.000 -0.001 -0.221 -0.014 -0.001 -0.131 0.426 -0.200 0.021 | +| psi2s_s | 0.014 -0.018 -0.031 -0.007 -0.047 -0.078 0.011 0.009 -0.046 0.005 -0.008 -0.001 1.000 -0.010 -0.027 -0.757 -0.031 0.046 0.011 -0.000 | +| p4415_p | -0.002 0.225 0.010 0.002 -0.052 0.061 -0.092 -0.006 0.019 -0.008 -0.001 -0.221 -0.010 1.000 0.006 0.010 0.019 -0.178 0.086 0.011 | +| rho_s | 0.030 0.002 -0.022 -0.327 -0.037 -0.031 -0.005 -0.010 0.162 0.003 -0.069 -0.014 -0.027 0.006 1.000 0.035 -0.081 0.025 0.013 0.001 | +| jpsi_s | -0.018 0.018 0.018 0.009 0.046 0.097 -0.013 -0.011 0.057 -0.005 0.011 -0.001 -0.757 0.010 0.035 1.000 0.044 -0.046 -0.018 0.001 | +| jpsi_p | -0.033 0.010 -0.001 -0.046 0.058 -0.071 -0.134 -0.012 -0.119 0.033 -0.042 -0.131 -0.031 0.019 -0.081 0.044 1.000 -0.171 -0.016 -0.002 | +| Ctt | 0.003 -0.375 -0.016 -0.011 0.182 0.779 0.417 0.001 -0.017 0.019 -0.002 0.426 0.046 -0.178 0.025 -0.046 -0.171 1.000 -0.488 -0.029 | +| p3770_p | -0.002 0.198 -0.190 -0.003 -0.319 -0.449 -0.212 -0.007 0.011 -0.019 -0.004 -0.200 0.011 0.086 0.013 -0.018 -0.016 -0.488 1.000 0.015 | +| p4040_s | -0.000 0.018 -0.008 0.000 -0.012 -0.012 0.002 -0.001 0.002 -0.089 -0.000 0.021 -0.000 0.011 0.001 0.001 -0.002 -0.029 0.015 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9802638269549551}), (, {'error': 0.08808449025898657}), (, {'error': 0.20597521237282423}), (, {'error': 1.5014604936408937}), (, {'error': 0.02689656039438937}), (, {'error': 0.051623418829725654}), (, {'error': 0.1762210591227319}), (, {'error': 0.1939872271734444}), (, {'error': 0.22027931759442065}), (, {'error': 8.740796699699422}), (, {'error': 0.39166071380557854}), (, {'error': 0.1523095209078693}), (, {'error': 1.7072304079702008}), (, {'error': 0.15308717796321503}), (, {'error': 0.32083721622419425}), (, {'error': 20.07368697876427}), (, {'error': 0.015911782997540147}), (, {'error': 0.11215892256777343}), (, {'error': 0.11705388050100618}), (, {'error': 0.01410637529006582})]) +Toy 8/10 +Time taken: 11 h, 4 min +Projected time left: 2 h, 46 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.175E+05 | Ncalls=1107 (1107 total) | +| EDM = 2.14E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -717469.720264913 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | 4.39 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p3770_s | 2.39 | 0.19 | | |0.918861 | 4.08114 | | +| 3 | omega_s | 5.8 | 1.4 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 4.188 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | Dbar_s | 0.07 | 0.06 | | | -1.464 | 1.464 | | +| 6 | p4415_s | 1.40 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | phi_p | 0.06 | 0.20 | | |-6.28319 | 6.28319 | | +| 8 | rho_p | 6.25 | 0.19 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | 3.92 | 0.16 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.16 | 0.38 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 1.98 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| psi2s_s | 1367.1 | 1.8 | | | 1358.64 | 1433.36 | | +| 13| p4415_p | -1.93 | 0.15 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.5 | 0.3 | | |0.0253049| 2.0747 | | +| 15| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 16| jpsi_p | -1.720 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| Ctt | 0.18 | 0.13 | | | -0.5 | 0.5 | | +| 18| p3770_p | -1.89 | 0.11 | | |-6.28319 | 6.28319 | | +| 19| p4040_s | 1.13 | 0.16 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p p3770_s omega_s psi2s_p Dbar_s p4415_s phi_p rho_p p4040_p omega_p p4160_s psi2s_s p4415_p rho_s jpsi_s jpsi_p Ctt p3770_p p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.005 -0.001 -0.009 -0.008 -0.005 0.001 0.658 0.008 -0.004 0.020 -0.000 0.021 -0.003 0.016 -0.025 -0.018 0.005 -0.003 0.001 | +| p4160_p | -0.005 1.000 -0.094 -0.010 0.268 -0.083 0.101 -0.003 0.004 0.058 -0.005 -0.087 -0.013 0.271 0.008 0.012 -0.088 -0.401 0.219 -0.464 | +| p3770_s | -0.001 -0.094 1.000 0.011 -0.201 0.276 0.097 -0.002 -0.003 -0.048 0.000 0.089 -0.016 -0.019 -0.026 0.025 -0.071 0.157 -0.204 0.201 | +| omega_s | -0.009 -0.010 0.011 1.000 -0.023 0.018 0.006 -0.057 0.026 -0.000 0.754 0.008 0.014 -0.007 -0.445 -0.016 -0.043 0.003 -0.011 0.013 | +| psi2s_p | -0.008 0.268 -0.201 -0.023 1.000 -0.633 -0.325 -0.010 0.002 -0.001 -0.013 -0.302 0.023 0.112 0.030 -0.058 -0.044 -0.644 0.464 -0.375 | +| Dbar_s | -0.005 -0.083 0.276 0.018 -0.633 1.000 0.473 -0.004 -0.004 0.241 0.001 0.500 -0.099 0.121 -0.047 0.134 -0.108 0.722 -0.373 0.342 | +| p4415_s | 0.001 0.101 0.097 0.006 -0.325 0.473 1.000 -0.005 -0.002 0.171 -0.001 0.301 0.005 -0.110 -0.010 -0.004 -0.066 0.370 -0.168 0.069 | +| phi_p | 0.658 -0.003 -0.002 -0.057 -0.010 -0.004 -0.005 1.000 -0.012 -0.007 -0.030 -0.005 0.003 -0.002 0.018 -0.003 -0.030 -0.002 -0.003 -0.001 | +| rho_p | 0.008 0.004 -0.003 0.026 0.002 -0.004 -0.002 -0.012 1.000 0.001 0.005 -0.002 -0.007 0.003 0.026 0.008 -0.004 -0.004 0.003 -0.005 | +| p4040_p | -0.004 0.058 -0.048 -0.000 -0.001 0.241 0.171 -0.007 0.001 1.000 -0.005 0.435 -0.026 0.105 -0.010 0.026 -0.172 -0.136 0.147 -0.190 | +| omega_p | 0.020 -0.005 0.000 0.754 -0.013 0.001 -0.001 -0.030 0.005 -0.005 1.000 -0.002 -0.003 -0.003 -0.094 0.004 -0.031 0.001 -0.005 0.002 | +| p4160_s | -0.000 -0.087 0.089 0.008 -0.302 0.500 0.301 -0.005 -0.002 0.435 -0.002 1.000 -0.007 -0.163 -0.017 0.010 -0.102 0.308 -0.102 -0.078 | +| psi2s_s | 0.021 -0.013 -0.016 0.014 0.023 -0.099 0.005 0.003 -0.007 -0.026 -0.003 -0.007 1.000 -0.005 -0.026 -0.796 0.052 0.022 -0.012 -0.003 | +| p4415_p | -0.003 0.271 -0.019 -0.007 0.112 0.121 -0.110 -0.002 0.003 0.105 -0.003 -0.163 -0.005 1.000 0.006 0.007 -0.058 -0.180 0.107 -0.203 | +| rho_s | 0.016 0.008 -0.026 -0.445 0.030 -0.047 -0.010 0.018 0.026 -0.010 -0.094 -0.017 -0.026 0.006 1.000 0.028 0.060 0.011 0.016 -0.023 | +| jpsi_s | -0.025 0.012 0.025 -0.016 -0.058 0.134 -0.004 -0.003 0.008 0.026 0.004 0.010 -0.796 0.007 0.028 1.000 -0.065 -0.028 -0.018 0.011 | +| jpsi_p | -0.018 -0.088 -0.071 -0.043 -0.044 -0.108 -0.066 -0.030 -0.004 -0.172 -0.031 -0.102 0.052 -0.058 0.060 -0.065 1.000 0.145 -0.071 0.020 | +| Ctt | 0.005 -0.401 0.157 0.003 -0.644 0.722 0.370 -0.002 -0.004 -0.136 0.001 0.308 0.022 -0.180 0.011 -0.028 0.145 1.000 -0.538 0.478 | +| p3770_p | -0.003 0.219 -0.204 -0.011 0.464 -0.373 -0.168 -0.003 0.003 0.147 -0.005 -0.102 -0.012 0.107 0.016 -0.018 -0.071 -0.538 1.000 -0.194 | +| p4040_s | 0.001 -0.464 0.201 0.013 -0.375 0.342 0.069 -0.001 -0.005 -0.190 0.002 -0.078 -0.003 -0.203 -0.023 0.011 0.020 0.478 -0.194 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9825696762941174}), (, {'error': 0.10174420977716014}), (, {'error': 0.1919738504559072}), (, {'error': 1.4311790086812954}), (, {'error': 0.029462045019459815}), (, {'error': 0.05587121023860342}), (, {'error': 0.1755186570405054}), (, {'error': 0.1952899368491683}), (, {'error': 0.18895067949800826}), (, {'error': 0.15950873392737996}), (, {'error': 0.38388425653995606}), (, {'error': 0.16550420245107944}), (, {'error': 1.846274412956518}), (, {'error': 0.14954174931235853}), (, {'error': 0.3179122087307531}), (, {'error': 34.66695527917909}), (, {'error': 0.016015108092415353}), (, {'error': 0.13162820230408162}), (, {'error': 0.11125247035166863}), (, {'error': 0.16270506958344344})]) +Toy 9/10 +Time taken: 12 h, 44 min +Projected time left: 1 h, 24 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.175E+05 | Ncalls=1057 (1057 total) | +| EDM = 4.15E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -717469.4189271478 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.0 | 0.8 | | | 14.8182 | 23.5818 | | +| 1 | p4160_p | -2.06 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p3770_s | 2.59 | 0.21 | | |0.918861 | 4.08114 | | +| 3 | omega_s | 5.9 | 2.0 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -4.078 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | Dbar_s | 0.07 | 0.05 | | | -1.464 | 1.464 | | +| 6 | p4415_s | 1.40 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | phi_p | 6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 8 | rho_p | 0.04 | 0.23 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | 3.69 | 0.16 | | |-6.28319 | 6.28319 | | +| 10| omega_p | -6.1 | 0.6 | | |-6.28319 | 6.28319 | | +| 11| p4160_s | 2.00 | 0.17 | | | 0.71676 | 3.68324 | | +| 12| psi2s_s | 1373.0 | 1.7 | | | 1358.64 | 1433.36 | | +| 13| p4415_p | -2.04 | 0.15 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.5 | 0.3 | | |0.0253049| 2.0747 | | +| 15| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 16| jpsi_p | -1.531 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| Ctt | 0.15 | 0.12 | | | -0.5 | 0.5 | | +| 18| p3770_p | -2.65 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| p4040_s | 1.15 | 0.17 | | |0.00501244| 2.01499 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s p4160_p p3770_s omega_s psi2s_p Dbar_s p4415_s phi_p rho_p p4040_p omega_p p4160_s psi2s_s p4415_p rho_s jpsi_s jpsi_p Ctt p3770_p p4040_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.001 -0.004 0.118 -0.015 -0.006 0.001 -0.317 0.178 0.000 0.111 0.000 0.012 0.001 0.030 -0.014 -0.013 0.003 0.001 -0.004 | +| p4160_p | 0.001 1.000 -0.116 -0.002 -0.041 -0.090 0.098 0.002 0.024 0.046 -0.004 -0.099 -0.014 0.270 0.009 0.014 -0.099 -0.404 0.198 -0.470 | +| p3770_s | -0.004 -0.116 1.000 0.001 -0.190 0.278 0.098 0.000 -0.018 -0.065 -0.002 0.092 -0.032 -0.030 -0.026 0.018 0.021 0.166 -0.269 0.210 | +| omega_s | 0.118 -0.002 0.001 1.000 -0.026 0.004 -0.004 0.036 0.358 -0.004 0.893 -0.003 -0.011 -0.001 -0.325 0.013 -0.078 -0.009 -0.006 -0.002 | +| psi2s_p | -0.015 -0.041 -0.190 -0.026 1.000 -0.053 -0.134 0.003 -0.050 -0.259 -0.027 -0.197 -0.064 -0.023 -0.028 0.062 -0.034 -0.007 -0.267 -0.024 | +| Dbar_s | -0.006 -0.090 0.278 0.004 -0.053 1.000 0.473 0.003 -0.019 0.250 -0.003 0.511 -0.098 0.120 -0.045 0.115 -0.114 0.711 -0.366 0.348 | +| p4415_s | 0.001 0.098 0.098 -0.004 -0.134 0.473 1.000 0.002 -0.016 0.175 -0.006 0.306 0.004 -0.112 -0.009 -0.007 -0.066 0.364 -0.167 0.071 | +| phi_p | -0.317 0.002 0.000 0.036 0.003 0.003 0.002 1.000 0.029 0.003 0.026 0.002 -0.001 0.002 -0.000 0.002 0.007 -0.001 0.002 -0.000 | +| rho_p | 0.178 0.024 -0.018 0.358 -0.050 -0.019 -0.016 0.029 1.000 0.003 0.226 -0.016 -0.044 0.022 0.109 0.055 -0.053 -0.027 0.013 -0.035 | +| p4040_p | 0.000 0.046 -0.065 -0.004 -0.259 0.250 0.175 0.003 0.003 1.000 -0.008 0.437 -0.024 0.099 -0.009 0.024 -0.161 -0.124 0.106 -0.193 | +| omega_p | 0.111 -0.004 -0.002 0.893 -0.027 -0.003 -0.006 0.026 0.226 -0.008 1.000 -0.006 -0.014 -0.002 -0.126 0.018 -0.065 -0.005 -0.006 -0.003 | +| p4160_s | 0.000 -0.099 0.092 -0.003 -0.197 0.511 0.306 0.002 -0.016 0.437 -0.006 1.000 -0.009 -0.165 -0.016 0.006 -0.089 0.315 -0.121 -0.067 | +| psi2s_s | 0.012 -0.014 -0.032 -0.011 -0.064 -0.098 0.004 -0.001 -0.044 -0.024 -0.014 -0.009 1.000 -0.009 -0.023 -0.764 0.059 0.037 0.006 -0.009 | +| p4415_p | 0.001 0.270 -0.030 -0.001 -0.023 0.120 -0.112 0.002 0.022 0.099 -0.002 -0.165 -0.009 1.000 0.009 0.009 -0.070 -0.183 0.091 -0.205 | +| rho_s | 0.030 0.009 -0.026 -0.325 -0.028 -0.045 -0.009 -0.000 0.109 -0.009 -0.126 -0.016 -0.023 0.009 1.000 0.030 0.063 0.015 0.014 -0.024 | +| jpsi_s | -0.014 0.014 0.018 0.013 0.062 0.115 -0.007 0.002 0.055 0.024 0.018 0.006 -0.764 0.009 0.030 1.000 -0.066 -0.036 -0.014 0.006 | +| jpsi_p | -0.013 -0.099 0.021 -0.078 -0.034 -0.114 -0.066 0.007 -0.053 -0.161 -0.065 -0.089 0.059 -0.070 0.063 -0.066 1.000 0.110 -0.072 0.051 | +| Ctt | 0.003 -0.404 0.166 -0.009 -0.007 0.711 0.364 -0.001 -0.027 -0.124 -0.005 0.315 0.037 -0.183 0.015 -0.036 0.110 1.000 -0.491 0.485 | +| p3770_p | 0.001 0.198 -0.269 -0.006 -0.267 -0.366 -0.167 0.002 0.013 0.106 -0.006 -0.121 0.006 0.091 0.014 -0.014 -0.072 -0.491 1.000 -0.191 | +| p4040_s | -0.004 -0.470 0.210 -0.002 -0.024 0.348 0.071 -0.000 -0.035 -0.193 -0.003 -0.067 -0.009 -0.205 -0.024 0.006 0.051 0.485 -0.191 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.7996361569151471}), (, {'error': 0.10190933435084304}), (, {'error': 0.20906754647795855}), (, {'error': 2.021295082248665}), (, {'error': 0.02856166879730404}), (, {'error': 0.053792953011529976}), (, {'error': 0.17633483109343906}), (, {'error': 0.13291560542498004}), (, {'error': 0.22818329173449836}), (, {'error': 0.15876870759379091}), (, {'error': 0.5743123995116997}), (, {'error': 0.16862746433928166}), (, {'error': 1.7318072712845378}), (, {'error': 0.15004897462323408}), (, {'error': 0.3227828344177035}), (, {'error': 30.032737586601797}), (, {'error': 0.016386976839617873}), (, {'error': 0.11963720215588886}), (, {'error': 0.10495397857316524}), (, {'error': 0.1681150765678051})]) +Toy 10/10 +Time taken: 14 h, 19 min +Projected time left: +Mean Ctt value = -0.1067601143162576 +Mean Ctt error = 0.10872380266768075 +Simulation ended diff --git a/prelim_results/slurm-2213913.out b/prelim_results/slurm-2213913.out new file mode 100644 index 0000000..0fac263 --- /dev/null +++ b/prelim_results/slurm-2213913.out @@ -0,0 +1,9593 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.996633: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.004612: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.004916: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55b79d48f1f0 executing computations on platform Host. Devices: +2019-07-07 14:45:24.004948: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:37.018817: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55b79d53e520 executing computations on platform CUDA. Devices: +2019-07-07 14:45:37.018943: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:37.024682: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:8b:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:37.024745: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:37.154552: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:37.154663: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:37.154690: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:37.170094: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:8b:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -703884.0815779 Edm = 10.0988 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -703884.0815779 Edm = 10.0988 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -706397.528381 Edm = 0.388249 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -706399.463786 Edm = 0.570608 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -706654.3092091 Edm = 15.1901 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -706666.0238716 Edm = 0.52155 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -706666.4800301 Edm = 0.125013 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -706725.6980282 Edm = 26.8722 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -706770.3575474 Edm = 0.16853 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -706771.6739234 Edm = 1.10613 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -706903.8038645 Edm = 78.3959 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -707100.3817155 Edm = 26.0965 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -707141.582658 Edm = 2.62738 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -707144.5400008 Edm = 0.0852024 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -707145.0601713 Edm = 0.360152 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -707154.6982472 Edm = 5.95172 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -707185.6987505 Edm = 1.99783 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -707190.0736292 Edm = 0.914415 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -707191.038153 Edm = 0.19418 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -707191.2615863 Edm = 0.0281858 NCalls = 60 +VariableMetric: Iteration # 19 - FCN = -707191.3064327 Edm = 0.00758624 NCalls = 62 +VariableMetric: Iteration # 20 - FCN = -707191.3310405 Edm = 0.0224215 NCalls = 64 +VariableMetric: Iteration # 21 - FCN = -707193.1995948 Edm = 1.03973 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -707201.8245335 Edm = 2.8387 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -707206.0292387 Edm = 0.72901 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -707206.5132554 Edm = 0.0105679 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -707206.5375589 Edm = 0.0156667 NCalls = 80 +VariableMetric: Iteration # 26 - FCN = -707206.8929478 Edm = 0.30242 NCalls = 85 +VariableMetric: Iteration # 27 - FCN = -707211.6134981 Edm = 3.39605 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -707241.2523934 Edm = 23.2287 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -707270.3008216 Edm = 16.5941 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -707291.2511643 Edm = 1.84179 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -707293.2456055 Edm = 0.0592274 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -707293.3056936 Edm = 0.00719746 NCalls = 101 +VariableMetric: Iteration # 33 - FCN = -707293.3158414 Edm = 0.00371588 NCalls = 103 +VariableMetric: Iteration # 34 - FCN = -707293.3330678 Edm = 0.00712798 NCalls = 105 +VariableMetric: Iteration # 35 - FCN = -707293.3494928 Edm = 0.00489182 NCalls = 108 +VariableMetric: Iteration # 36 - FCN = -707293.3778705 Edm = 0.0271395 NCalls = 111 +VariableMetric: Iteration # 37 - FCN = -707294.3773337 Edm = 1.26511 NCalls = 117 +VariableMetric: Iteration # 38 - FCN = -707294.391721 Edm = 0.00823195 NCalls = 119 +VariableMetric: Iteration # 39 - FCN = -707294.4840642 Edm = 0.113438 NCalls = 123 +VariableMetric: Iteration # 40 - FCN = -707295.3405157 Edm = 0.632518 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -707307.5348132 Edm = 13.3135 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -707309.8866527 Edm = 2.18818 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -707314.7008579 Edm = 0.599339 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -707315.8279409 Edm = 0.0815948 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -707316.0512276 Edm = 0.0356514 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -707316.1116593 Edm = 0.00640455 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -707316.1296512 Edm = 0.00186249 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -707316.132971 Edm = 0.0011839 NCalls = 152 +VariableMetric: Iteration # 49 - FCN = -707316.1514897 Edm = 0.0128848 NCalls = 157 +VariableMetric: Iteration # 50 - FCN = -707316.2338008 Edm = 0.0609721 NCalls = 160 +VariableMetric: Iteration # 51 - FCN = -707316.377371 Edm = 0.341834 NCalls = 164 +VariableMetric: Iteration # 52 - FCN = -707316.4195051 Edm = 0.0886854 NCalls = 167 +VariableMetric: Iteration # 53 - FCN = -707317.0151843 Edm = 0.572753 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -707317.2643407 Edm = 0.206519 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -707325.6895177 Edm = 6.87867 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -707334.3308896 Edm = 27.145 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -707344.0998886 Edm = 2.77998 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -707347.876745 Edm = 3.4167 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -707349.5149331 Edm = 0.899054 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -707350.9233951 Edm = 0.620237 NCalls = 192 +VariableMetric: Iteration # 61 - FCN = -707352.1084463 Edm = 0.339187 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -707352.4595467 Edm = 0.0161792 NCalls = 195 +VariableMetric: Iteration # 63 - FCN = -707352.475086 Edm = 0.00237564 NCalls = 196 +VariableMetric: Iteration # 64 - FCN = -707352.4841515 Edm = 0.00794404 NCalls = 198 +VariableMetric: Iteration # 65 - FCN = -707352.667563 Edm = 0.205653 NCalls = 203 +VariableMetric: Iteration # 66 - FCN = -707353.0777642 Edm = 0.410502 NCalls = 209 +VariableMetric: Iteration # 67 - FCN = -707354.4704233 Edm = 1.30072 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -707376.173711 Edm = 1.33142 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -707377.7756293 Edm = 0.213651 NCalls = 222 +VariableMetric: Iteration # 70 - FCN = -707377.9932863 Edm = 0.0294423 NCalls = 224 +VariableMetric: Iteration # 71 - FCN = -707378.0334814 Edm = 0.00649315 NCalls = 226 +VariableMetric: Iteration # 72 - FCN = -707378.0451469 Edm = 0.0020514 NCalls = 228 +VariableMetric: Iteration # 73 - FCN = -707378.0485087 Edm = 0.00137504 NCalls = 230 +VariableMetric: Iteration # 74 - FCN = -707378.0861831 Edm = 0.0356411 NCalls = 234 +VariableMetric: Iteration # 75 - FCN = -707381.5798936 Edm = 3.271 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -707393.4042951 Edm = 1.70618 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -707395.4187907 Edm = 0.205773 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -707395.5914453 Edm = 0.0318312 NCalls = 247 +VariableMetric: Iteration # 79 - FCN = -707395.6131599 Edm = 0.0026805 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -707395.6160675 Edm = 0.000560776 NCalls = 251 +VariableMetric: Iteration # 81 - FCN = -707395.620901 Edm = 0.00414298 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -707395.7536656 Edm = 0.127249 NCalls = 258 +VariableMetric: Iteration # 83 - FCN = -707397.9656194 Edm = 1.70048 NCalls = 262 +VariableMetric: Iteration # 84 - FCN = -707450.0950185 Edm = 32.075 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -707464.7241578 Edm = 31.5489 NCalls = 269 +VariableMetric: Iteration # 86 - FCN = -707507.9850425 Edm = 11.44 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -707514.6918896 Edm = 1.50634 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -707515.7106818 Edm = 0.234454 NCalls = 276 +VariableMetric: Iteration # 89 - FCN = -707515.8964934 Edm = 0.00549675 NCalls = 278 +VariableMetric: Iteration # 90 - FCN = -707515.9034074 Edm = 0.000747678 NCalls = 280 +VariableMetric: Iteration # 91 - FCN = -707515.9062404 Edm = 0.00182848 NCalls = 282 +VariableMetric: Iteration # 92 - FCN = -707515.9126644 Edm = 0.00430073 NCalls = 284 +VariableMetric: Iteration # 93 - FCN = -707515.9230112 Edm = 0.00471503 NCalls = 286 +VariableMetric: Iteration # 94 - FCN = -707515.9418419 Edm = 0.0155004 NCalls = 288 +VariableMetric: Iteration # 95 - FCN = -707516.3599504 Edm = 0.377163 NCalls = 293 +VariableMetric: Iteration # 96 - FCN = -707528.4077272 Edm = 3.96255 NCalls = 297 +VariableMetric: Iteration # 97 - FCN = -707535.6184959 Edm = 0.331026 NCalls = 299 +VariableMetric: Iteration # 98 - FCN = -707535.9132823 Edm = 0.0623675 NCalls = 301 +VariableMetric: Iteration # 99 - FCN = -707535.9613775 Edm = 0.00595956 NCalls = 303 +VariableMetric: Iteration # 100 - FCN = -707535.9672703 Edm = 0.000672972 NCalls = 305 +VariableMetric: Iteration # 101 - FCN = -707535.9682603 Edm = 0.000474299 NCalls = 307 +VariableMetric: Iteration # 102 - FCN = -707535.9727542 Edm = 0.00364517 NCalls = 311 +VariableMetric: Iteration # 103 - FCN = -707536.1505684 Edm = 0.159585 NCalls = 316 +VariableMetric: Iteration # 104 - FCN = -707538.8027062 Edm = 1.66857 NCalls = 320 +VariableMetric: Iteration # 105 - FCN = -707547.4453611 Edm = 0.882707 NCalls = 324 +VariableMetric: Iteration # 106 - FCN = -707548.6720183 Edm = 0.19138 NCalls = 326 +VariableMetric: Iteration # 107 - FCN = -707548.9214132 Edm = 0.0331865 NCalls = 328 +VariableMetric: Iteration # 108 - FCN = -707548.9622884 Edm = 0.00352439 NCalls = 330 +VariableMetric: Iteration # 109 - FCN = -707548.9664197 Edm = 0.000255938 NCalls = 332 +VariableMetric: Iteration # 110 - FCN = -707548.9667876 Edm = 0.000116279 NCalls = 334 +VariableMetric: Iteration # 111 - FCN = -707548.9705204 Edm = 0.00287603 NCalls = 338 +VariableMetric: Iteration # 112 - FCN = -707549.1311942 Edm = 0.137135 NCalls = 343 +VariableMetric: Iteration # 113 - FCN = -707551.6061553 Edm = 0.217835 NCalls = 348 +VariableMetric: Iteration # 114 - FCN = -707551.9019266 Edm = 0.0124013 NCalls = 351 +VariableMetric: Iteration # 115 - FCN = -707551.9217956 Edm = 0.0019688 NCalls = 353 +VariableMetric: Iteration # 116 - FCN = -707551.9249163 Edm = 0.000219221 NCalls = 355 +VariableMetric: Iteration # 117 - FCN = -707551.9251581 Edm = 9.93764e-06 NCalls = 356 +VariableMetric: After Hessian - FCN = -707551.9251581 Edm = 3.44659 NCalls = 723 +VariableMetric: Iteration # 118 - FCN = -707551.9251581 Edm = 3.44659 NCalls = 723 +VariableMetric: Iteration # 119 - FCN = -707553.0723504 Edm = 0.635793 NCalls = 725 +VariableMetric: Iteration # 120 - FCN = -707553.6435277 Edm = 1.9195 NCalls = 728 +VariableMetric: Iteration # 121 - FCN = -707554.9377171 Edm = 3.93264 NCalls = 733 +VariableMetric: Iteration # 122 - FCN = -707556.468279 Edm = 3.32807 NCalls = 738 +VariableMetric: Iteration # 123 - FCN = -707557.7019369 Edm = 2.47151 NCalls = 741 +VariableMetric: Iteration # 124 - FCN = -707558.9018799 Edm = 2.3759 NCalls = 745 +VariableMetric: Iteration # 125 - FCN = -707559.230881 Edm = 0.85152 NCalls = 747 +VariableMetric: Iteration # 126 - FCN = -707559.4176907 Edm = 0.174998 NCalls = 749 +VariableMetric: Iteration # 127 - FCN = -707559.4702526 Edm = 0.0161013 NCalls = 751 +VariableMetric: Iteration # 128 - FCN = -707559.4903348 Edm = 0.0064682 NCalls = 753 +VariableMetric: Iteration # 129 - FCN = -707559.5261674 Edm = 0.00256717 NCalls = 757 +VariableMetric: Iteration # 130 - FCN = -707559.5300291 Edm = 0.000510264 NCalls = 759 +VariableMetric: Iteration # 131 - FCN = -707559.5308116 Edm = 0.000153504 NCalls = 761 +VariableMetric: Iteration # 132 - FCN = -707559.5310053 Edm = 7.59989e-05 NCalls = 763 +VariableMetric: Iteration # 133 - FCN = -707559.5316197 Edm = 0.000615484 NCalls = 766 +VariableMetric: Iteration # 134 - FCN = -707559.5346243 Edm = 0.00163978 NCalls = 771 +VariableMetric: Iteration # 135 - FCN = -707559.5374106 Edm = 0.0017826 NCalls = 774 +VariableMetric: Iteration # 136 - FCN = -707559.539386 Edm = 0.00114341 NCalls = 776 +VariableMetric: Iteration # 137 - FCN = -707559.5413555 Edm = 0.000854874 NCalls = 779 +VariableMetric: Iteration # 138 - FCN = -707559.5419922 Edm = 0.000871179 NCalls = 782 +VariableMetric: Iteration # 139 - FCN = -707559.5444006 Edm = 0.00126034 NCalls = 786 +VariableMetric: Iteration # 140 - FCN = -707559.5463944 Edm = 0.00171324 NCalls = 790 +VariableMetric: Iteration # 141 - FCN = -707559.5481593 Edm = 0.000565664 NCalls = 792 +VariableMetric: Iteration # 142 - FCN = -707559.5489392 Edm = 0.000692233 NCalls = 795 +VariableMetric: Iteration # 143 - FCN = -707559.549332 Edm = 0.000104408 NCalls = 797 +VariableMetric: Iteration # 144 - FCN = -707559.5494734 Edm = 1.67411e-05 NCalls = 799 +VariableMetric: After Hessian - FCN = -707559.5494734 Edm = 0.0001666 NCalls = 1180 +VariableMetric: Iteration # 145 - FCN = -707559.5494734 Edm = 0.0001666 NCalls = 1180 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -705650.8237333 Edm = 3.75977 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -705650.8237333 Edm = 3.75977 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -706426.4750315 Edm = 0.21105 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -706427.4110331 Edm = 0.615499 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -706512.9581268 Edm = 0.341225 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -706513.4478238 Edm = 0.0815871 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -706536.4214243 Edm = 19.0001 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -706691.5647682 Edm = 6.06067 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -706700.5759782 Edm = 2.15956 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -706705.7707752 Edm = 0.564374 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -706706.7001223 Edm = 0.196941 NCalls = 31 +VariableMetric: Iteration # 10 - FCN = -706708.9180242 Edm = 2.27845 NCalls = 35 +VariableMetric: Iteration # 11 - FCN = -706733.0452177 Edm = 16.8961 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -706847.9163514 Edm = 0.315448 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -706848.1780983 Edm = 0.0601404 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -706848.2383981 Edm = 0.0415402 NCalls = 47 +VariableMetric: Iteration # 15 - FCN = -706848.6033936 Edm = 0.501992 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -706882.2001034 Edm = 6.26727 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -706925.7669705 Edm = 18.8904 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -706968.7551555 Edm = 3.45911 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -706975.3388633 Edm = 6.04756 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -707000.4934863 Edm = 35.398 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -707004.8439953 Edm = 13.3976 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -707043.3904042 Edm = 2.60636 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -707045.9852619 Edm = 0.0802198 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -707046.0998632 Edm = 0.00792573 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -707046.1250428 Edm = 0.0121337 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -707046.6584871 Edm = 0.358747 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -707050.8760056 Edm = 4.34616 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -707066.0487376 Edm = 7.81312 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -707087.7697753 Edm = 5.53253 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -707096.1996083 Edm = 9.24954 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -707106.523647 Edm = 6.1839 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -707111.9334787 Edm = 3.75002 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -707113.9417513 Edm = 0.895258 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -707114.9017473 Edm = 0.0951606 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -707114.9927489 Edm = 0.00529981 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -707115.0294082 Edm = 0.0278931 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -707118.556196 Edm = 2.36869 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -707134.6782958 Edm = 1.57927 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -707135.9944741 Edm = 0.0353519 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -707136.0291029 Edm = 0.00171946 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -707136.0397928 Edm = 0.00826661 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -707137.4264879 Edm = 1.32317 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -707193.464449 Edm = 6.51471 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -707203.495831 Edm = 1.60879 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -707222.7543617 Edm = 14.9639 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -707223.1527796 Edm = 1.00841 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -707226.8884268 Edm = 3.13036 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -707240.3360515 Edm = 4.99121 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -707249.7799473 Edm = 2.16009 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -707251.934627 Edm = 0.177626 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -707252.0744762 Edm = 0.011899 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -707252.0873303 Edm = 0.0019921 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -707252.1814451 Edm = 0.102081 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -707252.8410343 Edm = 0.632829 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -707261.2852037 Edm = 5.9214 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -707301.1673897 Edm = 9.23059 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -707310.7306351 Edm = 1.22191 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -707312.5280858 Edm = 0.0759958 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -707312.65848 Edm = 0.0248833 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -707312.6811898 Edm = 0.00972841 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -707312.6954025 Edm = 0.00281474 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -707312.7001124 Edm = 0.00111951 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -707312.7077357 Edm = 0.00535912 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -707312.7904588 Edm = 0.0602423 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -707316.535152 Edm = 3.25611 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -707389.1159204 Edm = 65.6479 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -707395.2122319 Edm = 13.184 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -707415.5167235 Edm = 21.3254 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -707464.0144138 Edm = 7.89476 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -707470.2509901 Edm = 2.01568 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -707471.6246668 Edm = 0.411418 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -707472.0770831 Edm = 0.134971 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -707472.4017373 Edm = 0.144727 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -707472.614651 Edm = 0.0556674 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -707472.7068476 Edm = 0.0126232 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -707472.7347742 Edm = 0.0117524 NCalls = 241 +VariableMetric: Iteration # 77 - FCN = -707472.7901293 Edm = 0.0358003 NCalls = 243 +VariableMetric: Iteration # 78 - FCN = -707472.9241651 Edm = 0.0202538 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -707472.9511646 Edm = 0.00933211 NCalls = 248 +VariableMetric: Iteration # 80 - FCN = -707472.9613571 Edm = 0.00443715 NCalls = 250 +VariableMetric: Iteration # 81 - FCN = -707473.0322827 Edm = 0.0770622 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -707473.7766878 Edm = 0.669111 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -707491.4199962 Edm = 21.095 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -707497.3977132 Edm = 3.12541 NCalls = 272 +VariableMetric: Iteration # 85 - FCN = -707502.6101428 Edm = 9.87877 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -707503.8944909 Edm = 0.708913 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -707504.8765408 Edm = 0.282243 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -707505.935787 Edm = 0.336859 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -707506.3053974 Edm = 0.0514007 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -707506.3394459 Edm = 0.00277542 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -707506.3421581 Edm = 0.000359032 NCalls = 288 +VariableMetric: Iteration # 92 - FCN = -707506.34438 Edm = 0.00170914 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -707506.4522769 Edm = 0.0947208 NCalls = 296 +VariableMetric: Iteration # 94 - FCN = -707515.4448271 Edm = 4.47752 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -707524.6186218 Edm = 0.799309 NCalls = 304 +VariableMetric: Iteration # 96 - FCN = -707525.800826 Edm = 0.0938863 NCalls = 306 +VariableMetric: Iteration # 97 - FCN = -707525.9171148 Edm = 0.00987406 NCalls = 308 +VariableMetric: Iteration # 98 - FCN = -707525.9282148 Edm = 0.000728585 NCalls = 310 +VariableMetric: Iteration # 99 - FCN = -707525.929039 Edm = 0.000160511 NCalls = 312 +VariableMetric: Iteration # 100 - FCN = -707525.9319714 Edm = 0.0018422 NCalls = 316 +VariableMetric: Iteration # 101 - FCN = -707525.9408628 Edm = 0.0055071 NCalls = 318 +VariableMetric: Iteration # 102 - FCN = -707526.4685311 Edm = 0.429511 NCalls = 323 +VariableMetric: Iteration # 103 - FCN = -707530.2103752 Edm = 0.594981 NCalls = 327 +VariableMetric: Iteration # 104 - FCN = -707530.6989791 Edm = 0.118624 NCalls = 329 +VariableMetric: Iteration # 105 - FCN = -707530.7700754 Edm = 0.00226405 NCalls = 331 +VariableMetric: Iteration # 106 - FCN = -707530.772345 Edm = 0.000163209 NCalls = 332 +VariableMetric: Iteration # 107 - FCN = -707530.7725313 Edm = 0.000106214 NCalls = 334 +VariableMetric: Iteration # 108 - FCN = -707530.7734124 Edm = 0.000814085 NCalls = 337 +VariableMetric: Iteration # 109 - FCN = -707530.8522082 Edm = 0.0874723 NCalls = 342 +VariableMetric: Iteration # 110 - FCN = -707531.0243938 Edm = 0.161876 NCalls = 348 +VariableMetric: Iteration # 111 - FCN = -707536.522219 Edm = 0.174203 NCalls = 352 +VariableMetric: Iteration # 112 - FCN = -707536.7814837 Edm = 0.0130607 NCalls = 354 +VariableMetric: Iteration # 113 - FCN = -707536.7953285 Edm = 0.000336712 NCalls = 355 +VariableMetric: Iteration # 114 - FCN = -707536.7957684 Edm = 6.9593e-05 NCalls = 357 +VariableMetric: After Hessian - FCN = -707536.7957684 Edm = 14.426 NCalls = 716 +VariableMetric: Iteration # 115 - FCN = -707536.7957684 Edm = 14.426 NCalls = 716 +VariableMetric: Iteration # 116 - FCN = -707537.0839242 Edm = 184.665 NCalls = 720 +VariableMetric: Iteration # 117 - FCN = -707540.0683404 Edm = 0.0915647 NCalls = 723 +VariableMetric: Iteration # 118 - FCN = -707540.8346466 Edm = 743.572 NCalls = 732 +VariableMetric: Iteration # 119 - FCN = -707540.8393912 Edm = 84.7084 NCalls = 736 +VariableMetric: Iteration # 120 - FCN = -707540.8432022 Edm = 7.57508 NCalls = 740 +VariableMetric: Iteration # 121 - FCN = -707540.8468877 Edm = 19.5124 NCalls = 744 +VariableMetric: Iteration # 122 - FCN = -707540.8506326 Edm = 2.99735 NCalls = 748 +VariableMetric: Iteration # 123 - FCN = -707540.8618552 Edm = 10.9927 NCalls = 751 +VariableMetric: Iteration # 124 - FCN = -707540.8968626 Edm = 7.52681 NCalls = 754 +VariableMetric: Iteration # 125 - FCN = -707540.9258344 Edm = 3.65142 NCalls = 757 +VariableMetric: Iteration # 126 - FCN = -707540.9973376 Edm = 5.07066 NCalls = 759 +VariableMetric: Iteration # 127 - FCN = -707541.0803101 Edm = 1.18909 NCalls = 761 +VariableMetric: Iteration # 128 - FCN = -707541.1694204 Edm = 1.05953 NCalls = 763 +VariableMetric: Iteration # 129 - FCN = -707541.2597995 Edm = 0.710798 NCalls = 765 +VariableMetric: Iteration # 130 - FCN = -707541.3182812 Edm = 0.338091 NCalls = 767 +VariableMetric: Iteration # 131 - FCN = -707541.3633927 Edm = 0.270846 NCalls = 769 +VariableMetric: Iteration # 132 - FCN = -707541.4415477 Edm = 0.269616 NCalls = 771 +VariableMetric: Iteration # 133 - FCN = -707541.5122637 Edm = 0.779793 NCalls = 773 +VariableMetric: Iteration # 134 - FCN = -707541.7132913 Edm = 1.16933 NCalls = 775 +VariableMetric: Iteration # 135 - FCN = -707541.7576339 Edm = 0.0974638 NCalls = 777 +VariableMetric: Iteration # 136 - FCN = -707541.7915352 Edm = 0.368786 NCalls = 779 +VariableMetric: Iteration # 137 - FCN = -707541.8248928 Edm = 0.541339 NCalls = 781 +VariableMetric: Iteration # 138 - FCN = -707542.3182605 Edm = 1.49122 NCalls = 786 +VariableMetric: Iteration # 139 - FCN = -707542.465197 Edm = 0.937002 NCalls = 789 +VariableMetric: Iteration # 140 - FCN = -707542.7976774 Edm = 1.41556 NCalls = 792 +VariableMetric: Iteration # 141 - FCN = -707543.0851775 Edm = 1.48643 NCalls = 796 +VariableMetric: Iteration # 142 - FCN = -707544.1950054 Edm = 0.740648 NCalls = 800 +VariableMetric: Iteration # 143 - FCN = -707544.6405701 Edm = 1.07037 NCalls = 802 +VariableMetric: Iteration # 144 - FCN = -707544.9883266 Edm = 0.330951 NCalls = 804 +VariableMetric: Iteration # 145 - FCN = -707545.1889257 Edm = 0.278771 NCalls = 806 +VariableMetric: Iteration # 146 - FCN = -707545.4211954 Edm = 0.282272 NCalls = 808 +VariableMetric: Iteration # 147 - FCN = -707546.2140361 Edm = 0.779632 NCalls = 812 +VariableMetric: Iteration # 148 - FCN = -707546.9447503 Edm = 0.559046 NCalls = 816 +VariableMetric: Iteration # 149 - FCN = -707547.5307274 Edm = 0.677926 NCalls = 818 +VariableMetric: Iteration # 150 - FCN = -707549.1363682 Edm = 1.13921 NCalls = 821 +VariableMetric: Iteration # 151 - FCN = -707551.3579658 Edm = 1.2181 NCalls = 823 +VariableMetric: Iteration # 152 - FCN = -707553.369598 Edm = 1.01583 NCalls = 825 +VariableMetric: Iteration # 153 - FCN = -707555.7005364 Edm = 1.19059 NCalls = 831 +VariableMetric: Iteration # 154 - FCN = -707556.9252677 Edm = 2.41417 NCalls = 833 +VariableMetric: Iteration # 155 - FCN = -707557.6969901 Edm = 0.695834 NCalls = 835 +VariableMetric: Iteration # 156 - FCN = -707558.5004598 Edm = 0.485621 NCalls = 837 +VariableMetric: Iteration # 157 - FCN = -707558.831559 Edm = 0.214838 NCalls = 839 +VariableMetric: Iteration # 158 - FCN = -707559.053922 Edm = 0.193021 NCalls = 841 +VariableMetric: Iteration # 159 - FCN = -707559.1560966 Edm = 0.237364 NCalls = 843 +VariableMetric: Iteration # 160 - FCN = -707559.5245669 Edm = 0.233199 NCalls = 847 +VariableMetric: Iteration # 161 - FCN = -707559.7694448 Edm = 0.215182 NCalls = 848 +VariableMetric: Iteration # 162 - FCN = -707559.9515839 Edm = 0.0680348 NCalls = 850 +VariableMetric: Iteration # 163 - FCN = -707560.0235671 Edm = 0.0698054 NCalls = 851 +VariableMetric: Iteration # 164 - FCN = -707560.0726943 Edm = 0.0311811 NCalls = 853 +VariableMetric: Iteration # 165 - FCN = -707560.1360111 Edm = 0.0279907 NCalls = 855 +VariableMetric: Iteration # 166 - FCN = -707560.1830332 Edm = 0.00623314 NCalls = 857 +VariableMetric: Iteration # 167 - FCN = -707560.1892744 Edm = 0.000906676 NCalls = 858 +VariableMetric: Iteration # 168 - FCN = -707560.1923845 Edm = 0.00159475 NCalls = 860 +VariableMetric: Iteration # 169 - FCN = -707560.1981116 Edm = 0.00167703 NCalls = 864 +VariableMetric: Iteration # 170 - FCN = -707560.1999869 Edm = 0.000878795 NCalls = 866 +VariableMetric: Iteration # 171 - FCN = -707560.2016516 Edm = 0.000931139 NCalls = 868 +VariableMetric: Iteration # 172 - FCN = -707560.215178 Edm = 0.0155184 NCalls = 875 +VariableMetric: Iteration # 173 - FCN = -707560.2198098 Edm = 0.0323196 NCalls = 879 +VariableMetric: Iteration # 174 - FCN = -707560.2283633 Edm = 0.0156132 NCalls = 883 +VariableMetric: Iteration # 175 - FCN = -707560.2476594 Edm = 0.0311398 NCalls = 888 +VariableMetric: Iteration # 176 - FCN = -707560.3117832 Edm = 0.0199344 NCalls = 894 +VariableMetric: Iteration # 177 - FCN = -707560.3293802 Edm = 0.00855579 NCalls = 896 +VariableMetric: Iteration # 178 - FCN = -707560.3358659 Edm = 0.00226772 NCalls = 898 +VariableMetric: Iteration # 179 - FCN = -707560.3404612 Edm = 0.00325286 NCalls = 900 +VariableMetric: Iteration # 180 - FCN = -707560.3422565 Edm = 0.000909788 NCalls = 902 +VariableMetric: Iteration # 181 - FCN = -707560.3435604 Edm = 0.000194727 NCalls = 904 +VariableMetric: Iteration # 182 - FCN = -707560.3441335 Edm = 0.000267224 NCalls = 906 +VariableMetric: Iteration # 183 - FCN = -707560.3479383 Edm = 0.00289236 NCalls = 909 +VariableMetric: Iteration # 184 - FCN = -707560.3561862 Edm = 0.00148821 NCalls = 911 +VariableMetric: Iteration # 185 - FCN = -707560.3565947 Edm = 0.000294126 NCalls = 913 +VariableMetric: Iteration # 186 - FCN = -707560.3568338 Edm = 1.08308e-05 NCalls = 915 +VariableMetric: After Hessian - FCN = -707560.3568338 Edm = 6.67734e-05 NCalls = 1294 +VariableMetric: Iteration # 187 - FCN = -707560.3568338 Edm = 6.67734e-05 NCalls = 1294 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -702725.4941242 Edm = 1.57678 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -702725.4941242 Edm = 1.57678 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -705179.3776426 Edm = 0.268312 NCalls = 11 +VariableMetric: Iteration # 2 - FCN = -705179.675951 Edm = 0.325262 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -705531.5949377 Edm = 61.1904 NCalls = 20 +VariableMetric: Iteration # 4 - FCN = -705622.7310826 Edm = 15.1879 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -705631.5906839 Edm = 0.273347 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -705631.9837309 Edm = 0.165494 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -705683.3750797 Edm = 34.7467 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -705757.7039134 Edm = 1.7617 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -705759.1805349 Edm = 0.133281 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -705777.1909732 Edm = 17.1432 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -705893.6330676 Edm = 4.2249 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -705898.6719581 Edm = 0.342219 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -705899.1917714 Edm = 0.0824348 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -705899.4465227 Edm = 0.223248 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -705927.3059823 Edm = 6.40413 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -705938.9821505 Edm = 0.559768 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -705939.8100896 Edm = 0.0406816 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -705939.890704 Edm = 0.0308712 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -705940.2727123 Edm = 0.36342 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -705949.8446355 Edm = 9.77673 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -705993.0255702 Edm = 19.8664 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -706029.3878382 Edm = 4.3997 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -706032.4809128 Edm = 0.368776 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -706032.9122832 Edm = 0.0437026 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -706033.0139757 Edm = 0.0344461 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -706033.6464789 Edm = 0.478699 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -706048.3493126 Edm = 13.2132 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -706135.0447621 Edm = 15.1896 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -706149.4608773 Edm = 0.6259 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -706150.0336133 Edm = 0.0850018 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -706150.1209219 Edm = 0.0201345 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -706150.1667502 Edm = 0.0468212 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -706152.2727351 Edm = 1.95393 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -706170.5479842 Edm = 9.34053 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -706186.4493812 Edm = 3.02785 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -706193.4061361 Edm = 0.548493 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -706194.7785224 Edm = 0.280788 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -706198.3270651 Edm = 14.5669 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -706198.759706 Edm = 1.0657 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -706209.1780345 Edm = 4.96859 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -706213.1768052 Edm = 8.71584 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -706216.3458595 Edm = 0.974776 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -706217.8783371 Edm = 0.363094 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -706218.2404843 Edm = 0.0143926 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -706218.2578608 Edm = 0.0043742 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -706218.2961342 Edm = 0.0355881 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -706218.9170412 Edm = 0.518759 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -706225.3937388 Edm = 3.70135 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -706245.2297503 Edm = 11.1934 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -706262.6901892 Edm = 4.15883 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -706265.8834391 Edm = 0.742887 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -706266.5373593 Edm = 0.0383138 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -706266.5798469 Edm = 0.00753173 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -706266.5916034 Edm = 0.00699803 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -706266.6951517 Edm = 0.0965365 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -706268.6604018 Edm = 2.29357 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -706278.0238488 Edm = 13.4713 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -706279.8627498 Edm = 1.98054 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -706282.935866 Edm = 2.57939 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -706310.9876258 Edm = 26.79 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -706515.172892 Edm = 207.458 NCalls = 215 +VariableMetric: Iteration # 62 - FCN = -706528.0750475 Edm = 34.8251 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -706533.7169142 Edm = 9.11343 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -706547.7038135 Edm = 12.4925 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -706605.0754201 Edm = 71.1069 NCalls = 227 +VariableMetric: Iteration # 66 - FCN = -706851.2467776 Edm = 902.545 NCalls = 238 +VariableMetric: Iteration # 67 - FCN = -707030.6265602 Edm = 692.995 NCalls = 240 +VariableMetric: Iteration # 68 - FCN = -707232.9244464 Edm = 54.9584 NCalls = 242 +VariableMetric: Iteration # 69 - FCN = -707288.8570663 Edm = 5.1719 NCalls = 244 +VariableMetric: Iteration # 70 - FCN = -707297.7296187 Edm = 1.03868 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -707299.4337959 Edm = 0.306839 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -707300.2750625 Edm = 0.32172 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -707301.2434194 Edm = 0.224661 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -707301.726376 Edm = 0.137987 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -707302.0515907 Edm = 0.0716426 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -707302.4430256 Edm = 0.235944 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -707306.8431965 Edm = 1.36932 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -707310.8605565 Edm = 0.280691 NCalls = 265 +VariableMetric: Iteration # 79 - FCN = -707311.1887561 Edm = 0.029106 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -707311.2415167 Edm = 0.00553386 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -707311.2511419 Edm = 0.00279925 NCalls = 271 +VariableMetric: Iteration # 82 - FCN = -707311.2786899 Edm = 0.0216478 NCalls = 274 +VariableMetric: Iteration # 83 - FCN = -707312.3147205 Edm = 0.990958 NCalls = 279 +VariableMetric: Iteration # 84 - FCN = -707329.7923289 Edm = 9.10169 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -707344.2772141 Edm = 3.43059 NCalls = 286 +VariableMetric: Iteration # 86 - FCN = -707349.1698219 Edm = 0.900546 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -707349.9681317 Edm = 0.27917 NCalls = 290 +VariableMetric: Iteration # 88 - FCN = -707350.1286864 Edm = 0.022185 NCalls = 292 +VariableMetric: Iteration # 89 - FCN = -707350.157751 Edm = 0.00321713 NCalls = 294 +VariableMetric: Iteration # 90 - FCN = -707350.1614752 Edm = 0.000481658 NCalls = 296 +VariableMetric: Iteration # 91 - FCN = -707350.1643821 Edm = 0.00201924 NCalls = 299 +VariableMetric: Iteration # 92 - FCN = -707350.2047656 Edm = 0.0290458 NCalls = 303 +VariableMetric: Iteration # 93 - FCN = -707352.6128153 Edm = 1.90426 NCalls = 308 +VariableMetric: Iteration # 94 - FCN = -707381.934362 Edm = 9.71619 NCalls = 312 +VariableMetric: Iteration # 95 - FCN = -707392.5779446 Edm = 1.34299 NCalls = 313 +VariableMetric: Iteration # 96 - FCN = -707394.6150961 Edm = 0.0885506 NCalls = 315 +VariableMetric: Iteration # 97 - FCN = -707394.7335393 Edm = 0.00358115 NCalls = 317 +VariableMetric: Iteration # 98 - FCN = -707394.7383336 Edm = 0.000146246 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -707394.7386323 Edm = 9.32112e-05 NCalls = 321 +VariableMetric: Iteration # 100 - FCN = -707394.7389915 Edm = 0.000156345 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -707394.7412342 Edm = 0.00188155 NCalls = 326 +VariableMetric: Iteration # 102 - FCN = -707394.7853723 Edm = 0.0372718 NCalls = 330 +VariableMetric: Iteration # 103 - FCN = -707395.8901515 Edm = 0.205651 NCalls = 335 +VariableMetric: Iteration # 104 - FCN = -707396.213122 Edm = 0.0157939 NCalls = 337 +VariableMetric: Iteration # 105 - FCN = -707396.2384424 Edm = 0.000866466 NCalls = 339 +VariableMetric: Iteration # 106 - FCN = -707396.2397846 Edm = 7.73476e-05 NCalls = 341 +VariableMetric: Iteration # 107 - FCN = -707396.2398831 Edm = 3.15084e-06 NCalls = 343 +VariableMetric: After Hessian - FCN = -707396.2398831 Edm = 56.6444 NCalls = 712 +VariableMetric: Iteration # 108 - FCN = -707396.2398831 Edm = 56.6444 NCalls = 712 +VariableMetric: Iteration # 109 - FCN = -707432.3519839 Edm = 9.14599 NCalls = 714 +VariableMetric: Iteration # 110 - FCN = -707434.1387095 Edm = 0.880193 NCalls = 716 +VariableMetric: Iteration # 111 - FCN = -707434.346243 Edm = 0.231924 NCalls = 719 +VariableMetric: Iteration # 112 - FCN = -707434.5278258 Edm = 0.0977349 NCalls = 721 +VariableMetric: Iteration # 113 - FCN = -707434.8271217 Edm = 1.23876 NCalls = 723 +VariableMetric: Iteration # 114 - FCN = -707434.9950601 Edm = 0.389509 NCalls = 727 +VariableMetric: Iteration # 115 - FCN = -707435.4255373 Edm = 2.01574 NCalls = 731 +VariableMetric: Iteration # 116 - FCN = -707435.8234101 Edm = 1.81542 NCalls = 733 +VariableMetric: Iteration # 117 - FCN = -707436.2996306 Edm = 0.637043 NCalls = 738 +VariableMetric: Iteration # 118 - FCN = -707441.4772673 Edm = 0.854276 NCalls = 744 +VariableMetric: Iteration # 119 - FCN = -707441.6337752 Edm = 0.291573 NCalls = 746 +VariableMetric: Iteration # 120 - FCN = -707441.7425175 Edm = 0.0243761 NCalls = 748 +VariableMetric: Iteration # 121 - FCN = -707441.7701774 Edm = 0.0291105 NCalls = 750 +VariableMetric: Iteration # 122 - FCN = -707441.8377212 Edm = 0.0234919 NCalls = 753 +VariableMetric: Iteration # 123 - FCN = -707441.8695487 Edm = 0.0137468 NCalls = 755 +VariableMetric: Iteration # 124 - FCN = -707441.8815807 Edm = 0.00727572 NCalls = 757 +VariableMetric: Iteration # 125 - FCN = -707441.9280798 Edm = 0.0589277 NCalls = 760 +VariableMetric: Iteration # 126 - FCN = -707442.0046029 Edm = 0.0958812 NCalls = 764 +VariableMetric: Iteration # 127 - FCN = -707442.1002696 Edm = 0.0847731 NCalls = 769 +VariableMetric: Iteration # 128 - FCN = -707442.1174208 Edm = 0.0325018 NCalls = 772 +VariableMetric: Iteration # 129 - FCN = -707442.259341 Edm = 0.20045 NCalls = 777 +VariableMetric: Iteration # 130 - FCN = -707442.6445052 Edm = 0.262634 NCalls = 786 +VariableMetric: Iteration # 131 - FCN = -707442.6474663 Edm = 0.0103819 NCalls = 788 +VariableMetric: Iteration # 132 - FCN = -707442.6643281 Edm = 0.0138076 NCalls = 790 +VariableMetric: Iteration # 133 - FCN = -707442.8396688 Edm = 0.141143 NCalls = 796 +VariableMetric: Iteration # 134 - FCN = -707443.2012179 Edm = 0.745018 NCalls = 798 +VariableMetric: Iteration # 135 - FCN = -707443.5277477 Edm = 0.169875 NCalls = 803 +VariableMetric: Iteration # 136 - FCN = -707443.6546781 Edm = 0.0489132 NCalls = 805 +VariableMetric: Iteration # 137 - FCN = -707443.6965464 Edm = 0.0108364 NCalls = 807 +VariableMetric: Iteration # 138 - FCN = -707443.7190619 Edm = 0.0262516 NCalls = 809 +VariableMetric: Iteration # 139 - FCN = -707443.7700271 Edm = 0.0610866 NCalls = 812 +VariableMetric: Iteration # 140 - FCN = -707443.8409757 Edm = 0.0886372 NCalls = 816 +VariableMetric: Iteration # 141 - FCN = -707443.8530585 Edm = 0.0141537 NCalls = 819 +VariableMetric: Iteration # 142 - FCN = -707443.932092 Edm = 0.0893434 NCalls = 823 +VariableMetric: Iteration # 143 - FCN = -707444.0153975 Edm = 0.0200058 NCalls = 827 +VariableMetric: Iteration # 144 - FCN = -707444.0392148 Edm = 0.0148233 NCalls = 829 +VariableMetric: Iteration # 145 - FCN = -707444.0567499 Edm = 0.0155061 NCalls = 831 +VariableMetric: Iteration # 146 - FCN = -707444.1014759 Edm = 0.0307748 NCalls = 835 +VariableMetric: Iteration # 147 - FCN = -707444.1414653 Edm = 0.0649004 NCalls = 839 +VariableMetric: Iteration # 148 - FCN = -707444.2060731 Edm = 0.0681299 NCalls = 844 +VariableMetric: Iteration # 149 - FCN = -707444.3410444 Edm = 0.127867 NCalls = 848 +VariableMetric: Iteration # 150 - FCN = -707444.5435763 Edm = 0.0637893 NCalls = 850 +VariableMetric: Iteration # 151 - FCN = -707444.6130441 Edm = 0.0234594 NCalls = 852 +VariableMetric: Iteration # 152 - FCN = -707444.6233011 Edm = 0.0100102 NCalls = 854 +VariableMetric: Iteration # 153 - FCN = -707444.6343441 Edm = 0.00243584 NCalls = 856 +VariableMetric: Iteration # 154 - FCN = -707444.639432 Edm = 0.000658051 NCalls = 858 +VariableMetric: Iteration # 155 - FCN = -707444.6408357 Edm = 0.000444274 NCalls = 860 +VariableMetric: Iteration # 156 - FCN = -707444.6419188 Edm = 0.00071292 NCalls = 862 +VariableMetric: Iteration # 157 - FCN = -707444.6464015 Edm = 0.00201955 NCalls = 866 +VariableMetric: Iteration # 158 - FCN = -707444.6497908 Edm = 0.000820864 NCalls = 868 +VariableMetric: Iteration # 159 - FCN = -707444.6510347 Edm = 0.000500015 NCalls = 870 +VariableMetric: Iteration # 160 - FCN = -707444.6520951 Edm = 0.00046265 NCalls = 873 +VariableMetric: Iteration # 161 - FCN = -707444.6531551 Edm = 0.00034596 NCalls = 875 +VariableMetric: Iteration # 162 - FCN = -707444.6539044 Edm = 7.32852e-05 NCalls = 877 +VariableMetric: Iteration # 163 - FCN = -707444.654007 Edm = 4.42667e-06 NCalls = 879 +VariableMetric: After Hessian - FCN = -707444.654007 Edm = 6.56835e-06 NCalls = 1256 +VariableMetric: Iteration # 164 - FCN = -707444.654007 Edm = 6.56835e-06 NCalls = 1256 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -704700.1491978 Edm = 8.74366 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -704700.1491978 Edm = 8.74366 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -706532.4423431 Edm = 0.20189 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -706536.6356403 Edm = 4.14561 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -706608.4015773 Edm = 2.41303 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -706611.1003664 Edm = 0.0652394 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -706625.0065994 Edm = 12.7359 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -706922.8369094 Edm = 17.7184 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -706947.1127651 Edm = 3.2795 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -706951.0471079 Edm = 0.79778 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -706951.9258441 Edm = 0.100959 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -706961.6716044 Edm = 9.93009 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -707024.190497 Edm = 7.32672 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -707031.714712 Edm = 0.181953 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -707031.8586237 Edm = 0.0159746 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -707031.9096292 Edm = 0.0400272 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -707046.5929233 Edm = 5.31305 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -707095.9898798 Edm = 17.8019 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -707121.5991069 Edm = 4.62728 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -707128.051436 Edm = 0.417163 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -707128.6000583 Edm = 0.0148291 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -707128.6230453 Edm = 0.00648403 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -707129.0022664 Edm = 0.388339 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -707132.4099077 Edm = 3.05561 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -707165.9195511 Edm = 1.02598 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -707167.1638308 Edm = 0.0620758 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -707167.2386841 Edm = 0.00250446 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -707167.2429975 Edm = 0.0020486 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -707167.307916 Edm = 0.0628898 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -707178.8204759 Edm = 7.34105 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -707195.3040473 Edm = 0.336287 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -707195.6123415 Edm = 0.0123802 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -707195.6259796 Edm = 0.00149679 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -707195.6296567 Edm = 0.00199062 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -707195.8750347 Edm = 0.228349 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -707209.3274995 Edm = 1.61837 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -707211.2129712 Edm = 0.0205359 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -707211.2337095 Edm = 0.00248879 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -707211.2369747 Edm = 0.00116408 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -707211.2754602 Edm = 0.0383598 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -707212.5445717 Edm = 0.242794 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -707213.7979386 Edm = 0.00483314 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -707213.8040736 Edm = 0.000959807 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -707213.8131943 Edm = 0.00977129 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -707214.8151196 Edm = 0.813633 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -707214.8382138 Edm = 0.000884313 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -707214.8561777 Edm = 0.0166894 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -707220.6184773 Edm = 6.0423 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -707220.7008822 Edm = 0.0761726 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -707225.4601553 Edm = 4.34526 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -707268.1385709 Edm = 9.1375 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -707272.8896621 Edm = 0.508267 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -707273.3085378 Edm = 0.0268365 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -707273.3387811 Edm = 0.00393109 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -707273.3434448 Edm = 0.00288752 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -707273.3510893 Edm = 0.00433232 NCalls = 185 +VariableMetric: Iteration # 55 - FCN = -707273.4022909 Edm = 0.0355826 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -707274.7161475 Edm = 0.907613 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -707302.520694 Edm = 4.22246 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -707307.4221049 Edm = 0.830011 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -707308.0150601 Edm = 0.0474674 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -707308.0784375 Edm = 0.00436911 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -707308.0847409 Edm = 0.00171968 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -707308.1005823 Edm = 0.00910893 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -707308.1499564 Edm = 0.0274209 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -707308.9483602 Edm = 0.748011 NCalls = 214 +VariableMetric: Iteration # 65 - FCN = -707331.5515398 Edm = 14.913 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -707375.1628342 Edm = 4.41216 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -707380.9591349 Edm = 1.27985 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -707382.3830492 Edm = 0.513954 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -707382.88936 Edm = 0.0551514 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -707382.9246749 Edm = 0.0261914 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -707382.9546833 Edm = 0.00398321 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -707382.9600563 Edm = 0.00119663 NCalls = 233 +VariableMetric: Iteration # 73 - FCN = -707382.9653888 Edm = 0.00160358 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -707382.9751529 Edm = 0.00724324 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -707384.0805249 Edm = 0.900221 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -707396.9825597 Edm = 0.847579 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -707397.754737 Edm = 0.0439993 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -707397.7902018 Edm = 0.00191442 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -707397.7921756 Edm = 0.000223237 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -707397.7926907 Edm = 0.000273948 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -707397.8012156 Edm = 0.00751287 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -707398.2287024 Edm = 0.445314 NCalls = 263 +VariableMetric: Iteration # 83 - FCN = -707404.2933785 Edm = 2.59256 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -707407.9890096 Edm = 0.959099 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -707409.2445317 Edm = 0.526144 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -707410.0900139 Edm = 0.341721 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -707410.4848911 Edm = 0.360949 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -707410.7483814 Edm = 0.309867 NCalls = 285 +VariableMetric: Iteration # 89 - FCN = -707410.9685726 Edm = 0.0423056 NCalls = 288 +VariableMetric: Iteration # 90 - FCN = -707410.9928817 Edm = 0.00932954 NCalls = 290 +VariableMetric: Iteration # 91 - FCN = -707411.0007191 Edm = 0.00117674 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -707411.0030402 Edm = 0.00115245 NCalls = 293 +VariableMetric: Iteration # 93 - FCN = -707411.0089878 Edm = 0.00627006 NCalls = 295 +VariableMetric: Iteration # 94 - FCN = -707411.0514418 Edm = 0.0399659 NCalls = 299 +VariableMetric: Iteration # 95 - FCN = -707411.6570351 Edm = 0.502599 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -707416.7323219 Edm = 2.39432 NCalls = 306 +VariableMetric: Iteration # 97 - FCN = -707420.802553 Edm = 0.853738 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -707421.6644001 Edm = 0.267178 NCalls = 310 +VariableMetric: Iteration # 99 - FCN = -707421.9384599 Edm = 0.135245 NCalls = 312 +VariableMetric: Iteration # 100 - FCN = -707422.0974705 Edm = 0.0325466 NCalls = 314 +VariableMetric: Iteration # 101 - FCN = -707422.1287572 Edm = 0.00512653 NCalls = 316 +VariableMetric: Iteration # 102 - FCN = -707422.1318941 Edm = 0.000710801 NCalls = 318 +VariableMetric: Iteration # 103 - FCN = -707422.1324923 Edm = 0.000179467 NCalls = 319 +VariableMetric: Iteration # 104 - FCN = -707422.1336301 Edm = 0.00115443 NCalls = 322 +VariableMetric: Iteration # 105 - FCN = -707422.1803581 Edm = 0.037689 NCalls = 328 +VariableMetric: Iteration # 106 - FCN = -707423.2352294 Edm = 0.507288 NCalls = 333 +VariableMetric: Iteration # 107 - FCN = -707424.7978395 Edm = 0.202856 NCalls = 335 +VariableMetric: Iteration # 108 - FCN = -707425.0782376 Edm = 0.0624198 NCalls = 338 +VariableMetric: Iteration # 109 - FCN = -707425.1412834 Edm = 0.0114269 NCalls = 339 +VariableMetric: Iteration # 110 - FCN = -707425.1570876 Edm = 0.00278767 NCalls = 341 +VariableMetric: Iteration # 111 - FCN = -707425.1618578 Edm = 0.000473779 NCalls = 343 +VariableMetric: Iteration # 112 - FCN = -707425.1624796 Edm = 5.47665e-05 NCalls = 345 +VariableMetric: After Hessian - FCN = -707425.1624796 Edm = 209.705 NCalls = 704 +VariableMetric: Iteration # 113 - FCN = -707425.1624796 Edm = 209.705 NCalls = 704 +VariableMetric: Iteration # 114 - FCN = -707427.7554482 Edm = 4577.19 NCalls = 713 +VariableMetric: Iteration # 115 - FCN = -707473.7308741 Edm = 22.7566 NCalls = 724 +VariableMetric: Iteration # 116 - FCN = -707475.8659551 Edm = 36.5191 NCalls = 735 +VariableMetric: Iteration # 117 - FCN = -707477.7291516 Edm = 5.41426 NCalls = 746 +VariableMetric: Iteration # 118 - FCN = -707478.9739165 Edm = 0.143217 NCalls = 748 +VariableMetric: Iteration # 119 - FCN = -707479.3615136 Edm = 0.0905522 NCalls = 750 +VariableMetric: Iteration # 120 - FCN = -707479.4725493 Edm = 0.0248301 NCalls = 752 +VariableMetric: Iteration # 121 - FCN = -707479.5103595 Edm = 0.00865286 NCalls = 754 +VariableMetric: Iteration # 122 - FCN = -707479.5447427 Edm = 0.00910387 NCalls = 756 +VariableMetric: Iteration # 123 - FCN = -707479.697306 Edm = 0.168376 NCalls = 760 +VariableMetric: Iteration # 124 - FCN = -707480.0883064 Edm = 0.304823 NCalls = 765 +VariableMetric: Iteration # 125 - FCN = -707480.2958217 Edm = 0.469005 NCalls = 767 +VariableMetric: Iteration # 126 - FCN = -707480.668927 Edm = 0.313594 NCalls = 770 +VariableMetric: Iteration # 127 - FCN = -707480.9653577 Edm = 0.12588 NCalls = 772 +VariableMetric: Iteration # 128 - FCN = -707481.1196696 Edm = 0.0686975 NCalls = 775 +VariableMetric: Iteration # 129 - FCN = -707481.2007122 Edm = 0.0201935 NCalls = 777 +VariableMetric: Iteration # 130 - FCN = -707481.2375468 Edm = 0.0111533 NCalls = 779 +VariableMetric: Iteration # 131 - FCN = -707481.4551248 Edm = 0.217151 NCalls = 786 +VariableMetric: Iteration # 132 - FCN = -707481.476634 Edm = 0.111578 NCalls = 789 +VariableMetric: Iteration # 133 - FCN = -707481.7618794 Edm = 0.272982 NCalls = 794 +VariableMetric: Iteration # 134 - FCN = -707481.9014118 Edm = 0.21854 NCalls = 798 +VariableMetric: Iteration # 135 - FCN = -707482.097037 Edm = 0.210724 NCalls = 803 +VariableMetric: Iteration # 136 - FCN = -707482.5505811 Edm = 0.364003 NCalls = 808 +VariableMetric: Iteration # 137 - FCN = -707483.0638777 Edm = 0.0736487 NCalls = 810 +VariableMetric: Iteration # 138 - FCN = -707483.16254 Edm = 0.0769371 NCalls = 812 +VariableMetric: Iteration # 139 - FCN = -707483.2420385 Edm = 0.0383462 NCalls = 814 +VariableMetric: Iteration # 140 - FCN = -707483.3139779 Edm = 0.0111641 NCalls = 816 +VariableMetric: Iteration # 141 - FCN = -707483.3279236 Edm = 0.00391646 NCalls = 818 +VariableMetric: Iteration # 142 - FCN = -707483.3314756 Edm = 0.00154543 NCalls = 820 +VariableMetric: Iteration # 143 - FCN = -707483.333219 Edm = 0.000260167 NCalls = 822 +VariableMetric: Iteration # 144 - FCN = -707483.3341459 Edm = 0.00053609 NCalls = 824 +VariableMetric: Iteration # 145 - FCN = -707483.3371225 Edm = 0.000859972 NCalls = 827 +VariableMetric: Iteration # 146 - FCN = -707483.3397912 Edm = 0.000985628 NCalls = 830 +VariableMetric: Iteration # 147 - FCN = -707483.3424375 Edm = 0.00136247 NCalls = 833 +VariableMetric: Iteration # 148 - FCN = -707483.3450233 Edm = 0.00298558 NCalls = 835 +VariableMetric: Iteration # 149 - FCN = -707483.3473476 Edm = 0.00229381 NCalls = 840 +VariableMetric: Iteration # 150 - FCN = -707483.3518429 Edm = 0.00309972 NCalls = 844 +VariableMetric: Iteration # 151 - FCN = -707483.3532651 Edm = 0.000704706 NCalls = 846 +VariableMetric: Iteration # 152 - FCN = -707483.3550301 Edm = 0.00102553 NCalls = 848 +VariableMetric: Iteration # 153 - FCN = -707483.3601203 Edm = 0.00242057 NCalls = 851 +VariableMetric: Iteration # 154 - FCN = -707483.3748535 Edm = 0.00679807 NCalls = 854 +VariableMetric: Iteration # 155 - FCN = -707483.4064618 Edm = 0.0103713 NCalls = 856 +VariableMetric: Iteration # 156 - FCN = -707483.430441 Edm = 0.00596531 NCalls = 859 +VariableMetric: Iteration # 157 - FCN = -707483.4397567 Edm = 0.00329668 NCalls = 861 +VariableMetric: Iteration # 158 - FCN = -707483.443473 Edm = 0.00240679 NCalls = 864 +VariableMetric: Iteration # 159 - FCN = -707483.4472515 Edm = 0.000739613 NCalls = 866 +VariableMetric: Iteration # 160 - FCN = -707483.4485453 Edm = 0.000253288 NCalls = 868 +VariableMetric: Iteration # 161 - FCN = -707483.4490572 Edm = 0.000105091 NCalls = 871 +VariableMetric: Iteration # 162 - FCN = -707483.4491839 Edm = 3.6281e-05 NCalls = 874 +VariableMetric: After Hessian - FCN = -707483.4491839 Edm = 0.000136104 NCalls = 1247 +VariableMetric: Iteration # 163 - FCN = -707483.4491839 Edm = 0.000136104 NCalls = 1247 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -699376.7440647 Edm = 26.6647 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -699376.7440647 Edm = 26.6647 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -705617.5214308 Edm = 11.5246 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -705645.3065587 Edm = 17.5392 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -706437.8508966 Edm = 225.456 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -706735.3745133 Edm = 3.79339 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -706739.5401232 Edm = 0.0420391 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -706740.2132286 Edm = 0.685452 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -706777.8039598 Edm = 2.7019 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -706781.1258498 Edm = 0.0440031 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -706784.1976808 Edm = 2.90801 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -706814.7022169 Edm = 3.60514 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -706821.8312186 Edm = 0.201296 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -706822.0002771 Edm = 0.0198275 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -706822.0903504 Edm = 0.0647111 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -706825.0223042 Edm = 2.929 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -706900.3599715 Edm = 13.71 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -706946.221025 Edm = 1.33546 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -706947.3610611 Edm = 0.0769109 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -706947.4291908 Edm = 0.00113953 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -706947.4540582 Edm = 0.0209401 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -706947.9372061 Edm = 0.185031 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -706950.5678186 Edm = 2.38424 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -706987.6550375 Edm = 18.6664 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -707049.4339416 Edm = 8.07417 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -707054.949557 Edm = 1.32717 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -707056.1346056 Edm = 0.449159 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -707056.273645 Edm = 0.0206025 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -707056.3103678 Edm = 0.00637665 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -707056.3850184 Edm = 0.0317851 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -707056.6838195 Edm = 0.201348 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -707064.9557046 Edm = 13.6725 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -707072.9012898 Edm = 12.2491 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -707080.6170553 Edm = 5.50789 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -707099.067306 Edm = 0.270379 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -707099.3871831 Edm = 0.103467 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -707099.5968699 Edm = 0.0273679 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -707099.6230305 Edm = 0.00234902 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -707099.6271098 Edm = 0.00251695 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -707099.7116685 Edm = 0.072812 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -707145.278938 Edm = 8.69037 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -707157.0563743 Edm = 0.504124 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -707160.7529209 Edm = 12.8753 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -707161.1289735 Edm = 0.670135 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -707161.8798808 Edm = 0.781443 NCalls = 154 +VariableMetric: Iteration # 44 - FCN = -707168.6872862 Edm = 6.40821 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -707169.282483 Edm = 5.93814 NCalls = 165 +VariableMetric: Iteration # 46 - FCN = -707186.6105852 Edm = 5.96323 NCalls = 169 +VariableMetric: Iteration # 47 - FCN = -707209.0127605 Edm = 36.688 NCalls = 177 +VariableMetric: Iteration # 48 - FCN = -707216.4121797 Edm = 21.6026 NCalls = 179 +VariableMetric: Iteration # 49 - FCN = -707232.4352577 Edm = 7.01845 NCalls = 181 +VariableMetric: Iteration # 50 - FCN = -707242.698104 Edm = 3.8848 NCalls = 183 +VariableMetric: Iteration # 51 - FCN = -707260.3507214 Edm = 14.2702 NCalls = 187 +VariableMetric: Iteration # 52 - FCN = -707274.601724 Edm = 4.19358 NCalls = 191 +VariableMetric: Iteration # 53 - FCN = -707281.0708247 Edm = 1.81613 NCalls = 194 +VariableMetric: Iteration # 54 - FCN = -707283.6794561 Edm = 0.983373 NCalls = 197 +VariableMetric: Iteration # 55 - FCN = -707284.8341067 Edm = 0.553361 NCalls = 199 +VariableMetric: Iteration # 56 - FCN = -707287.9175091 Edm = 2.59409 NCalls = 202 +VariableMetric: Iteration # 57 - FCN = -707294.7856296 Edm = 1.45489 NCalls = 204 +VariableMetric: Iteration # 58 - FCN = -707296.2574914 Edm = 0.135938 NCalls = 205 +VariableMetric: Iteration # 59 - FCN = -707296.5734955 Edm = 0.0454478 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -707296.6366179 Edm = 0.00952537 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -707296.6942121 Edm = 0.0547723 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -707304.4615543 Edm = 6.16859 NCalls = 219 +VariableMetric: Iteration # 63 - FCN = -707352.1840441 Edm = 25.2516 NCalls = 223 +VariableMetric: Iteration # 64 - FCN = -707380.2676134 Edm = 6.05712 NCalls = 224 +VariableMetric: Iteration # 65 - FCN = -707391.0294462 Edm = 7.78147 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -707398.2728771 Edm = 3.82004 NCalls = 231 +VariableMetric: Iteration # 67 - FCN = -707401.2205398 Edm = 0.47661 NCalls = 233 +VariableMetric: Iteration # 68 - FCN = -707401.7042869 Edm = 0.0373112 NCalls = 235 +VariableMetric: Iteration # 69 - FCN = -707401.7711087 Edm = 0.0174802 NCalls = 237 +VariableMetric: Iteration # 70 - FCN = -707401.8045371 Edm = 0.00454363 NCalls = 239 +VariableMetric: Iteration # 71 - FCN = -707401.8230134 Edm = 0.0133587 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -707401.8780948 Edm = 0.0168857 NCalls = 243 +VariableMetric: Iteration # 73 - FCN = -707401.9664841 Edm = 0.0738539 NCalls = 246 +VariableMetric: Iteration # 74 - FCN = -707403.9671682 Edm = 2.00447 NCalls = 252 +VariableMetric: Iteration # 75 - FCN = -707424.574086 Edm = 19.1321 NCalls = 257 +VariableMetric: Iteration # 76 - FCN = -707432.1427575 Edm = 9.54015 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -707453.3482225 Edm = 28.8277 NCalls = 262 +VariableMetric: Iteration # 78 - FCN = -707465.7836404 Edm = 9.23411 NCalls = 265 +VariableMetric: Iteration # 79 - FCN = -707477.388168 Edm = 2.82722 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -707481.5299809 Edm = 1.75125 NCalls = 271 +VariableMetric: Iteration # 81 - FCN = -707483.3955825 Edm = 0.377942 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -707483.7077744 Edm = 0.19541 NCalls = 276 +VariableMetric: Iteration # 83 - FCN = -707483.82673 Edm = 0.0317459 NCalls = 278 +VariableMetric: Iteration # 84 - FCN = -707483.8737565 Edm = 0.0282072 NCalls = 280 +VariableMetric: Iteration # 85 - FCN = -707483.9126442 Edm = 0.00653031 NCalls = 282 +VariableMetric: Iteration # 86 - FCN = -707483.9325535 Edm = 0.0100772 NCalls = 284 +VariableMetric: Iteration # 87 - FCN = -707483.9567615 Edm = 0.00591602 NCalls = 286 +VariableMetric: Iteration # 88 - FCN = -707483.9833087 Edm = 0.0175835 NCalls = 288 +VariableMetric: Iteration # 89 - FCN = -707485.0644198 Edm = 0.418201 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -707487.4719432 Edm = 2.05402 NCalls = 296 +VariableMetric: Iteration # 91 - FCN = -707493.0267988 Edm = 1.92163 NCalls = 300 +VariableMetric: Iteration # 92 - FCN = -707494.121885 Edm = 2.12904 NCalls = 302 +VariableMetric: Iteration # 93 - FCN = -707497.0677293 Edm = 1.4927 NCalls = 304 +VariableMetric: Iteration # 94 - FCN = -707498.802863 Edm = 1.11368 NCalls = 307 +VariableMetric: Iteration # 95 - FCN = -707499.4549382 Edm = 0.87811 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -707501.0314232 Edm = 0.491405 NCalls = 312 +VariableMetric: Iteration # 97 - FCN = -707501.7081061 Edm = 0.0851885 NCalls = 314 +VariableMetric: Iteration # 98 - FCN = -707501.8086576 Edm = 0.0362226 NCalls = 316 +VariableMetric: Iteration # 99 - FCN = -707501.8875189 Edm = 0.0339724 NCalls = 318 +VariableMetric: Iteration # 100 - FCN = -707501.9463695 Edm = 0.00755323 NCalls = 320 +VariableMetric: Iteration # 101 - FCN = -707501.955515 Edm = 0.00174179 NCalls = 322 +VariableMetric: Iteration # 102 - FCN = -707501.9614404 Edm = 0.00464209 NCalls = 324 +VariableMetric: Iteration # 103 - FCN = -707502.1692532 Edm = 0.215858 NCalls = 330 +VariableMetric: Iteration # 104 - FCN = -707504.2571706 Edm = 0.103092 NCalls = 337 +VariableMetric: Iteration # 105 - FCN = -707509.6735966 Edm = 8.06162 NCalls = 339 +VariableMetric: Iteration # 106 - FCN = -707517.3286572 Edm = 3.5506 NCalls = 342 +VariableMetric: Iteration # 107 - FCN = -707521.5843271 Edm = 1.48858 NCalls = 344 +VariableMetric: Iteration # 108 - FCN = -707523.0440559 Edm = 0.11303 NCalls = 346 +VariableMetric: Iteration # 109 - FCN = -707523.1388014 Edm = 0.00530493 NCalls = 348 +VariableMetric: Iteration # 110 - FCN = -707523.1436604 Edm = 0.00164791 NCalls = 349 +VariableMetric: Iteration # 111 - FCN = -707523.1451554 Edm = 0.000602102 NCalls = 351 +VariableMetric: Iteration # 112 - FCN = -707523.1470865 Edm = 0.00176718 NCalls = 353 +VariableMetric: Iteration # 113 - FCN = -707523.1822878 Edm = 0.0350508 NCalls = 358 +VariableMetric: Iteration # 114 - FCN = -707523.7749665 Edm = 0.0471049 NCalls = 365 +VariableMetric: Iteration # 115 - FCN = -707530.7098107 Edm = 2.38668 NCalls = 368 +VariableMetric: Iteration # 116 - FCN = -707537.0171058 Edm = 1.56693 NCalls = 370 +VariableMetric: Iteration # 117 - FCN = -707539.4835187 Edm = 0.197016 NCalls = 372 +VariableMetric: Iteration # 118 - FCN = -707539.7530156 Edm = 0.0184493 NCalls = 374 +VariableMetric: Iteration # 119 - FCN = -707539.7749545 Edm = 0.00124966 NCalls = 376 +VariableMetric: Iteration # 120 - FCN = -707539.7769884 Edm = 0.000896899 NCalls = 378 +VariableMetric: Iteration # 121 - FCN = -707539.7974881 Edm = 0.0189474 NCalls = 382 +VariableMetric: Iteration # 122 - FCN = -707542.5536781 Edm = 2.27944 NCalls = 388 +VariableMetric: Iteration # 123 - FCN = -707553.8449984 Edm = 1.16026 NCalls = 390 +VariableMetric: Iteration # 124 - FCN = -707555.4477001 Edm = 0.0535701 NCalls = 392 +VariableMetric: Iteration # 125 - FCN = -707555.5025315 Edm = 0.000850345 NCalls = 394 +VariableMetric: Iteration # 126 - FCN = -707555.5035628 Edm = 8.64723e-05 NCalls = 396 +VariableMetric: Iteration # 127 - FCN = -707555.5037214 Edm = 6.13167e-05 NCalls = 398 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -703137.1864947 Edm = 9.48449 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -703137.1864947 Edm = 9.48449 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -705571.1550423 Edm = 0.85416 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -705574.4110771 Edm = 2.59063 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -705738.2273114 Edm = 15.837 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -705756.7074061 Edm = 0.0405369 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -705756.9032899 Edm = 0.153022 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -705761.8143713 Edm = 0.465237 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -705762.3516372 Edm = 0.0223486 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -705765.7371259 Edm = 3.33376 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -705949.2010775 Edm = 14.7374 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -705977.4257323 Edm = 1.2183 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -705979.0891421 Edm = 0.0223041 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -705979.1205585 Edm = 0.0231387 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -705979.3409897 Edm = 0.207042 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -706037.2102647 Edm = 6.35308 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -706045.2157291 Edm = 0.0776085 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -706045.2977888 Edm = 0.00904057 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -706045.3173792 Edm = 0.0117935 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -706049.5117164 Edm = 3.79364 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -706100.699672 Edm = 1.54272 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -706102.8843616 Edm = 0.136299 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -706103.0666233 Edm = 0.0104809 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -706103.0857192 Edm = 0.00405594 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -706103.1361956 Edm = 0.0457211 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -706122.1340678 Edm = 17.6964 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -706334.3813083 Edm = 81.5645 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -706807.8603666 Edm = 87.6786 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -706857.4565613 Edm = 122.595 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -707103.5876071 Edm = 125.812 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -707148.8206063 Edm = 127.051 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -707198.2651064 Edm = 34.038 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -707240.7089937 Edm = 3.80449 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -707243.1433926 Edm = 0.419809 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -707243.6278103 Edm = 0.0408818 NCalls = 106 +VariableMetric: Iteration # 34 - FCN = -707243.7404205 Edm = 0.0252119 NCalls = 108 +VariableMetric: Iteration # 35 - FCN = -707243.825668 Edm = 0.0394279 NCalls = 110 +VariableMetric: Iteration # 36 - FCN = -707247.9390775 Edm = 3.94269 NCalls = 115 +VariableMetric: Iteration # 37 - FCN = -707302.698877 Edm = 7.31779 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -707320.1237202 Edm = 6.80116 NCalls = 121 +VariableMetric: Iteration # 39 - FCN = -707324.5935288 Edm = 4.65896 NCalls = 123 +VariableMetric: Iteration # 40 - FCN = -707328.9700604 Edm = 0.515591 NCalls = 125 +VariableMetric: Iteration # 41 - FCN = -707329.47864 Edm = 0.0336993 NCalls = 127 +VariableMetric: Iteration # 42 - FCN = -707329.5390253 Edm = 0.0215559 NCalls = 129 +VariableMetric: Iteration # 43 - FCN = -707330.3704951 Edm = 0.699617 NCalls = 133 +VariableMetric: Iteration # 44 - FCN = -707412.583438 Edm = 57.4034 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -707426.8465338 Edm = 17.2653 NCalls = 144 +VariableMetric: Iteration # 46 - FCN = -707451.610725 Edm = 6.50571 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -707459.8504784 Edm = 3.76452 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -707464.0954802 Edm = 2.38586 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -707467.190162 Edm = 1.82635 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -707474.9275545 Edm = 1.7713 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -707476.3321539 Edm = 1.88237 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -707479.489531 Edm = 0.768251 NCalls = 166 +VariableMetric: Iteration # 53 - FCN = -707480.3053963 Edm = 0.126352 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -707480.4883853 Edm = 0.0490095 NCalls = 170 +VariableMetric: Iteration # 55 - FCN = -707480.5762034 Edm = 0.0221226 NCalls = 172 +VariableMetric: Iteration # 56 - FCN = -707480.617816 Edm = 0.0115257 NCalls = 174 +VariableMetric: Iteration # 57 - FCN = -707480.6418757 Edm = 0.00359143 NCalls = 176 +VariableMetric: Iteration # 58 - FCN = -707480.648954 Edm = 0.00319951 NCalls = 178 +VariableMetric: Iteration # 59 - FCN = -707480.6664742 Edm = 0.0085118 NCalls = 181 +VariableMetric: Iteration # 60 - FCN = -707480.7206995 Edm = 0.0360311 NCalls = 184 +VariableMetric: Iteration # 61 - FCN = -707482.0307371 Edm = 1.18465 NCalls = 188 +VariableMetric: Iteration # 62 - FCN = -707488.2280938 Edm = 3.71213 NCalls = 191 +VariableMetric: Iteration # 63 - FCN = -707488.9952672 Edm = 1.55299 NCalls = 193 +VariableMetric: Iteration # 64 - FCN = -707492.2900407 Edm = 11.0334 NCalls = 196 +VariableMetric: Iteration # 65 - FCN = -707501.4380549 Edm = 8.46977 NCalls = 200 +VariableMetric: Iteration # 66 - FCN = -707514.2476009 Edm = 2.0536 NCalls = 205 +VariableMetric: Iteration # 67 - FCN = -707515.7384193 Edm = 0.13477 NCalls = 207 +VariableMetric: Iteration # 68 - FCN = -707515.9672071 Edm = 0.0677342 NCalls = 209 +VariableMetric: Iteration # 69 - FCN = -707516.1154934 Edm = 0.0196655 NCalls = 211 +VariableMetric: Iteration # 70 - FCN = -707516.1442322 Edm = 0.00996391 NCalls = 214 +VariableMetric: Iteration # 71 - FCN = -707516.1552826 Edm = 0.00127729 NCalls = 216 +VariableMetric: Iteration # 72 - FCN = -707516.1568805 Edm = 0.00031365 NCalls = 218 +VariableMetric: Iteration # 73 - FCN = -707516.1603175 Edm = 0.00356774 NCalls = 221 +VariableMetric: Iteration # 74 - FCN = -707516.3947276 Edm = 0.187053 NCalls = 228 +VariableMetric: Iteration # 75 - FCN = -707518.8648715 Edm = 1.56037 NCalls = 232 +VariableMetric: Iteration # 76 - FCN = -707525.1121224 Edm = 1.06021 NCalls = 235 +VariableMetric: Iteration # 77 - FCN = -707526.0251677 Edm = 0.027081 NCalls = 237 +VariableMetric: Iteration # 78 - FCN = -707526.0546815 Edm = 0.00343355 NCalls = 239 +VariableMetric: Iteration # 79 - FCN = -707526.0589516 Edm = 0.000645031 NCalls = 241 +VariableMetric: Iteration # 80 - FCN = -707526.0598329 Edm = 0.000219147 NCalls = 243 +VariableMetric: Iteration # 81 - FCN = -707526.0609066 Edm = 0.00118197 NCalls = 245 +VariableMetric: Iteration # 82 - FCN = -707526.0900972 Edm = 0.0304862 NCalls = 251 +VariableMetric: Iteration # 83 - FCN = -707526.4223464 Edm = 0.0270223 NCalls = 258 +VariableMetric: Iteration # 84 - FCN = -707528.5537822 Edm = 0.660554 NCalls = 261 +VariableMetric: Iteration # 85 - FCN = -707529.7014727 Edm = 0.0881971 NCalls = 265 +VariableMetric: Iteration # 86 - FCN = -707529.8275395 Edm = 0.0154258 NCalls = 267 +VariableMetric: Iteration # 87 - FCN = -707529.8449077 Edm = 0.00177304 NCalls = 270 +VariableMetric: Iteration # 88 - FCN = -707529.8464446 Edm = 0.000121414 NCalls = 272 +VariableMetric: Iteration # 89 - FCN = -707529.8467857 Edm = 0.000240872 NCalls = 274 +VariableMetric: Iteration # 90 - FCN = -707529.8524028 Edm = 0.00554587 NCalls = 279 +VariableMetric: Iteration # 91 - FCN = -707530.0244154 Edm = 0.147552 NCalls = 284 +VariableMetric: Iteration # 92 - FCN = -707532.3290003 Edm = 0.721477 NCalls = 287 +VariableMetric: Iteration # 93 - FCN = -707533.4614053 Edm = 0.185627 NCalls = 289 +VariableMetric: Iteration # 94 - FCN = -707533.9167287 Edm = 0.0264992 NCalls = 296 +VariableMetric: Iteration # 95 - FCN = -707533.9545091 Edm = 0.00413973 NCalls = 298 +VariableMetric: Iteration # 96 - FCN = -707533.9584099 Edm = 0.00377929 NCalls = 300 +VariableMetric: Iteration # 97 - FCN = -707533.9609591 Edm = 0.000269529 NCalls = 302 +VariableMetric: Iteration # 98 - FCN = -707533.9612698 Edm = 2.7806e-05 NCalls = 304 +VariableMetric: After Hessian - FCN = -707533.9612698 Edm = 17.9241 NCalls = 671 +VariableMetric: Iteration # 99 - FCN = -707533.9612698 Edm = 17.9241 NCalls = 671 +VariableMetric: Iteration # 100 - FCN = -707534.4120252 Edm = 10.1273 NCalls = 675 +VariableMetric: Iteration # 101 - FCN = -707534.4242101 Edm = 5.33687 NCalls = 678 +VariableMetric: Iteration # 102 - FCN = -707537.3816747 Edm = 0.401056 NCalls = 681 +VariableMetric: Iteration # 103 - FCN = -707537.9783909 Edm = 0.103263 NCalls = 683 +VariableMetric: Iteration # 104 - FCN = -707538.2966079 Edm = 0.459723 NCalls = 686 +VariableMetric: Iteration # 105 - FCN = -707540.6321858 Edm = 9.15726 NCalls = 692 +VariableMetric: Iteration # 106 - FCN = -707540.7761219 Edm = 0.521637 NCalls = 695 +VariableMetric: Iteration # 107 - FCN = -707544.5615911 Edm = 2.53861 NCalls = 701 +VariableMetric: Iteration # 108 - FCN = -707549.3360857 Edm = 3.94705 NCalls = 704 +VariableMetric: Iteration # 109 - FCN = -707552.5751939 Edm = 4.76559 NCalls = 706 +VariableMetric: Iteration # 110 - FCN = -707554.2670344 Edm = 1.03001 NCalls = 709 +VariableMetric: Iteration # 111 - FCN = -707554.8827026 Edm = 0.84871 NCalls = 711 +VariableMetric: Iteration # 112 - FCN = -707556.1380947 Edm = 0.55064 NCalls = 714 +VariableMetric: Iteration # 113 - FCN = -707557.3400013 Edm = 0.322217 NCalls = 717 +VariableMetric: Iteration # 114 - FCN = -707558.27394 Edm = 0.58779 NCalls = 719 +VariableMetric: Iteration # 115 - FCN = -707558.8890386 Edm = 0.153976 NCalls = 721 +VariableMetric: Iteration # 116 - FCN = -707559.0838619 Edm = 0.0541908 NCalls = 723 +VariableMetric: Iteration # 117 - FCN = -707559.1782999 Edm = 0.0275627 NCalls = 725 +VariableMetric: Iteration # 118 - FCN = -707559.2193569 Edm = 0.0236947 NCalls = 727 +VariableMetric: Iteration # 119 - FCN = -707559.2800983 Edm = 0.0406443 NCalls = 729 +VariableMetric: Iteration # 120 - FCN = -707559.3414304 Edm = 0.0185176 NCalls = 732 +VariableMetric: Iteration # 121 - FCN = -707559.4143889 Edm = 0.0352116 NCalls = 735 +VariableMetric: Iteration # 122 - FCN = -707559.5500546 Edm = 0.0935874 NCalls = 738 +VariableMetric: Iteration # 123 - FCN = -707559.6447766 Edm = 0.085974 NCalls = 740 +VariableMetric: Iteration # 124 - FCN = -707559.72934 Edm = 0.047294 NCalls = 743 +VariableMetric: Iteration # 125 - FCN = -707559.8171396 Edm = 0.0282764 NCalls = 745 +VariableMetric: Iteration # 126 - FCN = -707559.8663501 Edm = 0.0305194 NCalls = 748 +VariableMetric: Iteration # 127 - FCN = -707559.8809544 Edm = 0.0112886 NCalls = 749 +VariableMetric: Iteration # 128 - FCN = -707559.9032827 Edm = 0.00446018 NCalls = 751 +VariableMetric: Iteration # 129 - FCN = -707559.9185898 Edm = 0.00466787 NCalls = 753 +VariableMetric: Iteration # 130 - FCN = -707559.924082 Edm = 0.00304269 NCalls = 754 +VariableMetric: Iteration # 131 - FCN = -707559.9273328 Edm = 0.00110497 NCalls = 756 +VariableMetric: Iteration # 132 - FCN = -707559.9307563 Edm = 0.00185267 NCalls = 759 +VariableMetric: Iteration # 133 - FCN = -707559.9335741 Edm = 0.000902794 NCalls = 761 +VariableMetric: Iteration # 134 - FCN = -707559.9350382 Edm = 0.000499258 NCalls = 764 +VariableMetric: Iteration # 135 - FCN = -707559.935847 Edm = 0.000173322 NCalls = 766 +VariableMetric: Iteration # 136 - FCN = -707559.9360741 Edm = 4.77294e-05 NCalls = 768 +VariableMetric: After Hessian - FCN = -707559.9360741 Edm = 0.000113776 NCalls = 1149 +VariableMetric: Iteration # 137 - FCN = -707559.9360741 Edm = 0.000113776 NCalls = 1149 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -706417.4376982 Edm = 2.23194 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -706417.4376982 Edm = 2.23194 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -707396.7422086 Edm = 0.108413 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -707402.7896768 Edm = 4.42374 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -707420.2369799 Edm = 0.0156978 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -707420.2628456 Edm = 0.0103012 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -707430.9213521 Edm = 0.0658811 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -707440.7551448 Edm = 0.416178 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -707441.2725279 Edm = 0.0136132 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -707441.7985281 Edm = 0.550668 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -707447.673888 Edm = 5.12538 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -707486.1227445 Edm = 0.515298 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -707486.4351917 Edm = 0.148911 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -707486.5549172 Edm = 0.0115988 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -707486.6497533 Edm = 0.0751989 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -707490.256835 Edm = 3.47762 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -707497.5743566 Edm = 3.47237 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -707501.3856569 Edm = 0.191404 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -707501.5750601 Edm = 0.00165775 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -707501.5800304 Edm = 0.00312468 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -707502.3493072 Edm = 0.736036 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -707513.5128658 Edm = 1.22517 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -707514.8745511 Edm = 0.0821176 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -707514.941561 Edm = 0.00133629 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -707514.9614411 Edm = 0.0191271 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -707516.5483814 Edm = 0.613448 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -707519.6807128 Edm = 0.328893 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -707520.046356 Edm = 0.0039963 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -707520.0503598 Edm = 0.000255992 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -707520.0564952 Edm = 0.00547187 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -707521.3159487 Edm = 1.12993 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -707529.2073396 Edm = 0.587193 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -707529.7257128 Edm = 0.0352806 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -707529.7517603 Edm = 0.000391122 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -707529.7526071 Edm = 0.000403696 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -707529.775553 Edm = 0.0204935 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -707532.1711594 Edm = 1.51565 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -707534.976553 Edm = 0.0889248 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -707535.0511963 Edm = 0.00227685 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -707535.0532793 Edm = 0.000212557 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -707535.0553239 Edm = 0.00192789 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -707535.2700956 Edm = 0.144918 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -707535.2805082 Edm = 0.000184042 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -707535.2908667 Edm = 0.0105614 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -707535.585696 Edm = 0.054146 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -707537.7644001 Edm = 0.993687 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -707543.6121382 Edm = 0.149325 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -707543.8226903 Edm = 0.00998686 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -707543.8334313 Edm = 0.000511127 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -707543.8341372 Edm = 0.000184259 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -707543.8385909 Edm = 0.00421552 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -707544.790678 Edm = 1.04672 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -707544.8408859 Edm = 0.0464372 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -707548.2574657 Edm = 1.42019 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -707551.2932955 Edm = 0.0676126 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -707551.3697131 Edm = 0.00268314 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -707551.3725976 Edm = 0.0001734 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -707551.3728794 Edm = 8.79811e-05 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -707551.3738398 Edm = 0.000963545 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -707551.5104281 Edm = 0.0216116 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -707552.3678733 Edm = 0.337946 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -707553.6142196 Edm = 0.00787993 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -707553.6225659 Edm = 8.88953e-05 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -707553.6226858 Edm = 3.87372e-05 NCalls = 206 +VariableMetric: After Hessian - FCN = -707553.6226858 Edm = 5.50767 NCalls = 563 +VariableMetric: Iteration # 63 - FCN = -707553.6226858 Edm = 5.50767 NCalls = 563 +VariableMetric: Iteration # 64 - FCN = -707559.7831197 Edm = 2.04656 NCalls = 565 +VariableMetric: Iteration # 65 - FCN = -707559.8102045 Edm = 0.111074 NCalls = 567 +VariableMetric: Iteration # 66 - FCN = -707560.0360604 Edm = 0.0447693 NCalls = 570 +VariableMetric: Iteration # 67 - FCN = -707560.0836076 Edm = 0.059063 NCalls = 571 +VariableMetric: Iteration # 68 - FCN = -707560.1045747 Edm = 0.0119496 NCalls = 573 +VariableMetric: Iteration # 69 - FCN = -707560.1321605 Edm = 0.00392563 NCalls = 576 +VariableMetric: Iteration # 70 - FCN = -707560.1401733 Edm = 0.00262421 NCalls = 578 +VariableMetric: Iteration # 71 - FCN = -707560.1493379 Edm = 0.00645758 NCalls = 581 +VariableMetric: Iteration # 72 - FCN = -707560.1584429 Edm = 0.00460341 NCalls = 583 +VariableMetric: Iteration # 73 - FCN = -707560.1686563 Edm = 0.00308238 NCalls = 585 +VariableMetric: Iteration # 74 - FCN = -707560.1729381 Edm = 0.0048292 NCalls = 588 +VariableMetric: Iteration # 75 - FCN = -707560.1806245 Edm = 0.00158087 NCalls = 592 +VariableMetric: Iteration # 76 - FCN = -707560.1832563 Edm = 0.00143886 NCalls = 595 +VariableMetric: Iteration # 77 - FCN = -707560.1840315 Edm = 0.000558467 NCalls = 596 +VariableMetric: Iteration # 78 - FCN = -707560.1862049 Edm = 0.000577665 NCalls = 600 +VariableMetric: Iteration # 79 - FCN = -707560.1874929 Edm = 0.000583023 NCalls = 604 +VariableMetric: Iteration # 80 - FCN = -707560.1878089 Edm = 0.000178036 NCalls = 606 +VariableMetric: Iteration # 81 - FCN = -707560.1881032 Edm = 0.000129869 NCalls = 609 +VariableMetric: Iteration # 82 - FCN = -707560.1882686 Edm = 0.000113127 NCalls = 611 +VariableMetric: Iteration # 83 - FCN = -707560.1884908 Edm = 7.77612e-05 NCalls = 613 +VariableMetric: Iteration # 84 - FCN = -707560.1885684 Edm = 3.63884e-05 NCalls = 615 +VariableMetric: After Hessian - FCN = -707560.1885684 Edm = 6.85898e-05 NCalls = 986 +VariableMetric: Iteration # 85 - FCN = -707560.1885684 Edm = 6.85898e-05 NCalls = 986 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -702478.6769299 Edm = 10.8339 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -702478.6769299 Edm = 10.8339 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -704919.1573483 Edm = 1.39103 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -704934.0920869 Edm = 9.79168 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -705258.2953614 Edm = 4.78891 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -705264.0125762 Edm = 0.0670554 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -705264.3536604 Edm = 0.244936 NCalls = 18 +VariableMetric: Iteration # 6 - FCN = -705330.5204017 Edm = 39.7303 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -705480.7600696 Edm = 2.99432 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -705486.2566525 Edm = 0.224977 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -705487.177612 Edm = 0.534683 NCalls = 31 +VariableMetric: Iteration # 10 - FCN = -705562.2043119 Edm = 30.1448 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -705615.7785033 Edm = 0.431165 NCalls = 38 +VariableMetric: Iteration # 12 - FCN = -705616.3458099 Edm = 0.0815868 NCalls = 40 +VariableMetric: Iteration # 13 - FCN = -705616.906355 Edm = 0.420685 NCalls = 43 +VariableMetric: Iteration # 14 - FCN = -705665.5649371 Edm = 33.1263 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -705837.0014232 Edm = 1.57291 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -705839.6877943 Edm = 0.152874 NCalls = 54 +VariableMetric: Iteration # 17 - FCN = -705839.7787529 Edm = 0.0100353 NCalls = 56 +VariableMetric: Iteration # 18 - FCN = -705839.8886897 Edm = 0.061278 NCalls = 59 +VariableMetric: Iteration # 19 - FCN = -705840.0926062 Edm = 0.0397902 NCalls = 61 +VariableMetric: Iteration # 20 - FCN = -705840.1725191 Edm = 0.0661606 NCalls = 63 +VariableMetric: Iteration # 21 - FCN = -705841.1359791 Edm = 0.852151 NCalls = 68 +VariableMetric: Iteration # 22 - FCN = -705854.3491787 Edm = 16.4225 NCalls = 71 +VariableMetric: Iteration # 23 - FCN = -705898.1858501 Edm = 22.5983 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -705930.9780253 Edm = 3.35972 NCalls = 79 +VariableMetric: Iteration # 25 - FCN = -705934.8827085 Edm = 0.227746 NCalls = 81 +VariableMetric: Iteration # 26 - FCN = -705935.1157434 Edm = 0.0329148 NCalls = 83 +VariableMetric: Iteration # 27 - FCN = -705935.1504752 Edm = 0.0104321 NCalls = 85 +VariableMetric: Iteration # 28 - FCN = -705935.1813147 Edm = 0.0310427 NCalls = 87 +VariableMetric: Iteration # 29 - FCN = -705935.8882234 Edm = 0.739711 NCalls = 92 +VariableMetric: Iteration # 30 - FCN = -705942.8623652 Edm = 4.36397 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -705971.5075166 Edm = 5.9555 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -705981.5953383 Edm = 2.15248 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -705989.6568769 Edm = 11.4462 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -705997.7354784 Edm = 11.6412 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -706001.2882931 Edm = 8.46931 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -706013.7069637 Edm = 10.5606 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -706018.4509311 Edm = 7.40897 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -706020.6805192 Edm = 0.214825 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -706021.0200964 Edm = 0.109777 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -706021.3901916 Edm = 0.040598 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -706021.4503499 Edm = 0.0118692 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -706021.4890774 Edm = 0.0103968 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -706021.6049359 Edm = 0.0901159 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -706022.6356367 Edm = 0.817736 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -706024.9393117 Edm = 7.39055 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -706070.0891074 Edm = 39.6553 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -706145.2902687 Edm = 43.0592 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -706181.6311668 Edm = 36.5469 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -706214.8348174 Edm = 21.3517 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -706324.6929419 Edm = 39.7084 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -706379.8115348 Edm = 46.026 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -706441.9113592 Edm = 67.421 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -706445.837009 Edm = 19.2648 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -706492.1995137 Edm = 43.8649 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -706580.7383488 Edm = 99.7723 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -706630.8220123 Edm = 28.0628 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -706650.1011813 Edm = 22.9409 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -706697.9430916 Edm = 49.25 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -706792.3466214 Edm = 53.3036 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -706838.6514873 Edm = 72.1061 NCalls = 208 +VariableMetric: Iteration # 61 - FCN = -706892.5192527 Edm = 39.6136 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -706921.9276752 Edm = 34.972 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -706992.6807027 Edm = 173.382 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -707067.7355255 Edm = 65.0109 NCalls = 224 +VariableMetric: Iteration # 65 - FCN = -707133.4429469 Edm = 23.8103 NCalls = 227 +VariableMetric: Iteration # 66 - FCN = -707150.4864239 Edm = 18.734 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -707171.1223539 Edm = 5.60124 NCalls = 232 +VariableMetric: Iteration # 68 - FCN = -707178.5874573 Edm = 3.53066 NCalls = 234 +VariableMetric: Iteration # 69 - FCN = -707180.7163641 Edm = 1.93399 NCalls = 235 +VariableMetric: Iteration # 70 - FCN = -707185.2308903 Edm = 2.01123 NCalls = 238 +VariableMetric: Iteration # 71 - FCN = -707188.6243648 Edm = 0.698016 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -707190.3066766 Edm = 0.467256 NCalls = 243 +VariableMetric: Iteration # 73 - FCN = -707191.1024119 Edm = 0.0509206 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -707191.1795431 Edm = 0.0119217 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -707191.3026929 Edm = 0.0934859 NCalls = 250 +VariableMetric: Iteration # 76 - FCN = -707199.0450328 Edm = 6.75318 NCalls = 256 +VariableMetric: Iteration # 77 - FCN = -707259.3324847 Edm = 29.3439 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -707283.7390667 Edm = 16.8604 NCalls = 262 +VariableMetric: Iteration # 79 - FCN = -707325.8750577 Edm = 31.8965 NCalls = 265 +VariableMetric: Iteration # 80 - FCN = -707344.8093388 Edm = 19.6881 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -707354.7952559 Edm = 6.59023 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -707363.3156023 Edm = 1.64139 NCalls = 272 +VariableMetric: Iteration # 83 - FCN = -707366.298682 Edm = 0.35331 NCalls = 274 +VariableMetric: Iteration # 84 - FCN = -707366.5220221 Edm = 0.0347549 NCalls = 276 +VariableMetric: Iteration # 85 - FCN = -707366.554169 Edm = 0.00364389 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -707366.5628726 Edm = 0.00270923 NCalls = 279 +VariableMetric: Iteration # 87 - FCN = -707366.5770354 Edm = 0.00853314 NCalls = 282 +VariableMetric: Iteration # 88 - FCN = -707366.6349207 Edm = 0.0315086 NCalls = 285 +VariableMetric: Iteration # 89 - FCN = -707367.0074143 Edm = 0.285551 NCalls = 289 +VariableMetric: Iteration # 90 - FCN = -707377.3784662 Edm = 29.6938 NCalls = 294 +VariableMetric: Iteration # 91 - FCN = -707378.1645829 Edm = 0.780227 NCalls = 296 +VariableMetric: Iteration # 92 - FCN = -707380.335769 Edm = 1.4077 NCalls = 298 +VariableMetric: Iteration # 93 - FCN = -707386.9109541 Edm = 2.23991 NCalls = 300 +VariableMetric: Iteration # 94 - FCN = -707390.7424467 Edm = 4.07619 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -707393.2607688 Edm = 0.875079 NCalls = 305 +VariableMetric: Iteration # 96 - FCN = -707394.3460254 Edm = 0.502616 NCalls = 307 +VariableMetric: Iteration # 97 - FCN = -707397.9177223 Edm = 2.20508 NCalls = 310 +VariableMetric: Iteration # 98 - FCN = -707407.0995033 Edm = 2.81974 NCalls = 313 +VariableMetric: Iteration # 99 - FCN = -707418.2797113 Edm = 24.3621 NCalls = 317 +VariableMetric: Iteration # 100 - FCN = -707421.3630521 Edm = 12.8999 NCalls = 319 +VariableMetric: Iteration # 101 - FCN = -707428.7995982 Edm = 7.46208 NCalls = 322 +VariableMetric: Iteration # 102 - FCN = -707434.6608982 Edm = 1.35692 NCalls = 324 +VariableMetric: Iteration # 103 - FCN = -707438.4895647 Edm = 5.63395 NCalls = 326 +VariableMetric: Iteration # 104 - FCN = -707454.1733084 Edm = 16.4656 NCalls = 330 +VariableMetric: Iteration # 105 - FCN = -707456.1170412 Edm = 2.55265 NCalls = 332 +VariableMetric: Iteration # 106 - FCN = -707463.8666277 Edm = 2.07728 NCalls = 335 +VariableMetric: Iteration # 107 - FCN = -707465.4064596 Edm = 0.469767 NCalls = 337 +VariableMetric: Iteration # 108 - FCN = -707465.8920954 Edm = 0.258551 NCalls = 339 +VariableMetric: Iteration # 109 - FCN = -707466.4894895 Edm = 0.437526 NCalls = 342 +VariableMetric: Iteration # 110 - FCN = -707467.2563635 Edm = 0.614296 NCalls = 346 +VariableMetric: Iteration # 111 - FCN = -707467.9551399 Edm = 0.295949 NCalls = 349 +VariableMetric: Iteration # 112 - FCN = -707468.2903029 Edm = 0.106673 NCalls = 351 +VariableMetric: Iteration # 113 - FCN = -707468.3764923 Edm = 0.0102332 NCalls = 353 +VariableMetric: Iteration # 114 - FCN = -707468.3881486 Edm = 0.00226274 NCalls = 355 +VariableMetric: Iteration # 115 - FCN = -707468.392871 Edm = 0.00230188 NCalls = 357 +VariableMetric: Iteration # 116 - FCN = -707468.4076371 Edm = 0.0123247 NCalls = 360 +VariableMetric: Iteration # 117 - FCN = -707468.6430082 Edm = 0.223739 NCalls = 364 +VariableMetric: Iteration # 118 - FCN = -707475.9013483 Edm = 6.07416 NCalls = 368 +VariableMetric: Iteration # 119 - FCN = -707499.603259 Edm = 2.71883 NCalls = 371 +VariableMetric: Iteration # 120 - FCN = -707502.4012128 Edm = 0.579724 NCalls = 373 +VariableMetric: Iteration # 121 - FCN = -707502.7958165 Edm = 0.110249 NCalls = 375 +VariableMetric: Iteration # 122 - FCN = -707502.8961621 Edm = 0.00569222 NCalls = 377 +VariableMetric: Iteration # 123 - FCN = -707502.9017661 Edm = 0.000853958 NCalls = 378 +VariableMetric: Iteration # 124 - FCN = -707502.903372 Edm = 0.000694569 NCalls = 380 +VariableMetric: Iteration # 125 - FCN = -707502.9069581 Edm = 0.00284435 NCalls = 382 +VariableMetric: Iteration # 126 - FCN = -707502.9469743 Edm = 0.0388272 NCalls = 387 +VariableMetric: Iteration # 127 - FCN = -707511.6379154 Edm = 7.12584 NCalls = 393 +VariableMetric: Iteration # 128 - FCN = -707521.0185594 Edm = 3.68239 NCalls = 396 +VariableMetric: Iteration # 129 - FCN = -707524.1636479 Edm = 0.120433 NCalls = 398 +VariableMetric: Iteration # 130 - FCN = -707524.2989421 Edm = 0.0104095 NCalls = 400 +VariableMetric: Iteration # 131 - FCN = -707524.3105099 Edm = 0.000520475 NCalls = 402 +VariableMetric: Iteration # 132 - FCN = -707524.3111211 Edm = 0.000221585 NCalls = 404 +VariableMetric: Iteration # 133 - FCN = -707524.3119159 Edm = 0.0007543 NCalls = 406 +VariableMetric: Iteration # 134 - FCN = -707524.3331845 Edm = 0.0209027 NCalls = 412 +VariableMetric: Iteration # 135 - FCN = -707525.9833755 Edm = 1.07195 NCalls = 417 +VariableMetric: Iteration # 136 - FCN = -707528.151694 Edm = 0.0872096 NCalls = 419 +VariableMetric: Iteration # 137 - FCN = -707528.2391803 Edm = 0.000996903 NCalls = 420 +VariableMetric: Iteration # 138 - FCN = -707528.2404042 Edm = 0.000233526 NCalls = 422 +VariableMetric: Iteration # 139 - FCN = -707528.2422037 Edm = 0.00190545 NCalls = 425 +VariableMetric: Iteration # 140 - FCN = -707528.3959261 Edm = 0.152924 NCalls = 432 +VariableMetric: Iteration # 141 - FCN = -707528.4023906 Edm = 0.00619494 NCalls = 436 +VariableMetric: Iteration # 142 - FCN = -707534.0053355 Edm = 1.85768 NCalls = 443 +VariableMetric: Iteration # 143 - FCN = -707537.4494239 Edm = 0.136733 NCalls = 445 +VariableMetric: Iteration # 144 - FCN = -707537.5841304 Edm = 0.00223588 NCalls = 446 +VariableMetric: Iteration # 145 - FCN = -707537.5866063 Edm = 0.000167413 NCalls = 448 +VariableMetric: Iteration # 146 - FCN = -707537.5873115 Edm = 0.000504279 NCalls = 450 +VariableMetric: Iteration # 147 - FCN = -707537.6186622 Edm = 0.0317881 NCalls = 455 +VariableMetric: Iteration # 148 - FCN = -707538.4350674 Edm = 0.135545 NCalls = 462 +VariableMetric: Iteration # 149 - FCN = -707541.8276064 Edm = 1.05189 NCalls = 464 +VariableMetric: Iteration # 150 - FCN = -707544.5099813 Edm = 0.132472 NCalls = 466 +VariableMetric: Iteration # 151 - FCN = -707544.6727273 Edm = 0.00282274 NCalls = 468 +VariableMetric: Iteration # 152 - FCN = -707544.6760027 Edm = 0.000144836 NCalls = 470 +VariableMetric: Iteration # 153 - FCN = -707544.6762104 Edm = 3.24192e-05 NCalls = 472 +VariableMetric: After Hessian - FCN = -707544.6762104 Edm = 194.423 NCalls = 831 +VariableMetric: Iteration # 154 - FCN = -707544.6762104 Edm = 194.423 NCalls = 831 +VariableMetric: Iteration # 155 - FCN = -707546.6665951 Edm = 108.776 NCalls = 835 +VariableMetric: Iteration # 156 - FCN = -707557.124065 Edm = 3.07126 NCalls = 837 +VariableMetric: Iteration # 157 - FCN = -707558.0540997 Edm = 0.115844 NCalls = 839 +VariableMetric: Iteration # 158 - FCN = -707558.1184793 Edm = 0.0456324 NCalls = 841 +VariableMetric: Iteration # 159 - FCN = -707558.1586485 Edm = 0.00963499 NCalls = 843 +VariableMetric: Iteration # 160 - FCN = -707558.1904046 Edm = 0.0197424 NCalls = 846 +VariableMetric: Iteration # 161 - FCN = -707558.342549 Edm = 0.128556 NCalls = 851 +VariableMetric: Iteration # 162 - FCN = -707558.3931405 Edm = 0.201795 NCalls = 854 +VariableMetric: Iteration # 163 - FCN = -707558.6030971 Edm = 0.250218 NCalls = 858 +VariableMetric: Iteration # 164 - FCN = -707558.8344578 Edm = 0.152733 NCalls = 861 +VariableMetric: Iteration # 165 - FCN = -707559.2485062 Edm = 0.168993 NCalls = 868 +VariableMetric: Iteration # 166 - FCN = -707559.6616117 Edm = 0.316245 NCalls = 871 +VariableMetric: Iteration # 167 - FCN = -707559.7980001 Edm = 0.135695 NCalls = 873 +VariableMetric: Iteration # 168 - FCN = -707559.9822361 Edm = 0.0379528 NCalls = 876 +VariableMetric: Iteration # 169 - FCN = -707560.0670185 Edm = 0.0346327 NCalls = 878 +VariableMetric: Iteration # 170 - FCN = -707560.0897897 Edm = 0.0248432 NCalls = 879 +VariableMetric: Iteration # 171 - FCN = -707560.1422868 Edm = 0.00700836 NCalls = 883 +VariableMetric: Iteration # 172 - FCN = -707560.165422 Edm = 0.00815551 NCalls = 887 +VariableMetric: Iteration # 173 - FCN = -707560.1699302 Edm = 0.00682439 NCalls = 889 +VariableMetric: Iteration # 174 - FCN = -707560.1777366 Edm = 0.00205055 NCalls = 892 +VariableMetric: Iteration # 175 - FCN = -707560.1821553 Edm = 0.00290105 NCalls = 895 +VariableMetric: Iteration # 176 - FCN = -707560.184035 Edm = 0.00114155 NCalls = 897 +VariableMetric: Iteration # 177 - FCN = -707560.1856964 Edm = 0.000371962 NCalls = 900 +VariableMetric: Iteration # 178 - FCN = -707560.1870077 Edm = 0.000469575 NCalls = 904 +VariableMetric: Iteration # 179 - FCN = -707560.1875797 Edm = 0.000866453 NCalls = 906 +VariableMetric: Iteration # 180 - FCN = -707560.188195 Edm = 0.000109671 NCalls = 909 +VariableMetric: Iteration # 181 - FCN = -707560.1883474 Edm = 0.000100374 NCalls = 911 +VariableMetric: Iteration # 182 - FCN = -707560.1884657 Edm = 3.09013e-05 NCalls = 913 +VariableMetric: After Hessian - FCN = -707560.1884657 Edm = 0.000136728 NCalls = 1288 +VariableMetric: Iteration # 183 - FCN = -707560.1884657 Edm = 0.000136728 NCalls = 1288 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -704367.2128835 Edm = 2.38477 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -704367.2128835 Edm = 2.38477 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -705137.4090802 Edm = 0.299994 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -705141.4446335 Edm = 0.339262 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -705169.5520792 Edm = 13.9525 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -705223.1856938 Edm = 0.143824 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -705223.4759167 Edm = 0.046267 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -705226.3031522 Edm = 3.26 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -705227.2048529 Edm = 0.855195 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -705238.5429782 Edm = 6.65759 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -705264.4210237 Edm = 0.127402 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -705265.3197986 Edm = 0.796657 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -705348.7468217 Edm = 74.0773 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -705541.407062 Edm = 7.97038 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -705552.9838627 Edm = 2.29867 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -705555.9160961 Edm = 0.196634 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -705556.1344552 Edm = 0.0131691 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -705556.1937426 Edm = 0.037613 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -705560.0753806 Edm = 4.18022 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -705560.8009271 Edm = 0.696746 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -705604.4504696 Edm = 28.9984 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -705726.6996151 Edm = 25.7663 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -705763.5641884 Edm = 1.1164 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -705764.6884656 Edm = 0.180328 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -705764.963014 Edm = 0.00883253 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -705764.9909188 Edm = 0.0190465 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -705770.4200287 Edm = 6.80818 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -705770.55723 Edm = 0.119316 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -705806.1633352 Edm = 1.40436 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -706386.5778177 Edm = 151.64 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -706488.4942571 Edm = 238.555 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -706658.8991455 Edm = 242.427 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -706786.7937611 Edm = 131.01 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -707160.4587395 Edm = 175.042 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -707169.4032652 Edm = 117.999 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -707202.580848 Edm = 7.50415 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -707236.9552951 Edm = 8.53755 NCalls = 130 +VariableMetric: Iteration # 36 - FCN = -707261.3214182 Edm = 6.36536 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -707287.6080433 Edm = 10.4265 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -707300.6673402 Edm = 9.73596 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -707313.5476402 Edm = 5.79246 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -707334.700658 Edm = 4.36675 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -707338.7389593 Edm = 1.02298 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -707340.2046369 Edm = 0.655905 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -707341.0408242 Edm = 0.0545112 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -707341.1203465 Edm = 0.0101228 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -707341.1533966 Edm = 0.0215438 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -707342.2705098 Edm = 1.34773 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -707345.3362107 Edm = 2.91625 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -707410.1827396 Edm = 2.46405 NCalls = 168 +VariableMetric: Iteration # 49 - FCN = -707412.8255041 Edm = 1.88452 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -707423.2745807 Edm = 3.28478 NCalls = 175 +VariableMetric: Iteration # 51 - FCN = -707426.0667701 Edm = 12.5433 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -707428.0379402 Edm = 0.760962 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -707428.5768391 Edm = 0.0216924 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -707428.6017374 Edm = 0.00210441 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -707428.6073604 Edm = 0.00438558 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -707428.8826967 Edm = 0.270716 NCalls = 191 +VariableMetric: Iteration # 57 - FCN = -707455.0310462 Edm = 7.12384 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -707467.4689663 Edm = 1.50502 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -707469.0152974 Edm = 0.133847 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -707469.1928748 Edm = 0.00825637 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -707469.2086273 Edm = 0.00407018 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -707469.2362831 Edm = 0.026701 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -707469.9624438 Edm = 0.638753 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -707482.2211366 Edm = 9.98921 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -707508.4803316 Edm = 4.97742 NCalls = 221 +VariableMetric: Iteration # 66 - FCN = -707511.9450863 Edm = 0.881812 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -707512.5474778 Edm = 0.0397057 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -707512.5852597 Edm = 0.00543923 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -707512.5915524 Edm = 0.000917196 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -707512.5939191 Edm = 0.00150013 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -707512.6096835 Edm = 0.014336 NCalls = 234 +VariableMetric: Iteration # 72 - FCN = -707513.4356414 Edm = 0.761687 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -707523.2614774 Edm = 1.08798 NCalls = 242 +VariableMetric: Iteration # 74 - FCN = -707524.1753519 Edm = 0.202776 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -707524.3272275 Edm = 0.00579283 NCalls = 246 +VariableMetric: Iteration # 76 - FCN = -707524.3334955 Edm = 0.000542903 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -707524.3349529 Edm = 0.000938753 NCalls = 250 +VariableMetric: Iteration # 78 - FCN = -707524.3571067 Edm = 0.0230635 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -707524.7494647 Edm = 0.275166 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -707532.1807846 Edm = 3.78374 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -707540.0218686 Edm = 0.432976 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -707540.4228045 Edm = 0.0194197 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -707540.4377385 Edm = 0.00336794 NCalls = 273 +VariableMetric: Iteration # 84 - FCN = -707540.4398608 Edm = 0.000247566 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -707540.4405717 Edm = 0.000500847 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -707540.4577581 Edm = 0.0176811 NCalls = 282 +VariableMetric: Iteration # 87 - FCN = -707540.6438408 Edm = 0.120135 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -707544.3756502 Edm = 2.19928 NCalls = 293 +VariableMetric: Iteration # 89 - FCN = -707553.4344913 Edm = 0.61518 NCalls = 296 +VariableMetric: Iteration # 90 - FCN = -707554.2055475 Edm = 0.0817367 NCalls = 298 +VariableMetric: Iteration # 91 - FCN = -707554.3094929 Edm = 0.00533555 NCalls = 300 +VariableMetric: Iteration # 92 - FCN = -707554.3157705 Edm = 0.000189818 NCalls = 302 +VariableMetric: Iteration # 93 - FCN = -707554.3161658 Edm = 0.000194531 NCalls = 304 +VariableMetric: Iteration # 94 - FCN = -707554.3215746 Edm = 0.00519763 NCalls = 308 +VariableMetric: Iteration # 95 - FCN = -707554.4930734 Edm = 0.153541 NCalls = 312 +VariableMetric: Iteration # 96 - FCN = -707557.7843947 Edm = 0.708176 NCalls = 316 +VariableMetric: Iteration # 97 - FCN = -707558.7953628 Edm = 0.0366261 NCalls = 318 +VariableMetric: Iteration # 98 - FCN = -707558.8456377 Edm = 0.00151622 NCalls = 320 +VariableMetric: Iteration # 99 - FCN = -707558.847308 Edm = 1.80644e-05 NCalls = 322 +VariableMetric: After Hessian - FCN = -707558.847308 Edm = 3.9647 NCalls = 693 +VariableMetric: Iteration # 100 - FCN = -707558.847308 Edm = 3.9647 NCalls = 693 +VariableMetric: Iteration # 101 - FCN = -707559.2074486 Edm = 1.87333 NCalls = 695 +VariableMetric: Iteration # 102 - FCN = -707559.3310598 Edm = 1.81158 NCalls = 697 +VariableMetric: Iteration # 103 - FCN = -707560.1848101 Edm = 0.0657675 NCalls = 699 +VariableMetric: Iteration # 104 - FCN = -707560.2146016 Edm = 0.0190775 NCalls = 701 +VariableMetric: Iteration # 105 - FCN = -707560.2341587 Edm = 0.010712 NCalls = 703 +VariableMetric: Iteration # 106 - FCN = -707560.2595435 Edm = 0.0200046 NCalls = 706 +VariableMetric: Iteration # 107 - FCN = -707560.2880511 Edm = 0.0142095 NCalls = 709 +VariableMetric: Iteration # 108 - FCN = -707560.3003566 Edm = 0.0084855 NCalls = 712 +VariableMetric: Iteration # 109 - FCN = -707560.3105869 Edm = 0.00461634 NCalls = 714 +VariableMetric: Iteration # 110 - FCN = -707560.3169719 Edm = 0.00303805 NCalls = 716 +VariableMetric: Iteration # 111 - FCN = -707560.3211049 Edm = 0.00399611 NCalls = 719 +VariableMetric: Iteration # 112 - FCN = -707560.3278077 Edm = 0.00186125 NCalls = 723 +VariableMetric: Iteration # 113 - FCN = -707560.33096 Edm = 0.000374395 NCalls = 725 +VariableMetric: Iteration # 114 - FCN = -707560.3311325 Edm = 8.08701e-05 NCalls = 727 +VariableMetric: Iteration # 115 - FCN = -707560.3312267 Edm = 5.90703e-06 NCalls = 729 +VariableMetric: After Hessian - FCN = -707560.3312267 Edm = 3.42578e-05 NCalls = 1112 +VariableMetric: Iteration # 116 - FCN = -707560.3312267 Edm = 3.42578e-05 NCalls = 1112 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -703537.6408847 Edm = 3.24589 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -703537.6408847 Edm = 3.24589 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -707117.7285994 Edm = 1.69364 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -707126.9538673 Edm = 0.491417 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -707131.7874043 Edm = 4.17003 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -707176.7812392 Edm = 0.316906 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -707188.7709378 Edm = 8.60965 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -707227.821327 Edm = 0.0472426 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -707227.9929354 Edm = 0.0244722 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -707229.743629 Edm = 1.59394 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -707358.1880789 Edm = 12.4339 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -707375.8267735 Edm = 3.62658 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -707381.8092227 Edm = 1.47829 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -707383.5175653 Edm = 0.0318948 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -707383.5589017 Edm = 0.00451002 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -707383.6919313 Edm = 0.13448 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -707391.6143542 Edm = 0.559052 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -707434.7772598 Edm = 7.45676 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -707447.5117938 Edm = 1.39692 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -707449.1122182 Edm = 0.0996329 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -707449.2377681 Edm = 0.00435866 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -707449.2466499 Edm = 0.00447343 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -707450.4205925 Edm = 1.05084 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -707469.1021522 Edm = 2.49917 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -707472.1254661 Edm = 0.0210629 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -707472.1448613 Edm = 0.00111498 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -707472.1491584 Edm = 0.00324574 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -707472.5849332 Edm = 0.389541 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -707479.2913491 Edm = 0.24721 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -707479.502214 Edm = 0.00512168 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -707479.5073485 Edm = 0.000530019 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -707479.5195886 Edm = 0.0126293 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -707480.3519655 Edm = 0.0843599 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -707483.4932061 Edm = 0.431199 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -707484.1819183 Edm = 0.00372539 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -707484.1859422 Edm = 0.000205181 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -707484.187743 Edm = 0.0014139 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -707484.4322335 Edm = 0.245459 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -707485.7321794 Edm = 1.1066 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -707494.1717782 Edm = 0.363727 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -707494.6331999 Edm = 0.0430824 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -707494.6927876 Edm = 0.00108509 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -707494.6942286 Edm = 0.000307575 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -707494.7014366 Edm = 0.00770187 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -707495.0582971 Edm = 0.107913 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -707498.5877549 Edm = 1.97582 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -707501.8569749 Edm = 3.18579 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -707506.3092735 Edm = 2.73405 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -707511.4288053 Edm = 2.78231 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -707513.8458863 Edm = 0.244053 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -707514.1053873 Edm = 0.034397 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -707514.1447127 Edm = 0.00106824 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -707514.1459379 Edm = 0.000258493 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -707514.1501324 Edm = 0.00418839 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -707514.4051177 Edm = 0.12528 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -707516.6944042 Edm = 1.89782 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -707526.8383559 Edm = 0.318622 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -707527.1028409 Edm = 0.0174495 NCalls = 191 +VariableMetric: Iteration # 57 - FCN = -707527.1175317 Edm = 0.000841961 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -707527.1184195 Edm = 0.000146181 NCalls = 195 +VariableMetric: Iteration # 59 - FCN = -707527.1193164 Edm = 0.000863651 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -707527.1501528 Edm = 0.0252566 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -707527.4264272 Edm = 0.142778 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -707528.2398479 Edm = 0.524268 NCalls = 213 +VariableMetric: Iteration # 63 - FCN = -707529.1505424 Edm = 1.29862 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -707529.8107849 Edm = 1.61664 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -707531.4482477 Edm = 0.623761 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -707532.0372488 Edm = 0.143067 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -707532.1772698 Edm = 0.0760103 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -707532.438065 Edm = 0.12345 NCalls = 233 +VariableMetric: Iteration # 69 - FCN = -707533.4151206 Edm = 0.864237 NCalls = 237 +VariableMetric: Iteration # 70 - FCN = -707534.0858121 Edm = 0.327249 NCalls = 240 +VariableMetric: Iteration # 71 - FCN = -707534.3860167 Edm = 0.0723018 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -707534.426381 Edm = 0.0020605 NCalls = 243 +VariableMetric: Iteration # 73 - FCN = -707534.4285096 Edm = 0.000158997 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -707534.4288104 Edm = 0.000180204 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -707534.4332985 Edm = 0.00404848 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -707534.552847 Edm = 0.124325 NCalls = 256 +VariableMetric: Iteration # 77 - FCN = -707536.8687263 Edm = 0.540316 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -707537.563674 Edm = 0.0390951 NCalls = 265 +VariableMetric: Iteration # 79 - FCN = -707537.5911937 Edm = 0.000903756 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -707537.5921947 Edm = 6.32606e-05 NCalls = 269 +VariableMetric: After Hessian - FCN = -707537.5921947 Edm = 45.8981 NCalls = 628 +VariableMetric: Iteration # 81 - FCN = -707537.5921947 Edm = 45.8981 NCalls = 628 +VariableMetric: Iteration # 82 - FCN = -707538.8583364 Edm = 31.9953 NCalls = 631 +VariableMetric: Iteration # 83 - FCN = -707548.3277885 Edm = 18.5864 NCalls = 633 +VariableMetric: Iteration # 84 - FCN = -707559.5921819 Edm = 0.19854 NCalls = 635 +VariableMetric: Iteration # 85 - FCN = -707559.7199123 Edm = 0.0508547 NCalls = 637 +VariableMetric: Iteration # 86 - FCN = -707559.8126062 Edm = 0.0303628 NCalls = 640 +VariableMetric: Iteration # 87 - FCN = -707559.8642279 Edm = 0.0168592 NCalls = 642 +VariableMetric: Iteration # 88 - FCN = -707559.8782376 Edm = 0.0165523 NCalls = 644 +VariableMetric: Iteration # 89 - FCN = -707559.8977 Edm = 0.0101147 NCalls = 646 +VariableMetric: Iteration # 90 - FCN = -707559.9297418 Edm = 0.02053 NCalls = 648 +VariableMetric: Iteration # 91 - FCN = -707559.9659072 Edm = 0.0327492 NCalls = 651 +VariableMetric: Iteration # 92 - FCN = -707560.0350805 Edm = 0.0424575 NCalls = 654 +VariableMetric: Iteration # 93 - FCN = -707560.0609449 Edm = 0.0287407 NCalls = 656 +VariableMetric: Iteration # 94 - FCN = -707560.1032682 Edm = 0.0171402 NCalls = 659 +VariableMetric: Iteration # 95 - FCN = -707560.1166463 Edm = 0.0074561 NCalls = 661 +VariableMetric: Iteration # 96 - FCN = -707560.134328 Edm = 0.00746545 NCalls = 663 +VariableMetric: Iteration # 97 - FCN = -707560.1566488 Edm = 0.0041652 NCalls = 666 +VariableMetric: Iteration # 98 - FCN = -707560.1635796 Edm = 0.00405625 NCalls = 668 +VariableMetric: Iteration # 99 - FCN = -707560.1652531 Edm = 0.00196183 NCalls = 670 +VariableMetric: Iteration # 100 - FCN = -707560.1682922 Edm = 0.000663396 NCalls = 673 +VariableMetric: Iteration # 101 - FCN = -707560.1695724 Edm = 0.000207763 NCalls = 676 +VariableMetric: Iteration # 102 - FCN = -707560.1697901 Edm = 0.000150894 NCalls = 677 +VariableMetric: Iteration # 103 - FCN = -707560.1699011 Edm = 1.93371e-05 NCalls = 679 +VariableMetric: After Hessian - FCN = -707560.1699011 Edm = 2.80167e-05 NCalls = 1040 +VariableMetric: Iteration # 104 - FCN = -707560.1699011 Edm = 2.80167e-05 NCalls = 1040 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.076E+05 | Ncalls=1180 (1180 total) | +| EDM = 0.000167 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -707559.5494733845 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -5.4 | 1.0 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.9 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -2.15 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 1.794 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_p | -4.645 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | phi_p | -6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.41 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.07 | 0.17 | | |0.00501244| 2.01499 | | +| 10| p4415_s | 1.24 | 0.18 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| psi2s_s | 1374.3 | 2.0 | | | 1358.64 | 1433.36 | | +| 13| Dbar_s | 0.023 | 0.060 | | | -1.464 | 1.464 | | +| 14| rho_p | 6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 15| Ctt | -0.016 | 0.127 | | | -0.5 | 0.5 | | +| 16| rho_s | 1.0 | 0.5 | | |0.0253049| 2.0747 | | +| 17| p3770_p | -3.08 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.21 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.33 | 0.18 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_s p4415_p omega_s psi2s_p jpsi_p p4160_p phi_p p3770_s p4040_s p4415_s jpsi_s psi2s_s Dbar_s rho_p Ctt rho_s p3770_p p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.140 -0.006 -0.968 -0.051 -0.141 -0.010 0.045 -0.016 -0.017 -0.010 0.049 -0.041 -0.028 -0.335 0.012 0.864 -0.005 -0.015 -0.012 | +| phi_s | 0.140 1.000 -0.004 -0.127 -0.019 -0.051 -0.006 0.708 -0.006 -0.002 0.002 -0.011 0.010 -0.009 -0.125 0.010 0.137 -0.002 -0.001 -0.004 | +| p4415_p | -0.006 -0.004 1.000 0.006 -0.075 0.004 0.285 -0.004 -0.046 -0.195 -0.133 0.003 -0.004 0.018 -0.010 -0.233 -0.001 0.111 -0.185 0.172 | +| omega_s | -0.968 -0.127 0.006 1.000 0.048 0.133 0.010 -0.031 0.013 0.013 0.007 -0.041 0.035 0.023 0.310 -0.011 -0.772 0.007 0.012 0.011 | +| psi2s_p | -0.051 -0.019 -0.075 0.048 1.000 0.111 -0.124 -0.015 -0.175 -0.117 -0.099 0.047 -0.047 0.023 0.040 0.180 -0.054 -0.377 -0.185 -0.278 | +| jpsi_p | -0.141 -0.051 0.004 0.133 0.111 1.000 0.013 -0.042 0.012 -0.106 -0.152 0.047 -0.037 -0.099 0.096 -0.145 -0.145 -0.037 -0.160 -0.092 | +| p4160_p | -0.010 -0.006 0.285 0.010 -0.124 0.013 1.000 -0.006 -0.142 -0.508 0.027 0.003 -0.003 -0.250 -0.011 -0.496 -0.002 0.245 -0.130 0.264 | +| phi_p | 0.045 0.708 -0.004 -0.031 -0.015 -0.042 -0.006 1.000 -0.002 -0.001 -0.000 0.006 -0.005 -0.004 -0.056 0.006 0.048 -0.004 -0.002 -0.005 | +| p3770_s | -0.016 -0.006 -0.046 0.013 -0.175 0.012 -0.142 -0.002 1.000 0.176 0.097 0.028 -0.037 0.264 0.018 0.162 -0.027 -0.277 0.083 -0.160 | +| p4040_s | -0.017 -0.002 -0.195 0.013 -0.117 -0.106 -0.508 -0.001 0.176 1.000 0.208 0.031 -0.031 0.547 0.025 0.496 -0.029 -0.189 0.173 -0.195 | +| p4415_s | -0.010 0.002 -0.133 0.007 -0.099 -0.152 0.027 -0.000 0.097 0.208 1.000 -0.001 0.000 0.500 0.011 0.389 -0.014 -0.193 0.325 0.064 | +| jpsi_s | 0.049 -0.011 0.003 -0.041 0.047 0.047 0.003 0.006 0.028 0.031 -0.001 1.000 -0.829 0.134 -0.047 -0.028 0.055 -0.031 0.013 0.009 | +| psi2s_s | -0.041 0.010 -0.004 0.035 -0.047 -0.037 -0.003 -0.005 -0.037 -0.031 0.000 -0.829 1.000 -0.118 0.039 0.029 -0.046 0.022 -0.014 -0.009 | +| Dbar_s | -0.028 -0.009 0.018 0.023 0.023 -0.099 -0.250 -0.004 0.264 0.547 0.500 0.134 -0.118 1.000 0.027 0.774 -0.046 -0.419 0.511 -0.075 | +| rho_p | -0.335 -0.125 -0.010 0.310 0.040 0.096 -0.011 -0.056 0.018 0.025 0.011 -0.047 0.039 0.027 1.000 0.007 -0.372 -0.009 0.014 -0.006 | +| Ctt | 0.012 0.010 -0.233 -0.011 0.180 -0.145 -0.496 0.006 0.162 0.496 0.389 -0.028 0.029 0.774 0.007 1.000 0.014 -0.504 0.317 -0.379 | +| rho_s | 0.864 0.137 -0.001 -0.772 -0.054 -0.145 -0.002 0.048 -0.027 -0.029 -0.014 0.055 -0.046 -0.046 -0.372 0.014 1.000 0.004 -0.021 -0.008 | +| p3770_p | -0.005 -0.002 0.111 0.007 -0.377 -0.037 0.245 -0.004 -0.277 -0.189 -0.193 -0.031 0.022 -0.419 -0.009 -0.504 0.004 1.000 -0.138 0.202 | +| p4160_s | -0.015 -0.001 -0.185 0.012 -0.185 -0.160 -0.130 -0.002 0.083 0.173 0.325 0.013 -0.014 0.511 0.014 0.317 -0.021 -0.138 1.000 0.343 | +| p4040_p | -0.012 -0.004 0.172 0.011 -0.278 -0.092 0.264 -0.005 -0.160 -0.195 0.064 0.009 -0.009 -0.075 -0.006 -0.379 -0.008 0.202 0.343 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.9835740776016242}), (, {'error': 1.064322451448266}), (, {'error': 0.16936175070028336}), (, {'error': 3.873189272887314}), (, {'error': 0.02907366044195392}), (, {'error': 0.016022895614126398}), (, {'error': 0.09767830001547795}), (, {'error': 0.41503886858272265}), (, {'error': 0.21108595090282556}), (, {'error': 0.1738201420023519}), (, {'error': 0.18071533787329863}), (, {'error': 18.93652474088867}), (, {'error': 1.9958558175661665}), (, {'error': 0.059570161653935916}), (, {'error': 0.25156574539875365}), (, {'error': 0.1270833644338778}), (, {'error': 0.5435627335063808}), (, {'error': 0.1154760434193054}), (, {'error': 0.16865241857618996}), (, {'error': 0.17593938290886113})]) +Toy 1/10 +Time taken: 1 h, 44 min +Projected time left: 15 h, 38 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.076E+05 | Ncalls=1294 (1294 total) | +| EDM = 6.68E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -707560.3568338437 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.24 | 0.35 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.6 | 0.9 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | 4.14 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 7.0 | 1.4 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -4.488 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_p | -4.645 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | phi_p | 6.18 | 0.22 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.41 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.07 | 0.17 | | |0.00501244| 2.01499 | | +| 10| p4415_s | 1.24 | 0.18 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 0.999E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| psi2s_s | 1373.0 | 2.5 | | | 1358.64 | 1433.36 | | +| 13| Dbar_s | 0.028 | 0.060 | | | -1.464 | 1.464 | | +| 14| rho_p | -6.10 | 0.31 | | |-6.28319 | 6.28319 | | +| 15| Ctt | -0.020 | 0.127 | | | -0.5 | 0.5 | | +| 16| rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p3770_p | 3.20 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.21 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 3.96 | 0.17 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_s p4415_p omega_s psi2s_p jpsi_p p4160_p phi_p p3770_s p4040_s p4415_s jpsi_s psi2s_s Dbar_s rho_p Ctt rho_s p3770_p p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.074 0.000 0.724 -0.016 -0.045 -0.001 0.021 -0.001 -0.004 -0.005 -0.024 -0.022 -0.002 0.116 -0.004 -0.055 -0.003 -0.004 -0.002 | +| phi_s | 0.074 1.000 0.004 0.097 -0.022 -0.050 0.004 0.558 -0.008 -0.009 -0.002 0.005 0.005 -0.013 0.225 -0.001 0.088 0.004 -0.003 0.004 | +| p4415_p | 0.000 0.004 1.000 0.006 -0.072 0.003 0.284 -0.001 -0.048 -0.197 -0.139 -0.008 -0.008 0.007 0.032 -0.236 0.015 0.113 -0.190 0.170 | +| omega_s | 0.724 0.097 0.006 1.000 -0.024 -0.056 0.005 0.013 0.001 -0.004 -0.003 -0.025 -0.023 0.006 0.409 -0.015 -0.327 -0.001 -0.001 0.006 | +| psi2s_p | -0.016 -0.022 -0.072 -0.024 1.000 0.111 -0.121 -0.013 -0.175 -0.118 -0.098 -0.060 -0.061 0.027 -0.057 0.174 -0.031 -0.373 -0.182 -0.270 | +| jpsi_p | -0.045 -0.050 0.003 -0.056 0.111 1.000 0.011 -0.037 0.012 -0.105 -0.151 -0.058 -0.050 -0.095 -0.126 -0.143 -0.073 -0.039 -0.159 -0.091 | +| p4160_p | -0.001 0.004 0.284 0.005 -0.121 0.011 1.000 -0.001 -0.145 -0.512 0.021 -0.008 -0.008 -0.259 0.038 -0.500 0.021 0.246 -0.138 0.267 | +| phi_p | 0.021 0.558 -0.001 0.013 -0.013 -0.037 -0.001 1.000 -0.004 -0.005 -0.003 -0.014 -0.013 -0.006 0.083 0.001 0.041 -0.001 -0.004 -0.002 | +| p3770_s | -0.001 -0.008 -0.048 0.001 -0.175 0.012 -0.145 -0.004 1.000 0.179 0.098 -0.035 -0.043 0.267 -0.019 0.163 -0.031 -0.281 0.086 -0.162 | +| p4040_s | -0.004 -0.009 -0.197 -0.004 -0.118 -0.105 -0.512 -0.005 0.179 1.000 0.211 -0.037 -0.038 0.552 -0.039 0.500 -0.038 -0.192 0.178 -0.204 | +| p4415_s | -0.005 -0.002 -0.139 -0.003 -0.098 -0.151 0.021 -0.003 0.098 0.211 1.000 0.004 0.003 0.498 -0.021 0.393 -0.016 -0.194 0.325 0.057 | +| jpsi_s | -0.024 0.005 -0.008 -0.025 -0.060 -0.058 -0.008 -0.014 -0.035 -0.037 0.004 1.000 0.892 -0.174 -0.109 0.042 -0.060 0.038 -0.016 -0.014 | +| psi2s_s | -0.022 0.005 -0.008 -0.023 -0.061 -0.050 -0.008 -0.013 -0.043 -0.038 0.003 0.892 1.000 -0.161 -0.099 0.042 -0.054 0.031 -0.016 -0.014 | +| Dbar_s | -0.002 -0.013 0.007 0.006 0.027 -0.095 -0.259 -0.006 0.267 0.552 0.498 -0.174 -0.161 1.000 -0.018 0.771 -0.047 -0.421 0.511 -0.087 | +| rho_p | 0.116 0.225 0.032 0.409 -0.057 -0.126 0.038 0.083 -0.019 -0.039 -0.021 -0.109 -0.099 -0.018 1.000 -0.046 0.118 0.019 -0.017 0.030 | +| Ctt | -0.004 -0.001 -0.236 -0.015 0.174 -0.143 -0.500 0.001 0.163 0.500 0.393 0.042 0.042 0.771 -0.046 1.000 -0.002 -0.501 0.324 -0.381 | +| rho_s | -0.055 0.088 0.015 -0.327 -0.031 -0.073 0.021 0.041 -0.031 -0.038 -0.016 -0.060 -0.054 -0.047 0.118 -0.002 1.000 0.021 -0.021 0.012 | +| p3770_p | -0.003 0.004 0.113 -0.001 -0.373 -0.039 0.246 -0.001 -0.281 -0.192 -0.194 0.038 0.031 -0.421 0.019 -0.501 0.021 1.000 -0.142 0.202 | +| p4160_s | -0.004 -0.003 -0.190 -0.001 -0.182 -0.159 -0.138 -0.004 0.086 0.178 0.325 -0.016 -0.016 0.511 -0.017 0.324 -0.021 -0.142 1.000 0.332 | +| p4040_p | -0.002 0.004 0.170 0.006 -0.270 -0.091 0.267 -0.002 -0.162 -0.204 0.057 -0.014 -0.014 -0.087 0.030 -0.381 0.012 0.202 0.332 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.3546471798538775}), (, {'error': 0.9179153212396338}), (, {'error': 0.16870061530613167}), (, {'error': 1.3966606823774885}), (, {'error': 0.029051567729383}), (, {'error': 0.01602176914193265}), (, {'error': 0.09785982215670486}), (, {'error': 0.21670180253889093}), (, {'error': 0.21123364599580063}), (, {'error': 0.1746210226537271}), (, {'error': 0.18083737588878868}), (, {'error': 17.103410055699896}), (, {'error': 2.465503092082713}), (, {'error': 0.060153280539334}), (, {'error': 0.3093435691232691}), (, {'error': 0.12748872429809127}), (, {'error': 0.32416292473701025}), (, {'error': 0.11520386619049283}), (, {'error': 0.1683087415664528}), (, {'error': 0.17489837895034555})]) +Toy 2/10 +Time taken: 3 h, 37 min +Projected time left: 14 h, 29 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.074E+05 | Ncalls=1256 (1256 total) | +| EDM = 6.57E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -707444.6540069929 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -6 | 12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.7 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 7 | 3 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -1.927 | 0.021 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_p | 4.594 | 0.015 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 7 | phi_p | 5.98 | 0.26 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 1.91 | 0.18 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.22 | 0.13 | | |0.00501244| 2.01499 | | +| 10| p4415_s | 0.25 | 0.20 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| psi2s_s | 1369.1 | 1.4 | | | 1358.64 | 1433.36 | | +| 13| Dbar_s | -0.357 | 0.030 | | | -1.464 | 1.464 | | +| 14| rho_p | 6.3 | 0.6 | | |-6.28319 | 6.28319 | | +| 15| Ctt | -0.500 | 0.014 | | | -0.5 | 0.5 | | +| 16| rho_s | 1.21 | 0.31 | | |0.0253049| 2.0747 | | +| 17| p3770_p | 4.43 | 0.11 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 0.717 | 0.010 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.97 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_s p4415_p omega_s psi2s_p jpsi_p p4160_p phi_p p3770_s p4040_s p4415_s jpsi_s psi2s_s Dbar_s rho_p Ctt rho_s p3770_p p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.446 0.008 0.997 -0.149 -0.295 0.001 0.206 -0.026 0.001 -0.022 0.069 -0.051 -0.081 0.577 0.004 -0.194 -0.023 -0.001 -0.068 | +| phi_s | 0.446 1.000 0.004 0.443 -0.069 -0.146 0.001 0.695 -0.017 -0.004 -0.009 0.028 -0.022 -0.060 0.136 0.003 0.009 -0.006 -0.000 -0.034 | +| p4415_p | 0.008 0.004 1.000 0.008 -0.003 0.004 -0.001 0.002 -0.003 0.061 -0.279 0.003 -0.002 -0.137 0.010 0.004 -0.006 -0.009 -0.003 -0.017 | +| omega_s | 0.997 0.443 0.008 1.000 -0.149 -0.296 0.001 0.202 -0.026 0.002 -0.022 0.067 -0.050 -0.079 0.564 0.004 -0.227 -0.023 -0.001 -0.067 | +| psi2s_p | -0.149 -0.069 -0.003 -0.149 1.000 0.074 0.002 -0.040 -0.094 -0.070 0.028 -0.062 0.011 -0.198 -0.086 -0.052 0.065 0.163 0.004 -0.066 | +| jpsi_p | -0.295 -0.146 0.004 -0.296 0.074 1.000 0.002 -0.085 -0.060 -0.029 0.002 -0.052 0.037 -0.176 -0.157 0.014 0.094 0.027 0.002 -0.078 | +| p4160_p | 0.001 0.001 -0.001 0.001 0.002 0.002 1.000 0.000 -0.000 0.013 0.005 -0.000 0.000 -0.010 0.001 -0.000 0.000 -0.002 -0.003 -0.005 | +| phi_p | 0.206 0.695 0.002 0.202 -0.040 -0.085 0.000 1.000 -0.011 -0.003 -0.005 0.023 -0.017 -0.036 0.052 0.002 0.015 -0.003 -0.000 -0.021 | +| p3770_s | -0.026 -0.017 -0.003 -0.026 -0.094 -0.060 -0.000 -0.011 1.000 0.135 0.001 0.011 0.001 0.226 -0.001 0.004 -0.019 -0.146 -0.002 0.009 | +| p4040_s | 0.001 -0.004 0.061 0.002 -0.070 -0.029 0.013 -0.003 0.135 1.000 -0.187 0.009 0.006 -0.107 0.023 0.043 -0.033 0.035 -0.004 -0.199 | +| p4415_s | -0.022 -0.009 -0.279 -0.022 0.028 0.002 0.005 -0.005 0.001 -0.187 1.000 -0.008 0.006 0.437 -0.031 -0.018 0.024 0.026 0.008 0.028 | +| jpsi_s | 0.069 0.028 0.003 0.067 -0.062 -0.052 -0.000 0.023 0.011 0.009 -0.008 1.000 -0.656 0.156 0.005 -0.004 0.021 -0.028 -0.000 0.006 | +| psi2s_s | -0.051 -0.022 -0.002 -0.050 0.011 0.037 0.000 -0.017 0.001 0.006 0.006 -0.656 1.000 -0.088 -0.003 0.002 -0.018 -0.017 -0.000 -0.005 | +| Dbar_s | -0.081 -0.060 -0.137 -0.079 -0.198 -0.176 -0.010 -0.036 0.226 -0.107 0.437 0.156 -0.088 1.000 -0.026 0.058 -0.063 0.015 0.009 0.428 | +| rho_p | 0.577 0.136 0.010 0.564 -0.086 -0.157 0.001 0.052 -0.001 0.023 -0.031 0.005 -0.003 -0.026 1.000 0.002 -0.347 -0.025 -0.001 -0.034 | +| Ctt | 0.004 0.003 0.004 0.004 -0.052 0.014 -0.000 0.002 0.004 0.043 -0.018 -0.004 0.002 0.058 0.002 1.000 0.002 -0.042 -0.002 -0.012 | +| rho_s | -0.194 0.009 -0.006 -0.227 0.065 0.094 0.000 0.015 -0.019 -0.033 0.024 0.021 -0.018 -0.063 -0.347 0.002 1.000 0.032 0.001 0.004 | +| p3770_p | -0.023 -0.006 -0.009 -0.023 0.163 0.027 -0.002 -0.003 -0.146 0.035 0.026 -0.028 -0.017 0.015 -0.025 -0.042 0.032 1.000 -0.000 0.123 | +| p4160_s | -0.001 -0.000 -0.003 -0.001 0.004 0.002 -0.003 -0.000 -0.002 -0.004 0.008 -0.000 -0.000 0.009 -0.001 -0.002 0.001 -0.000 1.000 -0.012 | +| p4040_p | -0.068 -0.034 -0.017 -0.067 -0.066 -0.078 -0.005 -0.021 0.009 -0.199 0.028 0.006 -0.005 0.428 -0.034 -0.012 0.004 0.123 -0.012 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 11.73045351000476}), (, {'error': 1.1071294471095783}), (, {'error': 0.06420638218135855}), (, {'error': 3.3718109467574613}), (, {'error': 0.020916913052602126}), (, {'error': 0.015085985894752518}), (, {'error': 0.009014588147878921}), (, {'error': 0.25506858167721536}), (, {'error': 0.18076509665654183}), (, {'error': 0.12909371974984385}), (, {'error': 0.200340047038778}), (, {'error': 21.830700960075774}), (, {'error': 1.4202499602456555}), (, {'error': 0.029945220397702532}), (, {'error': 0.6234539503151977}), (, {'error': 0.013800519584377918}), (, {'error': 0.3148424784775901}), (, {'error': 0.11016740182447737}), (, {'error': 0.010476456560602754}), (, {'error': 0.11172199915135339})]) +Toy 3/10 +Time taken: 5 h, 26 min +Projected time left: 12 h, 42 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.075E+05 | Ncalls=1247 (1247 total) | +| EDM = 0.000136 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -707483.4491838855 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.011 | 0.342 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.7 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -1.8 | 0.4 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 6.9 | 1.3 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -1.93 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_p | -1.711 | 0.018 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -1.64 | 0.29 | | |-6.28319 | 6.28319 | | +| 7 | phi_p | 5.97 | 0.28 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 0.919 | 0.028 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 0.7 | 0.4 | | |0.00501244| 2.01499 | | +| 10| p4415_s | 0.9 | 0.4 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| psi2s_s | 1369.0 | 1.5 | | | 1358.64 | 1433.36 | | +| 13| Dbar_s | -0.23 | 0.24 | | | -1.464 | 1.464 | | +| 14| rho_p | 0.026 | 0.269 | | |-6.28319 | 6.28319 | | +| 15| Ctt | -0.5 | 1.0 | | | -0.5 | 0.5 | | +| 16| rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p3770_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 1.96 | 0.31 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 4.9 | 0.6 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_s p4415_p omega_s psi2s_p jpsi_p p4160_p phi_p p3770_s p4040_s p4415_s jpsi_s psi2s_s Dbar_s rho_p Ctt rho_s p3770_p p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.059 0.012 0.707 0.011 -0.036 0.013 0.027 0.004 -0.015 -0.014 0.012 -0.007 -0.014 0.068 -0.014 -0.053 0.000 -0.014 0.013 | +| phi_s | 0.059 1.000 -0.056 0.038 -0.068 0.012 -0.064 0.749 -0.019 0.060 0.061 -0.017 0.004 0.063 0.176 0.068 0.113 -0.000 0.057 -0.062 | +| p4415_p | 0.012 -0.056 1.000 0.049 0.818 -0.414 0.819 -0.035 0.229 -0.787 -0.778 0.188 -0.044 -0.795 0.157 -0.827 -0.082 0.003 -0.761 0.790 | +| omega_s | 0.707 0.038 0.049 1.000 0.053 -0.075 0.055 -0.006 0.016 -0.054 -0.054 0.015 -0.004 -0.056 0.319 -0.060 -0.340 0.000 -0.050 0.055 | +| psi2s_p | 0.011 -0.068 0.818 0.053 1.000 -0.485 0.939 -0.044 0.274 -0.930 -0.921 0.215 -0.052 -0.981 0.170 -0.985 -0.101 0.004 -0.872 0.921 | +| jpsi_p | -0.036 0.012 -0.414 -0.075 -0.485 1.000 -0.476 -0.005 -0.138 0.418 0.427 -0.153 0.053 0.463 -0.127 0.504 0.099 0.001 0.384 -0.482 | +| p4160_p | 0.013 -0.064 0.819 0.055 0.939 -0.476 1.000 -0.041 0.262 -0.920 -0.849 0.216 -0.052 -0.930 0.173 -0.950 -0.098 0.004 -0.820 0.903 | +| phi_p | 0.027 0.749 -0.035 -0.006 -0.044 -0.005 -0.041 1.000 -0.012 0.036 0.038 -0.001 -0.005 0.039 0.098 0.043 0.071 0.000 0.034 -0.040 | +| p3770_s | 0.004 -0.019 0.229 0.016 0.274 -0.138 0.262 -0.012 1.000 -0.254 -0.255 0.061 -0.016 -0.273 0.049 -0.276 -0.029 -0.004 -0.239 0.258 | +| p4040_s | -0.015 0.060 -0.787 -0.054 -0.930 0.418 -0.920 0.036 -0.254 1.000 0.878 -0.203 0.047 0.945 -0.169 0.933 0.089 -0.005 0.843 -0.863 | +| p4415_s | -0.014 0.061 -0.778 -0.054 -0.921 0.427 -0.849 0.038 -0.255 0.878 1.000 -0.210 0.051 0.936 -0.164 0.927 0.097 -0.004 0.855 -0.834 | +| jpsi_s | 0.012 -0.017 0.188 0.015 0.215 -0.153 0.216 -0.001 0.061 -0.203 -0.210 1.000 -0.684 -0.202 0.081 -0.228 0.007 0.000 -0.194 0.212 | +| psi2s_s | -0.007 0.004 -0.044 -0.004 -0.052 0.053 -0.052 -0.005 -0.016 0.047 0.051 -0.684 1.000 0.039 -0.042 0.054 -0.022 0.000 0.046 -0.052 | +| Dbar_s | -0.014 0.063 -0.795 -0.056 -0.981 0.463 -0.930 0.039 -0.273 0.945 0.936 -0.202 0.039 1.000 -0.174 0.989 0.096 -0.005 0.897 -0.909 | +| rho_p | 0.068 0.176 0.157 0.319 0.170 -0.127 0.173 0.098 0.049 -0.169 -0.164 0.081 -0.042 -0.174 1.000 -0.176 0.119 0.001 -0.155 0.171 | +| Ctt | -0.014 0.068 -0.827 -0.060 -0.985 0.504 -0.950 0.043 -0.276 0.933 0.927 -0.228 0.054 0.989 -0.176 1.000 0.110 -0.004 0.875 -0.934 | +| rho_s | -0.053 0.113 -0.082 -0.340 -0.101 0.099 -0.098 0.071 -0.029 0.089 0.097 0.007 -0.022 0.096 0.119 0.110 1.000 0.000 0.087 -0.096 | +| p3770_p | 0.000 -0.000 0.003 0.000 0.004 0.001 0.004 0.000 -0.004 -0.005 -0.004 0.000 0.000 -0.005 0.001 -0.004 0.000 1.000 -0.004 0.004 | +| p4160_s | -0.014 0.057 -0.761 -0.050 -0.872 0.384 -0.820 0.034 -0.239 0.843 0.855 -0.194 0.046 0.897 -0.155 0.875 0.087 -0.004 1.000 -0.729 | +| p4040_p | 0.013 -0.062 0.790 0.055 0.921 -0.482 0.903 -0.040 0.258 -0.863 -0.834 0.212 -0.052 -0.909 0.171 -0.934 -0.096 0.004 -0.729 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.3423052201245729}), (, {'error': 1.1336510798476134}), (, {'error': 0.379022377449727}), (, {'error': 1.2838184947294233}), (, {'error': 0.12481307429551158}), (, {'error': 0.017799497118140994}), (, {'error': 0.29496610681}), (, {'error': 0.2834288071868958}), (, {'error': 0.027993054718450372}), (, {'error': 0.4027454224916822}), (, {'error': 0.4282145762450476}), (, {'error': 15.969199015619779}), (, {'error': 1.542173110424983}), (, {'error': 0.24364930225336656}), (, {'error': 0.2686873772700684}), (, {'error': 0.9991535823117238}), (, {'error': 0.3239215412997472}), (, {'error': 0.010211318269900183}), (, {'error': 0.314986009210414}), (, {'error': 0.6410015394530664})]) +Toy 4/10 +Time taken: 7 h, 15 min +Projected time left: 10 h, 53 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.076E+05 | Ncalls=398 (398 total) | +| EDM = 6.13E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -707555.5037213692 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.87 | 0.15 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19 | 6 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -2.05 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 8.0 | 0.8 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 3.807 | 0.016 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_p | -4.833 | 0.012 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.02 | 0.05 | | |-6.28319 | 6.28319 | | +| 7 | phi_p | -6 | 12 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.23 | 0.12 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.05 | 0.08 | | |0.00501244| 2.01499 | | +| 10| p4415_s | 1.28 | 0.10 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 0.994E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 12| psi2s_s | 1362.3 | 0.7 | | | 1358.64 | 1433.36 | | +| 13| Dbar_s | 0.061 | 0.016 | | | -1.464 | 1.464 | | +| 14| rho_p | 6.282 | 0.031 | | |-6.28319 | 6.28319 | | +| 15| Ctt | -0.013 | 0.044 | | | -0.5 | 0.5 | | +| 16| rho_s | 1.63 | 0.21 | | |0.0253049| 2.0747 | | +| 17| p3770_p | 3.94 | 0.06 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.19 | 0.08 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 4.21 | 0.09 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_s p4415_p omega_s psi2s_p jpsi_p p4160_p phi_p p3770_s p4040_s p4415_s jpsi_s psi2s_s Dbar_s rho_p Ctt rho_s p3770_p p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.228 -0.020 0.190 -0.078 -0.105 -0.025 0.228 -0.010 -0.021 -0.018 -0.021 -0.012 0.034 0.038 -0.059 0.090 -0.024 -0.019 -0.024 | +| phi_s | 0.228 1.000 -0.083 -0.650 -0.325 -0.437 -0.101 0.999 -0.043 -0.086 -0.074 -0.077 -0.044 0.146 0.187 -0.250 -0.393 -0.100 -0.079 -0.100 | +| p4415_p | -0.020 -0.083 1.000 0.053 0.051 0.021 0.061 -0.083 -0.015 -0.065 -0.066 0.028 0.013 0.125 -0.016 -0.071 0.040 0.025 -0.112 0.053 | +| omega_s | 0.190 -0.650 0.053 1.000 0.210 0.283 0.065 -0.652 0.029 0.057 0.049 0.054 0.030 -0.093 -0.124 0.160 0.154 0.065 0.052 0.064 | +| psi2s_p | -0.078 -0.325 0.051 0.210 1.000 0.119 0.069 -0.325 -0.019 -0.019 -0.006 0.048 0.008 -0.177 -0.060 0.112 0.131 0.112 -0.003 0.065 | +| jpsi_p | -0.105 -0.437 0.021 0.283 0.119 1.000 0.027 -0.437 -0.014 -0.012 -0.007 0.023 0.012 -0.041 -0.077 0.077 0.156 0.005 -0.011 0.011 | +| p4160_p | -0.025 -0.101 0.061 0.065 0.069 0.027 1.000 -0.101 -0.024 -0.157 0.095 0.019 0.008 0.065 -0.020 -0.126 0.045 0.031 -0.026 0.027 | +| phi_p | 0.228 0.999 -0.083 -0.652 -0.325 -0.437 -0.101 1.000 -0.043 -0.086 -0.074 -0.077 -0.044 0.147 0.188 -0.251 -0.393 -0.101 -0.080 -0.100 | +| p3770_s | -0.010 -0.043 -0.015 0.029 -0.019 -0.014 -0.024 -0.043 1.000 0.008 -0.001 0.009 0.005 0.071 -0.007 -0.041 0.014 -0.057 -0.005 -0.056 | +| p4040_s | -0.021 -0.086 -0.065 0.057 -0.019 -0.012 -0.157 -0.086 0.008 1.000 -0.002 0.019 0.009 0.123 -0.015 0.020 0.032 0.069 -0.051 -0.013 | +| p4415_s | -0.018 -0.074 -0.066 0.049 -0.006 -0.007 0.095 -0.074 -0.001 -0.002 1.000 0.024 0.010 0.087 -0.013 0.070 0.031 0.013 0.028 0.054 | +| jpsi_s | -0.021 -0.077 0.028 0.054 0.048 0.023 0.019 -0.077 0.009 0.019 0.024 1.000 0.394 -0.074 -0.012 0.081 0.022 0.025 0.026 0.019 | +| psi2s_s | -0.012 -0.044 0.013 0.030 0.008 0.012 0.008 -0.044 0.005 0.009 0.010 0.394 1.000 -0.030 -0.007 0.022 0.013 -0.006 0.011 0.005 | +| Dbar_s | 0.034 0.146 0.125 -0.093 -0.177 -0.041 0.065 0.147 0.071 0.123 0.087 -0.074 -0.030 1.000 0.028 0.200 -0.079 -0.035 0.128 0.044 | +| rho_p | 0.038 0.187 -0.016 -0.124 -0.060 -0.077 -0.020 0.188 -0.007 -0.015 -0.013 -0.012 -0.007 0.028 1.000 -0.047 -0.095 -0.019 -0.014 -0.019 | +| Ctt | -0.059 -0.250 -0.071 0.160 0.112 0.077 -0.126 -0.251 -0.041 0.020 0.070 0.081 0.022 0.200 -0.047 1.000 0.122 -0.100 0.024 -0.133 | +| rho_s | 0.090 -0.393 0.040 0.154 0.131 0.156 0.045 -0.393 0.014 0.032 0.031 0.022 0.013 -0.079 -0.095 0.122 1.000 0.043 0.033 0.045 | +| p3770_p | -0.024 -0.100 0.025 0.065 0.112 0.005 0.031 -0.101 -0.057 0.069 0.013 0.025 -0.006 -0.035 -0.019 -0.100 0.043 1.000 0.036 0.021 | +| p4160_s | -0.019 -0.079 -0.112 0.052 -0.003 -0.011 -0.026 -0.080 -0.005 -0.051 0.028 0.026 0.011 0.128 -0.014 0.024 0.033 0.036 1.000 0.189 | +| p4040_p | -0.024 -0.100 0.053 0.064 0.065 0.011 0.027 -0.100 -0.056 -0.013 0.054 0.019 0.005 0.044 -0.019 -0.133 0.045 0.021 0.189 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14946255482069493}), (, {'error': 5.9137673176278085}), (, {'error': 0.09228084260565206}), (, {'error': 0.8144842994571748}), (, {'error': 0.015565349272341322}), (, {'error': 0.011615383424575132}), (, {'error': 0.047802051942975154}), (, {'error': 11.8555659113423}), (, {'error': 0.11889347482388879}), (, {'error': 0.08034041412408721}), (, {'error': 0.09872668886792213}), (, {'error': 5.528482071203143}), (, {'error': 0.7427985620065556}), (, {'error': 0.01587172346193244}), (, {'error': 0.03095063157956357}), (, {'error': 0.043895220444445104}), (, {'error': 0.21014794062390374}), (, {'error': 0.06465846468936043}), (, {'error': 0.07998064383949166}), (, {'error': 0.08859370911520692})]) +Toy 5/10 +Time taken: 8 h, 13 min +Projected time left: 8 h, 13 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.076E+05 | Ncalls=1149 (1149 total) | +| EDM = 0.000114 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -707559.9360740966 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.2 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -2.14 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 6.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -4.489 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_p | 1.637 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | 4.09 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | phi_p | -5.62 | 0.28 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.41 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.07 | 0.17 | | |0.00501244| 2.01499 | | +| 10| p4415_s | 1.24 | 0.18 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 0.999E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| psi2s_s | 1373.0 | 2.4 | | | 1358.64 | 1433.36 | | +| 13| Dbar_s | 0.028 | 0.060 | | | -1.464 | 1.464 | | +| 14| rho_p | 0.25 | 0.27 | | |-6.28319 | 6.28319 | | +| 15| Ctt | -0.021 | 0.127 | | | -0.5 | 0.5 | | +| 16| rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p3770_p | -3.08 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.21 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 3.96 | 0.17 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_s p4415_p omega_s psi2s_p jpsi_p p4160_p phi_p p3770_s p4040_s p4415_s jpsi_s psi2s_s Dbar_s rho_p Ctt rho_s p3770_p p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.010 0.001 -0.184 0.001 0.004 0.002 -0.003 -0.001 -0.000 0.001 0.000 0.000 -0.000 0.018 -0.001 0.055 0.002 0.001 0.002 | +| phi_s | -0.010 1.000 -0.004 -0.045 -0.009 -0.020 -0.007 0.777 0.005 0.005 0.003 0.057 0.051 0.002 -0.088 0.001 -0.042 -0.005 0.003 -0.005 | +| p4415_p | 0.001 -0.004 1.000 0.003 -0.072 0.005 0.280 -0.010 -0.048 -0.195 -0.149 -0.007 -0.007 0.007 0.026 -0.238 0.015 0.115 -0.194 0.167 | +| omega_s | -0.184 -0.045 0.003 1.000 -0.006 -0.009 0.003 -0.104 0.005 0.004 0.003 0.005 0.004 0.011 0.420 -0.009 -0.410 -0.001 0.006 0.006 | +| psi2s_p | 0.001 -0.009 -0.072 -0.006 1.000 0.109 -0.122 0.001 -0.175 -0.123 -0.099 -0.061 -0.061 0.025 -0.039 0.177 -0.031 -0.374 -0.185 -0.276 | +| jpsi_p | 0.004 -0.020 0.005 -0.009 0.109 1.000 0.010 -0.006 0.012 -0.108 -0.153 -0.064 -0.055 -0.096 -0.082 -0.144 -0.073 -0.040 -0.162 -0.094 | +| p4160_p | 0.002 -0.007 0.280 0.003 -0.122 0.010 1.000 -0.014 -0.142 -0.503 0.021 -0.007 -0.007 -0.250 0.031 -0.492 0.019 0.245 -0.132 0.259 | +| phi_p | -0.003 0.777 -0.010 -0.104 0.001 -0.006 -0.014 1.000 0.012 0.012 0.003 0.047 0.042 0.010 -0.227 0.004 -0.054 -0.013 0.003 -0.012 | +| p3770_s | -0.001 0.005 -0.048 0.005 -0.175 0.012 -0.142 0.012 1.000 0.176 0.100 -0.035 -0.043 0.268 -0.016 0.163 -0.031 -0.286 0.087 -0.159 | +| p4040_s | -0.000 0.005 -0.195 0.004 -0.123 -0.108 -0.503 0.012 0.176 1.000 0.214 -0.039 -0.039 0.548 -0.030 0.491 -0.037 -0.189 0.181 -0.186 | +| p4415_s | 0.001 0.003 -0.149 0.003 -0.099 -0.153 0.021 0.003 0.100 0.214 1.000 0.002 0.001 0.500 -0.016 0.396 -0.016 -0.197 0.330 0.060 | +| jpsi_s | 0.000 0.057 -0.007 0.005 -0.061 -0.064 -0.007 0.047 -0.035 -0.039 0.002 1.000 0.888 -0.172 -0.083 0.039 -0.059 0.038 -0.017 -0.014 | +| psi2s_s | 0.000 0.051 -0.007 0.004 -0.061 -0.055 -0.007 0.042 -0.043 -0.039 0.001 0.888 1.000 -0.158 -0.075 0.039 -0.053 0.031 -0.017 -0.013 | +| Dbar_s | -0.000 0.002 0.007 0.011 0.025 -0.096 -0.250 0.010 0.268 0.548 0.500 -0.172 -0.158 1.000 -0.015 0.769 -0.047 -0.423 0.513 -0.076 | +| rho_p | 0.018 -0.088 0.026 0.420 -0.039 -0.082 0.031 -0.227 -0.016 -0.030 -0.016 -0.083 -0.075 -0.015 1.000 -0.035 0.092 0.017 -0.013 0.024 | +| Ctt | -0.001 0.001 -0.238 -0.009 0.177 -0.144 -0.492 0.004 0.163 0.491 0.396 0.039 0.039 0.769 -0.035 1.000 -0.001 -0.505 0.324 -0.375 | +| rho_s | 0.055 -0.042 0.015 -0.410 -0.031 -0.073 0.019 -0.054 -0.031 -0.037 -0.016 -0.059 -0.053 -0.047 0.092 -0.001 1.000 0.021 -0.022 0.010 | +| p3770_p | 0.002 -0.005 0.115 -0.001 -0.374 -0.040 0.245 -0.013 -0.286 -0.189 -0.197 0.038 0.031 -0.423 0.017 -0.505 0.021 1.000 -0.142 0.202 | +| p4160_s | 0.001 0.003 -0.194 0.006 -0.185 -0.162 -0.132 0.003 0.087 0.181 0.330 -0.017 -0.017 0.513 -0.013 0.324 -0.022 -0.142 1.000 0.337 | +| p4040_p | 0.002 -0.005 0.167 0.006 -0.276 -0.094 0.259 -0.012 -0.159 -0.186 0.060 -0.014 -0.013 -0.076 0.024 -0.375 0.010 0.202 0.337 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14146118856065115}), (, {'error': 1.1871468184552434}), (, {'error': 0.169483876947653}), (, {'error': 0.9253244369781375}), (, {'error': 0.029127361418546105}), (, {'error': 0.015944790579343504}), (, {'error': 0.09707132316937983}), (, {'error': 0.27769113555469227}), (, {'error': 0.21167658760944263}), (, {'error': 0.17336500064997562}), (, {'error': 0.1814106546740567}), (, {'error': 16.777548971896977}), (, {'error': 2.4217894990049444}), (, {'error': 0.060073313826200736}), (, {'error': 0.273610967584212}), (, {'error': 0.1270125856821539}), (, {'error': 0.3252561870156532}), (, {'error': 0.11583777560286235}), (, {'error': 0.1685231268922882}), (, {'error': 0.17476462435190232})]) +Toy 6/10 +Time taken: 9 h, 56 min +Projected time left: 6 h, 37 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.076E+05 | Ncalls=986 (986 total) | +| EDM = 6.86E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -707560.1885683846 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.25 | 0.34 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.5 | 0.9 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | 4.14 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 7.0 | 1.3 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 1.795 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_p | 1.639 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | 4.09 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | phi_p | 6.16 | 0.21 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.41 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.07 | 0.17 | | |0.00501244| 2.01499 | | +| 10| p4415_s | 1.24 | 0.18 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| psi2s_s | 1374.4 | 2.0 | | | 1358.64 | 1433.36 | | +| 13| Dbar_s | 0.023 | 0.059 | | | -1.464 | 1.464 | | +| 14| rho_p | 6.28 | 0.23 | | |-6.28319 | 6.28319 | | +| 15| Ctt | -0.016 | 0.126 | | | -0.5 | 0.5 | | +| 16| rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p3770_p | 3.20 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.21 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.33 | 0.18 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_s p4415_p omega_s psi2s_p jpsi_p p4160_p phi_p p3770_s p4040_s p4415_s jpsi_s psi2s_s Dbar_s rho_p Ctt rho_s p3770_p p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.049 -0.003 0.744 -0.010 -0.031 -0.005 0.014 0.000 -0.001 -0.003 0.010 -0.009 -0.002 0.050 0.001 -0.064 -0.005 -0.003 -0.006 | +| phi_s | 0.049 1.000 -0.003 0.016 -0.010 -0.024 -0.004 0.561 -0.004 -0.001 0.002 -0.021 0.018 -0.008 -0.094 0.008 0.053 -0.000 0.000 -0.002 | +| p4415_p | -0.003 -0.003 1.000 -0.006 -0.070 0.006 0.275 -0.003 -0.047 -0.192 -0.144 0.004 -0.005 0.011 -0.015 -0.232 0.009 0.111 -0.187 0.165 | +| omega_s | 0.744 0.016 -0.006 1.000 -0.002 -0.010 -0.008 -0.017 0.009 0.010 0.004 -0.012 0.010 0.014 0.042 0.001 -0.423 -0.009 0.006 -0.005 | +| psi2s_p | -0.010 -0.010 -0.070 -0.002 1.000 0.105 -0.121 -0.009 -0.174 -0.122 -0.101 0.051 -0.051 0.018 0.027 0.174 -0.022 -0.370 -0.189 -0.278 | +| jpsi_p | -0.031 -0.024 0.006 -0.010 0.105 1.000 0.011 -0.029 0.011 -0.110 -0.155 0.055 -0.043 -0.103 0.058 -0.146 -0.052 -0.038 -0.164 -0.095 | +| p4160_p | -0.005 -0.004 0.275 -0.008 -0.121 0.011 1.000 -0.004 -0.142 -0.502 0.027 0.004 -0.004 -0.247 -0.019 -0.489 0.013 0.240 -0.125 0.258 | +| phi_p | 0.014 0.561 -0.003 -0.017 -0.009 -0.029 -0.004 1.000 -0.003 -0.002 -0.002 0.005 -0.004 -0.006 -0.040 0.005 0.029 -0.003 -0.003 -0.005 | +| p3770_s | 0.000 -0.004 -0.047 0.009 -0.174 0.011 -0.142 -0.003 1.000 0.175 0.098 0.029 -0.038 0.265 0.017 0.163 -0.028 -0.285 0.083 -0.161 | +| p4040_s | -0.001 -0.001 -0.192 0.010 -0.122 -0.110 -0.502 -0.002 0.175 1.000 0.210 0.032 -0.032 0.547 0.025 0.492 -0.032 -0.187 0.173 -0.187 | +| p4415_s | -0.003 0.002 -0.144 0.004 -0.101 -0.155 0.027 -0.002 0.098 0.210 1.000 -0.001 -0.000 0.501 0.011 0.392 -0.013 -0.193 0.328 0.065 | +| jpsi_s | 0.010 -0.021 0.004 -0.012 0.051 0.055 0.004 0.005 0.029 0.032 -0.001 1.000 -0.835 0.139 -0.041 -0.030 0.032 -0.031 0.014 0.010 | +| psi2s_s | -0.009 0.018 -0.005 0.010 -0.051 -0.043 -0.004 -0.004 -0.038 -0.032 -0.000 -0.835 1.000 -0.123 0.035 0.030 -0.027 0.023 -0.015 -0.010 | +| Dbar_s | -0.002 -0.008 0.011 0.014 0.018 -0.103 -0.247 -0.006 0.265 0.547 0.501 0.139 -0.123 1.000 0.024 0.774 -0.047 -0.418 0.513 -0.072 | +| rho_p | 0.050 -0.094 -0.015 0.042 0.027 0.058 -0.019 -0.040 0.017 0.025 0.011 -0.041 0.035 0.024 1.000 0.014 -0.220 -0.014 0.012 -0.013 | +| Ctt | 0.001 0.008 -0.232 0.001 0.174 -0.146 -0.489 0.005 0.163 0.492 0.392 -0.030 0.030 0.774 0.014 1.000 0.007 -0.500 0.317 -0.374 | +| rho_s | -0.064 0.053 0.009 -0.423 -0.022 -0.052 0.013 0.029 -0.028 -0.032 -0.013 0.032 -0.027 -0.047 -0.220 0.007 1.000 0.018 -0.019 0.005 | +| p3770_p | -0.005 -0.000 0.111 -0.009 -0.370 -0.038 0.240 -0.003 -0.285 -0.187 -0.193 -0.031 0.023 -0.418 -0.014 -0.500 0.018 1.000 -0.137 0.200 | +| p4160_s | -0.003 0.000 -0.187 0.006 -0.189 -0.164 -0.125 -0.003 0.083 0.173 0.328 0.014 -0.015 0.513 0.012 0.317 -0.019 -0.137 1.000 0.346 | +| p4040_p | -0.006 -0.002 0.165 -0.005 -0.278 -0.095 0.258 -0.005 -0.161 -0.187 0.065 0.010 -0.010 -0.072 -0.013 -0.374 0.005 0.200 0.346 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.34117399654936964}), (, {'error': 0.9008795027125407}), (, {'error': 0.16808055685841783}), (, {'error': 1.3235872242842768}), (, {'error': 0.02892199076932922}), (, {'error': 0.015878105798635023}), (, {'error': 0.09685257777974421}), (, {'error': 0.21383998997961395}), (, {'error': 0.21149008743854392}), (, {'error': 0.1730417301961159}), (, {'error': 0.18115385070599888}), (, {'error': 19.901473957236703}), (, {'error': 2.0310235249780817}), (, {'error': 0.0594597214919641}), (, {'error': 0.2276200225706626}), (, {'error': 0.12635052611416536}), (, {'error': 0.31768642085898674}), (, {'error': 0.11512613645809644}), (, {'error': 0.16860207468932242}), (, {'error': 0.17566021073223403})]) +Toy 7/10 +Time taken: 11 h, 26 min +Projected time left: 4 h, 54 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.076E+05 | Ncalls=1288 (1288 total) | +| EDM = 0.000137 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -707560.1884657408 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.25 | 0.34 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.5 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -2.14 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 7.0 | 1.3 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 1.795 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_p | 1.639 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | phi_p | -0.12 | 0.31 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.41 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.07 | 0.17 | | |0.00501244| 2.01499 | | +| 10| p4415_s | 1.24 | 0.18 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 12| psi2s_s | 1374.3 | 1.7 | | | 1358.64 | 1433.36 | | +| 13| Dbar_s | 0.023 | 0.059 | | | -1.464 | 1.464 | | +| 14| rho_p | 6.28 | 0.23 | | |-6.28319 | 6.28319 | | +| 15| Ctt | -0.016 | 0.126 | | | -0.5 | 0.5 | | +| 16| rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p3770_p | 3.20 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.21 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 3.95 | 0.17 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_s p4415_p omega_s psi2s_p jpsi_p p4160_p phi_p p3770_s p4040_s p4415_s jpsi_s psi2s_s Dbar_s rho_p Ctt rho_s p3770_p p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.053 -0.003 0.742 -0.010 -0.032 -0.005 0.028 -0.000 -0.002 -0.003 0.008 -0.006 -0.003 0.048 0.001 -0.062 -0.004 -0.004 -0.006 | +| phi_s | 0.053 1.000 -0.006 -0.007 -0.017 -0.050 -0.008 0.797 -0.006 -0.003 -0.000 -0.007 0.006 -0.011 -0.112 0.011 0.073 -0.003 -0.003 -0.007 | +| p4415_p | -0.003 -0.006 1.000 -0.006 -0.070 0.007 0.281 -0.006 -0.047 -0.197 -0.148 0.003 -0.004 0.009 -0.015 -0.237 0.009 0.113 -0.194 0.166 | +| omega_s | 0.742 -0.007 -0.006 1.000 -0.002 -0.008 -0.008 -0.033 0.009 0.011 0.004 -0.009 0.007 0.015 0.042 0.000 -0.424 -0.009 0.006 -0.005 | +| psi2s_p | -0.010 -0.017 -0.070 -0.002 1.000 0.104 -0.120 -0.018 -0.176 -0.123 -0.100 0.038 -0.038 0.015 0.028 0.173 -0.023 -0.369 -0.186 -0.274 | +| jpsi_p | -0.032 -0.050 0.007 -0.008 0.104 1.000 0.013 -0.055 0.010 -0.111 -0.154 0.041 -0.028 -0.106 0.061 -0.147 -0.055 -0.036 -0.163 -0.093 | +| p4160_p | -0.005 -0.008 0.281 -0.008 -0.120 0.013 1.000 -0.009 -0.142 -0.506 0.025 0.003 -0.003 -0.250 -0.018 -0.492 0.013 0.242 -0.132 0.257 | +| phi_p | 0.028 0.797 -0.006 -0.033 -0.018 -0.055 -0.009 1.000 -0.005 -0.004 -0.003 0.007 -0.005 -0.011 -0.076 0.010 0.058 -0.005 -0.006 -0.010 | +| p3770_s | -0.000 -0.006 -0.047 0.009 -0.176 0.010 -0.142 -0.005 1.000 0.175 0.098 0.022 -0.033 0.265 0.017 0.163 -0.029 -0.284 0.085 -0.159 | +| p4040_s | -0.002 -0.003 -0.197 0.011 -0.123 -0.111 -0.506 -0.004 0.175 1.000 0.211 0.024 -0.024 0.547 0.025 0.495 -0.032 -0.188 0.178 -0.187 | +| p4415_s | -0.003 -0.000 -0.148 0.004 -0.100 -0.154 0.025 -0.003 0.098 0.211 1.000 -0.001 -0.001 0.503 0.011 0.394 -0.013 -0.194 0.328 0.063 | +| jpsi_s | 0.008 -0.007 0.003 -0.009 0.038 0.041 0.003 0.007 0.022 0.024 -0.001 1.000 -0.750 0.104 -0.030 -0.022 0.024 -0.023 0.010 0.007 | +| psi2s_s | -0.006 0.006 -0.004 0.007 -0.038 -0.028 -0.003 -0.005 -0.033 -0.024 -0.001 -0.750 1.000 -0.086 0.023 0.023 -0.018 0.014 -0.011 -0.007 | +| Dbar_s | -0.003 -0.011 0.009 0.015 0.015 -0.106 -0.250 -0.011 0.265 0.547 0.503 0.104 -0.086 1.000 0.027 0.780 -0.050 -0.418 0.516 -0.072 | +| rho_p | 0.048 -0.112 -0.015 0.042 0.028 0.061 -0.018 -0.076 0.017 0.025 0.011 -0.030 0.023 0.027 1.000 0.013 -0.217 -0.014 0.013 -0.012 | +| Ctt | 0.001 0.011 -0.237 0.000 0.173 -0.147 -0.492 0.010 0.163 0.495 0.394 -0.022 0.023 0.780 0.013 1.000 0.008 -0.501 0.325 -0.371 | +| rho_s | -0.062 0.073 0.009 -0.424 -0.023 -0.055 0.013 0.058 -0.029 -0.032 -0.013 0.024 -0.018 -0.050 -0.217 0.008 1.000 0.018 -0.019 0.005 | +| p3770_p | -0.004 -0.003 0.113 -0.009 -0.369 -0.036 0.242 -0.005 -0.284 -0.188 -0.194 -0.023 0.014 -0.418 -0.014 -0.501 0.018 1.000 -0.141 0.198 | +| p4160_s | -0.004 -0.003 -0.194 0.006 -0.186 -0.163 -0.132 -0.006 0.085 0.178 0.328 0.010 -0.011 0.516 0.013 0.325 -0.019 -0.141 1.000 0.339 | +| p4040_p | -0.006 -0.007 0.166 -0.005 -0.274 -0.093 0.257 -0.010 -0.159 -0.187 0.063 0.007 -0.007 -0.072 -0.012 -0.371 0.005 0.198 0.339 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.340544062398374}), (, {'error': 1.222268506649086}), (, {'error': 0.16936108135688444}), (, {'error': 1.3213576866734407}), (, {'error': 0.028879712680210723}), (, {'error': 0.01588187586642853}), (, {'error': 0.09736264069426137}), (, {'error': 0.3092816497121045}), (, {'error': 0.21138717548863317}), (, {'error': 0.17343795846847732}), (, {'error': 0.18122806781084722}), (, {'error': 14.863598843427098}), (, {'error': 1.6890366150327054}), (, {'error': 0.05923327671138123}), (, {'error': 0.22751087852988228}), (, {'error': 0.12645545389324117}), (, {'error': 0.3176392578345145}), (, {'error': 0.11510790010196104}), (, {'error': 0.16843784448878618}), (, {'error': 0.17445835136969468})]) +Toy 8/10 +Time taken: 13 h, 20 min +Projected time left: 3 h, 20 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.076E+05 | Ncalls=1112 (1112 total) | +| EDM = 3.43E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -707560.3312267421 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.3 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | 4.42 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 6.9 | 1.1 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | 4.22 | 0.03 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_p | -1.726 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | 4.47 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | phi_p | -5.85 | 0.28 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.21 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.03 | 0.16 | | |0.00501244| 2.01499 | | +| 10| p4415_s | 1.22 | 0.18 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| psi2s_s | 1367 | 3 | | | 1358.64 | 1433.36 | | +| 13| Dbar_s | 0.030 | 0.062 | | | -1.464 | 1.464 | | +| 14| rho_p | -6.3 | 1.0 | | |-6.28319 | 6.28319 | | +| 15| Ctt | -0.018 | 0.147 | | | -0.5 | 0.5 | | +| 16| rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p3770_p | -1.96 | 0.13 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.17 | 0.16 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -1.84 | 0.18 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_s p4415_p omega_s psi2s_p jpsi_p p4160_p phi_p p3770_s p4040_s p4415_s jpsi_s psi2s_s Dbar_s rho_p Ctt rho_s p3770_p p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.019 0.003 -0.440 0.007 0.015 0.004 -0.005 -0.001 -0.001 0.000 -0.002 -0.002 -0.001 0.053 -0.002 0.102 0.004 0.001 0.004 | +| phi_s | -0.019 1.000 -0.009 -0.071 -0.011 -0.028 -0.013 0.770 0.005 0.008 0.005 0.098 0.094 -0.008 -0.157 0.008 -0.071 -0.008 0.004 -0.010 | +| p4415_p | 0.003 -0.009 1.000 0.011 0.162 -0.050 0.281 -0.016 -0.042 -0.188 -0.135 -0.022 -0.020 0.040 0.047 -0.222 0.021 0.135 -0.181 0.174 | +| omega_s | -0.440 -0.071 0.011 1.000 -0.006 -0.050 0.014 -0.169 -0.001 -0.007 -0.005 -0.033 -0.031 0.007 0.414 -0.023 -0.350 0.008 -0.001 0.014 | +| psi2s_p | 0.007 -0.011 0.162 -0.006 1.000 -0.041 0.346 -0.020 -0.246 -0.448 -0.360 0.096 0.079 -0.685 0.024 -0.699 0.032 0.505 -0.313 0.223 | +| jpsi_p | 0.015 -0.028 -0.050 -0.050 -0.041 1.000 -0.088 -0.030 -0.068 -0.057 -0.058 0.138 0.130 -0.107 -0.062 0.149 0.038 -0.079 -0.096 -0.146 | +| p4160_p | 0.004 -0.013 0.281 0.014 0.346 -0.088 1.000 -0.023 -0.129 -0.478 0.046 -0.039 -0.038 -0.176 0.061 -0.470 0.027 0.270 -0.096 0.266 | +| phi_p | -0.005 0.770 -0.016 -0.169 -0.020 -0.030 -0.023 1.000 0.012 0.017 0.008 0.103 0.099 0.002 -0.355 0.015 -0.109 -0.017 0.006 -0.019 | +| p3770_s | -0.001 0.005 -0.042 -0.001 -0.246 -0.068 -0.129 0.012 1.000 0.194 0.118 -0.046 -0.039 0.310 -0.030 0.209 -0.033 -0.243 0.097 -0.147 | +| p4040_s | -0.001 0.008 -0.188 -0.007 -0.448 -0.057 -0.478 0.017 0.194 1.000 0.203 -0.030 -0.026 0.519 -0.054 0.486 -0.040 -0.182 0.159 -0.163 | +| p4415_s | 0.000 0.005 -0.135 -0.005 -0.360 -0.058 0.046 0.008 0.118 0.203 1.000 0.016 0.016 0.490 -0.032 0.404 -0.019 -0.200 0.323 0.077 | +| jpsi_s | -0.002 0.098 -0.022 -0.033 0.096 0.138 -0.039 0.103 -0.046 -0.030 0.016 1.000 0.940 -0.238 -0.193 0.066 -0.113 0.022 -0.010 -0.044 | +| psi2s_s | -0.002 0.094 -0.020 -0.031 0.079 0.130 -0.038 0.099 -0.039 -0.026 0.016 0.940 1.000 -0.220 -0.185 0.063 -0.110 0.006 -0.009 -0.045 | +| Dbar_s | -0.001 -0.008 0.040 0.007 -0.685 -0.107 -0.176 0.002 0.310 0.519 0.490 -0.238 -0.220 1.000 -0.011 0.738 -0.036 -0.417 0.498 -0.013 | +| rho_p | 0.053 -0.157 0.047 0.414 0.024 -0.062 0.061 -0.355 -0.030 -0.054 -0.032 -0.193 -0.185 -0.011 1.000 -0.072 0.241 0.042 -0.024 0.050 | +| Ctt | -0.002 0.008 -0.222 -0.023 -0.699 0.149 -0.470 0.015 0.209 0.486 0.404 0.066 0.063 0.738 -0.072 1.000 -0.013 -0.576 0.319 -0.359 | +| rho_s | 0.102 -0.071 0.021 -0.350 0.032 0.038 0.027 -0.109 -0.033 -0.040 -0.019 -0.113 -0.110 -0.036 0.241 -0.013 1.000 0.025 -0.022 0.017 | +| p3770_p | 0.004 -0.008 0.135 0.008 0.505 -0.079 0.270 -0.017 -0.243 -0.182 -0.200 0.022 0.006 -0.417 0.042 -0.576 0.025 1.000 -0.121 0.241 | +| p4160_s | 0.001 0.004 -0.181 -0.001 -0.313 -0.096 -0.096 0.006 0.097 0.159 0.323 -0.010 -0.009 0.498 -0.024 0.319 -0.022 -0.121 1.000 0.366 | +| p4040_p | 0.004 -0.010 0.174 0.014 0.223 -0.146 0.266 -0.019 -0.147 -0.163 0.077 -0.044 -0.045 -0.013 0.050 -0.359 0.017 0.241 0.366 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.541938417260468}), (, {'error': 1.1862002408562446}), (, {'error': 0.16888942898532555}), (, {'error': 1.095951981516702}), (, {'error': 0.032422585269896054}), (, {'error': 0.01600404127708721}), (, {'error': 0.09680118182037578}), (, {'error': 0.2810053350012809}), (, {'error': 0.19442669266391643}), (, {'error': 0.1647763099015349}), (, {'error': 0.17956455016198314}), (, {'error': 23.095528125787496}), (, {'error': 3.2716506352130637}), (, {'error': 0.061531682473228266}), (, {'error': 0.9990326928246271}), (, {'error': 0.1471993667300993}), (, {'error': 0.33447714117038596}), (, {'error': 0.12510530208813764}), (, {'error': 0.16413902562444305}), (, {'error': 0.17875853343298065})]) +Toy 9/10 +Time taken: 14 h, 58 min +Projected time left: 1 h, 39 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.076E+05 | Ncalls=1040 (1040 total) | +| EDM = 2.8E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -707560.1699010638 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.28 | 0.20 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.6 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -2.02 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 6.6 | 1.0 | | | 4.19232 | 9.40768 | | +| 4 | psi2s_p | -2.461 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_p | -4.834 | 0.017 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | 4.27 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | phi_p | 6.12 | 0.25 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.22 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.04 | 0.17 | | |0.00501244| 2.01499 | | +| 10| p4415_s | 1.23 | 0.18 | | |0.126447 | 2.35355 | | +| 11| jpsi_s | 0.999E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 12| psi2s_s | 1367.2 | 2.4 | | | 1358.64 | 1433.36 | | +| 13| Dbar_s | 0.028 | 0.062 | | | -1.464 | 1.464 | | +| 14| rho_p | 0.15 | 0.28 | | |-6.28319 | 6.28319 | | +| 15| Ctt | -0.023 | 0.153 | | | -0.5 | 0.5 | | +| 16| rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p3770_p | -2.30 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| p4160_s | 2.18 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.08 | 0.18 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_s p4415_p omega_s psi2s_p jpsi_p p4160_p phi_p p3770_s p4040_s p4415_s jpsi_s psi2s_s Dbar_s rho_p Ctt rho_s p3770_p p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.016 0.001 -0.282 0.005 0.006 0.002 -0.010 -0.000 -0.000 0.001 0.002 0.002 -0.000 0.022 -0.001 0.071 0.002 0.001 0.002 | +| phi_s | -0.016 1.000 -0.001 0.019 -0.002 -0.046 -0.002 0.664 -0.006 -0.005 0.000 0.010 0.008 -0.011 0.179 0.006 0.094 0.001 -0.002 -0.002 | +| p4415_p | 0.001 -0.001 1.000 0.003 0.112 0.011 0.297 -0.002 -0.048 -0.209 -0.159 -0.010 -0.007 -0.011 0.029 -0.258 0.013 0.145 -0.199 0.185 | +| omega_s | -0.282 0.019 0.003 1.000 -0.015 -0.010 0.003 -0.018 0.006 0.004 0.002 0.008 0.008 0.010 0.377 -0.011 -0.429 -0.001 0.005 0.006 | +| psi2s_p | 0.005 -0.002 0.112 -0.015 1.000 -0.012 0.264 -0.009 -0.248 -0.409 -0.330 0.125 0.091 -0.618 0.001 -0.470 0.036 0.406 -0.317 0.129 | +| jpsi_p | 0.006 -0.046 0.011 -0.010 -0.012 1.000 0.006 -0.043 -0.069 -0.123 -0.137 -0.067 -0.060 -0.064 -0.092 -0.082 -0.077 -0.062 -0.156 -0.096 | +| p4160_p | 0.002 -0.002 0.297 0.003 0.264 0.006 1.000 -0.004 -0.135 -0.505 0.004 -0.015 -0.012 -0.258 0.035 -0.511 0.016 0.283 -0.129 0.281 | +| phi_p | -0.010 0.664 -0.002 -0.018 -0.009 -0.043 -0.004 1.000 -0.004 -0.004 -0.002 -0.014 -0.013 -0.006 0.088 0.005 0.054 -0.003 -0.004 -0.005 | +| p3770_s | -0.000 -0.006 -0.048 0.006 -0.248 -0.069 -0.135 -0.004 1.000 0.184 0.111 -0.035 -0.026 0.285 -0.019 0.182 -0.031 -0.238 0.092 -0.152 | +| p4040_s | -0.000 -0.005 -0.209 0.004 -0.409 -0.123 -0.505 -0.004 0.184 1.000 0.222 -0.029 -0.025 0.543 -0.035 0.499 -0.034 -0.193 0.175 -0.187 | +| p4415_s | 0.001 0.000 -0.159 0.002 -0.330 -0.137 0.004 -0.002 0.111 0.222 1.000 0.007 0.005 0.516 -0.020 0.422 -0.014 -0.214 0.335 0.050 | +| jpsi_s | 0.002 0.010 -0.010 0.008 0.125 -0.067 -0.015 -0.014 -0.035 -0.029 0.007 1.000 0.881 -0.160 -0.082 0.041 -0.057 0.029 -0.011 -0.022 | +| psi2s_s | 0.002 0.008 -0.007 0.008 0.091 -0.060 -0.012 -0.013 -0.026 -0.025 0.005 0.881 1.000 -0.142 -0.074 0.027 -0.054 0.009 -0.011 -0.021 | +| Dbar_s | -0.000 -0.011 -0.011 0.010 -0.618 -0.064 -0.258 -0.006 0.285 0.543 0.516 -0.160 -0.142 1.000 -0.022 0.781 -0.044 -0.444 0.511 -0.078 | +| rho_p | 0.022 0.179 0.029 0.377 0.001 -0.092 0.035 0.088 -0.019 -0.035 -0.020 -0.082 -0.074 -0.022 1.000 -0.042 0.110 0.024 -0.016 0.028 | +| Ctt | -0.001 0.006 -0.258 -0.011 -0.470 -0.082 -0.511 0.005 0.182 0.499 0.422 0.041 0.027 0.781 -0.042 1.000 0.003 -0.560 0.329 -0.389 | +| rho_s | 0.071 0.094 0.013 -0.429 0.036 -0.077 0.016 0.054 -0.031 -0.034 -0.014 -0.057 -0.054 -0.044 0.110 0.003 1.000 0.020 -0.020 0.007 | +| p3770_p | 0.002 0.001 0.145 -0.001 0.406 -0.062 0.283 -0.003 -0.238 -0.193 -0.214 0.029 0.009 -0.444 0.024 -0.560 0.020 1.000 -0.136 0.244 | +| p4160_s | 0.001 -0.002 -0.199 0.005 -0.317 -0.156 -0.129 -0.004 0.092 0.175 0.335 -0.011 -0.011 0.511 -0.016 0.329 -0.020 -0.136 1.000 0.340 | +| p4040_p | 0.002 -0.002 0.185 0.006 0.129 -0.096 0.281 -0.005 -0.152 -0.187 0.050 -0.022 -0.021 -0.078 0.028 -0.389 0.007 0.244 0.340 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.19998310962813015}), (, {'error': 1.004243571807013}), (, {'error': 0.1710985306056063}), (, {'error': 0.9545587851429551}), (, {'error': 0.029100920904097327}), (, {'error': 0.016526525195411423}), (, {'error': 0.0988276746629504}), (, {'error': 0.2465547843361362}), (, {'error': 0.19462734232850276}), (, {'error': 0.16853566765058292}), (, {'error': 0.18240868555624357}), (, {'error': 16.547049319270627}), (, {'error': 2.3598128875117936}), (, {'error': 0.06193442879545563}), (, {'error': 0.2812099316033825}), (, {'error': 0.15336617621132412}), (, {'error': 0.32353491708117116}), (, {'error': 0.12374966260209352}), (, {'error': 0.16669783928871373}), (, {'error': 0.17954640430612967})]) +Toy 10/10 +Time taken: 16 h, 32 min +Projected time left: +Mean Ctt value = -0.11424329234467989 +Mean Ctt error = 0.19918055197034995 +Simulation ended diff --git a/prelim_results/slurm-2213914.out b/prelim_results/slurm-2213914.out new file mode 100644 index 0000000..51f224b --- /dev/null +++ b/prelim_results/slurm-2213914.out @@ -0,0 +1,9548 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.998788: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.007241: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.007582: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x564d4a263220 executing computations on platform Host. Devices: +2019-07-07 14:45:24.007625: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.455538: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x564d4a2f37c0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.455606: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.461988: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:10:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.462060: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.550496: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.550556: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.550581: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.558320: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:10:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715025.7439124 Edm = 3.71301 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715025.7439124 Edm = 3.71301 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717622.4477785 Edm = 0.782873 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717633.9224896 Edm = 0.91345 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -717703.9209225 Edm = 35.3693 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -717813.364873 Edm = 3.24305 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -717816.5457702 Edm = 0.0625931 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -717816.664839 Edm = 0.0580891 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -717868.8099981 Edm = 1.68305 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -718105.6662309 Edm = 49.0957 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -718140.7590317 Edm = 61.2828 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -718159.5234366 Edm = 1.49904 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -718161.1759782 Edm = 0.450913 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -718163.5125629 Edm = 2.59114 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -718188.537942 Edm = 18.5066 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -718347.1451543 Edm = 4.53936 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -718351.0419681 Edm = 0.188239 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -718351.2614597 Edm = 0.0523398 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -718351.3663783 Edm = 0.0325596 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -718351.4831972 Edm = 0.12285 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -718391.1402812 Edm = 6.13652 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -718469.8466855 Edm = 30.9231 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -718493.8161437 Edm = 16.2541 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -718507.0601062 Edm = 1.96647 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -718508.3326068 Edm = 0.290212 NCalls = 75 +VariableMetric: Iteration # 24 - FCN = -718508.7321628 Edm = 0.0360339 NCalls = 77 +VariableMetric: Iteration # 25 - FCN = -718508.7962188 Edm = 0.0293207 NCalls = 79 +VariableMetric: Iteration # 26 - FCN = -718513.56211 Edm = 3.97339 NCalls = 85 +VariableMetric: Iteration # 27 - FCN = -718591.2375207 Edm = 7.85191 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -718597.8120274 Edm = 4.22393 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -718605.4471175 Edm = 1.62175 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -718606.9149645 Edm = 0.690512 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -718607.3293121 Edm = 0.017114 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -718607.3452225 Edm = 0.00895125 NCalls = 101 +VariableMetric: Iteration # 33 - FCN = -718607.3745452 Edm = 0.0249953 NCalls = 104 +VariableMetric: Iteration # 34 - FCN = -718607.805319 Edm = 0.148069 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -718608.9515658 Edm = 0.998051 NCalls = 112 +VariableMetric: Iteration # 36 - FCN = -718634.509201 Edm = 4.45671 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -718641.525691 Edm = 0.533197 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -718643.6286399 Edm = 0.0934572 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -718643.7072161 Edm = 0.0489465 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -718643.7338954 Edm = 0.0025878 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -718643.7638906 Edm = 0.0308488 NCalls = 132 +VariableMetric: Iteration # 42 - FCN = -718647.61709 Edm = 0.48452 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -718667.0891202 Edm = 7.02506 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -718677.2498486 Edm = 3.5055 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -718681.2496175 Edm = 0.507659 NCalls = 144 +VariableMetric: Iteration # 46 - FCN = -718681.5803426 Edm = 0.0557967 NCalls = 146 +VariableMetric: Iteration # 47 - FCN = -718681.657717 Edm = 0.0405618 NCalls = 148 +VariableMetric: Iteration # 48 - FCN = -718681.8024891 Edm = 0.0456938 NCalls = 151 +VariableMetric: Iteration # 49 - FCN = -718681.8734064 Edm = 0.0068079 NCalls = 153 +VariableMetric: Iteration # 50 - FCN = -718681.8801103 Edm = 0.000963894 NCalls = 154 +VariableMetric: Iteration # 51 - FCN = -718681.8813652 Edm = 0.000594568 NCalls = 156 +VariableMetric: Iteration # 52 - FCN = -718681.8892825 Edm = 0.00765655 NCalls = 160 +VariableMetric: Iteration # 53 - FCN = -718682.4515891 Edm = 0.0550715 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -718684.2569103 Edm = 0.17762 NCalls = 169 +VariableMetric: Iteration # 55 - FCN = -718684.5793227 Edm = 0.00405712 NCalls = 171 +VariableMetric: Iteration # 56 - FCN = -718684.5838096 Edm = 0.000139293 NCalls = 173 +VariableMetric: Iteration # 57 - FCN = -718684.5846241 Edm = 0.000454411 NCalls = 176 +VariableMetric: Iteration # 58 - FCN = -718684.5928427 Edm = 0.00672404 NCalls = 180 +VariableMetric: Iteration # 59 - FCN = -718685.5063149 Edm = 1.01238 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -718685.8382961 Edm = 0.294373 NCalls = 190 +VariableMetric: Iteration # 61 - FCN = -718688.8866517 Edm = 0.296457 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -718689.0216771 Edm = 0.0727485 NCalls = 196 +VariableMetric: Iteration # 63 - FCN = -718689.0710205 Edm = 0.00313983 NCalls = 198 +VariableMetric: Iteration # 64 - FCN = -718689.0758605 Edm = 0.000880122 NCalls = 200 +VariableMetric: Iteration # 65 - FCN = -718689.0789824 Edm = 0.00215757 NCalls = 202 +VariableMetric: Iteration # 66 - FCN = -718689.1220966 Edm = 0.0453738 NCalls = 206 +VariableMetric: Iteration # 67 - FCN = -718692.4920722 Edm = 0.581271 NCalls = 213 +VariableMetric: Iteration # 68 - FCN = -718706.9820784 Edm = 5.18879 NCalls = 216 +VariableMetric: Iteration # 69 - FCN = -718719.359124 Edm = 2.76697 NCalls = 219 +VariableMetric: Iteration # 70 - FCN = -718725.7434065 Edm = 1.70744 NCalls = 222 +VariableMetric: Iteration # 71 - FCN = -718726.5872627 Edm = 0.650211 NCalls = 224 +VariableMetric: Iteration # 72 - FCN = -718727.2162873 Edm = 0.140114 NCalls = 226 +VariableMetric: Iteration # 73 - FCN = -718727.3926449 Edm = 0.137046 NCalls = 229 +VariableMetric: Iteration # 74 - FCN = -718727.8062128 Edm = 0.210377 NCalls = 232 +VariableMetric: Iteration # 75 - FCN = -718728.0934911 Edm = 0.285896 NCalls = 234 +VariableMetric: Iteration # 76 - FCN = -718728.2300081 Edm = 0.0956974 NCalls = 235 +VariableMetric: Iteration # 77 - FCN = -718728.2824065 Edm = 0.00656135 NCalls = 237 +VariableMetric: Iteration # 78 - FCN = -718728.2887514 Edm = 0.000548711 NCalls = 239 +VariableMetric: Iteration # 79 - FCN = -718728.2899049 Edm = 0.0009627 NCalls = 241 +VariableMetric: Iteration # 80 - FCN = -718728.3132625 Edm = 0.0216687 NCalls = 246 +VariableMetric: Iteration # 81 - FCN = -718729.5859763 Edm = 1.0512 NCalls = 251 +VariableMetric: Iteration # 82 - FCN = -718735.6782783 Edm = 2.52715 NCalls = 254 +VariableMetric: Iteration # 83 - FCN = -718739.1341997 Edm = 0.434383 NCalls = 257 +VariableMetric: Iteration # 84 - FCN = -718739.4340009 Edm = 0.0935033 NCalls = 259 +VariableMetric: Iteration # 85 - FCN = -718739.591096 Edm = 0.0571627 NCalls = 262 +VariableMetric: Iteration # 86 - FCN = -718739.7538869 Edm = 0.0530077 NCalls = 266 +VariableMetric: Iteration # 87 - FCN = -718739.807047 Edm = 0.0663099 NCalls = 267 +VariableMetric: Iteration # 88 - FCN = -718739.8448597 Edm = 0.00704079 NCalls = 269 +VariableMetric: Iteration # 89 - FCN = -718739.8539443 Edm = 0.000707017 NCalls = 271 +VariableMetric: Iteration # 90 - FCN = -718739.8547012 Edm = 0.000131722 NCalls = 273 +VariableMetric: Iteration # 91 - FCN = -718739.8552413 Edm = 0.000379021 NCalls = 275 +VariableMetric: Iteration # 92 - FCN = -718739.8694678 Edm = 0.0123501 NCalls = 279 +VariableMetric: Iteration # 93 - FCN = -718740.6544468 Edm = 0.813359 NCalls = 285 +VariableMetric: Iteration # 94 - FCN = -718742.0315155 Edm = 1.10308 NCalls = 290 +VariableMetric: Iteration # 95 - FCN = -718743.4297462 Edm = 0.33903 NCalls = 293 +VariableMetric: Iteration # 96 - FCN = -718743.6479529 Edm = 0.0187126 NCalls = 295 +VariableMetric: Iteration # 97 - FCN = -718743.6705615 Edm = 0.00218041 NCalls = 297 +VariableMetric: Iteration # 98 - FCN = -718743.6733218 Edm = 0.000679591 NCalls = 299 +VariableMetric: Iteration # 99 - FCN = -718743.6773315 Edm = 0.00311674 NCalls = 302 +VariableMetric: Iteration # 100 - FCN = -718743.7296994 Edm = 0.0505238 NCalls = 306 +VariableMetric: Iteration # 101 - FCN = -718747.833303 Edm = 0.998503 NCalls = 313 +VariableMetric: Iteration # 102 - FCN = -718755.3738026 Edm = 0.963496 NCalls = 315 +VariableMetric: Iteration # 103 - FCN = -718756.9005936 Edm = 0.114697 NCalls = 317 +VariableMetric: Iteration # 104 - FCN = -718757.0666205 Edm = 0.0203033 NCalls = 319 +VariableMetric: Iteration # 105 - FCN = -718757.0917896 Edm = 0.00163047 NCalls = 321 +VariableMetric: Iteration # 106 - FCN = -718757.0935053 Edm = 0.00017098 NCalls = 322 +VariableMetric: Iteration # 107 - FCN = -718757.0940929 Edm = 0.000139257 NCalls = 324 +VariableMetric: Iteration # 108 - FCN = -718757.0943267 Edm = 3.84284e-06 NCalls = 326 +VariableMetric: After Hessian - FCN = -718757.0943267 Edm = 1.74813 NCalls = 691 +VariableMetric: Iteration # 109 - FCN = -718757.0943267 Edm = 1.74813 NCalls = 691 +VariableMetric: Iteration # 110 - FCN = -718757.2650965 Edm = 1.56071 NCalls = 693 +VariableMetric: Iteration # 111 - FCN = -718757.4194969 Edm = 1.23995 NCalls = 695 +VariableMetric: Iteration # 112 - FCN = -718757.5576342 Edm = 0.444326 NCalls = 697 +VariableMetric: Iteration # 113 - FCN = -718757.7740424 Edm = 0.0676824 NCalls = 699 +VariableMetric: Iteration # 114 - FCN = -718757.8388512 Edm = 0.0434629 NCalls = 701 +VariableMetric: Iteration # 115 - FCN = -718757.8946237 Edm = 0.0486378 NCalls = 703 +VariableMetric: Iteration # 116 - FCN = -718757.9436712 Edm = 0.0283886 NCalls = 705 +VariableMetric: Iteration # 117 - FCN = -718757.9719284 Edm = 0.0234041 NCalls = 708 +VariableMetric: Iteration # 118 - FCN = -718758.0025727 Edm = 0.0121543 NCalls = 711 +VariableMetric: Iteration # 119 - FCN = -718758.0225595 Edm = 0.0185862 NCalls = 714 +VariableMetric: Iteration # 120 - FCN = -718758.030034 Edm = 0.0043159 NCalls = 715 +VariableMetric: Iteration # 121 - FCN = -718758.0367404 Edm = 0.00136696 NCalls = 717 +VariableMetric: Iteration # 122 - FCN = -718758.0387213 Edm = 0.000734183 NCalls = 719 +VariableMetric: Iteration # 123 - FCN = -718758.0393525 Edm = 0.000195124 NCalls = 721 +VariableMetric: Iteration # 124 - FCN = -718758.0395323 Edm = 9.13204e-05 NCalls = 723 +VariableMetric: Iteration # 125 - FCN = -718758.0395766 Edm = 2.9946e-05 NCalls = 725 +VariableMetric: After Hessian - FCN = -718758.0395766 Edm = 0.0470122 NCalls = 1098 +VariableMetric: Iteration # 126 - FCN = -718758.0395766 Edm = 0.0470122 NCalls = 1098 +VariableMetric: Iteration # 127 - FCN = -718758.0488921 Edm = 0.155014 NCalls = 1100 +VariableMetric: Iteration # 128 - FCN = -718758.0488936 Edm = 1.23084 NCalls = 1106 +VariableMetric: Iteration # 129 - FCN = -718758.0489753 Edm = 2.92181 NCalls = 1110 +VariableMetric: Iteration # 130 - FCN = -718758.0490513 Edm = 27.5256 NCalls = 1114 +VariableMetric: Iteration # 131 - FCN = -718758.0490789 Edm = 2.64225 NCalls = 1119 +VariableMetric: Iteration # 132 - FCN = -718758.0491534 Edm = 1.72707 NCalls = 1123 +VariableMetric: Iteration # 133 - FCN = -718758.0492474 Edm = 1.54154 NCalls = 1127 +VariableMetric: Iteration # 134 - FCN = -718758.0493062 Edm = 0.312595 NCalls = 1131 +VariableMetric: Iteration # 135 - FCN = -718758.0493282 Edm = 0.836144 NCalls = 1135 +VariableMetric: Iteration # 136 - FCN = -718758.0496369 Edm = 1.34025 NCalls = 1138 +VariableMetric: Iteration # 137 - FCN = -718758.0497746 Edm = 0.0800337 NCalls = 1141 +VariableMetric: Iteration # 138 - FCN = -718758.0497872 Edm = 0.0630055 NCalls = 1144 +VariableMetric: Iteration # 139 - FCN = -718758.0497973 Edm = 0.0100936 NCalls = 1147 +VariableMetric: Iteration # 140 - FCN = -718758.0498441 Edm = 0.0137446 NCalls = 1150 +VariableMetric: Iteration # 141 - FCN = -718758.0498661 Edm = 0.00242432 NCalls = 1153 +VariableMetric: Iteration # 142 - FCN = -718758.0498703 Edm = 0.000577156 NCalls = 1156 +VariableMetric: Iteration # 143 - FCN = -718758.0499257 Edm = 0.0092772 NCalls = 1158 +VariableMetric: Iteration # 144 - FCN = -718758.049971 Edm = 0.00986053 NCalls = 1160 +VariableMetric: Iteration # 145 - FCN = -718758.0501866 Edm = 0.10105 NCalls = 1162 +VariableMetric: Iteration # 146 - FCN = -718758.0509778 Edm = 0.00313435 NCalls = 1164 +VariableMetric: Iteration # 147 - FCN = -718758.0514979 Edm = 0.000838751 NCalls = 1166 +VariableMetric: Iteration # 148 - FCN = -718758.052932 Edm = 0.000197185 NCalls = 1170 +VariableMetric: Iteration # 149 - FCN = -718758.0530803 Edm = 2.09761e-05 NCalls = 1172 +VariableMetric: After Hessian - FCN = -718758.0530803 Edm = 0.000449086 NCalls = 1543 +VariableMetric: Iteration # 150 - FCN = -718758.0530803 Edm = 0.000449086 NCalls = 1543 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712218.4204892 Edm = 4.6762 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712218.4204892 Edm = 4.6762 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716080.4357889 Edm = 1.61522 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716091.312334 Edm = 1.98933 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -716665.8263725 Edm = 62.6235 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -716726.6264352 Edm = 5.14105 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716730.5134593 Edm = 0.061767 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -716730.9106758 Edm = 0.382489 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -716820.5021947 Edm = 5.10949 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -717068.6503355 Edm = 37.4519 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -717123.2281326 Edm = 6.10338 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -717127.5663315 Edm = 0.142783 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -717127.7896251 Edm = 0.0163802 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -717127.8703035 Edm = 0.0704554 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -717141.571119 Edm = 0.15002 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -717141.7693634 Edm = 0.0084336 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -717141.8678223 Edm = 0.0872855 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -717175.7022545 Edm = 10.0282 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -717203.1907911 Edm = 5.65446 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -717213.8783647 Edm = 15.1643 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -717232.3942025 Edm = 4.56861 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -717237.3166607 Edm = 2.57642 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -717238.4586065 Edm = 0.17367 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -717238.6741258 Edm = 0.00347825 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -717238.6877185 Edm = 0.0103981 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -717243.6058659 Edm = 0.270784 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -717338.8511478 Edm = 48.637 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -717701.3210915 Edm = 195.227 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -717811.7342216 Edm = 208.199 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -717955.9195656 Edm = 21.9628 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -718002.7916973 Edm = 24.0595 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -718012.3211312 Edm = 8.12416 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -718021.2005209 Edm = 0.509037 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -718022.0309926 Edm = 0.192957 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -718022.5443812 Edm = 0.183119 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -718024.2761871 Edm = 1.19615 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -718024.3729321 Edm = 0.30664 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -718025.1744182 Edm = 0.680793 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -718028.1198604 Edm = 0.210453 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -718028.3506043 Edm = 0.0100305 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -718028.3916632 Edm = 0.0889079 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -718028.7704854 Edm = 0.32863 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -718040.4109164 Edm = 8.45523 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -718157.4924666 Edm = 9.34155 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -718162.8032745 Edm = 0.808962 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -718163.4853792 Edm = 0.0921256 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -718163.6392324 Edm = 0.0237564 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -718163.6717811 Edm = 0.0133926 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -718163.8415998 Edm = 0.157521 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -718174.3401192 Edm = 13.0314 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -718175.4433168 Edm = 1.01608 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -718204.3981527 Edm = 28.8444 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -718330.2567854 Edm = 50.2244 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -718365.0828014 Edm = 10.6018 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -718407.0993735 Edm = 42.804 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -718420.8475898 Edm = 33.2878 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -718471.1468527 Edm = 24.1145 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -718551.1185181 Edm = 6.73926 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -718558.044172 Edm = 2.45421 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -718560.0589217 Edm = 0.927712 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -718560.5741698 Edm = 0.234293 NCalls = 192 +VariableMetric: Iteration # 60 - FCN = -718561.8122425 Edm = 0.821626 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -718575.530285 Edm = 3.25108 NCalls = 201 +VariableMetric: Iteration # 62 - FCN = -718577.6123424 Edm = 11.5465 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -718579.6795018 Edm = 0.452124 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -718580.1896387 Edm = 0.0240619 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -718580.216763 Edm = 0.00120389 NCalls = 208 +VariableMetric: Iteration # 66 - FCN = -718580.2286935 Edm = 0.0103019 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -718581.0524414 Edm = 0.673556 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -718617.5912642 Edm = 30.9895 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -718666.0581999 Edm = 40.1273 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -718689.8895985 Edm = 4.21671 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -718694.3650206 Edm = 0.936901 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -718695.1640668 Edm = 0.490058 NCalls = 233 +VariableMetric: Iteration # 73 - FCN = -718695.8152057 Edm = 0.118074 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -718696.0472047 Edm = 0.0163542 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -718696.0694483 Edm = 0.00261823 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -718696.0729013 Edm = 0.000692685 NCalls = 241 +VariableMetric: Iteration # 77 - FCN = -718696.0764407 Edm = 0.002631 NCalls = 243 +VariableMetric: Iteration # 78 - FCN = -718698.7592057 Edm = 2.77229 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -718698.7595919 Edm = 0.00220896 NCalls = 257 +VariableMetric: Iteration # 80 - FCN = -718698.7677627 Edm = 0.00480043 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -718698.8198376 Edm = 0.0420501 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -718700.4903821 Edm = 1.00404 NCalls = 266 +VariableMetric: Iteration # 83 - FCN = -718703.0010067 Edm = 0.0898697 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -718703.1256398 Edm = 0.00233708 NCalls = 270 +VariableMetric: Iteration # 85 - FCN = -718703.1280707 Edm = 0.000452814 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -718703.1312154 Edm = 0.00327281 NCalls = 274 +VariableMetric: Iteration # 87 - FCN = -718703.1463332 Edm = 0.0234874 NCalls = 278 +VariableMetric: Iteration # 88 - FCN = -718703.1741424 Edm = 0.0262346 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -718709.6984982 Edm = 2.22999 NCalls = 290 +VariableMetric: Iteration # 90 - FCN = -718714.4540976 Edm = 1.16188 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -718715.8395327 Edm = 0.121676 NCalls = 296 +VariableMetric: Iteration # 92 - FCN = -718715.9882438 Edm = 0.0349754 NCalls = 298 +VariableMetric: Iteration # 93 - FCN = -718716.0246619 Edm = 0.00935084 NCalls = 300 +VariableMetric: Iteration # 94 - FCN = -718716.0429743 Edm = 0.00141804 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -718716.0500449 Edm = 0.00280245 NCalls = 304 +VariableMetric: Iteration # 96 - FCN = -718716.0701765 Edm = 0.0100137 NCalls = 307 +VariableMetric: Iteration # 97 - FCN = -718716.5340414 Edm = 0.494551 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -718719.533208 Edm = 4.80467 NCalls = 318 +VariableMetric: Iteration # 99 - FCN = -718719.5583741 Edm = 0.0171394 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -718719.6413582 Edm = 0.121404 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -718721.3259712 Edm = 0.784873 NCalls = 331 +VariableMetric: Iteration # 102 - FCN = -718721.3407943 Edm = 0.0321728 NCalls = 333 +VariableMetric: Iteration # 103 - FCN = -718721.5027844 Edm = 0.105783 NCalls = 336 +VariableMetric: Iteration # 104 - FCN = -718722.3324194 Edm = 0.147449 NCalls = 340 +VariableMetric: Iteration # 105 - FCN = -718722.6323106 Edm = 0.0862313 NCalls = 342 +VariableMetric: Iteration # 106 - FCN = -718722.7812656 Edm = 0.0588343 NCalls = 344 +VariableMetric: Iteration # 107 - FCN = -718722.8366627 Edm = 0.0353709 NCalls = 346 +VariableMetric: Iteration # 108 - FCN = -718722.914351 Edm = 0.0756382 NCalls = 349 +VariableMetric: Iteration # 109 - FCN = -718723.1596176 Edm = 0.217164 NCalls = 352 +VariableMetric: Iteration # 110 - FCN = -718723.4193166 Edm = 0.0990583 NCalls = 354 +VariableMetric: Iteration # 111 - FCN = -718723.5188724 Edm = 0.00885386 NCalls = 356 +VariableMetric: Iteration # 112 - FCN = -718723.5300572 Edm = 0.00743227 NCalls = 358 +VariableMetric: Iteration # 113 - FCN = -718723.5391205 Edm = 0.00455333 NCalls = 360 +VariableMetric: Iteration # 114 - FCN = -718723.5971952 Edm = 0.0421396 NCalls = 363 +VariableMetric: Iteration # 115 - FCN = -718724.4554712 Edm = 0.179204 NCalls = 367 +VariableMetric: Iteration # 116 - FCN = -718724.6854869 Edm = 0.0229612 NCalls = 369 +VariableMetric: Iteration # 117 - FCN = -718724.6971951 Edm = 0.00625221 NCalls = 371 +VariableMetric: Iteration # 118 - FCN = -718724.7075537 Edm = 0.00633731 NCalls = 373 +VariableMetric: Iteration # 119 - FCN = -718724.7369128 Edm = 0.0273579 NCalls = 378 +VariableMetric: Iteration # 120 - FCN = -718724.7510074 Edm = 0.083749 NCalls = 380 +VariableMetric: Iteration # 121 - FCN = -718724.7587053 Edm = 0.00900363 NCalls = 384 +VariableMetric: Iteration # 122 - FCN = -718724.9400504 Edm = 0.176801 NCalls = 391 +VariableMetric: Iteration # 123 - FCN = -718724.9962524 Edm = 0.271593 NCalls = 396 +VariableMetric: Iteration # 124 - FCN = -718725.4317776 Edm = 0.0320275 NCalls = 403 +VariableMetric: Iteration # 125 - FCN = -718725.4501462 Edm = 0.0107417 NCalls = 405 +VariableMetric: Iteration # 126 - FCN = -718725.456869 Edm = 0.00034352 NCalls = 407 +VariableMetric: Iteration # 127 - FCN = -718725.4573669 Edm = 0.000133289 NCalls = 409 +VariableMetric: Iteration # 128 - FCN = -718725.4591446 Edm = 0.00158076 NCalls = 412 +VariableMetric: Iteration # 129 - FCN = -718725.6557075 Edm = 0.18349 NCalls = 417 +VariableMetric: Iteration # 130 - FCN = -718729.452785 Edm = 1.24197 NCalls = 421 +VariableMetric: Iteration # 131 - FCN = -718730.299637 Edm = 0.242933 NCalls = 423 +VariableMetric: Iteration # 132 - FCN = -718730.774473 Edm = 0.151067 NCalls = 426 +VariableMetric: Iteration # 133 - FCN = -718731.5771852 Edm = 0.496898 NCalls = 431 +VariableMetric: Iteration # 134 - FCN = -718731.6880159 Edm = 0.295428 NCalls = 433 +VariableMetric: Iteration # 135 - FCN = -718731.9777514 Edm = 0.159496 NCalls = 436 +VariableMetric: Iteration # 136 - FCN = -718732.0809271 Edm = 0.0783746 NCalls = 438 +VariableMetric: Iteration # 137 - FCN = -718732.1120556 Edm = 0.00348788 NCalls = 440 +VariableMetric: Iteration # 138 - FCN = -718732.1193561 Edm = 0.00430958 NCalls = 442 +VariableMetric: Iteration # 139 - FCN = -718732.160796 Edm = 0.0151191 NCalls = 447 +VariableMetric: Iteration # 140 - FCN = -718732.1891192 Edm = 0.022051 NCalls = 450 +VariableMetric: Iteration # 141 - FCN = -718732.1963005 Edm = 0.00205153 NCalls = 452 +VariableMetric: Iteration # 142 - FCN = -718732.1983605 Edm = 8.62218e-05 NCalls = 454 +VariableMetric: Iteration # 143 - FCN = -718732.1985293 Edm = 7.7634e-05 NCalls = 456 +VariableMetric: Iteration # 144 - FCN = -718732.2007552 Edm = 0.00201125 NCalls = 460 +VariableMetric: Iteration # 145 - FCN = -718732.4848823 Edm = 0.213666 NCalls = 465 +VariableMetric: Iteration # 146 - FCN = -718733.8159791 Edm = 0.100216 NCalls = 468 +VariableMetric: Iteration # 147 - FCN = -718733.8921604 Edm = 0.00655659 NCalls = 470 +VariableMetric: Iteration # 148 - FCN = -718733.8979563 Edm = 0.00067352 NCalls = 472 +VariableMetric: Iteration # 149 - FCN = -718733.8999773 Edm = 0.000798156 NCalls = 476 +VariableMetric: Iteration # 150 - FCN = -718733.9016113 Edm = 0.000759078 NCalls = 478 +VariableMetric: Iteration # 151 - FCN = -718733.9023636 Edm = 0.000677933 NCalls = 480 +VariableMetric: Iteration # 152 - FCN = -718733.9046196 Edm = 0.00104547 NCalls = 484 +VariableMetric: Iteration # 153 - FCN = -718733.904753 Edm = 0.000276222 NCalls = 486 +VariableMetric: Iteration # 154 - FCN = -718733.9057636 Edm = 0.000944173 NCalls = 490 +VariableMetric: Iteration # 155 - FCN = -718733.9096341 Edm = 0.00216937 NCalls = 494 +VariableMetric: Iteration # 156 - FCN = -718733.9138547 Edm = 0.00583731 NCalls = 497 +VariableMetric: Iteration # 157 - FCN = -718733.9148188 Edm = 0.000188625 NCalls = 499 +VariableMetric: Iteration # 158 - FCN = -718733.9150484 Edm = 6.75367e-06 NCalls = 501 +VariableMetric: After Hessian - FCN = -718733.9150484 Edm = 2202.59 NCalls = 864 +VariableMetric: Iteration # 159 - FCN = -718733.9150484 Edm = 2202.59 NCalls = 864 +VariableMetric: Iteration # 160 - FCN = -718738.2190552 Edm = 22115 NCalls = 869 +VariableMetric: Iteration # 161 - FCN = -718739.0194197 Edm = 7962.97 NCalls = 877 +VariableMetric: Iteration # 162 - FCN = -718740.7213706 Edm = 12877.8 NCalls = 882 +VariableMetric: Iteration # 163 - FCN = -718740.9873641 Edm = 7108.43 NCalls = 887 +VariableMetric: Iteration # 164 - FCN = -718741.5167108 Edm = 24822.8 NCalls = 891 +VariableMetric: Iteration # 165 - FCN = -718755.3280485 Edm = 1785.3 NCalls = 896 +VariableMetric: Iteration # 166 - FCN = -718756.5936215 Edm = 890.334 NCalls = 900 +VariableMetric: Iteration # 167 - FCN = -718757.5241657 Edm = 24.7082 NCalls = 904 +VariableMetric: Iteration # 168 - FCN = -718757.9007564 Edm = 166.883 NCalls = 906 +VariableMetric: Iteration # 169 - FCN = -718758.8828611 Edm = 36.1916 NCalls = 908 +VariableMetric: Iteration # 170 - FCN = -718759.7071006 Edm = 10.4665 NCalls = 910 +VariableMetric: Iteration # 171 - FCN = -718760.1198163 Edm = 6.13782 NCalls = 912 +VariableMetric: Iteration # 172 - FCN = -718761.8350415 Edm = 31.5419 NCalls = 915 +VariableMetric: Iteration # 173 - FCN = -718762.9972072 Edm = 13.8173 NCalls = 917 +VariableMetric: Iteration # 174 - FCN = -718763.627858 Edm = 5.9597 NCalls = 919 +VariableMetric: Iteration # 175 - FCN = -718763.8921311 Edm = 6.55723 NCalls = 921 +VariableMetric: Iteration # 176 - FCN = -718764.2932561 Edm = 5.11191 NCalls = 923 +VariableMetric: Iteration # 177 - FCN = -718764.5894984 Edm = 1.92988 NCalls = 925 +VariableMetric: Iteration # 178 - FCN = -718765.0775314 Edm = 2.59935 NCalls = 927 +VariableMetric: Iteration # 179 - FCN = -718765.2183055 Edm = 0.926817 NCalls = 929 +VariableMetric: Iteration # 180 - FCN = -718765.5155818 Edm = 0.752009 NCalls = 931 +VariableMetric: Iteration # 181 - FCN = -718765.7978729 Edm = 1.57913 NCalls = 933 +VariableMetric: Iteration # 182 - FCN = -718766.100958 Edm = 1.00623 NCalls = 935 +VariableMetric: Iteration # 183 - FCN = -718767.0636107 Edm = 4.82149 NCalls = 937 +VariableMetric: Iteration # 184 - FCN = -718767.8285185 Edm = 1.85084 NCalls = 942 +VariableMetric: Iteration # 185 - FCN = -718768.3798282 Edm = 1.2337 NCalls = 945 +VariableMetric: Iteration # 186 - FCN = -718770.0109694 Edm = 1.77905 NCalls = 948 +VariableMetric: Iteration # 187 - FCN = -718771.1351687 Edm = 0.970424 NCalls = 951 +VariableMetric: Iteration # 188 - FCN = -718771.4654851 Edm = 0.121605 NCalls = 953 +VariableMetric: Iteration # 189 - FCN = -718771.5926728 Edm = 0.0262097 NCalls = 954 +VariableMetric: Iteration # 190 - FCN = -718771.6367626 Edm = 0.0482126 NCalls = 956 +VariableMetric: Iteration # 191 - FCN = -718771.7211411 Edm = 0.0837949 NCalls = 958 +VariableMetric: Iteration # 192 - FCN = -718771.789002 Edm = 0.0658217 NCalls = 960 +VariableMetric: Iteration # 193 - FCN = -718772.0198745 Edm = 0.113468 NCalls = 964 +VariableMetric: Iteration # 194 - FCN = -718772.1690253 Edm = 0.199323 NCalls = 966 +VariableMetric: Iteration # 195 - FCN = -718772.3990729 Edm = 0.282125 NCalls = 969 +VariableMetric: Iteration # 196 - FCN = -718772.531525 Edm = 0.0977445 NCalls = 972 +VariableMetric: Iteration # 197 - FCN = -718772.6929367 Edm = 0.0474608 NCalls = 974 +VariableMetric: Iteration # 198 - FCN = -718772.7952639 Edm = 0.132585 NCalls = 976 +VariableMetric: Iteration # 199 - FCN = -718772.9496918 Edm = 0.0852625 NCalls = 979 +VariableMetric: Iteration # 200 - FCN = -718773.0136418 Edm = 0.111283 NCalls = 982 +VariableMetric: Iteration # 201 - FCN = -718773.2633959 Edm = 0.184384 NCalls = 985 +VariableMetric: Iteration # 202 - FCN = -718773.4118393 Edm = 0.201145 NCalls = 987 +VariableMetric: Iteration # 203 - FCN = -718773.5207083 Edm = 0.0933374 NCalls = 988 +VariableMetric: Iteration # 204 - FCN = -718773.5624258 Edm = 0.0172948 NCalls = 990 +VariableMetric: Iteration # 205 - FCN = -718773.5830314 Edm = 0.00860128 NCalls = 992 +VariableMetric: Iteration # 206 - FCN = -718773.6051664 Edm = 0.0140756 NCalls = 994 +VariableMetric: Iteration # 207 - FCN = -718773.6475735 Edm = 0.0254664 NCalls = 997 +VariableMetric: Iteration # 208 - FCN = -718773.6893563 Edm = 0.0143795 NCalls = 1001 +VariableMetric: Iteration # 209 - FCN = -718773.7100218 Edm = 0.0120643 NCalls = 1003 +VariableMetric: Iteration # 210 - FCN = -718773.7159949 Edm = 0.00732105 NCalls = 1006 +VariableMetric: Iteration # 211 - FCN = -718773.7266285 Edm = 0.0060138 NCalls = 1009 +VariableMetric: Iteration # 212 - FCN = -718773.7344078 Edm = 0.0038577 NCalls = 1011 +VariableMetric: Iteration # 213 - FCN = -718773.7380475 Edm = 0.00243412 NCalls = 1014 +VariableMetric: Iteration # 214 - FCN = -718773.7414475 Edm = 0.00133798 NCalls = 1016 +VariableMetric: Iteration # 215 - FCN = -718773.7427349 Edm = 0.00070997 NCalls = 1018 +VariableMetric: Iteration # 216 - FCN = -718773.7434486 Edm = 0.000160622 NCalls = 1021 +VariableMetric: Iteration # 217 - FCN = -718773.7436944 Edm = 3.5062e-05 NCalls = 1023 +VariableMetric: After Hessian - FCN = -718773.7436944 Edm = 0.0119294 NCalls = 1408 +VariableMetric: Iteration # 218 - FCN = -718773.7436944 Edm = 0.0119294 NCalls = 1408 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712340.0725707 Edm = 6.95181 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712340.0725707 Edm = 6.95181 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715455.0687459 Edm = 0.971922 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715478.7362141 Edm = 0.870902 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715561.8717403 Edm = 52.9384 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -715653.4378411 Edm = 0.585668 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -715654.0453927 Edm = 0.0473583 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -715686.4323229 Edm = 4.44282 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -715692.1457373 Edm = 0.0614794 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -715693.0979077 Edm = 0.850642 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -715698.3029306 Edm = 5.5037 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -715707.3664765 Edm = 9.40583 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -715716.3462028 Edm = 8.79565 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -716178.3106299 Edm = 76.9376 NCalls = 53 +VariableMetric: Iteration # 13 - FCN = -716276.7871702 Edm = 5.48849 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -716279.3876906 Edm = 0.724123 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -716280.0356456 Edm = 0.0155754 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -716280.2541322 Edm = 0.203983 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -716300.4886047 Edm = 4.67208 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -716329.2640998 Edm = 9.56747 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -716341.5880433 Edm = 1.93153 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -716343.662878 Edm = 0.339498 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -716344.1377189 Edm = 0.016818 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -716344.1850008 Edm = 0.0277887 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -716345.6020278 Edm = 1.44404 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -716346.8217174 Edm = 0.980132 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -716373.8043664 Edm = 25.3162 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -716380.7139154 Edm = 13.199 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -716470.6799632 Edm = 47.4833 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -716511.8145746 Edm = 8.02969 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -716521.5002583 Edm = 0.518204 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -716522.3547814 Edm = 0.139344 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -716522.6291599 Edm = 0.121311 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -716523.0791891 Edm = 0.081396 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -716523.2108805 Edm = 0.0302827 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -716523.2409279 Edm = 0.0147892 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -716523.467238 Edm = 0.198904 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -716542.9826046 Edm = 22.3085 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -716547.5563304 Edm = 4.57152 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -716551.6799608 Edm = 3.48563 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -716595.4752142 Edm = 74.0454 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -716779.9391558 Edm = 100.283 NCalls = 148 +VariableMetric: Iteration # 41 - FCN = -716782.9383956 Edm = 11.1958 NCalls = 150 +VariableMetric: Iteration # 42 - FCN = -716816.9083188 Edm = 25.2316 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -716892.6202894 Edm = 49.372 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -716947.77651 Edm = 31.3376 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -717121.7761232 Edm = 33.367 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -717147.6813937 Edm = 118.974 NCalls = 169 +VariableMetric: Iteration # 47 - FCN = -717186.1799569 Edm = 21.6393 NCalls = 171 +VariableMetric: Iteration # 48 - FCN = -717838.887841 Edm = 386.904 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -717939.6656135 Edm = 276.918 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -718132.321619 Edm = 28.3328 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -718169.1313031 Edm = 13.5531 NCalls = 182 +VariableMetric: Iteration # 52 - FCN = -718187.5370425 Edm = 9.09144 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -718195.7099433 Edm = 1.42156 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -718197.4686313 Edm = 0.322334 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -718197.7202413 Edm = 0.10843 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -718197.9576 Edm = 0.0633554 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -718199.0358292 Edm = 0.620051 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -718221.8725944 Edm = 32.1995 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -718222.0057084 Edm = 0.743659 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -718233.4126093 Edm = 8.17926 NCalls = 210 +VariableMetric: Iteration # 61 - FCN = -718246.9859452 Edm = 0.848113 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -718247.7040415 Edm = 0.177429 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -718247.9383886 Edm = 0.0487086 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -718248.0390804 Edm = 0.06522 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -718250.2357314 Edm = 1.7835 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -718257.6708296 Edm = 12.3393 NCalls = 231 +VariableMetric: Iteration # 67 - FCN = -718271.8327842 Edm = 40.0894 NCalls = 235 +VariableMetric: Iteration # 68 - FCN = -718279.5534937 Edm = 12.6869 NCalls = 239 +VariableMetric: Iteration # 69 - FCN = -718297.9264922 Edm = 28.8488 NCalls = 243 +VariableMetric: Iteration # 70 - FCN = -718330.3385358 Edm = 20.191 NCalls = 247 +VariableMetric: Iteration # 71 - FCN = -718370.3095117 Edm = 13.0034 NCalls = 250 +VariableMetric: Iteration # 72 - FCN = -718407.4243914 Edm = 13.8654 NCalls = 252 +VariableMetric: Iteration # 73 - FCN = -718423.0349434 Edm = 10.6741 NCalls = 253 +VariableMetric: Iteration # 74 - FCN = -718429.5205756 Edm = 4.19603 NCalls = 255 +VariableMetric: Iteration # 75 - FCN = -718441.5046919 Edm = 2.11979 NCalls = 259 +VariableMetric: Iteration # 76 - FCN = -718447.1456089 Edm = 1.45214 NCalls = 261 +VariableMetric: Iteration # 77 - FCN = -718449.4242348 Edm = 0.380086 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -718450.4127666 Edm = 0.141219 NCalls = 265 +VariableMetric: Iteration # 79 - FCN = -718450.5422949 Edm = 0.011253 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -718450.5601038 Edm = 0.00937493 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -718450.7346844 Edm = 0.167221 NCalls = 273 +VariableMetric: Iteration # 82 - FCN = -718456.083909 Edm = 3.64921 NCalls = 277 +VariableMetric: Iteration # 83 - FCN = -718507.9166481 Edm = 36.9966 NCalls = 281 +VariableMetric: Iteration # 84 - FCN = -718582.665893 Edm = 13.6152 NCalls = 288 +VariableMetric: Iteration # 85 - FCN = -718598.9307045 Edm = 0.903787 NCalls = 290 +VariableMetric: Iteration # 86 - FCN = -718600.2845778 Edm = 0.255742 NCalls = 293 +VariableMetric: Iteration # 87 - FCN = -718600.5531833 Edm = 0.0837167 NCalls = 294 +VariableMetric: Iteration # 88 - FCN = -718600.5961041 Edm = 0.0189963 NCalls = 296 +VariableMetric: Iteration # 89 - FCN = -718600.6161916 Edm = 0.00498616 NCalls = 298 +VariableMetric: Iteration # 90 - FCN = -718600.6306225 Edm = 0.00633367 NCalls = 300 +VariableMetric: Iteration # 91 - FCN = -718600.7128758 Edm = 0.0658077 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -718601.9809769 Edm = 0.997043 NCalls = 307 +VariableMetric: Iteration # 93 - FCN = -718606.9411571 Edm = 5.11166 NCalls = 310 +VariableMetric: Iteration # 94 - FCN = -718677.3853342 Edm = 23.4892 NCalls = 319 +VariableMetric: Iteration # 95 - FCN = -718688.1389736 Edm = 19.3032 NCalls = 321 +VariableMetric: Iteration # 96 - FCN = -718704.88053 Edm = 2.30637 NCalls = 324 +VariableMetric: Iteration # 97 - FCN = -718706.8966916 Edm = 0.603127 NCalls = 326 +VariableMetric: Iteration # 98 - FCN = -718707.8666044 Edm = 0.276044 NCalls = 328 +VariableMetric: Iteration # 99 - FCN = -718708.2782374 Edm = 0.159582 NCalls = 330 +VariableMetric: Iteration # 100 - FCN = -718708.5525412 Edm = 0.122159 NCalls = 332 +VariableMetric: Iteration # 101 - FCN = -718708.9537577 Edm = 0.076074 NCalls = 339 +VariableMetric: Iteration # 102 - FCN = -718709.092753 Edm = 0.107545 NCalls = 342 +VariableMetric: Iteration # 103 - FCN = -718709.1325677 Edm = 0.0286532 NCalls = 344 +VariableMetric: Iteration # 104 - FCN = -718709.1618828 Edm = 0.00106627 NCalls = 346 +VariableMetric: Iteration # 105 - FCN = -718709.1641131 Edm = 0.00106476 NCalls = 348 +VariableMetric: Iteration # 106 - FCN = -718709.1988735 Edm = 0.0301439 NCalls = 352 +VariableMetric: Iteration # 107 - FCN = -718710.1993734 Edm = 0.900887 NCalls = 356 +VariableMetric: Iteration # 108 - FCN = -718724.8969124 Edm = 16.7787 NCalls = 359 +VariableMetric: Iteration # 109 - FCN = -718729.1532692 Edm = 3.40674 NCalls = 361 +VariableMetric: Iteration # 110 - FCN = -718736.4793788 Edm = 0.972359 NCalls = 364 +VariableMetric: Iteration # 111 - FCN = -718737.1332152 Edm = 0.370717 NCalls = 366 +VariableMetric: Iteration # 112 - FCN = -718737.4205217 Edm = 0.0407299 NCalls = 368 +VariableMetric: Iteration # 113 - FCN = -718737.4627708 Edm = 0.00354196 NCalls = 370 +VariableMetric: Iteration # 114 - FCN = -718737.4662418 Edm = 0.000287294 NCalls = 371 +VariableMetric: Iteration # 115 - FCN = -718737.4666654 Edm = 0.000124914 NCalls = 373 +VariableMetric: Iteration # 116 - FCN = -718737.4673429 Edm = 0.000438487 NCalls = 376 +VariableMetric: Iteration # 117 - FCN = -718737.4922072 Edm = 0.0255267 NCalls = 381 +VariableMetric: Iteration # 118 - FCN = -718738.2959064 Edm = 0.0175661 NCalls = 388 +VariableMetric: Iteration # 119 - FCN = -718741.8919776 Edm = 0.12761 NCalls = 390 +VariableMetric: Iteration # 120 - FCN = -718742.040726 Edm = 0.0105877 NCalls = 392 +VariableMetric: Iteration # 121 - FCN = -718742.0522123 Edm = 0.0002093 NCalls = 393 +VariableMetric: Iteration # 122 - FCN = -718742.0525705 Edm = 6.82522e-05 NCalls = 395 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713482.0070633 Edm = 22.6062 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713482.0070633 Edm = 22.6062 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718124.8487411 Edm = 1.03095 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718128.5791605 Edm = 4.05774 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -718250.2828545 Edm = 1.8954 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -718252.6588177 Edm = 0.179298 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -718279.3684882 Edm = 6.42558 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -718287.544993 Edm = 0.0506743 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -718287.9438872 Edm = 0.344646 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -718493.5782063 Edm = 57.5228 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -718613.9141196 Edm = 5.06803 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -718620.7124429 Edm = 0.447508 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -718621.4250367 Edm = 0.00740881 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -718621.4331242 Edm = 0.00125504 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -718623.3712144 Edm = 0.146954 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -718635.9560373 Edm = 2.37954 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -718641.740199 Edm = 0.15061 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -718641.9313106 Edm = 0.00183025 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -718641.9409124 Edm = 0.00769397 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -718648.6846646 Edm = 3.77447 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -718653.0971242 Edm = 0.433455 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -718653.4572578 Edm = 0.00878925 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -718653.4657733 Edm = 0.00125494 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -718653.4686903 Edm = 0.00169082 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -718653.6249472 Edm = 0.153726 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -718658.0575608 Edm = 2.25132 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -718663.9151661 Edm = 0.099269 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -718664.0308696 Edm = 0.00660208 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -718664.0384633 Edm = 0.000692483 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -718664.0408443 Edm = 0.00143822 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -718664.1006128 Edm = 0.0509976 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -718668.7313711 Edm = 0.850605 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -718669.6959887 Edm = 0.0156019 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -718669.7116549 Edm = 0.00115056 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -718669.7135337 Edm = 0.000866861 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -718669.7280949 Edm = 0.0138755 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -718671.6290186 Edm = 1.58108 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -718698.7309772 Edm = 4.70824 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -718703.1170877 Edm = 0.29866 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -718703.3874549 Edm = 0.0175158 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -718703.4035437 Edm = 0.00186612 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -718703.4049211 Edm = 0.00061125 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -718703.4082835 Edm = 0.00291844 NCalls = 132 +VariableMetric: Iteration # 42 - FCN = -718703.5706437 Edm = 0.128794 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -718713.0881677 Edm = 5.79857 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -718724.8785354 Edm = 0.864548 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -718725.5889087 Edm = 0.06872 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -718725.6388143 Edm = 0.00542002 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -718725.643573 Edm = 0.000670183 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -718725.6444883 Edm = 0.000337943 NCalls = 154 +VariableMetric: Iteration # 49 - FCN = -718725.6499727 Edm = 0.00404006 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -718725.9046722 Edm = 0.241329 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -718742.9064104 Edm = 4.2381 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -718746.8213427 Edm = 7.39354 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -718749.8343427 Edm = 0.234506 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -718750.1073585 Edm = 0.0236758 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -718750.1492246 Edm = 0.0053602 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -718750.1579959 Edm = 0.000393123 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -718750.1588045 Edm = 0.000232851 NCalls = 183 +VariableMetric: Iteration # 58 - FCN = -718750.1615709 Edm = 0.00187138 NCalls = 186 +VariableMetric: Iteration # 59 - FCN = -718750.3039546 Edm = 0.120056 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -718753.5788666 Edm = 1.93067 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -718757.4057914 Edm = 0.243935 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -718757.6161484 Edm = 0.109083 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -718757.6548719 Edm = 0.00146866 NCalls = 202 +VariableMetric: Iteration # 64 - FCN = -718757.6569447 Edm = 0.000139455 NCalls = 204 +VariableMetric: Iteration # 65 - FCN = -718757.6572336 Edm = 0.000105381 NCalls = 206 +VariableMetric: Iteration # 66 - FCN = -718757.6587236 Edm = 0.00108934 NCalls = 209 +VariableMetric: Iteration # 67 - FCN = -718757.7952756 Edm = 0.129251 NCalls = 214 +VariableMetric: Iteration # 68 - FCN = -718760.4612594 Edm = 0.601991 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -718761.057367 Edm = 0.0742919 NCalls = 220 +VariableMetric: Iteration # 70 - FCN = -718761.1291119 Edm = 0.0122457 NCalls = 222 +VariableMetric: Iteration # 71 - FCN = -718761.1481994 Edm = 0.00513212 NCalls = 224 +VariableMetric: Iteration # 72 - FCN = -718761.1603444 Edm = 0.00320696 NCalls = 228 +VariableMetric: Iteration # 73 - FCN = -718761.1677435 Edm = 0.00435956 NCalls = 232 +VariableMetric: Iteration # 74 - FCN = -718767.5868073 Edm = 2.10244 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -718767.6247113 Edm = 744.181 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -718767.6575641 Edm = 7724.12 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -718768.2235413 Edm = 533.361 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -718768.906904 Edm = 1002.41 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -718769.2570479 Edm = 322.755 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -718769.5709836 Edm = 142.413 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -718769.7098825 Edm = 68.8003 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -718770.2453897 Edm = 82.5333 NCalls = 270 +VariableMetric: Iteration # 83 - FCN = -718771.0329777 Edm = 194.023 NCalls = 272 +VariableMetric: Iteration # 84 - FCN = -718771.7433594 Edm = 67.3313 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -718772.3667177 Edm = 5.58838 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -718772.4228519 Edm = 7.28748 NCalls = 279 +VariableMetric: Iteration # 87 - FCN = -718772.562025 Edm = 3.79448 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -718772.5698511 Edm = 9.74019 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -718772.7215418 Edm = 2.50249 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -718772.9607179 Edm = 0.622741 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -718773.0555115 Edm = 0.716419 NCalls = 289 +VariableMetric: Iteration # 92 - FCN = -718773.102929 Edm = 0.0412804 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -718773.1142044 Edm = 0.0217011 NCalls = 293 +VariableMetric: Iteration # 94 - FCN = -718773.1303491 Edm = 0.0138601 NCalls = 295 +VariableMetric: Iteration # 95 - FCN = -718773.1370656 Edm = 0.0277793 NCalls = 296 +VariableMetric: Iteration # 96 - FCN = -718773.1547199 Edm = 0.0102054 NCalls = 299 +VariableMetric: Iteration # 97 - FCN = -718773.1646536 Edm = 0.00391167 NCalls = 300 +VariableMetric: Iteration # 98 - FCN = -718773.1692798 Edm = 0.00165013 NCalls = 303 +VariableMetric: Iteration # 99 - FCN = -718773.1712725 Edm = 0.000473194 NCalls = 305 +VariableMetric: Iteration # 100 - FCN = -718773.1721674 Edm = 0.000370915 NCalls = 307 +VariableMetric: Iteration # 101 - FCN = -718773.1727672 Edm = 0.00044726 NCalls = 310 +VariableMetric: Iteration # 102 - FCN = -718773.1736645 Edm = 0.000217051 NCalls = 312 +VariableMetric: Iteration # 103 - FCN = -718773.1739819 Edm = 3.65827e-05 NCalls = 314 +VariableMetric: After Hessian - FCN = -718773.1739819 Edm = 4.92729e-05 NCalls = 689 +VariableMetric: Iteration # 104 - FCN = -718773.1739819 Edm = 4.92729e-05 NCalls = 689 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714030.8862248 Edm = 2.14349 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714030.8862248 Edm = 2.14349 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716003.7043929 Edm = 0.201009 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716004.0670313 Edm = 0.339795 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -716365.1843766 Edm = 0.256473 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -716387.0819551 Edm = 1.53529 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -716388.0941928 Edm = 0.41644 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -716422.6038034 Edm = 28.5404 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -716545.8574618 Edm = 0.450187 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -716546.2566835 Edm = 0.0264351 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -716546.4026041 Edm = 0.14297 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -716587.5367847 Edm = 1.30359 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -716777.2266255 Edm = 25.4254 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -716834.5008993 Edm = 5.81708 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -716843.8371854 Edm = 0.189839 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -716844.0764943 Edm = 0.0209479 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -716844.2361638 Edm = 0.126353 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -716876.7390527 Edm = 16.3413 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -716929.7814137 Edm = 1.67645 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -716931.2964197 Edm = 0.0376154 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -716931.3666107 Edm = 0.0271922 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -716931.7907796 Edm = 0.310318 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -716938.2791904 Edm = 6.45054 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -716976.2235235 Edm = 39.229 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -717060.8306273 Edm = 24.5681 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -717089.0161962 Edm = 3.04929 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -717092.9979137 Edm = 1.75861 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -717095.8574194 Edm = 0.335427 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -717096.1922095 Edm = 0.0325119 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -717096.2359964 Edm = 0.01094 NCalls = 90 +VariableMetric: Iteration # 29 - FCN = -717096.2886436 Edm = 0.0358244 NCalls = 92 +VariableMetric: Iteration # 30 - FCN = -717097.6221643 Edm = 1.35372 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -717098.5994653 Edm = 0.82525 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -717127.3156746 Edm = 34.4852 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -717131.2997203 Edm = 6.51104 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -717229.2646295 Edm = 101.331 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -717252.4704252 Edm = 22.5882 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -717268.924335 Edm = 14.6179 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -717366.5304199 Edm = 49.6284 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -717428.1106165 Edm = 63.2401 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -717445.5035128 Edm = 7.92658 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -717452.7976696 Edm = 2.43673 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -717456.4110726 Edm = 0.6844 NCalls = 131 +VariableMetric: Iteration # 42 - FCN = -717457.3493077 Edm = 0.171197 NCalls = 133 +VariableMetric: Iteration # 43 - FCN = -717457.6953398 Edm = 0.0089775 NCalls = 135 +VariableMetric: Iteration # 44 - FCN = -717457.7071108 Edm = 0.0107426 NCalls = 137 +VariableMetric: Iteration # 45 - FCN = -717457.7474333 Edm = 0.043758 NCalls = 140 +VariableMetric: Iteration # 46 - FCN = -717465.1127808 Edm = 1.39292 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -717550.2281578 Edm = 18.7837 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -717884.7705982 Edm = 318.528 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -717893.5789198 Edm = 118.129 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -718015.2799944 Edm = 131.159 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -718081.7761099 Edm = 34.5218 NCalls = 166 +VariableMetric: Iteration # 52 - FCN = -718136.4731245 Edm = 20.0527 NCalls = 169 +VariableMetric: Iteration # 53 - FCN = -718166.7280256 Edm = 7.60599 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -718175.7995375 Edm = 1.50829 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -718177.9474996 Edm = 2.60014 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -718182.8029721 Edm = 2.30358 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -718186.4730215 Edm = 0.264044 NCalls = 180 +VariableMetric: Iteration # 58 - FCN = -718186.9339006 Edm = 0.0987548 NCalls = 182 +VariableMetric: Iteration # 59 - FCN = -718187.1006141 Edm = 0.0296029 NCalls = 184 +VariableMetric: Iteration # 60 - FCN = -718187.1563536 Edm = 0.00849171 NCalls = 186 +VariableMetric: Iteration # 61 - FCN = -718187.2075316 Edm = 0.03572 NCalls = 189 +VariableMetric: Iteration # 62 - FCN = -718188.6375514 Edm = 1.39727 NCalls = 193 +VariableMetric: Iteration # 63 - FCN = -718195.7903714 Edm = 5.97455 NCalls = 199 +VariableMetric: Iteration # 64 - FCN = -718317.5314144 Edm = 14.6451 NCalls = 203 +VariableMetric: Iteration # 65 - FCN = -718333.2290437 Edm = 2.37831 NCalls = 204 +VariableMetric: Iteration # 66 - FCN = -718335.163875 Edm = 1.45872 NCalls = 205 +VariableMetric: Iteration # 67 - FCN = -718336.5712939 Edm = 0.501205 NCalls = 207 +VariableMetric: Iteration # 68 - FCN = -718337.1646173 Edm = 0.269756 NCalls = 210 +VariableMetric: Iteration # 69 - FCN = -718337.4380454 Edm = 0.0350724 NCalls = 212 +VariableMetric: Iteration # 70 - FCN = -718337.4869806 Edm = 0.00494315 NCalls = 214 +VariableMetric: Iteration # 71 - FCN = -718337.4952408 Edm = 0.00413794 NCalls = 216 +VariableMetric: Iteration # 72 - FCN = -718337.5423895 Edm = 0.0389326 NCalls = 220 +VariableMetric: Iteration # 73 - FCN = -718338.5255505 Edm = 0.545566 NCalls = 224 +VariableMetric: Iteration # 74 - FCN = -718345.1254862 Edm = 5.07408 NCalls = 227 +VariableMetric: Iteration # 75 - FCN = -718383.3029991 Edm = 19.6439 NCalls = 230 +VariableMetric: Iteration # 76 - FCN = -718421.9316433 Edm = 6.56495 NCalls = 233 +VariableMetric: Iteration # 77 - FCN = -718441.5055137 Edm = 70.7929 NCalls = 241 +VariableMetric: Iteration # 78 - FCN = -718450.8716024 Edm = 18.5456 NCalls = 243 +VariableMetric: Iteration # 79 - FCN = -718456.0130716 Edm = 7.76262 NCalls = 245 +VariableMetric: Iteration # 80 - FCN = -718486.4906299 Edm = 49.6374 NCalls = 248 +VariableMetric: Iteration # 81 - FCN = -718513.7563547 Edm = 19.4745 NCalls = 251 +VariableMetric: Iteration # 82 - FCN = -718526.1145777 Edm = 3.58939 NCalls = 253 +VariableMetric: Iteration # 83 - FCN = -718531.0337 Edm = 0.547938 NCalls = 255 +VariableMetric: Iteration # 84 - FCN = -718531.7595689 Edm = 0.178725 NCalls = 257 +VariableMetric: Iteration # 85 - FCN = -718532.2844599 Edm = 0.153407 NCalls = 259 +VariableMetric: Iteration # 86 - FCN = -718532.5347247 Edm = 0.0702133 NCalls = 261 +VariableMetric: Iteration # 87 - FCN = -718532.6520668 Edm = 0.0254166 NCalls = 263 +VariableMetric: Iteration # 88 - FCN = -718532.6739064 Edm = 0.00398712 NCalls = 265 +VariableMetric: Iteration # 89 - FCN = -718532.7410118 Edm = 0.0540807 NCalls = 269 +VariableMetric: Iteration # 90 - FCN = -718534.3287724 Edm = 1.39227 NCalls = 273 +VariableMetric: Iteration # 91 - FCN = -718576.493639 Edm = 23.9412 NCalls = 278 +VariableMetric: Iteration # 92 - FCN = -718626.3020044 Edm = 41.2558 NCalls = 281 +VariableMetric: Iteration # 93 - FCN = -718653.79105 Edm = 6.93997 NCalls = 284 +VariableMetric: Iteration # 94 - FCN = -718660.7962651 Edm = 2.14685 NCalls = 285 +VariableMetric: Iteration # 95 - FCN = -718663.3346703 Edm = 1.1988 NCalls = 287 +VariableMetric: Iteration # 96 - FCN = -718665.9545124 Edm = 5.30952 NCalls = 292 +VariableMetric: Iteration # 97 - FCN = -718668.0703336 Edm = 5.35701 NCalls = 299 +VariableMetric: Iteration # 98 - FCN = -718671.8645394 Edm = 5.67313 NCalls = 303 +VariableMetric: Iteration # 99 - FCN = -718675.4001175 Edm = 1.41301 NCalls = 306 +VariableMetric: Iteration # 100 - FCN = -718676.8719197 Edm = 0.157784 NCalls = 307 +VariableMetric: Iteration # 101 - FCN = -718677.0380298 Edm = 0.0811787 NCalls = 309 +VariableMetric: Iteration # 102 - FCN = -718677.1521085 Edm = 0.040761 NCalls = 311 +VariableMetric: Iteration # 103 - FCN = -718677.3336298 Edm = 0.0484437 NCalls = 314 +VariableMetric: Iteration # 104 - FCN = -718677.4028851 Edm = 0.00213322 NCalls = 316 +VariableMetric: Iteration # 105 - FCN = -718677.4063163 Edm = 0.00116093 NCalls = 318 +VariableMetric: Iteration # 106 - FCN = -718677.4127879 Edm = 0.00467969 NCalls = 321 +VariableMetric: Iteration # 107 - FCN = -718677.603591 Edm = 0.170956 NCalls = 325 +VariableMetric: Iteration # 108 - FCN = -718686.641313 Edm = 5.81318 NCalls = 330 +VariableMetric: Iteration # 109 - FCN = -718697.0437246 Edm = 0.336092 NCalls = 332 +VariableMetric: Iteration # 110 - FCN = -718697.3185982 Edm = 0.0408972 NCalls = 334 +VariableMetric: Iteration # 111 - FCN = -718697.3682502 Edm = 0.00820833 NCalls = 336 +VariableMetric: Iteration # 112 - FCN = -718697.3807202 Edm = 0.00448462 NCalls = 338 +VariableMetric: Iteration # 113 - FCN = -718697.3870109 Edm = 0.00076743 NCalls = 340 +VariableMetric: Iteration # 114 - FCN = -718697.388073 Edm = 0.00015151 NCalls = 342 +VariableMetric: Iteration # 115 - FCN = -718697.3893393 Edm = 0.00107144 NCalls = 345 +VariableMetric: Iteration # 116 - FCN = -718697.4689767 Edm = 0.0711873 NCalls = 350 +VariableMetric: Iteration # 117 - FCN = -718702.197112 Edm = 2.055 NCalls = 355 +VariableMetric: Iteration # 118 - FCN = -718706.060563 Edm = 0.448755 NCalls = 359 +VariableMetric: Iteration # 119 - FCN = -718706.5605672 Edm = 0.691431 NCalls = 361 +VariableMetric: Iteration # 120 - FCN = -718707.136987 Edm = 0.206217 NCalls = 363 +VariableMetric: Iteration # 121 - FCN = -718707.4157287 Edm = 0.0370514 NCalls = 366 +VariableMetric: Iteration # 122 - FCN = -718707.4526712 Edm = 0.00219416 NCalls = 367 +VariableMetric: Iteration # 123 - FCN = -718707.4549829 Edm = 0.000224342 NCalls = 369 +VariableMetric: Iteration # 124 - FCN = -718707.4554068 Edm = 0.00020649 NCalls = 371 +VariableMetric: Iteration # 125 - FCN = -718707.4567845 Edm = 0.000744165 NCalls = 374 +VariableMetric: Iteration # 126 - FCN = -718707.4595523 Edm = 0.000224232 NCalls = 377 +VariableMetric: Iteration # 127 - FCN = -718707.460083 Edm = 0.00023829 NCalls = 379 +VariableMetric: Iteration # 128 - FCN = -718707.4617947 Edm = 0.001318 NCalls = 383 +VariableMetric: Iteration # 129 - FCN = -718707.465266 Edm = 0.00445471 NCalls = 388 +VariableMetric: Iteration # 130 - FCN = -718707.4918094 Edm = 0.0222564 NCalls = 393 +VariableMetric: Iteration # 131 - FCN = -718707.5055954 Edm = 0.0360426 NCalls = 395 +VariableMetric: Iteration # 132 - FCN = -718707.5458646 Edm = 0.0632836 NCalls = 398 +VariableMetric: Iteration # 133 - FCN = -718707.6420625 Edm = 0.0660321 NCalls = 401 +VariableMetric: Iteration # 134 - FCN = -718707.8774372 Edm = 0.161092 NCalls = 404 +VariableMetric: Iteration # 135 - FCN = -718708.099078 Edm = 0.142299 NCalls = 406 +VariableMetric: Iteration # 136 - FCN = -718708.4873947 Edm = 0.425767 NCalls = 411 +VariableMetric: Iteration # 137 - FCN = -718709.8451209 Edm = 0.505232 NCalls = 415 +VariableMetric: Iteration # 138 - FCN = -718710.4580147 Edm = 0.269029 NCalls = 418 +VariableMetric: Iteration # 139 - FCN = -718710.6028779 Edm = 0.0127293 NCalls = 420 +VariableMetric: Iteration # 140 - FCN = -718710.6149192 Edm = 0.00356801 NCalls = 421 +VariableMetric: Iteration # 141 - FCN = -718710.6175257 Edm = 0.0013587 NCalls = 422 +VariableMetric: Iteration # 142 - FCN = -718710.6230761 Edm = 0.00374908 NCalls = 425 +VariableMetric: Iteration # 143 - FCN = -718710.6367109 Edm = 0.00339952 NCalls = 428 +VariableMetric: Iteration # 144 - FCN = -718710.6396664 Edm = 0.00195114 NCalls = 430 +VariableMetric: Iteration # 145 - FCN = -718710.6413751 Edm = 0.000126091 NCalls = 433 +VariableMetric: Iteration # 146 - FCN = -718710.6415083 Edm = 1.15727e-05 NCalls = 435 +VariableMetric: After Hessian - FCN = -718710.6415083 Edm = 177.829 NCalls = 808 +VariableMetric: Iteration # 147 - FCN = -718710.6415083 Edm = 177.829 NCalls = 808 +VariableMetric: Iteration # 148 - FCN = -718748.6231672 Edm = 926.113 NCalls = 811 +VariableMetric: Iteration # 149 - FCN = -718751.0656671 Edm = 10.4978 NCalls = 815 +VariableMetric: Iteration # 150 - FCN = -718752.1217848 Edm = 0.576096 NCalls = 817 +VariableMetric: Iteration # 151 - FCN = -718752.987778 Edm = 0.498429 NCalls = 820 +VariableMetric: Iteration # 152 - FCN = -718754.4288708 Edm = 0.3757 NCalls = 824 +VariableMetric: Iteration # 153 - FCN = -718755.1429038 Edm = 0.124744 NCalls = 826 +VariableMetric: Iteration # 154 - FCN = -718755.4127173 Edm = 0.116079 NCalls = 828 +VariableMetric: Iteration # 155 - FCN = -718755.6533064 Edm = 0.125153 NCalls = 831 +VariableMetric: Iteration # 156 - FCN = -718756.1449161 Edm = 0.46141 NCalls = 836 +VariableMetric: Iteration # 157 - FCN = -718756.1992909 Edm = 0.19224 NCalls = 838 +VariableMetric: Iteration # 158 - FCN = -718756.8412605 Edm = 1.75541 NCalls = 841 +VariableMetric: Iteration # 159 - FCN = -718757.5723842 Edm = 1.13819 NCalls = 845 +VariableMetric: Iteration # 160 - FCN = -718757.8763522 Edm = 1.01842 NCalls = 849 +VariableMetric: Iteration # 161 - FCN = -718758.7886391 Edm = 6.69342 NCalls = 854 +VariableMetric: Iteration # 162 - FCN = -718761.7480975 Edm = 5.78509 NCalls = 859 +VariableMetric: Iteration # 163 - FCN = -718761.8368466 Edm = 0.213844 NCalls = 861 +VariableMetric: Iteration # 164 - FCN = -718763.6205783 Edm = 2.40194 NCalls = 866 +VariableMetric: Iteration # 165 - FCN = -718764.242471 Edm = 0.624116 NCalls = 870 +VariableMetric: Iteration # 166 - FCN = -718765.3343865 Edm = 1.37742 NCalls = 875 +VariableMetric: Iteration # 167 - FCN = -718767.1012737 Edm = 1.12208 NCalls = 879 +VariableMetric: Iteration # 168 - FCN = -718768.2957764 Edm = 1.18288 NCalls = 880 +VariableMetric: Iteration # 169 - FCN = -718769.2187379 Edm = 0.632746 NCalls = 883 +VariableMetric: Iteration # 170 - FCN = -718770.1489796 Edm = 0.72745 NCalls = 885 +VariableMetric: Iteration # 171 - FCN = -718770.7092702 Edm = 0.329292 NCalls = 888 +VariableMetric: Iteration # 172 - FCN = -718771.2670732 Edm = 0.383759 NCalls = 891 +VariableMetric: Iteration # 173 - FCN = -718771.713316 Edm = 0.261973 NCalls = 894 +VariableMetric: Iteration # 174 - FCN = -718771.9714989 Edm = 0.0874484 NCalls = 896 +VariableMetric: Iteration # 175 - FCN = -718772.0577173 Edm = 0.0723903 NCalls = 898 +VariableMetric: Iteration # 176 - FCN = -718772.185333 Edm = 0.0562055 NCalls = 900 +VariableMetric: Iteration # 177 - FCN = -718772.4128164 Edm = 0.11399 NCalls = 903 +VariableMetric: Iteration # 178 - FCN = -718772.6350133 Edm = 0.0652127 NCalls = 905 +VariableMetric: Iteration # 179 - FCN = -718772.7215125 Edm = 0.0599291 NCalls = 907 +VariableMetric: Iteration # 180 - FCN = -718772.7680614 Edm = 0.0729858 NCalls = 910 +VariableMetric: Iteration # 181 - FCN = -718772.9068488 Edm = 0.045217 NCalls = 913 +VariableMetric: Iteration # 182 - FCN = -718773.0089318 Edm = 0.0579176 NCalls = 915 +VariableMetric: Iteration # 183 - FCN = -718773.0509041 Edm = 0.0259776 NCalls = 918 +VariableMetric: Iteration # 184 - FCN = -718773.0912104 Edm = 0.0112903 NCalls = 920 +VariableMetric: Iteration # 185 - FCN = -718773.1159544 Edm = 0.0215903 NCalls = 922 +VariableMetric: Iteration # 186 - FCN = -718773.1392737 Edm = 0.00728706 NCalls = 925 +VariableMetric: Iteration # 187 - FCN = -718773.1530535 Edm = 0.00968496 NCalls = 928 +VariableMetric: Iteration # 188 - FCN = -718773.1617701 Edm = 0.00358075 NCalls = 930 +VariableMetric: Iteration # 189 - FCN = -718773.1686059 Edm = 0.00206693 NCalls = 933 +VariableMetric: Iteration # 190 - FCN = -718773.1721101 Edm = 0.00104312 NCalls = 935 +VariableMetric: Iteration # 191 - FCN = -718773.1733676 Edm = 0.00035452 NCalls = 937 +VariableMetric: Iteration # 192 - FCN = -718773.1738323 Edm = 5.95528e-05 NCalls = 939 +VariableMetric: After Hessian - FCN = -718773.1738323 Edm = 0.00153983 NCalls = 1324 +VariableMetric: Iteration # 193 - FCN = -718773.1738323 Edm = 0.00153983 NCalls = 1324 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712708.7030196 Edm = 2.59698 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712708.7030196 Edm = 2.59698 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717001.8614311 Edm = 1.6132 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -717251.1807993 Edm = 24.7679 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -717258.9470315 Edm = 0.59196 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -717394.4180381 Edm = 27.7302 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -717422.7931845 Edm = 0.177567 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -717423.1489229 Edm = 0.156066 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -717439.0937626 Edm = 14.9055 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -717505.0284221 Edm = 0.109581 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -717505.4012666 Edm = 0.297965 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -717590.4647686 Edm = 46.0769 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -717740.3553499 Edm = 4.29985 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -717743.6371527 Edm = 0.574632 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -717744.23757 Edm = 0.0826674 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -717744.4558095 Edm = 0.0785554 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -717776.5419155 Edm = 19.5139 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -717903.367079 Edm = 7.03926 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -717914.7741995 Edm = 0.430746 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -717915.3523176 Edm = 0.0942063 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -717915.4107178 Edm = 0.0128767 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -717915.4422989 Edm = 0.00136178 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -717915.4498183 Edm = 0.00544773 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -717919.7646671 Edm = 4.09312 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -718010.0699238 Edm = 5.50365 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -718015.4762321 Edm = 0.600511 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -718017.0812541 Edm = 3.13099 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -718024.7081735 Edm = 12.0751 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -718024.9270181 Edm = 0.910799 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -718036.1109541 Edm = 13.9493 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -718095.3410238 Edm = 24.5245 NCalls = 113 +VariableMetric: Iteration # 30 - FCN = -718123.4209963 Edm = 61.557 NCalls = 116 +VariableMetric: Iteration # 31 - FCN = -718134.7922406 Edm = 8.03267 NCalls = 118 +VariableMetric: Iteration # 32 - FCN = -718142.7000206 Edm = 5.19369 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -718149.3167144 Edm = 0.492698 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -718150.1186352 Edm = 0.0748016 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -718150.235697 Edm = 0.0261949 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -718150.2930018 Edm = 0.00887924 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -718150.3164273 Edm = 0.00868319 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -718150.3922745 Edm = 0.0530695 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -718153.1438689 Edm = 3.5128 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -718201.1786007 Edm = 46.8892 NCalls = 150 +VariableMetric: Iteration # 41 - FCN = -718201.3655538 Edm = 0.293271 NCalls = 152 +VariableMetric: Iteration # 42 - FCN = -718202.6093354 Edm = 2.77577 NCalls = 156 +VariableMetric: Iteration # 43 - FCN = -718206.6533786 Edm = 5.54249 NCalls = 161 +VariableMetric: Iteration # 44 - FCN = -718210.1743736 Edm = 3.76647 NCalls = 166 +VariableMetric: Iteration # 45 - FCN = -718210.7554433 Edm = 0.540726 NCalls = 169 +VariableMetric: Iteration # 46 - FCN = -718218.9729103 Edm = 7.00553 NCalls = 175 +VariableMetric: Iteration # 47 - FCN = -718279.5260942 Edm = 16.571 NCalls = 180 +VariableMetric: Iteration # 48 - FCN = -718307.8375916 Edm = 9.0377 NCalls = 182 +VariableMetric: Iteration # 49 - FCN = -718319.6983675 Edm = 8.13706 NCalls = 185 +VariableMetric: Iteration # 50 - FCN = -718325.1593501 Edm = 0.673273 NCalls = 187 +VariableMetric: Iteration # 51 - FCN = -718325.7379103 Edm = 0.221905 NCalls = 189 +VariableMetric: Iteration # 52 - FCN = -718326.1096866 Edm = 0.0659163 NCalls = 192 +VariableMetric: Iteration # 53 - FCN = -718326.2321597 Edm = 0.0117868 NCalls = 194 +VariableMetric: Iteration # 54 - FCN = -718326.2633742 Edm = 0.00828577 NCalls = 196 +VariableMetric: Iteration # 55 - FCN = -718326.3111857 Edm = 0.0239011 NCalls = 198 +VariableMetric: Iteration # 56 - FCN = -718326.7088422 Edm = 0.299729 NCalls = 201 +VariableMetric: Iteration # 57 - FCN = -718327.502559 Edm = 1.3583 NCalls = 204 +VariableMetric: Iteration # 58 - FCN = -718345.2197247 Edm = 30.15 NCalls = 215 +VariableMetric: Iteration # 59 - FCN = -718345.4776722 Edm = 1.00109 NCalls = 217 +VariableMetric: Iteration # 60 - FCN = -718347.0975366 Edm = 2.22983 NCalls = 220 +VariableMetric: Iteration # 61 - FCN = -718350.170081 Edm = 5.90133 NCalls = 225 +VariableMetric: Iteration # 62 - FCN = -718351.1065365 Edm = 2.39356 NCalls = 228 +VariableMetric: Iteration # 63 - FCN = -718370.9524555 Edm = 23.331 NCalls = 233 +VariableMetric: Iteration # 64 - FCN = -718373.6340752 Edm = 2.61217 NCalls = 236 +VariableMetric: Iteration # 65 - FCN = -718376.934326 Edm = 5.83667 NCalls = 239 +VariableMetric: Iteration # 66 - FCN = -718394.8153541 Edm = 15.1066 NCalls = 246 +VariableMetric: Iteration # 67 - FCN = -718423.4681341 Edm = 19.9339 NCalls = 250 +VariableMetric: Iteration # 68 - FCN = -718439.5869889 Edm = 24.9815 NCalls = 254 +VariableMetric: Iteration # 69 - FCN = -718452.5914638 Edm = 8.34819 NCalls = 256 +VariableMetric: Iteration # 70 - FCN = -718461.0998048 Edm = 1.42442 NCalls = 259 +VariableMetric: Iteration # 71 - FCN = -718477.720424 Edm = 1.58306 NCalls = 266 +VariableMetric: Iteration # 72 - FCN = -718478.8231628 Edm = 3.97292 NCalls = 268 +VariableMetric: Iteration # 73 - FCN = -718479.7647668 Edm = 0.146028 NCalls = 270 +VariableMetric: Iteration # 74 - FCN = -718480.0842971 Edm = 0.164041 NCalls = 272 +VariableMetric: Iteration # 75 - FCN = -718481.1713698 Edm = 0.342737 NCalls = 276 +VariableMetric: Iteration # 76 - FCN = -718481.8593194 Edm = 0.298299 NCalls = 279 +VariableMetric: Iteration # 77 - FCN = -718482.0316672 Edm = 0.0349502 NCalls = 281 +VariableMetric: Iteration # 78 - FCN = -718482.1052674 Edm = 0.0414894 NCalls = 283 +VariableMetric: Iteration # 79 - FCN = -718482.7284744 Edm = 0.267238 NCalls = 286 +VariableMetric: Iteration # 80 - FCN = -718483.5717919 Edm = 0.549973 NCalls = 289 +VariableMetric: Iteration # 81 - FCN = -718486.095233 Edm = 2.47372 NCalls = 291 +VariableMetric: Iteration # 82 - FCN = -718492.697064 Edm = 0.715712 NCalls = 296 +VariableMetric: Iteration # 83 - FCN = -718493.2446891 Edm = 0.188856 NCalls = 298 +VariableMetric: Iteration # 84 - FCN = -718493.4607746 Edm = 0.214823 NCalls = 300 +VariableMetric: Iteration # 85 - FCN = -718493.8835787 Edm = 0.489348 NCalls = 302 +VariableMetric: Iteration # 86 - FCN = -718494.6763604 Edm = 1.18926 NCalls = 306 +VariableMetric: Iteration # 87 - FCN = -718501.2429494 Edm = 5.60762 NCalls = 313 +VariableMetric: Iteration # 88 - FCN = -718575.5165771 Edm = 32.2462 NCalls = 317 +VariableMetric: Iteration # 89 - FCN = -718618.9510074 Edm = 8.84107 NCalls = 320 +VariableMetric: Iteration # 90 - FCN = -718629.2320754 Edm = 1.19225 NCalls = 322 +VariableMetric: Iteration # 91 - FCN = -718630.9328889 Edm = 0.0972192 NCalls = 324 +VariableMetric: Iteration # 92 - FCN = -718631.1345001 Edm = 0.0232732 NCalls = 326 +VariableMetric: Iteration # 93 - FCN = -718631.1674933 Edm = 0.00405515 NCalls = 328 +VariableMetric: Iteration # 94 - FCN = -718631.180435 Edm = 0.00377949 NCalls = 330 +VariableMetric: Iteration # 95 - FCN = -718631.1931623 Edm = 0.00713388 NCalls = 332 +VariableMetric: Iteration # 96 - FCN = -718631.3046276 Edm = 0.108033 NCalls = 335 +VariableMetric: Iteration # 97 - FCN = -718631.9180034 Edm = 0.605806 NCalls = 340 +VariableMetric: Iteration # 98 - FCN = -718653.7873457 Edm = 3.5136 NCalls = 344 +VariableMetric: Iteration # 99 - FCN = -718658.603935 Edm = 2.49008 NCalls = 346 +VariableMetric: Iteration # 100 - FCN = -718660.8793229 Edm = 1.44672 NCalls = 348 +VariableMetric: Iteration # 101 - FCN = -718662.3869915 Edm = 0.844855 NCalls = 351 +VariableMetric: Iteration # 102 - FCN = -718664.0524971 Edm = 0.86022 NCalls = 353 +VariableMetric: Iteration # 103 - FCN = -718665.0544311 Edm = 0.115227 NCalls = 355 +VariableMetric: Iteration # 104 - FCN = -718665.1540477 Edm = 0.0438089 NCalls = 356 +VariableMetric: Iteration # 105 - FCN = -718665.1986277 Edm = 0.0159428 NCalls = 358 +VariableMetric: Iteration # 106 - FCN = -718665.2438465 Edm = 0.0141479 NCalls = 361 +VariableMetric: Iteration # 107 - FCN = -718665.2594358 Edm = 0.0070264 NCalls = 362 +VariableMetric: Iteration # 108 - FCN = -718665.269271 Edm = 0.00488219 NCalls = 364 +VariableMetric: Iteration # 109 - FCN = -718665.2775856 Edm = 0.00260954 NCalls = 366 +VariableMetric: Iteration # 110 - FCN = -718665.2817363 Edm = 0.00123016 NCalls = 368 +VariableMetric: Iteration # 111 - FCN = -718665.3083298 Edm = 0.0239603 NCalls = 372 +VariableMetric: Iteration # 112 - FCN = -718666.6913096 Edm = 1.50501 NCalls = 378 +VariableMetric: Iteration # 113 - FCN = -718672.7203399 Edm = 3.56815 NCalls = 385 +VariableMetric: Iteration # 114 - FCN = -718683.3087099 Edm = 11.9906 NCalls = 388 +VariableMetric: Iteration # 115 - FCN = -718688.0887722 Edm = 9.73298 NCalls = 391 +VariableMetric: Iteration # 116 - FCN = -718691.0899451 Edm = 0.937682 NCalls = 393 +VariableMetric: Iteration # 117 - FCN = -718692.2515493 Edm = 0.179851 NCalls = 395 +VariableMetric: Iteration # 118 - FCN = -718692.3708784 Edm = 0.0285327 NCalls = 397 +VariableMetric: Iteration # 119 - FCN = -718692.4088427 Edm = 0.0105764 NCalls = 399 +VariableMetric: Iteration # 120 - FCN = -718692.4307931 Edm = 0.00814123 NCalls = 401 +VariableMetric: Iteration # 121 - FCN = -718692.4372816 Edm = 0.00072016 NCalls = 403 +VariableMetric: Iteration # 122 - FCN = -718692.4399944 Edm = 0.00203896 NCalls = 405 +VariableMetric: Iteration # 123 - FCN = -718692.5561896 Edm = 0.0843078 NCalls = 410 +VariableMetric: Iteration # 124 - FCN = -718694.7017249 Edm = 3.06839 NCalls = 415 +VariableMetric: Iteration # 125 - FCN = -718696.3516862 Edm = 9.69446 NCalls = 417 +VariableMetric: Iteration # 126 - FCN = -718702.1150115 Edm = 9.38876 NCalls = 420 +VariableMetric: Iteration # 127 - FCN = -718709.510715 Edm = 3.29276 NCalls = 423 +VariableMetric: Iteration # 128 - FCN = -718715.1680713 Edm = 1.99197 NCalls = 425 +VariableMetric: Iteration # 129 - FCN = -718723.6891329 Edm = 8.94737 NCalls = 431 +VariableMetric: Iteration # 130 - FCN = -718724.8400563 Edm = 2.32187 NCalls = 433 +VariableMetric: Iteration # 131 - FCN = -718732.4056276 Edm = 3.28715 NCalls = 436 +VariableMetric: Iteration # 132 - FCN = -718735.7278095 Edm = 0.832854 NCalls = 438 +VariableMetric: Iteration # 133 - FCN = -718738.2311226 Edm = 1.62878 NCalls = 440 +VariableMetric: Iteration # 134 - FCN = -718743.630173 Edm = 1.30012 NCalls = 442 +VariableMetric: Iteration # 135 - FCN = -718745.2974261 Edm = 0.0821302 NCalls = 444 +VariableMetric: Iteration # 136 - FCN = -718745.4163837 Edm = 0.0146697 NCalls = 446 +VariableMetric: Iteration # 137 - FCN = -718745.4443243 Edm = 0.00690618 NCalls = 448 +VariableMetric: Iteration # 138 - FCN = -718745.4591104 Edm = 0.00894638 NCalls = 450 +VariableMetric: Iteration # 139 - FCN = -718745.4690212 Edm = 0.00140232 NCalls = 452 +VariableMetric: Iteration # 140 - FCN = -718745.4715976 Edm = 0.000330804 NCalls = 454 +VariableMetric: Iteration # 141 - FCN = -718745.4729726 Edm = 0.000713673 NCalls = 456 +VariableMetric: Iteration # 142 - FCN = -718745.4970664 Edm = 0.0218919 NCalls = 460 +VariableMetric: Iteration # 143 - FCN = -718745.8569896 Edm = 0.315365 NCalls = 464 +VariableMetric: Iteration # 144 - FCN = -718745.8791056 Edm = 0.03152 NCalls = 466 +VariableMetric: Iteration # 145 - FCN = -718745.9776121 Edm = 0.0862031 NCalls = 468 +VariableMetric: Iteration # 146 - FCN = -718748.3047369 Edm = 1.48951 NCalls = 473 +VariableMetric: Iteration # 147 - FCN = -718754.216354 Edm = 0.690341 NCalls = 476 +VariableMetric: Iteration # 148 - FCN = -718754.8480364 Edm = 0.545646 NCalls = 478 +VariableMetric: Iteration # 149 - FCN = -718755.086986 Edm = 0.036304 NCalls = 480 +VariableMetric: Iteration # 150 - FCN = -718755.124674 Edm = 0.00668602 NCalls = 482 +VariableMetric: Iteration # 151 - FCN = -718755.1375847 Edm = 0.00697321 NCalls = 484 +VariableMetric: Iteration # 152 - FCN = -718755.1595623 Edm = 0.012506 NCalls = 486 +VariableMetric: Iteration # 153 - FCN = -718755.1870486 Edm = 0.0115501 NCalls = 488 +VariableMetric: Iteration # 154 - FCN = -718755.2055119 Edm = 0.00107989 NCalls = 490 +VariableMetric: Iteration # 155 - FCN = -718755.2066227 Edm = 5.06504e-05 NCalls = 491 +VariableMetric: After Hessian - FCN = -718755.2066227 Edm = 1829.91 NCalls = 854 +VariableMetric: Iteration # 156 - FCN = -718755.2066227 Edm = 1829.91 NCalls = 854 +VariableMetric: Iteration # 157 - FCN = -718758.863554 Edm = 9762.82 NCalls = 859 +VariableMetric: Iteration # 158 - FCN = -718762.8806205 Edm = 2.03004 NCalls = 870 +VariableMetric: Iteration # 159 - FCN = -718763.06065 Edm = 0.779139 NCalls = 874 +VariableMetric: Iteration # 160 - FCN = -718764.7950122 Edm = 0.137531 NCalls = 876 +VariableMetric: Iteration # 161 - FCN = -718765.4914157 Edm = 0.0676308 NCalls = 878 +VariableMetric: Iteration # 162 - FCN = -718765.639275 Edm = 0.0442882 NCalls = 880 +VariableMetric: Iteration # 163 - FCN = -718765.7953304 Edm = 0.0386645 NCalls = 882 +VariableMetric: Iteration # 164 - FCN = -718765.9353939 Edm = 0.0187643 NCalls = 884 +VariableMetric: Iteration # 165 - FCN = -718766.0512441 Edm = 0.136978 NCalls = 887 +VariableMetric: Iteration # 166 - FCN = -718768.3012481 Edm = 3.55762 NCalls = 895 +VariableMetric: Iteration # 167 - FCN = -718768.3144298 Edm = 0.0568865 NCalls = 897 +VariableMetric: Iteration # 168 - FCN = -718769.0665672 Edm = 0.985367 NCalls = 902 +VariableMetric: Iteration # 169 - FCN = -718769.6458927 Edm = 0.560591 NCalls = 906 +VariableMetric: Iteration # 170 - FCN = -718769.9943623 Edm = 0.278616 NCalls = 910 +VariableMetric: Iteration # 171 - FCN = -718772.8611718 Edm = 0.140063 NCalls = 914 +VariableMetric: Iteration # 172 - FCN = -718773.0933485 Edm = 0.0682315 NCalls = 916 +VariableMetric: Iteration # 173 - FCN = -718773.2155106 Edm = 0.0802775 NCalls = 918 +VariableMetric: Iteration # 174 - FCN = -718773.3413738 Edm = 0.0353789 NCalls = 920 +VariableMetric: Iteration # 175 - FCN = -718773.4152142 Edm = 0.0187201 NCalls = 922 +VariableMetric: Iteration # 176 - FCN = -718773.4444255 Edm = 0.0155962 NCalls = 924 +VariableMetric: Iteration # 177 - FCN = -718773.4696654 Edm = 0.00632486 NCalls = 926 +VariableMetric: Iteration # 178 - FCN = -718773.4811773 Edm = 0.00482274 NCalls = 928 +VariableMetric: Iteration # 179 - FCN = -718773.4947329 Edm = 0.00257642 NCalls = 930 +VariableMetric: Iteration # 180 - FCN = -718773.4981209 Edm = 0.000594026 NCalls = 932 +VariableMetric: Iteration # 181 - FCN = -718773.5013731 Edm = 0.00137706 NCalls = 935 +VariableMetric: Iteration # 182 - FCN = -718773.5101781 Edm = 0.00507902 NCalls = 938 +VariableMetric: Iteration # 183 - FCN = -718773.5411342 Edm = 0.00871266 NCalls = 942 +VariableMetric: Iteration # 184 - FCN = -718773.5570637 Edm = 0.00497411 NCalls = 944 +VariableMetric: Iteration # 185 - FCN = -718773.5722819 Edm = 0.0145603 NCalls = 947 +VariableMetric: Iteration # 186 - FCN = -718773.576554 Edm = 0.00226292 NCalls = 949 +VariableMetric: Iteration # 187 - FCN = -718773.5827671 Edm = 0.00170141 NCalls = 953 +VariableMetric: Iteration # 188 - FCN = -718773.5865675 Edm = 0.000540083 NCalls = 956 +VariableMetric: Iteration # 189 - FCN = -718773.587097 Edm = 0.000466177 NCalls = 959 +VariableMetric: Iteration # 190 - FCN = -718773.5878538 Edm = 0.000174497 NCalls = 961 +VariableMetric: Iteration # 191 - FCN = -718773.5882031 Edm = 7.02231e-05 NCalls = 963 +VariableMetric: Iteration # 192 - FCN = -718773.5883521 Edm = 6.49376e-05 NCalls = 965 +VariableMetric: After Hessian - FCN = -718773.5883521 Edm = 0.000329492 NCalls = 1340 +VariableMetric: Iteration # 193 - FCN = -718773.5883521 Edm = 0.000329492 NCalls = 1340 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713858.9184261 Edm = 2.77793 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713858.9184261 Edm = 2.77793 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716560.8498498 Edm = 1.85965 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716567.1153564 Edm = 3.47376 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -716895.6068764 Edm = 133.993 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -717072.2047482 Edm = 23.7005 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -717084.7606388 Edm = 0.418429 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -717086.7264785 Edm = 1.98851 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -717189.1636436 Edm = 35.6344 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -717257.3184048 Edm = 1.06478 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -717258.8790436 Edm = 0.422465 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -717264.2375287 Edm = 4.30742 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -717386.7182045 Edm = 83.0557 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -717682.7370117 Edm = 25.436 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -717705.2715986 Edm = 1.33602 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -717707.6385637 Edm = 0.113186 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -717707.7992258 Edm = 0.0145452 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -717707.9616049 Edm = 0.138086 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -717760.485222 Edm = 22.0141 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -717828.6992919 Edm = 19.1384 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -717856.8503479 Edm = 5.25122 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -717860.8350374 Edm = 0.300764 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -717861.0116488 Edm = 0.0101839 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -717861.0746002 Edm = 0.0490474 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -717862.932215 Edm = 1.71042 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -717893.3923847 Edm = 17.0068 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -717924.0067344 Edm = 9.59501 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -717931.6010973 Edm = 0.214811 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -717931.7774035 Edm = 0.00926374 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -717931.7932777 Edm = 0.00806576 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -717931.8933381 Edm = 0.0710806 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -717935.169474 Edm = 3.12449 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -717945.249682 Edm = 8.83088 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -718012.0489918 Edm = 6.81964 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -718016.5524284 Edm = 0.159139 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -718016.7268994 Edm = 0.00739657 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -718016.7380995 Edm = 0.00250068 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -718016.7689445 Edm = 0.0262968 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -718017.1943888 Edm = 0.329632 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -718030.9506135 Edm = 9.79414 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -718067.1373154 Edm = 3.25676 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -718072.0769338 Edm = 2.11766 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -718074.659736 Edm = 2.58003 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -718076.7723658 Edm = 0.0829009 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -718076.8663008 Edm = 0.00635297 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -718076.8784084 Edm = 0.00680947 NCalls = 141 +VariableMetric: Iteration # 45 - FCN = -718077.2474051 Edm = 0.3822 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -718077.3423915 Edm = 0.0919488 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -718079.2758678 Edm = 1.72458 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -718153.8491111 Edm = 19.0509 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -718175.8298246 Edm = 4.37973 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -718178.43266 Edm = 2.65473 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -718180.1916362 Edm = 0.390027 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -718180.8201801 Edm = 0.223248 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -718181.1317131 Edm = 0.0196839 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -718181.1604173 Edm = 0.0064901 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -718181.1850378 Edm = 0.0307912 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -718181.4453029 Edm = 0.234821 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -718189.6271041 Edm = 6.07459 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -718237.6184094 Edm = 24.1991 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -718313.4446533 Edm = 23.9505 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -718336.2340168 Edm = 14.6411 NCalls = 194 +VariableMetric: Iteration # 61 - FCN = -718352.0192418 Edm = 10.235 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -718363.8879804 Edm = 4.60765 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -718371.3883586 Edm = 2.99516 NCalls = 201 +VariableMetric: Iteration # 64 - FCN = -718376.4520517 Edm = 1.03966 NCalls = 204 +VariableMetric: Iteration # 65 - FCN = -718377.2544294 Edm = 0.0903781 NCalls = 206 +VariableMetric: Iteration # 66 - FCN = -718377.3538486 Edm = 0.0210654 NCalls = 208 +VariableMetric: Iteration # 67 - FCN = -718377.3930047 Edm = 0.0228537 NCalls = 211 +VariableMetric: Iteration # 68 - FCN = -718377.4244593 Edm = 0.0138424 NCalls = 213 +VariableMetric: Iteration # 69 - FCN = -718377.4593381 Edm = 0.0220789 NCalls = 215 +VariableMetric: Iteration # 70 - FCN = -718377.5308573 Edm = 0.0300249 NCalls = 218 +VariableMetric: Iteration # 71 - FCN = -718377.6990995 Edm = 0.14336 NCalls = 221 +VariableMetric: Iteration # 72 - FCN = -718382.8725792 Edm = 6.90556 NCalls = 227 +VariableMetric: Iteration # 73 - FCN = -718382.9557717 Edm = 0.0516595 NCalls = 229 +VariableMetric: Iteration # 74 - FCN = -718383.5960402 Edm = 0.769722 NCalls = 234 +VariableMetric: Iteration # 75 - FCN = -718388.4746101 Edm = 4.35411 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -718466.9569911 Edm = 165.242 NCalls = 244 +VariableMetric: Iteration # 77 - FCN = -718538.8951089 Edm = 61.9942 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -718600.3137494 Edm = 17.0952 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -718630.5281797 Edm = 14.8065 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -718636.3717691 Edm = 10.8898 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -718654.3335482 Edm = 11.2863 NCalls = 264 +VariableMetric: Iteration # 82 - FCN = -718666.8353873 Edm = 7.50792 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -718674.0100827 Edm = 1.20399 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -718675.1638187 Edm = 0.227429 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -718675.3596423 Edm = 0.0515331 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -718675.4256109 Edm = 0.00484287 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -718675.4355121 Edm = 0.00597984 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -718675.4794837 Edm = 0.0450818 NCalls = 278 +VariableMetric: Iteration # 89 - FCN = -718675.9834583 Edm = 0.57684 NCalls = 284 +VariableMetric: Iteration # 90 - FCN = -718675.9927881 Edm = 0.00615178 NCalls = 286 +VariableMetric: Iteration # 91 - FCN = -718676.4999926 Edm = 0.571107 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -718676.9306832 Edm = 0.42376 NCalls = 298 +VariableMetric: Iteration # 93 - FCN = -718720.8765412 Edm = 7.43206 NCalls = 305 +VariableMetric: Iteration # 94 - FCN = -718725.160634 Edm = 2.1383 NCalls = 307 +VariableMetric: Iteration # 95 - FCN = -718727.505118 Edm = 0.180589 NCalls = 309 +VariableMetric: Iteration # 96 - FCN = -718727.7226815 Edm = 0.038099 NCalls = 311 +VariableMetric: Iteration # 97 - FCN = -718727.8189692 Edm = 0.0542268 NCalls = 314 +VariableMetric: Iteration # 98 - FCN = -718727.9209364 Edm = 0.0311566 NCalls = 316 +VariableMetric: Iteration # 99 - FCN = -718727.9612593 Edm = 0.00344157 NCalls = 318 +VariableMetric: Iteration # 100 - FCN = -718727.9661974 Edm = 0.000971923 NCalls = 320 +VariableMetric: Iteration # 101 - FCN = -718727.968506 Edm = 0.000745013 NCalls = 322 +VariableMetric: Iteration # 102 - FCN = -718727.9710348 Edm = 0.00128482 NCalls = 324 +VariableMetric: Iteration # 103 - FCN = -718727.9891448 Edm = 0.0157416 NCalls = 327 +VariableMetric: Iteration # 104 - FCN = -718728.514828 Edm = 0.352954 NCalls = 331 +VariableMetric: Iteration # 105 - FCN = -718735.2958288 Edm = 2.80572 NCalls = 335 +VariableMetric: Iteration # 106 - FCN = -718739.1284728 Edm = 0.14923 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -718739.2954703 Edm = 0.0126973 NCalls = 340 +VariableMetric: Iteration # 108 - FCN = -718739.3229666 Edm = 0.00355862 NCalls = 342 +VariableMetric: Iteration # 109 - FCN = -718739.3282699 Edm = 0.000429753 NCalls = 344 +VariableMetric: Iteration # 110 - FCN = -718739.3287657 Edm = 0.000101339 NCalls = 346 +VariableMetric: Iteration # 111 - FCN = -718739.3292749 Edm = 0.000569082 NCalls = 349 +VariableMetric: Iteration # 112 - FCN = -718739.3382348 Edm = 0.00925112 NCalls = 354 +VariableMetric: Iteration # 113 - FCN = -718739.3405926 Edm = 0.00219317 NCalls = 358 +VariableMetric: Iteration # 114 - FCN = -718739.5312475 Edm = 0.209855 NCalls = 366 +VariableMetric: Iteration # 115 - FCN = -718739.5760633 Edm = 0.112862 NCalls = 371 +VariableMetric: Iteration # 116 - FCN = -718742.0907953 Edm = 0.757329 NCalls = 378 +VariableMetric: Iteration # 117 - FCN = -718744.8790272 Edm = 2.4996 NCalls = 383 +VariableMetric: Iteration # 118 - FCN = -718746.9218803 Edm = 0.341092 NCalls = 385 +VariableMetric: Iteration # 119 - FCN = -718747.4436058 Edm = 0.290013 NCalls = 387 +VariableMetric: Iteration # 120 - FCN = -718748.1505839 Edm = 0.224622 NCalls = 389 +VariableMetric: Iteration # 121 - FCN = -718748.3999715 Edm = 0.0377005 NCalls = 391 +VariableMetric: Iteration # 122 - FCN = -718748.4277592 Edm = 0.0108659 NCalls = 393 +VariableMetric: Iteration # 123 - FCN = -718748.4405714 Edm = 0.00329506 NCalls = 395 +VariableMetric: Iteration # 124 - FCN = -718748.446287 Edm = 0.00117271 NCalls = 397 +VariableMetric: Iteration # 125 - FCN = -718748.4477149 Edm = 0.00024166 NCalls = 399 +VariableMetric: Iteration # 126 - FCN = -718748.4480503 Edm = 9.82502e-05 NCalls = 401 +VariableMetric: Iteration # 127 - FCN = -718748.4492214 Edm = 0.00109181 NCalls = 404 +VariableMetric: Iteration # 128 - FCN = -718748.5235603 Edm = 0.0663906 NCalls = 411 +VariableMetric: Iteration # 129 - FCN = -718750.8870305 Edm = 1.443 NCalls = 415 +VariableMetric: Iteration # 130 - FCN = -718755.7765469 Edm = 0.7039 NCalls = 418 +VariableMetric: Iteration # 131 - FCN = -718756.389788 Edm = 0.210337 NCalls = 420 +VariableMetric: Iteration # 132 - FCN = -718756.5517017 Edm = 0.0197203 NCalls = 421 +VariableMetric: Iteration # 133 - FCN = -718756.5877083 Edm = 0.00297211 NCalls = 424 +VariableMetric: Iteration # 134 - FCN = -718756.5924669 Edm = 0.000418049 NCalls = 426 +VariableMetric: Iteration # 135 - FCN = -718756.5930641 Edm = 2.40236e-05 NCalls = 428 +VariableMetric: After Hessian - FCN = -718756.5930641 Edm = 1.11898 NCalls = 791 +VariableMetric: Iteration # 136 - FCN = -718756.5930641 Edm = 1.11898 NCalls = 791 +VariableMetric: Iteration # 137 - FCN = -718756.9475607 Edm = 0.302492 NCalls = 794 +VariableMetric: Iteration # 138 - FCN = -718757.110232 Edm = 0.481193 NCalls = 796 +VariableMetric: Iteration # 139 - FCN = -718757.3288037 Edm = 0.426957 NCalls = 799 +VariableMetric: Iteration # 140 - FCN = -718758.4453518 Edm = 4.57999 NCalls = 804 +VariableMetric: Iteration # 141 - FCN = -718758.7813376 Edm = 2.06298 NCalls = 807 +VariableMetric: Iteration # 142 - FCN = -718759.0697765 Edm = 3.04224 NCalls = 810 +VariableMetric: Iteration # 143 - FCN = -718759.5971381 Edm = 1.67344 NCalls = 813 +VariableMetric: Iteration # 144 - FCN = -718763.1486923 Edm = 9.49266 NCalls = 818 +VariableMetric: Iteration # 145 - FCN = -718765.3786191 Edm = 3.86468 NCalls = 822 +VariableMetric: Iteration # 146 - FCN = -718768.762753 Edm = 2.39976 NCalls = 826 +VariableMetric: Iteration # 147 - FCN = -718770.5023606 Edm = 2.16962 NCalls = 828 +VariableMetric: Iteration # 148 - FCN = -718770.9812397 Edm = 0.857946 NCalls = 830 +VariableMetric: Iteration # 149 - FCN = -718771.6732221 Edm = 0.626409 NCalls = 832 +VariableMetric: Iteration # 150 - FCN = -718772.0026439 Edm = 0.250009 NCalls = 834 +VariableMetric: Iteration # 151 - FCN = -718772.3081761 Edm = 0.144504 NCalls = 836 +VariableMetric: Iteration # 152 - FCN = -718772.4967518 Edm = 0.0656124 NCalls = 838 +VariableMetric: Iteration # 153 - FCN = -718772.5188731 Edm = 0.0210869 NCalls = 840 +VariableMetric: Iteration # 154 - FCN = -718772.5381274 Edm = 0.00304065 NCalls = 842 +VariableMetric: Iteration # 155 - FCN = -718772.5415775 Edm = 0.00316995 NCalls = 844 +VariableMetric: Iteration # 156 - FCN = -718772.5506094 Edm = 0.00713041 NCalls = 847 +VariableMetric: Iteration # 157 - FCN = -718772.5792368 Edm = 0.0117383 NCalls = 850 +VariableMetric: Iteration # 158 - FCN = -718772.6060446 Edm = 0.00977609 NCalls = 852 +VariableMetric: Iteration # 159 - FCN = -718772.6221043 Edm = 0.0184198 NCalls = 854 +VariableMetric: Iteration # 160 - FCN = -718772.6400901 Edm = 0.00262637 NCalls = 857 +VariableMetric: Iteration # 161 - FCN = -718772.6437784 Edm = 0.00171368 NCalls = 859 +VariableMetric: Iteration # 162 - FCN = -718772.645071 Edm = 0.00033497 NCalls = 861 +VariableMetric: Iteration # 163 - FCN = -718772.6456625 Edm = 0.000229611 NCalls = 863 +VariableMetric: Iteration # 164 - FCN = -718772.6460079 Edm = 0.000155631 NCalls = 865 +VariableMetric: Iteration # 165 - FCN = -718772.6462221 Edm = 9.13681e-05 NCalls = 867 +VariableMetric: Iteration # 166 - FCN = -718772.6465488 Edm = 0.000240228 NCalls = 869 +VariableMetric: Iteration # 167 - FCN = -718772.6482081 Edm = 0.000462617 NCalls = 874 +VariableMetric: Iteration # 168 - FCN = -718772.64857 Edm = 4.22741e-05 NCalls = 876 +VariableMetric: After Hessian - FCN = -718772.64857 Edm = 0.000153065 NCalls = 1255 +VariableMetric: Iteration # 169 - FCN = -718772.64857 Edm = 0.000153065 NCalls = 1255 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711738.9304251 Edm = 9.9848 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711738.9304251 Edm = 9.9848 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714875.0281047 Edm = 1.3441 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714905.9920606 Edm = 28.8822 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -715503.4141191 Edm = 1.61282 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -715505.6649405 Edm = 0.272995 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -715507.4515113 Edm = 0.84656 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -715534.4368921 Edm = 25.8181 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -715792.9937566 Edm = 10.6598 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -715799.8014979 Edm = 0.443454 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -715800.283937 Edm = 0.178851 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -715804.5341008 Edm = 5.80262 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -715819.7780173 Edm = 12.2965 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -715981.8063969 Edm = 5.65215 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -715991.6327494 Edm = 0.699291 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -715992.6019144 Edm = 0.0211519 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -715992.7908976 Edm = 0.0975859 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -716001.0691605 Edm = 7.83666 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -716091.6639679 Edm = 49.2594 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -716153.3661075 Edm = 1.72746 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -716154.9878409 Edm = 0.277912 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -716155.3685025 Edm = 0.0219799 NCalls = 65 +VariableMetric: Iteration # 21 - FCN = -716155.406383 Edm = 0.021855 NCalls = 67 +VariableMetric: Iteration # 22 - FCN = -716155.7523833 Edm = 0.378702 NCalls = 71 +VariableMetric: Iteration # 23 - FCN = -716160.2560819 Edm = 3.73825 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -716288.8894985 Edm = 27.1659 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -716344.6962074 Edm = 9.96801 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -716359.8525477 Edm = 2.91085 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -716363.0498418 Edm = 0.431595 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -716363.6872324 Edm = 0.0294223 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -716363.7368686 Edm = 0.0131642 NCalls = 93 +VariableMetric: Iteration # 30 - FCN = -716363.9362967 Edm = 0.175051 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -716374.7319723 Edm = 9.98025 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -716408.2878286 Edm = 36.2948 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -716797.4756465 Edm = 409.124 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -716798.1785821 Edm = 2.02943 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -717215.6045114 Edm = 121.984 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -717486.3834965 Edm = 1.28596e+07 NCalls = 136 +VariableMetric: Iteration # 37 - FCN = -717486.3834965 Edm = 1.28596e+07 NCalls = 147 +VariableMetric: After Hessian - FCN = -717486.3834965 Edm = 6.5412e+06 NCalls = 506 +VariableMetric: Iteration # 38 - FCN = -717486.3834965 Edm = 6.5412e+06 NCalls = 506 +VariableMetric: Iteration # 39 - FCN = -717486.3834965 Edm = 6.5412e+06 NCalls = 517 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709205.6712675 Edm = 16.8087 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709205.6712675 Edm = 16.8087 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714252.6550293 Edm = 1.94492 NCalls = 11 +VariableMetric: Iteration # 2 - FCN = -714262.1416984 Edm = 2.15498 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -714781.5432536 Edm = 160.366 NCalls = 20 +VariableMetric: Iteration # 4 - FCN = -714995.7093684 Edm = 2.40442 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -714998.0440672 Edm = 0.0460784 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -714998.6324081 Edm = 0.588569 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -715038.3109596 Edm = 26.6067 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -715110.1156717 Edm = 3.17054 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -715112.8778571 Edm = 0.137635 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -715113.9645098 Edm = 1.01377 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -715277.1106673 Edm = 3.41907 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -715309.087626 Edm = 1.34163 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -715310.4256942 Edm = 0.0781755 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -715310.5509594 Edm = 0.0251608 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -715315.4873511 Edm = 4.63199 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -715494.0583961 Edm = 27.9366 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -715548.1133854 Edm = 1.07913 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -715549.197994 Edm = 0.0564353 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -715549.2662034 Edm = 0.0155994 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -715549.320985 Edm = 0.0251113 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -715550.0817572 Edm = 0.759084 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -715588.133756 Edm = 10.104 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -715611.9458883 Edm = 1.79495 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -715842.836548 Edm = 435.028 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -716938.4867596 Edm = 1.32582e+07 NCalls = 100 +VariableMetric: Iteration # 26 - FCN = -716938.4867596 Edm = 1.32582e+07 NCalls = 111 +VariableMetric: After Hessian - FCN = -716938.4867596 Edm = 3.07287e+07 NCalls = 480 +VariableMetric: Iteration # 27 - FCN = -716938.4867596 Edm = 3.07287e+07 NCalls = 480 +VariableMetric: Iteration # 28 - FCN = -717336.2634639 Edm = 4.0696e+07 NCalls = 491 +VariableMetric: Iteration # 29 - FCN = -717336.2634639 Edm = 4.0696e+07 NCalls = 502 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710674.9008796 Edm = 12.3805 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710674.9008796 Edm = 12.3805 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716082.5264415 Edm = 0.305916 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -716085.09838 Edm = 0.381489 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -716176.0575203 Edm = 24.7312 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -716212.2376992 Edm = 0.14 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -716212.479918 Edm = 0.0980279 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -716242.1811448 Edm = 17.5678 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -716270.224128 Edm = 0.113239 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -716270.4696743 Edm = 0.144208 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -716296.6315377 Edm = 21.9535 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -716575.7110037 Edm = 43.7494 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -716620.9707572 Edm = 1.46167 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -716622.5526867 Edm = 0.258463 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -716622.845 Edm = 0.00670151 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -716622.8632229 Edm = 0.0101824 NCalls = 47 +VariableMetric: Iteration # 15 - FCN = -716623.6360704 Edm = 0.75589 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -716760.9460553 Edm = 48.3666 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -716898.2244163 Edm = 10.8344 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -716916.6265021 Edm = 3.27509 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -716919.6452769 Edm = 3.32729 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -716921.1642797 Edm = 0.0181015 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -716921.2270125 Edm = 0.043424 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -716927.2327274 Edm = 5.73813 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -716928.3159911 Edm = 1.09795 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -716967.9058087 Edm = 30.5504 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -717084.3542976 Edm = 37.4643 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -717106.1886797 Edm = 5.44592 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -717109.9893423 Edm = 0.243836 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -717110.208325 Edm = 0.0306635 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -717110.2556446 Edm = 0.0206084 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -717110.9738512 Edm = 0.415436 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -717118.8317717 Edm = 7.01296 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -717169.9520994 Edm = 65.9868 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -717189.737747 Edm = 26.3573 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -717236.3927927 Edm = 4.8924 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -717250.9403227 Edm = 4.45665 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -717256.7460358 Edm = 4.15942 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -717262.7527187 Edm = 2.10066 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -717270.3544284 Edm = 0.447316 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -717271.1363017 Edm = 0.0451332 NCalls = 125 +VariableMetric: Iteration # 40 - FCN = -717271.213431 Edm = 0.0212662 NCalls = 127 +VariableMetric: Iteration # 41 - FCN = -717271.4817173 Edm = 0.283821 NCalls = 130 +VariableMetric: Iteration # 42 - FCN = -717274.3740575 Edm = 3.19511 NCalls = 136 +VariableMetric: Iteration # 43 - FCN = -717309.1015104 Edm = 4.37872 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -717566.9858034 Edm = 141.888 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -717964.9469703 Edm = 247.758 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -718178.6280824 Edm = 821.55 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -718333.1578826 Edm = 33.3781 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -718410.5210335 Edm = 59.9484 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -718446.9583757 Edm = 46.6128 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -718481.068649 Edm = 17.2132 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -718505.2438631 Edm = 4.43042 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -718510.8988635 Edm = 2.88047 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -718512.702392 Edm = 0.737884 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -718513.8219706 Edm = 0.530572 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -718515.7931392 Edm = 0.149011 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -718515.97128 Edm = 0.0101809 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -718516.0020464 Edm = 0.0123957 NCalls = 184 +VariableMetric: Iteration # 58 - FCN = -718516.061277 Edm = 0.0303702 NCalls = 186 +VariableMetric: Iteration # 59 - FCN = -718517.4678469 Edm = 1.29469 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -718578.3576217 Edm = 20.7488 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -718597.634809 Edm = 5.02174 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -718602.3123482 Edm = 0.463194 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -718602.9977449 Edm = 0.40562 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -718603.8623772 Edm = 0.121847 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -718604.0278057 Edm = 0.0117545 NCalls = 207 +VariableMetric: Iteration # 66 - FCN = -718604.0421702 Edm = 0.00281142 NCalls = 209 +VariableMetric: Iteration # 67 - FCN = -718604.0677892 Edm = 0.024514 NCalls = 212 +VariableMetric: Iteration # 68 - FCN = -718606.8165831 Edm = 2.06242 NCalls = 219 +VariableMetric: Iteration # 69 - FCN = -718650.0436435 Edm = 26.8615 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -718667.7361672 Edm = 18.5605 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -718683.3450526 Edm = 2.52458 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -718685.3457428 Edm = 0.515457 NCalls = 229 +VariableMetric: Iteration # 73 - FCN = -718685.8835809 Edm = 0.0548818 NCalls = 231 +VariableMetric: Iteration # 74 - FCN = -718686.0147594 Edm = 0.013388 NCalls = 233 +VariableMetric: Iteration # 75 - FCN = -718686.0375743 Edm = 0.00281238 NCalls = 235 +VariableMetric: Iteration # 76 - FCN = -718686.0416853 Edm = 0.000703485 NCalls = 237 +VariableMetric: Iteration # 77 - FCN = -718686.0440017 Edm = 0.00136901 NCalls = 239 +VariableMetric: Iteration # 78 - FCN = -718686.0926404 Edm = 0.0449031 NCalls = 243 +VariableMetric: Iteration # 79 - FCN = -718688.8977926 Edm = 1.26011 NCalls = 248 +VariableMetric: Iteration # 80 - FCN = -718692.0037189 Edm = 0.352415 NCalls = 250 +VariableMetric: Iteration # 81 - FCN = -718692.4683855 Edm = 0.02618 NCalls = 252 +VariableMetric: Iteration # 82 - FCN = -718692.4930195 Edm = 0.000978713 NCalls = 254 +VariableMetric: Iteration # 83 - FCN = -718692.494065 Edm = 3.02245e-05 NCalls = 256 +VariableMetric: After Hessian - FCN = -718692.494065 Edm = 5305.56 NCalls = 621 +VariableMetric: Iteration # 84 - FCN = -718692.494065 Edm = 5305.56 NCalls = 621 +VariableMetric: Iteration # 85 - FCN = -718703.1367264 Edm = 16462.5 NCalls = 626 +VariableMetric: Iteration # 86 - FCN = -718726.4568811 Edm = 37.0751 NCalls = 630 +VariableMetric: Iteration # 87 - FCN = -718732.9734492 Edm = 10.9683 NCalls = 641 +VariableMetric: Iteration # 88 - FCN = -718738.3098645 Edm = 4.86703 NCalls = 652 +VariableMetric: Iteration # 89 - FCN = -718738.378279 Edm = 0.250434 NCalls = 657 +VariableMetric: Iteration # 90 - FCN = -718739.6944197 Edm = 0.264548 NCalls = 660 +VariableMetric: Iteration # 91 - FCN = -718740.2629278 Edm = 0.160296 NCalls = 663 +VariableMetric: Iteration # 92 - FCN = -718740.906201 Edm = 0.108042 NCalls = 666 +VariableMetric: Iteration # 93 - FCN = -718741.1706491 Edm = 0.201999 NCalls = 668 +VariableMetric: Iteration # 94 - FCN = -718742.5891434 Edm = 1.66121 NCalls = 675 +VariableMetric: Iteration # 95 - FCN = -718742.8054407 Edm = 0.628634 NCalls = 678 +VariableMetric: Iteration # 96 - FCN = -718743.3584349 Edm = 0.94033 NCalls = 682 +VariableMetric: Iteration # 97 - FCN = -718745.4138136 Edm = 2.05002 NCalls = 687 +VariableMetric: Iteration # 98 - FCN = -718746.6694953 Edm = 1.57102 NCalls = 692 +VariableMetric: Iteration # 99 - FCN = -718747.3106811 Edm = 0.717636 NCalls = 695 +VariableMetric: Iteration # 100 - FCN = -718747.9743104 Edm = 0.298616 NCalls = 698 +VariableMetric: Iteration # 101 - FCN = -718748.4221557 Edm = 0.127216 NCalls = 700 +VariableMetric: Iteration # 102 - FCN = -718748.6336383 Edm = 0.131406 NCalls = 703 +VariableMetric: Iteration # 103 - FCN = -718749.0295485 Edm = 0.103911 NCalls = 706 +VariableMetric: Iteration # 104 - FCN = -718749.2416831 Edm = 0.049082 NCalls = 709 +VariableMetric: Iteration # 105 - FCN = -718749.3725671 Edm = 0.0551619 NCalls = 712 +VariableMetric: Iteration # 106 - FCN = -718749.5265259 Edm = 0.0829376 NCalls = 715 +VariableMetric: Iteration # 107 - FCN = -718749.9488434 Edm = 0.644053 NCalls = 718 +VariableMetric: Iteration # 108 - FCN = -718754.4437132 Edm = 12.6695 NCalls = 726 +VariableMetric: Iteration # 109 - FCN = -718754.9039864 Edm = 5.86122 NCalls = 730 +VariableMetric: Iteration # 110 - FCN = -718758.7454706 Edm = 9.35346 NCalls = 735 +VariableMetric: Iteration # 111 - FCN = -718759.0904169 Edm = 0.897646 NCalls = 738 +VariableMetric: Iteration # 112 - FCN = -718759.3082218 Edm = 1.97668 NCalls = 740 +VariableMetric: Iteration # 113 - FCN = -718762.2534823 Edm = 1.86556 NCalls = 746 +VariableMetric: Iteration # 114 - FCN = -718764.8126574 Edm = 2.51264 NCalls = 748 +VariableMetric: Iteration # 115 - FCN = -718768.0948935 Edm = 0.503443 NCalls = 751 +VariableMetric: Iteration # 116 - FCN = -718768.7456658 Edm = 0.219415 NCalls = 753 +VariableMetric: Iteration # 117 - FCN = -718769.0595597 Edm = 0.113867 NCalls = 755 +VariableMetric: Iteration # 118 - FCN = -718769.2404441 Edm = 0.0690447 NCalls = 757 +VariableMetric: Iteration # 119 - FCN = -718769.3498282 Edm = 0.0302349 NCalls = 759 +VariableMetric: Iteration # 120 - FCN = -718769.4108686 Edm = 0.00871465 NCalls = 761 +VariableMetric: Iteration # 121 - FCN = -718769.4347762 Edm = 0.00796237 NCalls = 763 +VariableMetric: Iteration # 122 - FCN = -718769.4637621 Edm = 0.00890151 NCalls = 765 +VariableMetric: Iteration # 123 - FCN = -718769.4885936 Edm = 0.0104335 NCalls = 767 +VariableMetric: Iteration # 124 - FCN = -718769.5352665 Edm = 0.0376342 NCalls = 771 +VariableMetric: Iteration # 125 - FCN = -718769.64027 Edm = 0.0705493 NCalls = 774 +VariableMetric: Iteration # 126 - FCN = -718769.7772319 Edm = 0.284266 NCalls = 779 +VariableMetric: Iteration # 127 - FCN = -718770.0245691 Edm = 0.440669 NCalls = 783 +VariableMetric: Iteration # 128 - FCN = -718770.3022331 Edm = 0.223139 NCalls = 786 +VariableMetric: Iteration # 129 - FCN = -718770.5958788 Edm = 0.176006 NCalls = 788 +VariableMetric: Iteration # 130 - FCN = -718770.9752833 Edm = 0.237401 NCalls = 790 +VariableMetric: Iteration # 131 - FCN = -718771.5476889 Edm = 1.45904 NCalls = 792 +VariableMetric: Iteration # 132 - FCN = -718772.266201 Edm = 0.397123 NCalls = 798 +VariableMetric: Iteration # 133 - FCN = -718772.540857 Edm = 0.497943 NCalls = 801 +VariableMetric: Iteration # 134 - FCN = -718772.9346223 Edm = 0.23879 NCalls = 804 +VariableMetric: Iteration # 135 - FCN = -718773.2529868 Edm = 0.0851895 NCalls = 807 +VariableMetric: Iteration # 136 - FCN = -718773.3849766 Edm = 0.048383 NCalls = 809 +VariableMetric: Iteration # 137 - FCN = -718773.4744025 Edm = 0.0271882 NCalls = 811 +VariableMetric: Iteration # 138 - FCN = -718773.5187113 Edm = 0.0202063 NCalls = 813 +VariableMetric: Iteration # 139 - FCN = -718773.5509457 Edm = 0.0061156 NCalls = 815 +VariableMetric: Iteration # 140 - FCN = -718773.5600445 Edm = 0.00306443 NCalls = 817 +VariableMetric: Iteration # 141 - FCN = -718773.564579 Edm = 0.000946068 NCalls = 819 +VariableMetric: Iteration # 142 - FCN = -718773.565869 Edm = 0.00027071 NCalls = 821 +VariableMetric: Iteration # 143 - FCN = -718773.5665591 Edm = 0.000288571 NCalls = 823 +VariableMetric: Iteration # 144 - FCN = -718773.5679118 Edm = 0.00101542 NCalls = 825 +VariableMetric: Iteration # 145 - FCN = -718773.5744686 Edm = 0.00288024 NCalls = 828 +VariableMetric: Iteration # 146 - FCN = -718773.5819902 Edm = 0.00394985 NCalls = 832 +VariableMetric: Iteration # 147 - FCN = -718773.5850925 Edm = 0.00260462 NCalls = 834 +VariableMetric: Iteration # 148 - FCN = -718773.5880424 Edm = 0.00026323 NCalls = 836 +VariableMetric: Iteration # 149 - FCN = -718773.5883967 Edm = 0.00013699 NCalls = 838 +VariableMetric: Iteration # 150 - FCN = -718773.5885237 Edm = 5.0761e-05 NCalls = 841 +VariableMetric: After Hessian - FCN = -718773.5885237 Edm = 0.00015839 NCalls = 1220 +VariableMetric: Iteration # 151 - FCN = -718773.5885237 Edm = 0.00015839 NCalls = 1220 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.188E+05 | Ncalls=1543 (1543 total) | +| EDM = 0.000449 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -718758.053080277 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 0.80 | 0.28 | | |0.126447 | 2.35355 | | +| 1 | p3770_p | -2.67 | 0.20 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.43 | 0.12 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -1.87 | 0.28 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 18.1 | 0.8 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_p | -4.627 | 0.018 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 1.24 | 0.30 | | |0.0253049| 2.0747 | | +| 7 | p3770_s | 2.41 | 0.22 | | |0.918861 | 4.08114 | | +| 8 | psi2s_p | 1.780 | 0.030 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | -6 | 13 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 0.005 | 0.020 | | |0.00501244| 2.01499 | | +| 11| Ctt | -0.4 | 0.6 | | | -0.5 | 0.5 | | +| 12| psi2s_s | 1373.6 | 1.9 | | | 1358.64 | 1433.36 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.24 | 0.23 | | | 0.71676 | 3.68324 | | +| 15| Dbar_s | -0.18 | 0.12 | | | -1.464 | 1.464 | | +| 16| omega_p | 0.93 | 0.22 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 18| omega_s | 9.0 | 1.0 | | | 4.19232 | 9.40768 | | +| 19| rho_p | 5.73 | 0.26 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s p3770_p p4160_p p4415_p phi_s jpsi_p rho_s p3770_s psi2s_p p4040_p p4040_s Ctt psi2s_s jpsi_s p4160_s Dbar_s omega_p phi_p omega_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.692 -0.518 -0.449 0.018 -0.426 0.070 -0.238 0.300 0.008 -0.077 0.803 0.124 -0.125 0.708 0.833 0.023 -0.002 0.002 0.010 | +| p3770_p | -0.692 1.000 0.674 0.468 -0.015 0.358 -0.071 0.216 -0.493 -0.034 0.097 -0.851 -0.111 0.108 -0.689 -0.845 -0.026 0.004 -0.002 -0.005 | +| p4160_p | -0.518 0.674 1.000 0.501 -0.016 0.347 -0.076 0.264 -0.404 -0.014 0.093 -0.783 -0.128 0.128 -0.600 -0.709 -0.029 0.004 -0.003 -0.006 | +| p4415_p | -0.449 0.468 0.501 1.000 -0.011 0.266 -0.054 0.196 -0.255 -0.018 0.065 -0.549 -0.089 0.089 -0.531 -0.474 -0.018 0.002 -0.002 0.006 | +| phi_s | 0.018 -0.015 -0.016 -0.011 1.000 -0.030 -0.037 -0.010 -0.001 0.000 -0.002 0.022 0.019 -0.022 0.017 0.017 0.020 -0.196 0.017 0.153 | +| jpsi_p | -0.426 0.358 0.347 0.266 -0.030 1.000 -0.046 0.144 -0.149 0.003 0.045 -0.480 -0.107 0.117 -0.424 -0.439 -0.042 0.010 -0.014 -0.113 | +| rho_s | 0.070 -0.071 -0.076 -0.054 -0.037 -0.046 1.000 -0.043 0.040 0.005 -0.011 0.096 0.021 -0.021 0.067 0.075 0.559 -0.003 0.071 0.138 | +| p3770_s | -0.238 0.216 0.264 0.196 -0.010 0.144 -0.043 1.000 -0.513 -0.015 0.031 -0.362 -0.081 0.068 -0.214 -0.281 -0.018 0.002 -0.001 -0.020 | +| psi2s_p | 0.300 -0.493 -0.404 -0.255 -0.001 -0.149 0.040 -0.513 1.000 0.058 -0.062 0.470 0.023 -0.022 0.275 0.445 0.004 0.002 -0.004 -0.040 | +| p4040_p | 0.008 -0.034 -0.014 -0.018 0.000 0.003 0.005 -0.015 0.058 1.000 -0.202 0.036 0.009 -0.009 -0.013 0.016 0.003 -0.000 0.000 0.001 | +| p4040_s | -0.077 0.097 0.093 0.065 -0.002 0.045 -0.011 0.031 -0.062 -0.202 1.000 -0.112 -0.017 0.017 -0.060 -0.102 -0.004 0.001 -0.000 -0.000 | +| Ctt | 0.803 -0.851 -0.783 -0.549 0.022 -0.480 0.096 -0.362 0.470 0.036 -0.112 1.000 0.162 -0.162 0.806 0.966 0.036 -0.004 0.002 0.021 | +| psi2s_s | 0.124 -0.111 -0.128 -0.089 0.019 -0.107 0.021 -0.081 0.023 0.009 -0.017 0.162 1.000 -0.808 0.116 0.101 -0.007 0.001 0.003 -0.054 | +| jpsi_s | -0.125 0.108 0.128 0.089 -0.022 0.117 -0.021 0.068 -0.022 -0.009 0.017 -0.162 -0.808 1.000 -0.117 -0.093 0.010 -0.001 -0.003 0.066 | +| p4160_s | 0.708 -0.689 -0.600 -0.531 0.017 -0.424 0.067 -0.214 0.275 -0.013 -0.060 0.806 0.116 -0.117 1.000 0.844 0.021 -0.002 0.001 0.003 | +| Dbar_s | 0.833 -0.845 -0.709 -0.474 0.017 -0.439 0.075 -0.281 0.445 0.016 -0.102 0.966 0.101 -0.093 0.844 1.000 0.026 -0.003 0.002 0.007 | +| omega_p | 0.023 -0.026 -0.029 -0.018 0.020 -0.042 0.559 -0.018 0.004 0.003 -0.004 0.036 -0.007 0.010 0.021 0.026 1.000 -0.007 0.540 0.261 | +| phi_p | -0.002 0.004 0.004 0.002 -0.196 0.010 -0.003 0.002 0.002 -0.000 0.001 -0.004 0.001 -0.001 -0.002 -0.003 -0.007 1.000 0.005 -0.007 | +| omega_s | 0.002 -0.002 -0.003 -0.002 0.017 -0.014 0.071 -0.001 -0.004 0.000 -0.000 0.002 0.003 -0.003 0.001 0.002 0.540 0.005 1.000 0.022 | +| rho_p | 0.010 -0.005 -0.006 0.006 0.153 -0.113 0.138 -0.020 -0.040 0.001 -0.000 0.021 -0.054 0.066 0.003 0.007 0.261 -0.007 0.022 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2801344678377534}), (, {'error': 0.19525538261980024}), (, {'error': 0.12394956276425706}), (, {'error': 0.2839132851195276}), (, {'error': 0.7682146057490193}), (, {'error': 0.01776928834062108}), (, {'error': 0.2985230429627552}), (, {'error': 0.21915363575361368}), (, {'error': 0.029812235426646794}), (, {'error': 12.538236845510408}), (, {'error': 0.019667685344448342}), (, {'error': 0.5733433892434683}), (, {'error': 1.895658907235429}), (, {'error': 24.463330563806267}), (, {'error': 0.2302355808301404}), (, {'error': 0.12367974237139356}), (, {'error': 0.21528255863856316}), (, {'error': 0.08342574348227139}), (, {'error': 0.9667029387367059}), (, {'error': 0.2611776394691274})]) +Toy 1/10 +Time taken: 2 h, 5 min +Projected time left: 18 h, 51 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.188E+05 | Ncalls=1408 (1408 total) | +| EDM = 0.0119 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -718773.7436944 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 0.84 | 0.19 | | |0.126447 | 2.35355 | | +| 1 | p3770_p | -2.43 | 0.12 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.88 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | 4.35 | 0.24 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 19.2 | 1.8 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_p | 4.747 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 1.24 | 0.30 | | |0.0253049| 2.0747 | | +| 7 | p3770_s | 2.53 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | psi2s_p | 2.170 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | -2.49 | 0.21 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 0.88 | 0.18 | | |0.00501244| 2.01499 | | +| 11| Ctt | -0.19 | 0.14 | | | -0.5 | 0.5 | | +| 12| psi2s_s | 1374.3 | 1.7 | | | 1358.64 | 1433.36 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.11 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| Dbar_s | -0.07 | 0.06 | | | -1.464 | 1.464 | | +| 16| omega_p | -5.53 | 0.23 | | |-6.28319 | 6.28319 | | +| 17| phi_p | -6.1 | 0.4 | | |-6.28319 | 6.28319 | | +| 18| omega_s | 9.0 | 1.1 | | | 4.19232 | 9.40768 | | +| 19| rho_p | 5.49 | 0.26 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s p3770_p p4160_p p4415_p phi_s jpsi_p rho_s p3770_s psi2s_p p4040_p p4040_s Ctt psi2s_s jpsi_s p4160_s Dbar_s omega_p phi_p omega_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.221 0.024 -0.132 -0.002 -0.069 0.003 0.086 -0.156 0.164 0.121 0.401 0.009 -0.011 0.347 0.517 -0.006 -0.004 -0.000 -0.016 | +| p3770_p | -0.221 1.000 0.281 0.131 -0.010 -0.075 -0.009 -0.197 -0.188 0.144 -0.284 -0.557 0.004 -0.008 -0.137 -0.464 -0.001 -0.012 -0.002 0.027 | +| p4160_p | 0.024 0.281 1.000 0.277 -0.011 -0.086 -0.020 -0.096 0.007 0.065 -0.500 -0.493 -0.020 0.021 -0.088 -0.232 -0.004 -0.012 -0.002 0.028 | +| p4415_p | -0.132 0.131 0.277 1.000 -0.006 -0.050 -0.014 -0.026 0.009 0.086 -0.220 -0.233 -0.010 0.010 -0.173 0.007 -0.001 -0.007 -0.001 0.026 | +| phi_s | -0.002 -0.010 -0.011 -0.006 1.000 -0.072 0.084 0.001 -0.026 -0.010 0.004 0.003 0.016 -0.019 -0.004 -0.002 0.099 0.913 -0.008 0.026 | +| jpsi_p | -0.069 -0.075 -0.086 -0.050 -0.072 1.000 0.046 0.003 -0.027 -0.160 0.044 0.107 0.057 -0.063 -0.100 -0.091 0.002 -0.078 -0.012 0.023 | +| rho_s | 0.003 -0.009 -0.020 -0.014 0.084 0.046 1.000 -0.007 -0.000 -0.020 0.013 0.036 0.012 -0.014 -0.005 -0.014 0.546 0.123 0.111 0.131 | +| p3770_s | 0.086 -0.197 -0.096 -0.026 0.001 0.003 -0.007 1.000 -0.313 -0.043 0.197 0.084 -0.030 0.015 0.079 0.228 -0.008 0.002 -0.000 -0.027 | +| psi2s_p | -0.156 -0.188 0.007 0.009 -0.026 -0.027 -0.000 -0.313 1.000 -0.243 -0.070 -0.046 -0.063 0.063 -0.216 -0.078 -0.014 -0.024 -0.006 -0.050 | +| p4040_p | 0.164 0.144 0.065 0.086 -0.010 -0.160 -0.020 -0.043 -0.243 1.000 -0.225 -0.181 -0.025 0.025 0.443 0.168 -0.011 -0.012 -0.002 0.004 | +| p4040_s | 0.121 -0.284 -0.500 -0.220 0.004 0.044 0.013 0.197 -0.070 -0.225 1.000 0.548 -0.002 -0.001 -0.080 0.440 -0.004 0.006 0.000 -0.043 | +| Ctt | 0.401 -0.557 -0.493 -0.233 0.003 0.107 0.036 0.084 -0.046 -0.181 0.548 1.000 0.045 -0.045 0.287 0.762 0.009 0.002 0.001 -0.010 | +| psi2s_s | 0.009 0.004 -0.020 -0.010 0.016 0.057 0.012 -0.030 -0.063 -0.025 -0.002 0.045 1.000 -0.763 -0.004 -0.080 -0.008 0.011 0.002 -0.048 | +| jpsi_s | -0.011 -0.008 0.021 0.010 -0.019 -0.063 -0.014 0.015 0.063 0.025 -0.001 -0.045 -0.763 1.000 0.002 0.096 0.011 -0.013 -0.002 0.061 | +| p4160_s | 0.347 -0.137 -0.088 -0.173 -0.004 -0.100 -0.005 0.079 -0.216 0.443 -0.080 0.287 -0.004 0.002 1.000 0.514 -0.009 -0.005 -0.001 -0.016 | +| Dbar_s | 0.517 -0.464 -0.232 0.007 -0.002 -0.091 -0.014 0.228 -0.078 0.168 0.440 0.762 -0.080 0.096 0.514 1.000 -0.015 -0.000 -0.001 -0.044 | +| omega_p | -0.006 -0.001 -0.004 -0.001 0.099 0.002 0.546 -0.008 -0.014 -0.011 -0.004 0.009 -0.008 0.011 -0.009 -0.015 1.000 0.101 0.622 0.269 | +| phi_p | -0.004 -0.012 -0.012 -0.007 0.913 -0.078 0.123 0.002 -0.024 -0.012 0.006 0.002 0.011 -0.013 -0.005 -0.000 0.101 1.000 -0.019 -0.033 | +| omega_s | -0.000 -0.002 -0.002 -0.001 -0.008 -0.012 0.111 -0.000 -0.006 -0.002 0.000 0.001 0.002 -0.002 -0.001 -0.001 0.622 -0.019 1.000 0.029 | +| rho_p | -0.016 0.027 0.028 0.026 0.026 0.023 0.131 -0.027 -0.050 0.004 -0.043 -0.010 -0.048 0.061 -0.016 -0.044 0.269 -0.033 0.029 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1875386813396136}), (, {'error': 0.1152196807299839}), (, {'error': 0.09964225814185124}), (, {'error': 0.2360047718666598}), (, {'error': 1.8065565614208907}), (, {'error': 0.016322597337769196}), (, {'error': 0.29861274025296713}), (, {'error': 0.20670579117503896}), (, {'error': 0.028399654880211678}), (, {'error': 0.20638564224603795}), (, {'error': 0.1777526797293268}), (, {'error': 0.13697599286281767}), (, {'error': 1.729042246755398}), (, {'error': 16.65329531255429}), (, {'error': 0.1692573748504005}), (, {'error': 0.05766951963685696}), (, {'error': 0.23317576615910607}), (, {'error': 0.40425343452624407}), (, {'error': 1.0680637795436514}), (, {'error': 0.26155609350036})]) +Toy 2/10 +Time taken: 4 h, 7 min +Projected time left: 16 h, 31 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.187E+05 | Ncalls=395 (395 total) | +| EDM = 6.83E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -718742.0525705172 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 0.66 | 0.13 | | |0.126447 | 2.35355 | | +| 1 | p3770_p | 3.43 | 0.07 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.15 | 0.06 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | 3.84 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 18.7 | 0.7 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_p | 1.667 | 0.013 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 0.025 | 1.952 | | |0.0253049| 2.0747 | | +| 7 | p3770_s | 2.75 | 0.14 | | |0.918861 | 4.08114 | | +| 8 | psi2s_p | -4.492 | 0.020 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | 3.45 | 0.11 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.09 | 0.10 | | |0.00501244| 2.01499 | | +| 11| Ctt | -0.19 | 0.05 | | | -0.5 | 0.5 | | +| 12| psi2s_s | 1359.04 | 0.31 | | | 1358.64 | 1433.36 | | +| 13| jpsi_s | 0.985E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.10 | 0.10 | | | 0.71676 | 3.68324 | | +| 15| Dbar_s | 0.016 | 0.023 | | | -1.464 | 1.464 | | +| 16| omega_p | -5.85 | 0.29 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 0.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 18| omega_s | 7.6 | 1.3 | | | 4.19232 | 9.40768 | | +| 19| rho_p | 4 | 7 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s p3770_p p4160_p p4415_p phi_s jpsi_p rho_s p3770_s psi2s_p p4040_p p4040_s Ctt psi2s_s jpsi_s p4160_s Dbar_s omega_p phi_p omega_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.027 0.097 0.037 -0.011 -0.052 0.038 -0.002 -0.067 0.050 -0.017 0.118 0.005 0.020 0.090 0.143 0.034 0.011 -0.034 0.038 | +| p3770_p | -0.027 1.000 0.043 0.012 -0.016 -0.041 0.048 -0.135 -0.188 0.039 0.007 -0.141 0.002 0.011 0.000 -0.122 0.042 0.012 -0.044 0.048 | +| p4160_p | 0.097 0.043 1.000 0.124 -0.002 -0.020 0.004 -0.039 -0.040 -0.074 -0.224 -0.205 0.002 0.005 -0.048 0.049 0.002 -0.002 -0.003 0.004 | +| p4415_p | 0.037 0.012 0.124 1.000 -0.005 -0.034 0.017 -0.015 -0.051 0.028 -0.099 -0.060 0.007 0.024 -0.103 0.184 0.015 0.004 -0.016 0.018 | +| phi_s | -0.011 -0.016 -0.002 -0.005 1.000 -0.061 -0.296 -0.000 -0.020 -0.007 -0.003 -0.064 -0.003 -0.009 -0.008 0.052 -0.263 0.323 0.269 -0.297 | +| jpsi_p | -0.052 -0.041 -0.020 -0.034 -0.061 1.000 0.171 -0.000 0.057 -0.075 -0.006 -0.040 -0.004 -0.020 -0.059 -0.013 0.152 0.043 -0.158 0.171 | +| rho_s | 0.038 0.048 0.004 0.017 -0.296 0.171 1.000 -0.002 0.053 0.022 0.011 0.224 0.020 0.065 0.027 -0.181 0.911 0.342 -0.903 0.998 | +| p3770_s | -0.002 -0.135 -0.039 -0.015 -0.000 -0.000 -0.002 1.000 -0.208 -0.072 0.065 -0.079 -0.001 0.019 -0.004 0.093 -0.002 -0.002 0.001 -0.002 | +| psi2s_p | -0.067 -0.188 -0.040 -0.051 -0.020 0.057 0.053 -0.208 1.000 -0.172 -0.055 0.077 -0.009 -0.014 -0.113 -0.013 0.047 0.013 -0.049 0.053 | +| p4040_p | 0.050 0.039 -0.074 0.028 -0.007 -0.075 0.022 -0.072 -0.172 1.000 -0.069 -0.165 0.002 0.011 0.200 0.146 0.019 0.003 -0.020 0.022 | +| p4040_s | -0.017 0.007 -0.224 -0.099 -0.003 -0.006 0.011 0.065 -0.055 -0.069 1.000 0.138 0.000 0.007 -0.176 0.148 0.009 0.003 -0.010 0.011 | +| Ctt | 0.118 -0.141 -0.205 -0.060 -0.064 -0.040 0.224 -0.079 0.077 -0.165 0.138 1.000 0.026 0.073 0.036 0.315 0.205 0.075 -0.202 0.225 | +| psi2s_s | 0.005 0.002 0.002 0.007 -0.003 -0.004 0.020 -0.001 -0.009 0.002 0.000 0.026 1.000 0.274 0.006 -0.030 0.018 0.005 -0.018 0.020 | +| jpsi_s | 0.020 0.011 0.005 0.024 -0.009 -0.020 0.065 0.019 -0.014 0.011 0.007 0.073 0.274 1.000 0.024 -0.094 0.057 0.017 -0.058 0.065 | +| p4160_s | 0.090 0.000 -0.048 -0.103 -0.008 -0.059 0.027 -0.004 -0.113 0.200 -0.176 0.036 0.006 0.024 1.000 0.231 0.024 0.007 -0.025 0.027 | +| Dbar_s | 0.143 -0.122 0.049 0.184 0.052 -0.013 -0.181 0.093 -0.013 0.146 0.148 0.315 -0.030 -0.094 0.231 1.000 -0.165 -0.061 0.163 -0.181 | +| omega_p | 0.034 0.042 0.002 0.015 -0.263 0.152 0.911 -0.002 0.047 0.019 0.009 0.205 0.018 0.057 0.024 -0.165 1.000 0.318 -0.769 0.914 | +| phi_p | 0.011 0.012 -0.002 0.004 0.323 0.043 0.342 -0.002 0.013 0.003 0.003 0.075 0.005 0.017 0.007 -0.061 0.318 1.000 -0.316 0.343 | +| omega_s | -0.034 -0.044 -0.003 -0.016 0.269 -0.158 -0.903 0.001 -0.049 -0.020 -0.010 -0.202 -0.018 -0.058 -0.025 0.163 -0.769 -0.316 1.000 -0.905 | +| rho_p | 0.038 0.048 0.004 0.018 -0.297 0.171 0.998 -0.002 0.053 0.022 0.011 0.225 0.020 0.065 0.027 -0.181 0.914 0.343 -0.905 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13195510548657752}), (, {'error': 0.0691723664005055}), (, {'error': 0.06338127564515794}), (, {'error': 0.18448357046851438}), (, {'error': 0.6709896932996049}), (, {'error': 0.012593713555022479}), (, {'error': 1.951831379233791}), (, {'error': 0.14350532590182863}), (, {'error': 0.020084128406828494}), (, {'error': 0.1084707823295199}), (, {'error': 0.10303975160646056}), (, {'error': 0.05125082854476806}), (, {'error': 0.3140878501030784}), (, {'error': 7.460135536785856}), (, {'error': 0.09903881054126096}), (, {'error': 0.02268549438670575}), (, {'error': 0.2929057609068919}), (, {'error': 0.14599301929436237}), (, {'error': 1.2638667306515976}), (, {'error': 6.888065590014319})]) +Toy 3/10 +Time taken: 5 h, 4 min +Projected time left: 11 h, 51 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.188E+05 | Ncalls=689 (689 total) | +| EDM = 4.93E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -718773.1739819479 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 0.87 | 0.19 | | |0.126447 | 2.35355 | | +| 1 | p3770_p | -2.79 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | 4.18 | 0.23 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 19.2 | 1.4 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_p | 1.650 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 1.24 | 0.30 | | |0.0253049| 2.0747 | | +| 7 | p3770_s | 2.57 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | psi2s_p | -4.513 | 0.029 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | 3.57 | 0.20 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 0.92 | 0.18 | | |0.00501244| 2.01499 | | +| 11| Ctt | -0.15 | 0.13 | | | -0.5 | 0.5 | | +| 12| psi2s_s | 1373.5 | 1.5 | | | 1358.64 | 1433.36 | | +| 13| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.14 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 16| omega_p | -5.38 | 0.25 | | |-6.28319 | 6.28319 | | +| 17| phi_p | -6.0 | 0.3 | | |-6.28319 | 6.28319 | | +| 18| omega_s | 8.9 | 1.2 | | | 4.19232 | 9.40768 | | +| 19| rho_p | -0.61 | 0.26 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s p3770_p p4160_p p4415_p phi_s jpsi_p rho_s p3770_s psi2s_p p4040_p p4040_s Ctt psi2s_s jpsi_s p4160_s Dbar_s omega_p phi_p omega_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.224 0.001 -0.149 -0.000 -0.166 0.000 0.064 -0.112 0.146 0.140 0.408 0.001 -0.003 0.352 0.525 -0.006 -0.001 -0.000 -0.022 | +| p3770_p | -0.224 1.000 0.274 0.123 -0.007 -0.018 -0.003 -0.186 -0.278 0.136 -0.271 -0.522 0.013 -0.019 -0.150 -0.474 -0.000 -0.013 -0.002 0.033 | +| p4160_p | 0.001 0.274 1.000 0.271 -0.008 0.028 -0.015 -0.079 -0.109 0.062 -0.509 -0.507 -0.006 0.007 -0.109 -0.289 -0.004 -0.013 -0.002 0.035 | +| p4415_p | -0.149 0.123 0.271 1.000 -0.004 0.017 -0.012 -0.017 -0.059 0.081 -0.218 -0.242 -0.005 0.004 -0.183 -0.025 -0.002 -0.008 -0.001 0.029 | +| phi_s | -0.000 -0.007 -0.008 -0.004 1.000 -0.051 0.038 -0.000 -0.019 -0.006 0.003 0.004 0.010 -0.014 -0.001 -0.001 0.065 0.852 -0.001 0.051 | +| jpsi_p | -0.166 -0.018 0.028 0.017 -0.051 1.000 0.000 -0.014 0.114 -0.140 -0.055 -0.154 -0.020 0.033 -0.175 -0.117 -0.034 -0.044 -0.018 -0.120 | +| rho_s | 0.000 -0.003 -0.015 -0.012 0.038 0.000 1.000 -0.010 0.007 -0.017 0.007 0.029 0.008 -0.010 -0.007 -0.016 0.522 0.087 0.123 0.116 | +| p3770_s | 0.064 -0.186 -0.079 -0.017 -0.000 -0.014 -0.010 1.000 -0.351 -0.042 0.167 0.024 -0.030 0.014 0.064 0.173 -0.007 0.003 -0.000 -0.027 | +| psi2s_p | -0.112 -0.278 -0.109 -0.059 -0.019 0.114 0.007 -0.351 1.000 -0.333 0.005 0.171 -0.027 0.027 -0.211 0.007 -0.010 -0.013 -0.007 -0.055 | +| p4040_p | 0.146 0.136 0.062 0.081 -0.006 -0.140 -0.017 -0.042 -0.333 1.000 -0.212 -0.200 -0.015 0.015 0.419 0.115 -0.010 -0.011 -0.002 0.006 | +| p4040_s | 0.140 -0.271 -0.509 -0.218 0.003 -0.055 0.007 0.167 0.005 -0.212 1.000 0.546 -0.011 0.009 -0.051 0.475 -0.004 0.008 0.000 -0.051 | +| Ctt | 0.408 -0.522 -0.507 -0.242 0.004 -0.154 0.029 0.024 0.171 -0.200 0.546 1.000 0.025 -0.025 0.294 0.793 0.007 0.005 0.001 -0.022 | +| psi2s_s | 0.001 0.013 -0.006 -0.005 0.010 -0.020 0.008 -0.030 -0.027 -0.015 -0.011 0.025 1.000 -0.689 -0.008 -0.063 -0.006 0.006 0.001 -0.037 | +| jpsi_s | -0.003 -0.019 0.007 0.004 -0.014 0.033 -0.010 0.014 0.027 0.015 0.009 -0.025 -0.689 1.000 0.006 0.080 0.008 -0.008 -0.002 0.052 | +| p4160_s | 0.352 -0.150 -0.109 -0.183 -0.001 -0.175 -0.007 0.064 -0.211 0.419 -0.051 0.294 -0.008 0.006 1.000 0.513 -0.009 -0.003 -0.001 -0.022 | +| Dbar_s | 0.525 -0.474 -0.289 -0.025 -0.001 -0.117 -0.016 0.173 0.007 0.115 0.475 0.793 -0.063 0.080 0.513 1.000 -0.014 0.004 -0.001 -0.055 | +| omega_p | -0.006 -0.000 -0.004 -0.002 0.065 -0.034 0.522 -0.007 -0.010 -0.010 -0.004 0.007 -0.006 0.008 -0.009 -0.014 1.000 0.062 0.691 0.234 | +| phi_p | -0.001 -0.013 -0.013 -0.008 0.852 -0.044 0.087 0.003 -0.013 -0.011 0.008 0.005 0.006 -0.008 -0.003 0.004 0.062 1.000 -0.018 -0.031 | +| omega_s | -0.000 -0.002 -0.002 -0.001 -0.001 -0.018 0.123 -0.000 -0.007 -0.002 0.000 0.001 0.001 -0.002 -0.001 -0.001 0.691 -0.018 1.000 0.026 | +| rho_p | -0.022 0.033 0.035 0.029 0.051 -0.120 0.116 -0.027 -0.055 0.006 -0.051 -0.022 -0.037 0.052 -0.022 -0.055 0.234 -0.031 0.026 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18946874576021538}), (, {'error': 0.11207684357547776}), (, {'error': 0.09910902900873975}), (, {'error': 0.22984388208918993}), (, {'error': 1.4232049842410177}), (, {'error': 0.016100549980158974}), (, {'error': 0.2974490417934462}), (, {'error': 0.20735906389874637}), (, {'error': 0.028527600041911683}), (, {'error': 0.19649317536436417}), (, {'error': 0.17878706752672807}), (, {'error': 0.1308289665855896}), (, {'error': 1.5396986256590708}), (, {'error': 39.06346690110695}), (, {'error': 0.16996178729789924}), (, {'error': 0.059870019182060585}), (, {'error': 0.2528335840871492}), (, {'error': 0.32008117980238415}), (, {'error': 1.1812017609420842}), (, {'error': 0.26113604493266873})]) +Toy 4/10 +Time taken: 6 h, 19 min +Projected time left: 9 h, 29 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.188E+05 | Ncalls=1324 (1324 total) | +| EDM = 0.00154 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -718773.1738322799 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 0.87 | 0.19 | | |0.126447 | 2.35355 | | +| 1 | p3770_p | -2.79 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -2.10 | 0.23 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 19.2 | 1.4 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_p | 1.650 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 1.24 | 0.29 | | |0.0253049| 2.0747 | | +| 7 | p3770_s | 2.57 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | psi2s_p | 1.771 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | 3.57 | 0.20 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 0.92 | 0.18 | | |0.00501244| 2.01499 | | +| 11| Ctt | -0.15 | 0.13 | | | -0.5 | 0.5 | | +| 12| psi2s_s | 1373.5 | 1.9 | | | 1358.64 | 1433.36 | | +| 13| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.14 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 16| omega_p | 0.90 | 0.25 | | |-6.28319 | 6.28319 | | +| 17| phi_p | -6.0 | 0.3 | | |-6.28319 | 6.28319 | | +| 18| omega_s | 8.8 | 1.2 | | | 4.19232 | 9.40768 | | +| 19| rho_p | 5.67 | 0.26 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s p3770_p p4160_p p4415_p phi_s jpsi_p rho_s p3770_s psi2s_p p4040_p p4040_s Ctt psi2s_s jpsi_s p4160_s Dbar_s omega_p phi_p omega_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.224 -0.003 -0.147 -0.000 -0.165 0.001 0.062 -0.107 0.138 0.139 0.406 0.004 -0.005 0.348 0.519 -0.005 -0.001 0.000 -0.021 | +| p3770_p | -0.224 1.000 0.278 0.126 -0.007 -0.019 -0.003 -0.185 -0.283 0.144 -0.276 -0.523 0.023 -0.028 -0.148 -0.476 -0.001 -0.012 -0.002 0.031 | +| p4160_p | -0.003 0.278 1.000 0.282 -0.008 0.029 -0.015 -0.081 -0.112 0.078 -0.513 -0.515 -0.009 0.010 -0.112 -0.292 -0.004 -0.013 -0.002 0.034 | +| p4415_p | -0.147 0.126 0.282 1.000 -0.004 0.017 -0.013 -0.018 -0.063 0.091 -0.226 -0.249 -0.007 0.006 -0.184 -0.024 -0.002 -0.008 -0.001 0.028 | +| phi_s | -0.000 -0.007 -0.008 -0.004 1.000 -0.051 0.037 -0.000 -0.019 -0.007 0.003 0.005 0.018 -0.021 -0.001 -0.002 0.060 0.852 -0.006 0.048 | +| jpsi_p | -0.165 -0.019 0.029 0.017 -0.051 1.000 0.000 -0.012 0.112 -0.136 -0.052 -0.153 -0.038 0.050 -0.173 -0.112 -0.032 -0.045 -0.018 -0.110 | +| rho_s | 0.001 -0.003 -0.015 -0.013 0.037 0.000 1.000 -0.010 0.007 -0.017 0.007 0.030 0.013 -0.014 -0.007 -0.016 0.493 0.085 0.084 0.126 | +| p3770_s | 0.062 -0.185 -0.081 -0.018 -0.000 -0.012 -0.010 1.000 -0.346 -0.049 0.168 0.027 -0.033 0.020 0.061 0.173 -0.006 0.003 -0.000 -0.025 | +| psi2s_p | -0.107 -0.283 -0.112 -0.063 -0.019 0.112 0.007 -0.346 1.000 -0.329 0.014 0.175 -0.041 0.041 -0.207 0.017 -0.009 -0.013 -0.007 -0.050 | +| p4040_p | 0.138 0.144 0.078 0.091 -0.007 -0.136 -0.017 -0.049 -0.329 1.000 -0.241 -0.219 -0.021 0.021 0.419 0.097 -0.010 -0.011 -0.001 0.007 | +| p4040_s | 0.139 -0.276 -0.513 -0.226 0.003 -0.052 0.007 0.168 0.014 -0.241 1.000 0.552 -0.014 0.013 -0.058 0.474 -0.003 0.008 0.001 -0.048 | +| Ctt | 0.406 -0.523 -0.515 -0.249 0.005 -0.153 0.030 0.027 0.175 -0.219 0.552 1.000 0.036 -0.036 0.288 0.788 0.007 0.006 0.001 -0.022 | +| psi2s_s | 0.004 0.023 -0.009 -0.007 0.018 -0.038 0.013 -0.033 -0.041 -0.021 -0.014 0.036 1.000 -0.813 -0.010 -0.101 -0.009 0.010 0.003 -0.059 | +| jpsi_s | -0.005 -0.028 0.010 0.006 -0.021 0.050 -0.014 0.020 0.041 0.021 0.013 -0.036 -0.813 1.000 0.009 0.117 0.011 -0.012 -0.003 0.071 | +| p4160_s | 0.348 -0.148 -0.112 -0.184 -0.001 -0.173 -0.007 0.061 -0.207 0.419 -0.058 0.288 -0.010 0.009 1.000 0.505 -0.008 -0.003 -0.000 -0.020 | +| Dbar_s | 0.519 -0.476 -0.292 -0.024 -0.002 -0.112 -0.016 0.173 0.017 0.097 0.474 0.788 -0.101 0.117 0.505 1.000 -0.012 0.003 -0.000 -0.048 | +| omega_p | -0.005 -0.001 -0.004 -0.002 0.060 -0.032 0.493 -0.006 -0.009 -0.010 -0.003 0.007 -0.009 0.011 -0.008 -0.012 1.000 0.058 0.682 0.232 | +| phi_p | -0.001 -0.012 -0.013 -0.008 0.852 -0.045 0.085 0.003 -0.013 -0.011 0.008 0.006 0.010 -0.012 -0.003 0.003 0.058 1.000 -0.025 -0.026 | +| omega_s | 0.000 -0.002 -0.002 -0.001 -0.006 -0.018 0.084 -0.000 -0.007 -0.001 0.001 0.001 0.003 -0.003 -0.000 -0.000 0.682 -0.025 1.000 0.015 | +| rho_p | -0.021 0.031 0.034 0.028 0.048 -0.110 0.126 -0.025 -0.050 0.007 -0.048 -0.022 -0.059 0.071 -0.020 -0.048 0.232 -0.026 0.015 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18893945903884402}), (, {'error': 0.11226485121705632}), (, {'error': 0.0994601196898568}), (, {'error': 0.23203964546446465}), (, {'error': 1.4222044067885093}), (, {'error': 0.016087964112441178}), (, {'error': 0.29340537924079696}), (, {'error': 0.20707047360553754}), (, {'error': 0.02846109194272195}), (, {'error': 0.1975839977078735}), (, {'error': 0.180483810306377}), (, {'error': 0.1317156069067082}), (, {'error': 1.9156599263563976}), (, {'error': 34.94795293770676}), (, {'error': 0.1703907674290598}), (, {'error': 0.0600557411964715}), (, {'error': 0.24834119874302862}), (, {'error': 0.3195540502536032}), (, {'error': 1.183974169684876}), (, {'error': 0.25945537598251})]) +Toy 5/10 +Time taken: 8 h, 14 min +Projected time left: 8 h, 14 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.188E+05 | Ncalls=1340 (1340 total) | +| EDM = 0.000329 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -718773.5883521215 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 0.84 | 0.19 | | |0.126447 | 2.35355 | | +| 1 | p3770_p | 3.86 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.88 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -1.94 | 0.24 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 18.7 | 0.8 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_p | 4.747 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 1.23 | 0.29 | | |0.0253049| 2.0747 | | +| 7 | p3770_s | 2.53 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | psi2s_p | -4.113 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | -2.49 | 0.20 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 0.88 | 0.18 | | |0.00501244| 2.01499 | | +| 11| Ctt | -0.19 | 0.14 | | | -0.5 | 0.5 | | +| 12| psi2s_s | 1374.3 | 2.0 | | | 1358.64 | 1433.36 | | +| 13| jpsi_s | 1.000E4 | 0.014E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.11 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| Dbar_s | -0.07 | 0.06 | | | -1.464 | 1.464 | | +| 16| omega_p | 0.74 | 0.22 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 6.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 18| omega_s | 9.0 | 1.0 | | | 4.19232 | 9.40768 | | +| 19| rho_p | -0.80 | 0.26 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s p3770_p p4160_p p4415_p phi_s jpsi_p rho_s p3770_s psi2s_p p4040_p p4040_s Ctt psi2s_s jpsi_s p4160_s Dbar_s omega_p phi_p omega_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.222 0.023 -0.148 0.002 -0.069 0.004 0.087 -0.160 0.167 0.126 0.407 0.012 -0.015 0.352 0.517 -0.005 0.002 0.000 -0.018 | +| p3770_p | -0.222 1.000 0.276 0.134 0.001 -0.073 -0.008 -0.198 -0.183 0.135 -0.280 -0.550 0.007 -0.011 -0.141 -0.459 0.001 0.002 -0.002 0.027 | +| p4160_p | 0.023 0.276 1.000 0.278 -0.000 -0.086 -0.019 -0.094 0.010 0.053 -0.499 -0.489 -0.025 0.027 -0.089 -0.224 -0.002 0.002 -0.002 0.031 | +| p4415_p | -0.148 0.134 0.278 1.000 0.001 -0.049 -0.014 -0.027 0.015 0.078 -0.223 -0.242 -0.013 0.014 -0.185 0.001 -0.000 0.001 -0.001 0.029 | +| phi_s | 0.002 0.001 -0.000 0.001 1.000 -0.006 -0.056 -0.004 -0.015 0.001 -0.003 0.005 0.015 -0.017 0.001 -0.006 0.024 -0.437 0.015 0.147 | +| jpsi_p | -0.069 -0.073 -0.086 -0.049 -0.006 1.000 0.057 0.002 -0.032 -0.161 0.041 0.106 0.075 -0.081 -0.100 -0.098 0.009 0.014 -0.014 0.016 | +| rho_s | 0.004 -0.008 -0.019 -0.014 -0.056 0.057 1.000 -0.007 0.003 -0.018 0.012 0.036 0.016 -0.018 -0.004 -0.014 0.518 -0.007 0.075 0.100 | +| p3770_s | 0.087 -0.198 -0.094 -0.027 -0.004 0.002 -0.007 1.000 -0.313 -0.038 0.195 0.082 -0.032 0.018 0.081 0.228 -0.007 0.001 0.000 -0.027 | +| psi2s_p | -0.160 -0.183 0.010 0.015 -0.015 -0.032 0.003 -0.313 1.000 -0.244 -0.076 -0.056 -0.078 0.079 -0.217 -0.080 -0.011 0.008 -0.006 -0.050 | +| p4040_p | 0.167 0.135 0.053 0.078 0.001 -0.161 -0.018 -0.038 -0.244 1.000 -0.201 -0.166 -0.031 0.031 0.439 0.183 -0.009 0.003 -0.001 0.004 | +| p4040_s | 0.126 -0.280 -0.499 -0.223 -0.003 0.041 0.012 0.195 -0.076 -0.201 1.000 0.544 -0.002 -0.001 -0.069 0.439 -0.005 0.001 0.001 -0.046 | +| Ctt | 0.407 -0.550 -0.489 -0.242 0.005 0.106 0.036 0.082 -0.056 -0.166 0.544 1.000 0.056 -0.056 0.297 0.755 0.008 -0.001 0.001 -0.014 | +| psi2s_s | 0.012 0.007 -0.025 -0.013 0.015 0.075 0.016 -0.032 -0.078 -0.031 -0.002 0.056 1.000 -0.830 -0.004 -0.107 -0.013 0.002 0.003 -0.068 | +| jpsi_s | -0.015 -0.011 0.027 0.014 -0.017 -0.081 -0.018 0.018 0.079 0.031 -0.001 -0.056 -0.830 1.000 0.002 0.121 0.016 -0.002 -0.004 0.081 | +| p4160_s | 0.352 -0.141 -0.089 -0.185 0.001 -0.100 -0.004 0.081 -0.217 0.439 -0.069 0.297 -0.004 0.002 1.000 0.517 -0.008 0.002 -0.000 -0.017 | +| Dbar_s | 0.517 -0.459 -0.224 0.001 -0.006 -0.098 -0.014 0.228 -0.080 0.183 0.439 0.755 -0.107 0.121 0.517 1.000 -0.014 0.003 -0.000 -0.042 | +| omega_p | -0.005 0.001 -0.002 -0.000 0.024 0.009 0.518 -0.007 -0.011 -0.009 -0.005 0.008 -0.013 0.016 -0.008 -0.014 1.000 -0.018 0.590 0.253 | +| phi_p | 0.002 0.002 0.002 0.001 -0.437 0.014 -0.007 0.001 0.008 0.003 0.001 -0.001 0.002 -0.002 0.002 0.003 -0.018 1.000 0.007 -0.015 | +| omega_s | 0.000 -0.002 -0.002 -0.001 0.015 -0.014 0.075 0.000 -0.006 -0.001 0.001 0.001 0.003 -0.004 -0.000 -0.000 0.590 0.007 1.000 0.008 | +| rho_p | -0.018 0.027 0.031 0.029 0.147 0.016 0.100 -0.027 -0.050 0.004 -0.046 -0.014 -0.068 0.081 -0.017 -0.042 0.253 -0.015 0.008 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18833964059451175}), (, {'error': 0.11452454840448478}), (, {'error': 0.09949405630983144}), (, {'error': 0.23791429829804311}), (, {'error': 0.8392406510448023}), (, {'error': 0.01629008661190845}), (, {'error': 0.2912204486582923}), (, {'error': 0.20666026430346673}), (, {'error': 0.02842329219654749}), (, {'error': 0.20498788602776497}), (, {'error': 0.1766919426768102}), (, {'error': 0.1363333432162914}), (, {'error': 2.001211592855043}), (, {'error': 137.8669001013168}), (, {'error': 0.16903217249232905}), (, {'error': 0.05778492878071495}), (, {'error': 0.22034493569428992}), (, {'error': 0.18388945329527573}), (, {'error': 1.029125764500943}), (, {'error': 0.26351507982594313})]) +Toy 6/10 +Time taken: 10 h, 11 min +Projected time left: 6 h, 47 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.188E+05 | Ncalls=1255 (1255 total) | +| EDM = 0.000153 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -718772.6485699669 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 0.86 | 0.19 | | |0.126447 | 2.35355 | | +| 1 | p3770_p | 4.29 | 0.12 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.91 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -1.98 | 0.24 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 18.3 | 0.8 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_p | 1.460 | 0.017 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 1.23 | 0.29 | | |0.0253049| 2.0747 | | +| 7 | p3770_s | 2.36 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | psi2s_p | -2.424 | 0.029 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | -2.47 | 0.20 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 0.90 | 0.18 | | |0.00501244| 2.01499 | | +| 11| Ctt | -0.18 | 0.16 | | | -0.5 | 0.5 | | +| 12| psi2s_s | 1367.5 | 2.2 | | | 1358.64 | 1433.36 | | +| 13| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.12 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 16| omega_p | 0.86 | 0.22 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 18| omega_s | 9.0 | 1.0 | | | 4.19232 | 9.40768 | | +| 19| rho_p | 5.61 | 0.26 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s p3770_p p4160_p p4415_p phi_s jpsi_p rho_s p3770_s psi2s_p p4040_p p4040_s Ctt psi2s_s jpsi_s p4160_s Dbar_s omega_p phi_p omega_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.255 -0.039 -0.159 0.002 -0.151 0.007 0.070 -0.362 0.121 0.167 0.440 0.006 -0.012 0.357 0.543 -0.004 0.001 0.000 -0.023 | +| p3770_p | -0.255 1.000 0.334 0.167 0.004 -0.019 -0.011 -0.121 0.474 0.193 -0.310 -0.597 0.004 -0.022 -0.148 -0.513 -0.001 0.001 -0.002 0.035 | +| p4160_p | -0.039 0.334 1.000 0.309 0.001 0.029 -0.022 -0.067 0.313 0.104 -0.537 -0.554 -0.014 0.022 -0.123 -0.327 -0.004 0.002 -0.002 0.037 | +| p4415_p | -0.159 0.167 0.309 1.000 0.001 0.023 -0.016 -0.014 0.141 0.108 -0.252 -0.280 -0.007 0.012 -0.194 -0.059 -0.002 0.001 -0.001 0.031 | +| phi_s | 0.002 0.004 0.001 0.001 1.000 -0.026 -0.054 -0.003 0.004 0.002 -0.004 0.003 0.020 -0.023 0.001 -0.008 0.017 -0.254 0.018 0.147 | +| jpsi_p | -0.151 -0.019 0.029 0.023 -0.026 1.000 0.005 -0.099 0.016 -0.139 -0.073 -0.096 -0.054 0.062 -0.168 -0.084 -0.024 0.011 -0.014 -0.107 | +| rho_s | 0.007 -0.011 -0.022 -0.016 -0.054 0.005 1.000 -0.010 0.011 -0.021 0.015 0.040 0.015 -0.019 -0.003 -0.006 0.525 -0.003 0.073 0.105 | +| p3770_s | 0.070 -0.121 -0.067 -0.014 -0.003 -0.099 -0.010 1.000 -0.168 -0.031 0.169 0.036 -0.023 0.027 0.068 0.183 -0.008 0.001 -0.000 -0.026 | +| psi2s_p | -0.362 0.474 0.313 0.141 0.004 0.016 0.011 -0.168 1.000 -0.002 -0.408 -0.510 0.068 -0.099 -0.320 -0.644 0.001 0.003 -0.006 0.028 | +| p4040_p | 0.121 0.193 0.104 0.108 0.002 -0.139 -0.021 -0.031 -0.002 1.000 -0.239 -0.241 -0.028 0.033 0.412 0.079 -0.010 0.003 -0.001 0.010 | +| p4040_s | 0.167 -0.310 -0.537 -0.252 -0.004 -0.073 0.015 0.169 -0.408 -0.239 1.000 0.575 -0.006 0.005 -0.040 0.493 -0.002 0.000 0.001 -0.050 | +| Ctt | 0.440 -0.597 -0.554 -0.280 0.003 -0.096 0.040 0.036 -0.510 -0.241 0.575 1.000 0.028 -0.049 0.301 0.803 0.009 -0.002 0.001 -0.029 | +| psi2s_s | 0.006 0.004 -0.014 -0.007 0.020 -0.054 0.015 -0.023 0.068 -0.028 -0.006 0.028 1.000 -0.855 -0.008 -0.112 -0.015 0.002 0.004 -0.077 | +| jpsi_s | -0.012 -0.022 0.022 0.012 -0.023 0.062 -0.019 0.027 -0.099 0.033 0.005 -0.049 -0.855 1.000 0.007 0.126 0.016 -0.002 -0.004 0.085 | +| p4160_s | 0.357 -0.148 -0.123 -0.194 0.001 -0.168 -0.003 0.068 -0.320 0.412 -0.040 0.301 -0.008 0.007 1.000 0.508 -0.008 0.002 -0.000 -0.021 | +| Dbar_s | 0.543 -0.513 -0.327 -0.059 -0.008 -0.084 -0.006 0.183 -0.644 0.079 0.493 0.803 -0.112 0.126 0.508 1.000 -0.009 0.001 -0.000 -0.046 | +| omega_p | -0.004 -0.001 -0.004 -0.002 0.017 -0.024 0.525 -0.008 0.001 -0.010 -0.002 0.009 -0.015 0.016 -0.008 -0.009 1.000 -0.009 0.583 0.249 | +| phi_p | 0.001 0.001 0.002 0.001 -0.254 0.011 -0.003 0.001 0.003 0.003 0.000 -0.002 0.002 -0.002 0.002 0.001 -0.009 1.000 0.006 -0.010 | +| omega_s | 0.000 -0.002 -0.002 -0.001 0.018 -0.014 0.073 -0.000 -0.006 -0.001 0.001 0.001 0.004 -0.004 -0.000 -0.000 0.583 0.006 1.000 0.017 | +| rho_p | -0.023 0.035 0.037 0.031 0.147 -0.107 0.105 -0.026 0.028 0.010 -0.050 -0.029 -0.077 0.085 -0.021 -0.046 0.249 -0.010 0.017 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1910926971379972}), (, {'error': 0.12027326889250034}), (, {'error': 0.1031327670621125}), (, {'error': 0.23598874381663126}), (, {'error': 0.7790627286674088}), (, {'error': 0.0166220354223241}), (, {'error': 0.2930573940677018}), (, {'error': 0.18978631837942173}), (, {'error': 0.02922223690315473}), (, {'error': 0.2024850640755136}), (, {'error': 0.17837477370538912}), (, {'error': 0.16478366125947264}), (, {'error': 2.1556556228023283}), (, {'error': 44.68190177647648}), (, {'error': 0.16873262913834397}), (, {'error': 0.06407017447021879}), (, {'error': 0.21911723072684008}), (, {'error': 0.10595475063771875}), (, {'error': 1.0158319122764627}), (, {'error': 0.2613799729231232})]) +Toy 7/10 +Time taken: 12 h, 1 min +Projected time left: 5 h, 9 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.175E+05 | Ncalls=506 (517 total) | +| EDM = 6.54E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -717486.3834965077 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 1.127 | 0.009 | | |0.126447 | 2.35355 | | +| 1 | p3770_p | 5.83 | 0.04 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 5.951 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | 2.42 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.6 | 0.5 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_p | -4.61 | 0.03 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 1.02 | 0.05 | | |0.0253049| 2.0747 | | +| 7 | p3770_s | 3.780 | 0.007 | | |0.918861 | 4.08114 | | +| 8 | psi2s_p | -4.23 | 0.04 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | 4.85 | 0.04 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.979 | 0.002 | | |0.00501244| 2.01499 | | +| 11| Ctt | -0.418 | 0.002 | | | -0.5 | 0.5 | | +| 12| psi2s_s | 1395.33 | 0.25 | | | 1358.64 | 1433.36 | | +| 13| jpsi_s | 0.995E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 1.423 | 0.010 | | | 0.71676 | 3.68324 | | +| 15| Dbar_s | -0.307 | 0.010 | | | -1.464 | 1.464 | | +| 16| omega_p | -6.223 | 0.016 | | |-6.28319 | 6.28319 | | +| 17| phi_p | -3.1 | 6.9 | | |-6.28319 | 6.28319 | | +| 18| omega_s | 7.838 | 0.017 | | | 4.19232 | 9.40768 | | +| 19| rho_p | -4.10 | 0.06 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s p3770_p p4160_p p4415_p phi_s jpsi_p rho_s p3770_s psi2s_p p4040_p p4040_s Ctt psi2s_s jpsi_s p4160_s Dbar_s omega_p phi_p omega_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 0.357 0.327 -0.343 0.395 -0.385 -0.391 -0.068 -0.378 -0.206 -0.073 -0.042 -0.052 -0.230 -0.183 0.226 -0.364 -0.395 -0.019 -0.325 | +| p3770_p | 0.357 1.000 0.749 -0.792 0.902 -0.879 -0.893 -0.155 -0.856 -0.458 -0.166 -0.094 -0.118 -0.526 -0.418 0.515 -0.832 -0.903 -0.043 -0.742 | +| p4160_p | 0.327 0.749 1.000 -0.728 0.828 -0.807 -0.821 -0.143 -0.793 -0.445 -0.152 -0.088 -0.109 -0.483 -0.391 0.474 -0.765 -0.830 -0.039 -0.682 | +| p4415_p | -0.343 -0.792 -0.728 1.000 -0.875 0.853 0.867 0.151 0.839 0.456 0.161 0.094 0.115 0.510 0.408 -0.507 0.808 0.877 0.042 0.720 | +| phi_s | 0.395 0.902 0.828 -0.875 1.000 -0.973 -0.987 -0.172 -0.956 -0.515 -0.183 -0.106 -0.131 -0.581 -0.463 0.580 -0.920 -0.998 -0.047 -0.820 | +| jpsi_p | -0.385 -0.879 -0.807 0.853 -0.973 1.000 0.964 0.168 0.932 0.503 0.179 0.102 0.128 0.567 0.451 -0.559 0.898 0.975 0.046 0.801 | +| rho_s | -0.391 -0.893 -0.821 0.867 -0.987 0.964 1.000 0.171 0.947 0.510 0.182 0.105 0.129 0.575 0.459 -0.575 0.911 0.989 0.047 0.812 | +| p3770_s | -0.068 -0.155 -0.143 0.151 -0.172 0.168 0.171 1.000 0.164 0.088 0.032 0.018 0.023 0.100 0.080 -0.101 0.159 0.172 0.008 0.142 | +| psi2s_p | -0.378 -0.856 -0.793 0.839 -0.956 0.932 0.947 0.164 1.000 0.491 0.175 0.100 0.124 0.558 0.443 -0.544 0.882 0.958 0.045 0.787 | +| p4040_p | -0.206 -0.458 -0.445 0.456 -0.515 0.503 0.510 0.088 0.491 1.000 0.093 0.051 0.068 0.300 0.248 -0.313 0.475 0.516 0.024 0.422 | +| p4040_s | -0.073 -0.166 -0.152 0.161 -0.183 0.179 0.182 0.032 0.175 0.093 1.000 0.019 0.024 0.107 0.085 -0.104 0.169 0.184 0.009 0.151 | +| Ctt | -0.042 -0.094 -0.088 0.094 -0.106 0.102 0.105 0.018 0.100 0.051 0.019 1.000 0.014 0.062 0.048 -0.054 0.098 0.106 0.005 0.087 | +| psi2s_s | -0.052 -0.118 -0.109 0.115 -0.131 0.128 0.129 0.023 0.124 0.068 0.024 0.014 1.000 0.090 0.061 -0.078 0.120 0.131 0.006 0.107 | +| jpsi_s | -0.230 -0.526 -0.483 0.510 -0.581 0.567 0.575 0.100 0.558 0.300 0.107 0.062 0.090 1.000 0.270 -0.342 0.536 0.582 0.028 0.478 | +| p4160_s | -0.183 -0.418 -0.391 0.408 -0.463 0.451 0.459 0.080 0.443 0.248 0.085 0.048 0.061 0.270 1.000 -0.261 0.427 0.464 0.022 0.381 | +| Dbar_s | 0.226 0.515 0.474 -0.507 0.580 -0.559 -0.575 -0.101 -0.544 -0.313 -0.104 -0.054 -0.078 -0.342 -0.261 1.000 -0.535 -0.581 -0.028 -0.475 | +| omega_p | -0.364 -0.832 -0.765 0.808 -0.920 0.898 0.911 0.159 0.882 0.475 0.169 0.098 0.120 0.536 0.427 -0.535 1.000 0.921 0.044 0.756 | +| phi_p | -0.395 -0.903 -0.830 0.877 -0.998 0.975 0.989 0.172 0.958 0.516 0.184 0.106 0.131 0.582 0.464 -0.581 0.921 1.000 0.047 0.821 | +| omega_s | -0.019 -0.043 -0.039 0.042 -0.047 0.046 0.047 0.008 0.045 0.024 0.009 0.005 0.006 0.028 0.022 -0.028 0.044 0.047 1.000 0.039 | +| rho_p | -0.325 -0.742 -0.682 0.720 -0.820 0.801 0.812 0.142 0.787 0.422 0.151 0.087 0.107 0.478 0.381 -0.475 0.756 0.821 0.039 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.008710025618250739}), (, {'error': 0.03736471490777582}), (, {'error': 0.02918449798300138}), (, {'error': 0.08953549763230484}), (, {'error': 0.4998452659272026}), (, {'error': 0.03384162518436451}), (, {'error': 0.04988893536493638}), (, {'error': 0.006870137420947664}), (, {'error': 0.03566198796167441}), (, {'error': 0.04298779992577195}), (, {'error': 0.0020047648560954645}), (, {'error': 0.00196956544536267}), (, {'error': 0.24851753565621948}), (, {'error': 0.7543490493671925}), (, {'error': 0.010198794431196867}), (, {'error': 0.009504110663137055}), (, {'error': 0.016083656961519477}), (, {'error': 6.911023667584962}), (, {'error': 0.017312836385819708}), (, {'error': 0.06412330946792189})]) +Toy 8/10 +Time taken: 13 h, 1 min +Projected time left: 3 h, 15 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.173E+05 | Ncalls=491 (502 total) | +| EDM = 4.07E+07 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -717336.2634639286 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 2.117 | 0.002 | | |0.126447 | 2.35355 | | +| 1 | p3770_p | -5.720 | 0.012 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.533 | 0.012 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | 5.515 | 0.011 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.50 | 0.09 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_p | -4.844 | 0.009 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 2.059 | 0.001 | | |0.0253049| 2.0747 | | +| 7 | p3770_s | 0.389E1 | 0.000E1 | | |0.918861 | 4.08114 | | +| 8 | psi2s_p | -2.719 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | 0.784 | 0.024 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.911E-1 | 0.020E-1 | | |0.00501244| 2.01499 | | +| 11| Ctt | 1.344E-1 | 0.017E-1 | | | -0.5 | 0.5 | | +| 12| psi2s_s | 1389.86 | 0.12 | | | 1358.64 | 1433.36 | | +| 13| jpsi_s | 0.998E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 0.755 | 0.001 | | | 0.71676 | 3.68324 | | +| 15| Dbar_s | 0.341 | 0.005 | | | -1.464 | 1.464 | | +| 16| omega_p | -4.959 | 0.014 | | |-6.28319 | 6.28319 | | +| 17| phi_p | -4 | 7 | | |-6.28319 | 6.28319 | | +| 18| omega_s | 6.179 | 0.009 | | | 4.19232 | 9.40768 | | +| 19| rho_p | 3.3 | 0.5 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s p3770_p p4160_p p4415_p phi_s jpsi_p rho_s p3770_s psi2s_p p4040_p p4040_s Ctt psi2s_s jpsi_s p4160_s Dbar_s omega_p phi_p omega_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.004 -0.000 -0.004 -0.008 0.007 0.000 -0.000 0.008 -0.001 -0.001 -0.001 0.001 0.001 0.000 0.007 0.003 0.008 0.001 -0.008 | +| p3770_p | -0.004 1.000 0.026 0.226 0.438 -0.399 -0.002 0.023 -0.423 0.033 0.040 0.071 -0.037 -0.068 -0.019 -0.295 -0.185 -0.443 -0.060 0.443 | +| p4160_p | -0.000 0.026 1.000 0.030 0.058 -0.053 -0.000 0.003 -0.054 0.005 0.005 0.008 -0.005 -0.009 -0.002 -0.037 -0.025 -0.059 -0.008 0.059 | +| p4415_p | -0.004 0.226 0.030 1.000 0.505 -0.461 -0.003 0.026 -0.477 0.039 0.046 0.079 -0.044 -0.078 -0.022 -0.336 -0.213 -0.510 -0.069 0.510 | +| phi_s | -0.008 0.438 0.058 0.505 1.000 -0.895 -0.005 0.050 -0.927 0.075 0.089 0.155 -0.085 -0.152 -0.043 -0.652 -0.413 -0.989 -0.134 0.988 | +| jpsi_p | 0.007 -0.399 -0.053 -0.461 -0.895 1.000 0.005 -0.045 0.847 -0.068 -0.081 -0.142 0.078 0.139 0.039 0.599 0.378 0.905 0.122 -0.904 | +| rho_s | 0.000 -0.002 -0.000 -0.003 -0.005 0.005 1.000 -0.000 0.005 -0.000 -0.000 -0.001 0.000 0.001 0.000 0.003 0.002 0.005 0.001 -0.005 | +| p3770_s | -0.000 0.023 0.003 0.026 0.050 -0.045 -0.000 1.000 -0.047 0.004 0.004 0.008 -0.004 -0.008 -0.002 -0.033 -0.021 -0.050 -0.007 0.050 | +| psi2s_p | 0.008 -0.423 -0.054 -0.477 -0.927 0.847 0.005 -0.047 1.000 -0.071 -0.084 -0.146 0.080 0.144 0.041 0.614 0.391 0.937 0.127 -0.936 | +| p4040_p | -0.001 0.033 0.005 0.039 0.075 -0.068 -0.000 0.004 -0.071 1.000 0.006 0.012 -0.006 -0.012 -0.003 -0.051 -0.032 -0.076 -0.010 0.075 | +| p4040_s | -0.001 0.040 0.005 0.046 0.089 -0.081 -0.000 0.004 -0.084 0.006 1.000 0.014 -0.008 -0.014 -0.004 -0.060 -0.038 -0.090 -0.012 0.090 | +| Ctt | -0.001 0.071 0.008 0.079 0.155 -0.142 -0.001 0.008 -0.146 0.012 0.014 1.000 -0.014 -0.024 -0.007 -0.101 -0.065 -0.156 -0.021 0.156 | +| psi2s_s | 0.001 -0.037 -0.005 -0.044 -0.085 0.078 0.000 -0.004 0.080 -0.006 -0.008 -0.014 1.000 0.015 0.004 0.057 0.036 0.086 0.012 -0.086 | +| jpsi_s | 0.001 -0.068 -0.009 -0.078 -0.152 0.139 0.001 -0.008 0.144 -0.012 -0.014 -0.024 0.015 1.000 0.007 0.101 0.064 0.154 0.021 -0.153 | +| p4160_s | 0.000 -0.019 -0.002 -0.022 -0.043 0.039 0.000 -0.002 0.041 -0.003 -0.004 -0.007 0.004 0.007 1.000 0.029 0.018 0.043 0.006 -0.043 | +| Dbar_s | 0.007 -0.295 -0.037 -0.336 -0.652 0.599 0.003 -0.033 0.614 -0.051 -0.060 -0.101 0.057 0.101 0.029 1.000 0.276 0.660 0.089 -0.659 | +| omega_p | 0.003 -0.185 -0.025 -0.213 -0.413 0.378 0.002 -0.021 0.391 -0.032 -0.038 -0.065 0.036 0.064 0.018 0.276 1.000 0.418 0.055 -0.417 | +| phi_p | 0.008 -0.443 -0.059 -0.510 -0.989 0.905 0.005 -0.050 0.937 -0.076 -0.090 -0.156 0.086 0.154 0.043 0.660 0.418 1.000 0.135 -0.999 | +| omega_s | 0.001 -0.060 -0.008 -0.069 -0.134 0.122 0.001 -0.007 0.127 -0.010 -0.012 -0.021 0.012 0.021 0.006 0.089 0.055 0.135 1.000 -0.135 | +| rho_p | -0.008 0.443 0.059 0.510 0.988 -0.904 -0.005 0.050 -0.936 0.075 0.090 0.156 -0.086 -0.153 -0.043 -0.659 -0.417 -0.999 -0.135 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.002366550785968924}), (, {'error': 0.012442752550907876}), (, {'error': 0.01233801772026144}), (, {'error': 0.010887784324361327}), (, {'error': 0.09371487390330735}), (, {'error': 0.008894089610217204}), (, {'error': 0.0006305953160981037}), (, {'error': 0.0026879723281174606}), (, {'error': 0.02765960218054153}), (, {'error': 0.024100168512941167}), (, {'error': 0.0020016074251784782}), (, {'error': 0.0016793252057474284}), (, {'error': 0.11565857969674198}), (, {'error': 0.18404044205726677}), (, {'error': 0.001184282417609761}), (, {'error': 0.005073182071414051}), (, {'error': 0.014117452455437718}), (, {'error': 7.266836170414194}), (, {'error': 0.008863097989078472}), (, {'error': 0.486396441011518})]) +Toy 9/10 +Time taken: 14 h, 53 s +Projected time left: 1 h, 33 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.188E+05 | Ncalls=1220 (1220 total) | +| EDM = 0.000158 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -718773.5885236749 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 0.84 | 0.19 | | |0.126447 | 2.35355 | | +| 1 | p3770_p | 3.86 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.40 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -1.94 | 0.24 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 18.7 | 0.8 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_p | 4.747 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 1.23 | 0.30 | | |0.0253049| 2.0747 | | +| 7 | p3770_s | 2.53 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | psi2s_p | 2.170 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | p4040_p | -2.49 | 0.21 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 0.88 | 0.18 | | |0.00501244| 2.01499 | | +| 11| Ctt | -0.19 | 0.14 | | | -0.5 | 0.5 | | +| 12| psi2s_s | 1374.4 | 2.7 | | | 1358.64 | 1433.36 | | +| 13| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.11 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| Dbar_s | -0.07 | 0.06 | | | -1.464 | 1.464 | | +| 16| omega_p | -5.54 | 0.23 | | |-6.28319 | 6.28319 | | +| 17| phi_p | 6.28 | 0.19 | | |-6.28319 | 6.28319 | | +| 18| omega_s | 9.0 | 1.1 | | | 4.19232 | 9.40768 | | +| 19| rho_p | 5.49 | 0.26 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s p3770_p p4160_p p4415_p phi_s jpsi_p rho_s p3770_s psi2s_p p4040_p p4040_s Ctt psi2s_s jpsi_s p4160_s Dbar_s omega_p phi_p omega_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.222 0.022 -0.148 0.003 -0.067 0.004 0.086 -0.160 0.167 0.126 0.408 0.019 -0.021 0.351 0.510 -0.006 0.002 -0.000 -0.018 | +| p3770_p | -0.222 1.000 0.272 0.132 0.001 -0.071 -0.007 -0.199 -0.182 0.134 -0.278 -0.547 0.014 -0.017 -0.141 -0.456 0.000 0.002 -0.002 0.025 | +| p4160_p | 0.022 0.272 1.000 0.275 -0.001 -0.088 -0.019 -0.093 0.013 0.054 -0.494 -0.485 -0.038 0.039 -0.088 -0.216 -0.002 0.002 -0.002 0.030 | +| p4415_p | -0.148 0.132 0.275 1.000 0.000 -0.050 -0.014 -0.026 0.016 0.078 -0.221 -0.240 -0.019 0.020 -0.185 0.004 -0.000 0.001 -0.001 0.028 | +| phi_s | 0.003 0.001 -0.001 0.000 1.000 -0.004 -0.052 -0.004 -0.016 -0.000 -0.003 0.007 0.025 -0.027 0.002 -0.008 0.025 -0.444 0.018 0.135 | +| jpsi_p | -0.067 -0.071 -0.088 -0.050 -0.004 1.000 0.058 -0.000 -0.039 -0.163 0.040 0.110 0.115 -0.120 -0.100 -0.109 0.007 0.015 -0.013 0.010 | +| rho_s | 0.004 -0.007 -0.019 -0.014 -0.052 0.058 1.000 -0.008 0.001 -0.019 0.011 0.037 0.022 -0.023 -0.004 -0.017 0.540 -0.008 0.117 0.127 | +| p3770_s | 0.086 -0.199 -0.093 -0.026 -0.004 -0.000 -0.008 1.000 -0.309 -0.037 0.194 0.080 -0.038 0.028 0.081 0.229 -0.007 0.001 -0.001 -0.024 | +| psi2s_p | -0.160 -0.182 0.013 0.016 -0.016 -0.039 0.001 -0.309 1.000 -0.239 -0.076 -0.061 -0.116 0.117 -0.216 -0.068 -0.010 0.008 -0.007 -0.040 | +| p4040_p | 0.167 0.134 0.054 0.078 -0.000 -0.163 -0.019 -0.037 -0.239 1.000 -0.202 -0.167 -0.045 0.046 0.439 0.187 -0.009 0.003 -0.002 0.006 | +| p4040_s | 0.126 -0.278 -0.494 -0.221 -0.003 0.040 0.011 0.194 -0.076 -0.202 1.000 0.540 -0.002 -0.000 -0.071 0.434 -0.004 0.001 0.000 -0.043 | +| Ctt | 0.408 -0.547 -0.485 -0.240 0.007 0.110 0.037 0.080 -0.061 -0.167 0.540 1.000 0.083 -0.083 0.296 0.739 0.007 -0.001 0.002 -0.017 | +| psi2s_s | 0.019 0.014 -0.038 -0.019 0.025 0.115 0.022 -0.038 -0.116 -0.045 -0.002 0.083 1.000 -0.911 -0.005 -0.168 -0.021 0.003 0.003 -0.104 | +| jpsi_s | -0.021 -0.017 0.039 0.020 -0.027 -0.120 -0.023 0.028 0.117 0.046 -0.000 -0.083 -0.911 1.000 0.003 0.179 0.023 -0.003 -0.004 0.113 | +| p4160_s | 0.351 -0.141 -0.088 -0.185 0.002 -0.100 -0.004 0.081 -0.216 0.439 -0.071 0.296 -0.005 0.003 1.000 0.513 -0.008 0.002 -0.001 -0.017 | +| Dbar_s | 0.510 -0.456 -0.216 0.004 -0.008 -0.109 -0.017 0.229 -0.068 0.187 0.434 0.739 -0.168 0.179 0.513 1.000 -0.012 0.003 -0.002 -0.029 | +| omega_p | -0.006 0.000 -0.002 -0.000 0.025 0.007 0.540 -0.007 -0.010 -0.009 -0.004 0.007 -0.021 0.023 -0.008 -0.012 1.000 -0.019 0.631 0.270 | +| phi_p | 0.002 0.002 0.002 0.001 -0.444 0.015 -0.008 0.001 0.008 0.003 0.001 -0.001 0.003 -0.003 0.002 0.003 -0.019 1.000 0.006 -0.015 | +| omega_s | -0.000 -0.002 -0.002 -0.001 0.018 -0.013 0.117 -0.001 -0.007 -0.002 0.000 0.002 0.003 -0.004 -0.001 -0.002 0.631 0.006 1.000 0.032 | +| rho_p | -0.018 0.025 0.030 0.028 0.135 0.010 0.127 -0.024 -0.040 0.006 -0.043 -0.017 -0.104 0.113 -0.017 -0.029 0.270 -0.015 0.032 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18832715899327862}), (, {'error': 0.1144481448761745}), (, {'error': 0.09902432630499458}), (, {'error': 0.23788756199949557}), (, {'error': 0.8413037788554529}), (, {'error': 0.01635292868232341}), (, {'error': 0.29704187013659006}), (, {'error': 0.20664463934347355}), (, {'error': 0.028489554931089955}), (, {'error': 0.2052475005697505}), (, {'error': 0.1762070947232739}), (, {'error': 0.13615266910011123}), (, {'error': 2.7025189256510203}), (, {'error': 38.532324646950656}), (, {'error': 0.1689889633436994}), (, {'error': 0.05823518463331134}), (, {'error': 0.23342747211372883}), (, {'error': 0.18524115494550042}), (, {'error': 1.0706302181413112}), (, {'error': 0.2642312329004941})]) +Toy 10/10 +Time taken: 15 h, 48 min +Projected time left: +Mean Ctt value = -0.1972480001302806 +Mean Ctt error = 0.1465033348370337 +Simulation ended diff --git a/prelim_results/slurm-2213915.out b/prelim_results/slurm-2213915.out new file mode 100644 index 0000000..c635419 --- /dev/null +++ b/prelim_results/slurm-2213915.out @@ -0,0 +1,9470 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.998789: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.007240: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.007645: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5602becf0500 executing computations on platform Host. Devices: +2019-07-07 14:45:24.007682: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.464438: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5602beda3880 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.464508: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.471157: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:90:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.471247: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.563613: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.563672: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.563696: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.569558: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:90:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -724890.8823967 Edm = 1.14229 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -724890.8823967 Edm = 1.14229 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -726368.508035 Edm = 0.694588 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -726370.909564 Edm = 0.829838 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -726806.0547668 Edm = 9.38111 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -726814.1213187 Edm = 0.0501477 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -726814.3676792 Edm = 0.232264 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -726846.4958331 Edm = 1.3773 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -726847.9050839 Edm = 0.0251373 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -726848.0394143 Edm = 0.115535 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -726875.0714401 Edm = 19.5498 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -726875.9266022 Edm = 0.0226512 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -726876.7988086 Edm = 0.869386 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -726917.5461353 Edm = 0.134589 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -727041.0854783 Edm = 5.93765 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -727046.239529 Edm = 0.100816 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -727046.3873192 Edm = 0.013437 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -727046.4397204 Edm = 0.0333516 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -727094.1993246 Edm = 3.67414 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -727117.1778753 Edm = 0.913735 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -727119.0372152 Edm = 0.501035 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -727120.4165599 Edm = 0.540603 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -727121.0975064 Edm = 0.2131 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -727121.6993425 Edm = 0.135456 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -727121.9849839 Edm = 0.229155 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -727122.1616803 Edm = 0.0694722 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -727122.2660819 Edm = 0.0409316 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -727122.5678588 Edm = 0.274661 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -727132.8779194 Edm = 8.21149 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -727151.4422146 Edm = 13.9841 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -727156.6935251 Edm = 0.706964 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -727157.347093 Edm = 0.00851141 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -727157.3575384 Edm = 0.00246293 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -727157.4026881 Edm = 0.0376728 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -727159.1160902 Edm = 1.38387 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -727177.0634866 Edm = 2.08137 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -727180.4480632 Edm = 0.755435 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -727181.9434863 Edm = 0.906493 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -727183.4906972 Edm = 1.43106 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -727184.2308958 Edm = 1.90924 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -727187.134328 Edm = 1.62269 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -727188.7248232 Edm = 0.608678 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -727189.9638759 Edm = 0.702237 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -727190.2894091 Edm = 0.19848 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -727190.4997569 Edm = 0.00719818 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -727190.5128004 Edm = 0.00265835 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -727190.5217527 Edm = 0.00778491 NCalls = 144 +VariableMetric: Iteration # 46 - FCN = -727192.2888656 Edm = 1.49975 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -727222.5891155 Edm = 10.2721 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -727235.209893 Edm = 15.668 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -727239.2027183 Edm = 6.9634 NCalls = 161 +VariableMetric: Iteration # 50 - FCN = -727255.9016675 Edm = 11.3253 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -727259.1597718 Edm = 10.2415 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -727269.2746346 Edm = 20.7128 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -727281.2759025 Edm = 7.00404 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -727288.2957256 Edm = 2.07988 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -727291.6977868 Edm = 1.11477 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -727293.1096712 Edm = 0.645022 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -727293.6979851 Edm = 0.0717135 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -727293.7778663 Edm = 0.00636849 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -727293.7866862 Edm = 0.00227307 NCalls = 192 +VariableMetric: Iteration # 60 - FCN = -727293.7926769 Edm = 0.00305245 NCalls = 194 +VariableMetric: Iteration # 61 - FCN = -727293.8191104 Edm = 0.0194863 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -727294.1062535 Edm = 0.218166 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -727306.6498587 Edm = 4.06353 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -727311.7806446 Edm = 0.134156 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -727311.9276197 Edm = 0.00635799 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -727311.9335377 Edm = 0.00155788 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -727311.9408371 Edm = 0.00629189 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -727312.3140445 Edm = 0.468092 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -727312.4106395 Edm = 0.093589 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -727332.9810627 Edm = 2.97687 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -727335.9508527 Edm = 0.825438 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -727336.5303668 Edm = 0.0603342 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -727336.5796297 Edm = 0.00462244 NCalls = 239 +VariableMetric: Iteration # 74 - FCN = -727336.5856556 Edm = 0.000590098 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -727336.5867456 Edm = 0.000831098 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -727336.6042885 Edm = 0.016181 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -727338.7184314 Edm = 1.32446 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -727347.6388719 Edm = 1.47375 NCalls = 257 +VariableMetric: Iteration # 79 - FCN = -727349.1558042 Edm = 0.16067 NCalls = 258 +VariableMetric: Iteration # 80 - FCN = -727349.3677702 Edm = 0.0149707 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -727349.408001 Edm = 0.00775074 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -727349.4244288 Edm = 0.00352699 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -727349.4341096 Edm = 0.00528774 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -727349.4836283 Edm = 0.093704 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -727349.4937279 Edm = 0.0326795 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -727349.5195649 Edm = 0.0517976 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -727349.56149 Edm = 0.0886754 NCalls = 284 +VariableMetric: Iteration # 88 - FCN = -727349.6522577 Edm = 0.175607 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -727350.0390776 Edm = 0.676417 NCalls = 295 +VariableMetric: Iteration # 90 - FCN = -727350.1005473 Edm = 0.105873 NCalls = 299 +VariableMetric: Iteration # 91 - FCN = -727350.5445169 Edm = 0.41103 NCalls = 306 +VariableMetric: Iteration # 92 - FCN = -727353.2507046 Edm = 2.3541 NCalls = 309 +VariableMetric: Iteration # 93 - FCN = -727355.4213943 Edm = 2.27277 NCalls = 313 +VariableMetric: Iteration # 94 - FCN = -727357.3077348 Edm = 2.44136 NCalls = 316 +VariableMetric: Iteration # 95 - FCN = -727359.3563529 Edm = 0.666944 NCalls = 319 +VariableMetric: Iteration # 96 - FCN = -727362.8839211 Edm = 0.651523 NCalls = 322 +VariableMetric: Iteration # 97 - FCN = -727363.3424162 Edm = 0.624429 NCalls = 324 +VariableMetric: Iteration # 98 - FCN = -727363.8277034 Edm = 0.0813668 NCalls = 326 +VariableMetric: Iteration # 99 - FCN = -727363.9228485 Edm = 0.0172815 NCalls = 328 +VariableMetric: Iteration # 100 - FCN = -727363.9649592 Edm = 0.0181243 NCalls = 330 +VariableMetric: Iteration # 101 - FCN = -727364.8257458 Edm = 0.695872 NCalls = 335 +VariableMetric: Iteration # 102 - FCN = -727375.9021296 Edm = 8.08055 NCalls = 339 +VariableMetric: Iteration # 103 - FCN = -727402.0480892 Edm = 7.80837 NCalls = 342 +VariableMetric: Iteration # 104 - FCN = -727410.0057976 Edm = 0.99588 NCalls = 344 +VariableMetric: Iteration # 105 - FCN = -727411.0211797 Edm = 0.298176 NCalls = 346 +VariableMetric: Iteration # 106 - FCN = -727411.2658821 Edm = 0.0576507 NCalls = 348 +VariableMetric: Iteration # 107 - FCN = -727411.3362119 Edm = 0.0295938 NCalls = 350 +VariableMetric: Iteration # 108 - FCN = -727411.3882688 Edm = 0.0131632 NCalls = 352 +VariableMetric: Iteration # 109 - FCN = -727411.4067866 Edm = 0.00196804 NCalls = 354 +VariableMetric: Iteration # 110 - FCN = -727411.4123698 Edm = 0.00358535 NCalls = 356 +VariableMetric: Iteration # 111 - FCN = -727411.5454473 Edm = 0.107783 NCalls = 360 +VariableMetric: Iteration # 112 - FCN = -727413.9580265 Edm = 1.95616 NCalls = 364 +VariableMetric: Iteration # 113 - FCN = -727454.5906171 Edm = 29.9722 NCalls = 368 +VariableMetric: Iteration # 114 - FCN = -727481.5085943 Edm = 9.88305 NCalls = 369 +VariableMetric: Iteration # 115 - FCN = -727494.4332343 Edm = 2.95892 NCalls = 371 +VariableMetric: Iteration # 116 - FCN = -727495.766723 Edm = 0.616153 NCalls = 373 +VariableMetric: Iteration # 117 - FCN = -727496.3809525 Edm = 0.0466292 NCalls = 375 +VariableMetric: Iteration # 118 - FCN = -727496.4220596 Edm = 0.00180914 NCalls = 377 +VariableMetric: Iteration # 119 - FCN = -727496.4241622 Edm = 0.000123985 NCalls = 379 +VariableMetric: Iteration # 120 - FCN = -727496.4243924 Edm = 0.000108835 NCalls = 381 +VariableMetric: Iteration # 121 - FCN = -727496.4271281 Edm = 0.00258271 NCalls = 385 +VariableMetric: Iteration # 122 - FCN = -727496.4277369 Edm = 0.000543738 NCalls = 388 +VariableMetric: Iteration # 123 - FCN = -727497.1420784 Edm = 0.122689 NCalls = 395 +VariableMetric: Iteration # 124 - FCN = -727497.9010774 Edm = 0.358568 NCalls = 397 +VariableMetric: Iteration # 125 - FCN = -727498.8781185 Edm = 0.125194 NCalls = 399 +VariableMetric: Iteration # 126 - FCN = -727499.0699376 Edm = 0.0364152 NCalls = 401 +VariableMetric: Iteration # 127 - FCN = -727499.1360259 Edm = 0.0026045 NCalls = 403 +VariableMetric: Iteration # 128 - FCN = -727499.1393924 Edm = 5.6253e-05 NCalls = 405 +VariableMetric: After Hessian - FCN = -727499.1393924 Edm = 4.66526 NCalls = 766 +VariableMetric: Iteration # 129 - FCN = -727499.1393924 Edm = 4.66526 NCalls = 766 +VariableMetric: Iteration # 130 - FCN = -727500.8267264 Edm = 2.52454 NCalls = 768 +VariableMetric: Iteration # 131 - FCN = -727502.5809694 Edm = 1.06768 NCalls = 770 +VariableMetric: Iteration # 132 - FCN = -727502.835015 Edm = 0.488166 NCalls = 772 +VariableMetric: Iteration # 133 - FCN = -727503.4348376 Edm = 0.164145 NCalls = 775 +VariableMetric: Iteration # 134 - FCN = -727503.9092345 Edm = 0.213253 NCalls = 779 +VariableMetric: Iteration # 135 - FCN = -727504.0137006 Edm = 0.090344 NCalls = 781 +VariableMetric: Iteration # 136 - FCN = -727504.164465 Edm = 0.0751553 NCalls = 783 +VariableMetric: Iteration # 137 - FCN = -727504.2235873 Edm = 0.0314131 NCalls = 786 +VariableMetric: Iteration # 138 - FCN = -727504.281549 Edm = 0.0327953 NCalls = 789 +VariableMetric: Iteration # 139 - FCN = -727504.3111526 Edm = 0.0187683 NCalls = 792 +VariableMetric: Iteration # 140 - FCN = -727504.3411441 Edm = 0.00435565 NCalls = 794 +VariableMetric: Iteration # 141 - FCN = -727504.3472178 Edm = 0.00141471 NCalls = 796 +VariableMetric: Iteration # 142 - FCN = -727504.3486261 Edm = 0.000260502 NCalls = 798 +VariableMetric: Iteration # 143 - FCN = -727504.3488218 Edm = 2.41471e-05 NCalls = 800 +VariableMetric: After Hessian - FCN = -727504.3488218 Edm = 2.5929e-05 NCalls = 1169 +VariableMetric: Iteration # 144 - FCN = -727504.3488218 Edm = 2.5929e-05 NCalls = 1169 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -722480.2736582 Edm = 7.47434 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -722480.2736582 Edm = 7.47434 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -725592.9348113 Edm = 0.452908 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -725596.8004003 Edm = 0.88262 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -725964.9825343 Edm = 65.7502 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -725998.1263439 Edm = 1.4754 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -725999.1385556 Edm = 0.19322 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -726015.6486684 Edm = 16.2808 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -726434.2197617 Edm = 26.3726 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -726459.8608795 Edm = 1.80873 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -726461.1287628 Edm = 0.0703561 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -726461.4249074 Edm = 0.20777 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -726564.7917766 Edm = 48.56 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -726641.5484587 Edm = 2.29122 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -726644.1182642 Edm = 0.170042 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -726644.4550706 Edm = 0.170215 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -726651.1391436 Edm = 5.6102 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -726714.3598355 Edm = 7.3277 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -726723.4262023 Edm = 0.193201 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -726723.6385439 Edm = 0.0275946 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -726723.7116831 Edm = 0.02895 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -726724.2678258 Edm = 0.527387 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -726757.1557321 Edm = 14.4088 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -726821.3486267 Edm = 13.2931 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -726835.3707375 Edm = 0.256153 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -726835.634738 Edm = 0.0269292 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -726835.8817827 Edm = 0.176872 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -726837.8496541 Edm = 1.74167 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -726867.8649536 Edm = 4.08916 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -726874.1868037 Edm = 0.369819 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -726874.7654446 Edm = 0.0145315 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -726874.7825123 Edm = 0.00491946 NCalls = 97 +VariableMetric: Iteration # 31 - FCN = -726874.7934536 Edm = 0.00824404 NCalls = 99 +VariableMetric: Iteration # 32 - FCN = -726875.5401774 Edm = 0.618841 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -726894.9869545 Edm = 9.45699 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -726918.2768732 Edm = 1.71636 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -726920.1445195 Edm = 0.145199 NCalls = 112 +VariableMetric: Iteration # 36 - FCN = -726920.3125307 Edm = 0.0157607 NCalls = 114 +VariableMetric: Iteration # 37 - FCN = -726920.3310212 Edm = 0.00434898 NCalls = 116 +VariableMetric: Iteration # 38 - FCN = -726920.3450885 Edm = 0.0112434 NCalls = 118 +VariableMetric: Iteration # 39 - FCN = -726921.6650008 Edm = 1.30745 NCalls = 125 +VariableMetric: Iteration # 40 - FCN = -726921.7438569 Edm = 0.0737245 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -726929.6892126 Edm = 7.08084 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -726948.9185389 Edm = 4.35046 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -726954.2740732 Edm = 0.176104 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -726954.4539419 Edm = 0.0111321 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -726954.4716798 Edm = 0.00340074 NCalls = 144 +VariableMetric: Iteration # 46 - FCN = -726954.4802528 Edm = 0.00210193 NCalls = 146 +VariableMetric: Iteration # 47 - FCN = -726954.4937036 Edm = 0.00927807 NCalls = 149 +VariableMetric: Iteration # 48 - FCN = -726955.1381568 Edm = 0.539368 NCalls = 154 +VariableMetric: Iteration # 49 - FCN = -726972.0083934 Edm = 6.3179 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -726982.2900302 Edm = 2.63875 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -726986.1907594 Edm = 0.38242 NCalls = 164 +VariableMetric: Iteration # 52 - FCN = -726986.5970444 Edm = 0.121817 NCalls = 166 +VariableMetric: Iteration # 53 - FCN = -726986.7776962 Edm = 0.0394456 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -726986.8845336 Edm = 0.0383683 NCalls = 173 +VariableMetric: Iteration # 55 - FCN = -727001.0680761 Edm = 8.93332 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -727001.0680761 Edm = 8.93332 NCalls = 192 +VariableMetric: After Hessian - FCN = -727001.0680761 Edm = 144059 NCalls = 541 +VariableMetric: Iteration # 57 - FCN = -727001.0680761 Edm = 144059 NCalls = 541 +VariableMetric: Iteration # 58 - FCN = -727010.3450298 Edm = 3633.18 NCalls = 552 +VariableMetric: Iteration # 59 - FCN = -727308.3306959 Edm = 25.2487 NCalls = 556 +VariableMetric: Iteration # 60 - FCN = -727309.3532423 Edm = 7.86877 NCalls = 560 +VariableMetric: Iteration # 61 - FCN = -727310.2513349 Edm = 1.6053 NCalls = 562 +VariableMetric: Iteration # 62 - FCN = -727315.7480231 Edm = 7.28304 NCalls = 567 +VariableMetric: Iteration # 63 - FCN = -727323.830716 Edm = 8.46582 NCalls = 571 +VariableMetric: Iteration # 64 - FCN = -727330.7428165 Edm = 8.84863 NCalls = 574 +VariableMetric: Iteration # 65 - FCN = -727340.1170974 Edm = 1.72593 NCalls = 577 +VariableMetric: Iteration # 66 - FCN = -727341.6573632 Edm = 0.835507 NCalls = 579 +VariableMetric: Iteration # 67 - FCN = -727342.6037861 Edm = 0.193405 NCalls = 581 +VariableMetric: Iteration # 68 - FCN = -727342.840922 Edm = 0.0561846 NCalls = 583 +VariableMetric: Iteration # 69 - FCN = -727342.9865862 Edm = 0.032959 NCalls = 585 +VariableMetric: Iteration # 70 - FCN = -727343.0697686 Edm = 0.0335376 NCalls = 587 +VariableMetric: Iteration # 71 - FCN = -727343.7407015 Edm = 0.327647 NCalls = 592 +VariableMetric: Iteration # 72 - FCN = -727344.0392239 Edm = 0.58115 NCalls = 594 +VariableMetric: Iteration # 73 - FCN = -727344.9575943 Edm = 0.0605669 NCalls = 596 +VariableMetric: Iteration # 74 - FCN = -727345.0600322 Edm = 0.0181758 NCalls = 598 +VariableMetric: Iteration # 75 - FCN = -727345.1211951 Edm = 0.0332229 NCalls = 600 +VariableMetric: Iteration # 76 - FCN = -727345.1600074 Edm = 0.0102654 NCalls = 602 +VariableMetric: Iteration # 77 - FCN = -727345.178377 Edm = 0.00484744 NCalls = 604 +VariableMetric: Iteration # 78 - FCN = -727345.1992534 Edm = 0.00769061 NCalls = 606 +VariableMetric: Iteration # 79 - FCN = -727345.2210171 Edm = 0.00384679 NCalls = 608 +VariableMetric: Iteration # 80 - FCN = -727345.2302179 Edm = 0.00145788 NCalls = 610 +VariableMetric: Iteration # 81 - FCN = -727345.2346443 Edm = 0.00103103 NCalls = 612 +VariableMetric: Iteration # 82 - FCN = -727345.2371635 Edm = 0.000657956 NCalls = 614 +VariableMetric: Iteration # 83 - FCN = -727345.2413578 Edm = 0.00179712 NCalls = 617 +VariableMetric: Iteration # 84 - FCN = -727345.2443419 Edm = 0.000370478 NCalls = 619 +VariableMetric: Iteration # 85 - FCN = -727345.2448772 Edm = 0.000156152 NCalls = 621 +VariableMetric: Iteration # 86 - FCN = -727345.2454385 Edm = 0.000173902 NCalls = 623 +VariableMetric: Iteration # 87 - FCN = -727345.2457028 Edm = 1.82538e-05 NCalls = 625 +VariableMetric: After Hessian - FCN = -727345.2457028 Edm = 0.00142627 NCalls = 990 +VariableMetric: Iteration # 88 - FCN = -727345.2457028 Edm = 0.00142627 NCalls = 990 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -726427.8589358 Edm = 1.549 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -726427.8589358 Edm = 1.549 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -726802.7169844 Edm = 0.384054 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -726805.5846812 Edm = 2.98626 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -726922.6474101 Edm = 5.02696 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -726928.4380596 Edm = 0.0648547 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -726929.4641451 Edm = 0.911143 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -727008.8671005 Edm = 1.53074 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -727010.718011 Edm = 0.208141 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -727010.918866 Edm = 0.143981 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -727011.2172962 Edm = 0.0823678 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -727012.8526295 Edm = 1.61204 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -727021.4676049 Edm = 7.52887 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -727115.5326621 Edm = 7.1596 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -727123.2026573 Edm = 1.08976 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -727124.5403223 Edm = 0.148487 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -727125.8713937 Edm = 1.20938 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -727209.5605684 Edm = 24.5626 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -727249.9009121 Edm = 1.80743 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -727252.2565346 Edm = 0.0677162 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -727252.3612607 Edm = 0.0256655 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -727252.6308989 Edm = 0.0718658 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -727252.8399588 Edm = 0.100948 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -727254.5575788 Edm = 2.75364 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -727262.9750261 Edm = 6.01505 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -727272.2144433 Edm = 0.614313 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -727272.8503905 Edm = 0.0327356 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -727272.9002631 Edm = 0.00915688 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -727272.9483418 Edm = 0.0109408 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -727272.9691975 Edm = 0.0085992 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -727272.988079 Edm = 0.0148893 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -727273.4897998 Edm = 0.514669 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -727294.2783301 Edm = 13.8571 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -727297.7957187 Edm = 8.52569 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -727319.1708213 Edm = 7.12382 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -727328.1398913 Edm = 1.38034 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -727329.2359937 Edm = 0.113918 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -727329.3074236 Edm = 0.00913197 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -727329.322445 Edm = 0.00433388 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -727329.3380589 Edm = 0.00977753 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -727329.4063862 Edm = 0.0613483 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -727334.2456808 Edm = 4.95882 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -727334.3386448 Edm = 0.086048 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -727348.7897432 Edm = 1.50101 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -727370.4910969 Edm = 1.14119 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -727371.5834605 Edm = 0.189695 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -727371.7570898 Edm = 0.00379205 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -727371.7608128 Edm = 0.00105736 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -727371.7666597 Edm = 0.00223589 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -727371.7709513 Edm = 0.00121903 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -727371.7729174 Edm = 0.000494314 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -727371.7758616 Edm = 0.00279842 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -727371.8595068 Edm = 0.118328 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -727372.1105497 Edm = 0.674465 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -727372.6893604 Edm = 0.499248 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -727373.0462001 Edm = 1.54644 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -727375.1913843 Edm = 0.470565 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -727376.3625514 Edm = 0.326649 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -727376.793566 Edm = 1.25619 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -727379.7091989 Edm = 2.15858 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -727385.7638657 Edm = 0.398849 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -727386.0636914 Edm = 0.00517513 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -727386.0685929 Edm = 0.000253714 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -727386.0698249 Edm = 0.0011429 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -727386.1109282 Edm = 0.0370224 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -727386.7355536 Edm = 0.604805 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -727393.0232749 Edm = 3.52958 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -727403.9290572 Edm = 3.44266 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -727404.3384357 Edm = 0.716875 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -727404.6457669 Edm = 0.00474845 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -727404.6592514 Edm = 0.00711841 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -727404.7064134 Edm = 0.0152566 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -727404.7336523 Edm = 0.00363525 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -727404.7400526 Edm = 0.00198568 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -727404.7448893 Edm = 0.00320955 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -727404.7503007 Edm = 0.0027533 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -727404.7523433 Edm = 0.00433436 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -727404.7573702 Edm = 0.00734526 NCalls = 255 +VariableMetric: Iteration # 77 - FCN = -727404.768018 Edm = 0.0125663 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -727404.7743347 Edm = 0.00766398 NCalls = 262 +VariableMetric: Iteration # 79 - FCN = -727404.7861635 Edm = 0.00901092 NCalls = 265 +VariableMetric: Iteration # 80 - FCN = -727404.7980291 Edm = 0.00496669 NCalls = 268 +VariableMetric: Iteration # 81 - FCN = -727404.8014158 Edm = 0.000582967 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -727404.8023253 Edm = 0.00046551 NCalls = 272 +VariableMetric: Iteration # 83 - FCN = -727404.8060309 Edm = 0.00321968 NCalls = 276 +VariableMetric: Iteration # 84 - FCN = -727405.2566212 Edm = 0.501946 NCalls = 282 +VariableMetric: Iteration # 85 - FCN = -727405.2656596 Edm = 0.00566063 NCalls = 284 +VariableMetric: Iteration # 86 - FCN = -727405.2902284 Edm = 0.0194461 NCalls = 286 +VariableMetric: Iteration # 87 - FCN = -727405.3839784 Edm = 0.0421629 NCalls = 288 +VariableMetric: Iteration # 88 - FCN = -727405.6182081 Edm = 0.199639 NCalls = 292 +VariableMetric: Iteration # 89 - FCN = -727411.3733384 Edm = 2.01393 NCalls = 296 +VariableMetric: Iteration # 90 - FCN = -727414.9867573 Edm = 0.787316 NCalls = 299 +VariableMetric: Iteration # 91 - FCN = -727416.052 Edm = 0.231285 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -727416.3170144 Edm = 0.0898702 NCalls = 305 +VariableMetric: Iteration # 93 - FCN = -727416.3641105 Edm = 0.0140118 NCalls = 307 +VariableMetric: Iteration # 94 - FCN = -727416.3726356 Edm = 0.00235624 NCalls = 309 +VariableMetric: Iteration # 95 - FCN = -727416.3774683 Edm = 0.00158968 NCalls = 311 +VariableMetric: Iteration # 96 - FCN = -727416.3813376 Edm = 0.000403003 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -727416.3817371 Edm = 0.000129664 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -727416.3828728 Edm = 0.00102572 NCalls = 318 +VariableMetric: Iteration # 99 - FCN = -727416.5714445 Edm = 0.153966 NCalls = 324 +VariableMetric: Iteration # 100 - FCN = -727419.2524218 Edm = 0.542636 NCalls = 328 +VariableMetric: Iteration # 101 - FCN = -727419.8145272 Edm = 0.030534 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -727419.8458537 Edm = 0.00181358 NCalls = 331 +VariableMetric: Iteration # 103 - FCN = -727419.8476866 Edm = 0.00019922 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -727419.8478739 Edm = 1.19949e-05 NCalls = 333 +VariableMetric: After Hessian - FCN = -727419.8478739 Edm = 84.1291 NCalls = 694 +VariableMetric: Iteration # 105 - FCN = -727419.8478739 Edm = 84.1291 NCalls = 694 +VariableMetric: Iteration # 106 - FCN = -727473.8213817 Edm = 9192.32 NCalls = 696 +VariableMetric: Iteration # 107 - FCN = -727477.0939554 Edm = 6.07377 NCalls = 704 +VariableMetric: Iteration # 108 - FCN = -727482.6256533 Edm = 4.42552 NCalls = 708 +VariableMetric: Iteration # 109 - FCN = -727491.2405432 Edm = 6.53837 NCalls = 714 +VariableMetric: Iteration # 110 - FCN = -727493.1260413 Edm = 6.11043 NCalls = 718 +VariableMetric: Iteration # 111 - FCN = -727498.8953743 Edm = 3.42543 NCalls = 721 +VariableMetric: Iteration # 112 - FCN = -727501.1689071 Edm = 2.60536 NCalls = 723 +VariableMetric: Iteration # 113 - FCN = -727501.8783368 Edm = 2.25375 NCalls = 725 +VariableMetric: Iteration # 114 - FCN = -727502.8441578 Edm = 0.22565 NCalls = 728 +VariableMetric: Iteration # 115 - FCN = -727503.0422074 Edm = 0.0687393 NCalls = 730 +VariableMetric: Iteration # 116 - FCN = -727503.1814376 Edm = 0.0765787 NCalls = 732 +VariableMetric: Iteration # 117 - FCN = -727503.503472 Edm = 0.18743 NCalls = 734 +VariableMetric: Iteration # 118 - FCN = -727503.780831 Edm = 0.268036 NCalls = 737 +VariableMetric: Iteration # 119 - FCN = -727504.2161687 Edm = 0.34757 NCalls = 739 +VariableMetric: Iteration # 120 - FCN = -727504.8782873 Edm = 0.546914 NCalls = 742 +VariableMetric: Iteration # 121 - FCN = -727504.9460336 Edm = 0.262804 NCalls = 744 +VariableMetric: Iteration # 122 - FCN = -727505.1902148 Edm = 0.0928037 NCalls = 745 +VariableMetric: Iteration # 123 - FCN = -727505.2968916 Edm = 0.0643085 NCalls = 747 +VariableMetric: Iteration # 124 - FCN = -727505.3896441 Edm = 0.0283239 NCalls = 750 +VariableMetric: Iteration # 125 - FCN = -727505.4467249 Edm = 0.0149966 NCalls = 752 +VariableMetric: Iteration # 126 - FCN = -727505.4998305 Edm = 0.0105501 NCalls = 754 +VariableMetric: Iteration # 127 - FCN = -727505.5237704 Edm = 0.001913 NCalls = 756 +VariableMetric: Iteration # 128 - FCN = -727505.5263093 Edm = 0.00135693 NCalls = 758 +VariableMetric: Iteration # 129 - FCN = -727505.5268495 Edm = 0.000242571 NCalls = 760 +VariableMetric: Iteration # 130 - FCN = -727505.5271498 Edm = 4.23375e-05 NCalls = 762 +VariableMetric: After Hessian - FCN = -727505.5271498 Edm = 0.000106254 NCalls = 1133 +VariableMetric: Iteration # 131 - FCN = -727505.5271498 Edm = 0.000106254 NCalls = 1133 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -724683.4073668 Edm = 5.32905 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -724683.4073668 Edm = 5.32905 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -726361.6881179 Edm = 0.102758 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -726362.1834364 Edm = 0.130142 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -726413.3084022 Edm = 0.176224 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -726413.5704185 Edm = 0.0675296 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -726418.6010456 Edm = 4.68479 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -726473.7245719 Edm = 0.228828 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -726474.1137816 Edm = 0.236898 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -726483.7934317 Edm = 11.4714 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -726491.780281 Edm = 7.78314 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -726513.5414654 Edm = 19.8501 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -727023.9845373 Edm = 27.4098 NCalls = 54 +VariableMetric: Iteration # 12 - FCN = -727054.5845522 Edm = 3.3931 NCalls = 55 +VariableMetric: Iteration # 13 - FCN = -727061.7398861 Edm = 2.16124 NCalls = 57 +VariableMetric: Iteration # 14 - FCN = -727065.5385898 Edm = 0.102128 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -727065.7935665 Edm = 0.192567 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -727075.7993606 Edm = 7.24354 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -727098.8379092 Edm = 0.678912 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -727100.0628899 Edm = 0.60601 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -727102.5372139 Edm = 1.03693 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -727102.8165599 Edm = 0.274877 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -727103.8282856 Edm = 0.858562 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -727106.4563002 Edm = 1.83812 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -727108.5092252 Edm = 0.150775 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -727108.7007783 Edm = 0.0405216 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -727108.7357005 Edm = 0.0161855 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -727110.4953895 Edm = 1.71034 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -727166.4074051 Edm = 21.6715 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -727218.3078432 Edm = 4.45978 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -727223.2960896 Edm = 0.654509 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -727224.1309554 Edm = 0.128685 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -727224.4408698 Edm = 0.0611748 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -727224.6264227 Edm = 0.0545911 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -727224.7220254 Edm = 0.100387 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -727224.8113793 Edm = 0.0111574 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -727224.8284049 Edm = 0.0187031 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -727224.8397491 Edm = 0.00406184 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -727224.8546613 Edm = 0.00720508 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -727225.4347349 Edm = 0.658105 NCalls = 138 +VariableMetric: Iteration # 39 - FCN = -727225.8103657 Edm = 0.422723 NCalls = 144 +VariableMetric: Iteration # 40 - FCN = -727225.8780812 Edm = 0.379601 NCalls = 148 +VariableMetric: Iteration # 41 - FCN = -727226.3289054 Edm = 0.53903 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -727227.4705063 Edm = 0.850951 NCalls = 160 +VariableMetric: Iteration # 43 - FCN = -727229.3522381 Edm = 2.70546 NCalls = 162 +VariableMetric: Iteration # 44 - FCN = -727231.1159398 Edm = 0.651125 NCalls = 165 +VariableMetric: Iteration # 45 - FCN = -727232.3078942 Edm = 0.62344 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -727240.0523141 Edm = 4.64454 NCalls = 172 +VariableMetric: Iteration # 47 - FCN = -727251.6128261 Edm = 1.2944 NCalls = 175 +VariableMetric: Iteration # 48 - FCN = -727252.5185869 Edm = 0.128061 NCalls = 177 +VariableMetric: Iteration # 49 - FCN = -727252.6107041 Edm = 0.00405792 NCalls = 179 +VariableMetric: Iteration # 50 - FCN = -727252.6174635 Edm = 0.00201142 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -727252.6234354 Edm = 0.00197769 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -727252.6490161 Edm = 0.0212552 NCalls = 186 +VariableMetric: Iteration # 53 - FCN = -727259.6010806 Edm = 2.99523 NCalls = 193 +VariableMetric: Iteration # 54 - FCN = -727260.409449 Edm = 2.71176 NCalls = 195 +VariableMetric: Iteration # 55 - FCN = -727263.9083664 Edm = 0.748142 NCalls = 198 +VariableMetric: Iteration # 56 - FCN = -727264.386374 Edm = 0.0508192 NCalls = 200 +VariableMetric: Iteration # 57 - FCN = -727264.4650325 Edm = 0.0188541 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -727264.5492576 Edm = 0.0324942 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -727264.667755 Edm = 0.016469 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -727264.6898293 Edm = 0.00512214 NCalls = 208 +VariableMetric: Iteration # 61 - FCN = -727264.7063823 Edm = 0.00567979 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -727264.7160376 Edm = 0.00535542 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -727264.7328245 Edm = 0.0204113 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -727264.7743648 Edm = 0.0335317 NCalls = 226 +VariableMetric: Iteration # 65 - FCN = -727264.7947711 Edm = 0.100987 NCalls = 230 +VariableMetric: Iteration # 66 - FCN = -727264.8581346 Edm = 0.0318052 NCalls = 234 +VariableMetric: Iteration # 67 - FCN = -727264.9200674 Edm = 0.0514078 NCalls = 236 +VariableMetric: Iteration # 68 - FCN = -727264.9933582 Edm = 0.0159976 NCalls = 239 +VariableMetric: Iteration # 69 - FCN = -727265.081856 Edm = 0.0891749 NCalls = 241 +VariableMetric: Iteration # 70 - FCN = -727265.2386718 Edm = 0.242012 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -727268.6129779 Edm = 1.48518 NCalls = 253 +VariableMetric: Iteration # 72 - FCN = -727268.8240371 Edm = 0.362408 NCalls = 255 +VariableMetric: Iteration # 73 - FCN = -727269.1764591 Edm = 0.0698646 NCalls = 257 +VariableMetric: Iteration # 74 - FCN = -727269.9374975 Edm = 0.29751 NCalls = 261 +VariableMetric: Iteration # 75 - FCN = -727270.2437505 Edm = 0.392913 NCalls = 262 +VariableMetric: Iteration # 76 - FCN = -727270.5392049 Edm = 0.0933576 NCalls = 264 +VariableMetric: Iteration # 77 - FCN = -727270.7048457 Edm = 0.0527652 NCalls = 267 +VariableMetric: Iteration # 78 - FCN = -727270.8428793 Edm = 0.0756055 NCalls = 269 +VariableMetric: Iteration # 79 - FCN = -727271.3867053 Edm = 0.788024 NCalls = 273 +VariableMetric: Iteration # 80 - FCN = -727277.2511884 Edm = 5.4597 NCalls = 278 +VariableMetric: Iteration # 81 - FCN = -727309.7518958 Edm = 16.0556 NCalls = 281 +VariableMetric: Iteration # 82 - FCN = -727326.2663187 Edm = 7.59341 NCalls = 282 +VariableMetric: Iteration # 83 - FCN = -727338.1253981 Edm = 15.5737 NCalls = 288 +VariableMetric: Iteration # 84 - FCN = -727342.1399146 Edm = 9.7826 NCalls = 290 +VariableMetric: Iteration # 85 - FCN = -727350.0551933 Edm = 4.72701 NCalls = 293 +VariableMetric: Iteration # 86 - FCN = -727355.5461103 Edm = 0.20998 NCalls = 297 +VariableMetric: Iteration # 87 - FCN = -727355.8769982 Edm = 0.0598589 NCalls = 299 +VariableMetric: Iteration # 88 - FCN = -727356.1783753 Edm = 0.0753345 NCalls = 301 +VariableMetric: Iteration # 89 - FCN = -727356.3113839 Edm = 0.00945694 NCalls = 303 +VariableMetric: Iteration # 90 - FCN = -727356.3220239 Edm = 0.00303756 NCalls = 305 +VariableMetric: Iteration # 91 - FCN = -727356.3303613 Edm = 0.00239703 NCalls = 307 +VariableMetric: Iteration # 92 - FCN = -727356.3477352 Edm = 0.00947058 NCalls = 310 +VariableMetric: Iteration # 93 - FCN = -727356.4548391 Edm = 0.0839219 NCalls = 313 +VariableMetric: Iteration # 94 - FCN = -727358.2580802 Edm = 1.31629 NCalls = 317 +VariableMetric: Iteration # 95 - FCN = -727382.1271496 Edm = 1.80738 NCalls = 322 +VariableMetric: Iteration # 96 - FCN = -727383.8058728 Edm = 0.0862902 NCalls = 323 +VariableMetric: Iteration # 97 - FCN = -727383.8515338 Edm = 0.00549802 NCalls = 325 +VariableMetric: Iteration # 98 - FCN = -727383.8568047 Edm = 0.000483053 NCalls = 326 +VariableMetric: Iteration # 99 - FCN = -727383.8584743 Edm = 0.000709034 NCalls = 328 +VariableMetric: Iteration # 100 - FCN = -727383.8701533 Edm = 0.009975 NCalls = 332 +VariableMetric: Iteration # 101 - FCN = -727384.7115933 Edm = 0.774339 NCalls = 337 +VariableMetric: Iteration # 102 - FCN = -727392.1655426 Edm = 0.419796 NCalls = 341 +VariableMetric: Iteration # 103 - FCN = -727392.5562396 Edm = 0.084157 NCalls = 343 +VariableMetric: Iteration # 104 - FCN = -727392.6262734 Edm = 0.0625053 NCalls = 345 +VariableMetric: Iteration # 105 - FCN = -727392.7377089 Edm = 0.0435999 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -727392.8014865 Edm = 0.0326049 NCalls = 352 +VariableMetric: Iteration # 107 - FCN = -727392.8166941 Edm = 0.00214945 NCalls = 354 +VariableMetric: Iteration # 108 - FCN = -727392.8190192 Edm = 0.000331406 NCalls = 356 +VariableMetric: Iteration # 109 - FCN = -727392.821673 Edm = 0.00245016 NCalls = 359 +VariableMetric: Iteration # 110 - FCN = -727392.9246003 Edm = 0.1055 NCalls = 365 +VariableMetric: Iteration # 111 - FCN = -727392.9461982 Edm = 0.0212651 NCalls = 370 +VariableMetric: Iteration # 112 - FCN = -727393.3669129 Edm = 0.142303 NCalls = 377 +VariableMetric: Iteration # 113 - FCN = -727395.3306071 Edm = 1.06182 NCalls = 379 +VariableMetric: Iteration # 114 - FCN = -727397.5232811 Edm = 0.36644 NCalls = 381 +VariableMetric: Iteration # 115 - FCN = -727397.9782538 Edm = 0.0327221 NCalls = 383 +VariableMetric: Iteration # 116 - FCN = -727398.0261675 Edm = 0.00769726 NCalls = 385 +VariableMetric: Iteration # 117 - FCN = -727398.0395128 Edm = 0.00214617 NCalls = 387 +VariableMetric: Iteration # 118 - FCN = -727398.043401 Edm = 0.0011223 NCalls = 389 +VariableMetric: Iteration # 119 - FCN = -727398.045582 Edm = 0.000601594 NCalls = 391 +VariableMetric: Iteration # 120 - FCN = -727398.0473517 Edm = 0.000992479 NCalls = 393 +VariableMetric: Iteration # 121 - FCN = -727398.0661259 Edm = 0.0142378 NCalls = 397 +VariableMetric: Iteration # 122 - FCN = -727398.5133763 Edm = 0.286398 NCalls = 403 +VariableMetric: Iteration # 123 - FCN = -727398.5304904 Edm = 0.0504491 NCalls = 405 +VariableMetric: Iteration # 124 - FCN = -727398.5642042 Edm = 0.0245803 NCalls = 407 +VariableMetric: Iteration # 125 - FCN = -727399.1102602 Edm = 0.986398 NCalls = 412 +VariableMetric: Iteration # 126 - FCN = -727399.8919775 Edm = 0.580709 NCalls = 421 +VariableMetric: Iteration # 127 - FCN = -727405.2836478 Edm = 1.16284 NCalls = 425 +VariableMetric: Iteration # 128 - FCN = -727406.5466709 Edm = 0.327324 NCalls = 427 +VariableMetric: Iteration # 129 - FCN = -727406.8157038 Edm = 0.31903 NCalls = 429 +VariableMetric: Iteration # 130 - FCN = -727407.0411841 Edm = 0.179729 NCalls = 431 +VariableMetric: Iteration # 131 - FCN = -727407.968623 Edm = 0.443675 NCalls = 435 +VariableMetric: Iteration # 132 - FCN = -727408.5350026 Edm = 0.0972253 NCalls = 438 +VariableMetric: Iteration # 133 - FCN = -727408.629889 Edm = 0.0210756 NCalls = 440 +VariableMetric: Iteration # 134 - FCN = -727408.6715312 Edm = 0.0237269 NCalls = 443 +VariableMetric: Iteration # 135 - FCN = -727408.7283572 Edm = 0.0186689 NCalls = 447 +VariableMetric: Iteration # 136 - FCN = -727408.7505306 Edm = 0.00864951 NCalls = 449 +VariableMetric: Iteration # 137 - FCN = -727408.7628188 Edm = 0.00210354 NCalls = 451 +VariableMetric: Iteration # 138 - FCN = -727408.7680058 Edm = 0.00109974 NCalls = 453 +VariableMetric: Iteration # 139 - FCN = -727408.7690189 Edm = 0.000866254 NCalls = 455 +VariableMetric: Iteration # 140 - FCN = -727408.7708233 Edm = 0.00118456 NCalls = 457 +VariableMetric: Iteration # 141 - FCN = -727408.8031703 Edm = 0.0312937 NCalls = 461 +VariableMetric: Iteration # 142 - FCN = -727409.8845111 Edm = 1.0985 NCalls = 468 +VariableMetric: Iteration # 143 - FCN = -727409.8936998 Edm = 0.00249837 NCalls = 470 +VariableMetric: Iteration # 144 - FCN = -727409.9196579 Edm = 0.0309425 NCalls = 477 +VariableMetric: Iteration # 145 - FCN = -727409.9208682 Edm = 0.00702083 NCalls = 479 +VariableMetric: Iteration # 146 - FCN = -727410.0105149 Edm = 0.0717209 NCalls = 485 +VariableMetric: Iteration # 147 - FCN = -727410.075662 Edm = 0.0185627 NCalls = 487 +VariableMetric: Iteration # 148 - FCN = -727410.0977602 Edm = 0.00561908 NCalls = 490 +VariableMetric: Iteration # 149 - FCN = -727410.1181095 Edm = 0.0181811 NCalls = 492 +VariableMetric: Iteration # 150 - FCN = -727410.6639118 Edm = 0.530531 NCalls = 497 +VariableMetric: Iteration # 151 - FCN = -727427.8031777 Edm = 17.7927 NCalls = 503 +VariableMetric: Iteration # 152 - FCN = -727436.1212962 Edm = 4.45901 NCalls = 508 +VariableMetric: Iteration # 153 - FCN = -727441.3154288 Edm = 0.523069 NCalls = 510 +VariableMetric: Iteration # 154 - FCN = -727442.0835984 Edm = 0.530964 NCalls = 513 +VariableMetric: Iteration # 155 - FCN = -727444.3931009 Edm = 0.387572 NCalls = 518 +VariableMetric: Iteration # 156 - FCN = -727444.7391367 Edm = 0.34598 NCalls = 520 +VariableMetric: Iteration # 157 - FCN = -727444.9509337 Edm = 0.0193641 NCalls = 521 +VariableMetric: Iteration # 158 - FCN = -727444.9656582 Edm = 0.00583801 NCalls = 523 +VariableMetric: Iteration # 159 - FCN = -727444.9705525 Edm = 0.00129063 NCalls = 525 +VariableMetric: Iteration # 160 - FCN = -727444.9726101 Edm = 0.00105153 NCalls = 527 +VariableMetric: Iteration # 161 - FCN = -727444.9863433 Edm = 0.00946182 NCalls = 530 +VariableMetric: Iteration # 162 - FCN = -727445.0439809 Edm = 0.017959 NCalls = 533 +VariableMetric: Iteration # 163 - FCN = -727445.1747981 Edm = 0.10869 NCalls = 536 +VariableMetric: Iteration # 164 - FCN = -727445.4096254 Edm = 0.193797 NCalls = 541 +VariableMetric: Iteration # 165 - FCN = -727445.5158011 Edm = 0.149736 NCalls = 545 +VariableMetric: Iteration # 166 - FCN = -727445.6946679 Edm = 0.07016 NCalls = 548 +VariableMetric: Iteration # 167 - FCN = -727445.8316892 Edm = 0.0669206 NCalls = 550 +VariableMetric: Iteration # 168 - FCN = -727446.5475506 Edm = 0.863915 NCalls = 554 +VariableMetric: Iteration # 169 - FCN = -727448.4854688 Edm = 2.2915 NCalls = 559 +VariableMetric: Iteration # 170 - FCN = -727449.4632068 Edm = 0.895043 NCalls = 564 +VariableMetric: Iteration # 171 - FCN = -727454.9282463 Edm = 0.511681 NCalls = 567 +VariableMetric: Iteration # 172 - FCN = -727455.4681892 Edm = 0.0384703 NCalls = 570 +VariableMetric: Iteration # 173 - FCN = -727455.5180327 Edm = 0.00262583 NCalls = 572 +VariableMetric: Iteration # 174 - FCN = -727455.5228252 Edm = 0.00084725 NCalls = 574 +VariableMetric: Iteration # 175 - FCN = -727455.524378 Edm = 8.59267e-05 NCalls = 576 +VariableMetric: Iteration # 176 - FCN = -727455.5244984 Edm = 9.84055e-06 NCalls = 578 +VariableMetric: After Hessian - FCN = -727455.5244984 Edm = 157.481 NCalls = 939 +VariableMetric: Iteration # 177 - FCN = -727455.5244984 Edm = 157.481 NCalls = 939 +VariableMetric: Iteration # 178 - FCN = -727460.3355996 Edm = 5223.77 NCalls = 946 +VariableMetric: Iteration # 179 - FCN = -727460.9863419 Edm = 0.381887 NCalls = 951 +VariableMetric: Iteration # 180 - FCN = -727462.077284 Edm = 0.924066 NCalls = 953 +VariableMetric: Iteration # 181 - FCN = -727462.3109175 Edm = 0.0978217 NCalls = 955 +VariableMetric: Iteration # 182 - FCN = -727462.5383224 Edm = 0.0300637 NCalls = 958 +VariableMetric: Iteration # 183 - FCN = -727462.7114316 Edm = 0.0788515 NCalls = 961 +VariableMetric: Iteration # 184 - FCN = -727462.9535559 Edm = 0.048836 NCalls = 964 +VariableMetric: Iteration # 185 - FCN = -727462.9780658 Edm = 0.0249484 NCalls = 966 +VariableMetric: Iteration # 186 - FCN = -727463.0198156 Edm = 0.0095081 NCalls = 969 +VariableMetric: Iteration # 187 - FCN = -727463.0374315 Edm = 0.00454006 NCalls = 971 +VariableMetric: Iteration # 188 - FCN = -727463.0436434 Edm = 0.00147036 NCalls = 974 +VariableMetric: Iteration # 189 - FCN = -727463.0454366 Edm = 0.000301121 NCalls = 976 +VariableMetric: Iteration # 190 - FCN = -727463.0462544 Edm = 0.000170536 NCalls = 978 +VariableMetric: Iteration # 191 - FCN = -727463.0466216 Edm = 7.31661e-05 NCalls = 980 +VariableMetric: Iteration # 192 - FCN = -727463.0467893 Edm = 3.59919e-05 NCalls = 982 +VariableMetric: After Hessian - FCN = -727463.0467893 Edm = 9.4694e-05 NCalls = 1345 +VariableMetric: Iteration # 193 - FCN = -727463.0467893 Edm = 9.4694e-05 NCalls = 1345 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720675.0170081 Edm = 16.5809 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720675.0170081 Edm = 16.5809 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724978.3090327 Edm = 4.63602 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -726661.6793594 Edm = 200.761 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -726896.1833391 Edm = 0.160379 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -726896.6255877 Edm = 0.162416 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -726901.0873582 Edm = 3.42303 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -726944.8667415 Edm = 0.619193 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -726945.6083088 Edm = 0.0560585 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -726946.5593692 Edm = 0.929588 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -727030.368171 Edm = 6.73363 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -727116.6711364 Edm = 6.00915 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -727123.6720579 Edm = 0.428548 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -727124.1308801 Edm = 0.0199266 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -727124.1920393 Edm = 0.0362782 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -727127.7733967 Edm = 3.4129 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -727172.7127709 Edm = 1.75596 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -727174.8153282 Edm = 0.129683 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -727175.0054169 Edm = 0.0215396 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -727175.0813001 Edm = 0.0574004 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -727195.1615401 Edm = 7.11068 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -727265.0981331 Edm = 23.8598 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -727290.1763475 Edm = 23.3634 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -727297.7702224 Edm = 2.94354 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -727300.7136192 Edm = 0.27023 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -727301.3590992 Edm = 0.470947 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -727305.5690842 Edm = 1.49555 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -727307.3769053 Edm = 1.68587 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -727308.1774015 Edm = 0.0407742 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -727308.2245655 Edm = 0.00355542 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -727308.2530227 Edm = 0.0257972 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -727313.3172293 Edm = 1.1534 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -727344.6473827 Edm = 18.5277 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -727370.2605909 Edm = 23.8175 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -727395.9403645 Edm = 4.00096 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -727400.7330711 Edm = 0.058354 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -727400.7918781 Edm = 0.00177109 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -727400.7953552 Edm = 0.00215532 NCalls = 115 +VariableMetric: Iteration # 37 - FCN = -727400.8075769 Edm = 0.00899443 NCalls = 118 +VariableMetric: Iteration # 38 - FCN = -727401.0204217 Edm = 0.19936 NCalls = 122 +VariableMetric: Iteration # 39 - FCN = -727408.5425626 Edm = 3.05251 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -727411.9599834 Edm = 0.0901397 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -727412.0394137 Edm = 0.00136212 NCalls = 131 +VariableMetric: Iteration # 42 - FCN = -727412.0412323 Edm = 0.000507592 NCalls = 133 +VariableMetric: Iteration # 43 - FCN = -727412.058498 Edm = 0.0139917 NCalls = 137 +VariableMetric: Iteration # 44 - FCN = -727413.4614841 Edm = 0.71217 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -727416.5828869 Edm = 1.45121 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -727418.2277988 Edm = 0.623153 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -727418.7625832 Edm = 0.0122359 NCalls = 149 +VariableMetric: Iteration # 48 - FCN = -727418.7738789 Edm = 0.000611241 NCalls = 151 +VariableMetric: Iteration # 49 - FCN = -727418.7746584 Edm = 0.00018087 NCalls = 153 +VariableMetric: Iteration # 50 - FCN = -727418.780353 Edm = 0.00528848 NCalls = 157 +VariableMetric: Iteration # 51 - FCN = -727419.1582005 Edm = 0.305678 NCalls = 162 +VariableMetric: Iteration # 52 - FCN = -727423.022838 Edm = 0.566872 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -727423.7558479 Edm = 0.0389765 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -727423.7923228 Edm = 0.000667189 NCalls = 168 +VariableMetric: Iteration # 55 - FCN = -727423.7934184 Edm = 0.000416184 NCalls = 170 +VariableMetric: Iteration # 56 - FCN = -727423.8181892 Edm = 0.024796 NCalls = 175 +VariableMetric: Iteration # 57 - FCN = -727424.4133635 Edm = 0.230448 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -727424.5664314 Edm = 0.000912304 NCalls = 183 +VariableMetric: Iteration # 59 - FCN = -727424.5680194 Edm = 0.000787159 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -727424.596037 Edm = 0.0271723 NCalls = 190 +VariableMetric: Iteration # 61 - FCN = -727426.7026941 Edm = 1.8476 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -727433.010276 Edm = 0.600576 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -727433.5378885 Edm = 0.0890957 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -727433.642568 Edm = 0.0370939 NCalls = 202 +VariableMetric: Iteration # 65 - FCN = -727433.7178616 Edm = 0.0181874 NCalls = 205 +VariableMetric: Iteration # 66 - FCN = -727433.8370016 Edm = 0.539925 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -727433.8742546 Edm = 0.168928 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -727433.9503467 Edm = 0.0767842 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -727434.2392461 Edm = 0.301496 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -727434.2658618 Edm = 0.0896118 NCalls = 226 +VariableMetric: Iteration # 71 - FCN = -727435.7287406 Edm = 1.74333 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -727435.9696698 Edm = 0.22177 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -727437.9580988 Edm = 1.24855 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -727438.9216333 Edm = 1.70455 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -727439.6475009 Edm = 0.0646313 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -727439.7140539 Edm = 0.00158104 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -727439.7166267 Edm = 0.000858417 NCalls = 250 +VariableMetric: Iteration # 78 - FCN = -727439.7229437 Edm = 0.00325544 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -727439.7608094 Edm = 0.0255053 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -727440.8010505 Edm = 0.892099 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -727454.0670174 Edm = 0.557353 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -727454.6185775 Edm = 0.0371373 NCalls = 264 +VariableMetric: Iteration # 83 - FCN = -727454.6619156 Edm = 0.00301763 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -727454.6654507 Edm = 0.000712435 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -727454.67612 Edm = 0.0122118 NCalls = 272 +VariableMetric: Iteration # 86 - FCN = -727455.4518749 Edm = 0.326461 NCalls = 279 +VariableMetric: Iteration # 87 - FCN = -727455.6303034 Edm = 0.00158833 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -727455.6329774 Edm = 0.000851866 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -727455.6860327 Edm = 0.055242 NCalls = 288 +VariableMetric: Iteration # 90 - FCN = -727457.142998 Edm = 0.185382 NCalls = 295 +VariableMetric: Iteration # 91 - FCN = -727467.8831699 Edm = 3.13912 NCalls = 299 +VariableMetric: Iteration # 92 - FCN = -727474.6796058 Edm = 1.24239 NCalls = 301 +VariableMetric: Iteration # 93 - FCN = -727476.1516594 Edm = 0.269588 NCalls = 303 +VariableMetric: Iteration # 94 - FCN = -727476.6599485 Edm = 0.0410942 NCalls = 305 +VariableMetric: Iteration # 95 - FCN = -727476.7028623 Edm = 0.00108975 NCalls = 307 +VariableMetric: Iteration # 96 - FCN = -727476.704792 Edm = 0.000523313 NCalls = 309 +VariableMetric: Iteration # 97 - FCN = -727476.7101512 Edm = 0.00440597 NCalls = 312 +VariableMetric: Iteration # 98 - FCN = -727476.8691742 Edm = 0.136058 NCalls = 316 +VariableMetric: Iteration # 99 - FCN = -727480.6323321 Edm = 2.2979 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -727485.4118952 Edm = 0.305821 NCalls = 322 +VariableMetric: Iteration # 101 - FCN = -727485.6865051 Edm = 0.0174204 NCalls = 324 +VariableMetric: Iteration # 102 - FCN = -727485.7017159 Edm = 0.00164896 NCalls = 326 +VariableMetric: Iteration # 103 - FCN = -727485.7033543 Edm = 0.000147871 NCalls = 328 +VariableMetric: Iteration # 104 - FCN = -727485.7036207 Edm = 9.65647e-05 NCalls = 330 +VariableMetric: Iteration # 105 - FCN = -727485.7050767 Edm = 0.00131027 NCalls = 333 +VariableMetric: Iteration # 106 - FCN = -727485.8122992 Edm = 0.0991234 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -727488.5126124 Edm = 0.53686 NCalls = 342 +VariableMetric: Iteration # 108 - FCN = -727489.2413875 Edm = 0.00629815 NCalls = 344 +VariableMetric: Iteration # 109 - FCN = -727489.2487145 Edm = 0.000235358 NCalls = 346 +VariableMetric: Iteration # 110 - FCN = -727489.2490845 Edm = 8.31868e-05 NCalls = 348 +VariableMetric: Iteration # 111 - FCN = -727489.2499442 Edm = 0.000710072 NCalls = 351 +VariableMetric: Iteration # 112 - FCN = -727489.2936172 Edm = 0.0429141 NCalls = 356 +VariableMetric: Iteration # 113 - FCN = -727491.0020263 Edm = 0.489107 NCalls = 361 +VariableMetric: Iteration # 114 - FCN = -727491.8549648 Edm = 0.0235453 NCalls = 363 +VariableMetric: Iteration # 115 - FCN = -727491.8909905 Edm = 0.00120605 NCalls = 365 +VariableMetric: Iteration # 116 - FCN = -727491.8922784 Edm = 0.00016871 NCalls = 367 +VariableMetric: Iteration # 117 - FCN = -727491.8924773 Edm = 2.35648e-05 NCalls = 369 +VariableMetric: After Hessian - FCN = -727491.8924773 Edm = 4.7077 NCalls = 734 +VariableMetric: Iteration # 118 - FCN = -727491.8924773 Edm = 4.7077 NCalls = 734 +VariableMetric: Iteration # 119 - FCN = -727497.465224 Edm = 0.402822 NCalls = 736 +VariableMetric: Iteration # 120 - FCN = -727497.4821084 Edm = 0.0343879 NCalls = 740 +VariableMetric: Iteration # 121 - FCN = -727497.5192917 Edm = 0.00130725 NCalls = 742 +VariableMetric: Iteration # 122 - FCN = -727497.877918 Edm = 0.923301 NCalls = 749 +VariableMetric: Iteration # 123 - FCN = -727497.8912915 Edm = 2617.39 NCalls = 756 +VariableMetric: Iteration # 124 - FCN = -727497.906605 Edm = 4088.82 NCalls = 762 +VariableMetric: Iteration # 125 - FCN = -727498.0126748 Edm = 1579.85 NCalls = 767 +VariableMetric: Iteration # 126 - FCN = -727498.0927071 Edm = 407.584 NCalls = 772 +VariableMetric: Iteration # 127 - FCN = -727498.1604959 Edm = 550.273 NCalls = 776 +VariableMetric: Iteration # 128 - FCN = -727498.405175 Edm = 247.317 NCalls = 780 +VariableMetric: Iteration # 129 - FCN = -727498.425643 Edm = 38.5997 NCalls = 784 +VariableMetric: Iteration # 130 - FCN = -727498.4517899 Edm = 59.9691 NCalls = 788 +VariableMetric: Iteration # 131 - FCN = -727498.6859004 Edm = 21.8583 NCalls = 791 +VariableMetric: Iteration # 132 - FCN = -727498.8242923 Edm = 63.1669 NCalls = 794 +VariableMetric: Iteration # 133 - FCN = -727498.9181805 Edm = 7.91881 NCalls = 797 +VariableMetric: Iteration # 134 - FCN = -727498.9465248 Edm = 0.927149 NCalls = 800 +VariableMetric: Iteration # 135 - FCN = -727498.9658306 Edm = 11.1667 NCalls = 802 +VariableMetric: Iteration # 136 - FCN = -727499.0181419 Edm = 3.46613 NCalls = 804 +VariableMetric: Iteration # 137 - FCN = -727499.0805335 Edm = 2.89885 NCalls = 806 +VariableMetric: Iteration # 138 - FCN = -727499.173073 Edm = 0.622968 NCalls = 808 +VariableMetric: Iteration # 139 - FCN = -727499.2332516 Edm = 2.96473 NCalls = 810 +VariableMetric: Iteration # 140 - FCN = -727499.2827645 Edm = 0.269622 NCalls = 812 +VariableMetric: Iteration # 141 - FCN = -727499.5451275 Edm = 1.27336 NCalls = 815 +VariableMetric: Iteration # 142 - FCN = -727499.5555995 Edm = 0.467811 NCalls = 817 +VariableMetric: Iteration # 143 - FCN = -727499.6400949 Edm = 0.741815 NCalls = 819 +VariableMetric: Iteration # 144 - FCN = -727500.1626658 Edm = 0.681182 NCalls = 823 +VariableMetric: Iteration # 145 - FCN = -727501.3806594 Edm = 0.970913 NCalls = 827 +VariableMetric: Iteration # 146 - FCN = -727501.9433906 Edm = 0.698338 NCalls = 830 +VariableMetric: Iteration # 147 - FCN = -727502.8026452 Edm = 1.577 NCalls = 834 +VariableMetric: Iteration # 148 - FCN = -727503.0651231 Edm = 0.574146 NCalls = 837 +VariableMetric: Iteration # 149 - FCN = -727503.4432991 Edm = 1.43633 NCalls = 839 +VariableMetric: Iteration # 150 - FCN = -727504.0760675 Edm = 0.568861 NCalls = 843 +VariableMetric: Iteration # 151 - FCN = -727504.2824124 Edm = 0.309993 NCalls = 846 +VariableMetric: Iteration # 152 - FCN = -727504.8913519 Edm = 0.556968 NCalls = 849 +VariableMetric: Iteration # 153 - FCN = -727505.5232701 Edm = 0.313655 NCalls = 852 +VariableMetric: Iteration # 154 - FCN = -727505.8341964 Edm = 0.0931497 NCalls = 854 +VariableMetric: Iteration # 155 - FCN = -727505.9342201 Edm = 0.0210493 NCalls = 856 +VariableMetric: Iteration # 156 - FCN = -727505.9806305 Edm = 0.0432517 NCalls = 858 +VariableMetric: Iteration # 157 - FCN = -727506.0120565 Edm = 0.0169319 NCalls = 860 +VariableMetric: Iteration # 158 - FCN = -727506.050264 Edm = 0.0203034 NCalls = 863 +VariableMetric: Iteration # 159 - FCN = -727506.0774439 Edm = 0.00835008 NCalls = 865 +VariableMetric: Iteration # 160 - FCN = -727506.0955647 Edm = 0.00510036 NCalls = 867 +VariableMetric: Iteration # 161 - FCN = -727506.1368709 Edm = 0.0218371 NCalls = 871 +VariableMetric: Iteration # 162 - FCN = -727506.1479579 Edm = 0.0237199 NCalls = 873 +VariableMetric: Iteration # 163 - FCN = -727506.1760697 Edm = 0.00898983 NCalls = 880 +VariableMetric: Iteration # 164 - FCN = -727506.188449 Edm = 0.0230706 NCalls = 883 +VariableMetric: Iteration # 165 - FCN = -727506.204844 Edm = 0.00307605 NCalls = 885 +VariableMetric: Iteration # 166 - FCN = -727506.2091706 Edm = 0.00183979 NCalls = 887 +VariableMetric: Iteration # 167 - FCN = -727506.2115268 Edm = 0.000903161 NCalls = 889 +VariableMetric: Iteration # 168 - FCN = -727506.2127269 Edm = 0.000703162 NCalls = 891 +VariableMetric: Iteration # 169 - FCN = -727506.2131403 Edm = 0.000387907 NCalls = 893 +VariableMetric: Iteration # 170 - FCN = -727506.2183402 Edm = 0.00436356 NCalls = 898 +VariableMetric: Iteration # 171 - FCN = -727506.2290043 Edm = 0.0132714 NCalls = 903 +VariableMetric: Iteration # 172 - FCN = -727506.2340471 Edm = 0.00543818 NCalls = 905 +VariableMetric: Iteration # 173 - FCN = -727506.2417199 Edm = 0.00260341 NCalls = 908 +VariableMetric: Iteration # 174 - FCN = -727506.2466887 Edm = 0.00327454 NCalls = 911 +VariableMetric: Iteration # 175 - FCN = -727506.2478516 Edm = 0.000605443 NCalls = 913 +VariableMetric: Iteration # 176 - FCN = -727506.248939 Edm = 0.000250816 NCalls = 916 +VariableMetric: Iteration # 177 - FCN = -727506.2497322 Edm = 0.000329442 NCalls = 918 +VariableMetric: Iteration # 178 - FCN = -727506.2503881 Edm = 0.000395339 NCalls = 920 +VariableMetric: Iteration # 179 - FCN = -727506.25147 Edm = 0.000967768 NCalls = 923 +VariableMetric: Iteration # 180 - FCN = -727506.2541229 Edm = 0.00173101 NCalls = 927 +VariableMetric: Iteration # 181 - FCN = -727506.2557935 Edm = 6.61986e-05 NCalls = 930 +VariableMetric: After Hessian - FCN = -727506.2557935 Edm = 0.000673442 NCalls = 1291 +VariableMetric: Iteration # 182 - FCN = -727506.2557935 Edm = 0.000673442 NCalls = 1291 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -723237.1458808 Edm = 4.70078 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -723237.1458808 Edm = 4.70078 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -725610.3401573 Edm = 5.38283 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -725628.3560662 Edm = 6.5941 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -726517.1218332 Edm = 307.058 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -727049.1092852 Edm = 24.4783 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -727066.7378184 Edm = 0.286799 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -727066.9911527 Edm = 0.0500665 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -727133.1349181 Edm = 0.190122 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -727171.706587 Edm = 8.77866 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -727185.0472634 Edm = 0.789792 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -727185.8118544 Edm = 0.108642 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -727186.0081096 Edm = 0.102974 NCalls = 39 +VariableMetric: Iteration # 12 - FCN = -727200.289177 Edm = 8.38192 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -727228.6399722 Edm = 1.28041 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -727229.8881474 Edm = 0.0268614 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -727230.3846693 Edm = 0.489889 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -727261.0129528 Edm = 5.12441 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -727284.9441987 Edm = 0.219595 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -727285.2872104 Edm = 0.279615 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -727285.6333877 Edm = 0.187349 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -727286.1470295 Edm = 0.0977948 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -727286.2540022 Edm = 0.0419028 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -727286.2910159 Edm = 0.00281783 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -727286.4661118 Edm = 0.147914 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -727300.1681208 Edm = 16.8333 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -727304.6230255 Edm = 4.73944 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -727323.9173988 Edm = 1.37138 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -727327.123151 Edm = 0.690557 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -727327.9927548 Edm = 0.611574 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -727328.5187627 Edm = 0.618525 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -727329.2660187 Edm = 0.113459 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -727329.3413861 Edm = 0.0179451 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -727329.356999 Edm = 0.00400372 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -727329.4744509 Edm = 0.107575 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -727351.8634521 Edm = 13.6514 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -727368.1760027 Edm = 48.5522 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -727376.1946157 Edm = 2.46978 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -727378.8108853 Edm = 0.539304 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -727379.7665237 Edm = 0.406136 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -727380.5400804 Edm = 0.216933 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -727380.9785771 Edm = 0.00966847 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -727380.9906354 Edm = 0.00175296 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -727381.0431081 Edm = 0.0377541 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -727382.0397322 Edm = 0.687455 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -727387.5792328 Edm = 5.27614 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -727401.6473991 Edm = 22.0378 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -727404.930373 Edm = 5.0613 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -727407.0135005 Edm = 1.23481 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -727409.6800489 Edm = 0.0507051 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -727409.7258132 Edm = 0.00358181 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -727409.7322051 Edm = 0.00211831 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -727409.7569829 Edm = 0.0159655 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -727409.8249923 Edm = 0.0198859 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -727409.8563687 Edm = 0.0141634 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -727410.0566932 Edm = 0.155673 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -727418.6155513 Edm = 5.45617 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -727428.334341 Edm = 1.20404 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -727429.6466765 Edm = 0.0878044 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -727429.738708 Edm = 0.00218955 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -727429.7414877 Edm = 0.000650376 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -727429.7456896 Edm = 0.00317959 NCalls = 194 +VariableMetric: Iteration # 61 - FCN = -727429.8473055 Edm = 0.0964748 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -727431.4016997 Edm = 1.23936 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -727438.6938184 Edm = 1.79912 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -727440.4964957 Edm = 0.1376 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -727440.5890535 Edm = 0.00520985 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -727440.5934951 Edm = 0.000457283 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -727440.59402 Edm = 0.000247724 NCalls = 213 +VariableMetric: Iteration # 68 - FCN = -727440.5968733 Edm = 0.00282764 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -727440.7750951 Edm = 0.112612 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -727443.8504951 Edm = 1.86863 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -727452.3512189 Edm = 2.08314 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -727454.6080377 Edm = 0.0674956 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -727454.6752246 Edm = 0.000822651 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -727454.6769144 Edm = 0.00141743 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -727454.7088417 Edm = 0.0337327 NCalls = 242 +VariableMetric: Iteration # 76 - FCN = -727455.09752 Edm = 0.315953 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -727456.8221901 Edm = 0.386932 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -727457.659447 Edm = 0.442955 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -727458.6603226 Edm = 0.164611 NCalls = 264 +VariableMetric: Iteration # 80 - FCN = -727458.8406219 Edm = 0.00454908 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -727458.8423509 Edm = 0.000950526 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -727458.8432927 Edm = 0.000241207 NCalls = 269 +VariableMetric: Iteration # 83 - FCN = -727458.8653902 Edm = 0.0233752 NCalls = 274 +VariableMetric: Iteration # 84 - FCN = -727459.151014 Edm = 0.0774442 NCalls = 281 +VariableMetric: Iteration # 85 - FCN = -727461.150038 Edm = 1.10848 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -727467.8228683 Edm = 0.102098 NCalls = 287 +VariableMetric: Iteration # 87 - FCN = -727467.9382965 Edm = 0.00527404 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -727467.9448755 Edm = 0.00133561 NCalls = 291 +VariableMetric: Iteration # 89 - FCN = -727467.9481277 Edm = 0.00189953 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -727468.0578777 Edm = 0.0588354 NCalls = 301 +VariableMetric: Iteration # 91 - FCN = -727468.0589849 Edm = 0.0139081 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -727468.1012757 Edm = 0.0100254 NCalls = 306 +VariableMetric: Iteration # 93 - FCN = -727468.109012 Edm = 0.000469157 NCalls = 308 +VariableMetric: Iteration # 94 - FCN = -727468.1096812 Edm = 0.000174164 NCalls = 310 +VariableMetric: Iteration # 95 - FCN = -727468.119374 Edm = 0.0100029 NCalls = 315 +VariableMetric: Iteration # 96 - FCN = -727468.2146612 Edm = 0.09337 NCalls = 322 +VariableMetric: Iteration # 97 - FCN = -727471.6201502 Edm = 1.19132 NCalls = 327 +VariableMetric: Iteration # 98 - FCN = -727473.1239397 Edm = 0.0705089 NCalls = 329 +VariableMetric: Iteration # 99 - FCN = -727473.1891468 Edm = 0.00253474 NCalls = 331 +VariableMetric: Iteration # 100 - FCN = -727473.1916765 Edm = 0.000223049 NCalls = 332 +VariableMetric: Iteration # 101 - FCN = -727473.1921895 Edm = 0.000271994 NCalls = 334 +VariableMetric: Iteration # 102 - FCN = -727473.1934815 Edm = 0.000987133 NCalls = 336 +VariableMetric: Iteration # 103 - FCN = -727473.2165213 Edm = 0.0200813 NCalls = 340 +VariableMetric: Iteration # 104 - FCN = -727473.8419471 Edm = 0.526877 NCalls = 344 +VariableMetric: Iteration # 105 - FCN = -727480.4716233 Edm = 2.26622 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -727485.2784807 Edm = 0.485936 NCalls = 354 +VariableMetric: Iteration # 107 - FCN = -727486.0039565 Edm = 0.0918341 NCalls = 357 +VariableMetric: Iteration # 108 - FCN = -727486.1093175 Edm = 0.013169 NCalls = 359 +VariableMetric: Iteration # 109 - FCN = -727486.1202157 Edm = 0.0016258 NCalls = 361 +VariableMetric: Iteration # 110 - FCN = -727486.1220917 Edm = 0.000238507 NCalls = 363 +VariableMetric: Iteration # 111 - FCN = -727486.1230746 Edm = 0.000664504 NCalls = 365 +VariableMetric: Iteration # 112 - FCN = -727486.1361682 Edm = 0.0115257 NCalls = 369 +VariableMetric: Iteration # 113 - FCN = -727486.7114759 Edm = 0.646515 NCalls = 375 +VariableMetric: Iteration # 114 - FCN = -727487.3498195 Edm = 0.662628 NCalls = 381 +VariableMetric: Iteration # 115 - FCN = -727487.3657939 Edm = 0.0306454 NCalls = 383 +VariableMetric: Iteration # 116 - FCN = -727487.6707846 Edm = 0.134848 NCalls = 387 +VariableMetric: Iteration # 117 - FCN = -727488.4791184 Edm = 0.816061 NCalls = 390 +VariableMetric: Iteration # 118 - FCN = -727491.642615 Edm = 1.83777 NCalls = 394 +VariableMetric: Iteration # 119 - FCN = -727500.1485289 Edm = 0.742289 NCalls = 397 +VariableMetric: Iteration # 120 - FCN = -727500.878825 Edm = 0.0680155 NCalls = 398 +VariableMetric: Iteration # 121 - FCN = -727500.9806351 Edm = 0.0197413 NCalls = 400 +VariableMetric: Iteration # 122 - FCN = -727501.0040645 Edm = 0.00201289 NCalls = 402 +VariableMetric: Iteration # 123 - FCN = -727501.0059168 Edm = 0.000266832 NCalls = 404 +VariableMetric: Iteration # 124 - FCN = -727501.0067059 Edm = 0.000206576 NCalls = 406 +VariableMetric: Iteration # 125 - FCN = -727501.0070506 Edm = 1.84011e-05 NCalls = 408 +VariableMetric: After Hessian - FCN = -727501.0070506 Edm = 2.37152 NCalls = 767 +VariableMetric: Iteration # 126 - FCN = -727501.0070506 Edm = 2.37152 NCalls = 767 +VariableMetric: Iteration # 127 - FCN = -727502.7812744 Edm = 0.335697 NCalls = 769 +VariableMetric: Iteration # 128 - FCN = -727503.2768841 Edm = 0.720967 NCalls = 771 +VariableMetric: Iteration # 129 - FCN = -727503.5714062 Edm = 0.772183 NCalls = 773 +VariableMetric: Iteration # 130 - FCN = -727504.0472205 Edm = 0.143011 NCalls = 778 +VariableMetric: Iteration # 131 - FCN = -727504.1675908 Edm = 0.149722 NCalls = 780 +VariableMetric: Iteration # 132 - FCN = -727504.3131424 Edm = 0.0860874 NCalls = 782 +VariableMetric: Iteration # 133 - FCN = -727504.3958165 Edm = 0.0903916 NCalls = 785 +VariableMetric: Iteration # 134 - FCN = -727504.4744822 Edm = 0.0169774 NCalls = 788 +VariableMetric: Iteration # 135 - FCN = -727504.4961912 Edm = 0.0135996 NCalls = 790 +VariableMetric: Iteration # 136 - FCN = -727504.5072625 Edm = 0.00246705 NCalls = 793 +VariableMetric: Iteration # 137 - FCN = -727504.5103636 Edm = 0.000185414 NCalls = 795 +VariableMetric: Iteration # 138 - FCN = -727504.5106202 Edm = 8.25366e-06 NCalls = 797 +VariableMetric: After Hessian - FCN = -727504.5106202 Edm = 0.000228468 NCalls = 1170 +VariableMetric: Iteration # 139 - FCN = -727504.5106202 Edm = 0.000228468 NCalls = 1170 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -723816.3205485 Edm = 6.82506 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -723816.3205485 Edm = 6.82506 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -725804.3312085 Edm = 1.73477 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -725814.7073675 Edm = 4.37092 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -726328.131406 Edm = 73.4285 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -726508.5871593 Edm = 30.4942 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -726525.0363538 Edm = 1.97243 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -726526.8897071 Edm = 0.278122 NCalls = 21 +VariableMetric: Iteration # 7 - FCN = -726533.3576114 Edm = 7.22375 NCalls = 25 +VariableMetric: Iteration # 8 - FCN = -726536.0071322 Edm = 2.3849 NCalls = 28 +VariableMetric: Iteration # 9 - FCN = -726557.7792861 Edm = 15.6733 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -726662.2402862 Edm = 0.946259 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -726663.1327105 Edm = 0.118859 NCalls = 38 +VariableMetric: Iteration # 12 - FCN = -726664.5842153 Edm = 1.64862 NCalls = 41 +VariableMetric: Iteration # 13 - FCN = -726708.4152675 Edm = 40.1417 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -726948.0893462 Edm = 17.3143 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -726975.7459527 Edm = 3.60439 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -726982.0201706 Edm = 0.237412 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -726982.2066931 Edm = 0.0205177 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -726982.7350261 Edm = 0.461265 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -727025.9200198 Edm = 4.45018 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -727031.2513786 Edm = 0.108554 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -727031.3649717 Edm = 0.00315314 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -727031.3748781 Edm = 0.00566095 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -727032.005342 Edm = 0.481113 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -727052.7897072 Edm = 6.28145 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -727064.0542337 Edm = 0.131813 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -727064.2106792 Edm = 0.00447971 NCalls = 85 +VariableMetric: Iteration # 27 - FCN = -727064.2297453 Edm = 0.0144966 NCalls = 87 +VariableMetric: Iteration # 28 - FCN = -727074.9470666 Edm = 4.55914 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -727092.3718515 Edm = 1.70909 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -727094.7222913 Edm = 0.0694549 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -727094.80254 Edm = 0.00371231 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -727094.8088803 Edm = 0.00202917 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -727094.8972085 Edm = 0.0951495 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -727095.4818564 Edm = 0.528828 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -727119.0812397 Edm = 11.0704 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -727131.7911654 Edm = 6.28553 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -727136.490037 Edm = 2.57877 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -727142.2700223 Edm = 3.82021 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -727145.4966904 Edm = 0.298238 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -727145.7482415 Edm = 0.011055 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -727145.7569011 Edm = 0.00123439 NCalls = 131 +VariableMetric: Iteration # 42 - FCN = -727145.7596142 Edm = 0.00189399 NCalls = 133 +VariableMetric: Iteration # 43 - FCN = -727145.8557173 Edm = 0.0821219 NCalls = 138 +VariableMetric: Iteration # 44 - FCN = -727148.3247472 Edm = 2.05376 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -727168.1541415 Edm = 3.28192 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -727173.5062748 Edm = 3.94012 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -727178.98834 Edm = 15.7704 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -727182.4593257 Edm = 9.18111 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -727195.3605818 Edm = 6.57206 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -727205.8469083 Edm = 1.09315 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -727206.7045221 Edm = 0.0414525 NCalls = 164 +VariableMetric: Iteration # 52 - FCN = -727206.7436924 Edm = 0.00471253 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -727206.7507279 Edm = 0.00254442 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -727206.8441071 Edm = 0.0924764 NCalls = 171 +VariableMetric: Iteration # 55 - FCN = -727210.7797038 Edm = 0.929871 NCalls = 178 +VariableMetric: Iteration # 56 - FCN = -727237.3231274 Edm = 12.1025 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -727298.0623124 Edm = 6.97763 NCalls = 183 +VariableMetric: Iteration # 58 - FCN = -727308.318551 Edm = 2.83523 NCalls = 185 +VariableMetric: Iteration # 59 - FCN = -727312.016598 Edm = 0.305329 NCalls = 187 +VariableMetric: Iteration # 60 - FCN = -727312.2915174 Edm = 0.0179132 NCalls = 189 +VariableMetric: Iteration # 61 - FCN = -727312.3110268 Edm = 0.00322522 NCalls = 191 +VariableMetric: Iteration # 62 - FCN = -727312.3313705 Edm = 0.0188614 NCalls = 194 +VariableMetric: Iteration # 63 - FCN = -727312.4580349 Edm = 0.125024 NCalls = 199 +VariableMetric: Iteration # 64 - FCN = -727312.8851822 Edm = 0.239044 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -727316.3274849 Edm = 3.33672 NCalls = 208 +VariableMetric: Iteration # 66 - FCN = -727357.4115036 Edm = 15.7056 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -727372.803637 Edm = 12.1035 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -727382.1005486 Edm = 2.64686 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -727390.7053465 Edm = 3.17395 NCalls = 221 +VariableMetric: Iteration # 70 - FCN = -727408.6227489 Edm = 2.50605 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -727411.2499668 Edm = 0.942801 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -727411.9937128 Edm = 1.74189 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -727412.4482183 Edm = 0.17895 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -727412.6621413 Edm = 0.036793 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -727412.7129421 Edm = 0.00588381 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -727412.7198832 Edm = 0.00148038 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -727412.7231597 Edm = 0.00134901 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -727412.7292555 Edm = 0.00349574 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -727412.8765255 Edm = 0.147917 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -727415.0261513 Edm = 1.66513 NCalls = 258 +VariableMetric: Iteration # 81 - FCN = -727428.806529 Edm = 6.15164 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -727432.366578 Edm = 1.93046 NCalls = 264 +VariableMetric: Iteration # 83 - FCN = -727433.7214595 Edm = 0.428718 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -727434.0680561 Edm = 0.0372889 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -727434.1263072 Edm = 0.00681291 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -727434.133076 Edm = 0.00130112 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -727434.1345474 Edm = 0.00015967 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -727434.1350795 Edm = 0.000340169 NCalls = 276 +VariableMetric: Iteration # 89 - FCN = -727434.1615491 Edm = 0.0249738 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -727434.90751 Edm = 0.546146 NCalls = 285 +VariableMetric: Iteration # 91 - FCN = -727437.3935115 Edm = 0.201523 NCalls = 287 +VariableMetric: Iteration # 92 - FCN = -727437.6096497 Edm = 0.00291358 NCalls = 288 +VariableMetric: Iteration # 93 - FCN = -727437.6124959 Edm = 9.39514e-05 NCalls = 289 +VariableMetric: Iteration # 94 - FCN = -727437.6125998 Edm = 2.66169e-05 NCalls = 291 +VariableMetric: After Hessian - FCN = -727437.6125998 Edm = 259.282 NCalls = 644 +VariableMetric: Iteration # 95 - FCN = -727437.6125998 Edm = 259.282 NCalls = 644 +VariableMetric: Iteration # 96 - FCN = -727499.6490097 Edm = 12.2901 NCalls = 652 +VariableMetric: Iteration # 97 - FCN = -727503.1486971 Edm = 0.00993887 NCalls = 655 +VariableMetric: Iteration # 98 - FCN = -727503.163482 Edm = 0.00422966 NCalls = 657 +VariableMetric: Iteration # 99 - FCN = -727503.1753332 Edm = 0.00476982 NCalls = 660 +VariableMetric: Iteration # 100 - FCN = -727503.1823218 Edm = 0.00307396 NCalls = 662 +VariableMetric: Iteration # 101 - FCN = -727503.187076 Edm = 0.00125848 NCalls = 665 +VariableMetric: Iteration # 102 - FCN = -727503.1893497 Edm = 0.00059988 NCalls = 667 +VariableMetric: Iteration # 103 - FCN = -727503.1899618 Edm = 0.000456904 NCalls = 668 +VariableMetric: Iteration # 104 - FCN = -727503.1907073 Edm = 0.000427521 NCalls = 671 +VariableMetric: Iteration # 105 - FCN = -727503.2295074 Edm = 0.0956561 NCalls = 679 +VariableMetric: Iteration # 106 - FCN = -727503.234058 Edm = 0.0379528 NCalls = 683 +VariableMetric: Iteration # 107 - FCN = -727503.3504575 Edm = 0.658384 NCalls = 693 +VariableMetric: Iteration # 108 - FCN = -727503.3736239 Edm = 0.0412039 NCalls = 695 +VariableMetric: Iteration # 109 - FCN = -727503.3834595 Edm = 0.0134491 NCalls = 697 +VariableMetric: Iteration # 110 - FCN = -727503.3922465 Edm = 0.00104081 NCalls = 699 +VariableMetric: Iteration # 111 - FCN = -727503.395864 Edm = 0.00227381 NCalls = 701 +VariableMetric: Iteration # 112 - FCN = -727503.4306761 Edm = 0.0293772 NCalls = 707 +VariableMetric: Iteration # 113 - FCN = -727503.4321699 Edm = 0.00394131 NCalls = 709 +VariableMetric: Iteration # 114 - FCN = -727503.4753765 Edm = 0.0575895 NCalls = 715 +VariableMetric: Iteration # 115 - FCN = -727503.4846023 Edm = 0.0224726 NCalls = 717 +VariableMetric: Iteration # 116 - FCN = -727503.5627407 Edm = 0.0999561 NCalls = 722 +VariableMetric: Iteration # 117 - FCN = -727503.6203706 Edm = 0.0518454 NCalls = 728 +VariableMetric: Iteration # 118 - FCN = -727503.9241172 Edm = 0.390039 NCalls = 732 +VariableMetric: Iteration # 119 - FCN = -727504.3068474 Edm = 0.618716 NCalls = 735 +VariableMetric: Iteration # 120 - FCN = -727504.5945499 Edm = 0.333929 NCalls = 739 +VariableMetric: Iteration # 121 - FCN = -727504.6938713 Edm = 0.240163 NCalls = 741 +VariableMetric: Iteration # 122 - FCN = -727505.0380803 Edm = 0.0500277 NCalls = 745 +VariableMetric: Iteration # 123 - FCN = -727505.0948494 Edm = 0.0306034 NCalls = 748 +VariableMetric: Iteration # 124 - FCN = -727505.111943 Edm = 0.0419103 NCalls = 750 +VariableMetric: Iteration # 125 - FCN = -727505.127141 Edm = 0.00423269 NCalls = 752 +VariableMetric: Iteration # 126 - FCN = -727505.1336196 Edm = 0.0024307 NCalls = 754 +VariableMetric: Iteration # 127 - FCN = -727505.1395318 Edm = 0.00281958 NCalls = 756 +VariableMetric: Iteration # 128 - FCN = -727505.1660755 Edm = 0.02684 NCalls = 759 +VariableMetric: Iteration # 129 - FCN = -727505.1945889 Edm = 0.0287332 NCalls = 764 +VariableMetric: Iteration # 130 - FCN = -727505.238668 Edm = 0.0387804 NCalls = 768 +VariableMetric: Iteration # 131 - FCN = -727505.278865 Edm = 0.0125793 NCalls = 772 +VariableMetric: Iteration # 132 - FCN = -727505.3869257 Edm = 0.0795849 NCalls = 775 +VariableMetric: Iteration # 133 - FCN = -727505.6003883 Edm = 0.257843 NCalls = 778 +VariableMetric: Iteration # 134 - FCN = -727505.7256148 Edm = 0.0820952 NCalls = 781 +VariableMetric: Iteration # 135 - FCN = -727505.7768159 Edm = 0.0342826 NCalls = 783 +VariableMetric: Iteration # 136 - FCN = -727505.9554874 Edm = 0.0922831 NCalls = 787 +VariableMetric: Iteration # 137 - FCN = -727506.1068812 Edm = 0.053081 NCalls = 791 +VariableMetric: Iteration # 138 - FCN = -727506.1391146 Edm = 0.0130607 NCalls = 793 +VariableMetric: Iteration # 139 - FCN = -727506.1530932 Edm = 0.00122752 NCalls = 795 +VariableMetric: Iteration # 140 - FCN = -727506.1549257 Edm = 0.000170661 NCalls = 797 +VariableMetric: Iteration # 141 - FCN = -727506.1552838 Edm = 0.000148315 NCalls = 799 +VariableMetric: Iteration # 142 - FCN = -727506.1556144 Edm = 2.38389e-05 NCalls = 801 +VariableMetric: After Hessian - FCN = -727506.1556144 Edm = 6.01924e-05 NCalls = 1176 +VariableMetric: Iteration # 143 - FCN = -727506.1556144 Edm = 6.01924e-05 NCalls = 1176 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721545.7106105 Edm = 6.06307 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721545.7106105 Edm = 6.06307 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -725728.9494493 Edm = 1.20681 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -725908.3778608 Edm = 1.98726 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -725910.0656441 Edm = 2.61532 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -726825.1971612 Edm = 104.189 NCalls = 25 +VariableMetric: Iteration # 5 - FCN = -726894.4192741 Edm = 1.12504 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -726895.3660351 Edm = 0.147111 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -726899.6453575 Edm = 3.07032 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -726953.0252155 Edm = 0.822315 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -726953.7503406 Edm = 0.0454893 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -726953.96918 Edm = 0.199398 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -726967.260901 Edm = 12.3728 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -727203.7830812 Edm = 11.904 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -727219.8152504 Edm = 0.182243 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -727220.0851178 Edm = 0.025705 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -727220.1571212 Edm = 0.0381046 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -727222.7917499 Edm = 2.69842 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -727243.1662529 Edm = 12.0567 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -727271.0872792 Edm = 0.66959 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -727271.9489581 Edm = 0.00562134 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -727271.9613825 Edm = 0.007295 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -727272.1607131 Edm = 0.178835 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -727280.7663747 Edm = 7.85005 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -727328.4993995 Edm = 1.83044 NCalls = 89 +VariableMetric: Iteration # 24 - FCN = -727330.0405739 Edm = 0.162961 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -727330.2689886 Edm = 0.00594324 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -727330.275714 Edm = 0.00148741 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -727330.2777116 Edm = 0.00124424 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -727330.3749222 Edm = 0.0882605 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -727349.5570504 Edm = 0.73004 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -727350.3045207 Edm = 0.0225612 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -727350.3249565 Edm = 0.000843135 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -727350.3259591 Edm = 0.00012781 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -727350.3342314 Edm = 0.00814499 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -727350.5727216 Edm = 0.00875558 NCalls = 127 +VariableMetric: Iteration # 35 - FCN = -727352.6843845 Edm = 0.518149 NCalls = 130 +VariableMetric: Iteration # 36 - FCN = -727353.8352093 Edm = 0.0923871 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -727353.9282 Edm = 0.00554229 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -727353.9327552 Edm = 0.000130732 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -727353.9329864 Edm = 6.66465e-05 NCalls = 138 +VariableMetric: After Hessian - FCN = -727353.9329864 Edm = 526.314 NCalls = 489 +VariableMetric: Iteration # 40 - FCN = -727353.9329864 Edm = 526.314 NCalls = 489 +VariableMetric: Iteration # 41 - FCN = -727355.2094028 Edm = 150.279 NCalls = 495 +VariableMetric: Iteration # 42 - FCN = -727380.0144028 Edm = 2.54155 NCalls = 498 +VariableMetric: Iteration # 43 - FCN = -727380.8400073 Edm = 0.309492 NCalls = 500 +VariableMetric: Iteration # 44 - FCN = -727381.4960412 Edm = 0.270831 NCalls = 503 +VariableMetric: Iteration # 45 - FCN = -727381.9785487 Edm = 0.205145 NCalls = 506 +VariableMetric: Iteration # 46 - FCN = -727382.2303742 Edm = 0.0978346 NCalls = 508 +VariableMetric: Iteration # 47 - FCN = -727382.4023364 Edm = 0.115593 NCalls = 511 +VariableMetric: Iteration # 48 - FCN = -727382.5357051 Edm = 0.0220831 NCalls = 513 +VariableMetric: Iteration # 49 - FCN = -727382.5723184 Edm = 0.0154417 NCalls = 516 +VariableMetric: Iteration # 50 - FCN = -727382.5872495 Edm = 0.00280229 NCalls = 518 +VariableMetric: Iteration # 51 - FCN = -727382.5925262 Edm = 0.00157746 NCalls = 520 +VariableMetric: Iteration # 52 - FCN = -727382.5981213 Edm = 0.00393421 NCalls = 523 +VariableMetric: Iteration # 53 - FCN = -727382.6071701 Edm = 0.00251909 NCalls = 526 +VariableMetric: Iteration # 54 - FCN = -727382.6101607 Edm = 0.000255286 NCalls = 528 +VariableMetric: Iteration # 55 - FCN = -727382.6105106 Edm = 0.000172909 NCalls = 530 +VariableMetric: Iteration # 56 - FCN = -727382.6109961 Edm = 0.00032699 NCalls = 532 +VariableMetric: Iteration # 57 - FCN = -727382.6119267 Edm = 0.000147231 NCalls = 535 +VariableMetric: Iteration # 58 - FCN = -727382.612108 Edm = 1.19219e-05 NCalls = 537 +VariableMetric: After Hessian - FCN = -727382.612108 Edm = 1.43557e-05 NCalls = 906 +VariableMetric: Iteration # 59 - FCN = -727382.612108 Edm = 1.43557e-05 NCalls = 906 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721407.2279469 Edm = 3.10811 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721407.2279469 Edm = 3.10811 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724644.9785372 Edm = 0.64902 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -724647.3898168 Edm = 0.780649 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -725010.7898608 Edm = 3.1969 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -725013.3444926 Edm = 0.141888 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -725017.5115653 Edm = 5.51123 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -725066.278474 Edm = 31.1333 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -725138.9440733 Edm = 1.58482 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -725140.5134011 Edm = 0.0865101 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -725141.6749361 Edm = 1.29848 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -725207.740834 Edm = 40.3157 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -725363.752945 Edm = 3.39924 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -725368.0105512 Edm = 0.0798022 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -725368.1153091 Edm = 0.00970087 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -725368.2313144 Edm = 0.0969998 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -725381.603565 Edm = 11.697 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -725596.4407971 Edm = 56.5418 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -725655.1194407 Edm = 33.4615 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -725756.9371579 Edm = 43.8777 NCalls = 76 +VariableMetric: Iteration # 19 - FCN = -725766.7446195 Edm = 55.6102 NCalls = 78 +VariableMetric: Iteration # 20 - FCN = -725828.7542688 Edm = 22.8421 NCalls = 80 +VariableMetric: Iteration # 21 - FCN = -725860.7021508 Edm = 0.970975 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -725862.4633171 Edm = 0.0503292 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -725862.5791201 Edm = 0.0492494 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -725864.7750833 Edm = 2.16976 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -725872.3782166 Edm = 6.77884 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -726320.4987617 Edm = 300.236 NCalls = 102 +VariableMetric: Iteration # 27 - FCN = -726707.6917811 Edm = 328.61 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -726828.378209 Edm = 160.717 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -727034.2633312 Edm = 25.2664 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -727129.8769362 Edm = 63.7446 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -727177.7408892 Edm = 35.0366 NCalls = 118 +VariableMetric: Iteration # 32 - FCN = -727223.5077424 Edm = 8.2527 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -727236.4584394 Edm = 5.60396 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -727242.0602884 Edm = 0.368937 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -727242.4085178 Edm = 0.0178344 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -727242.4309446 Edm = 0.0124462 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -727242.5141445 Edm = 0.0656762 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -727244.872268 Edm = 2.43283 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -727293.4514116 Edm = 9.84118 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -727306.809585 Edm = 0.535425 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -727307.2400695 Edm = 0.0211869 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -727307.2652717 Edm = 0.00421254 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -727307.2979717 Edm = 0.0237059 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -727307.785701 Edm = 0.489453 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -727313.2455962 Edm = 4.9126 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -727386.6418653 Edm = 26.0045 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -727410.9464525 Edm = 4.05197 NCalls = 167 +VariableMetric: Iteration # 48 - FCN = -727416.0073048 Edm = 1.13058 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -727417.1032957 Edm = 0.534274 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -727417.446953 Edm = 0.0349786 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -727417.4748524 Edm = 0.00327375 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -727417.4931627 Edm = 0.0170476 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -727418.0180205 Edm = 0.660033 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -727418.117992 Edm = 0.0930015 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -727440.1117922 Edm = 12.6113 NCalls = 195 +VariableMetric: Iteration # 56 - FCN = -727465.7959703 Edm = 13.5545 NCalls = 198 +VariableMetric: Iteration # 57 - FCN = -727481.7247744 Edm = 4.45638 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -727484.6910035 Edm = 0.194695 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -727484.8771457 Edm = 0.00467628 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -727484.8825675 Edm = 0.00100462 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -727484.8850489 Edm = 0.00166315 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -727484.8992603 Edm = 0.0204759 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -727485.1574713 Edm = 0.295382 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -727485.2041426 Edm = 0.0462726 NCalls = 224 +VariableMetric: Iteration # 65 - FCN = -727485.9016631 Edm = 0.352054 NCalls = 231 +VariableMetric: Iteration # 66 - FCN = -727491.1410149 Edm = 3.01006 NCalls = 234 +VariableMetric: Iteration # 67 - FCN = -727498.3038317 Edm = 0.0853123 NCalls = 236 +VariableMetric: Iteration # 68 - FCN = -727498.3952439 Edm = 0.000856915 NCalls = 237 +VariableMetric: Iteration # 69 - FCN = -727498.3962135 Edm = 0.000154696 NCalls = 239 +VariableMetric: Iteration # 70 - FCN = -727498.3968768 Edm = 0.000521098 NCalls = 241 +VariableMetric: Iteration # 71 - FCN = -727498.4082 Edm = 0.0112062 NCalls = 246 +VariableMetric: Iteration # 72 - FCN = -727498.5660197 Edm = 0.120925 NCalls = 249 +VariableMetric: Iteration # 73 - FCN = -727499.5372859 Edm = 0.428176 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -727500.394671 Edm = 0.0311289 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -727500.4343503 Edm = 0.00294645 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -727500.4378462 Edm = 8.71126e-05 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -727500.4379707 Edm = 4.64149e-05 NCalls = 260 +VariableMetric: After Hessian - FCN = -727500.4379707 Edm = 7.24713 NCalls = 621 +VariableMetric: Iteration # 78 - FCN = -727500.4379707 Edm = 7.24713 NCalls = 621 +VariableMetric: Iteration # 79 - FCN = -727503.5866834 Edm = 2.33479 NCalls = 623 +VariableMetric: Iteration # 80 - FCN = -727504.8238695 Edm = 0.571636 NCalls = 625 +VariableMetric: Iteration # 81 - FCN = -727505.4842386 Edm = 0.323857 NCalls = 627 +VariableMetric: Iteration # 82 - FCN = -727505.7714412 Edm = 0.148244 NCalls = 630 +VariableMetric: Iteration # 83 - FCN = -727505.988997 Edm = 0.148198 NCalls = 633 +VariableMetric: Iteration # 84 - FCN = -727506.0534193 Edm = 0.0596292 NCalls = 636 +VariableMetric: Iteration # 85 - FCN = -727506.1218865 Edm = 0.0284066 NCalls = 638 +VariableMetric: Iteration # 86 - FCN = -727506.1525595 Edm = 0.0115883 NCalls = 640 +VariableMetric: Iteration # 87 - FCN = -727506.1651076 Edm = 0.00464169 NCalls = 643 +VariableMetric: Iteration # 88 - FCN = -727506.1709759 Edm = 0.000977718 NCalls = 645 +VariableMetric: Iteration # 89 - FCN = -727506.1738323 Edm = 0.000928274 NCalls = 647 +VariableMetric: Iteration # 90 - FCN = -727506.1790586 Edm = 0.00244612 NCalls = 649 +VariableMetric: Iteration # 91 - FCN = -727506.1824281 Edm = 0.000926311 NCalls = 652 +VariableMetric: Iteration # 92 - FCN = -727506.1833203 Edm = 3.44395e-05 NCalls = 654 +VariableMetric: After Hessian - FCN = -727506.1833203 Edm = 0.000175791 NCalls = 1027 +VariableMetric: Iteration # 93 - FCN = -727506.1833203 Edm = 0.000175791 NCalls = 1027 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717307.2076727 Edm = 7.8865 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717307.2076727 Edm = 7.8865 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723134.8947947 Edm = 2.9621 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -725838.6219319 Edm = 413.349 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -725864.0534219 Edm = 3.43015 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -725975.5800286 Edm = 10.7732 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -725987.1998673 Edm = 0.813662 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -725987.6641836 Edm = 0.134487 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -726023.6581341 Edm = 0.674923 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -726024.5169278 Edm = 0.134175 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -726060.6231744 Edm = 33.4074 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -726236.1998887 Edm = 68.461 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -726318.820991 Edm = 50.9202 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -726376.6809454 Edm = 3.34959 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -726380.4148595 Edm = 0.0327106 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -726380.4611176 Edm = 0.0128242 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -726380.8086198 Edm = 0.434714 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -726392.6227032 Edm = 10.0045 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -726517.14545 Edm = 3.99965 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -726529.7823355 Edm = 6.68029 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -726532.7323211 Edm = 3.63137 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -726537.943814 Edm = 0.988776 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -726538.609611 Edm = 0.0338536 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -726538.6495948 Edm = 0.00455984 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -726538.8189423 Edm = 0.164481 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -726562.6004729 Edm = 18.1524 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -726614.3895488 Edm = 2.64155 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -726616.7824322 Edm = 0.304137 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -726617.0693025 Edm = 0.168218 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -726617.4433616 Edm = 0.129263 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -726617.5501862 Edm = 0.00414978 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -726617.5564791 Edm = 0.00184829 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -726617.5767036 Edm = 0.0228526 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -726617.7916998 Edm = 0.185084 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -726645.5494669 Edm = 62.5459 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -726651.4248516 Edm = 15.0714 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -726696.9194694 Edm = 26.3259 NCalls = 131 +VariableMetric: Iteration # 36 - FCN = -726767.8050925 Edm = 21.8008 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -726787.6249407 Edm = 7.98637 NCalls = 136 +VariableMetric: Iteration # 38 - FCN = -726800.1678482 Edm = 3.83068 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -726836.4473149 Edm = 60.6429 NCalls = 147 +VariableMetric: Iteration # 40 - FCN = -726837.4609356 Edm = 4.39963 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -726866.4579836 Edm = 42.8201 NCalls = 154 +VariableMetric: Iteration # 42 - FCN = -726892.1417133 Edm = 56.6355 NCalls = 158 +VariableMetric: Iteration # 43 - FCN = -726956.4535209 Edm = 91.7292 NCalls = 162 +VariableMetric: Iteration # 44 - FCN = -727337.4718582 Edm = 22.3787 NCalls = 170 +VariableMetric: Iteration # 45 - FCN = -727355.5210509 Edm = 41.3973 NCalls = 172 +VariableMetric: Iteration # 46 - FCN = -727378.0062655 Edm = 10.9876 NCalls = 174 +VariableMetric: Iteration # 47 - FCN = -727397.6943844 Edm = 8.35181 NCalls = 177 +VariableMetric: Iteration # 48 - FCN = -727407.5331747 Edm = 2.39178 NCalls = 179 +VariableMetric: Iteration # 49 - FCN = -727412.4720574 Edm = 0.987261 NCalls = 181 +VariableMetric: Iteration # 50 - FCN = -727413.5178618 Edm = 0.211428 NCalls = 183 +VariableMetric: Iteration # 51 - FCN = -727413.7832961 Edm = 0.0703801 NCalls = 185 +VariableMetric: Iteration # 52 - FCN = -727413.9512819 Edm = 0.0081121 NCalls = 188 +VariableMetric: Iteration # 53 - FCN = -727413.9589359 Edm = 0.00271769 NCalls = 190 +VariableMetric: Iteration # 54 - FCN = -727413.965335 Edm = 0.00534538 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -727414.0728117 Edm = 0.0934285 NCalls = 197 +VariableMetric: Iteration # 56 - FCN = -727418.1337343 Edm = 4.71018 NCalls = 203 +VariableMetric: Iteration # 57 - FCN = -727427.4028917 Edm = 9.46818 NCalls = 208 +VariableMetric: Iteration # 58 - FCN = -727428.6850181 Edm = 1.14184 NCalls = 211 +VariableMetric: Iteration # 59 - FCN = -727452.0024931 Edm = 4.87603 NCalls = 216 +VariableMetric: Iteration # 60 - FCN = -727457.0272402 Edm = 2.6377 NCalls = 218 +VariableMetric: Iteration # 61 - FCN = -727458.5152389 Edm = 0.268208 NCalls = 220 +VariableMetric: Iteration # 62 - FCN = -727458.7690454 Edm = 0.0567823 NCalls = 222 +VariableMetric: Iteration # 63 - FCN = -727459.073401 Edm = 0.0332659 NCalls = 225 +VariableMetric: Iteration # 64 - FCN = -727459.1099675 Edm = 0.000527782 NCalls = 227 +VariableMetric: Iteration # 65 - FCN = -727459.1109268 Edm = 0.000462913 NCalls = 229 +VariableMetric: Iteration # 66 - FCN = -727459.1250778 Edm = 0.0134618 NCalls = 234 +VariableMetric: Iteration # 67 - FCN = -727459.686779 Edm = 0.50365 NCalls = 238 +VariableMetric: Iteration # 68 - FCN = -727470.3385525 Edm = 6.90696 NCalls = 242 +VariableMetric: Iteration # 69 - FCN = -727473.9738354 Edm = 2.65578 NCalls = 244 +VariableMetric: Iteration # 70 - FCN = -727476.3121376 Edm = 2.63923 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -727478.5943328 Edm = 0.408733 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -727479.2613755 Edm = 0.183688 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -727479.5970422 Edm = 0.218685 NCalls = 253 +VariableMetric: Iteration # 74 - FCN = -727480.575211 Edm = 0.485874 NCalls = 256 +VariableMetric: Iteration # 75 - FCN = -727480.9551572 Edm = 0.170763 NCalls = 258 +VariableMetric: Iteration # 76 - FCN = -727481.0653705 Edm = 0.0268789 NCalls = 260 +VariableMetric: Iteration # 77 - FCN = -727481.0877044 Edm = 0.00345704 NCalls = 261 +VariableMetric: Iteration # 78 - FCN = -727481.0929672 Edm = 0.00189732 NCalls = 263 +VariableMetric: Iteration # 79 - FCN = -727481.1309199 Edm = 0.0377335 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -727483.7641492 Edm = 0.933956 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -727488.6172337 Edm = 4.14967 NCalls = 277 +VariableMetric: Iteration # 82 - FCN = -727491.461666 Edm = 1.51772 NCalls = 279 +VariableMetric: Iteration # 83 - FCN = -727492.8485753 Edm = 0.0455266 NCalls = 281 +VariableMetric: Iteration # 84 - FCN = -727492.9068741 Edm = 0.00809479 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -727492.9314688 Edm = 0.00729576 NCalls = 287 +VariableMetric: Iteration # 86 - FCN = -727492.9515861 Edm = 0.00757094 NCalls = 291 +VariableMetric: Iteration # 87 - FCN = -727493.0859407 Edm = 0.219997 NCalls = 298 +VariableMetric: Iteration # 88 - FCN = -727493.0878277 Edm = 0.00437734 NCalls = 301 +VariableMetric: Iteration # 89 - FCN = -727493.0927462 Edm = 0.00148224 NCalls = 303 +VariableMetric: Iteration # 90 - FCN = -727493.1387236 Edm = 0.0468816 NCalls = 307 +VariableMetric: Iteration # 91 - FCN = -727493.6735076 Edm = 0.612929 NCalls = 314 +VariableMetric: Iteration # 92 - FCN = -727493.676121 Edm = 0.00443411 NCalls = 316 +VariableMetric: Iteration # 93 - FCN = -727493.6799093 Edm = 0.00672109 NCalls = 318 +VariableMetric: Iteration # 94 - FCN = -727495.4154722 Edm = 0.348591 NCalls = 325 +VariableMetric: Iteration # 95 - FCN = -727497.7474575 Edm = 1.79242 NCalls = 327 +VariableMetric: Iteration # 96 - FCN = -727498.7748447 Edm = 0.790388 NCalls = 329 +VariableMetric: Iteration # 97 - FCN = -727500.8078182 Edm = 0.423611 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -727501.2178125 Edm = 0.035533 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -727501.2492527 Edm = 0.00157195 NCalls = 335 +VariableMetric: Iteration # 100 - FCN = -727501.2507391 Edm = 6.02602e-05 NCalls = 337 +VariableMetric: After Hessian - FCN = -727501.2507391 Edm = 883.753 NCalls = 698 +VariableMetric: Iteration # 101 - FCN = -727501.2507391 Edm = 883.753 NCalls = 698 +VariableMetric: Iteration # 102 - FCN = -727502.9044931 Edm = 111.6 NCalls = 704 +VariableMetric: Iteration # 103 - FCN = -727505.3129714 Edm = 0.944336 NCalls = 706 +VariableMetric: Iteration # 104 - FCN = -727505.8365549 Edm = 0.350828 NCalls = 708 +VariableMetric: Iteration # 105 - FCN = -727505.9650821 Edm = 0.125002 NCalls = 711 +VariableMetric: Iteration # 106 - FCN = -727506.060686 Edm = 0.0542013 NCalls = 714 +VariableMetric: Iteration # 107 - FCN = -727506.1268719 Edm = 0.0214253 NCalls = 716 +VariableMetric: Iteration # 108 - FCN = -727506.1688816 Edm = 0.00981486 NCalls = 718 +VariableMetric: Iteration # 109 - FCN = -727506.177436 Edm = 0.00424825 NCalls = 720 +VariableMetric: Iteration # 110 - FCN = -727506.1821411 Edm = 0.000821219 NCalls = 722 +VariableMetric: Iteration # 111 - FCN = -727506.1827146 Edm = 0.000367962 NCalls = 724 +VariableMetric: Iteration # 112 - FCN = -727506.1831227 Edm = 0.000201664 NCalls = 726 +VariableMetric: Iteration # 113 - FCN = -727506.1834014 Edm = 5.47009e-05 NCalls = 728 +VariableMetric: After Hessian - FCN = -727506.1834014 Edm = 7.08169e-05 NCalls = 1107 +VariableMetric: Iteration # 114 - FCN = -727506.1834014 Edm = 7.08169e-05 NCalls = 1107 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.275E+05 | Ncalls=1169 (1169 total) | +| EDM = 2.59E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -727504.3488218011 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | -4.460 | 0.029 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.3 | 1.6 | | | 14.8182 | 23.5818 | | +| 2 | omega_s | 6.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | 4.02 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.83 | 0.16 | | |-6.28319 | 6.28319 | | +| 7 | Dbar_s | -0.14 | 0.06 | | | -1.464 | 1.464 | | +| 8 | phi_p | 0.03 | 0.43 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.17 | 0.21 | | |0.918861 | 4.08114 | | +| 10| p4415_s | 1.66 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p4040_s | 1.16 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | -2.95 | 0.13 | | |-6.28319 | 6.28319 | | +| 13| jpsi_p | -4.632 | 0.016 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 0.38 | 0.28 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.39 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| psi2s_s | 1372.7 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| omega_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.08 | 0.13 | | | -0.5 | 0.5 | | +| 19| p4415_p | 4.13 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p phi_s omega_s jpsi_s rho_s p4160_p p4040_p Dbar_s phi_p p3770_s p4415_s p4040_s p3770_p jpsi_p rho_p p4160_s psi2s_s omega_p Ctt p4415_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.033 -0.002 0.029 -0.043 -0.121 -0.286 0.015 -0.032 -0.245 -0.113 -0.100 -0.316 0.107 -0.041 -0.192 -0.034 0.001 0.149 -0.079 | +| phi_s | -0.033 1.000 -0.031 0.001 0.145 -0.007 -0.006 0.014 0.891 -0.008 -0.002 -0.007 -0.002 -0.087 0.183 -0.005 -0.001 -0.011 0.006 -0.005 | +| omega_s | -0.002 -0.031 1.000 -0.008 -0.391 -0.000 0.004 -0.019 -0.053 0.009 0.006 0.009 -0.005 0.000 0.466 0.009 0.005 -0.096 -0.007 0.001 | +| jpsi_s | 0.029 0.001 -0.008 1.000 0.033 0.001 0.007 -0.087 0.008 0.018 0.002 0.021 -0.022 0.029 0.030 0.011 -0.670 -0.000 -0.013 0.004 | +| rho_s | -0.043 0.145 -0.391 0.033 1.000 0.023 0.009 0.063 0.115 -0.035 -0.019 -0.047 0.028 -0.099 0.057 -0.027 -0.022 0.022 -0.006 0.016 | +| p4160_p | -0.121 -0.007 -0.000 0.001 0.023 1.000 0.231 0.228 -0.010 -0.121 0.041 -0.510 0.235 -0.005 0.021 -0.149 -0.001 0.001 -0.480 0.284 | +| p4040_p | -0.286 -0.006 0.004 0.007 0.009 0.231 1.000 0.018 -0.009 -0.131 0.087 -0.198 0.186 -0.113 0.015 0.354 -0.007 0.001 -0.328 0.167 | +| Dbar_s | 0.015 0.014 -0.019 -0.087 0.063 0.228 0.018 1.000 0.012 -0.235 -0.514 -0.529 0.413 0.096 0.013 -0.527 0.069 -0.000 -0.779 -0.039 | +| phi_p | -0.032 0.891 -0.053 0.008 0.115 -0.010 -0.009 0.012 1.000 -0.006 -0.003 -0.005 -0.005 -0.087 0.132 -0.005 -0.006 -0.010 0.007 -0.007 | +| p3770_s | -0.245 -0.008 0.009 0.018 -0.035 -0.121 -0.131 -0.235 -0.006 1.000 0.086 0.180 -0.250 0.006 -0.009 0.084 -0.032 -0.000 0.115 -0.032 | +| p4415_s | -0.113 -0.002 0.006 0.002 -0.019 0.041 0.087 -0.514 -0.003 0.086 1.000 0.190 -0.189 -0.146 -0.011 0.320 -0.003 0.000 0.396 -0.116 | +| p4040_s | -0.100 -0.007 0.009 0.021 -0.047 -0.510 -0.198 -0.529 -0.005 0.180 0.190 1.000 -0.195 -0.081 -0.024 0.152 -0.022 -0.000 0.509 -0.194 | +| p3770_p | -0.316 -0.002 -0.005 -0.022 0.028 0.235 0.186 0.413 -0.005 -0.250 -0.189 -0.195 1.000 -0.042 0.012 -0.143 0.014 0.001 -0.484 0.104 | +| jpsi_p | 0.107 -0.087 0.000 0.029 -0.099 -0.005 -0.113 0.096 -0.087 0.006 -0.146 -0.081 -0.042 1.000 -0.088 -0.155 -0.016 0.003 -0.133 -0.008 | +| rho_p | -0.041 0.183 0.466 0.030 0.057 0.021 0.015 0.013 0.132 -0.009 -0.011 -0.024 0.012 -0.088 1.000 -0.010 -0.021 0.002 -0.029 0.018 | +| p4160_s | -0.192 -0.005 0.009 0.011 -0.027 -0.149 0.354 -0.527 -0.005 0.084 0.320 0.152 -0.143 -0.155 -0.010 1.000 -0.012 0.000 0.341 -0.176 | +| psi2s_s | -0.034 -0.001 0.005 -0.670 -0.022 -0.001 -0.007 0.069 -0.006 -0.032 -0.003 -0.022 0.014 -0.016 -0.021 -0.012 1.000 0.000 0.015 -0.005 | +| omega_p | 0.001 -0.011 -0.096 -0.000 0.022 0.001 0.001 -0.000 -0.010 -0.000 0.000 -0.000 0.001 0.003 0.002 0.000 0.000 1.000 -0.000 0.001 | +| Ctt | 0.149 0.006 -0.007 -0.013 -0.006 -0.480 -0.328 -0.779 0.007 0.115 0.396 0.509 -0.484 -0.133 -0.029 0.341 0.015 -0.000 1.000 -0.221 | +| p4415_p | -0.079 -0.005 0.001 0.004 0.016 0.284 0.167 -0.039 -0.007 -0.032 -0.116 -0.194 0.104 -0.008 0.018 -0.176 -0.005 0.001 -0.221 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.02920790307780008}), (, {'error': 1.6423881923848924}), (, {'error': 0.945387056940763}), (, {'error': 13.77237533297648}), (, {'error': 0.33149906936998236}), (, {'error': 0.09114973189773856}), (, {'error': 0.16273472253689292}), (, {'error': 0.06048327656834651}), (, {'error': 0.4342415692239059}), (, {'error': 0.21185792918987278}), (, {'error': 0.17922606662650808}), (, {'error': 0.17409090815380707}), (, {'error': 0.12572081901569954}), (, {'error': 0.016285490581155138}), (, {'error': 0.28439172841701676}), (, {'error': 0.16899468330647616}), (, {'error': 1.5036012865670045}), (, {'error': 0.0719710460312788}), (, {'error': 0.12649583910294587}), (, {'error': 0.12747324270312266})]) +Toy 1/10 +Time taken: 1 h, 43 min +Projected time left: 15 h, 35 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.273E+05 | Ncalls=990 (990 total) | +| EDM = 0.00143 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -727345.2457028282 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 4.321 | 0.022 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.6 | 1.8 | | | 14.8182 | 23.5818 | | +| 2 | omega_s | 6.7 | 0.9 | | | 4.19232 | 9.40768 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | -6.283 | 0.006 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 7 | Dbar_s | 0.219 | 0.029 | | | -1.464 | 1.464 | | +| 8 | phi_p | -0.14 | 0.49 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 1.46 | 0.19 | | |0.918861 | 4.08114 | | +| 10| p4415_s | 1.47 | 0.15 | | |0.126447 | 2.35355 | | +| 11| p4040_s | 0.005 | 0.008 | | |0.00501244| 2.01499 | | +| 12| p3770_p | 4.58 | 0.15 | | |-6.28319 | 6.28319 | | +| 13| jpsi_p | -1.713 | 0.015 | | |-6.28319 | 6.28319 | | +| 14| rho_p | -6.04 | 0.25 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 0.717 | 0.019 | | | 0.71676 | 3.68324 | | +| 16| psi2s_s | 1367.5 | 1.2 | | | 1358.64 | 1433.36 | | +| 17| omega_p | 6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.500 | 0.009 | | | -0.5 | 0.5 | | +| 19| p4415_p | 5.05 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p phi_s omega_s jpsi_s rho_s p4160_p p4040_p Dbar_s phi_p p3770_s p4415_s p4040_s p3770_p jpsi_p rho_p p4160_s psi2s_s omega_p Ctt p4415_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.033 -0.026 -0.032 0.031 0.003 0.010 0.255 -0.037 -0.112 -0.097 0.003 0.203 0.045 -0.035 0.001 -0.030 0.003 -0.036 0.029 | +| phi_s | -0.033 1.000 -0.008 0.002 0.138 0.000 0.001 0.028 0.913 -0.005 -0.004 0.000 0.002 -0.075 0.217 -0.001 -0.002 -0.019 0.000 -0.003 | +| omega_s | -0.026 -0.008 1.000 -0.002 -0.300 -0.000 -0.001 -0.035 -0.035 0.007 0.006 -0.000 -0.010 -0.041 0.481 0.000 0.002 -0.156 -0.001 0.000 | +| jpsi_s | -0.032 0.002 -0.002 1.000 0.020 -0.000 -0.001 -0.106 0.005 0.011 0.001 -0.000 -0.017 -0.023 0.020 0.001 -0.447 -0.000 -0.001 0.003 | +| rho_s | 0.031 0.138 -0.300 0.020 1.000 0.001 0.002 0.102 0.103 -0.024 -0.014 0.001 0.036 0.026 0.174 0.000 -0.017 0.013 0.001 0.010 | +| p4160_p | 0.003 0.000 -0.000 -0.000 0.001 1.000 0.000 0.007 0.000 -0.002 -0.000 -0.000 -0.001 0.003 0.000 -0.006 -0.000 -0.000 -0.000 0.003 | +| p4040_p | 0.010 0.001 -0.001 -0.001 0.002 0.000 1.000 0.052 0.001 -0.006 -0.019 0.081 -0.011 0.012 0.000 0.001 0.001 -0.000 0.000 0.000 | +| Dbar_s | 0.255 0.028 -0.035 -0.106 0.102 0.007 0.052 1.000 0.023 -0.316 -0.412 -0.003 0.090 0.238 -0.009 -0.034 0.021 -0.002 -0.056 -0.282 | +| phi_p | -0.037 0.913 -0.035 0.005 0.103 0.000 0.001 0.023 1.000 -0.005 -0.004 0.000 0.000 -0.080 0.161 -0.001 -0.003 -0.017 0.000 -0.004 | +| p3770_s | -0.112 -0.005 0.007 0.011 -0.024 -0.002 -0.006 -0.316 -0.005 1.000 0.095 -0.005 -0.166 -0.087 -0.005 0.002 -0.001 0.001 0.001 0.015 | +| p4415_s | -0.097 -0.004 0.006 0.001 -0.014 -0.000 -0.019 -0.412 -0.004 0.095 1.000 0.007 0.020 -0.097 0.002 0.027 0.009 0.001 0.021 0.136 | +| p4040_s | 0.003 0.000 -0.000 -0.000 0.001 -0.000 0.081 -0.003 0.000 -0.005 0.007 1.000 -0.000 0.001 0.001 0.000 -0.000 -0.000 -0.001 0.003 | +| p3770_p | 0.203 0.002 -0.010 -0.017 0.036 -0.001 -0.011 0.090 0.000 -0.166 0.020 -0.000 1.000 0.054 0.004 0.003 -0.039 0.000 -0.027 0.010 | +| jpsi_p | 0.045 -0.075 -0.041 -0.023 0.026 0.003 0.012 0.238 -0.080 -0.087 -0.097 0.001 0.054 1.000 -0.069 -0.003 0.011 0.006 0.007 0.011 | +| rho_p | -0.035 0.217 0.481 0.020 0.174 0.000 0.000 -0.009 0.161 -0.005 0.002 0.001 0.004 -0.069 1.000 0.000 -0.013 0.007 -0.001 0.011 | +| p4160_s | 0.001 -0.001 0.000 0.001 0.000 -0.006 0.001 -0.034 -0.001 0.002 0.027 0.000 0.003 -0.003 0.000 1.000 -0.000 0.000 -0.001 0.004 | +| psi2s_s | -0.030 -0.002 0.002 -0.447 -0.017 -0.000 0.001 0.021 -0.003 -0.001 0.009 -0.000 -0.039 0.011 -0.013 -0.000 1.000 0.000 -0.000 -0.001 | +| omega_p | 0.003 -0.019 -0.156 -0.000 0.013 -0.000 -0.000 -0.002 -0.017 0.001 0.001 -0.000 0.000 0.006 0.007 0.000 0.000 1.000 -0.000 0.000 | +| Ctt | -0.036 0.000 -0.001 -0.001 0.001 -0.000 0.000 -0.056 0.000 0.001 0.021 -0.001 -0.027 0.007 -0.001 -0.001 -0.000 -0.000 1.000 -0.009 | +| p4415_p | 0.029 -0.003 0.000 0.003 0.010 0.003 0.000 -0.282 -0.004 0.015 0.136 0.003 0.010 0.011 0.011 0.004 -0.001 0.000 -0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.021978489362840747}), (, {'error': 1.8050111961467614}), (, {'error': 0.9470267529457388}), (, {'error': 6.906196435334095}), (, {'error': 0.3210276235733836}), (, {'error': 0.006333123304733235}), (, {'error': 8.80208109130115}), (, {'error': 0.02890804696707383}), (, {'error': 0.48927823649184976}), (, {'error': 0.19047178676451404}), (, {'error': 0.15329525324493387}), (, {'error': 0.007690565009957299}), (, {'error': 0.14787779176644822}), (, {'error': 0.015379665691098943}), (, {'error': 0.24622475028897606}), (, {'error': 0.019333497189253424}), (, {'error': 1.2493121721387297}), (, {'error': 0.11474303466472335}), (, {'error': 0.008756399791938846}), (, {'error': 0.12706479184467945})]) +Toy 2/10 +Time taken: 3 h, 13 min +Projected time left: 12 h, 53 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.275E+05 | Ncalls=1133 (1133 total) | +| EDM = 0.000106 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -727505.527149834 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 4.17 | 0.03 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.4 | 1.9 | | | 14.8182 | 23.5818 | | +| 2 | omega_s | 6.8 | 1.0 | | | 4.19232 | 9.40768 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | -1.87 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 4.32 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | Dbar_s | -0.13 | 0.06 | | | -1.464 | 1.464 | | +| 8 | phi_p | -0.19 | 0.50 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.00 | 0.20 | | |0.918861 | 4.08114 | | +| 10| p4415_s | 1.62 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p4040_s | 1.09 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | -1.83 | 0.14 | | |-6.28319 | 6.28319 | | +| 13| jpsi_p | 4.538 | 0.016 | | |-6.28319 | 6.28319 | | +| 14| rho_p | -6.2 | 0.3 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.32 | 0.16 | | | 0.71676 | 3.68324 | | +| 16| psi2s_s | 1367.8 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| omega_p | 6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.08 | 0.15 | | | -0.5 | 0.5 | | +| 19| p4415_p | 4.41 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p phi_s omega_s jpsi_s rho_s p4160_p p4040_p Dbar_s phi_p p3770_s p4415_s p4040_s p3770_p jpsi_p rho_p p4160_s psi2s_s omega_p Ctt p4415_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.022 -0.012 -0.043 0.039 0.327 0.165 0.678 -0.024 -0.215 -0.361 -0.452 0.500 -0.046 0.011 -0.333 0.001 0.002 -0.691 0.135 | +| phi_s | -0.022 1.000 0.022 0.009 0.170 -0.005 -0.004 0.016 0.917 -0.009 -0.003 -0.010 -0.001 -0.073 0.276 -0.005 -0.008 -0.020 0.002 -0.002 | +| omega_s | -0.012 0.022 1.000 0.002 -0.344 0.009 0.011 -0.011 -0.011 0.005 -0.000 -0.002 0.002 -0.056 0.504 0.003 -0.001 -0.174 -0.018 0.007 | +| jpsi_s | -0.043 0.009 0.002 1.000 0.038 0.009 0.014 -0.088 0.014 0.018 -0.001 0.015 -0.015 -0.049 0.047 0.007 -0.674 -0.001 -0.015 0.007 | +| rho_s | 0.039 0.170 -0.344 0.038 1.000 0.023 0.009 0.064 0.139 -0.037 -0.019 -0.046 0.031 0.035 0.172 -0.026 -0.033 0.018 -0.010 0.017 | +| p4160_p | 0.327 -0.005 0.009 0.009 0.023 1.000 0.235 0.160 -0.007 -0.106 0.067 -0.488 0.260 -0.091 0.039 -0.117 -0.010 0.001 -0.455 0.288 | +| p4040_p | 0.165 -0.004 0.011 0.014 0.009 0.235 1.000 -0.041 -0.006 -0.108 0.106 -0.171 0.217 -0.150 0.028 0.377 -0.017 0.001 -0.300 0.173 | +| Dbar_s | 0.678 0.016 -0.011 -0.088 0.064 0.160 -0.041 1.000 0.014 -0.286 -0.516 -0.511 0.427 0.087 0.031 -0.523 0.050 -0.001 -0.772 -0.078 | +| phi_p | -0.024 0.917 -0.011 0.014 0.139 -0.007 -0.006 0.014 1.000 -0.008 -0.004 -0.009 -0.003 -0.077 0.212 -0.006 -0.011 -0.018 0.003 -0.004 | +| p3770_s | -0.215 -0.009 0.005 0.018 -0.037 -0.106 -0.108 -0.286 -0.008 1.000 0.112 0.205 -0.208 -0.076 -0.022 0.105 -0.009 0.001 0.167 -0.021 | +| p4415_s | -0.361 -0.003 -0.000 -0.001 -0.019 0.067 0.106 -0.516 -0.004 0.112 1.000 0.186 -0.201 -0.061 -0.021 0.319 0.004 0.001 0.408 -0.101 | +| p4040_s | -0.452 -0.010 -0.002 0.015 -0.046 -0.488 -0.171 -0.511 -0.009 0.205 0.186 1.000 -0.206 -0.037 -0.046 0.142 -0.004 0.000 0.513 -0.185 | +| p3770_p | 0.500 -0.001 0.002 -0.015 0.031 0.260 0.217 0.427 -0.003 -0.208 -0.201 -0.206 1.000 -0.067 0.031 -0.137 -0.022 0.001 -0.563 0.120 | +| jpsi_p | -0.046 -0.073 -0.056 -0.049 0.035 -0.091 -0.150 0.087 -0.077 -0.076 -0.061 -0.037 -0.067 1.000 -0.082 -0.091 0.034 0.006 0.139 -0.058 | +| rho_p | 0.011 0.276 0.504 0.047 0.172 0.039 0.028 0.031 0.212 -0.022 -0.021 -0.046 0.031 -0.082 1.000 -0.019 -0.036 0.011 -0.051 0.031 | +| p4160_s | -0.333 -0.005 0.003 0.007 -0.026 -0.117 0.377 -0.523 -0.006 0.105 0.319 0.142 -0.137 -0.091 -0.019 1.000 -0.003 0.001 0.349 -0.164 | +| psi2s_s | 0.001 -0.008 -0.001 -0.674 -0.033 -0.010 -0.017 0.050 -0.011 -0.009 0.004 -0.004 -0.022 0.034 -0.036 -0.003 1.000 0.000 0.010 -0.004 | +| omega_p | 0.002 -0.020 -0.174 -0.001 0.018 0.001 0.001 -0.001 -0.018 0.001 0.001 0.000 0.001 0.006 0.011 0.001 0.000 1.000 -0.001 0.001 | +| Ctt | -0.691 0.002 -0.018 -0.015 -0.010 -0.455 -0.300 -0.772 0.003 0.167 0.408 0.513 -0.563 0.139 -0.051 0.349 0.010 -0.001 1.000 -0.198 | +| p4415_p | 0.135 -0.002 0.007 0.007 0.017 0.288 0.173 -0.078 -0.004 -0.021 -0.101 -0.185 0.120 -0.058 0.031 -0.164 -0.004 0.001 -0.198 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.03228295965291572}), (, {'error': 1.8718055386353045}), (, {'error': 1.0340269031772076}), (, {'error': 14.221229153177774}), (, {'error': 0.3340422801917678}), (, {'error': 0.09185349802133125}), (, {'error': 0.1687673200870119}), (, {'error': 0.061290442188724814}), (, {'error': 0.5045751093193456}), (, {'error': 0.19547546447716213}), (, {'error': 0.17812190356227664}), (, {'error': 0.1672961856358241}), (, {'error': 0.13530326560444106}), (, {'error': 0.016224540508690488}), (, {'error': 0.32001166569318373}), (, {'error': 0.1649725191820055}), (, {'error': 1.513112862308276}), (, {'error': 0.12318645164336761}), (, {'error': 0.1463070326180538}), (, {'error': 0.1288233439035693})]) +Toy 3/10 +Time taken: 4 h, 54 min +Projected time left: 11 h, 27 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.275E+05 | Ncalls=1345 (1345 total) | +| EDM = 9.47E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -727463.0467892955 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 3.84 | 0.06 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.4 | 1.5 | | | 14.8182 | 23.5818 | | +| 2 | omega_s | 6.4 | 1.0 | | | 4.19232 | 9.40768 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | -2.1 | 0.3 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -2.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 7 | Dbar_s | 0.13 | 0.22 | | | -1.464 | 1.464 | | +| 8 | phi_p | -0.004 | 0.401 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 1.89 | 0.19 | | |0.918861 | 4.08114 | | +| 10| p4415_s | 0.126 | 0.023 | | |0.126447 | 2.35355 | | +| 11| p4040_s | 0.9 | 0.5 | | |0.00501244| 2.01499 | | +| 12| p3770_p | -2.0 | 0.4 | | |-6.28319 | 6.28319 | | +| 13| jpsi_p | 1.487 | 0.017 | | |-6.28319 | 6.28319 | | +| 14| rho_p | -5.92 | 0.28 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 1.89 | 0.26 | | | 0.71676 | 3.68324 | | +| 16| psi2s_s | 1367.0 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| omega_p | 6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.4 | 1.0 | | | -0.5 | 0.5 | | +| 19| p4415_p | -6.28 | 0.09 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p phi_s omega_s jpsi_s rho_s p4160_p p4040_p Dbar_s phi_p p3770_s p4415_s p4040_s p3770_p jpsi_p rho_p p4160_s psi2s_s omega_p Ctt p4415_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.061 0.112 0.183 -0.109 0.888 0.812 0.930 -0.062 0.074 0.143 -0.900 0.907 0.147 0.187 -0.785 -0.017 0.004 -0.915 0.045 | +| phi_s | -0.061 1.000 -0.009 -0.012 0.131 -0.057 -0.054 -0.054 0.874 -0.014 -0.009 0.054 -0.056 -0.088 0.166 0.045 -0.001 -0.012 0.058 -0.003 | +| omega_s | 0.112 -0.009 1.000 0.027 -0.371 0.127 0.121 0.126 -0.038 0.027 0.020 -0.125 0.125 0.015 0.535 -0.104 0.001 -0.100 -0.133 0.006 | +| jpsi_s | 0.183 -0.012 0.027 1.000 0.001 0.223 0.212 0.207 -0.005 0.047 0.036 -0.218 0.215 0.075 0.080 -0.186 -0.649 0.001 -0.233 0.011 | +| rho_s | -0.109 0.131 -0.371 0.001 1.000 -0.125 -0.121 -0.121 0.099 -0.046 -0.020 0.119 -0.122 -0.122 0.015 0.101 -0.025 0.019 0.136 -0.006 | +| p4160_p | 0.888 -0.057 0.127 0.223 -0.125 1.000 0.867 0.946 -0.056 0.127 0.151 -0.951 0.927 0.176 0.211 -0.790 -0.023 0.004 -0.963 0.041 | +| p4040_p | 0.812 -0.054 0.121 0.212 -0.121 0.867 1.000 0.869 -0.054 0.115 0.140 -0.880 0.877 0.114 0.198 -0.612 -0.025 0.004 -0.903 0.038 | +| Dbar_s | 0.930 -0.054 0.126 0.207 -0.121 0.946 0.869 1.000 -0.054 0.111 0.151 -0.958 0.955 0.180 0.213 -0.844 -0.009 0.004 -0.990 0.049 | +| phi_p | -0.062 0.874 -0.038 -0.005 0.099 -0.056 -0.054 -0.054 1.000 -0.013 -0.009 0.053 -0.055 -0.086 0.108 0.044 -0.006 -0.011 0.057 -0.002 | +| p3770_s | 0.074 -0.014 0.027 0.047 -0.046 0.127 0.115 0.111 -0.013 1.000 0.022 -0.095 0.109 -0.057 0.028 -0.088 -0.012 0.001 -0.150 0.005 | +| p4415_s | 0.143 -0.009 0.020 0.036 -0.020 0.151 0.140 0.151 -0.009 0.022 1.000 -0.150 0.149 0.031 0.034 -0.134 -0.003 0.001 -0.155 -0.026 | +| p4040_s | -0.900 0.054 -0.125 -0.218 0.119 -0.951 -0.880 -0.958 0.053 -0.095 -0.150 1.000 -0.921 -0.192 -0.212 0.757 0.021 -0.004 0.962 -0.044 | +| p3770_p | 0.907 -0.056 0.125 0.215 -0.122 0.927 0.877 0.955 -0.055 0.109 0.149 -0.921 1.000 0.158 0.208 -0.778 -0.026 0.004 -0.962 0.045 | +| jpsi_p | 0.147 -0.088 0.015 0.075 -0.122 0.176 0.114 0.180 -0.086 -0.057 0.031 -0.192 0.158 1.000 -0.044 -0.217 -0.028 0.004 -0.188 0.013 | +| rho_p | 0.187 0.166 0.535 0.080 0.015 0.211 0.198 0.213 0.108 0.028 0.034 -0.212 0.208 -0.044 1.000 -0.177 -0.028 0.004 -0.217 0.010 | +| p4160_s | -0.785 0.045 -0.104 -0.186 0.101 -0.790 -0.612 -0.844 0.044 -0.088 -0.134 0.757 -0.778 -0.217 -0.177 1.000 0.017 -0.003 0.816 -0.040 | +| psi2s_s | -0.017 -0.001 0.001 -0.649 -0.025 -0.023 -0.025 -0.009 -0.006 -0.012 -0.003 0.021 -0.026 -0.028 -0.028 0.017 1.000 0.000 0.022 -0.001 | +| omega_p | 0.004 -0.012 -0.100 0.001 0.019 0.004 0.004 0.004 -0.011 0.001 0.001 -0.004 0.004 0.004 0.004 -0.003 0.000 1.000 -0.004 0.000 | +| Ctt | -0.915 0.058 -0.133 -0.233 0.136 -0.963 -0.903 -0.990 0.057 -0.150 -0.155 0.962 -0.962 -0.188 -0.217 0.816 0.022 -0.004 1.000 -0.047 | +| p4415_p | 0.045 -0.003 0.006 0.011 -0.006 0.041 0.038 0.049 -0.002 0.005 -0.026 -0.044 0.045 0.013 0.010 -0.040 -0.001 0.000 -0.047 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.06344549871363192}), (, {'error': 1.5182431892331003}), (, {'error': 0.9652551792848802}), (, {'error': 14.234573613147404}), (, {'error': 0.32585782911761535}), (, {'error': 0.3324587367750911}), (, {'error': 0.4334749358486285}), (, {'error': 0.22014890932523845}), (, {'error': 0.40054989795047335}), (, {'error': 0.1910561225166506}), (, {'error': 0.0229769362812135}), (, {'error': 0.49445732107893003}), (, {'error': 0.43070829476922734}), (, {'error': 0.01667614625937075}), (, {'error': 0.2830787793557219}), (, {'error': 0.2564461638085991}), (, {'error': 1.4688696008115585}), (, {'error': 0.07661299130143462}), (, {'error': 0.9561829465541821}), (, {'error': 0.09266269170857644})]) +Toy 4/10 +Time taken: 6 h, 51 min +Projected time left: 10 h, 16 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.275E+05 | Ncalls=1291 (1291 total) | +| EDM = 0.000673 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -727506.2557934897 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | -2.12 | 0.03 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.5 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | omega_s | 8.6 | 1.4 | | | 4.19232 | 9.40768 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | rho_s | 1.1 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | -1.88 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 4.32 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | Dbar_s | -0.13 | 0.06 | | | -1.464 | 1.464 | | +| 8 | phi_p | 6.11 | 0.31 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.00 | 0.20 | | |0.918861 | 4.08114 | | +| 10| p4415_s | 1.62 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p4040_s | 1.09 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | -1.83 | 0.14 | | |-6.28319 | 6.28319 | | +| 13| jpsi_p | -1.746 | 0.016 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 0.12 | 0.31 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.32 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| psi2s_s | 1367.8 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.08 | 0.15 | | | -0.5 | 0.5 | | +| 19| p4415_p | 4.41 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p phi_s omega_s jpsi_s rho_s p4160_p p4040_p Dbar_s phi_p p3770_s p4415_s p4040_s p3770_p jpsi_p rho_p p4160_s psi2s_s omega_p Ctt p4415_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.011 -0.015 -0.045 0.030 0.333 0.172 0.681 -0.015 -0.214 -0.363 -0.457 0.502 -0.049 0.014 -0.334 0.004 -0.006 -0.694 0.135 | +| phi_s | -0.011 1.000 0.053 -0.004 0.143 -0.004 -0.002 0.009 0.770 -0.005 0.000 -0.004 -0.001 -0.034 0.179 -0.001 0.002 0.086 0.005 -0.002 | +| omega_s | -0.015 0.053 1.000 0.001 0.204 -0.004 -0.003 0.003 0.008 -0.002 -0.001 -0.002 -0.003 -0.044 0.084 -0.001 -0.001 0.801 0.000 -0.002 | +| jpsi_s | -0.045 -0.004 0.001 1.000 0.040 0.009 0.013 -0.093 0.005 0.020 -0.001 0.016 -0.016 -0.050 0.040 0.008 -0.691 0.013 -0.014 0.007 | +| rho_s | 0.030 0.143 0.204 0.040 1.000 0.020 0.008 0.060 0.069 -0.035 -0.018 -0.044 0.027 0.015 0.248 -0.024 -0.034 0.512 -0.009 0.015 | +| p4160_p | 0.333 -0.004 -0.004 0.009 0.020 1.000 0.240 0.166 -0.005 -0.107 0.064 -0.492 0.263 -0.091 0.033 -0.122 -0.010 -0.002 -0.460 0.292 | +| p4040_p | 0.172 -0.002 -0.003 0.013 0.008 0.240 1.000 -0.033 -0.004 -0.110 0.103 -0.183 0.218 -0.149 0.024 0.373 -0.017 -0.005 -0.305 0.177 | +| Dbar_s | 0.681 0.009 0.003 -0.093 0.060 0.166 -0.033 1.000 0.005 -0.285 -0.517 -0.514 0.428 0.086 0.029 -0.522 0.055 0.019 -0.774 -0.079 | +| phi_p | -0.015 0.770 0.008 0.005 0.069 -0.005 -0.004 0.005 1.000 -0.003 -0.001 -0.002 -0.003 -0.040 0.089 -0.002 -0.005 0.046 0.004 -0.003 | +| p3770_s | -0.214 -0.005 -0.002 0.020 -0.035 -0.107 -0.110 -0.285 -0.003 1.000 0.111 0.206 -0.203 -0.077 -0.019 0.105 -0.010 -0.011 0.167 -0.021 | +| p4415_s | -0.363 0.000 -0.001 -0.001 -0.018 0.064 0.103 -0.517 -0.001 0.111 1.000 0.186 -0.202 -0.061 -0.017 0.318 0.003 -0.006 0.409 -0.096 | +| p4040_s | -0.457 -0.004 -0.002 0.016 -0.044 -0.492 -0.183 -0.514 -0.002 0.206 0.186 1.000 -0.209 -0.036 -0.039 0.142 -0.005 -0.012 0.518 -0.187 | +| p3770_p | 0.502 -0.001 -0.003 -0.016 0.027 0.263 0.218 0.428 -0.003 -0.203 -0.202 -0.209 1.000 -0.069 0.027 -0.139 -0.020 0.002 -0.565 0.120 | +| jpsi_p | -0.049 -0.034 -0.044 -0.050 0.015 -0.091 -0.149 0.086 -0.040 -0.077 -0.061 -0.036 -0.069 1.000 -0.052 -0.091 0.036 -0.028 0.139 -0.059 | +| rho_p | 0.014 0.179 0.084 0.040 0.248 0.033 0.024 0.029 0.089 -0.019 -0.017 -0.039 0.027 -0.052 1.000 -0.017 -0.032 -0.048 -0.040 0.026 | +| p4160_s | -0.334 -0.001 -0.001 0.008 -0.024 -0.122 0.373 -0.522 -0.002 0.105 0.318 0.142 -0.139 -0.091 -0.017 1.000 -0.003 -0.009 0.350 -0.163 | +| psi2s_s | 0.004 0.002 -0.001 -0.691 -0.034 -0.010 -0.017 0.055 -0.005 -0.010 0.003 -0.005 -0.020 0.036 -0.032 -0.003 1.000 -0.011 0.010 -0.004 | +| omega_p | -0.006 0.086 0.801 0.013 0.512 -0.002 -0.005 0.019 0.046 -0.011 -0.006 -0.012 0.002 -0.028 -0.048 -0.009 -0.011 1.000 0.002 -0.001 | +| Ctt | -0.694 0.005 0.000 -0.014 -0.009 -0.460 -0.305 -0.774 0.004 0.167 0.409 0.518 -0.565 0.139 -0.040 0.350 0.010 0.002 1.000 -0.198 | +| p4415_p | 0.135 -0.002 -0.002 0.007 0.015 0.292 0.177 -0.079 -0.003 -0.021 -0.096 -0.187 0.120 -0.059 0.026 -0.163 -0.004 -0.001 -0.198 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.03242819150666332}), (, {'error': 1.194046456055224}), (, {'error': 1.4110073498470346}), (, {'error': 14.830185375808469}), (, {'error': 0.3737837645632121}), (, {'error': 0.09223394164115373}), (, {'error': 0.1691243226291288}), (, {'error': 0.061506634621815826}), (, {'error': 0.3138492862209725}), (, {'error': 0.19527111098547079}), (, {'error': 0.17807480436382728}), (, {'error': 0.1680157045621587}), (, {'error': 0.1353957758228117}), (, {'error': 0.016185208665252304}), (, {'error': 0.3136691772265747}), (, {'error': 0.1650266958257891}), (, {'error': 1.5470911313821034}), (, {'error': 0.42582314125697085}), (, {'error': 0.14718552069455043}), (, {'error': 0.12905698547261046})]) +Toy 5/10 +Time taken: 8 h, 43 min +Projected time left: 8 h, 43 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.275E+05 | Ncalls=1170 (1170 total) | +| EDM = 0.000228 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -727504.5106202362 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 3.760 | 0.029 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.3 | 0.8 | | | 14.8182 | 23.5818 | | +| 2 | omega_s | 6.5 | 0.9 | | | 4.19232 | 9.40768 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | 4.20 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 4.07 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | Dbar_s | -0.13 | 0.06 | | | -1.464 | 1.464 | | +| 8 | phi_p | 6.26 | 0.16 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.01 | 0.20 | | |0.918861 | 4.08114 | | +| 10| p4415_s | 1.64 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p4040_s | 1.11 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | 4.10 | 0.13 | | |-6.28319 | 6.28319 | | +| 13| jpsi_p | 1.466 | 0.017 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 0.32 | 0.28 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.35 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| psi2s_s | 1367.0 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| omega_p | 6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.08 | 0.15 | | | -0.5 | 0.5 | | +| 19| p4415_p | 4.24 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p phi_s omega_s jpsi_s rho_s p4160_p p4040_p Dbar_s phi_p p3770_s p4415_s p4040_s p3770_p jpsi_p rho_p p4160_s psi2s_s omega_p Ctt p4415_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 0.005 -0.019 -0.069 0.045 0.230 0.070 0.589 0.002 -0.222 -0.318 -0.388 0.388 -0.017 -0.002 -0.319 0.014 0.002 -0.431 0.075 | +| phi_s | 0.005 1.000 0.034 -0.013 0.098 0.002 0.003 0.007 -0.149 -0.004 0.002 -0.004 0.005 -0.025 0.152 0.000 0.009 -0.005 0.002 0.002 | +| omega_s | -0.019 0.034 1.000 -0.007 -0.382 0.001 0.005 -0.015 0.004 0.009 0.004 0.007 -0.004 -0.003 0.452 0.007 0.007 -0.110 -0.009 0.001 | +| jpsi_s | -0.069 -0.013 -0.007 1.000 0.034 0.005 0.011 -0.084 -0.001 0.019 -0.001 0.016 -0.019 0.034 0.032 0.008 -0.672 -0.000 -0.016 0.006 | +| rho_s | 0.045 0.098 -0.382 0.034 1.000 0.022 0.009 0.059 -0.008 -0.035 -0.017 -0.044 0.029 -0.096 0.087 -0.025 -0.030 0.023 -0.004 0.016 | +| p4160_p | 0.230 0.002 0.001 0.005 0.022 1.000 0.248 0.231 0.001 -0.105 0.029 -0.511 0.264 -0.007 0.029 -0.148 -0.001 0.001 -0.495 0.299 | +| p4040_p | 0.070 0.003 0.005 0.011 0.009 0.248 1.000 0.017 0.001 -0.112 0.081 -0.200 0.215 -0.112 0.021 0.355 -0.010 0.001 -0.334 0.181 | +| Dbar_s | 0.589 0.007 -0.015 -0.084 0.059 0.231 0.017 1.000 -0.001 -0.250 -0.526 -0.525 0.429 0.067 0.019 -0.524 0.058 -0.000 -0.787 -0.033 | +| phi_p | 0.002 -0.149 0.004 -0.001 -0.008 0.001 0.001 -0.001 1.000 0.001 0.000 0.001 0.000 0.007 -0.011 0.001 0.001 0.001 -0.001 0.000 | +| p3770_s | -0.222 -0.004 0.009 0.019 -0.035 -0.105 -0.112 -0.250 0.001 1.000 0.096 0.187 -0.191 -0.079 -0.012 0.092 -0.009 0.000 0.126 -0.024 | +| p4415_s | -0.318 0.002 0.004 -0.001 -0.017 0.029 0.081 -0.526 0.000 0.096 1.000 0.196 -0.203 -0.132 -0.015 0.323 -0.002 0.000 0.417 -0.116 | +| p4040_s | -0.388 -0.004 0.007 0.016 -0.044 -0.511 -0.200 -0.525 0.001 0.187 0.196 1.000 -0.199 -0.100 -0.030 0.148 -0.011 -0.000 0.516 -0.203 | +| p3770_p | 0.388 0.005 -0.004 -0.019 0.029 0.264 0.215 0.429 0.000 -0.191 -0.203 -0.199 1.000 -0.057 0.020 -0.140 -0.014 0.001 -0.530 0.125 | +| jpsi_p | -0.017 -0.025 -0.003 0.034 -0.096 -0.007 -0.112 0.067 0.007 -0.079 -0.132 -0.100 -0.057 1.000 -0.080 -0.150 -0.023 0.002 -0.078 -0.003 | +| rho_p | -0.002 0.152 0.452 0.032 0.087 0.029 0.021 0.019 -0.011 -0.012 -0.015 -0.030 0.020 -0.080 1.000 -0.013 -0.024 0.007 -0.037 0.023 | +| p4160_s | -0.319 0.000 0.007 0.008 -0.025 -0.148 0.355 -0.524 0.001 0.092 0.323 0.148 -0.140 -0.150 -0.013 1.000 -0.008 0.000 0.348 -0.178 | +| psi2s_s | 0.014 0.009 0.007 -0.672 -0.030 -0.001 -0.010 0.058 0.001 -0.009 -0.002 -0.011 -0.014 -0.023 -0.024 -0.008 1.000 0.000 -0.005 -0.001 | +| omega_p | 0.002 -0.005 -0.110 -0.000 0.023 0.001 0.001 -0.000 0.001 0.000 0.000 -0.000 0.001 0.002 0.007 0.000 0.000 1.000 -0.000 0.001 | +| Ctt | -0.431 0.002 -0.009 -0.016 -0.004 -0.495 -0.334 -0.787 -0.001 0.126 0.417 0.516 -0.530 -0.078 -0.037 0.348 -0.005 -0.000 1.000 -0.231 | +| p4415_p | 0.075 0.002 0.001 0.006 0.016 0.299 0.181 -0.033 0.000 -0.024 -0.116 -0.203 0.125 -0.003 0.023 -0.178 -0.001 0.001 -0.231 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.02887125724991879}), (, {'error': 0.7717432814848859}), (, {'error': 0.9420208964135264}), (, {'error': 13.85899743723985}), (, {'error': 0.33009179109822967}), (, {'error': 0.09283368747957876}), (, {'error': 0.16769289597108106}), (, {'error': 0.06176034885475412}), (, {'error': 0.16181576055832192}), (, {'error': 0.19536369503163287}), (, {'error': 0.1797222847694605}), (, {'error': 0.16995026608653319}), (, {'error': 0.13212567622615268}), (, {'error': 0.01679629983601494}), (, {'error': 0.2843161512550503}), (, {'error': 0.16678925071921258}), (, {'error': 1.5088510808209321}), (, {'error': 0.0798920702852115}), (, {'error': 0.1502727656002607}), (, {'error': 0.12895515378713895})]) +Toy 6/10 +Time taken: 10 h, 27 min +Projected time left: 6 h, 58 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.275E+05 | Ncalls=1176 (1176 total) | +| EDM = 6.02E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -727506.1556143926 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | -2.12 | 0.03 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.0 | 2.4 | | | 14.8182 | 23.5818 | | +| 2 | omega_s | 8.5 | 1.6 | | | 4.19232 | 9.40768 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | rho_s | 1.0 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | 4.41 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -1.97 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | Dbar_s | -0.13 | 0.06 | | | -1.464 | 1.464 | | +| 8 | phi_p | -6.0 | 0.6 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.00 | 0.20 | | |0.918861 | 4.08114 | | +| 10| p4415_s | 1.62 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p4040_s | 1.09 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | 4.45 | 0.13 | | |-6.28319 | 6.28319 | | +| 13| jpsi_p | -1.747 | 0.016 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 6.28 | 0.29 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.32 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| psi2s_s | 1367.8 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| omega_p | 0.5 | 0.5 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.08 | 0.15 | | | -0.5 | 0.5 | | +| 19| p4415_p | -1.88 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p phi_s omega_s jpsi_s rho_s p4160_p p4040_p Dbar_s phi_p p3770_s p4415_s p4040_s p3770_p jpsi_p rho_p p4160_s psi2s_s omega_p Ctt p4415_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.049 -0.015 -0.039 0.039 0.323 0.164 0.675 -0.051 -0.214 -0.360 -0.451 0.494 -0.039 -0.029 -0.330 -0.003 -0.007 -0.686 0.134 | +| phi_s | -0.049 1.000 -0.052 -0.032 -0.146 -0.010 -0.004 -0.023 0.954 0.013 0.002 0.010 -0.015 -0.133 0.168 0.006 0.026 -0.008 -0.011 -0.006 | +| omega_s | -0.015 -0.052 1.000 0.001 0.163 -0.006 -0.004 0.000 -0.078 -0.000 0.001 0.001 -0.004 -0.038 -0.059 0.000 -0.001 0.858 0.003 -0.004 | +| jpsi_s | -0.039 -0.032 0.001 1.000 0.033 0.008 0.012 -0.084 -0.029 0.018 -0.001 0.015 -0.014 -0.040 -0.032 0.007 -0.653 0.011 -0.012 0.006 | +| rho_s | 0.039 -0.146 0.163 0.033 1.000 0.016 0.004 0.061 -0.172 -0.034 -0.015 -0.039 0.025 0.056 -0.293 -0.023 -0.029 0.454 0.002 0.011 | +| p4160_p | 0.323 -0.010 -0.006 0.008 0.016 1.000 0.236 0.154 -0.010 -0.104 0.068 -0.485 0.255 -0.088 -0.024 -0.113 -0.009 -0.001 -0.451 0.289 | +| p4040_p | 0.164 -0.004 -0.004 0.012 0.004 0.236 1.000 -0.047 -0.005 -0.108 0.109 -0.172 0.216 -0.150 -0.015 0.384 -0.016 -0.004 -0.300 0.176 | +| Dbar_s | 0.675 -0.023 0.000 -0.084 0.061 0.154 -0.047 1.000 -0.025 -0.284 -0.515 -0.509 0.419 0.093 -0.036 -0.522 0.046 0.016 -0.768 -0.083 | +| phi_p | -0.051 0.954 -0.078 -0.029 -0.172 -0.010 -0.005 -0.025 1.000 0.014 0.001 0.011 -0.016 -0.139 0.206 0.005 0.023 -0.035 -0.013 -0.006 | +| p3770_s | -0.214 0.013 -0.000 0.018 -0.034 -0.104 -0.108 -0.284 0.014 1.000 0.110 0.204 -0.205 -0.079 0.022 0.103 -0.008 -0.009 0.165 -0.021 | +| p4415_s | -0.360 0.002 0.001 -0.001 -0.015 0.068 0.109 -0.515 0.001 0.110 1.000 0.185 -0.197 -0.063 0.014 0.320 0.003 -0.006 0.407 -0.103 | +| p4040_s | -0.451 0.010 0.001 0.015 -0.039 -0.485 -0.172 -0.509 0.011 0.204 0.185 1.000 -0.202 -0.040 0.033 0.138 -0.004 -0.011 0.511 -0.186 | +| p3770_p | 0.494 -0.015 -0.004 -0.014 0.025 0.255 0.216 0.419 -0.016 -0.205 -0.197 -0.202 1.000 -0.064 -0.025 -0.132 -0.023 0.002 -0.557 0.119 | +| jpsi_p | -0.039 -0.133 -0.038 -0.040 0.056 -0.088 -0.150 0.093 -0.139 -0.079 -0.063 -0.040 -0.064 1.000 -0.017 -0.095 0.026 -0.033 0.139 -0.057 | +| rho_p | -0.029 0.168 -0.059 -0.032 -0.293 -0.024 -0.015 -0.036 0.206 0.022 0.014 0.033 -0.025 -0.017 1.000 0.016 0.026 -0.070 0.019 -0.019 | +| p4160_s | -0.330 0.006 0.000 0.007 -0.023 -0.113 0.384 -0.522 0.005 0.103 0.320 0.138 -0.132 -0.095 0.016 1.000 -0.003 -0.008 0.344 -0.163 | +| psi2s_s | -0.003 0.026 -0.001 -0.653 -0.029 -0.009 -0.016 0.046 0.023 -0.008 0.003 -0.004 -0.023 0.026 0.026 -0.003 1.000 -0.009 0.007 -0.003 | +| omega_p | -0.007 -0.008 0.858 0.011 0.454 -0.001 -0.004 0.016 -0.035 -0.009 -0.006 -0.011 0.002 -0.033 -0.070 -0.008 -0.009 1.000 0.000 -0.000 | +| Ctt | -0.686 -0.011 0.003 -0.012 0.002 -0.451 -0.300 -0.768 -0.013 0.165 0.407 0.511 -0.557 0.139 0.019 0.344 0.007 0.000 1.000 -0.199 | +| p4415_p | 0.134 -0.006 -0.004 0.006 0.011 0.289 0.176 -0.083 -0.006 -0.021 -0.103 -0.186 0.119 -0.057 -0.019 -0.163 -0.003 -0.000 -0.199 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.032178415299422}), (, {'error': 2.4010824084867686}), (, {'error': 1.6287452536984937}), (, {'error': 13.379766683466187}), (, {'error': 0.3536938351099771}), (, {'error': 0.09142188638671733}), (, {'error': 0.16961852559095858}), (, {'error': 0.06109107369122746}), (, {'error': 0.625210227313663}), (, {'error': 0.19538008584896405}), (, {'error': 0.17809937122684327}), (, {'error': 0.16693157093427413}), (, {'error': 0.1343355399886086}), (, {'error': 0.016328695146481387}), (, {'error': 0.28657993214651345}), (, {'error': 0.16544876708130096}), (, {'error': 1.4760958784779632}), (, {'error': 0.4691626760050567}), (, {'error': 0.14545765010198697}), (, {'error': 0.1294723188759197})]) +Toy 7/10 +Time taken: 12 h, 12 min +Projected time left: 5 h, 13 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.274E+05 | Ncalls=906 (906 total) | +| EDM = 1.44E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -727382.6121079616 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 2.316 | 0.028 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.6 | 2.5 | | | 14.8182 | 23.5818 | | +| 2 | omega_s | 8.4 | 1.5 | | | 4.19232 | 9.40768 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | rho_s | 1.2 | 0.5 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -3.18 | 0.12 | | |-6.28319 | 6.28319 | | +| 7 | Dbar_s | 0.25 | 0.03 | | | -1.464 | 1.464 | | +| 8 | phi_p | -0.09 | 0.70 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 1.83 | 0.21 | | |0.918861 | 4.08114 | | +| 10| p4415_s | 1.14 | 0.16 | | |0.126447 | 2.35355 | | +| 11| p4040_s | 1.32 | 0.14 | | |0.00501244| 2.01499 | | +| 12| p3770_p | 3.91 | 0.13 | | |-6.28319 | 6.28319 | | +| 13| jpsi_p | 4.745 | 0.016 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 0.24 | 0.29 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 0.717 | 0.010 | | | 0.71676 | 3.68324 | | +| 16| psi2s_s | 1373.6 | 1.4 | | | 1358.64 | 1433.36 | | +| 17| omega_p | 0.6 | 0.5 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.50 | 0.03 | | | -0.5 | 0.5 | | +| 19| p4415_p | 4.80 | 0.16 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p phi_s omega_s jpsi_s rho_s p4160_p p4040_p Dbar_s phi_p p3770_s p4415_s p4040_s p3770_p jpsi_p rho_p p4160_s psi2s_s omega_p Ctt p4415_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.073 -0.052 0.044 -0.092 0.005 -0.209 -0.065 -0.071 -0.249 -0.097 0.086 -0.286 -0.056 -0.068 0.001 -0.053 -0.073 -0.009 0.011 | +| phi_s | -0.073 1.000 0.182 0.011 0.328 0.001 -0.026 0.061 0.956 -0.014 -0.013 -0.009 0.004 -0.107 0.290 -0.000 -0.007 0.302 0.004 -0.002 | +| omega_s | -0.052 0.182 1.000 0.014 0.479 0.000 -0.020 0.047 0.153 -0.012 -0.011 -0.010 0.006 -0.057 0.296 0.000 -0.008 0.808 0.003 0.002 | +| jpsi_s | 0.044 0.011 0.014 1.000 0.038 -0.000 0.020 -0.137 0.013 0.014 0.004 0.005 -0.023 -0.041 0.032 0.000 -0.592 0.025 -0.005 0.003 | +| rho_s | -0.092 0.328 0.479 0.038 1.000 0.001 -0.038 0.129 0.291 -0.035 -0.023 -0.034 0.032 -0.020 0.324 0.001 -0.024 0.780 0.008 0.012 | +| p4160_p | 0.005 0.001 0.000 -0.000 0.001 1.000 -0.007 0.014 0.001 -0.001 -0.006 0.015 -0.001 0.004 0.000 -0.003 0.000 0.001 -0.001 0.003 | +| p4040_p | -0.209 -0.026 -0.020 0.020 -0.038 -0.007 1.000 -0.506 -0.026 0.050 0.228 -0.264 0.090 -0.129 -0.014 -0.010 -0.022 -0.032 -0.003 0.003 | +| Dbar_s | -0.065 0.061 0.047 -0.137 0.129 0.014 -0.506 1.000 0.056 -0.282 -0.432 0.099 0.082 0.233 0.026 -0.007 0.113 0.090 -0.173 -0.239 | +| phi_p | -0.071 0.956 0.153 0.013 0.291 0.001 -0.026 0.056 1.000 -0.013 -0.013 -0.007 0.002 -0.110 0.249 -0.000 -0.008 0.276 0.004 -0.003 | +| p3770_s | -0.249 -0.014 -0.012 0.014 -0.035 -0.001 0.050 -0.282 -0.013 1.000 0.076 0.155 -0.197 -0.008 -0.013 -0.002 -0.033 -0.023 0.012 -0.005 | +| p4415_s | -0.097 -0.013 -0.011 0.004 -0.023 -0.006 0.228 -0.432 -0.013 0.076 1.000 -0.209 0.011 -0.106 -0.005 0.012 -0.009 -0.020 0.064 0.096 | +| p4040_s | 0.086 -0.009 -0.010 0.005 -0.034 0.015 -0.264 0.099 -0.007 0.155 -0.209 1.000 -0.014 0.032 -0.019 -0.002 -0.010 -0.018 0.090 -0.102 | +| p3770_p | -0.286 0.004 0.006 -0.023 0.032 -0.001 0.090 0.082 0.002 -0.197 0.011 -0.014 1.000 -0.005 0.007 0.000 0.019 0.016 -0.093 0.008 | +| jpsi_p | -0.056 -0.107 -0.057 -0.041 -0.020 0.004 -0.129 0.233 -0.110 -0.008 -0.106 0.032 -0.005 1.000 -0.076 0.000 0.035 -0.049 0.017 -0.008 | +| rho_p | -0.068 0.290 0.296 0.032 0.324 0.000 -0.014 0.026 0.249 -0.013 -0.005 -0.019 0.007 -0.076 1.000 0.000 -0.020 0.192 -0.001 0.012 | +| p4160_s | 0.001 -0.000 0.000 0.000 0.001 -0.003 -0.010 -0.007 -0.000 -0.002 0.012 -0.002 0.000 0.000 0.000 1.000 0.000 0.000 -0.003 0.004 | +| psi2s_s | -0.053 -0.007 -0.008 -0.592 -0.024 0.000 -0.022 0.113 -0.008 -0.033 -0.009 -0.010 0.019 0.035 -0.020 0.000 1.000 -0.016 0.006 -0.002 | +| omega_p | -0.073 0.302 0.808 0.025 0.780 0.001 -0.032 0.090 0.276 -0.023 -0.020 -0.018 0.016 -0.049 0.192 0.000 -0.016 1.000 0.006 0.005 | +| Ctt | -0.009 0.004 0.003 -0.005 0.008 -0.001 -0.003 -0.173 0.004 0.012 0.064 0.090 -0.093 0.017 -0.001 -0.003 0.006 0.006 1.000 -0.038 | +| p4415_p | 0.011 -0.002 0.002 0.003 0.012 0.003 0.003 -0.239 -0.003 -0.005 0.096 -0.102 0.008 -0.008 0.012 0.004 -0.002 0.005 -0.038 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.028266729498364285}), (, {'error': 2.4739214524252633}), (, {'error': 1.4933422258238829}), (, {'error': 10.730170373994952}), (, {'error': 0.5083293788335208}), (, {'error': 0.009224815221637428}), (, {'error': 0.11856594365259565}), (, {'error': 0.03321470264586712}), (, {'error': 0.7040935442051008}), (, {'error': 0.21057708677414033}), (, {'error': 0.16066806570076775}), (, {'error': 0.14333906054999979}), (, {'error': 0.12977647670554138}), (, {'error': 0.01626518081474604}), (, {'error': 0.29172086235446315}), (, {'error': 0.010491688646631081}), (, {'error': 1.3862476122068301}), (, {'error': 0.5438946940868612}), (, {'error': 0.033267348577433103}), (, {'error': 0.16310713868972382})]) +Toy 8/10 +Time taken: 13 h, 35 min +Projected time left: 3 h, 23 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.275E+05 | Ncalls=1027 (1027 total) | +| EDM = 0.000176 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -727506.18332029 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | -2.12 | 0.03 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.4 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | omega_s | 8.6 | 1.5 | | | 4.19232 | 9.40768 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | rho_s | 1.0 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | -1.88 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 4.32 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | Dbar_s | -0.13 | 0.06 | | | -1.464 | 1.464 | | +| 8 | phi_p | 6.08 | 0.31 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.00 | 0.20 | | |0.918861 | 4.08114 | | +| 10| p4415_s | 1.62 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p4040_s | 1.09 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | -1.83 | 0.14 | | |-6.28319 | 6.28319 | | +| 13| jpsi_p | -1.746 | 0.016 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 6.28 | 0.30 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.32 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| psi2s_s | 1367.8 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.08 | 0.15 | | | -0.5 | 0.5 | | +| 19| p4415_p | -1.87 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p phi_s omega_s jpsi_s rho_s p4160_p p4040_p Dbar_s phi_p p3770_s p4415_s p4040_s p3770_p jpsi_p rho_p p4160_s psi2s_s omega_p Ctt p4415_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.012 -0.016 -0.043 0.031 0.328 0.165 0.678 -0.014 -0.216 -0.362 -0.454 0.501 -0.047 -0.020 -0.335 0.001 -0.006 -0.692 0.137 | +| phi_s | -0.012 1.000 0.038 -0.006 0.121 -0.008 -0.005 0.008 0.774 -0.004 0.002 -0.001 -0.003 -0.026 -0.135 -0.000 0.004 0.089 0.010 -0.005 | +| omega_s | -0.016 0.038 1.000 -0.000 0.178 -0.006 -0.004 0.001 -0.005 -0.001 0.000 0.000 -0.004 -0.043 -0.051 -0.000 0.000 0.834 0.002 -0.004 | +| jpsi_s | -0.043 -0.006 -0.000 1.000 0.033 0.008 0.013 -0.088 0.004 0.019 -0.001 0.016 -0.016 -0.046 -0.032 0.008 -0.669 0.014 -0.012 0.006 | +| rho_s | 0.031 0.121 0.178 0.033 1.000 0.016 0.004 0.060 0.060 -0.034 -0.016 -0.040 0.025 0.030 -0.298 -0.023 -0.029 0.501 -0.002 0.012 | +| p4160_p | 0.328 -0.008 -0.006 0.008 0.016 1.000 0.235 0.159 -0.007 -0.106 0.065 -0.489 0.261 -0.090 -0.024 -0.119 -0.009 -0.000 -0.455 0.292 | +| p4040_p | 0.165 -0.005 -0.004 0.013 0.004 0.235 1.000 -0.043 -0.006 -0.108 0.106 -0.172 0.216 -0.150 -0.015 0.376 -0.016 -0.003 -0.299 0.175 | +| Dbar_s | 0.678 0.008 0.001 -0.088 0.060 0.159 -0.043 1.000 0.006 -0.287 -0.516 -0.511 0.426 0.089 -0.035 -0.523 0.050 0.020 -0.771 -0.079 | +| phi_p | -0.014 0.774 -0.005 0.004 0.060 -0.007 -0.006 0.006 1.000 -0.003 -0.001 -0.001 -0.004 -0.035 -0.070 -0.002 -0.004 0.041 0.006 -0.005 | +| p3770_s | -0.216 -0.004 -0.001 0.019 -0.034 -0.106 -0.108 -0.287 -0.003 1.000 0.112 0.205 -0.208 -0.078 0.022 0.106 -0.009 -0.011 0.168 -0.021 | +| p4415_s | -0.362 0.002 0.000 -0.001 -0.016 0.065 0.106 -0.516 -0.001 0.112 1.000 0.186 -0.201 -0.062 0.015 0.320 0.003 -0.007 0.409 -0.104 | +| p4040_s | -0.454 -0.001 0.000 0.016 -0.040 -0.489 -0.172 -0.511 -0.001 0.205 0.186 1.000 -0.207 -0.039 0.035 0.143 -0.004 -0.013 0.514 -0.188 | +| p3770_p | 0.501 -0.003 -0.004 -0.016 0.025 0.261 0.216 0.426 -0.004 -0.208 -0.201 -0.207 1.000 -0.067 -0.024 -0.139 -0.022 0.003 -0.564 0.122 | +| jpsi_p | -0.047 -0.026 -0.043 -0.046 0.030 -0.090 -0.150 0.089 -0.035 -0.078 -0.062 -0.039 -0.067 1.000 0.015 -0.092 0.032 -0.032 0.137 -0.058 | +| rho_p | -0.020 -0.135 -0.051 -0.032 -0.298 -0.024 -0.015 -0.035 -0.070 0.022 0.015 0.035 -0.024 0.015 1.000 0.017 0.026 -0.077 0.024 -0.019 | +| p4160_s | -0.335 -0.000 -0.000 0.008 -0.023 -0.119 0.376 -0.523 -0.002 0.106 0.320 0.143 -0.139 -0.092 0.017 1.000 -0.003 -0.009 0.351 -0.167 | +| psi2s_s | 0.001 0.004 0.000 -0.669 -0.029 -0.009 -0.016 0.050 -0.004 -0.009 0.003 -0.004 -0.022 0.032 0.026 -0.003 1.000 -0.011 0.008 -0.004 | +| omega_p | -0.006 0.089 0.834 0.014 0.501 -0.000 -0.003 0.020 0.041 -0.011 -0.007 -0.013 0.003 -0.032 -0.077 -0.009 -0.011 1.000 -0.000 0.000 | +| Ctt | -0.692 0.010 0.002 -0.012 -0.002 -0.455 -0.299 -0.771 0.006 0.168 0.409 0.514 -0.564 0.137 0.024 0.351 0.008 -0.000 1.000 -0.201 | +| p4415_p | 0.137 -0.005 -0.004 0.006 0.012 0.292 0.175 -0.079 -0.005 -0.021 -0.104 -0.188 0.122 -0.058 -0.019 -0.167 -0.004 0.000 -0.201 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.03232034392892569}), (, {'error': 1.1912232030465653}), (, {'error': 1.5120749187453937}), (, {'error': 13.893694999116633}), (, {'error': 0.3579193622690685}), (, {'error': 0.09192167825758979}), (, {'error': 0.16849658963142566}), (, {'error': 0.061326695688449395}), (, {'error': 0.30993303719977305}), (, {'error': 0.1955075981637019}), (, {'error': 0.17820223185533512}), (, {'error': 0.16737278589443322}), (, {'error': 0.13528429354428217}), (, {'error': 0.016168783372053408}), (, {'error': 0.30205247301049276}), (, {'error': 0.16510647378471544}), (, {'error': 1.5032258074342053}), (, {'error': 0.4402802753754842}), (, {'error': 0.14634306923306725}), (, {'error': 0.12955772859738213})]) +Toy 9/10 +Time taken: 15 h, 9 min +Projected time left: 1 h, 41 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.275E+05 | Ncalls=1107 (1107 total) | +| EDM = 7.08E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -727506.1834013625 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | psi2s_p | 4.16 | 0.03 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.4 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 3 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 4 | rho_s | 1.0 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | -1.88 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 4.32 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | Dbar_s | -0.13 | 0.06 | | | -1.464 | 1.464 | | +| 8 | phi_p | 6.08 | 0.31 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.00 | 0.20 | | |0.918861 | 4.08114 | | +| 10| p4415_s | 1.62 | 0.18 | | |0.126447 | 2.35355 | | +| 11| p4040_s | 1.09 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | -1.83 | 0.14 | | |-6.28319 | 6.28319 | | +| 13| jpsi_p | -1.746 | 0.016 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 6.28 | 0.31 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.33 | 0.16 | | | 0.71676 | 3.68324 | | +| 16| psi2s_s | 1367.8 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| omega_p | -5.8 | 0.7 | | |-6.28319 | 6.28319 | | +| 18| Ctt | 0.08 | 0.15 | | | -0.5 | 0.5 | | +| 19| p4415_p | 4.41 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | psi2s_p phi_s omega_s jpsi_s rho_s p4160_p p4040_p Dbar_s phi_p p3770_s p4415_s p4040_s p3770_p jpsi_p rho_p p4160_s psi2s_s omega_p Ctt p4415_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| psi2s_p | 1.000 -0.013 -0.020 -0.043 0.023 0.326 0.163 0.677 -0.015 -0.215 -0.361 -0.452 0.499 -0.046 -0.019 -0.333 0.000 -0.013 -0.690 0.134 | +| phi_s | -0.013 1.000 0.095 -0.005 0.152 -0.008 -0.006 0.010 0.775 -0.005 0.001 -0.002 -0.003 -0.031 -0.145 -0.001 0.002 0.130 0.010 -0.005 | +| omega_s | -0.020 0.095 1.000 0.009 0.416 -0.006 -0.006 0.013 0.024 -0.007 -0.004 -0.008 -0.002 -0.064 -0.101 -0.006 -0.007 0.927 0.002 -0.003 | +| jpsi_s | -0.043 -0.005 0.009 1.000 0.035 0.008 0.013 -0.087 0.005 0.019 -0.001 0.015 -0.015 -0.046 -0.033 0.008 -0.667 0.018 -0.013 0.006 | +| rho_s | 0.023 0.152 0.416 0.035 1.000 0.013 0.001 0.062 0.073 -0.035 -0.018 -0.041 0.023 0.008 -0.316 -0.025 -0.031 0.614 -0.002 0.010 | +| p4160_p | 0.326 -0.008 -0.006 0.008 0.013 1.000 0.233 0.158 -0.007 -0.105 0.068 -0.487 0.259 -0.090 -0.024 -0.117 -0.009 -0.002 -0.453 0.287 | +| p4040_p | 0.163 -0.006 -0.006 0.013 0.001 0.233 1.000 -0.044 -0.006 -0.107 0.108 -0.170 0.215 -0.149 -0.015 0.378 -0.016 -0.006 -0.297 0.172 | +| Dbar_s | 0.677 0.010 0.013 -0.087 0.062 0.158 -0.044 1.000 0.007 -0.286 -0.516 -0.510 0.425 0.088 -0.037 -0.523 0.049 0.026 -0.771 -0.080 | +| phi_p | -0.015 0.775 0.024 0.005 0.073 -0.007 -0.006 0.007 1.000 -0.004 -0.001 -0.002 -0.004 -0.037 -0.075 -0.002 -0.004 0.055 0.006 -0.005 | +| p3770_s | -0.215 -0.005 -0.007 0.019 -0.035 -0.105 -0.107 -0.286 -0.004 1.000 0.111 0.204 -0.207 -0.077 0.023 0.105 -0.009 -0.015 0.167 -0.020 | +| p4415_s | -0.361 0.001 -0.004 -0.001 -0.018 0.068 0.108 -0.516 -0.001 0.111 1.000 0.185 -0.200 -0.063 0.016 0.319 0.003 -0.009 0.408 -0.101 | +| p4040_s | -0.452 -0.002 -0.008 0.015 -0.041 -0.487 -0.170 -0.510 -0.002 0.204 0.185 1.000 -0.204 -0.039 0.036 0.141 -0.004 -0.017 0.512 -0.184 | +| p3770_p | 0.499 -0.003 -0.002 -0.015 0.023 0.259 0.215 0.425 -0.004 -0.207 -0.200 -0.204 1.000 -0.066 -0.024 -0.137 -0.022 0.003 -0.562 0.119 | +| jpsi_p | -0.046 -0.031 -0.064 -0.046 0.008 -0.090 -0.149 0.088 -0.037 -0.077 -0.063 -0.039 -0.066 1.000 0.018 -0.092 0.032 -0.057 0.137 -0.057 | +| rho_p | -0.019 -0.145 -0.101 -0.033 -0.316 -0.024 -0.015 -0.037 -0.075 0.023 0.016 0.036 -0.024 0.018 1.000 0.018 0.027 -0.120 0.024 -0.019 | +| p4160_s | -0.333 -0.001 -0.006 0.008 -0.025 -0.117 0.378 -0.523 -0.002 0.105 0.319 0.141 -0.137 -0.092 0.018 1.000 -0.003 -0.012 0.349 -0.164 | +| psi2s_s | 0.000 0.002 -0.007 -0.667 -0.031 -0.009 -0.016 0.049 -0.004 -0.009 0.003 -0.004 -0.022 0.032 0.027 -0.003 1.000 -0.015 0.008 -0.004 | +| omega_p | -0.013 0.130 0.927 0.018 0.614 -0.002 -0.006 0.026 0.055 -0.015 -0.009 -0.017 0.003 -0.057 -0.120 -0.012 -0.015 1.000 -0.000 -0.001 | +| Ctt | -0.690 0.010 0.002 -0.013 -0.002 -0.453 -0.297 -0.771 0.006 0.167 0.408 0.512 -0.562 0.137 0.024 0.349 0.008 -0.000 1.000 -0.197 | +| p4415_p | 0.134 -0.005 -0.003 0.006 0.010 0.287 0.172 -0.080 -0.005 -0.020 -0.101 -0.184 0.119 -0.057 -0.019 -0.164 -0.004 -0.001 -0.197 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.032232884584933785}), (, {'error': 1.2005428996716958}), (, {'error': 4.171283240306718}), (, {'error': 13.885990808511451}), (, {'error': 0.39720123640676414}), (, {'error': 0.09173600844725449}), (, {'error': 0.1682973207449141}), (, {'error': 0.06121756053615446}), (, {'error': 0.31154336832827934}), (, {'error': 0.19547048106978782}), (, {'error': 0.17807987919074186}), (, {'error': 0.16713354664593066}), (, {'error': 0.13506391305754928}), (, {'error': 0.016186094622542502}), (, {'error': 0.3081039068586193}), (, {'error': 0.1649639895049364}), (, {'error': 1.5005456267685986}), (, {'error': 0.6596363086721793}), (, {'error': 0.14592361201040738}), (, {'error': 0.12870902254149819})]) +Toy 10/10 +Time taken: 16 h, 48 min +Projected time left: +Mean Ctt value = -0.08914789965122731 +Mean Ctt error = 0.20061921842848265 +Simulation ended diff --git a/prelim_results/slurm-2213916.out b/prelim_results/slurm-2213916.out new file mode 100644 index 0000000..3c9356f --- /dev/null +++ b/prelim_results/slurm-2213916.out @@ -0,0 +1,9336 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.999038: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.007727: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.008079: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55dfeb0231f0 executing computations on platform Host. Devices: +2019-07-07 14:45:24.008117: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.489098: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55dfeb0af290 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.489170: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.496102: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:11:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.496181: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.586426: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.586487: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.586510: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.593506: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:11:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711742.1777474 Edm = 6.47213 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711742.1777474 Edm = 6.47213 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715597.369613 Edm = 0.539085 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715605.7673957 Edm = 0.543346 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -715685.5165561 Edm = 39.272 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715869.3730538 Edm = 8.18541 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -715875.2267759 Edm = 0.320254 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -715875.6626975 Edm = 0.240712 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -715910.5058675 Edm = 24.3524 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -715910.8161364 Edm = 0.218402 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -715913.9405126 Edm = 3.04282 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -715964.7074908 Edm = 13.8643 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -715981.0658291 Edm = 0.0909971 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -715981.1473283 Edm = 0.0242865 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -715981.6283218 Edm = 0.512166 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -716015.8292529 Edm = 1.05444 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -716129.0969359 Edm = 7.97945 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -716140.1539622 Edm = 0.662002 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -716140.8350731 Edm = 0.0342425 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -716140.8893849 Edm = 0.0147136 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -716142.318849 Edm = 1.51639 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -716146.2640359 Edm = 3.72881 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -716229.2535432 Edm = 0.243992 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -716229.4949892 Edm = 0.00586614 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -716229.5021127 Edm = 0.00191876 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -716229.5952188 Edm = 0.0871973 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -716246.6636533 Edm = 1.92517 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -716249.1810139 Edm = 0.0307897 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -716249.2181872 Edm = 0.000393324 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -716249.2194076 Edm = 0.000816245 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -716249.5362052 Edm = 0.261096 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -716257.7296396 Edm = 1.77231 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -716260.6382324 Edm = 0.185714 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -716260.8196129 Edm = 0.0117082 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -716260.832182 Edm = 0.00054146 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -716260.8334654 Edm = 0.000709291 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -716260.8562878 Edm = 0.0238013 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -716261.9963752 Edm = 0.192715 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -716266.6349191 Edm = 1.66097 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -716270.7455932 Edm = 0.126648 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -716270.8517759 Edm = 0.00419144 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -716270.855663 Edm = 0.000688054 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -716270.8571302 Edm = 0.00113486 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -716271.0410471 Edm = 0.190408 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -716271.1359938 Edm = 0.0938224 NCalls = 154 +VariableMetric: Iteration # 44 - FCN = -716289.882252 Edm = 0.34597 NCalls = 161 +VariableMetric: Iteration # 45 - FCN = -716290.3425037 Edm = 0.0444687 NCalls = 163 +VariableMetric: Iteration # 46 - FCN = -716290.4002984 Edm = 0.00367549 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -716290.4043183 Edm = 0.000460163 NCalls = 167 +VariableMetric: Iteration # 48 - FCN = -716290.4093842 Edm = 0.00359807 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -716290.6588555 Edm = 0.227345 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -716297.9430252 Edm = 2.97806 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -716306.5828826 Edm = 0.535587 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -716307.0290814 Edm = 0.119972 NCalls = 185 +VariableMetric: Iteration # 53 - FCN = -716307.1148641 Edm = 0.0108922 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -716307.1261302 Edm = 0.000609641 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -716307.1280206 Edm = 0.00146868 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -716307.1826399 Edm = 0.0575586 NCalls = 196 +VariableMetric: Iteration # 57 - FCN = -716307.3216341 Edm = 0.124755 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -716311.952914 Edm = 1.08261 NCalls = 207 +VariableMetric: Iteration # 59 - FCN = -716316.6035314 Edm = 2.88681 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -716322.8861303 Edm = 2.17698 NCalls = 214 +VariableMetric: Iteration # 61 - FCN = -716325.0255697 Edm = 0.534178 NCalls = 217 +VariableMetric: Iteration # 62 - FCN = -716325.2921748 Edm = 0.0553602 NCalls = 219 +VariableMetric: Iteration # 63 - FCN = -716325.3439608 Edm = 0.0101808 NCalls = 221 +VariableMetric: Iteration # 64 - FCN = -716325.3536937 Edm = 0.00150572 NCalls = 223 +VariableMetric: Iteration # 65 - FCN = -716325.3549784 Edm = 0.000111982 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -716325.3555459 Edm = 0.000512816 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -716325.4019241 Edm = 0.0428299 NCalls = 234 +VariableMetric: Iteration # 68 - FCN = -716326.206712 Edm = 0.597813 NCalls = 238 +VariableMetric: Iteration # 69 - FCN = -716329.0953792 Edm = 0.100987 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -716329.2028307 Edm = 0.00660117 NCalls = 242 +VariableMetric: Iteration # 71 - FCN = -716329.2082356 Edm = 0.000342754 NCalls = 244 +VariableMetric: Iteration # 72 - FCN = -716329.208635 Edm = 5.46346e-05 NCalls = 246 +VariableMetric: After Hessian - FCN = -716329.208635 Edm = 26.0314 NCalls = 603 +VariableMetric: Iteration # 73 - FCN = -716329.208635 Edm = 26.0314 NCalls = 603 +VariableMetric: Iteration # 74 - FCN = -716334.6889203 Edm = 21.3924 NCalls = 612 +VariableMetric: Iteration # 75 - FCN = -716344.9699135 Edm = 217.627 NCalls = 614 +VariableMetric: Iteration # 76 - FCN = -716348.4457577 Edm = 3.26388 NCalls = 616 +VariableMetric: Iteration # 77 - FCN = -716351.0241513 Edm = 1.46151 NCalls = 617 +VariableMetric: Iteration # 78 - FCN = -716352.5307106 Edm = 0.2634 NCalls = 621 +VariableMetric: Iteration # 79 - FCN = -716352.8799862 Edm = 0.037049 NCalls = 623 +VariableMetric: Iteration # 80 - FCN = -716352.9549981 Edm = 0.0132587 NCalls = 626 +VariableMetric: Iteration # 81 - FCN = -716352.9797623 Edm = 0.00232312 NCalls = 628 +VariableMetric: Iteration # 82 - FCN = -716352.9892332 Edm = 0.00433307 NCalls = 630 +VariableMetric: Iteration # 83 - FCN = -716353.0273169 Edm = 0.0178907 NCalls = 635 +VariableMetric: Iteration # 84 - FCN = -716353.0628075 Edm = 0.0448517 NCalls = 638 +VariableMetric: Iteration # 85 - FCN = -716353.1008479 Edm = 0.0185937 NCalls = 641 +VariableMetric: Iteration # 86 - FCN = -716353.1470706 Edm = 0.0126258 NCalls = 643 +VariableMetric: Iteration # 87 - FCN = -716353.16318 Edm = 0.028381 NCalls = 645 +VariableMetric: Iteration # 88 - FCN = -716353.1806948 Edm = 0.0038798 NCalls = 648 +VariableMetric: Iteration # 89 - FCN = -716353.1887625 Edm = 0.00861025 NCalls = 651 +VariableMetric: Iteration # 90 - FCN = -716353.2006889 Edm = 0.00520954 NCalls = 654 +VariableMetric: Iteration # 91 - FCN = -716353.2091653 Edm = 0.00379271 NCalls = 657 +VariableMetric: Iteration # 92 - FCN = -716353.2159169 Edm = 0.00184046 NCalls = 660 +VariableMetric: Iteration # 93 - FCN = -716353.2191252 Edm = 0.00230403 NCalls = 662 +VariableMetric: Iteration # 94 - FCN = -716353.2206216 Edm = 0.000726846 NCalls = 665 +VariableMetric: Iteration # 95 - FCN = -716353.2227708 Edm = 0.00243985 NCalls = 667 +VariableMetric: Iteration # 96 - FCN = -716353.2237385 Edm = 0.00055746 NCalls = 670 +VariableMetric: Iteration # 97 - FCN = -716353.2255026 Edm = 0.00027215 NCalls = 672 +VariableMetric: Iteration # 98 - FCN = -716353.2262083 Edm = 0.00027048 NCalls = 676 +VariableMetric: Iteration # 99 - FCN = -716353.2264254 Edm = 0.00026725 NCalls = 678 +VariableMetric: Iteration # 100 - FCN = -716353.2266665 Edm = 4.40178e-05 NCalls = 680 +VariableMetric: After Hessian - FCN = -716353.2266665 Edm = 0.000106735 NCalls = 1055 +VariableMetric: Iteration # 101 - FCN = -716353.2266665 Edm = 0.000106735 NCalls = 1055 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713043.2505062 Edm = 1.16154 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713043.2505062 Edm = 1.16154 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715345.9304433 Edm = 4.2754 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715361.3791853 Edm = 3.09538 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715430.3209104 Edm = 9.51405 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -715464.3517694 Edm = 18.0536 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715486.5546823 Edm = 35.611 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -715522.235744 Edm = 1.33606 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -715524.4061692 Edm = 2.64327 NCalls = 25 +VariableMetric: Iteration # 8 - FCN = -715592.6012543 Edm = 23.5266 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -715638.7984454 Edm = 0.278219 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -715639.3178792 Edm = 0.237999 NCalls = 34 +VariableMetric: Iteration # 11 - FCN = -715713.7521412 Edm = 26.1539 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -715753.1127361 Edm = 0.969159 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -715753.9828319 Edm = 0.0754027 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -715754.1784343 Edm = 0.144681 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -715761.801778 Edm = 7.28111 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -715899.557451 Edm = 29.4711 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -715933.2780321 Edm = 13.634 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -715952.6479389 Edm = 2.41273 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -715955.7316951 Edm = 0.187064 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -715955.9730652 Edm = 0.029002 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -715956.0764721 Edm = 0.0532372 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -715958.2550231 Edm = 1.82083 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -715995.961246 Edm = 24.9691 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -716015.2559737 Edm = 34.2984 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -716040.9983396 Edm = 2.11415 NCalls = 82 +VariableMetric: Iteration # 26 - FCN = -716044.8323154 Edm = 0.40329 NCalls = 84 +VariableMetric: Iteration # 27 - FCN = -716045.699786 Edm = 0.226123 NCalls = 87 +VariableMetric: Iteration # 28 - FCN = -716046.0014295 Edm = 0.0930222 NCalls = 90 +VariableMetric: Iteration # 29 - FCN = -716046.1335151 Edm = 0.0058553 NCalls = 92 +VariableMetric: Iteration # 30 - FCN = -716046.1445384 Edm = 0.00254621 NCalls = 94 +VariableMetric: Iteration # 31 - FCN = -716046.1603042 Edm = 0.0171316 NCalls = 97 +VariableMetric: Iteration # 32 - FCN = -716046.9019113 Edm = 0.645735 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -716061.6905912 Edm = 6.02323 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -716070.5305527 Edm = 1.40619 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -716071.4496597 Edm = 0.0139184 NCalls = 111 +VariableMetric: Iteration # 36 - FCN = -716071.4644633 Edm = 0.000665462 NCalls = 112 +VariableMetric: Iteration # 37 - FCN = -716071.471709 Edm = 0.00650595 NCalls = 115 +VariableMetric: Iteration # 38 - FCN = -716072.2223486 Edm = 0.774753 NCalls = 121 +VariableMetric: Iteration # 39 - FCN = -716072.3667225 Edm = 0.144436 NCalls = 125 +VariableMetric: Iteration # 40 - FCN = -716072.8731697 Edm = 0.437622 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -716091.901336 Edm = 12.6036 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -716101.3518025 Edm = 7.36195 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -716111.3636742 Edm = 0.631947 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -716112.1332035 Edm = 0.0555243 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -716112.2027992 Edm = 0.00606655 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -716112.2084728 Edm = 0.000382929 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -716112.211476 Edm = 0.00268049 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -716112.7367205 Edm = 0.101494 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -716115.8978686 Edm = 1.43114 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -716120.8053721 Edm = 0.419241 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -716121.1610096 Edm = 0.00580894 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -716121.1676594 Edm = 0.000569265 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -716121.1699705 Edm = 0.00131339 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -716121.1889999 Edm = 0.0153259 NCalls = 170 +VariableMetric: Iteration # 55 - FCN = -716121.6412617 Edm = 0.410993 NCalls = 174 +VariableMetric: Iteration # 56 - FCN = -716131.390777 Edm = 1.59669 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -716133.6196222 Edm = 0.310653 NCalls = 181 +VariableMetric: Iteration # 58 - FCN = -716133.977665 Edm = 0.243942 NCalls = 183 +VariableMetric: Iteration # 59 - FCN = -716134.1323742 Edm = 0.00979324 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -716134.141679 Edm = 0.000684655 NCalls = 187 +VariableMetric: Iteration # 61 - FCN = -716134.1511013 Edm = 0.00873635 NCalls = 190 +VariableMetric: Iteration # 62 - FCN = -716135.0451411 Edm = 0.841444 NCalls = 195 +VariableMetric: Iteration # 63 - FCN = -716160.508051 Edm = 17.3542 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -716172.9767966 Edm = 12.9982 NCalls = 202 +VariableMetric: Iteration # 65 - FCN = -716195.1830616 Edm = 6.33128 NCalls = 205 +VariableMetric: Iteration # 66 - FCN = -716206.9256415 Edm = 0.300164 NCalls = 208 +VariableMetric: Iteration # 67 - FCN = -716207.3832875 Edm = 0.0658228 NCalls = 210 +VariableMetric: Iteration # 68 - FCN = -716207.508789 Edm = 0.0104119 NCalls = 212 +VariableMetric: Iteration # 69 - FCN = -716207.5241113 Edm = 0.0045336 NCalls = 214 +VariableMetric: Iteration # 70 - FCN = -716207.5316342 Edm = 0.00366683 NCalls = 216 +VariableMetric: Iteration # 71 - FCN = -716207.5382106 Edm = 0.00143124 NCalls = 218 +VariableMetric: Iteration # 72 - FCN = -716207.5493483 Edm = 0.00874314 NCalls = 221 +VariableMetric: Iteration # 73 - FCN = -716208.0049445 Edm = 0.422641 NCalls = 226 +VariableMetric: Iteration # 74 - FCN = -716221.8881911 Edm = 5.07151 NCalls = 232 +VariableMetric: Iteration # 75 - FCN = -716230.0135443 Edm = 0.477789 NCalls = 234 +VariableMetric: Iteration # 76 - FCN = -716231.076475 Edm = 0.450406 NCalls = 237 +VariableMetric: Iteration # 77 - FCN = -716233.5744658 Edm = 1.09617 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -716233.6997958 Edm = 0.54519 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -716235.5409096 Edm = 0.38655 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -716236.1235053 Edm = 0.0330365 NCalls = 251 +VariableMetric: Iteration # 81 - FCN = -716236.1550573 Edm = 0.00090237 NCalls = 253 +VariableMetric: Iteration # 82 - FCN = -716236.1561299 Edm = 0.000135465 NCalls = 255 +VariableMetric: Iteration # 83 - FCN = -716236.1574412 Edm = 0.00130593 NCalls = 258 +VariableMetric: Iteration # 84 - FCN = -716236.2129452 Edm = 0.0595942 NCalls = 265 +VariableMetric: Iteration # 85 - FCN = -716236.2266922 Edm = 0.0130923 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -716239.1390535 Edm = 1.11557 NCalls = 276 +VariableMetric: Iteration # 87 - FCN = -716240.9351532 Edm = 0.100697 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -716241.0386815 Edm = 0.00851663 NCalls = 281 +VariableMetric: Iteration # 89 - FCN = -716241.0482597 Edm = 0.00103662 NCalls = 283 +VariableMetric: Iteration # 90 - FCN = -716241.0490762 Edm = 4.75434e-05 NCalls = 285 +VariableMetric: After Hessian - FCN = -716241.0490762 Edm = 6930.85 NCalls = 642 +VariableMetric: Iteration # 91 - FCN = -716241.0490762 Edm = 6930.85 NCalls = 642 +VariableMetric: Iteration # 92 - FCN = -716244.1857699 Edm = 48579.5 NCalls = 653 +VariableMetric: Iteration # 93 - FCN = -716272.5922642 Edm = 4.2257 NCalls = 657 +VariableMetric: Iteration # 94 - FCN = -716274.7785113 Edm = 0.570875 NCalls = 667 +VariableMetric: Iteration # 95 - FCN = -716274.8614064 Edm = 3.90259 NCalls = 669 +VariableMetric: Iteration # 96 - FCN = -716275.7747955 Edm = 0.166876 NCalls = 672 +VariableMetric: Iteration # 97 - FCN = -716275.950368 Edm = 0.0351168 NCalls = 675 +VariableMetric: Iteration # 98 - FCN = -716276.024776 Edm = 0.0200484 NCalls = 677 +VariableMetric: Iteration # 99 - FCN = -716276.1135364 Edm = 0.081076 NCalls = 679 +VariableMetric: Iteration # 100 - FCN = -716277.2906423 Edm = 1.43199 NCalls = 686 +VariableMetric: Iteration # 101 - FCN = -716277.2970537 Edm = 0.0105667 NCalls = 688 +VariableMetric: Iteration # 102 - FCN = -716277.3807251 Edm = 0.103112 NCalls = 692 +VariableMetric: Iteration # 103 - FCN = -716277.673693 Edm = 0.344375 NCalls = 696 +VariableMetric: Iteration # 104 - FCN = -716277.7970231 Edm = 0.114086 NCalls = 699 +VariableMetric: Iteration # 105 - FCN = -716278.4772224 Edm = 0.716498 NCalls = 707 +VariableMetric: Iteration # 106 - FCN = -716279.3371222 Edm = 3.72362 NCalls = 713 +VariableMetric: Iteration # 107 - FCN = -716279.3559941 Edm = 0.019155 NCalls = 715 +VariableMetric: Iteration # 108 - FCN = -716279.4616125 Edm = 0.201517 NCalls = 718 +VariableMetric: Iteration # 109 - FCN = -716279.7269975 Edm = 0.200892 NCalls = 722 +VariableMetric: Iteration # 110 - FCN = -716281.8477944 Edm = 1.27662 NCalls = 725 +VariableMetric: Iteration # 111 - FCN = -716283.4309574 Edm = 0.234218 NCalls = 728 +VariableMetric: Iteration # 112 - FCN = -716283.7756651 Edm = 0.174341 NCalls = 730 +VariableMetric: Iteration # 113 - FCN = -716284.0806957 Edm = 0.111555 NCalls = 733 +VariableMetric: Iteration # 114 - FCN = -716284.222847 Edm = 0.0786712 NCalls = 735 +VariableMetric: Iteration # 115 - FCN = -716284.4259211 Edm = 0.0368083 NCalls = 737 +VariableMetric: Iteration # 116 - FCN = -716284.5530302 Edm = 0.0978263 NCalls = 739 +VariableMetric: Iteration # 117 - FCN = -716284.8922248 Edm = 0.0959094 NCalls = 743 +VariableMetric: Iteration # 118 - FCN = -716285.0925977 Edm = 0.108473 NCalls = 746 +VariableMetric: Iteration # 119 - FCN = -716285.1588521 Edm = 0.0774036 NCalls = 748 +VariableMetric: Iteration # 120 - FCN = -716285.2937256 Edm = 0.0589849 NCalls = 751 +VariableMetric: Iteration # 121 - FCN = -716285.4230225 Edm = 0.0293759 NCalls = 754 +VariableMetric: Iteration # 122 - FCN = -716285.4467616 Edm = 0.0137859 NCalls = 756 +VariableMetric: Iteration # 123 - FCN = -716285.4590611 Edm = 0.00829405 NCalls = 758 +VariableMetric: Iteration # 124 - FCN = -716285.4740662 Edm = 0.0101339 NCalls = 760 +VariableMetric: Iteration # 125 - FCN = -716285.4917463 Edm = 0.00611593 NCalls = 763 +VariableMetric: Iteration # 126 - FCN = -716285.5040206 Edm = 0.00307692 NCalls = 765 +VariableMetric: Iteration # 127 - FCN = -716285.5128326 Edm = 0.00679079 NCalls = 768 +VariableMetric: Iteration # 128 - FCN = -716285.5276738 Edm = 0.00595771 NCalls = 771 +VariableMetric: Iteration # 129 - FCN = -716285.5368051 Edm = 0.00384382 NCalls = 774 +VariableMetric: Iteration # 130 - FCN = -716285.5641902 Edm = 0.0166593 NCalls = 777 +VariableMetric: Iteration # 131 - FCN = -716285.586415 Edm = 0.0106847 NCalls = 780 +VariableMetric: Iteration # 132 - FCN = -716285.6005961 Edm = 0.00404552 NCalls = 782 +VariableMetric: Iteration # 133 - FCN = -716285.6105515 Edm = 0.00333206 NCalls = 784 +VariableMetric: Iteration # 134 - FCN = -716285.6218224 Edm = 0.0075882 NCalls = 787 +VariableMetric: Iteration # 135 - FCN = -716285.6387912 Edm = 0.00710651 NCalls = 790 +VariableMetric: Iteration # 136 - FCN = -716285.6469154 Edm = 0.0011 NCalls = 792 +VariableMetric: Iteration # 137 - FCN = -716285.6479342 Edm = 0.00014631 NCalls = 794 +VariableMetric: Iteration # 138 - FCN = -716285.648194 Edm = 2.97938e-05 NCalls = 796 +VariableMetric: After Hessian - FCN = -716285.648194 Edm = 0.000201883 NCalls = 1167 +VariableMetric: Iteration # 139 - FCN = -716285.648194 Edm = 0.000201883 NCalls = 1167 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -706677.7862196 Edm = 9.57069 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -706677.7862196 Edm = 9.57069 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712064.0225944 Edm = 8.50603 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -712187.0464281 Edm = 4.56949 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -714170.0375244 Edm = 48.5842 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -714220.9690581 Edm = 44.1429 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -714246.970036 Edm = 2.50194 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -714264.8018148 Edm = 24.8606 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -714589.0322767 Edm = 77.7934 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -714670.2279748 Edm = 0.348223 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -714670.4882399 Edm = 0.0427347 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -714683.9555814 Edm = 18.8817 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -714684.3376419 Edm = 0.375091 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -714711.6004617 Edm = 22.5697 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -714771.3521284 Edm = 2.39303 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -714773.1579358 Edm = 0.0305804 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -714773.2166415 Edm = 0.0104077 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -714773.2477984 Edm = 0.0143559 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -714775.4621801 Edm = 2.01492 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -714814.8713298 Edm = 36.2349 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -714896.6158085 Edm = 14.7434 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -714925.8801042 Edm = 22.2556 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -714940.5099749 Edm = 19.1765 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -714993.8057652 Edm = 1.88342 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -714996.540171 Edm = 1.31144 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -714996.9662189 Edm = 0.915222 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -714998.6571204 Edm = 1.46569 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -715001.2423274 Edm = 0.528673 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -715001.7778562 Edm = 0.503965 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -715001.9936598 Edm = 0.0213928 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -715002.0534284 Edm = 0.0147031 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -715002.154704 Edm = 0.0833465 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -715089.1812921 Edm = 21.1755 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -715138.7288574 Edm = 20.0036 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -715151.9511188 Edm = 2.54431 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -715156.5486917 Edm = 0.292169 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -715156.7338771 Edm = 0.0246382 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -715156.7785897 Edm = 0.0104932 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -715156.7984282 Edm = 0.0248994 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -715158.0645785 Edm = 0.926121 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -715220.7843484 Edm = 17.8834 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -715238.4139802 Edm = 2.02964 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -715240.0095203 Edm = 0.532798 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -715240.3671246 Edm = 0.035684 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -715240.4135054 Edm = 0.00667959 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -715240.5214422 Edm = 0.0824928 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -715241.9657019 Edm = 1.18173 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -715276.7200938 Edm = 30.2293 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -715520.3931923 Edm = 209.614 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -715575.496664 Edm = 35.4431 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -715608.3597093 Edm = 12.5281 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -715619.7849928 Edm = 13.6407 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -715689.2587534 Edm = 32.5034 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -715693.7445941 Edm = 9.30925 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -715708.0297905 Edm = 39.1337 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -715722.7164537 Edm = 11.981 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -715738.3695197 Edm = 4.9663 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -715744.7189888 Edm = 3.0931 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -715749.7860843 Edm = 0.417872 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -715750.3013077 Edm = 0.0421373 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -715750.3941021 Edm = 0.0505283 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -715750.7979732 Edm = 0.158698 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -715759.3189681 Edm = 57.9691 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -715759.3562832 Edm = 0.453512 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -715759.6140516 Edm = 0.192352 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -715762.7684314 Edm = 3.15446 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -715765.804283 Edm = 3.3944 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -715769.5707449 Edm = 3.61923 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -715772.330707 Edm = 2.29478 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -715835.4185856 Edm = 106.376 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -715857.3440237 Edm = 49.787 NCalls = 235 +VariableMetric: Iteration # 70 - FCN = -715916.2805913 Edm = 54.9608 NCalls = 239 +VariableMetric: Iteration # 71 - FCN = -715974.6402576 Edm = 15.1281 NCalls = 240 +VariableMetric: Iteration # 72 - FCN = -715985.9671206 Edm = 3.04852 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -715992.8207766 Edm = 1.37062 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -715995.4438803 Edm = 0.579783 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -715997.2739963 Edm = 0.684805 NCalls = 249 +VariableMetric: Iteration # 76 - FCN = -715998.0984469 Edm = 0.136228 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -715998.3218637 Edm = 0.063806 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -715998.8505632 Edm = 0.309443 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -716000.6216227 Edm = 1.21547 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -716019.8690661 Edm = 12.4423 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -716175.634099 Edm = 110.102 NCalls = 266 +VariableMetric: Iteration # 82 - FCN = -716231.5006297 Edm = 39.4427 NCalls = 269 +VariableMetric: Iteration # 83 - FCN = -716276.9287804 Edm = 3.3322 NCalls = 272 +VariableMetric: Iteration # 84 - FCN = -716281.3687269 Edm = 1.34121 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -716282.8302608 Edm = 0.688456 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -716284.6996565 Edm = 0.78986 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -716285.4392993 Edm = 0.21705 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -716285.7555656 Edm = 0.0207759 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -716285.7857554 Edm = 0.00652201 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -716285.8375544 Edm = 0.0511692 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -716286.8547721 Edm = 0.878964 NCalls = 294 +VariableMetric: Iteration # 92 - FCN = -716299.1178761 Edm = 9.45609 NCalls = 298 +VariableMetric: Iteration # 93 - FCN = -716324.867981 Edm = 1.54781 NCalls = 300 +VariableMetric: Iteration # 94 - FCN = -716326.6367847 Edm = 0.139222 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -716326.7510358 Edm = 0.010236 NCalls = 304 +VariableMetric: Iteration # 96 - FCN = -716326.7655684 Edm = 0.00324387 NCalls = 306 +VariableMetric: Iteration # 97 - FCN = -716326.7703902 Edm = 0.0018104 NCalls = 308 +VariableMetric: Iteration # 98 - FCN = -716326.7789061 Edm = 0.00702634 NCalls = 311 +VariableMetric: Iteration # 99 - FCN = -716327.6527061 Edm = 0.802583 NCalls = 316 +VariableMetric: Iteration # 100 - FCN = -716337.6935043 Edm = 3.99491 NCalls = 319 +VariableMetric: Iteration # 101 - FCN = -716346.2132701 Edm = 0.394507 NCalls = 321 +VariableMetric: Iteration # 102 - FCN = -716346.556601 Edm = 0.0525795 NCalls = 323 +VariableMetric: Iteration # 103 - FCN = -716346.597184 Edm = 0.00116059 NCalls = 325 +VariableMetric: Iteration # 104 - FCN = -716346.5985299 Edm = 0.000168959 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -716346.5994855 Edm = 0.000655428 NCalls = 330 +VariableMetric: Iteration # 106 - FCN = -716346.6321737 Edm = 0.0272729 NCalls = 335 +VariableMetric: Iteration # 107 - FCN = -716347.5055535 Edm = 0.573435 NCalls = 339 +VariableMetric: Iteration # 108 - FCN = -716352.1508815 Edm = 0.0691438 NCalls = 342 +VariableMetric: Iteration # 109 - FCN = -716352.2249222 Edm = 0.00218179 NCalls = 344 +VariableMetric: Iteration # 110 - FCN = -716352.2268212 Edm = 8.51527e-05 NCalls = 346 +VariableMetric: Iteration # 111 - FCN = -716352.2269094 Edm = 3.81821e-06 NCalls = 348 +VariableMetric: After Hessian - FCN = -716352.2269094 Edm = 23.9606 NCalls = 717 +VariableMetric: Iteration # 112 - FCN = -716352.2269094 Edm = 23.9606 NCalls = 717 +VariableMetric: Iteration # 113 - FCN = -716352.6614869 Edm = 18.9725 NCalls = 720 +VariableMetric: Iteration # 114 - FCN = -716352.9440615 Edm = 0.0866672 NCalls = 722 +VariableMetric: Iteration # 115 - FCN = -716353.0369051 Edm = 0.0221831 NCalls = 724 +VariableMetric: Iteration # 116 - FCN = -716353.0827336 Edm = 0.0212033 NCalls = 727 +VariableMetric: Iteration # 117 - FCN = -716353.1236009 Edm = 0.0144776 NCalls = 731 +VariableMetric: Iteration # 118 - FCN = -716353.1420578 Edm = 0.0245685 NCalls = 734 +VariableMetric: Iteration # 119 - FCN = -716353.1545809 Edm = 0.00552233 NCalls = 736 +VariableMetric: Iteration # 120 - FCN = -716353.1654863 Edm = 0.00366323 NCalls = 739 +VariableMetric: Iteration # 121 - FCN = -716353.1745595 Edm = 0.00224856 NCalls = 742 +VariableMetric: Iteration # 122 - FCN = -716353.1775201 Edm = 0.00372705 NCalls = 744 +VariableMetric: Iteration # 123 - FCN = -716353.1801599 Edm = 0.000711639 NCalls = 747 +VariableMetric: Iteration # 124 - FCN = -716353.1814653 Edm = 0.000951744 NCalls = 750 +VariableMetric: Iteration # 125 - FCN = -716353.1822399 Edm = 0.000198293 NCalls = 752 +VariableMetric: Iteration # 126 - FCN = -716353.1825848 Edm = 6.46902e-05 NCalls = 755 +VariableMetric: Iteration # 127 - FCN = -716353.1826848 Edm = 1.05751e-05 NCalls = 757 +VariableMetric: After Hessian - FCN = -716353.1826848 Edm = 1.0743e-05 NCalls = 1138 +VariableMetric: Iteration # 128 - FCN = -716353.1826848 Edm = 1.0743e-05 NCalls = 1138 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714444.5321445 Edm = 3.98831 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714444.5321445 Edm = 3.98831 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715519.1825003 Edm = 0.255024 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715519.8736388 Edm = 0.522758 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715616.0738125 Edm = 0.190064 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -715616.3867641 Edm = 0.104714 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715666.4281099 Edm = 38.5841 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -715808.6068754 Edm = 13.8692 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -715820.1171912 Edm = 0.340287 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -715820.5561961 Edm = 0.132131 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -715854.1539447 Edm = 21.6585 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -715932.7308883 Edm = 1.57827 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -715934.3561862 Edm = 0.0462908 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -715934.4766409 Edm = 0.0460892 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -715935.6654922 Edm = 1.02233 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -716007.6247976 Edm = 16.3847 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -716029.6575008 Edm = 0.859183 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -716030.6820625 Edm = 0.444069 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -716031.3073847 Edm = 0.0402233 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -716031.3607885 Edm = 0.0131449 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -716034.8150629 Edm = 3.2078 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -716125.5046295 Edm = 14.6054 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -716139.3598393 Edm = 2.15364 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -716142.3927249 Edm = 0.190407 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -716142.6086386 Edm = 0.0600247 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -716142.7049534 Edm = 0.0113989 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -716142.7194213 Edm = 0.00055549 NCalls = 80 +VariableMetric: Iteration # 26 - FCN = -716142.7206869 Edm = 0.00055299 NCalls = 82 +VariableMetric: Iteration # 27 - FCN = -716142.7307064 Edm = 0.00857427 NCalls = 86 +VariableMetric: Iteration # 28 - FCN = -716144.1094889 Edm = 1.02726 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -716149.4287909 Edm = 0.0427193 NCalls = 94 +VariableMetric: Iteration # 30 - FCN = -716149.4808932 Edm = 0.00104762 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -716149.4823771 Edm = 0.00047855 NCalls = 98 +VariableMetric: Iteration # 32 - FCN = -716149.4965511 Edm = 0.0121662 NCalls = 102 +VariableMetric: Iteration # 33 - FCN = -716150.7565423 Edm = 1.09738 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -716167.185244 Edm = 1.70012 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -716168.3266553 Edm = 0.0627867 NCalls = 112 +VariableMetric: Iteration # 36 - FCN = -716168.3991559 Edm = 0.00461989 NCalls = 114 +VariableMetric: Iteration # 37 - FCN = -716168.4032552 Edm = 0.000869801 NCalls = 116 +VariableMetric: Iteration # 38 - FCN = -716168.4056058 Edm = 0.00152815 NCalls = 118 +VariableMetric: Iteration # 39 - FCN = -716168.5559035 Edm = 0.110227 NCalls = 123 +VariableMetric: Iteration # 40 - FCN = -716175.6571856 Edm = 1.76063 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -716177.9218611 Edm = 0.214406 NCalls = 132 +VariableMetric: Iteration # 42 - FCN = -716178.2031439 Edm = 0.0314281 NCalls = 134 +VariableMetric: Iteration # 43 - FCN = -716178.2606633 Edm = 0.00593473 NCalls = 136 +VariableMetric: Iteration # 44 - FCN = -716178.2717326 Edm = 0.00344934 NCalls = 138 +VariableMetric: Iteration # 45 - FCN = -716178.280295 Edm = 0.00367805 NCalls = 141 +VariableMetric: Iteration # 46 - FCN = -716183.292399 Edm = 7.82186 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -716183.2927224 Edm = 0.0104547 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -716183.4218346 Edm = 0.193241 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -716183.9415862 Edm = 0.688457 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -716184.0965255 Edm = 0.135014 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -716187.080837 Edm = 2.13386 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -716189.9771813 Edm = 0.421282 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -716190.4106133 Edm = 0.0182552 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -716190.4266642 Edm = 0.00360114 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -716190.4302678 Edm = 0.000718148 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -716190.434865 Edm = 0.00311988 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -716190.5235612 Edm = 0.0741146 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -716194.8637136 Edm = 4.2665 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -716202.4231235 Edm = 3.13758 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -716204.1780255 Edm = 0.923646 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -716205.0205272 Edm = 0.0654861 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -716205.1033123 Edm = 0.00063825 NCalls = 204 +VariableMetric: Iteration # 63 - FCN = -716205.1040119 Edm = 0.000166417 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -716205.1061003 Edm = 0.00205766 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -716205.2228901 Edm = 0.114986 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -716209.5162038 Edm = 0.866058 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -716210.5598654 Edm = 0.0588872 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -716210.6195652 Edm = 0.00173448 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -716210.6215331 Edm = 6.22467e-05 NCalls = 226 +VariableMetric: After Hessian - FCN = -716210.6215331 Edm = 61.234 NCalls = 587 +VariableMetric: Iteration # 70 - FCN = -716210.6215331 Edm = 61.234 NCalls = 587 +VariableMetric: Iteration # 71 - FCN = -716232.803397 Edm = 111.459 NCalls = 589 +VariableMetric: Iteration # 72 - FCN = -716257.3840758 Edm = 1363.96 NCalls = 600 +VariableMetric: Iteration # 73 - FCN = -716257.9029789 Edm = 326982 NCalls = 611 +VariableMetric: Iteration # 74 - FCN = -716260.7800951 Edm = 445047 NCalls = 620 +VariableMetric: Iteration # 75 - FCN = -716261.088766 Edm = 183782 NCalls = 629 +VariableMetric: Iteration # 76 - FCN = -716261.2980602 Edm = 85785.7 NCalls = 637 +VariableMetric: Iteration # 77 - FCN = -716261.8768429 Edm = 9691.79 NCalls = 643 +VariableMetric: Iteration # 78 - FCN = -716262.906321 Edm = 8969.82 NCalls = 648 +VariableMetric: Iteration # 79 - FCN = -716263.9931538 Edm = 1129.09 NCalls = 653 +VariableMetric: Iteration # 80 - FCN = -716264.4527493 Edm = 739.33 NCalls = 657 +VariableMetric: Iteration # 81 - FCN = -716264.4969069 Edm = 132.84 NCalls = 661 +VariableMetric: Iteration # 82 - FCN = -716264.5726227 Edm = 211.563 NCalls = 665 +VariableMetric: Iteration # 83 - FCN = -716264.7194654 Edm = 9.4734 NCalls = 668 +VariableMetric: Iteration # 84 - FCN = -716264.7418879 Edm = 10.4028 NCalls = 671 +VariableMetric: Iteration # 85 - FCN = -716264.7707822 Edm = 3.73878 NCalls = 674 +VariableMetric: Iteration # 86 - FCN = -716264.7827472 Edm = 105.063 NCalls = 676 +VariableMetric: Iteration # 87 - FCN = -716265.1941609 Edm = 77.5577 NCalls = 678 +VariableMetric: Iteration # 88 - FCN = -716266.2772994 Edm = 412.387 NCalls = 680 +VariableMetric: Iteration # 89 - FCN = -716267.1856867 Edm = 31.9126 NCalls = 682 +VariableMetric: Iteration # 90 - FCN = -716267.2191242 Edm = 1.39279 NCalls = 685 +VariableMetric: Iteration # 91 - FCN = -716267.2213674 Edm = 1.86132 NCalls = 688 +VariableMetric: Iteration # 92 - FCN = -716267.2323089 Edm = 1.86987 NCalls = 691 +VariableMetric: Iteration # 93 - FCN = -716267.5480787 Edm = 0.203632 NCalls = 693 +VariableMetric: Iteration # 94 - FCN = -716267.7275707 Edm = 0.068484 NCalls = 695 +VariableMetric: Iteration # 95 - FCN = -716267.8361795 Edm = 0.121732 NCalls = 698 +VariableMetric: Iteration # 96 - FCN = -716267.9166909 Edm = 0.112126 NCalls = 700 +VariableMetric: Iteration # 97 - FCN = -716268.0956815 Edm = 0.0595912 NCalls = 704 +VariableMetric: Iteration # 98 - FCN = -716268.2202709 Edm = 0.0443503 NCalls = 706 +VariableMetric: Iteration # 99 - FCN = -716268.3091891 Edm = 0.0999606 NCalls = 708 +VariableMetric: Iteration # 100 - FCN = -716268.3493226 Edm = 0.0181175 NCalls = 710 +VariableMetric: Iteration # 101 - FCN = -716268.3756496 Edm = 0.0109846 NCalls = 713 +VariableMetric: Iteration # 102 - FCN = -716268.3850274 Edm = 0.00407217 NCalls = 715 +VariableMetric: Iteration # 103 - FCN = -716268.3942553 Edm = 0.00205966 NCalls = 717 +VariableMetric: Iteration # 104 - FCN = -716268.3969905 Edm = 0.000257653 NCalls = 719 +VariableMetric: Iteration # 105 - FCN = -716268.3972645 Edm = 1.89421e-05 NCalls = 720 +VariableMetric: After Hessian - FCN = -716268.3972645 Edm = 2.19562e-05 NCalls = 1095 +VariableMetric: Iteration # 106 - FCN = -716268.3972645 Edm = 2.19562e-05 NCalls = 1095 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710970.1528379 Edm = 2.61319 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710970.1528379 Edm = 2.61319 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711736.178688 Edm = 0.778483 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -711739.1744514 Edm = 1.33219 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -712316.9475782 Edm = 48.6148 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -712380.6508257 Edm = 1.31631 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -712383.1906181 Edm = 0.566336 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -712433.7539946 Edm = 54.1452 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -712449.9779947 Edm = 16.8442 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -712666.7839986 Edm = 163.839 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -713127.5250588 Edm = 122.141 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -713209.3915455 Edm = 7.27216 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -713217.5261898 Edm = 0.290246 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -713241.7788378 Edm = 22.1354 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -713536.4235334 Edm = 79.5368 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -713608.5834022 Edm = 3.44773 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -713611.9547435 Edm = 0.371015 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -713621.7204429 Edm = 10.727 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -713703.620995 Edm = 41.0372 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -713775.963874 Edm = 0.89629 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -713777.2589864 Edm = 0.518796 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -713813.4766001 Edm = 35.3158 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -713999.6683738 Edm = 25.8898 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -714030.7735899 Edm = 0.0839968 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -714030.9175985 Edm = 0.0667369 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -714031.916822 Edm = 0.874721 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -714054.5256471 Edm = 17.7383 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -714115.6972611 Edm = 0.201683 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -714115.9313397 Edm = 0.0416677 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -714117.5205569 Edm = 1.50083 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -714119.4160536 Edm = 1.80152 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -714224.3503812 Edm = 4.88917 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -714229.2585873 Edm = 0.352314 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -714229.6110425 Edm = 0.0222787 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -714229.6690971 Edm = 0.0338249 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -714230.4356928 Edm = 0.686091 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -714283.2963596 Edm = 25.296 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -714330.5417709 Edm = 2.77759 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -714333.6608343 Edm = 0.225665 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -714333.9335533 Edm = 0.0176318 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -714333.9599714 Edm = 0.0111862 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -714334.8135104 Edm = 0.805745 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -714360.5089416 Edm = 5.85171 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -714367.6462138 Edm = 0.0392671 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -714367.6871971 Edm = 0.00218152 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -714367.6965194 Edm = 0.00975683 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -714368.0974496 Edm = 0.413144 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -714370.4924994 Edm = 0.985781 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -714381.6704814 Edm = 3.1051 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -714387.2278755 Edm = 0.0891974 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -714387.3419087 Edm = 0.00515455 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -714387.3496233 Edm = 0.00128233 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -714387.4710479 Edm = 0.125481 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -714389.8137973 Edm = 0.110768 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -714404.0365689 Edm = 1.24429 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -714405.8340628 Edm = 0.17898 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -714405.963768 Edm = 0.00203117 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -714405.9685341 Edm = 0.00250031 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -714406.3508417 Edm = 0.367492 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -714439.8969172 Edm = 12.9969 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -714468.6020273 Edm = 2.70267 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -714489.6977856 Edm = 46.5308 NCalls = 210 +VariableMetric: Iteration # 61 - FCN = -714520.0354201 Edm = 48.8987 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -714531.6934417 Edm = 3.17532 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -714533.9171823 Edm = 0.104558 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -714534.0351586 Edm = 0.011734 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -714534.098524 Edm = 0.0423755 NCalls = 221 +VariableMetric: Iteration # 66 - FCN = -714534.953445 Edm = 0.721812 NCalls = 225 +VariableMetric: Iteration # 67 - FCN = -714556.4488796 Edm = 14.3581 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -714638.5370642 Edm = 17.2849 NCalls = 233 +VariableMetric: Iteration # 69 - FCN = -714674.3890441 Edm = 6.96468 NCalls = 236 +VariableMetric: Iteration # 70 - FCN = -714690.7992263 Edm = 6.26153 NCalls = 238 +VariableMetric: Iteration # 71 - FCN = -714709.0183748 Edm = 3.27368 NCalls = 245 +VariableMetric: Iteration # 72 - FCN = -714711.3352842 Edm = 2.65938 NCalls = 247 +VariableMetric: Iteration # 73 - FCN = -714712.3565916 Edm = 0.139663 NCalls = 249 +VariableMetric: Iteration # 74 - FCN = -714712.4659392 Edm = 0.00539382 NCalls = 251 +VariableMetric: Iteration # 75 - FCN = -714712.4731727 Edm = 0.000522095 NCalls = 253 +VariableMetric: Iteration # 76 - FCN = -714712.4738817 Edm = 1.25037e-05 NCalls = 255 +VariableMetric: After Hessian - FCN = -714712.4738817 Edm = 1296.69 NCalls = 616 +VariableMetric: Iteration # 77 - FCN = -714712.4738817 Edm = 1296.69 NCalls = 616 +VariableMetric: Iteration # 78 - FCN = -714741.072124 Edm = 277.158 NCalls = 620 +VariableMetric: Iteration # 79 - FCN = -714741.3380338 Edm = 6.76302 NCalls = 623 +VariableMetric: Iteration # 80 - FCN = -714742.2513961 Edm = 29.039 NCalls = 625 +VariableMetric: Iteration # 81 - FCN = -714745.0809987 Edm = 0.284723 NCalls = 627 +VariableMetric: Iteration # 82 - FCN = -714745.6059792 Edm = 0.119378 NCalls = 629 +VariableMetric: Iteration # 83 - FCN = -714746.2786972 Edm = 0.608578 NCalls = 634 +VariableMetric: Iteration # 84 - FCN = -714746.4059667 Edm = 0.276213 NCalls = 637 +VariableMetric: Iteration # 85 - FCN = -714746.9296978 Edm = 0.273583 NCalls = 640 +VariableMetric: Iteration # 86 - FCN = -714747.1290166 Edm = 0.0744958 NCalls = 642 +VariableMetric: Iteration # 87 - FCN = -714747.2293306 Edm = 0.0546503 NCalls = 644 +VariableMetric: Iteration # 88 - FCN = -714747.2678793 Edm = 0.0104772 NCalls = 646 +VariableMetric: Iteration # 89 - FCN = -714747.285324 Edm = 0.0055376 NCalls = 648 +VariableMetric: Iteration # 90 - FCN = -714747.2913024 Edm = 0.000456789 NCalls = 650 +VariableMetric: Iteration # 91 - FCN = -714747.2917499 Edm = 3.4903e-06 NCalls = 651 +VariableMetric: After Hessian - FCN = -714747.2917499 Edm = 3.39606e-06 NCalls = 1010 +VariableMetric: Iteration # 92 - FCN = -714747.2917499 Edm = 3.39606e-06 NCalls = 1010 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709424.1655527 Edm = 6.12906 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709424.1655527 Edm = 6.12906 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711609.1048868 Edm = 0.824535 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711612.6485204 Edm = 0.973194 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714096.5531981 Edm = 194.574 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -714191.2304993 Edm = 435.836 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -714221.6609003 Edm = 0.131961 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -714223.0608617 Edm = 1.29669 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -714424.5037358 Edm = 6.62716 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -714519.2194206 Edm = 3.6706 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -714522.8873671 Edm = 0.0329458 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -714523.0651001 Edm = 0.153492 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -714526.2645745 Edm = 2.72349 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -714541.3913393 Edm = 0.0218019 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -714541.4401512 Edm = 0.0215241 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -714560.7820757 Edm = 5.00423 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -714674.109504 Edm = 30.6533 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -714738.494213 Edm = 18.4948 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -714955.4767646 Edm = 73.832 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -715784.6234214 Edm = 73.0437 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -715794.1989716 Edm = 12.4343 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -715803.7156632 Edm = 0.768585 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -715805.2043073 Edm = 0.854656 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -715815.3567114 Edm = 2.03407e+06 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -715854.4933285 Edm = 4.27327e+06 NCalls = 95 +VariableMetric: Iteration # 24 - FCN = -715935.4313853 Edm = 294617 NCalls = 105 +VariableMetric: Iteration # 25 - FCN = -716110.9415019 Edm = 219640 NCalls = 113 +VariableMetric: Iteration # 26 - FCN = -716191.514814 Edm = 11262.2 NCalls = 120 +VariableMetric: Iteration # 27 - FCN = -716210.7809401 Edm = 2404.27 NCalls = 125 +VariableMetric: Iteration # 28 - FCN = -716225.1231655 Edm = 1764.89 NCalls = 129 +VariableMetric: Iteration # 29 - FCN = -716228.1800793 Edm = 562.903 NCalls = 133 +VariableMetric: Iteration # 30 - FCN = -716230.9397087 Edm = 551.999 NCalls = 136 +VariableMetric: Iteration # 31 - FCN = -716234.5040743 Edm = 119.926 NCalls = 139 +VariableMetric: Iteration # 32 - FCN = -716237.2795404 Edm = 85.4488 NCalls = 142 +VariableMetric: Iteration # 33 - FCN = -716237.736718 Edm = 79.5839 NCalls = 145 +VariableMetric: Iteration # 34 - FCN = -716238.7267878 Edm = 30.0963 NCalls = 148 +VariableMetric: Iteration # 35 - FCN = -716242.6686617 Edm = 90.3812 NCalls = 151 +VariableMetric: Iteration # 36 - FCN = -716250.2620857 Edm = 54.9981 NCalls = 153 +VariableMetric: Iteration # 37 - FCN = -716252.990442 Edm = 57.0845 NCalls = 155 +VariableMetric: Iteration # 38 - FCN = -716264.7372583 Edm = 81.3813 NCalls = 158 +VariableMetric: Iteration # 39 - FCN = -716266.7984423 Edm = 6.69809 NCalls = 160 +VariableMetric: Iteration # 40 - FCN = -716267.0501289 Edm = 1.52908 NCalls = 162 +VariableMetric: Iteration # 41 - FCN = -716269.1737415 Edm = 0.848692 NCalls = 165 +VariableMetric: Iteration # 42 - FCN = -716269.6948233 Edm = 1.9116 NCalls = 166 +VariableMetric: Iteration # 43 - FCN = -716270.0049764 Edm = 0.442756 NCalls = 168 +VariableMetric: Iteration # 44 - FCN = -716270.3950294 Edm = 0.131154 NCalls = 171 +VariableMetric: Iteration # 45 - FCN = -716270.4987164 Edm = 0.0589078 NCalls = 173 +VariableMetric: Iteration # 46 - FCN = -716270.5740894 Edm = 0.022233 NCalls = 176 +VariableMetric: Iteration # 47 - FCN = -716270.6231844 Edm = 0.0346769 NCalls = 178 +VariableMetric: Iteration # 48 - FCN = -716270.6635228 Edm = 0.0516123 NCalls = 181 +VariableMetric: Iteration # 49 - FCN = -716270.7394305 Edm = 0.0229531 NCalls = 184 +VariableMetric: Iteration # 50 - FCN = -716270.7684127 Edm = 0.0154809 NCalls = 186 +VariableMetric: Iteration # 51 - FCN = -716270.7771489 Edm = 0.0104991 NCalls = 188 +VariableMetric: Iteration # 52 - FCN = -716270.7831872 Edm = 0.00526425 NCalls = 190 +VariableMetric: Iteration # 53 - FCN = -716270.787309 Edm = 0.00106305 NCalls = 193 +VariableMetric: Iteration # 54 - FCN = -716270.7893735 Edm = 0.000568704 NCalls = 195 +VariableMetric: Iteration # 55 - FCN = -716270.7907919 Edm = 0.000661433 NCalls = 197 +VariableMetric: Iteration # 56 - FCN = -716270.7944943 Edm = 0.00104284 NCalls = 200 +VariableMetric: Iteration # 57 - FCN = -716270.7961364 Edm = 0.000185139 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -716270.7963562 Edm = 7.72847e-05 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -716270.7967686 Edm = 0.000413014 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -716270.7975501 Edm = 0.000188288 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -716270.7977979 Edm = 1.15571e-05 NCalls = 213 +VariableMetric: After Hessian - FCN = -716270.7977979 Edm = 0.000246925 NCalls = 592 +VariableMetric: Iteration # 62 - FCN = -716270.7977979 Edm = 0.000246925 NCalls = 592 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715586.9979246 Edm = 0.801653 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715586.9979246 Edm = 0.801653 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715804.3540989 Edm = 0.106141 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -715804.9910644 Edm = 0.459132 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -715842.1810682 Edm = 0.0736285 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -715842.2928411 Edm = 0.0253041 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -715866.305318 Edm = 2.20562 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -715869.3950012 Edm = 0.0363602 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -715870.5454225 Edm = 0.922665 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -715949.7155171 Edm = 3.82357 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -715954.4644769 Edm = 0.116151 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -715954.6688107 Edm = 0.0107659 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -715954.7499689 Edm = 0.0706593 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -715969.8619916 Edm = 13.4064 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -716092.6091906 Edm = 4.11201 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -716099.5022933 Edm = 1.77883 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -716103.0245631 Edm = 0.486156 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -716103.5034781 Edm = 0.00558899 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -716103.5098977 Edm = 0.00232685 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -716103.5195586 Edm = 0.0098826 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -716104.5960777 Edm = 1.0954 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -716157.7408699 Edm = 36.4553 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -716170.2516719 Edm = 6.98242 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -716178.2489494 Edm = 4.6284 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -716185.9211308 Edm = 0.74915 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -716186.7877295 Edm = 0.0565737 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -716186.8427373 Edm = 0.00142208 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -716186.8463442 Edm = 0.00262721 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -716186.8833568 Edm = 0.0456791 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -716187.1897311 Edm = 0.285302 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -716193.1878831 Edm = 0.305411 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -716193.4291445 Edm = 0.0105799 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -716193.4386389 Edm = 0.00072528 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -716193.4470099 Edm = 0.00819329 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -716194.6027349 Edm = 0.0728729 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -716205.589625 Edm = 2.28 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -716210.757221 Edm = 0.328964 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -716211.2860917 Edm = 0.0412418 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -716211.3936267 Edm = 0.0174534 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -716211.4189034 Edm = 0.00647681 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -716211.4281369 Edm = 0.00116157 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -716211.4309906 Edm = 0.000651127 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -716211.4363084 Edm = 0.00288311 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -716211.8341698 Edm = 0.416633 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -716212.2920804 Edm = 1.83684 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -716213.8197835 Edm = 5.66237 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -716218.0199409 Edm = 2.82297 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -716221.8289049 Edm = 2.47266 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -716224.4332575 Edm = 0.594389 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -716225.3967764 Edm = 0.661702 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -716229.1681455 Edm = 3.1239 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -716237.6853609 Edm = 0.860138 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -716238.3942902 Edm = 0.0671594 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -716238.4417198 Edm = 0.00595125 NCalls = 169 +VariableMetric: Iteration # 53 - FCN = -716238.4538322 Edm = 0.00494474 NCalls = 171 +VariableMetric: Iteration # 54 - FCN = -716238.4666942 Edm = 0.00486891 NCalls = 173 +VariableMetric: Iteration # 55 - FCN = -716238.4747217 Edm = 0.00258464 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -716238.5314552 Edm = 0.0475559 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -716241.0403432 Edm = 4.37465 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -716242.1453598 Edm = 2.71147 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -716242.3154275 Edm = 0.378417 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -716253.9948846 Edm = 5.09435 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -716271.7215872 Edm = 4.50785 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -716274.2711775 Edm = 1.34168 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -716275.1922326 Edm = 0.858957 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -716275.7341042 Edm = 0.114203 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -716276.0622262 Edm = 0.0759792 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -716276.3192682 Edm = 0.138334 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -716276.5974679 Edm = 0.0981162 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -716276.6937849 Edm = 0.00720823 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -716276.6998971 Edm = 0.000520141 NCalls = 219 +VariableMetric: Iteration # 70 - FCN = -716276.7007214 Edm = 0.000511861 NCalls = 221 +VariableMetric: Iteration # 71 - FCN = -716276.7105945 Edm = 0.00963571 NCalls = 225 +VariableMetric: Iteration # 72 - FCN = -716277.1019747 Edm = 0.0760466 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -716279.6929805 Edm = 1.42491 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -716293.2107571 Edm = 3.33669 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -716298.4135685 Edm = 1.39609 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -716299.9322809 Edm = 0.1566 NCalls = 244 +VariableMetric: Iteration # 77 - FCN = -716300.0765456 Edm = 0.0115457 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -716300.0898071 Edm = 0.00131853 NCalls = 247 +VariableMetric: Iteration # 79 - FCN = -716300.0915338 Edm = 0.000557821 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -716300.095383 Edm = 0.00291218 NCalls = 252 +VariableMetric: Iteration # 81 - FCN = -716300.1112582 Edm = 0.0109445 NCalls = 255 +VariableMetric: Iteration # 82 - FCN = -716300.1777052 Edm = 0.0400711 NCalls = 258 +VariableMetric: Iteration # 83 - FCN = -716300.5413622 Edm = 0.249234 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -716300.8143707 Edm = 4.96683 NCalls = 264 +VariableMetric: Iteration # 85 - FCN = -716301.4731499 Edm = 0.493443 NCalls = 266 +VariableMetric: Iteration # 86 - FCN = -716302.5051202 Edm = 0.24381 NCalls = 271 +VariableMetric: Iteration # 87 - FCN = -716302.7632365 Edm = 0.138966 NCalls = 273 +VariableMetric: Iteration # 88 - FCN = -716303.1162174 Edm = 0.556133 NCalls = 276 +VariableMetric: Iteration # 89 - FCN = -716305.3244963 Edm = 1.72527 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -716322.8751977 Edm = 2.36047 NCalls = 285 +VariableMetric: Iteration # 91 - FCN = -716326.3863113 Edm = 0.599937 NCalls = 288 +VariableMetric: Iteration # 92 - FCN = -716327.7471156 Edm = 0.401767 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -716328.6348835 Edm = 0.375657 NCalls = 294 +VariableMetric: Iteration # 94 - FCN = -716328.9334513 Edm = 0.275791 NCalls = 296 +VariableMetric: Iteration # 95 - FCN = -716329.0743296 Edm = 0.0414709 NCalls = 298 +VariableMetric: Iteration # 96 - FCN = -716329.1195602 Edm = 0.00640326 NCalls = 300 +VariableMetric: Iteration # 97 - FCN = -716329.125291 Edm = 0.00228401 NCalls = 302 +VariableMetric: Iteration # 98 - FCN = -716329.1276368 Edm = 0.000357316 NCalls = 304 +VariableMetric: Iteration # 99 - FCN = -716329.128498 Edm = 0.000240956 NCalls = 306 +VariableMetric: Iteration # 100 - FCN = -716329.1298751 Edm = 0.00104539 NCalls = 309 +VariableMetric: Iteration # 101 - FCN = -716329.1389497 Edm = 0.00280106 NCalls = 312 +VariableMetric: Iteration # 102 - FCN = -716329.1443274 Edm = 0.00130555 NCalls = 314 +VariableMetric: Iteration # 103 - FCN = -716329.1597176 Edm = 0.0138438 NCalls = 317 +VariableMetric: Iteration # 104 - FCN = -716329.72832 Edm = 0.505285 NCalls = 321 +VariableMetric: Iteration # 105 - FCN = -716334.5885483 Edm = 3.38086 NCalls = 326 +VariableMetric: Iteration # 106 - FCN = -716337.0471937 Edm = 2.21034 NCalls = 328 +VariableMetric: Iteration # 107 - FCN = -716338.3071021 Edm = 0.383818 NCalls = 330 +VariableMetric: Iteration # 108 - FCN = -716338.6048755 Edm = 0.0531173 NCalls = 332 +VariableMetric: Iteration # 109 - FCN = -716338.6656949 Edm = 0.0430513 NCalls = 335 +VariableMetric: Iteration # 110 - FCN = -716338.6985577 Edm = 0.0103252 NCalls = 337 +VariableMetric: Iteration # 111 - FCN = -716338.7079297 Edm = 0.000978499 NCalls = 339 +VariableMetric: Iteration # 112 - FCN = -716338.7087707 Edm = 7.21539e-05 NCalls = 341 +VariableMetric: Iteration # 113 - FCN = -716338.7089683 Edm = 0.000131616 NCalls = 343 +VariableMetric: Iteration # 114 - FCN = -716338.7105811 Edm = 0.00166595 NCalls = 347 +VariableMetric: Iteration # 115 - FCN = -716338.7518761 Edm = 0.0403397 NCalls = 356 +VariableMetric: Iteration # 116 - FCN = -716340.4370074 Edm = 0.548306 NCalls = 360 +VariableMetric: Iteration # 117 - FCN = -716341.2093683 Edm = 0.0260528 NCalls = 362 +VariableMetric: Iteration # 118 - FCN = -716341.2307399 Edm = 0.000831125 NCalls = 364 +VariableMetric: Iteration # 119 - FCN = -716341.2314959 Edm = 3.54067e-05 NCalls = 365 +VariableMetric: After Hessian - FCN = -716341.2314959 Edm = 733.893 NCalls = 728 +VariableMetric: Iteration # 120 - FCN = -716341.2314959 Edm = 733.893 NCalls = 728 +VariableMetric: Iteration # 121 - FCN = -716347.0775807 Edm = 214.073 NCalls = 737 +VariableMetric: Iteration # 122 - FCN = -716347.3646934 Edm = 0.820536 NCalls = 739 +VariableMetric: Iteration # 123 - FCN = -716348.8225336 Edm = 1.09144 NCalls = 742 +VariableMetric: Iteration # 124 - FCN = -716350.7958802 Edm = 0.41055 NCalls = 746 +VariableMetric: Iteration # 125 - FCN = -716351.6219712 Edm = 0.322178 NCalls = 749 +VariableMetric: Iteration # 126 - FCN = -716352.1564112 Edm = 0.149054 NCalls = 751 +VariableMetric: Iteration # 127 - FCN = -716352.3766778 Edm = 0.117438 NCalls = 753 +VariableMetric: Iteration # 128 - FCN = -716352.7260292 Edm = 0.0423203 NCalls = 756 +VariableMetric: Iteration # 129 - FCN = -716352.8153056 Edm = 0.0582563 NCalls = 758 +VariableMetric: Iteration # 130 - FCN = -716352.8818434 Edm = 0.017858 NCalls = 760 +VariableMetric: Iteration # 131 - FCN = -716352.9475853 Edm = 0.0169136 NCalls = 762 +VariableMetric: Iteration # 132 - FCN = -716352.9799797 Edm = 0.00510224 NCalls = 764 +VariableMetric: Iteration # 133 - FCN = -716352.9943642 Edm = 0.00320858 NCalls = 766 +VariableMetric: Iteration # 134 - FCN = -716353.0008311 Edm = 0.00286334 NCalls = 768 +VariableMetric: Iteration # 135 - FCN = -716353.0124223 Edm = 0.00640516 NCalls = 770 +VariableMetric: Iteration # 136 - FCN = -716353.044023 Edm = 0.00741088 NCalls = 772 +VariableMetric: Iteration # 137 - FCN = -716353.0668309 Edm = 0.00414714 NCalls = 774 +VariableMetric: Iteration # 138 - FCN = -716353.0793153 Edm = 0.00757372 NCalls = 776 +VariableMetric: Iteration # 139 - FCN = -716353.0934166 Edm = 0.010142 NCalls = 779 +VariableMetric: Iteration # 140 - FCN = -716353.1098508 Edm = 0.00625726 NCalls = 781 +VariableMetric: Iteration # 141 - FCN = -716353.1277234 Edm = 0.0168783 NCalls = 784 +VariableMetric: Iteration # 142 - FCN = -716353.1496268 Edm = 0.00604945 NCalls = 786 +VariableMetric: Iteration # 143 - FCN = -716353.159925 Edm = 0.00414843 NCalls = 788 +VariableMetric: Iteration # 144 - FCN = -716353.1622441 Edm = 0.0016993 NCalls = 790 +VariableMetric: Iteration # 145 - FCN = -716353.1686235 Edm = 0.0017744 NCalls = 793 +VariableMetric: Iteration # 146 - FCN = -716353.1723468 Edm = 0.000684342 NCalls = 795 +VariableMetric: Iteration # 147 - FCN = -716353.1740542 Edm = 0.00105041 NCalls = 797 +VariableMetric: Iteration # 148 - FCN = -716353.1758298 Edm = 0.000994847 NCalls = 800 +VariableMetric: Iteration # 149 - FCN = -716353.1788041 Edm = 0.000650596 NCalls = 802 +VariableMetric: Iteration # 150 - FCN = -716353.1805617 Edm = 0.00052196 NCalls = 804 +VariableMetric: Iteration # 151 - FCN = -716353.1810278 Edm = 0.000544821 NCalls = 805 +VariableMetric: Iteration # 152 - FCN = -716353.181659 Edm = 0.000192373 NCalls = 808 +VariableMetric: Iteration # 153 - FCN = -716353.1823811 Edm = 0.000128798 NCalls = 811 +VariableMetric: Iteration # 154 - FCN = -716353.1826355 Edm = 2.11497e-05 NCalls = 813 +VariableMetric: After Hessian - FCN = -716353.1826355 Edm = 6.06007e-05 NCalls = 1182 +VariableMetric: Iteration # 155 - FCN = -716353.1826355 Edm = 6.06007e-05 NCalls = 1182 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712652.4622339 Edm = 1.30628 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712652.4622339 Edm = 1.30628 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713563.0266776 Edm = 1.21987 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714752.0780652 Edm = 13.6979 NCalls = 19 +VariableMetric: Iteration # 3 - FCN = -714782.5050235 Edm = 85.744 NCalls = 22 +VariableMetric: Iteration # 4 - FCN = -714820.8928068 Edm = 24.0453 NCalls = 25 +VariableMetric: Iteration # 5 - FCN = -715896.3432449 Edm = 0.0877688 NCalls = 31 +VariableMetric: Iteration # 6 - FCN = -715896.6411599 Edm = 0.0469744 NCalls = 33 +VariableMetric: Iteration # 7 - FCN = -715897.1342638 Edm = 0.741107 NCalls = 36 +VariableMetric: Iteration # 8 - FCN = -715929.8571073 Edm = 0.438912 NCalls = 44 +VariableMetric: Iteration # 9 - FCN = -715930.3882215 Edm = 0.0496102 NCalls = 46 +VariableMetric: Iteration # 10 - FCN = -715932.9993241 Edm = 2.30513 NCalls = 51 +VariableMetric: Iteration # 11 - FCN = -716105.6689933 Edm = 13.9287 NCalls = 56 +VariableMetric: Iteration # 12 - FCN = -716118.3278107 Edm = 0.167917 NCalls = 58 +VariableMetric: Iteration # 13 - FCN = -716118.5540317 Edm = 0.0321783 NCalls = 60 +VariableMetric: Iteration # 14 - FCN = -716118.6541997 Edm = 0.0487615 NCalls = 62 +VariableMetric: Iteration # 15 - FCN = -716119.8885352 Edm = 1.0676 NCalls = 66 +VariableMetric: Iteration # 16 - FCN = -716230.5447319 Edm = 5.99951 NCalls = 72 +VariableMetric: Iteration # 17 - FCN = -716236.2759726 Edm = 1.90026 NCalls = 74 +VariableMetric: Iteration # 18 - FCN = -716237.4467586 Edm = 0.485085 NCalls = 76 +VariableMetric: Iteration # 19 - FCN = -716238.7490476 Edm = 0.119402 NCalls = 79 +VariableMetric: Iteration # 20 - FCN = -716238.9724107 Edm = 0.130276 NCalls = 81 +VariableMetric: Iteration # 21 - FCN = -716239.1417793 Edm = 0.0764726 NCalls = 83 +VariableMetric: Iteration # 22 - FCN = -716239.2831352 Edm = 0.00455476 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -716239.3005911 Edm = 0.0155465 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -716239.7949025 Edm = 0.565846 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -716240.2176766 Edm = 0.515874 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -716240.2405717 Edm = 0.0197354 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -716244.9039023 Edm = 2.5329 NCalls = 107 +VariableMetric: Iteration # 28 - FCN = -716245.408997 Edm = 0.0163704 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -716245.4208187 Edm = 0.00497247 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -716245.4755729 Edm = 0.0542431 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -716248.0511594 Edm = 2.1966 NCalls = 120 +VariableMetric: Iteration # 32 - FCN = -716276.4940407 Edm = 0.571551 NCalls = 123 +VariableMetric: Iteration # 33 - FCN = -716277.2132067 Edm = 0.0332585 NCalls = 125 +VariableMetric: Iteration # 34 - FCN = -716277.2444154 Edm = 0.00224271 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -716277.2528516 Edm = 0.00567879 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -716277.3499483 Edm = 0.0135857 NCalls = 133 +VariableMetric: Iteration # 37 - FCN = -716277.3705178 Edm = 0.0095664 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -716277.3878151 Edm = 0.0243346 NCalls = 138 +VariableMetric: Iteration # 39 - FCN = -716277.7527403 Edm = 0.317285 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -716284.3467008 Edm = 15.8444 NCalls = 148 +VariableMetric: Iteration # 41 - FCN = -716288.3793202 Edm = 2.6848 NCalls = 154 +VariableMetric: Iteration # 42 - FCN = -716293.2153985 Edm = 0.825196 NCalls = 157 +VariableMetric: Iteration # 43 - FCN = -716293.8121692 Edm = 0.0142111 NCalls = 159 +VariableMetric: Iteration # 44 - FCN = -716293.8254575 Edm = 0.00105288 NCalls = 160 +VariableMetric: Iteration # 45 - FCN = -716293.8265764 Edm = 0.000364289 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -716293.827339 Edm = 0.000452963 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -716293.828857 Edm = 0.00109605 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -716294.12593 Edm = 0.299541 NCalls = 173 +VariableMetric: Iteration # 49 - FCN = -716294.1349139 Edm = 0.00853053 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -716300.3128324 Edm = 5.57693 NCalls = 185 +VariableMetric: Iteration # 51 - FCN = -716311.193457 Edm = 3.77648 NCalls = 188 +VariableMetric: Iteration # 52 - FCN = -716313.247582 Edm = 0.521483 NCalls = 190 +VariableMetric: Iteration # 53 - FCN = -716313.5673679 Edm = 0.0215297 NCalls = 192 +VariableMetric: Iteration # 54 - FCN = -716313.5854876 Edm = 0.001324 NCalls = 194 +VariableMetric: Iteration # 55 - FCN = -716313.5940078 Edm = 0.00810083 NCalls = 198 +VariableMetric: Iteration # 56 - FCN = -716313.6311643 Edm = 0.020266 NCalls = 203 +VariableMetric: Iteration # 57 - FCN = -716313.6548748 Edm = 0.00670361 NCalls = 205 +VariableMetric: Iteration # 58 - FCN = -716313.6585368 Edm = 0.000297206 NCalls = 207 +VariableMetric: Iteration # 59 - FCN = -716313.6590935 Edm = 0.000206925 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -716313.6631456 Edm = 0.00382316 NCalls = 213 +VariableMetric: Iteration # 61 - FCN = -716313.950434 Edm = 0.251624 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -716314.7370011 Edm = 2.38194 NCalls = 223 +VariableMetric: Iteration # 63 - FCN = -716316.5799958 Edm = 0.0608464 NCalls = 226 +VariableMetric: Iteration # 64 - FCN = -716316.6629559 Edm = 0.00485846 NCalls = 228 +VariableMetric: Iteration # 65 - FCN = -716316.6690849 Edm = 0.000313054 NCalls = 230 +VariableMetric: Iteration # 66 - FCN = -716316.6695669 Edm = 5.95083e-05 NCalls = 232 +VariableMetric: After Hessian - FCN = -716316.6695669 Edm = 1719.25 NCalls = 591 +VariableMetric: Iteration # 67 - FCN = -716316.6695669 Edm = 1719.25 NCalls = 591 +VariableMetric: Iteration # 68 - FCN = -716322.8589102 Edm = 18936.5 NCalls = 602 +VariableMetric: Iteration # 69 - FCN = -716338.2129963 Edm = 0.553025 NCalls = 613 +VariableMetric: Iteration # 70 - FCN = -716340.8354684 Edm = 168.197 NCalls = 617 +VariableMetric: Iteration # 71 - FCN = -716340.8476124 Edm = 250.195 NCalls = 621 +VariableMetric: Iteration # 72 - FCN = -716340.9000282 Edm = 255.278 NCalls = 625 +VariableMetric: Iteration # 73 - FCN = -716340.9096454 Edm = 121.814 NCalls = 629 +VariableMetric: Iteration # 74 - FCN = -716341.2230596 Edm = 205.807 NCalls = 632 +VariableMetric: Iteration # 75 - FCN = -716342.159011 Edm = 206.67 NCalls = 635 +VariableMetric: Iteration # 76 - FCN = -716342.4559971 Edm = 36.162 NCalls = 638 +VariableMetric: Iteration # 77 - FCN = -716342.5895994 Edm = 15.309 NCalls = 641 +VariableMetric: Iteration # 78 - FCN = -716343.1462343 Edm = 23.6115 NCalls = 643 +VariableMetric: Iteration # 79 - FCN = -716343.6370438 Edm = 89.4571 NCalls = 645 +VariableMetric: Iteration # 80 - FCN = -716344.3190418 Edm = 5.91856 NCalls = 647 +VariableMetric: Iteration # 81 - FCN = -716345.3766529 Edm = 5.07969 NCalls = 649 +VariableMetric: Iteration # 82 - FCN = -716345.925921 Edm = 3.24115 NCalls = 651 +VariableMetric: Iteration # 83 - FCN = -716346.2684593 Edm = 3.76692 NCalls = 653 +VariableMetric: Iteration # 84 - FCN = -716347.7744248 Edm = 9.47542 NCalls = 655 +VariableMetric: Iteration # 85 - FCN = -716348.2472732 Edm = 5.62803 NCalls = 657 +VariableMetric: Iteration # 86 - FCN = -716348.8613264 Edm = 6.10139 NCalls = 659 +VariableMetric: Iteration # 87 - FCN = -716349.3263546 Edm = 2.03229 NCalls = 661 +VariableMetric: Iteration # 88 - FCN = -716349.6422615 Edm = 3.0659 NCalls = 663 +VariableMetric: Iteration # 89 - FCN = -716350.4001702 Edm = 1.68047 NCalls = 665 +VariableMetric: Iteration # 90 - FCN = -716350.8745386 Edm = 1.55371 NCalls = 668 +VariableMetric: Iteration # 91 - FCN = -716351.2399244 Edm = 0.571186 NCalls = 671 +VariableMetric: Iteration # 92 - FCN = -716351.4704974 Edm = 0.389812 NCalls = 672 +VariableMetric: Iteration # 93 - FCN = -716351.5925513 Edm = 0.15666 NCalls = 674 +VariableMetric: Iteration # 94 - FCN = -716351.6657101 Edm = 0.0263405 NCalls = 675 +VariableMetric: Iteration # 95 - FCN = -716351.7216578 Edm = 0.0388781 NCalls = 677 +VariableMetric: Iteration # 96 - FCN = -716351.7737964 Edm = 0.0268008 NCalls = 680 +VariableMetric: Iteration # 97 - FCN = -716351.812796 Edm = 0.0211227 NCalls = 683 +VariableMetric: Iteration # 98 - FCN = -716351.8361847 Edm = 0.013751 NCalls = 685 +VariableMetric: Iteration # 99 - FCN = -716351.8446381 Edm = 0.0118282 NCalls = 688 +VariableMetric: Iteration # 100 - FCN = -716351.8578381 Edm = 0.00659811 NCalls = 690 +VariableMetric: Iteration # 101 - FCN = -716351.8872516 Edm = 0.0181359 NCalls = 694 +VariableMetric: Iteration # 102 - FCN = -716351.9045731 Edm = 0.0153504 NCalls = 696 +VariableMetric: Iteration # 103 - FCN = -716351.92005 Edm = 0.00476327 NCalls = 699 +VariableMetric: Iteration # 104 - FCN = -716351.9274553 Edm = 0.00491837 NCalls = 701 +VariableMetric: Iteration # 105 - FCN = -716351.9317263 Edm = 0.0034378 NCalls = 703 +VariableMetric: Iteration # 106 - FCN = -716351.9385603 Edm = 0.00572165 NCalls = 707 +VariableMetric: Iteration # 107 - FCN = -716351.9468067 Edm = 0.0141661 NCalls = 712 +VariableMetric: Iteration # 108 - FCN = -716351.9554571 Edm = 0.0226538 NCalls = 717 +VariableMetric: Iteration # 109 - FCN = -716351.9613493 Edm = 0.0121154 NCalls = 720 +VariableMetric: Iteration # 110 - FCN = -716351.9903936 Edm = 0.0511977 NCalls = 725 +VariableMetric: Iteration # 111 - FCN = -716352.1529663 Edm = 0.598448 NCalls = 732 +VariableMetric: Iteration # 112 - FCN = -716352.188344 Edm = 0.0527733 NCalls = 736 +VariableMetric: Iteration # 113 - FCN = -716352.1973332 Edm = 0.00864554 NCalls = 739 +VariableMetric: Iteration # 114 - FCN = -716352.2217549 Edm = 0.13295 NCalls = 743 +VariableMetric: Iteration # 115 - FCN = -716352.2309024 Edm = 0.00822349 NCalls = 746 +VariableMetric: Iteration # 116 - FCN = -716352.2857094 Edm = 0.0452346 NCalls = 751 +VariableMetric: Iteration # 117 - FCN = -716352.6576691 Edm = 0.326899 NCalls = 755 +VariableMetric: Iteration # 118 - FCN = -716353.0107415 Edm = 0.174076 NCalls = 759 +VariableMetric: Iteration # 119 - FCN = -716353.1379856 Edm = 0.0391895 NCalls = 761 +VariableMetric: Iteration # 120 - FCN = -716353.1886791 Edm = 0.0066851 NCalls = 763 +VariableMetric: Iteration # 121 - FCN = -716353.1968492 Edm = 0.00202737 NCalls = 765 +VariableMetric: Iteration # 122 - FCN = -716353.1980303 Edm = 0.000157216 NCalls = 767 +VariableMetric: Iteration # 123 - FCN = -716353.1982575 Edm = 2.70576e-05 NCalls = 769 +VariableMetric: After Hessian - FCN = -716353.1982575 Edm = 0.0947603 NCalls = 1140 +VariableMetric: Iteration # 124 - FCN = -716353.1982575 Edm = 0.0947603 NCalls = 1140 +VariableMetric: Iteration # 125 - FCN = -716353.2064676 Edm = 0.0452707 NCalls = 1142 +VariableMetric: Iteration # 126 - FCN = -716353.2112348 Edm = 0.00288599 NCalls = 1144 +VariableMetric: Iteration # 127 - FCN = -716353.2147818 Edm = 0.00262315 NCalls = 1146 +VariableMetric: Iteration # 128 - FCN = -716353.2190292 Edm = 0.00139777 NCalls = 1148 +VariableMetric: Iteration # 129 - FCN = -716353.2218978 Edm = 0.001262 NCalls = 1153 +VariableMetric: Iteration # 130 - FCN = -716353.2243488 Edm = 0.000795727 NCalls = 1157 +VariableMetric: Iteration # 131 - FCN = -716353.2249806 Edm = 0.000689706 NCalls = 1159 +VariableMetric: Iteration # 132 - FCN = -716353.2259038 Edm = 0.000214994 NCalls = 1162 +VariableMetric: Iteration # 133 - FCN = -716353.2264714 Edm = 0.000266587 NCalls = 1164 +VariableMetric: Iteration # 134 - FCN = -716353.2265936 Edm = 8.53395e-05 NCalls = 1166 +VariableMetric: Iteration # 135 - FCN = -716353.226755 Edm = 2.04885e-05 NCalls = 1169 +VariableMetric: After Hessian - FCN = -716353.226755 Edm = 5.72323e-05 NCalls = 1544 +VariableMetric: Iteration # 136 - FCN = -716353.226755 Edm = 5.72323e-05 NCalls = 1544 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710358.4088769 Edm = 5.08409 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710358.4088769 Edm = 5.08409 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712600.6504561 Edm = 2.82696 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -712836.0303169 Edm = 172.684 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -713707.9475019 Edm = 4.99381 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -713715.3170049 Edm = 0.298124 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -713715.638425 Edm = 0.221592 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -713826.173047 Edm = 2.93509 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -713828.9564468 Edm = 0.0628122 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -713829.257834 Edm = 0.265458 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -713835.6915589 Edm = 6.47755 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -713847.0109213 Edm = 10.6521 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -714151.3049983 Edm = 44.2768 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -714234.7464272 Edm = 22.6732 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -714311.2897184 Edm = 3.45903 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -714315.1060563 Edm = 0.553075 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -714315.344517 Edm = 0.0163134 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -714315.3665569 Edm = 0.00698744 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -714315.9313315 Edm = 0.583284 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -714318.1523815 Edm = 2.18198 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -714418.3721987 Edm = 8.87683 NCalls = 78 +VariableMetric: Iteration # 20 - FCN = -714427.2259451 Edm = 0.0641119 NCalls = 80 +VariableMetric: Iteration # 21 - FCN = -714427.3055166 Edm = 0.00805588 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -714427.3347738 Edm = 0.0201085 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -714427.6328586 Edm = 0.312247 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -714430.2024024 Edm = 2.18145 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -714507.3659952 Edm = 5.23057 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -714512.6055117 Edm = 0.177096 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -714512.8086247 Edm = 0.0302446 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -714512.8378322 Edm = 0.0390627 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -714512.9938044 Edm = 0.0775213 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -714514.2481553 Edm = 1.1535 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -714841.2926251 Edm = 180.874 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -714917.3693175 Edm = 131.454 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -715029.3903874 Edm = 185.744 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -715181.5527651 Edm = 47.6337 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -715269.4372643 Edm = 17.0133 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -715294.6787064 Edm = 9.08779 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -715328.6096008 Edm = 16.0895 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -715522.8780781 Edm = 49.9256 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -715525.3045175 Edm = 3.57529 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -715742.3523889 Edm = 48.4664 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -715743.3385945 Edm = 12.8295 NCalls = 151 +VariableMetric: Iteration # 42 - FCN = -715751.6803374 Edm = 11.2538 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -715804.1464739 Edm = 56.3028 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -715809.30274 Edm = 5.70517 NCalls = 158 +VariableMetric: Iteration # 45 - FCN = -715824.2736404 Edm = 10.2864 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -715894.2118664 Edm = 11.3388 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -716006.4529398 Edm = 11.8722 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -716025.8201355 Edm = 15.3206 NCalls = 172 +VariableMetric: Iteration # 49 - FCN = -716029.6866449 Edm = 5.11173 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -716041.0073546 Edm = 2.07293 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -716046.2856135 Edm = 4.46097 NCalls = 182 +VariableMetric: Iteration # 52 - FCN = -716048.5107371 Edm = 3.10139 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -716051.6935465 Edm = 1.51481 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -716056.2372942 Edm = 2.07644 NCalls = 190 +VariableMetric: Iteration # 55 - FCN = -716069.1841425 Edm = 4.53211 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -716074.0897506 Edm = 4.92982 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -716076.930717 Edm = 0.332671 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -716077.6945902 Edm = 0.224513 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -716078.5506411 Edm = 0.160661 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -716078.7210758 Edm = 0.0153194 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -716078.7489576 Edm = 0.00853255 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -716078.7897703 Edm = 0.0247048 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -716080.937196 Edm = 1.88406 NCalls = 212 +VariableMetric: Iteration # 64 - FCN = -716125.1697347 Edm = 15.1011 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -716150.1897189 Edm = 21.2449 NCalls = 219 +VariableMetric: Iteration # 66 - FCN = -716153.7014182 Edm = 3.05085 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -716159.7528387 Edm = 1.06644 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -716161.3687509 Edm = 0.579374 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -716162.0983808 Edm = 0.178056 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -716162.3417777 Edm = 0.013573 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -716162.3669737 Edm = 0.00243759 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -716162.3758962 Edm = 0.00407917 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -716162.3855618 Edm = 0.00243737 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -716162.428406 Edm = 0.0417546 NCalls = 240 +VariableMetric: Iteration # 75 - FCN = -716165.2957163 Edm = 1.01222 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -716177.0138902 Edm = 4.18492 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -716181.2511267 Edm = 0.54894 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -716181.5546022 Edm = 0.372152 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -716181.8033933 Edm = 0.160433 NCalls = 257 +VariableMetric: Iteration # 80 - FCN = -716181.9095357 Edm = 0.0172596 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -716181.93148 Edm = 0.00559076 NCalls = 261 +VariableMetric: Iteration # 82 - FCN = -716181.9544168 Edm = 0.00318575 NCalls = 263 +VariableMetric: Iteration # 83 - FCN = -716181.961871 Edm = 0.00271709 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -716181.9699142 Edm = 0.000649929 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -716181.9707835 Edm = 0.000346762 NCalls = 269 +VariableMetric: Iteration # 86 - FCN = -716181.9829806 Edm = 0.0117543 NCalls = 274 +VariableMetric: Iteration # 87 - FCN = -716189.6018565 Edm = 3.60223 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -716195.3230748 Edm = 0.607114 NCalls = 284 +VariableMetric: Iteration # 89 - FCN = -716195.5738692 Edm = 0.201475 NCalls = 286 +VariableMetric: Iteration # 90 - FCN = -716195.7052875 Edm = 0.0399895 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -716195.7356107 Edm = 0.013057 NCalls = 289 +VariableMetric: Iteration # 92 - FCN = -716195.75881 Edm = 0.00319448 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -716195.7626365 Edm = 0.000377275 NCalls = 293 +VariableMetric: Iteration # 94 - FCN = -716195.7636309 Edm = 0.000545984 NCalls = 295 +VariableMetric: Iteration # 95 - FCN = -716195.7954288 Edm = 0.0276044 NCalls = 300 +VariableMetric: Iteration # 96 - FCN = -716196.8977184 Edm = 1.29543 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -716197.964535 Edm = 0.999164 NCalls = 312 +VariableMetric: Iteration # 98 - FCN = -716205.3901025 Edm = 2.55179 NCalls = 316 +VariableMetric: Iteration # 99 - FCN = -716207.3398802 Edm = 0.343293 NCalls = 318 +VariableMetric: Iteration # 100 - FCN = -716207.6725416 Edm = 0.0294803 NCalls = 320 +VariableMetric: Iteration # 101 - FCN = -716207.7224904 Edm = 0.00833957 NCalls = 322 +VariableMetric: Iteration # 102 - FCN = -716207.7398064 Edm = 0.00650133 NCalls = 325 +VariableMetric: Iteration # 103 - FCN = -716207.7612409 Edm = 0.00863862 NCalls = 328 +VariableMetric: Iteration # 104 - FCN = -716207.7706861 Edm = 0.00533408 NCalls = 329 +VariableMetric: Iteration # 105 - FCN = -716207.7738206 Edm = 0.000214737 NCalls = 330 +VariableMetric: Iteration # 106 - FCN = -716207.7740704 Edm = 3.98507e-05 NCalls = 332 +VariableMetric: After Hessian - FCN = -716207.7740704 Edm = 806676 NCalls = 699 +VariableMetric: Iteration # 107 - FCN = -716207.7740704 Edm = 806676 NCalls = 699 +VariableMetric: Iteration # 108 - FCN = -716215.3999223 Edm = 304665 NCalls = 710 +VariableMetric: Iteration # 109 - FCN = -716249.4758223 Edm = 84.4675 NCalls = 712 +VariableMetric: Iteration # 110 - FCN = -716261.3231171 Edm = 2.13179 NCalls = 714 +VariableMetric: Iteration # 111 - FCN = -716265.0672505 Edm = 0.134708 NCalls = 716 +VariableMetric: Iteration # 112 - FCN = -716265.8995182 Edm = 0.175901 NCalls = 719 +VariableMetric: Iteration # 113 - FCN = -716266.221458 Edm = 0.03927 NCalls = 721 +VariableMetric: Iteration # 114 - FCN = -716266.5223645 Edm = 0.0338159 NCalls = 724 +VariableMetric: Iteration # 115 - FCN = -716266.5946717 Edm = 0.0197323 NCalls = 726 +VariableMetric: Iteration # 116 - FCN = -716266.6918976 Edm = 0.0189148 NCalls = 728 +VariableMetric: Iteration # 117 - FCN = -716266.8591498 Edm = 0.0876212 NCalls = 732 +VariableMetric: Iteration # 118 - FCN = -716267.1667361 Edm = 0.20497 NCalls = 735 +VariableMetric: Iteration # 119 - FCN = -716267.3892688 Edm = 0.176611 NCalls = 737 +VariableMetric: Iteration # 120 - FCN = -716267.6215578 Edm = 0.487671 NCalls = 739 +VariableMetric: Iteration # 121 - FCN = -716267.7355936 Edm = 0.0954344 NCalls = 742 +VariableMetric: Iteration # 122 - FCN = -716268.4063508 Edm = 0.121126 NCalls = 746 +VariableMetric: Iteration # 123 - FCN = -716268.6671341 Edm = 0.408086 NCalls = 749 +VariableMetric: Iteration # 124 - FCN = -716268.8902544 Edm = 0.128039 NCalls = 751 +VariableMetric: Iteration # 125 - FCN = -716269.0933657 Edm = 0.0525141 NCalls = 754 +VariableMetric: Iteration # 126 - FCN = -716269.1737217 Edm = 0.040681 NCalls = 756 +VariableMetric: Iteration # 127 - FCN = -716269.2501712 Edm = 0.0409297 NCalls = 759 +VariableMetric: Iteration # 128 - FCN = -716269.3148093 Edm = 0.00926225 NCalls = 761 +VariableMetric: Iteration # 129 - FCN = -716269.3295816 Edm = 0.00986506 NCalls = 763 +VariableMetric: Iteration # 130 - FCN = -716269.3521883 Edm = 0.0139295 NCalls = 765 +VariableMetric: Iteration # 131 - FCN = -716269.3906011 Edm = 0.0165419 NCalls = 768 +VariableMetric: Iteration # 132 - FCN = -716269.4430755 Edm = 0.0233544 NCalls = 771 +VariableMetric: Iteration # 133 - FCN = -716269.4783896 Edm = 0.0415661 NCalls = 773 +VariableMetric: Iteration # 134 - FCN = -716269.5021823 Edm = 0.00555153 NCalls = 776 +VariableMetric: Iteration # 135 - FCN = -716269.5136674 Edm = 0.00727734 NCalls = 778 +VariableMetric: Iteration # 136 - FCN = -716269.5202002 Edm = 0.00410215 NCalls = 779 +VariableMetric: Iteration # 137 - FCN = -716269.5265803 Edm = 0.00232108 NCalls = 782 +VariableMetric: Iteration # 138 - FCN = -716269.534816 Edm = 0.00461554 NCalls = 784 +VariableMetric: Iteration # 139 - FCN = -716269.550805 Edm = 0.00521912 NCalls = 787 +VariableMetric: Iteration # 140 - FCN = -716269.5579145 Edm = 0.00271261 NCalls = 789 +VariableMetric: Iteration # 141 - FCN = -716269.5606537 Edm = 0.000544239 NCalls = 791 +VariableMetric: Iteration # 142 - FCN = -716269.5616727 Edm = 0.000399551 NCalls = 793 +VariableMetric: Iteration # 143 - FCN = -716269.5626344 Edm = 0.00013284 NCalls = 795 +VariableMetric: Iteration # 144 - FCN = -716269.5628121 Edm = 5.93855e-05 NCalls = 797 +VariableMetric: After Hessian - FCN = -716269.5628121 Edm = 0.00044741 NCalls = 1176 +VariableMetric: Iteration # 145 - FCN = -716269.5628121 Edm = 0.00044741 NCalls = 1176 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712370.6544252 Edm = 5.15532 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712370.6544252 Edm = 5.15532 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715184.7463437 Edm = 0.421986 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -715188.2251323 Edm = 0.485082 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -715377.929993 Edm = 34.4047 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715415.0514657 Edm = 0.108892 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -715415.2246747 Edm = 0.0721171 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -715461.9078605 Edm = 26.7082 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -715525.2075029 Edm = 5.34593 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -715529.5499933 Edm = 0.162176 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -715533.0043933 Edm = 4.23597 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -715549.5948147 Edm = 14.9823 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -716077.2675746 Edm = 17.647 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -716096.7224068 Edm = 0.358068 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -716097.061567 Edm = 0.0380722 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -716097.0947736 Edm = 0.0169056 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -716097.1271434 Edm = 0.019629 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -716097.6613575 Edm = 0.466531 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -716176.6027447 Edm = 9.49265 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -716191.5996639 Edm = 0.732654 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -716192.4549004 Edm = 0.0370777 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -716192.4972306 Edm = 0.00322835 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -716192.5822772 Edm = 0.0696812 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -716199.4260952 Edm = 3.70142 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -716206.8460873 Edm = 0.169856 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -716206.9975369 Edm = 0.000749832 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -716206.999521 Edm = 0.00114673 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -716207.4959523 Edm = 0.481071 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -716216.8142851 Edm = 1.69262 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -716218.6132941 Edm = 0.0149211 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -716218.6291335 Edm = 0.000720715 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -716218.6321628 Edm = 0.00258846 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -716218.6794297 Edm = 0.0539218 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -716219.5824683 Edm = 0.212054 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -716225.0379468 Edm = 2.97394 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -716234.373489 Edm = 1.38156 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -716235.5527646 Edm = 0.0967577 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -716235.6484385 Edm = 0.00278311 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -716235.6505019 Edm = 0.000314115 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -716235.6516488 Edm = 0.000900154 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -716235.7941135 Edm = 0.135604 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -716247.2988802 Edm = 2.71078 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -716250.3471059 Edm = 0.417493 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -716250.826618 Edm = 0.0543128 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -716250.895479 Edm = 0.00859508 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -716250.9070987 Edm = 0.000563897 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -716250.908178 Edm = 0.000521361 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -716250.928818 Edm = 0.0218857 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -716251.4032153 Edm = 0.059962 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -716255.9142183 Edm = 2.31632 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -716287.3114984 Edm = 13.7497 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -716297.2961135 Edm = 3.26914 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -716300.5032961 Edm = 0.675585 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -716301.2547317 Edm = 0.107566 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -716301.4152109 Edm = 0.0203277 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -716301.4327924 Edm = 0.00211111 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -716301.4351718 Edm = 0.00070602 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -716301.4461237 Edm = 0.0102477 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -716302.0671919 Edm = 0.529882 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -716311.4226104 Edm = 4.70112 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -716317.1227166 Edm = 2.05381 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -716319.0496038 Edm = 0.338195 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -716319.879678 Edm = 0.430985 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -716320.7669934 Edm = 0.715161 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -716321.5465879 Edm = 0.37231 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -716322.1255872 Edm = 0.603656 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -716322.4133864 Edm = 0.0786283 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -716322.4772707 Edm = 0.0103119 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -716322.4893848 Edm = 0.000777996 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -716322.4902518 Edm = 0.000133279 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -716322.4913843 Edm = 0.00103755 NCalls = 220 +VariableMetric: Iteration # 70 - FCN = -716322.5451244 Edm = 0.0496719 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -716324.4600085 Edm = 1.39803 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -716329.2088017 Edm = 0.442952 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -716329.583821 Edm = 0.0243942 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -716329.6108223 Edm = 0.00282282 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -716329.6140057 Edm = 0.000519849 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -716329.6146337 Edm = 0.00016293 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -716329.6153246 Edm = 0.000612553 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -716329.6312831 Edm = 0.0181352 NCalls = 249 +VariableMetric: Iteration # 79 - FCN = -716329.8092577 Edm = 0.071715 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -716330.8490628 Edm = 0.539471 NCalls = 258 +VariableMetric: Iteration # 81 - FCN = -716332.1859205 Edm = 0.00859479 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -716332.1948171 Edm = 0.000186974 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -716332.1950591 Edm = 9.27532e-05 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -716332.1960744 Edm = 0.00102391 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -716332.2282676 Edm = 0.0342689 NCalls = 274 +VariableMetric: Iteration # 86 - FCN = -716332.2440191 Edm = 0.0153338 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -716334.1979482 Edm = 0.263601 NCalls = 285 +VariableMetric: Iteration # 88 - FCN = -716334.5929061 Edm = 0.0142936 NCalls = 288 +VariableMetric: Iteration # 89 - FCN = -716334.6028828 Edm = 0.000545114 NCalls = 290 +VariableMetric: Iteration # 90 - FCN = -716334.6034006 Edm = 5.01397e-06 NCalls = 291 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1055 (1055 total) | +| EDM = 0.000107 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -716353.2266664676 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -1.81 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 20.4 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -2.05 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.79 | 0.17 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 6.6 | 1.2 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -1.721 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | Dbar_s | -0.07 | 0.06 | | | -1.464 | 1.464 | | +| 7 | phi_p | -5.82 | 0.24 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -0.007 | 0.296 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 10| p4415_p | -1.70 | 0.21 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1365.2 | 2.1 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 1.82 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p3770_p | 4.84 | 0.14 | | |-6.28319 | 6.28319 | | +| 14| p3770_s | 1.97 | 0.19 | | |0.918861 | 4.08114 | | +| 15| Ctt | -0.13 | 0.15 | | | -0.5 | 0.5 | | +| 16| rho_p | 6.09 | 0.23 | | |-6.28319 | 6.28319 | | +| 17| p4040_p | 3.85 | 0.22 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.36 | 0.31 | | |0.0253049| 2.0747 | | +| 19| p4415_s | 0.94 | 0.19 | | |0.126447 | 2.35355 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s psi2s_p p4040_s omega_s jpsi_p Dbar_s phi_p omega_p jpsi_s p4415_p psi2s_s p4160_s p3770_p p3770_s Ctt rho_p p4040_p rho_s p4415_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.003 0.335 -0.476 -0.001 -0.087 -0.167 -0.005 -0.001 0.022 0.251 -0.020 -0.069 0.268 -0.020 -0.448 0.032 0.012 0.004 0.105 | +| phi_s | -0.003 1.000 -0.011 0.002 -0.014 -0.037 0.001 0.720 0.020 -0.047 -0.001 0.041 0.001 -0.003 0.003 -0.004 -0.077 -0.000 -0.024 0.000 | +| psi2s_p | 0.335 -0.011 1.000 -0.428 -0.012 -0.047 -0.692 -0.016 -0.006 -0.048 0.209 0.024 -0.312 0.539 -0.049 -0.718 0.026 -0.020 0.022 -0.358 | +| p4040_s | -0.476 0.002 -0.428 1.000 0.001 0.041 0.363 0.005 -0.002 0.001 -0.220 0.004 -0.136 -0.294 0.138 0.524 -0.041 -0.204 -0.015 0.046 | +| omega_s | -0.001 -0.014 -0.012 0.001 1.000 -0.038 0.008 -0.077 0.653 -0.003 -0.000 0.004 0.003 -0.004 0.004 -0.006 0.145 0.003 -0.439 0.001 | +| jpsi_p | -0.087 -0.037 -0.047 0.041 -0.038 1.000 -0.092 -0.049 -0.022 -0.081 -0.035 0.069 -0.108 -0.042 -0.106 0.142 -0.012 -0.173 0.059 -0.075 | +| Dbar_s | -0.167 0.001 -0.692 0.363 0.008 -0.092 1.000 0.006 -0.004 0.139 -0.039 -0.114 0.513 -0.469 0.151 0.764 -0.031 0.249 -0.038 0.534 | +| phi_p | -0.005 0.720 -0.016 0.005 -0.077 -0.049 0.006 1.000 -0.017 -0.033 -0.003 0.030 -0.001 -0.007 0.004 -0.007 -0.208 -0.003 -0.001 -0.003 | +| omega_p | -0.001 0.020 -0.006 -0.002 0.653 -0.022 -0.004 -0.017 1.000 0.011 0.001 -0.010 -0.005 -0.000 -0.003 -0.002 -0.006 -0.005 -0.060 -0.004 | +| jpsi_s | 0.022 -0.047 -0.048 0.001 -0.003 -0.081 0.139 -0.033 0.011 1.000 0.011 -0.852 0.008 -0.018 0.024 -0.043 0.073 0.035 0.031 -0.009 | +| p4415_p | 0.251 -0.001 0.209 -0.220 -0.000 -0.035 -0.039 -0.003 0.001 0.011 1.000 -0.009 -0.210 0.155 0.003 -0.266 0.028 0.037 0.005 -0.103 | +| psi2s_s | -0.020 0.041 0.024 0.004 0.004 0.069 -0.114 0.030 -0.010 -0.852 -0.009 1.000 -0.006 -0.004 -0.026 0.035 -0.065 -0.033 -0.030 0.009 | +| p4160_s | -0.069 0.001 -0.312 -0.136 0.003 -0.108 0.513 -0.001 -0.005 0.008 -0.210 -0.006 1.000 -0.130 0.072 0.305 -0.016 0.445 -0.014 0.312 | +| p3770_p | 0.268 -0.003 0.539 -0.294 -0.004 -0.042 -0.469 -0.007 -0.000 -0.018 0.155 -0.004 -0.130 1.000 -0.062 -0.574 0.032 0.126 0.016 -0.203 | +| p3770_s | -0.020 0.003 -0.049 0.138 0.004 -0.106 0.151 0.004 -0.003 0.024 0.003 -0.026 0.072 -0.062 1.000 -0.026 -0.012 0.039 -0.020 0.056 | +| Ctt | -0.448 -0.004 -0.718 0.524 -0.006 0.142 0.764 -0.007 -0.002 -0.043 -0.266 0.035 0.305 -0.574 -0.026 1.000 -0.033 -0.094 0.016 0.386 | +| rho_p | 0.032 -0.077 0.026 -0.041 0.145 -0.012 -0.031 -0.208 -0.006 0.073 0.028 -0.065 -0.016 0.032 -0.012 -0.033 1.000 0.005 0.148 -0.015 | +| p4040_p | 0.012 -0.000 -0.020 -0.204 0.003 -0.173 0.249 -0.003 -0.005 0.035 0.037 -0.033 0.445 0.126 0.039 -0.094 0.005 1.000 -0.013 0.199 | +| rho_s | 0.004 -0.024 0.022 -0.015 -0.439 0.059 -0.038 -0.001 -0.060 0.031 0.005 -0.030 -0.014 0.016 -0.020 0.016 0.148 -0.013 1.000 -0.007 | +| p4415_s | 0.105 0.000 -0.358 0.046 0.001 -0.075 0.534 -0.003 -0.004 -0.009 -0.103 0.009 0.312 -0.203 0.056 0.386 -0.015 0.199 -0.007 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11148775016270696}), (, {'error': 1.0706912991349498}), (, {'error': 0.03267103088729506}), (, {'error': 0.17361933239348154}), (, {'error': 1.2054279792199973}), (, {'error': 0.015845423191807928}), (, {'error': 0.060513671139413305}), (, {'error': 0.24462929282825385}), (, {'error': 0.2957024641974928}), (, {'error': 23.180166729154735}), (, {'error': 0.2113609355510646}), (, {'error': 2.129464483268521}), (, {'error': 0.16943372636726195}), (, {'error': 0.13648749354573386}), (, {'error': 0.190560643983547}), (, {'error': 0.14821686407195575}), (, {'error': 0.22592640442299405}), (, {'error': 0.22317205994819922}), (, {'error': 0.31139463119075683}), (, {'error': 0.18609483813676714})]) +Toy 1/10 +Time taken: 1 h, 35 min +Projected time left: 14 h, 20 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.163E+05 | Ncalls=1167 (1167 total) | +| EDM = 0.000202 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -716285.6481940203 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -1.76 | 0.25 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 20.3 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -2.36 | 0.07 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.005 | 0.035 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 6.5 | 1.3 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -4.796 | 0.022 | | |-6.28319 | 6.28319 | | +| 6 | Dbar_s | -0.26 | 0.26 | | | -1.464 | 1.464 | | +| 7 | phi_p | 0.60 | 0.26 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -6.1 | 0.3 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 10| p4415_p | -1.7 | 0.5 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1364.4 | 1.4 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 1.8 | 0.5 | | | 0.71676 | 3.68324 | | +| 13| p3770_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 14| p3770_s | 0.92 | 0.04 | | |0.918861 | 4.08114 | | +| 15| Ctt | -0.5 | 0.9 | | | -0.5 | 0.5 | | +| 16| rho_p | -6.21 | 0.22 | | |-6.28319 | 6.28319 | | +| 17| p4040_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.48 | 0.32 | | |0.0253049| 2.0747 | | +| 19| p4415_s | 0.8 | 0.5 | | |0.126447 | 2.35355 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s psi2s_p p4040_s omega_s jpsi_p Dbar_s phi_p omega_p jpsi_s p4415_p psi2s_s p4160_s p3770_p p3770_s Ctt rho_p p4040_p rho_s p4415_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 0.051 0.874 0.315 0.033 0.645 -0.908 0.104 -0.024 0.293 0.832 0.059 -0.880 -0.050 0.324 -0.928 0.001 0.102 -0.266 -0.843 | +| phi_s | 0.051 1.000 0.048 0.019 0.001 0.031 -0.055 0.711 0.039 -0.006 0.049 0.022 -0.053 -0.003 0.019 -0.057 -0.076 0.006 -0.054 -0.054 | +| psi2s_p | 0.874 0.048 1.000 0.315 0.026 0.652 -0.951 0.101 -0.028 0.280 0.836 0.059 -0.922 -0.050 0.337 -0.944 -0.009 0.103 -0.265 -0.913 | +| p4040_s | 0.315 0.019 0.315 1.000 0.012 0.230 -0.327 0.037 -0.008 0.104 0.295 0.021 -0.300 -0.017 0.116 -0.333 0.002 0.120 -0.094 -0.307 | +| omega_s | 0.033 0.001 0.026 0.012 1.000 -0.012 -0.035 -0.092 0.750 0.022 0.033 -0.006 -0.035 -0.002 0.012 -0.035 0.262 0.004 -0.258 -0.034 | +| jpsi_p | 0.645 0.031 0.652 0.230 -0.012 1.000 -0.695 0.094 -0.046 0.241 0.630 0.029 -0.693 -0.035 0.243 -0.708 -0.104 0.080 -0.261 -0.689 | +| Dbar_s | -0.908 -0.055 -0.951 -0.327 -0.035 -0.695 1.000 -0.112 0.023 -0.297 -0.862 -0.074 0.965 0.052 -0.347 0.994 0.002 -0.106 0.279 0.958 | +| phi_p | 0.104 0.711 0.101 0.037 -0.092 0.094 -0.112 1.000 -0.012 0.012 0.098 0.027 -0.109 -0.006 0.039 -0.116 -0.277 0.012 -0.098 -0.110 | +| omega_p | -0.024 0.039 -0.028 -0.008 0.750 -0.046 0.023 -0.012 1.000 0.002 -0.021 -0.009 0.021 0.001 -0.008 0.024 0.022 -0.002 -0.007 0.021 | +| jpsi_s | 0.293 -0.006 0.280 0.104 0.022 0.241 -0.297 0.012 0.002 1.000 0.277 -0.585 -0.299 -0.017 0.107 -0.315 0.053 0.031 -0.065 -0.299 | +| p4415_p | 0.832 0.049 0.836 0.295 0.033 0.630 -0.862 0.098 -0.021 0.277 1.000 0.057 -0.870 -0.047 0.307 -0.880 0.007 0.093 -0.249 -0.836 | +| psi2s_s | 0.059 0.022 0.059 0.021 -0.006 0.029 -0.074 0.027 -0.009 -0.585 0.057 1.000 -0.061 -0.003 0.021 -0.066 -0.043 0.007 -0.041 -0.060 | +| p4160_s | -0.880 -0.053 -0.922 -0.300 -0.035 -0.693 0.965 -0.109 0.021 -0.299 -0.870 -0.061 1.000 0.050 -0.333 0.958 -0.001 -0.105 0.271 0.920 | +| p3770_p | -0.050 -0.003 -0.050 -0.017 -0.002 -0.035 0.052 -0.006 0.001 -0.017 -0.047 -0.003 0.050 1.000 -0.025 0.054 0.000 -0.005 0.016 0.050 | +| p3770_s | 0.324 0.019 0.337 0.116 0.012 0.243 -0.347 0.039 -0.008 0.107 0.307 0.021 -0.333 -0.025 1.000 -0.348 -0.000 0.035 -0.098 -0.331 | +| Ctt | -0.928 -0.057 -0.944 -0.333 -0.035 -0.708 0.994 -0.116 0.024 -0.315 -0.880 -0.066 0.958 0.054 -0.348 1.000 0.006 -0.103 0.290 0.950 | +| rho_p | 0.001 -0.076 -0.009 0.002 0.262 -0.104 0.002 -0.277 0.022 0.053 0.007 -0.043 -0.001 0.000 -0.000 0.006 1.000 0.001 0.238 0.004 | +| p4040_p | 0.102 0.006 0.103 0.120 0.004 0.080 -0.106 0.012 -0.002 0.031 0.093 0.007 -0.105 -0.005 0.035 -0.103 0.001 1.000 -0.028 -0.101 | +| rho_s | -0.266 -0.054 -0.265 -0.094 -0.258 -0.261 0.279 -0.098 -0.007 -0.065 -0.249 -0.041 0.271 0.016 -0.098 0.290 0.238 -0.028 1.000 0.272 | +| p4415_s | -0.843 -0.054 -0.913 -0.307 -0.034 -0.689 0.958 -0.110 0.021 -0.299 -0.836 -0.060 0.920 0.050 -0.331 0.950 0.004 -0.101 0.272 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.252957476563032}), (, {'error': 1.0545296172791616}), (, {'error': 0.07095955745895455}), (, {'error': 0.034512647013665805}), (, {'error': 1.3413754123578747}), (, {'error': 0.022177449041135056}), (, {'error': 0.26457737510231333}), (, {'error': 0.26024789474723287}), (, {'error': 0.34605963728217226}), (, {'error': 13.233084750671878}), (, {'error': 0.5132503920297742}), (, {'error': 1.4448486758791432}), (, {'error': 0.4584781145553163}), (, {'error': 0.01134730627690983}), (, {'error': 0.035132478535484846}), (, {'error': 0.9317164026666278}), (, {'error': 0.21987936650799478}), (, {'error': 8.819788590107079}), (, {'error': 0.3155058258122083}), (, {'error': 0.5069025414601498})]) +Toy 2/10 +Time taken: 3 h, 18 min +Projected time left: 13 h, 14 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1138 (1138 total) | +| EDM = 1.07E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -716353.1826848004 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | 4.12 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.7 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 1.830 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.82 | 0.18 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 6.6 | 1.2 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -4.631 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 7 | phi_p | -0.09 | 0.30 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | 0.17 | 0.30 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_s | 1.000E4 | 0.014E4 | | | 9797.52 | 9996.48 | | +| 10| p4415_p | 4.31 | 0.21 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1370.5 | 1.9 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 1.86 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p3770_p | -2.54 | 0.13 | | |-6.28319 | 6.28319 | | +| 14| p3770_s | 2.17 | 0.21 | | |0.918861 | 4.08114 | | +| 15| Ctt | -0.11 | 0.13 | | | -0.5 | 0.5 | | +| 16| rho_p | 0.006 | 0.240 | | |-6.28319 | 6.28319 | | +| 17| p4040_p | 3.39 | 0.22 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.36 | 0.31 | | |0.0253049| 2.0747 | | +| 19| p4415_s | 0.95 | 0.19 | | |0.126447 | 2.35355 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s psi2s_p p4040_s omega_s jpsi_p Dbar_s phi_p omega_p jpsi_s p4415_p psi2s_s p4160_s p3770_p p3770_s Ctt rho_p p4040_p rho_s p4415_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.004 -0.106 -0.473 0.000 0.010 -0.212 -0.007 -0.003 0.010 0.237 -0.009 -0.093 0.238 -0.028 -0.452 0.029 -0.024 0.008 0.090 | +| phi_s | -0.004 1.000 -0.026 -0.005 0.038 -0.070 -0.014 0.793 0.067 0.003 -0.001 -0.002 -0.005 0.001 -0.007 0.008 0.237 -0.008 0.089 -0.002 | +| psi2s_p | -0.106 -0.026 1.000 0.053 -0.012 0.111 -0.020 -0.024 -0.010 0.042 -0.039 -0.044 -0.217 -0.197 -0.432 0.142 -0.052 -0.337 -0.022 -0.135 | +| p4040_s | -0.473 -0.005 0.053 1.000 -0.001 -0.020 0.384 -0.002 -0.000 0.009 -0.208 -0.011 -0.124 -0.265 0.125 0.518 -0.041 -0.192 -0.021 0.050 | +| omega_s | 0.000 0.038 -0.012 -0.001 1.000 -0.028 0.006 -0.001 0.652 0.003 0.001 -0.003 0.001 -0.003 0.003 -0.007 0.206 0.002 -0.414 0.000 | +| jpsi_p | 0.010 -0.070 0.111 -0.020 -0.028 1.000 -0.120 -0.070 -0.032 0.046 0.030 -0.034 -0.178 -0.013 -0.028 -0.158 -0.121 -0.161 -0.060 -0.170 | +| Dbar_s | -0.212 -0.014 -0.020 0.384 0.006 -0.120 1.000 -0.011 -0.004 0.121 -0.052 -0.106 0.521 -0.458 0.107 0.775 -0.033 0.239 -0.041 0.532 | +| phi_p | -0.007 0.793 -0.024 -0.002 -0.001 -0.070 -0.011 1.000 0.046 0.018 -0.003 -0.015 -0.007 -0.002 -0.007 0.008 0.163 -0.011 0.077 -0.005 | +| omega_p | -0.003 0.067 -0.010 -0.000 0.652 -0.032 -0.004 0.046 1.000 0.012 -0.001 -0.010 -0.005 -0.002 -0.002 0.001 0.025 -0.007 -0.057 -0.004 | +| jpsi_s | 0.010 0.003 0.042 0.009 0.003 0.046 0.121 0.018 0.012 1.000 0.007 -0.817 0.011 -0.030 0.018 -0.038 0.074 0.026 0.031 -0.005 | +| p4415_p | 0.237 -0.001 -0.039 -0.208 0.001 0.030 -0.052 -0.003 -0.001 0.007 1.000 -0.007 -0.210 0.127 0.003 -0.258 0.027 0.023 0.008 -0.106 | +| psi2s_s | -0.009 -0.002 -0.044 -0.011 -0.003 -0.034 -0.106 -0.015 -0.010 -0.817 -0.007 1.000 -0.012 0.028 -0.031 0.037 -0.062 -0.026 -0.026 0.002 | +| p4160_s | -0.093 -0.005 -0.217 -0.124 0.001 -0.178 0.521 -0.007 -0.005 0.011 -0.210 -0.012 1.000 -0.145 0.057 0.305 -0.017 0.443 -0.016 0.316 | +| p3770_p | 0.238 0.001 -0.197 -0.265 -0.003 -0.013 -0.458 -0.002 -0.002 -0.030 0.127 0.028 -0.145 1.000 -0.113 -0.494 0.025 0.084 0.020 -0.198 | +| p3770_s | -0.028 -0.007 -0.432 0.125 0.003 -0.028 0.107 -0.007 -0.002 0.018 0.003 -0.031 0.057 -0.113 1.000 -0.068 -0.013 0.022 -0.020 0.038 | +| Ctt | -0.452 0.008 0.142 0.518 -0.007 -0.158 0.775 0.008 0.001 -0.038 -0.258 0.037 0.305 -0.494 -0.068 1.000 -0.026 -0.085 0.012 0.376 | +| rho_p | 0.029 0.237 -0.052 -0.041 0.206 -0.121 -0.033 0.163 0.025 0.074 0.027 -0.062 -0.017 0.025 -0.013 -0.026 1.000 0.000 0.180 -0.015 | +| p4040_p | -0.024 -0.008 -0.337 -0.192 0.002 -0.161 0.239 -0.011 -0.007 0.026 0.023 -0.026 0.443 0.084 0.022 -0.085 0.000 1.000 -0.012 0.200 | +| rho_s | 0.008 0.089 -0.022 -0.021 -0.414 -0.060 -0.041 0.077 -0.057 0.031 0.008 -0.026 -0.016 0.020 -0.020 0.012 0.180 -0.012 1.000 -0.009 | +| p4415_s | 0.090 -0.002 -0.135 0.050 0.000 -0.170 0.532 -0.005 -0.004 -0.005 -0.106 0.002 0.316 -0.198 0.038 0.376 -0.015 0.200 -0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11038615415725062}), (, {'error': 1.2281223259423673}), (, {'error': 0.028515788592365254}), (, {'error': 0.1787742156569217}), (, {'error': 1.2142521091970253}), (, {'error': 0.015979397947909035}), (, {'error': 0.058990223370764316}), (, {'error': 0.30235489560571827}), (, {'error': 0.29715222156006105}), (, {'error': 137.22955387493766}), (, {'error': 0.20865402754173967}), (, {'error': 1.9365522870592713}), (, {'error': 0.1734674409196174}), (, {'error': 0.1291372473001986}), (, {'error': 0.20907369853538338}), (, {'error': 0.1261157053008451}), (, {'error': 0.2395169027871633}), (, {'error': 0.21979220326525528}), (, {'error': 0.31144936027358183}), (, {'error': 0.18753092168811647})]) +Toy 3/10 +Time taken: 4 h, 59 min +Projected time left: 11 h, 39 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.163E+05 | Ncalls=1095 (1095 total) | +| EDM = 2.2E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -716268.397264482 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 20.3 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -2.354 | 0.025 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.36 | 0.15 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 6.5 | 1.4 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -4.786 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | Dbar_s | -0.33 | 0.03 | | | -1.464 | 1.464 | | +| 7 | phi_p | -5.67 | 0.27 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -6.1 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 10| p4415_p | -1.13 | 0.22 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1364.4 | 1.7 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 0.717 | 0.011 | | | 0.71676 | 3.68324 | | +| 13| p3770_p | -1.66 | 0.12 | | |-6.28319 | 6.28319 | | +| 14| p3770_s | 1.79 | 0.19 | | |0.918861 | 4.08114 | | +| 15| Ctt | -0.500 | 0.024 | | | -0.5 | 0.5 | | +| 16| rho_p | 0.06 | 0.22 | | |-6.28319 | 6.28319 | | +| 17| p4040_p | -3.42 | 0.11 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.46 | 0.31 | | |0.0253049| 2.0747 | | +| 19| p4415_s | 0.79 | 0.17 | | |0.126447 | 2.35355 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s psi2s_p p4040_s omega_s jpsi_p Dbar_s phi_p omega_p jpsi_s p4415_p psi2s_s p4160_s p3770_p p3770_s Ctt rho_p p4040_p rho_s p4415_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.000 0.006 0.018 0.000 0.005 -0.017 0.000 0.000 -0.001 0.007 0.000 -0.003 -0.001 -0.003 -0.000 0.000 -0.003 0.000 -0.005 | +| phi_s | -0.000 1.000 -0.022 0.005 -0.007 -0.017 0.014 0.747 0.032 -0.036 -0.003 0.029 -0.000 -0.010 0.003 -0.001 -0.089 0.001 -0.035 0.001 | +| psi2s_p | 0.006 -0.022 1.000 0.004 -0.023 -0.055 -0.428 -0.031 -0.016 -0.092 0.081 0.032 0.004 0.274 -0.128 -0.052 -0.001 -0.213 0.042 -0.155 | +| p4040_s | 0.018 0.005 0.004 1.000 0.002 0.084 -0.224 0.012 0.003 0.001 0.015 0.009 0.002 -0.048 0.103 0.051 -0.020 -0.298 -0.016 -0.253 | +| omega_s | 0.000 -0.007 -0.023 0.002 1.000 -0.035 0.011 -0.087 0.765 0.007 0.000 -0.006 -0.000 -0.007 0.001 -0.001 0.222 -0.002 -0.363 0.001 | +| jpsi_p | 0.005 -0.017 -0.055 0.084 -0.035 1.000 0.038 0.002 -0.038 0.043 0.051 -0.035 0.001 -0.057 -0.118 -0.007 -0.107 -0.149 -0.064 -0.085 | +| Dbar_s | -0.017 0.014 -0.428 -0.224 0.011 0.038 1.000 0.029 -0.007 0.217 0.055 -0.147 0.005 -0.135 0.293 0.128 -0.025 0.502 -0.088 0.478 | +| phi_p | 0.000 0.747 -0.031 0.012 -0.087 0.002 0.029 1.000 -0.020 -0.030 -0.006 0.025 -0.000 -0.018 0.004 -0.001 -0.243 0.002 -0.033 -0.001 | +| omega_p | 0.000 0.032 -0.016 0.003 0.765 -0.038 -0.007 -0.020 1.000 0.012 0.002 -0.010 -0.000 -0.003 -0.003 0.000 0.036 -0.009 -0.081 -0.005 | +| jpsi_s | -0.001 -0.036 -0.092 0.001 0.007 0.043 0.217 -0.030 0.012 1.000 -0.001 -0.761 -0.000 -0.043 0.013 -0.004 0.061 0.032 0.028 0.007 | +| p4415_p | 0.007 -0.003 0.081 0.015 0.000 0.051 0.055 -0.006 0.002 -0.001 1.000 -0.002 -0.000 0.008 -0.039 -0.041 0.018 -0.095 0.014 0.082 | +| psi2s_s | 0.000 0.029 0.032 0.009 -0.006 -0.035 -0.147 0.025 -0.010 -0.761 -0.002 1.000 0.000 -0.000 -0.018 0.002 -0.052 -0.022 -0.026 0.000 | +| p4160_s | -0.003 -0.000 0.004 0.002 -0.000 0.001 0.005 -0.000 -0.000 -0.000 -0.000 0.000 1.000 0.000 -0.003 -0.002 0.001 -0.012 0.001 0.014 | +| p3770_p | -0.001 -0.010 0.274 -0.048 -0.007 -0.057 -0.135 -0.018 -0.003 -0.043 0.008 -0.000 0.000 1.000 -0.105 -0.061 0.018 0.067 0.034 -0.002 | +| p3770_s | -0.003 0.003 -0.128 0.103 0.001 -0.118 0.293 0.004 -0.003 0.013 -0.039 -0.018 -0.003 -0.105 1.000 -0.015 -0.011 0.156 -0.016 0.091 | +| Ctt | -0.000 -0.001 -0.052 0.051 -0.001 -0.007 0.128 -0.001 0.000 -0.004 -0.041 0.002 -0.002 -0.061 -0.015 1.000 -0.001 0.008 0.003 0.033 | +| rho_p | 0.000 -0.089 -0.001 -0.020 0.222 -0.107 -0.025 -0.243 0.036 0.061 0.018 -0.052 0.001 0.018 -0.011 -0.001 1.000 -0.015 0.169 0.003 | +| p4040_p | -0.003 0.001 -0.213 -0.298 -0.002 -0.149 0.502 0.002 -0.009 0.032 -0.095 -0.022 -0.012 0.067 0.156 0.008 -0.015 1.000 -0.024 0.158 | +| rho_s | 0.000 -0.035 0.042 -0.016 -0.363 -0.064 -0.088 -0.033 -0.081 0.028 0.014 -0.026 0.001 0.034 -0.016 0.003 0.169 -0.024 1.000 -0.010 | +| p4415_s | -0.005 0.001 -0.155 -0.253 0.001 -0.085 0.478 -0.001 -0.005 0.007 0.082 0.000 0.014 -0.002 0.091 0.033 0.003 0.158 -0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.011269946311615708}), (, {'error': 1.1216560157839108}), (, {'error': 0.024908899608286683}), (, {'error': 0.14512474531925468}), (, {'error': 1.405375017693821}), (, {'error': 0.01600641038170636}), (, {'error': 0.03326988067496628}), (, {'error': 0.2673178504852287}), (, {'error': 0.35524162552537986}), (, {'error': 20.151266067183315}), (, {'error': 0.2202533322071747}), (, {'error': 1.7213599359728278}), (, {'error': 0.011113166592934653}), (, {'error': 0.12494924635732918}), (, {'error': 0.1912885142395352}), (, {'error': 0.024066117381515845}), (, {'error': 0.22144315189398478}), (, {'error': 0.11271864187515201}), (, {'error': 0.313101603032817}), (, {'error': 0.17427922819511554})]) +Toy 4/10 +Time taken: 6 h, 36 min +Projected time left: 9 h, 55 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.147E+05 | Ncalls=1010 (1010 total) | +| EDM = 3.4E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -714747.291749896 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -1.98 | 0.04 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 20.4 | 0.9 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 0.628E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 2.015 | 0.002 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 6.5 | 1.7 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | 1.449 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | Dbar_s | 0.88 | 0.04 | | | -1.464 | 1.464 | | +| 7 | phi_p | 0.71 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -5.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_s | 0.988E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 10| p4415_p | -1.53 | 0.07 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1358.64 | 0.11 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 3.683 | 0.004 | | | 0.71676 | 3.68324 | | +| 13| p3770_p | 2.82 | 0.04 | | |-6.28319 | 6.28319 | | +| 14| p3770_s | 0.408E1 | 0.000E1 | | |0.918861 | 4.08114 | | +| 15| Ctt | -0.500 | 0.002 | | | -0.5 | 0.5 | | +| 16| rho_p | 6.28 | 0.03 | | |-6.28319 | 6.28319 | | +| 17| p4040_p | -2.43 | 0.05 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.55 | 0.29 | | |0.0253049| 2.0747 | | +| 19| p4415_s | 2.354 | 0.009 | | |0.126447 | 2.35355 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s psi2s_p p4040_s omega_s jpsi_p Dbar_s phi_p omega_p jpsi_s p4415_p psi2s_s p4160_s p3770_p p3770_s Ctt rho_p p4040_p rho_s p4415_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.005 -0.000 0.002 -0.014 -0.040 0.117 -0.010 -0.013 0.017 0.137 0.001 0.002 0.103 -0.000 -0.004 -0.001 0.166 0.013 -0.004 | +| phi_s | -0.005 1.000 -0.000 -0.000 0.018 -0.015 0.007 0.574 0.025 0.023 -0.001 0.002 -0.000 -0.003 0.000 -0.000 0.005 -0.005 -0.028 -0.000 | +| psi2s_p | -0.000 -0.000 1.000 -0.000 -0.000 -0.001 0.002 -0.000 -0.000 -0.000 0.000 -0.000 -0.000 -0.003 -0.000 -0.000 0.000 -0.001 -0.000 -0.000 | +| p4040_s | 0.002 -0.000 -0.000 1.000 -0.000 0.000 -0.008 -0.000 -0.000 0.001 -0.001 0.000 0.000 0.004 -0.000 -0.000 -0.000 0.003 0.001 0.000 | +| omega_s | -0.014 0.018 -0.000 -0.000 1.000 -0.023 0.022 -0.073 0.857 0.000 -0.004 0.000 -0.000 -0.010 0.000 0.000 0.020 -0.016 -0.409 -0.000 | +| jpsi_p | -0.040 -0.015 -0.001 0.000 -0.023 1.000 0.135 -0.009 -0.038 -0.041 0.018 -0.003 0.001 -0.063 -0.000 -0.001 0.013 -0.082 -0.039 0.002 | +| Dbar_s | 0.117 0.007 0.002 -0.008 0.022 0.135 1.000 0.026 0.007 -0.235 0.345 -0.017 -0.016 -0.356 0.003 0.011 0.007 -0.252 -0.084 -0.019 | +| phi_p | -0.010 0.574 -0.000 -0.000 -0.073 -0.009 0.026 1.000 -0.060 0.007 0.000 0.000 -0.000 -0.011 0.000 -0.000 0.020 -0.016 0.033 -0.000 | +| omega_p | -0.013 0.025 -0.000 -0.000 0.857 -0.038 0.007 -0.060 1.000 -0.008 -0.004 -0.001 -0.000 -0.008 0.000 0.000 0.015 -0.012 -0.144 -0.000 | +| jpsi_s | 0.017 0.023 -0.000 0.001 0.000 -0.041 -0.235 0.007 -0.008 1.000 -0.025 0.065 0.002 0.072 -0.001 -0.000 0.005 0.078 -0.005 0.002 | +| p4415_p | 0.137 -0.001 0.000 -0.001 -0.004 0.018 0.345 0.000 -0.004 -0.025 1.000 -0.002 0.000 -0.043 0.001 -0.000 -0.001 0.040 -0.004 -0.003 | +| psi2s_s | 0.001 0.002 -0.000 0.000 0.000 -0.003 -0.017 0.000 -0.001 0.065 -0.002 1.000 0.000 0.006 -0.000 -0.000 0.000 0.006 -0.000 0.000 | +| p4160_s | 0.002 -0.000 -0.000 0.000 -0.000 0.001 -0.016 -0.000 -0.000 0.002 0.000 0.000 1.000 0.007 -0.000 -0.000 -0.000 0.003 0.001 0.000 | +| p3770_p | 0.103 -0.003 -0.003 0.004 -0.010 -0.063 -0.356 -0.011 -0.008 0.072 -0.043 0.006 0.007 1.000 -0.001 -0.000 -0.001 0.233 0.021 0.007 | +| p3770_s | -0.000 0.000 -0.000 -0.000 0.000 -0.000 0.003 0.000 0.000 -0.001 0.001 -0.000 -0.000 -0.001 1.000 -0.000 -0.000 -0.001 -0.000 -0.000 | +| Ctt | -0.004 -0.000 -0.000 -0.000 0.000 -0.001 0.011 -0.000 0.000 -0.000 -0.000 -0.000 -0.000 -0.000 -0.000 1.000 -0.000 -0.005 0.000 -0.000 | +| rho_p | -0.001 0.005 0.000 -0.000 0.020 0.013 0.007 0.020 0.015 0.005 -0.001 0.000 -0.000 -0.001 -0.000 -0.000 1.000 -0.003 -0.071 -0.000 | +| p4040_p | 0.166 -0.005 -0.001 0.003 -0.016 -0.082 -0.252 -0.016 -0.012 0.078 0.040 0.006 0.003 0.233 -0.001 -0.005 -0.003 1.000 0.032 0.004 | +| rho_s | 0.013 -0.028 -0.000 0.001 -0.409 -0.039 -0.084 0.033 -0.144 -0.005 -0.004 -0.000 0.001 0.021 -0.000 0.000 -0.071 0.032 1.000 0.001 | +| p4415_s | -0.004 -0.000 -0.000 0.000 -0.000 0.002 -0.019 -0.000 -0.000 0.002 -0.003 0.000 0.000 0.007 -0.000 -0.000 -0.000 0.004 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.041241999895973436}), (, {'error': 0.8985664530900674}), (, {'error': 0.00047095260487584056}), (, {'error': 0.0023510511980746607}), (, {'error': 1.6846540216031078}), (, {'error': 0.01569987587308974}), (, {'error': 0.040024769709959385}), (, {'error': 0.17637136737238146}), (, {'error': 0.4186119498531511}), (, {'error': 8.015699176541602}), (, {'error': 0.06938626333643994}), (, {'error': 0.11309153401259664}), (, {'error': 0.004372470815368512}), (, {'error': 0.043954214184779516}), (, {'error': 0.0020216527241885274}), (, {'error': 0.0016522093652432401}), (, {'error': 0.03366272398563286}), (, {'error': 0.053738061921696056}), (, {'error': 0.2930971242875773}), (, {'error': 0.008555992502298437})]) +Toy 5/10 +Time taken: 8 h, 7 min +Projected time left: 8 h, 7 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.163E+05 | Ncalls=592 (592 total) | +| EDM = 0.000247 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -716270.7977978732 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.7 | 2.0 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 2.294 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.35 | 0.15 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 7 | 4 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -1.518 | 0.017 | | |-6.28319 | 6.28319 | | +| 6 | Dbar_s | -0.33 | 0.03 | | | -1.464 | 1.464 | | +| 7 | phi_p | -6.3 | 2.0 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 10| p4415_p | 5.19 | 0.22 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1371.4 | 2.1 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 0.717 | 0.012 | | | 0.71676 | 3.68324 | | +| 13| p3770_p | 4.26 | 0.13 | | |-6.28319 | 6.28319 | | +| 14| p3770_s | 1.89 | 0.21 | | |0.918861 | 4.08114 | | +| 15| Ctt | -0.500 | 0.028 | | | -0.5 | 0.5 | | +| 16| rho_p | -6.28 | 0.23 | | |-6.28319 | 6.28319 | | +| 17| p4040_p | -3.44 | 0.11 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.5 | 0.4 | | |0.0253049| 2.0747 | | +| 19| p4415_s | 0.78 | 0.17 | | |0.126447 | 2.35355 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s psi2s_p p4040_s omega_s jpsi_p Dbar_s phi_p omega_p jpsi_s p4415_p psi2s_s p4160_s p3770_p p3770_s Ctt rho_p p4040_p rho_s p4415_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 0.002 0.005 0.018 0.002 0.003 -0.016 0.002 0.002 -0.001 0.007 0.001 -0.003 -0.001 -0.003 -0.001 0.001 -0.003 -0.001 -0.005 | +| phi_s | 0.002 1.000 -0.141 0.021 0.772 -0.294 -0.064 0.914 0.777 0.099 0.009 -0.085 -0.001 -0.020 -0.017 0.003 0.405 -0.073 -0.461 -0.037 | +| psi2s_p | 0.005 -0.141 1.000 0.128 -0.165 0.005 0.052 -0.133 -0.166 0.068 0.049 -0.073 0.002 -0.157 -0.392 -0.009 -0.094 -0.198 0.084 -0.087 | +| p4040_s | 0.018 0.021 0.128 1.000 0.028 0.053 -0.228 0.020 0.027 0.005 0.015 -0.006 0.002 -0.054 0.097 0.060 0.003 -0.300 -0.028 -0.252 | +| omega_s | 0.002 0.772 -0.165 0.028 1.000 -0.349 -0.067 0.709 0.996 0.139 0.013 -0.119 -0.001 -0.026 -0.021 0.003 0.442 -0.089 -0.657 -0.047 | +| jpsi_p | 0.003 -0.294 0.005 0.053 -0.349 1.000 -0.209 -0.282 -0.348 -0.122 0.031 0.110 0.001 0.012 -0.008 0.012 -0.168 -0.097 0.256 -0.078 | +| Dbar_s | -0.016 -0.064 0.052 -0.228 -0.067 -0.209 1.000 -0.055 -0.070 0.278 0.057 -0.256 0.007 -0.141 0.274 0.142 -0.032 0.496 -0.018 0.459 | +| phi_p | 0.002 0.914 -0.133 0.020 0.709 -0.282 -0.055 1.000 0.715 0.102 0.008 -0.088 -0.001 -0.020 -0.016 0.003 0.360 -0.068 -0.423 -0.035 | +| omega_p | 0.002 0.777 -0.166 0.027 0.996 -0.348 -0.070 0.715 1.000 0.141 0.013 -0.122 -0.001 -0.025 -0.022 0.003 0.428 -0.090 -0.625 -0.048 | +| jpsi_s | -0.001 0.099 0.068 0.005 0.139 -0.122 0.278 0.102 0.141 1.000 0.000 -0.849 -0.000 -0.057 0.009 -0.011 0.099 0.033 -0.061 -0.001 | +| p4415_p | 0.007 0.009 0.049 0.015 0.013 0.031 0.057 0.008 0.013 0.000 1.000 0.001 -0.001 0.011 -0.037 -0.047 0.014 -0.089 0.001 0.082 | +| psi2s_s | 0.001 -0.085 -0.073 -0.006 -0.119 0.110 -0.256 -0.088 -0.122 -0.849 0.001 1.000 0.000 0.056 -0.022 0.011 -0.085 -0.037 0.053 -0.003 | +| p4160_s | -0.003 -0.001 0.002 0.002 -0.001 0.001 0.007 -0.001 -0.001 -0.000 -0.001 0.000 1.000 0.001 -0.003 -0.003 -0.000 -0.013 0.001 0.015 | +| p3770_p | -0.001 -0.020 -0.157 -0.054 -0.026 0.012 -0.141 -0.020 -0.025 -0.057 0.011 0.056 0.001 1.000 -0.132 -0.074 -0.006 0.053 0.038 -0.005 | +| p3770_s | -0.003 -0.017 -0.392 0.097 -0.021 -0.008 0.274 -0.016 -0.022 0.009 -0.037 -0.022 -0.003 -0.132 1.000 -0.016 -0.013 0.149 0.003 0.086 | +| Ctt | -0.001 0.003 -0.009 0.060 0.003 0.012 0.142 0.003 0.003 -0.011 -0.047 0.011 -0.003 -0.074 -0.016 1.000 0.001 0.016 0.003 0.041 | +| rho_p | 0.001 0.405 -0.094 0.003 0.442 -0.168 -0.032 0.360 0.428 0.099 0.014 -0.085 -0.000 -0.006 -0.013 0.001 1.000 -0.045 -0.210 -0.018 | +| p4040_p | -0.003 -0.073 -0.198 -0.300 -0.089 -0.097 0.496 -0.068 -0.090 0.033 -0.089 -0.037 -0.013 0.053 0.149 0.016 -0.045 1.000 0.038 0.148 | +| rho_s | -0.001 -0.461 0.084 -0.028 -0.657 0.256 -0.018 -0.423 -0.625 -0.061 0.001 0.053 0.001 0.038 0.003 0.003 -0.210 0.038 1.000 0.023 | +| p4415_s | -0.005 -0.037 -0.087 -0.252 -0.047 -0.078 0.459 -0.035 -0.048 -0.001 0.082 -0.003 0.015 -0.005 0.086 0.041 -0.018 0.148 0.023 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.011206241525105298}), (, {'error': 1.9699689640844262}), (, {'error': 0.027635133883618934}), (, {'error': 0.1469184983330295}), (, {'error': 3.849944944391456}), (, {'error': 0.01678003717246801}), (, {'error': 0.03363181317443509}), (, {'error': 1.9555247920868886}), (, {'error': 9.997969058296867}), (, {'error': 39.741031333976935}), (, {'error': 0.22062668395156582}), (, {'error': 2.1044916890253944}), (, {'error': 0.011729930447507086}), (, {'error': 0.12622843801483885}), (, {'error': 0.2054426588609708}), (, {'error': 0.0278320806905637}), (, {'error': 0.23117797112433447}), (, {'error': 0.11305198697619301}), (, {'error': 0.39284954650744586}), (, {'error': 0.17256604069332687})]) +Toy 6/10 +Time taken: 9 h, 13 min +Projected time left: 6 h, 9 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1182 (1182 total) | +| EDM = 6.06E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -716353.1826354584 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -2.17 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.7 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -4.454 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.82 | 0.18 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 6.6 | 1.4 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | 1.652 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 7 | phi_p | -0.09 | 0.30 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -6.1 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_s | 1.000E4 | 0.014E4 | | | 9797.52 | 9996.48 | | +| 10| p4415_p | 4.31 | 0.21 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1370.5 | 2.1 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 1.86 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p3770_p | -2.54 | 0.13 | | |-6.28319 | 6.28319 | | +| 14| p3770_s | 2.17 | 0.21 | | |0.918861 | 4.08114 | | +| 15| Ctt | -0.11 | 0.13 | | | -0.5 | 0.5 | | +| 16| rho_p | 0.007 | 0.240 | | |-6.28319 | 6.28319 | | +| 17| p4040_p | -2.89 | 0.22 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.36 | 0.31 | | |0.0253049| 2.0747 | | +| 19| p4415_s | 0.95 | 0.19 | | |0.126447 | 2.35355 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s psi2s_p p4040_s omega_s jpsi_p Dbar_s phi_p omega_p jpsi_s p4415_p psi2s_s p4160_s p3770_p p3770_s Ctt rho_p p4040_p rho_s p4415_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.004 -0.107 -0.476 -0.001 0.011 -0.214 -0.007 -0.005 0.011 0.240 -0.010 -0.094 0.241 -0.028 -0.457 0.030 -0.023 0.009 0.091 | +| phi_s | -0.004 1.000 -0.027 -0.005 0.070 -0.073 -0.014 0.796 0.096 0.004 -0.001 -0.003 -0.006 0.001 -0.007 0.008 0.239 -0.008 0.086 -0.003 | +| psi2s_p | -0.107 -0.027 1.000 0.056 -0.016 0.115 -0.023 -0.024 -0.014 0.045 -0.040 -0.047 -0.223 -0.198 -0.435 0.145 -0.052 -0.344 -0.021 -0.139 | +| p4040_s | -0.476 -0.005 0.056 1.000 -0.001 -0.018 0.382 -0.001 -0.000 0.010 -0.210 -0.011 -0.126 -0.267 0.124 0.520 -0.041 -0.196 -0.021 0.048 | +| omega_s | -0.001 0.070 -0.016 -0.001 1.000 -0.041 0.002 0.026 0.772 0.011 0.001 -0.009 -0.002 -0.004 0.001 -0.006 0.195 -0.002 -0.371 -0.002 | +| jpsi_p | 0.011 -0.073 0.115 -0.018 -0.041 1.000 -0.120 -0.071 -0.046 0.050 0.030 -0.039 -0.180 -0.014 -0.029 -0.157 -0.121 -0.164 -0.058 -0.171 | +| Dbar_s | -0.214 -0.014 -0.023 0.382 0.002 -0.120 1.000 -0.011 -0.006 0.134 -0.053 -0.120 0.522 -0.457 0.108 0.770 -0.031 0.244 -0.040 0.531 | +| phi_p | -0.007 0.796 -0.024 -0.001 0.026 -0.071 -0.011 1.000 0.067 0.021 -0.003 -0.017 -0.008 -0.003 -0.007 0.008 0.166 -0.011 0.075 -0.005 | +| omega_p | -0.005 0.096 -0.014 -0.000 0.772 -0.046 -0.006 0.067 1.000 0.019 -0.001 -0.016 -0.007 -0.003 -0.003 0.001 0.046 -0.010 -0.072 -0.006 | +| jpsi_s | 0.011 0.004 0.045 0.010 0.011 0.050 0.134 0.021 0.019 1.000 0.008 -0.845 0.013 -0.033 0.020 -0.042 0.083 0.030 0.034 -0.005 | +| p4415_p | 0.240 -0.001 -0.040 -0.210 0.001 0.030 -0.053 -0.003 -0.001 0.008 1.000 -0.008 -0.208 0.129 0.003 -0.260 0.027 0.023 0.008 -0.105 | +| psi2s_s | -0.010 -0.003 -0.047 -0.011 -0.009 -0.039 -0.120 -0.017 -0.016 -0.845 -0.008 1.000 -0.014 0.031 -0.032 0.041 -0.072 -0.029 -0.029 0.003 | +| p4160_s | -0.094 -0.006 -0.223 -0.126 -0.002 -0.180 0.522 -0.008 -0.007 0.013 -0.208 -0.014 1.000 -0.143 0.059 0.301 -0.017 0.451 -0.016 0.318 | +| p3770_p | 0.241 0.001 -0.198 -0.267 -0.004 -0.014 -0.457 -0.003 -0.003 -0.033 0.129 0.031 -0.143 1.000 -0.112 -0.495 0.024 0.086 0.020 -0.196 | +| p3770_s | -0.028 -0.007 -0.435 0.124 0.001 -0.029 0.108 -0.007 -0.003 0.020 0.003 -0.032 0.059 -0.112 1.000 -0.069 -0.012 0.025 -0.020 0.039 | +| Ctt | -0.457 0.008 0.145 0.520 -0.006 -0.157 0.770 0.008 0.001 -0.042 -0.260 0.041 0.301 -0.495 -0.069 1.000 -0.027 -0.088 0.012 0.372 | +| rho_p | 0.030 0.239 -0.052 -0.041 0.195 -0.121 -0.031 0.166 0.046 0.083 0.027 -0.072 -0.017 0.024 -0.012 -0.027 1.000 0.001 0.178 -0.015 | +| p4040_p | -0.023 -0.008 -0.344 -0.196 -0.002 -0.164 0.244 -0.011 -0.010 0.030 0.023 -0.029 0.451 0.086 0.025 -0.088 0.001 1.000 -0.012 0.204 | +| rho_s | 0.009 0.086 -0.021 -0.021 -0.371 -0.058 -0.040 0.075 -0.072 0.034 0.008 -0.029 -0.016 0.020 -0.020 0.012 0.178 -0.012 1.000 -0.009 | +| p4415_s | 0.091 -0.003 -0.139 0.048 -0.002 -0.171 0.531 -0.005 -0.006 -0.005 -0.105 0.003 0.318 -0.196 0.039 0.372 -0.015 0.204 -0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11097046654452303}), (, {'error': 1.2366250683780837}), (, {'error': 0.028683668858444644}), (, {'error': 0.17937384005922485}), (, {'error': 1.425523675622899}), (, {'error': 0.015999795714655818}), (, {'error': 0.059191085957887135}), (, {'error': 0.3047875253953398}), (, {'error': 0.3567478352814639}), (, {'error': 141.7496261430406}), (, {'error': 0.20879880751191315}), (, {'error': 2.0838535299554906}), (, {'error': 0.17427955011064644}), (, {'error': 0.12927182040993812}), (, {'error': 0.20950990940554137}), (, {'error': 0.12647479567090877}), (, {'error': 0.23973570477552508}), (, {'error': 0.22222903238940472}), (, {'error': 0.3117504056002248}), (, {'error': 0.18776895877858124})]) +Toy 7/10 +Time taken: 10 h, 59 min +Projected time left: 4 h, 42 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1544 (1544 total) | +| EDM = 5.72E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -716353.2267549508 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -1.81 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 20.4 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -2.05 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.79 | 0.17 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 6.6 | 1.2 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | 4.562 | 0.018 | | |-6.28319 | 6.28319 | | +| 6 | Dbar_s | -0.07 | 0.08 | | | -1.464 | 1.464 | | +| 7 | phi_p | -5.82 | 0.25 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -0.007 | 0.294 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_s | 1.000E4 | 0.016E4 | | | 9797.52 | 9996.48 | | +| 10| p4415_p | 4.58 | 0.21 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1365 | 13 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 1.82 | 0.16 | | | 0.71676 | 3.68324 | | +| 13| p3770_p | -1.45 | 0.13 | | |-6.28319 | 6.28319 | | +| 14| p3770_s | 1.97 | 0.19 | | |0.918861 | 4.08114 | | +| 15| Ctt | -0.13 | 0.15 | | | -0.5 | 0.5 | | +| 16| rho_p | 6.10 | 0.25 | | |-6.28319 | 6.28319 | | +| 17| p4040_p | -2.43 | 0.23 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.4 | 0.3 | | |0.0253049| 2.0747 | | +| 19| p4415_s | 0.94 | 0.18 | | |0.126447 | 2.35355 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s psi2s_p p4040_s omega_s jpsi_p Dbar_s phi_p omega_p jpsi_s p4415_p psi2s_s p4160_s p3770_p p3770_s Ctt rho_p p4040_p rho_s p4415_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.054 0.250 -0.450 -0.005 -0.147 0.016 -0.041 0.014 0.161 0.241 -0.161 -0.055 0.230 0.010 -0.451 0.102 0.028 0.041 0.106 | +| phi_s | -0.054 1.000 0.078 0.006 -0.005 0.132 -0.229 0.731 -0.010 -0.325 -0.025 0.324 -0.007 0.016 -0.054 0.108 -0.214 -0.076 -0.096 0.034 | +| psi2s_p | 0.250 0.078 1.000 -0.376 -0.005 0.101 -0.642 0.049 -0.030 -0.277 0.161 0.274 -0.281 0.507 -0.089 -0.525 -0.111 -0.088 -0.043 -0.284 | +| p4040_s | -0.450 0.006 -0.376 1.000 0.001 0.035 0.226 0.008 -0.004 -0.013 -0.201 0.014 -0.157 -0.259 0.132 0.468 -0.040 -0.180 -0.018 0.023 | +| omega_s | -0.005 -0.005 -0.005 0.001 1.000 -0.019 -0.012 -0.067 0.645 -0.024 -0.002 0.024 0.002 -0.002 -0.000 0.003 0.118 -0.003 -0.414 0.003 | +| jpsi_p | -0.147 0.132 0.101 0.035 -0.019 1.000 -0.418 0.076 -0.063 -0.507 -0.063 0.505 -0.105 -0.002 -0.176 0.289 -0.247 -0.260 -0.068 -0.013 | +| Dbar_s | 0.016 -0.229 -0.642 0.226 -0.012 -0.418 1.000 -0.161 0.060 0.718 0.040 -0.715 0.365 -0.349 0.227 0.243 0.320 0.346 0.139 0.282 | +| phi_p | -0.041 0.731 0.049 0.008 -0.067 0.076 -0.161 1.000 -0.037 -0.235 -0.019 0.234 -0.007 0.007 -0.037 0.073 -0.285 -0.057 -0.057 0.021 | +| omega_p | 0.014 -0.010 -0.030 -0.004 0.645 -0.063 0.060 -0.037 1.000 0.090 0.007 -0.090 -0.003 -0.005 0.013 -0.032 0.044 0.016 -0.020 -0.013 | +| jpsi_s | 0.161 -0.325 -0.277 -0.013 -0.024 -0.507 0.718 -0.235 0.090 1.000 0.074 -0.997 0.025 -0.063 0.175 -0.349 0.479 0.236 0.233 -0.104 | +| p4415_p | 0.241 -0.025 0.161 -0.201 -0.002 -0.063 0.040 -0.019 0.007 0.074 1.000 -0.074 -0.198 0.132 0.017 -0.256 0.058 0.045 0.022 -0.098 | +| psi2s_s | -0.161 0.324 0.274 0.014 0.024 0.505 -0.715 0.234 -0.090 -0.997 -0.074 1.000 -0.025 0.059 -0.176 0.347 -0.478 -0.236 -0.233 0.104 | +| p4160_s | -0.055 -0.007 -0.281 -0.157 0.002 -0.105 0.365 -0.007 -0.003 0.025 -0.198 -0.025 1.000 -0.105 0.072 0.252 -0.001 0.433 -0.007 0.281 | +| p3770_p | 0.230 0.016 0.507 -0.259 -0.002 -0.002 -0.349 0.007 -0.005 -0.063 0.132 0.059 -0.105 1.000 -0.069 -0.490 -0.004 0.110 0.000 -0.167 | +| p3770_s | 0.010 -0.054 -0.089 0.132 -0.000 -0.176 0.227 -0.037 0.013 0.175 0.017 -0.176 0.072 -0.069 1.000 -0.093 0.073 0.080 0.022 0.033 | +| Ctt | -0.451 0.108 -0.525 0.468 0.003 0.289 0.243 0.073 -0.032 -0.349 -0.256 0.347 0.252 -0.490 -0.093 1.000 -0.188 -0.166 -0.064 0.367 | +| rho_p | 0.102 -0.214 -0.111 -0.040 0.118 -0.247 0.320 -0.285 0.044 0.479 0.058 -0.478 -0.001 -0.004 0.073 -0.188 1.000 0.114 0.244 -0.060 | +| p4040_p | 0.028 -0.076 -0.088 -0.180 -0.003 -0.260 0.346 -0.057 0.016 0.236 0.045 -0.236 0.433 0.110 0.080 -0.166 0.114 1.000 0.043 0.163 | +| rho_s | 0.041 -0.096 -0.043 -0.018 -0.414 -0.068 0.139 -0.057 -0.020 0.233 0.022 -0.233 -0.007 0.000 0.022 -0.064 0.244 0.043 1.000 -0.029 | +| p4415_s | 0.106 0.034 -0.284 0.023 0.003 -0.013 0.282 0.021 -0.013 -0.104 -0.098 0.104 0.281 -0.167 0.033 0.367 -0.060 0.163 -0.029 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11034835115980712}), (, {'error': 1.1115676789917277}), (, {'error': 0.03225830132918572}), (, {'error': 0.16752363738056186}), (, {'error': 1.1860334803024708}), (, {'error': 0.01817746398135789}), (, {'error': 0.08056029161900147}), (, {'error': 0.2474507019110388}), (, {'error': 0.2941663840702229}), (, {'error': 156.62383070700707}), (, {'error': 0.20751955023875102}), (, {'error': 13.087151976848872}), (, {'error': 0.16472878828844328}), (, {'error': 0.13301370292873882}), (, {'error': 0.1920805325409376}), (, {'error': 0.1469567136188165}), (, {'error': 0.2548897476240022}), (, {'error': 0.22685191612215672}), (, {'error': 0.31641563196319644}), (, {'error': 0.1822820308373152})]) +Toy 8/10 +Time taken: 13 h, 4 min +Projected time left: 3 h, 16 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.163E+05 | Ncalls=1176 (1176 total) | +| EDM = 0.000447 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -716269.5628120593 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -1.91 | 0.15 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 20.3 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 2.359 | 0.026 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.51 | 0.19 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 6.5 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -1.529 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | Dbar_s | -0.33 | 0.06 | | | -1.464 | 1.464 | | +| 7 | phi_p | 0.47 | 0.26 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 10| p4415_p | -6.28 | 0.21 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1371.7 | 1.8 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 1.41 | 0.18 | | | 0.71676 | 3.68324 | | +| 13| p3770_p | -6.283 | 0.013 | | |-6.28319 | 6.28319 | | +| 14| p3770_s | 0.919 | 0.018 | | |0.918861 | 4.08114 | | +| 15| Ctt | -0.44 | 0.15 | | | -0.5 | 0.5 | | +| 16| rho_p | -6.28 | 0.19 | | |-6.28319 | 6.28319 | | +| 17| p4040_p | -3.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.5 | 0.3 | | |0.0253049| 2.0747 | | +| 19| p4415_s | 0.13 | 0.06 | | |0.126447 | 2.35355 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s psi2s_p p4040_s omega_s jpsi_p Dbar_s phi_p omega_p jpsi_s p4415_p psi2s_s p4160_s p3770_p p3770_s Ctt rho_p p4040_p rho_s p4415_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 0.005 0.283 -0.256 0.009 -0.094 -0.515 0.012 -0.000 0.070 0.000 -0.069 -0.306 -0.009 0.025 -0.641 0.009 -0.486 -0.037 0.081 | +| phi_s | 0.005 1.000 -0.006 -0.005 -0.014 -0.041 -0.005 0.733 -0.021 -0.031 0.000 0.025 -0.003 -0.000 0.000 -0.012 -0.038 -0.003 -0.027 0.001 | +| psi2s_p | 0.283 -0.006 1.000 -0.015 0.011 -0.122 -0.335 0.002 0.006 0.113 0.023 -0.124 -0.312 0.009 0.013 -0.435 -0.025 -0.333 -0.055 0.047 | +| p4040_s | -0.256 -0.005 -0.015 1.000 -0.010 0.168 0.196 -0.008 -0.001 -0.062 0.008 0.061 -0.288 0.006 -0.020 0.449 -0.008 -0.132 0.032 -0.042 | +| omega_s | 0.009 -0.014 0.011 -0.010 1.000 -0.038 -0.005 -0.054 -0.510 -0.011 0.000 0.008 -0.002 -0.000 0.000 -0.023 0.179 0.000 -0.504 0.001 | +| jpsi_p | -0.094 -0.041 -0.122 0.168 -0.038 1.000 0.002 -0.056 0.017 -0.081 0.006 0.075 -0.059 0.004 -0.006 0.172 -0.010 -0.077 0.072 -0.014 | +| Dbar_s | -0.515 -0.005 -0.335 0.196 -0.005 0.002 1.000 -0.012 0.002 0.022 -0.054 -0.005 0.616 0.010 -0.036 0.854 -0.005 0.591 0.023 -0.057 | +| phi_p | 0.012 0.733 0.002 -0.008 -0.054 -0.056 -0.012 1.000 0.004 -0.017 0.001 0.013 -0.010 -0.000 0.000 -0.026 -0.133 -0.009 -0.016 0.002 | +| omega_p | -0.000 -0.021 0.006 -0.001 -0.510 0.017 0.002 0.004 1.000 -0.003 -0.000 0.002 0.003 -0.000 0.000 0.002 0.017 0.003 0.130 -0.000 | +| jpsi_s | 0.070 -0.031 0.113 -0.062 -0.011 -0.081 0.022 -0.017 -0.003 1.000 0.003 -0.775 -0.024 -0.002 0.002 -0.115 0.036 -0.006 0.017 0.010 | +| p4415_p | 0.000 0.000 0.023 0.008 0.000 0.006 -0.054 0.001 -0.000 0.003 1.000 -0.003 -0.025 -0.000 0.001 -0.035 -0.000 -0.024 -0.002 -0.093 | +| psi2s_s | -0.069 0.025 -0.124 0.061 0.008 0.075 -0.005 0.013 0.002 -0.775 -0.003 1.000 0.024 0.002 -0.002 0.115 -0.029 0.007 -0.012 -0.010 | +| p4160_s | -0.306 -0.003 -0.312 -0.288 -0.002 -0.059 0.616 -0.010 0.003 -0.024 -0.025 0.024 1.000 0.003 -0.016 0.424 -0.003 0.437 0.014 -0.076 | +| p3770_p | -0.009 -0.000 0.009 0.006 -0.000 0.004 0.010 -0.000 -0.000 -0.002 -0.000 0.002 0.003 1.000 -0.004 0.016 0.000 0.002 0.001 -0.001 | +| p3770_s | 0.025 0.000 0.013 -0.020 0.000 -0.006 -0.036 0.000 0.000 0.002 0.001 -0.002 -0.016 -0.004 1.000 -0.038 0.000 -0.014 -0.002 0.004 | +| Ctt | -0.641 -0.012 -0.435 0.449 -0.023 0.172 0.854 -0.026 0.002 -0.115 -0.035 0.115 0.424 0.016 -0.038 1.000 -0.000 0.405 0.079 -0.094 | +| rho_p | 0.009 -0.038 -0.025 -0.008 0.179 -0.010 -0.005 -0.133 0.017 0.036 -0.000 -0.029 -0.003 0.000 0.000 -0.000 1.000 -0.008 0.081 0.003 | +| p4040_p | -0.486 -0.003 -0.333 -0.132 0.000 -0.077 0.591 -0.009 0.003 -0.006 -0.024 0.007 0.437 0.002 -0.014 0.405 -0.008 1.000 0.006 -0.053 | +| rho_s | -0.037 -0.027 -0.055 0.032 -0.504 0.072 0.023 -0.016 0.130 0.017 -0.002 -0.012 0.014 0.001 -0.002 0.079 0.081 0.006 1.000 -0.005 | +| p4415_s | 0.081 0.001 0.047 -0.042 0.001 -0.014 -0.057 0.002 -0.000 0.010 -0.093 -0.010 -0.076 -0.001 0.004 -0.094 0.003 -0.053 -0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.15459744730345637}), (, {'error': 1.089076557293641}), (, {'error': 0.025805811875006412}), (, {'error': 0.18703092405179522}), (, {'error': 1.0394817428800498}), (, {'error': 0.016018797523448924}), (, {'error': 0.06334433823326024}), (, {'error': 0.258969524108267}), (, {'error': 0.3580193502351223}), (, {'error': 21.27936803205739}), (, {'error': 0.20509858824364846}), (, {'error': 1.7667534304010815}), (, {'error': 0.17913789972724425}), (, {'error': 0.01306634079432234}), (, {'error': 0.01756611858635715}), (, {'error': 0.15426692772323927}), (, {'error': 0.19477185031899102}), (, {'error': 0.36919635116903615}), (, {'error': 0.31739587896212573}), (, {'error': 0.06310210404254198})]) +Toy 9/10 +Time taken: 14 h, 49 min +Projected time left: 1 h, 38 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.163E+05 | Ncalls=291 (291 total) | +| EDM = 5.01E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -716334.6034006105 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4160_p | -1.80 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.0 | 1.7 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -2.07 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.82 | 0.17 | | |0.00501244| 2.01499 | | +| 4 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | 4.552 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | Dbar_s | 0.004 | 0.061 | | | -1.464 | 1.464 | | +| 7 | phi_p | -0.25 | 0.47 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -5.61 | 0.28 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_s | 0.990E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 10| p4415_p | 4.57 | 0.21 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1358.64 | 0.10 | | | 1358.64 | 1433.36 | | +| 12| p4160_s | 1.84 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p3770_p | 4.78 | 0.14 | | |-6.28319 | 6.28319 | | +| 14| p3770_s | 1.98 | 0.19 | | |0.918861 | 4.08114 | | +| 15| Ctt | -0.17 | 0.15 | | | -0.5 | 0.5 | | +| 16| rho_p | -0.007 | 0.265 | | |-6.28319 | 6.28319 | | +| 17| p4040_p | 3.90 | 0.22 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.3 | 0.4 | | |0.0253049| 2.0747 | | +| 19| p4415_s | 0.94 | 0.19 | | |0.126447 | 2.35355 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4160_p phi_s psi2s_p p4040_s omega_s jpsi_p Dbar_s phi_p omega_p jpsi_s p4415_p psi2s_s p4160_s p3770_p p3770_s Ctt rho_p p4040_p rho_s p4415_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4160_p | 1.000 -0.009 0.350 -0.488 -0.000 -0.085 -0.196 -0.010 -0.000 -0.010 0.261 -0.001 -0.095 0.278 -0.037 -0.463 0.032 0.011 0.009 0.088 | +| phi_s | -0.009 1.000 -0.025 -0.002 0.008 -0.063 -0.013 0.903 0.117 -0.006 -0.004 -0.001 -0.004 -0.005 -0.008 0.012 0.256 -0.010 0.157 -0.001 | +| psi2s_p | 0.350 -0.025 1.000 -0.444 -0.002 -0.054 -0.701 -0.027 0.000 0.066 0.192 0.003 -0.323 0.548 -0.078 -0.720 0.014 -0.012 0.016 -0.363 | +| p4040_s | -0.488 -0.002 -0.444 1.000 -0.001 0.034 0.403 -0.001 -0.010 -0.011 -0.219 -0.000 -0.089 -0.294 0.156 0.535 -0.044 -0.172 -0.026 0.073 | +| omega_s | -0.000 0.008 -0.002 -0.001 1.000 -0.007 -0.002 0.003 0.249 -0.003 0.000 -0.000 -0.001 -0.000 -0.001 0.000 0.014 -0.001 0.091 -0.001 | +| jpsi_p | -0.085 -0.063 -0.054 0.034 -0.007 1.000 -0.075 -0.069 -0.003 0.053 -0.039 0.005 -0.100 -0.051 -0.101 0.143 -0.055 -0.169 0.018 -0.069 | +| Dbar_s | -0.196 -0.013 -0.701 0.403 -0.002 -0.075 1.000 -0.012 -0.023 -0.094 -0.022 -0.007 0.521 -0.480 0.174 0.781 -0.037 0.234 -0.047 0.540 | +| phi_p | -0.010 0.903 -0.027 -0.001 0.003 -0.069 -0.012 1.000 0.109 -0.013 -0.005 -0.001 -0.005 -0.006 -0.008 0.011 0.203 -0.012 0.125 -0.002 | +| omega_p | -0.000 0.117 0.000 -0.010 0.249 -0.003 -0.023 0.109 1.000 -0.023 0.002 -0.002 -0.011 0.005 -0.014 0.007 -0.019 -0.012 0.687 -0.007 | +| jpsi_s | -0.010 -0.006 0.066 -0.011 -0.003 0.053 -0.094 -0.013 -0.023 1.000 -0.008 0.086 -0.005 0.048 -0.006 0.030 -0.042 -0.015 -0.030 0.004 | +| p4415_p | 0.261 -0.004 0.192 -0.219 0.000 -0.039 -0.022 -0.005 0.002 -0.008 1.000 -0.001 -0.200 0.148 -0.002 -0.247 0.027 0.048 0.010 -0.074 | +| psi2s_s | -0.001 -0.001 0.003 -0.000 -0.000 0.005 -0.007 -0.001 -0.002 0.086 -0.001 1.000 -0.000 0.001 -0.001 0.002 -0.004 -0.002 -0.003 0.001 | +| p4160_s | -0.095 -0.004 -0.323 -0.089 -0.001 -0.100 0.521 -0.005 -0.011 -0.005 -0.200 -0.000 1.000 -0.143 0.078 0.324 -0.017 0.436 -0.018 0.310 | +| p3770_p | 0.278 -0.005 0.548 -0.294 -0.000 -0.051 -0.480 -0.006 0.005 0.048 0.148 0.001 -0.143 1.000 -0.086 -0.583 0.029 0.129 0.018 -0.211 | +| p3770_s | -0.037 -0.008 -0.078 0.156 -0.001 -0.101 0.174 -0.008 -0.014 -0.006 -0.002 -0.001 0.078 -0.086 1.000 0.009 -0.014 0.027 -0.025 0.066 | +| Ctt | -0.463 0.012 -0.720 0.535 0.000 0.143 0.781 0.011 0.007 0.030 -0.247 0.002 0.324 -0.583 0.009 1.000 -0.037 -0.098 0.007 0.395 | +| rho_p | 0.032 0.256 0.014 -0.044 0.014 -0.055 -0.037 0.203 -0.019 -0.042 0.027 -0.004 -0.017 0.029 -0.014 -0.037 1.000 0.004 0.244 -0.015 | +| p4040_p | 0.011 -0.010 -0.012 -0.172 -0.001 -0.169 0.234 -0.012 -0.012 -0.015 0.048 -0.002 0.436 0.129 0.027 -0.098 0.004 1.000 -0.013 0.190 | +| rho_s | 0.009 0.157 0.016 -0.026 0.091 0.018 -0.047 0.125 0.687 -0.030 0.010 -0.003 -0.018 0.018 -0.025 0.007 0.244 -0.013 1.000 -0.010 | +| p4415_s | 0.088 -0.001 -0.363 0.073 -0.001 -0.069 0.540 -0.002 -0.007 0.004 -0.074 0.001 0.310 -0.211 0.066 0.395 -0.015 0.190 -0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.111453494443424}), (, {'error': 1.702520944135788}), (, {'error': 0.03400176731436755}), (, {'error': 0.17322820487698593}), (, {'error': 3.6201542622651925}), (, {'error': 0.01599330861848003}), (, {'error': 0.06146190361725101}), (, {'error': 0.4655826218101051}), (, {'error': 0.2802759208505705}), (, {'error': 7.998970635788282}), (, {'error': 0.2100976337309799}), (, {'error': 0.09826033497552089}), (, {'error': 0.16793677280162322}), (, {'error': 0.13628273743780817}), (, {'error': 0.19040191048479738}), (, {'error': 0.15133322952741948}), (, {'error': 0.265489975064213}), (, {'error': 0.21597169465537736}), (, {'error': 0.3650770315454606}), (, {'error': 0.18565426727273604})]) +Toy 10/10 +Time taken: 15 h, 40 min +Projected time left: +Mean Ctt value = -0.30716854216012995 +Mean Ctt error = 0.18386310460171357 +Simulation ended diff --git a/prelim_results/slurm-2213917.out b/prelim_results/slurm-2213917.out new file mode 100644 index 0000000..d88fbfe --- /dev/null +++ b/prelim_results/slurm-2213917.out @@ -0,0 +1,9480 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.999117: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.007913: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.008154: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x563b27931f80 executing computations on platform Host. Devices: +2019-07-07 14:45:24.008190: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.507530: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x563b279e5300 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.507601: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.515050: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:91:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.515130: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.601864: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.601921: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.601943: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.608433: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:91:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715170.2641456 Edm = 3.7546 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715170.2641456 Edm = 3.7546 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718669.801593 Edm = 3.55335 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -718690.1072979 Edm = 4.29289 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -720737.3260924 Edm = 175.477 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -721087.516985 Edm = 92.3796 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -721102.320635 Edm = 18.9836 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -721120.9829239 Edm = 0.974371 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -721194.10192 Edm = 27.9268 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -721256.3902715 Edm = 1.64085 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -721257.9839109 Edm = 0.0692756 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -721258.3468785 Edm = 0.355147 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -721351.6874612 Edm = 6.26741 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -721522.7009401 Edm = 13.6469 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -721556.5123301 Edm = 10.0796 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -721567.9353356 Edm = 2.66851 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -721570.9879806 Edm = 0.138647 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -721571.2874447 Edm = 0.0234804 NCalls = 54 +VariableMetric: Iteration # 17 - FCN = -721571.519073 Edm = 0.14451 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -721580.7109636 Edm = 6.85521 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -721624.5664974 Edm = 20.6747 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -721726.62179 Edm = 30.2922 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -721748.3615852 Edm = 8.0592 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -721759.1811179 Edm = 4.35586 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -721763.8670158 Edm = 9.62125 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -721775.5833499 Edm = 19.6355 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -721790.3123834 Edm = 5.59946 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -721798.9705217 Edm = 0.377005 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -721799.6201538 Edm = 0.0471553 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -721799.7243797 Edm = 0.0602058 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -721804.4618815 Edm = 6.61435 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -721804.4770782 Edm = 0.571684 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -721807.8081337 Edm = 3.79679 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -721808.5495457 Edm = 0.79217 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -721812.2910214 Edm = 3.58758 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -721834.2353378 Edm = 2.45636 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -721835.0930359 Edm = 0.252197 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -721835.3287313 Edm = 0.0116974 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -721835.4429606 Edm = 0.0926027 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -721898.4619396 Edm = 22.8552 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -721953.1147527 Edm = 4.54538 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -721962.6898047 Edm = 6.32108 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -722148.6776971 Edm = 518.115 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -723083.1720146 Edm = 2.3955e+06 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -723083.1720146 Edm = 2.3955e+06 NCalls = 164 +VariableMetric: After Hessian - FCN = -723083.1720146 Edm = 1.23772e+07 NCalls = 539 +VariableMetric: Iteration # 44 - FCN = -723083.1720146 Edm = 1.23772e+07 NCalls = 539 +VariableMetric: Iteration # 45 - FCN = -723083.1720146 Edm = 1.23772e+07 NCalls = 550 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -723547.3466144 Edm = 0.282775 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -723547.3466144 Edm = 0.282775 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723655.2856547 Edm = 0.181714 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -723655.9292552 Edm = 0.325205 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -723920.0908585 Edm = 1.65066 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -723928.777458 Edm = 1.21876 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -723929.7849072 Edm = 0.0356874 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -723931.200729 Edm = 1.48607 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -723934.2863054 Edm = 2.75993 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -723983.4831366 Edm = 0.29828 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -723983.9323201 Edm = 0.107092 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -723989.446418 Edm = 4.98003 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -724163.0880317 Edm = 8.69152 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -724172.8838105 Edm = 0.0332771 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -724172.9162188 Edm = 0.0105635 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -724173.009437 Edm = 0.0649905 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -724175.6421356 Edm = 2.25079 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -724208.3240677 Edm = 0.498386 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -724208.8575321 Edm = 0.00897234 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -724208.871842 Edm = 0.00390301 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -724209.0879024 Edm = 0.202699 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -724241.0446229 Edm = 10.9087 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -724262.3473096 Edm = 3.03602 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -724263.7236633 Edm = 0.356303 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -724264.0313553 Edm = 0.0226059 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -724264.0657549 Edm = 0.00345133 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -724264.173506 Edm = 0.104733 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -724270.3727299 Edm = 0.155 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -724291.6350417 Edm = 1.698 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -724294.1321991 Edm = 0.844319 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -724295.2520213 Edm = 0.352332 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -724295.640424 Edm = 0.0723904 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -724295.8188236 Edm = 0.0183335 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -724295.8431415 Edm = 0.00184808 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -724295.8452378 Edm = 0.000818022 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -724295.8483083 Edm = 0.00209653 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -724295.9349232 Edm = 0.0821852 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -724309.2922962 Edm = 8.39243 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -724340.476698 Edm = 13.9515 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -724343.4368072 Edm = 8.80823 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -724346.1709711 Edm = 2.6756 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -724348.3834176 Edm = 1.11614 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -724350.1298932 Edm = 0.887832 NCalls = 132 +VariableMetric: Iteration # 42 - FCN = -724352.2450622 Edm = 0.284202 NCalls = 134 +VariableMetric: Iteration # 43 - FCN = -724352.4851085 Edm = 0.01299 NCalls = 136 +VariableMetric: Iteration # 44 - FCN = -724352.5013109 Edm = 0.00371078 NCalls = 138 +VariableMetric: Iteration # 45 - FCN = -724352.6519319 Edm = 0.156379 NCalls = 143 +VariableMetric: Iteration # 46 - FCN = -724357.7892258 Edm = 0.419308 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -724401.1978276 Edm = 15.3844 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -724446.967744 Edm = 4.40069 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -724451.5784796 Edm = 0.201809 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -724451.7629854 Edm = 0.0163341 NCalls = 160 +VariableMetric: Iteration # 51 - FCN = -724451.7903731 Edm = 0.00980865 NCalls = 162 +VariableMetric: Iteration # 52 - FCN = -724451.8116421 Edm = 0.00737522 NCalls = 164 +VariableMetric: Iteration # 53 - FCN = -724451.8327542 Edm = 0.00388101 NCalls = 166 +VariableMetric: Iteration # 54 - FCN = -724451.8421449 Edm = 0.00473907 NCalls = 168 +VariableMetric: Iteration # 55 - FCN = -724451.8847365 Edm = 0.0435403 NCalls = 171 +VariableMetric: Iteration # 56 - FCN = -724452.440436 Edm = 0.709207 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -724452.5806909 Edm = 0.516723 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -724453.1972043 Edm = 0.48312 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -724457.7306326 Edm = 1.60262 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -724462.6820554 Edm = 2.25691 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -724465.0567592 Edm = 9.43333 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -724478.4214388 Edm = 12.8367 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -724526.2218056 Edm = 13.3346 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -724549.007193 Edm = 2.00948 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -724550.9690712 Edm = 0.887193 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -724551.8090435 Edm = 0.192906 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -724551.9970883 Edm = 0.0422653 NCalls = 214 +VariableMetric: Iteration # 68 - FCN = -724557.5143012 Edm = 12.6361 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -724557.520796 Edm = 0.072304 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -724561.7960675 Edm = 2.76317 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -724567.0745351 Edm = 0.55528 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -724567.4355997 Edm = 0.0327392 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -724567.475688 Edm = 0.0118647 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -724567.5024904 Edm = 0.00641962 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -724567.5120789 Edm = 0.00401723 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -724567.5692427 Edm = 0.0544946 NCalls = 245 +VariableMetric: Iteration # 77 - FCN = -724575.7883413 Edm = 6.03275 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -724604.7048852 Edm = 1.77613 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -724608.4051161 Edm = 1.96401 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -724609.4700903 Edm = 0.714986 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -724610.4591699 Edm = 0.321331 NCalls = 264 +VariableMetric: Iteration # 82 - FCN = -724610.8792999 Edm = 0.642253 NCalls = 266 +VariableMetric: Iteration # 83 - FCN = -724611.2952216 Edm = 0.222759 NCalls = 269 +VariableMetric: Iteration # 84 - FCN = -724611.5623374 Edm = 0.0238578 NCalls = 271 +VariableMetric: Iteration # 85 - FCN = -724611.607799 Edm = 0.0166456 NCalls = 273 +VariableMetric: Iteration # 86 - FCN = -724611.6761829 Edm = 0.0130506 NCalls = 276 +VariableMetric: Iteration # 87 - FCN = -724611.6888043 Edm = 0.00192045 NCalls = 277 +VariableMetric: Iteration # 88 - FCN = -724611.6904015 Edm = 0.000524775 NCalls = 279 +VariableMetric: Iteration # 89 - FCN = -724611.6932241 Edm = 0.00232719 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -724611.7210699 Edm = 0.0289235 NCalls = 285 +VariableMetric: Iteration # 91 - FCN = -724611.8806418 Edm = 0.135083 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -724618.3428013 Edm = 0.845624 NCalls = 295 +VariableMetric: Iteration # 93 - FCN = -724619.4506787 Edm = 0.104293 NCalls = 297 +VariableMetric: Iteration # 94 - FCN = -724619.7657428 Edm = 0.437687 NCalls = 300 +VariableMetric: Iteration # 95 - FCN = -724620.0618791 Edm = 0.214831 NCalls = 307 +VariableMetric: Iteration # 96 - FCN = -724620.2657586 Edm = 0.00322535 NCalls = 309 +VariableMetric: Iteration # 97 - FCN = -724620.2684992 Edm = 0.000555631 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -724620.2688304 Edm = 2.31048e-05 NCalls = 313 +VariableMetric: After Hessian - FCN = -724620.2688304 Edm = 2.15605 NCalls = 674 +VariableMetric: Iteration # 99 - FCN = -724620.2688304 Edm = 2.15605 NCalls = 674 +VariableMetric: Iteration # 100 - FCN = -724625.5268615 Edm = 215.113 NCalls = 679 +VariableMetric: Iteration # 101 - FCN = -724625.5330637 Edm = 300.844 NCalls = 684 +VariableMetric: Iteration # 102 - FCN = -724625.6438125 Edm = 3094.84 NCalls = 688 +VariableMetric: Iteration # 103 - FCN = -724625.8197981 Edm = 1131.01 NCalls = 691 +VariableMetric: Iteration # 104 - FCN = -724626.1697278 Edm = 255.942 NCalls = 694 +VariableMetric: Iteration # 105 - FCN = -724626.3951654 Edm = 33.7933 NCalls = 697 +VariableMetric: Iteration # 106 - FCN = -724626.4082236 Edm = 58.6249 NCalls = 700 +VariableMetric: Iteration # 107 - FCN = -724626.4542606 Edm = 2.6448 NCalls = 703 +VariableMetric: Iteration # 108 - FCN = -724626.4901309 Edm = 5.54862 NCalls = 706 +VariableMetric: Iteration # 109 - FCN = -724626.6582568 Edm = 3.174 NCalls = 708 +VariableMetric: Iteration # 110 - FCN = -724626.9715413 Edm = 5.07198 NCalls = 710 +VariableMetric: Iteration # 111 - FCN = -724627.2084958 Edm = 1.92647 NCalls = 712 +VariableMetric: Iteration # 112 - FCN = -724627.4391854 Edm = 0.912244 NCalls = 714 +VariableMetric: Iteration # 113 - FCN = -724627.5167847 Edm = 0.828564 NCalls = 716 +VariableMetric: Iteration # 114 - FCN = -724627.6091647 Edm = 0.687213 NCalls = 718 +VariableMetric: Iteration # 115 - FCN = -724627.8020635 Edm = 0.273967 NCalls = 720 +VariableMetric: Iteration # 116 - FCN = -724627.9133967 Edm = 1.75232 NCalls = 722 +VariableMetric: Iteration # 117 - FCN = -724628.1315721 Edm = 1.60551 NCalls = 724 +VariableMetric: Iteration # 118 - FCN = -724628.3951896 Edm = 1.01581 NCalls = 726 +VariableMetric: Iteration # 119 - FCN = -724628.5749273 Edm = 0.20946 NCalls = 729 +VariableMetric: Iteration # 120 - FCN = -724628.7208461 Edm = 0.22822 NCalls = 731 +VariableMetric: Iteration # 121 - FCN = -724628.8148698 Edm = 0.0128747 NCalls = 733 +VariableMetric: Iteration # 122 - FCN = -724628.8400495 Edm = 0.00862016 NCalls = 735 +VariableMetric: Iteration # 123 - FCN = -724628.8480441 Edm = 0.00364744 NCalls = 736 +VariableMetric: Iteration # 124 - FCN = -724628.8533734 Edm = 0.000981958 NCalls = 738 +VariableMetric: Iteration # 125 - FCN = -724628.8550021 Edm = 0.000320294 NCalls = 740 +VariableMetric: Iteration # 126 - FCN = -724628.8560952 Edm = 0.00025692 NCalls = 742 +VariableMetric: Iteration # 127 - FCN = -724628.8566684 Edm = 0.000183551 NCalls = 744 +VariableMetric: Iteration # 128 - FCN = -724628.8569492 Edm = 8.89504e-05 NCalls = 746 +VariableMetric: Iteration # 129 - FCN = -724628.857015 Edm = 1.66581e-05 NCalls = 748 +VariableMetric: After Hessian - FCN = -724628.857015 Edm = 2.04196e-05 NCalls = 1123 +VariableMetric: Iteration # 130 - FCN = -724628.857015 Edm = 2.04196e-05 NCalls = 1123 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -722700.3102738 Edm = 3.42643 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -722700.3102738 Edm = 3.42643 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723985.8242626 Edm = 0.118031 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -723987.8174788 Edm = 0.120493 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -724070.8536406 Edm = 18.4075 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -724090.3406851 Edm = 0.0483915 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -724091.0939368 Edm = 0.675908 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -724118.5543218 Edm = 5.44791 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -724124.3631251 Edm = 0.0779509 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -724124.5724064 Edm = 0.1467 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -724211.5114983 Edm = 6.27383 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -724354.9047261 Edm = 9.15716 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -724371.4435302 Edm = 2.66975 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -724374.5757376 Edm = 0.316023 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -724374.919774 Edm = 0.0300438 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -724375.0740259 Edm = 0.0820648 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -724406.2016339 Edm = 14.5951 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -724460.5326946 Edm = 3.36543 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -724463.5615428 Edm = 0.65876 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -724465.3539874 Edm = 0.791693 NCalls = 60 +VariableMetric: Iteration # 19 - FCN = -724467.646106 Edm = 0.32896 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -724467.8663109 Edm = 0.217446 NCalls = 65 +VariableMetric: Iteration # 21 - FCN = -724468.0007093 Edm = 0.00358179 NCalls = 67 +VariableMetric: Iteration # 22 - FCN = -724468.0104243 Edm = 0.00543507 NCalls = 69 +VariableMetric: Iteration # 23 - FCN = -724468.5010603 Edm = 0.458723 NCalls = 75 +VariableMetric: Iteration # 24 - FCN = -724481.8411196 Edm = 16.601 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -724505.2488547 Edm = 39.8014 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -724506.7003263 Edm = 1.16175 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -724520.12377 Edm = 1.87096 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -724522.3476429 Edm = 0.0406697 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -724522.4204135 Edm = 0.0205498 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -724522.4756731 Edm = 0.00599227 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -724522.4848199 Edm = 0.000883681 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -724522.4862686 Edm = 0.000431721 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -724522.5168823 Edm = 0.0294577 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -724525.8697555 Edm = 1.09668 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -724527.6789537 Edm = 0.0134365 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -724527.6945057 Edm = 0.000487558 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -724527.6954163 Edm = 0.000314296 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -724527.6977823 Edm = 0.0014109 NCalls = 122 +VariableMetric: Iteration # 39 - FCN = -724527.7960693 Edm = 0.0865362 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -724529.3213242 Edm = 0.223637 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -724529.5068627 Edm = 0.0100252 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -724529.5168701 Edm = 0.0003 NCalls = 134 +VariableMetric: Iteration # 43 - FCN = -724529.5173407 Edm = 7.78326e-05 NCalls = 136 +VariableMetric: Iteration # 44 - FCN = -724529.5179246 Edm = 0.000522132 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -724529.585884 Edm = 0.0659291 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -724529.5862732 Edm = 0.000296999 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -724530.0953421 Edm = 0.0608475 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -724532.3453977 Edm = 0.504768 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -724533.6291541 Edm = 0.0791743 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -724533.7116675 Edm = 0.000770444 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -724533.7123691 Edm = 0.000146566 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -724533.7127495 Edm = 0.000352908 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -724533.7429722 Edm = 0.0301939 NCalls = 171 +VariableMetric: Iteration # 54 - FCN = -724533.9156247 Edm = 0.00920699 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -724537.2739137 Edm = 1.68243 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -724543.7862276 Edm = 1.01372 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -724544.6726286 Edm = 0.0601408 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -724544.7425564 Edm = 0.00502661 NCalls = 188 +VariableMetric: Iteration # 59 - FCN = -724544.7498093 Edm = 0.000823613 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -724544.7506369 Edm = 0.000146504 NCalls = 191 +VariableMetric: Iteration # 61 - FCN = -724544.7511269 Edm = 0.000387459 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -724544.825545 Edm = 0.0728292 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -724547.3528685 Edm = 0.543393 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -724548.1412404 Edm = 0.0468934 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -724548.1880347 Edm = 0.00653137 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -724548.1943374 Edm = 0.000296336 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -724548.1947171 Edm = 2.78066e-05 NCalls = 213 +VariableMetric: After Hessian - FCN = -724548.1947171 Edm = 16.9504 NCalls = 570 +VariableMetric: Iteration # 68 - FCN = -724548.1947171 Edm = 16.9504 NCalls = 570 +VariableMetric: Iteration # 69 - FCN = -724549.8251214 Edm = 3.25852 NCalls = 577 +VariableMetric: Iteration # 70 - FCN = -724551.0581178 Edm = 0.562453 NCalls = 579 +VariableMetric: Iteration # 71 - FCN = -724551.2019018 Edm = 0.128629 NCalls = 581 +VariableMetric: Iteration # 72 - FCN = -724551.3944051 Edm = 0.0721463 NCalls = 583 +VariableMetric: Iteration # 73 - FCN = -724551.6064511 Edm = 0.0921824 NCalls = 587 +VariableMetric: Iteration # 74 - FCN = -724551.700569 Edm = 0.0314965 NCalls = 590 +VariableMetric: Iteration # 75 - FCN = -724551.7666859 Edm = 0.0521208 NCalls = 593 +VariableMetric: Iteration # 76 - FCN = -724551.830098 Edm = 0.039319 NCalls = 595 +VariableMetric: Iteration # 77 - FCN = -724551.887971 Edm = 0.0151907 NCalls = 598 +VariableMetric: Iteration # 78 - FCN = -724551.9164914 Edm = 0.0131918 NCalls = 600 +VariableMetric: Iteration # 79 - FCN = -724551.9579185 Edm = 0.062617 NCalls = 603 +VariableMetric: Iteration # 80 - FCN = -724552.0217937 Edm = 0.0203951 NCalls = 607 +VariableMetric: Iteration # 81 - FCN = -724552.0431284 Edm = 0.0121606 NCalls = 609 +VariableMetric: Iteration # 82 - FCN = -724552.0498166 Edm = 0.00183755 NCalls = 611 +VariableMetric: Iteration # 83 - FCN = -724552.051168 Edm = 0.000867644 NCalls = 613 +VariableMetric: Iteration # 84 - FCN = -724552.0528602 Edm = 0.00206612 NCalls = 615 +VariableMetric: Iteration # 85 - FCN = -724552.0560808 Edm = 0.00186899 NCalls = 619 +VariableMetric: Iteration # 86 - FCN = -724552.0600124 Edm = 0.00063235 NCalls = 621 +VariableMetric: Iteration # 87 - FCN = -724552.0613764 Edm = 0.000186708 NCalls = 623 +VariableMetric: Iteration # 88 - FCN = -724552.0616635 Edm = 9.10799e-05 NCalls = 625 +VariableMetric: Iteration # 89 - FCN = -724552.0617422 Edm = 7.57899e-06 NCalls = 627 +VariableMetric: After Hessian - FCN = -724552.0617422 Edm = 9.4533e-06 NCalls = 996 +VariableMetric: Iteration # 90 - FCN = -724552.0617422 Edm = 9.4533e-06 NCalls = 996 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721016.9070161 Edm = 5.06618 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721016.9070161 Edm = 5.06618 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723426.459959 Edm = 0.288334 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -723427.8781533 Edm = 0.37457 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -723533.6711662 Edm = 0.353848 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -723534.3383294 Edm = 0.0607097 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -723593.7297697 Edm = 47.2234 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -723704.3515492 Edm = 88.4933 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -723773.0505543 Edm = 1.31663 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -723774.4295833 Edm = 0.051121 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -723775.1576778 Edm = 0.697327 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -723844.8936903 Edm = 10.5035 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -723985.1721357 Edm = 69.8779 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -723991.8503908 Edm = 63.3674 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -724106.445235 Edm = 47.0045 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -724198.594138 Edm = 6.14074 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -724204.2502734 Edm = 0.127192 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -724204.4110024 Edm = 0.0372327 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -724204.6565833 Edm = 0.131033 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -724205.9460266 Edm = 1.04935 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -724291.9490109 Edm = 45.4608 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -724358.0731363 Edm = 21.5766 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -724371.2422843 Edm = 1.57299 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -724372.6955934 Edm = 0.0816289 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -724373.8620646 Edm = 0.963734 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -724383.1916767 Edm = 4.85009 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -724404.1998357 Edm = 4.77556 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -724410.9921059 Edm = 0.082846 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -724411.0838871 Edm = 0.00337098 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -724411.0939242 Edm = 0.00528684 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -724412.5249403 Edm = 1.12828 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -724431.1493453 Edm = 3.52227 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -724436.4009233 Edm = 0.259535 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -724436.7403634 Edm = 0.017698 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -724436.7713136 Edm = 0.00569274 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -724436.7953661 Edm = 0.0107918 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -724437.0631367 Edm = 0.200178 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -724449.6365941 Edm = 12.4845 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -724475.7866285 Edm = 11.2612 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -724489.4172354 Edm = 12.4594 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -724498.0641513 Edm = 3.1534 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -724506.7504202 Edm = 4.25961 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -724511.2868963 Edm = 10.9937 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -724514.7445386 Edm = 0.970455 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -724515.848584 Edm = 0.200697 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -724516.016149 Edm = 0.0174746 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -724516.0313753 Edm = 0.000930948 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -724516.0337658 Edm = 0.00137467 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -724516.0981007 Edm = 0.0574198 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -724520.0855377 Edm = 3.32588 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -724530.3604622 Edm = 2.88648 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -724532.1116184 Edm = 0.0997664 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -724532.2015848 Edm = 0.00236324 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -724532.2036057 Edm = 0.000220861 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -724532.2049306 Edm = 0.00114069 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -724532.3156073 Edm = 0.10287 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -724536.9573848 Edm = 3.07037 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -724540.8121649 Edm = 0.462146 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -724541.248922 Edm = 0.0102326 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -724541.2582141 Edm = 0.00081464 NCalls = 183 +VariableMetric: Iteration # 59 - FCN = -724541.2595302 Edm = 0.000503325 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -724541.2637965 Edm = 0.00313339 NCalls = 188 +VariableMetric: Iteration # 61 - FCN = -724541.5946426 Edm = 0.310758 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -724570.8261001 Edm = 11.5841 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -724596.8198324 Edm = 2.55689 NCalls = 201 +VariableMetric: Iteration # 64 - FCN = -724599.3499226 Edm = 0.127578 NCalls = 203 +VariableMetric: Iteration # 65 - FCN = -724599.485851 Edm = 0.0109856 NCalls = 205 +VariableMetric: Iteration # 66 - FCN = -724599.5000359 Edm = 0.00183972 NCalls = 207 +VariableMetric: Iteration # 67 - FCN = -724599.5024408 Edm = 0.000773497 NCalls = 209 +VariableMetric: Iteration # 68 - FCN = -724599.5144503 Edm = 0.0108544 NCalls = 213 +VariableMetric: Iteration # 69 - FCN = -724599.9355755 Edm = 0.416471 NCalls = 217 +VariableMetric: Iteration # 70 - FCN = -724602.4015601 Edm = 1.88296 NCalls = 223 +VariableMetric: Iteration # 71 - FCN = -724613.88049 Edm = 4.03487 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -724620.0476193 Edm = 1.04966 NCalls = 229 +VariableMetric: Iteration # 73 - FCN = -724620.744631 Edm = 0.165617 NCalls = 231 +VariableMetric: Iteration # 74 - FCN = -724620.927329 Edm = 0.0170599 NCalls = 233 +VariableMetric: Iteration # 75 - FCN = -724620.9547215 Edm = 0.00151737 NCalls = 235 +VariableMetric: Iteration # 76 - FCN = -724620.9566923 Edm = 0.000305957 NCalls = 237 +VariableMetric: Iteration # 77 - FCN = -724620.9589698 Edm = 0.00193847 NCalls = 240 +VariableMetric: Iteration # 78 - FCN = -724621.1202267 Edm = 0.150106 NCalls = 245 +VariableMetric: Iteration # 79 - FCN = -724629.5193942 Edm = 2.80671 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -724633.5436388 Edm = 0.185212 NCalls = 252 +VariableMetric: Iteration # 81 - FCN = -724633.7232166 Edm = 0.0155401 NCalls = 253 +VariableMetric: Iteration # 82 - FCN = -724633.7421404 Edm = 0.000768999 NCalls = 255 +VariableMetric: Iteration # 83 - FCN = -724633.7429427 Edm = 4.06293e-05 NCalls = 256 +VariableMetric: After Hessian - FCN = -724633.7429427 Edm = 456.822 NCalls = 615 +VariableMetric: Iteration # 84 - FCN = -724633.7429427 Edm = 456.822 NCalls = 615 +VariableMetric: Iteration # 85 - FCN = -724638.3617554 Edm = 687151 NCalls = 621 +VariableMetric: Iteration # 86 - FCN = -724639.990377 Edm = 219.301 NCalls = 632 +VariableMetric: Iteration # 87 - FCN = -724642.9369965 Edm = 0.440644 NCalls = 642 +VariableMetric: Iteration # 88 - FCN = -724644.1102979 Edm = 0.227269 NCalls = 645 +VariableMetric: Iteration # 89 - FCN = -724644.7773522 Edm = 0.25154 NCalls = 650 +VariableMetric: Iteration # 90 - FCN = -724645.0273879 Edm = 0.352276 NCalls = 651 +VariableMetric: Iteration # 91 - FCN = -724645.7326824 Edm = 0.17338 NCalls = 656 +VariableMetric: Iteration # 92 - FCN = -724645.9279446 Edm = 0.0223167 NCalls = 658 +VariableMetric: Iteration # 93 - FCN = -724645.9846288 Edm = 0.0146703 NCalls = 660 +VariableMetric: Iteration # 94 - FCN = -724646.0145837 Edm = 0.0114564 NCalls = 662 +VariableMetric: Iteration # 95 - FCN = -724646.138966 Edm = 0.0176701 NCalls = 667 +VariableMetric: Iteration # 96 - FCN = -724646.1480035 Edm = 0.0103229 NCalls = 669 +VariableMetric: Iteration # 97 - FCN = -724646.1669766 Edm = 0.00489076 NCalls = 671 +VariableMetric: Iteration # 98 - FCN = -724646.1888189 Edm = 0.0122355 NCalls = 673 +VariableMetric: Iteration # 99 - FCN = -724646.25548 Edm = 0.0175083 NCalls = 675 +VariableMetric: Iteration # 100 - FCN = -724646.2911746 Edm = 0.0101496 NCalls = 677 +VariableMetric: Iteration # 101 - FCN = -724646.340522 Edm = 0.0089476 NCalls = 679 +VariableMetric: Iteration # 102 - FCN = -724646.3542595 Edm = 0.0030055 NCalls = 681 +VariableMetric: Iteration # 103 - FCN = -724646.3883273 Edm = 0.0147082 NCalls = 684 +VariableMetric: Iteration # 104 - FCN = -724646.4271133 Edm = 0.0111859 NCalls = 686 +VariableMetric: Iteration # 105 - FCN = -724646.4547614 Edm = 0.0180501 NCalls = 689 +VariableMetric: Iteration # 106 - FCN = -724646.5001777 Edm = 0.0512391 NCalls = 692 +VariableMetric: Iteration # 107 - FCN = -724646.5547064 Edm = 0.0134399 NCalls = 695 +VariableMetric: Iteration # 108 - FCN = -724646.5793091 Edm = 0.00737062 NCalls = 697 +VariableMetric: Iteration # 109 - FCN = -724646.6064119 Edm = 0.0144869 NCalls = 699 +VariableMetric: Iteration # 110 - FCN = -724646.6472863 Edm = 0.0167239 NCalls = 702 +VariableMetric: Iteration # 111 - FCN = -724646.6720444 Edm = 0.00548829 NCalls = 704 +VariableMetric: Iteration # 112 - FCN = -724646.6774023 Edm = 0.00332431 NCalls = 706 +VariableMetric: Iteration # 113 - FCN = -724646.6877899 Edm = 0.00518117 NCalls = 708 +VariableMetric: Iteration # 114 - FCN = -724646.6984031 Edm = 0.00282017 NCalls = 711 +VariableMetric: Iteration # 115 - FCN = -724646.7028148 Edm = 0.00250728 NCalls = 713 +VariableMetric: Iteration # 116 - FCN = -724646.7115884 Edm = 0.00438564 NCalls = 717 +VariableMetric: Iteration # 117 - FCN = -724646.7169468 Edm = 0.000920683 NCalls = 719 +VariableMetric: Iteration # 118 - FCN = -724646.7189089 Edm = 0.00143884 NCalls = 722 +VariableMetric: Iteration # 119 - FCN = -724646.7216006 Edm = 0.000877736 NCalls = 725 +VariableMetric: Iteration # 120 - FCN = -724646.7227991 Edm = 0.000273372 NCalls = 728 +VariableMetric: Iteration # 121 - FCN = -724646.7232769 Edm = 0.000156584 NCalls = 730 +VariableMetric: Iteration # 122 - FCN = -724646.7236193 Edm = 0.000115835 NCalls = 732 +VariableMetric: Iteration # 123 - FCN = -724646.7238552 Edm = 3.6891e-05 NCalls = 734 +VariableMetric: After Hessian - FCN = -724646.7238552 Edm = 0.000200925 NCalls = 1101 +VariableMetric: Iteration # 124 - FCN = -724646.7238552 Edm = 0.000200925 NCalls = 1101 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717369.166718 Edm = 13.566 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717369.166718 Edm = 13.566 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722912.733068 Edm = 3.15223 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -722925.41292 Edm = 3.81585 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -723991.6133399 Edm = 30.3546 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -724029.3991093 Edm = 0.810941 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -724030.4300335 Edm = 0.136612 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -724032.8287317 Edm = 2.00081 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -724094.3462825 Edm = 0.981069 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -724095.2380059 Edm = 0.0344264 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -724095.348842 Edm = 0.0904153 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -724137.5739085 Edm = 5.44841 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -724283.4702794 Edm = 29.4443 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -724367.7093492 Edm = 1.16361 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -724368.7451674 Edm = 0.0129234 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -724368.7729803 Edm = 0.011829 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -724369.1149064 Edm = 0.292366 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -724410.0541535 Edm = 5.98392 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -724416.3924363 Edm = 0.603666 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -724420.0573914 Edm = 1.02847 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -724422.6237316 Edm = 2.30228 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -724424.4758749 Edm = 0.684466 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -724424.8129631 Edm = 0.157687 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -724424.9911395 Edm = 0.00129585 NCalls = 71 +VariableMetric: Iteration # 23 - FCN = -724424.9937265 Edm = 0.00112083 NCalls = 73 +VariableMetric: Iteration # 24 - FCN = -724425.2022194 Edm = 0.194865 NCalls = 79 +VariableMetric: Iteration # 25 - FCN = -724432.4270014 Edm = 1.51553 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -724433.651331 Edm = 0.0673661 NCalls = 85 +VariableMetric: Iteration # 27 - FCN = -724433.7304514 Edm = 0.00809309 NCalls = 87 +VariableMetric: Iteration # 28 - FCN = -724433.7494013 Edm = 0.00196002 NCalls = 90 +VariableMetric: Iteration # 29 - FCN = -724433.7523819 Edm = 0.000489384 NCalls = 92 +VariableMetric: Iteration # 30 - FCN = -724433.8719295 Edm = 0.102788 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -724438.2664623 Edm = 2.74564 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -724441.1482342 Edm = 1.1481 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -724442.127563 Edm = 0.106321 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -724442.21963 Edm = 0.00382683 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -724442.223184 Edm = 0.000332856 NCalls = 111 +VariableMetric: Iteration # 36 - FCN = -724442.224457 Edm = 0.000719473 NCalls = 113 +VariableMetric: Iteration # 37 - FCN = -724442.2274265 Edm = 0.000624976 NCalls = 115 +VariableMetric: Iteration # 38 - FCN = -724442.2428696 Edm = 0.0147075 NCalls = 119 +VariableMetric: Iteration # 39 - FCN = -724446.3117507 Edm = 2.60176 NCalls = 125 +VariableMetric: Iteration # 40 - FCN = -724456.536219 Edm = 0.898611 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -724457.3695315 Edm = 0.218925 NCalls = 129 +VariableMetric: Iteration # 42 - FCN = -724457.5176459 Edm = 0.0218255 NCalls = 131 +VariableMetric: Iteration # 43 - FCN = -724457.546262 Edm = 0.00296371 NCalls = 133 +VariableMetric: Iteration # 44 - FCN = -724457.5522057 Edm = 0.000558231 NCalls = 135 +VariableMetric: Iteration # 45 - FCN = -724457.5555197 Edm = 0.00255879 NCalls = 138 +VariableMetric: Iteration # 46 - FCN = -724457.6257198 Edm = 0.0554212 NCalls = 142 +VariableMetric: Iteration # 47 - FCN = -724458.7261281 Edm = 1.12797 NCalls = 146 +VariableMetric: Iteration # 48 - FCN = -724470.7633068 Edm = 7.69104 NCalls = 152 +VariableMetric: Iteration # 49 - FCN = -724505.2268454 Edm = 2.12631 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -724506.8719965 Edm = 0.101868 NCalls = 157 +VariableMetric: Iteration # 51 - FCN = -724506.9524451 Edm = 0.021511 NCalls = 159 +VariableMetric: Iteration # 52 - FCN = -724507.014129 Edm = 0.0296274 NCalls = 162 +VariableMetric: Iteration # 53 - FCN = -724507.0293197 Edm = 0.0292383 NCalls = 163 +VariableMetric: Iteration # 54 - FCN = -724507.0796288 Edm = 0.0328805 NCalls = 166 +VariableMetric: Iteration # 55 - FCN = -724507.1251868 Edm = 0.00438696 NCalls = 169 +VariableMetric: Iteration # 56 - FCN = -724507.1314309 Edm = 0.00144536 NCalls = 171 +VariableMetric: Iteration # 57 - FCN = -724507.1500991 Edm = 0.0139025 NCalls = 175 +VariableMetric: Iteration # 58 - FCN = -724507.260006 Edm = 0.21831 NCalls = 179 +VariableMetric: Iteration # 59 - FCN = -724508.076122 Edm = 0.859637 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -724508.7337539 Edm = 0.649392 NCalls = 190 +VariableMetric: Iteration # 61 - FCN = -724509.9157263 Edm = 0.764466 NCalls = 192 +VariableMetric: Iteration # 62 - FCN = -724510.3579361 Edm = 1.04105 NCalls = 194 +VariableMetric: Iteration # 63 - FCN = -724511.3389817 Edm = 0.959272 NCalls = 197 +VariableMetric: Iteration # 64 - FCN = -724518.0345714 Edm = 3.33161 NCalls = 200 +VariableMetric: Iteration # 65 - FCN = -724526.0849934 Edm = 0.566209 NCalls = 202 +VariableMetric: Iteration # 66 - FCN = -724526.7836447 Edm = 0.256776 NCalls = 204 +VariableMetric: Iteration # 67 - FCN = -724529.190425 Edm = 0.504689 NCalls = 209 +VariableMetric: Iteration # 68 - FCN = -724529.7310263 Edm = 0.109005 NCalls = 212 +VariableMetric: Iteration # 69 - FCN = -724529.8058374 Edm = 0.0117134 NCalls = 214 +VariableMetric: Iteration # 70 - FCN = -724529.8353996 Edm = 0.0119047 NCalls = 216 +VariableMetric: Iteration # 71 - FCN = -724529.8645699 Edm = 0.00235797 NCalls = 218 +VariableMetric: Iteration # 72 - FCN = -724529.868623 Edm = 0.000220559 NCalls = 220 +VariableMetric: Iteration # 73 - FCN = -724529.8688942 Edm = 7.33113e-05 NCalls = 222 +VariableMetric: Iteration # 74 - FCN = -724529.8690359 Edm = 0.000102957 NCalls = 224 +VariableMetric: Iteration # 75 - FCN = -724529.8724865 Edm = 0.00311148 NCalls = 229 +VariableMetric: Iteration # 76 - FCN = -724530.1634494 Edm = 0.160016 NCalls = 234 +VariableMetric: Iteration # 77 - FCN = -724530.8140311 Edm = 0.070536 NCalls = 236 +VariableMetric: Iteration # 78 - FCN = -724530.9137197 Edm = 0.0011364 NCalls = 238 +VariableMetric: Iteration # 79 - FCN = -724530.9149253 Edm = 8.78448e-06 NCalls = 239 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -722316.3759643 Edm = 2.98849 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -722316.3759643 Edm = 2.98849 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723622.7293218 Edm = 0.110234 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -723627.7506819 Edm = 0.120252 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -723634.2156909 Edm = 4.54969 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -723669.4918275 Edm = 0.0339501 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -723670.2820207 Edm = 0.643726 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -723695.9239961 Edm = 18.2889 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -723749.4867597 Edm = 0.620138 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -723750.095722 Edm = 0.14383 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -723841.2350674 Edm = 40.2516 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -723939.9838198 Edm = 27.2183 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -723984.218059 Edm = 5.65165 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -723989.2892546 Edm = 0.494095 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -723989.7430112 Edm = 0.0334327 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -723989.8146463 Edm = 0.0255493 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -723989.95149 Edm = 0.103228 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -724064.7981918 Edm = 15.7126 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -724078.5765856 Edm = 0.547224 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -724079.0480962 Edm = 0.015745 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -724079.0707723 Edm = 0.0101815 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -724079.3013861 Edm = 0.23485 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -724086.2927697 Edm = 3.91673 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -724118.140615 Edm = 1.24339 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -724119.7352668 Edm = 0.60352 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -724120.997323 Edm = 0.34995 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -724122.1389908 Edm = 0.447364 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -724123.0542509 Edm = 0.197476 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -724123.1479002 Edm = 0.0423417 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -724123.1854329 Edm = 0.00154467 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -724123.1916867 Edm = 0.0043467 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -724123.2803424 Edm = 0.0847123 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -724124.2219018 Edm = 0.850276 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -724135.5162693 Edm = 9.76518 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -724137.6505398 Edm = 9.05344 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -724160.2501726 Edm = 1.49126 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -724163.9348138 Edm = 1.44177 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -724171.085889 Edm = 1.54146 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -724173.3462633 Edm = 0.314784 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -724173.5219825 Edm = 0.0631722 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -724173.570327 Edm = 0.00113165 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -724173.5927703 Edm = 0.0211007 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -724181.5483874 Edm = 8.69142 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -724181.6324287 Edm = 0.0763228 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -724184.6231704 Edm = 2.77004 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -724211.639266 Edm = 4.04367 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -724215.8563268 Edm = 0.440843 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -724216.2727177 Edm = 0.0409287 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -724216.3315137 Edm = 0.00432756 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -724216.3420886 Edm = 0.00436896 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -724216.3708511 Edm = 0.019982 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -724216.7184121 Edm = 0.319634 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -724227.4547788 Edm = 16.5752 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -724229.0807034 Edm = 5.64479 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -724269.3754005 Edm = 14.9166 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -724321.3515864 Edm = 10.2296 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -724339.9579032 Edm = 5.07933 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -724357.1427186 Edm = 10.556 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -724376.0352078 Edm = 8.87241 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -724386.0275257 Edm = 2.23167 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -724387.5883407 Edm = 1.42762 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -724389.0022115 Edm = 0.198211 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -724389.2731448 Edm = 0.058961 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -724389.3863027 Edm = 0.0557287 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -724389.4498504 Edm = 0.0185348 NCalls = 212 +VariableMetric: Iteration # 64 - FCN = -724389.4984574 Edm = 0.018907 NCalls = 214 +VariableMetric: Iteration # 65 - FCN = -724389.5597668 Edm = 0.0143523 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -724389.5937147 Edm = 0.0166183 NCalls = 218 +VariableMetric: Iteration # 67 - FCN = -724389.6682256 Edm = 0.0540487 NCalls = 220 +VariableMetric: Iteration # 68 - FCN = -724390.5501669 Edm = 0.57475 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -724396.3894315 Edm = 6.77316 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -724419.3658829 Edm = 41.4762 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -724420.3271389 Edm = 0.814419 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -724425.1424467 Edm = 4.88234 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -724436.4603168 Edm = 8.62757 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -724451.4306199 Edm = 6.21379 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -724460.4666072 Edm = 0.561562 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -724461.0245403 Edm = 0.0375756 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -724461.0632037 Edm = 0.0060903 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -724461.0817233 Edm = 0.0125415 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -724461.1879268 Edm = 0.0266599 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -724461.2127474 Edm = 0.0322649 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -724461.2683595 Edm = 0.0311402 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -724461.2989113 Edm = 0.0106417 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -724461.3119196 Edm = 0.000955311 NCalls = 264 +VariableMetric: Iteration # 84 - FCN = -724461.3137193 Edm = 0.000775792 NCalls = 266 +VariableMetric: Iteration # 85 - FCN = -724461.3684411 Edm = 0.0517968 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -724465.579218 Edm = 2.80525 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -724467.1398093 Edm = 2.36095 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -724469.6068454 Edm = 0.189362 NCalls = 285 +VariableMetric: Iteration # 89 - FCN = -724469.8584171 Edm = 0.187747 NCalls = 287 +VariableMetric: Iteration # 90 - FCN = -724469.960671 Edm = 0.0360827 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -724470.1168342 Edm = 0.057233 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -724470.2277801 Edm = 0.00183009 NCalls = 293 +VariableMetric: Iteration # 93 - FCN = -724470.2295042 Edm = 0.000394901 NCalls = 294 +VariableMetric: Iteration # 94 - FCN = -724470.229714 Edm = 7.04456e-05 NCalls = 296 +VariableMetric: Iteration # 95 - FCN = -724470.2300041 Edm = 0.000255375 NCalls = 298 +VariableMetric: Iteration # 96 - FCN = -724470.2401513 Edm = 0.009732 NCalls = 304 +VariableMetric: Iteration # 97 - FCN = -724471.9895552 Edm = 0.77212 NCalls = 310 +VariableMetric: Iteration # 98 - FCN = -724473.7079287 Edm = 0.0309531 NCalls = 313 +VariableMetric: Iteration # 99 - FCN = -724473.7459964 Edm = 0.000958084 NCalls = 315 +VariableMetric: Iteration # 100 - FCN = -724473.7471507 Edm = 0.000186009 NCalls = 317 +VariableMetric: Iteration # 101 - FCN = -724473.7474462 Edm = 7.62607e-05 NCalls = 319 +VariableMetric: Iteration # 102 - FCN = -724473.7478701 Edm = 0.000299881 NCalls = 322 +VariableMetric: Iteration # 103 - FCN = -724473.8004079 Edm = 0.0514355 NCalls = 328 +VariableMetric: Iteration # 104 - FCN = -724475.6442847 Edm = 1.20285 NCalls = 333 +VariableMetric: Iteration # 105 - FCN = -724480.3859701 Edm = 1.26426 NCalls = 337 +VariableMetric: Iteration # 106 - FCN = -724481.3864522 Edm = 0.277621 NCalls = 339 +VariableMetric: Iteration # 107 - FCN = -724481.5367818 Edm = 0.153103 NCalls = 341 +VariableMetric: Iteration # 108 - FCN = -724481.6290175 Edm = 0.00899255 NCalls = 342 +VariableMetric: Iteration # 109 - FCN = -724481.6427458 Edm = 0.00176237 NCalls = 344 +VariableMetric: Iteration # 110 - FCN = -724481.6451393 Edm = 0.000178899 NCalls = 346 +VariableMetric: Iteration # 111 - FCN = -724481.6459318 Edm = 0.000620841 NCalls = 348 +VariableMetric: Iteration # 112 - FCN = -724481.7041204 Edm = 0.0554967 NCalls = 354 +VariableMetric: Iteration # 113 - FCN = -724481.7046978 Edm = 0.000408813 NCalls = 356 +VariableMetric: Iteration # 114 - FCN = -724481.737262 Edm = 0.0337827 NCalls = 362 +VariableMetric: Iteration # 115 - FCN = -724481.7378972 Edm = 0.000293628 NCalls = 364 +VariableMetric: Iteration # 116 - FCN = -724481.7587719 Edm = 0.0163835 NCalls = 369 +VariableMetric: Iteration # 117 - FCN = -724485.277454 Edm = 4.1359 NCalls = 378 +VariableMetric: Iteration # 118 - FCN = -724485.2954077 Edm = 0.0342981 NCalls = 380 +VariableMetric: Iteration # 119 - FCN = -724485.4870784 Edm = 0.187313 NCalls = 383 +VariableMetric: Iteration # 120 - FCN = -724488.5246148 Edm = 0.696674 NCalls = 390 +VariableMetric: Iteration # 121 - FCN = -724493.0367676 Edm = 5.20812 NCalls = 393 +VariableMetric: Iteration # 122 - FCN = -724500.4499533 Edm = 3.38056 NCalls = 397 +VariableMetric: Iteration # 123 - FCN = -724502.5190001 Edm = 9.4681 NCalls = 399 +VariableMetric: Iteration # 124 - FCN = -724506.0650934 Edm = 0.717075 NCalls = 402 +VariableMetric: Iteration # 125 - FCN = -724507.4227323 Edm = 0.195781 NCalls = 404 +VariableMetric: Iteration # 126 - FCN = -724507.9142572 Edm = 0.106936 NCalls = 406 +VariableMetric: Iteration # 127 - FCN = -724508.2304607 Edm = 0.0931686 NCalls = 408 +VariableMetric: Iteration # 128 - FCN = -724508.4127126 Edm = 0.0714372 NCalls = 410 +VariableMetric: Iteration # 129 - FCN = -724508.7727817 Edm = 0.151188 NCalls = 414 +VariableMetric: Iteration # 130 - FCN = -724508.9357904 Edm = 0.33055 NCalls = 416 +VariableMetric: Iteration # 131 - FCN = -724509.0872633 Edm = 0.0159754 NCalls = 418 +VariableMetric: Iteration # 132 - FCN = -724509.1050661 Edm = 0.000901475 NCalls = 420 +VariableMetric: Iteration # 133 - FCN = -724509.1060785 Edm = 0.000168923 NCalls = 422 +VariableMetric: Iteration # 134 - FCN = -724509.1070384 Edm = 0.000666659 NCalls = 425 +VariableMetric: Iteration # 135 - FCN = -724509.127534 Edm = 0.0191496 NCalls = 429 +VariableMetric: Iteration # 136 - FCN = -724509.657756 Edm = 0.405616 NCalls = 434 +VariableMetric: Iteration # 137 - FCN = -724513.9794483 Edm = 1.74404 NCalls = 438 +VariableMetric: Iteration # 138 - FCN = -724518.4113638 Edm = 1.65965 NCalls = 440 +VariableMetric: Iteration # 139 - FCN = -724519.7315972 Edm = 0.893433 NCalls = 442 +VariableMetric: Iteration # 140 - FCN = -724520.7427882 Edm = 0.145799 NCalls = 446 +VariableMetric: Iteration # 141 - FCN = -724520.878873 Edm = 0.0381446 NCalls = 448 +VariableMetric: Iteration # 142 - FCN = -724520.9066855 Edm = 0.00918141 NCalls = 450 +VariableMetric: Iteration # 143 - FCN = -724520.9109881 Edm = 0.00106407 NCalls = 452 +VariableMetric: Iteration # 144 - FCN = -724520.912208 Edm = 0.000220226 NCalls = 454 +VariableMetric: Iteration # 145 - FCN = -724520.9130863 Edm = 0.000836964 NCalls = 456 +VariableMetric: Iteration # 146 - FCN = -724520.9183652 Edm = 0.00370215 NCalls = 460 +VariableMetric: Iteration # 147 - FCN = -724520.951864 Edm = 0.024304 NCalls = 463 +VariableMetric: Iteration # 148 - FCN = -724521.4294701 Edm = 0.273639 NCalls = 467 +VariableMetric: Iteration # 149 - FCN = -724524.67422 Edm = 2.01722 NCalls = 470 +VariableMetric: Iteration # 150 - FCN = -724543.8898361 Edm = 23.3875 NCalls = 479 +VariableMetric: Iteration # 151 - FCN = -724544.1887981 Edm = 3.2065 NCalls = 481 +VariableMetric: Iteration # 152 - FCN = -724553.2716162 Edm = 10.3874 NCalls = 484 +VariableMetric: Iteration # 153 - FCN = -724572.9618282 Edm = 11.1175 NCalls = 487 +VariableMetric: Iteration # 154 - FCN = -724587.8846994 Edm = 6.79454 NCalls = 489 +VariableMetric: Iteration # 155 - FCN = -724598.9414021 Edm = 5.90517 NCalls = 492 +VariableMetric: Iteration # 156 - FCN = -724614.3139842 Edm = 5.87118 NCalls = 496 +VariableMetric: Iteration # 157 - FCN = -724618.3735649 Edm = 3.0001 NCalls = 498 +VariableMetric: Iteration # 158 - FCN = -724620.4939667 Edm = 1.02169 NCalls = 501 +VariableMetric: Iteration # 159 - FCN = -724621.8894348 Edm = 0.439138 NCalls = 504 +VariableMetric: Iteration # 160 - FCN = -724622.3288231 Edm = 0.148583 NCalls = 505 +VariableMetric: Iteration # 161 - FCN = -724622.4582261 Edm = 0.0286002 NCalls = 507 +VariableMetric: Iteration # 162 - FCN = -724622.5031232 Edm = 0.0076404 NCalls = 509 +VariableMetric: Iteration # 163 - FCN = -724622.5130838 Edm = 0.00369293 NCalls = 511 +VariableMetric: Iteration # 164 - FCN = -724622.5187973 Edm = 0.00160465 NCalls = 513 +VariableMetric: Iteration # 165 - FCN = -724622.7148792 Edm = 0.417532 NCalls = 519 +VariableMetric: Iteration # 166 - FCN = -724622.9400191 Edm = 53048.4 NCalls = 527 +VariableMetric: Iteration # 167 - FCN = -724629.0936034 Edm = 68448.6 NCalls = 533 +VariableMetric: Iteration # 168 - FCN = -724634.1037541 Edm = 24866.3 NCalls = 539 +VariableMetric: Iteration # 169 - FCN = -724634.8041098 Edm = 100443 NCalls = 545 +VariableMetric: Iteration # 170 - FCN = -724638.7250359 Edm = 10733.2 NCalls = 550 +VariableMetric: Iteration # 171 - FCN = -724642.1360415 Edm = 5608.72 NCalls = 555 +VariableMetric: Iteration # 172 - FCN = -724644.4459278 Edm = 663.771 NCalls = 559 +VariableMetric: Iteration # 173 - FCN = -724644.7292374 Edm = 59.8072 NCalls = 563 +VariableMetric: Iteration # 174 - FCN = -724644.9466326 Edm = 424.77 NCalls = 566 +VariableMetric: Iteration # 175 - FCN = -724645.275229 Edm = 15.5027 NCalls = 569 +VariableMetric: Iteration # 176 - FCN = -724645.2924315 Edm = 78.227 NCalls = 572 +VariableMetric: Iteration # 177 - FCN = -724645.3492327 Edm = 5.10071 NCalls = 575 +VariableMetric: Iteration # 178 - FCN = -724645.4114902 Edm = 2.04281 NCalls = 578 +VariableMetric: Iteration # 179 - FCN = -724645.4115876 Edm = 4.81555 NCalls = 580 +VariableMetric: Iteration # 180 - FCN = -724645.4636137 Edm = 5.82948 NCalls = 582 +VariableMetric: Iteration # 181 - FCN = -724645.753667 Edm = 4.28088 NCalls = 584 +VariableMetric: Iteration # 182 - FCN = -724645.848766 Edm = 1.56756 NCalls = 586 +VariableMetric: Iteration # 183 - FCN = -724645.9826892 Edm = 1.54699 NCalls = 588 +VariableMetric: Iteration # 184 - FCN = -724646.1894092 Edm = 3.42442 NCalls = 590 +VariableMetric: Iteration # 185 - FCN = -724646.2388919 Edm = 0.248934 NCalls = 592 +VariableMetric: Iteration # 186 - FCN = -724646.3681439 Edm = 0.243052 NCalls = 594 +VariableMetric: Iteration # 187 - FCN = -724646.6834679 Edm = 0.179712 NCalls = 597 +VariableMetric: Iteration # 188 - FCN = -724646.8290478 Edm = 0.0180765 NCalls = 599 +VariableMetric: Iteration # 189 - FCN = -724646.8473507 Edm = 0.00451002 NCalls = 601 +VariableMetric: Iteration # 190 - FCN = -724646.8548033 Edm = 0.00285183 NCalls = 603 +VariableMetric: Iteration # 191 - FCN = -724646.8646269 Edm = 0.00465431 NCalls = 606 +VariableMetric: Iteration # 192 - FCN = -724646.8871539 Edm = 0.0262493 NCalls = 611 +VariableMetric: Iteration # 193 - FCN = -724646.9269753 Edm = 0.065474 NCalls = 615 +VariableMetric: Iteration # 194 - FCN = -724646.9695353 Edm = 0.0871025 NCalls = 618 +VariableMetric: Iteration # 195 - FCN = -724647.0721225 Edm = 0.0739871 NCalls = 625 +VariableMetric: Iteration # 196 - FCN = -724647.2013337 Edm = 0.169053 NCalls = 629 +VariableMetric: Iteration # 197 - FCN = -724647.2356977 Edm = 0.0531717 NCalls = 633 +VariableMetric: Iteration # 198 - FCN = -724647.2683235 Edm = 0.0478064 NCalls = 637 +VariableMetric: Iteration # 199 - FCN = -724647.3424797 Edm = 0.0315419 NCalls = 642 +VariableMetric: Iteration # 200 - FCN = -724647.3750066 Edm = 0.00802661 NCalls = 643 +VariableMetric: Iteration # 201 - FCN = -724647.3958837 Edm = 0.0189315 NCalls = 646 +VariableMetric: Iteration # 202 - FCN = -724647.4190511 Edm = 0.0235976 NCalls = 649 +VariableMetric: Iteration # 203 - FCN = -724647.4447017 Edm = 0.00545642 NCalls = 652 +VariableMetric: Iteration # 204 - FCN = -724647.4557099 Edm = 0.00342562 NCalls = 654 +VariableMetric: Iteration # 205 - FCN = -724647.4638933 Edm = 0.00723054 NCalls = 657 +VariableMetric: Iteration # 206 - FCN = -724647.4682581 Edm = 0.0053644 NCalls = 660 +VariableMetric: Iteration # 207 - FCN = -724647.4743303 Edm = 0.00566194 NCalls = 663 +VariableMetric: Iteration # 208 - FCN = -724647.4808442 Edm = 0.00451065 NCalls = 665 +VariableMetric: Iteration # 209 - FCN = -724647.4850003 Edm = 0.00245303 NCalls = 668 +VariableMetric: Iteration # 210 - FCN = -724647.4879575 Edm = 0.000382604 NCalls = 670 +VariableMetric: Iteration # 211 - FCN = -724647.4886512 Edm = 0.00027268 NCalls = 672 +VariableMetric: Iteration # 212 - FCN = -724647.488875 Edm = 0.000154304 NCalls = 674 +VariableMetric: Iteration # 213 - FCN = -724647.4893588 Edm = 0.000217061 NCalls = 677 +VariableMetric: Iteration # 214 - FCN = -724647.4904317 Edm = 0.000491382 NCalls = 679 +VariableMetric: Iteration # 215 - FCN = -724647.4906443 Edm = 0.000154689 NCalls = 681 +VariableMetric: Iteration # 216 - FCN = -724647.4907892 Edm = 1.13741e-05 NCalls = 683 +VariableMetric: After Hessian - FCN = -724647.4907892 Edm = 3.29247e-05 NCalls = 1070 +VariableMetric: Iteration # 217 - FCN = -724647.4907892 Edm = 3.29247e-05 NCalls = 1070 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717504.1496252 Edm = 2.43466 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717504.1496252 Edm = 2.43466 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721779.7072115 Edm = 1.18831 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721782.3237469 Edm = 1.94425 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -723047.9566391 Edm = 594.587 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -723217.1686429 Edm = 65.362 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -723245.2660031 Edm = 5.9759 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -723250.8549223 Edm = 0.27529 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -723252.3810128 Edm = 1.36805 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -723285.9636215 Edm = 0.776022 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -723286.7703456 Edm = 0.0313345 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -723287.1864846 Edm = 0.411184 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -723342.6985649 Edm = 3.99388 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -723556.3949795 Edm = 27.2045 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -723602.2991701 Edm = 2.50479 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -723604.9252279 Edm = 0.125969 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -723605.0630634 Edm = 0.0111178 NCalls = 50 +VariableMetric: Iteration # 16 - FCN = -723605.4240136 Edm = 0.354016 NCalls = 54 +VariableMetric: Iteration # 17 - FCN = -723625.2079606 Edm = 0.992382 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -723692.152632 Edm = 7.32784 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -723705.7689779 Edm = 0.160109 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -723705.9669378 Edm = 0.0081851 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -723705.9817524 Edm = 0.0108362 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -723706.0908307 Edm = 0.0796109 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -723708.8102713 Edm = 2.19306 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -723759.7390064 Edm = 2.92263 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -723764.5874315 Edm = 0.476746 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -723765.2987663 Edm = 0.132614 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -723767.3605571 Edm = 3.80685 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -723767.3979579 Edm = 0.141141 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -723767.6652177 Edm = 0.248968 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -723770.3773147 Edm = 0.463076 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -723771.1508679 Edm = 0.581976 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -723771.5268522 Edm = 0.437461 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -723773.1085524 Edm = 0.223956 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -723773.3466044 Edm = 0.0191026 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -723773.3720017 Edm = 0.0117995 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -723773.5114715 Edm = 0.125276 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -723796.6717283 Edm = 17.7673 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -723820.712701 Edm = 10.3331 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -723833.5321994 Edm = 5.82216 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -723842.4602426 Edm = 3.51341 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -723844.8168205 Edm = 1.73761 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -723845.949408 Edm = 0.150958 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -723846.1100032 Edm = 0.0492409 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -723846.2663636 Edm = 0.16143 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -723846.56587 Edm = 0.0241914 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -723846.5902298 Edm = 0.0060843 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -723846.5993679 Edm = 0.00530659 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -723846.6877517 Edm = 0.0837151 NCalls = 154 +VariableMetric: Iteration # 49 - FCN = -723849.9233763 Edm = 4.5719 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -723861.4362427 Edm = 7.88755 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -723886.987613 Edm = 2.9281 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -723889.4137302 Edm = 0.289591 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -723889.8777409 Edm = 0.0957047 NCalls = 173 +VariableMetric: Iteration # 54 - FCN = -723889.9633025 Edm = 0.0308631 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -723889.989974 Edm = 0.00526629 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -723890.0214185 Edm = 0.0228258 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -723890.5119503 Edm = 0.441322 NCalls = 184 +VariableMetric: Iteration # 58 - FCN = -723941.0167242 Edm = 27.9486 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -723974.3025152 Edm = 6.13279 NCalls = 192 +VariableMetric: Iteration # 60 - FCN = -723979.7615656 Edm = 0.463282 NCalls = 194 +VariableMetric: Iteration # 61 - FCN = -723980.1023702 Edm = 0.0707274 NCalls = 196 +VariableMetric: Iteration # 62 - FCN = -723980.2054264 Edm = 0.0135889 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -723980.2251017 Edm = 0.00833531 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -723980.2471467 Edm = 0.0210644 NCalls = 202 +VariableMetric: Iteration # 65 - FCN = -723981.5721241 Edm = 1.42406 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -723981.604517 Edm = 0.0280739 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -723984.1515395 Edm = 2.89213 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -723984.1710561 Edm = 0.0375135 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -723984.2420974 Edm = 0.0618088 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -723986.5617322 Edm = 2.34504 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -723987.3878532 Edm = 0.765795 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -724007.4780066 Edm = 12.5515 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -724008.2627062 Edm = 1.9957 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -724042.2013277 Edm = 19.1482 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -724066.605307 Edm = 13.6952 NCalls = 249 +VariableMetric: Iteration # 76 - FCN = -724088.6788649 Edm = 6.38975 NCalls = 252 +VariableMetric: Iteration # 77 - FCN = -724095.1446865 Edm = 5.49743 NCalls = 254 +VariableMetric: Iteration # 78 - FCN = -724098.2275161 Edm = 1.56636 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -724103.0963742 Edm = 5.24668 NCalls = 258 +VariableMetric: Iteration # 80 - FCN = -724118.0802976 Edm = 9.72823 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -724120.5226578 Edm = 5.51781 NCalls = 266 +VariableMetric: Iteration # 82 - FCN = -724141.2953731 Edm = 13.6805 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -724155.9481529 Edm = 5.40285 NCalls = 272 +VariableMetric: Iteration # 84 - FCN = -724159.8005008 Edm = 1.0369 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -724160.1631451 Edm = 0.346369 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -724160.8431607 Edm = 0.174498 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -724161.2521785 Edm = 0.0939583 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -724161.8121866 Edm = 0.153485 NCalls = 284 +VariableMetric: Iteration # 89 - FCN = -724162.096494 Edm = 0.101363 NCalls = 287 +VariableMetric: Iteration # 90 - FCN = -724162.2076558 Edm = 0.0263693 NCalls = 289 +VariableMetric: Iteration # 91 - FCN = -724162.2462714 Edm = 0.00535828 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -724162.2613045 Edm = 0.00855966 NCalls = 293 +VariableMetric: Iteration # 93 - FCN = -724162.6853332 Edm = 0.494252 NCalls = 298 +VariableMetric: Iteration # 94 - FCN = -724162.9378442 Edm = 0.235455 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -724163.1067313 Edm = 0.134395 NCalls = 306 +VariableMetric: Iteration # 96 - FCN = -724172.5374378 Edm = 8.40883 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -724183.7420955 Edm = 31.2019 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -724238.6633069 Edm = 15.2108 NCalls = 321 +VariableMetric: Iteration # 99 - FCN = -724258.0058853 Edm = 14.6162 NCalls = 324 +VariableMetric: Iteration # 100 - FCN = -724299.2863152 Edm = 38.2204 NCalls = 327 +VariableMetric: Iteration # 101 - FCN = -724414.557638 Edm = 22.0692 NCalls = 338 +VariableMetric: Iteration # 102 - FCN = -724439.5818011 Edm = 26.8552 NCalls = 340 +VariableMetric: Iteration # 103 - FCN = -724452.7721152 Edm = 8.16331 NCalls = 341 +VariableMetric: Iteration # 104 - FCN = -724471.2534996 Edm = 1.95781 NCalls = 344 +VariableMetric: Iteration # 105 - FCN = -724475.1874112 Edm = 0.732811 NCalls = 346 +VariableMetric: Iteration # 106 - FCN = -724475.791629 Edm = 0.193032 NCalls = 348 +VariableMetric: Iteration # 107 - FCN = -724476.0432246 Edm = 0.147958 NCalls = 350 +VariableMetric: Iteration # 108 - FCN = -724478.6116384 Edm = 6.75129 NCalls = 360 +VariableMetric: Iteration # 109 - FCN = -724478.6194384 Edm = 0.0949948 NCalls = 362 +VariableMetric: Iteration # 110 - FCN = -724478.8999588 Edm = 0.254619 NCalls = 365 +VariableMetric: Iteration # 111 - FCN = -724482.3605994 Edm = 2.23215 NCalls = 371 +VariableMetric: Iteration # 112 - FCN = -724486.004972 Edm = 3.77416 NCalls = 374 +VariableMetric: Iteration # 113 - FCN = -724488.8922752 Edm = 3.05441 NCalls = 377 +VariableMetric: Iteration # 114 - FCN = -724493.5275588 Edm = 2.19494 NCalls = 379 +VariableMetric: Iteration # 115 - FCN = -724495.6986053 Edm = 0.235491 NCalls = 381 +VariableMetric: Iteration # 116 - FCN = -724495.9299745 Edm = 0.12712 NCalls = 383 +VariableMetric: Iteration # 117 - FCN = -724496.0254772 Edm = 0.0350133 NCalls = 385 +VariableMetric: Iteration # 118 - FCN = -724496.0551923 Edm = 0.00755552 NCalls = 387 +VariableMetric: Iteration # 119 - FCN = -724496.0751406 Edm = 0.0127732 NCalls = 389 +VariableMetric: Iteration # 120 - FCN = -724496.2950287 Edm = 0.23654 NCalls = 393 +VariableMetric: Iteration # 121 - FCN = -724500.2200483 Edm = 3.94187 NCalls = 399 +VariableMetric: Iteration # 122 - FCN = -724533.0224885 Edm = 18.952 NCalls = 403 +VariableMetric: Iteration # 123 - FCN = -724563.2997421 Edm = 7.76059 NCalls = 406 +VariableMetric: Iteration # 124 - FCN = -724572.2671964 Edm = 1.58911 NCalls = 408 +VariableMetric: Iteration # 125 - FCN = -724573.5082987 Edm = 0.192849 NCalls = 410 +VariableMetric: Iteration # 126 - FCN = -724573.6252935 Edm = 0.0163958 NCalls = 412 +VariableMetric: Iteration # 127 - FCN = -724573.6439969 Edm = 0.00150287 NCalls = 414 +VariableMetric: Iteration # 128 - FCN = -724573.647277 Edm = 0.000974295 NCalls = 416 +VariableMetric: Iteration # 129 - FCN = -724573.6523783 Edm = 0.00346006 NCalls = 419 +VariableMetric: Iteration # 130 - FCN = -724573.7015604 Edm = 0.0408472 NCalls = 422 +VariableMetric: Iteration # 131 - FCN = -724575.459245 Edm = 1.41623 NCalls = 426 +VariableMetric: Iteration # 132 - FCN = -724594.7217436 Edm = 2.0327 NCalls = 430 +VariableMetric: Iteration # 133 - FCN = -724597.3557634 Edm = 0.160661 NCalls = 432 +VariableMetric: Iteration # 134 - FCN = -724597.5558913 Edm = 0.016141 NCalls = 434 +VariableMetric: Iteration # 135 - FCN = -724597.5790908 Edm = 0.00163756 NCalls = 436 +VariableMetric: Iteration # 136 - FCN = -724597.5815672 Edm = 0.0004833 NCalls = 438 +VariableMetric: Iteration # 137 - FCN = -724597.5886888 Edm = 0.00617039 NCalls = 441 +VariableMetric: Iteration # 138 - FCN = -724597.9568768 Edm = 0.319435 NCalls = 446 +VariableMetric: Iteration # 139 - FCN = -724605.1153266 Edm = 2.75211 NCalls = 450 +VariableMetric: Iteration # 140 - FCN = -724611.1888906 Edm = 0.577732 NCalls = 455 +VariableMetric: Iteration # 141 - FCN = -724611.8715115 Edm = 0.0923347 NCalls = 457 +VariableMetric: Iteration # 142 - FCN = -724611.964143 Edm = 0.0106249 NCalls = 458 +VariableMetric: Iteration # 143 - FCN = -724611.9695035 Edm = 0.00204979 NCalls = 460 +VariableMetric: Iteration # 144 - FCN = -724611.9716277 Edm = 0.000247268 NCalls = 462 +VariableMetric: Iteration # 145 - FCN = -724611.9730205 Edm = 0.000973122 NCalls = 465 +VariableMetric: Iteration # 146 - FCN = -724612.0156632 Edm = 0.0383255 NCalls = 469 +VariableMetric: Iteration # 147 - FCN = -724613.8995613 Edm = 1.05746 NCalls = 474 +VariableMetric: Iteration # 148 - FCN = -724616.5934266 Edm = 0.132909 NCalls = 476 +VariableMetric: Iteration # 149 - FCN = -724616.7457107 Edm = 0.0141267 NCalls = 478 +VariableMetric: Iteration # 150 - FCN = -724616.7585479 Edm = 0.000532548 NCalls = 479 +VariableMetric: Iteration # 151 - FCN = -724616.7591099 Edm = 2.14058e-05 NCalls = 481 +VariableMetric: After Hessian - FCN = -724616.7591099 Edm = 2024.27 NCalls = 836 +VariableMetric: Iteration # 152 - FCN = -724616.7591099 Edm = 2024.27 NCalls = 836 +VariableMetric: Iteration # 153 - FCN = -724617.29087 Edm = 4646.79 NCalls = 847 +VariableMetric: Iteration # 154 - FCN = -724633.4987918 Edm = 6458.99 NCalls = 851 +VariableMetric: Iteration # 155 - FCN = -724633.5398892 Edm = 7591.07 NCalls = 857 +VariableMetric: Iteration # 156 - FCN = -724633.7478541 Edm = 26166.9 NCalls = 862 +VariableMetric: Iteration # 157 - FCN = -724635.1035749 Edm = 9214.77 NCalls = 866 +VariableMetric: Iteration # 158 - FCN = -724635.6470885 Edm = 972.304 NCalls = 870 +VariableMetric: Iteration # 159 - FCN = -724635.9765198 Edm = 481.56 NCalls = 874 +VariableMetric: Iteration # 160 - FCN = -724636.102123 Edm = 158.193 NCalls = 878 +VariableMetric: Iteration # 161 - FCN = -724636.212589 Edm = 916.404 NCalls = 881 +VariableMetric: Iteration # 162 - FCN = -724638.1312644 Edm = 214.961 NCalls = 884 +VariableMetric: Iteration # 163 - FCN = -724638.3879284 Edm = 140.812 NCalls = 887 +VariableMetric: Iteration # 164 - FCN = -724641.2213232 Edm = 173.398 NCalls = 894 +VariableMetric: Iteration # 165 - FCN = -724641.2523333 Edm = 2.69926 NCalls = 898 +VariableMetric: Iteration # 166 - FCN = -724641.2776453 Edm = 0.970167 NCalls = 901 +VariableMetric: Iteration # 167 - FCN = -724641.2808666 Edm = 20345 NCalls = 904 +VariableMetric: Iteration # 168 - FCN = -724641.3662791 Edm = 29857 NCalls = 912 +VariableMetric: Iteration # 169 - FCN = -724642.9713879 Edm = 14826.9 NCalls = 918 +VariableMetric: Iteration # 170 - FCN = -724643.7875028 Edm = 61321.3 NCalls = 924 +VariableMetric: Iteration # 171 - FCN = -724643.8767417 Edm = 8203.48 NCalls = 929 +VariableMetric: Iteration # 172 - FCN = -724644.0759411 Edm = 186.127 NCalls = 933 +VariableMetric: Iteration # 173 - FCN = -724644.1116362 Edm = 127.338 NCalls = 937 +VariableMetric: Iteration # 174 - FCN = -724644.1656789 Edm = 370.643 NCalls = 940 +VariableMetric: Iteration # 175 - FCN = -724644.2127152 Edm = 120.248 NCalls = 944 +VariableMetric: Iteration # 176 - FCN = -724644.2784347 Edm = 187.675 NCalls = 947 +VariableMetric: Iteration # 177 - FCN = -724644.4819429 Edm = 52.2303 NCalls = 950 +VariableMetric: Iteration # 178 - FCN = -724644.5418365 Edm = 103.31 NCalls = 953 +VariableMetric: Iteration # 179 - FCN = -724644.6507043 Edm = 5.99405 NCalls = 956 +VariableMetric: Iteration # 180 - FCN = -724644.7003457 Edm = 4.09329 NCalls = 959 +VariableMetric: Iteration # 181 - FCN = -724644.7741454 Edm = 14.8308 NCalls = 961 +VariableMetric: Iteration # 182 - FCN = -724645.0011099 Edm = 20.8746 NCalls = 963 +VariableMetric: Iteration # 183 - FCN = -724645.4409944 Edm = 2.19038 NCalls = 965 +VariableMetric: Iteration # 184 - FCN = -724645.4680163 Edm = 6.73086 NCalls = 967 +VariableMetric: Iteration # 185 - FCN = -724645.4971899 Edm = 2.8276 NCalls = 969 +VariableMetric: Iteration # 186 - FCN = -724645.7560063 Edm = 6.33667 NCalls = 971 +VariableMetric: Iteration # 187 - FCN = -724645.9238846 Edm = 0.0792735 NCalls = 973 +VariableMetric: Iteration # 188 - FCN = -724646.2008484 Edm = 0.167799 NCalls = 977 +VariableMetric: Iteration # 189 - FCN = -724646.2874497 Edm = 0.121206 NCalls = 979 +VariableMetric: Iteration # 190 - FCN = -724646.4522658 Edm = 0.0562559 NCalls = 981 +VariableMetric: Iteration # 191 - FCN = -724646.5131055 Edm = 0.0570901 NCalls = 983 +VariableMetric: Iteration # 192 - FCN = -724646.5989983 Edm = 0.0178135 NCalls = 986 +VariableMetric: Iteration # 193 - FCN = -724646.6322499 Edm = 0.0348867 NCalls = 988 +VariableMetric: Iteration # 194 - FCN = -724646.6713643 Edm = 0.0182087 NCalls = 991 +VariableMetric: Iteration # 195 - FCN = -724646.6962344 Edm = 0.00692671 NCalls = 993 +VariableMetric: Iteration # 196 - FCN = -724646.7089403 Edm = 0.00507716 NCalls = 996 +VariableMetric: Iteration # 197 - FCN = -724646.7148593 Edm = 0.00673497 NCalls = 998 +VariableMetric: Iteration # 198 - FCN = -724646.7210429 Edm = 0.00107199 NCalls = 1001 +VariableMetric: Iteration # 199 - FCN = -724646.7232559 Edm = 0.000815218 NCalls = 1003 +VariableMetric: Iteration # 200 - FCN = -724646.7238376 Edm = 0.000176352 NCalls = 1005 +VariableMetric: Iteration # 201 - FCN = -724646.7240456 Edm = 1.20944e-05 NCalls = 1007 +VariableMetric: After Hessian - FCN = -724646.7240456 Edm = 1.49514e-05 NCalls = 1388 +VariableMetric: Iteration # 202 - FCN = -724646.7240456 Edm = 1.49514e-05 NCalls = 1388 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721741.8458885 Edm = 6.20656 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721741.8458885 Edm = 6.20656 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723764.1066658 Edm = 0.0701878 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -723764.7368438 Edm = 0.0622628 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -723789.5587896 Edm = 0.0939105 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -723790.0471551 Edm = 0.362643 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -723899.0492821 Edm = 2.30004 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -723902.9042711 Edm = 0.14359 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -723904.1789618 Edm = 1.09037 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -724049.0946839 Edm = 10.5249 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -724061.2471654 Edm = 0.621186 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -724061.8240858 Edm = 0.0843791 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -724061.9735878 Edm = 0.0422041 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -724073.2228926 Edm = 10.4526 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -724221.5056986 Edm = 2.98307 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -724226.7461264 Edm = 0.144629 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -724226.9210239 Edm = 0.00878565 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -724226.9614584 Edm = 0.0284476 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -724229.365147 Edm = 2.10892 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -724297.7849887 Edm = 10.3508 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -724308.9944516 Edm = 1.02534 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -724310.0636488 Edm = 0.0391766 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -724310.1157534 Edm = 0.0377487 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -724310.1664615 Edm = 0.00521871 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -724310.17531 Edm = 0.00268509 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -724310.2878682 Edm = 0.104512 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -724325.5530309 Edm = 9.7086 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -724345.5229001 Edm = 1.88779 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -724346.8848268 Edm = 0.0890071 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -724346.9720208 Edm = 0.00518227 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -724346.9800397 Edm = 0.00228372 NCalls = 93 +VariableMetric: Iteration # 30 - FCN = -724347.1103302 Edm = 0.130606 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -724351.2945232 Edm = 0.129428 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -724371.7163798 Edm = 1.24865 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -724373.3743555 Edm = 0.0911317 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -724373.4982614 Edm = 0.0165097 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -724373.5270247 Edm = 0.00481325 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -724373.532295 Edm = 0.00135447 NCalls = 115 +VariableMetric: Iteration # 37 - FCN = -724373.591653 Edm = 0.0546811 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -724389.1442365 Edm = 12.2906 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -724410.1189939 Edm = 14.8212 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -724420.5250881 Edm = 1.40464 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -724421.7770158 Edm = 0.249859 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -724422.2035961 Edm = 0.0716625 NCalls = 135 +VariableMetric: Iteration # 43 - FCN = -724422.2931668 Edm = 0.0022004 NCalls = 137 +VariableMetric: Iteration # 44 - FCN = -724422.298173 Edm = 0.00186303 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -724422.3148735 Edm = 0.012708 NCalls = 142 +VariableMetric: Iteration # 46 - FCN = -724423.7915707 Edm = 1.26101 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -724437.6032307 Edm = 3.99197 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -724441.0482361 Edm = 1.57798 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -724442.4665565 Edm = 0.5659 NCalls = 156 +VariableMetric: Iteration # 50 - FCN = -724444.1304047 Edm = 1.31741 NCalls = 160 +VariableMetric: Iteration # 51 - FCN = -724445.349218 Edm = 0.439325 NCalls = 162 +VariableMetric: Iteration # 52 - FCN = -724445.7622874 Edm = 0.0893236 NCalls = 164 +VariableMetric: Iteration # 53 - FCN = -724445.8210415 Edm = 0.00628821 NCalls = 166 +VariableMetric: Iteration # 54 - FCN = -724445.827337 Edm = 0.000975342 NCalls = 168 +VariableMetric: Iteration # 55 - FCN = -724445.8295187 Edm = 0.00139724 NCalls = 170 +VariableMetric: Iteration # 56 - FCN = -724445.8651839 Edm = 0.0371257 NCalls = 175 +VariableMetric: Iteration # 57 - FCN = -724446.3326895 Edm = 0.437847 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -724460.1247857 Edm = 2.65484 NCalls = 186 +VariableMetric: Iteration # 59 - FCN = -724462.1644303 Edm = 0.361136 NCalls = 189 +VariableMetric: Iteration # 60 - FCN = -724462.6900612 Edm = 0.0512386 NCalls = 191 +VariableMetric: Iteration # 61 - FCN = -724462.7513447 Edm = 0.00641652 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -724462.7626462 Edm = 0.00294393 NCalls = 195 +VariableMetric: Iteration # 63 - FCN = -724462.774726 Edm = 0.0024289 NCalls = 199 +VariableMetric: Iteration # 64 - FCN = -724462.7811701 Edm = 0.00282126 NCalls = 203 +VariableMetric: Iteration # 65 - FCN = -724463.1931497 Edm = 0.260983 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -724463.1932679 Edm = 0.0013496 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -724463.1995188 Edm = 0.00528097 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -724463.472844 Edm = 0.153313 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -724463.9869232 Edm = 0.191965 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -724464.2888891 Edm = 0.256741 NCalls = 226 +VariableMetric: Iteration # 71 - FCN = -724464.5154962 Edm = 0.278917 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -724464.6757179 Edm = 0.175 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -724464.8294711 Edm = 0.0668956 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -724464.9022473 Edm = 0.00937326 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -724464.9147252 Edm = 0.000717937 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -724464.9160212 Edm = 0.000667047 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -724464.9287224 Edm = 0.01405 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -724464.9380551 Edm = 0.00782464 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -724465.8643901 Edm = 0.856207 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -724465.8994146 Edm = 0.0677153 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -724466.5985227 Edm = 0.594042 NCalls = 264 +VariableMetric: Iteration # 82 - FCN = -724482.5130764 Edm = 6.73062 NCalls = 268 +VariableMetric: Iteration # 83 - FCN = -724488.4288278 Edm = 2.78441 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -724490.8841542 Edm = 0.908817 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -724493.0592143 Edm = 0.525401 NCalls = 279 +VariableMetric: Iteration # 86 - FCN = -724493.5156667 Edm = 0.810599 NCalls = 281 +VariableMetric: Iteration # 87 - FCN = -724493.8982608 Edm = 0.187444 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -724494.413934 Edm = 0.308028 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -724495.1167415 Edm = 0.616762 NCalls = 290 +VariableMetric: Iteration # 90 - FCN = -724495.3648354 Edm = 0.112425 NCalls = 292 +VariableMetric: Iteration # 91 - FCN = -724495.475044 Edm = 0.00667572 NCalls = 294 +VariableMetric: Iteration # 92 - FCN = -724495.4822979 Edm = 0.000842786 NCalls = 296 +VariableMetric: Iteration # 93 - FCN = -724495.4872117 Edm = 0.00397971 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -724495.9329025 Edm = 0.541143 NCalls = 305 +VariableMetric: Iteration # 95 - FCN = -724496.0290025 Edm = 0.0965953 NCalls = 309 +VariableMetric: Iteration # 96 - FCN = -724496.2161234 Edm = 0.147114 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -724502.7597092 Edm = 6.46246 NCalls = 319 +VariableMetric: Iteration # 98 - FCN = -724504.8436475 Edm = 2.82739 NCalls = 324 +VariableMetric: Iteration # 99 - FCN = -724510.9778938 Edm = 3.22723 NCalls = 328 +VariableMetric: Iteration # 100 - FCN = -724524.641204 Edm = 2.10138 NCalls = 331 +VariableMetric: Iteration # 101 - FCN = -724526.3061735 Edm = 0.943892 NCalls = 333 +VariableMetric: Iteration # 102 - FCN = -724526.7319527 Edm = 0.0572267 NCalls = 335 +VariableMetric: Iteration # 103 - FCN = -724526.8912538 Edm = 0.0979736 NCalls = 337 +VariableMetric: Iteration # 104 - FCN = -724527.6211255 Edm = 0.275428 NCalls = 342 +VariableMetric: Iteration # 105 - FCN = -724527.841176 Edm = 0.701229 NCalls = 345 +VariableMetric: Iteration # 106 - FCN = -724528.6862037 Edm = 0.520539 NCalls = 347 +VariableMetric: Iteration # 107 - FCN = -724528.9788929 Edm = 0.239318 NCalls = 349 +VariableMetric: Iteration # 108 - FCN = -724529.2567746 Edm = 0.0590095 NCalls = 351 +VariableMetric: Iteration # 109 - FCN = -724529.3912263 Edm = 0.0138994 NCalls = 353 +VariableMetric: Iteration # 110 - FCN = -724529.4055528 Edm = 0.00241319 NCalls = 354 +VariableMetric: Iteration # 111 - FCN = -724529.4087604 Edm = 0.000877412 NCalls = 356 +VariableMetric: Iteration # 112 - FCN = -724529.412301 Edm = 0.00191458 NCalls = 358 +VariableMetric: Iteration # 113 - FCN = -724529.4798257 Edm = 0.0622449 NCalls = 362 +VariableMetric: Iteration # 114 - FCN = -724533.5838844 Edm = 2.60937 NCalls = 367 +VariableMetric: Iteration # 115 - FCN = -724541.3331376 Edm = 0.206854 NCalls = 369 +VariableMetric: Iteration # 116 - FCN = -724541.5602833 Edm = 0.0509345 NCalls = 370 +VariableMetric: Iteration # 117 - FCN = -724541.6352576 Edm = 0.0185489 NCalls = 372 +VariableMetric: Iteration # 118 - FCN = -724541.6919874 Edm = 0.0222296 NCalls = 376 +VariableMetric: Iteration # 119 - FCN = -724541.7305715 Edm = 0.0167312 NCalls = 379 +VariableMetric: Iteration # 120 - FCN = -724541.7661547 Edm = 0.0306233 NCalls = 383 +VariableMetric: Iteration # 121 - FCN = -724541.8216068 Edm = 0.107113 NCalls = 387 +VariableMetric: Iteration # 122 - FCN = -724541.8628261 Edm = 0.0497406 NCalls = 392 +VariableMetric: Iteration # 123 - FCN = -724541.9230741 Edm = 0.0189872 NCalls = 395 +VariableMetric: Iteration # 124 - FCN = -724541.9286606 Edm = 0.000610237 NCalls = 397 +VariableMetric: Iteration # 125 - FCN = -724541.9292619 Edm = 4.9973e-05 NCalls = 399 +VariableMetric: After Hessian - FCN = -724541.9292619 Edm = 112.304 NCalls = 756 +VariableMetric: Iteration # 126 - FCN = -724541.9292619 Edm = 112.304 NCalls = 756 +VariableMetric: Iteration # 127 - FCN = -724611.6942184 Edm = 2757.31 NCalls = 761 +VariableMetric: Iteration # 128 - FCN = -724611.6942184 Edm = 2757.31 NCalls = 772 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717409.8230972 Edm = 18.104 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717409.8230972 Edm = 18.104 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721941.0607025 Edm = 2.48624 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721970.62082 Edm = 20.2045 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -723701.552527 Edm = 301.202 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -724101.7864719 Edm = 15.4604 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -724122.915382 Edm = 0.22336 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -724123.0901381 Edm = 0.00699537 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -724123.2012519 Edm = 0.123656 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -724130.2389178 Edm = 0.83798 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -724131.5187965 Edm = 0.0253272 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -724131.8137095 Edm = 0.267835 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -724258.4098382 Edm = 20.5488 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -724275.7152183 Edm = 0.578299 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -724276.2161022 Edm = 0.00521011 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -724276.2468681 Edm = 0.0275445 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -724281.8512043 Edm = 2.51477 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -724306.9901632 Edm = 6.83752 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -724317.2080228 Edm = 0.154963 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -724317.4560609 Edm = 0.0100246 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -724317.4726354 Edm = 0.0026884 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -724317.5319245 Edm = 0.0539487 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -724343.1115272 Edm = 10.5691 NCalls = 84 +VariableMetric: Iteration # 22 - FCN = -724357.5088464 Edm = 0.999314 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -724358.754406 Edm = 0.0288097 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -724358.7907153 Edm = 0.00152496 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -724358.7984734 Edm = 0.00528432 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -724359.2952289 Edm = 0.462729 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -724376.3109474 Edm = 7.20401 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -724386.4983936 Edm = 0.379903 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -724386.8167199 Edm = 0.00913674 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -724386.8239434 Edm = 0.00193163 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -724386.8339881 Edm = 0.0094734 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -724388.0554869 Edm = 1.11841 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -724407.632815 Edm = 5.63411 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -724414.4115534 Edm = 0.0968989 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -724414.5081497 Edm = 0.0055675 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -724414.515637 Edm = 0.00215247 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -724414.5263354 Edm = 0.0104465 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -724414.6898281 Edm = 0.159091 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -724414.7502101 Edm = 0.0540681 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -724440.4924188 Edm = 13.603 NCalls = 146 +VariableMetric: Iteration # 41 - FCN = -724472.4537866 Edm = 4.51659 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -724476.7531507 Edm = 0.813449 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -724477.2624896 Edm = 0.0613404 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -724477.3241513 Edm = 0.00684453 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -724477.3322592 Edm = 0.00113348 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -724477.335555 Edm = 0.0020064 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -724477.3492317 Edm = 0.0111846 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -724477.57504 Edm = 0.202945 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -724503.7707892 Edm = 3.42979 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -724506.9128511 Edm = 0.243987 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -724507.1066139 Edm = 0.0206171 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -724507.1232171 Edm = 0.00132401 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -724507.1271403 Edm = 0.00220879 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -724507.1674587 Edm = 0.0297873 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -724507.6647134 Edm = 0.578111 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -724525.1499532 Edm = 9.16315 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -724546.9147725 Edm = 1.15823 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -724548.7207053 Edm = 0.254606 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -724549.0504059 Edm = 0.0248112 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -724549.0849393 Edm = 0.00369869 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -724549.0915979 Edm = 0.00108461 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -724549.0965133 Edm = 0.00376483 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -724549.1304021 Edm = 0.0180437 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -724549.3073014 Edm = 0.147024 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -724553.3067335 Edm = 4.05708 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -724576.3674876 Edm = 3.27235 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -724580.6849602 Edm = 0.970209 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -724581.7426446 Edm = 0.439618 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -724582.2469347 Edm = 0.116767 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -724582.4661514 Edm = 0.104484 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -724584.2131611 Edm = 4.20049 NCalls = 240 +VariableMetric: Iteration # 72 - FCN = -724584.239734 Edm = 0.19014 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -724585.5269962 Edm = 2.25212 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -724585.7770631 Edm = 0.257843 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -724593.7679658 Edm = 6.67003 NCalls = 254 +VariableMetric: Iteration # 76 - FCN = -724598.8381601 Edm = 4.24473 NCalls = 256 +VariableMetric: Iteration # 77 - FCN = -724602.8635562 Edm = 1.26497 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -724604.4221545 Edm = 0.791033 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -724605.8505892 Edm = 1.14944 NCalls = 263 +VariableMetric: Iteration # 80 - FCN = -724607.2758224 Edm = 0.831245 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -724608.2568662 Edm = 1.57216 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -724610.0188168 Edm = 0.343242 NCalls = 272 +VariableMetric: Iteration # 83 - FCN = -724610.3874842 Edm = 0.281065 NCalls = 273 +VariableMetric: Iteration # 84 - FCN = -724610.5755777 Edm = 0.0660318 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -724610.852882 Edm = 0.152401 NCalls = 278 +VariableMetric: Iteration # 86 - FCN = -724610.9841863 Edm = 0.0582228 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -724611.0282193 Edm = 0.00635631 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -724611.035142 Edm = 0.000999308 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -724611.0368107 Edm = 0.0009204 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -724611.0436276 Edm = 0.00475431 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -724611.158573 Edm = 0.0798766 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -724612.4995645 Edm = 1.08367 NCalls = 296 +VariableMetric: Iteration # 93 - FCN = -724622.0112666 Edm = 10.967 NCalls = 300 +VariableMetric: Iteration # 94 - FCN = -724629.0458504 Edm = 5.17177 NCalls = 304 +VariableMetric: Iteration # 95 - FCN = -724636.733369 Edm = 4.06888 NCalls = 306 +VariableMetric: Iteration # 96 - FCN = -724640.1240553 Edm = 0.808106 NCalls = 308 +VariableMetric: Iteration # 97 - FCN = -724641.0422465 Edm = 0.203621 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -724641.2465064 Edm = 0.033941 NCalls = 311 +VariableMetric: Iteration # 99 - FCN = -724641.2952966 Edm = 0.0128303 NCalls = 313 +VariableMetric: Iteration # 100 - FCN = -724641.3175869 Edm = 0.00233088 NCalls = 315 +VariableMetric: Iteration # 101 - FCN = -724641.320682 Edm = 0.000179168 NCalls = 317 +VariableMetric: Iteration # 102 - FCN = -724641.3210028 Edm = 6.84157e-05 NCalls = 319 +VariableMetric: After Hessian - FCN = -724641.3210028 Edm = 4.55559 NCalls = 678 +VariableMetric: Iteration # 103 - FCN = -724641.3210028 Edm = 4.55559 NCalls = 678 +VariableMetric: Iteration # 104 - FCN = -724644.6275323 Edm = 2.21365 NCalls = 680 +VariableMetric: Iteration # 105 - FCN = -724645.4566185 Edm = 0.101292 NCalls = 682 +VariableMetric: Iteration # 106 - FCN = -724645.8676572 Edm = 0.260419 NCalls = 684 +VariableMetric: Iteration # 107 - FCN = -724646.0467317 Edm = 0.349198 NCalls = 686 +VariableMetric: Iteration # 108 - FCN = -724646.2290196 Edm = 0.113681 NCalls = 688 +VariableMetric: Iteration # 109 - FCN = -724646.3187142 Edm = 0.0967636 NCalls = 691 +VariableMetric: Iteration # 110 - FCN = -724646.465997 Edm = 0.102673 NCalls = 695 +VariableMetric: Iteration # 111 - FCN = -724646.5540136 Edm = 0.0407529 NCalls = 697 +VariableMetric: Iteration # 112 - FCN = -724646.6224201 Edm = 0.0225253 NCalls = 701 +VariableMetric: Iteration # 113 - FCN = -724646.6700505 Edm = 0.0155221 NCalls = 705 +VariableMetric: Iteration # 114 - FCN = -724646.6882928 Edm = 0.0275334 NCalls = 707 +VariableMetric: Iteration # 115 - FCN = -724646.7045449 Edm = 0.00421145 NCalls = 710 +VariableMetric: Iteration # 116 - FCN = -724646.7120132 Edm = 0.00677459 NCalls = 713 +VariableMetric: Iteration # 117 - FCN = -724646.7193835 Edm = 0.00207104 NCalls = 715 +VariableMetric: Iteration # 118 - FCN = -724646.7225975 Edm = 0.000708444 NCalls = 718 +VariableMetric: Iteration # 119 - FCN = -724646.7237901 Edm = 0.000195858 NCalls = 721 +VariableMetric: Iteration # 120 - FCN = -724646.7240143 Edm = 5.83769e-05 NCalls = 723 +VariableMetric: After Hessian - FCN = -724646.7240143 Edm = 4.73985e-05 NCalls = 1090 +VariableMetric: Iteration # 121 - FCN = -724646.7240143 Edm = 4.73985e-05 NCalls = 1090 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713219.4034477 Edm = 15.2376 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713219.4034477 Edm = 15.2376 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720319.7654848 Edm = 5.60336 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720338.5045011 Edm = 9.70144 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -721841.9162394 Edm = 403.332 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -722263.3979761 Edm = 30.2718 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -722293.531289 Edm = 0.162544 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -722293.9501896 Edm = 0.29071 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -722365.5417304 Edm = 6.70904 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -722373.1725148 Edm = 0.205556 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -722373.9755018 Edm = 0.516164 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -722522.2162793 Edm = 9.16356 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -722545.1732212 Edm = 7.01072 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -722550.7282937 Edm = 6.35899 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -722555.0393684 Edm = 0.215278 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -722555.2740967 Edm = 0.0340885 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -722556.0851709 Edm = 0.679771 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -722626.2865811 Edm = 24.7409 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -722711.1226927 Edm = 7.35664 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -722721.935664 Edm = 1.42997 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -722722.7861744 Edm = 0.326888 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -722723.4793833 Edm = 0.191435 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -722724.4028978 Edm = 0.470694 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -722725.0115805 Edm = 0.164695 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -722725.1218982 Edm = 0.0460162 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -722725.1574502 Edm = 0.00581745 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -722725.282987 Edm = 0.137743 NCalls = 82 +VariableMetric: Iteration # 26 - FCN = -722725.5066992 Edm = 0.19339 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -722775.3069916 Edm = 53.3616 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -722775.6862275 Edm = 0.538956 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -722777.0924153 Edm = 1.04341 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -722806.4444336 Edm = 11.8271 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -722840.3904913 Edm = 9.87034 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -722865.0234313 Edm = 0.958845 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -722867.1584089 Edm = 1.07708 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -722869.1673416 Edm = 0.765578 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -722869.9110035 Edm = 0.0578937 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -722869.9594023 Edm = 0.0190564 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -722869.9795476 Edm = 0.0076379 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -722870.6649751 Edm = 0.613643 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -722910.7426285 Edm = 39.0242 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -723549.1134128 Edm = 542.082 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -724076.4256417 Edm = 58.3379 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -724082.7807427 Edm = 48.5708 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -724128.4854604 Edm = 17.6861 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -724146.9692516 Edm = 34.6116 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -724192.746572 Edm = 96.4095 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -724234.9262452 Edm = 77.4562 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -724271.4873368 Edm = 77.0692 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -724356.0946232 Edm = 16.5427 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -724375.2505279 Edm = 3.92703 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -724386.0207823 Edm = 2.17713 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -724388.9555504 Edm = 2.47208 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -724393.9220441 Edm = 2.35096 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -724401.2235121 Edm = 1.07985 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -724402.7299228 Edm = 0.0799987 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -724402.8086909 Edm = 0.0185648 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -724402.8838608 Edm = 0.0657995 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -724411.36217 Edm = 7.17337 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -724523.5290152 Edm = 24.0481 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -724586.3203247 Edm = 6.05497 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -724593.7960826 Edm = 1.15772 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -724595.0507849 Edm = 0.36385 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -724595.3676118 Edm = 0.0414416 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -724595.4125538 Edm = 0.00244447 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -724595.4188323 Edm = 0.00208654 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -724595.4264179 Edm = 0.000570009 NCalls = 208 +VariableMetric: Iteration # 66 - FCN = -724595.4299132 Edm = 0.00231662 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -724595.6299211 Edm = 0.227676 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -724595.6382634 Edm = 0.00607089 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -724595.7841682 Edm = 0.152243 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -724599.2713886 Edm = 0.316998 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -724601.8565121 Edm = 0.0597055 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -724601.9290358 Edm = 0.0126661 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -724601.9504275 Edm = 0.0155618 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -724601.9701048 Edm = 0.00359459 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -724601.9750721 Edm = 0.000286714 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -724601.9755482 Edm = 0.000153625 NCalls = 243 +VariableMetric: Iteration # 77 - FCN = -724601.9763484 Edm = 0.000735924 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -724601.9825984 Edm = 0.00610698 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -724602.1612667 Edm = 0.0557867 NCalls = 257 +VariableMetric: Iteration # 80 - FCN = -724602.447514 Edm = 0.97728 NCalls = 261 +VariableMetric: Iteration # 81 - FCN = -724603.7160583 Edm = 1.82563 NCalls = 264 +VariableMetric: Iteration # 82 - FCN = -724604.4352802 Edm = 0.920931 NCalls = 267 +VariableMetric: Iteration # 83 - FCN = -724605.7527995 Edm = 0.490053 NCalls = 270 +VariableMetric: Iteration # 84 - FCN = -724606.8363734 Edm = 0.545452 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -724607.354403 Edm = 0.042112 NCalls = 274 +VariableMetric: Iteration # 86 - FCN = -724607.4149054 Edm = 0.00294087 NCalls = 276 +VariableMetric: Iteration # 87 - FCN = -724607.4198556 Edm = 0.00105832 NCalls = 278 +VariableMetric: Iteration # 88 - FCN = -724607.4220144 Edm = 0.000397589 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -724607.4227138 Edm = 0.000236725 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -724607.4272691 Edm = 0.00368363 NCalls = 286 +VariableMetric: Iteration # 91 - FCN = -724607.5466156 Edm = 0.129032 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -724607.589333 Edm = 0.0620327 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -724607.9810098 Edm = 0.491967 NCalls = 304 +VariableMetric: Iteration # 94 - FCN = -724607.9954342 Edm = 0.0450266 NCalls = 307 +VariableMetric: Iteration # 95 - FCN = -724608.0556164 Edm = 0.0966486 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -724609.008672 Edm = 0.947255 NCalls = 319 +VariableMetric: Iteration # 97 - FCN = -724609.0355407 Edm = 0.0682489 NCalls = 322 +VariableMetric: Iteration # 98 - FCN = -724609.1537534 Edm = 0.12286 NCalls = 326 +VariableMetric: Iteration # 99 - FCN = -724609.2253442 Edm = 0.0531677 NCalls = 330 +VariableMetric: Iteration # 100 - FCN = -724610.520318 Edm = 0.921924 NCalls = 335 +VariableMetric: Iteration # 101 - FCN = -724612.698739 Edm = 0.946206 NCalls = 340 +VariableMetric: Iteration # 102 - FCN = -724613.947692 Edm = 0.405657 NCalls = 343 +VariableMetric: Iteration # 103 - FCN = -724616.2081716 Edm = 2.03866 NCalls = 346 +VariableMetric: Iteration # 104 - FCN = -724619.8774235 Edm = 1.46279 NCalls = 350 +VariableMetric: Iteration # 105 - FCN = -724621.1132385 Edm = 0.248357 NCalls = 352 +VariableMetric: Iteration # 106 - FCN = -724621.3953061 Edm = 0.0541314 NCalls = 354 +VariableMetric: Iteration # 107 - FCN = -724621.4559602 Edm = 0.00642211 NCalls = 356 +VariableMetric: Iteration # 108 - FCN = -724621.4627439 Edm = 0.00099337 NCalls = 358 +VariableMetric: Iteration # 109 - FCN = -724621.4647507 Edm = 0.000247746 NCalls = 360 +VariableMetric: Iteration # 110 - FCN = -724621.4651771 Edm = 8.83677e-05 NCalls = 362 +VariableMetric: Iteration # 111 - FCN = -724621.4657877 Edm = 0.00058529 NCalls = 365 +VariableMetric: Iteration # 112 - FCN = -724621.4937577 Edm = 0.0234136 NCalls = 371 +VariableMetric: Iteration # 113 - FCN = -724622.1324768 Edm = 0.264435 NCalls = 375 +VariableMetric: Iteration # 114 - FCN = -724622.726074 Edm = 0.0433114 NCalls = 378 +VariableMetric: Iteration # 115 - FCN = -724622.7849041 Edm = 0.00264889 NCalls = 380 +VariableMetric: Iteration # 116 - FCN = -724622.7886525 Edm = 0.000535415 NCalls = 382 +VariableMetric: Iteration # 117 - FCN = -724622.7894935 Edm = 5.51151e-05 NCalls = 384 +VariableMetric: After Hessian - FCN = -724622.7894935 Edm = 2434.21 NCalls = 755 +VariableMetric: Iteration # 118 - FCN = -724622.7894935 Edm = 2434.21 NCalls = 755 +VariableMetric: Iteration # 119 - FCN = -724624.0210623 Edm = 1945.28 NCalls = 760 +VariableMetric: Iteration # 120 - FCN = -724624.1011561 Edm = 4.54563 NCalls = 765 +VariableMetric: Iteration # 121 - FCN = -724628.2102199 Edm = 0.207666 NCalls = 767 +VariableMetric: Iteration # 122 - FCN = -724628.7195578 Edm = 0.132408 NCalls = 770 +VariableMetric: Iteration # 123 - FCN = -724633.3658283 Edm = 14.1411 NCalls = 778 +VariableMetric: Iteration # 124 - FCN = -724634.6211004 Edm = 6.35958 NCalls = 782 +VariableMetric: Iteration # 125 - FCN = -724638.1667693 Edm = 3.11808 NCalls = 787 +VariableMetric: Iteration # 126 - FCN = -724639.8218974 Edm = 2.17295 NCalls = 791 +VariableMetric: Iteration # 127 - FCN = -724643.2948475 Edm = 1.47813 NCalls = 796 +VariableMetric: Iteration # 128 - FCN = -724644.6782897 Edm = 0.512961 NCalls = 797 +VariableMetric: Iteration # 129 - FCN = -724645.1102302 Edm = 0.211159 NCalls = 799 +VariableMetric: Iteration # 130 - FCN = -724645.6834637 Edm = 0.253787 NCalls = 801 +VariableMetric: Iteration # 131 - FCN = -724646.130374 Edm = 0.0401472 NCalls = 803 +VariableMetric: Iteration # 132 - FCN = -724646.184562 Edm = 0.0108598 NCalls = 805 +VariableMetric: Iteration # 133 - FCN = -724646.2111654 Edm = 0.00500596 NCalls = 807 +VariableMetric: Iteration # 134 - FCN = -724646.2273033 Edm = 0.00685427 NCalls = 809 +VariableMetric: Iteration # 135 - FCN = -724646.2592074 Edm = 0.0216551 NCalls = 812 +VariableMetric: Iteration # 136 - FCN = -724646.4758048 Edm = 0.128244 NCalls = 816 +VariableMetric: Iteration # 137 - FCN = -724646.643769 Edm = 0.172237 NCalls = 819 +VariableMetric: Iteration # 138 - FCN = -724646.8434086 Edm = 0.10937 NCalls = 821 +VariableMetric: Iteration # 139 - FCN = -724647.043931 Edm = 0.190904 NCalls = 824 +VariableMetric: Iteration # 140 - FCN = -724647.1970841 Edm = 0.0959 NCalls = 826 +VariableMetric: Iteration # 141 - FCN = -724647.3276719 Edm = 0.0595242 NCalls = 829 +VariableMetric: Iteration # 142 - FCN = -724647.4519052 Edm = 0.0300081 NCalls = 832 +VariableMetric: Iteration # 143 - FCN = -724647.5291891 Edm = 0.090208 NCalls = 835 +VariableMetric: Iteration # 144 - FCN = -724647.5677307 Edm = 0.0439762 NCalls = 837 +VariableMetric: Iteration # 145 - FCN = -724647.6419714 Edm = 0.0170818 NCalls = 841 +VariableMetric: Iteration # 146 - FCN = -724647.6684641 Edm = 0.00379378 NCalls = 843 +VariableMetric: Iteration # 147 - FCN = -724647.6755181 Edm = 0.00732004 NCalls = 846 +VariableMetric: Iteration # 148 - FCN = -724647.6842303 Edm = 0.00526013 NCalls = 848 +VariableMetric: Iteration # 149 - FCN = -724647.6967606 Edm = 0.00292782 NCalls = 850 +VariableMetric: Iteration # 150 - FCN = -724647.7016782 Edm = 0.00137056 NCalls = 852 +VariableMetric: Iteration # 151 - FCN = -724647.7040156 Edm = 0.0012062 NCalls = 855 +VariableMetric: Iteration # 152 - FCN = -724647.7092837 Edm = 0.003268 NCalls = 858 +VariableMetric: Iteration # 153 - FCN = -724647.7169857 Edm = 0.00246445 NCalls = 861 +VariableMetric: Iteration # 154 - FCN = -724647.7215635 Edm = 0.00248146 NCalls = 863 +VariableMetric: Iteration # 155 - FCN = -724647.7245395 Edm = 0.00119301 NCalls = 866 +VariableMetric: Iteration # 156 - FCN = -724647.7268216 Edm = 0.00102121 NCalls = 868 +VariableMetric: Iteration # 157 - FCN = -724647.7308228 Edm = 0.00121122 NCalls = 870 +VariableMetric: Iteration # 158 - FCN = -724647.7315779 Edm = 0.000455508 NCalls = 872 +VariableMetric: Iteration # 159 - FCN = -724647.7320334 Edm = 0.000169835 NCalls = 874 +VariableMetric: Iteration # 160 - FCN = -724647.7329459 Edm = 0.000561101 NCalls = 877 +VariableMetric: Iteration # 161 - FCN = -724647.7351799 Edm = 0.000713241 NCalls = 880 +VariableMetric: Iteration # 162 - FCN = -724647.7364401 Edm = 0.000370257 NCalls = 882 +VariableMetric: Iteration # 163 - FCN = -724647.7368825 Edm = 7.09022e-05 NCalls = 884 +VariableMetric: Iteration # 164 - FCN = -724647.7369901 Edm = 3.46764e-05 NCalls = 886 +VariableMetric: After Hessian - FCN = -724647.7369901 Edm = 0.000169659 NCalls = 1271 +VariableMetric: Iteration # 165 - FCN = -724647.7369901 Edm = 0.000169659 NCalls = 1271 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.231E+05 | Ncalls=539 (550 total) | +| EDM = 1.24E+07 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -723083.172014569 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -0.625E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -5.418 | 0.005 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 2.708 | 0.017 | | |-6.28319 | 6.28319 | | +| 3 | Dbar_s | -0.685 | 0.005 | | | -1.464 | 1.464 | | +| 4 | phi_s | 1.912E1 | 0.000E1 | | | 14.8182 | 23.5818 | | +| 5 | p3770_s | 2.410 | 0.001 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 0.810E1 | 0.000E1 | | | 4.19232 | 9.40768 | | +| 7 | rho_p | -0.375E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 0.631 | 0.001 | | |0.00501244| 2.01499 | | +| 9 | phi_p | 2.826 | 0.003 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 2.321 | 0.000 | | |0.126447 | 2.35355 | | +| 11| psi2s_p | 4 | 7 | | |-6.28319 | 6.28319 | | +| 12| p4040_p | 0.528E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 0.990E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 3.034 | 0.001 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1375.086 | 0.028 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.553 | 0.000 | | |0.0253049| 2.0747 | | +| 17| jpsi_p | 4.801 | 0.030 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 0.626E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.497 | 0.000 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p p4160_p Dbar_s phi_s p3770_s omega_s rho_p p4040_s phi_p p4415_s psi2s_p p4040_p jpsi_s p4160_s psi2s_s rho_s jpsi_p omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.740 -0.779 0.782 0.011 -0.202 -0.000 0.045 -0.493 -0.196 0.019 -0.791 0.387 -0.388 0.324 0.635 -0.018 0.790 -0.000 -0.186 | +| p4415_p | 0.740 1.000 -0.922 0.925 0.013 -0.239 -0.000 0.053 -0.584 -0.232 0.022 -0.936 0.457 -0.459 0.383 0.752 -0.021 0.935 -0.000 -0.220 | +| p4160_p | -0.779 -0.922 1.000 -0.974 -0.014 0.251 0.000 -0.056 0.615 0.245 -0.023 0.985 -0.482 0.484 -0.403 -0.792 0.022 -0.984 0.000 0.231 | +| Dbar_s | 0.782 0.925 -0.974 1.000 0.014 -0.252 -0.000 0.056 -0.617 -0.246 0.023 -0.989 0.483 -0.485 0.405 0.794 -0.022 0.988 -0.000 -0.232 | +| phi_s | 0.011 0.013 -0.014 0.014 1.000 -0.004 -0.000 0.001 -0.009 -0.003 0.000 -0.014 0.007 -0.007 0.006 0.011 -0.000 0.014 -0.000 -0.003 | +| p3770_s | -0.202 -0.239 0.251 -0.252 -0.004 1.000 0.000 -0.015 0.159 0.063 -0.006 0.255 -0.125 0.125 -0.104 -0.205 0.006 -0.255 0.000 0.060 | +| omega_s | -0.000 -0.000 0.000 -0.000 -0.000 0.000 1.000 -0.000 0.000 0.000 -0.000 0.000 -0.000 0.000 -0.000 -0.000 0.000 -0.000 0.000 0.000 | +| rho_p | 0.045 0.053 -0.056 0.056 0.001 -0.015 -0.000 1.000 -0.036 -0.014 0.001 -0.057 0.028 -0.028 0.023 0.046 -0.001 0.057 -0.000 -0.013 | +| p4040_s | -0.493 -0.584 0.615 -0.617 -0.009 0.159 0.000 -0.036 1.000 0.155 -0.015 0.624 -0.305 0.306 -0.255 -0.501 0.014 -0.623 0.000 0.146 | +| phi_p | -0.196 -0.232 0.245 -0.246 -0.003 0.063 0.000 -0.014 0.155 1.000 -0.006 0.248 -0.121 0.122 -0.102 -0.200 0.006 -0.248 0.000 0.058 | +| p4415_s | 0.019 0.022 -0.023 0.023 0.000 -0.006 -0.000 0.001 -0.015 -0.006 1.000 -0.024 0.012 -0.012 0.010 0.019 -0.001 0.024 -0.000 -0.006 | +| psi2s_p | -0.791 -0.936 0.985 -0.989 -0.014 0.255 0.000 -0.057 0.624 0.248 -0.024 1.000 -0.489 0.491 -0.409 -0.803 0.023 -0.999 0.000 0.235 | +| p4040_p | 0.387 0.457 -0.482 0.483 0.007 -0.125 -0.000 0.028 -0.305 -0.121 0.012 -0.489 1.000 -0.240 0.200 0.393 -0.011 0.488 -0.000 -0.115 | +| jpsi_s | -0.388 -0.459 0.484 -0.485 -0.007 0.125 0.000 -0.028 0.306 0.122 -0.012 0.491 -0.240 1.000 -0.201 -0.394 0.011 -0.490 0.000 0.115 | +| p4160_s | 0.324 0.383 -0.403 0.405 0.006 -0.104 -0.000 0.023 -0.255 -0.102 0.010 -0.409 0.200 -0.201 1.000 0.329 -0.009 0.409 -0.000 -0.096 | +| psi2s_s | 0.635 0.752 -0.792 0.794 0.011 -0.205 -0.000 0.046 -0.501 -0.200 0.019 -0.803 0.393 -0.394 0.329 1.000 -0.018 0.802 -0.000 -0.189 | +| rho_s | -0.018 -0.021 0.022 -0.022 -0.000 0.006 0.000 -0.001 0.014 0.006 -0.001 0.023 -0.011 0.011 -0.009 -0.018 1.000 -0.023 -0.000 0.005 | +| jpsi_p | 0.790 0.935 -0.984 0.988 0.014 -0.255 -0.000 0.057 -0.623 -0.248 0.024 -0.999 0.488 -0.490 0.409 0.802 -0.023 1.000 -0.000 -0.234 | +| omega_p | -0.000 -0.000 0.000 -0.000 -0.000 0.000 0.000 -0.000 0.000 0.000 -0.000 0.000 -0.000 0.000 -0.000 -0.000 -0.000 -0.000 1.000 0.000 | +| Ctt | -0.186 -0.220 0.231 -0.232 -0.003 0.060 0.000 -0.013 0.146 0.058 -0.006 0.235 -0.115 0.115 -0.096 -0.189 0.005 -0.234 0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.0005857475591120043}), (, {'error': 0.004969323953463611}), (, {'error': 0.016507172594491415}), (, {'error': 0.004627963074802732}), (, {'error': 0.0023980428165462087}), (, {'error': 0.0008931641901286369}), (, {'error': 0.0012372973274290544}), (, {'error': 0.0027789881336717226}), (, {'error': 0.0006512496426667735}), (, {'error': 0.0033529875813815835}), (, {'error': 0.0001472075262745065}), (, {'error': 6.771039285381012}), (, {'error': 0.002151640275712019}), (, {'error': 0.06241628403131472}), (, {'error': 0.0007358643834067813}), (, {'error': 0.02819786388522516}), (, {'error': 0.0004905087382076068}), (, {'error': 0.029879107181721487}), (, {'error': 0.000303069705839043}), (, {'error': 3.22839089787752e-05})]) +Toy 1/10 +Time taken: 1 h, 1 min +Projected time left: 9 h, 15 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.246E+05 | Ncalls=1123 (1123 total) | +| EDM = 2.04E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -724628.857014985 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.49 | 0.15 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.21 | 0.18 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.60 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | Dbar_s | -0.10 | 0.06 | | | -1.464 | 1.464 | | +| 4 | phi_s | 16.9 | 1.2 | | | 14.8182 | 23.5818 | | +| 5 | p3770_s | 1.82 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 8.3 | 1.7 | | | 4.19232 | 9.40768 | | +| 7 | rho_p | 6.15 | 0.21 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 0.005 | 0.022 | | |0.00501244| 2.01499 | | +| 9 | phi_p | 6.01 | 0.31 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.09 | 0.18 | | |0.126447 | 2.35355 | | +| 11| psi2s_p | -2.02 | 0.03 | | |-6.28319 | 6.28319 | | +| 12| p4040_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.18 | 0.15 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1366.4 | 2.1 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 1.50 | 0.31 | | |0.0253049| 2.0747 | | +| 17| jpsi_p | -1.758 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| omega_p | -5.9 | 0.5 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.31 | 0.14 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p p4160_p Dbar_s phi_s p3770_s omega_s rho_p p4040_s phi_p p4415_s psi2s_p p4040_p jpsi_s p4160_s psi2s_s rho_s jpsi_p omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.045 0.254 -0.517 -0.006 -0.013 -0.005 0.017 0.021 -0.005 -0.274 0.546 -0.004 -0.011 -0.255 -0.009 0.006 -0.049 -0.003 -0.582 | +| p4415_p | 0.045 1.000 0.252 0.186 -0.005 0.050 -0.003 0.012 0.013 -0.004 -0.122 0.032 -0.004 0.009 -0.159 -0.005 -0.000 -0.051 -0.003 -0.066 | +| p4160_p | 0.254 0.252 1.000 -0.131 -0.011 0.049 -0.005 0.014 0.010 -0.009 -0.017 0.290 0.019 0.035 -0.150 -0.029 -0.008 -0.100 -0.007 -0.405 | +| Dbar_s | -0.517 0.186 -0.131 1.000 -0.004 0.082 0.002 -0.017 0.004 -0.003 0.481 -0.687 -0.035 0.122 0.578 -0.099 -0.022 -0.021 -0.003 0.800 | +| phi_s | -0.006 -0.005 -0.011 -0.004 1.000 -0.005 0.059 0.166 -0.001 0.760 0.005 -0.018 0.001 -0.009 0.003 0.008 0.087 -0.028 0.087 0.015 | +| p3770_s | -0.013 0.050 0.049 0.082 -0.005 1.000 0.000 -0.006 0.000 -0.005 0.019 0.024 -0.008 0.024 0.070 -0.025 -0.018 -0.109 -0.004 -0.114 | +| omega_s | -0.005 -0.003 -0.005 0.002 0.059 0.000 1.000 0.172 -0.000 -0.000 -0.001 -0.023 0.000 0.012 -0.001 -0.010 0.045 -0.065 0.885 -0.002 | +| rho_p | 0.017 0.012 0.014 -0.017 0.166 -0.006 0.172 1.000 0.001 0.096 -0.017 0.000 0.001 0.060 -0.018 -0.053 0.224 -0.036 0.145 -0.014 | +| p4040_s | 0.021 0.013 0.010 0.004 -0.001 0.000 -0.000 0.001 1.000 -0.001 0.006 0.016 -0.368 0.003 0.036 -0.003 -0.001 -0.014 -0.001 -0.027 | +| phi_p | -0.005 -0.004 -0.009 -0.003 0.760 -0.005 -0.000 0.096 -0.001 1.000 0.001 -0.018 0.001 0.009 -0.000 -0.009 0.047 -0.036 0.031 0.010 | +| p4415_s | -0.274 -0.122 -0.017 0.481 0.005 0.019 -0.001 -0.017 0.006 0.001 1.000 -0.405 -0.019 -0.022 0.386 0.019 -0.001 -0.005 -0.003 0.479 | +| psi2s_p | 0.546 0.032 0.290 -0.687 -0.018 0.024 -0.023 0.000 0.016 -0.018 -0.405 1.000 0.014 -0.033 -0.423 0.013 -0.000 -0.079 -0.022 -0.708 | +| p4040_p | -0.004 -0.004 0.019 -0.035 0.001 -0.008 0.000 0.001 -0.368 0.001 -0.019 0.014 1.000 -0.003 -0.037 0.003 0.002 0.015 0.001 -0.005 | +| jpsi_s | -0.011 0.009 0.035 0.122 -0.009 0.024 0.012 0.060 0.003 0.009 -0.022 -0.033 -0.003 1.000 -0.010 -0.839 0.037 -0.082 0.026 -0.058 | +| p4160_s | -0.255 -0.159 -0.150 0.578 0.003 0.070 -0.001 -0.018 0.036 -0.000 0.386 -0.423 -0.037 -0.010 1.000 0.011 -0.007 -0.027 -0.004 0.485 | +| psi2s_s | -0.009 -0.005 -0.029 -0.099 0.008 -0.025 -0.010 -0.053 -0.003 -0.009 0.019 0.013 0.003 -0.839 0.011 1.000 -0.035 0.068 -0.023 0.043 | +| rho_s | 0.006 -0.000 -0.008 -0.022 0.087 -0.018 0.045 0.224 -0.001 0.047 -0.001 -0.000 0.002 0.037 -0.007 -0.035 1.000 0.032 0.308 0.031 | +| jpsi_p | -0.049 -0.051 -0.100 -0.021 -0.028 -0.109 -0.065 -0.036 -0.014 -0.036 -0.005 -0.079 0.015 -0.082 -0.027 0.068 0.032 1.000 -0.057 0.175 | +| omega_p | -0.003 -0.003 -0.007 -0.003 0.087 -0.004 0.885 0.145 -0.001 0.031 -0.003 -0.022 0.001 0.026 -0.004 -0.023 0.308 -0.057 1.000 0.003 | +| Ctt | -0.582 -0.066 -0.405 0.800 0.015 -0.114 -0.002 -0.014 -0.027 0.010 0.479 -0.708 -0.005 -0.058 0.485 0.043 0.031 0.175 0.003 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14823395518439808}), (, {'error': 0.1829972049511266}), (, {'error': 0.08674666738851844}), (, {'error': 0.056514186333229466}), (, {'error': 1.1531158688475314}), (, {'error': 0.18899088290578003}), (, {'error': 1.720013184084146}), (, {'error': 0.21318973405753194}), (, {'error': 0.02190835073543547}), (, {'error': 0.305630158216033}), (, {'error': 0.18322597259392231}), (, {'error': 0.03181761671202121}), (, {'error': 9.818421635679274}), (, {'error': 39.71858068092297}), (, {'error': 0.15162112372334358}), (, {'error': 2.053378362781473}), (, {'error': 0.3120797282858022}), (, {'error': 0.015824491664368168}), (, {'error': 0.47853194868498683}), (, {'error': 0.1416496571846793})]) +Toy 2/10 +Time taken: 2 h, 41 min +Projected time left: 10 h, 47 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.246E+05 | Ncalls=996 (996 total) | +| EDM = 9.45E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -724552.0617421728 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.13 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.4 | 0.3 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 3 | Dbar_s | -0.33 | 0.03 | | | -1.464 | 1.464 | | +| 4 | phi_s | 19.1 | 1.4 | | | 14.8182 | 23.5818 | | +| 5 | p3770_s | 1.89 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 8.3 | 1.4 | | | 4.19232 | 9.40768 | | +| 7 | rho_p | 6.23 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.56 | 0.15 | | |0.00501244| 2.01499 | | +| 9 | phi_p | -5.8 | 0.3 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.55 | 0.16 | | |0.126447 | 2.35355 | | +| 11| psi2s_p | 2.313 | 0.028 | | |-6.28319 | 6.28319 | | +| 12| p4040_p | 2.88 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 0.717 | 0.012 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1372.6 | 1.7 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 1.54 | 0.30 | | |0.0253049| 2.0747 | | +| 17| jpsi_p | 4.726 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 0.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.50 | 0.08 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p p4160_p Dbar_s phi_s p3770_s omega_s rho_p p4040_s phi_p p4415_s psi2s_p p4040_p jpsi_s p4160_s psi2s_s rho_s jpsi_p omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.015 -0.001 -0.176 -0.009 -0.137 -0.008 0.006 -0.069 -0.012 -0.035 -0.210 0.062 -0.035 0.002 0.034 0.022 -0.003 -0.002 -0.209 | +| p4415_p | 0.015 1.000 0.004 0.253 -0.001 0.010 -0.003 0.006 -0.121 -0.002 -0.039 -0.010 -0.005 0.003 0.007 -0.003 0.003 -0.027 -0.002 -0.054 | +| p4160_p | -0.001 0.004 1.000 -0.015 0.000 -0.002 -0.000 0.000 0.016 0.000 -0.009 0.006 -0.003 -0.001 -0.003 0.001 0.000 0.004 0.000 -0.002 | +| Dbar_s | -0.176 0.253 -0.015 1.000 0.012 0.260 0.012 -0.012 -0.113 0.019 0.336 0.042 0.468 0.210 0.003 -0.184 -0.073 -0.221 -0.007 0.379 | +| phi_s | -0.009 -0.001 0.000 0.012 1.000 0.004 -0.019 -0.039 0.004 0.840 0.001 -0.015 -0.001 -0.033 -0.000 0.027 -0.009 -0.059 0.020 -0.004 | +| p3770_s | -0.137 0.010 -0.002 0.260 0.004 1.000 0.003 -0.005 0.114 0.004 0.086 -0.355 0.121 0.016 -0.003 -0.031 -0.016 -0.016 -0.002 -0.017 | +| omega_s | -0.008 -0.003 -0.000 0.012 -0.019 0.003 1.000 0.059 0.004 -0.062 0.002 -0.008 0.001 -0.004 -0.000 0.003 -0.158 -0.045 0.803 -0.002 | +| rho_p | 0.006 0.006 0.000 -0.012 -0.039 -0.005 0.059 1.000 -0.007 -0.084 -0.005 -0.018 -0.007 0.023 0.000 -0.018 0.106 -0.003 0.041 0.000 | +| p4040_s | -0.069 -0.121 0.016 -0.113 0.004 0.114 0.004 -0.007 1.000 0.007 -0.156 0.121 -0.295 -0.001 0.000 -0.002 -0.010 0.063 0.002 0.175 | +| phi_p | -0.012 -0.002 0.000 0.019 0.840 0.004 -0.062 -0.084 0.007 1.000 -0.000 -0.014 -0.002 -0.022 -0.000 0.018 -0.002 -0.069 -0.018 -0.006 | +| p4415_s | -0.035 -0.039 -0.009 0.336 0.001 0.086 0.002 -0.005 -0.156 -0.000 1.000 -0.106 0.191 0.005 0.010 -0.009 -0.013 -0.097 -0.004 0.176 | +| psi2s_p | -0.210 -0.010 0.006 0.042 -0.015 -0.355 -0.008 -0.018 0.121 -0.014 -0.106 1.000 -0.213 0.075 0.002 -0.078 -0.025 -0.061 -0.017 -0.020 | +| p4040_p | 0.062 -0.005 -0.003 0.468 -0.001 0.121 0.001 -0.007 -0.295 -0.002 0.191 -0.213 1.000 0.036 -0.013 -0.038 -0.022 -0.135 -0.008 0.034 | +| jpsi_s | -0.035 0.003 -0.001 0.210 -0.033 0.016 -0.004 0.023 -0.001 -0.022 0.005 0.075 0.036 1.000 0.000 -0.769 0.019 -0.062 0.009 -0.021 | +| p4160_s | 0.002 0.007 -0.003 0.003 -0.000 -0.003 -0.000 0.000 0.000 -0.000 0.010 0.002 -0.013 0.000 1.000 0.000 0.000 0.000 -0.000 -0.008 | +| psi2s_s | 0.034 -0.003 0.001 -0.184 0.027 -0.031 0.003 -0.018 -0.002 0.018 -0.009 -0.078 -0.038 -0.769 0.000 1.000 -0.015 0.056 -0.007 0.022 | +| rho_s | 0.022 0.003 0.000 -0.073 -0.009 -0.016 -0.158 0.106 -0.010 -0.002 -0.013 -0.025 -0.022 0.019 0.000 -0.015 1.000 0.049 0.195 0.016 | +| jpsi_p | -0.003 -0.027 0.004 -0.221 -0.059 -0.016 -0.045 -0.003 0.063 -0.069 -0.097 -0.061 -0.135 -0.062 0.000 0.056 0.049 1.000 -0.036 0.042 | +| omega_p | -0.002 -0.002 0.000 -0.007 0.020 -0.002 0.803 0.041 0.002 -0.018 -0.004 -0.017 -0.008 0.009 -0.000 -0.007 0.195 -0.036 1.000 0.001 | +| Ctt | -0.209 -0.054 -0.002 0.379 -0.004 -0.017 -0.002 0.000 0.175 -0.006 0.176 -0.020 0.034 -0.021 -0.008 0.022 0.016 0.042 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12822744488400062}), (, {'error': 0.33519856089440747}), (, {'error': 0.01074511892073815}), (, {'error': 0.03447201599059391}), (, {'error': 1.3667735807657042}), (, {'error': 0.2077638127722541}), (, {'error': 1.4339357014937413}), (, {'error': 0.17596291935991815}), (, {'error': 0.15036599757629365}), (, {'error': 0.3318125660648117}), (, {'error': 0.16329535513886248}), (, {'error': 0.027662281767860897}), (, {'error': 0.09796891632121874}), (, {'error': 31.098187555473487}), (, {'error': 0.011979237332500448}), (, {'error': 1.74666739776967}), (, {'error': 0.30062435984641345}), (, {'error': 0.016031413717890075}), (, {'error': 0.3641049691835403}), (, {'error': 0.07738706857354583})]) +Toy 3/10 +Time taken: 4 h, 12 min +Projected time left: 9 h, 48 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.246E+05 | Ncalls=1101 (1101 total) | +| EDM = 0.000201 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -724646.723855226 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.88 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.37 | 0.18 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.26 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | Dbar_s | 0.009 | 0.054 | | | -1.464 | 1.464 | | +| 4 | phi_s | 16.8 | 1.3 | | | 14.8182 | 23.5818 | | +| 5 | p3770_s | 2.16 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 7.1 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | rho_p | 6.15 | 0.21 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.05 | 0.17 | | |0.00501244| 2.01499 | | +| 9 | phi_p | -0.24 | 0.35 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.19 | 0.18 | | |0.126447 | 2.35355 | | +| 11| psi2s_p | -4.043 | 0.028 | | |-6.28319 | 6.28319 | | +| 12| p4040_p | 3.56 | 0.17 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.03 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1372.5 | 2.3 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 1.44 | 0.30 | | |0.0253049| 2.0747 | | +| 17| jpsi_p | 4.710 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.06 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p p4160_p Dbar_s phi_s p3770_s omega_s rho_p p4040_s phi_p p4415_s psi2s_p p4040_p jpsi_s p4160_s psi2s_s rho_s jpsi_p omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.047 0.208 -0.377 -0.004 -0.186 -0.004 0.014 -0.213 -0.005 -0.174 -0.209 0.092 -0.022 -0.116 0.019 0.011 -0.062 0.000 -0.487 | +| p4415_p | 0.047 1.000 0.292 0.240 -0.006 0.008 0.001 0.014 -0.200 -0.006 -0.159 -0.059 0.118 0.010 -0.089 -0.011 0.002 -0.091 0.001 -0.089 | +| p4160_p | 0.208 0.292 1.000 -0.103 -0.009 -0.082 -0.001 0.019 -0.446 -0.009 -0.006 -0.025 -0.020 0.023 -0.109 -0.022 0.002 -0.095 0.001 -0.416 | +| Dbar_s | -0.377 0.240 -0.103 1.000 -0.012 0.232 0.014 -0.017 0.283 -0.009 0.383 -0.061 0.300 0.171 0.506 -0.157 -0.037 -0.129 0.001 0.698 | +| phi_s | -0.004 -0.006 -0.009 -0.012 1.000 -0.005 -0.041 0.179 0.001 0.822 0.001 -0.023 -0.008 -0.007 -0.002 0.006 0.072 -0.029 -0.015 0.013 | +| p3770_s | -0.186 0.008 -0.082 0.232 -0.005 1.000 0.007 -0.014 0.185 -0.005 0.078 -0.296 -0.005 0.027 0.086 -0.038 -0.021 -0.004 0.001 0.079 | +| omega_s | -0.004 0.001 -0.001 0.014 -0.041 0.007 1.000 0.138 0.004 -0.059 0.005 0.002 0.007 -0.023 0.007 0.020 -0.504 -0.029 -0.143 -0.007 | +| rho_p | 0.014 0.014 0.019 -0.017 0.179 -0.014 0.138 1.000 -0.028 0.129 -0.018 -0.034 -0.002 0.066 -0.013 -0.058 0.182 -0.019 0.010 -0.015 | +| p4040_s | -0.213 -0.200 -0.446 0.283 0.001 0.185 0.004 -0.028 1.000 0.001 0.093 0.010 -0.219 0.002 -0.151 -0.005 -0.014 0.070 0.000 0.477 | +| phi_p | -0.005 -0.006 -0.009 -0.009 0.822 -0.005 -0.059 0.129 0.001 1.000 -0.001 -0.023 -0.010 0.013 -0.005 -0.012 0.055 -0.038 -0.013 0.010 | +| p4415_s | -0.174 -0.159 -0.006 0.383 0.001 0.078 0.005 -0.018 0.093 -0.001 1.000 -0.121 0.160 -0.010 0.343 0.008 -0.008 -0.042 0.001 0.379 | +| psi2s_p | -0.209 -0.059 -0.025 -0.061 -0.023 -0.296 0.002 -0.034 0.010 -0.023 -0.121 1.000 -0.264 0.094 -0.203 -0.096 -0.022 -0.042 0.002 -0.028 | +| p4040_p | 0.092 0.118 -0.020 0.300 -0.008 -0.005 0.007 -0.002 -0.219 -0.010 0.160 -0.264 1.000 0.038 0.442 -0.038 -0.013 -0.164 0.002 -0.066 | +| jpsi_s | -0.022 0.010 0.023 0.171 -0.007 0.027 -0.023 0.066 0.002 0.013 -0.010 0.094 0.038 1.000 0.009 -0.871 0.033 -0.100 -0.002 -0.056 | +| p4160_s | -0.116 -0.089 -0.109 0.506 -0.002 0.086 0.007 -0.013 -0.151 -0.005 0.343 -0.203 0.442 0.009 1.000 -0.011 -0.013 -0.095 0.001 0.308 | +| psi2s_s | 0.019 -0.011 -0.022 -0.157 0.006 -0.038 0.020 -0.058 -0.005 -0.012 0.008 -0.096 -0.038 -0.871 -0.011 1.000 -0.029 0.095 0.002 0.056 | +| rho_s | 0.011 0.002 0.002 -0.037 0.072 -0.021 -0.504 0.182 -0.014 0.055 -0.008 -0.022 -0.013 0.033 -0.013 -0.029 1.000 0.055 0.006 0.022 | +| jpsi_p | -0.062 -0.091 -0.095 -0.129 -0.029 -0.004 -0.029 -0.019 0.070 -0.038 -0.042 -0.042 -0.164 -0.100 -0.095 0.095 0.055 1.000 0.003 0.113 | +| omega_p | 0.000 0.001 0.001 0.001 -0.015 0.001 -0.143 0.010 0.000 -0.013 0.001 0.002 0.002 -0.002 0.001 0.002 0.006 0.003 1.000 -0.000 | +| Ctt | -0.487 -0.089 -0.416 0.698 0.013 0.079 -0.007 -0.015 0.477 0.010 0.379 -0.028 -0.066 -0.056 0.308 0.056 0.022 0.113 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12470762186725359}), (, {'error': 0.1758535950785336}), (, {'error': 0.09959991839255711}), (, {'error': 0.053811736516748754}), (, {'error': 1.2990227290474516}), (, {'error': 0.20817342665128546}), (, {'error': 0.8883160695762573}), (, {'error': 0.20608459178999272}), (, {'error': 0.17178356485704616}), (, {'error': 0.34536027387771995}), (, {'error': 0.18081688984384314}), (, {'error': 0.028435931084904276}), (, {'error': 0.17302131215082017}), (, {'error': 28.83723492172976}), (, {'error': 0.16980041181531746}), (, {'error': 2.2744225451652937}), (, {'error': 0.3046936660971916}), (, {'error': 0.016322938296432277}), (, {'error': 0.08777606120191539}), (, {'error': 0.1203946838118724})]) +Toy 4/10 +Time taken: 5 h, 51 min +Projected time left: 8 h, 47 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.245E+05 | Ncalls=239 (239 total) | +| EDM = 8.78E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -724530.9149253117 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.80 | 0.04 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.37 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -0.628E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 3 | Dbar_s | -0.349 | 0.007 | | | -1.464 | 1.464 | | +| 4 | phi_s | 18.69 | 0.22 | | | 14.8182 | 23.5818 | | +| 5 | p3770_s | 1.96 | 0.05 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 9.05 | 0.13 | | | 4.19232 | 9.40768 | | +| 7 | rho_p | 1.7 | 8.0 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.64 | 0.04 | | |0.00501244| 2.01499 | | +| 9 | phi_p | 0.54 | 0.06 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.47 | 0.04 | | |0.126447 | 2.35355 | | +| 11| psi2s_p | 1.928 | 0.007 | | |-6.28319 | 6.28319 | | +| 12| p4040_p | 2.658 | 0.023 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 0.999E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 0.717 | 0.001 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1371.8 | 0.3 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 0.03 | 1.71 | | |0.0253049| 2.0747 | | +| 17| jpsi_p | 1.726 | 0.005 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 0.27 | 0.05 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.002 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p p4160_p Dbar_s phi_s p3770_s omega_s rho_p p4040_s phi_p p4415_s psi2s_p p4040_p jpsi_s p4160_s psi2s_s rho_s jpsi_p omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.003 -0.000 -0.009 0.001 -0.020 -0.002 -0.008 0.003 -0.003 -0.001 -0.024 0.005 -0.000 0.000 -0.000 0.008 -0.009 0.004 -0.008 | +| p4415_p | 0.003 1.000 0.001 0.033 0.007 -0.011 -0.020 -0.070 -0.015 -0.017 -0.000 -0.019 -0.023 -0.000 0.001 -0.000 0.070 -0.023 0.036 -0.006 | +| p4160_p | -0.000 0.001 1.000 -0.002 -0.000 0.001 0.000 0.001 0.002 0.000 -0.001 0.001 0.002 -0.000 -0.000 0.000 -0.001 0.001 -0.000 0.000 | +| Dbar_s | -0.009 0.033 -0.002 1.000 -0.016 0.031 0.047 0.166 0.003 0.040 0.018 0.034 0.049 0.001 -0.000 -0.000 -0.166 0.046 -0.084 0.017 | +| phi_s | 0.001 0.007 -0.000 -0.016 1.000 -0.001 -0.027 -0.096 -0.005 0.062 -0.003 -0.009 -0.001 -0.006 0.000 -0.001 0.096 -0.017 0.052 0.007 | +| p3770_s | -0.020 -0.011 0.001 0.031 -0.001 1.000 0.004 0.015 0.020 0.002 0.000 -0.042 -0.010 0.004 -0.000 -0.002 -0.015 -0.005 -0.008 -0.015 | +| omega_s | -0.002 -0.020 0.000 0.047 -0.027 0.004 1.000 0.284 0.015 0.062 0.010 0.026 0.004 0.020 -0.001 0.005 -0.283 0.047 -0.122 -0.021 | +| rho_p | -0.008 -0.070 0.001 0.166 -0.096 0.015 0.284 1.000 0.054 0.224 0.035 0.094 0.014 0.068 -0.003 0.017 -0.999 0.167 -0.513 -0.073 | +| p4040_s | 0.003 -0.015 0.002 0.003 -0.005 0.020 0.015 0.054 1.000 0.013 -0.005 0.016 -0.017 0.003 0.000 0.000 -0.054 0.016 -0.027 0.009 | +| phi_p | -0.003 -0.017 0.000 0.040 0.062 0.002 0.062 0.224 0.013 1.000 0.007 0.020 0.002 0.015 -0.001 0.004 -0.224 0.035 -0.114 -0.018 | +| p4415_s | -0.001 -0.000 -0.001 0.018 -0.003 0.000 0.010 0.035 -0.005 0.007 1.000 -0.004 0.003 0.003 0.000 0.000 -0.035 0.000 -0.018 0.003 | +| psi2s_p | -0.024 -0.019 0.001 0.034 -0.009 -0.042 0.026 0.094 0.016 0.020 -0.004 1.000 -0.024 0.007 -0.000 -0.002 -0.094 0.014 -0.049 -0.012 | +| p4040_p | 0.005 -0.023 0.002 0.049 -0.001 -0.010 0.004 0.014 -0.017 0.002 0.003 -0.024 1.000 0.005 -0.001 -0.000 -0.014 -0.012 -0.008 -0.012 | +| jpsi_s | -0.000 -0.000 -0.000 0.001 -0.006 0.004 0.020 0.068 0.003 0.015 0.003 0.007 0.005 1.000 -0.000 0.050 -0.068 0.011 -0.036 -0.002 | +| p4160_s | 0.000 0.001 -0.000 -0.000 0.000 -0.000 -0.001 -0.003 0.000 -0.001 0.000 -0.000 -0.001 -0.000 1.000 -0.000 0.003 -0.001 0.001 -0.000 | +| psi2s_s | -0.000 -0.000 0.000 -0.000 -0.001 -0.002 0.005 0.017 0.000 0.004 0.000 -0.002 -0.000 0.050 -0.000 1.000 -0.017 0.004 -0.009 0.000 | +| rho_s | 0.008 0.070 -0.001 -0.166 0.096 -0.015 -0.283 -0.999 -0.054 -0.224 -0.035 -0.094 -0.014 -0.068 0.003 -0.017 1.000 -0.167 0.512 0.073 | +| jpsi_p | -0.009 -0.023 0.001 0.046 -0.017 -0.005 0.047 0.167 0.016 0.035 0.000 0.014 -0.012 0.011 -0.001 0.004 -0.167 1.000 -0.087 -0.022 | +| omega_p | 0.004 0.036 -0.000 -0.084 0.052 -0.008 -0.122 -0.513 -0.027 -0.114 -0.018 -0.049 -0.008 -0.036 0.001 -0.009 0.512 -0.087 1.000 0.037 | +| Ctt | -0.008 -0.006 0.000 0.017 0.007 -0.015 -0.021 -0.073 0.009 -0.018 0.003 -0.012 -0.012 -0.002 -0.000 0.000 0.073 -0.022 0.037 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.03611948650489438}), (, {'error': 0.10796447378844998}), (, {'error': 0.0011227584798012558}), (, {'error': 0.006730967562961321}), (, {'error': 0.2178286502937894}), (, {'error': 0.05094183764616189}), (, {'error': 0.12692879532806867}), (, {'error': 8.008555661369321}), (, {'error': 0.039282522019822186}), (, {'error': 0.06047150012565572}), (, {'error': 0.04388055012911021}), (, {'error': 0.006892022615991422}), (, {'error': 0.022601136394175825}), (, {'error': 1.4078385603916104}), (, {'error': 0.000841373208509355}), (, {'error': 0.34479595691493614}), (, {'error': 1.7086767273953316}), (, {'error': 0.004678383056010205}), (, {'error': 0.054627387653030546}), (, {'error': 0.0024219613260298978})]) +Toy 5/10 +Time taken: 6 h, 37 min +Projected time left: 6 h, 37 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.246E+05 | Ncalls=1070 (1070 total) | +| EDM = 3.29E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -724647.4907891726 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.62 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.02 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.86 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | Dbar_s | 0.009 | 0.057 | | | -1.464 | 1.464 | | +| 4 | phi_s | 19.1 | 1.2 | | | 14.8182 | 23.5818 | | +| 5 | p3770_s | 1.99 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 8.7 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | rho_p | -6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.02 | 0.17 | | |0.00501244| 2.01499 | | +| 9 | phi_p | 0.37 | 0.29 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.18 | 0.18 | | |0.126447 | 2.35355 | | +| 11| psi2s_p | -2.096 | 0.030 | | |-6.28319 | 6.28319 | | +| 12| p4040_p | 3.78 | 0.17 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.01 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1366.5 | 3.0 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 1.5 | 0.3 | | |0.0253049| 2.0747 | | +| 17| jpsi_p | -1.758 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 0.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.07 | 0.14 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p p4160_p Dbar_s phi_s p3770_s omega_s rho_p p4040_s phi_p p4415_s psi2s_p p4040_p jpsi_s p4160_s psi2s_s rho_s jpsi_p omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.062 0.237 -0.398 -0.003 -0.122 -0.007 0.009 -0.234 -0.005 -0.188 0.483 0.124 -0.034 -0.108 0.016 0.011 -0.055 -0.004 -0.537 | +| p4415_p | 0.062 1.000 0.294 0.223 -0.002 0.018 -0.004 0.009 -0.200 -0.003 -0.150 0.030 0.120 0.012 -0.087 -0.010 0.001 -0.080 -0.003 -0.091 | +| p4160_p | 0.237 0.294 1.000 -0.118 -0.005 -0.060 -0.007 0.013 -0.454 -0.004 -0.011 0.295 -0.007 0.027 -0.104 -0.026 0.003 -0.091 -0.004 -0.432 | +| Dbar_s | -0.398 0.223 -0.118 1.000 -0.007 0.224 0.006 -0.003 0.297 0.000 0.394 -0.648 0.282 0.236 0.497 -0.215 -0.031 -0.120 -0.001 0.707 | +| phi_s | -0.003 -0.002 -0.005 -0.007 1.000 0.001 -0.005 -0.024 0.001 0.788 0.001 -0.011 -0.003 -0.063 0.001 0.060 -0.017 -0.041 0.024 -0.001 | +| p3770_s | -0.122 0.018 -0.060 0.224 0.001 1.000 0.004 -0.005 0.175 0.003 0.074 -0.133 0.015 0.043 0.084 -0.041 -0.020 -0.096 -0.003 0.063 | +| omega_s | -0.007 -0.004 -0.007 0.006 -0.005 0.004 1.000 0.080 0.005 -0.052 0.003 -0.018 -0.001 -0.006 0.003 0.005 -0.015 -0.041 0.782 0.002 | +| rho_p | 0.009 0.009 0.013 -0.003 -0.024 -0.005 0.080 1.000 -0.016 -0.080 -0.010 0.003 0.003 0.047 -0.006 -0.044 0.093 -0.019 0.042 -0.016 | +| p4040_s | -0.234 -0.200 -0.454 0.297 0.001 0.175 0.005 -0.016 1.000 0.002 0.101 -0.369 -0.216 0.009 -0.149 -0.004 -0.014 0.049 -0.001 0.487 | +| phi_p | -0.005 -0.003 -0.004 0.000 0.788 0.003 -0.052 -0.080 0.002 1.000 -0.002 -0.017 -0.004 -0.038 -0.001 0.036 -0.030 -0.055 -0.018 -0.007 | +| p4415_s | -0.188 -0.150 -0.011 0.394 0.001 0.074 0.003 -0.010 0.101 -0.002 1.000 -0.334 0.154 -0.007 0.344 0.008 -0.009 -0.043 -0.003 0.392 | +| psi2s_p | 0.483 0.030 0.295 -0.648 -0.011 -0.133 -0.018 0.003 -0.369 -0.017 -0.334 1.000 -0.049 -0.099 -0.306 0.077 0.014 -0.035 -0.015 -0.655 | +| p4040_p | 0.124 0.120 -0.007 0.282 -0.003 0.015 -0.001 0.003 -0.216 -0.004 0.154 -0.049 1.000 0.053 0.437 -0.052 -0.013 -0.181 -0.006 -0.082 | +| jpsi_s | -0.034 0.012 0.027 0.236 -0.063 0.043 -0.006 0.047 0.009 -0.038 -0.007 -0.099 0.053 1.000 0.017 -0.926 0.052 -0.124 0.027 -0.056 | +| p4160_s | -0.108 -0.087 -0.104 0.497 0.001 0.084 0.003 -0.006 -0.149 -0.001 0.344 -0.306 0.437 0.017 1.000 -0.015 -0.014 -0.104 -0.004 0.308 | +| psi2s_s | 0.016 -0.010 -0.026 -0.215 0.060 -0.041 0.005 -0.044 -0.004 0.036 0.008 0.077 -0.052 -0.926 -0.015 1.000 -0.050 0.115 -0.026 0.052 | +| rho_s | 0.011 0.001 0.003 -0.031 -0.017 -0.020 -0.015 0.093 -0.014 -0.030 -0.009 0.014 -0.013 0.052 -0.014 -0.050 1.000 0.032 0.353 0.013 | +| jpsi_p | -0.055 -0.080 -0.091 -0.120 -0.041 -0.096 -0.041 -0.019 0.049 -0.055 -0.043 -0.035 -0.181 -0.124 -0.104 0.115 0.032 1.000 -0.037 0.156 | +| omega_p | -0.004 -0.003 -0.004 -0.001 0.024 -0.003 0.782 0.042 -0.001 -0.018 -0.003 -0.015 -0.006 0.027 -0.004 -0.026 0.353 -0.037 1.000 0.002 | +| Ctt | -0.537 -0.091 -0.432 0.707 -0.001 0.063 0.002 -0.016 0.487 -0.007 0.392 -0.655 -0.082 -0.056 0.308 0.052 0.013 0.156 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13159739017888672}), (, {'error': 0.17489282269839812}), (, {'error': 0.10097348553770003}), (, {'error': 0.05746253632907605}), (, {'error': 1.2084190604204572}), (, {'error': 0.19149056307384105}), (, {'error': 1.296016606565356}), (, {'error': 0.1360002490435277}), (, {'error': 0.16851131263089064}), (, {'error': 0.29296275614848355}), (, {'error': 0.18088463398519217}), (, {'error': 0.030497646953030255}), (, {'error': 0.17472265442068213}), (, {'error': 42.05201404066156}), (, {'error': 0.16724492597455343}), (, {'error': 2.9500119939588103}), (, {'error': 0.31867222444669585}), (, {'error': 0.016101675578472197}), (, {'error': 0.37015652331614346}), (, {'error': 0.13565258848258327})]) +Toy 6/10 +Time taken: 8 h, 20 min +Projected time left: 5 h, 33 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.246E+05 | Ncalls=1388 (1388 total) | +| EDM = 1.5E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -724646.7240456264 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.88 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.37 | 0.18 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.26 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | Dbar_s | 0.009 | 0.053 | | | -1.464 | 1.464 | | +| 4 | phi_s | 16.7 | 1.3 | | | 14.8182 | 23.5818 | | +| 5 | p3770_s | 2.16 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 7.1 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | rho_p | -0.14 | 0.22 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.05 | 0.17 | | |0.00501244| 2.01499 | | +| 9 | phi_p | -0.24 | 0.34 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.19 | 0.18 | | |0.126447 | 2.35355 | | +| 11| psi2s_p | 2.240 | 0.028 | | |-6.28319 | 6.28319 | | +| 12| p4040_p | -2.73 | 0.17 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.012E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.04 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1372.5 | 1.7 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 1.44 | 0.31 | | |0.0253049| 2.0747 | | +| 17| jpsi_p | -1.574 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.07 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p p4160_p Dbar_s phi_s p3770_s omega_s rho_p p4040_s phi_p p4415_s psi2s_p p4040_p jpsi_s p4160_s psi2s_s rho_s jpsi_p omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.047 0.209 -0.377 -0.001 -0.186 -0.001 0.021 -0.214 -0.003 -0.174 -0.209 0.094 -0.013 -0.114 0.009 0.013 -0.064 0.000 -0.489 | +| p4415_p | 0.047 1.000 0.292 0.242 -0.003 0.008 0.003 0.020 -0.201 -0.005 -0.157 -0.062 0.120 0.007 -0.087 -0.008 0.003 -0.091 0.001 -0.089 | +| p4160_p | 0.209 0.292 1.000 -0.107 -0.005 -0.083 0.003 0.026 -0.446 -0.007 -0.006 -0.026 -0.021 0.015 -0.109 -0.014 0.004 -0.095 0.001 -0.416 | +| Dbar_s | -0.377 0.242 -0.107 1.000 -0.014 0.231 0.013 -0.032 0.283 -0.014 0.388 -0.073 0.303 0.105 0.512 -0.088 -0.044 -0.121 0.001 0.709 | +| phi_s | -0.001 -0.003 -0.005 -0.014 1.000 -0.008 -0.011 0.244 -0.003 0.822 -0.002 -0.029 -0.009 0.002 -0.004 -0.001 0.094 -0.031 -0.013 0.010 | +| p3770_s | -0.186 0.008 -0.083 0.231 -0.008 1.000 0.005 -0.021 0.185 -0.007 0.078 -0.297 -0.007 0.016 0.086 -0.031 -0.023 -0.002 0.000 0.080 | +| omega_s | -0.001 0.003 0.003 0.013 -0.011 0.005 1.000 0.216 -0.001 -0.037 0.002 -0.003 0.007 -0.007 0.005 0.005 -0.468 -0.034 -0.136 -0.010 | +| rho_p | 0.021 0.020 0.026 -0.032 0.244 -0.021 0.216 1.000 -0.039 0.175 -0.024 -0.053 -0.004 0.056 -0.019 -0.043 0.228 -0.024 0.012 -0.019 | +| p4040_s | -0.214 -0.201 -0.446 0.283 -0.003 0.185 -0.001 -0.039 1.000 -0.002 0.092 0.013 -0.223 0.000 -0.154 -0.004 -0.017 0.072 -0.000 0.477 | +| phi_p | -0.003 -0.005 -0.007 -0.014 0.822 -0.007 -0.037 0.175 -0.002 1.000 -0.003 -0.028 -0.011 0.013 -0.006 -0.009 0.070 -0.039 -0.011 0.008 | +| p4415_s | -0.174 -0.157 -0.006 0.388 -0.002 0.078 0.002 -0.024 0.092 -0.003 1.000 -0.121 0.163 -0.007 0.344 0.004 -0.010 -0.044 0.001 0.378 | +| psi2s_p | -0.209 -0.062 -0.026 -0.073 -0.029 -0.297 -0.003 -0.053 0.013 -0.028 -0.121 1.000 -0.270 0.056 -0.206 -0.061 -0.029 -0.034 0.002 -0.023 | +| p4040_p | 0.094 0.120 -0.021 0.303 -0.009 -0.007 0.007 -0.004 -0.223 -0.011 0.163 -0.270 1.000 0.024 0.448 -0.025 -0.015 -0.165 0.002 -0.066 | +| jpsi_s | -0.013 0.007 0.015 0.105 0.002 0.016 -0.007 0.056 0.000 0.013 -0.007 0.056 0.024 1.000 0.006 -0.737 0.026 -0.063 -0.001 -0.035 | +| p4160_s | -0.114 -0.087 -0.109 0.512 -0.004 0.086 0.005 -0.019 -0.154 -0.006 0.344 -0.206 0.448 0.006 1.000 -0.008 -0.015 -0.097 0.001 0.307 | +| psi2s_s | 0.009 -0.008 -0.014 -0.088 -0.001 -0.031 0.005 -0.043 -0.004 -0.009 0.004 -0.061 -0.025 -0.737 -0.008 1.000 -0.019 0.057 0.001 0.035 | +| rho_s | 0.013 0.003 0.004 -0.044 0.094 -0.023 -0.468 0.228 -0.017 0.070 -0.010 -0.029 -0.015 0.026 -0.015 -0.019 1.000 0.055 0.006 0.021 | +| jpsi_p | -0.064 -0.091 -0.095 -0.121 -0.031 -0.002 -0.034 -0.024 0.072 -0.039 -0.044 -0.034 -0.165 -0.063 -0.097 0.057 0.055 1.000 0.003 0.111 | +| omega_p | 0.000 0.001 0.001 0.001 -0.013 0.000 -0.136 0.012 -0.000 -0.011 0.001 0.002 0.002 -0.001 0.001 0.001 0.006 0.003 1.000 -0.000 | +| Ctt | -0.489 -0.089 -0.416 0.709 0.010 0.080 -0.010 -0.019 0.477 0.008 0.378 -0.023 -0.066 -0.035 0.307 0.035 0.021 0.111 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12474372910113374}), (, {'error': 0.17583446192363295}), (, {'error': 0.0995861564317142}), (, {'error': 0.05341607046089614}), (, {'error': 1.308633445095543}), (, {'error': 0.20808817575143967}), (, {'error': 0.8993187245669612}), (, {'error': 0.22337286553816726}), (, {'error': 0.17199543792346256}), (, {'error': 0.34470671097135064}), (, {'error': 0.1808738275699402}), (, {'error': 0.028380070740625207}), (, {'error': 0.17420630967979722}), (, {'error': 123.10273420415888}), (, {'error': 0.1703201680623705}), (, {'error': 1.6532586370724403}), (, {'error': 0.30745713485027926}), (, {'error': 0.01628442871423097}), (, {'error': 0.08756488055350076}), (, {'error': 0.12030347676825401})]) +Toy 7/10 +Time taken: 10 h, 20 min +Projected time left: 4 h, 26 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.246E+05 | Ncalls=761 (772 total) | +| EDM = 2.76E+03 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -724611.6942183676 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.363 | 0.029 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.94 | 0.04 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.544 | 0.019 | | |-6.28319 | 6.28319 | | +| 3 | Dbar_s | -0.042 | 0.005 | | | -1.464 | 1.464 | | +| 4 | phi_s | 16.51 | 0.15 | | | 14.8182 | 23.5818 | | +| 5 | p3770_s | 2.11 | 0.04 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 5.36 | 0.12 | | | 4.19232 | 9.40768 | | +| 7 | rho_p | 6.269 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 0.031 | 0.373 | | |0.00501244| 2.01499 | | +| 9 | phi_p | -0.10 | 0.05 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 0.95 | 0.04 | | |0.126447 | 2.35355 | | +| 11| psi2s_p | -2.499 | 0.006 | | |-6.28319 | 6.28319 | | +| 12| p4040_p | -5 | 7 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 0.993E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 1.89 | 0.04 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1358.643 | 0.019 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 1.76 | 0.04 | | |0.0253049| 2.0747 | | +| 17| jpsi_p | -4.751 | 0.004 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 6.281 | 0.006 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.272 | 0.014 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p p4160_p Dbar_s phi_s p3770_s omega_s rho_p p4040_s phi_p p4415_s psi2s_p p4040_p jpsi_s p4160_s psi2s_s rho_s jpsi_p omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.052 -0.008 0.007 0.000 0.036 0.000 -0.001 0.161 -0.001 -0.019 -0.028 0.161 -0.001 -0.105 0.000 -0.002 -0.007 0.000 0.056 | +| p4415_p | -0.052 1.000 0.026 0.004 -0.000 -0.099 -0.000 0.001 -0.340 0.002 0.044 0.097 -0.340 0.014 0.221 -0.001 0.006 0.001 -0.000 -0.155 | +| p4160_p | -0.008 0.026 1.000 0.012 -0.000 -0.021 0.000 0.000 -0.055 0.000 0.016 0.023 -0.055 0.004 0.031 -0.000 0.002 -0.002 -0.000 -0.044 | +| Dbar_s | 0.007 0.004 0.012 1.000 -0.000 0.034 -0.000 -0.000 0.064 -0.001 -0.004 -0.039 0.065 -0.015 -0.024 0.000 -0.004 0.010 0.000 0.064 | +| phi_s | 0.000 -0.000 -0.000 -0.000 1.000 0.001 0.000 0.001 0.001 0.041 -0.000 -0.000 0.001 0.001 -0.001 0.000 0.001 -0.000 -0.000 0.001 | +| p3770_s | 0.036 -0.099 -0.021 0.034 0.001 1.000 0.000 -0.001 0.282 -0.002 -0.034 -0.077 0.282 -0.003 -0.194 0.001 -0.004 -0.014 0.000 0.106 | +| omega_s | 0.000 -0.000 0.000 -0.000 0.000 0.000 1.000 0.001 0.001 -0.002 -0.000 -0.000 0.001 0.000 -0.001 0.000 -0.014 0.000 -0.003 0.001 | +| rho_p | -0.001 0.001 0.000 -0.000 0.001 -0.001 0.001 1.000 -0.004 -0.000 0.000 0.001 -0.004 -0.000 0.002 -0.000 0.001 -0.000 0.000 -0.001 | +| p4040_s | 0.161 -0.340 -0.055 0.064 0.001 0.282 0.001 -0.004 1.000 -0.006 -0.124 -0.275 0.999 -0.025 -0.684 0.004 -0.016 -0.021 0.001 0.425 | +| phi_p | -0.001 0.002 0.000 -0.001 0.041 -0.002 -0.002 -0.000 -0.006 1.000 0.000 0.000 -0.006 -0.001 0.004 -0.000 -0.001 -0.002 -0.000 -0.002 | +| p4415_s | -0.019 0.044 0.016 -0.004 -0.000 -0.034 -0.000 0.000 -0.124 0.000 1.000 0.029 -0.125 0.004 0.090 -0.000 0.002 -0.001 -0.000 -0.045 | +| psi2s_p | -0.028 0.097 0.023 -0.039 -0.000 -0.077 -0.000 0.001 -0.275 0.000 0.029 1.000 -0.276 0.009 0.188 -0.001 0.004 0.003 -0.000 -0.108 | +| p4040_p | 0.161 -0.340 -0.055 0.065 0.001 0.282 0.001 -0.004 0.999 -0.006 -0.125 -0.276 1.000 -0.025 -0.685 0.004 -0.016 -0.021 0.001 0.426 | +| jpsi_s | -0.001 0.014 0.004 -0.015 0.001 -0.003 0.000 -0.000 -0.025 -0.001 0.004 0.009 -0.025 1.000 0.021 0.009 -0.000 0.001 0.000 0.000 | +| p4160_s | -0.105 0.221 0.031 -0.024 -0.001 -0.194 -0.001 0.002 -0.684 0.004 0.090 0.188 -0.685 0.021 1.000 -0.003 0.011 0.008 -0.001 -0.296 | +| psi2s_s | 0.000 -0.001 -0.000 0.000 0.000 0.001 0.000 -0.000 0.004 -0.000 -0.000 -0.001 0.004 0.009 -0.003 1.000 -0.000 -0.000 0.000 0.001 | +| rho_s | -0.002 0.006 0.002 -0.004 0.001 -0.004 -0.014 0.001 -0.016 -0.001 0.002 0.004 -0.016 -0.000 0.011 -0.000 1.000 -0.001 -0.001 -0.004 | +| jpsi_p | -0.007 0.001 -0.002 0.010 -0.000 -0.014 0.000 -0.000 -0.021 -0.002 -0.001 0.003 -0.021 0.001 0.008 -0.000 -0.001 1.000 0.000 -0.018 | +| omega_p | 0.000 -0.000 -0.000 0.000 -0.000 0.000 -0.003 0.000 0.001 -0.000 -0.000 -0.000 0.001 0.000 -0.001 0.000 -0.001 0.000 1.000 0.000 | +| Ctt | 0.056 -0.155 -0.044 0.064 0.001 0.106 0.001 -0.001 0.425 -0.002 -0.045 -0.108 0.426 0.000 -0.296 0.001 -0.004 -0.018 0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.02892652347131186}), (, {'error': 0.042451713158746074}), (, {'error': 0.019209717471503573}), (, {'error': 0.005458689424986063}), (, {'error': 0.14794009139233033}), (, {'error': 0.04176335166929768}), (, {'error': 0.12000375807435315}), (, {'error': 0.015710460462979192}), (, {'error': 0.37294006470540264}), (, {'error': 0.049275620805732334}), (, {'error': 0.03598208270065312}), (, {'error': 0.006130513885562738}), (, {'error': 6.704422146086795}), (, {'error': 1.864273925202724}), (, {'error': 0.039789404375644044}), (, {'error': 0.01903587949914254}), (, {'error': 0.03907599226980596}), (, {'error': 0.00401453764927906}), (, {'error': 0.006260092181600285}), (, {'error': 0.013946593704991517})]) +Toy 8/10 +Time taken: 11 h, 41 min +Projected time left: 2 h, 55 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.246E+05 | Ncalls=1090 (1090 total) | +| EDM = 4.74E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -724646.7240143381 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.40 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.91 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.03 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | Dbar_s | 0.009 | 0.053 | | | -1.464 | 1.464 | | +| 4 | phi_s | 16.7 | 1.3 | | | 14.8182 | 23.5818 | | +| 5 | p3770_s | 2.16 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 7.1 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | rho_p | -0.14 | 0.22 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.05 | 0.17 | | |0.00501244| 2.01499 | | +| 9 | phi_p | -0.24 | 0.34 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.19 | 0.18 | | |0.126447 | 2.35355 | | +| 11| psi2s_p | 2.240 | 0.028 | | |-6.28319 | 6.28319 | | +| 12| p4040_p | -2.73 | 0.17 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.012E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.04 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1372.5 | 1.7 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 1.44 | 0.31 | | |0.0253049| 2.0747 | | +| 17| jpsi_p | 4.709 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.07 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p p4160_p Dbar_s phi_s p3770_s omega_s rho_p p4040_s phi_p p4415_s psi2s_p p4040_p jpsi_s p4160_s psi2s_s rho_s jpsi_p omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.048 0.213 -0.382 -0.002 -0.189 -0.002 0.021 -0.218 -0.003 -0.176 -0.211 0.095 -0.013 -0.116 0.009 0.013 -0.065 0.000 -0.495 | +| p4415_p | 0.048 1.000 0.289 0.236 -0.003 0.007 0.003 0.019 -0.199 -0.005 -0.154 -0.061 0.118 0.007 -0.085 -0.008 0.003 -0.090 0.001 -0.090 | +| p4160_p | 0.213 0.289 1.000 -0.113 -0.006 -0.085 0.003 0.026 -0.449 -0.007 -0.005 -0.027 -0.022 0.015 -0.110 -0.014 0.004 -0.095 0.001 -0.421 | +| Dbar_s | -0.382 0.236 -0.113 1.000 -0.014 0.233 0.013 -0.032 0.287 -0.013 0.391 -0.070 0.301 0.106 0.514 -0.089 -0.044 -0.119 0.001 0.712 | +| phi_s | -0.002 -0.003 -0.006 -0.014 1.000 -0.008 -0.011 0.244 -0.003 0.821 -0.002 -0.028 -0.009 0.002 -0.004 -0.001 0.094 -0.031 -0.013 0.010 | +| p3770_s | -0.189 0.007 -0.085 0.233 -0.008 1.000 0.005 -0.021 0.187 -0.007 0.079 -0.295 -0.007 0.016 0.086 -0.032 -0.023 -0.002 0.000 0.083 | +| omega_s | -0.002 0.003 0.003 0.013 -0.011 0.005 1.000 0.215 -0.001 -0.037 0.002 -0.003 0.007 -0.007 0.005 0.005 -0.468 -0.034 -0.136 -0.010 | +| rho_p | 0.021 0.019 0.026 -0.032 0.244 -0.021 0.215 1.000 -0.039 0.175 -0.024 -0.053 -0.004 0.056 -0.019 -0.043 0.228 -0.024 0.012 -0.019 | +| p4040_s | -0.218 -0.199 -0.449 0.287 -0.003 0.187 -0.001 -0.039 1.000 -0.002 0.092 0.014 -0.223 0.000 -0.152 -0.004 -0.017 0.073 -0.000 0.480 | +| phi_p | -0.003 -0.005 -0.007 -0.013 0.821 -0.007 -0.037 0.175 -0.002 1.000 -0.003 -0.028 -0.011 0.013 -0.006 -0.010 0.070 -0.038 -0.011 0.008 | +| p4415_s | -0.176 -0.154 -0.005 0.391 -0.002 0.079 0.002 -0.024 0.092 -0.003 1.000 -0.121 0.163 -0.006 0.344 0.004 -0.010 -0.044 0.001 0.378 | +| psi2s_p | -0.211 -0.061 -0.027 -0.070 -0.028 -0.295 -0.003 -0.053 0.014 -0.028 -0.121 1.000 -0.270 0.057 -0.206 -0.061 -0.029 -0.034 0.002 -0.021 | +| p4040_p | 0.095 0.118 -0.022 0.301 -0.009 -0.007 0.007 -0.004 -0.223 -0.011 0.163 -0.270 1.000 0.024 0.448 -0.025 -0.015 -0.165 0.002 -0.067 | +| jpsi_s | -0.013 0.007 0.015 0.106 0.002 0.016 -0.007 0.056 0.000 0.013 -0.006 0.057 0.024 1.000 0.006 -0.740 0.026 -0.063 -0.001 -0.035 | +| p4160_s | -0.116 -0.085 -0.110 0.514 -0.004 0.086 0.005 -0.019 -0.152 -0.006 0.344 -0.206 0.448 0.006 1.000 -0.008 -0.015 -0.097 0.001 0.308 | +| psi2s_s | 0.009 -0.008 -0.014 -0.089 -0.001 -0.032 0.005 -0.043 -0.004 -0.010 0.004 -0.061 -0.025 -0.740 -0.008 1.000 -0.019 0.057 0.001 0.035 | +| rho_s | 0.013 0.003 0.004 -0.044 0.094 -0.023 -0.468 0.228 -0.017 0.070 -0.010 -0.029 -0.015 0.026 -0.015 -0.019 1.000 0.054 0.006 0.020 | +| jpsi_p | -0.065 -0.090 -0.095 -0.119 -0.031 -0.002 -0.034 -0.024 0.073 -0.038 -0.044 -0.034 -0.165 -0.063 -0.097 0.057 0.054 1.000 0.003 0.111 | +| omega_p | 0.000 0.001 0.001 0.001 -0.013 0.000 -0.136 0.012 -0.000 -0.011 0.001 0.002 0.002 -0.001 0.001 0.001 0.006 0.003 1.000 -0.000 | +| Ctt | -0.495 -0.090 -0.421 0.712 0.010 0.083 -0.010 -0.019 0.480 0.008 0.378 -0.021 -0.067 -0.035 0.308 0.035 0.020 0.111 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12540791043330035}), (, {'error': 0.17452221904653076}), (, {'error': 0.09995993207487164}), (, {'error': 0.053476133584168695}), (, {'error': 1.3064410210425397}), (, {'error': 0.2082269935361445}), (, {'error': 0.8993579478394729}), (, {'error': 0.22346617587494233}), (, {'error': 0.17232722313389431}), (, {'error': 0.34381780412638197}), (, {'error': 0.1808444821604145}), (, {'error': 0.028392635404938638}), (, {'error': 0.17422106618442013}), (, {'error': 122.58499035807654}), (, {'error': 0.17034553555900078}), (, {'error': 1.660878774280377}), (, {'error': 0.30741296836545806}), (, {'error': 0.016281539581507687}), (, {'error': 0.08748050223904524}), (, {'error': 0.1208853709136059})]) +Toy 9/10 +Time taken: 13 h, 20 min +Projected time left: 1 h, 28 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.246E+05 | Ncalls=1271 (1271 total) | +| EDM = 0.00017 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -724647.7369900956 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.53 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.75 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.23 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | Dbar_s | 0.022 | 0.056 | | | -1.464 | 1.464 | | +| 4 | phi_s | 16.8 | 0.8 | | | 14.8182 | 23.5818 | | +| 5 | p3770_s | 2.17 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 8.3 | 1.4 | | | 4.19232 | 9.40768 | | +| 7 | rho_p | 6.28 | 0.27 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.07 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_p | 6.23 | 0.20 | | |-6.28319 | 6.28319 | | +| 10| p4415_s | 1.20 | 0.18 | | |0.126447 | 2.35355 | | +| 11| psi2s_p | 1.852 | 0.029 | | |-6.28319 | 6.28319 | | +| 12| p4040_p | -2.96 | 0.17 | | |-6.28319 | 6.28319 | | +| 13| jpsi_s | 1.000E4 | 0.012E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_s | 2.06 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| psi2s_s | 1371.7 | 1.7 | | | 1358.64 | 1433.36 | | +| 16| rho_s | 1.46 | 0.31 | | |0.0253049| 2.0747 | | +| 17| jpsi_p | 1.688 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.08 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p p4160_p Dbar_s phi_s p3770_s omega_s rho_p p4040_s phi_p p4415_s psi2s_p p4040_p jpsi_s p4160_s psi2s_s rho_s jpsi_p omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.047 0.218 -0.401 0.003 -0.176 -0.007 -0.023 -0.217 -0.001 -0.177 -0.276 0.097 -0.023 -0.123 0.018 0.019 -0.042 -0.003 -0.470 | +| p4415_p | 0.047 1.000 0.284 0.195 0.001 0.003 -0.003 -0.017 -0.201 -0.002 -0.163 -0.115 0.110 0.004 -0.093 -0.005 0.004 -0.056 -0.004 -0.108 | +| p4160_p | 0.218 0.284 1.000 -0.188 0.001 -0.078 -0.006 -0.025 -0.464 -0.002 -0.027 -0.118 -0.024 0.005 -0.134 -0.005 0.010 -0.007 -0.005 -0.451 | +| Dbar_s | -0.401 0.195 -0.188 1.000 -0.009 0.182 0.008 0.039 0.334 -0.004 0.408 -0.017 0.241 0.104 0.513 -0.086 -0.048 -0.091 -0.006 0.748 | +| phi_s | 0.003 0.001 0.001 -0.009 1.000 -0.005 0.041 -0.168 -0.005 0.423 0.000 -0.013 -0.001 -0.012 -0.001 0.010 0.077 -0.030 0.063 0.005 | +| p3770_s | -0.176 0.003 -0.078 0.182 -0.005 1.000 0.003 0.021 0.167 -0.002 0.059 -0.330 -0.019 0.017 0.069 -0.031 -0.025 -0.005 -0.003 0.031 | +| omega_s | -0.007 -0.003 -0.006 0.008 0.041 0.003 1.000 -0.029 0.005 -0.011 0.003 -0.010 -0.001 -0.002 0.003 0.001 -0.133 -0.029 0.803 0.000 | +| rho_p | -0.023 -0.017 -0.025 0.039 -0.168 0.021 -0.029 1.000 0.038 -0.048 0.024 0.049 0.005 -0.051 0.021 0.039 -0.310 0.111 -0.073 0.017 | +| p4040_s | -0.217 -0.201 -0.464 0.334 -0.005 0.167 0.005 0.038 1.000 -0.000 0.106 0.086 -0.234 0.008 -0.135 -0.010 -0.024 0.015 0.000 0.496 | +| phi_p | -0.001 -0.002 -0.002 -0.004 0.423 -0.002 -0.011 -0.048 -0.000 1.000 -0.001 -0.008 -0.004 0.004 -0.002 -0.003 0.021 -0.023 0.007 0.003 | +| p4415_s | -0.177 -0.163 -0.027 0.408 0.000 0.059 0.003 0.024 0.106 -0.001 1.000 -0.081 0.149 -0.001 0.348 -0.000 -0.014 -0.123 -0.003 0.384 | +| psi2s_p | -0.276 -0.115 -0.118 -0.017 -0.013 -0.330 -0.010 0.049 0.086 -0.008 -0.081 1.000 -0.344 0.034 -0.207 -0.038 -0.029 0.111 -0.016 0.163 | +| p4040_p | 0.097 0.110 -0.024 0.241 -0.001 -0.019 -0.001 0.005 -0.234 -0.004 0.149 -0.344 1.000 0.020 0.435 -0.020 -0.014 -0.159 -0.008 -0.099 | +| jpsi_s | -0.023 0.004 0.005 0.104 -0.012 0.017 -0.002 -0.051 0.008 0.004 -0.001 0.034 0.020 1.000 0.011 -0.739 0.028 0.038 0.012 -0.026 | +| p4160_s | -0.123 -0.093 -0.134 0.513 -0.001 0.069 0.003 0.021 -0.135 -0.002 0.348 -0.207 0.435 0.011 1.000 -0.012 -0.020 -0.159 -0.005 0.306 | +| psi2s_s | 0.018 -0.005 -0.005 -0.086 0.010 -0.031 0.001 0.039 -0.010 -0.003 -0.000 -0.038 -0.020 -0.739 -0.012 1.000 -0.020 -0.025 -0.009 0.026 | +| rho_s | 0.019 0.004 0.010 -0.048 0.077 -0.025 -0.133 -0.310 -0.024 0.021 -0.014 -0.029 -0.014 0.028 -0.020 -0.020 1.000 -0.073 0.223 0.011 | +| jpsi_p | -0.042 -0.056 -0.007 -0.091 -0.030 -0.005 -0.029 0.111 0.015 -0.023 -0.123 0.111 -0.159 0.038 -0.159 -0.025 -0.073 1.000 -0.048 -0.130 | +| omega_p | -0.003 -0.004 -0.005 -0.006 0.063 -0.003 0.803 -0.073 0.000 0.007 -0.003 -0.016 -0.008 0.012 -0.005 -0.009 0.223 -0.048 1.000 0.003 | +| Ctt | -0.470 -0.108 -0.451 0.748 0.005 0.031 0.000 0.017 0.496 0.003 0.384 0.163 -0.099 -0.026 0.306 0.026 0.011 -0.130 0.003 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12405167131431227}), (, {'error': 0.1730256365320475}), (, {'error': 0.1004781588301018}), (, {'error': 0.05564546881756505}), (, {'error': 0.8327882894396001}), (, {'error': 0.2084994919301435}), (, {'error': 1.43380270642082}), (, {'error': 0.27104180218089713}), (, {'error': 0.17563800447992473}), (, {'error': 0.19608384573687054}), (, {'error': 0.18251336693867315}), (, {'error': 0.028566157156533656}), (, {'error': 0.17069365339760667}), (, {'error': 122.76038257590062}), (, {'error': 0.17232027421325335}), (, {'error': 1.6561988524219942}), (, {'error': 0.3100016235076809}), (, {'error': 0.01600014294175134}), (, {'error': 0.36139879209976655}), (, {'error': 0.11843965359661934})]) +Toy 10/10 +Time taken: 15 h, 11 min +Projected time left: +Mean Ctt value = -0.17340826894321423 +Mean Ctt error = 0.08511133382711603 +Simulation ended diff --git a/prelim_results/slurm-2213918.out b/prelim_results/slurm-2213918.out new file mode 100644 index 0000000..02d2d9b --- /dev/null +++ b/prelim_results/slurm-2213918.out @@ -0,0 +1,9572 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.999127: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.008021: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.008274: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x564a29efe5b0 executing computations on platform Host. Devices: +2019-07-07 14:45:24.008311: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.516231: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x564a29f8a650 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.516305: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.521240: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:14:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.521321: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.609566: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.609629: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.609654: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.614795: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:14:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707816.8715099 Edm = 12.9236 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707816.8715099 Edm = 12.9236 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712781.2409764 Edm = 0.970048 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712790.8657142 Edm = 1.08129 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -712954.9259886 Edm = 83.253 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713195.2117626 Edm = 0.209237 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -713195.5367865 Edm = 0.0474962 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -713195.7443389 Edm = 0.167238 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -713206.0690024 Edm = 8.59944 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -713244.8375042 Edm = 0.262812 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -713245.3968874 Edm = 0.0489585 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -713246.0578114 Edm = 0.565665 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -713415.3064295 Edm = 37.8752 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -713480.3616455 Edm = 2.51808 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -713482.6125795 Edm = 0.1531 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -713482.729287 Edm = 0.0224993 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -713482.8057981 Edm = 0.0812238 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -713509.2015232 Edm = 3.66981 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -713622.9726666 Edm = 33.4355 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -713726.8708349 Edm = 21.556 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -713786.2259965 Edm = 19.5891 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -713847.1647949 Edm = 7.90674 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -713851.0285558 Edm = 5.73989 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -713856.962409 Edm = 0.132654 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -713857.1382638 Edm = 0.0476507 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -713858.2762105 Edm = 1.21315 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -713870.871957 Edm = 11.0425 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -713990.3464437 Edm = 6.19616 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -713994.6639823 Edm = 0.40464 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -713995.0228669 Edm = 0.0346912 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -713995.1000127 Edm = 0.044971 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -713995.5714725 Edm = 0.519968 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -714017.4129248 Edm = 11.2284 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -714277.5359148 Edm = 788.591 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -714277.5359148 Edm = 788.591 NCalls = 124 +VariableMetric: After Hessian - FCN = -714277.5359148 Edm = 441693 NCalls = 475 +VariableMetric: Iteration # 34 - FCN = -714277.5359148 Edm = 441693 NCalls = 475 +VariableMetric: Iteration # 35 - FCN = -714342.887791 Edm = 1.40276e+08 NCalls = 484 +VariableMetric: Iteration # 36 - FCN = -714454.4081956 Edm = 15128 NCalls = 492 +VariableMetric: Iteration # 37 - FCN = -714517.2380263 Edm = 19260.5 NCalls = 503 +VariableMetric: Iteration # 38 - FCN = -714571.8206419 Edm = 361.033 NCalls = 509 +VariableMetric: Iteration # 39 - FCN = -714602.8247362 Edm = 34.3315 NCalls = 512 +VariableMetric: Iteration # 40 - FCN = -715950.0270196 Edm = 98.9197 NCalls = 518 +VariableMetric: Iteration # 41 - FCN = -716265.5790243 Edm = 1.89531 NCalls = 523 +VariableMetric: Iteration # 42 - FCN = -716267.5025132 Edm = 1.3562 NCalls = 525 +VariableMetric: Iteration # 43 - FCN = -716270.8180046 Edm = 1.85589 NCalls = 527 +VariableMetric: Iteration # 44 - FCN = -716366.9856112 Edm = 1.18846 NCalls = 532 +VariableMetric: Iteration # 45 - FCN = -716368.7140472 Edm = 0.124802 NCalls = 534 +VariableMetric: Iteration # 46 - FCN = -716369.3090549 Edm = 0.257126 NCalls = 536 +VariableMetric: Iteration # 47 - FCN = -716376.0868852 Edm = 3.59968 NCalls = 540 +VariableMetric: Iteration # 48 - FCN = -716383.1456847 Edm = 0.136457 NCalls = 542 +VariableMetric: Iteration # 49 - FCN = -716383.3991394 Edm = 0.0650319 NCalls = 544 +VariableMetric: Iteration # 50 - FCN = -716385.0097483 Edm = 1.34357 NCalls = 548 +VariableMetric: Iteration # 51 - FCN = -716392.9331342 Edm = 1.36601 NCalls = 551 +VariableMetric: Iteration # 52 - FCN = -716394.398035 Edm = 0.0874672 NCalls = 553 +VariableMetric: Iteration # 53 - FCN = -716394.5279784 Edm = 0.0103726 NCalls = 555 +VariableMetric: Iteration # 54 - FCN = -716394.6118426 Edm = 0.0594777 NCalls = 558 +VariableMetric: Iteration # 55 - FCN = -716399.5218882 Edm = 3.69 NCalls = 563 +VariableMetric: Iteration # 56 - FCN = -716411.3551544 Edm = 2.37589 NCalls = 566 +VariableMetric: Iteration # 57 - FCN = -716413.5270557 Edm = 0.265097 NCalls = 567 +VariableMetric: Iteration # 58 - FCN = -716413.7161408 Edm = 0.0143384 NCalls = 568 +VariableMetric: Iteration # 59 - FCN = -716413.7444813 Edm = 0.0202867 NCalls = 570 +VariableMetric: Iteration # 60 - FCN = -716414.5566072 Edm = 0.559578 NCalls = 575 +VariableMetric: Iteration # 61 - FCN = -716416.0014839 Edm = 0.0377112 NCalls = 577 +VariableMetric: Iteration # 62 - FCN = -716416.0475882 Edm = 0.00589617 NCalls = 579 +VariableMetric: Iteration # 63 - FCN = -716416.109782 Edm = 0.0459253 NCalls = 582 +VariableMetric: Iteration # 64 - FCN = -716419.5250599 Edm = 0.51267 NCalls = 587 +VariableMetric: Iteration # 65 - FCN = -716420.2911877 Edm = 0.0105772 NCalls = 589 +VariableMetric: Iteration # 66 - FCN = -716420.3076113 Edm = 0.00661735 NCalls = 591 +VariableMetric: Iteration # 67 - FCN = -716420.6920939 Edm = 0.375595 NCalls = 596 +VariableMetric: Iteration # 68 - FCN = -716425.0759908 Edm = 0.715037 NCalls = 599 +VariableMetric: Iteration # 69 - FCN = -716425.8654414 Edm = 0.0607688 NCalls = 601 +VariableMetric: Iteration # 70 - FCN = -716425.9170898 Edm = 0.0063813 NCalls = 603 +VariableMetric: Iteration # 71 - FCN = -716425.9426484 Edm = 0.0184543 NCalls = 605 +VariableMetric: Iteration # 72 - FCN = -716427.644721 Edm = 0.840354 NCalls = 610 +VariableMetric: Iteration # 73 - FCN = -716429.2551937 Edm = 0.0253034 NCalls = 612 +VariableMetric: Iteration # 74 - FCN = -716429.2768513 Edm = 0.00154792 NCalls = 614 +VariableMetric: Iteration # 75 - FCN = -716429.2842569 Edm = 0.00624583 NCalls = 616 +VariableMetric: Iteration # 76 - FCN = -716429.4421904 Edm = 0.157865 NCalls = 621 +VariableMetric: Iteration # 77 - FCN = -716434.3714012 Edm = 2.02758 NCalls = 626 +VariableMetric: Iteration # 78 - FCN = -716436.4689563 Edm = 0.326777 NCalls = 628 +VariableMetric: Iteration # 79 - FCN = -716436.7094433 Edm = 0.0130519 NCalls = 630 +VariableMetric: Iteration # 80 - FCN = -716436.7226451 Edm = 0.000541934 NCalls = 632 +VariableMetric: Iteration # 81 - FCN = -716436.7234395 Edm = 0.000317912 NCalls = 634 +VariableMetric: Iteration # 82 - FCN = -716436.7270115 Edm = 0.00387742 NCalls = 638 +VariableMetric: Iteration # 83 - FCN = -716436.9096378 Edm = 0.164145 NCalls = 645 +VariableMetric: Iteration # 84 - FCN = -716437.519145 Edm = 0.0176353 NCalls = 647 +VariableMetric: Iteration # 85 - FCN = -716437.538876 Edm = 0.000301283 NCalls = 649 +VariableMetric: Iteration # 86 - FCN = -716437.5392955 Edm = 9.6003e-05 NCalls = 651 +VariableMetric: Iteration # 87 - FCN = -716437.5405384 Edm = 0.00117884 NCalls = 654 +VariableMetric: Iteration # 88 - FCN = -716437.6396319 Edm = 0.0671652 NCalls = 661 +VariableMetric: Iteration # 89 - FCN = -716438.3412982 Edm = 0.183719 NCalls = 665 +VariableMetric: Iteration # 90 - FCN = -716438.5838107 Edm = 0.00226202 NCalls = 667 +VariableMetric: Iteration # 91 - FCN = -716438.586283 Edm = 0.00013131 NCalls = 669 +VariableMetric: Iteration # 92 - FCN = -716438.5870343 Edm = 0.000650288 NCalls = 672 +VariableMetric: Iteration # 93 - FCN = -716438.6215775 Edm = 0.0263535 NCalls = 678 +VariableMetric: Iteration # 94 - FCN = -716438.8094496 Edm = 0.00998128 NCalls = 681 +VariableMetric: Iteration # 95 - FCN = -716438.8214338 Edm = 0.000133598 NCalls = 683 +VariableMetric: Iteration # 96 - FCN = -716438.8216036 Edm = 2.63401e-05 NCalls = 685 +VariableMetric: After Hessian - FCN = -716438.8216036 Edm = 0.349162 NCalls = 1052 +VariableMetric: Iteration # 97 - FCN = -716438.8216036 Edm = 0.349162 NCalls = 1052 +VariableMetric: Iteration # 98 - FCN = -716439.1002679 Edm = 0.0078629 NCalls = 1054 +VariableMetric: Iteration # 99 - FCN = -716439.1055499 Edm = 0.00270253 NCalls = 1056 +VariableMetric: Iteration # 100 - FCN = -716439.1072411 Edm = 0.000482852 NCalls = 1058 +VariableMetric: Iteration # 101 - FCN = -716439.108548 Edm = 0.000293051 NCalls = 1061 +VariableMetric: Iteration # 102 - FCN = -716439.1090857 Edm = 7.23625e-05 NCalls = 1063 +VariableMetric: Iteration # 103 - FCN = -716439.1091493 Edm = 2.95676e-05 NCalls = 1065 +VariableMetric: After Hessian - FCN = -716439.1091493 Edm = 3.59857e-05 NCalls = 1434 +VariableMetric: Iteration # 104 - FCN = -716439.1091493 Edm = 3.59857e-05 NCalls = 1434 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712127.5728908 Edm = 12.0438 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712127.5728908 Edm = 12.0438 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715681.2243165 Edm = 0.775686 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715688.6189864 Edm = 6.5309 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -715910.5068968 Edm = 0.421655 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -715911.0627601 Edm = 0.0341193 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -715915.8846942 Edm = 4.31474 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -715949.9001396 Edm = 0.0568741 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -715950.0255153 Edm = 0.0567442 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -715960.5951981 Edm = 11.0626 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -716021.0290933 Edm = 0.141244 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -716140.5236455 Edm = 2.09619 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -716143.358073 Edm = 0.0182276 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -716143.4032837 Edm = 0.0348604 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -716145.2801736 Edm = 1.8708 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -716163.8545185 Edm = 2.57589 NCalls = 61 +VariableMetric: Iteration # 15 - FCN = -716201.092217 Edm = 4.93315 NCalls = 65 +VariableMetric: Iteration # 16 - FCN = -716210.3991485 Edm = 4.3291 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -716212.6999521 Edm = 1.24546 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -716214.3410277 Edm = 0.019231 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -716214.3664264 Edm = 0.006336 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -716214.6574765 Edm = 0.272292 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -716229.5981001 Edm = 6.83289 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -716253.3254832 Edm = 1.91486 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -716257.1267148 Edm = 1.03882 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -716258.7373878 Edm = 2.28399 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -716261.3733326 Edm = 0.517041 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -716262.2279216 Edm = 0.790589 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -716265.5920465 Edm = 10.5761 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -716267.5251856 Edm = 3.37139 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -716271.6168847 Edm = 0.67949 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -716272.4171042 Edm = 0.566824 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -716272.7013396 Edm = 0.0263669 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -716272.7384532 Edm = 0.0189761 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -716273.5587166 Edm = 0.697494 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -716283.7341405 Edm = 6.69824 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -716343.1870154 Edm = 15.8345 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -716355.9406921 Edm = 1.02727 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -716357.0594143 Edm = 0.0416189 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -716357.1151529 Edm = 0.00447908 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -716357.1266903 Edm = 0.00511958 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -716357.2033386 Edm = 0.0628332 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -716359.6993183 Edm = 2.87546 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -716362.429536 Edm = 2.42776 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -716402.5329354 Edm = 0.603503 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -716403.3137071 Edm = 0.0473987 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -716403.3718261 Edm = 0.00816541 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -716403.3891184 Edm = 0.00419248 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -716403.3949782 Edm = 0.000957889 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -716403.3977749 Edm = 0.00194282 NCalls = 154 +VariableMetric: Iteration # 49 - FCN = -716403.4744287 Edm = 0.0601379 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -716405.1269651 Edm = 1.08256 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -716405.2575458 Edm = 0.236513 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -716406.1095701 Edm = 0.744592 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -716408.2083759 Edm = 1.33345 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -716410.2431823 Edm = 1.13639 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -716411.3326612 Edm = 0.15364 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -716411.5880639 Edm = 0.0676997 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -716411.6833844 Edm = 0.0252487 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -716411.7417802 Edm = 0.00713423 NCalls = 188 +VariableMetric: Iteration # 59 - FCN = -716411.7493888 Edm = 0.000448577 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -716411.750392 Edm = 0.000624068 NCalls = 192 +VariableMetric: Iteration # 61 - FCN = -716411.771832 Edm = 0.0201846 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -716418.6645948 Edm = 3.41707 NCalls = 204 +VariableMetric: Iteration # 63 - FCN = -716423.106001 Edm = 2.75616 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -716425.0774984 Edm = 0.392889 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -716425.3234969 Edm = 0.0569858 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -716425.3691619 Edm = 0.00144366 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -716425.3709846 Edm = 0.000300232 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -716425.3794042 Edm = 0.00616376 NCalls = 219 +VariableMetric: Iteration # 69 - FCN = -716425.5740854 Edm = 0.211733 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -716426.3679821 Edm = 0.633085 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -716430.8266605 Edm = 0.126338 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -716430.948653 Edm = 0.00805518 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -716430.9566277 Edm = 0.000639202 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -716430.9572282 Edm = 3.84614e-05 NCalls = 235 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710792.1898599 Edm = 3.37769 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710792.1898599 Edm = 3.37769 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710921.811556 Edm = 1.72447 NCalls = 5 +VariableMetric: Iteration # 2 - FCN = -710941.1688367 Edm = 16.4455 NCalls = 8 +VariableMetric: Iteration # 3 - FCN = -711085.9701583 Edm = 1.14675 NCalls = 11 +VariableMetric: Iteration # 4 - FCN = -711087.4016559 Edm = 0.199497 NCalls = 13 +VariableMetric: Iteration # 5 - FCN = -711151.8275332 Edm = 1.39175 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -711153.6468307 Edm = 0.398981 NCalls = 21 +VariableMetric: Iteration # 7 - FCN = -711238.9289011 Edm = 70.356 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -712143.2798259 Edm = 54.4092 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -712164.8035876 Edm = 116.527 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -712202.6826897 Edm = 0.96645 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -712204.6573399 Edm = 1.05049 NCalls = 38 +VariableMetric: Iteration # 12 - FCN = -712208.2162556 Edm = 0.795044 NCalls = 40 +VariableMetric: Iteration # 13 - FCN = -712210.1568903 Edm = 1.1191 NCalls = 42 +VariableMetric: Iteration # 14 - FCN = -712330.9458844 Edm = 24.9112 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -712364.4897067 Edm = 7.60832 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -712372.3139379 Edm = 0.823735 NCalls = 53 +VariableMetric: Iteration # 17 - FCN = -712373.9297061 Edm = 0.940159 NCalls = 55 +VariableMetric: Iteration # 18 - FCN = -712381.6561501 Edm = 7.29265 NCalls = 59 +VariableMetric: Iteration # 19 - FCN = -712453.6424329 Edm = 6.23559 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -712460.4659111 Edm = 1.29511 NCalls = 65 +VariableMetric: Iteration # 21 - FCN = -712462.1550901 Edm = 0.203558 NCalls = 67 +VariableMetric: Iteration # 22 - FCN = -712462.7579772 Edm = 0.289172 NCalls = 69 +VariableMetric: Iteration # 23 - FCN = -712466.4034367 Edm = 2.31677 NCalls = 72 +VariableMetric: Iteration # 24 - FCN = -712509.099882 Edm = 19.9047 NCalls = 76 +VariableMetric: Iteration # 25 - FCN = -712541.7203023 Edm = 5.85643 NCalls = 78 +VariableMetric: Iteration # 26 - FCN = -712549.4818836 Edm = 0.813495 NCalls = 81 +VariableMetric: Iteration # 27 - FCN = -712550.5642749 Edm = 0.153178 NCalls = 83 +VariableMetric: Iteration # 28 - FCN = -712551.395608 Edm = 0.88966 NCalls = 86 +VariableMetric: Iteration # 29 - FCN = -712558.7547296 Edm = 7.83866 NCalls = 92 +VariableMetric: Iteration # 30 - FCN = -712571.3265663 Edm = 9.16203 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -712619.6299191 Edm = 44.479 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -712665.4561706 Edm = 38.3018 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -712693.4295775 Edm = 40.4012 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -712733.5397843 Edm = 39.9515 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -712772.8716221 Edm = 72.7018 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -712823.4098173 Edm = 20.8502 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -712835.3638642 Edm = 24.8127 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -712857.0512874 Edm = 11.2344 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -712889.181074 Edm = 7.95093 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -712915.8668092 Edm = 7.55878 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -712992.0595508 Edm = 54.6223 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -713000.0843626 Edm = 24.895 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -713056.8812707 Edm = 3.55988 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -713059.7595294 Edm = 0.768044 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -713060.2969921 Edm = 0.286602 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -713060.6654826 Edm = 0.193619 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -713061.1756878 Edm = 0.307072 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -713070.3788216 Edm = 8.39268 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -715151.2529711 Edm = 493.892 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -715233.700337 Edm = 8564.97 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -715674.6881303 Edm = 23.8052 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -715699.8693782 Edm = 11.1308 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -715714.6879506 Edm = 6.74405 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -715727.7274854 Edm = 1.68003 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -715735.9285118 Edm = 1.35252 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -715742.2644358 Edm = 1.98919 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -715747.9914411 Edm = 1.45783 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -715750.7851077 Edm = 1.56004 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -715754.75987 Edm = 1.85726 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -715756.0319085 Edm = 0.728015 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -715756.8898544 Edm = 0.0928154 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -715756.9989881 Edm = 0.014023 NCalls = 197 +VariableMetric: Iteration # 63 - FCN = -715757.0477993 Edm = 0.0181927 NCalls = 199 +VariableMetric: Iteration # 64 - FCN = -715757.1039309 Edm = 0.00596312 NCalls = 201 +VariableMetric: Iteration # 65 - FCN = -715757.1409926 Edm = 0.0271174 NCalls = 204 +VariableMetric: Iteration # 66 - FCN = -715757.5431144 Edm = 0.177316 NCalls = 207 +VariableMetric: Iteration # 67 - FCN = -715757.7506582 Edm = 0.0701955 NCalls = 209 +VariableMetric: Iteration # 68 - FCN = -715757.8192083 Edm = 0.0242768 NCalls = 212 +VariableMetric: Iteration # 69 - FCN = -715757.9591021 Edm = 0.0629885 NCalls = 215 +VariableMetric: Iteration # 70 - FCN = -715758.8506789 Edm = 1.54703 NCalls = 219 +VariableMetric: Iteration # 71 - FCN = -715763.1147892 Edm = 5.96965 NCalls = 224 +VariableMetric: Iteration # 72 - FCN = -715763.8385247 Edm = 1.13333 NCalls = 228 +VariableMetric: Iteration # 73 - FCN = -715774.7972789 Edm = 5.16933 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -715780.2554727 Edm = 63.039 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -715785.5605788 Edm = 3.86778 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -715796.3155425 Edm = 5.28609 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -715800.6767178 Edm = 0.57616 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -715801.8016432 Edm = 0.624378 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -715807.1974763 Edm = 6.719 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -715820.940009 Edm = 10.0468 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -715845.7002153 Edm = 4.38447 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -715851.922087 Edm = 0.457388 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -715852.2254332 Edm = 0.0810272 NCalls = 267 +VariableMetric: Iteration # 84 - FCN = -715852.3043169 Edm = 0.0102043 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -715852.32155 Edm = 0.00933005 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -715852.3343141 Edm = 0.0036884 NCalls = 273 +VariableMetric: Iteration # 87 - FCN = -715852.3540997 Edm = 0.00814469 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -715852.4049731 Edm = 0.0196081 NCalls = 279 +VariableMetric: Iteration # 89 - FCN = -715852.5079164 Edm = 0.0361341 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -715852.5284021 Edm = 0.0802516 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -715852.583913 Edm = 0.0428669 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -715852.6459135 Edm = 0.0659554 NCalls = 289 +VariableMetric: Iteration # 93 - FCN = -715852.7817257 Edm = 0.0126864 NCalls = 291 +VariableMetric: Iteration # 94 - FCN = -715852.7997599 Edm = 0.00603453 NCalls = 293 +VariableMetric: Iteration # 95 - FCN = -715852.8116324 Edm = 0.0102295 NCalls = 295 +VariableMetric: Iteration # 96 - FCN = -715853.0209293 Edm = 0.181091 NCalls = 301 +VariableMetric: Iteration # 97 - FCN = -715854.8875752 Edm = 2.26222 NCalls = 307 +VariableMetric: Iteration # 98 - FCN = -715856.1309807 Edm = 6.18239 NCalls = 311 +VariableMetric: Iteration # 99 - FCN = -715866.3989134 Edm = 14.635 NCalls = 317 +VariableMetric: Iteration # 100 - FCN = -715884.4701473 Edm = 12.6165 NCalls = 325 +VariableMetric: Iteration # 101 - FCN = -715948.8112474 Edm = 46.6488 NCalls = 327 +VariableMetric: Iteration # 102 - FCN = -716010.8344672 Edm = 16.6879 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -716033.579907 Edm = 10.5665 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -716044.4671357 Edm = 5.35003 NCalls = 335 +VariableMetric: Iteration # 105 - FCN = -716050.3607971 Edm = 6.45956 NCalls = 337 +VariableMetric: Iteration # 106 - FCN = -716057.3477739 Edm = 12.9128 NCalls = 340 +VariableMetric: Iteration # 107 - FCN = -716075.4231979 Edm = 11.7869 NCalls = 345 +VariableMetric: Iteration # 108 - FCN = -716092.1396297 Edm = 6.00134 NCalls = 349 +VariableMetric: Iteration # 109 - FCN = -716098.0419861 Edm = 0.415851 NCalls = 350 +VariableMetric: Iteration # 110 - FCN = -716098.4740944 Edm = 0.113767 NCalls = 352 +VariableMetric: Iteration # 111 - FCN = -716098.6395821 Edm = 0.0449895 NCalls = 354 +VariableMetric: Iteration # 112 - FCN = -716098.7880638 Edm = 0.0589334 NCalls = 357 +VariableMetric: Iteration # 113 - FCN = -716098.8149724 Edm = 0.0281699 NCalls = 359 +VariableMetric: Iteration # 114 - FCN = -716098.8523115 Edm = 0.00489713 NCalls = 361 +VariableMetric: Iteration # 115 - FCN = -716098.8667282 Edm = 0.00500926 NCalls = 363 +VariableMetric: Iteration # 116 - FCN = -716098.8982764 Edm = 0.0297529 NCalls = 366 +VariableMetric: Iteration # 117 - FCN = -716099.1721584 Edm = 0.304036 NCalls = 372 +VariableMetric: Iteration # 118 - FCN = -716099.2123514 Edm = 0.0672088 NCalls = 376 +VariableMetric: Iteration # 119 - FCN = -716099.4656691 Edm = 0.193205 NCalls = 381 +VariableMetric: Iteration # 120 - FCN = -716101.0148768 Edm = 1.19929 NCalls = 384 +VariableMetric: Iteration # 121 - FCN = -716146.2945857 Edm = 20.4914 NCalls = 388 +VariableMetric: Iteration # 122 - FCN = -716189.742959 Edm = 22.1797 NCalls = 391 +VariableMetric: Iteration # 123 - FCN = -716200.6543282 Edm = 1.36646 NCalls = 395 +VariableMetric: Iteration # 124 - FCN = -716202.0207926 Edm = 0.127599 NCalls = 396 +VariableMetric: Iteration # 125 - FCN = -716202.1370979 Edm = 0.0082072 NCalls = 397 +VariableMetric: Iteration # 126 - FCN = -716202.1472976 Edm = 0.00143512 NCalls = 399 +VariableMetric: Iteration # 127 - FCN = -716202.1570159 Edm = 0.00742001 NCalls = 402 +VariableMetric: Iteration # 128 - FCN = -716202.3491264 Edm = 0.287355 NCalls = 406 +VariableMetric: Iteration # 129 - FCN = -716202.541519 Edm = 0.16704 NCalls = 410 +VariableMetric: Iteration # 130 - FCN = -716216.82664 Edm = 8.0312 NCalls = 417 +VariableMetric: Iteration # 131 - FCN = -716278.3708836 Edm = 28.4472 NCalls = 421 +VariableMetric: Iteration # 132 - FCN = -716336.5911762 Edm = 11.1214 NCalls = 423 +VariableMetric: Iteration # 133 - FCN = -716353.767799 Edm = 7.67263 NCalls = 426 +VariableMetric: Iteration # 134 - FCN = -716376.7098294 Edm = 3.5533 NCalls = 430 +VariableMetric: Iteration # 135 - FCN = -716380.1409049 Edm = 0.581231 NCalls = 432 +VariableMetric: Iteration # 136 - FCN = -716380.4901571 Edm = 0.185207 NCalls = 434 +VariableMetric: Iteration # 137 - FCN = -716380.7744477 Edm = 0.093342 NCalls = 436 +VariableMetric: Iteration # 138 - FCN = -716380.8555014 Edm = 0.0192026 NCalls = 438 +VariableMetric: Iteration # 139 - FCN = -716380.8808801 Edm = 0.00837579 NCalls = 440 +VariableMetric: Iteration # 140 - FCN = -716380.9176266 Edm = 0.00803881 NCalls = 443 +VariableMetric: Iteration # 141 - FCN = -716380.9400189 Edm = 0.0106891 NCalls = 445 +VariableMetric: Iteration # 142 - FCN = -716380.9487924 Edm = 0.00365774 NCalls = 447 +VariableMetric: Iteration # 143 - FCN = -716380.9539848 Edm = 0.00193663 NCalls = 449 +VariableMetric: Iteration # 144 - FCN = -716380.9604227 Edm = 0.00428957 NCalls = 451 +VariableMetric: Iteration # 145 - FCN = -716380.9969805 Edm = 0.0329874 NCalls = 455 +VariableMetric: Iteration # 146 - FCN = -716381.1058805 Edm = 0.131316 NCalls = 460 +VariableMetric: Iteration # 147 - FCN = -716381.2327524 Edm = 0.190658 NCalls = 465 +VariableMetric: Iteration # 148 - FCN = -716382.0415904 Edm = 0.653692 NCalls = 473 +VariableMetric: Iteration # 149 - FCN = -716382.0444818 Edm = 0.0222072 NCalls = 475 +VariableMetric: Iteration # 150 - FCN = -716382.091055 Edm = 0.0262239 NCalls = 477 +VariableMetric: Iteration # 151 - FCN = -716382.2775415 Edm = 0.0131847 NCalls = 480 +VariableMetric: Iteration # 152 - FCN = -716382.3145013 Edm = 0.0190606 NCalls = 482 +VariableMetric: Iteration # 153 - FCN = -716382.8467634 Edm = 0.542316 NCalls = 487 +VariableMetric: Iteration # 154 - FCN = -716383.6712861 Edm = 0.971139 NCalls = 492 +VariableMetric: Iteration # 155 - FCN = -716384.2042547 Edm = 0.84193 NCalls = 498 +VariableMetric: Iteration # 156 - FCN = -716384.7571681 Edm = 1.70526 NCalls = 503 +VariableMetric: Iteration # 157 - FCN = -716385.0274352 Edm = 0.489243 NCalls = 507 +VariableMetric: Iteration # 158 - FCN = -716386.0370015 Edm = 0.865668 NCalls = 514 +VariableMetric: Iteration # 159 - FCN = -716393.0762402 Edm = 4.70323 NCalls = 518 +VariableMetric: Iteration # 160 - FCN = -716400.0784604 Edm = 2.34439 NCalls = 521 +VariableMetric: Iteration # 161 - FCN = -716401.4589095 Edm = 0.373925 NCalls = 523 +VariableMetric: Iteration # 162 - FCN = -716401.8537251 Edm = 0.100053 NCalls = 525 +VariableMetric: Iteration # 163 - FCN = -716402.3722745 Edm = 0.23937 NCalls = 528 +VariableMetric: Iteration # 164 - FCN = -716403.3542674 Edm = 0.301269 NCalls = 530 +VariableMetric: Iteration # 165 - FCN = -716403.938134 Edm = 0.120123 NCalls = 532 +VariableMetric: Iteration # 166 - FCN = -716404.1740019 Edm = 0.066114 NCalls = 535 +VariableMetric: Iteration # 167 - FCN = -716404.2362214 Edm = 0.0279956 NCalls = 536 +VariableMetric: Iteration # 168 - FCN = -716404.2674179 Edm = 0.00571803 NCalls = 538 +VariableMetric: Iteration # 169 - FCN = -716404.2803132 Edm = 0.00438651 NCalls = 540 +VariableMetric: Iteration # 170 - FCN = -716404.2918295 Edm = 0.00276803 NCalls = 542 +VariableMetric: Iteration # 171 - FCN = -716404.294599 Edm = 0.000284124 NCalls = 544 +VariableMetric: Iteration # 172 - FCN = -716404.2949515 Edm = 6.73319e-05 NCalls = 546 +VariableMetric: After Hessian - FCN = -716404.2949515 Edm = 686.713 NCalls = 913 +VariableMetric: Iteration # 173 - FCN = -716404.2949515 Edm = 686.713 NCalls = 913 +VariableMetric: Iteration # 174 - FCN = -716407.4052326 Edm = 470.842 NCalls = 918 +VariableMetric: Iteration # 175 - FCN = -716408.6642598 Edm = 2.96365 NCalls = 920 +VariableMetric: Iteration # 176 - FCN = -716410.2358996 Edm = 0.415912 NCalls = 923 +VariableMetric: Iteration # 177 - FCN = -716410.5681281 Edm = 0.0463414 NCalls = 924 +VariableMetric: Iteration # 178 - FCN = -716410.6747996 Edm = 0.0316897 NCalls = 926 +VariableMetric: Iteration # 179 - FCN = -716410.7772235 Edm = 0.0432738 NCalls = 928 +VariableMetric: Iteration # 180 - FCN = -716410.854259 Edm = 0.0310782 NCalls = 931 +VariableMetric: Iteration # 181 - FCN = -716410.9121017 Edm = 0.025397 NCalls = 934 +VariableMetric: Iteration # 182 - FCN = -716410.9435759 Edm = 0.0175787 NCalls = 936 +VariableMetric: Iteration # 183 - FCN = -716410.9760864 Edm = 0.0133616 NCalls = 938 +VariableMetric: Iteration # 184 - FCN = -716411.0295156 Edm = 0.0170324 NCalls = 941 +VariableMetric: Iteration # 185 - FCN = -716411.063737 Edm = 0.0066153 NCalls = 943 +VariableMetric: Iteration # 186 - FCN = -716411.068102 Edm = 0.0105835 NCalls = 945 +VariableMetric: Iteration # 187 - FCN = -716411.0749538 Edm = 0.0018579 NCalls = 948 +VariableMetric: Iteration # 188 - FCN = -716411.0806661 Edm = 0.00231507 NCalls = 950 +VariableMetric: Iteration # 189 - FCN = -716411.0890508 Edm = 0.00355596 NCalls = 954 +VariableMetric: Iteration # 190 - FCN = -716411.0907812 Edm = 0.0015217 NCalls = 956 +VariableMetric: Iteration # 191 - FCN = -716411.0929288 Edm = 0.000507355 NCalls = 958 +VariableMetric: Iteration # 192 - FCN = -716411.0939715 Edm = 0.000536843 NCalls = 960 +VariableMetric: Iteration # 193 - FCN = -716411.0945639 Edm = 0.000179452 NCalls = 963 +VariableMetric: Iteration # 194 - FCN = -716411.0949904 Edm = 5.91179e-05 NCalls = 966 +VariableMetric: After Hessian - FCN = -716411.0949904 Edm = 0.00017946 NCalls = 1341 +VariableMetric: Iteration # 195 - FCN = -716411.0949904 Edm = 0.00017946 NCalls = 1341 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710503.1977633 Edm = 11.9087 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710503.1977633 Edm = 11.9087 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714669.3417411 Edm = 0.261254 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714673.1268094 Edm = 0.299861 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714777.8822652 Edm = 13.8863 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -714791.4208435 Edm = 0.0479559 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -714791.6228649 Edm = 0.159961 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -714851.8572506 Edm = 1.57165 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -714892.0058958 Edm = 0.251122 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -714892.6626063 Edm = 0.34545 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -714950.1360969 Edm = 26.3016 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -715038.7787341 Edm = 2.23641 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -715041.0876756 Edm = 0.0506367 NCalls = 39 +VariableMetric: Iteration # 12 - FCN = -715041.2090666 Edm = 0.0507632 NCalls = 41 +VariableMetric: Iteration # 13 - FCN = -715044.0472557 Edm = 2.4305 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -715067.8331851 Edm = 0.339404 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -715068.1985998 Edm = 0.0176093 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -715068.7189669 Edm = 0.494373 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -715116.9767819 Edm = 13.9689 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -715159.4133635 Edm = 10.7445 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -715174.9014508 Edm = 5.22741 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -715180.2454726 Edm = 1.04886 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -715182.0321661 Edm = 0.217525 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -715182.3429085 Edm = 0.0329687 NCalls = 71 +VariableMetric: Iteration # 23 - FCN = -715182.3832439 Edm = 0.0058847 NCalls = 73 +VariableMetric: Iteration # 24 - FCN = -715182.4249059 Edm = 0.0360051 NCalls = 76 +VariableMetric: Iteration # 25 - FCN = -715189.5877251 Edm = 2.79089 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -715219.825671 Edm = 12.4783 NCalls = 85 +VariableMetric: Iteration # 27 - FCN = -715242.8308485 Edm = 6.23991 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -715247.6877806 Edm = 2.27595 NCalls = 90 +VariableMetric: Iteration # 29 - FCN = -715250.7748437 Edm = 1.7286 NCalls = 93 +VariableMetric: Iteration # 30 - FCN = -715253.9054052 Edm = 1.79033 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -715255.3322705 Edm = 1.19057 NCalls = 98 +VariableMetric: Iteration # 32 - FCN = -715256.1925726 Edm = 0.0465484 NCalls = 100 +VariableMetric: Iteration # 33 - FCN = -715256.2371066 Edm = 0.00493666 NCalls = 101 +VariableMetric: Iteration # 34 - FCN = -715256.2473857 Edm = 0.00567083 NCalls = 103 +VariableMetric: Iteration # 35 - FCN = -715256.4313582 Edm = 0.190959 NCalls = 107 +VariableMetric: Iteration # 36 - FCN = -715256.955744 Edm = 0.483894 NCalls = 112 +VariableMetric: Iteration # 37 - FCN = -715341.2622767 Edm = 58.1471 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -715378.6754463 Edm = 8.03904 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -715391.3910412 Edm = 1.95468 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -715457.1018226 Edm = 345.444 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -715463.4243853 Edm = 42.819 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -715712.2725978 Edm = 78.8004 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -715748.5117764 Edm = 38.1122 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -715816.6416712 Edm = 28.9508 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -715904.5423513 Edm = 53.2868 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -715921.7171967 Edm = 84.6019 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -716016.9153597 Edm = 31.1338 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -716069.2711467 Edm = 4.41821 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -716075.3712759 Edm = 1.25096 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -716077.427297 Edm = 0.56779 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -716078.4717996 Edm = 0.154014 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -716078.8123273 Edm = 0.114879 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -716084.3279416 Edm = 3.29794 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -716084.3431839 Edm = 0.160119 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -716085.109143 Edm = 1.223 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -716092.5725861 Edm = 7.82174 NCalls = 198 +VariableMetric: Iteration # 57 - FCN = -716092.7476273 Edm = 0.138382 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -716097.855095 Edm = 4.43399 NCalls = 205 +VariableMetric: Iteration # 59 - FCN = -716106.6578712 Edm = 4.21566 NCalls = 208 +VariableMetric: Iteration # 60 - FCN = -716111.1227769 Edm = 0.512611 NCalls = 210 +VariableMetric: Iteration # 61 - FCN = -716112.1052905 Edm = 0.626172 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -716112.5937102 Edm = 0.0473508 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -716112.6734358 Edm = 0.00977969 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -716112.6912002 Edm = 0.00561897 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -716113.0545434 Edm = 0.419929 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -716113.2828567 Edm = 0.21568 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -716113.4988077 Edm = 0.188302 NCalls = 231 +VariableMetric: Iteration # 68 - FCN = -716145.1458601 Edm = 16.0036 NCalls = 237 +VariableMetric: Iteration # 69 - FCN = -716181.8049309 Edm = 12.0214 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -716195.1789692 Edm = 2.81695 NCalls = 242 +VariableMetric: Iteration # 71 - FCN = -716204.2746409 Edm = 3.71764 NCalls = 246 +VariableMetric: Iteration # 72 - FCN = -716209.4272639 Edm = 5.82889 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -716212.9187954 Edm = 0.835587 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -716213.3871025 Edm = 0.116895 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -716213.4643151 Edm = 0.00666106 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -716213.4725342 Edm = 0.0016977 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -716213.4797334 Edm = 0.00472971 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -716213.6365734 Edm = 0.0907842 NCalls = 264 +VariableMetric: Iteration # 79 - FCN = -716215.2885959 Edm = 1.06742 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -716223.8476497 Edm = 8.05728 NCalls = 272 +VariableMetric: Iteration # 81 - FCN = -716241.4731506 Edm = 9.10226 NCalls = 276 +VariableMetric: Iteration # 82 - FCN = -716251.9662931 Edm = 3.37051 NCalls = 279 +VariableMetric: Iteration # 83 - FCN = -716255.1714897 Edm = 0.455901 NCalls = 281 +VariableMetric: Iteration # 84 - FCN = -716255.5309176 Edm = 0.0873184 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -716255.6040336 Edm = 0.00353073 NCalls = 284 +VariableMetric: Iteration # 86 - FCN = -716255.6098087 Edm = 0.00126692 NCalls = 286 +VariableMetric: Iteration # 87 - FCN = -716255.6118312 Edm = 0.000489703 NCalls = 288 +VariableMetric: Iteration # 88 - FCN = -716255.6127489 Edm = 0.000247688 NCalls = 290 +VariableMetric: Iteration # 89 - FCN = -716255.6157705 Edm = 0.00245449 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -716255.8216893 Edm = 0.200475 NCalls = 298 +VariableMetric: Iteration # 91 - FCN = -716264.948562 Edm = 4.73766 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -716283.4190054 Edm = 3.92684 NCalls = 307 +VariableMetric: Iteration # 93 - FCN = -716290.2494704 Edm = 1.86924 NCalls = 310 +VariableMetric: Iteration # 94 - FCN = -716292.6616071 Edm = 0.57288 NCalls = 312 +VariableMetric: Iteration # 95 - FCN = -716293.2338332 Edm = 0.0950786 NCalls = 314 +VariableMetric: Iteration # 96 - FCN = -716293.3766927 Edm = 0.0389384 NCalls = 316 +VariableMetric: Iteration # 97 - FCN = -716293.4450701 Edm = 0.00265789 NCalls = 318 +VariableMetric: Iteration # 98 - FCN = -716293.4477072 Edm = 0.000218485 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -716293.4484268 Edm = 0.000373119 NCalls = 321 +VariableMetric: Iteration # 100 - FCN = -716293.4528489 Edm = 0.00315838 NCalls = 324 +VariableMetric: Iteration # 101 - FCN = -716293.7047359 Edm = 0.198347 NCalls = 329 +VariableMetric: Iteration # 102 - FCN = -716298.0276495 Edm = 3.62293 NCalls = 334 +VariableMetric: Iteration # 103 - FCN = -716303.5204267 Edm = 9.21736 NCalls = 339 +VariableMetric: Iteration # 104 - FCN = -716308.5040177 Edm = 4.39775 NCalls = 343 +VariableMetric: Iteration # 105 - FCN = -716311.9607966 Edm = 0.209319 NCalls = 345 +VariableMetric: Iteration # 106 - FCN = -716312.1623234 Edm = 0.0045873 NCalls = 346 +VariableMetric: Iteration # 107 - FCN = -716312.1671445 Edm = 0.000115065 NCalls = 348 +VariableMetric: Iteration # 108 - FCN = -716312.1673096 Edm = 6.41591e-05 NCalls = 350 +VariableMetric: After Hessian - FCN = -716312.1673096 Edm = 31.5496 NCalls = 713 +VariableMetric: Iteration # 109 - FCN = -716312.1673096 Edm = 31.5496 NCalls = 713 +VariableMetric: Iteration # 110 - FCN = -716315.0393863 Edm = 113824 NCalls = 715 +VariableMetric: Iteration # 111 - FCN = -716315.6486046 Edm = 31794.5 NCalls = 723 +VariableMetric: Iteration # 112 - FCN = -716317.4297382 Edm = 95744.4 NCalls = 729 +VariableMetric: Iteration # 113 - FCN = -716321.2803261 Edm = 4671.04 NCalls = 735 +VariableMetric: Iteration # 114 - FCN = -716334.5876724 Edm = 6771.45 NCalls = 740 +VariableMetric: Iteration # 115 - FCN = -716345.9583057 Edm = 579.339 NCalls = 744 +VariableMetric: Iteration # 116 - FCN = -716346.5652319 Edm = 152.622 NCalls = 747 +VariableMetric: Iteration # 117 - FCN = -716347.1134343 Edm = 24.7347 NCalls = 750 +VariableMetric: Iteration # 118 - FCN = -716348.130193 Edm = 75.6499 NCalls = 752 +VariableMetric: Iteration # 119 - FCN = -716349.0019512 Edm = 84.1871 NCalls = 754 +VariableMetric: Iteration # 120 - FCN = -716354.5724883 Edm = 407.253 NCalls = 760 +VariableMetric: Iteration # 121 - FCN = -716355.6920447 Edm = 28.1992 NCalls = 762 +VariableMetric: Iteration # 122 - FCN = -716357.1163728 Edm = 66.6583 NCalls = 764 +VariableMetric: Iteration # 123 - FCN = -716360.3458007 Edm = 12.3678 NCalls = 766 +VariableMetric: Iteration # 124 - FCN = -716361.6845145 Edm = 7.23937 NCalls = 768 +VariableMetric: Iteration # 125 - FCN = -716362.1689618 Edm = 2.60465 NCalls = 770 +VariableMetric: Iteration # 126 - FCN = -716362.7056726 Edm = 10.9133 NCalls = 772 +VariableMetric: Iteration # 127 - FCN = -716363.4315982 Edm = 6.91625 NCalls = 774 +VariableMetric: Iteration # 128 - FCN = -716364.394299 Edm = 3.74536 NCalls = 776 +VariableMetric: Iteration # 129 - FCN = -716365.0087554 Edm = 4.35901 NCalls = 778 +VariableMetric: Iteration # 130 - FCN = -716365.3156728 Edm = 1.54489 NCalls = 780 +VariableMetric: Iteration # 131 - FCN = -716366.1541078 Edm = 0.532918 NCalls = 783 +VariableMetric: Iteration # 132 - FCN = -716366.3320416 Edm = 0.232446 NCalls = 785 +VariableMetric: Iteration # 133 - FCN = -716366.4796959 Edm = 0.372168 NCalls = 787 +VariableMetric: Iteration # 134 - FCN = -716366.7749629 Edm = 0.303812 NCalls = 790 +VariableMetric: Iteration # 135 - FCN = -716367.3380476 Edm = 0.365952 NCalls = 793 +VariableMetric: Iteration # 136 - FCN = -716367.4735981 Edm = 0.157717 NCalls = 795 +VariableMetric: Iteration # 137 - FCN = -716367.5733919 Edm = 0.0708394 NCalls = 797 +VariableMetric: Iteration # 138 - FCN = -716367.632846 Edm = 0.0261323 NCalls = 799 +VariableMetric: Iteration # 139 - FCN = -716367.6617961 Edm = 0.0283689 NCalls = 801 +VariableMetric: Iteration # 140 - FCN = -716367.6766685 Edm = 0.00942397 NCalls = 803 +VariableMetric: Iteration # 141 - FCN = -716367.6923186 Edm = 0.0201504 NCalls = 805 +VariableMetric: Iteration # 142 - FCN = -716367.7089279 Edm = 0.0200538 NCalls = 807 +VariableMetric: Iteration # 143 - FCN = -716367.7661011 Edm = 0.0553961 NCalls = 811 +VariableMetric: Iteration # 144 - FCN = -716367.8151141 Edm = 0.0404274 NCalls = 814 +VariableMetric: Iteration # 145 - FCN = -716367.9016548 Edm = 0.0216256 NCalls = 819 +VariableMetric: Iteration # 146 - FCN = -716367.9562739 Edm = 0.0525025 NCalls = 821 +VariableMetric: Iteration # 147 - FCN = -716367.9861196 Edm = 0.0365994 NCalls = 823 +VariableMetric: Iteration # 148 - FCN = -716368.034255 Edm = 0.0131909 NCalls = 827 +VariableMetric: Iteration # 149 - FCN = -716368.0536823 Edm = 0.0146248 NCalls = 829 +VariableMetric: Iteration # 150 - FCN = -716368.0612646 Edm = 0.00646819 NCalls = 831 +VariableMetric: Iteration # 151 - FCN = -716368.0692049 Edm = 0.00334128 NCalls = 834 +VariableMetric: Iteration # 152 - FCN = -716368.0750951 Edm = 0.00306031 NCalls = 836 +VariableMetric: Iteration # 153 - FCN = -716368.0791461 Edm = 0.00304572 NCalls = 838 +VariableMetric: Iteration # 154 - FCN = -716368.0827999 Edm = 0.00191224 NCalls = 841 +VariableMetric: Iteration # 155 - FCN = -716368.0847926 Edm = 0.00149579 NCalls = 844 +VariableMetric: Iteration # 156 - FCN = -716368.086387 Edm = 0.00093199 NCalls = 846 +VariableMetric: Iteration # 157 - FCN = -716368.0880079 Edm = 0.000835538 NCalls = 849 +VariableMetric: Iteration # 158 - FCN = -716368.0896754 Edm = 0.000430765 NCalls = 851 +VariableMetric: Iteration # 159 - FCN = -716368.0902906 Edm = 0.000165704 NCalls = 853 +VariableMetric: Iteration # 160 - FCN = -716368.090446 Edm = 0.000128313 NCalls = 856 +VariableMetric: Iteration # 161 - FCN = -716368.0907831 Edm = 9.88332e-05 NCalls = 859 +VariableMetric: Iteration # 162 - FCN = -716368.0909628 Edm = 3.2013e-05 NCalls = 861 +VariableMetric: After Hessian - FCN = -716368.0909628 Edm = 4.38573e-05 NCalls = 1240 +VariableMetric: Iteration # 163 - FCN = -716368.0909628 Edm = 4.38573e-05 NCalls = 1240 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710930.1883546 Edm = 12.5969 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710930.1883546 Edm = 12.5969 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715352.8344979 Edm = 0.579639 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715358.7336845 Edm = 1.34262 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -715559.2760031 Edm = 119.996 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715759.9990324 Edm = 1.35968 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -715761.1475941 Edm = 0.0650876 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -715761.4941078 Edm = 0.313227 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -715841.3223354 Edm = 1.01872 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -715863.3444847 Edm = 0.37822 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -715864.1383016 Edm = 0.394051 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -715895.2936173 Edm = 21.0473 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -716051.1816808 Edm = 80.5537 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -716183.0800906 Edm = 0.874583 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -716183.7463711 Edm = 0.0329784 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -716183.7890968 Edm = 0.00485148 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -716183.8856183 Edm = 0.104628 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -716187.4654449 Edm = 3.37338 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -716250.0119968 Edm = 1.81224 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -716251.9790816 Edm = 0.138596 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -716252.110548 Edm = 0.00906427 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -716252.1254274 Edm = 0.00699826 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -716253.1729699 Edm = 1.03133 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -716253.2769695 Edm = 0.096645 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -716323.3483277 Edm = 32.2827 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -716399.8476802 Edm = 1.93226 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -716401.5563259 Edm = 0.0586278 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -716401.5992619 Edm = 0.00697669 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -716401.6056086 Edm = 0.000954125 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -716401.6098752 Edm = 0.00367196 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -716401.6551531 Edm = 0.0483376 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -716402.9344807 Edm = 0.0505682 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -716409.50386 Edm = 0.398228 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -716410.1385902 Edm = 0.00945754 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -716410.1470705 Edm = 0.000229303 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -716410.1480862 Edm = 0.000829683 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -716410.2328879 Edm = 0.0918606 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -716410.4927205 Edm = 0.0928575 NCalls = 135 +VariableMetric: Iteration # 37 - FCN = -716412.5420713 Edm = 1.62829 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -716422.8123553 Edm = 3.27299 NCalls = 141 +VariableMetric: Iteration # 39 - FCN = -716425.5450332 Edm = 0.248062 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -716425.7381971 Edm = 0.00844036 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -716425.7456374 Edm = 0.000443601 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -716425.7471182 Edm = 0.00109503 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -716425.9263789 Edm = 0.191669 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -716426.2775109 Edm = 0.242136 NCalls = 163 +VariableMetric: Iteration # 45 - FCN = -716430.6132198 Edm = 1.59713 NCalls = 166 +VariableMetric: Iteration # 46 - FCN = -716432.7314888 Edm = 0.0996657 NCalls = 168 +VariableMetric: Iteration # 47 - FCN = -716432.8038413 Edm = 0.00222131 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -716432.8060589 Edm = 9.74863e-05 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -716432.8064209 Edm = 0.000248934 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -716432.8261673 Edm = 0.0201661 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -716433.3147204 Edm = 0.014733 NCalls = 185 +VariableMetric: Iteration # 52 - FCN = -716434.600042 Edm = 1.10036 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -716434.8368154 Edm = 0.0371254 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -716434.8668256 Edm = 0.000944131 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -716434.8677197 Edm = 3.26653e-05 NCalls = 192 +VariableMetric: After Hessian - FCN = -716434.8677197 Edm = 13.0228 NCalls = 543 +VariableMetric: Iteration # 56 - FCN = -716434.8677197 Edm = 13.0228 NCalls = 543 +VariableMetric: Iteration # 57 - FCN = -716438.4512427 Edm = 13.5579 NCalls = 545 +VariableMetric: Iteration # 58 - FCN = -716440.2212526 Edm = 0.804807 NCalls = 548 +VariableMetric: Iteration # 59 - FCN = -716440.9366518 Edm = 0.208092 NCalls = 549 +VariableMetric: Iteration # 60 - FCN = -716441.0243558 Edm = 0.0187508 NCalls = 551 +VariableMetric: Iteration # 61 - FCN = -716441.0419227 Edm = 0.00572018 NCalls = 553 +VariableMetric: Iteration # 62 - FCN = -716441.0467758 Edm = 0.0030634 NCalls = 555 +VariableMetric: Iteration # 63 - FCN = -716441.0660778 Edm = 0.015007 NCalls = 559 +VariableMetric: Iteration # 64 - FCN = -716441.0767461 Edm = 0.0190246 NCalls = 562 +VariableMetric: Iteration # 65 - FCN = -716441.0861905 Edm = 0.0169656 NCalls = 565 +VariableMetric: Iteration # 66 - FCN = -716441.102187 Edm = 0.0213288 NCalls = 569 +VariableMetric: Iteration # 67 - FCN = -716441.1368522 Edm = 0.0143982 NCalls = 573 +VariableMetric: Iteration # 68 - FCN = -716441.1614839 Edm = 0.00315288 NCalls = 575 +VariableMetric: Iteration # 69 - FCN = -716441.163741 Edm = 0.00014229 NCalls = 577 +VariableMetric: Iteration # 70 - FCN = -716441.1638958 Edm = 1.56825e-05 NCalls = 579 +VariableMetric: After Hessian - FCN = -716441.1638958 Edm = 8.39397e-05 NCalls = 944 +VariableMetric: Iteration # 71 - FCN = -716441.1638958 Edm = 8.39397e-05 NCalls = 944 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712677.4455034 Edm = 3.84049 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712677.4455034 Edm = 3.84049 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714039.7901705 Edm = 0.728596 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714043.0250312 Edm = 2.69248 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714299.3355614 Edm = 41.6932 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -714348.4401773 Edm = 0.241717 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -714349.0646024 Edm = 0.589589 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -714379.6948537 Edm = 24.9043 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -714477.7590107 Edm = 0.685349 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -714478.5744057 Edm = 0.0937484 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -714482.952516 Edm = 4.40283 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -714604.8798217 Edm = 18.2673 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -714805.0717624 Edm = 29.8242 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -714854.1412832 Edm = 2.83822 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -714857.7874884 Edm = 0.422174 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -714858.1034496 Edm = 0.0338091 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -714858.1785134 Edm = 0.0212776 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -714859.6153015 Edm = 1.37311 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -715032.2220762 Edm = 25.1204 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -715071.1482026 Edm = 10.0258 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -715079.4286269 Edm = 1.51398 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -715080.7984034 Edm = 0.1394 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -715080.946411 Edm = 0.00489206 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -715080.9574605 Edm = 0.00549855 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -715084.3647119 Edm = 4.06083 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -715084.3924811 Edm = 0.017964 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -715093.6694081 Edm = 7.71664 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -715123.1443319 Edm = 7.47681 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -715129.3253185 Edm = 0.484402 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -715129.5792941 Edm = 0.038167 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -715129.6273793 Edm = 0.0113291 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -715129.8962351 Edm = 0.242915 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -715137.4851581 Edm = 6.74628 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -715518.1130755 Edm = 49.4521 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -715527.0549814 Edm = 25.9759 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -715547.3334696 Edm = 5.0499 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -715553.1987775 Edm = 1.0008 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -715556.585921 Edm = 1.62454 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -715561.2110901 Edm = 4.91214 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -715564.8921758 Edm = 2.0676 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -715566.1300749 Edm = 0.112069 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -715566.2616507 Edm = 0.067098 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -715566.4340807 Edm = 0.0517699 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -715566.5768784 Edm = 0.0744524 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -715567.5078597 Edm = 0.930949 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -715570.4983092 Edm = 2.68491 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -715653.1975266 Edm = 207.02 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -715667.6809094 Edm = 20.7062 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -715669.8914167 Edm = 23.9639 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -715686.6451302 Edm = 12.2042 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -715755.2203273 Edm = 63.7966 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -715789.554821 Edm = 13.1927 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -715813.1848607 Edm = 20.7761 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -715843.2321984 Edm = 17.9963 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -715857.3711837 Edm = 17.8098 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -715878.3806106 Edm = 21.1738 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -715916.6431995 Edm = 26.5806 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -715986.7874279 Edm = 9.1721 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -715997.9201869 Edm = 12.2706 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -716006.2837758 Edm = 5.85001 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -716048.3492951 Edm = 31.2721 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -716170.8750617 Edm = 17.6927 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -716201.3913765 Edm = 13.9646 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -716218.1898952 Edm = 10.529 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -716223.7380207 Edm = 4.75184 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -716231.4280722 Edm = 2.89007 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -716238.2457371 Edm = 1.06073 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -716239.3096127 Edm = 0.182073 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -716239.8836276 Edm = 0.108149 NCalls = 214 +VariableMetric: Iteration # 68 - FCN = -716240.0073051 Edm = 0.0242404 NCalls = 216 +VariableMetric: Iteration # 69 - FCN = -716240.027444 Edm = 0.00321622 NCalls = 217 +VariableMetric: Iteration # 70 - FCN = -716240.0489498 Edm = 0.0144457 NCalls = 220 +VariableMetric: Iteration # 71 - FCN = -716240.7568 Edm = 0.631822 NCalls = 225 +VariableMetric: Iteration # 72 - FCN = -716279.1900828 Edm = 16.0051 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -716300.5992492 Edm = 2.90506 NCalls = 232 +VariableMetric: Iteration # 74 - FCN = -716303.7064075 Edm = 0.733729 NCalls = 234 +VariableMetric: Iteration # 75 - FCN = -716304.4296166 Edm = 0.0449131 NCalls = 236 +VariableMetric: Iteration # 76 - FCN = -716304.4687383 Edm = 0.00395569 NCalls = 238 +VariableMetric: Iteration # 77 - FCN = -716304.4747218 Edm = 0.00328873 NCalls = 240 +VariableMetric: Iteration # 78 - FCN = -716304.5702312 Edm = 0.0526666 NCalls = 245 +VariableMetric: Iteration # 79 - FCN = -716305.7012793 Edm = 0.924679 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -716321.3957682 Edm = 1.35836 NCalls = 253 +VariableMetric: Iteration # 81 - FCN = -716323.818713 Edm = 0.278075 NCalls = 255 +VariableMetric: Iteration # 82 - FCN = -716324.1076538 Edm = 0.0789626 NCalls = 257 +VariableMetric: Iteration # 83 - FCN = -716324.2204715 Edm = 0.0283519 NCalls = 259 +VariableMetric: Iteration # 84 - FCN = -716324.2676654 Edm = 0.00289747 NCalls = 261 +VariableMetric: Iteration # 85 - FCN = -716324.2725824 Edm = 0.000386164 NCalls = 263 +VariableMetric: Iteration # 86 - FCN = -716324.2732821 Edm = 7.81852e-05 NCalls = 265 +VariableMetric: Iteration # 87 - FCN = -716324.2736203 Edm = 0.000194538 NCalls = 267 +VariableMetric: Iteration # 88 - FCN = -716324.2823943 Edm = 0.00868649 NCalls = 271 +VariableMetric: Iteration # 89 - FCN = -716324.3651797 Edm = 0.0917756 NCalls = 278 +VariableMetric: Iteration # 90 - FCN = -716324.366434 Edm = 0.00114138 NCalls = 281 +VariableMetric: Iteration # 91 - FCN = -716324.4313486 Edm = 0.0857168 NCalls = 287 +VariableMetric: Iteration # 92 - FCN = -716324.4350494 Edm = 0.00355636 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -716324.7671257 Edm = 0.038346 NCalls = 298 +VariableMetric: Iteration # 94 - FCN = -716326.4200508 Edm = 0.396821 NCalls = 300 +VariableMetric: Iteration # 95 - FCN = -716327.3038047 Edm = 0.0389105 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -716327.3942428 Edm = 0.0210589 NCalls = 306 +VariableMetric: Iteration # 97 - FCN = -716327.4353251 Edm = 0.0141997 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -716327.4494416 Edm = 0.00824442 NCalls = 310 +VariableMetric: Iteration # 99 - FCN = -716327.4624178 Edm = 0.00163778 NCalls = 313 +VariableMetric: Iteration # 100 - FCN = -716327.4644242 Edm = 0.000238979 NCalls = 315 +VariableMetric: Iteration # 101 - FCN = -716327.4647429 Edm = 0.000159851 NCalls = 317 +VariableMetric: Iteration # 102 - FCN = -716327.4651635 Edm = 0.000359814 NCalls = 319 +VariableMetric: Iteration # 103 - FCN = -716327.4858261 Edm = 0.0183706 NCalls = 325 +VariableMetric: Iteration # 104 - FCN = -716327.995529 Edm = 0.929963 NCalls = 330 +VariableMetric: Iteration # 105 - FCN = -716328.0384301 Edm = 0.065537 NCalls = 333 +VariableMetric: Iteration # 106 - FCN = -716328.5829551 Edm = 0.445518 NCalls = 337 +VariableMetric: Iteration # 107 - FCN = -716331.6898281 Edm = 0.66568 NCalls = 341 +VariableMetric: Iteration # 108 - FCN = -716335.1237732 Edm = 1.3916 NCalls = 346 +VariableMetric: Iteration # 109 - FCN = -716335.9314439 Edm = 3.40939 NCalls = 348 +VariableMetric: Iteration # 110 - FCN = -716337.5688425 Edm = 0.915711 NCalls = 351 +VariableMetric: Iteration # 111 - FCN = -716343.1656541 Edm = 10.8723 NCalls = 357 +VariableMetric: Iteration # 112 - FCN = -716343.5959207 Edm = 2.49329 NCalls = 358 +VariableMetric: Iteration # 113 - FCN = -716351.0252588 Edm = 5.59179 NCalls = 362 +VariableMetric: Iteration # 114 - FCN = -716355.9466967 Edm = 5.27632 NCalls = 364 +VariableMetric: Iteration # 115 - FCN = -716359.4096111 Edm = 0.481688 NCalls = 367 +VariableMetric: Iteration # 116 - FCN = -716359.7502721 Edm = 0.0520219 NCalls = 369 +VariableMetric: Iteration # 117 - FCN = -716359.785348 Edm = 0.0111989 NCalls = 371 +VariableMetric: Iteration # 118 - FCN = -716359.8020142 Edm = 0.00571218 NCalls = 373 +VariableMetric: Iteration # 119 - FCN = -716359.8120784 Edm = 0.00152605 NCalls = 375 +VariableMetric: Iteration # 120 - FCN = -716359.8142651 Edm = 0.000667719 NCalls = 377 +VariableMetric: Iteration # 121 - FCN = -716359.8166195 Edm = 0.00175442 NCalls = 379 +VariableMetric: Iteration # 122 - FCN = -716359.9033343 Edm = 0.076696 NCalls = 385 +VariableMetric: Iteration # 123 - FCN = -716364.4625546 Edm = 5.81069 NCalls = 391 +VariableMetric: Iteration # 124 - FCN = -716365.464898 Edm = 4.87263 NCalls = 395 +VariableMetric: Iteration # 125 - FCN = -716376.9730286 Edm = 10.4591 NCalls = 401 +VariableMetric: Iteration # 126 - FCN = -716384.1907699 Edm = 4.53931 NCalls = 403 +VariableMetric: Iteration # 127 - FCN = -716392.0222472 Edm = 4.89887 NCalls = 405 +VariableMetric: Iteration # 128 - FCN = -716397.7202183 Edm = 1.70849 NCalls = 408 +VariableMetric: Iteration # 129 - FCN = -716399.2689469 Edm = 0.321128 NCalls = 409 +VariableMetric: Iteration # 130 - FCN = -716399.6026979 Edm = 0.065141 NCalls = 411 +VariableMetric: Iteration # 131 - FCN = -716399.6895617 Edm = 0.0437153 NCalls = 413 +VariableMetric: Iteration # 132 - FCN = -716399.7753127 Edm = 0.0292252 NCalls = 416 +VariableMetric: Iteration # 133 - FCN = -716399.8151723 Edm = 0.0205636 NCalls = 418 +VariableMetric: Iteration # 134 - FCN = -716399.8330174 Edm = 0.00451118 NCalls = 420 +VariableMetric: Iteration # 135 - FCN = -716399.8445456 Edm = 0.00239157 NCalls = 422 +VariableMetric: Iteration # 136 - FCN = -716399.8501188 Edm = 0.0026659 NCalls = 425 +VariableMetric: Iteration # 137 - FCN = -716399.8561269 Edm = 0.00304103 NCalls = 428 +VariableMetric: Iteration # 138 - FCN = -716399.873516 Edm = 0.0225055 NCalls = 432 +VariableMetric: Iteration # 139 - FCN = -716399.8944044 Edm = 0.0339254 NCalls = 435 +VariableMetric: Iteration # 140 - FCN = -716399.9006815 Edm = 0.00732907 NCalls = 439 +VariableMetric: Iteration # 141 - FCN = -716399.9264882 Edm = 0.0309431 NCalls = 443 +VariableMetric: Iteration # 142 - FCN = -716400.1567161 Edm = 0.0660877 NCalls = 450 +VariableMetric: Iteration # 143 - FCN = -716401.0942206 Edm = 2.44752 NCalls = 460 +VariableMetric: Iteration # 144 - FCN = -716401.2313934 Edm = 1.23207 NCalls = 463 +VariableMetric: Iteration # 145 - FCN = -716403.3284931 Edm = 3.99997 NCalls = 468 +VariableMetric: Iteration # 146 - FCN = -716403.4565713 Edm = 0.183899 NCalls = 470 +VariableMetric: Iteration # 147 - FCN = -716406.9782656 Edm = 2.6088 NCalls = 477 +VariableMetric: Iteration # 148 - FCN = -716417.587352 Edm = 2.99377 NCalls = 480 +VariableMetric: Iteration # 149 - FCN = -716421.3785521 Edm = 0.531049 NCalls = 482 +VariableMetric: Iteration # 150 - FCN = -716422.0315307 Edm = 0.0896682 NCalls = 484 +VariableMetric: Iteration # 151 - FCN = -716422.2001258 Edm = 0.0112539 NCalls = 486 +VariableMetric: Iteration # 152 - FCN = -716422.2132206 Edm = 0.000779316 NCalls = 488 +VariableMetric: Iteration # 153 - FCN = -716422.214505 Edm = 0.000324679 NCalls = 490 +VariableMetric: Iteration # 154 - FCN = -716422.2175214 Edm = 0.00248813 NCalls = 493 +VariableMetric: Iteration # 155 - FCN = -716422.2298356 Edm = 0.0124366 NCalls = 495 +VariableMetric: Iteration # 156 - FCN = -716422.2325418 Edm = 0.00216797 NCalls = 497 +VariableMetric: Iteration # 157 - FCN = -716422.2387548 Edm = 0.000659935 NCalls = 499 +VariableMetric: Iteration # 158 - FCN = -716422.2395712 Edm = 0.000105807 NCalls = 501 +VariableMetric: Iteration # 159 - FCN = -716422.2396607 Edm = 1.06719e-05 NCalls = 502 +VariableMetric: After Hessian - FCN = -716422.2396607 Edm = 56.7877 NCalls = 869 +VariableMetric: Iteration # 160 - FCN = -716422.2396607 Edm = 56.7877 NCalls = 869 +VariableMetric: Iteration # 161 - FCN = -716423.3181347 Edm = 2931.89 NCalls = 872 +VariableMetric: Iteration # 162 - FCN = -716423.3243791 Edm = 2680.33 NCalls = 877 +VariableMetric: Iteration # 163 - FCN = -716423.3665633 Edm = 105.36 NCalls = 881 +VariableMetric: Iteration # 164 - FCN = -716423.3702881 Edm = 484.961 NCalls = 886 +VariableMetric: Iteration # 165 - FCN = -716423.4455621 Edm = 502.906 NCalls = 889 +VariableMetric: Iteration # 166 - FCN = -716423.6080204 Edm = 323.743 NCalls = 892 +VariableMetric: Iteration # 167 - FCN = -716425.1269321 Edm = 682.969 NCalls = 895 +VariableMetric: Iteration # 168 - FCN = -716426.0946936 Edm = 217.983 NCalls = 898 +VariableMetric: Iteration # 169 - FCN = -716426.7558633 Edm = 226.009 NCalls = 901 +VariableMetric: Iteration # 170 - FCN = -716427.8319596 Edm = 192.773 NCalls = 904 +VariableMetric: Iteration # 171 - FCN = -716428.1816299 Edm = 17.7943 NCalls = 907 +VariableMetric: Iteration # 172 - FCN = -716428.3195264 Edm = 66.0716 NCalls = 910 +VariableMetric: Iteration # 173 - FCN = -716428.7139481 Edm = 71.3793 NCalls = 912 +VariableMetric: Iteration # 174 - FCN = -716429.452416 Edm = 17.7289 NCalls = 914 +VariableMetric: Iteration # 175 - FCN = -716429.8469413 Edm = 6.71978 NCalls = 916 +VariableMetric: Iteration # 176 - FCN = -716430.2496248 Edm = 21.2698 NCalls = 918 +VariableMetric: Iteration # 177 - FCN = -716431.5815864 Edm = 24.6292 NCalls = 920 +VariableMetric: Iteration # 178 - FCN = -716433.0160727 Edm = 24.5433 NCalls = 922 +VariableMetric: Iteration # 179 - FCN = -716434.8407024 Edm = 6.8952 NCalls = 924 +VariableMetric: Iteration # 180 - FCN = -716436.8581572 Edm = 33.668 NCalls = 926 +VariableMetric: Iteration # 181 - FCN = -716439.2856762 Edm = 2.27843 NCalls = 928 +VariableMetric: Iteration # 182 - FCN = -716439.4954136 Edm = 2.37876 NCalls = 930 +VariableMetric: Iteration # 183 - FCN = -716440.6461979 Edm = 0.431944 NCalls = 932 +VariableMetric: Iteration # 184 - FCN = -716441.0675395 Edm = 0.164415 NCalls = 936 +VariableMetric: Iteration # 185 - FCN = -716441.2549334 Edm = 0.0661307 NCalls = 939 +VariableMetric: Iteration # 186 - FCN = -716441.3125558 Edm = 0.0473411 NCalls = 941 +VariableMetric: Iteration # 187 - FCN = -716441.3346557 Edm = 0.031122 NCalls = 943 +VariableMetric: Iteration # 188 - FCN = -716441.364746 Edm = 0.0204551 NCalls = 946 +VariableMetric: Iteration # 189 - FCN = -716441.3901045 Edm = 0.0254003 NCalls = 949 +VariableMetric: Iteration # 190 - FCN = -716441.4342746 Edm = 0.0392265 NCalls = 952 +VariableMetric: Iteration # 191 - FCN = -716441.520951 Edm = 0.0419332 NCalls = 956 +VariableMetric: Iteration # 192 - FCN = -716441.5953063 Edm = 0.028991 NCalls = 960 +VariableMetric: Iteration # 193 - FCN = -716441.6131091 Edm = 0.0221474 NCalls = 962 +VariableMetric: Iteration # 194 - FCN = -716441.640089 Edm = 0.00925929 NCalls = 964 +VariableMetric: Iteration # 195 - FCN = -716441.6600668 Edm = 0.00532266 NCalls = 966 +VariableMetric: Iteration # 196 - FCN = -716441.66618 Edm = 0.00514007 NCalls = 968 +VariableMetric: Iteration # 197 - FCN = -716441.6708647 Edm = 0.00267131 NCalls = 971 +VariableMetric: Iteration # 198 - FCN = -716441.6778485 Edm = 0.00376067 NCalls = 974 +VariableMetric: Iteration # 199 - FCN = -716441.6825618 Edm = 0.00355042 NCalls = 976 +VariableMetric: Iteration # 200 - FCN = -716441.6853576 Edm = 0.000793836 NCalls = 979 +VariableMetric: Iteration # 201 - FCN = -716441.6868098 Edm = 0.00125159 NCalls = 981 +VariableMetric: Iteration # 202 - FCN = -716441.6878986 Edm = 0.000797593 NCalls = 983 +VariableMetric: Iteration # 203 - FCN = -716441.6890316 Edm = 0.00041315 NCalls = 987 +VariableMetric: Iteration # 204 - FCN = -716441.6897317 Edm = 0.000516978 NCalls = 989 +VariableMetric: Iteration # 205 - FCN = -716441.6900315 Edm = 0.000197625 NCalls = 991 +VariableMetric: Iteration # 206 - FCN = -716441.6903815 Edm = 5.84012e-05 NCalls = 995 +VariableMetric: Iteration # 207 - FCN = -716441.6905069 Edm = 2.64481e-05 NCalls = 998 +VariableMetric: After Hessian - FCN = -716441.6905069 Edm = 2.54297e-05 NCalls = 1379 +VariableMetric: Iteration # 208 - FCN = -716441.6905069 Edm = 2.54297e-05 NCalls = 1379 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707774.3732404 Edm = 4.456 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707774.3732404 Edm = 4.456 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713286.7516969 Edm = 1.49928 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -713343.0946662 Edm = 1.63302 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -713366.5166758 Edm = 31.0284 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -713392.7188667 Edm = 24.2811 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -714219.4730737 Edm = 5.50896 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -714225.5605746 Edm = 0.917868 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -714227.3921312 Edm = 1.70461 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -714380.8223732 Edm = 22.2946 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -714402.7596303 Edm = 0.268714 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -714403.0296357 Edm = 0.011609 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -714403.232895 Edm = 0.199728 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -714423.7252988 Edm = 0.63629 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -714509.7741362 Edm = 2.34837 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -714512.4495584 Edm = 0.168828 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -714512.671099 Edm = 0.0319002 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -714512.9607884 Edm = 0.206697 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -714537.7529287 Edm = 21.0898 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -714771.1112338 Edm = 2.68183 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -714774.360047 Edm = 0.260057 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -714774.4890032 Edm = 0.0368537 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -714774.5319929 Edm = 0.00488832 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -714774.5704878 Edm = 0.0265216 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -714814.2306561 Edm = 12.2648 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -714963.8005418 Edm = 20.6403 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -715005.2771302 Edm = 13.2516 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -715037.7785389 Edm = 24.9322 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -715565.0829607 Edm = 258.832 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -715565.0829607 Edm = 258.832 NCalls = 111 +VariableMetric: After Hessian - FCN = -715565.0829607 Edm = 13098.4 NCalls = 462 +VariableMetric: Iteration # 29 - FCN = -715565.0829607 Edm = 13098.4 NCalls = 462 +VariableMetric: Iteration # 30 - FCN = -715592.4864912 Edm = 117370 NCalls = 469 +VariableMetric: Iteration # 31 - FCN = -715810.1249992 Edm = 80.9263 NCalls = 473 +VariableMetric: Iteration # 32 - FCN = -716256.0375638 Edm = 16.8115 NCalls = 479 +VariableMetric: Iteration # 33 - FCN = -716321.831307 Edm = 12.1366 NCalls = 488 +VariableMetric: Iteration # 34 - FCN = -716323.4822537 Edm = 17.3328 NCalls = 491 +VariableMetric: Iteration # 35 - FCN = -716379.9308283 Edm = 1.18666 NCalls = 495 +VariableMetric: Iteration # 36 - FCN = -716398.5828755 Edm = 4.45351 NCalls = 498 +VariableMetric: Iteration # 37 - FCN = -716405.4972667 Edm = 1.27146 NCalls = 500 +VariableMetric: Iteration # 38 - FCN = -716409.8490759 Edm = 2.26834 NCalls = 503 +VariableMetric: Iteration # 39 - FCN = -716422.9361887 Edm = 1.43102 NCalls = 506 +VariableMetric: Iteration # 40 - FCN = -716424.6769031 Edm = 0.612963 NCalls = 508 +VariableMetric: Iteration # 41 - FCN = -716426.4197822 Edm = 0.676605 NCalls = 510 +VariableMetric: Iteration # 42 - FCN = -716427.7635289 Edm = 0.485205 NCalls = 512 +VariableMetric: Iteration # 43 - FCN = -716429.2201674 Edm = 0.504362 NCalls = 514 +VariableMetric: Iteration # 44 - FCN = -716430.2638777 Edm = 0.164204 NCalls = 516 +VariableMetric: Iteration # 45 - FCN = -716430.7873849 Edm = 0.244986 NCalls = 518 +VariableMetric: Iteration # 46 - FCN = -716431.7752349 Edm = 0.529358 NCalls = 520 +VariableMetric: Iteration # 47 - FCN = -716433.733506 Edm = 0.151083 NCalls = 522 +VariableMetric: Iteration # 48 - FCN = -716433.9663872 Edm = 0.113796 NCalls = 524 +VariableMetric: Iteration # 49 - FCN = -716435.8075395 Edm = 0.879385 NCalls = 528 +VariableMetric: Iteration # 50 - FCN = -716436.7947595 Edm = 0.132327 NCalls = 530 +VariableMetric: Iteration # 51 - FCN = -716436.9651915 Edm = 0.0992794 NCalls = 532 +VariableMetric: Iteration # 52 - FCN = -716437.4322598 Edm = 0.346768 NCalls = 536 +VariableMetric: Iteration # 53 - FCN = -716438.4034467 Edm = 0.0618144 NCalls = 538 +VariableMetric: Iteration # 54 - FCN = -716438.525649 Edm = 0.0297358 NCalls = 540 +VariableMetric: Iteration # 55 - FCN = -716438.7261224 Edm = 0.167454 NCalls = 543 +VariableMetric: Iteration # 56 - FCN = -716439.2987671 Edm = 0.0604106 NCalls = 545 +VariableMetric: Iteration # 57 - FCN = -716439.3472826 Edm = 0.00412119 NCalls = 547 +VariableMetric: Iteration # 58 - FCN = -716439.3527404 Edm = 0.00391473 NCalls = 549 +VariableMetric: Iteration # 59 - FCN = -716439.3764764 Edm = 0.0128152 NCalls = 552 +VariableMetric: Iteration # 60 - FCN = -716439.3960577 Edm = 0.000603084 NCalls = 554 +VariableMetric: Iteration # 61 - FCN = -716439.396919 Edm = 0.000323052 NCalls = 556 +VariableMetric: Iteration # 62 - FCN = -716439.4102465 Edm = 0.00601888 NCalls = 561 +VariableMetric: Iteration # 63 - FCN = -716439.421226 Edm = 0.000378729 NCalls = 563 +VariableMetric: Iteration # 64 - FCN = -716439.4224035 Edm = 0.000902636 NCalls = 565 +VariableMetric: Iteration # 65 - FCN = -716439.4366827 Edm = 0.00296588 NCalls = 570 +VariableMetric: Iteration # 66 - FCN = -716439.4409423 Edm = 0.000563113 NCalls = 572 +VariableMetric: Iteration # 67 - FCN = -716439.4602627 Edm = 0.0155979 NCalls = 577 +VariableMetric: Iteration # 68 - FCN = -716439.5144805 Edm = 0.00797008 NCalls = 580 +VariableMetric: Iteration # 69 - FCN = -716439.5209957 Edm = 0.00388307 NCalls = 582 +VariableMetric: Iteration # 70 - FCN = -716439.533782 Edm = 0.0124053 NCalls = 584 +VariableMetric: Iteration # 71 - FCN = -716439.7445067 Edm = 0.136849 NCalls = 589 +VariableMetric: Iteration # 72 - FCN = -716439.8315065 Edm = 0.133524 NCalls = 591 +VariableMetric: Iteration # 73 - FCN = -716439.9838765 Edm = 0.055369 NCalls = 593 +VariableMetric: Iteration # 74 - FCN = -716440.0910706 Edm = 0.110753 NCalls = 595 +VariableMetric: Iteration # 75 - FCN = -716440.2362308 Edm = 0.0355604 NCalls = 598 +VariableMetric: Iteration # 76 - FCN = -716440.2971174 Edm = 0.0593035 NCalls = 601 +VariableMetric: Iteration # 77 - FCN = -716440.3607666 Edm = 0.0309178 NCalls = 603 +VariableMetric: Iteration # 78 - FCN = -716440.4223027 Edm = 0.0178623 NCalls = 606 +VariableMetric: Iteration # 79 - FCN = -716440.4553735 Edm = 0.0195999 NCalls = 608 +VariableMetric: Iteration # 80 - FCN = -716440.4866822 Edm = 0.014196 NCalls = 611 +VariableMetric: Iteration # 81 - FCN = -716440.5183632 Edm = 0.0141573 NCalls = 613 +VariableMetric: Iteration # 82 - FCN = -716440.5625741 Edm = 0.0340388 NCalls = 615 +VariableMetric: Iteration # 83 - FCN = -716440.6139253 Edm = 0.0120363 NCalls = 619 +VariableMetric: Iteration # 84 - FCN = -716440.6360495 Edm = 0.00911144 NCalls = 621 +VariableMetric: Iteration # 85 - FCN = -716440.657122 Edm = 0.0195762 NCalls = 623 +VariableMetric: Iteration # 86 - FCN = -716440.7355925 Edm = 0.0392017 NCalls = 626 +VariableMetric: Iteration # 87 - FCN = -716440.8327872 Edm = 0.0165906 NCalls = 629 +VariableMetric: Iteration # 88 - FCN = -716440.8523236 Edm = 0.0103043 NCalls = 631 +VariableMetric: Iteration # 89 - FCN = -716440.8660873 Edm = 0.00365697 NCalls = 634 +VariableMetric: Iteration # 90 - FCN = -716440.8724944 Edm = 0.000702389 NCalls = 637 +VariableMetric: Iteration # 91 - FCN = -716440.8734121 Edm = 0.00039185 NCalls = 639 +VariableMetric: Iteration # 92 - FCN = -716440.873806 Edm = 0.000189709 NCalls = 641 +VariableMetric: Iteration # 93 - FCN = -716440.8748903 Edm = 0.000669161 NCalls = 644 +VariableMetric: Iteration # 94 - FCN = -716440.8871534 Edm = 0.00777455 NCalls = 649 +VariableMetric: Iteration # 95 - FCN = -716440.9014493 Edm = 0.0241829 NCalls = 652 +VariableMetric: Iteration # 96 - FCN = -716440.9063639 Edm = 0.00115251 NCalls = 654 +VariableMetric: Iteration # 97 - FCN = -716440.9075734 Edm = 0.000126102 NCalls = 656 +VariableMetric: Iteration # 98 - FCN = -716440.9077616 Edm = 9.59235e-05 NCalls = 658 +VariableMetric: Iteration # 99 - FCN = -716440.908353 Edm = 0.0002709 NCalls = 662 +VariableMetric: Iteration # 100 - FCN = -716440.9090808 Edm = 0.000330653 NCalls = 665 +VariableMetric: Iteration # 101 - FCN = -716440.9092628 Edm = 0.000160741 NCalls = 667 +VariableMetric: Iteration # 102 - FCN = -716440.9095375 Edm = 6.80423e-05 NCalls = 670 +VariableMetric: Iteration # 103 - FCN = -716440.9097144 Edm = 4.96013e-05 NCalls = 673 +VariableMetric: After Hessian - FCN = -716440.9097144 Edm = 0.000175472 NCalls = 1048 +VariableMetric: Iteration # 104 - FCN = -716440.9097144 Edm = 0.000175472 NCalls = 1048 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712269.0482848 Edm = 6.848 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712269.0482848 Edm = 6.848 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714702.8269701 Edm = 0.571826 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714706.8747125 Edm = 0.627683 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714856.1500968 Edm = 33.0195 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -714910.844016 Edm = 0.494292 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -714912.0573479 Edm = 0.679005 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -715085.9698616 Edm = 217.639 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -715099.1034515 Edm = 14.0289 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -715463.3634335 Edm = 57.6922 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -715519.54114 Edm = 0.260318 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -715519.783496 Edm = 0.0504457 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -715519.8991348 Edm = 0.119519 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -715570.4795392 Edm = 5.18903 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -715684.1185697 Edm = 4.88491 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -715693.0158307 Edm = 0.411856 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -715780.587902 Edm = 96.0395 NCalls = 67 +VariableMetric: Iteration # 16 - FCN = -715790.109895 Edm = 282.103 NCalls = 71 +VariableMetric: Iteration # 17 - FCN = -715796.4423902 Edm = 4.11821 NCalls = 74 +VariableMetric: Iteration # 18 - FCN = -715897.1776935 Edm = 4.85193 NCalls = 79 +VariableMetric: Iteration # 19 - FCN = -715901.6115007 Edm = 0.202245 NCalls = 81 +VariableMetric: Iteration # 20 - FCN = -715901.7481765 Edm = 0.0308816 NCalls = 83 +VariableMetric: Iteration # 21 - FCN = -715901.8083536 Edm = 0.0271681 NCalls = 85 +VariableMetric: Iteration # 22 - FCN = -715935.3599369 Edm = 10.8991 NCalls = 92 +VariableMetric: Iteration # 23 - FCN = -715965.7644298 Edm = 1.99251 NCalls = 95 +VariableMetric: Iteration # 24 - FCN = -715968.6664962 Edm = 0.580624 NCalls = 97 +VariableMetric: Iteration # 25 - FCN = -715969.6266402 Edm = 0.735151 NCalls = 100 +VariableMetric: Iteration # 26 - FCN = -715970.3416779 Edm = 0.0570622 NCalls = 102 +VariableMetric: Iteration # 27 - FCN = -715970.4025662 Edm = 0.002786 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -715970.40899 Edm = 0.00422504 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -715970.7287576 Edm = 0.320044 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -715988.4788142 Edm = 5.56457 NCalls = 116 +VariableMetric: Iteration # 31 - FCN = -715995.6431262 Edm = 9.58546 NCalls = 118 +VariableMetric: Iteration # 32 - FCN = -716000.872192 Edm = 1.44158 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -716003.0452272 Edm = 0.103083 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -716003.1514632 Edm = 0.0125929 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -716003.1671356 Edm = 0.00161906 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -716003.1795074 Edm = 0.0105816 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -716019.7399505 Edm = 6.46724 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -716024.3951746 Edm = 0.165972 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -716024.6290929 Edm = 0.0728451 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -716024.6903028 Edm = 0.0146185 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -716024.741154 Edm = 0.0373167 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -716036.8747718 Edm = 13.3761 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -716042.2721103 Edm = 5.24629 NCalls = 157 +VariableMetric: Iteration # 44 - FCN = -716107.9320079 Edm = 5.88984 NCalls = 161 +VariableMetric: Iteration # 45 - FCN = -716113.1145977 Edm = 0.232833 NCalls = 163 +VariableMetric: Iteration # 46 - FCN = -716113.3613568 Edm = 0.014668 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -716113.3773776 Edm = 0.00592225 NCalls = 167 +VariableMetric: Iteration # 48 - FCN = -716113.3967177 Edm = 0.0112491 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -716113.9571714 Edm = 0.517405 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -716122.1008543 Edm = 3.64556 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -716141.6891185 Edm = 5.4401 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -716146.9998838 Edm = 2.1505 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -716149.1493775 Edm = 0.480655 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -716149.9601201 Edm = 0.0854096 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -716150.0474513 Edm = 0.0144108 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -716150.0607504 Edm = 0.00168902 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -716150.0714507 Edm = 0.00892435 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -716150.977247 Edm = 1.6895 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -716151.0219556 Edm = 0.0352548 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -716164.9692285 Edm = 2.63597 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -716188.5744226 Edm = 4.83168 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -716192.659825 Edm = 1.15448 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -716193.8064574 Edm = 0.0600928 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -716193.8711588 Edm = 0.010557 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -716193.8836957 Edm = 0.00289752 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -716193.8903604 Edm = 0.00264338 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -716193.8990635 Edm = 0.00535578 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -716194.0250143 Edm = 0.11302 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -716201.9513477 Edm = 31.5728 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -716202.3365467 Edm = 2.73685 NCalls = 237 +VariableMetric: Iteration # 71 - FCN = -716207.2049793 Edm = 3.16926 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -716211.6358654 Edm = 6.93771 NCalls = 243 +VariableMetric: Iteration # 73 - FCN = -716222.4175995 Edm = 3.70339 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -716227.2919623 Edm = 0.239526 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -716227.6255068 Edm = 0.130471 NCalls = 249 +VariableMetric: Iteration # 76 - FCN = -716228.3922104 Edm = 0.674461 NCalls = 252 +VariableMetric: Iteration # 77 - FCN = -716232.2488646 Edm = 0.744532 NCalls = 257 +VariableMetric: Iteration # 78 - FCN = -716233.0833676 Edm = 0.0965254 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -716233.2862043 Edm = 0.398018 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -716233.7163883 Edm = 0.403308 NCalls = 266 +VariableMetric: Iteration # 81 - FCN = -716234.0038507 Edm = 0.429345 NCalls = 268 +VariableMetric: Iteration # 82 - FCN = -716234.5176054 Edm = 0.306021 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -716234.7109352 Edm = 0.18447 NCalls = 273 +VariableMetric: Iteration # 84 - FCN = -716235.0816819 Edm = 0.0667551 NCalls = 277 +VariableMetric: Iteration # 85 - FCN = -716235.1803673 Edm = 0.0114097 NCalls = 279 +VariableMetric: Iteration # 86 - FCN = -716235.2006181 Edm = 0.00188486 NCalls = 281 +VariableMetric: Iteration # 87 - FCN = -716235.2036056 Edm = 0.00409911 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -716235.2227539 Edm = 0.0193852 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -716235.9630839 Edm = 0.774307 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -716236.1909628 Edm = 0.227314 NCalls = 299 +VariableMetric: Iteration # 91 - FCN = -716238.3313038 Edm = 0.298577 NCalls = 306 +VariableMetric: Iteration # 92 - FCN = -716251.7112741 Edm = 10.0053 NCalls = 309 +VariableMetric: Iteration # 93 - FCN = -716279.2810352 Edm = 13.3542 NCalls = 312 +VariableMetric: Iteration # 94 - FCN = -716291.7647848 Edm = 7.6358 NCalls = 313 +VariableMetric: Iteration # 95 - FCN = -716296.0175591 Edm = 0.587544 NCalls = 314 +VariableMetric: Iteration # 96 - FCN = -716296.7802482 Edm = 0.201987 NCalls = 316 +VariableMetric: Iteration # 97 - FCN = -716296.9513634 Edm = 0.0858787 NCalls = 318 +VariableMetric: Iteration # 98 - FCN = -716297.0208728 Edm = 0.0173036 NCalls = 320 +VariableMetric: Iteration # 99 - FCN = -716297.0518007 Edm = 0.00519571 NCalls = 323 +VariableMetric: Iteration # 100 - FCN = -716297.069226 Edm = 0.00288047 NCalls = 326 +VariableMetric: Iteration # 101 - FCN = -716297.0752222 Edm = 0.00170363 NCalls = 328 +VariableMetric: Iteration # 102 - FCN = -716297.0871406 Edm = 0.0130896 NCalls = 331 +VariableMetric: Iteration # 103 - FCN = -716297.1546521 Edm = 0.0613989 NCalls = 337 +VariableMetric: Iteration # 104 - FCN = -716297.1709158 Edm = 0.0234506 NCalls = 341 +VariableMetric: Iteration # 105 - FCN = -716297.2296821 Edm = 0.0428626 NCalls = 345 +VariableMetric: Iteration # 106 - FCN = -716298.227538 Edm = 1.11903 NCalls = 351 +VariableMetric: Iteration # 107 - FCN = -716301.1019415 Edm = 6.4175 NCalls = 357 +VariableMetric: Iteration # 108 - FCN = -716301.6875568 Edm = 2.19171 NCalls = 360 +VariableMetric: Iteration # 109 - FCN = -716302.5423236 Edm = 0.607194 NCalls = 364 +VariableMetric: Iteration # 110 - FCN = -716310.6971888 Edm = 2.23705 NCalls = 368 +VariableMetric: Iteration # 111 - FCN = -716315.1837575 Edm = 2.32642 NCalls = 371 +VariableMetric: Iteration # 112 - FCN = -716319.7382309 Edm = 4.14941 NCalls = 373 +VariableMetric: Iteration # 113 - FCN = -716331.6930768 Edm = 10.8641 NCalls = 376 +VariableMetric: Iteration # 114 - FCN = -716359.819506 Edm = 9.82747 NCalls = 378 +VariableMetric: Iteration # 115 - FCN = -716369.2067053 Edm = 1.0617 NCalls = 380 +VariableMetric: Iteration # 116 - FCN = -716370.5080304 Edm = 0.124578 NCalls = 382 +VariableMetric: Iteration # 117 - FCN = -716370.702563 Edm = 0.00877722 NCalls = 384 +VariableMetric: Iteration # 118 - FCN = -716370.714164 Edm = 0.00272879 NCalls = 386 +VariableMetric: Iteration # 119 - FCN = -716370.7175741 Edm = 0.00196212 NCalls = 388 +VariableMetric: Iteration # 120 - FCN = -716370.7274507 Edm = 0.00659468 NCalls = 391 +VariableMetric: Iteration # 121 - FCN = -716370.8637922 Edm = 0.106305 NCalls = 395 +VariableMetric: Iteration # 122 - FCN = -716373.3290407 Edm = 2.39804 NCalls = 399 +VariableMetric: Iteration # 123 - FCN = -716384.6213511 Edm = 7.59919 NCalls = 403 +VariableMetric: Iteration # 124 - FCN = -716394.4662213 Edm = 16.0842 NCalls = 405 +VariableMetric: Iteration # 125 - FCN = -716404.3543647 Edm = 2.81057 NCalls = 407 +VariableMetric: Iteration # 126 - FCN = -716408.4779157 Edm = 0.419529 NCalls = 409 +VariableMetric: Iteration # 127 - FCN = -716408.7611048 Edm = 0.0252895 NCalls = 411 +VariableMetric: Iteration # 128 - FCN = -716408.786488 Edm = 0.00195371 NCalls = 413 +VariableMetric: Iteration # 129 - FCN = -716408.789075 Edm = 0.000226809 NCalls = 415 +VariableMetric: Iteration # 130 - FCN = -716408.7895592 Edm = 0.000134152 NCalls = 417 +VariableMetric: Iteration # 131 - FCN = -716408.790064 Edm = 0.000255978 NCalls = 419 +VariableMetric: Iteration # 132 - FCN = -716408.8003396 Edm = 0.00954648 NCalls = 423 +VariableMetric: Iteration # 133 - FCN = -716408.9463346 Edm = 0.0833574 NCalls = 426 +VariableMetric: Iteration # 134 - FCN = -716410.1960804 Edm = 0.621567 NCalls = 429 +VariableMetric: Iteration # 135 - FCN = -716411.66938 Edm = 0.0613572 NCalls = 431 +VariableMetric: Iteration # 136 - FCN = -716411.7274658 Edm = 0.0030083 NCalls = 432 +VariableMetric: Iteration # 137 - FCN = -716411.7302511 Edm = 0.000254111 NCalls = 433 +VariableMetric: Iteration # 138 - FCN = -716411.7306013 Edm = 3.15732e-05 NCalls = 435 +VariableMetric: After Hessian - FCN = -716411.7306013 Edm = 32.064 NCalls = 802 +VariableMetric: Iteration # 139 - FCN = -716411.7306013 Edm = 32.064 NCalls = 802 +VariableMetric: Iteration # 140 - FCN = -716435.8708236 Edm = 8.06662 NCalls = 804 +VariableMetric: Iteration # 141 - FCN = -716438.8191772 Edm = 0.207573 NCalls = 806 +VariableMetric: Iteration # 142 - FCN = -716438.9848975 Edm = 0.074824 NCalls = 808 +VariableMetric: Iteration # 143 - FCN = -716439.0711356 Edm = 0.014535 NCalls = 810 +VariableMetric: Iteration # 144 - FCN = -716439.0984233 Edm = 0.00485683 NCalls = 812 +VariableMetric: Iteration # 145 - FCN = -716439.1116572 Edm = 0.00147985 NCalls = 815 +VariableMetric: Iteration # 146 - FCN = -716439.1132763 Edm = 9.48166e-05 NCalls = 816 +VariableMetric: Iteration # 147 - FCN = -716439.1134134 Edm = 1.24181e-05 NCalls = 818 +VariableMetric: After Hessian - FCN = -716439.1134134 Edm = 0.000338037 NCalls = 1195 +VariableMetric: Iteration # 148 - FCN = -716439.1134134 Edm = 0.000338037 NCalls = 1195 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710117.3882568 Edm = 8.51783 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710117.3882568 Edm = 8.51783 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714113.8414635 Edm = 1.32704 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714116.7061722 Edm = 1.51746 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714309.6494338 Edm = 1.06744 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -714311.0291486 Edm = 0.135511 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -714314.9465424 Edm = 3.27641 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -714380.5854995 Edm = 0.0899956 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -714380.7890832 Edm = 0.0812625 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -714414.5200355 Edm = 34.9145 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -714414.9195997 Edm = 0.35042 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -714497.645884 Edm = 4.7898 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -714615.2428563 Edm = 30.4019 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -714659.202216 Edm = 20.4131 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -714688.7457222 Edm = 3.06417 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -714692.9156611 Edm = 0.125703 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -714693.0807832 Edm = 0.01729 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -714693.2534553 Edm = 0.147811 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -714737.2373175 Edm = 29.8135 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -714867.8886943 Edm = 5.83918 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -714871.0011079 Edm = 0.204853 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -714871.2816913 Edm = 0.0217908 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -714871.3324855 Edm = 0.00804933 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -714871.3586157 Edm = 0.0130729 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -714871.5998684 Edm = 0.22524 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -714938.7783395 Edm = 124.812 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -715000.5306037 Edm = 24.841 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -715023.9921165 Edm = 1.04942 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -715025.7755744 Edm = 0.331278 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -715026.1298596 Edm = 0.0342388 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -715026.1738274 Edm = 0.00789101 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -715026.2043248 Edm = 0.0119339 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -715028.77752 Edm = 0.896322 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -715028.9995519 Edm = 1.01925 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -715029.7271999 Edm = 0.333216 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -715029.9952341 Edm = 0.101567 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -715030.1620949 Edm = 0.0585548 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -715030.4767913 Edm = 0.291511 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -715043.8852124 Edm = 16.171 NCalls = 136 +VariableMetric: Iteration # 38 - FCN = -715045.9250986 Edm = 2.89014 NCalls = 142 +VariableMetric: Iteration # 39 - FCN = -715056.0290404 Edm = 9.24764 NCalls = 148 +VariableMetric: Iteration # 40 - FCN = -715106.3805377 Edm = 10.4731 NCalls = 150 +VariableMetric: Iteration # 41 - FCN = -715116.5113904 Edm = 4.66197 NCalls = 152 +VariableMetric: Iteration # 42 - FCN = -715119.7002083 Edm = 2.49066 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -715121.8015027 Edm = 0.392823 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -715122.6522773 Edm = 0.247133 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -715123.6913999 Edm = 1.15906 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -715125.5761577 Edm = 4.58182 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -715127.1117527 Edm = 7.55659 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -715129.3533607 Edm = 3.95296 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -715137.165693 Edm = 5.66823 NCalls = 178 +VariableMetric: Iteration # 50 - FCN = -715152.2202254 Edm = 3.00827 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -715155.5926517 Edm = 0.776267 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -715156.3008597 Edm = 0.0942027 NCalls = 185 +VariableMetric: Iteration # 53 - FCN = -715156.4102132 Edm = 0.012474 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -715156.4376436 Edm = 0.0151378 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -715157.1214549 Edm = 0.673032 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -715177.13769 Edm = 9.43219 NCalls = 200 +VariableMetric: Iteration # 57 - FCN = -715310.4523125 Edm = 128.708 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -715455.3951081 Edm = 249.088 NCalls = 205 +VariableMetric: Iteration # 59 - FCN = -715725.6956902 Edm = 103.051 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -715826.7123716 Edm = 115.938 NCalls = 215 +VariableMetric: Iteration # 61 - FCN = -715876.1735049 Edm = 55.0634 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -715953.6869415 Edm = 15.9753 NCalls = 223 +VariableMetric: Iteration # 63 - FCN = -715966.6407583 Edm = 11.5421 NCalls = 225 +VariableMetric: Iteration # 64 - FCN = -715982.7787979 Edm = 5.69434 NCalls = 228 +VariableMetric: Iteration # 65 - FCN = -715992.0683369 Edm = 5.1982 NCalls = 230 +VariableMetric: Iteration # 66 - FCN = -715994.8886622 Edm = 1.70201 NCalls = 232 +VariableMetric: Iteration # 67 - FCN = -715995.9700974 Edm = 0.487417 NCalls = 233 +VariableMetric: Iteration # 68 - FCN = -715998.2639645 Edm = 1.11933 NCalls = 237 +VariableMetric: Iteration # 69 - FCN = -715999.6089414 Edm = 3.03363 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -716004.7462553 Edm = 3.92794 NCalls = 244 +VariableMetric: Iteration # 71 - FCN = -716010.6250176 Edm = 15.8819 NCalls = 246 +VariableMetric: Iteration # 72 - FCN = -716020.0852544 Edm = 2.77263 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -716022.2797327 Edm = 0.112487 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -716022.4199522 Edm = 0.0306818 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -716022.4992747 Edm = 0.0451789 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -716023.158702 Edm = 0.674338 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -716035.0148055 Edm = 12.4251 NCalls = 265 +VariableMetric: Iteration # 78 - FCN = -716035.2984141 Edm = 0.248986 NCalls = 268 +VariableMetric: Iteration # 79 - FCN = -716047.1949354 Edm = 15.7923 NCalls = 275 +VariableMetric: Iteration # 80 - FCN = -716048.1275305 Edm = 0.96498 NCalls = 279 +VariableMetric: Iteration # 81 - FCN = -716059.1594344 Edm = 11.0801 NCalls = 285 +VariableMetric: Iteration # 82 - FCN = -716077.8542001 Edm = 15.6291 NCalls = 291 +VariableMetric: Iteration # 83 - FCN = -716240.0113769 Edm = 21.9518 NCalls = 294 +VariableMetric: Iteration # 84 - FCN = -716257.7946826 Edm = 4.42971 NCalls = 296 +VariableMetric: Iteration # 85 - FCN = -716265.9597291 Edm = 3.86048 NCalls = 299 +VariableMetric: Iteration # 86 - FCN = -716291.8171466 Edm = 11.4613 NCalls = 308 +VariableMetric: Iteration # 87 - FCN = -716292.6936001 Edm = 3.73807 NCalls = 310 +VariableMetric: Iteration # 88 - FCN = -716299.0001525 Edm = 2.87469 NCalls = 312 +VariableMetric: Iteration # 89 - FCN = -716303.9729088 Edm = 2.05577 NCalls = 314 +VariableMetric: Iteration # 90 - FCN = -716305.9765694 Edm = 0.659015 NCalls = 315 +VariableMetric: Iteration # 91 - FCN = -716306.9782594 Edm = 0.27251 NCalls = 317 +VariableMetric: Iteration # 92 - FCN = -716307.5452464 Edm = 0.162232 NCalls = 319 +VariableMetric: Iteration # 93 - FCN = -716307.7653274 Edm = 0.0455518 NCalls = 321 +VariableMetric: Iteration # 94 - FCN = -716307.8448491 Edm = 0.0157471 NCalls = 323 +VariableMetric: Iteration # 95 - FCN = -716307.9268729 Edm = 0.0547772 NCalls = 326 +VariableMetric: Iteration # 96 - FCN = -716308.0118401 Edm = 0.0121762 NCalls = 328 +VariableMetric: Iteration # 97 - FCN = -716308.0276303 Edm = 0.00754115 NCalls = 330 +VariableMetric: Iteration # 98 - FCN = -716308.2419828 Edm = 0.188382 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -716314.9981606 Edm = 6.35219 NCalls = 339 +VariableMetric: Iteration # 100 - FCN = -716340.3249434 Edm = 21.9835 NCalls = 343 +VariableMetric: Iteration # 101 - FCN = -716370.4224533 Edm = 22.6426 NCalls = 347 +VariableMetric: Iteration # 102 - FCN = -716375.9550279 Edm = 10.4726 NCalls = 349 +VariableMetric: Iteration # 103 - FCN = -716379.9906014 Edm = 2.63923 NCalls = 352 +VariableMetric: Iteration # 104 - FCN = -716381.5378398 Edm = 0.209739 NCalls = 354 +VariableMetric: Iteration # 105 - FCN = -716381.7523136 Edm = 0.015483 NCalls = 356 +VariableMetric: Iteration # 106 - FCN = -716381.7740302 Edm = 0.00895501 NCalls = 358 +VariableMetric: Iteration # 107 - FCN = -716381.8270981 Edm = 0.0175524 NCalls = 361 +VariableMetric: Iteration # 108 - FCN = -716381.8607599 Edm = 0.00575179 NCalls = 363 +VariableMetric: Iteration # 109 - FCN = -716381.8670731 Edm = 0.00112583 NCalls = 365 +VariableMetric: Iteration # 110 - FCN = -716381.8687365 Edm = 0.000748184 NCalls = 367 +VariableMetric: Iteration # 111 - FCN = -716381.903123 Edm = 0.035933 NCalls = 372 +VariableMetric: Iteration # 112 - FCN = -716382.6466065 Edm = 0.040113 NCalls = 379 +VariableMetric: Iteration # 113 - FCN = -716386.4091044 Edm = 0.642204 NCalls = 381 +VariableMetric: Iteration # 114 - FCN = -716387.3465479 Edm = 0.310596 NCalls = 384 +VariableMetric: Iteration # 115 - FCN = -716387.540664 Edm = 0.0226092 NCalls = 386 +VariableMetric: Iteration # 116 - FCN = -716387.5722397 Edm = 0.00946116 NCalls = 388 +VariableMetric: Iteration # 117 - FCN = -716387.6110024 Edm = 0.0167038 NCalls = 391 +VariableMetric: Iteration # 118 - FCN = -716387.6624125 Edm = 0.0288198 NCalls = 394 +VariableMetric: Iteration # 119 - FCN = -716387.6969754 Edm = 0.0094058 NCalls = 397 +VariableMetric: Iteration # 120 - FCN = -716387.7094853 Edm = 0.00243949 NCalls = 399 +VariableMetric: Iteration # 121 - FCN = -716387.7102739 Edm = 0.000281413 NCalls = 401 +VariableMetric: Iteration # 122 - FCN = -716387.7109257 Edm = 0.000330293 NCalls = 403 +VariableMetric: Iteration # 123 - FCN = -716387.717212 Edm = 0.00468717 NCalls = 407 +VariableMetric: Iteration # 124 - FCN = -716388.150628 Edm = 0.380539 NCalls = 412 +VariableMetric: Iteration # 125 - FCN = -716398.6223586 Edm = 2.41774 NCalls = 416 +VariableMetric: Iteration # 126 - FCN = -716400.2710162 Edm = 0.937319 NCalls = 418 +VariableMetric: Iteration # 127 - FCN = -716400.8232779 Edm = 0.101377 NCalls = 421 +VariableMetric: Iteration # 128 - FCN = -716400.9147679 Edm = 0.0208675 NCalls = 422 +VariableMetric: Iteration # 129 - FCN = -716400.9291264 Edm = 0.000534587 NCalls = 424 +VariableMetric: Iteration # 130 - FCN = -716400.9297645 Edm = 0.000133324 NCalls = 426 +VariableMetric: Iteration # 131 - FCN = -716400.9305765 Edm = 0.000300885 NCalls = 429 +VariableMetric: Iteration # 132 - FCN = -716400.9322284 Edm = 0.000924446 NCalls = 432 +VariableMetric: Iteration # 133 - FCN = -716400.9937969 Edm = 0.0609228 NCalls = 437 +VariableMetric: Iteration # 134 - FCN = -716402.5633026 Edm = 0.71639 NCalls = 441 +VariableMetric: Iteration # 135 - FCN = -716403.6413547 Edm = 0.229452 NCalls = 444 +VariableMetric: Iteration # 136 - FCN = -716403.8816854 Edm = 0.00908431 NCalls = 448 +VariableMetric: Iteration # 137 - FCN = -716403.8915094 Edm = 0.000692038 NCalls = 450 +VariableMetric: Iteration # 138 - FCN = -716403.8920199 Edm = 0.000319274 NCalls = 452 +VariableMetric: Iteration # 139 - FCN = -716403.8927592 Edm = 9.03444e-05 NCalls = 454 +VariableMetric: Iteration # 140 - FCN = -716403.8928724 Edm = 1.11516e-05 NCalls = 456 +VariableMetric: After Hessian - FCN = -716403.8928724 Edm = 244.156 NCalls = 815 +VariableMetric: Iteration # 141 - FCN = -716403.8928724 Edm = 244.156 NCalls = 815 +VariableMetric: Iteration # 142 - FCN = -716406.2253768 Edm = 80473.4 NCalls = 823 +VariableMetric: Iteration # 143 - FCN = -716413.9890235 Edm = 381.637 NCalls = 834 +VariableMetric: Iteration # 144 - FCN = -716414.9838896 Edm = 13.3999 NCalls = 842 +VariableMetric: Iteration # 145 - FCN = -716420.4921077 Edm = 0.364147 NCalls = 844 +VariableMetric: Iteration # 146 - FCN = -716421.2068352 Edm = 0.46283 NCalls = 847 +VariableMetric: Iteration # 147 - FCN = -716422.5577265 Edm = 0.0889917 NCalls = 851 +VariableMetric: Iteration # 148 - FCN = -716422.6454974 Edm = 0.0124827 NCalls = 852 +VariableMetric: Iteration # 149 - FCN = -716422.6617661 Edm = 0.00740038 NCalls = 854 +VariableMetric: Iteration # 150 - FCN = -716422.6820541 Edm = 0.00306967 NCalls = 856 +VariableMetric: Iteration # 151 - FCN = -716422.7290368 Edm = 0.0413057 NCalls = 859 +VariableMetric: Iteration # 152 - FCN = -716422.7976631 Edm = 0.0343866 NCalls = 861 +VariableMetric: Iteration # 153 - FCN = -716422.8230461 Edm = 0.0193317 NCalls = 863 +VariableMetric: Iteration # 154 - FCN = -716422.8731625 Edm = 0.0334546 NCalls = 865 +VariableMetric: Iteration # 155 - FCN = -716422.9829854 Edm = 0.0485973 NCalls = 868 +VariableMetric: Iteration # 156 - FCN = -716423.0463902 Edm = 0.00824933 NCalls = 871 +VariableMetric: Iteration # 157 - FCN = -716423.103636 Edm = 0.084175 NCalls = 875 +VariableMetric: Iteration # 158 - FCN = -716427.1008523 Edm = 93.2747 NCalls = 886 +VariableMetric: Iteration # 159 - FCN = -716427.1022428 Edm = 0.00785618 NCalls = 888 +VariableMetric: Iteration # 160 - FCN = -716427.5525237 Edm = 0.305953 NCalls = 893 +VariableMetric: Iteration # 161 - FCN = -716428.2305259 Edm = 1.40003 NCalls = 895 +VariableMetric: Iteration # 162 - FCN = -716430.0936893 Edm = 1.52169 NCalls = 899 +VariableMetric: Iteration # 163 - FCN = -716435.2630147 Edm = 0.8931 NCalls = 904 +VariableMetric: Iteration # 164 - FCN = -716436.1545999 Edm = 0.617637 NCalls = 905 +VariableMetric: Iteration # 165 - FCN = -716436.7523503 Edm = 0.306201 NCalls = 907 +VariableMetric: Iteration # 166 - FCN = -716437.1443628 Edm = 0.0507596 NCalls = 909 +VariableMetric: Iteration # 167 - FCN = -716437.2588106 Edm = 0.066609 NCalls = 911 +VariableMetric: Iteration # 168 - FCN = -716437.458683 Edm = 0.12024 NCalls = 914 +VariableMetric: Iteration # 169 - FCN = -716438.4268649 Edm = 0.469882 NCalls = 919 +VariableMetric: Iteration # 170 - FCN = -716438.4964395 Edm = 0.11036 NCalls = 921 +VariableMetric: Iteration # 171 - FCN = -716438.7423904 Edm = 0.200781 NCalls = 923 +VariableMetric: Iteration # 172 - FCN = -716440.0540433 Edm = 0.357979 NCalls = 927 +VariableMetric: Iteration # 173 - FCN = -716440.7549305 Edm = 0.109761 NCalls = 929 +VariableMetric: Iteration # 174 - FCN = -716440.9707165 Edm = 0.0730425 NCalls = 931 +VariableMetric: Iteration # 175 - FCN = -716441.0558985 Edm = 0.00770799 NCalls = 933 +VariableMetric: Iteration # 176 - FCN = -716441.0623731 Edm = 0.00774847 NCalls = 935 +VariableMetric: Iteration # 177 - FCN = -716441.0692788 Edm = 0.00410568 NCalls = 937 +VariableMetric: Iteration # 178 - FCN = -716441.085984 Edm = 0.00576534 NCalls = 940 +VariableMetric: Iteration # 179 - FCN = -716441.1095953 Edm = 0.00577614 NCalls = 943 +VariableMetric: Iteration # 180 - FCN = -716441.1225734 Edm = 0.00327189 NCalls = 945 +VariableMetric: Iteration # 181 - FCN = -716441.1306593 Edm = 0.00219543 NCalls = 947 +VariableMetric: Iteration # 182 - FCN = -716441.1369118 Edm = 0.00260785 NCalls = 949 +VariableMetric: Iteration # 183 - FCN = -716441.1484897 Edm = 0.0031417 NCalls = 952 +VariableMetric: Iteration # 184 - FCN = -716441.1580057 Edm = 0.00118639 NCalls = 954 +VariableMetric: Iteration # 185 - FCN = -716441.1593639 Edm = 5.61828e-05 NCalls = 956 +VariableMetric: After Hessian - FCN = -716441.1593639 Edm = 9.9971e-05 NCalls = 1327 +VariableMetric: Iteration # 186 - FCN = -716441.1593639 Edm = 9.9971e-05 NCalls = 1327 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709748.9122627 Edm = 14.2804 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709748.9122627 Edm = 14.2804 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714871.6205452 Edm = 2.04488 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714886.3773995 Edm = 10.5564 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -715662.6280546 Edm = 13.2207 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -715677.9834933 Edm = 0.66562 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715678.6197911 Edm = 0.0340822 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -715679.6635966 Edm = 1.04416 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -715695.6069164 Edm = 9.38396 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -715720.4977612 Edm = 0.047335 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -715720.6555032 Edm = 0.11108 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -715749.9289114 Edm = 24.1383 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -715832.9738665 Edm = 0.689331 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -715833.8651316 Edm = 0.0112395 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -715833.9920163 Edm = 0.112851 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -715922.7423401 Edm = 22.3367 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -715960.4998594 Edm = 4.17381 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -715963.5496056 Edm = 0.0416984 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -715963.602825 Edm = 0.00737423 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -715963.6317769 Edm = 0.0145432 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -715963.7883873 Edm = 0.115049 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -715967.3469274 Edm = 3.17856 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -716054.8343424 Edm = 1.45226 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -716056.7749346 Edm = 1.18781 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -716057.6636998 Edm = 0.308421 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -716058.4266497 Edm = 0.432555 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -716058.9875398 Edm = 0.113921 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -716059.1303184 Edm = 0.0116415 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -716059.1449769 Edm = 0.00697115 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -716059.2515936 Edm = 0.113316 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -716060.3942932 Edm = 1.02898 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -716139.7596218 Edm = 69.3302 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -716188.5580941 Edm = 14.1189 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -716203.5215427 Edm = 4.95045 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -716209.9157962 Edm = 0.862151 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -716211.3833723 Edm = 0.688543 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -716211.986165 Edm = 0.339638 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -716212.3708873 Edm = 0.112048 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -716212.5100498 Edm = 0.00326842 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -716212.5156268 Edm = 0.00219994 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -716212.5748375 Edm = 0.0747181 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -716212.6657361 Edm = 0.0805716 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -716226.6781091 Edm = 7.47373 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -716247.9988321 Edm = 5.8124 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -716251.4900595 Edm = 0.918178 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -716252.3732894 Edm = 0.181713 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -716252.531426 Edm = 0.0592405 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -716252.6450602 Edm = 0.0625914 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -716252.7770965 Edm = 0.0055761 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -716252.7832636 Edm = 0.000749024 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -716252.7899439 Edm = 0.00875129 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -716252.9187151 Edm = 0.131392 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -716252.9262416 Edm = 0.00474632 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -716253.1071481 Edm = 0.131191 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -716258.1324266 Edm = 6.71398 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -716263.0458649 Edm = 8.50906 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -716264.1964406 Edm = 1.78351 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -716267.8593113 Edm = 1.48869 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -716272.0384712 Edm = 2.35776 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -716277.0877638 Edm = 1.67502 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -716280.1174161 Edm = 0.891831 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -716282.1098365 Edm = 1.35415 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -716283.6680071 Edm = 1.84445 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -716284.8318326 Edm = 0.327343 NCalls = 213 +VariableMetric: Iteration # 63 - FCN = -716285.1908999 Edm = 0.013098 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -716285.2003471 Edm = 0.00355427 NCalls = 216 +VariableMetric: Iteration # 65 - FCN = -716285.2040167 Edm = 0.000810399 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -716285.2085104 Edm = 0.00367006 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -716285.3498656 Edm = 0.135257 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -716295.1711962 Edm = 2.58195 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -716298.052022 Edm = 0.310399 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -716298.3272475 Edm = 0.0398367 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -716298.3621085 Edm = 0.00268281 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -716298.3653347 Edm = 0.000345196 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -716298.3737744 Edm = 0.00956571 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -716298.5908145 Edm = 0.2469 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -716298.6779173 Edm = 0.0863043 NCalls = 254 +VariableMetric: Iteration # 76 - FCN = -716310.9764172 Edm = 0.465794 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -716311.3949278 Edm = 0.0300316 NCalls = 261 +VariableMetric: Iteration # 78 - FCN = -716311.4235741 Edm = 0.000855291 NCalls = 262 +VariableMetric: Iteration # 79 - FCN = -716311.4247985 Edm = 0.000599322 NCalls = 264 +VariableMetric: Iteration # 80 - FCN = -716311.4295084 Edm = 0.00482329 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -716311.5886193 Edm = 0.155319 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -716319.2605341 Edm = 5.74583 NCalls = 279 +VariableMetric: Iteration # 83 - FCN = -716341.7292912 Edm = 4.2648 NCalls = 282 +VariableMetric: Iteration # 84 - FCN = -716345.8554107 Edm = 0.716413 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -716351.9148974 Edm = 8.10206 NCalls = 292 +VariableMetric: Iteration # 86 - FCN = -716353.0092556 Edm = 6.22654 NCalls = 295 +VariableMetric: Iteration # 87 - FCN = -716361.69549 Edm = 6.33649 NCalls = 300 +VariableMetric: Iteration # 88 - FCN = -716366.4016628 Edm = 0.456819 NCalls = 302 +VariableMetric: Iteration # 89 - FCN = -716366.8584687 Edm = 0.056047 NCalls = 304 +VariableMetric: Iteration # 90 - FCN = -716366.9221611 Edm = 0.00331733 NCalls = 306 +VariableMetric: Iteration # 91 - FCN = -716366.9260492 Edm = 0.000383769 NCalls = 308 +VariableMetric: Iteration # 92 - FCN = -716366.9270706 Edm = 0.000616019 NCalls = 310 +VariableMetric: Iteration # 93 - FCN = -716366.9351022 Edm = 0.00781029 NCalls = 313 +VariableMetric: Iteration # 94 - FCN = -716367.1999202 Edm = 0.266544 NCalls = 320 +VariableMetric: Iteration # 95 - FCN = -716367.3200758 Edm = 0.113904 NCalls = 326 +VariableMetric: Iteration # 96 - FCN = -716372.5044188 Edm = 0.274194 NCalls = 330 +VariableMetric: Iteration # 97 - FCN = -716372.8586775 Edm = 0.0120849 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -716372.8719854 Edm = 0.000409106 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -716372.8724836 Edm = 6.37916e-05 NCalls = 336 +VariableMetric: After Hessian - FCN = -716372.8724836 Edm = 420940 NCalls = 693 +VariableMetric: Iteration # 100 - FCN = -716372.8724836 Edm = 420940 NCalls = 693 +VariableMetric: Iteration # 101 - FCN = -716399.9714954 Edm = 647483 NCalls = 703 +VariableMetric: Iteration # 102 - FCN = -716401.5687078 Edm = 39056.4 NCalls = 712 +VariableMetric: Iteration # 103 - FCN = -716405.2014714 Edm = 25738.5 NCalls = 719 +VariableMetric: Iteration # 104 - FCN = -716405.4022945 Edm = 20583 NCalls = 725 +VariableMetric: Iteration # 105 - FCN = -716411.3824981 Edm = 15452.2 NCalls = 730 +VariableMetric: Iteration # 106 - FCN = -716424.5244974 Edm = 4868.82 NCalls = 734 +VariableMetric: Iteration # 107 - FCN = -716430.5818071 Edm = 1707.35 NCalls = 738 +VariableMetric: Iteration # 108 - FCN = -716432.1137095 Edm = 690.812 NCalls = 742 +VariableMetric: Iteration # 109 - FCN = -716433.4288195 Edm = 68.4268 NCalls = 746 +VariableMetric: Iteration # 110 - FCN = -716433.6755464 Edm = 238.76 NCalls = 749 +VariableMetric: Iteration # 111 - FCN = -716434.5433486 Edm = 731.743 NCalls = 752 +VariableMetric: Iteration # 112 - FCN = -716434.8703258 Edm = 277.294 NCalls = 754 +VariableMetric: Iteration # 113 - FCN = -716435.3297257 Edm = 18.9987 NCalls = 757 +VariableMetric: Iteration # 114 - FCN = -716435.9733335 Edm = 39.2735 NCalls = 759 +VariableMetric: Iteration # 115 - FCN = -716436.445202 Edm = 54.8499 NCalls = 761 +VariableMetric: Iteration # 116 - FCN = -716437.1312431 Edm = 38.6317 NCalls = 763 +VariableMetric: Iteration # 117 - FCN = -716439.29558 Edm = 15.0553 NCalls = 765 +VariableMetric: Iteration # 118 - FCN = -716440.2116733 Edm = 3.45191 NCalls = 767 +VariableMetric: Iteration # 119 - FCN = -716440.6067483 Edm = 0.828869 NCalls = 769 +VariableMetric: Iteration # 120 - FCN = -716440.7501648 Edm = 2.27323 NCalls = 771 +VariableMetric: Iteration # 121 - FCN = -716440.8079535 Edm = 0.21331 NCalls = 773 +VariableMetric: Iteration # 122 - FCN = -716440.8805989 Edm = 0.353644 NCalls = 775 +VariableMetric: Iteration # 123 - FCN = -716440.9281493 Edm = 0.030922 NCalls = 777 +VariableMetric: Iteration # 124 - FCN = -716440.9661879 Edm = 0.0127844 NCalls = 779 +VariableMetric: Iteration # 125 - FCN = -716440.9967669 Edm = 0.00708795 NCalls = 782 +VariableMetric: Iteration # 126 - FCN = -716441.0174394 Edm = 0.00564409 NCalls = 785 +VariableMetric: Iteration # 127 - FCN = -716441.0307271 Edm = 0.00613035 NCalls = 788 +VariableMetric: Iteration # 128 - FCN = -716441.0413026 Edm = 0.00401958 NCalls = 791 +VariableMetric: Iteration # 129 - FCN = -716441.0459439 Edm = 0.00367224 NCalls = 794 +VariableMetric: Iteration # 130 - FCN = -716441.04985 Edm = 0.00195964 NCalls = 796 +VariableMetric: Iteration # 131 - FCN = -716441.0533223 Edm = 0.00162165 NCalls = 798 +VariableMetric: Iteration # 132 - FCN = -716441.0556759 Edm = 0.00117216 NCalls = 800 +VariableMetric: Iteration # 133 - FCN = -716441.0565857 Edm = 0.000418357 NCalls = 802 +VariableMetric: Iteration # 134 - FCN = -716441.0571219 Edm = 0.000229189 NCalls = 804 +VariableMetric: Iteration # 135 - FCN = -716441.0574117 Edm = 5.64807e-05 NCalls = 806 +VariableMetric: After Hessian - FCN = -716441.0574117 Edm = 0.00160571 NCalls = 1175 +VariableMetric: Iteration # 136 - FCN = -716441.0574117 Edm = 0.00160571 NCalls = 1175 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1434 (1434 total) | +| EDM = 3.6E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -716439.1091492757 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.81 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.3 | 1.4 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 1.749 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 3.99 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.73 | 0.16 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.61 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 6.3 | 0.8 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -5.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.06 | 0.15 | | |0.00501244| 2.01499 | | +| 9 | Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 10| jpsi_p | -4.628 | 0.017 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.36 | 0.16 | | |0.126447 | 2.35355 | | +| 12| omega_p | 6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 13| p4160_s | 2.24 | 0.14 | | | 0.71676 | 3.68324 | | +| 14| psi2s_s | 1360 | 50 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.17 | 0.28 | | |0.0253049| 2.0747 | | +| 16| Ctt | -0.16 | 0.11 | | | -0.5 | 0.5 | | +| 17| jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 18| rho_p | -0.11 | 0.29 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 3.58 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s psi2s_p p4160_p p4040_p p3770_s omega_s phi_p p4040_s Dbar_s jpsi_p p4415_s omega_p p4160_s psi2s_s rho_s Ctt jpsi_s rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.010 -0.107 0.235 0.108 -0.001 0.005 0.003 -0.171 -0.101 -0.064 -0.145 0.001 -0.132 0.050 -0.006 -0.080 0.051 -0.011 0.046 | +| phi_s | 0.010 1.000 -0.109 -0.031 -0.034 -0.033 -0.045 0.856 -0.011 0.204 -0.135 0.044 -0.007 0.020 0.283 -0.041 0.148 0.284 -0.206 0.036 | +| psi2s_p | -0.107 -0.109 1.000 -0.072 -0.226 -0.303 -0.016 -0.085 -0.019 -0.250 0.224 -0.127 0.000 -0.187 -0.353 0.047 -0.060 -0.353 0.150 -0.258 | +| p4160_p | 0.235 -0.031 -0.072 1.000 0.079 -0.018 0.001 -0.030 -0.405 -0.027 0.004 0.053 0.001 -0.092 -0.086 0.017 -0.352 -0.086 0.063 0.120 | +| p4040_p | 0.108 -0.034 -0.226 0.079 1.000 -0.026 0.001 -0.032 -0.171 -0.167 -0.074 0.069 0.001 0.358 -0.107 0.013 -0.257 -0.107 0.061 0.090 | +| p3770_s | -0.001 -0.033 -0.303 -0.018 -0.026 1.000 -0.002 -0.023 0.122 -0.158 0.037 -0.007 0.000 0.021 -0.128 0.008 -0.154 -0.126 0.055 -0.130 | +| omega_s | 0.005 -0.045 -0.016 0.001 0.001 -0.002 1.000 -0.084 -0.003 0.020 -0.019 0.005 -0.081 0.005 0.034 -0.478 0.010 0.034 0.159 0.005 | +| phi_p | 0.003 0.856 -0.085 -0.030 -0.032 -0.023 -0.084 1.000 -0.003 0.159 -0.107 0.036 -0.007 0.016 0.227 -0.013 0.117 0.228 -0.255 0.023 | +| p4040_s | -0.171 -0.011 -0.019 -0.405 -0.171 0.122 -0.003 -0.003 1.000 -0.246 0.010 0.050 -0.000 -0.100 -0.059 -0.005 0.269 -0.058 0.002 -0.114 | +| Dbar_s | -0.101 0.204 -0.250 -0.027 -0.167 -0.158 0.020 0.159 -0.246 1.000 -0.260 -0.083 0.000 -0.211 0.742 -0.107 0.050 0.744 -0.374 0.312 | +| jpsi_p | -0.064 -0.135 0.224 0.004 -0.074 0.037 -0.019 -0.107 0.010 -0.260 1.000 -0.142 0.001 -0.130 -0.385 0.031 -0.282 -0.386 0.126 -0.116 | +| p4415_s | -0.145 0.044 -0.127 0.053 0.069 -0.007 0.005 0.036 0.050 -0.083 -0.142 1.000 0.000 0.230 0.150 -0.031 0.298 0.151 -0.094 -0.071 | +| omega_p | 0.001 -0.007 0.000 0.001 0.001 0.000 -0.081 -0.007 -0.000 0.000 0.001 0.000 1.000 0.000 0.001 0.010 -0.000 0.001 0.016 0.001 | +| p4160_s | -0.132 0.020 -0.187 -0.092 0.358 0.021 0.005 0.016 -0.100 -0.211 -0.130 0.230 0.000 1.000 0.065 -0.021 0.187 0.065 -0.047 -0.048 | +| psi2s_s | 0.050 0.283 -0.353 -0.086 -0.107 -0.128 0.034 0.227 -0.059 0.742 -0.385 0.150 0.001 0.065 1.000 -0.178 0.542 0.997 -0.527 0.159 | +| rho_s | -0.006 -0.041 0.047 0.017 0.013 0.008 -0.478 -0.013 -0.005 -0.107 0.031 -0.031 0.010 -0.021 -0.178 1.000 -0.073 -0.178 0.208 -0.018 | +| Ctt | -0.080 0.148 -0.060 -0.352 -0.257 -0.154 0.010 0.117 0.269 0.050 -0.282 0.298 -0.000 0.187 0.542 -0.073 1.000 0.543 -0.291 -0.186 | +| jpsi_s | 0.051 0.284 -0.353 -0.086 -0.107 -0.126 0.034 0.228 -0.058 0.744 -0.386 0.151 0.001 0.065 0.997 -0.178 0.543 1.000 -0.529 0.159 | +| rho_p | -0.011 -0.206 0.150 0.063 0.061 0.055 0.159 -0.255 0.002 -0.374 0.126 -0.094 0.016 -0.047 -0.527 0.208 -0.291 -0.529 1.000 -0.071 | +| p3770_p | 0.046 0.036 -0.258 0.120 0.090 -0.130 0.005 0.023 -0.114 0.312 -0.116 -0.071 0.001 -0.048 0.159 -0.018 -0.186 0.159 -0.071 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13909771348737365}), (, {'error': 1.372969736157529}), (, {'error': 0.02876014157495188}), (, {'error': 0.08255499272191891}), (, {'error': 0.15557851752866458}), (, {'error': 0.1879361559592947}), (, {'error': 0.8290279934090239}), (, {'error': 0.35279766668875023}), (, {'error': 0.14829343328993705}), (, {'error': 0.059800211484878685}), (, {'error': 0.016512269969390037}), (, {'error': 0.16021733200016974}), (, {'error': 0.05523601684492263}), (, {'error': 0.14289061151101268}), (, {'error': 48.555210881611174}), (, {'error': 0.2840220554404058}), (, {'error': 0.10576339626553177}), (, {'error': 80.58711038152887}), (, {'error': 0.2854202995964812}), (, {'error': 0.09665894774725103})]) +Toy 1/10 +Time taken: 1 h, 58 min +Projected time left: 17 h, 45 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=235 (235 total) | +| EDM = 3.85E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -716430.9572282495 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.45 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.9 | 0.7 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 1.731 | 0.024 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.00 | 0.07 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.82 | 0.13 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.77 | 0.16 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 6.8 | 0.8 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 6.20 | 0.10 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.04 | 0.12 | | |0.00501244| 2.01499 | | +| 9 | Dbar_s | 0.004 | 0.047 | | | -1.464 | 1.464 | | +| 10| jpsi_p | 1.648 | 0.015 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.36 | 0.14 | | |0.126447 | 2.35355 | | +| 12| omega_p | 0.25 | 0.20 | | |-6.28319 | 6.28319 | | +| 13| p4160_s | 2.19 | 0.12 | | | 0.71676 | 3.68324 | | +| 14| psi2s_s | 1366 | 13 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.42 | 0.30 | | |0.0253049| 2.0747 | | +| 16| Ctt | -0.16 | 0.09 | | | -0.5 | 0.5 | | +| 17| jpsi_s | 0.997E4 | 0.018E4 | | | 9797.52 | 9996.48 | | +| 18| rho_p | -6.00 | 0.16 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 3.61 | 0.08 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s psi2s_p p4160_p p4040_p p3770_s omega_s phi_p p4040_s Dbar_s jpsi_p p4415_s omega_p p4160_s psi2s_s rho_s Ctt jpsi_s rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.058 -0.164 0.162 0.059 -0.001 0.016 -0.018 -0.130 0.100 -0.147 -0.068 -0.039 -0.078 0.267 -0.085 0.117 0.267 -0.095 0.056 | +| phi_s | 0.058 1.000 -0.089 0.005 0.006 0.004 0.037 0.237 -0.000 0.178 -0.099 0.051 -0.003 0.050 0.214 -0.038 0.159 0.215 -0.001 0.025 | +| psi2s_p | -0.164 -0.089 1.000 -0.073 -0.204 -0.300 -0.029 0.021 -0.053 -0.314 0.224 -0.151 0.047 -0.208 -0.393 0.116 -0.207 -0.393 0.128 -0.203 | +| p4160_p | 0.162 0.005 -0.073 1.000 -0.025 -0.031 -0.000 -0.003 -0.293 -0.006 -0.039 0.100 -0.006 -0.060 0.023 -0.004 -0.160 0.024 -0.004 0.071 | +| p4040_p | 0.059 0.006 -0.204 -0.025 1.000 -0.055 0.001 -0.004 -0.107 -0.067 -0.098 0.068 -0.009 0.267 0.023 -0.011 -0.120 0.024 -0.010 0.071 | +| p3770_s | -0.001 0.004 -0.300 -0.031 -0.055 1.000 0.003 -0.003 0.089 -0.027 -0.022 0.007 -0.007 0.015 0.024 -0.020 -0.065 0.026 -0.014 -0.098 | +| omega_s | 0.016 0.037 -0.029 -0.000 0.001 0.003 1.000 -0.012 0.002 0.049 -0.036 0.016 0.392 0.016 0.067 -0.322 0.041 0.067 0.260 0.004 | +| phi_p | -0.018 0.237 0.021 -0.003 -0.004 -0.003 -0.012 1.000 -0.001 -0.051 0.014 -0.016 0.016 -0.016 -0.065 0.016 -0.046 -0.065 0.038 -0.009 | +| p4040_s | -0.130 -0.000 -0.053 -0.293 -0.107 0.089 0.002 -0.001 1.000 -0.100 -0.006 0.001 -0.003 -0.154 0.004 -0.016 0.142 0.004 -0.011 -0.023 | +| Dbar_s | 0.100 0.178 -0.314 -0.006 -0.067 -0.027 0.049 -0.051 -0.100 1.000 -0.341 0.093 -0.109 0.038 0.815 -0.260 0.410 0.817 -0.305 0.191 | +| jpsi_p | -0.147 -0.099 0.224 -0.039 -0.098 -0.022 -0.036 0.014 -0.006 -0.341 1.000 -0.152 0.038 -0.162 -0.415 0.102 -0.351 -0.417 0.112 -0.099 | +| p4415_s | -0.068 0.051 -0.151 0.100 0.068 0.007 0.016 -0.016 0.001 0.093 -0.152 1.000 -0.034 0.170 0.234 -0.085 0.271 0.234 -0.094 -0.013 | +| omega_p | -0.039 -0.003 0.047 -0.006 -0.009 -0.007 0.392 0.016 -0.003 -0.109 0.038 -0.034 1.000 -0.035 -0.138 0.173 -0.096 -0.139 0.035 -0.018 | +| p4160_s | -0.078 0.050 -0.208 -0.060 0.267 0.015 0.016 -0.016 -0.154 0.038 -0.162 0.170 -0.035 1.000 0.230 -0.085 0.217 0.231 -0.091 0.016 | +| psi2s_s | 0.267 0.214 -0.393 0.023 0.023 0.024 0.067 -0.065 0.004 0.815 -0.415 0.234 -0.138 0.230 1.000 -0.345 0.723 0.997 -0.371 0.111 | +| rho_s | -0.085 -0.038 0.116 -0.004 -0.011 -0.020 -0.322 0.016 -0.016 -0.260 0.102 -0.085 0.173 -0.085 -0.345 1.000 -0.226 -0.346 0.054 -0.031 | +| Ctt | 0.117 0.159 -0.207 -0.160 -0.120 -0.065 0.041 -0.046 0.142 0.410 -0.351 0.271 -0.096 0.217 0.723 -0.226 1.000 0.724 -0.278 -0.052 | +| jpsi_s | 0.267 0.215 -0.393 0.024 0.024 0.026 0.067 -0.065 0.004 0.817 -0.417 0.234 -0.139 0.231 0.997 -0.346 0.724 1.000 -0.372 0.111 | +| rho_p | -0.095 -0.001 0.128 -0.004 -0.010 -0.014 0.260 0.038 -0.011 -0.305 0.112 -0.094 0.035 -0.091 -0.371 0.054 -0.278 -0.372 1.000 -0.043 | +| p3770_p | 0.056 0.025 -0.203 0.071 0.071 -0.098 0.004 -0.009 -0.023 0.191 -0.099 -0.013 -0.018 0.016 0.111 -0.031 -0.052 0.111 -0.043 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12189374660451824}), (, {'error': 0.6780039756570755}), (, {'error': 0.024147270464848436}), (, {'error': 0.06828546160339055}), (, {'error': 0.12807144448503305}), (, {'error': 0.15948981929712547}), (, {'error': 0.8132879828966093}), (, {'error': 0.09890837219868764}), (, {'error': 0.12028278690547883}), (, {'error': 0.046716761905849724}), (, {'error': 0.014750249564366769}), (, {'error': 0.13923958399222758}), (, {'error': 0.20396129823960907}), (, {'error': 0.11815197951553502}), (, {'error': 13.465684547610522}), (, {'error': 0.29595831989406085}), (, {'error': 0.08825211622642795}), (, {'error': 175.75097320465466}), (, {'error': 0.1594466990539285}), (, {'error': 0.08063345766544128})]) +Toy 2/10 +Time taken: 2 h, 43 min +Projected time left: 10 h, 55 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1341 (1341 total) | +| EDM = 0.000179 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -716411.0949903694 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -4.08 | 0.04 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -2.13 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.73 | 0.20 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.49 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 7.9 | 1.5 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 6.12 | 0.27 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 0.91 | 0.16 | | |0.00501244| 2.01499 | | +| 9 | Dbar_s | 0.10 | 0.08 | | | -1.464 | 1.464 | | +| 10| jpsi_p | -1.539 | 0.020 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 0.126 | 0.017 | | |0.126447 | 2.35355 | | +| 12| omega_p | 0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 13| p4160_s | 1.81 | 0.16 | | | 0.71676 | 3.68324 | | +| 14| psi2s_s | 1360 | 70 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.18 | 0.30 | | |0.0253049| 2.0747 | | +| 16| Ctt | -0.50 | 0.08 | | | -0.5 | 0.5 | | +| 17| jpsi_s | 0.989E4 | 0.014E4 | | | 9797.52 | 9996.48 | | +| 18| rho_p | -0.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 4.10 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s psi2s_p p4160_p p4040_p p3770_s omega_s phi_p p4040_s Dbar_s jpsi_p p4415_s omega_p p4160_s psi2s_s rho_s Ctt jpsi_s rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.000 0.003 -0.018 -0.013 -0.004 -0.000 -0.000 0.009 0.015 0.008 -0.024 -0.000 -0.007 0.005 -0.000 -0.004 0.005 -0.003 0.003 | +| phi_s | 0.000 1.000 -0.043 -0.002 -0.013 -0.008 0.054 0.698 -0.014 0.047 0.004 -0.000 0.064 -0.009 0.043 0.025 0.012 0.043 0.143 0.018 | +| psi2s_p | 0.003 -0.043 1.000 0.016 -0.065 -0.255 0.026 0.038 0.107 -0.526 -0.348 0.002 0.075 -0.066 -0.583 0.090 -0.119 -0.583 0.284 -0.356 | +| p4160_p | -0.018 -0.002 0.016 1.000 -0.072 -0.053 0.001 0.003 -0.306 -0.096 -0.056 0.007 0.007 -0.037 -0.050 0.018 -0.202 -0.050 0.045 0.040 | +| p4040_p | -0.013 -0.013 -0.065 -0.072 1.000 0.052 0.015 0.016 -0.149 -0.381 -0.233 -0.000 0.031 0.494 -0.230 0.031 -0.092 -0.230 0.126 -0.024 | +| p3770_s | -0.004 -0.008 -0.255 -0.053 0.052 1.000 0.008 0.006 0.192 -0.184 -0.056 -0.001 0.012 0.098 -0.098 0.003 -0.048 -0.096 0.042 -0.144 | +| omega_s | -0.000 0.054 0.026 0.001 0.015 0.008 1.000 0.006 0.012 -0.066 -0.080 0.000 0.807 0.011 -0.069 -0.215 -0.016 -0.070 0.148 -0.031 | +| phi_p | -0.000 0.698 0.038 0.003 0.016 0.006 0.006 1.000 0.012 -0.078 -0.076 0.000 0.042 0.009 -0.093 0.046 -0.015 -0.093 0.135 -0.033 | +| p4040_s | 0.009 -0.014 0.107 -0.306 -0.149 0.192 0.012 0.012 1.000 -0.190 -0.084 -0.005 0.023 -0.272 -0.174 0.011 0.178 -0.174 0.068 -0.114 | +| Dbar_s | 0.015 0.047 -0.526 -0.096 -0.381 -0.184 -0.066 -0.078 -0.190 1.000 0.575 -0.006 -0.139 -0.319 0.908 -0.135 0.028 0.910 -0.492 0.396 | +| jpsi_p | 0.008 0.004 -0.348 -0.056 -0.233 -0.056 -0.080 -0.076 -0.084 0.575 1.000 -0.001 -0.115 -0.167 0.554 -0.052 0.148 0.555 -0.320 0.179 | +| p4415_s | -0.024 -0.000 0.002 0.007 -0.000 -0.001 0.000 0.000 -0.005 -0.006 -0.001 1.000 0.000 -0.010 -0.001 0.001 -0.006 -0.001 0.002 0.001 | +| omega_p | -0.000 0.064 0.075 0.007 0.031 0.012 0.807 0.042 0.023 -0.139 -0.115 0.000 1.000 0.018 -0.159 0.143 -0.030 -0.159 0.163 -0.058 | +| p4160_s | -0.007 -0.009 -0.066 -0.037 0.494 0.098 0.011 0.009 -0.272 -0.319 -0.167 -0.010 0.018 1.000 -0.142 0.010 0.074 -0.141 0.070 -0.055 | +| psi2s_s | 0.005 0.043 -0.583 -0.050 -0.230 -0.098 -0.069 -0.093 -0.174 0.908 0.554 -0.001 -0.159 -0.142 1.000 -0.184 0.196 0.997 -0.559 0.358 | +| rho_s | -0.000 0.025 0.090 0.018 0.031 0.003 -0.215 0.046 0.011 -0.135 -0.052 0.001 0.143 0.010 -0.184 1.000 -0.022 -0.185 0.223 -0.043 | +| Ctt | -0.004 0.012 -0.119 -0.202 -0.092 -0.048 -0.016 -0.015 0.178 0.028 0.148 -0.006 -0.030 0.074 0.196 -0.022 1.000 0.196 -0.111 -0.125 | +| jpsi_s | 0.005 0.043 -0.583 -0.050 -0.230 -0.096 -0.070 -0.093 -0.174 0.910 0.555 -0.001 -0.159 -0.141 0.997 -0.185 0.196 1.000 -0.560 0.359 | +| rho_p | -0.003 0.143 0.284 0.045 0.126 0.042 0.148 0.135 0.068 -0.492 -0.320 0.002 0.163 0.070 -0.559 0.223 -0.111 -0.560 1.000 -0.185 | +| p3770_p | 0.003 0.018 -0.356 0.040 -0.024 -0.144 -0.031 -0.033 -0.114 0.396 0.179 0.001 -0.058 -0.055 0.358 -0.043 -0.125 0.359 -0.185 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12499580247989384}), (, {'error': 1.0449855737390497}), (, {'error': 0.03612038209607382}), (, {'error': 0.09672594238213206}), (, {'error': 0.19672849448440388}), (, {'error': 0.20127135883198766}), (, {'error': 1.5402573608033845}), (, {'error': 0.2681147789013769}), (, {'error': 0.1551927630918859}), (, {'error': 0.08377136865443535}), (, {'error': 0.019526896057276755}), (, {'error': 0.017077128858031324}), (, {'error': 0.361094198888539}), (, {'error': 0.15637801478235436}), (, {'error': 74.32380921391893}), (, {'error': 0.298957702640178}), (, {'error': 0.08444471810619222}), (, {'error': 138.75044961038202}), (, {'error': 0.3309301975999346}), (, {'error': 0.10832371470321611})]) +Toy 3/10 +Time taken: 4 h, 42 min +Projected time left: 10 h, 58 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1240 (1240 total) | +| EDM = 4.39E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -716368.0909628295 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.26 | 0.23 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.7 | 1.4 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 4.36 | 0.13 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 4.47 | 0.29 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 0.9 | 2.6 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 6.8 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -5.9 | 0.3 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 0.6 | 0.5 | | |0.00501244| 2.01499 | | +| 9 | Dbar_s | 0.22 | 0.22 | | | -1.464 | 1.464 | | +| 10| jpsi_p | -1.714 | 0.021 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.1 | 0.4 | | |0.126447 | 2.35355 | | +| 12| omega_p | 6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| p4160_s | 1.93 | 0.27 | | | 0.71676 | 3.68324 | | +| 14| psi2s_s | 1367.7 | 3.1 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.18 | 0.30 | | |0.0253049| 2.0747 | | +| 16| Ctt | -0.4 | 0.9 | | | -0.5 | 0.5 | | +| 17| jpsi_s | 1.000E4 | 0.012E4 | | | 9797.52 | 9996.48 | | +| 18| rho_p | 5.82 | 0.27 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s psi2s_p p4160_p p4040_p p3770_s omega_s phi_p p4040_s Dbar_s jpsi_p p4415_s omega_p p4160_s psi2s_s rho_s Ctt jpsi_s rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.016 0.592 0.644 0.529 0.580 0.031 -0.010 -0.621 0.538 -0.437 -0.601 0.002 -0.506 -0.253 -0.091 -0.604 0.281 0.134 -0.093 | +| phi_s | -0.016 1.000 -0.024 -0.022 -0.018 -0.021 -0.066 0.841 0.021 -0.019 -0.025 0.020 -0.011 0.017 0.071 0.035 0.020 -0.074 -0.113 0.003 | +| psi2s_p | 0.592 -0.024 1.000 0.935 0.732 0.949 0.045 -0.012 -0.950 0.979 -0.647 -0.917 0.002 -0.803 -0.394 -0.142 -0.986 0.435 0.190 -0.152 | +| p4160_p | 0.644 -0.022 0.935 1.000 0.716 0.903 0.045 -0.010 -0.938 0.916 -0.637 -0.853 0.002 -0.747 -0.396 -0.141 -0.947 0.439 0.190 -0.144 | +| p4040_p | 0.529 -0.018 0.732 0.716 1.000 0.731 0.040 -0.009 -0.763 0.690 -0.572 -0.644 0.002 -0.398 -0.334 -0.119 -0.755 0.368 0.151 -0.117 | +| p3770_s | 0.580 -0.021 0.949 0.903 0.731 1.000 0.045 -0.009 -0.909 0.938 -0.631 -0.878 0.002 -0.755 -0.390 -0.140 -0.954 0.428 0.186 -0.162 | +| omega_s | 0.031 -0.066 0.045 0.045 0.040 0.045 1.000 -0.108 -0.045 0.044 -0.050 -0.043 -0.169 -0.035 -0.010 -0.550 -0.048 0.012 0.084 -0.007 | +| phi_p | -0.010 0.841 -0.012 -0.010 -0.009 -0.009 -0.108 1.000 0.009 -0.007 -0.041 0.007 -0.009 0.005 0.054 0.074 0.007 -0.056 -0.201 0.001 | +| p4040_s | -0.621 0.021 -0.950 -0.938 -0.763 -0.909 -0.045 0.009 1.000 -0.943 0.631 0.878 -0.002 0.714 0.392 0.140 0.960 -0.434 -0.194 0.144 | +| Dbar_s | 0.538 -0.019 0.979 0.916 0.690 0.938 0.044 -0.007 -0.943 1.000 -0.618 -0.920 0.002 -0.833 -0.357 -0.138 -0.985 0.397 0.187 -0.149 | +| jpsi_p | -0.437 -0.025 -0.647 -0.637 -0.572 -0.631 -0.050 -0.041 0.631 -0.618 1.000 0.587 0.001 0.473 0.342 0.140 0.667 -0.376 -0.126 0.103 | +| p4415_s | -0.601 0.020 -0.917 -0.853 -0.644 -0.878 -0.043 0.007 0.878 -0.920 0.587 1.000 -0.002 0.801 0.383 0.135 0.924 -0.424 -0.183 0.140 | +| omega_p | 0.002 -0.011 0.002 0.002 0.002 0.002 -0.169 -0.009 -0.002 0.002 0.001 -0.002 1.000 -0.001 0.000 -0.002 -0.002 -0.000 0.033 -0.000 | +| p4160_s | -0.506 0.017 -0.803 -0.747 -0.398 -0.755 -0.035 0.005 0.714 -0.833 0.473 0.801 -0.001 1.000 0.323 0.113 0.803 -0.358 -0.158 0.120 | +| psi2s_s | -0.253 0.071 -0.394 -0.396 -0.334 -0.390 -0.010 0.054 0.392 -0.357 0.342 0.383 0.000 0.323 1.000 0.047 0.417 -0.933 -0.186 0.064 | +| rho_s | -0.091 0.035 -0.142 -0.141 -0.119 -0.140 -0.550 0.074 0.140 -0.138 0.140 0.135 -0.002 0.113 0.047 1.000 0.151 -0.054 0.111 0.023 | +| Ctt | -0.604 0.020 -0.986 -0.947 -0.755 -0.954 -0.048 0.007 0.960 -0.985 0.667 0.924 -0.002 0.803 0.417 0.151 1.000 -0.462 -0.192 0.153 | +| jpsi_s | 0.281 -0.074 0.435 0.439 0.368 0.428 0.012 -0.056 -0.434 0.397 -0.376 -0.424 -0.000 -0.358 -0.933 -0.054 -0.462 1.000 0.198 -0.070 | +| rho_p | 0.134 -0.113 0.190 0.190 0.151 0.186 0.084 -0.201 -0.194 0.187 -0.126 -0.183 0.033 -0.158 -0.186 0.111 -0.192 0.198 1.000 -0.029 | +| p3770_p | -0.093 0.003 -0.152 -0.144 -0.117 -0.162 -0.007 0.001 0.144 -0.149 0.103 0.140 -0.000 0.120 0.064 0.023 0.153 -0.070 -0.029 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.23358540726606214}), (, {'error': 1.3585060015297206}), (, {'error': 0.13002073037872197}), (, {'error': 0.29016397788371684}), (, {'error': 0.46983638800642336}), (, {'error': 2.5577937168048246}), (, {'error': 0.9298412459989249}), (, {'error': 0.3237317293269131}), (, {'error': 0.49889593398891025}), (, {'error': 0.2156142821736724}), (, {'error': 0.020759172417899485}), (, {'error': 0.4172100278686398}), (, {'error': 0.10286693189867702}), (, {'error': 0.2656530504077894}), (, {'error': 3.0746120439523565}), (, {'error': 0.2956465024964713}), (, {'error': 0.8690353046979289}), (, {'error': 124.42503302841851}), (, {'error': 0.26771591489665525}), (, {'error': 0.00970115900134605})]) +Toy 4/10 +Time taken: 6 h, 32 min +Projected time left: 9 h, 48 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=944 (944 total) | +| EDM = 8.39E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -716441.1638958091 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.81 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.5 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 1.748 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -2.30 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.55 | 0.16 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.61 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 7.9 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 0.61 | 0.26 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.06 | 0.15 | | |0.00501244| 2.01499 | | +| 9 | Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 10| jpsi_p | -4.628 | 0.017 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.36 | 0.16 | | |0.126447 | 2.35355 | | +| 12| omega_p | 0.56 | 0.29 | | |-6.28319 | 6.28319 | | +| 13| p4160_s | 2.24 | 0.14 | | | 0.71676 | 3.68324 | | +| 14| psi2s_s | 1360 | 50 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.17 | 0.28 | | |0.0253049| 2.0747 | | +| 16| Ctt | -0.16 | 0.11 | | | -0.5 | 0.5 | | +| 17| jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 18| rho_p | 6.11 | 0.27 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.70 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s psi2s_p p4160_p p4040_p p3770_s omega_s phi_p p4040_s Dbar_s jpsi_p p4415_s omega_p p4160_s psi2s_s rho_s Ctt jpsi_s rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.009 -0.105 0.240 0.108 0.000 -0.001 0.001 -0.175 -0.098 -0.060 -0.160 -0.007 -0.138 0.043 -0.005 -0.091 0.044 -0.006 0.049 | +| phi_s | 0.009 1.000 -0.101 -0.025 -0.030 -0.033 -0.008 0.752 -0.016 0.192 -0.126 0.037 -0.003 0.015 0.261 -0.021 0.134 0.262 -0.136 0.040 | +| psi2s_p | -0.105 -0.101 1.000 -0.075 -0.226 -0.303 -0.008 -0.063 -0.011 -0.258 0.232 -0.122 0.027 -0.182 -0.359 0.027 -0.053 -0.359 0.120 -0.267 | +| p4160_p | 0.240 -0.025 -0.075 1.000 0.082 -0.018 -0.002 -0.022 -0.415 -0.016 0.006 0.047 0.004 -0.097 -0.082 0.007 -0.363 -0.083 0.049 0.128 | +| p4040_p | 0.108 -0.030 -0.226 0.082 1.000 -0.022 -0.000 -0.025 -0.171 -0.166 -0.070 0.069 0.006 0.359 -0.111 0.004 -0.257 -0.111 0.050 0.090 | +| p3770_s | 0.000 -0.033 -0.303 -0.018 -0.022 1.000 0.002 -0.018 0.125 -0.163 0.042 -0.006 0.011 0.025 -0.134 0.000 -0.154 -0.132 0.045 -0.134 | +| omega_s | -0.001 -0.008 -0.008 -0.002 -0.000 0.002 1.000 -0.063 0.001 -0.005 -0.020 -0.000 0.723 0.001 -0.002 -0.248 -0.006 -0.002 0.050 -0.005 | +| phi_p | 0.001 0.752 -0.063 -0.022 -0.025 -0.018 -0.063 1.000 -0.005 0.118 -0.081 0.023 -0.025 0.009 0.166 0.030 0.083 0.167 -0.183 0.019 | +| p4040_s | -0.175 -0.016 -0.011 -0.415 -0.171 0.125 0.001 -0.005 1.000 -0.264 0.015 0.057 0.006 -0.090 -0.072 -0.003 0.279 -0.072 0.007 -0.127 | +| Dbar_s | -0.098 0.192 -0.258 -0.016 -0.166 -0.163 -0.005 0.118 -0.264 1.000 -0.275 -0.096 -0.073 -0.226 0.744 -0.055 0.027 0.746 -0.298 0.331 | +| jpsi_p | -0.060 -0.126 0.232 0.006 -0.070 0.042 -0.020 -0.081 0.015 -0.275 1.000 -0.142 0.013 -0.128 -0.405 0.015 -0.288 -0.407 0.105 -0.124 | +| p4415_s | -0.160 0.037 -0.122 0.047 0.069 -0.006 -0.000 0.023 0.057 -0.096 -0.142 1.000 -0.016 0.237 0.139 -0.017 0.303 0.140 -0.070 -0.079 | +| omega_p | -0.007 -0.003 0.027 0.004 0.006 0.011 0.723 -0.025 0.006 -0.073 0.013 -0.016 1.000 -0.009 -0.103 0.164 -0.051 -0.103 0.069 -0.021 | +| p4160_s | -0.138 0.015 -0.182 -0.097 0.359 0.025 0.001 0.009 -0.090 -0.226 -0.128 0.237 -0.009 1.000 0.051 -0.013 0.194 0.052 -0.032 -0.057 | +| psi2s_s | 0.043 0.261 -0.359 -0.082 -0.111 -0.134 -0.002 0.166 -0.072 0.744 -0.405 0.139 -0.103 0.051 1.000 -0.104 0.525 0.997 -0.419 0.173 | +| rho_s | -0.005 -0.021 0.027 0.007 0.004 0.000 -0.248 0.030 -0.003 -0.055 0.015 -0.017 0.164 -0.013 -0.104 1.000 -0.030 -0.104 0.135 -0.009 | +| Ctt | -0.091 0.134 -0.053 -0.363 -0.257 -0.154 -0.006 0.083 0.279 0.027 -0.288 0.303 -0.051 0.194 0.525 -0.030 1.000 0.525 -0.224 -0.196 | +| jpsi_s | 0.044 0.262 -0.359 -0.083 -0.111 -0.132 -0.002 0.167 -0.072 0.746 -0.407 0.140 -0.103 0.052 0.997 -0.104 0.525 1.000 -0.420 0.174 | +| rho_p | -0.006 -0.136 0.120 0.049 0.050 0.045 0.050 -0.183 0.007 -0.298 0.105 -0.070 0.069 -0.032 -0.419 0.135 -0.224 -0.420 1.000 -0.062 | +| p3770_p | 0.049 0.040 -0.267 0.128 0.090 -0.134 -0.005 0.019 -0.127 0.331 -0.124 -0.079 -0.021 -0.057 0.173 -0.009 -0.196 0.174 -0.062 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14057821301761475}), (, {'error': 1.0919613579991303}), (, {'error': 0.029099592866508317}), (, {'error': 0.08383175560351508}), (, {'error': 0.15636780035571451}), (, {'error': 0.189708156135588}), (, {'error': 1.2628752752420298}), (, {'error': 0.2572468232948477}), (, {'error': 0.15071252732297985}), (, {'error': 0.06169885713286327}), (, {'error': 0.016735442097914444}), (, {'error': 0.1618996356164818}), (, {'error': 0.28530236141964505}), (, {'error': 0.14461387310590346}), (, {'error': 50.144248889313076}), (, {'error': 0.2760580315746358}), (, {'error': 0.10755954605284554}), (, {'error': 80.60176031362698}), (, {'error': 0.2744582969321989}), (, {'error': 0.098093659325031})]) +Toy 5/10 +Time taken: 8 h, 27 s +Projected time left: 8 h, 27 s +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1379 (1379 total) | +| EDM = 2.54E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -716441.6905069475 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.31 | 0.16 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.4 | 1.5 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 2.17 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -2.07 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.80 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.58 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 7.9 | 1.5 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -0.17 | 0.39 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.02 | 0.17 | | |0.00501244| 2.01499 | | +| 9 | Dbar_s | -0.05 | 0.08 | | | -1.464 | 1.464 | | +| 10| jpsi_p | -1.548 | 0.020 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.33 | 0.18 | | |0.126447 | 2.35355 | | +| 12| omega_p | 0.4 | 0.3 | | |-6.28319 | 6.28319 | | +| 13| p4160_s | 2.20 | 0.16 | | | 0.71676 | 3.68324 | | +| 14| psi2s_s | 1360 | 60 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.16 | 0.29 | | |0.0253049| 2.0747 | | +| 16| Ctt | -0.21 | 0.14 | | | -0.5 | 0.5 | | +| 17| jpsi_s | 0.989E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 18| rho_p | 5.92 | 0.32 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 3.96 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s psi2s_p p4160_p p4040_p p3770_s omega_s phi_p p4040_s Dbar_s jpsi_p p4415_s omega_p p4160_s psi2s_s rho_s Ctt jpsi_s rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.004 -0.005 0.300 0.160 0.023 0.003 0.002 -0.192 -0.185 -0.109 -0.174 0.007 -0.127 -0.068 0.006 -0.144 -0.068 0.050 0.057 | +| phi_s | -0.004 1.000 -0.017 -0.006 -0.004 -0.004 0.030 0.863 -0.001 -0.006 -0.047 -0.001 0.075 -0.002 -0.018 0.044 0.004 -0.018 0.192 -0.008 | +| psi2s_p | -0.005 -0.017 1.000 0.081 -0.075 -0.221 0.010 0.040 -0.052 -0.354 -0.319 -0.170 0.057 -0.169 -0.544 0.053 -0.256 -0.544 0.230 -0.198 | +| p4160_p | 0.300 -0.006 0.081 1.000 0.155 -0.015 0.007 0.013 -0.483 -0.054 -0.194 -0.026 0.023 -0.124 -0.195 0.019 -0.478 -0.195 0.115 0.211 | +| p4040_p | 0.160 -0.004 -0.075 0.155 1.000 0.011 0.009 0.016 -0.189 -0.266 -0.247 0.072 0.024 0.387 -0.217 0.015 -0.270 -0.217 0.111 0.114 | +| p3770_s | 0.023 -0.004 -0.221 -0.015 0.011 1.000 0.007 0.010 0.154 -0.204 -0.077 0.029 0.014 0.066 -0.134 -0.000 -0.072 -0.132 0.051 -0.131 | +| omega_s | 0.003 0.030 0.010 0.007 0.009 0.007 1.000 -0.003 -0.000 -0.033 -0.063 -0.007 0.797 -0.000 -0.042 -0.230 -0.023 -0.042 0.098 -0.008 | +| phi_p | 0.002 0.863 0.040 0.013 0.016 0.010 -0.003 1.000 0.002 -0.081 -0.107 -0.016 0.062 -0.005 -0.121 0.059 -0.041 -0.121 0.192 -0.019 | +| p4040_s | -0.192 -0.001 -0.052 -0.483 -0.189 0.154 -0.000 0.002 1.000 -0.296 0.024 0.150 -0.001 0.001 -0.021 -0.005 0.450 -0.020 -0.022 -0.243 | +| Dbar_s | -0.185 -0.006 -0.354 -0.054 -0.266 -0.204 -0.033 -0.081 -0.296 1.000 0.452 -0.185 -0.093 -0.331 0.723 -0.069 -0.143 0.725 -0.337 0.365 | +| jpsi_p | -0.109 -0.047 -0.319 -0.194 -0.247 -0.077 -0.063 -0.107 0.024 0.452 1.000 0.041 -0.100 -0.054 0.552 -0.017 0.324 0.553 -0.283 -0.006 | +| p4415_s | -0.174 -0.001 -0.170 -0.026 0.072 0.029 -0.007 -0.016 0.150 -0.185 0.041 1.000 -0.020 0.322 0.127 -0.017 0.400 0.128 -0.079 -0.182 | +| omega_p | 0.007 0.075 0.057 0.023 0.024 0.014 0.797 0.062 -0.001 -0.093 -0.100 -0.020 1.000 -0.006 -0.136 0.139 -0.056 -0.136 0.131 -0.017 | +| p4160_s | -0.127 -0.002 -0.169 -0.124 0.387 0.066 -0.000 -0.005 0.001 -0.331 -0.054 0.322 -0.006 1.000 0.013 -0.010 0.295 0.013 -0.021 -0.146 | +| psi2s_s | -0.068 -0.018 -0.544 -0.195 -0.217 -0.134 -0.042 -0.121 -0.021 0.723 0.552 0.127 -0.136 0.013 1.000 -0.125 0.427 0.996 -0.493 0.104 | +| rho_s | 0.006 0.044 0.053 0.019 0.015 -0.000 -0.230 0.059 -0.005 -0.069 -0.017 -0.017 0.139 -0.010 -0.125 1.000 -0.025 -0.126 0.182 -0.007 | +| Ctt | -0.144 0.004 -0.256 -0.478 -0.270 -0.072 -0.023 -0.041 0.450 -0.143 0.324 0.400 -0.056 0.295 0.427 -0.025 1.000 0.427 -0.220 -0.415 | +| jpsi_s | -0.068 -0.018 -0.544 -0.195 -0.217 -0.132 -0.042 -0.121 -0.020 0.725 0.553 0.128 -0.136 0.013 0.996 -0.126 0.427 1.000 -0.495 0.104 | +| rho_p | 0.050 0.192 0.230 0.115 0.111 0.051 0.098 0.192 -0.022 -0.337 -0.283 -0.079 0.131 -0.021 -0.493 0.182 -0.220 -0.495 1.000 -0.034 | +| p3770_p | 0.057 -0.008 -0.198 0.211 0.114 -0.131 -0.008 -0.019 -0.243 0.365 -0.006 -0.182 -0.017 -0.146 0.104 -0.007 -0.415 0.104 -0.034 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.15550320053812694}), (, {'error': 1.456287282125997}), (, {'error': 0.03489165212237211}), (, {'error': 0.09610634864215761}), (, {'error': 0.18031408236021562}), (, {'error': 0.20055913853048768}), (, {'error': 1.5030490602715991}), (, {'error': 0.39415338664738586}), (, {'error': 0.1707800228214903}), (, {'error': 0.07635900675487606}), (, {'error': 0.019657559334056884}), (, {'error': 0.176416866056183}), (, {'error': 0.3496334609102676}), (, {'error': 0.16225927810217433}), (, {'error': 59.33361998557996}), (, {'error': 0.29358498322330423}), (, {'error': 0.13914104188967855}), (, {'error': 80.23718793683747}), (, {'error': 0.31611319749821565}), (, {'error': 0.11022688761883437})]) +Toy 6/10 +Time taken: 10 h, 1 min +Projected time left: 6 h, 41 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1048 (1048 total) | +| EDM = 0.000175 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -716440.9097143738 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.31 | 0.15 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.3 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -4.12 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -2.07 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.80 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.58 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 6.8 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -0.18 | 0.33 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.02 | 0.16 | | |0.00501244| 2.01499 | | +| 9 | Dbar_s | -0.05 | 0.07 | | | -1.464 | 1.464 | | +| 10| jpsi_p | 4.736 | 0.019 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.33 | 0.17 | | |0.126447 | 2.35355 | | +| 12| omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 13| p4160_s | 2.20 | 0.15 | | | 0.71676 | 3.68324 | | +| 14| psi2s_s | 1360 | 60 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.14 | 0.29 | | |0.0253049| 2.0747 | | +| 16| Ctt | -0.21 | 0.13 | | | -0.5 | 0.5 | | +| 17| jpsi_s | 0.989E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 18| rho_p | 5.95 | 0.29 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.32 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s psi2s_p p4160_p p4040_p p3770_s omega_s phi_p p4040_s Dbar_s jpsi_p p4415_s omega_p p4160_s psi2s_s rho_s Ctt jpsi_s rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.004 -0.030 0.274 0.135 0.013 0.000 -0.003 -0.186 -0.156 -0.073 -0.168 0.000 -0.135 -0.017 0.003 -0.118 -0.017 0.024 0.058 | +| phi_s | -0.004 1.000 -0.030 -0.010 -0.009 -0.007 -0.016 0.809 -0.001 0.020 -0.017 0.004 -0.015 0.000 0.018 0.030 0.020 0.018 0.153 -0.003 | +| psi2s_p | -0.030 -0.030 1.000 0.072 -0.083 -0.211 -0.050 0.041 -0.056 -0.379 -0.316 -0.182 -0.006 -0.186 -0.556 0.063 -0.297 -0.556 0.232 -0.192 | +| p4160_p | 0.274 -0.010 0.072 1.000 0.128 -0.013 -0.014 0.012 -0.449 -0.085 -0.174 0.006 -0.002 -0.110 -0.179 0.022 -0.435 -0.179 0.103 0.178 | +| p4040_p | 0.135 -0.009 -0.083 0.128 1.000 -0.003 -0.011 0.012 -0.184 -0.243 -0.214 0.066 -0.001 0.371 -0.179 0.016 -0.270 -0.179 0.091 0.119 | +| p3770_s | 0.013 -0.007 -0.211 -0.013 -0.003 1.000 -0.006 0.009 0.141 -0.191 -0.068 0.013 -0.001 0.045 -0.126 0.002 -0.099 -0.124 0.047 -0.120 | +| omega_s | 0.000 -0.016 -0.050 -0.014 -0.011 -0.006 1.000 -0.053 0.001 0.058 0.020 0.016 -0.157 0.010 0.090 -0.530 0.035 0.090 0.056 0.005 | +| phi_p | -0.003 0.809 0.041 0.012 0.012 0.009 -0.053 1.000 -0.001 -0.076 -0.092 -0.019 -0.015 -0.011 -0.111 0.049 -0.048 -0.112 0.163 -0.014 | +| p4040_s | -0.186 -0.001 -0.056 -0.449 -0.184 0.141 0.001 -0.001 1.000 -0.241 0.025 0.104 0.000 -0.051 -0.006 -0.008 0.379 -0.006 -0.026 -0.182 | +| Dbar_s | -0.156 0.020 -0.379 -0.085 -0.243 -0.191 0.058 -0.076 -0.241 1.000 0.445 -0.112 0.009 -0.249 0.735 -0.080 -0.020 0.737 -0.336 0.301 | +| jpsi_p | -0.073 -0.017 -0.316 -0.174 -0.214 -0.068 0.020 -0.092 0.025 0.445 1.000 0.057 0.009 -0.022 0.529 -0.021 0.354 0.530 -0.259 -0.020 | +| p4415_s | -0.168 0.004 -0.182 0.006 0.066 0.013 0.016 -0.019 0.104 -0.112 0.057 1.000 0.003 0.283 0.163 -0.023 0.363 0.163 -0.092 -0.136 | +| omega_p | 0.000 -0.015 -0.006 -0.002 -0.001 -0.001 -0.157 -0.015 0.000 0.009 0.009 0.003 1.000 0.002 0.014 -0.001 0.006 0.014 0.013 0.002 | +| p4160_s | -0.135 0.000 -0.186 -0.110 0.371 0.045 0.010 -0.011 -0.051 -0.249 -0.022 0.283 0.002 1.000 0.068 -0.016 0.258 0.068 -0.045 -0.095 | +| psi2s_s | -0.017 0.018 -0.556 -0.179 -0.179 -0.126 0.090 -0.111 -0.006 0.735 0.529 0.163 0.014 0.068 1.000 -0.139 0.505 0.997 -0.480 0.078 | +| rho_s | 0.003 0.030 0.063 0.022 0.016 0.002 -0.530 0.049 -0.008 -0.080 -0.021 -0.023 -0.001 -0.016 -0.139 1.000 -0.042 -0.140 0.190 -0.004 | +| Ctt | -0.118 0.020 -0.297 -0.435 -0.270 -0.099 0.035 -0.048 0.379 -0.020 0.354 0.363 0.006 0.258 0.505 -0.042 1.000 0.505 -0.248 -0.350 | +| jpsi_s | -0.017 0.018 -0.556 -0.179 -0.179 -0.124 0.090 -0.112 -0.006 0.737 0.530 0.163 0.014 0.068 0.997 -0.140 0.505 1.000 -0.482 0.078 | +| rho_p | 0.024 0.153 0.232 0.103 0.091 0.047 0.056 0.163 -0.026 -0.336 -0.259 -0.092 0.013 -0.045 -0.480 0.190 -0.248 -0.482 1.000 -0.023 | +| p3770_p | 0.058 -0.003 -0.192 0.178 0.119 -0.120 0.005 -0.014 -0.182 0.301 -0.020 -0.136 0.002 -0.095 0.078 -0.004 -0.350 0.078 -0.023 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1497105932647711}), (, {'error': 1.2380414187132}), (, {'error': 0.03423713169215903}), (, {'error': 0.09077931254763483}), (, {'error': 0.17165313775544}), (, {'error': 0.19495558757140774}), (, {'error': 0.8906541946151396}), (, {'error': 0.3271914321625684}), (, {'error': 0.15951163826428727}), (, {'error': 0.06781133572191678}), (, {'error': 0.01890792580018541}), (, {'error': 0.16931683161942235}), (, {'error': 0.0937528966088168}), (, {'error': 0.15289931948104152}), (, {'error': 58.9701229523248}), (, {'error': 0.28819504109898725}), (, {'error': 0.12748148400372272}), (, {'error': 80.33621015359768}), (, {'error': 0.2925369758140315}), (, {'error': 0.10416885469879378})]) +Toy 7/10 +Time taken: 11 h, 37 min +Projected time left: 4 h, 59 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1195 (1195 total) | +| EDM = 0.000338 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -716439.1134133525 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.35 | 0.16 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.4 | 1.7 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -2.437 | 0.031 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -2.11 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.80 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.38 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 6.6 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -5.8 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.00 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | Dbar_s | -0.019 | 0.067 | | | -1.464 | 1.464 | | +| 10| jpsi_p | 1.457 | 0.017 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.33 | 0.19 | | |0.126447 | 2.35355 | | +| 12| omega_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 13| p4160_s | 2.19 | 0.17 | | | 0.71676 | 3.68324 | | +| 14| psi2s_s | 1359 | 7 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 16| Ctt | -0.20 | 0.17 | | | -0.5 | 0.5 | | +| 17| jpsi_s | 0.993E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 18| rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -1.86 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s psi2s_p p4160_p p4040_p p3770_s omega_s phi_p p4040_s Dbar_s jpsi_p p4415_s omega_p p4160_s psi2s_s rho_s Ctt jpsi_s rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.004 0.025 0.318 0.170 0.032 -0.001 -0.005 -0.222 -0.102 -0.036 -0.184 0.000 -0.139 -0.010 -0.001 -0.171 -0.015 0.009 0.103 | +| phi_s | -0.004 1.000 -0.028 -0.007 -0.003 0.005 -0.070 0.905 0.004 -0.002 -0.050 0.001 -0.008 0.002 0.046 0.028 -0.004 0.051 -0.044 -0.008 | +| psi2s_p | 0.025 -0.028 1.000 0.284 -0.002 -0.108 -0.012 -0.035 -0.416 0.654 0.001 -0.361 0.001 -0.365 0.110 0.028 -0.503 0.144 0.005 0.506 | +| p4160_p | 0.318 -0.007 0.284 1.000 0.167 -0.005 -0.003 -0.007 -0.567 0.300 -0.004 -0.111 0.000 -0.194 -0.016 -0.001 -0.552 -0.025 0.014 0.346 | +| p4040_p | 0.170 -0.003 -0.002 0.167 1.000 0.016 0.006 -0.005 -0.234 -0.056 -0.146 0.059 0.001 0.362 -0.032 -0.013 -0.256 -0.037 0.006 0.201 | +| p3770_s | 0.032 0.005 -0.108 -0.005 0.016 1.000 0.011 0.005 0.123 -0.108 -0.112 0.030 0.000 0.061 -0.027 -0.022 -0.059 -0.029 -0.003 -0.037 | +| omega_s | -0.001 -0.070 -0.012 -0.003 0.006 0.011 1.000 -0.085 0.011 -0.016 0.023 0.008 -0.114 0.011 0.028 -0.564 -0.002 0.031 0.111 -0.007 | +| phi_p | -0.005 0.905 -0.035 -0.007 -0.005 0.005 -0.085 1.000 0.004 -0.005 -0.049 -0.001 -0.006 0.001 0.032 0.046 -0.006 0.035 -0.071 -0.010 | +| p4040_s | -0.222 0.004 -0.416 -0.567 -0.234 0.123 0.011 0.004 1.000 -0.514 -0.065 0.249 0.000 0.087 -0.015 -0.015 0.592 -0.014 -0.016 -0.342 | +| Dbar_s | -0.102 -0.002 0.654 0.300 -0.056 -0.108 -0.016 -0.005 -0.514 1.000 0.067 -0.502 -0.000 -0.542 0.135 0.030 -0.804 0.151 0.010 0.548 | +| jpsi_p | -0.036 -0.050 0.001 -0.004 -0.146 -0.112 0.023 -0.049 -0.065 0.067 1.000 -0.126 0.004 -0.158 -0.070 -0.051 -0.073 -0.080 -0.026 -0.023 | +| p4415_s | -0.184 0.001 -0.361 -0.111 0.059 0.030 0.008 -0.001 0.249 -0.502 -0.126 1.000 0.001 0.387 0.005 -0.007 0.485 0.012 -0.011 -0.295 | +| omega_p | 0.000 -0.008 0.001 0.000 0.001 0.000 -0.114 -0.006 0.000 -0.000 0.004 0.001 1.000 0.001 0.001 0.017 0.000 0.001 0.005 0.000 | +| p4160_s | -0.139 0.002 -0.365 -0.194 0.362 0.061 0.011 0.001 0.087 -0.542 -0.158 0.387 0.001 1.000 -0.012 -0.014 0.392 -0.011 -0.008 -0.219 | +| psi2s_s | -0.010 0.046 0.110 -0.016 -0.032 -0.027 0.028 0.032 -0.015 0.135 -0.070 0.005 0.001 -0.012 1.000 -0.026 0.034 0.857 -0.026 0.032 | +| rho_s | -0.001 0.028 0.028 -0.001 -0.013 -0.022 -0.564 0.046 -0.015 0.030 -0.051 -0.007 0.017 -0.014 -0.026 1.000 0.019 -0.027 -0.007 0.012 | +| Ctt | -0.171 -0.004 -0.503 -0.552 -0.256 -0.059 -0.002 -0.006 0.592 -0.804 -0.073 0.485 0.000 0.392 0.034 0.019 1.000 0.056 -0.016 -0.614 | +| jpsi_s | -0.015 0.051 0.144 -0.025 -0.037 -0.029 0.031 0.035 -0.014 0.151 -0.080 0.012 0.001 -0.011 0.857 -0.027 0.056 1.000 -0.030 0.049 | +| rho_p | 0.009 -0.044 0.005 0.014 0.006 -0.003 0.111 -0.071 -0.016 0.010 -0.026 -0.011 0.005 -0.008 -0.026 -0.007 -0.016 -0.030 1.000 0.012 | +| p3770_p | 0.103 -0.008 0.506 0.346 0.201 -0.037 -0.007 -0.010 -0.342 0.548 -0.023 -0.295 0.000 -0.219 0.032 0.012 -0.614 0.049 0.012 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.15856577721275267}), (, {'error': 1.7021968500897646}), (, {'error': 0.030596606785647795}), (, {'error': 0.10271403414633085}), (, {'error': 0.18397884509820273}), (, {'error': 0.18762703809959436}), (, {'error': 0.8902770748099162}), (, {'error': 0.4300780961270898}), (, {'error': 0.1831186771823946}), (, {'error': 0.06697703363524943}), (, {'error': 0.016773257090688887}), (, {'error': 0.18766049002531782}), (, {'error': 0.0730833265996349}), (, {'error': 0.17173649512612998}), (, {'error': 6.663660285958144}), (, {'error': 0.31700893995714946}), (, {'error': 0.17433067255188972}), (, {'error': 15.686171458938588}), (, {'error': 0.13153172719107076}), (, {'error': 0.12386286661390056})]) +Toy 8/10 +Time taken: 13 h, 25 min +Projected time left: 3 h, 21 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1327 (1327 total) | +| EDM = 0.0001 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -716441.1593638989 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.81 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.4 | 0.8 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -4.533 | 0.024 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | -2.29 | 0.07 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.73 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.61 | 0.16 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 7.9 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 0.013 | 0.221 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.07 | 0.12 | | |0.00501244| 2.01499 | | +| 9 | Dbar_s | -0.05 | 0.04 | | | -1.464 | 1.464 | | +| 10| jpsi_p | -4.626 | 0.014 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.36 | 0.14 | | |0.126447 | 2.35355 | | +| 12| omega_p | 0.53 | 0.20 | | |-6.28319 | 6.28319 | | +| 13| p4160_s | 2.24 | 0.12 | | | 0.71676 | 3.68324 | | +| 14| psi2s_s | 1360 | 70 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.17 | 0.23 | | |0.0253049| 2.0747 | | +| 16| Ctt | -0.16 | 0.08 | | | -0.5 | 0.5 | | +| 17| jpsi_s | 0.989E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 18| rho_p | -0.19 | 0.27 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.70 | 0.08 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s psi2s_p p4160_p p4040_p p3770_s omega_s phi_p p4040_s Dbar_s jpsi_p p4415_s omega_p p4160_s psi2s_s rho_s Ctt jpsi_s rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.007 -0.150 0.157 0.065 -0.040 0.001 -0.031 -0.134 0.043 -0.106 -0.092 -0.026 -0.099 0.223 -0.029 0.079 0.224 -0.107 0.043 | +| phi_s | 0.007 1.000 -0.026 -0.001 -0.002 -0.008 0.011 0.632 -0.004 0.030 -0.040 0.006 0.026 0.005 0.034 0.008 0.028 0.034 0.091 0.001 | +| psi2s_p | -0.150 -0.026 1.000 -0.071 -0.182 -0.213 -0.009 0.040 -0.050 -0.310 0.184 -0.136 0.038 -0.189 -0.411 0.050 -0.216 -0.411 0.183 -0.191 | +| p4160_p | 0.157 -0.001 -0.071 1.000 0.004 -0.036 -0.001 -0.007 -0.296 -0.017 -0.037 0.098 -0.005 -0.065 0.018 -0.000 -0.170 0.019 -0.001 0.066 | +| p4040_p | 0.065 -0.002 -0.182 0.004 1.000 -0.066 -0.001 -0.007 -0.118 -0.077 -0.090 0.060 -0.005 0.271 0.006 -0.002 -0.150 0.006 -0.003 0.064 | +| p3770_s | -0.040 -0.008 -0.213 -0.036 -0.066 1.000 -0.002 0.014 0.088 -0.158 0.033 -0.024 0.012 -0.016 -0.137 0.012 -0.175 -0.135 0.059 -0.118 | +| omega_s | 0.001 0.011 -0.009 -0.001 -0.001 -0.002 1.000 -0.024 -0.001 0.005 -0.018 0.001 0.556 0.001 0.009 -0.232 0.003 0.009 0.056 -0.002 | +| phi_p | -0.031 0.632 0.040 -0.007 -0.007 0.014 -0.024 1.000 0.003 -0.094 0.007 -0.025 0.031 -0.025 -0.125 0.031 -0.085 -0.126 0.102 -0.016 | +| p4040_s | -0.134 -0.004 -0.050 -0.296 -0.118 0.088 -0.001 0.003 1.000 -0.147 0.001 -0.000 0.002 -0.141 -0.034 -0.004 0.109 -0.034 -0.002 -0.019 | +| Dbar_s | 0.043 0.030 -0.310 -0.017 -0.077 -0.158 0.005 -0.094 -0.147 1.000 -0.237 0.042 -0.082 -0.025 0.774 -0.096 0.339 0.775 -0.393 0.171 | +| jpsi_p | -0.106 -0.040 0.184 -0.037 -0.090 0.033 -0.018 0.007 0.001 -0.237 1.000 -0.112 0.015 -0.122 -0.301 0.022 -0.266 -0.302 0.085 -0.079 | +| p4415_s | -0.092 0.006 -0.136 0.098 0.060 -0.024 0.001 -0.025 -0.000 0.042 -0.112 1.000 -0.022 0.151 0.188 -0.029 0.236 0.188 -0.108 -0.021 | +| omega_p | -0.026 0.026 0.038 -0.005 -0.005 0.012 0.556 0.031 0.002 -0.082 0.015 -0.022 1.000 -0.022 -0.110 0.201 -0.074 -0.110 0.064 -0.012 | +| p4160_s | -0.099 0.005 -0.189 -0.065 0.271 -0.016 0.001 -0.025 -0.141 -0.025 -0.122 0.151 -0.022 1.000 0.179 -0.030 0.177 0.180 -0.103 0.005 | +| psi2s_s | 0.223 0.034 -0.411 0.018 0.006 -0.137 0.009 -0.125 -0.034 0.774 -0.301 0.188 -0.110 0.179 1.000 -0.150 0.697 0.997 -0.521 0.086 | +| rho_s | -0.029 0.008 0.050 -0.000 -0.002 0.012 -0.232 0.031 -0.004 -0.096 0.022 -0.029 0.201 -0.030 -0.150 1.000 -0.082 -0.150 0.170 -0.007 | +| Ctt | 0.079 0.028 -0.216 -0.170 -0.150 -0.175 0.003 -0.085 0.109 0.339 -0.266 0.236 -0.074 0.177 0.697 -0.082 1.000 0.698 -0.360 -0.071 | +| jpsi_s | 0.224 0.034 -0.411 0.019 0.006 -0.135 0.009 -0.126 -0.034 0.775 -0.302 0.188 -0.110 0.180 0.997 -0.150 0.698 1.000 -0.522 0.086 | +| rho_p | -0.107 0.091 0.183 -0.001 -0.003 0.059 0.056 0.102 -0.002 -0.393 0.085 -0.108 0.064 -0.103 -0.521 0.170 -0.360 -0.522 1.000 -0.043 | +| p3770_p | 0.043 0.001 -0.191 0.066 0.064 -0.118 -0.002 -0.016 -0.019 0.171 -0.079 -0.021 -0.012 0.005 0.086 -0.007 -0.071 0.086 -0.043 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11793408102344038}), (, {'error': 0.8230560169331689}), (, {'error': 0.024351758642433996}), (, {'error': 0.0663087622040508}), (, {'error': 0.12457351750836376}), (, {'error': 0.15841988041591915}), (, {'error': 0.8929787982155624}), (, {'error': 0.22051543151692465}), (, {'error': 0.11792696252515095}), (, {'error': 0.04195995391985052}), (, {'error': 0.014076353126290186}), (, {'error': 0.1369222126653813}), (, {'error': 0.19885013046025923}), (, {'error': 0.11516725292466656}), (, {'error': 66.73154461502202}), (, {'error': 0.2314500225154772}), (, {'error': 0.0836615393585009}), (, {'error': 80.50019168376639}), (, {'error': 0.2693195282755432}), (, {'error': 0.08063992180758639})]) +Toy 9/10 +Time taken: 15 h, 22 min +Projected time left: 1 h, 42 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.164E+05 | Ncalls=1175 (1175 total) | +| EDM = 0.00161 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -716441.0574117268 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.47 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.4 | 0.7 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 1.749 | 0.027 | | |-6.28319 | 6.28319 | | +| 3 | p4160_p | 3.99 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.55 | 0.14 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.61 | 0.18 | | |0.918861 | 4.08114 | | +| 6 | omega_s | 9.4 | 1.2 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 8 | p4040_s | 1.06 | 0.14 | | |0.00501244| 2.01499 | | +| 9 | Dbar_s | -0.05 | 0.05 | | | -1.464 | 1.464 | | +| 10| jpsi_p | -4.627 | 0.016 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.36 | 0.15 | | |0.126447 | 2.35355 | | +| 12| omega_p | 0.84 | 0.19 | | |-6.28319 | 6.28319 | | +| 13| p4160_s | 2.24 | 0.13 | | | 0.71676 | 3.68324 | | +| 14| psi2s_s | 1360 | 50 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.16 | 0.27 | | |0.0253049| 2.0747 | | +| 16| Ctt | -0.16 | 0.10 | | | -0.5 | 0.5 | | +| 17| jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 18| rho_p | -0.19 | 0.31 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 3.58 | 0.09 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s psi2s_p p4160_p p4040_p p3770_s omega_s phi_p p4040_s Dbar_s jpsi_p p4415_s omega_p p4160_s psi2s_s rho_s Ctt jpsi_s rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.016 -0.121 0.206 0.086 -0.015 0.000 0.008 -0.159 -0.056 -0.085 -0.125 -0.023 -0.128 0.115 -0.017 -0.024 0.116 -0.048 0.046 | +| phi_s | 0.016 1.000 -0.053 -0.005 -0.007 -0.018 -0.003 -0.347 -0.009 0.092 -0.062 0.021 -0.004 0.013 0.116 -0.003 0.075 0.116 0.069 0.017 | +| psi2s_p | -0.121 -0.053 1.000 -0.066 -0.207 -0.277 0.001 -0.015 -0.036 -0.267 0.210 -0.133 0.062 -0.189 -0.370 0.048 -0.119 -0.370 0.159 -0.238 | +| p4160_p | 0.206 -0.005 -0.066 1.000 0.046 -0.023 0.000 -0.001 -0.365 -0.039 -0.012 0.074 0.007 -0.083 -0.055 0.010 -0.286 -0.055 0.043 0.094 | +| p4040_p | 0.086 -0.007 -0.207 0.046 1.000 -0.040 0.000 -0.001 -0.148 -0.140 -0.082 0.064 0.006 0.324 -0.068 0.007 -0.222 -0.068 0.038 0.080 | +| p3770_s | -0.015 -0.018 -0.277 -0.023 -0.040 1.000 0.000 -0.005 0.110 -0.155 0.035 -0.015 0.019 0.006 -0.128 0.010 -0.166 -0.126 0.055 -0.120 | +| omega_s | 0.000 -0.003 0.001 0.000 0.000 0.000 1.000 -0.001 0.000 -0.000 0.003 -0.000 -0.108 -0.000 -0.001 -0.001 -0.000 -0.001 -0.006 0.000 | +| phi_p | 0.008 -0.347 -0.015 -0.001 -0.001 -0.005 -0.001 1.000 -0.001 0.040 -0.003 0.011 -0.025 0.008 0.056 -0.009 0.032 0.057 -0.052 0.009 | +| p4040_s | -0.159 -0.009 -0.036 -0.365 -0.148 0.110 0.000 -0.001 1.000 -0.200 0.007 0.023 0.005 -0.124 -0.047 -0.004 0.198 -0.046 -0.001 -0.067 | +| Dbar_s | -0.056 0.092 -0.267 -0.039 -0.140 -0.155 -0.000 0.040 -0.200 1.000 -0.253 -0.025 -0.131 -0.134 0.753 -0.105 0.174 0.755 -0.385 0.252 | +| jpsi_p | -0.085 -0.062 0.210 -0.012 -0.082 0.035 0.003 -0.003 0.007 -0.253 1.000 -0.134 0.046 -0.130 -0.353 0.026 -0.283 -0.355 0.103 -0.102 | +| p4415_s | -0.125 0.021 -0.133 0.074 0.064 -0.015 -0.000 0.011 0.023 -0.025 -0.134 1.000 -0.035 0.196 0.174 -0.032 0.273 0.174 -0.105 -0.045 | +| omega_p | -0.023 -0.004 0.062 0.007 0.006 0.019 -0.108 -0.025 0.005 -0.131 0.046 -0.035 1.000 -0.026 -0.185 0.587 -0.105 -0.186 0.159 -0.024 | +| p4160_s | -0.128 0.013 -0.189 -0.083 0.324 0.006 -0.000 0.008 -0.124 -0.134 -0.130 0.196 -0.026 1.000 0.114 -0.025 0.177 0.115 -0.072 -0.020 | +| psi2s_s | 0.115 0.116 -0.370 -0.055 -0.068 -0.128 -0.001 0.056 -0.047 0.753 -0.353 0.174 -0.185 0.114 1.000 -0.169 0.615 0.997 -0.531 0.128 | +| rho_s | -0.017 -0.003 0.048 0.010 0.007 0.010 -0.001 -0.009 -0.004 -0.105 0.026 -0.032 0.587 -0.025 -0.169 1.000 -0.080 -0.169 0.208 -0.015 | +| Ctt | -0.024 0.075 -0.119 -0.286 -0.222 -0.166 -0.000 0.032 0.198 0.174 -0.283 0.273 -0.105 0.177 0.615 -0.080 1.000 0.616 -0.327 -0.132 | +| jpsi_s | 0.116 0.116 -0.370 -0.055 -0.068 -0.126 -0.001 0.057 -0.046 0.755 -0.355 0.174 -0.186 0.115 0.997 -0.169 0.616 1.000 -0.532 0.129 | +| rho_p | -0.048 0.069 0.159 0.043 0.038 0.055 -0.006 -0.052 -0.001 -0.385 0.103 -0.105 0.159 -0.072 -0.531 0.208 -0.327 -0.532 1.000 -0.061 | +| p3770_p | 0.046 0.017 -0.238 0.094 0.080 -0.120 0.000 0.009 -0.067 0.252 -0.102 -0.045 -0.024 -0.020 0.128 -0.015 -0.132 0.129 -0.061 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13200630679428782}), (, {'error': 0.73841833151379}), (, {'error': 0.027233214160601094}), (, {'error': 0.07659142400130392}), (, {'error': 0.14361790753560655}), (, {'error': 0.1779920896176983}), (, {'error': 1.1697618660709872}), (, {'error': 0.25180944691390206}), (, {'error': 0.13672001552298868}), (, {'error': 0.05230196206103199}), (, {'error': 0.01568840440588204}), (, {'error': 0.15199239053789393}), (, {'error': 0.18836131813314072}), (, {'error': 0.13235026241052839}), (, {'error': 52.62876019917155}), (, {'error': 0.27003025165315564}), (, {'error': 0.09711481170250152}), (, {'error': 80.64549241116038}), (, {'error': 0.3130793916186545}), (, {'error': 0.09070865661345184})]) +Toy 10/10 +Time taken: 17 h, 6 min +Projected time left: +Mean Ctt value = -0.2344748366078812 +Mean Ctt error = 0.187678463085522 +Simulation ended diff --git a/prelim_results/slurm-2213919.out b/prelim_results/slurm-2213919.out new file mode 100644 index 0000000..bc2f361 --- /dev/null +++ b/prelim_results/slurm-2213919.out @@ -0,0 +1,9473 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.999209: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.008182: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.008480: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5637aaddeb20 executing computations on platform Host. Devices: +2019-07-07 14:45:24.008517: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.530399: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5637aae91ea0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.530470: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.536926: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:94:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.537005: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.623222: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.623281: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.623305: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.629543: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:94:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716346.2814433 Edm = 10.2117 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716346.2814433 Edm = 10.2117 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719205.3062967 Edm = 5.53191 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719223.9800998 Edm = 3.91442 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -719536.43163 Edm = 7.59619 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -719545.0051028 Edm = 0.21176 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -719545.9909254 Edm = 0.976593 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -719575.2171511 Edm = 2.00572 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -719577.766393 Edm = 0.204108 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -719578.2282337 Edm = 0.203711 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -719580.0678768 Edm = 1.94791 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -719674.8097623 Edm = 7.27141 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -719681.8917573 Edm = 0.418098 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -719683.4177842 Edm = 1.11087 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -719692.1666026 Edm = 5.48798 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -719717.7573577 Edm = 23.5567 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -719913.2509197 Edm = 41.9168 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -720019.2733723 Edm = 10.2496 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -720110.7138736 Edm = 49.2447 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -720118.233072 Edm = 19.5753 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -720141.0143535 Edm = 2.20863 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -720143.1066122 Edm = 0.254087 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -720143.7132518 Edm = 0.205572 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -720144.061975 Edm = 0.035834 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -720144.1088146 Edm = 0.00473865 NCalls = 75 +VariableMetric: Iteration # 24 - FCN = -720144.1497642 Edm = 0.0407808 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -720144.643745 Edm = 0.390112 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -720155.2180279 Edm = 10.2953 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -720156.4358626 Edm = 2.15624 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -720169.9885624 Edm = 13.6682 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -720174.9537842 Edm = 4.01172 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -720215.9155532 Edm = 15.2862 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -720253.3303505 Edm = 12.1597 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -720261.7773946 Edm = 4.42471 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -720268.0063224 Edm = 2.03392 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -720278.8635121 Edm = 1.31553 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -720280.3059931 Edm = 2.52262 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -720300.059962 Edm = 42.523 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -720301.1637573 Edm = 0.962285 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -720301.5413424 Edm = 0.167508 NCalls = 124 +VariableMetric: Iteration # 39 - FCN = -720301.8828474 Edm = 0.125317 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -720302.2499696 Edm = 0.222097 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -720311.7641902 Edm = 10.3994 NCalls = 132 +VariableMetric: Iteration # 42 - FCN = -720341.7503824 Edm = 23.2789 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -720343.0298172 Edm = 2.1866 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -720354.6093655 Edm = 12.184 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -720380.0355096 Edm = 15.2286 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -720423.3269027 Edm = 0.754741 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -720424.3566609 Edm = 0.119583 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -720424.5326998 Edm = 0.0103651 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -720424.5615118 Edm = 0.0146454 NCalls = 161 +VariableMetric: Iteration # 50 - FCN = -720426.7236236 Edm = 1.9323 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -720471.1986585 Edm = 16.7838 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -720565.4150123 Edm = 137.173 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -720581.2562773 Edm = 25.1013 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -720669.1794408 Edm = 77.7446 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -720718.046132 Edm = 22.1673 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -720749.6192301 Edm = 8.77145 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -720755.2534449 Edm = 1.26452 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -720757.2198421 Edm = 0.33412 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -720758.2421117 Edm = 0.249392 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -720758.5872503 Edm = 0.0630765 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -720818.4582435 Edm = 73.3164 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -720960.7505392 Edm = 4.17253e+06 NCalls = 216 +VariableMetric: Iteration # 63 - FCN = -721341.1404996 Edm = 571327 NCalls = 226 +VariableMetric: Iteration # 64 - FCN = -721386.9504099 Edm = 1.51897e+06 NCalls = 236 +VariableMetric: Iteration # 65 - FCN = -721585.8974168 Edm = 21189.4 NCalls = 245 +VariableMetric: Iteration # 66 - FCN = -721598.7478387 Edm = 7294.16 NCalls = 252 +VariableMetric: Iteration # 67 - FCN = -721615.5432605 Edm = 10419.3 NCalls = 258 +VariableMetric: Iteration # 68 - FCN = -721637.7587858 Edm = 35594 NCalls = 262 +VariableMetric: Iteration # 69 - FCN = -721641.2466427 Edm = 4191.78 NCalls = 267 +VariableMetric: Iteration # 70 - FCN = -721659.5422658 Edm = 10201 NCalls = 270 +VariableMetric: Iteration # 71 - FCN = -721671.9398226 Edm = 1017.82 NCalls = 273 +VariableMetric: Iteration # 72 - FCN = -721677.4970379 Edm = 998.219 NCalls = 276 +VariableMetric: Iteration # 73 - FCN = -721690.8684827 Edm = 376.648 NCalls = 279 +VariableMetric: Iteration # 74 - FCN = -721709.0908611 Edm = 295.375 NCalls = 282 +VariableMetric: Iteration # 75 - FCN = -721710.6734875 Edm = 67.4326 NCalls = 285 +VariableMetric: Iteration # 76 - FCN = -721726.3823903 Edm = 202.69 NCalls = 287 +VariableMetric: Iteration # 77 - FCN = -721752.2565403 Edm = 104.417 NCalls = 289 +VariableMetric: Iteration # 78 - FCN = -721763.9153121 Edm = 35.336 NCalls = 291 +VariableMetric: Iteration # 79 - FCN = -721774.7520569 Edm = 23.6393 NCalls = 293 +VariableMetric: Iteration # 80 - FCN = -721778.1912803 Edm = 7.52024 NCalls = 295 +VariableMetric: Iteration # 81 - FCN = -721782.9752313 Edm = 4.53477 NCalls = 297 +VariableMetric: Iteration # 82 - FCN = -721785.1282963 Edm = 0.828697 NCalls = 299 +VariableMetric: Iteration # 83 - FCN = -721785.6275252 Edm = 0.713054 NCalls = 301 +VariableMetric: Iteration # 84 - FCN = -721786.6170239 Edm = 3.1791 NCalls = 309 +VariableMetric: Iteration # 85 - FCN = -721786.777182 Edm = 0.765413 NCalls = 311 +VariableMetric: Iteration # 86 - FCN = -721787.7694362 Edm = 1.27303 NCalls = 314 +VariableMetric: Iteration # 87 - FCN = -721792.8435706 Edm = 2.38424 NCalls = 318 +VariableMetric: Iteration # 88 - FCN = -721795.195664 Edm = 1.18379 NCalls = 320 +VariableMetric: Iteration # 89 - FCN = -721795.9855029 Edm = 0.810218 NCalls = 321 +VariableMetric: Iteration # 90 - FCN = -721796.4812398 Edm = 0.420793 NCalls = 323 +VariableMetric: Iteration # 91 - FCN = -721796.9607357 Edm = 0.185444 NCalls = 325 +VariableMetric: Iteration # 92 - FCN = -721797.1523182 Edm = 0.0898962 NCalls = 327 +VariableMetric: Iteration # 93 - FCN = -721797.3057185 Edm = 0.0550902 NCalls = 329 +VariableMetric: Iteration # 94 - FCN = -721797.3760293 Edm = 0.0161521 NCalls = 331 +VariableMetric: Iteration # 95 - FCN = -721797.3969427 Edm = 0.00212104 NCalls = 333 +VariableMetric: Iteration # 96 - FCN = -721797.4003657 Edm = 0.00106872 NCalls = 335 +VariableMetric: Iteration # 97 - FCN = -721797.403694 Edm = 0.000861052 NCalls = 337 +VariableMetric: Iteration # 98 - FCN = -721797.40585 Edm = 0.00044295 NCalls = 339 +VariableMetric: Iteration # 99 - FCN = -721797.4066206 Edm = 0.000307153 NCalls = 341 +VariableMetric: Iteration # 100 - FCN = -721797.4074271 Edm = 0.000404515 NCalls = 343 +VariableMetric: Iteration # 101 - FCN = -721797.4093178 Edm = 0.00101513 NCalls = 346 +VariableMetric: Iteration # 102 - FCN = -721797.4113138 Edm = 0.00177555 NCalls = 349 +VariableMetric: Iteration # 103 - FCN = -721797.4129034 Edm = 0.000597824 NCalls = 351 +VariableMetric: Iteration # 104 - FCN = -721797.4139873 Edm = 0.000736345 NCalls = 354 +VariableMetric: Iteration # 105 - FCN = -721797.4147117 Edm = 0.000244813 NCalls = 356 +VariableMetric: Iteration # 106 - FCN = -721797.415035 Edm = 0.000126204 NCalls = 359 +VariableMetric: Iteration # 107 - FCN = -721797.4152951 Edm = 0.000136372 NCalls = 362 +VariableMetric: Iteration # 108 - FCN = -721797.4155063 Edm = 0.00012568 NCalls = 365 +VariableMetric: Iteration # 109 - FCN = -721797.4156958 Edm = 4.23336e-05 NCalls = 368 +VariableMetric: After Hessian - FCN = -721797.4156958 Edm = 0.000120256 NCalls = 737 +VariableMetric: Iteration # 110 - FCN = -721797.4156958 Edm = 0.000120256 NCalls = 737 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720601.6691005 Edm = 0.861974 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720601.6691005 Edm = 0.861974 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720854.7588978 Edm = 0.0618306 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -720855.6236289 Edm = 0.0554054 NCalls = 8 +VariableMetric: Iteration # 3 - FCN = -720871.4299721 Edm = 1.91819 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -720873.7793924 Edm = 0.0216097 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -720874.049339 Edm = 0.234519 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -720932.2278174 Edm = 1.38241 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -720933.8489355 Edm = 0.0442416 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -720934.0660419 Edm = 0.186088 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -720949.6320814 Edm = 6.58967 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -720961.355885 Edm = 0.0525008 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -720961.4182165 Edm = 0.00510949 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -720961.5212185 Edm = 0.100784 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -720970.2927205 Edm = 0.726176 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -721057.6053038 Edm = 15.9998 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -721086.7002448 Edm = 30.3864 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -721101.2069282 Edm = 2.51713 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -721104.4705159 Edm = 0.0640703 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -721104.5510063 Edm = 0.0119455 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -721104.5745693 Edm = 0.0029818 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -721104.5925765 Edm = 0.015619 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -721106.2164463 Edm = 1.54957 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -721136.7575059 Edm = 2.91162 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -721140.0992771 Edm = 0.520601 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -721141.0220253 Edm = 0.0296667 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -721141.0580726 Edm = 0.00537594 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -721141.0655946 Edm = 0.00242506 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -721141.1027161 Edm = 0.0293748 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -721153.010608 Edm = 8.719 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -721170.6225563 Edm = 27.4721 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -721208.7710192 Edm = 18.7384 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -721221.8681646 Edm = 11.4127 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -721241.6896396 Edm = 2.93596 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -721245.3144009 Edm = 1.80443 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -721246.9319219 Edm = 0.548673 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -721247.4022534 Edm = 0.0864971 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -721247.5045973 Edm = 0.0129612 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -721247.5257405 Edm = 0.00585747 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -721247.5626038 Edm = 0.0293868 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -721248.6111058 Edm = 0.726609 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -721288.2927798 Edm = 20.6579 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -721312.5312744 Edm = 5.16794 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -721318.3692814 Edm = 0.621301 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -721318.7452465 Edm = 0.0685171 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -721318.7909613 Edm = 0.0134353 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -721318.8205868 Edm = 0.0183421 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -721319.2038773 Edm = 0.555924 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -721320.0083956 Edm = 0.731142 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -721399.8176813 Edm = 39.8513 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -721476.4550039 Edm = 5.03929 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -721483.9117435 Edm = 1.51851 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -721485.271889 Edm = 0.730638 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -721485.8431388 Edm = 0.2625 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -721486.451475 Edm = 0.144704 NCalls = 173 +VariableMetric: Iteration # 54 - FCN = -721486.7478197 Edm = 0.0595615 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -721492.4579704 Edm = 5.47516 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -721492.4775308 Edm = 0.570949 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -721494.3029032 Edm = 2.1239 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -721503.61779 Edm = 8.394 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -721513.1267336 Edm = 8.53472 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -721517.9292001 Edm = 0.768862 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -721519.4212325 Edm = 0.779604 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -721520.5433334 Edm = 0.384309 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -721520.9573562 Edm = 0.165185 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -721521.2888884 Edm = 0.131917 NCalls = 211 +VariableMetric: Iteration # 65 - FCN = -721521.4819217 Edm = 0.0164185 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -721521.5751602 Edm = 0.0420013 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -721521.6870447 Edm = 0.0157671 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -721521.7713588 Edm = 0.0628251 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -721646.6739386 Edm = 482.403 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -721656.3866855 Edm = 704579 NCalls = 237 +VariableMetric: Iteration # 71 - FCN = -721660.5459185 Edm = 89723.1 NCalls = 246 +VariableMetric: Iteration # 72 - FCN = -721704.336397 Edm = 18255.4 NCalls = 254 +VariableMetric: Iteration # 73 - FCN = -721719.7033994 Edm = 18897 NCalls = 260 +VariableMetric: Iteration # 74 - FCN = -721731.6191104 Edm = 8803.06 NCalls = 265 +VariableMetric: Iteration # 75 - FCN = -721740.5307917 Edm = 1182.8 NCalls = 270 +VariableMetric: Iteration # 76 - FCN = -721750.0017957 Edm = 9942.61 NCalls = 273 +VariableMetric: Iteration # 77 - FCN = -721750.7484378 Edm = 910.991 NCalls = 276 +VariableMetric: Iteration # 78 - FCN = -721755.1885717 Edm = 351.877 NCalls = 278 +VariableMetric: Iteration # 79 - FCN = -721759.5894769 Edm = 278.142 NCalls = 280 +VariableMetric: Iteration # 80 - FCN = -721763.0050567 Edm = 51.7685 NCalls = 283 +VariableMetric: Iteration # 81 - FCN = -721765.8054758 Edm = 113.321 NCalls = 285 +VariableMetric: Iteration # 82 - FCN = -721769.3193552 Edm = 30.9777 NCalls = 289 +VariableMetric: Iteration # 83 - FCN = -721772.111884 Edm = 45.5406 NCalls = 291 +VariableMetric: Iteration # 84 - FCN = -721777.9047224 Edm = 11.5849 NCalls = 293 +VariableMetric: Iteration # 85 - FCN = -721782.7965154 Edm = 38.983 NCalls = 295 +VariableMetric: Iteration # 86 - FCN = -721783.676233 Edm = 7.00929 NCalls = 297 +VariableMetric: Iteration # 87 - FCN = -721783.7536517 Edm = 1.29523 NCalls = 300 +VariableMetric: Iteration # 88 - FCN = -721783.9048142 Edm = 1.33825 NCalls = 302 +VariableMetric: Iteration # 89 - FCN = -721784.6691473 Edm = 2.1003 NCalls = 303 +VariableMetric: Iteration # 90 - FCN = -721785.2856072 Edm = 0.973461 NCalls = 305 +VariableMetric: Iteration # 91 - FCN = -721786.8983799 Edm = 0.682844 NCalls = 308 +VariableMetric: Iteration # 92 - FCN = -721787.5355395 Edm = 2.49008 NCalls = 311 +VariableMetric: Iteration # 93 - FCN = -721789.2254258 Edm = 3.44336 NCalls = 315 +VariableMetric: Iteration # 94 - FCN = -721789.7394854 Edm = 2.48991 NCalls = 318 +VariableMetric: Iteration # 95 - FCN = -721791.9475572 Edm = 3.28499 NCalls = 323 +VariableMetric: Iteration # 96 - FCN = -721794.0739447 Edm = 1.99792 NCalls = 327 +VariableMetric: Iteration # 97 - FCN = -721795.7325777 Edm = 1.70237 NCalls = 330 +VariableMetric: Iteration # 98 - FCN = -721796.4623636 Edm = 0.525246 NCalls = 332 +VariableMetric: Iteration # 99 - FCN = -721796.8605267 Edm = 0.329234 NCalls = 334 +VariableMetric: Iteration # 100 - FCN = -721796.9643054 Edm = 0.0567612 NCalls = 336 +VariableMetric: Iteration # 101 - FCN = -721797.0077117 Edm = 0.00599768 NCalls = 337 +VariableMetric: Iteration # 102 - FCN = -721797.0189818 Edm = 0.00597376 NCalls = 339 +VariableMetric: Iteration # 103 - FCN = -721797.0281831 Edm = 0.00359104 NCalls = 341 +VariableMetric: Iteration # 104 - FCN = -721797.0361564 Edm = 0.00295251 NCalls = 343 +VariableMetric: Iteration # 105 - FCN = -721797.0403333 Edm = 0.00101289 NCalls = 345 +VariableMetric: Iteration # 106 - FCN = -721797.0413576 Edm = 0.000380969 NCalls = 346 +VariableMetric: Iteration # 107 - FCN = -721797.0423172 Edm = 0.000423397 NCalls = 348 +VariableMetric: Iteration # 108 - FCN = -721797.0435657 Edm = 0.000165 NCalls = 350 +VariableMetric: Iteration # 109 - FCN = -721797.043791 Edm = 2.19956e-05 NCalls = 352 +VariableMetric: After Hessian - FCN = -721797.043791 Edm = 0.0217168 NCalls = 733 +VariableMetric: Iteration # 110 - FCN = -721797.043791 Edm = 0.0217168 NCalls = 733 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716142.821149 Edm = 2.63065 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716142.821149 Edm = 2.63065 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718437.5197631 Edm = 4.60847 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -718457.4165435 Edm = 7.91218 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -719504.7839238 Edm = 438.412 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -719941.8425305 Edm = 611.378 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -720386.5868433 Edm = 364.885 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -720733.9131221 Edm = 1.90047 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -720740.2126947 Edm = 1.64664 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -720744.9696887 Edm = 1.95893 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -720977.5325573 Edm = 85.949 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -720977.8381016 Edm = 2.34519 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -721113.3673437 Edm = 85.5291 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -721221.3911478 Edm = 16.5081 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -721282.7370764 Edm = 28.6009 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -721339.0665959 Edm = 1.0792 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -721340.0940199 Edm = 0.0586695 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -721340.4061321 Edm = 0.293825 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -721405.7794182 Edm = 12.0489 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -721514.8513497 Edm = 15.4743 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -721546.3029151 Edm = 0.450278 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -721546.7684803 Edm = 0.0124804 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -721546.8044335 Edm = 0.0278152 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -721547.3618799 Edm = 0.499306 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -721628.2506248 Edm = 18.1813 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -721652.0656209 Edm = 0.388065 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -721652.4567316 Edm = 0.00949882 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -721652.4670357 Edm = 0.00171312 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -721652.4905421 Edm = 0.0230981 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -721654.9266236 Edm = 0.129921 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -721666.0536835 Edm = 1.05449 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -721667.8375754 Edm = 0.0825835 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -721667.9350888 Edm = 0.00218573 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -721667.9385325 Edm = 0.000712796 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -721667.9501778 Edm = 0.00932754 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -721671.8148686 Edm = 2.49382 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -721679.2565983 Edm = 1.35477 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -721680.0601485 Edm = 0.0327652 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -721680.0953068 Edm = 0.000705977 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -721680.0970513 Edm = 0.00100688 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -721680.1910322 Edm = 0.0934181 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -721681.9128875 Edm = 0.178662 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -721688.7683401 Edm = 1.34061 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -721691.190564 Edm = 0.184307 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -721691.3746629 Edm = 0.00450389 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -721691.3809966 Edm = 0.000701714 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -721691.3843087 Edm = 0.00153268 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -721691.400924 Edm = 0.0122183 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -721693.3299147 Edm = 1.88582 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -721709.7871858 Edm = 1.64037 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -721711.7646008 Edm = 0.129447 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -721711.9694135 Edm = 0.0122578 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -721711.9838113 Edm = 0.0017498 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -721711.9900735 Edm = 0.00107632 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -721711.9935241 Edm = 0.00149345 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -721712.0323779 Edm = 0.0290946 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -721718.6872673 Edm = 4.27871 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -721731.3042585 Edm = 0.426138 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -721731.7104539 Edm = 0.458433 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -721731.9326112 Edm = 0.0586404 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -721732.1074877 Edm = 0.0266239 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -721732.1412559 Edm = 0.000696374 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -721732.1423969 Edm = 0.00055726 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -721732.1533109 Edm = 0.0121602 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -721732.1999024 Edm = 0.0447873 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -721738.4314053 Edm = 1.08268 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -721739.4734451 Edm = 0.0692639 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -721739.5568422 Edm = 0.00309921 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -721739.5597221 Edm = 0.00038243 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -721739.5601526 Edm = 9.98375e-05 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -721739.561517 Edm = 0.00122273 NCalls = 221 +VariableMetric: Iteration # 70 - FCN = -721739.5791037 Edm = 0.0213555 NCalls = 224 +VariableMetric: Iteration # 71 - FCN = -721740.813019 Edm = 0.97486 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -721748.1470514 Edm = 2.03571 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -721750.5021047 Edm = 0.502097 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -721750.9469711 Edm = 0.0431049 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -721751.0091597 Edm = 0.00586866 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -721751.0152177 Edm = 0.00168481 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -721751.0167372 Edm = 0.000276116 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -721751.0174819 Edm = 0.000502323 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -721751.0348385 Edm = 0.0158322 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -721751.6220359 Edm = 0.477084 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -721756.6384883 Edm = 1.74826 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -721758.4102201 Edm = 0.494215 NCalls = 260 +VariableMetric: Iteration # 83 - FCN = -721758.797985 Edm = 0.165951 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -721759.0534533 Edm = 0.15612 NCalls = 264 +VariableMetric: Iteration # 85 - FCN = -721759.4165817 Edm = 0.596865 NCalls = 267 +VariableMetric: Iteration # 86 - FCN = -721759.8045712 Edm = 0.491614 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -721760.3654442 Edm = 1.06906 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -721761.0000704 Edm = 0.19234 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -721761.1383874 Edm = 0.107731 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -721761.2264055 Edm = 0.0357666 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -721761.2897538 Edm = 0.00784248 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -721761.2980055 Edm = 0.00125012 NCalls = 288 +VariableMetric: Iteration # 93 - FCN = -721761.3009308 Edm = 0.000942374 NCalls = 290 +VariableMetric: Iteration # 94 - FCN = -721761.3022287 Edm = 8.89572e-05 NCalls = 292 +VariableMetric: Iteration # 95 - FCN = -721761.3025331 Edm = 0.000223737 NCalls = 294 +VariableMetric: Iteration # 96 - FCN = -721761.3272201 Edm = 0.026326 NCalls = 300 +VariableMetric: Iteration # 97 - FCN = -721761.3277826 Edm = 0.000501745 NCalls = 303 +VariableMetric: Iteration # 98 - FCN = -721761.4454011 Edm = 0.00910841 NCalls = 310 +VariableMetric: Iteration # 99 - FCN = -721762.4924455 Edm = 0.489816 NCalls = 312 +VariableMetric: Iteration # 100 - FCN = -721763.5934257 Edm = 0.482588 NCalls = 320 +VariableMetric: Iteration # 101 - FCN = -721763.9962971 Edm = 1.8953 NCalls = 323 +VariableMetric: Iteration # 102 - FCN = -721764.5321947 Edm = 0.235588 NCalls = 326 +VariableMetric: Iteration # 103 - FCN = -721764.7670876 Edm = 0.137298 NCalls = 328 +VariableMetric: Iteration # 104 - FCN = -721764.9144321 Edm = 0.0532796 NCalls = 331 +VariableMetric: Iteration # 105 - FCN = -721764.9613477 Edm = 0.00557195 NCalls = 333 +VariableMetric: Iteration # 106 - FCN = -721764.9847615 Edm = 0.0129609 NCalls = 336 +VariableMetric: Iteration # 107 - FCN = -721765.0140918 Edm = 0.00933128 NCalls = 339 +VariableMetric: Iteration # 108 - FCN = -721765.020907 Edm = 0.00116654 NCalls = 341 +VariableMetric: Iteration # 109 - FCN = -721765.0224034 Edm = 0.00010169 NCalls = 343 +VariableMetric: Iteration # 110 - FCN = -721765.0225412 Edm = 4.03206e-05 NCalls = 345 +VariableMetric: After Hessian - FCN = -721765.0225412 Edm = 80.2081 NCalls = 704 +VariableMetric: Iteration # 111 - FCN = -721765.0225412 Edm = 80.2081 NCalls = 704 +VariableMetric: Iteration # 112 - FCN = -721768.9368442 Edm = 29536.8 NCalls = 713 +VariableMetric: Iteration # 113 - FCN = -721770.3114832 Edm = 6.99493 NCalls = 721 +VariableMetric: Iteration # 114 - FCN = -721785.8338022 Edm = 7.08629 NCalls = 725 +VariableMetric: Iteration # 115 - FCN = -721788.531637 Edm = 0.815307 NCalls = 727 +VariableMetric: Iteration # 116 - FCN = -721789.9262736 Edm = 0.922529 NCalls = 730 +VariableMetric: Iteration # 117 - FCN = -721792.1258392 Edm = 0.252391 NCalls = 733 +VariableMetric: Iteration # 118 - FCN = -721792.6145857 Edm = 0.386678 NCalls = 735 +VariableMetric: Iteration # 119 - FCN = -721793.418488 Edm = 0.552493 NCalls = 738 +VariableMetric: Iteration # 120 - FCN = -721793.9582266 Edm = 0.1658 NCalls = 740 +VariableMetric: Iteration # 121 - FCN = -721794.1870453 Edm = 0.17453 NCalls = 742 +VariableMetric: Iteration # 122 - FCN = -721794.7869368 Edm = 0.306113 NCalls = 745 +VariableMetric: Iteration # 123 - FCN = -721795.2008835 Edm = 0.0510191 NCalls = 747 +VariableMetric: Iteration # 124 - FCN = -721795.4089402 Edm = 0.107635 NCalls = 749 +VariableMetric: Iteration # 125 - FCN = -721795.6436542 Edm = 0.0563239 NCalls = 751 +VariableMetric: Iteration # 126 - FCN = -721795.714703 Edm = 0.042228 NCalls = 753 +VariableMetric: Iteration # 127 - FCN = -721796.1110886 Edm = 0.0831854 NCalls = 757 +VariableMetric: Iteration # 128 - FCN = -721796.2159081 Edm = 0.00660556 NCalls = 759 +VariableMetric: Iteration # 129 - FCN = -721796.231347 Edm = 0.00899913 NCalls = 761 +VariableMetric: Iteration # 130 - FCN = -721796.2585302 Edm = 0.00338598 NCalls = 763 +VariableMetric: Iteration # 131 - FCN = -721796.2623533 Edm = 0.000700972 NCalls = 765 +VariableMetric: Iteration # 132 - FCN = -721796.2691409 Edm = 0.00215125 NCalls = 768 +VariableMetric: Iteration # 133 - FCN = -721796.2732548 Edm = 0.000948519 NCalls = 770 +VariableMetric: Iteration # 134 - FCN = -721796.2944895 Edm = 0.0130459 NCalls = 774 +VariableMetric: Iteration # 135 - FCN = -721796.3249623 Edm = 0.00679905 NCalls = 777 +VariableMetric: Iteration # 136 - FCN = -721796.3459751 Edm = 0.0158246 NCalls = 779 +VariableMetric: Iteration # 137 - FCN = -721796.4087676 Edm = 0.0549867 NCalls = 783 +VariableMetric: Iteration # 138 - FCN = -721796.4267231 Edm = 0.0298009 NCalls = 786 +VariableMetric: Iteration # 139 - FCN = -721796.4718362 Edm = 0.0095124 NCalls = 789 +VariableMetric: Iteration # 140 - FCN = -721796.4981251 Edm = 0.00801761 NCalls = 791 +VariableMetric: Iteration # 141 - FCN = -721796.5324016 Edm = 0.0141565 NCalls = 794 +VariableMetric: Iteration # 142 - FCN = -721796.5722181 Edm = 0.035706 NCalls = 797 +VariableMetric: Iteration # 143 - FCN = -721796.6045035 Edm = 0.0060367 NCalls = 799 +VariableMetric: Iteration # 144 - FCN = -721796.6231714 Edm = 0.0103122 NCalls = 801 +VariableMetric: Iteration # 145 - FCN = -721796.6817061 Edm = 0.028125 NCalls = 805 +VariableMetric: Iteration # 146 - FCN = -721796.6887219 Edm = 0.0073669 NCalls = 807 +VariableMetric: Iteration # 147 - FCN = -721796.6980085 Edm = 0.00308739 NCalls = 809 +VariableMetric: Iteration # 148 - FCN = -721796.7065859 Edm = 0.0055966 NCalls = 811 +VariableMetric: Iteration # 149 - FCN = -721796.7148019 Edm = 0.00145254 NCalls = 814 +VariableMetric: Iteration # 150 - FCN = -721796.7178647 Edm = 0.000679084 NCalls = 817 +VariableMetric: Iteration # 151 - FCN = -721796.7186196 Edm = 0.000482391 NCalls = 819 +VariableMetric: Iteration # 152 - FCN = -721796.7193735 Edm = 0.00037065 NCalls = 821 +VariableMetric: Iteration # 153 - FCN = -721796.7208598 Edm = 0.000282667 NCalls = 823 +VariableMetric: Iteration # 154 - FCN = -721796.721568 Edm = 0.000274567 NCalls = 825 +VariableMetric: Iteration # 155 - FCN = -721796.7237329 Edm = 0.00152065 NCalls = 828 +VariableMetric: Iteration # 156 - FCN = -721796.7297893 Edm = 0.00168927 NCalls = 831 +VariableMetric: Iteration # 157 - FCN = -721796.7368896 Edm = 0.00777473 NCalls = 834 +VariableMetric: Iteration # 158 - FCN = -721796.7403099 Edm = 0.00291141 NCalls = 836 +VariableMetric: Iteration # 159 - FCN = -721796.7457123 Edm = 0.00103268 NCalls = 838 +VariableMetric: Iteration # 160 - FCN = -721796.7467354 Edm = 0.000453601 NCalls = 840 +VariableMetric: Iteration # 161 - FCN = -721796.7476377 Edm = 0.000566327 NCalls = 843 +VariableMetric: Iteration # 162 - FCN = -721796.749293 Edm = 0.000963611 NCalls = 846 +VariableMetric: Iteration # 163 - FCN = -721796.7508959 Edm = 0.00134707 NCalls = 849 +VariableMetric: Iteration # 164 - FCN = -721796.751949 Edm = 0.000841892 NCalls = 854 +VariableMetric: Iteration # 165 - FCN = -721796.7531793 Edm = 0.000992275 NCalls = 857 +VariableMetric: Iteration # 166 - FCN = -721796.7535918 Edm = 0.000139593 NCalls = 859 +VariableMetric: Iteration # 167 - FCN = -721796.7537838 Edm = 5.54738e-05 NCalls = 861 +VariableMetric: Iteration # 168 - FCN = -721796.7540248 Edm = 0.000178015 NCalls = 864 +VariableMetric: Iteration # 169 - FCN = -721796.7544286 Edm = 5.89376e-05 NCalls = 867 +VariableMetric: Iteration # 170 - FCN = -721796.7545427 Edm = 5.81993e-05 NCalls = 869 +VariableMetric: Iteration # 171 - FCN = -721796.7546658 Edm = 9.3489e-05 NCalls = 872 +VariableMetric: Iteration # 172 - FCN = -721796.754922 Edm = 8.67937e-05 NCalls = 874 +VariableMetric: Iteration # 173 - FCN = -721796.7550577 Edm = 8.81533e-05 NCalls = 877 +VariableMetric: Iteration # 174 - FCN = -721796.7553589 Edm = 0.00011875 NCalls = 881 +VariableMetric: Iteration # 175 - FCN = -721796.7555558 Edm = 6.15442e-05 NCalls = 884 +VariableMetric: Iteration # 176 - FCN = -721796.7557117 Edm = 9.60095e-05 NCalls = 886 +VariableMetric: Iteration # 177 - FCN = -721796.7560542 Edm = 5.89143e-05 NCalls = 889 +VariableMetric: Iteration # 178 - FCN = -721796.7561354 Edm = 1.55692e-05 NCalls = 891 +VariableMetric: After Hessian - FCN = -721796.7561354 Edm = 0.000152333 NCalls = 1268 +VariableMetric: Iteration # 179 - FCN = -721796.7561354 Edm = 0.000152333 NCalls = 1268 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719323.3522953 Edm = 2.8253 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719323.3522953 Edm = 2.8253 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720602.9796632 Edm = 0.345181 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720607.0682405 Edm = 0.456557 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -720694.0885731 Edm = 10.7306 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -720715.8691502 Edm = 0.640985 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -720716.6928759 Edm = 0.0384365 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -720716.8516848 Edm = 0.11797 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -720742.3605511 Edm = 16.3138 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -720767.8231826 Edm = 0.550925 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -720768.4440035 Edm = 0.133222 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -720802.8655789 Edm = 24.5504 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -720847.3199503 Edm = 0.518093 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -720847.8389773 Edm = 0.0339469 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -720848.0089423 Edm = 0.0869214 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -720849.7199576 Edm = 1.67965 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -720945.5707342 Edm = 12.7611 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -720962.4057699 Edm = 18.8202 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -720969.7263493 Edm = 1.11499 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -720970.5844046 Edm = 0.526182 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -720971.5892465 Edm = 0.379796 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -720972.4581174 Edm = 0.0354414 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -720972.5115103 Edm = 0.0222728 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -720972.6801624 Edm = 0.0900506 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -720973.719783 Edm = 0.909159 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -720989.6152184 Edm = 11.4804 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -721000.2795809 Edm = 2.07748 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -721004.5101729 Edm = 1.57022 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -721018.7648709 Edm = 27.6173 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -721027.2236741 Edm = 12.5314 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -721028.8567009 Edm = 7.3539 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -721048.328197 Edm = 6.48559 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -721059.8547844 Edm = 0.547114 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -721060.2704284 Edm = 0.109181 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -721060.3519613 Edm = 0.00958841 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -721060.3794409 Edm = 0.00766745 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -721060.4197167 Edm = 0.024273 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -721063.4653004 Edm = 3.3705 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -721063.5644587 Edm = 0.0711945 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -721065.032613 Edm = 1.65428 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -721065.4388372 Edm = 0.31599 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -721076.6310417 Edm = 10.4135 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -721119.5685209 Edm = 4.87239 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -721126.7056169 Edm = 0.937288 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -721128.5484315 Edm = 0.895821 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -721129.2299063 Edm = 0.529949 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -721129.949868 Edm = 0.0838325 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -721130.0539284 Edm = 0.0126783 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -721130.0708274 Edm = 0.0105615 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -721130.1266113 Edm = 0.0519348 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -721133.0886919 Edm = 2.71677 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -721179.225926 Edm = 30.601 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -721203.6246181 Edm = 16.5656 NCalls = 166 +VariableMetric: Iteration # 52 - FCN = -721212.4797556 Edm = 0.579988 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -721213.371165 Edm = 0.152093 NCalls = 171 +VariableMetric: Iteration # 54 - FCN = -721213.4885635 Edm = 0.0504201 NCalls = 173 +VariableMetric: Iteration # 55 - FCN = -721213.5399413 Edm = 0.00730452 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -721213.5644748 Edm = 0.0197267 NCalls = 177 +VariableMetric: Iteration # 57 - FCN = -721213.8965236 Edm = 0.289776 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -721234.8931686 Edm = 13.1702 NCalls = 188 +VariableMetric: Iteration # 59 - FCN = -721245.012806 Edm = 10.5306 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -721252.8088105 Edm = 1.98602 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -721255.3961141 Edm = 1.29248 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -721260.2963201 Edm = 3.44967 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -721267.7032475 Edm = 2.95123 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -721273.9908047 Edm = 1.48992 NCalls = 202 +VariableMetric: Iteration # 65 - FCN = -721275.5551615 Edm = 0.240864 NCalls = 204 +VariableMetric: Iteration # 66 - FCN = -721275.8410716 Edm = 0.118499 NCalls = 207 +VariableMetric: Iteration # 67 - FCN = -721276.2887532 Edm = 0.101565 NCalls = 211 +VariableMetric: Iteration # 68 - FCN = -721276.4680307 Edm = 0.0402521 NCalls = 213 +VariableMetric: Iteration # 69 - FCN = -721276.5007433 Edm = 0.0431928 NCalls = 215 +VariableMetric: Iteration # 70 - FCN = -721276.5396469 Edm = 0.00827686 NCalls = 217 +VariableMetric: Iteration # 71 - FCN = -721276.55443 Edm = 0.00513793 NCalls = 219 +VariableMetric: Iteration # 72 - FCN = -721276.5706024 Edm = 0.0146992 NCalls = 221 +VariableMetric: Iteration # 73 - FCN = -721276.6236443 Edm = 0.0687821 NCalls = 225 +VariableMetric: Iteration # 74 - FCN = -721277.0003068 Edm = 0.311036 NCalls = 233 +VariableMetric: Iteration # 75 - FCN = -721279.0944477 Edm = 3.69836 NCalls = 236 +VariableMetric: Iteration # 76 - FCN = -721280.2872633 Edm = 1.63116 NCalls = 238 +VariableMetric: Iteration # 77 - FCN = -721281.6636113 Edm = 7.8977 NCalls = 240 +VariableMetric: Iteration # 78 - FCN = -721284.4923054 Edm = 2.14349 NCalls = 245 +VariableMetric: Iteration # 79 - FCN = -721306.0862752 Edm = 4.39425 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -721318.345426 Edm = 7.46599 NCalls = 251 +VariableMetric: Iteration # 81 - FCN = -721340.5156284 Edm = 7.80834 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -721347.1912729 Edm = 2.75471 NCalls = 256 +VariableMetric: Iteration # 83 - FCN = -721348.4646183 Edm = 0.384121 NCalls = 258 +VariableMetric: Iteration # 84 - FCN = -721349.1537341 Edm = 0.136795 NCalls = 260 +VariableMetric: Iteration # 85 - FCN = -721349.3882391 Edm = 0.0606727 NCalls = 262 +VariableMetric: Iteration # 86 - FCN = -721349.4483123 Edm = 0.00610742 NCalls = 263 +VariableMetric: Iteration # 87 - FCN = -721349.4593864 Edm = 0.00213595 NCalls = 265 +VariableMetric: Iteration # 88 - FCN = -721349.4661769 Edm = 0.00281108 NCalls = 267 +VariableMetric: Iteration # 89 - FCN = -721349.4852235 Edm = 0.0119274 NCalls = 270 +VariableMetric: Iteration # 90 - FCN = -721349.6156529 Edm = 0.119478 NCalls = 273 +VariableMetric: Iteration # 91 - FCN = -721351.4693065 Edm = 1.60053 NCalls = 277 +VariableMetric: Iteration # 92 - FCN = -721378.1028369 Edm = 18.2964 NCalls = 282 +VariableMetric: Iteration # 93 - FCN = -721438.5611134 Edm = 107.851 NCalls = 293 +VariableMetric: Iteration # 94 - FCN = -721468.1178265 Edm = 80.0731 NCalls = 296 +VariableMetric: Iteration # 95 - FCN = -721498.7410732 Edm = 16.6367 NCalls = 300 +VariableMetric: Iteration # 96 - FCN = -721507.1401965 Edm = 6.11068 NCalls = 302 +VariableMetric: Iteration # 97 - FCN = -721512.2688677 Edm = 0.506919 NCalls = 303 +VariableMetric: Iteration # 98 - FCN = -721512.9351895 Edm = 0.11905 NCalls = 305 +VariableMetric: Iteration # 99 - FCN = -721513.4887684 Edm = 0.127799 NCalls = 307 +VariableMetric: Iteration # 100 - FCN = -721513.6372708 Edm = 0.0228191 NCalls = 309 +VariableMetric: Iteration # 101 - FCN = -721513.679119 Edm = 0.00558254 NCalls = 311 +VariableMetric: Iteration # 102 - FCN = -721513.6874969 Edm = 0.00179523 NCalls = 313 +VariableMetric: Iteration # 103 - FCN = -721513.6912523 Edm = 0.00195467 NCalls = 315 +VariableMetric: Iteration # 104 - FCN = -721513.6998787 Edm = 0.00597009 NCalls = 318 +VariableMetric: Iteration # 105 - FCN = -721513.8600667 Edm = 0.122663 NCalls = 322 +VariableMetric: Iteration # 106 - FCN = -721519.9661689 Edm = 5.73397 NCalls = 327 +VariableMetric: Iteration # 107 - FCN = -721558.4470722 Edm = 60.719 NCalls = 331 +VariableMetric: Iteration # 108 - FCN = -721602.1332744 Edm = 7.3023 NCalls = 334 +VariableMetric: Iteration # 109 - FCN = -721610.4928003 Edm = 2.69892 NCalls = 337 +VariableMetric: Iteration # 110 - FCN = -721612.6278121 Edm = 0.849245 NCalls = 339 +VariableMetric: Iteration # 111 - FCN = -721613.4530105 Edm = 0.161141 NCalls = 342 +VariableMetric: Iteration # 112 - FCN = -721613.5927818 Edm = 0.0196097 NCalls = 344 +VariableMetric: Iteration # 113 - FCN = -721613.636847 Edm = 0.0173135 NCalls = 346 +VariableMetric: Iteration # 114 - FCN = -721620.9117288 Edm = 15.9492 NCalls = 354 +VariableMetric: Iteration # 115 - FCN = -721621.5765726 Edm = 1.89772e+06 NCalls = 365 +VariableMetric: Iteration # 116 - FCN = -721635.0271637 Edm = 170039 NCalls = 375 +VariableMetric: Iteration # 117 - FCN = -721645.9316381 Edm = 1.92789e+06 NCalls = 384 +VariableMetric: Iteration # 118 - FCN = -721685.52569 Edm = 211434 NCalls = 392 +VariableMetric: Iteration # 119 - FCN = -721704.7534247 Edm = 84203.8 NCalls = 399 +VariableMetric: Iteration # 120 - FCN = -721711.7562968 Edm = 30971.3 NCalls = 406 +VariableMetric: Iteration # 121 - FCN = -721723.0805521 Edm = 2135.09 NCalls = 411 +VariableMetric: Iteration # 122 - FCN = -721730.1720468 Edm = 3821.6 NCalls = 415 +VariableMetric: Iteration # 123 - FCN = -721731.1333252 Edm = 4439.32 NCalls = 418 +VariableMetric: Iteration # 124 - FCN = -721737.461587 Edm = 570.44 NCalls = 421 +VariableMetric: Iteration # 125 - FCN = -721742.2389236 Edm = 1361.49 NCalls = 424 +VariableMetric: Iteration # 126 - FCN = -721743.5759218 Edm = 58.1512 NCalls = 428 +VariableMetric: Iteration # 127 - FCN = -721744.730285 Edm = 204.033 NCalls = 431 +VariableMetric: Iteration # 128 - FCN = -721751.7758391 Edm = 244.074 NCalls = 434 +VariableMetric: Iteration # 129 - FCN = -721760.1339177 Edm = 414.335 NCalls = 436 +VariableMetric: Iteration # 130 - FCN = -721763.9315849 Edm = 120.162 NCalls = 439 +VariableMetric: Iteration # 131 - FCN = -721773.2060288 Edm = 542.189 NCalls = 441 +VariableMetric: Iteration # 132 - FCN = -721776.9809081 Edm = 115.835 NCalls = 443 +VariableMetric: Iteration # 133 - FCN = -721778.2420216 Edm = 93.5516 NCalls = 445 +VariableMetric: Iteration # 134 - FCN = -721778.7890288 Edm = 36.996 NCalls = 447 +VariableMetric: Iteration # 135 - FCN = -721785.4438542 Edm = 4.24697 NCalls = 449 +VariableMetric: Iteration # 136 - FCN = -721787.9153087 Edm = 1.22145 NCalls = 451 +VariableMetric: Iteration # 137 - FCN = -721788.8373072 Edm = 2.19 NCalls = 453 +VariableMetric: Iteration # 138 - FCN = -721789.717396 Edm = 0.665148 NCalls = 455 +VariableMetric: Iteration # 139 - FCN = -721791.0691276 Edm = 0.808343 NCalls = 459 +VariableMetric: Iteration # 140 - FCN = -721792.3765654 Edm = 2.28567 NCalls = 462 +VariableMetric: Iteration # 141 - FCN = -721793.3511928 Edm = 0.869398 NCalls = 464 +VariableMetric: Iteration # 142 - FCN = -721794.1791825 Edm = 0.157097 NCalls = 467 +VariableMetric: Iteration # 143 - FCN = -721794.293685 Edm = 0.066537 NCalls = 469 +VariableMetric: Iteration # 144 - FCN = -721794.3462006 Edm = 0.0218723 NCalls = 471 +VariableMetric: Iteration # 145 - FCN = -721794.3992631 Edm = 0.0416669 NCalls = 474 +VariableMetric: Iteration # 146 - FCN = -721794.5339674 Edm = 0.0707475 NCalls = 478 +VariableMetric: Iteration # 147 - FCN = -721794.6284453 Edm = 0.0466014 NCalls = 481 +VariableMetric: Iteration # 148 - FCN = -721794.6809565 Edm = 0.0143124 NCalls = 483 +VariableMetric: Iteration # 149 - FCN = -721794.7016208 Edm = 0.00927351 NCalls = 485 +VariableMetric: Iteration # 150 - FCN = -721794.7327056 Edm = 0.0198888 NCalls = 488 +VariableMetric: Iteration # 151 - FCN = -721794.7835355 Edm = 0.0242505 NCalls = 491 +VariableMetric: Iteration # 152 - FCN = -721794.8685491 Edm = 0.0527818 NCalls = 495 +VariableMetric: Iteration # 153 - FCN = -721794.9848293 Edm = 0.217508 NCalls = 498 +VariableMetric: Iteration # 154 - FCN = -721795.0436207 Edm = 0.0579058 NCalls = 501 +VariableMetric: Iteration # 155 - FCN = -721795.1368447 Edm = 0.0545402 NCalls = 504 +VariableMetric: Iteration # 156 - FCN = -721795.1730423 Edm = 0.0273356 NCalls = 506 +VariableMetric: Iteration # 157 - FCN = -721795.2135749 Edm = 0.0114122 NCalls = 509 +VariableMetric: Iteration # 158 - FCN = -721795.2513876 Edm = 0.0189513 NCalls = 512 +VariableMetric: Iteration # 159 - FCN = -721795.3125008 Edm = 0.0128352 NCalls = 515 +VariableMetric: Iteration # 160 - FCN = -721795.3353928 Edm = 0.0174846 NCalls = 518 +VariableMetric: Iteration # 161 - FCN = -721795.3384999 Edm = 0.00429854 NCalls = 520 +VariableMetric: Iteration # 162 - FCN = -721795.3461732 Edm = 0.00279709 NCalls = 523 +VariableMetric: Iteration # 163 - FCN = -721795.3515606 Edm = 0.000681118 NCalls = 526 +VariableMetric: Iteration # 164 - FCN = -721795.3525826 Edm = 0.000209323 NCalls = 528 +VariableMetric: Iteration # 165 - FCN = -721795.3527247 Edm = 0.000109747 NCalls = 530 +VariableMetric: Iteration # 166 - FCN = -721795.3528254 Edm = 8.20873e-06 NCalls = 532 +VariableMetric: After Hessian - FCN = -721795.3528254 Edm = 4.0745e-05 NCalls = 905 +VariableMetric: Iteration # 167 - FCN = -721795.3528254 Edm = 4.0745e-05 NCalls = 905 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718085.655545 Edm = 0.254823 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718085.655545 Edm = 0.254823 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718737.5291933 Edm = 5.56579 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720868.2574023 Edm = 8.57415e+06 NCalls = 17 +VariableMetric: Iteration # 3 - FCN = -720868.2574023 Edm = 8.57415e+06 NCalls = 28 +VariableMetric: After Hessian - FCN = -720868.2574023 Edm = 3.0794e+06 NCalls = 387 +VariableMetric: Iteration # 4 - FCN = -720868.2574023 Edm = 3.0794e+06 NCalls = 387 +VariableMetric: Iteration # 5 - FCN = -720953.5997719 Edm = 823850 NCalls = 398 +VariableMetric: Iteration # 6 - FCN = -720982.3822662 Edm = 287.128 NCalls = 403 +VariableMetric: Iteration # 7 - FCN = -721146.6026664 Edm = 56.9474 NCalls = 414 +VariableMetric: Iteration # 8 - FCN = -721179.6268494 Edm = 741.372 NCalls = 422 +VariableMetric: Iteration # 9 - FCN = -721195.4194475 Edm = 20.4639 NCalls = 425 +VariableMetric: Iteration # 10 - FCN = -721205.1426514 Edm = 11.3406 NCalls = 428 +VariableMetric: Iteration # 11 - FCN = -721318.2518825 Edm = 1.7234 NCalls = 432 +VariableMetric: Iteration # 12 - FCN = -721326.5554073 Edm = 6.34212 NCalls = 435 +VariableMetric: Iteration # 13 - FCN = -721390.3759282 Edm = 2.88869 NCalls = 439 +VariableMetric: Iteration # 14 - FCN = -721395.8134167 Edm = 2.36851 NCalls = 441 +VariableMetric: Iteration # 15 - FCN = -721409.6458441 Edm = 7.90663 NCalls = 444 +VariableMetric: Iteration # 16 - FCN = -721433.5123377 Edm = 2.96062 NCalls = 446 +VariableMetric: Iteration # 17 - FCN = -721436.8089639 Edm = 1.02815 NCalls = 448 +VariableMetric: Iteration # 18 - FCN = -721438.6267703 Edm = 2.05987 NCalls = 450 +VariableMetric: Iteration # 19 - FCN = -721454.8843043 Edm = 5.97288 NCalls = 454 +VariableMetric: Iteration # 20 - FCN = -721465.45448 Edm = 0.36734 NCalls = 457 +VariableMetric: Iteration # 21 - FCN = -721467.9195418 Edm = 1.78768 NCalls = 460 +VariableMetric: Iteration # 22 - FCN = -721510.5492675 Edm = 29.6118 NCalls = 465 +VariableMetric: Iteration # 23 - FCN = -721580.0089097 Edm = 15.0102 NCalls = 469 +VariableMetric: Iteration # 24 - FCN = -721596.2302733 Edm = 4.1767 NCalls = 471 +VariableMetric: Iteration # 25 - FCN = -721603.1324155 Edm = 1.1983 NCalls = 474 +VariableMetric: Iteration # 26 - FCN = -721604.5455773 Edm = 0.093065 NCalls = 476 +VariableMetric: Iteration # 27 - FCN = -721604.64406 Edm = 0.0287233 NCalls = 478 +VariableMetric: Iteration # 28 - FCN = -721604.7666759 Edm = 0.0706912 NCalls = 481 +VariableMetric: Iteration # 29 - FCN = -721608.3612115 Edm = 0.561267 NCalls = 486 +VariableMetric: Iteration # 30 - FCN = -721609.3781809 Edm = 0.0628975 NCalls = 488 +VariableMetric: Iteration # 31 - FCN = -721609.4738183 Edm = 0.0271325 NCalls = 490 +VariableMetric: Iteration # 32 - FCN = -721610.8085275 Edm = 1.30175 NCalls = 495 +VariableMetric: Iteration # 33 - FCN = -721620.0619989 Edm = 1.27515 NCalls = 499 +VariableMetric: Iteration # 34 - FCN = -721621.4312246 Edm = 0.0353347 NCalls = 500 +VariableMetric: Iteration # 35 - FCN = -721621.4770415 Edm = 0.0102998 NCalls = 502 +VariableMetric: Iteration # 36 - FCN = -721621.5337483 Edm = 0.0607694 NCalls = 505 +VariableMetric: Iteration # 37 - FCN = -721622.0329608 Edm = 0.63675 NCalls = 510 +VariableMetric: Iteration # 38 - FCN = -721622.3515417 Edm = 0.312382 NCalls = 514 +VariableMetric: Iteration # 39 - FCN = -721624.3884468 Edm = 1.78763 NCalls = 521 +VariableMetric: Iteration # 40 - FCN = -721640.1487691 Edm = 1.44105 NCalls = 525 +VariableMetric: Iteration # 41 - FCN = -721641.4006346 Edm = 0.635492 NCalls = 527 +VariableMetric: Iteration # 42 - FCN = -721641.5174885 Edm = 0.192867 NCalls = 529 +VariableMetric: Iteration # 43 - FCN = -721641.7847596 Edm = 0.136695 NCalls = 531 +VariableMetric: Iteration # 44 - FCN = -721642.9740478 Edm = 1.24306 NCalls = 535 +VariableMetric: Iteration # 45 - FCN = -721654.4153158 Edm = 5.88378 NCalls = 541 +VariableMetric: Iteration # 46 - FCN = -721666.6361171 Edm = 3.10418 NCalls = 543 +VariableMetric: Iteration # 47 - FCN = -721669.0074987 Edm = 0.600692 NCalls = 545 +VariableMetric: Iteration # 48 - FCN = -721670.0631133 Edm = 1.09347 NCalls = 547 +VariableMetric: Iteration # 49 - FCN = -721671.6826692 Edm = 1.15587 NCalls = 551 +VariableMetric: Iteration # 50 - FCN = -721672.6965864 Edm = 0.54312 NCalls = 554 +VariableMetric: Iteration # 51 - FCN = -721673.1489764 Edm = 0.0111774 NCalls = 556 +VariableMetric: Iteration # 52 - FCN = -721673.16247 Edm = 0.00269183 NCalls = 558 +VariableMetric: Iteration # 53 - FCN = -721673.1763637 Edm = 0.0113901 NCalls = 561 +VariableMetric: Iteration # 54 - FCN = -721673.6463025 Edm = 0.33007 NCalls = 565 +VariableMetric: Iteration # 55 - FCN = -721674.7963391 Edm = 0.0853176 NCalls = 567 +VariableMetric: Iteration # 56 - FCN = -721674.8759101 Edm = 0.00403171 NCalls = 568 +VariableMetric: Iteration # 57 - FCN = -721674.8804232 Edm = 0.000374485 NCalls = 570 +VariableMetric: Iteration # 58 - FCN = -721674.8815281 Edm = 0.000622878 NCalls = 572 +VariableMetric: Iteration # 59 - FCN = -721674.90138 Edm = 0.0215222 NCalls = 576 +VariableMetric: Iteration # 60 - FCN = -721675.0152817 Edm = 0.0739729 NCalls = 582 +VariableMetric: Iteration # 61 - FCN = -721675.2079673 Edm = 0.000968795 NCalls = 584 +VariableMetric: Iteration # 62 - FCN = -721675.2088436 Edm = 2.41746e-05 NCalls = 586 +VariableMetric: After Hessian - FCN = -721675.2088436 Edm = 0.193779 NCalls = 961 +VariableMetric: Iteration # 63 - FCN = -721675.2088436 Edm = 0.193779 NCalls = 961 +VariableMetric: Iteration # 64 - FCN = -721675.3840317 Edm = 0.0723633 NCalls = 963 +VariableMetric: Iteration # 65 - FCN = -721675.4080662 Edm = 0.0032903 NCalls = 965 +VariableMetric: Iteration # 66 - FCN = -721675.4128812 Edm = 0.000438266 NCalls = 967 +VariableMetric: Iteration # 67 - FCN = -721675.413306 Edm = 3.18698e-05 NCalls = 969 +VariableMetric: After Hessian - FCN = -721675.413306 Edm = 0.000104185 NCalls = 1352 +VariableMetric: Iteration # 68 - FCN = -721675.413306 Edm = 0.000104185 NCalls = 1352 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717382.1847178 Edm = 6.87317 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717382.1847178 Edm = 6.87317 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719794.221256 Edm = 7.8846 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719840.7250104 Edm = 47.3335 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -720116.2419806 Edm = 204.998 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -721150.5791626 Edm = 97.5814 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -721235.9396524 Edm = 0.906733 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -721236.7174662 Edm = 0.0392614 NCalls = 21 +VariableMetric: Iteration # 7 - FCN = -721236.8199635 Edm = 0.0874812 NCalls = 23 +VariableMetric: Iteration # 8 - FCN = -721279.8061662 Edm = 0.915835 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -721308.2160844 Edm = 0.272168 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -721308.7364838 Edm = 0.263431 NCalls = 34 +VariableMetric: Iteration # 11 - FCN = -721345.1804192 Edm = 26.3069 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -721400.4145112 Edm = 18.4002 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -721418.4703579 Edm = 0.0884993 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -721418.5679331 Edm = 0.0115762 NCalls = 47 +VariableMetric: Iteration # 15 - FCN = -721425.0819411 Edm = 4.7097 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -721439.6208624 Edm = 0.147254 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -721439.7784709 Edm = 0.0104202 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -721439.8201493 Edm = 0.035904 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -721445.3076351 Edm = 5.03184 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -721494.3948032 Edm = 3.5254 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -721497.6914008 Edm = 0.121444 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -721497.7995514 Edm = 0.00247233 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -721497.808251 Edm = 0.00658227 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -721498.0844639 Edm = 0.316488 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -721500.5649246 Edm = 0.392921 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -721511.6139118 Edm = 1.56287 NCalls = 101 +VariableMetric: Iteration # 27 - FCN = -721512.4538041 Edm = 1.58451 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -721513.2156594 Edm = 0.0210332 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -721513.2394792 Edm = 0.0011278 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -721513.2444944 Edm = 0.00359884 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -721514.6173392 Edm = 1.28384 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -721534.239899 Edm = 0.227158 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -721534.5086688 Edm = 0.00543801 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -721534.515455 Edm = 0.000872727 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -721534.5259394 Edm = 0.0096374 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -721534.8759285 Edm = 0.307418 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -721542.3067445 Edm = 4.4584 NCalls = 136 +VariableMetric: Iteration # 38 - FCN = -721551.146216 Edm = 0.191671 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -721551.3105745 Edm = 0.00618722 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -721551.3174389 Edm = 0.00291558 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -721551.3328296 Edm = 0.0196082 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -721552.6825057 Edm = 1.11755 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -721573.7311807 Edm = 12.8877 NCalls = 157 +VariableMetric: Iteration # 44 - FCN = -721607.3454381 Edm = 5.35506 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -721612.9609596 Edm = 3.96237 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -721619.389187 Edm = 5.9467 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -721629.1209435 Edm = 24.0565 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -721634.9845281 Edm = 6.71512 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -721643.2248973 Edm = 6.69163 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -721649.5324269 Edm = 2.17808 NCalls = 175 +VariableMetric: Iteration # 51 - FCN = -721655.9211479 Edm = 2.10209 NCalls = 178 +VariableMetric: Iteration # 52 - FCN = -721660.8939653 Edm = 2.82021 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -721663.6431013 Edm = 17.9123 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -721666.8294047 Edm = 1.98603 NCalls = 185 +VariableMetric: Iteration # 55 - FCN = -721670.7175458 Edm = 0.935202 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -721673.7371917 Edm = 4.48735 NCalls = 191 +VariableMetric: Iteration # 57 - FCN = -721678.9049311 Edm = 6.24043 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -721684.3028862 Edm = 3.29668 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -721687.7677475 Edm = 2.05941 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -721689.4956163 Edm = 2.14513 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -721692.6473613 Edm = 0.585614 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -721693.8482492 Edm = 0.500111 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -721694.5865681 Edm = 1.14184 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -721696.404131 Edm = 1.43342 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -721696.8014175 Edm = 1.40532 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -721699.7862564 Edm = 3.30614 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -721703.19886 Edm = 4.5922 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -721710.4009029 Edm = 5.09495 NCalls = 235 +VariableMetric: Iteration # 69 - FCN = -721711.323074 Edm = 1.4213 NCalls = 237 +VariableMetric: Iteration # 70 - FCN = -721719.7139339 Edm = 5.31903 NCalls = 242 +VariableMetric: Iteration # 71 - FCN = -721728.1839697 Edm = 3.39513 NCalls = 245 +VariableMetric: Iteration # 72 - FCN = -721732.4690434 Edm = 2.03403 NCalls = 247 +VariableMetric: Iteration # 73 - FCN = -721737.3015147 Edm = 0.521821 NCalls = 249 +VariableMetric: Iteration # 74 - FCN = -721737.7794171 Edm = 1.48907 NCalls = 251 +VariableMetric: Iteration # 75 - FCN = -721738.1869079 Edm = 0.209207 NCalls = 253 +VariableMetric: Iteration # 76 - FCN = -721738.6053227 Edm = 0.269464 NCalls = 255 +VariableMetric: Iteration # 77 - FCN = -721739.3136295 Edm = 0.487059 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -721739.7384 Edm = 0.118162 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -721739.8411596 Edm = 0.00776973 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -721739.8485052 Edm = 0.00154503 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -721739.8573231 Edm = 0.00603493 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -721740.3395288 Edm = 0.437683 NCalls = 272 +VariableMetric: Iteration # 83 - FCN = -721752.3169494 Edm = 2.47168 NCalls = 276 +VariableMetric: Iteration # 84 - FCN = -721755.4574958 Edm = 0.276322 NCalls = 278 +VariableMetric: Iteration # 85 - FCN = -721755.6131873 Edm = 0.0107459 NCalls = 280 +VariableMetric: Iteration # 86 - FCN = -721755.6230492 Edm = 0.000941817 NCalls = 281 +VariableMetric: Iteration # 87 - FCN = -721755.6248187 Edm = 0.000936644 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -721755.6352729 Edm = 0.00929653 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -721755.8588108 Edm = 0.202957 NCalls = 290 +VariableMetric: Iteration # 90 - FCN = -721762.9627206 Edm = 1.71364 NCalls = 294 +VariableMetric: Iteration # 91 - FCN = -721765.3376119 Edm = 0.491472 NCalls = 296 +VariableMetric: Iteration # 92 - FCN = -721766.501706 Edm = 2.52528 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -721768.7756246 Edm = 4.5427 NCalls = 303 +VariableMetric: Iteration # 94 - FCN = -721769.8106082 Edm = 3.26892 NCalls = 306 +VariableMetric: Iteration # 95 - FCN = -721772.1437539 Edm = 3.41714 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -721779.2324109 Edm = 0.581226 NCalls = 315 +VariableMetric: Iteration # 97 - FCN = -721779.7631285 Edm = 0.120095 NCalls = 317 +VariableMetric: Iteration # 98 - FCN = -721779.8678642 Edm = 0.0206374 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -721779.887811 Edm = 0.00122724 NCalls = 321 +VariableMetric: Iteration # 100 - FCN = -721779.8891788 Edm = 0.000155209 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -721779.8897436 Edm = 0.000410393 NCalls = 325 +VariableMetric: Iteration # 102 - FCN = -721779.9032303 Edm = 0.0143088 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -721780.5515154 Edm = 0.0788911 NCalls = 336 +VariableMetric: Iteration # 104 - FCN = -721782.107416 Edm = 0.13994 NCalls = 338 +VariableMetric: Iteration # 105 - FCN = -721782.3211158 Edm = 0.00216977 NCalls = 340 +VariableMetric: Iteration # 106 - FCN = -721782.3236713 Edm = 0.000117754 NCalls = 342 +VariableMetric: Iteration # 107 - FCN = -721782.3238196 Edm = 2.33324e-05 NCalls = 344 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715464.1036949 Edm = 12.3097 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715464.1036949 Edm = 12.3097 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720546.4222687 Edm = 2.72008 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720555.8465961 Edm = 5.49563 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -721385.0232083 Edm = 49.4213 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -721432.2088241 Edm = 0.564897 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -721433.0039912 Edm = 0.229599 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -721541.2749232 Edm = 1.12972 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -721542.6008097 Edm = 0.114789 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -721543.5949337 Edm = 0.657145 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -721579.6957473 Edm = 16.2655 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -721620.779989 Edm = 2.8891 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -721626.0279528 Edm = 2.56838 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -721627.9611894 Edm = 0.326985 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -721628.3089239 Edm = 0.0187628 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -721628.5116025 Edm = 0.182043 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -721647.3573737 Edm = 17.7655 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -721700.2803479 Edm = 9.02183 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -721710.183352 Edm = 0.22376 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -721710.5195415 Edm = 0.0486886 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -721710.7018905 Edm = 0.00282547 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -721710.7089791 Edm = 0.00382816 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -721710.8240316 Edm = 0.159543 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -721712.013015 Edm = 1.31724 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -721712.0296474 Edm = 0.0168339 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -721712.2580512 Edm = 0.25835 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -721717.162145 Edm = 1.8007 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -721730.8902519 Edm = 1.53069 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -721732.839751 Edm = 0.359537 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -721733.1057677 Edm = 0.0629424 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -721733.2733637 Edm = 0.00472881 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -721733.2790365 Edm = 0.000339278 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -721733.2796513 Edm = 0.000129624 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -721733.2803909 Edm = 0.00071018 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -721733.4540379 Edm = 0.0421768 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -721734.4026531 Edm = 0.475977 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -721736.179645 Edm = 0.0278702 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -721736.1991603 Edm = 0.00104999 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -721736.2003061 Edm = 0.00012126 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -721736.204094 Edm = 0.0036668 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -721736.4285579 Edm = 0.00682668 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -721739.4659357 Edm = 0.571488 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -721740.8718291 Edm = 0.010317 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -721740.8870731 Edm = 0.00128429 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -721740.8896861 Edm = 0.000417911 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -721740.8911379 Edm = 0.000812506 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -721740.9561103 Edm = 0.0620552 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -721744.1583401 Edm = 2.37954 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -721746.1170477 Edm = 4.72458 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -721750.3673016 Edm = 0.932115 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -721751.6215815 Edm = 0.121828 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -721751.7117163 Edm = 0.005523 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -721751.7163646 Edm = 0.000409376 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -721751.7172187 Edm = 0.000702482 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -721751.7218554 Edm = 0.00236795 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -721751.7351013 Edm = 0.00766249 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -721752.3551089 Edm = 0.587275 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -721758.1718993 Edm = 0.118135 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -721758.2780001 Edm = 0.00403304 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -721758.2819446 Edm = 0.000170372 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -721758.2821793 Edm = 9.37087e-05 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -721758.2829738 Edm = 0.00079651 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -721758.3789656 Edm = 0.0145136 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -721759.0264381 Edm = 0.25992 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -721759.9372894 Edm = 0.00993077 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -721759.9478055 Edm = 0.000174499 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -721759.9479809 Edm = 6.97232e-06 NCalls = 211 +VariableMetric: After Hessian - FCN = -721759.9479809 Edm = 1146.49 NCalls = 568 +VariableMetric: Iteration # 66 - FCN = -721759.9479809 Edm = 1146.49 NCalls = 568 +VariableMetric: Iteration # 67 - FCN = -721760.1944426 Edm = 2292.38 NCalls = 576 +VariableMetric: Iteration # 68 - FCN = -721763.7399589 Edm = 42.9546 NCalls = 577 +VariableMetric: Iteration # 69 - FCN = -721764.5131024 Edm = 43.2467 NCalls = 579 +VariableMetric: Iteration # 70 - FCN = -721767.8605914 Edm = 0.319821 NCalls = 581 +VariableMetric: Iteration # 71 - FCN = -721768.9309217 Edm = 0.57658 NCalls = 583 +VariableMetric: Iteration # 72 - FCN = -721771.6042414 Edm = 1.55838 NCalls = 585 +VariableMetric: Iteration # 73 - FCN = -721774.4308378 Edm = 2.37124 NCalls = 591 +VariableMetric: Iteration # 74 - FCN = -721776.1227592 Edm = 0.985581 NCalls = 594 +VariableMetric: Iteration # 75 - FCN = -721776.9505613 Edm = 1.08417 NCalls = 596 +VariableMetric: Iteration # 76 - FCN = -721777.8560491 Edm = 0.894094 NCalls = 599 +VariableMetric: Iteration # 77 - FCN = -721778.4454974 Edm = 0.561313 NCalls = 602 +VariableMetric: Iteration # 78 - FCN = -721779.5216882 Edm = 1.31928 NCalls = 605 +VariableMetric: Iteration # 79 - FCN = -721781.1034898 Edm = 4.06133 NCalls = 609 +VariableMetric: Iteration # 80 - FCN = -721781.663874 Edm = 0.973082 NCalls = 612 +VariableMetric: Iteration # 81 - FCN = -721782.5665741 Edm = 1.90609 NCalls = 616 +VariableMetric: Iteration # 82 - FCN = -721784.3592228 Edm = 5.49445 NCalls = 620 +VariableMetric: Iteration # 83 - FCN = -721787.983258 Edm = 1.75083 NCalls = 624 +VariableMetric: Iteration # 84 - FCN = -721791.1513078 Edm = 0.534706 NCalls = 627 +VariableMetric: Iteration # 85 - FCN = -721791.9045737 Edm = 0.169352 NCalls = 629 +VariableMetric: Iteration # 86 - FCN = -721792.3232241 Edm = 0.324277 NCalls = 632 +VariableMetric: Iteration # 87 - FCN = -721792.9204025 Edm = 0.205695 NCalls = 635 +VariableMetric: Iteration # 88 - FCN = -721793.143567 Edm = 0.161461 NCalls = 637 +VariableMetric: Iteration # 89 - FCN = -721793.4793079 Edm = 0.266515 NCalls = 639 +VariableMetric: Iteration # 90 - FCN = -721794.0838234 Edm = 0.592587 NCalls = 643 +VariableMetric: Iteration # 91 - FCN = -721794.8754784 Edm = 0.401634 NCalls = 646 +VariableMetric: Iteration # 92 - FCN = -721795.5282838 Edm = 0.142611 NCalls = 648 +VariableMetric: Iteration # 93 - FCN = -721795.7795685 Edm = 0.17011 NCalls = 651 +VariableMetric: Iteration # 94 - FCN = -721795.890515 Edm = 0.0459872 NCalls = 653 +VariableMetric: Iteration # 95 - FCN = -721795.9970177 Edm = 0.0397343 NCalls = 655 +VariableMetric: Iteration # 96 - FCN = -721796.0445399 Edm = 0.0241899 NCalls = 657 +VariableMetric: Iteration # 97 - FCN = -721796.0872404 Edm = 0.0224256 NCalls = 659 +VariableMetric: Iteration # 98 - FCN = -721796.1559116 Edm = 0.0313258 NCalls = 661 +VariableMetric: Iteration # 99 - FCN = -721796.2222038 Edm = 0.0150945 NCalls = 663 +VariableMetric: Iteration # 100 - FCN = -721796.2440598 Edm = 0.00417336 NCalls = 665 +VariableMetric: Iteration # 101 - FCN = -721796.2508745 Edm = 0.00240288 NCalls = 667 +VariableMetric: Iteration # 102 - FCN = -721796.2568699 Edm = 0.00301362 NCalls = 669 +VariableMetric: Iteration # 103 - FCN = -721796.2732813 Edm = 0.013888 NCalls = 672 +VariableMetric: Iteration # 104 - FCN = -721796.3322231 Edm = 0.0411408 NCalls = 678 +VariableMetric: Iteration # 105 - FCN = -721796.3403568 Edm = 0.0201385 NCalls = 681 +VariableMetric: Iteration # 106 - FCN = -721796.378408 Edm = 0.0313814 NCalls = 685 +VariableMetric: Iteration # 107 - FCN = -721796.4891622 Edm = 0.0696787 NCalls = 691 +VariableMetric: Iteration # 108 - FCN = -721796.6536675 Edm = 0.210481 NCalls = 694 +VariableMetric: Iteration # 109 - FCN = -721796.6874878 Edm = 0.109771 NCalls = 696 +VariableMetric: Iteration # 110 - FCN = -721796.796238 Edm = 0.106856 NCalls = 699 +VariableMetric: Iteration # 111 - FCN = -721796.8893483 Edm = 0.129501 NCalls = 702 +VariableMetric: Iteration # 112 - FCN = -721796.9560907 Edm = 0.037516 NCalls = 706 +VariableMetric: Iteration # 113 - FCN = -721796.9960173 Edm = 0.0213356 NCalls = 707 +VariableMetric: Iteration # 114 - FCN = -721797.0275362 Edm = 0.0238017 NCalls = 710 +VariableMetric: Iteration # 115 - FCN = -721797.0607087 Edm = 0.0360031 NCalls = 712 +VariableMetric: Iteration # 116 - FCN = -721797.1565745 Edm = 0.037236 NCalls = 716 +VariableMetric: Iteration # 117 - FCN = -721797.2092548 Edm = 0.0583166 NCalls = 718 +VariableMetric: Iteration # 118 - FCN = -721797.2484101 Edm = 0.0222823 NCalls = 720 +VariableMetric: Iteration # 119 - FCN = -721797.3081073 Edm = 0.0277531 NCalls = 724 +VariableMetric: Iteration # 120 - FCN = -721797.356847 Edm = 0.0147074 NCalls = 726 +VariableMetric: Iteration # 121 - FCN = -721797.3735154 Edm = 0.0118933 NCalls = 728 +VariableMetric: Iteration # 122 - FCN = -721797.3871761 Edm = 0.00447121 NCalls = 730 +VariableMetric: Iteration # 123 - FCN = -721797.3961403 Edm = 0.0016831 NCalls = 733 +VariableMetric: Iteration # 124 - FCN = -721797.3980796 Edm = 0.000593827 NCalls = 735 +VariableMetric: Iteration # 125 - FCN = -721797.4003835 Edm = 0.000783307 NCalls = 738 +VariableMetric: Iteration # 126 - FCN = -721797.4023804 Edm = 0.000604988 NCalls = 740 +VariableMetric: Iteration # 127 - FCN = -721797.404092 Edm = 0.00107421 NCalls = 743 +VariableMetric: Iteration # 128 - FCN = -721797.4059351 Edm = 0.000572261 NCalls = 745 +VariableMetric: Iteration # 129 - FCN = -721797.40706 Edm = 0.000834383 NCalls = 748 +VariableMetric: Iteration # 130 - FCN = -721797.4112883 Edm = 0.0019239 NCalls = 752 +VariableMetric: Iteration # 131 - FCN = -721797.413133 Edm = 0.00329761 NCalls = 753 +VariableMetric: Iteration # 132 - FCN = -721797.4148303 Edm = 0.000309814 NCalls = 756 +VariableMetric: Iteration # 133 - FCN = -721797.4153255 Edm = 4.65897e-05 NCalls = 758 +VariableMetric: After Hessian - FCN = -721797.4153255 Edm = 0.000254654 NCalls = 1139 +VariableMetric: Iteration # 134 - FCN = -721797.4153255 Edm = 0.000254654 NCalls = 1139 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717122.8399169 Edm = 1.38666 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717122.8399169 Edm = 1.38666 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719914.5911162 Edm = 1.98259 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719917.1636069 Edm = 2.83739 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -720436.0947205 Edm = 88.2472 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -720507.3713789 Edm = 0.091999 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -720507.5110786 Edm = 0.0987557 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -720518.7387468 Edm = 9.88661 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -720588.4224209 Edm = 0.540806 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -720589.0267695 Edm = 0.0878827 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -720589.4142802 Edm = 0.288876 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -720594.0648264 Edm = 3.97752 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -720645.8099709 Edm = 1.81668 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -720647.2723428 Edm = 0.0877026 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -720647.3899609 Edm = 0.0370689 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -720648.5854074 Edm = 0.780059 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -720683.185309 Edm = 25.9964 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -720784.2157093 Edm = 6.75434 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -720791.1089188 Edm = 1.14139 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -720791.8188017 Edm = 0.0673803 NCalls = 60 +VariableMetric: Iteration # 19 - FCN = -720791.9502999 Edm = 0.0349136 NCalls = 62 +VariableMetric: Iteration # 20 - FCN = -720792.0906469 Edm = 0.0575191 NCalls = 64 +VariableMetric: Iteration # 21 - FCN = -720793.274414 Edm = 1.21901 NCalls = 68 +VariableMetric: Iteration # 22 - FCN = -720863.303902 Edm = 7.52792 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -720895.635571 Edm = 0.534752 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -720896.1665666 Edm = 0.0209026 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -720896.1857539 Edm = 0.00336131 NCalls = 81 +VariableMetric: Iteration # 26 - FCN = -720896.1963337 Edm = 0.00497519 NCalls = 83 +VariableMetric: Iteration # 27 - FCN = -720896.2556824 Edm = 0.0406182 NCalls = 86 +VariableMetric: Iteration # 28 - FCN = -720899.8418684 Edm = 2.96474 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -720919.2028378 Edm = 0.864472 NCalls = 94 +VariableMetric: Iteration # 30 - FCN = -720920.1363925 Edm = 0.0183275 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -720920.1571365 Edm = 0.00220971 NCalls = 98 +VariableMetric: Iteration # 32 - FCN = -720920.1707683 Edm = 0.0111049 NCalls = 101 +VariableMetric: Iteration # 33 - FCN = -720922.0292844 Edm = 1.87007 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -720927.3310955 Edm = 5.07376 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -721008.0540197 Edm = 38.7891 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -721124.6719059 Edm = 75.514 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -721138.4633633 Edm = 43.681 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -721190.6231587 Edm = 98.4725 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -721262.9800104 Edm = 21.5628 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -721276.2792822 Edm = 6.20124 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -721282.345226 Edm = 0.631042 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -721282.9019326 Edm = 0.155381 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -721283.471088 Edm = 0.243363 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -721284.2920449 Edm = 0.794667 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -721285.481555 Edm = 1.22094 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -721286.1898041 Edm = 0.664972 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -721287.5403022 Edm = 0.97703 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -721314.0487849 Edm = 206.696 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -721319.2442283 Edm = 15.861 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -721333.8901373 Edm = 10.1734 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -721350.4183695 Edm = 1.07345 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -721352.7342251 Edm = 2.70458 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -721361.2767905 Edm = 6.15362 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -721361.9409423 Edm = 2.03451 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -721376.7998164 Edm = 8.63723 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -721390.4683 Edm = 0.984245 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -721391.8627421 Edm = 1.17409 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -721394.5912212 Edm = 9.7694 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -721395.6449537 Edm = 1.48234 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -721412.5474959 Edm = 16.6065 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -721413.4203458 Edm = 3.68425 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -721437.964951 Edm = 4.82904 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -721441.7375294 Edm = 0.453725 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -721442.8368139 Edm = 0.721556 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -721445.4564281 Edm = 1.38782 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -721446.9379279 Edm = 0.283085 NCalls = 218 +VariableMetric: Iteration # 67 - FCN = -721447.2818287 Edm = 0.0146936 NCalls = 220 +VariableMetric: Iteration # 68 - FCN = -721447.3044941 Edm = 0.00995328 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -721447.492006 Edm = 0.192897 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -721454.0591835 Edm = 4.29222 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -721492.8382105 Edm = 11.1895 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -721514.7218232 Edm = 7.87159 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -721544.9314794 Edm = 43.5246 NCalls = 247 +VariableMetric: Iteration # 74 - FCN = -721551.239003 Edm = 9.65239 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -721556.3921121 Edm = 3.46769 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -721558.8622708 Edm = 0.755474 NCalls = 253 +VariableMetric: Iteration # 77 - FCN = -721559.8169303 Edm = 0.295891 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -721560.3673217 Edm = 0.244765 NCalls = 257 +VariableMetric: Iteration # 79 - FCN = -721560.803269 Edm = 0.0671907 NCalls = 260 +VariableMetric: Iteration # 80 - FCN = -721560.9174741 Edm = 0.0118732 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -721560.9416341 Edm = 0.00443759 NCalls = 264 +VariableMetric: Iteration # 82 - FCN = -721560.958445 Edm = 0.00957992 NCalls = 266 +VariableMetric: Iteration # 83 - FCN = -721561.5293141 Edm = 0.428664 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -721565.1221538 Edm = 4.61598 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -721594.2316856 Edm = 15.7233 NCalls = 281 +VariableMetric: Iteration # 86 - FCN = -721614.76326 Edm = 28.4174 NCalls = 284 +VariableMetric: Iteration # 87 - FCN = -721654.266769 Edm = 12.4913 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -721675.9366677 Edm = 11.1759 NCalls = 290 +VariableMetric: Iteration # 89 - FCN = -721686.4744476 Edm = 1.83825 NCalls = 292 +VariableMetric: Iteration # 90 - FCN = -721688.7738339 Edm = 0.167291 NCalls = 294 +VariableMetric: Iteration # 91 - FCN = -721689.0287117 Edm = 0.06561 NCalls = 296 +VariableMetric: Iteration # 92 - FCN = -721689.1588291 Edm = 0.0339025 NCalls = 298 +VariableMetric: Iteration # 93 - FCN = -721689.2000064 Edm = 0.00576669 NCalls = 300 +VariableMetric: Iteration # 94 - FCN = -721689.2097116 Edm = 0.0016768 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -721689.2132602 Edm = 0.00131659 NCalls = 304 +VariableMetric: Iteration # 96 - FCN = -721689.2171788 Edm = 0.00321511 NCalls = 306 +VariableMetric: Iteration # 97 - FCN = -721689.2879341 Edm = 0.0571644 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -721690.9497857 Edm = 1.61756 NCalls = 316 +VariableMetric: Iteration # 99 - FCN = -721693.4022702 Edm = 1.70202 NCalls = 322 +VariableMetric: Iteration # 100 - FCN = -721703.2257296 Edm = 2.16239 NCalls = 324 +VariableMetric: Iteration # 101 - FCN = -721704.1460543 Edm = 1.86775 NCalls = 326 +VariableMetric: Iteration # 102 - FCN = -721705.0009941 Edm = 0.353496 NCalls = 328 +VariableMetric: Iteration # 103 - FCN = -721705.693182 Edm = 0.141918 NCalls = 331 +VariableMetric: Iteration # 104 - FCN = -721705.8971776 Edm = 0.0306157 NCalls = 333 +VariableMetric: Iteration # 105 - FCN = -721705.9388588 Edm = 0.0132298 NCalls = 335 +VariableMetric: Iteration # 106 - FCN = -721705.9566258 Edm = 0.00653731 NCalls = 337 +VariableMetric: Iteration # 107 - FCN = -721705.963935 Edm = 0.00155849 NCalls = 339 +VariableMetric: Iteration # 108 - FCN = -721705.9665702 Edm = 0.000591636 NCalls = 341 +VariableMetric: Iteration # 109 - FCN = -721705.9743239 Edm = 0.00622286 NCalls = 344 +VariableMetric: Iteration # 110 - FCN = -721707.3671583 Edm = 1.1758 NCalls = 351 +VariableMetric: Iteration # 111 - FCN = -721711.1833089 Edm = 4.81623 NCalls = 354 +VariableMetric: Iteration # 112 - FCN = -721718.6596818 Edm = 3.42014 NCalls = 357 +VariableMetric: Iteration # 113 - FCN = -721723.9171081 Edm = 0.403831 NCalls = 360 +VariableMetric: Iteration # 114 - FCN = -721724.2005407 Edm = 0.477584 NCalls = 362 +VariableMetric: Iteration # 115 - FCN = -721724.5314623 Edm = 0.0544662 NCalls = 365 +VariableMetric: Iteration # 116 - FCN = -721724.6163432 Edm = 0.0182917 NCalls = 367 +VariableMetric: Iteration # 117 - FCN = -721724.6475926 Edm = 0.00564228 NCalls = 369 +VariableMetric: Iteration # 118 - FCN = -721724.6541181 Edm = 0.00206927 NCalls = 371 +VariableMetric: Iteration # 119 - FCN = -721724.6575296 Edm = 0.000716137 NCalls = 373 +VariableMetric: Iteration # 120 - FCN = -721724.659156 Edm = 0.000411223 NCalls = 375 +VariableMetric: Iteration # 121 - FCN = -721724.6604674 Edm = 0.000741448 NCalls = 377 +VariableMetric: Iteration # 122 - FCN = -721724.6656201 Edm = 0.00553821 NCalls = 380 +VariableMetric: Iteration # 123 - FCN = -721724.753177 Edm = 0.170649 NCalls = 385 +VariableMetric: Iteration # 124 - FCN = -721724.7553385 Edm = 0.00138797 NCalls = 387 +VariableMetric: Iteration # 125 - FCN = -721724.7676565 Edm = 0.0171626 NCalls = 391 +VariableMetric: Iteration # 126 - FCN = -721725.007914 Edm = 0.200307 NCalls = 397 +VariableMetric: Iteration # 127 - FCN = -721728.3245722 Edm = 4.18729 NCalls = 402 +VariableMetric: Iteration # 128 - FCN = -721729.2659175 Edm = 2.23071 NCalls = 405 +VariableMetric: Iteration # 129 - FCN = -721733.7167457 Edm = 2.17531 NCalls = 411 +VariableMetric: Iteration # 130 - FCN = -721736.4056176 Edm = 0.0674579 NCalls = 415 +VariableMetric: Iteration # 131 - FCN = -721736.4620591 Edm = 0.00867853 NCalls = 417 +VariableMetric: Iteration # 132 - FCN = -721736.4707488 Edm = 0.00351827 NCalls = 419 +VariableMetric: Iteration # 133 - FCN = -721736.4827806 Edm = 0.00373684 NCalls = 422 +VariableMetric: Iteration # 134 - FCN = -721737.0923502 Edm = 1.81113 NCalls = 431 +VariableMetric: Iteration # 135 - FCN = -721738.1652449 Edm = 108722 NCalls = 440 +VariableMetric: Iteration # 136 - FCN = -721749.0996449 Edm = 919772 NCalls = 447 +VariableMetric: Iteration # 137 - FCN = -721755.1429818 Edm = 49062.6 NCalls = 454 +VariableMetric: Iteration # 138 - FCN = -721765.8713603 Edm = 72941 NCalls = 460 +VariableMetric: Iteration # 139 - FCN = -721768.874717 Edm = 106832 NCalls = 466 +VariableMetric: Iteration # 140 - FCN = -721777.0964197 Edm = 2855.24 NCalls = 472 +VariableMetric: Iteration # 141 - FCN = -721777.7432667 Edm = 773.273 NCalls = 477 +VariableMetric: Iteration # 142 - FCN = -721778.4576856 Edm = 638.348 NCalls = 481 +VariableMetric: Iteration # 143 - FCN = -721778.821228 Edm = 239.434 NCalls = 485 +VariableMetric: Iteration # 144 - FCN = -721779.9997425 Edm = 3284.02 NCalls = 488 +VariableMetric: Iteration # 145 - FCN = -721782.06052 Edm = 376.762 NCalls = 491 +VariableMetric: Iteration # 146 - FCN = -721782.669345 Edm = 729.648 NCalls = 493 +VariableMetric: Iteration # 147 - FCN = -721783.7294989 Edm = 67.7113 NCalls = 496 +VariableMetric: Iteration # 148 - FCN = -721783.8462564 Edm = 92.0106 NCalls = 498 +VariableMetric: Iteration # 149 - FCN = -721784.3996959 Edm = 71.8518 NCalls = 500 +VariableMetric: Iteration # 150 - FCN = -721785.0596246 Edm = 29.1803 NCalls = 502 +VariableMetric: Iteration # 151 - FCN = -721786.4123179 Edm = 74.3831 NCalls = 504 +VariableMetric: Iteration # 152 - FCN = -721789.0010734 Edm = 28.63 NCalls = 506 +VariableMetric: Iteration # 153 - FCN = -721790.379404 Edm = 12.607 NCalls = 508 +VariableMetric: Iteration # 154 - FCN = -721790.7875128 Edm = 2.21916 NCalls = 510 +VariableMetric: Iteration # 155 - FCN = -721791.5632594 Edm = 0.239948 NCalls = 512 +VariableMetric: Iteration # 156 - FCN = -721791.8906668 Edm = 0.147042 NCalls = 514 +VariableMetric: Iteration # 157 - FCN = -721792.500217 Edm = 0.514124 NCalls = 518 +VariableMetric: Iteration # 158 - FCN = -721793.5133937 Edm = 0.805509 NCalls = 521 +VariableMetric: Iteration # 159 - FCN = -721794.8543238 Edm = 0.216845 NCalls = 524 +VariableMetric: Iteration # 160 - FCN = -721795.1879398 Edm = 0.0469223 NCalls = 526 +VariableMetric: Iteration # 161 - FCN = -721795.2405752 Edm = 0.0289528 NCalls = 527 +VariableMetric: Iteration # 162 - FCN = -721795.2579854 Edm = 0.00430352 NCalls = 528 +VariableMetric: Iteration # 163 - FCN = -721795.2703776 Edm = 0.00451028 NCalls = 530 +VariableMetric: Iteration # 164 - FCN = -721795.2853689 Edm = 0.00717996 NCalls = 532 +VariableMetric: Iteration # 165 - FCN = -721795.3233783 Edm = 0.0236683 NCalls = 534 +VariableMetric: Iteration # 166 - FCN = -721795.4026924 Edm = 0.0155427 NCalls = 538 +VariableMetric: Iteration # 167 - FCN = -721795.4344933 Edm = 0.0202423 NCalls = 540 +VariableMetric: Iteration # 168 - FCN = -721795.4405762 Edm = 0.0115776 NCalls = 542 +VariableMetric: Iteration # 169 - FCN = -721795.4659703 Edm = 0.00897658 NCalls = 544 +VariableMetric: Iteration # 170 - FCN = -721795.4849158 Edm = 0.00684034 NCalls = 547 +VariableMetric: Iteration # 171 - FCN = -721795.4892347 Edm = 0.00431042 NCalls = 549 +VariableMetric: Iteration # 172 - FCN = -721795.4964407 Edm = 0.00304277 NCalls = 551 +VariableMetric: Iteration # 173 - FCN = -721795.5028779 Edm = 0.00380988 NCalls = 553 +VariableMetric: Iteration # 174 - FCN = -721795.5061795 Edm = 0.00107909 NCalls = 556 +VariableMetric: Iteration # 175 - FCN = -721795.5078258 Edm = 0.000898287 NCalls = 558 +VariableMetric: Iteration # 176 - FCN = -721795.5086668 Edm = 0.000534494 NCalls = 559 +VariableMetric: Iteration # 177 - FCN = -721795.5094812 Edm = 0.00010118 NCalls = 562 +VariableMetric: Iteration # 178 - FCN = -721795.5096421 Edm = 1.27344e-05 NCalls = 564 +VariableMetric: After Hessian - FCN = -721795.5096421 Edm = 1.88558e-05 NCalls = 949 +VariableMetric: Iteration # 179 - FCN = -721795.5096421 Edm = 1.88558e-05 NCalls = 949 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720375.7665721 Edm = 1.2926 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720375.7665721 Edm = 1.2926 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720968.43677 Edm = 0.380353 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720969.840277 Edm = 0.639551 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -721115.455889 Edm = 5.04705 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -721121.9466328 Edm = 0.174602 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -721123.1984066 Edm = 0.891274 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -721266.4726654 Edm = 12.2799 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -721280.3303165 Edm = 0.774156 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -721281.6677932 Edm = 0.214816 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -721282.0771608 Edm = 0.259855 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -721331.1345368 Edm = 35.8774 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -721459.3636131 Edm = 20.3357 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -721479.2097547 Edm = 1.30722 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -721480.395215 Edm = 0.0357859 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -721480.4608778 Edm = 0.0454625 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -721481.0001034 Edm = 0.588376 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -721513.5051395 Edm = 0.545974 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -721548.3050241 Edm = 4.80187 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -721557.18521 Edm = 5.40956 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -721562.0113392 Edm = 2.19288 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -721564.1588844 Edm = 0.0603647 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -721564.2491838 Edm = 0.0134846 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -721564.3081762 Edm = 0.0575577 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -721564.9871617 Edm = 0.755275 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -721566.6813539 Edm = 1.57085 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -721633.363206 Edm = 0.877469 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -721635.3830462 Edm = 0.214248 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -721635.6550539 Edm = 0.15216 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -721635.8274447 Edm = 0.0978721 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -721636.1622536 Edm = 0.0571191 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -721636.2322669 Edm = 0.00700341 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -721636.2423496 Edm = 0.0062118 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -721636.2654356 Edm = 0.0232889 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -721637.0362609 Edm = 0.630855 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -721655.3034044 Edm = 19.7253 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -721656.3762858 Edm = 2.14672 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -721671.789982 Edm = 7.34672 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -721684.6211646 Edm = 3.65442 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -721688.9169377 Edm = 0.95465 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -721690.0687714 Edm = 0.00705374 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -721690.085644 Edm = 0.00492868 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -721690.1072006 Edm = 0.0115899 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -721690.8846961 Edm = 0.874351 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -721693.4247576 Edm = 2.13656 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -721733.5119655 Edm = 2.08285 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -721735.8988492 Edm = 0.616617 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -721737.0110026 Edm = 0.0486092 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -721737.0741125 Edm = 0.0051616 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -721737.0828456 Edm = 0.00153881 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -721737.0886064 Edm = 0.00245687 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -721737.1182945 Edm = 0.0207321 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -721737.3407938 Edm = 0.184084 NCalls = 166 +VariableMetric: Iteration # 52 - FCN = -721740.595519 Edm = 2.96162 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -721748.6728984 Edm = 0.662386 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -721749.9519909 Edm = 0.215662 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -721750.2832214 Edm = 0.0093656 NCalls = 178 +VariableMetric: Iteration # 56 - FCN = -721750.2938814 Edm = 0.00104882 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -721750.2953725 Edm = 0.000233418 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -721750.2963529 Edm = 0.000493351 NCalls = 184 +VariableMetric: Iteration # 59 - FCN = -721750.3050146 Edm = 0.00670271 NCalls = 188 +VariableMetric: Iteration # 60 - FCN = -721750.6950379 Edm = 0.346889 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -721752.4033463 Edm = 0.622846 NCalls = 196 +VariableMetric: Iteration # 62 - FCN = -721752.9637367 Edm = 0.0233345 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -721752.9852526 Edm = 0.00103593 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -721752.9861677 Edm = 8.85434e-05 NCalls = 202 +VariableMetric: Iteration # 65 - FCN = -721752.9864151 Edm = 0.000144653 NCalls = 204 +VariableMetric: Iteration # 66 - FCN = -721752.9888544 Edm = 0.00248118 NCalls = 208 +VariableMetric: Iteration # 67 - FCN = -721753.1873124 Edm = 0.0655497 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -721754.0069847 Edm = 0.265857 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -721754.5548153 Edm = 0.0171246 NCalls = 219 +VariableMetric: Iteration # 70 - FCN = -721754.5717247 Edm = 0.000860405 NCalls = 220 +VariableMetric: Iteration # 71 - FCN = -721754.5724678 Edm = 2.9658e-05 NCalls = 221 +VariableMetric: After Hessian - FCN = -721754.5724678 Edm = 98.5668 NCalls = 584 +VariableMetric: Iteration # 72 - FCN = -721754.5724678 Edm = 98.5668 NCalls = 584 +VariableMetric: Iteration # 73 - FCN = -721754.7801257 Edm = 325.794 NCalls = 589 +VariableMetric: Iteration # 74 - FCN = -721761.0804535 Edm = 0.611636 NCalls = 591 +VariableMetric: Iteration # 75 - FCN = -721762.8893071 Edm = 0.451483 NCalls = 595 +VariableMetric: Iteration # 76 - FCN = -721763.4458216 Edm = 0.4959 NCalls = 597 +VariableMetric: Iteration # 77 - FCN = -721763.8762943 Edm = 0.362017 NCalls = 600 +VariableMetric: Iteration # 78 - FCN = -721764.5685705 Edm = 2.19358 NCalls = 604 +VariableMetric: Iteration # 79 - FCN = -721767.4430965 Edm = 4.4207 NCalls = 608 +VariableMetric: Iteration # 80 - FCN = -721767.5391397 Edm = 0.100434 NCalls = 610 +VariableMetric: Iteration # 81 - FCN = -721767.8275661 Edm = 0.291415 NCalls = 613 +VariableMetric: Iteration # 82 - FCN = -721771.5352918 Edm = 2.66224 NCalls = 619 +VariableMetric: Iteration # 83 - FCN = -721774.9867838 Edm = 1.52605 NCalls = 621 +VariableMetric: Iteration # 84 - FCN = -721776.7492649 Edm = 2.02279 NCalls = 624 +VariableMetric: Iteration # 85 - FCN = -721778.4263052 Edm = 0.993554 NCalls = 626 +VariableMetric: Iteration # 86 - FCN = -721778.9521316 Edm = 0.224942 NCalls = 628 +VariableMetric: Iteration # 87 - FCN = -721779.2398411 Edm = 0.146176 NCalls = 630 +VariableMetric: Iteration # 88 - FCN = -721779.4452581 Edm = 0.0544861 NCalls = 632 +VariableMetric: Iteration # 89 - FCN = -721779.5295882 Edm = 0.0126289 NCalls = 634 +VariableMetric: Iteration # 90 - FCN = -721779.5745672 Edm = 0.00682406 NCalls = 636 +VariableMetric: Iteration # 91 - FCN = -721779.5900329 Edm = 0.0121395 NCalls = 638 +VariableMetric: Iteration # 92 - FCN = -721779.659131 Edm = 0.0452151 NCalls = 643 +VariableMetric: Iteration # 93 - FCN = -721779.7225182 Edm = 0.115278 NCalls = 647 +VariableMetric: Iteration # 94 - FCN = -721779.8587391 Edm = 0.0793086 NCalls = 650 +VariableMetric: Iteration # 95 - FCN = -721779.9145837 Edm = 0.0554066 NCalls = 652 +VariableMetric: Iteration # 96 - FCN = -721779.9944953 Edm = 0.0205122 NCalls = 655 +VariableMetric: Iteration # 97 - FCN = -721780.0636357 Edm = 0.0181546 NCalls = 657 +VariableMetric: Iteration # 98 - FCN = -721780.0938028 Edm = 0.00689304 NCalls = 659 +VariableMetric: Iteration # 99 - FCN = -721780.1051369 Edm = 0.00232236 NCalls = 661 +VariableMetric: Iteration # 100 - FCN = -721780.1079412 Edm = 0.00104975 NCalls = 663 +VariableMetric: Iteration # 101 - FCN = -721780.1091724 Edm = 0.000444916 NCalls = 665 +VariableMetric: Iteration # 102 - FCN = -721780.1100485 Edm = 0.000267944 NCalls = 667 +VariableMetric: Iteration # 103 - FCN = -721780.1111632 Edm = 0.000507612 NCalls = 669 +VariableMetric: Iteration # 104 - FCN = -721780.1126901 Edm = 0.000538061 NCalls = 671 +VariableMetric: Iteration # 105 - FCN = -721780.1142939 Edm = 0.000274784 NCalls = 673 +VariableMetric: Iteration # 106 - FCN = -721780.1159165 Edm = 0.000578677 NCalls = 676 +VariableMetric: Iteration # 107 - FCN = -721780.117547 Edm = 0.000388827 NCalls = 678 +VariableMetric: Iteration # 108 - FCN = -721780.1188677 Edm = 0.000775648 NCalls = 680 +VariableMetric: Iteration # 109 - FCN = -721780.1210752 Edm = 0.00162321 NCalls = 682 +VariableMetric: Iteration # 110 - FCN = -721780.1252698 Edm = 0.00102766 NCalls = 686 +VariableMetric: Iteration # 111 - FCN = -721780.1273114 Edm = 0.000548107 NCalls = 688 +VariableMetric: Iteration # 112 - FCN = -721780.1278053 Edm = 0.00043834 NCalls = 690 +VariableMetric: Iteration # 113 - FCN = -721780.1283322 Edm = 0.000118608 NCalls = 693 +VariableMetric: Iteration # 114 - FCN = -721780.1285684 Edm = 5.19329e-05 NCalls = 695 +VariableMetric: After Hessian - FCN = -721780.1285684 Edm = 0.000264177 NCalls = 1062 +VariableMetric: Iteration # 115 - FCN = -721780.1285684 Edm = 0.000264177 NCalls = 1062 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716952.7939791 Edm = 1.35049 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716952.7939791 Edm = 1.35049 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720391.2847835 Edm = 4.901 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720720.5913594 Edm = 4645.61 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -720837.2297652 Edm = 1.88137 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -721223.6590356 Edm = 7.06628 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -721229.1912367 Edm = 0.102788 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -721229.4830159 Edm = 0.255107 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -721289.9394632 Edm = 2.10651 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -721292.6153568 Edm = 0.0840846 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -721292.8322289 Edm = 0.0861314 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -721300.7785971 Edm = 7.03613 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -721486.648594 Edm = 16.829 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -721499.5975042 Edm = 0.251477 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -721499.8307802 Edm = 0.00638946 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -721499.8978031 Edm = 0.0662163 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -721508.067047 Edm = 2.53081 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -721566.5594196 Edm = 23.4825 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -721616.6114543 Edm = 26.7993 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -721637.9759572 Edm = 0.563248 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -721638.6935627 Edm = 0.162253 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -721638.9319949 Edm = 0.0316427 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -721638.9642403 Edm = 0.00100247 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -721638.9713133 Edm = 0.00689325 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -721640.5612269 Edm = 0.138909 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -721643.9708151 Edm = 0.0783216 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -721644.034803 Edm = 0.00141682 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -721644.0378777 Edm = 0.0017671 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -721644.2359054 Edm = 0.178731 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -721660.1711968 Edm = 8.27537 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -721674.6851249 Edm = 3.32603 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -721676.7305559 Edm = 0.345535 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -721677.245069 Edm = 0.118353 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -721677.3731668 Edm = 0.00181332 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -721677.3754761 Edm = 0.000469171 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -721677.4049172 Edm = 0.0288984 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -721684.7710196 Edm = 4.69155 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -721692.1847727 Edm = 0.627851 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -721692.7433132 Edm = 0.0557583 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -721692.8222392 Edm = 0.00957445 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -721692.8336566 Edm = 0.000556304 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -721692.8349442 Edm = 0.0010108 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -721692.8498295 Edm = 0.0168813 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -721693.5139244 Edm = 0.0320596 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -721702.2595753 Edm = 2.34391 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -721708.3027932 Edm = 2.1563 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -721712.058212 Edm = 1.08966 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -721712.7902369 Edm = 0.0548252 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -721712.8331433 Edm = 0.0103665 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -721712.8396837 Edm = 0.000914542 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -721712.8421339 Edm = 0.00164381 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -721712.8890042 Edm = 0.0453981 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -721718.3518452 Edm = 3.13865 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -721718.4202632 Edm = 0.166451 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -721721.4379192 Edm = 1.79728 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -721724.5676366 Edm = 0.141436 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -721724.7390467 Edm = 0.010616 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -721724.7493299 Edm = 0.000870976 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -721724.7504413 Edm = 0.000407367 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -721724.7549947 Edm = 0.00480654 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -721725.0908647 Edm = 0.178851 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -721725.1276386 Edm = 0.00026859 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -721725.1347984 Edm = 0.00698544 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -721725.6175761 Edm = 0.0237631 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -721732.8919947 Edm = 2.21907 NCalls = 212 +VariableMetric: Iteration # 64 - FCN = -721741.9447162 Edm = 1.84539 NCalls = 214 +VariableMetric: Iteration # 65 - FCN = -721743.3627381 Edm = 0.226259 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -721743.6541575 Edm = 0.0231797 NCalls = 218 +VariableMetric: Iteration # 67 - FCN = -721743.6959394 Edm = 0.00191423 NCalls = 220 +VariableMetric: Iteration # 68 - FCN = -721743.6983994 Edm = 0.000358167 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -721743.7009655 Edm = 0.00210075 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -721743.7869357 Edm = 0.0864369 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -721744.499688 Edm = 0.655286 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -721760.4553066 Edm = 0.623455 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -721761.0737359 Edm = 0.0340329 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -721761.1254282 Edm = 0.021028 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -721761.1475872 Edm = 0.00490719 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -721761.1582723 Edm = 0.00229156 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -721761.1632065 Edm = 0.000440371 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -721761.1642282 Edm = 0.000293295 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -721761.1685993 Edm = 0.00372818 NCalls = 253 +VariableMetric: Iteration # 80 - FCN = -721761.3097743 Edm = 0.125048 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -721764.3647134 Edm = 2.80937 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -721764.4742394 Edm = 0.580657 NCalls = 267 +VariableMetric: Iteration # 83 - FCN = -721764.832961 Edm = 0.436739 NCalls = 269 +VariableMetric: Iteration # 84 - FCN = -721767.5687849 Edm = 0.927978 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -721768.1652006 Edm = 0.0799813 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -721768.2303013 Edm = 0.00930916 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -721768.2371898 Edm = 0.002041 NCalls = 279 +VariableMetric: Iteration # 88 - FCN = -721768.2391176 Edm = 0.000658494 NCalls = 281 +VariableMetric: Iteration # 89 - FCN = -721768.2488692 Edm = 0.00719508 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -721768.3008595 Edm = 0.00824954 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -721768.3117738 Edm = 0.00187546 NCalls = 290 +VariableMetric: Iteration # 92 - FCN = -721768.40151 Edm = 0.0841881 NCalls = 295 +VariableMetric: Iteration # 93 - FCN = -721771.0689493 Edm = 1.92346 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -721777.1098878 Edm = 0.428198 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -721777.53465 Edm = 0.0179986 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -721777.5506752 Edm = 0.0017265 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -721777.5521271 Edm = 0.00017988 NCalls = 307 +VariableMetric: Iteration # 98 - FCN = -721777.5522859 Edm = 4.53038e-05 NCalls = 308 +VariableMetric: After Hessian - FCN = -721777.5522859 Edm = 20.2113 NCalls = 669 +VariableMetric: Iteration # 99 - FCN = -721777.5522859 Edm = 20.2113 NCalls = 669 +VariableMetric: Iteration # 100 - FCN = -721795.2743864 Edm = 1.37388 NCalls = 671 +VariableMetric: Iteration # 101 - FCN = -721795.4531504 Edm = 0.371256 NCalls = 673 +VariableMetric: Iteration # 102 - FCN = -721796.1420364 Edm = 0.217271 NCalls = 676 +VariableMetric: Iteration # 103 - FCN = -721796.3262869 Edm = 0.113384 NCalls = 678 +VariableMetric: Iteration # 104 - FCN = -721796.5189917 Edm = 0.0767651 NCalls = 680 +VariableMetric: Iteration # 105 - FCN = -721796.6212273 Edm = 0.0651603 NCalls = 682 +VariableMetric: Iteration # 106 - FCN = -721796.7029877 Edm = 0.0506815 NCalls = 685 +VariableMetric: Iteration # 107 - FCN = -721796.907457 Edm = 0.152022 NCalls = 689 +VariableMetric: Iteration # 108 - FCN = -721797.1322253 Edm = 0.192866 NCalls = 692 +VariableMetric: Iteration # 109 - FCN = -721797.1862346 Edm = 0.0396477 NCalls = 694 +VariableMetric: Iteration # 110 - FCN = -721797.2512328 Edm = 0.0251568 NCalls = 696 +VariableMetric: Iteration # 111 - FCN = -721797.3466057 Edm = 0.0237819 NCalls = 700 +VariableMetric: Iteration # 112 - FCN = -721797.3568793 Edm = 0.0143686 NCalls = 702 +VariableMetric: Iteration # 113 - FCN = -721797.3778434 Edm = 0.00532141 NCalls = 704 +VariableMetric: Iteration # 114 - FCN = -721797.391123 Edm = 0.00471438 NCalls = 707 +VariableMetric: Iteration # 115 - FCN = -721797.3949264 Edm = 0.00226202 NCalls = 709 +VariableMetric: Iteration # 116 - FCN = -721797.4000935 Edm = 0.00192143 NCalls = 712 +VariableMetric: Iteration # 117 - FCN = -721797.4034484 Edm = 0.00254261 NCalls = 714 +VariableMetric: Iteration # 118 - FCN = -721797.4061418 Edm = 0.000944129 NCalls = 717 +VariableMetric: Iteration # 119 - FCN = -721797.4086762 Edm = 0.00276561 NCalls = 720 +VariableMetric: Iteration # 120 - FCN = -721797.4114975 Edm = 0.00113144 NCalls = 722 +VariableMetric: Iteration # 121 - FCN = -721797.4134688 Edm = 0.000484181 NCalls = 725 +VariableMetric: Iteration # 122 - FCN = -721797.4142881 Edm = 0.00016101 NCalls = 728 +VariableMetric: Iteration # 123 - FCN = -721797.4144847 Edm = 9.86075e-05 NCalls = 731 +VariableMetric: Iteration # 124 - FCN = -721797.414569 Edm = 2.33731e-05 NCalls = 733 +VariableMetric: After Hessian - FCN = -721797.414569 Edm = 0.000306947 NCalls = 1096 +VariableMetric: Iteration # 125 - FCN = -721797.414569 Edm = 0.000306947 NCalls = 1096 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.218E+05 | Ncalls=737 (737 total) | +| EDM = 0.00012 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -721797.4156958013 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.25 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.15 | 0.21 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.199 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.12 | 0.77 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.8 | 2.7 | | | 14.8182 | 23.5818 | | +| 5 | p4160_p | 4.18 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 7 | p3770_s | 2.49 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | jpsi_p | 4.746 | 0.017 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 9.4 | 0.7 | | | 4.19232 | 9.40768 | | +| 10| p4040_s | 1.01 | 0.17 | | |0.00501244| 2.01499 | | +| 11| p3770_p | -2.61 | 0.11 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 0.018 | 0.393 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 14| p4415_s | 0.98 | 0.19 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.017E-1 | 0.569E-1 | | | -1.464 | 1.464 | | +| 16| psi2s_s | 1371.9 | 1.1 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.24 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| p4040_p | 3.88 | 0.18 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.12 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4415_p psi2s_p phi_p phi_s p4160_p jpsi_s p3770_s jpsi_p omega_s p4040_s p3770_p rho_p rho_s p4415_s Dbar_s psi2s_s p4160_s p4040_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.003 -0.026 0.184 0.185 -0.007 0.001 -0.010 -0.009 -0.281 -0.007 -0.002 -0.128 0.466 -0.006 0.021 -0.000 -0.010 -0.012 0.011 | +| p4415_p | -0.003 1.000 -0.020 -0.008 -0.007 0.279 0.001 -0.031 -0.069 -0.000 -0.205 0.096 0.026 0.010 -0.174 -0.105 -0.004 -0.185 0.128 -0.177 | +| psi2s_p | -0.026 -0.020 1.000 -0.044 -0.046 -0.031 0.006 -0.208 -0.029 0.004 -0.089 -0.244 -0.046 -0.046 -0.133 0.064 -0.026 -0.192 -0.231 -0.034 | +| phi_p | 0.184 -0.008 -0.044 1.000 0.966 -0.015 -0.001 0.003 -0.129 0.008 0.005 -0.016 0.010 0.027 0.001 -0.004 0.001 0.001 -0.010 0.002 | +| phi_s | 0.185 -0.007 -0.046 0.966 1.000 -0.014 -0.002 0.002 -0.125 0.001 0.004 -0.015 0.052 0.046 0.001 -0.003 0.001 0.001 -0.008 0.003 | +| p4160_p | -0.007 0.279 -0.031 -0.015 -0.014 1.000 0.002 -0.129 -0.104 -0.000 -0.512 0.250 0.029 0.007 0.010 0.160 -0.006 -0.153 0.149 -0.455 | +| jpsi_s | 0.001 0.001 0.006 -0.001 -0.002 0.002 1.000 0.002 -0.005 -0.000 0.001 -0.001 0.004 0.003 -0.001 -0.009 -0.100 0.000 0.002 -0.003 | +| p3770_s | -0.010 -0.031 -0.208 0.003 0.002 -0.129 0.002 1.000 0.022 -0.001 0.222 -0.278 -0.020 -0.030 0.114 -0.290 -0.028 0.114 -0.093 0.178 | +| jpsi_p | -0.009 -0.069 -0.029 -0.129 -0.125 -0.104 -0.005 0.022 1.000 0.015 0.029 -0.076 -0.029 0.049 -0.049 0.087 0.015 -0.073 -0.155 0.109 | +| omega_s | -0.281 -0.000 0.004 0.008 0.001 -0.000 -0.000 -0.001 0.015 1.000 0.000 0.001 -0.093 0.069 0.000 0.001 0.000 -0.000 -0.001 0.003 | +| p4040_s | -0.007 -0.205 -0.089 0.005 0.004 -0.512 0.001 0.222 0.029 0.000 1.000 -0.247 -0.038 -0.029 0.186 -0.473 -0.006 0.094 -0.180 0.541 | +| p3770_p | -0.002 0.096 -0.244 -0.016 -0.015 0.250 -0.001 -0.278 -0.076 0.001 -0.247 1.000 0.021 0.015 -0.219 0.432 -0.007 -0.172 0.150 -0.542 | +| rho_p | -0.128 0.026 -0.046 0.010 0.052 0.029 0.004 -0.020 -0.029 -0.093 -0.038 0.021 1.000 0.197 -0.019 0.028 -0.003 -0.018 0.013 -0.029 | +| rho_s | 0.466 0.010 -0.046 0.027 0.046 0.007 0.003 -0.030 0.049 0.069 -0.029 0.015 0.197 1.000 -0.012 0.051 -0.001 -0.019 -0.007 0.016 | +| p4415_s | -0.006 -0.174 -0.133 0.001 0.001 0.010 -0.001 0.114 -0.049 0.000 0.186 -0.219 -0.019 -0.012 1.000 -0.474 0.000 0.342 0.118 0.420 | +| Dbar_s | 0.021 -0.105 0.064 -0.004 -0.003 0.160 -0.009 -0.290 0.087 0.001 -0.473 0.432 0.028 0.051 -0.474 1.000 0.013 -0.533 -0.138 -0.762 | +| psi2s_s | -0.000 -0.004 -0.026 0.001 0.001 -0.006 -0.100 -0.028 0.015 0.000 -0.006 -0.007 -0.003 -0.001 0.000 0.013 1.000 -0.004 -0.009 0.017 | +| p4160_s | -0.010 -0.185 -0.192 0.001 0.001 -0.153 0.000 0.114 -0.073 -0.000 0.094 -0.172 -0.018 -0.019 0.342 -0.533 -0.004 1.000 0.402 0.374 | +| p4040_p | -0.012 0.128 -0.231 -0.010 -0.008 0.149 0.002 -0.093 -0.155 -0.001 -0.180 0.150 0.013 -0.007 0.118 -0.138 -0.009 0.402 1.000 -0.206 | +| Ctt | 0.011 -0.177 -0.034 0.002 0.003 -0.455 -0.003 0.178 0.109 0.003 0.541 -0.542 -0.029 0.016 0.420 -0.762 0.017 0.374 -0.206 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.20999465617224367}), (, {'error': 0.20967622617758352}), (, {'error': 0.02908820978563398}), (, {'error': 0.7743283844063598}), (, {'error': 2.7126652202854133}), (, {'error': 0.09490456436326689}), (, {'error': 7.965537873642461}), (, {'error': 0.2108407384558646}), (, {'error': 0.016656902827422826}), (, {'error': 0.6713105131664534}), (, {'error': 0.17479920830283696}), (, {'error': 0.11484893900407034}), (, {'error': 0.3927742588569929}), (, {'error': 0.31783160577325287}), (, {'error': 0.1852522022803424}), (, {'error': 0.05692514065980003}), (, {'error': 1.1227739750361252}), (, {'error': 0.16938874501807577}), (, {'error': 0.18320320591579353}), (, {'error': 0.13478603225870134})]) +Toy 1/10 +Time taken: 1 h, 17 min +Projected time left: 11 h, 38 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.218E+05 | Ncalls=733 (733 total) | +| EDM = 0.0217 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -721797.0437909777 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.43 | 0.22 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.96 | 0.19 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -4.489 | 0.027 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 5 | p4160_p | -2.32 | 0.08 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 7 | p3770_s | 2.53 | 0.20 | | |0.918861 | 4.08114 | | +| 8 | jpsi_p | 1.650 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 9.4 | 0.6 | | | 4.19232 | 9.40768 | | +| 10| p4040_s | 1.05 | 0.15 | | |0.00501244| 2.01499 | | +| 11| p3770_p | 3.30 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 6.28 | 0.31 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.75 | 0.29 | | |0.0253049| 2.0747 | | +| 14| p4415_s | 1.01 | 0.17 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.016 | 0.043 | | | -1.464 | 1.464 | | +| 16| psi2s_s | 1371.2 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.28 | 0.15 | | | 0.71676 | 3.68324 | | +| 18| p4040_p | -2.65 | 0.16 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.08 | 0.10 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4415_p psi2s_p phi_p phi_s p4160_p jpsi_s p3770_s jpsi_p omega_s p4040_s p3770_p rho_p rho_s p4415_s Dbar_s psi2s_s p4160_s p4040_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.016 -0.080 0.509 0.510 -0.032 0.006 -0.003 -0.209 -0.219 0.001 -0.032 -0.064 0.443 -0.006 0.009 -0.004 -0.010 -0.030 0.010 | +| p4415_p | -0.016 1.000 -0.069 -0.032 -0.032 0.233 -0.001 -0.019 -0.012 -0.000 -0.174 0.058 -0.012 0.006 -0.152 -0.140 -0.000 -0.173 0.108 -0.162 | +| psi2s_p | -0.080 -0.069 1.000 -0.133 -0.133 -0.107 0.037 -0.227 0.135 -0.005 -0.052 -0.303 0.030 -0.035 -0.094 0.006 -0.037 -0.174 -0.275 0.157 | +| phi_p | 0.509 -0.032 -0.133 1.000 0.997 -0.060 -0.023 0.008 -0.347 0.048 0.017 -0.064 -0.007 0.059 -0.002 -0.014 0.017 -0.003 -0.046 0.003 | +| phi_s | 0.510 -0.032 -0.133 0.997 1.000 -0.060 -0.024 0.008 -0.347 0.047 0.017 -0.063 -0.014 0.062 -0.001 -0.014 0.018 -0.003 -0.046 0.004 | +| p4160_p | -0.032 0.233 -0.107 -0.060 -0.060 1.000 0.008 -0.082 -0.003 -0.001 -0.441 0.152 -0.012 0.003 0.081 0.085 -0.008 -0.110 0.117 -0.389 | +| jpsi_s | 0.006 -0.001 0.037 -0.023 -0.024 0.008 1.000 0.010 0.045 0.002 0.007 -0.012 -0.029 0.023 -0.011 -0.095 -0.704 -0.003 0.010 -0.045 | +| p3770_s | -0.003 -0.019 -0.227 0.008 0.008 -0.082 0.010 1.000 0.013 -0.001 0.136 -0.216 0.014 -0.022 0.038 -0.177 -0.025 0.038 -0.100 0.033 | +| jpsi_p | -0.209 -0.012 0.135 -0.347 -0.347 -0.003 0.045 0.013 1.000 -0.014 -0.034 -0.034 0.062 -0.082 -0.103 0.050 -0.029 -0.113 -0.098 -0.103 | +| omega_s | -0.219 -0.000 -0.005 0.048 0.047 -0.001 0.002 -0.001 -0.014 1.000 -0.001 -0.001 -0.001 0.104 -0.001 0.003 -0.002 -0.001 -0.001 0.001 | +| p4040_s | 0.001 -0.174 -0.052 0.017 0.017 -0.441 0.007 0.136 -0.034 -0.001 1.000 -0.106 0.022 -0.022 0.073 -0.357 -0.010 -0.029 -0.185 0.394 | +| p3770_p | -0.032 0.058 -0.303 -0.064 -0.063 0.152 -0.012 -0.216 -0.034 -0.001 -0.106 1.000 -0.008 0.008 -0.110 0.300 0.005 -0.070 0.119 -0.374 | +| rho_p | -0.064 -0.012 0.030 -0.007 -0.014 -0.012 -0.029 0.014 0.062 -0.001 0.022 -0.008 1.000 -0.247 0.009 -0.022 0.021 0.010 -0.004 0.002 | +| rho_s | 0.443 0.006 -0.035 0.059 0.062 0.003 0.023 -0.022 -0.082 0.104 -0.022 0.008 -0.247 1.000 -0.007 0.044 -0.016 -0.013 -0.006 0.024 | +| p4415_s | -0.006 -0.152 -0.094 -0.002 -0.001 0.081 -0.011 0.038 -0.103 -0.001 0.073 -0.110 0.009 -0.007 1.000 -0.352 0.007 0.228 0.099 0.283 | +| Dbar_s | 0.009 -0.140 0.006 -0.014 -0.014 0.085 -0.095 -0.177 0.050 0.003 -0.357 0.300 -0.022 0.044 -0.352 1.000 0.076 -0.416 -0.104 -0.660 | +| psi2s_s | -0.004 -0.000 -0.037 0.017 0.018 -0.008 -0.704 -0.025 -0.029 -0.002 -0.010 0.005 0.021 -0.016 0.007 0.076 1.000 -0.000 -0.011 0.042 | +| p4160_s | -0.010 -0.173 -0.174 -0.003 -0.003 -0.110 -0.003 0.038 -0.113 -0.001 -0.029 -0.070 0.010 -0.013 0.228 -0.416 -0.000 1.000 0.386 0.222 | +| p4040_p | -0.030 0.108 -0.275 -0.046 -0.046 0.117 0.010 -0.100 -0.098 -0.001 -0.185 0.119 -0.004 -0.006 0.099 -0.104 -0.011 0.386 1.000 -0.257 | +| Ctt | 0.010 -0.162 0.157 0.003 0.004 -0.389 -0.045 0.033 -0.103 0.001 0.394 -0.374 0.002 0.024 0.283 -0.660 0.042 0.222 -0.257 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21726539614853557}), (, {'error': 0.18955370282851725}), (, {'error': 0.027368059499811803}), (, {'error': 7.541144053202043}), (, {'error': 4.789844674140899}), (, {'error': 0.08441191529403613}), (, {'error': 13.123378051553118}), (, {'error': 0.19673222181833605}), (, {'error': 0.01649884430653481}), (, {'error': 0.6336292344356815}), (, {'error': 0.15253178127868333}), (, {'error': 0.09874867338533466}), (, {'error': 0.30886193320796274}), (, {'error': 0.28875325268122404}), (, {'error': 0.16671439534987598}), (, {'error': 0.04340477318325642}), (, {'error': 1.5175571087775097}), (, {'error': 0.1489420306064655}), (, {'error': 0.16317023833608002}), (, {'error': 0.09611506556523852})]) +Toy 2/10 +Time taken: 2 h, 34 min +Projected time left: 10 h, 18 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.218E+05 | Ncalls=1268 (1268 total) | +| EDM = 0.000152 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -721796.7561353827 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.03 | 0.21 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.05 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6.28 | 0.19 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.6 | 1.5 | | | 14.8182 | 23.5818 | | +| 5 | p4160_p | -1.93 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 7 | p3770_s | 2.30 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | jpsi_p | -1.729 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 9.3 | 0.7 | | | 4.19232 | 9.40768 | | +| 10| p4040_s | 0.99 | 0.17 | | |0.00501244| 2.01499 | | +| 11| p3770_p | -1.82 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| rho_p | -6.3 | 0.8 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.67 | 0.30 | | |0.0253049| 2.0747 | | +| 14| p4415_s | 0.99 | 0.19 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.007 | 0.064 | | | -1.464 | 1.464 | | +| 16| psi2s_s | 1366.2 | 2.3 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.22 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| p4040_p | -2.16 | 0.19 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.11 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4415_p psi2s_p phi_p phi_s p4160_p jpsi_s p3770_s jpsi_p omega_s p4040_s p3770_p rho_p rho_s p4415_s Dbar_s psi2s_s p4160_s p4040_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.005 0.003 -0.049 -0.034 0.006 0.006 0.000 -0.007 -0.003 -0.004 0.004 0.141 -0.059 -0.002 -0.001 -0.005 -0.000 0.006 -0.008 | +| p4415_p | 0.005 1.000 0.133 -0.017 -0.011 0.293 0.015 -0.026 -0.065 0.001 -0.215 0.125 0.049 0.028 -0.174 -0.078 -0.013 -0.188 0.143 -0.190 | +| psi2s_p | 0.003 0.133 1.000 -0.033 -0.025 0.363 -0.064 -0.225 -0.058 0.000 -0.493 0.555 0.044 0.043 -0.408 0.715 0.042 -0.377 0.110 -0.735 | +| phi_p | -0.049 -0.017 -0.033 1.000 0.851 -0.025 -0.052 0.011 -0.049 -0.008 0.022 -0.023 -0.219 -0.061 0.009 -0.013 0.048 0.008 -0.016 0.018 | +| phi_s | -0.034 -0.011 -0.025 0.851 1.000 -0.017 -0.050 0.006 -0.045 -0.004 0.013 -0.015 -0.069 0.018 0.007 -0.005 0.045 0.005 -0.011 0.013 | +| p4160_p | 0.006 0.293 0.363 -0.025 -0.017 1.000 0.028 -0.115 -0.108 0.001 -0.526 0.304 0.065 0.036 -0.016 0.194 -0.027 -0.164 0.178 -0.485 | +| jpsi_s | 0.006 0.015 -0.064 -0.052 -0.050 0.028 1.000 0.032 -0.097 0.001 0.012 -0.017 0.133 0.087 -0.007 -0.161 -0.879 0.010 0.039 -0.040 | +| p3770_s | 0.000 -0.026 -0.225 0.011 0.006 -0.115 0.032 1.000 -0.071 -0.000 0.223 -0.222 -0.033 -0.038 0.121 -0.291 -0.024 0.118 -0.081 0.178 | +| jpsi_p | -0.007 -0.065 -0.058 -0.049 -0.045 -0.108 -0.097 -0.071 1.000 -0.002 0.007 -0.081 -0.046 0.027 -0.042 0.075 0.086 -0.079 -0.171 0.156 | +| omega_s | -0.003 0.001 0.000 -0.008 -0.004 0.001 0.001 -0.000 -0.002 1.000 -0.001 0.001 0.022 -0.011 -0.000 0.000 -0.001 -0.000 0.001 -0.001 | +| p4040_s | -0.004 -0.215 -0.493 0.022 0.013 -0.526 0.012 0.223 0.007 -0.001 1.000 -0.285 -0.074 -0.055 0.214 -0.497 -0.007 0.117 -0.188 0.563 | +| p3770_p | 0.004 0.125 0.555 -0.023 -0.015 0.304 -0.017 -0.222 -0.081 0.001 -0.285 1.000 0.055 0.039 -0.254 0.479 -0.004 -0.186 0.205 -0.616 | +| rho_p | 0.141 0.049 0.044 -0.219 -0.069 0.065 0.133 -0.033 -0.046 0.022 -0.074 0.055 1.000 0.424 -0.044 0.043 -0.121 -0.036 0.035 -0.076 | +| rho_s | -0.059 0.028 0.043 -0.061 0.018 0.036 0.087 -0.038 0.027 -0.011 -0.055 0.039 0.424 1.000 -0.029 0.056 -0.081 -0.031 0.012 -0.027 | +| p4415_s | -0.002 -0.174 -0.408 0.009 0.007 -0.016 -0.007 0.121 -0.042 -0.000 0.214 -0.254 -0.044 -0.029 1.000 -0.497 0.007 0.358 0.099 0.451 | +| Dbar_s | -0.001 -0.078 0.715 -0.013 -0.005 0.194 -0.161 -0.291 0.075 0.000 -0.497 0.479 0.043 0.056 -0.497 1.000 0.137 -0.536 -0.101 -0.779 | +| psi2s_s | -0.005 -0.013 0.042 0.048 0.045 -0.027 -0.879 -0.024 0.086 -0.001 -0.007 -0.004 -0.121 -0.081 0.007 0.137 1.000 -0.007 -0.038 0.034 | +| p4160_s | -0.000 -0.188 -0.377 0.008 0.005 -0.164 0.010 0.118 -0.079 -0.000 0.117 -0.186 -0.036 -0.031 0.358 -0.536 -0.007 1.000 0.388 0.390 | +| p4040_p | 0.006 0.143 0.110 -0.016 -0.011 0.178 0.039 -0.081 -0.171 0.001 -0.188 0.205 0.035 0.012 0.099 -0.101 -0.038 0.388 1.000 -0.238 | +| Ctt | -0.008 -0.190 -0.735 0.018 0.013 -0.485 -0.040 0.178 0.156 -0.001 0.563 -0.616 -0.076 -0.027 0.451 -0.779 0.034 0.390 -0.238 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.08986183467527553}), (, {'error': 0.2084515873360515}), (, {'error': 0.03397619526282769}), (, {'error': 0.18689745527989476}), (, {'error': 1.4512060070258102}), (, {'error': 0.09682734019287098}), (, {'error': 27.765638353089344}), (, {'error': 0.19333303631659504}), (, {'error': 0.01628356715205781}), (, {'error': 0.7386408525559407}), (, {'error': 0.17319323617118892}), (, {'error': 0.12495070934838726}), (, {'error': 0.8392285950293719}), (, {'error': 0.2982946831795662}), (, {'error': 0.18753327629816674}), (, {'error': 0.06353267967139842}), (, {'error': 2.3383212996805014}), (, {'error': 0.16896103033747578}), (, {'error': 0.1853102616130824}), (, {'error': 0.15915120124252216})]) +Toy 3/10 +Time taken: 4 h, 26 min +Projected time left: 10 h, 21 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.218E+05 | Ncalls=905 (905 total) | +| EDM = 4.07E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -721795.352825362 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.28 | 0.05 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.20 | 0.18 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.459 | 0.023 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6 | 11 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 5 | p4160_p | -2.14 | 0.08 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 7 | p3770_s | 2.33 | 0.17 | | |0.918861 | 4.08114 | | +| 8 | jpsi_p | -4.825 | 0.017 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 8.7 | 0.8 | | | 4.19232 | 9.40768 | | +| 10| p4040_s | 1.01 | 0.13 | | |0.00501244| 2.01499 | | +| 11| p3770_p | 4.10 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 6.28 | 0.31 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.63 | 0.27 | | |0.0253049| 2.0747 | | +| 14| p4415_s | 1.00 | 0.15 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.014 | 0.034 | | | -1.464 | 1.464 | | +| 16| psi2s_s | 1365.4 | 1.3 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.25 | 0.13 | | | 0.71676 | 3.68324 | | +| 18| p4040_p | -2.39 | 0.15 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.10 | 0.09 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4415_p psi2s_p phi_p phi_s p4160_p jpsi_s p3770_s jpsi_p omega_s p4040_s p3770_p rho_p rho_s p4415_s Dbar_s psi2s_s p4160_s p4040_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.003 0.022 -0.106 -0.106 0.007 -0.005 0.002 0.044 -0.022 0.002 0.006 0.011 -0.030 0.002 -0.005 0.004 0.003 0.007 -0.003 | +| p4415_p | 0.003 1.000 0.032 -0.031 -0.031 0.200 -0.008 -0.011 -0.004 0.009 -0.158 0.063 -0.006 0.008 -0.157 -0.165 0.007 -0.180 0.093 -0.162 | +| psi2s_p | 0.022 0.032 1.000 -0.200 -0.199 0.097 -0.054 -0.118 0.039 0.076 -0.177 0.232 0.032 0.003 -0.132 0.355 0.004 -0.139 0.001 -0.145 | +| phi_p | -0.106 -0.031 -0.200 1.000 0.997 -0.061 0.028 -0.014 -0.381 -0.423 -0.005 -0.054 -0.189 0.114 -0.011 0.028 -0.021 -0.018 -0.055 0.022 | +| phi_s | -0.106 -0.031 -0.199 0.997 1.000 -0.061 0.026 -0.014 -0.380 -0.422 -0.005 -0.054 -0.194 0.117 -0.011 0.028 -0.021 -0.018 -0.055 0.023 | +| p4160_p | 0.007 0.200 0.097 -0.061 -0.061 1.000 0.004 -0.043 -0.002 0.023 -0.375 0.125 0.001 0.000 0.108 -0.006 -0.001 -0.077 0.091 -0.341 | +| jpsi_s | -0.005 -0.008 -0.054 0.028 0.026 0.004 1.000 0.006 0.021 -0.027 -0.002 -0.011 -0.029 0.026 -0.018 -0.079 -0.635 -0.014 0.002 -0.058 | +| p3770_s | 0.002 -0.011 -0.118 -0.014 -0.014 -0.043 0.006 1.000 -0.055 0.013 0.104 -0.118 0.014 -0.021 0.019 -0.152 0.000 0.021 -0.074 -0.020 | +| jpsi_p | 0.044 -0.004 0.039 -0.381 -0.380 -0.002 0.021 -0.055 1.000 0.176 -0.051 -0.046 0.122 -0.100 -0.082 0.002 -0.014 -0.095 -0.084 -0.051 | +| omega_s | -0.022 0.009 0.076 -0.423 -0.422 0.023 -0.027 0.013 0.176 1.000 0.010 0.019 0.088 -0.423 0.008 -0.024 0.020 0.012 0.024 -0.017 | +| p4040_s | 0.002 -0.158 -0.177 -0.005 -0.005 -0.375 -0.002 0.104 -0.051 0.010 1.000 -0.018 0.018 -0.020 0.025 -0.258 0.003 -0.083 -0.131 0.280 | +| p3770_p | 0.006 0.063 0.232 -0.054 -0.054 0.125 -0.011 -0.118 -0.046 0.019 -0.018 1.000 0.002 0.005 -0.055 0.202 -0.020 0.002 0.137 -0.340 | +| rho_p | 0.011 -0.006 0.032 -0.189 -0.194 0.001 -0.029 0.014 0.122 0.088 0.018 0.002 1.000 -0.276 0.008 -0.023 0.022 0.010 0.006 -0.007 | +| rho_s | -0.030 0.008 0.003 0.114 0.117 0.000 0.026 -0.021 -0.100 -0.423 -0.020 0.005 -0.276 1.000 -0.004 0.044 -0.022 -0.009 -0.006 0.037 | +| p4415_s | 0.002 -0.157 -0.132 -0.011 -0.011 0.108 -0.018 0.019 -0.082 0.008 0.025 -0.055 0.008 -0.004 1.000 -0.271 0.009 0.166 0.090 0.218 | +| Dbar_s | -0.005 -0.165 0.355 0.028 0.028 -0.006 -0.079 -0.152 0.002 -0.024 -0.258 0.202 -0.023 0.044 -0.271 1.000 0.051 -0.332 -0.131 -0.555 | +| psi2s_s | 0.004 0.007 0.004 -0.021 -0.021 -0.001 -0.635 0.000 -0.014 0.020 0.003 -0.020 0.022 -0.022 0.009 0.051 1.000 0.008 -0.005 0.016 | +| p4160_s | 0.003 -0.180 -0.139 -0.018 -0.018 -0.077 -0.014 0.021 -0.095 0.012 -0.083 0.002 0.010 -0.009 0.166 -0.332 0.008 1.000 0.362 0.139 | +| p4040_p | 0.007 0.093 0.001 -0.055 -0.055 0.091 0.002 -0.074 -0.084 0.024 -0.131 0.137 0.006 -0.006 0.090 -0.131 -0.005 0.362 1.000 -0.264 | +| Ctt | -0.003 -0.162 -0.145 0.022 0.023 -0.341 -0.058 -0.020 -0.051 -0.017 0.280 -0.340 -0.007 0.037 0.218 -0.555 0.016 0.139 -0.264 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.047955613667291175}), (, {'error': 0.17899742469013336}), (, {'error': 0.023066035912368665}), (, {'error': 10.551591457247586}), (, {'error': 4.936438637261255}), (, {'error': 0.07731894809915074}), (, {'error': 32.30341360003331}), (, {'error': 0.1730099427198839}), (, {'error': 0.01657658572742715}), (, {'error': 0.7711875166684505}), (, {'error': 0.13266310701932832}), (, {'error': 0.09556898693830984}), (, {'error': 0.31232135142224493}), (, {'error': 0.27428262002076587}), (, {'error': 0.15408092055212297}), (, {'error': 0.034487772618209345}), (, {'error': 1.343380575705737}), (, {'error': 0.13220810407506178}), (, {'error': 0.15316520203561135}), (, {'error': 0.09122901695609473})]) +Toy 4/10 +Time taken: 5 h, 56 min +Projected time left: 8 h, 55 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.217E+05 | Ncalls=1352 (1352 total) | +| EDM = 0.000104 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -721675.4133059504 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 5.00 | 0.27 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.283 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.3 | 1.1 | | | 14.8182 | 23.5818 | | +| 5 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 7 | p3770_s | 2.18 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | jpsi_p | 4.770 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 9.1 | 0.8 | | | 4.19232 | 9.40768 | | +| 10| p4040_s | 1.49 | 0.15 | | |0.00501244| 2.01499 | | +| 11| p3770_p | 3.78 | 0.11 | | |-6.28319 | 6.28319 | | +| 12| rho_p | -6.1 | 0.4 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.78 | 0.30 | | |0.0253049| 2.0747 | | +| 14| p4415_s | 0.67 | 0.17 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | 0.29 | 0.03 | | | -1.464 | 1.464 | | +| 16| psi2s_s | 1372.1 | 1.8 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 0.717 | 0.009 | | | 0.71676 | 3.68324 | | +| 18| p4040_p | 2.95 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.018 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4415_p psi2s_p phi_p phi_s p4160_p jpsi_s p3770_s jpsi_p omega_s p4040_s p3770_p rho_p rho_s p4415_s Dbar_s psi2s_s p4160_s p4040_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.000 0.002 0.008 -0.006 -0.000 -0.001 0.001 -0.002 -0.069 -0.000 -0.001 0.059 -0.031 0.002 -0.006 0.001 -0.000 0.002 -0.000 | +| p4415_p | -0.000 1.000 0.032 -0.001 0.002 0.005 0.000 -0.020 0.019 -0.000 -0.033 0.002 0.016 0.017 0.088 -0.134 0.001 0.001 -0.059 -0.026 | +| psi2s_p | 0.002 0.032 1.000 0.019 -0.023 0.005 0.079 -0.195 -0.057 -0.004 0.126 -0.328 -0.046 -0.047 -0.099 -0.069 -0.079 0.001 -0.213 -0.004 | +| phi_p | 0.008 -0.001 0.019 1.000 -0.722 -0.000 -0.006 0.003 0.032 0.007 0.001 0.001 -0.077 -0.011 0.003 -0.011 0.005 0.000 0.007 -0.000 | +| phi_s | -0.006 0.002 -0.023 -0.722 1.000 0.000 -0.006 -0.005 -0.026 0.029 -0.005 0.003 0.183 0.075 -0.001 0.018 0.005 0.000 -0.006 0.001 | +| p4160_p | -0.000 0.005 0.005 -0.000 0.000 1.000 -0.001 -0.001 0.004 -0.000 0.016 -0.001 -0.000 0.000 -0.005 0.015 0.001 -0.003 -0.005 -0.000 | +| jpsi_s | -0.001 0.000 0.079 -0.006 -0.006 -0.001 1.000 0.027 -0.065 -0.002 0.003 -0.039 0.058 0.046 0.009 -0.240 -0.782 -0.000 0.037 -0.005 | +| p3770_s | 0.001 -0.020 -0.195 0.003 -0.005 -0.001 0.027 1.000 -0.005 0.006 0.129 -0.220 -0.008 -0.030 0.067 -0.279 -0.040 -0.002 0.055 0.011 | +| jpsi_p | -0.002 0.019 -0.057 0.032 -0.026 0.004 -0.065 -0.005 1.000 -0.037 0.056 -0.009 -0.050 0.049 -0.110 0.250 0.059 -0.000 -0.136 0.009 | +| omega_s | -0.069 -0.000 -0.004 0.007 0.029 -0.000 -0.002 0.006 -0.037 1.000 0.001 -0.008 0.370 -0.273 0.006 -0.029 0.002 -0.000 0.006 -0.001 | +| p4040_s | -0.000 -0.033 0.126 0.001 -0.005 0.016 0.003 0.129 0.056 0.001 1.000 -0.006 -0.017 -0.027 -0.244 0.185 -0.006 -0.000 -0.306 0.042 | +| p3770_p | -0.001 0.002 -0.328 0.001 0.003 -0.001 -0.039 -0.220 -0.009 -0.008 -0.006 1.000 0.002 0.030 0.017 0.057 0.033 -0.000 0.091 -0.051 | +| rho_p | 0.059 0.016 -0.046 -0.077 0.183 -0.000 0.058 -0.008 -0.050 0.370 -0.017 0.002 1.000 0.183 0.005 -0.012 -0.047 0.001 -0.006 -0.002 | +| rho_s | -0.031 0.017 -0.047 -0.011 0.075 0.000 0.046 -0.030 0.049 -0.273 -0.027 0.030 0.183 1.000 -0.010 0.090 -0.037 0.001 -0.023 0.003 | +| p4415_s | 0.002 0.088 -0.099 0.003 -0.001 -0.005 0.009 0.067 -0.110 0.006 -0.244 0.017 0.005 -0.010 1.000 -0.452 -0.012 0.012 0.186 0.032 | +| Dbar_s | -0.006 -0.134 -0.069 -0.011 0.018 0.015 -0.240 -0.279 0.250 -0.029 0.185 0.057 -0.012 0.090 -0.452 1.000 0.212 -0.006 -0.503 -0.094 | +| psi2s_s | 0.001 0.001 -0.079 0.005 0.005 0.001 -0.782 -0.040 0.059 0.002 -0.006 0.033 -0.047 -0.037 -0.012 0.212 1.000 0.000 -0.039 0.005 | +| p4160_s | -0.000 0.001 0.001 0.000 0.000 -0.003 -0.000 -0.002 -0.000 -0.000 -0.000 -0.000 0.001 0.001 0.012 -0.006 0.000 1.000 -0.009 -0.001 | +| p4040_p | 0.002 -0.059 -0.213 0.007 -0.006 -0.005 0.037 0.055 -0.136 0.006 -0.306 0.091 -0.006 -0.023 0.186 -0.503 -0.039 -0.009 1.000 0.005 | +| Ctt | -0.000 -0.026 -0.004 -0.000 0.001 -0.000 -0.005 0.011 0.009 -0.001 0.042 -0.051 -0.002 0.003 0.032 -0.094 0.005 -0.001 0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.07323164240397428}), (, {'error': 0.2651128648937071}), (, {'error': 0.027927639607900012}), (, {'error': 0.5370406943746406}), (, {'error': 1.1005550808348126}), (, {'error': 0.009519662578789667}), (, {'error': 22.101091162918237}), (, {'error': 0.20932032313378424}), (, {'error': 0.016172578605075927}), (, {'error': 0.7570313259040571}), (, {'error': 0.14649761493548452}), (, {'error': 0.10935317222041796}), (, {'error': 0.36186054245231825}), (, {'error': 0.30336783810731327}), (, {'error': 0.17037726443270734}), (, {'error': 0.03311082475994409}), (, {'error': 1.7923269283746777}), (, {'error': 0.009308524407805774}), (, {'error': 0.10382495047891904}), (, {'error': 0.01759024722534605})]) +Toy 5/10 +Time taken: 7 h, 45 min +Projected time left: 7 h, 45 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.218E+05 | Ncalls=344 (344 total) | +| EDM = 2.33E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -721782.3238195693 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.13 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.31 | 0.20 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 4.21 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -0.13 | 0.39 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 16.7 | 1.5 | | | 14.8182 | 23.5818 | | +| 5 | p4160_p | 4.36 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_s | 0.991E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 7 | p3770_s | 2.35 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | jpsi_p | -1.736 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 8.5 | 0.8 | | | 4.19232 | 9.40768 | | +| 10| p4040_s | 1.01 | 0.17 | | |0.00501244| 2.01499 | | +| 11| p3770_p | -1.90 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 6.25 | 0.27 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.95 | 0.30 | | |0.0253049| 2.0747 | | +| 14| p4415_s | 1.00 | 0.19 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.09 | 0.06 | | | -1.464 | 1.464 | | +| 16| psi2s_s | 1360.1 | 0.8 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.23 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| p4040_p | 4.11 | 0.18 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.09 | 0.15 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4415_p psi2s_p phi_p phi_s p4160_p jpsi_s p3770_s jpsi_p omega_s p4040_s p3770_p rho_p rho_s p4415_s Dbar_s psi2s_s p4160_s p4040_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.002 0.001 0.085 0.100 0.000 -0.017 -0.011 -0.008 0.476 -0.011 0.002 0.002 0.321 -0.008 0.019 -0.011 -0.011 -0.008 0.000 | +| p4415_p | 0.002 1.000 0.145 -0.007 -0.008 0.276 -0.006 -0.034 -0.053 -0.005 -0.210 0.127 0.002 0.008 -0.194 -0.052 -0.003 -0.208 0.113 -0.201 | +| psi2s_p | 0.001 0.145 1.000 -0.022 -0.021 0.348 0.078 -0.244 -0.055 -0.013 -0.476 0.538 0.002 0.028 -0.400 0.707 0.031 -0.380 0.076 -0.717 | +| phi_p | 0.085 -0.007 -0.022 1.000 0.876 -0.012 -0.000 -0.002 -0.050 -0.029 0.002 -0.010 0.008 0.052 0.001 0.004 -0.000 -0.001 -0.010 0.010 | +| phi_s | 0.100 -0.008 -0.021 0.876 1.000 -0.014 0.012 -0.001 -0.041 -0.019 0.005 -0.010 0.014 0.074 0.004 0.003 0.007 0.002 -0.010 0.015 | +| p4160_p | 0.000 0.276 0.348 -0.012 -0.014 1.000 -0.010 -0.123 -0.097 -0.007 -0.508 0.285 0.003 0.008 -0.004 0.191 -0.008 -0.172 0.136 -0.469 | +| jpsi_s | -0.017 -0.006 0.078 -0.000 0.012 -0.010 1.000 -0.034 0.063 0.010 -0.023 0.049 -0.004 -0.024 -0.002 0.124 0.599 -0.012 -0.017 0.021 | +| p3770_s | -0.011 -0.034 -0.244 -0.002 -0.001 -0.123 -0.034 1.000 -0.066 0.007 0.225 -0.242 -0.002 -0.029 0.130 -0.310 -0.015 0.126 -0.079 0.203 | +| jpsi_p | -0.008 -0.053 -0.055 -0.050 -0.041 -0.097 0.063 -0.066 1.000 -0.023 -0.003 -0.080 -0.002 0.053 -0.047 0.072 0.038 -0.078 -0.161 0.147 | +| omega_s | 0.476 -0.005 -0.013 -0.029 -0.019 -0.007 0.010 0.007 -0.023 1.000 0.009 -0.007 0.009 -0.232 0.005 -0.011 0.007 0.006 -0.001 0.004 | +| p4040_s | -0.011 -0.210 -0.476 0.002 0.005 -0.508 -0.023 0.225 -0.003 0.009 1.000 -0.257 -0.004 -0.027 0.204 -0.494 -0.010 0.117 -0.145 0.547 | +| p3770_p | 0.002 0.127 0.538 -0.010 -0.010 0.285 0.049 -0.242 -0.080 -0.007 -0.257 1.000 0.003 0.015 -0.244 0.464 0.009 -0.185 0.176 -0.600 | +| rho_p | 0.002 0.002 0.002 0.008 0.014 0.003 -0.004 -0.002 -0.002 0.009 -0.004 0.003 1.000 0.030 -0.002 0.004 -0.003 -0.002 0.001 -0.003 | +| rho_s | 0.321 0.008 0.028 0.052 0.074 0.008 -0.024 -0.029 0.053 -0.232 -0.027 0.015 0.030 1.000 -0.013 0.049 -0.018 -0.020 -0.008 0.008 | +| p4415_s | -0.008 -0.194 -0.400 0.001 0.004 -0.004 -0.002 0.130 -0.047 0.005 0.204 -0.244 -0.002 -0.013 1.000 -0.503 0.000 0.352 0.113 0.449 | +| Dbar_s | 0.019 -0.052 0.707 0.004 0.003 0.191 0.124 -0.310 0.072 -0.011 -0.494 0.464 0.004 0.049 -0.503 1.000 0.069 -0.544 -0.127 -0.785 | +| psi2s_s | -0.011 -0.003 0.031 -0.000 0.007 -0.008 0.599 -0.015 0.038 0.007 -0.010 0.009 -0.003 -0.018 0.000 0.069 1.000 -0.006 -0.014 0.011 | +| p4160_s | -0.011 -0.208 -0.380 -0.001 0.002 -0.172 -0.012 0.126 -0.078 0.006 0.117 -0.185 -0.002 -0.020 0.352 -0.544 -0.006 1.000 0.386 0.402 | +| p4040_p | -0.008 0.113 0.076 -0.010 -0.010 0.136 -0.017 -0.079 -0.161 -0.001 -0.145 0.176 0.001 -0.008 0.113 -0.127 -0.014 0.386 1.000 -0.197 | +| Ctt | 0.000 -0.201 -0.717 0.010 0.015 -0.469 0.021 0.203 0.147 0.004 0.547 -0.600 -0.003 0.008 0.449 -0.785 0.011 0.402 -0.197 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2147859990322054}), (, {'error': 0.20476633030217428}), (, {'error': 0.03402268367088368}), (, {'error': 0.38569005191485495}), (, {'error': 1.539078283336548}), (, {'error': 0.09469475733483268}), (, {'error': 9.787587419941701}), (, {'error': 0.1939007515726736}), (, {'error': 0.01633720244257919}), (, {'error': 0.792341203256619}), (, {'error': 0.17012569330546373}), (, {'error': 0.12008112329967435}), (, {'error': 0.265891082558686}), (, {'error': 0.3040011193878421}), (, {'error': 0.18658965064757088}), (, {'error': 0.06226243441735457}), (, {'error': 0.8089382988662237}), (, {'error': 0.16709063990503759}), (, {'error': 0.17509298641621385}), (, {'error': 0.15459331639568327})]) +Toy 6/10 +Time taken: 8 h, 39 min +Projected time left: 5 h, 46 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.218E+05 | Ncalls=1139 (1139 total) | +| EDM = 0.000255 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -721797.4153255447 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.25 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.13 | 0.18 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.199 | 0.026 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 5 | p4160_p | -2.10 | 0.08 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 7 | p3770_s | 2.49 | 0.18 | | |0.918861 | 4.08114 | | +| 8 | jpsi_p | -1.537 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 9.4 | 0.6 | | | 4.19232 | 9.40768 | | +| 10| p4040_s | 1.01 | 0.13 | | |0.00501244| 2.01499 | | +| 11| p3770_p | 3.67 | 0.09 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 0.021 | 0.380 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.78 | 0.28 | | |0.0253049| 2.0747 | | +| 14| p4415_s | 0.98 | 0.15 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.021E-1 | 0.333E-1 | | | -1.464 | 1.464 | | +| 16| psi2s_s | 1371.8 | 1.1 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.24 | 0.13 | | | 0.71676 | 3.68324 | | +| 18| p4040_p | 3.88 | 0.15 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.12 | 0.08 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4415_p psi2s_p phi_p phi_s p4160_p jpsi_s p3770_s jpsi_p omega_s p4040_s p3770_p rho_p rho_s p4415_s Dbar_s psi2s_s p4160_s p4040_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.018 -0.078 0.510 0.510 -0.033 0.001 0.001 -0.209 -0.146 0.002 -0.037 -0.293 0.287 -0.009 0.003 0.001 -0.010 -0.032 -0.001 | +| p4415_p | -0.018 1.000 -0.016 -0.036 -0.036 0.186 0.002 -0.018 -0.017 -0.004 -0.149 0.051 0.029 0.016 -0.150 -0.183 -0.000 -0.176 0.080 -0.136 | +| psi2s_p | -0.078 -0.016 1.000 -0.132 -0.132 -0.026 -0.014 -0.183 0.016 -0.014 -0.081 -0.233 0.012 -0.022 -0.094 0.015 -0.026 -0.137 -0.169 -0.022 | +| phi_p | 0.510 -0.036 -0.132 1.000 0.997 -0.062 0.008 0.011 -0.418 0.131 0.012 -0.070 -0.363 -0.107 -0.013 -0.023 0.004 -0.013 -0.053 -0.027 | +| phi_s | 0.510 -0.036 -0.132 0.997 1.000 -0.062 0.009 0.010 -0.417 0.129 0.012 -0.070 -0.352 -0.103 -0.012 -0.022 0.004 -0.012 -0.053 -0.026 | +| p4160_p | -0.033 0.186 -0.026 -0.062 -0.062 1.000 -0.002 -0.062 -0.032 -0.007 -0.367 0.109 0.036 0.014 0.117 -0.038 -0.003 -0.077 0.069 -0.307 | +| jpsi_s | 0.001 0.002 -0.014 0.008 0.009 -0.002 1.000 -0.001 0.006 0.001 0.001 0.000 -0.013 -0.009 0.005 0.025 0.232 0.004 -0.002 0.016 | +| p3770_s | 0.001 -0.018 -0.183 0.011 0.010 -0.062 -0.001 1.000 0.012 0.001 0.110 -0.186 -0.015 -0.020 0.024 -0.173 -0.024 0.023 -0.091 0.008 | +| jpsi_p | -0.209 -0.017 0.016 -0.418 -0.417 -0.032 0.006 0.012 1.000 -0.043 -0.002 -0.023 0.131 0.081 -0.031 0.103 0.009 -0.040 -0.069 0.116 | +| omega_s | -0.146 -0.004 -0.014 0.131 0.129 -0.007 0.001 0.001 -0.043 1.000 0.001 -0.008 -0.129 0.071 -0.001 -0.001 0.000 -0.002 -0.007 -0.001 | +| p4040_s | 0.002 -0.149 -0.081 0.012 0.012 -0.367 0.001 0.110 -0.002 0.001 1.000 -0.040 -0.025 -0.021 0.023 -0.260 -0.007 -0.084 -0.131 0.285 | +| p3770_p | -0.037 0.051 -0.233 -0.070 -0.070 0.109 0.000 -0.186 -0.023 -0.008 -0.040 1.000 0.030 0.014 -0.063 0.197 -0.007 -0.023 0.100 -0.321 | +| rho_p | -0.293 0.029 0.012 -0.363 -0.352 0.036 -0.013 -0.015 0.131 -0.129 -0.025 0.030 1.000 0.203 -0.004 0.018 -0.006 -0.003 0.026 0.001 | +| rho_s | 0.287 0.016 -0.022 -0.107 -0.103 0.014 -0.009 -0.020 0.081 0.071 -0.021 0.014 0.203 1.000 -0.001 0.045 -0.004 -0.005 0.007 0.038 | +| p4415_s | -0.009 -0.150 -0.094 -0.013 -0.012 0.117 0.005 0.024 -0.031 -0.001 0.023 -0.063 -0.004 -0.001 1.000 -0.262 0.001 0.161 0.093 0.211 | +| Dbar_s | 0.003 -0.183 0.015 -0.023 -0.022 -0.038 0.025 -0.173 0.103 -0.001 -0.260 0.197 0.018 0.045 -0.262 1.000 0.020 -0.338 -0.160 -0.530 | +| psi2s_s | 0.001 -0.000 -0.026 0.004 0.004 -0.003 0.232 -0.024 0.009 0.000 -0.007 -0.007 -0.006 -0.004 0.001 0.020 1.000 -0.002 -0.005 0.022 | +| p4160_s | -0.010 -0.176 -0.137 -0.013 -0.012 -0.077 0.004 0.023 -0.040 -0.002 -0.084 -0.023 -0.003 -0.005 0.161 -0.338 -0.002 1.000 0.352 0.154 | +| p4040_p | -0.032 0.080 -0.169 -0.053 -0.053 0.069 -0.002 -0.091 -0.069 -0.007 -0.131 0.100 0.026 0.007 0.093 -0.160 -0.005 0.352 1.000 -0.224 | +| Ctt | -0.001 -0.136 -0.022 -0.027 -0.026 -0.307 0.016 0.008 0.116 -0.001 0.285 -0.321 0.001 0.038 0.211 -0.530 0.022 0.154 -0.224 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2060069045056534}), (, {'error': 0.17837444240985345}), (, {'error': 0.02561051674372905}), (, {'error': 9.766030636292985}), (, {'error': 4.9284611669956755}), (, {'error': 0.07629481994066811}), (, {'error': 6.07144002066525}), (, {'error': 0.18273580602126294}), (, {'error': 0.016477878580294814}), (, {'error': 0.5559948635262835}), (, {'error': 0.13371788420234504}), (, {'error': 0.09138807788016479}), (, {'error': 0.37957641526888164}), (, {'error': 0.2777302265607957}), (, {'error': 0.1526755414214932}), (, {'error': 0.03327859898266816}), (, {'error': 1.0599620497113165}), (, {'error': 0.13089841859077}), (, {'error': 0.1514841434662939}), (, {'error': 0.07996589567880619})]) +Toy 7/10 +Time taken: 10 h, 21 min +Projected time left: 4 h, 26 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.218E+05 | Ncalls=949 (949 total) | +| EDM = 1.89E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -721795.5096421035 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.09 | 0.21 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 3.825 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.13 | 0.57 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.3 | 2.1 | | | 14.8182 | 23.5818 | | +| 5 | p4160_p | -2.13 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 7 | p3770_s | 2.33 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | jpsi_p | -4.826 | 0.017 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 8.9 | 0.8 | | | 4.19232 | 9.40768 | | +| 10| p4040_s | 1.01 | 0.18 | | |0.00501244| 2.01499 | | +| 11| p3770_p | 4.10 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 0.25 | 0.42 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.68 | 0.30 | | |0.0253049| 2.0747 | | +| 14| p4415_s | 1.00 | 0.19 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.013 | 0.063 | | | -1.464 | 1.464 | | +| 16| psi2s_s | 1365.4 | 1.8 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.25 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| p4040_p | 3.89 | 0.18 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.11 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4415_p psi2s_p phi_p phi_s p4160_p jpsi_s p3770_s jpsi_p omega_s p4040_s p3770_p rho_p rho_s p4415_s Dbar_s psi2s_s p4160_s p4040_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.001 0.001 -0.023 -0.023 0.001 -0.001 0.001 0.006 -0.063 0.000 0.001 0.035 -0.020 0.001 -0.002 0.001 0.001 0.002 -0.001 | +| p4415_p | 0.001 1.000 0.070 -0.006 -0.005 0.292 0.007 -0.025 -0.008 0.002 -0.223 0.124 0.024 0.015 -0.187 -0.037 -0.002 -0.198 0.141 -0.212 | +| psi2s_p | 0.001 0.070 1.000 -0.037 -0.033 0.254 -0.087 -0.231 -0.001 -0.012 -0.403 0.433 -0.002 0.041 -0.347 0.620 0.045 -0.354 0.011 -0.474 | +| phi_p | -0.023 -0.006 -0.037 1.000 0.939 -0.013 -0.000 -0.001 -0.093 -0.058 0.002 -0.011 0.102 0.042 0.002 0.000 -0.000 0.000 -0.009 0.007 | +| phi_s | -0.023 -0.005 -0.033 0.939 1.000 -0.011 -0.007 -0.002 -0.095 -0.044 0.001 -0.009 0.145 0.064 0.002 0.002 0.005 0.001 -0.007 0.007 | +| p4160_p | 0.001 0.292 0.254 -0.013 -0.011 1.000 0.013 -0.112 -0.007 0.003 -0.545 0.306 0.031 0.017 -0.048 0.264 -0.006 -0.192 0.183 -0.520 | +| jpsi_s | -0.001 0.007 -0.087 -0.000 -0.007 0.013 1.000 0.024 0.048 -0.010 0.013 -0.021 0.046 0.041 -0.004 -0.107 -0.784 0.008 0.023 -0.027 | +| p3770_s | 0.001 -0.025 -0.231 -0.001 -0.002 -0.112 0.024 1.000 -0.080 0.008 0.202 -0.208 -0.012 -0.033 0.104 -0.256 -0.015 0.104 -0.084 0.136 | +| jpsi_p | 0.006 -0.008 -0.001 -0.093 -0.095 -0.007 0.048 -0.080 1.000 0.007 -0.077 -0.047 -0.081 -0.091 -0.131 0.066 -0.039 -0.153 -0.135 -0.076 | +| omega_s | -0.063 0.002 -0.012 -0.058 -0.044 0.003 -0.010 0.008 0.007 1.000 0.003 -0.001 0.338 -0.348 0.002 -0.011 0.010 0.005 0.007 -0.010 | +| p4040_s | 0.000 -0.223 -0.403 0.002 0.001 -0.545 0.013 0.202 -0.077 0.003 1.000 -0.274 -0.035 -0.037 0.224 -0.518 -0.012 0.128 -0.202 0.566 | +| p3770_p | 0.001 0.124 0.433 -0.011 -0.009 0.306 -0.021 -0.208 -0.047 -0.001 -0.274 1.000 0.023 0.026 -0.254 0.486 -0.003 -0.190 0.199 -0.583 | +| rho_p | 0.035 0.024 -0.002 0.102 0.145 0.031 0.046 -0.012 -0.081 0.338 -0.035 0.023 1.000 0.080 -0.022 0.021 -0.038 -0.017 0.018 -0.042 | +| rho_s | -0.020 0.015 0.041 0.042 0.064 0.017 0.041 -0.033 -0.091 -0.348 -0.037 0.026 0.080 1.000 -0.017 0.051 -0.037 -0.023 -0.000 0.001 | +| p4415_s | 0.001 -0.187 -0.347 0.002 0.002 -0.048 -0.004 0.104 -0.131 0.002 0.224 -0.254 -0.022 -0.017 1.000 -0.512 -0.002 0.362 0.078 0.460 | +| Dbar_s | -0.002 -0.037 0.620 0.000 0.002 0.264 -0.107 -0.256 0.066 -0.011 -0.518 0.486 0.021 0.051 -0.512 1.000 0.089 -0.544 -0.049 -0.803 | +| psi2s_s | 0.001 -0.002 0.045 -0.000 0.005 -0.006 -0.784 -0.015 -0.039 0.010 -0.012 -0.003 -0.038 -0.037 -0.002 0.089 1.000 -0.010 -0.019 0.005 | +| p4160_s | 0.001 -0.198 -0.354 0.000 0.001 -0.192 0.008 0.104 -0.153 0.005 0.128 -0.190 -0.017 -0.023 0.362 -0.544 -0.010 1.000 0.366 0.394 | +| p4040_p | 0.002 0.141 0.011 -0.009 -0.007 0.183 0.023 -0.084 -0.135 0.007 -0.202 0.199 0.018 -0.000 0.078 -0.049 -0.019 0.366 1.000 -0.264 | +| Ctt | -0.001 -0.212 -0.474 0.007 0.007 -0.520 -0.027 0.136 -0.076 -0.010 0.566 -0.583 -0.042 0.001 0.460 -0.803 0.005 0.394 -0.264 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.05682346410211636}), (, {'error': 0.2063060155648495}), (, {'error': 0.02938041744139941}), (, {'error': 0.5719074829807034}), (, {'error': 2.107359089457165}), (, {'error': 0.0980289254248583}), (, {'error': 131.4292783030778}), (, {'error': 0.1932801069740866}), (, {'error': 0.01690157074888976}), (, {'error': 0.778582094773224}), (, {'error': 0.17565437325240202}), (, {'error': 0.1210855599687779}), (, {'error': 0.4176572633700997}), (, {'error': 0.30424939376829274}), (, {'error': 0.18940330204417255}), (, {'error': 0.06338288838584527}), (, {'error': 1.8005059121030627}), (, {'error': 0.17025602866075218}), (, {'error': 0.18241964891856632}), (, {'error': 0.16278273664371443})]) +Toy 8/10 +Time taken: 11 h, 54 min +Projected time left: 2 h, 58 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.218E+05 | Ncalls=1062 (1062 total) | +| EDM = 0.000264 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -721780.1285684053 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.224 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.030 | 0.479 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.4 | 1.8 | | | 14.8182 | 23.5818 | | +| 5 | p4160_p | -2.13 | 0.30 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 7 | p3770_s | 2.39 | 0.22 | | |0.918861 | 4.08114 | | +| 8 | jpsi_p | -1.531 | 0.022 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 9.1 | 0.7 | | | 4.19232 | 9.40768 | | +| 10| p4040_s | 0.9 | 0.5 | | |0.00501244| 2.01499 | | +| 11| p3770_p | -2.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 0.15 | 0.40 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.70 | 0.30 | | |0.0253049| 2.0747 | | +| 14| p4415_s | 0.126 | 0.027 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | 0.12 | 0.20 | | | -1.464 | 1.464 | | +| 16| psi2s_s | 1371.2 | 2.0 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 1.96 | 0.28 | | | 0.71676 | 3.68324 | | +| 18| p4040_p | 3.7 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.4 | 0.6 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4415_p psi2s_p phi_p phi_s p4160_p jpsi_s p3770_s jpsi_p omega_s p4040_s p3770_p rho_p rho_s p4415_s Dbar_s psi2s_s p4160_s p4040_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.002 0.005 -0.025 -0.025 0.019 -0.005 -0.008 -0.013 -0.069 -0.018 0.019 0.055 -0.048 0.003 0.018 -0.006 -0.016 0.017 -0.020 | +| p4415_p | 0.002 1.000 0.017 -0.002 -0.003 0.082 -0.037 -0.043 -0.058 0.006 -0.086 0.089 0.013 -0.017 -0.023 0.096 -0.036 -0.081 0.067 -0.092 | +| psi2s_p | 0.005 0.017 1.000 -0.032 -0.035 0.080 -0.106 -0.245 -0.099 0.009 -0.095 0.009 -0.025 -0.058 0.016 0.084 -0.106 -0.161 -0.054 -0.090 | +| phi_p | -0.025 -0.002 -0.032 1.000 0.914 -0.023 0.010 0.009 -0.038 -0.045 0.021 -0.024 0.066 0.015 -0.004 -0.021 0.009 0.018 -0.021 0.022 | +| phi_s | -0.025 -0.003 -0.035 0.914 1.000 -0.038 0.023 0.015 -0.023 -0.034 0.036 -0.038 0.116 0.048 -0.006 -0.035 0.022 0.031 -0.033 0.038 | +| p4160_p | 0.019 0.082 0.080 -0.023 -0.038 1.000 -0.385 -0.446 -0.669 0.069 -0.948 0.924 0.142 -0.178 0.147 0.937 -0.382 -0.821 0.771 -0.958 | +| jpsi_s | -0.005 -0.037 -0.106 0.010 0.023 -0.385 1.000 0.164 0.320 -0.020 0.381 -0.377 -0.104 0.036 -0.060 -0.362 0.830 0.338 -0.335 0.402 | +| p3770_s | -0.008 -0.043 -0.245 0.009 0.015 -0.446 0.164 1.000 0.315 -0.028 0.471 -0.480 -0.072 0.063 -0.069 -0.477 0.152 0.404 -0.388 0.447 | +| jpsi_p | -0.013 -0.058 -0.099 -0.038 -0.023 -0.669 0.320 0.315 1.000 -0.066 0.665 -0.671 -0.129 0.167 -0.104 -0.659 0.314 0.555 -0.610 0.693 | +| omega_s | -0.069 0.006 0.009 -0.045 -0.034 0.069 -0.020 -0.028 -0.066 1.000 -0.068 0.068 0.256 -0.282 0.011 0.068 -0.021 -0.059 0.060 -0.073 | +| p4040_s | -0.018 -0.086 -0.095 0.021 0.036 -0.948 0.381 0.471 0.665 -0.068 1.000 -0.927 -0.145 0.175 -0.147 -0.957 0.378 0.789 -0.806 0.965 | +| p3770_p | 0.019 0.089 0.009 -0.024 -0.038 0.924 -0.377 -0.480 -0.671 0.068 -0.927 1.000 0.140 -0.177 0.145 0.954 -0.376 -0.817 0.794 -0.963 | +| rho_p | 0.055 0.013 -0.025 0.066 0.116 0.142 -0.104 -0.072 -0.129 0.256 -0.145 0.140 1.000 0.139 0.023 0.142 -0.096 -0.125 0.121 -0.145 | +| rho_s | -0.048 -0.017 -0.058 0.015 0.048 -0.178 0.036 0.063 0.167 -0.282 0.175 -0.177 0.139 1.000 -0.027 -0.177 0.043 0.156 -0.156 0.192 | +| p4415_s | 0.003 -0.023 0.016 -0.004 -0.006 0.147 -0.060 -0.069 -0.104 0.011 -0.147 0.145 0.023 -0.027 1.000 0.146 -0.060 -0.137 0.122 -0.151 | +| Dbar_s | 0.018 0.096 0.084 -0.021 -0.035 0.937 -0.362 -0.477 -0.659 0.068 -0.957 0.954 0.142 -0.177 0.146 1.000 -0.363 -0.877 0.767 -0.988 | +| psi2s_s | -0.006 -0.036 -0.106 0.009 0.022 -0.382 0.830 0.152 0.314 -0.021 0.378 -0.376 -0.096 0.043 -0.060 -0.363 1.000 0.335 -0.333 0.400 | +| p4160_s | -0.016 -0.081 -0.161 0.018 0.031 -0.821 0.338 0.404 0.555 -0.059 0.789 -0.817 -0.125 0.156 -0.137 -0.877 0.335 1.000 -0.549 0.853 | +| p4040_p | 0.017 0.067 -0.054 -0.021 -0.033 0.771 -0.335 -0.388 -0.610 0.060 -0.806 0.794 0.121 -0.156 0.122 0.767 -0.333 -0.549 1.000 -0.815 | +| Ctt | -0.020 -0.092 -0.090 0.022 0.038 -0.958 0.402 0.447 0.693 -0.073 0.965 -0.963 -0.145 0.192 -0.151 -0.988 0.400 0.853 -0.815 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.07250521810974231}), (, {'error': 0.15998269828588452}), (, {'error': 0.02825114784187921}), (, {'error': 0.4790830588608861}), (, {'error': 1.7872077141137286}), (, {'error': 0.30402575042664237}), (, {'error': 13.58260358350617}), (, {'error': 0.22481248095748452}), (, {'error': 0.022254047813628386}), (, {'error': 0.6906779943292829}), (, {'error': 0.5160542763455991}), (, {'error': 0.36798787500563157}), (, {'error': 0.40123915468888116}), (, {'error': 0.29557656575906044}), (, {'error': 0.027360057260963702}), (, {'error': 0.2035016164314727}), (, {'error': 1.979168739435977}), (, {'error': 0.2804293244295737}), (, {'error': 0.3245070687825793}), (, {'error': 0.6325800191306616})]) +Toy 9/10 +Time taken: 13 h, 31 min +Projected time left: 1 h, 30 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.218E+05 | Ncalls=1096 (1096 total) | +| EDM = 0.000307 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -721797.4145690427 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.25 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.15 | 0.21 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.199 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.11 | 0.80 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.8 | 2.8 | | | 14.8182 | 23.5818 | | +| 5 | p4160_p | -2.10 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 7 | p3770_s | 2.49 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | jpsi_p | -1.537 | 0.017 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 9.4 | 0.7 | | | 4.19232 | 9.40768 | | +| 10| p4040_s | 1.01 | 0.18 | | |0.00501244| 2.01499 | | +| 11| p3770_p | 3.67 | 0.11 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 13| rho_s | 0.8 | 0.4 | | |0.0253049| 2.0747 | | +| 14| p4415_s | 0.98 | 0.19 | | |0.126447 | 2.35355 | | +| 15| Dbar_s | -0.017E-1 | 0.569E-1 | | | -1.464 | 1.464 | | +| 16| psi2s_s | 1371.9 | 1.1 | | | 1358.64 | 1433.36 | | +| 17| p4160_s | 2.24 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| p4040_p | 3.88 | 0.18 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.12 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p p4415_p psi2s_p phi_p phi_s p4160_p jpsi_s p3770_s jpsi_p omega_s p4040_s p3770_p rho_p rho_s p4415_s Dbar_s psi2s_s p4160_s p4040_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.006 -0.046 0.196 0.211 0.003 0.001 -0.020 -0.011 -0.293 -0.023 0.007 -0.184 0.519 -0.013 0.036 -0.001 -0.017 -0.009 0.005 | +| p4415_p | 0.006 1.000 -0.022 -0.007 -0.006 0.282 0.000 -0.031 -0.069 0.002 -0.207 0.097 -0.033 0.021 -0.173 -0.104 -0.004 -0.185 0.129 -0.178 | +| psi2s_p | -0.046 -0.022 1.000 -0.048 -0.052 -0.031 0.003 -0.207 -0.031 0.000 -0.087 -0.242 0.078 -0.073 -0.133 0.062 -0.026 -0.191 -0.229 -0.038 | +| phi_p | 0.196 -0.007 -0.048 1.000 0.967 -0.015 -0.000 0.002 -0.131 0.009 0.003 -0.015 -0.043 0.046 -0.000 -0.002 0.001 -0.000 -0.010 0.001 | +| phi_s | 0.211 -0.006 -0.052 0.967 1.000 -0.013 -0.001 -0.001 -0.125 0.005 0.000 -0.013 -0.093 0.080 -0.000 0.001 0.001 -0.000 -0.009 0.003 | +| p4160_p | 0.003 0.282 -0.031 -0.015 -0.013 1.000 0.001 -0.130 -0.104 0.002 -0.516 0.250 -0.034 0.019 0.011 0.160 -0.006 -0.155 0.149 -0.457 | +| jpsi_s | 0.001 0.000 0.003 -0.000 -0.001 0.001 1.000 0.001 -0.003 0.000 0.000 -0.000 -0.003 0.003 -0.000 -0.004 -0.048 0.000 0.001 -0.001 | +| p3770_s | -0.020 -0.031 -0.207 0.002 -0.001 -0.130 0.001 1.000 0.020 -0.002 0.222 -0.275 0.042 -0.045 0.114 -0.289 -0.028 0.114 -0.092 0.175 | +| jpsi_p | -0.011 -0.069 -0.031 -0.131 -0.125 -0.104 -0.003 0.020 1.000 0.013 0.027 -0.075 -0.015 0.055 -0.051 0.090 0.014 -0.074 -0.155 0.108 | +| omega_s | -0.293 0.002 0.000 0.009 0.005 0.002 0.000 -0.002 0.013 1.000 -0.003 0.003 0.001 0.076 -0.001 0.004 -0.000 -0.002 0.001 -0.000 | +| p4040_s | -0.023 -0.207 -0.087 0.003 0.000 -0.516 0.000 0.222 0.027 -0.003 1.000 -0.246 0.060 -0.050 0.185 -0.473 -0.006 0.095 -0.180 0.541 | +| p3770_p | 0.007 0.097 -0.242 -0.015 -0.013 0.250 -0.000 -0.275 -0.075 0.003 -0.246 1.000 -0.032 0.026 -0.216 0.428 -0.007 -0.171 0.149 -0.538 | +| rho_p | -0.184 -0.033 0.078 -0.043 -0.093 -0.034 -0.003 0.042 -0.015 0.001 0.060 -0.032 1.000 -0.528 0.027 -0.066 0.003 0.031 -0.008 0.015 | +| rho_s | 0.519 0.021 -0.073 0.046 0.080 0.019 0.003 -0.045 0.055 0.076 -0.050 0.026 -0.528 1.000 -0.021 0.073 -0.001 -0.029 -0.004 0.011 | +| p4415_s | -0.013 -0.173 -0.133 -0.000 -0.000 0.011 -0.000 0.114 -0.051 -0.001 0.185 -0.216 0.027 -0.021 1.000 -0.473 0.000 0.342 0.119 0.417 | +| Dbar_s | 0.036 -0.104 0.062 -0.002 0.001 0.160 -0.004 -0.289 0.090 0.004 -0.473 0.428 -0.066 0.073 -0.473 1.000 0.012 -0.533 -0.139 -0.759 | +| psi2s_s | -0.001 -0.004 -0.026 0.001 0.001 -0.006 -0.048 -0.028 0.014 -0.000 -0.006 -0.007 0.003 -0.001 0.000 0.012 1.000 -0.004 -0.009 0.017 | +| p4160_s | -0.017 -0.185 -0.191 -0.000 -0.000 -0.155 0.000 0.114 -0.074 -0.002 0.095 -0.171 0.031 -0.029 0.342 -0.533 -0.004 1.000 0.402 0.374 | +| p4040_p | -0.009 0.129 -0.229 -0.010 -0.009 0.149 0.001 -0.092 -0.155 0.001 -0.180 0.149 -0.008 -0.004 0.119 -0.139 -0.009 0.402 1.000 -0.206 | +| Ctt | 0.005 -0.178 -0.038 0.001 0.003 -0.457 -0.001 0.175 0.108 -0.000 0.541 -0.538 0.015 0.011 0.417 -0.759 0.017 0.374 -0.206 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21184955416799944}), (, {'error': 0.20984284299324973}), (, {'error': 0.0291262296153052}), (, {'error': 0.7958284778832385}), (, {'error': 2.7763801819753695}), (, {'error': 0.095340343275923}), (, {'error': 7.8308596569740985}), (, {'error': 0.21077442572743843}), (, {'error': 0.01666277865648702}), (, {'error': 0.6691055867981479}), (, {'error': 0.1752958637264922}), (, {'error': 0.11429839394989294}), (, {'error': 0.45749108222945}), (, {'error': 0.36285893842257877}), (, {'error': 0.18513122647865654}), (, {'error': 0.05689171294043194}), (, {'error': 1.118522107273634}), (, {'error': 0.1694050452767728}), (, {'error': 0.18318650799178293}), (, {'error': 0.13451352473686062})]) +Toy 10/10 +Time taken: 15 h, 10 min +Projected time left: +Mean Ctt value = -0.1710974305178823 +Mean Ctt error = 0.16633070558336288 +Simulation ended diff --git a/prelim_results/slurm-2213920.out b/prelim_results/slurm-2213920.out new file mode 100644 index 0000000..5d3044b --- /dev/null +++ b/prelim_results/slurm-2213920.out @@ -0,0 +1,9524 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.999777: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.008645: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.008956: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x555ad9562060 executing computations on platform Host. Devices: +2019-07-07 14:45:24.008993: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.556236: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x555ad95ee100 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.556307: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.562791: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:15:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.562870: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.645677: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.645738: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.645763: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.652276: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:15:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710473.8934591 Edm = 3.14924 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710473.8934591 Edm = 3.14924 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712717.2899483 Edm = 3.04233 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712737.6358101 Edm = 4.99609 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -713097.1298854 Edm = 233.824 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -713525.2497406 Edm = 95.868 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -713591.2271288 Edm = 32.4745 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -713599.7431853 Edm = 0.0741589 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -713599.846513 Edm = 0.0756697 NCalls = 25 +VariableMetric: Iteration # 8 - FCN = -713615.1618429 Edm = 12.1067 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -713697.255582 Edm = 1.43889 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -713698.9381862 Edm = 0.191667 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -713708.9545378 Edm = 8.13454 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -713835.1331941 Edm = 4.17584 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -713840.0144231 Edm = 0.225103 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -713840.2605232 Edm = 0.0211282 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -713840.3911641 Edm = 0.0401731 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -713840.4968358 Edm = 0.0542865 NCalls = 54 +VariableMetric: Iteration # 17 - FCN = -713857.7857114 Edm = 67.897 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -713857.9803022 Edm = 0.126999 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -713859.5599863 Edm = 1.9227 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -713860.0940552 Edm = 0.490094 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -713872.6797934 Edm = 8.76472 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -713895.7278888 Edm = 7.59159 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -713903.6315663 Edm = 0.212889 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -713903.8301859 Edm = 0.00737225 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -713903.8463213 Edm = 0.00960701 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -713904.075336 Edm = 0.211448 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -713969.2376841 Edm = 65.6334 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -713973.511665 Edm = 6.50397 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -713980.9264567 Edm = 2.21749 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -713983.1716591 Edm = 0.338393 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -713983.6281748 Edm = 0.126221 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -713990.9574982 Edm = 6.36746 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -714018.6903438 Edm = 4.71613 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -714021.4418885 Edm = 0.444817 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -714022.3675686 Edm = 0.483929 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -714023.5604895 Edm = 0.0908089 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -714023.6672512 Edm = 0.00444325 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -714023.6871059 Edm = 0.0153814 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -714041.3947571 Edm = 9.58066 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -714269.0810311 Edm = 25.2214 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -714299.1066686 Edm = 7.18853 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -714303.6141624 Edm = 0.60722 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -714304.3944473 Edm = 0.162577 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -714304.6932699 Edm = 0.0969044 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -714304.9121565 Edm = 0.0171777 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -714304.965493 Edm = 0.0189424 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -714305.0741609 Edm = 0.0745891 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -714307.6946202 Edm = 4.24196 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -714312.8330773 Edm = 4.7873 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -714564.3896436 Edm = 418.493 NCalls = 176 +VariableMetric: Iteration # 51 - FCN = -714572.4692187 Edm = 40.3095 NCalls = 178 +VariableMetric: Iteration # 52 - FCN = -714628.6431623 Edm = 72.6352 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -714697.399023 Edm = 50.2865 NCalls = 192 +VariableMetric: Iteration # 54 - FCN = -714773.1326596 Edm = 73.0465 NCalls = 193 +VariableMetric: Iteration # 55 - FCN = -714841.0812017 Edm = 49.3101 NCalls = 196 +VariableMetric: Iteration # 56 - FCN = -714855.9755815 Edm = 4.51527 NCalls = 198 +VariableMetric: Iteration # 57 - FCN = -714864.6804977 Edm = 3.24561 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -714872.289208 Edm = 2.72232 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -714876.4602654 Edm = 0.69313 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -714877.4142113 Edm = 0.217443 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -714877.8631314 Edm = 0.152482 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -714878.3181396 Edm = 0.0263801 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -714878.3556425 Edm = 0.00372524 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -714878.6498291 Edm = 0.290825 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -714881.335579 Edm = 2.83666 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -714881.3562803 Edm = 0.0167014 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -714884.7966117 Edm = 4.32395 NCalls = 234 +VariableMetric: Iteration # 68 - FCN = -714884.8116186 Edm = 0.00964363 NCalls = 236 +VariableMetric: Iteration # 69 - FCN = -714885.4242352 Edm = 0.806386 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -714885.5933389 Edm = 0.165378 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -714886.2951491 Edm = 0.644975 NCalls = 252 +VariableMetric: Iteration # 72 - FCN = -714969.3645952 Edm = 10.0926 NCalls = 258 +VariableMetric: Iteration # 73 - FCN = -714980.2913706 Edm = 4.06082 NCalls = 260 +VariableMetric: Iteration # 74 - FCN = -715062.480212 Edm = 85.598 NCalls = 265 +VariableMetric: Iteration # 75 - FCN = -715063.0651797 Edm = 2.5556 NCalls = 267 +VariableMetric: Iteration # 76 - FCN = -715085.4876117 Edm = 7.77156 NCalls = 271 +VariableMetric: Iteration # 77 - FCN = -715103.0938026 Edm = 1.9779 NCalls = 274 +VariableMetric: Iteration # 78 - FCN = -715106.256283 Edm = 0.552572 NCalls = 276 +VariableMetric: Iteration # 79 - FCN = -715107.4224703 Edm = 0.183337 NCalls = 278 +VariableMetric: Iteration # 80 - FCN = -715107.7110155 Edm = 0.0219429 NCalls = 280 +VariableMetric: Iteration # 81 - FCN = -715107.7435684 Edm = 0.00432417 NCalls = 282 +VariableMetric: Iteration # 82 - FCN = -715107.7616676 Edm = 0.0101039 NCalls = 284 +VariableMetric: Iteration # 83 - FCN = -715107.8486782 Edm = 0.0275115 NCalls = 287 +VariableMetric: Iteration # 84 - FCN = -715107.9345189 Edm = 0.0424583 NCalls = 289 +VariableMetric: Iteration # 85 - FCN = -715108.1881036 Edm = 0.218135 NCalls = 292 +VariableMetric: Iteration # 86 - FCN = -715109.2003026 Edm = 0.678337 NCalls = 294 +VariableMetric: Iteration # 87 - FCN = -715127.6868228 Edm = 14.1234 NCalls = 298 +VariableMetric: Iteration # 88 - FCN = -715150.4650325 Edm = 18.1434 NCalls = 303 +VariableMetric: Iteration # 89 - FCN = -715161.522832 Edm = 3.08002 NCalls = 305 +VariableMetric: Iteration # 90 - FCN = -715163.9750965 Edm = 0.588073 NCalls = 307 +VariableMetric: Iteration # 91 - FCN = -715164.331079 Edm = 0.0515694 NCalls = 309 +VariableMetric: Iteration # 92 - FCN = -715164.3711771 Edm = 0.00265249 NCalls = 311 +VariableMetric: Iteration # 93 - FCN = -715164.3752599 Edm = 0.00104197 NCalls = 313 +VariableMetric: Iteration # 94 - FCN = -715164.377985 Edm = 0.000293605 NCalls = 315 +VariableMetric: Iteration # 95 - FCN = -715164.3792318 Edm = 0.000897762 NCalls = 317 +VariableMetric: Iteration # 96 - FCN = -715164.4676955 Edm = 0.0862563 NCalls = 322 +VariableMetric: Iteration # 97 - FCN = -715173.1271137 Edm = 2.94063 NCalls = 328 +VariableMetric: Iteration # 98 - FCN = -715176.3548015 Edm = 0.333758 NCalls = 331 +VariableMetric: Iteration # 99 - FCN = -715176.6602742 Edm = 0.0105882 NCalls = 333 +VariableMetric: Iteration # 100 - FCN = -715176.6682954 Edm = 0.00100454 NCalls = 335 +VariableMetric: Iteration # 101 - FCN = -715176.669346 Edm = 0.00013744 NCalls = 337 +VariableMetric: Iteration # 102 - FCN = -715176.6717303 Edm = 0.00218861 NCalls = 341 +VariableMetric: Iteration # 103 - FCN = -715176.8585316 Edm = 0.173758 NCalls = 346 +VariableMetric: Iteration # 104 - FCN = -715180.4307483 Edm = 0.913613 NCalls = 351 +VariableMetric: Iteration # 105 - FCN = -715181.4969379 Edm = 0.567287 NCalls = 353 +VariableMetric: Iteration # 106 - FCN = -715182.116659 Edm = 0.227244 NCalls = 355 +VariableMetric: Iteration # 107 - FCN = -715182.5601867 Edm = 0.0936965 NCalls = 358 +VariableMetric: Iteration # 108 - FCN = -715182.6474608 Edm = 0.0476878 NCalls = 359 +VariableMetric: Iteration # 109 - FCN = -715182.6959079 Edm = 0.00669328 NCalls = 361 +VariableMetric: Iteration # 110 - FCN = -715182.7020088 Edm = 0.000226836 NCalls = 362 +VariableMetric: Iteration # 111 - FCN = -715182.7025579 Edm = 0.000309158 NCalls = 364 +VariableMetric: Iteration # 112 - FCN = -715182.7128173 Edm = 0.0096348 NCalls = 368 +VariableMetric: Iteration # 113 - FCN = -715183.7914492 Edm = 0.920396 NCalls = 374 +VariableMetric: Iteration # 114 - FCN = -715186.7388819 Edm = 0.726694 NCalls = 376 +VariableMetric: Iteration # 115 - FCN = -715187.2461968 Edm = 0.081849 NCalls = 378 +VariableMetric: Iteration # 116 - FCN = -715187.3159643 Edm = 0.00808378 NCalls = 379 +VariableMetric: Iteration # 117 - FCN = -715187.3218863 Edm = 0.00129596 NCalls = 381 +VariableMetric: Iteration # 118 - FCN = -715187.3235141 Edm = 0.000142911 NCalls = 383 +VariableMetric: Iteration # 119 - FCN = -715187.323733 Edm = 2.8638e-05 NCalls = 385 +VariableMetric: After Hessian - FCN = -715187.323733 Edm = 2060.3 NCalls = 750 +VariableMetric: Iteration # 120 - FCN = -715187.323733 Edm = 2060.3 NCalls = 750 +VariableMetric: Iteration # 121 - FCN = -715195.3310706 Edm = 19438.5 NCalls = 758 +VariableMetric: Iteration # 122 - FCN = -715217.7574926 Edm = 25.1162 NCalls = 761 +VariableMetric: Iteration # 123 - FCN = -715222.3964915 Edm = 15.6612 NCalls = 763 +VariableMetric: Iteration # 124 - FCN = -715227.4121756 Edm = 0.194078 NCalls = 765 +VariableMetric: Iteration # 125 - FCN = -715227.8556839 Edm = 0.0550653 NCalls = 767 +VariableMetric: Iteration # 126 - FCN = -715227.9676805 Edm = 0.042185 NCalls = 769 +VariableMetric: Iteration # 127 - FCN = -715228.2224239 Edm = 0.154048 NCalls = 772 +VariableMetric: Iteration # 128 - FCN = -715231.0822982 Edm = 7.12302 NCalls = 783 +VariableMetric: Iteration # 129 - FCN = -715232.2292031 Edm = 35900.6 NCalls = 791 +VariableMetric: Iteration # 130 - FCN = -715237.4311334 Edm = 66760.4 NCalls = 797 +VariableMetric: Iteration # 131 - FCN = -715238.26476 Edm = 2992.77 NCalls = 804 +VariableMetric: Iteration # 132 - FCN = -715239.34931 Edm = 1425.48 NCalls = 809 +VariableMetric: Iteration # 133 - FCN = -715240.6799686 Edm = 1262.04 NCalls = 813 +VariableMetric: Iteration # 134 - FCN = -715242.674738 Edm = 2343.74 NCalls = 816 +VariableMetric: Iteration # 135 - FCN = -715244.8091277 Edm = 935.94 NCalls = 819 +VariableMetric: Iteration # 136 - FCN = -715245.5975838 Edm = 487.584 NCalls = 822 +VariableMetric: Iteration # 137 - FCN = -715248.8534939 Edm = 631.002 NCalls = 825 +VariableMetric: Iteration # 138 - FCN = -715251.9324994 Edm = 110.374 NCalls = 828 +VariableMetric: Iteration # 139 - FCN = -715256.0744411 Edm = 142.775 NCalls = 831 +VariableMetric: Iteration # 140 - FCN = -715259.8279088 Edm = 48.2992 NCalls = 834 +VariableMetric: Iteration # 141 - FCN = -715259.9026223 Edm = 349.61 NCalls = 836 +VariableMetric: Iteration # 142 - FCN = -715260.5833724 Edm = 60.9228 NCalls = 838 +VariableMetric: Iteration # 143 - FCN = -715260.9176877 Edm = 83.4951 NCalls = 840 +VariableMetric: Iteration # 144 - FCN = -715266.8330631 Edm = 75.9384 NCalls = 842 +VariableMetric: Iteration # 145 - FCN = -715268.8079271 Edm = 8.32929 NCalls = 844 +VariableMetric: Iteration # 146 - FCN = -715269.48872 Edm = 3.72802 NCalls = 846 +VariableMetric: Iteration # 147 - FCN = -715271.8587257 Edm = 10.8929 NCalls = 848 +VariableMetric: Iteration # 148 - FCN = -715272.9329907 Edm = 3.51261 NCalls = 850 +VariableMetric: Iteration # 149 - FCN = -715275.584855 Edm = 3.72913 NCalls = 852 +VariableMetric: Iteration # 150 - FCN = -715278.0863424 Edm = 3.11356 NCalls = 854 +VariableMetric: Iteration # 151 - FCN = -715280.5304126 Edm = 1.3716 NCalls = 857 +VariableMetric: Iteration # 152 - FCN = -715281.902502 Edm = 0.415873 NCalls = 859 +VariableMetric: Iteration # 153 - FCN = -715282.1110307 Edm = 0.13455 NCalls = 861 +VariableMetric: Iteration # 154 - FCN = -715282.2244001 Edm = 0.101866 NCalls = 863 +VariableMetric: Iteration # 155 - FCN = -715282.3129556 Edm = 0.0638071 NCalls = 865 +VariableMetric: Iteration # 156 - FCN = -715282.3682859 Edm = 0.0247946 NCalls = 867 +VariableMetric: Iteration # 157 - FCN = -715282.3937549 Edm = 0.00401987 NCalls = 868 +VariableMetric: Iteration # 158 - FCN = -715282.3999204 Edm = 0.00214945 NCalls = 870 +VariableMetric: Iteration # 159 - FCN = -715282.4080006 Edm = 0.00470367 NCalls = 872 +VariableMetric: Iteration # 160 - FCN = -715282.4276864 Edm = 0.0118172 NCalls = 875 +VariableMetric: Iteration # 161 - FCN = -715282.4576918 Edm = 0.0256324 NCalls = 879 +VariableMetric: Iteration # 162 - FCN = -715282.4801385 Edm = 0.0331268 NCalls = 881 +VariableMetric: Iteration # 163 - FCN = -715282.5090426 Edm = 0.00413507 NCalls = 884 +VariableMetric: Iteration # 164 - FCN = -715282.5158263 Edm = 0.0027776 NCalls = 886 +VariableMetric: Iteration # 165 - FCN = -715282.517533 Edm = 0.00102637 NCalls = 888 +VariableMetric: Iteration # 166 - FCN = -715282.5195452 Edm = 0.000216708 NCalls = 890 +VariableMetric: Iteration # 167 - FCN = -715282.5198734 Edm = 1.4204e-05 NCalls = 892 +VariableMetric: After Hessian - FCN = -715282.5198734 Edm = 2.9425e-05 NCalls = 1271 +VariableMetric: Iteration # 168 - FCN = -715282.5198734 Edm = 2.9425e-05 NCalls = 1271 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712994.6976922 Edm = 3.62021 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712994.6976922 Edm = 3.62021 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714327.7604765 Edm = 0.163137 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714328.5022976 Edm = 0.19819 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714415.5968141 Edm = 1.1261 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -714416.864244 Edm = 0.106837 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -714426.5247928 Edm = 9.87365 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -714511.7610893 Edm = 7.05437 NCalls = 33 +VariableMetric: Iteration # 7 - FCN = -714519.6440006 Edm = 0.0636124 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -714520.0321992 Edm = 0.356934 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -714586.0126188 Edm = 7.27688 NCalls = 45 +VariableMetric: Iteration # 10 - FCN = -714622.8675115 Edm = 8.54508 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -714633.1442463 Edm = 12.0412 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -714654.487824 Edm = 5.10077 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -714662.3398597 Edm = 0.195918 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -714662.5687208 Edm = 0.0189198 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -714662.6612452 Edm = 0.0728604 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -714673.8651478 Edm = 10.1732 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -714730.2529459 Edm = 8.64137 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -714740.8986868 Edm = 0.180741 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -714741.2109302 Edm = 0.00886229 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -714741.2269703 Edm = 0.00654302 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -714741.4122219 Edm = 0.150875 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -714751.78638 Edm = 6.43175 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -714765.4986428 Edm = 0.85127 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -714766.4406173 Edm = 0.0513953 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -714766.4925134 Edm = 0.00288799 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -714766.5021458 Edm = 0.00611541 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -714767.8062623 Edm = 1.12426 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -714777.627957 Edm = 1.66255 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -714780.2494318 Edm = 0.144952 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -714780.411781 Edm = 0.00531779 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -714780.4241542 Edm = 0.00821648 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -714780.52485 Edm = 0.0721105 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -714783.4418318 Edm = 2.12482 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -714813.221261 Edm = 14.7539 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -714833.2330721 Edm = 6.04467 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -714840.7651024 Edm = 4.63112 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -714842.6188933 Edm = 0.485928 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -714843.7566871 Edm = 0.127851 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -714844.0182462 Edm = 0.0686899 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -714844.1397661 Edm = 0.053195 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -714844.2652143 Edm = 0.0408809 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -714844.3148344 Edm = 0.0133286 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -714844.3361177 Edm = 0.0068687 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -714844.3607437 Edm = 0.0154591 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -714844.5155331 Edm = 0.14065 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -714846.5177967 Edm = 2.59448 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -714848.89421 Edm = 4.47071 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -714865.1649518 Edm = 13.1406 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -714879.6138587 Edm = 4.89746 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -714882.8879821 Edm = 2.76982 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -714884.325914 Edm = 0.636294 NCalls = 164 +VariableMetric: Iteration # 52 - FCN = -714884.8442787 Edm = 0.0245382 NCalls = 166 +VariableMetric: Iteration # 53 - FCN = -714884.8645123 Edm = 0.00215777 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -714884.8686796 Edm = 0.00465013 NCalls = 170 +VariableMetric: Iteration # 55 - FCN = -714884.9448759 Edm = 0.0713877 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -714885.4277629 Edm = 0.190412 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -714886.2730983 Edm = 0.873024 NCalls = 180 +VariableMetric: Iteration # 58 - FCN = -714895.8250063 Edm = 8.84234 NCalls = 185 +VariableMetric: Iteration # 59 - FCN = -714943.5078514 Edm = 8.83352 NCalls = 188 +VariableMetric: Iteration # 60 - FCN = -714952.0510172 Edm = 1.80286 NCalls = 189 +VariableMetric: Iteration # 61 - FCN = -714953.3278821 Edm = 0.173597 NCalls = 191 +VariableMetric: Iteration # 62 - FCN = -714953.5091858 Edm = 0.0269239 NCalls = 193 +VariableMetric: Iteration # 63 - FCN = -714953.5333784 Edm = 0.00495306 NCalls = 195 +VariableMetric: Iteration # 64 - FCN = -714953.5390759 Edm = 0.00235071 NCalls = 197 +VariableMetric: Iteration # 65 - FCN = -714953.5594277 Edm = 0.0239694 NCalls = 200 +VariableMetric: Iteration # 66 - FCN = -714953.7664199 Edm = 0.278633 NCalls = 206 +VariableMetric: Iteration # 67 - FCN = -714954.5722418 Edm = 0.769704 NCalls = 213 +VariableMetric: Iteration # 68 - FCN = -714982.7695295 Edm = 19.6603 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -715049.4913391 Edm = 3.73971 NCalls = 221 +VariableMetric: Iteration # 70 - FCN = -715053.7892822 Edm = 1.46851 NCalls = 223 +VariableMetric: Iteration # 71 - FCN = -715055.0507505 Edm = 0.433247 NCalls = 225 +VariableMetric: Iteration # 72 - FCN = -715056.1140133 Edm = 0.414167 NCalls = 229 +VariableMetric: Iteration # 73 - FCN = -715058.494682 Edm = 3.60285 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -715059.1574797 Edm = 3.84282 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -715061.7680726 Edm = 4.23679 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -715062.2683857 Edm = 0.893663 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -715071.1152028 Edm = 9.97252 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -715087.0655274 Edm = 47.8821 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -715087.9879956 Edm = 0.834392 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -715090.226269 Edm = 2.61185 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -715097.1150985 Edm = 7.61021 NCalls = 264 +VariableMetric: Iteration # 82 - FCN = -715120.7709946 Edm = 29.7688 NCalls = 270 +VariableMetric: Iteration # 83 - FCN = -715121.2937005 Edm = 0.721832 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -715123.6024189 Edm = 2.22006 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -715141.255876 Edm = 17.1046 NCalls = 279 +VariableMetric: Iteration # 86 - FCN = -715165.2615603 Edm = 6.12577 NCalls = 282 +VariableMetric: Iteration # 87 - FCN = -715171.4681473 Edm = 1.45942 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -715173.0200841 Edm = 0.452277 NCalls = 285 +VariableMetric: Iteration # 89 - FCN = -715173.6179276 Edm = 0.1085 NCalls = 287 +VariableMetric: Iteration # 90 - FCN = -715173.7866329 Edm = 0.0513763 NCalls = 289 +VariableMetric: Iteration # 91 - FCN = -715174.0141356 Edm = 0.156432 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -715174.3639416 Edm = 0.179197 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -715174.5638012 Edm = 0.0466084 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -715174.6069391 Edm = 0.0297345 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -715174.6387782 Edm = 0.0110414 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -715174.6619585 Edm = 0.00809772 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -715174.7055484 Edm = 0.0228899 NCalls = 308 +VariableMetric: Iteration # 98 - FCN = -715174.7978755 Edm = 0.0180927 NCalls = 310 +VariableMetric: Iteration # 99 - FCN = -715174.834032 Edm = 0.00378195 NCalls = 312 +VariableMetric: Iteration # 100 - FCN = -715174.8486485 Edm = 0.00997436 NCalls = 314 +VariableMetric: Iteration # 101 - FCN = -715175.2150413 Edm = 0.236642 NCalls = 318 +VariableMetric: Iteration # 102 - FCN = -715177.2438539 Edm = 1.71244 NCalls = 321 +VariableMetric: Iteration # 103 - FCN = -715196.2867383 Edm = 13.8128 NCalls = 324 +VariableMetric: Iteration # 104 - FCN = -715206.1071831 Edm = 2.90286 NCalls = 326 +VariableMetric: Iteration # 105 - FCN = -715209.1035005 Edm = 0.666418 NCalls = 329 +VariableMetric: Iteration # 106 - FCN = -715209.2865537 Edm = 0.06297 NCalls = 331 +VariableMetric: Iteration # 107 - FCN = -715209.3472264 Edm = 0.00610227 NCalls = 333 +VariableMetric: Iteration # 108 - FCN = -715209.3870751 Edm = 0.0559185 NCalls = 336 +VariableMetric: Iteration # 109 - FCN = -715209.6931911 Edm = 0.330023 NCalls = 344 +VariableMetric: Iteration # 110 - FCN = -715209.698271 Edm = 0.0212372 NCalls = 346 +VariableMetric: Iteration # 111 - FCN = -715210.148784 Edm = 0.289643 NCalls = 352 +VariableMetric: Iteration # 112 - FCN = -715210.6040346 Edm = 0.0736203 NCalls = 354 +VariableMetric: Iteration # 113 - FCN = -715210.6612144 Edm = 0.0263722 NCalls = 356 +VariableMetric: Iteration # 114 - FCN = -715210.6834566 Edm = 0.00432727 NCalls = 358 +VariableMetric: Iteration # 115 - FCN = -715210.6913701 Edm = 0.00103324 NCalls = 360 +VariableMetric: Iteration # 116 - FCN = -715210.6936339 Edm = 0.00105018 NCalls = 362 +VariableMetric: Iteration # 117 - FCN = -715210.7317636 Edm = 0.0384834 NCalls = 366 +VariableMetric: Iteration # 118 - FCN = -715212.4415809 Edm = 0.28642 NCalls = 373 +VariableMetric: Iteration # 119 - FCN = -715222.6998676 Edm = 3.20343 NCalls = 375 +VariableMetric: Iteration # 120 - FCN = -715234.1364497 Edm = 0.625272 NCalls = 377 +VariableMetric: Iteration # 121 - FCN = -715234.8301121 Edm = 0.048448 NCalls = 378 +VariableMetric: Iteration # 122 - FCN = -715234.8855748 Edm = 0.00289294 NCalls = 380 +VariableMetric: Iteration # 123 - FCN = -715234.8896927 Edm = 0.000608143 NCalls = 382 +VariableMetric: Iteration # 124 - FCN = -715234.8906664 Edm = 0.000232832 NCalls = 384 +VariableMetric: Iteration # 125 - FCN = -715234.8914668 Edm = 0.000601417 NCalls = 386 +VariableMetric: Iteration # 126 - FCN = -715234.9101255 Edm = 0.0181821 NCalls = 391 +VariableMetric: Iteration # 127 - FCN = -715235.3347571 Edm = 0.374876 NCalls = 395 +VariableMetric: Iteration # 128 - FCN = -715239.5999902 Edm = 1.37602 NCalls = 398 +VariableMetric: Iteration # 129 - FCN = -715242.2082858 Edm = 0.205711 NCalls = 400 +VariableMetric: Iteration # 130 - FCN = -715242.4216111 Edm = 0.0227832 NCalls = 401 +VariableMetric: Iteration # 131 - FCN = -715242.4412562 Edm = 0.00150958 NCalls = 403 +VariableMetric: Iteration # 132 - FCN = -715242.4429354 Edm = 4.16861e-05 NCalls = 405 +VariableMetric: After Hessian - FCN = -715242.4429354 Edm = 3.13418 NCalls = 776 +VariableMetric: Iteration # 133 - FCN = -715242.4429354 Edm = 3.13418 NCalls = 776 +VariableMetric: Iteration # 134 - FCN = -715244.6283656 Edm = 2.03862 NCalls = 782 +VariableMetric: Iteration # 135 - FCN = -715245.5826531 Edm = 0.592385 NCalls = 784 +VariableMetric: Iteration # 136 - FCN = -715245.8001395 Edm = 0.100088 NCalls = 786 +VariableMetric: Iteration # 137 - FCN = -715245.9778409 Edm = 0.014904 NCalls = 788 +VariableMetric: Iteration # 138 - FCN = -715245.9929751 Edm = 0.000920267 NCalls = 789 +VariableMetric: Iteration # 139 - FCN = -715245.9949376 Edm = 0.000221788 NCalls = 791 +VariableMetric: Iteration # 140 - FCN = -715245.9953254 Edm = 3.79564e-05 NCalls = 793 +VariableMetric: After Hessian - FCN = -715245.9953254 Edm = 2.99897 NCalls = 1170 +VariableMetric: Iteration # 141 - FCN = -715245.9953254 Edm = 2.99897 NCalls = 1170 +VariableMetric: Iteration # 142 - FCN = -715245.995946 Edm = 0.00782503 NCalls = 1174 +VariableMetric: Iteration # 143 - FCN = -715245.9983317 Edm = 0.00227984 NCalls = 1180 +VariableMetric: Iteration # 144 - FCN = -715245.9984434 Edm = 0.000195134 NCalls = 1183 +VariableMetric: Iteration # 145 - FCN = -715245.9990042 Edm = 0.000287227 NCalls = 1186 +VariableMetric: Iteration # 146 - FCN = -715246.002221 Edm = 0.00269788 NCalls = 1192 +VariableMetric: Iteration # 147 - FCN = -715246.0042576 Edm = 0.00440416 NCalls = 1196 +VariableMetric: Iteration # 148 - FCN = -715246.0097235 Edm = 0.0013827 NCalls = 1200 +VariableMetric: Iteration # 149 - FCN = -715246.0130309 Edm = 0.00156803 NCalls = 1205 +VariableMetric: Iteration # 150 - FCN = -715246.0165692 Edm = 0.00239209 NCalls = 1208 +VariableMetric: Iteration # 151 - FCN = -715246.0177789 Edm = 0.00124672 NCalls = 1210 +VariableMetric: Iteration # 152 - FCN = -715246.0203819 Edm = 0.000709075 NCalls = 1213 +VariableMetric: Iteration # 153 - FCN = -715246.0229517 Edm = 0.000913134 NCalls = 1216 +VariableMetric: Iteration # 154 - FCN = -715246.0238641 Edm = 0.00107487 NCalls = 1219 +VariableMetric: Iteration # 155 - FCN = -715246.0270416 Edm = 0.000409155 NCalls = 1222 +VariableMetric: Iteration # 156 - FCN = -715246.0277144 Edm = 0.000120088 NCalls = 1224 +VariableMetric: Iteration # 157 - FCN = -715246.0286493 Edm = 0.000300756 NCalls = 1228 +VariableMetric: Iteration # 158 - FCN = -715246.0291113 Edm = 0.00010547 NCalls = 1230 +VariableMetric: Iteration # 159 - FCN = -715246.0293585 Edm = 0.000121285 NCalls = 1232 +VariableMetric: Iteration # 160 - FCN = -715246.0298817 Edm = 0.000121169 NCalls = 1234 +VariableMetric: Iteration # 161 - FCN = -715246.0300816 Edm = 1.27203e-05 NCalls = 1236 +VariableMetric: After Hessian - FCN = -715246.0300816 Edm = 0.000567323 NCalls = 1609 +VariableMetric: Iteration # 162 - FCN = -715246.0300816 Edm = 0.000567323 NCalls = 1609 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709042.8706389 Edm = 5.23953 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709042.8706389 Edm = 5.23953 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712151.9562744 Edm = 3.32942 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -712954.4682655 Edm = 12.2935 NCalls = 19 +VariableMetric: Iteration # 3 - FCN = -712993.4183093 Edm = 237.252 NCalls = 21 +VariableMetric: Iteration # 4 - FCN = -713077.4681733 Edm = 0.430508 NCalls = 25 +VariableMetric: Iteration # 5 - FCN = -713078.1271042 Edm = 0.144644 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -713082.92462 Edm = 3.56098 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -713143.186196 Edm = 2.86342 NCalls = 36 +VariableMetric: Iteration # 8 - FCN = -713145.7511792 Edm = 0.0489838 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -713145.8268189 Edm = 0.0493391 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -713184.074494 Edm = 9.47338 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -713301.2468986 Edm = 37.7005 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -713402.7929833 Edm = 1.00589 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -713404.1473525 Edm = 0.0681709 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -713404.2562422 Edm = 0.0139919 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -713404.8135415 Edm = 0.445818 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -713453.8491465 Edm = 22.9806 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -713495.2999954 Edm = 17.2763 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -713505.9739834 Edm = 1.80037 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -713508.6460346 Edm = 0.438785 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -713509.0258949 Edm = 0.113803 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -713532.9621927 Edm = 34.6337 NCalls = 83 +VariableMetric: Iteration # 22 - FCN = -713532.9835235 Edm = 1.43543 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -713533.0868993 Edm = 0.0473995 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -713533.3789501 Edm = 0.320575 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -713537.9153801 Edm = 2.73929 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -713550.8879041 Edm = 6.26114 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -713563.0872815 Edm = 3.93498 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -713569.3215942 Edm = 1.47885 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -713570.8179819 Edm = 0.0933334 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -713570.9104954 Edm = 0.00944212 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -713571.0527347 Edm = 0.154159 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -713578.0051482 Edm = 5.23864 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -713631.4539702 Edm = 33.5695 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -713673.0321537 Edm = 15.5646 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -713686.4808608 Edm = 2.66506 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -713692.1345393 Edm = 2.1603 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -713697.1085972 Edm = 9.17158 NCalls = 136 +VariableMetric: Iteration # 38 - FCN = -713704.2309307 Edm = 3.75078 NCalls = 138 +VariableMetric: Iteration # 39 - FCN = -713707.223822 Edm = 0.57363 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -713708.373693 Edm = 0.20315 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -713708.6534828 Edm = 0.0212485 NCalls = 144 +VariableMetric: Iteration # 42 - FCN = -713708.6848174 Edm = 0.0108479 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -713709.2849974 Edm = 0.571098 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -713761.2851992 Edm = 55.7203 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -713770.182825 Edm = 24.0917 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -713790.2749913 Edm = 21.0631 NCalls = 167 +VariableMetric: Iteration # 47 - FCN = -713805.0688985 Edm = 11.9562 NCalls = 171 +VariableMetric: Iteration # 48 - FCN = -713853.5600541 Edm = 34.4849 NCalls = 173 +VariableMetric: Iteration # 49 - FCN = -714120.5059659 Edm = 111.429 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -714147.9559024 Edm = 270.167 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -714223.0182012 Edm = 153.812 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -714328.3997599 Edm = 33.1484 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -714428.6200323 Edm = 11.4777 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -714436.5487194 Edm = 3.88233 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -714439.4794482 Edm = 0.557866 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -714440.1734453 Edm = 0.177031 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -714440.5226969 Edm = 0.0554097 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -714440.6896936 Edm = 0.0905697 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -714446.6119363 Edm = 4.94629 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -714509.3364746 Edm = 74.8129 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -714628.4458289 Edm = 81.3156 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -714700.9382852 Edm = 41.891 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -714752.2997869 Edm = 8.73772 NCalls = 215 +VariableMetric: Iteration # 64 - FCN = -714764.3037601 Edm = 3.07231 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -714770.0233015 Edm = 1.07405 NCalls = 219 +VariableMetric: Iteration # 66 - FCN = -714772.8605028 Edm = 0.489884 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -714773.5002428 Edm = 0.0883027 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -714773.618838 Edm = 0.0246213 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -714773.7218595 Edm = 0.0542655 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -714775.0935433 Edm = 1.20256 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -714990.2237683 Edm = 80.7538 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -715141.8209919 Edm = 13.2982 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -715156.3766226 Edm = 26.5026 NCalls = 242 +VariableMetric: Iteration # 74 - FCN = -715176.5292492 Edm = 29.673 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -715190.590032 Edm = 31.3813 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -715214.7694595 Edm = 28.4503 NCalls = 256 +VariableMetric: Iteration # 77 - FCN = -715228.9834644 Edm = 3.5499 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -715233.3459412 Edm = 0.621364 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -715233.9445375 Edm = 0.148919 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -715235.7430066 Edm = 1.58865 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -715236.3735623 Edm = 1.0445 NCalls = 271 +VariableMetric: Iteration # 82 - FCN = -715238.2203338 Edm = 2.21643 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -715238.920422 Edm = 0.902873 NCalls = 279 +VariableMetric: Iteration # 84 - FCN = -715242.040059 Edm = 0.555982 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -715243.2920372 Edm = 0.587515 NCalls = 285 +VariableMetric: Iteration # 86 - FCN = -715244.0115171 Edm = 0.114815 NCalls = 287 +VariableMetric: Iteration # 87 - FCN = -715244.1102364 Edm = 0.00770219 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -715244.1198957 Edm = 0.0035931 NCalls = 291 +VariableMetric: Iteration # 89 - FCN = -715244.1354069 Edm = 0.0094877 NCalls = 294 +VariableMetric: Iteration # 90 - FCN = -715244.3403362 Edm = 0.204341 NCalls = 298 +VariableMetric: Iteration # 91 - FCN = -715249.214014 Edm = 3.20941 NCalls = 305 +VariableMetric: Iteration # 92 - FCN = -715260.8993613 Edm = 1.44755 NCalls = 308 +VariableMetric: Iteration # 93 - FCN = -715262.4355509 Edm = 0.558965 NCalls = 310 +VariableMetric: Iteration # 94 - FCN = -715263.3494381 Edm = 0.277178 NCalls = 313 +VariableMetric: Iteration # 95 - FCN = -715263.647646 Edm = 0.0188538 NCalls = 315 +VariableMetric: Iteration # 96 - FCN = -715263.6576502 Edm = 0.00159293 NCalls = 317 +VariableMetric: Iteration # 97 - FCN = -715263.6592341 Edm = 0.000531959 NCalls = 319 +VariableMetric: Iteration # 98 - FCN = -715263.6682672 Edm = 0.0097922 NCalls = 323 +VariableMetric: Iteration # 99 - FCN = -715263.8923545 Edm = 0.228375 NCalls = 330 +VariableMetric: Iteration # 100 - FCN = -715263.9412733 Edm = 0.0472939 NCalls = 335 +VariableMetric: Iteration # 101 - FCN = -715269.027425 Edm = 0.619694 NCalls = 341 +VariableMetric: Iteration # 102 - FCN = -715269.4708293 Edm = 0.043031 NCalls = 343 +VariableMetric: Iteration # 103 - FCN = -715269.5122801 Edm = 0.00296787 NCalls = 344 +VariableMetric: Iteration # 104 - FCN = -715269.5161816 Edm = 0.000127799 NCalls = 346 +VariableMetric: Iteration # 105 - FCN = -715269.5163659 Edm = 6.67184e-05 NCalls = 348 +VariableMetric: After Hessian - FCN = -715269.5163659 Edm = 6.03441 NCalls = 713 +VariableMetric: Iteration # 106 - FCN = -715269.5163659 Edm = 6.03441 NCalls = 713 +VariableMetric: Iteration # 107 - FCN = -715272.0162636 Edm = 1.5349 NCalls = 722 +VariableMetric: Iteration # 108 - FCN = -715272.1366086 Edm = 3.02312 NCalls = 725 +VariableMetric: Iteration # 109 - FCN = -715273.5220166 Edm = 1.49445 NCalls = 727 +VariableMetric: Iteration # 110 - FCN = -715274.4954554 Edm = 0.885523 NCalls = 730 +VariableMetric: Iteration # 111 - FCN = -715275.7330885 Edm = 1.99676 NCalls = 733 +VariableMetric: Iteration # 112 - FCN = -715276.9551136 Edm = 1.69117 NCalls = 737 +VariableMetric: Iteration # 113 - FCN = -715277.7684464 Edm = 1.52311 NCalls = 739 +VariableMetric: Iteration # 114 - FCN = -715279.3563702 Edm = 2.20082 NCalls = 743 +VariableMetric: Iteration # 115 - FCN = -715281.1754283 Edm = 0.796981 NCalls = 747 +VariableMetric: Iteration # 116 - FCN = -715281.7806957 Edm = 0.406906 NCalls = 749 +VariableMetric: Iteration # 117 - FCN = -715281.9506196 Edm = 0.168176 NCalls = 751 +VariableMetric: Iteration # 118 - FCN = -715282.0847364 Edm = 0.0707542 NCalls = 753 +VariableMetric: Iteration # 119 - FCN = -715282.149199 Edm = 0.0150832 NCalls = 755 +VariableMetric: Iteration # 120 - FCN = -715282.1685348 Edm = 0.00247633 NCalls = 757 +VariableMetric: Iteration # 121 - FCN = -715282.1730477 Edm = 0.000959509 NCalls = 759 +VariableMetric: Iteration # 122 - FCN = -715282.1762176 Edm = 0.000469862 NCalls = 761 +VariableMetric: Iteration # 123 - FCN = -715282.1774591 Edm = 0.000661972 NCalls = 763 +VariableMetric: Iteration # 124 - FCN = -715282.1817655 Edm = 0.00089075 NCalls = 767 +VariableMetric: Iteration # 125 - FCN = -715282.1830204 Edm = 0.000105699 NCalls = 769 +VariableMetric: Iteration # 126 - FCN = -715282.1835038 Edm = 0.000277415 NCalls = 771 +VariableMetric: Iteration # 127 - FCN = -715282.1853241 Edm = 0.00167573 NCalls = 775 +VariableMetric: Iteration # 128 - FCN = -715282.1862646 Edm = 0.000626677 NCalls = 778 +VariableMetric: Iteration # 129 - FCN = -715282.1870761 Edm = 0.000611935 NCalls = 781 +VariableMetric: Iteration # 130 - FCN = -715282.1875931 Edm = 0.000274367 NCalls = 783 +VariableMetric: Iteration # 131 - FCN = -715282.1882643 Edm = 0.00014836 NCalls = 786 +VariableMetric: Iteration # 132 - FCN = -715282.1885821 Edm = 0.000131341 NCalls = 789 +VariableMetric: Iteration # 133 - FCN = -715282.1887248 Edm = 0.000142025 NCalls = 790 +VariableMetric: Iteration # 134 - FCN = -715282.1889373 Edm = 6.32466e-05 NCalls = 792 +VariableMetric: Iteration # 135 - FCN = -715282.1890089 Edm = 4.26886e-05 NCalls = 793 +VariableMetric: After Hessian - FCN = -715282.1890089 Edm = 4.5985e-05 NCalls = 1180 +VariableMetric: Iteration # 136 - FCN = -715282.1890089 Edm = 4.5985e-05 NCalls = 1180 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709920.700779 Edm = 6.35469 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709920.700779 Edm = 6.35469 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713452.0915874 Edm = 1.84033 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -713649.2977165 Edm = 0.222879 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -713661.7335477 Edm = 7.04262 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -713676.2304375 Edm = 0.0583652 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -713677.2482159 Edm = 0.971753 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -713779.6112423 Edm = 1.24893 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -714058.9078257 Edm = 8.10145 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -714068.3306402 Edm = 0.439718 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -714069.0652018 Edm = 0.0593778 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -714069.4576786 Edm = 0.264679 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -714153.5478848 Edm = 27.513 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -714194.4411838 Edm = 9.97495 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -714199.8624644 Edm = 0.303453 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -714200.2000942 Edm = 0.00787826 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -714200.2807477 Edm = 0.0792229 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -714213.6411563 Edm = 0.217487 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -714266.0794901 Edm = 0.547324 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -714266.7568845 Edm = 0.0269937 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -714266.8020286 Edm = 0.00760388 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -714266.8424675 Edm = 0.0238102 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -714268.1752794 Edm = 0.78397 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -714304.5235412 Edm = 26.3069 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -714354.1402333 Edm = 9.87975 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -714363.4650931 Edm = 1.14571 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -714366.2565683 Edm = 0.523668 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -714366.7874624 Edm = 0.0197187 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -714366.8088438 Edm = 0.00791587 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -714366.8627896 Edm = 0.0660611 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -714368.0509085 Edm = 1.09001 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -714402.5552067 Edm = 29.4741 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -714453.3305771 Edm = 14.3228 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -714465.4760255 Edm = 1.77664 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -714468.2142897 Edm = 1.2233 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -714470.1565102 Edm = 0.409176 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -714470.547067 Edm = 0.0410654 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -714470.5773313 Edm = 0.00629454 NCalls = 116 +VariableMetric: Iteration # 37 - FCN = -714470.5897633 Edm = 0.0054499 NCalls = 118 +VariableMetric: Iteration # 38 - FCN = -714471.2119435 Edm = 0.458397 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -714488.215019 Edm = 9.54763 NCalls = 128 +VariableMetric: Iteration # 40 - FCN = -714506.301347 Edm = 43.303 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -714532.7885892 Edm = 6.18064 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -714556.4130566 Edm = 3.53192 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -714561.0867301 Edm = 0.675428 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -714561.99314 Edm = 0.272944 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -714562.2832301 Edm = 0.134905 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -714562.3893399 Edm = 0.0164234 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -714562.4078378 Edm = 0.00458553 NCalls = 149 +VariableMetric: Iteration # 48 - FCN = -714562.4161494 Edm = 0.00397058 NCalls = 151 +VariableMetric: Iteration # 49 - FCN = -714562.5018338 Edm = 0.0845501 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -714564.9776641 Edm = 2.18775 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -714612.5692273 Edm = 76.2724 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -714642.7485868 Edm = 43.9761 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -714773.0168791 Edm = 85.8983 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -714881.3946741 Edm = 29.901 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -714953.4407599 Edm = 32.9212 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -714962.8130198 Edm = 13.2515 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -714975.9802478 Edm = 3.69964 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -714977.8611076 Edm = 2.03287 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -714983.7132406 Edm = 10.4504 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -714999.6694479 Edm = 17.4695 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -715003.9441116 Edm = 9.778 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -715011.42365 Edm = 1.20528 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -715013.8172487 Edm = 0.229517 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -715014.0900618 Edm = 0.0313442 NCalls = 211 +VariableMetric: Iteration # 65 - FCN = -715014.1372335 Edm = 0.0107916 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -715014.2528544 Edm = 0.0959089 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -715019.3140504 Edm = 3.75948 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -715076.4865884 Edm = 12.9515 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -715100.1205385 Edm = 6.5535 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -715109.3664556 Edm = 1.87306 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -715111.3250431 Edm = 0.290419 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -715111.6026119 Edm = 0.0476783 NCalls = 233 +VariableMetric: Iteration # 73 - FCN = -715111.6943776 Edm = 0.0165401 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -715111.7197462 Edm = 0.00208184 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -715111.7230396 Edm = 0.00130928 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -715111.7398302 Edm = 0.0151682 NCalls = 243 +VariableMetric: Iteration # 77 - FCN = -715112.3224365 Edm = 0.474674 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -715116.0342082 Edm = 2.6543 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -715132.5955923 Edm = 2.98595 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -715133.0594644 Edm = 2.62402 NCalls = 261 +VariableMetric: Iteration # 81 - FCN = -715135.8518103 Edm = 0.605063 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -715136.4561088 Edm = 0.0674819 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -715136.5483293 Edm = 0.0103862 NCalls = 267 +VariableMetric: Iteration # 84 - FCN = -715136.5921814 Edm = 0.00876063 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -715136.6175606 Edm = 0.00317447 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -715136.6256885 Edm = 0.00437958 NCalls = 273 +VariableMetric: Iteration # 87 - FCN = -715136.6510333 Edm = 0.0207308 NCalls = 277 +VariableMetric: Iteration # 88 - FCN = -715136.7252346 Edm = 0.00623663 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -715136.7372331 Edm = 0.00535353 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -715136.7414937 Edm = 0.00319046 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -715136.7549145 Edm = 0.00576543 NCalls = 287 +VariableMetric: Iteration # 92 - FCN = -715136.8066197 Edm = 0.0397966 NCalls = 290 +VariableMetric: Iteration # 93 - FCN = -715136.90051 Edm = 0.121359 NCalls = 294 +VariableMetric: Iteration # 94 - FCN = -715139.818295 Edm = 2.60458 NCalls = 300 +VariableMetric: Iteration # 95 - FCN = -715143.8302171 Edm = 15.9012 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -715148.8719264 Edm = 10.128 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -715160.5228272 Edm = 4.63132 NCalls = 307 +VariableMetric: Iteration # 98 - FCN = -715165.7856877 Edm = 0.397604 NCalls = 309 +VariableMetric: Iteration # 99 - FCN = -715166.1212141 Edm = 0.0239501 NCalls = 311 +VariableMetric: Iteration # 100 - FCN = -715166.1407522 Edm = 0.00638475 NCalls = 313 +VariableMetric: Iteration # 101 - FCN = -715166.1483291 Edm = 0.00345101 NCalls = 315 +VariableMetric: Iteration # 102 - FCN = -715166.165441 Edm = 0.00485067 NCalls = 318 +VariableMetric: Iteration # 103 - FCN = -715166.171805 Edm = 0.000783097 NCalls = 320 +VariableMetric: Iteration # 104 - FCN = -715166.1730861 Edm = 0.000313163 NCalls = 322 +VariableMetric: Iteration # 105 - FCN = -715166.1771865 Edm = 0.00295924 NCalls = 325 +VariableMetric: Iteration # 106 - FCN = -715166.3236543 Edm = 0.098028 NCalls = 330 +VariableMetric: Iteration # 107 - FCN = -715167.5630411 Edm = 1.28679 NCalls = 336 +VariableMetric: Iteration # 108 - FCN = -715168.0734848 Edm = 1.52576 NCalls = 340 +VariableMetric: Iteration # 109 - FCN = -715170.4600536 Edm = 2.03689 NCalls = 344 +VariableMetric: Iteration # 110 - FCN = -715179.870899 Edm = 7.12216 NCalls = 347 +VariableMetric: Iteration # 111 - FCN = -715181.7889347 Edm = 2.00354 NCalls = 349 +VariableMetric: Iteration # 112 - FCN = -715183.8877633 Edm = 0.159641 NCalls = 352 +VariableMetric: Iteration # 113 - FCN = -715184.2153002 Edm = 0.141796 NCalls = 354 +VariableMetric: Iteration # 114 - FCN = -715184.9972346 Edm = 0.302261 NCalls = 357 +VariableMetric: Iteration # 115 - FCN = -715185.4627325 Edm = 0.0409423 NCalls = 359 +VariableMetric: Iteration # 116 - FCN = -715185.5104597 Edm = 0.00489866 NCalls = 361 +VariableMetric: Iteration # 117 - FCN = -715185.5212051 Edm = 0.00110256 NCalls = 364 +VariableMetric: Iteration # 118 - FCN = -715185.5227877 Edm = 0.000198225 NCalls = 366 +VariableMetric: Iteration # 119 - FCN = -715185.5233313 Edm = 0.000259692 NCalls = 368 +VariableMetric: Iteration # 120 - FCN = -715185.5240596 Edm = 0.000541303 NCalls = 370 +VariableMetric: Iteration # 121 - FCN = -715185.5286104 Edm = 0.00379122 NCalls = 374 +VariableMetric: Iteration # 122 - FCN = -715185.7412381 Edm = 0.259494 NCalls = 380 +VariableMetric: Iteration # 123 - FCN = -715186.9804297 Edm = 1.118 NCalls = 386 +VariableMetric: Iteration # 124 - FCN = -715191.6471808 Edm = 1.15458 NCalls = 389 +VariableMetric: Iteration # 125 - FCN = -715192.26069 Edm = 0.0500042 NCalls = 391 +VariableMetric: Iteration # 126 - FCN = -715192.3121704 Edm = 0.00198686 NCalls = 393 +VariableMetric: Iteration # 127 - FCN = -715192.3146392 Edm = 0.000243033 NCalls = 395 +VariableMetric: Iteration # 128 - FCN = -715192.3148367 Edm = 9.87011e-05 NCalls = 397 +VariableMetric: Iteration # 129 - FCN = -715192.3152207 Edm = 0.000309765 NCalls = 400 +VariableMetric: Iteration # 130 - FCN = -715192.3363779 Edm = 0.0197748 NCalls = 405 +VariableMetric: Iteration # 131 - FCN = -715194.0282011 Edm = 1.28795 NCalls = 410 +VariableMetric: Iteration # 132 - FCN = -715202.1367172 Edm = 0.429848 NCalls = 414 +VariableMetric: Iteration # 133 - FCN = -715202.7607264 Edm = 0.0483306 NCalls = 416 +VariableMetric: Iteration # 134 - FCN = -715202.8492257 Edm = 0.0132757 NCalls = 419 +VariableMetric: Iteration # 135 - FCN = -715202.8720947 Edm = 0.00293451 NCalls = 421 +VariableMetric: Iteration # 136 - FCN = -715202.8766783 Edm = 0.000600721 NCalls = 423 +VariableMetric: Iteration # 137 - FCN = -715202.8777981 Edm = 0.000114197 NCalls = 425 +VariableMetric: Iteration # 138 - FCN = -715202.8781326 Edm = 6.03209e-05 NCalls = 427 +VariableMetric: After Hessian - FCN = -715202.8781326 Edm = 78.9262 NCalls = 790 +VariableMetric: Iteration # 139 - FCN = -715202.8781326 Edm = 78.9262 NCalls = 790 +VariableMetric: Iteration # 140 - FCN = -715229.2445657 Edm = 1855.14 NCalls = 792 +VariableMetric: Iteration # 141 - FCN = -715250.723205 Edm = 12.087 NCalls = 802 +VariableMetric: Iteration # 142 - FCN = -715250.9885512 Edm = 2.22533 NCalls = 806 +VariableMetric: Iteration # 143 - FCN = -715253.1763813 Edm = 0.417228 NCalls = 808 +VariableMetric: Iteration # 144 - FCN = -715268.0354054 Edm = 8.25349 NCalls = 813 +VariableMetric: Iteration # 145 - FCN = -715268.9915591 Edm = 4.85662 NCalls = 815 +VariableMetric: Iteration # 146 - FCN = -715277.02795 Edm = 8.57996 NCalls = 819 +VariableMetric: Iteration # 147 - FCN = -715278.1416919 Edm = 1.26819 NCalls = 821 +VariableMetric: Iteration # 148 - FCN = -715279.9048138 Edm = 0.48209 NCalls = 823 +VariableMetric: Iteration # 149 - FCN = -715280.7368092 Edm = 0.150684 NCalls = 825 +VariableMetric: Iteration # 150 - FCN = -715280.9608774 Edm = 0.0227511 NCalls = 827 +VariableMetric: Iteration # 151 - FCN = -715280.9845389 Edm = 0.0053467 NCalls = 828 +VariableMetric: Iteration # 152 - FCN = -715281.000759 Edm = 0.00720095 NCalls = 830 +VariableMetric: Iteration # 153 - FCN = -715281.0401801 Edm = 0.0258424 NCalls = 833 +VariableMetric: Iteration # 154 - FCN = -715281.0771415 Edm = 0.0196836 NCalls = 836 +VariableMetric: Iteration # 155 - FCN = -715281.0926508 Edm = 0.00884841 NCalls = 838 +VariableMetric: Iteration # 156 - FCN = -715281.1102349 Edm = 0.00897165 NCalls = 841 +VariableMetric: Iteration # 157 - FCN = -715281.1283741 Edm = 0.00215867 NCalls = 843 +VariableMetric: Iteration # 158 - FCN = -715281.131893 Edm = 0.000764643 NCalls = 845 +VariableMetric: Iteration # 159 - FCN = -715281.1332877 Edm = 0.000658045 NCalls = 847 +VariableMetric: Iteration # 160 - FCN = -715281.1348396 Edm = 0.000615294 NCalls = 849 +VariableMetric: Iteration # 161 - FCN = -715281.1355228 Edm = 0.00015254 NCalls = 851 +VariableMetric: Iteration # 162 - FCN = -715281.1357616 Edm = 6.40455e-05 NCalls = 853 +VariableMetric: After Hessian - FCN = -715281.1357616 Edm = 0.000234902 NCalls = 1228 +VariableMetric: Iteration # 163 - FCN = -715281.1357616 Edm = 0.000234902 NCalls = 1228 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711377.9613435 Edm = 2.97746 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711377.9613435 Edm = 2.97746 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713150.0801511 Edm = 0.377692 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -713151.8597605 Edm = 2.60995 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -713314.4899431 Edm = 0.568033 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -713315.197411 Edm = 0.0933493 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -713441.7293262 Edm = 1.88682 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -713482.0515269 Edm = 1.25668 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -713483.6861322 Edm = 0.215739 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -713484.0175103 Edm = 0.0763053 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -713484.942582 Edm = 0.904574 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -713563.613629 Edm = 17.1716 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -713577.1403323 Edm = 0.945435 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -713578.9463137 Edm = 0.499119 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -713579.7504955 Edm = 0.0686913 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -713581.848957 Edm = 1.77524 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -713669.2404698 Edm = 62.3189 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -713779.5048321 Edm = 19.9065 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -713804.2675886 Edm = 6.74604 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -713815.4009711 Edm = 0.188407 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -713815.7054469 Edm = 0.0937234 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -713815.8819342 Edm = 0.0880893 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -713816.259811 Edm = 0.107123 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -713816.4424611 Edm = 0.248206 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -713816.6600911 Edm = 0.0489415 NCalls = 75 +VariableMetric: Iteration # 24 - FCN = -713816.7200366 Edm = 0.0127431 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -713816.7348033 Edm = 0.00709368 NCalls = 80 +VariableMetric: Iteration # 26 - FCN = -713816.8587659 Edm = 0.133874 NCalls = 84 +VariableMetric: Iteration # 27 - FCN = -713816.9300762 Edm = 0.0671742 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -713817.3470077 Edm = 0.420821 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -713817.6609369 Edm = 0.285345 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -713872.1654688 Edm = 30.8985 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -713881.7527225 Edm = 17.558 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -713907.4027387 Edm = 4.36723 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -713914.8587919 Edm = 2.56974 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -713918.0730332 Edm = 1.48198 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -713919.6289121 Edm = 0.439737 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -713920.09565 Edm = 0.0678325 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -713920.177787 Edm = 0.0087602 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -713920.1921112 Edm = 0.00446738 NCalls = 124 +VariableMetric: Iteration # 39 - FCN = -713920.2469473 Edm = 0.04183 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -713922.7569011 Edm = 2.26107 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -714090.5582202 Edm = 170.752 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -714189.958031 Edm = 202.966 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -714276.4872211 Edm = 158.853 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -714662.6646784 Edm = 546.711 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -714666.4945487 Edm = 18.8824 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -714721.5311992 Edm = 44.726 NCalls = 167 +VariableMetric: Iteration # 47 - FCN = -714826.8406181 Edm = 49.4374 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -714961.7621576 Edm = 78.6831 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -715058.0086388 Edm = 24.7371 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -715082.6047422 Edm = 9.50245 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -715090.9770764 Edm = 4.11067 NCalls = 182 +VariableMetric: Iteration # 52 - FCN = -715094.05327 Edm = 0.621065 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -715095.0502676 Edm = 0.344053 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -715097.126157 Edm = 0.92091 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -715098.0651357 Edm = 0.216596 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -715098.6857806 Edm = 0.416207 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -715102.2739486 Edm = 5.75675 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -715102.7453467 Edm = 2.83948 NCalls = 202 +VariableMetric: Iteration # 59 - FCN = -715107.609857 Edm = 5.86663 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -715119.4774233 Edm = 11.7492 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -715129.1601885 Edm = 9.74075 NCalls = 215 +VariableMetric: Iteration # 62 - FCN = -715135.1138483 Edm = 3.60538 NCalls = 219 +VariableMetric: Iteration # 63 - FCN = -715140.5843731 Edm = 2.46135 NCalls = 222 +VariableMetric: Iteration # 64 - FCN = -715142.450086 Edm = 0.368786 NCalls = 224 +VariableMetric: Iteration # 65 - FCN = -715143.8986371 Edm = 1.11439 NCalls = 228 +VariableMetric: Iteration # 66 - FCN = -715146.7951987 Edm = 2.00973 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -715148.8117764 Edm = 1.08014 NCalls = 237 +VariableMetric: Iteration # 68 - FCN = -715149.7019092 Edm = 0.341572 NCalls = 240 +VariableMetric: Iteration # 69 - FCN = -715149.8620928 Edm = 0.0535885 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -715149.9805269 Edm = 0.0303824 NCalls = 244 +VariableMetric: Iteration # 71 - FCN = -715150.0554546 Edm = 0.00854863 NCalls = 246 +VariableMetric: Iteration # 72 - FCN = -715150.0678208 Edm = 0.00378499 NCalls = 248 +VariableMetric: Iteration # 73 - FCN = -715150.1270106 Edm = 0.0392421 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -715151.2632728 Edm = 1.336 NCalls = 256 +VariableMetric: Iteration # 75 - FCN = -715151.5692833 Edm = 0.339123 NCalls = 260 +VariableMetric: Iteration # 76 - FCN = -715153.142294 Edm = 2.47682 NCalls = 264 +VariableMetric: Iteration # 77 - FCN = -715154.3145514 Edm = 0.983205 NCalls = 268 +VariableMetric: Iteration # 78 - FCN = -715179.3427314 Edm = 11.7794 NCalls = 276 +VariableMetric: Iteration # 79 - FCN = -715191.5546536 Edm = 50.989 NCalls = 278 +VariableMetric: Iteration # 80 - FCN = -715202.478718 Edm = 5.32912 NCalls = 279 +VariableMetric: Iteration # 81 - FCN = -715210.9449984 Edm = 0.563008 NCalls = 281 +VariableMetric: Iteration # 82 - FCN = -715211.6204688 Edm = 0.0346744 NCalls = 283 +VariableMetric: Iteration # 83 - FCN = -715211.6840294 Edm = 0.0226036 NCalls = 285 +VariableMetric: Iteration # 84 - FCN = -715211.7665437 Edm = 0.0126057 NCalls = 288 +VariableMetric: Iteration # 85 - FCN = -715211.7891259 Edm = 0.00536323 NCalls = 290 +VariableMetric: Iteration # 86 - FCN = -715211.8213072 Edm = 0.00692015 NCalls = 295 +VariableMetric: Iteration # 87 - FCN = -715211.8312734 Edm = 0.0154983 NCalls = 297 +VariableMetric: Iteration # 88 - FCN = -715211.8358483 Edm = 0.00122918 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -715211.8381028 Edm = 0.00161645 NCalls = 303 +VariableMetric: Iteration # 90 - FCN = -715211.8408115 Edm = 0.00201105 NCalls = 305 +VariableMetric: Iteration # 91 - FCN = -715211.8656261 Edm = 0.0218157 NCalls = 309 +VariableMetric: Iteration # 92 - FCN = -715212.0134025 Edm = 0.16218 NCalls = 313 +VariableMetric: Iteration # 93 - FCN = -715214.6568321 Edm = 4.50151 NCalls = 322 +VariableMetric: Iteration # 94 - FCN = -715214.8092331 Edm = 1.01804 NCalls = 326 +VariableMetric: Iteration # 95 - FCN = -715216.5094563 Edm = 1.39634 NCalls = 331 +VariableMetric: Iteration # 96 - FCN = -715221.7286448 Edm = 1.15357 NCalls = 338 +VariableMetric: Iteration # 97 - FCN = -715223.6290418 Edm = 0.487458 NCalls = 340 +VariableMetric: Iteration # 98 - FCN = -715224.7067954 Edm = 0.756034 NCalls = 342 +VariableMetric: Iteration # 99 - FCN = -715227.7124175 Edm = 1.61786 NCalls = 345 +VariableMetric: Iteration # 100 - FCN = -715228.5919077 Edm = 0.0705797 NCalls = 347 +VariableMetric: Iteration # 101 - FCN = -715228.6462596 Edm = 0.0062299 NCalls = 349 +VariableMetric: Iteration # 102 - FCN = -715228.6521798 Edm = 0.000179733 NCalls = 350 +VariableMetric: Iteration # 103 - FCN = -715228.6525958 Edm = 0.000181854 NCalls = 352 +VariableMetric: Iteration # 104 - FCN = -715228.6552953 Edm = 0.00133272 NCalls = 355 +VariableMetric: Iteration # 105 - FCN = -715228.7392817 Edm = 0.0984524 NCalls = 360 +VariableMetric: Iteration # 106 - FCN = -715228.8736951 Edm = 0.119254 NCalls = 365 +VariableMetric: Iteration # 107 - FCN = -715232.8147374 Edm = 0.187605 NCalls = 369 +VariableMetric: Iteration # 108 - FCN = -715232.9891375 Edm = 0.0334628 NCalls = 371 +VariableMetric: Iteration # 109 - FCN = -715233.0176792 Edm = 0.00140584 NCalls = 372 +VariableMetric: Iteration # 110 - FCN = -715233.0192388 Edm = 0.000147015 NCalls = 374 +VariableMetric: Iteration # 111 - FCN = -715233.0207607 Edm = 0.00127446 NCalls = 377 +VariableMetric: Iteration # 112 - FCN = -715233.2451081 Edm = 0.185573 NCalls = 383 +VariableMetric: Iteration # 113 - FCN = -715235.103929 Edm = 0.123812 NCalls = 386 +VariableMetric: Iteration # 114 - FCN = -715235.2441644 Edm = 0.00725471 NCalls = 388 +VariableMetric: Iteration # 115 - FCN = -715235.2530196 Edm = 0.000702462 NCalls = 390 +VariableMetric: Iteration # 116 - FCN = -715235.2537852 Edm = 2.0524e-05 NCalls = 392 +VariableMetric: After Hessian - FCN = -715235.2537852 Edm = 2.97576 NCalls = 755 +VariableMetric: Iteration # 117 - FCN = -715235.2537852 Edm = 2.97576 NCalls = 755 +VariableMetric: Iteration # 118 - FCN = -715235.8213044 Edm = 2.78775 NCalls = 757 +VariableMetric: Iteration # 119 - FCN = -715236.9212596 Edm = 25.1331 NCalls = 768 +VariableMetric: Iteration # 120 - FCN = -715238.8294192 Edm = 5.37758 NCalls = 773 +VariableMetric: Iteration # 121 - FCN = -715239.1948707 Edm = 2.1191 NCalls = 775 +VariableMetric: Iteration # 122 - FCN = -715242.0271773 Edm = 3.4191 NCalls = 778 +VariableMetric: Iteration # 123 - FCN = -715243.929109 Edm = 0.486912 NCalls = 780 +VariableMetric: Iteration # 124 - FCN = -715244.6763047 Edm = 0.0360555 NCalls = 782 +VariableMetric: Iteration # 125 - FCN = -715244.7976942 Edm = 0.0527883 NCalls = 785 +VariableMetric: Iteration # 126 - FCN = -715245.0075217 Edm = 0.090881 NCalls = 788 +VariableMetric: Iteration # 127 - FCN = -715245.3007527 Edm = 0.316636 NCalls = 791 +VariableMetric: Iteration # 128 - FCN = -715245.3780311 Edm = 0.222244 NCalls = 792 +VariableMetric: Iteration # 129 - FCN = -715245.5687198 Edm = 0.070719 NCalls = 794 +VariableMetric: Iteration # 130 - FCN = -715245.686134 Edm = 0.038617 NCalls = 797 +VariableMetric: Iteration # 131 - FCN = -715245.7343589 Edm = 0.00809649 NCalls = 799 +VariableMetric: Iteration # 132 - FCN = -715245.7514264 Edm = 0.00680342 NCalls = 801 +VariableMetric: Iteration # 133 - FCN = -715245.7717121 Edm = 0.00463317 NCalls = 803 +VariableMetric: Iteration # 134 - FCN = -715245.7887152 Edm = 0.00968294 NCalls = 806 +VariableMetric: Iteration # 135 - FCN = -715245.8438345 Edm = 0.0236706 NCalls = 810 +VariableMetric: Iteration # 136 - FCN = -715245.8606056 Edm = 0.0138906 NCalls = 812 +VariableMetric: Iteration # 137 - FCN = -715245.8794844 Edm = 0.0038741 NCalls = 815 +VariableMetric: Iteration # 138 - FCN = -715245.8900716 Edm = 0.00903553 NCalls = 817 +VariableMetric: Iteration # 139 - FCN = -715245.8950744 Edm = 0.00314347 NCalls = 819 +VariableMetric: Iteration # 140 - FCN = -715245.9020521 Edm = 0.00182045 NCalls = 823 +VariableMetric: Iteration # 141 - FCN = -715245.905932 Edm = 0.00168403 NCalls = 827 +VariableMetric: Iteration # 142 - FCN = -715245.906795 Edm = 0.000425376 NCalls = 829 +VariableMetric: Iteration # 143 - FCN = -715245.9075569 Edm = 0.000444667 NCalls = 832 +VariableMetric: Iteration # 144 - FCN = -715245.9081411 Edm = 0.000208492 NCalls = 834 +VariableMetric: Iteration # 145 - FCN = -715245.9085121 Edm = 5.77625e-05 NCalls = 837 +VariableMetric: After Hessian - FCN = -715245.9085121 Edm = 8.71896e-05 NCalls = 1212 +VariableMetric: Iteration # 146 - FCN = -715245.9085121 Edm = 8.71896e-05 NCalls = 1212 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714514.8455926 Edm = 0.759248 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714514.8455926 Edm = 0.759248 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714721.9156652 Edm = 0.156782 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -714722.5560033 Edm = 0.415072 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -714800.0808202 Edm = 0.351405 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -714800.4689519 Edm = 0.0398432 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -714817.9975626 Edm = 13.4416 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -714844.545486 Edm = 0.0765867 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -714844.824479 Edm = 0.21285 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -714942.2890134 Edm = 5.30641 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -715066.2651907 Edm = 45.3707 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -715127.1472206 Edm = 7.4164 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -715137.7208785 Edm = 0.176426 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -715137.930368 Edm = 0.00678763 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -715137.9454893 Edm = 0.00516821 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -715138.1029769 Edm = 0.13969 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -715156.7028225 Edm = 1.22045 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -715158.8661861 Edm = 0.654251 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -715168.419617 Edm = 3.54317 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -715171.9010995 Edm = 0.645732 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -715172.0317214 Edm = 0.347592 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -715172.2607558 Edm = 0.00196792 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -715172.2642345 Edm = 0.00158207 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -715173.5772063 Edm = 0.400442 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -715179.9063138 Edm = 3.2636 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -715189.5802174 Edm = 0.163721 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -715189.7276462 Edm = 0.000781869 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -715189.7288335 Edm = 0.000390875 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -715189.7369286 Edm = 0.00865428 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -715190.1237626 Edm = 0.334056 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -715196.3918195 Edm = 0.360279 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -715196.7979225 Edm = 0.0129473 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -715196.8149047 Edm = 0.00168366 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -715196.8176033 Edm = 0.000556797 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -715196.8410161 Edm = 0.0213504 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -715200.8130979 Edm = 2.68213 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -715207.3616301 Edm = 0.684468 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -715207.8315801 Edm = 0.0483582 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -715207.9040521 Edm = 0.0155734 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -715207.9333879 Edm = 0.00533506 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -715207.9443303 Edm = 0.00342024 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -715208.0621024 Edm = 0.138851 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -715208.0627874 Edm = 0.00478285 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -715208.0887679 Edm = 0.0303441 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -715208.8386213 Edm = 0.289394 NCalls = 157 +VariableMetric: Iteration # 44 - FCN = -715208.8986526 Edm = 0.127052 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -715209.0575489 Edm = 0.011204 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -715209.0672152 Edm = 0.00254995 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -715209.0779114 Edm = 0.0070154 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -715209.7926423 Edm = 0.625467 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -715229.3741955 Edm = 5.21846 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -715233.2757463 Edm = 1.20702 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -715234.1865706 Edm = 0.269493 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -715234.6787972 Edm = 0.262144 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -715235.0594156 Edm = 0.252124 NCalls = 185 +VariableMetric: Iteration # 54 - FCN = -715235.3781396 Edm = 0.051922 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -715235.449626 Edm = 0.00587859 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -715235.456319 Edm = 0.000727261 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -715235.457304 Edm = 0.000455954 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -715235.462919 Edm = 0.00544555 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -715235.9286417 Edm = 0.0473761 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -715238.1302441 Edm = 0.586989 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -715239.5186081 Edm = 0.0605436 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -715239.5970067 Edm = 0.00353246 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -715239.6010199 Edm = 0.000156394 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -715239.6012776 Edm = 0.000101051 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -715239.6017578 Edm = 0.000329252 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -715239.6068879 Edm = 0.00412434 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -715240.2156751 Edm = 0.349562 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -715241.0411637 Edm = 0.0077883 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -715241.0510502 Edm = 0.000565254 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -715241.0517838 Edm = 4.1206e-05 NCalls = 232 +VariableMetric: After Hessian - FCN = -715241.0517838 Edm = 1.90308 NCalls = 593 +VariableMetric: Iteration # 71 - FCN = -715241.0517838 Edm = 1.90308 NCalls = 593 +VariableMetric: Iteration # 72 - FCN = -715241.2582292 Edm = 2.70448 NCalls = 595 +VariableMetric: Iteration # 73 - FCN = -715242.2651122 Edm = 1.28298 NCalls = 599 +VariableMetric: Iteration # 74 - FCN = -715242.364698 Edm = 0.418274 NCalls = 601 +VariableMetric: Iteration # 75 - FCN = -715242.7747912 Edm = 0.386432 NCalls = 603 +VariableMetric: Iteration # 76 - FCN = -715242.9427565 Edm = 0.410381 NCalls = 605 +VariableMetric: Iteration # 77 - FCN = -715243.1205368 Edm = 0.180799 NCalls = 607 +VariableMetric: Iteration # 78 - FCN = -715243.1976086 Edm = 0.0145748 NCalls = 608 +VariableMetric: Iteration # 79 - FCN = -715243.2071587 Edm = 0.00130659 NCalls = 610 +VariableMetric: Iteration # 80 - FCN = -715243.2080757 Edm = 8.99864e-05 NCalls = 612 +VariableMetric: Iteration # 81 - FCN = -715243.2081367 Edm = 1.80686e-05 NCalls = 614 +VariableMetric: After Hessian - FCN = -715243.2081367 Edm = 0.577516 NCalls = 977 +VariableMetric: Iteration # 82 - FCN = -715243.2081367 Edm = 0.577516 NCalls = 977 +VariableMetric: Iteration # 83 - FCN = -715243.235701 Edm = 0.0108389 NCalls = 984 +VariableMetric: Iteration # 84 - FCN = -715243.2421654 Edm = 0.0200075 NCalls = 986 +VariableMetric: Iteration # 85 - FCN = -715243.2789454 Edm = 0.0331172 NCalls = 990 +VariableMetric: Iteration # 86 - FCN = -715243.3207814 Edm = 0.0337993 NCalls = 994 +VariableMetric: Iteration # 87 - FCN = -715243.3526486 Edm = 0.0149187 NCalls = 997 +VariableMetric: Iteration # 88 - FCN = -715243.377242 Edm = 0.00596541 NCalls = 999 +VariableMetric: Iteration # 89 - FCN = -715243.3840275 Edm = 0.00927461 NCalls = 1000 +VariableMetric: Iteration # 90 - FCN = -715243.3929544 Edm = 0.00141915 NCalls = 1003 +VariableMetric: Iteration # 91 - FCN = -715243.3960451 Edm = 0.000177027 NCalls = 1006 +VariableMetric: Iteration # 92 - FCN = -715243.3962621 Edm = 2.84084e-05 NCalls = 1008 +VariableMetric: After Hessian - FCN = -715243.3962621 Edm = 1.77281e-05 NCalls = 1381 +VariableMetric: Iteration # 93 - FCN = -715243.3962621 Edm = 1.77281e-05 NCalls = 1381 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710604.5923533 Edm = 3.3295 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710604.5923533 Edm = 3.3295 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712462.2141268 Edm = 0.340758 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -712465.5226809 Edm = 0.376677 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -712568.8282542 Edm = 21.4349 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -712593.0866921 Edm = 0.0346467 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -712593.3526773 Edm = 0.225473 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -712653.2975514 Edm = 50.0929 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -712887.6659732 Edm = 0.918555 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -712889.1653762 Edm = 0.265612 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -712895.3706824 Edm = 6.26771 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -713049.424709 Edm = 148.896 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -713073.0672755 Edm = 21.6924 NCalls = 51 +VariableMetric: Iteration # 12 - FCN = -713266.4693709 Edm = 11.1446 NCalls = 55 +VariableMetric: Iteration # 13 - FCN = -713284.0859444 Edm = 3.70314 NCalls = 57 +VariableMetric: Iteration # 14 - FCN = -713287.7421872 Edm = 0.100716 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -713287.8529355 Edm = 0.00698023 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -713287.8753283 Edm = 0.0160356 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -713290.4930872 Edm = 2.57789 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -713400.2808787 Edm = 13.08 NCalls = 76 +VariableMetric: Iteration # 19 - FCN = -713412.3208842 Edm = 1.86174 NCalls = 78 +VariableMetric: Iteration # 20 - FCN = -713413.9492721 Edm = 0.0434844 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -713413.9995324 Edm = 0.00881869 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -713414.2889956 Edm = 0.297007 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -713427.3192225 Edm = 0.514926 NCalls = 92 +VariableMetric: Iteration # 24 - FCN = -713477.7558603 Edm = 3.26495 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -713481.5025966 Edm = 0.273014 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -713481.6806835 Edm = 0.0660074 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -713481.7812226 Edm = 0.0353172 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -713481.9610761 Edm = 0.0585104 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -713482.2338137 Edm = 0.225527 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -713586.1198901 Edm = 356.607 NCalls = 116 +VariableMetric: Iteration # 31 - FCN = -713586.8674291 Edm = 3.08518 NCalls = 118 +VariableMetric: Iteration # 32 - FCN = -713596.1110822 Edm = 7.05874 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -713603.6859732 Edm = 5.49444 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -713617.3792682 Edm = 6.80542 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -713640.6468521 Edm = 8.47802 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -713682.1343863 Edm = 37.3255 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -713690.4206682 Edm = 40.413 NCalls = 140 +VariableMetric: Iteration # 38 - FCN = -713721.5457844 Edm = 54.2492 NCalls = 145 +VariableMetric: Iteration # 39 - FCN = -713800.206721 Edm = 104.406 NCalls = 151 +VariableMetric: Iteration # 40 - FCN = -713831.6707798 Edm = 92.109 NCalls = 154 +VariableMetric: Iteration # 41 - FCN = -713954.9716015 Edm = 85.3415 NCalls = 158 +VariableMetric: Iteration # 42 - FCN = -714215.6546287 Edm = 25.6387 NCalls = 162 +VariableMetric: Iteration # 43 - FCN = -714246.3275445 Edm = 50.0959 NCalls = 164 +VariableMetric: Iteration # 44 - FCN = -714264.3428013 Edm = 7.58863 NCalls = 166 +VariableMetric: Iteration # 45 - FCN = -714277.0130588 Edm = 0.779938 NCalls = 169 +VariableMetric: Iteration # 46 - FCN = -714278.0508355 Edm = 0.255298 NCalls = 171 +VariableMetric: Iteration # 47 - FCN = -714278.7154905 Edm = 0.285146 NCalls = 173 +VariableMetric: Iteration # 48 - FCN = -714279.2423928 Edm = 0.125202 NCalls = 176 +VariableMetric: Iteration # 49 - FCN = -714279.3909158 Edm = 0.0331845 NCalls = 178 +VariableMetric: Iteration # 50 - FCN = -714281.830892 Edm = 2.17637 NCalls = 183 +VariableMetric: Iteration # 51 - FCN = -714401.9599055 Edm = 45.5722 NCalls = 189 +VariableMetric: Iteration # 52 - FCN = -714463.6487173 Edm = 43.3686 NCalls = 192 +VariableMetric: Iteration # 53 - FCN = -714499.6569726 Edm = 23.1157 NCalls = 194 +VariableMetric: Iteration # 54 - FCN = -714700.5694588 Edm = 99.2666 NCalls = 202 +VariableMetric: Iteration # 55 - FCN = -714716.3278057 Edm = 102.698 NCalls = 204 +VariableMetric: Iteration # 56 - FCN = -714784.2046345 Edm = 9.64201 NCalls = 207 +VariableMetric: Iteration # 57 - FCN = -714795.4957324 Edm = 2.42001 NCalls = 209 +VariableMetric: Iteration # 58 - FCN = -714798.3512882 Edm = 0.185187 NCalls = 211 +VariableMetric: Iteration # 59 - FCN = -714798.6594522 Edm = 0.0390346 NCalls = 213 +VariableMetric: Iteration # 60 - FCN = -714798.7884161 Edm = 0.0398082 NCalls = 216 +VariableMetric: Iteration # 61 - FCN = -714799.1312099 Edm = 0.229591 NCalls = 219 +VariableMetric: Iteration # 62 - FCN = -714834.3381667 Edm = 33.4807 NCalls = 230 +VariableMetric: Iteration # 63 - FCN = -714834.4454158 Edm = 0.574603 NCalls = 232 +VariableMetric: Iteration # 64 - FCN = -714835.2803989 Edm = 0.766007 NCalls = 234 +VariableMetric: Iteration # 65 - FCN = -714841.7388792 Edm = 4.8508 NCalls = 238 +VariableMetric: Iteration # 66 - FCN = -714860.9647344 Edm = 2.5952 NCalls = 240 +VariableMetric: Iteration # 67 - FCN = -714864.0267882 Edm = 0.576073 NCalls = 242 +VariableMetric: Iteration # 68 - FCN = -714868.0703001 Edm = 2.71294 NCalls = 245 +VariableMetric: Iteration # 69 - FCN = -714885.0974074 Edm = 15.349 NCalls = 249 +VariableMetric: Iteration # 70 - FCN = -714946.3289095 Edm = 10.7634 NCalls = 254 +VariableMetric: Iteration # 71 - FCN = -714960.2724011 Edm = 19.557 NCalls = 256 +VariableMetric: Iteration # 72 - FCN = -714969.3298906 Edm = 2.36921 NCalls = 257 +VariableMetric: Iteration # 73 - FCN = -714971.9171443 Edm = 0.944832 NCalls = 259 +VariableMetric: Iteration # 74 - FCN = -714975.2988587 Edm = 2.61374 NCalls = 262 +VariableMetric: Iteration # 75 - FCN = -715011.3769067 Edm = 37.6492 NCalls = 266 +VariableMetric: Iteration # 76 - FCN = -715018.4731124 Edm = 7.8254 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -715063.6588614 Edm = 68.6999 NCalls = 275 +VariableMetric: Iteration # 78 - FCN = -715071.6069682 Edm = 31.8321 NCalls = 278 +VariableMetric: Iteration # 79 - FCN = -715107.6546308 Edm = 9.98036 NCalls = 282 +VariableMetric: Iteration # 80 - FCN = -715115.4005936 Edm = 0.7615 NCalls = 284 +VariableMetric: Iteration # 81 - FCN = -715116.1385777 Edm = 0.276021 NCalls = 285 +VariableMetric: Iteration # 82 - FCN = -715121.340471 Edm = 9.67547 NCalls = 292 +VariableMetric: Iteration # 83 - FCN = -715121.4445717 Edm = 0.821008 NCalls = 294 +VariableMetric: Iteration # 84 - FCN = -715127.8410981 Edm = 7.26673 NCalls = 299 +VariableMetric: Iteration # 85 - FCN = -715128.1898942 Edm = 0.486154 NCalls = 301 +VariableMetric: Iteration # 86 - FCN = -715131.0774458 Edm = 4.1135 NCalls = 305 +VariableMetric: Iteration # 87 - FCN = -715136.339121 Edm = 3.89797 NCalls = 309 +VariableMetric: Iteration # 88 - FCN = -715146.5190961 Edm = 0.26416 NCalls = 312 +VariableMetric: Iteration # 89 - FCN = -715146.751493 Edm = 0.0221369 NCalls = 314 +VariableMetric: Iteration # 90 - FCN = -715146.7709591 Edm = 0.00424474 NCalls = 315 +VariableMetric: Iteration # 91 - FCN = -715146.788002 Edm = 0.011331 NCalls = 317 +VariableMetric: Iteration # 92 - FCN = -715147.9540695 Edm = 1.19023 NCalls = 322 +VariableMetric: Iteration # 93 - FCN = -715150.3775761 Edm = 2.23322 NCalls = 328 +VariableMetric: Iteration # 94 - FCN = -715206.3167344 Edm = 2.18128 NCalls = 333 +VariableMetric: Iteration # 95 - FCN = -715209.6817841 Edm = 0.836499 NCalls = 335 +VariableMetric: Iteration # 96 - FCN = -715211.5606405 Edm = 0.264112 NCalls = 337 +VariableMetric: Iteration # 97 - FCN = -715211.8793589 Edm = 0.205976 NCalls = 339 +VariableMetric: Iteration # 98 - FCN = -715212.0436295 Edm = 0.0233908 NCalls = 341 +VariableMetric: Iteration # 99 - FCN = -715212.0707004 Edm = 0.00107728 NCalls = 343 +VariableMetric: Iteration # 100 - FCN = -715212.0732142 Edm = 0.00133257 NCalls = 345 +VariableMetric: Iteration # 101 - FCN = -715212.1194138 Edm = 0.0340668 NCalls = 349 +VariableMetric: Iteration # 102 - FCN = -715212.8832883 Edm = 0.422949 NCalls = 353 +VariableMetric: Iteration # 103 - FCN = -715215.6912592 Edm = 1.0466 NCalls = 356 +VariableMetric: Iteration # 104 - FCN = -715217.4529436 Edm = 0.168469 NCalls = 358 +VariableMetric: Iteration # 105 - FCN = -715217.6352486 Edm = 0.00391916 NCalls = 359 +VariableMetric: Iteration # 106 - FCN = -715217.6393754 Edm = 0.000105181 NCalls = 360 +VariableMetric: Iteration # 107 - FCN = -715217.6396694 Edm = 0.000197863 NCalls = 362 +VariableMetric: Iteration # 108 - FCN = -715217.6467789 Edm = 0.00576028 NCalls = 367 +VariableMetric: Iteration # 109 - FCN = -715217.8168823 Edm = 0.152627 NCalls = 371 +VariableMetric: Iteration # 110 - FCN = -715219.7459236 Edm = 0.617687 NCalls = 375 +VariableMetric: Iteration # 111 - FCN = -715220.2557916 Edm = 0.0718299 NCalls = 377 +VariableMetric: Iteration # 112 - FCN = -715220.3194885 Edm = 0.00240976 NCalls = 378 +VariableMetric: Iteration # 113 - FCN = -715220.3216726 Edm = 7.49362e-05 NCalls = 379 +VariableMetric: After Hessian - FCN = -715220.3216726 Edm = 9.14404 NCalls = 746 +VariableMetric: Iteration # 114 - FCN = -715220.3216726 Edm = 9.14404 NCalls = 746 +VariableMetric: Iteration # 115 - FCN = -715235.1610175 Edm = 0.869522 NCalls = 750 +VariableMetric: Iteration # 116 - FCN = -715235.9710817 Edm = 0.198485 NCalls = 752 +VariableMetric: Iteration # 117 - FCN = -715236.2932663 Edm = 0.284578 NCalls = 755 +VariableMetric: Iteration # 118 - FCN = -715236.3576646 Edm = 0.219223 NCalls = 757 +VariableMetric: Iteration # 119 - FCN = -715236.6444693 Edm = 0.618727 NCalls = 762 +VariableMetric: Iteration # 120 - FCN = -715238.1101921 Edm = 3.13801 NCalls = 767 +VariableMetric: Iteration # 121 - FCN = -715239.8614494 Edm = 2.99266 NCalls = 772 +VariableMetric: Iteration # 122 - FCN = -715241.8991711 Edm = 1.32891 NCalls = 777 +VariableMetric: Iteration # 123 - FCN = -715244.0035451 Edm = 1.38016 NCalls = 779 +VariableMetric: Iteration # 124 - FCN = -715245.1751103 Edm = 0.346694 NCalls = 782 +VariableMetric: Iteration # 125 - FCN = -715245.4064089 Edm = 0.0278364 NCalls = 784 +VariableMetric: Iteration # 126 - FCN = -715245.4446947 Edm = 0.0304768 NCalls = 787 +VariableMetric: Iteration # 127 - FCN = -715245.4664718 Edm = 0.0469626 NCalls = 789 +VariableMetric: Iteration # 128 - FCN = -715245.5295941 Edm = 0.0441284 NCalls = 793 +VariableMetric: Iteration # 129 - FCN = -715245.5837386 Edm = 0.0401471 NCalls = 795 +VariableMetric: Iteration # 130 - FCN = -715245.6296629 Edm = 0.00952038 NCalls = 798 +VariableMetric: Iteration # 131 - FCN = -715245.6414288 Edm = 0.00195573 NCalls = 800 +VariableMetric: Iteration # 132 - FCN = -715245.6440288 Edm = 0.000598014 NCalls = 802 +VariableMetric: Iteration # 133 - FCN = -715245.6453991 Edm = 0.000753708 NCalls = 804 +VariableMetric: Iteration # 134 - FCN = -715245.6484442 Edm = 0.00105535 NCalls = 806 +VariableMetric: Iteration # 135 - FCN = -715245.6506293 Edm = 0.000624272 NCalls = 808 +VariableMetric: Iteration # 136 - FCN = -715245.6512918 Edm = 0.000286977 NCalls = 810 +VariableMetric: Iteration # 137 - FCN = -715245.6518457 Edm = 0.000259085 NCalls = 813 +VariableMetric: Iteration # 138 - FCN = -715245.652797 Edm = 0.000185319 NCalls = 815 +VariableMetric: Iteration # 139 - FCN = -715245.6530433 Edm = 4.67416e-05 NCalls = 817 +VariableMetric: After Hessian - FCN = -715245.6530433 Edm = 5.09141e-05 NCalls = 1200 +VariableMetric: Iteration # 140 - FCN = -715245.6530433 Edm = 5.09141e-05 NCalls = 1200 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -708990.7164594 Edm = 10.959 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -708990.7164594 Edm = 10.959 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711970.0657942 Edm = 1.02971 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712222.1751931 Edm = 52.008 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -712301.665007 Edm = 2.25774 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -712305.0071441 Edm = 0.39596 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -712590.6647733 Edm = 173.165 NCalls = 30 +VariableMetric: Iteration # 6 - FCN = -712590.7242031 Edm = 0.208456 NCalls = 33 +VariableMetric: Iteration # 7 - FCN = -712778.4193885 Edm = 27.4747 NCalls = 40 +VariableMetric: Iteration # 8 - FCN = -712800.530258 Edm = 0.718085 NCalls = 42 +VariableMetric: Iteration # 9 - FCN = -712805.4135401 Edm = 4.00908 NCalls = 45 +VariableMetric: Iteration # 10 - FCN = -713224.4714968 Edm = 65.499 NCalls = 51 +VariableMetric: Iteration # 11 - FCN = -713278.7192327 Edm = 0.363594 NCalls = 53 +VariableMetric: Iteration # 12 - FCN = -713279.0312176 Edm = 0.0700876 NCalls = 55 +VariableMetric: Iteration # 13 - FCN = -713280.6464133 Edm = 1.83433 NCalls = 59 +VariableMetric: Iteration # 14 - FCN = -713321.7597043 Edm = 26.7161 NCalls = 66 +VariableMetric: Iteration # 15 - FCN = -713377.5659609 Edm = 0.946925 NCalls = 68 +VariableMetric: Iteration # 16 - FCN = -713378.4283188 Edm = 0.02367 NCalls = 70 +VariableMetric: Iteration # 17 - FCN = -713378.4624007 Edm = 0.00620075 NCalls = 72 +VariableMetric: Iteration # 18 - FCN = -713378.6979146 Edm = 0.228202 NCalls = 76 +VariableMetric: Iteration # 19 - FCN = -713432.5772398 Edm = 18.6236 NCalls = 82 +VariableMetric: Iteration # 20 - FCN = -713477.7703454 Edm = 2.85952 NCalls = 84 +VariableMetric: Iteration # 21 - FCN = -713481.9274937 Edm = 1.41076 NCalls = 86 +VariableMetric: Iteration # 22 - FCN = -713486.843167 Edm = 2.31959 NCalls = 90 +VariableMetric: Iteration # 23 - FCN = -713494.3295003 Edm = 2.7124 NCalls = 95 +VariableMetric: Iteration # 24 - FCN = -713497.5978236 Edm = 0.319524 NCalls = 97 +VariableMetric: Iteration # 25 - FCN = -713497.9214967 Edm = 0.0529869 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -713497.9427575 Edm = 0.00654782 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -713498.0593101 Edm = 0.110148 NCalls = 104 +VariableMetric: Iteration # 28 - FCN = -713559.8601722 Edm = 59.1714 NCalls = 111 +VariableMetric: Iteration # 29 - FCN = -713651.7368411 Edm = 26.4174 NCalls = 113 +VariableMetric: Iteration # 30 - FCN = -713691.0854384 Edm = 27.2048 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -713739.0394327 Edm = 9.60088 NCalls = 118 +VariableMetric: Iteration # 32 - FCN = -713753.1202913 Edm = 0.768804 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -713753.9466115 Edm = 0.0660516 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -713754.0364828 Edm = 0.0253985 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -713754.1262253 Edm = 0.0888685 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -713755.9039951 Edm = 1.68904 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -713845.1363879 Edm = 14.4237 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -713866.2203812 Edm = 14.1019 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -713873.5314255 Edm = 4.02337 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -713877.6833772 Edm = 1.03599 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -713878.9775893 Edm = 0.62236 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -713880.2073359 Edm = 0.0781494 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -713880.3291498 Edm = 0.0210508 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -713880.4041426 Edm = 0.05569 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -713881.0396118 Edm = 0.684496 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -713881.3458415 Edm = 0.291735 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -713886.4765165 Edm = 4.33607 NCalls = 167 +VariableMetric: Iteration # 48 - FCN = -713980.8264904 Edm = 125.771 NCalls = 172 +VariableMetric: Iteration # 49 - FCN = -714534.8411134 Edm = 1056.97 NCalls = 179 +VariableMetric: Iteration # 50 - FCN = -714546.1766635 Edm = 59.0671 NCalls = 183 +VariableMetric: Iteration # 51 - FCN = -714684.8310245 Edm = 88.0367 NCalls = 188 +VariableMetric: Iteration # 52 - FCN = -714696.059806 Edm = 19.8845 NCalls = 191 +VariableMetric: Iteration # 53 - FCN = -714747.4037013 Edm = 77.9357 NCalls = 195 +VariableMetric: Iteration # 54 - FCN = -714910.1214693 Edm = 40.8502 NCalls = 202 +VariableMetric: Iteration # 55 - FCN = -714964.4834002 Edm = 2.09198 NCalls = 204 +VariableMetric: Iteration # 56 - FCN = -714969.6030772 Edm = 1.4931 NCalls = 206 +VariableMetric: Iteration # 57 - FCN = -714977.6551289 Edm = 1.48718 NCalls = 209 +VariableMetric: Iteration # 58 - FCN = -714985.6876622 Edm = 6.43131 NCalls = 213 +VariableMetric: Iteration # 59 - FCN = -714987.1405796 Edm = 6.53605 NCalls = 215 +VariableMetric: Iteration # 60 - FCN = -714993.2808809 Edm = 3.30604 NCalls = 219 +VariableMetric: Iteration # 61 - FCN = -714995.2949679 Edm = 1.16656 NCalls = 221 +VariableMetric: Iteration # 62 - FCN = -714996.4412866 Edm = 0.927682 NCalls = 223 +VariableMetric: Iteration # 63 - FCN = -715064.5945223 Edm = 93.1835 NCalls = 232 +VariableMetric: Iteration # 64 - FCN = -715070.9783786 Edm = 704189 NCalls = 243 +VariableMetric: Iteration # 65 - FCN = -715097.6739606 Edm = 683803 NCalls = 252 +VariableMetric: Iteration # 66 - FCN = -715129.1967443 Edm = 86135.6 NCalls = 260 +VariableMetric: Iteration # 67 - FCN = -715146.556846 Edm = 123557 NCalls = 268 +VariableMetric: Iteration # 68 - FCN = -715196.6483707 Edm = 31039.5 NCalls = 275 +VariableMetric: Iteration # 69 - FCN = -715210.163064 Edm = 4566.84 NCalls = 281 +VariableMetric: Iteration # 70 - FCN = -715223.6123342 Edm = 4201.66 NCalls = 285 +VariableMetric: Iteration # 71 - FCN = -715226.2571341 Edm = 9421.27 NCalls = 289 +VariableMetric: Iteration # 72 - FCN = -715226.6880815 Edm = 6780.2 NCalls = 292 +VariableMetric: Iteration # 73 - FCN = -715242.1722395 Edm = 1519.79 NCalls = 295 +VariableMetric: Iteration # 74 - FCN = -715244.2493412 Edm = 196.932 NCalls = 298 +VariableMetric: Iteration # 75 - FCN = -715246.9778791 Edm = 45.2756 NCalls = 301 +VariableMetric: Iteration # 76 - FCN = -715250.4407573 Edm = 33.9007 NCalls = 303 +VariableMetric: Iteration # 77 - FCN = -715253.2901499 Edm = 24.9001 NCalls = 305 +VariableMetric: Iteration # 78 - FCN = -715267.9999413 Edm = 37.8935 NCalls = 307 +VariableMetric: Iteration # 79 - FCN = -715271.1908274 Edm = 15.1857 NCalls = 309 +VariableMetric: Iteration # 80 - FCN = -715274.3351203 Edm = 2.87338 NCalls = 311 +VariableMetric: Iteration # 81 - FCN = -715275.4319216 Edm = 3.01189 NCalls = 313 +VariableMetric: Iteration # 82 - FCN = -715276.7257152 Edm = 2.90646 NCalls = 315 +VariableMetric: Iteration # 83 - FCN = -715277.0444653 Edm = 1.06938 NCalls = 317 +VariableMetric: Iteration # 84 - FCN = -715277.7172883 Edm = 2.82474 NCalls = 320 +VariableMetric: Iteration # 85 - FCN = -715278.2861567 Edm = 1.22281 NCalls = 322 +VariableMetric: Iteration # 86 - FCN = -715279.5041811 Edm = 2.52358 NCalls = 324 +VariableMetric: Iteration # 87 - FCN = -715280.4688864 Edm = 0.886253 NCalls = 326 +VariableMetric: Iteration # 88 - FCN = -715281.4118083 Edm = 0.674945 NCalls = 329 +VariableMetric: Iteration # 89 - FCN = -715281.7181315 Edm = 0.612182 NCalls = 331 +VariableMetric: Iteration # 90 - FCN = -715281.9611118 Edm = 0.138293 NCalls = 333 +VariableMetric: Iteration # 91 - FCN = -715282.0654622 Edm = 0.0264124 NCalls = 335 +VariableMetric: Iteration # 92 - FCN = -715282.0990133 Edm = 0.00585587 NCalls = 337 +VariableMetric: Iteration # 93 - FCN = -715282.109491 Edm = 0.00341379 NCalls = 339 +VariableMetric: Iteration # 94 - FCN = -715282.1186359 Edm = 0.00273014 NCalls = 342 +VariableMetric: Iteration # 95 - FCN = -715282.1218095 Edm = 0.000390063 NCalls = 344 +VariableMetric: Iteration # 96 - FCN = -715282.1222112 Edm = 0.000106228 NCalls = 346 +VariableMetric: Iteration # 97 - FCN = -715282.122544 Edm = 0.000145196 NCalls = 348 +VariableMetric: Iteration # 98 - FCN = -715282.1227216 Edm = 1.80584e-05 NCalls = 350 +VariableMetric: After Hessian - FCN = -715282.1227216 Edm = 3.00349e-05 NCalls = 729 +VariableMetric: Iteration # 99 - FCN = -715282.1227216 Edm = 3.00349e-05 NCalls = 729 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -705342.0013721 Edm = 18.0062 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -705342.0013721 Edm = 18.0062 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710679.9648475 Edm = 2.22838 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -710690.2798597 Edm = 7.00264 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -711192.7679005 Edm = 38.7205 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -711238.4502548 Edm = 0.74758 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -711240.0548652 Edm = 0.170237 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -711241.2774887 Edm = 1.09348 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -711308.4030324 Edm = 2.1056 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -711311.6850288 Edm = 0.380542 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -711312.3924613 Edm = 0.125467 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -711313.3037784 Edm = 0.873391 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -711382.0641391 Edm = 57.2054 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -711582.7768699 Edm = 54.5574 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -711649.4654356 Edm = 6.47138 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -711655.4755865 Edm = 3.13778 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -711657.2692747 Edm = 0.215328 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -711657.72215 Edm = 0.064196 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -711664.170012 Edm = 5.99618 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -711769.4483992 Edm = 9.25096 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -711786.940707 Edm = 0.277452 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -711787.2195017 Edm = 0.163712 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -711787.5177557 Edm = 0.270635 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -711788.9425061 Edm = 0.381751 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -711789.529224 Edm = 0.273182 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -711789.6827544 Edm = 0.0398459 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -711789.7457519 Edm = 0.0244908 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -711790.0579824 Edm = 0.303029 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -711793.5622667 Edm = 2.51458 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -711799.4301633 Edm = 20.6168 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -711867.1151792 Edm = 164.517 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -711933.4869306 Edm = 55.4111 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -712181.6041457 Edm = 115.962 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -714044.107001 Edm = 682.4 NCalls = 122 +VariableMetric: Iteration # 33 - FCN = -714458.1541088 Edm = 1768.83 NCalls = 131 +VariableMetric: Iteration # 34 - FCN = -714604.9634222 Edm = 1178.39 NCalls = 133 +VariableMetric: Iteration # 35 - FCN = -714907.209427 Edm = 33.9884 NCalls = 134 +VariableMetric: Iteration # 36 - FCN = -714953.5382466 Edm = 1.15195 NCalls = 136 +VariableMetric: Iteration # 37 - FCN = -714956.5923584 Edm = 1.38489 NCalls = 138 +VariableMetric: Iteration # 38 - FCN = -714961.3187374 Edm = 0.77007 NCalls = 142 +VariableMetric: Iteration # 39 - FCN = -714962.378923 Edm = 0.109214 NCalls = 144 +VariableMetric: Iteration # 40 - FCN = -714962.5533459 Edm = 0.084615 NCalls = 146 +VariableMetric: Iteration # 41 - FCN = -714962.6216092 Edm = 0.0350849 NCalls = 148 +VariableMetric: Iteration # 42 - FCN = -714962.6797638 Edm = 0.00422858 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -714962.6945265 Edm = 0.00944639 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -714962.9675316 Edm = 0.268613 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -714978.336099 Edm = 1.53389 NCalls = 163 +VariableMetric: Iteration # 46 - FCN = -715012.116014 Edm = 26.1728 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -715027.5557856 Edm = 6.97353 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -715036.6368451 Edm = 1.63878 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -715037.7627229 Edm = 0.270476 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -715038.1179002 Edm = 0.028096 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -715038.154405 Edm = 0.00384275 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -715038.1972582 Edm = 0.0322901 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -715038.9941696 Edm = 0.614861 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -715060.3371395 Edm = 7.4385 NCalls = 187 +VariableMetric: Iteration # 55 - FCN = -715068.4637903 Edm = 2.53757 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -715070.583821 Edm = 0.258094 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -715070.8743803 Edm = 0.0256928 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -715070.9231129 Edm = 0.00597023 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -715070.9311525 Edm = 0.00141855 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -715070.9367312 Edm = 0.00626132 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -715071.0682095 Edm = 0.148899 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -715071.0951544 Edm = 0.0258443 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -715071.3889556 Edm = 0.267766 NCalls = 215 +VariableMetric: Iteration # 64 - FCN = -715088.4624974 Edm = 13.0708 NCalls = 221 +VariableMetric: Iteration # 65 - FCN = -715094.4214833 Edm = 11.3106 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -715106.1969657 Edm = 3.04602 NCalls = 225 +VariableMetric: Iteration # 67 - FCN = -715108.5645184 Edm = 0.952348 NCalls = 227 +VariableMetric: Iteration # 68 - FCN = -715110.0481017 Edm = 0.887141 NCalls = 229 +VariableMetric: Iteration # 69 - FCN = -715111.5586525 Edm = 0.344317 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -715112.4005003 Edm = 0.144591 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -715112.631075 Edm = 0.0393882 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -715112.691863 Edm = 0.0315746 NCalls = 238 +VariableMetric: Iteration # 73 - FCN = -715112.7279868 Edm = 0.0102847 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -715112.7797002 Edm = 0.0458094 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -715112.8165558 Edm = 0.127189 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -715112.8428439 Edm = 0.061922 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -715112.8895714 Edm = 0.0789728 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -715113.1144284 Edm = 0.324005 NCalls = 263 +VariableMetric: Iteration # 79 - FCN = -715113.3988721 Edm = 0.274005 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -715113.6481329 Edm = 0.0701816 NCalls = 268 +VariableMetric: Iteration # 81 - FCN = -715113.7272108 Edm = 0.0248637 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -715114.0001176 Edm = 0.0767551 NCalls = 276 +VariableMetric: Iteration # 83 - FCN = -715114.1026924 Edm = 0.0621548 NCalls = 278 +VariableMetric: Iteration # 84 - FCN = -715114.1180149 Edm = 0.0077471 NCalls = 280 +VariableMetric: Iteration # 85 - FCN = -715114.1286219 Edm = 0.00100332 NCalls = 282 +VariableMetric: Iteration # 86 - FCN = -715114.1306483 Edm = 0.000960232 NCalls = 284 +VariableMetric: Iteration # 87 - FCN = -715114.1435794 Edm = 0.0139414 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -715114.4507441 Edm = 0.304396 NCalls = 293 +VariableMetric: Iteration # 89 - FCN = -715124.0201301 Edm = 7.48476 NCalls = 299 +VariableMetric: Iteration # 90 - FCN = -715128.4235383 Edm = 0.9948 NCalls = 302 +VariableMetric: Iteration # 91 - FCN = -715128.894159 Edm = 0.341807 NCalls = 304 +VariableMetric: Iteration # 92 - FCN = -715129.1373301 Edm = 0.0651442 NCalls = 305 +VariableMetric: Iteration # 93 - FCN = -715129.1862386 Edm = 0.0175033 NCalls = 306 +VariableMetric: Iteration # 94 - FCN = -715129.201254 Edm = 0.00666235 NCalls = 308 +VariableMetric: Iteration # 95 - FCN = -715129.2304766 Edm = 0.0275114 NCalls = 311 +VariableMetric: Iteration # 96 - FCN = -715130.1943082 Edm = 0.954636 NCalls = 317 +VariableMetric: Iteration # 97 - FCN = -715151.2269105 Edm = 5.84196 NCalls = 322 +VariableMetric: Iteration # 98 - FCN = -715154.9618633 Edm = 0.615731 NCalls = 324 +VariableMetric: Iteration # 99 - FCN = -715155.4761815 Edm = 0.0390762 NCalls = 326 +VariableMetric: Iteration # 100 - FCN = -715155.5223583 Edm = 0.00475639 NCalls = 328 +VariableMetric: Iteration # 101 - FCN = -715155.529234 Edm = 0.000696591 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -715155.5308252 Edm = 0.00116593 NCalls = 332 +VariableMetric: Iteration # 103 - FCN = -715155.5464737 Edm = 0.0123789 NCalls = 336 +VariableMetric: Iteration # 104 - FCN = -715156.1090821 Edm = 0.47666 NCalls = 340 +VariableMetric: Iteration # 105 - FCN = -715168.5957084 Edm = 2.59148 NCalls = 345 +VariableMetric: Iteration # 106 - FCN = -715171.4777395 Edm = 0.0855084 NCalls = 347 +VariableMetric: Iteration # 107 - FCN = -715171.5457106 Edm = 0.00802011 NCalls = 349 +VariableMetric: Iteration # 108 - FCN = -715171.5547058 Edm = 0.000418689 NCalls = 351 +VariableMetric: Iteration # 109 - FCN = -715171.5552262 Edm = 0.000217923 NCalls = 353 +VariableMetric: Iteration # 110 - FCN = -715171.5565692 Edm = 0.00127041 NCalls = 356 +VariableMetric: Iteration # 111 - FCN = -715171.589304 Edm = 0.035091 NCalls = 362 +VariableMetric: Iteration # 112 - FCN = -715171.7787021 Edm = 0.0611562 NCalls = 369 +VariableMetric: Iteration # 113 - FCN = -715172.8289121 Edm = 0.569192 NCalls = 371 +VariableMetric: Iteration # 114 - FCN = -715174.5668037 Edm = 0.0592076 NCalls = 373 +VariableMetric: Iteration # 115 - FCN = -715174.6197805 Edm = 0.000981598 NCalls = 375 +VariableMetric: Iteration # 116 - FCN = -715174.6207484 Edm = 2.32424e-05 NCalls = 376 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709004.2886146 Edm = 18.6124 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709004.2886146 Edm = 18.6124 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713892.8167348 Edm = 2.17635 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714031.3183665 Edm = 117.98 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -714514.3429351 Edm = 0.446494 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -714515.3525042 Edm = 0.415103 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -714523.1315151 Edm = 4.75266 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -714568.5429821 Edm = 1.04468 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -714569.6897979 Edm = 0.0162974 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -714569.7943085 Edm = 0.0854276 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -714622.0584132 Edm = 24.4353 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -714679.7030781 Edm = 1.11442 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -714681.0528746 Edm = 0.010593 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -714681.086589 Edm = 0.0293204 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -714684.9433544 Edm = 3.58362 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -714784.468148 Edm = 0.715101 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -714785.2252525 Edm = 0.0359204 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -714785.2605604 Edm = 0.00178499 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -714785.2673476 Edm = 0.00393456 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -714785.4521635 Edm = 0.147033 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -714809.9534716 Edm = 12.4061 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -714838.4549153 Edm = 1.09004 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -714839.572482 Edm = 0.0792834 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -714839.6556126 Edm = 0.00943712 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -714839.6684265 Edm = 0.00155924 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -714839.7183744 Edm = 0.0480412 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -714848.0890783 Edm = 4.77747 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -714869.9461837 Edm = 1.06243 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -714871.4903164 Edm = 0.0242652 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -714871.5226116 Edm = 0.00272445 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -714871.539191 Edm = 0.0110609 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -714871.6468151 Edm = 0.11815 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -714872.9729164 Edm = 1.38362 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -714887.4157739 Edm = 3.62239 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -714922.059064 Edm = 4.18083 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -714929.1179329 Edm = 1.18522 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -714929.9374181 Edm = 0.173252 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -714930.1463515 Edm = 0.011558 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -714930.1616101 Edm = 0.00636556 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -714930.2578256 Edm = 0.0396556 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -714930.6561997 Edm = 0.312882 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -714956.2268563 Edm = 19.3262 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -715011.319757 Edm = 36.9973 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -715027.4892373 Edm = 12.2183 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -715032.156427 Edm = 1.79148 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -715034.0387126 Edm = 0.165845 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -715034.1851973 Edm = 0.0136826 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -715034.2025809 Edm = 0.00407675 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -715034.2278449 Edm = 0.0232951 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -715034.7684283 Edm = 0.531049 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -715053.7006079 Edm = 15.215 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -715088.2119595 Edm = 14.4293 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -715100.0504334 Edm = 3.70449 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -715103.4194861 Edm = 1.88262 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -715105.6416346 Edm = 1.1157 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -715107.7995501 Edm = 1.22833 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -715109.8122008 Edm = 1.54427 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -715110.5805072 Edm = 0.297415 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -715110.8832868 Edm = 0.015624 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -715110.9018612 Edm = 0.00180281 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -715110.9057109 Edm = 0.00270883 NCalls = 189 +VariableMetric: Iteration # 60 - FCN = -715110.9340777 Edm = 0.0241486 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -715111.4515826 Edm = 0.420005 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -715137.1895672 Edm = 20.355 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -715192.9999139 Edm = 17.3868 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -715206.0043525 Edm = 9.2426 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -715212.1251616 Edm = 5.63072 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -715215.9946024 Edm = 1.18388 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -715217.9344699 Edm = 1.12114 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -715220.0715967 Edm = 1.78393 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -715223.7627339 Edm = 0.809864 NCalls = 220 +VariableMetric: Iteration # 70 - FCN = -715224.4778457 Edm = 0.706394 NCalls = 222 +VariableMetric: Iteration # 71 - FCN = -715224.6552555 Edm = 0.0182813 NCalls = 224 +VariableMetric: Iteration # 72 - FCN = -715224.677018 Edm = 0.00205326 NCalls = 226 +VariableMetric: Iteration # 73 - FCN = -715224.7021698 Edm = 0.0243649 NCalls = 229 +VariableMetric: Iteration # 74 - FCN = -715226.706852 Edm = 1.41476 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -715249.3845978 Edm = 9.44234 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -715263.9070717 Edm = 2.18607 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -715265.6706818 Edm = 0.477471 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -715266.0347749 Edm = 0.0530837 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -715266.0923366 Edm = 0.00418424 NCalls = 248 +VariableMetric: Iteration # 80 - FCN = -715266.0980325 Edm = 0.000612298 NCalls = 250 +VariableMetric: Iteration # 81 - FCN = -715266.0993137 Edm = 0.000640289 NCalls = 252 +VariableMetric: Iteration # 82 - FCN = -715266.114205 Edm = 0.0138898 NCalls = 256 +VariableMetric: Iteration # 83 - FCN = -715267.1165403 Edm = 0.530595 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -715272.0842985 Edm = 2.53928 NCalls = 264 +VariableMetric: Iteration # 85 - FCN = -715278.1504326 Edm = 0.691558 NCalls = 266 +VariableMetric: Iteration # 86 - FCN = -715278.9671185 Edm = 0.0453662 NCalls = 268 +VariableMetric: Iteration # 87 - FCN = -715279.0096894 Edm = 0.00210187 NCalls = 269 +VariableMetric: Iteration # 88 - FCN = -715279.0119506 Edm = 8.91511e-05 NCalls = 271 +VariableMetric: Iteration # 89 - FCN = -715279.0121156 Edm = 7.67786e-05 NCalls = 273 +VariableMetric: After Hessian - FCN = -715279.0121156 Edm = 18.9093 NCalls = 634 +VariableMetric: Iteration # 90 - FCN = -715279.0121156 Edm = 18.9093 NCalls = 634 +VariableMetric: Iteration # 91 - FCN = -715279.6237449 Edm = 2.32489 NCalls = 638 +VariableMetric: Iteration # 92 - FCN = -715280.5372354 Edm = 1.07225 NCalls = 640 +VariableMetric: Iteration # 93 - FCN = -715281.7282557 Edm = 0.247693 NCalls = 642 +VariableMetric: Iteration # 94 - FCN = -715281.849253 Edm = 0.0761912 NCalls = 644 +VariableMetric: Iteration # 95 - FCN = -715282.0102743 Edm = 0.08698 NCalls = 647 +VariableMetric: Iteration # 96 - FCN = -715282.1328395 Edm = 0.0375322 NCalls = 649 +VariableMetric: Iteration # 97 - FCN = -715282.1829283 Edm = 0.0258101 NCalls = 652 +VariableMetric: Iteration # 98 - FCN = -715282.2039765 Edm = 0.029432 NCalls = 654 +VariableMetric: Iteration # 99 - FCN = -715282.2529972 Edm = 0.0189928 NCalls = 658 +VariableMetric: Iteration # 100 - FCN = -715282.2800034 Edm = 0.0146004 NCalls = 660 +VariableMetric: Iteration # 101 - FCN = -715282.298735 Edm = 0.0136943 NCalls = 662 +VariableMetric: Iteration # 102 - FCN = -715282.3387314 Edm = 0.0244797 NCalls = 666 +VariableMetric: Iteration # 103 - FCN = -715282.353047 Edm = 0.0202829 NCalls = 668 +VariableMetric: Iteration # 104 - FCN = -715282.3710472 Edm = 0.00379032 NCalls = 670 +VariableMetric: Iteration # 105 - FCN = -715282.3774518 Edm = 0.00576345 NCalls = 672 +VariableMetric: Iteration # 106 - FCN = -715282.3865561 Edm = 0.00274325 NCalls = 675 +VariableMetric: Iteration # 107 - FCN = -715282.3925773 Edm = 0.00415523 NCalls = 678 +VariableMetric: Iteration # 108 - FCN = -715282.3954372 Edm = 0.00182241 NCalls = 680 +VariableMetric: Iteration # 109 - FCN = -715282.3994171 Edm = 0.000903948 NCalls = 684 +VariableMetric: Iteration # 110 - FCN = -715282.4014705 Edm = 0.000933822 NCalls = 688 +VariableMetric: Iteration # 111 - FCN = -715282.4020421 Edm = 0.000374132 NCalls = 690 +VariableMetric: Iteration # 112 - FCN = -715282.4027265 Edm = 0.000423601 NCalls = 693 +VariableMetric: Iteration # 113 - FCN = -715282.4031459 Edm = 0.000224079 NCalls = 695 +VariableMetric: Iteration # 114 - FCN = -715282.4036341 Edm = 0.000125203 NCalls = 698 +VariableMetric: Iteration # 115 - FCN = -715282.4040263 Edm = 0.000254234 NCalls = 703 +VariableMetric: Iteration # 116 - FCN = -715282.4041139 Edm = 8.03728e-05 NCalls = 705 +VariableMetric: Iteration # 117 - FCN = -715282.4042082 Edm = 3.43843e-05 NCalls = 707 +VariableMetric: After Hessian - FCN = -715282.4042082 Edm = 7.37463e-05 NCalls = 1084 +VariableMetric: Iteration # 118 - FCN = -715282.4042082 Edm = 7.37463e-05 NCalls = 1084 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.153E+05 | Ncalls=1271 (1271 total) | +| EDM = 2.94E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -715282.5198734059 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.93 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.43 | 0.17 | | |0.00501244| 2.01499 | | +| 2 | phi_s | 16.4 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -2.62 | 0.14 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 1.799 | 0.031 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 3.84 | 0.08 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -4.631 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6.4 | 1.5 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.48 | 0.18 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.62 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1364 | 12 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.993E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | -5.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 14| rho_p | -0.12 | 0.28 | | |-6.28319 | 6.28319 | | +| 15| p4040_p | -2.66 | 0.13 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.35 | 0.31 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.50 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Dbar_s | -0.12 | 0.08 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.12 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s phi_s p4415_p psi2s_p p4160_p phi_p jpsi_p omega_s p4415_s p3770_s psi2s_s jpsi_s omega_p rho_p p4040_p rho_s p4160_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.215 0.034 0.013 -0.368 0.173 0.020 -0.147 -0.015 -0.153 -0.269 0.253 0.254 -0.028 -0.113 0.108 -0.032 -0.162 0.433 -0.352 | +| p4040_s | -0.215 1.000 -0.030 -0.149 0.042 -0.478 -0.018 0.045 0.009 0.167 0.196 -0.187 -0.187 0.016 0.059 -0.176 0.011 0.131 -0.422 0.407 | +| phi_s | 0.034 -0.030 1.000 -0.014 -0.079 -0.019 0.905 -0.121 0.018 0.003 -0.032 0.164 0.164 0.060 -0.008 -0.029 0.009 -0.017 0.125 0.045 | +| p4415_p | 0.013 -0.149 -0.014 1.000 -0.110 0.287 -0.015 -0.052 0.000 -0.184 0.009 -0.051 -0.051 -0.001 0.042 0.176 0.009 -0.119 -0.200 -0.092 | +| psi2s_p | -0.368 0.042 -0.079 -0.110 1.000 -0.136 -0.061 0.225 0.002 -0.056 -0.169 -0.347 -0.347 0.020 0.135 -0.255 0.045 -0.114 -0.260 0.083 | +| p4160_p | 0.173 -0.478 -0.019 0.287 -0.136 1.000 -0.021 -0.022 -0.001 -0.008 -0.078 -0.059 -0.059 -0.002 0.053 0.196 0.015 -0.175 0.035 -0.426 | +| phi_p | 0.020 -0.018 0.905 -0.015 -0.061 -0.021 1.000 -0.100 -0.016 0.004 -0.021 0.122 0.122 0.042 -0.050 -0.027 0.020 -0.012 0.091 0.036 | +| jpsi_p | -0.147 0.045 -0.121 -0.052 0.225 -0.022 -0.100 1.000 -0.016 -0.093 0.082 -0.367 -0.368 -0.003 0.093 -0.080 0.021 -0.079 -0.235 -0.183 | +| omega_s | -0.015 0.009 0.018 0.000 0.002 -0.001 -0.016 -0.016 1.000 -0.001 0.009 -0.039 -0.039 0.775 0.074 0.003 -0.299 0.004 -0.032 -0.013 | +| p4415_s | -0.153 0.167 0.003 -0.184 -0.056 -0.008 0.004 -0.093 -0.001 1.000 0.057 0.014 0.014 -0.003 -0.031 0.054 -0.014 0.306 -0.223 0.353 | +| p3770_s | -0.269 0.196 -0.032 0.009 -0.169 -0.078 -0.021 0.082 0.009 0.057 1.000 -0.190 -0.188 0.016 0.077 -0.070 0.012 0.094 -0.269 0.010 | +| psi2s_s | 0.253 -0.187 0.164 -0.051 -0.347 -0.059 0.122 -0.367 -0.039 0.014 -0.190 1.000 0.996 -0.091 -0.518 -0.134 -0.183 -0.103 0.756 0.258 | +| jpsi_s | 0.254 -0.187 0.164 -0.051 -0.347 -0.059 0.122 -0.368 -0.039 0.014 -0.188 0.996 1.000 -0.091 -0.520 -0.134 -0.183 -0.103 0.757 0.258 | +| omega_p | -0.028 0.016 0.060 -0.001 0.020 -0.002 0.042 -0.003 0.775 -0.003 0.016 -0.091 -0.091 1.000 0.028 0.003 0.054 0.005 -0.066 -0.020 | +| rho_p | -0.113 0.059 -0.008 0.042 0.135 0.053 -0.050 0.093 0.074 -0.031 0.077 -0.518 -0.520 0.028 1.000 0.077 0.264 0.029 -0.368 -0.152 | +| p4040_p | 0.108 -0.176 -0.029 0.176 -0.255 0.196 -0.027 -0.080 0.003 0.054 -0.070 -0.134 -0.134 0.003 0.077 1.000 0.018 0.365 -0.150 -0.292 | +| rho_s | -0.032 0.011 0.009 0.009 0.045 0.015 0.020 0.021 -0.299 -0.014 0.012 -0.183 -0.183 0.054 0.264 0.018 1.000 0.000 -0.108 -0.035 | +| p4160_s | -0.162 0.131 -0.017 -0.119 -0.114 -0.175 -0.012 -0.079 0.004 0.306 0.094 -0.103 -0.103 0.005 0.029 0.365 0.000 1.000 -0.399 0.307 | +| Dbar_s | 0.433 -0.422 0.125 -0.200 -0.260 0.035 0.091 -0.235 -0.032 -0.223 -0.269 0.756 0.757 -0.066 -0.368 -0.150 -0.108 -0.399 1.000 -0.271 | +| Ctt | -0.352 0.407 0.045 -0.092 0.083 -0.426 0.036 -0.183 -0.013 0.353 0.010 0.258 0.258 -0.020 -0.152 -0.292 -0.035 0.307 -0.271 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10618338463711519}), (, {'error': 0.1682405037763156}), (, {'error': 1.738541978614876}), (, {'error': 0.143989502055196}), (, {'error': 0.031243624712280926}), (, {'error': 0.08414969329332678}), (, {'error': 0.44947405715652256}), (, {'error': 0.01737136366266956}), (, {'error': 1.49379168689774}), (, {'error': 0.1750160638280287}), (, {'error': 0.20699035241345087}), (, {'error': 12.134998964733882}), (, {'error': 147.0605707805762}), (, {'error': 0.37667043095781105}), (, {'error': 0.2807364903322087}), (, {'error': 0.13196671647394398}), (, {'error': 0.30610903675852896}), (, {'error': 0.16590572778958323}), (, {'error': 0.08308367732573174}), (, {'error': 0.11953571236867111})]) +Toy 1/10 +Time taken: 1 h, 52 min +Projected time left: 16 h, 56 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.152E+05 | Ncalls=1609 (1609 total) | +| EDM = 0.000567 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -715246.0300816144 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.88 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.14 | 0.16 | | |0.00501244| 2.01499 | | +| 2 | phi_s | 16 | 5 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 2.24 | 0.04 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.05 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -6.1 | 1.1 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -1.544 | 0.019 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6.4 | 1.3 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 0.126 | 0.014 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.49 | 0.20 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1360 | 40 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 0.26 | 0.31 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 6.08 | 0.24 | | |-6.28319 | 6.28319 | | +| 15| p4040_p | -2.52 | 0.15 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.39 | 0.30 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.02 | 0.15 | | | 0.71676 | 3.68324 | | +| 18| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +| 19| Ctt | -0.33 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s phi_s p4415_p psi2s_p p4160_p phi_p jpsi_p omega_s p4415_s p3770_s psi2s_s jpsi_s omega_p rho_p p4040_p rho_s p4160_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.185 -0.018 0.005 -0.168 0.200 -0.019 -0.063 -0.001 0.006 -0.163 0.005 0.005 -0.005 0.008 0.153 0.001 -0.098 0.240 -0.378 | +| p4040_s | -0.185 1.000 0.028 0.002 -0.089 -0.465 0.026 0.075 -0.000 -0.010 0.140 0.077 0.077 -0.005 -0.057 -0.232 -0.020 -0.015 -0.203 0.428 | +| phi_s | -0.018 0.028 1.000 -0.001 -0.209 -0.093 0.978 0.035 -0.071 -0.002 -0.040 0.288 0.289 0.065 -0.118 -0.087 0.026 0.026 0.218 0.163 | +| p4415_p | 0.005 0.002 -0.001 1.000 0.009 -0.010 -0.001 0.001 0.000 -0.019 -0.001 -0.006 -0.006 0.001 0.003 -0.007 0.001 -0.005 0.012 -0.012 | +| psi2s_p | -0.168 -0.089 -0.209 0.009 1.000 0.139 -0.192 -0.343 -0.001 0.005 -0.130 -0.595 -0.595 0.024 0.237 -0.007 0.080 -0.183 -0.450 -0.345 | +| p4160_p | 0.200 -0.465 -0.093 -0.010 0.139 1.000 -0.086 -0.208 0.002 0.010 -0.016 -0.263 -0.263 0.012 0.131 0.161 0.038 -0.179 -0.115 -0.490 | +| phi_p | -0.019 0.026 0.978 -0.001 -0.192 -0.086 1.000 0.017 -0.086 -0.002 -0.036 0.260 0.261 0.059 -0.132 -0.081 0.032 0.023 0.196 0.146 | +| jpsi_p | -0.063 0.075 0.035 0.001 -0.343 -0.208 0.017 1.000 -0.024 -0.004 -0.068 0.522 0.523 -0.058 -0.241 -0.236 -0.049 0.011 0.432 0.389 | +| omega_s | -0.001 -0.000 -0.071 0.000 -0.001 0.002 -0.086 -0.024 1.000 0.000 0.003 -0.003 -0.003 0.670 0.073 0.003 -0.350 0.000 -0.006 -0.009 | +| p4415_s | 0.006 -0.010 -0.002 -0.019 0.005 0.010 -0.002 -0.004 0.000 1.000 0.000 -0.006 -0.006 0.000 0.003 0.004 0.001 -0.012 -0.004 -0.013 | +| p3770_s | -0.163 0.140 -0.040 -0.001 -0.130 -0.016 -0.036 -0.068 0.003 0.000 1.000 -0.148 -0.146 0.007 0.053 -0.008 0.008 0.045 -0.229 -0.080 | +| psi2s_s | 0.005 0.077 0.288 -0.006 -0.595 -0.263 0.260 0.522 -0.003 -0.006 -0.148 1.000 0.997 -0.062 -0.452 -0.249 -0.172 0.099 0.759 0.557 | +| jpsi_s | 0.005 0.077 0.289 -0.006 -0.595 -0.263 0.261 0.523 -0.003 -0.006 -0.146 0.997 1.000 -0.062 -0.454 -0.249 -0.173 0.100 0.761 0.557 | +| omega_p | -0.005 -0.005 0.065 0.001 0.024 0.012 0.059 -0.058 0.670 0.000 0.007 -0.062 -0.062 1.000 0.008 0.009 0.060 -0.009 -0.045 -0.031 | +| rho_p | 0.008 -0.057 -0.118 0.003 0.237 0.131 -0.132 -0.241 0.073 0.003 0.053 -0.452 -0.454 0.008 1.000 0.115 0.227 -0.054 -0.329 -0.252 | +| p4040_p | 0.153 -0.232 -0.087 -0.007 -0.007 0.161 -0.081 -0.236 0.003 0.004 -0.008 -0.249 -0.249 0.009 0.115 1.000 0.031 0.342 -0.264 -0.340 | +| rho_s | 0.001 -0.020 0.026 0.001 0.080 0.038 0.032 -0.049 -0.350 0.001 0.008 -0.172 -0.173 0.060 0.227 0.031 1.000 -0.022 -0.109 -0.063 | +| p4160_s | -0.098 -0.015 0.026 -0.005 -0.183 -0.179 0.023 0.011 0.000 -0.012 0.045 0.099 0.100 -0.009 -0.054 0.342 -0.022 1.000 -0.225 0.277 | +| Dbar_s | 0.240 -0.203 0.218 0.012 -0.450 -0.115 0.196 0.432 -0.006 -0.004 -0.229 0.759 0.761 -0.045 -0.329 -0.264 -0.109 -0.225 1.000 0.050 | +| Ctt | -0.378 0.428 0.163 -0.012 -0.345 -0.490 0.146 0.389 -0.009 -0.013 -0.080 0.557 0.557 -0.031 -0.252 -0.340 -0.063 0.277 0.050 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10569507576261117}), (, {'error': 0.15694982055976686}), (, {'error': 5.073408490053277}), (, {'error': 0.12452426675727146}), (, {'error': 0.035120969322380624}), (, {'error': 0.09550444776607492}), (, {'error': 1.0896544330782265}), (, {'error': 0.01897626688432652}), (, {'error': 1.2571696795748029}), (, {'error': 0.013977445436265057}), (, {'error': 0.19652692734137145}), (, {'error': 40.251630656894235}), (, {'error': 81.14775683976677}), (, {'error': 0.3134025639946154}), (, {'error': 0.2435665174853492}), (, {'error': 0.1539976551881197}), (, {'error': 0.2956099500596894}), (, {'error': 0.14973298542568236}), (, {'error': 0.06481656357423649}), (, {'error': 0.13101388130617456})]) +Toy 2/10 +Time taken: 4 h, 4 min +Projected time left: 16 h, 19 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.153E+05 | Ncalls=1180 (1180 total) | +| EDM = 4.6E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -715282.1890089116 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.49 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.35 | 0.13 | | |0.00501244| 2.01499 | | +| 2 | phi_s | 16 | 7 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -2.33 | 0.13 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -2.109 | 0.024 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.23 | 0.07 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -6 | 11 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -1.738 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 5.9 | 1.0 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.45 | 0.16 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.41 | 0.17 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1358.6 | 2.5 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.993E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 14| rho_p | -0.32 | 0.22 | | |-6.28319 | 6.28319 | | +| 15| p4040_p | 4.13 | 0.12 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.34 | 0.28 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.44 | 0.14 | | | 0.71676 | 3.68324 | | +| 18| Dbar_s | -0.12 | 0.04 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.11 | 0.09 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s phi_s p4415_p psi2s_p p4160_p phi_p jpsi_p omega_s p4415_s p3770_s psi2s_s jpsi_s omega_p rho_p p4040_p rho_s p4160_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.031 -0.052 0.054 0.318 0.134 -0.052 -0.020 0.021 -0.068 -0.114 -0.004 0.012 0.007 0.020 0.150 -0.004 -0.015 0.205 -0.374 | +| p4040_s | -0.031 1.000 0.004 -0.153 -0.220 -0.386 0.004 -0.026 -0.000 0.072 0.124 0.002 -0.000 -0.000 -0.034 -0.136 -0.014 -0.017 -0.260 0.298 | +| phi_s | -0.052 0.004 1.000 -0.041 -0.185 -0.065 0.997 -0.393 -0.421 -0.001 -0.003 0.125 0.134 -0.129 -0.053 -0.057 0.235 -0.006 0.031 0.005 | +| p4415_p | 0.054 -0.153 -0.041 1.000 0.029 0.244 -0.042 -0.034 0.018 -0.191 0.002 0.018 0.019 0.006 0.020 0.141 -0.005 -0.155 -0.271 -0.087 | +| psi2s_p | 0.318 -0.220 -0.185 0.029 1.000 0.159 -0.186 0.038 0.071 -0.165 -0.081 0.037 0.054 0.026 0.011 0.079 -0.028 -0.163 0.425 -0.408 | +| p4160_p | 0.134 -0.386 -0.065 0.244 0.159 1.000 -0.065 -0.043 0.028 0.073 -0.038 -0.024 -0.025 0.009 0.027 0.139 -0.011 -0.106 -0.079 -0.314 | +| phi_p | -0.052 0.004 0.997 -0.042 -0.186 -0.065 1.000 -0.394 -0.425 -0.002 -0.003 0.124 0.132 -0.129 -0.064 -0.057 0.236 -0.006 0.030 0.004 | +| jpsi_p | -0.020 -0.026 -0.393 -0.034 0.038 -0.043 -0.394 1.000 0.146 -0.025 -0.061 0.037 0.041 0.054 0.004 -0.088 -0.053 -0.052 0.107 0.154 | +| omega_s | 0.021 -0.000 -0.421 0.018 0.071 0.028 -0.425 0.146 1.000 0.001 0.004 -0.042 -0.045 -0.160 0.158 0.026 -0.505 0.005 -0.018 -0.009 | +| p4415_s | -0.068 0.072 -0.001 -0.191 -0.165 0.073 -0.002 -0.025 0.001 1.000 0.031 0.029 0.032 0.001 -0.023 0.069 -0.006 0.205 -0.194 0.240 | +| p3770_s | -0.114 0.124 -0.003 0.002 -0.081 -0.038 -0.003 -0.061 0.004 0.031 1.000 -0.015 -0.017 0.001 -0.017 -0.064 -0.015 0.041 -0.177 0.002 | +| psi2s_s | -0.004 0.002 0.125 0.018 0.037 -0.024 0.124 0.037 -0.042 0.029 -0.015 1.000 0.922 -0.014 -0.124 -0.024 -0.012 0.027 0.214 0.112 | +| jpsi_s | 0.012 -0.000 0.134 0.019 0.054 -0.025 0.132 0.041 -0.045 0.032 -0.017 0.922 1.000 -0.015 -0.132 -0.023 -0.011 0.029 0.235 0.126 | +| omega_p | 0.007 -0.000 -0.129 0.006 0.026 0.009 -0.129 0.054 -0.160 0.001 0.001 -0.014 -0.015 1.000 0.060 0.009 -0.019 0.002 -0.005 -0.001 | +| rho_p | 0.020 -0.034 -0.053 0.020 0.011 0.027 -0.064 0.004 0.158 -0.023 -0.017 -0.124 -0.132 0.060 1.000 0.017 0.179 -0.020 0.001 -0.025 | +| p4040_p | 0.150 -0.136 -0.057 0.141 0.079 0.139 -0.057 -0.088 0.026 0.069 -0.064 -0.024 -0.023 0.009 0.017 1.000 -0.014 0.361 -0.166 -0.250 | +| rho_s | -0.004 -0.014 0.235 -0.005 -0.028 -0.011 0.236 -0.053 -0.505 -0.006 -0.015 -0.012 -0.011 -0.019 0.179 -0.014 1.000 -0.010 0.036 0.024 | +| p4160_s | -0.015 -0.017 -0.006 -0.155 -0.163 -0.106 -0.006 -0.052 0.005 0.205 0.041 0.027 0.029 0.002 -0.020 0.361 -0.010 1.000 -0.328 0.198 | +| Dbar_s | 0.205 -0.260 0.031 -0.271 0.425 -0.079 0.030 0.107 -0.018 -0.194 -0.177 0.214 0.235 -0.005 0.001 -0.166 0.036 -0.328 1.000 -0.513 | +| Ctt | -0.374 0.298 0.005 -0.087 -0.408 -0.314 0.004 0.154 -0.009 0.240 0.002 0.112 0.126 -0.001 -0.025 -0.250 0.024 0.198 -0.513 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09483390951463022}), (, {'error': 0.13392731070940933}), (, {'error': 7.054054080211237}), (, {'error': 0.1298976197042634}), (, {'error': 0.023910764719137667}), (, {'error': 0.07319927373958635}), (, {'error': 10.604064876790197}), (, {'error': 0.016382449301671986}), (, {'error': 0.9682436082478771}), (, {'error': 0.1552035566266664}), (, {'error': 0.17392228592227155}), (, {'error': 2.510948571028507}), (, {'error': 19.487823942265095}), (, {'error': 0.15923297167639294}), (, {'error': 0.22201252653278525}), (, {'error': 0.11971554092789294}), (, {'error': 0.28309408640965394}), (, {'error': 0.13651871499976376}), (, {'error': 0.038477165715319894}), (, {'error': 0.09264498913311581})]) +Toy 3/10 +Time taken: 5 h, 50 min +Projected time left: 13 h, 37 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.153E+05 | Ncalls=1228 (1228 total) | +| EDM = 0.000235 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -715281.1357616293 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.49 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.34 | 0.16 | | |0.00501244| 2.01499 | | +| 2 | phi_s | 16.3 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -2.33 | 0.15 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -2.109 | 0.031 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.24 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 4.543 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 9.4 | 1.2 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.44 | 0.18 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.41 | 0.19 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1359 | 9 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.993E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 0.91 | 0.29 | | |-6.28319 | 6.28319 | | +| 14| rho_p | -6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 15| p4040_p | -2.16 | 0.14 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.4 | 0.4 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.43 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Dbar_s | -0.12 | 0.06 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.10 | 0.14 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s phi_s p4415_p psi2s_p p4160_p phi_p jpsi_p omega_s p4415_s p3770_s psi2s_s jpsi_s omega_p rho_p p4040_p rho_s p4160_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.222 -0.002 0.044 0.502 0.244 0.003 -0.066 0.001 -0.203 -0.184 0.039 0.060 0.003 0.004 0.193 0.011 -0.161 0.420 -0.562 | +| p4040_s | -0.222 1.000 0.001 -0.150 -0.428 -0.489 0.001 -0.007 0.001 0.199 0.199 -0.034 -0.040 -0.013 -0.008 -0.183 -0.023 0.136 -0.443 0.509 | +| phi_s | -0.002 0.001 1.000 -0.004 -0.004 -0.007 -0.686 -0.012 -0.014 0.003 -0.002 0.036 0.039 0.052 0.034 -0.005 0.038 0.002 0.011 0.009 | +| p4415_p | 0.044 -0.150 -0.004 1.000 -0.011 0.303 0.003 -0.095 0.002 -0.162 0.023 -0.015 -0.017 -0.002 0.005 0.196 -0.001 -0.104 -0.275 -0.053 | +| psi2s_p | 0.502 -0.428 -0.004 -0.011 1.000 0.268 0.010 -0.041 0.005 -0.334 -0.182 0.107 0.132 0.001 -0.000 0.090 0.016 -0.353 0.666 -0.660 | +| p4160_p | 0.244 -0.489 -0.007 0.303 0.268 1.000 0.005 -0.119 0.003 -0.008 -0.073 -0.024 -0.025 -0.001 0.007 0.218 0.002 -0.159 0.070 -0.417 | +| phi_p | 0.003 0.001 -0.686 0.003 0.010 0.005 1.000 0.026 -0.004 0.001 0.002 -0.004 -0.004 -0.034 -0.006 0.004 -0.003 0.002 -0.004 -0.002 | +| jpsi_p | -0.066 -0.007 -0.012 -0.095 -0.041 -0.119 0.026 1.000 0.014 -0.030 -0.083 0.113 0.124 -0.001 -0.014 -0.177 0.032 -0.079 0.115 0.155 | +| omega_s | 0.001 0.001 -0.014 0.002 0.005 0.003 -0.004 0.014 1.000 0.000 0.001 -0.003 -0.003 -0.539 -0.001 0.003 -0.197 0.001 -0.003 -0.002 | +| p4415_s | -0.203 0.199 0.003 -0.162 -0.334 -0.008 0.001 -0.030 0.000 1.000 0.090 -0.001 -0.002 -0.009 -0.006 0.068 -0.012 0.334 -0.374 0.397 | +| p3770_s | -0.184 0.199 -0.002 0.023 -0.182 -0.073 0.002 -0.083 0.001 0.090 1.000 -0.044 -0.049 -0.013 -0.003 -0.063 -0.023 0.109 -0.262 0.123 | +| psi2s_s | 0.039 -0.034 0.036 -0.015 0.107 -0.024 -0.004 0.113 -0.003 -0.001 -0.044 1.000 0.910 -0.041 -0.020 -0.041 -0.052 -0.021 0.220 0.032 | +| jpsi_s | 0.060 -0.040 0.039 -0.017 0.132 -0.025 -0.004 0.124 -0.003 -0.002 -0.049 0.910 1.000 -0.043 -0.022 -0.041 -0.054 -0.024 0.246 0.036 | +| omega_p | 0.003 -0.013 0.052 -0.002 0.001 -0.001 -0.034 -0.001 -0.539 -0.009 -0.013 -0.041 -0.043 1.000 -0.023 -0.008 0.723 -0.013 0.018 0.002 | +| rho_p | 0.004 -0.008 0.034 0.005 -0.000 0.007 -0.006 -0.014 -0.001 -0.006 -0.003 -0.020 -0.022 -0.023 1.000 0.004 0.016 -0.004 0.001 -0.009 | +| p4040_p | 0.193 -0.183 -0.005 0.196 0.090 0.218 0.004 -0.177 0.003 0.068 -0.063 -0.041 -0.041 -0.008 0.004 1.000 -0.008 0.376 -0.134 -0.246 | +| rho_s | 0.011 -0.023 0.038 -0.001 0.016 0.002 -0.003 0.032 -0.197 -0.012 -0.023 -0.052 -0.054 0.723 0.016 -0.008 1.000 -0.018 0.035 0.009 | +| p4160_s | -0.161 0.136 0.002 -0.104 -0.353 -0.159 0.002 -0.079 0.001 0.334 0.109 -0.021 -0.024 -0.013 -0.004 0.376 -0.018 1.000 -0.504 0.379 | +| Dbar_s | 0.420 -0.443 0.011 -0.275 0.666 0.070 -0.004 0.115 -0.003 -0.374 -0.262 0.220 0.246 0.018 0.001 -0.134 0.035 -0.504 1.000 -0.719 | +| Ctt | -0.562 0.509 0.009 -0.053 -0.660 -0.417 -0.002 0.155 -0.002 0.397 0.123 0.032 0.036 0.002 -0.009 -0.246 0.009 0.379 -0.719 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11395935396272705}), (, {'error': 0.16392187714861262}), (, {'error': 1.0325044236286578}), (, {'error': 0.14811538717636097}), (, {'error': 0.031360339452640495}), (, {'error': 0.08677505700903154}), (, {'error': 0.40518848187831225}), (, {'error': 0.016312493889349966}), (, {'error': 1.1905467182404497}), (, {'error': 0.1771059200018672}), (, {'error': 0.18940229973041012}), (, {'error': 8.950026818892184}), (, {'error': 19.383926510819038}), (, {'error': 0.2947213721185684}), (, {'error': 0.09136937117325772}), (, {'error': 0.13929594191748906}), (, {'error': 0.37725889958617365}), (, {'error': 0.16565483536443826}), (, {'error': 0.060498488474871936}), (, {'error': 0.14179664895482055})]) +Toy 4/10 +Time taken: 7 h, 40 min +Projected time left: 11 h, 30 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.152E+05 | Ncalls=1212 (1212 total) | +| EDM = 8.72E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -715245.9085120668 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.33 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.11 | 0.19 | | |0.00501244| 2.01499 | | +| 2 | phi_s | 16.4 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -2.44 | 0.04 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -2.25 | 0.12 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.29 | 0.43 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 1.476 | 0.019 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6.4 | 1.3 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 0.126 | 0.014 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.33 | 0.19 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1360 | 70 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.993E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 0.4 | 0.3 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 6.17 | 0.24 | | |-6.28319 | 6.28319 | | +| 15| p4040_p | -2.51 | 0.18 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.38 | 0.30 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.00 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| Dbar_s | 0.08 | 0.08 | | | -1.464 | 1.464 | | +| 19| Ctt | -0.38 | 0.21 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s phi_s p4415_p psi2s_p p4160_p phi_p jpsi_p omega_s p4415_s p3770_s psi2s_s jpsi_s omega_p rho_p p4040_p rho_s p4160_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.426 -0.018 0.012 0.394 0.436 -0.017 -0.028 -0.002 0.016 -0.056 -0.048 -0.048 -0.001 0.042 0.328 0.000 -0.248 0.480 -0.602 | +| p4040_s | -0.426 1.000 0.040 -0.006 -0.272 -0.644 0.028 -0.108 0.003 -0.020 0.072 0.175 0.177 -0.013 -0.104 -0.405 -0.022 0.166 -0.415 0.658 | +| phi_s | -0.018 0.040 1.000 -0.001 0.087 -0.079 0.899 -0.142 0.005 -0.003 -0.042 0.203 0.203 0.043 -0.029 -0.078 -0.002 0.020 0.111 0.107 | +| p4415_p | 0.012 -0.006 -0.001 1.000 0.012 -0.003 -0.000 0.008 0.000 -0.020 -0.001 -0.005 -0.005 0.001 0.002 -0.004 0.001 -0.011 0.022 -0.017 | +| psi2s_p | 0.394 -0.272 0.087 0.012 1.000 0.090 0.044 -0.278 0.001 0.004 -0.211 0.538 0.541 -0.055 -0.218 -0.090 -0.071 -0.242 0.732 -0.084 | +| p4160_p | 0.436 -0.644 -0.079 -0.003 0.090 1.000 -0.054 0.144 -0.006 0.020 0.058 -0.345 -0.348 0.023 0.167 0.372 0.037 -0.303 0.177 -0.706 | +| phi_p | -0.017 0.028 0.899 -0.000 0.044 -0.054 1.000 -0.107 -0.026 -0.002 -0.026 0.129 0.129 0.030 -0.045 -0.053 0.016 0.013 0.068 0.069 | +| jpsi_p | -0.028 -0.108 -0.142 0.008 -0.278 0.144 -0.107 1.000 -0.025 0.007 0.014 -0.453 -0.455 0.009 0.122 0.057 0.027 -0.143 -0.254 -0.240 | +| omega_s | -0.002 0.003 0.005 0.000 0.001 -0.006 -0.026 -0.025 1.000 -0.000 -0.000 0.024 0.024 0.709 0.028 -0.005 -0.373 0.002 0.012 0.004 | +| p4415_s | 0.016 -0.020 -0.003 -0.020 0.004 0.020 -0.002 0.007 -0.000 1.000 0.003 -0.012 -0.012 0.001 0.006 0.013 0.001 -0.018 0.005 -0.025 | +| p3770_s | -0.056 0.072 -0.042 -0.001 -0.211 0.058 -0.026 0.014 -0.000 0.003 1.000 -0.211 -0.211 0.015 0.077 0.066 0.011 0.032 -0.199 -0.142 | +| psi2s_s | -0.048 0.175 0.203 -0.005 0.538 -0.345 0.129 -0.453 0.024 -0.012 -0.211 1.000 0.997 -0.080 -0.424 -0.351 -0.157 0.090 0.559 0.503 | +| jpsi_s | -0.048 0.177 0.203 -0.005 0.541 -0.348 0.129 -0.455 0.024 -0.012 -0.211 0.997 1.000 -0.080 -0.425 -0.353 -0.157 0.091 0.559 0.508 | +| omega_p | -0.001 -0.013 0.043 0.001 -0.055 0.023 0.030 0.009 0.709 0.001 0.015 -0.080 -0.080 1.000 0.012 0.022 0.032 -0.009 -0.045 -0.037 | +| rho_p | 0.042 -0.104 -0.029 0.002 -0.218 0.167 -0.045 0.122 0.028 0.006 0.077 -0.424 -0.425 0.012 1.000 0.158 0.214 -0.054 -0.211 -0.230 | +| p4040_p | 0.328 -0.405 -0.078 -0.004 -0.090 0.372 -0.053 0.057 -0.005 0.013 0.066 -0.351 -0.353 0.022 0.158 1.000 0.035 0.206 -0.061 -0.526 | +| rho_s | 0.000 -0.022 -0.002 0.001 -0.071 0.037 0.016 0.027 -0.373 0.001 0.011 -0.157 -0.157 0.032 0.214 0.035 1.000 -0.015 -0.081 -0.043 | +| p4160_s | -0.248 0.166 0.020 -0.011 -0.242 -0.303 0.013 -0.143 0.002 -0.018 0.032 0.090 0.091 -0.009 -0.054 0.206 -0.015 1.000 -0.404 0.393 | +| Dbar_s | 0.480 -0.415 0.111 0.022 0.732 0.177 0.068 -0.254 0.012 0.005 -0.199 0.559 0.559 -0.045 -0.211 -0.061 -0.081 -0.404 1.000 -0.336 | +| Ctt | -0.602 0.658 0.107 -0.017 -0.084 -0.706 0.069 -0.240 0.004 -0.025 -0.142 0.503 0.508 -0.037 -0.230 -0.526 -0.043 0.393 -0.336 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13240850563692064}), (, {'error': 0.1938656830642838}), (, {'error': 1.6995372919243987}), (, {'error': 0.13729971454744527}), (, {'error': 0.03534574311819405}), (, {'error': 0.12195400331109707}), (, {'error': 0.43295026105126855}), (, {'error': 0.018584156094993087}), (, {'error': 1.3474113984283242}), (, {'error': 0.014149672056169599}), (, {'error': 0.19097960934713676}), (, {'error': 74.10583132374677}), (, {'error': 149.6603311416893}), (, {'error': 0.33461342654224024}), (, {'error': 0.2401436174367637}), (, {'error': 0.18256001407326394}), (, {'error': 0.3043174430499832}), (, {'error': 0.165779210516253}), (, {'error': 0.07793322413369108}), (, {'error': 0.21195113602628557})]) +Toy 5/10 +Time taken: 9 h, 28 min +Projected time left: 9 h, 28 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.152E+05 | Ncalls=1381 (1381 total) | +| EDM = 1.77E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -715243.3962621371 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.77 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.18 | 0.17 | | |0.00501244| 2.01499 | | +| 2 | phi_s | 16.3 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.466 | 0.031 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 3.83 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 1.669 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 5.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 0.126 | 0.013 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.53 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1364 | 12 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.993E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 14| rho_p | -0.004 | 0.254 | | |-6.28319 | 6.28319 | | +| 15| p4040_p | 3.50 | 0.16 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.4 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.04 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| Dbar_s | 0.06 | 0.08 | | | -1.464 | 1.464 | | +| 19| Ctt | -0.28 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s phi_s p4415_p psi2s_p p4160_p phi_p jpsi_p omega_s p4415_s p3770_s psi2s_s jpsi_s omega_p rho_p p4040_p rho_s p4160_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.258 0.025 0.007 -0.357 0.217 0.011 -0.129 0.007 0.006 -0.203 0.202 0.203 0.000 -0.086 0.119 -0.035 -0.160 0.441 -0.369 | +| p4040_s | -0.258 1.000 -0.009 0.003 0.066 -0.507 -0.002 0.002 -0.004 -0.010 0.158 -0.061 -0.060 -0.000 -0.001 -0.231 -0.003 0.050 -0.373 0.479 | +| phi_s | 0.025 -0.009 1.000 0.001 -0.079 -0.031 0.901 -0.123 -0.028 -0.001 -0.029 0.153 0.153 -0.011 0.024 -0.039 0.011 -0.007 0.117 0.060 | +| p4415_p | 0.007 0.003 0.001 1.000 0.008 -0.015 0.001 0.007 -0.000 -0.019 -0.003 0.002 0.002 -0.000 -0.001 -0.012 -0.000 -0.006 0.022 -0.010 | +| psi2s_p | -0.357 0.066 -0.079 0.008 1.000 -0.088 -0.057 0.221 -0.017 -0.000 -0.242 -0.366 -0.366 0.002 0.140 -0.214 0.063 -0.108 -0.338 0.073 | +| p4160_p | 0.217 -0.507 -0.031 -0.015 -0.088 1.000 -0.026 0.058 0.000 0.009 -0.029 -0.155 -0.156 0.002 0.098 0.156 0.037 -0.201 0.061 -0.516 | +| phi_p | 0.011 -0.002 0.901 0.001 -0.057 -0.026 1.000 -0.098 -0.058 -0.001 -0.017 0.101 0.102 -0.010 -0.012 -0.030 0.020 -0.005 0.075 0.041 | +| jpsi_p | -0.129 0.002 -0.123 0.007 0.221 0.058 -0.098 1.000 -0.020 0.004 0.072 -0.402 -0.404 0.004 0.110 -0.017 0.038 -0.093 -0.282 -0.230 | +| omega_s | 0.007 -0.004 -0.028 -0.000 -0.017 0.000 -0.058 -0.020 1.000 0.000 -0.001 0.033 0.033 -0.123 0.211 -0.000 -0.483 0.001 0.020 0.000 | +| p4415_s | 0.006 -0.010 -0.001 -0.019 -0.000 0.009 -0.001 0.004 0.000 1.000 -0.000 -0.004 -0.004 0.000 0.003 0.003 0.001 -0.012 0.002 -0.015 | +| p3770_s | -0.203 0.158 -0.029 -0.003 -0.242 -0.029 -0.017 0.072 -0.001 -0.000 1.000 -0.181 -0.179 0.000 0.076 0.001 0.020 0.074 -0.232 -0.081 | +| psi2s_s | 0.202 -0.061 0.153 0.002 -0.366 -0.155 0.101 -0.402 0.033 -0.004 -0.181 1.000 0.997 -0.004 -0.504 -0.218 -0.233 -0.045 0.749 0.371 | +| jpsi_s | 0.203 -0.060 0.153 0.002 -0.366 -0.156 0.102 -0.404 0.033 -0.004 -0.179 0.997 1.000 -0.004 -0.506 -0.218 -0.234 -0.045 0.751 0.371 | +| omega_p | 0.000 -0.000 -0.011 -0.000 0.002 0.002 -0.010 0.004 -0.123 0.000 0.000 -0.004 -0.004 1.000 0.019 0.002 0.036 0.000 -0.003 -0.002 | +| rho_p | -0.086 -0.001 0.024 -0.001 0.140 0.098 -0.012 0.110 0.211 0.003 0.076 -0.504 -0.506 0.019 1.000 0.114 0.264 0.006 -0.357 -0.200 | +| p4040_p | 0.119 -0.231 -0.039 -0.012 -0.214 0.156 -0.030 -0.017 -0.000 0.003 0.001 -0.218 -0.218 0.002 0.114 1.000 0.041 0.371 -0.190 -0.327 | +| rho_s | -0.035 -0.003 0.011 -0.000 0.063 0.037 0.020 0.038 -0.483 0.001 0.020 -0.233 -0.234 0.036 0.264 0.041 1.000 -0.003 -0.149 -0.065 | +| p4160_s | -0.160 0.050 -0.007 -0.006 -0.108 -0.201 -0.005 -0.093 0.001 -0.012 0.074 -0.045 -0.045 0.000 0.006 0.371 -0.003 1.000 -0.374 0.289 | +| Dbar_s | 0.441 -0.373 0.117 0.022 -0.338 0.061 0.075 -0.282 0.020 0.002 -0.232 0.749 0.751 -0.003 -0.357 -0.190 -0.149 -0.374 1.000 -0.203 | +| Ctt | -0.369 0.479 0.060 -0.010 0.073 -0.516 0.041 -0.230 0.000 -0.015 -0.081 0.371 0.371 -0.002 -0.200 -0.327 -0.065 0.289 -0.203 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11369850624791522}), (, {'error': 0.17377991459500408}), (, {'error': 1.7049303853529585}), (, {'error': 0.15876566049344376}), (, {'error': 0.03145822495611794}), (, {'error': 0.10006663588866616}), (, {'error': 0.4396157264625642}), (, {'error': 0.01746049478679801}), (, {'error': 0.9201239888775503}), (, {'error': 0.012711944994040172}), (, {'error': 0.20693633816826829}), (, {'error': 12.387673868472234}), (, {'error': 147.98855794411338}), (, {'error': 0.09135515455926146}), (, {'error': 0.2540667351356065}), (, {'error': 0.15741685533322602}), (, {'error': 0.3172229358461919}), (, {'error': 0.16215939461859308}), (, {'error': 0.07685627198660017}), (, {'error': 0.13047873494014744})]) +Toy 6/10 +Time taken: 11 h, 22 min +Projected time left: 7 h, 35 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.152E+05 | Ncalls=1200 (1200 total) | +| EDM = 5.09E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -715245.6530433291 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.88 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.14 | 0.15 | | |0.00501244| 2.01499 | | +| 2 | phi_s | 16 | 7 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.047 | 0.030 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.05 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 4.737 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 9.4 | 1.1 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 0.126 | 0.014 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.49 | 0.19 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1360 | 6 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.990E4 | 0.005E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | -5.29 | 0.25 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 6.11 | 0.24 | | |-6.28319 | 6.28319 | | +| 15| p4040_p | 3.76 | 0.15 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.44 | 0.31 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.02 | 0.14 | | | 0.71676 | 3.68324 | | +| 18| Dbar_s | 0.04 | 0.05 | | | -1.464 | 1.464 | | +| 19| Ctt | -0.33 | 0.11 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s phi_s p4415_p psi2s_p p4160_p phi_p jpsi_p omega_s p4415_s p3770_s psi2s_s jpsi_s omega_p rho_p p4040_p rho_s p4160_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.147 -0.060 0.004 -0.175 0.182 -0.061 -0.052 -0.005 0.005 -0.153 -0.021 -0.021 -0.026 0.024 0.149 -0.006 -0.077 0.266 -0.400 | +| p4040_s | -0.147 1.000 0.030 0.003 -0.071 -0.435 0.030 0.033 0.002 -0.009 0.138 0.044 0.046 0.007 -0.035 -0.209 -0.006 -0.047 -0.290 0.408 | +| phi_s | -0.060 0.030 1.000 0.001 -0.232 -0.095 0.997 -0.265 0.101 -0.002 -0.017 0.344 0.348 0.403 -0.280 -0.088 0.136 0.013 0.170 0.118 | +| p4415_p | 0.004 0.003 0.001 1.000 0.007 -0.012 0.001 0.003 0.000 -0.019 -0.001 -0.003 -0.004 0.001 0.001 -0.008 0.000 -0.004 0.019 -0.010 | +| psi2s_p | -0.175 -0.071 -0.232 0.007 1.000 0.037 -0.230 -0.073 -0.015 0.002 -0.220 -0.378 -0.378 -0.084 0.092 -0.121 -0.024 -0.159 -0.195 -0.152 | +| p4160_p | 0.182 -0.435 -0.095 -0.012 0.037 1.000 -0.095 -0.080 -0.007 0.008 -0.039 -0.140 -0.141 -0.035 0.059 0.105 -0.007 -0.152 0.008 -0.418 | +| phi_p | -0.061 0.030 0.997 0.001 -0.230 -0.095 1.000 -0.268 0.103 -0.002 -0.017 0.339 0.342 0.403 -0.289 -0.088 0.135 0.012 0.167 0.116 | +| jpsi_p | -0.052 0.033 -0.265 0.003 -0.073 -0.080 -0.268 1.000 -0.019 -0.001 -0.005 0.169 0.169 -0.121 0.010 -0.116 -0.025 -0.028 0.144 0.177 | +| omega_s | -0.005 0.002 0.101 0.000 -0.015 -0.007 0.103 -0.019 1.000 -0.000 -0.001 0.023 0.023 -0.409 -0.055 -0.007 -0.109 0.000 0.011 0.008 | +| p4415_s | 0.005 -0.009 -0.002 -0.019 0.002 0.008 -0.002 -0.001 -0.000 1.000 -0.000 -0.003 -0.003 -0.001 0.002 0.003 -0.000 -0.011 -0.002 -0.012 | +| p3770_s | -0.153 0.138 -0.017 -0.001 -0.220 -0.039 -0.017 -0.005 -0.001 -0.000 1.000 -0.071 -0.067 -0.008 0.006 -0.038 -0.011 0.046 -0.181 -0.042 | +| psi2s_s | -0.021 0.044 0.344 -0.003 -0.378 -0.140 0.339 0.169 0.023 -0.003 -0.071 1.000 0.987 0.074 -0.279 -0.126 -0.046 0.065 0.512 0.347 | +| jpsi_s | -0.021 0.046 0.348 -0.004 -0.378 -0.141 0.342 0.169 0.023 -0.003 -0.067 0.987 1.000 0.075 -0.282 -0.126 -0.047 0.067 0.517 0.348 | +| omega_p | -0.026 0.007 0.403 0.001 -0.084 -0.035 0.403 -0.121 -0.409 -0.001 -0.008 0.074 0.075 1.000 -0.032 -0.036 0.643 -0.003 0.046 0.038 | +| rho_p | 0.024 -0.035 -0.280 0.001 0.092 0.059 -0.289 0.010 -0.055 0.002 0.006 -0.279 -0.282 -0.032 1.000 0.046 0.145 -0.024 -0.126 -0.096 | +| p4040_p | 0.149 -0.209 -0.088 -0.008 -0.121 0.105 -0.088 -0.116 -0.007 0.003 -0.038 -0.126 -0.126 -0.036 0.046 1.000 -0.011 0.357 -0.172 -0.272 | +| rho_s | -0.006 -0.006 0.136 0.000 -0.024 -0.007 0.135 -0.025 -0.109 -0.000 -0.011 -0.046 -0.047 0.643 0.145 -0.011 1.000 -0.008 0.002 0.019 | +| p4160_s | -0.077 -0.047 0.013 -0.004 -0.159 -0.152 0.012 -0.028 0.000 -0.011 0.046 0.065 0.067 -0.003 -0.024 0.357 -0.008 1.000 -0.336 0.245 | +| Dbar_s | 0.266 -0.290 0.170 0.019 -0.195 0.008 0.167 0.144 0.011 -0.002 -0.181 0.512 0.517 0.046 -0.126 -0.172 0.002 -0.336 1.000 -0.349 | +| Ctt | -0.400 0.408 0.118 -0.010 -0.152 -0.418 0.116 0.177 0.008 -0.012 -0.042 0.347 0.348 0.038 -0.096 -0.272 0.019 0.245 -0.349 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10176015633486468}), (, {'error': 0.14915431959263586}), (, {'error': 6.609558584649581}), (, {'error': 0.12125875767221883}), (, {'error': 0.030001333437478905}), (, {'error': 0.08957014739444968}), (, {'error': 8.994131818503343}), (, {'error': 0.01705064636867082}), (, {'error': 1.0676893593331878}), (, {'error': 0.013608473610923863}), (, {'error': 0.19028484858509453}), (, {'error': 6.268984230662568}), (, {'error': 46.03370715240089}), (, {'error': 0.25213661289263944}), (, {'error': 0.24090835626400153}), (, {'error': 0.14505222556636976}), (, {'error': 0.314373225510725}), (, {'error': 0.14300182106120085}), (, {'error': 0.04502819988829354}), (, {'error': 0.10678897800195855})]) +Toy 7/10 +Time taken: 13 h, 9 min +Projected time left: 5 h, 38 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.153E+05 | Ncalls=729 (729 total) | +| EDM = 3E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -715282.1227216227 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.35 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.43 | 0.17 | | |0.00501244| 2.01499 | | +| 2 | phi_s | 16.4 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | 3.66 | 0.14 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 1.798 | 0.031 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -2.45 | 0.08 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 1.651 | 0.018 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 9 | 3 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.48 | 0.17 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.62 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1364 | 12 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.993E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | -5.15 | 0.27 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 6.19 | 0.26 | | |-6.28319 | 6.28319 | | +| 15| p4040_p | 3.62 | 0.13 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.4 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.50 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| Dbar_s | -0.13 | 0.08 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.11 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s phi_s p4415_p psi2s_p p4160_p phi_p jpsi_p omega_s p4415_s p3770_s psi2s_s jpsi_s omega_p rho_p p4040_p rho_s p4160_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.206 0.040 0.016 -0.365 0.168 0.019 -0.153 0.000 -0.146 -0.264 0.249 0.250 -0.036 -0.083 0.105 -0.032 -0.155 0.423 -0.337 | +| p4040_s | -0.206 1.000 -0.034 -0.149 0.041 -0.474 -0.018 0.052 0.001 0.159 0.193 -0.194 -0.194 0.021 0.047 -0.171 0.014 0.126 -0.421 0.391 | +| phi_s | 0.040 -0.034 1.000 -0.013 -0.087 -0.020 0.899 -0.128 -0.005 0.004 -0.036 0.190 0.190 0.050 -0.020 -0.032 0.005 -0.018 0.144 0.056 | +| p4415_p | 0.016 -0.149 -0.013 1.000 -0.110 0.283 -0.013 -0.052 0.002 -0.182 0.007 -0.038 -0.038 -0.001 0.025 0.169 0.003 -0.123 -0.188 -0.090 | +| psi2s_p | -0.365 0.041 -0.087 -0.110 1.000 -0.133 -0.061 0.237 0.007 -0.059 -0.169 -0.361 -0.361 0.041 0.103 -0.249 0.044 -0.114 -0.269 0.069 | +| p4160_p | 0.168 -0.474 -0.020 0.283 -0.133 1.000 -0.019 -0.020 0.003 -0.001 -0.075 -0.054 -0.054 0.001 0.035 0.190 0.008 -0.174 0.034 -0.420 | +| phi_p | 0.019 -0.018 0.899 -0.013 -0.061 -0.019 1.000 -0.099 0.005 0.003 -0.021 0.120 0.121 0.062 -0.044 -0.026 0.019 -0.011 0.090 0.037 | +| jpsi_p | -0.153 0.052 -0.128 -0.052 0.237 -0.020 -0.099 1.000 0.017 -0.093 0.087 -0.400 -0.402 0.023 0.078 -0.074 0.021 -0.075 -0.263 -0.197 | +| omega_s | 0.000 0.001 -0.005 0.002 0.007 0.003 0.005 0.017 1.000 0.000 0.002 -0.005 -0.005 -0.556 -0.049 0.003 -0.194 0.001 -0.005 -0.003 | +| p4415_s | -0.146 0.159 0.004 -0.182 -0.059 -0.001 0.003 -0.093 0.000 1.000 0.053 0.013 0.013 -0.007 -0.022 0.055 -0.011 0.299 -0.217 0.343 | +| p3770_s | -0.264 0.193 -0.036 0.007 -0.169 -0.075 -0.021 0.087 0.002 0.053 1.000 -0.193 -0.192 0.020 0.058 -0.068 0.013 0.091 -0.269 -0.001 | +| psi2s_s | 0.249 -0.194 0.190 -0.038 -0.361 -0.054 0.120 -0.400 -0.005 0.013 -0.193 1.000 0.996 -0.145 -0.380 -0.129 -0.169 -0.100 0.760 0.273 | +| jpsi_s | 0.250 -0.194 0.190 -0.038 -0.361 -0.054 0.121 -0.402 -0.005 0.013 -0.192 0.996 1.000 -0.146 -0.382 -0.129 -0.170 -0.100 0.762 0.273 | +| omega_p | -0.036 0.021 0.050 -0.001 0.041 0.001 0.062 0.023 -0.556 -0.007 0.020 -0.145 -0.146 1.000 0.189 0.008 0.702 0.005 -0.098 -0.031 | +| rho_p | -0.083 0.047 -0.020 0.025 0.103 0.035 -0.044 0.078 -0.049 -0.022 0.058 -0.380 -0.382 0.189 1.000 0.054 0.239 0.021 -0.272 -0.116 | +| p4040_p | 0.105 -0.171 -0.032 0.169 -0.249 0.190 -0.026 -0.074 0.003 0.055 -0.068 -0.129 -0.129 0.008 0.054 1.000 0.013 0.363 -0.147 -0.290 | +| rho_s | -0.032 0.014 0.005 0.003 0.044 0.008 0.019 0.021 -0.194 -0.011 0.013 -0.169 -0.170 0.702 0.239 0.013 1.000 0.001 -0.102 -0.031 | +| p4160_s | -0.155 0.126 -0.018 -0.123 -0.114 -0.174 -0.011 -0.075 0.001 0.299 0.091 -0.100 -0.100 0.005 0.021 0.363 0.001 1.000 -0.391 0.298 | +| Dbar_s | 0.423 -0.421 0.144 -0.188 -0.269 0.034 0.090 -0.263 -0.005 -0.217 -0.269 0.760 0.762 -0.098 -0.272 -0.147 -0.102 -0.391 1.000 -0.249 | +| Ctt | -0.337 0.391 0.056 -0.090 0.069 -0.420 0.037 -0.197 -0.003 0.343 -0.001 0.273 0.273 -0.031 -0.116 -0.290 -0.031 0.298 -0.249 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10478261976663461}), (, {'error': 0.16688739182401435}), (, {'error': 1.6912809008583949}), (, {'error': 0.14245608862327597}), (, {'error': 0.03128587233641866}), (, {'error': 0.08366893952720789}), (, {'error': 0.43326637949078783}), (, {'error': 0.017512887817495937}), (, {'error': 3.2538361406711056}), (, {'error': 0.1738214770531702}), (, {'error': 0.20628844494908072}), (, {'error': 12.038740623956642}), (, {'error': 79.37801633700929}), (, {'error': 0.26829021659532826}), (, {'error': 0.25627082348272623}), (, {'error': 0.1303071220561387}), (, {'error': 0.34511538954326726}), (, {'error': 0.16412712509262706}), (, {'error': 0.08197521548418363}), (, {'error': 0.1177370347361334})]) +Toy 8/10 +Time taken: 14 h, 27 min +Projected time left: 3 h, 36 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.152E+05 | Ncalls=376 (376 total) | +| EDM = 2.32E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -715174.6207484299 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.04 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.39 | 0.06 | | |0.00501244| 2.01499 | | +| 2 | phi_s | 15.16 | 0.10 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -2.49 | 0.30 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 3.72 | 0.05 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.04 | 0.13 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -6.19 | 0.05 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 1.468 | 0.011 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 9.08 | 0.07 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.44 | 0.05 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.50 | 0.12 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1358.64 | 0.04 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.982E4 | 0.012E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | -5.03 | 0.08 | | |-6.28319 | 6.28319 | | +| 14| rho_p | -6.16 | 0.10 | | |-6.28319 | 6.28319 | | +| 15| p4040_p | -2.39 | 0.20 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.80 | 0.04 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.47 | 0.12 | | | 0.71676 | 3.68324 | | +| 18| Dbar_s | -0.19 | 0.13 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.012 | 0.143 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s phi_s p4415_p psi2s_p p4160_p phi_p jpsi_p omega_s p4415_s p3770_s psi2s_s jpsi_s omega_p rho_p p4040_p rho_s p4160_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.690 0.187 0.946 0.937 0.931 -0.348 -0.577 0.100 0.362 0.798 0.827 0.966 -0.033 -0.775 0.926 -0.325 0.878 0.962 0.953 | +| p4040_s | 0.690 1.000 0.137 0.688 0.680 0.667 -0.256 -0.431 0.074 0.266 0.592 0.607 0.709 -0.024 -0.570 0.676 -0.239 0.634 0.702 0.701 | +| phi_s | 0.187 0.137 1.000 0.189 0.187 0.186 -0.035 -0.115 0.020 0.072 0.161 0.166 0.194 -0.007 -0.151 0.186 -0.065 0.176 0.193 0.191 | +| p4415_p | 0.946 0.688 0.189 1.000 0.943 0.943 -0.352 -0.583 0.102 0.357 0.811 0.837 0.978 -0.033 -0.785 0.939 -0.328 0.881 0.971 0.965 | +| psi2s_p | 0.937 0.680 0.187 0.943 1.000 0.930 -0.348 -0.574 0.100 0.356 0.799 0.826 0.964 -0.033 -0.774 0.925 -0.324 0.872 0.963 0.954 | +| p4160_p | 0.931 0.667 0.186 0.943 0.930 1.000 -0.347 -0.575 0.100 0.368 0.797 0.824 0.963 -0.033 -0.772 0.921 -0.323 0.868 0.956 0.948 | +| phi_p | -0.348 -0.256 -0.035 -0.352 -0.348 -0.347 1.000 0.210 -0.039 -0.135 -0.299 -0.308 -0.360 0.020 0.279 -0.345 0.119 -0.327 -0.358 -0.356 | +| jpsi_p | -0.577 -0.431 -0.115 -0.583 -0.574 -0.575 0.210 1.000 -0.062 -0.230 -0.500 -0.506 -0.591 0.023 0.464 -0.576 0.196 -0.545 -0.591 -0.586 | +| omega_s | 0.100 0.074 0.020 0.102 0.100 0.100 -0.039 -0.062 1.000 0.039 0.086 0.089 0.104 0.036 -0.081 0.099 -0.038 0.094 0.103 0.103 | +| p4415_s | 0.362 0.266 0.072 0.357 0.356 0.368 -0.135 -0.230 0.039 1.000 0.311 0.320 0.373 -0.013 -0.301 0.362 -0.126 0.345 0.371 0.372 | +| p3770_s | 0.798 0.592 0.161 0.811 0.799 0.797 -0.299 -0.500 0.086 0.311 1.000 0.711 0.830 -0.028 -0.667 0.790 -0.279 0.753 0.824 0.818 | +| psi2s_s | 0.827 0.607 0.166 0.837 0.826 0.824 -0.308 -0.506 0.089 0.320 0.711 1.000 0.856 -0.029 -0.687 0.820 -0.288 0.777 0.853 0.846 | +| jpsi_s | 0.966 0.709 0.194 0.978 0.964 0.963 -0.360 -0.591 0.104 0.373 0.830 0.856 1.000 -0.034 -0.802 0.958 -0.336 0.907 0.996 0.988 | +| omega_p | -0.033 -0.024 -0.007 -0.033 -0.033 -0.033 0.020 0.023 0.036 -0.013 -0.028 -0.029 -0.034 1.000 0.007 -0.033 0.065 -0.031 -0.034 -0.034 | +| rho_p | -0.775 -0.570 -0.151 -0.785 -0.774 -0.772 0.279 0.464 -0.081 -0.301 -0.667 -0.687 -0.802 0.007 1.000 -0.769 0.278 -0.728 -0.799 -0.793 | +| p4040_p | 0.926 0.676 0.186 0.939 0.925 0.921 -0.345 -0.576 0.099 0.362 0.790 0.820 0.958 -0.033 -0.769 1.000 -0.322 0.880 0.952 0.943 | +| rho_s | -0.325 -0.239 -0.065 -0.328 -0.324 -0.323 0.119 0.196 -0.038 -0.126 -0.279 -0.288 -0.336 0.065 0.278 -0.322 1.000 -0.305 -0.334 -0.332 | +| p4160_s | 0.878 0.634 0.176 0.881 0.872 0.868 -0.327 -0.545 0.094 0.345 0.753 0.777 0.907 -0.031 -0.728 0.880 -0.305 1.000 0.900 0.896 | +| Dbar_s | 0.962 0.702 0.193 0.971 0.963 0.956 -0.358 -0.591 0.103 0.371 0.824 0.853 0.996 -0.034 -0.799 0.952 -0.334 0.900 1.000 0.982 | +| Ctt | 0.953 0.701 0.191 0.965 0.954 0.948 -0.356 -0.586 0.103 0.372 0.818 0.846 0.988 -0.034 -0.793 0.943 -0.332 0.896 0.982 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1851428210298245}), (, {'error': 0.0591177864510507}), (, {'error': 0.09974920324892356}), (, {'error': 0.3020869109483284}), (, {'error': 0.04900238325430539}), (, {'error': 0.1256636810366638}), (, {'error': 0.054737219581059815}), (, {'error': 0.01127172503592666}), (, {'error': 0.07218741182610522}), (, {'error': 0.05472072485632473}), (, {'error': 0.11974424534066741}), (, {'error': 0.03766856191111856}), (, {'error': 121.55657959057953}), (, {'error': 0.07966309842458186}), (, {'error': 0.09640942276339581}), (, {'error': 0.1961410089169393}), (, {'error': 0.04154743734482891}), (, {'error': 0.12300295874303968}), (, {'error': 0.1309979279177802}), (, {'error': 0.14257617794156535})]) +Toy 9/10 +Time taken: 15 h, 24 min +Projected time left: 1 h, 42 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.153E+05 | Ncalls=1084 (1084 total) | +| EDM = 7.37E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -715282.4042082372 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.15 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.37 | 0.14 | | |0.00501244| 2.01499 | | +| 2 | phi_s | 16.4 | 1.3 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | 3.78 | 0.13 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -2.510 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -2.26 | 0.07 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.29 | 0.32 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 1.461 | 0.018 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6.4 | 1.2 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.46 | 0.16 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.42 | 0.18 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1360 | 60 | | | 1358.64 | 1433.36 | | +| 12| jpsi_s | 0.993E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | -5.91 | 0.31 | | |-6.28319 | 6.28319 | | +| 14| rho_p | 6.11 | 0.24 | | |-6.28319 | 6.28319 | | +| 15| p4040_p | -2.41 | 0.12 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.35 | 0.28 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.46 | 0.14 | | | 0.71676 | 3.68324 | | +| 18| Dbar_s | -0.12 | 0.06 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.11 | 0.11 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s phi_s p4415_p psi2s_p p4160_p phi_p jpsi_p omega_s p4415_s p3770_s psi2s_s jpsi_s omega_p rho_p p4040_p rho_s p4160_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.042 0.008 0.057 0.252 0.133 -0.002 -0.103 -0.004 -0.064 -0.129 0.072 0.075 -0.011 -0.022 0.142 -0.004 -0.016 0.213 -0.274 | +| p4040_s | -0.042 1.000 -0.003 -0.161 -0.172 -0.407 0.000 -0.036 0.001 0.074 0.121 -0.019 -0.019 -0.001 -0.015 -0.153 -0.009 -0.013 -0.202 0.260 | +| phi_s | 0.008 -0.003 1.000 0.014 0.075 -0.018 0.825 -0.106 0.014 0.025 -0.017 0.164 0.164 0.036 -0.018 -0.019 -0.009 0.019 0.124 0.086 | +| p4415_p | 0.057 -0.161 0.014 1.000 0.032 0.238 0.002 -0.097 -0.002 -0.169 -0.010 0.106 0.106 -0.015 -0.034 0.132 -0.015 -0.139 -0.088 -0.037 | +| psi2s_p | 0.252 -0.172 0.075 0.032 1.000 0.021 0.020 -0.271 -0.013 -0.034 -0.163 0.546 0.551 -0.069 -0.236 -0.064 -0.070 -0.082 0.633 0.165 | +| p4160_p | 0.133 -0.407 -0.018 0.238 0.021 1.000 -0.013 -0.011 -0.002 0.047 -0.034 -0.075 -0.075 0.004 0.046 0.152 0.012 -0.128 -0.067 -0.339 | +| phi_p | -0.002 0.000 0.825 0.002 0.020 -0.013 1.000 -0.064 -0.021 0.010 -0.007 0.072 0.072 0.025 -0.039 -0.014 0.017 0.007 0.054 0.037 | +| jpsi_p | -0.103 -0.036 -0.106 -0.097 -0.271 -0.011 -0.064 1.000 -0.018 -0.132 -0.019 -0.433 -0.434 0.022 0.123 -0.075 0.036 -0.147 -0.314 -0.249 | +| omega_s | -0.004 0.001 0.014 -0.002 -0.013 -0.002 -0.021 -0.018 1.000 -0.001 0.002 -0.001 -0.001 0.697 0.037 -0.001 -0.291 0.000 -0.003 -0.005 | +| p4415_s | -0.064 0.074 0.025 -0.169 -0.034 0.047 0.010 -0.132 -0.001 1.000 0.012 0.147 0.148 -0.019 -0.077 0.047 -0.027 0.224 -0.040 0.290 | +| p3770_s | -0.129 0.121 -0.017 -0.010 -0.163 -0.034 -0.007 -0.019 0.002 0.012 1.000 -0.104 -0.104 0.008 0.032 -0.058 0.001 0.026 -0.183 -0.066 | +| psi2s_s | 0.072 -0.019 0.164 0.106 0.546 -0.075 0.072 -0.433 -0.001 0.147 -0.104 1.000 0.997 -0.110 -0.435 -0.095 -0.163 0.113 0.753 0.515 | +| jpsi_s | 0.075 -0.019 0.164 0.106 0.551 -0.075 0.072 -0.434 -0.001 0.148 -0.104 0.997 1.000 -0.111 -0.436 -0.095 -0.164 0.113 0.756 0.518 | +| omega_p | -0.011 -0.001 0.036 -0.015 -0.069 0.004 0.025 0.022 0.697 -0.019 0.008 -0.110 -0.111 1.000 0.019 0.004 0.117 -0.016 -0.079 -0.054 | +| rho_p | -0.022 -0.015 -0.018 -0.034 -0.236 0.046 -0.039 0.123 0.037 -0.077 0.032 -0.435 -0.436 0.019 1.000 0.047 0.195 -0.061 -0.314 -0.229 | +| p4040_p | 0.142 -0.153 -0.019 0.132 -0.064 0.152 -0.014 -0.075 -0.001 0.047 -0.058 -0.095 -0.095 0.004 0.047 1.000 0.010 0.345 -0.152 -0.284 | +| rho_s | -0.004 -0.009 -0.009 -0.015 -0.070 0.012 0.017 0.036 -0.291 -0.027 0.001 -0.163 -0.164 0.117 0.195 0.010 1.000 -0.026 -0.100 -0.058 | +| p4160_s | -0.016 -0.013 0.019 -0.139 -0.082 -0.128 0.007 -0.147 0.000 0.224 0.026 0.113 0.113 -0.016 -0.061 0.345 -0.026 1.000 -0.150 0.228 | +| Dbar_s | 0.213 -0.202 0.124 -0.088 0.633 -0.067 0.054 -0.314 -0.003 -0.040 -0.183 0.753 0.756 -0.079 -0.314 -0.152 -0.100 -0.150 1.000 0.057 | +| Ctt | -0.274 0.260 0.086 -0.037 0.165 -0.339 0.037 -0.249 -0.005 0.290 -0.066 0.515 0.518 -0.054 -0.229 -0.284 -0.058 0.228 0.057 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09585777904226278}), (, {'error': 0.13750340084896595}), (, {'error': 1.28568892128252}), (, {'error': 0.13110406480267045}), (, {'error': 0.028250634149357357}), (, {'error': 0.07482909768151491}), (, {'error': 0.32367315611639214}), (, {'error': 0.017520884305577855}), (, {'error': 1.2378600568425937}), (, {'error': 0.15935187894835756}), (, {'error': 0.1772925469648432}), (, {'error': 63.90457418065023}), (, {'error': 149.0516758278618}), (, {'error': 0.31046852966320104}), (, {'error': 0.2391179834158743}), (, {'error': 0.12147313445102226}), (, {'error': 0.278953530761485}), (, {'error': 0.14065681266305297}), (, {'error': 0.05869898573706145}), (, {'error': 0.11435000124839786})]) +Toy 10/10 +Time taken: 17 h, 4 min +Projected time left: +Mean Ctt value = -0.07471268810345918 +Mean Ctt error = 0.130887329465727 +Simulation ended diff --git a/prelim_results/slurm-2213921.out b/prelim_results/slurm-2213921.out new file mode 100644 index 0000000..b056e54 --- /dev/null +++ b/prelim_results/slurm-2213921.out @@ -0,0 +1,9512 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:23.999687: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 14:45:24.008456: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2599915000 Hz +2019-07-07 14:45:24.008794: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x556bdc45ac30 executing computations on platform Host. Devices: +2019-07-07 14:45:24.008831: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:39.449938: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x556bdc50dfb0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:39.450026: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:39.455901: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:95:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:39.455969: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:39.547694: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:39.547754: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:39.547779: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:39.555307: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10801 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:95:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709885.7269492 Edm = 13.2075 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709885.7269492 Edm = 13.2075 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713729.6253366 Edm = 0.742032 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -713733.503759 Edm = 1.16293 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -713955.3934656 Edm = 16.9998 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713977.5685538 Edm = 0.850802 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -713978.3939748 Edm = 0.0666987 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -713980.7382978 Edm = 1.99621 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -713999.3694946 Edm = 0.971903 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -714000.7530836 Edm = 0.135244 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -714001.0171075 Edm = 0.0367752 NCalls = 31 +VariableMetric: Iteration # 10 - FCN = -714001.2306989 Edm = 0.163593 NCalls = 34 +VariableMetric: Iteration # 11 - FCN = -714017.8063457 Edm = 5.29545 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -714027.0701076 Edm = 2.31395 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -714029.0366401 Edm = 0.100284 NCalls = 43 +VariableMetric: Iteration # 14 - FCN = -714029.2525119 Edm = 0.174547 NCalls = 45 +VariableMetric: Iteration # 15 - FCN = -714034.9076981 Edm = 6.22245 NCalls = 50 +VariableMetric: Iteration # 16 - FCN = -714047.3387264 Edm = 11.8727 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -714285.9742519 Edm = 35.3795 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -714316.3110578 Edm = 1.08865 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -714317.6590748 Edm = 0.0948544 NCalls = 64 +VariableMetric: Iteration # 20 - FCN = -714318.1031247 Edm = 0.0961858 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -714318.3636886 Edm = 0.0381343 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -714318.437159 Edm = 0.0487272 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -714318.5075407 Edm = 0.0237552 NCalls = 75 +VariableMetric: Iteration # 24 - FCN = -714318.5857688 Edm = 0.0856292 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -714318.7991096 Edm = 0.197835 NCalls = 81 +VariableMetric: Iteration # 26 - FCN = -714319.3675194 Edm = 0.571168 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -714322.3221824 Edm = 1.64705 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -714322.4981756 Edm = 0.981753 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -714323.6473982 Edm = 0.734361 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -714327.2206501 Edm = 1.45085 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -714340.34696 Edm = 9.47309 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -714393.353995 Edm = 1.88036 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -714396.2258851 Edm = 0.272242 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -714396.4261703 Edm = 0.0975103 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -714396.5092782 Edm = 0.00633719 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -714396.529739 Edm = 0.00725626 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -714396.6538776 Edm = 0.087384 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -714405.3891529 Edm = 9.10553 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -714497.5231296 Edm = 24.0775 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -714529.7221546 Edm = 10.6682 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -714541.0741969 Edm = 1.61436 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -714542.7346461 Edm = 0.291529 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -714543.0555866 Edm = 0.0453443 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -714543.1203947 Edm = 0.0199002 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -714543.2606627 Edm = 0.13091 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -714549.5453771 Edm = 6.53246 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -714549.6068545 Edm = 0.0375917 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -714561.5478673 Edm = 26.4031 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -714561.5502778 Edm = 1.15916 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -714562.0232977 Edm = 0.297322 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -714564.2552292 Edm = 1.34806 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -714573.429545 Edm = 8.04975 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -714588.6515555 Edm = 12.0654 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -714605.400633 Edm = 8.25708 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -714617.2713406 Edm = 3.7448 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -714621.9479883 Edm = 0.884087 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -714624.440079 Edm = 2.11546 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -714628.9716011 Edm = 9.64232 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -714633.1845356 Edm = 21.2232 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -714633.8708724 Edm = 2.20492 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -714641.5116694 Edm = 12.5678 NCalls = 211 +VariableMetric: Iteration # 62 - FCN = -714645.9193092 Edm = 10.1029 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -714659.9624811 Edm = 63.604 NCalls = 220 +VariableMetric: Iteration # 64 - FCN = -714678.7309549 Edm = 24.9333 NCalls = 225 +VariableMetric: Iteration # 65 - FCN = -714685.6065389 Edm = 4.58233 NCalls = 228 +VariableMetric: Iteration # 66 - FCN = -714826.8727396 Edm = 162.872 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -714850.9806215 Edm = 22.328 NCalls = 235 +VariableMetric: Iteration # 68 - FCN = -714927.6356301 Edm = 26.9611 NCalls = 239 +VariableMetric: Iteration # 69 - FCN = -715005.9674091 Edm = 31.3562 NCalls = 246 +VariableMetric: Iteration # 70 - FCN = -715039.5373479 Edm = 46.878 NCalls = 249 +VariableMetric: Iteration # 71 - FCN = -715065.9584523 Edm = 9.9919 NCalls = 251 +VariableMetric: Iteration # 72 - FCN = -715073.949054 Edm = 0.654023 NCalls = 253 +VariableMetric: Iteration # 73 - FCN = -715074.9826903 Edm = 0.120069 NCalls = 255 +VariableMetric: Iteration # 74 - FCN = -715075.1297013 Edm = 0.0134098 NCalls = 257 +VariableMetric: Iteration # 75 - FCN = -715075.1878195 Edm = 0.0335082 NCalls = 259 +VariableMetric: Iteration # 76 - FCN = -715075.6983252 Edm = 0.156185 NCalls = 264 +VariableMetric: Iteration # 77 - FCN = -715076.1901344 Edm = 0.246077 NCalls = 266 +VariableMetric: Iteration # 78 - FCN = -715082.4060389 Edm = 5.8369 NCalls = 271 +VariableMetric: Iteration # 79 - FCN = -715179.7951594 Edm = 218.506 NCalls = 274 +VariableMetric: Iteration # 80 - FCN = -715190.326333 Edm = 9.46579 NCalls = 276 +VariableMetric: Iteration # 81 - FCN = -715248.0213351 Edm = 20.4743 NCalls = 281 +VariableMetric: Iteration # 82 - FCN = -715295.183397 Edm = 16.6713 NCalls = 283 +VariableMetric: Iteration # 83 - FCN = -715342.4195483 Edm = 8.22913 NCalls = 288 +VariableMetric: Iteration # 84 - FCN = -715351.2258337 Edm = 3.21124 NCalls = 289 +VariableMetric: Iteration # 85 - FCN = -715352.7975627 Edm = 0.346725 NCalls = 291 +VariableMetric: Iteration # 86 - FCN = -715353.0818624 Edm = 0.030361 NCalls = 293 +VariableMetric: Iteration # 87 - FCN = -715353.1149325 Edm = 0.0106228 NCalls = 295 +VariableMetric: Iteration # 88 - FCN = -715353.1693435 Edm = 0.0401368 NCalls = 298 +VariableMetric: Iteration # 89 - FCN = -715353.3237824 Edm = 0.0281095 NCalls = 300 +VariableMetric: Iteration # 90 - FCN = -715353.452929 Edm = 0.0998034 NCalls = 302 +VariableMetric: Iteration # 91 - FCN = -715380.5377907 Edm = 32.6925 NCalls = 309 +VariableMetric: Iteration # 92 - FCN = -715382.1230447 Edm = 1.71736 NCalls = 312 +VariableMetric: Iteration # 93 - FCN = -715394.1712193 Edm = 12.7433 NCalls = 317 +VariableMetric: Iteration # 94 - FCN = -715485.8772163 Edm = 54.3625 NCalls = 321 +VariableMetric: Iteration # 95 - FCN = -715521.371311 Edm = 76.5736 NCalls = 326 +VariableMetric: Iteration # 96 - FCN = -715581.7255354 Edm = 157.496 NCalls = 328 +VariableMetric: Iteration # 97 - FCN = -715600.9306746 Edm = 16.3138 NCalls = 329 +VariableMetric: Iteration # 98 - FCN = -715626.6642258 Edm = 8.27599 NCalls = 331 +VariableMetric: Iteration # 99 - FCN = -715644.8609985 Edm = 6.07087 NCalls = 334 +VariableMetric: Iteration # 100 - FCN = -715663.8569027 Edm = 2.14712 NCalls = 336 +VariableMetric: Iteration # 101 - FCN = -715666.8554145 Edm = 0.475194 NCalls = 338 +VariableMetric: Iteration # 102 - FCN = -715668.2204589 Edm = 0.398304 NCalls = 342 +VariableMetric: Iteration # 103 - FCN = -715668.763771 Edm = 0.11993 NCalls = 345 +VariableMetric: Iteration # 104 - FCN = -715668.9438209 Edm = 0.0152292 NCalls = 347 +VariableMetric: Iteration # 105 - FCN = -715668.9763108 Edm = 0.0082451 NCalls = 349 +VariableMetric: Iteration # 106 - FCN = -715669.8247287 Edm = 4.65363 NCalls = 358 +VariableMetric: Iteration # 107 - FCN = -715669.825842 Edm = 0.00683686 NCalls = 360 +VariableMetric: Iteration # 108 - FCN = -715669.9323591 Edm = 0.112062 NCalls = 364 +VariableMetric: Iteration # 109 - FCN = -715670.7994718 Edm = 0.741535 NCalls = 369 +VariableMetric: Iteration # 110 - FCN = -715675.6215121 Edm = 6.18019 NCalls = 373 +VariableMetric: Iteration # 111 - FCN = -715680.7237704 Edm = 6.3024 NCalls = 376 +VariableMetric: Iteration # 112 - FCN = -715684.5269216 Edm = 4.27156 NCalls = 380 +VariableMetric: Iteration # 113 - FCN = -715689.9370361 Edm = 4.88726 NCalls = 384 +VariableMetric: Iteration # 114 - FCN = -715696.1956423 Edm = 1.3214 NCalls = 388 +VariableMetric: Iteration # 115 - FCN = -715698.1136176 Edm = 1.00343 NCalls = 390 +VariableMetric: Iteration # 116 - FCN = -715698.9803525 Edm = 0.270335 NCalls = 393 +VariableMetric: Iteration # 117 - FCN = -715699.3451621 Edm = 0.0659114 NCalls = 395 +VariableMetric: Iteration # 118 - FCN = -715699.4775784 Edm = 0.0194383 NCalls = 397 +VariableMetric: Iteration # 119 - FCN = -715699.5042443 Edm = 0.00682481 NCalls = 399 +VariableMetric: Iteration # 120 - FCN = -715699.5100733 Edm = 0.000999054 NCalls = 401 +VariableMetric: Iteration # 121 - FCN = -715699.5184602 Edm = 0.00743859 NCalls = 404 +VariableMetric: Iteration # 122 - FCN = -715700.0454746 Edm = 0.410149 NCalls = 409 +VariableMetric: Iteration # 123 - FCN = -715712.5053375 Edm = 3.27344 NCalls = 413 +VariableMetric: Iteration # 124 - FCN = -715717.9083329 Edm = 6.78077 NCalls = 415 +VariableMetric: Iteration # 125 - FCN = -715720.1053829 Edm = 1.00225 NCalls = 416 +VariableMetric: Iteration # 126 - FCN = -715721.572768 Edm = 0.169036 NCalls = 419 +VariableMetric: Iteration # 127 - FCN = -715721.7467584 Edm = 0.0347886 NCalls = 421 +VariableMetric: Iteration # 128 - FCN = -715721.7926635 Edm = 0.00983471 NCalls = 423 +VariableMetric: Iteration # 129 - FCN = -715721.8134828 Edm = 0.0034521 NCalls = 425 +VariableMetric: Iteration # 130 - FCN = -715721.8185153 Edm = 0.00102975 NCalls = 427 +VariableMetric: Iteration # 131 - FCN = -715721.8208895 Edm = 0.00176912 NCalls = 429 +VariableMetric: Iteration # 132 - FCN = -715721.9764217 Edm = 0.139543 NCalls = 435 +VariableMetric: Iteration # 133 - FCN = -715730.0793321 Edm = 4.99286 NCalls = 440 +VariableMetric: Iteration # 134 - FCN = -715733.0717599 Edm = 5.74814 NCalls = 442 +VariableMetric: Iteration # 135 - FCN = -715742.1955269 Edm = 2.07265 NCalls = 446 +VariableMetric: Iteration # 136 - FCN = -715756.6958802 Edm = 6.90753 NCalls = 451 +VariableMetric: Iteration # 137 - FCN = -715758.7366575 Edm = 8.81125 NCalls = 453 +VariableMetric: Iteration # 138 - FCN = -715764.0712919 Edm = 0.310371 NCalls = 455 +VariableMetric: Iteration # 139 - FCN = -715764.4721269 Edm = 0.0141591 NCalls = 457 +VariableMetric: Iteration # 140 - FCN = -715764.4898497 Edm = 0.00112142 NCalls = 459 +VariableMetric: Iteration # 141 - FCN = -715764.4921514 Edm = 0.000777193 NCalls = 461 +VariableMetric: Iteration # 142 - FCN = -715764.4950824 Edm = 0.000642882 NCalls = 463 +VariableMetric: Iteration # 143 - FCN = -715764.4966221 Edm = 0.0003553 NCalls = 465 +VariableMetric: Iteration # 144 - FCN = -715764.5016475 Edm = 0.00416119 NCalls = 468 +VariableMetric: Iteration # 145 - FCN = -715764.7307663 Edm = 0.224549 NCalls = 473 +VariableMetric: Iteration # 146 - FCN = -715771.001186 Edm = 3.39629 NCalls = 479 +VariableMetric: Iteration # 147 - FCN = -715774.8492935 Edm = 3.16886 NCalls = 480 +VariableMetric: Iteration # 148 - FCN = -715776.5856057 Edm = 0.222705 NCalls = 481 +VariableMetric: Iteration # 149 - FCN = -715776.8293022 Edm = 0.0744291 NCalls = 483 +VariableMetric: Iteration # 150 - FCN = -715777.0247098 Edm = 0.127848 NCalls = 491 +VariableMetric: Iteration # 151 - FCN = -715777.1293035 Edm = 0.328834 NCalls = 494 +VariableMetric: Iteration # 152 - FCN = -715777.2356696 Edm = 0.0342799 NCalls = 496 +VariableMetric: Iteration # 153 - FCN = -715777.2819046 Edm = 0.00342112 NCalls = 498 +VariableMetric: Iteration # 154 - FCN = -715777.2856042 Edm = 3.75932e-05 NCalls = 500 +VariableMetric: After Hessian - FCN = -715777.2856042 Edm = 11.5045 NCalls = 863 +VariableMetric: Iteration # 155 - FCN = -715777.2856042 Edm = 11.5045 NCalls = 863 +VariableMetric: Iteration # 156 - FCN = -715778.4514678 Edm = 5.79779 NCalls = 866 +VariableMetric: Iteration # 157 - FCN = -715780.4785741 Edm = 1.81203 NCalls = 868 +VariableMetric: Iteration # 158 - FCN = -715781.2199732 Edm = 0.186637 NCalls = 870 +VariableMetric: Iteration # 159 - FCN = -715781.5899407 Edm = 0.353023 NCalls = 881 +VariableMetric: Iteration # 160 - FCN = -715781.5914762 Edm = 5921.75 NCalls = 889 +VariableMetric: Iteration # 161 - FCN = -715781.5999492 Edm = 31159.9 NCalls = 896 +VariableMetric: Iteration # 162 - FCN = -715781.6042384 Edm = 3015.58 NCalls = 903 +VariableMetric: Iteration # 163 - FCN = -715781.6111607 Edm = 1063.31 NCalls = 909 +VariableMetric: Iteration # 164 - FCN = -715781.6146973 Edm = 895.689 NCalls = 915 +VariableMetric: Iteration # 165 - FCN = -715781.6284922 Edm = 1071.97 NCalls = 920 +VariableMetric: Iteration # 166 - FCN = -715781.6760593 Edm = 1420.9 NCalls = 924 +VariableMetric: Iteration # 167 - FCN = -715781.6883916 Edm = 1934.96 NCalls = 929 +VariableMetric: Iteration # 168 - FCN = -715781.700694 Edm = 1242.83 NCalls = 934 +VariableMetric: Iteration # 169 - FCN = -715783.8146266 Edm = 3255.4 NCalls = 937 +VariableMetric: Iteration # 170 - FCN = -715783.8572551 Edm = 61.3915 NCalls = 941 +VariableMetric: Iteration # 171 - FCN = -715783.8684022 Edm = 32.7534 NCalls = 945 +VariableMetric: Iteration # 172 - FCN = -715783.8735349 Edm = 21.0606 NCalls = 949 +VariableMetric: Iteration # 173 - FCN = -715783.8774925 Edm = 7.18623 NCalls = 953 +VariableMetric: Iteration # 174 - FCN = -715783.8795964 Edm = 2.80696 NCalls = 957 +VariableMetric: Iteration # 175 - FCN = -715783.8801845 Edm = 0.790468 NCalls = 961 +VariableMetric: Iteration # 176 - FCN = -715783.88052 Edm = 13.4621 NCalls = 965 +VariableMetric: Iteration # 177 - FCN = -715784.0786668 Edm = 102.059 NCalls = 967 +VariableMetric: Iteration # 178 - FCN = -715784.1069378 Edm = 14.9895 NCalls = 970 +VariableMetric: Iteration # 179 - FCN = -715784.3288142 Edm = 1274.92 NCalls = 972 +VariableMetric: Iteration # 180 - FCN = -715785.1480417 Edm = 11.3005 NCalls = 974 +VariableMetric: Iteration # 181 - FCN = -715786.3968955 Edm = 25.6826 NCalls = 976 +VariableMetric: Iteration # 182 - FCN = -715790.1763631 Edm = 39.5386 NCalls = 979 +VariableMetric: Iteration # 183 - FCN = -715791.1133503 Edm = 6.97034 NCalls = 981 +VariableMetric: Iteration # 184 - FCN = -715794.5009584 Edm = 4.20008 NCalls = 983 +VariableMetric: Iteration # 185 - FCN = -715795.9399495 Edm = 1.48413 NCalls = 984 +VariableMetric: Iteration # 186 - FCN = -715796.3995356 Edm = 0.325729 NCalls = 986 +VariableMetric: Iteration # 187 - FCN = -715796.4986945 Edm = 0.132123 NCalls = 988 +VariableMetric: Iteration # 188 - FCN = -715796.5622198 Edm = 0.075357 NCalls = 990 +VariableMetric: Iteration # 189 - FCN = -715796.5893329 Edm = 0.0182978 NCalls = 992 +VariableMetric: Iteration # 190 - FCN = -715796.6078753 Edm = 0.0182185 NCalls = 994 +VariableMetric: Iteration # 191 - FCN = -715796.6274307 Edm = 0.0862051 NCalls = 997 +VariableMetric: Iteration # 192 - FCN = -715796.6845667 Edm = 0.066974 NCalls = 1002 +VariableMetric: Iteration # 193 - FCN = -715796.6935121 Edm = 0.0250187 NCalls = 1005 +VariableMetric: Iteration # 194 - FCN = -715796.7835491 Edm = 0.138392 NCalls = 1009 +VariableMetric: Iteration # 195 - FCN = -715796.9089664 Edm = 0.0582144 NCalls = 1013 +VariableMetric: Iteration # 196 - FCN = -715796.9570753 Edm = 0.013937 NCalls = 1015 +VariableMetric: Iteration # 197 - FCN = -715796.970697 Edm = 0.00143965 NCalls = 1017 +VariableMetric: Iteration # 198 - FCN = -715796.9718787 Edm = 0.000365673 NCalls = 1019 +VariableMetric: Iteration # 199 - FCN = -715796.9722726 Edm = 0.000166603 NCalls = 1021 +VariableMetric: Iteration # 200 - FCN = -715796.9725157 Edm = 0.000132526 NCalls = 1023 +VariableMetric: Iteration # 201 - FCN = -715796.972641 Edm = 1.50125e-05 NCalls = 1024 +VariableMetric: After Hessian - FCN = -715796.972641 Edm = 1.29573e-05 NCalls = 1401 +VariableMetric: Iteration # 202 - FCN = -715796.972641 Edm = 1.29573e-05 NCalls = 1401 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712757.305856 Edm = 4.12671 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712757.305856 Edm = 4.12671 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714460.7566259 Edm = 0.279151 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -714465.2053946 Edm = 0.268235 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -714551.0989878 Edm = 31.7865 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -714607.8183413 Edm = 0.626434 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -714608.9550567 Edm = 0.594947 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -714731.5232633 Edm = 68.573 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -714839.7857111 Edm = 11.5764 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -714845.4447368 Edm = 0.263406 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -714845.7215796 Edm = 0.0328573 NCalls = 31 +VariableMetric: Iteration # 10 - FCN = -714849.4054496 Edm = 3.80816 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -714891.7120397 Edm = 0.206922 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -714908.9923183 Edm = 0.259295 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -714909.3365097 Edm = 0.0883988 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -714909.5159541 Edm = 0.0926651 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -714930.2241611 Edm = 15.6133 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -715038.3571624 Edm = 2.60195 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -715041.61188 Edm = 0.169665 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -715041.7641022 Edm = 0.0567737 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -715041.8649974 Edm = 0.0118049 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -715042.8401689 Edm = 0.90046 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -715135.5946451 Edm = 13.3526 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -715149.3171424 Edm = 0.919334 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -715150.528015 Edm = 0.124305 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -715150.7392802 Edm = 0.0173821 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -715150.7708797 Edm = 0.0111779 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -715150.852403 Edm = 0.066394 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -715159.6059973 Edm = 6.51312 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -715219.7198958 Edm = 40.425 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -715265.432559 Edm = 79.4648 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -715300.9845584 Edm = 3.39311 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -715304.3971339 Edm = 3.32042 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -715306.3112405 Edm = 0.695313 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -715308.7435371 Edm = 0.497743 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -715309.1988694 Edm = 0.0204687 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -715309.2238711 Edm = 0.00471331 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -715309.2407706 Edm = 0.00321809 NCalls = 116 +VariableMetric: Iteration # 37 - FCN = -715309.2549061 Edm = 0.00967153 NCalls = 118 +VariableMetric: Iteration # 38 - FCN = -715309.5932864 Edm = 0.230945 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -715318.2494526 Edm = 10.5483 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -715319.7212351 Edm = 1.25023 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -715334.2827403 Edm = 9.0624 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -715351.3189548 Edm = 4.16235 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -715356.9754958 Edm = 0.542659 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -715357.3127042 Edm = 0.111062 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -715357.3908657 Edm = 0.00373896 NCalls = 144 +VariableMetric: Iteration # 46 - FCN = -715357.3965408 Edm = 0.00196626 NCalls = 146 +VariableMetric: Iteration # 47 - FCN = -715357.4089826 Edm = 0.0100416 NCalls = 149 +VariableMetric: Iteration # 48 - FCN = -715357.7272173 Edm = 0.289984 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -715373.2827192 Edm = 7.09938 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -715390.3854278 Edm = 1.59866 NCalls = 160 +VariableMetric: Iteration # 51 - FCN = -715392.2197933 Edm = 1.20745 NCalls = 162 +VariableMetric: Iteration # 52 - FCN = -715393.31761 Edm = 0.422642 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -715393.886941 Edm = 0.124803 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -715402.9275932 Edm = 5.93575 NCalls = 173 +VariableMetric: Iteration # 55 - FCN = -715435.3383965 Edm = 3.6848e+06 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -715650.8630095 Edm = 2.7912e+06 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -715724.6672306 Edm = 62147.5 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -715740.438416 Edm = 1962.49 NCalls = 209 +VariableMetric: Iteration # 59 - FCN = -715743.0259927 Edm = 1295.44 NCalls = 213 +VariableMetric: Iteration # 60 - FCN = -715748.3872465 Edm = 2609.6 NCalls = 217 +VariableMetric: Iteration # 61 - FCN = -715753.3717946 Edm = 1040.79 NCalls = 221 +VariableMetric: Iteration # 62 - FCN = -715754.857018 Edm = 997.864 NCalls = 225 +VariableMetric: Iteration # 63 - FCN = -715755.9370971 Edm = 1132.37 NCalls = 228 +VariableMetric: Iteration # 64 - FCN = -715756.714578 Edm = 137.376 NCalls = 231 +VariableMetric: Iteration # 65 - FCN = -715760.5714203 Edm = 218.071 NCalls = 233 +VariableMetric: Iteration # 66 - FCN = -715767.0224585 Edm = 73.179 NCalls = 235 +VariableMetric: Iteration # 67 - FCN = -715769.4600181 Edm = 189.113 NCalls = 237 +VariableMetric: Iteration # 68 - FCN = -715773.3273564 Edm = 189.399 NCalls = 239 +VariableMetric: Iteration # 69 - FCN = -715774.2956526 Edm = 28.5261 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -715777.4527032 Edm = 12.1464 NCalls = 244 +VariableMetric: Iteration # 71 - FCN = -715782.4281205 Edm = 13.5973 NCalls = 246 +VariableMetric: Iteration # 72 - FCN = -715786.1729352 Edm = 21.7591 NCalls = 248 +VariableMetric: Iteration # 73 - FCN = -715789.74226 Edm = 11.512 NCalls = 250 +VariableMetric: Iteration # 74 - FCN = -715791.4083943 Edm = 4.35509 NCalls = 252 +VariableMetric: Iteration # 75 - FCN = -715795.1048692 Edm = 2.37138 NCalls = 255 +VariableMetric: Iteration # 76 - FCN = -715796.5757306 Edm = 1.98346 NCalls = 257 +VariableMetric: Iteration # 77 - FCN = -715798.0845081 Edm = 2.21302 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -715798.6555078 Edm = 0.89865 NCalls = 262 +VariableMetric: Iteration # 79 - FCN = -715799.3977287 Edm = 0.742735 NCalls = 265 +VariableMetric: Iteration # 80 - FCN = -715799.5647799 Edm = 0.240974 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -715799.6912608 Edm = 0.0753252 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -715799.7477895 Edm = 0.0186118 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -715799.7588763 Edm = 0.00577698 NCalls = 273 +VariableMetric: Iteration # 84 - FCN = -715799.7639062 Edm = 0.00166003 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -715799.7669206 Edm = 0.00177798 NCalls = 278 +VariableMetric: Iteration # 86 - FCN = -715799.7696235 Edm = 0.00130289 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -715799.7715547 Edm = 0.00058433 NCalls = 282 +VariableMetric: Iteration # 88 - FCN = -715799.7722529 Edm = 0.000148795 NCalls = 284 +VariableMetric: Iteration # 89 - FCN = -715799.7725532 Edm = 9.87187e-05 NCalls = 286 +VariableMetric: Iteration # 90 - FCN = -715799.7728099 Edm = 0.000116999 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -715799.7730954 Edm = 3.99947e-05 NCalls = 290 +VariableMetric: After Hessian - FCN = -715799.7730954 Edm = 0.000221864 NCalls = 659 +VariableMetric: Iteration # 92 - FCN = -715799.7730954 Edm = 0.000221864 NCalls = 659 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710509.6215597 Edm = 12.6355 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710509.6215597 Edm = 12.6355 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714771.3378144 Edm = 0.627841 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714775.7860359 Edm = 0.716405 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714949.7753828 Edm = 27.2194 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -714983.1423006 Edm = 0.169338 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -714983.3329751 Edm = 0.0223137 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -714998.0198078 Edm = 14.1133 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -715100.9684383 Edm = 0.289768 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -715101.4547725 Edm = 0.129847 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -715146.508024 Edm = 24.0136 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -715190.603008 Edm = 0.163011 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -715190.8700995 Edm = 0.00526351 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -715190.8927056 Edm = 0.0182366 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -715197.5814493 Edm = 1.06108 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -715225.1388945 Edm = 8.51532 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -715256.388969 Edm = 2.64832 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -715258.5596746 Edm = 0.333715 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -715259.0645417 Edm = 0.0958425 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -715259.2539956 Edm = 0.0303194 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -715259.2859084 Edm = 0.00751967 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -715259.2970902 Edm = 0.00178163 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -715259.3106587 Edm = 0.0136288 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -715262.3344381 Edm = 0.09397 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -715281.7011051 Edm = 17.2508 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -715299.80396 Edm = 4.88454 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -715307.2490855 Edm = 1.18588 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -715308.4994174 Edm = 0.0462523 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -715308.5487108 Edm = 0.00431139 NCalls = 87 +VariableMetric: Iteration # 28 - FCN = -715308.5529072 Edm = 0.003048 NCalls = 88 +VariableMetric: Iteration # 29 - FCN = -715308.7200535 Edm = 0.163277 NCalls = 93 +VariableMetric: Iteration # 30 - FCN = -715322.6596167 Edm = 10.9508 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -715358.6509369 Edm = 2.59531 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -715361.4475101 Edm = 0.389756 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -715361.8741247 Edm = 0.108428 NCalls = 105 +VariableMetric: Iteration # 34 - FCN = -715362.0106706 Edm = 0.00482718 NCalls = 107 +VariableMetric: Iteration # 35 - FCN = -715362.0341028 Edm = 0.0183431 NCalls = 109 +VariableMetric: Iteration # 36 - FCN = -715367.3172161 Edm = 4.30585 NCalls = 116 +VariableMetric: Iteration # 37 - FCN = -715452.9721941 Edm = 24.3789 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -715480.9170128 Edm = 15.9592 NCalls = 121 +VariableMetric: Iteration # 39 - FCN = -715493.0116537 Edm = 6.1356 NCalls = 123 +VariableMetric: Iteration # 40 - FCN = -715502.4499648 Edm = 12.3784 NCalls = 126 +VariableMetric: Iteration # 41 - FCN = -715513.1645585 Edm = 2.94886 NCalls = 129 +VariableMetric: Iteration # 42 - FCN = -715516.1753477 Edm = 2.03784 NCalls = 130 +VariableMetric: Iteration # 43 - FCN = -715520.2858121 Edm = 1.25447 NCalls = 133 +VariableMetric: Iteration # 44 - FCN = -715522.450784 Edm = 0.355053 NCalls = 135 +VariableMetric: Iteration # 45 - FCN = -715522.7636901 Edm = 0.0202859 NCalls = 137 +VariableMetric: Iteration # 46 - FCN = -715522.7891931 Edm = 0.00575016 NCalls = 139 +VariableMetric: Iteration # 47 - FCN = -715522.8126216 Edm = 0.0172364 NCalls = 141 +VariableMetric: Iteration # 48 - FCN = -715522.9309498 Edm = 0.0686909 NCalls = 144 +VariableMetric: Iteration # 49 - FCN = -715523.1504787 Edm = 0.156269 NCalls = 146 +VariableMetric: Iteration # 50 - FCN = -715523.9588287 Edm = 0.735065 NCalls = 150 +VariableMetric: Iteration # 51 - FCN = -715567.0572863 Edm = 13.8982 NCalls = 155 +VariableMetric: Iteration # 52 - FCN = -715586.518585 Edm = 6.20536 NCalls = 156 +VariableMetric: Iteration # 53 - FCN = -715590.1725623 Edm = 1.79251 NCalls = 158 +VariableMetric: Iteration # 54 - FCN = -715591.2092547 Edm = 0.0847677 NCalls = 160 +VariableMetric: Iteration # 55 - FCN = -715591.2750843 Edm = 0.0029855 NCalls = 162 +VariableMetric: Iteration # 56 - FCN = -715591.2806798 Edm = 0.00261344 NCalls = 164 +VariableMetric: Iteration # 57 - FCN = -715591.306049 Edm = 0.0204443 NCalls = 167 +VariableMetric: Iteration # 58 - FCN = -715591.5064736 Edm = 0.185975 NCalls = 170 +VariableMetric: Iteration # 59 - FCN = -715637.6046613 Edm = 24.5923 NCalls = 176 +VariableMetric: Iteration # 60 - FCN = -715674.2610088 Edm = 23.3079 NCalls = 179 +VariableMetric: Iteration # 61 - FCN = -715701.0422794 Edm = 9.5321 NCalls = 182 +VariableMetric: Iteration # 62 - FCN = -715708.3762455 Edm = 1.52699 NCalls = 185 +VariableMetric: Iteration # 63 - FCN = -715710.2587181 Edm = 0.45719 NCalls = 187 +VariableMetric: Iteration # 64 - FCN = -715712.0069269 Edm = 3.76506 NCalls = 190 +VariableMetric: Iteration # 65 - FCN = -715716.1549288 Edm = 7.40731 NCalls = 195 +VariableMetric: Iteration # 66 - FCN = -715716.4632405 Edm = 0.453238 NCalls = 197 +VariableMetric: Iteration # 67 - FCN = -715718.9166694 Edm = 2.66835 NCalls = 200 +VariableMetric: Iteration # 68 - FCN = -715728.0089801 Edm = 4.54464 NCalls = 204 +VariableMetric: Iteration # 69 - FCN = -715732.8944668 Edm = 2.9609 NCalls = 205 +VariableMetric: Iteration # 70 - FCN = -715736.0488633 Edm = 1.14139 NCalls = 208 +VariableMetric: Iteration # 71 - FCN = -715737.7265015 Edm = 0.26885 NCalls = 210 +VariableMetric: Iteration # 72 - FCN = -715738.1557129 Edm = 0.159172 NCalls = 212 +VariableMetric: Iteration # 73 - FCN = -715738.3395276 Edm = 0.0148272 NCalls = 214 +VariableMetric: Iteration # 74 - FCN = -715738.3501133 Edm = 0.00234755 NCalls = 216 +VariableMetric: Iteration # 75 - FCN = -715738.3681826 Edm = 0.0151951 NCalls = 219 +VariableMetric: Iteration # 76 - FCN = -715738.5015594 Edm = 0.102093 NCalls = 222 +VariableMetric: Iteration # 77 - FCN = -715739.7779315 Edm = 0.933501 NCalls = 225 +VariableMetric: Iteration # 78 - FCN = -715748.6855458 Edm = 6.552 NCalls = 229 +VariableMetric: Iteration # 79 - FCN = -715763.1903765 Edm = 3.32257 NCalls = 231 +VariableMetric: Iteration # 80 - FCN = -715767.2591265 Edm = 0.588497 NCalls = 234 +VariableMetric: Iteration # 81 - FCN = -715768.0140959 Edm = 0.15223 NCalls = 236 +VariableMetric: Iteration # 82 - FCN = -715768.3636111 Edm = 0.242867 NCalls = 240 +VariableMetric: Iteration # 83 - FCN = -715772.9066831 Edm = 1.55318 NCalls = 249 +VariableMetric: Iteration # 84 - FCN = -715772.9250305 Edm = 0.146417 NCalls = 251 +VariableMetric: Iteration # 85 - FCN = -715773.9787522 Edm = 0.740352 NCalls = 254 +VariableMetric: Iteration # 86 - FCN = -715775.8881485 Edm = 0.33311 NCalls = 256 +VariableMetric: Iteration # 87 - FCN = -715776.2295176 Edm = 0.00967683 NCalls = 258 +VariableMetric: Iteration # 88 - FCN = -715776.2406591 Edm = 0.00157341 NCalls = 260 +VariableMetric: Iteration # 89 - FCN = -715776.2432071 Edm = 0.0017537 NCalls = 262 +VariableMetric: Iteration # 90 - FCN = -715776.2767464 Edm = 0.0325533 NCalls = 266 +VariableMetric: Iteration # 91 - FCN = -715776.9282095 Edm = 0.553925 NCalls = 270 +VariableMetric: Iteration # 92 - FCN = -715781.175652 Edm = 4.01819 NCalls = 273 +VariableMetric: Iteration # 93 - FCN = -715788.2807344 Edm = 1.69945 NCalls = 278 +VariableMetric: Iteration # 94 - FCN = -715790.6489753 Edm = 0.245755 NCalls = 280 +VariableMetric: Iteration # 95 - FCN = -715790.8640134 Edm = 0.0802004 NCalls = 282 +VariableMetric: Iteration # 96 - FCN = -715790.9313614 Edm = 0.00993731 NCalls = 284 +VariableMetric: Iteration # 97 - FCN = -715790.9426689 Edm = 0.000713711 NCalls = 286 +VariableMetric: Iteration # 98 - FCN = -715790.9435403 Edm = 0.000188695 NCalls = 288 +VariableMetric: Iteration # 99 - FCN = -715790.9442349 Edm = 0.000616952 NCalls = 290 +VariableMetric: Iteration # 100 - FCN = -715790.9534291 Edm = 0.0077762 NCalls = 295 +VariableMetric: Iteration # 101 - FCN = -715791.1037409 Edm = 0.14093 NCalls = 299 +VariableMetric: Iteration # 102 - FCN = -715795.5777872 Edm = 0.354041 NCalls = 303 +VariableMetric: Iteration # 103 - FCN = -715795.9821271 Edm = 0.0281307 NCalls = 305 +VariableMetric: Iteration # 104 - FCN = -715796.0119875 Edm = 0.000799336 NCalls = 307 +VariableMetric: Iteration # 105 - FCN = -715796.0128564 Edm = 1.34421e-05 NCalls = 309 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711083.4799962 Edm = 3.53541 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711083.4799962 Edm = 3.53541 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714017.1472685 Edm = 0.872218 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -714036.7204393 Edm = 0.848948 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -714623.6370176 Edm = 28.1047 NCalls = 22 +VariableMetric: Iteration # 4 - FCN = -714653.1325216 Edm = 2.46275 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -714654.5520496 Edm = 0.173422 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -714699.4767022 Edm = 19.9063 NCalls = 33 +VariableMetric: Iteration # 7 - FCN = -714730.6380378 Edm = 0.369765 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -714731.023187 Edm = 0.0852647 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -714767.3221186 Edm = 35.6881 NCalls = 44 +VariableMetric: Iteration # 10 - FCN = -715185.7248264 Edm = 101.846 NCalls = 48 +VariableMetric: Iteration # 11 - FCN = -715304.6474778 Edm = 14.2861 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -715324.6420863 Edm = 1.03101 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -715325.8023667 Edm = 0.0226043 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -715325.8600872 Edm = 0.0256136 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -715327.3903685 Edm = 1.36605 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -715392.05008 Edm = 1.96524 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -715397.5278456 Edm = 3.17705 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -715402.4078843 Edm = 4.1253 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -715405.9291572 Edm = 8.72966 NCalls = 79 +VariableMetric: Iteration # 20 - FCN = -715418.8937977 Edm = 8.16945 NCalls = 83 +VariableMetric: Iteration # 21 - FCN = -715424.6777176 Edm = 2.41693 NCalls = 85 +VariableMetric: Iteration # 22 - FCN = -715426.5983999 Edm = 0.102954 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -715426.7138302 Edm = 0.00773384 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -715427.0611441 Edm = 0.31677 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -715454.3651435 Edm = 3.02903 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -715458.6188158 Edm = 0.106334 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -715458.7539864 Edm = 0.00466486 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -715458.7630363 Edm = 0.00398384 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -715458.8396511 Edm = 0.0604281 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -715460.562381 Edm = 1.47533 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -715477.5048721 Edm = 1.50948 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -715479.6048094 Edm = 0.235523 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -715480.1707534 Edm = 0.20928 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -715481.19159 Edm = 1.2075 NCalls = 130 +VariableMetric: Iteration # 35 - FCN = -715481.4982447 Edm = 1.47116 NCalls = 133 +VariableMetric: Iteration # 36 - FCN = -715483.4202004 Edm = 1.93775 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -715485.3356832 Edm = 2.84451 NCalls = 140 +VariableMetric: Iteration # 38 - FCN = -715488.2038869 Edm = 3.20656 NCalls = 144 +VariableMetric: Iteration # 39 - FCN = -715491.8580104 Edm = 1.33629 NCalls = 149 +VariableMetric: Iteration # 40 - FCN = -715493.0602017 Edm = 0.0349599 NCalls = 151 +VariableMetric: Iteration # 41 - FCN = -715493.0941874 Edm = 0.00247901 NCalls = 152 +VariableMetric: Iteration # 42 - FCN = -715493.0975461 Edm = 0.00140073 NCalls = 154 +VariableMetric: Iteration # 43 - FCN = -715493.1019745 Edm = 0.0036547 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -715493.1573379 Edm = 0.0697187 NCalls = 161 +VariableMetric: Iteration # 45 - FCN = -715493.5405478 Edm = 0.358496 NCalls = 168 +VariableMetric: Iteration # 46 - FCN = -715512.3991634 Edm = 2.09897 NCalls = 173 +VariableMetric: Iteration # 47 - FCN = -715514.5307315 Edm = 0.0223507 NCalls = 174 +VariableMetric: Iteration # 48 - FCN = -715514.551805 Edm = 0.00133588 NCalls = 176 +VariableMetric: Iteration # 49 - FCN = -715514.5536439 Edm = 0.00110326 NCalls = 178 +VariableMetric: Iteration # 50 - FCN = -715514.5607425 Edm = 0.00708126 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -715514.8859667 Edm = 0.317442 NCalls = 188 +VariableMetric: Iteration # 52 - FCN = -715549.5620672 Edm = 15.075 NCalls = 193 +VariableMetric: Iteration # 53 - FCN = -715587.644351 Edm = 5.10525 NCalls = 195 +VariableMetric: Iteration # 54 - FCN = -715597.5970993 Edm = 4.45534 NCalls = 199 +VariableMetric: Iteration # 55 - FCN = -715613.3369959 Edm = 3.10104 NCalls = 206 +VariableMetric: Iteration # 56 - FCN = -715615.6815009 Edm = 6.34728 NCalls = 208 +VariableMetric: Iteration # 57 - FCN = -715632.1119952 Edm = 21.1824 NCalls = 214 +VariableMetric: Iteration # 58 - FCN = -715633.9886731 Edm = 9.40546 NCalls = 216 +VariableMetric: Iteration # 59 - FCN = -715647.3527388 Edm = 20.1733 NCalls = 219 +VariableMetric: Iteration # 60 - FCN = -715678.9857629 Edm = 16.9509 NCalls = 223 +VariableMetric: Iteration # 61 - FCN = -715696.3282744 Edm = 6.17265 NCalls = 225 +VariableMetric: Iteration # 62 - FCN = -715699.8795063 Edm = 1.18037 NCalls = 227 +VariableMetric: Iteration # 63 - FCN = -715700.9358482 Edm = 0.0977774 NCalls = 229 +VariableMetric: Iteration # 64 - FCN = -715701.087114 Edm = 0.0288599 NCalls = 231 +VariableMetric: Iteration # 65 - FCN = -715701.1322652 Edm = 0.00535471 NCalls = 233 +VariableMetric: Iteration # 66 - FCN = -715701.1395573 Edm = 0.00431754 NCalls = 235 +VariableMetric: Iteration # 67 - FCN = -715701.2179375 Edm = 0.0705694 NCalls = 239 +VariableMetric: Iteration # 68 - FCN = -715710.9498912 Edm = 8.46008 NCalls = 244 +VariableMetric: Iteration # 69 - FCN = -715756.4607968 Edm = 3.64002 NCalls = 247 +VariableMetric: Iteration # 70 - FCN = -715760.6739708 Edm = 0.211957 NCalls = 248 +VariableMetric: Iteration # 71 - FCN = -715760.9500364 Edm = 0.0443731 NCalls = 250 +VariableMetric: Iteration # 72 - FCN = -715761.0060457 Edm = 0.00147098 NCalls = 252 +VariableMetric: Iteration # 73 - FCN = -715761.0083229 Edm = 0.000692758 NCalls = 254 +VariableMetric: Iteration # 74 - FCN = -715761.0249539 Edm = 0.0165524 NCalls = 258 +VariableMetric: Iteration # 75 - FCN = -715761.4968564 Edm = 0.371685 NCalls = 265 +VariableMetric: Iteration # 76 - FCN = -715769.6215035 Edm = 3.40461 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -715775.0253759 Edm = 0.70179 NCalls = 272 +VariableMetric: Iteration # 78 - FCN = -715775.4720669 Edm = 0.0539982 NCalls = 274 +VariableMetric: Iteration # 79 - FCN = -715775.5150319 Edm = 0.00224032 NCalls = 276 +VariableMetric: Iteration # 80 - FCN = -715775.5172962 Edm = 0.000224552 NCalls = 278 +VariableMetric: Iteration # 81 - FCN = -715775.5182918 Edm = 0.000788477 NCalls = 280 +VariableMetric: Iteration # 82 - FCN = -715775.6573474 Edm = 0.121136 NCalls = 286 +VariableMetric: Iteration # 83 - FCN = -715779.5467947 Edm = 2.26261 NCalls = 290 +VariableMetric: Iteration # 84 - FCN = -715785.7722044 Edm = 0.718556 NCalls = 292 +VariableMetric: Iteration # 85 - FCN = -715786.3077365 Edm = 0.0324286 NCalls = 294 +VariableMetric: Iteration # 86 - FCN = -715786.3409856 Edm = 0.000937688 NCalls = 296 +VariableMetric: Iteration # 87 - FCN = -715786.3418991 Edm = 0.000292851 NCalls = 297 +VariableMetric: Iteration # 88 - FCN = -715786.3431639 Edm = 0.00118328 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -715786.4191377 Edm = 0.0617375 NCalls = 306 +VariableMetric: Iteration # 90 - FCN = -715790.104002 Edm = 1.66627 NCalls = 311 +VariableMetric: Iteration # 91 - FCN = -715795.0942318 Edm = 0.177083 NCalls = 314 +VariableMetric: Iteration # 92 - FCN = -715795.292107 Edm = 0.0178478 NCalls = 316 +VariableMetric: Iteration # 93 - FCN = -715795.3125588 Edm = 0.00189678 NCalls = 318 +VariableMetric: Iteration # 94 - FCN = -715795.3152424 Edm = 0.000229038 NCalls = 320 +VariableMetric: Iteration # 95 - FCN = -715795.3158875 Edm = 0.000436585 NCalls = 322 +VariableMetric: Iteration # 96 - FCN = -715795.3207617 Edm = 0.00457804 NCalls = 326 +VariableMetric: Iteration # 97 - FCN = -715795.5984989 Edm = 0.22254 NCalls = 331 +VariableMetric: Iteration # 98 - FCN = -715797.5716139 Edm = 0.144289 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -715797.8594995 Edm = 0.0458046 NCalls = 336 +VariableMetric: Iteration # 100 - FCN = -715797.923842 Edm = 0.00139403 NCalls = 338 +VariableMetric: Iteration # 101 - FCN = -715797.9251332 Edm = 1.79597e-05 NCalls = 340 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710348.5830519 Edm = 5.12704 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710348.5830519 Edm = 5.12704 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711864.7905654 Edm = 0.215896 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -711866.1256442 Edm = 0.856232 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -712785.7855195 Edm = 18.7162 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -713916.8616212 Edm = 3300.34 NCalls = 29 +VariableMetric: Iteration # 5 - FCN = -713955.3974153 Edm = 364.148 NCalls = 33 +VariableMetric: Iteration # 6 - FCN = -714778.2530941 Edm = 30.3895 NCalls = 38 +VariableMetric: Iteration # 7 - FCN = -714800.683375 Edm = 0.55001 NCalls = 40 +VariableMetric: Iteration # 8 - FCN = -714801.2218107 Edm = 0.334202 NCalls = 41 +VariableMetric: Iteration # 9 - FCN = -714822.2744611 Edm = 14.8414 NCalls = 46 +VariableMetric: Iteration # 10 - FCN = -714911.722562 Edm = 3.96249 NCalls = 49 +VariableMetric: Iteration # 11 - FCN = -714915.422241 Edm = 0.0771909 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -714915.4883741 Edm = 0.00891778 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -714916.6516674 Edm = 1.04267 NCalls = 58 +VariableMetric: Iteration # 14 - FCN = -714925.4812033 Edm = 0.0270408 NCalls = 61 +VariableMetric: Iteration # 15 - FCN = -714925.5348021 Edm = 0.0309396 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -714926.7236964 Edm = 1.24109 NCalls = 68 +VariableMetric: Iteration # 17 - FCN = -714931.3022804 Edm = 3.73832 NCalls = 74 +VariableMetric: Iteration # 18 - FCN = -714960.6077145 Edm = 2.57424 NCalls = 80 +VariableMetric: Iteration # 19 - FCN = -714971.4082947 Edm = 53.6218 NCalls = 85 +VariableMetric: Iteration # 20 - FCN = -714979.9832538 Edm = 3.19293 NCalls = 90 +VariableMetric: Iteration # 21 - FCN = -714984.5783635 Edm = 0.294977 NCalls = 92 +VariableMetric: Iteration # 22 - FCN = -714984.7330024 Edm = 0.0185942 NCalls = 94 +VariableMetric: Iteration # 23 - FCN = -714984.7572654 Edm = 0.0048527 NCalls = 96 +VariableMetric: Iteration # 24 - FCN = -714984.8113304 Edm = 0.0364121 NCalls = 99 +VariableMetric: Iteration # 25 - FCN = -715001.0072615 Edm = 8.78426 NCalls = 106 +VariableMetric: Iteration # 26 - FCN = -715023.3596617 Edm = 0.344055 NCalls = 108 +VariableMetric: Iteration # 27 - FCN = -715023.7073838 Edm = 0.0122041 NCalls = 109 +VariableMetric: Iteration # 28 - FCN = -715023.7235745 Edm = 0.00399628 NCalls = 111 +VariableMetric: Iteration # 29 - FCN = -715023.7704753 Edm = 0.0441885 NCalls = 114 +VariableMetric: Iteration # 30 - FCN = -715026.5266937 Edm = 2.00848 NCalls = 121 +VariableMetric: Iteration # 31 - FCN = -715052.4134442 Edm = 15.2185 NCalls = 127 +VariableMetric: Iteration # 32 - FCN = -715077.4209511 Edm = 5.50653 NCalls = 129 +VariableMetric: Iteration # 33 - FCN = -715080.6179526 Edm = 1.85118 NCalls = 131 +VariableMetric: Iteration # 34 - FCN = -715082.4752141 Edm = 0.314907 NCalls = 133 +VariableMetric: Iteration # 35 - FCN = -715083.6074438 Edm = 0.273791 NCalls = 135 +VariableMetric: Iteration # 36 - FCN = -715084.0938293 Edm = 0.0530654 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -715084.1602753 Edm = 0.00348001 NCalls = 139 +VariableMetric: Iteration # 38 - FCN = -715084.1697296 Edm = 0.00462576 NCalls = 141 +VariableMetric: Iteration # 39 - FCN = -715084.3567776 Edm = 0.166085 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -715087.5155998 Edm = 2.98789 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -715113.5058009 Edm = 40.8196 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -715205.1414041 Edm = 67.1111 NCalls = 159 +VariableMetric: Iteration # 43 - FCN = -715331.8343303 Edm = 127.871 NCalls = 162 +VariableMetric: Iteration # 44 - FCN = -715409.599492 Edm = 36.848 NCalls = 165 +VariableMetric: Iteration # 45 - FCN = -715443.1934291 Edm = 18.6844 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -715453.9317904 Edm = 1.24037 NCalls = 169 +VariableMetric: Iteration # 47 - FCN = -715458.2169397 Edm = 5.77126 NCalls = 172 +VariableMetric: Iteration # 48 - FCN = -715566.0685958 Edm = 39.2921 NCalls = 177 +VariableMetric: Iteration # 49 - FCN = -715566.4188055 Edm = 3.89466 NCalls = 179 +VariableMetric: Iteration # 50 - FCN = -715577.0948391 Edm = 6.00067 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -715602.8738559 Edm = 2.06794 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -715606.1014133 Edm = 0.135339 NCalls = 185 +VariableMetric: Iteration # 53 - FCN = -715606.3317112 Edm = 0.0167125 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -715606.3638355 Edm = 0.0073777 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -715606.416715 Edm = 0.0282473 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -715606.611341 Edm = 0.134412 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -715610.8935607 Edm = 4.18684 NCalls = 199 +VariableMetric: Iteration # 58 - FCN = -715662.0617946 Edm = 18.8309 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -715679.6549861 Edm = 3.06291 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -715683.6865301 Edm = 0.320282 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -715684.0700782 Edm = 0.024704 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -715684.1073425 Edm = 0.00698698 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -715684.1216062 Edm = 0.00859349 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -715684.1385737 Edm = 0.00518357 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -715684.1511253 Edm = 0.00446807 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -715684.1607546 Edm = 0.000765378 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -715684.1631312 Edm = 0.00131156 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -715684.2133748 Edm = 0.0517314 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -715684.9728559 Edm = 0.882928 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -715684.9763424 Edm = 0.00240251 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -715684.984504 Edm = 0.00671894 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -715685.0805544 Edm = 0.0645035 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -715686.8523322 Edm = 1.80198 NCalls = 247 +VariableMetric: Iteration # 74 - FCN = -715690.3419125 Edm = 2.54811 NCalls = 253 +VariableMetric: Iteration # 75 - FCN = -715699.7211503 Edm = 2.75164 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -715701.1294438 Edm = 0.230754 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -715701.3144638 Edm = 0.0461263 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -715701.3994395 Edm = 0.0269951 NCalls = 262 +VariableMetric: Iteration # 79 - FCN = -715701.4363026 Edm = 0.00230044 NCalls = 264 +VariableMetric: Iteration # 80 - FCN = -715701.4391326 Edm = 0.000557014 NCalls = 266 +VariableMetric: Iteration # 81 - FCN = -715701.4407964 Edm = 0.00128266 NCalls = 268 +VariableMetric: Iteration # 82 - FCN = -715701.4607063 Edm = 0.0213434 NCalls = 273 +VariableMetric: Iteration # 83 - FCN = -715701.6140399 Edm = 0.133339 NCalls = 280 +VariableMetric: Iteration # 84 - FCN = -715710.4138527 Edm = 3.80049 NCalls = 285 +VariableMetric: Iteration # 85 - FCN = -715715.4608613 Edm = 1.38341 NCalls = 288 +VariableMetric: Iteration # 86 - FCN = -715716.5778629 Edm = 0.0717868 NCalls = 290 +VariableMetric: Iteration # 87 - FCN = -715716.6495405 Edm = 0.00735609 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -715716.658582 Edm = 0.00165635 NCalls = 294 +VariableMetric: Iteration # 89 - FCN = -715716.6611177 Edm = 0.000723237 NCalls = 296 +VariableMetric: Iteration # 90 - FCN = -715716.6637619 Edm = 0.00134655 NCalls = 298 +VariableMetric: Iteration # 91 - FCN = -715716.7400382 Edm = 0.0663481 NCalls = 304 +VariableMetric: Iteration # 92 - FCN = -715717.1030461 Edm = 0.369294 NCalls = 308 +VariableMetric: Iteration # 93 - FCN = -715717.8869779 Edm = 2.4918 NCalls = 312 +VariableMetric: Iteration # 94 - FCN = -715718.6110468 Edm = 0.987643 NCalls = 316 +VariableMetric: Iteration # 95 - FCN = -715721.0869444 Edm = 2.59337 NCalls = 321 +VariableMetric: Iteration # 96 - FCN = -715725.4770566 Edm = 1.12403 NCalls = 329 +VariableMetric: Iteration # 97 - FCN = -715727.2568214 Edm = 2.12039 NCalls = 331 +VariableMetric: Iteration # 98 - FCN = -715728.3174759 Edm = 1.14265 NCalls = 333 +VariableMetric: Iteration # 99 - FCN = -715730.4597734 Edm = 1.31467 NCalls = 335 +VariableMetric: Iteration # 100 - FCN = -715736.5655382 Edm = 1.62113 NCalls = 337 +VariableMetric: Iteration # 101 - FCN = -715739.0043847 Edm = 0.184287 NCalls = 339 +VariableMetric: Iteration # 102 - FCN = -715739.2134532 Edm = 0.0173226 NCalls = 341 +VariableMetric: Iteration # 103 - FCN = -715739.2341223 Edm = 0.00426921 NCalls = 343 +VariableMetric: Iteration # 104 - FCN = -715739.239567 Edm = 0.00103787 NCalls = 345 +VariableMetric: Iteration # 105 - FCN = -715739.2416165 Edm = 0.000902972 NCalls = 347 +VariableMetric: Iteration # 106 - FCN = -715739.2537745 Edm = 0.0120172 NCalls = 350 +VariableMetric: Iteration # 107 - FCN = -715739.8365829 Edm = 0.540882 NCalls = 357 +VariableMetric: Iteration # 108 - FCN = -715754.9211553 Edm = 6.36029 NCalls = 361 +VariableMetric: Iteration # 109 - FCN = -715765.3174665 Edm = 0.928105 NCalls = 363 +VariableMetric: Iteration # 110 - FCN = -715765.9617361 Edm = 0.20051 NCalls = 365 +VariableMetric: Iteration # 111 - FCN = -715766.1464383 Edm = 0.00966988 NCalls = 367 +VariableMetric: Iteration # 112 - FCN = -715766.1585157 Edm = 0.00175685 NCalls = 369 +VariableMetric: Iteration # 113 - FCN = -715766.1621382 Edm = 0.000532252 NCalls = 371 +VariableMetric: Iteration # 114 - FCN = -715766.1629029 Edm = 0.000147808 NCalls = 373 +VariableMetric: Iteration # 115 - FCN = -715766.1665142 Edm = 0.00340009 NCalls = 377 +VariableMetric: Iteration # 116 - FCN = -715766.2408366 Edm = 0.0782895 NCalls = 381 +VariableMetric: Iteration # 117 - FCN = -715767.1532989 Edm = 0.668332 NCalls = 387 +VariableMetric: Iteration # 118 - FCN = -715771.1082094 Edm = 0.495943 NCalls = 390 +VariableMetric: Iteration # 119 - FCN = -715771.7128553 Edm = 0.0165094 NCalls = 392 +VariableMetric: Iteration # 120 - FCN = -715771.7294053 Edm = 0.00111892 NCalls = 393 +VariableMetric: Iteration # 121 - FCN = -715771.730839 Edm = 0.000146232 NCalls = 395 +VariableMetric: Iteration # 122 - FCN = -715771.7310433 Edm = 7.41568e-05 NCalls = 397 +VariableMetric: After Hessian - FCN = -715771.7310433 Edm = 9.77469 NCalls = 764 +VariableMetric: Iteration # 123 - FCN = -715771.7310433 Edm = 9.77469 NCalls = 764 +VariableMetric: Iteration # 124 - FCN = -715772.4892095 Edm = 1477.45 NCalls = 767 +VariableMetric: Iteration # 125 - FCN = -715782.088318 Edm = 0.284288 NCalls = 770 +VariableMetric: Iteration # 126 - FCN = -715782.1623001 Edm = 0.0949116 NCalls = 772 +VariableMetric: Iteration # 127 - FCN = -715782.2770384 Edm = 0.0246912 NCalls = 774 +VariableMetric: Iteration # 128 - FCN = -715782.3167588 Edm = 0.0385413 NCalls = 777 +VariableMetric: Iteration # 129 - FCN = -715782.4997754 Edm = 0.124371 NCalls = 784 +VariableMetric: Iteration # 130 - FCN = -715782.5049836 Edm = 0.0284968 NCalls = 786 +VariableMetric: Iteration # 131 - FCN = -715782.5917141 Edm = 0.0208018 NCalls = 789 +VariableMetric: Iteration # 132 - FCN = -715782.6221922 Edm = 0.014418 NCalls = 791 +VariableMetric: Iteration # 133 - FCN = -715782.9055471 Edm = 1.23361 NCalls = 799 +VariableMetric: Iteration # 134 - FCN = -715782.9126827 Edm = 0.0617791 NCalls = 801 +VariableMetric: Iteration # 135 - FCN = -715783.1619403 Edm = 0.721432 NCalls = 807 +VariableMetric: Iteration # 136 - FCN = -715783.3105845 Edm = 0.285425 NCalls = 812 +VariableMetric: Iteration # 137 - FCN = -715784.9320419 Edm = 4.46293 NCalls = 818 +VariableMetric: Iteration # 138 - FCN = -715784.9573449 Edm = 0.0125294 NCalls = 820 +VariableMetric: Iteration # 139 - FCN = -715784.9840102 Edm = 0.0169403 NCalls = 823 +VariableMetric: Iteration # 140 - FCN = -715785.2159412 Edm = 0.221816 NCalls = 828 +VariableMetric: Iteration # 141 - FCN = -715785.7254126 Edm = 0.657217 NCalls = 836 +VariableMetric: Iteration # 142 - FCN = -715786.0372948 Edm = 1.27859 NCalls = 839 +VariableMetric: Iteration # 143 - FCN = -715786.8931917 Edm = 1.46034 NCalls = 841 +VariableMetric: Iteration # 144 - FCN = -715788.1733844 Edm = 1.80619 NCalls = 845 +VariableMetric: Iteration # 145 - FCN = -715790.4504108 Edm = 3.3716 NCalls = 848 +VariableMetric: Iteration # 146 - FCN = -715791.2266639 Edm = 0.879739 NCalls = 851 +VariableMetric: Iteration # 147 - FCN = -715793.5787335 Edm = 2.46927 NCalls = 854 +VariableMetric: Iteration # 148 - FCN = -715793.9505411 Edm = 0.362512 NCalls = 856 +VariableMetric: Iteration # 149 - FCN = -715796.0971078 Edm = 0.899476 NCalls = 860 +VariableMetric: Iteration # 150 - FCN = -715797.3054739 Edm = 0.104476 NCalls = 863 +VariableMetric: Iteration # 151 - FCN = -715797.4360504 Edm = 0.0826164 NCalls = 865 +VariableMetric: Iteration # 152 - FCN = -715797.6786722 Edm = 0.163214 NCalls = 868 +VariableMetric: Iteration # 153 - FCN = -715798.0227832 Edm = 0.272661 NCalls = 871 +VariableMetric: Iteration # 154 - FCN = -715798.3802224 Edm = 0.524106 NCalls = 874 +VariableMetric: Iteration # 155 - FCN = -715798.7460833 Edm = 0.252951 NCalls = 876 +VariableMetric: Iteration # 156 - FCN = -715799.1027444 Edm = 0.222523 NCalls = 879 +VariableMetric: Iteration # 157 - FCN = -715799.45899 Edm = 0.182242 NCalls = 882 +VariableMetric: Iteration # 158 - FCN = -715799.6628068 Edm = 0.0876107 NCalls = 884 +VariableMetric: Iteration # 159 - FCN = -715799.728301 Edm = 0.0515392 NCalls = 886 +VariableMetric: Iteration # 160 - FCN = -715799.7529652 Edm = 0.013034 NCalls = 888 +VariableMetric: Iteration # 161 - FCN = -715799.7626202 Edm = 0.00218175 NCalls = 890 +VariableMetric: Iteration # 162 - FCN = -715799.7647187 Edm = 0.000303389 NCalls = 892 +VariableMetric: Iteration # 163 - FCN = -715799.7649646 Edm = 5.27504e-05 NCalls = 894 +VariableMetric: After Hessian - FCN = -715799.7649646 Edm = 0.00492392 NCalls = 1275 +VariableMetric: Iteration # 164 - FCN = -715799.7649646 Edm = 0.00492392 NCalls = 1275 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712626.8012678 Edm = 0.400551 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712626.8012678 Edm = 0.400551 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712874.3884653 Edm = 0.153832 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -712875.3517275 Edm = 0.25585 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -712992.5363036 Edm = 35.9285 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -713196.4656305 Edm = 0.165077 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -713197.2746666 Edm = 0.374095 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -713197.8022861 Edm = 0.382543 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -713736.682196 Edm = 125.937 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -713785.3775511 Edm = 12.1699 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -713788.460791 Edm = 0.0972369 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -713788.8631935 Edm = 0.308348 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -713843.2692049 Edm = 6.64849 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -714089.2228169 Edm = 309.775 NCalls = 58 +VariableMetric: Iteration # 13 - FCN = -714091.5918989 Edm = 71.6369 NCalls = 60 +VariableMetric: Iteration # 14 - FCN = -714664.5783434 Edm = 41.6549 NCalls = 70 +VariableMetric: Iteration # 15 - FCN = -714802.9558935 Edm = 64.2263 NCalls = 73 +VariableMetric: Iteration # 16 - FCN = -714843.9113945 Edm = 19.0965 NCalls = 75 +VariableMetric: Iteration # 17 - FCN = -714885.604518 Edm = 28.5162 NCalls = 78 +VariableMetric: Iteration # 18 - FCN = -714906.1335677 Edm = 11.5038 NCalls = 80 +VariableMetric: Iteration # 19 - FCN = -714913.1715477 Edm = 15.8834 NCalls = 82 +VariableMetric: Iteration # 20 - FCN = -714917.7535813 Edm = 3.67694 NCalls = 83 +VariableMetric: Iteration # 21 - FCN = -714931.0231544 Edm = 8.82346 NCalls = 86 +VariableMetric: Iteration # 22 - FCN = -714965.3214877 Edm = 0.175514 NCalls = 89 +VariableMetric: Iteration # 23 - FCN = -714965.5042123 Edm = 0.0654979 NCalls = 90 +VariableMetric: Iteration # 24 - FCN = -714965.9128362 Edm = 0.412577 NCalls = 93 +VariableMetric: Iteration # 25 - FCN = -714992.2520346 Edm = 23.91 NCalls = 100 +VariableMetric: Iteration # 26 - FCN = -715059.7427467 Edm = 3.43328 NCalls = 103 +VariableMetric: Iteration # 27 - FCN = -715064.0908645 Edm = 0.115489 NCalls = 106 +VariableMetric: Iteration # 28 - FCN = -715064.2466434 Edm = 0.0152062 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -715064.2746111 Edm = 0.0190505 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -715064.3796114 Edm = 0.0827563 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -715078.8425553 Edm = 12.8452 NCalls = 121 +VariableMetric: Iteration # 32 - FCN = -715106.2568449 Edm = 61.2971 NCalls = 124 +VariableMetric: Iteration # 33 - FCN = -715152.9526532 Edm = 14.7413 NCalls = 126 +VariableMetric: Iteration # 34 - FCN = -715188.2341091 Edm = 16.8464 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -715217.6053765 Edm = 10.3245 NCalls = 131 +VariableMetric: Iteration # 36 - FCN = -715228.4607309 Edm = 0.55117 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -715228.9984479 Edm = 0.0272285 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -715229.0581965 Edm = 0.0186214 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -715229.2271036 Edm = 0.155097 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -715243.0174314 Edm = 28.5678 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -715243.1764824 Edm = 0.303296 NCalls = 151 +VariableMetric: Iteration # 42 - FCN = -715243.6668988 Edm = 0.112133 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -715258.1651532 Edm = 10.0095 NCalls = 163 +VariableMetric: Iteration # 44 - FCN = -715258.1894798 Edm = 0.139094 NCalls = 165 +VariableMetric: Iteration # 45 - FCN = -715259.2702143 Edm = 1.01547 NCalls = 168 +VariableMetric: Iteration # 46 - FCN = -715271.0089599 Edm = 2.12102 NCalls = 173 +VariableMetric: Iteration # 47 - FCN = -715274.8746358 Edm = 0.790568 NCalls = 175 +VariableMetric: Iteration # 48 - FCN = -715276.7834786 Edm = 0.234272 NCalls = 177 +VariableMetric: Iteration # 49 - FCN = -715277.0895732 Edm = 0.0289035 NCalls = 179 +VariableMetric: Iteration # 50 - FCN = -715277.1547286 Edm = 0.0333019 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -715277.7323632 Edm = 0.55811 NCalls = 185 +VariableMetric: Iteration # 52 - FCN = -715323.5112417 Edm = 1.91154 NCalls = 192 +VariableMetric: Iteration # 53 - FCN = -715345.5865303 Edm = 0.984894 NCalls = 194 +VariableMetric: Iteration # 54 - FCN = -715346.6451086 Edm = 0.0924203 NCalls = 195 +VariableMetric: Iteration # 55 - FCN = -715346.7664024 Edm = 0.00414751 NCalls = 197 +VariableMetric: Iteration # 56 - FCN = -715346.773787 Edm = 0.00283321 NCalls = 199 +VariableMetric: Iteration # 57 - FCN = -715346.8140893 Edm = 0.0355767 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -715348.363955 Edm = 1.34591 NCalls = 206 +VariableMetric: Iteration # 59 - FCN = -715382.5839317 Edm = 6.62412 NCalls = 210 +VariableMetric: Iteration # 60 - FCN = -715390.5826793 Edm = 0.144051 NCalls = 212 +VariableMetric: Iteration # 61 - FCN = -715390.7292947 Edm = 0.00874076 NCalls = 214 +VariableMetric: Iteration # 62 - FCN = -715390.7424989 Edm = 0.00225011 NCalls = 216 +VariableMetric: Iteration # 63 - FCN = -715390.7649359 Edm = 0.0182471 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -715391.2241574 Edm = 0.37763 NCalls = 223 +VariableMetric: Iteration # 65 - FCN = -715426.5938651 Edm = 4.71619 NCalls = 229 +VariableMetric: Iteration # 66 - FCN = -715430.5420599 Edm = 0.482767 NCalls = 231 +VariableMetric: Iteration # 67 - FCN = -715430.9533075 Edm = 0.0320551 NCalls = 233 +VariableMetric: Iteration # 68 - FCN = -715430.9839719 Edm = 0.00252464 NCalls = 234 +VariableMetric: Iteration # 69 - FCN = -715430.9893433 Edm = 0.00225651 NCalls = 236 +VariableMetric: Iteration # 70 - FCN = -715431.0467834 Edm = 0.053596 NCalls = 240 +VariableMetric: Iteration # 71 - FCN = -715433.6742221 Edm = 2.41193 NCalls = 245 +VariableMetric: Iteration # 72 - FCN = -715522.9777357 Edm = 71.65 NCalls = 254 +VariableMetric: Iteration # 73 - FCN = -715608.5196224 Edm = 40.6989 NCalls = 255 +VariableMetric: Iteration # 74 - FCN = -715619.5668522 Edm = 37.1111 NCalls = 257 +VariableMetric: Iteration # 75 - FCN = -715641.978816 Edm = 9.99395 NCalls = 259 +VariableMetric: Iteration # 76 - FCN = -715656.2349528 Edm = 11.9677 NCalls = 262 +VariableMetric: Iteration # 77 - FCN = -715667.0972929 Edm = 5.10503 NCalls = 266 +VariableMetric: Iteration # 78 - FCN = -715671.8723699 Edm = 0.326957 NCalls = 268 +VariableMetric: Iteration # 79 - FCN = -715672.2864988 Edm = 0.106486 NCalls = 270 +VariableMetric: Iteration # 80 - FCN = -715672.6107314 Edm = 0.171923 NCalls = 272 +VariableMetric: Iteration # 81 - FCN = -715673.1690177 Edm = 0.0546733 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -715673.2128582 Edm = 0.00893082 NCalls = 276 +VariableMetric: Iteration # 83 - FCN = -715673.2293047 Edm = 0.00718206 NCalls = 278 +VariableMetric: Iteration # 84 - FCN = -715673.3663304 Edm = 0.131659 NCalls = 282 +VariableMetric: Iteration # 85 - FCN = -715680.0385739 Edm = 4.5721 NCalls = 289 +VariableMetric: Iteration # 86 - FCN = -715719.1447029 Edm = 5.1849 NCalls = 292 +VariableMetric: Iteration # 87 - FCN = -715724.0166925 Edm = 0.55183 NCalls = 294 +VariableMetric: Iteration # 88 - FCN = -715724.8091382 Edm = 0.282436 NCalls = 297 +VariableMetric: Iteration # 89 - FCN = -715731.158343 Edm = 2.0292 NCalls = 305 +VariableMetric: Iteration # 90 - FCN = -715731.2274042 Edm = 0.194518 NCalls = 307 +VariableMetric: Iteration # 91 - FCN = -715731.462911 Edm = 0.158161 NCalls = 309 +VariableMetric: Iteration # 92 - FCN = -715732.0493285 Edm = 0.32116 NCalls = 312 +VariableMetric: Iteration # 93 - FCN = -715732.7477638 Edm = 0.13138 NCalls = 314 +VariableMetric: Iteration # 94 - FCN = -715733.1194534 Edm = 0.138136 NCalls = 316 +VariableMetric: Iteration # 95 - FCN = -715733.8410277 Edm = 0.227068 NCalls = 320 +VariableMetric: Iteration # 96 - FCN = -715734.1563849 Edm = 0.0615751 NCalls = 322 +VariableMetric: Iteration # 97 - FCN = -715734.2012749 Edm = 0.0107445 NCalls = 323 +VariableMetric: Iteration # 98 - FCN = -715734.2092733 Edm = 0.00125622 NCalls = 324 +VariableMetric: Iteration # 99 - FCN = -715734.2117614 Edm = 0.00170896 NCalls = 326 +VariableMetric: Iteration # 100 - FCN = -715734.2815957 Edm = 0.0703803 NCalls = 331 +VariableMetric: Iteration # 101 - FCN = -715735.3271104 Edm = 0.200582 NCalls = 338 +VariableMetric: Iteration # 102 - FCN = -715740.9774192 Edm = 2.24642 NCalls = 340 +VariableMetric: Iteration # 103 - FCN = -715749.6318813 Edm = 0.484496 NCalls = 342 +VariableMetric: Iteration # 104 - FCN = -715750.2302866 Edm = 0.0276223 NCalls = 344 +VariableMetric: Iteration # 105 - FCN = -715750.2629639 Edm = 0.00331616 NCalls = 346 +VariableMetric: Iteration # 106 - FCN = -715750.2659135 Edm = 0.000782887 NCalls = 348 +VariableMetric: Iteration # 107 - FCN = -715750.2676659 Edm = 0.00105526 NCalls = 350 +VariableMetric: Iteration # 108 - FCN = -715750.2771922 Edm = 0.00800146 NCalls = 353 +VariableMetric: Iteration # 109 - FCN = -715750.5786639 Edm = 0.28116 NCalls = 357 +VariableMetric: Iteration # 110 - FCN = -715758.7349515 Edm = 3.60128 NCalls = 361 +VariableMetric: Iteration # 111 - FCN = -715763.5183832 Edm = 0.59396 NCalls = 363 +VariableMetric: Iteration # 112 - FCN = -715763.8589548 Edm = 0.0532745 NCalls = 365 +VariableMetric: Iteration # 113 - FCN = -715763.9146697 Edm = 0.0354412 NCalls = 367 +VariableMetric: Iteration # 114 - FCN = -715763.959881 Edm = 0.0389986 NCalls = 369 +VariableMetric: Iteration # 115 - FCN = -715764.0559863 Edm = 0.0496574 NCalls = 373 +VariableMetric: Iteration # 116 - FCN = -715764.2187575 Edm = 0.222323 NCalls = 381 +VariableMetric: Iteration # 117 - FCN = -715764.3318978 Edm = 0.260682 NCalls = 384 +VariableMetric: Iteration # 118 - FCN = -715764.5213098 Edm = 0.189953 NCalls = 386 +VariableMetric: Iteration # 119 - FCN = -715765.561539 Edm = 1.14043 NCalls = 391 +VariableMetric: Iteration # 120 - FCN = -715765.6686573 Edm = 0.220511 NCalls = 394 +VariableMetric: Iteration # 121 - FCN = -715765.9161294 Edm = 0.127972 NCalls = 397 +VariableMetric: Iteration # 122 - FCN = -715766.1030903 Edm = 0.00727236 NCalls = 399 +VariableMetric: Iteration # 123 - FCN = -715766.1086308 Edm = 0.000685906 NCalls = 401 +VariableMetric: Iteration # 124 - FCN = -715766.109854 Edm = 0.000635656 NCalls = 403 +VariableMetric: Iteration # 125 - FCN = -715766.1313667 Edm = 0.0225364 NCalls = 408 +VariableMetric: Iteration # 126 - FCN = -715766.4510046 Edm = 0.28176 NCalls = 415 +VariableMetric: Iteration # 127 - FCN = -715775.1402977 Edm = 2.58571 NCalls = 419 +VariableMetric: Iteration # 128 - FCN = -715778.0138813 Edm = 0.473435 NCalls = 421 +VariableMetric: Iteration # 129 - FCN = -715778.3740484 Edm = 0.0679163 NCalls = 423 +VariableMetric: Iteration # 130 - FCN = -715778.4255547 Edm = 0.00534074 NCalls = 425 +VariableMetric: Iteration # 131 - FCN = -715778.4304767 Edm = 0.000458404 NCalls = 426 +VariableMetric: Iteration # 132 - FCN = -715778.4318943 Edm = 0.000887208 NCalls = 428 +VariableMetric: Iteration # 133 - FCN = -715778.4529657 Edm = 0.0174889 NCalls = 432 +VariableMetric: Iteration # 134 - FCN = -715779.2444706 Edm = 0.691991 NCalls = 436 +VariableMetric: Iteration # 135 - FCN = -715794.3717905 Edm = 1.2803 NCalls = 440 +VariableMetric: Iteration # 136 - FCN = -715796.4807017 Edm = 0.206867 NCalls = 442 +VariableMetric: Iteration # 137 - FCN = -715796.810171 Edm = 0.0303219 NCalls = 444 +VariableMetric: Iteration # 138 - FCN = -715796.8508322 Edm = 0.00286477 NCalls = 446 +VariableMetric: Iteration # 139 - FCN = -715796.8540817 Edm = 0.000436946 NCalls = 448 +VariableMetric: Iteration # 140 - FCN = -715796.8545252 Edm = 4.19063e-05 NCalls = 450 +VariableMetric: After Hessian - FCN = -715796.8545252 Edm = 2.95961 NCalls = 809 +VariableMetric: Iteration # 141 - FCN = -715796.8545252 Edm = 2.95961 NCalls = 809 +VariableMetric: Iteration # 142 - FCN = -715797.1328073 Edm = 2.2574 NCalls = 811 +VariableMetric: Iteration # 143 - FCN = -715799.3951734 Edm = 0.0590744 NCalls = 813 +VariableMetric: Iteration # 144 - FCN = -715799.4397198 Edm = 0.00897371 NCalls = 815 +VariableMetric: Iteration # 145 - FCN = -715799.4434063 Edm = 0.00231604 NCalls = 817 +VariableMetric: Iteration # 146 - FCN = -715799.4452956 Edm = 0.000305109 NCalls = 819 +VariableMetric: Iteration # 147 - FCN = -715799.445536 Edm = 0.000110768 NCalls = 821 +VariableMetric: Iteration # 148 - FCN = -715799.44567 Edm = 2.01038e-05 NCalls = 823 +VariableMetric: After Hessian - FCN = -715799.44567 Edm = 0.00872861 NCalls = 1190 +VariableMetric: Iteration # 149 - FCN = -715799.44567 Edm = 0.00872861 NCalls = 1190 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714794.5261002 Edm = 1.38891 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714794.5261002 Edm = 1.38891 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715105.0408158 Edm = 0.0453163 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -715105.7409908 Edm = 0.0499687 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -715132.8208166 Edm = 2.28869 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -715135.3833705 Edm = 0.0350072 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715141.0437037 Edm = 5.4425 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -715275.6503066 Edm = 0.428482 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -715276.1902439 Edm = 0.100882 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -715277.2091055 Edm = 1.14598 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -715310.2697524 Edm = 20.7854 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -715405.256257 Edm = 4.58543 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -715410.8119803 Edm = 0.436789 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -715411.2875401 Edm = 0.0146346 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -715411.3457724 Edm = 0.0397947 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -715434.383423 Edm = 17.1346 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -715521.6609458 Edm = 2.89571 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -715527.9268481 Edm = 0.967146 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -715528.8774408 Edm = 0.423963 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -715529.3534729 Edm = 0.145267 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -715529.6600293 Edm = 0.0435703 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -715529.7205912 Edm = 0.00563811 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -715529.7292099 Edm = 0.00431872 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -715529.7559423 Edm = 0.0243409 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -715532.1314118 Edm = 1.6624 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -715538.6222469 Edm = 8.81811 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -715546.2856057 Edm = 1.22096 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -715548.1508455 Edm = 0.045646 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -715548.1973434 Edm = 0.00111273 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -715548.1990693 Edm = 0.000561188 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -715548.2142019 Edm = 0.0131447 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -715550.1599618 Edm = 1.43425 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -715558.7249462 Edm = 3.60391 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -715560.625138 Edm = 0.280553 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -715560.882798 Edm = 0.014861 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -715560.9162835 Edm = 0.00482381 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -715560.923629 Edm = 0.00062891 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -715560.9442734 Edm = 0.0220489 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -715561.8483205 Edm = 0.326229 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -715565.6958589 Edm = 2.58895 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -715569.3499532 Edm = 1.07423 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -715570.6786429 Edm = 0.10977 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -715570.8144572 Edm = 0.00383465 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -715570.8189323 Edm = 0.000571563 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -715570.8223101 Edm = 0.00256614 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -715571.0035881 Edm = 0.149516 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -715573.8148978 Edm = 2.1301 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -715581.7925876 Edm = 1.7578 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -715584.1566719 Edm = 0.20189 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -715584.6490515 Edm = 0.0956144 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -715584.7779519 Edm = 0.0379684 NCalls = 161 +VariableMetric: Iteration # 50 - FCN = -715584.8018812 Edm = 0.0057981 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -715584.8095873 Edm = 0.000790831 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -715584.8116395 Edm = 0.00118891 NCalls = 167 +VariableMetric: Iteration # 53 - FCN = -715584.9258421 Edm = 0.105278 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -715597.141723 Edm = 9.90275 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -715602.3348041 Edm = 7.05772 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -715606.3459853 Edm = 1.63015 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -715607.4258495 Edm = 0.102986 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -715607.5260058 Edm = 0.00185681 NCalls = 184 +VariableMetric: Iteration # 59 - FCN = -715607.5306617 Edm = 0.00280706 NCalls = 186 +VariableMetric: Iteration # 60 - FCN = -715607.5688895 Edm = 0.0374402 NCalls = 189 +VariableMetric: Iteration # 61 - FCN = -715609.3346547 Edm = 1.54737 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -715635.0164217 Edm = 5.85376 NCalls = 201 +VariableMetric: Iteration # 63 - FCN = -715641.4729738 Edm = 1.32738 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -715642.6053392 Edm = 0.189008 NCalls = 204 +VariableMetric: Iteration # 65 - FCN = -715642.8056575 Edm = 0.0423532 NCalls = 206 +VariableMetric: Iteration # 66 - FCN = -715642.8495339 Edm = 0.00475227 NCalls = 207 +VariableMetric: Iteration # 67 - FCN = -715642.8570918 Edm = 0.000820185 NCalls = 209 +VariableMetric: Iteration # 68 - FCN = -715642.8589 Edm = 0.000725901 NCalls = 211 +VariableMetric: Iteration # 69 - FCN = -715642.8637158 Edm = 0.00233388 NCalls = 214 +VariableMetric: Iteration # 70 - FCN = -715642.8763458 Edm = 0.00545557 NCalls = 217 +VariableMetric: Iteration # 71 - FCN = -715642.9597903 Edm = 0.0635153 NCalls = 220 +VariableMetric: Iteration # 72 - FCN = -715648.1131517 Edm = 1.86227 NCalls = 226 +VariableMetric: Iteration # 73 - FCN = -715651.0993414 Edm = 0.737711 NCalls = 229 +VariableMetric: Iteration # 74 - FCN = -715651.5708738 Edm = 0.277736 NCalls = 231 +VariableMetric: Iteration # 75 - FCN = -715651.797865 Edm = 0.143917 NCalls = 234 +VariableMetric: Iteration # 76 - FCN = -715651.9919524 Edm = 0.107923 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -715652.1222572 Edm = 0.0366009 NCalls = 239 +VariableMetric: Iteration # 78 - FCN = -715652.1662167 Edm = 0.0107038 NCalls = 241 +VariableMetric: Iteration # 79 - FCN = -715652.1800138 Edm = 0.000723687 NCalls = 243 +VariableMetric: Iteration # 80 - FCN = -715652.1807792 Edm = 0.000125276 NCalls = 245 +VariableMetric: Iteration # 81 - FCN = -715652.1812596 Edm = 0.000393721 NCalls = 247 +VariableMetric: Iteration # 82 - FCN = -715652.1946135 Edm = 0.0130974 NCalls = 253 +VariableMetric: Iteration # 83 - FCN = -715652.8515715 Edm = 0.516013 NCalls = 258 +VariableMetric: Iteration # 84 - FCN = -715658.6948438 Edm = 1.29315 NCalls = 261 +VariableMetric: Iteration # 85 - FCN = -715660.2154647 Edm = 0.205673 NCalls = 264 +VariableMetric: Iteration # 86 - FCN = -715660.3996373 Edm = 0.0285286 NCalls = 265 +VariableMetric: Iteration # 87 - FCN = -715660.433938 Edm = 0.002829 NCalls = 267 +VariableMetric: Iteration # 88 - FCN = -715660.4366628 Edm = 0.000305388 NCalls = 268 +VariableMetric: Iteration # 89 - FCN = -715660.4370036 Edm = 0.000110886 NCalls = 270 +VariableMetric: Iteration # 90 - FCN = -715660.4374412 Edm = 0.000376105 NCalls = 273 +VariableMetric: Iteration # 91 - FCN = -715660.4459887 Edm = 0.0085126 NCalls = 278 +VariableMetric: Iteration # 92 - FCN = -715660.5654218 Edm = 0.00681305 NCalls = 285 +VariableMetric: Iteration # 93 - FCN = -715661.9089116 Edm = 0.412253 NCalls = 287 +VariableMetric: Iteration # 94 - FCN = -715663.2033938 Edm = 0.132512 NCalls = 289 +VariableMetric: Iteration # 95 - FCN = -715663.3317989 Edm = 0.00866781 NCalls = 290 +VariableMetric: Iteration # 96 - FCN = -715663.3392812 Edm = 0.000124982 NCalls = 291 +VariableMetric: Iteration # 97 - FCN = -715663.3394287 Edm = 2.41511e-05 NCalls = 293 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710434.8556817 Edm = 17.3396 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710434.8556817 Edm = 17.3396 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713833.8612773 Edm = 0.795827 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -713838.0893643 Edm = 0.975123 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -714071.1793241 Edm = 10.1817 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -714083.4539808 Edm = 0.146068 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -714084.0018894 Edm = 0.289342 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -714103.0277048 Edm = 2.45315 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -714105.8202939 Edm = 0.0603408 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -714106.6188132 Edm = 0.853081 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -714119.8589106 Edm = 10.2561 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -714465.8530548 Edm = 116.308 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -714489.5498287 Edm = 135.672 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -714618.6617711 Edm = 2.00924 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -714621.3199159 Edm = 0.0621239 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -714621.3810139 Edm = 0.0046167 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -714621.4267885 Edm = 0.0452056 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -714627.843905 Edm = 0.462374 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -714637.5923347 Edm = 0.560343 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -714638.5372964 Edm = 0.204167 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -714639.5603284 Edm = 0.705076 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -714640.8474635 Edm = 3.25112 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -714641.5471872 Edm = 2.22605 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -714646.1407154 Edm = 1.39094 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -714647.4639078 Edm = 0.25346 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -714647.6783243 Edm = 0.0153999 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -714647.697836 Edm = 0.00976651 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -714648.3155493 Edm = 0.53355 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -714667.8206787 Edm = 1.28175 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -714669.2028351 Edm = 0.0244655 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -714669.2254453 Edm = 0.0036079 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -714669.2364672 Edm = 0.00979338 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -714670.9704063 Edm = 1.57357 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -714779.5518089 Edm = 42.2376 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -714813.1044202 Edm = 17.8595 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -715049.7985037 Edm = 110.096 NCalls = 132 +VariableMetric: Iteration # 35 - FCN = -715062.5332342 Edm = 159.97 NCalls = 135 +VariableMetric: Iteration # 36 - FCN = -715093.2824065 Edm = 66.5929 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -715170.5617848 Edm = 25.9443 NCalls = 140 +VariableMetric: Iteration # 38 - FCN = -715189.9088402 Edm = 5.71249 NCalls = 142 +VariableMetric: Iteration # 39 - FCN = -715194.1703329 Edm = 0.518101 NCalls = 144 +VariableMetric: Iteration # 40 - FCN = -715195.1810347 Edm = 0.663259 NCalls = 146 +VariableMetric: Iteration # 41 - FCN = -715197.2617443 Edm = 0.285 NCalls = 150 +VariableMetric: Iteration # 42 - FCN = -715197.5492928 Edm = 0.0662959 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -715197.5905953 Edm = 0.020429 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -715197.8367995 Edm = 0.142867 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -715198.0507785 Edm = 0.0379399 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -715198.0840601 Edm = 0.0142301 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -715198.2120393 Edm = 0.132813 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -715203.6983239 Edm = 4.97333 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -715411.6130014 Edm = 49.4533 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -715525.4036786 Edm = 108.298 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -715577.5954153 Edm = 101.874 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -715620.8762508 Edm = 14.5419 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -715636.9241867 Edm = 4.94192 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -715642.937411 Edm = 1.32587 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -715644.0267047 Edm = 0.247637 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -715644.3000087 Edm = 0.0649233 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -715644.4404351 Edm = 0.0426561 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -715644.5654267 Edm = 0.0269921 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -715644.6049846 Edm = 0.00735076 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -715644.6390114 Edm = 0.0238481 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -715644.8929974 Edm = 0.272327 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -715653.8257033 Edm = 21.5779 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -715653.8738444 Edm = 0.0523235 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -715655.3417715 Edm = 1.2954 NCalls = 221 +VariableMetric: Iteration # 65 - FCN = -715701.9802991 Edm = 21.2705 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -715735.8208179 Edm = 6.29524 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -715742.0008573 Edm = 2.70342 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -715743.5621668 Edm = 0.71099 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -715744.3812577 Edm = 0.110749 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -715744.6393737 Edm = 0.0753798 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -715744.8135122 Edm = 0.0359957 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -715744.8595434 Edm = 0.009634 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -715744.8696275 Edm = 0.00126699 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -715744.8731142 Edm = 0.00153827 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -715744.8846037 Edm = 0.0095874 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -715745.1857894 Edm = 0.408393 NCalls = 253 +VariableMetric: Iteration # 77 - FCN = -715746.0746454 Edm = 0.790666 NCalls = 261 +VariableMetric: Iteration # 78 - FCN = -715752.2137996 Edm = 7.89136 NCalls = 265 +VariableMetric: Iteration # 79 - FCN = -715759.6284073 Edm = 4.65704 NCalls = 271 +VariableMetric: Iteration # 80 - FCN = -715761.6914867 Edm = 6.62515 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -715766.1803886 Edm = 0.213677 NCalls = 277 +VariableMetric: Iteration # 82 - FCN = -715766.4893345 Edm = 0.0226548 NCalls = 279 +VariableMetric: Iteration # 83 - FCN = -715766.5350751 Edm = 0.0132124 NCalls = 281 +VariableMetric: Iteration # 84 - FCN = -715766.5460295 Edm = 0.00687868 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -715766.5574907 Edm = 0.00230247 NCalls = 285 +VariableMetric: Iteration # 86 - FCN = -715766.5612345 Edm = 0.000299693 NCalls = 287 +VariableMetric: Iteration # 87 - FCN = -715766.5622238 Edm = 0.000509568 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -715766.6591881 Edm = 0.0843074 NCalls = 295 +VariableMetric: Iteration # 89 - FCN = -715769.0305314 Edm = 0.460845 NCalls = 300 +VariableMetric: Iteration # 90 - FCN = -715769.5630243 Edm = 0.0514744 NCalls = 302 +VariableMetric: Iteration # 91 - FCN = -715769.6009634 Edm = 0.00134319 NCalls = 304 +VariableMetric: Iteration # 92 - FCN = -715769.6022715 Edm = 4.78742e-05 NCalls = 305 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711150.2984992 Edm = 1.45494 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711150.2984992 Edm = 1.45494 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712665.9683174 Edm = 0.619502 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -712667.5408659 Edm = 1.27801 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -713124.2446505 Edm = 2.55985 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -713126.5465788 Edm = 0.114824 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -713128.2266316 Edm = 1.9031 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -713136.1243929 Edm = 6.95968 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -713217.6902614 Edm = 0.464815 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -713218.2006164 Edm = 0.0777234 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -713220.3917726 Edm = 2.31502 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -713251.1855814 Edm = 28.8129 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -713489.0161703 Edm = 12.2634 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -713506.4814863 Edm = 2.6956 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -713508.7035165 Edm = 0.566358 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -713509.2052207 Edm = 0.0428447 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -713509.6093014 Edm = 0.375926 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -713566.5915182 Edm = 1.62164 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -713595.975766 Edm = 3.10131 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -713600.3697114 Edm = 1.57834 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -713602.7305762 Edm = 0.517282 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -713603.215806 Edm = 0.0484997 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -713603.2717807 Edm = 0.0102706 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -713603.3545327 Edm = 0.0672403 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -713610.2161158 Edm = 8.39346 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -713611.4904477 Edm = 1.32839 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -713615.4464297 Edm = 3.21527 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -713676.9674838 Edm = 39.0457 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -713704.5422324 Edm = 28.8111 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -713737.5667942 Edm = 9.43044 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -713762.1362051 Edm = 9.29063 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -713776.5931267 Edm = 1.70755 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -713778.4682239 Edm = 0.118793 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -713778.6198662 Edm = 0.0195161 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -713778.7021788 Edm = 0.0172488 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -713778.7469936 Edm = 0.00821903 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -713778.7870946 Edm = 0.0357566 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -713778.9101159 Edm = 0.10143 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -713780.0312967 Edm = 0.657417 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -713780.131077 Edm = 0.240095 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -713785.0538662 Edm = 4.92533 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -713789.4381416 Edm = 4.15717 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -713889.0163159 Edm = 2.83172 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -713891.6617936 Edm = 0.887702 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -713892.4715517 Edm = 0.562503 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -713893.1028544 Edm = 0.349001 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -713893.5575601 Edm = 0.0488342 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -713893.654374 Edm = 0.0258649 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -713894.0699367 Edm = 0.400078 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -713909.384346 Edm = 14.5868 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -713909.6153833 Edm = 0.267876 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -713911.624106 Edm = 3.19213 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -713911.8817921 Edm = 0.207117 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -713923.0379313 Edm = 12.4785 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -713926.180643 Edm = 2.27737 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -713943.8669111 Edm = 26.2181 NCalls = 187 +VariableMetric: Iteration # 55 - FCN = -713986.5003159 Edm = 27.4956 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -714113.2106545 Edm = 43.7369 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -714273.3139156 Edm = 22.5487 NCalls = 199 +VariableMetric: Iteration # 58 - FCN = -714453.0510636 Edm = 390.881 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -714873.3577658 Edm = 679.491 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -714899.845565 Edm = 121.012 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -715066.4082916 Edm = 600.84 NCalls = 211 +VariableMetric: Iteration # 62 - FCN = -715200.5600897 Edm = 163.826 NCalls = 216 +VariableMetric: Iteration # 63 - FCN = -715409.6351597 Edm = 93.8757 NCalls = 221 +VariableMetric: Iteration # 64 - FCN = -715506.5527227 Edm = 65.3972 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -715556.6087476 Edm = 25.2342 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -715587.087837 Edm = 8.89883 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -715605.1608761 Edm = 1.1355 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -715606.5643323 Edm = 0.919843 NCalls = 232 +VariableMetric: Iteration # 69 - FCN = -715607.3735899 Edm = 0.392398 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -715608.2062481 Edm = 0.110903 NCalls = 237 +VariableMetric: Iteration # 71 - FCN = -715608.4060686 Edm = 0.0748705 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -715608.6912128 Edm = 0.218527 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -715609.2630904 Edm = 0.241395 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -715609.5008935 Edm = 0.0303711 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -715609.5752594 Edm = 0.0462891 NCalls = 249 +VariableMetric: Iteration # 76 - FCN = -715610.9090552 Edm = 1.34446 NCalls = 253 +VariableMetric: Iteration # 77 - FCN = -715625.4160629 Edm = 10.6302 NCalls = 261 +VariableMetric: Iteration # 78 - FCN = -715651.1652259 Edm = 19.1849 NCalls = 264 +VariableMetric: Iteration # 79 - FCN = -715660.2249374 Edm = 1.86918 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -715661.5255832 Edm = 0.21242 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -715661.6959257 Edm = 0.0233735 NCalls = 271 +VariableMetric: Iteration # 82 - FCN = -715661.7196145 Edm = 0.0100159 NCalls = 273 +VariableMetric: Iteration # 83 - FCN = -715661.7709338 Edm = 0.0171347 NCalls = 276 +VariableMetric: Iteration # 84 - FCN = -715661.7973892 Edm = 0.00151418 NCalls = 278 +VariableMetric: Iteration # 85 - FCN = -715661.8032778 Edm = 0.00294019 NCalls = 280 +VariableMetric: Iteration # 86 - FCN = -715661.8421331 Edm = 0.0279315 NCalls = 283 +VariableMetric: Iteration # 87 - FCN = -715663.8723013 Edm = 2.52052 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -715663.9529222 Edm = 0.443488 NCalls = 295 +VariableMetric: Iteration # 89 - FCN = -715665.3254089 Edm = 1.15976 NCalls = 299 +VariableMetric: Iteration # 90 - FCN = -715669.6441612 Edm = 1.44778 NCalls = 302 +VariableMetric: Iteration # 91 - FCN = -715670.9541386 Edm = 1.00769 NCalls = 304 +VariableMetric: Iteration # 92 - FCN = -715674.4204484 Edm = 1.42529 NCalls = 307 +VariableMetric: Iteration # 93 - FCN = -715676.3944136 Edm = 0.338393 NCalls = 309 +VariableMetric: Iteration # 94 - FCN = -715676.7710479 Edm = 0.0208237 NCalls = 310 +VariableMetric: Iteration # 95 - FCN = -715676.8009579 Edm = 0.00442576 NCalls = 312 +VariableMetric: Iteration # 96 - FCN = -715676.8432446 Edm = 0.0319428 NCalls = 315 +VariableMetric: Iteration # 97 - FCN = -715679.6422129 Edm = 2.08827 NCalls = 320 +VariableMetric: Iteration # 98 - FCN = -715693.5172115 Edm = 4.99611 NCalls = 324 +VariableMetric: Iteration # 99 - FCN = -715697.6396149 Edm = 0.347797 NCalls = 326 +VariableMetric: Iteration # 100 - FCN = -715697.9322977 Edm = 0.0321169 NCalls = 328 +VariableMetric: Iteration # 101 - FCN = -715697.9654419 Edm = 0.00364235 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -715697.9700905 Edm = 0.00114176 NCalls = 332 +VariableMetric: Iteration # 103 - FCN = -715697.9799157 Edm = 0.0100408 NCalls = 335 +VariableMetric: Iteration # 104 - FCN = -715698.5209736 Edm = 0.538213 NCalls = 342 +VariableMetric: Iteration # 105 - FCN = -715715.0291585 Edm = 6.05178 NCalls = 346 +VariableMetric: Iteration # 106 - FCN = -715724.7488079 Edm = 0.551709 NCalls = 348 +VariableMetric: Iteration # 107 - FCN = -715725.2780396 Edm = 0.0639566 NCalls = 349 +VariableMetric: Iteration # 108 - FCN = -715725.3633954 Edm = 0.00916883 NCalls = 351 +VariableMetric: Iteration # 109 - FCN = -715725.3712227 Edm = 0.000632539 NCalls = 353 +VariableMetric: Iteration # 110 - FCN = -715725.3724954 Edm = 0.000591228 NCalls = 355 +VariableMetric: Iteration # 111 - FCN = -715725.3837515 Edm = 0.0110848 NCalls = 359 +VariableMetric: Iteration # 112 - FCN = -715725.4864083 Edm = 0.109085 NCalls = 365 +VariableMetric: Iteration # 113 - FCN = -715726.2164531 Edm = 0.353929 NCalls = 372 +VariableMetric: Iteration # 114 - FCN = -715731.1576707 Edm = 2.66439 NCalls = 375 +VariableMetric: Iteration # 115 - FCN = -715736.896713 Edm = 0.167864 NCalls = 377 +VariableMetric: Iteration # 116 - FCN = -715737.0629979 Edm = 0.00497036 NCalls = 378 +VariableMetric: Iteration # 117 - FCN = -715737.0693859 Edm = 0.000361166 NCalls = 380 +VariableMetric: Iteration # 118 - FCN = -715737.0700119 Edm = 0.000227118 NCalls = 382 +VariableMetric: Iteration # 119 - FCN = -715737.0718066 Edm = 0.00166111 NCalls = 385 +VariableMetric: Iteration # 120 - FCN = -715737.096037 Edm = 0.0191302 NCalls = 390 +VariableMetric: Iteration # 121 - FCN = -715737.2384065 Edm = 0.0890274 NCalls = 393 +VariableMetric: Iteration # 122 - FCN = -715739.3918371 Edm = 1.21669 NCalls = 397 +VariableMetric: Iteration # 123 - FCN = -715743.2240977 Edm = 0.382942 NCalls = 399 +VariableMetric: Iteration # 124 - FCN = -715743.7443716 Edm = 0.0225091 NCalls = 401 +VariableMetric: Iteration # 125 - FCN = -715743.7682242 Edm = 0.000614837 NCalls = 403 +VariableMetric: Iteration # 126 - FCN = -715743.7689133 Edm = 3.6164e-05 NCalls = 405 +VariableMetric: After Hessian - FCN = -715743.7689133 Edm = 578.071 NCalls = 776 +VariableMetric: Iteration # 127 - FCN = -715743.7689133 Edm = 578.071 NCalls = 776 +VariableMetric: Iteration # 128 - FCN = -715789.1133394 Edm = 36575.4 NCalls = 780 +VariableMetric: Iteration # 129 - FCN = -715791.1504647 Edm = 2.48129 NCalls = 785 +VariableMetric: Iteration # 130 - FCN = -715792.2843714 Edm = 0.363112 NCalls = 787 +VariableMetric: Iteration # 131 - FCN = -715793.0079651 Edm = 0.495529 NCalls = 790 +VariableMetric: Iteration # 132 - FCN = -715793.5143636 Edm = 0.310916 NCalls = 793 +VariableMetric: Iteration # 133 - FCN = -715793.8014269 Edm = 0.0456993 NCalls = 795 +VariableMetric: Iteration # 134 - FCN = -715793.9133458 Edm = 0.0340619 NCalls = 797 +VariableMetric: Iteration # 135 - FCN = -715794.2267704 Edm = 0.430926 NCalls = 803 +VariableMetric: Iteration # 136 - FCN = -715794.630987 Edm = 1.00565 NCalls = 807 +VariableMetric: Iteration # 137 - FCN = -715794.7261637 Edm = 0.184649 NCalls = 810 +VariableMetric: Iteration # 138 - FCN = -715796.2923846 Edm = 0.690793 NCalls = 815 +VariableMetric: Iteration # 139 - FCN = -715797.3382063 Edm = 0.16058 NCalls = 818 +VariableMetric: Iteration # 140 - FCN = -715797.536883 Edm = 0.0719094 NCalls = 820 +VariableMetric: Iteration # 141 - FCN = -715797.7049071 Edm = 0.0684774 NCalls = 822 +VariableMetric: Iteration # 142 - FCN = -715797.7861315 Edm = 0.0189441 NCalls = 824 +VariableMetric: Iteration # 143 - FCN = -715797.8373312 Edm = 0.0237984 NCalls = 827 +VariableMetric: Iteration # 144 - FCN = -715797.8959246 Edm = 0.00921368 NCalls = 830 +VariableMetric: Iteration # 145 - FCN = -715797.9067202 Edm = 0.00370518 NCalls = 832 +VariableMetric: Iteration # 146 - FCN = -715797.9120897 Edm = 0.00236715 NCalls = 834 +VariableMetric: Iteration # 147 - FCN = -715797.9219045 Edm = 0.00486247 NCalls = 836 +VariableMetric: Iteration # 148 - FCN = -715797.9322406 Edm = 0.00233495 NCalls = 838 +VariableMetric: Iteration # 149 - FCN = -715797.9359374 Edm = 0.00251582 NCalls = 840 +VariableMetric: Iteration # 150 - FCN = -715797.9706026 Edm = 0.031216 NCalls = 846 +VariableMetric: Iteration # 151 - FCN = -715797.9777477 Edm = 0.019967 NCalls = 850 +VariableMetric: Iteration # 152 - FCN = -715798.0474081 Edm = 0.097261 NCalls = 856 +VariableMetric: Iteration # 153 - FCN = -715798.0526299 Edm = 0.0100389 NCalls = 859 +VariableMetric: Iteration # 154 - FCN = -715798.0918846 Edm = 0.0406614 NCalls = 863 +VariableMetric: Iteration # 155 - FCN = -715798.1367846 Edm = 0.0412728 NCalls = 867 +VariableMetric: Iteration # 156 - FCN = -715798.3185586 Edm = 0.188962 NCalls = 869 +VariableMetric: Iteration # 157 - FCN = -715798.4007126 Edm = 0.0591249 NCalls = 873 +VariableMetric: Iteration # 158 - FCN = -715798.5465331 Edm = 0.170213 NCalls = 876 +VariableMetric: Iteration # 159 - FCN = -715798.649702 Edm = 0.2235 NCalls = 878 +VariableMetric: Iteration # 160 - FCN = -715798.7376102 Edm = 0.0585416 NCalls = 882 +VariableMetric: Iteration # 161 - FCN = -715799.0607182 Edm = 0.0967328 NCalls = 885 +VariableMetric: Iteration # 162 - FCN = -715799.2216072 Edm = 0.0706128 NCalls = 889 +VariableMetric: Iteration # 163 - FCN = -715799.2857547 Edm = 0.121157 NCalls = 892 +VariableMetric: Iteration # 164 - FCN = -715799.3349904 Edm = 0.0242564 NCalls = 893 +VariableMetric: Iteration # 165 - FCN = -715799.3869601 Edm = 0.0256823 NCalls = 897 +VariableMetric: Iteration # 166 - FCN = -715799.4088032 Edm = 0.0238995 NCalls = 899 +VariableMetric: Iteration # 167 - FCN = -715799.4352123 Edm = 0.00496567 NCalls = 902 +VariableMetric: Iteration # 168 - FCN = -715799.444927 Edm = 0.00312591 NCalls = 904 +VariableMetric: Iteration # 169 - FCN = -715799.4474745 Edm = 0.00171649 NCalls = 906 +VariableMetric: Iteration # 170 - FCN = -715799.4493235 Edm = 0.000617811 NCalls = 908 +VariableMetric: Iteration # 171 - FCN = -715799.4521749 Edm = 0.00125883 NCalls = 911 +VariableMetric: Iteration # 172 - FCN = -715799.4577467 Edm = 0.00210194 NCalls = 914 +VariableMetric: Iteration # 173 - FCN = -715799.4614615 Edm = 0.00457892 NCalls = 916 +VariableMetric: Iteration # 174 - FCN = -715799.4632803 Edm = 0.00115808 NCalls = 918 +VariableMetric: Iteration # 175 - FCN = -715799.4650824 Edm = 0.000835757 NCalls = 921 +VariableMetric: Iteration # 176 - FCN = -715799.4656305 Edm = 0.000117078 NCalls = 923 +VariableMetric: Iteration # 177 - FCN = -715799.4657855 Edm = 2.48148e-05 NCalls = 925 +VariableMetric: After Hessian - FCN = -715799.4657855 Edm = 0.00018816 NCalls = 1308 +VariableMetric: Iteration # 178 - FCN = -715799.4657855 Edm = 0.00018816 NCalls = 1308 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711295.227223 Edm = 2.0909 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711295.227223 Edm = 2.0909 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714743.2872789 Edm = 0.245956 NCalls = 11 +VariableMetric: Iteration # 2 - FCN = -714744.9004815 Edm = 0.101758 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -714750.4658368 Edm = 5.17229 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -714799.4745072 Edm = 0.135307 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -714801.0878283 Edm = 1.69139 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -714838.6650055 Edm = 24.0684 NCalls = 33 +VariableMetric: Iteration # 7 - FCN = -715004.0428775 Edm = 4.44987 NCalls = 37 +VariableMetric: Iteration # 8 - FCN = -715010.5759898 Edm = 0.512185 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -715032.8878375 Edm = 17.2566 NCalls = 43 +VariableMetric: Iteration # 10 - FCN = -715199.5483355 Edm = 33.675 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -715234.7768305 Edm = 1.43564 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -715235.9848766 Edm = 0.010111 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -715236.000049 Edm = 0.00349281 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -715236.0916031 Edm = 0.087879 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -715298.1325152 Edm = 14.3136 NCalls = 65 +VariableMetric: Iteration # 16 - FCN = -715315.8936544 Edm = 0.0269831 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -715315.9220285 Edm = 0.00281984 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -715315.9604103 Edm = 0.0402362 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -715317.5992188 Edm = 1.5097 NCalls = 79 +VariableMetric: Iteration # 20 - FCN = -715359.0262338 Edm = 1.76185 NCalls = 83 +VariableMetric: Iteration # 21 - FCN = -715361.8741369 Edm = 0.0813129 NCalls = 85 +VariableMetric: Iteration # 22 - FCN = -715362.0099633 Edm = 0.00219184 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -715362.0260015 Edm = 0.0120948 NCalls = 90 +VariableMetric: Iteration # 24 - FCN = -715364.2160505 Edm = 2.18535 NCalls = 96 +VariableMetric: Iteration # 25 - FCN = -715370.241013 Edm = 5.51259 NCalls = 103 +VariableMetric: Iteration # 26 - FCN = -715425.4879056 Edm = 5.02434 NCalls = 107 +VariableMetric: Iteration # 27 - FCN = -715432.3027261 Edm = 0.454711 NCalls = 110 +VariableMetric: Iteration # 28 - FCN = -715432.6725614 Edm = 0.11216 NCalls = 112 +VariableMetric: Iteration # 29 - FCN = -715432.7546483 Edm = 0.00568871 NCalls = 114 +VariableMetric: Iteration # 30 - FCN = -715432.7636573 Edm = 0.00466146 NCalls = 116 +VariableMetric: Iteration # 31 - FCN = -715433.0815338 Edm = 0.321288 NCalls = 121 +VariableMetric: Iteration # 32 - FCN = -715437.093542 Edm = 0.783782 NCalls = 128 +VariableMetric: Iteration # 33 - FCN = -715454.8868057 Edm = 5.45262 NCalls = 130 +VariableMetric: Iteration # 34 - FCN = -715469.2188619 Edm = 0.70116 NCalls = 132 +VariableMetric: Iteration # 35 - FCN = -715469.8136714 Edm = 0.0117651 NCalls = 134 +VariableMetric: Iteration # 36 - FCN = -715469.8250473 Edm = 0.00143897 NCalls = 135 +VariableMetric: Iteration # 37 - FCN = -715469.8312816 Edm = 0.00539667 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -715470.166777 Edm = 0.319329 NCalls = 143 +VariableMetric: Iteration # 39 - FCN = -715490.4283174 Edm = 12.0883 NCalls = 148 +VariableMetric: Iteration # 40 - FCN = -715525.5429762 Edm = 7.13429 NCalls = 152 +VariableMetric: Iteration # 41 - FCN = -715577.9338753 Edm = 12.1698 NCalls = 157 +VariableMetric: Iteration # 42 - FCN = -715583.1375791 Edm = 9.82547 NCalls = 159 +VariableMetric: Iteration # 43 - FCN = -715592.0389255 Edm = 1.56142 NCalls = 161 +VariableMetric: Iteration # 44 - FCN = -715593.6223967 Edm = 0.223281 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -715593.9831041 Edm = 0.0184522 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -715594.0119878 Edm = 0.00347932 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -715594.0204451 Edm = 0.00176921 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -715594.0248184 Edm = 0.0023185 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -715594.0533168 Edm = 0.0282804 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -715596.9343739 Edm = 1.23103 NCalls = 180 +VariableMetric: Iteration # 51 - FCN = -715611.8986321 Edm = 11.8895 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -715631.8736034 Edm = 7.19869 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -715641.0896033 Edm = 4.41958 NCalls = 190 +VariableMetric: Iteration # 54 - FCN = -715644.6365312 Edm = 1.10745 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -715646.3560017 Edm = 0.419847 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -715646.8834151 Edm = 0.0507066 NCalls = 196 +VariableMetric: Iteration # 57 - FCN = -715646.9518131 Edm = 0.00946974 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -715646.9682716 Edm = 0.00336815 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -715646.9723868 Edm = 0.00281901 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -715646.9793153 Edm = 0.00573594 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -715647.1741377 Edm = 0.198525 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -715649.5245727 Edm = 0.0450043 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -715672.1164987 Edm = 9.42759 NCalls = 220 +VariableMetric: Iteration # 64 - FCN = -715679.97656 Edm = 12.0205 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -715686.2660137 Edm = 8.35718 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -715692.9670425 Edm = 2.47463 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -715695.2107739 Edm = 1.23425 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -715696.7542562 Edm = 0.824698 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -715698.1180145 Edm = 0.382717 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -715698.7513733 Edm = 0.141942 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -715698.9709289 Edm = 0.0223966 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -715698.9944459 Edm = 0.00339225 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -715698.9998209 Edm = 0.00319769 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -715699.0232603 Edm = 0.01966 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -715699.6421853 Edm = 0.623858 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -715710.832681 Edm = 7.99313 NCalls = 252 +VariableMetric: Iteration # 77 - FCN = -715724.4684905 Edm = 1.86561 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -715726.4998466 Edm = 0.146209 NCalls = 257 +VariableMetric: Iteration # 79 - FCN = -715726.6676886 Edm = 0.0172146 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -715726.6861943 Edm = 0.00682541 NCalls = 261 +VariableMetric: Iteration # 81 - FCN = -715726.6922471 Edm = 0.00124278 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -715726.6952243 Edm = 0.00100737 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -715726.7008473 Edm = 0.00344437 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -715726.8011733 Edm = 0.0836225 NCalls = 272 +VariableMetric: Iteration # 85 - FCN = -715734.0638368 Edm = 6.22519 NCalls = 278 +VariableMetric: Iteration # 86 - FCN = -715734.2628491 Edm = 0.231162 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -715734.5870594 Edm = 0.289574 NCalls = 282 +VariableMetric: Iteration # 88 - FCN = -715737.6990498 Edm = 1.49117 NCalls = 287 +VariableMetric: Iteration # 89 - FCN = -715744.9630975 Edm = 2.48743 NCalls = 289 +VariableMetric: Iteration # 90 - FCN = -715753.8008811 Edm = 2.04573 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -715757.1860525 Edm = 0.296476 NCalls = 296 +VariableMetric: Iteration # 92 - FCN = -715757.5689279 Edm = 0.0595499 NCalls = 298 +VariableMetric: Iteration # 93 - FCN = -715757.6360859 Edm = 0.0109962 NCalls = 300 +VariableMetric: Iteration # 94 - FCN = -715757.6530765 Edm = 0.00453516 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -715757.6664039 Edm = 0.00259563 NCalls = 305 +VariableMetric: Iteration # 96 - FCN = -715757.6711432 Edm = 0.000850953 NCalls = 307 +VariableMetric: Iteration # 97 - FCN = -715757.673213 Edm = 0.000658933 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -715757.6750154 Edm = 0.000984493 NCalls = 312 +VariableMetric: Iteration # 99 - FCN = -715757.6767956 Edm = 0.000582042 NCalls = 314 +VariableMetric: Iteration # 100 - FCN = -715757.6800114 Edm = 0.00232884 NCalls = 317 +VariableMetric: Iteration # 101 - FCN = -715757.7135376 Edm = 0.0190809 NCalls = 320 +VariableMetric: Iteration # 102 - FCN = -715758.450995 Edm = 1.15111 NCalls = 325 +VariableMetric: Iteration # 103 - FCN = -715760.1289025 Edm = 1.71139 NCalls = 330 +VariableMetric: Iteration # 104 - FCN = -715764.3570786 Edm = 1.07052 NCalls = 334 +VariableMetric: Iteration # 105 - FCN = -715765.2418552 Edm = 0.265079 NCalls = 337 +VariableMetric: Iteration # 106 - FCN = -715765.4764861 Edm = 0.04979 NCalls = 339 +VariableMetric: Iteration # 107 - FCN = -715765.5361489 Edm = 0.0057302 NCalls = 341 +VariableMetric: Iteration # 108 - FCN = -715765.5446173 Edm = 0.000809736 NCalls = 343 +VariableMetric: Iteration # 109 - FCN = -715765.546832 Edm = 0.00162963 NCalls = 345 +VariableMetric: Iteration # 110 - FCN = -715765.551154 Edm = 0.00181438 NCalls = 349 +VariableMetric: Iteration # 111 - FCN = -715765.5538911 Edm = 0.000329438 NCalls = 351 +VariableMetric: Iteration # 112 - FCN = -715765.5551884 Edm = 0.000423167 NCalls = 354 +VariableMetric: Iteration # 113 - FCN = -715765.5555004 Edm = 0.000245191 NCalls = 356 +VariableMetric: Iteration # 114 - FCN = -715765.5557517 Edm = 2.22992e-05 NCalls = 359 +VariableMetric: After Hessian - FCN = -715765.5557517 Edm = 37.0772 NCalls = 726 +VariableMetric: Iteration # 115 - FCN = -715765.5557517 Edm = 37.0772 NCalls = 726 +VariableMetric: Iteration # 116 - FCN = -715775.4816052 Edm = 528.065 NCalls = 728 +VariableMetric: Iteration # 117 - FCN = -715775.5088049 Edm = 95.6481 NCalls = 734 +VariableMetric: Iteration # 118 - FCN = -715775.5297401 Edm = 781.605 NCalls = 738 +VariableMetric: Iteration # 119 - FCN = -715775.6218662 Edm = 391.623 NCalls = 742 +VariableMetric: Iteration # 120 - FCN = -715776.0259637 Edm = 44.8045 NCalls = 745 +VariableMetric: Iteration # 121 - FCN = -715776.1120995 Edm = 206.998 NCalls = 748 +VariableMetric: Iteration # 122 - FCN = -715776.8960172 Edm = 164.354 NCalls = 751 +VariableMetric: Iteration # 123 - FCN = -715777.1203427 Edm = 256.853 NCalls = 754 +VariableMetric: Iteration # 124 - FCN = -715777.3729534 Edm = 23.497 NCalls = 757 +VariableMetric: Iteration # 125 - FCN = -715777.6390895 Edm = 21.955 NCalls = 759 +VariableMetric: Iteration # 126 - FCN = -715777.645713 Edm = 10.0444 NCalls = 761 +VariableMetric: Iteration # 127 - FCN = -715777.7280172 Edm = 0.531891 NCalls = 763 +VariableMetric: Iteration # 128 - FCN = -715777.7574257 Edm = 2.81514 NCalls = 765 +VariableMetric: Iteration # 129 - FCN = -715778.0603596 Edm = 1.5166 NCalls = 767 +VariableMetric: Iteration # 130 - FCN = -715778.0850414 Edm = 0.337557 NCalls = 769 +VariableMetric: Iteration # 131 - FCN = -715778.1338372 Edm = 0.63828 NCalls = 771 +VariableMetric: Iteration # 132 - FCN = -715778.152114 Edm = 0.129757 NCalls = 773 +VariableMetric: Iteration # 133 - FCN = -715778.1718445 Edm = 0.994341 NCalls = 775 +VariableMetric: Iteration # 134 - FCN = -715778.4219356 Edm = 0.782266 NCalls = 778 +VariableMetric: Iteration # 135 - FCN = -715778.4800001 Edm = 0.665298 NCalls = 780 +VariableMetric: Iteration # 136 - FCN = -715780.1356712 Edm = 2.11305 NCalls = 791 +VariableMetric: Iteration # 137 - FCN = -715780.8153653 Edm = 2.63538 NCalls = 793 +VariableMetric: Iteration # 138 - FCN = -715781.7203291 Edm = 1.32944 NCalls = 796 +VariableMetric: Iteration # 139 - FCN = -715782.2509662 Edm = 2.51354 NCalls = 798 +VariableMetric: Iteration # 140 - FCN = -715783.2678898 Edm = 5.11852 NCalls = 804 +VariableMetric: Iteration # 141 - FCN = -715784.2416116 Edm = 6.2949 NCalls = 809 +VariableMetric: Iteration # 142 - FCN = -715786.6977463 Edm = 5.86243 NCalls = 814 +VariableMetric: Iteration # 143 - FCN = -715788.0456898 Edm = 3.20484 NCalls = 819 +VariableMetric: Iteration # 144 - FCN = -715789.1118735 Edm = 6.53913 NCalls = 822 +VariableMetric: Iteration # 145 - FCN = -715791.2529433 Edm = 2.82077 NCalls = 825 +VariableMetric: Iteration # 146 - FCN = -715793.1722476 Edm = 0.883809 NCalls = 828 +VariableMetric: Iteration # 147 - FCN = -715793.8269053 Edm = 0.569587 NCalls = 830 +VariableMetric: Iteration # 148 - FCN = -715794.6979218 Edm = 0.770154 NCalls = 833 +VariableMetric: Iteration # 149 - FCN = -715795.7805543 Edm = 0.818747 NCalls = 836 +VariableMetric: Iteration # 150 - FCN = -715796.4446351 Edm = 0.481553 NCalls = 838 +VariableMetric: Iteration # 151 - FCN = -715796.8623555 Edm = 0.115703 NCalls = 840 +VariableMetric: Iteration # 152 - FCN = -715797.0046821 Edm = 0.0382948 NCalls = 842 +VariableMetric: Iteration # 153 - FCN = -715797.0418253 Edm = 0.00884922 NCalls = 844 +VariableMetric: Iteration # 154 - FCN = -715797.0511522 Edm = 0.000640701 NCalls = 845 +VariableMetric: Iteration # 155 - FCN = -715797.0521126 Edm = 8.1247e-05 NCalls = 847 +VariableMetric: Iteration # 156 - FCN = -715797.0522387 Edm = 2.61955e-05 NCalls = 849 +VariableMetric: After Hessian - FCN = -715797.0522387 Edm = 0.0303194 NCalls = 1226 +VariableMetric: Iteration # 157 - FCN = -715797.0522387 Edm = 0.0303194 NCalls = 1226 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.158E+05 | Ncalls=1401 (1401 total) | +| EDM = 1.3E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -715796.9726409982 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 1.5 | 0.3 | | |0.0253049| 2.0747 | | +| 1 | psi2s_p | 2.246 | 0.031 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.9 | 1.2 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -1.90 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | omega_p | 6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.26 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.65 | 0.19 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 4.733 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 4.9 | 0.9 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | -0.30 | 0.29 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.49 | 0.21 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.95 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | -2.71 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1368 | 5 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.11 | 0.18 | | |0.126447 | 2.35355 | | +| 15| rho_p | -6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.06 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| Dbar_s | -0.022 | 0.061 | | | -1.464 | 1.464 | | +| 18| jpsi_s | 0.996E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 19| Ctt | -0.08 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s psi2s_p phi_s p4415_p omega_p p4160_p p4040_p jpsi_p omega_s phi_p p3770_s p4040_s p3770_p psi2s_s p4415_s rho_p p4160_s Dbar_s jpsi_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 -0.005 0.099 0.006 0.052 0.005 -0.007 0.040 -0.592 0.086 -0.017 -0.013 0.003 -0.090 -0.009 -0.008 -0.013 0.006 -0.093 0.012 | +| psi2s_p | -0.005 1.000 -0.026 0.014 0.001 -0.011 -0.226 -0.098 -0.008 -0.013 -0.119 -0.008 -0.278 -0.256 -0.140 0.001 -0.186 -0.046 -0.256 -0.055 | +| phi_s | 0.099 -0.026 1.000 -0.010 -0.005 -0.015 -0.013 -0.005 -0.085 0.761 -0.005 0.006 -0.007 0.042 0.003 0.039 -0.001 0.022 0.043 0.023 | +| p4415_p | 0.006 0.014 -0.010 1.000 0.000 0.259 0.059 -0.058 -0.008 -0.006 -0.052 -0.212 0.122 -0.034 -0.121 0.006 -0.202 -0.032 -0.034 -0.233 | +| omega_p | 0.052 0.001 -0.005 0.000 1.000 0.000 0.000 0.005 -0.168 -0.002 -0.000 -0.000 0.001 -0.001 0.000 -0.001 0.000 0.000 -0.001 0.000 | +| p4160_p | 0.005 -0.011 -0.015 0.259 0.000 1.000 0.026 -0.106 -0.009 -0.010 -0.138 -0.473 0.228 -0.061 0.077 0.007 -0.113 0.121 -0.061 -0.442 | +| p4040_p | -0.007 -0.226 -0.013 0.059 0.000 0.026 1.000 -0.177 0.001 -0.009 -0.056 -0.197 0.091 -0.095 0.192 0.004 0.449 -0.276 -0.095 -0.098 | +| jpsi_p | 0.040 -0.098 -0.005 -0.058 0.005 -0.106 -0.177 1.000 -0.011 -0.029 0.008 0.052 -0.061 0.236 -0.066 -0.017 -0.095 0.180 0.239 0.128 | +| omega_s | -0.592 -0.008 -0.085 -0.008 -0.168 -0.009 0.001 -0.011 1.000 -0.101 0.007 0.011 -0.003 0.091 0.010 0.082 0.010 0.010 0.093 0.006 | +| phi_p | 0.086 -0.013 0.761 -0.006 -0.002 -0.010 -0.009 -0.029 -0.101 1.000 -0.001 0.004 -0.009 -0.024 -0.002 0.027 -0.004 0.000 -0.025 0.010 | +| p3770_s | -0.017 -0.119 -0.005 -0.052 -0.000 -0.138 -0.056 0.008 0.007 -0.001 1.000 0.229 -0.302 -0.076 0.118 -0.001 0.106 -0.314 -0.072 0.211 | +| p4040_s | -0.013 -0.008 0.006 -0.212 -0.000 -0.473 -0.197 0.052 0.011 0.004 0.229 1.000 -0.223 -0.014 0.073 -0.006 -0.084 -0.346 -0.014 0.507 | +| p3770_p | 0.003 -0.278 -0.007 0.122 0.001 0.228 0.091 -0.061 -0.003 -0.009 -0.302 -0.223 1.000 0.032 -0.195 0.002 -0.143 0.388 0.035 -0.525 | +| psi2s_s | -0.090 -0.256 0.042 -0.034 -0.001 -0.061 -0.095 0.236 0.091 -0.024 -0.076 -0.014 0.032 1.000 0.023 -0.036 -0.023 0.367 0.975 0.130 | +| p4415_s | -0.009 -0.140 0.003 -0.121 0.000 0.077 0.192 -0.066 0.010 -0.002 0.118 0.073 -0.195 0.023 1.000 -0.003 0.321 -0.479 0.024 0.396 | +| rho_p | -0.008 0.001 0.039 0.006 -0.001 0.007 0.004 -0.017 0.082 0.027 -0.001 -0.006 0.002 -0.036 -0.003 1.000 -0.002 -0.009 -0.037 -0.010 | +| p4160_s | -0.013 -0.186 -0.001 -0.202 0.000 -0.113 0.449 -0.095 0.010 -0.004 0.106 -0.084 -0.143 -0.023 0.321 -0.002 1.000 -0.507 -0.023 0.335 | +| Dbar_s | 0.006 -0.046 0.022 -0.032 0.000 0.121 -0.276 0.180 0.010 0.000 -0.314 -0.346 0.388 0.367 -0.479 -0.009 -0.507 1.000 0.373 -0.649 | +| jpsi_s | -0.093 -0.256 0.043 -0.034 -0.001 -0.061 -0.095 0.239 0.093 -0.025 -0.072 -0.014 0.035 0.975 0.024 -0.037 -0.023 0.373 1.000 0.130 | +| Ctt | 0.012 -0.055 0.023 -0.233 0.000 -0.442 -0.098 0.128 0.006 0.010 0.211 0.507 -0.525 0.130 0.396 -0.010 0.335 -0.649 0.130 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.3397862272436877}), (, {'error': 0.030507938691990866}), (, {'error': 1.152548155145178}), (, {'error': 0.18229838798721376}), (, {'error': 0.11029014023002937}), (, {'error': 0.09917829762576069}), (, {'error': 0.19200197030914268}), (, {'error': 0.016974941517617026}), (, {'error': 0.9419584992942758}), (, {'error': 0.2944079568066682}), (, {'error': 0.2108142405630158}), (, {'error': 0.1745612616815233}), (, {'error': 0.11318749782723114}), (, {'error': 4.993077415827088}), (, {'error': 0.1832022898376779}), (, {'error': 0.06459835149142634}), (, {'error': 0.17232159521352342}), (, {'error': 0.061239010845862474}), (, {'error': 34.65597647029972}), (, {'error': 0.1332917304976791})]) +Toy 1/10 +Time taken: 2 h, 1 min +Projected time left: 18 h, 13 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.158E+05 | Ncalls=659 (659 total) | +| EDM = 0.000222 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -715799.7730953814 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 1.62 | 0.31 | | |0.0253049| 2.0747 | | +| 1 | psi2s_p | -2.477 | 0.030 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.9 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -1.96 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | omega_p | 1.30 | 0.19 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -2.06 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.64 | 0.19 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 1.475 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 9.2 | 0.8 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 0.73 | 0.20 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.32 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.94 | 0.18 | | |0.00501244| 2.01499 | | +| 12| p3770_p | 4.00 | 0.12 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1366.3 | 2.0 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.11 | 0.19 | | |0.126447 | 2.35355 | | +| 15| rho_p | -0.24 | 0.22 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.05 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| Dbar_s | -0.026E-1 | 0.635E-1 | | | -1.464 | 1.464 | | +| 18| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 19| Ctt | -0.08 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s psi2s_p phi_s p4415_p omega_p p4160_p p4040_p jpsi_p omega_s phi_p p3770_s p4040_s p3770_p psi2s_s p4415_s rho_p p4160_s Dbar_s jpsi_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.022 -0.002 -0.002 0.668 -0.004 -0.015 -0.044 0.060 0.037 -0.018 -0.007 0.004 -0.016 -0.004 0.213 -0.011 0.027 0.016 0.020 | +| psi2s_p | 0.022 1.000 -0.008 0.127 0.006 0.251 -0.091 -0.014 -0.002 -0.021 -0.250 -0.344 0.418 0.059 -0.345 0.021 -0.341 0.617 -0.099 -0.470 | +| phi_s | -0.002 -0.008 1.000 -0.002 0.024 -0.003 -0.000 -0.011 0.000 0.617 0.003 0.002 -0.003 0.036 0.001 -0.051 0.002 -0.000 -0.042 -0.001 | +| p4415_p | -0.002 0.127 -0.002 1.000 0.001 0.286 0.066 0.015 -0.001 -0.009 -0.055 -0.244 0.162 -0.005 -0.151 0.031 -0.224 0.054 0.010 -0.279 | +| omega_p | 0.668 0.006 0.024 0.001 1.000 -0.001 -0.012 -0.034 0.270 0.031 -0.011 -0.006 0.001 -0.021 -0.008 0.255 -0.011 0.016 0.024 0.006 | +| p4160_p | -0.004 0.251 -0.003 0.286 -0.001 1.000 0.038 -0.006 -0.001 -0.012 -0.135 -0.512 0.294 -0.009 0.014 0.036 -0.153 0.261 0.014 -0.507 | +| p4040_p | -0.015 -0.091 -0.000 0.066 -0.012 0.038 1.000 -0.163 -0.000 -0.006 -0.059 -0.213 0.137 -0.027 0.165 0.002 0.424 -0.185 0.030 -0.132 | +| jpsi_p | -0.044 -0.014 -0.011 0.015 -0.034 -0.006 -0.163 1.000 -0.005 0.017 -0.063 -0.025 -0.061 -0.046 -0.137 -0.117 -0.158 0.062 0.055 -0.073 | +| omega_s | 0.060 -0.002 0.000 -0.001 0.270 -0.001 -0.000 -0.005 1.000 -0.007 0.000 0.001 -0.001 0.004 0.000 0.004 0.000 0.000 -0.005 0.001 | +| phi_p | 0.037 -0.021 0.617 -0.009 0.031 -0.012 -0.006 0.017 -0.007 1.000 0.011 0.014 -0.013 0.031 0.001 -0.241 0.003 -0.013 -0.035 0.003 | +| p3770_s | -0.018 -0.250 0.003 -0.055 -0.011 -0.135 -0.059 -0.063 0.000 0.011 1.000 0.218 -0.246 -0.017 0.117 -0.032 0.100 -0.286 0.027 0.188 | +| p4040_s | -0.007 -0.344 0.002 -0.244 -0.006 -0.512 -0.213 -0.025 0.001 0.014 0.218 1.000 -0.268 -0.004 0.117 -0.049 -0.050 -0.425 0.006 0.550 | +| p3770_p | 0.004 0.418 -0.003 0.162 0.001 0.294 0.137 -0.061 -0.001 -0.013 -0.246 -0.268 1.000 -0.001 -0.234 0.031 -0.162 0.471 -0.021 -0.581 | +| psi2s_s | -0.016 0.059 0.036 -0.005 -0.021 -0.009 -0.027 -0.046 0.004 0.031 -0.017 -0.004 -0.001 1.000 0.001 -0.071 -0.011 0.103 -0.825 0.015 | +| p4415_s | -0.004 -0.345 0.001 -0.151 -0.008 0.014 0.165 -0.137 0.000 0.001 0.117 0.117 -0.234 0.001 1.000 -0.023 0.340 -0.549 -0.004 0.436 | +| rho_p | 0.213 0.021 -0.051 0.031 0.255 0.036 0.002 -0.117 0.004 -0.241 -0.032 -0.049 0.031 -0.071 -0.023 1.000 -0.026 0.045 0.080 -0.034 | +| p4160_s | -0.011 -0.341 0.002 -0.224 -0.011 -0.153 0.424 -0.158 0.000 0.003 0.100 -0.050 -0.162 -0.011 0.340 -0.026 1.000 -0.539 0.011 0.359 | +| Dbar_s | 0.027 0.617 -0.000 0.054 0.016 0.261 -0.185 0.062 0.000 -0.013 -0.286 -0.425 0.471 0.103 -0.549 0.045 -0.539 1.000 -0.122 -0.800 | +| jpsi_s | 0.016 -0.099 -0.042 0.010 0.024 0.014 0.030 0.055 -0.005 -0.035 0.027 0.006 -0.021 -0.825 -0.004 0.080 0.011 -0.122 1.000 -0.033 | +| Ctt | 0.020 -0.470 -0.001 -0.279 0.006 -0.507 -0.132 -0.073 0.001 0.003 0.188 0.550 -0.581 0.015 0.436 -0.034 0.359 -0.800 -0.033 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.31366036384964247}), (, {'error': 0.029600004823098436}), (, {'error': 0.9641984590216133}), (, {'error': 0.1844261404481573}), (, {'error': 0.18769853021257665}), (, {'error': 0.10310148704469357}), (, {'error': 0.19130747904027778}), (, {'error': 0.016766136920734365}), (, {'error': 0.8020824244277946}), (, {'error': 0.1985757919165696}), (, {'error': 0.19389727181021676}), (, {'error': 0.1768979734415937}), (, {'error': 0.12186188929552788}), (, {'error': 1.9771414113617993}), (, {'error': 0.18731578733742632}), (, {'error': 0.2178039324445482}), (, {'error': 0.17317161763776134}), (, {'error': 0.06348706911322377}), (, {'error': 21.2888770151103}), (, {'error': 0.16010914760099454})]) +Toy 2/10 +Time taken: 3 h, 13 min +Projected time left: 12 h, 53 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.158E+05 | Ncalls=309 (309 total) | +| EDM = 1.34E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -715796.0128564485 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 2.0 | 1.7 | | |0.0253049| 2.0747 | | +| 1 | psi2s_p | 2.236 | 0.030 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.2 | 2.2 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | 4.37 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | omega_p | -4.96 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -2.03 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.65 | 0.19 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 4.733 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 8.8 | 1.0 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | -6.2 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.56 | 0.21 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.97 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | 3.58 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1371 | 3 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.14 | 0.18 | | |0.126447 | 2.35355 | | +| 15| rho_p | -6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.08 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| Dbar_s | -0.021 | 0.059 | | | -1.464 | 1.464 | | +| 18| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 19| Ctt | -0.05 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s psi2s_p phi_s p4415_p omega_p p4160_p p4040_p jpsi_p omega_s phi_p p3770_s p4040_s p3770_p psi2s_s p4415_s rho_p p4160_s Dbar_s jpsi_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 -0.007 0.038 -0.001 0.309 -0.002 -0.004 0.010 0.069 0.039 -0.005 -0.002 -0.000 -0.009 -0.001 0.016 -0.003 0.008 -0.010 0.008 | +| psi2s_p | -0.007 1.000 -0.033 0.004 -0.001 -0.028 -0.254 -0.055 -0.005 -0.031 -0.130 -0.007 -0.286 -0.162 -0.137 -0.010 -0.192 0.009 -0.162 -0.022 | +| phi_s | 0.038 -0.033 1.000 -0.016 0.104 -0.021 -0.003 -0.075 0.013 0.936 0.005 0.015 -0.014 0.073 0.014 0.092 0.013 0.002 0.077 0.021 | +| p4415_p | -0.001 0.004 -0.016 1.000 -0.004 0.257 0.056 -0.054 -0.002 -0.015 -0.052 -0.210 0.119 -0.021 -0.113 0.005 -0.199 -0.032 -0.021 -0.225 | +| omega_p | 0.309 -0.001 0.104 -0.004 1.000 -0.005 -0.004 -0.030 0.575 0.111 0.005 0.005 -0.005 0.006 -0.003 -0.003 -0.001 -0.004 0.006 -0.003 | +| p4160_p | -0.002 -0.028 -0.021 0.257 -0.005 1.000 0.016 -0.098 -0.003 -0.020 -0.142 -0.479 0.231 -0.037 0.083 0.006 -0.118 0.140 -0.037 -0.440 | +| p4040_p | -0.004 -0.254 -0.003 0.056 -0.004 0.016 1.000 -0.167 -0.001 -0.003 -0.059 -0.185 0.094 -0.060 0.195 0.003 0.450 -0.274 -0.060 -0.084 | +| jpsi_p | 0.010 -0.055 -0.075 -0.054 -0.030 -0.098 -0.167 1.000 -0.017 -0.084 0.020 0.054 -0.067 0.144 -0.072 -0.024 -0.094 0.134 0.148 0.109 | +| omega_s | 0.069 -0.005 0.013 -0.002 0.575 -0.003 -0.001 -0.017 1.000 0.008 0.002 0.002 -0.002 0.025 0.001 -0.007 0.002 0.001 0.026 -0.000 | +| phi_p | 0.039 -0.031 0.936 -0.015 0.111 -0.020 -0.003 -0.084 0.008 1.000 0.007 0.014 -0.015 0.055 0.013 0.079 0.012 -0.002 0.058 0.018 | +| p3770_s | -0.005 -0.130 0.005 -0.052 0.005 -0.142 -0.059 0.020 0.002 0.007 1.000 0.228 -0.312 -0.050 0.118 -0.003 0.106 -0.310 -0.044 0.219 | +| p4040_s | -0.002 -0.007 0.015 -0.210 0.005 -0.479 -0.185 0.054 0.002 0.014 0.228 1.000 -0.224 -0.011 0.070 -0.007 -0.076 -0.359 -0.010 0.509 | +| p3770_p | -0.000 -0.286 -0.014 0.119 -0.005 0.231 0.094 -0.067 -0.002 -0.015 -0.312 -0.224 1.000 0.021 -0.193 0.002 -0.143 0.401 0.026 -0.533 | +| psi2s_s | -0.009 -0.162 0.073 -0.021 0.006 -0.037 -0.060 0.144 0.025 0.055 -0.050 -0.011 0.021 1.000 0.012 -0.024 -0.016 0.238 0.939 0.080 | +| p4415_s | -0.001 -0.137 0.014 -0.113 -0.003 0.083 0.195 -0.072 0.001 0.013 0.118 0.070 -0.193 0.012 1.000 -0.003 0.318 -0.503 0.013 0.391 | +| rho_p | 0.016 -0.010 0.092 0.005 -0.003 0.006 0.003 -0.024 -0.007 0.079 -0.003 -0.007 0.002 -0.024 -0.003 1.000 -0.002 -0.002 -0.025 -0.008 | +| p4160_s | -0.003 -0.192 0.013 -0.199 -0.001 -0.118 0.450 -0.094 0.002 0.012 0.106 -0.076 -0.143 -0.016 0.318 -0.002 1.000 -0.525 -0.016 0.341 | +| Dbar_s | 0.008 0.009 0.002 -0.032 -0.004 0.140 -0.274 0.134 0.001 -0.002 -0.310 -0.359 0.401 0.238 -0.503 -0.002 -0.525 1.000 0.249 -0.713 | +| jpsi_s | -0.010 -0.162 0.077 -0.021 0.006 -0.037 -0.060 0.148 0.026 0.058 -0.044 -0.010 0.026 0.939 0.013 -0.025 -0.016 0.249 1.000 0.079 | +| Ctt | 0.008 -0.022 0.021 -0.225 -0.003 -0.440 -0.084 0.109 -0.000 0.018 0.219 0.509 -0.533 0.080 0.391 -0.008 0.341 -0.713 0.079 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.7375682090758473}), (, {'error': 0.02984941652493056}), (, {'error': 2.176308682339717}), (, {'error': 0.17883089151882015}), (, {'error': 0.18243491833121617}), (, {'error': 0.09903122919593521}), (, {'error': 0.18823016917125912}), (, {'error': 0.01670982411584454}), (, {'error': 0.9582919113335677}), (, {'error': 0.42440592754636786}), (, {'error': 0.2104852692397059}), (, {'error': 0.1742572430449273}), (, {'error': 0.11273343137203717}), (, {'error': 3.198487776526008}), (, {'error': 0.18256452341078633}), (, {'error': 0.058734127817615445}), (, {'error': 0.17195529875026672}), (, {'error': 0.05860874372497371}), (, {'error': 21.746206557631012}), (, {'error': 0.13160258123177454})]) +Toy 3/10 +Time taken: 4 h, 5 min +Projected time left: 9 h, 31 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.158E+05 | Ncalls=340 (340 total) | +| EDM = 1.8E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -715797.9251331659 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 1.44 | 0.22 | | |0.0253049| 2.0747 | | +| 1 | psi2s_p | 4.197 | 0.020 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | 4.45 | 0.14 | | |-6.28319 | 6.28319 | | +| 4 | omega_p | -5.21 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.42 | 0.07 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -2.35 | 0.14 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 4.539 | 0.015 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 9 | 5 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 0.16 | 3.38 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.37 | 0.15 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.95 | 0.11 | | |0.00501244| 2.01499 | | +| 12| p3770_p | 4.32 | 0.08 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1360.8 | 1.1 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.16 | 0.13 | | |0.126447 | 2.35355 | | +| 15| rho_p | -0.38 | 0.19 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.08 | 0.11 | | | 0.71676 | 3.68324 | | +| 17| Dbar_s | -0.052 | 0.026 | | | -1.464 | 1.464 | | +| 18| jpsi_s | 0.994E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| Ctt | -0.07 | 0.07 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s psi2s_p phi_s p4415_p omega_p p4160_p p4040_p jpsi_p omega_s phi_p p3770_s p4040_s p3770_p psi2s_s p4415_s rho_p p4160_s Dbar_s jpsi_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.017 -0.030 0.006 0.371 0.004 0.002 0.040 -0.007 -0.029 -0.007 -0.006 0.006 -0.010 0.004 0.119 0.001 0.027 -0.012 0.032 | +| psi2s_p | 0.017 1.000 -0.249 0.071 -0.161 0.115 0.038 0.097 0.007 -0.249 -0.059 -0.123 0.203 -0.003 -0.076 0.020 -0.065 0.282 0.026 -0.218 | +| phi_s | -0.030 -0.249 1.000 -0.035 0.642 -0.052 -0.035 -0.505 -0.031 0.998 0.014 0.007 -0.048 0.030 -0.013 -0.089 -0.006 -0.051 0.039 -0.103 | +| p4415_p | 0.006 0.071 -0.035 1.000 -0.021 0.129 0.033 0.014 0.001 -0.035 -0.017 -0.119 0.043 0.011 -0.066 0.019 -0.163 -0.165 0.016 -0.125 | +| omega_p | 0.371 -0.161 0.642 -0.021 1.000 -0.033 -0.025 -0.324 0.050 0.643 0.006 0.002 -0.031 0.012 -0.010 0.038 -0.006 -0.027 0.015 -0.062 | +| p4160_p | 0.004 0.115 -0.052 0.129 -0.033 1.000 -0.032 0.006 0.001 -0.053 -0.039 -0.264 0.067 -0.001 0.151 0.019 -0.051 -0.079 -0.000 -0.236 | +| p4040_p | 0.002 0.038 -0.035 0.033 -0.025 -0.032 1.000 -0.046 0.001 -0.035 -0.069 -0.121 0.100 0.002 0.085 0.008 0.283 -0.183 0.009 -0.183 | +| jpsi_p | 0.040 0.097 -0.505 0.014 -0.324 0.006 -0.046 1.000 0.014 -0.506 -0.043 -0.022 -0.002 0.005 -0.025 0.034 -0.038 0.114 0.009 0.177 | +| omega_s | -0.007 0.007 -0.031 0.001 0.050 0.001 0.001 0.014 1.000 -0.031 -0.000 0.000 0.001 0.001 0.001 -0.006 0.000 0.001 0.001 0.003 | +| phi_p | -0.029 -0.249 0.998 -0.035 0.643 -0.053 -0.035 -0.506 -0.031 1.000 0.014 0.007 -0.048 0.029 -0.014 -0.097 -0.006 -0.052 0.038 -0.103 | +| p3770_s | -0.007 -0.059 0.014 -0.017 0.006 -0.039 -0.069 -0.043 -0.000 0.014 1.000 0.083 -0.110 0.003 0.004 -0.014 0.000 -0.138 -0.000 -0.015 | +| p4040_s | -0.006 -0.123 0.007 -0.119 0.002 -0.264 -0.121 -0.022 0.000 0.007 0.083 1.000 0.032 0.006 -0.055 -0.022 -0.196 -0.137 0.003 0.194 | +| p3770_p | 0.006 0.203 -0.048 0.043 -0.031 0.067 0.100 -0.002 0.001 -0.048 -0.110 0.032 1.000 -0.011 -0.004 0.013 0.038 0.089 0.018 -0.258 | +| psi2s_s | -0.010 -0.003 0.030 0.011 0.012 -0.001 0.002 0.005 0.001 0.029 0.003 0.006 -0.011 1.000 0.021 -0.036 0.018 0.068 0.662 0.044 | +| p4415_s | 0.004 -0.076 -0.013 -0.066 -0.010 0.151 0.085 -0.025 0.001 -0.014 0.004 -0.055 -0.004 0.021 1.000 -0.003 0.071 -0.219 0.033 0.123 | +| rho_p | 0.119 0.020 -0.089 0.019 0.038 0.019 0.008 0.034 -0.006 -0.097 -0.014 -0.022 0.013 -0.036 -0.003 1.000 -0.006 0.021 -0.049 0.009 | +| p4160_s | 0.001 -0.065 -0.006 -0.163 -0.006 -0.051 0.283 -0.038 0.000 -0.006 0.000 -0.196 0.038 0.018 0.071 -0.006 1.000 -0.252 0.028 0.068 | +| Dbar_s | 0.027 0.282 -0.051 -0.165 -0.027 -0.079 -0.183 0.114 0.001 -0.052 -0.138 -0.137 0.089 0.068 -0.219 0.021 -0.252 1.000 0.107 -0.399 | +| jpsi_s | -0.012 0.026 0.039 0.016 0.015 -0.000 0.009 0.009 0.001 0.038 -0.000 0.003 0.018 0.662 0.033 -0.049 0.028 0.107 1.000 0.083 | +| Ctt | 0.032 -0.218 -0.103 -0.125 -0.062 -0.236 -0.183 0.177 0.003 -0.103 -0.015 0.194 -0.258 0.044 0.123 0.009 0.068 -0.399 0.083 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.22493296016450826}), (, {'error': 0.020315589241928222}), (, {'error': 5.165316485411004}), (, {'error': 0.13574732637850406}), (, {'error': 0.17003387573191775}), (, {'error': 0.06923575010677308}), (, {'error': 0.13730349459116042}), (, {'error': 0.015399860037859092}), (, {'error': 4.803871249517298}), (, {'error': 3.383840731210072}), (, {'error': 0.15443308317534887}), (, {'error': 0.11469960536470958}), (, {'error': 0.08367674062618402}), (, {'error': 1.1370465814273985}), (, {'error': 0.13197835201036656}), (, {'error': 0.1862478897086981}), (, {'error': 0.11316564719269828}), (, {'error': 0.02628897544587616}), (, {'error': 8.874700384381867}), (, {'error': 0.0670973761076179})]) +Toy 4/10 +Time taken: 4 h, 57 min +Projected time left: 7 h, 26 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.158E+05 | Ncalls=1275 (1275 total) | +| EDM = 0.00492 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -715799.764964581 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 1.6 | 0.3 | | |0.0253049| 2.0747 | | +| 1 | psi2s_p | 2.240 | 0.029 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.9 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | 4.36 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | omega_p | -5.10 | 0.19 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.25 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.63 | 0.19 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 4.733 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 9.2 | 0.8 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 0.60 | 0.20 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.49 | 0.21 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.96 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | 3.57 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1372.5 | 1.3 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.12 | 0.18 | | |0.126447 | 2.35355 | | +| 15| rho_p | -0.36 | 0.22 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.06 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| Dbar_s | -0.005 | 0.056 | | | -1.464 | 1.464 | | +| 18| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| Ctt | -0.06 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s psi2s_p phi_s p4415_p omega_p p4160_p p4040_p jpsi_p omega_s phi_p p3770_s p4040_s p3770_p psi2s_s p4415_s rho_p p4160_s Dbar_s jpsi_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 -0.020 0.001 -0.002 0.681 -0.005 -0.015 0.051 0.064 0.042 -0.016 -0.006 0.002 -0.004 -0.004 0.225 -0.011 0.032 -0.007 0.024 | +| psi2s_p | -0.020 1.000 -0.003 -0.002 -0.018 -0.033 -0.261 -0.038 -0.002 0.009 -0.141 0.000 -0.283 -0.045 -0.136 -0.058 -0.196 0.049 -0.038 -0.016 | +| phi_s | 0.001 -0.003 1.000 -0.001 0.025 -0.002 0.000 -0.025 0.000 0.609 0.003 0.002 -0.003 0.012 0.000 -0.049 0.001 -0.004 0.019 -0.003 | +| p4415_p | -0.002 -0.002 -0.001 1.000 0.001 0.255 0.060 -0.055 -0.000 -0.006 -0.051 -0.208 0.114 -0.007 -0.105 0.026 -0.192 -0.037 -0.006 -0.217 | +| omega_p | 0.681 -0.018 0.025 0.001 1.000 -0.001 -0.012 0.018 0.255 0.031 -0.011 -0.007 0.002 -0.007 -0.008 0.276 -0.012 0.023 -0.011 0.008 | +| p4160_p | -0.005 -0.033 -0.002 0.255 -0.001 1.000 0.020 -0.096 -0.001 -0.008 -0.141 -0.470 0.225 -0.010 0.084 0.026 -0.114 0.148 -0.010 -0.434 | +| p4040_p | -0.015 -0.261 0.000 0.060 -0.012 0.020 1.000 -0.160 -0.000 -0.005 -0.065 -0.214 0.095 -0.017 0.195 -0.003 0.452 -0.262 -0.014 -0.088 | +| jpsi_p | 0.051 -0.038 -0.025 -0.055 0.018 -0.096 -0.160 1.000 -0.005 -0.035 0.026 0.062 -0.072 0.033 -0.073 0.002 -0.093 0.102 0.038 0.104 | +| omega_s | 0.064 -0.002 0.000 -0.000 0.255 -0.001 -0.000 -0.005 1.000 -0.007 0.000 0.000 -0.001 0.001 0.000 0.009 -0.000 0.000 0.002 0.000 | +| phi_p | 0.042 0.009 0.609 -0.006 0.031 -0.008 -0.005 -0.035 -0.007 1.000 0.010 0.010 -0.008 0.010 -0.003 -0.243 -0.000 -0.011 0.016 -0.005 | +| p3770_s | -0.016 -0.141 0.003 -0.051 -0.011 -0.141 -0.065 0.026 0.000 0.010 1.000 0.228 -0.297 -0.026 0.117 -0.031 0.101 -0.308 -0.010 0.220 | +| p4040_s | -0.006 0.000 0.002 -0.208 -0.007 -0.470 -0.214 0.062 0.000 0.010 0.228 1.000 -0.217 -0.003 0.062 -0.042 -0.099 -0.354 -0.001 0.508 | +| p3770_p | 0.002 -0.283 -0.003 0.114 0.002 0.225 0.095 -0.072 -0.001 -0.008 -0.297 -0.217 1.000 -0.006 -0.189 0.021 -0.136 0.397 0.005 -0.526 | +| psi2s_s | -0.004 -0.045 0.012 -0.007 -0.007 -0.010 -0.017 0.033 0.001 0.010 -0.026 -0.003 -0.006 1.000 0.001 -0.022 -0.006 0.044 0.555 0.025 | +| p4415_s | -0.004 -0.136 0.000 -0.105 -0.008 0.084 0.195 -0.073 0.000 -0.003 0.117 0.062 -0.189 0.001 1.000 -0.016 0.315 -0.518 0.004 0.388 | +| rho_p | 0.225 -0.058 -0.049 0.026 0.276 0.026 -0.003 0.002 0.009 -0.243 -0.031 -0.042 0.021 -0.022 -0.016 1.000 -0.021 0.044 -0.036 -0.016 | +| p4160_s | -0.011 -0.196 0.001 -0.192 -0.012 -0.114 0.452 -0.093 -0.000 -0.000 0.101 -0.099 -0.136 -0.006 0.315 -0.021 1.000 -0.533 -0.003 0.334 | +| Dbar_s | 0.032 0.049 -0.004 -0.037 0.023 0.148 -0.262 0.102 0.000 -0.011 -0.308 -0.354 0.397 0.044 -0.518 0.044 -0.533 1.000 0.061 -0.753 | +| jpsi_s | -0.007 -0.038 0.019 -0.006 -0.011 -0.010 -0.014 0.038 0.002 0.016 -0.010 -0.001 0.005 0.555 0.004 -0.036 -0.003 0.061 1.000 0.020 | +| Ctt | 0.024 -0.016 -0.003 -0.217 0.008 -0.434 -0.088 0.104 0.000 -0.005 0.220 0.508 -0.526 0.025 0.388 -0.016 0.334 -0.753 0.020 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.31747335008684596}), (, {'error': 0.029265508567018372}), (, {'error': 0.9568464010919957}), (, {'error': 0.17984539614658956}), (, {'error': 0.18924813065487234}), (, {'error': 0.0985373637594309}), (, {'error': 0.18951838278730282}), (, {'error': 0.01644914730053948}), (, {'error': 0.8305254770520252}), (, {'error': 0.1968353107442682}), (, {'error': 0.21055218143616194}), (, {'error': 0.1746742456773006}), (, {'error': 0.11247882103528362}), (, {'error': 1.3429217620314375}), (, {'error': 0.18224553967327578}), (, {'error': 0.21900634914425776}), (, {'error': 0.17237666042235622}), (, {'error': 0.05641020909167327}), (, {'error': 8.59486553692932}), (, {'error': 0.1305345742911508})]) +Toy 5/10 +Time taken: 6 h, 48 min +Projected time left: 6 h, 48 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.158E+05 | Ncalls=1190 (1190 total) | +| EDM = 0.00873 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -715799.445669966 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 1.52 | 0.30 | | |0.0253049| 2.0747 | | +| 1 | psi2s_p | -2.475 | 0.029 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.3 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | -1.96 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | omega_p | 0.7 | 0.8 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.22 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -2.64 | 0.19 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -4.806 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6 | 4 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | -6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.32 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.94 | 0.18 | | |0.00501244| 2.01499 | | +| 12| p3770_p | -2.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1366.3 | 1.3 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.11 | 0.19 | | |0.126447 | 2.35355 | | +| 15| rho_p | -0.26 | 0.22 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.05 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| Dbar_s | -0.023E-1 | 0.629E-1 | | | -1.464 | 1.464 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| Ctt | -0.08 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s psi2s_p phi_s p4415_p omega_p p4160_p p4040_p jpsi_p omega_s phi_p p3770_s p4040_s p3770_p psi2s_s p4415_s rho_p p4160_s Dbar_s jpsi_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.035 0.002 -0.001 -0.093 -0.002 -0.015 -0.029 -0.256 0.015 -0.021 -0.008 0.007 -0.008 -0.005 0.195 -0.013 0.032 0.006 0.022 | +| psi2s_p | 0.035 1.000 -0.005 0.117 -0.034 0.249 -0.090 -0.008 -0.038 -0.008 -0.245 -0.339 0.416 -0.016 -0.344 0.029 -0.338 0.612 -0.039 -0.472 | +| phi_s | 0.002 -0.005 1.000 0.001 0.123 0.000 0.000 -0.047 0.121 0.529 -0.005 -0.005 0.002 0.001 0.002 0.200 0.000 0.006 -0.004 0.003 | +| p4415_p | -0.001 0.117 0.001 1.000 -0.003 0.284 0.072 0.010 -0.002 -0.001 -0.050 -0.239 0.154 0.002 -0.129 0.030 -0.212 0.036 0.004 -0.265 | +| omega_p | -0.093 -0.034 0.123 -0.003 1.000 -0.007 -0.004 -0.070 0.959 0.033 0.002 0.001 -0.008 -0.002 -0.001 -0.031 -0.000 -0.003 0.004 -0.003 | +| p4160_p | -0.002 0.249 0.000 0.284 -0.007 1.000 0.039 -0.008 -0.006 -0.003 -0.132 -0.507 0.290 0.001 0.020 0.035 -0.148 0.256 0.005 -0.501 | +| p4040_p | -0.015 -0.090 0.000 0.072 -0.004 0.039 1.000 -0.167 -0.001 -0.003 -0.060 -0.217 0.141 -0.009 0.169 0.000 0.430 -0.188 0.012 -0.134 | +| jpsi_p | -0.029 -0.008 -0.047 0.010 -0.070 -0.008 -0.167 1.000 -0.067 -0.034 -0.063 -0.023 -0.063 -0.010 -0.137 -0.120 -0.160 0.068 0.021 -0.068 | +| omega_s | -0.256 -0.038 0.121 -0.002 0.959 -0.006 -0.001 -0.067 1.000 0.025 0.005 0.002 -0.008 -0.000 0.000 -0.038 0.002 -0.007 0.002 -0.005 | +| phi_p | 0.015 -0.008 0.529 -0.001 0.033 -0.003 -0.003 -0.034 0.025 1.000 -0.002 -0.001 -0.002 -0.002 -0.000 0.094 -0.001 0.003 0.003 0.003 | +| p3770_s | -0.021 -0.245 -0.005 -0.050 0.002 -0.132 -0.060 -0.063 0.005 -0.002 1.000 0.215 -0.240 0.004 0.114 -0.034 0.097 -0.281 0.011 0.185 | +| p4040_s | -0.008 -0.339 -0.005 -0.239 0.001 -0.507 -0.217 -0.023 0.002 -0.001 0.215 1.000 -0.264 -0.000 0.110 -0.050 -0.059 -0.419 0.002 0.546 | +| p3770_p | 0.007 0.416 0.002 0.154 -0.008 0.290 0.141 -0.063 -0.008 -0.002 -0.240 -0.264 1.000 -0.026 -0.230 0.033 -0.156 0.468 -0.008 -0.583 | +| psi2s_s | -0.008 -0.016 0.001 0.002 -0.002 0.001 -0.009 -0.010 -0.000 -0.002 0.004 -0.000 -0.026 1.000 -0.003 -0.023 -0.005 0.027 -0.492 -0.012 | +| p4415_s | -0.005 -0.344 0.002 -0.129 -0.001 0.020 0.169 -0.137 0.000 -0.000 0.114 0.110 -0.230 -0.003 1.000 -0.022 0.336 -0.551 -0.002 0.431 | +| rho_p | 0.195 0.029 0.200 0.030 -0.031 0.035 0.000 -0.120 -0.038 0.094 -0.034 -0.050 0.033 -0.023 -0.022 1.000 -0.026 0.053 0.031 -0.031 | +| p4160_s | -0.013 -0.338 0.000 -0.212 -0.000 -0.148 0.430 -0.160 0.002 -0.001 0.097 -0.059 -0.156 -0.005 0.336 -0.026 1.000 -0.538 0.004 0.351 | +| Dbar_s | 0.032 0.612 0.006 0.036 -0.003 0.256 -0.188 0.068 -0.007 0.003 -0.281 -0.419 0.468 0.027 -0.551 0.053 -0.538 1.000 -0.048 -0.805 | +| jpsi_s | 0.006 -0.039 -0.004 0.004 0.004 0.005 0.012 0.021 0.002 0.003 0.011 0.002 -0.008 -0.492 -0.002 0.031 0.004 -0.048 1.000 -0.013 | +| Ctt | 0.022 -0.472 0.003 -0.265 -0.003 -0.501 -0.134 -0.068 -0.005 0.003 0.185 0.546 -0.583 -0.012 0.431 -0.031 0.351 -0.805 -0.013 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.3007303840849318}), (, {'error': 0.02943995609174732}), (, {'error': 0.9067611923030174}), (, {'error': 0.18397166901720396}), (, {'error': 0.8157135571457239}), (, {'error': 0.10256440092638286}), (, {'error': 0.1927462623486862}), (, {'error': 0.016807227134908675}), (, {'error': 3.5144134824259012}), (, {'error': 0.24986041177798457}), (, {'error': 0.1934239513293059}), (, {'error': 0.17625819852918584}), (, {'error': 0.12194762865534448}), (, {'error': 1.2844301502177586}), (, {'error': 0.18649919417786154}), (, {'error': 0.21567477378715116}), (, {'error': 0.17320795526541666}), (, {'error': 0.06293085920124908}), (, {'error': 10.088724919254673}), (, {'error': 0.15919736539924578})]) +Toy 6/10 +Time taken: 8 h, 33 min +Projected time left: 5 h, 42 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.157E+05 | Ncalls=293 (293 total) | +| EDM = 2.42E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -715663.339428698 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 1.67 | 0.11 | | |0.0253049| 2.0747 | | +| 1 | psi2s_p | 3.921 | 0.027 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.8 | 0.5 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | 6 | 10 | | |-6.28319 | 6.28319 | | +| 4 | omega_p | -5.53 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.27 | 0.28 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -2.95 | 0.21 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -4.773 | 0.020 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6.1 | 0.4 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | -0.18 | 0.17 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 0.921 | 0.007 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.67 | 0.20 | | |0.00501244| 2.01499 | | +| 12| p3770_p | -6.283 | 0.007 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1358.72 | 0.15 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 0.17 | 1.76 | | |0.126447 | 2.35355 | | +| 15| rho_p | 0.010 | 0.155 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 1.59 | 0.14 | | | 0.71676 | 3.68324 | | +| 17| Dbar_s | 0.23 | 0.11 | | | -1.464 | 1.464 | | +| 18| jpsi_s | 0.990E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| Ctt | -0.500 | 0.005 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s psi2s_p phi_s p4415_p omega_p p4160_p p4040_p jpsi_p omega_s phi_p p3770_s p4040_s p3770_p psi2s_s p4415_s rho_p p4160_s Dbar_s jpsi_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 -0.019 0.013 -0.034 0.175 0.034 0.014 -0.038 -0.035 -0.005 0.001 -0.033 -0.000 0.000 0.034 0.072 -0.025 -0.028 0.003 0.004 | +| psi2s_p | -0.019 1.000 -0.005 0.667 0.029 -0.624 -0.356 0.465 -0.002 0.023 -0.003 0.571 0.005 -0.031 -0.665 -0.028 0.428 0.692 -0.158 -0.042 | +| phi_s | 0.013 -0.005 1.000 -0.003 0.002 0.003 0.001 -0.011 0.004 0.359 0.000 -0.003 -0.000 0.000 0.003 0.074 -0.002 -0.001 0.003 0.001 | +| p4415_p | -0.034 0.667 -0.003 1.000 0.050 -0.954 -0.442 0.733 0.000 0.047 -0.021 0.889 0.007 -0.047 -0.998 -0.024 0.707 0.982 -0.307 -0.054 | +| omega_p | 0.175 0.029 0.002 0.050 1.000 -0.049 -0.025 0.038 0.292 0.022 -0.001 0.046 0.000 -0.003 -0.050 -0.126 0.035 0.048 -0.018 -0.003 | +| p4160_p | 0.034 -0.624 0.003 -0.954 -0.049 1.000 0.368 -0.702 -0.000 -0.045 0.021 -0.863 -0.006 0.045 0.952 0.026 -0.684 -0.945 0.297 0.043 | +| p4040_p | 0.014 -0.356 0.001 -0.442 -0.025 0.368 1.000 -0.389 -0.001 -0.025 0.014 -0.419 -0.003 0.022 0.441 0.004 -0.206 -0.489 0.144 0.015 | +| jpsi_p | -0.038 0.465 -0.011 0.733 0.038 -0.702 -0.389 1.000 -0.005 0.019 -0.018 0.656 0.007 -0.037 -0.732 -0.067 0.485 0.710 -0.234 -0.045 | +| omega_s | -0.035 -0.002 0.004 0.000 0.292 -0.000 -0.001 -0.005 1.000 -0.013 -0.000 0.000 0.000 -0.000 -0.000 0.047 0.000 0.000 -0.000 -0.000 | +| phi_p | -0.005 0.023 0.359 0.047 0.022 -0.045 -0.025 0.019 -0.013 1.000 -0.001 0.041 0.000 -0.004 -0.047 0.002 0.031 0.047 -0.024 -0.002 | +| p3770_s | 0.001 -0.003 0.000 -0.021 -0.001 0.021 0.014 -0.018 -0.000 -0.001 1.000 -0.019 -0.003 0.001 0.021 0.001 -0.013 -0.020 0.010 -0.001 | +| p4040_s | -0.033 0.571 -0.003 0.889 0.046 -0.863 -0.419 0.656 0.000 0.041 -0.019 1.000 0.005 -0.042 -0.887 -0.027 0.549 0.873 -0.281 -0.037 | +| p3770_p | -0.000 0.005 -0.000 0.007 0.000 -0.006 -0.003 0.007 0.000 0.000 -0.003 0.005 1.000 -0.000 -0.007 0.000 0.004 0.007 -0.003 0.000 | +| psi2s_s | 0.000 -0.031 0.000 -0.047 -0.003 0.045 0.022 -0.037 -0.000 -0.004 0.001 -0.042 -0.000 1.000 0.047 -0.003 -0.032 -0.043 0.133 0.003 | +| p4415_s | 0.034 -0.665 0.003 -0.998 -0.050 0.952 0.441 -0.732 -0.000 -0.047 0.021 -0.887 -0.007 0.047 1.000 0.024 -0.708 -0.981 0.306 0.054 | +| rho_p | 0.072 -0.028 0.074 -0.024 -0.126 0.026 0.004 -0.067 0.047 0.002 0.001 -0.027 0.000 -0.003 0.024 1.000 -0.022 -0.022 -0.022 0.001 | +| p4160_s | -0.025 0.428 -0.002 0.707 0.035 -0.684 -0.206 0.485 0.000 0.031 -0.013 0.549 0.004 -0.032 -0.708 -0.022 1.000 0.657 -0.212 -0.032 | +| Dbar_s | -0.028 0.692 -0.001 0.982 0.048 -0.945 -0.489 0.710 0.000 0.047 -0.020 0.873 0.007 -0.043 -0.981 -0.022 0.657 1.000 -0.274 -0.065 | +| jpsi_s | 0.003 -0.158 0.003 -0.307 -0.018 0.297 0.144 -0.234 -0.000 -0.024 0.010 -0.281 -0.003 0.133 0.306 -0.022 -0.212 -0.274 1.000 0.027 | +| Ctt | 0.004 -0.042 0.001 -0.054 -0.003 0.043 0.015 -0.045 -0.000 -0.002 -0.001 -0.037 0.000 0.003 0.054 0.001 -0.032 -0.065 0.027 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11410258106803717}), (, {'error': 0.027132189581568156}), (, {'error': 0.465501292709142}), (, {'error': 9.506247479026884}), (, {'error': 0.1778278106911264}), (, {'error': 0.2773401946785361}), (, {'error': 0.20565831793543277}), (, {'error': 0.020058132853829846}), (, {'error': 0.3792492939527907}), (, {'error': 0.16867857780544604}), (, {'error': 0.00699743522370655}), (, {'error': 0.19998241387100404}), (, {'error': 0.007184208942129011}), (, {'error': 0.1460846814825345}), (, {'error': 1.7626080829020498}), (, {'error': 0.15477915179496105}), (, {'error': 0.1410324028881912}), (, {'error': 0.11393447929823353}), (, {'error': 6.6288106359634185}), (, {'error': 0.004593265238751587})]) +Toy 7/10 +Time taken: 9 h, 23 min +Projected time left: 4 h, 1 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.158E+05 | Ncalls=305 (305 total) | +| EDM = 4.79E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -715769.6022714772 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 1.26 | 0.16 | | |0.0253049| 2.0747 | | +| 1 | psi2s_p | 1.882 | 0.029 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.3 | 0.7 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | 6 | 9 | | |-6.28319 | 6.28319 | | +| 4 | omega_p | 6.08 | 0.15 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -2.31 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.05 | 0.16 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -4.594 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 4.52 | 0.25 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 0.78 | 0.18 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.52 | 0.17 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 1.04 | 0.13 | | |0.00501244| 2.01499 | | +| 12| p3770_p | 3.27 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1363.9 | 1.7 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 0.127 | 0.013 | | |0.126447 | 2.35355 | | +| 15| rho_p | 6.25 | 0.09 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 1.75 | 0.14 | | | 0.71676 | 3.68324 | | +| 17| Dbar_s | 0.11 | 0.04 | | | -1.464 | 1.464 | | +| 18| jpsi_s | 0.992E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| Ctt | -0.31 | 0.07 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s psi2s_p phi_s p4415_p omega_p p4160_p p4040_p jpsi_p omega_s phi_p p3770_s p4040_s p3770_p psi2s_s p4415_s rho_p p4160_s Dbar_s jpsi_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 -0.012 -0.004 -0.000 0.024 0.003 -0.010 -0.021 -0.112 0.029 -0.010 -0.007 0.008 -0.004 0.000 0.041 -0.009 0.034 -0.005 0.011 | +| psi2s_p | -0.012 1.000 -0.006 -0.006 -0.004 -0.043 -0.297 0.094 0.000 -0.001 -0.161 0.068 -0.382 -0.068 0.001 -0.007 -0.176 -0.018 -0.069 0.128 | +| phi_s | -0.004 -0.006 1.000 0.000 0.005 -0.002 -0.000 -0.013 -0.003 0.517 0.001 0.001 -0.002 0.022 -0.000 -0.005 0.001 0.001 0.026 -0.001 | +| p4415_p | -0.000 -0.006 0.000 1.000 -0.000 0.011 0.005 -0.005 0.000 -0.000 0.002 -0.006 -0.002 -0.000 0.021 -0.000 0.003 -0.020 -0.000 0.006 | +| omega_p | 0.024 -0.004 0.005 -0.000 1.000 0.001 -0.003 -0.011 0.106 -0.011 -0.002 -0.001 -0.000 -0.007 0.000 -0.024 -0.003 0.004 -0.009 0.000 | +| p4160_p | 0.003 -0.043 -0.002 0.011 0.001 1.000 -0.239 -0.009 -0.001 -0.005 -0.065 -0.258 0.085 -0.001 0.007 0.003 -0.133 0.049 -0.001 -0.291 | +| p4040_p | -0.010 -0.297 -0.000 0.005 -0.003 -0.239 1.000 -0.128 0.001 -0.002 0.008 -0.077 0.055 -0.034 -0.005 -0.002 0.348 -0.394 -0.035 0.030 | +| jpsi_p | -0.021 0.094 -0.013 -0.005 -0.011 -0.009 -0.128 1.000 0.001 -0.011 0.024 0.043 -0.094 -0.051 0.003 -0.017 -0.098 -0.028 -0.066 -0.073 | +| omega_s | -0.112 0.000 -0.003 0.000 0.106 -0.001 0.001 0.001 1.000 -0.005 0.000 0.001 -0.000 0.005 -0.000 0.012 0.001 -0.000 0.005 0.000 | +| phi_p | 0.029 -0.001 0.517 -0.000 -0.011 -0.005 -0.002 -0.011 -0.005 1.000 0.006 0.006 -0.009 0.005 -0.000 -0.035 0.000 -0.013 0.006 -0.004 | +| p3770_s | -0.010 -0.161 0.001 0.002 -0.002 -0.065 0.008 0.024 0.000 0.006 1.000 0.116 -0.203 -0.028 -0.002 -0.003 0.061 -0.200 -0.021 0.047 | +| p4040_s | -0.007 0.068 0.001 -0.006 -0.001 -0.258 -0.077 0.043 0.001 0.006 0.116 1.000 -0.046 -0.013 -0.006 -0.004 -0.232 -0.129 -0.013 0.278 | +| p3770_p | 0.008 -0.382 -0.002 -0.002 -0.000 0.085 0.055 -0.094 -0.000 -0.009 -0.203 -0.046 1.000 0.032 0.004 0.002 -0.028 0.214 0.043 -0.315 | +| psi2s_s | -0.004 -0.068 0.022 -0.000 -0.007 -0.001 -0.034 -0.051 0.005 0.005 -0.028 -0.013 0.032 1.000 -0.000 -0.011 -0.020 0.198 0.817 0.029 | +| p4415_s | 0.000 0.001 -0.000 0.021 0.000 0.007 -0.005 0.003 -0.000 -0.000 -0.002 -0.006 0.004 -0.000 1.000 0.000 -0.016 -0.002 -0.000 -0.013 | +| rho_p | 0.041 -0.007 -0.005 -0.000 -0.024 0.003 -0.002 -0.017 0.012 -0.035 -0.003 -0.004 0.002 -0.011 0.000 1.000 -0.003 0.004 -0.013 -0.001 | +| p4160_s | -0.009 -0.176 0.001 0.003 -0.003 -0.133 0.348 -0.098 0.001 0.000 0.061 -0.232 -0.028 -0.020 -0.016 -0.003 1.000 -0.461 -0.020 0.206 | +| Dbar_s | 0.034 -0.018 0.001 -0.020 0.004 0.049 -0.394 -0.028 -0.000 -0.013 -0.200 -0.129 0.214 0.198 -0.002 0.004 -0.461 1.000 0.228 -0.569 | +| jpsi_s | -0.005 -0.069 0.026 -0.000 -0.009 -0.001 -0.035 -0.066 0.005 0.006 -0.021 -0.013 0.043 0.817 -0.000 -0.013 -0.020 0.228 1.000 0.028 | +| Ctt | 0.011 0.128 -0.001 0.006 0.000 -0.291 0.030 -0.073 0.000 -0.004 0.047 0.278 -0.315 0.029 -0.013 -0.001 0.206 -0.569 0.028 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16326070675920545}), (, {'error': 0.028967072368248914}), (, {'error': 0.6752831065682674}), (, {'error': 9.10583486329696}), (, {'error': 0.1466128951546759}), (, {'error': 0.10154422425616993}), (, {'error': 0.16495674228875945}), (, {'error': 0.01587236814396853}), (, {'error': 0.24554896879032473}), (, {'error': 0.180829980818205}), (, {'error': 0.17447792538604823}), (, {'error': 0.12690750688488567}), (, {'error': 0.10081124898138238}), (, {'error': 1.6937015823244792}), (, {'error': 0.01291885301388554}), (, {'error': 0.09221505081716685}), (, {'error': 0.13793565904298166}), (, {'error': 0.038672683163688104}), (, {'error': 12.541955409706134}), (, {'error': 0.06727184291647162})]) +Toy 8/10 +Time taken: 10 h, 13 min +Projected time left: 2 h, 33 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.158E+05 | Ncalls=1308 (1308 total) | +| EDM = 0.000188 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -715799.4657855186 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 1.52 | 0.30 | | |0.0253049| 2.0747 | | +| 1 | psi2s_p | -4.443 | 0.029 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.1 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | 4.20 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | omega_p | 0.8 | 0.7 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | -2.24 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.39 | 0.19 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -4.617 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 6 | 4 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | -6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.51 | 0.21 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.98 | 0.18 | | |0.00501244| 2.01499 | | +| 12| p3770_p | 3.22 | 0.11 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1372.1 | 1.9 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.13 | 0.18 | | |0.126447 | 2.35355 | | +| 15| rho_p | 6.06 | 0.21 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.08 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| Dbar_s | -0.010 | 0.059 | | | -1.464 | 1.464 | | +| 18| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 19| Ctt | -0.04 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s psi2s_p phi_s p4415_p omega_p p4160_p p4040_p jpsi_p omega_s phi_p p3770_s p4040_s p3770_p psi2s_s p4415_s rho_p p4160_s Dbar_s jpsi_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 -0.009 0.005 0.001 -0.047 0.001 -0.013 -0.024 -0.239 0.016 -0.020 -0.012 0.010 -0.009 -0.007 0.184 -0.014 0.035 0.012 0.017 | +| psi2s_p | -0.009 1.000 -0.016 -0.066 -0.021 -0.137 -0.341 0.107 -0.021 -0.011 -0.149 0.079 -0.370 -0.052 -0.104 -0.046 -0.189 -0.030 0.051 0.182 | +| phi_s | 0.005 -0.016 1.000 -0.000 0.094 -0.001 -0.000 -0.036 0.092 0.516 -0.005 -0.004 0.001 0.012 0.002 0.169 0.000 0.007 -0.014 0.004 | +| p4415_p | 0.001 -0.066 -0.000 1.000 -0.004 0.258 0.055 0.011 -0.003 -0.002 -0.051 -0.215 0.117 -0.007 -0.129 0.024 -0.204 0.012 0.006 -0.241 | +| omega_p | -0.047 -0.021 0.094 -0.004 1.000 -0.007 -0.005 -0.060 0.944 0.017 0.002 0.003 -0.008 -0.007 -0.001 -0.057 -0.001 -0.003 0.008 -0.001 | +| p4160_p | 0.001 -0.137 -0.001 0.258 -0.007 1.000 0.017 -0.000 -0.007 -0.003 -0.138 -0.490 0.233 -0.008 0.055 0.027 -0.137 0.220 0.007 -0.467 | +| p4040_p | -0.013 -0.341 -0.000 0.055 -0.005 0.017 1.000 -0.155 -0.002 -0.003 -0.076 -0.214 0.095 -0.026 0.178 -0.000 0.436 -0.206 0.026 -0.118 | +| jpsi_p | -0.024 0.107 -0.036 0.011 -0.060 -0.000 -0.155 1.000 -0.057 -0.030 0.016 -0.011 -0.034 -0.038 -0.156 -0.099 -0.166 0.100 0.050 -0.140 | +| omega_s | -0.239 -0.021 0.092 -0.003 0.944 -0.007 -0.002 -0.057 1.000 0.008 0.005 0.003 -0.009 -0.003 0.001 -0.071 0.002 -0.008 0.003 -0.003 | +| phi_p | 0.016 -0.011 0.516 -0.002 0.017 -0.003 -0.003 -0.030 0.008 1.000 -0.002 -0.000 -0.002 -0.005 -0.001 0.080 -0.002 0.003 0.007 0.003 | +| p3770_s | -0.020 -0.149 -0.005 -0.051 0.002 -0.138 -0.076 0.016 0.005 -0.002 1.000 0.209 -0.293 -0.035 0.099 -0.026 0.085 -0.266 0.026 0.171 | +| p4040_s | -0.012 0.079 -0.004 -0.215 0.003 -0.490 -0.214 -0.011 0.003 -0.000 0.209 1.000 -0.222 -0.014 0.081 -0.039 -0.076 -0.398 0.014 0.523 | +| p3770_p | 0.010 -0.370 0.001 0.117 -0.008 0.233 0.095 -0.034 -0.009 -0.002 -0.293 -0.222 1.000 0.018 -0.198 0.021 -0.148 0.425 -0.027 -0.508 | +| psi2s_s | -0.009 -0.052 0.012 -0.007 -0.007 -0.008 -0.026 -0.038 -0.003 -0.005 -0.035 -0.014 0.018 1.000 -0.000 -0.054 -0.015 0.111 -0.817 0.031 | +| p4415_s | -0.007 -0.104 0.002 -0.129 -0.001 0.055 0.178 -0.156 0.001 -0.001 0.099 0.081 -0.198 -0.000 1.000 -0.017 0.323 -0.522 -0.001 0.394 | +| rho_p | 0.184 -0.046 0.169 0.024 -0.057 0.027 -0.000 -0.099 -0.071 0.080 -0.026 -0.039 0.021 -0.054 -0.017 1.000 -0.020 0.037 0.065 -0.022 | +| p4160_s | -0.014 -0.189 0.000 -0.204 -0.001 -0.137 0.436 -0.166 0.002 -0.002 0.085 -0.076 -0.148 -0.015 0.323 -0.020 1.000 -0.531 0.014 0.334 | +| Dbar_s | 0.035 -0.030 0.007 0.012 -0.003 0.220 -0.206 0.100 -0.008 0.003 -0.266 -0.398 0.425 0.111 -0.522 0.037 -0.531 1.000 -0.128 -0.777 | +| jpsi_s | 0.012 0.051 -0.014 0.006 0.008 0.007 0.026 0.050 0.003 0.007 0.026 0.014 -0.027 -0.817 -0.001 0.065 0.014 -0.128 1.000 -0.030 | +| Ctt | 0.017 0.182 0.004 -0.241 -0.001 -0.467 -0.118 -0.140 -0.003 0.003 0.171 0.523 -0.508 0.031 0.394 -0.022 0.334 -0.777 -0.030 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2976504918811669}), (, {'error': 0.029426409479103022}), (, {'error': 0.8920203731248542}), (, {'error': 0.17912692145160047}), (, {'error': 0.699285248625122}), (, {'error': 0.09970273704412547}), (, {'error': 0.185619658653299}), (, {'error': 0.016199187640525192}), (, {'error': 3.578144505866297}), (, {'error': 0.2460424205235121}), (, {'error': 0.21008875110500425}), (, {'error': 0.17805219609197193}), (, {'error': 0.11145046034425121}), (, {'error': 1.9356371594201391}), (, {'error': 0.18461347072377965}), (, {'error': 0.2115878213714497}), (, {'error': 0.17415362864387862}), (, {'error': 0.05947835771358989}), (, {'error': 19.848863890167195}), (, {'error': 0.12774337037197536})]) +Toy 9/10 +Time taken: 12 h, 7 min +Projected time left: 1 h, 20 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.158E+05 | Ncalls=1226 (1226 total) | +| EDM = 0.0303 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -715797.0522386895 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_s | 1.6 | 0.3 | | |0.0253049| 2.0747 | | +| 1 | psi2s_p | 3.809 | 0.029 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.8 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | p4415_p | 4.33 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | omega_p | 6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | p4160_p | 4.23 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.64 | 0.19 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -4.806 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 4 | 4 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 6.08 | 0.23 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.31 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.93 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p3770_p | -2.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1365.6 | 1.9 | | | 1358.64 | 1433.36 | | +| 14| p4415_s | 1.11 | 0.18 | | |0.126447 | 2.35355 | | +| 15| rho_p | -6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.05 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| Dbar_s | -0.029E-1 | 0.614E-1 | | | -1.464 | 1.464 | | +| 18| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| Ctt | -0.09 | 0.15 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_s psi2s_p phi_s p4415_p omega_p p4160_p p4040_p jpsi_p omega_s phi_p p3770_s p4040_s p3770_p psi2s_s p4415_s rho_p p4160_s Dbar_s jpsi_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_s | 1.000 0.031 0.063 0.002 0.078 0.001 -0.015 -0.049 -0.643 0.052 -0.024 -0.013 0.009 -0.023 -0.008 -0.015 -0.016 0.036 -0.024 0.018 | +| psi2s_p | 0.031 1.000 -0.004 0.111 0.003 0.235 -0.086 -0.018 -0.018 -0.010 -0.240 -0.326 0.406 0.050 -0.328 0.002 -0.325 0.603 0.094 -0.452 | +| phi_s | 0.063 -0.004 1.000 -0.007 -0.003 -0.009 -0.006 -0.024 -0.049 0.607 -0.001 0.005 -0.005 0.016 0.004 0.053 0.001 0.003 0.020 0.014 | +| p4415_p | 0.002 0.111 -0.007 1.000 0.000 0.273 0.069 0.014 -0.005 -0.005 -0.046 -0.228 0.146 -0.002 -0.126 0.008 -0.207 0.027 -0.006 -0.258 | +| omega_p | 0.078 0.003 -0.003 0.000 1.000 0.001 -0.000 0.001 -0.170 0.001 -0.001 -0.001 0.001 -0.001 -0.000 -0.004 -0.000 0.001 -0.001 0.001 | +| p4160_p | 0.001 0.235 -0.009 0.273 0.001 1.000 0.040 -0.005 -0.005 -0.009 -0.125 -0.493 0.277 -0.006 0.035 0.009 -0.139 0.238 -0.010 -0.489 | +| p4040_p | -0.015 -0.086 -0.006 0.069 -0.000 0.040 1.000 -0.163 0.009 -0.009 -0.061 -0.224 0.141 -0.024 0.166 0.002 0.430 -0.187 -0.027 -0.141 | +| jpsi_p | -0.049 -0.018 -0.024 0.014 0.001 -0.005 -0.163 1.000 0.023 -0.033 -0.064 -0.025 -0.065 -0.047 -0.136 -0.028 -0.159 0.060 -0.058 -0.071 | +| omega_s | -0.643 -0.018 -0.049 -0.005 -0.170 -0.005 0.009 0.023 1.000 -0.065 0.014 0.011 -0.007 0.024 0.009 0.113 0.013 -0.022 0.027 -0.003 | +| phi_p | 0.052 -0.010 0.607 -0.005 0.001 -0.009 -0.009 -0.033 -0.065 1.000 -0.003 0.003 -0.006 -0.006 -0.001 0.026 -0.003 0.004 -0.006 0.010 | +| p3770_s | -0.024 -0.240 -0.001 -0.046 -0.001 -0.125 -0.061 -0.064 0.014 -0.003 1.000 0.208 -0.235 -0.015 0.107 -0.006 0.090 -0.276 -0.027 0.175 | +| p4040_s | -0.013 -0.326 0.005 -0.228 -0.001 -0.493 -0.224 -0.025 0.011 0.003 0.208 1.000 -0.247 -0.006 0.093 -0.012 -0.078 -0.402 -0.009 0.530 | +| p3770_p | 0.009 0.406 -0.005 0.146 0.001 0.277 0.141 -0.065 -0.007 -0.006 -0.235 -0.247 1.000 -0.003 -0.215 0.007 -0.143 0.454 0.023 -0.568 | +| psi2s_s | -0.023 0.050 0.016 -0.002 -0.001 -0.006 -0.024 -0.047 0.024 -0.006 -0.015 -0.006 -0.003 1.000 -0.000 -0.015 -0.011 0.097 0.801 0.009 | +| p4415_s | -0.008 -0.328 0.004 -0.126 -0.000 0.035 0.166 -0.136 0.009 -0.001 0.107 0.093 -0.215 -0.000 1.000 -0.005 0.323 -0.535 0.002 0.414 | +| rho_p | -0.015 0.002 0.053 0.008 -0.004 0.009 0.002 -0.028 0.113 0.026 -0.006 -0.012 0.007 -0.015 -0.005 1.000 -0.005 0.009 -0.017 -0.010 | +| p4160_s | -0.016 -0.325 0.001 -0.207 -0.000 -0.139 0.430 -0.159 0.013 -0.003 0.090 -0.078 -0.143 -0.011 0.323 -0.005 1.000 -0.527 -0.012 0.336 | +| Dbar_s | 0.036 0.603 0.003 0.027 0.001 0.238 -0.187 0.060 -0.022 0.004 -0.276 -0.402 0.454 0.097 -0.535 0.009 -0.527 1.000 0.119 -0.789 | +| jpsi_s | -0.024 0.094 0.020 -0.006 -0.001 -0.010 -0.027 -0.058 0.027 -0.006 -0.027 -0.009 0.023 0.801 0.002 -0.017 -0.012 0.119 1.000 0.028 | +| Ctt | 0.018 -0.452 0.014 -0.258 0.001 -0.489 -0.141 -0.071 -0.003 0.010 0.175 0.530 -0.568 0.009 0.414 -0.010 0.336 -0.789 0.028 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.33109336176227544}), (, {'error': 0.029226422555352904}), (, {'error': 0.9289720584389762}), (, {'error': 0.18269909251306427}), (, {'error': 0.09685619484361663}), (, {'error': 0.10144278803870233}), (, {'error': 0.19337130264693858}), (, {'error': 0.01668241407037163}), (, {'error': 4.287395422237909}), (, {'error': 0.22816039630169982}), (, {'error': 0.19207810511144596}), (, {'error': 0.17282909859767603}), (, {'error': 0.12073544706101291}), (, {'error': 1.8617254503250251}), (, {'error': 0.18323108365796287}), (, {'error': 0.08670226810396953}), (, {'error': 0.17110752686001862}), (, {'error': 0.06138149030067863}), (, {'error': 12.734700369458551}), (, {'error': 0.15357532923736467})]) +Toy 10/10 +Time taken: 13 h, 55 min +Projected time left: +Mean Ctt value = -0.13460433978855865 +Mean Ctt error = 0.11350165828930259 +Simulation ended diff --git a/prelim_results/slurm-2213922.out b/prelim_results/slurm-2213922.out new file mode 100644 index 0000000..0531ffe --- /dev/null +++ b/prelim_results/slurm-2213922.out @@ -0,0 +1,9263 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:24.867691: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:24.876816: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099870000 Hz +2019-07-07 14:45:24.877039: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5651e7554c90 executing computations on platform Host. Devices: +2019-07-07 14:45:24.877065: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:30.797705: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5651e75e0d30 executing computations on platform CUDA. Devices: +2019-07-07 14:45:30.797775: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:30.800397: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:87:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:30.800453: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:30.841464: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:30.841529: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:30.841545: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:30.844263: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:87:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713904.8545128 Edm = 4.36127 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713904.8545128 Edm = 4.36127 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715824.7402144 Edm = 1.86503 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -716703.0183823 Edm = 31.4573 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -717736.4686456 Edm = 3.99245e+06 NCalls = 24 +VariableMetric: Iteration # 4 - FCN = -717736.4686456 Edm = 3.99245e+06 NCalls = 35 +VariableMetric: After Hessian - FCN = -717736.4686456 Edm = 286232 NCalls = 390 +VariableMetric: Iteration # 5 - FCN = -717736.4686456 Edm = 286232 NCalls = 390 +VariableMetric: Iteration # 6 - FCN = -717770.5508726 Edm = 506459 NCalls = 400 +VariableMetric: Iteration # 7 - FCN = -717770.5508726 Edm = 506459 NCalls = 411 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714989.2991471 Edm = 1.7832 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714989.2991471 Edm = 1.7832 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716417.0450198 Edm = 0.1479 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716417.8399481 Edm = 0.207098 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716432.245741 Edm = 13.5485 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -716578.616823 Edm = 4.0307 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716582.7192506 Edm = 0.124838 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -716583.7362836 Edm = 0.996707 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -716601.8956165 Edm = 15.8047 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -716645.6810352 Edm = 0.440601 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -716646.3401467 Edm = 0.185819 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -716655.8158266 Edm = 7.99996 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -716940.7817377 Edm = 25.226 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -716963.5828927 Edm = 0.343198 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -716963.9743555 Edm = 0.0274787 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -716964.1210267 Edm = 0.113478 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -717066.3527517 Edm = 18.9598 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -717084.4720508 Edm = 2.72817 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -717088.8035733 Edm = 0.689918 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -717090.5261351 Edm = 0.247184 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -717090.7279204 Edm = 0.0223076 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -717090.7560725 Edm = 0.00680667 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -717091.3897573 Edm = 0.535161 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -717122.7908778 Edm = 13.6597 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -717149.8109334 Edm = 6.08968 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -717153.9997412 Edm = 0.316265 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -717154.4633604 Edm = 0.0611114 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -717154.6978825 Edm = 0.0805432 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -717154.7830988 Edm = 0.0103153 NCalls = 87 +VariableMetric: Iteration # 28 - FCN = -717154.7934704 Edm = 0.002145 NCalls = 89 +VariableMetric: Iteration # 29 - FCN = -717154.836024 Edm = 0.0461006 NCalls = 93 +VariableMetric: Iteration # 30 - FCN = -717154.915995 Edm = 0.0746187 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -717215.8230584 Edm = 103.347 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -717215.9892546 Edm = 0.100277 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -717237.4922229 Edm = 11.2836 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -717266.9292095 Edm = 16.7723 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -717309.6972565 Edm = 20.2059 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -717353.5311287 Edm = 10.05 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -717382.260127 Edm = 13.264 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -717389.895031 Edm = 4.9693 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -717395.2929656 Edm = 0.14487 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -717395.4971501 Edm = 0.0298446 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -717395.5713914 Edm = 0.0288651 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -717395.6698402 Edm = 0.0797922 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -717402.5868715 Edm = 6.40885 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -717402.8282992 Edm = 0.462435 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -717403.2994228 Edm = 0.411606 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -717482.3789106 Edm = 68.6093 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -717613.0550908 Edm = 30.4213 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -717660.3833696 Edm = 34.4252 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -717677.3055796 Edm = 16.4442 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -717689.6458786 Edm = 2.22945 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -717692.2058426 Edm = 0.398633 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -717693.0265119 Edm = 0.195615 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -717693.3607199 Edm = 0.0229458 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -717693.4605741 Edm = 0.0738605 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -717698.0219048 Edm = 3.20624 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -717725.8243271 Edm = 27.9061 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -717857.884295 Edm = 106.875 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -717983.3842561 Edm = 51.8302 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -718076.6093963 Edm = 166.245 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -718150.8989261 Edm = 82.4144 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -718178.042057 Edm = 21.3825 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -718188.7011027 Edm = 1.93508 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -718191.164414 Edm = 0.400305 NCalls = 212 +VariableMetric: Iteration # 64 - FCN = -718191.7770678 Edm = 0.22719 NCalls = 214 +VariableMetric: Iteration # 65 - FCN = -718192.2745501 Edm = 0.157977 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -718192.8911957 Edm = 0.125519 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -718193.0806208 Edm = 0.0398492 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -718193.1774489 Edm = 0.179364 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -718193.4511576 Edm = 0.243256 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -718193.5676352 Edm = 0.519133 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -718194.1125214 Edm = 0.518561 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -718194.4796097 Edm = 0.264537 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -718195.104662 Edm = 0.112127 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -718195.2448883 Edm = 0.021374 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -718195.2595033 Edm = 0.00288435 NCalls = 249 +VariableMetric: Iteration # 76 - FCN = -718195.2697127 Edm = 0.00771651 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -718196.0942006 Edm = 0.796629 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -718223.302715 Edm = 5.60831 NCalls = 268 +VariableMetric: Iteration # 79 - FCN = -718229.0159917 Edm = 6.87361 NCalls = 269 +VariableMetric: Iteration # 80 - FCN = -718229.5738271 Edm = 0.767678 NCalls = 271 +VariableMetric: Iteration # 81 - FCN = -718229.980083 Edm = 0.0112058 NCalls = 273 +VariableMetric: Iteration # 82 - FCN = -718229.9965056 Edm = 0.00375474 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -718230.0333489 Edm = 0.00813691 NCalls = 278 +VariableMetric: Iteration # 84 - FCN = -718230.0578722 Edm = 0.00255022 NCalls = 280 +VariableMetric: Iteration # 85 - FCN = -718230.0610203 Edm = 0.000483993 NCalls = 282 +VariableMetric: Iteration # 86 - FCN = -718230.0638024 Edm = 0.00198996 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -718230.1095007 Edm = 0.0357235 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -718232.2376923 Edm = 1.28361 NCalls = 298 +VariableMetric: Iteration # 89 - FCN = -718234.9661729 Edm = 15.2104 NCalls = 302 +VariableMetric: Iteration # 90 - FCN = -718236.7540591 Edm = 1.33274 NCalls = 304 +VariableMetric: Iteration # 91 - FCN = -718238.0542154 Edm = 0.674886 NCalls = 306 +VariableMetric: Iteration # 92 - FCN = -718238.6109935 Edm = 0.279528 NCalls = 308 +VariableMetric: Iteration # 93 - FCN = -718241.301597 Edm = 1.06366 NCalls = 312 +VariableMetric: Iteration # 94 - FCN = -718243.0289329 Edm = 0.154456 NCalls = 314 +VariableMetric: Iteration # 95 - FCN = -718243.1683565 Edm = 0.0117261 NCalls = 316 +VariableMetric: Iteration # 96 - FCN = -718243.1816905 Edm = 0.00237209 NCalls = 318 +VariableMetric: Iteration # 97 - FCN = -718243.1865104 Edm = 0.000730966 NCalls = 320 +VariableMetric: Iteration # 98 - FCN = -718243.1873458 Edm = 0.000147523 NCalls = 322 +VariableMetric: Iteration # 99 - FCN = -718243.1902694 Edm = 0.00245517 NCalls = 326 +VariableMetric: Iteration # 100 - FCN = -718243.322907 Edm = 0.132927 NCalls = 331 +VariableMetric: Iteration # 101 - FCN = -718243.4134286 Edm = 0.0819343 NCalls = 335 +VariableMetric: Iteration # 102 - FCN = -718243.4462322 Edm = 0.0253673 NCalls = 338 +VariableMetric: Iteration # 103 - FCN = -718244.3286218 Edm = 0.742278 NCalls = 344 +VariableMetric: Iteration # 104 - FCN = -718244.5323123 Edm = 0.397888 NCalls = 348 +VariableMetric: Iteration # 105 - FCN = -718248.9087725 Edm = 2.91363 NCalls = 355 +VariableMetric: Iteration # 106 - FCN = -718251.7865738 Edm = 7.79054 NCalls = 358 +VariableMetric: Iteration # 107 - FCN = -718256.2072255 Edm = 0.508403 NCalls = 360 +VariableMetric: Iteration # 108 - FCN = -718256.9299955 Edm = 0.0514017 NCalls = 362 +VariableMetric: Iteration # 109 - FCN = -718256.9825245 Edm = 0.00361761 NCalls = 364 +VariableMetric: Iteration # 110 - FCN = -718256.9850361 Edm = 0.000637615 NCalls = 366 +VariableMetric: Iteration # 111 - FCN = -718256.9857554 Edm = 0.000235689 NCalls = 368 +VariableMetric: Iteration # 112 - FCN = -718256.9903161 Edm = 0.00333671 NCalls = 372 +VariableMetric: Iteration # 113 - FCN = -718257.0126536 Edm = 0.00182676 NCalls = 375 +VariableMetric: Iteration # 114 - FCN = -718257.0192632 Edm = 0.00404629 NCalls = 377 +VariableMetric: Iteration # 115 - FCN = -718257.0681252 Edm = 0.0325197 NCalls = 380 +VariableMetric: Iteration # 116 - FCN = -718257.9775407 Edm = 0.781245 NCalls = 384 +VariableMetric: Iteration # 117 - FCN = -718264.6365902 Edm = 1.39587 NCalls = 387 +VariableMetric: Iteration # 118 - FCN = -718266.3287827 Edm = 0.09603 NCalls = 389 +VariableMetric: Iteration # 119 - FCN = -718266.4369077 Edm = 0.0160289 NCalls = 391 +VariableMetric: Iteration # 120 - FCN = -718266.4522631 Edm = 0.00176199 NCalls = 393 +VariableMetric: Iteration # 121 - FCN = -718266.4538334 Edm = 4.71058e-05 NCalls = 395 +VariableMetric: After Hessian - FCN = -718266.4538334 Edm = 801.625 NCalls = 760 +VariableMetric: Iteration # 122 - FCN = -718266.4538334 Edm = 801.625 NCalls = 760 +VariableMetric: Iteration # 123 - FCN = -718268.236894 Edm = 110.464 NCalls = 768 +VariableMetric: Iteration # 124 - FCN = -718274.7109222 Edm = 7.40468 NCalls = 770 +VariableMetric: Iteration # 125 - FCN = -718275.6832631 Edm = 1.64771 NCalls = 772 +VariableMetric: Iteration # 126 - FCN = -718276.2852003 Edm = 0.161072 NCalls = 774 +VariableMetric: Iteration # 127 - FCN = -718276.7480228 Edm = 0.262135 NCalls = 779 +VariableMetric: Iteration # 128 - FCN = -718276.8269592 Edm = 0.193958 NCalls = 781 +VariableMetric: Iteration # 129 - FCN = -718277.2157251 Edm = 1.12262 NCalls = 786 +VariableMetric: Iteration # 130 - FCN = -718279.0967948 Edm = 7.16127 NCalls = 793 +VariableMetric: Iteration # 131 - FCN = -718279.1512404 Edm = 0.129467 NCalls = 795 +VariableMetric: Iteration # 132 - FCN = -718279.581044 Edm = 4.28304 NCalls = 799 +VariableMetric: Iteration # 133 - FCN = -718282.3468662 Edm = 5.35444 NCalls = 805 +VariableMetric: Iteration # 134 - FCN = -718283.5544247 Edm = 4.14118 NCalls = 810 +VariableMetric: Iteration # 135 - FCN = -718284.0860036 Edm = 1.07976 NCalls = 814 +VariableMetric: Iteration # 136 - FCN = -718290.059701 Edm = 3.43484 NCalls = 820 +VariableMetric: Iteration # 137 - FCN = -718294.9700112 Edm = 6.08247 NCalls = 823 +VariableMetric: Iteration # 138 - FCN = -718298.5323226 Edm = 2.34938 NCalls = 826 +VariableMetric: Iteration # 139 - FCN = -718301.1514838 Edm = 1.32405 NCalls = 829 +VariableMetric: Iteration # 140 - FCN = -718302.2298843 Edm = 0.186088 NCalls = 832 +VariableMetric: Iteration # 141 - FCN = -718302.3562077 Edm = 0.0476472 NCalls = 834 +VariableMetric: Iteration # 142 - FCN = -718302.4178816 Edm = 0.0294573 NCalls = 836 +VariableMetric: Iteration # 143 - FCN = -718302.4857947 Edm = 0.0563038 NCalls = 838 +VariableMetric: Iteration # 144 - FCN = -718302.6002761 Edm = 0.0495909 NCalls = 841 +VariableMetric: Iteration # 145 - FCN = -718302.6860268 Edm = 0.0338509 NCalls = 844 +VariableMetric: Iteration # 146 - FCN = -718302.7363825 Edm = 0.0369722 NCalls = 846 +VariableMetric: Iteration # 147 - FCN = -718302.7715246 Edm = 0.0116748 NCalls = 849 +VariableMetric: Iteration # 148 - FCN = -718302.8108777 Edm = 0.0165744 NCalls = 851 +VariableMetric: Iteration # 149 - FCN = -718302.8769526 Edm = 0.018993 NCalls = 853 +VariableMetric: Iteration # 150 - FCN = -718302.8942559 Edm = 0.024038 NCalls = 854 +VariableMetric: Iteration # 151 - FCN = -718302.9064952 Edm = 0.00822628 NCalls = 857 +VariableMetric: Iteration # 152 - FCN = -718302.929257 Edm = 0.00861291 NCalls = 859 +VariableMetric: Iteration # 153 - FCN = -718302.9475241 Edm = 0.00535467 NCalls = 861 +VariableMetric: Iteration # 154 - FCN = -718302.9551136 Edm = 0.0079857 NCalls = 863 +VariableMetric: Iteration # 155 - FCN = -718302.9640313 Edm = 0.0040991 NCalls = 866 +VariableMetric: Iteration # 156 - FCN = -718302.9716806 Edm = 0.0035604 NCalls = 868 +VariableMetric: Iteration # 157 - FCN = -718302.973938 Edm = 0.00153253 NCalls = 870 +VariableMetric: Iteration # 158 - FCN = -718302.9781984 Edm = 0.00178807 NCalls = 872 +VariableMetric: Iteration # 159 - FCN = -718302.9838375 Edm = 0.000965942 NCalls = 876 +VariableMetric: Iteration # 160 - FCN = -718302.9850407 Edm = 0.00152239 NCalls = 879 +VariableMetric: Iteration # 161 - FCN = -718302.9855396 Edm = 0.000148922 NCalls = 881 +VariableMetric: Iteration # 162 - FCN = -718302.9857711 Edm = 1.46667e-05 NCalls = 883 +VariableMetric: After Hessian - FCN = -718302.9857711 Edm = 4.04594e-05 NCalls = 1262 +VariableMetric: Iteration # 163 - FCN = -718302.9857711 Edm = 4.04594e-05 NCalls = 1262 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717389.8496427 Edm = 0.377141 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717389.8496427 Edm = 0.377141 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717496.6743171 Edm = 0.073126 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -717497.1694521 Edm = 0.0733117 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -717527.7710706 Edm = 0.249893 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -717528.0458842 Edm = 0.0231197 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -717534.4357857 Edm = 5.91303 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -717570.313163 Edm = 2.24337 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -717572.5149881 Edm = 0.0544216 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -717573.0643333 Edm = 0.55539 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -717591.753832 Edm = 6.71894 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -717603.6113009 Edm = 0.207088 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -717604.0021205 Edm = 0.0392833 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -717604.0596096 Edm = 0.00457516 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -717604.0784251 Edm = 0.00898922 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -717604.6683704 Edm = 0.438324 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -717616.5040954 Edm = 4.51858 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -717616.7043278 Edm = 0.629324 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -717618.2470388 Edm = 0.89159 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -717620.8566693 Edm = 0.0887477 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -717621.4458058 Edm = 0.510514 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -717624.0792851 Edm = 0.381182 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -717624.6377004 Edm = 0.0914259 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -717624.691005 Edm = 0.00535086 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -717624.7798769 Edm = 0.0809797 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -717645.3598528 Edm = 0.949663 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -717646.5055736 Edm = 0.00847456 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -717646.5190619 Edm = 0.00229526 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -717646.5432833 Edm = 0.0160061 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -717646.8398148 Edm = 0.271161 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -717669.9040372 Edm = 13.0787 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -717692.6592188 Edm = 0.798441 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -717693.3502636 Edm = 0.123166 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -717693.6957889 Edm = 0.199487 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -717694.4831181 Edm = 1.03619 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -717694.9659891 Edm = 0.737721 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -717696.544997 Edm = 0.780866 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -717696.7256961 Edm = 0.589448 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -717698.3847742 Edm = 1.10694 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -717698.6655509 Edm = 0.520112 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -717699.6344509 Edm = 0.788529 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -717702.2464023 Edm = 0.852428 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -717703.7564533 Edm = 0.276358 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -717703.9802818 Edm = 0.112329 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -717704.1516019 Edm = 0.0536079 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -717704.2221189 Edm = 0.0148154 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -717704.2489881 Edm = 0.00542979 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -717704.2631005 Edm = 0.00650717 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -717704.3141844 Edm = 0.0330505 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -717704.4984187 Edm = 0.432707 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -717704.567799 Edm = 0.063873 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -717706.6752394 Edm = 1.91046 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -717707.7012294 Edm = 1.10138 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -717710.3091232 Edm = 4.51801 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -717723.6999178 Edm = 16.4806 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -717781.4932368 Edm = 25.6408 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -717812.2715054 Edm = 51.2626 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -717846.8197234 Edm = 12.3623 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -717862.7366446 Edm = 2.10039 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -717865.7820446 Edm = 0.6494 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -717867.8796173 Edm = 3.34332 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -717875.3680825 Edm = 2.86371 NCalls = 208 +VariableMetric: Iteration # 61 - FCN = -717876.7469863 Edm = 4.71535 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -717880.9131933 Edm = 2.92802 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -717882.9139487 Edm = 2.07053 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -717886.8100069 Edm = 2.90783 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -717891.008179 Edm = 4.47366 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -717896.8474135 Edm = 5.05948 NCalls = 225 +VariableMetric: Iteration # 67 - FCN = -717900.1637893 Edm = 0.074091 NCalls = 227 +VariableMetric: Iteration # 68 - FCN = -717900.2472488 Edm = 0.00972021 NCalls = 229 +VariableMetric: Iteration # 69 - FCN = -717900.2676859 Edm = 0.0125433 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -717900.4516446 Edm = 0.189254 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -717904.61166 Edm = 4.28174 NCalls = 242 +VariableMetric: Iteration # 72 - FCN = -717904.694509 Edm = 0.0755122 NCalls = 245 +VariableMetric: Iteration # 73 - FCN = -717946.7227997 Edm = 29.1994 NCalls = 256 +VariableMetric: Iteration # 74 - FCN = -717955.3750254 Edm = 34.7933 NCalls = 258 +VariableMetric: Iteration # 75 - FCN = -718023.9625622 Edm = 11.6555 NCalls = 261 +VariableMetric: Iteration # 76 - FCN = -718037.1072286 Edm = 5.77233 NCalls = 263 +VariableMetric: Iteration # 77 - FCN = -718046.0950162 Edm = 4.38298 NCalls = 265 +VariableMetric: Iteration # 78 - FCN = -718069.5200163 Edm = 13.3844 NCalls = 268 +VariableMetric: Iteration # 79 - FCN = -718098.5447829 Edm = 11.8795 NCalls = 271 +VariableMetric: Iteration # 80 - FCN = -718111.4921659 Edm = 2.86817 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -718114.8783792 Edm = 3.45909 NCalls = 276 +VariableMetric: Iteration # 82 - FCN = -718117.763416 Edm = 1.86979 NCalls = 279 +VariableMetric: Iteration # 83 - FCN = -718124.0057774 Edm = 1.72215 NCalls = 284 +VariableMetric: Iteration # 84 - FCN = -718125.0224176 Edm = 2.63577 NCalls = 286 +VariableMetric: Iteration # 85 - FCN = -718126.0540975 Edm = 0.31746 NCalls = 288 +VariableMetric: Iteration # 86 - FCN = -718126.5932725 Edm = 0.104135 NCalls = 290 +VariableMetric: Iteration # 87 - FCN = -718126.8265641 Edm = 0.0471636 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -718126.9061745 Edm = 0.0172281 NCalls = 294 +VariableMetric: Iteration # 89 - FCN = -718127.0340069 Edm = 0.0532593 NCalls = 297 +VariableMetric: Iteration # 90 - FCN = -718127.5175058 Edm = 0.273837 NCalls = 300 +VariableMetric: Iteration # 91 - FCN = -718133.5027886 Edm = 5.28688 NCalls = 304 +VariableMetric: Iteration # 92 - FCN = -718151.4755196 Edm = 55.9091 NCalls = 309 +VariableMetric: Iteration # 93 - FCN = -718184.5275104 Edm = 11.1182 NCalls = 313 +VariableMetric: Iteration # 94 - FCN = -718206.8550926 Edm = 12.2517 NCalls = 315 +VariableMetric: Iteration # 95 - FCN = -718232.6980887 Edm = 7.31308 NCalls = 318 +VariableMetric: Iteration # 96 - FCN = -718239.3998098 Edm = 1.02744 NCalls = 319 +VariableMetric: Iteration # 97 - FCN = -718241.0280227 Edm = 0.854821 NCalls = 321 +VariableMetric: Iteration # 98 - FCN = -718244.0664821 Edm = 0.70479 NCalls = 326 +VariableMetric: Iteration # 99 - FCN = -718244.7048993 Edm = 0.585586 NCalls = 328 +VariableMetric: Iteration # 100 - FCN = -718244.8837645 Edm = 0.0135802 NCalls = 330 +VariableMetric: Iteration # 101 - FCN = -718244.8951798 Edm = 0.00366285 NCalls = 332 +VariableMetric: Iteration # 102 - FCN = -718244.9003366 Edm = 0.0018974 NCalls = 334 +VariableMetric: Iteration # 103 - FCN = -718244.9095587 Edm = 0.00338704 NCalls = 336 +VariableMetric: Iteration # 104 - FCN = -718244.9204674 Edm = 0.0039405 NCalls = 338 +VariableMetric: Iteration # 105 - FCN = -718245.051514 Edm = 0.113627 NCalls = 342 +VariableMetric: Iteration # 106 - FCN = -718250.4226811 Edm = 3.02112 NCalls = 347 +VariableMetric: Iteration # 107 - FCN = -718265.0596205 Edm = 2.73427 NCalls = 351 +VariableMetric: Iteration # 108 - FCN = -718272.0687012 Edm = 6.18475 NCalls = 359 +VariableMetric: Iteration # 109 - FCN = -718273.3315706 Edm = 7.61304 NCalls = 361 +VariableMetric: Iteration # 110 - FCN = -718289.1507679 Edm = 5.12939 NCalls = 365 +VariableMetric: Iteration # 111 - FCN = -718292.2581981 Edm = 1.40277 NCalls = 367 +VariableMetric: Iteration # 112 - FCN = -718293.3077415 Edm = 0.44806 NCalls = 369 +VariableMetric: Iteration # 113 - FCN = -718293.4740382 Edm = 0.0349512 NCalls = 371 +VariableMetric: Iteration # 114 - FCN = -718293.5057316 Edm = 0.00487081 NCalls = 372 +VariableMetric: Iteration # 115 - FCN = -718293.5107744 Edm = 0.000404276 NCalls = 374 +VariableMetric: Iteration # 116 - FCN = -718293.5115468 Edm = 0.000309926 NCalls = 376 +VariableMetric: Iteration # 117 - FCN = -718293.5223387 Edm = 0.010325 NCalls = 380 +VariableMetric: Iteration # 118 - FCN = -718293.877903 Edm = 0.203703 NCalls = 385 +VariableMetric: Iteration # 119 - FCN = -718295.3204348 Edm = 0.49633 NCalls = 388 +VariableMetric: Iteration # 120 - FCN = -718296.7891375 Edm = 0.396999 NCalls = 390 +VariableMetric: Iteration # 121 - FCN = -718298.577733 Edm = 0.339792 NCalls = 398 +VariableMetric: Iteration # 122 - FCN = -718298.8318414 Edm = 0.445805 NCalls = 400 +VariableMetric: Iteration # 123 - FCN = -718299.0047185 Edm = 0.00474022 NCalls = 402 +VariableMetric: Iteration # 124 - FCN = -718299.0091476 Edm = 7.8327e-05 NCalls = 404 +VariableMetric: After Hessian - FCN = -718299.0091476 Edm = 4.40532 NCalls = 767 +VariableMetric: Iteration # 125 - FCN = -718299.0091476 Edm = 4.40532 NCalls = 767 +VariableMetric: Iteration # 126 - FCN = -718302.7318494 Edm = 0.101238 NCalls = 769 +VariableMetric: Iteration # 127 - FCN = -718302.8735631 Edm = 0.0601123 NCalls = 771 +VariableMetric: Iteration # 128 - FCN = -718303.0309156 Edm = 0.0992262 NCalls = 779 +VariableMetric: Iteration # 129 - FCN = -718303.1129954 Edm = 0.259572 NCalls = 782 +VariableMetric: Iteration # 130 - FCN = -718303.3165053 Edm = 0.0814432 NCalls = 785 +VariableMetric: Iteration # 131 - FCN = -718303.4490977 Edm = 0.159849 NCalls = 788 +VariableMetric: Iteration # 132 - FCN = -718303.6130923 Edm = 0.155288 NCalls = 790 +VariableMetric: Iteration # 133 - FCN = -718303.8843278 Edm = 0.231202 NCalls = 793 +VariableMetric: Iteration # 134 - FCN = -718304.110883 Edm = 0.62049 NCalls = 796 +VariableMetric: Iteration # 135 - FCN = -718304.3738749 Edm = 0.207216 NCalls = 800 +VariableMetric: Iteration # 136 - FCN = -718304.5516635 Edm = 0.115226 NCalls = 803 +VariableMetric: Iteration # 137 - FCN = -718304.7311991 Edm = 0.0872998 NCalls = 805 +VariableMetric: Iteration # 138 - FCN = -718304.7739376 Edm = 0.0425118 NCalls = 807 +VariableMetric: Iteration # 139 - FCN = -718304.8466465 Edm = 0.0442782 NCalls = 809 +VariableMetric: Iteration # 140 - FCN = -718304.8984295 Edm = 0.0533549 NCalls = 811 +VariableMetric: Iteration # 141 - FCN = -718304.9844969 Edm = 0.0166845 NCalls = 814 +VariableMetric: Iteration # 142 - FCN = -718304.9990745 Edm = 0.0104175 NCalls = 816 +VariableMetric: Iteration # 143 - FCN = -718305.0089075 Edm = 0.00921595 NCalls = 818 +VariableMetric: Iteration # 144 - FCN = -718305.0280752 Edm = 0.0117303 NCalls = 820 +VariableMetric: Iteration # 145 - FCN = -718305.0473792 Edm = 0.0081581 NCalls = 823 +VariableMetric: Iteration # 146 - FCN = -718305.0535844 Edm = 0.00365732 NCalls = 825 +VariableMetric: Iteration # 147 - FCN = -718305.0570375 Edm = 0.00418893 NCalls = 827 +VariableMetric: Iteration # 148 - FCN = -718305.0610023 Edm = 0.00171062 NCalls = 830 +VariableMetric: Iteration # 149 - FCN = -718305.0651952 Edm = 0.000933337 NCalls = 833 +VariableMetric: Iteration # 150 - FCN = -718305.0664598 Edm = 0.000833552 NCalls = 836 +VariableMetric: Iteration # 151 - FCN = -718305.0668337 Edm = 0.000312846 NCalls = 838 +VariableMetric: Iteration # 152 - FCN = -718305.0673314 Edm = 0.00012938 NCalls = 841 +VariableMetric: Iteration # 153 - FCN = -718305.0676141 Edm = 3.82938e-05 NCalls = 844 +VariableMetric: After Hessian - FCN = -718305.0676141 Edm = 0.0405835 NCalls = 1231 +VariableMetric: Iteration # 154 - FCN = -718305.0676141 Edm = 0.0405835 NCalls = 1231 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713337.2942203 Edm = 3.49172 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713337.2942203 Edm = 3.49172 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715267.1912993 Edm = 1.29086 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -715296.4759996 Edm = 1.24487 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -716088.5269649 Edm = 15.7614 NCalls = 25 +VariableMetric: Iteration # 4 - FCN = -716114.4695167 Edm = 7.20095 NCalls = 27 +VariableMetric: Iteration # 5 - FCN = -716117.9040852 Edm = 1.51167 NCalls = 29 +VariableMetric: Iteration # 6 - FCN = -716226.6080368 Edm = 47.9791 NCalls = 34 +VariableMetric: Iteration # 7 - FCN = -716357.7026247 Edm = 3.56012 NCalls = 37 +VariableMetric: Iteration # 8 - FCN = -716361.273569 Edm = 0.099945 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -716361.3859657 Edm = 0.0227208 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -716362.1779797 Edm = 0.750897 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -716437.1918717 Edm = 1.10179 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -716439.5094879 Edm = 0.0488477 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -716439.5829066 Edm = 0.00486718 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -716440.2490266 Edm = 0.536062 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -716504.6070408 Edm = 27.1747 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -716559.3963438 Edm = 5.40978 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -716566.0526841 Edm = 1.19027 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -716569.513709 Edm = 0.141666 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -716569.6679906 Edm = 0.0239223 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -716569.6903698 Edm = 0.00839187 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -716569.9151195 Edm = 0.209149 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -716609.4138075 Edm = 32.0174 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -716691.0000227 Edm = 3.94708 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -716696.1161831 Edm = 1.51033 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -716720.8187543 Edm = 9.73906 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -716721.1065413 Edm = 0.525187 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -716722.9397442 Edm = 2.26377 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -716738.6502749 Edm = 6.85097 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -716748.0057844 Edm = 0.320909 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -716748.3202732 Edm = 0.0597022 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -716748.4496445 Edm = 0.0176391 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -716748.5270813 Edm = 0.0937864 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -716749.3245279 Edm = 0.785713 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -716779.6626962 Edm = 21.481 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -716882.4873148 Edm = 5.03469e+07 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -717151.7901842 Edm = 4.24092e+06 NCalls = 135 +VariableMetric: Iteration # 37 - FCN = -717183.1852998 Edm = 1.28747e+06 NCalls = 145 +VariableMetric: Iteration # 38 - FCN = -717271.3374311 Edm = 43937.5 NCalls = 154 +VariableMetric: Iteration # 39 - FCN = -717836.8209154 Edm = 111726 NCalls = 159 +VariableMetric: Iteration # 40 - FCN = -717871.6779612 Edm = 19165.8 NCalls = 166 +VariableMetric: Iteration # 41 - FCN = -717988.4503298 Edm = 91705.6 NCalls = 171 +VariableMetric: Iteration # 42 - FCN = -718014.8355702 Edm = 3574.24 NCalls = 176 +VariableMetric: Iteration # 43 - FCN = -718055.0302741 Edm = 4327.65 NCalls = 180 +VariableMetric: Iteration # 44 - FCN = -718079.0454356 Edm = 3137.99 NCalls = 184 +VariableMetric: Iteration # 45 - FCN = -718107.3654063 Edm = 3.14149e+06 NCalls = 187 +VariableMetric: Iteration # 46 - FCN = -718107.3654063 Edm = 3.14149e+06 NCalls = 198 +VariableMetric: After Hessian - FCN = -718107.3654063 Edm = 5474.36 NCalls = 559 +VariableMetric: Iteration # 47 - FCN = -718107.3654063 Edm = 5474.36 NCalls = 559 +VariableMetric: Iteration # 48 - FCN = -718115.2848078 Edm = 40.1514 NCalls = 565 +VariableMetric: Iteration # 49 - FCN = -718122.3299113 Edm = 26.8585 NCalls = 567 +VariableMetric: Iteration # 50 - FCN = -718124.1498995 Edm = 30.2083 NCalls = 570 +VariableMetric: Iteration # 51 - FCN = -718169.4108759 Edm = 15.4353 NCalls = 573 +VariableMetric: Iteration # 52 - FCN = -718179.7231198 Edm = 6.06785 NCalls = 574 +VariableMetric: Iteration # 53 - FCN = -718219.7343256 Edm = 4.47488 NCalls = 582 +VariableMetric: Iteration # 54 - FCN = -718229.1689576 Edm = 3.92056 NCalls = 585 +VariableMetric: Iteration # 55 - FCN = -718237.957819 Edm = 4.47016 NCalls = 592 +VariableMetric: Iteration # 56 - FCN = -718238.221155 Edm = 1.40364 NCalls = 595 +VariableMetric: Iteration # 57 - FCN = -718248.2452007 Edm = 1.28234 NCalls = 598 +VariableMetric: Iteration # 58 - FCN = -718251.2054273 Edm = 1.56587 NCalls = 600 +VariableMetric: Iteration # 59 - FCN = -718257.2425033 Edm = 1.69945 NCalls = 603 +VariableMetric: Iteration # 60 - FCN = -718262.5529912 Edm = 1.67076 NCalls = 605 +VariableMetric: Iteration # 61 - FCN = -718265.7248164 Edm = 0.436945 NCalls = 607 +VariableMetric: Iteration # 62 - FCN = -718266.9139283 Edm = 0.456864 NCalls = 610 +VariableMetric: Iteration # 63 - FCN = -718267.9880011 Edm = 0.187533 NCalls = 612 +VariableMetric: Iteration # 64 - FCN = -718268.2484451 Edm = 0.0560017 NCalls = 614 +VariableMetric: Iteration # 65 - FCN = -718268.5757021 Edm = 0.16112 NCalls = 617 +VariableMetric: Iteration # 66 - FCN = -718268.8863075 Edm = 0.0340186 NCalls = 619 +VariableMetric: Iteration # 67 - FCN = -718268.9741789 Edm = 0.0495435 NCalls = 621 +VariableMetric: Iteration # 68 - FCN = -718269.1870323 Edm = 0.00790964 NCalls = 623 +VariableMetric: Iteration # 69 - FCN = -718269.1975572 Edm = 0.00304112 NCalls = 625 +VariableMetric: Iteration # 70 - FCN = -718269.248388 Edm = 0.0232445 NCalls = 629 +VariableMetric: Iteration # 71 - FCN = -718269.2934066 Edm = 0.00400082 NCalls = 631 +VariableMetric: Iteration # 72 - FCN = -718269.5595807 Edm = 0.260177 NCalls = 636 +VariableMetric: Iteration # 73 - FCN = -718269.566911 Edm = 0.00690505 NCalls = 638 +VariableMetric: Iteration # 74 - FCN = -718269.5773065 Edm = 0.0115967 NCalls = 641 +VariableMetric: Iteration # 75 - FCN = -718270.2161308 Edm = 1.56893 NCalls = 648 +VariableMetric: Iteration # 76 - FCN = -718270.2222819 Edm = 0.00650799 NCalls = 650 +VariableMetric: Iteration # 77 - FCN = -718270.2776253 Edm = 0.103156 NCalls = 653 +VariableMetric: Iteration # 78 - FCN = -718270.3389791 Edm = 0.0583842 NCalls = 657 +VariableMetric: Iteration # 79 - FCN = -718270.5616955 Edm = 0.17934 NCalls = 662 +VariableMetric: Iteration # 80 - FCN = -718275.1275166 Edm = 0.428275 NCalls = 667 +VariableMetric: Iteration # 81 - FCN = -718275.5798509 Edm = 0.706635 NCalls = 669 +VariableMetric: Iteration # 82 - FCN = -718275.9846903 Edm = 0.273457 NCalls = 671 +VariableMetric: Iteration # 83 - FCN = -718276.7700857 Edm = 0.122212 NCalls = 674 +VariableMetric: Iteration # 84 - FCN = -718276.9417838 Edm = 0.0495221 NCalls = 676 +VariableMetric: Iteration # 85 - FCN = -718277.1168116 Edm = 0.0462685 NCalls = 678 +VariableMetric: Iteration # 86 - FCN = -718277.1837421 Edm = 0.012286 NCalls = 680 +VariableMetric: Iteration # 87 - FCN = -718277.2421085 Edm = 0.0265307 NCalls = 682 +VariableMetric: Iteration # 88 - FCN = -718277.2817022 Edm = 0.00102046 NCalls = 684 +VariableMetric: Iteration # 89 - FCN = -718277.2827534 Edm = 0.000211308 NCalls = 685 +VariableMetric: Iteration # 90 - FCN = -718277.2837946 Edm = 0.000940025 NCalls = 688 +VariableMetric: Iteration # 91 - FCN = -718277.288652 Edm = 0.000323373 NCalls = 692 +VariableMetric: Iteration # 92 - FCN = -718277.2893036 Edm = 0.000334143 NCalls = 694 +VariableMetric: Iteration # 93 - FCN = -718277.3045276 Edm = 0.00306569 NCalls = 699 +VariableMetric: Iteration # 94 - FCN = -718277.3091121 Edm = 0.000544999 NCalls = 701 +VariableMetric: Iteration # 95 - FCN = -718277.3188047 Edm = 0.00434904 NCalls = 706 +VariableMetric: Iteration # 96 - FCN = -718277.3276955 Edm = 0.000394743 NCalls = 708 +VariableMetric: Iteration # 97 - FCN = -718277.3281279 Edm = 0.000155098 NCalls = 710 +VariableMetric: Iteration # 98 - FCN = -718277.3284544 Edm = 0.000267267 NCalls = 712 +VariableMetric: Iteration # 99 - FCN = -718277.3335378 Edm = 0.00356468 NCalls = 717 +VariableMetric: Iteration # 100 - FCN = -718277.3432239 Edm = 0.00114387 NCalls = 720 +VariableMetric: Iteration # 101 - FCN = -718277.3441295 Edm = 0.000110756 NCalls = 722 +VariableMetric: Iteration # 102 - FCN = -718277.344347 Edm = 9.97874e-05 NCalls = 724 +VariableMetric: Iteration # 103 - FCN = -718277.3454078 Edm = 0.000187556 NCalls = 727 +VariableMetric: Iteration # 104 - FCN = -718277.345678 Edm = 1.86894e-05 NCalls = 729 +VariableMetric: After Hessian - FCN = -718277.345678 Edm = 0.037931 NCalls = 1120 +VariableMetric: Iteration # 105 - FCN = -718277.345678 Edm = 0.037931 NCalls = 1120 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716231.8718124 Edm = 2.11797 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716231.8718124 Edm = 2.11797 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717557.4414514 Edm = 0.488551 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -717558.5454263 Edm = 1.17162 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -717915.0997698 Edm = 1.88186 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -717916.8843288 Edm = 0.262619 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -717926.837732 Edm = 8.76367 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -718048.0415176 Edm = 8.51606 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -718056.2288581 Edm = 0.134494 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -718056.3624176 Edm = 0.0526905 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -718057.310753 Edm = 1.02969 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -718111.8634545 Edm = 2.14181 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -718144.4986103 Edm = 3.83684 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -718155.2404776 Edm = 5.48425 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -718160.8165783 Edm = 3.58645 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -718164.7043931 Edm = 0.0910901 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -718164.8092736 Edm = 0.0147947 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -718164.947616 Edm = 0.127025 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -718176.3657998 Edm = 9.07306 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -718244.1996431 Edm = 10.5704 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -718255.6169897 Edm = 0.183181 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -718255.7774785 Edm = 0.00865859 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -718255.7873619 Edm = 0.0019958 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -718255.8127146 Edm = 0.0180752 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -718260.4776936 Edm = 3.24608 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -718274.1965632 Edm = 0.992635 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -718275.8047643 Edm = 0.14401 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -718275.9474393 Edm = 0.00620752 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -718275.9533544 Edm = 0.00160889 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -718275.9643875 Edm = 0.0103049 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -718276.907085 Edm = 0.83539 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -718283.2931204 Edm = 0.17804 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -718283.4602959 Edm = 0.00552284 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -718283.4670412 Edm = 0.000344483 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -718283.4703937 Edm = 0.00285883 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -718283.978939 Edm = 0.533546 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -718285.5104271 Edm = 0.819743 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -718287.4804709 Edm = 0.0170295 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -718287.500479 Edm = 0.000185131 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -718287.5008335 Edm = 0.000171627 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -718287.5520331 Edm = 0.0515102 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -718287.7155539 Edm = 0.0111026 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -718289.0483341 Edm = 0.311616 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -718289.8697296 Edm = 0.00913493 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -718289.8799604 Edm = 0.000292287 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -718289.8803013 Edm = 3.46097e-05 NCalls = 149 +VariableMetric: After Hessian - FCN = -718289.8803013 Edm = 672.305 NCalls = 506 +VariableMetric: Iteration # 45 - FCN = -718289.8803013 Edm = 672.305 NCalls = 506 +VariableMetric: Iteration # 46 - FCN = -718294.2843705 Edm = 203.01 NCalls = 512 +VariableMetric: Iteration # 47 - FCN = -718300.2307261 Edm = 2.43429 NCalls = 513 +VariableMetric: Iteration # 48 - FCN = -718301.1029435 Edm = 0.191987 NCalls = 515 +VariableMetric: Iteration # 49 - FCN = -718301.521876 Edm = 0.171956 NCalls = 518 +VariableMetric: Iteration # 50 - FCN = -718301.8112635 Edm = 0.122351 NCalls = 520 +VariableMetric: Iteration # 51 - FCN = -718302.1707199 Edm = 0.134429 NCalls = 523 +VariableMetric: Iteration # 52 - FCN = -718302.446522 Edm = 0.119275 NCalls = 526 +VariableMetric: Iteration # 53 - FCN = -718302.6764859 Edm = 0.135107 NCalls = 529 +VariableMetric: Iteration # 54 - FCN = -718302.742309 Edm = 0.0374178 NCalls = 530 +VariableMetric: Iteration # 55 - FCN = -718302.8015497 Edm = 0.0141953 NCalls = 532 +VariableMetric: Iteration # 56 - FCN = -718302.8328548 Edm = 0.0270937 NCalls = 535 +VariableMetric: Iteration # 57 - FCN = -718302.8718123 Edm = 0.0198073 NCalls = 538 +VariableMetric: Iteration # 58 - FCN = -718302.9002521 Edm = 0.0168699 NCalls = 541 +VariableMetric: Iteration # 59 - FCN = -718302.9323738 Edm = 0.0127712 NCalls = 543 +VariableMetric: Iteration # 60 - FCN = -718302.9466117 Edm = 0.0187937 NCalls = 544 +VariableMetric: Iteration # 61 - FCN = -718302.9637054 Edm = 0.00751177 NCalls = 547 +VariableMetric: Iteration # 62 - FCN = -718302.9736713 Edm = 0.00843095 NCalls = 550 +VariableMetric: Iteration # 63 - FCN = -718302.9800927 Edm = 0.00383802 NCalls = 552 +VariableMetric: Iteration # 64 - FCN = -718302.9877641 Edm = 0.00129119 NCalls = 556 +VariableMetric: Iteration # 65 - FCN = -718302.9911229 Edm = 0.00125385 NCalls = 559 +VariableMetric: Iteration # 66 - FCN = -718302.9935405 Edm = 0.00263715 NCalls = 562 +VariableMetric: Iteration # 67 - FCN = -718302.9967225 Edm = 0.00217176 NCalls = 564 +VariableMetric: Iteration # 68 - FCN = -718303.0000265 Edm = 0.00123476 NCalls = 567 +VariableMetric: Iteration # 69 - FCN = -718303.0016727 Edm = 0.000777358 NCalls = 569 +VariableMetric: Iteration # 70 - FCN = -718303.0029947 Edm = 0.00063414 NCalls = 572 +VariableMetric: Iteration # 71 - FCN = -718303.0054897 Edm = 0.00196519 NCalls = 575 +VariableMetric: Iteration # 72 - FCN = -718303.0111713 Edm = 0.00646225 NCalls = 582 +VariableMetric: Iteration # 73 - FCN = -718303.0219493 Edm = 0.0183341 NCalls = 586 +VariableMetric: Iteration # 74 - FCN = -718303.0326267 Edm = 0.012532 NCalls = 590 +VariableMetric: Iteration # 75 - FCN = -718303.0585509 Edm = 0.0228498 NCalls = 594 +VariableMetric: Iteration # 76 - FCN = -718303.0784169 Edm = 0.00746321 NCalls = 597 +VariableMetric: Iteration # 77 - FCN = -718303.0845655 Edm = 0.00248801 NCalls = 598 +VariableMetric: Iteration # 78 - FCN = -718303.0907493 Edm = 0.00291706 NCalls = 600 +VariableMetric: Iteration # 79 - FCN = -718303.1005128 Edm = 0.00616349 NCalls = 603 +VariableMetric: Iteration # 80 - FCN = -718303.1070558 Edm = 0.00349134 NCalls = 605 +VariableMetric: Iteration # 81 - FCN = -718303.1128148 Edm = 0.00106277 NCalls = 607 +VariableMetric: Iteration # 82 - FCN = -718303.1147538 Edm = 0.000862505 NCalls = 609 +VariableMetric: Iteration # 83 - FCN = -718303.1153661 Edm = 0.000301572 NCalls = 612 +VariableMetric: Iteration # 84 - FCN = -718303.1158848 Edm = 5.16088e-05 NCalls = 614 +VariableMetric: After Hessian - FCN = -718303.1158848 Edm = 0.00011067 NCalls = 977 +VariableMetric: Iteration # 85 - FCN = -718303.1158848 Edm = 0.00011067 NCalls = 977 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712934.4000532 Edm = 3.17232 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712934.4000532 Edm = 3.17232 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714541.1073468 Edm = 12.1831 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714991.6523718 Edm = 1056.11 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -716525.0025852 Edm = 40.8631 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -716545.6036384 Edm = 3.77354 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -716548.7326844 Edm = 0.185745 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -716562.6706405 Edm = 16.0302 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -716572.9771163 Edm = 10.431 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -716616.149573 Edm = 41.3013 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -716936.1771514 Edm = 80.1251 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -717044.3956936 Edm = 62.7646 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -717072.4933048 Edm = 0.0985377 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -717072.6457368 Edm = 0.0718555 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -717085.5279427 Edm = 11.3886 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -717328.364538 Edm = 5.68295 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -717335.3434168 Edm = 0.144797 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -717335.4736337 Edm = 0.00743201 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -717335.536762 Edm = 0.0560951 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -717344.0859328 Edm = 7.72241 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -717407.4247323 Edm = 5.51858 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -717414.2744565 Edm = 0.20972 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -717427.3337001 Edm = 36.7543 NCalls = 86 +VariableMetric: Iteration # 22 - FCN = -717431.128859 Edm = 6.46084 NCalls = 89 +VariableMetric: Iteration # 23 - FCN = -717447.1726903 Edm = 12.9008 NCalls = 92 +VariableMetric: Iteration # 24 - FCN = -717467.5528137 Edm = 1.28582 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -717468.7919521 Edm = 0.0292586 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -717468.8181517 Edm = 0.00239201 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -717468.8985525 Edm = 0.0769971 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -717478.2605061 Edm = 6.17376 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -717510.093722 Edm = 1.83882 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -717511.5379209 Edm = 0.139263 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -717511.7570644 Edm = 0.0243322 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -717511.7930322 Edm = 0.00421875 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -717511.802838 Edm = 0.00482175 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -717512.0759854 Edm = 0.192449 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -717544.9404427 Edm = 24.3163 NCalls = 132 +VariableMetric: Iteration # 36 - FCN = -717544.9404427 Edm = 24.3163 NCalls = 143 +VariableMetric: After Hessian - FCN = -717544.9404427 Edm = 7045.02 NCalls = 494 +VariableMetric: Iteration # 37 - FCN = -717544.9404427 Edm = 7045.02 NCalls = 494 +VariableMetric: Iteration # 38 - FCN = -717552.3580192 Edm = 389332 NCalls = 505 +VariableMetric: Iteration # 39 - FCN = -717590.4910887 Edm = 1.38624e+06 NCalls = 516 +VariableMetric: Iteration # 40 - FCN = -717971.0049608 Edm = 3.9799e+06 NCalls = 525 +VariableMetric: Iteration # 41 - FCN = -718038.2527074 Edm = 293433 NCalls = 535 +VariableMetric: Iteration # 42 - FCN = -718109.8154355 Edm = 50985.2 NCalls = 545 +VariableMetric: Iteration # 43 - FCN = -718160.5673799 Edm = 6757.37 NCalls = 552 +VariableMetric: Iteration # 44 - FCN = -718165.3686605 Edm = 1411.66 NCalls = 557 +VariableMetric: Iteration # 45 - FCN = -718209.2902319 Edm = 55047.6 NCalls = 560 +VariableMetric: Iteration # 46 - FCN = -718217.2875042 Edm = 1994.28 NCalls = 563 +VariableMetric: Iteration # 47 - FCN = -718222.4271698 Edm = 1088.45 NCalls = 566 +VariableMetric: Iteration # 48 - FCN = -718230.9895044 Edm = 172.251 NCalls = 569 +VariableMetric: Iteration # 49 - FCN = -718231.748131 Edm = 204.076 NCalls = 572 +VariableMetric: Iteration # 50 - FCN = -718236.5737088 Edm = 141.394 NCalls = 574 +VariableMetric: Iteration # 51 - FCN = -718242.0913238 Edm = 50.1889 NCalls = 576 +VariableMetric: Iteration # 52 - FCN = -718246.8219709 Edm = 44.6809 NCalls = 578 +VariableMetric: Iteration # 53 - FCN = -718249.5487632 Edm = 26.0925 NCalls = 580 +VariableMetric: Iteration # 54 - FCN = -718267.5077542 Edm = 93.1912 NCalls = 582 +VariableMetric: Iteration # 55 - FCN = -718272.0638703 Edm = 23.5071 NCalls = 584 +VariableMetric: Iteration # 56 - FCN = -718273.8894686 Edm = 8.41687 NCalls = 586 +VariableMetric: Iteration # 57 - FCN = -718275.8544657 Edm = 10.207 NCalls = 588 +VariableMetric: Iteration # 58 - FCN = -718276.630047 Edm = 1.23422 NCalls = 590 +VariableMetric: Iteration # 59 - FCN = -718277.5137797 Edm = 0.203644 NCalls = 592 +VariableMetric: Iteration # 60 - FCN = -718277.699248 Edm = 0.174233 NCalls = 594 +VariableMetric: Iteration # 61 - FCN = -718277.7802837 Edm = 0.0793708 NCalls = 595 +VariableMetric: Iteration # 62 - FCN = -718277.8659865 Edm = 0.0838692 NCalls = 597 +VariableMetric: Iteration # 63 - FCN = -718278.0524656 Edm = 0.148114 NCalls = 600 +VariableMetric: Iteration # 64 - FCN = -718278.3197018 Edm = 0.327429 NCalls = 603 +VariableMetric: Iteration # 65 - FCN = -718278.6851208 Edm = 0.472294 NCalls = 606 +VariableMetric: Iteration # 66 - FCN = -718279.1879331 Edm = 0.173439 NCalls = 609 +VariableMetric: Iteration # 67 - FCN = -718279.4581196 Edm = 0.116094 NCalls = 612 +VariableMetric: Iteration # 68 - FCN = -718279.7105706 Edm = 0.163315 NCalls = 615 +VariableMetric: Iteration # 69 - FCN = -718279.8197075 Edm = 0.0921609 NCalls = 617 +VariableMetric: Iteration # 70 - FCN = -718279.9281129 Edm = 0.0324865 NCalls = 619 +VariableMetric: Iteration # 71 - FCN = -718279.9776723 Edm = 0.0333268 NCalls = 621 +VariableMetric: Iteration # 72 - FCN = -718280.0195193 Edm = 0.0209455 NCalls = 624 +VariableMetric: Iteration # 73 - FCN = -718280.0572654 Edm = 0.0251176 NCalls = 626 +VariableMetric: Iteration # 74 - FCN = -718280.1564445 Edm = 0.0754897 NCalls = 630 +VariableMetric: Iteration # 75 - FCN = -718280.3372815 Edm = 0.06254 NCalls = 633 +VariableMetric: Iteration # 76 - FCN = -718280.4266528 Edm = 0.0135899 NCalls = 635 +VariableMetric: Iteration # 77 - FCN = -718280.4352555 Edm = 0.0178903 NCalls = 637 +VariableMetric: Iteration # 78 - FCN = -718280.4512311 Edm = 0.0103233 NCalls = 640 +VariableMetric: Iteration # 79 - FCN = -718280.488121 Edm = 0.0125251 NCalls = 643 +VariableMetric: Iteration # 80 - FCN = -718280.5148398 Edm = 0.0091112 NCalls = 645 +VariableMetric: Iteration # 81 - FCN = -718280.523574 Edm = 0.0119069 NCalls = 646 +VariableMetric: Iteration # 82 - FCN = -718280.5329634 Edm = 0.00331587 NCalls = 649 +VariableMetric: Iteration # 83 - FCN = -718280.5389916 Edm = 0.00171021 NCalls = 651 +VariableMetric: Iteration # 84 - FCN = -718280.5405132 Edm = 0.000678092 NCalls = 653 +VariableMetric: Iteration # 85 - FCN = -718280.5412049 Edm = 0.000121708 NCalls = 655 +VariableMetric: Iteration # 86 - FCN = -718280.5414246 Edm = 4.85639e-05 NCalls = 657 +VariableMetric: After Hessian - FCN = -718280.5414246 Edm = 0.0352734 NCalls = 1034 +VariableMetric: Iteration # 87 - FCN = -718280.5414246 Edm = 0.0352734 NCalls = 1034 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714436.1838972 Edm = 2.22022 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714436.1838972 Edm = 2.22022 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717378.5694296 Edm = 1.36922 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -717400.3444592 Edm = 0.312543 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -717400.6176859 Edm = 0.147848 NCalls = 13 +VariableMetric: Iteration # 4 - FCN = -717402.522756 Edm = 0.0246815 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -717402.607484 Edm = 0.062193 NCalls = 18 +VariableMetric: Iteration # 6 - FCN = -717427.9150956 Edm = 2.07314 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -717432.4713534 Edm = 0.250302 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -717432.8150503 Edm = 0.130195 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -717561.1785217 Edm = 131.549 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -717565.2404881 Edm = 1.51671 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -717567.8421031 Edm = 2.68379 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -717583.9671574 Edm = 12.7378 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -717584.715221 Edm = 3.34388 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -717610.5493179 Edm = 0.571841 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -717611.1088953 Edm = 0.0718773 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -717611.3527914 Edm = 0.17469 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -717614.3662852 Edm = 2.50365 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -717648.2418919 Edm = 8.11952 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -717664.2887077 Edm = 5.65981 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -717680.5007289 Edm = 0.622198 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -717681.3678053 Edm = 3.53638 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -717683.9038347 Edm = 2.35945 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -717685.5682275 Edm = 5.96163 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -717693.6885745 Edm = 0.100825 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -717693.7842889 Edm = 0.0103195 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -717693.7959848 Edm = 0.00296258 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -717693.8210203 Edm = 0.0176554 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -717699.0298073 Edm = 3.89496 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -717704.9755785 Edm = 0.0682448 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -717705.0510734 Edm = 0.0113298 NCalls = 110 +VariableMetric: Iteration # 31 - FCN = -717705.0982299 Edm = 0.0146415 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -717705.1829412 Edm = 0.0476338 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -717719.5379166 Edm = 3.38337 NCalls = 125 +VariableMetric: Iteration # 34 - FCN = -717719.5379166 Edm = 3.38337 NCalls = 136 +VariableMetric: After Hessian - FCN = -717719.5379166 Edm = 746348 NCalls = 487 +VariableMetric: Iteration # 35 - FCN = -717719.5379166 Edm = 746348 NCalls = 487 +VariableMetric: Iteration # 36 - FCN = -717791.8258764 Edm = 4.95753e+06 NCalls = 497 +VariableMetric: Iteration # 37 - FCN = -717791.8258764 Edm = 4.95753e+06 NCalls = 508 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710804.7051464 Edm = 4.57022 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710804.7051464 Edm = 4.57022 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714477.4517344 Edm = 1.78012 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -714494.5367376 Edm = 16.661 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -714548.4386575 Edm = 48.169 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -716878.1171606 Edm = 19.7353 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -717117.3683338 Edm = 11.4809 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -717132.2174655 Edm = 3.17064 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -717134.2740656 Edm = 0.953084 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -717713.6118937 Edm = 16.9118 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -717725.2178919 Edm = 4.12685 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -717727.9444865 Edm = 0.035411 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -717728.043036 Edm = 0.0773358 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -717736.0254244 Edm = 8.81596 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -717736.2070318 Edm = 0.158179 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -717779.2278172 Edm = 1.09373 NCalls = 61 +VariableMetric: Iteration # 15 - FCN = -717867.9893755 Edm = 2.73968 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -717871.4098404 Edm = 0.0588544 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -717871.4817392 Edm = 0.00904689 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -717871.6025871 Edm = 0.113758 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -717883.7536132 Edm = 3.73794 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -717932.6555451 Edm = 20.0918 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -717989.9823962 Edm = 0.416236 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -717990.4332466 Edm = 0.015717 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -717990.4502092 Edm = 0.00280639 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -717990.4722933 Edm = 0.0169747 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -717991.5277362 Edm = 0.856571 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -718032.9942774 Edm = 6.52055 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -718042.5267817 Edm = 1.2857 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -718046.5907929 Edm = 1.92821 NCalls = 106 +VariableMetric: Iteration # 29 - FCN = -718049.6065287 Edm = 3.17648 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -718051.9047637 Edm = 3.55357 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -718056.7709213 Edm = 1.55089 NCalls = 116 +VariableMetric: Iteration # 32 - FCN = -718058.3199889 Edm = 0.0761198 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -718058.3958269 Edm = 0.00683652 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -718058.4030895 Edm = 0.00375349 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -718058.427403 Edm = 0.0203589 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -718058.9729457 Edm = 0.434526 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -718084.5276905 Edm = 7.9259 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -718092.7515544 Edm = 0.283554 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -718092.9899297 Edm = 0.0190423 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -718093.0123581 Edm = 0.00285759 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -718093.016797 Edm = 0.0031233 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -718093.0805093 Edm = 0.0654075 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -718095.837013 Edm = 0.107361 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -718114.6166356 Edm = 1.51883 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -718116.7723231 Edm = 0.0684785 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -718116.8528107 Edm = 0.00292389 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -718116.856602 Edm = 0.00122909 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -718116.8725025 Edm = 0.015243 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -718118.3707588 Edm = 0.110311 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -718130.8846064 Edm = 4.1348 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -718141.4779297 Edm = 0.947509 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -718142.4457911 Edm = 0.100238 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -718142.5460541 Edm = 0.0176864 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -718142.5682675 Edm = 0.00162538 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -718142.5709739 Edm = 0.000844536 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -718142.5841817 Edm = 0.0114492 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -718142.6136277 Edm = 0.0282794 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -718161.7885315 Edm = 10.5096 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -718170.4724031 Edm = 12.0577 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -718177.9434033 Edm = 2.52424 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -718179.9571681 Edm = 0.727452 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -718180.6897479 Edm = 0.284107 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -718181.8308012 Edm = 0.559007 NCalls = 212 +VariableMetric: Iteration # 64 - FCN = -718182.5087088 Edm = 0.551759 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -718182.7488352 Edm = 0.0944121 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -718182.8647911 Edm = 0.00826253 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -718182.874138 Edm = 0.00123371 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -718182.8805128 Edm = 0.00587169 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -718183.032128 Edm = 0.151171 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -718185.9052498 Edm = 1.95294 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -718198.9513017 Edm = 2.40237 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -718201.3609775 Edm = 0.337705 NCalls = 238 +VariableMetric: Iteration # 73 - FCN = -718201.7471421 Edm = 0.031723 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -718201.7822573 Edm = 0.00265006 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -718201.7843986 Edm = 0.000606203 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -718201.7866777 Edm = 0.00159539 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -718201.8294165 Edm = 0.0388247 NCalls = 250 +VariableMetric: Iteration # 78 - FCN = -718202.6741833 Edm = 0.779161 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -718220.9728277 Edm = 3.74443 NCalls = 258 +VariableMetric: Iteration # 80 - FCN = -718224.6611936 Edm = 0.17473 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -718224.8613169 Edm = 0.0129511 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -718224.8794416 Edm = 0.00135209 NCalls = 264 +VariableMetric: Iteration # 83 - FCN = -718224.8815844 Edm = 0.000908972 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -718224.885019 Edm = 0.00320545 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -718225.3582199 Edm = 0.44958 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -718231.0701619 Edm = 4.04734 NCalls = 279 +VariableMetric: Iteration # 87 - FCN = -718258.8996773 Edm = 7.85464 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -718270.6826178 Edm = 1.45526 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -718272.5812319 Edm = 0.132689 NCalls = 288 +VariableMetric: Iteration # 90 - FCN = -718272.7744596 Edm = 0.0444757 NCalls = 290 +VariableMetric: Iteration # 91 - FCN = -718272.8257575 Edm = 0.0180955 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -718272.8538392 Edm = 0.00226467 NCalls = 294 +VariableMetric: Iteration # 93 - FCN = -718272.8572394 Edm = 0.000687382 NCalls = 296 +VariableMetric: Iteration # 94 - FCN = -718272.860173 Edm = 0.00219148 NCalls = 298 +VariableMetric: Iteration # 95 - FCN = -718272.9177161 Edm = 0.0549725 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -718275.6853751 Edm = 2.276 NCalls = 307 +VariableMetric: Iteration # 97 - FCN = -718289.3815125 Edm = 5.83174 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -718293.1902923 Edm = 4.89005 NCalls = 313 +VariableMetric: Iteration # 99 - FCN = -718295.4948302 Edm = 0.129664 NCalls = 315 +VariableMetric: Iteration # 100 - FCN = -718295.6111621 Edm = 0.0127225 NCalls = 316 +VariableMetric: Iteration # 101 - FCN = -718295.6263913 Edm = 0.00165944 NCalls = 318 +VariableMetric: Iteration # 102 - FCN = -718295.628797 Edm = 0.00032407 NCalls = 320 +VariableMetric: Iteration # 103 - FCN = -718295.6294254 Edm = 0.000243708 NCalls = 322 +VariableMetric: Iteration # 104 - FCN = -718295.6320273 Edm = 0.00234502 NCalls = 325 +VariableMetric: Iteration # 105 - FCN = -718295.9404624 Edm = 0.291659 NCalls = 330 +VariableMetric: Iteration # 106 - FCN = -718300.8601379 Edm = 0.620863 NCalls = 335 +VariableMetric: Iteration # 107 - FCN = -718301.5000828 Edm = 0.0255949 NCalls = 336 +VariableMetric: Iteration # 108 - FCN = -718301.5306027 Edm = 0.00147392 NCalls = 338 +VariableMetric: Iteration # 109 - FCN = -718301.5322743 Edm = 6.03371e-05 NCalls = 340 +VariableMetric: After Hessian - FCN = -718301.5322743 Edm = 1.78166 NCalls = 697 +VariableMetric: Iteration # 110 - FCN = -718301.5322743 Edm = 1.78166 NCalls = 697 +VariableMetric: Iteration # 111 - FCN = -718303.1969408 Edm = 0.0709115 NCalls = 699 +VariableMetric: Iteration # 112 - FCN = -718303.3019639 Edm = 0.0392644 NCalls = 701 +VariableMetric: Iteration # 113 - FCN = -718303.3610125 Edm = 0.0279174 NCalls = 704 +VariableMetric: Iteration # 114 - FCN = -718303.3945157 Edm = 0.0215122 NCalls = 706 +VariableMetric: Iteration # 115 - FCN = -718303.4260123 Edm = 0.0138917 NCalls = 711 +VariableMetric: Iteration # 116 - FCN = -718303.4517276 Edm = 0.0116531 NCalls = 713 +VariableMetric: Iteration # 117 - FCN = -718303.4597746 Edm = 0.00799749 NCalls = 715 +VariableMetric: Iteration # 118 - FCN = -718303.4690905 Edm = 0.00187276 NCalls = 718 +VariableMetric: Iteration # 119 - FCN = -718303.4743713 Edm = 0.00125557 NCalls = 721 +VariableMetric: Iteration # 120 - FCN = -718303.4761713 Edm = 0.000250679 NCalls = 723 +VariableMetric: Iteration # 121 - FCN = -718303.4764687 Edm = 3.09915e-05 NCalls = 725 +VariableMetric: After Hessian - FCN = -718303.4764687 Edm = 4.96721e-05 NCalls = 1088 +VariableMetric: Iteration # 122 - FCN = -718303.4764687 Edm = 4.96721e-05 NCalls = 1088 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709914.9494558 Edm = 13.7854 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709914.9494558 Edm = 13.7854 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713782.7331469 Edm = 6.19569 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -713858.8788627 Edm = 5.03366 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -714742.0416633 Edm = 832.783 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -715488.4515308 Edm = 124.836 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -715581.1060722 Edm = 1.59286 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -715586.6635611 Edm = 2.61891 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -715869.8531084 Edm = 11.1342 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -715887.2315621 Edm = 0.605638 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -715887.8158197 Edm = 0.0673854 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -715888.7603761 Edm = 0.899 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -715952.8959952 Edm = 40.282 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -716084.0418542 Edm = 65.9337 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -716133.1211065 Edm = 15.5251 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -716160.1695927 Edm = 1.59333 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -716162.6439386 Edm = 1.64678 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -716169.5940819 Edm = 6.21686 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -716170.8460418 Edm = 7.47753 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -716187.5720676 Edm = 2.43849 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -716189.7224933 Edm = 0.762058 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -716190.3212828 Edm = 0.0198041 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -716190.9015713 Edm = 0.578108 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -716214.6904684 Edm = 10.141 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -716249.8636482 Edm = 1.92022 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -716253.5803212 Edm = 1.29889 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -716267.0025386 Edm = 11.0063 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -716267.8246187 Edm = 6.35189 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -716274.9804507 Edm = 6.41114 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -716286.6341183 Edm = 1.0559 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -716287.4904485 Edm = 0.0961904 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -716287.5690604 Edm = 0.00917749 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -716287.7191752 Edm = 0.131142 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -716316.7262135 Edm = 11.471 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -716331.3011892 Edm = 0.722141 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -716332.544314 Edm = 0.0223873 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -716332.5889504 Edm = 0.0348102 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -716333.2412279 Edm = 0.628021 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -716334.3902706 Edm = 1.12733 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -716456.9014187 Edm = 30.0997 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -716496.4867667 Edm = 6.24048 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -716499.3656202 Edm = 0.304204 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -716499.7250057 Edm = 0.0399926 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -716499.8504595 Edm = 0.0389778 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -716499.9529818 Edm = 0.0212642 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -716499.9999625 Edm = 0.0353867 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -716501.0803259 Edm = 1.15054 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -716501.174114 Edm = 0.0839667 NCalls = 162 +VariableMetric: Iteration # 47 - FCN = -716510.9056348 Edm = 10.377 NCalls = 169 +VariableMetric: Iteration # 48 - FCN = -716510.9733775 Edm = 0.0233463 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -716511.1315947 Edm = 0.147611 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -716514.0305207 Edm = 12.2966 NCalls = 185 +VariableMetric: Iteration # 51 - FCN = -716514.2282324 Edm = 0.564977 NCalls = 188 +VariableMetric: Iteration # 52 - FCN = -716515.3960016 Edm = 1.03165 NCalls = 191 +VariableMetric: Iteration # 53 - FCN = -716522.4385688 Edm = 14.0446 NCalls = 197 +VariableMetric: Iteration # 54 - FCN = -716522.8407742 Edm = 0.789488 NCalls = 200 +VariableMetric: Iteration # 55 - FCN = -716541.6122609 Edm = 8.31602 NCalls = 205 +VariableMetric: Iteration # 56 - FCN = -716557.8028801 Edm = 3.30437 NCalls = 207 +VariableMetric: Iteration # 57 - FCN = -716560.7359976 Edm = 0.284929 NCalls = 209 +VariableMetric: Iteration # 58 - FCN = -716561.0286598 Edm = 0.0339368 NCalls = 211 +VariableMetric: Iteration # 59 - FCN = -716561.1535017 Edm = 0.0881784 NCalls = 213 +VariableMetric: Iteration # 60 - FCN = -716564.4085584 Edm = 2.75392 NCalls = 217 +VariableMetric: Iteration # 61 - FCN = -716660.8312334 Edm = 100.931 NCalls = 228 +VariableMetric: Iteration # 62 - FCN = -716663.7047325 Edm = 18.6435 NCalls = 230 +VariableMetric: Iteration # 63 - FCN = -716934.7238631 Edm = 66.3853 NCalls = 241 +VariableMetric: Iteration # 64 - FCN = -717427.647626 Edm = 370.588 NCalls = 252 +VariableMetric: Iteration # 65 - FCN = -717580.3052001 Edm = 686.935 NCalls = 254 +VariableMetric: Iteration # 66 - FCN = -717880.5333133 Edm = 40.1049 NCalls = 259 +VariableMetric: Iteration # 67 - FCN = -717923.1910527 Edm = 14.4011 NCalls = 262 +VariableMetric: Iteration # 68 - FCN = -717949.6522076 Edm = 13.1274 NCalls = 265 +VariableMetric: Iteration # 69 - FCN = -717973.2400652 Edm = 31.3153 NCalls = 268 +VariableMetric: Iteration # 70 - FCN = -717986.6585948 Edm = 11.7342 NCalls = 272 +VariableMetric: Iteration # 71 - FCN = -717998.5009384 Edm = 8.3661 NCalls = 274 +VariableMetric: Iteration # 72 - FCN = -718004.9444544 Edm = 1.25873 NCalls = 276 +VariableMetric: Iteration # 73 - FCN = -718009.1340901 Edm = 0.441243 NCalls = 279 +VariableMetric: Iteration # 74 - FCN = -718009.7196376 Edm = 0.058728 NCalls = 281 +VariableMetric: Iteration # 75 - FCN = -718009.848849 Edm = 0.0915179 NCalls = 283 +VariableMetric: Iteration # 76 - FCN = -718010.6884092 Edm = 0.198706 NCalls = 287 +VariableMetric: Iteration # 77 - FCN = -718011.2753659 Edm = 0.236834 NCalls = 289 +VariableMetric: Iteration # 78 - FCN = -718013.1211631 Edm = 1.38032 NCalls = 293 +VariableMetric: Iteration # 79 - FCN = -718029.240891 Edm = 11.314 NCalls = 296 +VariableMetric: Iteration # 80 - FCN = -718076.6742272 Edm = 11.2244 NCalls = 301 +VariableMetric: Iteration # 81 - FCN = -718098.9548214 Edm = 8.18764 NCalls = 304 +VariableMetric: Iteration # 82 - FCN = -718119.1155922 Edm = 15.6606 NCalls = 307 +VariableMetric: Iteration # 83 - FCN = -718137.5772493 Edm = 7.10869 NCalls = 310 +VariableMetric: Iteration # 84 - FCN = -718148.3508953 Edm = 2.36064 NCalls = 312 +VariableMetric: Iteration # 85 - FCN = -718151.7203849 Edm = 3.21028 NCalls = 314 +VariableMetric: Iteration # 86 - FCN = -718152.7808747 Edm = 0.28588 NCalls = 316 +VariableMetric: Iteration # 87 - FCN = -718153.321414 Edm = 0.0832018 NCalls = 319 +VariableMetric: Iteration # 88 - FCN = -718153.4299526 Edm = 0.016582 NCalls = 321 +VariableMetric: Iteration # 89 - FCN = -718153.4544364 Edm = 0.00538482 NCalls = 323 +VariableMetric: Iteration # 90 - FCN = -718153.4834072 Edm = 0.0248062 NCalls = 326 +VariableMetric: Iteration # 91 - FCN = -718153.7356991 Edm = 0.225137 NCalls = 331 +VariableMetric: Iteration # 92 - FCN = -718157.2985891 Edm = 3.82655 NCalls = 334 +VariableMetric: Iteration # 93 - FCN = -718179.7428411 Edm = 10.5466 NCalls = 340 +VariableMetric: Iteration # 94 - FCN = -718198.7480998 Edm = 13.4341 NCalls = 342 +VariableMetric: Iteration # 95 - FCN = -718203.0739789 Edm = 0.698324 NCalls = 344 +VariableMetric: Iteration # 96 - FCN = -718203.9665865 Edm = 0.357556 NCalls = 346 +VariableMetric: Iteration # 97 - FCN = -718204.8057513 Edm = 0.133341 NCalls = 350 +VariableMetric: Iteration # 98 - FCN = -718205.1055111 Edm = 0.0725854 NCalls = 352 +VariableMetric: Iteration # 99 - FCN = -718205.5630009 Edm = 0.34679 NCalls = 356 +VariableMetric: Iteration # 100 - FCN = -718205.8365168 Edm = 0.143467 NCalls = 358 +VariableMetric: Iteration # 101 - FCN = -718206.0129904 Edm = 0.0706464 NCalls = 360 +VariableMetric: Iteration # 102 - FCN = -718206.0510498 Edm = 0.0219999 NCalls = 362 +VariableMetric: Iteration # 103 - FCN = -718206.0772826 Edm = 0.00279427 NCalls = 364 +VariableMetric: Iteration # 104 - FCN = -718206.0809161 Edm = 0.000888343 NCalls = 366 +VariableMetric: Iteration # 105 - FCN = -718206.0908561 Edm = 0.00606158 NCalls = 369 +VariableMetric: Iteration # 106 - FCN = -718206.1505403 Edm = 0.0406183 NCalls = 372 +VariableMetric: Iteration # 107 - FCN = -718207.3720937 Edm = 0.799027 NCalls = 376 +VariableMetric: Iteration # 108 - FCN = -718217.38949 Edm = 23.3082 NCalls = 382 +VariableMetric: Iteration # 109 - FCN = -718225.3255852 Edm = 6.86462 NCalls = 385 +VariableMetric: Iteration # 110 - FCN = -718229.7800458 Edm = 1.79811 NCalls = 388 +VariableMetric: Iteration # 111 - FCN = -718231.8927073 Edm = 0.129645 NCalls = 390 +VariableMetric: Iteration # 112 - FCN = -718232.1004029 Edm = 0.0295625 NCalls = 392 +VariableMetric: Iteration # 113 - FCN = -718232.16484 Edm = 0.0202659 NCalls = 396 +VariableMetric: Iteration # 114 - FCN = -718232.5673826 Edm = 4.6455 NCalls = 406 +VariableMetric: Iteration # 115 - FCN = -718232.5722114 Edm = 0.0168274 NCalls = 408 +VariableMetric: Iteration # 116 - FCN = -718232.7889487 Edm = 0.256668 NCalls = 413 +VariableMetric: Iteration # 117 - FCN = -718233.5641611 Edm = 0.949564 NCalls = 419 +VariableMetric: Iteration # 118 - FCN = -718235.1894456 Edm = 0.777257 NCalls = 424 +VariableMetric: Iteration # 119 - FCN = -718235.9810236 Edm = 0.0578105 NCalls = 426 +VariableMetric: Iteration # 120 - FCN = -718236.0611818 Edm = 0.0113824 NCalls = 428 +VariableMetric: Iteration # 121 - FCN = -718236.081364 Edm = 0.00600705 NCalls = 430 +VariableMetric: Iteration # 122 - FCN = -718236.0922106 Edm = 0.0120092 NCalls = 432 +VariableMetric: Iteration # 123 - FCN = -718236.1442627 Edm = 0.0284237 NCalls = 435 +VariableMetric: Iteration # 124 - FCN = -718236.2498033 Edm = 0.0344097 NCalls = 439 +VariableMetric: Iteration # 125 - FCN = -718236.3137537 Edm = 0.0400069 NCalls = 442 +VariableMetric: Iteration # 126 - FCN = -718236.3421548 Edm = 0.015375 NCalls = 445 +VariableMetric: Iteration # 127 - FCN = -718236.3644014 Edm = 0.00666898 NCalls = 447 +VariableMetric: Iteration # 128 - FCN = -718236.4543838 Edm = 0.0834106 NCalls = 450 +VariableMetric: Iteration # 129 - FCN = -718238.5397242 Edm = 2.23665 NCalls = 461 +VariableMetric: Iteration # 130 - FCN = -718238.9784358 Edm = 3.74765 NCalls = 463 +VariableMetric: Iteration # 131 - FCN = -718243.703584 Edm = 2.28273 NCalls = 465 +VariableMetric: Iteration # 132 - FCN = -718247.2487365 Edm = 3.13925 NCalls = 467 +VariableMetric: Iteration # 133 - FCN = -718252.2285094 Edm = 1.50667 NCalls = 470 +VariableMetric: Iteration # 134 - FCN = -718256.7911098 Edm = 1.31132 NCalls = 473 +VariableMetric: Iteration # 135 - FCN = -718258.6023102 Edm = 0.411188 NCalls = 475 +VariableMetric: Iteration # 136 - FCN = -718259.0923279 Edm = 0.0264729 NCalls = 477 +VariableMetric: Iteration # 137 - FCN = -718259.1170987 Edm = 0.00150125 NCalls = 479 +VariableMetric: Iteration # 138 - FCN = -718259.1187988 Edm = 0.000222337 NCalls = 481 +VariableMetric: Iteration # 139 - FCN = -718259.1191691 Edm = 0.000116867 NCalls = 483 +VariableMetric: Iteration # 140 - FCN = -718259.1198357 Edm = 0.000177514 NCalls = 486 +VariableMetric: Iteration # 141 - FCN = -718259.1207056 Edm = 0.000594146 NCalls = 488 +VariableMetric: Iteration # 142 - FCN = -718259.1371133 Edm = 0.0143502 NCalls = 492 +VariableMetric: Iteration # 143 - FCN = -718259.739857 Edm = 0.556677 NCalls = 496 +VariableMetric: Iteration # 144 - FCN = -718262.0645036 Edm = 0.124346 NCalls = 498 +VariableMetric: Iteration # 145 - FCN = -718262.2406045 Edm = 0.00854086 NCalls = 500 +VariableMetric: Iteration # 146 - FCN = -718262.2500919 Edm = 0.000384467 NCalls = 502 +VariableMetric: Iteration # 147 - FCN = -718262.2505079 Edm = 8.74886e-05 NCalls = 504 +VariableMetric: Iteration # 148 - FCN = -718262.250959 Edm = 0.00027691 NCalls = 507 +VariableMetric: Iteration # 149 - FCN = -718262.2591236 Edm = 0.00777422 NCalls = 511 +VariableMetric: Iteration # 150 - FCN = -718262.5547858 Edm = 0.277116 NCalls = 515 +VariableMetric: Iteration # 151 - FCN = -718264.6797045 Edm = 0.590785 NCalls = 518 +VariableMetric: Iteration # 152 - FCN = -718266.0519805 Edm = 0.298655 NCalls = 520 +VariableMetric: Iteration # 153 - FCN = -718266.3625865 Edm = 0.0383419 NCalls = 522 +VariableMetric: Iteration # 154 - FCN = -718266.3955062 Edm = 0.000968977 NCalls = 523 +VariableMetric: Iteration # 155 - FCN = -718266.3964513 Edm = 5.68013e-05 NCalls = 524 +VariableMetric: After Hessian - FCN = -718266.3964513 Edm = 4248.13 NCalls = 885 +VariableMetric: Iteration # 156 - FCN = -718266.3964513 Edm = 4248.13 NCalls = 885 +VariableMetric: Iteration # 157 - FCN = -718272.5809782 Edm = 8650.78 NCalls = 896 +VariableMetric: Iteration # 158 - FCN = -718272.9479657 Edm = 13255.2 NCalls = 901 +VariableMetric: Iteration # 159 - FCN = -718275.2269778 Edm = 12420 NCalls = 905 +VariableMetric: Iteration # 160 - FCN = -718275.8808399 Edm = 12607.7 NCalls = 909 +VariableMetric: Iteration # 161 - FCN = -718278.0555434 Edm = 1817.99 NCalls = 913 +VariableMetric: Iteration # 162 - FCN = -718279.2424442 Edm = 357.115 NCalls = 917 +VariableMetric: Iteration # 163 - FCN = -718279.61049 Edm = 130.592 NCalls = 920 +VariableMetric: Iteration # 164 - FCN = -718279.9992139 Edm = 533.302 NCalls = 923 +VariableMetric: Iteration # 165 - FCN = -718280.9811307 Edm = 23.0436 NCalls = 926 +VariableMetric: Iteration # 166 - FCN = -718282.3575089 Edm = 36.2965 NCalls = 928 +VariableMetric: Iteration # 167 - FCN = -718283.9848571 Edm = 13.6786 NCalls = 930 +VariableMetric: Iteration # 168 - FCN = -718285.2105374 Edm = 10.4478 NCalls = 932 +VariableMetric: Iteration # 169 - FCN = -718285.8531767 Edm = 11.6743 NCalls = 934 +VariableMetric: Iteration # 170 - FCN = -718286.6323496 Edm = 5.6223 NCalls = 936 +VariableMetric: Iteration # 171 - FCN = -718286.9950658 Edm = 10.7807 NCalls = 938 +VariableMetric: Iteration # 172 - FCN = -718287.6860865 Edm = 5.78593 NCalls = 940 +VariableMetric: Iteration # 173 - FCN = -718289.1244035 Edm = 52.0144 NCalls = 942 +VariableMetric: Iteration # 174 - FCN = -718290.6585885 Edm = 5.10519 NCalls = 945 +VariableMetric: Iteration # 175 - FCN = -718291.0867883 Edm = 8.9813 NCalls = 947 +VariableMetric: Iteration # 176 - FCN = -718293.066951 Edm = 16.3183 NCalls = 949 +VariableMetric: Iteration # 177 - FCN = -718296.327435 Edm = 6.96691 NCalls = 951 +VariableMetric: Iteration # 178 - FCN = -718298.1926036 Edm = 7.47477 NCalls = 953 +VariableMetric: Iteration # 179 - FCN = -718299.443379 Edm = 11.3277 NCalls = 955 +VariableMetric: Iteration # 180 - FCN = -718299.8281055 Edm = 7.75746 NCalls = 957 +VariableMetric: Iteration # 181 - FCN = -718301.8068175 Edm = 1.56457 NCalls = 959 +VariableMetric: Iteration # 182 - FCN = -718302.3241525 Edm = 0.289575 NCalls = 960 +VariableMetric: Iteration # 183 - FCN = -718302.5259716 Edm = 0.0743035 NCalls = 962 +VariableMetric: Iteration # 184 - FCN = -718302.5709757 Edm = 0.0286211 NCalls = 964 +VariableMetric: Iteration # 185 - FCN = -718302.6330058 Edm = 0.0353891 NCalls = 966 +VariableMetric: Iteration # 186 - FCN = -718302.724332 Edm = 0.0595614 NCalls = 968 +VariableMetric: Iteration # 187 - FCN = -718302.7963911 Edm = 0.044583 NCalls = 971 +VariableMetric: Iteration # 188 - FCN = -718302.8359169 Edm = 0.022287 NCalls = 974 +VariableMetric: Iteration # 189 - FCN = -718302.8571878 Edm = 0.00363271 NCalls = 976 +VariableMetric: Iteration # 190 - FCN = -718302.8637568 Edm = 0.00333466 NCalls = 978 +VariableMetric: Iteration # 191 - FCN = -718302.8671479 Edm = 0.00130208 NCalls = 980 +VariableMetric: Iteration # 192 - FCN = -718302.8707192 Edm = 0.00291043 NCalls = 983 +VariableMetric: Iteration # 193 - FCN = -718302.8807767 Edm = 0.00959177 NCalls = 987 +VariableMetric: Iteration # 194 - FCN = -718302.8940741 Edm = 0.00634224 NCalls = 990 +VariableMetric: Iteration # 195 - FCN = -718302.8992719 Edm = 0.00167889 NCalls = 992 +VariableMetric: Iteration # 196 - FCN = -718302.9007993 Edm = 0.000805345 NCalls = 995 +VariableMetric: Iteration # 197 - FCN = -718302.9016983 Edm = 0.000486447 NCalls = 997 +VariableMetric: Iteration # 198 - FCN = -718302.9028183 Edm = 0.000716437 NCalls = 999 +VariableMetric: Iteration # 199 - FCN = -718302.9052212 Edm = 0.000966391 NCalls = 1002 +VariableMetric: Iteration # 200 - FCN = -718302.9073786 Edm = 0.000498305 NCalls = 1005 +VariableMetric: Iteration # 201 - FCN = -718302.907856 Edm = 0.000401889 NCalls = 1007 +VariableMetric: Iteration # 202 - FCN = -718302.9081909 Edm = 3.00445e-05 NCalls = 1010 +VariableMetric: After Hessian - FCN = -718302.9081909 Edm = 8.88475e-05 NCalls = 1391 +VariableMetric: Iteration # 203 - FCN = -718302.9081909 Edm = 8.88475e-05 NCalls = 1391 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710809.9590307 Edm = 9.66347 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710809.9590307 Edm = 9.66347 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715180.7203795 Edm = 9.76483 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715237.5882571 Edm = 147.006 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -717281.6954598 Edm = 33.028 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -717330.4481524 Edm = 1.78268 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -717341.1639485 Edm = 6.09058 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -717647.9341972 Edm = 4.96296 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -717653.8778724 Edm = 0.0755117 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -717654.0809364 Edm = 0.130535 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -717730.0158575 Edm = 4.21328 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -717824.982184 Edm = 14.2235 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -717841.6689104 Edm = 2.12503 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -717844.1282368 Edm = 0.162986 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -717844.4928046 Edm = 0.153603 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -717877.2142459 Edm = 23.7115 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -717965.1885654 Edm = 2.19019 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -717971.3440469 Edm = 2.23099 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -717973.0951014 Edm = 0.337074 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -717973.5161968 Edm = 0.0405038 NCalls = 60 +VariableMetric: Iteration # 19 - FCN = -717973.5775295 Edm = 0.0135292 NCalls = 62 +VariableMetric: Iteration # 20 - FCN = -717973.6659782 Edm = 0.0943739 NCalls = 65 +VariableMetric: Iteration # 21 - FCN = -717975.2915518 Edm = 1.38425 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -718029.2434577 Edm = 34.2188 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -718053.898256 Edm = 6.42784 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -718061.2569704 Edm = 0.0634254 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -718061.3368984 Edm = 0.012299 NCalls = 82 +VariableMetric: Iteration # 26 - FCN = -718061.3794172 Edm = 0.00614544 NCalls = 84 +VariableMetric: Iteration # 27 - FCN = -718061.4824807 Edm = 0.102546 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -718067.2144823 Edm = 2.38964 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -718072.6460169 Edm = 4.56806 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -718076.0300072 Edm = 0.867921 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -718078.1539114 Edm = 0.072889 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -718078.2408988 Edm = 0.00460874 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -718078.2458585 Edm = 0.000862014 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -718078.2481953 Edm = 0.00138695 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -718078.270295 Edm = 0.0187683 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -718079.6128038 Edm = 1.06065 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -718087.5087878 Edm = 0.0992253 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -718087.5854277 Edm = 0.0055468 NCalls = 124 +VariableMetric: Iteration # 39 - FCN = -718087.590504 Edm = 0.000860682 NCalls = 125 +VariableMetric: Iteration # 40 - FCN = -718087.5972535 Edm = 0.00554659 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -718088.0013356 Edm = 0.338023 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -718092.7043572 Edm = 0.707066 NCalls = 136 +VariableMetric: Iteration # 43 - FCN = -718093.7248284 Edm = 0.0122965 NCalls = 138 +VariableMetric: Iteration # 44 - FCN = -718093.7363536 Edm = 0.00040835 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -718093.7372886 Edm = 0.000672243 NCalls = 141 +VariableMetric: Iteration # 46 - FCN = -718093.7770376 Edm = 0.0369477 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -718095.1315944 Edm = 0.744363 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -718101.5835117 Edm = 3.24439 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -718105.815908 Edm = 0.796419 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -718106.4082675 Edm = 0.142196 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -718106.5564947 Edm = 0.0275237 NCalls = 164 +VariableMetric: Iteration # 52 - FCN = -718106.5890601 Edm = 0.000646822 NCalls = 166 +VariableMetric: Iteration # 53 - FCN = -718106.5899556 Edm = 0.000309625 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -718106.6001464 Edm = 0.0102216 NCalls = 173 +VariableMetric: Iteration # 55 - FCN = -718106.9114169 Edm = 0.0826447 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -718108.5566142 Edm = 1.25232 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -718126.2100476 Edm = 4.14725 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -718131.9343416 Edm = 2.83595 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -718134.0000396 Edm = 0.452446 NCalls = 192 +VariableMetric: Iteration # 60 - FCN = -718134.6288646 Edm = 0.12781 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -718134.737229 Edm = 0.0108861 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -718134.7499143 Edm = 0.0011185 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -718134.7531997 Edm = 0.001873 NCalls = 201 +VariableMetric: Iteration # 64 - FCN = -718134.7849908 Edm = 0.027653 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -718140.952435 Edm = 22.5349 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -718141.0616792 Edm = 0.268732 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -718142.0483876 Edm = 0.766871 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -718144.6117368 Edm = 0.444107 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -718145.5820523 Edm = 0.186038 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -718146.1619267 Edm = 0.36699 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -718147.1046363 Edm = 1.09975 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -718148.5189595 Edm = 11375.7 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -718156.3766111 Edm = 420706 NCalls = 244 +VariableMetric: Iteration # 74 - FCN = -718169.8193484 Edm = 8547.27 NCalls = 249 +VariableMetric: Iteration # 75 - FCN = -718172.4542034 Edm = 4955.34 NCalls = 254 +VariableMetric: Iteration # 76 - FCN = -718176.801781 Edm = 337.13 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -718177.1621694 Edm = 405.698 NCalls = 262 +VariableMetric: Iteration # 78 - FCN = -718177.7769865 Edm = 231.059 NCalls = 265 +VariableMetric: Iteration # 79 - FCN = -718178.3506946 Edm = 86.1476 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -718179.8108626 Edm = 864.484 NCalls = 270 +VariableMetric: Iteration # 81 - FCN = -718180.7473897 Edm = 41.6348 NCalls = 273 +VariableMetric: Iteration # 82 - FCN = -718182.4841086 Edm = 93.9004 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -718182.9766297 Edm = 32.5854 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -718184.112606 Edm = 11.6234 NCalls = 279 +VariableMetric: Iteration # 85 - FCN = -718184.1884754 Edm = 10592.5 NCalls = 287 +VariableMetric: Iteration # 86 - FCN = -718184.7981048 Edm = 39781.7 NCalls = 293 +VariableMetric: Iteration # 87 - FCN = -718184.936533 Edm = 9258.11 NCalls = 299 +VariableMetric: Iteration # 88 - FCN = -718185.0875443 Edm = 5212.36 NCalls = 304 +VariableMetric: Iteration # 89 - FCN = -718185.2901153 Edm = 772.778 NCalls = 308 +VariableMetric: Iteration # 90 - FCN = -718185.4885191 Edm = 113.738 NCalls = 312 +VariableMetric: Iteration # 91 - FCN = -718185.5536553 Edm = 168.892 NCalls = 316 +VariableMetric: Iteration # 92 - FCN = -718185.6770537 Edm = 668.19 NCalls = 319 +VariableMetric: Iteration # 93 - FCN = -718186.0955262 Edm = 461.05 NCalls = 322 +VariableMetric: Iteration # 94 - FCN = -718186.2691192 Edm = 171.67 NCalls = 325 +VariableMetric: Iteration # 95 - FCN = -718186.3896562 Edm = 58.265 NCalls = 328 +VariableMetric: Iteration # 96 - FCN = -718186.7002604 Edm = 49.3595 NCalls = 331 +VariableMetric: Iteration # 97 - FCN = -718186.7376367 Edm = 11.5915 NCalls = 334 +VariableMetric: Iteration # 98 - FCN = -718186.7855852 Edm = 3.99946 NCalls = 337 +VariableMetric: Iteration # 99 - FCN = -718186.9053411 Edm = 2.23258 NCalls = 339 +VariableMetric: Iteration # 100 - FCN = -718186.9157956 Edm = 2.04157 NCalls = 342 +VariableMetric: Iteration # 101 - FCN = -718186.9383414 Edm = 1.15692 NCalls = 344 +VariableMetric: Iteration # 102 - FCN = -718187.0222909 Edm = 2.95365 NCalls = 346 +VariableMetric: Iteration # 103 - FCN = -718187.3294122 Edm = 0.137606 NCalls = 347 +VariableMetric: Iteration # 104 - FCN = -718187.3483659 Edm = 0.282984 NCalls = 349 +VariableMetric: Iteration # 105 - FCN = -718188.0255794 Edm = 0.814204 NCalls = 353 +VariableMetric: Iteration # 106 - FCN = -718188.946916 Edm = 0.727533 NCalls = 358 +VariableMetric: Iteration # 107 - FCN = -718189.7786573 Edm = 0.184532 NCalls = 362 +VariableMetric: Iteration # 108 - FCN = -718189.9982602 Edm = 0.0626507 NCalls = 364 +VariableMetric: Iteration # 109 - FCN = -718190.0400511 Edm = 0.0640687 NCalls = 366 +VariableMetric: Iteration # 110 - FCN = -718190.1598035 Edm = 0.0773418 NCalls = 369 +VariableMetric: Iteration # 111 - FCN = -718190.2557502 Edm = 0.0596152 NCalls = 371 +VariableMetric: Iteration # 112 - FCN = -718190.3612798 Edm = 0.0371052 NCalls = 375 +VariableMetric: Iteration # 113 - FCN = -718190.3955623 Edm = 0.0495243 NCalls = 378 +VariableMetric: Iteration # 114 - FCN = -718190.4376394 Edm = 0.00940645 NCalls = 380 +VariableMetric: Iteration # 115 - FCN = -718190.4544822 Edm = 0.00578045 NCalls = 383 +VariableMetric: Iteration # 116 - FCN = -718190.4589392 Edm = 0.00165038 NCalls = 385 +VariableMetric: Iteration # 117 - FCN = -718190.4615927 Edm = 0.000469861 NCalls = 387 +VariableMetric: Iteration # 118 - FCN = -718190.4622495 Edm = 5.20175e-05 NCalls = 389 +VariableMetric: After Hessian - FCN = -718190.4622495 Edm = 9.55443e-05 NCalls = 754 +VariableMetric: Iteration # 119 - FCN = -718190.4622495 Edm = 9.55443e-05 NCalls = 754 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.178E+05 | Ncalls=400 (411 total) | +| EDM = 5.06E+05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -717770.550872631 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 0.45 | 0.20 | | |0.00501244| 2.01499 | | +| 1 | p3770_p | 4.11 | 0.06 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -6.247 | 0.005 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.20 | 0.03 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.154 | 0.016 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 20.30 | 0.05 | | | 14.8182 | 23.5818 | | +| 6 | jpsi_p | 1.573 | 0.005 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 1.141 | 0.015 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 8.977 | 0.018 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 0.701 | 0.012 | | |0.126447 | 2.35355 | | +| 10| Ctt | -0.471 | 0.003 | | | -0.5 | 0.5 | | +| 11| p4040_p | -5 | 7 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 0.982E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 0.111 | 0.030 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1359.46 | 0.06 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 0.549 | 0.011 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.223 | 0.017 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -6.029 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| Dbar_s | -0.133 | 0.018 | | | -1.464 | 1.464 | | +| 19| rho_p | 1.55 | 0.07 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p3770_p p4160_p phi_p psi2s_p phi_s jpsi_p p3770_s omega_s p4415_s Ctt p4040_p jpsi_s omega_p psi2s_s rho_s p4160_s p4415_p Dbar_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.726 0.742 0.108 0.952 -0.018 0.799 0.750 -0.006 0.036 0.817 0.999 -0.407 0.049 -0.027 -0.031 -0.007 0.308 -0.972 0.360 | +| p3770_p | -0.726 1.000 -0.540 -0.079 -0.695 0.013 -0.582 -0.550 0.005 -0.025 -0.595 -0.727 0.296 -0.036 0.019 0.023 0.007 -0.225 0.706 -0.262 | +| p4160_p | 0.742 -0.540 1.000 0.080 0.709 -0.013 0.595 0.558 -0.005 0.027 0.608 0.743 -0.303 0.037 -0.020 -0.023 -0.008 0.229 -0.723 0.268 | +| phi_p | 0.108 -0.079 0.080 1.000 0.103 0.009 0.086 0.081 -0.001 0.004 0.088 0.108 -0.044 0.006 -0.003 -0.004 -0.001 0.033 -0.105 0.040 | +| psi2s_p | 0.952 -0.695 0.709 0.103 1.000 -0.017 0.762 0.715 -0.006 0.034 0.780 0.953 -0.388 0.047 -0.025 -0.030 -0.008 0.295 -0.926 0.344 | +| phi_s | -0.018 0.013 -0.013 0.009 -0.017 1.000 -0.014 -0.013 0.000 -0.001 -0.014 -0.018 0.007 -0.000 0.000 0.001 0.000 -0.005 0.017 -0.006 | +| jpsi_p | 0.799 -0.582 0.595 0.086 0.762 -0.014 1.000 0.600 -0.005 0.028 0.654 0.800 -0.326 0.039 -0.021 -0.026 -0.006 0.248 -0.777 0.289 | +| p3770_s | 0.750 -0.550 0.558 0.081 0.715 -0.013 0.600 1.000 -0.005 0.027 0.614 0.751 -0.306 0.037 -0.020 -0.024 -0.006 0.232 -0.730 0.271 | +| omega_s | -0.006 0.005 -0.005 -0.001 -0.006 0.000 -0.005 -0.005 1.000 -0.000 -0.005 -0.006 0.003 0.002 0.000 0.000 0.000 -0.002 0.006 -0.001 | +| p4415_s | 0.036 -0.025 0.027 0.004 0.034 -0.001 0.028 0.027 -0.000 1.000 0.029 0.036 -0.014 0.002 -0.001 -0.001 -0.001 -0.001 -0.034 0.013 | +| Ctt | 0.817 -0.595 0.608 0.088 0.780 -0.014 0.654 0.614 -0.005 0.029 1.000 0.818 -0.333 0.040 -0.022 -0.026 -0.007 0.253 -0.795 0.295 | +| p4040_p | 0.999 -0.727 0.743 0.108 0.953 -0.018 0.800 0.751 -0.006 0.036 0.818 1.000 -0.407 0.049 -0.027 -0.031 -0.007 0.309 -0.973 0.360 | +| jpsi_s | -0.407 0.296 -0.303 -0.044 -0.388 0.007 -0.326 -0.306 0.003 -0.014 -0.333 -0.407 1.000 -0.020 0.017 0.013 0.004 -0.126 0.395 -0.146 | +| omega_p | 0.049 -0.036 0.037 0.006 0.047 -0.000 0.039 0.037 0.002 0.002 0.040 0.049 -0.020 1.000 -0.001 -0.003 -0.000 0.015 -0.048 0.011 | +| psi2s_s | -0.027 0.019 -0.020 -0.003 -0.025 0.000 -0.021 -0.020 0.000 -0.001 -0.022 -0.027 0.017 -0.001 1.000 0.001 0.000 -0.008 0.026 -0.010 | +| rho_s | -0.031 0.023 -0.023 -0.004 -0.030 0.001 -0.026 -0.024 0.000 -0.001 -0.026 -0.031 0.013 -0.003 0.001 1.000 0.000 -0.010 0.030 -0.025 | +| p4160_s | -0.007 0.007 -0.008 -0.001 -0.008 0.000 -0.006 -0.006 0.000 -0.001 -0.007 -0.007 0.004 -0.000 0.000 0.000 1.000 -0.003 0.009 -0.003 | +| p4415_p | 0.308 -0.225 0.229 0.033 0.295 -0.005 0.248 0.232 -0.002 -0.001 0.253 0.309 -0.126 0.015 -0.008 -0.010 -0.003 1.000 -0.301 0.111 | +| Dbar_s | -0.972 0.706 -0.723 -0.105 -0.926 0.017 -0.777 -0.730 0.006 -0.034 -0.795 -0.973 0.395 -0.048 0.026 0.030 0.009 -0.301 1.000 -0.350 | +| rho_p | 0.360 -0.262 0.268 0.040 0.344 -0.006 0.289 0.271 -0.001 0.013 0.295 0.360 -0.146 0.011 -0.010 -0.025 -0.003 0.111 -0.350 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.19948834615445693}), (, {'error': 0.05510350577590728}), (, {'error': 0.004849771915273582}), (, {'error': 0.031717977634506234}), (, {'error': 0.015973252290702344}), (, {'error': 0.051412739245645156}), (, {'error': 0.004925164053438902}), (, {'error': 0.014840748897124723}), (, {'error': 0.01838741859859283}), (, {'error': 0.01192627159698828}), (, {'error': 0.0032598504953413043}), (, {'error': 6.750203583929464}), (, {'error': 0.9214068174233034}), (, {'error': 0.02982283725566237}), (, {'error': 0.06326636706535282}), (, {'error': 0.011290004122861519}), (, {'error': 0.017356736599964506}), (, {'error': 0.016278355689917312}), (, {'error': 0.017876357456659164}), (, {'error': 0.06554314590295984})]) +Toy 1/10 +Time taken: 41 min, 32 s +Projected time left: 6 h, 13 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.183E+05 | Ncalls=1262 (1262 total) | +| EDM = 4.05E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -718302.9857711464 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.20 | 0.17 | | |0.00501244| 2.01499 | | +| 1 | p3770_p | -2.10 | 0.12 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.11 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -2.501 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 18.7 | 0.9 | | | 14.8182 | 23.5818 | | +| 6 | jpsi_p | -4.822 | 0.017 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.26 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 6.3 | 0.9 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.29 | 0.18 | | |0.126447 | 2.35355 | | +| 10| Ctt | 0.18 | 0.14 | | | -0.5 | 0.5 | | +| 11| p4040_p | 3.69 | 0.15 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.012E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1368.3 | 3.1 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.30 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -2.15 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| Dbar_s | 0.09 | 0.06 | | | -1.464 | 1.464 | | +| 19| rho_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p3770_p p4160_p phi_p psi2s_p phi_s jpsi_p p3770_s omega_s p4415_s Ctt p4040_p jpsi_s omega_p psi2s_s rho_s p4160_s p4415_p Dbar_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.203 -0.494 -0.001 -0.299 0.000 -0.031 0.181 0.011 0.098 0.490 -0.200 0.028 0.000 -0.025 -0.018 -0.022 -0.211 0.373 -0.012 | +| p3770_p | -0.203 1.000 0.229 0.004 0.382 0.001 -0.064 -0.164 -0.006 -0.178 -0.503 0.147 -0.056 0.000 0.039 0.014 -0.127 0.094 -0.403 0.006 | +| p4160_p | -0.494 0.229 1.000 0.006 0.168 -0.005 -0.026 -0.072 -0.005 0.057 -0.441 0.096 0.017 0.000 -0.016 0.003 -0.134 0.280 -0.132 0.010 | +| phi_p | -0.001 0.004 0.006 1.000 0.009 -0.532 0.026 0.002 0.040 0.001 -0.005 0.006 -0.007 0.003 0.007 -0.021 0.002 0.004 0.002 -0.016 | +| psi2s_p | -0.299 0.382 0.168 0.009 1.000 0.006 -0.036 -0.194 -0.011 -0.284 -0.377 -0.082 -0.188 0.001 0.160 0.029 -0.306 0.033 -0.581 -0.003 | +| phi_s | 0.000 0.001 -0.005 -0.532 0.006 1.000 -0.025 -0.003 -0.022 0.003 0.010 -0.004 -0.048 -0.007 0.045 0.025 0.001 -0.003 -0.014 0.051 | +| jpsi_p | -0.031 -0.064 -0.026 0.026 -0.036 -0.025 1.000 -0.083 0.018 -0.128 -0.069 -0.157 0.111 0.003 -0.104 -0.048 -0.149 -0.017 -0.037 -0.028 | +| p3770_s | 0.181 -0.164 -0.072 0.002 -0.194 -0.003 -0.083 1.000 0.011 0.076 0.072 -0.033 0.049 0.000 -0.045 -0.023 0.086 -0.006 0.225 -0.004 | +| omega_s | 0.011 -0.006 -0.005 0.040 -0.011 -0.022 0.018 0.011 1.000 0.009 -0.001 0.005 -0.049 -0.113 0.047 -0.564 0.011 -0.004 0.012 0.097 | +| p4415_s | 0.098 -0.178 0.057 0.001 -0.284 0.003 -0.128 0.076 0.009 1.000 0.384 0.143 -0.005 0.001 0.003 -0.010 0.303 -0.114 0.460 -0.006 | +| Ctt | 0.490 -0.503 -0.441 -0.005 -0.377 0.010 -0.069 0.072 -0.001 0.384 1.000 -0.171 -0.056 0.000 0.046 0.015 0.334 -0.184 0.714 -0.012 | +| p4040_p | -0.200 0.147 0.096 0.006 -0.082 -0.004 -0.157 -0.033 0.005 0.143 -0.171 1.000 0.046 0.001 -0.044 -0.011 0.415 0.114 0.189 0.004 | +| jpsi_s | 0.028 -0.056 0.017 -0.007 -0.188 -0.048 0.111 0.049 -0.049 -0.005 -0.056 0.046 1.000 -0.002 -0.933 0.046 0.022 0.010 0.248 0.038 | +| omega_p | 0.000 0.000 0.000 0.003 0.001 -0.007 0.003 0.000 -0.113 0.001 0.000 0.001 -0.002 1.000 0.002 0.020 0.001 0.000 0.000 0.004 | +| psi2s_s | -0.025 0.039 -0.016 0.007 0.160 0.045 -0.104 -0.045 0.047 0.003 0.046 -0.044 -0.933 0.002 1.000 -0.045 -0.021 -0.008 -0.231 -0.036 | +| rho_s | -0.018 0.014 0.003 -0.021 0.029 0.025 -0.048 -0.023 -0.564 -0.010 0.015 -0.011 0.046 0.020 -0.045 1.000 -0.017 0.003 -0.035 0.012 | +| p4160_s | -0.022 -0.127 -0.134 0.002 -0.306 0.001 -0.149 0.086 0.011 0.303 0.334 0.415 0.022 0.001 -0.021 -0.017 1.000 -0.179 0.500 -0.006 | +| p4415_p | -0.211 0.094 0.280 0.004 0.033 -0.003 -0.017 -0.006 -0.004 -0.114 -0.184 0.114 0.010 0.000 -0.008 0.003 -0.179 1.000 0.110 0.008 | +| Dbar_s | 0.373 -0.403 -0.132 0.002 -0.581 -0.014 -0.037 0.225 0.012 0.460 0.714 0.189 0.248 0.000 -0.231 -0.035 0.500 0.110 1.000 -0.001 | +| rho_p | -0.012 0.006 0.010 -0.016 -0.003 0.051 -0.028 -0.004 0.097 -0.006 -0.012 0.004 0.038 0.004 -0.036 0.012 -0.006 0.008 -0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16633831942426658}), (, {'error': 0.11623730769964968}), (, {'error': 0.09054815954983741}), (, {'error': 0.2453629194130853}), (, {'error': 0.02777713735459386}), (, {'error': 0.8772446881295615}), (, {'error': 0.016744181166882033}), (, {'error': 0.1917716941006833}), (, {'error': 0.9018483929286205}), (, {'error': 0.1763361462341938}), (, {'error': 0.13624144389740522}), (, {'error': 0.15201199495114803}), (, {'error': 124.10786770662435}), (, {'error': 0.07214706886458355}), (, {'error': 3.102674628475711}), (, {'error': 0.3172930218613129}), (, {'error': 0.1667499559404999}), (, {'error': 0.16376973033081432}), (, {'error': 0.05809795609856472}), (, {'error': 0.11764412081750786})]) +Toy 2/10 +Time taken: 2 h, 8 min +Projected time left: 8 h, 33 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.183E+05 | Ncalls=1231 (1231 total) | +| EDM = 0.0406 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -718305.0676141074 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.24 | 0.17 | | |0.00501244| 2.01499 | | +| 1 | p3770_p | 3.42 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 3.94 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6.0 | 1.4 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 1.816 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 20 | 7 | | | 14.8182 | 23.5818 | | +| 6 | jpsi_p | -4.637 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.45 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.30 | 0.18 | | |0.126447 | 2.35355 | | +| 10| Ctt | 0.15 | 0.12 | | | -0.5 | 0.5 | | +| 11| p4040_p | 3.45 | 0.15 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | -5.31 | 0.28 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1374.1 | 1.4 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.33 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -2.26 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| Dbar_s | 0.09 | 0.06 | | | -1.464 | 1.464 | | +| 19| rho_p | -6.28 | 0.15 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p3770_p p4160_p phi_p psi2s_p phi_s jpsi_p p3770_s omega_s p4415_s Ctt p4040_p jpsi_s omega_p psi2s_s rho_s p4160_s p4415_p Dbar_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.200 -0.497 0.023 0.025 0.023 -0.018 0.178 -0.001 0.098 0.499 -0.218 0.010 0.004 -0.012 -0.013 -0.014 -0.205 0.396 -0.016 | +| p3770_p | -0.200 1.000 0.209 -0.043 -0.289 -0.042 -0.036 -0.212 0.002 -0.174 -0.461 0.120 -0.016 -0.014 0.009 0.005 -0.138 0.075 -0.396 0.010 | +| p4160_p | -0.497 0.209 1.000 -0.043 -0.138 -0.042 -0.015 -0.090 0.003 0.058 -0.440 0.086 0.003 -0.021 -0.003 -0.007 -0.149 0.274 -0.159 0.012 | +| phi_p | 0.023 -0.043 -0.043 1.000 -0.079 0.990 -0.220 0.012 -0.004 0.004 0.008 -0.028 -0.021 0.360 0.014 0.158 0.006 -0.026 0.023 -0.051 | +| psi2s_p | 0.025 -0.289 -0.138 -0.079 1.000 -0.079 0.119 -0.292 0.005 -0.109 0.168 -0.335 0.025 -0.038 -0.028 -0.030 -0.192 -0.093 -0.022 -0.015 | +| phi_s | 0.023 -0.042 -0.042 0.990 -0.079 1.000 -0.219 0.012 -0.006 0.004 0.008 -0.027 -0.023 0.358 0.015 0.156 0.006 -0.025 0.023 -0.042 | +| jpsi_p | -0.018 -0.036 -0.015 -0.220 0.119 -0.219 1.000 -0.005 0.014 -0.137 -0.119 -0.145 0.031 -0.111 -0.014 -0.084 -0.151 -0.022 -0.096 -0.030 | +| p3770_s | 0.178 -0.212 -0.090 0.012 -0.292 0.012 -0.005 1.000 0.000 0.067 0.059 -0.060 0.012 -0.004 -0.029 -0.019 0.076 -0.014 0.199 -0.008 | +| omega_s | -0.001 0.002 0.003 -0.004 0.005 -0.006 0.014 0.000 1.000 0.000 -0.002 0.002 0.000 -0.435 -0.000 -0.131 0.000 0.002 0.001 -0.012 | +| p4415_s | 0.098 -0.174 0.058 0.004 -0.109 0.004 -0.137 0.067 0.000 1.000 0.371 0.142 0.000 -0.005 -0.002 -0.009 0.302 -0.101 0.472 -0.007 | +| Ctt | 0.499 -0.461 -0.440 0.008 0.168 0.008 -0.119 0.059 -0.002 0.371 1.000 -0.174 -0.015 0.012 0.016 0.017 0.335 -0.174 0.752 -0.010 | +| p4040_p | -0.218 0.120 0.086 -0.028 -0.335 -0.027 -0.145 -0.060 0.002 0.142 -0.174 1.000 0.011 -0.022 -0.012 -0.018 0.412 0.110 0.165 0.003 | +| jpsi_s | 0.010 -0.016 0.003 -0.021 0.025 -0.023 0.031 0.012 0.000 0.000 -0.015 0.011 1.000 0.002 -0.577 0.007 0.007 0.002 0.069 0.013 | +| omega_p | 0.004 -0.014 -0.021 0.360 -0.038 0.358 -0.111 -0.004 -0.435 -0.005 0.012 -0.022 0.002 1.000 -0.001 0.692 -0.008 -0.013 -0.012 -0.006 | +| psi2s_s | -0.012 0.009 -0.003 0.014 -0.028 0.015 -0.014 -0.029 -0.000 -0.002 0.016 -0.012 -0.577 -0.001 1.000 -0.004 -0.009 -0.004 -0.052 -0.009 | +| rho_s | -0.013 0.005 -0.007 0.158 -0.030 0.156 -0.084 -0.019 -0.131 -0.009 0.017 -0.018 0.007 0.692 -0.004 1.000 -0.016 -0.005 -0.038 0.035 | +| p4160_s | -0.014 -0.138 -0.149 0.006 -0.192 0.006 -0.151 0.076 0.000 0.302 0.335 0.412 0.007 -0.008 -0.009 -0.016 1.000 -0.172 0.515 -0.008 | +| p4415_p | -0.205 0.075 0.274 -0.026 -0.093 -0.025 -0.022 -0.014 0.002 -0.101 -0.174 0.110 0.002 -0.013 -0.004 -0.005 -0.172 1.000 0.115 0.010 | +| Dbar_s | 0.396 -0.396 -0.159 0.023 -0.022 0.023 -0.096 0.199 0.001 0.472 0.752 0.165 0.069 -0.012 -0.052 -0.038 0.515 0.115 1.000 -0.014 | +| rho_p | -0.016 0.010 0.012 -0.051 -0.015 -0.042 -0.030 -0.008 -0.012 -0.007 -0.010 0.003 0.013 -0.006 -0.009 0.035 -0.008 0.010 -0.014 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17183590064711796}), (, {'error': 0.11062551950169475}), (, {'error': 0.08988433865415146}), (, {'error': 1.3628398284582486}), (, {'error': 0.028864250649122347}), (, {'error': 6.588132187170827}), (, {'error': 0.01649548894768227}), (, {'error': 0.20705808852836105}), (, {'error': 3.70000285237388}), (, {'error': 0.17643174605612766}), (, {'error': 0.11792965509992848}), (, {'error': 0.1494678810408221}), (, {'error': 10.92439412256499}), (, {'error': 0.2760567620584271}), (, {'error': 1.366914346251633}), (, {'error': 0.3485842427532697}), (, {'error': 0.16977345514324438}), (, {'error': 0.16319385929561836}), (, {'error': 0.056193542857960854}), (, {'error': 0.14930214672468578})]) +Toy 3/10 +Time taken: 3 h, 33 min +Projected time left: 8 h, 18 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.183E+05 | Ncalls=1120 (1120 total) | +| EDM = 0.0379 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -718277.3456780287 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.09 | 0.18 | | |0.00501244| 2.01499 | | +| 1 | p3770_p | 4.35 | 0.13 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.21 | 0.11 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.26 | 0.68 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -2.441 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 19.6 | 2.4 | | | 14.8182 | 23.5818 | | +| 6 | jpsi_p | 1.477 | 0.017 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.18 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 0.126 | 0.022 | | |0.126447 | 2.35355 | | +| 10| Ctt | -0.23 | 0.15 | | | -0.5 | 0.5 | | +| 11| p4040_p | 3.51 | 0.16 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | -5.7 | 0.6 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1368.3 | 1.7 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.25 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 1.93 | 0.16 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| Dbar_s | -0.11 | 0.05 | | | -1.464 | 1.464 | | +| 19| rho_p | -0.23 | 0.26 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p3770_p p4160_p phi_p psi2s_p phi_s jpsi_p p3770_s omega_s p4415_s Ctt p4040_p jpsi_s omega_p psi2s_s rho_s p4160_s p4415_p Dbar_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.294 -0.507 0.007 -0.315 0.004 0.003 0.141 -0.003 -0.017 0.558 -0.254 -0.005 -0.002 0.003 -0.003 -0.085 0.002 0.435 -0.041 | +| p3770_p | -0.294 1.000 0.305 -0.016 0.420 -0.014 -0.059 -0.095 -0.004 0.014 -0.555 0.160 -0.016 -0.006 -0.008 0.005 -0.140 0.007 -0.478 0.027 | +| p4160_p | -0.507 0.305 1.000 -0.014 0.255 -0.013 -0.010 -0.040 -0.002 0.018 -0.535 0.015 0.019 -0.006 -0.010 -0.008 -0.193 -0.010 -0.311 0.028 | +| phi_p | 0.007 -0.016 -0.014 1.000 -0.058 0.954 -0.105 0.004 0.021 -0.001 0.001 -0.008 -0.011 0.091 0.010 0.064 0.002 0.000 0.007 0.031 | +| psi2s_p | -0.315 0.420 0.255 -0.058 1.000 -0.055 -0.037 -0.138 -0.030 0.013 -0.410 -0.072 -0.077 -0.031 0.031 0.020 -0.297 0.014 -0.569 0.009 | +| phi_s | 0.004 -0.014 -0.013 0.954 -0.055 1.000 -0.111 0.003 0.058 -0.001 0.001 -0.007 -0.016 0.123 0.013 0.061 0.002 0.000 0.004 0.084 | +| jpsi_p | 0.003 -0.059 -0.010 -0.105 -0.037 -0.111 1.000 -0.093 -0.071 0.002 -0.023 -0.148 0.043 -0.083 -0.034 -0.059 -0.124 0.007 -0.002 -0.132 | +| p3770_s | 0.141 -0.095 -0.040 0.004 -0.138 0.003 -0.093 1.000 -0.000 -0.001 -0.017 0.020 0.020 -0.004 -0.015 -0.021 0.070 -0.003 0.155 -0.020 | +| omega_s | -0.003 -0.004 -0.002 0.021 -0.030 0.058 -0.071 -0.000 1.000 0.000 -0.004 -0.004 0.013 0.920 -0.011 -0.055 -0.002 0.000 -0.001 0.142 | +| p4415_s | -0.017 0.014 0.018 -0.001 0.013 -0.001 0.002 -0.001 0.000 1.000 -0.025 0.002 0.001 -0.000 -0.000 -0.000 -0.020 -0.032 -0.010 0.002 | +| Ctt | 0.558 -0.555 -0.535 0.001 -0.410 0.001 -0.023 -0.017 -0.004 -0.025 1.000 -0.172 -0.038 0.002 0.011 0.030 0.316 -0.014 0.790 -0.022 | +| p4040_p | -0.254 0.160 0.015 -0.008 -0.072 -0.007 -0.148 0.020 -0.004 0.002 -0.172 1.000 0.027 -0.009 -0.021 -0.018 0.403 -0.009 0.151 -0.002 | +| jpsi_s | -0.005 -0.016 0.019 -0.011 -0.077 -0.016 0.043 0.020 0.013 0.001 -0.038 0.027 1.000 0.018 -0.755 0.016 0.005 -0.000 0.105 0.063 | +| omega_p | -0.002 -0.006 -0.006 0.091 -0.031 0.123 -0.083 -0.004 0.920 -0.000 0.002 -0.009 0.018 1.000 -0.015 0.177 -0.004 0.000 -0.004 0.141 | +| psi2s_s | 0.003 -0.008 -0.010 0.010 0.031 0.013 -0.034 -0.015 -0.011 -0.000 0.011 -0.021 -0.755 -0.015 1.000 -0.016 -0.006 0.000 -0.084 -0.053 | +| rho_s | -0.003 0.005 -0.008 0.064 0.020 0.061 -0.059 -0.021 -0.055 -0.000 0.030 -0.018 0.016 0.177 -0.016 1.000 -0.010 0.000 -0.029 0.192 | +| p4160_s | -0.085 -0.140 -0.193 0.002 -0.297 0.002 -0.124 0.070 -0.002 -0.020 0.316 0.403 0.005 -0.004 -0.006 -0.010 1.000 -0.008 0.518 -0.020 | +| p4415_p | 0.002 0.007 -0.010 0.000 0.014 0.000 0.007 -0.003 0.000 -0.032 -0.014 -0.009 -0.000 0.000 0.000 0.000 -0.008 1.000 -0.028 0.000 | +| Dbar_s | 0.435 -0.478 -0.311 0.007 -0.569 0.004 -0.002 0.155 -0.001 -0.010 0.790 0.151 0.105 -0.004 -0.084 -0.029 0.518 -0.028 1.000 -0.042 | +| rho_p | -0.041 0.027 0.028 0.031 0.009 0.084 -0.132 -0.020 0.142 0.002 -0.022 -0.002 0.063 0.141 -0.053 0.192 -0.020 0.000 -0.042 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17610397160903501}), (, {'error': 0.1254311743544747}), (, {'error': 0.10549790039965501}), (, {'error': 0.6830604371611009}), (, {'error': 0.027886762586566638}), (, {'error': 2.3998965991426093}), (, {'error': 0.01674034402521274}), (, {'error': 0.19027839978845495}), (, {'error': 3.9390165201503615}), (, {'error': 0.02167690853969713}), (, {'error': 0.14744249159526743}), (, {'error': 0.1619938328123478}), (, {'error': 16.547475150112405}), (, {'error': 0.5568963704195262}), (, {'error': 1.7063990362645427}), (, {'error': 0.29965986483426926}), (, {'error': 0.1634683157585125}), (, {'error': 0.12299222447827107}), (, {'error': 0.054116348219171884}), (, {'error': 0.2636407398289058})]) +Toy 4/10 +Time taken: 4 h, 51 min +Projected time left: 7 h, 16 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.183E+05 | Ncalls=977 (977 total) | +| EDM = 0.000111 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -718303.1158847864 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.24 | 0.15 | | |0.00501244| 2.01499 | | +| 1 | p3770_p | -2.86 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.34 | 0.08 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 1.819 | 0.027 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 19 | 6 | | | 14.8182 | 23.5818 | | +| 6 | jpsi_p | 1.649 | 0.017 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.45 | 0.20 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 6.0 | 1.0 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.30 | 0.16 | | |0.126447 | 2.35355 | | +| 10| Ctt | 0.16 | 0.10 | | | -0.5 | 0.5 | | +| 11| p4040_p | 3.45 | 0.14 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1374.2 | 1.9 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.22 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.33 | 0.15 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | 4.02 | 0.15 | | |-6.28319 | 6.28319 | | +| 18| Dbar_s | 0.09 | 0.05 | | | -1.464 | 1.464 | | +| 19| rho_p | 6.13 | 0.26 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p3770_p p4160_p phi_p psi2s_p phi_s jpsi_p p3770_s omega_s p4415_s Ctt p4040_p jpsi_s omega_p psi2s_s rho_s p4160_s p4415_p Dbar_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.115 -0.437 0.017 -0.006 0.017 -0.007 0.147 -0.003 0.030 0.399 -0.193 0.013 -0.001 -0.014 -0.010 -0.089 -0.180 0.306 -0.015 | +| p3770_p | -0.115 1.000 0.150 -0.065 -0.262 -0.065 -0.030 -0.196 0.025 -0.106 -0.368 0.111 -0.026 0.005 0.021 -0.010 -0.071 0.060 -0.301 -0.023 | +| p4160_p | -0.437 0.150 1.000 -0.078 -0.104 -0.078 0.001 -0.071 0.033 0.110 -0.378 0.061 0.004 0.006 -0.004 -0.022 -0.106 0.235 -0.063 -0.026 | +| phi_p | 0.017 -0.065 -0.078 1.000 -0.160 0.997 -0.416 -0.010 -0.425 -0.005 0.038 -0.067 0.035 -0.070 -0.029 0.314 -0.012 -0.047 -0.011 0.512 | +| psi2s_p | -0.006 -0.262 -0.104 -0.160 1.000 -0.160 0.153 -0.273 0.067 -0.106 0.144 -0.287 0.042 0.012 -0.044 -0.062 -0.179 -0.068 -0.022 -0.111 | +| phi_s | 0.017 -0.065 -0.078 0.997 -0.160 1.000 -0.416 -0.010 -0.422 -0.005 0.039 -0.067 0.033 -0.070 -0.027 0.313 -0.012 -0.046 -0.012 0.519 | +| jpsi_p | -0.007 -0.030 0.001 -0.416 0.153 -0.416 1.000 0.010 0.178 -0.102 -0.110 -0.097 0.036 0.031 -0.026 -0.161 -0.108 -0.006 -0.040 -0.276 | +| p3770_s | 0.147 -0.196 -0.071 -0.010 -0.273 -0.010 0.010 1.000 0.009 0.037 0.009 -0.069 0.016 0.001 -0.028 -0.020 0.045 -0.013 0.168 -0.019 | +| omega_s | -0.003 0.025 0.033 -0.425 0.067 -0.422 0.178 0.009 1.000 0.005 -0.024 0.033 -0.028 -0.055 0.023 -0.587 0.010 0.020 0.017 -0.142 | +| p4415_s | 0.030 -0.106 0.110 -0.005 -0.106 -0.005 -0.102 0.037 0.005 1.000 0.279 0.122 -0.014 0.001 0.011 -0.007 0.221 -0.108 0.379 -0.013 | +| Ctt | 0.399 -0.368 -0.378 0.038 0.144 0.039 -0.110 0.009 -0.024 0.279 1.000 -0.194 -0.057 -0.003 0.054 0.034 0.236 -0.165 0.650 0.011 | +| p4040_p | -0.193 0.111 0.061 -0.067 -0.287 -0.067 -0.097 -0.069 0.033 0.122 -0.194 1.000 0.012 0.005 -0.013 -0.029 0.386 0.089 0.172 -0.033 | +| jpsi_s | 0.013 -0.026 0.004 0.035 0.042 0.033 0.036 0.016 -0.028 -0.014 -0.057 0.012 1.000 -0.003 -0.820 0.029 -0.001 -0.003 0.140 0.067 | +| omega_p | -0.001 0.005 0.006 -0.070 0.012 -0.070 0.031 0.001 -0.055 0.001 -0.003 0.005 -0.003 1.000 0.002 -0.007 0.001 0.004 0.001 -0.022 | +| psi2s_s | -0.014 0.021 -0.004 -0.029 -0.044 -0.027 -0.026 -0.028 0.023 0.011 0.054 -0.013 -0.820 0.002 1.000 -0.024 -0.002 0.002 -0.123 -0.056 | +| rho_s | -0.010 -0.010 -0.022 0.314 -0.062 0.313 -0.161 -0.020 -0.587 -0.007 0.034 -0.029 0.029 -0.007 -0.024 1.000 -0.015 -0.012 -0.041 0.287 | +| p4160_s | -0.089 -0.071 -0.106 -0.012 -0.179 -0.012 -0.108 0.045 0.010 0.221 0.236 0.386 -0.001 0.001 -0.002 -0.015 1.000 -0.175 0.431 -0.019 | +| p4415_p | -0.180 0.060 0.235 -0.047 -0.068 -0.046 -0.006 -0.013 0.020 -0.108 -0.165 0.089 -0.003 0.004 0.002 -0.012 -0.175 1.000 0.145 -0.010 | +| Dbar_s | 0.306 -0.301 -0.063 -0.011 -0.022 -0.012 -0.040 0.168 0.017 0.379 0.650 0.172 0.140 0.001 -0.123 -0.041 0.431 0.145 1.000 -0.024 | +| rho_p | -0.015 -0.023 -0.026 0.512 -0.111 0.519 -0.276 -0.019 -0.142 -0.013 0.011 -0.033 0.067 -0.022 -0.056 0.287 -0.019 -0.010 -0.024 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1544357658121217}), (, {'error': 0.10200691387212979}), (, {'error': 0.08262909482815362}), (, {'error': 8.779390692452171}), (, {'error': 0.027498484757066066}), (, {'error': 6.163501975994794}), (, {'error': 0.017141859090964218}), (, {'error': 0.1974509520114065}), (, {'error': 0.9515434202839863}), (, {'error': 0.16312971634610307}), (, {'error': 0.09502282089818448}), (, {'error': 0.13850605997526166}), (, {'error': 20.645133759283453}), (, {'error': 0.057362744646479946}), (, {'error': 1.8978606693141273}), (, {'error': 0.304212682681717}), (, {'error': 0.15219353373715627}), (, {'error': 0.1531381380112382}), (, {'error': 0.04502499618456435}), (, {'error': 0.26482945921303713})]) +Toy 5/10 +Time taken: 6 h, 1 min +Projected time left: 6 h, 1 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.183E+05 | Ncalls=1034 (1034 total) | +| EDM = 0.0353 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -718280.5414246259 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 0.005 | 0.017 | | |0.00501244| 2.01499 | | +| 1 | p3770_p | 3.95 | 0.13 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.84 | 0.08 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.12 | 0.67 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 2.228 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 19.6 | 2.4 | | | 14.8182 | 23.5818 | | +| 6 | jpsi_p | 4.739 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.19 | 0.20 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 9.2 | 0.7 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.18 | 0.17 | | |0.126447 | 2.35355 | | +| 10| Ctt | -0.28 | 0.12 | | | -0.5 | 0.5 | | +| 11| p4040_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | -5.52 | 0.23 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1375.0 | 2.2 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.36 | 0.15 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -1.88 | 0.17 | | |-6.28319 | 6.28319 | | +| 18| Dbar_s | -0.07 | 0.05 | | | -1.464 | 1.464 | | +| 19| rho_p | -0.32 | 0.27 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p3770_p p4160_p phi_p psi2s_p phi_s jpsi_p p3770_s omega_s p4415_s Ctt p4040_p jpsi_s omega_p psi2s_s rho_s p4160_s p4415_p Dbar_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 0.016 0.016 -0.001 -0.009 -0.001 -0.009 -0.005 -0.000 0.006 -0.026 -0.270 0.002 -0.001 -0.002 -0.001 0.027 0.011 -0.002 0.001 | +| p3770_p | 0.016 1.000 0.194 -0.012 -0.179 -0.011 -0.051 -0.128 -0.001 -0.220 -0.511 -0.005 -0.009 -0.002 0.005 0.001 -0.222 0.071 -0.451 0.013 | +| p4160_p | 0.016 0.194 1.000 -0.014 -0.034 -0.014 -0.090 0.009 -0.001 0.107 -0.345 0.011 0.042 -0.009 -0.041 -0.012 -0.119 0.230 -0.029 0.012 | +| phi_p | -0.001 -0.012 -0.014 1.000 -0.045 0.953 -0.125 0.002 0.002 -0.001 -0.003 0.001 -0.016 0.171 0.014 0.063 0.001 -0.007 0.000 0.025 | +| psi2s_p | -0.009 -0.179 -0.034 -0.045 1.000 -0.047 -0.077 -0.324 -0.004 -0.101 -0.051 0.023 0.107 -0.027 -0.108 -0.033 -0.122 0.005 0.031 -0.056 | +| phi_s | -0.001 -0.011 -0.014 0.953 -0.047 1.000 -0.119 0.001 0.006 0.000 0.000 0.001 -0.023 0.169 0.020 0.065 0.001 -0.007 -0.002 0.076 | +| jpsi_p | -0.009 -0.051 -0.090 -0.125 -0.077 -0.119 1.000 -0.012 -0.007 -0.041 0.101 0.013 -0.090 -0.008 0.084 0.042 -0.032 -0.045 -0.081 -0.016 | +| p3770_s | -0.005 -0.128 0.009 0.002 -0.324 0.001 -0.012 1.000 -0.001 0.062 -0.045 -0.003 0.022 -0.009 -0.034 -0.017 0.103 0.028 0.156 -0.012 | +| omega_s | -0.000 -0.001 -0.001 0.002 -0.004 0.006 -0.007 -0.001 1.000 -0.000 0.001 0.000 0.002 0.292 -0.002 0.072 -0.000 -0.000 -0.001 0.025 | +| p4415_s | 0.006 -0.220 0.107 -0.001 -0.101 0.000 -0.041 0.062 -0.000 1.000 0.424 -0.017 -0.028 -0.003 0.026 0.003 0.293 -0.047 0.504 -0.010 | +| Ctt | -0.026 -0.511 -0.345 -0.003 -0.051 0.000 0.101 -0.045 0.001 0.424 1.000 0.001 -0.081 0.016 0.082 0.040 0.459 -0.135 0.746 0.002 | +| p4040_p | -0.270 -0.005 0.011 0.001 0.023 0.001 0.013 -0.003 0.000 -0.017 0.001 1.000 -0.003 0.001 0.003 0.001 -0.037 -0.003 -0.031 0.001 | +| jpsi_s | 0.002 -0.009 0.042 -0.016 0.107 -0.023 -0.090 0.022 0.002 -0.028 -0.081 -0.003 1.000 0.031 -0.859 0.031 -0.017 0.017 0.137 0.089 | +| omega_p | -0.001 -0.002 -0.009 0.171 -0.027 0.169 -0.008 -0.009 0.292 -0.003 0.016 0.001 0.031 1.000 -0.027 0.680 -0.005 -0.002 -0.011 0.151 | +| psi2s_s | -0.002 0.005 -0.041 0.014 -0.108 0.020 0.084 -0.034 -0.002 0.026 0.082 0.003 -0.859 -0.027 1.000 -0.027 0.014 -0.017 -0.121 -0.078 | +| rho_s | -0.001 0.001 -0.012 0.063 -0.033 0.065 0.042 -0.017 0.072 0.003 0.040 0.001 0.031 0.680 -0.027 1.000 -0.004 -0.002 -0.020 0.232 | +| p4160_s | 0.027 -0.222 -0.119 0.001 -0.122 0.001 -0.032 0.103 -0.000 0.293 0.459 -0.037 -0.017 -0.005 0.014 -0.004 1.000 -0.222 0.550 -0.019 | +| p4415_p | 0.011 0.071 0.230 -0.007 0.005 -0.007 -0.045 0.028 -0.000 -0.047 -0.135 -0.003 0.017 -0.002 -0.017 -0.002 -0.222 1.000 0.133 0.019 | +| Dbar_s | -0.002 -0.451 -0.029 0.000 0.031 -0.002 -0.081 0.156 -0.001 0.504 0.746 -0.031 0.137 -0.011 -0.121 -0.020 0.550 0.133 1.000 -0.013 | +| rho_p | 0.001 0.013 0.012 0.025 -0.056 0.076 -0.016 -0.012 0.025 -0.010 0.002 0.001 0.089 0.151 -0.078 0.232 -0.019 0.019 -0.013 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.01699365307655923}), (, {'error': 0.12701989113100076}), (, {'error': 0.07967608588343333}), (, {'error': 0.6714825367083499}), (, {'error': 0.02761300492398444}), (, {'error': 2.370871790671888}), (, {'error': 0.01639312853535646}), (, {'error': 0.20385861769336877}), (, {'error': 0.7259965048952504}), (, {'error': 0.17465196982606246}), (, {'error': 0.11983010004477745}), (, {'error': 10.128791051637918}), (, {'error': 34.51336320985865}), (, {'error': 0.2328856317098147}), (, {'error': 2.180753668000534}), (, {'error': 0.32921644881093215}), (, {'error': 0.14951118633535287}), (, {'error': 0.17203868797050914}), (, {'error': 0.05096397861425184}), (, {'error': 0.2693817042388482})]) +Toy 6/10 +Time taken: 7 h, 14 min +Projected time left: 4 h, 49 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.178E+05 | Ncalls=497 (508 total) | +| EDM = 4.96E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -717791.8258764001 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 2.0 | 1.8 | | |0.00501244| 2.01499 | | +| 1 | p3770_p | -2.31 | 0.26 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 3.85 | 0.12 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.58 | 0.12 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -1.882 | 0.026 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 23.03 | 0.32 | | | 14.8182 | 23.5818 | | +| 6 | jpsi_p | -1.676 | 0.017 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 0.96 | 0.15 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 8.23 | 0.30 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 0.44 | 0.11 | | |0.126447 | 2.35355 | | +| 10| Ctt | -0.20 | 0.07 | | | -0.5 | 0.5 | | +| 11| p4040_p | -2.57 | 0.20 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 0.999E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | -5.91 | 0.14 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1398.7 | 1.2 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 0.79 | 0.13 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.17 | 0.16 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | 3.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 18| Dbar_s | -0.08 | 0.06 | | | -1.464 | 1.464 | | +| 19| rho_p | 5.16 | 0.26 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p3770_p p4160_p phi_p psi2s_p phi_s jpsi_p p3770_s omega_s p4415_s Ctt p4040_p jpsi_s omega_p psi2s_s rho_s p4160_s p4415_p Dbar_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 0.141 -0.608 0.009 -0.079 -0.000 0.100 0.162 0.000 -0.117 0.298 -0.293 -0.000 -0.002 0.008 0.007 -0.234 -0.277 -0.116 -0.025 | +| p3770_p | 0.141 1.000 0.089 -0.004 -0.051 -0.000 -0.163 0.770 -0.000 0.066 -0.151 0.175 -0.003 -0.008 -0.021 -0.003 0.158 0.117 0.248 -0.018 | +| p4160_p | -0.608 0.089 1.000 -0.011 -0.125 0.000 -0.258 0.047 -0.001 0.282 -0.159 0.444 -0.003 -0.007 -0.000 -0.010 0.319 0.471 0.531 -0.001 | +| phi_p | 0.009 -0.004 -0.011 1.000 -0.009 0.146 -0.022 -0.001 -0.015 -0.006 -0.004 -0.013 -0.000 -0.019 0.001 0.092 -0.008 -0.010 0.001 -0.111 | +| psi2s_p | -0.079 -0.051 -0.125 -0.009 1.000 -0.002 0.122 -0.130 -0.002 -0.218 -0.451 -0.307 0.005 0.003 -0.017 0.011 -0.322 -0.284 -0.514 0.025 | +| phi_s | -0.000 -0.000 0.000 0.146 -0.002 1.000 -0.004 0.000 -0.000 0.000 -0.000 0.000 0.001 0.004 0.001 -0.000 0.000 0.000 0.001 -0.006 | +| jpsi_p | 0.100 -0.163 -0.258 -0.022 0.122 -0.004 1.000 -0.142 -0.004 -0.156 0.092 -0.378 0.007 0.001 0.002 0.024 -0.282 -0.260 -0.389 0.036 | +| p3770_s | 0.162 0.770 0.047 -0.001 -0.130 0.000 -0.142 1.000 0.000 0.065 -0.032 0.118 -0.003 -0.007 -0.008 -0.003 0.132 0.103 0.251 -0.022 | +| omega_s | 0.000 -0.000 -0.001 -0.015 -0.002 -0.000 -0.004 0.000 1.000 0.000 0.001 -0.000 0.000 0.230 0.000 -0.031 0.000 -0.000 0.000 -0.032 | +| p4415_s | -0.117 0.066 0.282 -0.006 -0.218 0.000 -0.156 0.065 0.000 1.000 0.140 0.289 -0.001 -0.007 0.000 -0.003 0.260 0.480 0.331 -0.015 | +| Ctt | 0.298 -0.151 -0.159 -0.004 -0.451 -0.000 0.092 -0.032 0.001 0.140 1.000 -0.063 0.004 0.000 -0.014 0.008 0.127 0.111 0.333 0.004 | +| p4040_p | -0.293 0.175 0.444 -0.013 -0.307 0.000 -0.378 0.118 -0.000 0.289 -0.063 1.000 -0.005 -0.014 -0.000 -0.012 0.680 0.476 0.730 -0.022 | +| jpsi_s | -0.000 -0.003 -0.003 -0.000 0.005 0.001 0.007 -0.003 0.000 -0.001 0.004 -0.005 1.000 -0.002 0.137 0.001 -0.003 -0.002 -0.016 -0.004 | +| omega_p | -0.002 -0.008 -0.007 -0.019 0.003 0.004 0.001 -0.007 0.230 -0.007 0.000 -0.014 -0.002 1.000 -0.002 0.232 -0.012 -0.009 -0.016 0.193 | +| psi2s_s | 0.008 -0.021 -0.000 0.001 -0.017 0.001 0.002 -0.008 0.000 0.000 -0.014 -0.000 0.137 -0.002 1.000 0.001 0.002 0.002 0.001 -0.006 | +| rho_s | 0.007 -0.003 -0.010 0.092 0.011 -0.000 0.024 -0.003 -0.031 -0.003 0.008 -0.012 0.001 0.232 0.001 1.000 -0.008 -0.008 -0.018 0.119 | +| p4160_s | -0.234 0.158 0.319 -0.008 -0.322 0.000 -0.282 0.132 0.000 0.260 0.127 0.680 -0.003 -0.012 0.002 -0.008 1.000 0.304 0.620 -0.025 | +| p4415_p | -0.277 0.117 0.471 -0.010 -0.284 0.000 -0.260 0.103 -0.000 0.480 0.111 0.476 -0.002 -0.009 0.002 -0.008 0.304 1.000 0.604 -0.013 | +| Dbar_s | -0.116 0.248 0.531 0.001 -0.514 0.001 -0.389 0.251 0.000 0.331 0.333 0.730 -0.016 -0.016 0.001 -0.018 0.620 0.604 1.000 -0.049 | +| rho_p | -0.025 -0.018 -0.001 -0.111 0.025 -0.006 0.036 -0.022 -0.032 -0.015 0.004 -0.022 -0.004 0.193 -0.006 0.119 -0.025 -0.013 -0.049 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.811483505798221}), (, {'error': 0.26209174008373237}), (, {'error': 0.12038624832973621}), (, {'error': 0.12231555153666074}), (, {'error': 0.02561476507570193}), (, {'error': 0.3153628145535823}), (, {'error': 0.01685664471198134}), (, {'error': 0.14518723218101548}), (, {'error': 0.2971220673827064}), (, {'error': 0.11002074184114038}), (, {'error': 0.07409460230635151}), (, {'error': 0.19923262938344233}), (, {'error': 1.1828243432155432}), (, {'error': 0.14196733623679503}), (, {'error': 1.1511505031942306}), (, {'error': 0.12624162052079713}), (, {'error': 0.15977763772610865}), (, {'error': 0.424194824980038}), (, {'error': 0.0578069928667484}), (, {'error': 0.2634559222778696})]) +Toy 7/10 +Time taken: 8 h, 1 min +Projected time left: 3 h, 26 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.183E+05 | Ncalls=1088 (1088 total) | +| EDM = 4.97E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -718303.4764686637 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.21 | 0.17 | | |0.00501244| 2.01499 | | +| 1 | p3770_p | -2.10 | 0.12 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.17 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.12 | 0.48 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 3.781 | 0.027 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 19.0 | 1.8 | | | 14.8182 | 23.5818 | | +| 6 | jpsi_p | -4.821 | 0.017 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.27 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 6.1 | 0.9 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.29 | 0.18 | | |0.126447 | 2.35355 | | +| 10| Ctt | 0.18 | 0.14 | | | -0.5 | 0.5 | | +| 11| p4040_p | -2.59 | 0.15 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1368.3 | 2.0 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.22 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.30 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -2.15 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| Dbar_s | 0.09 | 0.06 | | | -1.464 | 1.464 | | +| 19| rho_p | 6.07 | 0.25 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p3770_p p4160_p phi_p psi2s_p phi_s jpsi_p p3770_s omega_s p4415_s Ctt p4040_p jpsi_s omega_p psi2s_s rho_s p4160_s p4415_p Dbar_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.204 -0.498 0.003 -0.297 0.001 -0.029 0.181 0.003 0.096 0.493 -0.204 0.014 -0.000 -0.009 -0.016 -0.023 -0.214 0.374 -0.040 | +| p3770_p | -0.204 1.000 0.232 -0.010 0.378 -0.007 -0.062 -0.164 -0.003 -0.177 -0.507 0.151 -0.030 0.001 0.004 0.013 -0.124 0.096 -0.400 0.024 | +| p4160_p | -0.498 0.232 1.000 -0.013 0.172 -0.011 -0.029 -0.074 0.002 0.058 -0.443 0.098 0.011 0.001 -0.009 0.000 -0.135 0.282 -0.136 0.026 | +| phi_p | 0.003 -0.010 -0.013 1.000 -0.034 0.910 -0.084 -0.002 -0.077 0.001 0.008 -0.010 0.005 -0.013 -0.004 0.061 -0.001 -0.008 -0.002 0.134 | +| psi2s_p | -0.297 0.378 0.172 -0.034 1.000 -0.028 -0.020 -0.190 -0.012 -0.287 -0.387 -0.077 -0.107 0.001 0.063 0.032 -0.307 0.034 -0.566 0.011 | +| phi_s | 0.001 -0.007 -0.011 0.910 -0.028 1.000 -0.085 -0.003 -0.057 0.001 0.008 -0.008 -0.007 -0.014 0.005 0.053 -0.000 -0.006 -0.005 0.178 | +| jpsi_p | -0.029 -0.062 -0.029 -0.084 -0.020 -0.085 1.000 -0.084 0.007 -0.127 -0.062 -0.163 0.058 0.003 -0.048 -0.047 -0.150 -0.020 -0.056 -0.105 | +| p3770_s | 0.181 -0.164 -0.074 -0.002 -0.190 -0.003 -0.084 1.000 0.008 0.076 0.076 -0.036 0.027 0.000 -0.021 -0.022 0.085 -0.007 0.222 -0.022 | +| omega_s | 0.003 -0.003 0.002 -0.077 -0.012 -0.057 0.007 0.008 1.000 0.004 -0.009 0.008 -0.014 -0.104 0.013 -0.556 0.007 0.002 0.014 0.089 | +| p4415_s | 0.096 -0.177 0.058 0.001 -0.287 0.001 -0.127 0.076 0.004 1.000 0.381 0.145 -0.004 0.000 0.002 -0.008 0.303 -0.115 0.469 -0.019 | +| Ctt | 0.493 -0.507 -0.443 0.008 -0.387 0.008 -0.062 0.076 -0.009 0.381 1.000 -0.172 -0.034 -0.000 0.018 0.018 0.333 -0.185 0.738 -0.023 | +| p4040_p | -0.204 0.151 0.098 -0.010 -0.077 -0.008 -0.163 -0.036 0.008 0.145 -0.172 1.000 0.026 0.001 -0.025 -0.013 0.419 0.116 0.188 0.003 | +| jpsi_s | 0.014 -0.030 0.011 0.005 -0.107 -0.007 0.058 0.027 -0.014 -0.004 -0.034 0.026 1.000 -0.000 -0.827 0.020 0.011 0.007 0.142 0.066 | +| omega_p | -0.000 0.001 0.001 -0.013 0.001 -0.014 0.003 0.000 -0.104 0.000 -0.000 0.001 -0.000 1.000 0.000 0.017 0.000 0.000 0.000 0.018 | +| psi2s_s | -0.009 0.004 -0.009 -0.004 0.063 0.005 -0.048 -0.021 0.013 0.002 0.018 -0.025 -0.827 0.000 1.000 -0.020 -0.010 -0.004 -0.117 -0.059 | +| rho_s | -0.016 0.013 0.000 0.061 0.032 0.053 -0.047 -0.022 -0.556 -0.008 0.018 -0.013 0.020 0.017 -0.020 1.000 -0.016 0.000 -0.040 0.178 | +| p4160_s | -0.023 -0.124 -0.135 -0.001 -0.307 -0.000 -0.150 0.085 0.007 0.303 0.333 0.419 0.011 0.000 -0.010 -0.016 1.000 -0.178 0.507 -0.022 | +| p4415_p | -0.214 0.096 0.282 -0.008 0.034 -0.006 -0.020 -0.007 0.002 -0.115 -0.185 0.116 0.007 0.000 -0.004 0.000 -0.178 1.000 0.112 0.022 | +| Dbar_s | 0.374 -0.400 -0.136 -0.002 -0.566 -0.005 -0.056 0.222 0.014 0.469 0.738 0.188 0.142 0.000 -0.117 -0.040 0.507 0.112 1.000 -0.033 | +| rho_p | -0.040 0.024 0.026 0.134 0.011 0.178 -0.105 -0.022 0.089 -0.019 -0.023 0.003 0.066 0.018 -0.059 0.178 -0.022 0.022 -0.033 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1666731364274059}), (, {'error': 0.11589385874390423}), (, {'error': 0.09079629892554975}), (, {'error': 0.475239275336897}), (, {'error': 0.027420578941006468}), (, {'error': 1.7681063796861647}), (, {'error': 0.016787543199885846}), (, {'error': 0.1916733586239665}), (, {'error': 0.9209074036727349}), (, {'error': 0.17630969640465877}), (, {'error': 0.13606180323185674}), (, {'error': 0.15190813024993366}), (, {'error': 36.17061024106806}), (, {'error': 0.06623881611814397}), (, {'error': 1.9872676242279113}), (, {'error': 0.30375631630642014}), (, {'error': 0.1670950628325194}), (, {'error': 0.16352343889381005}), (, {'error': 0.0567985511791399}), (, {'error': 0.24540993887534945})]) +Toy 8/10 +Time taken: 9 h, 19 min +Projected time left: 2 h, 19 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.183E+05 | Ncalls=1391 (1391 total) | +| EDM = 8.88E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -718302.9081908548 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.18 | 0.15 | | |0.00501244| 2.01499 | | +| 1 | p3770_p | 3.79 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.12 | 0.08 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 2.211 | 0.027 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 20 | 7 | | | 14.8182 | 23.5818 | | +| 6 | jpsi_p | 4.742 | 0.017 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.44 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 6.7 | 1.0 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 1.26 | 0.16 | | |0.126447 | 2.35355 | | +| 10| Ctt | 0.12 | 0.09 | | | -0.5 | 0.5 | | +| 11| p4040_p | 3.70 | 0.14 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1374.3 | 1.6 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.24 | 0.31 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.29 | 0.14 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | 4.19 | 0.15 | | |-6.28319 | 6.28319 | | +| 18| Dbar_s | 0.07 | 0.04 | | | -1.464 | 1.464 | | +| 19| rho_p | -6.28 | 0.08 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p3770_p p4160_p phi_p psi2s_p phi_s jpsi_p p3770_s omega_s p4415_s Ctt p4040_p jpsi_s omega_p psi2s_s rho_s p4160_s p4415_p Dbar_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.088 -0.400 0.016 -0.042 0.016 0.020 0.144 0.000 0.002 0.354 -0.175 -0.002 -0.001 -0.006 -0.013 -0.125 -0.169 0.246 -0.006 | +| p3770_p | -0.088 1.000 0.132 -0.068 -0.210 -0.067 -0.025 -0.179 0.031 -0.079 -0.359 0.112 0.005 0.006 0.001 -0.007 -0.042 0.060 -0.244 0.004 | +| p4160_p | -0.400 0.132 1.000 -0.066 -0.030 -0.066 -0.043 -0.062 0.031 0.135 -0.332 0.048 -0.011 0.006 -0.010 -0.012 -0.080 0.219 0.023 0.006 | +| phi_p | 0.016 -0.068 -0.066 1.000 -0.158 0.997 -0.444 0.005 -0.526 -0.012 -0.013 -0.056 0.026 -0.088 0.020 0.231 -0.011 -0.038 0.013 -0.032 | +| psi2s_p | -0.042 -0.210 -0.030 -0.158 1.000 -0.158 0.030 -0.239 0.092 -0.108 -0.010 -0.204 -0.062 0.016 -0.065 -0.060 -0.158 -0.018 -0.034 -0.002 | +| phi_s | 0.016 -0.067 -0.066 0.997 -0.158 1.000 -0.442 0.004 -0.525 -0.012 -0.013 -0.056 0.027 -0.088 0.022 0.231 -0.011 -0.038 0.013 -0.030 | +| jpsi_p | 0.020 -0.025 -0.043 -0.444 0.030 -0.442 1.000 0.009 0.213 -0.038 0.113 -0.086 0.033 0.041 0.031 -0.053 -0.049 -0.027 -0.107 0.008 | +| p3770_s | 0.144 -0.179 -0.062 0.005 -0.239 0.004 0.009 1.000 0.005 0.035 0.013 -0.063 -0.009 0.000 -0.026 -0.017 0.042 -0.012 0.185 -0.002 | +| omega_s | 0.000 0.031 0.031 -0.526 0.092 -0.525 0.213 0.005 1.000 0.010 -0.001 0.032 0.006 -0.078 0.004 -0.542 0.012 0.016 0.009 0.082 | +| p4415_s | 0.002 -0.079 0.135 -0.012 -0.108 -0.012 -0.038 0.035 0.010 1.000 0.241 0.121 0.018 0.002 0.013 -0.005 0.184 -0.104 0.332 -0.002 | +| Ctt | 0.354 -0.359 -0.332 -0.013 -0.010 -0.013 0.113 0.013 -0.001 0.241 1.000 -0.180 0.057 0.001 0.054 0.029 0.199 -0.147 0.576 -0.003 | +| p4040_p | -0.175 0.112 0.048 -0.056 -0.204 -0.056 -0.086 -0.063 0.032 0.121 -0.180 1.000 -0.011 0.006 -0.013 -0.019 0.377 0.081 0.216 0.003 | +| jpsi_s | -0.002 0.005 -0.011 0.026 -0.062 0.027 0.033 -0.009 0.006 0.018 0.057 -0.011 1.000 -0.001 0.733 -0.018 0.010 0.003 -0.106 -0.010 | +| omega_p | -0.001 0.006 0.006 -0.088 0.016 -0.088 0.041 0.000 -0.078 0.002 0.001 0.006 -0.001 1.000 -0.001 -0.013 0.002 0.003 0.000 0.006 | +| psi2s_s | -0.006 0.001 -0.010 0.020 -0.065 0.022 0.031 -0.026 0.004 0.013 0.054 -0.013 0.733 -0.001 1.000 -0.013 0.004 0.001 -0.089 -0.008 | +| rho_s | -0.013 -0.007 -0.012 0.231 -0.060 0.231 -0.053 -0.017 -0.542 -0.005 0.029 -0.019 -0.018 -0.013 -0.013 1.000 -0.011 -0.002 -0.038 -0.016 | +| p4160_s | -0.125 -0.042 -0.080 -0.011 -0.158 -0.011 -0.049 0.042 0.012 0.184 0.199 0.377 0.010 0.002 0.004 -0.011 1.000 -0.175 0.390 -0.002 | +| p4415_p | -0.169 0.060 0.219 -0.038 -0.018 -0.038 -0.027 -0.012 0.016 -0.104 -0.147 0.081 0.003 0.003 0.001 -0.002 -0.175 1.000 0.182 0.005 | +| Dbar_s | 0.246 -0.244 0.023 0.013 -0.034 0.013 -0.107 0.185 0.009 0.332 0.576 0.216 -0.106 0.000 -0.089 -0.038 0.390 0.182 1.000 -0.002 | +| rho_p | -0.006 0.004 0.006 -0.032 -0.002 -0.030 0.008 -0.002 0.082 -0.002 -0.003 0.003 -0.010 0.006 -0.008 -0.016 -0.002 0.005 -0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14536461581834292}), (, {'error': 0.09884281586588006}), (, {'error': 0.07981474656657594}), (, {'error': 9.973984477223958}), (, {'error': 0.02679557868900151}), (, {'error': 6.600859811122633}), (, {'error': 0.01734289777259157}), (, {'error': 0.19098004673049895}), (, {'error': 0.9799818617728553}), (, {'error': 0.15606261523091836}), (, {'error': 0.08913410895766538}), (, {'error': 0.1382846198636889}), (, {'error': 10.682006358585568}), (, {'error': 0.08771990915641048}), (, {'error': 1.5746953911681203}), (, {'error': 0.30995111512605633}), (, {'error': 0.14299712130971165}), (, {'error': 0.15138490457769826}), (, {'error': 0.03900345324812693}), (, {'error': 0.07607104514043872})]) +Toy 9/10 +Time taken: 10 h, 54 min +Projected time left: 1 h, 12 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.182E+05 | Ncalls=754 (754 total) | +| EDM = 9.55E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -718190.4622495128 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.53 | 0.14 | | |0.00501244| 2.01499 | | +| 1 | p3770_p | 4.76 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.05 | 0.61 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -1.962 | 0.023 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 19.4 | 2.2 | | | 14.8182 | 23.5818 | | +| 6 | jpsi_p | 4.577 | 0.016 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 1.99 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 7.7 | 1.8 | | | 4.19232 | 9.40768 | | +| 9 | p4415_s | 0.88 | 0.17 | | |0.126447 | 2.35355 | | +| 10| Ctt | -0.50 | 0.05 | | | -0.5 | 0.5 | | +| 11| p4040_p | 3.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| omega_p | 0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1369.0 | 1.7 | | | 1358.64 | 1433.36 | | +| 15| rho_s | 1.31 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 0.717 | 0.012 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | 4.98 | 0.21 | | |-6.28319 | 6.28319 | | +| 18| Dbar_s | -0.29 | 0.03 | | | -1.464 | 1.464 | | +| 19| rho_p | -0.34 | 0.25 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p3770_p p4160_p phi_p psi2s_p phi_s jpsi_p p3770_s omega_s p4415_s Ctt p4040_p jpsi_s omega_p psi2s_s rho_s p4160_s p4415_p Dbar_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.028 0.015 0.005 -0.032 0.003 0.022 0.128 0.001 -0.225 0.104 -0.292 0.003 -0.001 0.007 -0.016 -0.005 -0.083 -0.144 -0.026 | +| p3770_p | -0.028 1.000 -0.001 -0.012 0.232 -0.010 0.042 -0.113 -0.007 0.016 -0.129 0.101 -0.037 -0.002 -0.004 0.027 0.001 0.013 -0.084 0.020 | +| p4160_p | 0.015 -0.001 1.000 0.000 0.004 0.000 0.004 -0.002 -0.000 -0.004 -0.001 -0.006 -0.001 0.000 0.000 0.000 -0.004 0.004 -0.013 0.000 | +| phi_p | 0.005 -0.012 0.000 1.000 -0.057 0.944 -0.114 0.000 -0.013 -0.003 0.000 -0.012 -0.005 0.069 0.004 0.058 -0.001 -0.004 -0.001 0.080 | +| psi2s_p | -0.032 0.232 0.004 -0.057 1.000 -0.053 0.062 -0.099 -0.029 -0.127 -0.181 -0.141 -0.078 -0.024 0.029 0.040 0.003 0.041 -0.328 -0.002 | +| phi_s | 0.003 -0.010 0.000 0.944 -0.053 1.000 -0.110 -0.000 0.019 -0.002 0.001 -0.012 -0.010 0.094 0.008 0.057 -0.001 -0.004 -0.006 0.133 | +| jpsi_p | 0.022 0.042 0.004 -0.114 0.062 -0.110 1.000 -0.092 -0.055 -0.116 0.033 -0.153 -0.057 -0.051 0.044 0.048 0.000 0.011 -0.265 -0.024 | +| p3770_s | 0.128 -0.113 -0.002 0.000 -0.099 -0.000 -0.092 1.000 0.002 0.086 -0.004 0.113 0.019 -0.003 -0.017 -0.020 -0.001 -0.004 0.286 -0.017 | +| omega_s | 0.001 -0.007 -0.000 -0.013 -0.029 0.019 -0.055 0.002 1.000 0.001 -0.001 -0.002 0.006 0.859 -0.004 -0.190 -0.000 -0.000 0.011 0.102 | +| p4415_s | -0.225 0.016 -0.004 -0.003 -0.127 -0.002 -0.116 0.086 0.001 1.000 0.080 0.196 0.006 -0.003 -0.000 -0.013 0.016 0.132 0.445 -0.004 | +| Ctt | 0.104 -0.129 -0.001 0.000 -0.181 0.001 0.033 -0.004 -0.001 0.080 1.000 0.001 -0.008 -0.000 0.005 0.006 -0.004 -0.050 0.229 -0.003 | +| p4040_p | -0.292 0.101 -0.006 -0.012 -0.141 -0.012 -0.153 0.113 -0.002 0.196 0.001 1.000 0.034 -0.009 -0.025 -0.021 -0.010 -0.018 0.500 -0.017 | +| jpsi_s | 0.003 -0.037 -0.001 -0.005 -0.078 -0.010 -0.057 0.019 0.006 0.006 -0.008 0.034 1.000 0.014 -0.763 0.021 0.000 0.003 0.218 0.064 | +| omega_p | -0.001 -0.002 0.000 0.069 -0.024 0.094 -0.051 -0.003 0.859 -0.003 -0.000 -0.009 0.014 1.000 -0.011 0.111 -0.000 0.001 -0.007 0.097 | +| psi2s_s | 0.007 -0.004 0.000 0.004 0.029 0.008 0.044 -0.017 -0.004 -0.000 0.005 -0.025 -0.763 -0.011 1.000 -0.020 -0.000 -0.003 -0.152 -0.054 | +| rho_s | -0.016 0.027 0.000 0.058 0.040 0.057 0.048 -0.020 -0.190 -0.013 0.006 -0.021 0.021 0.111 -0.020 1.000 0.000 0.007 -0.084 0.206 | +| p4160_s | -0.005 0.001 -0.004 -0.001 0.003 -0.001 0.000 -0.001 -0.000 0.016 -0.004 -0.010 0.000 -0.000 -0.000 0.000 1.000 0.003 0.011 0.001 | +| p4415_p | -0.083 0.013 0.004 -0.004 0.041 -0.004 0.011 -0.004 -0.000 0.132 -0.050 -0.018 0.003 0.001 -0.003 0.007 0.003 1.000 0.204 0.020 | +| Dbar_s | -0.144 -0.084 -0.013 -0.001 -0.328 -0.006 -0.265 0.286 0.011 0.445 0.229 0.500 0.218 -0.007 -0.152 -0.084 0.011 0.204 1.000 -0.037 | +| rho_p | -0.026 0.020 0.000 0.080 -0.002 0.133 -0.024 -0.017 0.102 -0.004 -0.003 -0.017 0.064 0.097 -0.054 0.206 0.001 0.020 -0.037 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14262303196406745}), (, {'error': 0.11237936026575834}), (, {'error': 0.009087033021964785}), (, {'error': 0.6129522716174272}), (, {'error': 0.022768959260334398}), (, {'error': 2.20033443545692}), (, {'error': 0.01578751036641801}), (, {'error': 0.1890192365034027}), (, {'error': 1.7878164782577204}), (, {'error': 0.16526348466282037}), (, {'error': 0.04590487516920283}), (, {'error': 0.09982947496817651}), (, {'error': 20.80819893807893}), (, {'error': 0.41963903017422766}), (, {'error': 1.7283472304371799}), (, {'error': 0.29888101956664953}), (, {'error': 0.012295979796311918}), (, {'error': 0.20604985342993487}), (, {'error': 0.03464319365305257}), (, {'error': 0.2515435238491208})]) +Toy 10/10 +Time taken: 11 h, 56 min +Projected time left: +Mean Ctt value = -0.08969957439874535 +Mean Ctt error = 0.09649217516959809 +Simulation ended diff --git a/prelim_results/slurm-2213923.out b/prelim_results/slurm-2213923.out new file mode 100644 index 0000000..85c7820 --- /dev/null +++ b/prelim_results/slurm-2213923.out @@ -0,0 +1,9624 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:24.871574: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:24.880324: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099870000 Hz +2019-07-07 14:45:24.880519: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x560edecf9400 executing computations on platform Host. Devices: +2019-07-07 14:45:24.880547: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:30.830802: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x560eded899a0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:30.830876: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:30.834241: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:10:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:30.834294: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:30.871028: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:30.871111: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:30.871127: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:30.873956: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:10:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716812.0976814 Edm = 7.86219 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716812.0976814 Edm = 7.86219 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719452.8540634 Edm = 0.178187 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719456.4080142 Edm = 0.12493 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -719493.3653592 Edm = 0.0503309 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -719493.5871177 Edm = 0.0471143 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -719496.0245313 Edm = 1.752 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -719520.6057544 Edm = 0.598079 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -719521.686244 Edm = 0.289022 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -719528.0269874 Edm = 4.59609 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -719537.7177761 Edm = 16.7557 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -719556.2306595 Edm = 4.04797 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -719561.5426729 Edm = 5.73316 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -719594.488499 Edm = 10.8139 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -719608.0943117 Edm = 0.0598661 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -719608.1836322 Edm = 0.0398902 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -719612.1369506 Edm = 3.84285 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -719612.4202893 Edm = 0.216075 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -719637.0495633 Edm = 23.7215 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -719638.3529172 Edm = 2.19434 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -719652.3020463 Edm = 10.5286 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -719729.8680326 Edm = 11.3466 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -719752.951938 Edm = 1.30983 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -719754.5538968 Edm = 0.0845717 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -719754.7546007 Edm = 0.095591 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -719755.064988 Edm = 0.0983308 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -719755.1848461 Edm = 0.0147691 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -719755.2074844 Edm = 0.0133338 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -719755.2627274 Edm = 0.0540134 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -719755.9728436 Edm = 0.551938 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -719758.0439522 Edm = 3.15857 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -719761.7752811 Edm = 3.32791 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -719781.4145185 Edm = 7.79948 NCalls = 121 +VariableMetric: Iteration # 32 - FCN = -719784.1032794 Edm = 12.5037 NCalls = 123 +VariableMetric: Iteration # 33 - FCN = -719823.4879422 Edm = 10.7282 NCalls = 127 +VariableMetric: Iteration # 34 - FCN = -719874.9887013 Edm = 12.5711 NCalls = 133 +VariableMetric: Iteration # 35 - FCN = -719880.1469945 Edm = 1.98755 NCalls = 135 +VariableMetric: Iteration # 36 - FCN = -719881.962246 Edm = 0.811108 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -719883.5502906 Edm = 0.285835 NCalls = 139 +VariableMetric: Iteration # 38 - FCN = -719883.9281553 Edm = 0.0146149 NCalls = 141 +VariableMetric: Iteration # 39 - FCN = -719883.9578615 Edm = 0.0049178 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -719883.9691263 Edm = 0.00383002 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -719883.9853881 Edm = 0.0121687 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -719884.1549866 Edm = 0.171747 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -719889.4385444 Edm = 4.30697 NCalls = 158 +VariableMetric: Iteration # 44 - FCN = -719916.4459904 Edm = 32.1758 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -719937.1417105 Edm = 2.63588 NCalls = 166 +VariableMetric: Iteration # 46 - FCN = -719940.1106135 Edm = 0.274652 NCalls = 168 +VariableMetric: Iteration # 47 - FCN = -719940.4162276 Edm = 0.0498905 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -719940.5261656 Edm = 0.027377 NCalls = 172 +VariableMetric: Iteration # 49 - FCN = -719940.5714643 Edm = 0.00427348 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -719940.5768992 Edm = 0.000925278 NCalls = 176 +VariableMetric: Iteration # 51 - FCN = -719940.5887958 Edm = 0.00982906 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -719942.4778981 Edm = 2.27349 NCalls = 186 +VariableMetric: Iteration # 53 - FCN = -719950.6194903 Edm = 3.92873 NCalls = 195 +VariableMetric: Iteration # 54 - FCN = -719956.8329522 Edm = 4.44921 NCalls = 200 +VariableMetric: Iteration # 55 - FCN = -719961.2097913 Edm = 1.03719 NCalls = 203 +VariableMetric: Iteration # 56 - FCN = -719962.2275821 Edm = 0.0871926 NCalls = 204 +VariableMetric: Iteration # 57 - FCN = -719962.3090793 Edm = 0.00872873 NCalls = 205 +VariableMetric: Iteration # 58 - FCN = -719962.3184291 Edm = 0.00151294 NCalls = 207 +VariableMetric: Iteration # 59 - FCN = -719962.3435478 Edm = 0.0240305 NCalls = 211 +VariableMetric: Iteration # 60 - FCN = -719963.3425724 Edm = 1.01243 NCalls = 218 +VariableMetric: Iteration # 61 - FCN = -719993.7639303 Edm = 14.2587 NCalls = 223 +VariableMetric: Iteration # 62 - FCN = -720043.1018777 Edm = 24.3256 NCalls = 227 +VariableMetric: Iteration # 63 - FCN = -720065.8856643 Edm = 30.3364 NCalls = 230 +VariableMetric: Iteration # 64 - FCN = -720081.6496598 Edm = 17.3367 NCalls = 232 +VariableMetric: Iteration # 65 - FCN = -720089.1495734 Edm = 1.54537 NCalls = 234 +VariableMetric: Iteration # 66 - FCN = -720090.2384999 Edm = 0.202701 NCalls = 236 +VariableMetric: Iteration # 67 - FCN = -720090.5103249 Edm = 0.0186207 NCalls = 238 +VariableMetric: Iteration # 68 - FCN = -720090.539043 Edm = 0.00637449 NCalls = 240 +VariableMetric: Iteration # 69 - FCN = -720090.5551888 Edm = 0.00574486 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -720090.6409222 Edm = 0.0890915 NCalls = 245 +VariableMetric: Iteration # 71 - FCN = -720097.7878681 Edm = 3.45331 NCalls = 252 +VariableMetric: Iteration # 72 - FCN = -720130.5615809 Edm = 22.2897 NCalls = 255 +VariableMetric: Iteration # 73 - FCN = -720147.7312007 Edm = 11.4378 NCalls = 257 +VariableMetric: Iteration # 74 - FCN = -720156.9261774 Edm = 0.825168 NCalls = 259 +VariableMetric: Iteration # 75 - FCN = -720157.9208233 Edm = 0.237539 NCalls = 261 +VariableMetric: Iteration # 76 - FCN = -720158.3148547 Edm = 0.0946046 NCalls = 263 +VariableMetric: Iteration # 77 - FCN = -720158.5149789 Edm = 0.0708573 NCalls = 265 +VariableMetric: Iteration # 78 - FCN = -720158.6339565 Edm = 0.027945 NCalls = 267 +VariableMetric: Iteration # 79 - FCN = -720158.7008751 Edm = 0.0200351 NCalls = 269 +VariableMetric: Iteration # 80 - FCN = -720158.7209537 Edm = 0.00787643 NCalls = 271 +VariableMetric: Iteration # 81 - FCN = -720158.7351869 Edm = 0.00397964 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -720158.7470934 Edm = 0.00373246 NCalls = 276 +VariableMetric: Iteration # 83 - FCN = -720158.7856369 Edm = 0.0520316 NCalls = 280 +VariableMetric: Iteration # 84 - FCN = -720159.0449956 Edm = 0.341794 NCalls = 289 +VariableMetric: Iteration # 85 - FCN = -720159.5015356 Edm = 0.786034 NCalls = 293 +VariableMetric: Iteration # 86 - FCN = -720162.422397 Edm = 2.47344 NCalls = 296 +VariableMetric: Iteration # 87 - FCN = -720195.770762 Edm = 12.1048 NCalls = 302 +VariableMetric: Iteration # 88 - FCN = -720197.4006796 Edm = 7.76778 NCalls = 304 +VariableMetric: Iteration # 89 - FCN = -720207.2545831 Edm = 3.5287 NCalls = 306 +VariableMetric: Iteration # 90 - FCN = -720215.0905687 Edm = 3.31391 NCalls = 309 +VariableMetric: Iteration # 91 - FCN = -720218.7571449 Edm = 0.317498 NCalls = 311 +VariableMetric: Iteration # 92 - FCN = -720219.1182096 Edm = 0.0752451 NCalls = 313 +VariableMetric: Iteration # 93 - FCN = -720219.2069676 Edm = 0.0275711 NCalls = 315 +VariableMetric: Iteration # 94 - FCN = -720219.250185 Edm = 0.00183064 NCalls = 317 +VariableMetric: Iteration # 95 - FCN = -720219.2524523 Edm = 0.000227988 NCalls = 319 +VariableMetric: Iteration # 96 - FCN = -720219.2542366 Edm = 0.00158884 NCalls = 322 +VariableMetric: Iteration # 97 - FCN = -720219.3265139 Edm = 0.0453072 NCalls = 328 +VariableMetric: Iteration # 98 - FCN = -720220.3509687 Edm = 0.733992 NCalls = 332 +VariableMetric: Iteration # 99 - FCN = -720224.8510566 Edm = 1.47266 NCalls = 336 +VariableMetric: Iteration # 100 - FCN = -720226.5790385 Edm = 0.597866 NCalls = 338 +VariableMetric: Iteration # 101 - FCN = -720227.4518547 Edm = 0.0438677 NCalls = 340 +VariableMetric: Iteration # 102 - FCN = -720227.511916 Edm = 0.00166078 NCalls = 342 +VariableMetric: Iteration # 103 - FCN = -720227.513775 Edm = 8.62365e-05 NCalls = 344 +VariableMetric: Iteration # 104 - FCN = -720227.5138684 Edm = 2.19807e-05 NCalls = 346 +VariableMetric: After Hessian - FCN = -720227.5138684 Edm = 1.54719e+06 NCalls = 713 +VariableMetric: Iteration # 105 - FCN = -720227.5138684 Edm = 1.54719e+06 NCalls = 713 +VariableMetric: Iteration # 106 - FCN = -720291.9647912 Edm = 21162.4 NCalls = 724 +VariableMetric: Iteration # 107 - FCN = -720303.8285801 Edm = 19.1439 NCalls = 730 +VariableMetric: Iteration # 108 - FCN = -720334.0318142 Edm = 1.78682 NCalls = 732 +VariableMetric: Iteration # 109 - FCN = -720334.7887595 Edm = 0.403423 NCalls = 734 +VariableMetric: Iteration # 110 - FCN = -720336.114369 Edm = 0.309118 NCalls = 736 +VariableMetric: Iteration # 111 - FCN = -720336.7087697 Edm = 0.0998559 NCalls = 738 +VariableMetric: Iteration # 112 - FCN = -720337.4541953 Edm = 0.0795592 NCalls = 742 +VariableMetric: Iteration # 113 - FCN = -720337.7254201 Edm = 0.154901 NCalls = 744 +VariableMetric: Iteration # 114 - FCN = -720338.2004564 Edm = 0.0828436 NCalls = 747 +VariableMetric: Iteration # 115 - FCN = -720338.2996289 Edm = 0.0562295 NCalls = 749 +VariableMetric: Iteration # 116 - FCN = -720338.5903264 Edm = 0.0775934 NCalls = 752 +VariableMetric: Iteration # 117 - FCN = -720338.7318178 Edm = 0.0380169 NCalls = 754 +VariableMetric: Iteration # 118 - FCN = -720338.9244429 Edm = 0.102559 NCalls = 756 +VariableMetric: Iteration # 119 - FCN = -720339.063009 Edm = 0.0253666 NCalls = 758 +VariableMetric: Iteration # 120 - FCN = -720339.1976586 Edm = 0.0418377 NCalls = 760 +VariableMetric: Iteration # 121 - FCN = -720339.2469755 Edm = 0.00644346 NCalls = 762 +VariableMetric: Iteration # 122 - FCN = -720339.2627389 Edm = 0.00941645 NCalls = 764 +VariableMetric: Iteration # 123 - FCN = -720339.329962 Edm = 0.0316519 NCalls = 767 +VariableMetric: Iteration # 124 - FCN = -720339.4075772 Edm = 0.0288381 NCalls = 770 +VariableMetric: Iteration # 125 - FCN = -720339.5068076 Edm = 0.0406457 NCalls = 772 +VariableMetric: Iteration # 126 - FCN = -720339.5492933 Edm = 0.020842 NCalls = 774 +VariableMetric: Iteration # 127 - FCN = -720339.5764922 Edm = 0.0234921 NCalls = 776 +VariableMetric: Iteration # 128 - FCN = -720339.6894979 Edm = 0.11106 NCalls = 780 +VariableMetric: Iteration # 129 - FCN = -720339.9636881 Edm = 0.0901382 NCalls = 784 +VariableMetric: Iteration # 130 - FCN = -720340.027293 Edm = 0.043617 NCalls = 786 +VariableMetric: Iteration # 131 - FCN = -720340.1060422 Edm = 0.0802808 NCalls = 789 +VariableMetric: Iteration # 132 - FCN = -720340.3161922 Edm = 0.051897 NCalls = 792 +VariableMetric: Iteration # 133 - FCN = -720340.3921079 Edm = 0.128138 NCalls = 795 +VariableMetric: Iteration # 134 - FCN = -720340.529044 Edm = 0.0860836 NCalls = 798 +VariableMetric: Iteration # 135 - FCN = -720340.6885863 Edm = 0.147718 NCalls = 801 +VariableMetric: Iteration # 136 - FCN = -720340.7732978 Edm = 0.0227533 NCalls = 803 +VariableMetric: Iteration # 137 - FCN = -720340.8035209 Edm = 0.0079853 NCalls = 805 +VariableMetric: Iteration # 138 - FCN = -720340.8243876 Edm = 0.00955695 NCalls = 807 +VariableMetric: Iteration # 139 - FCN = -720340.8476589 Edm = 0.00836968 NCalls = 810 +VariableMetric: Iteration # 140 - FCN = -720340.8592721 Edm = 0.00270871 NCalls = 812 +VariableMetric: Iteration # 141 - FCN = -720340.8659973 Edm = 0.0018747 NCalls = 814 +VariableMetric: Iteration # 142 - FCN = -720340.8699843 Edm = 0.00191674 NCalls = 816 +VariableMetric: Iteration # 143 - FCN = -720340.87585 Edm = 0.00130573 NCalls = 818 +VariableMetric: Iteration # 144 - FCN = -720340.8779753 Edm = 0.000362687 NCalls = 820 +VariableMetric: Iteration # 145 - FCN = -720340.8790262 Edm = 0.00039284 NCalls = 822 +VariableMetric: Iteration # 146 - FCN = -720340.8798325 Edm = 0.000262656 NCalls = 824 +VariableMetric: Iteration # 147 - FCN = -720340.8803143 Edm = 0.000138003 NCalls = 826 +VariableMetric: Iteration # 148 - FCN = -720340.8807438 Edm = 0.00012053 NCalls = 828 +VariableMetric: Iteration # 149 - FCN = -720340.8810751 Edm = 2.61958e-05 NCalls = 830 +VariableMetric: After Hessian - FCN = -720340.8810751 Edm = 0.00017765 NCalls = 1201 +VariableMetric: Iteration # 150 - FCN = -720340.8810751 Edm = 0.00017765 NCalls = 1201 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715561.5594217 Edm = 8.87766 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715561.5594217 Edm = 8.87766 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718199.7065446 Edm = 1.02104 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -718201.2407274 Edm = 2.14861 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -718311.2002412 Edm = 0.198068 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -718312.2875331 Edm = 0.929352 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -718393.7505745 Edm = 23.2377 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -718428.6328748 Edm = 0.610978 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -718429.6783152 Edm = 0.126447 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -718435.3838523 Edm = 4.65458 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -718636.3411949 Edm = 51.4679 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -718720.1819177 Edm = 12.5428 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -718784.4460475 Edm = 4.55545 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -718789.1779622 Edm = 1.00053 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -718789.6827948 Edm = 0.0994599 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -718789.8091526 Edm = 0.0194725 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -718789.894507 Edm = 0.0723095 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -718804.4301531 Edm = 11.8239 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -718915.3007698 Edm = 9.52827 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -718923.6903025 Edm = 1.49762 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -718924.7480171 Edm = 0.0951601 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -718924.8650424 Edm = 0.0132257 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -718924.9417243 Edm = 0.0548207 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -718936.8694674 Edm = 8.30978 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -718983.2018261 Edm = 6.35999 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -718987.0388057 Edm = 1.45134 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -718989.7068406 Edm = 1.0686 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -718996.0463589 Edm = 0.529316 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -718996.3651453 Edm = 0.175005 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -718996.5383837 Edm = 0.0274819 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -718996.5743313 Edm = 0.0199148 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -718996.6043528 Edm = 0.0147704 NCalls = 97 +VariableMetric: Iteration # 31 - FCN = -718998.0388176 Edm = 1.33246 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -719110.2617998 Edm = 44.5769 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -719196.6707565 Edm = 25.5854 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -719215.2570499 Edm = 12.91 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -719226.1361907 Edm = 0.837748 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -719226.9964138 Edm = 0.447045 NCalls = 116 +VariableMetric: Iteration # 37 - FCN = -719227.8783297 Edm = 0.406768 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -719228.4462227 Edm = 0.23004 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -719228.7078792 Edm = 0.0511392 NCalls = 125 +VariableMetric: Iteration # 40 - FCN = -719228.7982912 Edm = 0.0325244 NCalls = 127 +VariableMetric: Iteration # 41 - FCN = -719228.8234139 Edm = 0.0117689 NCalls = 129 +VariableMetric: Iteration # 42 - FCN = -719228.9140387 Edm = 0.0860544 NCalls = 132 +VariableMetric: Iteration # 43 - FCN = -719231.2991873 Edm = 2.05026 NCalls = 138 +VariableMetric: Iteration # 44 - FCN = -719276.3746049 Edm = 17.2008 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -719313.0874736 Edm = 64.4247 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -719334.0619038 Edm = 16.7919 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -719367.4233054 Edm = 6.76398 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -719372.9194488 Edm = 2.85778 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -719374.3958839 Edm = 1.52265 NCalls = 157 +VariableMetric: Iteration # 50 - FCN = -719375.4570142 Edm = 0.14323 NCalls = 159 +VariableMetric: Iteration # 51 - FCN = -719375.6130908 Edm = 0.0271179 NCalls = 161 +VariableMetric: Iteration # 52 - FCN = -719375.6411593 Edm = 0.00560019 NCalls = 163 +VariableMetric: Iteration # 53 - FCN = -719375.7020155 Edm = 0.0491333 NCalls = 166 +VariableMetric: Iteration # 54 - FCN = -719383.065903 Edm = 6.56678 NCalls = 172 +VariableMetric: Iteration # 55 - FCN = -719535.5180316 Edm = 185.58 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -719722.4563543 Edm = 76.2303 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -720099.4521843 Edm = 61.7685 NCalls = 184 +VariableMetric: Iteration # 58 - FCN = -720154.0140267 Edm = 35.5213 NCalls = 185 +VariableMetric: Iteration # 59 - FCN = -720169.3711412 Edm = 15.744 NCalls = 187 +VariableMetric: Iteration # 60 - FCN = -720194.3826667 Edm = 12.1089 NCalls = 189 +VariableMetric: Iteration # 61 - FCN = -720223.7974786 Edm = 9.81349 NCalls = 192 +VariableMetric: Iteration # 62 - FCN = -720237.0048112 Edm = 9.52273 NCalls = 194 +VariableMetric: Iteration # 63 - FCN = -720244.7204926 Edm = 1.43073 NCalls = 196 +VariableMetric: Iteration # 64 - FCN = -720247.061912 Edm = 0.218771 NCalls = 198 +VariableMetric: Iteration # 65 - FCN = -720247.4374065 Edm = 0.0663039 NCalls = 200 +VariableMetric: Iteration # 66 - FCN = -720247.5160847 Edm = 0.0116351 NCalls = 202 +VariableMetric: Iteration # 67 - FCN = -720247.5381722 Edm = 0.00382687 NCalls = 204 +VariableMetric: Iteration # 68 - FCN = -720247.5576111 Edm = 0.00826862 NCalls = 206 +VariableMetric: Iteration # 69 - FCN = -720247.6856141 Edm = 0.0475774 NCalls = 209 +VariableMetric: Iteration # 70 - FCN = -720247.901543 Edm = 0.102471 NCalls = 211 +VariableMetric: Iteration # 71 - FCN = -720248.7215596 Edm = 0.67016 NCalls = 214 +VariableMetric: Iteration # 72 - FCN = -720257.8169501 Edm = 8.92612 NCalls = 219 +VariableMetric: Iteration # 73 - FCN = -720271.3676194 Edm = 21.2455 NCalls = 224 +VariableMetric: Iteration # 74 - FCN = -720326.0791607 Edm = 31.6098 NCalls = 231 +VariableMetric: Iteration # 75 - FCN = -720357.8209453 Edm = 26.8429 NCalls = 233 +VariableMetric: Iteration # 76 - FCN = -720381.9847054 Edm = 2.38876 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -720384.4974104 Edm = 1.84511 NCalls = 238 +VariableMetric: Iteration # 78 - FCN = -720385.3214617 Edm = 0.527817 NCalls = 240 +VariableMetric: Iteration # 79 - FCN = -720386.2066755 Edm = 0.391288 NCalls = 242 +VariableMetric: Iteration # 80 - FCN = -720387.3464869 Edm = 0.294579 NCalls = 245 +VariableMetric: Iteration # 81 - FCN = -720387.9125236 Edm = 0.157358 NCalls = 247 +VariableMetric: Iteration # 82 - FCN = -720388.1273759 Edm = 0.120966 NCalls = 249 +VariableMetric: Iteration # 83 - FCN = -720388.2682703 Edm = 0.0347948 NCalls = 252 +VariableMetric: Iteration # 84 - FCN = -720388.3154427 Edm = 0.0044097 NCalls = 254 +VariableMetric: Iteration # 85 - FCN = -720388.323588 Edm = 0.00172607 NCalls = 256 +VariableMetric: Iteration # 86 - FCN = -720388.3261637 Edm = 0.000340938 NCalls = 258 +VariableMetric: Iteration # 87 - FCN = -720388.3273613 Edm = 0.000734532 NCalls = 260 +VariableMetric: Iteration # 88 - FCN = -720388.3450859 Edm = 0.0176004 NCalls = 264 +VariableMetric: Iteration # 89 - FCN = -720389.3833282 Edm = 0.315282 NCalls = 271 +VariableMetric: Iteration # 90 - FCN = -720393.3285476 Edm = 1.44388 NCalls = 273 +VariableMetric: Iteration # 91 - FCN = -720396.8429046 Edm = 0.298672 NCalls = 276 +VariableMetric: Iteration # 92 - FCN = -720397.2671985 Edm = 0.0391533 NCalls = 278 +VariableMetric: Iteration # 93 - FCN = -720397.3120121 Edm = 0.00327004 NCalls = 280 +VariableMetric: Iteration # 94 - FCN = -720397.316103 Edm = 0.000166728 NCalls = 282 +VariableMetric: Iteration # 95 - FCN = -720397.3165625 Edm = 0.000189869 NCalls = 284 +VariableMetric: Iteration # 96 - FCN = -720397.3176845 Edm = 0.000777618 NCalls = 287 +VariableMetric: Iteration # 97 - FCN = -720397.3832758 Edm = 0.0672777 NCalls = 292 +VariableMetric: Iteration # 98 - FCN = -720397.463757 Edm = 0.077182 NCalls = 297 +VariableMetric: Iteration # 99 - FCN = -720408.234512 Edm = 4.17899 NCalls = 303 +VariableMetric: Iteration # 100 - FCN = -720409.6383522 Edm = 3.92476 NCalls = 305 +VariableMetric: Iteration # 101 - FCN = -720412.862941 Edm = 3.8427 NCalls = 308 +VariableMetric: Iteration # 102 - FCN = -720418.6252426 Edm = 3.02509 NCalls = 311 +VariableMetric: Iteration # 103 - FCN = -720422.0314093 Edm = 2.39778 NCalls = 313 +VariableMetric: Iteration # 104 - FCN = -720423.8406141 Edm = 0.344149 NCalls = 316 +VariableMetric: Iteration # 105 - FCN = -720424.0413068 Edm = 0.221635 NCalls = 318 +VariableMetric: Iteration # 106 - FCN = -720424.2600784 Edm = 0.0850247 NCalls = 320 +VariableMetric: Iteration # 107 - FCN = -720424.4026764 Edm = 0.150951 NCalls = 323 +VariableMetric: Iteration # 108 - FCN = -720424.6421766 Edm = 0.203975 NCalls = 329 +VariableMetric: Iteration # 109 - FCN = -720424.701865 Edm = 0.15755 NCalls = 332 +VariableMetric: Iteration # 110 - FCN = -720424.9739599 Edm = 0.262492 NCalls = 335 +VariableMetric: Iteration # 111 - FCN = -720425.4138933 Edm = 0.268932 NCalls = 339 +VariableMetric: Iteration # 112 - FCN = -720425.5366634 Edm = 0.0208074 NCalls = 341 +VariableMetric: Iteration # 113 - FCN = -720425.5566614 Edm = 0.000797393 NCalls = 343 +VariableMetric: Iteration # 114 - FCN = -720425.5577619 Edm = 0.000204105 NCalls = 345 +VariableMetric: Iteration # 115 - FCN = -720425.5583588 Edm = 0.000467205 NCalls = 347 +VariableMetric: Iteration # 116 - FCN = -720425.5668245 Edm = 0.00848909 NCalls = 352 +VariableMetric: Iteration # 117 - FCN = -720425.7410461 Edm = 0.105617 NCalls = 359 +VariableMetric: Iteration # 118 - FCN = -720425.752704 Edm = 0.00015198 NCalls = 360 +VariableMetric: Iteration # 119 - FCN = -720425.7542727 Edm = 0.0015379 NCalls = 363 +VariableMetric: Iteration # 120 - FCN = -720425.8556366 Edm = 0.106234 NCalls = 370 +VariableMetric: Iteration # 121 - FCN = -720425.8571297 Edm = 0.00136847 NCalls = 373 +VariableMetric: Iteration # 122 - FCN = -720426.1116313 Edm = 0.0262787 NCalls = 380 +VariableMetric: Iteration # 123 - FCN = -720426.6077009 Edm = 0.0053062 NCalls = 382 +VariableMetric: Iteration # 124 - FCN = -720426.6115078 Edm = 0.000157748 NCalls = 384 +VariableMetric: Iteration # 125 - FCN = -720426.613203 Edm = 0.00154203 NCalls = 387 +VariableMetric: Iteration # 126 - FCN = -720426.8250736 Edm = 0.066582 NCalls = 394 +VariableMetric: Iteration # 127 - FCN = -720428.1870368 Edm = 0.94937 NCalls = 397 +VariableMetric: Iteration # 128 - FCN = -720433.0545501 Edm = 0.617185 NCalls = 400 +VariableMetric: Iteration # 129 - FCN = -720433.5427482 Edm = 0.0339559 NCalls = 402 +VariableMetric: Iteration # 130 - FCN = -720433.5707857 Edm = 0.00125775 NCalls = 404 +VariableMetric: Iteration # 131 - FCN = -720433.5717267 Edm = 3.10109e-05 NCalls = 406 +VariableMetric: After Hessian - FCN = -720433.5717267 Edm = 2.69724 NCalls = 775 +VariableMetric: Iteration # 132 - FCN = -720433.5717267 Edm = 2.69724 NCalls = 775 +VariableMetric: Iteration # 133 - FCN = -720439.7642177 Edm = 229.56 NCalls = 781 +VariableMetric: Iteration # 134 - FCN = -720440.2444291 Edm = 0.273673 NCalls = 784 +VariableMetric: Iteration # 135 - FCN = -720440.6840801 Edm = 0.0851302 NCalls = 787 +VariableMetric: Iteration # 136 - FCN = -720441.089402 Edm = 0.164261 NCalls = 791 +VariableMetric: Iteration # 137 - FCN = -720441.514876 Edm = 0.0315415 NCalls = 796 +VariableMetric: Iteration # 138 - FCN = -720441.5604424 Edm = 0.0149654 NCalls = 798 +VariableMetric: Iteration # 139 - FCN = -720441.5871593 Edm = 0.0254469 NCalls = 800 +VariableMetric: Iteration # 140 - FCN = -720441.6188462 Edm = 0.00785705 NCalls = 802 +VariableMetric: Iteration # 141 - FCN = -720441.6436366 Edm = 0.0124157 NCalls = 805 +VariableMetric: Iteration # 142 - FCN = -720441.7089974 Edm = 0.0395982 NCalls = 808 +VariableMetric: Iteration # 143 - FCN = -720441.8110557 Edm = 0.297648 NCalls = 811 +VariableMetric: Iteration # 144 - FCN = -720441.9208711 Edm = 0.0703428 NCalls = 817 +VariableMetric: Iteration # 145 - FCN = -720441.9774593 Edm = 0.123877 NCalls = 820 +VariableMetric: Iteration # 146 - FCN = -720442.0772605 Edm = 0.0341466 NCalls = 822 +VariableMetric: Iteration # 147 - FCN = -720442.1993435 Edm = 0.0637013 NCalls = 826 +VariableMetric: Iteration # 148 - FCN = -720442.327247 Edm = 0.112109 NCalls = 829 +VariableMetric: Iteration # 149 - FCN = -720442.4250373 Edm = 0.0816233 NCalls = 834 +VariableMetric: Iteration # 150 - FCN = -720442.5789356 Edm = 0.0836711 NCalls = 837 +VariableMetric: Iteration # 151 - FCN = -720442.634923 Edm = 0.0583211 NCalls = 839 +VariableMetric: Iteration # 152 - FCN = -720442.71034 Edm = 0.0197915 NCalls = 842 +VariableMetric: Iteration # 153 - FCN = -720442.7707496 Edm = 0.0123468 NCalls = 844 +VariableMetric: Iteration # 154 - FCN = -720442.7811903 Edm = 0.0116274 NCalls = 846 +VariableMetric: Iteration # 155 - FCN = -720442.79756 Edm = 0.00518644 NCalls = 849 +VariableMetric: Iteration # 156 - FCN = -720442.8170763 Edm = 0.0053831 NCalls = 852 +VariableMetric: Iteration # 157 - FCN = -720442.8242559 Edm = 0.00815558 NCalls = 854 +VariableMetric: Iteration # 158 - FCN = -720442.8320545 Edm = 0.00363791 NCalls = 857 +VariableMetric: Iteration # 159 - FCN = -720442.8401058 Edm = 0.00168791 NCalls = 859 +VariableMetric: Iteration # 160 - FCN = -720442.8428781 Edm = 0.00071861 NCalls = 861 +VariableMetric: Iteration # 161 - FCN = -720442.8453602 Edm = 0.00157052 NCalls = 864 +VariableMetric: Iteration # 162 - FCN = -720442.8475119 Edm = 0.00196813 NCalls = 866 +VariableMetric: Iteration # 163 - FCN = -720442.8498039 Edm = 0.000607513 NCalls = 869 +VariableMetric: Iteration # 164 - FCN = -720442.8512615 Edm = 0.000302857 NCalls = 871 +VariableMetric: Iteration # 165 - FCN = -720442.8520084 Edm = 0.000378927 NCalls = 873 +VariableMetric: Iteration # 166 - FCN = -720442.8524274 Edm = 0.000478397 NCalls = 875 +VariableMetric: Iteration # 167 - FCN = -720442.8532581 Edm = 0.000194091 NCalls = 878 +VariableMetric: Iteration # 168 - FCN = -720442.8538483 Edm = 0.000121174 NCalls = 881 +VariableMetric: Iteration # 169 - FCN = -720442.8540302 Edm = 0.000148986 NCalls = 884 +VariableMetric: Iteration # 170 - FCN = -720442.8541568 Edm = 6.67741e-05 NCalls = 886 +VariableMetric: Iteration # 171 - FCN = -720442.8543588 Edm = 6.40578e-05 NCalls = 889 +VariableMetric: Iteration # 172 - FCN = -720442.8545005 Edm = 6.47187e-05 NCalls = 892 +VariableMetric: Iteration # 173 - FCN = -720442.8545814 Edm = 8.63299e-05 NCalls = 895 +VariableMetric: Iteration # 174 - FCN = -720442.854748 Edm = 4.93759e-05 NCalls = 898 +VariableMetric: After Hessian - FCN = -720442.854748 Edm = 0.000117243 NCalls = 1285 +VariableMetric: Iteration # 175 - FCN = -720442.854748 Edm = 0.000117243 NCalls = 1285 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715804.5399176 Edm = 4.25519 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715804.5399176 Edm = 4.25519 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717529.8644855 Edm = 0.18895 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717533.060138 Edm = 0.176884 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717595.5906283 Edm = 4.49066 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -717600.2327668 Edm = 0.108169 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -717606.6306216 Edm = 6.77441 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -717654.4354035 Edm = 43.4475 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -718016.8179021 Edm = 18.2138 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -718039.8220512 Edm = 0.580398 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -718041.7363727 Edm = 1.5582 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -718234.4762396 Edm = 84.7251 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -718405.6998021 Edm = 16.6343 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -718415.8764761 Edm = 0.154712 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -718416.1061776 Edm = 0.036522 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -718416.3027853 Edm = 0.11097 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -718534.7392866 Edm = 38.9668 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -718651.1525582 Edm = 11.8442 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -718671.3095145 Edm = 2.59776 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -718674.5633568 Edm = 0.459679 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -718675.1524713 Edm = 0.128019 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -718675.3597792 Edm = 0.00865799 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -718675.3739066 Edm = 0.00664393 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -718675.6939473 Edm = 0.321798 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -718676.6565219 Edm = 0.931303 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -718813.1848218 Edm = 17.4322 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -718830.6788391 Edm = 3.93673 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -718909.2409456 Edm = 307.124 NCalls = 105 +VariableMetric: Iteration # 27 - FCN = -718965.1146056 Edm = 81.3433 NCalls = 109 +VariableMetric: Iteration # 28 - FCN = -719045.8763056 Edm = 85.8764 NCalls = 111 +VariableMetric: Iteration # 29 - FCN = -719138.4027543 Edm = 26.8269 NCalls = 115 +VariableMetric: Iteration # 30 - FCN = -719189.6384818 Edm = 58.1823 NCalls = 119 +VariableMetric: Iteration # 31 - FCN = -719267.9433244 Edm = 72.527 NCalls = 126 +VariableMetric: Iteration # 32 - FCN = -719303.9509479 Edm = 166.899 NCalls = 129 +VariableMetric: Iteration # 33 - FCN = -719443.0654321 Edm = 41.7 NCalls = 133 +VariableMetric: Iteration # 34 - FCN = -719530.4557555 Edm = 53.9181 NCalls = 141 +VariableMetric: Iteration # 35 - FCN = -719575.6806792 Edm = 277.573 NCalls = 142 +VariableMetric: Iteration # 36 - FCN = -719678.4458794 Edm = 48.5464 NCalls = 145 +VariableMetric: Iteration # 37 - FCN = -719722.5422265 Edm = 3.39352 NCalls = 147 +VariableMetric: Iteration # 38 - FCN = -719726.2565662 Edm = 0.299012 NCalls = 149 +VariableMetric: Iteration # 39 - FCN = -719726.6842308 Edm = 0.0243592 NCalls = 151 +VariableMetric: Iteration # 40 - FCN = -719726.7289722 Edm = 0.0073585 NCalls = 153 +VariableMetric: Iteration # 41 - FCN = -719726.7641786 Edm = 0.0247498 NCalls = 155 +VariableMetric: Iteration # 42 - FCN = -719733.1284527 Edm = 6.09936 NCalls = 161 +VariableMetric: Iteration # 43 - FCN = -719981.5105776 Edm = 185.342 NCalls = 166 +VariableMetric: Iteration # 44 - FCN = -720099.7705044 Edm = 64.3078 NCalls = 168 +VariableMetric: Iteration # 45 - FCN = -720141.8898968 Edm = 7.6606 NCalls = 169 +VariableMetric: Iteration # 46 - FCN = -720153.8897595 Edm = 4.8405 NCalls = 172 +VariableMetric: Iteration # 47 - FCN = -720162.2683184 Edm = 11.7528 NCalls = 177 +VariableMetric: Iteration # 48 - FCN = -720176.9438445 Edm = 16.0279 NCalls = 181 +VariableMetric: Iteration # 49 - FCN = -720189.2336415 Edm = 12.7635 NCalls = 184 +VariableMetric: Iteration # 50 - FCN = -720199.7851961 Edm = 11.3099 NCalls = 188 +VariableMetric: Iteration # 51 - FCN = -720209.5167848 Edm = 4.71103 NCalls = 191 +VariableMetric: Iteration # 52 - FCN = -720216.7983126 Edm = 0.763725 NCalls = 194 +VariableMetric: Iteration # 53 - FCN = -720217.951485 Edm = 0.147111 NCalls = 196 +VariableMetric: Iteration # 54 - FCN = -720218.1600612 Edm = 0.0203464 NCalls = 198 +VariableMetric: Iteration # 55 - FCN = -720218.1865341 Edm = 0.013469 NCalls = 200 +VariableMetric: Iteration # 56 - FCN = -720218.3351744 Edm = 0.14614 NCalls = 204 +VariableMetric: Iteration # 57 - FCN = -720233.0267317 Edm = 0.345207 NCalls = 211 +VariableMetric: Iteration # 58 - FCN = -720309.9689682 Edm = 20.6565 NCalls = 213 +VariableMetric: Iteration # 59 - FCN = -720345.130137 Edm = 46.712 NCalls = 215 +VariableMetric: Iteration # 60 - FCN = -720361.9013951 Edm = 47.4283 NCalls = 216 +VariableMetric: Iteration # 61 - FCN = -720382.5702845 Edm = 5.08522 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -720386.1348037 Edm = 0.463594 NCalls = 220 +VariableMetric: Iteration # 63 - FCN = -720386.5986989 Edm = 0.0724841 NCalls = 222 +VariableMetric: Iteration # 64 - FCN = -720386.6915539 Edm = 0.00909581 NCalls = 224 +VariableMetric: Iteration # 65 - FCN = -720386.7059733 Edm = 0.00260236 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -720386.7229116 Edm = 0.013384 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -720387.3886478 Edm = 0.620998 NCalls = 234 +VariableMetric: Iteration # 68 - FCN = -720400.8576988 Edm = 2.6602 NCalls = 238 +VariableMetric: Iteration # 69 - FCN = -720407.8424267 Edm = 0.334854 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -720408.4609678 Edm = 0.225585 NCalls = 242 +VariableMetric: Iteration # 71 - FCN = -720408.9935135 Edm = 0.754141 NCalls = 246 +VariableMetric: Iteration # 72 - FCN = -720409.6095173 Edm = 0.108006 NCalls = 251 +VariableMetric: Iteration # 73 - FCN = -720409.7236785 Edm = 0.143909 NCalls = 253 +VariableMetric: Iteration # 74 - FCN = -720409.9050101 Edm = 0.0326458 NCalls = 255 +VariableMetric: Iteration # 75 - FCN = -720409.9585882 Edm = 0.00869992 NCalls = 257 +VariableMetric: Iteration # 76 - FCN = -720409.9648511 Edm = 0.000775601 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -720409.965874 Edm = 0.000161147 NCalls = 261 +VariableMetric: Iteration # 78 - FCN = -720409.967112 Edm = 0.000795059 NCalls = 264 +VariableMetric: Iteration # 79 - FCN = -720410.0501917 Edm = 0.0723399 NCalls = 269 +VariableMetric: Iteration # 80 - FCN = -720417.4746018 Edm = 2.55116 NCalls = 276 +VariableMetric: Iteration # 81 - FCN = -720422.5400402 Edm = 0.812252 NCalls = 279 +VariableMetric: Iteration # 82 - FCN = -720423.5317056 Edm = 0.123281 NCalls = 281 +VariableMetric: Iteration # 83 - FCN = -720423.618728 Edm = 0.0179862 NCalls = 283 +VariableMetric: Iteration # 84 - FCN = -720423.6343637 Edm = 0.00210012 NCalls = 284 +VariableMetric: Iteration # 85 - FCN = -720423.6896291 Edm = 0.0635377 NCalls = 291 +VariableMetric: Iteration # 86 - FCN = -720423.6917906 Edm = 0.0113404 NCalls = 294 +VariableMetric: Iteration # 87 - FCN = -720423.8155572 Edm = 0.148011 NCalls = 301 +VariableMetric: Iteration # 88 - FCN = -720423.8194651 Edm = 0.00779376 NCalls = 304 +VariableMetric: Iteration # 89 - FCN = -720423.8468901 Edm = 0.0363051 NCalls = 308 +VariableMetric: Iteration # 90 - FCN = -720424.3907909 Edm = 0.191891 NCalls = 315 +VariableMetric: Iteration # 91 - FCN = -720424.5077655 Edm = 0.0471668 NCalls = 317 +VariableMetric: Iteration # 92 - FCN = -720424.5488278 Edm = 0.00195352 NCalls = 319 +VariableMetric: Iteration # 93 - FCN = -720424.5511365 Edm = 0.00036514 NCalls = 321 +VariableMetric: Iteration # 94 - FCN = -720424.554791 Edm = 0.00359667 NCalls = 324 +VariableMetric: Iteration # 95 - FCN = -720424.6191019 Edm = 0.0518125 NCalls = 330 +VariableMetric: Iteration # 96 - FCN = -720427.3113701 Edm = 2.14965 NCalls = 334 +VariableMetric: Iteration # 97 - FCN = -720435.3121415 Edm = 1.69944 NCalls = 337 +VariableMetric: Iteration # 98 - FCN = -720436.361203 Edm = 1.05387 NCalls = 339 +VariableMetric: Iteration # 99 - FCN = -720437.0741739 Edm = 0.116925 NCalls = 341 +VariableMetric: Iteration # 100 - FCN = -720437.1471613 Edm = 0.0337194 NCalls = 343 +VariableMetric: Iteration # 101 - FCN = -720437.172183 Edm = 0.00340342 NCalls = 344 +VariableMetric: Iteration # 102 - FCN = -720437.1755706 Edm = 0.000180994 NCalls = 346 +VariableMetric: Iteration # 103 - FCN = -720437.1757827 Edm = 7.73999e-05 NCalls = 348 +VariableMetric: After Hessian - FCN = -720437.1757827 Edm = 23.549 NCalls = 707 +VariableMetric: Iteration # 104 - FCN = -720437.1757827 Edm = 23.549 NCalls = 707 +VariableMetric: Iteration # 105 - FCN = -720437.6669863 Edm = 12.8847 NCalls = 710 +VariableMetric: Iteration # 106 - FCN = -720438.4111235 Edm = 4.16668 NCalls = 712 +VariableMetric: Iteration # 107 - FCN = -720441.2812277 Edm = 0.727098 NCalls = 714 +VariableMetric: Iteration # 108 - FCN = -720441.9422913 Edm = 0.103607 NCalls = 716 +VariableMetric: Iteration # 109 - FCN = -720442.0732676 Edm = 0.0564001 NCalls = 718 +VariableMetric: Iteration # 110 - FCN = -720442.1889219 Edm = 0.0712752 NCalls = 721 +VariableMetric: Iteration # 111 - FCN = -720442.2631929 Edm = 0.0971106 NCalls = 724 +VariableMetric: Iteration # 112 - FCN = -720442.4569601 Edm = 0.0785157 NCalls = 728 +VariableMetric: Iteration # 113 - FCN = -720442.6477951 Edm = 0.168689 NCalls = 732 +VariableMetric: Iteration # 114 - FCN = -720442.6974979 Edm = 0.0449663 NCalls = 735 +VariableMetric: Iteration # 115 - FCN = -720442.7409934 Edm = 0.0273198 NCalls = 738 +VariableMetric: Iteration # 116 - FCN = -720442.7828076 Edm = 0.0215686 NCalls = 740 +VariableMetric: Iteration # 117 - FCN = -720442.8022074 Edm = 0.0156292 NCalls = 743 +VariableMetric: Iteration # 118 - FCN = -720442.8312038 Edm = 0.00779126 NCalls = 746 +VariableMetric: Iteration # 119 - FCN = -720442.843981 Edm = 0.0114795 NCalls = 748 +VariableMetric: Iteration # 120 - FCN = -720442.8517454 Edm = 0.00375449 NCalls = 751 +VariableMetric: Iteration # 121 - FCN = -720442.8564096 Edm = 0.00286001 NCalls = 754 +VariableMetric: Iteration # 122 - FCN = -720442.8590064 Edm = 0.00179241 NCalls = 756 +VariableMetric: Iteration # 123 - FCN = -720442.8626058 Edm = 0.000844271 NCalls = 760 +VariableMetric: Iteration # 124 - FCN = -720442.8653847 Edm = 0.000765054 NCalls = 763 +VariableMetric: Iteration # 125 - FCN = -720442.8658092 Edm = 0.000543358 NCalls = 765 +VariableMetric: Iteration # 126 - FCN = -720442.8665041 Edm = 0.000176705 NCalls = 768 +VariableMetric: Iteration # 127 - FCN = -720442.8670011 Edm = 0.000342892 NCalls = 770 +VariableMetric: Iteration # 128 - FCN = -720442.8671697 Edm = 9.84915e-05 NCalls = 772 +VariableMetric: Iteration # 129 - FCN = -720442.8673832 Edm = 4.55884e-05 NCalls = 775 +VariableMetric: Iteration # 130 - FCN = -720442.86754 Edm = 6.8039e-05 NCalls = 779 +VariableMetric: Iteration # 131 - FCN = -720442.8675676 Edm = 3.79061e-05 NCalls = 781 +VariableMetric: After Hessian - FCN = -720442.8675676 Edm = 7.91462e-05 NCalls = 1152 +VariableMetric: Iteration # 132 - FCN = -720442.8675676 Edm = 7.91462e-05 NCalls = 1152 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714906.4827986 Edm = 2.65451 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714906.4827986 Edm = 2.65451 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718144.2824216 Edm = 2.16185 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718262.775241 Edm = 1.70011 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -718297.8231057 Edm = 31.245 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -718972.6579018 Edm = 62.4214 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -719044.6703997 Edm = 3.69391 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -719048.7273737 Edm = 0.876524 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -719067.0473584 Edm = 12.1251 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -719429.3641876 Edm = 76.8381 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -719513.6735442 Edm = 4.49535 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -719516.0499654 Edm = 0.0627824 NCalls = 34 +VariableMetric: Iteration # 11 - FCN = -719516.1473095 Edm = 0.0485043 NCalls = 36 +VariableMetric: Iteration # 12 - FCN = -719518.5559918 Edm = 3.43197 NCalls = 41 +VariableMetric: Iteration # 13 - FCN = -719519.8449331 Edm = 1.15634 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -719520.1491519 Edm = 0.261334 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -719661.1668894 Edm = 30.3301 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -719710.4615486 Edm = 1.52825 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -719712.3889676 Edm = 0.117946 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -719712.5362692 Edm = 0.0110774 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -719712.5684481 Edm = 0.0196692 NCalls = 64 +VariableMetric: Iteration # 20 - FCN = -719720.6842248 Edm = 7.43739 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -719793.1261845 Edm = 20.337 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -719808.5727537 Edm = 8.0693 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -719811.8659333 Edm = 2.04615 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -719816.5364629 Edm = 1.76647 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -719819.7376813 Edm = 1.20998 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -719820.3083049 Edm = 0.0406197 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -719820.3508616 Edm = 0.0104237 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -719820.5780867 Edm = 0.252489 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -719821.0613467 Edm = 0.447077 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -719847.9336019 Edm = 0.918508 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -719849.0758052 Edm = 0.0114913 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -719849.0899413 Edm = 0.00240994 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -719849.123282 Edm = 0.0283425 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -719850.8853553 Edm = 1.43638 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -719878.2896349 Edm = 5.53753 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -719885.811183 Edm = 0.0761075 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -719885.9212202 Edm = 0.00225413 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -719885.9296361 Edm = 0.00622749 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -719886.4047887 Edm = 0.379604 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -719889.6151716 Edm = 3.58302 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -719898.9635115 Edm = 6.35476 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -719934.5897444 Edm = 1.82611 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -719935.7003677 Edm = 1.34055 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -719936.744105 Edm = 0.383179 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -719937.990431 Edm = 0.438897 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -719938.3786252 Edm = 0.158564 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -719938.7143834 Edm = 0.0262675 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -719938.7443366 Edm = 0.00284238 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -719938.7798177 Edm = 0.0360061 NCalls = 161 +VariableMetric: Iteration # 50 - FCN = -719939.5052525 Edm = 0.675673 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -719954.5867239 Edm = 12.2012 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -720009.6528288 Edm = 9.21399 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -720017.573886 Edm = 7.10045 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -720022.5261553 Edm = 1.29528 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -720024.0431358 Edm = 0.663991 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -720024.5211457 Edm = 0.0285045 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -720024.5652699 Edm = 0.00772665 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -720024.5910474 Edm = 0.0194191 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -720024.9141919 Edm = 0.389943 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -720025.0221653 Edm = 0.104369 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -720026.5408442 Edm = 1.24442 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -720068.6988216 Edm = 15.5968 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -720085.0879022 Edm = 15.8915 NCalls = 212 +VariableMetric: Iteration # 64 - FCN = -720092.7830289 Edm = 1.23051 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -720096.1955724 Edm = 1.64077 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -720098.155199 Edm = 1.38141 NCalls = 218 +VariableMetric: Iteration # 67 - FCN = -720099.4263432 Edm = 0.685204 NCalls = 220 +VariableMetric: Iteration # 68 - FCN = -720100.4055862 Edm = 0.699 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -720102.0420556 Edm = 0.28119 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -720102.329882 Edm = 0.0263926 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -720102.3494595 Edm = 0.00257239 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -720102.3614058 Edm = 0.0102143 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -720102.5342204 Edm = 0.190614 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -720103.2943862 Edm = 0.75451 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -720103.307076 Edm = 0.00980051 NCalls = 246 +VariableMetric: Iteration # 76 - FCN = -720105.2781515 Edm = 1.91054 NCalls = 256 +VariableMetric: Iteration # 77 - FCN = -720126.8058644 Edm = 24.6692 NCalls = 264 +VariableMetric: Iteration # 78 - FCN = -720127.5677213 Edm = 6.74934 NCalls = 266 +VariableMetric: Iteration # 79 - FCN = -720146.173026 Edm = 24.3713 NCalls = 269 +VariableMetric: Iteration # 80 - FCN = -720168.769478 Edm = 13.8297 NCalls = 273 +VariableMetric: Iteration # 81 - FCN = -720199.8759841 Edm = 5.34455 NCalls = 277 +VariableMetric: Iteration # 82 - FCN = -720204.9553668 Edm = 1.83652 NCalls = 279 +VariableMetric: Iteration # 83 - FCN = -720207.0802945 Edm = 0.876614 NCalls = 281 +VariableMetric: Iteration # 84 - FCN = -720208.3399332 Edm = 1.25514 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -720214.2061987 Edm = 11.4477 NCalls = 286 +VariableMetric: Iteration # 86 - FCN = -720214.9312752 Edm = 0.607992 NCalls = 287 +VariableMetric: Iteration # 87 - FCN = -720218.5211118 Edm = 2.63059 NCalls = 290 +VariableMetric: Iteration # 88 - FCN = -720225.6782579 Edm = 1.21269 NCalls = 293 +VariableMetric: Iteration # 89 - FCN = -720227.1349173 Edm = 0.662937 NCalls = 295 +VariableMetric: Iteration # 90 - FCN = -720228.2117419 Edm = 0.789416 NCalls = 297 +VariableMetric: Iteration # 91 - FCN = -720229.5506591 Edm = 1.37831 NCalls = 299 +VariableMetric: Iteration # 92 - FCN = -720232.8633893 Edm = 3.08151 NCalls = 303 +VariableMetric: Iteration # 93 - FCN = -720233.3939427 Edm = 1.29613 NCalls = 306 +VariableMetric: Iteration # 94 - FCN = -720238.1408456 Edm = 3.72806 NCalls = 310 +VariableMetric: Iteration # 95 - FCN = -720246.0136512 Edm = 1.65613 NCalls = 313 +VariableMetric: Iteration # 96 - FCN = -720247.7023183 Edm = 0.0891171 NCalls = 314 +VariableMetric: Iteration # 97 - FCN = -720247.7964369 Edm = 0.0142623 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -720247.8106501 Edm = 0.00709894 NCalls = 317 +VariableMetric: Iteration # 99 - FCN = -720247.8432267 Edm = 0.0274362 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -720247.9840562 Edm = 0.0692982 NCalls = 322 +VariableMetric: Iteration # 101 - FCN = -720248.3312037 Edm = 0.223859 NCalls = 324 +VariableMetric: Iteration # 102 - FCN = -720250.7759246 Edm = 2.19195 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -720251.3666901 Edm = 1.67359 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -720262.2886128 Edm = 9.02784 NCalls = 337 +VariableMetric: Iteration # 105 - FCN = -720290.3417424 Edm = 31.2048 NCalls = 342 +VariableMetric: Iteration # 106 - FCN = -720313.1011705 Edm = 6.28479 NCalls = 344 +VariableMetric: Iteration # 107 - FCN = -720322.2888365 Edm = 2.81414 NCalls = 346 +VariableMetric: Iteration # 108 - FCN = -720325.829828 Edm = 1.26836 NCalls = 348 +VariableMetric: Iteration # 109 - FCN = -720328.6537042 Edm = 1.30188 NCalls = 350 +VariableMetric: Iteration # 110 - FCN = -720332.6808467 Edm = 0.841481 NCalls = 352 +VariableMetric: Iteration # 111 - FCN = -720334.1064845 Edm = 0.211399 NCalls = 354 +VariableMetric: Iteration # 112 - FCN = -720334.4579554 Edm = 0.105356 NCalls = 356 +VariableMetric: Iteration # 113 - FCN = -720334.7053574 Edm = 0.109329 NCalls = 359 +VariableMetric: Iteration # 114 - FCN = -720335.400038 Edm = 0.420422 NCalls = 364 +VariableMetric: Iteration # 115 - FCN = -720335.7075122 Edm = 0.908941 NCalls = 367 +VariableMetric: Iteration # 116 - FCN = -720335.9820276 Edm = 0.294615 NCalls = 369 +VariableMetric: Iteration # 117 - FCN = -720336.3275942 Edm = 0.202977 NCalls = 371 +VariableMetric: Iteration # 118 - FCN = -720336.4394884 Edm = 0.0165736 NCalls = 373 +VariableMetric: Iteration # 119 - FCN = -720336.4556173 Edm = 0.00107163 NCalls = 375 +VariableMetric: Iteration # 120 - FCN = -720336.4568702 Edm = 0.000323553 NCalls = 377 +VariableMetric: Iteration # 121 - FCN = -720336.4787179 Edm = 0.0183464 NCalls = 382 +VariableMetric: Iteration # 122 - FCN = -720338.4026714 Edm = 1.35964 NCalls = 387 +VariableMetric: Iteration # 123 - FCN = -720354.8552384 Edm = 6.80686 NCalls = 390 +VariableMetric: Iteration # 124 - FCN = -720364.7142312 Edm = 1.75425 NCalls = 392 +VariableMetric: Iteration # 125 - FCN = -720367.4858994 Edm = 0.758152 NCalls = 394 +VariableMetric: Iteration # 126 - FCN = -720369.2625466 Edm = 0.186328 NCalls = 397 +VariableMetric: Iteration # 127 - FCN = -720369.4710597 Edm = 0.0870611 NCalls = 399 +VariableMetric: Iteration # 128 - FCN = -720369.525391 Edm = 0.0622873 NCalls = 401 +VariableMetric: Iteration # 129 - FCN = -720369.7017981 Edm = 0.0760524 NCalls = 404 +VariableMetric: Iteration # 130 - FCN = -720369.8510459 Edm = 0.0897334 NCalls = 407 +VariableMetric: Iteration # 131 - FCN = -720369.9215017 Edm = 0.0148317 NCalls = 409 +VariableMetric: Iteration # 132 - FCN = -720369.9371049 Edm = 0.00262586 NCalls = 411 +VariableMetric: Iteration # 133 - FCN = -720369.9399444 Edm = 0.000562725 NCalls = 413 +VariableMetric: Iteration # 134 - FCN = -720369.9412943 Edm = 0.000727549 NCalls = 415 +VariableMetric: Iteration # 135 - FCN = -720369.9496402 Edm = 0.00760456 NCalls = 418 +VariableMetric: Iteration # 136 - FCN = -720370.1284903 Edm = 0.165153 NCalls = 424 +VariableMetric: Iteration # 137 - FCN = -720374.963118 Edm = 3.41351 NCalls = 429 +VariableMetric: Iteration # 138 - FCN = -720379.6770809 Edm = 1.72465 NCalls = 432 +VariableMetric: Iteration # 139 - FCN = -720381.5270855 Edm = 0.306014 NCalls = 434 +VariableMetric: Iteration # 140 - FCN = -720381.9531468 Edm = 0.16939 NCalls = 436 +VariableMetric: Iteration # 141 - FCN = -720382.1693347 Edm = 0.0886481 NCalls = 438 +VariableMetric: Iteration # 142 - FCN = -720382.305601 Edm = 0.0164535 NCalls = 440 +VariableMetric: Iteration # 143 - FCN = -720382.326218 Edm = 0.00309083 NCalls = 442 +VariableMetric: Iteration # 144 - FCN = -720382.3341224 Edm = 0.00484945 NCalls = 445 +VariableMetric: Iteration # 145 - FCN = -720382.3417742 Edm = 0.0012759 NCalls = 448 +VariableMetric: Iteration # 146 - FCN = -720382.3428468 Edm = 6.18036e-05 NCalls = 450 +VariableMetric: After Hessian - FCN = -720382.3428468 Edm = 104.056 NCalls = 813 +VariableMetric: Iteration # 147 - FCN = -720382.3428468 Edm = 104.056 NCalls = 813 +VariableMetric: Iteration # 148 - FCN = -720412.1270586 Edm = 49.0919 NCalls = 815 +VariableMetric: Iteration # 149 - FCN = -720417.1099476 Edm = 24.2964 NCalls = 819 +VariableMetric: Iteration # 150 - FCN = -720421.4191149 Edm = 139.62 NCalls = 826 +VariableMetric: Iteration # 151 - FCN = -720422.0754771 Edm = 2.1694 NCalls = 829 +VariableMetric: Iteration # 152 - FCN = -720422.6001849 Edm = 1.39891 NCalls = 831 +VariableMetric: Iteration # 153 - FCN = -720424.2487821 Edm = 2.95576 NCalls = 836 +VariableMetric: Iteration # 154 - FCN = -720426.3460822 Edm = 4.53776 NCalls = 839 +VariableMetric: Iteration # 155 - FCN = -720427.9418569 Edm = 0.801115 NCalls = 842 +VariableMetric: Iteration # 156 - FCN = -720428.9621668 Edm = 0.447805 NCalls = 844 +VariableMetric: Iteration # 157 - FCN = -720429.2245195 Edm = 0.0632131 NCalls = 846 +VariableMetric: Iteration # 158 - FCN = -720429.2916843 Edm = 0.0118339 NCalls = 848 +VariableMetric: Iteration # 159 - FCN = -720429.6121871 Edm = 1.31496 NCalls = 855 +VariableMetric: Iteration # 160 - FCN = -720429.6206671 Edm = 0.0218376 NCalls = 857 +VariableMetric: Iteration # 161 - FCN = -720429.633066 Edm = 0.0376766 NCalls = 858 +VariableMetric: Iteration # 162 - FCN = -720429.8666334 Edm = 0.318329 NCalls = 863 +VariableMetric: Iteration # 163 - FCN = -720430.4021044 Edm = 1.16182 NCalls = 868 +VariableMetric: Iteration # 164 - FCN = -720431.0485956 Edm = 0.871961 NCalls = 874 +VariableMetric: Iteration # 165 - FCN = -720431.2953227 Edm = 0.23594 NCalls = 878 +VariableMetric: Iteration # 166 - FCN = -720431.8047187 Edm = 1.40442 NCalls = 881 +VariableMetric: Iteration # 167 - FCN = -720436.3721203 Edm = 4.04848 NCalls = 886 +VariableMetric: Iteration # 168 - FCN = -720437.6606605 Edm = 2.09438 NCalls = 891 +VariableMetric: Iteration # 169 - FCN = -720440.5986433 Edm = 1.09337 NCalls = 896 +VariableMetric: Iteration # 170 - FCN = -720441.2361765 Edm = 0.265199 NCalls = 898 +VariableMetric: Iteration # 171 - FCN = -720441.3802657 Edm = 0.32165 NCalls = 900 +VariableMetric: Iteration # 172 - FCN = -720441.5134196 Edm = 0.0406356 NCalls = 901 +VariableMetric: Iteration # 173 - FCN = -720441.5516517 Edm = 0.0302737 NCalls = 903 +VariableMetric: Iteration # 174 - FCN = -720441.5697144 Edm = 0.00478371 NCalls = 905 +VariableMetric: Iteration # 175 - FCN = -720441.5780134 Edm = 0.00483086 NCalls = 907 +VariableMetric: Iteration # 176 - FCN = -720441.5889231 Edm = 0.00389148 NCalls = 910 +VariableMetric: Iteration # 177 - FCN = -720441.6258673 Edm = 0.0294801 NCalls = 913 +VariableMetric: Iteration # 178 - FCN = -720441.8344677 Edm = 0.100737 NCalls = 917 +VariableMetric: Iteration # 179 - FCN = -720442.0001527 Edm = 0.107357 NCalls = 919 +VariableMetric: Iteration # 180 - FCN = -720442.0425956 Edm = 0.0582193 NCalls = 921 +VariableMetric: Iteration # 181 - FCN = -720442.1370418 Edm = 0.0183988 NCalls = 925 +VariableMetric: Iteration # 182 - FCN = -720442.1914769 Edm = 0.0475168 NCalls = 927 +VariableMetric: Iteration # 183 - FCN = -720442.2121973 Edm = 0.0151237 NCalls = 929 +VariableMetric: Iteration # 184 - FCN = -720442.2449492 Edm = 0.00689987 NCalls = 933 +VariableMetric: Iteration # 185 - FCN = -720442.2617297 Edm = 0.0166928 NCalls = 936 +VariableMetric: Iteration # 186 - FCN = -720442.2698218 Edm = 0.00358377 NCalls = 938 +VariableMetric: Iteration # 187 - FCN = -720442.2769925 Edm = 0.00145968 NCalls = 941 +VariableMetric: Iteration # 188 - FCN = -720442.2819103 Edm = 0.00115979 NCalls = 945 +VariableMetric: Iteration # 189 - FCN = -720442.2848553 Edm = 0.000973008 NCalls = 947 +VariableMetric: Iteration # 190 - FCN = -720442.2852153 Edm = 0.000711372 NCalls = 949 +VariableMetric: Iteration # 191 - FCN = -720442.2859587 Edm = 8.47426e-05 NCalls = 952 +VariableMetric: Iteration # 192 - FCN = -720442.2861447 Edm = 3.05721e-05 NCalls = 955 +VariableMetric: After Hessian - FCN = -720442.2861447 Edm = 6.86297e-05 NCalls = 1338 +VariableMetric: Iteration # 193 - FCN = -720442.2861447 Edm = 6.86297e-05 NCalls = 1338 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715177.0861282 Edm = 6.60755 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715177.0861282 Edm = 6.60755 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718935.7695616 Edm = 2.63047 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -718940.241394 Edm = 5.83107 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -719403.6204477 Edm = 29.5425 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -719435.0844909 Edm = 0.115546 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -719435.2212666 Edm = 0.031756 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -719441.9165179 Edm = 5.79957 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -719472.8090958 Edm = 0.058864 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -719472.9923157 Edm = 0.127071 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -719548.1622115 Edm = 1.01812 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -719652.8442898 Edm = 21.9754 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -719679.5862819 Edm = 4.00741 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -719688.7147268 Edm = 0.371518 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -719689.2539355 Edm = 0.0698321 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -719700.258649 Edm = 19.1887 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -719700.3324265 Edm = 0.403704 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -719714.684635 Edm = 15.2768 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -719802.0166276 Edm = 127.061 NCalls = 77 +VariableMetric: Iteration # 18 - FCN = -719802.3366281 Edm = 0.607637 NCalls = 79 +VariableMetric: Iteration # 19 - FCN = -719824.58292 Edm = 22.7363 NCalls = 84 +VariableMetric: Iteration # 20 - FCN = -719840.8179263 Edm = 13.4231 NCalls = 89 +VariableMetric: Iteration # 21 - FCN = -719916.8514438 Edm = 1.60543 NCalls = 92 +VariableMetric: Iteration # 22 - FCN = -719918.6177128 Edm = 0.0872406 NCalls = 94 +VariableMetric: Iteration # 23 - FCN = -719918.7046562 Edm = 0.0189814 NCalls = 95 +VariableMetric: Iteration # 24 - FCN = -719922.4992937 Edm = 3.76087 NCalls = 101 +VariableMetric: Iteration # 25 - FCN = -719981.7952073 Edm = 2.91474 NCalls = 105 +VariableMetric: Iteration # 26 - FCN = -719985.7240958 Edm = 0.165865 NCalls = 107 +VariableMetric: Iteration # 27 - FCN = -719985.934696 Edm = 0.00885999 NCalls = 109 +VariableMetric: Iteration # 28 - FCN = -719985.9490193 Edm = 0.00686346 NCalls = 111 +VariableMetric: Iteration # 29 - FCN = -719986.4094998 Edm = 0.44889 NCalls = 116 +VariableMetric: Iteration # 30 - FCN = -720015.2692002 Edm = 5.48114 NCalls = 121 +VariableMetric: Iteration # 31 - FCN = -720023.0614328 Edm = 0.159517 NCalls = 123 +VariableMetric: Iteration # 32 - FCN = -720023.1853025 Edm = 0.00571873 NCalls = 125 +VariableMetric: Iteration # 33 - FCN = -720023.199128 Edm = 0.00815488 NCalls = 127 +VariableMetric: Iteration # 34 - FCN = -720025.131143 Edm = 1.50969 NCalls = 133 +VariableMetric: Iteration # 35 - FCN = -720044.4255406 Edm = 1.31633 NCalls = 136 +VariableMetric: Iteration # 36 - FCN = -720045.5189944 Edm = 0.204564 NCalls = 138 +VariableMetric: Iteration # 37 - FCN = -720045.659358 Edm = 0.0030759 NCalls = 140 +VariableMetric: Iteration # 38 - FCN = -720045.6632644 Edm = 0.00129749 NCalls = 142 +VariableMetric: Iteration # 39 - FCN = -720045.6762687 Edm = 0.0117558 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -720050.7110653 Edm = 4.01093 NCalls = 152 +VariableMetric: Iteration # 41 - FCN = -720066.8078932 Edm = 1.0236 NCalls = 155 +VariableMetric: Iteration # 42 - FCN = -720068.1391584 Edm = 0.0599553 NCalls = 157 +VariableMetric: Iteration # 43 - FCN = -720068.2063701 Edm = 0.00166857 NCalls = 159 +VariableMetric: Iteration # 44 - FCN = -720068.2105338 Edm = 0.00244174 NCalls = 161 +VariableMetric: Iteration # 45 - FCN = -720068.2700185 Edm = 0.0540919 NCalls = 165 +VariableMetric: Iteration # 46 - FCN = -720070.3447765 Edm = 1.81887 NCalls = 169 +VariableMetric: Iteration # 47 - FCN = -720103.3804515 Edm = 7.6809 NCalls = 174 +VariableMetric: Iteration # 48 - FCN = -720114.045241 Edm = 0.876743 NCalls = 176 +VariableMetric: Iteration # 49 - FCN = -720114.5857322 Edm = 0.141454 NCalls = 178 +VariableMetric: Iteration # 50 - FCN = -720114.7090192 Edm = 0.0126302 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -720114.7223785 Edm = 0.00264639 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -720114.805805 Edm = 0.109238 NCalls = 185 +VariableMetric: Iteration # 53 - FCN = -720115.9905514 Edm = 1.16196 NCalls = 192 +VariableMetric: Iteration # 54 - FCN = -720116.0115485 Edm = 0.0175278 NCalls = 195 +VariableMetric: Iteration # 55 - FCN = -720140.5448136 Edm = 8.15176 NCalls = 202 +VariableMetric: Iteration # 56 - FCN = -720290.9526034 Edm = 30.8196 NCalls = 207 +VariableMetric: Iteration # 57 - FCN = -720337.8617078 Edm = 37.0779 NCalls = 212 +VariableMetric: Iteration # 58 - FCN = -720352.7224184 Edm = 38.4214 NCalls = 215 +VariableMetric: Iteration # 59 - FCN = -720373.9848372 Edm = 19.4331 NCalls = 217 +VariableMetric: Iteration # 60 - FCN = -720389.7070674 Edm = 8.06958 NCalls = 219 +VariableMetric: Iteration # 61 - FCN = -720395.1647798 Edm = 2.85545 NCalls = 221 +VariableMetric: Iteration # 62 - FCN = -720404.206218 Edm = 5.54248 NCalls = 223 +VariableMetric: Iteration # 63 - FCN = -720418.765883 Edm = 7.4648 NCalls = 226 +VariableMetric: Iteration # 64 - FCN = -720423.9262038 Edm = 1.26055 NCalls = 228 +VariableMetric: Iteration # 65 - FCN = -720425.2802674 Edm = 0.325356 NCalls = 230 +VariableMetric: Iteration # 66 - FCN = -720425.6609817 Edm = 0.0233245 NCalls = 232 +VariableMetric: Iteration # 67 - FCN = -720425.6946159 Edm = 0.00173196 NCalls = 234 +VariableMetric: Iteration # 68 - FCN = -720425.6966203 Edm = 0.000273722 NCalls = 236 +VariableMetric: Iteration # 69 - FCN = -720425.6979133 Edm = 0.000989622 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -720425.7530094 Edm = 0.0510485 NCalls = 243 +VariableMetric: Iteration # 71 - FCN = -720428.4551673 Edm = 0.721835 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -720429.7163782 Edm = 0.0543086 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -720429.7746368 Edm = 0.00187255 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -720429.7760683 Edm = 0.000162873 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -720429.7764252 Edm = 0.00016435 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -720429.7783983 Edm = 0.00192421 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -720429.8998577 Edm = 0.10226 NCalls = 266 +VariableMetric: Iteration # 78 - FCN = -720431.4632002 Edm = 0.380166 NCalls = 269 +VariableMetric: Iteration # 79 - FCN = -720432.0314062 Edm = 0.00895535 NCalls = 271 +VariableMetric: Iteration # 80 - FCN = -720432.0419465 Edm = 0.000273077 NCalls = 273 +VariableMetric: Iteration # 81 - FCN = -720432.0423487 Edm = 4.34447e-05 NCalls = 275 +VariableMetric: After Hessian - FCN = -720432.0423487 Edm = 30.9384 NCalls = 636 +VariableMetric: Iteration # 82 - FCN = -720432.0423487 Edm = 30.9384 NCalls = 636 +VariableMetric: Iteration # 83 - FCN = -720432.870444 Edm = 44.5829 NCalls = 639 +VariableMetric: Iteration # 84 - FCN = -720433.9802228 Edm = 14.257 NCalls = 642 +VariableMetric: Iteration # 85 - FCN = -720437.5732172 Edm = 2.85385 NCalls = 644 +VariableMetric: Iteration # 86 - FCN = -720440.9017543 Edm = 0.0660482 NCalls = 646 +VariableMetric: Iteration # 87 - FCN = -720441.3756317 Edm = 0.114469 NCalls = 656 +VariableMetric: Iteration # 88 - FCN = -720441.3932629 Edm = 304.583 NCalls = 658 +VariableMetric: Iteration # 89 - FCN = -720441.4025678 Edm = 362.403 NCalls = 663 +VariableMetric: Iteration # 90 - FCN = -720441.426336 Edm = 386.951 NCalls = 667 +VariableMetric: Iteration # 91 - FCN = -720441.4702312 Edm = 93.6211 NCalls = 671 +VariableMetric: Iteration # 92 - FCN = -720441.5213612 Edm = 36.8899 NCalls = 675 +VariableMetric: Iteration # 93 - FCN = -720441.5249314 Edm = 84.7715 NCalls = 678 +VariableMetric: Iteration # 94 - FCN = -720441.5460863 Edm = 45.4309 NCalls = 681 +VariableMetric: Iteration # 95 - FCN = -720441.5735062 Edm = 8.31429 NCalls = 684 +VariableMetric: Iteration # 96 - FCN = -720441.7611917 Edm = 53.9182 NCalls = 686 +VariableMetric: Iteration # 97 - FCN = -720441.9992348 Edm = 23.608 NCalls = 688 +VariableMetric: Iteration # 98 - FCN = -720442.0439277 Edm = 1.1863 NCalls = 691 +VariableMetric: Iteration # 99 - FCN = -720442.06772 Edm = 8.12198 NCalls = 693 +VariableMetric: Iteration # 100 - FCN = -720442.0762769 Edm = 0.703225 NCalls = 696 +VariableMetric: Iteration # 101 - FCN = -720442.1232809 Edm = 0.536327 NCalls = 698 +VariableMetric: Iteration # 102 - FCN = -720442.1620204 Edm = 0.879985 NCalls = 700 +VariableMetric: Iteration # 103 - FCN = -720442.2643041 Edm = 2.38634 NCalls = 702 +VariableMetric: Iteration # 104 - FCN = -720442.4010723 Edm = 0.491447 NCalls = 704 +VariableMetric: Iteration # 105 - FCN = -720442.424045 Edm = 0.149436 NCalls = 706 +VariableMetric: Iteration # 106 - FCN = -720442.5091249 Edm = 0.505013 NCalls = 708 +VariableMetric: Iteration # 107 - FCN = -720442.5660443 Edm = 0.10622 NCalls = 710 +VariableMetric: Iteration # 108 - FCN = -720442.6166705 Edm = 0.207709 NCalls = 712 +VariableMetric: Iteration # 109 - FCN = -720442.6625238 Edm = 0.107152 NCalls = 714 +VariableMetric: Iteration # 110 - FCN = -720442.7349595 Edm = 0.0562355 NCalls = 716 +VariableMetric: Iteration # 111 - FCN = -720442.7540274 Edm = 0.039207 NCalls = 717 +VariableMetric: Iteration # 112 - FCN = -720442.8060476 Edm = 0.0169593 NCalls = 721 +VariableMetric: Iteration # 113 - FCN = -720442.8231983 Edm = 0.0196386 NCalls = 722 +VariableMetric: Iteration # 114 - FCN = -720442.8367031 Edm = 0.00652549 NCalls = 724 +VariableMetric: Iteration # 115 - FCN = -720442.8485711 Edm = 0.00329872 NCalls = 727 +VariableMetric: Iteration # 116 - FCN = -720442.857622 Edm = 0.00385663 NCalls = 730 +VariableMetric: Iteration # 117 - FCN = -720442.8600718 Edm = 0.00265882 NCalls = 732 +VariableMetric: Iteration # 118 - FCN = -720442.8631697 Edm = 0.000803303 NCalls = 735 +VariableMetric: Iteration # 119 - FCN = -720442.8647963 Edm = 0.00120347 NCalls = 738 +VariableMetric: Iteration # 120 - FCN = -720442.8656336 Edm = 0.000487809 NCalls = 740 +VariableMetric: Iteration # 121 - FCN = -720442.8665018 Edm = 0.000166531 NCalls = 743 +VariableMetric: Iteration # 122 - FCN = -720442.86693 Edm = 0.000391652 NCalls = 745 +VariableMetric: Iteration # 123 - FCN = -720442.8671427 Edm = 0.000125612 NCalls = 747 +VariableMetric: Iteration # 124 - FCN = -720442.8673739 Edm = 4.47445e-05 NCalls = 750 +VariableMetric: Iteration # 125 - FCN = -720442.8675012 Edm = 0.000117482 NCalls = 752 +VariableMetric: Iteration # 126 - FCN = -720442.8675578 Edm = 2.64599e-05 NCalls = 754 +VariableMetric: After Hessian - FCN = -720442.8675578 Edm = 6.88304e-05 NCalls = 1135 +VariableMetric: Iteration # 127 - FCN = -720442.8675578 Edm = 6.88304e-05 NCalls = 1135 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714839.0520119 Edm = 11.0274 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714839.0520119 Edm = 11.0274 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718836.2718015 Edm = 0.998745 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718840.4945062 Edm = 1.69688 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -719094.2278813 Edm = 29.981 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -719129.2080034 Edm = 1.01662 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -719130.192486 Edm = 0.0161218 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -719130.5037543 Edm = 0.301441 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -719160.3883417 Edm = 1.38151 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -719339.1405322 Edm = 9.21848 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -719355.242658 Edm = 2.03945 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -719357.9375078 Edm = 0.772696 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -719359.2082172 Edm = 0.211535 NCalls = 39 +VariableMetric: Iteration # 12 - FCN = -719361.7350268 Edm = 1.26454 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -719401.3916371 Edm = 32.7607 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -719506.947439 Edm = 44.1428 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -719536.1479524 Edm = 6.86635 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -719539.5659401 Edm = 0.0519739 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -719539.632741 Edm = 0.012517 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -719539.9182286 Edm = 0.27072 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -719616.5520842 Edm = 12.5725 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -719631.3109211 Edm = 1.47108 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -719633.5501669 Edm = 0.0748738 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -719633.6394516 Edm = 0.0143219 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -719633.7403147 Edm = 0.0668564 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -719638.2007783 Edm = 3.98458 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -719730.7028531 Edm = 16.7024 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -719745.6959446 Edm = 4.10342 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -719754.9727761 Edm = 3.78711 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -719762.9022073 Edm = 2.98804 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -719764.8349274 Edm = 0.4514 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -719765.2030738 Edm = 0.0433088 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -719765.2448697 Edm = 0.00463896 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -719765.2576368 Edm = 0.0100225 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -719765.8024431 Edm = 0.539667 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -719766.4220714 Edm = 0.574844 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -719803.7680017 Edm = 5.37047 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -719811.2592548 Edm = 0.965589 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -719812.2832855 Edm = 0.43233 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -719813.0355338 Edm = 0.767658 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -719814.4364097 Edm = 3.38912 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -719817.0574317 Edm = 6.34872 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -719819.7642703 Edm = 3.79575 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -719822.5569941 Edm = 2.00109 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -719826.1947285 Edm = 4.72557 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -719828.904096 Edm = 0.559321 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -719829.3598423 Edm = 0.0132957 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -719829.3725353 Edm = 0.00152698 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -719829.3871394 Edm = 0.0136172 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -719831.4059215 Edm = 0.374942 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -719848.130845 Edm = 7.50773 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -719873.7025951 Edm = 6.50559 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -719880.7542959 Edm = 0.258527 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -719881.1070692 Edm = 0.197277 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -719881.3500896 Edm = 0.0552963 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -719881.4554693 Edm = 0.0273272 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -719881.5239348 Edm = 0.0103157 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -719881.5366702 Edm = 0.00472505 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -719881.5470697 Edm = 0.00613957 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -719881.6621139 Edm = 0.099344 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -719882.3125208 Edm = 0.70578 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -719884.4120628 Edm = 1.76595 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -719884.5149306 Edm = 0.202631 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -719886.9352226 Edm = 2.15568 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -719901.1736784 Edm = 13.661 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -719927.9111191 Edm = 28.3403 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -719968.6541838 Edm = 42.0402 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -720116.7713038 Edm = 68.2288 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -720192.7773714 Edm = 78.9762 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -720241.1116644 Edm = 5.08923 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -720247.6101998 Edm = 1.22781 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -720251.3317704 Edm = 1.385 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -720254.6403413 Edm = 0.477972 NCalls = 234 +VariableMetric: Iteration # 72 - FCN = -720255.3660855 Edm = 0.0873286 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -720255.4658775 Edm = 0.0132483 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -720255.486027 Edm = 0.00370075 NCalls = 240 +VariableMetric: Iteration # 75 - FCN = -720255.4934953 Edm = 0.00355597 NCalls = 242 +VariableMetric: Iteration # 76 - FCN = -720255.5583692 Edm = 0.0481824 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -720255.8636849 Edm = 0.106617 NCalls = 250 +VariableMetric: Iteration # 78 - FCN = -720256.0605726 Edm = 0.0592595 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -720256.3643663 Edm = 0.10712 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -720256.6097189 Edm = 0.721038 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -720257.8404398 Edm = 1.3441 NCalls = 261 +VariableMetric: Iteration # 82 - FCN = -720271.6028008 Edm = 10.2566 NCalls = 270 +VariableMetric: Iteration # 83 - FCN = -720279.921517 Edm = 98.5991 NCalls = 272 +VariableMetric: Iteration # 84 - FCN = -720296.1583539 Edm = 2.56846 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -720301.0513028 Edm = 4.6255 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -720311.4260097 Edm = 5.25352 NCalls = 279 +VariableMetric: Iteration # 87 - FCN = -720319.4679124 Edm = 1.05688 NCalls = 282 +VariableMetric: Iteration # 88 - FCN = -720320.3195562 Edm = 0.218809 NCalls = 284 +VariableMetric: Iteration # 89 - FCN = -720320.564936 Edm = 0.087541 NCalls = 287 +VariableMetric: Iteration # 90 - FCN = -720320.7528764 Edm = 0.0421539 NCalls = 290 +VariableMetric: Iteration # 91 - FCN = -720320.8150186 Edm = 0.0145574 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -720320.8293441 Edm = 0.00164265 NCalls = 294 +VariableMetric: Iteration # 93 - FCN = -720320.8314116 Edm = 0.000431577 NCalls = 296 +VariableMetric: Iteration # 94 - FCN = -720320.8351989 Edm = 0.00404858 NCalls = 299 +VariableMetric: Iteration # 95 - FCN = -720320.9196681 Edm = 0.0871276 NCalls = 305 +VariableMetric: Iteration # 96 - FCN = -720321.581254 Edm = 0.0956528 NCalls = 312 +VariableMetric: Iteration # 97 - FCN = -720325.7653989 Edm = 4.3757 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -720328.7045626 Edm = 3.40742 NCalls = 318 +VariableMetric: Iteration # 99 - FCN = -720337.7569771 Edm = 1.40376 NCalls = 322 +VariableMetric: Iteration # 100 - FCN = -720340.7285432 Edm = 0.464533 NCalls = 325 +VariableMetric: Iteration # 101 - FCN = -720341.4191782 Edm = 0.12574 NCalls = 327 +VariableMetric: Iteration # 102 - FCN = -720341.5076614 Edm = 0.0247023 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -720341.5393358 Edm = 0.00958693 NCalls = 331 +VariableMetric: Iteration # 104 - FCN = -720341.5518226 Edm = 0.00294854 NCalls = 333 +VariableMetric: Iteration # 105 - FCN = -720341.555726 Edm = 0.00044444 NCalls = 335 +VariableMetric: Iteration # 106 - FCN = -720341.5562833 Edm = 0.000187732 NCalls = 337 +VariableMetric: Iteration # 107 - FCN = -720341.5582111 Edm = 0.00172973 NCalls = 340 +VariableMetric: Iteration # 108 - FCN = -720341.7962961 Edm = 0.242402 NCalls = 345 +VariableMetric: Iteration # 109 - FCN = -720341.8706606 Edm = 0.0732316 NCalls = 349 +VariableMetric: Iteration # 110 - FCN = -720343.1961495 Edm = 0.862693 NCalls = 356 +VariableMetric: Iteration # 111 - FCN = -720345.8663064 Edm = 0.0821021 NCalls = 358 +VariableMetric: Iteration # 112 - FCN = -720345.9574304 Edm = 0.00683509 NCalls = 360 +VariableMetric: Iteration # 113 - FCN = -720345.9646959 Edm = 9.79033e-05 NCalls = 362 +VariableMetric: Iteration # 114 - FCN = -720345.9648133 Edm = 2.11989e-05 NCalls = 364 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717639.3381503 Edm = 8.40245 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717639.3381503 Edm = 8.40245 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719764.2280287 Edm = 0.93947 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -719768.7208868 Edm = 1.25786 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -720031.5316559 Edm = 6.90603 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -720040.6272209 Edm = 0.0426216 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -720050.110566 Edm = 4.97201 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -720062.9670572 Edm = 0.40542 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -720063.5638415 Edm = 0.0443103 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -720065.5933308 Edm = 1.71689 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -720260.7647374 Edm = 27.5364 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -720312.6440066 Edm = 2.09286 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -720314.8893049 Edm = 0.0257111 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -720314.9214024 Edm = 0.00803787 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -720314.9549652 Edm = 0.0281351 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -720316.2412729 Edm = 1.10149 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -720378.1450982 Edm = 0.193897 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -720378.4010395 Edm = 0.0179284 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -720378.4202245 Edm = 0.00189861 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -720378.4225823 Edm = 0.00117191 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -720378.5592832 Edm = 0.138506 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -720378.8034697 Edm = 0.232412 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -720385.3755335 Edm = 0.0380812 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -720385.4141531 Edm = 0.000230333 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -720385.4146205 Edm = 0.000263999 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -720385.6128215 Edm = 0.046573 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -720387.0860613 Edm = 0.862172 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -720392.913233 Edm = 0.934151 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -720394.1724928 Edm = 0.186555 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -720394.7311507 Edm = 0.0528919 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -720394.7708664 Edm = 0.0209823 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -720394.781318 Edm = 0.00101181 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -720394.7839687 Edm = 0.00139301 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -720394.8590646 Edm = 0.0715369 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -720405.2898494 Edm = 10.1908 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -720405.4619291 Edm = 0.297471 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -720406.7640171 Edm = 1.98599 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -720409.8256575 Edm = 3.24686 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -720410.5377939 Edm = 0.637869 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -720420.6969586 Edm = 4.54104 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -720427.1149376 Edm = 0.0703745 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -720427.1835852 Edm = 0.00467503 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -720427.188956 Edm = 0.000621482 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -720427.1897743 Edm = 0.00012559 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -720427.1907257 Edm = 0.000768931 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -720428.2061233 Edm = 0.390621 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -720429.7468225 Edm = 0.545364 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -720430.5504475 Edm = 0.0270283 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -720430.5798042 Edm = 0.000728352 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -720430.5808674 Edm = 8.16788e-05 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -720430.5812418 Edm = 0.000279101 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -720430.5961191 Edm = 0.0206715 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -720430.7661344 Edm = 0.168809 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -720431.8047664 Edm = 0.853281 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -720432.339558 Edm = 0.0844242 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -720432.3876646 Edm = 0.00425746 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -720432.392293 Edm = 0.00024923 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -720432.3925821 Edm = 2.43006e-05 NCalls = 188 +VariableMetric: After Hessian - FCN = -720432.3925821 Edm = 1.13058 NCalls = 547 +VariableMetric: Iteration # 57 - FCN = -720432.3925821 Edm = 1.13058 NCalls = 547 +VariableMetric: Iteration # 58 - FCN = -720433.5285025 Edm = 3.0997 NCalls = 548 +VariableMetric: Iteration # 59 - FCN = -720433.5301372 Edm = 145.566 NCalls = 555 +VariableMetric: Iteration # 60 - FCN = -720433.5315873 Edm = 629.684 NCalls = 560 +VariableMetric: Iteration # 61 - FCN = -720433.5325748 Edm = 63.9227 NCalls = 565 +VariableMetric: Iteration # 62 - FCN = -720433.5340524 Edm = 59.5675 NCalls = 570 +VariableMetric: Iteration # 63 - FCN = -720433.5378266 Edm = 32.722 NCalls = 574 +VariableMetric: Iteration # 64 - FCN = -720433.5402592 Edm = 59.8946 NCalls = 578 +VariableMetric: Iteration # 65 - FCN = -720433.5453545 Edm = 21.4657 NCalls = 582 +VariableMetric: Iteration # 66 - FCN = -720433.5522908 Edm = 115.424 NCalls = 586 +VariableMetric: Iteration # 67 - FCN = -720433.5835917 Edm = 56.5093 NCalls = 589 +VariableMetric: Iteration # 68 - FCN = -720433.5891071 Edm = 2.58434 NCalls = 593 +VariableMetric: Iteration # 69 - FCN = -720433.5919005 Edm = 2.38195 NCalls = 596 +VariableMetric: Iteration # 70 - FCN = -720433.5975262 Edm = 4.87872 NCalls = 599 +VariableMetric: Iteration # 71 - FCN = -720433.608313 Edm = 8.72973 NCalls = 602 +VariableMetric: Iteration # 72 - FCN = -720433.6716211 Edm = 22.838 NCalls = 604 +VariableMetric: Iteration # 73 - FCN = -720435.1529425 Edm = 821.719 NCalls = 614 +VariableMetric: Iteration # 74 - FCN = -720435.1827302 Edm = 6.53021 NCalls = 616 +VariableMetric: Iteration # 75 - FCN = -720435.1969899 Edm = 3.74264 NCalls = 619 +VariableMetric: Iteration # 76 - FCN = -720435.207359 Edm = 10.6087 NCalls = 621 +VariableMetric: Iteration # 77 - FCN = -720435.2150534 Edm = 2.37838 NCalls = 623 +VariableMetric: Iteration # 78 - FCN = -720436.8501865 Edm = 60.0546 NCalls = 627 +VariableMetric: Iteration # 79 - FCN = -720437.3457896 Edm = 1.45084 NCalls = 630 +VariableMetric: Iteration # 80 - FCN = -720440.57154 Edm = 1.43697 NCalls = 633 +VariableMetric: Iteration # 81 - FCN = -720441.6321465 Edm = 0.872479 NCalls = 635 +VariableMetric: Iteration # 82 - FCN = -720442.2078731 Edm = 0.256489 NCalls = 637 +VariableMetric: Iteration # 83 - FCN = -720442.3341754 Edm = 0.0338247 NCalls = 639 +VariableMetric: Iteration # 84 - FCN = -720442.3857986 Edm = 0.0105052 NCalls = 641 +VariableMetric: Iteration # 85 - FCN = -720442.4140392 Edm = 0.00393023 NCalls = 643 +VariableMetric: Iteration # 86 - FCN = -720442.4207909 Edm = 0.00309661 NCalls = 645 +VariableMetric: Iteration # 87 - FCN = -720442.4346187 Edm = 0.00807366 NCalls = 648 +VariableMetric: Iteration # 88 - FCN = -720442.4546029 Edm = 0.0114549 NCalls = 651 +VariableMetric: Iteration # 89 - FCN = -720442.4597056 Edm = 0.0032138 NCalls = 653 +VariableMetric: Iteration # 90 - FCN = -720442.4656653 Edm = 0.00225917 NCalls = 656 +VariableMetric: Iteration # 91 - FCN = -720442.4719631 Edm = 0.00169357 NCalls = 660 +VariableMetric: Iteration # 92 - FCN = -720442.4737168 Edm = 0.00217876 NCalls = 661 +VariableMetric: Iteration # 93 - FCN = -720442.4751343 Edm = 0.000485695 NCalls = 664 +VariableMetric: Iteration # 94 - FCN = -720442.4760486 Edm = 0.000580655 NCalls = 667 +VariableMetric: Iteration # 95 - FCN = -720442.4764973 Edm = 0.000180309 NCalls = 669 +VariableMetric: Iteration # 96 - FCN = -720442.4768158 Edm = 4.29769e-05 NCalls = 672 +VariableMetric: After Hessian - FCN = -720442.4768158 Edm = 6.22793e-05 NCalls = 1045 +VariableMetric: Iteration # 97 - FCN = -720442.4768158 Edm = 6.22793e-05 NCalls = 1045 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718650.7447468 Edm = 1.44913 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718650.7447468 Edm = 1.44913 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719176.3965828 Edm = 0.101851 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -719177.0399207 Edm = 0.177261 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -719219.9448601 Edm = 7.47952 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -719233.4600453 Edm = 0.0993175 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -719233.6822671 Edm = 0.110845 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -719263.1582612 Edm = 24.7282 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -719328.5937129 Edm = 3.00529 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -719334.8887553 Edm = 0.993868 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -719342.3057735 Edm = 2.42332 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -719356.837069 Edm = 9.54246 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -719398.297472 Edm = 55.032 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -719551.8762498 Edm = 182.856 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -719722.5124647 Edm = 19.9032 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -719741.2685945 Edm = 0.563972 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -719741.973663 Edm = 0.0228244 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -719742.0192316 Edm = 0.0217153 NCalls = 54 +VariableMetric: Iteration # 17 - FCN = -719744.2567172 Edm = 1.98562 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -719801.3729544 Edm = 3.97744 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -719805.064452 Edm = 0.0484783 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -719805.1362217 Edm = 0.00784999 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -719805.1591782 Edm = 0.0040893 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -719805.1869816 Edm = 0.0167318 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -719806.8476385 Edm = 1.64123 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -719848.284252 Edm = 17.8513 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -719866.2349496 Edm = 6.02472 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -719870.9948081 Edm = 0.538802 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -719871.4958587 Edm = 0.249305 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -719871.9206644 Edm = 0.0980087 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -719872.0685322 Edm = 0.00336047 NCalls = 93 +VariableMetric: Iteration # 30 - FCN = -719872.0772457 Edm = 0.00768244 NCalls = 95 +VariableMetric: Iteration # 31 - FCN = -719872.316948 Edm = 0.227407 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -719888.0302091 Edm = 15.6105 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -719900.5371099 Edm = 6.9054 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -719911.3046657 Edm = 1.26663 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -719912.0462707 Edm = 0.0420074 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -719912.1052752 Edm = 0.00627037 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -719912.1135667 Edm = 0.00208596 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -719912.120406 Edm = 0.006233 NCalls = 122 +VariableMetric: Iteration # 39 - FCN = -719913.0863643 Edm = 0.955897 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -719966.2244811 Edm = 26.3921 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -719996.9661048 Edm = 3.49366 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -719999.5886855 Edm = 0.266637 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -719999.8770272 Edm = 0.166467 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -720000.1745424 Edm = 0.101196 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -720000.4020382 Edm = 0.0199602 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -720000.4325526 Edm = 0.00378087 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -720000.436666 Edm = 0.00635787 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -720000.4592641 Edm = 0.025351 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -720001.5529577 Edm = 0.906139 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -720025.7367721 Edm = 46.1346 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -720029.0887601 Edm = 6.15795 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -720044.4822774 Edm = 20.6196 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -720092.8485506 Edm = 30.0742 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -720294.9855998 Edm = 34.0169 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -720323.2899731 Edm = 20.3886 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -720331.9665167 Edm = 1.96086 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -720333.9471743 Edm = 0.617588 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -720334.8807316 Edm = 0.726949 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -720337.2016765 Edm = 0.653573 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -720338.1526573 Edm = 0.497776 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -720338.6745087 Edm = 0.629484 NCalls = 199 +VariableMetric: Iteration # 62 - FCN = -720340.1330066 Edm = 0.933424 NCalls = 204 +VariableMetric: Iteration # 63 - FCN = -720340.7623414 Edm = 1.96171 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -720343.4546586 Edm = 1.41987 NCalls = 211 +VariableMetric: Iteration # 65 - FCN = -720346.9246411 Edm = 0.725844 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -720347.2199845 Edm = 0.188659 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -720347.3815943 Edm = 0.0276119 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -720347.4146717 Edm = 0.00375089 NCalls = 219 +VariableMetric: Iteration # 69 - FCN = -720347.4321505 Edm = 0.0138405 NCalls = 221 +VariableMetric: Iteration # 70 - FCN = -720350.0020835 Edm = 1.84548 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -720388.3905982 Edm = 15.6796 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -720409.8630948 Edm = 2.05497 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -720411.7129529 Edm = 0.0916163 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -720411.7901151 Edm = 0.00811658 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -720411.8037852 Edm = 0.00200248 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -720411.8108612 Edm = 0.00487933 NCalls = 243 +VariableMetric: Iteration # 77 - FCN = -720411.8723326 Edm = 0.0495498 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -720413.7847321 Edm = 1.36102 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -720428.5222996 Edm = 2.97095 NCalls = 253 +VariableMetric: Iteration # 80 - FCN = -720433.3085748 Edm = 0.731706 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -720434.1426916 Edm = 0.168958 NCalls = 257 +VariableMetric: Iteration # 82 - FCN = -720434.3992396 Edm = 0.0162858 NCalls = 259 +VariableMetric: Iteration # 83 - FCN = -720434.4165882 Edm = 0.00212977 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -720434.4193173 Edm = 0.000482091 NCalls = 263 +VariableMetric: Iteration # 85 - FCN = -720434.4200894 Edm = 0.000168325 NCalls = 265 +VariableMetric: Iteration # 86 - FCN = -720434.4217641 Edm = 0.00155847 NCalls = 268 +VariableMetric: Iteration # 87 - FCN = -720434.6414833 Edm = 0.0847171 NCalls = 275 +VariableMetric: Iteration # 88 - FCN = -720434.6960633 Edm = 0.000243302 NCalls = 276 +VariableMetric: Iteration # 89 - FCN = -720434.6966832 Edm = 0.000429826 NCalls = 278 +VariableMetric: Iteration # 90 - FCN = -720434.7337263 Edm = 0.0359471 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -720436.8682903 Edm = 1.04244 NCalls = 290 +VariableMetric: Iteration # 92 - FCN = -720439.6289939 Edm = 0.100818 NCalls = 292 +VariableMetric: Iteration # 93 - FCN = -720439.7294637 Edm = 0.00164909 NCalls = 293 +VariableMetric: Iteration # 94 - FCN = -720439.7309445 Edm = 8.94849e-05 NCalls = 294 +VariableMetric: Iteration # 95 - FCN = -720439.7310614 Edm = 4.33941e-05 NCalls = 296 +VariableMetric: After Hessian - FCN = -720439.7310614 Edm = 11.3898 NCalls = 651 +VariableMetric: Iteration # 96 - FCN = -720439.7310614 Edm = 11.3898 NCalls = 651 +VariableMetric: Iteration # 97 - FCN = -720440.0156474 Edm = 54.9807 NCalls = 655 +VariableMetric: Iteration # 98 - FCN = -720441.6680645 Edm = 48.4419 NCalls = 661 +VariableMetric: Iteration # 99 - FCN = -720441.6784568 Edm = 450.691 NCalls = 665 +VariableMetric: Iteration # 100 - FCN = -720441.6948084 Edm = 102.926 NCalls = 669 +VariableMetric: Iteration # 101 - FCN = -720441.7003353 Edm = 104.975 NCalls = 673 +VariableMetric: Iteration # 102 - FCN = -720441.804654 Edm = 59.4867 NCalls = 676 +VariableMetric: Iteration # 103 - FCN = -720441.8464361 Edm = 21.656 NCalls = 679 +VariableMetric: Iteration # 104 - FCN = -720441.92024 Edm = 49.7344 NCalls = 682 +VariableMetric: Iteration # 105 - FCN = -720441.9535269 Edm = 4.64225 NCalls = 685 +VariableMetric: Iteration # 106 - FCN = -720441.9774277 Edm = 3.11221 NCalls = 688 +VariableMetric: Iteration # 107 - FCN = -720441.9891702 Edm = 1.9821 NCalls = 691 +VariableMetric: Iteration # 108 - FCN = -720442.0616071 Edm = 1.39719 NCalls = 693 +VariableMetric: Iteration # 109 - FCN = -720442.0938075 Edm = 0.418755 NCalls = 695 +VariableMetric: Iteration # 110 - FCN = -720442.1126373 Edm = 0.472697 NCalls = 697 +VariableMetric: Iteration # 111 - FCN = -720442.1499578 Edm = 1.24857 NCalls = 699 +VariableMetric: Iteration # 112 - FCN = -720442.2949696 Edm = 0.656894 NCalls = 700 +VariableMetric: Iteration # 113 - FCN = -720442.3296355 Edm = 0.375273 NCalls = 702 +VariableMetric: Iteration # 114 - FCN = -720442.3584271 Edm = 0.403618 NCalls = 704 +VariableMetric: Iteration # 115 - FCN = -720442.5272929 Edm = 0.28349 NCalls = 706 +VariableMetric: Iteration # 116 - FCN = -720442.6061633 Edm = 0.198666 NCalls = 708 +VariableMetric: Iteration # 117 - FCN = -720442.6150754 Edm = 0.0329016 NCalls = 710 +VariableMetric: Iteration # 118 - FCN = -720442.6474716 Edm = 0.026897 NCalls = 712 +VariableMetric: Iteration # 119 - FCN = -720442.6574227 Edm = 0.00218861 NCalls = 714 +VariableMetric: Iteration # 120 - FCN = -720442.6601913 Edm = 0.000731385 NCalls = 716 +VariableMetric: Iteration # 121 - FCN = -720442.6611818 Edm = 0.00149514 NCalls = 719 +VariableMetric: Iteration # 122 - FCN = -720442.662957 Edm = 0.00133401 NCalls = 723 +VariableMetric: Iteration # 123 - FCN = -720442.6642303 Edm = 0.000684937 NCalls = 726 +VariableMetric: Iteration # 124 - FCN = -720442.6648325 Edm = 0.000213614 NCalls = 728 +VariableMetric: Iteration # 125 - FCN = -720442.6651548 Edm = 0.000137062 NCalls = 731 +VariableMetric: Iteration # 126 - FCN = -720442.6653217 Edm = 3.17547e-05 NCalls = 733 +VariableMetric: After Hessian - FCN = -720442.6653217 Edm = 4.49583e-05 NCalls = 1098 +VariableMetric: Iteration # 127 - FCN = -720442.6653217 Edm = 4.49583e-05 NCalls = 1098 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713419.5527236 Edm = 12.5505 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713419.5527236 Edm = 12.5505 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717803.8009666 Edm = 11.2042 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -717925.5444675 Edm = 100.723 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -718415.9368498 Edm = 123.664 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -718677.2896329 Edm = 132.587 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -718831.4181209 Edm = 12.6313 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -718845.8990894 Edm = 2.57933 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -718849.1129866 Edm = 0.609732 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -718850.2964861 Edm = 0.456804 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -718859.5304051 Edm = 7.83047 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -718904.7472078 Edm = 6.32717 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -718909.5649297 Edm = 0.0733735 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -718909.9390455 Edm = 0.289337 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -718914.36043 Edm = 4.12234 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -719020.1959764 Edm = 167.435 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -719122.445677 Edm = 89.9537 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -719284.0188125 Edm = 2.97583 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -719287.154437 Edm = 0.183341 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -719287.9160555 Edm = 0.687726 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -719307.3023648 Edm = 16.5699 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -719366.4773094 Edm = 12.413 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -719373.1346661 Edm = 2.32911 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -719375.9383501 Edm = 0.0384558 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -719376.0549132 Edm = 0.0703405 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -719376.2912638 Edm = 0.0393043 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -719376.3946745 Edm = 0.056384 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -719377.3915914 Edm = 1.11441 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -719377.9490167 Edm = 0.862848 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -719411.4401606 Edm = 6.38188 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -719452.6545443 Edm = 27.9481 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -719459.4575135 Edm = 21.2405 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -719507.3855379 Edm = 17.2603 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -719532.4498753 Edm = 2.53846 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -719535.6232986 Edm = 0.355877 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -719536.2206273 Edm = 0.126694 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -719536.5106169 Edm = 0.180236 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -719536.6890863 Edm = 0.0282128 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -719536.7459935 Edm = 0.0206747 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -719536.9723647 Edm = 0.183684 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -719539.588448 Edm = 3.43038 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -719562.3575966 Edm = 13.5027 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -719675.2448576 Edm = 10.7457 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -719688.4854797 Edm = 2.22242 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -719690.7849281 Edm = 0.276701 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -719691.1538588 Edm = 0.024604 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -719691.6923591 Edm = 0.983867 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -719691.7377053 Edm = 0.347051 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -719693.2816735 Edm = 0.656061 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -719693.7089493 Edm = 0.275991 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -719694.0387103 Edm = 0.0344371 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -719694.0664587 Edm = 0.00251905 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -719694.0749979 Edm = 0.00611411 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -719694.2524946 Edm = 0.146581 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -719760.6537243 Edm = 24.8559 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -719784.985287 Edm = 6.10314 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -719790.1892632 Edm = 0.706269 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -719790.6585724 Edm = 0.0363869 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -719790.6973142 Edm = 0.00457704 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -719790.7044582 Edm = 0.00657438 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -719791.301132 Edm = 0.598702 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -719791.4439706 Edm = 0.138674 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -719807.8785495 Edm = 18.9303 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -719813.4195217 Edm = 5.37052 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -719913.3509037 Edm = 33.3602 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -719939.3536699 Edm = 5.2865 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -720029.3729855 Edm = 49.0168 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -720030.8634259 Edm = 3.28597 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -720032.1107549 Edm = 5.96002 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -720038.0191416 Edm = 4.86819 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -720056.0480562 Edm = 4.84577 NCalls = 235 +VariableMetric: Iteration # 70 - FCN = -720062.2937648 Edm = 1.3376 NCalls = 237 +VariableMetric: Iteration # 71 - FCN = -720064.4768336 Edm = 1.17418 NCalls = 240 +VariableMetric: Iteration # 72 - FCN = -720069.0795549 Edm = 1.00906 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -720070.5574973 Edm = 0.313446 NCalls = 246 +VariableMetric: Iteration # 74 - FCN = -720070.931762 Edm = 0.112265 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -720071.0906529 Edm = 0.0660872 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -720071.2208452 Edm = 0.0381424 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -720071.273733 Edm = 0.00898692 NCalls = 256 +VariableMetric: Iteration # 78 - FCN = -720071.289794 Edm = 0.010526 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -720071.3587251 Edm = 0.0565812 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -720072.4398545 Edm = 0.989277 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -720081.9575144 Edm = 15.2045 NCalls = 271 +VariableMetric: Iteration # 82 - FCN = -720090.661314 Edm = 23.7693 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -720125.3554623 Edm = 30.9726 NCalls = 282 +VariableMetric: Iteration # 84 - FCN = -720183.3401664 Edm = 6.75502 NCalls = 284 +VariableMetric: Iteration # 85 - FCN = -720193.2912927 Edm = 1.70569 NCalls = 286 +VariableMetric: Iteration # 86 - FCN = -720197.5212358 Edm = 1.51605 NCalls = 290 +VariableMetric: Iteration # 87 - FCN = -720231.6841595 Edm = 10.9857 NCalls = 298 +VariableMetric: Iteration # 88 - FCN = -720232.3947281 Edm = 8.19702 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -720251.5942752 Edm = 14.1883 NCalls = 304 +VariableMetric: Iteration # 90 - FCN = -720272.3911921 Edm = 15.4145 NCalls = 307 +VariableMetric: Iteration # 91 - FCN = -720289.8445929 Edm = 36.9872 NCalls = 311 +VariableMetric: Iteration # 92 - FCN = -720321.8052368 Edm = 47.202 NCalls = 313 +VariableMetric: Iteration # 93 - FCN = -720340.6010714 Edm = 13.6153 NCalls = 316 +VariableMetric: Iteration # 94 - FCN = -720354.7041478 Edm = 4.22736 NCalls = 319 +VariableMetric: Iteration # 95 - FCN = -720358.1947455 Edm = 0.843538 NCalls = 321 +VariableMetric: Iteration # 96 - FCN = -720359.5506532 Edm = 1.31183 NCalls = 324 +VariableMetric: Iteration # 97 - FCN = -720361.4131462 Edm = 0.669599 NCalls = 327 +VariableMetric: Iteration # 98 - FCN = -720361.9210891 Edm = 0.118653 NCalls = 329 +VariableMetric: Iteration # 99 - FCN = -720362.105808 Edm = 0.0714269 NCalls = 331 +VariableMetric: Iteration # 100 - FCN = -720373.1931735 Edm = 18.0199 NCalls = 336 +VariableMetric: Iteration # 101 - FCN = -720375.1277953 Edm = 3.78706 NCalls = 339 +VariableMetric: Iteration # 102 - FCN = -720379.1212905 Edm = 2.06864 NCalls = 342 +VariableMetric: Iteration # 103 - FCN = -720383.7380574 Edm = 1.07934 NCalls = 344 +VariableMetric: Iteration # 104 - FCN = -720385.1668198 Edm = 0.392501 NCalls = 346 +VariableMetric: Iteration # 105 - FCN = -720386.60177 Edm = 0.533219 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -720387.0825183 Edm = 0.180513 NCalls = 352 +VariableMetric: Iteration # 107 - FCN = -720387.2241185 Edm = 0.0119152 NCalls = 354 +VariableMetric: Iteration # 108 - FCN = -720387.2399484 Edm = 0.00228355 NCalls = 356 +VariableMetric: Iteration # 109 - FCN = -720387.2448589 Edm = 0.0023005 NCalls = 358 +VariableMetric: Iteration # 110 - FCN = -720387.2738325 Edm = 0.0194699 NCalls = 361 +VariableMetric: Iteration # 111 - FCN = -720387.4247972 Edm = 0.124144 NCalls = 364 +VariableMetric: Iteration # 112 - FCN = -720390.3944419 Edm = 2.33033 NCalls = 369 +VariableMetric: Iteration # 113 - FCN = -720407.9943108 Edm = 14.3172 NCalls = 374 +VariableMetric: Iteration # 114 - FCN = -720409.0263915 Edm = 4.66117 NCalls = 376 +VariableMetric: Iteration # 115 - FCN = -720417.6182831 Edm = 1.26163 NCalls = 378 +VariableMetric: Iteration # 116 - FCN = -720419.8136218 Edm = 0.706137 NCalls = 380 +VariableMetric: Iteration # 117 - FCN = -720420.7210523 Edm = 0.429741 NCalls = 382 +VariableMetric: Iteration # 118 - FCN = -720421.1610175 Edm = 0.0693801 NCalls = 384 +VariableMetric: Iteration # 119 - FCN = -720421.3036658 Edm = 0.0555929 NCalls = 386 +VariableMetric: Iteration # 120 - FCN = -720421.5931763 Edm = 0.171157 NCalls = 388 +VariableMetric: Iteration # 121 - FCN = -720421.9889848 Edm = 0.0341226 NCalls = 390 +VariableMetric: Iteration # 122 - FCN = -720422.0307967 Edm = 0.0102716 NCalls = 392 +VariableMetric: Iteration # 123 - FCN = -720422.0758483 Edm = 0.00898952 NCalls = 395 +VariableMetric: Iteration # 124 - FCN = -720422.0894798 Edm = 0.000505438 NCalls = 397 +VariableMetric: Iteration # 125 - FCN = -720422.0904358 Edm = 0.000235509 NCalls = 399 +VariableMetric: Iteration # 126 - FCN = -720422.0964805 Edm = 0.00583169 NCalls = 403 +VariableMetric: Iteration # 127 - FCN = -720422.5120685 Edm = 0.0360017 NCalls = 410 +VariableMetric: Iteration # 128 - FCN = -720426.2519934 Edm = 1.63203 NCalls = 413 +VariableMetric: Iteration # 129 - FCN = -720430.0822827 Edm = 3.10891 NCalls = 417 +VariableMetric: Iteration # 130 - FCN = -720432.0294078 Edm = 0.416794 NCalls = 419 +VariableMetric: Iteration # 131 - FCN = -720432.4528026 Edm = 0.0461082 NCalls = 421 +VariableMetric: Iteration # 132 - FCN = -720432.4910061 Edm = 0.00366631 NCalls = 422 +VariableMetric: Iteration # 133 - FCN = -720432.4941939 Edm = 0.000314094 NCalls = 423 +VariableMetric: Iteration # 134 - FCN = -720432.4944689 Edm = 2.2007e-05 NCalls = 424 +VariableMetric: After Hessian - FCN = -720432.4944689 Edm = 103.352 NCalls = 789 +VariableMetric: Iteration # 135 - FCN = -720432.4944689 Edm = 103.352 NCalls = 789 +VariableMetric: Iteration # 136 - FCN = -720433.1331552 Edm = 5.94666 NCalls = 799 +VariableMetric: Iteration # 137 - FCN = -720434.8609196 Edm = 2.63582 NCalls = 801 +VariableMetric: Iteration # 138 - FCN = -720436.2629001 Edm = 1.09005 NCalls = 803 +VariableMetric: Iteration # 139 - FCN = -720437.1495424 Edm = 0.338383 NCalls = 804 +VariableMetric: Iteration # 140 - FCN = -720437.4256016 Edm = 0.0817177 NCalls = 806 +VariableMetric: Iteration # 141 - FCN = -720437.6542723 Edm = 0.0425305 NCalls = 810 +VariableMetric: Iteration # 142 - FCN = -720437.6969234 Edm = 0.0277063 NCalls = 811 +VariableMetric: Iteration # 143 - FCN = -720437.7206041 Edm = 0.0135806 NCalls = 813 +VariableMetric: Iteration # 144 - FCN = -720437.7618864 Edm = 0.00883365 NCalls = 817 +VariableMetric: Iteration # 145 - FCN = -720437.7937383 Edm = 0.0135866 NCalls = 820 +VariableMetric: Iteration # 146 - FCN = -720437.8464671 Edm = 0.0177495 NCalls = 823 +VariableMetric: Iteration # 147 - FCN = -720437.8714149 Edm = 0.0363511 NCalls = 825 +VariableMetric: Iteration # 148 - FCN = -720437.8829949 Edm = 0.00790173 NCalls = 826 +VariableMetric: Iteration # 149 - FCN = -720437.8893561 Edm = 0.00163671 NCalls = 828 +VariableMetric: Iteration # 150 - FCN = -720437.8917507 Edm = 0.000787526 NCalls = 831 +VariableMetric: Iteration # 151 - FCN = -720437.8924982 Edm = 0.000144121 NCalls = 833 +VariableMetric: Iteration # 152 - FCN = -720437.8926792 Edm = 2.70999e-05 NCalls = 835 +VariableMetric: After Hessian - FCN = -720437.8926792 Edm = 0.000211701 NCalls = 1210 +VariableMetric: Iteration # 153 - FCN = -720437.8926792 Edm = 0.000211701 NCalls = 1210 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714678.136432 Edm = 2.66297 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714678.136432 Edm = 2.66297 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716883.5939347 Edm = 1.47573 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716903.649379 Edm = 22.5475 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -717003.6762675 Edm = 52.3305 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -717103.8996683 Edm = 4.56557 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -717107.4810647 Edm = 0.394375 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -717224.4462747 Edm = 99.131 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -717224.798742 Edm = 0.333914 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -717226.3503492 Edm = 1.22307 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -717453.0596041 Edm = 91.0203 NCalls = 44 +VariableMetric: Iteration # 10 - FCN = -717548.9419249 Edm = 11.9786 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -717557.6632326 Edm = 0.341324 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -717559.8602654 Edm = 2.38953 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -717700.7947336 Edm = 65.1268 NCalls = 58 +VariableMetric: Iteration # 14 - FCN = -717781.7036133 Edm = 12.9452 NCalls = 61 +VariableMetric: Iteration # 15 - FCN = -717796.0166826 Edm = 0.31084 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -717796.3590333 Edm = 0.0349825 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -717796.8842668 Edm = 0.534294 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -717834.8194822 Edm = 12.002 NCalls = 75 +VariableMetric: Iteration # 19 - FCN = -717864.0203282 Edm = 1.13095 NCalls = 77 +VariableMetric: Iteration # 20 - FCN = -717865.0159199 Edm = 0.0885651 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -717865.3143341 Edm = 0.234513 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -717876.5111159 Edm = 7.19605 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -717977.4424894 Edm = 32.4796 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -718058.5931774 Edm = 5.28872 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -718065.9613596 Edm = 0.570456 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -718066.4983077 Edm = 0.0595547 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -718066.553754 Edm = 0.0142171 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -718066.6386066 Edm = 0.076102 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -718076.2392297 Edm = 7.47235 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -718148.9697151 Edm = 7.21087 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -718164.6254551 Edm = 3.3505 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -718166.2437888 Edm = 3.01435 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -718170.3606305 Edm = 1.49996 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -718173.7232112 Edm = 0.210684 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -718173.8854666 Edm = 0.0411574 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -718173.9270499 Edm = 0.00964654 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -718174.0842812 Edm = 0.126137 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -718201.8474338 Edm = 34.0766 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -718773.2703193 Edm = 623.686 NCalls = 147 +VariableMetric: Iteration # 40 - FCN = -719520.305789 Edm = 7610.08 NCalls = 151 +VariableMetric: Iteration # 41 - FCN = -719644.8292417 Edm = 212.483 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -719922.5250151 Edm = 43.9254 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -719990.253091 Edm = 23.8593 NCalls = 157 +VariableMetric: Iteration # 44 - FCN = -720004.8665768 Edm = 9.17164 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -720014.4949661 Edm = 2.96377 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -720029.4376854 Edm = 38.6997 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -720045.2249272 Edm = 24.1145 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -720049.8100547 Edm = 10.3586 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -720100.802388 Edm = 58.8324 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -720108.9357144 Edm = 25.4621 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -720129.7239861 Edm = 19.8427 NCalls = 185 +VariableMetric: Iteration # 52 - FCN = -720221.9003449 Edm = 37.9111 NCalls = 188 +VariableMetric: Iteration # 53 - FCN = -720294.8753308 Edm = 3.51334 NCalls = 191 +VariableMetric: Iteration # 54 - FCN = -720298.779146 Edm = 0.458651 NCalls = 193 +VariableMetric: Iteration # 55 - FCN = -720299.0776799 Edm = 0.0604615 NCalls = 195 +VariableMetric: Iteration # 56 - FCN = -720299.1899965 Edm = 0.0473849 NCalls = 197 +VariableMetric: Iteration # 57 - FCN = -720299.2959483 Edm = 0.0160897 NCalls = 199 +VariableMetric: Iteration # 58 - FCN = -720299.3817722 Edm = 0.0513976 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -720300.0356129 Edm = 0.476883 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -720307.3933256 Edm = 20.2884 NCalls = 208 +VariableMetric: Iteration # 61 - FCN = -720308.3572467 Edm = 1.35381 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -720313.5033466 Edm = 2.0661 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -720317.2610625 Edm = 0.276669 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -720317.4422663 Edm = 0.0185526 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -720317.4699228 Edm = 0.0105431 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -720317.5779945 Edm = 0.0723898 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -720317.7504919 Edm = 0.0336562 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -720317.8021735 Edm = 0.00948136 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -720317.8666874 Edm = 0.0368393 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -720318.776543 Edm = 11.2222 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -720319.2322138 Edm = 0.312053 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -720319.5403985 Edm = 0.0618942 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -720320.1982348 Edm = 0.0974894 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -720320.3841432 Edm = 0.0832364 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -720320.7204956 Edm = 0.386429 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -720336.2175926 Edm = 12.7369 NCalls = 261 +VariableMetric: Iteration # 77 - FCN = -720336.3622309 Edm = 0.754836 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -720338.1741052 Edm = 1.59288 NCalls = 267 +VariableMetric: Iteration # 79 - FCN = -720352.9049971 Edm = 7.46242 NCalls = 271 +VariableMetric: Iteration # 80 - FCN = -720357.382362 Edm = 2.05808 NCalls = 273 +VariableMetric: Iteration # 81 - FCN = -720360.4334066 Edm = 1.37816 NCalls = 275 +VariableMetric: Iteration # 82 - FCN = -720379.5936473 Edm = 3.56252 NCalls = 278 +VariableMetric: Iteration # 83 - FCN = -720384.5646595 Edm = 0.319563 NCalls = 280 +VariableMetric: Iteration # 84 - FCN = -720384.9120572 Edm = 0.128024 NCalls = 281 +VariableMetric: Iteration # 85 - FCN = -720385.1038286 Edm = 0.0137229 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -720385.122411 Edm = 0.00090872 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -720385.125488 Edm = 0.00172037 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -720385.1372057 Edm = 0.00463431 NCalls = 290 +VariableMetric: Iteration # 89 - FCN = -720385.1529129 Edm = 0.00894084 NCalls = 292 +VariableMetric: Iteration # 90 - FCN = -720385.5168619 Edm = 0.350716 NCalls = 296 +VariableMetric: Iteration # 91 - FCN = -720396.7351288 Edm = 15.6006 NCalls = 301 +VariableMetric: Iteration # 92 - FCN = -720402.1677807 Edm = 1.02625 NCalls = 308 +VariableMetric: Iteration # 93 - FCN = -720403.0088639 Edm = 0.396131 NCalls = 310 +VariableMetric: Iteration # 94 - FCN = -720403.4316243 Edm = 0.0356985 NCalls = 312 +VariableMetric: Iteration # 95 - FCN = -720403.5073999 Edm = 0.0276099 NCalls = 314 +VariableMetric: Iteration # 96 - FCN = -720403.6174146 Edm = 0.0278156 NCalls = 317 +VariableMetric: Iteration # 97 - FCN = -720403.6570325 Edm = 0.0480322 NCalls = 318 +VariableMetric: Iteration # 98 - FCN = -720403.6890575 Edm = 0.00631366 NCalls = 320 +VariableMetric: Iteration # 99 - FCN = -720403.6973504 Edm = 0.00127023 NCalls = 322 +VariableMetric: Iteration # 100 - FCN = -720403.7025479 Edm = 0.0013066 NCalls = 324 +VariableMetric: Iteration # 101 - FCN = -720403.7055783 Edm = 0.00196084 NCalls = 326 +VariableMetric: Iteration # 102 - FCN = -720403.7320988 Edm = 0.0161365 NCalls = 330 +VariableMetric: Iteration # 103 - FCN = -720404.0654863 Edm = 0.254167 NCalls = 334 +VariableMetric: Iteration # 104 - FCN = -720407.0467562 Edm = 4.62745 NCalls = 338 +VariableMetric: Iteration # 105 - FCN = -720408.6527017 Edm = 2.44988 NCalls = 342 +VariableMetric: Iteration # 106 - FCN = -720416.5586662 Edm = 5.55156 NCalls = 348 +VariableMetric: Iteration # 107 - FCN = -720423.4378043 Edm = 2.47914 NCalls = 350 +VariableMetric: Iteration # 108 - FCN = -720424.9381528 Edm = 0.951799 NCalls = 352 +VariableMetric: Iteration # 109 - FCN = -720425.6573091 Edm = 0.339867 NCalls = 354 +VariableMetric: Iteration # 110 - FCN = -720426.0754207 Edm = 0.109729 NCalls = 356 +VariableMetric: Iteration # 111 - FCN = -720426.2579582 Edm = 0.011329 NCalls = 358 +VariableMetric: Iteration # 112 - FCN = -720426.271035 Edm = 0.00071275 NCalls = 360 +VariableMetric: Iteration # 113 - FCN = -720426.271768 Edm = 0.00019201 NCalls = 361 +VariableMetric: Iteration # 114 - FCN = -720426.2721918 Edm = 0.000452699 NCalls = 363 +VariableMetric: Iteration # 115 - FCN = -720426.2787848 Edm = 0.00566304 NCalls = 368 +VariableMetric: Iteration # 116 - FCN = -720426.3330984 Edm = 0.0519365 NCalls = 371 +VariableMetric: Iteration # 117 - FCN = -720427.3590654 Edm = 0.579136 NCalls = 377 +VariableMetric: Iteration # 118 - FCN = -720429.4402525 Edm = 0.276283 NCalls = 379 +VariableMetric: Iteration # 119 - FCN = -720429.9641494 Edm = 0.0374031 NCalls = 381 +VariableMetric: Iteration # 120 - FCN = -720430.01082 Edm = 0.00201482 NCalls = 383 +VariableMetric: Iteration # 121 - FCN = -720430.0126888 Edm = 0.00012212 NCalls = 385 +VariableMetric: Iteration # 122 - FCN = -720430.0129582 Edm = 0.00012397 NCalls = 387 +VariableMetric: Iteration # 123 - FCN = -720430.0161304 Edm = 0.0032087 NCalls = 391 +VariableMetric: Iteration # 124 - FCN = -720430.1339145 Edm = 0.141643 NCalls = 398 +VariableMetric: Iteration # 125 - FCN = -720430.1343947 Edm = 0.000304821 NCalls = 400 +VariableMetric: Iteration # 126 - FCN = -720430.1830025 Edm = 0.0523104 NCalls = 406 +VariableMetric: Iteration # 127 - FCN = -720430.3774641 Edm = 0.0400825 NCalls = 413 +VariableMetric: Iteration # 128 - FCN = -720432.0040307 Edm = 0.735724 NCalls = 417 +VariableMetric: Iteration # 129 - FCN = -720434.766264 Edm = 0.31972 NCalls = 419 +VariableMetric: Iteration # 130 - FCN = -720435.1510153 Edm = 0.133764 NCalls = 421 +VariableMetric: Iteration # 131 - FCN = -720435.2844238 Edm = 0.0684827 NCalls = 424 +VariableMetric: Iteration # 132 - FCN = -720435.3363831 Edm = 0.0120784 NCalls = 426 +VariableMetric: Iteration # 133 - FCN = -720435.3460767 Edm = 0.00149783 NCalls = 427 +VariableMetric: Iteration # 134 - FCN = -720435.3475914 Edm = 0.000142545 NCalls = 429 +VariableMetric: Iteration # 135 - FCN = -720435.3479101 Edm = 0.000147628 NCalls = 431 +VariableMetric: Iteration # 136 - FCN = -720435.3528052 Edm = 0.00439978 NCalls = 435 +VariableMetric: Iteration # 137 - FCN = -720435.6720107 Edm = 0.284857 NCalls = 440 +VariableMetric: Iteration # 138 - FCN = -720438.600115 Edm = 1.13865 NCalls = 444 +VariableMetric: Iteration # 139 - FCN = -720438.9199468 Edm = 0.245476 NCalls = 446 +VariableMetric: Iteration # 140 - FCN = -720439.0989613 Edm = 0.00491529 NCalls = 448 +VariableMetric: Iteration # 141 - FCN = -720439.1035207 Edm = 0.000118946 NCalls = 449 +VariableMetric: Iteration # 142 - FCN = -720439.1036451 Edm = 3.14141e-05 NCalls = 451 +VariableMetric: After Hessian - FCN = -720439.1036451 Edm = 3.75574 NCalls = 816 +VariableMetric: Iteration # 143 - FCN = -720439.1036451 Edm = 3.75574 NCalls = 816 +VariableMetric: Iteration # 144 - FCN = -720441.3024316 Edm = 0.323403 NCalls = 818 +VariableMetric: Iteration # 145 - FCN = -720441.5498641 Edm = 0.0461993 NCalls = 820 +VariableMetric: Iteration # 146 - FCN = -720441.5680271 Edm = 0.0144377 NCalls = 822 +VariableMetric: Iteration # 147 - FCN = -720441.6061507 Edm = 0.0436062 NCalls = 825 +VariableMetric: Iteration # 148 - FCN = -720441.6239516 Edm = 0.0326672 NCalls = 828 +VariableMetric: Iteration # 149 - FCN = -720441.6564396 Edm = 0.0525818 NCalls = 831 +VariableMetric: Iteration # 150 - FCN = -720441.7447879 Edm = 0.132883 NCalls = 835 +VariableMetric: Iteration # 151 - FCN = -720441.9028807 Edm = 0.101604 NCalls = 839 +VariableMetric: Iteration # 152 - FCN = -720442.0750856 Edm = 0.0977522 NCalls = 844 +VariableMetric: Iteration # 153 - FCN = -720442.2451149 Edm = 0.220787 NCalls = 848 +VariableMetric: Iteration # 154 - FCN = -720442.3668158 Edm = 0.135141 NCalls = 850 +VariableMetric: Iteration # 155 - FCN = -720442.5558369 Edm = 0.0490425 NCalls = 854 +VariableMetric: Iteration # 156 - FCN = -720442.638461 Edm = 0.0281857 NCalls = 857 +VariableMetric: Iteration # 157 - FCN = -720442.664874 Edm = 0.0410503 NCalls = 860 +VariableMetric: Iteration # 158 - FCN = -720442.7177952 Edm = 0.0175131 NCalls = 863 +VariableMetric: Iteration # 159 - FCN = -720442.752059 Edm = 0.0263188 NCalls = 866 +VariableMetric: Iteration # 160 - FCN = -720442.7679854 Edm = 0.00949015 NCalls = 868 +VariableMetric: Iteration # 161 - FCN = -720442.7821783 Edm = 0.0039797 NCalls = 871 +VariableMetric: Iteration # 162 - FCN = -720442.7901783 Edm = 0.00309362 NCalls = 874 +VariableMetric: Iteration # 163 - FCN = -720442.7934396 Edm = 0.00536113 NCalls = 875 +VariableMetric: Iteration # 164 - FCN = -720442.7973366 Edm = 0.0016622 NCalls = 877 +VariableMetric: Iteration # 165 - FCN = -720442.8000098 Edm = 0.000644608 NCalls = 880 +VariableMetric: Iteration # 166 - FCN = -720442.801422 Edm = 0.000681863 NCalls = 883 +VariableMetric: Iteration # 167 - FCN = -720442.8020193 Edm = 0.000560357 NCalls = 885 +VariableMetric: Iteration # 168 - FCN = -720442.8030569 Edm = 0.000242915 NCalls = 888 +VariableMetric: Iteration # 169 - FCN = -720442.8035172 Edm = 0.000191761 NCalls = 890 +VariableMetric: Iteration # 170 - FCN = -720442.8036918 Edm = 0.000194019 NCalls = 892 +VariableMetric: Iteration # 171 - FCN = -720442.8039245 Edm = 7.02245e-05 NCalls = 895 +VariableMetric: Iteration # 172 - FCN = -720442.8040484 Edm = 9.49217e-05 NCalls = 898 +VariableMetric: Iteration # 173 - FCN = -720442.8041185 Edm = 4.18597e-05 NCalls = 900 +VariableMetric: After Hessian - FCN = -720442.8041185 Edm = 8.43882e-05 NCalls = 1287 +VariableMetric: Iteration # 174 - FCN = -720442.8041185 Edm = 8.43882e-05 NCalls = 1287 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.203E+05 | Ncalls=1201 (1201 total) | +| EDM = 0.000178 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -720340.881075064 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -0.19 | 0.27 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 5.95 | 0.26 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.9 | 1.1 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 4.359 | 0.022 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.6 | 0.6 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.34 | 0.17 | | |0.00501244| 2.01499 | | +| 6 | omega_s | 7.3 | 1.0 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 0.92 | 0.04 | | |0.918861 | 4.08114 | | +| 8 | p4160_p | 4.63 | 0.10 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 4.530 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| p3770_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 0.86 | 0.17 | | |0.126447 | 2.35355 | | +| 12| rho_s | 0.9 | 0.4 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.26 | 0.04 | | | -1.464 | 1.464 | | +| 14| rho_p | -6.28 | 0.05 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 1.84 | 0.18 | | | 0.71676 | 3.68324 | | +| 16| p4415_p | -2.09 | 0.23 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 18| psi2s_s | 1366.5 | 1.8 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.50 | 0.06 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_p phi_s psi2s_p p4040_p p4040_s omega_s p3770_s p4160_p jpsi_p p3770_p p4415_s rho_s Dbar_s rho_p p4160_s p4415_p jpsi_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.033 0.057 -0.008 -0.005 -0.001 0.533 -0.000 0.000 -0.018 0.000 -0.005 -0.000 -0.009 0.001 -0.005 0.000 0.014 -0.012 0.000 | +| phi_p | 0.033 1.000 0.712 -0.006 -0.010 0.000 -0.067 0.000 -0.002 -0.020 0.000 -0.007 0.115 -0.027 -0.004 -0.010 -0.003 0.011 -0.010 0.004 | +| phi_s | 0.057 0.712 1.000 0.000 -0.008 0.000 -0.055 0.000 -0.003 -0.009 0.000 -0.005 0.144 -0.033 -0.000 -0.008 -0.004 -0.010 0.007 0.006 | +| psi2s_p | -0.008 -0.006 0.000 1.000 -0.158 -0.011 -0.023 0.026 0.056 0.077 0.003 -0.150 0.049 -0.311 -0.007 -0.159 -0.005 -0.066 0.025 -0.225 | +| p4040_p | -0.005 -0.010 -0.008 -0.158 1.000 -0.446 0.005 0.010 -0.119 -0.182 -0.000 0.276 -0.020 0.540 0.003 0.537 0.085 0.029 -0.022 -0.012 | +| p4040_s | -0.001 0.000 0.000 -0.011 -0.446 1.000 0.010 0.000 -0.168 0.067 -0.003 -0.250 -0.021 -0.324 0.000 -0.599 -0.176 0.003 0.007 0.129 | +| omega_s | 0.533 -0.067 -0.055 -0.023 0.005 0.010 1.000 -0.001 -0.010 -0.036 -0.000 0.009 -0.444 0.026 0.081 0.007 -0.007 -0.024 0.021 -0.001 | +| p3770_s | -0.000 0.000 0.000 0.026 0.010 0.000 -0.001 1.000 0.002 0.002 -0.007 0.003 0.003 0.000 -0.000 0.008 0.003 -0.003 -0.001 -0.019 | +| p4160_p | 0.000 -0.002 -0.003 0.056 -0.119 -0.168 -0.010 0.002 1.000 -0.011 0.001 0.180 0.018 0.214 -0.000 0.053 0.245 0.004 -0.006 -0.121 | +| jpsi_p | -0.018 -0.020 -0.009 0.077 -0.182 0.067 -0.036 0.002 -0.011 1.000 0.002 -0.132 0.065 -0.284 -0.010 -0.174 -0.044 -0.059 0.046 0.042 | +| p3770_p | 0.000 0.000 0.000 0.003 -0.000 -0.003 -0.000 -0.007 0.001 0.002 1.000 -0.001 0.001 -0.005 -0.000 -0.001 -0.000 -0.001 0.001 -0.000 | +| p4415_s | -0.005 -0.007 -0.005 -0.150 0.276 -0.250 0.009 0.003 0.180 -0.132 -0.001 1.000 -0.024 0.304 0.002 0.349 -0.103 0.008 -0.003 0.100 | +| rho_s | -0.000 0.115 0.144 0.049 -0.020 -0.021 -0.444 0.003 0.018 0.065 0.001 -0.024 1.000 -0.089 -0.103 -0.024 0.010 0.045 -0.040 0.009 | +| Dbar_s | -0.009 -0.027 -0.033 -0.311 0.540 -0.324 0.026 0.000 0.214 -0.284 -0.005 0.304 -0.089 1.000 0.010 0.546 0.370 0.196 -0.142 0.228 | +| rho_p | 0.001 -0.004 -0.000 -0.007 0.003 0.000 0.081 -0.000 -0.000 -0.010 -0.000 0.002 -0.103 0.010 1.000 0.003 0.001 0.000 0.000 -0.002 | +| p4160_s | -0.005 -0.010 -0.008 -0.159 0.537 -0.599 0.007 0.008 0.053 -0.174 -0.001 0.349 -0.024 0.546 0.003 1.000 -0.026 0.019 -0.012 0.043 | +| p4415_p | 0.000 -0.003 -0.004 -0.005 0.085 -0.176 -0.007 0.003 0.245 -0.044 -0.000 -0.103 0.010 0.370 0.001 -0.026 1.000 0.003 -0.001 -0.043 | +| jpsi_s | 0.014 0.011 -0.010 -0.066 0.029 0.003 -0.024 -0.003 0.004 -0.059 -0.001 0.008 0.045 0.196 0.000 0.019 0.003 1.000 -0.780 -0.015 | +| psi2s_s | -0.012 -0.010 0.007 0.025 -0.022 0.007 0.021 -0.001 -0.006 0.046 0.001 -0.003 -0.040 -0.142 0.000 -0.012 -0.001 -0.780 1.000 0.007 | +| Ctt | 0.000 0.004 0.006 -0.225 -0.012 0.129 -0.001 -0.019 -0.121 0.042 -0.000 0.100 0.009 0.228 -0.002 0.043 -0.043 -0.015 0.007 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.27430178766452773}), (, {'error': 0.2591069559009096}), (, {'error': 1.07744513730574}), (, {'error': 0.022121128462781137}), (, {'error': 0.5502960310658178}), (, {'error': 0.16828829912936621}), (, {'error': 1.002994954818747}), (, {'error': 0.03550378783424063}), (, {'error': 0.09545403863920932}), (, {'error': 0.01567581671746865}), (, {'error': 0.008720294118486294}), (, {'error': 0.17086282060722147}), (, {'error': 0.3602560880348778}), (, {'error': 0.03928830376974257}), (, {'error': 0.048309072587259916}), (, {'error': 0.17887296837263866}), (, {'error': 0.23308658810965133}), (, {'error': 21.49400976866127}), (, {'error': 1.7844965800049977}), (, {'error': 0.05788758973544611})]) +Toy 1/10 +Time taken: 1 h, 23 min +Projected time left: 12 h, 29 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=1285 (1285 total) | +| EDM = 0.000117 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -720442.8547480068 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 5.91 | 0.21 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 2.203 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.52 | 0.23 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.80 | 0.18 | | |0.00501244| 2.01499 | | +| 6 | omega_s | 6.5 | 1.0 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.77 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | p4160_p | 4.30 | 0.10 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 4.704 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| p3770_p | 3.68 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.15 | 0.18 | | |0.126447 | 2.35355 | | +| 12| rho_s | 1.23 | 0.27 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.03 | 0.06 | | | -1.464 | 1.464 | | +| 14| rho_p | 5.23 | 0.27 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.06 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| p4415_p | -2.20 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 18| psi2s_s | 1372.6 | 1.3 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.15 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_p phi_s psi2s_p p4040_p p4040_s omega_s p3770_s p4160_p jpsi_p p3770_p p4415_s rho_s Dbar_s rho_p p4160_s p4415_p jpsi_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.006 -0.000 -0.002 0.004 -0.005 -0.458 -0.001 0.005 0.003 0.003 0.000 -0.167 0.001 0.182 0.002 0.004 0.002 -0.001 -0.003 | +| phi_p | -0.006 1.000 0.611 -0.018 -0.010 -0.001 -0.018 -0.006 -0.004 -0.010 -0.002 -0.004 -0.025 -0.013 0.119 -0.007 -0.003 0.007 -0.004 0.008 | +| phi_s | -0.000 0.611 1.000 -0.018 -0.006 -0.002 0.007 -0.007 -0.004 -0.003 -0.001 -0.000 -0.079 -0.012 0.196 -0.003 -0.001 -0.003 0.002 0.011 | +| psi2s_p | -0.002 -0.018 -0.018 1.000 -0.281 0.036 -0.002 -0.199 -0.029 -0.027 -0.248 -0.127 0.019 -0.053 -0.053 -0.206 -0.039 0.036 -0.041 -0.010 | +| p4040_p | 0.004 -0.010 -0.006 -0.281 1.000 -0.212 0.004 -0.025 -0.052 -0.159 0.066 0.191 -0.012 0.311 -0.013 0.451 0.080 0.014 -0.017 -0.036 | +| p4040_s | -0.005 -0.001 -0.002 0.036 -0.212 1.000 0.000 0.210 -0.448 0.085 -0.246 0.081 0.023 0.296 -0.036 -0.177 -0.214 -0.003 0.001 0.498 | +| omega_s | -0.458 -0.018 0.007 -0.002 0.004 0.000 1.000 0.004 0.000 -0.028 -0.002 0.001 -0.371 0.008 -0.256 0.003 0.000 -0.003 0.002 -0.006 | +| p3770_s | -0.001 -0.006 -0.007 -0.199 -0.025 0.210 0.004 1.000 -0.123 0.021 -0.283 0.106 0.002 0.277 -0.034 0.089 -0.021 0.008 -0.027 0.165 | +| p4160_p | 0.005 -0.004 -0.004 -0.029 -0.052 -0.448 0.000 -0.123 1.000 -0.096 0.248 -0.006 -0.023 -0.166 0.022 -0.108 0.288 0.012 -0.012 -0.454 | +| jpsi_p | 0.003 -0.010 -0.003 -0.027 -0.159 0.085 -0.028 0.021 -0.096 1.000 -0.079 -0.049 0.053 -0.097 0.049 -0.095 -0.078 -0.038 0.034 0.117 | +| p3770_p | 0.003 -0.002 -0.001 -0.248 0.066 -0.246 -0.002 -0.283 0.248 -0.079 1.000 -0.213 -0.012 -0.425 0.022 -0.140 0.086 -0.004 -0.005 -0.543 | +| p4415_s | 0.000 -0.004 -0.000 -0.127 0.191 0.081 0.001 0.106 -0.006 -0.049 -0.213 1.000 0.010 0.459 -0.020 0.358 -0.161 -0.006 0.004 0.407 | +| rho_s | -0.167 -0.025 -0.079 0.019 -0.012 0.023 -0.371 0.002 -0.023 0.053 -0.012 0.010 1.000 -0.004 0.086 0.001 -0.018 -0.017 0.011 0.035 | +| Dbar_s | 0.001 -0.013 -0.012 -0.053 0.311 0.296 0.008 0.277 -0.166 -0.097 -0.425 0.459 -0.004 1.000 -0.053 0.524 0.146 0.058 -0.042 0.740 | +| rho_p | 0.182 0.119 0.196 -0.053 -0.013 -0.036 -0.256 -0.034 0.022 0.049 0.022 -0.020 0.086 -0.053 1.000 -0.021 0.020 0.034 -0.020 0.004 | +| p4160_s | 0.002 -0.007 -0.003 -0.206 0.451 -0.177 0.003 0.089 -0.108 -0.095 -0.140 0.358 0.001 0.524 -0.021 1.000 -0.126 0.002 -0.005 0.311 | +| p4415_p | 0.004 -0.003 -0.001 -0.039 0.080 -0.214 0.000 -0.021 0.288 -0.078 0.086 -0.161 -0.018 0.146 0.020 -0.126 1.000 0.006 -0.007 -0.156 | +| jpsi_s | 0.002 0.007 -0.003 0.036 0.014 -0.003 -0.003 0.008 0.012 -0.038 -0.004 -0.006 -0.017 0.058 0.034 0.002 0.006 1.000 -0.553 -0.024 | +| psi2s_s | -0.001 -0.004 0.002 -0.041 -0.017 0.001 0.002 -0.027 -0.012 0.034 -0.005 0.004 0.011 -0.042 -0.020 -0.005 -0.007 -0.553 1.000 0.029 | +| Ctt | -0.003 0.008 0.011 -0.010 -0.036 0.498 -0.006 0.165 -0.454 0.117 -0.543 0.407 0.035 0.740 0.004 0.311 -0.156 -0.024 0.029 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.33912981773068207}), (, {'error': 0.20992311939305086}), (, {'error': 0.9651172336752438}), (, {'error': 0.02896518636593548}), (, {'error': 0.22708893513480888}), (, {'error': 0.17645395495013905}), (, {'error': 1.0023701009180868}), (, {'error': 0.20738845892647584}), (, {'error': 0.0995125415070719}), (, {'error': 0.01647766545951157}), (, {'error': 0.10373456180920826}), (, {'error': 0.18232647654660405}), (, {'error': 0.26694136035997634}), (, {'error': 0.05531089304951342}), (, {'error': 0.26709931339658777}), (, {'error': 0.17196841741262692}), (, {'error': 0.1805201357098416}), (, {'error': 10.463252110314897}), (, {'error': 1.3411338381298492}), (, {'error': 0.1306986729845471})]) +Toy 2/10 +Time taken: 2 h, 51 min +Projected time left: 11 h, 25 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=1152 (1152 total) | +| EDM = 7.91E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -720442.8675675831 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.09 | 0.27 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | -5.56 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 20.0 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -4.083 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.76 | 0.23 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.80 | 0.18 | | |0.00501244| 2.01499 | | +| 6 | omega_s | 6.6 | 1.1 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.77 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | p4160_p | -1.98 | 0.10 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 4.701 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| p3770_p | -2.61 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.15 | 0.18 | | |0.126447 | 2.35355 | | +| 12| rho_s | 1.26 | 0.28 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.03 | 0.06 | | | -1.464 | 1.464 | | +| 14| rho_p | -1.02 | 0.26 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.07 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| p4415_p | -2.21 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 18| psi2s_s | 1372.6 | 1.4 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.15 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_p phi_s psi2s_p p4040_p p4040_s omega_s p3770_s p4160_p jpsi_p p3770_p p4415_s rho_s Dbar_s rho_p p4160_s p4415_p jpsi_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.026 0.023 -0.000 -0.007 0.005 0.598 0.001 -0.006 -0.003 -0.004 -0.001 0.258 -0.003 -0.148 -0.004 -0.005 -0.001 0.001 0.005 | +| phi_p | 0.026 1.000 0.569 0.011 -0.005 0.012 -0.053 0.010 -0.009 -0.033 -0.009 -0.001 0.212 0.010 -0.150 -0.002 -0.009 -0.019 0.013 -0.005 | +| phi_s | 0.023 0.569 1.000 -0.003 0.000 0.002 -0.001 0.003 -0.002 -0.022 -0.003 0.000 0.042 0.003 -0.044 0.001 -0.001 -0.023 0.016 -0.003 | +| psi2s_p | -0.000 0.011 -0.003 1.000 -0.287 0.042 -0.002 -0.196 -0.031 -0.025 -0.253 -0.128 0.017 -0.052 -0.053 -0.210 -0.041 0.043 -0.046 -0.004 | +| p4040_p | -0.007 -0.005 0.000 -0.287 1.000 -0.218 0.002 -0.026 -0.052 -0.163 0.069 0.194 -0.014 0.315 -0.013 0.459 0.082 0.017 -0.019 -0.039 | +| p4040_s | 0.005 0.012 0.002 0.042 -0.218 1.000 0.002 0.212 -0.452 0.087 -0.251 0.081 0.024 0.295 -0.038 -0.178 -0.217 -0.004 0.002 0.502 | +| omega_s | 0.598 -0.053 -0.001 -0.002 0.002 0.002 1.000 0.004 -0.002 -0.025 -0.003 0.001 -0.241 0.006 -0.260 0.002 -0.001 -0.003 0.002 -0.004 | +| p3770_s | 0.001 0.010 0.003 -0.196 -0.026 0.212 0.004 1.000 -0.126 0.022 -0.286 0.107 0.003 0.278 -0.035 0.090 -0.023 0.010 -0.027 0.169 | +| p4160_p | -0.006 -0.009 -0.002 -0.031 -0.052 -0.452 -0.002 -0.126 1.000 -0.098 0.254 -0.008 -0.024 -0.170 0.024 -0.111 0.292 0.014 -0.014 -0.459 | +| jpsi_p | -0.003 -0.033 -0.022 -0.025 -0.163 0.087 -0.025 0.022 -0.098 1.000 -0.081 -0.049 0.045 -0.098 0.054 -0.097 -0.079 -0.044 0.039 0.120 | +| p3770_p | -0.004 -0.009 -0.003 -0.253 0.069 -0.251 -0.003 -0.286 0.254 -0.081 1.000 -0.215 -0.013 -0.427 0.024 -0.140 0.089 -0.005 -0.004 -0.548 | +| p4415_s | -0.001 -0.001 0.000 -0.128 0.194 0.081 0.001 0.107 -0.008 -0.049 -0.215 1.000 0.010 0.460 -0.021 0.360 -0.162 -0.007 0.005 0.406 | +| rho_s | 0.258 0.212 0.042 0.017 -0.014 0.024 -0.241 0.003 -0.024 0.045 -0.013 0.010 1.000 -0.005 0.080 -0.000 -0.019 -0.021 0.015 0.035 | +| Dbar_s | -0.003 0.010 0.003 -0.052 0.315 0.295 0.006 0.278 -0.170 -0.098 -0.427 0.460 -0.005 1.000 -0.054 0.526 0.144 0.068 -0.051 0.738 | +| rho_p | -0.148 -0.150 -0.044 -0.053 -0.013 -0.038 -0.260 -0.035 0.024 0.054 0.024 -0.021 0.080 -0.054 1.000 -0.022 0.021 0.042 -0.027 0.002 | +| p4160_s | -0.004 -0.002 0.001 -0.210 0.459 -0.178 0.002 0.090 -0.111 -0.097 -0.140 0.360 -0.000 0.526 -0.022 1.000 -0.124 0.002 -0.005 0.309 | +| p4415_p | -0.005 -0.009 -0.001 -0.041 0.082 -0.217 -0.001 -0.023 0.292 -0.079 0.089 -0.162 -0.019 0.144 0.021 -0.124 1.000 0.007 -0.008 -0.159 | +| jpsi_s | -0.001 -0.019 -0.023 0.043 0.017 -0.004 -0.003 0.010 0.014 -0.044 -0.005 -0.007 -0.021 0.068 0.042 0.002 0.007 1.000 -0.618 -0.029 | +| psi2s_s | 0.001 0.013 0.016 -0.046 -0.019 0.002 0.002 -0.027 -0.014 0.039 -0.004 0.005 0.015 -0.051 -0.027 -0.005 -0.008 -0.618 1.000 0.032 | +| Ctt | 0.005 -0.005 -0.003 -0.004 -0.039 0.502 -0.004 0.169 -0.459 0.120 -0.548 0.406 0.035 0.738 0.002 0.309 -0.159 -0.029 0.032 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.27415517462816075}), (, {'error': 0.17143860876931738}), (, {'error': 0.927435497462449}), (, {'error': 0.029067407788679223}), (, {'error': 0.22974945275725212}), (, {'error': 0.17724511548092858}), (, {'error': 1.1133972131342}), (, {'error': 0.20769453351292233}), (, {'error': 0.10010249546310312}), (, {'error': 0.01651340172698479}), (, {'error': 0.10440917214913537}), (, {'error': 0.18261225453022006}), (, {'error': 0.27648062665010154}), (, {'error': 0.05560419122268456}), (, {'error': 0.26396768618678124}), (, {'error': 0.17284585263719787}), (, {'error': 0.18075449003561794}), (, {'error': 11.268239579740111}), (, {'error': 1.4212175050440692}), (, {'error': 0.1314430995179398})]) +Toy 3/10 +Time taken: 4 h, 11 min +Projected time left: 9 h, 47 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=1338 (1338 total) | +| EDM = 6.86E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -720442.2861446775 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | -0.19 | 0.22 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 1.803 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.99 | 0.23 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.82 | 0.18 | | |0.00501244| 2.01499 | | +| 6 | omega_s | 6.2 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.81 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | p4160_p | 4.10 | 0.10 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 1.708 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| p3770_p | 3.32 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.16 | 0.18 | | |0.126447 | 2.35355 | | +| 12| rho_s | 1.19 | 0.27 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.026 | 0.059 | | | -1.464 | 1.464 | | +| 14| rho_p | -0.84 | 0.27 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.09 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| p4415_p | -2.37 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 18| psi2s_s | 1371.8 | 2.8 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.13 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_p phi_s psi2s_p p4040_p p4040_s omega_s p3770_s p4160_p jpsi_p p3770_p p4415_s rho_s Dbar_s rho_p p4160_s p4415_p jpsi_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.004 -0.001 -0.002 0.002 -0.003 -0.175 -0.001 0.003 -0.001 0.002 -0.000 -0.050 0.000 0.080 0.001 0.002 0.004 -0.003 -0.002 | +| phi_p | -0.004 1.000 0.661 -0.015 -0.011 -0.001 -0.022 -0.006 -0.005 -0.049 -0.003 -0.005 -0.018 -0.009 0.147 -0.009 -0.004 0.029 -0.027 0.006 | +| phi_s | -0.001 0.661 1.000 -0.019 -0.007 -0.005 0.007 -0.009 -0.002 -0.050 0.002 -0.003 -0.060 -0.016 0.217 -0.006 -0.001 -0.001 0.001 0.008 | +| psi2s_p | -0.002 -0.015 -0.019 1.000 -0.356 0.131 -0.006 -0.215 -0.138 0.123 -0.340 -0.078 0.017 0.041 -0.047 -0.203 -0.106 0.071 -0.070 0.201 | +| p4040_p | 0.002 -0.011 -0.007 -0.356 1.000 -0.228 0.006 -0.039 -0.045 -0.160 0.068 0.178 -0.016 0.259 -0.008 0.450 0.082 0.045 -0.045 -0.080 | +| p4040_s | -0.003 -0.001 -0.005 0.131 -0.228 1.000 -0.002 0.189 -0.465 0.013 -0.247 0.098 0.016 0.341 -0.044 -0.160 -0.219 0.006 -0.007 0.517 | +| omega_s | -0.175 -0.022 0.007 -0.006 0.006 -0.002 1.000 0.003 0.003 -0.009 -0.001 0.001 -0.514 0.006 -0.162 0.004 0.003 -0.008 0.007 -0.007 | +| p3770_s | -0.001 -0.006 -0.009 -0.215 -0.039 0.189 0.003 1.000 -0.113 0.017 -0.271 0.083 -0.004 0.228 -0.032 0.070 -0.021 0.034 -0.042 0.107 | +| p4160_p | 0.003 -0.005 -0.002 -0.138 -0.045 -0.465 0.003 -0.113 1.000 0.009 0.252 -0.032 -0.019 -0.233 0.031 -0.130 0.288 0.019 -0.019 -0.485 | +| jpsi_p | -0.001 -0.049 -0.050 0.123 -0.160 0.013 -0.009 0.017 0.009 1.000 -0.034 -0.142 0.028 -0.085 -0.108 -0.166 -0.028 0.082 -0.073 -0.142 | +| p3770_p | 0.002 -0.003 0.002 -0.340 0.068 -0.247 -0.001 -0.271 0.252 -0.034 1.000 -0.217 -0.004 -0.447 0.025 -0.149 0.083 -0.041 0.036 -0.515 | +| p4415_s | -0.000 -0.005 -0.003 -0.078 0.178 0.098 0.001 0.083 -0.032 -0.142 -0.217 1.000 0.007 0.463 -0.028 0.363 -0.171 -0.010 0.009 0.410 | +| rho_s | -0.050 -0.018 -0.060 0.017 -0.016 0.016 -0.514 -0.004 -0.019 0.028 -0.004 0.007 1.000 -0.016 0.144 -0.003 -0.016 -0.046 0.043 0.034 | +| Dbar_s | 0.000 -0.009 -0.016 0.041 0.259 0.341 0.006 0.228 -0.233 -0.085 -0.447 0.463 -0.016 1.000 -0.039 0.515 0.104 0.195 -0.183 0.746 | +| rho_p | 0.080 0.147 0.217 -0.047 -0.008 -0.044 -0.162 -0.032 0.031 -0.108 0.025 -0.028 0.144 -0.039 1.000 -0.026 0.023 0.125 -0.115 -0.016 | +| p4160_s | 0.001 -0.009 -0.006 -0.203 0.450 -0.160 0.004 0.070 -0.130 -0.166 -0.149 0.363 -0.003 0.515 -0.026 1.000 -0.130 0.017 -0.018 0.300 | +| p4415_p | 0.002 -0.004 -0.001 -0.106 0.082 -0.219 0.003 -0.021 0.288 -0.028 0.083 -0.171 -0.016 0.104 0.023 -0.130 1.000 0.013 -0.013 -0.176 | +| jpsi_s | 0.004 0.029 -0.001 0.071 0.045 0.006 -0.008 0.034 0.019 0.082 -0.041 -0.010 -0.046 0.195 0.125 0.017 0.013 1.000 -0.917 -0.063 | +| psi2s_s | -0.003 -0.027 0.001 -0.070 -0.045 -0.007 0.007 -0.042 -0.019 -0.073 0.036 0.009 0.043 -0.183 -0.115 -0.018 -0.013 -0.917 1.000 0.063 | +| Ctt | -0.002 0.006 0.008 0.201 -0.080 0.517 -0.007 0.107 -0.485 -0.142 -0.515 0.410 0.034 0.746 -0.016 0.300 -0.176 -0.063 0.063 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13562955992883108}), (, {'error': 0.22331435819244705}), (, {'error': 1.015233385617118}), (, {'error': 0.029471593046580757}), (, {'error': 0.22549367769243522}), (, {'error': 0.18054112130413696}), (, {'error': 0.886846326182817}), (, {'error': 0.20698625790921765}), (, {'error': 0.10025152835812534}), (, {'error': 0.016299068649036297}), (, {'error': 0.10205483733364762}), (, {'error': 0.18418289910270386}), (, {'error': 0.2681633432961867}), (, {'error': 0.058899979517876955}), (, {'error': 0.2735777944225739}), (, {'error': 0.17464929986978162}), (, {'error': 0.17903876279897557}), (, {'error': 38.81519447005758}), (, {'error': 2.795094362608438}), (, {'error': 0.1278102512817166})]) +Toy 4/10 +Time taken: 5 h, 43 min +Projected time left: 8 h, 35 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=1135 (1135 total) | +| EDM = 6.88E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -720442.8675578369 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 0.09 | 0.27 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 0.72 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 20.0 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -4.083 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.52 | 0.23 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.80 | 0.18 | | |0.00501244| 2.01499 | | +| 6 | omega_s | 6.6 | 1.1 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.77 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | p4160_p | 4.30 | 0.10 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | -1.582 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| p3770_p | -2.61 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.15 | 0.18 | | |0.126447 | 2.35355 | | +| 12| rho_s | 1.26 | 0.28 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.03 | 0.06 | | | -1.464 | 1.464 | | +| 14| rho_p | 5.27 | 0.26 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.07 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| p4415_p | 4.08 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 18| psi2s_s | 1372.6 | 1.4 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.15 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_p phi_s psi2s_p p4040_p p4040_s omega_s p3770_s p4160_p jpsi_p p3770_p p4415_s rho_s Dbar_s rho_p p4160_s p4415_p jpsi_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.023 0.022 -0.001 -0.007 0.005 0.597 0.000 -0.006 -0.003 -0.004 -0.001 0.259 -0.004 -0.141 -0.004 -0.005 -0.001 0.001 0.005 | +| phi_p | 0.023 1.000 0.552 0.009 -0.005 0.010 -0.053 0.009 -0.008 -0.032 -0.008 -0.001 0.203 0.009 -0.136 -0.002 -0.008 -0.016 0.010 -0.005 | +| phi_s | 0.022 0.552 1.000 -0.003 0.001 0.001 0.001 0.002 -0.001 -0.021 -0.002 0.000 0.032 0.003 -0.035 0.001 -0.001 -0.019 0.012 -0.003 | +| psi2s_p | -0.001 0.009 -0.003 1.000 -0.282 0.038 -0.003 -0.199 -0.031 -0.026 -0.255 -0.126 0.017 -0.049 -0.051 -0.206 -0.039 0.037 -0.041 -0.004 | +| p4040_p | -0.007 -0.005 0.001 -0.282 1.000 -0.213 0.001 -0.025 -0.052 -0.160 0.067 0.192 -0.014 0.310 -0.012 0.452 0.079 0.015 -0.017 -0.036 | +| p4040_s | 0.005 0.010 0.001 0.038 -0.213 1.000 0.001 0.209 -0.447 0.085 -0.246 0.080 0.024 0.298 -0.036 -0.178 -0.210 -0.003 0.001 0.498 | +| omega_s | 0.597 -0.053 0.001 -0.003 0.001 0.001 1.000 0.003 -0.001 -0.024 -0.002 0.000 -0.240 0.005 -0.251 0.001 -0.001 -0.002 0.001 -0.004 | +| p3770_s | 0.000 0.009 0.002 -0.199 -0.025 0.209 0.003 1.000 -0.123 0.021 -0.279 0.105 0.002 0.276 -0.033 0.089 -0.021 0.008 -0.027 0.165 | +| p4160_p | -0.006 -0.008 -0.001 -0.031 -0.052 -0.447 -0.001 -0.123 1.000 -0.096 0.249 -0.005 -0.024 -0.170 0.022 -0.107 0.283 0.012 -0.012 -0.454 | +| jpsi_p | -0.003 -0.032 -0.021 -0.026 -0.160 0.085 -0.024 0.021 -0.096 1.000 -0.080 -0.049 0.045 -0.096 0.052 -0.095 -0.077 -0.038 0.034 0.119 | +| p3770_p | -0.004 -0.008 -0.002 -0.255 0.067 -0.246 -0.002 -0.279 0.249 -0.080 1.000 -0.214 -0.013 -0.427 0.022 -0.141 0.085 -0.004 -0.005 -0.546 | +| p4415_s | -0.001 -0.001 0.000 -0.126 0.192 0.080 0.000 0.105 -0.005 -0.049 -0.214 1.000 0.010 0.461 -0.020 0.358 -0.157 -0.006 0.004 0.407 | +| rho_s | 0.259 0.203 0.032 0.017 -0.014 0.024 -0.240 0.002 -0.024 0.045 -0.013 0.010 1.000 -0.004 0.082 0.000 -0.019 -0.018 0.012 0.035 | +| Dbar_s | -0.004 0.009 0.003 -0.049 0.310 0.298 0.005 0.276 -0.170 -0.096 -0.427 0.461 -0.004 1.000 -0.052 0.525 0.143 0.059 -0.043 0.743 | +| rho_p | -0.141 -0.136 -0.035 -0.051 -0.012 -0.036 -0.251 -0.033 0.022 0.052 0.022 -0.020 0.082 -0.052 1.000 -0.021 0.019 0.034 -0.021 0.003 | +| p4160_s | -0.004 -0.002 0.001 -0.206 0.452 -0.178 0.001 0.089 -0.107 -0.095 -0.141 0.358 0.000 0.525 -0.021 1.000 -0.123 0.002 -0.005 0.310 | +| p4415_p | -0.005 -0.008 -0.001 -0.039 0.079 -0.210 -0.001 -0.021 0.283 -0.077 0.085 -0.157 -0.019 0.143 0.019 -0.123 1.000 0.006 -0.007 -0.153 | +| jpsi_s | -0.001 -0.016 -0.019 0.037 0.015 -0.003 -0.002 0.008 0.012 -0.038 -0.004 -0.006 -0.018 0.059 0.034 0.002 0.006 1.000 -0.563 -0.025 | +| psi2s_s | 0.001 0.010 0.012 -0.041 -0.017 0.001 0.001 -0.027 -0.012 0.034 -0.005 0.004 0.012 -0.043 -0.021 -0.005 -0.007 -0.563 1.000 0.029 | +| Ctt | 0.005 -0.005 -0.003 -0.004 -0.036 0.498 -0.004 0.165 -0.454 0.119 -0.546 0.407 0.035 0.743 0.003 0.310 -0.153 -0.025 0.029 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.27390629035343306}), (, {'error': 0.16928885573225472}), (, {'error': 0.9148707960887741}), (, {'error': 0.029030270354073906}), (, {'error': 0.22729683223788566}), (, {'error': 0.17637319051088207}), (, {'error': 1.1104675736990495}), (, {'error': 0.20722526960760668}), (, {'error': 0.09939278502760018}), (, {'error': 0.016497122926830254}), (, {'error': 0.1041690468223706}), (, {'error': 0.18231143808908873}), (, {'error': 0.27586725494871756}), (, {'error': 0.05537101805353695}), (, {'error': 0.26223707613043157}), (, {'error': 0.1719765762338159}), (, {'error': 0.17900938971710278}), (, {'error': 10.536571336103407}), (, {'error': 1.3513365418320973}), (, {'error': 0.1309992812510128})]) +Toy 5/10 +Time taken: 7 h, 2 min +Projected time left: 7 h, 2 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.203E+05 | Ncalls=364 (364 total) | +| EDM = 2.12E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -720345.9648133271 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -5.83 | 0.05 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 0.59 | 0.04 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.16 | 0.17 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 3.817 | 0.005 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -1.2 | 8.8 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.04 | 1.81 | | |0.00501244| 2.01499 | | +| 6 | omega_s | 7.91 | 0.17 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.60 | 0.04 | | |0.918861 | 4.08114 | | +| 8 | p4160_p | 4.499 | 0.024 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | -4.762 | 0.004 | | |-6.28319 | 6.28319 | | +| 10| p3770_p | 4.087 | 0.019 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.20 | 0.03 | | |0.126447 | 2.35355 | | +| 12| rho_s | 1.12 | 0.06 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | 0.018 | 0.009 | | | -1.464 | 1.464 | | +| 14| rho_p | -6.09 | 0.04 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.286 | 0.025 | | | 0.71676 | 3.68324 | | +| 16| p4415_p | -2.07 | 0.04 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 0.984E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 18| psi2s_s | 1358.696 | 0.022 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.498 | 0.007 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_p phi_s psi2s_p p4040_p p4040_s omega_s p3770_s p4160_p jpsi_p p3770_p p4415_s rho_s Dbar_s rho_p p4160_s p4415_p jpsi_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.001 0.001 -0.004 0.043 -0.043 0.050 0.019 0.034 0.023 -0.012 -0.007 0.022 -0.036 -0.008 0.002 0.019 -0.024 -0.000 0.034 | +| phi_p | 0.001 1.000 0.034 -0.005 0.059 -0.059 -0.003 0.026 0.046 0.032 -0.016 -0.010 -0.006 -0.049 -0.004 0.002 0.026 -0.031 -0.000 0.046 | +| phi_s | 0.001 0.034 1.000 0.001 -0.017 0.017 0.000 -0.007 -0.013 -0.010 0.005 0.003 0.001 0.014 0.004 -0.001 -0.007 0.010 0.000 -0.013 | +| psi2s_p | -0.004 -0.005 0.001 1.000 -0.076 0.076 0.001 -0.033 -0.055 -0.043 0.032 0.009 0.006 0.055 -0.005 -0.005 -0.030 0.043 -0.000 -0.053 | +| p4040_p | 0.043 0.059 -0.017 -0.076 1.000 -0.999 -0.016 0.441 0.783 0.553 -0.263 -0.156 -0.088 -0.840 0.055 0.049 0.450 -0.533 -0.001 0.784 | +| p4040_s | -0.043 -0.059 0.017 0.076 -0.999 1.000 0.016 -0.442 -0.783 -0.553 0.263 0.156 0.088 0.840 -0.055 -0.049 -0.450 0.533 0.001 -0.785 | +| omega_s | 0.050 -0.003 0.000 0.001 -0.016 0.016 1.000 -0.007 -0.013 -0.009 0.004 0.003 -0.026 0.014 0.017 -0.001 -0.007 0.009 0.000 -0.013 | +| p3770_s | 0.019 0.026 -0.007 -0.033 0.441 -0.442 -0.007 1.000 0.343 0.240 -0.124 -0.069 -0.039 -0.365 0.024 0.020 0.195 -0.231 -0.000 0.339 | +| p4160_p | 0.034 0.046 -0.013 -0.055 0.783 -0.783 -0.013 0.343 1.000 0.432 -0.207 -0.116 -0.068 -0.654 0.043 0.036 0.355 -0.415 -0.001 0.607 | +| jpsi_p | 0.023 0.032 -0.010 -0.043 0.553 -0.553 -0.009 0.240 0.432 1.000 -0.149 -0.090 -0.051 -0.461 0.028 0.021 0.245 -0.294 -0.001 0.430 | +| p3770_p | -0.012 -0.016 0.005 0.032 -0.263 0.263 0.004 -0.124 -0.207 -0.149 1.000 0.042 0.024 0.222 -0.015 -0.009 -0.118 0.145 0.000 -0.215 | +| p4415_s | -0.007 -0.010 0.003 0.009 -0.156 0.156 0.003 -0.069 -0.116 -0.090 0.042 1.000 0.014 0.135 -0.009 -0.006 -0.078 0.086 0.000 -0.119 | +| rho_s | 0.022 -0.006 0.001 0.006 -0.088 0.088 -0.026 -0.039 -0.068 -0.051 0.024 0.014 1.000 0.072 -0.013 -0.003 -0.038 0.044 0.000 -0.067 | +| Dbar_s | -0.036 -0.049 0.014 0.055 -0.840 0.840 0.014 -0.365 -0.654 -0.461 0.222 0.135 0.072 1.000 -0.046 -0.030 -0.367 0.439 0.001 -0.649 | +| rho_p | -0.008 -0.004 0.004 -0.005 0.055 -0.055 0.017 0.024 0.043 0.028 -0.015 -0.009 -0.013 -0.046 1.000 0.002 0.025 -0.031 -0.000 0.043 | +| p4160_s | 0.002 0.002 -0.001 -0.005 0.049 -0.049 -0.001 0.020 0.036 0.021 -0.009 -0.006 -0.003 -0.030 0.002 1.000 0.007 -0.019 0.000 0.035 | +| p4415_p | 0.019 0.026 -0.007 -0.030 0.450 -0.450 -0.007 0.195 0.355 0.245 -0.118 -0.078 -0.038 -0.367 0.025 0.007 1.000 -0.232 -0.000 0.346 | +| jpsi_s | -0.024 -0.031 0.010 0.043 -0.533 0.533 0.009 -0.231 -0.415 -0.294 0.145 0.086 0.044 0.439 -0.031 -0.019 -0.232 1.000 0.009 -0.408 | +| psi2s_s | -0.000 -0.000 0.000 -0.000 -0.001 0.001 0.000 -0.000 -0.001 -0.001 0.000 0.000 0.000 0.001 -0.000 0.000 -0.000 0.009 1.000 -0.001 | +| Ctt | 0.034 0.046 -0.013 -0.053 0.784 -0.785 -0.013 0.339 0.607 0.430 -0.215 -0.119 -0.067 -0.649 0.043 0.035 0.346 -0.408 -0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.049486676700131405}), (, {'error': 0.03621808401047799}), (, {'error': 0.1650081234969356}), (, {'error': 0.005090418723441736}), (, {'error': 8.799205218996526}), (, {'error': 1.8103991576364287}), (, {'error': 0.1705367395328916}), (, {'error': 0.04203009094118704}), (, {'error': 0.024158221725695483}), (, {'error': 0.004246039330117135}), (, {'error': 0.019135819887406313}), (, {'error': 0.032546086687787024}), (, {'error': 0.06390617031822532}), (, {'error': 0.008593714462918456}), (, {'error': 0.03656413913329715}), (, {'error': 0.02464869477980236}), (, {'error': 0.035088002186760114}), (, {'error': 3.7854126065994933}), (, {'error': 0.022395318850271906}), (, {'error': 0.006695042873918727})]) +Toy 6/10 +Time taken: 7 h, 46 min +Projected time left: 5 h, 11 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=1045 (1045 total) | +| EDM = 6.23E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -720442.4768158004 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | -0.25 | 0.22 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -2.438 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.55 | 0.23 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.80 | 0.18 | | |0.00501244| 2.01499 | | +| 6 | omega_s | 6.3 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.59 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | p4160_p | -2.01 | 0.10 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 1.516 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| p3770_p | 4.12 | 0.11 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.15 | 0.19 | | |0.126447 | 2.35355 | | +| 12| rho_s | 1.20 | 0.27 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.026 | 0.062 | | | -1.464 | 1.464 | | +| 14| rho_p | 5.38 | 0.27 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.07 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| p4415_p | 4.04 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 18| psi2s_s | 1365.9 | 2.9 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.16 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_p phi_s psi2s_p p4040_p p4040_s omega_s p3770_s p4160_p jpsi_p p3770_p p4415_s rho_s Dbar_s rho_p p4160_s p4415_p jpsi_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.007 -0.003 0.002 0.003 -0.003 -0.235 -0.000 0.003 -0.001 0.003 -0.000 -0.075 -0.000 0.097 0.001 0.003 0.003 -0.003 -0.003 | +| phi_p | -0.007 1.000 0.662 -0.011 -0.010 -0.000 -0.021 -0.007 -0.005 -0.047 -0.005 -0.004 -0.023 -0.006 0.140 -0.007 -0.004 0.030 -0.028 0.008 | +| phi_s | -0.003 0.662 1.000 -0.001 -0.008 -0.002 0.008 -0.008 -0.004 -0.048 -0.001 -0.001 -0.067 -0.012 0.205 -0.004 -0.002 -0.004 0.003 0.010 | +| psi2s_p | 0.002 -0.011 -0.001 1.000 -0.127 -0.320 -0.008 -0.217 0.264 -0.014 0.445 -0.338 0.015 -0.626 0.025 -0.326 0.053 -0.147 0.122 -0.466 | +| p4040_p | 0.003 -0.010 -0.008 -0.127 1.000 -0.219 0.006 -0.024 -0.021 -0.163 0.113 0.160 -0.018 0.231 -0.006 0.430 0.088 0.051 -0.048 -0.096 | +| p4040_s | -0.003 -0.000 -0.002 -0.320 -0.219 1.000 -0.003 0.195 -0.493 -0.009 -0.294 0.134 0.025 0.374 -0.044 -0.132 -0.234 -0.006 0.006 0.544 | +| omega_s | -0.235 -0.021 0.008 -0.008 0.006 -0.003 1.000 0.003 0.004 -0.009 0.001 0.000 -0.492 0.004 -0.178 0.003 0.003 -0.008 0.008 -0.009 | +| p3770_s | -0.000 -0.007 -0.008 -0.217 -0.024 0.195 0.003 1.000 -0.108 -0.069 -0.215 0.097 -0.003 0.248 -0.033 0.082 -0.018 0.038 -0.032 0.125 | +| p4160_p | 0.003 -0.005 -0.004 0.264 -0.021 -0.493 0.004 -0.108 1.000 0.007 0.314 -0.068 -0.028 -0.270 0.032 -0.140 0.304 0.032 -0.027 -0.525 | +| jpsi_p | -0.001 -0.047 -0.048 -0.014 -0.163 -0.009 -0.009 -0.069 0.007 1.000 -0.047 -0.130 0.027 -0.051 -0.101 -0.159 -0.017 0.093 -0.086 -0.081 | +| p3770_p | 0.003 -0.005 -0.001 0.445 0.113 -0.294 0.001 -0.215 0.314 -0.047 1.000 -0.255 -0.015 -0.489 0.030 -0.154 0.120 -0.028 0.014 -0.594 | +| p4415_s | -0.000 -0.004 -0.001 -0.338 0.160 0.134 0.000 0.097 -0.068 -0.130 -0.255 1.000 0.014 0.491 -0.029 0.371 -0.179 -0.018 0.014 0.450 | +| rho_s | -0.075 -0.023 -0.067 0.015 -0.018 0.025 -0.492 -0.003 -0.028 0.027 -0.015 0.014 1.000 -0.006 0.125 0.002 -0.020 -0.054 0.050 0.044 | +| Dbar_s | -0.000 -0.006 -0.012 -0.626 0.231 0.374 0.004 0.248 -0.270 -0.051 -0.489 0.491 -0.006 1.000 -0.037 0.516 0.071 0.188 -0.176 0.770 | +| rho_p | 0.097 0.140 0.205 0.025 -0.006 -0.044 -0.178 -0.033 0.032 -0.101 0.030 -0.029 0.125 -0.037 1.000 -0.025 0.023 0.126 -0.120 -0.020 | +| p4160_s | 0.001 -0.007 -0.004 -0.326 0.430 -0.132 0.003 0.082 -0.140 -0.159 -0.154 0.371 0.002 0.516 -0.025 1.000 -0.140 0.011 -0.012 0.321 | +| p4415_p | 0.003 -0.004 -0.002 0.053 0.088 -0.234 0.003 -0.018 0.304 -0.017 0.120 -0.179 -0.020 0.071 0.023 -0.140 1.000 0.017 -0.014 -0.198 | +| jpsi_s | 0.003 0.030 -0.004 -0.147 0.051 -0.006 -0.008 0.038 0.032 0.093 -0.028 -0.018 -0.054 0.188 0.126 0.011 0.017 1.000 -0.923 -0.071 | +| psi2s_s | -0.003 -0.028 0.003 0.122 -0.048 0.006 0.008 -0.032 -0.027 -0.086 0.014 0.014 0.050 -0.176 -0.120 -0.012 -0.014 -0.923 1.000 0.056 | +| Ctt | -0.003 0.008 0.010 -0.466 -0.096 0.544 -0.009 0.125 -0.525 -0.081 -0.594 0.450 0.044 0.770 -0.020 0.321 -0.198 -0.071 0.056 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17174362891822081}), (, {'error': 0.22376549821855063}), (, {'error': 1.0153298693550088}), (, {'error': 0.029238349789092677}), (, {'error': 0.22618322539744184}), (, {'error': 0.17863112249025886}), (, {'error': 0.9035438126836599}), (, {'error': 0.19056632482044567}), (, {'error': 0.1035772326056823}), (, {'error': 0.016844656019830317}), (, {'error': 0.11115278287828367}), (, {'error': 0.1865429261247255}), (, {'error': 0.2672821208430807}), (, {'error': 0.06241909806754109}), (, {'error': 0.2712203907846531}), (, {'error': 0.171726208312878}), (, {'error': 0.1795314338011913}), (, {'error': 42.62679943285366}), (, {'error': 2.897561799325217}), (, {'error': 0.1597051884444161})]) +Toy 7/10 +Time taken: 9 h, 50 s +Projected time left: 3 h, 51 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=1098 (1098 total) | +| EDM = 4.5E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -720442.6653216904 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -6.1 | 0.3 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | -0.25 | 0.23 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -2.438 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.55 | 0.23 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.80 | 0.18 | | |0.00501244| 2.01499 | | +| 6 | omega_s | 6.6 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.59 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | p4160_p | -2.01 | 0.10 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 1.516 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| p3770_p | -2.17 | 0.11 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.15 | 0.19 | | |0.126447 | 2.35355 | | +| 12| rho_s | 1.24 | 0.28 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.026 | 0.062 | | | -1.464 | 1.464 | | +| 14| rho_p | 5.35 | 0.27 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.07 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| p4415_p | -2.24 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 18| psi2s_s | 1365.9 | 2.8 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.16 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_p phi_s psi2s_p p4040_p p4040_s omega_s p3770_s p4160_p jpsi_p p3770_p p4415_s rho_s Dbar_s rho_p p4160_s p4415_p jpsi_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.025 0.022 -0.008 -0.011 0.009 0.729 -0.001 -0.011 -0.007 -0.009 -0.000 0.348 -0.001 -0.185 -0.004 -0.008 0.001 -0.001 0.012 | +| phi_p | 0.025 1.000 0.666 -0.011 -0.011 0.000 -0.002 -0.007 -0.006 -0.047 -0.005 -0.004 -0.018 -0.006 0.134 -0.007 -0.004 0.029 -0.028 0.008 | +| phi_s | 0.022 0.666 1.000 -0.002 -0.008 -0.002 0.016 -0.008 -0.004 -0.049 -0.001 -0.001 -0.065 -0.012 0.198 -0.004 -0.002 -0.003 0.002 0.011 | +| psi2s_p | -0.008 -0.011 -0.002 1.000 -0.126 -0.322 -0.011 -0.216 0.267 -0.014 0.447 -0.339 0.010 -0.626 0.026 -0.327 0.055 -0.143 0.118 -0.469 | +| p4040_p | -0.011 -0.011 -0.008 -0.126 1.000 -0.220 -0.004 -0.024 -0.019 -0.163 0.115 0.158 -0.020 0.230 -0.005 0.429 0.089 0.050 -0.047 -0.097 | +| p4040_s | 0.009 0.000 -0.002 -0.322 -0.220 1.000 0.004 0.194 -0.495 -0.008 -0.296 0.137 0.029 0.374 -0.044 -0.130 -0.240 -0.006 0.006 0.545 | +| omega_s | 0.729 -0.002 0.016 -0.011 -0.004 0.004 1.000 0.002 -0.005 -0.011 -0.006 0.000 -0.072 0.002 -0.270 -0.000 -0.004 -0.006 0.006 0.002 | +| p3770_s | -0.001 -0.007 -0.008 -0.216 -0.024 0.194 0.002 1.000 -0.108 -0.069 -0.213 0.097 -0.001 0.247 -0.033 0.082 -0.019 0.037 -0.031 0.125 | +| p4160_p | -0.011 -0.006 -0.004 0.267 -0.019 -0.495 -0.005 -0.108 1.000 0.006 0.317 -0.071 -0.031 -0.271 0.033 -0.143 0.310 0.032 -0.027 -0.528 | +| jpsi_p | -0.007 -0.047 -0.049 -0.014 -0.163 -0.008 -0.011 -0.069 0.006 1.000 -0.049 -0.129 0.029 -0.051 -0.099 -0.158 -0.018 0.091 -0.084 -0.079 | +| p3770_p | -0.009 -0.005 -0.001 0.447 0.115 -0.296 -0.006 -0.213 0.317 -0.049 1.000 -0.258 -0.019 -0.492 0.030 -0.156 0.124 -0.027 0.013 -0.599 | +| p4415_s | -0.000 -0.004 -0.001 -0.339 0.158 0.137 0.000 0.097 -0.071 -0.129 -0.258 1.000 0.015 0.492 -0.028 0.373 -0.184 -0.018 0.014 0.452 | +| rho_s | 0.348 -0.018 -0.065 0.010 -0.020 0.029 -0.072 -0.001 -0.031 0.029 -0.019 0.015 1.000 -0.004 0.036 0.001 -0.023 -0.056 0.051 0.047 | +| Dbar_s | -0.001 -0.006 -0.012 -0.626 0.230 0.374 0.002 0.247 -0.271 -0.051 -0.492 0.492 -0.004 1.000 -0.037 0.516 0.070 0.183 -0.171 0.771 | +| rho_p | -0.185 0.134 0.198 0.026 -0.005 -0.044 -0.270 -0.033 0.033 -0.099 0.030 -0.028 0.036 -0.037 1.000 -0.024 0.025 0.120 -0.115 -0.021 | +| p4160_s | -0.004 -0.007 -0.004 -0.327 0.429 -0.130 -0.000 0.082 -0.143 -0.158 -0.156 0.373 0.001 0.516 -0.024 1.000 -0.144 0.011 -0.012 0.323 | +| p4415_p | -0.008 -0.004 -0.002 0.055 0.089 -0.240 -0.004 -0.019 0.310 -0.018 0.124 -0.184 -0.023 0.070 0.025 -0.144 1.000 0.017 -0.014 -0.204 | +| jpsi_s | 0.001 0.029 -0.003 -0.143 0.050 -0.006 -0.006 0.037 0.032 0.091 -0.027 -0.018 -0.056 0.183 0.120 0.011 0.017 1.000 -0.920 -0.069 | +| psi2s_s | -0.001 -0.028 0.002 0.118 -0.047 0.006 0.006 -0.031 -0.027 -0.084 0.013 0.014 0.051 -0.171 -0.115 -0.012 -0.014 -0.920 1.000 0.054 | +| Ctt | 0.012 0.008 0.011 -0.469 -0.097 0.545 0.002 0.125 -0.528 -0.079 -0.599 0.452 0.047 0.771 -0.021 0.323 -0.204 -0.069 0.054 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.332897380190079}), (, {'error': 0.22554793967918618}), (, {'error': 1.0199717268280395}), (, {'error': 0.029262271742187984}), (, {'error': 0.22602423345836709}), (, {'error': 0.1789123116590992}), (, {'error': 1.2839199242264798}), (, {'error': 0.19045818980750018}), (, {'error': 0.1038755561575666}), (, {'error': 0.016844665482930843}), (, {'error': 0.11163627105252916}), (, {'error': 0.18684641421497994}), (, {'error': 0.2815621439066049}), (, {'error': 0.062472983153456285}), (, {'error': 0.2681871427867426}), (, {'error': 0.1718612240126114}), (, {'error': 0.18108066210032092}), (, {'error': 39.99469965202661}), (, {'error': 2.8418866216205743}), (, {'error': 0.16041346593127032})]) +Toy 8/10 +Time taken: 10 h, 18 min +Projected time left: 2 h, 34 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=1210 (1210 total) | +| EDM = 0.000212 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -720437.892679206 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | -6.2 | 0.5 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 6.18 | 0.20 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.7 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 1.81 | 0.03 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.32 | 0.23 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.81 | 0.18 | | |0.00501244| 2.01499 | | +| 6 | omega_s | 6.8 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.82 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | p4160_p | -2.17 | 0.10 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 1.707 | 0.018 | | |-6.28319 | 6.28319 | | +| 10| p3770_p | -2.97 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.15 | 0.18 | | |0.126447 | 2.35355 | | +| 12| rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | 0.008 | 0.078 | | | -1.464 | 1.464 | | +| 14| rho_p | -6.28 | 0.05 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.10 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| p4415_p | 3.93 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 18| psi2s_s | 1363 | 12 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.16 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_p phi_s psi2s_p p4040_p p4040_s omega_s p3770_s p4160_p jpsi_p p3770_p p4415_s rho_s Dbar_s rho_p p4160_s p4415_p jpsi_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 0.058 0.056 0.075 0.035 0.010 0.734 0.038 0.017 0.054 -0.050 -0.024 0.124 0.163 -0.005 0.004 0.006 -0.244 -0.244 -0.080 | +| phi_p | 0.058 1.000 0.504 0.010 0.002 0.005 0.006 0.006 -0.002 -0.005 -0.013 -0.004 0.058 0.029 0.006 -0.000 -0.003 -0.046 -0.046 -0.009 | +| phi_s | 0.056 0.504 1.000 -0.072 -0.038 -0.007 0.043 -0.034 -0.021 -0.094 0.031 0.015 0.027 -0.127 0.007 -0.010 -0.011 0.174 0.173 0.070 | +| psi2s_p | 0.075 0.010 -0.072 1.000 -0.240 0.118 0.007 -0.129 -0.088 0.258 -0.377 -0.101 0.061 0.290 0.014 -0.163 -0.076 -0.382 -0.382 0.041 | +| p4040_p | 0.035 0.002 -0.038 -0.240 1.000 -0.209 0.004 -0.011 -0.014 -0.049 0.037 0.145 0.022 0.298 0.011 0.434 0.086 -0.198 -0.198 -0.168 | +| p4040_s | 0.010 0.005 -0.007 0.118 -0.209 1.000 0.006 0.187 -0.452 0.027 -0.233 0.083 -0.001 0.280 -0.001 -0.163 -0.209 -0.055 -0.055 0.455 | +| omega_s | 0.734 0.006 0.043 0.007 0.004 0.006 1.000 0.010 -0.002 -0.008 -0.015 -0.003 -0.300 0.031 0.041 0.002 -0.002 -0.039 -0.039 -0.015 | +| p3770_s | 0.038 0.006 -0.034 -0.129 -0.011 0.187 0.010 1.000 -0.089 0.092 -0.290 0.060 0.014 0.278 0.008 0.070 -0.014 -0.182 -0.184 0.023 | +| p4160_p | 0.017 -0.002 -0.021 -0.088 -0.014 -0.452 -0.002 -0.089 1.000 0.046 0.217 -0.018 0.018 -0.095 0.007 -0.108 0.282 -0.087 -0.087 -0.476 | +| jpsi_p | 0.054 -0.005 -0.094 0.258 -0.049 0.027 -0.008 0.092 0.046 1.000 -0.115 -0.153 0.044 0.255 0.013 -0.117 -0.004 -0.441 -0.439 -0.267 | +| p3770_p | -0.050 -0.013 0.031 -0.377 0.037 -0.233 -0.015 -0.290 0.217 -0.115 1.000 -0.181 -0.029 -0.433 -0.008 -0.140 0.072 0.196 0.194 -0.391 | +| p4415_s | -0.024 -0.004 0.015 -0.101 0.145 0.083 -0.003 0.060 -0.018 -0.153 -0.181 1.000 -0.023 0.269 -0.004 0.334 -0.169 0.067 0.066 0.383 | +| rho_s | 0.124 0.058 0.027 0.061 0.022 -0.001 -0.300 0.014 0.018 0.044 -0.029 -0.023 1.000 0.114 -0.056 -0.005 0.007 -0.204 -0.203 -0.047 | +| Dbar_s | 0.163 0.029 -0.127 0.290 0.298 0.280 0.031 0.278 -0.095 0.255 -0.433 0.269 0.114 1.000 0.033 0.393 0.098 -0.715 -0.713 0.249 | +| rho_p | -0.005 0.006 0.007 0.014 0.011 -0.001 0.041 0.008 0.007 0.013 -0.008 -0.004 -0.056 0.033 1.000 0.003 0.004 -0.046 -0.046 -0.020 | +| p4160_s | 0.004 -0.000 -0.010 -0.163 0.434 -0.163 0.002 0.070 -0.108 -0.117 -0.140 0.334 -0.005 0.393 0.003 1.000 -0.129 -0.062 -0.062 0.235 | +| p4415_p | 0.006 -0.003 -0.011 -0.076 0.086 -0.209 -0.002 -0.014 0.282 -0.004 0.072 -0.169 0.007 0.098 0.004 -0.129 1.000 -0.037 -0.037 -0.180 | +| jpsi_s | -0.244 -0.046 0.174 -0.382 -0.198 -0.055 -0.039 -0.182 -0.087 -0.441 0.196 0.067 -0.204 -0.715 -0.046 -0.062 -0.037 1.000 0.996 0.348 | +| psi2s_s | -0.244 -0.046 0.173 -0.382 -0.198 -0.055 -0.039 -0.184 -0.087 -0.439 0.194 0.066 -0.203 -0.713 -0.046 -0.062 -0.037 0.996 1.000 0.347 | +| Ctt | -0.080 -0.009 0.070 0.041 -0.168 0.455 -0.015 0.023 -0.476 -0.267 -0.391 0.383 -0.047 0.249 -0.020 0.235 -0.180 0.348 0.347 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.5412566261205938}), (, {'error': 0.20371384467932696}), (, {'error': 0.8913424051305059}), (, {'error': 0.03172871500337493}), (, {'error': 0.22663691876052816}), (, {'error': 0.17625131558219398}), (, {'error': 1.2859643071278337}), (, {'error': 0.2072527896589631}), (, {'error': 0.09901653846535119}), (, {'error': 0.017930315300597854}), (, {'error': 0.10117853099733498}), (, {'error': 0.1801576812005456}), (, {'error': 0.338957929123406}), (, {'error': 0.07812438541438893}), (, {'error': 0.0519973043905777}), (, {'error': 0.16887641175243828}), (, {'error': 0.17731400150384502}), (, {'error': 148.1224102765027}), (, {'error': 12.009135346141647}), (, {'error': 0.12965988625311728})]) +Toy 9/10 +Time taken: 11 h, 43 min +Projected time left: 1 h, 18 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=1287 (1287 total) | +| EDM = 8.44E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -720442.8041185117 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | omega_p | 6.28 | 0.24 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | -5.57 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 20.0 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 2.201 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.76 | 0.23 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.80 | 0.18 | | |0.00501244| 2.01499 | | +| 6 | omega_s | 6.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | p3770_s | 2.77 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | p4160_p | -1.98 | 0.10 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | -1.582 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| p3770_p | -2.61 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.15 | 0.18 | | |0.126447 | 2.35355 | | +| 12| rho_s | 1.23 | 0.27 | | |0.0253049| 2.0747 | | +| 13| Dbar_s | -0.032 | 0.055 | | | -1.464 | 1.464 | | +| 14| rho_p | -1.00 | 0.27 | | |-6.28319 | 6.28319 | | +| 15| p4160_s | 2.07 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| p4415_p | 4.08 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 18| psi2s_s | 1372.5 | 1.2 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.15 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | omega_p phi_p phi_s psi2s_p p4040_p p4040_s omega_s p3770_s p4160_p jpsi_p p3770_p p4415_s rho_s Dbar_s rho_p p4160_s p4415_p jpsi_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| omega_p | 1.000 -0.021 -0.015 -0.002 0.003 -0.004 -0.344 -0.002 0.004 0.003 0.003 0.000 -0.121 -0.000 0.145 0.001 0.003 0.001 -0.001 -0.002 | +| phi_p | -0.021 1.000 0.572 0.011 -0.005 0.011 -0.074 0.010 -0.008 -0.035 -0.009 -0.001 0.208 0.011 -0.150 -0.002 -0.008 -0.008 0.004 -0.006 | +| phi_s | -0.015 0.572 1.000 -0.002 0.001 0.002 -0.013 0.003 -0.002 -0.023 -0.003 0.000 0.037 0.005 -0.043 0.001 -0.001 -0.009 0.005 -0.004 | +| psi2s_p | -0.002 0.011 -0.002 1.000 -0.287 0.041 -0.001 -0.196 -0.031 -0.024 -0.252 -0.128 0.017 -0.054 -0.055 -0.210 -0.040 0.017 -0.028 -0.004 | +| p4040_p | 0.003 -0.005 0.001 -0.287 1.000 -0.217 0.005 -0.027 -0.053 -0.163 0.069 0.195 -0.013 0.314 -0.014 0.460 0.081 0.007 -0.013 -0.038 | +| p4040_s | -0.004 0.011 0.002 0.041 -0.217 1.000 -0.001 0.212 -0.450 0.087 -0.250 0.079 0.023 0.297 -0.038 -0.180 -0.213 -0.002 -0.001 0.501 | +| omega_s | -0.344 -0.074 -0.013 -0.001 0.005 -0.001 1.000 0.004 0.002 -0.027 -0.001 0.001 -0.444 0.009 -0.229 0.004 0.001 -0.001 0.000 -0.008 | +| p3770_s | -0.002 0.010 0.003 -0.196 -0.027 0.212 0.004 1.000 -0.126 0.022 -0.286 0.106 0.002 0.278 -0.036 0.089 -0.022 0.004 -0.027 0.169 | +| p4160_p | 0.004 -0.008 -0.002 -0.031 -0.053 -0.450 0.002 -0.126 1.000 -0.097 0.253 -0.006 -0.023 -0.173 0.023 -0.109 0.286 0.005 -0.008 -0.458 | +| jpsi_p | 0.003 -0.035 -0.023 -0.024 -0.163 0.087 -0.027 0.022 -0.097 1.000 -0.081 -0.050 0.048 -0.096 0.056 -0.098 -0.078 -0.017 0.020 0.119 | +| p3770_p | 0.003 -0.009 -0.003 -0.252 0.069 -0.250 -0.001 -0.286 0.253 -0.081 1.000 -0.214 -0.012 -0.429 0.024 -0.140 0.087 -0.002 -0.008 -0.548 | +| p4415_s | 0.000 -0.001 0.000 -0.128 0.195 0.079 0.001 0.106 -0.006 -0.050 -0.214 1.000 0.009 0.463 -0.021 0.359 -0.157 -0.003 0.001 0.405 | +| rho_s | -0.121 0.208 0.037 0.017 -0.013 0.023 -0.444 0.002 -0.023 0.048 -0.012 0.009 1.000 -0.004 0.121 -0.000 -0.018 -0.008 0.005 0.034 | +| Dbar_s | -0.000 0.011 0.005 -0.054 0.314 0.297 0.009 0.278 -0.173 -0.096 -0.429 0.463 -0.004 1.000 -0.058 0.528 0.142 0.027 -0.019 0.743 | +| rho_p | 0.145 -0.150 -0.043 -0.055 -0.014 -0.038 -0.229 -0.036 0.023 0.056 0.024 -0.021 0.121 -0.058 1.000 -0.022 0.020 0.017 -0.007 0.004 | +| p4160_s | 0.001 -0.002 0.001 -0.210 0.460 -0.180 0.004 0.089 -0.109 -0.098 -0.140 0.359 -0.000 0.528 -0.022 1.000 -0.121 0.001 -0.005 0.308 | +| p4415_p | 0.003 -0.008 -0.001 -0.040 0.081 -0.213 0.001 -0.022 0.286 -0.078 0.087 -0.157 -0.018 0.142 0.020 -0.121 1.000 0.003 -0.005 -0.155 | +| jpsi_s | 0.001 -0.008 -0.009 0.017 0.007 -0.002 -0.001 0.004 0.005 -0.017 -0.002 -0.003 -0.008 0.027 0.017 0.001 0.003 1.000 -0.295 -0.011 | +| psi2s_s | -0.001 0.004 0.005 -0.028 -0.013 -0.001 0.000 -0.027 -0.008 0.020 -0.008 0.001 0.005 -0.019 -0.007 -0.005 -0.005 -0.295 1.000 0.021 | +| Ctt | -0.002 -0.006 -0.004 -0.004 -0.038 0.501 -0.008 0.169 -0.458 0.119 -0.548 0.405 0.034 0.743 0.004 0.308 -0.155 -0.011 0.021 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.23700454022323836}), (, {'error': 0.17248688216963304}), (, {'error': 0.9296601381899325}), (, {'error': 0.02901868678009567}), (, {'error': 0.22965275632723414}), (, {'error': 0.17704298077006303}), (, {'error': 0.9461396597565117}), (, {'error': 0.2075989708004886}), (, {'error': 0.09990431936007793}), (, {'error': 0.01650137865003476}), (, {'error': 0.10434134824686203}), (, {'error': 0.18244444806361798}), (, {'error': 0.27043058180128376}), (, {'error': 0.055473091926004914}), (, {'error': 0.2677871839023127}), (, {'error': 0.17274504072202912}), (, {'error': 0.17918723504513068}), (, {'error': 8.65341349708524}), (, {'error': 1.1694782051860102}), (, {'error': 0.13131323895033536})]) +Toy 10/10 +Time taken: 13 h, 7 min +Projected time left: +Mean Ctt value = -0.22143976772073745 +Mean Ctt error = 0.11666257172237202 +Simulation ended diff --git a/prelim_results/slurm-2213924.out b/prelim_results/slurm-2213924.out new file mode 100644 index 0000000..b4a77a1 --- /dev/null +++ b/prelim_results/slurm-2213924.out @@ -0,0 +1,9373 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:24.868744: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:24.877417: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099870000 Hz +2019-07-07 14:45:24.877613: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55aaaeaae500 executing computations on platform Host. Devices: +2019-07-07 14:45:24.877639: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:30.811205: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55aaaeb61880 executing computations on platform CUDA. Devices: +2019-07-07 14:45:30.811252: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:30.814385: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:92:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:30.814435: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:30.852952: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:30.852990: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:30.853005: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:30.855631: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:92:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715829.8136353 Edm = 4.78875 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715829.8136353 Edm = 4.78875 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718344.7929742 Edm = 1.89741 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718364.4614042 Edm = 2.10138 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -718606.0229143 Edm = 120.203 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -719531.5625376 Edm = 28.5989 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -719565.6174314 Edm = 0.641178 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -719566.0390579 Edm = 0.304229 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -719684.6402089 Edm = 17.5976 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -719704.1283054 Edm = 0.334563 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -719704.4375483 Edm = 0.057996 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -719709.00572 Edm = 4.73255 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -719712.3071258 Edm = 3.23314 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -719723.8725903 Edm = 10.5548 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -720195.874317 Edm = 34.6534 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -720233.4184286 Edm = 0.410888 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -720233.8375974 Edm = 0.0212169 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -720233.8874639 Edm = 0.0192497 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -720235.1579848 Edm = 1.14263 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -720280.2170895 Edm = 4.36264 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -720284.6425785 Edm = 0.695349 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -720285.9907271 Edm = 0.165774 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -720286.2026891 Edm = 0.00573447 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -720286.2112481 Edm = 0.00216966 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -720286.2429821 Edm = 0.031814 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -720289.2415025 Edm = 0.861179 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -720301.7358428 Edm = 5.52714 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -720315.600847 Edm = 0.390325 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -720315.8971424 Edm = 0.0245029 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -720315.9208026 Edm = 0.00120478 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -720315.9389069 Edm = 0.0164335 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -720317.5868878 Edm = 1.22765 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -720328.1086273 Edm = 0.741862 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -720329.0724513 Edm = 0.328219 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -720329.4852775 Edm = 0.0825222 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -720329.5739801 Edm = 0.00465254 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -720329.5785843 Edm = 0.000405977 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -720329.5800402 Edm = 0.000987435 NCalls = 116 +VariableMetric: Iteration # 37 - FCN = -720329.9520216 Edm = 0.413017 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -720329.9604093 Edm = 0.00751427 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -720330.8165191 Edm = 1.11389 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -720330.8205611 Edm = 0.00264178 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -720331.1052665 Edm = 0.368645 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -720331.1146758 Edm = 0.00857417 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -720332.4463909 Edm = 0.620675 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -720340.9488068 Edm = 5.8903 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -720351.9548489 Edm = 0.979936 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -720353.4655063 Edm = 0.241631 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -720353.9669669 Edm = 0.0838693 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -720354.0839798 Edm = 0.00635912 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -720354.0918887 Edm = 0.00160336 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -720354.0936092 Edm = 0.00108786 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -720354.1399697 Edm = 0.0423175 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -720356.6399443 Edm = 1.81347 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -720364.6031171 Edm = 1.41189 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -720365.4210499 Edm = 0.16145 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -720365.6336959 Edm = 0.0143301 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -720365.6532162 Edm = 0.00213525 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -720365.6572717 Edm = 0.000164632 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -720365.6575572 Edm = 9.83094e-05 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -720365.6582287 Edm = 0.000640347 NCalls = 192 +VariableMetric: Iteration # 60 - FCN = -720365.6749348 Edm = 0.0151425 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -720366.6941232 Edm = 0.324665 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -720367.0900404 Edm = 0.00763143 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -720367.0949123 Edm = 0.000291548 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -720367.095178 Edm = 1.57123e-05 NCalls = 209 +VariableMetric: After Hessian - FCN = -720367.095178 Edm = 14.3416 NCalls = 572 +VariableMetric: Iteration # 65 - FCN = -720367.095178 Edm = 14.3416 NCalls = 572 +VariableMetric: Iteration # 66 - FCN = -720368.2200977 Edm = 6.08143 NCalls = 574 +VariableMetric: Iteration # 67 - FCN = -720368.6819605 Edm = 0.35294 NCalls = 576 +VariableMetric: Iteration # 68 - FCN = -720369.1119443 Edm = 0.137501 NCalls = 578 +VariableMetric: Iteration # 69 - FCN = -720369.1918054 Edm = 0.178242 NCalls = 580 +VariableMetric: Iteration # 70 - FCN = -720369.4770155 Edm = 0.107174 NCalls = 584 +VariableMetric: Iteration # 71 - FCN = -720369.6611067 Edm = 0.184638 NCalls = 587 +VariableMetric: Iteration # 72 - FCN = -720369.8281914 Edm = 0.0922419 NCalls = 589 +VariableMetric: Iteration # 73 - FCN = -720369.8921528 Edm = 0.0763667 NCalls = 591 +VariableMetric: Iteration # 74 - FCN = -720369.9419897 Edm = 0.0123616 NCalls = 593 +VariableMetric: Iteration # 75 - FCN = -720369.9607338 Edm = 0.0098453 NCalls = 595 +VariableMetric: Iteration # 76 - FCN = -720370.0091652 Edm = 0.0208149 NCalls = 600 +VariableMetric: Iteration # 77 - FCN = -720370.0262382 Edm = 0.0178636 NCalls = 603 +VariableMetric: Iteration # 78 - FCN = -720370.0484939 Edm = 0.00546547 NCalls = 606 +VariableMetric: Iteration # 79 - FCN = -720370.0585404 Edm = 0.00844845 NCalls = 609 +VariableMetric: Iteration # 80 - FCN = -720370.0640469 Edm = 0.002685 NCalls = 611 +VariableMetric: Iteration # 81 - FCN = -720370.0688713 Edm = 0.00174393 NCalls = 614 +VariableMetric: Iteration # 82 - FCN = -720370.0723892 Edm = 0.000667625 NCalls = 617 +VariableMetric: Iteration # 83 - FCN = -720370.0730941 Edm = 0.000521901 NCalls = 618 +VariableMetric: Iteration # 84 - FCN = -720370.0733662 Edm = 5.55847e-05 NCalls = 619 +VariableMetric: After Hessian - FCN = -720370.0733662 Edm = 0.000109107 NCalls = 988 +VariableMetric: Iteration # 85 - FCN = -720370.0733662 Edm = 0.000109107 NCalls = 988 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717523.7134251 Edm = 3.29273 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717523.7134251 Edm = 3.29273 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719770.9125437 Edm = 0.0840602 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -719771.1379934 Edm = 0.128228 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -719996.8883416 Edm = 0.42236 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -720024.4381987 Edm = 580160 NCalls = 27 +VariableMetric: Iteration # 5 - FCN = -720050.860697 Edm = 1.11639e+06 NCalls = 36 +VariableMetric: Iteration # 6 - FCN = -720106.8131221 Edm = 176003 NCalls = 45 +VariableMetric: Iteration # 7 - FCN = -720136.0460625 Edm = 54127 NCalls = 53 +VariableMetric: Iteration # 8 - FCN = -720168.8525682 Edm = 50385.6 NCalls = 60 +VariableMetric: Iteration # 9 - FCN = -720237.2068908 Edm = 26340.9 NCalls = 66 +VariableMetric: Iteration # 10 - FCN = -720287.1772146 Edm = 16842.5 NCalls = 72 +VariableMetric: Iteration # 11 - FCN = -720306.3584828 Edm = 13790.6 NCalls = 77 +VariableMetric: Iteration # 12 - FCN = -720338.3170714 Edm = 3583.54 NCalls = 82 +VariableMetric: Iteration # 13 - FCN = -720349.4421953 Edm = 1845.49 NCalls = 85 +VariableMetric: Iteration # 14 - FCN = -720358.4643041 Edm = 1182.15 NCalls = 88 +VariableMetric: Iteration # 15 - FCN = -720361.4511085 Edm = 198.135 NCalls = 91 +VariableMetric: Iteration # 16 - FCN = -720363.2827975 Edm = 119.109 NCalls = 94 +VariableMetric: Iteration # 17 - FCN = -720366.2407533 Edm = 60.7435 NCalls = 96 +VariableMetric: Iteration # 18 - FCN = -720369.0534732 Edm = 20.4876 NCalls = 98 +VariableMetric: Iteration # 19 - FCN = -720371.9256015 Edm = 14.2008 NCalls = 100 +VariableMetric: Iteration # 20 - FCN = -720380.2264839 Edm = 26.4404 NCalls = 102 +VariableMetric: Iteration # 21 - FCN = -720383.5670332 Edm = 4.44252 NCalls = 104 +VariableMetric: Iteration # 22 - FCN = -720384.7729704 Edm = 4.08363 NCalls = 106 +VariableMetric: Iteration # 23 - FCN = -720385.9251216 Edm = 2.72879 NCalls = 108 +VariableMetric: Iteration # 24 - FCN = -720386.4180196 Edm = 0.844334 NCalls = 110 +VariableMetric: Iteration # 25 - FCN = -720386.9620053 Edm = 0.556768 NCalls = 112 +VariableMetric: Iteration # 26 - FCN = -720387.6798356 Edm = 0.547648 NCalls = 115 +VariableMetric: Iteration # 27 - FCN = -720388.3929884 Edm = 0.204075 NCalls = 118 +VariableMetric: Iteration # 28 - FCN = -720388.65911 Edm = 0.053955 NCalls = 120 +VariableMetric: Iteration # 29 - FCN = -720388.7313683 Edm = 0.0455802 NCalls = 122 +VariableMetric: Iteration # 30 - FCN = -720388.761065 Edm = 0.0250355 NCalls = 124 +VariableMetric: Iteration # 31 - FCN = -720388.7948391 Edm = 0.0166055 NCalls = 126 +VariableMetric: Iteration # 32 - FCN = -720388.8265555 Edm = 0.0130438 NCalls = 128 +VariableMetric: Iteration # 33 - FCN = -720388.8562442 Edm = 0.00449235 NCalls = 130 +VariableMetric: Iteration # 34 - FCN = -720388.8635315 Edm = 0.00164285 NCalls = 132 +VariableMetric: Iteration # 35 - FCN = -720388.8682453 Edm = 0.00243917 NCalls = 134 +VariableMetric: Iteration # 36 - FCN = -720388.872115 Edm = 0.00153223 NCalls = 136 +VariableMetric: Iteration # 37 - FCN = -720388.8735243 Edm = 0.000339666 NCalls = 138 +VariableMetric: Iteration # 38 - FCN = -720388.8742205 Edm = 0.000194968 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -720388.8745847 Edm = 1.52307e-05 NCalls = 142 +VariableMetric: After Hessian - FCN = -720388.8745847 Edm = 2.80537e-05 NCalls = 507 +VariableMetric: Iteration # 40 - FCN = -720388.8745847 Edm = 2.80537e-05 NCalls = 507 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715532.0270804 Edm = 6.23873 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715532.0270804 Edm = 6.23873 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717868.730583 Edm = 0.0860097 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717869.1036155 Edm = 0.123766 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717978.0060759 Edm = 2.17868 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -718013.4417171 Edm = 2.99796 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -718020.491361 Edm = 1.17066 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -718022.909018 Edm = 0.261807 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -718028.6479527 Edm = 4.26987 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -718108.9909553 Edm = 10.6659 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -718112.3644688 Edm = 0.27373 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -718112.7313795 Edm = 0.124782 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -718125.9135354 Edm = 14.1615 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -718126.7395553 Edm = 0.777231 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -718150.8359548 Edm = 22.536 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -718286.9176597 Edm = 15.781 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -718307.6162828 Edm = 1.37266 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -718343.7162358 Edm = 21.3672 NCalls = 69 +VariableMetric: Iteration # 17 - FCN = -718344.2624319 Edm = 6.10072 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -718391.4159148 Edm = 25.654 NCalls = 75 +VariableMetric: Iteration # 19 - FCN = -718424.6166889 Edm = 3.36598 NCalls = 77 +VariableMetric: Iteration # 20 - FCN = -718428.9446095 Edm = 0.232895 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -718429.1898861 Edm = 0.0100837 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -718429.2318515 Edm = 0.0253407 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -718432.4375796 Edm = 2.94145 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -718505.4142357 Edm = 42.053 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -718564.4470194 Edm = 6.1708 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -718569.1272798 Edm = 0.179175 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -718569.344317 Edm = 0.352099 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -718569.7326169 Edm = 0.0853579 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -718569.8412259 Edm = 0.00609232 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -718570.0524793 Edm = 0.201766 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -718653.6857664 Edm = 36.8251 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -718671.7040463 Edm = 5.10459 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -718676.1703982 Edm = 0.265091 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -718676.5164545 Edm = 0.0961147 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -718677.0584418 Edm = 0.0605622 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -718677.1296531 Edm = 0.0102491 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -718677.144479 Edm = 0.0136416 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -718677.6987537 Edm = 0.498093 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -718724.9162059 Edm = 45.8869 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -718842.5428579 Edm = 87.8238 NCalls = 148 +VariableMetric: Iteration # 41 - FCN = -718843.3908205 Edm = 1.01474 NCalls = 150 +VariableMetric: Iteration # 42 - FCN = -718845.9754167 Edm = 2.55942 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -718865.7823583 Edm = 11.9101 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -718893.6060171 Edm = 15.79 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -719301.164451 Edm = 348.806 NCalls = 165 +VariableMetric: Iteration # 46 - FCN = -719824.0696223 Edm = 539.32 NCalls = 176 +VariableMetric: Iteration # 47 - FCN = -719946.8787824 Edm = 72.3042 NCalls = 178 +VariableMetric: Iteration # 48 - FCN = -720015.5233054 Edm = 4.30357 NCalls = 180 +VariableMetric: Iteration # 49 - FCN = -720020.0430881 Edm = 1.7895 NCalls = 181 +VariableMetric: Iteration # 50 - FCN = -720020.6311115 Edm = 1.92239 NCalls = 183 +VariableMetric: Iteration # 51 - FCN = -720022.5084096 Edm = 0.402717 NCalls = 185 +VariableMetric: Iteration # 52 - FCN = -720022.9748047 Edm = 0.114363 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -720023.177444 Edm = 0.0416842 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -720023.2918766 Edm = 0.0288439 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -720023.3619696 Edm = 0.030312 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -720023.4071574 Edm = 0.0286797 NCalls = 196 +VariableMetric: Iteration # 57 - FCN = -720023.4951224 Edm = 0.0297548 NCalls = 199 +VariableMetric: Iteration # 58 - FCN = -720023.7349742 Edm = 0.189704 NCalls = 202 +VariableMetric: Iteration # 59 - FCN = -720059.1052403 Edm = 94.5372 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -720059.8260673 Edm = 1.24884 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -720064.5776674 Edm = 5.46613 NCalls = 215 +VariableMetric: Iteration # 62 - FCN = -720070.3489976 Edm = 4.26999 NCalls = 220 +VariableMetric: Iteration # 63 - FCN = -720126.6212856 Edm = 16.1555 NCalls = 225 +VariableMetric: Iteration # 64 - FCN = -720165.5208564 Edm = 6.1861 NCalls = 227 +VariableMetric: Iteration # 65 - FCN = -720174.0133961 Edm = 2.13574 NCalls = 229 +VariableMetric: Iteration # 66 - FCN = -720177.3305894 Edm = 2.96969 NCalls = 232 +VariableMetric: Iteration # 67 - FCN = -720187.4343083 Edm = 1.39222 NCalls = 237 +VariableMetric: Iteration # 68 - FCN = -720188.7152799 Edm = 1.76308 NCalls = 239 +VariableMetric: Iteration # 69 - FCN = -720191.3133554 Edm = 0.839079 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -720192.1517789 Edm = 0.245919 NCalls = 244 +VariableMetric: Iteration # 71 - FCN = -720192.313365 Edm = 0.0264273 NCalls = 246 +VariableMetric: Iteration # 72 - FCN = -720192.3433964 Edm = 0.0102371 NCalls = 248 +VariableMetric: Iteration # 73 - FCN = -720192.4264746 Edm = 0.067437 NCalls = 251 +VariableMetric: Iteration # 74 - FCN = -720193.5852603 Edm = 1.22869 NCalls = 255 +VariableMetric: Iteration # 75 - FCN = -720240.9346758 Edm = 19.276 NCalls = 262 +VariableMetric: Iteration # 76 - FCN = -720326.4903878 Edm = 25.092 NCalls = 266 +VariableMetric: Iteration # 77 - FCN = -720341.2237172 Edm = 6.37611 NCalls = 268 +VariableMetric: Iteration # 78 - FCN = -720347.2088636 Edm = 0.478213 NCalls = 270 +VariableMetric: Iteration # 79 - FCN = -720347.8507252 Edm = 0.118762 NCalls = 272 +VariableMetric: Iteration # 80 - FCN = -720347.9387477 Edm = 0.0473202 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -720348.0736687 Edm = 0.0394469 NCalls = 278 +VariableMetric: Iteration # 82 - FCN = -720348.149666 Edm = 0.0141981 NCalls = 280 +VariableMetric: Iteration # 83 - FCN = -720348.1697451 Edm = 0.00593007 NCalls = 282 +VariableMetric: Iteration # 84 - FCN = -720348.1805708 Edm = 0.00785093 NCalls = 285 +VariableMetric: Iteration # 85 - FCN = -720348.1937274 Edm = 0.00604964 NCalls = 287 +VariableMetric: Iteration # 86 - FCN = -720348.2002086 Edm = 0.000381686 NCalls = 289 +VariableMetric: Iteration # 87 - FCN = -720348.2012784 Edm = 0.000791013 NCalls = 291 +VariableMetric: Iteration # 88 - FCN = -720348.2270639 Edm = 0.0204177 NCalls = 296 +VariableMetric: Iteration # 89 - FCN = -720349.0376601 Edm = 0.684012 NCalls = 300 +VariableMetric: Iteration # 90 - FCN = -720354.1641858 Edm = 3.26776 NCalls = 304 +VariableMetric: Iteration # 91 - FCN = -720354.7872048 Edm = 0.399424 NCalls = 306 +VariableMetric: Iteration # 92 - FCN = -720355.0941653 Edm = 0.0668242 NCalls = 308 +VariableMetric: Iteration # 93 - FCN = -720355.1191695 Edm = 0.00541395 NCalls = 310 +VariableMetric: Iteration # 94 - FCN = -720355.127572 Edm = 0.00213109 NCalls = 312 +VariableMetric: Iteration # 95 - FCN = -720355.1317818 Edm = 0.000277035 NCalls = 314 +VariableMetric: Iteration # 96 - FCN = -720355.1326445 Edm = 0.000698489 NCalls = 316 +VariableMetric: Iteration # 97 - FCN = -720355.1821793 Edm = 0.0516902 NCalls = 322 +VariableMetric: Iteration # 98 - FCN = -720355.5604968 Edm = 0.0125776 NCalls = 329 +VariableMetric: Iteration # 99 - FCN = -720358.6963723 Edm = 0.497459 NCalls = 331 +VariableMetric: Iteration # 100 - FCN = -720359.3267717 Edm = 0.211897 NCalls = 333 +VariableMetric: Iteration # 101 - FCN = -720359.5891735 Edm = 0.0379722 NCalls = 336 +VariableMetric: Iteration # 102 - FCN = -720359.6391329 Edm = 0.010169 NCalls = 338 +VariableMetric: Iteration # 103 - FCN = -720359.6631003 Edm = 0.0106571 NCalls = 342 +VariableMetric: Iteration # 104 - FCN = -720359.674601 Edm = 0.0113717 NCalls = 343 +VariableMetric: Iteration # 105 - FCN = -720359.6901681 Edm = 0.0117916 NCalls = 346 +VariableMetric: Iteration # 106 - FCN = -720359.6991519 Edm = 0.0123454 NCalls = 351 +VariableMetric: Iteration # 107 - FCN = -720359.7082091 Edm = 0.0144581 NCalls = 354 +VariableMetric: Iteration # 108 - FCN = -720359.7257725 Edm = 0.00486854 NCalls = 357 +VariableMetric: Iteration # 109 - FCN = -720359.7324702 Edm = 0.00139939 NCalls = 359 +VariableMetric: Iteration # 110 - FCN = -720359.733437 Edm = 0.000407232 NCalls = 361 +VariableMetric: Iteration # 111 - FCN = -720359.7337762 Edm = 2.07158e-05 NCalls = 363 +VariableMetric: After Hessian - FCN = -720359.7337762 Edm = 1.24489e+06 NCalls = 730 +VariableMetric: Iteration # 112 - FCN = -720359.7337762 Edm = 1.24489e+06 NCalls = 730 +VariableMetric: Iteration # 113 - FCN = -720359.7337762 Edm = 1.24489e+06 NCalls = 741 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714440.9592498 Edm = 1.59555 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714440.9592498 Edm = 1.59555 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716338.1791784 Edm = 0.821757 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716343.5270909 Edm = 1.04453 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -716389.5884269 Edm = 45.4199 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -716992.0658235 Edm = 28.8081 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -717013.043705 Edm = 0.452885 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -717014.120176 Edm = 0.664487 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -717228.3404425 Edm = 60.2159 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -717320.9797959 Edm = 2.94891 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -717323.3106384 Edm = 0.212486 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -717323.6146408 Edm = 0.211473 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -717401.6308941 Edm = 50.2202 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -717503.7361257 Edm = 0.118224 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -717504.1449155 Edm = 0.177896 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -717512.2466272 Edm = 5.33193 NCalls = 60 +VariableMetric: Iteration # 15 - FCN = -717512.2998737 Edm = 0.402594 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -717516.9648475 Edm = 2.85634 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -717521.6267719 Edm = 0.810639 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -717522.4230371 Edm = 0.0708539 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -717522.7371625 Edm = 0.254912 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -717527.3408237 Edm = 3.54374 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -717569.7173051 Edm = 7.69629 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -717578.4209219 Edm = 1.00733 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -717579.2353328 Edm = 0.0598699 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -717579.3196041 Edm = 0.0407118 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -717580.1509083 Edm = 0.78455 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -717671.1687014 Edm = 17.0599 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -717688.8597541 Edm = 7.98798 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -717726.4942602 Edm = 26.4053 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -717748.5648446 Edm = 75.9122 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -717787.9215834 Edm = 35.1799 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -717819.1979709 Edm = 38.6755 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -717838.2797371 Edm = 10.1046 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -717850.2653484 Edm = 3.18327 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -717854.3726986 Edm = 0.92582 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -717858.6915575 Edm = 2.98662 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -717861.1859062 Edm = 0.502918 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -717861.8439878 Edm = 0.143382 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -717862.0108021 Edm = 0.0270928 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -717862.2426851 Edm = 0.200968 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -718161.645423 Edm = 105.409 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -719044.7096555 Edm = 449.346 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -719094.7754214 Edm = 335.517 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -719242.8595785 Edm = 80.7613 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -719347.0415726 Edm = 21.531 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -719571.6815481 Edm = 203.87 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -719576.2589359 Edm = 35.4677 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -719697.3806356 Edm = 79.4865 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -719858.6210711 Edm = 13.4268 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -719889.1934865 Edm = 14.2481 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -719954.3639416 Edm = 30.8305 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -719963.9761524 Edm = 25.992 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -719983.7920131 Edm = 7.06808 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -719994.5942853 Edm = 0.849327 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -719996.5590292 Edm = 0.167863 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -719996.7697795 Edm = 0.0785351 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -719996.9877243 Edm = 0.106551 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -719997.6085536 Edm = 0.499562 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -720010.1958978 Edm = 7.95381 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -720042.2651019 Edm = 8.38623 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -720103.3416408 Edm = 10.5028 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -720115.7973743 Edm = 2.4586 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -720118.3309001 Edm = 0.354927 NCalls = 204 +VariableMetric: Iteration # 63 - FCN = -720118.7802859 Edm = 0.0312975 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -720118.8361493 Edm = 0.00768265 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -720118.8557511 Edm = 0.00422045 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -720118.8691827 Edm = 0.00606627 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -720119.3228424 Edm = 0.462371 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -720121.0887023 Edm = 1.62204 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -720165.6935121 Edm = 4.99549 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -720168.7529124 Edm = 0.185711 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -720168.8815383 Edm = 0.0124347 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -720168.8942236 Edm = 0.00621546 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -720168.9309055 Edm = 0.0415126 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -720171.0892478 Edm = 2.45336 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -720171.1749879 Edm = 0.0833004 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -720177.6866307 Edm = 0.630082 NCalls = 255 +VariableMetric: Iteration # 77 - FCN = -720196.3811108 Edm = 7.56928 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -720204.7622895 Edm = 1.99216 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -720209.0218113 Edm = 0.860303 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -720209.8634363 Edm = 0.187697 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -720210.1162154 Edm = 0.0246013 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -720210.1488594 Edm = 0.000951872 NCalls = 269 +VariableMetric: Iteration # 83 - FCN = -720210.1502399 Edm = 0.000201617 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -720210.1513643 Edm = 0.000666004 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -720210.1667702 Edm = 0.0136417 NCalls = 278 +VariableMetric: Iteration # 86 - FCN = -720210.2480963 Edm = 0.0565397 NCalls = 281 +VariableMetric: Iteration # 87 - FCN = -720212.1056753 Edm = 1.04301 NCalls = 285 +VariableMetric: Iteration # 88 - FCN = -720217.563154 Edm = 0.329704 NCalls = 287 +VariableMetric: Iteration # 89 - FCN = -720217.9605096 Edm = 0.00106042 NCalls = 289 +VariableMetric: Iteration # 90 - FCN = -720217.9616761 Edm = 0.000152514 NCalls = 291 +VariableMetric: Iteration # 91 - FCN = -720217.9647607 Edm = 0.00308034 NCalls = 295 +VariableMetric: Iteration # 92 - FCN = -720218.1364766 Edm = 0.0798572 NCalls = 302 +VariableMetric: Iteration # 93 - FCN = -720219.6889267 Edm = 1.11418 NCalls = 305 +VariableMetric: Iteration # 94 - FCN = -720226.0942104 Edm = 0.182007 NCalls = 308 +VariableMetric: Iteration # 95 - FCN = -720226.2832534 Edm = 0.00322582 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -720226.286361 Edm = 8.87187e-05 NCalls = 311 +VariableMetric: Iteration # 97 - FCN = -720226.2865792 Edm = 0.000136366 NCalls = 313 +VariableMetric: Iteration # 98 - FCN = -720226.3776161 Edm = 0.0873978 NCalls = 320 +VariableMetric: Iteration # 99 - FCN = -720233.724717 Edm = 2.50478 NCalls = 326 +VariableMetric: Iteration # 100 - FCN = -720235.876005 Edm = 1.12848 NCalls = 328 +VariableMetric: Iteration # 101 - FCN = -720236.6940414 Edm = 0.101738 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -720236.7846994 Edm = 0.00374747 NCalls = 331 +VariableMetric: Iteration # 103 - FCN = -720236.7878962 Edm = 0.000130183 NCalls = 333 +VariableMetric: Iteration # 104 - FCN = -720236.7881253 Edm = 0.000124414 NCalls = 335 +VariableMetric: Iteration # 105 - FCN = -720236.8031131 Edm = 0.0135143 NCalls = 341 +VariableMetric: Iteration # 106 - FCN = -720237.5726687 Edm = 0.627369 NCalls = 346 +VariableMetric: Iteration # 107 - FCN = -720240.457525 Edm = 0.0425294 NCalls = 348 +VariableMetric: Iteration # 108 - FCN = -720240.5161398 Edm = 0.00155678 NCalls = 350 +VariableMetric: Iteration # 109 - FCN = -720240.5177387 Edm = 5.42562e-05 NCalls = 351 +VariableMetric: After Hessian - FCN = -720240.5177387 Edm = 544052 NCalls = 714 +VariableMetric: Iteration # 110 - FCN = -720240.5177387 Edm = 544052 NCalls = 714 +VariableMetric: Iteration # 111 - FCN = -720263.8188616 Edm = 427818 NCalls = 725 +VariableMetric: Iteration # 112 - FCN = -720276.8330277 Edm = 39.8889 NCalls = 736 +VariableMetric: Iteration # 113 - FCN = -720279.75263 Edm = 5.61002 NCalls = 738 +VariableMetric: Iteration # 114 - FCN = -720280.80105 Edm = 0.0403923 NCalls = 740 +VariableMetric: Iteration # 115 - FCN = -720280.9039935 Edm = 0.0128677 NCalls = 742 +VariableMetric: Iteration # 116 - FCN = -720280.999846 Edm = 0.0248068 NCalls = 745 +VariableMetric: Iteration # 117 - FCN = -720281.0967679 Edm = 0.0406754 NCalls = 748 +VariableMetric: Iteration # 118 - FCN = -720281.2140842 Edm = 0.0241613 NCalls = 750 +VariableMetric: Iteration # 119 - FCN = -720281.9448271 Edm = 0.489825 NCalls = 758 +VariableMetric: Iteration # 120 - FCN = -720281.9687345 Edm = 0.0972829 NCalls = 760 +VariableMetric: Iteration # 121 - FCN = -720282.4214711 Edm = 0.420141 NCalls = 764 +VariableMetric: Iteration # 122 - FCN = -720283.3695357 Edm = 1.01512 NCalls = 769 +VariableMetric: Iteration # 123 - FCN = -720284.3868685 Edm = 1.63985 NCalls = 771 +VariableMetric: Iteration # 124 - FCN = -720285.9642856 Edm = 1.35609 NCalls = 776 +VariableMetric: Iteration # 125 - FCN = -720287.1592187 Edm = 0.890736 NCalls = 779 +VariableMetric: Iteration # 126 - FCN = -720287.9569418 Edm = 1.0757 NCalls = 780 +VariableMetric: Iteration # 127 - FCN = -720288.5063163 Edm = 0.301452 NCalls = 782 +VariableMetric: Iteration # 128 - FCN = -720289.1390951 Edm = 0.179076 NCalls = 784 +VariableMetric: Iteration # 129 - FCN = -720289.328702 Edm = 0.137637 NCalls = 786 +VariableMetric: Iteration # 130 - FCN = -720289.5332821 Edm = 0.0459118 NCalls = 789 +VariableMetric: Iteration # 131 - FCN = -720289.6210951 Edm = 0.014203 NCalls = 791 +VariableMetric: Iteration # 132 - FCN = -720289.6834803 Edm = 0.0385641 NCalls = 794 +VariableMetric: Iteration # 133 - FCN = -720289.7341968 Edm = 0.0240129 NCalls = 796 +VariableMetric: Iteration # 134 - FCN = -720289.763607 Edm = 0.00389256 NCalls = 799 +VariableMetric: Iteration # 135 - FCN = -720289.771969 Edm = 0.000625044 NCalls = 801 +VariableMetric: Iteration # 136 - FCN = -720289.7727811 Edm = 0.00022082 NCalls = 803 +VariableMetric: Iteration # 137 - FCN = -720289.7734927 Edm = 0.000180202 NCalls = 805 +VariableMetric: Iteration # 138 - FCN = -720289.7739221 Edm = 0.000129443 NCalls = 807 +VariableMetric: Iteration # 139 - FCN = -720289.774485 Edm = 0.000108664 NCalls = 809 +VariableMetric: Iteration # 140 - FCN = -720289.7747282 Edm = 4.00074e-05 NCalls = 811 +VariableMetric: After Hessian - FCN = -720289.7747282 Edm = 0.00162442 NCalls = 1184 +VariableMetric: Iteration # 141 - FCN = -720289.7747282 Edm = 0.00162442 NCalls = 1184 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718436.2763361 Edm = 1.49885 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718436.2763361 Edm = 1.49885 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719068.5845144 Edm = 0.555524 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -719072.383392 Edm = 0.541038 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -719317.5329186 Edm = 0.592288 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -719318.2961414 Edm = 0.226732 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -719416.7169773 Edm = 95.3213 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -719577.1110083 Edm = 20.1839 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -719591.3309278 Edm = 0.167158 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -719591.8498035 Edm = 0.387571 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -719650.9528047 Edm = 8.24251 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -719659.7070565 Edm = 0.126925 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -719659.8258086 Edm = 0.0179964 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -719661.3989606 Edm = 1.52921 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -719778.727905 Edm = 6.56527 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -719787.2940267 Edm = 0.259219 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -719787.7214689 Edm = 0.00933686 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -719787.7357812 Edm = 0.00332608 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -719788.0011837 Edm = 0.193219 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -719805.6160703 Edm = 7.75336 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -719826.0955734 Edm = 1.98993 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -719828.1812871 Edm = 0.106822 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -719828.2677598 Edm = 0.00257469 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -719828.2849975 Edm = 0.014667 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -719829.2672747 Edm = 0.894796 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -719856.0313305 Edm = 8.94385 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -719864.8355495 Edm = 1.39798 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -719865.8595776 Edm = 0.0433074 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -719865.9091508 Edm = 0.00237272 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -719865.9240061 Edm = 0.0126771 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -719866.4415134 Edm = 0.535353 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -719866.5705869 Edm = 0.127238 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -719869.5631452 Edm = 0.871319 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -719885.7202188 Edm = 6.71348 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -719907.7424372 Edm = 0.726704 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -719908.5336028 Edm = 0.0472733 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -719908.5864681 Edm = 0.00421101 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -719908.5987448 Edm = 0.0053208 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -719908.785727 Edm = 0.165296 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -719913.041304 Edm = 2.76936 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -719961.5735964 Edm = 20.0566 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -720004.1031456 Edm = 5.35889 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -720009.6257453 Edm = 0.501283 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -720010.1263878 Edm = 0.0166323 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -720010.1484636 Edm = 0.00616348 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -720010.2389461 Edm = 0.087081 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -720013.0674278 Edm = 1.79838 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -720073.5180148 Edm = 36.1805 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -720266.3354268 Edm = 49.0111 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -720306.3641735 Edm = 15.3265 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -720327.7552338 Edm = 4.78564 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -720332.8868105 Edm = 4.59776 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -720336.3724436 Edm = 1.18543 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -720338.9361366 Edm = 0.783355 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -720340.2996595 Edm = 0.92472 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -720341.3652826 Edm = 0.769506 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -720342.6106428 Edm = 0.694504 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -720343.971865 Edm = 0.765733 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -720345.0532674 Edm = 1.03534 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -720345.9523898 Edm = 0.54349 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -720346.3102478 Edm = 0.0313792 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -720346.3415642 Edm = 0.00525321 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -720346.3506353 Edm = 0.00226511 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -720346.370706 Edm = 0.0144553 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -720346.4995001 Edm = 0.103733 NCalls = 201 +VariableMetric: Iteration # 64 - FCN = -720352.5609338 Edm = 5.39249 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -720373.0885166 Edm = 3.65255 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -720375.8767977 Edm = 0.154583 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -720375.9747492 Edm = 0.0433434 NCalls = 213 +VariableMetric: Iteration # 68 - FCN = -720376.0064755 Edm = 0.00458841 NCalls = 214 +VariableMetric: Iteration # 69 - FCN = -720376.0111261 Edm = 0.00081756 NCalls = 216 +VariableMetric: Iteration # 70 - FCN = -720376.0142115 Edm = 0.00279849 NCalls = 218 +VariableMetric: Iteration # 71 - FCN = -720376.0595544 Edm = 0.0484364 NCalls = 223 +VariableMetric: Iteration # 72 - FCN = -720376.6274385 Edm = 0.558327 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -720382.1413597 Edm = 0.997118 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -720383.0447391 Edm = 0.119495 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -720383.1584876 Edm = 0.0107392 NCalls = 238 +VariableMetric: Iteration # 76 - FCN = -720383.1719249 Edm = 0.000773077 NCalls = 240 +VariableMetric: Iteration # 77 - FCN = -720383.1737855 Edm = 0.0010731 NCalls = 242 +VariableMetric: Iteration # 78 - FCN = -720383.2094074 Edm = 0.033983 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -720384.0976779 Edm = 0.908978 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -720387.9670416 Edm = 0.7469 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -720388.923277 Edm = 0.0263698 NCalls = 257 +VariableMetric: Iteration # 82 - FCN = -720388.9452748 Edm = 0.0012202 NCalls = 259 +VariableMetric: Iteration # 83 - FCN = -720388.9463321 Edm = 7.16726e-05 NCalls = 261 +VariableMetric: After Hessian - FCN = -720388.9463321 Edm = 930858 NCalls = 618 +VariableMetric: Iteration # 84 - FCN = -720388.9463321 Edm = 930858 NCalls = 618 +VariableMetric: Iteration # 85 - FCN = -720439.5718476 Edm = 143607 NCalls = 629 +VariableMetric: Iteration # 86 - FCN = -720458.6547827 Edm = 7.23239 NCalls = 631 +VariableMetric: Iteration # 87 - FCN = -720462.2383961 Edm = 3.1758 NCalls = 633 +VariableMetric: Iteration # 88 - FCN = -720467.3517275 Edm = 0.534391 NCalls = 635 +VariableMetric: Iteration # 89 - FCN = -720469.7858753 Edm = 0.358157 NCalls = 639 +VariableMetric: Iteration # 90 - FCN = -720470.3681993 Edm = 0.177669 NCalls = 641 +VariableMetric: Iteration # 91 - FCN = -720471.0544972 Edm = 0.240869 NCalls = 643 +VariableMetric: Iteration # 92 - FCN = -720471.3281284 Edm = 0.0426459 NCalls = 645 +VariableMetric: Iteration # 93 - FCN = -720471.4228468 Edm = 0.0368924 NCalls = 647 +VariableMetric: Iteration # 94 - FCN = -720471.5937634 Edm = 0.0262993 NCalls = 649 +VariableMetric: Iteration # 95 - FCN = -720471.6690015 Edm = 0.0127015 NCalls = 651 +VariableMetric: Iteration # 96 - FCN = -720471.6991261 Edm = 0.0135204 NCalls = 653 +VariableMetric: Iteration # 97 - FCN = -720471.7572878 Edm = 0.0157506 NCalls = 657 +VariableMetric: Iteration # 98 - FCN = -720471.7887812 Edm = 0.0113554 NCalls = 659 +VariableMetric: Iteration # 99 - FCN = -720471.8799347 Edm = 0.0129458 NCalls = 664 +VariableMetric: Iteration # 100 - FCN = -720471.9078765 Edm = 0.037263 NCalls = 667 +VariableMetric: Iteration # 101 - FCN = -720471.9271847 Edm = 0.0238553 NCalls = 670 +VariableMetric: Iteration # 102 - FCN = -720472.0259746 Edm = 0.0878187 NCalls = 673 +VariableMetric: Iteration # 103 - FCN = -720472.5570003 Edm = 1.86082 NCalls = 677 +VariableMetric: Iteration # 104 - FCN = -720473.1967 Edm = 1.20079 NCalls = 681 +VariableMetric: Iteration # 105 - FCN = -720473.6608789 Edm = 1.10291 NCalls = 684 +VariableMetric: Iteration # 106 - FCN = -720474.5044482 Edm = 0.65182 NCalls = 687 +VariableMetric: Iteration # 107 - FCN = -720476.5673375 Edm = 1.3085 NCalls = 690 +VariableMetric: Iteration # 108 - FCN = -720477.0355343 Edm = 0.623742 NCalls = 693 +VariableMetric: Iteration # 109 - FCN = -720478.6638776 Edm = 0.216374 NCalls = 696 +VariableMetric: Iteration # 110 - FCN = -720478.9819518 Edm = 0.055567 NCalls = 698 +VariableMetric: Iteration # 111 - FCN = -720479.1161951 Edm = 0.017418 NCalls = 700 +VariableMetric: Iteration # 112 - FCN = -720479.1348205 Edm = 0.00278335 NCalls = 702 +VariableMetric: Iteration # 113 - FCN = -720479.1428127 Edm = 0.00164115 NCalls = 704 +VariableMetric: Iteration # 114 - FCN = -720479.1492688 Edm = 0.00162734 NCalls = 706 +VariableMetric: Iteration # 115 - FCN = -720479.1552888 Edm = 0.00167606 NCalls = 708 +VariableMetric: Iteration # 116 - FCN = -720479.1614294 Edm = 0.00317956 NCalls = 711 +VariableMetric: Iteration # 117 - FCN = -720479.1737965 Edm = 0.00542216 NCalls = 713 +VariableMetric: Iteration # 118 - FCN = -720479.192463 Edm = 0.00548869 NCalls = 715 +VariableMetric: Iteration # 119 - FCN = -720479.2010694 Edm = 0.004297 NCalls = 717 +VariableMetric: Iteration # 120 - FCN = -720479.2088269 Edm = 0.00293429 NCalls = 720 +VariableMetric: Iteration # 121 - FCN = -720479.2146765 Edm = 0.00133785 NCalls = 722 +VariableMetric: Iteration # 122 - FCN = -720479.2171746 Edm = 0.00109723 NCalls = 724 +VariableMetric: Iteration # 123 - FCN = -720479.2231687 Edm = 0.0027005 NCalls = 727 +VariableMetric: Iteration # 124 - FCN = -720479.2274526 Edm = 0.00222659 NCalls = 730 +VariableMetric: Iteration # 125 - FCN = -720479.2308256 Edm = 0.0013186 NCalls = 732 +VariableMetric: Iteration # 126 - FCN = -720479.2340648 Edm = 0.000812222 NCalls = 734 +VariableMetric: Iteration # 127 - FCN = -720479.2355658 Edm = 0.000870609 NCalls = 736 +VariableMetric: Iteration # 128 - FCN = -720479.2381211 Edm = 0.000694126 NCalls = 739 +VariableMetric: Iteration # 129 - FCN = -720479.2395606 Edm = 0.000354281 NCalls = 741 +VariableMetric: Iteration # 130 - FCN = -720479.2411611 Edm = 0.00063037 NCalls = 743 +VariableMetric: Iteration # 131 - FCN = -720479.2430598 Edm = 0.000535909 NCalls = 745 +VariableMetric: Iteration # 132 - FCN = -720479.2438822 Edm = 0.000160375 NCalls = 747 +VariableMetric: Iteration # 133 - FCN = -720479.244161 Edm = 0.000101916 NCalls = 749 +VariableMetric: Iteration # 134 - FCN = -720479.2444135 Edm = 5.70412e-05 NCalls = 751 +VariableMetric: After Hessian - FCN = -720479.2444135 Edm = 0.00123606 NCalls = 1128 +VariableMetric: Iteration # 135 - FCN = -720479.2444135 Edm = 0.00123606 NCalls = 1128 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711059.9406096 Edm = 13.1623 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711059.9406096 Edm = 13.1623 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716333.2694872 Edm = 10.6692 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716363.6397326 Edm = 9.96036 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717711.955971 Edm = 0.385903 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -717714.8206319 Edm = 0.193131 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -717716.5274602 Edm = 1.06125 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -717780.3378154 Edm = 2.52278 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -717782.8857104 Edm = 0.0429045 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -717783.1010089 Edm = 0.159789 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -717955.3329321 Edm = 147.858 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -717968.3952447 Edm = 0.696135 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -717969.6739077 Edm = 0.286988 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -717970.7797434 Edm = 0.373646 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -718037.8800887 Edm = 47.5644 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -718277.6554844 Edm = 168.081 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -718326.1972106 Edm = 44.6202 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -718353.7298882 Edm = 0.314236 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -718354.0655985 Edm = 0.0441691 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -718355.7938072 Edm = 1.55453 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -718393.1261475 Edm = 30.504 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -718632.782246 Edm = 32.0872 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -718673.8264135 Edm = 6.80288 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -718677.8169165 Edm = 0.164625 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -718677.9579494 Edm = 0.0214744 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -718678.0161385 Edm = 0.0239688 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -718678.2568231 Edm = 0.147656 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -718698.7749493 Edm = 19.4342 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -718875.2046448 Edm = 3.1774 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -718878.9081844 Edm = 1.01328 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -718879.7240255 Edm = 0.185007 NCalls = 94 +VariableMetric: Iteration # 30 - FCN = -718880.0336416 Edm = 0.0555914 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -718880.2773397 Edm = 0.0453236 NCalls = 98 +VariableMetric: Iteration # 32 - FCN = -718880.4186139 Edm = 0.0835422 NCalls = 100 +VariableMetric: Iteration # 33 - FCN = -718919.4325052 Edm = 13.8403 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -718958.95519 Edm = 19.8938 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -719012.9597049 Edm = 29.9515 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -719053.3747012 Edm = 10.3392 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -719056.1022354 Edm = 1.47723 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -719073.0565893 Edm = 29.0278 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -719077.1370787 Edm = 17.9824 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -719106.0229718 Edm = 25.0591 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -719120.7069012 Edm = 16.0413 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -719135.6106821 Edm = 3.54638 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -719141.7903472 Edm = 0.731097 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -719145.2672654 Edm = 1.07146 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -719146.557481 Edm = 1.54259 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -719147.5437903 Edm = 0.343054 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -719148.2160341 Edm = 0.230627 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -719148.4366697 Edm = 0.0507288 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -719148.5132329 Edm = 0.0107469 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -719148.5409018 Edm = 0.0212882 NCalls = 157 +VariableMetric: Iteration # 51 - FCN = -719149.6614149 Edm = 1.08421 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -719243.3043249 Edm = 72.1991 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -719432.1090411 Edm = 391.148 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -719577.802853 Edm = 86.6976 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -719650.7047497 Edm = 40.0349 NCalls = 178 +VariableMetric: Iteration # 56 - FCN = -719668.6910724 Edm = 19.2334 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -719694.6319427 Edm = 29.5101 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -719706.7184434 Edm = 34.6473 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -719805.5430357 Edm = 45.0994 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -719834.5941376 Edm = 4.18632 NCalls = 192 +VariableMetric: Iteration # 61 - FCN = -719838.7296333 Edm = 0.582063 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -719839.0707627 Edm = 0.335622 NCalls = 196 +VariableMetric: Iteration # 63 - FCN = -719839.3722294 Edm = 0.0409632 NCalls = 198 +VariableMetric: Iteration # 64 - FCN = -719839.4507109 Edm = 0.0332162 NCalls = 200 +VariableMetric: Iteration # 65 - FCN = -719839.6204357 Edm = 0.0446646 NCalls = 202 +VariableMetric: Iteration # 66 - FCN = -719839.7576911 Edm = 0.0690858 NCalls = 204 +VariableMetric: Iteration # 67 - FCN = -719846.8332495 Edm = 6.53191 NCalls = 209 +VariableMetric: Iteration # 68 - FCN = -720024.9525984 Edm = 156.383 NCalls = 213 +VariableMetric: Iteration # 69 - FCN = -720128.3636451 Edm = 3.03448 NCalls = 215 +VariableMetric: Iteration # 70 - FCN = -720131.5537944 Edm = 0.117496 NCalls = 217 +VariableMetric: Iteration # 71 - FCN = -720131.81341 Edm = 0.0598031 NCalls = 219 +VariableMetric: Iteration # 72 - FCN = -720131.9146553 Edm = 0.039636 NCalls = 221 +VariableMetric: Iteration # 73 - FCN = -720131.9520934 Edm = 0.0115468 NCalls = 222 +VariableMetric: Iteration # 74 - FCN = -720132.002604 Edm = 0.0299188 NCalls = 225 +VariableMetric: Iteration # 75 - FCN = -720132.3331081 Edm = 0.302277 NCalls = 228 +VariableMetric: Iteration # 76 - FCN = -720134.3522432 Edm = 2.12463 NCalls = 234 +VariableMetric: Iteration # 77 - FCN = -720137.1932443 Edm = 2.68732 NCalls = 241 +VariableMetric: Iteration # 78 - FCN = -720311.8548468 Edm = 37.4997 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -720328.8914029 Edm = 5.57805 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -720335.8957107 Edm = 0.372234 NCalls = 251 +VariableMetric: Iteration # 81 - FCN = -720336.3952111 Edm = 0.0432587 NCalls = 253 +VariableMetric: Iteration # 82 - FCN = -720336.4628229 Edm = 0.0148286 NCalls = 255 +VariableMetric: Iteration # 83 - FCN = -720336.4860457 Edm = 0.0100229 NCalls = 257 +VariableMetric: Iteration # 84 - FCN = -720336.5019035 Edm = 0.00232912 NCalls = 259 +VariableMetric: Iteration # 85 - FCN = -720336.5102754 Edm = 0.00353179 NCalls = 261 +VariableMetric: Iteration # 86 - FCN = -720336.5333394 Edm = 0.0157589 NCalls = 264 +VariableMetric: Iteration # 87 - FCN = -720337.1435419 Edm = 0.366205 NCalls = 268 +VariableMetric: Iteration # 88 - FCN = -720346.4568744 Edm = 11.9775 NCalls = 273 +VariableMetric: Iteration # 89 - FCN = -720394.4017764 Edm = 30.316 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -720394.5870909 Edm = 0.645492 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -720396.3038495 Edm = 1.32946 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -720399.3976594 Edm = 3.02528 NCalls = 289 +VariableMetric: Iteration # 93 - FCN = -720404.6745388 Edm = 0.9456 NCalls = 292 +VariableMetric: Iteration # 94 - FCN = -720406.0746215 Edm = 1.15549 NCalls = 295 +VariableMetric: Iteration # 95 - FCN = -720413.2091707 Edm = 3.26879 NCalls = 298 +VariableMetric: Iteration # 96 - FCN = -720419.8059891 Edm = 4.73604 NCalls = 303 +VariableMetric: Iteration # 97 - FCN = -720426.1376416 Edm = 3.02778 NCalls = 305 +VariableMetric: Iteration # 98 - FCN = -720428.032675 Edm = 1.18411 NCalls = 307 +VariableMetric: Iteration # 99 - FCN = -720429.6652861 Edm = 0.359256 NCalls = 309 +VariableMetric: Iteration # 100 - FCN = -720430.6718448 Edm = 0.560941 NCalls = 312 +VariableMetric: Iteration # 101 - FCN = -720431.1198314 Edm = 0.334816 NCalls = 314 +VariableMetric: Iteration # 102 - FCN = -720431.5082318 Edm = 0.137104 NCalls = 316 +VariableMetric: Iteration # 103 - FCN = -720431.6315597 Edm = 0.0184253 NCalls = 318 +VariableMetric: Iteration # 104 - FCN = -720431.6523067 Edm = 0.0011933 NCalls = 320 +VariableMetric: Iteration # 105 - FCN = -720431.6539682 Edm = 0.000422207 NCalls = 322 +VariableMetric: Iteration # 106 - FCN = -720431.6562955 Edm = 0.00134738 NCalls = 325 +VariableMetric: Iteration # 107 - FCN = -720431.664834 Edm = 0.00441389 NCalls = 328 +VariableMetric: Iteration # 108 - FCN = -720431.7287611 Edm = 0.0473124 NCalls = 331 +VariableMetric: Iteration # 109 - FCN = -720433.2592324 Edm = 1.29236 NCalls = 337 +VariableMetric: Iteration # 110 - FCN = -720439.3798929 Edm = 1.96593 NCalls = 341 +VariableMetric: Iteration # 111 - FCN = -720441.3543864 Edm = 0.557865 NCalls = 343 +VariableMetric: Iteration # 112 - FCN = -720442.0568766 Edm = 0.0620974 NCalls = 345 +VariableMetric: Iteration # 113 - FCN = -720442.2121566 Edm = 0.124191 NCalls = 347 +VariableMetric: Iteration # 114 - FCN = -720442.6674825 Edm = 0.964799 NCalls = 354 +VariableMetric: Iteration # 115 - FCN = -720444.2000762 Edm = 1.26894 NCalls = 359 +VariableMetric: Iteration # 116 - FCN = -720444.383119 Edm = 0.517549 NCalls = 361 +VariableMetric: Iteration # 117 - FCN = -720445.0602584 Edm = 0.103086 NCalls = 363 +VariableMetric: Iteration # 118 - FCN = -720445.1394564 Edm = 0.00873517 NCalls = 365 +VariableMetric: Iteration # 119 - FCN = -720445.1486606 Edm = 0.000120857 NCalls = 367 +VariableMetric: Iteration # 120 - FCN = -720445.1487933 Edm = 1.61592e-05 NCalls = 369 +VariableMetric: After Hessian - FCN = -720445.1487933 Edm = 22633 NCalls = 726 +VariableMetric: Iteration # 121 - FCN = -720445.1487933 Edm = 22633 NCalls = 726 +VariableMetric: Iteration # 122 - FCN = -720446.112094 Edm = 72162.8 NCalls = 736 +VariableMetric: Iteration # 123 - FCN = -720452.2200581 Edm = 6.66909 NCalls = 742 +VariableMetric: Iteration # 124 - FCN = -720452.9837545 Edm = 0.446795 NCalls = 746 +VariableMetric: Iteration # 125 - FCN = -720453.7391952 Edm = 0.200767 NCalls = 748 +VariableMetric: Iteration # 126 - FCN = -720454.0590675 Edm = 0.14544 NCalls = 750 +VariableMetric: Iteration # 127 - FCN = -720455.2038012 Edm = 0.669598 NCalls = 753 +VariableMetric: Iteration # 128 - FCN = -720460.5144662 Edm = 8.8376 NCalls = 758 +VariableMetric: Iteration # 129 - FCN = -720461.9523196 Edm = 4.42137 NCalls = 761 +VariableMetric: Iteration # 130 - FCN = -720466.6638758 Edm = 2.70706 NCalls = 765 +VariableMetric: Iteration # 131 - FCN = -720468.3410399 Edm = 0.610019 NCalls = 767 +VariableMetric: Iteration # 132 - FCN = -720470.4116002 Edm = 0.905495 NCalls = 769 +VariableMetric: Iteration # 133 - FCN = -720471.1131386 Edm = 0.13679 NCalls = 771 +VariableMetric: Iteration # 134 - FCN = -720471.6501785 Edm = 0.201832 NCalls = 773 +VariableMetric: Iteration # 135 - FCN = -720472.1060515 Edm = 0.336959 NCalls = 775 +VariableMetric: Iteration # 136 - FCN = -720473.2050685 Edm = 0.42695 NCalls = 778 +VariableMetric: Iteration # 137 - FCN = -720473.9586873 Edm = 0.205908 NCalls = 781 +VariableMetric: Iteration # 138 - FCN = -720474.713045 Edm = 0.424908 NCalls = 783 +VariableMetric: Iteration # 139 - FCN = -720476.3724541 Edm = 0.598374 NCalls = 786 +VariableMetric: Iteration # 140 - FCN = -720477.141043 Edm = 0.363654 NCalls = 788 +VariableMetric: Iteration # 141 - FCN = -720477.8799194 Edm = 0.421618 NCalls = 790 +VariableMetric: Iteration # 142 - FCN = -720478.3784395 Edm = 0.165428 NCalls = 792 +VariableMetric: Iteration # 143 - FCN = -720478.7239481 Edm = 0.147288 NCalls = 794 +VariableMetric: Iteration # 144 - FCN = -720479.02648 Edm = 0.018688 NCalls = 796 +VariableMetric: Iteration # 145 - FCN = -720479.0686165 Edm = 0.0111183 NCalls = 798 +VariableMetric: Iteration # 146 - FCN = -720479.0933954 Edm = 0.00223708 NCalls = 800 +VariableMetric: Iteration # 147 - FCN = -720479.0973772 Edm = 0.000637375 NCalls = 802 +VariableMetric: Iteration # 148 - FCN = -720479.0987788 Edm = 0.000206862 NCalls = 804 +VariableMetric: Iteration # 149 - FCN = -720479.0997486 Edm = 0.000716676 NCalls = 806 +VariableMetric: Iteration # 150 - FCN = -720479.1183632 Edm = 0.0071959 NCalls = 811 +VariableMetric: Iteration # 151 - FCN = -720479.13656 Edm = 0.0114991 NCalls = 814 +VariableMetric: Iteration # 152 - FCN = -720479.1522243 Edm = 0.0114649 NCalls = 816 +VariableMetric: Iteration # 153 - FCN = -720479.1684563 Edm = 0.00430194 NCalls = 818 +VariableMetric: Iteration # 154 - FCN = -720479.1779018 Edm = 0.00565085 NCalls = 820 +VariableMetric: Iteration # 155 - FCN = -720479.1869165 Edm = 0.00177769 NCalls = 823 +VariableMetric: Iteration # 156 - FCN = -720479.1893402 Edm = 0.000349344 NCalls = 825 +VariableMetric: Iteration # 157 - FCN = -720479.1902678 Edm = 0.000632825 NCalls = 827 +VariableMetric: Iteration # 158 - FCN = -720479.1908397 Edm = 0.000261159 NCalls = 829 +VariableMetric: Iteration # 159 - FCN = -720479.1913425 Edm = 7.53777e-05 NCalls = 831 +VariableMetric: Iteration # 160 - FCN = -720479.1914637 Edm = 1.83171e-05 NCalls = 833 +VariableMetric: After Hessian - FCN = -720479.1914637 Edm = 0.107279 NCalls = 1210 +VariableMetric: Iteration # 161 - FCN = -720479.1914637 Edm = 0.107279 NCalls = 1210 +VariableMetric: Iteration # 162 - FCN = -720479.1920677 Edm = 0.163881 NCalls = 1213 +VariableMetric: Iteration # 163 - FCN = -720479.1923977 Edm = 0.000302841 NCalls = 1215 +VariableMetric: Iteration # 164 - FCN = -720479.1924052 Edm = 0.356738 NCalls = 1220 +VariableMetric: Iteration # 165 - FCN = -720479.1924888 Edm = 0.748914 NCalls = 1224 +VariableMetric: Iteration # 166 - FCN = -720479.1924979 Edm = 0.0155808 NCalls = 1229 +VariableMetric: Iteration # 167 - FCN = -720479.1925015 Edm = 0.00916133 NCalls = 1233 +VariableMetric: Iteration # 168 - FCN = -720479.1925145 Edm = 0.0492645 NCalls = 1236 +VariableMetric: Iteration # 169 - FCN = -720479.1925978 Edm = 0.0530699 NCalls = 1239 +VariableMetric: Iteration # 170 - FCN = -720479.1926455 Edm = 0.0807066 NCalls = 1242 +VariableMetric: Iteration # 171 - FCN = -720479.1928058 Edm = 0.0458112 NCalls = 1244 +VariableMetric: Iteration # 172 - FCN = -720479.1928622 Edm = 0.0413465 NCalls = 1247 +VariableMetric: Iteration # 173 - FCN = -720479.1931037 Edm = 0.121363 NCalls = 1249 +VariableMetric: Iteration # 174 - FCN = -720479.1936389 Edm = 0.0516389 NCalls = 1251 +VariableMetric: Iteration # 175 - FCN = -720479.1962396 Edm = 0.0281858 NCalls = 1254 +VariableMetric: Iteration # 176 - FCN = -720479.1968615 Edm = 0.0120457 NCalls = 1256 +VariableMetric: Iteration # 177 - FCN = -720479.1980549 Edm = 0.00710304 NCalls = 1258 +VariableMetric: Iteration # 178 - FCN = -720479.1984094 Edm = 0.0111826 NCalls = 1260 +VariableMetric: Iteration # 179 - FCN = -720479.1992481 Edm = 0.00493317 NCalls = 1262 +VariableMetric: Iteration # 180 - FCN = -720479.2013733 Edm = 0.0233589 NCalls = 1265 +VariableMetric: Iteration # 181 - FCN = -720479.202237 Edm = 0.00877395 NCalls = 1267 +VariableMetric: Iteration # 182 - FCN = -720479.2034827 Edm = 0.00486703 NCalls = 1269 +VariableMetric: Iteration # 183 - FCN = -720479.2090315 Edm = 0.0162258 NCalls = 1273 +VariableMetric: Iteration # 184 - FCN = -720479.2165968 Edm = 0.0138589 NCalls = 1276 +VariableMetric: Iteration # 185 - FCN = -720479.2319404 Edm = 0.00971037 NCalls = 1281 +VariableMetric: Iteration # 186 - FCN = -720479.2406195 Edm = 0.00637147 NCalls = 1283 +VariableMetric: Iteration # 187 - FCN = -720479.2435673 Edm = 0.00347379 NCalls = 1285 +VariableMetric: Iteration # 188 - FCN = -720479.2462678 Edm = 0.000408414 NCalls = 1288 +VariableMetric: Iteration # 189 - FCN = -720479.2466017 Edm = 4.91861e-05 NCalls = 1290 +VariableMetric: After Hessian - FCN = -720479.2466017 Edm = 6.05814e-05 NCalls = 1669 +VariableMetric: Iteration # 190 - FCN = -720479.2466017 Edm = 6.05814e-05 NCalls = 1669 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718012.2625558 Edm = 1.35286 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718012.2625558 Edm = 1.35286 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718469.879748 Edm = 0.278551 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -718471.5771946 Edm = 1.29011 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -718571.0826799 Edm = 0.331253 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -718571.5308879 Edm = 0.11586 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -718610.699953 Edm = 30.1035 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -718754.2056264 Edm = 6.68228 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -718761.5222212 Edm = 0.537715 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -718762.2985609 Edm = 0.169347 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -718776.7762363 Edm = 13.2092 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -718908.5342175 Edm = 7.72255 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -718916.7035397 Edm = 0.204729 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -718916.9091357 Edm = 0.0438494 NCalls = 41 +VariableMetric: Iteration # 13 - FCN = -718916.9745552 Edm = 0.0470474 NCalls = 43 +VariableMetric: Iteration # 14 - FCN = -718918.2019887 Edm = 1.66195 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -718922.6591742 Edm = 4.1306 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -719089.3726498 Edm = 5.89118 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -719092.9950835 Edm = 2.71637 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -719094.8153942 Edm = 0.0788329 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -719094.926654 Edm = 0.00673307 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -719094.9388531 Edm = 0.00524906 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -719095.2061555 Edm = 0.254632 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -719159.7029991 Edm = 4.47535 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -719165.9347051 Edm = 0.515965 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -719167.2557018 Edm = 0.724956 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -719169.8857638 Edm = 5.94034 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -719170.6992206 Edm = 2.83139 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -719174.780166 Edm = 7.36265 NCalls = 104 +VariableMetric: Iteration # 28 - FCN = -719178.1467168 Edm = 5.04871 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -719187.3329085 Edm = 1.51758 NCalls = 112 +VariableMetric: Iteration # 30 - FCN = -719189.2629937 Edm = 0.0332932 NCalls = 114 +VariableMetric: Iteration # 31 - FCN = -719189.3071072 Edm = 0.00336203 NCalls = 116 +VariableMetric: Iteration # 32 - FCN = -719189.3233161 Edm = 0.0135829 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -719194.3389418 Edm = 0.36645 NCalls = 125 +VariableMetric: Iteration # 34 - FCN = -719262.539516 Edm = 34.1417 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -719393.3437516 Edm = 22.9206 NCalls = 132 +VariableMetric: Iteration # 36 - FCN = -719428.1784426 Edm = 20.3554 NCalls = 135 +VariableMetric: Iteration # 37 - FCN = -719568.9731169 Edm = 314.988 NCalls = 143 +VariableMetric: Iteration # 38 - FCN = -719641.9032783 Edm = 233.515 NCalls = 146 +VariableMetric: Iteration # 39 - FCN = -719720.6558595 Edm = 21.1941 NCalls = 150 +VariableMetric: Iteration # 40 - FCN = -719752.7287018 Edm = 1.70588 NCalls = 152 +VariableMetric: Iteration # 41 - FCN = -719754.294627 Edm = 0.08655 NCalls = 154 +VariableMetric: Iteration # 42 - FCN = -719754.3730761 Edm = 0.0182381 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -719754.440662 Edm = 0.0624782 NCalls = 157 +VariableMetric: Iteration # 44 - FCN = -719755.4286802 Edm = 0.925225 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -719786.6525871 Edm = 34.6219 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -719834.0087992 Edm = 35.1807 NCalls = 172 +VariableMetric: Iteration # 47 - FCN = -720174.4754386 Edm = 204.264 NCalls = 180 +VariableMetric: Iteration # 48 - FCN = -720330.3967062 Edm = 224.802 NCalls = 182 +VariableMetric: Iteration # 49 - FCN = -720373.9285217 Edm = 23.5267 NCalls = 184 +VariableMetric: Iteration # 50 - FCN = -720402.6610394 Edm = 9.4299 NCalls = 186 +VariableMetric: Iteration # 51 - FCN = -720424.7394628 Edm = 12.9932 NCalls = 188 +VariableMetric: Iteration # 52 - FCN = -720437.2850695 Edm = 3.21737 NCalls = 191 +VariableMetric: Iteration # 53 - FCN = -720439.1241949 Edm = 0.186041 NCalls = 193 +VariableMetric: Iteration # 54 - FCN = -720439.4120652 Edm = 0.0939487 NCalls = 195 +VariableMetric: Iteration # 55 - FCN = -720439.6410283 Edm = 0.0872181 NCalls = 197 +VariableMetric: Iteration # 56 - FCN = -720440.0329773 Edm = 0.105848 NCalls = 199 +VariableMetric: Iteration # 57 - FCN = -720440.1988433 Edm = 0.00760247 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -720440.2080577 Edm = 0.00184427 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -720440.2180589 Edm = 0.00872698 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -720440.5632808 Edm = 0.308999 NCalls = 212 +VariableMetric: Iteration # 61 - FCN = -720449.1667631 Edm = 2.42125 NCalls = 217 +VariableMetric: Iteration # 62 - FCN = -720452.1218157 Edm = 0.087024 NCalls = 219 +VariableMetric: Iteration # 63 - FCN = -720452.2083003 Edm = 0.00278575 NCalls = 221 +VariableMetric: Iteration # 64 - FCN = -720452.2113643 Edm = 0.00070026 NCalls = 223 +VariableMetric: Iteration # 65 - FCN = -720452.2180091 Edm = 0.00614064 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -720452.6742085 Edm = 0.430613 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -720458.8721724 Edm = 3.2908 NCalls = 237 +VariableMetric: Iteration # 68 - FCN = -720464.7904748 Edm = 0.221603 NCalls = 240 +VariableMetric: Iteration # 69 - FCN = -720464.9928252 Edm = 0.0285024 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -720465.0177502 Edm = 0.00170213 NCalls = 243 +VariableMetric: Iteration # 71 - FCN = -720465.0197738 Edm = 0.000346289 NCalls = 245 +VariableMetric: Iteration # 72 - FCN = -720465.0207453 Edm = 0.000955385 NCalls = 247 +VariableMetric: Iteration # 73 - FCN = -720465.0377515 Edm = 0.0178821 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -720465.4509905 Edm = 0.0612713 NCalls = 259 +VariableMetric: Iteration # 75 - FCN = -720466.7007243 Edm = 0.252933 NCalls = 261 +VariableMetric: Iteration # 76 - FCN = -720467.249435 Edm = 0.0160062 NCalls = 263 +VariableMetric: Iteration # 77 - FCN = -720467.2668242 Edm = 0.000585597 NCalls = 265 +VariableMetric: Iteration # 78 - FCN = -720467.2675187 Edm = 4.00183e-05 NCalls = 267 +VariableMetric: After Hessian - FCN = -720467.2675187 Edm = 2.10567 NCalls = 630 +VariableMetric: Iteration # 79 - FCN = -720467.2675187 Edm = 2.10567 NCalls = 630 +VariableMetric: Iteration # 80 - FCN = -720474.2717762 Edm = 3.14578 NCalls = 635 +VariableMetric: Iteration # 81 - FCN = -720474.9402939 Edm = 8.09844 NCalls = 637 +VariableMetric: Iteration # 82 - FCN = -720475.4512129 Edm = 0.693293 NCalls = 639 +VariableMetric: Iteration # 83 - FCN = -720476.6627711 Edm = 0.392468 NCalls = 642 +VariableMetric: Iteration # 84 - FCN = -720477.0744067 Edm = 0.243064 NCalls = 644 +VariableMetric: Iteration # 85 - FCN = -720477.3714272 Edm = 0.0684006 NCalls = 646 +VariableMetric: Iteration # 86 - FCN = -720477.4773303 Edm = 0.0553799 NCalls = 649 +VariableMetric: Iteration # 87 - FCN = -720477.564153 Edm = 0.052943 NCalls = 653 +VariableMetric: Iteration # 88 - FCN = -720477.707001 Edm = 0.0805797 NCalls = 657 +VariableMetric: Iteration # 89 - FCN = -720477.7531835 Edm = 0.0752065 NCalls = 659 +VariableMetric: Iteration # 90 - FCN = -720477.8799438 Edm = 0.0639204 NCalls = 662 +VariableMetric: Iteration # 91 - FCN = -720477.9530002 Edm = 0.0651477 NCalls = 664 +VariableMetric: Iteration # 92 - FCN = -720478.0201108 Edm = 0.0136544 NCalls = 667 +VariableMetric: Iteration # 93 - FCN = -720478.0520677 Edm = 0.0144316 NCalls = 669 +VariableMetric: Iteration # 94 - FCN = -720478.0679823 Edm = 0.0128106 NCalls = 671 +VariableMetric: Iteration # 95 - FCN = -720478.0801093 Edm = 0.00609486 NCalls = 674 +VariableMetric: Iteration # 96 - FCN = -720478.0930617 Edm = 0.00394318 NCalls = 676 +VariableMetric: Iteration # 97 - FCN = -720478.0989835 Edm = 0.00357689 NCalls = 678 +VariableMetric: Iteration # 98 - FCN = -720478.1016882 Edm = 0.00102213 NCalls = 681 +VariableMetric: Iteration # 99 - FCN = -720478.1039108 Edm = 0.000650192 NCalls = 684 +VariableMetric: Iteration # 100 - FCN = -720478.1045688 Edm = 0.000380496 NCalls = 685 +VariableMetric: Iteration # 101 - FCN = -720478.1050596 Edm = 9.37826e-05 NCalls = 688 +VariableMetric: Iteration # 102 - FCN = -720478.105242 Edm = 1.96758e-05 NCalls = 691 +VariableMetric: After Hessian - FCN = -720478.105242 Edm = 2.06593e-05 NCalls = 1068 +VariableMetric: Iteration # 103 - FCN = -720478.105242 Edm = 2.06593e-05 NCalls = 1068 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717319.5140319 Edm = 3.05139 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717319.5140319 Edm = 3.05139 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719258.0618116 Edm = 0.190825 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -719265.0791919 Edm = 0.193051 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -719271.692829 Edm = 6.66776 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -719302.9031884 Edm = 26.6915 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -719506.8709202 Edm = 1.66689 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -719509.1031235 Edm = 0.590848 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -719565.1133379 Edm = 52.1092 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -719715.0702594 Edm = 4.91474 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -719718.2572226 Edm = 0.15211 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -719718.4637739 Edm = 0.0654479 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -719773.6574017 Edm = 20.6733 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -719904.0413913 Edm = 0.668487 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -719904.9652195 Edm = 0.0238477 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -719905.0070387 Edm = 0.0068053 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -719905.0371134 Edm = 0.0133053 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -719911.2290227 Edm = 5.66019 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -719980.9655942 Edm = 4.88389 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -719988.5342504 Edm = 0.730345 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -719989.1596408 Edm = 0.0787716 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -719989.2477653 Edm = 0.00334783 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -719989.259831 Edm = 0.00788583 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -719990.7462739 Edm = 1.09447 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -720093.0902707 Edm = 26.3606 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -720119.2948488 Edm = 37.9196 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -720149.3134558 Edm = 7.49462 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -720165.5808408 Edm = 10.9151 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -720176.8430477 Edm = 2.7315 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -720178.3671817 Edm = 0.168602 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -720178.5541917 Edm = 0.00822451 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -720178.5771348 Edm = 0.0105636 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -720178.590778 Edm = 0.00409458 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -720178.6063018 Edm = 0.0150703 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -720178.7747423 Edm = 0.166543 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -720182.5416443 Edm = 1.10293 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -720196.8583728 Edm = 6.41158 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -720208.5629466 Edm = 1.72524 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -720210.0023054 Edm = 0.0203944 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -720210.0237552 Edm = 0.00163685 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -720210.0266112 Edm = 0.00162775 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -720210.0811058 Edm = 0.0485817 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -720211.8861959 Edm = 1.2333 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -720220.6210382 Edm = 3.28168 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -720226.5601478 Edm = 3.21554 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -720229.8706102 Edm = 0.506978 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -720230.4419236 Edm = 0.0166907 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -720230.4628139 Edm = 0.00530481 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -720230.468885 Edm = 0.00138237 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -720230.4733183 Edm = 0.00365206 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -720230.6146408 Edm = 0.130687 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -720230.620304 Edm = 0.00433849 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -720238.4333016 Edm = 0.795073 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -720264.2927931 Edm = 14.7948 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -720276.6939223 Edm = 4.98781 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -720282.4566553 Edm = 1.35729 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -720283.4054042 Edm = 0.0257321 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -720283.4297538 Edm = 0.00127589 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -720283.4329822 Edm = 0.00310058 NCalls = 184 +VariableMetric: Iteration # 58 - FCN = -720283.4927966 Edm = 0.0681355 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -720285.0394588 Edm = 0.0725975 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -720299.8750894 Edm = 3.86273 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -720310.9107479 Edm = 0.828323 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -720311.512651 Edm = 0.0646039 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -720311.5682843 Edm = 0.00380743 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -720311.5729391 Edm = 0.000766508 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -720311.5869402 Edm = 0.0111681 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -720312.1785662 Edm = 0.545078 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -720331.6157709 Edm = 5.86317 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -720336.1980391 Edm = 0.205255 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -720336.4054284 Edm = 0.00226657 NCalls = 222 +VariableMetric: Iteration # 70 - FCN = -720336.408354 Edm = 0.00103043 NCalls = 224 +VariableMetric: Iteration # 71 - FCN = -720336.4166626 Edm = 0.00837018 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -720336.6311293 Edm = 0.217775 NCalls = 233 +VariableMetric: Iteration # 73 - FCN = -720337.8270542 Edm = 0.0912402 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -720349.0618552 Edm = 2.97155 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -720359.8731734 Edm = 0.811013 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -720361.2649157 Edm = 0.095306 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -720361.3612495 Edm = 0.00372775 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -720361.3659769 Edm = 0.000659655 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -720361.3684311 Edm = 0.00129973 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -720361.3779601 Edm = 0.00483786 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -720361.4441569 Edm = 0.04565 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -720362.2647395 Edm = 0.772962 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -720372.0347232 Edm = 4.51646 NCalls = 269 +VariableMetric: Iteration # 84 - FCN = -720380.8318641 Edm = 0.536575 NCalls = 271 +VariableMetric: Iteration # 85 - FCN = -720381.2037035 Edm = 0.0874733 NCalls = 273 +VariableMetric: Iteration # 86 - FCN = -720381.3523259 Edm = 0.0459228 NCalls = 276 +VariableMetric: Iteration # 87 - FCN = -720381.7520531 Edm = 0.347691 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -720382.0307228 Edm = 0.360205 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -720382.1742359 Edm = 0.177719 NCalls = 289 +VariableMetric: Iteration # 90 - FCN = -720382.3090653 Edm = 0.185528 NCalls = 292 +VariableMetric: Iteration # 91 - FCN = -720382.8029937 Edm = 0.234801 NCalls = 295 +VariableMetric: Iteration # 92 - FCN = -720382.9175966 Edm = 0.0159304 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -720382.9329127 Edm = 0.00196528 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -720382.9351761 Edm = 0.000936463 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -720382.9374803 Edm = 0.000408335 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -720382.9381149 Edm = 8.24248e-05 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -720382.9385724 Edm = 0.000459183 NCalls = 308 +VariableMetric: Iteration # 98 - FCN = -720382.9694231 Edm = 0.0302065 NCalls = 315 +VariableMetric: Iteration # 99 - FCN = -720383.7915718 Edm = 1.25933 NCalls = 322 +VariableMetric: Iteration # 100 - FCN = -720383.9082832 Edm = 0.378484 NCalls = 325 +VariableMetric: Iteration # 101 - FCN = -720385.3874102 Edm = 1.07934 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -720388.2668091 Edm = 0.589079 NCalls = 333 +VariableMetric: Iteration # 103 - FCN = -720388.9617323 Edm = 0.151609 NCalls = 335 +VariableMetric: Iteration # 104 - FCN = -720389.1078411 Edm = 0.0131893 NCalls = 337 +VariableMetric: Iteration # 105 - FCN = -720389.1194469 Edm = 0.000250407 NCalls = 339 +VariableMetric: Iteration # 106 - FCN = -720389.1197299 Edm = 3.19003e-05 NCalls = 341 +VariableMetric: After Hessian - FCN = -720389.1197299 Edm = 1506.88 NCalls = 700 +VariableMetric: Iteration # 107 - FCN = -720389.1197299 Edm = 1506.88 NCalls = 700 +VariableMetric: Iteration # 108 - FCN = -720447.2978528 Edm = 352.169 NCalls = 704 +VariableMetric: Iteration # 109 - FCN = -720448.9000557 Edm = 148.601 NCalls = 709 +VariableMetric: Iteration # 110 - FCN = -720460.1858787 Edm = 250.135 NCalls = 712 +VariableMetric: Iteration # 111 - FCN = -720467.8839314 Edm = 4.73305 NCalls = 715 +VariableMetric: Iteration # 112 - FCN = -720475.0830667 Edm = 0.722964 NCalls = 718 +VariableMetric: Iteration # 113 - FCN = -720476.4612574 Edm = 0.31663 NCalls = 720 +VariableMetric: Iteration # 114 - FCN = -720477.3948345 Edm = 0.18102 NCalls = 722 +VariableMetric: Iteration # 115 - FCN = -720477.6414725 Edm = 0.0359072 NCalls = 725 +VariableMetric: Iteration # 116 - FCN = -720477.7088177 Edm = 0.0249824 NCalls = 727 +VariableMetric: Iteration # 117 - FCN = -720477.7557625 Edm = 0.0196981 NCalls = 729 +VariableMetric: Iteration # 118 - FCN = -720477.7745044 Edm = 0.00750238 NCalls = 730 +VariableMetric: Iteration # 119 - FCN = -720477.7891559 Edm = 0.00314014 NCalls = 732 +VariableMetric: Iteration # 120 - FCN = -720477.8055507 Edm = 0.00475468 NCalls = 735 +VariableMetric: Iteration # 121 - FCN = -720477.8181414 Edm = 0.00257484 NCalls = 738 +VariableMetric: Iteration # 122 - FCN = -720477.842056 Edm = 0.0268323 NCalls = 741 +VariableMetric: Iteration # 123 - FCN = -720477.8517233 Edm = 0.0120244 NCalls = 743 +VariableMetric: Iteration # 124 - FCN = -720477.9072257 Edm = 0.0345482 NCalls = 748 +VariableMetric: Iteration # 125 - FCN = -720477.9487769 Edm = 0.0909903 NCalls = 750 +VariableMetric: Iteration # 126 - FCN = -720478.0502669 Edm = 0.0303374 NCalls = 754 +VariableMetric: Iteration # 127 - FCN = -720478.075473 Edm = 0.0215593 NCalls = 756 +VariableMetric: Iteration # 128 - FCN = -720478.1035489 Edm = 0.0135523 NCalls = 758 +VariableMetric: Iteration # 129 - FCN = -720478.1295382 Edm = 0.0269145 NCalls = 761 +VariableMetric: Iteration # 130 - FCN = -720478.1603962 Edm = 0.0110781 NCalls = 763 +VariableMetric: Iteration # 131 - FCN = -720478.1885278 Edm = 0.00866012 NCalls = 766 +VariableMetric: Iteration # 132 - FCN = -720478.195325 Edm = 0.0103842 NCalls = 768 +VariableMetric: Iteration # 133 - FCN = -720478.2067656 Edm = 0.00249164 NCalls = 770 +VariableMetric: Iteration # 134 - FCN = -720478.2124164 Edm = 0.00107676 NCalls = 772 +VariableMetric: Iteration # 135 - FCN = -720478.2228713 Edm = 0.00499279 NCalls = 776 +VariableMetric: Iteration # 136 - FCN = -720478.2294361 Edm = 0.0120863 NCalls = 779 +VariableMetric: Iteration # 137 - FCN = -720478.2461551 Edm = 0.0071684 NCalls = 782 +VariableMetric: Iteration # 138 - FCN = -720478.2764029 Edm = 0.0300123 NCalls = 785 +VariableMetric: Iteration # 139 - FCN = -720478.2903036 Edm = 0.0147701 NCalls = 788 +VariableMetric: Iteration # 140 - FCN = -720478.299336 Edm = 0.0107953 NCalls = 790 +VariableMetric: Iteration # 141 - FCN = -720478.3154837 Edm = 0.00238998 NCalls = 792 +VariableMetric: Iteration # 142 - FCN = -720478.3193942 Edm = 0.00137393 NCalls = 794 +VariableMetric: Iteration # 143 - FCN = -720478.3206316 Edm = 0.000583153 NCalls = 796 +VariableMetric: Iteration # 144 - FCN = -720478.3216156 Edm = 0.00018526 NCalls = 798 +VariableMetric: Iteration # 145 - FCN = -720478.3218929 Edm = 4.35224e-05 NCalls = 800 +VariableMetric: After Hessian - FCN = -720478.3218929 Edm = 0.00110493 NCalls = 1171 +VariableMetric: Iteration # 146 - FCN = -720478.3218929 Edm = 0.00110493 NCalls = 1171 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711360.9785759 Edm = 14.8488 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711360.9785759 Edm = 14.8488 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713899.1178606 Edm = 6.54875 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -713964.6668493 Edm = 14.5917 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -715505.8088582 Edm = 96.4067 NCalls = 21 +VariableMetric: Iteration # 4 - FCN = -715530.1014826 Edm = 16.3553 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -715587.8821327 Edm = 68.9227 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -717881.9483256 Edm = 191.328 NCalls = 37 +VariableMetric: Iteration # 7 - FCN = -718093.7683221 Edm = 2.58143 NCalls = 39 +VariableMetric: Iteration # 8 - FCN = -718096.1979128 Edm = 3.01952 NCalls = 41 +VariableMetric: Iteration # 9 - FCN = -718119.5682611 Edm = 0.927976 NCalls = 47 +VariableMetric: Iteration # 10 - FCN = -718121.0506787 Edm = 0.118524 NCalls = 49 +VariableMetric: Iteration # 11 - FCN = -718121.2057065 Edm = 0.273704 NCalls = 51 +VariableMetric: Iteration # 12 - FCN = -718124.3761214 Edm = 3.35518 NCalls = 55 +VariableMetric: Iteration # 13 - FCN = -718126.3449787 Edm = 1.76274 NCalls = 59 +VariableMetric: Iteration # 14 - FCN = -718152.8207289 Edm = 1.34813 NCalls = 64 +VariableMetric: Iteration # 15 - FCN = -718154.0699674 Edm = 0.0867951 NCalls = 66 +VariableMetric: Iteration # 16 - FCN = -718154.2240152 Edm = 0.138871 NCalls = 68 +VariableMetric: Iteration # 17 - FCN = -718159.6101422 Edm = 4.7426 NCalls = 73 +VariableMetric: Iteration # 18 - FCN = -718218.9313133 Edm = 14.2454 NCalls = 77 +VariableMetric: Iteration # 19 - FCN = -718272.4511857 Edm = 11.6705 NCalls = 80 +VariableMetric: Iteration # 20 - FCN = -718287.8524016 Edm = 2.34691 NCalls = 83 +VariableMetric: Iteration # 21 - FCN = -718293.806975 Edm = 21.3524 NCalls = 88 +VariableMetric: Iteration # 22 - FCN = -718302.3345887 Edm = 5.37918 NCalls = 91 +VariableMetric: Iteration # 23 - FCN = -718303.6265349 Edm = 2.29431 NCalls = 93 +VariableMetric: Iteration # 24 - FCN = -718316.7066276 Edm = 2.53397 NCalls = 96 +VariableMetric: Iteration # 25 - FCN = -718320.4770182 Edm = 0.231718 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -718320.7418042 Edm = 0.0304318 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -718320.7996873 Edm = 0.0157336 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -718320.9778173 Edm = 0.152589 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -718347.7838572 Edm = 41.0743 NCalls = 112 +VariableMetric: Iteration # 30 - FCN = -718348.9225228 Edm = 1.89748 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -718371.8403716 Edm = 17.8598 NCalls = 122 +VariableMetric: Iteration # 32 - FCN = -718570.7051319 Edm = 91.3599 NCalls = 128 +VariableMetric: Iteration # 33 - FCN = -718698.7107864 Edm = 29.1516 NCalls = 130 +VariableMetric: Iteration # 34 - FCN = -718713.5157488 Edm = 1.42638 NCalls = 132 +VariableMetric: Iteration # 35 - FCN = -718716.1172846 Edm = 1.10757 NCalls = 135 +VariableMetric: Iteration # 36 - FCN = -718718.2688115 Edm = 0.14281 NCalls = 139 +VariableMetric: Iteration # 37 - FCN = -718718.5115121 Edm = 0.0418331 NCalls = 141 +VariableMetric: Iteration # 38 - FCN = -718718.6251362 Edm = 0.0220368 NCalls = 144 +VariableMetric: Iteration # 39 - FCN = -718718.6648678 Edm = 0.0344062 NCalls = 146 +VariableMetric: Iteration # 40 - FCN = -718718.7598378 Edm = 0.0501183 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -718719.1008427 Edm = 0.22858 NCalls = 152 +VariableMetric: Iteration # 42 - FCN = -718719.4477827 Edm = 0.788872 NCalls = 156 +VariableMetric: Iteration # 43 - FCN = -718719.9290144 Edm = 0.910949 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -718721.573372 Edm = 1.39931 NCalls = 164 +VariableMetric: Iteration # 45 - FCN = -718726.4501051 Edm = 1.96652 NCalls = 169 +VariableMetric: Iteration # 46 - FCN = -718731.1885962 Edm = 2.38708 NCalls = 172 +VariableMetric: Iteration # 47 - FCN = -718736.2482343 Edm = 4.97169 NCalls = 183 +VariableMetric: Iteration # 48 - FCN = -718743.2611317 Edm = 29.42 NCalls = 185 +VariableMetric: Iteration # 49 - FCN = -718748.9036823 Edm = 12.7478 NCalls = 187 +VariableMetric: Iteration # 50 - FCN = -718762.1097257 Edm = 6.66 NCalls = 189 +VariableMetric: Iteration # 51 - FCN = -718775.9164437 Edm = 13.6651 NCalls = 191 +VariableMetric: Iteration # 52 - FCN = -718794.8031251 Edm = 11.6324 NCalls = 193 +VariableMetric: Iteration # 53 - FCN = -718829.6314911 Edm = 2.4345 NCalls = 203 +VariableMetric: Iteration # 54 - FCN = -718832.6809088 Edm = 4.38754 NCalls = 205 +VariableMetric: Iteration # 55 - FCN = -718834.1524604 Edm = 2.091 NCalls = 206 +VariableMetric: Iteration # 56 - FCN = -718837.7748719 Edm = 0.786763 NCalls = 208 +VariableMetric: Iteration # 57 - FCN = -718838.5650323 Edm = 0.032257 NCalls = 209 +VariableMetric: Iteration # 58 - FCN = -718838.5927371 Edm = 0.0140887 NCalls = 210 +VariableMetric: Iteration # 59 - FCN = -718838.6685876 Edm = 0.0612973 NCalls = 213 +VariableMetric: Iteration # 60 - FCN = -718839.0601029 Edm = 0.0690085 NCalls = 216 +VariableMetric: Iteration # 61 - FCN = -718839.1616048 Edm = 0.0153022 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -718839.4628512 Edm = 0.271612 NCalls = 222 +VariableMetric: Iteration # 63 - FCN = -718853.7306948 Edm = 37.3007 NCalls = 229 +VariableMetric: Iteration # 64 - FCN = -718902.8092413 Edm = 42.5393 NCalls = 237 +VariableMetric: Iteration # 65 - FCN = -718905.6934027 Edm = 21.4712 NCalls = 240 +VariableMetric: Iteration # 66 - FCN = -718924.7540721 Edm = 15.2847 NCalls = 245 +VariableMetric: Iteration # 67 - FCN = -719003.2252555 Edm = 10.1494 NCalls = 249 +VariableMetric: Iteration # 68 - FCN = -719017.7108078 Edm = 21.6475 NCalls = 251 +VariableMetric: Iteration # 69 - FCN = -719035.7601145 Edm = 23.3157 NCalls = 253 +VariableMetric: Iteration # 70 - FCN = -719061.4537282 Edm = 15.4917 NCalls = 256 +VariableMetric: Iteration # 71 - FCN = -719136.4710811 Edm = 31.344 NCalls = 258 +VariableMetric: Iteration # 72 - FCN = -719193.679008 Edm = 62.5924 NCalls = 263 +VariableMetric: Iteration # 73 - FCN = -719290.4025369 Edm = 58.5601 NCalls = 266 +VariableMetric: Iteration # 74 - FCN = -719437.5783487 Edm = 73.1184 NCalls = 276 +VariableMetric: Iteration # 75 - FCN = -719455.4947195 Edm = 63.7006 NCalls = 278 +VariableMetric: Iteration # 76 - FCN = -719508.7496566 Edm = 5.8864 NCalls = 280 +VariableMetric: Iteration # 77 - FCN = -719696.8081341 Edm = 203.899 NCalls = 288 +VariableMetric: Iteration # 78 - FCN = -719697.5747677 Edm = 13.9829 NCalls = 290 +VariableMetric: Iteration # 79 - FCN = -719709.4377588 Edm = 7.21909 NCalls = 294 +VariableMetric: Iteration # 80 - FCN = -719807.0283868 Edm = 15.1974 NCalls = 298 +VariableMetric: Iteration # 81 - FCN = -719847.0538569 Edm = 54.9368 NCalls = 301 +VariableMetric: Iteration # 82 - FCN = -719926.6039439 Edm = 61.6655 NCalls = 305 +VariableMetric: Iteration # 83 - FCN = -719956.2485596 Edm = 45.8554 NCalls = 308 +VariableMetric: Iteration # 84 - FCN = -720036.0378558 Edm = 17.853 NCalls = 312 +VariableMetric: Iteration # 85 - FCN = -720052.0367984 Edm = 2.24479 NCalls = 314 +VariableMetric: Iteration # 86 - FCN = -720053.7392153 Edm = 0.241451 NCalls = 316 +VariableMetric: Iteration # 87 - FCN = -720054.6281913 Edm = 0.232679 NCalls = 318 +VariableMetric: Iteration # 88 - FCN = -720055.1665728 Edm = 0.0620966 NCalls = 320 +VariableMetric: Iteration # 89 - FCN = -720055.3468522 Edm = 0.0803153 NCalls = 322 +VariableMetric: Iteration # 90 - FCN = -720055.6520526 Edm = 0.128391 NCalls = 325 +VariableMetric: Iteration # 91 - FCN = -720056.3805494 Edm = 0.227062 NCalls = 328 +VariableMetric: Iteration # 92 - FCN = -720056.8885752 Edm = 0.407287 NCalls = 331 +VariableMetric: Iteration # 93 - FCN = -720058.1359265 Edm = 0.768866 NCalls = 334 +VariableMetric: Iteration # 94 - FCN = -720059.4034837 Edm = 0.83954 NCalls = 337 +VariableMetric: Iteration # 95 - FCN = -720060.7938592 Edm = 0.968975 NCalls = 339 +VariableMetric: Iteration # 96 - FCN = -720064.0308069 Edm = 4.12409 NCalls = 343 +VariableMetric: Iteration # 97 - FCN = -720070.8672436 Edm = 6.23901 NCalls = 348 +VariableMetric: Iteration # 98 - FCN = -720091.7051337 Edm = 10.9445 NCalls = 350 +VariableMetric: Iteration # 99 - FCN = -720105.4912485 Edm = 5.44977 NCalls = 352 +VariableMetric: Iteration # 100 - FCN = -720120.3573129 Edm = 16.3459 NCalls = 354 +VariableMetric: Iteration # 101 - FCN = -720177.3578608 Edm = 36.6151 NCalls = 358 +VariableMetric: Iteration # 102 - FCN = -720238.995364 Edm = 16.6919 NCalls = 361 +VariableMetric: Iteration # 103 - FCN = -720253.0492204 Edm = 3.76965 NCalls = 363 +VariableMetric: Iteration # 104 - FCN = -720260.2487856 Edm = 2.66191 NCalls = 365 +VariableMetric: Iteration # 105 - FCN = -720262.7810842 Edm = 2.97936 NCalls = 367 +VariableMetric: Iteration # 106 - FCN = -720288.2930688 Edm = 15.1779 NCalls = 374 +VariableMetric: Iteration # 107 - FCN = -720290.9294296 Edm = 16.0749 NCalls = 377 +VariableMetric: Iteration # 108 - FCN = -720304.1021668 Edm = 13.1116 NCalls = 381 +VariableMetric: Iteration # 109 - FCN = -720314.7849876 Edm = 4.47985 NCalls = 384 +VariableMetric: Iteration # 110 - FCN = -720317.7588111 Edm = 0.817348 NCalls = 386 +VariableMetric: Iteration # 111 - FCN = -720318.9599619 Edm = 0.0421459 NCalls = 388 +VariableMetric: Iteration # 112 - FCN = -720319.0197929 Edm = 0.0112805 NCalls = 390 +VariableMetric: Iteration # 113 - FCN = -720319.0731106 Edm = 0.0162426 NCalls = 393 +VariableMetric: Iteration # 114 - FCN = -720319.1088891 Edm = 0.00524812 NCalls = 395 +VariableMetric: Iteration # 115 - FCN = -720319.1238469 Edm = 0.00723118 NCalls = 397 +VariableMetric: Iteration # 116 - FCN = -720319.1363972 Edm = 0.00447851 NCalls = 399 +VariableMetric: Iteration # 117 - FCN = -720319.1496566 Edm = 0.00775638 NCalls = 401 +VariableMetric: Iteration # 118 - FCN = -720340.8082111 Edm = 42.193 NCalls = 409 +VariableMetric: Iteration # 119 - FCN = -720351.7931479 Edm = 461393 NCalls = 418 +VariableMetric: Iteration # 120 - FCN = -720354.2648685 Edm = 1.67445e+06 NCalls = 426 +VariableMetric: Iteration # 121 - FCN = -720376.8072472 Edm = 49950.7 NCalls = 434 +VariableMetric: Iteration # 122 - FCN = -720392.5419054 Edm = 6292.26 NCalls = 441 +VariableMetric: Iteration # 123 - FCN = -720400.702601 Edm = 5800.57 NCalls = 446 +VariableMetric: Iteration # 124 - FCN = -720409.6220453 Edm = 11897.1 NCalls = 450 +VariableMetric: Iteration # 125 - FCN = -720415.3898473 Edm = 817.642 NCalls = 454 +VariableMetric: Iteration # 126 - FCN = -720426.2474915 Edm = 583.911 NCalls = 457 +VariableMetric: Iteration # 127 - FCN = -720430.2758214 Edm = 188.388 NCalls = 460 +VariableMetric: Iteration # 128 - FCN = -720434.4510165 Edm = 127.925 NCalls = 462 +VariableMetric: Iteration # 129 - FCN = -720438.6218506 Edm = 33.0315 NCalls = 464 +VariableMetric: Iteration # 130 - FCN = -720440.39864 Edm = 146.072 NCalls = 466 +VariableMetric: Iteration # 131 - FCN = -720442.4288572 Edm = 71.9863 NCalls = 468 +VariableMetric: Iteration # 132 - FCN = -720443.8179686 Edm = 64.5497 NCalls = 471 +VariableMetric: Iteration # 133 - FCN = -720444.8227818 Edm = 42.147 NCalls = 473 +VariableMetric: Iteration # 134 - FCN = -720449.7118908 Edm = 76.2045 NCalls = 475 +VariableMetric: Iteration # 135 - FCN = -720453.2131447 Edm = 7.6808 NCalls = 477 +VariableMetric: Iteration # 136 - FCN = -720453.8858927 Edm = 0.911086 NCalls = 479 +VariableMetric: Iteration # 137 - FCN = -720454.0032784 Edm = 1.82839 NCalls = 481 +VariableMetric: Iteration # 138 - FCN = -720454.2544494 Edm = 0.45299 NCalls = 483 +VariableMetric: Iteration # 139 - FCN = -720454.4447404 Edm = 0.0823557 NCalls = 485 +VariableMetric: Iteration # 140 - FCN = -720454.535047 Edm = 0.0223392 NCalls = 487 +VariableMetric: Iteration # 141 - FCN = -720454.5565193 Edm = 0.00545673 NCalls = 488 +VariableMetric: Iteration # 142 - FCN = -720454.5631284 Edm = 0.00390001 NCalls = 490 +VariableMetric: Iteration # 143 - FCN = -720454.5744275 Edm = 0.00725125 NCalls = 493 +VariableMetric: Iteration # 144 - FCN = -720454.606451 Edm = 0.0156142 NCalls = 496 +VariableMetric: Iteration # 145 - FCN = -720454.6581621 Edm = 0.0145135 NCalls = 500 +VariableMetric: Iteration # 146 - FCN = -720454.6680011 Edm = 0.0265608 NCalls = 502 +VariableMetric: Iteration # 147 - FCN = -720454.6824702 Edm = 0.00404175 NCalls = 504 +VariableMetric: Iteration # 148 - FCN = -720454.6917955 Edm = 0.00402481 NCalls = 507 +VariableMetric: Iteration # 149 - FCN = -720454.6959122 Edm = 0.00171578 NCalls = 509 +VariableMetric: Iteration # 150 - FCN = -720454.698682 Edm = 0.000800915 NCalls = 512 +VariableMetric: Iteration # 151 - FCN = -720454.6999837 Edm = 0.000260574 NCalls = 514 +VariableMetric: Iteration # 152 - FCN = -720454.7002918 Edm = 6.51044e-05 NCalls = 516 +VariableMetric: After Hessian - FCN = -720454.7002918 Edm = 7.32409e-05 NCalls = 887 +VariableMetric: Iteration # 153 - FCN = -720454.7002918 Edm = 7.32409e-05 NCalls = 887 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717143.222232 Edm = 4.78819 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717143.222232 Edm = 4.78819 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719334.7694133 Edm = 0.28068 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -719335.9584885 Edm = 0.363053 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -719412.2030269 Edm = 0.192648 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -719412.5562195 Edm = 0.148512 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -719476.8736807 Edm = 24.9026 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -719506.1481424 Edm = 0.0661489 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -719506.204136 Edm = 0.0219238 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -719506.3016731 Edm = 0.0998158 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -719531.3932351 Edm = 3.01962 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -719691.023243 Edm = 49.4072 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -719840.0956198 Edm = 8.69745 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -719852.7375352 Edm = 0.575832 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -719853.7658237 Edm = 0.198183 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -719854.0495501 Edm = 0.0269726 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -719854.3157621 Edm = 0.268435 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -719865.1245526 Edm = 7.71945 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -719894.6586818 Edm = 3.99357 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -719900.5755678 Edm = 1.58682 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -719904.3452227 Edm = 1.8248 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -719905.9061971 Edm = 0.881428 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -719906.4643192 Edm = 0.0742837 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -719906.5529051 Edm = 0.011178 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -719906.5740297 Edm = 0.0075934 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -719907.0190116 Edm = 0.605745 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -719907.1118753 Edm = 0.0663808 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -719908.9472943 Edm = 1.35479 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -719922.0051848 Edm = 27.9083 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -719927.3690214 Edm = 12.2179 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -719954.413634 Edm = 7.41477 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -719971.1862099 Edm = 6.82946 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -719994.3569584 Edm = 2.13692 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -719996.6893371 Edm = 0.146016 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -719996.8768227 Edm = 0.0216908 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -719996.8997271 Edm = 0.00317761 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -719996.9067158 Edm = 0.00384593 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -719997.0349024 Edm = 0.100595 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -720009.2911525 Edm = 12.6379 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -720009.4495202 Edm = 0.278051 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -720009.8946774 Edm = 0.408362 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -720015.0889804 Edm = 2.05812 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -720017.6332392 Edm = 0.649947 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -720018.4955611 Edm = 0.840571 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -720020.8393137 Edm = 1.02231 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -720022.7918552 Edm = 0.00753462 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -720022.8070824 Edm = 0.00325692 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -720022.815192 Edm = 0.00227436 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -720022.8552764 Edm = 0.0426085 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -720024.4189632 Edm = 2.3765 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -720024.4484281 Edm = 0.0731088 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -720029.7761667 Edm = 1.96915 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -720251.9881833 Edm = 1.13941e+07 NCalls = 187 +VariableMetric: Iteration # 52 - FCN = -720412.9643804 Edm = 131538 NCalls = 197 +VariableMetric: Iteration # 53 - FCN = -720416.7142434 Edm = 189299 NCalls = 206 +VariableMetric: Iteration # 54 - FCN = -720430.1998803 Edm = 8128.57 NCalls = 214 +VariableMetric: Iteration # 55 - FCN = -720434.6374948 Edm = 2385.63 NCalls = 219 +VariableMetric: Iteration # 56 - FCN = -720442.2172226 Edm = 8312.85 NCalls = 222 +VariableMetric: Iteration # 57 - FCN = -720447.9309516 Edm = 1448.3 NCalls = 226 +VariableMetric: Iteration # 58 - FCN = -720448.743026 Edm = 668.503 NCalls = 229 +VariableMetric: Iteration # 59 - FCN = -720448.834562 Edm = 326.092 NCalls = 232 +VariableMetric: Iteration # 60 - FCN = -720448.9994726 Edm = 271.838 NCalls = 235 +VariableMetric: Iteration # 61 - FCN = -720449.5301699 Edm = 18.497 NCalls = 238 +VariableMetric: Iteration # 62 - FCN = -720450.2597107 Edm = 37.5521 NCalls = 240 +VariableMetric: Iteration # 63 - FCN = -720451.0885162 Edm = 5.20691 NCalls = 242 +VariableMetric: Iteration # 64 - FCN = -720451.4653878 Edm = 5.62097 NCalls = 244 +VariableMetric: Iteration # 65 - FCN = -720452.2286952 Edm = 12.4687 NCalls = 246 +VariableMetric: Iteration # 66 - FCN = -720453.8978199 Edm = 12.2649 NCalls = 248 +VariableMetric: Iteration # 67 - FCN = -720454.374474 Edm = 3.22566 NCalls = 250 +VariableMetric: Iteration # 68 - FCN = -720454.6843682 Edm = 0.906037 NCalls = 252 +VariableMetric: Iteration # 69 - FCN = -720454.7535308 Edm = 0.500742 NCalls = 254 +VariableMetric: Iteration # 70 - FCN = -720454.7921934 Edm = 0.2335 NCalls = 256 +VariableMetric: Iteration # 71 - FCN = -720454.8936501 Edm = 0.0683727 NCalls = 258 +VariableMetric: Iteration # 72 - FCN = -720454.9447288 Edm = 0.0176384 NCalls = 260 +VariableMetric: Iteration # 73 - FCN = -720454.9608958 Edm = 0.00971514 NCalls = 262 +VariableMetric: Iteration # 74 - FCN = -720454.9699369 Edm = 0.00405754 NCalls = 264 +VariableMetric: Iteration # 75 - FCN = -720454.9768392 Edm = 0.00289021 NCalls = 267 +VariableMetric: Iteration # 76 - FCN = -720454.9823053 Edm = 0.00141641 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -720454.9889917 Edm = 0.00240528 NCalls = 272 +VariableMetric: Iteration # 78 - FCN = -720454.9951977 Edm = 0.00217129 NCalls = 274 +VariableMetric: Iteration # 79 - FCN = -720455.0007855 Edm = 0.00557623 NCalls = 277 +VariableMetric: Iteration # 80 - FCN = -720455.0097416 Edm = 0.00885804 NCalls = 282 +VariableMetric: Iteration # 81 - FCN = -720455.0188834 Edm = 0.00353639 NCalls = 285 +VariableMetric: Iteration # 82 - FCN = -720455.0212604 Edm = 0.00182824 NCalls = 287 +VariableMetric: Iteration # 83 - FCN = -720455.0227755 Edm = 0.000198752 NCalls = 288 +VariableMetric: Iteration # 84 - FCN = -720455.022883 Edm = 6.06307e-05 NCalls = 290 +VariableMetric: Iteration # 85 - FCN = -720455.0229524 Edm = 1.97116e-05 NCalls = 292 +VariableMetric: After Hessian - FCN = -720455.0229524 Edm = 0.00017582 NCalls = 661 +VariableMetric: Iteration # 86 - FCN = -720455.0229524 Edm = 0.00017582 NCalls = 661 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=988 (988 total) | +| EDM = 0.000109 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -720370.0733661915 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.60 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.6 | 1.5 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -3.983 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p4160_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -3.46 | 0.10 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 5.8 | 1.0 | | | 4.19232 | 9.40768 | | +| 8 | phi_p | -0.15 | 0.39 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.88 | 0.17 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 1.99 | 0.21 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 1.57 | 0.15 | | |0.00501244| 2.01499 | | +| 12| rho_p | 0.10 | 0.25 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1374.5 | 2.3 | | | 1358.64 | 1433.36 | | +| 14| p4160_s | 0.717 | 0.010 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 16| p4415_p | -1.38 | 0.21 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.50 | 0.05 | | | -0.5 | 0.5 | | +| 18| jpsi_p | 4.756 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.30 | 0.03 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s psi2s_p rho_s p4160_p omega_p p4040_p omega_s phi_p p4415_s p3770_s p4040_s rho_p psi2s_s p4160_s jpsi_s p4415_p Ctt jpsi_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.001 -0.365 0.024 -0.002 0.001 0.107 -0.008 -0.002 0.020 -0.226 -0.015 0.003 0.042 -0.000 -0.048 0.008 -0.132 -0.010 -0.055 | +| phi_s | 0.001 1.000 -0.034 0.127 0.000 -0.016 -0.014 -0.020 0.863 -0.005 -0.008 -0.002 0.209 -0.003 -0.000 0.004 -0.000 0.003 -0.049 -0.029 | +| psi2s_p | -0.365 -0.034 1.000 -0.040 0.006 0.002 -0.205 -0.001 -0.033 -0.097 -0.140 0.145 -0.043 -0.111 0.001 0.111 0.022 -0.006 -0.064 0.084 | +| rho_s | 0.024 0.127 -0.040 1.000 0.000 0.052 -0.026 -0.438 0.101 -0.012 -0.030 -0.018 0.134 -0.051 0.001 0.058 0.013 0.009 0.047 -0.079 | +| p4160_p | -0.002 0.000 0.006 0.000 1.000 -0.000 -0.003 -0.000 0.000 -0.006 -0.001 0.017 0.000 0.001 -0.003 -0.001 0.005 -0.001 0.004 -0.016 | +| omega_p | 0.001 -0.016 0.002 0.052 -0.000 1.000 0.001 -0.216 -0.013 0.001 -0.000 -0.001 0.005 0.000 0.000 -0.000 0.000 0.000 0.007 -0.000 | +| p4040_p | 0.107 -0.014 -0.205 -0.026 -0.003 0.001 1.000 0.008 -0.015 0.165 0.054 -0.306 -0.011 -0.052 -0.010 0.051 -0.044 0.023 -0.136 0.477 | +| omega_s | -0.008 -0.020 -0.001 -0.438 -0.000 -0.216 0.008 1.000 -0.047 0.006 0.008 0.002 0.379 0.010 -0.000 -0.011 -0.002 -0.004 -0.039 0.030 | +| phi_p | -0.002 0.863 -0.033 0.101 0.000 -0.013 -0.015 -0.047 1.000 -0.007 -0.006 0.000 0.148 -0.017 -0.000 0.020 -0.001 0.003 -0.057 -0.022 | +| p4415_s | 0.020 -0.005 -0.097 -0.012 -0.006 0.001 0.165 0.006 -0.007 1.000 0.064 -0.239 0.000 -0.012 0.012 0.009 0.109 0.086 -0.106 0.435 | +| p3770_s | -0.226 -0.008 -0.140 -0.030 -0.001 -0.000 0.054 0.008 -0.006 0.064 1.000 0.117 -0.010 -0.051 -0.002 0.042 -0.012 0.041 -0.006 0.272 | +| p4040_s | -0.015 -0.002 0.145 -0.018 0.017 -0.001 -0.306 0.002 0.000 -0.239 0.117 1.000 -0.015 -0.001 0.001 -0.001 -0.060 0.100 0.069 -0.194 | +| rho_p | 0.003 0.209 -0.043 0.134 0.000 0.005 -0.011 0.379 0.148 0.000 -0.010 -0.015 1.000 -0.065 0.001 0.073 0.015 -0.003 -0.048 0.006 | +| psi2s_s | 0.042 -0.003 -0.111 -0.051 0.001 0.000 -0.052 0.010 -0.017 -0.012 -0.051 -0.001 -0.065 1.000 0.000 -0.868 -0.003 0.018 0.085 -0.290 | +| p4160_s | -0.000 -0.000 0.001 0.001 -0.003 0.000 -0.010 -0.000 -0.000 0.012 -0.002 0.001 0.001 0.000 1.000 -0.000 0.003 -0.004 0.000 0.005 | +| jpsi_s | -0.048 0.004 0.111 0.058 -0.001 -0.000 0.051 -0.011 0.020 0.009 0.042 -0.001 0.073 -0.868 -0.000 1.000 0.004 -0.018 -0.091 0.313 | +| p4415_p | 0.008 -0.000 0.022 0.013 0.005 0.000 -0.044 -0.002 -0.001 0.109 -0.012 -0.060 0.015 -0.003 0.003 0.004 1.000 -0.060 0.004 0.175 | +| Ctt | -0.132 0.003 -0.006 0.009 -0.001 0.000 0.023 -0.004 0.003 0.086 0.041 0.100 -0.003 0.018 -0.004 -0.018 -0.060 1.000 0.024 0.230 | +| jpsi_p | -0.010 -0.049 -0.064 0.047 0.004 0.007 -0.136 -0.039 -0.057 -0.106 -0.006 0.069 -0.048 0.085 0.000 -0.091 0.004 0.024 1.000 -0.245 | +| Dbar_s | -0.055 -0.029 0.084 -0.079 -0.016 -0.000 0.477 0.030 -0.022 0.435 0.272 -0.194 0.006 -0.290 0.005 0.313 0.175 0.230 -0.245 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12054032111405122}), (, {'error': 1.4754971738747162}), (, {'error': 0.02824597872678547}), (, {'error': 0.3275857510094904}), (, {'error': 0.0108306753034344}), (, {'error': 0.14750838958552848}), (, {'error': 0.09732310639341857}), (, {'error': 0.9918628167301158}), (, {'error': 0.38662981041983047}), (, {'error': 0.1663511129800781}), (, {'error': 0.21150479161690505}), (, {'error': 0.1505652998871042}), (, {'error': 0.2492198406314725}), (, {'error': 2.252069050020509}), (, {'error': 0.009688055927272066}), (, {'error': 27.634044002687006}), (, {'error': 0.20500476370917786}), (, {'error': 0.04621184386833019}), (, {'error': 0.01613226658774991}), (, {'error': 0.034494040685037364})]) +Toy 1/10 +Time taken: 1 h, 10 min +Projected time left: 10 h, 37 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=507 (507 total) | +| EDM = 2.81E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -720388.8745847379 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -6.283 | 0.012 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.8 | 1.7 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 3.94 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p4160_p | -2.01 | 0.13 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 0.4 | 0.5 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -2.6 | 0.3 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 6.6 | 1.9 | | | 4.19232 | 9.40768 | | +| 8 | phi_p | -0.003 | 0.466 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.90 | 0.20 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 0.919 | 0.013 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.55 | 0.21 | | |0.00501244| 2.01499 | | +| 12| rho_p | 0.22 | 0.26 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1367.5 | 1.4 | | | 1358.64 | 1433.36 | | +| 14| p4160_s | 1.86 | 0.19 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 16| p4415_p | -2.04 | 0.24 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.40 | 0.20 | | | -0.5 | 0.5 | | +| 18| jpsi_p | 1.491 | 0.017 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.22 | 0.08 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s psi2s_p rho_s p4160_p omega_p p4040_p omega_s phi_p p4415_s p3770_s p4040_s rho_p psi2s_s p4160_s jpsi_s p4415_p Ctt jpsi_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.000 -0.005 0.001 -0.006 0.000 -0.002 -0.000 0.000 0.005 -0.003 0.004 -0.000 0.000 0.003 -0.001 -0.004 0.011 0.002 0.007 | +| phi_s | 0.000 1.000 -0.039 0.132 -0.019 0.094 -0.009 0.053 0.902 0.010 -0.001 0.012 0.233 -0.004 0.006 0.003 -0.011 0.025 -0.106 0.010 | +| psi2s_p | -0.005 -0.039 1.000 0.001 0.425 -0.023 -0.074 -0.020 -0.041 -0.483 0.033 -0.502 0.002 0.012 -0.437 -0.010 0.228 -0.654 0.114 -0.719 | +| rho_s | 0.001 0.132 0.001 1.000 -0.010 -0.025 -0.015 -0.254 0.108 0.008 -0.000 0.001 0.172 -0.024 -0.002 0.027 0.001 0.037 -0.099 -0.005 | +| p4160_p | -0.006 -0.019 0.425 -0.010 1.000 -0.003 0.042 0.005 -0.020 -0.193 0.025 -0.622 0.035 0.010 -0.258 0.035 0.372 -0.645 0.102 -0.471 | +| omega_p | 0.000 0.094 -0.023 -0.025 -0.003 1.000 -0.004 0.864 0.056 -0.003 -0.000 -0.002 0.203 -0.006 -0.003 0.009 -0.001 -0.002 -0.061 -0.002 | +| p4040_p | -0.002 -0.009 -0.074 -0.015 0.042 -0.004 1.000 0.003 -0.011 0.148 0.007 -0.254 0.006 -0.007 0.421 0.022 0.080 -0.115 -0.137 0.135 | +| omega_s | -0.000 0.053 -0.020 -0.254 0.005 0.864 0.003 1.000 0.007 -0.006 0.000 -0.008 0.339 -0.002 -0.003 0.005 0.004 -0.015 -0.050 -0.004 | +| phi_p | 0.000 0.902 -0.041 0.108 -0.020 0.056 -0.011 0.007 1.000 0.009 -0.001 0.013 0.169 -0.008 0.004 0.009 -0.011 0.023 -0.102 0.009 | +| p4415_s | 0.005 0.010 -0.483 0.008 -0.193 -0.003 0.148 -0.006 0.009 1.000 -0.022 0.297 -0.026 -0.009 0.446 -0.028 -0.240 0.577 -0.210 0.644 | +| p3770_s | -0.003 -0.001 0.033 -0.000 0.025 -0.000 0.007 0.000 -0.001 -0.022 1.000 -0.027 0.002 0.000 -0.016 0.001 0.014 -0.038 0.006 -0.035 | +| p4040_s | 0.004 0.012 -0.502 0.001 -0.622 -0.002 -0.254 -0.008 0.013 0.297 -0.027 1.000 -0.045 -0.010 0.071 -0.030 -0.343 0.712 -0.117 0.590 | +| rho_p | -0.000 0.233 0.002 0.172 0.035 0.203 0.006 0.339 0.169 -0.026 0.002 -0.045 1.000 -0.026 -0.021 0.039 0.030 -0.040 -0.116 -0.036 | +| psi2s_s | 0.000 -0.004 0.012 -0.024 0.010 -0.006 -0.007 -0.002 -0.008 -0.009 0.000 -0.010 -0.026 1.000 -0.010 -0.629 0.008 -0.021 -0.019 -0.050 | +| p4160_s | 0.003 0.006 -0.437 -0.002 -0.258 -0.003 0.421 -0.003 0.004 0.446 -0.016 0.071 -0.021 -0.010 1.000 -0.014 -0.263 0.456 -0.215 0.598 | +| jpsi_s | -0.001 0.003 -0.010 0.027 0.035 0.009 0.022 0.005 0.009 -0.028 0.001 -0.030 0.039 -0.629 -0.014 1.000 0.020 -0.056 0.037 0.015 | +| p4415_p | -0.004 -0.011 0.228 0.001 0.372 -0.001 0.080 0.004 -0.011 -0.240 0.014 -0.343 0.030 0.008 -0.263 0.020 1.000 -0.364 0.066 -0.183 | +| Ctt | 0.011 0.025 -0.654 0.037 -0.645 -0.002 -0.115 -0.015 0.023 0.577 -0.038 0.712 -0.040 -0.021 0.456 -0.056 -0.364 1.000 -0.211 0.889 | +| jpsi_p | 0.002 -0.106 0.114 -0.099 0.102 -0.061 -0.137 -0.050 -0.102 -0.210 0.006 -0.117 -0.116 -0.019 -0.215 0.037 0.066 -0.211 1.000 -0.185 | +| Dbar_s | 0.007 0.010 -0.719 -0.005 -0.471 -0.002 0.135 -0.004 0.009 0.644 -0.035 0.590 -0.036 -0.050 0.598 0.015 -0.183 0.889 -0.185 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.01169726545509997}), (, {'error': 1.7200351505039784}), (, {'error': 0.03222203052933548}), (, {'error': 0.32769340082500825}), (, {'error': 0.12633192682825767}), (, {'error': 0.5087277801890768}), (, {'error': 0.32875583802134445}), (, {'error': 1.8662510493178393}), (, {'error': 0.4659262361374914}), (, {'error': 0.2048627407162109}), (, {'error': 0.013204555032714504}), (, {'error': 0.21337736097531823}), (, {'error': 0.2589960309602981}), (, {'error': 1.4408000947898927}), (, {'error': 0.18656832040316063}), (, {'error': 12.383621617724202}), (, {'error': 0.23514332767471435}), (, {'error': 0.196813182389978}), (, {'error': 0.0166466717585374}), (, {'error': 0.0772285619707127})]) +Toy 2/10 +Time taken: 1 h, 57 min +Projected time left: 7 h, 51 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.204E+05 | Ncalls=730 (741 total) | +| EDM = 1.24E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -720359.733776221 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.33 | 0.26 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 23.569 | 0.029 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 3.81 | 0.05 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.64 | 0.07 | | |0.0253049| 2.0747 | | +| 4 | p4160_p | -1.89 | 0.13 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | -5.88 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -5.61 | 0.20 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 4.82 | 0.12 | | | 4.19232 | 9.40768 | | +| 8 | phi_p | 0.81 | 0.06 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.12 | 0.13 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.06 | 0.14 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.61E-2 | 0.25E-2 | | |0.00501244| 2.01499 | | +| 12| rho_p | -5.96 | 0.14 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1358.64 | 0.07 | | | 1358.64 | 1433.36 | | +| 14| p4160_s | 2.24 | 0.18 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 0.982E4 | 0.010E4 | | | 9797.52 | 9996.48 | | +| 16| p4415_p | 4.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.48 | 0.05 | | | -0.5 | 0.5 | | +| 18| jpsi_p | 1.493 | 0.009 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | 0.014 | 0.152 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s psi2s_p rho_s p4160_p omega_p p4040_p omega_s phi_p p4415_s p3770_s p4040_s rho_p psi2s_s p4160_s jpsi_s p4415_p Ctt jpsi_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.015 0.946 -0.624 0.940 -0.254 -0.042 0.072 0.294 0.890 0.841 -0.094 -0.835 0.905 0.937 0.978 0.955 0.955 -0.267 -0.975 | +| phi_s | 0.015 1.000 0.014 -0.010 0.014 -0.004 -0.001 0.001 0.005 0.014 0.013 -0.001 -0.013 0.014 0.014 0.015 0.015 0.015 -0.004 -0.015 | +| psi2s_p | 0.946 0.014 1.000 -0.616 0.929 -0.250 -0.042 0.071 0.289 0.875 0.831 -0.091 -0.824 0.892 0.922 0.964 0.942 0.944 -0.261 -0.963 | +| rho_s | -0.624 -0.010 -0.616 1.000 -0.613 0.187 0.028 -0.058 -0.197 -0.581 -0.551 0.061 0.559 -0.591 -0.611 -0.639 -0.623 -0.624 0.165 0.636 | +| p4160_p | 0.940 0.014 0.929 -0.613 1.000 -0.250 -0.042 0.070 0.288 0.880 0.827 -0.090 -0.821 0.890 0.919 0.961 0.940 0.938 -0.261 -0.957 | +| omega_p | -0.254 -0.004 -0.250 0.187 -0.250 1.000 0.011 0.026 -0.079 -0.236 -0.224 0.025 0.191 -0.240 -0.248 -0.259 -0.253 -0.254 0.068 0.259 | +| p4040_p | -0.042 -0.001 -0.042 0.028 -0.042 0.011 1.000 -0.003 -0.013 -0.040 -0.037 0.040 0.037 -0.040 -0.042 -0.043 -0.042 -0.042 0.012 0.043 | +| omega_s | 0.072 0.001 0.071 -0.058 0.070 0.026 -0.003 1.000 0.018 0.067 0.063 -0.007 -0.043 0.068 0.070 0.073 0.072 0.072 -0.021 -0.073 | +| phi_p | 0.294 0.005 0.289 -0.197 0.288 -0.079 -0.013 0.018 1.000 0.273 0.259 -0.029 -0.289 0.278 0.287 0.301 0.293 0.294 -0.080 -0.300 | +| p4415_s | 0.890 0.014 0.875 -0.581 0.880 -0.236 -0.040 0.067 0.273 1.000 0.785 -0.086 -0.777 0.842 0.870 0.910 0.887 0.891 -0.251 -0.906 | +| p3770_s | 0.841 0.013 0.831 -0.551 0.827 -0.224 -0.037 0.063 0.259 0.785 1.000 -0.083 -0.738 0.799 0.826 0.863 0.842 0.843 -0.241 -0.859 | +| p4040_s | -0.094 -0.001 -0.091 0.061 -0.090 0.025 0.040 -0.007 -0.029 -0.086 -0.083 1.000 0.082 -0.088 -0.089 -0.095 -0.092 -0.093 0.027 0.095 | +| rho_p | -0.835 -0.013 -0.824 0.559 -0.821 0.191 0.037 -0.043 -0.289 -0.777 -0.738 0.082 1.000 -0.790 -0.818 -0.854 -0.834 -0.836 0.219 0.852 | +| psi2s_s | 0.905 0.014 0.892 -0.591 0.890 -0.240 -0.040 0.068 0.278 0.842 0.799 -0.088 -0.790 1.000 0.886 0.926 0.904 0.905 -0.247 -0.923 | +| p4160_s | 0.937 0.014 0.922 -0.611 0.919 -0.248 -0.042 0.070 0.287 0.870 0.826 -0.089 -0.818 0.886 1.000 0.957 0.930 0.936 -0.264 -0.953 | +| jpsi_s | 0.978 0.015 0.964 -0.639 0.961 -0.259 -0.043 0.073 0.301 0.910 0.863 -0.095 -0.854 0.926 0.957 1.000 0.977 0.978 -0.267 -0.997 | +| p4415_p | 0.955 0.015 0.942 -0.623 0.940 -0.253 -0.042 0.072 0.293 0.887 0.842 -0.092 -0.834 0.904 0.930 0.977 1.000 0.954 -0.264 -0.972 | +| Ctt | 0.955 0.015 0.944 -0.624 0.938 -0.254 -0.042 0.072 0.294 0.891 0.843 -0.093 -0.836 0.905 0.936 0.978 0.954 1.000 -0.264 -0.974 | +| jpsi_p | -0.267 -0.004 -0.261 0.165 -0.261 0.068 0.012 -0.021 -0.080 -0.251 -0.241 0.027 0.219 -0.247 -0.264 -0.267 -0.264 -0.264 1.000 0.269 | +| Dbar_s | -0.975 -0.015 -0.963 0.636 -0.957 0.259 0.043 -0.073 -0.300 -0.906 -0.859 0.095 0.852 -0.923 -0.953 -0.997 -0.972 -0.974 0.269 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.25802399426574585}), (, {'error': 0.02913165082075153}), (, {'error': 0.047161730476380725}), (, {'error': 0.07109164746029661}), (, {'error': 0.13267637138459154}), (, {'error': 0.09591417218191989}), (, {'error': 0.20292839671174123}), (, {'error': 0.1190233557767697}), (, {'error': 0.06042369144260462}), (, {'error': 0.1312296163925729}), (, {'error': 0.1394521479905183}), (, {'error': 0.0025370857850013965}), (, {'error': 0.13941252020956307}), (, {'error': 0.07137781240703589}), (, {'error': 0.17915820640480806}), (, {'error': 100.18424740482078}), (, {'error': 0.3555685308795802}), (, {'error': 0.048992547347986276}), (, {'error': 0.008761990719592383}), (, {'error': 0.15176308270927963})]) +Toy 3/10 +Time taken: 2 h, 58 min +Projected time left: 6 h, 57 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.203E+05 | Ncalls=1184 (1184 total) | +| EDM = 0.00162 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -720289.7747281551 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -6.283 | 0.019 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.6 | 1.5 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 2.346 | 0.023 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.4 | 0.4 | | |0.0253049| 2.0747 | | +| 4 | p4160_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | -5.24 | 0.24 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 2.75 | 0.11 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 9 | 3 | | | 4.19232 | 9.40768 | | +| 8 | phi_p | -0.16 | 0.39 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.77 | 0.17 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 0.919 | 0.011 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 1.38 | 0.15 | | |0.00501244| 2.01499 | | +| 12| rho_p | 6.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1374.9 | 1.3 | | | 1358.64 | 1433.36 | | +| 14| p4160_s | 0.717 | 0.010 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 16| p4415_p | 4.92 | 0.23 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.500 | 0.013 | | | -0.5 | 0.5 | | +| 18| jpsi_p | 4.758 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.401 | 0.030 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s psi2s_p rho_s p4160_p omega_p p4040_p omega_s phi_p p4415_s p3770_s p4040_s rho_p psi2s_s p4160_s jpsi_s p4415_p Ctt jpsi_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.000 0.025 0.000 0.000 0.000 -0.008 -0.000 0.000 -0.004 -0.002 -0.003 -0.000 0.001 0.000 -0.000 0.001 0.001 0.001 -0.010 | +| phi_s | 0.000 1.000 -0.029 0.083 0.000 0.108 -0.013 -0.005 0.865 -0.006 0.000 0.002 -0.103 0.002 -0.000 -0.003 -0.002 0.001 -0.045 -0.031 | +| psi2s_p | 0.025 -0.029 1.000 -0.037 0.005 -0.027 -0.125 0.006 -0.033 -0.063 -0.003 0.192 0.030 -0.055 0.000 0.037 0.019 -0.019 -0.065 0.155 | +| rho_s | 0.000 0.083 -0.037 1.000 0.001 0.732 -0.031 -0.125 0.060 -0.013 0.001 -0.009 -0.201 -0.009 0.001 0.016 0.010 0.004 0.041 -0.094 | +| p4160_p | 0.000 0.000 0.005 0.001 1.000 0.000 -0.001 -0.000 0.000 -0.006 -0.000 0.018 -0.000 0.000 -0.003 -0.000 0.005 -0.000 0.005 -0.017 | +| omega_p | 0.000 0.108 -0.027 0.732 0.000 1.000 -0.022 -0.377 0.103 -0.011 0.000 -0.002 -0.115 -0.007 0.000 0.012 0.005 0.002 0.010 -0.055 | +| p4040_p | -0.008 -0.013 -0.125 -0.031 -0.001 -0.022 1.000 0.002 -0.014 0.132 0.001 -0.315 0.014 -0.023 -0.011 0.021 -0.054 0.018 -0.138 0.479 | +| omega_s | -0.000 -0.005 0.006 -0.125 -0.000 -0.377 0.002 1.000 0.002 0.001 -0.000 -0.000 0.014 -0.001 0.000 0.001 -0.000 -0.000 0.008 0.004 | +| phi_p | 0.000 0.865 -0.033 0.060 0.000 0.103 -0.014 0.002 1.000 -0.007 0.000 0.003 -0.070 -0.002 -0.000 0.003 -0.002 0.001 -0.053 -0.028 | +| p4415_s | -0.004 -0.006 -0.063 -0.013 -0.006 -0.011 0.132 0.001 -0.007 1.000 -0.000 -0.269 0.003 -0.007 0.013 0.004 0.105 0.027 -0.112 0.448 | +| p3770_s | -0.002 0.000 -0.003 0.001 -0.000 0.000 0.001 -0.000 0.000 -0.000 1.000 -0.002 -0.000 0.001 0.000 -0.001 0.000 -0.001 0.001 -0.005 | +| p4040_s | -0.003 0.002 0.192 -0.009 0.018 -0.002 -0.315 -0.000 0.003 -0.269 -0.002 1.000 0.007 0.001 0.003 -0.003 -0.034 0.025 0.079 -0.309 | +| rho_p | -0.000 -0.103 0.030 -0.201 -0.000 -0.115 0.014 0.014 -0.070 0.003 -0.000 0.007 1.000 0.008 -0.000 -0.014 -0.008 -0.001 0.009 0.026 | +| psi2s_s | 0.001 0.002 -0.055 -0.009 0.000 -0.007 -0.023 -0.001 -0.002 -0.007 0.001 0.001 0.008 1.000 0.000 -0.505 0.001 0.003 0.025 -0.088 | +| p4160_s | 0.000 -0.000 0.000 0.001 -0.003 0.000 -0.011 0.000 -0.000 0.013 0.000 0.003 -0.000 0.000 1.000 -0.000 0.002 -0.001 0.000 0.007 | +| jpsi_s | -0.000 -0.003 0.037 0.016 -0.000 0.012 0.021 0.001 0.003 0.004 -0.001 -0.003 -0.014 -0.505 -0.000 1.000 0.000 -0.003 -0.029 0.117 | +| p4415_p | 0.001 -0.002 0.019 0.010 0.005 0.005 -0.054 -0.000 -0.002 0.105 0.000 -0.034 -0.008 0.001 0.002 0.000 1.000 -0.018 0.010 0.190 | +| Ctt | 0.001 0.001 -0.019 0.004 -0.000 0.002 0.018 -0.000 0.001 0.027 -0.001 0.025 -0.001 0.003 -0.001 -0.003 -0.018 1.000 0.006 0.078 | +| jpsi_p | 0.001 -0.045 -0.065 0.041 0.005 0.010 -0.138 0.008 -0.053 -0.112 0.001 0.079 0.009 0.025 0.000 -0.029 0.010 0.006 1.000 -0.256 | +| Dbar_s | -0.010 -0.031 0.155 -0.094 -0.017 -0.055 0.479 0.004 -0.028 0.448 -0.005 -0.309 0.026 -0.088 0.007 0.117 0.190 0.078 -0.256 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.01920909239962265}), (, {'error': 1.466945196162543}), (, {'error': 0.022509441341321157}), (, {'error': 0.3572423162293079}), (, {'error': 0.011128238268926172}), (, {'error': 0.24058615821423013}), (, {'error': 0.10593620300192175}), (, {'error': 3.4664995120259485}), (, {'error': 0.38644427040882334}), (, {'error': 0.16629743430555305}), (, {'error': 0.010694740856826201}), (, {'error': 0.151097681742986}), (, {'error': 0.1655349434372706}), (, {'error': 1.2942277435661254}), (, {'error': 0.010363956990094125}), (, {'error': 8.428388035446915}), (, {'error': 0.23044157500067275}), (, {'error': 0.013369877855718526}), (, {'error': 0.015729359802352683}), (, {'error': 0.03026172818690598})]) +Toy 4/10 +Time taken: 4 h, 20 min +Projected time left: 6 h, 31 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.205E+05 | Ncalls=1128 (1128 total) | +| EDM = 0.00124 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -720479.2444134742 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.26 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.7 | 1.7 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 4.215 | 0.031 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.3 | 0.4 | | |0.0253049| 2.0747 | | +| 4 | p4160_p | 4.29 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 0.92 | 0.25 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -2.46 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 8 | phi_p | -0.23 | 0.46 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.22 | 0.18 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.16 | 0.20 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 1.03 | 0.17 | | |0.00501244| 2.01499 | | +| 12| rho_p | -6.3 | 1.3 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1366.5 | 3.0 | | | 1358.64 | 1433.36 | | +| 14| p4160_s | 2.11 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| p4415_p | 4.34 | 0.17 | | |-6.28319 | 6.28319 | | +| 17| Ctt | 0.08 | 0.14 | | | -0.5 | 0.5 | | +| 18| jpsi_p | -1.739 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s psi2s_p rho_s p4160_p omega_p p4040_p omega_s phi_p p4415_s p3770_s p4040_s rho_p psi2s_s p4160_s jpsi_s p4415_p Ctt jpsi_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.003 0.459 0.018 0.229 0.004 0.137 0.001 -0.006 -0.172 -0.254 -0.203 0.027 0.002 -0.115 0.020 0.108 -0.542 -0.088 -0.365 | +| phi_s | -0.003 1.000 -0.024 0.193 -0.004 0.146 -0.009 -0.004 0.897 -0.005 -0.010 -0.009 0.294 -0.030 -0.007 -0.032 -0.001 0.003 -0.072 -0.013 | +| psi2s_p | 0.459 -0.024 1.000 0.015 0.274 0.002 -0.034 0.003 -0.028 -0.341 -0.253 -0.380 0.002 0.080 -0.331 0.100 0.113 -0.664 -0.043 -0.657 | +| rho_s | 0.018 0.193 0.015 1.000 0.019 0.703 -0.008 -0.097 0.149 -0.019 -0.033 -0.037 0.369 -0.111 -0.026 -0.115 0.017 -0.009 -0.001 -0.036 | +| p4160_p | 0.229 -0.004 0.274 0.019 1.000 0.003 0.054 0.001 -0.006 0.090 -0.121 -0.475 0.039 -0.033 -0.125 -0.033 0.265 -0.413 -0.109 -0.086 | +| omega_p | 0.004 0.146 0.002 0.703 0.003 1.000 -0.011 -0.363 0.139 -0.012 -0.016 -0.014 0.064 -0.060 -0.015 -0.062 0.004 0.000 -0.006 -0.019 | +| p4040_p | 0.137 -0.009 -0.034 -0.008 0.054 -0.011 1.000 0.002 -0.010 0.177 -0.058 -0.209 0.009 -0.052 0.444 -0.053 0.085 -0.100 -0.182 0.267 | +| omega_s | 0.001 -0.004 0.003 -0.097 0.001 -0.363 0.002 1.000 0.002 0.000 0.001 0.000 -0.001 -0.006 0.001 -0.006 0.001 -0.001 0.008 0.003 | +| phi_p | -0.006 0.897 -0.028 0.149 -0.006 0.139 -0.010 0.002 1.000 -0.005 -0.008 -0.006 0.220 -0.044 -0.007 -0.046 -0.002 0.002 -0.078 -0.007 | +| p4415_s | -0.172 -0.005 -0.341 -0.019 0.090 -0.012 0.177 0.000 -0.005 1.000 0.114 0.063 -0.026 0.013 0.296 0.012 -0.100 0.387 -0.057 0.473 | +| p3770_s | -0.254 -0.010 -0.253 -0.033 -0.121 -0.016 -0.058 0.001 -0.008 0.114 1.000 0.221 -0.029 -0.035 0.104 -0.044 -0.035 0.226 -0.054 0.311 | +| p4040_s | -0.203 -0.009 -0.380 -0.037 -0.475 -0.014 -0.209 0.000 -0.006 0.063 0.221 1.000 -0.053 0.000 -0.075 -0.005 -0.209 0.493 0.050 0.321 | +| rho_p | 0.027 0.294 0.002 0.369 0.039 0.064 0.009 -0.001 0.220 -0.026 -0.029 -0.053 1.000 -0.145 -0.027 -0.152 0.033 -0.050 -0.082 -0.014 | +| psi2s_s | 0.002 -0.030 0.080 -0.111 -0.033 -0.060 -0.052 -0.006 -0.044 0.013 -0.035 0.000 -0.145 1.000 -0.010 0.930 -0.016 0.056 0.127 -0.212 | +| p4160_s | -0.115 -0.007 -0.331 -0.026 -0.125 -0.015 0.444 0.001 -0.007 0.296 0.104 -0.075 -0.027 -0.010 1.000 -0.012 -0.183 0.346 -0.090 0.505 | +| jpsi_s | 0.020 -0.032 0.100 -0.115 -0.033 -0.062 -0.053 -0.006 -0.046 0.012 -0.044 -0.005 -0.152 0.930 -0.012 1.000 -0.017 0.060 0.136 -0.232 | +| p4415_p | 0.108 -0.001 0.113 0.017 0.265 0.004 0.085 0.001 -0.002 -0.100 -0.035 -0.209 0.033 -0.016 -0.183 -0.017 1.000 -0.181 -0.063 0.105 | +| Ctt | -0.542 0.003 -0.664 -0.009 -0.413 0.000 -0.100 -0.001 0.002 0.387 0.226 0.493 -0.050 0.056 0.346 0.060 -0.181 1.000 0.163 0.716 | +| jpsi_p | -0.088 -0.072 -0.043 -0.001 -0.109 -0.006 -0.182 0.008 -0.078 -0.057 -0.054 0.050 -0.082 0.127 -0.090 0.136 -0.063 0.163 1.000 -0.110 | +| Dbar_s | -0.365 -0.013 -0.657 -0.036 -0.086 -0.019 0.267 0.003 -0.007 0.473 0.311 0.321 -0.014 -0.212 0.505 -0.232 0.105 0.716 -0.110 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12412134793767038}), (, {'error': 1.693115394129773}), (, {'error': 0.031081942318976097}), (, {'error': 0.3919567819604815}), (, {'error': 0.0957705553054522}), (, {'error': 0.24996210782770545}), (, {'error': 0.17485557710625788}), (, {'error': 3.5414716738299314}), (, {'error': 0.4560092302425556}), (, {'error': 0.1775234105472302}), (, {'error': 0.1972029501170094}), (, {'error': 0.16854734211873684}), (, {'error': 1.3198980501830269}), (, {'error': 3.021804007405308}), (, {'error': 0.1685938310477587}), (, {'error': 21.34884849314585}), (, {'error': 0.1679820238892269}), (, {'error': 0.1390542148950088}), (, {'error': 0.016251174038022675}), (, {'error': 0.05854580107849916})]) +Toy 5/10 +Time taken: 5 h, 41 min +Projected time left: 5 h, 41 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.205E+05 | Ncalls=1669 (1669 total) | +| EDM = 6.06E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -720479.2466016535 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.02 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.7 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -2.069 | 0.031 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.3 | 0.4 | | |0.0253049| 2.0747 | | +| 4 | p4160_p | 4.29 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 0.93 | 0.31 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.82 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 8 | phi_p | 6.06 | 0.31 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.22 | 0.18 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.16 | 0.20 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 1.03 | 0.17 | | |0.00501244| 2.01499 | | +| 12| rho_p | -6.3 | 0.7 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1366 | 3 | | | 1358.64 | 1433.36 | | +| 14| p4160_s | 2.11 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| p4415_p | 4.34 | 0.17 | | |-6.28319 | 6.28319 | | +| 17| Ctt | 0.07 | 0.14 | | | -0.5 | 0.5 | | +| 18| jpsi_p | 4.544 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s psi2s_p rho_s p4160_p omega_p p4040_p omega_s phi_p p4415_s p3770_s p4040_s rho_p psi2s_s p4160_s jpsi_s p4415_p Ctt jpsi_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.001 0.466 0.018 0.233 0.001 0.137 0.002 -0.003 -0.177 -0.260 -0.207 0.029 0.008 -0.121 0.023 0.110 -0.548 -0.089 -0.372 | +| phi_s | 0.001 1.000 -0.011 0.157 0.001 0.069 -0.004 -0.013 0.773 -0.003 -0.009 -0.010 0.262 -0.014 -0.005 -0.014 0.002 -0.001 -0.044 -0.011 | +| psi2s_p | 0.466 -0.011 1.000 0.013 0.276 -0.001 -0.032 0.006 -0.018 -0.343 -0.258 -0.383 -0.000 0.097 -0.334 0.115 0.114 -0.665 -0.041 -0.661 | +| rho_s | 0.018 0.157 0.013 1.000 0.020 0.648 -0.005 -0.206 0.089 -0.019 -0.031 -0.036 0.340 -0.121 -0.024 -0.125 0.018 -0.013 -0.005 -0.027 | +| p4160_p | 0.233 0.001 0.276 0.020 1.000 -0.001 0.055 0.004 -0.002 0.087 -0.123 -0.477 0.046 -0.039 -0.128 -0.039 0.267 -0.416 -0.112 -0.087 | +| omega_p | 0.001 0.069 -0.001 0.648 -0.001 1.000 -0.010 -0.656 0.056 -0.008 -0.011 -0.008 -0.025 -0.034 -0.011 -0.034 0.001 0.004 -0.005 -0.015 | +| p4040_p | 0.137 -0.004 -0.032 -0.005 0.055 -0.010 1.000 0.004 -0.005 0.173 -0.057 -0.207 0.015 -0.060 0.437 -0.061 0.086 -0.102 -0.182 0.262 | +| omega_s | 0.002 -0.013 0.006 -0.206 0.004 -0.656 0.004 1.000 0.007 -0.000 0.002 -0.001 0.013 -0.019 0.001 -0.020 0.002 -0.004 0.017 0.007 | +| phi_p | -0.003 0.773 -0.018 0.089 -0.002 0.056 -0.005 0.007 1.000 -0.004 -0.005 -0.005 0.146 -0.035 -0.005 -0.036 -0.000 -0.001 -0.051 -0.001 | +| p4415_s | -0.177 -0.003 -0.343 -0.019 0.087 -0.008 0.173 -0.000 -0.004 1.000 0.116 0.067 -0.028 0.015 0.295 0.014 -0.101 0.390 -0.054 0.469 | +| p3770_s | -0.260 -0.009 -0.258 -0.031 -0.123 -0.011 -0.057 0.002 -0.005 0.116 1.000 0.222 -0.027 -0.043 0.106 -0.051 -0.036 0.229 -0.055 0.315 | +| p4040_s | -0.207 -0.010 -0.383 -0.036 -0.477 -0.008 -0.207 -0.001 -0.005 0.067 0.222 1.000 -0.056 -0.001 -0.070 -0.005 -0.210 0.495 0.049 0.324 | +| rho_p | 0.029 0.262 -0.000 0.340 0.046 -0.025 0.015 0.013 0.146 -0.028 -0.027 -0.056 1.000 -0.173 -0.027 -0.180 0.037 -0.060 -0.092 0.000 | +| psi2s_s | 0.008 -0.014 0.097 -0.121 -0.039 -0.034 -0.060 -0.019 -0.035 0.015 -0.043 -0.001 -0.173 1.000 -0.012 0.946 -0.019 0.066 0.149 -0.248 | +| p4160_s | -0.121 -0.005 -0.334 -0.024 -0.128 -0.011 0.437 0.001 -0.005 0.295 0.106 -0.070 -0.027 -0.012 1.000 -0.013 -0.185 0.349 -0.087 0.501 | +| jpsi_s | 0.023 -0.014 0.115 -0.125 -0.039 -0.034 -0.061 -0.020 -0.036 0.014 -0.051 -0.005 -0.180 0.946 -0.013 1.000 -0.020 0.070 0.157 -0.266 | +| p4415_p | 0.110 0.002 0.114 0.018 0.267 0.001 0.086 0.002 -0.000 -0.101 -0.036 -0.210 0.037 -0.019 -0.185 -0.020 1.000 -0.182 -0.065 0.103 | +| Ctt | -0.548 -0.001 -0.665 -0.013 -0.416 0.004 -0.102 -0.004 -0.001 0.390 0.229 0.495 -0.060 0.066 0.349 0.070 -0.182 1.000 0.166 0.708 | +| jpsi_p | -0.089 -0.044 -0.041 -0.005 -0.112 -0.005 -0.182 0.017 -0.051 -0.054 -0.055 0.049 -0.092 0.149 -0.087 0.157 -0.065 0.166 1.000 -0.116 | +| Dbar_s | -0.372 -0.011 -0.661 -0.027 -0.087 -0.015 0.262 0.007 -0.001 0.469 0.315 0.324 0.000 -0.248 0.501 -0.266 0.103 0.708 -0.116 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12486839898084545}), (, {'error': 1.2012450960782104}), (, {'error': 0.0313215771095221}), (, {'error': 0.39445692738218113}), (, {'error': 0.09591264172265923}), (, {'error': 0.30508849378524383}), (, {'error': 0.17380103629650812}), (, {'error': 3.9862619573778373}), (, {'error': 0.3112772839231637}), (, {'error': 0.17757800587781758}), (, {'error': 0.19748610793071408}), (, {'error': 0.16865283170104844}), (, {'error': 0.7249158281697459}), (, {'error': 3.4368064604386745}), (, {'error': 0.16816339405684488}), (, {'error': 24.27132098153197}), (, {'error': 0.16805794330303847}), (, {'error': 0.14008047326524914}), (, {'error': 0.01628425065421002}), (, {'error': 0.0592585762371296})]) +Toy 6/10 +Time taken: 7 h, 27 min +Projected time left: 4 h, 58 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.205E+05 | Ncalls=1068 (1068 total) | +| EDM = 2.07E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -720478.1052420298 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -3.14 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.5 | 1.4 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -4.450 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p4160_p | 3.91 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.34 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 5.5 | 1.0 | | | 4.19232 | 9.40768 | | +| 8 | phi_p | 0.008 | 0.368 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.23 | 0.18 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.35 | 0.21 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 1.08 | 0.18 | | |0.00501244| 2.01499 | | +| 12| rho_p | -6.04 | 0.27 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1372.6 | 2.1 | | | 1358.64 | 1433.36 | | +| 14| p4160_s | 2.16 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 16| p4415_p | -2.23 | 0.17 | | |-6.28319 | 6.28319 | | +| 17| Ctt | 0.07 | 0.12 | | | -0.5 | 0.5 | | +| 18| jpsi_p | -4.614 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s psi2s_p rho_s p4160_p omega_p p4040_p omega_s phi_p p4415_s p3770_s p4040_s rho_p psi2s_s p4160_s jpsi_s p4415_p Ctt jpsi_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.002 -0.400 0.018 0.206 0.001 0.097 0.000 -0.006 -0.175 -0.307 -0.190 0.015 0.020 -0.135 0.028 0.091 -0.482 -0.053 -0.385 | +| phi_s | -0.002 1.000 -0.033 0.135 -0.004 -0.009 -0.008 0.014 0.850 -0.003 -0.009 -0.007 0.239 -0.007 -0.006 -0.008 -0.001 0.004 -0.086 -0.014 | +| psi2s_p | -0.400 -0.033 1.000 -0.038 -0.162 0.000 -0.348 -0.012 -0.030 -0.094 -0.103 0.098 -0.055 -0.054 -0.173 -0.053 -0.092 0.198 0.117 0.031 | +| rho_s | 0.018 0.135 -0.038 1.000 0.015 0.043 -0.011 -0.404 0.107 -0.016 -0.033 -0.033 0.132 -0.047 -0.025 -0.055 0.013 0.002 -0.089 -0.050 | +| p4160_p | 0.206 -0.004 -0.162 0.015 1.000 0.001 0.032 0.006 -0.008 0.065 -0.145 -0.489 0.028 -0.009 -0.158 -0.009 0.264 -0.440 -0.028 -0.163 | +| omega_p | 0.001 -0.009 0.000 0.043 0.001 1.000 0.001 -0.128 -0.008 0.000 -0.001 -0.001 0.003 -0.000 0.000 -0.000 0.001 -0.000 0.002 -0.000 | +| p4040_p | 0.097 -0.008 -0.348 -0.011 0.032 0.001 1.000 0.008 -0.011 0.165 -0.087 -0.223 0.004 -0.028 0.429 -0.027 0.074 -0.117 -0.157 0.216 | +| omega_s | 0.000 0.014 -0.012 -0.404 0.006 -0.128 0.008 1.000 -0.022 0.001 0.003 -0.004 0.460 -0.002 0.004 -0.002 0.006 -0.014 -0.021 0.011 | +| phi_p | -0.006 0.850 -0.030 0.107 -0.008 -0.008 -0.011 -0.022 1.000 -0.004 -0.006 -0.003 0.166 -0.019 -0.006 -0.022 -0.004 0.005 -0.084 -0.010 | +| p4415_s | -0.175 -0.003 -0.094 -0.016 0.065 0.000 0.165 0.001 -0.004 1.000 0.100 0.074 -0.018 0.002 0.300 0.003 -0.116 0.380 -0.140 0.484 | +| p3770_s | -0.307 -0.009 -0.103 -0.033 -0.145 -0.001 -0.087 0.003 -0.006 0.100 1.000 0.214 -0.020 -0.038 0.092 -0.030 -0.047 0.196 0.031 0.280 | +| p4040_s | -0.190 -0.007 0.098 -0.033 -0.489 -0.001 -0.223 -0.004 -0.003 0.074 0.214 1.000 -0.038 -0.014 -0.058 -0.014 -0.215 0.505 0.013 0.362 | +| rho_p | 0.015 0.239 -0.055 0.132 0.028 0.003 0.004 0.460 0.166 -0.018 -0.020 -0.038 1.000 -0.069 -0.019 -0.080 0.026 -0.034 -0.121 -0.019 | +| psi2s_s | 0.020 -0.007 -0.054 -0.047 -0.009 -0.000 -0.028 -0.002 -0.019 0.002 -0.038 -0.014 -0.069 1.000 -0.015 0.850 -0.008 0.037 -0.041 -0.132 | +| p4160_s | -0.135 -0.006 -0.173 -0.025 -0.158 0.000 0.429 0.004 -0.006 0.300 0.092 -0.058 -0.019 -0.015 1.000 -0.014 -0.196 0.346 -0.148 0.517 | +| jpsi_s | 0.028 -0.008 -0.053 -0.055 -0.009 -0.000 -0.027 -0.002 -0.022 0.003 -0.030 -0.014 -0.080 0.850 -0.014 1.000 -0.007 0.037 -0.051 -0.148 | +| p4415_p | 0.091 -0.001 -0.092 0.013 0.264 0.001 0.074 0.006 -0.004 -0.116 -0.047 -0.215 0.026 -0.008 -0.196 -0.007 1.000 -0.201 -0.019 0.069 | +| Ctt | -0.482 0.004 0.198 0.002 -0.440 -0.000 -0.117 -0.014 0.005 0.380 0.196 0.505 -0.034 0.037 0.346 0.037 -0.201 1.000 -0.121 0.752 | +| jpsi_p | -0.053 -0.086 0.117 -0.089 -0.028 0.002 -0.157 -0.021 -0.084 -0.140 0.031 0.013 -0.121 -0.041 -0.148 -0.051 -0.019 -0.121 1.000 -0.078 | +| Dbar_s | -0.385 -0.014 0.031 -0.050 -0.163 -0.000 0.216 0.011 -0.010 0.484 0.280 0.362 -0.019 -0.132 0.517 -0.148 0.069 0.752 -0.078 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11609066956335568}), (, {'error': 1.4192308833390488}), (, {'error': 0.02933257380379306}), (, {'error': 0.32954061312981275}), (, {'error': 0.09573563281355302}), (, {'error': 0.09724440025588876}), (, {'error': 0.17007594239178125}), (, {'error': 0.985980099254053}), (, {'error': 0.3683284698885747}), (, {'error': 0.1793901500060061}), (, {'error': 0.2149902515465627}), (, {'error': 0.17635467360974805}), (, {'error': 0.2674093528865624}), (, {'error': 2.116151378728887}), (, {'error': 0.17301512981530554}), (, {'error': 14.593499582347249}), (, {'error': 0.16854977309822816}), (, {'error': 0.12129231726859158}), (, {'error': 0.016184686122629355}), (, {'error': 0.05707303371169936})]) +Toy 7/10 +Time taken: 8 h, 43 min +Projected time left: 3 h, 44 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.205E+05 | Ncalls=1171 (1171 total) | +| EDM = 0.0011 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -720478.3218928666 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.36 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.7 | 1.6 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -2.461 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p4160_p | 4.09 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | -2.70 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 5.6 | 1.0 | | | 4.19232 | 9.40768 | | +| 8 | phi_p | -6.3 | 1.8 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.22 | 0.18 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.17 | 0.20 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 1.04 | 0.17 | | |0.00501244| 2.01499 | | +| 12| rho_p | -6.10 | 0.27 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1366.9 | 2.0 | | | 1358.64 | 1433.36 | | +| 14| p4160_s | 2.13 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 16| p4415_p | -2.11 | 0.17 | | |-6.28319 | 6.28319 | | +| 17| Ctt | 0.07 | 0.14 | | | -0.5 | 0.5 | | +| 18| jpsi_p | -4.805 | 0.017 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s psi2s_p rho_s p4160_p omega_p p4040_p omega_s phi_p p4415_s p3770_s p4040_s rho_p psi2s_s p4160_s jpsi_s p4415_p Ctt jpsi_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.003 0.362 0.018 0.242 0.001 0.137 0.004 -0.006 -0.187 -0.255 -0.209 0.024 -0.006 -0.129 0.020 0.116 -0.531 -0.083 -0.397 | +| phi_s | -0.003 1.000 -0.022 0.143 -0.005 -0.014 -0.008 0.021 0.891 -0.003 -0.009 -0.007 0.276 -0.012 -0.005 -0.012 -0.001 0.005 -0.103 -0.013 | +| psi2s_p | 0.362 -0.022 1.000 0.033 0.191 0.003 -0.105 -0.015 -0.028 -0.310 -0.249 -0.294 -0.005 0.057 -0.324 0.099 0.063 -0.429 -0.022 -0.588 | +| rho_s | 0.018 0.143 0.033 1.000 0.013 0.047 -0.012 -0.400 0.119 -0.015 -0.033 -0.031 0.151 -0.047 -0.024 -0.051 0.012 0.004 -0.096 -0.049 | +| p4160_p | 0.242 -0.005 0.191 0.013 1.000 0.001 0.051 0.009 -0.008 0.053 -0.132 -0.496 0.033 -0.010 -0.155 -0.014 0.277 -0.454 -0.033 -0.165 | +| omega_p | 0.001 -0.014 0.003 0.047 0.001 1.000 0.001 -0.149 -0.012 0.000 -0.000 -0.001 0.005 -0.000 0.000 -0.000 0.001 -0.000 0.003 -0.001 | +| p4040_p | 0.137 -0.008 -0.105 -0.012 0.051 0.001 1.000 0.009 -0.010 0.163 -0.070 -0.224 0.006 -0.026 0.430 -0.028 0.085 -0.124 -0.170 0.218 | +| omega_s | 0.004 0.021 -0.015 -0.400 0.009 -0.149 0.009 1.000 -0.013 -0.001 0.002 -0.008 0.460 -0.003 0.002 -0.004 0.008 -0.018 -0.024 0.007 | +| phi_p | -0.006 0.891 -0.028 0.119 -0.008 -0.012 -0.010 -0.013 1.000 -0.003 -0.007 -0.004 0.210 -0.020 -0.005 -0.023 -0.004 0.006 -0.100 -0.009 | +| p4415_s | -0.187 -0.003 -0.310 -0.015 0.053 0.000 0.163 -0.001 -0.003 1.000 0.109 0.082 -0.022 0.003 0.307 0.006 -0.120 0.402 -0.126 0.498 | +| p3770_s | -0.255 -0.009 -0.249 -0.033 -0.132 -0.000 -0.070 0.002 -0.007 0.109 1.000 0.214 -0.025 -0.014 0.098 -0.027 -0.043 0.205 -0.047 0.291 | +| p4040_s | -0.209 -0.007 -0.294 -0.031 -0.496 -0.001 -0.224 -0.008 -0.004 0.082 0.214 1.000 -0.046 -0.002 -0.059 -0.005 -0.227 0.510 -0.001 0.356 | +| rho_p | 0.024 0.276 -0.005 0.151 0.033 0.005 0.006 0.460 0.210 -0.022 -0.025 -0.046 1.000 -0.067 -0.023 -0.077 0.029 -0.042 -0.130 -0.028 | +| psi2s_s | -0.006 -0.012 0.057 -0.047 -0.010 -0.000 -0.026 -0.003 -0.020 0.003 -0.014 -0.002 -0.067 1.000 -0.009 0.821 -0.005 0.018 -0.040 -0.106 | +| p4160_s | -0.129 -0.005 -0.324 -0.024 -0.155 0.000 0.430 0.002 -0.005 0.307 0.098 -0.059 -0.023 -0.009 1.000 -0.009 -0.200 0.353 -0.147 0.519 | +| jpsi_s | 0.020 -0.012 0.099 -0.051 -0.014 -0.000 -0.028 -0.004 -0.023 0.006 -0.027 -0.005 -0.077 0.821 -0.009 1.000 -0.008 0.035 -0.049 -0.129 | +| p4415_p | 0.116 -0.001 0.063 0.012 0.277 0.001 0.085 0.008 -0.004 -0.120 -0.043 -0.227 0.029 -0.005 -0.200 -0.008 1.000 -0.213 -0.015 0.060 | +| Ctt | -0.531 0.005 -0.429 0.004 -0.454 -0.000 -0.124 -0.018 0.006 0.402 0.205 0.510 -0.042 0.018 0.353 0.035 -0.213 1.000 -0.057 0.762 | +| jpsi_p | -0.083 -0.103 -0.022 -0.096 -0.033 0.003 -0.170 -0.024 -0.100 -0.126 -0.047 -0.001 -0.130 -0.040 -0.147 -0.049 -0.015 -0.057 1.000 -0.049 | +| Dbar_s | -0.397 -0.013 -0.588 -0.049 -0.165 -0.001 0.218 0.007 -0.009 0.498 0.291 0.356 -0.028 -0.106 0.519 -0.129 0.060 0.762 -0.049 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12374185873226606}), (, {'error': 1.642659815204528}), (, {'error': 0.028228578642522262}), (, {'error': 0.3306248227147861}), (, {'error': 0.09716971353486681}), (, {'error': 0.10932479297509623}), (, {'error': 0.1741726062819524}), (, {'error': 1.0035023733409885}), (, {'error': 1.8033617813339684}), (, {'error': 0.17997600312432205}), (, {'error': 0.1976082816647422}), (, {'error': 0.17230972050753818}), (, {'error': 0.2740321681504323}), (, {'error': 1.9558332548684803}), (, {'error': 0.1711875017293576}), (, {'error': 13.573232439090134}), (, {'error': 0.1697328126638964}), (, {'error': 0.14442981241000188}), (, {'error': 0.016785418059392487}), (, {'error': 0.05849211247704078})]) +Toy 8/10 +Time taken: 10 h, 5 min +Projected time left: 2 h, 31 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.205E+05 | Ncalls=887 (887 total) | +| EDM = 7.32E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -720454.700291793 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.21 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 20.3 | 1.6 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | 3.879 | 0.030 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p4160_p | -2.24 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | -5.8 | 0.9 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.37 | 0.18 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 7 | 4 | | | 4.19232 | 9.40768 | | +| 8 | phi_p | -5.8 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.126 | 0.024 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.05 | 0.20 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.97 | 0.19 | | |0.00501244| 2.01499 | | +| 12| rho_p | 0.22 | 0.30 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1365 | 3 | | | 1358.64 | 1433.36 | | +| 14| p4160_s | 1.79 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| p4415_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.32 | 0.16 | | | -0.5 | 0.5 | | +| 18| jpsi_p | 1.492 | 0.017 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.14 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s psi2s_p rho_s p4160_p omega_p p4040_p omega_s phi_p p4415_s p3770_s p4040_s rho_p psi2s_s p4160_s jpsi_s p4415_p Ctt jpsi_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.007 0.432 0.010 0.356 -0.006 0.144 -0.004 -0.010 0.020 -0.224 -0.341 0.021 0.002 -0.174 0.012 0.008 -0.616 -0.082 -0.511 | +| phi_s | -0.007 1.000 -0.018 -0.071 -0.010 -0.044 -0.005 -0.070 0.887 -0.001 0.005 0.007 -0.152 0.089 0.002 0.093 0.000 0.001 -0.037 -0.009 | +| psi2s_p | 0.432 -0.018 1.000 0.021 0.291 -0.054 -0.112 -0.053 -0.019 0.018 -0.236 -0.328 -0.028 0.142 -0.329 0.163 0.015 -0.455 -0.056 -0.620 | +| rho_s | 0.010 -0.071 0.021 1.000 0.008 -0.055 -0.012 -0.179 -0.086 0.001 -0.025 -0.015 0.140 -0.088 -0.014 -0.090 0.000 0.014 -0.068 -0.020 | +| p4160_p | 0.356 -0.010 0.291 0.008 1.000 0.000 -0.036 0.003 -0.012 0.024 -0.131 -0.520 0.035 -0.048 -0.237 -0.054 -0.007 -0.576 -0.011 -0.357 | +| omega_p | -0.006 -0.044 -0.054 -0.055 0.000 1.000 -0.003 0.962 -0.157 0.000 0.002 -0.006 0.394 -0.060 -0.004 -0.063 0.000 -0.014 -0.103 0.010 | +| p4040_p | 0.144 -0.005 -0.112 -0.012 -0.036 -0.003 1.000 0.000 -0.005 0.000 -0.019 -0.252 0.007 -0.064 0.396 -0.068 -0.009 -0.114 -0.149 0.190 | +| omega_s | -0.004 -0.070 -0.053 -0.179 0.003 0.962 0.000 1.000 -0.190 0.000 0.003 -0.008 0.468 -0.054 -0.003 -0.057 0.000 -0.018 -0.099 0.010 | +| phi_p | -0.010 0.887 -0.019 -0.086 -0.012 -0.157 -0.005 -0.190 1.000 -0.001 0.008 0.011 -0.283 0.083 0.003 0.086 0.000 0.002 -0.014 -0.002 | +| p4415_s | 0.020 -0.001 0.018 0.001 0.024 0.000 0.000 0.000 -0.001 1.000 -0.006 -0.023 0.003 -0.002 -0.026 -0.003 -0.034 -0.033 0.003 -0.017 | +| p3770_s | -0.224 0.005 -0.236 -0.025 -0.131 0.002 -0.019 0.003 0.008 -0.006 1.000 0.211 -0.013 -0.041 0.101 -0.047 -0.004 0.152 -0.053 0.272 | +| p4040_s | -0.341 0.007 -0.328 -0.015 -0.520 -0.006 -0.252 -0.008 0.011 -0.023 0.211 1.000 -0.041 0.029 -0.080 0.032 0.002 0.596 0.026 0.434 | +| rho_p | 0.021 -0.152 -0.028 0.140 0.035 0.394 0.007 0.468 -0.283 0.003 -0.013 -0.041 1.000 -0.138 -0.017 -0.145 0.000 -0.046 -0.113 -0.004 | +| psi2s_s | 0.002 0.089 0.142 -0.088 -0.048 -0.060 -0.064 -0.054 0.083 -0.002 -0.041 0.029 -0.138 1.000 -0.006 0.941 -0.000 0.081 -0.096 -0.204 | +| p4160_s | -0.174 0.002 -0.329 -0.014 -0.237 -0.004 0.396 -0.003 0.003 -0.026 0.101 -0.080 -0.017 -0.006 1.000 -0.005 -0.009 0.361 -0.121 0.531 | +| jpsi_s | 0.012 0.093 0.163 -0.090 -0.054 -0.063 -0.068 -0.057 0.086 -0.003 -0.047 0.032 -0.145 0.941 -0.005 1.000 -0.000 0.097 -0.101 -0.213 | +| p4415_p | 0.008 0.000 0.015 0.000 -0.007 0.000 -0.009 0.000 0.000 -0.034 -0.004 0.002 0.000 -0.000 -0.009 -0.000 1.000 -0.015 0.006 -0.027 | +| Ctt | -0.616 0.001 -0.455 0.014 -0.576 -0.014 -0.114 -0.018 0.002 -0.033 0.152 0.596 -0.046 0.081 0.361 0.097 -0.015 1.000 -0.023 0.790 | +| jpsi_p | -0.082 -0.037 -0.056 -0.068 -0.011 -0.103 -0.149 -0.099 -0.014 0.003 -0.053 0.026 -0.113 -0.096 -0.121 -0.101 0.006 -0.023 1.000 0.022 | +| Dbar_s | -0.511 -0.009 -0.620 -0.020 -0.357 0.010 0.190 0.010 -0.002 -0.017 0.272 0.434 -0.004 -0.204 0.531 -0.213 -0.027 0.790 0.022 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14170462505909032}), (, {'error': 1.635905275930881}), (, {'error': 0.029597438554713307}), (, {'error': 0.3309202932808998}), (, {'error': 0.11620908776028238}), (, {'error': 0.9285651770165502}), (, {'error': 0.17862096731236488}), (, {'error': 3.8808605633394997}), (, {'error': 0.42594871686590174}), (, {'error': 0.02440714080075569}), (, {'error': 0.1953536768052686}), (, {'error': 0.18683629715874112}), (, {'error': 0.29926979326643544}), (, {'error': 3.300264960136019}), (, {'error': 0.16861116605131654}), (, {'error': 23.33883653639623}), (, {'error': 0.12980620883803207}), (, {'error': 0.1643311094018918}), (, {'error': 0.016706454861184383}), (, {'error': 0.059854394505191144})]) +Toy 9/10 +Time taken: 11 h, 16 min +Projected time left: 1 h, 15 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.205E+05 | Ncalls=661 (661 total) | +| EDM = 0.000176 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -720455.0229524144 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.41 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.7 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | psi2s_p | -1.99 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | p4160_p | 4.22 | 0.11 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 0.29 | 0.55 | | |-6.28319 | 6.28319 | | +| 6 | p4040_p | 3.60 | 0.18 | | |-6.28319 | 6.28319 | | +| 7 | omega_s | 6.7 | 2.0 | | | 4.19232 | 9.40768 | | +| 8 | phi_p | 6.10 | 0.30 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.126 | 0.031 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.02 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.98 | 0.18 | | |0.00501244| 2.01499 | | +| 12| rho_p | 0.023 | 0.280 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1366 | 4 | | | 1358.64 | 1433.36 | | +| 14| p4160_s | 1.79 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 0.998E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 16| p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.29 | 0.15 | | | -0.5 | 0.5 | | +| 18| jpsi_p | 4.552 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Dbar_s | -0.14 | 0.06 | | | -1.464 | 1.464 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s psi2s_p rho_s p4160_p omega_p p4040_p omega_s phi_p p4415_s p3770_s p4040_s rho_p psi2s_s p4160_s jpsi_s p4415_p Ctt jpsi_p Dbar_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.003 0.533 0.012 0.314 -0.003 0.135 -0.002 -0.005 0.019 -0.226 -0.307 0.025 -0.002 -0.147 0.010 0.008 -0.605 -0.118 -0.456 | +| phi_s | -0.003 1.000 -0.014 0.096 -0.006 0.093 -0.006 0.077 0.753 -0.000 -0.004 0.000 0.197 0.010 -0.001 0.011 -0.000 0.009 -0.033 -0.010 | +| psi2s_p | 0.533 -0.014 1.000 0.013 0.387 -0.024 -0.043 -0.024 -0.019 0.024 -0.224 -0.434 -0.002 0.078 -0.339 0.090 0.016 -0.714 -0.095 -0.701 | +| rho_s | 0.012 0.096 0.013 1.000 0.012 -0.026 -0.009 -0.247 0.065 0.001 -0.024 -0.020 0.172 -0.104 -0.015 -0.107 0.000 0.006 0.035 -0.017 | +| p4160_p | 0.314 -0.006 0.387 0.012 1.000 0.000 -0.048 0.001 -0.005 0.028 -0.127 -0.481 0.037 -0.058 -0.200 -0.060 -0.008 -0.518 -0.126 -0.254 | +| omega_p | -0.003 0.093 -0.024 -0.026 0.000 1.000 -0.002 0.885 0.029 0.000 0.000 -0.004 0.209 -0.037 -0.003 -0.038 0.000 -0.008 -0.072 0.008 | +| p4040_p | 0.135 -0.006 -0.043 -0.009 -0.048 -0.002 1.000 0.002 -0.005 0.002 -0.009 -0.233 0.010 -0.078 0.413 -0.080 -0.009 -0.078 -0.175 0.253 | +| omega_s | -0.002 0.077 -0.024 -0.247 0.001 0.885 0.002 1.000 0.003 0.000 0.004 -0.004 0.328 -0.019 -0.000 -0.020 0.000 -0.013 -0.083 0.010 | +| phi_p | -0.005 0.753 -0.019 0.065 -0.005 0.029 -0.005 0.003 1.000 -0.000 -0.002 0.001 0.100 -0.023 -0.002 -0.024 0.000 0.005 -0.043 0.002 | +| p4415_s | 0.019 -0.000 0.024 0.001 0.028 0.000 0.002 0.000 -0.000 1.000 -0.005 -0.025 0.003 -0.003 -0.027 -0.004 -0.045 -0.031 -0.007 -0.005 | +| p3770_s | -0.226 -0.004 -0.224 -0.024 -0.127 0.000 -0.009 0.004 -0.002 -0.005 1.000 0.220 -0.013 -0.049 0.107 -0.055 -0.005 0.179 -0.056 0.298 | +| p4040_s | -0.307 0.000 -0.434 -0.020 -0.481 -0.004 -0.233 -0.004 0.001 -0.025 0.220 1.000 -0.042 0.028 -0.114 0.026 0.001 0.557 0.110 0.369 | +| rho_p | 0.025 0.197 -0.002 0.172 0.037 0.209 0.010 0.328 0.100 0.003 -0.013 -0.042 1.000 -0.145 -0.017 -0.150 0.001 -0.050 -0.087 0.007 | +| psi2s_s | -0.002 0.010 0.078 -0.104 -0.058 -0.037 -0.078 -0.019 -0.023 -0.003 -0.049 0.028 -0.145 1.000 -0.009 0.955 -0.000 0.090 0.168 -0.271 | +| p4160_s | -0.147 -0.001 -0.339 -0.015 -0.200 -0.003 0.413 -0.000 -0.002 -0.027 0.107 -0.114 -0.017 -0.009 1.000 -0.010 -0.010 0.349 -0.056 0.517 | +| jpsi_s | 0.010 0.011 0.090 -0.107 -0.060 -0.038 -0.080 -0.020 -0.024 -0.004 -0.055 0.026 -0.150 0.955 -0.010 1.000 -0.000 0.096 0.176 -0.286 | +| p4415_p | 0.008 -0.000 0.016 0.000 -0.008 0.000 -0.009 0.000 0.000 -0.045 -0.005 0.001 0.001 -0.000 -0.010 -0.000 1.000 -0.016 0.003 -0.027 | +| Ctt | -0.605 0.009 -0.714 0.006 -0.518 -0.008 -0.078 -0.013 0.005 -0.031 0.179 0.557 -0.050 0.090 0.349 0.096 -0.016 1.000 0.226 0.740 | +| jpsi_p | -0.118 -0.033 -0.095 0.035 -0.126 -0.072 -0.175 -0.083 -0.043 -0.007 -0.056 0.110 -0.087 0.168 -0.056 0.176 0.003 0.226 1.000 -0.047 | +| Dbar_s | -0.456 -0.010 -0.701 -0.017 -0.254 0.008 0.253 0.010 0.002 -0.005 0.298 0.369 0.007 -0.271 0.517 -0.286 -0.027 0.740 -0.047 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13985148331118147}), (, {'error': 1.148124202087745}), (, {'error': 0.03339085487177451}), (, {'error': 0.3279821918687264}), (, {'error': 0.11056980374280112}), (, {'error': 0.5467454399639586}), (, {'error': 0.17596811819614633}), (, {'error': 1.9860396919489443}), (, {'error': 0.2993990661887942}), (, {'error': 0.03142140288572333}), (, {'error': 0.1947679904827595}), (, {'error': 0.17838977031129433}), (, {'error': 0.28002262756080487}), (, {'error': 3.7623686420711238}), (, {'error': 0.1655627166562169}), (, {'error': 26.55582512370438}), (, {'error': 0.1186421993129434}), (, {'error': 0.1522830076819174}), (, {'error': 0.016394080936052546}), (, {'error': 0.05790800731428358})]) +Toy 10/10 +Time taken: 12 h, 12 min +Projected time left: +Mean Ctt value = -0.22024537705004726 +Mean Ctt error = 0.11668583863846735 +Simulation ended diff --git a/prelim_results/slurm-2213925.out b/prelim_results/slurm-2213925.out new file mode 100644 index 0000000..619af81 --- /dev/null +++ b/prelim_results/slurm-2213925.out @@ -0,0 +1,9165 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:24.868973: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:24.876985: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099870000 Hz +2019-07-07 14:45:24.877262: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55badb631320 executing computations on platform Host. Devices: +2019-07-07 14:45:24.877296: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:30.805496: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55badb6bd3c0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:30.805555: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:30.809031: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:11:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:30.809083: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:30.848069: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:30.848107: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:30.848122: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:30.851185: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:11:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711597.1439812 Edm = 0.488044 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711597.1439812 Edm = 0.488044 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713689.265064 Edm = 2.38393 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714741.1216299 Edm = 7.45663e+06 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -714741.1216299 Edm = 7.45663e+06 NCalls = 25 +VariableMetric: After Hessian - FCN = -714741.1216299 Edm = 2.29889e+06 NCalls = 400 +VariableMetric: Iteration # 4 - FCN = -714741.1216299 Edm = 2.29889e+06 NCalls = 400 +VariableMetric: Iteration # 5 - FCN = -714820.7049835 Edm = 47170.6 NCalls = 411 +VariableMetric: Iteration # 6 - FCN = -714822.6755656 Edm = 14.3117 NCalls = 414 +VariableMetric: Iteration # 7 - FCN = -715159.9588033 Edm = 95.3617 NCalls = 418 +VariableMetric: Iteration # 8 - FCN = -715263.8574698 Edm = 5.25201 NCalls = 419 +VariableMetric: Iteration # 9 - FCN = -715277.5003172 Edm = 2.82346 NCalls = 421 +VariableMetric: Iteration # 10 - FCN = -715299.6909437 Edm = 10.7994 NCalls = 425 +VariableMetric: Iteration # 11 - FCN = -715319.3661815 Edm = 4.54302 NCalls = 427 +VariableMetric: Iteration # 12 - FCN = -715323.3526378 Edm = 0.486219 NCalls = 429 +VariableMetric: Iteration # 13 - FCN = -715342.061391 Edm = 1.27492 NCalls = 433 +VariableMetric: Iteration # 14 - FCN = -715343.6598866 Edm = 0.266962 NCalls = 435 +VariableMetric: Iteration # 15 - FCN = -715348.6007116 Edm = 1.05533 NCalls = 439 +VariableMetric: Iteration # 16 - FCN = -715349.9641298 Edm = 0.154541 NCalls = 441 +VariableMetric: Iteration # 17 - FCN = -715350.8820459 Edm = 0.746343 NCalls = 444 +VariableMetric: Iteration # 18 - FCN = -715366.4210376 Edm = 2.27481 NCalls = 448 +VariableMetric: Iteration # 19 - FCN = -715369.8174573 Edm = 0.285338 NCalls = 450 +VariableMetric: Iteration # 20 - FCN = -715371.098879 Edm = 1.05386 NCalls = 452 +VariableMetric: Iteration # 21 - FCN = -715394.7070386 Edm = 5.69646 NCalls = 457 +VariableMetric: Iteration # 22 - FCN = -715400.8791099 Edm = 0.33631 NCalls = 459 +VariableMetric: Iteration # 23 - FCN = -715401.4017871 Edm = 0.218163 NCalls = 461 +VariableMetric: Iteration # 24 - FCN = -715402.7478548 Edm = 1.36994 NCalls = 464 +VariableMetric: Iteration # 25 - FCN = -715406.488019 Edm = 2.45264 NCalls = 468 +VariableMetric: Iteration # 26 - FCN = -715410.5731799 Edm = 0.696319 NCalls = 470 +VariableMetric: Iteration # 27 - FCN = -715411.4265987 Edm = 0.0613942 NCalls = 472 +VariableMetric: Iteration # 28 - FCN = -715411.5206305 Edm = 0.0295106 NCalls = 474 +VariableMetric: Iteration # 29 - FCN = -715411.8386285 Edm = 0.275351 NCalls = 477 +VariableMetric: Iteration # 30 - FCN = -715414.2100433 Edm = 1.03825 NCalls = 480 +VariableMetric: Iteration # 31 - FCN = -715416.3621743 Edm = 0.135365 NCalls = 482 +VariableMetric: Iteration # 32 - FCN = -715416.5112629 Edm = 0.0405217 NCalls = 484 +VariableMetric: Iteration # 33 - FCN = -715417.112477 Edm = 0.442281 NCalls = 488 +VariableMetric: Iteration # 34 - FCN = -715420.673984 Edm = 0.339464 NCalls = 491 +VariableMetric: Iteration # 35 - FCN = -715421.2130066 Edm = 0.0389793 NCalls = 493 +VariableMetric: Iteration # 36 - FCN = -715421.2852817 Edm = 0.00579675 NCalls = 495 +VariableMetric: Iteration # 37 - FCN = -715421.3000827 Edm = 0.00583409 NCalls = 497 +VariableMetric: Iteration # 38 - FCN = -715421.3661277 Edm = 0.053002 NCalls = 500 +VariableMetric: Iteration # 39 - FCN = -715422.0357281 Edm = 0.156473 NCalls = 504 +VariableMetric: Iteration # 40 - FCN = -715422.2501513 Edm = 0.00985032 NCalls = 506 +VariableMetric: Iteration # 41 - FCN = -715422.2592172 Edm = 0.00164862 NCalls = 508 +VariableMetric: Iteration # 42 - FCN = -715422.2734145 Edm = 0.0116733 NCalls = 511 +VariableMetric: Iteration # 43 - FCN = -715422.4382934 Edm = 0.0736243 NCalls = 514 +VariableMetric: Iteration # 44 - FCN = -715422.5752196 Edm = 0.00278345 NCalls = 516 +VariableMetric: Iteration # 45 - FCN = -715422.5822473 Edm = 0.00389841 NCalls = 518 +VariableMetric: Iteration # 46 - FCN = -715422.7645048 Edm = 0.0841799 NCalls = 522 +VariableMetric: Iteration # 47 - FCN = -715422.9664594 Edm = 0.00529268 NCalls = 524 +VariableMetric: Iteration # 48 - FCN = -715422.9719635 Edm = 0.000399884 NCalls = 525 +VariableMetric: Iteration # 49 - FCN = -715422.974564 Edm = 0.00219711 NCalls = 528 +VariableMetric: Iteration # 50 - FCN = -715423.0757914 Edm = 0.0534482 NCalls = 532 +VariableMetric: Iteration # 51 - FCN = -715423.2501109 Edm = 0.00219968 NCalls = 534 +VariableMetric: Iteration # 52 - FCN = -715423.2523541 Edm = 2.8254e-05 NCalls = 535 +VariableMetric: After Hessian - FCN = -715423.2523541 Edm = 0.030333 NCalls = 932 +VariableMetric: Iteration # 53 - FCN = -715423.2523541 Edm = 0.030333 NCalls = 932 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707921.2626967 Edm = 5.15179 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707921.2626967 Edm = 5.15179 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711459.2707539 Edm = 6.08254 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -711481.5696218 Edm = 36.8725 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -712499.2403531 Edm = 381.374 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -712899.7644785 Edm = 8.76956 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -712908.819015 Edm = 0.664448 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -712920.1649348 Edm = 10.372 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -713199.1425456 Edm = 0.209916 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -713199.4247286 Edm = 0.10354 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -713201.8241793 Edm = 2.81777 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -713226.4543033 Edm = 19.2393 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -713471.5727417 Edm = 54.7541 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -713560.8755491 Edm = 26.0834 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -713588.7352396 Edm = 11.5593 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -713601.4321175 Edm = 0.308342 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -713601.7413973 Edm = 0.0160039 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -713601.8312873 Edm = 0.0767401 NCalls = 54 +VariableMetric: Iteration # 17 - FCN = -713626.3589372 Edm = 0.154284 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -713764.797333 Edm = 4.16319 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -713773.8367655 Edm = 11.355 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -713788.2419444 Edm = 5.22423 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -713794.5839897 Edm = 0.620843 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -713795.0582128 Edm = 0.169444 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -713795.2035476 Edm = 0.0307554 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -713795.2476222 Edm = 0.0152143 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -713796.7767726 Edm = 1.43234 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -714051.9703881 Edm = 56.4954 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -714171.043915 Edm = 108.109 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -714209.5563168 Edm = 63.6757 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -714251.8723204 Edm = 57.9855 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -714813.9468159 Edm = 663.51 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -714832.1692562 Edm = 35.5559 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -715017.5608969 Edm = 89.0078 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -715133.9239563 Edm = 2.21085 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -715135.9748458 Edm = 0.40218 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -715136.4158409 Edm = 0.0530573 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -715136.4662134 Edm = 0.0242791 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -715136.7248598 Edm = 0.439143 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -715139.2132901 Edm = 1.03561 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -715139.2800111 Edm = 0.0454499 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -715139.3233799 Edm = 0.0138594 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -715139.5476745 Edm = 0.229632 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -715139.9225531 Edm = 0.277204 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -715142.3931152 Edm = 0.0946883 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -715142.4774764 Edm = 0.0152434 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -715142.5185835 Edm = 0.0189363 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -715142.8106009 Edm = 0.221033 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -715160.9763631 Edm = 13.8983 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -715228.636949 Edm = 13.2713 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -715244.3459938 Edm = 4.20445 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -715246.4351676 Edm = 1.51093 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -715247.3907477 Edm = 0.0668659 NCalls = 164 +VariableMetric: Iteration # 52 - FCN = -715247.4557648 Edm = 0.00554035 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -715247.4674815 Edm = 0.00445248 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -715247.5779117 Edm = 0.097167 NCalls = 171 +VariableMetric: Iteration # 55 - FCN = -715280.6670183 Edm = 23.5905 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -715331.4201333 Edm = 7.01896 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -715337.0500307 Edm = 0.459263 NCalls = 181 +VariableMetric: Iteration # 58 - FCN = -715337.4952365 Edm = 0.0646471 NCalls = 182 +VariableMetric: Iteration # 59 - FCN = -715337.6482228 Edm = 0.0122779 NCalls = 184 +VariableMetric: Iteration # 60 - FCN = -715337.6680025 Edm = 0.00206867 NCalls = 186 +VariableMetric: Iteration # 61 - FCN = -715337.6767705 Edm = 0.00548321 NCalls = 188 +VariableMetric: Iteration # 62 - FCN = -715338.1504669 Edm = 0.480775 NCalls = 193 +VariableMetric: Iteration # 63 - FCN = -715349.9973545 Edm = 11.9698 NCalls = 198 +VariableMetric: Iteration # 64 - FCN = -715376.1221227 Edm = 14.649 NCalls = 204 +VariableMetric: Iteration # 65 - FCN = -715392.2078172 Edm = 24.6367 NCalls = 206 +VariableMetric: Iteration # 66 - FCN = -715407.4792818 Edm = 1.26837 NCalls = 208 +VariableMetric: Iteration # 67 - FCN = -715409.9685376 Edm = 0.678902 NCalls = 210 +VariableMetric: Iteration # 68 - FCN = -715412.2214095 Edm = 0.663797 NCalls = 213 +VariableMetric: Iteration # 69 - FCN = -715413.0444398 Edm = 0.051557 NCalls = 216 +VariableMetric: Iteration # 70 - FCN = -715413.0901403 Edm = 0.00493912 NCalls = 218 +VariableMetric: Iteration # 71 - FCN = -715413.0967821 Edm = 0.00130322 NCalls = 220 +VariableMetric: Iteration # 72 - FCN = -715413.1035489 Edm = 0.00412949 NCalls = 222 +VariableMetric: Iteration # 73 - FCN = -715413.167298 Edm = 0.0430119 NCalls = 225 +VariableMetric: Iteration # 74 - FCN = -715413.7204064 Edm = 0.442416 NCalls = 228 +VariableMetric: Iteration # 75 - FCN = -715423.8512491 Edm = 5.75679 NCalls = 233 +VariableMetric: Iteration # 76 - FCN = -715432.0843319 Edm = 1.28317 NCalls = 235 +VariableMetric: Iteration # 77 - FCN = -715433.7218181 Edm = 0.221877 NCalls = 238 +VariableMetric: Iteration # 78 - FCN = -715433.9290127 Edm = 0.117767 NCalls = 240 +VariableMetric: Iteration # 79 - FCN = -715433.9864281 Edm = 0.00350707 NCalls = 242 +VariableMetric: Iteration # 80 - FCN = -715433.989513 Edm = 0.000402693 NCalls = 244 +VariableMetric: Iteration # 81 - FCN = -715433.9906231 Edm = 0.00072369 NCalls = 246 +VariableMetric: Iteration # 82 - FCN = -715434.0237114 Edm = 0.0340152 NCalls = 250 +VariableMetric: Iteration # 83 - FCN = -715434.0765493 Edm = 0.051584 NCalls = 255 +VariableMetric: Iteration # 84 - FCN = -715441.2507653 Edm = 1.39549 NCalls = 260 +VariableMetric: Iteration # 85 - FCN = -715442.3750548 Edm = 0.0512249 NCalls = 262 +VariableMetric: Iteration # 86 - FCN = -715442.4164305 Edm = 0.000912306 NCalls = 264 +VariableMetric: Iteration # 87 - FCN = -715442.4173416 Edm = 9.19854e-05 NCalls = 265 +VariableMetric: Iteration # 88 - FCN = -715442.4175786 Edm = 0.000270156 NCalls = 267 +VariableMetric: Iteration # 89 - FCN = -715442.4219299 Edm = 0.00462604 NCalls = 272 +VariableMetric: Iteration # 90 - FCN = -715442.5246039 Edm = 0.0248343 NCalls = 279 +VariableMetric: Iteration # 91 - FCN = -715443.1223761 Edm = 0.293746 NCalls = 281 +VariableMetric: Iteration # 92 - FCN = -715444.6258109 Edm = 0.0319333 NCalls = 283 +VariableMetric: Iteration # 93 - FCN = -715444.6531098 Edm = 0.000512023 NCalls = 285 +VariableMetric: Iteration # 94 - FCN = -715444.6536046 Edm = 2.54168e-05 NCalls = 286 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709128.349543 Edm = 4.03039 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709128.349543 Edm = 4.03039 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711619.0712209 Edm = 3.85404 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -712332.0670387 Edm = 483.771 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -712918.3105691 Edm = 3.65004 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -712921.9465346 Edm = 0.102318 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -712922.0857746 Edm = 0.0220217 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -712957.0452006 Edm = 6.01625 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -713175.3379557 Edm = 57.4079 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -713341.9461063 Edm = 10.9126 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -713348.619971 Edm = 0.469207 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -713349.4395773 Edm = 0.23847 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -713350.5453704 Edm = 1.18294 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -713418.2609971 Edm = 22.2307 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -713449.321007 Edm = 2.78681 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -713452.81845 Edm = 0.265763 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -713453.0717206 Edm = 0.017687 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -713453.1226198 Edm = 0.0415968 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -713455.5131567 Edm = 2.25337 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -713580.4963952 Edm = 22.1008 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -713607.7775544 Edm = 1.09722 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -713608.6472317 Edm = 0.139156 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -713608.7818624 Edm = 0.00636595 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -713608.860888 Edm = 0.0682615 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -713661.0790779 Edm = 29.6036 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -713771.9737924 Edm = 42.2295 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -713861.8392088 Edm = 15.7049 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -713880.7451692 Edm = 2.05075 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -715072.6502673 Edm = 84.2274 NCalls = 106 +VariableMetric: Iteration # 28 - FCN = -715188.5841553 Edm = 3325.13 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -715244.6772326 Edm = 36.7877 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -715293.4803159 Edm = 15.0707 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -715301.8319713 Edm = 1.00033 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -715303.296042 Edm = 1.04725 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -715306.5533883 Edm = 0.177224 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -715306.7125864 Edm = 0.0203372 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -715306.7499517 Edm = 0.0244752 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -715306.924715 Edm = 0.165926 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -715320.612207 Edm = 5.47551 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -715355.9970937 Edm = 9.05504 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -715364.4946066 Edm = 3.16589 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -715366.6580207 Edm = 0.186512 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -715366.8834377 Edm = 0.0305841 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -715366.9301008 Edm = 0.00919101 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -715366.9590406 Edm = 0.00593257 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -715366.9792669 Edm = 0.00832013 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -715367.0800028 Edm = 0.0769356 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -715376.2236624 Edm = 8.11622 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -715378.9683701 Edm = 79918.8 NCalls = 174 +VariableMetric: Iteration # 48 - FCN = -715387.6137649 Edm = 864307 NCalls = 182 +VariableMetric: Iteration # 49 - FCN = -715394.5014827 Edm = 66596.2 NCalls = 189 +VariableMetric: Iteration # 50 - FCN = -715397.5425266 Edm = 21398.8 NCalls = 195 +VariableMetric: Iteration # 51 - FCN = -715400.7958524 Edm = 2002.67 NCalls = 200 +VariableMetric: Iteration # 52 - FCN = -715402.986598 Edm = 754.611 NCalls = 204 +VariableMetric: Iteration # 53 - FCN = -715405.0298892 Edm = 3329.82 NCalls = 208 +VariableMetric: Iteration # 54 - FCN = -715406.8897534 Edm = 2026.03 NCalls = 211 +VariableMetric: Iteration # 55 - FCN = -715410.2113192 Edm = 344.68 NCalls = 214 +VariableMetric: Iteration # 56 - FCN = -715413.2101838 Edm = 398.065 NCalls = 217 +VariableMetric: Iteration # 57 - FCN = -715415.6216875 Edm = 2900.42 NCalls = 219 +VariableMetric: Iteration # 58 - FCN = -715417.7669427 Edm = 64.9753 NCalls = 222 +VariableMetric: Iteration # 59 - FCN = -715419.0429983 Edm = 35.4465 NCalls = 225 +VariableMetric: Iteration # 60 - FCN = -715420.6301784 Edm = 17.7593 NCalls = 227 +VariableMetric: Iteration # 61 - FCN = -715428.3642694 Edm = 140.646 NCalls = 229 +VariableMetric: Iteration # 62 - FCN = -715436.9967707 Edm = 29.3653 NCalls = 231 +VariableMetric: Iteration # 63 - FCN = -715438.1889078 Edm = 12.0713 NCalls = 233 +VariableMetric: Iteration # 64 - FCN = -715438.6193219 Edm = 5.37318 NCalls = 235 +VariableMetric: Iteration # 65 - FCN = -715440.0781827 Edm = 25.67 NCalls = 237 +VariableMetric: Iteration # 66 - FCN = -715442.7467161 Edm = 8.88693 NCalls = 238 +VariableMetric: Iteration # 67 - FCN = -715444.5294204 Edm = 6.52207 NCalls = 240 +VariableMetric: Iteration # 68 - FCN = -715444.9439668 Edm = 2.55062 NCalls = 242 +VariableMetric: Iteration # 69 - FCN = -715446.7072114 Edm = 0.330895 NCalls = 244 +VariableMetric: Iteration # 70 - FCN = -715446.9277309 Edm = 0.132058 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -715447.001697 Edm = 0.0364181 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -715447.1046704 Edm = 0.106844 NCalls = 251 +VariableMetric: Iteration # 73 - FCN = -715447.1897471 Edm = 0.080309 NCalls = 254 +VariableMetric: Iteration # 74 - FCN = -715447.2509778 Edm = 0.0958149 NCalls = 257 +VariableMetric: Iteration # 75 - FCN = -715447.3426914 Edm = 0.0696989 NCalls = 260 +VariableMetric: Iteration # 76 - FCN = -715447.4496016 Edm = 0.0676854 NCalls = 262 +VariableMetric: Iteration # 77 - FCN = -715447.5272943 Edm = 0.0784538 NCalls = 265 +VariableMetric: Iteration # 78 - FCN = -715447.5729805 Edm = 0.033301 NCalls = 267 +VariableMetric: Iteration # 79 - FCN = -715447.6207897 Edm = 0.0175218 NCalls = 270 +VariableMetric: Iteration # 80 - FCN = -715447.6449586 Edm = 0.0115998 NCalls = 272 +VariableMetric: Iteration # 81 - FCN = -715447.6577408 Edm = 0.00686238 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -715447.6626746 Edm = 0.00377536 NCalls = 277 +VariableMetric: Iteration # 83 - FCN = -715447.6665487 Edm = 0.000861027 NCalls = 279 +VariableMetric: Iteration # 84 - FCN = -715447.667852 Edm = 0.000347112 NCalls = 281 +VariableMetric: Iteration # 85 - FCN = -715447.6682657 Edm = 5.71837e-05 NCalls = 283 +VariableMetric: After Hessian - FCN = -715447.6682657 Edm = 6.58334e-05 NCalls = 654 +VariableMetric: Iteration # 86 - FCN = -715447.6682657 Edm = 6.58334e-05 NCalls = 654 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710602.9769708 Edm = 2.63717 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710602.9769708 Edm = 2.63717 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711434.5250237 Edm = 0.564949 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711439.6503452 Edm = 4.86491 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -711687.3684898 Edm = 42.1144 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -711736.1909696 Edm = 0.111677 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -711737.1456838 Edm = 0.896891 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -711914.5751878 Edm = 37.7735 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -711950.4357343 Edm = 11.4229 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -711952.0665693 Edm = 0.149725 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -711952.4987767 Edm = 0.295465 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -712002.8183742 Edm = 3.73488 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -712007.1973926 Edm = 0.142643 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -712007.4543674 Edm = 0.0788386 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -712015.8178687 Edm = 6.65756 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -712105.5356402 Edm = 18.0753 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -712137.3024868 Edm = 1.76114 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -712139.8144778 Edm = 0.213953 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -712140.0496982 Edm = 0.027763 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -712140.2481748 Edm = 0.134026 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -712150.8731776 Edm = 7.77377 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -712212.9805751 Edm = 9.99392 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -712223.0112872 Edm = 0.305225 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -712223.391209 Edm = 0.0645476 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -712223.6228211 Edm = 0.139172 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -712227.3444034 Edm = 1.98842 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -712252.8812673 Edm = 12.4821 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -712287.3115514 Edm = 1.04612 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -712290.5313416 Edm = 9.7881 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -712307.0551373 Edm = 20.9895 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -712307.2103871 Edm = 0.522167 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -712312.5958129 Edm = 5.623 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -712325.5941007 Edm = 7.44726 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -712353.4446697 Edm = 3.76254 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -712363.5067338 Edm = 9.5692 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -712396.2599415 Edm = 35.7588 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -712427.9205167 Edm = 35.8528 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -712433.3478587 Edm = 18.779 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -712460.2074618 Edm = 18.1622 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -712641.073538 Edm = 72.6549 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -712681.6655321 Edm = 6.01225 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -712684.1119766 Edm = 2.51268 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -712685.8576263 Edm = 0.0689493 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -712686.1199834 Edm = 0.169354 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -712687.1198852 Edm = 0.848692 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -712687.9695995 Edm = 0.417524 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -712688.1079671 Edm = 0.176044 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -712688.3599316 Edm = 0.098142 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -712689.3361137 Edm = 0.500328 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -712698.3297587 Edm = 8.14839 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -712804.2166173 Edm = 305.102 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -712845.5123457 Edm = 45.9836 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -712976.0577689 Edm = 48.7758 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -713028.9989855 Edm = 11.917 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -713364.5840586 Edm = 141.868 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -713392.8037468 Edm = 282.034 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -713656.8392786 Edm = 25.0159 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -713684.0746297 Edm = 8.52171 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -713691.8379761 Edm = 3.19509 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -713694.2822935 Edm = 3.86078 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -713699.7283533 Edm = 2.38797 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -713703.7372244 Edm = 4.55023 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -713708.2684867 Edm = 0.63222 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -713709.4125579 Edm = 0.300853 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -713709.9900317 Edm = 0.052977 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -713710.0661148 Edm = 0.0275787 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -713710.6027056 Edm = 0.496991 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -713956.1495614 Edm = 166.981 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -714134.6387512 Edm = 316.042 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -714220.9059617 Edm = 3565.04 NCalls = 241 +VariableMetric: Iteration # 69 - FCN = -714220.9059617 Edm = 3565.04 NCalls = 252 +VariableMetric: After Hessian - FCN = -714220.9059617 Edm = 644177 NCalls = 613 +VariableMetric: Iteration # 70 - FCN = -714220.9059617 Edm = 644177 NCalls = 613 +VariableMetric: Iteration # 71 - FCN = -714220.9059617 Edm = 644177 NCalls = 624 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709100.5809759 Edm = 2.01313 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709100.5809759 Edm = 2.01313 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711882.2488577 Edm = 10.3216 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711947.0611685 Edm = 74.7001 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -712145.8086436 Edm = 976.18 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -713880.6416406 Edm = 753.982 NCalls = 30 +VariableMetric: Iteration # 5 - FCN = -714019.5338098 Edm = 9.71207 NCalls = 33 +VariableMetric: Iteration # 6 - FCN = -714061.2055258 Edm = 16.5267 NCalls = 38 +VariableMetric: Iteration # 7 - FCN = -714063.4091114 Edm = 3.79146 NCalls = 40 +VariableMetric: Iteration # 8 - FCN = -714082.7410731 Edm = 4.71159 NCalls = 43 +VariableMetric: Iteration # 9 - FCN = -714088.6563742 Edm = 3.05697 NCalls = 45 +VariableMetric: Iteration # 10 - FCN = -714362.9717603 Edm = 82.3797 NCalls = 53 +VariableMetric: Iteration # 11 - FCN = -714514.8752299 Edm = 229.167 NCalls = 55 +VariableMetric: Iteration # 12 - FCN = -714663.689845 Edm = 110.642 NCalls = 62 +VariableMetric: Iteration # 13 - FCN = -714703.5243301 Edm = 116.118 NCalls = 65 +VariableMetric: Iteration # 14 - FCN = -714891.8702055 Edm = 1.38328 NCalls = 68 +VariableMetric: Iteration # 15 - FCN = -714893.1456192 Edm = 0.0582709 NCalls = 70 +VariableMetric: Iteration # 16 - FCN = -714893.2584363 Edm = 0.0484118 NCalls = 72 +VariableMetric: Iteration # 17 - FCN = -714895.6684606 Edm = 2.4149 NCalls = 77 +VariableMetric: Iteration # 18 - FCN = -714975.0064806 Edm = 0.950771 NCalls = 84 +VariableMetric: Iteration # 19 - FCN = -715089.0627551 Edm = 17.8353 NCalls = 86 +VariableMetric: Iteration # 20 - FCN = -715124.455363 Edm = 3.92688 NCalls = 88 +VariableMetric: Iteration # 21 - FCN = -715130.8332983 Edm = 0.323714 NCalls = 93 +VariableMetric: Iteration # 22 - FCN = -715131.3764517 Edm = 0.13421 NCalls = 95 +VariableMetric: Iteration # 23 - FCN = -715133.9355434 Edm = 2.28626 NCalls = 102 +VariableMetric: Iteration # 24 - FCN = -715133.9590817 Edm = 0.0814529 NCalls = 104 +VariableMetric: Iteration # 25 - FCN = -715134.7792403 Edm = 0.864913 NCalls = 108 +VariableMetric: Iteration # 26 - FCN = -715139.7855545 Edm = 1.27018 NCalls = 113 +VariableMetric: Iteration # 27 - FCN = -715141.2164991 Edm = 0.512467 NCalls = 115 +VariableMetric: Iteration # 28 - FCN = -715141.4485586 Edm = 0.00970707 NCalls = 117 +VariableMetric: Iteration # 29 - FCN = -715141.4850119 Edm = 0.0268193 NCalls = 119 +VariableMetric: Iteration # 30 - FCN = -715147.1526977 Edm = 5.31744 NCalls = 125 +VariableMetric: Iteration # 31 - FCN = -715266.221684 Edm = 34.3678 NCalls = 131 +VariableMetric: Iteration # 32 - FCN = -715280.8051667 Edm = 3.04373 NCalls = 133 +VariableMetric: Iteration # 33 - FCN = -715285.7752978 Edm = 2.00716 NCalls = 137 +VariableMetric: Iteration # 34 - FCN = -715287.8063012 Edm = 3.39554 NCalls = 140 +VariableMetric: Iteration # 35 - FCN = -715295.3440505 Edm = 3.57552 NCalls = 144 +VariableMetric: Iteration # 36 - FCN = -715297.3949856 Edm = 0.0641586 NCalls = 146 +VariableMetric: Iteration # 37 - FCN = -715297.461974 Edm = 0.00140102 NCalls = 148 +VariableMetric: Iteration # 38 - FCN = -715297.4860536 Edm = 0.02065 NCalls = 152 +VariableMetric: Iteration # 39 - FCN = -715302.127992 Edm = 4.18185 NCalls = 158 +VariableMetric: Iteration # 40 - FCN = -715329.5959796 Edm = 4.89519 NCalls = 162 +VariableMetric: Iteration # 41 - FCN = -715334.9233591 Edm = 0.759779 NCalls = 164 +VariableMetric: Iteration # 42 - FCN = -715335.5738237 Edm = 0.018477 NCalls = 166 +VariableMetric: Iteration # 43 - FCN = -715335.5906539 Edm = 0.00147523 NCalls = 168 +VariableMetric: Iteration # 44 - FCN = -715335.5949636 Edm = 0.00294078 NCalls = 170 +VariableMetric: Iteration # 45 - FCN = -715335.8006125 Edm = 0.191136 NCalls = 175 +VariableMetric: Iteration # 46 - FCN = -715352.2697936 Edm = 5.07965 NCalls = 181 +VariableMetric: Iteration # 47 - FCN = -715357.4741505 Edm = 0.392525 NCalls = 183 +VariableMetric: Iteration # 48 - FCN = -715357.8930584 Edm = 0.0172596 NCalls = 185 +VariableMetric: Iteration # 49 - FCN = -715357.9055801 Edm = 0.000750171 NCalls = 187 +VariableMetric: Iteration # 50 - FCN = -715357.908634 Edm = 0.00219542 NCalls = 189 +VariableMetric: Iteration # 51 - FCN = -715357.9819707 Edm = 0.0653113 NCalls = 193 +VariableMetric: Iteration # 52 - FCN = -715365.1430157 Edm = 2.92825 NCalls = 198 +VariableMetric: Iteration # 53 - FCN = -715370.0864016 Edm = 0.20146 NCalls = 200 +VariableMetric: Iteration # 54 - FCN = -715370.3281956 Edm = 0.0234714 NCalls = 202 +VariableMetric: Iteration # 55 - FCN = -715370.3532191 Edm = 0.000913358 NCalls = 204 +VariableMetric: Iteration # 56 - FCN = -715370.3543409 Edm = 0.00034196 NCalls = 206 +VariableMetric: Iteration # 57 - FCN = -715370.3575241 Edm = 0.00336273 NCalls = 209 +VariableMetric: Iteration # 58 - FCN = -715370.5940487 Edm = 0.22666 NCalls = 216 +VariableMetric: Iteration # 59 - FCN = -715376.6114315 Edm = 1.96654 NCalls = 221 +VariableMetric: Iteration # 60 - FCN = -715378.8544556 Edm = 0.174266 NCalls = 223 +VariableMetric: Iteration # 61 - FCN = -715378.9889906 Edm = 0.00208148 NCalls = 225 +VariableMetric: Iteration # 62 - FCN = -715378.9911654 Edm = 0.000189938 NCalls = 227 +VariableMetric: Iteration # 63 - FCN = -715378.9922206 Edm = 0.00112296 NCalls = 230 +VariableMetric: Iteration # 64 - FCN = -715379.0433188 Edm = 0.0554042 NCalls = 236 +VariableMetric: Iteration # 65 - FCN = -715379.3273141 Edm = 0.0143597 NCalls = 243 +VariableMetric: Iteration # 66 - FCN = -715383.2462603 Edm = 1.83768 NCalls = 245 +VariableMetric: Iteration # 67 - FCN = -715388.9807002 Edm = 0.862333 NCalls = 248 +VariableMetric: Iteration # 68 - FCN = -715390.2412558 Edm = 0.163438 NCalls = 250 +VariableMetric: Iteration # 69 - FCN = -715390.8381922 Edm = 0.439642 NCalls = 255 +VariableMetric: Iteration # 70 - FCN = -715397.8370932 Edm = 0.606188 NCalls = 262 +VariableMetric: Iteration # 71 - FCN = -715398.039883 Edm = 1.56597 NCalls = 264 +VariableMetric: Iteration # 72 - FCN = -715398.4153408 Edm = 0.0192383 NCalls = 266 +VariableMetric: Iteration # 73 - FCN = -715398.433493 Edm = 0.000755533 NCalls = 267 +VariableMetric: Iteration # 74 - FCN = -715398.4367897 Edm = 0.00222515 NCalls = 269 +VariableMetric: Iteration # 75 - FCN = -715398.5038728 Edm = 0.0615826 NCalls = 273 +VariableMetric: Iteration # 76 - FCN = -715399.6519905 Edm = 1.08501 NCalls = 277 +VariableMetric: Iteration # 77 - FCN = -715406.7226584 Edm = 3.61669 NCalls = 282 +VariableMetric: Iteration # 78 - FCN = -715413.3329386 Edm = 0.402962 NCalls = 285 +VariableMetric: Iteration # 79 - FCN = -715413.6537284 Edm = 0.0189047 NCalls = 287 +VariableMetric: Iteration # 80 - FCN = -715413.669909 Edm = 0.000764492 NCalls = 289 +VariableMetric: Iteration # 81 - FCN = -715413.671201 Edm = 0.000512573 NCalls = 291 +VariableMetric: Iteration # 82 - FCN = -715413.6816325 Edm = 0.0117607 NCalls = 295 +VariableMetric: Iteration # 83 - FCN = -715413.8636347 Edm = 0.179996 NCalls = 301 +VariableMetric: Iteration # 84 - FCN = -715421.9687311 Edm = 4.3523 NCalls = 305 +VariableMetric: Iteration # 85 - FCN = -715432.2842943 Edm = 0.338956 NCalls = 308 +VariableMetric: Iteration # 86 - FCN = -715432.5783315 Edm = 0.015171 NCalls = 310 +VariableMetric: Iteration # 87 - FCN = -715432.5922952 Edm = 0.00103368 NCalls = 311 +VariableMetric: Iteration # 88 - FCN = -715432.5934841 Edm = 0.000258632 NCalls = 313 +VariableMetric: Iteration # 89 - FCN = -715432.5945178 Edm = 0.000781542 NCalls = 315 +VariableMetric: Iteration # 90 - FCN = -715432.6072567 Edm = 0.0111103 NCalls = 320 +VariableMetric: Iteration # 91 - FCN = -715433.3111331 Edm = 0.596696 NCalls = 325 +VariableMetric: Iteration # 92 - FCN = -715441.2007265 Edm = 0.490019 NCalls = 328 +VariableMetric: Iteration # 93 - FCN = -715441.852958 Edm = 0.0347353 NCalls = 330 +VariableMetric: Iteration # 94 - FCN = -715441.8905828 Edm = 0.00186266 NCalls = 332 +VariableMetric: Iteration # 95 - FCN = -715441.8928564 Edm = 0.000142695 NCalls = 334 +VariableMetric: Iteration # 96 - FCN = -715441.8934798 Edm = 0.000440864 NCalls = 336 +VariableMetric: Iteration # 97 - FCN = -715441.9101275 Edm = 0.0147196 NCalls = 340 +VariableMetric: Iteration # 98 - FCN = -715442.4818027 Edm = 0.399917 NCalls = 344 +VariableMetric: Iteration # 99 - FCN = -715446.2978421 Edm = 0.434245 NCalls = 348 +VariableMetric: Iteration # 100 - FCN = -715446.7200173 Edm = 0.0822712 NCalls = 349 +VariableMetric: Iteration # 101 - FCN = -715446.8182752 Edm = 0.0151882 NCalls = 351 +VariableMetric: Iteration # 102 - FCN = -715446.8391185 Edm = 0.000691498 NCalls = 353 +VariableMetric: Iteration # 103 - FCN = -715446.8398938 Edm = 2.88673e-05 NCalls = 355 +VariableMetric: After Hessian - FCN = -715446.8398938 Edm = 1.64042 NCalls = 712 +VariableMetric: Iteration # 104 - FCN = -715446.8398938 Edm = 1.64042 NCalls = 712 +VariableMetric: Iteration # 105 - FCN = -715448.3906844 Edm = 0.107972 NCalls = 714 +VariableMetric: Iteration # 106 - FCN = -715448.5754851 Edm = 0.051848 NCalls = 717 +VariableMetric: Iteration # 107 - FCN = -715448.6461122 Edm = 0.0224604 NCalls = 720 +VariableMetric: Iteration # 108 - FCN = -715448.6653179 Edm = 0.00901736 NCalls = 722 +VariableMetric: Iteration # 109 - FCN = -715448.6725637 Edm = 0.00280635 NCalls = 725 +VariableMetric: Iteration # 110 - FCN = -715448.6763774 Edm = 0.000887017 NCalls = 727 +VariableMetric: Iteration # 111 - FCN = -715448.6808616 Edm = 0.00213383 NCalls = 731 +VariableMetric: Iteration # 112 - FCN = -715448.6837327 Edm = 0.00152097 NCalls = 734 +VariableMetric: Iteration # 113 - FCN = -715448.684857 Edm = 0.000159209 NCalls = 736 +VariableMetric: Iteration # 114 - FCN = -715448.6850204 Edm = 1.50465e-05 NCalls = 737 +VariableMetric: After Hessian - FCN = -715448.6850204 Edm = 2.99821e-05 NCalls = 1108 +VariableMetric: Iteration # 115 - FCN = -715448.6850204 Edm = 2.99821e-05 NCalls = 1108 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -706518.3415853 Edm = 11.7445 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -706518.3415853 Edm = 11.7445 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712792.8200474 Edm = 0.951378 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712855.3360945 Edm = 0.971477 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -712861.1842893 Edm = 9.20606 NCalls = 13 +VariableMetric: Iteration # 4 - FCN = -713012.6064481 Edm = 86.4678 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -713384.7454143 Edm = 5.22912 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -713388.1120718 Edm = 0.390042 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -713388.6020656 Edm = 0.356697 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -713433.8247518 Edm = 1.47765 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -713435.5051282 Edm = 0.197265 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -713466.1132555 Edm = 25.672 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -713589.063973 Edm = 11.1192 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -713613.8474435 Edm = 3.98097 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -713619.2340388 Edm = 1.70015 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -713619.860485 Edm = 0.139148 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -713620.4714351 Edm = 0.383163 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -713663.0833423 Edm = 17.0928 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -713713.907665 Edm = 5.85407 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -713742.2177129 Edm = 2.75242 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -713743.8237965 Edm = 0.812494 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -713744.3467326 Edm = 0.211556 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -713744.9921798 Edm = 0.0950412 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -713745.13287 Edm = 0.0369651 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -713745.2223278 Edm = 0.0927465 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -713747.4524546 Edm = 1.67465 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -713794.8577529 Edm = 19.7722 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -713797.5165621 Edm = 3.50936 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -713817.9598618 Edm = 7.94927 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -713840.9752154 Edm = 5.03606 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -713873.2455218 Edm = 11.2122 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -713887.0538682 Edm = 2.67827 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -713893.6140648 Edm = 2.29227 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -713896.4938962 Edm = 3.87847 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -713899.9695924 Edm = 0.0833945 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -713900.0558695 Edm = 0.00622682 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -713900.0817896 Edm = 0.0213435 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -713900.6710185 Edm = 0.488981 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -713939.9046577 Edm = 12.2052 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -713981.4212268 Edm = 7.34923 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -713988.2594215 Edm = 1.32116 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -713989.7593187 Edm = 0.234127 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -713990.092513 Edm = 0.0368263 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -713990.1308195 Edm = 0.00771271 NCalls = 135 +VariableMetric: Iteration # 43 - FCN = -713990.1603889 Edm = 0.0142638 NCalls = 137 +VariableMetric: Iteration # 44 - FCN = -713990.3834354 Edm = 0.131527 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -713990.8280675 Edm = 0.683116 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -713991.0435047 Edm = 0.305537 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -713991.2243013 Edm = 0.151859 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -713991.4293064 Edm = 0.0327196 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -713991.4770401 Edm = 0.0501157 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -713991.719807 Edm = 0.241257 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -713993.985689 Edm = 1.93885 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -714188.1878355 Edm = 490.724 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -714197.5591634 Edm = 54.0167 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -714205.3638195 Edm = 15.8807 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -714240.925049 Edm = 132.679 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -714586.3372027 Edm = 74.2752 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -714599.0016563 Edm = 173.713 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -714641.5016603 Edm = 11.9133 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -714656.6019989 Edm = 1.64135 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -714662.0140683 Edm = 3.44897 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -714665.6348007 Edm = 2.98216 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -714678.7570105 Edm = 3.84056 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -714687.9515649 Edm = 3.41116 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -714694.9604433 Edm = 3.31123 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -714699.9472382 Edm = 7.63033 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -714743.4375322 Edm = 258.747 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -714749.5419522 Edm = 7.59137 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -714800.9153574 Edm = 41.6862 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -714805.6252621 Edm = 9.03305 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -714910.0099314 Edm = 80.6617 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -714994.6149046 Edm = 7.70045 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -715003.6788871 Edm = 0.874734 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -715005.2295978 Edm = 0.245024 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -715005.5164127 Edm = 0.0272961 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -715005.5739859 Edm = 0.0293244 NCalls = 238 +VariableMetric: Iteration # 76 - FCN = -715005.7754426 Edm = 0.128486 NCalls = 241 +VariableMetric: Iteration # 77 - FCN = -715006.3934102 Edm = 0.0872047 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -715006.4823247 Edm = 0.0284371 NCalls = 247 +VariableMetric: Iteration # 79 - FCN = -715006.5370738 Edm = 0.0650932 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -715006.8809473 Edm = 0.253813 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -715007.4927205 Edm = 0.32781 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -715008.0644433 Edm = 0.661164 NCalls = 263 +VariableMetric: Iteration # 83 - FCN = -715008.4113417 Edm = 0.400061 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -715009.4287076 Edm = 0.339944 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -715010.6415928 Edm = 1.64495 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -715016.9589193 Edm = 5.58039 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -715075.3310931 Edm = 52.8858 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -715119.4896856 Edm = 31.8239 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -715178.3694825 Edm = 45.2262 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -715210.1554143 Edm = 15.3821 NCalls = 294 +VariableMetric: Iteration # 91 - FCN = -715225.7655059 Edm = 15.1472 NCalls = 297 +VariableMetric: Iteration # 92 - FCN = -715234.8980128 Edm = 5.09368 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -715242.4690393 Edm = 5.74135 NCalls = 301 +VariableMetric: Iteration # 94 - FCN = -715250.9366904 Edm = 4.32931 NCalls = 303 +VariableMetric: Iteration # 95 - FCN = -715256.8580301 Edm = 7.43798 NCalls = 306 +VariableMetric: Iteration # 96 - FCN = -715349.2236446 Edm = 23.3624 NCalls = 316 +VariableMetric: Iteration # 97 - FCN = -715349.325732 Edm = 1.9344 NCalls = 319 +VariableMetric: Iteration # 98 - FCN = -715352.3151428 Edm = 2.015 NCalls = 321 +VariableMetric: Iteration # 99 - FCN = -715363.0058197 Edm = 4.62948 NCalls = 325 +VariableMetric: Iteration # 100 - FCN = -715372.1764813 Edm = 1.21378 NCalls = 327 +VariableMetric: Iteration # 101 - FCN = -715379.672025 Edm = 3.78864 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -715386.8494683 Edm = 0.550185 NCalls = 332 +VariableMetric: Iteration # 103 - FCN = -715387.3798592 Edm = 0.085198 NCalls = 334 +VariableMetric: Iteration # 104 - FCN = -715387.4480452 Edm = 0.00677243 NCalls = 335 +VariableMetric: Iteration # 105 - FCN = -715387.4555321 Edm = 0.00259757 NCalls = 337 +VariableMetric: Iteration # 106 - FCN = -715387.4771605 Edm = 0.0195335 NCalls = 340 +VariableMetric: Iteration # 107 - FCN = -715387.6110808 Edm = 0.0425406 NCalls = 344 +VariableMetric: Iteration # 108 - FCN = -715387.7051359 Edm = 0.0209299 NCalls = 347 +VariableMetric: Iteration # 109 - FCN = -715387.745608 Edm = 0.0410316 NCalls = 352 +VariableMetric: Iteration # 110 - FCN = -715387.8460433 Edm = 0.127713 NCalls = 355 +VariableMetric: Iteration # 111 - FCN = -715387.8706513 Edm = 0.0469299 NCalls = 358 +VariableMetric: Iteration # 112 - FCN = -715387.9727481 Edm = 0.119534 NCalls = 361 +VariableMetric: Iteration # 113 - FCN = -715388.360898 Edm = 0.64142 NCalls = 366 +VariableMetric: Iteration # 114 - FCN = -715388.383631 Edm = 0.0158533 NCalls = 368 +VariableMetric: Iteration # 115 - FCN = -715388.6470762 Edm = 0.0695902 NCalls = 372 +VariableMetric: Iteration # 116 - FCN = -715388.7631389 Edm = 0.0130588 NCalls = 374 +VariableMetric: Iteration # 117 - FCN = -715388.9637353 Edm = 0.133862 NCalls = 377 +VariableMetric: Iteration # 118 - FCN = -715391.1676284 Edm = 2.22293 NCalls = 380 +VariableMetric: Iteration # 119 - FCN = -715399.3604194 Edm = 6.93627 NCalls = 386 +VariableMetric: Iteration # 120 - FCN = -715405.9578704 Edm = 1.22176 NCalls = 388 +VariableMetric: Iteration # 121 - FCN = -715407.1882975 Edm = 0.0731742 NCalls = 390 +VariableMetric: Iteration # 122 - FCN = -715407.2611395 Edm = 0.00225155 NCalls = 392 +VariableMetric: Iteration # 123 - FCN = -715407.2638152 Edm = 0.000341328 NCalls = 394 +VariableMetric: Iteration # 124 - FCN = -715407.2652856 Edm = 0.00110856 NCalls = 396 +VariableMetric: Iteration # 125 - FCN = -715407.3017602 Edm = 0.0382524 NCalls = 400 +VariableMetric: Iteration # 126 - FCN = -715407.469221 Edm = 0.14744 NCalls = 406 +VariableMetric: Iteration # 127 - FCN = -715412.0544601 Edm = 2.00671 NCalls = 411 +VariableMetric: Iteration # 128 - FCN = -715414.4413444 Edm = 0.658789 NCalls = 414 +VariableMetric: Iteration # 129 - FCN = -715415.0443484 Edm = 0.189897 NCalls = 416 +VariableMetric: Iteration # 130 - FCN = -715415.4472691 Edm = 0.447717 NCalls = 419 +VariableMetric: Iteration # 131 - FCN = -715415.8614589 Edm = 0.197875 NCalls = 422 +VariableMetric: Iteration # 132 - FCN = -715415.9920346 Edm = 0.158725 NCalls = 425 +VariableMetric: Iteration # 133 - FCN = -715416.1970866 Edm = 0.0157116 NCalls = 427 +VariableMetric: Iteration # 134 - FCN = -715416.213643 Edm = 0.000580085 NCalls = 428 +VariableMetric: Iteration # 135 - FCN = -715416.2143551 Edm = 3.89292e-05 NCalls = 430 +VariableMetric: After Hessian - FCN = -715416.2143551 Edm = 3.9235 NCalls = 795 +VariableMetric: Iteration # 136 - FCN = -715416.2143551 Edm = 3.9235 NCalls = 795 +VariableMetric: Iteration # 137 - FCN = -715417.7785227 Edm = 27.1479 NCalls = 798 +VariableMetric: Iteration # 138 - FCN = -715417.7990406 Edm = 228.548 NCalls = 804 +VariableMetric: Iteration # 139 - FCN = -715417.8308054 Edm = 550.823 NCalls = 808 +VariableMetric: Iteration # 140 - FCN = -715417.9059701 Edm = 948.735 NCalls = 811 +VariableMetric: Iteration # 141 - FCN = -715418.0760162 Edm = 148.036 NCalls = 814 +VariableMetric: Iteration # 142 - FCN = -715418.2239097 Edm = 18.8947 NCalls = 817 +VariableMetric: Iteration # 143 - FCN = -715418.3082001 Edm = 31.8065 NCalls = 820 +VariableMetric: Iteration # 144 - FCN = -715418.4605115 Edm = 24.3628 NCalls = 823 +VariableMetric: Iteration # 145 - FCN = -715418.5650831 Edm = 31.0207 NCalls = 826 +VariableMetric: Iteration # 146 - FCN = -715418.6063459 Edm = 2.40265 NCalls = 829 +VariableMetric: Iteration # 147 - FCN = -715418.6470576 Edm = 25.797 NCalls = 832 +VariableMetric: Iteration # 148 - FCN = -715418.7963453 Edm = 1.34619 NCalls = 835 +VariableMetric: Iteration # 149 - FCN = -715418.9944145 Edm = 2.23028 NCalls = 837 +VariableMetric: Iteration # 150 - FCN = -715419.2049025 Edm = 0.589576 NCalls = 839 +VariableMetric: Iteration # 151 - FCN = -715419.3460383 Edm = 1.10965 NCalls = 841 +VariableMetric: Iteration # 152 - FCN = -715419.4606996 Edm = 0.471557 NCalls = 843 +VariableMetric: Iteration # 153 - FCN = -715419.6195447 Edm = 0.336668 NCalls = 845 +VariableMetric: Iteration # 154 - FCN = -715419.7210671 Edm = 0.485458 NCalls = 847 +VariableMetric: Iteration # 155 - FCN = -715419.8501434 Edm = 0.273509 NCalls = 849 +VariableMetric: Iteration # 156 - FCN = -715420.0525714 Edm = 1.2235 NCalls = 851 +VariableMetric: Iteration # 157 - FCN = -715420.3690815 Edm = 0.743362 NCalls = 853 +VariableMetric: Iteration # 158 - FCN = -715420.5183627 Edm = 1.389 NCalls = 855 +VariableMetric: Iteration # 159 - FCN = -715421.5878731 Edm = 5.7089 NCalls = 858 +VariableMetric: Iteration # 160 - FCN = -715422.7624896 Edm = 1.42612 NCalls = 862 +VariableMetric: Iteration # 161 - FCN = -715423.44332 Edm = 0.889729 NCalls = 865 +VariableMetric: Iteration # 162 - FCN = -715423.9577688 Edm = 0.765297 NCalls = 867 +VariableMetric: Iteration # 163 - FCN = -715424.2400105 Edm = 0.176117 NCalls = 870 +VariableMetric: Iteration # 164 - FCN = -715424.4407663 Edm = 0.0191973 NCalls = 872 +VariableMetric: Iteration # 165 - FCN = -715424.4547148 Edm = 0.000461031 NCalls = 874 +VariableMetric: Iteration # 166 - FCN = -715424.4552128 Edm = 3.56972e-05 NCalls = 876 +VariableMetric: After Hessian - FCN = -715424.4552128 Edm = 0.000775776 NCalls = 1247 +VariableMetric: Iteration # 167 - FCN = -715424.4552128 Edm = 0.000775776 NCalls = 1247 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709415.6170146 Edm = 1.28831 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709415.6170146 Edm = 1.28831 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712183.9406439 Edm = 114.958 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -713678.0656041 Edm = 7.03326e+07 NCalls = 21 +VariableMetric: Iteration # 3 - FCN = -713956.6475552 Edm = 7.7108e+06 NCalls = 32 +VariableMetric: Iteration # 4 - FCN = -714815.9455268 Edm = 602832 NCalls = 40 +VariableMetric: Iteration # 5 - FCN = -714958.6887114 Edm = 154549 NCalls = 49 +VariableMetric: Iteration # 6 - FCN = -715041.5279441 Edm = 36470.7 NCalls = 57 +VariableMetric: Iteration # 7 - FCN = -715106.2012755 Edm = 43367.4 NCalls = 63 +VariableMetric: Iteration # 8 - FCN = -715176.8305364 Edm = 24651.4 NCalls = 69 +VariableMetric: Iteration # 9 - FCN = -715246.3686953 Edm = 12072.1 NCalls = 74 +VariableMetric: Iteration # 10 - FCN = -715284.8189325 Edm = 15628 NCalls = 79 +VariableMetric: Iteration # 11 - FCN = -715321.8699006 Edm = 1806.46 NCalls = 83 +VariableMetric: Iteration # 12 - FCN = -715344.1471979 Edm = 844.332 NCalls = 87 +VariableMetric: Iteration # 13 - FCN = -715367.7640654 Edm = 711.014 NCalls = 89 +VariableMetric: Iteration # 14 - FCN = -715385.1786457 Edm = 485.33 NCalls = 91 +VariableMetric: Iteration # 15 - FCN = -715396.4911371 Edm = 950.812 NCalls = 93 +VariableMetric: Iteration # 16 - FCN = -715408.0169215 Edm = 251.07 NCalls = 96 +VariableMetric: Iteration # 17 - FCN = -715413.2211092 Edm = 211.553 NCalls = 98 +VariableMetric: Iteration # 18 - FCN = -715421.4190964 Edm = 78.7119 NCalls = 100 +VariableMetric: Iteration # 19 - FCN = -715423.5795702 Edm = 910.395 NCalls = 104 +VariableMetric: Iteration # 20 - FCN = -715426.7892024 Edm = 33168.3 NCalls = 111 +VariableMetric: Iteration # 21 - FCN = -715428.2272401 Edm = 3359.26 NCalls = 117 +VariableMetric: Iteration # 22 - FCN = -715428.9982207 Edm = 12681.1 NCalls = 122 +VariableMetric: Iteration # 23 - FCN = -715432.3991727 Edm = 2217.33 NCalls = 126 +VariableMetric: Iteration # 24 - FCN = -715433.8326586 Edm = 139.341 NCalls = 130 +VariableMetric: Iteration # 25 - FCN = -715434.1825766 Edm = 273.978 NCalls = 133 +VariableMetric: Iteration # 26 - FCN = -715435.6992283 Edm = 488.335 NCalls = 136 +VariableMetric: Iteration # 27 - FCN = -715437.6872367 Edm = 419.077 NCalls = 139 +VariableMetric: Iteration # 28 - FCN = -715438.0002737 Edm = 99.3579 NCalls = 142 +VariableMetric: Iteration # 29 - FCN = -715440.1004864 Edm = 25.6823 NCalls = 144 +VariableMetric: Iteration # 30 - FCN = -715440.4466947 Edm = 68.6816 NCalls = 147 +VariableMetric: Iteration # 31 - FCN = -715441.1589204 Edm = 14.9989 NCalls = 149 +VariableMetric: Iteration # 32 - FCN = -715441.4642122 Edm = 5.08085 NCalls = 151 +VariableMetric: Iteration # 33 - FCN = -715442.1423825 Edm = 9.12493 NCalls = 153 +VariableMetric: Iteration # 34 - FCN = -715442.7647401 Edm = 3.52408 NCalls = 155 +VariableMetric: Iteration # 35 - FCN = -715442.9781279 Edm = 3.78434 NCalls = 157 +VariableMetric: Iteration # 36 - FCN = -715443.5710041 Edm = 0.560381 NCalls = 159 +VariableMetric: Iteration # 37 - FCN = -715443.6331016 Edm = 0.896815 NCalls = 161 +VariableMetric: Iteration # 38 - FCN = -715443.7527112 Edm = 0.508273 NCalls = 163 +VariableMetric: Iteration # 39 - FCN = -715443.8978728 Edm = 0.138575 NCalls = 166 +VariableMetric: Iteration # 40 - FCN = -715443.9934912 Edm = 0.0817296 NCalls = 168 +VariableMetric: Iteration # 41 - FCN = -715444.0240451 Edm = 0.147279 NCalls = 170 +VariableMetric: Iteration # 42 - FCN = -715444.1009172 Edm = 0.082312 NCalls = 172 +VariableMetric: Iteration # 43 - FCN = -715444.1954783 Edm = 0.117082 NCalls = 175 +VariableMetric: Iteration # 44 - FCN = -715444.2805939 Edm = 0.129796 NCalls = 178 +VariableMetric: Iteration # 45 - FCN = -715444.4294834 Edm = 0.0635635 NCalls = 181 +VariableMetric: Iteration # 46 - FCN = -715444.5252954 Edm = 0.0653541 NCalls = 184 +VariableMetric: Iteration # 47 - FCN = -715444.5593039 Edm = 0.040538 NCalls = 185 +VariableMetric: Iteration # 48 - FCN = -715444.6316096 Edm = 0.0219719 NCalls = 189 +VariableMetric: Iteration # 49 - FCN = -715444.6525246 Edm = 0.0219068 NCalls = 191 +VariableMetric: Iteration # 50 - FCN = -715444.6698041 Edm = 0.00394572 NCalls = 194 +VariableMetric: Iteration # 51 - FCN = -715444.6757588 Edm = 0.00224495 NCalls = 196 +VariableMetric: Iteration # 52 - FCN = -715444.6779616 Edm = 0.000743192 NCalls = 198 +VariableMetric: Iteration # 53 - FCN = -715444.6790733 Edm = 0.000339949 NCalls = 200 +VariableMetric: Iteration # 54 - FCN = -715444.6798275 Edm = 0.00058478 NCalls = 202 +VariableMetric: Iteration # 55 - FCN = -715444.6835644 Edm = 0.00266861 NCalls = 206 +VariableMetric: Iteration # 56 - FCN = -715444.6914841 Edm = 0.00155731 NCalls = 209 +VariableMetric: Iteration # 57 - FCN = -715444.6934301 Edm = 0.000944398 NCalls = 211 +VariableMetric: Iteration # 58 - FCN = -715444.6950518 Edm = 0.000661091 NCalls = 213 +VariableMetric: Iteration # 59 - FCN = -715444.6956279 Edm = 0.000167851 NCalls = 215 +VariableMetric: Iteration # 60 - FCN = -715444.6957957 Edm = 1.97188e-05 NCalls = 217 +VariableMetric: After Hessian - FCN = -715444.6957957 Edm = 2.89144e-05 NCalls = 614 +VariableMetric: Iteration # 61 - FCN = -715444.6957957 Edm = 2.89144e-05 NCalls = 614 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710163.7481466 Edm = 10.8839 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710163.7481466 Edm = 10.8839 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715033.2811908 Edm = 1.02445 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715039.4022223 Edm = 1.19326 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715138.8216888 Edm = 12.0715 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -715152.1176018 Edm = 0.0536032 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -715152.3350157 Edm = 0.169914 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -715162.5546888 Edm = 0.182705 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -715162.7311084 Edm = 0.00871077 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -715162.9430679 Edm = 0.202879 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -715268.4045631 Edm = 5.22241 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -715274.6684071 Edm = 0.15246 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -715274.7989804 Edm = 0.0191181 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -715274.8520159 Edm = 0.0412599 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -715286.7351556 Edm = 6.37081 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -715305.7193551 Edm = 0.894909 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -715307.2311801 Edm = 0.0335413 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -715307.2692113 Edm = 0.00153224 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -715307.2824831 Edm = 0.0103324 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -715308.0066124 Edm = 0.592391 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -715319.339916 Edm = 0.48837 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -715321.6670794 Edm = 2.06111 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -715323.0984843 Edm = 1.79616 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -715324.2776759 Edm = 1.41923 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -715326.9165011 Edm = 1.1113 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -715328.7258957 Edm = 0.853863 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -715329.5189429 Edm = 0.0510755 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -715329.564232 Edm = 0.0013423 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -715329.5670794 Edm = 0.00155522 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -715329.6201208 Edm = 0.0571345 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -715329.6697738 Edm = 0.0451198 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -715334.3438652 Edm = 1.2554 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -715335.8600036 Edm = 0.0373573 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -715335.8949263 Edm = 0.000535252 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -715335.895725 Edm = 0.000333391 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -715335.9010723 Edm = 0.00552771 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -715336.2239179 Edm = 0.064831 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -715338.5864247 Edm = 1.05236 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -715345.9891087 Edm = 0.34319 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -715346.3401281 Edm = 0.0458867 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -715346.426347 Edm = 0.00602981 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -715346.4327983 Edm = 0.000258039 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -715346.4353867 Edm = 0.00185391 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -715346.4847663 Edm = 0.0498492 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -715346.602197 Edm = 0.1049 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -715360.7273358 Edm = 7.33406 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -715368.0547066 Edm = 4.40204 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -715370.225483 Edm = 2.82449 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -715371.813483 Edm = 1.58572 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -715374.4376315 Edm = 1.4376 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -715375.8474665 Edm = 0.23019 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -715376.084057 Edm = 0.0285938 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -715376.1218567 Edm = 0.00306436 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -715376.1338967 Edm = 0.00970262 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -715377.0228076 Edm = 1.12157 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -715377.0343624 Edm = 0.00883585 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -715380.433727 Edm = 1.26599 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -715381.1639848 Edm = 0.00869871 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -715381.1741338 Edm = 0.0032551 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -715381.2322007 Edm = 0.0709785 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -715381.847789 Edm = 0.560406 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -715406.1870379 Edm = 6.33603 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -715413.1929435 Edm = 0.207504 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -715413.4796523 Edm = 0.0119973 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -715413.5002001 Edm = 0.0012132 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -715413.5019851 Edm = 0.000369569 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -715413.5040816 Edm = 0.00184304 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -715413.5239291 Edm = 0.0144231 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -715414.5352379 Edm = 0.572802 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -715416.903854 Edm = 0.189648 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -715417.135609 Edm = 0.00322355 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -715417.1391337 Edm = 7.43094e-05 NCalls = 234 +VariableMetric: After Hessian - FCN = -715417.1391337 Edm = 818.694 NCalls = 587 +VariableMetric: Iteration # 71 - FCN = -715417.1391337 Edm = 818.694 NCalls = 587 +VariableMetric: Iteration # 72 - FCN = -715419.3952941 Edm = 23.87 NCalls = 593 +VariableMetric: Iteration # 73 - FCN = -715422.0860921 Edm = 43.8071 NCalls = 595 +VariableMetric: Iteration # 74 - FCN = -715424.7002495 Edm = 0.180025 NCalls = 597 +VariableMetric: Iteration # 75 - FCN = -715424.9749966 Edm = 0.0371926 NCalls = 599 +VariableMetric: Iteration # 76 - FCN = -715425.023944 Edm = 0.00307341 NCalls = 601 +VariableMetric: Iteration # 77 - FCN = -715425.0323249 Edm = 0.00145884 NCalls = 603 +VariableMetric: Iteration # 78 - FCN = -715425.0401566 Edm = 0.00291214 NCalls = 606 +VariableMetric: Iteration # 79 - FCN = -715425.0491857 Edm = 0.000938092 NCalls = 608 +VariableMetric: Iteration # 80 - FCN = -715425.0510432 Edm = 0.000326037 NCalls = 610 +VariableMetric: Iteration # 81 - FCN = -715425.0514181 Edm = 0.00013534 NCalls = 612 +VariableMetric: Iteration # 82 - FCN = -715425.0516001 Edm = 3.12989e-05 NCalls = 614 +VariableMetric: After Hessian - FCN = -715425.0516001 Edm = 0.00108077 NCalls = 975 +VariableMetric: Iteration # 83 - FCN = -715425.0516001 Edm = 0.00108077 NCalls = 975 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713035.5149714 Edm = 4.90653 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713035.5149714 Edm = 4.90653 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714474.5235677 Edm = 0.391263 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714481.9529837 Edm = 6.90548 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -714589.4081732 Edm = 0.285693 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -714589.7383786 Edm = 0.0626939 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -714599.6828561 Edm = 6.32782 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -714614.5942121 Edm = 0.0205037 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -714614.6745069 Edm = 0.0588478 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -714644.1841109 Edm = 0.358423 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -714716.7638587 Edm = 9.51158 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -714730.2013273 Edm = 9.99464 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -714748.1060861 Edm = 2.32208 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -714751.3966411 Edm = 1.14262 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -714751.8795174 Edm = 0.00347546 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -714751.8991833 Edm = 0.0152162 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -714774.4462105 Edm = 4.87293 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -714811.9824806 Edm = 2.18176 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -714816.2075182 Edm = 0.460134 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -714816.696806 Edm = 0.0693015 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -714816.7588351 Edm = 0.00770837 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -714816.7762576 Edm = 0.0017348 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -714816.7845693 Edm = 0.00545763 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -714818.1658805 Edm = 1.34138 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -714859.2776373 Edm = 14.8825 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -714879.9785906 Edm = 8.88332 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -714924.7796496 Edm = 21.459 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -714927.9049491 Edm = 7.62396 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -714937.5641998 Edm = 4.44804 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -714942.1698424 Edm = 3.34059 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -714944.7434639 Edm = 0.22256 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -714944.9654477 Edm = 0.0120942 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -714944.9955788 Edm = 0.0243572 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -714946.1702634 Edm = 1.14341 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -714980.7783757 Edm = 21.3344 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -715035.8853435 Edm = 8.83386 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -715045.2260146 Edm = 1.49057 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -715047.2451124 Edm = 0.511293 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -715048.4621089 Edm = 0.898981 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -715049.1724281 Edm = 0.243845 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -715049.7321889 Edm = 0.255119 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -715050.3285495 Edm = 0.740492 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -715050.7689234 Edm = 0.410653 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -715051.4832324 Edm = 0.153014 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -715051.59495 Edm = 0.00873674 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -715051.6079272 Edm = 0.00391255 NCalls = 141 +VariableMetric: Iteration # 45 - FCN = -715051.6151523 Edm = 0.00371985 NCalls = 143 +VariableMetric: Iteration # 46 - FCN = -715051.6478702 Edm = 0.0326222 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -715054.8914111 Edm = 0.363065 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -715061.2520995 Edm = 0.638138 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -715061.5943758 Edm = 0.0751009 NCalls = 157 +VariableMetric: Iteration # 50 - FCN = -715061.684817 Edm = 0.00822416 NCalls = 159 +VariableMetric: Iteration # 51 - FCN = -715061.6986524 Edm = 0.00310756 NCalls = 161 +VariableMetric: Iteration # 52 - FCN = -715061.7119162 Edm = 0.00891944 NCalls = 163 +VariableMetric: Iteration # 53 - FCN = -715061.9327522 Edm = 0.212301 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -715074.9563267 Edm = 3.51662 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -715111.8088919 Edm = 4.69165 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -715116.8876915 Edm = 0.890149 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -715117.7412295 Edm = 0.0243152 NCalls = 181 +VariableMetric: Iteration # 58 - FCN = -715117.7776693 Edm = 0.00606123 NCalls = 183 +VariableMetric: Iteration # 59 - FCN = -715117.8190366 Edm = 0.0377986 NCalls = 186 +VariableMetric: Iteration # 60 - FCN = -715118.0947007 Edm = 0.180852 NCalls = 191 +VariableMetric: Iteration # 61 - FCN = -715119.084514 Edm = 0.832593 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -715145.2888496 Edm = 16.5688 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -715148.8619903 Edm = 31.4962 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -715167.6861452 Edm = 3.04169 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -715170.6277063 Edm = 0.203152 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -715170.9119283 Edm = 0.134146 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -715171.9241485 Edm = 0.56062 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -715171.9907849 Edm = 0.20523 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -715172.9285972 Edm = 0.301481 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -715173.3160673 Edm = 0.191828 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -715173.9949285 Edm = 0.283306 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -715174.3820021 Edm = 0.0941716 NCalls = 233 +VariableMetric: Iteration # 73 - FCN = -715174.4775742 Edm = 0.0101613 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -715174.4984003 Edm = 0.00493315 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -715174.5273364 Edm = 0.02437 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -715175.7673229 Edm = 1.27482 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -715182.9105987 Edm = 0.954881 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -715217.0690225 Edm = 11.4903 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -715240.5203915 Edm = 4.61608 NCalls = 258 +VariableMetric: Iteration # 80 - FCN = -715244.1816972 Edm = 0.743907 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -715244.8345765 Edm = 0.061589 NCalls = 261 +VariableMetric: Iteration # 82 - FCN = -715244.8970036 Edm = 0.00812861 NCalls = 263 +VariableMetric: Iteration # 83 - FCN = -715244.905105 Edm = 0.00398313 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -715244.916476 Edm = 0.0064003 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -715244.9520706 Edm = 0.027975 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -715245.5251652 Edm = 0.550526 NCalls = 274 +VariableMetric: Iteration # 87 - FCN = -715248.8791728 Edm = 11.1513 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -715249.0581194 Edm = 0.420905 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -715249.2363007 Edm = 0.0524555 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -715249.3410029 Edm = 0.0992524 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -715250.4919101 Edm = 1.23006 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -715250.6238188 Edm = 0.310119 NCalls = 295 +VariableMetric: Iteration # 93 - FCN = -715251.3659122 Edm = 0.921476 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -715252.201438 Edm = 0.670903 NCalls = 303 +VariableMetric: Iteration # 95 - FCN = -715284.571051 Edm = 10.9474 NCalls = 308 +VariableMetric: Iteration # 96 - FCN = -715291.1496251 Edm = 6.52483 NCalls = 310 +VariableMetric: Iteration # 97 - FCN = -715295.1928677 Edm = 1.68937 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -715297.118053 Edm = 0.827854 NCalls = 313 +VariableMetric: Iteration # 99 - FCN = -715312.4512964 Edm = 8.8826 NCalls = 317 +VariableMetric: Iteration # 100 - FCN = -715351.7139429 Edm = 12.7679 NCalls = 320 +VariableMetric: Iteration # 101 - FCN = -715368.6061777 Edm = 7.14923 NCalls = 323 +VariableMetric: Iteration # 102 - FCN = -715373.6789085 Edm = 3.94378 NCalls = 325 +VariableMetric: Iteration # 103 - FCN = -715381.4195668 Edm = 2.9663 NCalls = 328 +VariableMetric: Iteration # 104 - FCN = -715384.5866835 Edm = 1.45756 NCalls = 330 +VariableMetric: Iteration # 105 - FCN = -715387.4622937 Edm = 1.41109 NCalls = 332 +VariableMetric: Iteration # 106 - FCN = -715389.0041858 Edm = 0.61731 NCalls = 334 +VariableMetric: Iteration # 107 - FCN = -715389.8217581 Edm = 0.464275 NCalls = 337 +VariableMetric: Iteration # 108 - FCN = -715390.3394739 Edm = 0.491582 NCalls = 340 +VariableMetric: Iteration # 109 - FCN = -715391.220649 Edm = 0.340162 NCalls = 343 +VariableMetric: Iteration # 110 - FCN = -715392.1519652 Edm = 0.743138 NCalls = 346 +VariableMetric: Iteration # 111 - FCN = -715393.3970541 Edm = 2.2532 NCalls = 349 +VariableMetric: Iteration # 112 - FCN = -715394.7765465 Edm = 0.669439 NCalls = 352 +VariableMetric: Iteration # 113 - FCN = -715395.6180502 Edm = 0.0875148 NCalls = 354 +VariableMetric: Iteration # 114 - FCN = -715395.6876566 Edm = 0.034395 NCalls = 356 +VariableMetric: Iteration # 115 - FCN = -715395.7110944 Edm = 0.00730818 NCalls = 357 +VariableMetric: Iteration # 116 - FCN = -715395.7177802 Edm = 0.00166901 NCalls = 359 +VariableMetric: Iteration # 117 - FCN = -715395.7226252 Edm = 0.00390227 NCalls = 361 +VariableMetric: Iteration # 118 - FCN = -715395.7399828 Edm = 0.00720033 NCalls = 365 +VariableMetric: Iteration # 119 - FCN = -715395.8380077 Edm = 0.0921689 NCalls = 368 +VariableMetric: Iteration # 120 - FCN = -715403.3757397 Edm = 3.36454 NCalls = 375 +VariableMetric: Iteration # 121 - FCN = -715414.4202225 Edm = 1.79774 NCalls = 378 +VariableMetric: Iteration # 122 - FCN = -715415.5152827 Edm = 0.762908 NCalls = 380 +VariableMetric: Iteration # 123 - FCN = -715415.9403008 Edm = 0.0210059 NCalls = 382 +VariableMetric: Iteration # 124 - FCN = -715415.9633269 Edm = 0.00242123 NCalls = 384 +VariableMetric: Iteration # 125 - FCN = -715415.9660062 Edm = 0.000566766 NCalls = 386 +VariableMetric: Iteration # 126 - FCN = -715415.9689097 Edm = 0.00147598 NCalls = 389 +VariableMetric: Iteration # 127 - FCN = -715415.9812348 Edm = 0.00824736 NCalls = 392 +VariableMetric: Iteration # 128 - FCN = -715416.3254168 Edm = 0.34578 NCalls = 396 +VariableMetric: Iteration # 129 - FCN = -715416.9072088 Edm = 0.523828 NCalls = 401 +VariableMetric: Iteration # 130 - FCN = -715424.3485029 Edm = 0.0951269 NCalls = 405 +VariableMetric: Iteration # 131 - FCN = -715424.4411851 Edm = 0.00744642 NCalls = 406 +VariableMetric: Iteration # 132 - FCN = -715424.447531 Edm = 0.00017762 NCalls = 408 +VariableMetric: Iteration # 133 - FCN = -715424.4477972 Edm = 0.000106825 NCalls = 410 +VariableMetric: Iteration # 134 - FCN = -715424.4500474 Edm = 0.00189558 NCalls = 414 +VariableMetric: Iteration # 135 - FCN = -715424.532839 Edm = 0.071593 NCalls = 418 +VariableMetric: Iteration # 136 - FCN = -715426.6826591 Edm = 0.713528 NCalls = 422 +VariableMetric: Iteration # 137 - FCN = -715427.9804885 Edm = 0.0392177 NCalls = 424 +VariableMetric: Iteration # 138 - FCN = -715428.0182794 Edm = 0.000638962 NCalls = 425 +VariableMetric: Iteration # 139 - FCN = -715428.0189682 Edm = 3.72978e-05 NCalls = 427 +VariableMetric: After Hessian - FCN = -715428.0189682 Edm = 5.99547 NCalls = 790 +VariableMetric: Iteration # 140 - FCN = -715428.0189682 Edm = 5.99547 NCalls = 790 +VariableMetric: Iteration # 141 - FCN = -715436.5190567 Edm = 37.1097 NCalls = 793 +VariableMetric: Iteration # 142 - FCN = -715438.8316783 Edm = 1.53277 NCalls = 795 +VariableMetric: Iteration # 143 - FCN = -715440.6978972 Edm = 2.08821 NCalls = 797 +VariableMetric: Iteration # 144 - FCN = -715443.4414875 Edm = 0.500935 NCalls = 800 +VariableMetric: Iteration # 145 - FCN = -715444.1214768 Edm = 0.130556 NCalls = 803 +VariableMetric: Iteration # 146 - FCN = -715444.242596 Edm = 0.0166912 NCalls = 805 +VariableMetric: Iteration # 147 - FCN = -715444.2544874 Edm = 0.00216958 NCalls = 807 +VariableMetric: Iteration # 148 - FCN = -715444.2573839 Edm = 0.00013489 NCalls = 809 +VariableMetric: Iteration # 149 - FCN = -715444.2576553 Edm = 5.81148e-05 NCalls = 811 +VariableMetric: After Hessian - FCN = -715444.2576553 Edm = 0.0173133 NCalls = 1192 +VariableMetric: Iteration # 150 - FCN = -715444.2576553 Edm = 0.0173133 NCalls = 1192 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713841.2083228 Edm = 1.11612 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713841.2083228 Edm = 1.11612 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714336.0015006 Edm = 0.365132 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714337.9356207 Edm = 1.25023 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -714510.8503776 Edm = 8.57947 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -714518.0399126 Edm = 0.281122 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -714519.8689143 Edm = 1.81759 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -714607.4300808 Edm = 8.34759 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -714615.5239459 Edm = 0.093646 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -714615.7132959 Edm = 0.113147 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -714619.5067311 Edm = 4.43782 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -714624.0610401 Edm = 4.36404 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -715089.5040556 Edm = 6.30484 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -715105.6228731 Edm = 1.98965 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -715107.7401669 Edm = 0.138696 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -715107.9761868 Edm = 0.0177514 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -715108.0182274 Edm = 0.0107471 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -715108.3441752 Edm = 0.344235 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -715115.1557088 Edm = 6.16037 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -715177.3678606 Edm = 13.035 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -715189.2329379 Edm = 0.413741 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -715189.5968627 Edm = 0.0132286 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -715189.6122676 Edm = 0.00333364 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -715189.7518999 Edm = 0.148038 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -715194.0338658 Edm = 0.178129 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -715200.20708 Edm = 0.940366 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -715202.5223571 Edm = 2.09822 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -715205.0565475 Edm = 1.19605 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -715206.0543101 Edm = 2.26678 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -715207.3005354 Edm = 0.407325 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -715208.0998459 Edm = 0.0797508 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -715208.165704 Edm = 0.0062536 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -715208.1728977 Edm = 0.0019261 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -715208.2100703 Edm = 0.0366112 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -715210.5698094 Edm = 0.332647 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -715222.9896614 Edm = 4.42692 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -715232.0950836 Edm = 0.726314 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -715232.9350457 Edm = 0.122743 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -715233.1801378 Edm = 0.013506 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -715233.1931135 Edm = 0.000400381 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -715233.1943798 Edm = 0.00104575 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -715233.2066612 Edm = 0.0118424 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -715233.2555509 Edm = 0.04759 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -715247.3643963 Edm = 8.24537 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -715262.2376622 Edm = 3.494 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -715264.6436374 Edm = 0.247296 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -715264.9588474 Edm = 0.0615908 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -715265.0456812 Edm = 0.0179214 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -715265.0974311 Edm = 0.0197311 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -715265.1430831 Edm = 0.00931975 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -715265.1721773 Edm = 0.0166065 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -715265.1835648 Edm = 0.0266805 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -715265.2009728 Edm = 0.00375216 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -715265.2089428 Edm = 0.00202965 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -715265.2226501 Edm = 0.00921075 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -715265.2466901 Edm = 0.109611 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -715265.5382078 Edm = 0.287426 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -715269.2491804 Edm = 12.5689 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -715269.2930138 Edm = 0.0155287 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -715269.3209817 Edm = 0.0283265 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -715269.9408782 Edm = 0.423512 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -715276.3094547 Edm = 4.2762 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -715291.3304905 Edm = 0.88951 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -715292.7596713 Edm = 0.186011 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -715292.9738084 Edm = 0.136386 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -715293.1078762 Edm = 0.0344271 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -715293.1688385 Edm = 0.0145011 NCalls = 215 +VariableMetric: Iteration # 66 - FCN = -715293.2025481 Edm = 0.00698172 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -715293.2117699 Edm = 0.00192864 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -715293.2213604 Edm = 0.00638052 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -715293.2933914 Edm = 0.0762094 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -715293.9513409 Edm = 0.568149 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -715300.350257 Edm = 22.3012 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -715312.9542334 Edm = 17.0778 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -715334.6090244 Edm = 7.96091 NCalls = 244 +VariableMetric: Iteration # 74 - FCN = -715340.3003042 Edm = 1.74697 NCalls = 246 +VariableMetric: Iteration # 75 - FCN = -715341.1901119 Edm = 0.156675 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -715341.3117326 Edm = 0.0232731 NCalls = 250 +VariableMetric: Iteration # 77 - FCN = -715341.3330573 Edm = 0.00438968 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -715341.3382687 Edm = 0.00274473 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -715341.343277 Edm = 0.00209449 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -715341.3468145 Edm = 0.00138435 NCalls = 258 +VariableMetric: Iteration # 81 - FCN = -715341.3567266 Edm = 0.0101709 NCalls = 261 +VariableMetric: Iteration # 82 - FCN = -715342.6328065 Edm = 1.03582 NCalls = 268 +VariableMetric: Iteration # 83 - FCN = -715350.5371601 Edm = 1.60955 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -715352.58712 Edm = 0.161441 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -715352.8170818 Edm = 0.0097694 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -715352.830595 Edm = 0.000263955 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -715352.8316253 Edm = 0.00064606 NCalls = 279 +VariableMetric: Iteration # 88 - FCN = -715352.8695266 Edm = 0.0446416 NCalls = 284 +VariableMetric: Iteration # 89 - FCN = -715353.9364703 Edm = 0.177157 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -715359.007299 Edm = 1.2727 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -715362.1048501 Edm = 0.148033 NCalls = 295 +VariableMetric: Iteration # 92 - FCN = -715362.2931892 Edm = 0.010049 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -715362.3046906 Edm = 0.000416261 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -715362.3058748 Edm = 0.000659999 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -715362.3189827 Edm = 0.0128628 NCalls = 305 +VariableMetric: Iteration # 96 - FCN = -715363.1895038 Edm = 0.339229 NCalls = 312 +VariableMetric: Iteration # 97 - FCN = -715366.8091395 Edm = 2.21651 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -715373.3077337 Edm = 0.296455 NCalls = 317 +VariableMetric: Iteration # 99 - FCN = -715373.562594 Edm = 0.0244824 NCalls = 319 +VariableMetric: Iteration # 100 - FCN = -715373.5797738 Edm = 0.000722293 NCalls = 321 +VariableMetric: Iteration # 101 - FCN = -715373.580507 Edm = 0.000149528 NCalls = 322 +VariableMetric: Iteration # 102 - FCN = -715373.5813073 Edm = 0.000648168 NCalls = 325 +VariableMetric: Iteration # 103 - FCN = -715373.6140246 Edm = 0.0288562 NCalls = 330 +VariableMetric: Iteration # 104 - FCN = -715374.645604 Edm = 0.749258 NCalls = 334 +VariableMetric: Iteration # 105 - FCN = -715377.9671392 Edm = 0.194049 NCalls = 336 +VariableMetric: Iteration # 106 - FCN = -715378.1614452 Edm = 0.00608191 NCalls = 337 +VariableMetric: Iteration # 107 - FCN = -715378.1679375 Edm = 0.000259965 NCalls = 338 +VariableMetric: Iteration # 108 - FCN = -715378.1682028 Edm = 2.02578e-05 NCalls = 339 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.154E+05 | Ncalls=932 (932 total) | +| EDM = 0.0303 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -715423.2523541022 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.47 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.06 | 0.18 | | |0.00501244| 2.01499 | | +| 2 | omega_p | -5.7 | 0.5 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 3.81 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 16.9 | 0.8 | | | 14.8182 | 23.5818 | | +| 6 | psi2s_p | -4.465 | 0.028 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | 3.66 | 0.17 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 7 | 4 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.05 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1372.1 | 1.2 | | | 1358.64 | 1433.36 | | +| 12| rho_p | -0.74 | 0.28 | | |-6.28319 | 6.28319 | | +| 13| p4415_s | 0.127 | 0.020 | | |0.126447 | 2.35355 | | +| 14| Dbar_s | -0.14 | 0.05 | | | -1.464 | 1.464 | | +| 15| rho_s | 1.13 | 0.28 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 1.76 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 18| jpsi_p | -4.593 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.29 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s omega_p p4415_p p4160_p phi_s psi2s_p p4040_p omega_s phi_p p3770_s psi2s_s rho_p p4415_s Dbar_s rho_s p4160_s jpsi_s jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.262 -0.008 0.008 0.273 0.005 -0.352 0.216 -0.008 0.001 -0.203 -0.000 0.030 0.014 -0.462 -0.010 -0.165 0.005 -0.047 -0.519 | +| p4040_s | -0.262 1.000 0.003 0.000 -0.544 -0.006 0.010 -0.255 0.004 0.000 0.180 -0.006 -0.045 -0.020 0.558 0.013 0.144 -0.002 -0.055 0.565 | +| omega_p | -0.008 0.003 1.000 0.001 -0.010 0.059 -0.014 -0.010 0.931 0.007 -0.001 -0.000 -0.109 -0.000 -0.002 0.281 -0.002 -0.001 -0.044 0.008 | +| p4415_p | 0.008 0.000 0.001 1.000 -0.017 -0.000 0.010 -0.012 0.000 -0.000 -0.004 0.000 0.000 -0.042 -0.035 0.000 -0.006 0.000 0.010 -0.015 | +| p4160_p | 0.273 -0.544 -0.010 -0.017 1.000 0.003 -0.157 0.194 -0.008 0.001 -0.094 -0.005 0.026 0.016 -0.292 -0.021 -0.224 -0.005 0.003 -0.507 | +| phi_s | 0.005 -0.006 0.059 -0.000 0.003 1.000 -0.013 0.003 0.063 -0.170 -0.005 0.002 0.145 0.000 -0.009 -0.068 -0.001 0.004 -0.027 0.002 | +| psi2s_p | -0.352 0.010 -0.014 0.010 -0.157 -0.013 1.000 -0.313 -0.014 0.002 -0.296 -0.017 -0.054 -0.003 0.105 0.016 -0.127 -0.011 0.090 0.231 | +| p4040_p | 0.216 -0.255 -0.010 -0.012 0.194 0.003 -0.313 1.000 -0.007 0.002 -0.082 -0.008 0.008 0.007 -0.038 -0.019 0.341 -0.006 -0.101 -0.329 | +| omega_s | -0.008 0.004 0.931 0.000 -0.008 0.063 -0.014 -0.007 1.000 0.011 0.002 0.000 -0.192 -0.000 0.003 0.084 0.000 0.000 -0.041 0.004 | +| phi_p | 0.001 0.000 0.007 -0.000 0.001 -0.170 0.002 0.002 0.011 1.000 0.001 0.000 -0.010 0.000 0.001 -0.001 0.001 0.000 0.008 -0.002 | +| p3770_s | -0.203 0.180 -0.001 -0.004 -0.094 -0.005 -0.296 -0.082 0.002 0.001 1.000 -0.028 -0.031 -0.004 0.203 -0.005 0.087 -0.006 0.001 0.058 | +| psi2s_s | -0.000 -0.006 -0.000 0.000 -0.005 0.002 -0.017 -0.008 0.000 0.000 -0.028 1.000 -0.008 -0.000 -0.020 0.004 -0.004 0.328 -0.000 0.016 | +| rho_p | 0.030 -0.045 -0.109 0.000 0.026 0.145 -0.054 0.008 -0.192 -0.010 -0.031 -0.008 1.000 0.002 -0.058 0.044 -0.025 -0.019 -0.115 -0.006 | +| p4415_s | 0.014 -0.020 -0.000 -0.042 0.016 0.000 -0.003 0.007 -0.000 0.000 -0.004 -0.000 0.002 1.000 -0.015 -0.001 -0.024 -0.000 0.005 -0.028 | +| Dbar_s | -0.462 0.558 -0.002 -0.035 -0.292 -0.009 0.105 -0.038 0.003 0.001 0.203 -0.020 -0.058 -0.015 1.000 -0.004 0.528 -0.031 -0.050 0.807 | +| rho_s | -0.010 0.013 0.281 0.000 -0.021 -0.068 0.016 -0.019 0.084 -0.001 -0.005 0.004 0.044 -0.001 -0.004 1.000 0.001 0.006 0.020 0.035 | +| p4160_s | -0.165 0.144 -0.002 -0.006 -0.224 -0.001 -0.127 0.341 0.000 0.001 0.087 -0.004 -0.025 -0.024 0.528 0.001 1.000 -0.001 -0.128 0.361 | +| jpsi_s | 0.005 -0.002 -0.001 0.000 -0.005 0.004 -0.011 -0.006 0.000 0.000 -0.006 0.328 -0.019 -0.000 -0.031 0.006 -0.001 1.000 -0.012 0.011 | +| jpsi_p | -0.047 -0.055 -0.044 0.010 0.003 -0.027 0.090 -0.101 -0.041 0.008 0.001 -0.000 -0.115 0.005 -0.050 0.020 -0.128 -0.012 1.000 -0.113 | +| Ctt | -0.519 0.565 0.008 -0.015 -0.507 0.002 0.231 -0.329 0.004 -0.002 0.058 0.016 -0.006 -0.028 0.807 0.035 0.361 0.011 -0.113 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13974355047812548}), (, {'error': 0.17850556940416462}), (, {'error': 0.5442675663300425}), (, {'error': 0.14543185580112716}), (, {'error': 0.11543339540958009}), (, {'error': 0.7752336347512774}), (, {'error': 0.028203545811453345}), (, {'error': 0.17366351391109358}), (, {'error': 3.8588692641374065}), (, {'error': 0.06919964237720588}), (, {'error': 0.21091677793039698}), (, {'error': 1.1814785502541554}), (, {'error': 0.2832966853533492}), (, {'error': 0.02045997687720627}), (, {'error': 0.053183167673778065}), (, {'error': 0.2840878043137149}), (, {'error': 0.16792220125065727}), (, {'error': 7.149089860881759}), (, {'error': 0.01579784416872032}), (, {'error': 0.12626277590646093})]) +Toy 1/10 +Time taken: 1 h, 6 min +Projected time left: 10 h, 7 s +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.154E+05 | Ncalls=286 (286 total) | +| EDM = 2.54E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -715444.653604649 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.62 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.21 | 0.17 | | |0.00501244| 2.01499 | | +| 2 | omega_p | 6.27 | 0.05 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -2.01 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | -2.17 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 16.8 | 1.2 | | | 14.8182 | 23.5818 | | +| 6 | psi2s_p | -4.091 | 0.029 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | 4.06 | 0.15 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 7.3 | 0.9 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | -6.26 | 0.18 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.21 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1369 | 3 | | | 1358.64 | 1433.36 | | +| 12| rho_p | -0.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 13| p4415_s | 1.17 | 0.18 | | |0.126447 | 2.35355 | | +| 14| Dbar_s | 0.05 | 0.06 | | | -1.464 | 1.464 | | +| 15| rho_s | 0.79 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.05 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| jpsi_s | 0.996E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 18| jpsi_p | -1.563 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.027 | 0.130 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s omega_p p4415_p p4160_p phi_s psi2s_p p4040_p omega_s phi_p p3770_s psi2s_s rho_p p4415_s Dbar_s rho_s p4160_s jpsi_s jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.201 -0.000 0.115 0.221 0.001 -0.275 0.190 0.005 -0.004 -0.274 0.026 0.025 -0.188 -0.397 -0.009 -0.159 0.030 -0.072 -0.517 | +| p4040_s | -0.201 1.000 0.000 -0.202 -0.486 -0.005 -0.136 -0.164 -0.006 -0.001 0.208 -0.026 -0.046 0.185 0.499 0.012 0.209 -0.025 -0.006 0.508 | +| omega_p | -0.000 0.000 1.000 -0.000 -0.001 0.000 -0.000 -0.000 0.051 0.000 0.000 0.001 -0.020 0.000 -0.000 0.005 0.000 0.001 -0.000 0.000 | +| p4415_p | 0.115 -0.202 -0.000 1.000 0.254 -0.000 -0.001 0.144 0.009 -0.004 -0.042 -0.024 0.036 -0.164 0.054 -0.021 -0.228 -0.024 -0.063 -0.221 | +| p4160_p | 0.221 -0.486 -0.001 0.254 1.000 -0.002 -0.039 0.233 0.012 -0.007 -0.120 -0.042 0.040 0.084 -0.098 -0.025 -0.163 -0.043 -0.112 -0.420 | +| phi_s | 0.001 -0.005 0.000 -0.000 -0.002 1.000 -0.023 -0.003 0.030 0.723 -0.006 0.027 0.167 0.000 -0.014 -0.067 -0.002 0.028 -0.017 0.006 | +| psi2s_p | -0.275 -0.136 -0.000 -0.001 -0.039 -0.023 1.000 -0.198 -0.011 -0.014 -0.198 -0.150 -0.033 -0.141 -0.028 0.009 -0.188 -0.150 -0.049 -0.038 | +| p4040_p | 0.190 -0.164 -0.000 0.144 0.233 -0.003 -0.198 1.000 0.012 -0.007 -0.123 -0.050 0.026 0.100 0.071 -0.024 0.350 -0.051 -0.160 -0.291 | +| omega_s | 0.005 -0.006 0.051 0.009 0.012 0.030 -0.011 0.012 1.000 -0.041 -0.000 -0.015 0.125 -0.001 0.008 -0.598 -0.000 -0.015 -0.039 -0.017 | +| phi_p | -0.004 -0.001 0.000 -0.004 -0.007 0.723 -0.014 -0.007 -0.041 1.000 -0.002 0.009 0.048 -0.002 -0.008 0.032 -0.003 0.009 -0.023 0.005 | +| p3770_s | -0.274 0.208 0.000 -0.042 -0.120 -0.006 -0.198 -0.123 -0.000 -0.002 1.000 -0.049 -0.025 0.109 0.291 -0.003 0.119 -0.042 0.012 0.176 | +| psi2s_s | 0.026 -0.026 0.001 -0.024 -0.042 0.027 -0.150 -0.050 -0.015 0.009 -0.049 1.000 -0.155 0.019 -0.245 0.062 -0.007 0.943 0.157 0.091 | +| rho_p | 0.025 -0.046 -0.020 0.036 0.040 0.167 -0.033 0.026 0.125 0.048 -0.025 -0.155 1.000 -0.024 -0.006 -0.178 -0.028 -0.164 -0.024 -0.039 | +| p4415_s | -0.188 0.185 0.000 -0.164 0.084 0.000 -0.141 0.100 -0.001 -0.002 0.109 0.019 -0.024 1.000 0.468 0.008 0.295 0.021 -0.058 0.393 | +| Dbar_s | -0.397 0.499 -0.000 0.054 -0.098 -0.014 -0.028 0.071 0.008 -0.008 0.291 -0.245 -0.006 0.468 1.000 -0.025 0.512 -0.255 -0.130 0.702 | +| rho_s | -0.009 0.012 0.005 -0.021 -0.025 -0.067 0.009 -0.024 -0.598 0.032 -0.003 0.062 -0.178 0.008 -0.025 1.000 0.004 0.065 0.078 0.044 | +| p4160_s | -0.159 0.209 0.000 -0.228 -0.163 -0.002 -0.188 0.350 -0.000 -0.003 0.119 -0.007 -0.028 0.295 0.512 0.004 1.000 -0.006 -0.070 0.384 | +| jpsi_s | 0.030 -0.025 0.001 -0.024 -0.043 0.028 -0.150 -0.051 -0.015 0.009 -0.042 0.943 -0.164 0.021 -0.255 0.065 -0.006 1.000 0.161 0.091 | +| jpsi_p | -0.072 -0.006 -0.000 -0.063 -0.112 -0.017 -0.049 -0.160 -0.039 -0.023 0.012 0.157 -0.024 -0.058 -0.130 0.078 -0.070 0.161 1.000 0.121 | +| Ctt | -0.517 0.508 0.000 -0.221 -0.420 0.006 -0.038 -0.291 -0.017 0.005 0.176 0.091 -0.039 0.393 0.702 0.044 0.384 0.091 0.121 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1301598106780626}), (, {'error': 0.17007413562815799}), (, {'error': 0.0504931356131193}), (, {'error': 0.17572496068858}), (, {'error': 0.10146326897458602}), (, {'error': 1.1897650389980168}), (, {'error': 0.028948282823321403}), (, {'error': 0.15420545120110418}), (, {'error': 0.9388545407616995}), (, {'error': 0.18400952823039685}), (, {'error': 0.2107918034927041}), (, {'error': 3.2791305905629997}), (, {'error': 0.3887185693127382}), (, {'error': 0.1802541386089277}), (, {'error': 0.05760910540806752}), (, {'error': 0.3012054084795004}), (, {'error': 0.17072691090586511}), (, {'error': 22.82435129870737}), (, {'error': 0.016474773878645266}), (, {'error': 0.12955714734844828})]) +Toy 2/10 +Time taken: 1 h, 46 min +Projected time left: 7 h, 4 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.154E+05 | Ncalls=654 (654 total) | +| EDM = 6.58E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -715447.668265715 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.62 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.21 | 0.17 | | |0.00501244| 2.01499 | | +| 2 | omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | 4.20 | 0.17 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 4.10 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 18.1 | 1.2 | | | 14.8182 | 23.5818 | | +| 6 | psi2s_p | 2.195 | 0.029 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | -2.24 | 0.15 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 5.9 | 0.9 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 0.17 | 0.25 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.12 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1370 | 4 | | | 1358.64 | 1433.36 | | +| 12| rho_p | -0.84 | 0.30 | | |-6.28319 | 6.28319 | | +| 13| p4415_s | 1.19 | 0.18 | | |0.126447 | 2.35355 | | +| 14| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +| 15| rho_s | 1.05 | 0.28 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.06 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 18| jpsi_p | -1.561 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.009 | 0.128 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s omega_p p4415_p p4160_p phi_s psi2s_p p4040_p omega_s phi_p p3770_s psi2s_s rho_p p4415_s Dbar_s rho_s p4160_s jpsi_s jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.195 0.001 0.092 0.211 -0.001 -0.268 0.185 -0.000 -0.005 -0.273 0.027 0.023 -0.181 -0.385 -0.004 -0.149 0.031 -0.069 -0.504 | +| p4040_s | -0.195 1.000 -0.001 -0.185 -0.483 -0.003 -0.131 -0.177 0.003 0.001 0.211 -0.029 -0.045 0.180 0.488 0.003 0.192 -0.027 -0.005 0.505 | +| omega_p | 0.001 -0.001 1.000 0.001 0.001 -0.004 0.000 0.001 -0.152 -0.004 -0.000 -0.003 0.054 -0.000 0.001 -0.007 -0.000 -0.004 0.001 -0.001 | +| p4415_p | 0.092 -0.185 0.001 1.000 0.262 -0.002 -0.017 0.156 0.002 -0.005 -0.031 -0.023 0.029 -0.121 0.109 -0.013 -0.197 -0.023 -0.071 -0.180 | +| p4160_p | 0.211 -0.483 0.001 0.262 1.000 -0.005 -0.040 0.236 0.003 -0.008 -0.119 -0.043 0.034 0.083 -0.083 -0.017 -0.153 -0.044 -0.113 -0.411 | +| phi_s | -0.001 -0.003 -0.004 -0.002 -0.005 1.000 -0.022 -0.005 -0.022 0.766 -0.004 0.038 0.071 0.000 -0.014 -0.003 -0.001 0.039 -0.023 0.006 | +| psi2s_p | -0.268 -0.131 0.000 -0.017 -0.040 -0.022 1.000 -0.195 -0.004 -0.014 -0.200 -0.159 -0.027 -0.141 -0.028 0.000 -0.187 -0.159 -0.054 -0.045 | +| p4040_p | 0.185 -0.177 0.001 0.156 0.236 -0.005 -0.195 1.000 0.005 -0.008 -0.125 -0.053 0.020 0.098 0.078 -0.019 0.356 -0.053 -0.161 -0.291 | +| omega_s | -0.000 0.003 -0.152 0.002 0.003 -0.022 -0.004 0.005 1.000 -0.062 0.004 0.015 -0.162 0.003 0.008 -0.548 0.005 0.016 -0.028 -0.008 | +| phi_p | -0.005 0.001 -0.004 -0.005 -0.008 0.766 -0.014 -0.008 -0.062 1.000 0.000 0.016 -0.008 -0.002 -0.005 0.069 -0.002 0.017 -0.035 0.002 | +| p3770_s | -0.273 0.211 -0.000 -0.031 -0.119 -0.004 -0.200 -0.125 0.004 0.000 1.000 -0.055 -0.028 0.108 0.295 -0.008 0.117 -0.049 0.010 0.177 | +| psi2s_s | 0.027 -0.029 -0.003 -0.023 -0.043 0.038 -0.159 -0.053 0.015 0.016 -0.055 1.000 -0.157 0.020 -0.261 0.035 -0.009 0.950 0.161 0.095 | +| rho_p | 0.023 -0.045 0.054 0.029 0.034 0.071 -0.027 0.020 -0.162 -0.008 -0.028 -0.157 1.000 -0.025 -0.013 0.164 -0.029 -0.164 0.011 -0.025 | +| p4415_s | -0.181 0.180 -0.000 -0.121 0.083 0.000 -0.141 0.098 0.003 -0.002 0.108 0.020 -0.025 1.000 0.453 0.004 0.292 0.021 -0.056 0.388 | +| Dbar_s | -0.385 0.488 0.001 0.109 -0.083 -0.014 -0.028 0.078 0.008 -0.005 0.295 -0.261 -0.013 0.453 1.000 -0.027 0.502 -0.270 -0.136 0.690 | +| rho_s | -0.004 0.003 -0.007 -0.013 -0.017 -0.003 0.000 -0.019 -0.548 0.069 -0.008 0.035 0.164 0.004 -0.027 1.000 -0.002 0.037 0.067 0.035 | +| p4160_s | -0.149 0.192 -0.000 -0.197 -0.153 -0.001 -0.187 0.356 0.005 -0.002 0.117 -0.009 -0.029 0.292 0.502 -0.002 1.000 -0.008 -0.072 0.372 | +| jpsi_s | 0.031 -0.027 -0.004 -0.023 -0.044 0.039 -0.159 -0.053 0.016 0.017 -0.049 0.950 -0.164 0.021 -0.270 0.037 -0.008 1.000 0.165 0.096 | +| jpsi_p | -0.069 -0.005 0.001 -0.071 -0.113 -0.023 -0.054 -0.161 -0.028 -0.035 0.010 0.161 0.011 -0.056 -0.136 0.067 -0.072 0.165 1.000 0.121 | +| Ctt | -0.504 0.505 -0.001 -0.180 -0.411 0.006 -0.045 -0.291 -0.008 0.002 0.177 0.095 -0.025 0.388 0.690 0.035 0.372 0.096 0.121 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13070166890148704}), (, {'error': 0.16957176820189224}), (, {'error': 0.08805011646357919}), (, {'error': 0.17276365253553383}), (, {'error': 0.10059659612081617}), (, {'error': 1.1739055073471025}), (, {'error': 0.02866860584079145}), (, {'error': 0.1546136603048347}), (, {'error': 0.9145494619991656}), (, {'error': 0.25142925274763694}), (, {'error': 0.2130803770384937}), (, {'error': 3.5728993342636386}), (, {'error': 0.29748167892110633}), (, {'error': 0.1789197032119687}), (, {'error': 0.057377210271896684}), (, {'error': 0.2787723589220656}), (, {'error': 0.17000384651928946}), (, {'error': 24.91925065176838}), (, {'error': 0.016452369199720263}), (, {'error': 0.12757219633908234})]) +Toy 3/10 +Time taken: 2 h, 41 min +Projected time left: 6 h, 17 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.142E+05 | Ncalls=613 (624 total) | +| EDM = 6.44E+05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -714220.9059617392 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 1.87 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 0.513E-2 | 0.019E-2 | | |0.00501244| 2.01499 | | +| 2 | omega_p | 1.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | 4.03 | 0.21 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 3.332 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 14.969 | 0.014 | | | 14.8182 | 23.5818 | | +| 6 | psi2s_p | -2.138 | 0.012 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | -4.42 | 0.05 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 8.484 | 0.024 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 5.62 | 0.03 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 1.788 | 0.016 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1359.40 | 0.07 | | | 1358.64 | 1433.36 | | +| 12| rho_p | 3 | 9 | | |-6.28319 | 6.28319 | | +| 13| p4415_s | 1.103 | 0.013 | | |0.126447 | 2.35355 | | +| 14| Dbar_s | -0.954 | 0.016 | | | -1.464 | 1.464 | | +| 15| rho_s | 0.79 | 0.22 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.964 | 0.015 | | | 0.71676 | 3.68324 | | +| 17| jpsi_s | 0.981E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 18| jpsi_p | -1.755 | 0.012 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.237 | 0.005 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s omega_p p4415_p p4160_p phi_s psi2s_p p4040_p omega_s phi_p p3770_s psi2s_s rho_p p4415_s Dbar_s rho_s p4160_s jpsi_s jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.009 0.707 0.565 0.528 -0.134 0.522 0.003 -0.052 0.464 -0.051 0.018 0.712 -0.046 -0.600 0.711 0.076 0.060 0.657 0.326 | +| p4040_s | -0.009 1.000 -0.014 -0.011 -0.010 0.003 -0.010 0.001 0.001 -0.009 0.001 -0.000 -0.014 0.001 0.011 -0.014 -0.002 -0.001 -0.013 -0.006 | +| omega_p | 0.707 -0.014 1.000 0.817 0.757 -0.187 0.755 0.005 -0.074 0.648 -0.099 0.024 0.993 -0.073 -0.860 0.991 0.103 0.085 0.920 0.450 | +| p4415_p | 0.565 -0.011 0.817 1.000 0.595 -0.155 0.634 0.004 -0.061 0.538 -0.082 0.020 0.823 -0.172 -0.673 0.822 0.069 0.076 0.765 0.366 | +| p4160_p | 0.528 -0.010 0.757 0.595 1.000 -0.144 0.581 0.003 -0.056 0.498 -0.077 0.019 0.763 -0.041 -0.644 0.762 0.063 0.068 0.706 0.342 | +| phi_s | -0.134 0.003 -0.187 -0.155 -0.144 1.000 -0.144 -0.001 0.014 -0.122 0.019 -0.005 -0.189 0.014 0.164 -0.188 -0.019 -0.016 -0.175 -0.086 | +| psi2s_p | 0.522 -0.010 0.755 0.634 0.581 -0.144 1.000 0.004 -0.056 0.496 -0.078 0.018 0.761 -0.059 -0.673 0.760 0.077 0.067 0.703 0.344 | +| p4040_p | 0.003 0.001 0.005 0.004 0.003 -0.001 0.004 1.000 -0.000 0.003 -0.001 0.000 0.005 -0.000 -0.004 0.005 0.000 0.000 0.004 0.002 | +| omega_s | -0.052 0.001 -0.074 -0.061 -0.056 0.014 -0.056 -0.000 1.000 -0.048 0.007 -0.002 -0.074 0.005 0.064 -0.073 -0.008 -0.006 -0.068 -0.033 | +| phi_p | 0.464 -0.009 0.648 0.538 0.498 -0.122 0.496 0.003 -0.048 1.000 -0.065 0.016 0.653 -0.048 -0.566 0.652 0.067 0.056 0.604 0.296 | +| p3770_s | -0.051 0.001 -0.099 -0.082 -0.077 0.019 -0.078 -0.001 0.007 -0.065 1.000 -0.002 -0.100 0.007 0.085 -0.100 -0.011 -0.009 -0.092 -0.044 | +| psi2s_s | 0.018 -0.000 0.024 0.020 0.019 -0.005 0.018 0.000 -0.002 0.016 -0.002 1.000 0.025 -0.002 -0.021 0.024 0.003 0.008 0.023 0.011 | +| rho_p | 0.712 -0.014 0.993 0.823 0.763 -0.189 0.761 0.005 -0.074 0.653 -0.100 0.025 1.000 -0.074 -0.867 0.999 0.103 0.086 0.927 0.453 | +| p4415_s | -0.046 0.001 -0.073 -0.172 -0.041 0.014 -0.059 -0.000 0.005 -0.048 0.007 -0.002 -0.074 1.000 0.052 -0.074 -0.004 -0.008 -0.069 -0.030 | +| Dbar_s | -0.600 0.011 -0.860 -0.673 -0.644 0.164 -0.673 -0.004 0.064 -0.566 0.085 -0.021 -0.867 0.052 1.000 -0.866 -0.091 -0.079 -0.809 -0.382 | +| rho_s | 0.711 -0.014 0.991 0.822 0.762 -0.188 0.760 0.005 -0.073 0.652 -0.100 0.024 0.999 -0.074 -0.866 1.000 0.103 0.086 0.925 0.452 | +| p4160_s | 0.076 -0.002 0.103 0.069 0.063 -0.019 0.077 0.000 -0.008 0.067 -0.011 0.003 0.103 -0.004 -0.091 0.103 1.000 0.009 0.095 0.049 | +| jpsi_s | 0.060 -0.001 0.085 0.076 0.068 -0.016 0.067 0.000 -0.006 0.056 -0.009 0.008 0.086 -0.008 -0.079 0.086 0.009 1.000 0.080 0.041 | +| jpsi_p | 0.657 -0.013 0.920 0.765 0.706 -0.175 0.703 0.004 -0.068 0.604 -0.092 0.023 0.927 -0.069 -0.809 0.925 0.095 0.080 1.000 0.423 | +| Ctt | 0.326 -0.006 0.450 0.366 0.342 -0.086 0.344 0.002 -0.033 0.296 -0.044 0.011 0.453 -0.030 -0.382 0.452 0.049 0.041 0.423 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1394460007738907}), (, {'error': 0.00018867947731269867}), (, {'error': 0.3277496826786601}), (, {'error': 0.20710840995969093}), (, {'error': 0.028691667684591415}), (, {'error': 0.013975834287170308}), (, {'error': 0.011589984305950374}), (, {'error': 0.05366158569330981}), (, {'error': 0.023854221328083014}), (, {'error': 0.03224088309679729}), (, {'error': 0.016214013199597033}), (, {'error': 0.0678125888679233}), (, {'error': 8.906364500512417}), (, {'error': 0.01291251332810539}), (, {'error': 0.015885971676672384}), (, {'error': 0.22104085441097276}), (, {'error': 0.015039380345538866}), (, {'error': 0.7390362375190307}), (, {'error': 0.0122514488397365}), (, {'error': 0.005347682230359196})]) +Toy 4/10 +Time taken: 3 h, 34 min +Projected time left: 5 h, 21 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.154E+05 | Ncalls=1108 (1108 total) | +| EDM = 3E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -715448.6850204007 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.67 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.21 | 0.17 | | |0.00501244| 2.01499 | | +| 2 | omega_p | 0.6 | 0.6 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -2.08 | 0.17 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | -2.19 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 17.6 | 0.8 | | | 14.8182 | 23.5818 | | +| 6 | psi2s_p | 2.195 | 0.029 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | 4.04 | 0.15 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.12 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1370 | 3 | | | 1358.64 | 1433.36 | | +| 12| rho_p | 5.34 | 0.28 | | |-6.28319 | 6.28319 | | +| 13| p4415_s | 1.19 | 0.18 | | |0.126447 | 2.35355 | | +| 14| Dbar_s | 0.04 | 0.06 | | | -1.464 | 1.464 | | +| 15| rho_s | 1.13 | 0.29 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.06 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 18| jpsi_p | 4.722 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.008 | 0.127 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s omega_p p4415_p p4160_p phi_s psi2s_p p4040_p omega_s phi_p p3770_s psi2s_s rho_p p4415_s Dbar_s rho_s p4160_s jpsi_s jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.194 -0.006 0.093 0.210 0.003 -0.263 0.181 -0.006 0.001 -0.270 0.027 0.021 -0.179 -0.380 -0.009 -0.150 0.030 -0.069 -0.499 | +| p4040_s | -0.194 1.000 -0.000 -0.190 -0.487 -0.004 -0.133 -0.176 0.002 0.001 0.210 -0.028 -0.042 0.180 0.487 0.011 0.196 -0.027 -0.004 0.507 | +| omega_p | -0.006 -0.000 1.000 -0.005 -0.007 0.066 -0.019 -0.007 0.947 0.016 -0.001 -0.013 0.028 -0.002 -0.001 0.345 -0.003 -0.014 -0.046 0.003 | +| p4415_p | 0.093 -0.190 -0.005 1.000 0.268 0.001 -0.016 0.157 -0.004 0.001 -0.031 -0.022 0.027 -0.125 0.110 -0.020 -0.204 -0.022 -0.072 -0.184 | +| p4160_p | 0.210 -0.487 -0.007 0.268 1.000 -0.000 -0.038 0.235 -0.007 0.002 -0.118 -0.042 0.032 0.083 -0.082 -0.025 -0.160 -0.043 -0.113 -0.413 | +| phi_s | 0.003 -0.004 0.066 0.001 -0.000 1.000 -0.018 0.000 0.068 -0.362 -0.006 0.033 0.123 0.002 -0.014 -0.068 -0.000 0.034 -0.002 0.006 | +| psi2s_p | -0.263 -0.133 -0.019 -0.016 -0.038 -0.018 1.000 -0.192 -0.019 0.005 -0.204 -0.154 -0.027 -0.142 -0.033 0.002 -0.187 -0.154 -0.053 -0.049 | +| p4040_p | 0.181 -0.176 -0.007 0.157 0.235 0.000 -0.192 1.000 -0.005 0.002 -0.122 -0.051 0.018 0.098 0.079 -0.023 0.350 -0.051 -0.158 -0.287 | +| omega_s | -0.006 0.002 0.947 -0.004 -0.007 0.068 -0.019 -0.005 1.000 0.023 0.001 -0.003 -0.059 -0.000 0.001 0.188 -0.000 -0.004 -0.054 0.001 | +| phi_p | 0.001 0.001 0.016 0.001 0.002 -0.362 0.005 0.002 0.023 1.000 0.001 0.002 -0.010 0.002 0.002 -0.003 0.002 0.002 0.009 -0.001 | +| p3770_s | -0.270 0.210 -0.001 -0.031 -0.118 -0.006 -0.204 -0.122 0.001 0.001 1.000 -0.054 -0.026 0.107 0.293 -0.002 0.118 -0.048 0.010 0.174 | +| psi2s_s | 0.027 -0.028 -0.013 -0.022 -0.042 0.033 -0.154 -0.051 -0.003 0.002 -0.054 1.000 -0.144 0.019 -0.254 0.058 -0.008 0.947 0.159 0.093 | +| rho_p | 0.021 -0.042 0.028 0.027 0.032 0.123 -0.027 0.018 -0.059 -0.010 -0.026 -0.144 1.000 -0.022 -0.013 0.023 -0.026 -0.151 0.007 -0.023 | +| p4415_s | -0.179 0.180 -0.002 -0.125 0.083 0.002 -0.142 0.098 -0.000 0.002 0.107 0.019 -0.022 1.000 0.452 0.007 0.292 0.021 -0.056 0.388 | +| Dbar_s | -0.380 0.487 -0.001 0.110 -0.082 -0.014 -0.033 0.079 0.001 0.002 0.293 -0.254 -0.013 0.452 1.000 -0.024 0.501 -0.264 -0.135 0.692 | +| rho_s | -0.009 0.011 0.345 -0.020 -0.025 -0.068 0.002 -0.023 0.188 -0.003 -0.002 0.058 0.023 0.007 -0.024 1.000 0.003 0.060 0.051 0.039 | +| p4160_s | -0.150 0.196 -0.003 -0.204 -0.160 -0.000 -0.187 0.350 -0.000 0.002 0.118 -0.008 -0.026 0.292 0.501 0.003 1.000 -0.007 -0.069 0.378 | +| jpsi_s | 0.030 -0.027 -0.014 -0.022 -0.043 0.034 -0.154 -0.051 -0.004 0.002 -0.048 0.947 -0.151 0.021 -0.264 0.060 -0.007 1.000 0.163 0.093 | +| jpsi_p | -0.069 -0.004 -0.046 -0.072 -0.113 -0.002 -0.053 -0.158 -0.054 0.009 0.010 0.159 0.007 -0.056 -0.135 0.051 -0.069 0.163 1.000 0.120 | +| Ctt | -0.499 0.507 0.003 -0.184 -0.413 0.006 -0.049 -0.287 0.001 -0.001 0.174 0.093 -0.023 0.388 0.692 0.039 0.378 0.093 0.120 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12992983770054423}), (, {'error': 0.16992433064503354}), (, {'error': 0.5870594918230738}), (, {'error': 0.17424550757738677}), (, {'error': 0.10111179154717687}), (, {'error': 0.8174863026009884}), (, {'error': 0.028598386529789188}), (, {'error': 0.15352793362898876}), (, {'error': 4.213965074141872}), (, {'error': 0.14481977622232112}), (, {'error': 0.21287269331110137}), (, {'error': 3.478633814977343}), (, {'error': 0.282589963701839}), (, {'error': 0.17892334804325083}), (, {'error': 0.0571335153944722}), (, {'error': 0.2882688836286768}), (, {'error': 0.16985484031673426}), (, {'error': 24.255839898808517}), (, {'error': 0.016442386656147612}), (, {'error': 0.1272144157236861})]) +Toy 5/10 +Time taken: 4 h, 52 min +Projected time left: 4 h, 52 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.154E+05 | Ncalls=1247 (1247 total) | +| EDM = 0.000776 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -715424.4552128344 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.46 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.05 | 0.18 | | |0.00501244| 2.01499 | | +| 2 | omega_p | -5.29 | 0.22 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 3.81 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 18.2 | 1.2 | | | 14.8182 | 23.5818 | | +| 6 | psi2s_p | -4.465 | 0.028 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | -2.62 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 0.35 | 0.25 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.04 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1371.8 | 1.5 | | | 1358.64 | 1433.36 | | +| 12| rho_p | 5.55 | 0.28 | | |-6.28319 | 6.28319 | | +| 13| p4415_s | 0.126 | 0.020 | | |0.126447 | 2.35355 | | +| 14| Dbar_s | -0.14 | 0.05 | | | -1.464 | 1.464 | | +| 15| rho_s | 1.18 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 1.75 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 18| jpsi_p | 1.688 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.29 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s omega_p p4415_p p4160_p phi_s psi2s_p p4040_p omega_s phi_p p3770_s psi2s_s rho_p p4415_s Dbar_s rho_s p4160_s jpsi_s jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.269 -0.002 0.006 0.280 -0.002 -0.357 0.225 0.001 -0.009 -0.201 0.006 0.025 0.013 -0.465 -0.011 -0.163 0.013 -0.047 -0.522 | +| p4040_s | -0.269 1.000 -0.004 0.000 -0.551 -0.000 0.019 -0.282 0.000 0.006 0.184 -0.008 -0.041 -0.018 0.561 0.015 0.138 -0.006 -0.053 0.574 | +| omega_p | -0.002 -0.004 1.000 0.000 -0.005 0.050 -0.011 -0.010 -0.616 0.051 -0.007 -0.007 0.385 -0.000 -0.012 0.505 -0.007 -0.010 -0.035 0.012 | +| p4415_p | 0.006 0.000 0.000 1.000 -0.013 0.000 0.008 -0.010 -0.000 0.000 -0.003 0.000 0.000 -0.030 -0.028 0.000 -0.005 0.000 0.008 -0.012 | +| p4160_p | 0.280 -0.551 -0.005 -0.013 1.000 -0.003 -0.160 0.207 0.002 -0.009 -0.097 -0.010 0.023 0.014 -0.304 -0.022 -0.228 -0.011 0.004 -0.518 | +| phi_s | -0.002 -0.000 0.050 0.000 -0.003 1.000 -0.015 -0.003 -0.004 0.766 -0.001 0.009 0.063 -0.000 -0.003 0.001 -0.001 0.012 -0.039 0.003 | +| psi2s_p | -0.357 0.019 -0.011 0.008 -0.160 -0.015 1.000 -0.316 0.007 -0.008 -0.295 -0.028 -0.054 -0.003 0.112 0.017 -0.127 -0.027 0.089 0.236 | +| p4040_p | 0.225 -0.282 -0.010 -0.010 0.207 -0.003 -0.316 1.000 0.002 -0.009 -0.088 -0.014 0.008 0.006 -0.055 -0.020 0.341 -0.015 -0.100 -0.347 | +| omega_s | 0.001 0.000 -0.616 -0.000 0.002 -0.004 0.007 0.002 1.000 0.014 0.001 -0.000 -0.091 0.000 0.002 -0.119 0.001 0.000 0.018 -0.001 | +| phi_p | -0.009 0.006 0.051 0.000 -0.009 0.766 -0.008 -0.009 0.014 1.000 0.003 0.005 -0.025 -0.000 0.004 0.080 -0.000 0.006 -0.030 0.005 | +| p3770_s | -0.201 0.184 -0.007 -0.003 -0.097 -0.001 -0.295 -0.088 0.001 0.003 1.000 -0.030 -0.028 -0.003 0.205 -0.004 0.085 -0.014 0.001 0.061 | +| psi2s_s | 0.006 -0.008 -0.007 0.000 -0.010 0.009 -0.028 -0.014 -0.000 0.005 -0.030 1.000 -0.030 -0.000 -0.057 0.012 -0.005 0.651 -0.017 0.028 | +| rho_p | 0.025 -0.041 0.385 0.000 0.023 0.063 -0.054 0.008 -0.091 -0.025 -0.028 -0.030 1.000 0.002 -0.051 0.102 -0.023 -0.043 -0.118 -0.006 | +| p4415_s | 0.013 -0.018 -0.000 -0.030 0.014 -0.000 -0.003 0.006 0.000 -0.000 -0.003 -0.000 0.002 1.000 -0.014 -0.001 -0.021 -0.000 0.004 -0.025 | +| Dbar_s | -0.465 0.561 -0.012 -0.028 -0.304 -0.003 0.112 -0.055 0.002 0.004 0.205 -0.057 -0.051 -0.014 1.000 -0.003 0.523 -0.077 -0.048 0.805 | +| rho_s | -0.011 0.015 0.505 0.000 -0.022 0.001 0.017 -0.020 -0.119 0.080 -0.004 0.012 0.102 -0.001 -0.003 1.000 0.002 0.015 0.022 0.036 | +| p4160_s | -0.163 0.138 -0.007 -0.005 -0.228 -0.001 -0.127 0.341 0.001 -0.000 0.085 -0.005 -0.023 -0.021 0.523 0.002 1.000 -0.003 -0.128 0.355 | +| jpsi_s | 0.013 -0.006 -0.010 0.000 -0.011 0.012 -0.027 -0.015 0.000 0.006 -0.014 0.651 -0.043 -0.000 -0.077 0.015 -0.003 1.000 -0.031 0.027 | +| jpsi_p | -0.047 -0.053 -0.035 0.008 0.004 -0.039 0.089 -0.100 0.018 -0.030 0.001 -0.017 -0.118 0.004 -0.048 0.022 -0.128 -0.031 1.000 -0.111 | +| Ctt | -0.522 0.574 0.012 -0.012 -0.518 0.003 0.236 -0.347 -0.001 0.005 0.061 0.028 -0.006 -0.025 0.805 0.036 0.355 0.027 -0.111 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.140365755134785}), (, {'error': 0.18044201567087226}), (, {'error': 0.2203018932184868}), (, {'error': 0.14522371099600395}), (, {'error': 0.11628443381319187}), (, {'error': 1.1752087163905092}), (, {'error': 0.028263791124374382}), (, {'error': 0.1767298447704324}), (, {'error': 4.123784591235335}), (, {'error': 0.25090569191533074}), (, {'error': 0.21111020713973594}), (, {'error': 1.4692737704326646}), (, {'error': 0.2814331936881853}), (, {'error': 0.020466322055042785}), (, {'error': 0.053484765420941494}), (, {'error': 0.29678772942142306}), (, {'error': 0.16861860132608697}), (, {'error': 9.87680022063796}), (, {'error': 0.015785355186437755}), (, {'error': 0.12755979211505572})]) +Toy 6/10 +Time taken: 6 h, 18 min +Projected time left: 4 h, 12 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.154E+05 | Ncalls=614 (614 total) | +| EDM = 2.89E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -715444.6957956522 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.62 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.21 | 0.16 | | |0.00501244| 2.01499 | | +| 2 | omega_p | 0.83 | 0.29 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -2.06 | 0.17 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 4.12 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 17.9 | 0.8 | | | 14.8182 | 23.5818 | | +| 6 | psi2s_p | -4.08 | 0.03 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | -2.21 | 0.15 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.14 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1362 | 13 | | | 1358.64 | 1433.36 | | +| 12| rho_p | -6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 13| p4415_s | 1.18 | 0.17 | | |0.126447 | 2.35355 | | +| 14| Dbar_s | 0.07 | 0.07 | | | -1.464 | 1.464 | | +| 15| rho_s | 1.0 | 0.4 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.06 | 0.16 | | | 0.71676 | 3.68324 | | +| 17| jpsi_s | 0.991E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 18| jpsi_p | 4.714 | 0.019 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.04 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s omega_p p4415_p p4160_p phi_s psi2s_p p4040_p omega_s phi_p p3770_s psi2s_s rho_p p4415_s Dbar_s rho_s p4160_s jpsi_s jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.121 -0.013 0.078 0.156 0.016 -0.266 0.151 -0.002 0.002 -0.247 0.075 -0.002 -0.112 -0.265 -0.015 -0.086 0.076 -0.021 -0.356 | +| p4040_s | -0.121 1.000 0.001 -0.169 -0.427 -0.015 -0.072 -0.143 0.004 0.001 0.170 -0.075 0.001 0.105 0.342 0.000 0.121 -0.075 -0.047 0.335 | +| omega_p | -0.013 0.001 1.000 0.005 0.021 0.004 0.079 0.019 -0.614 -0.010 0.018 -0.175 -0.049 -0.033 0.113 0.669 -0.018 -0.176 -0.086 -0.068 | +| p4415_p | 0.078 -0.169 0.005 1.000 0.240 -0.008 0.004 0.145 0.004 0.001 -0.021 -0.029 0.003 -0.123 0.111 0.013 -0.201 -0.029 -0.064 -0.169 | +| p4160_p | 0.156 -0.427 0.021 0.240 1.000 -0.034 0.045 0.229 0.012 0.001 -0.069 -0.141 0.007 0.095 0.082 0.042 -0.129 -0.141 -0.154 -0.392 | +| phi_s | 0.016 -0.015 0.004 -0.008 -0.034 1.000 -0.129 -0.035 -0.035 -0.388 -0.039 0.221 0.006 0.037 -0.166 -0.023 0.012 0.221 0.113 0.109 | +| psi2s_p | -0.266 -0.072 0.079 0.004 0.045 -0.129 1.000 -0.064 0.043 0.000 -0.065 -0.565 0.016 -0.191 0.387 0.139 -0.171 -0.565 -0.321 -0.284 | +| p4040_p | 0.151 -0.143 0.019 0.145 0.229 -0.035 -0.064 1.000 0.013 0.001 -0.094 -0.155 0.007 0.074 0.169 0.039 0.349 -0.155 -0.197 -0.333 | +| omega_s | -0.002 0.004 -0.614 0.004 0.012 -0.035 0.043 0.013 1.000 -0.015 0.011 -0.063 0.004 -0.010 0.048 -0.120 -0.003 -0.063 -0.015 -0.031 | +| phi_p | 0.002 0.001 -0.010 0.001 0.001 -0.388 0.000 0.001 -0.015 1.000 -0.000 0.010 0.002 0.003 -0.005 -0.006 0.003 0.010 0.015 0.004 | +| p3770_s | -0.247 0.170 0.018 -0.021 -0.069 -0.039 -0.065 -0.094 0.011 -0.000 1.000 -0.171 0.006 0.042 0.288 0.027 0.066 -0.169 -0.074 0.025 | +| psi2s_s | 0.075 -0.075 -0.175 -0.029 -0.141 0.221 -0.565 -0.155 -0.063 0.010 -0.171 1.000 -0.032 0.153 -0.740 -0.294 0.043 0.997 0.521 0.464 | +| rho_p | -0.002 0.001 -0.049 0.003 0.007 0.006 0.016 0.007 0.004 0.002 0.006 -0.032 1.000 -0.006 0.025 -0.063 -0.002 -0.032 -0.024 -0.019 | +| p4415_s | -0.112 0.105 -0.033 -0.123 0.095 0.037 -0.191 0.074 -0.010 0.003 0.042 0.153 -0.006 1.000 0.158 -0.051 0.232 0.153 0.032 0.347 | +| Dbar_s | -0.265 0.342 0.113 0.111 0.082 -0.166 0.387 0.169 0.048 -0.005 0.288 -0.740 0.025 0.158 1.000 0.187 0.270 -0.742 -0.446 0.057 | +| rho_s | -0.015 0.000 0.669 0.013 0.042 -0.023 0.139 0.039 -0.120 -0.006 0.027 -0.294 -0.063 -0.051 0.187 1.000 -0.027 -0.295 -0.111 -0.110 | +| p4160_s | -0.086 0.121 -0.018 -0.201 -0.129 0.012 -0.171 0.349 -0.003 0.003 0.066 0.043 -0.002 0.232 0.270 -0.027 1.000 0.044 -0.033 0.280 | +| jpsi_s | 0.076 -0.075 -0.176 -0.029 -0.141 0.221 -0.565 -0.155 -0.063 0.010 -0.169 0.997 -0.032 0.153 -0.742 -0.295 0.044 1.000 0.522 0.464 | +| jpsi_p | -0.021 -0.047 -0.086 -0.064 -0.154 0.113 -0.321 -0.197 -0.015 0.015 -0.074 0.521 -0.024 0.032 -0.446 -0.111 -0.033 0.522 1.000 0.330 | +| Ctt | -0.356 0.335 -0.068 -0.169 -0.392 0.109 -0.284 -0.333 -0.031 0.004 0.025 0.464 -0.019 0.347 0.057 -0.110 0.280 0.464 0.330 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12116995484680237}), (, {'error': 0.15527902177305575}), (, {'error': 0.286699928000556}), (, {'error': 0.16907466100559}), (, {'error': 0.09574212604717491}), (, {'error': 0.8186125956127732}), (, {'error': 0.033655160178537535}), (, {'error': 0.1487687277199028}), (, {'error': 3.9799374627647692}), (, {'error': 0.14791615191159657}), (, {'error': 0.2062452444099856}), (, {'error': 13.020491027892035}), (, {'error': 0.06361642277205926}), (, {'error': 0.17005746193221272}), (, {'error': 0.06947192647000366}), (, {'error': 0.3822520927140159}), (, {'error': 0.1568831507459354}), (, {'error': 80.18379510344221}), (, {'error': 0.018693617513390492}), (, {'error': 0.12192930397059298})]) +Toy 7/10 +Time taken: 7 h, 11 min +Projected time left: 3 h, 5 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.154E+05 | Ncalls=975 (975 total) | +| EDM = 0.00108 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -715425.0516001348 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.48 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.04 | 0.18 | | |0.00501244| 2.01499 | | +| 2 | omega_p | 0.6 | 0.6 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | -2.26 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 17.5 | 0.8 | | | 14.8182 | 23.5818 | | +| 6 | psi2s_p | -4.057 | 0.029 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | 3.90 | 0.17 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.00 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1368 | 5 | | | 1358.64 | 1433.36 | | +| 12| rho_p | -0.88 | 0.29 | | |-6.28319 | 6.28319 | | +| 13| p4415_s | 0.126 | 0.025 | | |0.126447 | 2.35355 | | +| 14| Dbar_s | -0.12 | 0.06 | | | -1.464 | 1.464 | | +| 15| rho_s | 1.11 | 0.29 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 1.74 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| jpsi_s | 0.996E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 18| jpsi_p | -1.554 | 0.017 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.32 | 0.14 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s omega_p p4415_p p4160_p phi_s psi2s_p p4040_p omega_s phi_p p3770_s psi2s_s rho_p p4415_s Dbar_s rho_s p4160_s jpsi_s jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.280 -0.006 0.007 0.284 0.002 -0.242 0.219 -0.006 0.001 -0.237 0.016 0.018 0.014 -0.437 -0.013 -0.176 0.018 -0.088 -0.543 | +| p4040_s | -0.280 1.000 -0.000 -0.002 -0.542 -0.002 -0.086 -0.244 0.001 0.000 0.218 0.012 -0.040 -0.021 0.505 0.017 0.152 0.013 0.045 0.569 | +| omega_p | -0.006 -0.000 1.000 0.000 -0.004 0.075 -0.018 -0.004 0.951 0.017 -0.000 -0.029 0.058 -0.000 0.007 0.342 -0.002 -0.030 -0.055 0.001 | +| p4415_p | 0.007 -0.002 0.000 1.000 -0.010 -0.000 0.007 -0.008 0.000 -0.000 -0.004 -0.001 0.000 -0.035 -0.025 0.000 -0.007 -0.001 0.004 -0.014 | +| p4160_p | 0.284 -0.542 -0.004 -0.010 1.000 -0.005 0.003 0.202 -0.005 0.002 -0.114 -0.104 0.044 0.020 -0.197 -0.031 -0.221 -0.105 -0.128 -0.511 | +| phi_s | 0.002 -0.002 0.075 -0.000 -0.005 1.000 -0.027 -0.005 0.076 -0.349 -0.007 0.050 0.126 -0.000 -0.025 -0.055 0.001 0.051 0.006 0.014 | +| psi2s_p | -0.242 -0.086 -0.018 0.007 0.003 -0.027 1.000 -0.162 -0.020 0.005 -0.229 -0.254 0.006 0.004 0.082 -0.014 -0.160 -0.254 -0.108 -0.064 | +| p4040_p | 0.219 -0.244 -0.004 -0.008 0.202 -0.005 -0.162 1.000 -0.004 0.002 -0.087 -0.112 0.030 0.009 0.049 -0.029 0.342 -0.112 -0.171 -0.321 | +| omega_s | -0.006 0.001 0.951 0.000 -0.005 0.076 -0.020 -0.004 1.000 0.024 0.001 -0.011 -0.029 -0.000 0.004 0.186 -0.001 -0.012 -0.060 -0.001 | +| phi_p | 0.001 0.000 0.017 -0.000 0.002 -0.349 0.005 0.002 0.024 1.000 0.001 0.002 -0.009 0.000 0.001 -0.003 0.001 0.003 0.009 -0.001 | +| p3770_s | -0.237 0.218 -0.000 -0.004 -0.114 -0.007 -0.229 -0.087 0.001 0.001 1.000 -0.071 -0.014 -0.004 0.277 -0.008 0.114 -0.066 0.000 0.121 | +| psi2s_s | 0.016 0.012 -0.029 -0.001 -0.104 0.050 -0.254 -0.112 -0.011 0.002 -0.071 1.000 -0.239 -0.005 -0.371 0.074 0.010 0.977 0.256 0.187 | +| rho_p | 0.018 -0.040 0.058 0.000 0.044 0.126 0.006 0.030 -0.029 -0.009 -0.014 -0.239 1.000 0.003 0.045 0.045 -0.022 -0.244 -0.032 -0.041 | +| p4415_s | 0.014 -0.021 -0.000 -0.035 0.020 -0.000 0.004 0.009 -0.000 0.000 -0.004 -0.005 0.003 1.000 -0.005 -0.002 -0.024 -0.005 -0.005 -0.027 | +| Dbar_s | -0.437 0.505 0.007 -0.025 -0.197 -0.025 0.082 0.049 0.004 0.001 0.277 -0.371 0.045 -0.005 1.000 -0.031 0.495 -0.378 -0.127 0.646 | +| rho_s | -0.013 0.017 0.342 0.000 -0.031 -0.055 -0.014 -0.029 0.186 -0.003 -0.008 0.074 0.045 -0.002 -0.031 1.000 0.005 0.075 0.062 0.053 | +| p4160_s | -0.176 0.152 -0.002 -0.007 -0.221 0.001 -0.160 0.342 -0.001 0.001 0.114 0.010 -0.022 -0.024 0.495 0.005 1.000 0.011 -0.039 0.375 | +| jpsi_s | 0.018 0.013 -0.030 -0.001 -0.105 0.051 -0.254 -0.112 -0.012 0.003 -0.066 0.977 -0.244 -0.005 -0.378 0.075 0.011 1.000 0.258 0.187 | +| jpsi_p | -0.088 0.045 -0.055 0.004 -0.128 0.006 -0.108 -0.171 -0.060 0.009 0.000 0.256 -0.032 -0.005 -0.127 0.062 -0.039 0.258 1.000 0.187 | +| Ctt | -0.543 0.569 0.001 -0.014 -0.511 0.014 -0.064 -0.321 -0.001 -0.001 0.121 0.187 -0.041 -0.027 0.646 0.053 0.375 0.187 0.187 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14450389977380507}), (, {'error': 0.17748942885740832}), (, {'error': 0.6206313667422232}), (, {'error': 0.12978301283147164}), (, {'error': 0.11657835976337672}), (, {'error': 0.8143404524197564}), (, {'error': 0.0291476538726938}), (, {'error': 0.17497080427319656}), (, {'error': 4.266439597508277}), (, {'error': 0.13940005959469826}), (, {'error': 0.21177140889131585}), (, {'error': 5.234978718484399}), (, {'error': 0.2947435599390804}), (, {'error': 0.025374265268696267}), (, {'error': 0.056312488126508686}), (, {'error': 0.29034330387801355}), (, {'error': 0.16670565114204816}), (, {'error': 36.2795488732645}), (, {'error': 0.016794163159422393}), (, {'error': 0.13696770526699378})]) +Toy 8/10 +Time taken: 8 h, 22 min +Projected time left: 2 h, 5 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.154E+05 | Ncalls=1192 (1192 total) | +| EDM = 0.0173 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -715444.2576552525 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.29 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.26 | 0.14 | | |0.00501244| 2.01499 | | +| 2 | omega_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | -2.23 | 0.15 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 3.90 | 0.08 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 18.1 | 0.9 | | | 14.8182 | 23.5818 | | +| 6 | psi2s_p | -4.480 | 0.028 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | 3.82 | 0.13 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 5.7 | 0.8 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | 0.32 | 0.19 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.17 | 0.19 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1360 | 50 | | | 1358.64 | 1433.36 | | +| 12| rho_p | -6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 13| p4415_s | 1.20 | 0.16 | | |0.126447 | 2.35355 | | +| 14| Dbar_s | 0.10 | 0.06 | | | -1.464 | 1.464 | | +| 15| rho_s | 1.03 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.10 | 0.14 | | | 0.71676 | 3.68324 | | +| 17| jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 18| jpsi_p | -4.607 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.024 | 0.099 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s omega_p p4415_p p4160_p phi_s psi2s_p p4040_p omega_s phi_p p3770_s psi2s_s rho_p p4415_s Dbar_s rho_s p4160_s jpsi_s jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.040 0.002 0.057 0.098 0.019 -0.320 0.102 0.019 -0.005 -0.217 0.108 -0.009 -0.048 -0.231 -0.014 -0.031 0.109 -0.105 -0.193 | +| p4040_s | -0.040 1.000 -0.001 -0.150 -0.382 -0.018 -0.077 -0.126 -0.009 -0.001 0.108 -0.095 0.005 0.034 0.295 0.001 0.041 -0.095 -0.005 0.178 | +| omega_p | 0.002 -0.001 1.000 0.001 -0.000 -0.003 -0.005 -0.000 -0.107 0.000 -0.002 0.015 0.003 0.003 -0.011 0.016 0.002 0.015 -0.003 0.008 | +| p4415_p | 0.057 -0.150 0.001 1.000 0.186 0.011 -0.080 0.107 0.010 -0.003 -0.031 0.065 -0.003 -0.107 0.048 -0.008 -0.190 0.065 -0.045 -0.100 | +| p4160_p | 0.098 -0.382 -0.000 0.186 1.000 -0.011 -0.076 0.157 -0.010 -0.007 -0.061 -0.042 0.007 0.128 0.031 0.010 -0.113 -0.042 -0.016 -0.290 | +| phi_s | 0.019 -0.018 -0.003 0.011 -0.011 1.000 -0.087 -0.013 0.013 0.629 -0.033 0.192 -0.006 0.035 -0.147 -0.021 0.014 0.193 -0.099 0.112 | +| psi2s_p | -0.320 -0.077 -0.005 -0.080 -0.076 -0.087 1.000 -0.183 -0.077 -0.010 -0.125 -0.416 0.032 -0.168 0.296 0.068 -0.176 -0.416 0.245 -0.137 | +| p4040_p | 0.102 -0.126 -0.000 0.107 0.157 -0.013 -0.183 1.000 -0.010 -0.008 -0.105 -0.055 0.007 0.074 0.080 0.009 0.332 -0.055 -0.068 -0.276 | +| omega_s | 0.019 -0.009 -0.107 0.010 -0.010 0.013 -0.077 -0.010 1.000 -0.044 -0.026 0.201 0.053 0.041 -0.139 -0.538 0.021 0.201 -0.067 0.105 | +| phi_p | -0.005 -0.001 0.000 -0.003 -0.007 0.629 -0.010 -0.008 -0.044 1.000 -0.000 0.005 -0.014 -0.002 -0.005 0.041 -0.003 0.005 -0.026 0.004 | +| p3770_s | -0.217 0.108 -0.002 -0.031 -0.061 -0.033 -0.125 -0.105 -0.026 -0.000 1.000 -0.167 0.013 -0.007 0.228 0.016 0.015 -0.165 0.085 -0.086 | +| psi2s_s | 0.108 -0.095 0.015 0.065 -0.042 0.192 -0.416 -0.055 0.201 0.005 -0.167 1.000 -0.093 0.180 -0.753 -0.201 0.072 0.997 -0.417 0.565 | +| rho_p | -0.009 0.005 0.003 -0.003 0.007 -0.006 0.032 0.007 0.053 -0.014 0.013 -0.093 1.000 -0.019 0.069 -0.022 -0.009 -0.093 0.025 -0.056 | +| p4415_s | -0.048 0.034 0.003 -0.107 0.128 0.035 -0.168 0.074 0.041 -0.002 -0.007 0.180 -0.019 1.000 0.073 -0.040 0.160 0.181 -0.166 0.283 | +| Dbar_s | -0.231 0.295 -0.011 0.048 0.031 -0.147 0.296 0.080 -0.139 -0.005 0.228 -0.753 0.069 0.073 1.000 0.124 0.184 -0.755 0.294 -0.105 | +| rho_s | -0.014 0.001 0.016 -0.008 0.010 -0.021 0.068 0.009 -0.538 0.041 0.016 -0.201 -0.022 -0.040 0.124 1.000 -0.025 -0.201 0.048 -0.087 | +| p4160_s | -0.031 0.041 0.002 -0.190 -0.113 0.014 -0.176 0.332 0.021 -0.003 0.015 0.072 -0.009 0.160 0.184 -0.025 1.000 0.072 -0.122 0.197 | +| jpsi_s | 0.109 -0.095 0.015 0.065 -0.042 0.193 -0.416 -0.055 0.201 0.005 -0.165 0.997 -0.093 0.181 -0.755 -0.201 0.072 1.000 -0.418 0.566 | +| jpsi_p | -0.105 -0.005 -0.003 -0.045 -0.016 -0.099 0.245 -0.068 -0.067 -0.026 0.085 -0.417 0.025 -0.166 0.294 0.048 -0.122 -0.418 1.000 -0.312 | +| Ctt | -0.193 0.178 0.008 -0.100 -0.290 0.112 -0.137 -0.276 0.105 0.004 -0.086 0.565 -0.056 0.283 -0.105 -0.087 0.197 0.566 -0.312 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10721374600707279}), (, {'error': 0.1378867372213819}), (, {'error': 0.07289913760655864}), (, {'error': 0.154317939388962}), (, {'error': 0.08416575737542686}), (, {'error': 0.9270450291440078}), (, {'error': 0.02817373197955897}), (, {'error': 0.12847289409196616}), (, {'error': 0.817902517652807}), (, {'error': 0.18853314976217828}), (, {'error': 0.19230237259728133}), (, {'error': 53.37160789188931}), (, {'error': 0.07402118321030615}), (, {'error': 0.15701309462144364}), (, {'error': 0.05684340847696856}), (, {'error': 0.300622027835933}), (, {'error': 0.14040613321943662}), (, {'error': 80.4796499792692}), (, {'error': 0.01634531831206143}), (, {'error': 0.09871510531253425})]) +Toy 9/10 +Time taken: 9 h, 46 min +Projected time left: 1 h, 5 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.154E+05 | Ncalls=339 (339 total) | +| EDM = 2.03E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -715378.1682027533 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4040_s | 1.28 | 0.07 | | |0.00501244| 2.01499 | | +| 2 | omega_p | 0.66 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | p4415_p | 4.08 | 0.31 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 3.92 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | phi_s | 16.84 | 0.28 | | | 14.8182 | 23.5818 | | +| 6 | psi2s_p | 1.810 | 0.025 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | -2.47 | 0.15 | | |-6.28319 | 6.28319 | | +| 8 | omega_s | 7.03 | 0.18 | | | 4.19232 | 9.40768 | | +| 9 | phi_p | -6.00 | 0.09 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.13 | 0.15 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1358.64 | 0.14 | | | 1358.64 | 1433.36 | | +| 12| rho_p | 6.24 | 0.08 | | |-6.28319 | 6.28319 | | +| 13| p4415_s | 1.18 | 0.09 | | |0.126447 | 2.35355 | | +| 14| Dbar_s | 0.14 | 0.18 | | | -1.464 | 1.464 | | +| 15| rho_s | 1.17 | 0.07 | | |0.0253049| 2.0747 | | +| 16| p4160_s | 2.05 | 0.12 | | | 0.71676 | 3.68324 | | +| 17| jpsi_s | 0.981E4 | 0.019E4 | | | 9797.52 | 9996.48 | | +| 18| jpsi_p | 1.684 | 0.029 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.05 | 0.11 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4040_s omega_p p4415_p p4160_p phi_s psi2s_p p4040_p omega_s phi_p p3770_s psi2s_s rho_p p4415_s Dbar_s rho_s p4160_s jpsi_s jpsi_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.469 -0.442 0.781 0.733 0.364 -0.653 0.680 0.058 -0.381 0.635 0.762 -0.451 0.594 -0.827 -0.318 0.681 0.829 -0.771 0.787 | +| p4040_s | 0.469 1.000 -0.296 0.507 0.436 0.244 -0.422 0.443 0.039 -0.254 0.449 0.510 -0.303 0.397 -0.543 -0.215 0.443 0.555 -0.515 0.539 | +| omega_p | -0.442 -0.296 1.000 -0.501 -0.470 -0.229 0.367 -0.440 0.087 0.245 -0.428 -0.489 0.279 -0.384 0.530 0.293 -0.437 -0.532 0.486 -0.514 | +| p4415_p | 0.781 0.507 -0.501 1.000 0.835 0.413 -0.662 0.783 0.066 -0.431 0.753 0.865 -0.511 0.665 -0.929 -0.361 0.751 0.941 -0.868 0.902 | +| p4160_p | 0.733 0.436 -0.470 0.835 1.000 0.387 -0.632 0.725 0.061 -0.404 0.699 0.810 -0.479 0.656 -0.869 -0.338 0.705 0.881 -0.816 0.835 | +| phi_s | 0.364 0.244 -0.229 0.413 0.387 1.000 -0.304 0.361 0.031 -0.090 0.353 0.404 -0.234 0.316 -0.437 -0.169 0.360 0.439 -0.403 0.424 | +| psi2s_p | -0.653 -0.422 0.367 -0.662 -0.632 -0.304 1.000 -0.615 -0.049 0.315 -0.596 -0.636 0.373 -0.518 0.690 0.263 -0.597 -0.692 0.645 -0.661 | +| p4040_p | 0.680 0.443 -0.440 0.783 0.725 0.361 -0.615 1.000 0.057 -0.379 0.640 0.757 -0.447 0.605 -0.813 -0.315 0.728 0.823 -0.770 0.774 | +| omega_s | 0.058 0.039 0.087 0.066 0.061 0.031 -0.049 0.057 1.000 -0.037 0.056 0.064 -0.034 0.050 -0.069 -0.046 0.057 0.070 -0.065 0.067 | +| phi_p | -0.381 -0.254 0.245 -0.431 -0.404 -0.090 0.315 -0.379 -0.037 1.000 -0.368 -0.421 0.241 -0.330 0.455 0.180 -0.376 -0.458 0.417 -0.442 | +| p3770_s | 0.635 0.449 -0.428 0.753 0.699 0.353 -0.596 0.640 0.056 -0.368 1.000 0.739 -0.437 0.578 -0.795 -0.310 0.658 0.804 -0.737 0.771 | +| psi2s_s | 0.762 0.510 -0.489 0.865 0.810 0.404 -0.636 0.757 0.064 -0.421 0.739 1.000 -0.500 0.662 -0.915 -0.354 0.754 0.919 -0.843 0.887 | +| rho_p | -0.451 -0.303 0.279 -0.511 -0.479 -0.234 0.373 -0.447 -0.034 0.241 -0.437 -0.500 1.000 -0.392 0.541 0.207 -0.447 -0.544 0.495 -0.524 | +| p4415_s | 0.594 0.397 -0.384 0.665 0.656 0.316 -0.518 0.605 0.050 -0.330 0.578 0.662 -0.392 1.000 -0.711 -0.277 0.594 0.720 -0.668 0.700 | +| Dbar_s | -0.827 -0.543 0.530 -0.929 -0.869 -0.437 0.690 -0.813 -0.069 0.455 -0.795 -0.915 0.541 -0.711 1.000 0.382 -0.808 -0.995 0.915 -0.954 | +| rho_s | -0.318 -0.215 0.293 -0.361 -0.338 -0.169 0.263 -0.315 -0.046 0.180 -0.310 -0.354 0.207 -0.277 0.382 1.000 -0.316 -0.385 0.351 -0.370 | +| p4160_s | 0.681 0.443 -0.437 0.751 0.705 0.360 -0.597 0.728 0.057 -0.376 0.658 0.754 -0.447 0.594 -0.808 -0.316 1.000 0.820 -0.761 0.794 | +| jpsi_s | 0.829 0.555 -0.532 0.941 0.881 0.439 -0.692 0.823 0.070 -0.458 0.804 0.919 -0.544 0.720 -0.995 -0.385 0.820 1.000 -0.918 0.965 | +| jpsi_p | -0.771 -0.515 0.486 -0.868 -0.816 -0.403 0.645 -0.770 -0.065 0.417 -0.737 -0.843 0.495 -0.668 0.915 0.351 -0.761 -0.918 1.000 -0.890 | +| Ctt | 0.787 0.539 -0.514 0.902 0.835 0.424 -0.661 0.774 0.067 -0.442 0.771 0.887 -0.524 0.700 -0.954 -0.370 0.794 0.965 -0.890 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13349169253436255}), (, {'error': 0.06720497806778136}), (, {'error': 0.1598551133213051}), (, {'error': 0.30773891838329526}), (, {'error': 0.11636888498571274}), (, {'error': 0.27557220055107656}), (, {'error': 0.024857218638512535}), (, {'error': 0.1460388526466183}), (, {'error': 0.18268401065409368}), (, {'error': 0.09191310167405753}), (, {'error': 0.14598967537969998}), (, {'error': 0.13584552381348658}), (, {'error': 0.07650856941836004}), (, {'error': 0.09452879496561184}), (, {'error': 0.18048145801725823}), (, {'error': 0.07497988183330428}), (, {'error': 0.12339466999768167}), (, {'error': 189.16075395540702}), (, {'error': 0.028825585155259237}), (, {'error': 0.10576433823511922})]) +Toy 10/10 +Time taken: 10 h, 28 min +Projected time left: +Mean Ctt value = -0.1301041299012367 +Mean Ctt error = 0.11068904624483329 +Simulation ended diff --git a/prelim_results/slurm-2213926.out b/prelim_results/slurm-2213926.out new file mode 100644 index 0000000..2a390ca --- /dev/null +++ b/prelim_results/slurm-2213926.out @@ -0,0 +1,9268 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:24.868957: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:24.877868: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099870000 Hz +2019-07-07 14:45:24.878164: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5567d5ce1750 executing computations on platform Host. Devices: +2019-07-07 14:45:24.878190: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:30.822057: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5567d5d94ad0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:30.822107: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:30.825094: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:95:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:30.825145: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:30.862203: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:30.862241: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:30.862256: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:30.864778: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10801 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:95:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709719.0096236 Edm = 1.85101 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709719.0096236 Edm = 1.85101 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713271.1482897 Edm = 0.49652 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -713344.0465316 Edm = 3.13676 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -713345.0546805 Edm = 0.0751442 NCalls = 13 +VariableMetric: Iteration # 4 - FCN = -713385.3662647 Edm = 4.03308 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -713389.6248102 Edm = 0.0488511 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -713393.2799327 Edm = 3.20147 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -713420.350475 Edm = 0.0754838 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -713420.6309211 Edm = 0.198944 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -713515.2803531 Edm = 4.66332 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -713560.6702534 Edm = 1.46448 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -713562.2349911 Edm = 0.0512375 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -713562.3336663 Edm = 0.0320984 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -713566.1532734 Edm = 3.40459 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -713597.0849007 Edm = 2.32186 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -713600.7991425 Edm = 0.497125 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -713620.1541441 Edm = 13.9423 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -713620.625289 Edm = 0.432901 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -713620.8480655 Edm = 0.0207094 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -713621.1255522 Edm = 0.237524 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -713645.9467748 Edm = 5.99051 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -713655.0691599 Edm = 0.709532 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -713655.6205915 Edm = 0.0922305 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -713655.7166425 Edm = 0.0146933 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -713655.7844444 Edm = 0.0465835 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -713670.9751746 Edm = 11.9483 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -713702.5341923 Edm = 1.50337 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -713703.839312 Edm = 0.0643288 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -713703.8909286 Edm = 0.00423648 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -713703.9068214 Edm = 0.0123909 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -713707.0352325 Edm = 1.65684 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -713717.5448816 Edm = 3.67727 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -713725.2478229 Edm = 3.50456 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -713728.3522895 Edm = 1.91876 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -713731.2061705 Edm = 0.670427 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -713731.8954084 Edm = 0.388564 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -713732.1268119 Edm = 0.0136776 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -713732.1418478 Edm = 0.00342633 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -713732.1584239 Edm = 0.0160681 NCalls = 124 +VariableMetric: Iteration # 39 - FCN = -713732.9487522 Edm = 0.791528 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -713733.0263462 Edm = 0.0731677 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -713753.9299322 Edm = 12.3206 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -713778.1127973 Edm = 4.33217 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -713784.3461404 Edm = 0.838308 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -713785.1634878 Edm = 0.189184 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -713785.2633806 Edm = 0.0166502 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -713785.2802396 Edm = 0.00190333 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -713785.2941775 Edm = 0.0108262 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -713785.498888 Edm = 0.20792 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -713798.3286609 Edm = 4.75798 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -713815.0685777 Edm = 1.82626 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -713817.2586047 Edm = 0.722565 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -713820.4078424 Edm = 1.98986 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -713821.0245922 Edm = 1.53975 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -713822.3654013 Edm = 0.073738 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -713822.4491163 Edm = 0.0101527 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -713822.4573572 Edm = 0.00171471 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -713822.4596546 Edm = 0.000896015 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -713822.4747484 Edm = 0.0160605 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -713823.3058626 Edm = 0.216638 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -713828.5836568 Edm = 3.92237 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -713877.456682 Edm = 9.45534 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -713884.3925512 Edm = 1.71352 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -713885.4006754 Edm = 0.274303 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -713885.7509103 Edm = 0.0745768 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -713885.8289892 Edm = 0.00621281 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -713885.8398942 Edm = 0.00296624 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -713885.8473337 Edm = 0.00392307 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -713885.8653731 Edm = 0.00761188 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -713885.9750305 Edm = 0.0904533 NCalls = 221 +VariableMetric: Iteration # 70 - FCN = -713893.6283206 Edm = 9.0374 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -713893.7254637 Edm = 0.891276 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -713894.2546248 Edm = 0.330495 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -713900.8320742 Edm = 15.7119 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -713912.6157747 Edm = 33.8297 NCalls = 246 +VariableMetric: Iteration # 75 - FCN = -713918.6991601 Edm = 20.0705 NCalls = 250 +VariableMetric: Iteration # 76 - FCN = -713925.3211444 Edm = 5.53195 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -713964.1452218 Edm = 17.3824 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -713976.0700652 Edm = 6.00909 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -713981.0538766 Edm = 0.638113 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -713982.6553372 Edm = 0.617205 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -713983.9031779 Edm = 0.281449 NCalls = 266 +VariableMetric: Iteration # 82 - FCN = -713984.2687592 Edm = 0.0981154 NCalls = 268 +VariableMetric: Iteration # 83 - FCN = -713984.7027292 Edm = 0.177028 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -713985.0167977 Edm = 0.118588 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -713985.4301468 Edm = 0.155769 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -713985.6944763 Edm = 0.020946 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -713985.7360292 Edm = 0.00806044 NCalls = 279 +VariableMetric: Iteration # 88 - FCN = -713985.7526471 Edm = 0.00341221 NCalls = 281 +VariableMetric: Iteration # 89 - FCN = -713985.76975 Edm = 0.0147097 NCalls = 283 +VariableMetric: Iteration # 90 - FCN = -713986.0397178 Edm = 0.284442 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -713987.1567215 Edm = 1.04618 NCalls = 294 +VariableMetric: Iteration # 92 - FCN = -714036.6154915 Edm = 34.0774 NCalls = 302 +VariableMetric: Iteration # 93 - FCN = -714057.332275 Edm = 3.7936 NCalls = 304 +VariableMetric: Iteration # 94 - FCN = -714061.8920102 Edm = 0.394832 NCalls = 306 +VariableMetric: Iteration # 95 - FCN = -714062.0764579 Edm = 0.122485 NCalls = 308 +VariableMetric: Iteration # 96 - FCN = -714062.1703629 Edm = 0.0040401 NCalls = 309 +VariableMetric: Iteration # 97 - FCN = -714062.1783504 Edm = 0.00201571 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -714062.1831345 Edm = 0.000667928 NCalls = 313 +VariableMetric: Iteration # 99 - FCN = -714062.1844824 Edm = 0.000477586 NCalls = 315 +VariableMetric: Iteration # 100 - FCN = -714062.1982958 Edm = 0.0122613 NCalls = 319 +VariableMetric: Iteration # 101 - FCN = -714062.7042031 Edm = 0.501626 NCalls = 323 +VariableMetric: Iteration # 102 - FCN = -714064.8258945 Edm = 1.46116 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -714069.2034707 Edm = 0.74898 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -714069.6254965 Edm = 0.0485476 NCalls = 334 +VariableMetric: Iteration # 105 - FCN = -714069.6692625 Edm = 0.00138976 NCalls = 335 +VariableMetric: Iteration # 106 - FCN = -714069.6705622 Edm = 5.81994e-05 NCalls = 336 +VariableMetric: After Hessian - FCN = -714069.6705622 Edm = 473754 NCalls = 701 +VariableMetric: Iteration # 107 - FCN = -714069.6705622 Edm = 473754 NCalls = 701 +VariableMetric: Iteration # 108 - FCN = -714088.3028963 Edm = 691360 NCalls = 712 +VariableMetric: Iteration # 109 - FCN = -714093.0905745 Edm = 49180.4 NCalls = 721 +VariableMetric: Iteration # 110 - FCN = -714095.4392429 Edm = 122626 NCalls = 728 +VariableMetric: Iteration # 111 - FCN = -714097.2974031 Edm = 5515.7 NCalls = 735 +VariableMetric: Iteration # 112 - FCN = -714099.3274324 Edm = 3180.39 NCalls = 740 +VariableMetric: Iteration # 113 - FCN = -714107.5304722 Edm = 5689.29 NCalls = 744 +VariableMetric: Iteration # 114 - FCN = -714112.7759877 Edm = 9589.12 NCalls = 748 +VariableMetric: Iteration # 115 - FCN = -714121.2242756 Edm = 713.188 NCalls = 751 +VariableMetric: Iteration # 116 - FCN = -714121.9541104 Edm = 246.438 NCalls = 754 +VariableMetric: Iteration # 117 - FCN = -714122.002954 Edm = 25.3064 NCalls = 758 +VariableMetric: Iteration # 118 - FCN = -714122.3880548 Edm = 24.1181 NCalls = 761 +VariableMetric: Iteration # 119 - FCN = -714123.2229474 Edm = 6.54953 NCalls = 763 +VariableMetric: Iteration # 120 - FCN = -714123.4230782 Edm = 7.011 NCalls = 765 +VariableMetric: Iteration # 121 - FCN = -714123.5665801 Edm = 3.04444 NCalls = 767 +VariableMetric: Iteration # 122 - FCN = -714123.7693348 Edm = 2.29592 NCalls = 769 +VariableMetric: Iteration # 123 - FCN = -714123.9495104 Edm = 1.55931 NCalls = 771 +VariableMetric: Iteration # 124 - FCN = -714124.0281669 Edm = 5.1814 NCalls = 773 +VariableMetric: Iteration # 125 - FCN = -714124.2292236 Edm = 2.14933 NCalls = 775 +VariableMetric: Iteration # 126 - FCN = -714124.351521 Edm = 0.460872 NCalls = 777 +VariableMetric: Iteration # 127 - FCN = -714124.3838098 Edm = 0.129109 NCalls = 779 +VariableMetric: Iteration # 128 - FCN = -714124.4496139 Edm = 0.0574225 NCalls = 781 +VariableMetric: Iteration # 129 - FCN = -714124.4555375 Edm = 0.0105553 NCalls = 783 +VariableMetric: Iteration # 130 - FCN = -714124.4700376 Edm = 0.00894451 NCalls = 787 +VariableMetric: Iteration # 131 - FCN = -714124.4772899 Edm = 0.00172703 NCalls = 789 +VariableMetric: Iteration # 132 - FCN = -714124.4790908 Edm = 0.000292309 NCalls = 791 +VariableMetric: Iteration # 133 - FCN = -714124.4800023 Edm = 0.000847616 NCalls = 794 +VariableMetric: Iteration # 134 - FCN = -714124.480869 Edm = 0.000490594 NCalls = 796 +VariableMetric: Iteration # 135 - FCN = -714124.4818468 Edm = 0.000336455 NCalls = 799 +VariableMetric: Iteration # 136 - FCN = -714124.4830535 Edm = 0.000536603 NCalls = 803 +VariableMetric: Iteration # 137 - FCN = -714124.4842904 Edm = 0.00158952 NCalls = 805 +VariableMetric: Iteration # 138 - FCN = -714124.4848452 Edm = 0.00072093 NCalls = 808 +VariableMetric: Iteration # 139 - FCN = -714124.4873122 Edm = 0.00191329 NCalls = 812 +VariableMetric: Iteration # 140 - FCN = -714124.4885856 Edm = 0.0015955 NCalls = 814 +VariableMetric: Iteration # 141 - FCN = -714124.4900946 Edm = 0.00133305 NCalls = 817 +VariableMetric: Iteration # 142 - FCN = -714124.491302 Edm = 8.29623e-05 NCalls = 820 +VariableMetric: Iteration # 143 - FCN = -714124.4914451 Edm = 3.11097e-05 NCalls = 822 +VariableMetric: After Hessian - FCN = -714124.4914451 Edm = 6.43665e-05 NCalls = 1199 +VariableMetric: Iteration # 144 - FCN = -714124.4914451 Edm = 6.43665e-05 NCalls = 1199 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707121.4591898 Edm = 10.7731 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707121.4591898 Edm = 10.7731 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712703.8542745 Edm = 2.15492 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712722.4369652 Edm = 3.93121 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -713399.978154 Edm = 4.93057 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -713403.8264046 Edm = 1.4802 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -713404.5843464 Edm = 0.0334791 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -713425.8475162 Edm = 18.8436 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -713525.4393398 Edm = 0.413561 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -713526.2792269 Edm = 0.334657 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -713543.5267934 Edm = 15.3753 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -713653.0444355 Edm = 3.72662 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -713657.7295293 Edm = 0.152484 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -713657.9897507 Edm = 0.0260394 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -713658.0626021 Edm = 0.051044 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -713676.8091302 Edm = 10.9581 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -713722.0857929 Edm = 1.68346 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -713725.4400587 Edm = 1.34562 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -713726.904945 Edm = 0.607508 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -713727.967196 Edm = 0.263966 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -713728.1689863 Edm = 0.0439199 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -713728.2266347 Edm = 0.00310731 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -713728.2502299 Edm = 0.0168326 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -713755.7377431 Edm = 10.1243 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -713760.9551823 Edm = 0.187978 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -713761.0725302 Edm = 0.0497277 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -713761.1143974 Edm = 0.0139146 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -713761.2953792 Edm = 0.139514 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -713763.6652744 Edm = 2.09527 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -713787.3833033 Edm = 12.6135 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -713811.2859409 Edm = 2.50949 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -713812.6025809 Edm = 0.0902338 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -713812.6737704 Edm = 0.00365448 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -713812.6771839 Edm = 0.00110113 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -713812.6938485 Edm = 0.0125343 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -713812.7923687 Edm = 0.023341 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -713812.9134939 Edm = 0.146958 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -713813.216449 Edm = 0.261691 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -713829.5724112 Edm = 14.4696 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -713833.4424 Edm = 3.34954 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -713838.0580941 Edm = 0.351241 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -713838.397618 Edm = 0.146331 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -713838.6018856 Edm = 0.0433475 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -713838.6531579 Edm = 0.0018513 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -713838.6599742 Edm = 0.0053277 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -713838.941001 Edm = 0.378971 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -713838.9473927 Edm = 0.00498365 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -713839.8302874 Edm = 0.908083 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -713840.3410012 Edm = 0.500599 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -713875.2680494 Edm = 1.15396 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -713876.2924145 Edm = 0.0242553 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -713876.3160921 Edm = 0.0015931 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -713876.3198912 Edm = 0.00251084 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -713876.3402522 Edm = 0.0194204 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -713876.6539348 Edm = 0.29518 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -713894.4273266 Edm = 8.96977 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -713907.8158098 Edm = 2.30171 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -713909.5979556 Edm = 0.145647 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -713909.7562328 Edm = 0.0118641 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -713909.779313 Edm = 0.0082909 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -713909.8083444 Edm = 0.00858033 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -713909.8428832 Edm = 0.019453 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -713910.1021914 Edm = 0.100469 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -713910.1181036 Edm = 0.143641 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -713910.1579956 Edm = 0.00221133 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -713910.1633001 Edm = 0.00289861 NCalls = 211 +VariableMetric: Iteration # 65 - FCN = -713910.1961906 Edm = 0.0461627 NCalls = 215 +VariableMetric: Iteration # 66 - FCN = -713910.6347863 Edm = 0.470701 NCalls = 225 +VariableMetric: Iteration # 67 - FCN = -713911.8721753 Edm = 0.731733 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -713912.5156586 Edm = 0.867641 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -713914.0867171 Edm = 3.26609 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -713925.935011 Edm = 5.60377 NCalls = 239 +VariableMetric: Iteration # 71 - FCN = -713935.656524 Edm = 0.682103 NCalls = 242 +VariableMetric: Iteration # 72 - FCN = -713936.5381055 Edm = 0.414003 NCalls = 245 +VariableMetric: Iteration # 73 - FCN = -713948.7721384 Edm = 13.0348 NCalls = 250 +VariableMetric: Iteration # 74 - FCN = -713948.8129735 Edm = 0.95158 NCalls = 252 +VariableMetric: Iteration # 75 - FCN = -713949.0660122 Edm = 0.168171 NCalls = 254 +VariableMetric: Iteration # 76 - FCN = -713951.1826161 Edm = 2.04935 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -713956.3673918 Edm = 4.28299 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -713990.1818283 Edm = 9.28958 NCalls = 267 +VariableMetric: Iteration # 79 - FCN = -714002.1408501 Edm = 3.33442 NCalls = 269 +VariableMetric: Iteration # 80 - FCN = -714007.6397106 Edm = 0.406929 NCalls = 272 +VariableMetric: Iteration # 81 - FCN = -714007.9988106 Edm = 0.0396548 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -714008.0362282 Edm = 0.00797717 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -714008.0637842 Edm = 0.0201271 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -714008.2855096 Edm = 0.117237 NCalls = 280 +VariableMetric: Iteration # 85 - FCN = -714008.9993615 Edm = 0.402885 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -714010.0593766 Edm = 0.0834749 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -714010.1708866 Edm = 0.0061689 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -714010.1904191 Edm = 0.00747426 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -714010.3006921 Edm = 0.0643113 NCalls = 292 +VariableMetric: Iteration # 90 - FCN = -714011.9877911 Edm = 1.02336 NCalls = 296 +VariableMetric: Iteration # 91 - FCN = -714019.1532429 Edm = 8.29349 NCalls = 299 +VariableMetric: Iteration # 92 - FCN = -714032.2854701 Edm = 11.8337 NCalls = 304 +VariableMetric: Iteration # 93 - FCN = -714046.7173305 Edm = 43.2306 NCalls = 307 +VariableMetric: Iteration # 94 - FCN = -714054.1409992 Edm = 3.06111 NCalls = 313 +VariableMetric: Iteration # 95 - FCN = -714059.8075832 Edm = 0.886504 NCalls = 315 +VariableMetric: Iteration # 96 - FCN = -714061.3245844 Edm = 0.438658 NCalls = 317 +VariableMetric: Iteration # 97 - FCN = -714062.1712311 Edm = 0.196202 NCalls = 319 +VariableMetric: Iteration # 98 - FCN = -714062.7999414 Edm = 0.229464 NCalls = 321 +VariableMetric: Iteration # 99 - FCN = -714063.9683208 Edm = 0.54242 NCalls = 323 +VariableMetric: Iteration # 100 - FCN = -714064.8043432 Edm = 0.281908 NCalls = 326 +VariableMetric: Iteration # 101 - FCN = -714065.226111 Edm = 0.340955 NCalls = 328 +VariableMetric: Iteration # 102 - FCN = -714066.0703738 Edm = 0.770381 NCalls = 331 +VariableMetric: Iteration # 103 - FCN = -714066.3483392 Edm = 0.457542 NCalls = 334 +VariableMetric: Iteration # 104 - FCN = -714067.1388433 Edm = 1.26901 NCalls = 338 +VariableMetric: Iteration # 105 - FCN = -714068.7210365 Edm = 1.49268 NCalls = 343 +VariableMetric: Iteration # 106 - FCN = -714070.3344739 Edm = 2.52582 NCalls = 347 +VariableMetric: Iteration # 107 - FCN = -714071.7667761 Edm = 1.67443 NCalls = 351 +VariableMetric: Iteration # 108 - FCN = -714073.0041481 Edm = 1.52504 NCalls = 354 +VariableMetric: Iteration # 109 - FCN = -714074.1203334 Edm = 0.845995 NCalls = 357 +VariableMetric: Iteration # 110 - FCN = -714075.0166002 Edm = 0.739294 NCalls = 359 +VariableMetric: Iteration # 111 - FCN = -714075.4733193 Edm = 0.0229042 NCalls = 361 +VariableMetric: Iteration # 112 - FCN = -714075.4968117 Edm = 0.00250117 NCalls = 362 +VariableMetric: Iteration # 113 - FCN = -714075.5024695 Edm = 0.00228773 NCalls = 364 +VariableMetric: Iteration # 114 - FCN = -714075.5736336 Edm = 0.0681543 NCalls = 368 +VariableMetric: Iteration # 115 - FCN = -714079.3016448 Edm = 2.20331 NCalls = 374 +VariableMetric: Iteration # 116 - FCN = -714087.719012 Edm = 5.67026 NCalls = 376 +VariableMetric: Iteration # 117 - FCN = -714095.992195 Edm = 7.81309 NCalls = 378 +VariableMetric: Iteration # 118 - FCN = -714104.2818749 Edm = 2.91021 NCalls = 380 +VariableMetric: Iteration # 119 - FCN = -714106.8593397 Edm = 0.730844 NCalls = 382 +VariableMetric: Iteration # 120 - FCN = -714107.4428261 Edm = 0.0432924 NCalls = 383 +VariableMetric: Iteration # 121 - FCN = -714107.4748385 Edm = 0.00324731 NCalls = 385 +VariableMetric: Iteration # 122 - FCN = -714107.4778085 Edm = 0.000130138 NCalls = 386 +VariableMetric: Iteration # 123 - FCN = -714107.4782057 Edm = 0.000271417 NCalls = 388 +VariableMetric: Iteration # 124 - FCN = -714107.4948784 Edm = 0.0176029 NCalls = 393 +VariableMetric: Iteration # 125 - FCN = -714107.9845954 Edm = 0.0244259 NCalls = 400 +VariableMetric: Iteration # 126 - FCN = -714111.5301493 Edm = 0.442861 NCalls = 404 +VariableMetric: Iteration # 127 - FCN = -714112.2427034 Edm = 0.0524963 NCalls = 406 +VariableMetric: Iteration # 128 - FCN = -714112.3206935 Edm = 0.00537081 NCalls = 408 +VariableMetric: Iteration # 129 - FCN = -714112.3301178 Edm = 0.00107789 NCalls = 410 +VariableMetric: Iteration # 130 - FCN = -714112.3316204 Edm = 2.68109e-05 NCalls = 412 +VariableMetric: After Hessian - FCN = -714112.3316204 Edm = 14.837 NCalls = 767 +VariableMetric: Iteration # 131 - FCN = -714112.3316204 Edm = 14.837 NCalls = 767 +VariableMetric: Iteration # 132 - FCN = -714117.2094135 Edm = 10.9294 NCalls = 769 +VariableMetric: Iteration # 133 - FCN = -714123.6324905 Edm = 0.251237 NCalls = 771 +VariableMetric: Iteration # 134 - FCN = -714123.9011393 Edm = 0.018757 NCalls = 772 +VariableMetric: Iteration # 135 - FCN = -714123.9237638 Edm = 0.00558733 NCalls = 775 +VariableMetric: Iteration # 136 - FCN = -714123.9335634 Edm = 0.00214813 NCalls = 777 +VariableMetric: Iteration # 137 - FCN = -714123.9378859 Edm = 0.00165035 NCalls = 779 +VariableMetric: Iteration # 138 - FCN = -714123.9429635 Edm = 0.00197267 NCalls = 781 +VariableMetric: Iteration # 139 - FCN = -714123.9579978 Edm = 0.00659291 NCalls = 785 +VariableMetric: Iteration # 140 - FCN = -714123.9720155 Edm = 0.00152753 NCalls = 787 +VariableMetric: Iteration # 141 - FCN = -714123.9751347 Edm = 0.000658935 NCalls = 789 +VariableMetric: Iteration # 142 - FCN = -714123.9770072 Edm = 0.00192668 NCalls = 793 +VariableMetric: Iteration # 143 - FCN = -714123.9773973 Edm = 0.000276181 NCalls = 795 +VariableMetric: Iteration # 144 - FCN = -714123.9777495 Edm = 1.91545e-05 NCalls = 797 +VariableMetric: After Hessian - FCN = -714123.9777495 Edm = 2.66031e-05 NCalls = 1164 +VariableMetric: Iteration # 145 - FCN = -714123.9777495 Edm = 2.66031e-05 NCalls = 1164 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709248.430916 Edm = 8.65754 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709248.430916 Edm = 8.65754 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712718.7936212 Edm = 2.03062 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -712755.7555993 Edm = 2.03054 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -713298.4462606 Edm = 245.438 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -713793.8878057 Edm = 1.94625 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -713795.3482613 Edm = 0.10805 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -713806.6493424 Edm = 20.3919 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -713809.2259656 Edm = 2.38309 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -713835.4723464 Edm = 0.250734 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -713835.7377682 Edm = 0.017677 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -713849.6303634 Edm = 13.0962 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -713989.2117424 Edm = 3.96895 NCalls = 51 +VariableMetric: Iteration # 12 - FCN = -713992.9923657 Edm = 0.0341611 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -713993.0282759 Edm = 0.0122075 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -713993.1021453 Edm = 0.0634828 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -713994.6137819 Edm = 1.28291 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -714033.375317 Edm = 2.07211 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -714037.0458071 Edm = 0.145874 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -714037.3102626 Edm = 0.0211122 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -714037.3465589 Edm = 0.00417618 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -714037.369235 Edm = 0.0158776 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -714039.6249047 Edm = 1.93573 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -714044.3619938 Edm = 7.77058 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -714049.5269856 Edm = 7.09308 NCalls = 90 +VariableMetric: Iteration # 24 - FCN = -714051.3935235 Edm = 0.542558 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -714052.1944356 Edm = 0.0642655 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -714052.4753962 Edm = 0.200172 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -714054.417154 Edm = 0.497897 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -714055.6498624 Edm = 1.32857 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -714056.2122798 Edm = 0.4506 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -714057.3240973 Edm = 0.156182 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -714057.5109299 Edm = 0.0223833 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -714057.5212238 Edm = 0.00254828 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -714057.5248945 Edm = 0.00174115 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -714058.0614302 Edm = 0.681336 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -714058.0651734 Edm = 0.00172011 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -714058.0847666 Edm = 0.024328 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -714059.579743 Edm = 0.488641 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -714067.7777036 Edm = 3.95525 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -714076.0121641 Edm = 0.363909 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -714076.3266329 Edm = 0.0036855 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -714076.3305958 Edm = 0.000448659 NCalls = 144 +VariableMetric: Iteration # 42 - FCN = -714076.335877 Edm = 0.00499237 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -714076.7460234 Edm = 0.356986 NCalls = 154 +VariableMetric: Iteration # 44 - FCN = -714076.7480688 Edm = 0.000471927 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -714076.7696989 Edm = 0.0215588 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -714077.4630604 Edm = 0.0170068 NCalls = 168 +VariableMetric: Iteration # 47 - FCN = -714080.9633435 Edm = 0.134093 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -714081.1152442 Edm = 0.00246418 NCalls = 172 +VariableMetric: Iteration # 49 - FCN = -714081.1180721 Edm = 0.000361311 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -714081.1347749 Edm = 0.0155677 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -714084.3368637 Edm = 2.52101 NCalls = 186 +VariableMetric: Iteration # 52 - FCN = -714084.3777177 Edm = 0.0594789 NCalls = 188 +VariableMetric: Iteration # 53 - FCN = -714085.1533881 Edm = 0.885492 NCalls = 193 +VariableMetric: Iteration # 54 - FCN = -714090.5104026 Edm = 3.61622 NCalls = 199 +VariableMetric: Iteration # 55 - FCN = -714095.9048268 Edm = 2.16757 NCalls = 201 +VariableMetric: Iteration # 56 - FCN = -714096.9625746 Edm = 0.0665491 NCalls = 203 +VariableMetric: Iteration # 57 - FCN = -714097.0453434 Edm = 0.00802108 NCalls = 205 +VariableMetric: Iteration # 58 - FCN = -714097.0537213 Edm = 0.000788773 NCalls = 206 +VariableMetric: Iteration # 59 - FCN = -714097.0578739 Edm = 0.00395568 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -714097.0872064 Edm = 0.0344329 NCalls = 213 +VariableMetric: Iteration # 61 - FCN = -714097.3181608 Edm = 0.229551 NCalls = 219 +VariableMetric: Iteration # 62 - FCN = -714107.9006971 Edm = 2.09474 NCalls = 223 +VariableMetric: Iteration # 63 - FCN = -714109.5174893 Edm = 0.143415 NCalls = 225 +VariableMetric: Iteration # 64 - FCN = -714109.6549783 Edm = 0.00444867 NCalls = 226 +VariableMetric: Iteration # 65 - FCN = -714109.6591506 Edm = 0.00012735 NCalls = 228 +VariableMetric: Iteration # 66 - FCN = -714109.6593382 Edm = 6.24456e-05 NCalls = 230 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -708592.6145202 Edm = 1.24728 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -708592.6145202 Edm = 1.24728 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710075.0288028 Edm = 1.11516 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -710080.6376459 Edm = 1.31875 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -710638.123819 Edm = 335.173 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -711012.5053024 Edm = 29.7528 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -711036.8038702 Edm = 0.572168 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -711037.4878328 Edm = 0.341138 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -711150.1952537 Edm = 10.231 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -711160.6911337 Edm = 0.0558298 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -711160.7710726 Edm = 0.0405692 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -711161.2228855 Edm = 0.484435 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -711201.6074658 Edm = 4.74606 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -711409.0045669 Edm = 64.9396 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -712186.1466383 Edm = 714.707 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -712281.8751009 Edm = 204.916 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -713070.2301361 Edm = 151.541 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -713526.0114544 Edm = 118.924 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -713664.5621191 Edm = 295.776 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -713738.7967598 Edm = 21.8309 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -713767.8454029 Edm = 0.970675 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -713768.6441205 Edm = 0.0303103 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -713768.7388372 Edm = 0.0496962 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -713769.1851867 Edm = 0.309291 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -713843.8214435 Edm = 39.813 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -713912.6813169 Edm = 1.50433 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -713915.4750218 Edm = 0.322164 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -713916.0634398 Edm = 0.0413217 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -713916.1679389 Edm = 0.00912084 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -713916.1836585 Edm = 0.00213561 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -713917.9799347 Edm = 1.89279 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -713918.2917984 Edm = 0.508281 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -713918.749442 Edm = 0.0411385 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -713918.7922197 Edm = 0.00370921 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -713918.8047974 Edm = 0.00907916 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -713922.5307674 Edm = 2.7364 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -713938.0843803 Edm = 1.62308 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -713938.969035 Edm = 0.207451 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -713939.1623064 Edm = 0.00279682 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -713939.1655785 Edm = 0.000223671 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -713939.1740033 Edm = 0.00768283 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -713941.9819558 Edm = 1.34323 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -713944.4106056 Edm = 0.029347 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -713944.4417529 Edm = 0.000472665 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -713944.4425414 Edm = 0.000181934 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -713944.452663 Edm = 0.00928853 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -713945.9558784 Edm = 0.232063 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -713946.2215314 Edm = 0.000996436 NCalls = 162 +VariableMetric: Iteration # 47 - FCN = -713946.2225655 Edm = 4.35751e-05 NCalls = 163 +VariableMetric: After Hessian - FCN = -713946.2225655 Edm = 17297.2 NCalls = 526 +VariableMetric: Iteration # 48 - FCN = -713946.2225655 Edm = 17297.2 NCalls = 526 +VariableMetric: Iteration # 49 - FCN = -713983.1540404 Edm = 1.26606e+06 NCalls = 533 +VariableMetric: Iteration # 50 - FCN = -714014.9987318 Edm = 354.849 NCalls = 535 +VariableMetric: Iteration # 51 - FCN = -714020.6589907 Edm = 11.8977 NCalls = 539 +VariableMetric: Iteration # 52 - FCN = -714039.7491144 Edm = 5.11249 NCalls = 542 +VariableMetric: Iteration # 53 - FCN = -714046.5575517 Edm = 1.05599 NCalls = 545 +VariableMetric: Iteration # 54 - FCN = -714054.2284352 Edm = 2.39688 NCalls = 548 +VariableMetric: Iteration # 55 - FCN = -714057.0807272 Edm = 0.46069 NCalls = 550 +VariableMetric: Iteration # 56 - FCN = -714061.5109335 Edm = 0.343793 NCalls = 553 +VariableMetric: Iteration # 57 - FCN = -714061.8840214 Edm = 0.0389123 NCalls = 555 +VariableMetric: Iteration # 58 - FCN = -714062.214085 Edm = 0.0240135 NCalls = 558 +VariableMetric: Iteration # 59 - FCN = -714062.3292444 Edm = 0.0829295 NCalls = 560 +VariableMetric: Iteration # 60 - FCN = -714063.0157017 Edm = 0.0524713 NCalls = 563 +VariableMetric: Iteration # 61 - FCN = -714063.1102072 Edm = 0.0392491 NCalls = 565 +VariableMetric: Iteration # 62 - FCN = -714063.4290002 Edm = 0.0568022 NCalls = 568 +VariableMetric: Iteration # 63 - FCN = -714063.4950174 Edm = 0.0054988 NCalls = 570 +VariableMetric: Iteration # 64 - FCN = -714063.6038929 Edm = 0.094576 NCalls = 574 +VariableMetric: Iteration # 65 - FCN = -714064.303472 Edm = 0.0797819 NCalls = 577 +VariableMetric: Iteration # 66 - FCN = -714064.5669298 Edm = 0.230769 NCalls = 579 +VariableMetric: Iteration # 67 - FCN = -714067.3007443 Edm = 1.51581 NCalls = 584 +VariableMetric: Iteration # 68 - FCN = -714069.1010333 Edm = 3.86139 NCalls = 585 +VariableMetric: Iteration # 69 - FCN = -714071.0502906 Edm = 0.774096 NCalls = 587 +VariableMetric: Iteration # 70 - FCN = -714072.7126085 Edm = 1.7967 NCalls = 589 +VariableMetric: Iteration # 71 - FCN = -714077.8672536 Edm = 2.67972 NCalls = 592 +VariableMetric: Iteration # 72 - FCN = -714087.3327584 Edm = 2.16245 NCalls = 594 +VariableMetric: Iteration # 73 - FCN = -714088.9698239 Edm = 0.082587 NCalls = 596 +VariableMetric: Iteration # 74 - FCN = -714089.0359074 Edm = 0.0166153 NCalls = 598 +VariableMetric: Iteration # 75 - FCN = -714089.0537112 Edm = 0.0123559 NCalls = 600 +VariableMetric: Iteration # 76 - FCN = -714089.2255155 Edm = 0.162407 NCalls = 604 +VariableMetric: Iteration # 77 - FCN = -714089.8852187 Edm = 0.232329 NCalls = 607 +VariableMetric: Iteration # 78 - FCN = -714090.0173263 Edm = 0.0283386 NCalls = 609 +VariableMetric: Iteration # 79 - FCN = -714090.0480136 Edm = 0.00907803 NCalls = 611 +VariableMetric: Iteration # 80 - FCN = -714090.1006369 Edm = 0.0404155 NCalls = 614 +VariableMetric: Iteration # 81 - FCN = -714090.3827705 Edm = 0.0840411 NCalls = 617 +VariableMetric: Iteration # 82 - FCN = -714090.4866402 Edm = 0.00350536 NCalls = 619 +VariableMetric: Iteration # 83 - FCN = -714090.4942681 Edm = 0.004182 NCalls = 621 +VariableMetric: Iteration # 84 - FCN = -714090.5867839 Edm = 0.047536 NCalls = 625 +VariableMetric: Iteration # 85 - FCN = -714090.7020784 Edm = 0.00230308 NCalls = 628 +VariableMetric: Iteration # 86 - FCN = -714090.7054994 Edm = 0.00120437 NCalls = 630 +VariableMetric: Iteration # 87 - FCN = -714090.744662 Edm = 0.0311459 NCalls = 635 +VariableMetric: Iteration # 88 - FCN = -714090.8600748 Edm = 0.00648889 NCalls = 638 +VariableMetric: Iteration # 89 - FCN = -714090.8674102 Edm = 0.000595297 NCalls = 640 +VariableMetric: Iteration # 90 - FCN = -714090.8696974 Edm = 0.0017798 NCalls = 642 +VariableMetric: Iteration # 91 - FCN = -714090.9243125 Edm = 0.0187354 NCalls = 647 +VariableMetric: Iteration # 92 - FCN = -714090.9493542 Edm = 0.000449238 NCalls = 649 +VariableMetric: Iteration # 93 - FCN = -714090.9497724 Edm = 2.15785e-05 NCalls = 650 +VariableMetric: After Hessian - FCN = -714090.9497724 Edm = 0.0080065 NCalls = 1031 +VariableMetric: Iteration # 94 - FCN = -714090.9497724 Edm = 0.0080065 NCalls = 1031 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707619.9892651 Edm = 12.6329 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707619.9892651 Edm = 12.6329 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712568.6383768 Edm = 5.53662 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712586.0668057 Edm = 5.64554 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -713184.0885791 Edm = 6.13007 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713201.510195 Edm = 11.2743 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -713623.6536762 Edm = 72.6263 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -713700.345369 Edm = 1.73006 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -713702.7278368 Edm = 0.0336911 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -713702.7831327 Edm = 0.0170442 NCalls = 28 +VariableMetric: Iteration # 9 - FCN = -713704.8576096 Edm = 1.71415 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -713712.0940578 Edm = 0.142481 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -713712.2258056 Edm = 0.0282161 NCalls = 37 +VariableMetric: Iteration # 12 - FCN = -713713.0211963 Edm = 0.824471 NCalls = 41 +VariableMetric: Iteration # 13 - FCN = -713714.4785937 Edm = 1.37429 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -713851.3673235 Edm = 1.09649 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -713852.7265084 Edm = 0.0943022 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -713852.855448 Edm = 0.00482904 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -713852.8668408 Edm = 0.00667773 NCalls = 57 +VariableMetric: Iteration # 18 - FCN = -713853.5399988 Edm = 0.515141 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -713879.142012 Edm = 9.1045 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -713888.8918448 Edm = 0.733687 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -713889.7363217 Edm = 0.023656 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -713889.7666232 Edm = 0.000957243 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -713889.7697346 Edm = 0.0023335 NCalls = 74 +VariableMetric: Iteration # 24 - FCN = -713890.7190265 Edm = 0.354324 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -713895.9696087 Edm = 4.04208 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -713913.1361336 Edm = 1.15722 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -713914.0292651 Edm = 0.0179841 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -713914.0470877 Edm = 0.00117406 NCalls = 89 +VariableMetric: Iteration # 29 - FCN = -713914.0553146 Edm = 0.0059461 NCalls = 92 +VariableMetric: Iteration # 30 - FCN = -713914.3337155 Edm = 0.246892 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -713919.8671506 Edm = 4.28578 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -713928.3269701 Edm = 1.95471 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -713930.0492758 Edm = 0.122878 NCalls = 106 +VariableMetric: Iteration # 34 - FCN = -713930.1764347 Edm = 0.0130119 NCalls = 108 +VariableMetric: Iteration # 35 - FCN = -713930.188053 Edm = 0.00119976 NCalls = 109 +VariableMetric: Iteration # 36 - FCN = -713930.1924384 Edm = 0.00432095 NCalls = 111 +VariableMetric: Iteration # 37 - FCN = -713930.5326656 Edm = 0.359626 NCalls = 117 +VariableMetric: Iteration # 38 - FCN = -713930.8825144 Edm = 0.343293 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -713955.3118114 Edm = 1.25667 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -713957.1321671 Edm = 0.789455 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -713963.0866403 Edm = 3.86361 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -713963.4083123 Edm = 0.205461 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -713963.6078985 Edm = 0.0672364 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -713964.0248445 Edm = 0.466313 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -713966.3079989 Edm = 1.74673 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -713973.7769079 Edm = 2.40656 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -713975.977569 Edm = 1.62499 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -713976.8488755 Edm = 0.0912979 NCalls = 154 +VariableMetric: Iteration # 49 - FCN = -713976.9552085 Edm = 0.00778173 NCalls = 156 +VariableMetric: Iteration # 50 - FCN = -713976.967263 Edm = 0.00424635 NCalls = 158 +VariableMetric: Iteration # 51 - FCN = -713977.0064068 Edm = 0.0375424 NCalls = 161 +VariableMetric: Iteration # 52 - FCN = -713979.0598523 Edm = 1.80014 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -714013.2015607 Edm = 8.23381 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -714022.439354 Edm = 1.38228 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -714023.9797351 Edm = 0.514593 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -714024.5709994 Edm = 0.0807937 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -714024.6461145 Edm = 0.00376521 NCalls = 180 +VariableMetric: Iteration # 58 - FCN = -714024.6497647 Edm = 0.000605006 NCalls = 181 +VariableMetric: Iteration # 59 - FCN = -714024.6510628 Edm = 0.000758801 NCalls = 183 +VariableMetric: Iteration # 60 - FCN = -714024.6586299 Edm = 0.00435746 NCalls = 186 +VariableMetric: Iteration # 61 - FCN = -714024.7338881 Edm = 0.0558847 NCalls = 190 +VariableMetric: Iteration # 62 - FCN = -714027.8102393 Edm = 2.3893 NCalls = 195 +VariableMetric: Iteration # 63 - FCN = -714037.1752022 Edm = 3.19554 NCalls = 198 +VariableMetric: Iteration # 64 - FCN = -714039.6329577 Edm = 0.110701 NCalls = 200 +VariableMetric: Iteration # 65 - FCN = -714039.7601807 Edm = 0.00970261 NCalls = 202 +VariableMetric: Iteration # 66 - FCN = -714039.7720082 Edm = 0.00109749 NCalls = 204 +VariableMetric: Iteration # 67 - FCN = -714039.7734564 Edm = 0.000480916 NCalls = 206 +VariableMetric: Iteration # 68 - FCN = -714039.7808998 Edm = 0.00669867 NCalls = 210 +VariableMetric: Iteration # 69 - FCN = -714040.6338702 Edm = 0.868892 NCalls = 215 +VariableMetric: Iteration # 70 - FCN = -714041.0846547 Edm = 0.422938 NCalls = 220 +VariableMetric: Iteration # 71 - FCN = -714063.4649501 Edm = 7.66547 NCalls = 225 +VariableMetric: Iteration # 72 - FCN = -714075.0377246 Edm = 1.26263 NCalls = 228 +VariableMetric: Iteration # 73 - FCN = -714076.1442498 Edm = 0.0888882 NCalls = 230 +VariableMetric: Iteration # 74 - FCN = -714076.2164724 Edm = 0.0119006 NCalls = 232 +VariableMetric: Iteration # 75 - FCN = -714076.2276087 Edm = 0.000895605 NCalls = 234 +VariableMetric: Iteration # 76 - FCN = -714076.2310155 Edm = 0.00256139 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -714076.2619373 Edm = 0.0316258 NCalls = 239 +VariableMetric: Iteration # 78 - FCN = -714077.2517833 Edm = 0.922377 NCalls = 245 +VariableMetric: Iteration # 79 - FCN = -714098.2539087 Edm = 5.03056 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -714105.2754546 Edm = 0.332981 NCalls = 251 +VariableMetric: Iteration # 81 - FCN = -714105.7247099 Edm = 0.0305174 NCalls = 253 +VariableMetric: Iteration # 82 - FCN = -714105.7667204 Edm = 0.0064423 NCalls = 255 +VariableMetric: Iteration # 83 - FCN = -714105.7750188 Edm = 0.0008715 NCalls = 257 +VariableMetric: Iteration # 84 - FCN = -714105.7774833 Edm = 0.00147336 NCalls = 259 +VariableMetric: Iteration # 85 - FCN = -714105.7998315 Edm = 0.0168547 NCalls = 262 +VariableMetric: Iteration # 86 - FCN = -714106.078413 Edm = 0.227289 NCalls = 266 +VariableMetric: Iteration # 87 - FCN = -714109.1584917 Edm = 1.97453 NCalls = 269 +VariableMetric: Iteration # 88 - FCN = -714115.7570413 Edm = 0.752544 NCalls = 272 +VariableMetric: Iteration # 89 - FCN = -714116.3929108 Edm = 0.0692942 NCalls = 274 +VariableMetric: Iteration # 90 - FCN = -714116.4807174 Edm = 0.00578333 NCalls = 276 +VariableMetric: Iteration # 91 - FCN = -714116.4873445 Edm = 0.000198964 NCalls = 278 +VariableMetric: Iteration # 92 - FCN = -714116.4876576 Edm = 6.09584e-05 NCalls = 280 +VariableMetric: After Hessian - FCN = -714116.4876576 Edm = 924.711 NCalls = 639 +VariableMetric: Iteration # 93 - FCN = -714116.4876576 Edm = 924.711 NCalls = 639 +VariableMetric: Iteration # 94 - FCN = -714116.8849585 Edm = 865.298 NCalls = 647 +VariableMetric: Iteration # 95 - FCN = -714117.3212679 Edm = 6.13668 NCalls = 650 +VariableMetric: Iteration # 96 - FCN = -714122.1467208 Edm = 2.97566 NCalls = 653 +VariableMetric: Iteration # 97 - FCN = -714123.3552116 Edm = 0.054669 NCalls = 655 +VariableMetric: Iteration # 98 - FCN = -714123.5226141 Edm = 0.0408861 NCalls = 657 +VariableMetric: Iteration # 99 - FCN = -714123.6431459 Edm = 0.0232465 NCalls = 659 +VariableMetric: Iteration # 100 - FCN = -714123.7032351 Edm = 0.0127429 NCalls = 661 +VariableMetric: Iteration # 101 - FCN = -714123.7371812 Edm = 0.00427345 NCalls = 663 +VariableMetric: Iteration # 102 - FCN = -714123.7477117 Edm = 0.00254207 NCalls = 665 +VariableMetric: Iteration # 103 - FCN = -714123.751998 Edm = 0.000832276 NCalls = 667 +VariableMetric: Iteration # 104 - FCN = -714123.7546214 Edm = 0.00038783 NCalls = 669 +VariableMetric: Iteration # 105 - FCN = -714123.756287 Edm = 0.000803847 NCalls = 671 +VariableMetric: Iteration # 106 - FCN = -714123.7586783 Edm = 0.000181427 NCalls = 673 +VariableMetric: Iteration # 107 - FCN = -714123.7590016 Edm = 4.94723e-05 NCalls = 675 +VariableMetric: After Hessian - FCN = -714123.7590016 Edm = 0.000737342 NCalls = 1040 +VariableMetric: Iteration # 108 - FCN = -714123.7590016 Edm = 0.000737342 NCalls = 1040 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -708878.9112891 Edm = 10.6631 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -708878.9112891 Edm = 10.6631 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711663.6757227 Edm = 0.829346 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -711675.2490225 Edm = 0.92893 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -711830.0028805 Edm = 80.0246 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -712055.1436213 Edm = 1.7954 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -712058.253583 Edm = 0.35806 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -712058.8152095 Edm = 0.108233 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -712062.5772839 Edm = 2.3875 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -712088.4274555 Edm = 3.12501 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -712091.885931 Edm = 0.0785554 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -712092.0691096 Edm = 0.102221 NCalls = 34 +VariableMetric: Iteration # 11 - FCN = -712139.2532127 Edm = 22.4449 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -712264.4273168 Edm = 30.6482 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -712381.4370293 Edm = 16.8621 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -712400.6937511 Edm = 7.63375 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -712403.2600204 Edm = 0.945544 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -712404.3441693 Edm = 0.0266527 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -712404.397777 Edm = 0.0225589 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -712414.652785 Edm = 8.9403 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -712545.3241641 Edm = 22.4729 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -712587.8814129 Edm = 7.62359 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -712608.6886873 Edm = 5.22365 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -712621.9113231 Edm = 0.374301 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -712622.3453716 Edm = 0.0273024 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -712622.365886 Edm = 0.00410413 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -712622.3808163 Edm = 0.0123786 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -712624.2209591 Edm = 2.05915 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -712624.5480944 Edm = 0.317521 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -712723.1576066 Edm = 56.8902 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -712797.2570795 Edm = 25.0229 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -712812.3396288 Edm = 1.77699 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -712813.8866709 Edm = 0.142646 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -712814.0326407 Edm = 0.0157514 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -712814.056251 Edm = 0.0123542 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -712814.280964 Edm = 0.231111 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -712825.0181794 Edm = 2.97879 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -712831.3907684 Edm = 0.0585323 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -712831.4684999 Edm = 0.00926887 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -712831.534236 Edm = 0.0481085 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -712833.6967051 Edm = 1.70901 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -712873.1888579 Edm = 48.8958 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -712886.8113317 Edm = 24.3658 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -712957.6449921 Edm = 47.7691 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -713138.1803769 Edm = 52.9977 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -713165.8950311 Edm = 3.73963 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -713169.7250897 Edm = 1.14088 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -713171.0705048 Edm = 0.181521 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -713171.3074062 Edm = 0.0225846 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -713171.3593701 Edm = 0.0226012 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -713171.9000693 Edm = 0.580144 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -713194.9527871 Edm = 16.8276 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -713369.542141 Edm = 51.5913 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -713496.7193469 Edm = 84.2061 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -713562.5751124 Edm = 89.9792 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -713655.8951346 Edm = 146.053 NCalls = 187 +VariableMetric: Iteration # 55 - FCN = -713785.8691007 Edm = 60.859 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -713814.5212125 Edm = 26.1406 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -713831.0479553 Edm = 10.9611 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -713845.0619148 Edm = 5.07946 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -713853.3588489 Edm = 5.32788 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -713864.7993797 Edm = 4.06479 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -713872.2020166 Edm = 0.741849 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -713873.1674273 Edm = 0.299704 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -713873.4941919 Edm = 0.109285 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -713873.5647914 Edm = 0.0120854 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -713873.597323 Edm = 0.0177749 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -713873.6636483 Edm = 0.0268529 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -713873.8160131 Edm = 0.107661 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -713903.8604686 Edm = 31.3323 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -713907.8393424 Edm = 59.2399 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -713908.9352508 Edm = 0.774458 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -713928.6290176 Edm = 13.0959 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -713950.4268084 Edm = 14.6621 NCalls = 240 +VariableMetric: Iteration # 73 - FCN = -713957.6455651 Edm = 0.768216 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -713958.7027764 Edm = 0.317769 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -713959.7518469 Edm = 0.666182 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -713963.2770939 Edm = 3.45453 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -713983.4641051 Edm = 16.7568 NCalls = 254 +VariableMetric: Iteration # 78 - FCN = -713986.8955287 Edm = 8.0152 NCalls = 257 +VariableMetric: Iteration # 79 - FCN = -714001.7836325 Edm = 7.27896 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -714013.0595869 Edm = 1.42137 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -714014.9314275 Edm = 0.234939 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -714015.1827119 Edm = 0.0251045 NCalls = 267 +VariableMetric: Iteration # 83 - FCN = -714015.2152961 Edm = 0.0028953 NCalls = 269 +VariableMetric: Iteration # 84 - FCN = -714015.2248653 Edm = 0.00652886 NCalls = 271 +VariableMetric: Iteration # 85 - FCN = -714015.5854736 Edm = 0.329529 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -714028.3110557 Edm = 5.38196 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -714044.0358812 Edm = 3.29349 NCalls = 284 +VariableMetric: Iteration # 88 - FCN = -714048.2275277 Edm = 1.29524 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -714049.4099427 Edm = 1.01125 NCalls = 289 +VariableMetric: Iteration # 90 - FCN = -714051.2808233 Edm = 0.818811 NCalls = 291 +VariableMetric: Iteration # 91 - FCN = -714053.5844081 Edm = 0.460317 NCalls = 294 +VariableMetric: Iteration # 92 - FCN = -714053.8014035 Edm = 0.196356 NCalls = 296 +VariableMetric: Iteration # 93 - FCN = -714053.972771 Edm = 0.0113877 NCalls = 298 +VariableMetric: Iteration # 94 - FCN = -714053.9840064 Edm = 0.00156387 NCalls = 299 +VariableMetric: Iteration # 95 - FCN = -714053.9858455 Edm = 0.000722399 NCalls = 301 +VariableMetric: Iteration # 96 - FCN = -714053.9885039 Edm = 0.00175321 NCalls = 304 +VariableMetric: Iteration # 97 - FCN = -714054.0666537 Edm = 0.067139 NCalls = 308 +VariableMetric: Iteration # 98 - FCN = -714058.5722703 Edm = 2.48903 NCalls = 314 +VariableMetric: Iteration # 99 - FCN = -714068.69535 Edm = 1.8918 NCalls = 318 +VariableMetric: Iteration # 100 - FCN = -714070.32671 Edm = 0.670894 NCalls = 320 +VariableMetric: Iteration # 101 - FCN = -714071.0100308 Edm = 0.183988 NCalls = 322 +VariableMetric: Iteration # 102 - FCN = -714083.9186435 Edm = 2.60668 NCalls = 330 +VariableMetric: Iteration # 103 - FCN = -714084.4622937 Edm = 14358.8 NCalls = 339 +VariableMetric: Iteration # 104 - FCN = -714086.335716 Edm = 21762 NCalls = 345 +VariableMetric: Iteration # 105 - FCN = -714086.3570133 Edm = 98887 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -714089.0745261 Edm = 4207 NCalls = 355 +VariableMetric: Iteration # 107 - FCN = -714093.4685459 Edm = 15679.2 NCalls = 359 +VariableMetric: Iteration # 108 - FCN = -714095.9847914 Edm = 2267.01 NCalls = 363 +VariableMetric: Iteration # 109 - FCN = -714096.5972089 Edm = 712.729 NCalls = 367 +VariableMetric: Iteration # 110 - FCN = -714096.8184855 Edm = 2177.38 NCalls = 370 +VariableMetric: Iteration # 111 - FCN = -714097.3824457 Edm = 391.444 NCalls = 373 +VariableMetric: Iteration # 112 - FCN = -714098.064803 Edm = 162.19 NCalls = 376 +VariableMetric: Iteration # 113 - FCN = -714098.3373372 Edm = 32.7298 NCalls = 379 +VariableMetric: Iteration # 114 - FCN = -714100.9895042 Edm = 508.631 NCalls = 381 +VariableMetric: Iteration # 115 - FCN = -714102.178435 Edm = 209.171 NCalls = 383 +VariableMetric: Iteration # 116 - FCN = -714102.6161425 Edm = 20.0554 NCalls = 386 +VariableMetric: Iteration # 117 - FCN = -714104.5935538 Edm = 151.547 NCalls = 388 +VariableMetric: Iteration # 118 - FCN = -714105.7762807 Edm = 64.4624 NCalls = 390 +VariableMetric: Iteration # 119 - FCN = -714106.1529337 Edm = 14.541 NCalls = 392 +VariableMetric: Iteration # 120 - FCN = -714110.7829371 Edm = 20.7257 NCalls = 396 +VariableMetric: Iteration # 121 - FCN = -714119.6907823 Edm = 12.6714 NCalls = 398 +VariableMetric: Iteration # 122 - FCN = -714120.7684907 Edm = 7.20186 NCalls = 400 +VariableMetric: Iteration # 123 - FCN = -714121.8260295 Edm = 15.1433 NCalls = 402 +VariableMetric: Iteration # 124 - FCN = -714123.2629095 Edm = 3.42217 NCalls = 404 +VariableMetric: Iteration # 125 - FCN = -714123.5864243 Edm = 1.6081 NCalls = 406 +VariableMetric: Iteration # 126 - FCN = -714124.1014027 Edm = 0.308529 NCalls = 408 +VariableMetric: Iteration # 127 - FCN = -714124.2250237 Edm = 0.039901 NCalls = 410 +VariableMetric: Iteration # 128 - FCN = -714124.2830425 Edm = 0.0146699 NCalls = 412 +VariableMetric: Iteration # 129 - FCN = -714124.3078031 Edm = 0.0205832 NCalls = 415 +VariableMetric: Iteration # 130 - FCN = -714124.3587523 Edm = 0.0227264 NCalls = 418 +VariableMetric: Iteration # 131 - FCN = -714124.3976024 Edm = 0.00594436 NCalls = 420 +VariableMetric: Iteration # 132 - FCN = -714124.404851 Edm = 0.000876648 NCalls = 422 +VariableMetric: Iteration # 133 - FCN = -714124.4058023 Edm = 0.000381986 NCalls = 424 +VariableMetric: Iteration # 134 - FCN = -714124.4065456 Edm = 0.000410398 NCalls = 426 +VariableMetric: Iteration # 135 - FCN = -714124.4080973 Edm = 0.00188176 NCalls = 428 +VariableMetric: Iteration # 136 - FCN = -714124.4113754 Edm = 0.00196969 NCalls = 432 +VariableMetric: Iteration # 137 - FCN = -714124.4152009 Edm = 0.000979365 NCalls = 434 +VariableMetric: Iteration # 138 - FCN = -714124.4164243 Edm = 0.00113076 NCalls = 436 +VariableMetric: Iteration # 139 - FCN = -714124.4176706 Edm = 0.000299103 NCalls = 439 +VariableMetric: Iteration # 140 - FCN = -714124.4180606 Edm = 1.20502e-05 NCalls = 441 +VariableMetric: After Hessian - FCN = -714124.4180606 Edm = 2.19035e-05 NCalls = 814 +VariableMetric: Iteration # 141 - FCN = -714124.4180606 Edm = 2.19035e-05 NCalls = 814 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709269.2029881 Edm = 2.69482 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709269.2029881 Edm = 2.69482 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710744.7947705 Edm = 0.223745 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -710746.4170007 Edm = 0.494563 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -712003.5583824 Edm = 578.447 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -712605.1855044 Edm = 4155.5 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -713250.5628133 Edm = 394.667 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -713539.0440402 Edm = 35.1502 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -713560.4941851 Edm = 0.128883 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -713560.6296889 Edm = 0.0451688 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -713584.0508145 Edm = 4.8606 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -713590.696779 Edm = 0.0635823 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -713590.7948451 Edm = 0.0245467 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -713591.705998 Edm = 0.682796 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -713594.3142536 Edm = 0.020088 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -713594.3524009 Edm = 0.01551 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -713600.782096 Edm = 7.21414 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -713600.8211241 Edm = 0.0265296 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -713604.861703 Edm = 4.37081 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -713609.7023697 Edm = 4.8823 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -713610.6308721 Edm = 0.925411 NCalls = 79 +VariableMetric: Iteration # 20 - FCN = -713628.6532311 Edm = 0.753793 NCalls = 86 +VariableMetric: Iteration # 21 - FCN = -713719.8866017 Edm = 34.0179 NCalls = 88 +VariableMetric: Iteration # 22 - FCN = -713799.4005538 Edm = 13.3182 NCalls = 91 +VariableMetric: Iteration # 23 - FCN = -713815.6127765 Edm = 0.0905153 NCalls = 93 +VariableMetric: Iteration # 24 - FCN = -713815.7050735 Edm = 0.00965507 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -713815.7212478 Edm = 0.00645882 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -713815.9297238 Edm = 0.181381 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -713835.1428697 Edm = 3.03167 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -713842.3667238 Edm = 2.87705 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -713856.0612225 Edm = 6.86479 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -713864.6407196 Edm = 20.312 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -713868.3193659 Edm = 2.50773 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -713870.345477 Edm = 0.112143 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -713870.4380417 Edm = 0.00153729 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -713870.4419462 Edm = 0.00252528 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -713870.6527378 Edm = 0.217691 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -713872.4083309 Edm = 0.0898401 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -713885.4968428 Edm = 2.28095 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -713890.2936464 Edm = 0.210522 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -713890.5560642 Edm = 0.0124647 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -713890.5695254 Edm = 0.0012805 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -713890.576366 Edm = 0.00621444 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -713890.9957925 Edm = 0.414901 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -713907.0454638 Edm = 2.84724 NCalls = 159 +VariableMetric: Iteration # 44 - FCN = -713911.2536024 Edm = 0.183223 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -713911.4465222 Edm = 0.0132758 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -713911.4696315 Edm = 0.00632732 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -713911.4857197 Edm = 0.00234575 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -713911.5054841 Edm = 0.0162349 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -713912.7636802 Edm = 1.25954 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -713914.5630594 Edm = 2.25603 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -713919.4942259 Edm = 5.30238 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -713925.527287 Edm = 2.87502 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -713929.4258556 Edm = 0.0958178 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -713929.5328281 Edm = 0.0079744 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -713929.5466225 Edm = 0.0031702 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -713929.6474632 Edm = 0.0844264 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -713932.3121662 Edm = 2.38284 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -713966.5427963 Edm = 14.8107 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -713989.7167771 Edm = 3.17647 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -713992.3217476 Edm = 0.937265 NCalls = 208 +VariableMetric: Iteration # 61 - FCN = -713992.7317029 Edm = 0.0883074 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -713992.822497 Edm = 0.0118183 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -713992.8336419 Edm = 0.00155523 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -713992.8364231 Edm = 0.000959279 NCalls = 216 +VariableMetric: Iteration # 65 - FCN = -713992.8608633 Edm = 0.0185503 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -713993.469107 Edm = 0.619551 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -714004.2607591 Edm = 4.13489 NCalls = 232 +VariableMetric: Iteration # 68 - FCN = -714011.043564 Edm = 0.69088 NCalls = 234 +VariableMetric: Iteration # 69 - FCN = -714011.7267278 Edm = 0.203566 NCalls = 236 +VariableMetric: Iteration # 70 - FCN = -714011.8860767 Edm = 0.0119353 NCalls = 237 +VariableMetric: Iteration # 71 - FCN = -714011.8979345 Edm = 0.00130058 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -714011.8994378 Edm = 0.000347127 NCalls = 240 +VariableMetric: Iteration # 73 - FCN = -714011.9021581 Edm = 0.00234909 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -714012.1499715 Edm = 0.235963 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -714036.1879134 Edm = 8.95311 NCalls = 253 +VariableMetric: Iteration # 76 - FCN = -714056.5099908 Edm = 2.27312 NCalls = 256 +VariableMetric: Iteration # 77 - FCN = -714058.2795242 Edm = 0.281069 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -714058.6521758 Edm = 0.0600414 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -714058.757815 Edm = 0.0413505 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -714060.5850594 Edm = 1.86002 NCalls = 270 +VariableMetric: Iteration # 81 - FCN = -714060.5928584 Edm = 0.0251386 NCalls = 272 +VariableMetric: Iteration # 82 - FCN = -714060.8563915 Edm = 0.270182 NCalls = 276 +VariableMetric: Iteration # 83 - FCN = -714063.7979699 Edm = 2.62135 NCalls = 282 +VariableMetric: Iteration # 84 - FCN = -714074.0624884 Edm = 7.99857 NCalls = 288 +VariableMetric: Iteration # 85 - FCN = -714074.6142852 Edm = 1.84519 NCalls = 290 +VariableMetric: Iteration # 86 - FCN = -714076.2776935 Edm = 1.45779 NCalls = 292 +VariableMetric: Iteration # 87 - FCN = -714083.6457522 Edm = 2.84945 NCalls = 295 +VariableMetric: Iteration # 88 - FCN = -714085.9630325 Edm = 0.997467 NCalls = 297 +VariableMetric: Iteration # 89 - FCN = -714088.0830425 Edm = 0.690322 NCalls = 299 +VariableMetric: Iteration # 90 - FCN = -714090.7269661 Edm = 0.365799 NCalls = 302 +VariableMetric: Iteration # 91 - FCN = -714091.2776368 Edm = 0.109287 NCalls = 304 +VariableMetric: Iteration # 92 - FCN = -714091.3857229 Edm = 0.0488605 NCalls = 305 +VariableMetric: Iteration # 93 - FCN = -714091.4302186 Edm = 0.00801909 NCalls = 307 +VariableMetric: Iteration # 94 - FCN = -714091.4402477 Edm = 0.00110646 NCalls = 309 +VariableMetric: Iteration # 95 - FCN = -714091.4431147 Edm = 0.000989889 NCalls = 311 +VariableMetric: Iteration # 96 - FCN = -714091.4472397 Edm = 0.00263441 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -714091.4741014 Edm = 0.0230578 NCalls = 316 +VariableMetric: Iteration # 98 - FCN = -714091.8819059 Edm = 0.36343 NCalls = 320 +VariableMetric: Iteration # 99 - FCN = -714096.4376259 Edm = 3.97114 NCalls = 324 +VariableMetric: Iteration # 100 - FCN = -714101.8939787 Edm = 2.2168 NCalls = 328 +VariableMetric: Iteration # 101 - FCN = -714104.3010961 Edm = 0.278442 NCalls = 329 +VariableMetric: Iteration # 102 - FCN = -714104.4801623 Edm = 0.0235824 NCalls = 331 +VariableMetric: Iteration # 103 - FCN = -714104.500565 Edm = 0.00291103 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -714104.5030082 Edm = 0.00037016 NCalls = 333 +VariableMetric: Iteration # 105 - FCN = -714104.5033134 Edm = 5.6357e-05 NCalls = 335 +VariableMetric: After Hessian - FCN = -714104.5033134 Edm = 15.6345 NCalls = 694 +VariableMetric: Iteration # 106 - FCN = -714104.5033134 Edm = 15.6345 NCalls = 694 +VariableMetric: Iteration # 107 - FCN = -714118.4839285 Edm = 517.855 NCalls = 702 +VariableMetric: Iteration # 108 - FCN = -714118.6720938 Edm = 68.7333 NCalls = 707 +VariableMetric: Iteration # 109 - FCN = -714119.755577 Edm = 0.188884 NCalls = 709 +VariableMetric: Iteration # 110 - FCN = -714120.2084702 Edm = 0.149893 NCalls = 712 +VariableMetric: Iteration # 111 - FCN = -714120.6638442 Edm = 0.101951 NCalls = 714 +VariableMetric: Iteration # 112 - FCN = -714120.8044705 Edm = 0.0286834 NCalls = 716 +VariableMetric: Iteration # 113 - FCN = -714120.8666073 Edm = 0.00694459 NCalls = 718 +VariableMetric: Iteration # 114 - FCN = -714120.8721147 Edm = 0.0045618 NCalls = 720 +VariableMetric: Iteration # 115 - FCN = -714120.8770496 Edm = 0.00205426 NCalls = 722 +VariableMetric: Iteration # 116 - FCN = -714120.8931171 Edm = 0.00744752 NCalls = 725 +VariableMetric: Iteration # 117 - FCN = -714120.9042518 Edm = 0.00170015 NCalls = 728 +VariableMetric: Iteration # 118 - FCN = -714120.9059483 Edm = 0.00050324 NCalls = 729 +VariableMetric: Iteration # 119 - FCN = -714120.9079906 Edm = 0.0011765 NCalls = 731 +VariableMetric: Iteration # 120 - FCN = -714120.9123985 Edm = 0.00157491 NCalls = 734 +VariableMetric: Iteration # 121 - FCN = -714120.9149801 Edm = 0.00055692 NCalls = 736 +VariableMetric: Iteration # 122 - FCN = -714120.9156009 Edm = 7.68514e-05 NCalls = 738 +VariableMetric: Iteration # 123 - FCN = -714120.9157178 Edm = 2.59324e-05 NCalls = 740 +VariableMetric: After Hessian - FCN = -714120.9157178 Edm = 0.00236347 NCalls = 1113 +VariableMetric: Iteration # 124 - FCN = -714120.9157178 Edm = 0.00236347 NCalls = 1113 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -704496.5445419 Edm = 0.950623 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -704496.5445419 Edm = 0.950623 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -705780.145894 Edm = 1.10956 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -705784.1833962 Edm = 4.62988 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -708436.7542378 Edm = 135.774 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -711484.0107758 Edm = 2.72082e+07 NCalls = 28 +VariableMetric: Iteration # 5 - FCN = -711540.9609071 Edm = 1.37095e+06 NCalls = 36 +VariableMetric: Iteration # 6 - FCN = -712079.6188127 Edm = 331149 NCalls = 47 +VariableMetric: Iteration # 7 - FCN = -712512.7000079 Edm = 1.53399e+06 NCalls = 56 +VariableMetric: Iteration # 8 - FCN = -712890.2885521 Edm = 776495 NCalls = 65 +VariableMetric: Iteration # 9 - FCN = -713160.2205635 Edm = 139768 NCalls = 73 +VariableMetric: Iteration # 10 - FCN = -713326.8903664 Edm = 8.99067e+06 NCalls = 80 +VariableMetric: Iteration # 11 - FCN = -713326.8903664 Edm = 8.99067e+06 NCalls = 91 +VariableMetric: After Hessian - FCN = -713326.8903664 Edm = 1.20659e+08 NCalls = 460 +VariableMetric: Iteration # 12 - FCN = -713326.8903664 Edm = 1.20659e+08 NCalls = 460 +VariableMetric: Iteration # 13 - FCN = -713326.8903664 Edm = 1.20659e+08 NCalls = 471 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712661.6007092 Edm = 0.821562 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712661.6007092 Edm = 0.821562 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713149.9242188 Edm = 1.30078 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -713175.8715598 Edm = 9.33939 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -713184.2253132 Edm = 1.88525 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713185.653417 Edm = 0.6643 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -713300.1634022 Edm = 34.2262 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -713340.9341954 Edm = 1.23396 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -713342.6447761 Edm = 0.555888 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -713347.2736582 Edm = 3.62819 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -713618.6649026 Edm = 98.6802 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -713730.8119846 Edm = 37.7881 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -713757.7430442 Edm = 0.800811 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -713758.6851455 Edm = 0.0206353 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -713758.7453895 Edm = 0.0365041 NCalls = 44 +VariableMetric: Iteration # 14 - FCN = -713761.9405782 Edm = 2.45036 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -713806.0404923 Edm = 5.00874 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -713813.285172 Edm = 1.45342 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -713817.1556168 Edm = 0.83957 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -713818.4866551 Edm = 0.0980036 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -713818.5406393 Edm = 0.00937121 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -713818.5607243 Edm = 0.0108276 NCalls = 65 +VariableMetric: Iteration # 21 - FCN = -713820.03878 Edm = 1.8341 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -713823.754698 Edm = 3.18772 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -713838.1792897 Edm = 6.11865 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -713840.0941219 Edm = 0.244161 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -713840.3375068 Edm = 0.00550887 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -713840.3456813 Edm = 0.00447867 NCalls = 85 +VariableMetric: Iteration # 27 - FCN = -713840.4904085 Edm = 0.13495 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -713860.4392697 Edm = 8.41931 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -713872.9492993 Edm = 0.274299 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -713873.3082758 Edm = 0.0121006 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -713873.3220354 Edm = 0.0019541 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -713873.3476912 Edm = 0.0270043 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -713873.6419297 Edm = 0.302907 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -713874.9111266 Edm = 1.22291 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -713897.7678358 Edm = 4.55623 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -713902.7574282 Edm = 0.374287 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -713903.1329285 Edm = 0.0165793 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -713903.1521665 Edm = 0.00195512 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -713903.1676047 Edm = 0.0115348 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -713905.3601296 Edm = 1.81086 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -713924.7847727 Edm = 3.18785 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -713928.0314205 Edm = 0.212238 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -713928.2215243 Edm = 0.00947152 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -713928.2366958 Edm = 0.00129409 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -713928.2415382 Edm = 0.00364225 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -713928.3050378 Edm = 0.0572211 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -713931.3009199 Edm = 2.62982 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -713961.1471411 Edm = 1.71727 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -713962.3924175 Edm = 0.0749511 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -713962.4604182 Edm = 0.00619645 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -713962.4672862 Edm = 0.00228319 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -713962.4867646 Edm = 0.0170795 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -713963.8628735 Edm = 1.22666 NCalls = 173 +VariableMetric: Iteration # 54 - FCN = -713992.0246724 Edm = 12.8425 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -714012.5769615 Edm = 1.59448 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -714014.3078143 Edm = 0.167546 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -714014.476741 Edm = 0.0100289 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -714014.4889471 Edm = 0.00366736 NCalls = 184 +VariableMetric: Iteration # 59 - FCN = -714014.4995535 Edm = 0.00396923 NCalls = 186 +VariableMetric: Iteration # 60 - FCN = -714014.5164927 Edm = 0.0123084 NCalls = 188 +VariableMetric: Iteration # 61 - FCN = -714015.136105 Edm = 0.644009 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -714030.8553571 Edm = 3.95196 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -714042.029649 Edm = 4.1777 NCalls = 202 +VariableMetric: Iteration # 64 - FCN = -714044.9060665 Edm = 0.730647 NCalls = 203 +VariableMetric: Iteration # 65 - FCN = -714047.0217393 Edm = 1.97556 NCalls = 206 +VariableMetric: Iteration # 66 - FCN = -714049.1399706 Edm = 0.729 NCalls = 210 +VariableMetric: Iteration # 67 - FCN = -714049.7094446 Edm = 0.104271 NCalls = 212 +VariableMetric: Iteration # 68 - FCN = -714049.7704227 Edm = 0.00470182 NCalls = 214 +VariableMetric: Iteration # 69 - FCN = -714049.7742214 Edm = 0.000401243 NCalls = 216 +VariableMetric: Iteration # 70 - FCN = -714049.7746633 Edm = 0.000144259 NCalls = 218 +VariableMetric: Iteration # 71 - FCN = -714049.7777334 Edm = 0.00281605 NCalls = 222 +VariableMetric: Iteration # 72 - FCN = -714049.8061238 Edm = 0.0270105 NCalls = 225 +VariableMetric: Iteration # 73 - FCN = -714050.1154092 Edm = 0.270648 NCalls = 230 +VariableMetric: Iteration # 74 - FCN = -714056.2729974 Edm = 2.48896 NCalls = 234 +VariableMetric: Iteration # 75 - FCN = -714058.6237022 Edm = 0.270345 NCalls = 235 +VariableMetric: Iteration # 76 - FCN = -714058.8683942 Edm = 0.00619924 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -714058.8752312 Edm = 0.000476858 NCalls = 237 +VariableMetric: Iteration # 78 - FCN = -714058.8769756 Edm = 0.00126375 NCalls = 239 +VariableMetric: Iteration # 79 - FCN = -714058.9045562 Edm = 0.0233155 NCalls = 243 +VariableMetric: Iteration # 80 - FCN = -714059.5638711 Edm = 0.631242 NCalls = 247 +VariableMetric: Iteration # 81 - FCN = -714076.3765134 Edm = 7.98125 NCalls = 251 +VariableMetric: Iteration # 82 - FCN = -714095.1208025 Edm = 4.22524 NCalls = 254 +VariableMetric: Iteration # 83 - FCN = -714097.7207624 Edm = 0.393613 NCalls = 256 +VariableMetric: Iteration # 84 - FCN = -714098.1212488 Edm = 0.048134 NCalls = 258 +VariableMetric: Iteration # 85 - FCN = -714098.1741839 Edm = 0.00555146 NCalls = 260 +VariableMetric: Iteration # 86 - FCN = -714098.1801605 Edm = 0.00170502 NCalls = 262 +VariableMetric: Iteration # 87 - FCN = -714098.1824365 Edm = 0.00052615 NCalls = 264 +VariableMetric: Iteration # 88 - FCN = -714098.1838516 Edm = 0.000681287 NCalls = 266 +VariableMetric: Iteration # 89 - FCN = -714098.1948009 Edm = 0.00752601 NCalls = 270 +VariableMetric: Iteration # 90 - FCN = -714098.2885801 Edm = 0.0536579 NCalls = 273 +VariableMetric: Iteration # 91 - FCN = -714098.6200639 Edm = 0.219752 NCalls = 276 +VariableMetric: Iteration # 92 - FCN = -714104.9376216 Edm = 7.11312 NCalls = 281 +VariableMetric: Iteration # 93 - FCN = -714111.5881028 Edm = 2.63749 NCalls = 286 +VariableMetric: Iteration # 94 - FCN = -714114.1871838 Edm = 0.363331 NCalls = 288 +VariableMetric: Iteration # 95 - FCN = -714114.5441661 Edm = 0.137506 NCalls = 290 +VariableMetric: Iteration # 96 - FCN = -714114.6650716 Edm = 0.0776625 NCalls = 292 +VariableMetric: Iteration # 97 - FCN = -714114.7945896 Edm = 0.012291 NCalls = 294 +VariableMetric: Iteration # 98 - FCN = -714114.812686 Edm = 0.00100617 NCalls = 296 +VariableMetric: Iteration # 99 - FCN = -714114.8137919 Edm = 6.26076e-05 NCalls = 298 +VariableMetric: After Hessian - FCN = -714114.8137919 Edm = 9.90246 NCalls = 659 +VariableMetric: Iteration # 100 - FCN = -714114.8137919 Edm = 9.90246 NCalls = 659 +VariableMetric: Iteration # 101 - FCN = -714124.0757253 Edm = 0.121428 NCalls = 661 +VariableMetric: Iteration # 102 - FCN = -714124.2263927 Edm = 0.0787478 NCalls = 663 +VariableMetric: Iteration # 103 - FCN = -714124.3083495 Edm = 0.0206962 NCalls = 666 +VariableMetric: Iteration # 104 - FCN = -714124.3372794 Edm = 0.00287036 NCalls = 668 +VariableMetric: Iteration # 105 - FCN = -714124.3415772 Edm = 0.000393148 NCalls = 670 +VariableMetric: Iteration # 106 - FCN = -714124.34215 Edm = 8.01016e-05 NCalls = 672 +VariableMetric: Iteration # 107 - FCN = -714124.3424194 Edm = 7.85424e-05 NCalls = 674 +VariableMetric: Iteration # 108 - FCN = -714124.342874 Edm = 0.000312842 NCalls = 677 +VariableMetric: Iteration # 109 - FCN = -714124.3446385 Edm = 0.000390933 NCalls = 680 +VariableMetric: Iteration # 110 - FCN = -714124.3452146 Edm = 0.000126955 NCalls = 682 +VariableMetric: Iteration # 111 - FCN = -714124.3453355 Edm = 2.50726e-05 NCalls = 685 +VariableMetric: After Hessian - FCN = -714124.3453355 Edm = 2.46391e-05 NCalls = 1064 +VariableMetric: Iteration # 112 - FCN = -714124.3453355 Edm = 2.46391e-05 NCalls = 1064 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710953.0695828 Edm = 2.56808 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710953.0695828 Edm = 2.56808 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712177.1835338 Edm = 1.67601 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -712222.905663 Edm = 1.3079 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -712310.9683678 Edm = 69.7233 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -712606.9966355 Edm = 1.48442 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -712608.5323633 Edm = 0.268551 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -712621.9550012 Edm = 11.8273 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -712729.015684 Edm = 1.95192 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -712730.7749304 Edm = 0.0787956 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -712732.5398781 Edm = 2.23481 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -712766.5606716 Edm = 33.1925 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -712766.923901 Edm = 0.192756 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -712835.0706046 Edm = 53.3908 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -713004.9781936 Edm = 90.0437 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -713117.4581148 Edm = 30.3656 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -713143.1689118 Edm = 3.08118 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -713148.4736275 Edm = 2.40878 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -713151.685293 Edm = 0.403133 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -713152.1780823 Edm = 0.0447462 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -713152.4936633 Edm = 0.311924 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -713166.9203198 Edm = 10.5238 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -713273.1641716 Edm = 15.6661 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -713343.6460996 Edm = 24.6111 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -713358.9722056 Edm = 21.1991 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -713381.7558181 Edm = 1.66635 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -713385.1419898 Edm = 0.700545 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -713386.4597465 Edm = 0.261556 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -713387.697184 Edm = 0.793393 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -713387.8675792 Edm = 0.158702 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -713388.4660926 Edm = 0.632484 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -713390.3634904 Edm = 1.18549 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -713391.570781 Edm = 0.601567 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -713392.0673813 Edm = 0.0326978 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -713392.1477569 Edm = 0.0293778 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -713392.5524298 Edm = 0.348254 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -713403.5766831 Edm = 3.91004 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -713408.0179208 Edm = 1.18065 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -713417.8774096 Edm = 5.55277 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -713418.7791884 Edm = 3.74366 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -713421.4472942 Edm = 0.0526979 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -713421.500236 Edm = 0.00985168 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -713421.5330847 Edm = 0.0241926 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -713423.3587443 Edm = 1.19797 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -713440.21547 Edm = 13.6831 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -713472.6144355 Edm = 10.4459 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -713484.0577162 Edm = 1.04097 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -713485.1807759 Edm = 0.148915 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -713485.3492533 Edm = 0.0312063 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -713485.4211998 Edm = 0.0101794 NCalls = 154 +VariableMetric: Iteration # 49 - FCN = -713485.4386815 Edm = 0.00327709 NCalls = 156 +VariableMetric: Iteration # 50 - FCN = -713485.4630768 Edm = 0.0124598 NCalls = 159 +VariableMetric: Iteration # 51 - FCN = -713485.6700852 Edm = 0.171597 NCalls = 164 +VariableMetric: Iteration # 52 - FCN = -713486.6505947 Edm = 1.15921 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -713486.7646179 Edm = 0.945906 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -713490.1293347 Edm = 3.79561 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -713493.7812084 Edm = 3.7095 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -713496.9957058 Edm = 2.46249 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -713503.7452135 Edm = 8.57458 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -713509.4544657 Edm = 0.674282 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -713511.2809596 Edm = 0.806872 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -713521.403535 Edm = 10.1391 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -713555.8461171 Edm = 5.55221 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -713566.1926863 Edm = 0.722248 NCalls = 204 +VariableMetric: Iteration # 63 - FCN = -713566.7934773 Edm = 0.226876 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -713566.9177421 Edm = 0.017523 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -713566.9364163 Edm = 0.00260869 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -713566.9453138 Edm = 0.00508059 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -713566.964109 Edm = 0.018893 NCalls = 214 +VariableMetric: Iteration # 68 - FCN = -713567.3683726 Edm = 0.385855 NCalls = 219 +VariableMetric: Iteration # 69 - FCN = -713580.3483506 Edm = 7.85613 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -713599.9453554 Edm = 0.991288 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -713600.6379973 Edm = 0.109275 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -713600.7393185 Edm = 0.0160177 NCalls = 228 +VariableMetric: Iteration # 73 - FCN = -713600.7790129 Edm = 0.0126407 NCalls = 230 +VariableMetric: Iteration # 74 - FCN = -713600.8123753 Edm = 0.00663987 NCalls = 232 +VariableMetric: Iteration # 75 - FCN = -713600.8283082 Edm = 0.00971791 NCalls = 234 +VariableMetric: Iteration # 76 - FCN = -713600.8787819 Edm = 0.047637 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -713601.6067719 Edm = 0.762429 NCalls = 241 +VariableMetric: Iteration # 78 - FCN = -713602.3390697 Edm = 0.679333 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -713727.3219068 Edm = 106.407 NCalls = 254 +VariableMetric: Iteration # 80 - FCN = -713784.5462858 Edm = 48.6303 NCalls = 256 +VariableMetric: Iteration # 81 - FCN = -713798.4901026 Edm = 11.1063 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -713806.0534182 Edm = 1.90143 NCalls = 259 +VariableMetric: Iteration # 83 - FCN = -713809.886945 Edm = 2.65059 NCalls = 262 +VariableMetric: Iteration # 84 - FCN = -713812.9846701 Edm = 5.92492 NCalls = 264 +VariableMetric: Iteration # 85 - FCN = -713817.1121955 Edm = 1.10502 NCalls = 268 +VariableMetric: Iteration # 86 - FCN = -713818.4970737 Edm = 0.56452 NCalls = 270 +VariableMetric: Iteration # 87 - FCN = -713819.0458952 Edm = 0.157133 NCalls = 272 +VariableMetric: Iteration # 88 - FCN = -713819.2504912 Edm = 0.0433776 NCalls = 274 +VariableMetric: Iteration # 89 - FCN = -713819.3069046 Edm = 0.00628726 NCalls = 276 +VariableMetric: Iteration # 90 - FCN = -713819.3200369 Edm = 0.0106009 NCalls = 278 +VariableMetric: Iteration # 91 - FCN = -713819.3439814 Edm = 0.0278497 NCalls = 281 +VariableMetric: Iteration # 92 - FCN = -713819.713533 Edm = 0.391067 NCalls = 286 +VariableMetric: Iteration # 93 - FCN = -713820.1635491 Edm = 0.429917 NCalls = 291 +VariableMetric: Iteration # 94 - FCN = -713869.3526677 Edm = 18.2138 NCalls = 297 +VariableMetric: Iteration # 95 - FCN = -713878.3277686 Edm = 2.36724 NCalls = 299 +VariableMetric: Iteration # 96 - FCN = -713881.1259417 Edm = 0.247043 NCalls = 301 +VariableMetric: Iteration # 97 - FCN = -713881.5962804 Edm = 0.0833033 NCalls = 303 +VariableMetric: Iteration # 98 - FCN = -713881.7701821 Edm = 0.0195476 NCalls = 305 +VariableMetric: Iteration # 99 - FCN = -713881.7905399 Edm = 0.00375251 NCalls = 307 +VariableMetric: Iteration # 100 - FCN = -713881.7967131 Edm = 0.00195291 NCalls = 309 +VariableMetric: Iteration # 101 - FCN = -713881.9463715 Edm = 0.14342 NCalls = 314 +VariableMetric: Iteration # 102 - FCN = -713889.008604 Edm = 5.72258 NCalls = 319 +VariableMetric: Iteration # 103 - FCN = -713957.2627851 Edm = 30.704 NCalls = 323 +VariableMetric: Iteration # 104 - FCN = -714007.8928534 Edm = 29.595 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -714029.0194861 Edm = 12.9153 NCalls = 329 +VariableMetric: Iteration # 106 - FCN = -714038.3970808 Edm = 5.20461 NCalls = 332 +VariableMetric: Iteration # 107 - FCN = -714042.1028716 Edm = 0.31917 NCalls = 334 +VariableMetric: Iteration # 108 - FCN = -714042.3828969 Edm = 0.0383637 NCalls = 336 +VariableMetric: Iteration # 109 - FCN = -714042.423649 Edm = 0.0190442 NCalls = 338 +VariableMetric: Iteration # 110 - FCN = -714042.4898384 Edm = 0.0552094 NCalls = 341 +VariableMetric: Iteration # 111 - FCN = -714042.6559531 Edm = 0.0961722 NCalls = 344 +VariableMetric: Iteration # 112 - FCN = -714042.8241749 Edm = 0.0914971 NCalls = 347 +VariableMetric: Iteration # 113 - FCN = -714042.867043 Edm = 0.034923 NCalls = 348 +VariableMetric: Iteration # 114 - FCN = -714042.9176282 Edm = 0.0148778 NCalls = 350 +VariableMetric: Iteration # 115 - FCN = -714043.0119871 Edm = 0.0640674 NCalls = 354 +VariableMetric: Iteration # 116 - FCN = -714056.5267854 Edm = 31.6057 NCalls = 363 +VariableMetric: Iteration # 117 - FCN = -714056.6444847 Edm = 1.43412 NCalls = 366 +VariableMetric: Iteration # 118 - FCN = -714057.9471186 Edm = 1.27542 NCalls = 368 +VariableMetric: Iteration # 119 - FCN = -714060.8443497 Edm = 6.67665 NCalls = 371 +VariableMetric: Iteration # 120 - FCN = -714068.6390315 Edm = 9.49478 NCalls = 375 +VariableMetric: Iteration # 121 - FCN = -714082.5468336 Edm = 4.27801 NCalls = 380 +VariableMetric: Iteration # 122 - FCN = -714089.300815 Edm = 1.60428 NCalls = 382 +VariableMetric: Iteration # 123 - FCN = -714090.8280155 Edm = 0.432456 NCalls = 384 +VariableMetric: Iteration # 124 - FCN = -714091.2549348 Edm = 0.0409707 NCalls = 386 +VariableMetric: Iteration # 125 - FCN = -714091.3023031 Edm = 0.0114485 NCalls = 388 +VariableMetric: Iteration # 126 - FCN = -714091.3171638 Edm = 0.00563176 NCalls = 390 +VariableMetric: Iteration # 127 - FCN = -714091.3272715 Edm = 0.00145084 NCalls = 392 +VariableMetric: Iteration # 128 - FCN = -714091.330454 Edm = 0.00137216 NCalls = 394 +VariableMetric: Iteration # 129 - FCN = -714091.3601607 Edm = 0.0278702 NCalls = 398 +VariableMetric: Iteration # 130 - FCN = -714092.7011971 Edm = 1.0993 NCalls = 403 +VariableMetric: Iteration # 131 - FCN = -714103.2505391 Edm = 4.20721 NCalls = 407 +VariableMetric: Iteration # 132 - FCN = -714107.1075079 Edm = 0.494777 NCalls = 409 +VariableMetric: Iteration # 133 - FCN = -714107.508383 Edm = 0.0297239 NCalls = 411 +VariableMetric: Iteration # 134 - FCN = -714107.5318824 Edm = 0.00331013 NCalls = 413 +VariableMetric: Iteration # 135 - FCN = -714107.5352534 Edm = 0.000576174 NCalls = 415 +VariableMetric: Iteration # 136 - FCN = -714107.5360671 Edm = 0.000202483 NCalls = 417 +VariableMetric: Iteration # 137 - FCN = -714107.5369158 Edm = 0.000854257 NCalls = 419 +VariableMetric: Iteration # 138 - FCN = -714107.5473601 Edm = 0.0108288 NCalls = 424 +VariableMetric: Iteration # 139 - FCN = -714107.7233961 Edm = 0.143022 NCalls = 431 +VariableMetric: Iteration # 140 - FCN = -714110.0723552 Edm = 0.356341 NCalls = 434 +VariableMetric: Iteration # 141 - FCN = -714110.4883621 Edm = 0.00527337 NCalls = 436 +VariableMetric: Iteration # 142 - FCN = -714110.4934701 Edm = 0.000129316 NCalls = 437 +VariableMetric: Iteration # 143 - FCN = -714110.493597 Edm = 1.24744e-05 NCalls = 439 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.141E+05 | Ncalls=1199 (1199 total) | +| EDM = 6.44E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -714124.4914450769 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.12 | 0.13 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -2.26 | 0.13 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.10 | 0.08 | | |-6.28319 | 6.28319 | | +| 3 | p3770_p | 3.68 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.0 | 0.9 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 6 | p3770_s | 2.55 | 0.18 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | 4.719 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.33 | 0.15 | | |0.126447 | 2.35355 | | +| 9 | Dbar_s | -0.07 | 0.05 | | | -1.464 | 1.464 | | +| 10| rho_s | 1.26 | 0.26 | | |0.0253049| 2.0747 | | +| 11| rho_p | -0.67 | 0.28 | | |-6.28319 | 6.28319 | | +| 12| psi2s_p | -4.03 | 0.03 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1360 | 40 | | | 1358.64 | 1433.36 | | +| 14| omega_p | -6.1 | 0.3 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.005 | 0.097 | | | -0.5 | 0.5 | | +| 17| omega_s | 5.1 | 1.2 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.19 | 0.13 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.52 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p p4160_p p3770_p phi_s jpsi_s p3770_s jpsi_p p4415_s Dbar_s rho_s rho_p psi2s_p psi2s_s omega_p phi_p Ctt omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.159 -0.362 -0.037 -0.004 -0.010 0.119 0.009 0.014 -0.146 -0.002 -0.021 -0.030 -0.010 -0.000 0.002 0.227 0.000 -0.134 -0.158 | +| p4415_p | -0.159 1.000 0.197 0.043 0.006 0.125 -0.031 0.019 -0.121 -0.050 -0.001 -0.051 -0.103 0.124 -0.009 0.014 -0.018 -0.001 -0.134 0.078 | +| p4160_p | -0.362 0.197 1.000 0.097 -0.003 -0.070 -0.053 -0.089 0.090 -0.090 -0.003 0.054 0.010 -0.070 0.001 -0.004 -0.280 -0.003 -0.081 0.040 | +| p3770_p | -0.037 0.043 0.097 1.000 -0.002 0.004 -0.171 -0.045 -0.059 0.118 0.002 0.006 -0.198 0.003 -0.003 0.004 -0.252 -0.003 -0.018 0.090 | +| phi_s | -0.004 0.006 -0.003 -0.002 1.000 0.036 -0.009 0.001 0.008 0.033 -0.035 0.091 -0.035 0.036 0.042 -0.665 0.028 0.038 0.005 -0.004 | +| jpsi_s | -0.010 0.125 -0.070 0.004 0.036 1.000 -0.122 0.474 0.204 0.771 -0.005 -0.549 -0.576 0.997 -0.057 0.103 0.610 0.005 0.160 -0.070 | +| p3770_s | 0.119 -0.031 -0.053 -0.171 -0.009 -0.122 1.000 -0.043 -0.000 -0.203 -0.007 0.049 -0.071 -0.124 0.005 -0.010 -0.065 -0.000 0.002 -0.074 | +| jpsi_p | 0.009 0.019 -0.089 -0.045 0.001 0.474 -0.043 1.000 0.067 0.426 0.042 -0.244 -0.310 0.473 -0.035 0.072 0.372 -0.018 0.031 -0.124 | +| p4415_s | 0.014 -0.121 0.090 -0.059 0.008 0.204 -0.000 0.067 1.000 0.009 0.001 -0.122 -0.186 0.203 -0.014 0.023 0.286 0.000 0.200 0.074 | +| Dbar_s | -0.146 -0.050 -0.090 0.118 0.033 0.771 -0.203 0.426 0.009 1.000 0.015 -0.403 -0.440 0.770 -0.040 0.075 0.209 0.003 -0.087 -0.177 | +| rho_s | -0.002 -0.001 -0.003 0.002 -0.035 -0.005 -0.007 0.042 0.001 0.015 1.000 0.139 -0.000 -0.005 0.117 0.007 0.023 -0.278 -0.002 -0.005 | +| rho_p | -0.021 -0.051 0.054 0.006 0.091 -0.549 0.049 -0.244 -0.122 -0.403 0.139 1.000 0.282 -0.548 -0.098 -0.103 -0.325 -0.139 -0.097 0.041 | +| psi2s_p | -0.030 -0.103 0.010 -0.198 -0.035 -0.576 -0.071 -0.310 -0.186 -0.440 -0.000 0.282 1.000 -0.576 0.026 -0.046 -0.362 -0.008 -0.202 -0.112 | +| psi2s_s | -0.010 0.124 -0.070 0.003 0.036 0.997 -0.124 0.473 0.203 0.770 -0.005 -0.548 -0.576 1.000 -0.057 0.103 0.610 0.005 0.159 -0.070 | +| omega_p | -0.000 -0.009 0.001 -0.003 0.042 -0.057 0.005 -0.035 -0.014 -0.040 0.117 -0.098 0.026 -0.057 1.000 -0.042 -0.031 0.718 -0.012 -0.001 | +| phi_p | 0.002 0.014 -0.004 0.004 -0.665 0.103 -0.010 0.072 0.023 0.075 0.007 -0.103 -0.046 0.103 -0.042 1.000 0.059 -0.010 0.019 -0.003 | +| Ctt | 0.227 -0.018 -0.280 -0.252 0.028 0.610 -0.065 0.372 0.286 0.209 0.023 -0.325 -0.362 0.610 -0.031 0.059 1.000 0.001 0.211 -0.205 | +| omega_s | 0.000 -0.001 -0.003 -0.003 0.038 0.005 -0.000 -0.018 0.000 0.003 -0.278 -0.139 -0.008 0.005 0.718 -0.010 0.001 1.000 -0.000 -0.003 | +| p4160_s | -0.134 -0.134 -0.081 -0.018 0.005 0.160 0.002 0.031 0.200 -0.087 -0.002 -0.097 -0.202 0.159 -0.012 0.019 0.211 -0.000 1.000 0.329 | +| p4040_p | -0.158 0.078 0.040 0.090 -0.004 -0.070 -0.074 -0.124 0.074 -0.177 -0.005 0.041 -0.112 -0.070 -0.001 -0.003 -0.205 -0.003 0.329 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13414045961896048}), (, {'error': 0.13453980705992663}), (, {'error': 0.07706440165572426}), (, {'error': 0.087017173201974}), (, {'error': 0.9257208064541764}), (, {'error': 80.52094524730273}), (, {'error': 0.18148330713183336}), (, {'error': 0.01695872343759497}), (, {'error': 0.1521656358554071}), (, {'error': 0.051830815919646}), (, {'error': 0.2555951231489377}), (, {'error': 0.27528775850697995}), (, {'error': 0.03193076350165214}), (, {'error': 41.49489419138126}), (, {'error': 0.318416027019754}), (, {'error': 0.3532444820772511}), (, {'error': 0.09740465418498395}), (, {'error': 1.2469112036963281}), (, {'error': 0.13264645299060773}), (, {'error': 0.13492506408599647})]) +Toy 1/10 +Time taken: 1 h, 23 min +Projected time left: 12 h, 28 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.141E+05 | Ncalls=1164 (1164 total) | +| EDM = 2.66E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -714123.9777494767 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.11 | 0.17 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -2.32 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.15 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | p3770_p | -2.20 | 0.12 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 16.9 | 2.7 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_s | 0.994E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 6 | p3770_s | 2.37 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | 1.488 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 10| rho_s | 1.25 | 0.32 | | |0.0253049| 2.0747 | | +| 11| rho_p | 5.73 | 0.26 | | |-6.28319 | 6.28319 | | +| 12| psi2s_p | 3.773 | 0.029 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1359 | 11 | | | 1358.64 | 1433.36 | | +| 14| omega_p | 6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 0.10 | 0.80 | | |-6.28319 | 6.28319 | | +| 16| Ctt | 0.023 | 0.148 | | | -0.5 | 0.5 | | +| 17| omega_s | 4.5 | 1.0 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.19 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.54 | 0.16 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p p4160_p p3770_p phi_s jpsi_s p3770_s jpsi_p p4415_s Dbar_s rho_s rho_p psi2s_p psi2s_s omega_p phi_p Ctt omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.212 -0.524 -0.242 -0.004 -0.023 0.202 -0.032 0.169 -0.428 -0.001 -0.047 -0.334 -0.019 -0.001 -0.003 0.535 0.000 0.019 -0.218 | +| p4415_p | -0.212 1.000 0.301 0.086 -0.007 -0.015 -0.008 -0.036 -0.156 -0.145 -0.009 0.020 0.004 -0.012 0.001 -0.008 -0.152 0.004 -0.138 0.151 | +| p4160_p | -0.524 0.301 1.000 0.265 -0.013 -0.019 -0.104 -0.023 -0.018 0.186 -0.011 0.028 0.199 -0.016 0.001 -0.014 -0.477 0.005 -0.148 0.125 | +| p3770_p | -0.242 0.086 0.265 1.000 -0.010 0.061 -0.194 -0.070 -0.219 0.445 0.002 0.022 0.408 0.040 0.002 -0.012 -0.549 0.000 -0.154 0.163 | +| phi_s | -0.004 -0.007 -0.013 -0.010 1.000 -0.020 -0.008 -0.147 -0.001 0.010 0.021 0.341 -0.042 -0.019 -0.022 0.967 0.010 -0.050 -0.004 -0.012 | +| jpsi_s | -0.023 -0.015 -0.019 0.061 -0.020 1.000 -0.046 -0.084 0.005 0.210 0.000 -0.119 0.187 0.899 -0.002 -0.029 0.051 0.011 -0.019 -0.040 | +| p3770_s | 0.202 -0.008 -0.104 -0.194 -0.008 -0.046 1.000 -0.066 0.097 -0.256 -0.016 -0.031 -0.221 -0.039 -0.001 -0.007 0.131 0.007 0.096 -0.062 | +| jpsi_p | -0.032 -0.036 -0.023 -0.070 -0.147 -0.084 -0.066 1.000 -0.114 0.037 -0.013 -0.141 -0.034 -0.075 0.004 -0.146 -0.065 0.001 -0.142 -0.149 | +| p4415_s | 0.169 -0.156 -0.018 -0.219 -0.001 0.005 0.097 -0.114 1.000 -0.457 -0.001 -0.029 -0.298 0.003 -0.000 -0.002 0.427 0.002 0.348 0.110 | +| Dbar_s | -0.428 -0.145 0.186 0.445 0.010 0.210 -0.256 0.037 -0.457 1.000 0.027 0.036 0.596 0.188 0.001 0.007 -0.752 -0.011 -0.516 -0.144 | +| rho_s | -0.001 -0.009 -0.011 0.002 0.021 0.000 -0.016 -0.013 -0.001 0.027 1.000 0.220 0.028 -0.001 0.091 0.036 0.028 -0.656 -0.009 -0.017 | +| rho_p | -0.047 0.020 0.028 0.022 0.341 -0.119 -0.031 -0.141 -0.029 0.036 0.220 1.000 0.003 -0.111 0.071 0.318 -0.024 -0.099 -0.028 0.002 | +| psi2s_p | -0.334 0.004 0.199 0.408 -0.042 0.187 -0.221 -0.034 -0.298 0.596 0.028 0.003 1.000 0.150 0.004 -0.046 -0.407 -0.011 -0.319 -0.052 | +| psi2s_s | -0.019 -0.012 -0.016 0.040 -0.019 0.899 -0.039 -0.075 0.003 0.188 -0.001 -0.111 0.150 1.000 -0.002 -0.027 0.039 0.011 -0.018 -0.038 | +| omega_p | -0.001 0.001 0.001 0.002 -0.022 -0.002 -0.001 0.004 -0.000 0.001 0.091 0.071 0.004 -0.002 1.000 -0.020 0.000 -0.255 -0.000 0.001 | +| phi_p | -0.003 -0.008 -0.014 -0.012 0.967 -0.029 -0.007 -0.146 -0.002 0.007 0.036 0.318 -0.046 -0.027 -0.020 1.000 0.010 -0.065 -0.004 -0.014 | +| Ctt | 0.535 -0.152 -0.477 -0.549 0.010 0.051 0.131 -0.065 0.427 -0.752 0.028 -0.024 -0.407 0.039 0.000 0.010 1.000 -0.012 0.355 -0.203 | +| omega_s | 0.000 0.004 0.005 0.000 -0.050 0.011 0.007 0.001 0.002 -0.011 -0.656 -0.099 -0.011 0.011 -0.255 -0.065 -0.012 1.000 0.006 0.009 | +| p4160_s | 0.019 -0.138 -0.148 -0.154 -0.004 -0.019 0.096 -0.142 0.348 -0.516 -0.009 -0.028 -0.319 -0.018 -0.000 -0.004 0.355 0.006 1.000 0.403 | +| p4040_p | -0.218 0.151 0.125 0.163 -0.012 -0.040 -0.062 -0.149 0.110 -0.144 -0.017 0.002 -0.052 -0.038 0.001 -0.014 -0.203 0.009 0.403 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17241273045987543}), (, {'error': 0.15645108029404065}), (, {'error': 0.09733498885481673}), (, {'error': 0.11502620340580694}), (, {'error': 2.6592877239831747}), (, {'error': 18.456242331121757}), (, {'error': 0.19160640253576489}), (, {'error': 0.016969862395167734}), (, {'error': 0.18112774397458886}), (, {'error': 0.060789045265714825}), (, {'error': 0.31589840405641734}), (, {'error': 0.2626293696445954}), (, {'error': 0.0293711995874677}), (, {'error': 11.039843846475492}), (, {'error': 0.1555494779256188}), (, {'error': 0.797096825109715}), (, {'error': 0.1480853566934091}), (, {'error': 0.9529745893288712}), (, {'error': 0.1685167894625792}), (, {'error': 0.16392950507949267})]) +Toy 2/10 +Time taken: 2 h, 44 min +Projected time left: 10 h, 58 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.141E+05 | Ncalls=230 (230 total) | +| EDM = 6.24E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -714109.659338213 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.11 | 0.10 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -2.39 | 0.12 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.29 | 0.06 | | |-6.28319 | 6.28319 | | +| 3 | p3770_p | -2.94 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 20.5 | 0.6 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_s | 0.999E4 | 0.019E4 | | | 9797.52 | 9996.48 | | +| 6 | p3770_s | 2.48 | 0.15 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | 1.667 | 0.014 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.39 | 0.12 | | |0.126447 | 2.35355 | | +| 9 | Dbar_s | -0.029 | 0.048 | | | -1.464 | 1.464 | | +| 10| rho_s | 0.027 | 0.056 | | |0.0253049| 2.0747 | | +| 11| rho_p | -4 | 9 | | |-6.28319 | 6.28319 | | +| 12| psi2s_p | 1.843 | 0.024 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1369 | 13 | | | 1358.64 | 1433.36 | | +| 14| omega_p | 0.19 | 0.17 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 0.80 | 0.11 | | |-6.28319 | 6.28319 | | +| 16| Ctt | 0.017 | 0.072 | | | -0.5 | 0.5 | | +| 17| omega_s | 6.6 | 0.5 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.16 | 0.11 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.87 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p p4160_p p3770_p phi_s jpsi_s p3770_s jpsi_p p4415_s Dbar_s rho_s rho_p psi2s_p psi2s_s omega_p phi_p Ctt omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.106 -0.237 0.016 0.001 0.006 0.066 -0.000 -0.011 -0.064 0.020 0.022 -0.039 0.006 -0.003 0.007 0.107 -0.001 -0.136 -0.065 | +| p4415_p | -0.106 1.000 0.161 0.065 0.085 0.352 0.010 -0.171 -0.032 0.198 0.207 0.234 -0.199 0.351 -0.059 0.052 0.189 -0.004 -0.046 0.066 | +| p4160_p | -0.237 0.161 1.000 0.052 0.027 0.112 -0.035 -0.074 0.124 0.055 0.061 0.069 -0.099 0.112 -0.020 0.012 -0.062 -0.002 -0.045 -0.060 | +| p3770_p | 0.016 0.065 0.052 1.000 0.033 0.139 -0.123 -0.105 0.012 0.171 0.085 0.096 -0.256 0.139 -0.026 0.018 -0.014 -0.002 0.037 0.048 | +| phi_s | 0.001 0.085 0.027 0.033 1.000 0.239 0.018 -0.101 0.056 0.207 0.139 0.156 -0.107 0.239 -0.026 0.351 0.173 -0.003 0.063 0.025 | +| jpsi_s | 0.006 0.352 0.112 0.139 0.239 1.000 0.077 -0.391 0.235 0.864 0.617 0.697 -0.433 0.998 -0.166 0.166 0.724 -0.013 0.263 0.107 | +| p3770_s | 0.066 0.010 -0.035 -0.123 0.018 0.077 1.000 -0.023 0.023 0.013 0.058 0.065 -0.192 0.076 -0.014 0.017 0.021 -0.002 0.024 -0.063 | +| jpsi_p | -0.000 -0.171 -0.074 -0.105 -0.101 -0.391 -0.023 1.000 -0.134 -0.347 -0.188 -0.212 0.211 -0.390 0.051 -0.057 -0.330 -0.003 -0.155 -0.122 | +| p4415_s | -0.011 -0.032 0.124 0.012 0.056 0.235 0.023 -0.134 1.000 0.133 0.152 0.172 -0.153 0.234 -0.041 0.039 0.240 -0.003 0.139 0.079 | +| Dbar_s | -0.064 0.198 0.055 0.171 0.207 0.864 0.013 -0.347 0.133 1.000 0.521 0.589 -0.371 0.862 -0.142 0.137 0.494 -0.009 0.111 0.004 | +| rho_s | 0.020 0.207 0.061 0.085 0.139 0.617 0.058 -0.188 0.152 0.521 1.000 0.882 -0.241 0.616 -0.117 0.187 0.437 -0.011 0.171 0.069 | +| rho_p | 0.022 0.234 0.069 0.096 0.156 0.697 0.065 -0.212 0.172 0.589 0.882 1.000 -0.273 0.696 -0.122 0.216 0.495 -0.024 0.193 0.078 | +| psi2s_p | -0.039 -0.199 -0.099 -0.256 -0.107 -0.433 -0.192 0.211 -0.153 -0.371 -0.241 -0.273 1.000 -0.433 0.067 -0.066 -0.266 0.002 -0.210 -0.212 | +| psi2s_s | 0.006 0.351 0.112 0.139 0.239 0.998 0.076 -0.390 0.234 0.862 0.616 0.696 -0.433 1.000 -0.166 0.166 0.723 -0.013 0.262 0.106 | +| omega_p | -0.003 -0.059 -0.020 -0.026 -0.026 -0.166 -0.014 0.051 -0.041 -0.142 -0.117 -0.122 0.067 -0.166 1.000 -0.049 -0.120 0.326 -0.046 -0.022 | +| phi_p | 0.007 0.052 0.012 0.018 0.351 0.166 0.017 -0.057 0.039 0.137 0.187 0.216 -0.066 0.166 -0.049 1.000 0.113 -0.016 0.044 0.013 | +| Ctt | 0.107 0.189 -0.062 -0.014 0.173 0.724 0.021 -0.330 0.240 0.494 0.437 0.495 -0.266 0.723 -0.120 0.113 1.000 -0.007 0.230 -0.033 | +| omega_s | -0.001 -0.004 -0.002 -0.002 -0.003 -0.013 -0.002 -0.003 -0.003 -0.009 -0.011 -0.024 0.002 -0.013 0.326 -0.016 -0.007 1.000 -0.004 -0.002 | +| p4160_s | -0.136 -0.046 -0.045 0.037 0.063 0.263 0.024 -0.155 0.139 0.111 0.171 0.193 -0.210 0.262 -0.046 0.044 0.230 -0.004 1.000 0.245 | +| p4040_p | -0.065 0.066 -0.060 0.048 0.025 0.107 -0.063 -0.122 0.079 0.004 0.069 0.078 -0.212 0.106 -0.022 0.013 -0.033 -0.002 0.245 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10227374367406838}), (, {'error': 0.11882777930557875}), (, {'error': 0.06487187280317719}), (, {'error': 0.07590081818164762}), (, {'error': 0.5914656107844998}), (, {'error': 186.9961763032934}), (, {'error': 0.1460006307887416}), (, {'error': 0.014018967265205795}), (, {'error': 0.11951764993153258}), (, {'error': 0.04778542985544876}), (, {'error': 0.05646067592134523}), (, {'error': 8.777007671657682}), (, {'error': 0.023595888268178378}), (, {'error': 13.034235231380308}), (, {'error': 0.17219758243609773}), (, {'error': 0.11075031005322256}), (, {'error': 0.07194137860797797}), (, {'error': 0.48518707803955863}), (, {'error': 0.10764147361784193}), (, {'error': 0.11237162505485121})]) +Toy 3/10 +Time taken: 3 h, 19 min +Projected time left: 7 h, 45 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.141E+05 | Ncalls=1031 (1031 total) | +| EDM = 0.00801 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -714090.9497724393 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 0.98 | 0.17 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.14 | 0.11 | | |-6.28319 | 6.28319 | | +| 3 | p3770_p | -2.46 | 0.12 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_s | 0.989E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 6 | p3770_s | 2.41 | 0.20 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | 4.724 | 0.018 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 0.126 | 0.018 | | |0.126447 | 2.35355 | | +| 9 | Dbar_s | 0.09 | 0.05 | | | -1.464 | 1.464 | | +| 10| rho_s | 1.2 | 0.4 | | |0.0253049| 2.0747 | | +| 11| rho_p | -6.28 | 0.05 | | |-6.28319 | 6.28319 | | +| 12| psi2s_p | 2.279 | 0.030 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1359 | 4 | | | 1358.64 | 1433.36 | | +| 14| omega_p | 6.28 | 0.30 | | |-6.28319 | 6.28319 | | +| 15| phi_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.36 | 0.13 | | | -0.5 | 0.5 | | +| 17| omega_s | 5.2 | 1.2 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 1.79 | 0.16 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 3.55 | 0.18 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p p4160_p p3770_p phi_s jpsi_s p3770_s jpsi_p p4415_s Dbar_s rho_s rho_p psi2s_p psi2s_s omega_p phi_p Ctt omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 0.002 -0.482 -0.275 0.012 0.014 0.191 0.071 -0.015 -0.407 0.002 -0.004 0.009 0.011 -0.000 0.012 0.546 -0.000 -0.106 -0.239 | +| p4415_p | 0.002 1.000 -0.010 0.007 0.002 -0.000 -0.004 0.004 -0.030 0.028 0.001 -0.000 0.007 -0.000 -0.000 0.002 -0.014 -0.001 -0.009 -0.010 | +| p4160_p | -0.482 -0.010 1.000 0.275 -0.038 -0.031 -0.100 -0.075 0.016 0.241 -0.025 0.006 -0.009 -0.027 0.001 -0.038 -0.492 0.019 -0.159 -0.001 | +| p3770_p | -0.275 0.007 0.275 1.000 -0.046 0.003 -0.202 -0.066 0.011 0.440 -0.022 0.005 -0.224 -0.002 0.002 -0.047 -0.545 0.022 -0.130 0.134 | +| phi_s | 0.012 0.002 -0.038 -0.046 1.000 0.088 0.012 -0.388 -0.001 0.001 0.464 -0.067 -0.140 0.068 -0.019 0.997 -0.010 -0.524 -0.009 -0.035 | +| jpsi_s | 0.014 -0.000 -0.031 0.003 0.088 1.000 0.001 0.034 -0.001 0.128 0.008 -0.011 -0.084 0.739 -0.001 0.086 0.050 -0.017 0.004 -0.030 | +| p3770_s | 0.191 -0.004 -0.100 -0.202 0.012 0.001 1.000 0.010 -0.003 -0.233 -0.015 -0.001 -0.237 -0.013 -0.001 0.012 0.090 0.005 0.080 -0.029 | +| jpsi_p | 0.071 0.004 -0.075 -0.066 -0.388 0.034 0.010 1.000 -0.002 0.047 -0.121 0.019 -0.005 0.032 0.016 -0.390 0.147 0.172 -0.050 -0.118 | +| p4415_s | -0.015 -0.030 0.016 0.011 -0.001 -0.001 -0.003 -0.002 1.000 0.004 -0.001 0.000 0.002 -0.001 0.000 -0.001 -0.020 0.000 -0.017 0.002 | +| Dbar_s | -0.407 0.028 0.241 0.440 0.001 0.128 -0.233 0.047 0.004 1.000 0.030 0.000 -0.014 0.099 0.001 0.001 -0.747 -0.016 -0.499 -0.190 | +| rho_s | 0.002 0.001 -0.025 -0.022 0.464 0.008 -0.015 -0.121 -0.001 0.030 1.000 -0.078 -0.093 0.008 0.072 0.465 0.034 -0.698 -0.012 -0.033 | +| rho_p | -0.004 -0.000 0.006 0.005 -0.067 -0.011 -0.001 0.019 0.000 0.000 -0.078 1.000 0.006 -0.009 -0.004 -0.069 -0.004 0.102 -0.000 0.004 | +| psi2s_p | 0.009 0.007 -0.009 -0.224 -0.140 -0.084 -0.237 -0.005 0.002 -0.014 -0.093 0.006 1.000 -0.078 0.004 -0.140 -0.012 0.088 -0.157 -0.216 | +| psi2s_s | 0.011 -0.000 -0.027 -0.002 0.068 0.739 -0.013 0.032 -0.001 0.099 0.008 -0.009 -0.078 1.000 -0.001 0.066 0.049 -0.014 0.001 -0.028 | +| omega_p | -0.000 -0.000 0.001 0.002 -0.019 -0.001 -0.001 0.016 0.000 0.001 0.072 -0.004 0.004 -0.001 1.000 -0.018 0.002 -0.233 0.000 0.001 | +| phi_p | 0.012 0.002 -0.038 -0.047 0.997 0.086 0.012 -0.390 -0.001 0.001 0.465 -0.069 -0.140 0.066 -0.018 1.000 -0.010 -0.526 -0.010 -0.035 | +| Ctt | 0.546 -0.014 -0.492 -0.545 -0.010 0.050 0.090 0.147 -0.020 -0.747 0.034 -0.004 -0.012 0.049 0.002 -0.010 1.000 -0.009 0.295 -0.150 | +| omega_s | -0.000 -0.001 0.019 0.022 -0.524 -0.017 0.005 0.172 0.000 -0.016 -0.698 0.102 0.088 -0.014 -0.233 -0.526 -0.009 1.000 0.012 0.027 | +| p4160_s | -0.106 -0.009 -0.159 -0.130 -0.009 0.004 0.080 -0.050 -0.017 -0.499 -0.012 -0.000 -0.157 0.001 0.000 -0.010 0.295 0.012 1.000 0.403 | +| p4040_p | -0.239 -0.010 -0.001 0.134 -0.035 -0.030 -0.029 -0.118 0.002 -0.190 -0.033 0.004 -0.216 -0.028 0.001 -0.035 -0.150 0.027 0.403 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1743461873573603}), (, {'error': 0.12408745032745916}), (, {'error': 0.10871775962584707}), (, {'error': 0.116066367795572}), (, {'error': 5.235378432212941}), (, {'error': 11.668127187002938}), (, {'error': 0.20174894412635203}), (, {'error': 0.017791052927530693}), (, {'error': 0.0182483169755875}), (, {'error': 0.04895506758356516}), (, {'error': 0.3980475842035075}), (, {'error': 0.04856060726534572}), (, {'error': 0.02957808431451081}), (, {'error': 3.9934117084130776}), (, {'error': 0.2965115898874515}), (, {'error': 7.796733257626941}), (, {'error': 0.12635354784627847}), (, {'error': 1.1509917787634039}), (, {'error': 0.15809209492973408}), (, {'error': 0.17522603780804324})]) +Toy 4/10 +Time taken: 4 h, 32 min +Projected time left: 6 h, 48 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.141E+05 | Ncalls=1040 (1040 total) | +| EDM = 0.000737 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -714123.7590015876 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.15 | 0.16 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -2.43 | 0.15 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 3.97 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | p3770_p | -2.96 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 16.5 | 0.9 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 6 | p3770_s | 2.57 | 0.20 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | -4.607 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.34 | 0.17 | | |0.126447 | 2.35355 | | +| 9 | Dbar_s | -0.09 | 0.07 | | | -1.464 | 1.464 | | +| 10| rho_s | 1.30 | 0.29 | | |0.0253049| 2.0747 | | +| 11| rho_p | -0.50 | 0.30 | | |-6.28319 | 6.28319 | | +| 12| psi2s_p | 1.847 | 0.031 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1360 | 50 | | | 1358.64 | 1433.36 | | +| 14| omega_p | 1.24 | 0.19 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 6.28 | 0.24 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.009 | 0.110 | | | -0.5 | 0.5 | | +| 17| omega_s | 9.4 | 0.6 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.22 | 0.15 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.76 | 0.15 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p p4160_p p3770_p phi_s jpsi_s p3770_s jpsi_p p4415_s Dbar_s rho_s rho_p psi2s_p psi2s_s omega_p phi_p Ctt omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.183 -0.441 -0.136 -0.014 -0.090 0.163 0.026 0.071 -0.292 -0.004 0.014 0.034 -0.090 0.010 -0.004 0.344 0.002 -0.067 -0.190 | +| p4415_p | -0.183 1.000 0.258 0.048 0.002 -0.006 -0.014 -0.039 -0.155 -0.127 -0.006 0.020 -0.085 -0.006 -0.000 0.001 -0.129 0.000 -0.144 0.121 | +| p4160_p | -0.441 0.258 1.000 0.140 -0.005 -0.082 -0.071 0.002 0.050 -0.003 -0.008 0.064 -0.079 -0.082 0.014 -0.003 -0.390 0.003 -0.102 0.094 | +| p3770_p | -0.136 0.048 0.140 1.000 0.015 0.162 -0.230 -0.112 -0.107 0.329 0.006 -0.074 -0.348 0.161 -0.030 0.013 -0.288 -0.003 -0.082 0.086 | +| phi_s | -0.014 0.002 -0.005 0.015 1.000 0.079 -0.018 -0.062 0.007 0.065 -0.033 0.096 -0.045 0.079 0.014 -0.516 0.037 -0.005 -0.002 -0.011 | +| jpsi_s | -0.090 -0.006 -0.082 0.162 0.079 1.000 -0.159 -0.371 0.099 0.749 0.018 -0.544 -0.397 0.997 -0.193 0.068 0.427 -0.025 -0.008 -0.140 | +| p3770_s | 0.163 -0.014 -0.071 -0.230 -0.018 -0.159 1.000 0.076 0.030 -0.240 -0.013 0.064 -0.137 -0.160 0.022 -0.008 -0.024 0.004 0.046 -0.064 | +| jpsi_p | 0.026 -0.039 0.002 -0.112 -0.062 -0.371 0.076 1.000 -0.133 -0.243 -0.010 0.106 0.227 -0.370 0.043 0.003 -0.245 0.015 -0.112 -0.069 | +| p4415_s | 0.071 -0.155 0.050 -0.107 0.007 0.099 0.030 -0.133 1.000 -0.162 0.002 -0.071 -0.114 0.099 -0.025 0.009 0.320 -0.003 0.259 0.088 | +| Dbar_s | -0.292 -0.127 -0.003 0.329 0.065 0.749 -0.240 -0.243 -0.162 1.000 0.031 -0.381 -0.295 0.748 -0.131 0.046 -0.090 -0.018 -0.297 -0.199 | +| rho_s | -0.004 -0.006 -0.008 0.006 -0.033 0.018 -0.013 -0.010 0.002 0.031 1.000 0.117 -0.007 0.018 0.581 0.012 0.031 -0.060 -0.006 -0.013 | +| rho_p | 0.014 0.020 0.064 -0.074 0.096 -0.544 0.064 0.106 -0.071 -0.381 0.117 1.000 0.172 -0.542 0.399 -0.074 -0.237 -0.008 -0.013 0.078 | +| psi2s_p | 0.034 -0.085 -0.079 -0.348 -0.045 -0.397 -0.137 0.227 -0.114 -0.295 -0.007 0.172 1.000 -0.397 0.066 -0.017 -0.035 0.012 -0.157 -0.216 | +| psi2s_s | -0.090 -0.006 -0.082 0.161 0.079 0.997 -0.160 -0.370 0.099 0.748 0.018 -0.542 -0.397 1.000 -0.193 0.067 0.426 -0.025 -0.009 -0.141 | +| omega_p | 0.010 -0.000 0.014 -0.030 0.014 -0.193 0.022 0.043 -0.025 -0.131 0.581 0.399 0.066 -0.193 1.000 -0.037 -0.074 -0.283 -0.007 0.019 | +| phi_p | -0.004 0.001 -0.003 0.013 -0.516 0.068 -0.008 0.003 0.009 0.046 0.012 -0.074 -0.017 0.067 -0.037 1.000 0.026 -0.007 0.003 -0.005 | +| Ctt | 0.344 -0.129 -0.390 -0.288 0.037 0.427 -0.024 -0.245 0.320 -0.090 0.031 -0.237 -0.035 0.426 -0.074 0.026 1.000 -0.011 0.214 -0.258 | +| omega_s | 0.002 0.000 0.003 -0.003 -0.005 -0.025 0.004 0.015 -0.003 -0.018 -0.060 -0.008 0.012 -0.025 -0.283 -0.007 -0.011 1.000 0.000 0.004 | +| p4160_s | -0.067 -0.144 -0.102 -0.082 -0.002 -0.008 0.046 -0.112 0.259 -0.297 -0.006 -0.013 -0.157 -0.009 -0.007 0.003 0.214 0.000 1.000 0.386 | +| p4040_p | -0.190 0.121 0.094 0.086 -0.011 -0.140 -0.064 -0.069 0.088 -0.199 -0.013 0.078 -0.216 -0.141 0.019 -0.005 -0.258 0.004 0.386 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.15771254594900624}), (, {'error': 0.14803137781671305}), (, {'error': 0.08765832500937876}), (, {'error': 0.0983261372735198}), (, {'error': 0.8547509136654785}), (, {'error': 80.23125177548445}), (, {'error': 0.19902740073139968}), (, {'error': 0.016925040120618906}), (, {'error': 0.16713841679662378}), (, {'error': 0.06918602211434688}), (, {'error': 0.29065610633965455}), (, {'error': 0.30355266608985243}), (, {'error': 0.031001324626710236}), (, {'error': 53.12603647233948}), (, {'error': 0.19190221085241932}), (, {'error': 0.23923521308423634}), (, {'error': 0.11004694968294537}), (, {'error': 0.6170627956480725}), (, {'error': 0.1530584253090881}), (, {'error': 0.15158591279834677})]) +Toy 5/10 +Time taken: 5 h, 46 min +Projected time left: 5 h, 46 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.141E+05 | Ncalls=814 (814 total) | +| EDM = 2.19E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -714124.4180605845 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.11 | 0.17 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -2.32 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.13 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | p3770_p | -2.20 | 0.11 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 18.3 | 2.3 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_s | 0.994E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 6 | p3770_s | 2.37 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | -4.797 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 10| rho_s | 1.27 | 0.30 | | |0.0253049| 2.0747 | | +| 11| rho_p | 5.70 | 0.26 | | |-6.28319 | 6.28319 | | +| 12| psi2s_p | -2.511 | 0.029 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1359 | 11 | | | 1358.64 | 1433.36 | | +| 14| omega_p | 0.30 | 0.35 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 0.5 | 0.6 | | |-6.28319 | 6.28319 | | +| 16| Ctt | 0.024 | 0.148 | | | -0.5 | 0.5 | | +| 17| omega_s | 5.1 | 1.4 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.19 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.54 | 0.16 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p p4160_p p3770_p phi_s jpsi_s p3770_s jpsi_p p4415_s Dbar_s rho_s rho_p psi2s_p psi2s_s omega_p phi_p Ctt omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.210 -0.520 -0.241 0.012 -0.022 0.202 -0.033 0.169 -0.428 0.003 -0.049 -0.334 -0.019 0.004 0.016 0.533 0.002 0.018 -0.218 | +| p4415_p | -0.210 1.000 0.298 0.085 -0.011 -0.016 -0.008 -0.037 -0.156 -0.147 -0.012 0.024 0.002 -0.013 -0.005 -0.013 -0.149 -0.000 -0.137 0.151 | +| p4160_p | -0.520 0.298 1.000 0.263 -0.017 -0.020 -0.103 -0.024 -0.018 0.185 -0.015 0.035 0.197 -0.017 -0.007 -0.020 -0.473 -0.001 -0.147 0.124 | +| p3770_p | -0.241 0.085 0.263 1.000 -0.015 0.060 -0.195 -0.072 -0.219 0.445 -0.002 0.029 0.408 0.038 -0.006 -0.019 -0.549 -0.003 -0.154 0.162 | +| phi_s | 0.012 -0.011 -0.017 -0.015 1.000 0.071 0.009 -0.065 0.007 -0.005 0.117 -0.044 -0.039 0.065 0.082 0.951 0.005 -0.025 0.007 -0.008 | +| jpsi_s | -0.022 -0.016 -0.020 0.060 0.071 1.000 -0.045 -0.092 0.005 0.207 0.018 -0.115 0.182 0.897 0.002 0.063 0.051 0.004 -0.019 -0.040 | +| p3770_s | 0.202 -0.008 -0.103 -0.195 0.009 -0.045 1.000 -0.068 0.097 -0.257 -0.012 -0.031 -0.222 -0.038 0.001 0.011 0.131 0.004 0.096 -0.062 | +| jpsi_p | -0.033 -0.037 -0.024 -0.072 -0.065 -0.092 -0.068 1.000 -0.116 0.039 -0.013 -0.093 -0.038 -0.082 -0.016 -0.059 -0.064 -0.010 -0.145 -0.152 | +| p4415_s | 0.169 -0.156 -0.018 -0.219 0.007 0.005 0.097 -0.116 1.000 -0.458 0.002 -0.029 -0.299 0.003 -0.000 0.008 0.428 0.001 0.349 0.110 | +| Dbar_s | -0.428 -0.147 0.185 0.445 -0.005 0.207 -0.257 0.039 -0.458 1.000 0.023 0.036 0.596 0.185 -0.001 -0.009 -0.753 -0.007 -0.517 -0.144 | +| rho_s | 0.003 -0.012 -0.015 -0.002 0.117 0.018 -0.012 -0.013 0.002 0.023 1.000 0.213 0.021 0.015 0.001 0.150 0.029 -0.443 -0.006 -0.018 | +| rho_p | -0.049 0.024 0.035 0.029 -0.044 -0.115 -0.031 -0.093 -0.029 0.036 0.213 1.000 0.023 -0.107 -0.184 -0.078 -0.027 -0.226 -0.028 0.007 | +| psi2s_p | -0.334 0.002 0.197 0.408 -0.039 0.182 -0.222 -0.038 -0.299 0.596 0.021 0.023 1.000 0.144 -0.012 -0.045 -0.406 -0.014 -0.319 -0.053 | +| psi2s_s | -0.019 -0.013 -0.017 0.038 0.065 0.897 -0.038 -0.082 0.003 0.185 0.015 -0.107 0.144 1.000 0.002 0.059 0.038 0.004 -0.018 -0.038 | +| omega_p | 0.004 -0.005 -0.007 -0.006 0.082 0.002 0.001 -0.016 -0.000 -0.001 0.001 -0.184 -0.012 0.002 1.000 0.074 0.003 0.698 -0.001 -0.006 | +| phi_p | 0.016 -0.013 -0.020 -0.019 0.951 0.063 0.011 -0.059 0.008 -0.009 0.150 -0.078 -0.045 0.059 0.074 1.000 0.006 -0.046 0.007 -0.010 | +| Ctt | 0.533 -0.149 -0.473 -0.549 0.005 0.051 0.131 -0.064 0.428 -0.753 0.029 -0.027 -0.406 0.038 0.003 0.006 1.000 -0.005 0.355 -0.201 | +| omega_s | 0.002 -0.000 -0.001 -0.003 -0.025 0.004 0.004 -0.010 0.001 -0.007 -0.443 -0.226 -0.014 0.004 0.698 -0.046 -0.005 1.000 0.003 0.002 | +| p4160_s | 0.018 -0.137 -0.147 -0.154 0.007 -0.019 0.096 -0.145 0.349 -0.517 -0.006 -0.028 -0.319 -0.018 -0.001 0.007 0.355 0.003 1.000 0.404 | +| p4040_p | -0.218 0.151 0.124 0.162 -0.008 -0.040 -0.062 -0.152 0.110 -0.144 -0.018 0.007 -0.053 -0.038 -0.006 -0.010 -0.201 0.002 0.404 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17201834976511543}), (, {'error': 0.15631495224305536}), (, {'error': 0.09684692452807919}), (, {'error': 0.11497442391103951}), (, {'error': 2.3132998205515154}), (, {'error': 18.278560233065036}), (, {'error': 0.1916206528916009}), (, {'error': 0.01682104321000466}), (, {'error': 0.1811797133709414}), (, {'error': 0.06077854868987953}), (, {'error': 0.298562212122276}), (, {'error': 0.2552319784246029}), (, {'error': 0.029371765847344466}), (, {'error': 10.819278415118447}), (, {'error': 0.3475472289373629}), (, {'error': 0.6189217282794091}), (, {'error': 0.14777404173750058}), (, {'error': 1.3974993760482404}), (, {'error': 0.16853973136712108}), (, {'error': 0.1637894944228404})]) +Toy 6/10 +Time taken: 6 h, 52 min +Projected time left: 4 h, 35 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.141E+05 | Ncalls=1113 (1113 total) | +| EDM = 0.00236 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -714120.9157177503 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.11 | 0.12 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -2.25 | 0.13 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.19 | 0.07 | | |-6.28319 | 6.28319 | | +| 3 | p3770_p | -2.60 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.3 | 0.8 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_s | 0.989E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 6 | p3770_s | 2.54 | 0.17 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | 4.717 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.32 | 0.14 | | |0.126447 | 2.35355 | | +| 9 | Dbar_s | -0.08 | 0.05 | | | -1.464 | 1.464 | | +| 10| rho_s | 1.18 | 0.30 | | |0.0253049| 2.0747 | | +| 11| rho_p | -6.28 | 0.04 | | |-6.28319 | 6.28319 | | +| 12| psi2s_p | -4.034 | 0.030 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1360 | 70 | | | 1358.64 | 1433.36 | | +| 14| omega_p | 0.04 | 0.27 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 6.28 | 0.21 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.018 | 0.089 | | | -0.5 | 0.5 | | +| 17| omega_s | 5.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.18 | 0.12 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 3.77 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p p4160_p p3770_p phi_s jpsi_s p3770_s jpsi_p p4415_s Dbar_s rho_s rho_p psi2s_p psi2s_s omega_p phi_p Ctt omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.142 -0.316 -0.005 -0.003 -0.021 0.098 -0.004 -0.002 -0.133 -0.008 -0.001 -0.027 -0.022 -0.000 0.000 0.157 0.003 -0.146 -0.132 | +| p4415_p | -0.142 1.000 0.166 0.031 0.036 0.213 -0.045 0.062 -0.091 0.029 -0.054 -0.008 -0.153 0.212 -0.021 0.011 0.058 0.028 -0.109 0.065 | +| p4160_p | -0.316 0.166 1.000 0.072 -0.002 -0.004 -0.052 -0.045 0.106 -0.052 0.007 0.001 -0.025 -0.004 -0.001 0.002 -0.200 -0.005 -0.065 0.010 | +| p3770_p | -0.005 0.031 0.072 1.000 -0.004 -0.018 -0.151 -0.049 -0.044 0.072 0.011 0.001 -0.170 -0.018 -0.001 0.002 -0.215 -0.006 -0.008 0.072 | +| phi_s | -0.003 0.036 -0.002 -0.004 1.000 0.170 -0.023 0.066 0.039 0.135 -0.027 0.005 -0.104 0.170 0.018 -0.467 0.117 0.026 0.036 -0.001 | +| jpsi_s | -0.021 0.213 -0.004 -0.018 0.170 1.000 -0.130 0.427 0.216 0.781 -0.301 -0.044 -0.591 0.997 -0.097 0.048 0.660 0.154 0.201 -0.009 | +| p3770_s | 0.098 -0.045 -0.052 -0.151 -0.023 -0.130 1.000 -0.042 -0.014 -0.195 0.026 0.005 -0.055 -0.132 0.011 -0.005 -0.102 -0.016 -0.015 -0.081 | +| jpsi_p | -0.004 0.062 -0.045 -0.049 0.066 0.427 -0.042 1.000 0.066 0.392 -0.087 -0.023 -0.290 0.427 -0.052 0.035 0.359 0.044 0.050 -0.079 | +| p4415_s | -0.002 -0.091 0.106 -0.044 0.039 0.216 -0.014 0.066 1.000 0.052 -0.067 -0.010 -0.186 0.215 -0.023 0.011 0.266 0.035 0.172 0.072 | +| Dbar_s | -0.133 0.029 -0.052 0.072 0.135 0.781 -0.195 0.392 0.052 1.000 -0.210 -0.035 -0.465 0.780 -0.073 0.035 0.304 0.113 -0.017 -0.117 | +| rho_s | -0.008 -0.054 0.007 0.011 -0.027 -0.301 0.026 -0.087 -0.067 -0.210 1.000 -0.023 0.159 -0.300 0.036 -0.025 -0.169 -0.421 -0.064 0.002 | +| rho_p | -0.001 -0.008 0.001 0.001 0.005 -0.044 0.005 -0.023 -0.010 -0.035 -0.023 1.000 0.023 -0.044 0.001 -0.003 -0.031 0.040 -0.009 0.001 | +| psi2s_p | -0.027 -0.153 -0.025 -0.170 -0.104 -0.591 -0.055 -0.290 -0.186 -0.465 0.159 0.023 1.000 -0.591 0.050 -0.021 -0.404 -0.087 -0.211 -0.126 | +| psi2s_s | -0.022 0.212 -0.004 -0.018 0.170 0.997 -0.132 0.427 0.215 0.780 -0.300 -0.044 -0.591 1.000 -0.097 0.048 0.660 0.154 0.200 -0.009 | +| omega_p | -0.000 -0.021 -0.001 -0.001 0.018 -0.097 0.011 -0.052 -0.023 -0.073 0.036 0.001 0.050 -0.097 1.000 -0.016 -0.062 0.508 -0.022 -0.002 | +| phi_p | 0.000 0.011 0.002 0.002 -0.467 0.048 -0.005 0.035 0.011 0.035 -0.025 -0.003 -0.021 0.048 -0.016 1.000 0.030 0.027 0.011 0.002 | +| Ctt | 0.157 0.058 -0.200 -0.215 0.117 0.660 -0.102 0.359 0.266 0.304 -0.169 -0.031 -0.404 0.660 -0.062 0.030 1.000 0.095 0.210 -0.158 | +| omega_s | 0.003 0.028 -0.005 -0.006 0.026 0.154 -0.016 0.044 0.035 0.113 -0.421 0.040 -0.087 0.154 0.508 0.027 0.095 1.000 0.033 -0.003 | +| p4160_s | -0.146 -0.109 -0.065 -0.008 0.036 0.201 -0.015 0.050 0.172 -0.017 -0.064 -0.009 -0.211 0.200 -0.022 0.011 0.210 0.033 1.000 0.294 | +| p4040_p | -0.132 0.065 0.010 0.072 -0.001 -0.009 -0.081 -0.079 0.072 -0.117 0.002 0.001 -0.126 -0.009 -0.002 0.002 -0.158 -0.003 0.294 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12259430810963484}), (, {'error': 0.12732155166646164}), (, {'error': 0.07058958627353551}), (, {'error': 0.08114357922100601}), (, {'error': 0.752064806203876}), (, {'error': 80.42449569008568}), (, {'error': 0.17029397471003938}), (, {'error': 0.01569942008807068}), (, {'error': 0.14272078113114672}), (, {'error': 0.045098076822918665}), (, {'error': 0.30044853407556943}), (, {'error': 0.037040988294499755}), (, {'error': 0.030338019303704833}), (, {'error': 74.47213373285126}), (, {'error': 0.27014947947690215}), (, {'error': 0.2080618009321329}), (, {'error': 0.08853922053905194}), (, {'error': 0.9323546071340414}), (, {'error': 0.12180966414819805}), (, {'error': 0.12482675145661926})]) +Toy 7/10 +Time taken: 8 h, 11 min +Projected time left: 3 h, 30 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.133E+05 | Ncalls=460 (471 total) | +| EDM = 1.21E+08 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -713326.8903664048 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 2.535E-1 | 0.016E-1 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -3.851 | 0.020 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.22 | 0.06 | | |-6.28319 | 6.28319 | | +| 3 | p3770_p | -0.65 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 15.680 | 0.004 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_s | 0.987E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 6 | p3770_s | 1.789 | 0.006 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | 4.844 | 0.007 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 2.332 | 0.000 | | |0.126447 | 2.35355 | | +| 9 | Dbar_s | 0.216 | 0.029 | | | -1.464 | 1.464 | | +| 10| rho_s | 0.586 | 0.002 | | |0.0253049| 2.0747 | | +| 11| rho_p | -0.626E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 12| psi2s_p | 2.7 | 8.3 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1365.73 | 0.08 | | | 1358.64 | 1433.36 | | +| 14| omega_p | -2.540 | 0.010 | | |-6.28319 | 6.28319 | | +| 15| phi_p | -0.622E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 16| Ctt | 0.461 | 0.001 | | | -0.5 | 0.5 | | +| 17| omega_s | 0.440E1 | 0.000E1 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 0.357E1 | 0.000E1 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 0.616E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p p4160_p p3770_p phi_s jpsi_s p3770_s jpsi_p p4415_s Dbar_s rho_s rho_p psi2s_p psi2s_s omega_p phi_p Ctt omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.716 0.746 0.724 -0.022 -0.589 0.697 0.733 -0.083 0.748 -0.026 0.017 -0.749 0.670 -0.119 0.035 0.597 -0.004 -0.049 -0.041 | +| p4415_p | -0.716 1.000 -0.952 -0.924 0.028 0.751 -0.889 -0.935 0.106 -0.954 0.034 -0.022 0.956 -0.855 0.152 -0.045 -0.761 0.005 0.063 0.053 | +| p4160_p | 0.746 -0.952 1.000 0.963 -0.029 -0.782 0.926 0.974 -0.111 0.994 -0.035 0.023 -0.996 0.890 -0.159 0.047 0.793 -0.005 -0.066 -0.055 | +| p3770_p | 0.724 -0.924 0.963 1.000 -0.028 -0.759 0.899 0.945 -0.107 0.965 -0.034 0.023 -0.967 0.864 -0.154 0.045 0.770 -0.005 -0.064 -0.053 | +| phi_s | -0.022 0.028 -0.029 -0.028 1.000 0.023 -0.027 -0.028 0.003 -0.029 0.001 -0.001 0.029 -0.026 0.005 -0.001 -0.023 0.000 0.002 0.002 | +| jpsi_s | -0.589 0.751 -0.782 -0.759 0.023 1.000 -0.730 -0.768 0.087 -0.784 0.028 -0.018 0.786 -0.702 0.125 -0.037 -0.626 0.004 0.052 0.043 | +| p3770_s | 0.697 -0.889 0.926 0.899 -0.027 -0.730 1.000 0.909 -0.103 0.928 -0.033 0.022 -0.930 0.831 -0.148 0.044 0.740 -0.004 -0.061 -0.051 | +| jpsi_p | 0.733 -0.935 0.974 0.945 -0.028 -0.768 0.909 1.000 -0.109 0.976 -0.034 0.023 -0.978 0.874 -0.156 0.046 0.779 -0.005 -0.064 -0.054 | +| p4415_s | -0.083 0.106 -0.111 -0.107 0.003 0.087 -0.103 -0.109 1.000 -0.111 0.004 -0.003 0.111 -0.099 0.018 -0.005 -0.088 0.001 0.007 0.006 | +| Dbar_s | 0.748 -0.954 0.994 0.965 -0.029 -0.784 0.928 0.976 -0.111 1.000 -0.035 0.023 -0.998 0.893 -0.159 0.047 0.795 -0.005 -0.066 -0.055 | +| rho_s | -0.026 0.034 -0.035 -0.034 0.001 0.028 -0.033 -0.034 0.004 -0.035 1.000 -0.001 0.035 -0.031 0.006 -0.002 -0.028 0.000 0.002 0.002 | +| rho_p | 0.017 -0.022 0.023 0.023 -0.001 -0.018 0.022 0.023 -0.003 0.023 -0.001 1.000 -0.023 0.021 -0.004 0.001 0.019 -0.000 -0.002 -0.001 | +| psi2s_p | -0.749 0.956 -0.996 -0.967 0.029 0.786 -0.930 -0.978 0.111 -0.998 0.035 -0.023 1.000 -0.894 0.159 -0.047 -0.796 0.005 0.066 0.055 | +| psi2s_s | 0.670 -0.855 0.890 0.864 -0.026 -0.702 0.831 0.874 -0.099 0.893 -0.031 0.021 -0.894 1.000 -0.143 0.042 0.712 -0.004 -0.059 -0.049 | +| omega_p | -0.119 0.152 -0.159 -0.154 0.005 0.125 -0.148 -0.156 0.018 -0.159 0.006 -0.004 0.159 -0.143 1.000 -0.007 -0.127 0.001 0.011 0.009 | +| phi_p | 0.035 -0.045 0.047 0.045 -0.001 -0.037 0.044 0.046 -0.005 0.047 -0.002 0.001 -0.047 0.042 -0.007 1.000 0.037 -0.000 -0.003 -0.003 | +| Ctt | 0.597 -0.761 0.793 0.770 -0.023 -0.626 0.740 0.779 -0.088 0.795 -0.028 0.019 -0.796 0.712 -0.127 0.037 1.000 -0.004 -0.053 -0.044 | +| omega_s | -0.004 0.005 -0.005 -0.005 0.000 0.004 -0.004 -0.005 0.001 -0.005 0.000 -0.000 0.005 -0.004 0.001 -0.000 -0.004 1.000 0.000 0.000 | +| p4160_s | -0.049 0.063 -0.066 -0.064 0.002 0.052 -0.061 -0.064 0.007 -0.066 0.002 -0.002 0.066 -0.059 0.011 -0.003 -0.053 0.000 1.000 0.004 | +| p4040_p | -0.041 0.053 -0.055 -0.053 0.002 0.043 -0.051 -0.054 0.006 -0.055 0.002 -0.001 0.055 -0.049 0.009 -0.003 -0.044 0.000 0.004 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.0016471512237080377}), (, {'error': 0.020218589708452805}), (, {'error': 0.05749238653170696}), (, {'error': 0.07682370611086986}), (, {'error': 0.004346905791750899}), (, {'error': 0.2514477510503639}), (, {'error': 0.0062906433726915845}), (, {'error': 0.007412257645794007}), (, {'error': 0.00036830232429085896}), (, {'error': 0.02893235755945267}), (, {'error': 0.001523618285734163}), (, {'error': 0.0008322310536459376}), (, {'error': 8.283053273306482}), (, {'error': 0.07568570303101296}), (, {'error': 0.010119392774085023}), (, {'error': 0.001469754586459704}), (, {'error': 0.0005476997138675332}), (, {'error': 0.0016933928306364088}), (, {'error': 0.0009608214043410612}), (, {'error': 0.0020779651444664538})]) +Toy 8/10 +Time taken: 8 h, 54 min +Projected time left: 2 h, 13 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.141E+05 | Ncalls=1064 (1064 total) | +| EDM = 2.46E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -714124.3453354682 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.12 | 0.15 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | 4.02 | 0.15 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.10 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | p3770_p | -2.60 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.0 | 2.0 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 6 | p3770_s | 2.55 | 0.20 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | -1.564 | 0.019 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.33 | 0.17 | | |0.126447 | 2.35355 | | +| 9 | Dbar_s | -0.08 | 0.07 | | | -1.464 | 1.464 | | +| 10| rho_s | 1.25 | 0.29 | | |0.0253049| 2.0747 | | +| 11| rho_p | 5.64 | 0.29 | | |-6.28319 | 6.28319 | | +| 12| psi2s_p | -4.03 | 0.03 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1360 | 40 | | | 1358.64 | 1433.36 | | +| 14| omega_p | 6.28 | 0.23 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 0.019 | 0.563 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.006 | 0.113 | | | -0.5 | 0.5 | | +| 17| omega_s | 4.7 | 1.0 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.19 | 0.15 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.52 | 0.15 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p p4160_p p3770_p phi_s jpsi_s p3770_s jpsi_p p4415_s Dbar_s rho_s rho_p psi2s_p psi2s_s omega_p phi_p Ctt omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.179 -0.425 -0.115 -0.002 -0.023 0.164 0.015 0.058 -0.210 -0.003 -0.019 -0.020 -0.023 -0.001 0.000 0.342 0.001 -0.090 -0.184 | +| p4415_p | -0.179 1.000 0.252 0.055 -0.004 0.002 -0.014 -0.056 -0.145 -0.141 -0.004 0.015 -0.036 0.002 0.001 -0.006 -0.106 0.001 -0.141 0.116 | +| p4160_p | -0.425 0.252 1.000 0.143 -0.004 -0.142 -0.063 -0.149 0.059 -0.100 -0.002 0.092 0.046 -0.142 0.004 0.003 -0.383 -0.009 -0.091 0.099 | +| p3770_p | -0.115 0.055 0.143 1.000 -0.011 0.051 -0.213 -0.027 -0.103 0.221 0.001 -0.016 -0.240 0.050 0.001 -0.015 -0.339 0.002 -0.061 0.106 | +| phi_s | -0.002 -0.004 -0.004 -0.011 1.000 -0.031 -0.000 -0.079 -0.005 -0.018 0.014 0.201 -0.014 -0.031 -0.026 0.933 -0.008 -0.033 -0.004 -0.003 | +| jpsi_s | -0.023 0.002 -0.142 0.051 -0.031 1.000 -0.138 0.527 0.151 0.761 -0.027 -0.538 -0.569 0.997 -0.016 -0.093 0.492 0.073 0.062 -0.162 | +| p3770_s | 0.164 -0.014 -0.063 -0.213 -0.000 -0.138 1.000 -0.057 0.033 -0.246 -0.008 0.052 -0.075 -0.140 0.001 0.009 0.004 -0.005 0.043 -0.057 | +| jpsi_p | 0.015 -0.056 -0.149 -0.027 -0.079 0.527 -0.057 1.000 0.045 0.461 0.039 -0.274 -0.332 0.526 0.000 -0.115 0.347 0.012 -0.025 -0.199 | +| p4415_s | 0.058 -0.145 0.059 -0.103 -0.005 0.151 0.033 0.045 1.000 -0.098 -0.003 -0.095 -0.169 0.151 -0.002 -0.015 0.325 0.012 0.253 0.087 | +| Dbar_s | -0.210 -0.141 -0.100 0.221 -0.018 0.761 -0.246 0.461 -0.098 1.000 0.001 -0.383 -0.417 0.759 -0.011 -0.065 0.016 0.047 -0.229 -0.254 | +| rho_s | -0.003 -0.004 -0.002 0.001 0.014 -0.027 -0.008 0.039 -0.003 0.001 1.000 0.206 0.010 -0.027 0.098 0.035 0.016 -0.602 -0.007 -0.006 | +| rho_p | -0.019 0.015 0.092 -0.016 0.201 -0.538 0.052 -0.274 -0.095 -0.383 0.206 1.000 0.265 -0.536 0.105 0.203 -0.260 -0.136 -0.048 0.087 | +| psi2s_p | -0.020 -0.036 0.046 -0.240 -0.014 -0.569 -0.075 -0.332 -0.169 -0.417 0.010 0.265 1.000 -0.569 0.010 0.022 -0.287 -0.041 -0.170 -0.085 | +| psi2s_s | -0.023 0.002 -0.142 0.050 -0.031 0.997 -0.140 0.526 0.151 0.759 -0.027 -0.536 -0.569 1.000 -0.016 -0.093 0.492 0.073 0.062 -0.162 | +| omega_p | -0.001 0.001 0.004 0.001 -0.026 -0.016 0.001 0.000 -0.002 -0.011 0.098 0.105 0.010 -0.016 1.000 -0.022 -0.007 -0.378 -0.001 0.004 | +| phi_p | 0.000 -0.006 0.003 -0.015 0.933 -0.093 0.009 -0.115 -0.015 -0.065 0.035 0.203 0.022 -0.093 -0.022 1.000 -0.040 -0.056 -0.008 0.006 | +| Ctt | 0.342 -0.106 -0.383 -0.339 -0.008 0.492 0.004 0.347 0.325 0.016 0.016 -0.260 -0.287 0.492 -0.007 -0.040 1.000 0.026 0.232 -0.247 | +| omega_s | 0.001 0.001 -0.009 0.002 -0.033 0.073 -0.005 0.012 0.012 0.047 -0.602 -0.136 -0.041 0.073 -0.378 -0.056 0.026 1.000 0.008 -0.007 | +| p4160_s | -0.090 -0.141 -0.091 -0.061 -0.004 0.062 0.043 -0.025 0.253 -0.229 -0.007 -0.048 -0.170 0.062 -0.001 -0.008 0.232 0.008 1.000 0.381 | +| p4040_p | -0.184 0.116 0.099 0.106 -0.003 -0.162 -0.057 -0.199 0.087 -0.254 -0.006 0.087 -0.085 -0.162 0.004 0.006 -0.247 -0.007 0.381 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.15270035622922012}), (, {'error': 0.14627244204014644}), (, {'error': 0.08731064243477293}), (, {'error': 0.0972592807383108}), (, {'error': 1.9522871277681135}), (, {'error': 80.48609457771454}), (, {'error': 0.19687459190552592}), (, {'error': 0.018745589422452635}), (, {'error': 0.16510973505965265}), (, {'error': 0.06565828193217871}), (, {'error': 0.2924282533493117}), (, {'error': 0.28977365872721617}), (, {'error': 0.03443407226245232}), (, {'error': 42.11382430822459}), (, {'error': 0.22516912770187325}), (, {'error': 0.5626002637489198}), (, {'error': 0.1133606444390855}), (, {'error': 1.0053673452557201}), (, {'error': 0.14946701808618656}), (, {'error': 0.15288856167770137})]) +Toy 9/10 +Time taken: 10 h, 10 min +Projected time left: 1 h, 7 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.141E+05 | Ncalls=439 (439 total) | +| EDM = 1.25E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -714110.4935970097 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.10 | 0.09 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | 3.92 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 3 | p3770_p | -2.95 | 0.07 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 15.9 | 0.6 | | | 14.8182 | 23.5818 | | +| 5 | jpsi_s | 0.989E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 6 | p3770_s | 2.54 | 0.13 | | |0.918861 | 4.08114 | | +| 7 | jpsi_p | -4.605 | 0.015 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.33 | 0.11 | | |0.126447 | 2.35355 | | +| 9 | Dbar_s | -0.092 | 0.021 | | | -1.464 | 1.464 | | +| 10| rho_s | 0.03 | 1.50 | | |0.0253049| 2.0747 | | +| 11| rho_p | -1.4 | 7.9 | | |-6.28319 | 6.28319 | | +| 12| psi2s_p | 1.849 | 0.021 | | |-6.28319 | 6.28319 | | +| 13| psi2s_s | 1358.9 | 0.5 | | | 1358.64 | 1433.36 | | +| 14| omega_p | -0.21 | 0.49 | | |-6.28319 | 6.28319 | | +| 15| phi_p | -0.06 | 0.14 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.04 | 0.04 | | | -0.5 | 0.5 | | +| 17| omega_s | 4.3 | 0.4 | | | 4.19232 | 9.40768 | | +| 18| p4160_s | 2.21 | 0.09 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 3.54 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p p4160_p p3770_p phi_s jpsi_s p3770_s jpsi_p p4415_s Dbar_s rho_s rho_p psi2s_p psi2s_s omega_p phi_p Ctt omega_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.104 -0.211 0.033 -0.104 0.061 0.058 0.089 0.006 -0.113 0.157 0.157 -0.001 0.024 0.148 0.034 0.119 -0.140 -0.097 -0.065 | +| p4415_p | -0.104 1.000 0.096 0.008 0.043 -0.004 -0.025 -0.066 -0.117 -0.205 -0.065 -0.065 -0.065 -0.002 -0.062 -0.016 -0.099 0.058 -0.142 0.030 | +| p4160_p | -0.211 0.096 1.000 0.022 0.033 -0.010 -0.046 -0.056 0.084 -0.100 -0.051 -0.051 -0.065 -0.005 -0.048 -0.014 -0.186 0.046 -0.071 -0.043 | +| p3770_p | 0.033 0.008 0.022 1.000 -0.049 0.034 -0.115 0.007 -0.008 0.084 0.073 0.073 -0.157 0.011 0.068 0.013 -0.119 -0.065 0.010 0.019 | +| phi_s | -0.104 0.043 0.033 -0.049 1.000 -0.235 -0.066 -0.405 -0.071 -0.070 -0.658 -0.657 -0.213 -0.104 -0.618 0.109 -0.113 0.585 -0.075 -0.026 | +| jpsi_s | 0.061 -0.004 -0.010 0.034 -0.235 1.000 0.047 0.204 0.050 0.111 0.362 0.361 0.103 0.402 0.340 0.074 0.107 -0.322 0.056 0.022 | +| p3770_s | 0.058 -0.025 -0.046 -0.115 -0.066 0.047 1.000 0.063 0.012 -0.081 0.099 0.099 -0.110 0.012 0.093 0.021 -0.036 -0.088 0.010 -0.071 | +| jpsi_p | 0.089 -0.066 -0.056 0.007 -0.405 0.204 0.063 1.000 0.034 0.044 0.610 0.609 0.221 0.094 0.573 0.126 0.054 -0.542 0.031 -0.033 | +| p4415_s | 0.006 -0.117 0.084 -0.008 -0.071 0.050 0.012 0.034 1.000 -0.099 0.108 0.108 -0.013 0.021 0.101 0.023 0.096 -0.096 0.069 0.047 | +| Dbar_s | -0.113 -0.205 -0.100 0.084 -0.070 0.111 -0.081 0.044 -0.099 1.000 0.110 0.110 0.027 0.053 0.105 0.028 -0.288 -0.097 -0.186 -0.128 | +| rho_s | 0.157 -0.065 -0.051 0.073 -0.658 0.362 0.099 0.610 0.108 0.110 1.000 0.998 0.320 0.161 0.945 0.227 0.175 -0.888 0.115 0.039 | +| rho_p | 0.157 -0.065 -0.051 0.073 -0.657 0.361 0.099 0.609 0.108 0.110 0.998 1.000 0.319 0.161 0.943 0.227 0.175 -0.886 0.114 0.039 | +| psi2s_p | -0.001 -0.065 -0.065 -0.157 -0.213 0.103 -0.110 0.221 -0.013 0.027 0.320 0.319 1.000 0.036 0.301 0.066 0.104 -0.285 -0.050 -0.122 | +| psi2s_s | 0.024 -0.002 -0.005 0.011 -0.104 0.402 0.012 0.094 0.021 0.053 0.161 0.161 0.036 1.000 0.151 0.033 0.053 -0.143 0.023 0.008 | +| omega_p | 0.148 -0.062 -0.048 0.068 -0.618 0.340 0.093 0.573 0.101 0.105 0.945 0.943 0.301 0.151 1.000 0.219 0.166 -0.822 0.107 0.036 | +| phi_p | 0.034 -0.016 -0.014 0.013 0.109 0.074 0.021 0.126 0.023 0.028 0.227 0.227 0.066 0.033 0.219 1.000 0.042 -0.203 0.023 0.005 | +| Ctt | 0.119 -0.099 -0.186 -0.119 -0.113 0.107 -0.036 0.054 0.096 -0.288 0.175 0.175 0.104 0.053 0.166 0.042 1.000 -0.155 0.054 -0.155 | +| omega_s | -0.140 0.058 0.046 -0.065 0.585 -0.322 -0.088 -0.542 -0.096 -0.097 -0.888 -0.886 -0.285 -0.143 -0.822 -0.203 -0.155 1.000 -0.102 -0.035 | +| p4160_s | -0.097 -0.142 -0.071 0.010 -0.075 0.056 0.010 0.031 0.069 -0.186 0.115 0.114 -0.050 0.023 0.107 0.023 0.054 -0.102 1.000 0.197 | +| p4040_p | -0.065 0.030 -0.043 0.019 -0.026 0.022 -0.071 -0.033 0.047 -0.128 0.039 0.039 -0.122 0.008 0.036 0.005 -0.155 -0.035 0.197 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09104430340581837}), (, {'error': 0.1020415139651174}), (, {'error': 0.056936174992811006}), (, {'error': 0.0674238465663759}), (, {'error': 0.5950008104446312}), (, {'error': 6.702757134590684}), (, {'error': 0.1308676842370744}), (, {'error': 0.01514137202151744}), (, {'error': 0.10518125850840054}), (, {'error': 0.020826352070037135}), (, {'error': 1.49650267202063}), (, {'error': 7.864919787437023}), (, {'error': 0.020893798808601538}), (, {'error': 0.4638080373875937}), (, {'error': 0.49043582562216637}), (, {'error': 0.13914863959383172}), (, {'error': 0.04377287738548438}), (, {'error': 0.44526481160867215}), (, {'error': 0.09273910228687532}), (, {'error': 0.1006553201928515})]) +Toy 10/10 +Time taken: 10 h, 59 min +Projected time left: +Mean Ctt value = 0.008550707904058175 +Mean Ctt error = 0.0947826370830585 +Simulation ended diff --git a/prelim_results/slurm-2213927.out b/prelim_results/slurm-2213927.out new file mode 100644 index 0000000..90fb746 --- /dev/null +++ b/prelim_results/slurm-2213927.out @@ -0,0 +1,9293 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:24.868862: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:24.895290: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099870000 Hz +2019-07-07 14:45:24.895599: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x562ff69dc5d0 executing computations on platform Host. Devices: +2019-07-07 14:45:24.895641: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:30.836211: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x562ff6a68670 executing computations on platform CUDA. Devices: +2019-07-07 14:45:30.836257: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:30.839320: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:15:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:30.839405: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:30.874427: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:30.874466: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:30.874481: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:30.876769: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:15:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711639.6994583 Edm = 11.4394 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711639.6994583 Edm = 11.4394 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716777.9807359 Edm = 0.701667 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716998.898845 Edm = 0.640067 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -717073.7751738 Edm = 166.239 NCalls = 21 +VariableMetric: Iteration # 4 - FCN = -717080.7766366 Edm = 4.52632 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -717467.9569479 Edm = 1.81985 NCalls = 30 +VariableMetric: Iteration # 6 - FCN = -717469.3951669 Edm = 0.173944 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -717469.5217787 Edm = 0.0531226 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -717487.6361388 Edm = 0.118461 NCalls = 41 +VariableMetric: Iteration # 9 - FCN = -717487.9210616 Edm = 0.17461 NCalls = 43 +VariableMetric: Iteration # 10 - FCN = -717562.5710335 Edm = 50.1186 NCalls = 50 +VariableMetric: Iteration # 11 - FCN = -717750.082822 Edm = 42.797 NCalls = 52 +VariableMetric: Iteration # 12 - FCN = -717799.9237771 Edm = 0.737283 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -717800.6145312 Edm = 0.0517787 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -717800.6783947 Edm = 0.0252016 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -717801.9526901 Edm = 0.980995 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -717810.8379896 Edm = 4.91836 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -717883.4604572 Edm = 8.8137 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -717895.6864103 Edm = 0.342887 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -717896.0533061 Edm = 0.0346155 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -717896.1076431 Edm = 0.0165726 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -717898.4439273 Edm = 2.25713 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -717898.6510592 Edm = 0.183931 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -717978.1024513 Edm = 6.79394 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -717987.1757209 Edm = 0.760385 NCalls = 93 +VariableMetric: Iteration # 25 - FCN = -717988.1851125 Edm = 0.160036 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -717988.3916201 Edm = 0.00794612 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -717988.4028842 Edm = 0.00203321 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -717988.4099236 Edm = 0.00725342 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -717988.625638 Edm = 0.186514 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -718016.391543 Edm = 8.24478 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -718031.5223815 Edm = 1.01864 NCalls = 116 +VariableMetric: Iteration # 32 - FCN = -718032.868542 Edm = 0.153262 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -718033.1319519 Edm = 0.0221615 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -718033.1601686 Edm = 0.00149176 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -718033.16661 Edm = 0.00432267 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -718033.4580994 Edm = 0.20742 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -718047.2621167 Edm = 5.5857 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -718049.2825282 Edm = 6.91081 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -718061.6303587 Edm = 15.0617 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -718082.5491946 Edm = 2.92178 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -718085.794713 Edm = 0.396434 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -718086.2692076 Edm = 0.0590134 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -718086.3358343 Edm = 0.00210313 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -718086.3440512 Edm = 0.00587753 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -718086.8403167 Edm = 0.436398 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -718098.7399369 Edm = 3.23034 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -718104.8553018 Edm = 0.50697 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -718105.4257347 Edm = 0.157693 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -718105.5750116 Edm = 0.020392 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -718105.599906 Edm = 0.00111959 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -718105.6020697 Edm = 0.00090308 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -718105.7722334 Edm = 0.166115 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -718118.4733419 Edm = 11.7073 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -718136.793568 Edm = 4.43407 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -718141.8423154 Edm = 0.357953 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -718142.1923208 Edm = 0.0216289 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -718142.2123479 Edm = 0.0022943 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -718142.2150525 Edm = 0.000984004 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -718142.2309021 Edm = 0.0159998 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -718142.8469664 Edm = 0.598523 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -718191.7076521 Edm = 37.4138 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -718251.0471808 Edm = 31.0138 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -718281.2398063 Edm = 8.50365 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -718299.9627287 Edm = 16.9134 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -718316.3245492 Edm = 13.5158 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -718333.0600429 Edm = 6.38893 NCalls = 222 +VariableMetric: Iteration # 67 - FCN = -718337.9195479 Edm = 0.849662 NCalls = 224 +VariableMetric: Iteration # 68 - FCN = -718338.8303403 Edm = 0.20243 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -718339.09207 Edm = 0.0264755 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -718339.1249655 Edm = 0.00248694 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -718339.1285952 Edm = 0.0015279 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -718339.1400176 Edm = 0.00675655 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -718339.1656065 Edm = 0.012889 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -718339.2978205 Edm = 0.0764263 NCalls = 240 +VariableMetric: Iteration # 75 - FCN = -718341.9962025 Edm = 2.07019 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -718356.8643481 Edm = 0.558767 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -718357.3983172 Edm = 0.0569342 NCalls = 250 +VariableMetric: Iteration # 78 - FCN = -718357.4632639 Edm = 0.0053805 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -718357.4690966 Edm = 0.000278738 NCalls = 254 +VariableMetric: Iteration # 80 - FCN = -718357.4695295 Edm = 6.98014e-05 NCalls = 256 +VariableMetric: After Hessian - FCN = -718357.4695295 Edm = 5352.42 NCalls = 617 +VariableMetric: Iteration # 81 - FCN = -718357.4695295 Edm = 5352.42 NCalls = 617 +VariableMetric: Iteration # 82 - FCN = -718361.4279055 Edm = 30881.5 NCalls = 628 +VariableMetric: Iteration # 83 - FCN = -718361.4495242 Edm = 9371.83 NCalls = 632 +VariableMetric: Iteration # 84 - FCN = -718361.6525739 Edm = 9058.48 NCalls = 636 +VariableMetric: Iteration # 85 - FCN = -718362.6799445 Edm = 826.983 NCalls = 640 +VariableMetric: Iteration # 86 - FCN = -718363.0641566 Edm = 210.627 NCalls = 644 +VariableMetric: Iteration # 87 - FCN = -718363.5745725 Edm = 658.553 NCalls = 647 +VariableMetric: Iteration # 88 - FCN = -718364.647758 Edm = 304.874 NCalls = 650 +VariableMetric: Iteration # 89 - FCN = -718365.1734581 Edm = 290.535 NCalls = 653 +VariableMetric: Iteration # 90 - FCN = -718365.3103 Edm = 716.663 NCalls = 655 +VariableMetric: Iteration # 91 - FCN = -718366.4991449 Edm = 15.916 NCalls = 658 +VariableMetric: Iteration # 92 - FCN = -718366.9681343 Edm = 18.7327 NCalls = 661 +VariableMetric: Iteration # 93 - FCN = -718367.3280246 Edm = 14.9169 NCalls = 663 +VariableMetric: Iteration # 94 - FCN = -718367.75329 Edm = 3.29317 NCalls = 665 +VariableMetric: Iteration # 95 - FCN = -718368.2270771 Edm = 2.66376 NCalls = 667 +VariableMetric: Iteration # 96 - FCN = -718368.816835 Edm = 43.7172 NCalls = 669 +VariableMetric: Iteration # 97 - FCN = -718369.3636348 Edm = 8.74119 NCalls = 671 +VariableMetric: Iteration # 98 - FCN = -718369.8060062 Edm = 0.534897 NCalls = 673 +VariableMetric: Iteration # 99 - FCN = -718369.9478259 Edm = 0.486615 NCalls = 675 +VariableMetric: Iteration # 100 - FCN = -718370.0422955 Edm = 0.586102 NCalls = 677 +VariableMetric: Iteration # 101 - FCN = -718370.0680631 Edm = 0.219163 NCalls = 679 +VariableMetric: Iteration # 102 - FCN = -718370.1539549 Edm = 0.27701 NCalls = 681 +VariableMetric: Iteration # 103 - FCN = -718370.1820075 Edm = 0.0879118 NCalls = 683 +VariableMetric: Iteration # 104 - FCN = -718370.312639 Edm = 0.0488342 NCalls = 686 +VariableMetric: Iteration # 105 - FCN = -718370.4105707 Edm = 0.0341383 NCalls = 688 +VariableMetric: Iteration # 106 - FCN = -718370.4424676 Edm = 0.0406718 NCalls = 690 +VariableMetric: Iteration # 107 - FCN = -718370.4696901 Edm = 0.00828462 NCalls = 693 +VariableMetric: Iteration # 108 - FCN = -718370.4824228 Edm = 0.00680154 NCalls = 695 +VariableMetric: Iteration # 109 - FCN = -718370.4876497 Edm = 0.00208236 NCalls = 697 +VariableMetric: Iteration # 110 - FCN = -718370.4904158 Edm = 0.000358702 NCalls = 699 +VariableMetric: Iteration # 111 - FCN = -718370.4908016 Edm = 2.99916e-05 NCalls = 701 +VariableMetric: After Hessian - FCN = -718370.4908016 Edm = 3.20192e-05 NCalls = 1070 +VariableMetric: Iteration # 112 - FCN = -718370.4908016 Edm = 3.20192e-05 NCalls = 1070 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711849.8702876 Edm = 13.1834 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711849.8702876 Edm = 13.1834 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717496.6660679 Edm = 7.3487 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717524.3512113 Edm = 8.54184 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -718114.3575996 Edm = 9.96461 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -718126.5948331 Edm = 0.200415 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -718127.0787779 Edm = 0.187586 NCalls = 18 +VariableMetric: Iteration # 6 - FCN = -718143.0298469 Edm = 0.493564 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -718143.5533182 Edm = 0.039739 NCalls = 25 +VariableMetric: Iteration # 8 - FCN = -718177.1098011 Edm = 28.8647 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -718264.0494674 Edm = 9.77171 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -718272.9788767 Edm = 0.404995 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -718273.8797537 Edm = 0.0376991 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -718273.9265083 Edm = 0.0138125 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -718274.060673 Edm = 0.134637 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -718276.4630346 Edm = 1.20258 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -718304.4716079 Edm = 13.9716 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -718319.1117503 Edm = 3.40771 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -718321.0845013 Edm = 2.02381 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -718322.0642868 Edm = 0.0325527 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -718322.3657448 Edm = 0.269217 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -718358.291112 Edm = 1.8704 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -718366.7788133 Edm = 0.0730974 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -718366.8946136 Edm = 0.00751992 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -718366.9066913 Edm = 0.00163201 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -718366.9233406 Edm = 0.012508 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -718368.0780915 Edm = 0.906797 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -718382.1530347 Edm = 1.4224 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -718383.6243657 Edm = 0.0636118 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -718383.7248234 Edm = 0.0377556 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -718383.8458251 Edm = 0.0735003 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -718384.0055971 Edm = 0.179807 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -718384.2496658 Edm = 0.0664539 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -718384.304417 Edm = 0.0489422 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -718384.3341358 Edm = 0.00146845 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -718384.3365682 Edm = 0.000490043 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -718384.3479556 Edm = 0.0121652 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -718384.3729342 Edm = 0.0207746 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -718384.9541052 Edm = 0.438453 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -718385.0238757 Edm = 0.131551 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -718388.1904142 Edm = 2.02398 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -718393.4505765 Edm = 6.40762 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -718394.7589686 Edm = 0.163763 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -718395.0274522 Edm = 0.0534922 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -718395.14243 Edm = 0.00685176 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -718395.1503612 Edm = 0.000294813 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -718395.1530015 Edm = 0.00289479 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -718395.2883783 Edm = 0.128722 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -718399.0917078 Edm = 0.268018 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -718399.3601976 Edm = 0.00384369 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -718399.364822 Edm = 0.00029315 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -718399.3655201 Edm = 0.00041444 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -718399.3712279 Edm = 0.00602853 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -718399.6802998 Edm = 0.0188602 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -718402.2526768 Edm = 0.757616 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -718404.4072253 Edm = 0.081095 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -718404.4902118 Edm = 0.00217161 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -718404.4930954 Edm = 0.000380552 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -718404.4953684 Edm = 0.00144708 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -718404.5424815 Edm = 0.0368758 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -718406.0956306 Edm = 1.22851 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -718412.9848144 Edm = 0.633428 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -718413.8500192 Edm = 0.1432 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -718413.9856805 Edm = 0.0379328 NCalls = 201 +VariableMetric: Iteration # 63 - FCN = -718414.0099563 Edm = 0.000944288 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -718414.0111767 Edm = 0.000323461 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -718414.0173167 Edm = 0.00538149 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -718414.3470796 Edm = 0.323559 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -718419.0528136 Edm = 1.05716 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -718420.3605061 Edm = 0.163399 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -718420.5022983 Edm = 0.00711984 NCalls = 221 +VariableMetric: Iteration # 70 - FCN = -718420.5098585 Edm = 0.000564278 NCalls = 222 +VariableMetric: Iteration # 71 - FCN = -718420.5105111 Edm = 0.000147216 NCalls = 224 +VariableMetric: Iteration # 72 - FCN = -718420.512172 Edm = 0.00149805 NCalls = 227 +VariableMetric: Iteration # 73 - FCN = -718420.7637248 Edm = 0.227906 NCalls = 233 +VariableMetric: Iteration # 74 - FCN = -718428.2369047 Edm = 1.03349 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -718430.5624107 Edm = 0.531487 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -718431.4849656 Edm = 0.17888 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -718431.6522021 Edm = 0.0177662 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -718431.6681122 Edm = 0.00104815 NCalls = 245 +VariableMetric: Iteration # 79 - FCN = -718431.6690573 Edm = 8.59513e-05 NCalls = 246 +VariableMetric: Iteration # 80 - FCN = -718431.6694532 Edm = 0.000275188 NCalls = 248 +VariableMetric: Iteration # 81 - FCN = -718431.676543 Edm = 0.00740837 NCalls = 252 +VariableMetric: Iteration # 82 - FCN = -718431.9976357 Edm = 0.191052 NCalls = 259 +VariableMetric: Iteration # 83 - FCN = -718434.1684351 Edm = 0.971143 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -718435.7731393 Edm = 0.283247 NCalls = 265 +VariableMetric: Iteration # 85 - FCN = -718436.0468427 Edm = 0.0167978 NCalls = 267 +VariableMetric: Iteration # 86 - FCN = -718436.0592931 Edm = 0.00111045 NCalls = 269 +VariableMetric: Iteration # 87 - FCN = -718436.0604219 Edm = 3.18667e-05 NCalls = 271 +VariableMetric: After Hessian - FCN = -718436.0604219 Edm = 2168.26 NCalls = 634 +VariableMetric: Iteration # 88 - FCN = -718436.0604219 Edm = 2168.26 NCalls = 634 +VariableMetric: Iteration # 89 - FCN = -718440.3166056 Edm = 171303 NCalls = 639 +VariableMetric: Iteration # 90 - FCN = -718446.3306827 Edm = 7.11495 NCalls = 642 +VariableMetric: Iteration # 91 - FCN = -718448.7176071 Edm = 0.380729 NCalls = 644 +VariableMetric: Iteration # 92 - FCN = -718449.2973975 Edm = 0.202305 NCalls = 646 +VariableMetric: Iteration # 93 - FCN = -718450.4207418 Edm = 1.50011 NCalls = 649 +VariableMetric: Iteration # 94 - FCN = -718454.1755859 Edm = 8.45855 NCalls = 655 +VariableMetric: Iteration # 95 - FCN = -718455.251413 Edm = 4.79425 NCalls = 659 +VariableMetric: Iteration # 96 - FCN = -718461.3568156 Edm = 10.4598 NCalls = 664 +VariableMetric: Iteration # 97 - FCN = -718463.3601284 Edm = 3.73919 NCalls = 667 +VariableMetric: Iteration # 98 - FCN = -718465.8314389 Edm = 6.78348 NCalls = 670 +VariableMetric: Iteration # 99 - FCN = -718469.3332985 Edm = 1.80008 NCalls = 675 +VariableMetric: Iteration # 100 - FCN = -718475.9033048 Edm = 1.68372 NCalls = 678 +VariableMetric: Iteration # 101 - FCN = -718477.369051 Edm = 1.59475 NCalls = 680 +VariableMetric: Iteration # 102 - FCN = -718478.543232 Edm = 0.236252 NCalls = 682 +VariableMetric: Iteration # 103 - FCN = -718479.402916 Edm = 0.298608 NCalls = 684 +VariableMetric: Iteration # 104 - FCN = -718479.7976176 Edm = 0.183183 NCalls = 686 +VariableMetric: Iteration # 105 - FCN = -718480.0286966 Edm = 0.0727819 NCalls = 688 +VariableMetric: Iteration # 106 - FCN = -718480.1498814 Edm = 0.0183833 NCalls = 690 +VariableMetric: Iteration # 107 - FCN = -718480.1930107 Edm = 0.0116365 NCalls = 692 +VariableMetric: Iteration # 108 - FCN = -718480.2248502 Edm = 0.0113774 NCalls = 694 +VariableMetric: Iteration # 109 - FCN = -718480.2660376 Edm = 0.0150009 NCalls = 696 +VariableMetric: Iteration # 110 - FCN = -718480.3210547 Edm = 0.0289874 NCalls = 699 +VariableMetric: Iteration # 111 - FCN = -718480.3728279 Edm = 0.0194723 NCalls = 701 +VariableMetric: Iteration # 112 - FCN = -718480.3883791 Edm = 0.0139844 NCalls = 703 +VariableMetric: Iteration # 113 - FCN = -718480.421279 Edm = 0.0162827 NCalls = 706 +VariableMetric: Iteration # 114 - FCN = -718480.4740557 Edm = 0.0144411 NCalls = 708 +VariableMetric: Iteration # 115 - FCN = -718480.4868585 Edm = 0.0148658 NCalls = 710 +VariableMetric: Iteration # 116 - FCN = -718480.5065455 Edm = 0.00548787 NCalls = 713 +VariableMetric: Iteration # 117 - FCN = -718480.5239727 Edm = 0.0137117 NCalls = 715 +VariableMetric: Iteration # 118 - FCN = -718480.530539 Edm = 0.00491369 NCalls = 717 +VariableMetric: Iteration # 119 - FCN = -718480.5391461 Edm = 0.00125664 NCalls = 720 +VariableMetric: Iteration # 120 - FCN = -718480.5412183 Edm = 0.000655654 NCalls = 722 +VariableMetric: Iteration # 121 - FCN = -718480.5426119 Edm = 0.000803591 NCalls = 724 +VariableMetric: Iteration # 122 - FCN = -718480.5457402 Edm = 0.00167855 NCalls = 727 +VariableMetric: Iteration # 123 - FCN = -718480.5497419 Edm = 0.000559954 NCalls = 730 +VariableMetric: Iteration # 124 - FCN = -718480.5503574 Edm = 0.000142465 NCalls = 732 +VariableMetric: Iteration # 125 - FCN = -718480.5504724 Edm = 1.79822e-05 NCalls = 733 +VariableMetric: After Hessian - FCN = -718480.5504724 Edm = 2.11984e-05 NCalls = 1108 +VariableMetric: Iteration # 126 - FCN = -718480.5504724 Edm = 2.11984e-05 NCalls = 1108 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714201.4925139 Edm = 0.325157 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714201.4925139 Edm = 0.325157 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715045.0652062 Edm = 2.56841 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716800.0982986 Edm = 2.36122e+07 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -716800.0982986 Edm = 2.36122e+07 NCalls = 27 +VariableMetric: After Hessian - FCN = -716800.0982986 Edm = 233839 NCalls = 384 +VariableMetric: Iteration # 4 - FCN = -716800.0982986 Edm = 233839 NCalls = 384 +VariableMetric: Iteration # 5 - FCN = -716891.2775909 Edm = 308247 NCalls = 391 +VariableMetric: Iteration # 6 - FCN = -718327.4017925 Edm = 84.3583 NCalls = 402 +VariableMetric: Iteration # 7 - FCN = -718327.7478109 Edm = 22.5407 NCalls = 406 +VariableMetric: Iteration # 8 - FCN = -718358.7226726 Edm = 4.55071 NCalls = 408 +VariableMetric: Iteration # 9 - FCN = -718370.6130615 Edm = 1.80722 NCalls = 411 +VariableMetric: Iteration # 10 - FCN = -718373.9110709 Edm = 0.736388 NCalls = 413 +VariableMetric: Iteration # 11 - FCN = -718375.9092255 Edm = 0.679129 NCalls = 416 +VariableMetric: Iteration # 12 - FCN = -718377.1597016 Edm = 0.176048 NCalls = 419 +VariableMetric: Iteration # 13 - FCN = -718378.0448498 Edm = 0.367572 NCalls = 421 +VariableMetric: Iteration # 14 - FCN = -718379.085555 Edm = 0.269476 NCalls = 424 +VariableMetric: Iteration # 15 - FCN = -718379.7063582 Edm = 0.207615 NCalls = 426 +VariableMetric: Iteration # 16 - FCN = -718380.0679928 Edm = 0.149434 NCalls = 429 +VariableMetric: Iteration # 17 - FCN = -718380.3298651 Edm = 0.0898332 NCalls = 431 +VariableMetric: Iteration # 18 - FCN = -718380.4689385 Edm = 0.038418 NCalls = 434 +VariableMetric: Iteration # 19 - FCN = -718380.5620917 Edm = 0.0513515 NCalls = 436 +VariableMetric: Iteration # 20 - FCN = -718380.6838434 Edm = 0.0303077 NCalls = 439 +VariableMetric: Iteration # 21 - FCN = -718380.7547472 Edm = 0.0351654 NCalls = 441 +VariableMetric: Iteration # 22 - FCN = -718380.9617165 Edm = 0.105356 NCalls = 445 +VariableMetric: Iteration # 23 - FCN = -718381.1753288 Edm = 0.0708663 NCalls = 447 +VariableMetric: Iteration # 24 - FCN = -718381.2757205 Edm = 0.0775814 NCalls = 449 +VariableMetric: Iteration # 25 - FCN = -718381.4531006 Edm = 0.0594008 NCalls = 451 +VariableMetric: Iteration # 26 - FCN = -718381.5199781 Edm = 0.020338 NCalls = 453 +VariableMetric: Iteration # 27 - FCN = -718381.5650061 Edm = 0.0324477 NCalls = 456 +VariableMetric: Iteration # 28 - FCN = -718381.6148342 Edm = 0.00664521 NCalls = 458 +VariableMetric: Iteration # 29 - FCN = -718381.6231616 Edm = 0.00188688 NCalls = 461 +VariableMetric: Iteration # 30 - FCN = -718381.6288666 Edm = 0.00281661 NCalls = 463 +VariableMetric: Iteration # 31 - FCN = -718381.6416664 Edm = 0.00408994 NCalls = 465 +VariableMetric: Iteration # 32 - FCN = -718381.6490981 Edm = 0.00177395 NCalls = 467 +VariableMetric: Iteration # 33 - FCN = -718381.6527813 Edm = 0.000528301 NCalls = 469 +VariableMetric: Iteration # 34 - FCN = -718381.6540651 Edm = 0.000571578 NCalls = 471 +VariableMetric: Iteration # 35 - FCN = -718381.6583403 Edm = 0.0014415 NCalls = 474 +VariableMetric: Iteration # 36 - FCN = -718381.6611499 Edm = 0.000387807 NCalls = 476 +VariableMetric: Iteration # 37 - FCN = -718381.6646187 Edm = 0.00223768 NCalls = 479 +VariableMetric: Iteration # 38 - FCN = -718381.6739965 Edm = 0.000363014 NCalls = 481 +VariableMetric: Iteration # 39 - FCN = -718381.6753254 Edm = 0.000791848 NCalls = 483 +VariableMetric: Iteration # 40 - FCN = -718381.6801162 Edm = 0.00078015 NCalls = 486 +VariableMetric: Iteration # 41 - FCN = -718381.680876 Edm = 0.000151397 NCalls = 487 +VariableMetric: Iteration # 42 - FCN = -718381.6817046 Edm = 0.000554116 NCalls = 490 +VariableMetric: Iteration # 43 - FCN = -718381.684423 Edm = 0.000406164 NCalls = 492 +VariableMetric: Iteration # 44 - FCN = -718381.6849243 Edm = 2.13328e-05 NCalls = 494 +VariableMetric: After Hessian - FCN = -718381.6849243 Edm = 0.000743387 NCalls = 869 +VariableMetric: Iteration # 45 - FCN = -718381.6849243 Edm = 0.000743387 NCalls = 869 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712588.049009 Edm = 0.877697 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712588.049009 Edm = 0.877697 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715077.487954 Edm = 1.92582 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716629.3163218 Edm = 2.04662e+07 NCalls = 19 +VariableMetric: Iteration # 3 - FCN = -716629.3163218 Edm = 2.04662e+07 NCalls = 30 +VariableMetric: After Hessian - FCN = -716629.3163218 Edm = 8.54811e+06 NCalls = 405 +VariableMetric: Iteration # 4 - FCN = -716629.3163218 Edm = 8.54811e+06 NCalls = 405 +VariableMetric: Iteration # 5 - FCN = -716997.251386 Edm = 8.83405e+06 NCalls = 414 +VariableMetric: Iteration # 6 - FCN = -717306.445942 Edm = 202755 NCalls = 425 +VariableMetric: Iteration # 7 - FCN = -717327.5023239 Edm = 11.3834 NCalls = 432 +VariableMetric: Iteration # 8 - FCN = -717549.418033 Edm = 3.56641 NCalls = 436 +VariableMetric: Iteration # 9 - FCN = -717561.9675278 Edm = 7.63412 NCalls = 438 +VariableMetric: Iteration # 10 - FCN = -717828.3691896 Edm = 62.0204 NCalls = 443 +VariableMetric: Iteration # 11 - FCN = -717898.670508 Edm = 3.26154 NCalls = 445 +VariableMetric: Iteration # 12 - FCN = -717922.7816304 Edm = 18.4757 NCalls = 448 +VariableMetric: Iteration # 13 - FCN = -717985.4375117 Edm = 4.24281 NCalls = 450 +VariableMetric: Iteration # 14 - FCN = -717992.9097492 Edm = 2.29902 NCalls = 452 +VariableMetric: Iteration # 15 - FCN = -718093.3909976 Edm = 22.6595 NCalls = 458 +VariableMetric: Iteration # 16 - FCN = -718126.2835282 Edm = 2.71208 NCalls = 460 +VariableMetric: Iteration # 17 - FCN = -718137.6750572 Edm = 8.01748 NCalls = 464 +VariableMetric: Iteration # 18 - FCN = -718152.8934855 Edm = 3.21683 NCalls = 469 +VariableMetric: Iteration # 19 - FCN = -718155.8172356 Edm = 0.474771 NCalls = 471 +VariableMetric: Iteration # 20 - FCN = -718156.3286393 Edm = 0.362319 NCalls = 473 +VariableMetric: Iteration # 21 - FCN = -718157.0849895 Edm = 0.509247 NCalls = 475 +VariableMetric: Iteration # 22 - FCN = -718203.1522874 Edm = 15.0992 NCalls = 480 +VariableMetric: Iteration # 23 - FCN = -718216.7204338 Edm = 1.27164 NCalls = 481 +VariableMetric: Iteration # 24 - FCN = -718218.3198192 Edm = 0.334109 NCalls = 483 +VariableMetric: Iteration # 25 - FCN = -718220.7500359 Edm = 2.30993 NCalls = 486 +VariableMetric: Iteration # 26 - FCN = -718243.8192203 Edm = 14.6621 NCalls = 491 +VariableMetric: Iteration # 27 - FCN = -718317.1433127 Edm = 16.7058 NCalls = 494 +VariableMetric: Iteration # 28 - FCN = -718340.8146813 Edm = 11.5402 NCalls = 496 +VariableMetric: Iteration # 29 - FCN = -718348.3727372 Edm = 2.05478 NCalls = 498 +VariableMetric: Iteration # 30 - FCN = -718350.3438823 Edm = 0.160333 NCalls = 500 +VariableMetric: Iteration # 31 - FCN = -718350.5833091 Edm = 0.0963126 NCalls = 502 +VariableMetric: Iteration # 32 - FCN = -718351.3522703 Edm = 0.741606 NCalls = 505 +VariableMetric: Iteration # 33 - FCN = -718362.7023595 Edm = 6.37506 NCalls = 509 +VariableMetric: Iteration # 34 - FCN = -718382.8127498 Edm = 1.11849 NCalls = 512 +VariableMetric: Iteration # 35 - FCN = -718384.7840218 Edm = 0.686113 NCalls = 514 +VariableMetric: Iteration # 36 - FCN = -718385.8547341 Edm = 0.296583 NCalls = 517 +VariableMetric: Iteration # 37 - FCN = -718386.5814577 Edm = 0.293711 NCalls = 522 +VariableMetric: Iteration # 38 - FCN = -718395.8909985 Edm = 3.80302 NCalls = 529 +VariableMetric: Iteration # 39 - FCN = -718395.9263453 Edm = 0.489962 NCalls = 531 +VariableMetric: Iteration # 40 - FCN = -718397.8002839 Edm = 1.1316 NCalls = 534 +VariableMetric: Iteration # 41 - FCN = -718400.272684 Edm = 0.182844 NCalls = 536 +VariableMetric: Iteration # 42 - FCN = -718400.6462169 Edm = 0.18859 NCalls = 538 +VariableMetric: Iteration # 43 - FCN = -718409.7496648 Edm = 6.16601 NCalls = 543 +VariableMetric: Iteration # 44 - FCN = -718440.1181394 Edm = 4.64183 NCalls = 545 +VariableMetric: Iteration # 45 - FCN = -718450.6704161 Edm = 1.86298 NCalls = 547 +VariableMetric: Iteration # 46 - FCN = -718454.1429172 Edm = 0.253021 NCalls = 550 +VariableMetric: Iteration # 47 - FCN = -718454.5774185 Edm = 0.075785 NCalls = 552 +VariableMetric: Iteration # 48 - FCN = -718454.6823484 Edm = 0.017869 NCalls = 554 +VariableMetric: Iteration # 49 - FCN = -718454.7092073 Edm = 0.00488667 NCalls = 556 +VariableMetric: Iteration # 50 - FCN = -718454.7185512 Edm = 0.00505461 NCalls = 558 +VariableMetric: Iteration # 51 - FCN = -718454.766578 Edm = 0.0464246 NCalls = 562 +VariableMetric: Iteration # 52 - FCN = -718456.3964894 Edm = 1.02064 NCalls = 569 +VariableMetric: Iteration # 53 - FCN = -718460.3968545 Edm = 0.234418 NCalls = 571 +VariableMetric: Iteration # 54 - FCN = -718460.7401916 Edm = 0.00450037 NCalls = 573 +VariableMetric: Iteration # 55 - FCN = -718460.7452095 Edm = 0.000419608 NCalls = 575 +VariableMetric: Iteration # 56 - FCN = -718460.7466048 Edm = 0.00123345 NCalls = 577 +VariableMetric: Iteration # 57 - FCN = -718460.7796473 Edm = 0.0205056 NCalls = 582 +VariableMetric: Iteration # 58 - FCN = -718460.874782 Edm = 0.00907931 NCalls = 584 +VariableMetric: Iteration # 59 - FCN = -718460.8848411 Edm = 0.000159366 NCalls = 586 +VariableMetric: Iteration # 60 - FCN = -718460.8859048 Edm = 0.000858808 NCalls = 589 +VariableMetric: Iteration # 61 - FCN = -718461.0533716 Edm = 0.139652 NCalls = 595 +VariableMetric: Iteration # 62 - FCN = -718461.7896813 Edm = 0.0237424 NCalls = 597 +VariableMetric: Iteration # 63 - FCN = -718461.8132645 Edm = 0.000636282 NCalls = 598 +VariableMetric: Iteration # 64 - FCN = -718461.8139027 Edm = 8.66915e-05 NCalls = 600 +VariableMetric: Iteration # 65 - FCN = -718461.8146537 Edm = 0.000720408 NCalls = 603 +VariableMetric: Iteration # 66 - FCN = -718461.8581088 Edm = 0.0367981 NCalls = 610 +VariableMetric: Iteration # 67 - FCN = -718462.1274637 Edm = 0.0114539 NCalls = 613 +VariableMetric: Iteration # 68 - FCN = -718462.1390504 Edm = 0.000243983 NCalls = 614 +VariableMetric: Iteration # 69 - FCN = -718462.1394587 Edm = 0.000142532 NCalls = 616 +VariableMetric: Iteration # 70 - FCN = -718462.1445557 Edm = 0.00478923 NCalls = 620 +VariableMetric: Iteration # 71 - FCN = -718462.2920393 Edm = 0.0419275 NCalls = 624 +VariableMetric: Iteration # 72 - FCN = -718462.3537097 Edm = 0.000178891 NCalls = 626 +VariableMetric: Iteration # 73 - FCN = -718462.3539421 Edm = 4.46454e-05 NCalls = 628 +VariableMetric: After Hessian - FCN = -718462.3539421 Edm = 0.298862 NCalls = 1019 +VariableMetric: Iteration # 74 - FCN = -718462.3539421 Edm = 0.298862 NCalls = 1019 +VariableMetric: Iteration # 75 - FCN = -718462.8899708 Edm = 0.0438171 NCalls = 1022 +VariableMetric: Iteration # 76 - FCN = -718462.9074924 Edm = 0.0999268 NCalls = 1024 +VariableMetric: Iteration # 77 - FCN = -718463.0344522 Edm = 0.308639 NCalls = 1032 +VariableMetric: Iteration # 78 - FCN = -718463.1110954 Edm = 0.462905 NCalls = 1037 +VariableMetric: Iteration # 79 - FCN = -718463.430819 Edm = 1.64534 NCalls = 1041 +VariableMetric: Iteration # 80 - FCN = -718463.4626977 Edm = 0.0348256 NCalls = 1043 +VariableMetric: Iteration # 81 - FCN = -718463.7487278 Edm = 0.540511 NCalls = 1047 +VariableMetric: Iteration # 82 - FCN = -718464.1764478 Edm = 1.9156 NCalls = 1050 +VariableMetric: Iteration # 83 - FCN = -718464.2878255 Edm = 0.115243 NCalls = 1053 +VariableMetric: Iteration # 84 - FCN = -718467.7719693 Edm = 7.76634 NCalls = 1059 +VariableMetric: Iteration # 85 - FCN = -718468.0079838 Edm = 0.352664 NCalls = 1062 +VariableMetric: Iteration # 86 - FCN = -718468.8431266 Edm = 1.22914 NCalls = 1067 +VariableMetric: Iteration # 87 - FCN = -718474.2352554 Edm = 5.87858 NCalls = 1074 +VariableMetric: Iteration # 88 - FCN = -718476.4968421 Edm = 2.37129 NCalls = 1080 +VariableMetric: Iteration # 89 - FCN = -718477.3435346 Edm = 0.882351 NCalls = 1084 +VariableMetric: Iteration # 90 - FCN = -718477.6518078 Edm = 0.263772 NCalls = 1087 +VariableMetric: Iteration # 91 - FCN = -718480.1085887 Edm = 0.201567 NCalls = 1090 +VariableMetric: Iteration # 92 - FCN = -718480.2258217 Edm = 0.061794 NCalls = 1092 +VariableMetric: Iteration # 93 - FCN = -718480.2626638 Edm = 0.00373386 NCalls = 1094 +VariableMetric: Iteration # 94 - FCN = -718480.2666294 Edm = 0.000188829 NCalls = 1096 +VariableMetric: Iteration # 95 - FCN = -718480.2668145 Edm = 5.03714e-06 NCalls = 1097 +VariableMetric: After Hessian - FCN = -718480.2668145 Edm = 1.25423e-05 NCalls = 1500 +VariableMetric: Iteration # 96 - FCN = -718480.2668145 Edm = 1.25423e-05 NCalls = 1500 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714309.8913996 Edm = 3.10455 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714309.8913996 Edm = 3.10455 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717480.9541946 Edm = 0.331409 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -717493.5620389 Edm = 0.399455 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -717592.5216582 Edm = 40.3377 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -717651.3525677 Edm = 0.354938 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -717651.756173 Edm = 0.156021 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -717711.1693903 Edm = 0.644421 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -717712.052692 Edm = 0.131608 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -717737.9042739 Edm = 21.5889 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -717899.5412376 Edm = 21.9322 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -717932.6410581 Edm = 20.7893 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -717948.2119496 Edm = 6.93922 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -717982.4757138 Edm = 21.4915 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -717996.0549884 Edm = 19.0312 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -718003.9649454 Edm = 9.39009 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -718025.0647993 Edm = 24.4176 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -718094.963271 Edm = 30.951 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -718147.50833 Edm = 0.290864 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -718148.1240506 Edm = 0.138637 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -718152.6176134 Edm = 0.817033 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -718152.8104947 Edm = 0.5177 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -718153.3332524 Edm = 0.0340874 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -718153.3703284 Edm = 0.0187402 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -718154.3131422 Edm = 0.32929 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -718154.8081226 Edm = 0.00783737 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -718154.9325256 Edm = 0.131893 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -718156.1057391 Edm = 0.987521 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -718213.9933634 Edm = 8.89013 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -718219.2227757 Edm = 1.69267 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -718221.3933009 Edm = 0.71938 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -718223.1191587 Edm = 0.220276 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -718223.4095801 Edm = 0.020608 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -718223.4396065 Edm = 0.016412 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -718223.4590379 Edm = 0.0127769 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -718224.3694314 Edm = 0.838117 NCalls = 127 +VariableMetric: Iteration # 35 - FCN = -718291.964341 Edm = 54.6594 NCalls = 133 +VariableMetric: Iteration # 36 - FCN = -718293.6097992 Edm = 2.21666 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -718303.3588981 Edm = 3.5213 NCalls = 139 +VariableMetric: Iteration # 38 - FCN = -718316.5381678 Edm = 6.56487 NCalls = 141 +VariableMetric: Iteration # 39 - FCN = -718351.0641807 Edm = 4.43217 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -718357.2409158 Edm = 1.12549 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -718357.9929378 Edm = 0.201665 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -718358.172776 Edm = 0.0155891 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -718358.190266 Edm = 0.00748173 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -718358.2218754 Edm = 0.0202957 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -718358.2805691 Edm = 0.0211824 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -718359.436536 Edm = 1.09409 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -718393.9803723 Edm = 8.73317 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -718400.0935749 Edm = 0.264753 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -718400.3345557 Edm = 0.0149372 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -718400.3417173 Edm = 0.000562903 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -718400.3424506 Edm = 0.000434902 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -718400.3537967 Edm = 0.0141185 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -718400.3569889 Edm = 0.00293704 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -718400.8201193 Edm = 0.00151917 NCalls = 190 +VariableMetric: Iteration # 55 - FCN = -718404.7415262 Edm = 0.0213471 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -718404.7597662 Edm = 0.000764119 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -718404.7608124 Edm = 0.000274632 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -718404.7785181 Edm = 0.0188271 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -718405.2079455 Edm = 0.0963133 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -718407.3763937 Edm = 0.827365 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -718409.4951737 Edm = 0.067513 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -718409.5544919 Edm = 0.00106465 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -718409.5554986 Edm = 0.000165036 NCalls = 215 +VariableMetric: Iteration # 64 - FCN = -718409.5567608 Edm = 0.00125004 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -718409.6860408 Edm = 0.10862 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -718413.6884251 Edm = 1.77063 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -718417.818313 Edm = 0.627079 NCalls = 232 +VariableMetric: Iteration # 68 - FCN = -718421.330651 Edm = 15.4406 NCalls = 239 +VariableMetric: Iteration # 69 - FCN = -718423.527525 Edm = 5.20263 NCalls = 244 +VariableMetric: Iteration # 70 - FCN = -718426.8234541 Edm = 7.78159 NCalls = 247 +VariableMetric: Iteration # 71 - FCN = -718440.599834 Edm = 9.63758 NCalls = 251 +VariableMetric: Iteration # 72 - FCN = -718446.5444488 Edm = 1.94512 NCalls = 253 +VariableMetric: Iteration # 73 - FCN = -718448.321313 Edm = 0.677785 NCalls = 255 +VariableMetric: Iteration # 74 - FCN = -718449.1139166 Edm = 0.235401 NCalls = 258 +VariableMetric: Iteration # 75 - FCN = -718449.7515614 Edm = 0.105071 NCalls = 260 +VariableMetric: Iteration # 76 - FCN = -718449.8736735 Edm = 0.00655262 NCalls = 262 +VariableMetric: Iteration # 77 - FCN = -718449.881471 Edm = 0.00178582 NCalls = 264 +VariableMetric: Iteration # 78 - FCN = -718449.8839087 Edm = 0.000265008 NCalls = 266 +VariableMetric: Iteration # 79 - FCN = -718449.8846459 Edm = 0.000147788 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -718449.8849261 Edm = 6.76277e-05 NCalls = 270 +VariableMetric: After Hessian - FCN = -718449.8849261 Edm = 101.347 NCalls = 631 +VariableMetric: Iteration # 81 - FCN = -718449.8849261 Edm = 101.347 NCalls = 631 +VariableMetric: Iteration # 82 - FCN = -718454.3605858 Edm = 6.99313 NCalls = 637 +VariableMetric: Iteration # 83 - FCN = -718456.490602 Edm = 137.92 NCalls = 648 +VariableMetric: Iteration # 84 - FCN = -718460.1628334 Edm = 1.94808 NCalls = 654 +VariableMetric: Iteration # 85 - FCN = -718460.6227713 Edm = 1.59421 NCalls = 656 +VariableMetric: Iteration # 86 - FCN = -718464.8230024 Edm = 3.13105 NCalls = 659 +VariableMetric: Iteration # 87 - FCN = -718467.7931838 Edm = 2.84348 NCalls = 663 +VariableMetric: Iteration # 88 - FCN = -718469.2327405 Edm = 0.818283 NCalls = 666 +VariableMetric: Iteration # 89 - FCN = -718475.3725827 Edm = 1.7429 NCalls = 673 +VariableMetric: Iteration # 90 - FCN = -718475.4396071 Edm = 6807.06 NCalls = 676 +VariableMetric: Iteration # 91 - FCN = -718475.5212405 Edm = 1022.37 NCalls = 681 +VariableMetric: Iteration # 92 - FCN = -718475.7693185 Edm = 820.632 NCalls = 685 +VariableMetric: Iteration # 93 - FCN = -718476.3328923 Edm = 856.147 NCalls = 688 +VariableMetric: Iteration # 94 - FCN = -718476.826865 Edm = 85.1334 NCalls = 691 +VariableMetric: Iteration # 95 - FCN = -718477.0124081 Edm = 92.3674 NCalls = 694 +VariableMetric: Iteration # 96 - FCN = -718477.1648711 Edm = 89.0089 NCalls = 697 +VariableMetric: Iteration # 97 - FCN = -718477.5101618 Edm = 408.144 NCalls = 700 +VariableMetric: Iteration # 98 - FCN = -718478.5912658 Edm = 215.781 NCalls = 702 +VariableMetric: Iteration # 99 - FCN = -718479.0955745 Edm = 100.897 NCalls = 705 +VariableMetric: Iteration # 100 - FCN = -718479.4728834 Edm = 146.858 NCalls = 708 +VariableMetric: Iteration # 101 - FCN = -718480.8424784 Edm = 9.77322 NCalls = 710 +VariableMetric: Iteration # 102 - FCN = -718481.8735867 Edm = 13.7785 NCalls = 712 +VariableMetric: Iteration # 103 - FCN = -718482.5815067 Edm = 12.6768 NCalls = 714 +VariableMetric: Iteration # 104 - FCN = -718483.1739972 Edm = 3.29696 NCalls = 716 +VariableMetric: Iteration # 105 - FCN = -718483.3500999 Edm = 1.96273 NCalls = 718 +VariableMetric: Iteration # 106 - FCN = -718483.6121531 Edm = 2.5506 NCalls = 720 +VariableMetric: Iteration # 107 - FCN = -718483.910096 Edm = 0.884272 NCalls = 722 +VariableMetric: Iteration # 108 - FCN = -718484.0118731 Edm = 0.0292435 NCalls = 724 +VariableMetric: Iteration # 109 - FCN = -718484.0396173 Edm = 0.00596111 NCalls = 726 +VariableMetric: Iteration # 110 - FCN = -718484.0714998 Edm = 0.0208299 NCalls = 729 +VariableMetric: Iteration # 111 - FCN = -718484.075869 Edm = 0.0108568 NCalls = 732 +VariableMetric: Iteration # 112 - FCN = -718484.0989371 Edm = 0.0146352 NCalls = 735 +VariableMetric: Iteration # 113 - FCN = -718484.1080777 Edm = 0.00236216 NCalls = 737 +VariableMetric: Iteration # 114 - FCN = -718484.1109354 Edm = 0.000649242 NCalls = 739 +VariableMetric: Iteration # 115 - FCN = -718484.1117882 Edm = 0.000252399 NCalls = 741 +VariableMetric: Iteration # 116 - FCN = -718484.1120483 Edm = 2.6245e-05 NCalls = 743 +VariableMetric: After Hessian - FCN = -718484.1120483 Edm = 3.61072e-05 NCalls = 1108 +VariableMetric: Iteration # 117 - FCN = -718484.1120483 Edm = 3.61072e-05 NCalls = 1108 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716762.0605298 Edm = 2.19543 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716762.0605298 Edm = 2.19543 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717364.443142 Edm = 0.317823 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717366.0540393 Edm = 1.40356 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717557.9377146 Edm = 0.445239 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -717558.7213106 Edm = 0.129707 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -717638.9242285 Edm = 59.0242 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -717724.5267443 Edm = 4.79065 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -717729.3902574 Edm = 0.280438 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -717731.3068226 Edm = 1.80629 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -717799.4505505 Edm = 25.2707 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -717857.3543777 Edm = 2.1834 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -717860.1785983 Edm = 0.0341025 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -717860.4278019 Edm = 0.184702 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -717904.6646312 Edm = 51.8978 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -717907.8367954 Edm = 3.34296 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -717943.1570715 Edm = 15.725 NCalls = 67 +VariableMetric: Iteration # 16 - FCN = -717972.6286037 Edm = 3.19424 NCalls = 70 +VariableMetric: Iteration # 17 - FCN = -717977.0098773 Edm = 0.244437 NCalls = 72 +VariableMetric: Iteration # 18 - FCN = -717977.3504259 Edm = 0.0328106 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -717977.580388 Edm = 0.204934 NCalls = 77 +VariableMetric: Iteration # 20 - FCN = -718023.4061901 Edm = 3.51363 NCalls = 84 +VariableMetric: Iteration # 21 - FCN = -718116.4733144 Edm = 64.4211 NCalls = 88 +VariableMetric: Iteration # 22 - FCN = -718195.6984297 Edm = 24.9649 NCalls = 90 +VariableMetric: Iteration # 23 - FCN = -718207.5958274 Edm = 7.50898 NCalls = 92 +VariableMetric: Iteration # 24 - FCN = -718215.6715689 Edm = 0.559181 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -718217.4220386 Edm = 1.25341 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -718221.1641139 Edm = 1.79967 NCalls = 102 +VariableMetric: Iteration # 27 - FCN = -718222.4072 Edm = 0.0566014 NCalls = 104 +VariableMetric: Iteration # 28 - FCN = -718222.4527371 Edm = 0.00358432 NCalls = 106 +VariableMetric: Iteration # 29 - FCN = -718222.4582954 Edm = 0.00230623 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -718222.4800306 Edm = 0.0206446 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -718224.7962926 Edm = 0.154682 NCalls = 119 +VariableMetric: Iteration # 32 - FCN = -718238.4249568 Edm = 2.28187 NCalls = 122 +VariableMetric: Iteration # 33 - FCN = -718243.7793044 Edm = 0.156841 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -718243.9697584 Edm = 0.0598491 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -718244.0801676 Edm = 0.0335652 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -718244.1693468 Edm = 0.0130152 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -718244.1974843 Edm = 0.00686274 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -718244.2084728 Edm = 0.00266077 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -718244.2152088 Edm = 0.0011157 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -718244.2181642 Edm = 0.000710435 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -718244.2195374 Edm = 0.00260854 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -718244.2365491 Edm = 0.0109169 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -718244.3781763 Edm = 0.472542 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -718244.8263544 Edm = 0.964811 NCalls = 160 +VariableMetric: Iteration # 45 - FCN = -718245.1857688 Edm = 0.415541 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -718260.5504343 Edm = 18.4725 NCalls = 172 +VariableMetric: Iteration # 47 - FCN = -718269.7280213 Edm = 11.6363 NCalls = 177 +VariableMetric: Iteration # 48 - FCN = -718295.8091091 Edm = 2.19368 NCalls = 182 +VariableMetric: Iteration # 49 - FCN = -718297.8464648 Edm = 0.102253 NCalls = 184 +VariableMetric: Iteration # 50 - FCN = -718297.9391664 Edm = 0.0199029 NCalls = 185 +VariableMetric: Iteration # 51 - FCN = -718297.9618493 Edm = 0.00552833 NCalls = 187 +VariableMetric: Iteration # 52 - FCN = -718297.9684122 Edm = 0.000712332 NCalls = 189 +VariableMetric: Iteration # 53 - FCN = -718297.9696355 Edm = 0.000526486 NCalls = 191 +VariableMetric: Iteration # 54 - FCN = -718297.9920244 Edm = 0.0207873 NCalls = 196 +VariableMetric: Iteration # 55 - FCN = -718301.6528779 Edm = 2.22712 NCalls = 202 +VariableMetric: Iteration # 56 - FCN = -718304.7493656 Edm = 0.214836 NCalls = 206 +VariableMetric: Iteration # 57 - FCN = -718304.9208176 Edm = 0.00884 NCalls = 208 +VariableMetric: Iteration # 58 - FCN = -718304.9291506 Edm = 0.000610754 NCalls = 209 +VariableMetric: Iteration # 59 - FCN = -718304.9309168 Edm = 0.00108462 NCalls = 211 +VariableMetric: Iteration # 60 - FCN = -718304.9554618 Edm = 0.0108397 NCalls = 216 +VariableMetric: Iteration # 61 - FCN = -718304.9858576 Edm = 0.0069451 NCalls = 219 +VariableMetric: Iteration # 62 - FCN = -718305.0477383 Edm = 0.0813878 NCalls = 222 +VariableMetric: Iteration # 63 - FCN = -718305.2867699 Edm = 0.370102 NCalls = 227 +VariableMetric: Iteration # 64 - FCN = -718305.4065378 Edm = 0.253979 NCalls = 231 +VariableMetric: Iteration # 65 - FCN = -718305.510584 Edm = 0.112186 NCalls = 236 +VariableMetric: Iteration # 66 - FCN = -718306.3342188 Edm = 0.983315 NCalls = 242 +VariableMetric: Iteration # 67 - FCN = -718306.6807646 Edm = 0.324909 NCalls = 247 +VariableMetric: Iteration # 68 - FCN = -718309.889172 Edm = 5.6206 NCalls = 254 +VariableMetric: Iteration # 69 - FCN = -718317.7756346 Edm = 4.34041 NCalls = 259 +VariableMetric: Iteration # 70 - FCN = -718328.7547054 Edm = 1.7631 NCalls = 265 +VariableMetric: Iteration # 71 - FCN = -718331.7553773 Edm = 2.61042 NCalls = 269 +VariableMetric: Iteration # 72 - FCN = -718338.4941699 Edm = 1.2671 NCalls = 273 +VariableMetric: Iteration # 73 - FCN = -718339.3736131 Edm = 0.477949 NCalls = 275 +VariableMetric: Iteration # 74 - FCN = -718339.6755275 Edm = 0.0149145 NCalls = 277 +VariableMetric: Iteration # 75 - FCN = -718339.7037025 Edm = 0.00726983 NCalls = 279 +VariableMetric: Iteration # 76 - FCN = -718339.7165606 Edm = 0.00157017 NCalls = 281 +VariableMetric: Iteration # 77 - FCN = -718339.7204399 Edm = 0.00145371 NCalls = 283 +VariableMetric: Iteration # 78 - FCN = -718339.7541723 Edm = 0.0348791 NCalls = 287 +VariableMetric: Iteration # 79 - FCN = -718341.6810681 Edm = 0.583365 NCalls = 294 +VariableMetric: Iteration # 80 - FCN = -718349.2146155 Edm = 3.64828 NCalls = 296 +VariableMetric: Iteration # 81 - FCN = -718358.3348295 Edm = 1.60328 NCalls = 299 +VariableMetric: Iteration # 82 - FCN = -718359.5212397 Edm = 0.714257 NCalls = 301 +VariableMetric: Iteration # 83 - FCN = -718361.0462579 Edm = 2.45299 NCalls = 306 +VariableMetric: Iteration # 84 - FCN = -718361.7080462 Edm = 1.3626 NCalls = 309 +VariableMetric: Iteration # 85 - FCN = -718364.1518156 Edm = 1.53447 NCalls = 312 +VariableMetric: Iteration # 86 - FCN = -718365.6914254 Edm = 0.222858 NCalls = 313 +VariableMetric: Iteration # 87 - FCN = -718365.8887554 Edm = 0.0163288 NCalls = 314 +VariableMetric: Iteration # 88 - FCN = -718365.9118144 Edm = 0.00673441 NCalls = 316 +VariableMetric: Iteration # 89 - FCN = -718365.94471 Edm = 0.0064058 NCalls = 318 +VariableMetric: Iteration # 90 - FCN = -718365.9511843 Edm = 0.00118891 NCalls = 320 +VariableMetric: Iteration # 91 - FCN = -718365.9526905 Edm = 0.000127168 NCalls = 322 +VariableMetric: Iteration # 92 - FCN = -718365.9531089 Edm = 0.000269913 NCalls = 324 +VariableMetric: Iteration # 93 - FCN = -718365.9858952 Edm = 0.037332 NCalls = 329 +VariableMetric: Iteration # 94 - FCN = -718365.987458 Edm = 0.00130565 NCalls = 331 +VariableMetric: Iteration # 95 - FCN = -718366.0468994 Edm = 0.0712607 NCalls = 337 +VariableMetric: Iteration # 96 - FCN = -718366.0600382 Edm = 0.0129458 NCalls = 342 +VariableMetric: Iteration # 97 - FCN = -718366.3563732 Edm = 0.218361 NCalls = 349 +VariableMetric: Iteration # 98 - FCN = -718368.359768 Edm = 0.0942081 NCalls = 352 +VariableMetric: Iteration # 99 - FCN = -718368.4712309 Edm = 0.00750782 NCalls = 353 +VariableMetric: Iteration # 100 - FCN = -718368.4772267 Edm = 0.00354286 NCalls = 355 +VariableMetric: Iteration # 101 - FCN = -718368.4828308 Edm = 0.00111346 NCalls = 357 +VariableMetric: Iteration # 102 - FCN = -718368.4841173 Edm = 6.77152e-05 NCalls = 359 +VariableMetric: Iteration # 103 - FCN = -718368.4842143 Edm = 3.60872e-05 NCalls = 361 +VariableMetric: After Hessian - FCN = -718368.4842143 Edm = 403.2 NCalls = 718 +VariableMetric: Iteration # 104 - FCN = -718368.4842143 Edm = 403.2 NCalls = 718 +VariableMetric: Iteration # 105 - FCN = -718414.4636106 Edm = 16.9014 NCalls = 722 +VariableMetric: Iteration # 106 - FCN = -718419.984067 Edm = 18.3584 NCalls = 724 +VariableMetric: Iteration # 107 - FCN = -718427.4309724 Edm = 3.93043 NCalls = 726 +VariableMetric: Iteration # 108 - FCN = -718428.1618116 Edm = 0.278789 NCalls = 728 +VariableMetric: Iteration # 109 - FCN = -718428.5465309 Edm = 0.0722126 NCalls = 732 +VariableMetric: Iteration # 110 - FCN = -718428.7143941 Edm = 0.417006 NCalls = 735 +VariableMetric: Iteration # 111 - FCN = -718429.0362487 Edm = 1.02842 NCalls = 739 +VariableMetric: Iteration # 112 - FCN = -718429.3045203 Edm = 1.00175 NCalls = 743 +VariableMetric: Iteration # 113 - FCN = -718429.5036721 Edm = 0.471591 NCalls = 747 +VariableMetric: Iteration # 114 - FCN = -718431.0842426 Edm = 7.68523 NCalls = 754 +VariableMetric: Iteration # 115 - FCN = -718431.4020882 Edm = 0.865513 NCalls = 758 +VariableMetric: Iteration # 116 - FCN = -718434.1164578 Edm = 2.88729 NCalls = 763 +VariableMetric: Iteration # 117 - FCN = -718434.5889947 Edm = 0.3824 NCalls = 766 +VariableMetric: Iteration # 118 - FCN = -718440.5399435 Edm = 1.68623 NCalls = 770 +VariableMetric: Iteration # 119 - FCN = -718441.6944679 Edm = 0.868545 NCalls = 772 +VariableMetric: Iteration # 120 - FCN = -718442.6390939 Edm = 0.694211 NCalls = 775 +VariableMetric: Iteration # 121 - FCN = -718443.0790499 Edm = 0.311799 NCalls = 776 +VariableMetric: Iteration # 122 - FCN = -718443.4374794 Edm = 0.151615 NCalls = 778 +VariableMetric: Iteration # 123 - FCN = -718443.7608743 Edm = 0.0768575 NCalls = 780 +VariableMetric: Iteration # 124 - FCN = -718443.790044 Edm = 0.011022 NCalls = 782 +VariableMetric: Iteration # 125 - FCN = -718443.8188608 Edm = 0.0179391 NCalls = 784 +VariableMetric: Iteration # 126 - FCN = -718443.9382118 Edm = 0.0548635 NCalls = 788 +VariableMetric: Iteration # 127 - FCN = -718444.0667008 Edm = 0.0505383 NCalls = 790 +VariableMetric: Iteration # 128 - FCN = -718444.111695 Edm = 0.0520415 NCalls = 792 +VariableMetric: Iteration # 129 - FCN = -718444.1632889 Edm = 0.0154417 NCalls = 795 +VariableMetric: Iteration # 130 - FCN = -718444.201903 Edm = 0.0270666 NCalls = 797 +VariableMetric: Iteration # 131 - FCN = -718444.2222533 Edm = 0.0211416 NCalls = 799 +VariableMetric: Iteration # 132 - FCN = -718444.2570794 Edm = 0.0159605 NCalls = 801 +VariableMetric: Iteration # 133 - FCN = -718444.2838661 Edm = 0.0161953 NCalls = 803 +VariableMetric: Iteration # 134 - FCN = -718444.295756 Edm = 0.00541421 NCalls = 806 +VariableMetric: Iteration # 135 - FCN = -718444.3033382 Edm = 0.00392677 NCalls = 809 +VariableMetric: Iteration # 136 - FCN = -718444.3058874 Edm = 0.000342226 NCalls = 811 +VariableMetric: Iteration # 137 - FCN = -718444.306235 Edm = 3.01502e-05 NCalls = 813 +VariableMetric: After Hessian - FCN = -718444.306235 Edm = 7.96888e-05 NCalls = 1186 +VariableMetric: Iteration # 138 - FCN = -718444.306235 Edm = 7.96888e-05 NCalls = 1186 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711268.1883251 Edm = 5.04637 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711268.1883251 Edm = 5.04637 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716584.5331439 Edm = 1.18687 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716745.8279974 Edm = 17.7377 NCalls = 17 +VariableMetric: Iteration # 3 - FCN = -716747.6690563 Edm = 0.66998 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -716768.42717 Edm = 23.8905 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -716880.8360852 Edm = 79.5373 NCalls = 32 +VariableMetric: Iteration # 6 - FCN = -717202.1495645 Edm = 48.4701 NCalls = 35 +VariableMetric: Iteration # 7 - FCN = -717251.520507 Edm = 2.03206 NCalls = 36 +VariableMetric: Iteration # 8 - FCN = -717253.2704724 Edm = 0.759572 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -717294.9946867 Edm = 18.4072 NCalls = 43 +VariableMetric: Iteration # 10 - FCN = -717312.7910222 Edm = 0.301156 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -717313.1054782 Edm = 0.0381776 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -717315.8949531 Edm = 2.57632 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -717522.3432835 Edm = 7.96661 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -717534.7875118 Edm = 5.78143 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -717538.0948223 Edm = 0.0759595 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -717538.1948222 Edm = 0.0178421 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -717540.4389467 Edm = 2.23689 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -717569.9426865 Edm = 4.24246 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -717637.6747505 Edm = 21.1401 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -717682.5762701 Edm = 3.38478 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -717686.4501744 Edm = 0.0680892 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -717686.5412084 Edm = 0.00639725 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -717686.5758523 Edm = 0.0340547 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -717687.2180608 Edm = 0.689125 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -717687.9682145 Edm = 0.700549 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -717734.4993309 Edm = 5.00109 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -717738.9716576 Edm = 0.378789 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -717739.4008742 Edm = 0.0534092 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -717739.4704815 Edm = 0.00596074 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -717739.4861734 Edm = 0.00959788 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -717740.2426698 Edm = 0.774868 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -717742.909636 Edm = 2.36332 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -717770.1212103 Edm = 1.10545 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -717771.314176 Edm = 0.0818173 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -717771.4263134 Edm = 0.0166958 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -717771.4551427 Edm = 0.00622654 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -717771.5035944 Edm = 0.0358291 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -717773.4620836 Edm = 1.79586 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -717853.0092707 Edm = 27.8647 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -717887.0814767 Edm = 10.1485 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -717890.3102765 Edm = 12.3599 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -717904.0387971 Edm = 5.56274 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -717915.7990264 Edm = 7.95523 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -717920.3472795 Edm = 0.733598 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -717921.1488559 Edm = 0.183316 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -717921.2688866 Edm = 0.0384152 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -717921.3024279 Edm = 0.00440212 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -717921.3078538 Edm = 0.00202231 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -717921.3253322 Edm = 0.011522 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -717921.8694003 Edm = 0.46805 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -717983.411106 Edm = 10.1943 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -717997.8443391 Edm = 6.55297 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -718004.9539586 Edm = 6.24983 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -718012.6070056 Edm = 4.28394 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -718020.3746425 Edm = 5.45325 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -718028.9581637 Edm = 3.3626 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -718032.333306 Edm = 2.104 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -718034.0222438 Edm = 0.356225 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -718034.3317587 Edm = 0.129664 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -718034.454099 Edm = 0.0119882 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -718034.4722337 Edm = 0.00229069 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -718034.483708 Edm = 0.0119148 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -718034.7471445 Edm = 0.273842 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -718034.8448387 Edm = 0.0919023 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -718056.3440909 Edm = 23.3345 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -718056.4383087 Edm = 0.188256 NCalls = 222 +VariableMetric: Iteration # 67 - FCN = -718057.2645093 Edm = 0.513162 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -718058.7994406 Edm = 1.00922 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -718061.6436299 Edm = 1.00991 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -718064.3238724 Edm = 1.02893 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -718067.0186978 Edm = 2.44879 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -718072.0454825 Edm = 5.57213 NCalls = 240 +VariableMetric: Iteration # 73 - FCN = -718117.3311656 Edm = 25.3819 NCalls = 246 +VariableMetric: Iteration # 74 - FCN = -718171.6318504 Edm = 34.344 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -718215.7939082 Edm = 4.10886 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -718222.8234156 Edm = 2.85635 NCalls = 255 +VariableMetric: Iteration # 77 - FCN = -718226.740087 Edm = 3.08125 NCalls = 257 +VariableMetric: Iteration # 78 - FCN = -718228.4765095 Edm = 3.19656 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -718232.0463774 Edm = 3.51926 NCalls = 263 +VariableMetric: Iteration # 80 - FCN = -718235.2113575 Edm = 2.67009 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -718240.4873072 Edm = 1.27563 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -718242.9619801 Edm = 1.564 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -718249.6429998 Edm = 4.34795 NCalls = 275 +VariableMetric: Iteration # 84 - FCN = -718250.1280083 Edm = 0.585603 NCalls = 277 +VariableMetric: Iteration # 85 - FCN = -718251.3991092 Edm = 1.98657 NCalls = 282 +VariableMetric: Iteration # 86 - FCN = -718254.8734463 Edm = 4.96786 NCalls = 286 +VariableMetric: Iteration # 87 - FCN = -718255.2855179 Edm = 0.790679 NCalls = 288 +VariableMetric: Iteration # 88 - FCN = -718256.9338142 Edm = 1.3705 NCalls = 290 +VariableMetric: Iteration # 89 - FCN = -718259.2646134 Edm = 0.659907 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -718261.5920419 Edm = 1.93166 NCalls = 295 +VariableMetric: Iteration # 91 - FCN = -718266.95983 Edm = 6.14518 NCalls = 300 +VariableMetric: Iteration # 92 - FCN = -718275.0553133 Edm = 15.1495 NCalls = 305 +VariableMetric: Iteration # 93 - FCN = -718276.008462 Edm = 2.7468 NCalls = 308 +VariableMetric: Iteration # 94 - FCN = -718286.6503996 Edm = 13.2264 NCalls = 312 +VariableMetric: Iteration # 95 - FCN = -718310.0019917 Edm = 4.52974 NCalls = 317 +VariableMetric: Iteration # 96 - FCN = -718313.6823483 Edm = 0.698642 NCalls = 319 +VariableMetric: Iteration # 97 - FCN = -718314.245496 Edm = 0.0482621 NCalls = 320 +VariableMetric: Iteration # 98 - FCN = -718314.331688 Edm = 0.0569784 NCalls = 322 +VariableMetric: Iteration # 99 - FCN = -718314.4576781 Edm = 0.0724571 NCalls = 324 +VariableMetric: Iteration # 100 - FCN = -718315.1046188 Edm = 0.356474 NCalls = 327 +VariableMetric: Iteration # 101 - FCN = -718315.5626456 Edm = 0.580313 NCalls = 329 +VariableMetric: Iteration # 102 - FCN = -718315.9360928 Edm = 0.125335 NCalls = 334 +VariableMetric: Iteration # 103 - FCN = -718316.086371 Edm = 0.160902 NCalls = 337 +VariableMetric: Iteration # 104 - FCN = -718316.1741474 Edm = 0.0258428 NCalls = 339 +VariableMetric: Iteration # 105 - FCN = -718316.2045147 Edm = 0.00261764 NCalls = 341 +VariableMetric: Iteration # 106 - FCN = -718316.2089329 Edm = 0.00159629 NCalls = 343 +VariableMetric: Iteration # 107 - FCN = -718316.2548798 Edm = 0.0375998 NCalls = 347 +VariableMetric: Iteration # 108 - FCN = -718316.7577247 Edm = 0.391345 NCalls = 351 +VariableMetric: Iteration # 109 - FCN = -718319.8114398 Edm = 2.61593 NCalls = 354 +VariableMetric: Iteration # 110 - FCN = -718330.9330162 Edm = 8.53781 NCalls = 358 +VariableMetric: Iteration # 111 - FCN = -718338.8370531 Edm = 4.53682 NCalls = 361 +VariableMetric: Iteration # 112 - FCN = -718342.7890585 Edm = 0.248951 NCalls = 363 +VariableMetric: Iteration # 113 - FCN = -718343.1046545 Edm = 0.0292698 NCalls = 365 +VariableMetric: Iteration # 114 - FCN = -718343.1376951 Edm = 0.0022891 NCalls = 367 +VariableMetric: Iteration # 115 - FCN = -718343.1412383 Edm = 0.00142934 NCalls = 369 +VariableMetric: Iteration # 116 - FCN = -718343.1708884 Edm = 0.024307 NCalls = 373 +VariableMetric: Iteration # 117 - FCN = -718345.3188191 Edm = 1.84097 NCalls = 378 +VariableMetric: Iteration # 118 - FCN = -718364.3578744 Edm = 0.794647 NCalls = 381 +VariableMetric: Iteration # 119 - FCN = -718365.3350562 Edm = 0.0628897 NCalls = 383 +VariableMetric: Iteration # 120 - FCN = -718365.4261488 Edm = 0.0188436 NCalls = 385 +VariableMetric: Iteration # 121 - FCN = -718365.445107 Edm = 0.00326638 NCalls = 386 +VariableMetric: Iteration # 122 - FCN = -718365.4506421 Edm = 0.000620161 NCalls = 388 +VariableMetric: Iteration # 123 - FCN = -718365.4518284 Edm = 0.000413623 NCalls = 390 +VariableMetric: Iteration # 124 - FCN = -718365.4717377 Edm = 0.019941 NCalls = 395 +VariableMetric: Iteration # 125 - FCN = -718366.0007769 Edm = 0.243924 NCalls = 402 +VariableMetric: Iteration # 126 - FCN = -718368.3104652 Edm = 0.622608 NCalls = 404 +VariableMetric: Iteration # 127 - FCN = -718369.4874875 Edm = 0.0365986 NCalls = 407 +VariableMetric: Iteration # 128 - FCN = -718369.5380634 Edm = 0.00305217 NCalls = 409 +VariableMetric: Iteration # 129 - FCN = -718369.5416962 Edm = 0.000257066 NCalls = 411 +VariableMetric: Iteration # 130 - FCN = -718369.5423702 Edm = 0.00029425 NCalls = 413 +VariableMetric: Iteration # 131 - FCN = -718369.5460498 Edm = 0.00293743 NCalls = 416 +VariableMetric: Iteration # 132 - FCN = -718369.6694749 Edm = 0.116578 NCalls = 420 +VariableMetric: Iteration # 133 - FCN = -718379.4641889 Edm = 5.56601 NCalls = 429 +VariableMetric: Iteration # 134 - FCN = -718381.7133653 Edm = 6.0415 NCalls = 431 +VariableMetric: Iteration # 135 - FCN = -718386.6961135 Edm = 0.138831 NCalls = 433 +VariableMetric: Iteration # 136 - FCN = -718386.9536388 Edm = 0.0410785 NCalls = 435 +VariableMetric: Iteration # 137 - FCN = -718387.045988 Edm = 0.00962013 NCalls = 437 +VariableMetric: Iteration # 138 - FCN = -718387.0632815 Edm = 0.00258098 NCalls = 439 +VariableMetric: Iteration # 139 - FCN = -718387.068959 Edm = 0.00136812 NCalls = 441 +VariableMetric: Iteration # 140 - FCN = -718387.0715429 Edm = 0.000779715 NCalls = 443 +VariableMetric: Iteration # 141 - FCN = -718387.0755541 Edm = 0.00636024 NCalls = 445 +VariableMetric: Iteration # 142 - FCN = -718387.1894258 Edm = 0.344249 NCalls = 454 +VariableMetric: Iteration # 143 - FCN = -718387.1896811 Edm = 0.00279432 NCalls = 456 +VariableMetric: Iteration # 144 - FCN = -718387.2143607 Edm = 0.0287584 NCalls = 460 +VariableMetric: Iteration # 145 - FCN = -718387.4082286 Edm = 0.168805 NCalls = 466 +VariableMetric: Iteration # 146 - FCN = -718387.7743049 Edm = 0.808092 NCalls = 472 +VariableMetric: Iteration # 147 - FCN = -718388.3109366 Edm = 0.986047 NCalls = 475 +VariableMetric: Iteration # 148 - FCN = -718388.9078417 Edm = 0.132633 NCalls = 477 +VariableMetric: Iteration # 149 - FCN = -718389.0838751 Edm = 0.00489329 NCalls = 480 +VariableMetric: Iteration # 150 - FCN = -718389.0884686 Edm = 0.000171235 NCalls = 481 +VariableMetric: Iteration # 151 - FCN = -718389.08864 Edm = 1.41098e-05 NCalls = 483 +VariableMetric: After Hessian - FCN = -718389.08864 Edm = 673.516 NCalls = 846 +VariableMetric: Iteration # 152 - FCN = -718389.08864 Edm = 673.516 NCalls = 846 +VariableMetric: Iteration # 153 - FCN = -718428.9157436 Edm = 3044.06 NCalls = 849 +VariableMetric: Iteration # 154 - FCN = -718428.9157436 Edm = 3044.06 NCalls = 860 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714569.4523363 Edm = 1.96568 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714569.4523363 Edm = 1.96568 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717428.270863 Edm = 1.03775 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717435.0261624 Edm = 1.14514 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717924.8879696 Edm = 17.5381 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -717944.5241571 Edm = 0.728957 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -717945.2106447 Edm = 0.11591 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -717951.5980238 Edm = 6.26629 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -717997.766749 Edm = 9.30521 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -718009.9161558 Edm = 0.727635 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -718010.4140374 Edm = 0.0230709 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -718010.6157231 Edm = 0.202833 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -718048.8159123 Edm = 0.718429 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -718164.18842 Edm = 13.8865 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -718177.2576319 Edm = 3.5193 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -718180.7161576 Edm = 0.0521838 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -718180.82136 Edm = 0.0364341 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -718182.3685951 Edm = 1.1616 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -718248.1178349 Edm = 27.5199 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -718297.2997249 Edm = 6.14331 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -718302.5909745 Edm = 0.067007 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -718302.6538667 Edm = 0.00308717 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -718302.7278384 Edm = 0.0737697 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -718307.8127712 Edm = 0.365503 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -718333.7475858 Edm = 5.26702 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -718342.0710394 Edm = 2.12372 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -718345.2557512 Edm = 0.332392 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -718345.6736868 Edm = 0.00652646 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -718345.6808096 Edm = 0.00094243 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -718345.70496 Edm = 0.027364 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -718346.528429 Edm = 0.766233 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -718360.8907283 Edm = 0.950417 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -718361.7763297 Edm = 0.00944295 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -718361.7863139 Edm = 0.000553105 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -718361.7893309 Edm = 0.00243527 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -718361.9645796 Edm = 0.181443 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -718362.3846884 Edm = 0.368509 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -718369.5394956 Edm = 0.219891 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -718369.7565406 Edm = 0.00282678 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -718369.7595179 Edm = 0.000239538 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -718369.7607552 Edm = 0.000887118 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -718369.8260721 Edm = 0.0588853 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -718373.9156151 Edm = 1.87758 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -718376.5668148 Edm = 0.303116 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -718376.746323 Edm = 0.00689677 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -718376.7532413 Edm = 0.000215434 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -718376.7537778 Edm = 0.000256696 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -718376.7605218 Edm = 0.00653389 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -718377.133181 Edm = 0.112371 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -718379.4635357 Edm = 1.2544 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -718387.5376385 Edm = 0.682752 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -718388.2771593 Edm = 0.0527537 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -718388.33938 Edm = 0.00654812 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -718388.3550551 Edm = 0.00233102 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -718388.3577783 Edm = 0.000606999 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -718388.3615089 Edm = 0.00277064 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -718388.3911648 Edm = 0.0211627 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -718389.8215517 Edm = 1.26461 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -718396.0035724 Edm = 0.523391 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -718396.4833684 Edm = 0.0323236 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -718396.5072113 Edm = 0.00290086 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -718396.5095392 Edm = 0.000857821 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -718396.5104356 Edm = 0.000252142 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -718396.5111958 Edm = 0.000497333 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -718396.5168098 Edm = 0.00658513 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -718397.2094686 Edm = 0.213502 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -718400.2533667 Edm = 0.86696 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -718401.9333422 Edm = 0.0894185 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -718402.0001686 Edm = 0.00804694 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -718402.0080917 Edm = 0.00108612 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -718402.0093212 Edm = 0.000127872 NCalls = 220 +VariableMetric: Iteration # 70 - FCN = -718402.0097987 Edm = 0.000283941 NCalls = 222 +VariableMetric: Iteration # 71 - FCN = -718402.0128304 Edm = 0.00224313 NCalls = 225 +VariableMetric: Iteration # 72 - FCN = -718402.2763077 Edm = 0.238096 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -718406.0401524 Edm = 1.18107 NCalls = 233 +VariableMetric: Iteration # 74 - FCN = -718407.1851867 Edm = 0.0769685 NCalls = 235 +VariableMetric: Iteration # 75 - FCN = -718407.2436097 Edm = 0.0046406 NCalls = 237 +VariableMetric: Iteration # 76 - FCN = -718407.2477139 Edm = 6.26215e-05 NCalls = 239 +VariableMetric: After Hessian - FCN = -718407.2477139 Edm = 54.4389 NCalls = 592 +VariableMetric: Iteration # 77 - FCN = -718407.2477139 Edm = 54.4389 NCalls = 592 +VariableMetric: Iteration # 78 - FCN = -718442.4408342 Edm = 0.613308 NCalls = 594 +VariableMetric: Iteration # 79 - FCN = -718442.9826297 Edm = 0.0876306 NCalls = 596 +VariableMetric: Iteration # 80 - FCN = -718443.0742553 Edm = 0.0228361 NCalls = 598 +VariableMetric: Iteration # 81 - FCN = -718443.1102915 Edm = 0.00787443 NCalls = 600 +VariableMetric: Iteration # 82 - FCN = -718443.1350901 Edm = 0.0126725 NCalls = 602 +VariableMetric: Iteration # 83 - FCN = -718443.1763217 Edm = 0.0357559 NCalls = 605 +VariableMetric: Iteration # 84 - FCN = -718443.2058829 Edm = 0.0395564 NCalls = 608 +VariableMetric: Iteration # 85 - FCN = -718443.2648299 Edm = 0.101346 NCalls = 611 +VariableMetric: Iteration # 86 - FCN = -718443.7155345 Edm = 0.299896 NCalls = 616 +VariableMetric: Iteration # 87 - FCN = -718443.8655369 Edm = 0.393523 NCalls = 618 +VariableMetric: Iteration # 88 - FCN = -718444.1126507 Edm = 0.0842198 NCalls = 621 +VariableMetric: Iteration # 89 - FCN = -718444.2474274 Edm = 0.163235 NCalls = 624 +VariableMetric: Iteration # 90 - FCN = -718444.3939073 Edm = 0.116238 NCalls = 626 +VariableMetric: Iteration # 91 - FCN = -718444.554118 Edm = 0.0513207 NCalls = 630 +VariableMetric: Iteration # 92 - FCN = -718444.6348679 Edm = 0.0470546 NCalls = 633 +VariableMetric: Iteration # 93 - FCN = -718444.6719572 Edm = 0.0373454 NCalls = 635 +VariableMetric: Iteration # 94 - FCN = -718444.7351383 Edm = 0.0239308 NCalls = 638 +VariableMetric: Iteration # 95 - FCN = -718444.785532 Edm = 0.0220606 NCalls = 640 +VariableMetric: Iteration # 96 - FCN = -718444.7992862 Edm = 0.0127268 NCalls = 642 +VariableMetric: Iteration # 97 - FCN = -718444.8170351 Edm = 0.00376496 NCalls = 645 +VariableMetric: Iteration # 98 - FCN = -718444.825409 Edm = 0.00170842 NCalls = 648 +VariableMetric: Iteration # 99 - FCN = -718444.8280807 Edm = 0.00248785 NCalls = 651 +VariableMetric: Iteration # 100 - FCN = -718444.8304065 Edm = 0.000513017 NCalls = 653 +VariableMetric: Iteration # 101 - FCN = -718444.8310556 Edm = 4.02598e-05 NCalls = 655 +VariableMetric: After Hessian - FCN = -718444.8310556 Edm = 3.89828e-05 NCalls = 1022 +VariableMetric: Iteration # 102 - FCN = -718444.8310556 Edm = 3.89828e-05 NCalls = 1022 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716120.165999 Edm = 5.25855 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716120.165999 Edm = 5.25855 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717701.7526108 Edm = 0.34418 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717702.807454 Edm = 0.624969 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717781.9048577 Edm = 0.109831 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -717782.3448938 Edm = 0.175048 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -717849.5015354 Edm = 22.3577 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -717892.1768952 Edm = 0.235137 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -717893.2114294 Edm = 0.769604 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -718034.8381008 Edm = 62.7974 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -718137.8191998 Edm = 2.25778 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -718139.3232958 Edm = 0.466868 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -718139.6943092 Edm = 0.0464905 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -718140.1179761 Edm = 0.376713 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -718279.504444 Edm = 37.8517 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -718332.4323729 Edm = 0.95762 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -718333.6696025 Edm = 0.0303191 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -718333.7015767 Edm = 0.00311162 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -718333.7419691 Edm = 0.0326487 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -718337.1292349 Edm = 2.91128 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -718372.8837338 Edm = 7.95508 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -718382.0125685 Edm = 2.65731 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -718384.4863349 Edm = 0.135757 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -718384.6208452 Edm = 0.00460795 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -718384.6254071 Edm = 0.00095011 NCalls = 74 +VariableMetric: Iteration # 24 - FCN = -718384.6529558 Edm = 0.028086 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -718386.0510162 Edm = 0.0520105 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -718394.3524589 Edm = 0.560167 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -718395.1689218 Edm = 0.0178644 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -718395.1875133 Edm = 0.000801232 NCalls = 90 +VariableMetric: Iteration # 29 - FCN = -718395.1885732 Edm = 0.000271015 NCalls = 92 +VariableMetric: Iteration # 30 - FCN = -718395.1920678 Edm = 0.00345207 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -718395.4835178 Edm = 0.0798774 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -718396.8526257 Edm = 0.776388 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -718399.512635 Edm = 0.168482 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -718399.8317902 Edm = 0.0527612 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -718399.912718 Edm = 0.00624453 NCalls = 111 +VariableMetric: Iteration # 36 - FCN = -718399.9218316 Edm = 0.000372851 NCalls = 113 +VariableMetric: Iteration # 37 - FCN = -718399.9224435 Edm = 0.000175647 NCalls = 115 +VariableMetric: Iteration # 38 - FCN = -718399.9260758 Edm = 0.00324959 NCalls = 119 +VariableMetric: Iteration # 39 - FCN = -718400.3249053 Edm = 0.342133 NCalls = 124 +VariableMetric: Iteration # 40 - FCN = -718402.9489774 Edm = 1.48211 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -718404.0693011 Edm = 0.386781 NCalls = 130 +VariableMetric: Iteration # 42 - FCN = -718404.3762073 Edm = 0.0478109 NCalls = 132 +VariableMetric: Iteration # 43 - FCN = -718404.4366478 Edm = 0.00100602 NCalls = 134 +VariableMetric: Iteration # 44 - FCN = -718404.4382199 Edm = 0.000240873 NCalls = 136 +VariableMetric: Iteration # 45 - FCN = -718404.4457371 Edm = 0.00683099 NCalls = 140 +VariableMetric: Iteration # 46 - FCN = -718408.0288513 Edm = 2.43056 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -718412.8007553 Edm = 2.49509 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -718415.3725613 Edm = 0.292637 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -718415.6327256 Edm = 0.118512 NCalls = 157 +VariableMetric: Iteration # 50 - FCN = -718415.7302502 Edm = 0.0136287 NCalls = 159 +VariableMetric: Iteration # 51 - FCN = -718415.7705463 Edm = 0.01971 NCalls = 161 +VariableMetric: Iteration # 52 - FCN = -718415.8734846 Edm = 0.0206514 NCalls = 164 +VariableMetric: Iteration # 53 - FCN = -718415.8914075 Edm = 0.00375857 NCalls = 166 +VariableMetric: Iteration # 54 - FCN = -718415.8946166 Edm = 0.000275952 NCalls = 167 +VariableMetric: Iteration # 55 - FCN = -718415.8956052 Edm = 0.000616181 NCalls = 169 +VariableMetric: Iteration # 56 - FCN = -718415.9251278 Edm = 0.026488 NCalls = 174 +VariableMetric: Iteration # 57 - FCN = -718418.2424639 Edm = 1.67763 NCalls = 179 +VariableMetric: Iteration # 58 - FCN = -718424.4924154 Edm = 0.551806 NCalls = 182 +VariableMetric: Iteration # 59 - FCN = -718424.9798094 Edm = 0.0383352 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -718425.0270299 Edm = 0.00505904 NCalls = 187 +VariableMetric: Iteration # 61 - FCN = -718425.0323129 Edm = 0.000474 NCalls = 188 +VariableMetric: Iteration # 62 - FCN = -718425.0330466 Edm = 0.000224973 NCalls = 190 +VariableMetric: Iteration # 63 - FCN = -718425.0347714 Edm = 0.00121715 NCalls = 193 +VariableMetric: Iteration # 64 - FCN = -718425.078344 Edm = 0.0583022 NCalls = 197 +VariableMetric: Iteration # 65 - FCN = -718425.113687 Edm = 0.0326767 NCalls = 201 +VariableMetric: Iteration # 66 - FCN = -718429.3416368 Edm = 1.0791 NCalls = 206 +VariableMetric: Iteration # 67 - FCN = -718430.6878711 Edm = 0.686137 NCalls = 208 +VariableMetric: Iteration # 68 - FCN = -718431.708493 Edm = 0.298958 NCalls = 213 +VariableMetric: Iteration # 69 - FCN = -718431.9737373 Edm = 0.188661 NCalls = 215 +VariableMetric: Iteration # 70 - FCN = -718432.0798598 Edm = 0.0030497 NCalls = 217 +VariableMetric: Iteration # 71 - FCN = -718432.0833536 Edm = 0.000270788 NCalls = 219 +VariableMetric: Iteration # 72 - FCN = -718432.0837894 Edm = 9.83848e-05 NCalls = 221 +VariableMetric: Iteration # 73 - FCN = -718432.0841507 Edm = 0.000182025 NCalls = 223 +VariableMetric: Iteration # 74 - FCN = -718432.0871531 Edm = 0.00285612 NCalls = 227 +VariableMetric: Iteration # 75 - FCN = -718432.3586475 Edm = 0.0602458 NCalls = 234 +VariableMetric: Iteration # 76 - FCN = -718433.5288113 Edm = 0.535079 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -718434.4641533 Edm = 0.15265 NCalls = 238 +VariableMetric: Iteration # 78 - FCN = -718434.6218473 Edm = 0.00550788 NCalls = 239 +VariableMetric: Iteration # 79 - FCN = -718434.6264052 Edm = 0.000368495 NCalls = 240 +VariableMetric: Iteration # 80 - FCN = -718434.6268172 Edm = 6.69778e-05 NCalls = 242 +VariableMetric: After Hessian - FCN = -718434.6268172 Edm = 1577.12 NCalls = 595 +VariableMetric: Iteration # 81 - FCN = -718434.6268172 Edm = 1577.12 NCalls = 595 +VariableMetric: Iteration # 82 - FCN = -718436.721929 Edm = 3699.93 NCalls = 601 +VariableMetric: Iteration # 83 - FCN = -718436.8226881 Edm = 5674.11 NCalls = 606 +VariableMetric: Iteration # 84 - FCN = -718437.6362741 Edm = 15091.4 NCalls = 610 +VariableMetric: Iteration # 85 - FCN = -718437.6366458 Edm = 11685.4 NCalls = 614 +VariableMetric: Iteration # 86 - FCN = -718438.5392765 Edm = 680.371 NCalls = 618 +VariableMetric: Iteration # 87 - FCN = -718438.720573 Edm = 437.646 NCalls = 622 +VariableMetric: Iteration # 88 - FCN = -718439.102555 Edm = 69.0891 NCalls = 626 +VariableMetric: Iteration # 89 - FCN = -718439.1652733 Edm = 50.1383 NCalls = 630 +VariableMetric: Iteration # 90 - FCN = -718439.4454778 Edm = 250.175 NCalls = 633 +VariableMetric: Iteration # 91 - FCN = -718439.632345 Edm = 36.2726 NCalls = 636 +VariableMetric: Iteration # 92 - FCN = -718439.7294484 Edm = 1435.37 NCalls = 638 +VariableMetric: Iteration # 93 - FCN = -718440.0822094 Edm = 101.759 NCalls = 640 +VariableMetric: Iteration # 94 - FCN = -718441.6437536 Edm = 7.95634 NCalls = 643 +VariableMetric: Iteration # 95 - FCN = -718441.8308181 Edm = 7.68321 NCalls = 645 +VariableMetric: Iteration # 96 - FCN = -718442.2393305 Edm = 16.8318 NCalls = 647 +VariableMetric: Iteration # 97 - FCN = -718443.2238854 Edm = 13.9554 NCalls = 649 +VariableMetric: Iteration # 98 - FCN = -718444.2429214 Edm = 5.30174 NCalls = 651 +VariableMetric: Iteration # 99 - FCN = -718444.4820307 Edm = 0.5824 NCalls = 653 +VariableMetric: Iteration # 100 - FCN = -718444.5553285 Edm = 0.389316 NCalls = 655 +VariableMetric: Iteration # 101 - FCN = -718444.694796 Edm = 0.54759 NCalls = 657 +VariableMetric: Iteration # 102 - FCN = -718444.7605163 Edm = 0.213601 NCalls = 659 +VariableMetric: Iteration # 103 - FCN = -718444.7862958 Edm = 0.0389598 NCalls = 661 +VariableMetric: Iteration # 104 - FCN = -718444.8218503 Edm = 0.00833941 NCalls = 664 +VariableMetric: Iteration # 105 - FCN = -718444.8313744 Edm = 0.00432034 NCalls = 666 +VariableMetric: Iteration # 106 - FCN = -718444.8345711 Edm = 0.00104369 NCalls = 668 +VariableMetric: Iteration # 107 - FCN = -718444.8359902 Edm = 0.000547104 NCalls = 670 +VariableMetric: Iteration # 108 - FCN = -718444.8375137 Edm = 0.000979633 NCalls = 672 +VariableMetric: Iteration # 109 - FCN = -718444.8413748 Edm = 0.00169042 NCalls = 674 +VariableMetric: Iteration # 110 - FCN = -718444.8422185 Edm = 0.000553856 NCalls = 676 +VariableMetric: Iteration # 111 - FCN = -718444.8432942 Edm = 0.00030765 NCalls = 679 +VariableMetric: Iteration # 112 - FCN = -718444.8440624 Edm = 0.000254279 NCalls = 683 +VariableMetric: Iteration # 113 - FCN = -718444.844197 Edm = 7.82744e-05 NCalls = 685 +VariableMetric: Iteration # 114 - FCN = -718444.8443162 Edm = 2.50814e-05 NCalls = 687 +VariableMetric: After Hessian - FCN = -718444.8443162 Edm = 5.51604e-05 NCalls = 1056 +VariableMetric: Iteration # 115 - FCN = -718444.8443162 Edm = 5.51604e-05 NCalls = 1056 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711079.203643 Edm = 4.49255 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711079.203643 Edm = 4.49255 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714291.8528569 Edm = 2.87219 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -714300.7072362 Edm = 5.95842 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -715233.0124121 Edm = 110.673 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -715562.7321156 Edm = 298.006 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -715632.1580811 Edm = 75.733 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -715675.6266813 Edm = 0.195799 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -715675.8806055 Edm = 0.0728887 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -715696.9186286 Edm = 6.43628 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -715706.4816026 Edm = 0.215407 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -715706.6915747 Edm = 0.0251993 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -715708.5286501 Edm = 1.86754 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -715718.8308909 Edm = 9.7565 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -715931.8610496 Edm = 26.2102 NCalls = 56 +VariableMetric: Iteration # 14 - FCN = -715965.1745854 Edm = 2.85055 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -715968.560875 Edm = 0.188496 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -715968.740302 Edm = 0.0153746 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -715969.7053148 Edm = 0.901851 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -716058.4393646 Edm = 16.1749 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -716079.791691 Edm = 4.86659 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -716084.4727694 Edm = 1.29786 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -716086.9320543 Edm = 0.247493 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -716087.1728382 Edm = 0.0163485 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -716087.1959168 Edm = 0.00621601 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -716087.3574141 Edm = 0.153817 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -716121.5190211 Edm = 25.2432 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -716275.9906485 Edm = 42.517 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -716336.2161083 Edm = 8.63299 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -716340.6071715 Edm = 1.10087 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -716341.5368911 Edm = 0.0589815 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -716341.5936303 Edm = 0.0178986 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -716341.6870786 Edm = 0.0802217 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -716344.4804706 Edm = 2.6043 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -716380.5898643 Edm = 21.9618 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -717412.6132305 Edm = 2115.79 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -717600.275209 Edm = 1793.82 NCalls = 135 +VariableMetric: Iteration # 36 - FCN = -717888.8193803 Edm = 308.326 NCalls = 146 +VariableMetric: Iteration # 37 - FCN = -718050.6312691 Edm = 28.3043 NCalls = 148 +VariableMetric: Iteration # 38 - FCN = -718092.5313478 Edm = 28.7126 NCalls = 150 +VariableMetric: Iteration # 39 - FCN = -718156.1637781 Edm = 29.4744 NCalls = 153 +VariableMetric: Iteration # 40 - FCN = -718182.7126533 Edm = 14.8551 NCalls = 156 +VariableMetric: Iteration # 41 - FCN = -718196.2992751 Edm = 1.77332 NCalls = 159 +VariableMetric: Iteration # 42 - FCN = -718198.0222761 Edm = 0.189454 NCalls = 160 +VariableMetric: Iteration # 43 - FCN = -718198.1702642 Edm = 0.00891612 NCalls = 162 +VariableMetric: Iteration # 44 - FCN = -718198.213839 Edm = 0.0364024 NCalls = 164 +VariableMetric: Iteration # 45 - FCN = -718198.5717628 Edm = 0.353577 NCalls = 169 +VariableMetric: Iteration # 46 - FCN = -718202.0810722 Edm = 2.43036 NCalls = 177 +VariableMetric: Iteration # 47 - FCN = -718219.1043244 Edm = 12.7561 NCalls = 180 +VariableMetric: Iteration # 48 - FCN = -718233.3771781 Edm = 11.1717 NCalls = 183 +VariableMetric: Iteration # 49 - FCN = -718262.9324842 Edm = 4.66413 NCalls = 185 +VariableMetric: Iteration # 50 - FCN = -718272.1302616 Edm = 0.665611 NCalls = 187 +VariableMetric: Iteration # 51 - FCN = -718275.1938633 Edm = 5.427 NCalls = 192 +VariableMetric: Iteration # 52 - FCN = -718280.548103 Edm = 3.62332 NCalls = 196 +VariableMetric: Iteration # 53 - FCN = -718281.2696902 Edm = 1.72333 NCalls = 198 +VariableMetric: Iteration # 54 - FCN = -718285.2451162 Edm = 1.29604 NCalls = 201 +VariableMetric: Iteration # 55 - FCN = -718287.2485563 Edm = 0.232941 NCalls = 204 +VariableMetric: Iteration # 56 - FCN = -718287.6915241 Edm = 0.0892962 NCalls = 206 +VariableMetric: Iteration # 57 - FCN = -718287.8862555 Edm = 0.0311486 NCalls = 209 +VariableMetric: Iteration # 58 - FCN = -718287.9187599 Edm = 0.00574348 NCalls = 210 +VariableMetric: Iteration # 59 - FCN = -718287.9237545 Edm = 0.000405625 NCalls = 212 +VariableMetric: Iteration # 60 - FCN = -718287.9246434 Edm = 0.00049581 NCalls = 214 +VariableMetric: Iteration # 61 - FCN = -718287.9430194 Edm = 0.01449 NCalls = 219 +VariableMetric: Iteration # 62 - FCN = -718289.6604926 Edm = 0.611269 NCalls = 224 +VariableMetric: Iteration # 63 - FCN = -718290.936955 Edm = 0.0593779 NCalls = 226 +VariableMetric: Iteration # 64 - FCN = -718290.9886701 Edm = 0.00221683 NCalls = 228 +VariableMetric: Iteration # 65 - FCN = -718290.9911558 Edm = 0.000324991 NCalls = 230 +VariableMetric: Iteration # 66 - FCN = -718290.994457 Edm = 0.00326823 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -718291.0585327 Edm = 0.0646315 NCalls = 239 +VariableMetric: Iteration # 68 - FCN = -718291.0631656 Edm = 0.00403296 NCalls = 242 +VariableMetric: Iteration # 69 - FCN = -718291.7457575 Edm = 0.615537 NCalls = 249 +VariableMetric: Iteration # 70 - FCN = -718294.6096657 Edm = 1.17936 NCalls = 254 +VariableMetric: Iteration # 71 - FCN = -718295.4062696 Edm = 0.128823 NCalls = 256 +VariableMetric: Iteration # 72 - FCN = -718295.5789094 Edm = 0.0219106 NCalls = 258 +VariableMetric: Iteration # 73 - FCN = -718295.606714 Edm = 0.00493577 NCalls = 260 +VariableMetric: Iteration # 74 - FCN = -718295.6110395 Edm = 0.000279377 NCalls = 262 +VariableMetric: Iteration # 75 - FCN = -718295.6120669 Edm = 0.000488259 NCalls = 264 +VariableMetric: Iteration # 76 - FCN = -718295.6148835 Edm = 0.00127675 NCalls = 267 +VariableMetric: Iteration # 77 - FCN = -718295.6401912 Edm = 0.023394 NCalls = 271 +VariableMetric: Iteration # 78 - FCN = -718298.2315273 Edm = 1.20875 NCalls = 276 +VariableMetric: Iteration # 79 - FCN = -718301.1447179 Edm = 0.138635 NCalls = 279 +VariableMetric: Iteration # 80 - FCN = -718301.2616696 Edm = 0.0193987 NCalls = 281 +VariableMetric: Iteration # 81 - FCN = -718301.2782682 Edm = 0.00709282 NCalls = 282 +VariableMetric: Iteration # 82 - FCN = -718301.2838944 Edm = 0.00110121 NCalls = 284 +VariableMetric: Iteration # 83 - FCN = -718301.2854843 Edm = 0.000120975 NCalls = 286 +VariableMetric: Iteration # 84 - FCN = -718301.2857869 Edm = 0.000150597 NCalls = 288 +VariableMetric: Iteration # 85 - FCN = -718301.2923611 Edm = 0.00622414 NCalls = 292 +VariableMetric: Iteration # 86 - FCN = -718301.9065981 Edm = 0.490347 NCalls = 297 +VariableMetric: Iteration # 87 - FCN = -718304.9244368 Edm = 0.0925431 NCalls = 300 +VariableMetric: Iteration # 88 - FCN = -718305.1524979 Edm = 0.0924501 NCalls = 304 +VariableMetric: Iteration # 89 - FCN = -718305.7610003 Edm = 0.0675133 NCalls = 309 +VariableMetric: Iteration # 90 - FCN = -718305.780225 Edm = 0.0400341 NCalls = 311 +VariableMetric: Iteration # 91 - FCN = -718305.8364425 Edm = 0.00158639 NCalls = 313 +VariableMetric: Iteration # 92 - FCN = -718305.8380237 Edm = 4.32015e-05 NCalls = 314 +VariableMetric: After Hessian - FCN = -718305.8380237 Edm = 767.048 NCalls = 673 +VariableMetric: Iteration # 93 - FCN = -718305.8380237 Edm = 767.048 NCalls = 673 +VariableMetric: Iteration # 94 - FCN = -718307.0528344 Edm = 226.097 NCalls = 683 +VariableMetric: Iteration # 95 - FCN = -718358.908885 Edm = 114.266 NCalls = 685 +VariableMetric: Iteration # 96 - FCN = -718364.4988714 Edm = 4.30673 NCalls = 687 +VariableMetric: Iteration # 97 - FCN = -718365.0758946 Edm = 0.578593 NCalls = 690 +VariableMetric: Iteration # 98 - FCN = -718365.5595686 Edm = 0.0474303 NCalls = 692 +VariableMetric: Iteration # 99 - FCN = -718365.66121 Edm = 0.0123869 NCalls = 695 +VariableMetric: Iteration # 100 - FCN = -718365.6796276 Edm = 0.00320617 NCalls = 697 +VariableMetric: Iteration # 101 - FCN = -718365.6827953 Edm = 0.000569877 NCalls = 698 +VariableMetric: Iteration # 102 - FCN = -718365.6835816 Edm = 8.72516e-05 NCalls = 700 +VariableMetric: Iteration # 103 - FCN = -718365.6837032 Edm = 1.091e-05 NCalls = 702 +VariableMetric: After Hessian - FCN = -718365.6837032 Edm = 0.0215953 NCalls = 1073 +VariableMetric: Iteration # 104 - FCN = -718365.6837032 Edm = 0.0215953 NCalls = 1073 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.184E+05 | Ncalls=1070 (1070 total) | +| EDM = 3.2E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -718370.4908016385 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.47 | 0.15 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | 4.39 | 0.24 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.1 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 2.293 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.49 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | p4415_s | 0.80 | 0.16 | | |0.126447 | 2.35355 | | +| 7 | rho_p | -0.32 | 0.29 | | |-6.28319 | 6.28319 | | +| 8 | Dbar_s | 0.33 | 0.04 | | | -1.464 | 1.464 | | +| 9 | p4160_s | 0.717 | 0.011 | | | 0.71676 | 3.68324 | | +| 10| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 11| psi2s_s | 1370.8 | 1.8 | | | 1358.64 | 1433.36 | | +| 12| omega_p | 6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -3.41 | 0.11 | | |-6.28319 | 6.28319 | | +| 14| jpsi_p | -1.546 | 0.016 | | |-6.28319 | 6.28319 | | +| 15| phi_p | -5.59 | 0.19 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.50 | 0.08 | | | -0.5 | 0.5 | | +| 17| omega_s | 5.9 | 0.9 | | | 4.19232 | 9.40768 | | +| 18| p3770_p | -2.34 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| rho_s | 1.06 | 0.32 | | |0.0253049| 2.0747 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p phi_s p4160_p psi2s_p p3770_s p4415_s rho_p Dbar_s p4160_s jpsi_s psi2s_s omega_p p4040_p jpsi_p phi_p Ctt omega_s p3770_p rho_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.142 0.002 0.015 0.129 0.119 -0.153 -0.024 0.126 0.000 -0.004 0.001 -0.000 -0.295 0.067 0.010 0.178 0.001 -0.056 -0.010 | +| p4415_p | -0.142 1.000 -0.001 0.003 -0.019 0.014 -0.030 0.018 -0.289 0.008 0.006 -0.006 0.000 0.013 -0.039 -0.005 -0.047 0.001 0.016 0.002 | +| phi_s | 0.002 -0.001 1.000 -0.000 -0.004 0.002 0.001 -0.070 -0.004 -0.000 -0.037 0.030 -0.002 0.000 -0.021 0.567 -0.002 -0.018 -0.004 -0.019 | +| p4160_p | 0.015 0.003 -0.000 1.000 0.005 -0.002 -0.008 0.000 0.014 -0.003 -0.001 0.001 -0.000 -0.003 0.004 0.000 -0.002 -0.000 -0.001 0.000 | +| psi2s_p | 0.129 -0.019 -0.004 0.005 1.000 -0.279 -0.098 -0.053 -0.053 0.002 0.079 -0.081 0.000 -0.215 -0.063 0.007 -0.011 0.001 -0.267 -0.023 | +| p3770_s | 0.119 0.014 0.002 -0.002 -0.279 1.000 0.080 -0.019 -0.264 -0.003 0.019 -0.032 -0.000 0.096 -0.008 0.007 0.010 0.007 -0.172 -0.020 | +| p4415_s | -0.153 -0.030 0.001 -0.008 -0.098 0.080 1.000 -0.017 -0.325 0.008 0.004 -0.008 0.000 0.194 -0.091 0.001 0.176 0.006 -0.033 -0.014 | +| rho_p | -0.024 0.018 -0.070 0.000 -0.053 -0.019 -0.017 1.000 0.042 0.001 0.071 -0.058 0.023 -0.021 0.011 -0.263 0.004 0.094 0.020 0.192 | +| Dbar_s | 0.126 -0.289 -0.004 0.014 -0.053 -0.264 -0.325 0.042 1.000 -0.003 -0.220 0.194 -0.000 -0.474 0.219 -0.019 -0.379 -0.028 0.157 0.077 | +| p4160_s | 0.000 0.008 -0.000 -0.003 0.002 -0.003 0.008 0.001 -0.003 1.000 0.000 0.000 0.000 -0.012 0.000 -0.000 -0.008 -0.000 0.002 0.000 | +| jpsi_s | -0.004 0.006 -0.037 -0.001 0.079 0.019 0.004 0.071 -0.220 0.000 1.000 -0.789 0.001 0.038 -0.067 -0.030 -0.022 -0.009 -0.035 0.021 | +| psi2s_s | 0.001 -0.006 0.030 0.001 -0.081 -0.032 -0.008 -0.058 0.194 0.000 -0.789 1.000 -0.000 -0.040 0.061 0.025 0.023 0.007 0.030 -0.016 | +| omega_p | -0.000 0.000 -0.002 -0.000 0.000 -0.000 0.000 0.023 -0.000 0.000 0.001 -0.000 1.000 0.000 0.002 0.000 0.000 -0.092 0.000 0.015 | +| p4040_p | -0.295 0.013 0.000 -0.003 -0.215 0.096 0.194 -0.021 -0.474 -0.012 0.038 -0.040 0.000 1.000 -0.136 0.001 0.036 0.009 0.067 -0.023 | +| jpsi_p | 0.067 -0.039 -0.021 0.004 -0.063 -0.008 -0.091 0.011 0.219 0.000 -0.067 0.061 0.002 -0.136 1.000 -0.032 0.044 -0.034 -0.013 0.066 | +| phi_p | 0.010 -0.005 0.567 0.000 0.007 0.007 0.001 -0.263 -0.019 -0.000 -0.030 0.025 0.000 0.001 -0.032 1.000 -0.005 -0.095 -0.012 0.042 | +| Ctt | 0.178 -0.047 -0.002 -0.002 -0.011 0.010 0.176 0.004 -0.379 -0.008 -0.022 0.023 0.000 0.036 0.044 -0.005 1.000 -0.006 -0.228 0.017 | +| omega_s | 0.001 0.001 -0.018 -0.000 0.001 0.007 0.006 0.094 -0.028 -0.000 -0.009 0.007 -0.092 0.009 -0.034 -0.095 -0.006 1.000 -0.008 -0.569 | +| p3770_p | -0.056 0.016 -0.004 -0.001 -0.267 -0.172 -0.033 0.020 0.157 0.002 -0.035 0.030 0.000 0.067 -0.013 -0.012 -0.228 -0.008 1.000 0.023 | +| rho_s | -0.010 0.002 -0.019 0.000 -0.023 -0.020 -0.014 0.192 0.077 0.000 0.021 -0.016 0.015 -0.023 0.066 0.042 0.017 -0.569 0.023 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14849394962844442}), (, {'error': 0.23726276329581797}), (, {'error': 0.9258249850767086}), (, {'error': 0.009913733231537325}), (, {'error': 0.027889959960565314}), (, {'error': 0.20145526946507974}), (, {'error': 0.15729034461237784}), (, {'error': 0.29103816964131957}), (, {'error': 0.035006792491447336}), (, {'error': 0.011068212230241514}), (, {'error': 23.235305525355216}), (, {'error': 1.8162915861538522}), (, {'error': 0.05627044184956187}), (, {'error': 0.10539299144877501}), (, {'error': 0.016002062553863272}), (, {'error': 0.18796532306675617}), (, {'error': 0.07923995556701696}), (, {'error': 0.9439607769741563}), (, {'error': 0.09930119458125586}), (, {'error': 0.31523769602778734})]) +Toy 1/10 +Time taken: 1 h, 15 min +Projected time left: 11 h, 20 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.185E+05 | Ncalls=1108 (1108 total) | +| EDM = 2.12E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -718480.5504724183 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.06 | 0.17 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -2.50 | 0.14 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 15.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | 4.02 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.455 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.81 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | p4415_s | 1.54 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | rho_p | -0.27 | 0.31 | | |-6.28319 | 6.28319 | | +| 8 | Dbar_s | -0.07 | 0.06 | | | -1.464 | 1.464 | | +| 9 | p4160_s | 2.23 | 0.17 | | | 0.71676 | 3.68324 | | +| 10| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 11| psi2s_s | 1369.9 | 1.8 | | | 1358.64 | 1433.36 | | +| 12| omega_p | 6.28 | 0.05 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 3.45 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| jpsi_p | -4.609 | 0.016 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 6.01 | 0.23 | | |-6.28319 | 6.28319 | | +| 16| Ctt | 0.16 | 0.12 | | | -0.5 | 0.5 | | +| 17| omega_s | 5.7 | 0.9 | | | 4.19232 | 9.40768 | | +| 18| p3770_p | 3.36 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| rho_s | 1.00 | 0.31 | | |0.0253049| 2.0747 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p phi_s p4160_p psi2s_p p3770_s p4415_s rho_p Dbar_s p4160_s jpsi_s psi2s_s omega_p p4040_p jpsi_p phi_p Ctt omega_s p3770_p rho_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.195 -0.008 -0.488 0.036 0.179 0.129 -0.049 -0.382 -0.055 0.017 -0.018 -0.000 -0.178 -0.006 -0.005 0.493 0.003 -0.196 -0.020 | +| p4415_p | -0.195 1.000 -0.002 0.289 -0.121 -0.006 -0.173 0.021 -0.198 -0.097 0.007 -0.008 0.000 0.135 -0.057 -0.005 -0.116 0.004 0.045 -0.001 | +| phi_s | -0.008 -0.002 1.000 -0.001 -0.019 -0.010 -0.004 0.259 0.019 -0.006 -0.007 0.007 -0.002 -0.006 -0.048 0.674 0.007 0.003 0.003 0.066 | +| p4160_p | -0.488 0.289 -0.001 1.000 -0.136 -0.099 -0.003 0.032 0.162 -0.116 0.005 -0.005 0.001 0.039 -0.021 -0.004 -0.439 0.002 0.205 0.004 | +| psi2s_p | 0.036 -0.121 -0.019 -0.136 1.000 -0.249 -0.075 -0.055 0.002 -0.192 0.042 -0.044 -0.000 -0.337 0.112 -0.016 0.178 -0.004 -0.316 -0.013 | +| p3770_s | 0.179 -0.006 -0.010 -0.099 -0.249 1.000 0.071 -0.029 -0.211 0.072 0.021 -0.032 -0.000 -0.057 0.012 -0.008 0.080 0.007 -0.225 -0.023 | +| p4415_s | 0.129 -0.173 -0.004 -0.003 -0.075 0.071 1.000 -0.029 -0.411 0.342 0.001 -0.002 -0.000 0.140 -0.116 -0.005 0.380 0.004 -0.179 -0.012 | +| rho_p | -0.049 0.021 0.259 0.032 -0.055 -0.029 -0.029 1.000 0.046 -0.025 0.069 -0.056 0.020 0.000 -0.123 0.161 -0.023 0.075 0.025 0.202 | +| Dbar_s | -0.382 -0.198 0.019 0.162 0.002 -0.211 -0.411 0.046 1.000 -0.509 -0.129 0.111 0.000 -0.208 0.080 0.017 -0.743 -0.016 0.398 0.046 | +| p4160_s | -0.055 -0.097 -0.006 -0.116 -0.192 0.072 0.342 -0.025 -0.509 1.000 0.015 -0.016 0.000 0.429 -0.148 -0.009 0.312 0.008 -0.134 -0.019 | +| jpsi_s | 0.017 0.007 -0.007 0.005 0.042 0.021 0.001 0.069 -0.129 0.015 1.000 -0.793 0.001 0.023 0.043 0.009 -0.025 -0.009 -0.030 0.018 | +| psi2s_s | -0.018 -0.008 0.007 -0.005 -0.044 -0.032 -0.002 -0.056 0.111 -0.016 -0.793 1.000 -0.000 -0.022 -0.031 -0.007 0.025 0.007 0.022 -0.014 | +| omega_p | -0.000 0.000 -0.002 0.001 -0.000 -0.000 -0.000 0.020 0.000 0.000 0.001 -0.000 1.000 0.000 0.000 -0.001 -0.000 -0.080 0.000 0.019 | +| p4040_p | -0.178 0.135 -0.006 0.039 -0.337 -0.057 0.140 0.000 -0.208 0.429 0.023 -0.022 0.000 1.000 -0.153 -0.010 -0.135 0.008 0.092 -0.013 | +| jpsi_p | -0.006 -0.057 -0.048 -0.021 0.112 0.012 -0.116 -0.123 0.080 -0.148 0.043 -0.031 0.000 -0.153 1.000 -0.048 -0.119 -0.004 -0.050 -0.037 | +| phi_p | -0.005 -0.005 0.674 -0.004 -0.016 -0.008 -0.005 0.161 0.017 -0.009 0.009 -0.007 -0.001 -0.010 -0.048 1.000 0.007 -0.025 -0.000 0.055 | +| Ctt | 0.493 -0.116 0.007 -0.439 0.178 0.080 0.380 -0.023 -0.743 0.312 -0.025 0.025 -0.000 -0.135 -0.119 0.007 1.000 -0.009 -0.469 0.015 | +| omega_s | 0.003 0.004 0.003 0.002 -0.004 0.007 0.004 0.075 -0.016 0.008 -0.009 0.007 -0.080 0.008 -0.004 -0.025 -0.009 1.000 -0.003 -0.577 | +| p3770_p | -0.196 0.045 0.003 0.205 -0.316 -0.225 -0.179 0.025 0.398 -0.134 -0.030 0.022 0.000 0.092 -0.050 -0.000 -0.469 -0.003 1.000 0.015 | +| rho_s | -0.020 -0.001 0.066 0.004 -0.013 -0.023 -0.012 0.202 0.046 -0.019 0.018 -0.014 0.019 -0.013 -0.037 0.055 0.015 -0.577 0.015 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17179027920940204}), (, {'error': 0.1392774140570563}), (, {'error': 0.9698435739779123}), (, {'error': 0.09397674234265185}), (, {'error': 0.028727679540953233}), (, {'error': 0.20241267463951296}), (, {'error': 0.17819227714024855}), (, {'error': 0.30749886865224907}), (, {'error': 0.056228450803731844}), (, {'error': 0.16854848843852244}), (, {'error': 33.142829926567174}), (, {'error': 1.830189416967869}), (, {'error': 0.048189538976721735}), (, {'error': 0.17216475681565413}), (, {'error': 0.01600062509303024}), (, {'error': 0.22739948229810825}), (, {'error': 0.11730351883651763}), (, {'error': 0.9327439778322999}), (, {'error': 0.09705742143148566}), (, {'error': 0.3134580619051136})]) +Toy 2/10 +Time taken: 2 h, 33 min +Projected time left: 10 h, 14 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.184E+05 | Ncalls=869 (869 total) | +| EDM = 0.000743 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -718381.6849243289 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 0.48 | 0.18 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -2.27 | 0.18 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.9 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | 4.56 | 0.11 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 4.284 | 0.030 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 0.92 | 0.03 | | |0.918861 | 4.08114 | | +| 6 | p4415_s | 1.17 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | rho_p | 5.89 | 0.27 | | |-6.28319 | 6.28319 | | +| 8 | Dbar_s | 0.21 | 0.05 | | | -1.464 | 1.464 | | +| 9 | p4160_s | 1.90 | 0.17 | | | 0.71676 | 3.68324 | | +| 10| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 11| psi2s_s | 1364.7 | 1.4 | | | 1358.64 | 1433.36 | | +| 12| omega_p | -5.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 14| jpsi_p | -1.732 | 0.016 | | |-6.28319 | 6.28319 | | +| 15| phi_p | -6.3 | 1.3 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.27 | 0.14 | | | -0.5 | 0.5 | | +| 17| omega_s | 8.4 | 1.6 | | | 4.19232 | 9.40768 | | +| 18| p3770_p | -6.283 | 0.008 | | |-6.28319 | 6.28319 | | +| 19| rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p phi_s p4160_p psi2s_p p3770_s p4415_s rho_p Dbar_s p4160_s jpsi_s psi2s_s omega_p p4040_p jpsi_p phi_p Ctt omega_s p3770_p rho_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.226 0.003 -0.483 -0.433 -0.036 0.149 -0.037 -0.356 -0.198 -0.007 0.006 -0.001 -0.270 0.065 0.003 0.558 0.000 -0.004 -0.000 | +| p4415_p | -0.226 1.000 -0.002 0.311 0.061 0.011 -0.197 0.021 -0.203 -0.032 0.007 0.000 -0.004 0.165 -0.083 -0.003 -0.125 -0.002 -0.000 -0.004 | +| phi_s | 0.003 -0.002 1.000 -0.009 -0.032 -0.001 0.008 0.277 -0.004 0.007 -0.003 0.001 0.155 0.002 -0.067 0.899 0.013 0.114 -0.000 0.065 | +| p4160_p | -0.483 0.311 -0.009 1.000 0.345 0.036 -0.064 0.025 0.181 -0.026 0.016 -0.004 -0.006 0.044 -0.093 -0.009 -0.477 -0.004 0.001 -0.009 | +| psi2s_p | -0.433 0.061 -0.032 0.345 1.000 0.069 -0.361 0.005 0.648 -0.258 -0.009 -0.010 -0.015 0.005 -0.064 -0.033 -0.694 -0.017 0.003 -0.000 | +| p3770_s | -0.036 0.011 -0.001 0.036 0.069 1.000 -0.029 0.002 0.055 -0.012 0.001 -0.003 -0.001 0.017 -0.010 -0.001 -0.076 -0.001 -0.007 -0.001 | +| p4415_s | 0.149 -0.197 0.008 -0.064 -0.361 -0.029 1.000 -0.019 -0.421 0.364 -0.009 0.001 -0.002 0.148 -0.027 0.007 0.420 0.000 -0.001 0.001 | +| rho_p | -0.037 0.021 0.277 0.025 0.005 0.002 -0.019 1.000 0.029 -0.007 0.033 -0.024 0.135 0.007 -0.030 0.231 -0.014 0.077 0.000 0.201 | +| Dbar_s | -0.356 -0.203 -0.004 0.181 0.648 0.055 -0.421 0.029 1.000 -0.490 -0.056 0.035 0.010 -0.237 0.065 -0.004 -0.754 0.001 0.004 0.026 | +| p4160_s | -0.198 -0.032 0.007 -0.026 -0.258 -0.012 0.364 -0.007 -0.490 1.000 0.002 -0.002 -0.005 0.488 -0.106 0.006 0.238 -0.001 -0.001 -0.009 | +| jpsi_s | -0.007 0.007 -0.003 0.016 -0.009 0.001 -0.009 0.033 -0.056 0.002 1.000 -0.571 0.006 0.018 -0.038 0.002 -0.031 -0.001 -0.000 0.011 | +| psi2s_s | 0.006 0.000 0.001 -0.004 -0.010 -0.003 0.001 -0.024 0.035 -0.002 -0.571 1.000 -0.006 -0.010 0.018 -0.002 -0.003 0.000 0.000 -0.011 | +| omega_p | -0.001 -0.004 0.155 -0.006 -0.015 -0.001 -0.002 0.135 0.010 -0.005 0.006 -0.006 1.000 -0.008 -0.026 0.146 0.012 0.829 0.000 0.531 | +| p4040_p | -0.270 0.165 0.002 0.044 0.005 0.017 0.148 0.007 -0.237 0.488 0.018 -0.010 -0.008 1.000 -0.170 0.002 -0.137 -0.002 0.000 -0.016 | +| jpsi_p | 0.065 -0.083 -0.067 -0.093 -0.064 -0.010 -0.027 -0.030 0.065 -0.106 -0.038 0.018 -0.026 -0.170 1.000 -0.073 0.161 -0.040 0.002 0.043 | +| phi_p | 0.003 -0.003 0.899 -0.009 -0.033 -0.001 0.007 0.231 -0.004 0.006 0.002 -0.002 0.146 0.002 -0.073 1.000 0.011 0.098 -0.000 0.064 | +| Ctt | 0.558 -0.125 0.013 -0.477 -0.694 -0.076 0.420 -0.014 -0.754 0.238 -0.031 -0.003 0.012 -0.137 0.161 0.011 1.000 0.004 -0.001 0.035 | +| omega_s | 0.000 -0.002 0.114 -0.004 -0.017 -0.001 0.000 0.077 0.001 -0.001 -0.001 0.000 0.829 -0.002 -0.040 0.098 0.004 1.000 0.000 0.194 | +| p3770_p | -0.004 -0.000 -0.000 0.001 0.003 -0.007 -0.001 0.000 0.004 -0.001 -0.000 0.000 0.000 0.000 0.002 -0.000 -0.001 0.000 1.000 0.000 | +| rho_s | -0.000 -0.004 0.065 -0.009 -0.000 -0.001 0.001 0.201 0.026 -0.009 0.011 -0.011 0.531 -0.016 0.043 0.064 0.035 0.194 0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17693381008892772}), (, {'error': 0.17808638456849657}), (, {'error': 1.7105478551516118}), (, {'error': 0.10747685663050532}), (, {'error': 0.029855447171549088}), (, {'error': 0.034021017661925945}), (, {'error': 0.18278992745070266}), (, {'error': 0.2746915839207622}), (, {'error': 0.05499753922469042}), (, {'error': 0.17022450750671458}), (, {'error': 10.308027751924783}), (, {'error': 1.3597417071563314}), (, {'error': 0.3777921922927905}), (, {'error': 0.37309441638583296}), (, {'error': 0.015682818347750427}), (, {'error': 1.281007238252609}), (, {'error': 0.13946544706192843}), (, {'error': 1.587573799135325}), (, {'error': 0.008360756851506945}), (, {'error': 0.32724253813746756})]) +Toy 3/10 +Time taken: 3 h, 37 min +Projected time left: 8 h, 27 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.185E+05 | Ncalls=1500 (1500 total) | +| EDM = 1.25E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -718480.2668144924 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.00 | 0.17 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | 3.95 | 0.14 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.0 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | -2.05 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.072 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.79 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | p4415_s | 1.50 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | rho_p | -6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 8 | Dbar_s | -0.04 | 0.05 | | | -1.464 | 1.464 | | +| 9 | p4160_s | 2.19 | 0.17 | | | 0.71676 | 3.68324 | | +| 10| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 11| psi2s_s | 1370.7 | 1.4 | | | 1358.64 | 1433.36 | | +| 12| omega_p | 6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 3.69 | 0.18 | | |-6.28319 | 6.28319 | | +| 14| jpsi_p | -1.565 | 0.016 | | |-6.28319 | 6.28319 | | +| 15| phi_p | -5.65 | 0.19 | | |-6.28319 | 6.28319 | | +| 16| Ctt | 0.13 | 0.12 | | | -0.5 | 0.5 | | +| 17| omega_s | 6.3 | 0.9 | | | 4.19232 | 9.40768 | | +| 18| p3770_p | 3.71 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p phi_s p4160_p psi2s_p p3770_s p4415_s rho_p Dbar_s p4160_s jpsi_s psi2s_s omega_p p4040_p jpsi_p phi_p Ctt omega_s p3770_p rho_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.191 -0.000 -0.476 -0.028 0.197 0.120 -0.006 -0.351 -0.072 0.005 -0.008 0.000 -0.166 0.047 -0.000 0.489 0.015 -0.204 -0.022 | +| p4415_p | -0.191 1.000 0.000 0.294 -0.061 -0.000 -0.160 0.004 -0.234 -0.086 0.005 -0.007 0.000 0.141 -0.093 -0.002 -0.098 -0.002 0.051 0.002 | +| phi_s | -0.000 0.000 1.000 0.000 -0.006 0.002 -0.001 -0.010 -0.003 0.001 -0.019 0.013 -0.001 0.001 -0.024 0.588 -0.005 -0.004 -0.002 -0.027 | +| p4160_p | -0.476 0.294 0.000 1.000 -0.042 -0.102 0.016 0.005 0.100 -0.090 0.009 -0.009 0.000 0.039 -0.100 -0.001 -0.416 -0.005 0.209 0.004 | +| psi2s_p | -0.028 -0.061 -0.006 -0.042 1.000 -0.233 -0.113 -0.007 0.057 -0.194 0.040 -0.046 0.001 -0.261 -0.035 -0.005 -0.000 0.015 -0.245 -0.028 | +| p3770_s | 0.197 -0.000 0.002 -0.102 -0.233 1.000 0.088 -0.002 -0.253 0.088 0.011 -0.029 0.000 -0.043 0.011 0.004 0.125 0.015 -0.230 -0.027 | +| p4415_s | 0.120 -0.160 -0.001 0.016 -0.113 0.088 1.000 -0.003 -0.404 0.340 -0.002 0.000 0.001 0.155 -0.045 -0.005 0.377 0.011 -0.180 -0.012 | +| rho_p | -0.006 0.004 -0.010 0.005 -0.007 -0.002 -0.003 1.000 0.001 -0.002 0.006 -0.004 0.002 0.002 -0.008 -0.054 -0.006 0.099 0.003 -0.052 | +| Dbar_s | -0.351 -0.234 -0.003 0.100 0.057 -0.253 -0.404 0.001 1.000 -0.512 -0.074 0.056 -0.001 -0.265 0.117 -0.004 -0.719 -0.030 0.382 0.053 | +| p4160_s | -0.072 -0.086 0.001 -0.090 -0.194 0.088 0.340 -0.002 -0.512 1.000 0.005 -0.008 0.001 0.444 -0.093 -0.004 0.312 0.014 -0.127 -0.019 | +| jpsi_s | 0.005 0.005 -0.019 0.009 0.040 0.011 -0.002 0.006 -0.074 0.005 1.000 -0.591 -0.000 0.016 -0.040 -0.008 -0.019 -0.017 -0.010 0.018 | +| psi2s_s | -0.008 -0.007 0.013 -0.009 -0.046 -0.029 0.000 -0.004 0.056 -0.008 -0.591 1.000 0.000 -0.017 0.036 0.005 0.023 0.010 0.001 -0.011 | +| omega_p | 0.000 0.000 -0.001 0.000 0.001 0.000 0.001 0.002 -0.001 0.001 -0.000 0.000 1.000 0.001 0.002 0.005 0.000 -0.103 0.000 0.013 | +| p4040_p | -0.166 0.141 0.001 0.039 -0.261 -0.043 0.155 0.002 -0.265 0.444 0.016 -0.017 0.001 1.000 -0.162 -0.004 -0.104 0.009 0.094 -0.016 | +| jpsi_p | 0.047 -0.093 -0.024 -0.100 -0.035 0.011 -0.045 -0.008 0.117 -0.093 -0.040 0.036 0.002 -0.162 1.000 -0.038 0.109 -0.040 -0.069 0.074 | +| phi_p | -0.000 -0.002 0.588 -0.001 -0.005 0.004 -0.005 -0.054 -0.004 -0.004 -0.008 0.005 0.005 -0.004 -0.038 1.000 -0.012 -0.024 -0.004 0.001 | +| Ctt | 0.489 -0.098 -0.005 -0.416 -0.000 0.125 0.377 -0.006 -0.719 0.312 -0.019 0.023 0.000 -0.104 0.109 -0.012 1.000 -0.006 -0.501 0.022 | +| omega_s | 0.015 -0.002 -0.004 -0.005 0.015 0.015 0.011 0.099 -0.030 0.014 -0.017 0.010 -0.103 0.009 -0.040 -0.024 -0.006 1.000 -0.009 -0.583 | +| p3770_p | -0.204 0.051 -0.002 0.209 -0.245 -0.230 -0.180 0.003 0.382 -0.127 -0.010 0.001 0.000 0.094 -0.069 -0.004 -0.501 -0.009 1.000 0.014 | +| rho_s | -0.022 0.002 -0.027 0.004 -0.028 -0.027 -0.012 -0.052 0.053 -0.019 0.018 -0.011 0.013 -0.016 0.074 0.001 0.022 -0.583 0.014 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16961910204798403}), (, {'error': 0.14145303335072867}), (, {'error': 0.9358918110946757}), (, {'error': 0.09472949237729855}), (, {'error': 0.028430828059780033}), (, {'error': 0.20244914951314907}), (, {'error': 0.17695612872609168}), (, {'error': 0.09697023446811759}), (, {'error': 0.05389011400006971}), (, {'error': 0.16685079854235885}), (, {'error': 34.69931137520052}), (, {'error': 1.3853584400973205}), (, {'error': 0.06406298523210285}), (, {'error': 0.18050898213417188}), (, {'error': 0.016280062879416857}), (, {'error': 0.18690288144667866}), (, {'error': 0.12101944433624201}), (, {'error': 0.9220850990066793}), (, {'error': 0.09864326323914963}), (, {'error': 0.34298357057700196})]) +Toy 4/10 +Time taken: 5 h, 12 min +Projected time left: 7 h, 48 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.185E+05 | Ncalls=1108 (1108 total) | +| EDM = 3.61E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -718484.1120482727 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.01 | 0.17 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -2.34 | 0.14 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.1 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | 4.23 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.070 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.80 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | p4415_s | 1.50 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | rho_p | -0.51 | 0.30 | | |-6.28319 | 6.28319 | | +| 8 | Dbar_s | -0.04 | 0.05 | | | -1.464 | 1.464 | | +| 9 | p4160_s | 2.19 | 0.17 | | | 0.71676 | 3.68324 | | +| 10| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 11| psi2s_s | 1370.8 | 2.1 | | | 1358.64 | 1433.36 | | +| 12| omega_p | -5.54 | 0.31 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 3.69 | 0.18 | | |-6.28319 | 6.28319 | | +| 14| jpsi_p | 4.718 | 0.016 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 0.70 | 0.18 | | |-6.28319 | 6.28319 | | +| 16| Ctt | 0.13 | 0.12 | | | -0.5 | 0.5 | | +| 17| omega_s | 8.6 | 1.4 | | | 4.19232 | 9.40768 | | +| 18| p3770_p | -2.57 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p phi_s p4160_p psi2s_p p3770_s p4415_s rho_p Dbar_s p4160_s jpsi_s psi2s_s omega_p p4040_p jpsi_p phi_p Ctt omega_s p3770_p rho_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 -0.195 0.001 -0.475 -0.025 0.199 0.125 -0.045 -0.349 -0.068 0.009 -0.011 -0.005 -0.166 0.047 0.011 0.488 -0.000 -0.205 -0.005 | +| p4415_p | -0.195 1.000 -0.001 0.295 -0.059 -0.003 -0.180 0.022 -0.228 -0.096 0.013 -0.014 -0.004 0.139 -0.094 -0.008 -0.107 -0.002 0.055 -0.007 | +| phi_s | 0.001 -0.001 1.000 -0.002 -0.006 0.001 0.001 -0.055 0.002 0.001 -0.043 0.037 0.011 -0.000 -0.016 0.519 -0.001 0.003 -0.001 -0.007 | +| p4160_p | -0.475 0.295 -0.002 1.000 -0.042 -0.103 0.009 0.029 0.097 -0.095 0.021 -0.020 -0.004 0.039 -0.102 -0.009 -0.416 -0.003 0.210 -0.008 | +| psi2s_p | -0.025 -0.059 -0.006 -0.042 1.000 -0.226 -0.109 -0.051 0.042 -0.190 0.082 -0.084 -0.016 -0.258 -0.039 0.008 0.001 -0.011 -0.250 -0.013 | +| p3770_s | 0.199 -0.003 0.001 -0.103 -0.226 1.000 0.090 -0.028 -0.256 0.089 0.023 -0.034 -0.008 -0.044 0.011 0.009 0.128 -0.001 -0.234 -0.016 | +| p4415_s | 0.125 -0.180 0.001 0.009 -0.109 0.090 1.000 -0.026 -0.395 0.342 -0.007 0.005 -0.005 0.151 -0.041 0.002 0.381 -0.001 -0.183 -0.003 | +| rho_p | -0.045 0.022 -0.055 0.029 -0.051 -0.028 -0.026 1.000 0.036 -0.021 0.088 -0.076 0.155 0.001 0.004 -0.256 -0.016 0.039 0.022 0.174 | +| Dbar_s | -0.349 -0.228 0.002 0.097 0.042 -0.256 -0.395 0.036 1.000 -0.508 -0.156 0.140 0.016 -0.265 0.124 -0.007 -0.707 0.003 0.383 0.035 | +| p4160_s | -0.068 -0.096 0.001 -0.095 -0.190 0.089 0.342 -0.021 -0.508 1.000 0.010 -0.012 -0.009 0.442 -0.091 0.000 0.315 -0.001 -0.130 -0.011 | +| jpsi_s | 0.009 0.013 -0.043 0.021 0.082 0.023 -0.007 0.088 -0.156 0.010 1.000 -0.844 0.013 0.034 -0.088 -0.037 -0.043 -0.004 -0.020 0.009 | +| psi2s_s | -0.011 -0.014 0.037 -0.020 -0.084 -0.034 0.005 -0.076 0.140 -0.012 -0.844 1.000 -0.011 -0.034 0.082 0.032 0.044 0.003 0.014 -0.007 | +| omega_p | -0.005 -0.004 0.011 -0.004 -0.016 -0.008 -0.005 0.155 0.016 -0.009 0.013 -0.011 1.000 -0.010 -0.003 -0.011 0.007 0.762 -0.001 0.546 | +| p4040_p | -0.166 0.139 -0.000 0.039 -0.258 -0.044 0.151 0.001 -0.265 0.442 0.034 -0.034 -0.010 1.000 -0.163 -0.006 -0.105 -0.003 0.094 -0.016 | +| jpsi_p | 0.047 -0.094 -0.016 -0.102 -0.039 0.011 -0.041 0.004 0.124 -0.091 -0.088 0.082 -0.003 -0.163 1.000 -0.025 0.112 -0.022 -0.069 0.052 | +| phi_p | 0.011 -0.008 0.519 -0.009 0.008 0.009 0.002 -0.256 -0.007 0.000 -0.037 0.032 -0.011 -0.006 -0.025 1.000 -0.003 -0.049 -0.008 0.068 | +| Ctt | 0.488 -0.107 -0.001 -0.416 0.001 0.128 0.381 -0.016 -0.707 0.315 -0.043 0.044 0.007 -0.105 0.112 -0.003 1.000 0.002 -0.503 0.026 | +| omega_s | -0.000 -0.002 0.003 -0.003 -0.011 -0.001 -0.001 0.039 0.003 -0.001 -0.004 0.003 0.762 -0.003 -0.022 -0.049 0.002 1.000 -0.003 0.153 | +| p3770_p | -0.205 0.055 -0.001 0.210 -0.250 -0.234 -0.183 0.022 0.383 -0.130 -0.020 0.014 -0.001 0.094 -0.069 -0.008 -0.503 -0.003 1.000 0.003 | +| rho_s | -0.005 -0.007 -0.007 -0.008 -0.013 -0.016 -0.003 0.174 0.035 -0.011 0.009 -0.007 0.546 -0.016 0.052 0.068 0.026 0.153 0.003 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16953414306728876}), (, {'error': 0.14205055470301597}), (, {'error': 0.8931496547148896}), (, {'error': 0.09435093415877116}), (, {'error': 0.028561648237805937}), (, {'error': 0.2026565399357736}), (, {'error': 0.1776189104851318}), (, {'error': 0.30377896995725395}), (, {'error': 0.05436864291505794}), (, {'error': 0.16704401364763322}), (, {'error': 40.128174854429744}), (, {'error': 2.084691117172838}), (, {'error': 0.31341373697578323}), (, {'error': 0.17884144850770411}), (, {'error': 0.01631506547765582}), (, {'error': 0.17722140587888768}), (, {'error': 0.12123529397997351}), (, {'error': 1.3683501742591497}), (, {'error': 0.09878536094566259}), (, {'error': 0.3204305412112356})]) +Toy 5/10 +Time taken: 6 h, 30 min +Projected time left: 6 h, 30 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.184E+05 | Ncalls=1186 (1186 total) | +| EDM = 7.97E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -718444.3062349525 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 0.91 | 0.18 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.1 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | 3.99 | 0.11 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -4.434 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.71 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | p4415_s | 0.126 | 0.014 | | |0.126447 | 2.35355 | | +| 7 | rho_p | 6.02 | 0.29 | | |-6.28319 | 6.28319 | | +| 8 | Dbar_s | 0.14 | 0.05 | | | -1.464 | 1.464 | | +| 9 | p4160_s | 1.74 | 0.16 | | | 0.71676 | 3.68324 | | +| 10| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 11| psi2s_s | 1369.9 | 2.5 | | | 1358.64 | 1433.36 | | +| 12| omega_p | -5.4 | 0.3 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | 3.17 | 0.19 | | |-6.28319 | 6.28319 | | +| 14| jpsi_p | 1.691 | 0.016 | | |-6.28319 | 6.28319 | | +| 15| phi_p | -6.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.23 | 0.12 | | | -0.5 | 0.5 | | +| 17| omega_s | 8.4 | 1.5 | | | 4.19232 | 9.40768 | | +| 18| p3770_p | -2.77 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p phi_s p4160_p psi2s_p p3770_s p4415_s rho_p Dbar_s p4160_s jpsi_s psi2s_s omega_p p4040_p jpsi_p phi_p Ctt omega_s p3770_p rho_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 0.006 -0.003 -0.427 0.156 0.144 -0.009 -0.029 -0.345 -0.202 -0.003 0.002 0.001 -0.221 0.022 0.000 0.514 0.001 -0.253 -0.001 | +| p4415_p | 0.006 1.000 -0.000 -0.012 0.008 -0.003 -0.020 0.000 0.027 -0.009 -0.001 0.001 0.000 -0.011 0.007 0.000 -0.011 0.000 0.006 0.000 | +| phi_s | -0.003 -0.000 1.000 -0.000 -0.013 -0.005 -0.000 0.172 0.011 0.001 -0.025 0.022 0.051 -0.001 -0.028 0.412 0.006 0.047 0.003 0.019 | +| p4160_p | -0.427 -0.012 -0.000 1.000 -0.124 -0.066 0.009 0.021 0.280 -0.157 0.021 -0.020 -0.005 -0.123 0.018 -0.002 -0.489 -0.003 0.253 -0.005 | +| psi2s_p | 0.156 0.008 -0.013 -0.124 1.000 -0.314 -0.001 -0.045 -0.106 -0.170 0.068 -0.068 -0.014 -0.320 0.092 -0.007 0.234 -0.013 -0.328 -0.013 | +| p3770_s | 0.144 -0.003 -0.005 -0.066 -0.314 1.000 -0.001 -0.017 -0.165 0.063 0.029 -0.038 -0.006 0.015 0.004 -0.002 -0.000 -0.001 -0.169 -0.018 | +| p4415_s | -0.009 -0.020 -0.000 0.009 -0.001 -0.001 1.000 0.001 0.007 -0.013 0.001 -0.001 -0.000 -0.002 0.003 -0.000 -0.016 -0.000 0.008 -0.000 | +| rho_p | -0.029 0.000 0.172 0.021 -0.045 -0.017 0.001 1.000 0.022 -0.012 0.089 -0.080 0.118 -0.005 -0.104 0.062 -0.011 0.040 0.015 0.178 | +| Dbar_s | -0.345 0.027 0.011 0.280 -0.106 -0.165 0.007 0.022 1.000 -0.500 -0.194 0.178 0.010 -0.268 0.032 0.002 -0.752 0.002 0.445 0.029 | +| p4160_s | -0.202 -0.009 0.001 -0.157 -0.170 0.063 -0.013 -0.012 -0.500 1.000 0.018 -0.018 -0.007 0.422 -0.134 -0.001 0.267 -0.001 -0.123 -0.011 | +| jpsi_s | -0.003 -0.001 -0.025 0.021 0.068 0.029 0.001 0.089 -0.194 0.018 1.000 -0.893 0.014 0.046 0.075 0.005 -0.059 -0.005 -0.036 0.020 | +| psi2s_s | 0.002 0.001 0.022 -0.020 -0.068 -0.038 -0.001 -0.080 0.178 -0.018 -0.893 1.000 -0.013 -0.045 -0.065 -0.005 0.059 0.004 0.031 -0.017 | +| omega_p | 0.001 0.000 0.051 -0.005 -0.014 -0.006 -0.000 0.118 0.010 -0.007 0.014 -0.013 1.000 -0.011 -0.044 0.021 0.011 0.797 -0.003 0.520 | +| p4040_p | -0.221 -0.011 -0.001 -0.123 -0.320 0.015 -0.002 -0.005 -0.268 0.422 0.046 -0.045 -0.011 1.000 -0.136 -0.002 -0.059 -0.004 0.069 -0.017 | +| jpsi_p | 0.022 0.007 -0.028 0.018 0.092 0.004 0.003 -0.104 0.032 -0.134 0.075 -0.065 -0.044 -0.136 1.000 -0.021 -0.111 -0.034 -0.049 -0.041 | +| phi_p | 0.000 0.000 0.412 -0.002 -0.007 -0.002 -0.000 0.062 0.002 -0.001 0.005 -0.005 0.021 -0.002 -0.021 1.000 0.003 0.007 -0.001 0.014 | +| Ctt | 0.514 -0.011 0.006 -0.489 0.234 -0.000 -0.016 -0.011 -0.752 0.267 -0.059 0.059 0.011 -0.059 -0.111 0.003 1.000 0.003 -0.501 0.028 | +| omega_s | 0.001 0.000 0.047 -0.003 -0.013 -0.001 -0.000 0.040 0.002 -0.001 -0.005 0.004 0.797 -0.004 -0.034 0.007 0.003 1.000 -0.004 0.150 | +| p3770_p | -0.253 0.006 0.003 0.253 -0.328 -0.169 0.008 0.015 0.445 -0.123 -0.036 0.031 -0.003 0.069 -0.049 -0.001 -0.501 -0.004 1.000 0.005 | +| rho_s | -0.001 0.000 0.019 -0.005 -0.013 -0.018 -0.000 0.178 0.029 -0.011 0.020 -0.017 0.520 -0.017 -0.041 0.014 0.028 0.150 0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17662913362518418}), (, {'error': 0.13520384545156583}), (, {'error': 0.8411911840018229}), (, {'error': 0.11343287181884953}), (, {'error': 0.028767236880414604}), (, {'error': 0.20226392891637124}), (, {'error': 0.01386790375085993}), (, {'error': 0.28579573238299716}), (, {'error': 0.05155729504394102}), (, {'error': 0.16447065112404935}), (, {'error': 35.12602947136202}), (, {'error': 2.480777939155132}), (, {'error': 0.3421787606097384}), (, {'error': 0.19328787322113428}), (, {'error': 0.015836183144849247}), (, {'error': 0.16796834098265156}), (, {'error': 0.11944282674062334}), (, {'error': 1.4816505486496574}), (, {'error': 0.10499912559277447}), (, {'error': 0.31976026876728947})]) +Toy 6/10 +Time taken: 7 h, 53 min +Projected time left: 5 h, 15 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.184E+05 | Ncalls=849 (860 total) | +| EDM = 3.04E+03 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -718428.9157436271 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 0.005 | 0.005 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | 4.07 | 0.23 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 14.8 | 0.3 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | 4.48 | 0.23 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | -2.53 | 0.04 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.6 | 0.4 | | |0.918861 | 4.08114 | | +| 6 | p4415_s | 1.41 | 0.20 | | |0.126447 | 2.35355 | | +| 7 | rho_p | 5.99 | 0.15 | | |-6.28319 | 6.28319 | | +| 8 | Dbar_s | -0.06 | 0.13 | | | -1.464 | 1.464 | | +| 9 | p4160_s | 2.36 | 0.08 | | | 0.71676 | 3.68324 | | +| 10| jpsi_s | 0.990E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 11| psi2s_s | 1358.69 | 0.06 | | | 1358.64 | 1433.36 | | +| 12| omega_p | 0.024 | 0.099 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -6 | 12 | | |-6.28319 | 6.28319 | | +| 14| jpsi_p | 1.494 | 0.019 | | |-6.28319 | 6.28319 | | +| 15| phi_p | -0.41 | 0.08 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.4 | 0.5 | | | -0.5 | 0.5 | | +| 17| omega_s | 6.3 | 0.4 | | | 4.19232 | 9.40768 | | +| 18| p3770_p | -2.15 | 0.21 | | |-6.28319 | 6.28319 | | +| 19| rho_s | 0.92 | 0.19 | | |0.0253049| 2.0747 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p phi_s p4160_p psi2s_p p3770_s p4415_s rho_p Dbar_s p4160_s jpsi_s psi2s_s omega_p p4040_p jpsi_p phi_p Ctt omega_s p3770_p rho_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 0.502 -0.093 0.514 -0.496 0.506 -0.484 -0.182 0.516 0.396 -0.497 0.002 -0.040 -0.503 0.474 -0.094 -0.518 -0.046 0.509 -0.407 | +| p4415_p | 0.502 1.000 -0.173 0.959 -0.926 0.945 -0.906 -0.339 0.962 0.716 -0.926 0.004 -0.074 -0.889 0.883 -0.175 -0.967 -0.085 0.951 -0.760 | +| phi_s | -0.093 -0.173 1.000 -0.178 0.172 -0.175 0.168 0.089 -0.178 -0.134 0.173 -0.001 0.019 0.165 -0.164 0.158 0.179 0.019 -0.176 0.144 | +| p4160_p | 0.514 0.959 -0.178 1.000 -0.948 0.967 -0.925 -0.347 0.986 0.745 -0.949 0.004 -0.076 -0.909 0.906 -0.179 -0.990 -0.087 0.973 -0.778 | +| psi2s_p | -0.496 -0.926 0.172 -0.948 1.000 -0.937 0.895 0.335 -0.953 -0.722 0.920 -0.005 0.073 0.879 -0.878 0.173 0.958 0.084 -0.938 0.754 | +| p3770_s | 0.506 0.945 -0.175 0.967 -0.937 1.000 -0.914 -0.344 0.973 0.734 -0.937 0.004 -0.075 -0.897 0.892 -0.177 -0.977 -0.086 0.959 -0.768 | +| p4415_s | -0.484 -0.906 0.168 -0.925 0.895 -0.914 1.000 0.328 -0.933 -0.699 0.898 -0.004 0.072 0.858 -0.859 0.169 0.936 0.082 -0.919 0.736 | +| rho_p | -0.182 -0.339 0.089 -0.347 0.335 -0.344 0.328 1.000 -0.349 -0.265 0.334 -0.002 -0.016 0.322 -0.329 0.062 0.351 0.050 -0.345 0.319 | +| Dbar_s | 0.516 0.962 -0.178 0.986 -0.953 0.973 -0.933 -0.349 1.000 0.744 -0.955 0.004 -0.077 -0.914 0.911 -0.180 -0.996 -0.087 0.979 -0.783 | +| p4160_s | 0.396 0.716 -0.134 0.745 -0.722 0.734 -0.699 -0.265 0.744 1.000 -0.718 0.004 -0.059 -0.697 0.680 -0.137 -0.752 -0.066 0.741 -0.590 | +| jpsi_s | -0.497 -0.926 0.173 -0.949 0.920 -0.937 0.898 0.334 -0.955 -0.718 1.000 0.007 0.073 0.880 -0.878 0.173 0.959 0.085 -0.941 0.754 | +| psi2s_s | 0.002 0.004 -0.001 0.004 -0.005 0.004 -0.004 -0.002 0.004 0.004 0.007 1.000 -0.001 -0.004 0.004 -0.001 -0.004 -0.000 0.004 -0.004 | +| omega_p | -0.040 -0.074 0.019 -0.076 0.073 -0.075 0.072 -0.016 -0.077 -0.059 0.073 -0.001 1.000 0.071 -0.072 0.018 0.077 0.165 -0.076 0.105 | +| p4040_p | -0.503 -0.889 0.165 -0.909 0.879 -0.897 0.858 0.322 -0.914 -0.697 0.880 -0.004 0.071 1.000 -0.839 0.166 0.918 0.081 -0.902 0.722 | +| jpsi_p | 0.474 0.883 -0.164 0.906 -0.878 0.892 -0.859 -0.329 0.911 0.680 -0.878 0.004 -0.072 -0.839 1.000 -0.168 -0.915 -0.081 0.897 -0.721 | +| phi_p | -0.094 -0.175 0.158 -0.179 0.173 -0.177 0.169 0.062 -0.180 -0.137 0.173 -0.001 0.018 0.166 -0.168 1.000 0.181 0.009 -0.178 0.141 | +| Ctt | -0.518 -0.967 0.179 -0.990 0.958 -0.977 0.936 0.351 -0.996 -0.752 0.959 -0.004 0.077 0.918 -0.915 0.181 1.000 0.088 -0.982 0.786 | +| omega_s | -0.046 -0.085 0.019 -0.087 0.084 -0.086 0.082 0.050 -0.087 -0.066 0.085 -0.000 0.165 0.081 -0.081 0.009 0.088 1.000 -0.086 -0.005 | +| p3770_p | 0.509 0.951 -0.176 0.973 -0.938 0.959 -0.919 -0.345 0.979 0.741 -0.941 0.004 -0.076 -0.902 0.897 -0.178 -0.982 -0.086 1.000 -0.772 | +| rho_s | -0.407 -0.760 0.144 -0.778 0.754 -0.768 0.736 0.319 -0.783 -0.590 0.754 -0.004 0.105 0.722 -0.721 0.141 0.786 -0.005 -0.772 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.005149655718037337}), (, {'error': 0.22542022444094822}), (, {'error': 0.32427711233791534}), (, {'error': 0.22561554935170758}), (, {'error': 0.0397462787620424}), (, {'error': 0.3910036636133656}), (, {'error': 0.20321568602647233}), (, {'error': 0.1450491295184042}), (, {'error': 0.12630334133213117}), (, {'error': 0.08360956351588844}), (, {'error': 13.132632256681973}), (, {'error': 0.06469698642536059}), (, {'error': 0.09865902566164841}), (, {'error': 12.302858588472212}), (, {'error': 0.019365748086203283}), (, {'error': 0.08163555044223036}), (, {'error': 0.5086274684885077}), (, {'error': 0.36803086074571567}), (, {'error': 0.20989490927488186}), (, {'error': 0.19255422847264925})]) +Toy 7/10 +Time taken: 9 h, 2 min +Projected time left: 3 h, 52 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.184E+05 | Ncalls=1022 (1022 total) | +| EDM = 3.9E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -718444.8310556193 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 0.91 | 0.18 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 15.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | -2.29 | 0.11 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 1.850 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.71 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | p4415_s | 0.126 | 0.014 | | |0.126447 | 2.35355 | | +| 7 | rho_p | -0.31 | 0.30 | | |-6.28319 | 6.28319 | | +| 8 | Dbar_s | 0.14 | 0.05 | | | -1.464 | 1.464 | | +| 9 | p4160_s | 1.74 | 0.17 | | | 0.71676 | 3.68324 | | +| 10| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 11| psi2s_s | 1370.0 | 2.0 | | | 1358.64 | 1433.36 | | +| 12| omega_p | 0.88 | 0.30 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -3.11 | 0.19 | | |-6.28319 | 6.28319 | | +| 14| jpsi_p | 1.692 | 0.016 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 6.02 | 0.24 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.23 | 0.12 | | | -0.5 | 0.5 | | +| 17| omega_s | 8.5 | 1.3 | | | 4.19232 | 9.40768 | | +| 18| p3770_p | -2.76 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| rho_s | 1.13 | 0.31 | | |0.0253049| 2.0747 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p phi_s p4160_p psi2s_p p3770_s p4415_s rho_p Dbar_s p4160_s jpsi_s psi2s_s omega_p p4040_p jpsi_p phi_p Ctt omega_s p3770_p rho_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 0.007 -0.002 -0.430 0.159 0.144 -0.009 -0.034 -0.348 -0.202 -0.003 0.002 0.001 -0.224 0.023 0.001 0.517 0.001 -0.255 -0.002 | +| p4415_p | 0.007 1.000 0.000 -0.012 0.008 -0.003 -0.020 0.000 0.027 -0.009 -0.000 0.000 0.000 -0.011 0.007 0.000 -0.011 0.000 0.006 0.000 | +| phi_s | -0.002 0.000 1.000 -0.004 -0.021 -0.009 -0.000 0.264 0.017 -0.005 -0.008 0.007 0.048 -0.009 -0.056 0.706 0.013 0.014 0.001 0.054 | +| p4160_p | -0.430 -0.012 -0.004 1.000 -0.124 -0.068 0.009 0.024 0.288 -0.160 0.016 -0.015 -0.004 -0.125 0.018 -0.006 -0.493 -0.002 0.256 -0.005 | +| psi2s_p | 0.159 0.008 -0.021 -0.124 1.000 -0.313 -0.001 -0.058 -0.099 -0.173 0.047 -0.049 -0.014 -0.325 0.093 -0.017 0.236 -0.010 -0.327 -0.013 | +| p3770_s | 0.144 -0.003 -0.009 -0.068 -0.313 1.000 -0.001 -0.022 -0.164 0.063 0.021 -0.032 -0.007 0.013 0.004 -0.007 0.002 -0.000 -0.169 -0.018 | +| p4415_s | -0.009 -0.020 -0.000 0.009 -0.001 -0.001 1.000 0.001 0.008 -0.013 0.000 -0.000 -0.000 -0.002 0.003 -0.000 -0.016 -0.000 0.008 -0.000 | +| rho_p | -0.034 0.000 0.264 0.024 -0.058 -0.022 0.001 1.000 0.039 -0.016 0.076 -0.064 0.130 -0.010 -0.132 0.161 -0.008 0.023 0.020 0.188 | +| Dbar_s | -0.348 0.027 0.017 0.288 -0.099 -0.164 0.008 0.039 1.000 -0.505 -0.141 0.122 0.012 -0.269 0.039 0.012 -0.764 0.001 0.446 0.032 | +| p4160_s | -0.202 -0.009 -0.005 -0.160 -0.173 0.063 -0.013 -0.016 -0.505 1.000 0.013 -0.013 -0.007 0.428 -0.135 -0.007 0.267 -0.000 -0.123 -0.012 | +| jpsi_s | -0.003 -0.000 -0.008 0.016 0.047 0.021 0.000 0.076 -0.141 0.013 1.000 -0.822 0.011 0.034 0.051 0.009 -0.044 -0.005 -0.026 0.014 | +| psi2s_s | 0.002 0.000 0.007 -0.015 -0.049 -0.032 -0.000 -0.064 0.122 -0.013 -0.822 1.000 -0.009 -0.033 -0.039 -0.007 0.044 0.005 0.020 -0.011 | +| omega_p | 0.001 0.000 0.048 -0.004 -0.014 -0.007 -0.000 0.130 0.012 -0.007 0.011 -0.009 1.000 -0.011 -0.042 0.021 0.011 0.741 -0.002 0.505 | +| p4040_p | -0.224 -0.011 -0.009 -0.125 -0.325 0.013 -0.002 -0.010 -0.269 0.428 0.034 -0.033 -0.011 1.000 -0.139 -0.012 -0.059 -0.002 0.070 -0.018 | +| jpsi_p | 0.023 0.007 -0.056 0.018 0.093 0.004 0.003 -0.132 0.039 -0.135 0.051 -0.039 -0.042 -0.139 1.000 -0.052 -0.109 -0.027 -0.048 -0.041 | +| phi_p | 0.001 0.000 0.706 -0.006 -0.017 -0.007 -0.000 0.161 0.012 -0.007 0.009 -0.007 0.021 -0.012 -0.052 1.000 0.013 -0.019 -0.003 0.036 | +| Ctt | 0.517 -0.011 0.013 -0.493 0.236 0.002 -0.016 -0.008 -0.764 0.267 -0.044 0.044 0.011 -0.059 -0.109 0.013 1.000 0.001 -0.504 0.029 | +| omega_s | 0.001 0.000 0.014 -0.002 -0.010 -0.000 -0.000 0.023 0.001 -0.000 -0.005 0.005 0.741 -0.002 -0.027 -0.019 0.001 1.000 -0.003 0.086 | +| p3770_p | -0.255 0.006 0.001 0.256 -0.327 -0.169 0.008 0.020 0.446 -0.123 -0.026 0.020 -0.002 0.070 -0.048 -0.003 -0.504 -0.003 1.000 0.005 | +| rho_s | -0.002 0.000 0.054 -0.005 -0.013 -0.018 -0.000 0.188 0.032 -0.012 0.014 -0.011 0.505 -0.018 -0.041 0.036 0.029 0.086 0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17720885059680913}), (, {'error': 0.13501664868713315}), (, {'error': 1.0226182830197281}), (, {'error': 0.11396750500931274}), (, {'error': 0.028778948054542397}), (, {'error': 0.20215653078173323}), (, {'error': 0.013870208670087522}), (, {'error': 0.30040432848863263}), (, {'error': 0.05122959928490234}), (, {'error': 0.16502251178588123}), (, {'error': 37.299430231497354}), (, {'error': 1.9583556367784922}), (, {'error': 0.30032393109904554}), (, {'error': 0.19486349851461648}), (, {'error': 0.015872573369477117}), (, {'error': 0.24125303331513148}), (, {'error': 0.11975316547098708}), (, {'error': 1.339034221682966}), (, {'error': 0.10499140598403023}), (, {'error': 0.31214245092418663})]) +Toy 8/10 +Time taken: 10 h, 16 min +Projected time left: 2 h, 34 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.184E+05 | Ncalls=1056 (1056 total) | +| EDM = 5.52E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -718444.8443161905 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 0.87 | 0.18 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 15.5 | 1.1 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | 4.18 | 0.12 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 3.848 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.49 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | p4415_s | 0.126 | 0.016 | | |0.126447 | 2.35355 | | +| 7 | rho_p | -6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 8 | Dbar_s | 0.15 | 0.06 | | | -1.464 | 1.464 | | +| 9 | p4160_s | 1.72 | 0.16 | | | 0.71676 | 3.68324 | | +| 10| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 11| psi2s_s | 1364.0 | 2.8 | | | 1358.64 | 1433.36 | | +| 12| omega_p | 0.8 | 0.3 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -2.87 | 0.20 | | |-6.28319 | 6.28319 | | +| 14| jpsi_p | -4.780 | 0.016 | | |-6.28319 | 6.28319 | | +| 15| phi_p | -0.30 | 0.28 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.30 | 0.16 | | | -0.5 | 0.5 | | +| 17| omega_s | 8.5 | 1.3 | | | 4.19232 | 9.40768 | | +| 18| p3770_p | -1.99 | 0.12 | | |-6.28319 | 6.28319 | | +| 19| rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p phi_s p4160_p psi2s_p p3770_s p4415_s rho_p Dbar_s p4160_s jpsi_s psi2s_s omega_p p4040_p jpsi_p phi_p Ctt omega_s p3770_p rho_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 0.002 0.013 -0.477 -0.319 0.133 -0.014 -0.009 -0.415 -0.170 -0.016 0.014 0.004 -0.262 0.016 0.011 0.579 0.002 -0.345 0.002 | +| p4415_p | 0.002 1.000 0.000 -0.007 0.015 -0.003 -0.023 0.000 0.027 -0.011 -0.000 0.000 0.000 -0.010 0.007 0.000 -0.014 0.000 0.008 0.000 | +| phi_s | 0.013 0.000 1.000 -0.017 -0.007 -0.007 -0.001 0.054 0.006 -0.001 -0.030 0.027 0.056 -0.013 -0.041 0.774 0.028 -0.002 -0.011 0.096 | +| p4160_p | -0.477 -0.007 -0.017 1.000 0.300 -0.049 0.015 0.007 0.369 -0.180 0.034 -0.027 -0.008 -0.068 0.010 -0.015 -0.566 -0.004 0.351 -0.009 | +| psi2s_p | -0.319 0.015 -0.007 0.300 1.000 -0.141 0.011 -0.002 0.605 -0.294 -0.141 0.114 -0.009 -0.110 -0.054 -0.015 -0.447 -0.011 0.459 0.014 | +| p3770_s | 0.133 -0.003 -0.007 -0.049 -0.141 1.000 -0.001 -0.002 -0.158 0.064 0.039 -0.035 -0.009 0.028 -0.082 -0.007 -0.004 0.000 -0.095 -0.022 | +| p4415_s | -0.014 -0.023 -0.001 0.015 0.011 -0.001 1.000 0.000 0.009 -0.014 0.001 -0.001 -0.000 0.000 0.002 -0.001 -0.020 -0.000 0.012 -0.000 | +| rho_p | -0.009 0.000 0.054 0.007 -0.002 -0.002 0.000 1.000 0.004 -0.003 0.025 -0.023 -0.014 0.001 -0.024 0.035 -0.008 0.009 0.005 -0.003 | +| Dbar_s | -0.415 0.027 0.006 0.369 0.605 -0.158 0.009 0.004 1.000 -0.498 -0.194 0.181 0.005 -0.198 -0.008 0.001 -0.789 0.001 0.528 0.020 | +| p4160_s | -0.170 -0.011 -0.001 -0.180 -0.294 0.064 -0.014 -0.003 -0.498 1.000 0.017 -0.017 -0.006 0.417 -0.132 -0.004 0.278 0.000 -0.136 -0.010 | +| jpsi_s | -0.016 -0.000 -0.030 0.034 -0.141 0.039 0.001 0.025 -0.194 0.017 1.000 -0.916 0.020 0.059 0.099 0.004 -0.069 -0.014 -0.026 0.041 | +| psi2s_s | 0.014 0.000 0.027 -0.027 0.114 -0.035 -0.001 -0.023 0.181 -0.017 -0.916 1.000 -0.020 -0.055 -0.091 -0.004 0.052 0.013 0.012 -0.040 | +| omega_p | 0.004 0.000 0.056 -0.008 -0.009 -0.009 -0.000 -0.014 0.005 -0.006 0.020 -0.020 1.000 -0.013 -0.046 0.030 0.016 0.719 -0.006 0.545 | +| p4040_p | -0.262 -0.010 -0.013 -0.068 -0.110 0.028 0.000 0.001 -0.198 0.417 0.059 -0.055 -0.013 1.000 -0.152 -0.014 -0.125 -0.002 0.138 -0.021 | +| jpsi_p | 0.016 0.007 -0.041 0.010 -0.054 -0.082 0.002 -0.024 -0.008 -0.132 0.099 -0.091 -0.046 -0.152 1.000 -0.045 -0.034 -0.025 -0.063 -0.063 | +| phi_p | 0.011 0.000 0.774 -0.015 -0.015 -0.007 -0.001 0.035 0.001 -0.004 0.004 -0.004 0.030 -0.014 -0.045 1.000 0.023 -0.032 -0.012 0.067 | +| Ctt | 0.579 -0.014 0.028 -0.566 -0.447 -0.004 -0.020 -0.008 -0.789 0.278 -0.069 0.052 0.016 -0.125 -0.034 0.023 1.000 0.002 -0.614 0.035 | +| omega_s | 0.002 0.000 -0.002 -0.004 -0.011 0.000 -0.000 0.009 0.001 0.000 -0.014 0.013 0.719 -0.002 -0.025 -0.032 0.002 1.000 -0.004 0.089 | +| p3770_p | -0.345 0.008 -0.011 0.351 0.459 -0.095 0.012 0.005 0.528 -0.136 -0.026 0.012 -0.006 0.138 -0.063 -0.012 -0.614 -0.004 1.000 -0.001 | +| rho_s | 0.002 0.000 0.096 -0.009 0.014 -0.022 -0.000 -0.003 0.020 -0.010 0.041 -0.040 0.545 -0.021 -0.063 0.067 0.035 0.089 -0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18161157650850052}), (, {'error': 0.12059935603897687}), (, {'error': 1.1493164877897648}), (, {'error': 0.11983793258319242}), (, {'error': 0.028557317763285184}), (, {'error': 0.1861746206520265}), (, {'error': 0.015681522804334533}), (, {'error': 0.1098294452930757}), (, {'error': 0.058013302358910224}), (, {'error': 0.16447395041123658}), (, {'error': 38.093591874911}), (, {'error': 2.7743349368475947}), (, {'error': 0.3228014715261982}), (, {'error': 0.20413842250306158}), (, {'error': 0.016398724782573648}), (, {'error': 0.280242862703068}), (, {'error': 0.15885943140391504}), (, {'error': 1.2878109919302547}), (, {'error': 0.11722754367883681}), (, {'error': 0.34330299584076424})]) +Toy 9/10 +Time taken: 11 h, 32 min +Projected time left: 1 h, 16 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.184E+05 | Ncalls=1073 (1073 total) | +| EDM = 0.0216 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -718365.6837031625 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_s | 1.47 | 0.06 | | |0.00501244| 2.01499 | | +| 1 | p4415_p | -1.93 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 15.2 | 0.3 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | -0.628E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 4 | psi2s_p | 3.899 | 0.012 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.38 | 0.08 | | |0.918861 | 4.08114 | | +| 6 | p4415_s | 0.81 | 0.07 | | |0.126447 | 2.35355 | | +| 7 | rho_p | 6.15 | 0.11 | | |-6.28319 | 6.28319 | | +| 8 | Dbar_s | 0.295 | 0.012 | | | -1.464 | 1.464 | | +| 9 | p4160_s | 0.717 | 0.002 | | | 0.71676 | 3.68324 | | +| 10| jpsi_s | 0.996E4 | 0.006E4 | | | 9797.52 | 9996.48 | | +| 11| psi2s_s | 1360 | 40 | | | 1358.64 | 1433.36 | | +| 12| omega_p | 6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 13| p4040_p | -3.37 | 0.04 | | |-6.28319 | 6.28319 | | +| 14| jpsi_p | -4.756 | 0.007 | | |-6.28319 | 6.28319 | | +| 15| phi_p | 5.99 | 0.08 | | |-6.28319 | 6.28319 | | +| 16| Ctt | -0.500 | 0.008 | | | -0.5 | 0.5 | | +| 17| omega_s | 5.7 | 0.3 | | | 4.19232 | 9.40768 | | +| 18| p3770_p | -1.97 | 0.05 | | |-6.28319 | 6.28319 | | +| 19| rho_s | 1.11 | 0.12 | | |0.0253049| 2.0747 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_s p4415_p phi_s p4160_p psi2s_p p3770_s p4415_s rho_p Dbar_s p4160_s jpsi_s psi2s_s omega_p p4040_p jpsi_p phi_p Ctt omega_s p3770_p rho_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_s | 1.000 0.029 0.022 0.001 -0.136 0.021 0.016 -0.061 0.124 0.000 0.214 0.215 0.002 -0.012 -0.049 -0.020 0.019 0.011 -0.118 -0.030 | +| p4415_p | 0.029 1.000 0.025 0.000 -0.119 -0.031 0.025 -0.061 0.054 0.001 0.239 0.238 0.003 0.005 -0.077 -0.022 -0.036 0.012 -0.136 -0.023 | +| phi_s | 0.022 0.025 1.000 -0.001 -0.057 -0.007 0.022 -0.002 0.055 0.000 0.103 0.102 0.000 0.019 -0.028 0.127 -0.004 0.007 -0.060 -0.005 | +| p4160_p | 0.001 0.000 -0.001 1.000 0.004 0.001 -0.002 0.002 -0.001 -0.001 -0.008 -0.008 -0.000 0.000 0.003 0.001 0.001 -0.000 0.004 0.001 | +| psi2s_p | -0.136 -0.119 -0.057 0.004 1.000 0.037 -0.126 0.147 -0.237 0.001 -0.554 -0.555 -0.006 -0.107 0.143 0.049 0.035 -0.028 0.362 0.068 | +| p3770_s | 0.021 -0.031 -0.007 0.001 0.037 1.000 -0.013 0.018 -0.086 -0.001 -0.072 -0.072 -0.001 -0.016 -0.006 0.006 -0.021 -0.003 0.023 0.011 | +| p4415_s | 0.016 0.025 0.022 -0.002 -0.126 -0.013 1.000 -0.058 0.065 0.002 0.206 0.206 0.002 0.038 -0.076 -0.020 -0.002 0.011 -0.115 -0.024 | +| rho_p | -0.061 -0.061 -0.002 0.002 0.147 0.018 -0.058 1.000 -0.136 0.000 -0.270 -0.270 0.003 -0.050 0.058 0.026 0.015 0.025 0.160 0.075 | +| Dbar_s | 0.124 0.054 0.055 -0.001 -0.237 -0.086 0.065 -0.136 1.000 -0.001 0.517 0.516 0.006 0.009 -0.166 -0.046 -0.079 0.026 -0.300 -0.049 | +| p4160_s | 0.000 0.001 0.000 -0.001 0.001 -0.001 0.002 0.000 -0.001 1.000 0.000 0.000 0.000 -0.003 -0.000 -0.000 -0.002 0.000 -0.000 0.000 | +| jpsi_s | 0.214 0.239 0.103 -0.008 -0.554 -0.072 0.206 -0.270 0.517 0.000 1.000 0.999 0.011 0.175 -0.271 -0.093 -0.050 0.049 -0.587 -0.121 | +| psi2s_s | 0.215 0.238 0.102 -0.008 -0.555 -0.072 0.206 -0.270 0.516 0.000 0.999 1.000 0.011 0.174 -0.271 -0.093 -0.051 0.049 -0.588 -0.121 | +| omega_p | 0.002 0.003 0.000 -0.000 -0.006 -0.001 0.002 0.003 0.006 0.000 0.011 0.011 1.000 0.002 -0.002 -0.002 -0.001 -0.018 -0.007 -0.008 | +| p4040_p | -0.012 0.005 0.019 0.000 -0.107 -0.016 0.038 -0.050 0.009 -0.003 0.175 0.174 0.002 1.000 -0.083 -0.018 -0.030 0.009 -0.078 -0.018 | +| jpsi_p | -0.049 -0.077 -0.028 0.003 0.143 -0.006 -0.076 0.058 -0.166 -0.000 -0.271 -0.271 -0.002 -0.083 1.000 0.020 0.001 -0.014 0.148 0.028 | +| phi_p | -0.020 -0.022 0.127 0.001 0.049 0.006 -0.020 0.026 -0.046 -0.000 -0.093 -0.093 -0.002 -0.018 0.020 1.000 0.005 -0.011 0.055 0.010 | +| Ctt | 0.019 -0.036 -0.004 0.001 0.035 -0.021 -0.002 0.015 -0.079 -0.002 -0.050 -0.051 -0.001 -0.030 0.001 0.005 1.000 -0.002 0.009 0.013 | +| omega_s | 0.011 0.012 0.007 -0.000 -0.028 -0.003 0.011 0.025 0.026 0.000 0.049 0.049 -0.018 0.009 -0.014 -0.011 -0.002 1.000 -0.029 -0.122 | +| p3770_p | -0.118 -0.136 -0.060 0.004 0.362 0.023 -0.115 0.160 -0.300 -0.000 -0.587 -0.588 -0.007 -0.078 0.148 0.055 0.009 -0.029 1.000 0.074 | +| rho_s | -0.030 -0.023 -0.005 0.001 0.068 0.011 -0.024 0.075 -0.049 0.000 -0.121 -0.121 -0.008 -0.018 0.028 0.010 0.013 -0.122 0.074 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.06225231830027156}), (, {'error': 0.10095278165896504}), (, {'error': 0.33187272329281825}), (, {'error': 0.0021221574485821293}), (, {'error': 0.012219029228199396}), (, {'error': 0.07987809517728817}), (, {'error': 0.06828570716806076}), (, {'error': 0.11421458657086259}), (, {'error': 0.011665417838271686}), (, {'error': 0.002236195778314909}), (, {'error': 62.84639821487781}), (, {'error': 42.383178605914964}), (, {'error': 0.01101199719604029}), (, {'error': 0.039621254432987696}), (, {'error': 0.007489359451272826}), (, {'error': 0.07985394688119207}), (, {'error': 0.008246565939812517}), (, {'error': 0.33867490793260924}), (, {'error': 0.052277463758044984}), (, {'error': 0.11673661916554695})]) +Toy 10/10 +Time taken: 12 h, 45 min +Projected time left: +Mean Ctt value = -0.1995748746477457 +Mean Ctt error = 0.14931931178255245 +Simulation ended diff --git a/prelim_results/slurm-2213928.out b/prelim_results/slurm-2213928.out new file mode 100644 index 0000000..807c8c9 --- /dev/null +++ b/prelim_results/slurm-2213928.out @@ -0,0 +1,9352 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:24.870346: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:24.879058: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099870000 Hz +2019-07-07 14:45:24.879319: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5583a0d08590 executing computations on platform Host. Devices: +2019-07-07 14:45:24.879349: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:30.822920: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5583a0dbb910 executing computations on platform CUDA. Devices: +2019-07-07 14:45:30.822966: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:30.825929: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:96:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:30.825979: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:30.864094: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:30.864133: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:30.864148: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:30.866756: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:96:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710405.317819 Edm = 6.03181 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710405.317819 Edm = 6.03181 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712657.6442944 Edm = 1.6777 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712669.8037581 Edm = 10.3958 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -713160.9413421 Edm = 29.5802 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -713186.5122567 Edm = 0.666831 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -713199.0371615 Edm = 12.4497 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -713232.2379248 Edm = 26.6321 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -713322.5106755 Edm = 5.31004 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -713326.056009 Edm = 1.27767 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -713328.8439263 Edm = 0.850957 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -713332.4784893 Edm = 3.56948 NCalls = 35 +VariableMetric: Iteration # 11 - FCN = -713383.7778865 Edm = 12.0589 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -713399.1852458 Edm = 0.238301 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -713399.4674074 Edm = 0.130051 NCalls = 44 +VariableMetric: Iteration # 14 - FCN = -713399.7829812 Edm = 0.156408 NCalls = 46 +VariableMetric: Iteration # 15 - FCN = -713408.0613626 Edm = 8.3322 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -713605.7947106 Edm = 27.2475 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -713730.7547644 Edm = 2.65074 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -713733.8713867 Edm = 0.180309 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -713734.141363 Edm = 0.0655999 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -713734.352286 Edm = 0.0313925 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -713734.4105054 Edm = 0.0124308 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -713734.4583397 Edm = 0.0286246 NCalls = 71 +VariableMetric: Iteration # 23 - FCN = -713734.6146413 Edm = 0.11563 NCalls = 74 +VariableMetric: Iteration # 24 - FCN = -713743.1554599 Edm = 10.2513 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -713766.2410403 Edm = 20.0202 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -713786.470292 Edm = 3.43807 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -713791.2559993 Edm = 0.552777 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -713791.7133249 Edm = 0.0843328 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -713791.9427137 Edm = 0.0141313 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -713791.9551492 Edm = 0.00485569 NCalls = 97 +VariableMetric: Iteration # 31 - FCN = -713791.9673267 Edm = 0.0136293 NCalls = 99 +VariableMetric: Iteration # 32 - FCN = -713793.16218 Edm = 1.10115 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -713793.1742439 Edm = 0.00517073 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -713794.6677793 Edm = 1.35444 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -713829.9048834 Edm = 29.744 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -713836.7891361 Edm = 20.4061 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -713847.8839643 Edm = 2.37332 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -713850.6595932 Edm = 0.354337 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -713851.5162818 Edm = 0.315893 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -713852.6941359 Edm = 0.331795 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -713853.5027632 Edm = 0.0215832 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -713853.5315644 Edm = 0.00129241 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -713853.53617 Edm = 0.00142332 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -713853.5528805 Edm = 0.0145218 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -713861.5663079 Edm = 7.28894 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -713907.2438833 Edm = 26.8492 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -713950.6322972 Edm = 26.627 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -713955.799046 Edm = 7.97412 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -713968.1742044 Edm = 1.97061 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -713969.9108679 Edm = 0.536144 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -713970.4039643 Edm = 0.0272282 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -713970.4335342 Edm = 0.00660918 NCalls = 169 +VariableMetric: Iteration # 53 - FCN = -713970.4453078 Edm = 0.00934559 NCalls = 171 +VariableMetric: Iteration # 54 - FCN = -713970.5095224 Edm = 0.0219776 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -713970.557621 Edm = 0.02301 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -713971.1845852 Edm = 0.729549 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -713971.4217053 Edm = 0.225892 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -713973.8603279 Edm = 3.31954 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -713974.7422774 Edm = 1.04322 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -713978.124795 Edm = 2.84692 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -713983.9338446 Edm = 10.9958 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -713992.759473 Edm = 5.2938 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -714006.8703782 Edm = 4.69259 NCalls = 212 +VariableMetric: Iteration # 64 - FCN = -714010.9570693 Edm = 2.40053 NCalls = 214 +VariableMetric: Iteration # 65 - FCN = -714016.8791001 Edm = 1.33705 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -714018.9072239 Edm = 0.0597984 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -714018.9939597 Edm = 0.00621892 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -714019.0037696 Edm = 0.00104271 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -714019.0171302 Edm = 0.0109088 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -714019.1332696 Edm = 0.0480656 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -714019.3689525 Edm = 0.15661 NCalls = 231 +VariableMetric: Iteration # 72 - FCN = -714025.0805324 Edm = 8.16387 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -714031.8502676 Edm = 5.74761 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -714077.6697073 Edm = 253.249 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -714087.8294398 Edm = 15.379 NCalls = 250 +VariableMetric: Iteration # 76 - FCN = -714103.3930639 Edm = 5.67 NCalls = 253 +VariableMetric: Iteration # 77 - FCN = -714110.0531587 Edm = 4.39539 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -714139.5852406 Edm = 27.8676 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -714156.0761086 Edm = 14.448 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -714166.9154416 Edm = 2.15364 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -714170.6355754 Edm = 0.767107 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -714171.5630823 Edm = 0.147106 NCalls = 269 +VariableMetric: Iteration # 83 - FCN = -714171.8667727 Edm = 0.0236594 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -714171.9150865 Edm = 0.0109053 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -714171.9521269 Edm = 0.00907003 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -714171.9716551 Edm = 0.0036745 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -714171.9811198 Edm = 0.00569121 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -714172.0611861 Edm = 0.0910121 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -714172.1883174 Edm = 0.117484 NCalls = 288 +VariableMetric: Iteration # 90 - FCN = -714197.4218329 Edm = 11.8213 NCalls = 294 +VariableMetric: Iteration # 91 - FCN = -714212.327157 Edm = 6.92601 NCalls = 296 +VariableMetric: Iteration # 92 - FCN = -714213.1454004 Edm = 1.03758 NCalls = 298 +VariableMetric: Iteration # 93 - FCN = -714213.9877287 Edm = 0.0404218 NCalls = 300 +VariableMetric: Iteration # 94 - FCN = -714214.0274581 Edm = 0.00740908 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -714214.0386518 Edm = 0.0056512 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -714214.0600765 Edm = 0.013971 NCalls = 306 +VariableMetric: Iteration # 97 - FCN = -714214.0818428 Edm = 0.00303878 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -714214.085309 Edm = 0.000531558 NCalls = 311 +VariableMetric: Iteration # 99 - FCN = -714214.0872698 Edm = 0.00113818 NCalls = 313 +VariableMetric: Iteration # 100 - FCN = -714214.1477435 Edm = 0.0591164 NCalls = 318 +VariableMetric: Iteration # 101 - FCN = -714214.2002187 Edm = 0.041177 NCalls = 322 +VariableMetric: Iteration # 102 - FCN = -714216.0887596 Edm = 2.40848 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -714216.1750369 Edm = 0.198659 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -714219.9833145 Edm = 1.23525 NCalls = 338 +VariableMetric: Iteration # 105 - FCN = -714222.2815815 Edm = 0.956649 NCalls = 340 +VariableMetric: Iteration # 106 - FCN = -714222.4924589 Edm = 0.0926461 NCalls = 342 +VariableMetric: Iteration # 107 - FCN = -714222.6512546 Edm = 0.0598065 NCalls = 344 +VariableMetric: Iteration # 108 - FCN = -714223.3909855 Edm = 0.2624 NCalls = 347 +VariableMetric: Iteration # 109 - FCN = -714223.7784967 Edm = 0.0400288 NCalls = 349 +VariableMetric: Iteration # 110 - FCN = -714223.8454693 Edm = 0.0192825 NCalls = 351 +VariableMetric: Iteration # 111 - FCN = -714223.8759618 Edm = 0.00618665 NCalls = 353 +VariableMetric: Iteration # 112 - FCN = -714223.8860396 Edm = 0.00133459 NCalls = 355 +VariableMetric: Iteration # 113 - FCN = -714223.8887596 Edm = 0.000428068 NCalls = 357 +VariableMetric: Iteration # 114 - FCN = -714223.8894059 Edm = 8.92837e-05 NCalls = 359 +VariableMetric: Iteration # 115 - FCN = -714223.8895655 Edm = 1.74055e-05 NCalls = 361 +VariableMetric: After Hessian - FCN = -714223.8895655 Edm = 573054 NCalls = 720 +VariableMetric: Iteration # 116 - FCN = -714223.8895655 Edm = 573054 NCalls = 720 +VariableMetric: Iteration # 117 - FCN = -714270.8682996 Edm = 31479.4 NCalls = 731 +VariableMetric: Iteration # 118 - FCN = -714271.9611665 Edm = 4.32004 NCalls = 734 +VariableMetric: Iteration # 119 - FCN = -714277.3188974 Edm = 0.101523 NCalls = 736 +VariableMetric: Iteration # 120 - FCN = -714277.8875727 Edm = 0.185075 NCalls = 739 +VariableMetric: Iteration # 121 - FCN = -714278.5435174 Edm = 0.18244 NCalls = 742 +VariableMetric: Iteration # 122 - FCN = -714278.841875 Edm = 0.0262255 NCalls = 744 +VariableMetric: Iteration # 123 - FCN = -714278.8891781 Edm = 0.0114666 NCalls = 746 +VariableMetric: Iteration # 124 - FCN = -714278.9064507 Edm = 0.00397145 NCalls = 748 +VariableMetric: Iteration # 125 - FCN = -714278.9133011 Edm = 0.00469718 NCalls = 750 +VariableMetric: Iteration # 126 - FCN = -714278.9588338 Edm = 0.0170586 NCalls = 754 +VariableMetric: Iteration # 127 - FCN = -714279.1246347 Edm = 0.0612083 NCalls = 759 +VariableMetric: Iteration # 128 - FCN = -714279.2200849 Edm = 0.0640364 NCalls = 762 +VariableMetric: Iteration # 129 - FCN = -714279.2715922 Edm = 0.0789934 NCalls = 764 +VariableMetric: Iteration # 130 - FCN = -714279.5005976 Edm = 0.161501 NCalls = 769 +VariableMetric: Iteration # 131 - FCN = -714279.6459997 Edm = 0.339527 NCalls = 773 +VariableMetric: Iteration # 132 - FCN = -714280.261624 Edm = 0.680623 NCalls = 779 +VariableMetric: Iteration # 133 - FCN = -714280.2830958 Edm = 0.0243818 NCalls = 781 +VariableMetric: Iteration # 134 - FCN = -714280.6812598 Edm = 0.377026 NCalls = 785 +VariableMetric: Iteration # 135 - FCN = -714281.8100627 Edm = 1.2892 NCalls = 788 +VariableMetric: Iteration # 136 - FCN = -714283.1466495 Edm = 0.870692 NCalls = 790 +VariableMetric: Iteration # 137 - FCN = -714283.8603523 Edm = 0.684333 NCalls = 793 +VariableMetric: Iteration # 138 - FCN = -714284.9281058 Edm = 1.02723 NCalls = 796 +VariableMetric: Iteration # 139 - FCN = -714285.796733 Edm = 0.247551 NCalls = 799 +VariableMetric: Iteration # 140 - FCN = -714286.1093812 Edm = 0.133673 NCalls = 801 +VariableMetric: Iteration # 141 - FCN = -714286.3144785 Edm = 0.186263 NCalls = 803 +VariableMetric: Iteration # 142 - FCN = -714286.6843914 Edm = 0.220721 NCalls = 807 +VariableMetric: Iteration # 143 - FCN = -714287.2575549 Edm = 0.284499 NCalls = 810 +VariableMetric: Iteration # 144 - FCN = -714287.5575745 Edm = 0.0967302 NCalls = 812 +VariableMetric: Iteration # 145 - FCN = -714287.6646839 Edm = 0.0451789 NCalls = 814 +VariableMetric: Iteration # 146 - FCN = -714287.7080681 Edm = 0.0203136 NCalls = 816 +VariableMetric: Iteration # 147 - FCN = -714287.7491631 Edm = 0.0146613 NCalls = 818 +VariableMetric: Iteration # 148 - FCN = -714287.7762964 Edm = 0.00978308 NCalls = 820 +VariableMetric: Iteration # 149 - FCN = -714287.7974099 Edm = 0.00998788 NCalls = 822 +VariableMetric: Iteration # 150 - FCN = -714287.8388897 Edm = 0.0116454 NCalls = 824 +VariableMetric: Iteration # 151 - FCN = -714287.8566468 Edm = 0.00874902 NCalls = 826 +VariableMetric: Iteration # 152 - FCN = -714287.9166342 Edm = 0.0296643 NCalls = 830 +VariableMetric: Iteration # 153 - FCN = -714287.9567384 Edm = 0.0201842 NCalls = 832 +VariableMetric: Iteration # 154 - FCN = -714287.981756 Edm = 0.016823 NCalls = 835 +VariableMetric: Iteration # 155 - FCN = -714288.0117569 Edm = 0.016666 NCalls = 837 +VariableMetric: Iteration # 156 - FCN = -714288.0351545 Edm = 0.00690848 NCalls = 840 +VariableMetric: Iteration # 157 - FCN = -714288.0441812 Edm = 0.00267203 NCalls = 842 +VariableMetric: Iteration # 158 - FCN = -714288.0493863 Edm = 0.00316693 NCalls = 845 +VariableMetric: Iteration # 159 - FCN = -714288.0541788 Edm = 0.00171301 NCalls = 847 +VariableMetric: Iteration # 160 - FCN = -714288.0567828 Edm = 0.000308945 NCalls = 850 +VariableMetric: Iteration # 161 - FCN = -714288.0572663 Edm = 0.000132614 NCalls = 852 +VariableMetric: Iteration # 162 - FCN = -714288.0575798 Edm = 0.000115422 NCalls = 854 +VariableMetric: Iteration # 163 - FCN = -714288.0579512 Edm = 9.50221e-05 NCalls = 856 +VariableMetric: Iteration # 164 - FCN = -714288.0580991 Edm = 8.30372e-06 NCalls = 858 +VariableMetric: After Hessian - FCN = -714288.0580991 Edm = 3.65786e-05 NCalls = 1235 +VariableMetric: Iteration # 165 - FCN = -714288.0580991 Edm = 3.65786e-05 NCalls = 1235 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712142.3027901 Edm = 1.93983 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712142.3027901 Edm = 1.93983 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713134.0654767 Edm = 0.237743 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -713143.6135185 Edm = 13.0599 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -713513.0565453 Edm = 79.0198 NCalls = 20 +VariableMetric: Iteration # 4 - FCN = -713752.2262697 Edm = 34.603 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -713795.4307235 Edm = 1.79306 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -713797.1403706 Edm = 0.472752 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -713892.4248354 Edm = 20.5023 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -713931.0277224 Edm = 1.94765 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -713934.1549969 Edm = 0.101602 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -713934.4440777 Edm = 0.138178 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -713949.3644265 Edm = 14.8846 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -714066.9585944 Edm = 16.336 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -714080.1150393 Edm = 6.6735 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -714083.6102095 Edm = 0.0811548 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -714083.7452404 Edm = 0.102121 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -714087.0870972 Edm = 3.04572 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -714134.4933918 Edm = 1.93257 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -714138.5220408 Edm = 1.17164 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -714139.8980296 Edm = 0.515808 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -714140.5067451 Edm = 0.0747207 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -714140.6264529 Edm = 0.0260453 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -714140.6654592 Edm = 0.0261306 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -714142.1253345 Edm = 1.31463 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -714192.6684923 Edm = 6.39511 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -714206.7986777 Edm = 0.847157 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -714207.8301268 Edm = 0.18741 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -714208.0223914 Edm = 0.0131495 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -714208.0382939 Edm = 0.00206726 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -714208.0407248 Edm = 0.00202607 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -714208.381983 Edm = 0.328968 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -714219.1339043 Edm = 1.31687 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -714221.1544367 Edm = 0.128613 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -714221.3015637 Edm = 0.02119 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -714221.3245634 Edm = 0.000604788 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -714221.3260968 Edm = 0.00068717 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -714221.33551 Edm = 0.00485245 NCalls = 116 +VariableMetric: Iteration # 37 - FCN = -714221.6418851 Edm = 0.22635 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -714226.9498878 Edm = 0.686672 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -714227.1495003 Edm = 0.318159 NCalls = 128 +VariableMetric: Iteration # 40 - FCN = -714227.3938213 Edm = 0.0201806 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -714227.4685232 Edm = 0.0373895 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -714227.5909944 Edm = 0.00824476 NCalls = 135 +VariableMetric: Iteration # 43 - FCN = -714227.5984705 Edm = 0.000505696 NCalls = 136 +VariableMetric: Iteration # 44 - FCN = -714227.5987676 Edm = 0.00022258 NCalls = 138 +VariableMetric: Iteration # 45 - FCN = -714227.5995082 Edm = 0.00055928 NCalls = 140 +VariableMetric: Iteration # 46 - FCN = -714227.6505892 Edm = 0.0461299 NCalls = 145 +VariableMetric: Iteration # 47 - FCN = -714230.8895148 Edm = 1.72854 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -714232.992598 Edm = 0.280813 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -714233.2784527 Edm = 0.0176531 NCalls = 154 +VariableMetric: Iteration # 50 - FCN = -714233.3200245 Edm = 0.0123825 NCalls = 157 +VariableMetric: Iteration # 51 - FCN = -714233.3474084 Edm = 0.00241055 NCalls = 160 +VariableMetric: Iteration # 52 - FCN = -714233.3514774 Edm = 0.000427173 NCalls = 162 +VariableMetric: Iteration # 53 - FCN = -714233.3521759 Edm = 0.000426819 NCalls = 164 +VariableMetric: Iteration # 54 - FCN = -714233.3527758 Edm = 0.000483356 NCalls = 166 +VariableMetric: Iteration # 55 - FCN = -714233.3704228 Edm = 0.0171705 NCalls = 171 +VariableMetric: Iteration # 56 - FCN = -714233.7122906 Edm = 0.311283 NCalls = 175 +VariableMetric: Iteration # 57 - FCN = -714239.3931341 Edm = 3.04235 NCalls = 179 +VariableMetric: Iteration # 58 - FCN = -714241.0332524 Edm = 4.26532 NCalls = 185 +VariableMetric: Iteration # 59 - FCN = -714244.141298 Edm = 0.280629 NCalls = 187 +VariableMetric: Iteration # 60 - FCN = -714244.4005502 Edm = 0.241612 NCalls = 190 +VariableMetric: Iteration # 61 - FCN = -714244.6046229 Edm = 0.0938361 NCalls = 192 +VariableMetric: Iteration # 62 - FCN = -714244.7399509 Edm = 0.0261156 NCalls = 194 +VariableMetric: Iteration # 63 - FCN = -714244.7688653 Edm = 0.00164509 NCalls = 196 +VariableMetric: Iteration # 64 - FCN = -714244.7704399 Edm = 0.000337156 NCalls = 197 +VariableMetric: Iteration # 65 - FCN = -714244.7734877 Edm = 0.0028733 NCalls = 200 +VariableMetric: Iteration # 66 - FCN = -714245.1943605 Edm = 0.0526398 NCalls = 207 +VariableMetric: Iteration # 67 - FCN = -714249.7756788 Edm = 2.0968 NCalls = 210 +VariableMetric: Iteration # 68 - FCN = -714260.1443661 Edm = 8.51898 NCalls = 214 +VariableMetric: Iteration # 69 - FCN = -714262.7696633 Edm = 1.53832 NCalls = 217 +VariableMetric: Iteration # 70 - FCN = -714264.6334228 Edm = 0.121862 NCalls = 219 +VariableMetric: Iteration # 71 - FCN = -714264.7701576 Edm = 0.00292814 NCalls = 220 +VariableMetric: Iteration # 72 - FCN = -714264.7740002 Edm = 0.00158064 NCalls = 222 +VariableMetric: Iteration # 73 - FCN = -714264.7879416 Edm = 0.0107384 NCalls = 226 +VariableMetric: Iteration # 74 - FCN = -714264.8264339 Edm = 0.00428286 NCalls = 228 +VariableMetric: Iteration # 75 - FCN = -714264.8314232 Edm = 0.000621795 NCalls = 230 +VariableMetric: Iteration # 76 - FCN = -714264.8353078 Edm = 0.00285712 NCalls = 233 +VariableMetric: Iteration # 77 - FCN = -714264.8989595 Edm = 0.0673809 NCalls = 237 +VariableMetric: Iteration # 78 - FCN = -714264.9441683 Edm = 0.0390958 NCalls = 240 +VariableMetric: Iteration # 79 - FCN = -714265.7274534 Edm = 1.22476 NCalls = 247 +VariableMetric: Iteration # 80 - FCN = -714265.8106811 Edm = 0.301107 NCalls = 250 +VariableMetric: Iteration # 81 - FCN = -714267.9099687 Edm = 1.1836 NCalls = 256 +VariableMetric: Iteration # 82 - FCN = -714268.6341226 Edm = 0.524018 NCalls = 258 +VariableMetric: Iteration # 83 - FCN = -714269.047198 Edm = 0.208447 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -714270.6807305 Edm = 1.49199 NCalls = 264 +VariableMetric: Iteration # 85 - FCN = -714276.2689329 Edm = 1.35299 NCalls = 268 +VariableMetric: Iteration # 86 - FCN = -714278.0475794 Edm = 0.182397 NCalls = 270 +VariableMetric: Iteration # 87 - FCN = -714278.1450229 Edm = 0.016216 NCalls = 272 +VariableMetric: Iteration # 88 - FCN = -714278.1564363 Edm = 0.00121669 NCalls = 274 +VariableMetric: Iteration # 89 - FCN = -714278.1589579 Edm = 0.000970804 NCalls = 276 +VariableMetric: Iteration # 90 - FCN = -714278.1665981 Edm = 0.00290025 NCalls = 280 +VariableMetric: Iteration # 91 - FCN = -714278.1742589 Edm = 0.000973908 NCalls = 283 +VariableMetric: Iteration # 92 - FCN = -714278.1761582 Edm = 0.000969123 NCalls = 286 +VariableMetric: Iteration # 93 - FCN = -714278.1769479 Edm = 0.000368085 NCalls = 288 +VariableMetric: Iteration # 94 - FCN = -714278.1774471 Edm = 8.48804e-05 NCalls = 291 +VariableMetric: Iteration # 95 - FCN = -714278.1776229 Edm = 0.000105564 NCalls = 293 +VariableMetric: Iteration # 96 - FCN = -714278.1786107 Edm = 0.00114086 NCalls = 298 +VariableMetric: Iteration # 97 - FCN = -714278.1948153 Edm = 0.0263163 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -714278.1953045 Edm = 0.0016159 NCalls = 311 +VariableMetric: Iteration # 99 - FCN = -714278.1967954 Edm = 0.000128093 NCalls = 314 +VariableMetric: Iteration # 100 - FCN = -714278.1970464 Edm = 0.000284029 NCalls = 316 +VariableMetric: Iteration # 101 - FCN = -714278.1975497 Edm = 0.000126619 NCalls = 319 +VariableMetric: Iteration # 102 - FCN = -714278.1982708 Edm = 0.000591481 NCalls = 322 +VariableMetric: Iteration # 103 - FCN = -714278.2365228 Edm = 0.050851 NCalls = 328 +VariableMetric: Iteration # 104 - FCN = -714278.2369256 Edm = 0.000229241 NCalls = 330 +VariableMetric: Iteration # 105 - FCN = -714278.2373548 Edm = 0.00100219 NCalls = 332 +VariableMetric: Iteration # 106 - FCN = -714278.3204385 Edm = 0.0665007 NCalls = 340 +VariableMetric: Iteration # 107 - FCN = -714279.3101509 Edm = 1.78733 NCalls = 346 +VariableMetric: Iteration # 108 - FCN = -714279.3916427 Edm = 0.30723 NCalls = 349 +VariableMetric: Iteration # 109 - FCN = -714279.8026402 Edm = 0.0472807 NCalls = 352 +VariableMetric: Iteration # 110 - FCN = -714279.9229229 Edm = 0.0576113 NCalls = 355 +VariableMetric: Iteration # 111 - FCN = -714280.0701638 Edm = 0.0074784 NCalls = 357 +VariableMetric: Iteration # 112 - FCN = -714280.078398 Edm = 0.000224458 NCalls = 359 +VariableMetric: Iteration # 113 - FCN = -714280.0787203 Edm = 2.1419e-05 NCalls = 361 +VariableMetric: After Hessian - FCN = -714280.0787203 Edm = 1.43557 NCalls = 718 +VariableMetric: Iteration # 114 - FCN = -714280.0787203 Edm = 1.43557 NCalls = 718 +VariableMetric: Iteration # 115 - FCN = -714280.774319 Edm = 1.116 NCalls = 720 +VariableMetric: Iteration # 116 - FCN = -714281.8871046 Edm = 117.012 NCalls = 722 +VariableMetric: Iteration # 117 - FCN = -714281.9129183 Edm = 149.445 NCalls = 727 +VariableMetric: Iteration # 118 - FCN = -714281.915561 Edm = 65.9771 NCalls = 732 +VariableMetric: Iteration # 119 - FCN = -714281.9384391 Edm = 61.5315 NCalls = 736 +VariableMetric: Iteration # 120 - FCN = -714282.0519491 Edm = 75.5425 NCalls = 739 +VariableMetric: Iteration # 121 - FCN = -714282.1276826 Edm = 64.6597 NCalls = 742 +VariableMetric: Iteration # 122 - FCN = -714282.4673941 Edm = 117.769 NCalls = 745 +VariableMetric: Iteration # 123 - FCN = -714282.6278981 Edm = 43.1607 NCalls = 748 +VariableMetric: Iteration # 124 - FCN = -714282.7195087 Edm = 308.118 NCalls = 750 +VariableMetric: Iteration # 125 - FCN = -714282.8034989 Edm = 39.157 NCalls = 752 +VariableMetric: Iteration # 126 - FCN = -714282.876279 Edm = 16.1509 NCalls = 755 +VariableMetric: Iteration # 127 - FCN = -714283.3014805 Edm = 15.2236 NCalls = 757 +VariableMetric: Iteration # 128 - FCN = -714283.5825753 Edm = 3.28995 NCalls = 759 +VariableMetric: Iteration # 129 - FCN = -714283.8421501 Edm = 2.19128 NCalls = 761 +VariableMetric: Iteration # 130 - FCN = -714284.0634483 Edm = 1.74713 NCalls = 763 +VariableMetric: Iteration # 131 - FCN = -714284.9012136 Edm = 0.981136 NCalls = 765 +VariableMetric: Iteration # 132 - FCN = -714285.0191712 Edm = 1.97834 NCalls = 767 +VariableMetric: Iteration # 133 - FCN = -714285.5311732 Edm = 5.29669 NCalls = 768 +VariableMetric: Iteration # 134 - FCN = -714285.8203108 Edm = 2.38801 NCalls = 770 +VariableMetric: Iteration # 135 - FCN = -714286.4962303 Edm = 1.64154 NCalls = 773 +VariableMetric: Iteration # 136 - FCN = -714286.9455065 Edm = 1.81341 NCalls = 776 +VariableMetric: Iteration # 137 - FCN = -714287.5258376 Edm = 2.79004 NCalls = 778 +VariableMetric: Iteration # 138 - FCN = -714288.3602183 Edm = 0.837561 NCalls = 781 +VariableMetric: Iteration # 139 - FCN = -714288.651958 Edm = 0.225272 NCalls = 783 +VariableMetric: Iteration # 140 - FCN = -714288.7199451 Edm = 0.162463 NCalls = 785 +VariableMetric: Iteration # 141 - FCN = -714288.7938509 Edm = 0.0122945 NCalls = 787 +VariableMetric: Iteration # 142 - FCN = -714288.8021617 Edm = 0.003803 NCalls = 789 +VariableMetric: Iteration # 143 - FCN = -714288.8041638 Edm = 0.00029879 NCalls = 791 +VariableMetric: Iteration # 144 - FCN = -714288.8043565 Edm = 7.79076e-05 NCalls = 793 +VariableMetric: Iteration # 145 - FCN = -714288.8044081 Edm = 9.50113e-06 NCalls = 795 +VariableMetric: After Hessian - FCN = -714288.8044081 Edm = 0.0194736 NCalls = 1170 +VariableMetric: Iteration # 146 - FCN = -714288.8044081 Edm = 0.0194736 NCalls = 1170 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709970.3197587 Edm = 10.3965 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709970.3197587 Edm = 10.3965 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713297.6721374 Edm = 1.52679 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -713307.5154537 Edm = 2.09563 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -713533.5545375 Edm = 98.405 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -713841.9734615 Edm = 3.72102 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -713844.7702344 Edm = 0.179396 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -713845.0737037 Edm = 0.228313 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -713911.4253332 Edm = 3.71434 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -713915.1364779 Edm = 0.0623173 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -713915.3074706 Edm = 0.118757 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -713937.7148606 Edm = 18.1725 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -714084.4910515 Edm = 1.72852 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -714086.2373371 Edm = 0.0230918 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -714086.266107 Edm = 0.00682073 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -714086.9923808 Edm = 0.645528 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -714132.0503961 Edm = 4.70724 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -714137.6447723 Edm = 0.15178 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -714137.7695326 Edm = 0.0139798 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -714137.7860436 Edm = 0.0069434 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -714137.8194524 Edm = 0.0256863 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -714138.4645022 Edm = 0.427337 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -714151.4987663 Edm = 0.484311 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -714152.0774168 Edm = 0.00307848 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -714152.0818671 Edm = 0.00149055 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -714152.0989076 Edm = 0.0194924 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -714153.5709559 Edm = 0.386213 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -714160.281787 Edm = 4.64831 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -714176.2904515 Edm = 0.947699 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -714177.1756619 Edm = 0.0611134 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -714177.2315765 Edm = 0.00114682 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -714177.2328807 Edm = 0.000242216 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -714177.2385031 Edm = 0.00575497 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -714177.5955241 Edm = 0.0223013 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -714181.5050811 Edm = 1.37886 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -714186.652817 Edm = 1.05442 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -714187.8669238 Edm = 0.493273 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -714188.1692027 Edm = 0.141276 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -714188.3553492 Edm = 0.0125579 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -714188.3687717 Edm = 0.00045973 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -714188.3693773 Edm = 0.000286883 NCalls = 125 +VariableMetric: Iteration # 40 - FCN = -714188.3734614 Edm = 0.00433387 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -714188.6512843 Edm = 0.0734208 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -714188.804698 Edm = 0.00049691 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -714188.8054295 Edm = 0.000276686 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -714188.8104878 Edm = 0.00486542 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -714189.8187513 Edm = 0.852918 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -714195.529817 Edm = 0.390958 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -714195.7861159 Edm = 0.0304166 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -714195.8118345 Edm = 0.00116996 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -714195.8140895 Edm = 0.00100379 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -714195.8357705 Edm = 0.0199594 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -714197.9556199 Edm = 1.72792 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -714218.4521511 Edm = 4.43868 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -714223.082904 Edm = 0.488651 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -714223.961152 Edm = 0.116208 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -714224.1016784 Edm = 0.00323246 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -714224.1066323 Edm = 0.00145553 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -714224.1135685 Edm = 0.00573421 NCalls = 181 +VariableMetric: Iteration # 58 - FCN = -714224.232931 Edm = 0.125938 NCalls = 186 +VariableMetric: Iteration # 59 - FCN = -714224.3078413 Edm = 0.07078 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -714240.3289589 Edm = 10.5083 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -714255.0866217 Edm = 3.40416 NCalls = 201 +VariableMetric: Iteration # 62 - FCN = -714260.4681358 Edm = 0.853764 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -714261.9923485 Edm = 0.193039 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -714262.1555676 Edm = 0.0437814 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -714262.2027835 Edm = 0.00851241 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -714262.2150401 Edm = 0.00124501 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -714262.2174319 Edm = 0.000407328 NCalls = 213 +VariableMetric: Iteration # 68 - FCN = -714262.2197577 Edm = 0.00132592 NCalls = 216 +VariableMetric: Iteration # 69 - FCN = -714262.2579186 Edm = 0.0336033 NCalls = 220 +VariableMetric: Iteration # 70 - FCN = -714267.5374132 Edm = 3.15648 NCalls = 226 +VariableMetric: Iteration # 71 - FCN = -714272.5058697 Edm = 0.601156 NCalls = 228 +VariableMetric: Iteration # 72 - FCN = -714272.8818846 Edm = 0.0458373 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -714272.9294528 Edm = 0.0137731 NCalls = 232 +VariableMetric: Iteration # 74 - FCN = -714272.9487847 Edm = 0.00514746 NCalls = 234 +VariableMetric: Iteration # 75 - FCN = -714272.9563334 Edm = 0.000651875 NCalls = 236 +VariableMetric: Iteration # 76 - FCN = -714272.9569242 Edm = 0.00011082 NCalls = 238 +VariableMetric: Iteration # 77 - FCN = -714272.9571074 Edm = 0.000105455 NCalls = 240 +VariableMetric: Iteration # 78 - FCN = -714272.9632727 Edm = 0.00558626 NCalls = 245 +VariableMetric: Iteration # 79 - FCN = -714273.4381362 Edm = 0.343258 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -714273.9550182 Edm = 0.60583 NCalls = 256 +VariableMetric: Iteration # 81 - FCN = -714274.4437932 Edm = 0.0866722 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -714274.5424046 Edm = 0.0377768 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -714274.5662503 Edm = 0.00432296 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -714274.5780407 Edm = 0.00592586 NCalls = 266 +VariableMetric: Iteration # 85 - FCN = -714274.5927894 Edm = 0.00102477 NCalls = 268 +VariableMetric: Iteration # 86 - FCN = -714274.5937159 Edm = 8.9666e-05 NCalls = 270 +VariableMetric: Iteration # 87 - FCN = -714274.5938099 Edm = 3.60723e-05 NCalls = 272 +VariableMetric: After Hessian - FCN = -714274.5938099 Edm = 94.5296 NCalls = 633 +VariableMetric: Iteration # 88 - FCN = -714274.5938099 Edm = 94.5296 NCalls = 633 +VariableMetric: Iteration # 89 - FCN = -714275.4162113 Edm = 1.40239 NCalls = 643 +VariableMetric: Iteration # 90 - FCN = -714275.6410848 Edm = 8.29058 NCalls = 645 +VariableMetric: Iteration # 91 - FCN = -714279.1448311 Edm = 0.495495 NCalls = 648 +VariableMetric: Iteration # 92 - FCN = -714280.0136701 Edm = 0.27768 NCalls = 652 +VariableMetric: Iteration # 93 - FCN = -714281.3245616 Edm = 1.31656 NCalls = 656 +VariableMetric: Iteration # 94 - FCN = -714281.8996425 Edm = 1.13048 NCalls = 659 +VariableMetric: Iteration # 95 - FCN = -714283.8214293 Edm = 0.939804 NCalls = 663 +VariableMetric: Iteration # 96 - FCN = -714284.4442815 Edm = 0.315806 NCalls = 665 +VariableMetric: Iteration # 97 - FCN = -714285.2448805 Edm = 0.127635 NCalls = 667 +VariableMetric: Iteration # 98 - FCN = -714285.4213742 Edm = 0.244965 NCalls = 669 +VariableMetric: Iteration # 99 - FCN = -714285.6711769 Edm = 0.217454 NCalls = 671 +VariableMetric: Iteration # 100 - FCN = -714286.0887275 Edm = 0.0822304 NCalls = 675 +VariableMetric: Iteration # 101 - FCN = -714286.3539401 Edm = 0.138508 NCalls = 677 +VariableMetric: Iteration # 102 - FCN = -714286.6116111 Edm = 0.0723339 NCalls = 680 +VariableMetric: Iteration # 103 - FCN = -714286.7214659 Edm = 0.0840881 NCalls = 682 +VariableMetric: Iteration # 104 - FCN = -714287.0353795 Edm = 0.0564732 NCalls = 686 +VariableMetric: Iteration # 105 - FCN = -714287.1070952 Edm = 0.0228269 NCalls = 688 +VariableMetric: Iteration # 106 - FCN = -714287.1871776 Edm = 0.0605913 NCalls = 690 +VariableMetric: Iteration # 107 - FCN = -714287.2754656 Edm = 0.0317435 NCalls = 692 +VariableMetric: Iteration # 108 - FCN = -714287.3235413 Edm = 0.0524721 NCalls = 695 +VariableMetric: Iteration # 109 - FCN = -714287.4274712 Edm = 0.0624401 NCalls = 697 +VariableMetric: Iteration # 110 - FCN = -714287.5716829 Edm = 0.11042 NCalls = 700 +VariableMetric: Iteration # 111 - FCN = -714287.6853121 Edm = 0.0691133 NCalls = 702 +VariableMetric: Iteration # 112 - FCN = -714287.7832617 Edm = 0.074833 NCalls = 705 +VariableMetric: Iteration # 113 - FCN = -714287.9237273 Edm = 0.0920607 NCalls = 708 +VariableMetric: Iteration # 114 - FCN = -714288.0311147 Edm = 0.100827 NCalls = 712 +VariableMetric: Iteration # 115 - FCN = -714288.1721432 Edm = 0.0415142 NCalls = 714 +VariableMetric: Iteration # 116 - FCN = -714288.2588147 Edm = 0.0912241 NCalls = 717 +VariableMetric: Iteration # 117 - FCN = -714288.307353 Edm = 0.0272187 NCalls = 719 +VariableMetric: Iteration # 118 - FCN = -714288.3692577 Edm = 0.0210544 NCalls = 722 +VariableMetric: Iteration # 119 - FCN = -714288.4061648 Edm = 0.0105681 NCalls = 724 +VariableMetric: Iteration # 120 - FCN = -714288.4366278 Edm = 0.0160827 NCalls = 727 +VariableMetric: Iteration # 121 - FCN = -714288.468433 Edm = 0.0124128 NCalls = 729 +VariableMetric: Iteration # 122 - FCN = -714288.4877697 Edm = 0.00441887 NCalls = 732 +VariableMetric: Iteration # 123 - FCN = -714288.5049497 Edm = 0.0094066 NCalls = 735 +VariableMetric: Iteration # 124 - FCN = -714288.5204343 Edm = 0.00676512 NCalls = 738 +VariableMetric: Iteration # 125 - FCN = -714288.5306207 Edm = 0.00235257 NCalls = 740 +VariableMetric: Iteration # 126 - FCN = -714288.5389166 Edm = 0.00526316 NCalls = 742 +VariableMetric: Iteration # 127 - FCN = -714288.5447395 Edm = 0.00490939 NCalls = 744 +VariableMetric: Iteration # 128 - FCN = -714288.5504265 Edm = 0.00188222 NCalls = 747 +VariableMetric: Iteration # 129 - FCN = -714288.5569936 Edm = 0.00273774 NCalls = 750 +VariableMetric: Iteration # 130 - FCN = -714288.5631723 Edm = 0.00106946 NCalls = 753 +VariableMetric: Iteration # 131 - FCN = -714288.5636519 Edm = 0.00057763 NCalls = 755 +VariableMetric: Iteration # 132 - FCN = -714288.5651424 Edm = 0.000833566 NCalls = 757 +VariableMetric: Iteration # 133 - FCN = -714288.5668778 Edm = 0.000773887 NCalls = 759 +VariableMetric: Iteration # 134 - FCN = -714288.5675991 Edm = 0.000177017 NCalls = 762 +VariableMetric: Iteration # 135 - FCN = -714288.5681752 Edm = 0.000157672 NCalls = 766 +VariableMetric: Iteration # 136 - FCN = -714288.5686005 Edm = 7.08328e-05 NCalls = 768 +VariableMetric: Iteration # 137 - FCN = -714288.5687665 Edm = 2.7357e-05 NCalls = 770 +VariableMetric: After Hessian - FCN = -714288.5687665 Edm = 9.72408e-05 NCalls = 1141 +VariableMetric: Iteration # 138 - FCN = -714288.5687665 Edm = 9.72408e-05 NCalls = 1141 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707874.6723512 Edm = 10.7718 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707874.6723512 Edm = 10.7718 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712963.1031922 Edm = 0.464444 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -712983.3806722 Edm = 0.250369 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -712985.5628955 Edm = 1.6277 NCalls = 12 +VariableMetric: Iteration # 4 - FCN = -713129.4973215 Edm = 6.9815 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -713135.4705029 Edm = 0.278459 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -713136.0022373 Edm = 0.799143 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -713181.1684565 Edm = 8.2988 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -713190.7541366 Edm = 0.0398937 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -713190.8146379 Edm = 0.0259253 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -713195.2714885 Edm = 4.39279 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -713298.1478499 Edm = 4.91004 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -713304.5344639 Edm = 0.249796 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -713304.8949495 Edm = 0.0171159 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -713304.9550267 Edm = 0.0385783 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -713319.056286 Edm = 10.8976 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -713431.6851037 Edm = 7.42026 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -713439.8138455 Edm = 0.427232 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -713440.3378172 Edm = 0.013309 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -713440.3510677 Edm = 0.00743165 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -713440.4560258 Edm = 0.113182 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -713448.6535116 Edm = 0.302715 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -713481.2107383 Edm = 4.98001 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -713486.724979 Edm = 1.51288 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -713488.4576818 Edm = 0.263441 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -713489.1807306 Edm = 0.0454573 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -713489.2359827 Edm = 0.00365477 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -713489.2413465 Edm = 0.00310679 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -713489.4728357 Edm = 0.229813 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -713489.574922 Edm = 0.10385 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -713491.2981338 Edm = 1.44877 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -713542.7663975 Edm = 24.453 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -713555.0098488 Edm = 2.14888 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -713557.5279837 Edm = 0.0772752 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -713557.6098982 Edm = 0.00887571 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -713557.6311506 Edm = 0.0092528 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -713557.6646067 Edm = 0.00731952 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -713557.6867539 Edm = 0.0128906 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -713558.1902647 Edm = 0.531748 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -713559.4612019 Edm = 1.17512 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -713615.5369328 Edm = 104.673 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -713620.1438572 Edm = 6.73279 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -713684.3600316 Edm = 38.0743 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -713880.1090185 Edm = 23.3364 NCalls = 154 +VariableMetric: Iteration # 44 - FCN = -713887.7236703 Edm = 45.5316 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -713900.5808346 Edm = 0.670216 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -713901.4860373 Edm = 0.343874 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -713902.4450908 Edm = 0.416333 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -713903.2321389 Edm = 0.286459 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -713904.0483222 Edm = 0.307219 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -713904.3830746 Edm = 0.0894001 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -713904.466778 Edm = 0.0225088 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -713904.5121093 Edm = 0.0148854 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -713904.527356 Edm = 0.00342191 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -713904.539698 Edm = 0.0105088 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -713904.983374 Edm = 0.47542 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -713905.0833461 Edm = 0.0970927 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -713905.3104027 Edm = 0.227443 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -713908.8983272 Edm = 0.642964 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -713937.8417154 Edm = 19.8062 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -713962.1620971 Edm = 34.8036 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -713997.2496361 Edm = 55.539 NCalls = 214 +VariableMetric: Iteration # 62 - FCN = -714022.4254651 Edm = 25.5887 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -714049.7285014 Edm = 18.0988 NCalls = 220 +VariableMetric: Iteration # 64 - FCN = -714063.9171622 Edm = 6.59597 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -714069.3175151 Edm = 1.04421 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -714070.2506052 Edm = 0.387782 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -714070.6514831 Edm = 0.095021 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -714071.1244172 Edm = 0.608196 NCalls = 233 +VariableMetric: Iteration # 69 - FCN = -714071.6885448 Edm = 0.434591 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -714072.0891506 Edm = 0.756681 NCalls = 241 +VariableMetric: Iteration # 71 - FCN = -714072.4723257 Edm = 0.0976808 NCalls = 244 +VariableMetric: Iteration # 72 - FCN = -714072.7393559 Edm = 0.048556 NCalls = 246 +VariableMetric: Iteration # 73 - FCN = -714072.8293575 Edm = 0.0212004 NCalls = 248 +VariableMetric: Iteration # 74 - FCN = -714072.8493721 Edm = 0.00409847 NCalls = 249 +VariableMetric: Iteration # 75 - FCN = -714072.8563164 Edm = 0.00361498 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -714072.8940075 Edm = 0.0294511 NCalls = 255 +VariableMetric: Iteration # 77 - FCN = -714073.5575504 Edm = 0.603412 NCalls = 259 +VariableMetric: Iteration # 78 - FCN = -714099.3686285 Edm = 6.26517 NCalls = 264 +VariableMetric: Iteration # 79 - FCN = -714108.031076 Edm = 7.13178 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -714109.4543031 Edm = 1.96683 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -714110.608599 Edm = 0.880991 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -714111.6194339 Edm = 0.141622 NCalls = 272 +VariableMetric: Iteration # 83 - FCN = -714111.7726666 Edm = 0.0505772 NCalls = 274 +VariableMetric: Iteration # 84 - FCN = -714111.8548171 Edm = 0.0476447 NCalls = 276 +VariableMetric: Iteration # 85 - FCN = -714119.0925034 Edm = 9.99069 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -714119.1027571 Edm = 0.0192431 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -714119.1520412 Edm = 0.0597443 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -714119.5898429 Edm = 0.430523 NCalls = 291 +VariableMetric: Iteration # 89 - FCN = -714121.2483006 Edm = 1.28941 NCalls = 296 +VariableMetric: Iteration # 90 - FCN = -714133.7270304 Edm = 5.3517 NCalls = 300 +VariableMetric: Iteration # 91 - FCN = -714149.5538771 Edm = 32.3924 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -714157.7356052 Edm = 9.59856 NCalls = 307 +VariableMetric: Iteration # 93 - FCN = -714165.9967365 Edm = 14.7108 NCalls = 309 +VariableMetric: Iteration # 94 - FCN = -714169.5501685 Edm = 1.52232 NCalls = 311 +VariableMetric: Iteration # 95 - FCN = -714171.056038 Edm = 0.43613 NCalls = 313 +VariableMetric: Iteration # 96 - FCN = -714171.760267 Edm = 0.120734 NCalls = 315 +VariableMetric: Iteration # 97 - FCN = -714172.0962757 Edm = 0.0396775 NCalls = 317 +VariableMetric: Iteration # 98 - FCN = -714172.1662462 Edm = 0.015585 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -714172.2023344 Edm = 0.0162934 NCalls = 321 +VariableMetric: Iteration # 100 - FCN = -714172.2239634 Edm = 0.00128262 NCalls = 324 +VariableMetric: Iteration # 101 - FCN = -714172.2263259 Edm = 0.000866052 NCalls = 326 +VariableMetric: Iteration # 102 - FCN = -714172.2336223 Edm = 0.00637097 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -714172.407354 Edm = 0.172538 NCalls = 334 +VariableMetric: Iteration # 104 - FCN = -714172.9642109 Edm = 0.365696 NCalls = 340 +VariableMetric: Iteration # 105 - FCN = -714173.0686635 Edm = 0.335154 NCalls = 342 +VariableMetric: Iteration # 106 - FCN = -714173.5672377 Edm = 0.556171 NCalls = 344 +VariableMetric: Iteration # 107 - FCN = -714174.857872 Edm = 0.446037 NCalls = 346 +VariableMetric: Iteration # 108 - FCN = -714177.4578801 Edm = 1.48919 NCalls = 349 +VariableMetric: Iteration # 109 - FCN = -714182.8406143 Edm = 3.22952 NCalls = 352 +VariableMetric: Iteration # 110 - FCN = -714190.8263634 Edm = 1.06777 NCalls = 355 +VariableMetric: Iteration # 111 - FCN = -714192.1473803 Edm = 0.578971 NCalls = 357 +VariableMetric: Iteration # 112 - FCN = -714192.3863448 Edm = 0.115322 NCalls = 359 +VariableMetric: Iteration # 113 - FCN = -714192.5541756 Edm = 0.0409207 NCalls = 361 +VariableMetric: Iteration # 114 - FCN = -714192.6796122 Edm = 0.0321299 NCalls = 363 +VariableMetric: Iteration # 115 - FCN = -714192.7171849 Edm = 0.00856156 NCalls = 365 +VariableMetric: Iteration # 116 - FCN = -714192.7240063 Edm = 0.000707493 NCalls = 366 +VariableMetric: Iteration # 117 - FCN = -714192.7252722 Edm = 0.000470547 NCalls = 368 +VariableMetric: Iteration # 118 - FCN = -714192.72991 Edm = 0.00322089 NCalls = 371 +VariableMetric: Iteration # 119 - FCN = -714192.9044471 Edm = 0.152164 NCalls = 376 +VariableMetric: Iteration # 120 - FCN = -714200.7461644 Edm = 9.83569 NCalls = 382 +VariableMetric: Iteration # 121 - FCN = -714202.2985555 Edm = 2.13064 NCalls = 386 +VariableMetric: Iteration # 122 - FCN = -714209.3175159 Edm = 4.07159 NCalls = 392 +VariableMetric: Iteration # 123 - FCN = -714215.1425635 Edm = 0.398777 NCalls = 395 +VariableMetric: Iteration # 124 - FCN = -714215.7417692 Edm = 0.113235 NCalls = 397 +VariableMetric: Iteration # 125 - FCN = -714216.0081818 Edm = 0.392637 NCalls = 400 +VariableMetric: Iteration # 126 - FCN = -714216.287377 Edm = 0.416563 NCalls = 407 +VariableMetric: Iteration # 127 - FCN = -714216.7691914 Edm = 0.398403 NCalls = 411 +VariableMetric: Iteration # 128 - FCN = -714216.9578773 Edm = 0.0923634 NCalls = 413 +VariableMetric: Iteration # 129 - FCN = -714217.0673639 Edm = 0.0125476 NCalls = 415 +VariableMetric: Iteration # 130 - FCN = -714217.0797784 Edm = 0.00128074 NCalls = 417 +VariableMetric: Iteration # 131 - FCN = -714217.0807335 Edm = 0.000111803 NCalls = 419 +VariableMetric: Iteration # 132 - FCN = -714217.0814122 Edm = 0.000631801 NCalls = 422 +VariableMetric: Iteration # 133 - FCN = -714217.1814602 Edm = 0.0783389 NCalls = 429 +VariableMetric: Iteration # 134 - FCN = -714217.18337 Edm = 8.85734e-05 NCalls = 430 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712677.5800544 Edm = 1.95675 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712677.5800544 Edm = 1.95675 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713543.9443339 Edm = 0.355969 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -713553.6280023 Edm = 8.42877 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -713719.0563996 Edm = 0.32372 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713719.7292616 Edm = 0.288096 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -713786.607436 Edm = 20.4292 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -713808.4349655 Edm = 0.0432188 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -713808.5533945 Edm = 0.0874436 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -713832.0681535 Edm = 19.9668 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -713953.0166195 Edm = 3.66342 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -713956.4743515 Edm = 0.0502198 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -713956.5294002 Edm = 0.00651768 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -713956.6972667 Edm = 0.145644 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -713974.6712417 Edm = 6.7885 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -713998.3361871 Edm = 1.33443 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -714000.1203967 Edm = 0.0362353 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -714000.1614063 Edm = 0.00226336 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -714000.1765829 Edm = 0.0167554 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -714002.4270145 Edm = 1.35611 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -714013.9784791 Edm = 1.8856 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -714016.0956083 Edm = 0.0147614 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -714016.1127941 Edm = 0.000846064 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -714016.1229938 Edm = 0.00860288 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -714016.7392994 Edm = 0.724683 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -714016.8079524 Edm = 0.0621825 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -714021.8033421 Edm = 2.51242 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -714030.1301492 Edm = 0.13472 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -714030.2675751 Edm = 0.00194607 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -714030.2701505 Edm = 0.000492659 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -714030.2812263 Edm = 0.0106401 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -714030.6335914 Edm = 0.325888 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -714034.6602982 Edm = 1.00119 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -714035.803554 Edm = 0.0338132 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -714035.8365307 Edm = 0.00216859 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -714035.8388613 Edm = 0.000370283 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -714035.8436531 Edm = 0.00393596 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -714037.7849724 Edm = 1.17435 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -714041.2849764 Edm = 0.0896566 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -714041.3740848 Edm = 0.00401516 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -714041.3780908 Edm = 0.000330559 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -714041.3791864 Edm = 0.000649919 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -714041.3977797 Edm = 0.0182048 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -714042.4467733 Edm = 0.18253 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -714048.2999755 Edm = 2.18767 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -714056.4124492 Edm = 0.31713 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -714056.7956035 Edm = 0.020326 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -714056.8215569 Edm = 0.0029307 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -714056.8275727 Edm = 0.00140201 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -714056.8330888 Edm = 0.00374689 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -714056.8858213 Edm = 0.0485506 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -714060.5115702 Edm = 3.28551 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -714075.8939754 Edm = 2.23627 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -714077.4976931 Edm = 0.392461 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -714077.7862353 Edm = 0.0472622 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -714077.8310288 Edm = 0.00159073 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -714077.8328167 Edm = 0.000218557 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -714077.8351287 Edm = 0.00184234 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -714077.9260285 Edm = 0.0816626 NCalls = 184 +VariableMetric: Iteration # 58 - FCN = -714080.3876625 Edm = 0.226762 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -714080.5959246 Edm = 0.0119071 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -714080.6044768 Edm = 8.89911e-05 NCalls = 192 +VariableMetric: Iteration # 61 - FCN = -714080.6045848 Edm = 2.10864e-05 NCalls = 194 +VariableMetric: After Hessian - FCN = -714080.6045848 Edm = 486.593 NCalls = 549 +VariableMetric: Iteration # 62 - FCN = -714080.6045848 Edm = 486.593 NCalls = 549 +VariableMetric: Iteration # 63 - FCN = -714120.2973872 Edm = 17.4777 NCalls = 552 +VariableMetric: Iteration # 64 - FCN = -714142.87122 Edm = 5.77235 NCalls = 554 +VariableMetric: Iteration # 65 - FCN = -714145.8123128 Edm = 4.64291 NCalls = 556 +VariableMetric: Iteration # 66 - FCN = -714149.3123253 Edm = 0.392494 NCalls = 558 +VariableMetric: Iteration # 67 - FCN = -714149.7383884 Edm = 0.0561804 NCalls = 560 +VariableMetric: Iteration # 68 - FCN = -714149.813884 Edm = 0.0256508 NCalls = 562 +VariableMetric: Iteration # 69 - FCN = -714150.2424117 Edm = 0.236686 NCalls = 568 +VariableMetric: Iteration # 70 - FCN = -714150.4677725 Edm = 0.488982 NCalls = 571 +VariableMetric: Iteration # 71 - FCN = -714151.089548 Edm = 0.142716 NCalls = 575 +VariableMetric: Iteration # 72 - FCN = -714151.2777668 Edm = 0.256872 NCalls = 578 +VariableMetric: Iteration # 73 - FCN = -714151.4007734 Edm = 0.0594421 NCalls = 580 +VariableMetric: Iteration # 74 - FCN = -714151.5121473 Edm = 0.0360355 NCalls = 583 +VariableMetric: Iteration # 75 - FCN = -714151.5754109 Edm = 0.0140872 NCalls = 586 +VariableMetric: Iteration # 76 - FCN = -714151.589748 Edm = 0.00915183 NCalls = 589 +VariableMetric: Iteration # 77 - FCN = -714151.5978776 Edm = 0.0011602 NCalls = 591 +VariableMetric: Iteration # 78 - FCN = -714151.5996999 Edm = 0.000138098 NCalls = 593 +VariableMetric: Iteration # 79 - FCN = -714151.5998272 Edm = 5.10041e-06 NCalls = 595 +VariableMetric: After Hessian - FCN = -714151.5998272 Edm = 1.5688e-05 NCalls = 968 +VariableMetric: Iteration # 80 - FCN = -714151.5998272 Edm = 1.5688e-05 NCalls = 968 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709424.2368793 Edm = 2.21295 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709424.2368793 Edm = 2.21295 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711269.0680073 Edm = 0.688065 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -711271.5950399 Edm = 1.44222 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -711791.4669103 Edm = 231.849 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -711963.4714037 Edm = 20.46 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -711980.5514126 Edm = 0.176912 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -711980.9967191 Edm = 0.295428 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -712134.7997301 Edm = 19.4369 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -712192.0278016 Edm = 3.59991 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -712195.3326496 Edm = 0.112727 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -712196.4687747 Edm = 1.07459 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -712303.9870424 Edm = 24.7896 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -712359.7117264 Edm = 1.27169 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -712361.2618978 Edm = 0.0594167 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -712361.3791259 Edm = 0.0189641 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -712361.5673396 Edm = 0.132742 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -712368.5612736 Edm = 5.32233 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -712477.4909234 Edm = 8.75976 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -712488.6868545 Edm = 1.15135 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -712489.9553747 Edm = 0.125239 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -712490.110382 Edm = 0.0139151 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -712490.1390612 Edm = 0.0190189 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -712494.808191 Edm = 3.88855 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -712621.8476818 Edm = 7.33941 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -712641.0063661 Edm = 4.29447 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -712648.6125723 Edm = 0.12798 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -712648.7031669 Edm = 0.0195645 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -712648.7838166 Edm = 0.0564184 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -712650.1966341 Edm = 1.33363 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -712650.3170445 Edm = 0.206832 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -712653.8166094 Edm = 1.83996 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -712657.3205753 Edm = 0.675517 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -712657.6789418 Edm = 0.382208 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -712658.584741 Edm = 0.494505 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -712671.2157022 Edm = 11.0804 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -712765.9244619 Edm = 45.4855 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -712774.6888112 Edm = 26.3255 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -712820.0953192 Edm = 37.3996 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -712871.4560137 Edm = 7.50839 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -712875.929044 Edm = 10.2457 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -712878.7371159 Edm = 1.70135 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -712880.1919477 Edm = 0.951483 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -712883.4966342 Edm = 0.581962 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -712884.2764843 Edm = 0.155763 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -712884.3930068 Edm = 0.0215886 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -712884.4211101 Edm = 0.0155342 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -712884.4634632 Edm = 0.0371 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -712886.1327728 Edm = 1.45751 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -712954.0225977 Edm = 28.5875 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -712969.1891762 Edm = 11.5372 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -712992.6883545 Edm = 18.3772 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -713024.4767736 Edm = 38.2077 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -713037.6258542 Edm = 9.80008 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -713046.4809897 Edm = 1.40593 NCalls = 173 +VariableMetric: Iteration # 54 - FCN = -713048.6185905 Edm = 1.0345 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -713059.8720001 Edm = 7.62301 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -713060.8965721 Edm = 2.8414 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -713077.2205634 Edm = 8.87972 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -713096.7803679 Edm = 2.80765 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -713099.8906404 Edm = 1.90185 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -713121.72623 Edm = 15.4271 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -713122.2922841 Edm = 2.54326 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -713148.9228971 Edm = 15.7342 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -713150.1645909 Edm = 6.88758 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -713160.6776159 Edm = 4.08569 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -713165.540405 Edm = 1.00665 NCalls = 215 +VariableMetric: Iteration # 66 - FCN = -713166.1866233 Edm = 0.301719 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -713166.5604453 Edm = 0.0350599 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -713166.6343104 Edm = 0.0142838 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -713166.6833817 Edm = 0.0204094 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -713166.9524776 Edm = 0.203768 NCalls = 226 +VariableMetric: Iteration # 71 - FCN = -713193.3554991 Edm = 24.0962 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -713300.9305179 Edm = 51.5271 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -713338.6865644 Edm = 11.9731 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -713352.1158511 Edm = 18.2852 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -713372.0636545 Edm = 8.75818 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -713379.0294036 Edm = 12.334 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -713385.434909 Edm = 3.01915 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -713389.5962377 Edm = 3.50742 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -713397.7943708 Edm = 13.1631 NCalls = 260 +VariableMetric: Iteration # 80 - FCN = -713407.832868 Edm = 14.9592 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -713421.6079517 Edm = 9.29009 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -713424.5748441 Edm = 5.20629 NCalls = 270 +VariableMetric: Iteration # 83 - FCN = -713458.8932033 Edm = 35.7623 NCalls = 275 +VariableMetric: Iteration # 84 - FCN = -713504.0247697 Edm = 647.113 NCalls = 281 +VariableMetric: Iteration # 85 - FCN = -713684.2071942 Edm = 327.078 NCalls = 292 +VariableMetric: Iteration # 86 - FCN = -713684.2071942 Edm = 327.078 NCalls = 303 +VariableMetric: After Hessian - FCN = -713684.2071942 Edm = 3.45776e+06 NCalls = 660 +VariableMetric: Iteration # 87 - FCN = -713684.2071942 Edm = 3.45776e+06 NCalls = 660 +VariableMetric: Iteration # 88 - FCN = -713684.2071942 Edm = 3.45776e+06 NCalls = 671 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707650.0488721 Edm = 16.1084 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707650.0488721 Edm = 16.1084 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712731.1845021 Edm = 1.71612 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712781.9854363 Edm = 1.52134 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -712875.3466606 Edm = 117.362 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -712885.6872982 Edm = 9.37758 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -713428.0480901 Edm = 115.048 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -713589.8998773 Edm = 1.47685 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -713591.3298909 Edm = 0.114017 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -713596.4295874 Edm = 4.78893 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -713638.4758915 Edm = 1.54539 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -713639.85763 Edm = 0.0084686 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -713640.1322645 Edm = 0.32921 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -713644.2109747 Edm = 3.83746 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -713824.5572668 Edm = 5.83797 NCalls = 57 +VariableMetric: Iteration # 14 - FCN = -713831.9868561 Edm = 0.443359 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -713832.4209004 Edm = 0.062908 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -713832.5267207 Edm = 0.0583122 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -713847.8433548 Edm = 11.806 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -713919.1753844 Edm = 4.51282 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -713927.0698152 Edm = 4.13163 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -713934.7945647 Edm = 1.63936 NCalls = 80 +VariableMetric: Iteration # 21 - FCN = -713937.1894574 Edm = 1.90917 NCalls = 83 +VariableMetric: Iteration # 22 - FCN = -713938.5757186 Edm = 0.208007 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -713938.8450199 Edm = 0.00723902 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -713938.8612692 Edm = 0.00879527 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -713939.4026217 Edm = 0.505198 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -713961.1992136 Edm = 3.12186 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -713965.4487802 Edm = 0.177828 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -713965.6675885 Edm = 0.0223953 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -713965.6990215 Edm = 0.00169357 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -713965.7047272 Edm = 0.00392252 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -713965.9853301 Edm = 0.319068 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -713966.0273148 Edm = 0.0390625 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -713967.1669903 Edm = 1.00726 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -714002.3942095 Edm = 9.44013 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -714008.7568947 Edm = 1.89977 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -714011.0851077 Edm = 0.293036 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -714011.5047362 Edm = 0.253209 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -714012.2081815 Edm = 1.1994 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -714013.4477375 Edm = 2.60186 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -714013.9717102 Edm = 0.830917 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -714016.3861245 Edm = 2.83261 NCalls = 148 +VariableMetric: Iteration # 42 - FCN = -714021.2601846 Edm = 0.880031 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -714022.0427507 Edm = 0.0652829 NCalls = 154 +VariableMetric: Iteration # 44 - FCN = -714022.0941565 Edm = 0.00325341 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -714022.0989622 Edm = 0.00238568 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -714022.1946759 Edm = 0.0952838 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -714023.4612748 Edm = 1.21588 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -714072.9033172 Edm = 4.99322 NCalls = 175 +VariableMetric: Iteration # 49 - FCN = -714076.8937649 Edm = 0.688612 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -714077.4112844 Edm = 0.0838479 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -714077.5204084 Edm = 0.0297819 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -714077.5697617 Edm = 0.0116677 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -714077.5860229 Edm = 0.00196851 NCalls = 185 +VariableMetric: Iteration # 54 - FCN = -714077.5892491 Edm = 0.00113622 NCalls = 187 +VariableMetric: Iteration # 55 - FCN = -714077.6013979 Edm = 0.00959822 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -714077.7710993 Edm = 0.169034 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -714078.7226985 Edm = 1.19829 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -714079.0029581 Edm = 1.4662 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -714081.63074 Edm = 2.09542 NCalls = 208 +VariableMetric: Iteration # 60 - FCN = -714088.727778 Edm = 11.6361 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -714096.4087021 Edm = 1.31782 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -714100.6241741 Edm = 2.5431 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -714124.3262643 Edm = 6.03182 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -714130.0989042 Edm = 0.357153 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -714130.515892 Edm = 0.0375209 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -714130.5432119 Edm = 0.00357686 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -714130.5472705 Edm = 0.000849718 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -714130.5534345 Edm = 0.00539772 NCalls = 229 +VariableMetric: Iteration # 69 - FCN = -714131.0751261 Edm = 0.433311 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -714144.38445 Edm = 10.1705 NCalls = 238 +VariableMetric: Iteration # 71 - FCN = -714185.079051 Edm = 5.31675 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -714190.4782894 Edm = 0.531037 NCalls = 243 +VariableMetric: Iteration # 73 - FCN = -714191.1470839 Edm = 0.111858 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -714191.2585078 Edm = 0.00957898 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -714191.2682793 Edm = 0.00127161 NCalls = 249 +VariableMetric: Iteration # 76 - FCN = -714191.2710305 Edm = 0.00151248 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -714191.2917332 Edm = 0.0207367 NCalls = 254 +VariableMetric: Iteration # 78 - FCN = -714191.7174614 Edm = 0.3438 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -714208.6814704 Edm = 9.53685 NCalls = 265 +VariableMetric: Iteration # 80 - FCN = -714241.4108134 Edm = 8.2464 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -714252.9932408 Edm = 0.236949 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -714253.2116569 Edm = 0.00613827 NCalls = 272 +VariableMetric: Iteration # 83 - FCN = -714253.2188522 Edm = 0.00129844 NCalls = 274 +VariableMetric: Iteration # 84 - FCN = -714253.2222447 Edm = 0.00192042 NCalls = 276 +VariableMetric: Iteration # 85 - FCN = -714253.2321472 Edm = 0.00552722 NCalls = 278 +VariableMetric: Iteration # 86 - FCN = -714253.3161518 Edm = 0.110586 NCalls = 281 +VariableMetric: Iteration # 87 - FCN = -714254.6619011 Edm = 1.23367 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -714274.9096742 Edm = 4.75152 NCalls = 291 +VariableMetric: Iteration # 89 - FCN = -714282.1099566 Edm = 0.700886 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -714283.0965066 Edm = 0.12573 NCalls = 295 +VariableMetric: Iteration # 91 - FCN = -714283.3723819 Edm = 0.0671783 NCalls = 297 +VariableMetric: Iteration # 92 - FCN = -714283.5166108 Edm = 0.0160697 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -714283.5392765 Edm = 0.000464735 NCalls = 301 +VariableMetric: Iteration # 94 - FCN = -714283.5397648 Edm = 5.21308e-05 NCalls = 302 +VariableMetric: After Hessian - FCN = -714283.5397648 Edm = 8.14456 NCalls = 661 +VariableMetric: Iteration # 95 - FCN = -714283.5397648 Edm = 8.14456 NCalls = 661 +VariableMetric: Iteration # 96 - FCN = -714284.0205312 Edm = 6.93069 NCalls = 664 +VariableMetric: Iteration # 97 - FCN = -714287.5113376 Edm = 0.620392 NCalls = 666 +VariableMetric: Iteration # 98 - FCN = -714288.0164789 Edm = 0.413313 NCalls = 668 +VariableMetric: Iteration # 99 - FCN = -714288.1717444 Edm = 0.0896854 NCalls = 670 +VariableMetric: Iteration # 100 - FCN = -714288.277908 Edm = 0.0592898 NCalls = 672 +VariableMetric: Iteration # 101 - FCN = -714288.3424833 Edm = 0.0611756 NCalls = 675 +VariableMetric: Iteration # 102 - FCN = -714288.4205113 Edm = 0.0393811 NCalls = 678 +VariableMetric: Iteration # 103 - FCN = -714288.4814303 Edm = 0.0299842 NCalls = 681 +VariableMetric: Iteration # 104 - FCN = -714288.4983668 Edm = 0.0330511 NCalls = 682 +VariableMetric: Iteration # 105 - FCN = -714288.5224752 Edm = 0.0100827 NCalls = 685 +VariableMetric: Iteration # 106 - FCN = -714288.5400549 Edm = 0.00834529 NCalls = 687 +VariableMetric: Iteration # 107 - FCN = -714288.547481 Edm = 0.00871487 NCalls = 689 +VariableMetric: Iteration # 108 - FCN = -714288.5561429 Edm = 0.00313957 NCalls = 692 +VariableMetric: Iteration # 109 - FCN = -714288.560837 Edm = 0.00362001 NCalls = 695 +VariableMetric: Iteration # 110 - FCN = -714288.5638868 Edm = 0.00213757 NCalls = 697 +VariableMetric: Iteration # 111 - FCN = -714288.5669659 Edm = 0.00114023 NCalls = 700 +VariableMetric: Iteration # 112 - FCN = -714288.5686474 Edm = 0.000777072 NCalls = 702 +VariableMetric: Iteration # 113 - FCN = -714288.5695665 Edm = 0.000979436 NCalls = 704 +VariableMetric: Iteration # 114 - FCN = -714288.5704428 Edm = 0.000176108 NCalls = 707 +VariableMetric: Iteration # 115 - FCN = -714288.5707302 Edm = 0.000194183 NCalls = 709 +VariableMetric: Iteration # 116 - FCN = -714288.5708797 Edm = 7.27256e-05 NCalls = 711 +VariableMetric: Iteration # 117 - FCN = -714288.5709807 Edm = 1.86817e-05 NCalls = 713 +VariableMetric: After Hessian - FCN = -714288.5709807 Edm = 2.32149e-05 NCalls = 1080 +VariableMetric: Iteration # 118 - FCN = -714288.5709807 Edm = 2.32149e-05 NCalls = 1080 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711170.4903069 Edm = 4.37575 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711170.4903069 Edm = 4.37575 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712994.1372375 Edm = 1.42579 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -712997.2530004 Edm = 2.86974 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -713247.823811 Edm = 112.956 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713427.5164682 Edm = 1.04788 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -713428.6793573 Edm = 0.13908 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -713473.3978791 Edm = 24.3366 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -713511.8298256 Edm = 0.131094 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -713512.1449659 Edm = 0.197041 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -713541.494386 Edm = 23.2283 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -713639.4666707 Edm = 6.202 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -713645.0899323 Edm = 1.22861 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -713646.4790197 Edm = 0.20649 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -713646.7923284 Edm = 0.0471909 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -713649.86173 Edm = 3.44456 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -713650.5728335 Edm = 0.663114 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -713655.3214063 Edm = 3.83285 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -713793.7695749 Edm = 10.8964 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -713805.3291175 Edm = 0.772851 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -713806.1595738 Edm = 0.0791935 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -713806.4858388 Edm = 0.242391 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -713830.6863449 Edm = 15.4726 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -714024.894848 Edm = 71.7408 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -714156.6323534 Edm = 3.2314 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -714158.5822988 Edm = 1.04215 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -714159.1744712 Edm = 0.0757144 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -714159.6500287 Edm = 0.380991 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -714160.5452143 Edm = 0.494316 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -714161.0659945 Edm = 0.151145 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -714161.1315541 Edm = 0.0079529 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -714161.1431597 Edm = 0.00187765 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -714161.1582045 Edm = 0.00291194 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -714161.1664757 Edm = 0.00358635 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -714161.4199055 Edm = 0.253638 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -714162.8327113 Edm = 1.11672 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -714174.6571279 Edm = 2.92189 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -714176.9048368 Edm = 0.651927 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -714177.5599807 Edm = 0.0825037 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -714177.6949083 Edm = 0.129308 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -714177.8828782 Edm = 0.0817508 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -714178.027976 Edm = 0.0400495 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -714178.0569054 Edm = 0.00198098 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -714178.0590294 Edm = 0.000497618 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -714178.0711843 Edm = 0.0101232 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -714178.9656348 Edm = 0.969952 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -714179.3838592 Edm = 0.420093 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -714179.6089433 Edm = 0.170992 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -714182.6037379 Edm = 2.52592 NCalls = 167 +VariableMetric: Iteration # 48 - FCN = -714187.7489635 Edm = 12.9842 NCalls = 172 +VariableMetric: Iteration # 49 - FCN = -714188.3309815 Edm = 0.877264 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -714190.9035108 Edm = 1.92598 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -714194.6937034 Edm = 0.36864 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -714195.2540834 Edm = 0.27635 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -714196.875897 Edm = 0.563756 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -714197.7736132 Edm = 0.146001 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -714198.1525727 Edm = 0.330575 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -714198.597885 Edm = 0.691516 NCalls = 197 +VariableMetric: Iteration # 57 - FCN = -714198.9645288 Edm = 0.666163 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -714200.0059215 Edm = 0.675165 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -714200.9111061 Edm = 0.241519 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -714201.0943293 Edm = 0.0160478 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -714201.109619 Edm = 0.00200675 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -714201.1124942 Edm = 0.0013421 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -714201.1468743 Edm = 0.0362228 NCalls = 215 +VariableMetric: Iteration # 64 - FCN = -714202.2036964 Edm = 0.384822 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -714207.222243 Edm = 1.87052 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -714211.3160591 Edm = 0.0642389 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -714211.3687181 Edm = 0.00306787 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -714211.3722085 Edm = 0.000492772 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -714211.3748594 Edm = 0.000920614 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -714211.3771164 Edm = 0.00085861 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -714211.3856346 Edm = 0.00714449 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -714211.7163141 Edm = 0.338091 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -714211.7331546 Edm = 0.0332027 NCalls = 247 +VariableMetric: Iteration # 74 - FCN = -714211.8725378 Edm = 0.163058 NCalls = 251 +VariableMetric: Iteration # 75 - FCN = -714216.1875152 Edm = 3.44148 NCalls = 258 +VariableMetric: Iteration # 76 - FCN = -714224.1622125 Edm = 1.39487 NCalls = 264 +VariableMetric: Iteration # 77 - FCN = -714225.0089221 Edm = 1.75771 NCalls = 266 +VariableMetric: Iteration # 78 - FCN = -714225.7512514 Edm = 0.0164791 NCalls = 268 +VariableMetric: Iteration # 79 - FCN = -714225.7667486 Edm = 0.00147755 NCalls = 269 +VariableMetric: Iteration # 80 - FCN = -714225.7677959 Edm = 0.000584707 NCalls = 271 +VariableMetric: Iteration # 81 - FCN = -714225.7698468 Edm = 0.00154399 NCalls = 273 +VariableMetric: Iteration # 82 - FCN = -714225.7952622 Edm = 0.0140994 NCalls = 277 +VariableMetric: Iteration # 83 - FCN = -714225.8508067 Edm = 0.0193358 NCalls = 279 +VariableMetric: Iteration # 84 - FCN = -714225.9585806 Edm = 0.0711091 NCalls = 282 +VariableMetric: Iteration # 85 - FCN = -714229.9425371 Edm = 2.51224 NCalls = 287 +VariableMetric: Iteration # 86 - FCN = -714235.8713535 Edm = 0.907942 NCalls = 290 +VariableMetric: Iteration # 87 - FCN = -714236.6000574 Edm = 0.0681608 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -714236.6668249 Edm = 0.00270028 NCalls = 294 +VariableMetric: Iteration # 89 - FCN = -714236.6697442 Edm = 0.000257339 NCalls = 296 +VariableMetric: Iteration # 90 - FCN = -714236.671147 Edm = 0.0011879 NCalls = 299 +VariableMetric: Iteration # 91 - FCN = -714236.706051 Edm = 0.0413448 NCalls = 305 +VariableMetric: Iteration # 92 - FCN = -714236.9981701 Edm = 0.0776773 NCalls = 312 +VariableMetric: Iteration # 93 - FCN = -714238.9484913 Edm = 1.25247 NCalls = 316 +VariableMetric: Iteration # 94 - FCN = -714258.7894938 Edm = 7.75231 NCalls = 325 +VariableMetric: Iteration # 95 - FCN = -714261.5536963 Edm = 4.03259 NCalls = 327 +VariableMetric: Iteration # 96 - FCN = -714263.6691358 Edm = 4.21665 NCalls = 329 +VariableMetric: Iteration # 97 - FCN = -714264.9472199 Edm = 0.21558 NCalls = 331 +VariableMetric: Iteration # 98 - FCN = -714265.1647656 Edm = 0.0747424 NCalls = 333 +VariableMetric: Iteration # 99 - FCN = -714265.3189935 Edm = 0.058842 NCalls = 335 +VariableMetric: Iteration # 100 - FCN = -714265.4059259 Edm = 0.00393699 NCalls = 337 +VariableMetric: Iteration # 101 - FCN = -714265.4133067 Edm = 0.00320643 NCalls = 339 +VariableMetric: Iteration # 102 - FCN = -714265.4216142 Edm = 0.000755866 NCalls = 341 +VariableMetric: Iteration # 103 - FCN = -714265.4225818 Edm = 0.000260487 NCalls = 343 +VariableMetric: Iteration # 104 - FCN = -714265.4238676 Edm = 0.00100108 NCalls = 346 +VariableMetric: Iteration # 105 - FCN = -714265.4358311 Edm = 0.00861765 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -714265.4834589 Edm = 0.0963931 NCalls = 357 +VariableMetric: Iteration # 107 - FCN = -714265.5223541 Edm = 0.128649 NCalls = 359 +VariableMetric: Iteration # 108 - FCN = -714265.6205002 Edm = 0.0399118 NCalls = 364 +VariableMetric: Iteration # 109 - FCN = -714265.6513353 Edm = 0.0651699 NCalls = 366 +VariableMetric: Iteration # 110 - FCN = -714265.7110374 Edm = 0.00751609 NCalls = 368 +VariableMetric: Iteration # 111 - FCN = -714265.7200585 Edm = 0.000497148 NCalls = 370 +VariableMetric: Iteration # 112 - FCN = -714265.7209245 Edm = 0.000596383 NCalls = 372 +VariableMetric: Iteration # 113 - FCN = -714265.7273494 Edm = 0.00744505 NCalls = 376 +VariableMetric: Iteration # 114 - FCN = -714265.7484294 Edm = 0.0185754 NCalls = 381 +VariableMetric: Iteration # 115 - FCN = -714268.8558411 Edm = 10.1847 NCalls = 386 +VariableMetric: Iteration # 116 - FCN = -714269.0587159 Edm = 0.0482673 NCalls = 388 +VariableMetric: Iteration # 117 - FCN = -714269.216873 Edm = 0.0750662 NCalls = 391 +VariableMetric: Iteration # 118 - FCN = -714269.5793578 Edm = 0.0787868 NCalls = 394 +VariableMetric: Iteration # 119 - FCN = -714269.7736846 Edm = 0.143518 NCalls = 397 +VariableMetric: Iteration # 120 - FCN = -714270.2390834 Edm = 0.391847 NCalls = 400 +VariableMetric: Iteration # 121 - FCN = -714271.5679392 Edm = 1.10145 NCalls = 406 +VariableMetric: Iteration # 122 - FCN = -714272.7472895 Edm = 1.23044 NCalls = 407 +VariableMetric: Iteration # 123 - FCN = -714273.0944665 Edm = 0.120821 NCalls = 409 +VariableMetric: Iteration # 124 - FCN = -714273.2362695 Edm = 0.0063727 NCalls = 411 +VariableMetric: Iteration # 125 - FCN = -714273.2438274 Edm = 0.000280552 NCalls = 413 +VariableMetric: Iteration # 126 - FCN = -714273.2442967 Edm = 0.000164291 NCalls = 415 +VariableMetric: Iteration # 127 - FCN = -714273.245713 Edm = 0.000707066 NCalls = 418 +VariableMetric: Iteration # 128 - FCN = -714273.2475788 Edm = 0.000138433 NCalls = 420 +VariableMetric: Iteration # 129 - FCN = -714273.2478126 Edm = 0.00010068 NCalls = 422 +VariableMetric: Iteration # 130 - FCN = -714273.2503005 Edm = 0.00171711 NCalls = 426 +VariableMetric: Iteration # 131 - FCN = -714273.2805225 Edm = 0.0384757 NCalls = 429 +VariableMetric: Iteration # 132 - FCN = -714273.2973529 Edm = 0.0183962 NCalls = 434 +VariableMetric: Iteration # 133 - FCN = -714273.5399314 Edm = 0.251066 NCalls = 439 +VariableMetric: Iteration # 134 - FCN = -714273.568225 Edm = 0.0265748 NCalls = 442 +VariableMetric: Iteration # 135 - FCN = -714273.8417461 Edm = 0.224939 NCalls = 448 +VariableMetric: Iteration # 136 - FCN = -714274.8724145 Edm = 1.17973 NCalls = 452 +VariableMetric: Iteration # 137 - FCN = -714275.0922265 Edm = 0.0403984 NCalls = 455 +VariableMetric: Iteration # 138 - FCN = -714275.1329357 Edm = 0.00374104 NCalls = 456 +VariableMetric: Iteration # 139 - FCN = -714275.1430092 Edm = 0.00455581 NCalls = 459 +VariableMetric: Iteration # 140 - FCN = -714275.1522468 Edm = 0.00226434 NCalls = 461 +VariableMetric: Iteration # 141 - FCN = -714275.1537381 Edm = 0.000223485 NCalls = 463 +VariableMetric: Iteration # 142 - FCN = -714275.1539357 Edm = 1.84063e-05 NCalls = 464 +VariableMetric: After Hessian - FCN = -714275.1539357 Edm = 13.3632 NCalls = 827 +VariableMetric: Iteration # 143 - FCN = -714275.1539357 Edm = 13.3632 NCalls = 827 +VariableMetric: Iteration # 144 - FCN = -714275.6928181 Edm = 45.0794 NCalls = 830 +VariableMetric: Iteration # 145 - FCN = -714277.7469723 Edm = 321.65 NCalls = 834 +VariableMetric: Iteration # 146 - FCN = -714277.9791358 Edm = 2178.99 NCalls = 838 +VariableMetric: Iteration # 147 - FCN = -714278.0423512 Edm = 107.233 NCalls = 842 +VariableMetric: Iteration # 148 - FCN = -714278.0464267 Edm = 149.079 NCalls = 847 +VariableMetric: Iteration # 149 - FCN = -714278.0530803 Edm = 5.28939 NCalls = 851 +VariableMetric: Iteration # 150 - FCN = -714278.0680303 Edm = 23.8365 NCalls = 854 +VariableMetric: Iteration # 151 - FCN = -714278.0910288 Edm = 19.4031 NCalls = 857 +VariableMetric: Iteration # 152 - FCN = -714278.1451698 Edm = 95.5445 NCalls = 860 +VariableMetric: Iteration # 153 - FCN = -714278.4135683 Edm = 6.26425 NCalls = 862 +VariableMetric: Iteration # 154 - FCN = -714278.4884594 Edm = 7.79864 NCalls = 864 +VariableMetric: Iteration # 155 - FCN = -714278.5072491 Edm = 33.3277 NCalls = 866 +VariableMetric: Iteration # 156 - FCN = -714278.549199 Edm = 3.47581 NCalls = 868 +VariableMetric: Iteration # 157 - FCN = -714278.6315046 Edm = 1.69025 NCalls = 871 +VariableMetric: Iteration # 158 - FCN = -714278.6944138 Edm = 7.7081 NCalls = 873 +VariableMetric: Iteration # 159 - FCN = -714280.1120772 Edm = 13.233 NCalls = 882 +VariableMetric: Iteration # 160 - FCN = -714280.1688533 Edm = 0.534386 NCalls = 884 +VariableMetric: Iteration # 161 - FCN = -714280.2719591 Edm = 1.62432 NCalls = 886 +VariableMetric: Iteration # 162 - FCN = -714280.724569 Edm = 6.23297 NCalls = 888 +VariableMetric: Iteration # 163 - FCN = -714281.3331036 Edm = 2.38487 NCalls = 891 +VariableMetric: Iteration # 164 - FCN = -714281.9094849 Edm = 5.46299 NCalls = 894 +VariableMetric: Iteration # 165 - FCN = -714282.8509494 Edm = 10.3369 NCalls = 897 +VariableMetric: Iteration # 166 - FCN = -714284.1312316 Edm = 6.52435 NCalls = 900 +VariableMetric: Iteration # 167 - FCN = -714284.9810437 Edm = 5.05298 NCalls = 903 +VariableMetric: Iteration # 168 - FCN = -714286.2267713 Edm = 3.22475 NCalls = 906 +VariableMetric: Iteration # 169 - FCN = -714287.5581181 Edm = 1.26268 NCalls = 910 +VariableMetric: Iteration # 170 - FCN = -714288.0817685 Edm = 0.517957 NCalls = 913 +VariableMetric: Iteration # 171 - FCN = -714288.3742694 Edm = 0.1402 NCalls = 915 +VariableMetric: Iteration # 172 - FCN = -714288.51029 Edm = 0.0668319 NCalls = 916 +VariableMetric: Iteration # 173 - FCN = -714288.5526308 Edm = 0.00952896 NCalls = 917 +VariableMetric: Iteration # 174 - FCN = -714288.559159 Edm = 0.0018119 NCalls = 919 +VariableMetric: Iteration # 175 - FCN = -714288.5608043 Edm = 0.000394629 NCalls = 921 +VariableMetric: Iteration # 176 - FCN = -714288.5611225 Edm = 6.54903e-05 NCalls = 922 +VariableMetric: After Hessian - FCN = -714288.5611225 Edm = 0.0056927 NCalls = 1285 +VariableMetric: Iteration # 177 - FCN = -714288.5611225 Edm = 0.0056927 NCalls = 1285 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709331.3806508 Edm = 3.94478 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709331.3806508 Edm = 3.94478 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710351.7625396 Edm = 0.305453 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -710354.1036104 Edm = 0.389361 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -711175.5095162 Edm = 128.319 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -711322.406418 Edm = 5.37011e+06 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -711703.5178806 Edm = 2.45477e+07 NCalls = 31 +VariableMetric: Iteration # 6 - FCN = -713554.0393523 Edm = 876167 NCalls = 35 +VariableMetric: Iteration # 7 - FCN = -713607.5632679 Edm = 1.03396e+06 NCalls = 46 +VariableMetric: Iteration # 8 - FCN = -713640.9666891 Edm = 699910 NCalls = 55 +VariableMetric: Iteration # 9 - FCN = -713819.8208379 Edm = 96645.7 NCalls = 65 +VariableMetric: Iteration # 10 - FCN = -713871.1737836 Edm = 101927 NCalls = 72 +VariableMetric: Iteration # 11 - FCN = -713965.0089824 Edm = 78927.1 NCalls = 78 +VariableMetric: Iteration # 12 - FCN = -714033.4073082 Edm = 12434.2 NCalls = 84 +VariableMetric: Iteration # 13 - FCN = -714050.2778293 Edm = 21559.3 NCalls = 88 +VariableMetric: Iteration # 14 - FCN = -714081.1788573 Edm = 1775.15 NCalls = 92 +VariableMetric: Iteration # 15 - FCN = -714098.3824951 Edm = 860.791 NCalls = 96 +VariableMetric: Iteration # 16 - FCN = -714109.9334288 Edm = 216.73 NCalls = 99 +VariableMetric: Iteration # 17 - FCN = -714123.7796162 Edm = 2098.01 NCalls = 101 +VariableMetric: Iteration # 18 - FCN = -714130.8618868 Edm = 781.822 NCalls = 103 +VariableMetric: Iteration # 19 - FCN = -714143.9515614 Edm = 79.7095 NCalls = 105 +VariableMetric: Iteration # 20 - FCN = -714152.1634444 Edm = 69.2366 NCalls = 107 +VariableMetric: Iteration # 21 - FCN = -714161.3500144 Edm = 172.596 NCalls = 109 +VariableMetric: Iteration # 22 - FCN = -714165.3514498 Edm = 20.035 NCalls = 111 +VariableMetric: Iteration # 23 - FCN = -714167.1940987 Edm = 8.91963 NCalls = 113 +VariableMetric: Iteration # 24 - FCN = -714168.3901166 Edm = 5.51372 NCalls = 115 +VariableMetric: Iteration # 25 - FCN = -714172.4164676 Edm = 38068.2 NCalls = 121 +VariableMetric: Iteration # 26 - FCN = -714173.7684204 Edm = 9306.38 NCalls = 129 +VariableMetric: Iteration # 27 - FCN = -714176.4962489 Edm = 9039.54 NCalls = 135 +VariableMetric: Iteration # 28 - FCN = -714178.2413569 Edm = 1493.39 NCalls = 140 +VariableMetric: Iteration # 29 - FCN = -714231.7530842 Edm = 3837.14 NCalls = 144 +VariableMetric: Iteration # 30 - FCN = -714233.9409963 Edm = 241.946 NCalls = 148 +VariableMetric: Iteration # 31 - FCN = -714234.8367632 Edm = 234.312 NCalls = 151 +VariableMetric: Iteration # 32 - FCN = -714242.9576765 Edm = 419.555 NCalls = 153 +VariableMetric: Iteration # 33 - FCN = -714246.2788221 Edm = 133.698 NCalls = 156 +VariableMetric: Iteration # 34 - FCN = -714248.8910554 Edm = 79.0131 NCalls = 159 +VariableMetric: Iteration # 35 - FCN = -714252.2230959 Edm = 49.6523 NCalls = 162 +VariableMetric: Iteration # 36 - FCN = -714253.9385894 Edm = 105.329 NCalls = 164 +VariableMetric: Iteration # 37 - FCN = -714255.501352 Edm = 18.665 NCalls = 166 +VariableMetric: Iteration # 38 - FCN = -714256.7237219 Edm = 11.5452 NCalls = 168 +VariableMetric: Iteration # 39 - FCN = -714257.983751 Edm = 11.2763 NCalls = 170 +VariableMetric: Iteration # 40 - FCN = -714259.5795128 Edm = 8.55803 NCalls = 172 +VariableMetric: Iteration # 41 - FCN = -714265.0808386 Edm = 15.8377 NCalls = 174 +VariableMetric: Iteration # 42 - FCN = -714268.9364505 Edm = 21.2778 NCalls = 176 +VariableMetric: Iteration # 43 - FCN = -714272.414106 Edm = 15.593 NCalls = 178 +VariableMetric: Iteration # 44 - FCN = -714275.9522665 Edm = 8.87105 NCalls = 180 +VariableMetric: Iteration # 45 - FCN = -714277.8033578 Edm = 6.41628 NCalls = 182 +VariableMetric: Iteration # 46 - FCN = -714279.7012418 Edm = 20.037 NCalls = 183 +VariableMetric: Iteration # 47 - FCN = -714280.5492467 Edm = 4.61423 NCalls = 185 +VariableMetric: Iteration # 48 - FCN = -714282.0637397 Edm = 1.95438 NCalls = 188 +VariableMetric: Iteration # 49 - FCN = -714283.6514455 Edm = 1.47891 NCalls = 191 +VariableMetric: Iteration # 50 - FCN = -714284.347527 Edm = 1.54509 NCalls = 193 +VariableMetric: Iteration # 51 - FCN = -714285.2166934 Edm = 1.85641 NCalls = 196 +VariableMetric: Iteration # 52 - FCN = -714285.7936745 Edm = 0.896432 NCalls = 200 +VariableMetric: Iteration # 53 - FCN = -714286.7101211 Edm = 0.561523 NCalls = 202 +VariableMetric: Iteration # 54 - FCN = -714287.2784515 Edm = 0.430134 NCalls = 203 +VariableMetric: Iteration # 55 - FCN = -714287.476236 Edm = 0.223388 NCalls = 205 +VariableMetric: Iteration # 56 - FCN = -714287.9588634 Edm = 0.242721 NCalls = 208 +VariableMetric: Iteration # 57 - FCN = -714288.205445 Edm = 0.17572 NCalls = 210 +VariableMetric: Iteration # 58 - FCN = -714288.4120463 Edm = 0.136819 NCalls = 212 +VariableMetric: Iteration # 59 - FCN = -714288.5617515 Edm = 0.117664 NCalls = 214 +VariableMetric: Iteration # 60 - FCN = -714288.6393205 Edm = 0.0529977 NCalls = 216 +VariableMetric: Iteration # 61 - FCN = -714288.683212 Edm = 0.0146607 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -714288.7128652 Edm = 0.0164657 NCalls = 220 +VariableMetric: Iteration # 63 - FCN = -714288.7630191 Edm = 0.0122618 NCalls = 223 +VariableMetric: Iteration # 64 - FCN = -714288.7780029 Edm = 0.00411424 NCalls = 225 +VariableMetric: Iteration # 65 - FCN = -714288.7836296 Edm = 0.00531198 NCalls = 228 +VariableMetric: Iteration # 66 - FCN = -714288.7921647 Edm = 0.00399907 NCalls = 230 +VariableMetric: Iteration # 67 - FCN = -714288.7984863 Edm = 0.00239967 NCalls = 233 +VariableMetric: Iteration # 68 - FCN = -714288.8014751 Edm = 0.00174303 NCalls = 235 +VariableMetric: Iteration # 69 - FCN = -714288.8041275 Edm = 0.00110072 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -714288.8056524 Edm = 0.000285754 NCalls = 240 +VariableMetric: Iteration # 71 - FCN = -714288.8060504 Edm = 0.000224616 NCalls = 242 +VariableMetric: Iteration # 72 - FCN = -714288.806478 Edm = 0.000195545 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -714288.8067499 Edm = 6.91387e-05 NCalls = 247 +VariableMetric: Iteration # 74 - FCN = -714288.8068195 Edm = 8.60328e-06 NCalls = 249 +VariableMetric: After Hessian - FCN = -714288.8068195 Edm = 4.68339e-05 NCalls = 652 +VariableMetric: Iteration # 75 - FCN = -714288.8068195 Edm = 4.68339e-05 NCalls = 652 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711265.3385237 Edm = 10.1344 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711265.3385237 Edm = 10.1344 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713706.6842869 Edm = 0.318756 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -713708.1619533 Edm = 0.520851 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -713881.9510432 Edm = 3.9231 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713885.7262188 Edm = 0.09976 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -713885.9876405 Edm = 0.209278 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -713922.5705166 Edm = 12.8307 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -713941.132527 Edm = 0.0638263 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -713941.2456411 Edm = 0.0538739 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -713982.6185086 Edm = 12.6635 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -714048.5048592 Edm = 10.5462 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -714062.0911194 Edm = 0.0152011 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -714062.2735919 Edm = 0.155244 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -714075.3038405 Edm = 12.04 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -714192.3889097 Edm = 32.51 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -714222.172707 Edm = 1.80222 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -714223.9089616 Edm = 0.582982 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -714224.3863632 Edm = 0.00799008 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -714224.3972345 Edm = 0.00284869 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -714225.3675602 Edm = 0.952019 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -714264.4336559 Edm = 0.744669 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -714265.128665 Edm = 0.0124046 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -714265.1420766 Edm = 0.000722049 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -714265.1432725 Edm = 0.000415581 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -714265.152746 Edm = 0.0100329 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -714265.8946188 Edm = 0.0245837 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -714270.0886991 Edm = 0.24243 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -714270.4965737 Edm = 0.00539103 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -714270.5021499 Edm = 0.000303549 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -714270.5095715 Edm = 0.00649642 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -714270.8540218 Edm = 0.237782 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -714274.2133798 Edm = 0.444639 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -714274.6958259 Edm = 0.0204874 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -714274.7161589 Edm = 0.00047363 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -714274.7167117 Edm = 0.000122365 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -714274.7210718 Edm = 0.00453432 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -714274.9071153 Edm = 0.00251023 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -714279.9857783 Edm = 0.596141 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -714281.1419314 Edm = 0.0420903 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -714281.184429 Edm = 0.000443747 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -714281.1849444 Edm = 8.65956e-05 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -714281.1886071 Edm = 0.00359985 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -714281.3420786 Edm = 0.00950276 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -714282.1596234 Edm = 0.088004 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -714282.3118037 Edm = 0.00210985 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -714282.3137834 Edm = 4.29798e-05 NCalls = 148 +VariableMetric: After Hessian - FCN = -714282.3137834 Edm = 3.75796 NCalls = 509 +VariableMetric: Iteration # 46 - FCN = -714282.3137834 Edm = 3.75796 NCalls = 509 +VariableMetric: Iteration # 47 - FCN = -714286.1822863 Edm = 0.0545625 NCalls = 510 +VariableMetric: Iteration # 48 - FCN = -714286.2247436 Edm = 0.00919578 NCalls = 512 +VariableMetric: Iteration # 49 - FCN = -714286.22808 Edm = 0.0022167 NCalls = 514 +VariableMetric: Iteration # 50 - FCN = -714286.2295348 Edm = 5.21495e-05 NCalls = 516 +VariableMetric: After Hessian - FCN = -714286.2295348 Edm = 0.000987431 NCalls = 889 +VariableMetric: Iteration # 51 - FCN = -714286.2295348 Edm = 0.000987431 NCalls = 889 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1235 (1235 total) | +| EDM = 3.66E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -714288.0580990508 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.22 | 0.21 | | |0.918861 | 4.08114 | | +| 1 | p4040_p | 3.78 | 0.29 | | |-6.28319 | 6.28319 | | +| 2 | phi_p | -0.29 | 0.23 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.65 | 0.19 | | |0.00501244| 2.01499 | | +| 4 | rho_s | 1.25 | 0.31 | | |0.0253049| 2.0747 | | +| 5 | psi2s_p | -4.531 | 0.029 | | |-6.28319 | 6.28319 | | +| 6 | phi_s | 16.9 | 1.0 | | | 14.8182 | 23.5818 | | +| 7 | p4160_s | 2.39 | 0.17 | | | 0.71676 | 3.68324 | | +| 8 | jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 9 | omega_s | 6.9 | 1.0 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.05 | 0.19 | | |0.126447 | 2.35355 | | +| 11| p4160_p | 4.04 | 0.09 | | |-6.28319 | 6.28319 | | +| 12| rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | 3.57 | 0.13 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 0.06 | 0.26 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1371.3 | 3.0 | | | 1358.64 | 1433.36 | | +| 17| p4415_p | 4.00 | 0.19 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.23 | 0.14 | | | -0.5 | 0.5 | | +| 19| jpsi_p | 1.641 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_p phi_p p4040_s rho_s psi2s_p phi_s p4160_s jpsi_s omega_s p4415_s p4160_p rho_p Dbar_s p3770_p omega_p psi2s_s p4415_p Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 -0.057 -0.005 0.155 -0.020 -0.402 -0.006 0.067 -0.039 0.006 0.051 -0.060 -0.003 0.148 -0.158 -0.002 -0.048 -0.001 -0.012 -0.021 | +| p4040_p | -0.057 1.000 -0.010 -0.244 -0.003 -0.297 -0.008 0.368 -0.027 -0.002 0.066 0.232 0.008 -0.029 0.202 -0.005 -0.027 0.161 -0.324 -0.104 | +| phi_p | -0.005 -0.010 1.000 -0.000 0.041 -0.010 0.645 -0.005 -0.016 -0.041 -0.002 -0.010 0.033 -0.005 -0.005 0.023 -0.015 -0.006 0.010 -0.039 | +| p4040_s | 0.155 -0.244 -0.000 1.000 -0.020 -0.056 0.002 0.121 -0.037 0.009 0.226 -0.555 -0.013 0.553 -0.296 -0.002 -0.037 -0.215 0.570 -0.099 | +| rho_s | -0.020 -0.003 0.041 -0.020 1.000 -0.012 0.061 -0.014 -0.037 -0.457 -0.008 0.004 0.021 -0.031 0.015 -0.000 -0.034 0.003 0.014 -0.041 | +| psi2s_p | -0.402 -0.297 -0.010 -0.056 -0.012 1.000 -0.010 -0.179 -0.074 -0.001 -0.089 -0.135 -0.014 0.031 -0.257 -0.007 -0.072 -0.088 0.171 0.112 | +| phi_s | -0.006 -0.008 0.645 0.002 0.061 -0.010 1.000 -0.001 0.031 -0.017 0.003 -0.010 0.059 -0.011 -0.002 0.045 0.030 -0.007 0.016 -0.032 | +| p4160_s | 0.067 0.368 -0.005 0.121 -0.014 -0.179 -0.001 1.000 -0.014 0.006 0.348 -0.172 -0.006 0.512 -0.180 -0.005 -0.015 -0.171 0.345 -0.169 | +| jpsi_s | -0.039 -0.027 -0.016 -0.037 -0.037 -0.074 0.031 -0.014 1.000 0.024 0.009 -0.015 -0.039 -0.203 0.054 -0.023 0.929 -0.008 0.061 -0.099 | +| omega_s | 0.006 -0.002 -0.041 0.009 -0.457 -0.001 -0.017 0.006 0.024 1.000 0.005 -0.006 0.081 0.009 -0.008 0.550 0.022 -0.004 0.001 -0.001 | +| p4415_s | 0.051 0.066 -0.002 0.226 -0.008 -0.089 0.003 0.348 0.009 0.005 1.000 -0.048 -0.008 0.496 -0.240 -0.004 0.009 -0.152 0.433 -0.163 | +| p4160_p | -0.060 0.232 -0.010 -0.555 0.004 -0.135 -0.010 -0.172 -0.015 -0.006 -0.048 1.000 0.012 -0.306 0.303 -0.003 -0.015 0.298 -0.545 0.027 | +| rho_p | -0.003 0.008 0.033 -0.013 0.021 -0.014 0.059 -0.006 -0.039 0.081 -0.008 0.012 1.000 -0.006 0.007 -0.007 -0.036 0.009 -0.013 -0.031 | +| Dbar_s | 0.148 -0.029 -0.005 0.553 -0.031 0.031 -0.011 0.512 -0.203 0.009 0.496 -0.306 -0.006 1.000 -0.495 -0.002 -0.193 0.030 0.783 -0.105 | +| p3770_p | -0.158 0.202 -0.005 -0.296 0.015 -0.257 -0.002 -0.180 0.054 -0.008 -0.240 0.303 0.007 -0.495 1.000 -0.003 0.052 0.109 -0.528 -0.014 | +| omega_p | -0.002 -0.005 0.023 -0.002 -0.000 -0.007 0.045 -0.005 -0.023 0.550 -0.004 -0.003 -0.007 -0.002 -0.003 1.000 -0.021 -0.002 0.001 -0.026 | +| psi2s_s | -0.048 -0.027 -0.015 -0.037 -0.034 -0.072 0.030 -0.015 0.929 0.022 0.009 -0.015 -0.036 -0.193 0.052 -0.021 1.000 -0.009 0.061 -0.090 | +| p4415_p | -0.001 0.161 -0.006 -0.215 0.003 -0.088 -0.007 -0.171 -0.008 -0.004 -0.152 0.298 0.009 0.030 0.109 -0.002 -0.009 1.000 -0.214 -0.006 | +| Ctt | -0.012 -0.324 0.010 0.570 0.014 0.171 0.016 0.345 0.061 0.001 0.433 -0.545 -0.013 0.783 -0.528 0.001 0.061 -0.214 1.000 -0.166 | +| jpsi_p | -0.021 -0.104 -0.039 -0.099 -0.041 0.112 -0.032 -0.169 -0.099 -0.001 -0.163 0.027 -0.031 -0.105 -0.014 -0.026 -0.090 -0.006 -0.166 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2122612212200361}), (, {'error': 0.2853597773184333}), (, {'error': 0.2271874951601438}), (, {'error': 0.18912857280545864}), (, {'error': 0.3072767427395948}), (, {'error': 0.028954834864177048}), (, {'error': 0.9659185125079937}), (, {'error': 0.16934407528090079}), (, {'error': 20.999541855269854}), (, {'error': 1.0437326316384152}), (, {'error': 0.18778509528648302}), (, {'error': 0.09483098515040123}), (, {'error': 0.1255384911785158}), (, {'error': 0.06306944028851347}), (, {'error': 0.13140879707249287}), (, {'error': 0.26411463314251993}), (, {'error': 3.0124654196380334}), (, {'error': 0.19274282542964372}), (, {'error': 0.13888984662471235}), (, {'error': 0.016130306202023714})]) +Toy 1/10 +Time taken: 1 h, 25 min +Projected time left: 12 h, 47 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1170 (1170 total) | +| EDM = 0.0195 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -714288.804408119 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.17 | 0.21 | | |0.918861 | 4.08114 | | +| 1 | p4040_p | -2.29 | 0.29 | | |-6.28319 | 6.28319 | | +| 2 | phi_p | -5.54 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.64 | 0.19 | | |0.00501244| 2.01499 | | +| 4 | rho_s | 1.21 | 0.30 | | |0.0253049| 2.0747 | | +| 5 | psi2s_p | -4.127 | 0.029 | | |-6.28319 | 6.28319 | | +| 6 | phi_s | 20.9 | 0.9 | | | 14.8182 | 23.5818 | | +| 7 | p4160_s | 2.37 | 0.17 | | | 0.71676 | 3.68324 | | +| 8 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 9 | omega_s | 6.8 | 1.1 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.05 | 0.19 | | |0.126447 | 2.35355 | | +| 11| p4160_p | -2.04 | 0.09 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 5.87 | 0.27 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.35 | 0.14 | | |-6.28319 | 6.28319 | | +| 15| omega_p | -0.023 | 0.257 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1374.2 | 1.4 | | | 1358.64 | 1433.36 | | +| 17| p4415_p | -2.13 | 0.20 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.24 | 0.14 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -1.527 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_p phi_p p4040_s rho_s psi2s_p phi_s p4160_s jpsi_s omega_s p4415_s p4160_p rho_p Dbar_s p3770_p omega_p psi2s_s p4415_p Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 -0.076 0.008 0.196 -0.017 -0.353 0.003 0.086 0.009 0.002 0.081 -0.089 -0.024 0.214 -0.180 -0.003 -0.031 -0.012 0.068 -0.001 | +| p4040_p | -0.076 1.000 -0.009 -0.265 -0.011 -0.200 -0.000 0.396 0.013 0.003 0.087 0.237 0.019 0.024 0.213 -0.005 -0.013 0.174 -0.305 -0.157 | +| phi_p | 0.008 -0.009 1.000 0.009 0.091 0.010 0.527 -0.001 -0.017 -0.096 -0.002 -0.009 -0.230 0.010 -0.010 -0.016 0.011 -0.008 -0.004 -0.031 | +| p4040_s | 0.196 -0.265 0.009 1.000 -0.006 -0.127 0.002 0.084 0.001 -0.002 0.204 -0.550 -0.048 0.523 -0.309 -0.003 -0.005 -0.224 0.581 0.027 | +| rho_s | -0.017 -0.011 0.091 -0.006 1.000 -0.015 -0.002 -0.007 0.005 -0.434 -0.000 -0.008 0.174 -0.027 0.004 0.037 -0.002 -0.004 0.030 0.064 | +| psi2s_p | -0.353 -0.200 0.010 -0.127 -0.015 1.000 -0.003 -0.201 0.039 -0.007 -0.146 -0.012 -0.050 -0.082 -0.168 -0.008 -0.041 -0.022 -0.049 -0.030 | +| phi_s | 0.003 -0.000 0.527 0.002 -0.002 -0.003 1.000 0.001 -0.021 -0.007 0.000 -0.001 -0.053 0.003 -0.002 0.016 0.014 -0.001 -0.003 -0.021 | +| p4160_s | 0.086 0.396 -0.001 0.084 -0.007 -0.201 0.001 1.000 -0.001 0.000 0.338 -0.142 -0.020 0.510 -0.167 -0.005 -0.002 -0.157 0.333 -0.077 | +| jpsi_s | 0.009 0.013 -0.017 0.001 0.005 0.039 -0.021 -0.001 1.000 0.000 -0.008 0.014 0.039 0.058 -0.006 0.004 -0.593 0.006 -0.027 -0.039 | +| omega_s | 0.002 0.003 -0.096 -0.002 -0.434 -0.007 -0.007 0.000 0.000 1.000 -0.001 0.002 0.050 0.003 -0.000 0.546 -0.000 0.002 -0.008 -0.031 | +| p4415_s | 0.081 0.087 -0.002 0.204 -0.000 -0.146 0.000 0.338 -0.008 -0.001 1.000 -0.018 -0.021 0.492 -0.237 -0.004 0.005 -0.132 0.422 -0.049 | +| p4160_p | -0.089 0.237 -0.009 -0.550 -0.008 -0.012 -0.001 -0.142 0.014 0.002 -0.018 1.000 0.033 -0.241 0.308 -0.003 -0.013 0.312 -0.524 -0.111 | +| rho_p | -0.024 0.019 -0.230 -0.048 0.174 -0.050 -0.053 -0.020 0.039 0.050 -0.021 0.033 1.000 -0.047 0.032 -0.080 -0.025 0.027 -0.020 0.014 | +| Dbar_s | 0.214 0.024 0.010 0.523 -0.027 -0.082 0.003 0.510 0.058 0.003 0.492 -0.241 -0.047 1.000 -0.486 -0.007 -0.043 0.077 0.779 -0.074 | +| p3770_p | -0.180 0.213 -0.010 -0.309 0.004 -0.168 -0.002 -0.167 -0.006 -0.000 -0.237 0.308 0.032 -0.486 1.000 -0.001 0.003 0.115 -0.567 -0.082 | +| omega_p | -0.003 -0.005 -0.016 -0.003 0.037 -0.008 0.016 -0.005 0.004 0.546 -0.004 -0.003 -0.080 -0.007 -0.001 1.000 -0.003 -0.002 0.002 -0.008 | +| psi2s_s | -0.031 -0.013 0.011 -0.005 -0.002 -0.041 0.014 -0.002 -0.593 -0.000 0.005 -0.013 -0.025 -0.043 0.003 -0.003 1.000 -0.007 0.030 0.034 | +| p4415_p | -0.012 0.174 -0.008 -0.224 -0.004 -0.022 -0.001 -0.157 0.006 0.002 -0.132 0.312 0.027 0.077 0.115 -0.002 -0.007 1.000 -0.201 -0.077 | +| Ctt | 0.068 -0.305 -0.004 0.581 0.030 -0.049 -0.003 0.333 -0.027 -0.008 0.422 -0.524 -0.020 0.779 -0.567 0.002 0.030 -0.201 1.000 0.117 | +| jpsi_p | -0.001 -0.157 -0.031 0.027 0.064 -0.030 -0.021 -0.077 -0.039 -0.031 -0.049 -0.111 0.014 -0.074 -0.082 -0.008 0.034 -0.077 0.117 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21140003369441385}), (, {'error': 0.2942552604207853}), (, {'error': 0.16577002080445213}), (, {'error': 0.1880665191480615}), (, {'error': 0.2960381934628273}), (, {'error': 0.028609714836398403}), (, {'error': 0.8752684178640209}), (, {'error': 0.168137969615753}), (, {'error': 10.58588679931654}), (, {'error': 1.0810523887952068}), (, {'error': 0.18534067021795836}), (, {'error': 0.09490469590372408}), (, {'error': 0.2693463673590957}), (, {'error': 0.058816138894720704}), (, {'error': 0.13559626049291906}), (, {'error': 0.2573208001968954}), (, {'error': 1.3883790601751116}), (, {'error': 0.19527691897822685}), (, {'error': 0.14366127502345974}), (, {'error': 0.016329343534209784})]) +Toy 2/10 +Time taken: 2 h, 46 min +Projected time left: 11 h, 4 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1141 (1141 total) | +| EDM = 9.72E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -714288.5687665308 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.22 | 0.21 | | |0.918861 | 4.08114 | | +| 1 | p4040_p | -2.52 | 0.29 | | |-6.28319 | 6.28319 | | +| 2 | phi_p | 0.92 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.66 | 0.19 | | |0.00501244| 2.01499 | | +| 4 | rho_s | 1.22 | 0.30 | | |0.0253049| 2.0747 | | +| 5 | psi2s_p | 1.750 | 0.029 | | |-6.28319 | 6.28319 | | +| 6 | phi_s | 20.9 | 0.9 | | | 14.8182 | 23.5818 | | +| 7 | p4160_s | 2.39 | 0.17 | | | 0.71676 | 3.68324 | | +| 8 | jpsi_s | 1.000E4 | 0.016E4 | | | 9797.52 | 9996.48 | | +| 9 | omega_s | 6.8 | 1.1 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.06 | 0.19 | | |0.126447 | 2.35355 | | +| 11| p4160_p | -2.24 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 6.06 | 0.26 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | 3.57 | 0.13 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 0.15 | 0.26 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1373.4 | 2.5 | | | 1358.64 | 1433.36 | | +| 17| p4415_p | 4.00 | 0.19 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.22 | 0.14 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -4.645 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_p phi_p p4040_s rho_s psi2s_p phi_s p4160_s jpsi_s omega_s p4415_s p4160_p rho_p Dbar_s p3770_p omega_p psi2s_s p4415_p Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 -0.059 0.007 0.156 -0.018 -0.400 0.001 0.065 0.031 0.003 0.051 -0.062 -0.017 0.146 -0.158 -0.002 -0.041 -0.002 -0.009 -0.021 | +| p4040_p | -0.059 1.000 -0.014 -0.253 -0.007 -0.308 -0.001 0.380 0.025 0.002 0.072 0.235 0.021 -0.026 0.206 -0.006 -0.024 0.165 -0.327 -0.112 | +| phi_p | 0.007 -0.014 1.000 0.014 0.092 0.009 0.516 0.001 -0.042 -0.090 0.002 -0.015 -0.205 0.008 -0.014 -0.019 0.038 -0.011 0.006 0.013 | +| p4040_s | 0.156 -0.253 0.014 1.000 -0.014 -0.045 0.001 0.110 0.026 0.001 0.220 -0.559 -0.045 0.550 -0.298 -0.001 -0.027 -0.220 0.575 -0.091 | +| rho_s | -0.018 -0.007 0.092 -0.014 1.000 -0.008 -0.005 -0.012 0.015 -0.434 -0.005 -0.001 0.158 -0.029 0.011 0.047 -0.013 -0.001 0.018 -0.031 | +| psi2s_p | -0.400 -0.308 0.009 -0.045 -0.008 1.000 -0.006 -0.182 0.056 -0.008 -0.087 -0.143 -0.042 0.029 -0.261 -0.005 -0.054 -0.094 0.181 0.114 | +| phi_s | 0.001 -0.001 0.516 0.001 -0.005 -0.006 1.000 0.001 -0.057 -0.003 0.001 -0.002 -0.045 -0.005 -0.001 0.015 0.052 -0.001 0.001 -0.011 | +| p4160_s | 0.065 0.380 0.001 0.110 -0.012 -0.182 0.001 1.000 0.011 0.002 0.346 -0.166 -0.021 0.511 -0.174 -0.005 -0.012 -0.166 0.335 -0.169 | +| jpsi_s | 0.031 0.025 -0.042 0.026 0.015 0.056 -0.057 0.011 1.000 -0.001 -0.009 0.015 0.096 0.164 -0.042 0.014 -0.899 0.009 -0.052 0.074 | +| omega_s | 0.003 0.002 -0.090 0.001 -0.434 -0.008 -0.003 0.002 -0.001 1.000 -0.000 0.000 0.052 0.004 -0.002 0.543 0.001 0.001 -0.006 -0.016 | +| p4415_s | 0.051 0.072 0.002 0.220 -0.005 -0.087 0.001 0.346 -0.009 -0.000 1.000 -0.044 -0.024 0.497 -0.236 -0.004 0.008 -0.151 0.428 -0.160 | +| p4160_p | -0.062 0.235 -0.015 -0.559 -0.001 -0.143 -0.002 -0.166 0.015 0.000 -0.044 1.000 0.035 -0.306 0.305 -0.004 -0.015 0.301 -0.547 0.019 | +| rho_p | -0.017 0.021 -0.205 -0.045 0.158 -0.042 -0.045 -0.021 0.096 0.052 -0.024 0.035 1.000 -0.034 0.029 -0.067 -0.087 0.026 -0.031 -0.092 | +| Dbar_s | 0.146 -0.026 0.008 0.550 -0.029 0.029 -0.005 0.511 0.164 0.004 0.497 -0.306 -0.034 1.000 -0.493 -0.004 -0.152 0.032 0.790 -0.109 | +| p3770_p | -0.158 0.206 -0.014 -0.298 0.011 -0.261 -0.001 -0.174 -0.042 -0.002 -0.236 0.305 0.029 -0.493 1.000 -0.002 0.039 0.110 -0.530 -0.017 | +| omega_p | -0.002 -0.006 -0.019 -0.001 0.047 -0.005 0.015 -0.005 0.014 0.543 -0.004 -0.004 -0.067 -0.004 -0.002 1.000 -0.012 -0.003 0.003 -0.021 | +| psi2s_s | -0.041 -0.024 0.038 -0.027 -0.013 -0.054 0.052 -0.012 -0.899 0.001 0.008 -0.015 -0.087 -0.152 0.039 -0.012 1.000 -0.009 0.052 -0.064 | +| p4415_p | -0.002 0.165 -0.011 -0.220 -0.001 -0.094 -0.001 -0.166 0.009 0.001 -0.151 0.301 0.026 0.032 0.110 -0.003 -0.009 1.000 -0.216 -0.011 | +| Ctt | -0.009 -0.327 0.006 0.575 0.018 0.181 0.001 0.335 -0.052 -0.006 0.428 -0.547 -0.031 0.790 -0.530 0.003 0.052 -0.216 1.000 -0.156 | +| jpsi_p | -0.021 -0.112 0.013 -0.091 -0.031 0.114 -0.011 -0.169 0.074 -0.016 -0.160 0.019 -0.092 -0.109 -0.017 -0.021 -0.064 -0.011 -0.156 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21234406976799525}), (, {'error': 0.28811797170851916}), (, {'error': 0.16443539860910406}), (, {'error': 0.18975852323507988}), (, {'error': 0.29590071474374985}), (, {'error': 0.02890360004685011}), (, {'error': 0.8679346242194157}), (, {'error': 0.17003069616450417}), (, {'error': 162.3467987935137}), (, {'error': 1.0741581370048028}), (, {'error': 0.18761040740944118}), (, {'error': 0.09521360969407056}), (, {'error': 0.260481964250336}), (, {'error': 0.06236402099325289}), (, {'error': 0.1315622738473028}), (, {'error': 0.25733696620793856}), (, {'error': 2.5425786791541896}), (, {'error': 0.19245438934670034}), (, {'error': 0.13882271317358347}), (, {'error': 0.016116069587805093})]) +Toy 3/10 +Time taken: 4 h, 5 min +Projected time left: 9 h, 33 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.142E+05 | Ncalls=430 (430 total) | +| EDM = 8.86E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -714217.1833699888 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.19 | 0.19 | | |0.918861 | 4.08114 | | +| 1 | p4040_p | 4.21 | 0.24 | | |-6.28319 | 6.28319 | | +| 2 | phi_p | 5.73 | 0.19 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.70 | 0.19 | | |0.00501244| 2.01499 | | +| 4 | rho_s | 1.04 | 0.31 | | |0.0253049| 2.0747 | | +| 5 | psi2s_p | 4.25 | 0.04 | | |-6.28319 | 6.28319 | | +| 6 | phi_s | 17.5 | 0.8 | | | 14.8182 | 23.5818 | | +| 7 | p4160_s | 2.44 | 0.17 | | | 0.71676 | 3.68324 | | +| 8 | jpsi_s | 0.984E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 9 | omega_s | 6.7 | 1.1 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.26 | 0.19 | | |0.126447 | 2.35355 | | +| 11| p4160_p | -1.84 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 5.70 | 0.27 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | 0.09 | 0.07 | | | -1.464 | 1.464 | | +| 14| p3770_p | -1.67 | 0.14 | | |-6.28319 | 6.28319 | | +| 15| omega_p | -0.09 | 0.24 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1359.0 | 0.5 | | | 1358.64 | 1433.36 | | +| 17| p4415_p | 4.22 | 0.18 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.25 | 0.18 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -1.734 | 0.017 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_p phi_p p4040_s rho_s psi2s_p phi_s p4160_s jpsi_s omega_s p4415_s p4160_p rho_p Dbar_s p3770_p omega_p psi2s_s p4415_p Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 -0.044 -0.005 0.205 -0.021 -0.190 -0.009 0.116 -0.087 0.005 0.106 -0.090 -0.017 0.263 -0.195 -0.003 -0.069 0.003 0.106 -0.104 | +| p4040_p | -0.044 1.000 -0.003 -0.080 -0.008 0.104 -0.008 0.350 -0.059 0.000 0.078 0.157 0.020 0.081 0.191 -0.002 -0.048 0.159 -0.229 -0.170 | +| phi_p | -0.005 -0.003 1.000 -0.006 0.000 -0.012 0.529 -0.007 -0.045 -0.013 -0.007 0.002 0.067 0.004 -0.007 0.020 -0.036 0.001 -0.005 -0.022 | +| p4040_s | 0.205 -0.080 -0.006 1.000 -0.016 -0.541 -0.003 0.198 -0.058 0.005 0.272 -0.556 -0.044 0.547 -0.338 -0.005 -0.045 -0.204 0.575 -0.018 | +| rho_s | -0.021 -0.008 0.000 -0.016 1.000 0.011 0.036 -0.013 -0.047 -0.454 -0.007 0.004 0.399 -0.017 0.002 0.040 -0.038 0.003 0.012 0.061 | +| psi2s_p | -0.190 0.104 -0.012 -0.541 0.011 1.000 0.007 -0.398 0.250 -0.007 -0.427 0.425 -0.000 -0.774 0.639 -0.008 0.194 0.103 -0.714 -0.014 | +| phi_s | -0.009 -0.008 0.529 -0.003 0.036 0.007 1.000 -0.001 0.047 0.008 0.003 -0.009 0.133 -0.023 0.007 0.032 0.037 -0.005 0.017 0.010 | +| p4160_s | 0.116 0.350 -0.007 0.198 -0.013 -0.398 -0.001 1.000 -0.007 0.004 0.380 -0.232 -0.031 0.520 -0.232 -0.007 -0.006 -0.167 0.422 -0.059 | +| jpsi_s | -0.087 -0.059 -0.045 -0.058 -0.047 0.250 0.047 -0.007 1.000 0.020 0.035 -0.070 -0.189 -0.368 0.196 -0.037 0.795 -0.040 0.150 0.252 | +| omega_s | 0.005 0.000 -0.013 0.005 -0.454 -0.007 0.008 0.004 0.020 1.000 0.003 -0.004 -0.115 0.002 -0.001 0.546 0.016 -0.003 -0.001 -0.031 | +| p4415_s | 0.106 0.078 -0.007 0.272 -0.007 -0.427 0.003 0.380 0.035 0.003 1.000 -0.099 -0.036 0.489 -0.293 -0.007 0.028 -0.102 0.492 -0.016 | +| p4160_p | -0.090 0.157 0.002 -0.556 0.004 0.425 -0.009 -0.232 -0.070 -0.004 -0.099 1.000 0.052 -0.263 0.356 0.004 -0.056 0.341 -0.567 -0.123 | +| rho_p | -0.017 0.020 0.067 -0.044 0.399 -0.000 0.133 -0.031 -0.189 -0.115 -0.036 0.052 1.000 0.010 0.005 -0.046 -0.151 0.033 -0.058 -0.021 | +| Dbar_s | 0.263 0.081 0.004 0.547 -0.017 -0.774 -0.023 0.520 -0.368 0.002 0.489 -0.263 0.010 1.000 -0.574 0.004 -0.291 0.113 0.705 -0.124 | +| p3770_p | -0.195 0.191 -0.007 -0.338 0.002 0.639 0.007 -0.232 0.196 -0.001 -0.293 0.356 0.005 -0.574 1.000 -0.005 0.150 0.110 -0.614 -0.034 | +| omega_p | -0.003 -0.002 0.020 -0.005 0.040 -0.008 0.032 -0.007 -0.037 0.546 -0.007 0.004 -0.046 0.004 -0.005 1.000 -0.029 0.001 -0.008 -0.018 | +| psi2s_s | -0.069 -0.048 -0.036 -0.045 -0.038 0.194 0.037 -0.006 0.795 0.016 0.028 -0.056 -0.151 -0.291 0.150 -0.029 1.000 -0.031 0.118 0.200 | +| p4415_p | 0.003 0.159 0.001 -0.204 0.003 0.103 -0.005 -0.167 -0.040 -0.003 -0.102 0.341 0.033 0.113 0.110 0.001 -0.031 1.000 -0.169 -0.084 | +| Ctt | 0.106 -0.229 -0.005 0.575 0.012 -0.714 0.017 0.422 0.150 -0.001 0.492 -0.567 -0.058 0.705 -0.614 -0.008 0.118 -0.169 1.000 0.192 | +| jpsi_p | -0.104 -0.170 -0.022 -0.018 0.061 -0.014 0.010 -0.059 0.252 -0.031 -0.016 -0.123 -0.021 -0.124 -0.034 -0.018 0.200 -0.084 0.192 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.19102297125217005}), (, {'error': 0.2428303283167894}), (, {'error': 0.19431525060861166}), (, {'error': 0.1853302275099527}), (, {'error': 0.30647531901912506}), (, {'error': 0.03985034467735282}), (, {'error': 0.8332517392872809}), (, {'error': 0.16615848587783555}), (, {'error': 36.94617603083043}), (, {'error': 1.0826130484449217}), (, {'error': 0.1875103275685176}), (, {'error': 0.0963919417428789}), (, {'error': 0.2670668175680042}), (, {'error': 0.07393740460801101}), (, {'error': 0.14292061513571142}), (, {'error': 0.24427035877402137}), (, {'error': 0.45172802805950596}), (, {'error': 0.1778559325446567}), (, {'error': 0.17807495854381541}), (, {'error': 0.01686826294256294})]) +Toy 4/10 +Time taken: 4 h, 52 min +Projected time left: 7 h, 18 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.142E+05 | Ncalls=968 (968 total) | +| EDM = 1.57E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -714151.5998271505 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 1.66 | 0.19 | | |0.918861 | 4.08114 | | +| 1 | p4040_p | 2.98 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | phi_p | 0.67 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.48 | 0.15 | | |0.00501244| 2.01499 | | +| 4 | rho_s | 1.34 | 0.30 | | |0.0253049| 2.0747 | | +| 5 | psi2s_p | 4.401 | 0.021 | | |-6.28319 | 6.28319 | | +| 6 | phi_s | 20.9 | 0.9 | | | 14.8182 | 23.5818 | | +| 7 | p4160_s | 0.717 | 0.010 | | | 0.71676 | 3.68324 | | +| 8 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 9 | omega_s | 6.7 | 1.1 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 0.13 | 1.42 | | |0.126447 | 2.35355 | | +| 11| p4160_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 12| rho_p | -0.32 | 0.25 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.38 | 0.03 | | | -1.464 | 1.464 | | +| 14| p3770_p | 4.74 | 0.13 | | |-6.28319 | 6.28319 | | +| 15| omega_p | -0.06 | 0.26 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1368.0 | 1.6 | | | 1358.64 | 1433.36 | | +| 17| p4415_p | -6.28 | 0.22 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.500 | 0.010 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -1.679 | 0.015 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_p phi_p p4040_s rho_s psi2s_p phi_s p4160_s jpsi_s omega_s p4415_s p4160_p rho_p Dbar_s p3770_p omega_p psi2s_s p4415_p Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 0.127 0.006 0.114 -0.020 -0.107 0.002 -0.002 0.019 0.002 0.023 -0.002 -0.020 0.276 -0.132 -0.004 -0.013 -0.017 -0.001 -0.091 | +| p4040_p | 0.127 1.000 0.003 -0.273 -0.023 -0.144 0.001 -0.011 0.030 0.001 -0.008 -0.002 -0.024 0.441 0.106 -0.007 -0.018 -0.004 0.003 -0.149 | +| phi_p | 0.006 0.003 1.000 0.012 0.044 -0.023 0.532 -0.000 -0.024 -0.098 -0.008 -0.000 -0.256 0.025 -0.014 -0.012 0.020 0.004 -0.000 -0.032 | +| p4040_s | 0.114 -0.273 0.012 1.000 -0.014 -0.005 0.003 0.000 -0.003 0.000 -0.179 0.013 -0.029 -0.238 -0.035 0.000 0.012 0.110 0.025 0.026 | +| rho_s | -0.020 -0.023 0.044 -0.014 1.000 0.044 -0.012 0.001 0.016 -0.412 0.005 0.000 0.193 -0.083 0.028 0.025 -0.015 -0.002 0.002 0.054 | +| psi2s_p | -0.107 -0.144 -0.023 -0.005 0.044 1.000 -0.011 0.003 -0.062 -0.018 0.006 0.003 0.013 -0.250 0.199 -0.005 0.012 0.004 -0.040 0.061 | +| phi_s | 0.002 0.001 0.532 0.003 -0.012 -0.011 1.000 -0.000 -0.029 -0.007 -0.002 -0.000 -0.050 0.006 -0.004 0.018 0.022 0.001 -0.000 -0.020 | +| p4160_s | -0.002 -0.011 -0.000 0.000 0.001 0.003 -0.000 1.000 0.000 -0.000 0.008 -0.003 0.001 0.008 -0.000 0.000 -0.000 -0.005 -0.001 0.002 | +| jpsi_s | 0.019 0.030 -0.024 -0.003 0.016 -0.062 -0.029 0.000 1.000 0.002 0.006 -0.001 0.058 0.191 -0.030 0.006 -0.703 -0.004 -0.002 -0.046 | +| omega_s | 0.002 0.001 -0.098 0.000 -0.412 -0.018 -0.007 -0.000 0.002 1.000 0.001 -0.000 0.135 0.013 -0.004 0.528 -0.001 -0.001 -0.000 -0.030 | +| p4415_s | 0.023 -0.008 -0.008 -0.179 0.005 0.006 -0.002 0.008 0.006 0.001 1.000 0.005 0.029 0.466 0.017 -0.001 -0.003 -0.545 -0.010 -0.024 | +| p4160_p | -0.002 -0.002 -0.000 0.013 0.000 0.003 -0.000 -0.003 -0.001 -0.000 0.005 1.000 0.000 -0.010 -0.002 0.000 0.000 -0.002 -0.000 0.003 | +| rho_p | -0.020 -0.024 -0.256 -0.029 0.193 0.013 -0.050 0.001 0.058 0.135 0.029 0.000 1.000 -0.039 0.027 -0.071 -0.047 -0.015 -0.000 0.001 | +| Dbar_s | 0.276 0.441 0.025 -0.238 -0.083 -0.250 0.006 0.008 0.191 0.013 0.466 -0.010 -0.039 1.000 -0.051 -0.010 -0.119 -0.273 0.042 -0.252 | +| p3770_p | -0.132 0.106 -0.014 -0.035 0.028 0.199 -0.004 -0.000 -0.030 -0.004 0.017 -0.002 0.027 -0.051 1.000 0.001 -0.015 -0.011 -0.028 0.049 | +| omega_p | -0.004 -0.007 -0.012 0.000 0.025 -0.005 0.018 0.000 0.006 0.528 -0.001 0.000 -0.071 -0.010 0.001 1.000 -0.005 0.001 0.000 -0.012 | +| psi2s_s | -0.013 -0.018 0.020 0.012 -0.015 0.012 0.022 -0.000 -0.703 -0.001 -0.003 0.000 -0.047 -0.119 -0.015 -0.005 1.000 0.002 0.001 0.032 | +| p4415_p | -0.017 -0.004 0.004 0.110 -0.002 0.004 0.001 -0.005 -0.004 -0.001 -0.545 -0.002 -0.015 -0.273 -0.011 0.001 0.002 1.000 0.004 0.020 | +| Ctt | -0.001 0.003 -0.000 0.025 0.002 -0.040 -0.000 -0.001 -0.002 -0.000 -0.010 -0.000 -0.000 0.042 -0.028 0.000 0.001 0.004 1.000 0.009 | +| jpsi_p | -0.091 -0.149 -0.032 0.026 0.054 0.061 -0.020 0.002 -0.046 -0.030 -0.024 0.003 0.001 -0.252 0.049 -0.012 0.032 0.020 0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.19233174643525008}), (, {'error': 0.09844188294508704}), (, {'error': 0.17226863702091855}), (, {'error': 0.14510347756461195}), (, {'error': 0.2985583888278973}), (, {'error': 0.02131688188005576}), (, {'error': 0.8801252340446428}), (, {'error': 0.009855132663531774}), (, {'error': 15.922524786283248}), (, {'error': 1.0629380893934335}), (, {'error': 1.4208206059157689}), (, {'error': 0.008617060851418668}), (, {'error': 0.24570828204567752}), (, {'error': 0.033373901215649204}), (, {'error': 0.13119988793847437}), (, {'error': 0.2585121594750741}), (, {'error': 1.5727483373157156}), (, {'error': 0.216541731610564}), (, {'error': 0.00959969951665654}), (, {'error': 0.015275449656826368})]) +Toy 5/10 +Time taken: 6 h, 1 min +Projected time left: 6 h, 1 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.137E+05 | Ncalls=660 (671 total) | +| EDM = 3.46E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -713684.2071941819 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 1.281 | 0.007 | | |0.918861 | 4.08114 | | +| 1 | p4040_p | -0.9 | 2.7 | | |-6.28319 | 6.28319 | | +| 2 | phi_p | 0.37 | 0.18 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.497 | 0.006 | | |0.00501244| 2.01499 | | +| 4 | rho_s | 1.246 | 0.016 | | |0.0253049| 2.0747 | | +| 5 | psi2s_p | -1.904 | 0.007 | | |-6.28319 | 6.28319 | | +| 6 | phi_s | 21.225 | 0.030 | | | 14.8182 | 23.5818 | | +| 7 | p4160_s | 1.829 | 0.015 | | | 0.71676 | 3.68324 | | +| 8 | jpsi_s | 0.986E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 9 | omega_s | 8.52 | 0.14 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 0.534 | 0.006 | | |0.126447 | 2.35355 | | +| 11| p4160_p | -1.29 | 0.05 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 5.31 | 0.25 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.263 | 0.027 | | | -1.464 | 1.464 | | +| 14| p3770_p | -1.73 | 0.04 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 2.4 | 8.0 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1371.05 | 0.16 | | | 1358.64 | 1433.36 | | +| 17| p4415_p | 3.41 | 0.04 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -1.668E-1 | 0.031E-1 | | | -0.5 | 0.5 | | +| 19| jpsi_p | 4.517 | 0.007 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_p phi_p p4040_s rho_s psi2s_p phi_s p4160_s jpsi_s omega_s p4415_s p4160_p rho_p Dbar_s p3770_p omega_p psi2s_s p4415_p Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 -0.189 -0.185 0.032 -0.171 -0.022 -0.095 -0.151 0.122 -0.187 0.054 -0.166 -0.188 0.184 0.109 0.188 0.037 -0.091 -0.029 0.122 | +| p4040_p | -0.189 1.000 0.976 -0.170 0.903 0.117 0.505 0.800 -0.644 0.992 -0.286 0.877 0.993 -0.973 -0.579 -0.996 -0.196 0.482 0.150 -0.645 | +| phi_p | -0.185 0.976 1.000 -0.166 0.888 0.108 0.498 0.780 -0.633 0.976 -0.281 0.861 0.976 -0.954 -0.563 -0.980 -0.193 0.469 0.149 -0.639 | +| p4040_s | 0.032 -0.170 -0.166 1.000 -0.153 -0.019 -0.086 -0.136 0.110 -0.168 0.049 -0.152 -0.169 0.167 0.100 0.169 0.033 -0.082 -0.026 0.110 | +| rho_s | -0.171 0.903 0.888 -0.153 1.000 0.100 0.459 0.722 -0.586 0.902 -0.259 0.796 0.903 -0.882 -0.521 -0.906 -0.178 0.434 0.138 -0.590 | +| psi2s_p | -0.022 0.117 0.108 -0.019 0.100 1.000 0.056 0.094 -0.071 0.110 -0.034 0.105 0.110 -0.115 -0.061 -0.110 -0.023 0.056 0.011 -0.067 | +| phi_s | -0.095 0.505 0.498 -0.086 0.459 0.056 1.000 0.404 -0.328 0.505 -0.145 0.445 0.505 -0.493 -0.291 -0.507 -0.100 0.243 0.077 -0.330 | +| p4160_s | -0.151 0.800 0.780 -0.136 0.722 0.094 0.404 1.000 -0.515 0.793 -0.229 0.694 0.794 -0.777 -0.462 -0.796 -0.157 0.385 0.119 -0.516 | +| jpsi_s | 0.122 -0.644 -0.633 0.110 -0.586 -0.071 -0.328 -0.515 1.000 -0.644 0.185 -0.567 -0.644 0.628 0.372 0.646 0.136 -0.309 -0.097 0.421 | +| omega_s | -0.187 0.992 0.976 -0.168 0.902 0.110 0.505 0.793 -0.644 1.000 -0.285 0.874 0.992 -0.969 -0.572 -0.996 -0.196 0.477 0.151 -0.649 | +| p4415_s | 0.054 -0.286 -0.281 0.049 -0.259 -0.034 -0.145 -0.229 0.185 -0.285 1.000 -0.252 -0.285 0.279 0.165 0.286 0.056 -0.135 -0.043 0.185 | +| p4160_p | -0.166 0.877 0.861 -0.152 0.796 0.105 0.445 0.694 -0.567 0.874 -0.252 1.000 0.875 -0.854 -0.507 -0.878 -0.173 0.425 0.130 -0.568 | +| rho_p | -0.188 0.993 0.976 -0.169 0.903 0.110 0.505 0.794 -0.644 0.992 -0.285 0.875 1.000 -0.970 -0.573 -0.997 -0.196 0.477 0.151 -0.649 | +| Dbar_s | 0.184 -0.973 -0.954 0.167 -0.882 -0.115 -0.493 -0.777 0.628 -0.969 0.279 -0.854 -0.970 1.000 0.562 0.973 0.192 -0.466 -0.145 0.628 | +| p3770_p | 0.109 -0.579 -0.563 0.100 -0.521 -0.061 -0.291 -0.462 0.372 -0.572 0.165 -0.507 -0.573 0.562 1.000 0.575 0.112 -0.278 -0.088 0.373 | +| omega_p | 0.188 -0.996 -0.980 0.169 -0.906 -0.110 -0.507 -0.796 0.646 -0.996 0.286 -0.878 -0.997 0.973 0.575 1.000 0.197 -0.479 -0.152 0.652 | +| psi2s_s | 0.037 -0.196 -0.193 0.033 -0.178 -0.023 -0.100 -0.157 0.136 -0.196 0.056 -0.173 -0.196 0.192 0.112 0.197 1.000 -0.095 -0.030 0.128 | +| p4415_p | -0.091 0.482 0.469 -0.082 0.434 0.056 0.243 0.385 -0.309 0.477 -0.135 0.425 0.477 -0.466 -0.278 -0.479 -0.095 1.000 0.072 -0.310 | +| Ctt | -0.029 0.150 0.149 -0.026 0.138 0.011 0.077 0.119 -0.097 0.151 -0.043 0.130 0.151 -0.145 -0.088 -0.152 -0.030 0.072 1.000 -0.095 | +| jpsi_p | 0.122 -0.645 -0.639 0.110 -0.590 -0.067 -0.330 -0.516 0.421 -0.649 0.185 -0.568 -0.649 0.628 0.373 0.652 0.128 -0.310 -0.095 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.006683042526191452}), (, {'error': 2.724254349893621}), (, {'error': 0.18221560964331163}), (, {'error': 0.005874566148652116}), (, {'error': 0.015567232397471376}), (, {'error': 0.006906985209185201}), (, {'error': 0.029503142257018666}), (, {'error': 0.015322337499010907}), (, {'error': 0.801215337945905}), (, {'error': 0.137994103342292}), (, {'error': 0.005898431446755503}), (, {'error': 0.053354105535038165}), (, {'error': 0.24591259988906344}), (, {'error': 0.02747263132111155}), (, {'error': 0.04375124673697428}), (, {'error': 8.007046146380471}), (, {'error': 0.1617622727426351}), (, {'error': 0.0352380911118928}), (, {'error': 0.0030658017212312205}), (, {'error': 0.006866157613395707})]) +Toy 6/10 +Time taken: 6 h, 56 min +Projected time left: 4 h, 37 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1080 (1080 total) | +| EDM = 2.32E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -714288.5709806806 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.22 | 0.21 | | |0.918861 | 4.08114 | | +| 1 | p4040_p | 3.77 | 0.28 | | |-6.28319 | 6.28319 | | +| 2 | phi_p | 5.97 | 0.20 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.66 | 0.19 | | |0.00501244| 2.01499 | | +| 4 | rho_s | 1.20 | 0.29 | | |0.0253049| 2.0747 | | +| 5 | psi2s_p | 1.752 | 0.029 | | |-6.28319 | 6.28319 | | +| 6 | phi_s | 16.8 | 0.9 | | | 14.8182 | 23.5818 | | +| 7 | p4160_s | 2.39 | 0.17 | | | 0.71676 | 3.68324 | | +| 8 | jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 9 | omega_s | 6.8 | 1.1 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.06 | 0.19 | | |0.126447 | 2.35355 | | +| 11| p4160_p | -2.24 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| rho_p | -0.28 | 0.28 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.71 | 0.13 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 0.09 | 0.26 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1373 | 3 | | | 1358.64 | 1433.36 | | +| 17| p4415_p | 4.00 | 0.19 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.22 | 0.14 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -4.641 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_p phi_p p4040_s rho_s psi2s_p phi_s p4160_s jpsi_s omega_s p4415_s p4160_p rho_p Dbar_s p3770_p omega_p psi2s_s p4415_p Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 -0.057 -0.005 0.157 -0.019 -0.397 -0.008 0.067 0.043 0.002 0.052 -0.062 -0.017 0.151 -0.161 -0.002 -0.050 -0.002 -0.009 -0.018 | +| p4040_p | -0.057 1.000 -0.006 -0.245 -0.004 -0.300 -0.002 0.370 0.036 0.003 0.069 0.229 0.028 -0.021 0.201 -0.006 -0.035 0.161 -0.320 -0.107 | +| phi_p | -0.005 -0.006 1.000 -0.004 0.027 -0.011 0.550 -0.007 0.030 -0.009 -0.005 -0.004 0.102 -0.005 -0.002 0.017 -0.029 -0.002 0.003 -0.039 | +| p4040_s | 0.157 -0.245 -0.004 1.000 -0.017 -0.046 -0.007 0.118 0.035 -0.001 0.223 -0.558 -0.051 0.548 -0.300 -0.001 -0.036 -0.218 0.572 -0.089 | +| rho_s | -0.019 -0.004 0.027 -0.017 1.000 -0.009 0.045 -0.013 0.032 -0.422 -0.007 0.003 0.189 -0.027 0.013 0.039 -0.030 0.001 0.014 -0.033 | +| psi2s_p | -0.397 -0.300 -0.011 -0.046 -0.009 1.000 -0.017 -0.175 0.078 -0.010 -0.085 -0.139 -0.046 0.040 -0.263 -0.004 -0.077 -0.091 0.175 0.118 | +| phi_s | -0.008 -0.002 0.550 -0.007 0.045 -0.017 1.000 -0.004 -0.015 0.032 -0.002 -0.001 0.201 -0.015 0.004 0.032 0.014 -0.000 0.007 -0.042 | +| p4160_s | 0.067 0.370 -0.007 0.118 -0.013 -0.175 -0.004 1.000 0.014 0.000 0.347 -0.173 -0.025 0.509 -0.182 -0.005 -0.014 -0.171 0.345 -0.164 | +| jpsi_s | 0.043 0.036 0.030 0.035 0.032 0.078 -0.015 0.014 1.000 0.005 -0.014 0.023 0.166 0.230 -0.059 0.019 -0.947 0.014 -0.075 0.097 | +| omega_s | 0.002 0.003 -0.009 -0.001 -0.422 -0.010 0.032 0.000 0.005 1.000 -0.001 0.002 0.085 0.003 -0.001 0.540 -0.005 0.002 -0.007 -0.022 | +| p4415_s | 0.052 0.069 -0.005 0.223 -0.007 -0.085 -0.002 0.347 -0.014 -0.001 1.000 -0.047 -0.030 0.489 -0.240 -0.004 0.013 -0.152 0.432 -0.158 | +| p4160_p | -0.062 0.229 -0.004 -0.558 0.003 -0.139 -0.001 -0.173 0.023 0.002 -0.047 1.000 0.044 -0.302 0.305 -0.004 -0.023 0.301 -0.546 0.021 | +| rho_p | -0.017 0.028 0.102 -0.051 0.189 -0.046 0.201 -0.025 0.166 0.085 -0.030 0.044 1.000 -0.020 0.029 -0.067 -0.158 0.032 -0.044 -0.108 | +| Dbar_s | 0.151 -0.021 -0.005 0.548 -0.027 0.040 -0.015 0.509 0.230 0.003 0.489 -0.302 -0.020 1.000 -0.497 -0.001 -0.221 0.032 0.772 -0.093 | +| p3770_p | -0.161 0.201 -0.002 -0.300 0.013 -0.263 0.004 -0.182 -0.059 -0.001 -0.240 0.305 0.029 -0.497 1.000 -0.003 0.057 0.109 -0.530 -0.020 | +| omega_p | -0.002 -0.006 0.017 -0.001 0.039 -0.004 0.032 -0.005 0.019 0.540 -0.004 -0.004 -0.067 -0.001 -0.003 1.000 -0.018 -0.003 0.002 -0.019 | +| psi2s_s | -0.050 -0.035 -0.029 -0.036 -0.030 -0.077 0.014 -0.014 -0.947 -0.005 0.013 -0.023 -0.158 -0.221 0.057 -0.018 1.000 -0.014 0.075 -0.091 | +| p4415_p | -0.002 0.161 -0.002 -0.218 0.001 -0.091 -0.000 -0.171 0.014 0.002 -0.152 0.301 0.032 0.032 0.109 -0.003 -0.014 1.000 -0.214 -0.011 | +| Ctt | -0.009 -0.320 0.003 0.572 0.014 0.175 0.007 0.345 -0.075 -0.007 0.432 -0.546 -0.044 0.772 -0.530 0.002 0.075 -0.214 1.000 -0.160 | +| jpsi_p | -0.018 -0.107 -0.039 -0.089 -0.033 0.118 -0.042 -0.164 0.097 -0.022 -0.158 0.021 -0.108 -0.093 -0.020 -0.019 -0.091 -0.011 -0.160 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2124971022807134}), (, {'error': 0.28464524980276185}), (, {'error': 0.20016172579055702}), (, {'error': 0.18968663130082783}), (, {'error': 0.2931556102679252}), (, {'error': 0.028906561762299}), (, {'error': 0.8983169045315762}), (, {'error': 0.16948693847385554}), (, {'error': 127.2289369001528}), (, {'error': 1.0735084267753434}), (, {'error': 0.187722411287707}), (, {'error': 0.09518568303130515}), (, {'error': 0.2754483681724502}), (, {'error': 0.06339674081897984}), (, {'error': 0.13227424029314072}), (, {'error': 0.2571987318883173}), (, {'error': 3.460670714941216}), (, {'error': 0.19236138727226848}), (, {'error': 0.13901573710901768}), (, {'error': 0.016207611590943305})]) +Toy 7/10 +Time taken: 8 h, 12 min +Projected time left: 3 h, 31 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1285 (1285 total) | +| EDM = 0.00569 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -714288.5611224954 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.22 | 0.21 | | |0.918861 | 4.08114 | | +| 1 | p4040_p | -2.52 | 0.29 | | |-6.28319 | 6.28319 | | +| 2 | phi_p | -5.37 | 0.17 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.66 | 0.19 | | |0.00501244| 2.01499 | | +| 4 | rho_s | 1.22 | 0.30 | | |0.0253049| 2.0747 | | +| 5 | psi2s_p | -4.533 | 0.029 | | |-6.28319 | 6.28319 | | +| 6 | phi_s | 20.9 | 0.9 | | | 14.8182 | 23.5818 | | +| 7 | p4160_s | 2.39 | 0.17 | | | 0.71676 | 3.68324 | | +| 8 | jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 9 | omega_s | 6.8 | 1.1 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.06 | 0.19 | | |0.126447 | 2.35355 | | +| 11| p4160_p | -2.24 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| rho_p | -0.22 | 0.27 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.06 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.71 | 0.13 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 0.14 | 0.26 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1373.1 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| p4415_p | 4.00 | 0.19 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.22 | 0.14 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -4.644 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_p phi_p p4040_s rho_s psi2s_p phi_s p4160_s jpsi_s omega_s p4415_s p4160_p rho_p Dbar_s p3770_p omega_p psi2s_s p4415_p Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 -0.060 0.010 0.157 -0.019 -0.400 0.003 0.066 -0.012 0.002 0.052 -0.064 -0.024 0.146 -0.160 -0.002 -0.031 -0.003 -0.005 -0.022 | +| p4040_p | -0.060 1.000 -0.016 -0.255 -0.006 -0.312 -0.001 0.378 -0.011 0.003 0.070 0.237 0.025 -0.033 0.210 -0.007 -0.010 0.166 -0.329 -0.115 | +| phi_p | 0.010 -0.016 1.000 0.021 0.078 0.017 0.526 0.004 0.022 -0.105 0.004 -0.019 -0.262 0.020 -0.020 -0.014 0.016 -0.014 0.008 0.027 | +| p4040_s | 0.157 -0.255 0.021 1.000 -0.017 -0.044 0.004 0.113 -0.010 -0.002 0.223 -0.561 -0.058 0.556 -0.301 -0.001 -0.012 -0.221 0.578 -0.091 | +| rho_s | -0.019 -0.006 0.078 -0.017 1.000 -0.012 -0.005 -0.013 -0.009 -0.423 -0.007 0.001 0.178 -0.034 0.013 0.041 -0.005 0.000 0.017 -0.039 | +| psi2s_p | -0.400 -0.312 0.017 -0.044 -0.012 1.000 -0.002 -0.182 -0.022 -0.010 -0.085 -0.146 -0.058 0.025 -0.263 -0.005 -0.022 -0.096 0.187 0.113 | +| phi_s | 0.003 -0.001 0.526 0.004 -0.005 -0.002 1.000 0.002 0.025 -0.009 0.001 -0.003 -0.058 0.004 -0.004 0.016 0.018 -0.002 -0.001 -0.005 | +| p4160_s | 0.066 0.378 0.004 0.113 -0.013 -0.182 0.002 1.000 -0.004 0.000 0.348 -0.168 -0.026 0.516 -0.176 -0.005 -0.006 -0.167 0.338 -0.168 | +| jpsi_s | -0.012 -0.011 0.022 -0.010 -0.009 -0.022 0.025 -0.004 1.000 -0.002 0.004 -0.007 -0.049 -0.068 0.017 -0.005 0.648 -0.004 0.022 -0.028 | +| omega_s | 0.002 0.003 -0.105 -0.002 -0.423 -0.010 -0.009 0.000 -0.002 1.000 -0.001 0.003 0.095 0.002 -0.000 0.536 -0.002 0.003 -0.007 -0.022 | +| p4415_s | 0.052 0.070 0.004 0.223 -0.007 -0.085 0.001 0.348 0.004 -0.001 1.000 -0.047 -0.029 0.505 -0.240 -0.003 0.002 -0.152 0.430 -0.158 | +| p4160_p | -0.064 0.237 -0.019 -0.561 0.001 -0.146 -0.003 -0.168 -0.007 0.003 -0.047 1.000 0.043 -0.316 0.310 -0.005 -0.006 0.302 -0.549 0.017 | +| rho_p | -0.024 0.025 -0.262 -0.058 0.178 -0.058 -0.058 -0.026 -0.049 0.095 -0.029 0.043 1.000 -0.058 0.040 -0.074 -0.034 0.032 -0.034 -0.121 | +| Dbar_s | 0.146 -0.033 0.020 0.556 -0.034 0.025 0.004 0.516 -0.068 0.002 0.505 -0.316 -0.058 1.000 -0.498 -0.005 -0.052 0.029 0.809 -0.117 | +| p3770_p | -0.160 0.210 -0.020 -0.301 0.013 -0.263 -0.004 -0.176 0.017 -0.000 -0.240 0.310 0.040 -0.498 1.000 -0.003 0.013 0.113 -0.538 -0.016 | +| omega_p | -0.002 -0.007 -0.014 -0.001 0.041 -0.005 0.016 -0.005 -0.005 0.536 -0.003 -0.005 -0.074 -0.005 -0.003 1.000 -0.003 -0.004 0.004 -0.019 | +| psi2s_s | -0.031 -0.010 0.016 -0.012 -0.005 -0.022 0.018 -0.006 0.648 -0.002 0.002 -0.006 -0.034 -0.052 0.013 -0.003 1.000 -0.005 0.023 -0.015 | +| p4415_p | -0.003 0.166 -0.014 -0.221 0.000 -0.096 -0.002 -0.167 -0.004 0.003 -0.152 0.302 0.032 0.029 0.113 -0.004 -0.005 1.000 -0.217 -0.013 | +| Ctt | -0.005 -0.329 0.008 0.578 0.017 0.187 -0.001 0.338 0.022 -0.007 0.430 -0.549 -0.034 0.809 -0.538 0.004 0.023 -0.217 1.000 -0.151 | +| jpsi_p | -0.022 -0.115 0.027 -0.091 -0.039 0.113 -0.005 -0.168 -0.028 -0.022 -0.158 0.017 -0.121 -0.117 -0.016 -0.019 -0.015 -0.013 -0.151 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21245377631505113}), (, {'error': 0.2879104332201121}), (, {'error': 0.1678814925429144}), (, {'error': 0.18999477968910738}), (, {'error': 0.2975027600081203}), (, {'error': 0.028957633966111285}), (, {'error': 0.8750065904946123}), (, {'error': 0.1701581470877016}), (, {'error': 9.478909491377635}), (, {'error': 1.0740112759790237}), (, {'error': 0.18781567691479073}), (, {'error': 0.09536095087610708}), (, {'error': 0.2719978868179931}), (, {'error': 0.06193398597947286}), (, {'error': 0.13215308985469787}), (, {'error': 0.2570984909436054}), (, {'error': 1.4649888247031413}), (, {'error': 0.1924469705116092}), (, {'error': 0.13925132153192146}), (, {'error': 0.016125197581430495})]) +Toy 8/10 +Time taken: 9 h, 40 min +Projected time left: 2 h, 25 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=652 (652 total) | +| EDM = 4.68E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -714288.8068195384 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.18 | 0.15 | | |0.918861 | 4.08114 | | +| 1 | p4040_p | 4.00 | 0.19 | | |-6.28319 | 6.28319 | | +| 2 | phi_p | -5.54 | 0.12 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.64 | 0.11 | | |0.00501244| 2.01499 | | +| 4 | rho_s | 1.2 | 0.6 | | |0.0253049| 2.0747 | | +| 5 | psi2s_p | -4.125 | 0.021 | | |-6.28319 | 6.28319 | | +| 6 | phi_s | 20.9 | 0.7 | | | 14.8182 | 23.5818 | | +| 7 | p4160_s | 2.37 | 0.10 | | | 0.71676 | 3.68324 | | +| 8 | jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 9 | omega_s | 6.8 | 2.7 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.05 | 0.13 | | |0.126447 | 2.35355 | | +| 11| p4160_p | -2.04 | 0.06 | | |-6.28319 | 6.28319 | | +| 12| rho_p | 5.9 | 0.7 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.059 | 0.023 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.36 | 0.09 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 6 | 9 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1373.2 | 1.1 | | | 1358.64 | 1433.36 | | +| 17| p4415_p | -2.13 | 0.14 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.24 | 0.06 | | | -0.5 | 0.5 | | +| 19| jpsi_p | 4.755 | 0.013 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_p phi_p p4040_s rho_s psi2s_p phi_s p4160_s jpsi_s omega_s p4415_s p4160_p rho_p Dbar_s p3770_p omega_p psi2s_s p4415_p Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 -0.073 0.010 0.071 -0.058 -0.219 -0.021 0.010 0.017 -0.059 0.004 -0.032 0.053 0.119 -0.104 0.059 -0.007 -0.014 -0.104 0.011 | +| p4040_p | -0.073 1.000 0.001 -0.083 -0.050 -0.107 -0.019 0.279 0.014 -0.053 0.070 0.034 0.053 0.116 0.066 0.053 0.008 0.062 -0.215 -0.048 | +| phi_p | 0.010 0.001 1.000 0.012 -0.109 0.026 0.279 0.006 0.033 -0.137 0.004 -0.001 0.080 0.028 -0.000 0.134 0.020 -0.006 -0.028 -0.005 | +| p4040_s | 0.071 -0.083 0.012 1.000 -0.077 -0.074 -0.028 -0.103 0.021 -0.079 -0.003 -0.260 0.069 0.199 0.009 0.079 0.007 -0.115 0.122 -0.007 | +| rho_s | -0.058 -0.050 -0.109 -0.077 1.000 -0.168 0.335 -0.058 -0.170 0.939 -0.052 -0.025 -0.890 -0.155 -0.034 -0.951 -0.104 0.009 0.140 -0.090 | +| psi2s_p | -0.219 -0.107 0.026 -0.074 -0.168 1.000 -0.065 -0.084 0.003 -0.173 -0.060 -0.023 0.154 0.047 -0.150 0.174 -0.012 -0.027 -0.061 -0.017 | +| phi_s | -0.021 -0.019 0.279 -0.028 0.335 -0.065 1.000 -0.021 -0.048 0.356 -0.019 -0.010 -0.338 -0.055 -0.014 -0.357 -0.029 0.003 0.048 -0.046 | +| p4160_s | 0.010 0.279 0.006 -0.103 -0.058 -0.084 -0.021 1.000 0.031 -0.061 0.082 -0.057 0.056 0.232 0.009 0.061 0.016 -0.150 0.047 -0.021 | +| jpsi_s | 0.017 0.014 0.033 0.021 -0.170 0.003 -0.048 0.031 1.000 -0.176 0.029 0.008 0.156 -0.047 0.007 0.177 0.564 0.017 0.033 0.039 | +| omega_s | -0.059 -0.053 -0.137 -0.079 0.939 -0.173 0.356 -0.061 -0.176 1.000 -0.055 -0.027 -0.943 -0.153 -0.037 -0.997 -0.107 0.008 0.136 -0.105 | +| p4415_s | 0.004 0.070 0.004 -0.003 -0.052 -0.060 -0.019 0.082 0.029 -0.055 1.000 0.113 0.050 0.169 -0.023 0.055 0.017 -0.098 0.113 -0.022 | +| p4160_p | -0.032 0.034 -0.001 -0.260 -0.025 -0.023 -0.010 -0.057 0.008 -0.027 0.113 1.000 0.029 0.080 0.063 0.027 0.004 0.125 -0.237 -0.028 | +| rho_p | 0.053 0.053 0.080 0.069 -0.890 0.154 -0.338 0.056 0.156 -0.943 0.050 0.029 1.000 0.140 0.037 0.949 0.095 -0.003 -0.126 0.100 | +| Dbar_s | 0.119 0.116 0.028 0.199 -0.155 0.047 -0.055 0.232 -0.047 -0.153 0.169 0.080 0.140 1.000 -0.116 0.154 -0.035 0.179 0.347 -0.070 | +| p3770_p | -0.104 0.066 -0.000 0.009 -0.034 -0.150 -0.014 0.009 0.007 -0.037 -0.023 0.063 0.037 -0.116 1.000 0.037 0.004 0.033 -0.201 -0.036 | +| omega_p | 0.059 0.053 0.134 0.079 -0.951 0.174 -0.357 0.061 0.177 -0.997 0.055 0.027 0.949 0.154 0.037 1.000 0.108 -0.008 -0.137 0.105 | +| psi2s_s | -0.007 0.008 0.020 0.007 -0.104 -0.012 -0.029 0.016 0.564 -0.107 0.017 0.004 0.095 -0.035 0.004 0.108 1.000 0.011 0.031 0.028 | +| p4415_p | -0.014 0.062 -0.006 -0.115 0.009 -0.027 0.003 -0.150 0.017 0.008 -0.098 0.125 -0.003 0.179 0.033 -0.008 0.011 1.000 -0.108 -0.015 | +| Ctt | -0.104 -0.215 -0.028 0.122 0.140 -0.061 0.048 0.047 0.033 0.136 0.113 -0.237 -0.126 0.347 -0.201 -0.137 0.031 -0.108 1.000 0.083 | +| jpsi_p | 0.011 -0.048 -0.005 -0.007 -0.090 -0.017 -0.046 -0.021 0.039 -0.105 -0.022 -0.028 0.100 -0.070 -0.036 0.105 0.028 -0.015 0.083 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1534260885302372}), (, {'error': 0.19054020880272926}), (, {'error': 0.12108315499162892}), (, {'error': 0.11107110248287005}), (, {'error': 0.6399367328265984}), (, {'error': 0.020987818995152452}), (, {'error': 0.6927084095212894}), (, {'error': 0.1042633761729499}), (, {'error': 7.7625810009758425}), (, {'error': 2.6593849235371945}), (, {'error': 0.1288524202210221}), (, {'error': 0.05911978831068865}), (, {'error': 0.6512227426651656}), (, {'error': 0.023479875280111417}), (, {'error': 0.08894304790511698}), (, {'error': 9.047252331740713}), (, {'error': 1.102188728493502}), (, {'error': 0.138119061745134}), (, {'error': 0.057697003594084834}), (, {'error': 0.012961572107526464})]) +Toy 9/10 +Time taken: 10 h, 36 min +Projected time left: 1 h, 10 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=889 (889 total) | +| EDM = 0.000987 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -714286.2295348491 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_s | 2.01 | 0.17 | | |0.918861 | 4.08114 | | +| 1 | p4040_p | 4.29 | 0.23 | | |-6.28319 | 6.28319 | | +| 2 | phi_p | -6 | 11 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.63 | 0.13 | | |0.00501244| 2.01499 | | +| 4 | rho_s | 1.28 | 0.29 | | |0.0253049| 2.0747 | | +| 5 | psi2s_p | 4.298 | 0.022 | | |-6.28319 | 6.28319 | | +| 6 | phi_s | 19 | 6 | | | 14.8182 | 23.5818 | | +| 7 | p4160_s | 2.34 | 0.12 | | | 0.71676 | 3.68324 | | +| 8 | jpsi_s | 0.995E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 9 | omega_s | 7.1 | 0.8 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.03 | 0.15 | | |0.126447 | 2.35355 | | +| 11| p4160_p | 4.43 | 0.07 | | |-6.28319 | 6.28319 | | +| 12| rho_p | -6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.04 | 0.03 | | | -1.464 | 1.464 | | +| 14| p3770_p | -1.54 | 0.10 | | |-6.28319 | 6.28319 | | +| 15| omega_p | -0.14 | 0.29 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1361.2 | 1.8 | | | 1358.64 | 1433.36 | | +| 17| p4415_p | -1.99 | 0.16 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.29 | 0.08 | | | -0.5 | 0.5 | | +| 19| jpsi_p | 4.560 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_s p4040_p phi_p p4040_s rho_s psi2s_p phi_s p4160_s jpsi_s omega_s p4415_s p4160_p rho_p Dbar_s p3770_p omega_p psi2s_s p4415_p Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_s | 1.000 -0.055 0.017 0.109 -0.006 -0.025 0.017 0.028 -0.003 0.001 0.016 -0.019 0.003 0.130 -0.054 0.009 -0.006 -0.001 -0.084 -0.070 | +| p4040_p | -0.055 1.000 -0.022 -0.107 -0.003 0.107 -0.021 0.363 -0.002 -0.000 0.094 0.102 -0.002 0.106 0.135 -0.015 -0.005 0.098 -0.261 -0.058 | +| phi_p | 0.017 -0.022 1.000 0.023 0.328 -0.246 0.998 0.016 -0.001 -0.156 0.019 -0.066 0.240 0.005 -0.048 0.639 -0.001 -0.040 -0.007 -0.483 | +| p4040_s | 0.109 -0.107 0.023 1.000 -0.005 -0.195 0.023 -0.083 0.008 0.003 0.017 -0.335 0.001 0.251 -0.004 0.011 0.008 -0.140 0.225 -0.054 | +| rho_s | -0.006 -0.003 0.328 -0.005 1.000 -0.069 0.329 0.002 -0.037 -0.378 0.006 -0.017 0.088 -0.029 -0.006 0.244 -0.034 -0.005 0.029 -0.125 | +| psi2s_p | -0.025 0.107 -0.246 -0.195 -0.069 1.000 -0.245 -0.103 0.027 0.029 -0.143 0.181 -0.060 -0.374 0.288 -0.162 0.009 0.089 -0.398 0.090 | +| phi_s | 0.017 -0.021 0.998 0.023 0.329 -0.245 1.000 0.016 0.001 -0.155 0.019 -0.066 0.242 0.004 -0.047 0.640 0.001 -0.039 -0.006 -0.481 | +| p4160_s | 0.028 0.363 0.016 -0.083 0.002 -0.103 0.016 1.000 0.034 -0.000 0.144 -0.050 0.002 0.292 0.018 0.008 0.028 -0.161 0.105 -0.056 | +| jpsi_s | -0.003 -0.002 -0.001 0.008 -0.037 0.027 0.001 0.034 1.000 0.022 0.040 -0.012 -0.015 -0.151 0.010 -0.013 0.838 0.018 0.116 0.053 | +| omega_s | 0.001 -0.000 -0.156 0.003 -0.378 0.029 -0.155 -0.000 0.022 1.000 -0.001 0.005 0.036 0.005 0.002 0.252 0.019 0.001 -0.001 0.058 | +| p4415_s | 0.016 0.094 0.019 0.017 0.006 -0.143 0.019 0.144 0.040 -0.001 1.000 0.122 0.002 0.240 -0.039 0.010 0.033 -0.116 0.190 -0.045 | +| p4160_p | -0.019 0.102 -0.066 -0.335 -0.017 0.181 -0.066 -0.050 -0.012 0.005 0.122 1.000 -0.012 0.037 0.116 -0.043 -0.010 0.193 -0.317 -0.005 | +| rho_p | 0.003 -0.002 0.240 0.001 0.088 -0.060 0.242 0.002 -0.015 0.036 0.002 -0.012 1.000 0.000 -0.009 0.149 -0.013 -0.006 -0.007 -0.123 | +| Dbar_s | 0.130 0.106 0.005 0.251 -0.029 -0.374 0.004 0.292 -0.151 0.005 0.240 0.037 0.000 1.000 -0.188 -0.001 -0.125 0.175 0.492 -0.095 | +| p3770_p | -0.054 0.135 -0.048 -0.004 -0.006 0.288 -0.047 0.018 0.010 0.002 -0.039 0.116 -0.009 -0.188 1.000 -0.030 -0.010 0.061 -0.315 0.008 | +| omega_p | 0.009 -0.015 0.639 0.011 0.244 -0.162 0.640 0.008 -0.013 0.252 0.010 -0.043 0.149 -0.001 -0.030 1.000 -0.011 -0.025 -0.003 -0.318 | +| psi2s_s | -0.006 -0.005 -0.001 0.008 -0.034 0.009 0.001 0.028 0.838 0.019 0.033 -0.010 -0.013 -0.125 -0.010 -0.011 1.000 0.016 0.087 0.044 | +| p4415_p | -0.001 0.098 -0.040 -0.140 -0.005 0.089 -0.039 -0.161 0.018 0.001 -0.116 0.193 -0.006 0.175 0.061 -0.025 0.016 1.000 -0.142 0.002 | +| Ctt | -0.084 -0.261 -0.007 0.225 0.029 -0.398 -0.006 0.105 0.116 -0.001 0.190 -0.317 -0.007 0.492 -0.315 -0.003 0.087 -0.142 1.000 0.141 | +| jpsi_p | -0.070 -0.058 -0.483 -0.054 -0.125 0.090 -0.481 -0.056 0.053 0.058 -0.045 -0.005 -0.123 -0.095 0.008 -0.318 0.044 0.002 0.141 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16869905255519502}), (, {'error': 0.230672219904263}), (, {'error': 10.54744479112372}), (, {'error': 0.1287231811272037}), (, {'error': 0.29371602300321853}), (, {'error': 0.022375599023899184}), (, {'error': 5.61618339917733}), (, {'error': 0.12376997643971333}), (, {'error': 13.270979204938158}), (, {'error': 0.8300211614317812}), (, {'error': 0.14722806753621492}), (, {'error': 0.07107099209565337}), (, {'error': 0.07875150700789657}), (, {'error': 0.032295572087457036}), (, {'error': 0.10451389159621627}), (, {'error': 0.2915962438487196}), (, {'error': 1.840575436451445}), (, {'error': 0.1641706051859133}), (, {'error': 0.08315223810282132}), (, {'error': 0.016182740330672907})]) +Toy 10/10 +Time taken: 11 h, 41 min +Projected time left: +Mean Ctt value = -0.256633636352886 +Mean Ctt error = 0.1031230594941304 +Simulation ended diff --git a/prelim_results/slurm-2213929.out b/prelim_results/slurm-2213929.out new file mode 100644 index 0000000..3cc1b65 --- /dev/null +++ b/prelim_results/slurm-2213929.out @@ -0,0 +1,9491 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:27.636777: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:27.645145: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 14:45:27.645335: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x562520358c40 executing computations on platform Host. Devices: +2019-07-07 14:45:27.645359: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:32.541380: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5625204106f0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:32.541420: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:32.544199: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:06:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:32.544245: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:32.576033: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:32.576072: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:32.576087: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:32.578451: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10801 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:06:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715275.4209488 Edm = 2.63514 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715275.4209488 Edm = 2.63514 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716300.76038 Edm = 3.5362 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716392.7115997 Edm = 114.484 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -716482.8928123 Edm = 91.2621 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -716750.0463716 Edm = 136.772 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -717987.0564303 Edm = 949.339 NCalls = 29 +VariableMetric: Iteration # 6 - FCN = -718599.9784979 Edm = 76.8281 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -718636.9141821 Edm = 3.04659 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -718639.2688883 Edm = 0.501973 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -718642.4342061 Edm = 2.96816 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -718730.314127 Edm = 4.58994 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -718734.7081156 Edm = 0.0251997 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -718734.8985352 Edm = 0.178157 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -718753.2425743 Edm = 18.4472 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -718789.5515058 Edm = 4.12265 NCalls = 62 +VariableMetric: Iteration # 15 - FCN = -718906.2102175 Edm = 17.7682 NCalls = 65 +VariableMetric: Iteration # 16 - FCN = -718936.5231075 Edm = 2.89547 NCalls = 68 +VariableMetric: Iteration # 17 - FCN = -718938.9361752 Edm = 0.155843 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -718939.1089305 Edm = 0.0253301 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -718939.1424328 Edm = 0.0082574 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -718939.7472281 Edm = 0.626965 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -718944.0487655 Edm = 3.92329 NCalls = 86 +VariableMetric: Iteration # 22 - FCN = -719021.6486494 Edm = 7.96432 NCalls = 90 +VariableMetric: Iteration # 23 - FCN = -719030.0430497 Edm = 0.248032 NCalls = 92 +VariableMetric: Iteration # 24 - FCN = -719030.3268651 Edm = 0.00396689 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -719030.3329159 Edm = 0.00243293 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -719030.4091049 Edm = 0.078917 NCalls = 101 +VariableMetric: Iteration # 27 - FCN = -719033.2353264 Edm = 0.0151038 NCalls = 108 +VariableMetric: Iteration # 28 - FCN = -719046.895067 Edm = 0.0889833 NCalls = 109 +VariableMetric: Iteration # 29 - FCN = -719047.0000864 Edm = 0.0013147 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -719047.0015275 Edm = 0.000135777 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -719047.0040913 Edm = 0.00230509 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -719047.2438474 Edm = 0.211842 NCalls = 122 +VariableMetric: Iteration # 33 - FCN = -719052.3371695 Edm = 0.999217 NCalls = 126 +VariableMetric: Iteration # 34 - FCN = -719053.7862786 Edm = 0.00333871 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -719053.7896213 Edm = 7.06524e-05 NCalls = 129 +VariableMetric: After Hessian - FCN = -719053.7896213 Edm = 2176.22 NCalls = 484 +VariableMetric: Iteration # 36 - FCN = -719053.7896213 Edm = 2176.22 NCalls = 484 +VariableMetric: Iteration # 37 - FCN = -719061.4450695 Edm = 34061.4 NCalls = 489 +VariableMetric: Iteration # 38 - FCN = -719061.7895296 Edm = 45510.1 NCalls = 496 +VariableMetric: Iteration # 39 - FCN = -719062.9856997 Edm = 41401 NCalls = 502 +VariableMetric: Iteration # 40 - FCN = -719065.9748789 Edm = 8113.59 NCalls = 507 +VariableMetric: Iteration # 41 - FCN = -719072.959251 Edm = 12052.1 NCalls = 511 +VariableMetric: Iteration # 42 - FCN = -719085.1383087 Edm = 781.817 NCalls = 515 +VariableMetric: Iteration # 43 - FCN = -719085.504582 Edm = 55.2773 NCalls = 519 +VariableMetric: Iteration # 44 - FCN = -719085.5607399 Edm = 129.409 NCalls = 522 +VariableMetric: Iteration # 45 - FCN = -719085.7921311 Edm = 128.174 NCalls = 525 +VariableMetric: Iteration # 46 - FCN = -719086.0905958 Edm = 4.02957 NCalls = 528 +VariableMetric: Iteration # 47 - FCN = -719086.2924963 Edm = 255.23 NCalls = 530 +VariableMetric: Iteration # 48 - FCN = -719087.1052505 Edm = 14.1146 NCalls = 532 +VariableMetric: Iteration # 49 - FCN = -719087.2236257 Edm = 1.06471 NCalls = 534 +VariableMetric: Iteration # 50 - FCN = -719087.258375 Edm = 0.671497 NCalls = 536 +VariableMetric: Iteration # 51 - FCN = -719087.2679965 Edm = 0.111341 NCalls = 538 +VariableMetric: Iteration # 52 - FCN = -719087.269344 Edm = 0.00551352 NCalls = 541 +VariableMetric: Iteration # 53 - FCN = -719087.2714162 Edm = 0.10357 NCalls = 543 +VariableMetric: Iteration # 54 - FCN = -719087.369336 Edm = 3759.66 NCalls = 549 +VariableMetric: Iteration # 55 - FCN = -719087.8224906 Edm = 2798.72 NCalls = 554 +VariableMetric: Iteration # 56 - FCN = -719087.9158098 Edm = 424.757 NCalls = 559 +VariableMetric: Iteration # 57 - FCN = -719088.3359613 Edm = 65.0757 NCalls = 563 +VariableMetric: Iteration # 58 - FCN = -719088.7374203 Edm = 306.856 NCalls = 566 +VariableMetric: Iteration # 59 - FCN = -719090.0650592 Edm = 2329.82 NCalls = 568 +VariableMetric: Iteration # 60 - FCN = -719091.0786309 Edm = 1493.15 NCalls = 570 +VariableMetric: Iteration # 61 - FCN = -719092.112267 Edm = 744.237 NCalls = 573 +VariableMetric: Iteration # 62 - FCN = -719095.2949688 Edm = 234.045 NCalls = 575 +VariableMetric: Iteration # 63 - FCN = -719095.7920113 Edm = 48.0523 NCalls = 578 +VariableMetric: Iteration # 64 - FCN = -719097.057303 Edm = 35.5389 NCalls = 580 +VariableMetric: Iteration # 65 - FCN = -719098.0819786 Edm = 54.8729 NCalls = 582 +VariableMetric: Iteration # 66 - FCN = -719099.1956784 Edm = 7.61603 NCalls = 584 +VariableMetric: Iteration # 67 - FCN = -719100.5546628 Edm = 30.7793 NCalls = 586 +VariableMetric: Iteration # 68 - FCN = -719104.3242188 Edm = 46.1942 NCalls = 588 +VariableMetric: Iteration # 69 - FCN = -719108.4193494 Edm = 18.2203 NCalls = 590 +VariableMetric: Iteration # 70 - FCN = -719109.1146034 Edm = 6.25816 NCalls = 592 +VariableMetric: Iteration # 71 - FCN = -719109.4641359 Edm = 1.85535 NCalls = 594 +VariableMetric: Iteration # 72 - FCN = -719110.3910319 Edm = 3.25556 NCalls = 596 +VariableMetric: Iteration # 73 - FCN = -719111.6921048 Edm = 2.11202 NCalls = 598 +VariableMetric: Iteration # 74 - FCN = -719113.0137436 Edm = 2.05371 NCalls = 600 +VariableMetric: Iteration # 75 - FCN = -719113.7947002 Edm = 3.72711 NCalls = 601 +VariableMetric: Iteration # 76 - FCN = -719114.265094 Edm = 1.93927 NCalls = 603 +VariableMetric: Iteration # 77 - FCN = -719115.6249361 Edm = 1.81915 NCalls = 605 +VariableMetric: Iteration # 78 - FCN = -719116.5772494 Edm = 1.22996 NCalls = 607 +VariableMetric: Iteration # 79 - FCN = -719117.0015012 Edm = 0.439537 NCalls = 612 +VariableMetric: Iteration # 80 - FCN = -719117.5410639 Edm = 0.350659 NCalls = 615 +VariableMetric: Iteration # 81 - FCN = -719117.7978211 Edm = 0.244487 NCalls = 619 +VariableMetric: Iteration # 82 - FCN = -719118.0693426 Edm = 0.12177 NCalls = 621 +VariableMetric: Iteration # 83 - FCN = -719118.1764096 Edm = 0.0536542 NCalls = 623 +VariableMetric: Iteration # 84 - FCN = -719118.2451549 Edm = 0.0217157 NCalls = 625 +VariableMetric: Iteration # 85 - FCN = -719118.2860798 Edm = 0.0177642 NCalls = 627 +VariableMetric: Iteration # 86 - FCN = -719118.2993268 Edm = 0.00321275 NCalls = 629 +VariableMetric: Iteration # 87 - FCN = -719118.3016792 Edm = 0.000510469 NCalls = 631 +VariableMetric: Iteration # 88 - FCN = -719118.3020208 Edm = 4.10693e-05 NCalls = 633 +VariableMetric: After Hessian - FCN = -719118.3020208 Edm = 0.000214997 NCalls = 1006 +VariableMetric: Iteration # 89 - FCN = -719118.3020208 Edm = 0.000214997 NCalls = 1006 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711447.1355865 Edm = 1.92258 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711447.1355865 Edm = 1.92258 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715189.894908 Edm = 11.9433 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715313.6928129 Edm = 16.7556 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -716459.1429335 Edm = 1316.26 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -717208.1451748 Edm = 274.16 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -717490.6517821 Edm = 20.9521 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -717507.8017358 Edm = 0.557562 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -717509.4132342 Edm = 0.739746 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -717585.9138383 Edm = 43.1912 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -717689.2105646 Edm = 1.18614 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -717690.3891371 Edm = 0.0107406 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -717690.4476244 Edm = 0.0745463 NCalls = 39 +VariableMetric: Iteration # 12 - FCN = -717703.3783507 Edm = 5.49954 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -717759.2827419 Edm = 26.4945 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -717812.4046176 Edm = 1.52772 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -717814.0679381 Edm = 0.0252973 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -717814.0999083 Edm = 0.0043793 NCalls = 54 +VariableMetric: Iteration # 17 - FCN = -717814.2348466 Edm = 0.111905 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -717844.5976201 Edm = 17.5961 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -717888.0002087 Edm = 0.511709 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -717888.5233624 Edm = 0.0224087 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -717888.5494206 Edm = 0.00407674 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -717888.6200707 Edm = 0.0694278 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -717894.7780487 Edm = 0.342233 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -718003.0469194 Edm = 45.0283 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -718085.8923832 Edm = 54.2573 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -718112.2415217 Edm = 8.53998 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -718116.8812152 Edm = 3.17195 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -718121.0887831 Edm = 2.26995 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -718124.9727475 Edm = 0.769575 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -718125.8381954 Edm = 0.0489308 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -718125.8996021 Edm = 0.0114896 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -718125.9568479 Edm = 0.038933 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -718127.4812815 Edm = 1.44523 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -718232.8277522 Edm = 36.7126 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -718299.6901902 Edm = 9.92613 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -718319.0319184 Edm = 8.62902 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -718334.6973879 Edm = 7.65086 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -718347.7184612 Edm = 10.9126 NCalls = 121 +VariableMetric: Iteration # 39 - FCN = -718351.8183207 Edm = 7.11035 NCalls = 123 +VariableMetric: Iteration # 40 - FCN = -718361.951116 Edm = 4.28788 NCalls = 125 +VariableMetric: Iteration # 41 - FCN = -718372.0869656 Edm = 2.36205 NCalls = 127 +VariableMetric: Iteration # 42 - FCN = -718373.45005 Edm = 0.39694 NCalls = 129 +VariableMetric: Iteration # 43 - FCN = -718373.9130023 Edm = 0.183978 NCalls = 131 +VariableMetric: Iteration # 44 - FCN = -718374.1918687 Edm = 0.0551927 NCalls = 133 +VariableMetric: Iteration # 45 - FCN = -718374.3042268 Edm = 0.0263471 NCalls = 135 +VariableMetric: Iteration # 46 - FCN = -718375.0617216 Edm = 0.55665 NCalls = 139 +VariableMetric: Iteration # 47 - FCN = -718415.2171563 Edm = 17.8519 NCalls = 145 +VariableMetric: Iteration # 48 - FCN = -718497.3611582 Edm = 100.68 NCalls = 147 +VariableMetric: Iteration # 49 - FCN = -718570.8572339 Edm = 87.591 NCalls = 150 +VariableMetric: Iteration # 50 - FCN = -718680.2138199 Edm = 34.0375 NCalls = 154 +VariableMetric: Iteration # 51 - FCN = -718732.0930659 Edm = 107.16 NCalls = 162 +VariableMetric: Iteration # 52 - FCN = -718798.9826018 Edm = 71.8922 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -718855.6632712 Edm = 20.8047 NCalls = 170 +VariableMetric: Iteration # 54 - FCN = -718884.4410267 Edm = 7.94256 NCalls = 172 +VariableMetric: Iteration # 55 - FCN = -718892.9096575 Edm = 6.49357 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -718896.1752331 Edm = 0.896044 NCalls = 177 +VariableMetric: Iteration # 57 - FCN = -718897.0610134 Edm = 0.54441 NCalls = 179 +VariableMetric: Iteration # 58 - FCN = -718897.8330952 Edm = 0.667743 NCalls = 182 +VariableMetric: Iteration # 59 - FCN = -718899.0664791 Edm = 0.881306 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -718901.3807028 Edm = 0.956627 NCalls = 188 +VariableMetric: Iteration # 61 - FCN = -718902.1648894 Edm = 0.0910651 NCalls = 190 +VariableMetric: Iteration # 62 - FCN = -718902.3174392 Edm = 0.0156675 NCalls = 193 +VariableMetric: Iteration # 63 - FCN = -718902.3514847 Edm = 0.00410919 NCalls = 195 +VariableMetric: Iteration # 64 - FCN = -718902.3706704 Edm = 0.00894164 NCalls = 198 +VariableMetric: Iteration # 65 - FCN = -718902.5647264 Edm = 0.498735 NCalls = 205 +VariableMetric: Iteration # 66 - FCN = -718903.2276523 Edm = 1.52096 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -718903.4754158 Edm = 1.24702 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -718903.782603 Edm = 0.235058 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -718909.4795596 Edm = 9.22077 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -718910.5431726 Edm = 10.8275 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -718917.4107049 Edm = 10.0045 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -718937.0808836 Edm = 13.2406 NCalls = 243 +VariableMetric: Iteration # 73 - FCN = -718955.8628781 Edm = 4.15549 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -718959.0822955 Edm = 2.64242 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -718960.8152624 Edm = 0.255073 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -718961.213401 Edm = 0.0999769 NCalls = 250 +VariableMetric: Iteration # 77 - FCN = -718961.6182371 Edm = 0.341645 NCalls = 254 +VariableMetric: Iteration # 78 - FCN = -718963.4836325 Edm = 1.6207 NCalls = 259 +VariableMetric: Iteration # 79 - FCN = -718963.9623576 Edm = 1.05227 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -718964.9167277 Edm = 1.06079 NCalls = 266 +VariableMetric: Iteration # 81 - FCN = -718967.5093786 Edm = 4.17195 NCalls = 271 +VariableMetric: Iteration # 82 - FCN = -718969.3585243 Edm = 0.886934 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -718971.2426551 Edm = 0.244103 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -718973.3368872 Edm = 1.33515 NCalls = 281 +VariableMetric: Iteration # 85 - FCN = -718987.6669542 Edm = 11.7782 NCalls = 285 +VariableMetric: Iteration # 86 - FCN = -719008.435494 Edm = 16.951 NCalls = 287 +VariableMetric: Iteration # 87 - FCN = -719022.8052329 Edm = 2.63315 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -719026.0535656 Edm = 0.440839 NCalls = 291 +VariableMetric: Iteration # 89 - FCN = -719026.6854063 Edm = 0.175152 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -719026.910725 Edm = 0.0353063 NCalls = 295 +VariableMetric: Iteration # 91 - FCN = -719026.9718709 Edm = 0.0199661 NCalls = 297 +VariableMetric: Iteration # 92 - FCN = -719027.0221603 Edm = 0.0175902 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -719027.2938667 Edm = 0.165814 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -719031.506388 Edm = 3.16794 NCalls = 306 +VariableMetric: Iteration # 95 - FCN = -719071.2583757 Edm = 14.7219 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -719087.3256494 Edm = 2.56092 NCalls = 312 +VariableMetric: Iteration # 97 - FCN = -719089.3585156 Edm = 0.168267 NCalls = 313 +VariableMetric: Iteration # 98 - FCN = -719089.4719371 Edm = 0.00902629 NCalls = 315 +VariableMetric: Iteration # 99 - FCN = -719089.4793556 Edm = 0.00133269 NCalls = 317 +VariableMetric: Iteration # 100 - FCN = -719089.4811711 Edm = 0.000831766 NCalls = 319 +VariableMetric: Iteration # 101 - FCN = -719089.4870221 Edm = 0.00384408 NCalls = 322 +VariableMetric: Iteration # 102 - FCN = -719089.5161184 Edm = 0.0238858 NCalls = 325 +VariableMetric: Iteration # 103 - FCN = -719090.8062606 Edm = 1.08947 NCalls = 330 +VariableMetric: Iteration # 104 - FCN = -719099.6775993 Edm = 1.45481 NCalls = 334 +VariableMetric: Iteration # 105 - FCN = -719101.5033243 Edm = 0.0740451 NCalls = 336 +VariableMetric: Iteration # 106 - FCN = -719101.5752648 Edm = 0.00632181 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -719101.5811969 Edm = 0.000351539 NCalls = 339 +VariableMetric: Iteration # 108 - FCN = -719101.581723 Edm = 0.000206296 NCalls = 341 +VariableMetric: Iteration # 109 - FCN = -719101.5866753 Edm = 0.00456994 NCalls = 345 +VariableMetric: Iteration # 110 - FCN = -719101.9377851 Edm = 0.332411 NCalls = 350 +VariableMetric: Iteration # 111 - FCN = -719105.6694176 Edm = 1.42578 NCalls = 353 +VariableMetric: Iteration # 112 - FCN = -719107.4195626 Edm = 0.0227121 NCalls = 355 +VariableMetric: Iteration # 113 - FCN = -719107.4437705 Edm = 0.000284372 NCalls = 357 +VariableMetric: Iteration # 114 - FCN = -719107.4440928 Edm = 1.98766e-05 NCalls = 359 +VariableMetric: After Hessian - FCN = -719107.4440928 Edm = 3.0368 NCalls = 712 +VariableMetric: Iteration # 115 - FCN = -719107.4440928 Edm = 3.0368 NCalls = 712 +VariableMetric: Iteration # 116 - FCN = -719110.7789041 Edm = 0.512257 NCalls = 716 +VariableMetric: Iteration # 117 - FCN = -719111.0808416 Edm = 0.233458 NCalls = 719 +VariableMetric: Iteration # 118 - FCN = -719112.3808489 Edm = 1.69731 NCalls = 725 +VariableMetric: Iteration # 119 - FCN = -719112.6960764 Edm = 1.12928 NCalls = 728 +VariableMetric: Iteration # 120 - FCN = -719113.6364775 Edm = 1.49315 NCalls = 732 +VariableMetric: Iteration # 121 - FCN = -719114.4802069 Edm = 3.99288 NCalls = 736 +VariableMetric: Iteration # 122 - FCN = -719115.7252655 Edm = 0.879727 NCalls = 741 +VariableMetric: Iteration # 123 - FCN = -719116.2774078 Edm = 1.33753 NCalls = 744 +VariableMetric: Iteration # 124 - FCN = -719116.8662845 Edm = 0.296256 NCalls = 749 +VariableMetric: Iteration # 125 - FCN = -719117.3069556 Edm = 0.0724945 NCalls = 751 +VariableMetric: Iteration # 126 - FCN = -719117.3561908 Edm = 0.00604818 NCalls = 753 +VariableMetric: Iteration # 127 - FCN = -719117.3608838 Edm = 0.00563246 NCalls = 755 +VariableMetric: Iteration # 128 - FCN = -719117.3696443 Edm = 0.00728895 NCalls = 757 +VariableMetric: Iteration # 129 - FCN = -719117.4000365 Edm = 0.00895761 NCalls = 760 +VariableMetric: Iteration # 130 - FCN = -719117.412327 Edm = 0.00279718 NCalls = 762 +VariableMetric: Iteration # 131 - FCN = -719117.4141324 Edm = 0.000438239 NCalls = 764 +VariableMetric: Iteration # 132 - FCN = -719117.414957 Edm = 0.000132789 NCalls = 766 +VariableMetric: Iteration # 133 - FCN = -719117.4153359 Edm = 0.000176459 NCalls = 768 +VariableMetric: Iteration # 134 - FCN = -719117.4162227 Edm = 8.17164e-05 NCalls = 772 +VariableMetric: Iteration # 135 - FCN = -719117.4163234 Edm = 4.28132e-06 NCalls = 774 +VariableMetric: After Hessian - FCN = -719117.4163234 Edm = 0.000236944 NCalls = 1157 +VariableMetric: Iteration # 136 - FCN = -719117.4163234 Edm = 0.000236944 NCalls = 1157 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715404.0230798 Edm = 6.10048 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715404.0230798 Edm = 6.10048 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717839.0178677 Edm = 2.67651 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717880.6403629 Edm = 25.3569 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -718463.0151393 Edm = 67.9464 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -718540.2786489 Edm = 0.14483 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -718540.5442844 Edm = 0.166153 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -718568.1578777 Edm = 16.7077 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -718594.1803869 Edm = 0.0652505 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -718594.3969839 Edm = 0.171739 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -718660.8426934 Edm = 20.0199 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -718750.8774545 Edm = 27.4268 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -718789.8582041 Edm = 3.66009 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -718799.2170248 Edm = 0.850794 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -718800.62825 Edm = 0.114278 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -718800.801965 Edm = 0.014599 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -718800.8323361 Edm = 0.0143137 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -718802.5552546 Edm = 1.68282 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -718802.6902472 Edm = 0.141276 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -718804.0400528 Edm = 1.20549 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -718838.6228222 Edm = 6.65174 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -718847.3555298 Edm = 1.23927 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -718848.1763853 Edm = 0.180513 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -718848.3124854 Edm = 0.027175 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -718848.3469973 Edm = 0.00303857 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -718848.368873 Edm = 0.0192244 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -718852.8296096 Edm = 0.645873 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -718868.7219267 Edm = 2.86934 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -718873.9759985 Edm = 0.243362 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -718874.2301915 Edm = 0.0131182 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -718874.2428725 Edm = 0.00268105 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -718874.2684676 Edm = 0.0218374 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -718874.9146666 Edm = 0.613497 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -718889.8123804 Edm = 3.80805 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -718894.0255808 Edm = 0.110617 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -718894.1310437 Edm = 0.00415354 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -718894.1361609 Edm = 0.00122373 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -718894.140417 Edm = 0.00412576 NCalls = 115 +VariableMetric: Iteration # 37 - FCN = -718894.2653435 Edm = 0.117984 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -718901.8559884 Edm = 2.41755 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -718905.6922267 Edm = 0.0904152 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -718905.7834846 Edm = 0.00123659 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -718905.7852134 Edm = 0.000737368 NCalls = 130 +VariableMetric: Iteration # 42 - FCN = -718905.814088 Edm = 0.026455 NCalls = 135 +VariableMetric: Iteration # 43 - FCN = -718909.8027855 Edm = 2.72201 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -718923.5004863 Edm = 2.87841 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -718927.7379667 Edm = 0.378433 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -718928.1904384 Edm = 0.067996 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -718928.2840189 Edm = 0.00975754 NCalls = 149 +VariableMetric: Iteration # 48 - FCN = -718928.3005368 Edm = 0.00212343 NCalls = 151 +VariableMetric: Iteration # 49 - FCN = -718928.3069524 Edm = 0.00400369 NCalls = 153 +VariableMetric: Iteration # 50 - FCN = -718928.4094588 Edm = 0.104016 NCalls = 157 +VariableMetric: Iteration # 51 - FCN = -718932.2514438 Edm = 2.31616 NCalls = 164 +VariableMetric: Iteration # 52 - FCN = -718952.5005308 Edm = 10.4441 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -718966.7581323 Edm = 4.7643 NCalls = 170 +VariableMetric: Iteration # 54 - FCN = -718970.5080381 Edm = 0.366454 NCalls = 172 +VariableMetric: Iteration # 55 - FCN = -718970.7682914 Edm = 0.0473907 NCalls = 174 +VariableMetric: Iteration # 56 - FCN = -718970.8265374 Edm = 0.00641771 NCalls = 176 +VariableMetric: Iteration # 57 - FCN = -718970.8402971 Edm = 0.00256024 NCalls = 178 +VariableMetric: Iteration # 58 - FCN = -718970.8749346 Edm = 0.0252151 NCalls = 181 +VariableMetric: Iteration # 59 - FCN = -718971.6043206 Edm = 0.705635 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -718973.7388083 Edm = 1.89466 NCalls = 191 +VariableMetric: Iteration # 61 - FCN = -718985.3557008 Edm = 42.6126 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -718988.6470746 Edm = 3.42983 NCalls = 195 +VariableMetric: Iteration # 63 - FCN = -718999.688176 Edm = 2.40198 NCalls = 197 +VariableMetric: Iteration # 64 - FCN = -719001.3362125 Edm = 0.253955 NCalls = 199 +VariableMetric: Iteration # 65 - FCN = -719001.6403835 Edm = 0.0719004 NCalls = 201 +VariableMetric: Iteration # 66 - FCN = -719001.9470859 Edm = 0.275423 NCalls = 203 +VariableMetric: Iteration # 67 - FCN = -719003.0384771 Edm = 0.829531 NCalls = 208 +VariableMetric: Iteration # 68 - FCN = -719004.1962099 Edm = 0.644706 NCalls = 211 +VariableMetric: Iteration # 69 - FCN = -719005.143524 Edm = 1.03578 NCalls = 214 +VariableMetric: Iteration # 70 - FCN = -719005.8492058 Edm = 0.886311 NCalls = 219 +VariableMetric: Iteration # 71 - FCN = -719006.6891537 Edm = 1.26634 NCalls = 222 +VariableMetric: Iteration # 72 - FCN = -719007.5111828 Edm = 0.134774 NCalls = 224 +VariableMetric: Iteration # 73 - FCN = -719007.707552 Edm = 0.0104137 NCalls = 226 +VariableMetric: Iteration # 74 - FCN = -719007.7203467 Edm = 0.00191882 NCalls = 228 +VariableMetric: Iteration # 75 - FCN = -719007.7326637 Edm = 0.0107728 NCalls = 231 +VariableMetric: Iteration # 76 - FCN = -719007.9807335 Edm = 0.182492 NCalls = 237 +VariableMetric: Iteration # 77 - FCN = -719014.1423706 Edm = 5.23183 NCalls = 241 +VariableMetric: Iteration # 78 - FCN = -719045.6997973 Edm = 12.4735 NCalls = 244 +VariableMetric: Iteration # 79 - FCN = -719066.2258217 Edm = 3.59412 NCalls = 247 +VariableMetric: Iteration # 80 - FCN = -719068.9191911 Edm = 1.84522 NCalls = 249 +VariableMetric: Iteration # 81 - FCN = -719069.9210574 Edm = 0.18835 NCalls = 251 +VariableMetric: Iteration # 82 - FCN = -719070.0682463 Edm = 0.0207771 NCalls = 253 +VariableMetric: Iteration # 83 - FCN = -719070.093427 Edm = 0.00474843 NCalls = 255 +VariableMetric: Iteration # 84 - FCN = -719070.0994624 Edm = 0.00104507 NCalls = 257 +VariableMetric: Iteration # 85 - FCN = -719070.1056323 Edm = 0.00453384 NCalls = 260 +VariableMetric: Iteration # 86 - FCN = -719070.2056133 Edm = 0.0962391 NCalls = 264 +VariableMetric: Iteration # 87 - FCN = -719072.6571606 Edm = 1.96833 NCalls = 271 +VariableMetric: Iteration # 88 - FCN = -719087.1507919 Edm = 6.39221 NCalls = 274 +VariableMetric: Iteration # 89 - FCN = -719102.6538137 Edm = 1.57183 NCalls = 276 +VariableMetric: Iteration # 90 - FCN = -719104.3466547 Edm = 0.165737 NCalls = 278 +VariableMetric: Iteration # 91 - FCN = -719104.5311624 Edm = 0.0177174 NCalls = 280 +VariableMetric: Iteration # 92 - FCN = -719104.5550028 Edm = 0.00275847 NCalls = 282 +VariableMetric: Iteration # 93 - FCN = -719104.559608 Edm = 0.000525926 NCalls = 284 +VariableMetric: Iteration # 94 - FCN = -719104.5604021 Edm = 0.000376882 NCalls = 286 +VariableMetric: Iteration # 95 - FCN = -719104.5628234 Edm = 0.00241871 NCalls = 289 +VariableMetric: Iteration # 96 - FCN = -719104.6971472 Edm = 0.122631 NCalls = 296 +VariableMetric: Iteration # 97 - FCN = -719108.1541376 Edm = 1.37766 NCalls = 300 +VariableMetric: Iteration # 98 - FCN = -719110.3282504 Edm = 0.0919525 NCalls = 302 +VariableMetric: Iteration # 99 - FCN = -719110.4081464 Edm = 0.00241318 NCalls = 304 +VariableMetric: Iteration # 100 - FCN = -719110.4104188 Edm = 0.000118612 NCalls = 305 +VariableMetric: Iteration # 101 - FCN = -719110.410546 Edm = 3.33021e-05 NCalls = 307 +VariableMetric: After Hessian - FCN = -719110.410546 Edm = 1490.19 NCalls = 660 +VariableMetric: Iteration # 102 - FCN = -719110.410546 Edm = 1490.19 NCalls = 660 +VariableMetric: Iteration # 103 - FCN = -719113.0294644 Edm = 190.192 NCalls = 667 +VariableMetric: Iteration # 104 - FCN = -719115.3544571 Edm = 0.306385 NCalls = 669 +VariableMetric: Iteration # 105 - FCN = -719115.772519 Edm = 0.248158 NCalls = 671 +VariableMetric: Iteration # 106 - FCN = -719116.5890418 Edm = 0.214862 NCalls = 676 +VariableMetric: Iteration # 107 - FCN = -719116.945257 Edm = 0.588117 NCalls = 679 +VariableMetric: Iteration # 108 - FCN = -719117.3046268 Edm = 0.263496 NCalls = 681 +VariableMetric: Iteration # 109 - FCN = -719117.7740326 Edm = 0.142431 NCalls = 685 +VariableMetric: Iteration # 110 - FCN = -719118.0199953 Edm = 0.0844451 NCalls = 688 +VariableMetric: Iteration # 111 - FCN = -719118.1055841 Edm = 0.254916 NCalls = 689 +VariableMetric: Iteration # 112 - FCN = -719118.2082354 Edm = 0.0252851 NCalls = 691 +VariableMetric: Iteration # 113 - FCN = -719118.2561099 Edm = 0.0110237 NCalls = 694 +VariableMetric: Iteration # 114 - FCN = -719118.2791768 Edm = 0.00947025 NCalls = 696 +VariableMetric: Iteration # 115 - FCN = -719118.2953138 Edm = 0.00531185 NCalls = 699 +VariableMetric: Iteration # 116 - FCN = -719118.303344 Edm = 0.00104064 NCalls = 701 +VariableMetric: Iteration # 117 - FCN = -719118.3048944 Edm = 0.000217956 NCalls = 703 +VariableMetric: Iteration # 118 - FCN = -719118.3051389 Edm = 4.64897e-05 NCalls = 705 +VariableMetric: After Hessian - FCN = -719118.3051389 Edm = 8.93268e-05 NCalls = 1072 +VariableMetric: Iteration # 119 - FCN = -719118.3051389 Edm = 8.93268e-05 NCalls = 1072 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713290.2846087 Edm = 8.51526 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713290.2846087 Edm = 8.51526 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717120.4339966 Edm = 1.24188 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -717125.1864293 Edm = 2.01565 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -717480.8720644 Edm = 24.7669 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -717509.3467579 Edm = 0.260295 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -717509.7948339 Edm = 0.0866161 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -717555.1743762 Edm = 35.3828 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -717676.0372975 Edm = 12.7747 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -717686.3290932 Edm = 0.234699 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -717686.5861016 Edm = 0.143822 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -717695.4153471 Edm = 8.27049 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -717881.5975662 Edm = 10.3347 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -717899.6818948 Edm = 3.59208 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -717940.5513108 Edm = 24.9757 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -717941.876751 Edm = 6.10663 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -717975.9245695 Edm = 33.5809 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -718021.2176038 Edm = 20.6578 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -718044.8108422 Edm = 0.463704 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -718045.2655112 Edm = 0.0100144 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -718045.3205401 Edm = 0.0416679 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -718053.0323507 Edm = 6.03401 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -718093.0473544 Edm = 12.5888 NCalls = 85 +VariableMetric: Iteration # 22 - FCN = -718133.106036 Edm = 1.51342 NCalls = 89 +VariableMetric: Iteration # 23 - FCN = -718133.3438728 Edm = 0.203328 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -718133.6796904 Edm = 0.127532 NCalls = 93 +VariableMetric: Iteration # 25 - FCN = -718133.7979487 Edm = 0.031306 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -718133.8325234 Edm = 0.00473836 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -718134.0012793 Edm = 0.17147 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -718135.0010163 Edm = 0.915394 NCalls = 106 +VariableMetric: Iteration # 29 - FCN = -718180.6641136 Edm = 3.99386 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -718184.935456 Edm = 0.756151 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -718186.5711512 Edm = 0.658424 NCalls = 116 +VariableMetric: Iteration # 32 - FCN = -718188.5188487 Edm = 2.27747 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -718406.7348315 Edm = 1.09246e+07 NCalls = 128 +VariableMetric: Iteration # 34 - FCN = -718641.9093102 Edm = 8.71858e+06 NCalls = 138 +VariableMetric: Iteration # 35 - FCN = -718935.5837004 Edm = 768505 NCalls = 147 +VariableMetric: Iteration # 36 - FCN = -719019.8185977 Edm = 7488.83 NCalls = 156 +VariableMetric: Iteration # 37 - FCN = -719027.4557179 Edm = 3792.45 NCalls = 161 +VariableMetric: Iteration # 38 - FCN = -719045.1942358 Edm = 26854.8 NCalls = 164 +VariableMetric: Iteration # 39 - FCN = -719055.5949334 Edm = 9676.33 NCalls = 168 +VariableMetric: Iteration # 40 - FCN = -719064.2870705 Edm = 2107.27 NCalls = 172 +VariableMetric: Iteration # 41 - FCN = -719067.4932112 Edm = 351.578 NCalls = 176 +VariableMetric: Iteration # 42 - FCN = -719079.7821746 Edm = 66.5713 NCalls = 179 +VariableMetric: Iteration # 43 - FCN = -719086.8700118 Edm = 29.5231 NCalls = 181 +VariableMetric: Iteration # 44 - FCN = -719090.4818208 Edm = 162.61 NCalls = 184 +VariableMetric: Iteration # 45 - FCN = -719096.8815188 Edm = 98.0731 NCalls = 186 +VariableMetric: Iteration # 46 - FCN = -719104.0867171 Edm = 102.354 NCalls = 188 +VariableMetric: Iteration # 47 - FCN = -719111.538538 Edm = 24.3514 NCalls = 190 +VariableMetric: Iteration # 48 - FCN = -719112.7425837 Edm = 5.24818 NCalls = 192 +VariableMetric: Iteration # 49 - FCN = -719113.218629 Edm = 3.88316 NCalls = 194 +VariableMetric: Iteration # 50 - FCN = -719114.7052725 Edm = 3.64508 NCalls = 195 +VariableMetric: Iteration # 51 - FCN = -719115.3773926 Edm = 1.68108 NCalls = 197 +VariableMetric: Iteration # 52 - FCN = -719115.5389206 Edm = 1.2602 NCalls = 199 +VariableMetric: Iteration # 53 - FCN = -719115.9701374 Edm = 0.296634 NCalls = 201 +VariableMetric: Iteration # 54 - FCN = -719116.3464449 Edm = 0.275163 NCalls = 203 +VariableMetric: Iteration # 55 - FCN = -719116.4793127 Edm = 0.136521 NCalls = 205 +VariableMetric: Iteration # 56 - FCN = -719116.7779841 Edm = 0.418368 NCalls = 207 +VariableMetric: Iteration # 57 - FCN = -719116.9339214 Edm = 0.217043 NCalls = 211 +VariableMetric: Iteration # 58 - FCN = -719117.3157898 Edm = 0.494179 NCalls = 216 +VariableMetric: Iteration # 59 - FCN = -719117.4776864 Edm = 0.228429 NCalls = 219 +VariableMetric: Iteration # 60 - FCN = -719117.823647 Edm = 0.15933 NCalls = 222 +VariableMetric: Iteration # 61 - FCN = -719118.0273535 Edm = 0.0914096 NCalls = 224 +VariableMetric: Iteration # 62 - FCN = -719118.0917658 Edm = 0.0940226 NCalls = 226 +VariableMetric: Iteration # 63 - FCN = -719118.2304106 Edm = 0.0724541 NCalls = 229 +VariableMetric: Iteration # 64 - FCN = -719118.3110349 Edm = 0.0655652 NCalls = 232 +VariableMetric: Iteration # 65 - FCN = -719118.4076808 Edm = 0.0760342 NCalls = 234 +VariableMetric: Iteration # 66 - FCN = -719118.4443564 Edm = 0.0312845 NCalls = 236 +VariableMetric: Iteration # 67 - FCN = -719118.4778914 Edm = 0.0137804 NCalls = 239 +VariableMetric: Iteration # 68 - FCN = -719118.5045507 Edm = 0.00509934 NCalls = 242 +VariableMetric: Iteration # 69 - FCN = -719118.5093102 Edm = 0.00193601 NCalls = 243 +VariableMetric: Iteration # 70 - FCN = -719118.5113322 Edm = 0.000370226 NCalls = 245 +VariableMetric: Iteration # 71 - FCN = -719118.5118892 Edm = 0.00019293 NCalls = 247 +VariableMetric: Iteration # 72 - FCN = -719118.5121968 Edm = 0.000164911 NCalls = 249 +VariableMetric: Iteration # 73 - FCN = -719118.5127522 Edm = 0.000218543 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -719118.5134009 Edm = 0.000251022 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -719118.5140084 Edm = 7.15773e-05 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -719118.5140894 Edm = 5.77409e-06 NCalls = 258 +VariableMetric: After Hessian - FCN = -719118.5140894 Edm = 2.07523e-05 NCalls = 631 +VariableMetric: Iteration # 77 - FCN = -719118.5140894 Edm = 2.07523e-05 NCalls = 631 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716026.1248665 Edm = 5.83788 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716026.1248665 Edm = 5.83788 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717800.5265952 Edm = 0.143314 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -717801.3083971 Edm = 0.165345 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -717971.6692202 Edm = 1.03949 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -717972.6953018 Edm = 0.795894 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -718071.1266955 Edm = 9.56121 NCalls = 29 +VariableMetric: Iteration # 6 - FCN = -718078.6201924 Edm = 2.45193 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -718080.6801955 Edm = 0.479244 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -718081.5453908 Edm = 0.200288 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -718082.53754 Edm = 0.906625 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -718110.1043938 Edm = 12.9077 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -718156.8999571 Edm = 14.6099 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -718178.3734609 Edm = 4.50485 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -718181.3480598 Edm = 0.153288 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -718181.5393369 Edm = 0.0672228 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -718184.7578561 Edm = 3.54116 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -718231.1701135 Edm = 40.2479 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -718404.3001992 Edm = 46.599 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -718493.9204532 Edm = 5.34136 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -718501.2780575 Edm = 0.468212 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -718502.9245519 Edm = 0.265325 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -718503.3657082 Edm = 0.0733631 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -718503.4878641 Edm = 0.028884 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -718503.5408866 Edm = 0.0210194 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -718503.7959019 Edm = 0.272246 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -718505.4690734 Edm = 1.29632 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -718536.4322476 Edm = 26.775 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -718589.7035873 Edm = 149.497 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -718621.6406295 Edm = 2.65631 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -718625.9049524 Edm = 0.620936 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -718626.9021632 Edm = 0.146292 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -718627.0472901 Edm = 0.0113275 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -718627.0606471 Edm = 0.00161098 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -718627.0655247 Edm = 0.000973277 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -718627.0752752 Edm = 0.00832631 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -718639.0557446 Edm = 2.50955 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -718657.331374 Edm = 4.60978 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -718662.2320359 Edm = 0.388986 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -718662.562754 Edm = 0.0154492 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -718662.5770666 Edm = 0.00125068 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -718662.5831647 Edm = 0.00395241 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -718662.653245 Edm = 0.0548708 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -718666.2032254 Edm = 3.20666 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -718700.3782978 Edm = 10.254 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -718716.3723172 Edm = 0.863494 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -718717.120336 Edm = 0.213908 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -718717.2379709 Edm = 0.0102861 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -718717.2478251 Edm = 0.00277764 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -718717.2916716 Edm = 0.0495313 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -718719.4732849 Edm = 1.64309 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -718740.417008 Edm = 17.2811 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -718777.7318465 Edm = 17.705 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -718791.0264638 Edm = 1.70737 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -718792.3115797 Edm = 0.0788912 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -718792.3904299 Edm = 0.00405328 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -718792.3972186 Edm = 0.00196109 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -718792.4031363 Edm = 0.00379529 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -718792.4360989 Edm = 0.0335802 NCalls = 184 +VariableMetric: Iteration # 58 - FCN = -718793.2855423 Edm = 0.625604 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -718804.6772347 Edm = 9.51091 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -718857.6565765 Edm = 2.72333 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -718862.1569232 Edm = 0.49796 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -718863.0717021 Edm = 0.149734 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -718863.2928978 Edm = 0.0802816 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -718863.3874078 Edm = 0.00580031 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -718863.3969709 Edm = 0.00171075 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -718863.406934 Edm = 0.00428008 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -718863.4468653 Edm = 0.027052 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -718865.6790723 Edm = 2.20649 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -718867.8158636 Edm = 2.18117 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -718873.9762864 Edm = 15.5891 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -718894.4448978 Edm = 23.1414 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -718911.211973 Edm = 7.35841 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -718920.2448461 Edm = 2.85214 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -718921.6504592 Edm = 1.00575 NCalls = 240 +VariableMetric: Iteration # 75 - FCN = -718922.4582151 Edm = 0.0922337 NCalls = 242 +VariableMetric: Iteration # 76 - FCN = -718922.574208 Edm = 0.00968759 NCalls = 244 +VariableMetric: Iteration # 77 - FCN = -718922.5834535 Edm = 0.000882503 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -718922.5855444 Edm = 0.0012916 NCalls = 248 +VariableMetric: Iteration # 79 - FCN = -718922.6441177 Edm = 0.0375821 NCalls = 253 +VariableMetric: Iteration # 80 - FCN = -718924.1371771 Edm = 1.18555 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -718942.0091978 Edm = 3.15552 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -718946.7790303 Edm = 0.773547 NCalls = 264 +VariableMetric: Iteration # 83 - FCN = -718947.7945874 Edm = 0.0782121 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -718947.9381785 Edm = 0.022633 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -718947.9780868 Edm = 0.00305467 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -718947.9828377 Edm = 0.000547463 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -718947.9839225 Edm = 0.000346188 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -718947.9869891 Edm = 0.00205105 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -718948.2021736 Edm = 0.201714 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -718952.4008718 Edm = 0.81493 NCalls = 286 +VariableMetric: Iteration # 91 - FCN = -718953.4770102 Edm = 0.0995621 NCalls = 288 +VariableMetric: Iteration # 92 - FCN = -718953.6605063 Edm = 0.020881 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -718953.6795466 Edm = 0.00268732 NCalls = 293 +VariableMetric: Iteration # 94 - FCN = -718953.6815517 Edm = 7.28262e-05 NCalls = 295 +VariableMetric: Iteration # 95 - FCN = -718953.6816271 Edm = 8.66863e-06 NCalls = 297 +VariableMetric: After Hessian - FCN = -718953.6816271 Edm = 6940.87 NCalls = 662 +VariableMetric: Iteration # 96 - FCN = -718953.6816271 Edm = 6940.87 NCalls = 662 +VariableMetric: Iteration # 97 - FCN = -718956.2309915 Edm = 219.626 NCalls = 671 +VariableMetric: Iteration # 98 - FCN = -718967.0194532 Edm = 0.474616 NCalls = 674 +VariableMetric: Iteration # 99 - FCN = -718967.4365182 Edm = 0.185671 NCalls = 676 +VariableMetric: Iteration # 100 - FCN = -718968.0385809 Edm = 0.145064 NCalls = 679 +VariableMetric: Iteration # 101 - FCN = -718968.3918904 Edm = 0.0573948 NCalls = 682 +VariableMetric: Iteration # 102 - FCN = -718968.4435198 Edm = 0.0146157 NCalls = 684 +VariableMetric: Iteration # 103 - FCN = -718968.4663016 Edm = 0.00181448 NCalls = 686 +VariableMetric: Iteration # 104 - FCN = -718968.4746147 Edm = 0.00438477 NCalls = 688 +VariableMetric: Iteration # 105 - FCN = -718968.5293444 Edm = 0.0738947 NCalls = 693 +VariableMetric: Iteration # 106 - FCN = -718968.6073732 Edm = 0.290928 NCalls = 698 +VariableMetric: Iteration # 107 - FCN = -718968.6201048 Edm = 0.0293149 NCalls = 701 +VariableMetric: Iteration # 108 - FCN = -718969.0861088 Edm = 0.352179 NCalls = 707 +VariableMetric: Iteration # 109 - FCN = -718969.5147537 Edm = 0.323144 NCalls = 711 +VariableMetric: Iteration # 110 - FCN = -718969.9839689 Edm = 0.801371 NCalls = 714 +VariableMetric: Iteration # 111 - FCN = -718970.5341029 Edm = 0.264567 NCalls = 717 +VariableMetric: Iteration # 112 - FCN = -718970.9451853 Edm = 0.173809 NCalls = 720 +VariableMetric: Iteration # 113 - FCN = -718971.199866 Edm = 0.0588491 NCalls = 723 +VariableMetric: Iteration # 114 - FCN = -718971.3207161 Edm = 0.0789696 NCalls = 725 +VariableMetric: Iteration # 115 - FCN = -718971.3494729 Edm = 0.0119608 NCalls = 727 +VariableMetric: Iteration # 116 - FCN = -718971.3713246 Edm = 0.00207873 NCalls = 729 +VariableMetric: Iteration # 117 - FCN = -718971.3751979 Edm = 0.000681991 NCalls = 731 +VariableMetric: Iteration # 118 - FCN = -718971.377309 Edm = 0.000927217 NCalls = 733 +VariableMetric: Iteration # 119 - FCN = -718971.3800316 Edm = 0.000707352 NCalls = 735 +VariableMetric: Iteration # 120 - FCN = -718971.3820147 Edm = 0.000291776 NCalls = 737 +VariableMetric: Iteration # 121 - FCN = -718971.3825111 Edm = 2.96659e-05 NCalls = 739 +VariableMetric: After Hessian - FCN = -718971.3825111 Edm = 0.0164399 NCalls = 1108 +VariableMetric: Iteration # 122 - FCN = -718971.3825111 Edm = 0.0164399 NCalls = 1108 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713624.3630653 Edm = 5.53233 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713624.3630653 Edm = 5.53233 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717071.262707 Edm = 17.4832 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -717092.0755982 Edm = 22.491 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -717701.1023153 Edm = 27.024 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -717716.6052475 Edm = 0.116489 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -717716.959328 Edm = 0.363718 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -717774.0135742 Edm = 2.62828 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -717777.1502297 Edm = 0.0226951 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -717777.2228228 Edm = 0.0341555 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -717784.949129 Edm = 6.99238 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -717897.5744252 Edm = 9.75635 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -717908.3474923 Edm = 0.868432 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -717909.3841536 Edm = 0.101955 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -717909.5318221 Edm = 0.0092387 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -717909.7414386 Edm = 0.204054 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -717923.7148379 Edm = 3.2433 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -717973.8547044 Edm = 22.0065 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -718018.5912137 Edm = 2.13333 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -718020.707989 Edm = 0.104292 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -718020.8049408 Edm = 0.00480285 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -718020.8325591 Edm = 0.0272188 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -718023.8295492 Edm = 3.02415 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -718023.9177125 Edm = 0.082414 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -718062.7161059 Edm = 11.0503 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -718076.610667 Edm = 1.7056 NCalls = 93 +VariableMetric: Iteration # 25 - FCN = -718077.8295497 Edm = 1.38481 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -718080.5058425 Edm = 0.138906 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -718080.6733853 Edm = 0.00522133 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -718080.6850655 Edm = 0.00546976 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -718080.9540297 Edm = 0.203286 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -718098.3705697 Edm = 12.4283 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -718132.7936005 Edm = 21.0559 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -718147.1216561 Edm = 50.8412 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -718179.0055944 Edm = 19.164 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -718183.2811494 Edm = 9.04072 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -718202.5353734 Edm = 15.2129 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -718221.0466594 Edm = 2.318 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -718259.4981099 Edm = 62.0026 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -718264.3192063 Edm = 24.4125 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -718341.4104555 Edm = 9.06542 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -718349.698683 Edm = 3.74868 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -718368.717277 Edm = 17.6908 NCalls = 152 +VariableMetric: Iteration # 42 - FCN = -718370.0798101 Edm = 6.79757 NCalls = 154 +VariableMetric: Iteration # 43 - FCN = -718394.2863917 Edm = 27.0638 NCalls = 158 +VariableMetric: Iteration # 44 - FCN = -718430.8831139 Edm = 9.25809 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -718438.3122348 Edm = 1.45806 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -718441.2156382 Edm = 4.15388 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -718444.8005961 Edm = 5.06427 NCalls = 169 +VariableMetric: Iteration # 48 - FCN = -718452.0527463 Edm = 4.4117 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -718457.8943459 Edm = 4.04594 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -718458.7147198 Edm = 0.572142 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -718460.0508455 Edm = 0.589968 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -718462.1835502 Edm = 1.8627 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -718463.7715991 Edm = 0.787142 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -718464.3595648 Edm = 0.735543 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -718464.7914057 Edm = 0.0307487 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -718464.8347672 Edm = 0.00835532 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -718464.8671149 Edm = 0.0226205 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -718467.0330712 Edm = 1.9706 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -718540.8166845 Edm = 4.14001 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -718547.6837534 Edm = 15.1312 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -718553.7978709 Edm = 0.890601 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -718555.1465908 Edm = 0.40957 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -718560.1928587 Edm = 7.69794 NCalls = 218 +VariableMetric: Iteration # 64 - FCN = -718562.2296981 Edm = 10.3196 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -718563.4146844 Edm = 1.29523 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -718572.459061 Edm = 9.71243 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -718577.4138545 Edm = 1.01971 NCalls = 232 +VariableMetric: Iteration # 68 - FCN = -718578.9033999 Edm = 1.67364 NCalls = 234 +VariableMetric: Iteration # 69 - FCN = -718584.8150653 Edm = 1.02247 NCalls = 237 +VariableMetric: Iteration # 70 - FCN = -718586.3315638 Edm = 0.332966 NCalls = 239 +VariableMetric: Iteration # 71 - FCN = -718586.8990933 Edm = 0.145649 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -718587.0518708 Edm = 0.0220592 NCalls = 243 +VariableMetric: Iteration # 73 - FCN = -718587.0898358 Edm = 0.0118093 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -718587.1483271 Edm = 0.0353629 NCalls = 249 +VariableMetric: Iteration # 75 - FCN = -718587.6693056 Edm = 0.555303 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -718587.6769426 Edm = 0.033298 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -718587.7118274 Edm = 0.0200888 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -718588.1899117 Edm = 0.473597 NCalls = 264 +VariableMetric: Iteration # 79 - FCN = -718589.9073134 Edm = 2.09894 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -718591.2511498 Edm = 1.47233 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -718592.9591236 Edm = 1.5897 NCalls = 272 +VariableMetric: Iteration # 82 - FCN = -718593.6933728 Edm = 0.341396 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -718594.0666297 Edm = 0.0171547 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -718594.0856178 Edm = 0.00517221 NCalls = 279 +VariableMetric: Iteration # 85 - FCN = -718594.1786379 Edm = 0.0977965 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -718597.4157528 Edm = 3.15869 NCalls = 292 +VariableMetric: Iteration # 87 - FCN = -718620.7533659 Edm = 47.4973 NCalls = 296 +VariableMetric: Iteration # 88 - FCN = -718647.4795366 Edm = 23.8817 NCalls = 301 +VariableMetric: Iteration # 89 - FCN = -718701.6668032 Edm = 4.36796 NCalls = 306 +VariableMetric: Iteration # 90 - FCN = -718705.7840877 Edm = 3.44306 NCalls = 308 +VariableMetric: Iteration # 91 - FCN = -718708.0936881 Edm = 1.31938 NCalls = 310 +VariableMetric: Iteration # 92 - FCN = -718734.8053583 Edm = 50.3739 NCalls = 319 +VariableMetric: Iteration # 93 - FCN = -718735.101193 Edm = 0.399094 NCalls = 321 +VariableMetric: Iteration # 94 - FCN = -718735.9269587 Edm = 0.43722 NCalls = 323 +VariableMetric: Iteration # 95 - FCN = -718743.2436395 Edm = 3.7315 NCalls = 327 +VariableMetric: Iteration # 96 - FCN = -718761.4639395 Edm = 11.7746 NCalls = 330 +VariableMetric: Iteration # 97 - FCN = -718777.1419624 Edm = 22.1314 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -718817.832765 Edm = 38.7023 NCalls = 340 +VariableMetric: Iteration # 99 - FCN = -718866.6372295 Edm = 21.7456 NCalls = 343 +VariableMetric: Iteration # 100 - FCN = -718877.7756215 Edm = 16.3604 NCalls = 345 +VariableMetric: Iteration # 101 - FCN = -718882.4472929 Edm = 3.82528 NCalls = 347 +VariableMetric: Iteration # 102 - FCN = -718885.7118373 Edm = 1.29591 NCalls = 350 +VariableMetric: Iteration # 103 - FCN = -718887.3570615 Edm = 0.159338 NCalls = 352 +VariableMetric: Iteration # 104 - FCN = -718887.9212561 Edm = 0.17647 NCalls = 354 +VariableMetric: Iteration # 105 - FCN = -718888.458477 Edm = 0.0809604 NCalls = 357 +VariableMetric: Iteration # 106 - FCN = -718888.6898318 Edm = 0.0319747 NCalls = 359 +VariableMetric: Iteration # 107 - FCN = -718888.7369628 Edm = 0.00214745 NCalls = 361 +VariableMetric: Iteration # 108 - FCN = -718888.7435341 Edm = 0.00233119 NCalls = 363 +VariableMetric: Iteration # 109 - FCN = -718888.7735352 Edm = 0.0233634 NCalls = 366 +VariableMetric: Iteration # 110 - FCN = -718889.0297014 Edm = 0.247112 NCalls = 369 +VariableMetric: Iteration # 111 - FCN = -718898.6215497 Edm = 13.3758 NCalls = 375 +VariableMetric: Iteration # 112 - FCN = -718898.7122154 Edm = 0.0510148 NCalls = 377 +VariableMetric: Iteration # 113 - FCN = -718898.7739165 Edm = 0.0618452 NCalls = 379 +VariableMetric: Iteration # 114 - FCN = -718899.1591437 Edm = 0.617069 NCalls = 383 +VariableMetric: Iteration # 115 - FCN = -718900.8553268 Edm = 1.0184 NCalls = 388 +VariableMetric: Iteration # 116 - FCN = -718909.6240569 Edm = 3.46461 NCalls = 391 +VariableMetric: Iteration # 117 - FCN = -718916.234807 Edm = 10.5599 NCalls = 393 +VariableMetric: Iteration # 118 - FCN = -718939.7787893 Edm = 11.59 NCalls = 397 +VariableMetric: Iteration # 119 - FCN = -718962.9064757 Edm = 6.5476 NCalls = 399 +VariableMetric: Iteration # 120 - FCN = -718969.9640065 Edm = 0.973594 NCalls = 401 +VariableMetric: Iteration # 121 - FCN = -718970.8253593 Edm = 0.0924556 NCalls = 402 +VariableMetric: Iteration # 122 - FCN = -718970.9067611 Edm = 0.0172593 NCalls = 404 +VariableMetric: Iteration # 123 - FCN = -718970.9308395 Edm = 0.00637579 NCalls = 406 +VariableMetric: Iteration # 124 - FCN = -718970.9401925 Edm = 0.00156056 NCalls = 408 +VariableMetric: Iteration # 125 - FCN = -718970.947608 Edm = 0.00565163 NCalls = 410 +VariableMetric: Iteration # 126 - FCN = -718971.0998471 Edm = 0.135007 NCalls = 414 +VariableMetric: Iteration # 127 - FCN = -718975.9482936 Edm = 3.52206 NCalls = 419 +VariableMetric: Iteration # 128 - FCN = -718988.8226818 Edm = 11.0557 NCalls = 422 +VariableMetric: Iteration # 129 - FCN = -718997.2765311 Edm = 4.30839 NCalls = 426 +VariableMetric: Iteration # 130 - FCN = -719003.2662679 Edm = 0.738872 NCalls = 428 +VariableMetric: Iteration # 131 - FCN = -719006.6709969 Edm = 3.61962 NCalls = 432 +VariableMetric: Iteration # 132 - FCN = -719007.8207755 Edm = 3.13995 NCalls = 435 +VariableMetric: Iteration # 133 - FCN = -719010.1333901 Edm = 0.116197 NCalls = 437 +VariableMetric: Iteration # 134 - FCN = -719010.2431995 Edm = 0.00228489 NCalls = 438 +VariableMetric: Iteration # 135 - FCN = -719010.2455831 Edm = 0.000159721 NCalls = 440 +VariableMetric: Iteration # 136 - FCN = -719010.248028 Edm = 0.00211583 NCalls = 443 +VariableMetric: Iteration # 137 - FCN = -719010.3634387 Edm = 0.124151 NCalls = 448 +VariableMetric: Iteration # 138 - FCN = -719012.8285097 Edm = 1.14404 NCalls = 455 +VariableMetric: Iteration # 139 - FCN = -719015.6279733 Edm = 0.07493 NCalls = 457 +VariableMetric: Iteration # 140 - FCN = -719015.7143939 Edm = 0.00544355 NCalls = 459 +VariableMetric: Iteration # 141 - FCN = -719015.7244542 Edm = 0.000450213 NCalls = 461 +VariableMetric: Iteration # 142 - FCN = -719015.7250567 Edm = 7.4748e-05 NCalls = 463 +VariableMetric: After Hessian - FCN = -719015.7250567 Edm = 2791.21 NCalls = 818 +VariableMetric: Iteration # 143 - FCN = -719015.7250567 Edm = 2791.21 NCalls = 818 +VariableMetric: Iteration # 144 - FCN = -719108.8388159 Edm = 1267.32 NCalls = 822 +VariableMetric: Iteration # 145 - FCN = -719111.4623189 Edm = 49.6647 NCalls = 827 +VariableMetric: Iteration # 146 - FCN = -719115.7976356 Edm = 1.82013 NCalls = 830 +VariableMetric: Iteration # 147 - FCN = -719116.6935361 Edm = 0.0796191 NCalls = 832 +VariableMetric: Iteration # 148 - FCN = -719116.7872667 Edm = 0.00762659 NCalls = 834 +VariableMetric: Iteration # 149 - FCN = -719116.8035568 Edm = 0.00541064 NCalls = 836 +VariableMetric: Iteration # 150 - FCN = -719116.823231 Edm = 0.00488602 NCalls = 840 +VariableMetric: Iteration # 151 - FCN = -719116.8402097 Edm = 0.0146888 NCalls = 844 +VariableMetric: Iteration # 152 - FCN = -719116.9908974 Edm = 0.0901126 NCalls = 852 +VariableMetric: Iteration # 153 - FCN = -719116.9954221 Edm = 0.0591433 NCalls = 855 +VariableMetric: Iteration # 154 - FCN = -719117.19611 Edm = 0.0762329 NCalls = 860 +VariableMetric: Iteration # 155 - FCN = -719117.5398732 Edm = 0.180842 NCalls = 865 +VariableMetric: Iteration # 156 - FCN = -719118.0165012 Edm = 0.19213 NCalls = 870 +VariableMetric: Iteration # 157 - FCN = -719118.051926 Edm = 0.174369 NCalls = 872 +VariableMetric: Iteration # 158 - FCN = -719118.2547675 Edm = 0.0154346 NCalls = 874 +VariableMetric: Iteration # 159 - FCN = -719118.2736624 Edm = 0.00758143 NCalls = 876 +VariableMetric: Iteration # 160 - FCN = -719118.2864919 Edm = 0.00356174 NCalls = 879 +VariableMetric: Iteration # 161 - FCN = -719118.2930733 Edm = 0.000727044 NCalls = 881 +VariableMetric: Iteration # 162 - FCN = -719118.294653 Edm = 0.000490598 NCalls = 883 +VariableMetric: Iteration # 163 - FCN = -719118.2986349 Edm = 0.00120218 NCalls = 887 +VariableMetric: Iteration # 164 - FCN = -719118.3003749 Edm = 0.000353859 NCalls = 889 +VariableMetric: Iteration # 165 - FCN = -719118.3006938 Edm = 9.01506e-05 NCalls = 891 +VariableMetric: Iteration # 166 - FCN = -719118.3008414 Edm = 2.13795e-05 NCalls = 893 +VariableMetric: After Hessian - FCN = -719118.3008414 Edm = 0.000127757 NCalls = 1264 +VariableMetric: Iteration # 167 - FCN = -719118.3008414 Edm = 0.000127757 NCalls = 1264 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712321.5676511 Edm = 7.55726 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712321.5676511 Edm = 7.55726 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715602.5738413 Edm = 3.17276 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715616.7880662 Edm = 4.77634 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -716560.7981821 Edm = 110.329 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -716639.3394009 Edm = 2.19344 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -716641.0127105 Edm = 0.0357308 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -716644.7752521 Edm = 4.16092 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -716646.1172838 Edm = 1.22538 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -716854.6973903 Edm = 9.64886 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -716865.9797972 Edm = 0.164423 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -716866.4757402 Edm = 0.352399 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -716901.5883854 Edm = 33.1609 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -717060.7502215 Edm = 53.9028 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -717090.6449607 Edm = 0.429721 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -717091.0245964 Edm = 0.0274445 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -717091.109374 Edm = 0.0200773 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -717091.2536362 Edm = 0.118839 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -717100.4037261 Edm = 9.59339 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -717110.4388922 Edm = 9.8193 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -717173.9606656 Edm = 43.9289 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -717213.6027484 Edm = 3.70149 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -717222.9469106 Edm = 3.25662 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -717227.285539 Edm = 2.64726 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -717237.8668317 Edm = 14.1771 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -717240.754297 Edm = 10.8449 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -717251.8703304 Edm = 0.899883 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -717252.7702043 Edm = 0.216931 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -717253.008149 Edm = 0.109953 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -717253.4791003 Edm = 0.0464516 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -717253.5533309 Edm = 0.0122878 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -717253.6905746 Edm = 0.128113 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -717257.0500558 Edm = 3.26914 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -717319.3015323 Edm = 54.1749 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -717327.4943208 Edm = 21.0397 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -717346.8079185 Edm = 27.9823 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -717404.5151917 Edm = 3.10734 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -717408.459056 Edm = 0.227585 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -717409.7124392 Edm = 2.34308 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -717414.8567093 Edm = 23.32 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -717415.9155834 Edm = 1.09988 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -717421.5410947 Edm = 3.6499 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -717425.6467069 Edm = 7.43782 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -717439.5334199 Edm = 4.72622 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -717458.0496773 Edm = 7.20142 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -717473.6616301 Edm = 3.96821 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -717476.6455606 Edm = 0.405865 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -717477.1190895 Edm = 0.0470284 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -717477.1661664 Edm = 0.0131302 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -717477.4260976 Edm = 0.312763 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -717486.1898634 Edm = 7.59075 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -717508.8578141 Edm = 1.58554 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -717510.4821059 Edm = 0.14124 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -717510.6165361 Edm = 0.0180308 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -717510.6484104 Edm = 0.00722078 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -717510.6732745 Edm = 0.022016 NCalls = 185 +VariableMetric: Iteration # 55 - FCN = -717511.073104 Edm = 0.46029 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -717518.1851126 Edm = 3.59685 NCalls = 197 +VariableMetric: Iteration # 57 - FCN = -717652.9711285 Edm = 244.253 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -717847.3133175 Edm = 131.263 NCalls = 207 +VariableMetric: Iteration # 59 - FCN = -718001.7640095 Edm = 142.659 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -718459.9375471 Edm = 50.9359 NCalls = 219 +VariableMetric: Iteration # 61 - FCN = -718496.3137799 Edm = 32.478 NCalls = 221 +VariableMetric: Iteration # 62 - FCN = -718509.8193279 Edm = 52.2761 NCalls = 224 +VariableMetric: Iteration # 63 - FCN = -718527.6775671 Edm = 71.4973 NCalls = 226 +VariableMetric: Iteration # 64 - FCN = -718586.2963235 Edm = 110.185 NCalls = 230 +VariableMetric: Iteration # 65 - FCN = -718711.5163992 Edm = 200.835 NCalls = 238 +VariableMetric: Iteration # 66 - FCN = -718736.5140614 Edm = 101.944 NCalls = 241 +VariableMetric: Iteration # 67 - FCN = -718797.9723251 Edm = 66.9902 NCalls = 245 +VariableMetric: Iteration # 68 - FCN = -718836.2321201 Edm = 12.156 NCalls = 249 +VariableMetric: Iteration # 69 - FCN = -718865.4944074 Edm = 15.3997 NCalls = 252 +VariableMetric: Iteration # 70 - FCN = -718878.1446144 Edm = 4.12191 NCalls = 255 +VariableMetric: Iteration # 71 - FCN = -718888.0328582 Edm = 2.61896 NCalls = 258 +VariableMetric: Iteration # 72 - FCN = -718891.4385684 Edm = 0.922088 NCalls = 260 +VariableMetric: Iteration # 73 - FCN = -718892.6466764 Edm = 0.446906 NCalls = 262 +VariableMetric: Iteration # 74 - FCN = -718894.3523212 Edm = 0.410722 NCalls = 265 +VariableMetric: Iteration # 75 - FCN = -718894.8544299 Edm = 0.0657479 NCalls = 267 +VariableMetric: Iteration # 76 - FCN = -718894.993913 Edm = 0.0611959 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -718895.2926776 Edm = 0.138231 NCalls = 271 +VariableMetric: Iteration # 78 - FCN = -718895.4998407 Edm = 0.0311441 NCalls = 273 +VariableMetric: Iteration # 79 - FCN = -718895.5750989 Edm = 0.0253002 NCalls = 275 +VariableMetric: Iteration # 80 - FCN = -718896.6995043 Edm = 1.02338 NCalls = 279 +VariableMetric: Iteration # 81 - FCN = -718922.2077186 Edm = 12.564 NCalls = 283 +VariableMetric: Iteration # 82 - FCN = -718952.0725383 Edm = 10.6683 NCalls = 285 +VariableMetric: Iteration # 83 - FCN = -718957.7757203 Edm = 2.59665 NCalls = 287 +VariableMetric: Iteration # 84 - FCN = -718960.1012806 Edm = 0.380326 NCalls = 288 +VariableMetric: Iteration # 85 - FCN = -718960.444606 Edm = 0.0436572 NCalls = 289 +VariableMetric: Iteration # 86 - FCN = -718960.4821022 Edm = 0.00616985 NCalls = 290 +VariableMetric: Iteration # 87 - FCN = -718960.4883059 Edm = 0.00217519 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -718960.5020314 Edm = 0.0111981 NCalls = 295 +VariableMetric: Iteration # 89 - FCN = -718960.8664209 Edm = 0.30087 NCalls = 299 +VariableMetric: Iteration # 90 - FCN = -718974.4756468 Edm = 2.99466 NCalls = 303 +VariableMetric: Iteration # 91 - FCN = -718978.0100628 Edm = 0.0876148 NCalls = 305 +VariableMetric: Iteration # 92 - FCN = -718978.113371 Edm = 0.00291719 NCalls = 307 +VariableMetric: Iteration # 93 - FCN = -718978.1176637 Edm = 0.00107793 NCalls = 309 +VariableMetric: Iteration # 94 - FCN = -718978.1276219 Edm = 0.00584546 NCalls = 312 +VariableMetric: Iteration # 95 - FCN = -718978.1557529 Edm = 0.0143878 NCalls = 314 +VariableMetric: Iteration # 96 - FCN = -718978.3666879 Edm = 0.183669 NCalls = 317 +VariableMetric: Iteration # 97 - FCN = -718985.8013352 Edm = 5.6699 NCalls = 321 +VariableMetric: Iteration # 98 - FCN = -719025.5100244 Edm = 8.16447 NCalls = 324 +VariableMetric: Iteration # 99 - FCN = -719040.0856921 Edm = 2.90379 NCalls = 326 +VariableMetric: Iteration # 100 - FCN = -719041.2987854 Edm = 1.64376 NCalls = 328 +VariableMetric: Iteration # 101 - FCN = -719042.5369569 Edm = 0.187108 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -719042.7183687 Edm = 0.0530241 NCalls = 332 +VariableMetric: Iteration # 103 - FCN = -719042.759977 Edm = 0.00300412 NCalls = 333 +VariableMetric: Iteration # 104 - FCN = -719042.7638091 Edm = 0.00122269 NCalls = 335 +VariableMetric: Iteration # 105 - FCN = -719042.7928838 Edm = 0.0320929 NCalls = 339 +VariableMetric: Iteration # 106 - FCN = -719043.594933 Edm = 0.68213 NCalls = 346 +VariableMetric: Iteration # 107 - FCN = -719060.7470809 Edm = 8.93737 NCalls = 350 +VariableMetric: Iteration # 108 - FCN = -719076.3916033 Edm = 1.65539 NCalls = 353 +VariableMetric: Iteration # 109 - FCN = -719078.3683617 Edm = 0.138452 NCalls = 355 +VariableMetric: Iteration # 110 - FCN = -719078.5183988 Edm = 0.0115007 NCalls = 357 +VariableMetric: Iteration # 111 - FCN = -719078.5285647 Edm = 0.00147726 NCalls = 359 +VariableMetric: Iteration # 112 - FCN = -719078.5306332 Edm = 0.00054395 NCalls = 361 +VariableMetric: Iteration # 113 - FCN = -719078.5397849 Edm = 0.00775958 NCalls = 365 +VariableMetric: Iteration # 114 - FCN = -719079.0439913 Edm = 0.240088 NCalls = 370 +VariableMetric: Iteration # 115 - FCN = -719081.1355307 Edm = 0.939289 NCalls = 373 +VariableMetric: Iteration # 116 - FCN = -719087.0314743 Edm = 1.77813 NCalls = 376 +VariableMetric: Iteration # 117 - FCN = -719096.986263 Edm = 5.16084 NCalls = 383 +VariableMetric: Iteration # 118 - FCN = -719108.3979645 Edm = 1.86144 NCalls = 387 +VariableMetric: Iteration # 119 - FCN = -719109.1985628 Edm = 2.87974 NCalls = 389 +VariableMetric: Iteration # 120 - FCN = -719109.8889798 Edm = 0.3726 NCalls = 391 +VariableMetric: Iteration # 121 - FCN = -719110.3372398 Edm = 0.0593311 NCalls = 393 +VariableMetric: Iteration # 122 - FCN = -719110.4080897 Edm = 0.0101426 NCalls = 395 +VariableMetric: Iteration # 123 - FCN = -719110.4247375 Edm = 0.00111783 NCalls = 397 +VariableMetric: Iteration # 124 - FCN = -719110.4262361 Edm = 0.00017804 NCalls = 399 +VariableMetric: Iteration # 125 - FCN = -719110.4277597 Edm = 0.00127489 NCalls = 402 +VariableMetric: Iteration # 126 - FCN = -719110.4812984 Edm = 0.0582067 NCalls = 406 +VariableMetric: Iteration # 127 - FCN = -719110.869262 Edm = 0.327659 NCalls = 412 +VariableMetric: Iteration # 128 - FCN = -719115.1489536 Edm = 0.596153 NCalls = 416 +VariableMetric: Iteration # 129 - FCN = -719115.8393814 Edm = 0.0183322 NCalls = 418 +VariableMetric: Iteration # 130 - FCN = -719115.8532044 Edm = 0.00273202 NCalls = 420 +VariableMetric: Iteration # 131 - FCN = -719115.8557808 Edm = 0.000747345 NCalls = 422 +VariableMetric: Iteration # 132 - FCN = -719115.8649912 Edm = 0.00455753 NCalls = 426 +VariableMetric: Iteration # 133 - FCN = -719115.8737172 Edm = 0.00379633 NCalls = 429 +VariableMetric: Iteration # 134 - FCN = -719115.878417 Edm = 0.000521115 NCalls = 431 +VariableMetric: Iteration # 135 - FCN = -719115.879045 Edm = 0.000115186 NCalls = 433 +VariableMetric: Iteration # 136 - FCN = -719115.8791269 Edm = 2.45298e-05 NCalls = 435 +VariableMetric: After Hessian - FCN = -719115.8791269 Edm = 1.01865 NCalls = 800 +VariableMetric: Iteration # 137 - FCN = -719115.8791269 Edm = 1.01865 NCalls = 800 +VariableMetric: Iteration # 138 - FCN = -719115.9474666 Edm = 6.70021 NCalls = 802 +VariableMetric: Iteration # 139 - FCN = -719116.2865147 Edm = 11.8436 NCalls = 804 +VariableMetric: Iteration # 140 - FCN = -719116.878129 Edm = 0.275356 NCalls = 806 +VariableMetric: Iteration # 141 - FCN = -719116.9657993 Edm = 0.163935 NCalls = 808 +VariableMetric: Iteration # 142 - FCN = -719116.9983645 Edm = 0.0554213 NCalls = 810 +VariableMetric: Iteration # 143 - FCN = -719117.0985464 Edm = 0.0964297 NCalls = 813 +VariableMetric: Iteration # 144 - FCN = -719117.3175321 Edm = 0.156338 NCalls = 816 +VariableMetric: Iteration # 145 - FCN = -719117.7486548 Edm = 0.513911 NCalls = 819 +VariableMetric: Iteration # 146 - FCN = -719117.9013025 Edm = 0.181211 NCalls = 821 +VariableMetric: Iteration # 147 - FCN = -719118.1756816 Edm = 0.0891107 NCalls = 828 +VariableMetric: Iteration # 148 - FCN = -719118.3045772 Edm = 0.0671534 NCalls = 830 +VariableMetric: Iteration # 149 - FCN = -719118.4061483 Edm = 0.0245319 NCalls = 833 +VariableMetric: Iteration # 150 - FCN = -719118.46798 Edm = 0.0260999 NCalls = 835 +VariableMetric: Iteration # 151 - FCN = -719118.4751264 Edm = 0.0212815 NCalls = 837 +VariableMetric: Iteration # 152 - FCN = -719118.4938731 Edm = 0.00504542 NCalls = 840 +VariableMetric: Iteration # 153 - FCN = -719118.5047587 Edm = 0.00588507 NCalls = 842 +VariableMetric: Iteration # 154 - FCN = -719118.5112643 Edm = 0.00205623 NCalls = 844 +VariableMetric: Iteration # 155 - FCN = -719118.5144621 Edm = 0.0011288 NCalls = 846 +VariableMetric: Iteration # 156 - FCN = -719118.5160945 Edm = 0.000641002 NCalls = 848 +VariableMetric: Iteration # 157 - FCN = -719118.5165514 Edm = 9.38876e-05 NCalls = 850 +VariableMetric: Iteration # 158 - FCN = -719118.5166551 Edm = 2.12124e-05 NCalls = 852 +VariableMetric: After Hessian - FCN = -719118.5166551 Edm = 4.76636e-05 NCalls = 1237 +VariableMetric: Iteration # 159 - FCN = -719118.5166551 Edm = 4.76636e-05 NCalls = 1237 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716726.2615474 Edm = 2.71946 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716726.2615474 Edm = 2.71946 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717931.3699917 Edm = 0.354305 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -717932.5436752 Edm = 1.35791 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -718172.9279001 Edm = 2.0006 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -718174.7649927 Edm = 0.0522103 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -718183.645796 Edm = 9.53755 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -718187.3506919 Edm = 3.4929 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -718255.3288232 Edm = 0.351332 NCalls = 36 +VariableMetric: Iteration # 8 - FCN = -718255.8480212 Edm = 0.192842 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -718273.298431 Edm = 14.4972 NCalls = 43 +VariableMetric: Iteration # 10 - FCN = -718496.8303347 Edm = 8.14671 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -718505.2399446 Edm = 0.262258 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -718505.5906553 Edm = 0.0152063 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -718505.68532 Edm = 0.0670848 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -718509.5237337 Edm = 2.90009 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -718650.9743117 Edm = 16.7368 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -718666.0897435 Edm = 3.56548 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -718670.2109893 Edm = 0.388879 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -718670.7483464 Edm = 0.0480358 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -718670.8385868 Edm = 0.00580882 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -718670.850063 Edm = 0.00408316 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -718671.8020091 Edm = 1.14118 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -718671.896574 Edm = 0.0914304 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -718677.4927173 Edm = 1.88896 NCalls = 90 +VariableMetric: Iteration # 24 - FCN = -718701.1363419 Edm = 6.60111 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -718705.1405328 Edm = 0.965222 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -718706.1791642 Edm = 0.123599 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -718706.4719194 Edm = 0.058956 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -718706.5611979 Edm = 0.00312299 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -718706.5665142 Edm = 0.00207874 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -718706.8049876 Edm = 0.248518 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -718706.8250813 Edm = 0.0183476 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -718709.2003448 Edm = 1.71147 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -718732.6085384 Edm = 7.7248 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -718739.1236948 Edm = 0.990131 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -718739.7846865 Edm = 0.0425247 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -718739.8245087 Edm = 0.00472233 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -718739.8384407 Edm = 0.00603163 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -718740.0234609 Edm = 0.150828 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -718751.4645575 Edm = 6.9759 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -718772.2857419 Edm = 3.93439 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -718775.182811 Edm = 0.627186 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -718775.7318038 Edm = 0.10571 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -718775.8972127 Edm = 0.0856983 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -718776.0912301 Edm = 0.0366341 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -718776.1188229 Edm = 0.00503475 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -718776.125001 Edm = 0.00140586 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -718776.1700755 Edm = 0.0440868 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -718777.7979887 Edm = 0.946666 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -718797.9141346 Edm = 15.5129 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -718828.423994 Edm = 16.4476 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -718831.1430277 Edm = 4.42483 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -718838.9057916 Edm = 4.05403 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -718846.2310837 Edm = 0.585356 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -718846.8286191 Edm = 0.0201502 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -718846.870074 Edm = 0.00271664 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -718846.8743166 Edm = 0.00215037 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -718846.8819283 Edm = 0.00745607 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -718846.9287533 Edm = 0.0326358 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -718847.8601481 Edm = 0.794712 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -718863.6153357 Edm = 6.25723 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -718885.3415979 Edm = 4.70456 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -718894.8490582 Edm = 2.11945 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -718896.8346721 Edm = 0.288791 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -718897.0245614 Edm = 0.0357918 NCalls = 211 +VariableMetric: Iteration # 65 - FCN = -718897.0643171 Edm = 0.00643152 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -718897.0746683 Edm = 0.000880591 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -718897.0762437 Edm = 0.000556615 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -718897.0807453 Edm = 0.00554024 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -718897.1579465 Edm = 0.0796368 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -718898.0767479 Edm = 0.063691 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -718905.1080349 Edm = 2.64909 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -718915.2355417 Edm = 4.45706 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -718919.4195585 Edm = 4.62636 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -718922.4100438 Edm = 0.534397 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -718923.8452449 Edm = 0.937879 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -718936.8387199 Edm = 12.13 NCalls = 256 +VariableMetric: Iteration # 77 - FCN = -718937.1470855 Edm = 2.37145 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -718941.74675 Edm = 2.81256 NCalls = 261 +VariableMetric: Iteration # 79 - FCN = -718946.663829 Edm = 0.588693 NCalls = 263 +VariableMetric: Iteration # 80 - FCN = -718947.3869495 Edm = 0.25305 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -718949.7090333 Edm = 2.07907 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -718950.0336536 Edm = 0.667234 NCalls = 272 +VariableMetric: Iteration # 83 - FCN = -718952.354261 Edm = 1.44252 NCalls = 275 +VariableMetric: Iteration # 84 - FCN = -718954.0510579 Edm = 0.755046 NCalls = 277 +VariableMetric: Iteration # 85 - FCN = -718954.5457125 Edm = 0.0494863 NCalls = 278 +VariableMetric: Iteration # 86 - FCN = -718954.6106621 Edm = 0.0108921 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -718954.6314128 Edm = 0.00282231 NCalls = 282 +VariableMetric: Iteration # 88 - FCN = -718954.6359154 Edm = 0.00162881 NCalls = 284 +VariableMetric: Iteration # 89 - FCN = -718954.6462399 Edm = 0.0148346 NCalls = 287 +VariableMetric: Iteration # 90 - FCN = -718954.744947 Edm = 0.113551 NCalls = 292 +VariableMetric: Iteration # 91 - FCN = -718956.0142824 Edm = 0.567165 NCalls = 299 +VariableMetric: Iteration # 92 - FCN = -718964.2622732 Edm = 5.16162 NCalls = 302 +VariableMetric: Iteration # 93 - FCN = -718974.2723692 Edm = 3.53285 NCalls = 305 +VariableMetric: Iteration # 94 - FCN = -718978.1681656 Edm = 0.844363 NCalls = 307 +VariableMetric: Iteration # 95 - FCN = -718978.8608575 Edm = 0.0941856 NCalls = 309 +VariableMetric: Iteration # 96 - FCN = -718978.9456068 Edm = 0.0046257 NCalls = 310 +VariableMetric: Iteration # 97 - FCN = -718978.9531389 Edm = 0.00150034 NCalls = 312 +VariableMetric: Iteration # 98 - FCN = -718978.9556291 Edm = 0.000543002 NCalls = 314 +VariableMetric: Iteration # 99 - FCN = -718978.9567306 Edm = 0.000491943 NCalls = 316 +VariableMetric: Iteration # 100 - FCN = -718978.9608077 Edm = 0.00305913 NCalls = 319 +VariableMetric: Iteration # 101 - FCN = -718979.0764065 Edm = 0.103428 NCalls = 323 +VariableMetric: Iteration # 102 - FCN = -718981.3602506 Edm = 1.76894 NCalls = 327 +VariableMetric: Iteration # 103 - FCN = -719002.3525789 Edm = 23.183 NCalls = 331 +VariableMetric: Iteration # 104 - FCN = -719006.1079408 Edm = 3.44538 NCalls = 336 +VariableMetric: Iteration # 105 - FCN = -719012.5046514 Edm = 0.779379 NCalls = 339 +VariableMetric: Iteration # 106 - FCN = -719013.5283107 Edm = 0.106994 NCalls = 341 +VariableMetric: Iteration # 107 - FCN = -719013.6901266 Edm = 0.0309814 NCalls = 343 +VariableMetric: Iteration # 108 - FCN = -719013.7662587 Edm = 0.0120905 NCalls = 345 +VariableMetric: Iteration # 109 - FCN = -719013.7843199 Edm = 0.00221711 NCalls = 347 +VariableMetric: Iteration # 110 - FCN = -719013.786924 Edm = 0.0004576 NCalls = 349 +VariableMetric: Iteration # 111 - FCN = -719013.7883184 Edm = 0.000171382 NCalls = 351 +VariableMetric: Iteration # 112 - FCN = -719013.788694 Edm = 0.000111104 NCalls = 353 +VariableMetric: Iteration # 113 - FCN = -719013.7907383 Edm = 0.00162582 NCalls = 357 +VariableMetric: Iteration # 114 - FCN = -719013.8342901 Edm = 0.017271 NCalls = 361 +VariableMetric: Iteration # 115 - FCN = -719013.9163126 Edm = 0.0259291 NCalls = 363 +VariableMetric: Iteration # 116 - FCN = -719014.1860068 Edm = 0.207772 NCalls = 366 +VariableMetric: Iteration # 117 - FCN = -719014.9579347 Edm = 0.438254 NCalls = 371 +VariableMetric: Iteration # 118 - FCN = -719015.4143157 Edm = 0.206991 NCalls = 372 +VariableMetric: Iteration # 119 - FCN = -719015.6144113 Edm = 0.0163494 NCalls = 375 +VariableMetric: Iteration # 120 - FCN = -719015.6331777 Edm = 0.000507614 NCalls = 377 +VariableMetric: Iteration # 121 - FCN = -719015.6337328 Edm = 2.40793e-05 NCalls = 379 +VariableMetric: After Hessian - FCN = -719015.6337328 Edm = 35.4895 NCalls = 744 +VariableMetric: Iteration # 122 - FCN = -719015.6337328 Edm = 35.4895 NCalls = 744 +VariableMetric: Iteration # 123 - FCN = -719044.0963621 Edm = 12.4609 NCalls = 749 +VariableMetric: Iteration # 124 - FCN = -719045.4365802 Edm = 18.4376 NCalls = 758 +VariableMetric: Iteration # 125 - FCN = -719046.6837282 Edm = 2.13465 NCalls = 761 +VariableMetric: Iteration # 126 - FCN = -719047.4685645 Edm = 2.58565 NCalls = 763 +VariableMetric: Iteration # 127 - FCN = -719049.3001887 Edm = 0.0721887 NCalls = 766 +VariableMetric: Iteration # 128 - FCN = -719049.3721458 Edm = 0.00178671 NCalls = 767 +VariableMetric: Iteration # 129 - FCN = -719049.3813338 Edm = 0.00994295 NCalls = 769 +VariableMetric: Iteration # 130 - FCN = -719049.3946808 Edm = 0.0107299 NCalls = 775 +VariableMetric: Iteration # 131 - FCN = -719049.4043407 Edm = 0.0211449 NCalls = 779 +VariableMetric: Iteration # 132 - FCN = -719049.4247687 Edm = 0.0107824 NCalls = 782 +VariableMetric: Iteration # 133 - FCN = -719049.5881978 Edm = 0.244381 NCalls = 789 +VariableMetric: Iteration # 134 - FCN = -719049.6704971 Edm = 0.280942 NCalls = 792 +VariableMetric: Iteration # 135 - FCN = -719050.5204314 Edm = 0.353619 NCalls = 799 +VariableMetric: Iteration # 136 - FCN = -719050.7116148 Edm = 0.537926 NCalls = 801 +VariableMetric: Iteration # 137 - FCN = -719051.3046753 Edm = 0.30973 NCalls = 804 +VariableMetric: Iteration # 138 - FCN = -719051.9160323 Edm = 0.189981 NCalls = 809 +VariableMetric: Iteration # 139 - FCN = -719051.9945592 Edm = 0.106906 NCalls = 811 +VariableMetric: Iteration # 140 - FCN = -719052.1045585 Edm = 0.0246146 NCalls = 813 +VariableMetric: Iteration # 141 - FCN = -719052.1454549 Edm = 0.00951914 NCalls = 815 +VariableMetric: Iteration # 142 - FCN = -719052.1588339 Edm = 0.00709898 NCalls = 817 +VariableMetric: Iteration # 143 - FCN = -719052.1659125 Edm = 0.00131612 NCalls = 820 +VariableMetric: Iteration # 144 - FCN = -719052.1687452 Edm = 0.000431433 NCalls = 822 +VariableMetric: Iteration # 145 - FCN = -719052.1695515 Edm = 0.000230262 NCalls = 824 +VariableMetric: Iteration # 146 - FCN = -719052.1709846 Edm = 0.000236564 NCalls = 828 +VariableMetric: Iteration # 147 - FCN = -719052.1713231 Edm = 2.65596e-05 NCalls = 830 +VariableMetric: After Hessian - FCN = -719052.1713231 Edm = 4.25564e-05 NCalls = 1207 +VariableMetric: Iteration # 148 - FCN = -719052.1713231 Edm = 4.25564e-05 NCalls = 1207 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714987.6905846 Edm = 5.32016 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714987.6905846 Edm = 5.32016 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716225.9324909 Edm = 0.0674329 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716226.1944309 Edm = 0.183234 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716293.0765595 Edm = 0.415392 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -716293.8340487 Edm = 0.135426 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716296.0302724 Edm = 2.24589 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -716462.0667425 Edm = 25.7584 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -716590.618234 Edm = 18.705 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -716606.7809576 Edm = 7.57463 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -716615.1505395 Edm = 0.411092 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -716615.9227127 Edm = 0.221881 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -716617.1326834 Edm = 1.24102 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -716723.2463722 Edm = 62.2045 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -716836.7400325 Edm = 10.1943 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -716860.4816478 Edm = 4.22111 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -716880.4468448 Edm = 14.6235 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -716883.438189 Edm = 9.69731 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -716900.5288849 Edm = 16.0807 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -716912.4251728 Edm = 0.350045 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -716912.8921934 Edm = 0.0302763 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -716913.0285733 Edm = 0.0972653 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -716966.8179028 Edm = 32.1971 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -717050.6379573 Edm = 7.58447 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -717055.8283743 Edm = 14.3087 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -717072.5240706 Edm = 4.21746 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -717077.3100058 Edm = 0.769416 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -717077.5615465 Edm = 0.0605657 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -717077.6488912 Edm = 0.0422528 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -717079.7012268 Edm = 1.863 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -717106.7636881 Edm = 1.10739 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -717107.693495 Edm = 0.0407179 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -717107.7325823 Edm = 0.00571822 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -717107.7933975 Edm = 0.0469856 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -717109.5072149 Edm = 1.73749 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -717157.1604111 Edm = 12.6214 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -717215.9258489 Edm = 34.1963 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -717239.6476655 Edm = 41.041 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -717261.8978927 Edm = 11.5842 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -717272.6974647 Edm = 0.645723 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -717273.4173226 Edm = 0.164707 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -717273.532509 Edm = 0.0472808 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -717273.5960787 Edm = 0.00832486 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -717273.6469483 Edm = 0.0351081 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -717273.8293945 Edm = 0.0274143 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -717274.312998 Edm = 0.468166 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -717317.1526363 Edm = 14.7414 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -717330.8807415 Edm = 0.194414 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -717331.0652463 Edm = 0.0581109 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -717331.1672966 Edm = 0.0940143 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -717332.149038 Edm = 0.738504 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -717431.9761882 Edm = 58.6629 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -717534.8867916 Edm = 122.188 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -717796.5809051 Edm = 90.0886 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -718419.4518478 Edm = 576.143 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -718421.8980508 Edm = 182.207 NCalls = 190 +VariableMetric: Iteration # 55 - FCN = -718504.3233355 Edm = 87.5849 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -718585.363161 Edm = 19.285 NCalls = 198 +VariableMetric: Iteration # 57 - FCN = -718670.7163065 Edm = 23.6614 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -718693.2512988 Edm = 51.2669 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -718707.7783401 Edm = 37.0118 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -718734.6700957 Edm = 6.43357 NCalls = 208 +VariableMetric: Iteration # 61 - FCN = -718749.1543107 Edm = 2.69103 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -718752.325362 Edm = 1.38052 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -718756.3107232 Edm = 1.66096 NCalls = 215 +VariableMetric: Iteration # 64 - FCN = -718769.4008917 Edm = 12.8953 NCalls = 221 +VariableMetric: Iteration # 65 - FCN = -718771.3503873 Edm = 9.27903 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -718786.4492402 Edm = 11.8717 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -718790.2170736 Edm = 5.29573 NCalls = 231 +VariableMetric: Iteration # 68 - FCN = -718805.1035531 Edm = 3.06935 NCalls = 235 +VariableMetric: Iteration # 69 - FCN = -718810.4272346 Edm = 1.41345 NCalls = 237 +VariableMetric: Iteration # 70 - FCN = -718816.9335056 Edm = 1.06917 NCalls = 239 +VariableMetric: Iteration # 71 - FCN = -718819.1752871 Edm = 0.587567 NCalls = 242 +VariableMetric: Iteration # 72 - FCN = -718819.9045653 Edm = 0.0673318 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -718819.9963986 Edm = 0.0164858 NCalls = 246 +VariableMetric: Iteration # 74 - FCN = -718820.0680329 Edm = 0.0535843 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -718821.547539 Edm = 1.97004 NCalls = 253 +VariableMetric: Iteration # 76 - FCN = -718826.964891 Edm = 3.67265 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -718841.3177535 Edm = 2.45683 NCalls = 264 +VariableMetric: Iteration # 78 - FCN = -718844.0269035 Edm = 5.91972 NCalls = 267 +VariableMetric: Iteration # 79 - FCN = -718847.8062399 Edm = 1.42907 NCalls = 269 +VariableMetric: Iteration # 80 - FCN = -718849.9324542 Edm = 0.951332 NCalls = 272 +VariableMetric: Iteration # 81 - FCN = -718851.4487749 Edm = 0.929352 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -718852.7706221 Edm = 1.71641 NCalls = 279 +VariableMetric: Iteration # 83 - FCN = -718853.9934762 Edm = 2.23082 NCalls = 282 +VariableMetric: Iteration # 84 - FCN = -718857.790472 Edm = 4.86588 NCalls = 286 +VariableMetric: Iteration # 85 - FCN = -718865.251263 Edm = 8.55068 NCalls = 290 +VariableMetric: Iteration # 86 - FCN = -718877.8250078 Edm = 5.81258 NCalls = 294 +VariableMetric: Iteration # 87 - FCN = -718888.6744877 Edm = 2.23271 NCalls = 298 +VariableMetric: Iteration # 88 - FCN = -718890.5830742 Edm = 2.13213 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -718892.935414 Edm = 0.897361 NCalls = 305 +VariableMetric: Iteration # 90 - FCN = -718896.2059617 Edm = 1.28264 NCalls = 308 +VariableMetric: Iteration # 91 - FCN = -718898.290674 Edm = 4.32266 NCalls = 311 +VariableMetric: Iteration # 92 - FCN = -718901.9801104 Edm = 2.72555 NCalls = 314 +VariableMetric: Iteration # 93 - FCN = -718908.1113215 Edm = 2.83247 NCalls = 318 +VariableMetric: Iteration # 94 - FCN = -718910.7846105 Edm = 0.422339 NCalls = 320 +VariableMetric: Iteration # 95 - FCN = -718911.1716252 Edm = 0.0997265 NCalls = 321 +VariableMetric: Iteration # 96 - FCN = -718911.2859356 Edm = 0.00517644 NCalls = 323 +VariableMetric: Iteration # 97 - FCN = -718911.2903189 Edm = 0.000829074 NCalls = 325 +VariableMetric: Iteration # 98 - FCN = -718911.2918582 Edm = 0.00124886 NCalls = 327 +VariableMetric: Iteration # 99 - FCN = -718911.3247393 Edm = 0.032832 NCalls = 332 +VariableMetric: Iteration # 100 - FCN = -718912.13437 Edm = 0.071919 NCalls = 339 +VariableMetric: Iteration # 101 - FCN = -718919.4764578 Edm = 2.4621 NCalls = 342 +VariableMetric: Iteration # 102 - FCN = -718927.5313912 Edm = 0.251958 NCalls = 344 +VariableMetric: Iteration # 103 - FCN = -718927.9451568 Edm = 0.0692044 NCalls = 346 +VariableMetric: Iteration # 104 - FCN = -718928.0053053 Edm = 0.0480529 NCalls = 348 +VariableMetric: Iteration # 105 - FCN = -718928.1105025 Edm = 0.0293532 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -718928.1811446 Edm = 0.0146189 NCalls = 353 +VariableMetric: Iteration # 107 - FCN = -718928.2075814 Edm = 0.00835637 NCalls = 355 +VariableMetric: Iteration # 108 - FCN = -718928.2284606 Edm = 0.00333849 NCalls = 357 +VariableMetric: Iteration # 109 - FCN = -718928.2319361 Edm = 0.000444021 NCalls = 359 +VariableMetric: Iteration # 110 - FCN = -718928.2325269 Edm = 0.000245812 NCalls = 361 +VariableMetric: Iteration # 111 - FCN = -718928.2365074 Edm = 0.00368494 NCalls = 365 +VariableMetric: Iteration # 112 - FCN = -718928.5106039 Edm = 0.278413 NCalls = 370 +VariableMetric: Iteration # 113 - FCN = -718928.913585 Edm = 0.388799 NCalls = 375 +VariableMetric: Iteration # 114 - FCN = -718950.514662 Edm = 4.76911 NCalls = 379 +VariableMetric: Iteration # 115 - FCN = -718953.932546 Edm = 0.86453 NCalls = 381 +VariableMetric: Iteration # 116 - FCN = -718954.5620567 Edm = 0.0896777 NCalls = 383 +VariableMetric: Iteration # 117 - FCN = -718954.6523814 Edm = 0.02151 NCalls = 385 +VariableMetric: Iteration # 118 - FCN = -718954.6744849 Edm = 0.0172992 NCalls = 387 +VariableMetric: Iteration # 119 - FCN = -718954.7005094 Edm = 0.0119267 NCalls = 389 +VariableMetric: Iteration # 120 - FCN = -718954.7197806 Edm = 0.00290681 NCalls = 391 +VariableMetric: Iteration # 121 - FCN = -718954.7258065 Edm = 0.00173255 NCalls = 393 +VariableMetric: Iteration # 122 - FCN = -718954.7533743 Edm = 0.0231295 NCalls = 397 +VariableMetric: Iteration # 123 - FCN = -718956.2565151 Edm = 1.46271 NCalls = 402 +VariableMetric: Iteration # 124 - FCN = -718976.7464794 Edm = 17.6921 NCalls = 410 +VariableMetric: Iteration # 125 - FCN = -718979.0392181 Edm = 12.3165 NCalls = 413 +VariableMetric: Iteration # 126 - FCN = -718992.6220862 Edm = 15.4758 NCalls = 416 +VariableMetric: Iteration # 127 - FCN = -719002.176392 Edm = 9.03525 NCalls = 420 +VariableMetric: Iteration # 128 - FCN = -719005.8267995 Edm = 1.67345 NCalls = 423 +VariableMetric: Iteration # 129 - FCN = -719006.9491273 Edm = 0.481149 NCalls = 425 +VariableMetric: Iteration # 130 - FCN = -719007.3012985 Edm = 0.0288036 NCalls = 426 +VariableMetric: Iteration # 131 - FCN = -719007.3402924 Edm = 0.0250826 NCalls = 428 +VariableMetric: Iteration # 132 - FCN = -719007.3790249 Edm = 0.0216403 NCalls = 430 +VariableMetric: Iteration # 133 - FCN = -719007.4310721 Edm = 0.0279881 NCalls = 433 +VariableMetric: Iteration # 134 - FCN = -719007.5160816 Edm = 0.06856 NCalls = 437 +VariableMetric: Iteration # 135 - FCN = -719007.5846117 Edm = 0.0409043 NCalls = 440 +VariableMetric: Iteration # 136 - FCN = -719007.6112438 Edm = 0.00801693 NCalls = 442 +VariableMetric: Iteration # 137 - FCN = -719007.6179347 Edm = 0.000380777 NCalls = 444 +VariableMetric: Iteration # 138 - FCN = -719007.6185341 Edm = 0.000224622 NCalls = 446 +VariableMetric: Iteration # 139 - FCN = -719007.6190589 Edm = 0.000321738 NCalls = 448 +VariableMetric: Iteration # 140 - FCN = -719007.6214608 Edm = 0.00239227 NCalls = 452 +VariableMetric: Iteration # 141 - FCN = -719007.7408964 Edm = 0.139368 NCalls = 459 +VariableMetric: Iteration # 142 - FCN = -719007.7415268 Edm = 0.000176812 NCalls = 461 +VariableMetric: Iteration # 143 - FCN = -719007.7428993 Edm = 0.00186838 NCalls = 464 +VariableMetric: Iteration # 144 - FCN = -719007.7919526 Edm = 0.0420692 NCalls = 471 +VariableMetric: Iteration # 145 - FCN = -719011.910987 Edm = 6.1633 NCalls = 477 +VariableMetric: Iteration # 146 - FCN = -719012.0306265 Edm = 0.0921446 NCalls = 479 +VariableMetric: Iteration # 147 - FCN = -719012.1989207 Edm = 0.137255 NCalls = 481 +VariableMetric: Iteration # 148 - FCN = -719014.2844878 Edm = 0.797175 NCalls = 486 +VariableMetric: Iteration # 149 - FCN = -719015.0820006 Edm = 0.50894 NCalls = 488 +VariableMetric: Iteration # 150 - FCN = -719015.5869952 Edm = 0.157943 NCalls = 490 +VariableMetric: Iteration # 151 - FCN = -719015.9658371 Edm = 0.172907 NCalls = 492 +VariableMetric: Iteration # 152 - FCN = -719016.3053469 Edm = 0.0366177 NCalls = 494 +VariableMetric: Iteration # 153 - FCN = -719016.3483121 Edm = 0.000807561 NCalls = 496 +VariableMetric: Iteration # 154 - FCN = -719016.3492169 Edm = 4.70006e-05 NCalls = 498 +VariableMetric: After Hessian - FCN = -719016.3492169 Edm = 898642 NCalls = 863 +VariableMetric: Iteration # 155 - FCN = -719016.3492169 Edm = 898642 NCalls = 863 +VariableMetric: Iteration # 156 - FCN = -719031.975762 Edm = 1114.14 NCalls = 874 +VariableMetric: Iteration # 157 - FCN = -719082.4420185 Edm = 5.5052 NCalls = 876 +VariableMetric: Iteration # 158 - FCN = -719082.678173 Edm = 1.2703 NCalls = 878 +VariableMetric: Iteration # 159 - FCN = -719083.6774408 Edm = 0.182351 NCalls = 880 +VariableMetric: Iteration # 160 - FCN = -719084.1006782 Edm = 0.03292 NCalls = 882 +VariableMetric: Iteration # 161 - FCN = -719084.2403491 Edm = 0.0447497 NCalls = 884 +VariableMetric: Iteration # 162 - FCN = -719084.3643335 Edm = 0.0410221 NCalls = 886 +VariableMetric: Iteration # 163 - FCN = -719084.7055667 Edm = 0.0527063 NCalls = 889 +VariableMetric: Iteration # 164 - FCN = -719084.9371739 Edm = 0.166729 NCalls = 893 +VariableMetric: Iteration # 165 - FCN = -719085.554213 Edm = 0.358131 NCalls = 898 +VariableMetric: Iteration # 166 - FCN = -719085.9158583 Edm = 0.453597 NCalls = 900 +VariableMetric: Iteration # 167 - FCN = -719086.1564784 Edm = 0.181991 NCalls = 903 +VariableMetric: Iteration # 168 - FCN = -719086.5423113 Edm = 0.169734 NCalls = 905 +VariableMetric: Iteration # 169 - FCN = -719086.716041 Edm = 0.118698 NCalls = 907 +VariableMetric: Iteration # 170 - FCN = -719086.8187703 Edm = 0.0330769 NCalls = 910 +VariableMetric: Iteration # 171 - FCN = -719086.9985793 Edm = 0.0527922 NCalls = 913 +VariableMetric: Iteration # 172 - FCN = -719087.0312905 Edm = 0.0182157 NCalls = 915 +VariableMetric: Iteration # 173 - FCN = -719087.0823918 Edm = 0.0158529 NCalls = 918 +VariableMetric: Iteration # 174 - FCN = -719087.1190159 Edm = 0.00759155 NCalls = 920 +VariableMetric: Iteration # 175 - FCN = -719087.1364881 Edm = 0.00950142 NCalls = 923 +VariableMetric: Iteration # 176 - FCN = -719087.151851 Edm = 0.006261 NCalls = 925 +VariableMetric: Iteration # 177 - FCN = -719087.1664263 Edm = 0.00352287 NCalls = 928 +VariableMetric: Iteration # 178 - FCN = -719087.1729783 Edm = 0.0021776 NCalls = 930 +VariableMetric: Iteration # 179 - FCN = -719087.1773281 Edm = 0.000832816 NCalls = 932 +VariableMetric: Iteration # 180 - FCN = -719087.1800416 Edm = 0.000700871 NCalls = 934 +VariableMetric: Iteration # 181 - FCN = -719087.1815586 Edm = 0.000211116 NCalls = 936 +VariableMetric: Iteration # 182 - FCN = -719087.1823408 Edm = 0.000328084 NCalls = 938 +VariableMetric: Iteration # 183 - FCN = -719087.1833847 Edm = 0.00029111 NCalls = 940 +VariableMetric: Iteration # 184 - FCN = -719087.1850819 Edm = 0.000175827 NCalls = 943 +VariableMetric: Iteration # 185 - FCN = -719087.1853904 Edm = 9.43943e-05 NCalls = 945 +VariableMetric: Iteration # 186 - FCN = -719087.1858947 Edm = 4.06538e-05 NCalls = 948 +VariableMetric: After Hessian - FCN = -719087.1858947 Edm = 0.000181754 NCalls = 1319 +VariableMetric: Iteration # 187 - FCN = -719087.1858947 Edm = 0.000181754 NCalls = 1319 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715322.3139563 Edm = 5.7823 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715322.3139563 Edm = 5.7823 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717957.0086454 Edm = 1.67607 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -717973.3289957 Edm = 1.63871 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -718408.9022401 Edm = 114.16 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -718540.9156053 Edm = 1.84189 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -718542.9357801 Edm = 0.0411868 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -718543.0961107 Edm = 0.119744 NCalls = 21 +VariableMetric: Iteration # 7 - FCN = -718585.4994605 Edm = 1.00392 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -718593.3129385 Edm = 0.112449 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -718593.5062278 Edm = 0.106679 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -718667.886677 Edm = 26.4886 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -718801.909116 Edm = 22.7019 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -718837.3611311 Edm = 1.50756 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -718838.9929847 Edm = 0.0397439 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -718839.0351573 Edm = 0.013672 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -718840.4701892 Edm = 1.25706 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -718900.7624107 Edm = 8.44665 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -718916.5671102 Edm = 1.9289 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -718920.6780607 Edm = 0.35826 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -718921.2001339 Edm = 0.0255658 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -718921.231288 Edm = 0.00456402 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -718921.2394491 Edm = 0.00239564 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -718921.2502381 Edm = 0.00841235 NCalls = 71 +VariableMetric: Iteration # 23 - FCN = -718926.0256535 Edm = 5.0919 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -718926.1503904 Edm = 0.118685 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -718941.7408366 Edm = 2.17683 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -718949.5343885 Edm = 9.95761 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -718960.6257542 Edm = 1.10592 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -718962.007872 Edm = 0.046677 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -718962.0505931 Edm = 0.00761295 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -718962.0584337 Edm = 0.000586984 NCalls = 97 +VariableMetric: Iteration # 31 - FCN = -718962.0602695 Edm = 0.00109048 NCalls = 99 +VariableMetric: Iteration # 32 - FCN = -718962.2900977 Edm = 0.196804 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -718969.1753808 Edm = 0.654485 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -718969.8492246 Edm = 0.0194677 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -718969.8665921 Edm = 0.00074117 NCalls = 111 +VariableMetric: Iteration # 36 - FCN = -718969.8680735 Edm = 0.000313644 NCalls = 113 +VariableMetric: Iteration # 37 - FCN = -718969.8877656 Edm = 0.0192356 NCalls = 118 +VariableMetric: Iteration # 38 - FCN = -718983.4465685 Edm = 7.72532 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -719005.0487485 Edm = 10.8249 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -719007.4965095 Edm = 1.82908 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -719010.0345005 Edm = 0.605263 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -719010.6580341 Edm = 0.0207731 NCalls = 135 +VariableMetric: Iteration # 43 - FCN = -719010.6804817 Edm = 0.00486266 NCalls = 137 +VariableMetric: Iteration # 44 - FCN = -719010.6952485 Edm = 0.0177089 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -719011.6420364 Edm = 1.01585 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -719012.0540029 Edm = 0.399049 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -719040.2971138 Edm = 7.77711 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -719046.7459681 Edm = 1.15574 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -719047.8201798 Edm = 0.0919632 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -719047.8912082 Edm = 0.00447336 NCalls = 161 +VariableMetric: Iteration # 51 - FCN = -719047.8956392 Edm = 0.000724563 NCalls = 162 +VariableMetric: Iteration # 52 - FCN = -719047.8978639 Edm = 0.00120313 NCalls = 164 +VariableMetric: Iteration # 53 - FCN = -719047.9152847 Edm = 0.0138415 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -719049.6026678 Edm = 1.33872 NCalls = 172 +VariableMetric: Iteration # 55 - FCN = -719055.9379966 Edm = 0.107682 NCalls = 174 +VariableMetric: Iteration # 56 - FCN = -719056.0597288 Edm = 0.00108586 NCalls = 176 +VariableMetric: Iteration # 57 - FCN = -719056.0607626 Edm = 0.000238258 NCalls = 178 +VariableMetric: Iteration # 58 - FCN = -719056.0617746 Edm = 0.000892884 NCalls = 180 +VariableMetric: Iteration # 59 - FCN = -719056.078087 Edm = 0.0161079 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -719060.8495659 Edm = 2.67234 NCalls = 191 +VariableMetric: Iteration # 61 - FCN = -719065.385851 Edm = 0.159545 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -719065.5785795 Edm = 0.00219814 NCalls = 195 +VariableMetric: Iteration # 63 - FCN = -719065.5807611 Edm = 0.000363707 NCalls = 196 +VariableMetric: Iteration # 64 - FCN = -719065.581716 Edm = 0.000723535 NCalls = 198 +VariableMetric: Iteration # 65 - FCN = -719065.6159262 Edm = 0.0314237 NCalls = 204 +VariableMetric: Iteration # 66 - FCN = -719072.0388236 Edm = 4.80334 NCalls = 210 +VariableMetric: Iteration # 67 - FCN = -719089.355241 Edm = 5.46876 NCalls = 212 +VariableMetric: Iteration # 68 - FCN = -719099.2639214 Edm = 1.46409 NCalls = 215 +VariableMetric: Iteration # 69 - FCN = -719100.698311 Edm = 0.136394 NCalls = 216 +VariableMetric: Iteration # 70 - FCN = -719100.80525 Edm = 0.00716014 NCalls = 218 +VariableMetric: Iteration # 71 - FCN = -719100.8131666 Edm = 0.000506985 NCalls = 220 +VariableMetric: Iteration # 72 - FCN = -719100.8139115 Edm = 0.000160699 NCalls = 222 +VariableMetric: Iteration # 73 - FCN = -719100.8152983 Edm = 0.00107112 NCalls = 225 +VariableMetric: Iteration # 74 - FCN = -719100.8250916 Edm = 0.00695318 NCalls = 228 +VariableMetric: Iteration # 75 - FCN = -719100.9526125 Edm = 0.126397 NCalls = 232 +VariableMetric: Iteration # 76 - FCN = -719102.4280697 Edm = 0.758017 NCalls = 238 +VariableMetric: Iteration # 77 - FCN = -719104.0733258 Edm = 0.128056 NCalls = 240 +VariableMetric: Iteration # 78 - FCN = -719104.1788061 Edm = 0.0109593 NCalls = 242 +VariableMetric: Iteration # 79 - FCN = -719104.1886902 Edm = 0.000367766 NCalls = 243 +VariableMetric: Iteration # 80 - FCN = -719104.1890983 Edm = 7.25949e-05 NCalls = 245 +VariableMetric: After Hessian - FCN = -719104.1890983 Edm = 17.0646 NCalls = 604 +VariableMetric: Iteration # 81 - FCN = -719104.1890983 Edm = 17.0646 NCalls = 604 +VariableMetric: Iteration # 82 - FCN = -719115.4174443 Edm = 1.75372 NCalls = 608 +VariableMetric: Iteration # 83 - FCN = -719115.5348467 Edm = 3.54302 NCalls = 611 +VariableMetric: Iteration # 84 - FCN = -719116.8129795 Edm = 0.0321909 NCalls = 613 +VariableMetric: Iteration # 85 - FCN = -719116.8844508 Edm = 0.0168959 NCalls = 615 +VariableMetric: Iteration # 86 - FCN = -719116.9457229 Edm = 0.025837 NCalls = 618 +VariableMetric: Iteration # 87 - FCN = -719117.0604208 Edm = 0.09316 NCalls = 621 +VariableMetric: Iteration # 88 - FCN = -719117.109286 Edm = 0.111414 NCalls = 624 +VariableMetric: Iteration # 89 - FCN = -719117.324014 Edm = 0.204318 NCalls = 627 +VariableMetric: Iteration # 90 - FCN = -719117.5942843 Edm = 0.65741 NCalls = 630 +VariableMetric: Iteration # 91 - FCN = -719117.6372776 Edm = 0.0454578 NCalls = 633 +VariableMetric: Iteration # 92 - FCN = -719117.9271825 Edm = 0.109318 NCalls = 637 +VariableMetric: Iteration # 93 - FCN = -719118.127303 Edm = 0.0817091 NCalls = 640 +VariableMetric: Iteration # 94 - FCN = -719118.2396235 Edm = 0.0690663 NCalls = 643 +VariableMetric: Iteration # 95 - FCN = -719118.3767658 Edm = 0.180612 NCalls = 647 +VariableMetric: Iteration # 96 - FCN = -719118.4443308 Edm = 0.0420996 NCalls = 649 +VariableMetric: Iteration # 97 - FCN = -719118.4957732 Edm = 0.00944063 NCalls = 652 +VariableMetric: Iteration # 98 - FCN = -719118.5123878 Edm = 0.00169221 NCalls = 654 +VariableMetric: Iteration # 99 - FCN = -719118.5150476 Edm = 0.000898839 NCalls = 656 +VariableMetric: Iteration # 100 - FCN = -719118.515737 Edm = 0.000231914 NCalls = 658 +VariableMetric: Iteration # 101 - FCN = -719118.5161122 Edm = 7.14484e-05 NCalls = 660 +VariableMetric: Iteration # 102 - FCN = -719118.5164686 Edm = 0.000119934 NCalls = 662 +VariableMetric: Iteration # 103 - FCN = -719118.5168117 Edm = 4.28331e-05 NCalls = 664 +VariableMetric: After Hessian - FCN = -719118.5168117 Edm = 9.00706e-05 NCalls = 1027 +VariableMetric: Iteration # 104 - FCN = -719118.5168117 Edm = 9.00706e-05 NCalls = 1027 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.191E+05 | Ncalls=1006 (1006 total) | +| EDM = 0.000215 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -719118.3020207504 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.9 | 1.5 | | | 14.8182 | 23.5818 | | +| 1 | psi2s_p | -2.420 | 0.029 | | |-6.28319 | 6.28319 | | +| 2 | p4040_s | 1.16 | 0.17 | | |0.00501244| 2.01499 | | +| 3 | p4040_p | -2.18 | 0.16 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.9 | 1.3 | | | 4.19232 | 9.40768 | | +| 5 | phi_p | 0.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 1.87 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | p4160_p | 4.08 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.34 | 0.19 | | |0.126447 | 2.35355 | | +| 9 | rho_p | 0.005 | 0.259 | | |-6.28319 | 6.28319 | | +| 10| Dbar_s | -0.03 | 0.06 | | | -1.464 | 1.464 | | +| 11| p3770_p | -1.81 | 0.15 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.39 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 0.19 | 0.30 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.24 | 0.32 | | |0.0253049| 2.0747 | | +| 15| p4415_p | 3.82 | 0.15 | | |-6.28319 | 6.28319 | | +| 16| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 17| psi2s_s | 1364.7 | 1.5 | | | 1358.64 | 1433.36 | | +| 18| Ctt | -0.07 | 0.15 | | | -0.5 | 0.5 | | +| 19| jpsi_p | 1.428 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s psi2s_p p4040_s p4040_p omega_s phi_p p3770_s p4160_p p4415_s rho_p Dbar_s p3770_p p4160_s omega_p rho_s p4415_p jpsi_s psi2s_s Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.030 0.008 -0.005 -0.026 0.863 0.005 -0.008 0.004 -0.078 0.010 -0.011 0.005 0.043 -0.007 -0.005 -0.026 0.020 -0.001 -0.034 | +| psi2s_p | -0.030 1.000 -0.421 0.118 -0.015 -0.037 -0.118 0.250 -0.323 0.024 -0.628 0.452 -0.349 -0.011 0.038 -0.008 -0.058 0.013 -0.492 0.008 | +| p4040_s | 0.008 -0.421 1.000 -0.213 -0.001 0.013 0.143 -0.522 0.264 -0.048 0.543 -0.246 0.233 -0.003 -0.028 -0.155 0.012 -0.010 0.527 -0.113 | +| p4040_p | -0.005 0.118 -0.213 1.000 0.003 -0.010 -0.028 0.301 -0.013 0.027 -0.070 0.257 0.293 -0.005 -0.001 0.203 0.012 -0.008 -0.379 -0.110 | +| omega_s | -0.026 -0.015 -0.001 0.003 1.000 -0.077 0.004 0.003 -0.002 0.232 0.004 -0.001 0.000 0.667 -0.404 0.002 0.003 -0.002 -0.010 -0.025 | +| phi_p | 0.863 -0.037 0.013 -0.010 -0.077 1.000 0.007 -0.013 0.006 -0.184 0.016 -0.016 0.006 0.016 -0.005 -0.008 -0.022 0.017 0.001 -0.023 | +| p3770_s | 0.005 -0.118 0.143 -0.028 0.004 0.007 1.000 -0.015 0.038 -0.014 0.129 -0.075 0.071 -0.003 -0.023 0.029 0.014 -0.014 -0.043 -0.118 | +| p4160_p | -0.008 0.250 -0.522 0.301 0.003 -0.013 -0.015 1.000 -0.077 0.038 -0.233 0.287 -0.203 -0.004 0.007 0.300 0.009 -0.001 -0.505 -0.018 | +| p4415_s | 0.004 -0.323 0.264 -0.013 -0.002 0.006 0.038 -0.077 1.000 -0.033 0.438 -0.233 0.357 -0.003 -0.012 -0.189 -0.004 -0.003 0.442 -0.114 | +| rho_p | -0.078 0.024 -0.048 0.027 0.232 -0.184 -0.014 0.038 -0.033 1.000 -0.045 0.038 -0.029 0.021 0.134 0.024 0.047 -0.036 -0.041 -0.100 | +| Dbar_s | 0.010 -0.628 0.543 -0.070 0.004 0.016 0.129 -0.233 0.438 -0.045 1.000 -0.477 0.526 -0.003 -0.045 0.166 0.078 -0.057 0.793 -0.077 | +| p3770_p | -0.011 0.452 -0.246 0.257 -0.001 -0.016 -0.075 0.287 -0.233 0.038 -0.477 1.000 -0.182 -0.002 0.022 0.068 -0.018 -0.010 -0.544 -0.020 | +| p4160_s | 0.005 -0.349 0.233 0.293 0.000 0.006 0.071 -0.203 0.357 -0.029 0.526 -0.182 1.000 -0.004 -0.019 -0.135 0.005 -0.006 0.390 -0.150 | +| omega_p | 0.043 -0.011 -0.003 -0.005 0.667 0.016 -0.003 -0.004 -0.003 0.021 -0.003 -0.002 -0.004 1.000 -0.044 -0.003 0.007 -0.005 0.000 -0.030 | +| rho_s | -0.007 0.038 -0.028 -0.001 -0.404 -0.005 -0.023 0.007 -0.012 0.134 -0.045 0.022 -0.019 -0.044 1.000 0.003 0.020 -0.018 0.011 -0.060 | +| p4415_p | -0.005 -0.008 -0.155 0.203 0.002 -0.008 0.029 0.300 -0.189 0.024 0.166 0.068 -0.135 -0.003 0.003 1.000 0.005 0.000 -0.122 -0.052 | +| jpsi_s | -0.026 -0.058 0.012 0.012 0.003 -0.022 0.014 0.009 -0.004 0.047 0.078 -0.018 0.005 0.007 0.020 0.005 1.000 -0.670 -0.020 0.030 | +| psi2s_s | 0.020 0.013 -0.010 -0.008 -0.002 0.017 -0.014 -0.001 -0.003 -0.036 -0.057 -0.010 -0.006 -0.005 -0.018 0.000 -0.670 1.000 -0.006 -0.023 | +| Ctt | -0.001 -0.492 0.527 -0.379 -0.010 0.001 -0.043 -0.505 0.442 -0.041 0.793 -0.544 0.390 0.000 0.011 -0.122 -0.020 -0.006 1.000 -0.070 | +| jpsi_p | -0.034 0.008 -0.113 -0.110 -0.025 -0.023 -0.118 -0.018 -0.114 -0.100 -0.077 -0.020 -0.150 -0.030 -0.060 -0.052 0.030 -0.023 -0.070 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.4663087518734148}), (, {'error': 0.02868960084991712}), (, {'error': 0.1722162934394203}), (, {'error': 0.1607625923778706}), (, {'error': 1.2515596755868836}), (, {'error': 0.3759425949837176}), (, {'error': 0.19168791043629874}), (, {'error': 0.09223657574512689}), (, {'error': 0.1850776399700469}), (, {'error': 0.258971221673713}), (, {'error': 0.06104214971715205}), (, {'error': 0.1456526452210034}), (, {'error': 0.1671475590624878}), (, {'error': 0.30296646171977004}), (, {'error': 0.3158919365778701}), (, {'error': 0.15440270476710705}), (, {'error': 14.626910031504849}), (, {'error': 1.50465572982705}), (, {'error': 0.15499022129612403}), (, {'error': 0.01639746226889205})]) +Toy 1/10 +Time taken: 1 h, 12 min +Projected time left: 10 h, 52 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.191E+05 | Ncalls=1157 (1157 total) | +| EDM = 0.000237 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -719117.416323398 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.3 | 0.9 | | | 14.8182 | 23.5818 | | +| 1 | psi2s_p | 3.863 | 0.029 | | |-6.28319 | 6.28319 | | +| 2 | p4040_s | 1.17 | 0.17 | | |0.00501244| 2.01499 | | +| 3 | p4040_p | -2.18 | 0.16 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 5 | phi_p | 6.27 | 0.16 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 1.87 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | p4160_p | 4.09 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 10| Dbar_s | -0.03 | 0.06 | | | -1.464 | 1.464 | | +| 11| p3770_p | -1.81 | 0.15 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.39 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| omega_p | -5.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.1 | 0.4 | | |0.0253049| 2.0747 | | +| 15| p4415_p | 3.82 | 0.15 | | |-6.28319 | 6.28319 | | +| 16| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 17| psi2s_s | 1364.7 | 1.7 | | | 1358.64 | 1433.36 | | +| 18| Ctt | -0.07 | 0.16 | | | -0.5 | 0.5 | | +| 19| jpsi_p | 1.428 | 0.017 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s psi2s_p p4040_s p4040_p omega_s phi_p p3770_s p4160_p p4415_s rho_p Dbar_s p3770_p p4160_s omega_p rho_s p4415_p jpsi_s psi2s_s Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.006 -0.016 0.009 -0.074 -0.348 -0.006 0.011 -0.008 0.281 -0.019 0.013 -0.008 0.075 0.142 0.008 -0.001 -0.001 -0.008 -0.062 | +| psi2s_p | 0.006 1.000 -0.421 0.122 0.007 0.004 -0.115 0.251 -0.323 0.021 -0.628 0.451 -0.348 -0.001 0.027 -0.013 -0.070 0.029 -0.493 0.004 | +| p4040_s | -0.016 -0.421 1.000 -0.221 0.011 0.004 0.142 -0.524 0.264 -0.069 0.544 -0.247 0.232 -0.015 -0.043 -0.153 0.012 -0.010 0.530 -0.103 | +| p4040_p | 0.009 0.122 -0.221 1.000 -0.001 0.001 -0.028 0.306 -0.015 0.039 -0.076 0.260 0.290 -0.005 0.006 0.205 0.016 -0.012 -0.384 -0.112 | +| omega_s | -0.074 0.007 0.011 -0.001 1.000 0.004 0.006 -0.003 0.007 -0.136 0.012 -0.005 0.007 -0.730 -0.354 -0.001 -0.022 0.018 0.004 0.058 | +| phi_p | -0.348 0.004 0.004 0.001 0.004 1.000 0.002 0.000 0.002 -0.052 0.004 -0.001 0.003 -0.013 -0.020 0.000 -0.005 0.004 0.000 0.024 | +| p3770_s | -0.006 -0.115 0.142 -0.028 0.006 0.002 1.000 -0.015 0.037 -0.018 0.126 -0.069 0.070 -0.012 -0.026 0.030 0.016 -0.016 -0.045 -0.114 | +| p4160_p | 0.011 0.251 -0.524 0.306 -0.003 0.000 -0.015 1.000 -0.077 0.055 -0.236 0.290 -0.205 -0.001 0.016 0.302 0.013 -0.005 -0.508 -0.024 | +| p4415_s | -0.008 -0.323 0.264 -0.015 0.007 0.002 0.037 -0.077 1.000 -0.047 0.439 -0.233 0.355 -0.008 -0.023 -0.176 -0.007 0.001 0.441 -0.108 | +| rho_p | 0.281 0.021 -0.069 0.039 -0.136 -0.052 -0.018 0.055 -0.047 1.000 -0.061 0.052 -0.041 0.072 0.322 0.033 0.083 -0.067 -0.061 -0.173 | +| Dbar_s | -0.019 -0.628 0.544 -0.076 0.012 0.004 0.126 -0.236 0.439 -0.061 1.000 -0.478 0.525 -0.021 -0.055 0.172 0.092 -0.072 0.792 -0.067 | +| p3770_p | 0.013 0.451 -0.247 0.260 -0.005 -0.001 -0.069 0.290 -0.233 0.052 -0.478 1.000 -0.181 0.006 0.030 0.066 -0.019 -0.006 -0.546 -0.028 | +| p4160_s | -0.008 -0.348 0.232 0.290 0.007 0.003 0.070 -0.205 0.355 -0.041 0.525 -0.181 1.000 -0.012 -0.028 -0.130 0.003 -0.005 0.390 -0.143 | +| omega_p | 0.075 -0.001 -0.015 -0.005 -0.730 -0.013 -0.012 -0.001 -0.008 0.072 -0.021 0.006 -0.012 1.000 0.687 -0.002 0.033 -0.027 0.005 -0.069 | +| rho_s | 0.142 0.027 -0.043 0.006 -0.354 -0.020 -0.026 0.016 -0.023 0.322 -0.055 0.030 -0.028 0.687 1.000 0.009 0.053 -0.045 -0.003 -0.125 | +| p4415_p | 0.008 -0.013 -0.153 0.205 -0.001 0.000 0.030 0.302 -0.176 0.033 0.172 0.066 -0.130 -0.002 0.009 1.000 0.007 -0.002 -0.117 -0.058 | +| jpsi_s | -0.001 -0.070 0.012 0.016 -0.022 -0.005 0.016 0.013 -0.007 0.083 0.092 -0.019 0.003 0.033 0.053 0.007 1.000 -0.740 -0.027 0.026 | +| psi2s_s | -0.001 0.029 -0.010 -0.012 0.018 0.004 -0.016 -0.005 0.001 -0.067 -0.072 -0.006 -0.005 -0.027 -0.045 -0.002 -0.740 1.000 0.003 -0.021 | +| Ctt | -0.008 -0.493 0.530 -0.384 0.004 0.000 -0.045 -0.508 0.441 -0.061 0.792 -0.546 0.390 0.005 -0.003 -0.117 -0.027 0.003 1.000 -0.063 | +| jpsi_p | -0.062 0.004 -0.103 -0.112 0.058 0.024 -0.114 -0.024 -0.108 -0.173 -0.067 -0.028 -0.143 -0.069 -0.125 -0.058 0.026 -0.021 -0.063 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.857966652558245}), (, {'error': 0.028686344531513974}), (, {'error': 0.17265783705172738}), (, {'error': 0.1610169851935872}), (, {'error': 4.283471065501065}), (, {'error': 0.1629082242237505}), (, {'error': 0.19152123439392843}), (, {'error': 0.092484689815862}), (, {'error': 0.18455900487303178}), (, {'error': 0.538440955828555}), (, {'error': 0.061298834353225584}), (, {'error': 0.14567145364541867}), (, {'error': 0.16706082876426898}), (, {'error': 0.39353087670218656}), (, {'error': 0.3914428081188279}), (, {'error': 0.15420930888284712}), (, {'error': 17.679911067170906}), (, {'error': 1.6601554228731175}), (, {'error': 0.15566362909636405}), (, {'error': 0.016575440247876827})]) +Toy 2/10 +Time taken: 2 h, 33 min +Projected time left: 10 h, 13 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.191E+05 | Ncalls=1072 (1072 total) | +| EDM = 8.93E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -719118.3051388727 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.9 | 1.5 | | | 14.8182 | 23.5818 | | +| 1 | psi2s_p | 1.744 | 0.029 | | |-6.28319 | 6.28319 | | +| 2 | p4040_s | 1.20 | 0.18 | | |0.00501244| 2.01499 | | +| 3 | p4040_p | 3.86 | 0.16 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.9 | 1.3 | | | 4.19232 | 9.40768 | | +| 5 | phi_p | 0.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.04 | 0.21 | | |0.918861 | 4.08114 | | +| 7 | p4160_p | 3.91 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.35 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | rho_p | 0.06 | 0.26 | | |-6.28319 | 6.28319 | | +| 10| Dbar_s | -0.03 | 0.06 | | | -1.464 | 1.464 | | +| 11| p3770_p | 3.66 | 0.14 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.42 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 0.25 | 0.30 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.24 | 0.32 | | |0.0253049| 2.0747 | | +| 15| p4415_p | -2.58 | 0.15 | | |-6.28319 | 6.28319 | | +| 16| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 17| psi2s_s | 1370.9 | 1.6 | | | 1358.64 | 1433.36 | | +| 18| Ctt | -0.06 | 0.13 | | | -0.5 | 0.5 | | +| 19| jpsi_p | 1.619 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s psi2s_p p4040_s p4040_p omega_s phi_p p3770_s p4160_p p4415_s rho_p Dbar_s p3770_p p4160_s omega_p rho_s p4415_p jpsi_s psi2s_s Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.014 0.009 -0.006 -0.028 0.868 0.005 -0.010 0.004 -0.080 0.011 -0.011 0.005 0.044 -0.007 -0.005 -0.029 0.022 0.000 -0.037 | +| psi2s_p | -0.014 1.000 -0.111 -0.287 -0.012 -0.008 -0.445 -0.148 -0.066 -0.047 -0.013 -0.217 -0.170 -0.010 -0.020 -0.129 0.025 -0.025 0.175 0.118 | +| p4040_s | 0.009 -0.111 1.000 -0.207 0.001 0.014 0.139 -0.515 0.244 -0.044 0.540 -0.231 0.229 -0.002 -0.032 -0.141 0.019 -0.021 0.514 -0.091 | +| p4040_p | -0.006 -0.287 -0.207 1.000 0.002 -0.011 -0.045 0.276 0.008 0.023 -0.054 0.217 0.301 -0.005 0.003 0.191 0.008 -0.008 -0.357 -0.113 | +| omega_s | -0.028 -0.012 0.001 0.002 1.000 -0.077 0.003 0.001 -0.001 0.236 0.006 -0.003 0.001 0.669 -0.404 0.002 0.003 -0.003 -0.007 -0.027 | +| phi_p | 0.868 -0.008 0.014 -0.011 -0.077 1.000 0.007 -0.016 0.006 -0.183 0.017 -0.017 0.007 0.018 -0.004 -0.010 -0.024 0.018 0.002 -0.028 | +| p3770_s | 0.005 -0.445 0.139 -0.045 0.003 0.007 1.000 -0.032 0.034 -0.012 0.116 -0.127 0.067 -0.002 -0.021 0.021 0.014 -0.031 -0.058 -0.033 | +| p4160_p | -0.010 -0.148 -0.515 0.276 0.001 -0.016 -0.032 1.000 -0.047 0.033 -0.210 0.247 -0.198 -0.005 0.011 0.291 0.005 -0.004 -0.478 -0.020 | +| p4415_s | 0.004 -0.066 0.244 0.008 -0.001 0.006 0.034 -0.047 1.000 -0.029 0.412 -0.199 0.343 -0.003 -0.015 -0.172 -0.001 -0.000 0.407 -0.120 | +| rho_p | -0.080 -0.047 -0.044 0.023 0.236 -0.183 -0.012 0.033 -0.029 1.000 -0.038 0.029 -0.026 0.024 0.130 0.021 0.051 -0.038 -0.033 -0.103 | +| Dbar_s | 0.011 -0.013 0.540 -0.054 0.006 0.017 0.116 -0.210 0.412 -0.038 1.000 -0.443 0.521 -0.004 -0.049 0.194 0.092 -0.075 0.777 -0.100 | +| p3770_p | -0.011 -0.217 -0.231 0.217 -0.003 -0.017 -0.127 0.247 -0.199 0.029 -0.443 1.000 -0.173 -0.003 0.024 0.043 -0.025 0.023 -0.477 -0.038 | +| p4160_s | 0.005 -0.170 0.229 0.301 0.001 0.007 0.067 -0.198 0.343 -0.026 0.521 -0.173 1.000 -0.004 -0.021 -0.124 0.008 -0.010 0.377 -0.150 | +| omega_p | 0.044 -0.010 -0.002 -0.005 0.669 0.018 -0.002 -0.005 -0.003 0.024 -0.004 -0.003 -0.004 1.000 -0.043 -0.004 0.007 -0.005 0.001 -0.032 | +| rho_s | -0.007 -0.020 -0.032 0.003 -0.404 -0.004 -0.021 0.011 -0.015 0.130 -0.049 0.024 -0.021 -0.043 1.000 0.004 0.022 -0.015 0.007 -0.058 | +| p4415_p | -0.005 -0.129 -0.141 0.191 0.002 -0.010 0.021 0.291 -0.172 0.021 0.194 0.043 -0.124 -0.004 0.004 1.000 0.004 -0.005 -0.101 -0.068 | +| jpsi_s | -0.029 0.025 0.019 0.008 0.003 -0.024 0.014 0.005 -0.001 0.051 0.092 -0.025 0.008 0.007 0.022 0.004 1.000 -0.709 -0.021 0.033 | +| psi2s_s | 0.022 -0.025 -0.021 -0.008 -0.003 0.018 -0.031 -0.004 -0.000 -0.038 -0.075 0.023 -0.010 -0.005 -0.015 -0.005 -0.709 1.000 0.021 -0.019 | +| Ctt | 0.000 0.175 0.514 -0.357 -0.007 0.002 -0.058 -0.478 0.407 -0.033 0.777 -0.477 0.377 0.001 0.007 -0.101 -0.021 0.021 1.000 -0.126 | +| jpsi_p | -0.037 0.118 -0.091 -0.113 -0.027 -0.028 -0.033 -0.020 -0.120 -0.103 -0.100 -0.038 -0.150 -0.032 -0.058 -0.068 0.033 -0.019 -0.126 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.4938779589615727}), (, {'error': 0.02863309603418962}), (, {'error': 0.1761774173554972}), (, {'error': 0.15678984162666598}), (, {'error': 1.2554827181012325}), (, {'error': 0.38527447701506556}), (, {'error': 0.2102526721639396}), (, {'error': 0.09040102853710419}), (, {'error': 0.18266805215520387}), (, {'error': 0.25876010070397104}), (, {'error': 0.058695890876149015}), (, {'error': 0.13887717355827078}), (, {'error': 0.16828950335686188}), (, {'error': 0.30392207886165234}), (, {'error': 0.3158302791466301}), (, {'error': 0.1542962012482081}), (, {'error': 15.992100766513431}), (, {'error': 1.5814443379213117}), (, {'error': 0.1266050323827036}), (, {'error': 0.015850466587945533})]) +Toy 3/10 +Time taken: 3 h, 50 min +Projected time left: 8 h, 56 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.191E+05 | Ncalls=631 (631 total) | +| EDM = 2.08E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -719118.5140893995 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.3 | 1.1 | | | 14.8182 | 23.5818 | | +| 1 | psi2s_p | 2.143 | 0.028 | | |-6.28319 | 6.28319 | | +| 2 | p4040_s | 1.18 | 0.17 | | |0.00501244| 2.01499 | | +| 3 | p4040_p | 4.09 | 0.16 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 7 | 4 | | | 4.19232 | 9.40768 | | +| 5 | phi_p | 6.16 | 0.28 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.02 | 0.21 | | |0.918861 | 4.08114 | | +| 7 | p4160_p | -2.17 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | rho_p | 6.14 | 0.24 | | |-6.28319 | 6.28319 | | +| 10| Dbar_s | -0.04 | 0.06 | | | -1.464 | 1.464 | | +| 11| p3770_p | 4.01 | 0.14 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.40 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| omega_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.22 | 0.32 | | |0.0253049| 2.0747 | | +| 15| p4415_p | 3.86 | 0.15 | | |-6.28319 | 6.28319 | | +| 16| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 17| psi2s_s | 1371.8 | 1.7 | | | 1358.64 | 1433.36 | | +| 18| Ctt | -0.06 | 0.13 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -1.516 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s psi2s_p p4040_s p4040_p omega_s phi_p p3770_s p4160_p p4415_s rho_p Dbar_s p3770_p p4160_s omega_p rho_s p4415_p jpsi_s psi2s_s Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.032 -0.004 -0.009 0.277 0.725 -0.006 -0.010 -0.001 0.152 -0.012 -0.003 -0.004 0.289 -0.007 -0.006 0.001 -0.000 0.009 -0.052 | +| psi2s_p | -0.032 1.000 -0.161 -0.185 -0.054 -0.027 -0.387 -0.037 -0.118 -0.038 -0.082 -0.152 -0.190 -0.057 -0.011 -0.064 0.051 -0.053 -0.033 -0.020 | +| p4040_s | -0.004 -0.161 1.000 -0.182 -0.014 -0.004 0.170 -0.496 0.232 -0.030 0.514 -0.229 0.215 -0.017 -0.019 -0.140 0.013 -0.016 0.511 -0.005 | +| p4040_p | -0.009 -0.185 -0.182 1.000 -0.019 -0.009 -0.055 0.263 0.032 0.012 0.027 0.207 0.329 -0.020 -0.001 0.192 0.016 -0.015 -0.315 -0.149 | +| omega_s | 0.277 -0.054 -0.014 -0.019 1.000 0.168 -0.009 -0.015 -0.013 0.120 -0.020 -0.006 -0.017 0.973 -0.286 -0.013 0.036 -0.028 -0.002 -0.113 | +| phi_p | 0.725 -0.027 -0.004 -0.009 0.168 1.000 -0.005 -0.009 -0.003 0.082 -0.009 -0.004 -0.005 0.183 0.002 -0.007 0.012 -0.009 0.005 -0.050 | +| p3770_s | -0.006 -0.387 0.170 -0.055 -0.009 -0.005 1.000 -0.049 0.058 -0.011 0.181 -0.147 0.090 -0.011 -0.018 0.020 0.015 -0.032 0.006 -0.012 | +| p4160_p | -0.010 -0.037 -0.496 0.263 -0.015 -0.009 -0.049 1.000 -0.021 0.019 -0.127 0.237 -0.172 -0.015 0.004 0.295 0.014 -0.013 -0.443 -0.110 | +| p4415_s | -0.001 -0.118 0.232 0.032 -0.013 -0.003 0.058 -0.021 1.000 -0.019 0.389 -0.196 0.336 -0.015 -0.005 -0.176 -0.007 0.004 0.398 -0.030 | +| rho_p | 0.152 -0.038 -0.030 0.012 0.120 0.082 -0.011 0.019 -0.019 1.000 -0.025 0.018 -0.018 0.082 0.090 0.013 0.041 -0.032 -0.018 -0.026 | +| Dbar_s | -0.012 -0.082 0.514 0.027 -0.020 -0.009 0.181 -0.127 0.389 -0.025 1.000 -0.428 0.514 -0.025 -0.037 0.227 0.102 -0.086 0.740 -0.097 | +| p3770_p | -0.003 -0.152 -0.229 0.207 -0.006 -0.004 -0.147 0.237 -0.196 0.018 -0.428 1.000 -0.168 -0.005 0.016 0.046 -0.018 0.017 -0.500 -0.070 | +| p4160_s | -0.004 -0.190 0.215 0.329 -0.017 -0.005 0.090 -0.172 0.336 -0.018 0.514 -0.168 1.000 -0.020 -0.011 -0.125 0.002 -0.006 0.377 -0.064 | +| omega_p | 0.289 -0.057 -0.017 -0.020 0.973 0.183 -0.011 -0.015 -0.015 0.082 -0.025 -0.005 -0.020 1.000 -0.166 -0.013 0.041 -0.031 0.000 -0.107 | +| rho_s | -0.007 -0.011 -0.019 -0.001 -0.286 0.002 -0.018 0.004 -0.005 0.090 -0.037 0.016 -0.011 -0.166 1.000 0.003 0.013 -0.009 0.021 0.083 | +| p4415_p | -0.006 -0.064 -0.140 0.192 -0.013 -0.007 0.020 0.295 -0.176 0.013 0.227 0.046 -0.125 -0.013 0.003 1.000 0.006 -0.007 -0.090 -0.092 | +| jpsi_s | 0.001 0.051 0.013 0.016 0.036 0.012 0.015 0.014 -0.007 0.041 0.102 -0.018 0.002 0.041 0.013 0.006 1.000 -0.738 -0.032 -0.061 | +| psi2s_s | -0.000 -0.053 -0.016 -0.015 -0.028 -0.009 -0.032 -0.013 0.004 -0.032 -0.086 0.017 -0.006 -0.031 -0.009 -0.007 -0.738 1.000 0.033 0.054 | +| Ctt | 0.009 -0.033 0.511 -0.315 -0.002 0.005 0.006 -0.443 0.398 -0.018 0.740 -0.500 0.377 0.000 0.021 -0.090 -0.032 0.033 1.000 0.106 | +| jpsi_p | -0.052 -0.020 -0.005 -0.149 -0.113 -0.050 -0.012 -0.110 -0.030 -0.026 -0.097 -0.070 -0.064 -0.107 0.083 -0.092 -0.061 0.054 0.106 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.1081644707352716}), (, {'error': 0.028238656258119832}), (, {'error': 0.1728483779133846}), (, {'error': 0.15649247897764873}), (, {'error': 3.9525446979908376}), (, {'error': 0.28444149576111855}), (, {'error': 0.20853361633648793}), (, {'error': 0.08955737608913017}), (, {'error': 0.18102673750991005}), (, {'error': 0.24041636300158586}), (, {'error': 0.055626796569371306}), (, {'error': 0.14042559391584142}), (, {'error': 0.16605261441816777}), (, {'error': 7.939159022562004}), (, {'error': 0.31584760836004755}), (, {'error': 0.15405527095766125}), (, {'error': 17.82209390888329}), (, {'error': 1.655952839061115}), (, {'error': 0.12809965154188452}), (, {'error': 0.0161631412390415})]) +Toy 4/10 +Time taken: 4 h, 44 min +Projected time left: 7 h, 7 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.19E+05 | Ncalls=1108 (1108 total) | +| EDM = 0.0164 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -718971.3825110955 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.6 | 2.3 | | | 14.8182 | 23.5818 | | +| 1 | psi2s_p | 4.394 | 0.021 | | |-6.28319 | 6.28319 | | +| 2 | p4040_s | 1.38 | 0.13 | | |0.00501244| 2.01499 | | +| 3 | p4040_p | -3.04 | 0.11 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 5 | phi_p | -0.12 | 0.66 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 1.50 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | p4160_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 0.13 | 0.04 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 10| Dbar_s | -0.380 | 0.029 | | | -1.464 | 1.464 | | +| 11| p3770_p | -1.33 | 0.15 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 0.717 | 0.009 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 0.7 | 0.3 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.3 | 0.4 | | |0.0253049| 2.0747 | | +| 15| p4415_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 16| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 17| psi2s_s | 1365.4 | 1.3 | | | 1358.64 | 1433.36 | | +| 18| Ctt | -0.500 | 0.010 | | | -0.5 | 0.5 | | +| 19| jpsi_p | 4.611 | 0.015 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s psi2s_p p4040_s p4040_p omega_s phi_p p3770_s p4160_p p4415_s rho_p Dbar_s p3770_p p4160_s omega_p rho_s p4415_p jpsi_s psi2s_s Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.048 -0.003 -0.017 -0.025 0.950 -0.004 0.000 -0.001 0.230 -0.036 0.001 -0.000 0.148 0.145 0.001 0.003 -0.003 0.001 -0.109 | +| psi2s_p | -0.048 1.000 -0.054 -0.114 0.010 -0.051 -0.077 0.003 0.001 -0.020 -0.272 0.213 0.003 -0.004 0.023 0.007 -0.041 -0.016 -0.043 0.060 | +| p4040_s | -0.003 -0.054 1.000 -0.207 0.002 -0.002 0.160 0.015 -0.020 -0.019 -0.046 -0.030 -0.001 -0.011 -0.026 0.012 0.004 0.012 0.030 -0.023 | +| p4040_p | -0.017 -0.114 -0.207 1.000 0.005 -0.018 0.119 -0.006 0.004 -0.013 0.512 0.092 -0.010 -0.017 -0.025 -0.012 0.018 -0.009 -0.003 -0.132 | +| omega_s | -0.025 0.010 0.002 0.005 1.000 -0.013 0.002 -0.000 0.000 -0.062 0.011 -0.002 0.000 -0.611 -0.250 -0.000 -0.006 0.004 -0.000 0.023 | +| phi_p | 0.950 -0.051 -0.002 -0.018 -0.013 1.000 -0.004 0.000 -0.001 0.190 -0.032 -0.001 -0.000 0.137 0.120 0.001 0.006 -0.005 0.001 -0.113 | +| p3770_s | -0.004 -0.077 0.160 0.119 0.002 -0.004 1.000 -0.002 0.002 -0.009 0.291 -0.107 -0.002 -0.009 -0.017 -0.006 0.008 -0.013 -0.006 -0.082 | +| p4160_p | 0.000 0.003 0.015 -0.006 -0.000 0.000 -0.002 1.000 0.000 0.000 -0.015 -0.001 -0.003 0.000 0.000 0.000 -0.000 0.000 -0.000 0.004 | +| p4415_s | -0.001 0.001 -0.020 0.004 0.000 -0.001 0.002 0.000 1.000 0.002 0.052 0.001 0.001 0.000 0.001 -0.064 0.000 -0.000 -0.001 -0.002 | +| rho_p | 0.230 -0.020 -0.019 -0.013 -0.062 0.190 -0.009 0.000 0.002 1.000 -0.030 0.014 0.000 0.037 0.230 0.000 0.027 -0.020 -0.001 -0.054 | +| Dbar_s | -0.036 -0.272 -0.046 0.512 0.011 -0.032 0.291 -0.015 0.052 -0.030 1.000 -0.111 0.005 -0.052 -0.108 -0.026 0.139 -0.054 0.057 -0.258 | +| p3770_p | 0.001 0.213 -0.030 0.092 -0.002 -0.001 -0.107 -0.001 0.001 0.014 -0.111 1.000 0.000 0.013 0.033 -0.001 -0.021 -0.029 -0.028 0.062 | +| p4160_s | -0.000 0.003 -0.001 -0.010 0.000 -0.000 -0.002 -0.003 0.001 0.000 0.005 0.000 1.000 0.000 0.001 -0.001 0.000 -0.000 -0.001 0.002 | +| omega_p | 0.148 -0.004 -0.011 -0.017 -0.611 0.137 -0.009 0.000 0.000 0.037 -0.052 0.013 0.000 1.000 0.684 0.001 0.017 -0.013 0.001 -0.025 | +| rho_s | 0.145 0.023 -0.026 -0.025 -0.250 0.120 -0.017 0.000 0.001 0.230 -0.108 0.033 0.001 0.684 1.000 0.001 0.024 -0.020 0.002 0.008 | +| p4415_p | 0.001 0.007 0.012 -0.012 -0.000 0.001 -0.006 0.000 -0.064 0.000 -0.026 -0.001 -0.001 0.001 0.001 1.000 -0.000 -0.000 -0.001 0.008 | +| jpsi_s | 0.003 -0.041 0.004 0.018 -0.006 0.006 0.008 -0.000 0.000 0.027 0.139 -0.021 0.000 0.017 0.024 -0.000 1.000 -0.538 -0.001 -0.031 | +| psi2s_s | -0.003 -0.016 0.012 -0.009 0.004 -0.005 -0.013 0.000 -0.000 -0.020 -0.054 -0.029 -0.000 -0.013 -0.020 -0.000 -0.538 1.000 0.000 0.017 | +| Ctt | 0.001 -0.043 0.030 -0.003 -0.000 0.001 -0.006 -0.000 -0.001 -0.001 0.057 -0.028 -0.001 0.001 0.002 -0.001 -0.001 0.000 1.000 0.009 | +| jpsi_p | -0.109 0.060 -0.023 -0.132 0.023 -0.113 -0.082 0.004 -0.002 -0.054 -0.258 0.062 0.002 -0.025 0.008 0.008 -0.031 0.017 0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 2.3108430818859507}), (, {'error': 0.021268466303276057}), (, {'error': 0.1348427259337821}), (, {'error': 0.10633155899813684}), (, {'error': 3.8088963956201356}), (, {'error': 0.6623336289403019}), (, {'error': 0.18888232014595085}), (, {'error': 0.009161772216817354}), (, {'error': 0.0440011426786574}), (, {'error': 0.48462482328619716}), (, {'error': 0.02921397314517926}), (, {'error': 0.14783019247476892}), (, {'error': 0.008811629715436586}), (, {'error': 0.3497180751127109}), (, {'error': 0.37485501646762986}), (, {'error': 0.13309951424326316}), (, {'error': 9.191031989644216}), (, {'error': 1.325775822726655}), (, {'error': 0.010437607556951528}), (, {'error': 0.015149506795529177})]) +Toy 5/10 +Time taken: 6 h, 2 min +Projected time left: 6 h, 2 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.191E+05 | Ncalls=1264 (1264 total) | +| EDM = 0.000128 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -719118.3008413542 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 1 | psi2s_p | 3.864 | 0.020 | | |-6.28319 | 6.28319 | | +| 2 | p4040_s | 1.16 | 0.11 | | |0.00501244| 2.01499 | | +| 3 | p4040_p | -2.18 | 0.11 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.9 | 0.8 | | | 4.19232 | 9.40768 | | +| 5 | phi_p | -6 | 13 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 1.87 | 0.16 | | |0.918861 | 4.08114 | | +| 7 | p4160_p | -2.20 | 0.06 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.34 | 0.14 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 10| Dbar_s | -0.033 | 0.025 | | | -1.464 | 1.464 | | +| 11| p3770_p | -1.81 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.39 | 0.11 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 0.17 | 0.23 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.24 | 0.26 | | |0.0253049| 2.0747 | | +| 15| p4415_p | 3.82 | 0.11 | | |-6.28319 | 6.28319 | | +| 16| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 17| psi2s_s | 1364.7 | 1.1 | | | 1358.64 | 1433.36 | | +| 18| Ctt | -0.07 | 0.07 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -4.854 | 0.015 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s psi2s_p p4040_s p4040_p omega_s phi_p p3770_s p4160_p p4415_s rho_p Dbar_s p3770_p p4160_s omega_p rho_s p4415_p jpsi_s psi2s_s Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.262 -0.038 -0.067 -0.298 0.998 -0.034 -0.075 -0.018 0.430 -0.045 -0.042 -0.031 0.450 0.339 -0.050 0.081 -0.053 0.010 -0.463 | +| psi2s_p | -0.262 1.000 -0.106 0.048 0.071 -0.262 -0.039 0.071 -0.072 -0.117 -0.248 0.189 -0.073 -0.123 -0.077 0.016 -0.052 0.003 -0.060 0.092 | +| p4040_s | -0.038 -0.106 1.000 -0.064 0.011 -0.038 0.087 -0.288 0.039 -0.032 0.216 0.045 -0.021 -0.020 -0.024 -0.109 -0.008 0.007 0.113 -0.048 | +| p4040_p | -0.067 0.048 -0.064 1.000 0.020 -0.068 -0.047 0.109 0.050 -0.021 0.085 0.104 0.302 -0.033 -0.019 0.109 -0.009 0.001 -0.262 -0.036 | +| omega_s | -0.298 0.071 0.011 0.020 1.000 -0.300 0.011 0.022 0.005 0.008 0.017 0.011 0.009 0.265 -0.365 0.014 -0.026 0.017 -0.008 0.129 | +| phi_p | 0.998 -0.262 -0.038 -0.068 -0.300 1.000 -0.034 -0.076 -0.018 0.424 -0.045 -0.042 -0.031 0.449 0.338 -0.050 0.081 -0.053 0.009 -0.463 | +| p3770_s | -0.034 -0.039 0.087 -0.047 0.011 -0.034 1.000 -0.009 0.009 -0.021 0.096 -0.045 0.027 -0.017 -0.020 0.004 -0.006 -0.003 -0.128 -0.058 | +| p4160_p | -0.075 0.071 -0.288 0.109 0.022 -0.076 -0.009 1.000 0.091 -0.023 0.082 0.078 -0.077 -0.036 -0.021 0.162 -0.008 0.005 -0.260 0.005 | +| p4415_s | -0.018 -0.072 0.039 0.050 0.005 -0.018 0.009 0.091 1.000 -0.018 0.128 -0.019 0.124 -0.010 -0.009 -0.157 -0.014 0.006 0.154 -0.045 | +| rho_p | 0.430 -0.117 -0.032 -0.021 0.008 0.424 -0.021 -0.023 -0.018 1.000 -0.030 -0.009 -0.021 0.155 0.255 -0.012 0.060 -0.039 0.001 -0.253 | +| Dbar_s | -0.045 -0.248 0.216 0.085 0.017 -0.045 0.096 0.082 0.128 -0.030 1.000 -0.130 0.236 -0.025 -0.047 0.222 0.061 -0.030 0.425 0.022 | +| p3770_p | -0.042 0.189 0.045 0.104 0.011 -0.042 -0.045 0.078 -0.019 -0.009 -0.130 1.000 0.026 -0.019 -0.005 0.042 -0.013 -0.017 -0.203 -0.012 | +| p4160_s | -0.031 -0.073 -0.021 0.302 0.009 -0.031 0.027 -0.077 0.124 -0.021 0.236 0.026 1.000 -0.016 -0.014 -0.149 -0.018 0.010 0.078 -0.058 | +| omega_p | 0.450 -0.123 -0.020 -0.033 0.265 0.449 -0.017 -0.036 -0.010 0.155 -0.025 -0.019 -0.016 1.000 0.216 -0.024 0.042 -0.027 0.008 -0.221 | +| rho_s | 0.339 -0.077 -0.024 -0.019 -0.365 0.338 -0.020 -0.021 -0.009 0.255 -0.047 -0.005 -0.014 0.216 1.000 -0.009 0.042 -0.028 0.036 -0.194 | +| p4415_p | -0.050 0.016 -0.109 0.109 0.014 -0.050 0.004 0.162 -0.157 -0.012 0.222 0.042 -0.149 -0.024 -0.009 1.000 -0.020 0.012 -0.108 -0.014 | +| jpsi_s | 0.081 -0.052 -0.008 -0.009 -0.026 0.081 -0.006 -0.008 -0.014 0.060 0.061 -0.013 -0.018 0.042 0.042 -0.020 1.000 -0.514 -0.057 -0.020 | +| psi2s_s | -0.053 0.003 0.007 0.001 0.017 -0.053 -0.003 0.005 0.006 -0.039 -0.030 -0.017 0.010 -0.027 -0.028 0.012 -0.514 1.000 0.008 0.012 | +| Ctt | 0.010 -0.060 0.113 -0.262 -0.008 0.009 -0.128 -0.260 0.154 0.001 0.425 -0.203 0.078 0.008 0.036 -0.108 -0.057 0.008 1.000 -0.036 | +| jpsi_p | -0.463 0.092 -0.048 -0.036 0.129 -0.463 -0.058 0.005 -0.045 -0.253 0.022 -0.012 -0.058 -0.221 -0.194 -0.014 -0.020 0.012 -0.036 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 5.44882157368876}), (, {'error': 0.019834834867944018}), (, {'error': 0.11221255961920995}), (, {'error': 0.11365238769787434}), (, {'error': 0.8453435033603425}), (, {'error': 12.551310147276514}), (, {'error': 0.15687282134450942}), (, {'error': 0.06195503196047847}), (, {'error': 0.13671760832696034}), (, {'error': 0.4013389782535839}), (, {'error': 0.025387120710295363}), (, {'error': 0.10331555771726997}), (, {'error': 0.11199350205685321}), (, {'error': 0.2318831329331581}), (, {'error': 0.25849998591128936}), (, {'error': 0.11464529219092068}), (, {'error': 8.045028079141048}), (, {'error': 1.108489919664521}), (, {'error': 0.06758554690546131}), (, {'error': 0.015287350920909493})]) +Toy 6/10 +Time taken: 7 h, 30 min +Projected time left: 5 h, 5 s +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.191E+05 | Ncalls=1237 (1237 total) | +| EDM = 4.77E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -719118.5166550749 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.3 | 1.1 | | | 14.8182 | 23.5818 | | +| 1 | psi2s_p | 4.27 | 0.03 | | |-6.28319 | 6.28319 | | +| 2 | p4040_s | 1.15 | 0.17 | | |0.00501244| 2.01499 | | +| 3 | p4040_p | 4.34 | 0.16 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.9 | 0.9 | | | 4.19232 | 9.40768 | | +| 5 | phi_p | 6.11 | 0.30 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 1.85 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | p4160_p | -2.00 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | rho_p | 6.08 | 0.25 | | |-6.28319 | 6.28319 | | +| 10| Dbar_s | -0.04 | 0.06 | | | -1.464 | 1.464 | | +| 11| p3770_p | 4.82 | 0.15 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.37 | 0.16 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.22 | 0.31 | | |0.0253049| 2.0747 | | +| 15| p4415_p | -2.30 | 0.16 | | |-6.28319 | 6.28319 | | +| 16| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 17| psi2s_s | 1365.5 | 1.7 | | | 1358.64 | 1433.36 | | +| 18| Ctt | -0.06 | 0.15 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -1.707 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s psi2s_p p4040_s p4040_p omega_s phi_p p3770_s p4160_p p4415_s rho_p Dbar_s p3770_p p4160_s omega_p rho_s p4415_p jpsi_s psi2s_s Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.012 0.000 -0.004 -0.017 0.746 -0.002 -0.006 0.003 0.160 -0.005 -0.002 0.001 -0.004 0.054 -0.003 -0.009 0.006 0.009 -0.027 | +| psi2s_p | -0.012 1.000 -0.463 0.203 -0.014 -0.014 -0.065 0.330 -0.367 0.024 -0.688 0.519 -0.361 0.000 0.028 0.037 -0.039 0.010 -0.718 -0.047 | +| p4040_s | 0.000 -0.463 1.000 -0.184 0.010 -0.001 0.158 -0.495 0.242 -0.040 0.516 -0.233 0.217 0.000 -0.026 -0.144 0.015 -0.007 0.514 -0.040 | +| p4040_p | -0.004 0.203 -0.184 1.000 0.003 -0.005 -0.029 0.281 0.017 0.021 0.003 0.241 0.320 0.000 -0.002 0.201 0.017 -0.017 -0.336 -0.148 | +| omega_s | -0.017 -0.014 0.010 0.003 1.000 -0.045 0.009 -0.001 0.005 0.198 0.018 -0.007 0.008 -0.054 -0.530 0.001 -0.012 0.011 -0.006 -0.037 | +| phi_p | 0.746 -0.014 -0.001 -0.005 -0.045 1.000 -0.003 -0.007 -0.000 0.087 -0.005 -0.003 -0.001 -0.003 0.041 -0.004 0.006 -0.005 0.005 -0.036 | +| p3770_s | -0.002 -0.065 0.158 -0.029 0.009 -0.003 1.000 -0.019 0.051 -0.012 0.163 -0.078 0.083 0.000 -0.022 0.032 0.017 -0.019 -0.013 -0.106 | +| p4160_p | -0.006 0.330 -0.495 0.281 -0.001 -0.007 -0.019 1.000 -0.034 0.031 -0.143 0.264 -0.172 0.000 0.005 0.305 0.014 -0.011 -0.456 -0.102 | +| p4415_s | 0.003 -0.367 0.242 0.017 0.005 -0.000 0.051 -0.034 1.000 -0.027 0.409 -0.217 0.344 0.000 -0.012 -0.175 -0.004 0.004 0.419 -0.035 | +| rho_p | 0.160 0.024 -0.040 0.021 0.198 0.087 -0.012 0.031 -0.027 1.000 -0.036 0.031 -0.024 0.002 0.136 0.019 0.046 -0.038 -0.035 -0.024 | +| Dbar_s | -0.005 -0.688 0.516 0.003 0.018 -0.005 0.163 -0.143 0.409 -0.036 1.000 -0.451 0.512 0.000 -0.046 0.218 0.103 -0.071 0.765 -0.091 | +| p3770_p | -0.002 0.519 -0.233 0.241 -0.007 -0.003 -0.078 0.264 -0.217 0.031 -0.451 1.000 -0.169 0.000 0.020 0.060 -0.017 -0.011 -0.553 -0.039 | +| p4160_s | 0.001 -0.361 0.217 0.320 0.008 -0.001 0.083 -0.172 0.344 -0.024 0.512 -0.169 1.000 0.000 -0.018 -0.127 0.005 -0.002 0.383 -0.078 | +| omega_p | -0.004 0.000 0.000 0.000 -0.054 -0.003 0.000 0.000 0.000 0.002 0.000 0.000 0.000 1.000 0.005 0.000 -0.000 0.000 0.000 0.002 | +| rho_s | 0.054 0.028 -0.026 -0.002 -0.530 0.041 -0.022 0.005 -0.012 0.136 -0.046 0.020 -0.018 0.005 1.000 0.002 0.023 -0.022 0.011 0.061 | +| p4415_p | -0.003 0.037 -0.144 0.201 0.001 -0.004 0.032 0.305 -0.175 0.019 0.218 0.060 -0.127 0.000 0.002 1.000 0.006 -0.003 -0.093 -0.084 | +| jpsi_s | -0.009 -0.039 0.015 0.017 -0.012 0.006 0.017 0.014 -0.004 0.046 0.103 -0.017 0.005 -0.000 0.023 0.006 1.000 -0.740 -0.024 -0.056 | +| psi2s_s | 0.006 0.010 -0.007 -0.017 0.011 -0.005 -0.019 -0.011 0.004 -0.038 -0.071 -0.011 -0.002 0.000 -0.022 -0.003 -0.740 1.000 0.013 0.041 | +| Ctt | 0.009 -0.718 0.514 -0.336 -0.006 0.005 -0.013 -0.456 0.419 -0.035 0.765 -0.553 0.383 0.000 0.011 -0.093 -0.024 0.013 1.000 0.139 | +| jpsi_p | -0.027 -0.047 -0.040 -0.148 -0.037 -0.036 -0.106 -0.102 -0.035 -0.024 -0.091 -0.039 -0.078 0.002 0.061 -0.084 -0.056 0.041 0.139 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.118684619612477}), (, {'error': 0.03182422404026042}), (, {'error': 0.1681863616809664}), (, {'error': 0.1585681788147797}), (, {'error': 0.9295986062892645}), (, {'error': 0.29558391643580073}), (, {'error': 0.19008237504671976}), (, {'error': 0.09055416334323674}), (, {'error': 0.18186156819460908}), (, {'error': 0.24831734369720593}), (, {'error': 0.05932610945908012}), (, {'error': 0.14569599461031046}), (, {'error': 0.1641011482161745}), (, {'error': 0.3855306752062262}), (, {'error': 0.3129448536284175}), (, {'error': 0.15522799156521971}), (, {'error': 18.239732490343158}), (, {'error': 1.6603062512896258}), (, {'error': 0.1462766627364528}), (, {'error': 0.015752615064332787})]) +Toy 7/10 +Time taken: 8 h, 56 min +Projected time left: 3 h, 49 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.191E+05 | Ncalls=1207 (1207 total) | +| EDM = 4.26E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -719052.1713230968 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.7 | 2.0 | | | 14.8182 | 23.5818 | | +| 1 | psi2s_p | -1.900 | 0.022 | | |-6.28319 | 6.28319 | | +| 2 | p4040_s | 0.68 | 0.14 | | |0.00501244| 2.01499 | | +| 3 | p4040_p | 4.30 | 0.24 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.8 | 1.1 | | | 4.19232 | 9.40768 | | +| 5 | phi_p | 0.22 | 0.54 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 0.9 | 0.5 | | |0.918861 | 4.08114 | | +| 7 | p4160_p | 4.31 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 0.126 | 0.018 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -6.28 | 0.21 | | |-6.28319 | 6.28319 | | +| 10| Dbar_s | -0.29 | 0.03 | | | -1.464 | 1.464 | | +| 11| p3770_p | -6.283 | 0.014 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 1.86 | 0.15 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.4 | 0.3 | | |0.0253049| 2.0747 | | +| 15| p4415_p | -6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 16| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 17| psi2s_s | 1365.5 | 1.3 | | | 1358.64 | 1433.36 | | +| 18| Ctt | -0.50 | 0.06 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -1.688 | 0.015 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s psi2s_p p4040_s p4040_p omega_s phi_p p3770_s p4160_p p4415_s rho_p Dbar_s p3770_p p4160_s omega_p rho_s p4415_p jpsi_s psi2s_s Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.056 0.007 -0.005 -0.044 0.930 -0.012 -0.011 -0.000 -0.040 0.023 0.000 0.003 -0.062 -0.010 0.000 -0.018 0.014 -0.000 -0.104 | +| psi2s_p | -0.056 1.000 -0.155 -0.014 -0.022 -0.061 0.210 0.076 0.003 -0.003 -0.304 -0.007 -0.108 0.015 0.045 0.008 -0.037 -0.020 -0.266 0.052 | +| p4040_s | 0.007 -0.155 1.000 -0.064 0.011 0.008 0.119 -0.356 -0.007 -0.015 0.264 -0.015 -0.068 0.001 -0.034 0.005 0.016 0.003 0.146 -0.109 | +| p4040_p | -0.005 -0.014 -0.064 1.000 -0.001 -0.006 0.057 0.063 0.003 0.007 0.352 -0.002 0.526 0.003 0.003 -0.018 0.007 -0.011 -0.097 -0.081 | +| omega_s | -0.044 -0.022 0.011 -0.001 1.000 -0.063 -0.008 -0.006 -0.000 0.196 0.029 0.000 0.006 -0.573 -0.485 -0.000 -0.007 0.006 -0.001 -0.033 | +| phi_p | 0.930 -0.061 0.008 -0.006 -0.063 1.000 -0.014 -0.012 -0.000 -0.083 0.028 0.001 0.003 -0.049 -0.013 0.000 -0.014 0.011 -0.001 -0.111 | +| p3770_s | -0.012 0.210 0.119 0.057 -0.008 -0.014 1.000 0.007 0.001 0.006 -0.004 -0.063 0.070 0.003 0.022 -0.002 -0.014 -0.031 -0.156 0.013 | +| p4160_p | -0.011 0.076 -0.356 0.063 -0.006 -0.012 0.007 1.000 0.009 0.011 0.187 0.002 -0.009 0.003 0.015 -0.024 0.003 -0.008 -0.149 -0.001 | +| p4415_s | -0.000 0.003 -0.007 0.003 -0.000 -0.000 0.001 0.009 1.000 0.001 0.017 -0.000 -0.011 0.000 0.001 -0.027 -0.000 -0.000 -0.004 0.000 | +| rho_p | -0.040 -0.003 -0.015 0.007 0.196 -0.083 0.006 0.011 0.001 1.000 -0.008 -0.000 -0.003 0.012 0.057 -0.000 0.019 -0.014 -0.005 -0.014 | +| Dbar_s | 0.023 -0.304 0.264 0.352 0.029 0.028 -0.004 0.187 0.017 -0.008 1.000 -0.010 0.433 -0.002 -0.090 -0.030 0.125 -0.051 0.305 -0.244 | +| p3770_p | 0.000 -0.007 -0.015 -0.002 0.000 0.001 -0.063 0.002 -0.000 -0.000 -0.010 1.000 -0.007 -0.000 -0.001 0.000 0.000 0.002 0.009 0.003 | +| p4160_s | 0.003 -0.108 -0.068 0.526 0.006 0.003 0.070 -0.009 -0.011 -0.003 0.433 -0.007 1.000 0.002 -0.017 -0.007 0.007 0.001 0.071 -0.115 | +| omega_p | -0.062 0.015 0.001 0.003 -0.573 -0.049 0.003 0.003 0.000 0.012 -0.002 -0.000 0.002 1.000 0.128 -0.000 -0.002 0.001 0.000 0.028 | +| rho_s | -0.010 0.045 -0.034 0.003 -0.485 -0.013 0.022 0.015 0.001 0.057 -0.090 -0.001 -0.017 0.128 1.000 0.001 0.017 -0.015 0.005 0.058 | +| p4415_p | 0.000 0.008 0.005 -0.018 -0.000 0.000 -0.002 -0.024 -0.027 -0.000 -0.030 0.000 -0.007 -0.000 0.001 1.000 -0.000 -0.000 -0.005 0.008 | +| jpsi_s | -0.018 -0.037 0.016 0.007 -0.007 -0.014 -0.014 0.003 -0.000 0.019 0.125 0.000 0.007 -0.002 0.017 -0.000 1.000 -0.555 -0.005 -0.029 | +| psi2s_s | 0.014 -0.020 0.003 -0.011 0.006 0.011 -0.031 -0.008 -0.000 -0.014 -0.051 0.002 0.001 0.001 -0.015 -0.000 -0.555 1.000 0.002 0.015 | +| Ctt | -0.000 -0.266 0.146 -0.097 -0.001 -0.001 -0.156 -0.149 -0.004 -0.005 0.305 0.009 0.071 0.000 0.005 -0.005 -0.005 0.002 1.000 0.039 | +| jpsi_p | -0.104 0.052 -0.109 -0.081 -0.033 -0.111 0.013 -0.001 0.000 -0.014 -0.244 0.003 -0.115 0.028 0.058 0.008 -0.029 0.015 0.039 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.966661555564782}), (, {'error': 0.022370956264702535}), (, {'error': 0.144899281799315}), (, {'error': 0.23896749362542735}), (, {'error': 1.0967923514536855}), (, {'error': 0.5380546616332817}), (, {'error': 0.4986541563138004}), (, {'error': 0.09377661482793176}), (, {'error': 0.01842761275590639}), (, {'error': 0.2109288186382634}), (, {'error': 0.03267205196021883}), (, {'error': 0.013573128205774498}), (, {'error': 0.14926518946997125}), (, {'error': 0.45637215875562287}), (, {'error': 0.320414268205093}), (, {'error': 0.1509234744409369}), (, {'error': 9.798262273521686}), (, {'error': 1.343003563681691}), (, {'error': 0.06187385319401059}), (, {'error': 0.015288201880828467})]) +Toy 8/10 +Time taken: 10 h, 20 min +Projected time left: 2 h, 35 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.191E+05 | Ncalls=1319 (1319 total) | +| EDM = 0.000182 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -719087.1858947178 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.9 | 1.6 | | | 14.8182 | 23.5818 | | +| 1 | psi2s_p | -4.520 | 0.029 | | |-6.28319 | 6.28319 | | +| 2 | p4040_s | 0.92 | 0.21 | | |0.00501244| 2.01499 | | +| 3 | p4040_p | 3.76 | 0.21 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.9 | 1.3 | | | 4.19232 | 9.40768 | | +| 5 | phi_p | 0.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 2.02 | 0.22 | | |0.918861 | 4.08114 | | +| 7 | p4160_p | -2.38 | 0.12 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 0.126 | 0.014 | | |0.126447 | 2.35355 | | +| 9 | rho_p | 0.11 | 0.25 | | |-6.28319 | 6.28319 | | +| 10| Dbar_s | -0.20 | 0.07 | | | -1.464 | 1.464 | | +| 11| p3770_p | 3.86 | 0.16 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.00 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 0.25 | 0.31 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 15| p4415_p | -6.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 16| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 17| psi2s_s | 1371.0 | 1.6 | | | 1358.64 | 1433.36 | | +| 18| Ctt | -0.41 | 0.16 | | | -0.5 | 0.5 | | +| 19| jpsi_p | 1.635 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s psi2s_p p4040_s p4040_p omega_s phi_p p3770_s p4160_p p4415_s rho_p Dbar_s p3770_p p4160_s omega_p rho_s p4415_p jpsi_s psi2s_s Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.017 0.004 -0.002 -0.028 0.883 0.005 -0.005 -0.000 -0.077 0.005 -0.008 0.002 0.048 -0.011 0.000 -0.029 0.022 -0.005 -0.042 | +| psi2s_p | -0.017 1.000 0.078 -0.349 -0.014 -0.012 -0.537 -0.231 -0.005 -0.052 0.214 -0.276 -0.062 -0.011 -0.018 0.007 0.019 -0.019 0.323 0.066 | +| p4040_s | 0.004 0.078 1.000 -0.371 -0.005 0.009 -0.012 -0.655 -0.019 -0.045 0.693 -0.433 0.263 -0.000 -0.012 -0.008 -0.006 0.004 0.683 -0.117 | +| p4040_p | -0.002 -0.349 -0.371 1.000 0.006 -0.006 0.090 0.348 0.010 0.026 -0.277 0.343 0.197 -0.005 -0.009 -0.007 0.025 -0.024 -0.487 -0.051 | +| omega_s | -0.028 -0.014 -0.005 0.006 1.000 -0.075 0.005 0.006 0.000 0.260 -0.003 0.002 -0.002 0.667 -0.395 0.000 0.004 -0.003 -0.013 -0.025 | +| phi_p | 0.883 -0.012 0.009 -0.006 -0.075 1.000 0.006 -0.009 -0.000 -0.173 0.010 -0.013 0.003 0.023 -0.013 0.000 -0.024 0.018 -0.003 -0.033 | +| p3770_s | 0.005 -0.537 -0.012 0.090 0.005 0.006 1.000 0.112 0.005 0.001 -0.102 0.052 -0.019 -0.002 -0.020 0.001 0.016 -0.033 -0.251 -0.020 | +| p4160_p | -0.005 -0.231 -0.655 0.348 0.006 -0.009 0.112 1.000 0.018 0.038 -0.527 0.437 -0.321 -0.004 -0.003 -0.007 0.025 -0.024 -0.672 0.064 | +| p4415_s | -0.000 -0.005 -0.019 0.010 0.000 -0.000 0.005 0.018 1.000 0.002 -0.018 0.015 -0.019 -0.000 0.000 -0.021 0.001 -0.001 -0.024 0.005 | +| rho_p | -0.077 -0.052 -0.045 0.026 0.260 -0.173 0.001 0.038 0.002 1.000 -0.043 0.034 -0.024 0.033 0.128 0.000 0.051 -0.039 -0.036 -0.099 | +| Dbar_s | 0.005 0.214 0.693 -0.277 -0.003 0.010 -0.102 -0.527 -0.018 -0.043 1.000 -0.609 0.571 -0.001 -0.022 -0.036 0.054 -0.039 0.883 -0.108 | +| p3770_p | -0.008 -0.276 -0.433 0.343 0.002 -0.013 0.052 0.437 0.015 0.034 -0.609 1.000 -0.273 -0.004 0.011 0.013 -0.006 0.006 -0.618 0.016 | +| p4160_s | 0.002 -0.062 0.263 0.197 -0.002 0.003 -0.019 -0.321 -0.019 -0.024 0.571 -0.273 1.000 -0.002 -0.008 -0.012 -0.005 0.003 0.436 -0.159 | +| omega_p | 0.048 -0.011 -0.000 -0.005 0.667 0.023 -0.002 -0.004 -0.000 0.033 -0.001 -0.004 -0.002 1.000 -0.047 0.000 0.007 -0.005 0.002 -0.034 | +| rho_s | -0.011 -0.018 -0.012 -0.009 -0.395 -0.013 -0.020 -0.003 0.000 0.128 -0.022 0.011 -0.008 -0.047 1.000 0.000 0.023 -0.016 0.026 -0.066 | +| p4415_p | 0.000 0.007 -0.008 -0.007 0.000 0.000 0.001 -0.007 -0.021 0.000 -0.036 0.013 -0.012 0.000 0.000 1.000 0.000 -0.000 -0.020 0.012 | +| jpsi_s | -0.029 0.019 -0.006 0.025 0.004 -0.024 0.016 0.025 0.001 0.051 0.054 -0.006 -0.005 0.007 0.023 0.000 1.000 -0.713 -0.042 0.038 | +| psi2s_s | 0.022 -0.019 0.004 -0.024 -0.003 0.018 -0.033 -0.024 -0.001 -0.039 -0.039 0.006 0.003 -0.005 -0.016 -0.000 -0.713 1.000 0.043 -0.025 | +| Ctt | -0.005 0.323 0.683 -0.487 -0.013 -0.003 -0.251 -0.672 -0.024 -0.036 0.883 -0.618 0.436 0.002 0.026 -0.020 -0.042 0.043 1.000 -0.153 | +| jpsi_p | -0.042 0.066 -0.117 -0.051 -0.025 -0.033 -0.020 0.064 0.005 -0.099 -0.108 0.016 -0.159 -0.034 -0.066 0.012 0.038 -0.025 -0.153 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.5753519093254376}), (, {'error': 0.029355029487053486}), (, {'error': 0.2059476889372614}), (, {'error': 0.21019074107234736}), (, {'error': 1.25191615854532}), (, {'error': 0.41091424339944904}), (, {'error': 0.21622659439392766}), (, {'error': 0.11974031517248096}), (, {'error': 0.01433936205631585}), (, {'error': 0.25047587979593233}), (, {'error': 0.06841640098249924}), (, {'error': 0.16045620254557136}), (, {'error': 0.17039695554333933}), (, {'error': 0.3050744348535095}), (, {'error': 0.3164578618739921}), (, {'error': 0.18026337485604182}), (, {'error': 16.113084685017384}), (, {'error': 1.5915802669762797}), (, {'error': 0.16485549928806392}), (, {'error': 0.015754032892944636})]) +Toy 9/10 +Time taken: 11 h, 51 min +Projected time left: 1 h, 19 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.191E+05 | Ncalls=1027 (1027 total) | +| EDM = 9.01E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -719118.516811677 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 18.3 | 1.8 | | | 14.8182 | 23.5818 | | +| 1 | psi2s_p | -2.02 | 0.03 | | |-6.28319 | 6.28319 | | +| 2 | p4040_s | 1.15 | 0.17 | | |0.00501244| 2.01499 | | +| 3 | p4040_p | -1.94 | 0.16 | | |-6.28319 | 6.28319 | | +| 4 | omega_s | 6.9 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | phi_p | -0.17 | 0.50 | | |-6.28319 | 6.28319 | | +| 6 | p3770_s | 1.85 | 0.19 | | |0.918861 | 4.08114 | | +| 7 | p4160_p | -2.00 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | p4415_s | 1.34 | 0.18 | | |0.126447 | 2.35355 | | +| 9 | rho_p | -0.20 | 0.27 | | |-6.28319 | 6.28319 | | +| 10| Dbar_s | -0.04 | 0.06 | | | -1.464 | 1.464 | | +| 11| p3770_p | -1.47 | 0.15 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.37 | 0.16 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 6.28 | 0.28 | | |-6.28319 | 6.28319 | | +| 14| rho_s | 1.22 | 0.31 | | |0.0253049| 2.0747 | | +| 15| p4415_p | -2.30 | 0.16 | | |-6.28319 | 6.28319 | | +| 16| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 17| psi2s_s | 1365.5 | 1.6 | | | 1358.64 | 1433.36 | | +| 18| Ctt | -0.06 | 0.15 | | | -0.5 | 0.5 | | +| 19| jpsi_p | -1.707 | 0.016 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s psi2s_p p4040_s p4040_p omega_s phi_p p3770_s p4160_p p4415_s rho_p Dbar_s p3770_p p4160_s omega_p rho_s p4415_p jpsi_s psi2s_s Ctt jpsi_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.026 -0.005 -0.008 -0.028 0.914 -0.006 -0.010 -0.001 0.259 -0.012 -0.003 -0.003 -0.035 0.097 -0.005 0.006 -0.006 0.008 -0.071 | +| psi2s_p | -0.026 1.000 -0.468 0.212 -0.010 -0.028 -0.067 0.337 -0.370 0.025 -0.692 0.530 -0.360 0.003 0.027 0.040 -0.038 0.009 -0.724 -0.047 | +| p4040_s | -0.005 -0.468 1.000 -0.191 0.004 -0.005 0.159 -0.498 0.245 -0.050 0.519 -0.241 0.217 0.001 -0.028 -0.146 0.014 -0.006 0.519 -0.037 | +| p4040_p | -0.008 0.212 -0.191 1.000 0.006 -0.009 -0.031 0.289 0.014 0.026 -0.004 0.252 0.320 0.001 -0.001 0.205 0.017 -0.018 -0.346 -0.150 | +| omega_s | -0.028 -0.010 0.004 0.006 1.000 -0.051 0.007 0.004 0.001 0.245 0.013 -0.002 0.005 -0.292 -0.499 0.004 -0.005 0.005 -0.010 -0.038 | +| phi_p | 0.914 -0.028 -0.005 -0.009 -0.051 1.000 -0.006 -0.011 -0.002 0.206 -0.010 -0.004 -0.004 -0.031 0.089 -0.007 0.014 -0.012 0.007 -0.077 | +| p3770_s | -0.006 -0.067 0.159 -0.031 0.007 -0.006 1.000 -0.021 0.052 -0.015 0.164 -0.081 0.083 0.001 -0.022 0.031 0.016 -0.018 -0.009 -0.105 | +| p4160_p | -0.010 0.337 -0.498 0.289 0.004 -0.011 -0.021 1.000 -0.038 0.037 -0.150 0.273 -0.171 0.001 0.006 0.306 0.014 -0.012 -0.462 -0.103 | +| p4415_s | -0.001 -0.370 0.245 0.014 0.001 -0.002 0.052 -0.038 1.000 -0.033 0.412 -0.223 0.345 0.001 -0.013 -0.176 -0.004 0.004 0.421 -0.033 | +| rho_p | 0.259 0.025 -0.050 0.026 0.245 0.206 -0.015 0.037 -0.033 1.000 -0.044 0.038 -0.029 0.009 0.152 0.023 0.057 -0.047 -0.043 -0.045 | +| Dbar_s | -0.012 -0.692 0.519 -0.004 0.013 -0.010 0.164 -0.150 0.412 -0.044 1.000 -0.461 0.513 0.001 -0.048 0.214 0.100 -0.068 0.767 -0.088 | +| p3770_p | -0.003 0.530 -0.241 0.252 -0.002 -0.004 -0.081 0.273 -0.223 0.038 -0.461 1.000 -0.171 0.000 0.021 0.064 -0.017 -0.013 -0.565 -0.041 | +| p4160_s | -0.003 -0.360 0.217 0.320 0.005 -0.004 0.083 -0.171 0.345 -0.029 0.513 -0.171 1.000 0.001 -0.019 -0.125 0.004 -0.002 0.381 -0.078 | +| omega_p | -0.035 0.003 0.001 0.001 -0.292 -0.031 0.001 0.001 0.001 0.009 0.001 0.000 0.001 1.000 0.038 0.001 -0.003 0.002 0.000 0.011 | +| rho_s | 0.097 0.027 -0.028 -0.001 -0.499 0.089 -0.022 0.006 -0.013 0.152 -0.048 0.021 -0.019 0.038 1.000 0.003 0.025 -0.023 0.010 0.054 | +| p4415_p | -0.005 0.040 -0.146 0.205 0.004 -0.007 0.031 0.306 -0.176 0.023 0.214 0.064 -0.125 0.001 0.003 1.000 0.006 -0.003 -0.097 -0.085 | +| jpsi_s | 0.006 -0.038 0.014 0.017 -0.005 0.014 0.016 0.014 -0.004 0.057 0.100 -0.017 0.004 -0.003 0.025 0.006 1.000 -0.734 -0.023 -0.057 | +| psi2s_s | -0.006 0.009 -0.006 -0.018 0.005 -0.012 -0.018 -0.012 0.004 -0.047 -0.068 -0.013 -0.002 0.002 -0.023 -0.003 -0.734 1.000 0.013 0.041 | +| Ctt | 0.008 -0.724 0.519 -0.346 -0.010 0.007 -0.009 -0.462 0.421 -0.043 0.767 -0.565 0.381 0.000 0.010 -0.097 -0.023 0.013 1.000 0.140 | +| jpsi_p | -0.071 -0.047 -0.037 -0.150 -0.038 -0.077 -0.105 -0.103 -0.033 -0.045 -0.088 -0.041 -0.078 0.011 0.054 -0.085 -0.057 0.041 0.140 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.8104345786411553}), (, {'error': 0.03213428919792882}), (, {'error': 0.16873739925286568}), (, {'error': 0.16012529626687666}), (, {'error': 0.9881766164748003}), (, {'error': 0.5018890401934843}), (, {'error': 0.19009493563127144}), (, {'error': 0.09090687938970188}), (, {'error': 0.18219533108591568}), (, {'error': 0.26615438055046337}), (, {'error': 0.05971394154060705}), (, {'error': 0.1473402047580481}), (, {'error': 0.16458373157111317}), (, {'error': 0.2776490428136187}), (, {'error': 0.3143027581189749}), (, {'error': 0.1553778738797449}), (, {'error': 17.83202920155327}), (, {'error': 1.6449973310861878}), (, {'error': 0.147899575099364}), (, {'error': 0.015798122915287482})]) +Toy 10/10 +Time taken: 13 h, 2 min +Projected time left: +Mean Ctt value = -0.18391356370980977 +Mean Ctt error = 0.11642872790973802 +Simulation ended diff --git a/prelim_results/slurm-2213930.out b/prelim_results/slurm-2213930.out new file mode 100644 index 0000000..5c1e425 --- /dev/null +++ b/prelim_results/slurm-2213930.out @@ -0,0 +1,9278 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:27.636726: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:27.660881: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 14:45:27.661192: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x564689b4a020 executing computations on platform Host. Devices: +2019-07-07 14:45:27.661231: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:32.555620: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x564689bd2580 executing computations on platform CUDA. Devices: +2019-07-07 14:45:32.555664: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:32.558419: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:0a:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:32.558470: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:32.588515: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:32.588554: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:32.588569: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:32.590743: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:0a:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714402.7631383 Edm = 7.84675 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714402.7631383 Edm = 7.84675 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717316.4427679 Edm = 5.92197 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717358.0289614 Edm = 4.36628 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717952.2015659 Edm = 8.45981 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -717960.1316829 Edm = 0.110159 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -717962.9270441 Edm = 2.99366 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -718078.3056887 Edm = 0.802159 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -718079.5726451 Edm = 0.118285 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -718079.6830117 Edm = 0.0429994 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -718079.865575 Edm = 0.161466 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -718126.886714 Edm = 0.128687 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -718214.898996 Edm = 2.09609 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -718217.2757724 Edm = 0.355144 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -718217.7706583 Edm = 0.0957747 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -718219.4365315 Edm = 1.38191 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -718311.70959 Edm = 13.6267 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -718325.2520297 Edm = 1.93415 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -718328.0895511 Edm = 0.263971 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -718328.411356 Edm = 0.0164953 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -718328.4428762 Edm = 0.0170295 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -718329.0655773 Edm = 0.581854 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -718392.6388352 Edm = 33.1138 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -718428.7415692 Edm = 4.81819 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -718433.3032073 Edm = 0.0618404 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -718433.3747188 Edm = 0.00927443 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -718433.404644 Edm = 0.00947004 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -718433.4440932 Edm = 0.0297865 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -718434.6783304 Edm = 0.724007 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -718438.3319882 Edm = 1.9922 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -718459.800991 Edm = 7.815 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -718474.3124268 Edm = 1.72151 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -718476.156618 Edm = 0.0821816 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -718476.2582904 Edm = 0.00249971 NCalls = 102 +VariableMetric: Iteration # 33 - FCN = -718476.2634709 Edm = 0.00229613 NCalls = 104 +VariableMetric: Iteration # 34 - FCN = -718476.3728085 Edm = 0.0991688 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -718482.2800397 Edm = 4.78792 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -718491.6714408 Edm = 1.95453 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -718494.3459689 Edm = 0.143217 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -718494.5061401 Edm = 0.00966047 NCalls = 122 +VariableMetric: Iteration # 39 - FCN = -718494.5198571 Edm = 0.00158864 NCalls = 124 +VariableMetric: Iteration # 40 - FCN = -718494.5227347 Edm = 0.00110495 NCalls = 126 +VariableMetric: Iteration # 41 - FCN = -718494.5297309 Edm = 0.00596726 NCalls = 129 +VariableMetric: Iteration # 42 - FCN = -718494.9757766 Edm = 0.369805 NCalls = 136 +VariableMetric: Iteration # 43 - FCN = -718513.898119 Edm = 16.0493 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -718609.2599879 Edm = 30.8365 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -718632.2158033 Edm = 16.5483 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -718641.375859 Edm = 4.59606 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -718644.7806374 Edm = 0.594957 NCalls = 149 +VariableMetric: Iteration # 48 - FCN = -718645.3616005 Edm = 0.123487 NCalls = 151 +VariableMetric: Iteration # 49 - FCN = -718645.4539089 Edm = 0.0198141 NCalls = 153 +VariableMetric: Iteration # 50 - FCN = -718645.4798836 Edm = 0.00436371 NCalls = 155 +VariableMetric: Iteration # 51 - FCN = -718645.4893221 Edm = 0.00792444 NCalls = 157 +VariableMetric: Iteration # 52 - FCN = -718645.5364556 Edm = 0.0477344 NCalls = 161 +VariableMetric: Iteration # 53 - FCN = -718648.8506818 Edm = 1.79724 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -718675.8704888 Edm = 12.8808 NCalls = 171 +VariableMetric: Iteration # 55 - FCN = -718702.4886072 Edm = 2.74098 NCalls = 173 +VariableMetric: Iteration # 56 - FCN = -718704.9511847 Edm = 0.569593 NCalls = 175 +VariableMetric: Iteration # 57 - FCN = -718705.4610319 Edm = 0.0853149 NCalls = 177 +VariableMetric: Iteration # 58 - FCN = -718705.5252233 Edm = 0.038033 NCalls = 179 +VariableMetric: Iteration # 59 - FCN = -718705.5823683 Edm = 0.00757847 NCalls = 181 +VariableMetric: Iteration # 60 - FCN = -718705.5903292 Edm = 0.000848322 NCalls = 182 +VariableMetric: Iteration # 61 - FCN = -718705.5927799 Edm = 0.00144218 NCalls = 184 +VariableMetric: Iteration # 62 - FCN = -718705.7351045 Edm = 0.150502 NCalls = 189 +VariableMetric: Iteration # 63 - FCN = -718705.9052669 Edm = 0.164706 NCalls = 194 +VariableMetric: Iteration # 64 - FCN = -718751.3054774 Edm = 7.03185 NCalls = 201 +VariableMetric: Iteration # 65 - FCN = -718757.6220381 Edm = 0.451547 NCalls = 203 +VariableMetric: Iteration # 66 - FCN = -718757.932011 Edm = 0.0120908 NCalls = 205 +VariableMetric: Iteration # 67 - FCN = -718757.9436443 Edm = 0.000984346 NCalls = 206 +VariableMetric: Iteration # 68 - FCN = -718757.944913 Edm = 0.000673031 NCalls = 208 +VariableMetric: Iteration # 69 - FCN = -718757.9489559 Edm = 0.00387986 NCalls = 211 +VariableMetric: Iteration # 70 - FCN = -718758.517596 Edm = 0.12106 NCalls = 218 +VariableMetric: Iteration # 71 - FCN = -718762.9856474 Edm = 2.35357 NCalls = 220 +VariableMetric: Iteration # 72 - FCN = -718788.7713558 Edm = 4.58073 NCalls = 223 +VariableMetric: Iteration # 73 - FCN = -718802.1484485 Edm = 2.41781 NCalls = 225 +VariableMetric: Iteration # 74 - FCN = -718806.3543572 Edm = 1.59443 NCalls = 228 +VariableMetric: Iteration # 75 - FCN = -718809.587105 Edm = 1.27127 NCalls = 231 +VariableMetric: Iteration # 76 - FCN = -718810.6170632 Edm = 0.22253 NCalls = 233 +VariableMetric: Iteration # 77 - FCN = -718810.8154861 Edm = 0.0257177 NCalls = 235 +VariableMetric: Iteration # 78 - FCN = -718810.8588916 Edm = 0.0127273 NCalls = 237 +VariableMetric: Iteration # 79 - FCN = -718810.8830831 Edm = 0.00424845 NCalls = 239 +VariableMetric: Iteration # 80 - FCN = -718810.8884808 Edm = 0.00037502 NCalls = 241 +VariableMetric: Iteration # 81 - FCN = -718810.8891096 Edm = 0.000265384 NCalls = 243 +VariableMetric: Iteration # 82 - FCN = -718810.8932991 Edm = 0.00392069 NCalls = 247 +VariableMetric: Iteration # 83 - FCN = -718811.0754223 Edm = 0.16284 NCalls = 251 +VariableMetric: Iteration # 84 - FCN = -718815.718192 Edm = 2.91713 NCalls = 256 +VariableMetric: Iteration # 85 - FCN = -718821.3281336 Edm = 2.22906 NCalls = 258 +VariableMetric: Iteration # 86 - FCN = -718822.6478314 Edm = 0.514214 NCalls = 260 +VariableMetric: Iteration # 87 - FCN = -718823.1756659 Edm = 0.157801 NCalls = 262 +VariableMetric: Iteration # 88 - FCN = -718823.3296483 Edm = 0.0236783 NCalls = 264 +VariableMetric: Iteration # 89 - FCN = -718823.3581702 Edm = 0.0010231 NCalls = 266 +VariableMetric: Iteration # 90 - FCN = -718823.3594687 Edm = 4.18863e-05 NCalls = 268 +VariableMetric: After Hessian - FCN = -718823.3594687 Edm = 539.012 NCalls = 629 +VariableMetric: Iteration # 91 - FCN = -718823.3594687 Edm = 539.012 NCalls = 629 +VariableMetric: Iteration # 92 - FCN = -718824.457765 Edm = 1149.22 NCalls = 634 +VariableMetric: Iteration # 93 - FCN = -718826.040221 Edm = 0.327936 NCalls = 639 +VariableMetric: Iteration # 94 - FCN = -718826.0658895 Edm = 0.0257851 NCalls = 641 +VariableMetric: Iteration # 95 - FCN = -718826.0670377 Edm = 1.23896 NCalls = 643 +VariableMetric: Iteration # 96 - FCN = -718826.8189029 Edm = 0.536566 NCalls = 645 +VariableMetric: Iteration # 97 - FCN = -718827.1484558 Edm = 0.201348 NCalls = 647 +VariableMetric: Iteration # 98 - FCN = -718827.2217606 Edm = 0.109725 NCalls = 649 +VariableMetric: Iteration # 99 - FCN = -718827.3569883 Edm = 0.133597 NCalls = 652 +VariableMetric: Iteration # 100 - FCN = -718827.4526512 Edm = 0.0730294 NCalls = 654 +VariableMetric: Iteration # 101 - FCN = -718827.5846718 Edm = 0.108285 NCalls = 657 +VariableMetric: Iteration # 102 - FCN = -718827.6770987 Edm = 0.129299 NCalls = 659 +VariableMetric: Iteration # 103 - FCN = -718827.7868052 Edm = 0.146296 NCalls = 663 +VariableMetric: Iteration # 104 - FCN = -718827.805741 Edm = 0.069541 NCalls = 666 +VariableMetric: Iteration # 105 - FCN = -718827.8388955 Edm = 0.0146377 NCalls = 668 +VariableMetric: Iteration # 106 - FCN = -718827.8590777 Edm = 0.00652194 NCalls = 670 +VariableMetric: Iteration # 107 - FCN = -718827.865962 Edm = 0.00388987 NCalls = 672 +VariableMetric: Iteration # 108 - FCN = -718827.8710064 Edm = 0.00284417 NCalls = 674 +VariableMetric: Iteration # 109 - FCN = -718827.8749108 Edm = 0.00189808 NCalls = 676 +VariableMetric: Iteration # 110 - FCN = -718827.8767925 Edm = 0.00173861 NCalls = 678 +VariableMetric: Iteration # 111 - FCN = -718827.8775792 Edm = 0.000397093 NCalls = 680 +VariableMetric: Iteration # 112 - FCN = -718827.877895 Edm = 0.000189905 NCalls = 682 +VariableMetric: Iteration # 113 - FCN = -718827.8782043 Edm = 0.000269602 NCalls = 684 +VariableMetric: Iteration # 114 - FCN = -718827.8786767 Edm = 0.000246892 NCalls = 687 +VariableMetric: Iteration # 115 - FCN = -718827.878897 Edm = 1.52383e-05 NCalls = 688 +VariableMetric: After Hessian - FCN = -718827.878897 Edm = 1.31816e-05 NCalls = 1061 +VariableMetric: Iteration # 116 - FCN = -718827.878897 Edm = 1.31816e-05 NCalls = 1061 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714829.109459 Edm = 3.23398 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714829.109459 Edm = 3.23398 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715991.4228547 Edm = 0.496645 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715992.9901456 Edm = 1.03315 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716089.5687811 Edm = 0.0978551 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -716089.8946752 Edm = 0.172929 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -716385.3341658 Edm = 4.99916 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -716574.3163822 Edm = 4.8667 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -716579.1161293 Edm = 0.259338 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -716582.1014226 Edm = 2.35247 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -716714.4084824 Edm = 10.7955 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -716728.6022742 Edm = 0.396078 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -716729.1472633 Edm = 0.017533 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -716729.2097097 Edm = 0.0375959 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -716734.1244874 Edm = 4.68014 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -716829.1674255 Edm = 11.8819 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -716849.8728091 Edm = 8.5632 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -716862.4890013 Edm = 1.44636 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -716864.9162472 Edm = 0.277058 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -716865.3158895 Edm = 0.0153825 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -716865.3397074 Edm = 0.0223464 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -716865.400858 Edm = 0.0628742 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -716871.2395639 Edm = 4.23163 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -716918.4388291 Edm = 27.3995 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -716942.8483813 Edm = 5.29525 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -716946.698662 Edm = 0.186052 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -716946.8600098 Edm = 0.0219984 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -716946.8886948 Edm = 0.0187705 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -716946.9744839 Edm = 0.0557723 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -716947.769009 Edm = 0.851363 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -716955.9657968 Edm = 6.48131 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -717037.6182504 Edm = 11.7676 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -717078.1738168 Edm = 11.3154 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -717091.0233626 Edm = 30.4264 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -717102.1105525 Edm = 4.80186 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -717107.5562179 Edm = 0.821958 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -717108.8564365 Edm = 0.555733 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -717109.6301555 Edm = 0.177999 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -717109.7342807 Edm = 0.0273961 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -717109.8162255 Edm = 0.0526239 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -717110.4582104 Edm = 0.195272 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -717111.6418932 Edm = 1.01314 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -717126.608103 Edm = 13.067 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -717171.9963212 Edm = 57.3069 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -717244.3938433 Edm = 19.7037 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -717271.965912 Edm = 33.3091 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -717301.1990637 Edm = 17.1054 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -717341.4958138 Edm = 16.0899 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -717365.232117 Edm = 36.0318 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -717375.7076283 Edm = 3.38496 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -717380.6570388 Edm = 1.57756 NCalls = 161 +VariableMetric: Iteration # 50 - FCN = -717381.9195959 Edm = 0.71551 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -717383.0122161 Edm = 0.0492823 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -717383.0798402 Edm = 0.0108548 NCalls = 167 +VariableMetric: Iteration # 53 - FCN = -717383.1509229 Edm = 0.0955306 NCalls = 170 +VariableMetric: Iteration # 54 - FCN = -717385.0526485 Edm = 1.97312 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -717400.3005054 Edm = 4.02638 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -717501.0279842 Edm = 78.85 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -717856.536448 Edm = 109.099 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -718050.3742608 Edm = 195.117 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -718251.0703852 Edm = 311.26 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -718551.3113455 Edm = 528.393 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -718772.8167784 Edm = 45.2023 NCalls = 201 +VariableMetric: Iteration # 62 - FCN = -718813.8113272 Edm = 32.4288 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -718837.3582953 Edm = 3.40301 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -718843.2942404 Edm = 1.20268 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -718844.4674566 Edm = 0.319272 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -718844.7766682 Edm = 0.100398 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -718844.8852137 Edm = 0.0346466 NCalls = 213 +VariableMetric: Iteration # 68 - FCN = -718844.9506978 Edm = 0.00820918 NCalls = 215 +VariableMetric: Iteration # 69 - FCN = -718844.9642846 Edm = 0.00181308 NCalls = 217 +VariableMetric: Iteration # 70 - FCN = -718844.9761483 Edm = 0.00676173 NCalls = 220 +VariableMetric: Iteration # 71 - FCN = -718845.0462447 Edm = 0.0273303 NCalls = 223 +VariableMetric: Iteration # 72 - FCN = -718845.1322521 Edm = 0.0170313 NCalls = 225 +VariableMetric: Iteration # 73 - FCN = -718845.1600715 Edm = 0.0142805 NCalls = 227 +VariableMetric: Iteration # 74 - FCN = -718845.609767 Edm = 0.478935 NCalls = 232 +VariableMetric: Iteration # 75 - FCN = -718846.3317685 Edm = 0.645842 NCalls = 237 +VariableMetric: Iteration # 76 - FCN = -718877.7481874 Edm = 5.23455 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -718888.7820939 Edm = 1.98204 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -718890.1252777 Edm = 0.99647 NCalls = 248 +VariableMetric: Iteration # 79 - FCN = -718890.7626485 Edm = 0.128703 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -718890.8645231 Edm = 0.00576461 NCalls = 252 +VariableMetric: Iteration # 81 - FCN = -718890.8699532 Edm = 0.00108976 NCalls = 253 +VariableMetric: Iteration # 82 - FCN = -718890.8710453 Edm = 0.000413627 NCalls = 255 +VariableMetric: Iteration # 83 - FCN = -718890.8724599 Edm = 0.000616089 NCalls = 257 +VariableMetric: Iteration # 84 - FCN = -718890.875182 Edm = 0.00355455 NCalls = 259 +VariableMetric: Iteration # 85 - FCN = -718890.9119278 Edm = 0.0396526 NCalls = 264 +VariableMetric: Iteration # 86 - FCN = -718891.2323895 Edm = 0.331607 NCalls = 271 +VariableMetric: Iteration # 87 - FCN = -718891.2466973 Edm = 0.0133725 NCalls = 275 +VariableMetric: Iteration # 88 - FCN = -718894.1908545 Edm = 0.323201 NCalls = 281 +VariableMetric: Iteration # 89 - FCN = -718894.5701371 Edm = 0.00698522 NCalls = 283 +VariableMetric: Iteration # 90 - FCN = -718894.5769547 Edm = 0.000255827 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -718894.5773329 Edm = 0.000153995 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -718894.5847808 Edm = 0.00732991 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -718895.5364177 Edm = 0.611694 NCalls = 296 +VariableMetric: Iteration # 94 - FCN = -718897.7145791 Edm = 0.0348349 NCalls = 298 +VariableMetric: Iteration # 95 - FCN = -718897.7489336 Edm = 0.000749064 NCalls = 299 +VariableMetric: Iteration # 96 - FCN = -718897.7497506 Edm = 0.000181005 NCalls = 301 +VariableMetric: Iteration # 97 - FCN = -718897.7508129 Edm = 0.000872503 NCalls = 304 +VariableMetric: Iteration # 98 - FCN = -718897.8190191 Edm = 0.0618415 NCalls = 309 +VariableMetric: Iteration # 99 - FCN = -718900.2885468 Edm = 0.430737 NCalls = 313 +VariableMetric: Iteration # 100 - FCN = -718900.9052146 Edm = 0.00893394 NCalls = 315 +VariableMetric: Iteration # 101 - FCN = -718900.9143364 Edm = 0.000237868 NCalls = 316 +VariableMetric: Iteration # 102 - FCN = -718900.9146227 Edm = 4.49395e-05 NCalls = 318 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712658.1127451 Edm = 6.3011 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712658.1127451 Edm = 6.3011 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716292.0506649 Edm = 4.5709 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716886.1851868 Edm = 742.403 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -716964.3073871 Edm = 80.1447 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -718407.3719518 Edm = 16.0658 NCalls = 26 +VariableMetric: Iteration # 5 - FCN = -718423.5809037 Edm = 0.111725 NCalls = 28 +VariableMetric: Iteration # 6 - FCN = -718423.9044612 Edm = 0.139398 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -718472.8148604 Edm = 18.4946 NCalls = 37 +VariableMetric: Iteration # 8 - FCN = -718495.0668256 Edm = 2.94649 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -718496.9068776 Edm = 0.0383512 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -718496.9699557 Edm = 0.0216581 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -718504.0752903 Edm = 4.26776 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -718514.0711019 Edm = 0.0335735 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -718514.1168458 Edm = 0.0186257 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -718514.4300311 Edm = 0.298159 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -718547.6495005 Edm = 22.5161 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -718594.6645561 Edm = 1.36783 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -718596.1944152 Edm = 0.0422189 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -718596.2425833 Edm = 0.00236264 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -718596.2630673 Edm = 0.0172818 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -718598.1567601 Edm = 1.75978 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -718622.5477291 Edm = 2.58416 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -718627.7888517 Edm = 0.333353 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -718628.2479872 Edm = 0.017612 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -718628.2680385 Edm = 0.000998509 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -718628.2711351 Edm = 0.00199458 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -718628.6988317 Edm = 0.366583 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -718644.0754552 Edm = 1.76848 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -718646.2584223 Edm = 0.130236 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -718646.4372342 Edm = 0.0264527 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -718646.4565298 Edm = 0.00253694 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -718646.4605546 Edm = 0.00168833 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -718646.5310695 Edm = 0.0730134 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -718649.5385266 Edm = 0.320634 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -718656.5386268 Edm = 0.591515 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -718658.6046419 Edm = 0.547574 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -718658.9286322 Edm = 0.153572 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -718659.0408902 Edm = 0.00592361 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -718659.04918 Edm = 0.00473719 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -718659.1655406 Edm = 0.118055 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -718659.1953206 Edm = 0.0279087 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -718662.9510364 Edm = 0.78915 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -718676.1688937 Edm = 3.94229 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -718681.0037496 Edm = 1.85013 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -718682.5840816 Edm = 0.0148737 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -718682.6005751 Edm = 0.00209295 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -718682.6127558 Edm = 0.00912887 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -718683.0076162 Edm = 0.356786 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -718698.2804801 Edm = 12.6674 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -718734.7592328 Edm = 14.2377 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -718745.2298253 Edm = 3.4051 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -718747.975397 Edm = 0.337712 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -718748.3529274 Edm = 0.061038 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -718748.4559914 Edm = 0.0343929 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -718748.6092609 Edm = 0.0596883 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -718748.7186305 Edm = 0.10019 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -718748.8286456 Edm = 0.10253 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -718749.0238496 Edm = 0.988302 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -718749.2386567 Edm = 0.220414 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -718749.3309835 Edm = 0.232026 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -718749.6272299 Edm = 0.0395387 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -718749.6711961 Edm = 0.00473847 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -718749.6808253 Edm = 0.00176702 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -718749.6883713 Edm = 0.00476827 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -718750.1243728 Edm = 0.415744 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -718769.3851992 Edm = 7.05709 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -718776.8247931 Edm = 4.59251 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -718781.5441115 Edm = 0.674137 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -718782.5313239 Edm = 0.0353092 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -718782.5715852 Edm = 0.00441914 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -718782.5777103 Edm = 0.00258474 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -718782.6067779 Edm = 0.0170716 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -718782.7007073 Edm = 0.0318681 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -718790.1280403 Edm = 10.7864 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -718791.2920197 Edm = 2.94189e+06 NCalls = 252 +VariableMetric: Iteration # 75 - FCN = -718819.1543141 Edm = 1.12265e+06 NCalls = 261 +VariableMetric: Iteration # 76 - FCN = -718841.4133773 Edm = 309593 NCalls = 270 +VariableMetric: Iteration # 77 - FCN = -718877.6870043 Edm = 26477.4 NCalls = 278 +VariableMetric: Iteration # 78 - FCN = -718886.3151096 Edm = 5444.83 NCalls = 284 +VariableMetric: Iteration # 79 - FCN = -718895.8358641 Edm = 6298.2 NCalls = 289 +VariableMetric: Iteration # 80 - FCN = -718897.7693516 Edm = 336.233 NCalls = 293 +VariableMetric: Iteration # 81 - FCN = -718900.4521569 Edm = 255.022 NCalls = 296 +VariableMetric: Iteration # 82 - FCN = -718903.2684462 Edm = 95.9002 NCalls = 299 +VariableMetric: Iteration # 83 - FCN = -718908.073912 Edm = 118.22 NCalls = 302 +VariableMetric: Iteration # 84 - FCN = -718909.646457 Edm = 26.071 NCalls = 305 +VariableMetric: Iteration # 85 - FCN = -718912.7128818 Edm = 34.719 NCalls = 307 +VariableMetric: Iteration # 86 - FCN = -718914.1003675 Edm = 19.8537 NCalls = 309 +VariableMetric: Iteration # 87 - FCN = -718915.7702614 Edm = 72.768 NCalls = 311 +VariableMetric: Iteration # 88 - FCN = -718918.522679 Edm = 21.1748 NCalls = 313 +VariableMetric: Iteration # 89 - FCN = -718919.4391404 Edm = 6.78364 NCalls = 315 +VariableMetric: Iteration # 90 - FCN = -718921.4870226 Edm = 10.6822 NCalls = 317 +VariableMetric: Iteration # 91 - FCN = -718922.2002769 Edm = 4.10799 NCalls = 319 +VariableMetric: Iteration # 92 - FCN = -718922.7914581 Edm = 5.85305 NCalls = 321 +VariableMetric: Iteration # 93 - FCN = -718922.9794631 Edm = 1.0788 NCalls = 324 +VariableMetric: Iteration # 94 - FCN = -718923.4052171 Edm = 1.11014 NCalls = 326 +VariableMetric: Iteration # 95 - FCN = -718923.5066637 Edm = 0.451139 NCalls = 328 +VariableMetric: Iteration # 96 - FCN = -718923.6081675 Edm = 0.0873939 NCalls = 330 +VariableMetric: Iteration # 97 - FCN = -718923.6853567 Edm = 0.0149972 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -718923.7165967 Edm = 0.0331543 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -718923.7683521 Edm = 0.0293385 NCalls = 339 +VariableMetric: Iteration # 100 - FCN = -718923.795942 Edm = 0.0602492 NCalls = 342 +VariableMetric: Iteration # 101 - FCN = -718923.8427594 Edm = 0.0187982 NCalls = 345 +VariableMetric: Iteration # 102 - FCN = -718923.8794068 Edm = 0.0130372 NCalls = 348 +VariableMetric: Iteration # 103 - FCN = -718923.8921611 Edm = 0.00448414 NCalls = 349 +VariableMetric: Iteration # 104 - FCN = -718923.9009223 Edm = 0.00403021 NCalls = 351 +VariableMetric: Iteration # 105 - FCN = -718923.9077304 Edm = 0.00172803 NCalls = 354 +VariableMetric: Iteration # 106 - FCN = -718923.9098261 Edm = 0.000500876 NCalls = 356 +VariableMetric: Iteration # 107 - FCN = -718923.9103452 Edm = 0.000224859 NCalls = 358 +VariableMetric: Iteration # 108 - FCN = -718923.9107259 Edm = 8.54249e-05 NCalls = 360 +VariableMetric: Iteration # 109 - FCN = -718923.9108605 Edm = 8.20647e-06 NCalls = 362 +VariableMetric: After Hessian - FCN = -718923.9108605 Edm = 1.61895e-05 NCalls = 735 +VariableMetric: Iteration # 110 - FCN = -718923.9108605 Edm = 1.61895e-05 NCalls = 735 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -708791.1372335 Edm = 8.65939 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -708791.1372335 Edm = 8.65939 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712997.3293776 Edm = 0.175119 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -713000.0348754 Edm = 2.65861 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -713031.8432116 Edm = 26.8169 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -713207.6321528 Edm = 0.102549 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -713208.5608539 Edm = 1.05426 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -713242.6033261 Edm = 34.8355 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -713243.8720887 Edm = 1.10588 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -713551.6905919 Edm = 82.0142 NCalls = 39 +VariableMetric: Iteration # 9 - FCN = -713648.7112041 Edm = 48.1207 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -713679.6677139 Edm = 0.434063 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -713687.655048 Edm = 7.88293 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -713889.7909195 Edm = 119.924 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -714315.2634236 Edm = 177.241 NCalls = 57 +VariableMetric: Iteration # 14 - FCN = -714452.4459037 Edm = 12.8279 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -714462.7309805 Edm = 1.17387 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -714465.7798073 Edm = 1.15114 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -715634.5159906 Edm = 906.721 NCalls = 74 +VariableMetric: Iteration # 18 - FCN = -715659.3655326 Edm = 9.72882 NCalls = 77 +VariableMetric: Iteration # 19 - FCN = -716471.1846428 Edm = 746.834 NCalls = 88 +VariableMetric: Iteration # 20 - FCN = -716518.514275 Edm = 83.1637 NCalls = 92 +VariableMetric: Iteration # 21 - FCN = -716848.3143343 Edm = 798.827 NCalls = 97 +VariableMetric: Iteration # 22 - FCN = -716962.9431569 Edm = 43.362 NCalls = 102 +VariableMetric: Iteration # 23 - FCN = -717004.9725289 Edm = 4.61788 NCalls = 104 +VariableMetric: Iteration # 24 - FCN = -717032.5347114 Edm = 12.1576 NCalls = 107 +VariableMetric: Iteration # 25 - FCN = -717047.8412754 Edm = 2.61897 NCalls = 110 +VariableMetric: Iteration # 26 - FCN = -717049.7140916 Edm = 0.145322 NCalls = 112 +VariableMetric: Iteration # 27 - FCN = -717049.9805644 Edm = 0.0997059 NCalls = 114 +VariableMetric: Iteration # 28 - FCN = -717053.6659446 Edm = 3.51936 NCalls = 118 +VariableMetric: Iteration # 29 - FCN = -717118.1597633 Edm = 15.7923 NCalls = 123 +VariableMetric: Iteration # 30 - FCN = -717135.8799879 Edm = 3.84357 NCalls = 125 +VariableMetric: Iteration # 31 - FCN = -717137.7771486 Edm = 0.529758 NCalls = 127 +VariableMetric: Iteration # 32 - FCN = -717138.2534503 Edm = 0.0277346 NCalls = 128 +VariableMetric: Iteration # 33 - FCN = -717138.3085578 Edm = 0.0399767 NCalls = 130 +VariableMetric: Iteration # 34 - FCN = -717138.6127015 Edm = 0.272957 NCalls = 134 +VariableMetric: Iteration # 35 - FCN = -717163.381792 Edm = 15.0616 NCalls = 139 +VariableMetric: Iteration # 36 - FCN = -717214.9497432 Edm = 1.68971 NCalls = 141 +VariableMetric: Iteration # 37 - FCN = -717216.8925841 Edm = 0.0560445 NCalls = 143 +VariableMetric: Iteration # 38 - FCN = -717216.9387131 Edm = 0.00919017 NCalls = 145 +VariableMetric: Iteration # 39 - FCN = -717216.9525298 Edm = 0.00760369 NCalls = 147 +VariableMetric: Iteration # 40 - FCN = -717217.0522679 Edm = 0.0990838 NCalls = 151 +VariableMetric: Iteration # 41 - FCN = -717222.2601368 Edm = 1.94346 NCalls = 158 +VariableMetric: Iteration # 42 - FCN = -717252.6734734 Edm = 11.8746 NCalls = 161 +VariableMetric: Iteration # 43 - FCN = -717273.7151706 Edm = 2.19429 NCalls = 163 +VariableMetric: Iteration # 44 - FCN = -717277.3534797 Edm = 1.84721 NCalls = 165 +VariableMetric: Iteration # 45 - FCN = -717280.1658569 Edm = 0.271423 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -717280.6355563 Edm = 0.044797 NCalls = 169 +VariableMetric: Iteration # 47 - FCN = -717280.6931859 Edm = 0.0102821 NCalls = 171 +VariableMetric: Iteration # 48 - FCN = -717280.7739339 Edm = 0.0774269 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -717282.0931194 Edm = 0.894865 NCalls = 180 +VariableMetric: Iteration # 50 - FCN = -717302.0509564 Edm = 18.8893 NCalls = 185 +VariableMetric: Iteration # 51 - FCN = -717363.818101 Edm = 68.3159 NCalls = 193 +VariableMetric: Iteration # 52 - FCN = -717443.2943207 Edm = 159.746 NCalls = 195 +VariableMetric: Iteration # 53 - FCN = -717524.0658998 Edm = 103.513 NCalls = 199 +VariableMetric: Iteration # 54 - FCN = -717825.4211604 Edm = 412.882 NCalls = 204 +VariableMetric: Iteration # 55 - FCN = -717866.7991778 Edm = 109.083 NCalls = 207 +VariableMetric: Iteration # 56 - FCN = -718393.5876916 Edm = 366.987 NCalls = 214 +VariableMetric: Iteration # 57 - FCN = -718570.8778356 Edm = 57.5059 NCalls = 216 +VariableMetric: Iteration # 58 - FCN = -718609.2034629 Edm = 5.08001 NCalls = 218 +VariableMetric: Iteration # 59 - FCN = -718633.287977 Edm = 55.0437 NCalls = 222 +VariableMetric: Iteration # 60 - FCN = -718668.8574943 Edm = 49.261 NCalls = 226 +VariableMetric: Iteration # 61 - FCN = -718682.1616548 Edm = 32.1468 NCalls = 229 +VariableMetric: Iteration # 62 - FCN = -718761.6374631 Edm = 35.5621 NCalls = 234 +VariableMetric: Iteration # 63 - FCN = -718780.3763992 Edm = 3.06238 NCalls = 236 +VariableMetric: Iteration # 64 - FCN = -718784.5146354 Edm = 1.91024 NCalls = 238 +VariableMetric: Iteration # 65 - FCN = -718787.7430531 Edm = 0.661863 NCalls = 240 +VariableMetric: Iteration # 66 - FCN = -718788.7669167 Edm = 0.055932 NCalls = 242 +VariableMetric: Iteration # 67 - FCN = -718788.8435739 Edm = 0.0165536 NCalls = 244 +VariableMetric: Iteration # 68 - FCN = -718789.015219 Edm = 0.134405 NCalls = 247 +VariableMetric: Iteration # 69 - FCN = -718789.7694253 Edm = 0.369071 NCalls = 250 +VariableMetric: Iteration # 70 - FCN = -718790.8994207 Edm = 0.263776 NCalls = 252 +VariableMetric: Iteration # 71 - FCN = -718792.9679774 Edm = 1.23197 NCalls = 255 +VariableMetric: Iteration # 72 - FCN = -718808.1874228 Edm = 9.0626 NCalls = 258 +VariableMetric: Iteration # 73 - FCN = -718870.763685 Edm = 3.61701 NCalls = 261 +VariableMetric: Iteration # 74 - FCN = -718875.6745818 Edm = 0.354994 NCalls = 263 +VariableMetric: Iteration # 75 - FCN = -718876.0021208 Edm = 0.059324 NCalls = 265 +VariableMetric: Iteration # 76 - FCN = -718876.0603081 Edm = 0.00320014 NCalls = 267 +VariableMetric: Iteration # 77 - FCN = -718876.0643104 Edm = 0.00189679 NCalls = 269 +VariableMetric: Iteration # 78 - FCN = -718876.085234 Edm = 0.0167057 NCalls = 273 +VariableMetric: Iteration # 79 - FCN = -718877.4056939 Edm = 1.1509 NCalls = 278 +VariableMetric: Iteration # 80 - FCN = -718897.4776461 Edm = 0.471669 NCalls = 282 +VariableMetric: Iteration # 81 - FCN = -718898.1721885 Edm = 0.0159061 NCalls = 284 +VariableMetric: Iteration # 82 - FCN = -718898.1938144 Edm = 0.00274902 NCalls = 286 +VariableMetric: Iteration # 83 - FCN = -718898.1967906 Edm = 0.000830963 NCalls = 288 +VariableMetric: Iteration # 84 - FCN = -718898.199581 Edm = 0.00142802 NCalls = 290 +VariableMetric: Iteration # 85 - FCN = -718898.211075 Edm = 0.00878285 NCalls = 293 +VariableMetric: Iteration # 86 - FCN = -718898.4738399 Edm = 0.22715 NCalls = 297 +VariableMetric: Iteration # 87 - FCN = -718906.6912876 Edm = 1.43602 NCalls = 301 +VariableMetric: Iteration # 88 - FCN = -718908.7513511 Edm = 0.0434906 NCalls = 303 +VariableMetric: Iteration # 89 - FCN = -718908.7954376 Edm = 0.000646203 NCalls = 305 +VariableMetric: Iteration # 90 - FCN = -718908.7961659 Edm = 9.76298e-05 NCalls = 307 +VariableMetric: Iteration # 91 - FCN = -718908.7963555 Edm = 5.29648e-05 NCalls = 309 +VariableMetric: After Hessian - FCN = -718908.7963555 Edm = 34.1894 NCalls = 678 +VariableMetric: Iteration # 92 - FCN = -718908.7963555 Edm = 34.1894 NCalls = 678 +VariableMetric: Iteration # 93 - FCN = -718918.2804484 Edm = 564.131 NCalls = 680 +VariableMetric: Iteration # 94 - FCN = -718921.3373801 Edm = 137.589 NCalls = 684 +VariableMetric: Iteration # 95 - FCN = -718927.5818221 Edm = 3.09116 NCalls = 695 +VariableMetric: Iteration # 96 - FCN = -718927.6000694 Edm = 1.93771 NCalls = 699 +VariableMetric: Iteration # 97 - FCN = -718927.8475943 Edm = 0.26232 NCalls = 701 +VariableMetric: Iteration # 98 - FCN = -718928.1435631 Edm = 0.247316 NCalls = 704 +VariableMetric: Iteration # 99 - FCN = -718928.5441652 Edm = 0.0416972 NCalls = 708 +VariableMetric: Iteration # 100 - FCN = -718928.6911102 Edm = 0.0165424 NCalls = 710 +VariableMetric: Iteration # 101 - FCN = -718928.7216628 Edm = 0.0103518 NCalls = 713 +VariableMetric: Iteration # 102 - FCN = -718928.7396312 Edm = 0.00383293 NCalls = 716 +VariableMetric: Iteration # 103 - FCN = -718928.7455934 Edm = 0.0029264 NCalls = 718 +VariableMetric: Iteration # 104 - FCN = -718928.7547101 Edm = 0.00303164 NCalls = 721 +VariableMetric: Iteration # 105 - FCN = -718928.7600231 Edm = 0.00285774 NCalls = 723 +VariableMetric: Iteration # 106 - FCN = -718928.7753349 Edm = 0.00518809 NCalls = 726 +VariableMetric: Iteration # 107 - FCN = -718928.7854284 Edm = 0.00367442 NCalls = 728 +VariableMetric: Iteration # 108 - FCN = -718928.7999926 Edm = 0.00647578 NCalls = 731 +VariableMetric: Iteration # 109 - FCN = -718928.8154106 Edm = 0.00716948 NCalls = 733 +VariableMetric: Iteration # 110 - FCN = -718928.8426786 Edm = 0.01497 NCalls = 736 +VariableMetric: Iteration # 111 - FCN = -718928.859716 Edm = 0.0185353 NCalls = 739 +VariableMetric: Iteration # 112 - FCN = -718928.8777146 Edm = 0.00507412 NCalls = 741 +VariableMetric: Iteration # 113 - FCN = -718928.8883963 Edm = 0.0047747 NCalls = 744 +VariableMetric: Iteration # 114 - FCN = -718928.9004811 Edm = 0.00210409 NCalls = 746 +VariableMetric: Iteration # 115 - FCN = -718928.9047042 Edm = 0.0011145 NCalls = 748 +VariableMetric: Iteration # 116 - FCN = -718928.9068808 Edm = 0.00150009 NCalls = 750 +VariableMetric: Iteration # 117 - FCN = -718928.9085196 Edm = 0.000953669 NCalls = 753 +VariableMetric: Iteration # 118 - FCN = -718928.9105201 Edm = 0.000161686 NCalls = 756 +VariableMetric: Iteration # 119 - FCN = -718928.9108 Edm = 0.000122379 NCalls = 758 +VariableMetric: Iteration # 120 - FCN = -718928.9110117 Edm = 7.94904e-05 NCalls = 760 +VariableMetric: Iteration # 121 - FCN = -718928.9111895 Edm = 4.9326e-05 NCalls = 762 +VariableMetric: After Hessian - FCN = -718928.9111895 Edm = 0.000537378 NCalls = 1135 +VariableMetric: Iteration # 122 - FCN = -718928.9111895 Edm = 0.000537378 NCalls = 1135 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713595.4518951 Edm = 1.65818 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713595.4518951 Edm = 1.65818 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716514.2418397 Edm = 2.37877 NCalls = 11 +VariableMetric: Iteration # 2 - FCN = -716515.6286618 Edm = 4.71182 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -716811.0185595 Edm = 1.82078 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -716813.0493463 Edm = 0.0972272 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716815.1361431 Edm = 1.87757 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -717226.2919753 Edm = 22.0735 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -717252.6400305 Edm = 6.36706 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -717256.1533479 Edm = 0.0261113 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -717273.4433669 Edm = 14.6972 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -717419.9234298 Edm = 15.1777 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -717442.4773969 Edm = 7.78599 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -717446.4550882 Edm = 0.255589 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -717446.738258 Edm = 0.0358495 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -717449.7355975 Edm = 3.03543 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -717648.7566538 Edm = 30.4252 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -717701.3637643 Edm = 3.12868 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -717704.3188828 Edm = 0.123302 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -717704.4235019 Edm = 0.0140521 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -717704.4412338 Edm = 0.00486745 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -717704.5264285 Edm = 0.0754589 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -717749.5717791 Edm = 20.6138 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -717801.0706649 Edm = 9.09606 NCalls = 88 +VariableMetric: Iteration # 23 - FCN = -717817.6599518 Edm = 23.5003 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -717833.636647 Edm = 2.49584 NCalls = 93 +VariableMetric: Iteration # 25 - FCN = -717836.7312151 Edm = 0.417988 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -717837.2843173 Edm = 0.0585489 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -717837.3503532 Edm = 0.0063473 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -717837.4284135 Edm = 0.0727986 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -717848.5157582 Edm = 0.429932 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -717991.8231783 Edm = 30.8374 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -718027.5842462 Edm = 9.95203 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -718036.8288403 Edm = 5.35271 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -718038.6027953 Edm = 0.287297 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -718038.9750634 Edm = 0.0140889 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -718038.9934103 Edm = 0.00492676 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -718039.1904258 Edm = 0.192467 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -718071.2870972 Edm = 24.6144 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -718181.9389269 Edm = 30.7225 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -718237.1687815 Edm = 36.7396 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -718260.3943215 Edm = 11.8665 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -718271.691569 Edm = 1.10142 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -718272.5077408 Edm = 0.148984 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -718273.2888162 Edm = 1.29991 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -718274.1785844 Edm = 1.74192 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -718274.9774998 Edm = 1.27353 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -718276.9450406 Edm = 0.558692 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -718277.4849335 Edm = 0.0209416 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -718277.5093142 Edm = 0.00488108 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -718277.9065484 Edm = 0.391929 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -718281.0232716 Edm = 3.0147 NCalls = 176 +VariableMetric: Iteration # 51 - FCN = -718521.6266231 Edm = 601.939 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -718542.3132106 Edm = 11.0055 NCalls = 185 +VariableMetric: Iteration # 53 - FCN = -718575.7950166 Edm = 48.4286 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -718652.9549983 Edm = 31.5794 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -718688.9415406 Edm = 7.61807 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -718700.78586 Edm = 6.79017 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -718730.2065153 Edm = 22.7261 NCalls = 199 +VariableMetric: Iteration # 58 - FCN = -718743.4363335 Edm = 6.00895 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -718752.0230747 Edm = 4.04997 NCalls = 203 +VariableMetric: Iteration # 60 - FCN = -718754.2022458 Edm = 1.87787 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -718757.8168496 Edm = 1.23769 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -718759.8064135 Edm = 0.511259 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -718760.1769451 Edm = 0.075551 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -718760.2664993 Edm = 0.0142729 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -718760.3524829 Edm = 0.0712475 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -718761.1574447 Edm = 0.937367 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -718803.2542875 Edm = 30.5444 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -718873.1062387 Edm = 21.1026 NCalls = 229 +VariableMetric: Iteration # 69 - FCN = -718890.0853973 Edm = 3.69185 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -718893.6063014 Edm = 0.526376 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -718894.6828995 Edm = 0.138642 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -718894.9041601 Edm = 0.0229167 NCalls = 238 +VariableMetric: Iteration # 73 - FCN = -718894.9730505 Edm = 0.0322209 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -718895.0697532 Edm = 0.0359369 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -718895.0982505 Edm = 0.00978422 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -718895.1121705 Edm = 0.00289519 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -718895.1163 Edm = 0.000863433 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -718895.1203068 Edm = 0.00327545 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -718895.1654761 Edm = 0.0226418 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -718895.4000478 Edm = 0.193808 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -718903.1094471 Edm = 4.88742 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -718909.41512 Edm = 1.40978 NCalls = 269 +VariableMetric: Iteration # 83 - FCN = -718910.7548691 Edm = 0.0769571 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -718910.8894696 Edm = 0.0412551 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -718910.9341646 Edm = 0.0114179 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -718910.9496338 Edm = 0.00357435 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -718910.9563091 Edm = 0.0029386 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -718910.959602 Edm = 0.000768204 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -718910.9606876 Edm = 0.000203017 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -718910.9611288 Edm = 0.000238665 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -718910.9633008 Edm = 0.00227591 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -718910.98228 Edm = 0.0173016 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -718911.2423718 Edm = 0.325299 NCalls = 301 +VariableMetric: Iteration # 94 - FCN = -718911.2706769 Edm = 0.0571073 NCalls = 304 +VariableMetric: Iteration # 95 - FCN = -718911.5023729 Edm = 0.222327 NCalls = 307 +VariableMetric: Iteration # 96 - FCN = -718912.691364 Edm = 0.70445 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -718914.2655188 Edm = 0.174982 NCalls = 316 +VariableMetric: Iteration # 98 - FCN = -718914.7147399 Edm = 0.0752396 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -718914.7970611 Edm = 0.0120215 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -718914.8268741 Edm = 0.00716317 NCalls = 324 +VariableMetric: Iteration # 101 - FCN = -718915.8063271 Edm = 1.80957 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -718916.0107457 Edm = 6377.82 NCalls = 337 +VariableMetric: Iteration # 103 - FCN = -718916.1643462 Edm = 9195.25 NCalls = 343 +VariableMetric: Iteration # 104 - FCN = -718917.0228985 Edm = 1794.96 NCalls = 348 +VariableMetric: Iteration # 105 - FCN = -718917.4116824 Edm = 1578.72 NCalls = 352 +VariableMetric: Iteration # 106 - FCN = -718918.9753319 Edm = 269.227 NCalls = 356 +VariableMetric: Iteration # 107 - FCN = -718919.327016 Edm = 823.227 NCalls = 359 +VariableMetric: Iteration # 108 - FCN = -718920.0504837 Edm = 54.0662 NCalls = 362 +VariableMetric: Iteration # 109 - FCN = -718920.1434635 Edm = 584.574 NCalls = 364 +VariableMetric: Iteration # 110 - FCN = -718923.0328434 Edm = 61.7273 NCalls = 367 +VariableMetric: Iteration # 111 - FCN = -718924.7304787 Edm = 136.535 NCalls = 369 +VariableMetric: Iteration # 112 - FCN = -718925.7724644 Edm = 27.3774 NCalls = 371 +VariableMetric: Iteration # 113 - FCN = -718926.0944352 Edm = 24.7365 NCalls = 373 +VariableMetric: Iteration # 114 - FCN = -718926.4379462 Edm = 4.8038 NCalls = 375 +VariableMetric: Iteration # 115 - FCN = -718926.6442321 Edm = 10.6355 NCalls = 377 +VariableMetric: Iteration # 116 - FCN = -718927.2896787 Edm = 12.419 NCalls = 379 +VariableMetric: Iteration # 117 - FCN = -718927.6210336 Edm = 4.1622 NCalls = 381 +VariableMetric: Iteration # 118 - FCN = -718928.2295959 Edm = 1.95784 NCalls = 383 +VariableMetric: Iteration # 119 - FCN = -718928.6752175 Edm = 3.96733 NCalls = 385 +VariableMetric: Iteration # 120 - FCN = -718929.3714544 Edm = 2.6133 NCalls = 387 +VariableMetric: Iteration # 121 - FCN = -718929.8475203 Edm = 3.28779 NCalls = 389 +VariableMetric: Iteration # 122 - FCN = -718930.9012931 Edm = 2.1085 NCalls = 393 +VariableMetric: Iteration # 123 - FCN = -718932.6673293 Edm = 5.51202 NCalls = 396 +VariableMetric: Iteration # 124 - FCN = -718933.6278455 Edm = 2.43746 NCalls = 399 +VariableMetric: Iteration # 125 - FCN = -718934.6516567 Edm = 3.90064 NCalls = 402 +VariableMetric: Iteration # 126 - FCN = -718937.203377 Edm = 8.06145 NCalls = 405 +VariableMetric: Iteration # 127 - FCN = -718940.5522422 Edm = 4.59561 NCalls = 409 +VariableMetric: Iteration # 128 - FCN = -718942.0114949 Edm = 3.43652 NCalls = 412 +VariableMetric: Iteration # 129 - FCN = -718943.647037 Edm = 1.47736 NCalls = 414 +VariableMetric: Iteration # 130 - FCN = -718944.7048465 Edm = 0.497891 NCalls = 418 +VariableMetric: Iteration # 131 - FCN = -718945.4100143 Edm = 0.258563 NCalls = 420 +VariableMetric: Iteration # 132 - FCN = -718945.6272313 Edm = 0.0579791 NCalls = 422 +VariableMetric: Iteration # 133 - FCN = -718945.6700804 Edm = 0.00537762 NCalls = 423 +VariableMetric: Iteration # 134 - FCN = -718945.6758524 Edm = 0.000707303 NCalls = 425 +VariableMetric: Iteration # 135 - FCN = -718945.6769963 Edm = 0.000190201 NCalls = 427 +VariableMetric: Iteration # 136 - FCN = -718945.6777384 Edm = 0.000447168 NCalls = 429 +VariableMetric: Iteration # 137 - FCN = -718945.6792018 Edm = 0.000738409 NCalls = 431 +VariableMetric: Iteration # 138 - FCN = -718945.6810064 Edm = 0.000917329 NCalls = 434 +VariableMetric: Iteration # 139 - FCN = -718945.6831004 Edm = 0.000684431 NCalls = 436 +VariableMetric: Iteration # 140 - FCN = -718945.6839594 Edm = 0.000596615 NCalls = 439 +VariableMetric: Iteration # 141 - FCN = -718945.684462 Edm = 0.000191236 NCalls = 441 +VariableMetric: Iteration # 142 - FCN = -718945.6847496 Edm = 5.52307e-05 NCalls = 443 +VariableMetric: After Hessian - FCN = -718945.6847496 Edm = 8.08432e-05 NCalls = 812 +VariableMetric: Iteration # 143 - FCN = -718945.6847496 Edm = 8.08432e-05 NCalls = 812 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713047.851754 Edm = 4.785 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713047.851754 Edm = 4.785 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716390.1863398 Edm = 1.94948 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -716405.914416 Edm = 18.0431 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -716738.2299429 Edm = 212.901 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -717202.3911064 Edm = 2.0199 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -717204.53868 Edm = 0.0794475 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -717204.6403154 Edm = 0.0610327 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -717254.0147101 Edm = 15.378 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -717474.3408999 Edm = 40.4544 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -717566.0533257 Edm = 3.80503 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -717569.5484731 Edm = 0.230186 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -717569.7944382 Edm = 0.0677418 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -717632.9906817 Edm = 10.9619 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -717675.7800551 Edm = 1.47612 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -717677.1202869 Edm = 0.0624595 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -717677.2050277 Edm = 0.0160754 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -717677.3685081 Edm = 0.0905812 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -717678.2585615 Edm = 0.661674 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -717716.650856 Edm = 1.90198 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -717718.7875255 Edm = 0.221248 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -717719.16092 Edm = 0.0545995 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -717719.3440228 Edm = 0.114158 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -717731.9772608 Edm = 9.08372 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -717869.3151396 Edm = 90.0884 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -717902.6168728 Edm = 32.5464 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -717947.4929635 Edm = 8.64001 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -717957.6229099 Edm = 0.992222 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -717958.4085008 Edm = 0.139793 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -717958.5627438 Edm = 0.0349925 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -717958.6291471 Edm = 0.0212558 NCalls = 94 +VariableMetric: Iteration # 30 - FCN = -717958.6501002 Edm = 0.00292206 NCalls = 95 +VariableMetric: Iteration # 31 - FCN = -717958.7101499 Edm = 0.0578995 NCalls = 99 +VariableMetric: Iteration # 32 - FCN = -717963.1402697 Edm = 0.104288 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -717974.1675895 Edm = 0.97924 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -717976.1740398 Edm = 1.08586 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -717985.43668 Edm = 5.08143 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -718143.6213535 Edm = 9.94719e+06 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -718540.1276977 Edm = 4.10381e+06 NCalls = 139 +VariableMetric: Iteration # 38 - FCN = -718601.319491 Edm = 1.26916e+06 NCalls = 150 +VariableMetric: Iteration # 39 - FCN = -718821.836744 Edm = 167585 NCalls = 159 +VariableMetric: Iteration # 40 - FCN = -718833.4620036 Edm = 14720.8 NCalls = 166 +VariableMetric: Iteration # 41 - FCN = -718835.2367094 Edm = 3236.91 NCalls = 171 +VariableMetric: Iteration # 42 - FCN = -718841.6549111 Edm = 12087.3 NCalls = 175 +VariableMetric: Iteration # 43 - FCN = -718846.4464003 Edm = 28134.2 NCalls = 178 +VariableMetric: Iteration # 44 - FCN = -718860.0169822 Edm = 1070.57 NCalls = 182 +VariableMetric: Iteration # 45 - FCN = -718870.1291669 Edm = 956.742 NCalls = 185 +VariableMetric: Iteration # 46 - FCN = -718874.7403288 Edm = 512.026 NCalls = 188 +VariableMetric: Iteration # 47 - FCN = -718880.3467298 Edm = 69.3557 NCalls = 191 +VariableMetric: Iteration # 48 - FCN = -718886.882747 Edm = 534.758 NCalls = 193 +VariableMetric: Iteration # 49 - FCN = -718889.2088034 Edm = 1089.03 NCalls = 195 +VariableMetric: Iteration # 50 - FCN = -718894.4899767 Edm = 259.098 NCalls = 197 +VariableMetric: Iteration # 51 - FCN = -718904.7215499 Edm = 180.516 NCalls = 199 +VariableMetric: Iteration # 52 - FCN = -718908.7274865 Edm = 26.9298 NCalls = 201 +VariableMetric: Iteration # 53 - FCN = -718913.7636258 Edm = 13.1622 NCalls = 203 +VariableMetric: Iteration # 54 - FCN = -718916.6029614 Edm = 14.9413 NCalls = 205 +VariableMetric: Iteration # 55 - FCN = -718924.3586876 Edm = 30.4047 NCalls = 207 +VariableMetric: Iteration # 56 - FCN = -718929.9628447 Edm = 16.6517 NCalls = 209 +VariableMetric: Iteration # 57 - FCN = -718931.6863596 Edm = 5.6594 NCalls = 211 +VariableMetric: Iteration # 58 - FCN = -718935.894828 Edm = 29.5471 NCalls = 212 +VariableMetric: Iteration # 59 - FCN = -718940.522356 Edm = 4.4627 NCalls = 214 +VariableMetric: Iteration # 60 - FCN = -718942.733983 Edm = 2.89517 NCalls = 216 +VariableMetric: Iteration # 61 - FCN = -718944.9064521 Edm = 1.15412 NCalls = 219 +VariableMetric: Iteration # 62 - FCN = -718945.5668946 Edm = 0.793106 NCalls = 221 +VariableMetric: Iteration # 63 - FCN = -718946.0060409 Edm = 0.491962 NCalls = 223 +VariableMetric: Iteration # 64 - FCN = -718946.4673922 Edm = 0.293021 NCalls = 225 +VariableMetric: Iteration # 65 - FCN = -718946.7193601 Edm = 0.0782615 NCalls = 227 +VariableMetric: Iteration # 66 - FCN = -718946.8156719 Edm = 0.033084 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -718946.850213 Edm = 0.0190225 NCalls = 231 +VariableMetric: Iteration # 68 - FCN = -718946.8785184 Edm = 0.00893418 NCalls = 233 +VariableMetric: Iteration # 69 - FCN = -718946.8901447 Edm = 0.0015431 NCalls = 235 +VariableMetric: Iteration # 70 - FCN = -718946.8921348 Edm = 0.000449382 NCalls = 237 +VariableMetric: Iteration # 71 - FCN = -718946.8929711 Edm = 0.000378664 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -718946.8935354 Edm = 0.000134449 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -718946.8938634 Edm = 0.000111152 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -718946.8941277 Edm = 2.42393e-05 NCalls = 245 +VariableMetric: After Hessian - FCN = -718946.8941277 Edm = 0.0181453 NCalls = 624 +VariableMetric: Iteration # 75 - FCN = -718946.8941277 Edm = 0.0181453 NCalls = 624 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -712434.4179353 Edm = 8.06788 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -712434.4179353 Edm = 8.06788 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716236.4448389 Edm = 0.752389 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -716242.8015368 Edm = 3.93848 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -716747.8534817 Edm = 108.172 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -716796.9865222 Edm = 0.313437 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716799.8974249 Edm = 3.53475 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -716878.9689855 Edm = 24.2104 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -716909.4078723 Edm = 0.166925 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -716910.8146456 Edm = 1.33148 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -717101.279273 Edm = 11.5763 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -717147.2194621 Edm = 8.80334 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -717155.268385 Edm = 0.858961 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -717157.0738451 Edm = 0.111986 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -717158.4802206 Edm = 0.952615 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -717226.5938963 Edm = 65.7139 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -717254.8316258 Edm = 40.7333 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -717294.5500788 Edm = 82.0578 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -717386.6071086 Edm = 13.4691 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -717456.6105848 Edm = 21.7502 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -717472.2880654 Edm = 35.4566 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -717480.0366428 Edm = 0.289784 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -717482.934462 Edm = 2.70001 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -717509.0629852 Edm = 9.57501 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -717521.9904428 Edm = 4.29158 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -717525.8401477 Edm = 2.37055 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -717527.0956352 Edm = 0.091286 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -717527.1859354 Edm = 0.0137712 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -717527.8357621 Edm = 0.578535 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -717545.536473 Edm = 19.3773 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -717552.611222 Edm = 6.21469 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -717585.6872893 Edm = 24.1347 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -717662.7892791 Edm = 19.873 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -717694.1421894 Edm = 1.1124 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -717695.4809514 Edm = 0.113176 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -717695.6328954 Edm = 0.0159931 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -717695.6671166 Edm = 0.015069 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -717696.1531798 Edm = 0.482246 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -717698.1111844 Edm = 1.7094 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -717781.3883501 Edm = 22.275 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -717808.3295784 Edm = 4.3901 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -717817.8753357 Edm = 3.58227 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -717822.5995057 Edm = 1.25259 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -717824.7925089 Edm = 0.313859 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -717825.2253193 Edm = 0.0500554 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -717825.2798568 Edm = 0.00752367 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -717825.2951026 Edm = 0.00705744 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -717825.4142866 Edm = 0.100425 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -717834.3556981 Edm = 3.30639 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -717851.3885107 Edm = 121.469 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -717869.025091 Edm = 27.1171 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -717904.1725085 Edm = 12.5338 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -717937.9234034 Edm = 15.3002 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -717960.2053505 Edm = 5.75898 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -717968.813474 Edm = 8.84506 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -717976.8811412 Edm = 4.41426 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -717986.0099059 Edm = 2.15021 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -717987.5873185 Edm = 1.85386 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -717989.7078132 Edm = 0.19167 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -717989.8847901 Edm = 0.0369763 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -717989.9290189 Edm = 0.0103848 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -717989.9780564 Edm = 0.0302689 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -717990.0477563 Edm = 0.0492727 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -717990.844319 Edm = 0.707799 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -718034.5906407 Edm = 54.0662 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -718056.5428796 Edm = 47.2577 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -718098.9050691 Edm = 26.3956 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -718116.9829237 Edm = 11.9942 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -718132.328628 Edm = 11.3814 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -718142.5917318 Edm = 3.37202 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -718147.561086 Edm = 0.968338 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -718149.5535127 Edm = 2.30548 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -718151.8112446 Edm = 1.29453 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -718153.1941733 Edm = 1.29683 NCalls = 233 +VariableMetric: Iteration # 73 - FCN = -718153.8350579 Edm = 0.0817292 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -718153.9438874 Edm = 0.0138064 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -718153.9721577 Edm = 0.0123801 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -718153.9954675 Edm = 0.00939969 NCalls = 241 +VariableMetric: Iteration # 77 - FCN = -718154.0635379 Edm = 0.0573788 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -718154.5578692 Edm = 0.225239 NCalls = 249 +VariableMetric: Iteration # 79 - FCN = -718155.8531272 Edm = 1.20949 NCalls = 253 +VariableMetric: Iteration # 80 - FCN = -718181.1100307 Edm = 24.5215 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -718181.3222065 Edm = 0.586437 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -718184.9518867 Edm = 2.08028 NCalls = 266 +VariableMetric: Iteration # 83 - FCN = -718191.1107594 Edm = 2.67689 NCalls = 270 +VariableMetric: Iteration # 84 - FCN = -718193.7588777 Edm = 1.07849 NCalls = 271 +VariableMetric: Iteration # 85 - FCN = -718197.1543716 Edm = 1.63072 NCalls = 273 +VariableMetric: Iteration # 86 - FCN = -718201.9832486 Edm = 3.23071 NCalls = 276 +VariableMetric: Iteration # 87 - FCN = -718205.578834 Edm = 3.4816 NCalls = 279 +VariableMetric: Iteration # 88 - FCN = -718213.5887192 Edm = 2.29418 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -718226.8344036 Edm = 7.85295 NCalls = 286 +VariableMetric: Iteration # 90 - FCN = -718260.5075911 Edm = 10.864 NCalls = 294 +VariableMetric: Iteration # 91 - FCN = -718269.1370334 Edm = 3.54072 NCalls = 296 +VariableMetric: Iteration # 92 - FCN = -718273.9643575 Edm = 1.91275 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -718282.3439988 Edm = 14.931 NCalls = 303 +VariableMetric: Iteration # 94 - FCN = -718284.0017043 Edm = 3.75153 NCalls = 306 +VariableMetric: Iteration # 95 - FCN = -718289.2623034 Edm = 4.58601 NCalls = 309 +VariableMetric: Iteration # 96 - FCN = -718290.8615592 Edm = 0.691662 NCalls = 311 +VariableMetric: Iteration # 97 - FCN = -718291.4102649 Edm = 0.135234 NCalls = 313 +VariableMetric: Iteration # 98 - FCN = -718291.5782037 Edm = 0.0117995 NCalls = 315 +VariableMetric: Iteration # 99 - FCN = -718291.6069826 Edm = 0.0129485 NCalls = 317 +VariableMetric: Iteration # 100 - FCN = -718291.6817339 Edm = 0.044946 NCalls = 320 +VariableMetric: Iteration # 101 - FCN = -718291.9556938 Edm = 0.278807 NCalls = 323 +VariableMetric: Iteration # 102 - FCN = -718310.9914097 Edm = 11.329 NCalls = 331 +VariableMetric: Iteration # 103 - FCN = -718349.2339002 Edm = 11.9492 NCalls = 333 +VariableMetric: Iteration # 104 - FCN = -718369.6003435 Edm = 9.0511 NCalls = 336 +VariableMetric: Iteration # 105 - FCN = -718381.8365055 Edm = 1.48303 NCalls = 340 +VariableMetric: Iteration # 106 - FCN = -718383.8409009 Edm = 0.248806 NCalls = 343 +VariableMetric: Iteration # 107 - FCN = -718384.2375695 Edm = 0.0661662 NCalls = 345 +VariableMetric: Iteration # 108 - FCN = -718384.3089758 Edm = 0.0270404 NCalls = 347 +VariableMetric: Iteration # 109 - FCN = -718384.404312 Edm = 0.0616242 NCalls = 350 +VariableMetric: Iteration # 110 - FCN = -718384.8593738 Edm = 0.401876 NCalls = 356 +VariableMetric: Iteration # 111 - FCN = -718384.8991479 Edm = 0.146105 NCalls = 358 +VariableMetric: Iteration # 112 - FCN = -718385.1438165 Edm = 0.152495 NCalls = 361 +VariableMetric: Iteration # 113 - FCN = -718385.2941242 Edm = 0.0200555 NCalls = 362 +VariableMetric: Iteration # 114 - FCN = -718385.315931 Edm = 0.00291197 NCalls = 364 +VariableMetric: Iteration # 115 - FCN = -718385.3210996 Edm = 0.00345407 NCalls = 366 +VariableMetric: Iteration # 116 - FCN = -718385.3399847 Edm = 0.0182733 NCalls = 369 +VariableMetric: Iteration # 117 - FCN = -718385.5773063 Edm = 0.212487 NCalls = 375 +VariableMetric: Iteration # 118 - FCN = -718403.2314857 Edm = 13.0578 NCalls = 380 +VariableMetric: Iteration # 119 - FCN = -718439.1607524 Edm = 25.738 NCalls = 385 +VariableMetric: Iteration # 120 - FCN = -718460.8315742 Edm = 7.29189 NCalls = 390 +VariableMetric: Iteration # 121 - FCN = -718515.3137417 Edm = 538.854 NCalls = 398 +VariableMetric: Iteration # 122 - FCN = -718522.5584345 Edm = 128.831 NCalls = 399 +VariableMetric: Iteration # 123 - FCN = -718600.3801338 Edm = 148.234 NCalls = 403 +VariableMetric: Iteration # 124 - FCN = -718643.2039167 Edm = 128.293 NCalls = 406 +VariableMetric: Iteration # 125 - FCN = -718669.373213 Edm = 21.9986 NCalls = 408 +VariableMetric: Iteration # 126 - FCN = -718711.6305474 Edm = 26.6697 NCalls = 412 +VariableMetric: Iteration # 127 - FCN = -718735.7587122 Edm = 15.3612 NCalls = 415 +VariableMetric: Iteration # 128 - FCN = -718766.5880071 Edm = 14.9337 NCalls = 418 +VariableMetric: Iteration # 129 - FCN = -718795.0397696 Edm = 21.8331 NCalls = 421 +VariableMetric: Iteration # 130 - FCN = -718821.2229499 Edm = 22.8216 NCalls = 424 +VariableMetric: Iteration # 131 - FCN = -718842.4690146 Edm = 16.4757 NCalls = 427 +VariableMetric: Iteration # 132 - FCN = -718863.5082121 Edm = 6.42607 NCalls = 429 +VariableMetric: Iteration # 133 - FCN = -718869.6987917 Edm = 1.11371 NCalls = 430 +VariableMetric: Iteration # 134 - FCN = -718871.4960112 Edm = 0.374281 NCalls = 432 +VariableMetric: Iteration # 135 - FCN = -718871.7925171 Edm = 0.0885078 NCalls = 434 +VariableMetric: Iteration # 136 - FCN = -718871.917596 Edm = 0.0616813 NCalls = 436 +VariableMetric: Iteration # 137 - FCN = -718872.1196112 Edm = 0.0574448 NCalls = 439 +VariableMetric: Iteration # 138 - FCN = -718872.2221289 Edm = 0.0147011 NCalls = 441 +VariableMetric: Iteration # 139 - FCN = -718872.2731379 Edm = 0.0203369 NCalls = 444 +VariableMetric: Iteration # 140 - FCN = -718872.3229862 Edm = 0.0188902 NCalls = 447 +VariableMetric: Iteration # 141 - FCN = -718872.3567072 Edm = 0.0302184 NCalls = 449 +VariableMetric: Iteration # 142 - FCN = -718872.3928062 Edm = 0.0167323 NCalls = 452 +VariableMetric: Iteration # 143 - FCN = -718872.4299129 Edm = 0.0178808 NCalls = 454 +VariableMetric: Iteration # 144 - FCN = -718872.4928559 Edm = 0.0171879 NCalls = 457 +VariableMetric: Iteration # 145 - FCN = -718872.5024537 Edm = 0.00400898 NCalls = 459 +VariableMetric: Iteration # 146 - FCN = -718872.5056123 Edm = 0.00112394 NCalls = 460 +VariableMetric: Iteration # 147 - FCN = -718872.5141022 Edm = 0.00800288 NCalls = 463 +VariableMetric: Iteration # 148 - FCN = -718872.8387936 Edm = 0.309431 NCalls = 470 +VariableMetric: Iteration # 149 - FCN = -718875.5181934 Edm = 2.13308 NCalls = 473 +VariableMetric: Iteration # 150 - FCN = -718886.1945282 Edm = 3.02296 NCalls = 477 +VariableMetric: Iteration # 151 - FCN = -718889.6902102 Edm = 0.858148 NCalls = 479 +VariableMetric: Iteration # 152 - FCN = -718890.1450076 Edm = 0.249697 NCalls = 481 +VariableMetric: Iteration # 153 - FCN = -718890.3298932 Edm = 0.0710252 NCalls = 482 +VariableMetric: Iteration # 154 - FCN = -718890.4355407 Edm = 0.0488708 NCalls = 484 +VariableMetric: Iteration # 155 - FCN = -718890.6541954 Edm = 0.638167 NCalls = 489 +VariableMetric: Iteration # 156 - FCN = -718891.0542449 Edm = 2.08339 NCalls = 495 +VariableMetric: Iteration # 157 - FCN = -718891.1560486 Edm = 0.595579 NCalls = 498 +VariableMetric: Iteration # 158 - FCN = -718893.3639722 Edm = 3.96322 NCalls = 502 +VariableMetric: Iteration # 159 - FCN = -718893.4865942 Edm = 0.116998 NCalls = 504 +VariableMetric: Iteration # 160 - FCN = -718895.0534495 Edm = 2.51721 NCalls = 508 +VariableMetric: Iteration # 161 - FCN = -718897.2326339 Edm = 1.29088 NCalls = 513 +VariableMetric: Iteration # 162 - FCN = -718899.8049563 Edm = 0.679442 NCalls = 516 +VariableMetric: Iteration # 163 - FCN = -718900.3046589 Edm = 0.21661 NCalls = 518 +VariableMetric: Iteration # 164 - FCN = -718900.5895411 Edm = 0.120664 NCalls = 521 +VariableMetric: Iteration # 165 - FCN = -718901.0176192 Edm = 0.106389 NCalls = 524 +VariableMetric: Iteration # 166 - FCN = -718901.1167295 Edm = 0.0896945 NCalls = 525 +VariableMetric: Iteration # 167 - FCN = -718901.170139 Edm = 0.0109857 NCalls = 528 +VariableMetric: Iteration # 168 - FCN = -718901.1907077 Edm = 0.0044381 NCalls = 530 +VariableMetric: Iteration # 169 - FCN = -718901.204108 Edm = 0.00455591 NCalls = 532 +VariableMetric: Iteration # 170 - FCN = -718901.2096862 Edm = 0.000629946 NCalls = 534 +VariableMetric: Iteration # 171 - FCN = -718901.210926 Edm = 0.000419068 NCalls = 536 +VariableMetric: Iteration # 172 - FCN = -718901.2122085 Edm = 0.000379411 NCalls = 538 +VariableMetric: Iteration # 173 - FCN = -718901.2137375 Edm = 0.000886556 NCalls = 540 +VariableMetric: Iteration # 174 - FCN = -718901.2210074 Edm = 0.00418402 NCalls = 543 +VariableMetric: Iteration # 175 - FCN = -718901.2699296 Edm = 0.0481089 NCalls = 546 +VariableMetric: Iteration # 176 - FCN = -718903.212754 Edm = 1.82352 NCalls = 553 +VariableMetric: Iteration # 177 - FCN = -718903.2219842 Edm = 0.0117617 NCalls = 555 +VariableMetric: Iteration # 178 - FCN = -718903.2333361 Edm = 0.0166293 NCalls = 557 +VariableMetric: Iteration # 179 - FCN = -718903.3982397 Edm = 0.148295 NCalls = 564 +VariableMetric: Iteration # 180 - FCN = -718903.5704599 Edm = 1.12003 NCalls = 569 +VariableMetric: Iteration # 181 - FCN = -718903.9709969 Edm = 0.192535 NCalls = 574 +VariableMetric: Iteration # 182 - FCN = -718904.221668 Edm = 0.220495 NCalls = 577 +VariableMetric: Iteration # 183 - FCN = -718904.4098208 Edm = 0.108088 NCalls = 579 +VariableMetric: Iteration # 184 - FCN = -718904.6450042 Edm = 0.22749 NCalls = 582 +VariableMetric: Iteration # 185 - FCN = -718907.2345189 Edm = 1.82458 NCalls = 587 +VariableMetric: Iteration # 186 - FCN = -718912.0261434 Edm = 3.03666 NCalls = 590 +VariableMetric: Iteration # 187 - FCN = -718913.756119 Edm = 0.920495 NCalls = 593 +VariableMetric: Iteration # 188 - FCN = -718914.062427 Edm = 0.225972 NCalls = 595 +VariableMetric: Iteration # 189 - FCN = -718914.25787 Edm = 0.0128097 NCalls = 597 +VariableMetric: Iteration # 190 - FCN = -718914.2781455 Edm = 0.00416459 NCalls = 599 +VariableMetric: Iteration # 191 - FCN = -718914.2857806 Edm = 0.000530852 NCalls = 601 +VariableMetric: Iteration # 192 - FCN = -718914.2865454 Edm = 0.00023967 NCalls = 603 +VariableMetric: Iteration # 193 - FCN = -718914.2878565 Edm = 0.00115442 NCalls = 606 +VariableMetric: Iteration # 194 - FCN = -718914.3893003 Edm = 0.107156 NCalls = 613 +VariableMetric: Iteration # 195 - FCN = -718914.3951925 Edm = 0.00577608 NCalls = 617 +VariableMetric: Iteration # 196 - FCN = -718914.6549202 Edm = 0.0243073 NCalls = 624 +VariableMetric: Iteration # 197 - FCN = -718916.4259283 Edm = 0.564111 NCalls = 626 +VariableMetric: Iteration # 198 - FCN = -718917.6381077 Edm = 0.15962 NCalls = 628 +VariableMetric: Iteration # 199 - FCN = -718917.7579457 Edm = 0.00448774 NCalls = 630 +VariableMetric: Iteration # 200 - FCN = -718917.7615453 Edm = 0.00013823 NCalls = 632 +VariableMetric: Iteration # 201 - FCN = -718917.7617179 Edm = 4.3304e-05 NCalls = 634 +VariableMetric: After Hessian - FCN = -718917.7617179 Edm = 38.0809 NCalls = 997 +VariableMetric: Iteration # 202 - FCN = -718917.7617179 Edm = 38.0809 NCalls = 997 +VariableMetric: Iteration # 203 - FCN = -718923.5730348 Edm = 1327.67 NCalls = 999 +VariableMetric: Iteration # 204 - FCN = -718923.7696992 Edm = 11554.8 NCalls = 1007 +VariableMetric: Iteration # 205 - FCN = -718925.0949657 Edm = 89561.3 NCalls = 1013 +VariableMetric: Iteration # 206 - FCN = -718927.9932363 Edm = 110468 NCalls = 1018 +VariableMetric: Iteration # 207 - FCN = -718930.6211967 Edm = 10298.7 NCalls = 1023 +VariableMetric: Iteration # 208 - FCN = -718932.4331205 Edm = 3969.9 NCalls = 1028 +VariableMetric: Iteration # 209 - FCN = -718938.4365337 Edm = 3764.89 NCalls = 1032 +VariableMetric: Iteration # 210 - FCN = -718939.8551425 Edm = 1297.66 NCalls = 1036 +VariableMetric: Iteration # 211 - FCN = -718940.2029225 Edm = 367.005 NCalls = 1040 +VariableMetric: Iteration # 212 - FCN = -718942.8210286 Edm = 62.5923 NCalls = 1043 +VariableMetric: Iteration # 213 - FCN = -718942.861211 Edm = 32.4695 NCalls = 1046 +VariableMetric: Iteration # 214 - FCN = -718942.9425714 Edm = 10.9678 NCalls = 1049 +VariableMetric: Iteration # 215 - FCN = -718943.3191675 Edm = 114.675 NCalls = 1051 +VariableMetric: Iteration # 216 - FCN = -718943.3814145 Edm = 46.6814 NCalls = 1053 +VariableMetric: Iteration # 217 - FCN = -718943.732014 Edm = 30.9484 NCalls = 1055 +VariableMetric: Iteration # 218 - FCN = -718944.5640356 Edm = 12.8968 NCalls = 1057 +VariableMetric: Iteration # 219 - FCN = -718944.9841451 Edm = 10.031 NCalls = 1059 +VariableMetric: Iteration # 220 - FCN = -718945.2097807 Edm = 6.62046 NCalls = 1061 +VariableMetric: Iteration # 221 - FCN = -718945.9577568 Edm = 9.07561 NCalls = 1063 +VariableMetric: Iteration # 222 - FCN = -718946.1875636 Edm = 1.01033 NCalls = 1065 +VariableMetric: Iteration # 223 - FCN = -718946.4160376 Edm = 0.831857 NCalls = 1067 +VariableMetric: Iteration # 224 - FCN = -718946.5750575 Edm = 0.7394 NCalls = 1069 +VariableMetric: Iteration # 225 - FCN = -718946.7301432 Edm = 0.0950569 NCalls = 1071 +VariableMetric: Iteration # 226 - FCN = -718946.83636 Edm = 0.0203945 NCalls = 1073 +VariableMetric: Iteration # 227 - FCN = -718946.8505204 Edm = 0.00163433 NCalls = 1075 +VariableMetric: Iteration # 228 - FCN = -718946.8526851 Edm = 0.000533563 NCalls = 1077 +VariableMetric: Iteration # 229 - FCN = -718946.8546908 Edm = 0.000947317 NCalls = 1079 +VariableMetric: Iteration # 230 - FCN = -718946.8626765 Edm = 0.00471801 NCalls = 1082 +VariableMetric: Iteration # 231 - FCN = -718946.8736987 Edm = 0.00675074 NCalls = 1087 +VariableMetric: Iteration # 232 - FCN = -718946.8804774 Edm = 0.00235652 NCalls = 1089 +VariableMetric: Iteration # 233 - FCN = -718946.8830766 Edm = 0.0026171 NCalls = 1090 +VariableMetric: Iteration # 234 - FCN = -718946.8858802 Edm = 0.0013739 NCalls = 1092 +VariableMetric: Iteration # 235 - FCN = -718946.8882028 Edm = 0.000586647 NCalls = 1096 +VariableMetric: Iteration # 236 - FCN = -718946.8895454 Edm = 0.000551047 NCalls = 1099 +VariableMetric: Iteration # 237 - FCN = -718946.8899471 Edm = 0.000371298 NCalls = 1101 +VariableMetric: Iteration # 238 - FCN = -718946.8904495 Edm = 0.00010339 NCalls = 1104 +VariableMetric: Iteration # 239 - FCN = -718946.8906776 Edm = 4.99082e-05 NCalls = 1107 +VariableMetric: After Hessian - FCN = -718946.8906776 Edm = 6.36647e-05 NCalls = 1490 +VariableMetric: Iteration # 240 - FCN = -718946.8906776 Edm = 6.36647e-05 NCalls = 1490 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711819.3960284 Edm = 8.4093 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711819.3960284 Edm = 8.4093 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714704.1427136 Edm = 3.7067 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715733.7445571 Edm = 1.47371 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -715735.6765334 Edm = 0.147179 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715737.5440896 Edm = 1.93232 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -715808.9007441 Edm = 3.576 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -715812.3842694 Edm = 0.048061 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -715812.4915337 Edm = 0.078603 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -715821.8181743 Edm = 9.66496 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -715825.9602025 Edm = 3.88353 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -716153.5209331 Edm = 39.9021 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -716204.2742086 Edm = 10.3455 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -716215.637671 Edm = 0.630781 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -716216.4271626 Edm = 0.0394025 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -716216.8639942 Edm = 0.282779 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -716292.0026982 Edm = 150.356 NCalls = 65 +VariableMetric: Iteration # 16 - FCN = -716292.4391867 Edm = 2.72146 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -716299.9517844 Edm = 8.33436 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -716422.8995893 Edm = 116.28 NCalls = 78 +VariableMetric: Iteration # 19 - FCN = -717988.1861722 Edm = 317.864 NCalls = 84 +VariableMetric: Iteration # 20 - FCN = -718032.7463374 Edm = 249.723 NCalls = 87 +VariableMetric: Iteration # 21 - FCN = -718176.7085728 Edm = 13.0271 NCalls = 90 +VariableMetric: Iteration # 22 - FCN = -718212.8374668 Edm = 22.1743 NCalls = 94 +VariableMetric: Iteration # 23 - FCN = -718287.1418904 Edm = 31.3062 NCalls = 98 +VariableMetric: Iteration # 24 - FCN = -718302.8532997 Edm = 21.696 NCalls = 100 +VariableMetric: Iteration # 25 - FCN = -718328.5487538 Edm = 3.54891 NCalls = 102 +VariableMetric: Iteration # 26 - FCN = -718341.4197323 Edm = 6.68884 NCalls = 105 +VariableMetric: Iteration # 27 - FCN = -718355.016514 Edm = 6.57625 NCalls = 108 +VariableMetric: Iteration # 28 - FCN = -718365.5160319 Edm = 0.765622 NCalls = 110 +VariableMetric: Iteration # 29 - FCN = -718366.4378674 Edm = 0.108674 NCalls = 112 +VariableMetric: Iteration # 30 - FCN = -718366.6240837 Edm = 0.0112694 NCalls = 114 +VariableMetric: Iteration # 31 - FCN = -718366.6597009 Edm = 0.0252858 NCalls = 116 +VariableMetric: Iteration # 32 - FCN = -718367.8572849 Edm = 1.25881 NCalls = 122 +VariableMetric: Iteration # 33 - FCN = -718369.6919572 Edm = 1.74608 NCalls = 128 +VariableMetric: Iteration # 34 - FCN = -718441.4244427 Edm = 112.473 NCalls = 133 +VariableMetric: Iteration # 35 - FCN = -718633.0098294 Edm = 148.311 NCalls = 139 +VariableMetric: Iteration # 36 - FCN = -718736.8721376 Edm = 12.0674 NCalls = 140 +VariableMetric: Iteration # 37 - FCN = -718757.8800584 Edm = 1.55399 NCalls = 143 +VariableMetric: Iteration # 38 - FCN = -718758.7580901 Edm = 0.439826 NCalls = 145 +VariableMetric: Iteration # 39 - FCN = -718759.1240619 Edm = 0.0384165 NCalls = 147 +VariableMetric: Iteration # 40 - FCN = -718759.2021567 Edm = 0.00941686 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -718759.2214981 Edm = 0.00676262 NCalls = 151 +VariableMetric: Iteration # 42 - FCN = -718759.2943166 Edm = 0.0330201 NCalls = 154 +VariableMetric: Iteration # 43 - FCN = -718761.2497674 Edm = 2.4881 NCalls = 159 +VariableMetric: Iteration # 44 - FCN = -718761.5677633 Edm = 0.292932 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -718765.1969443 Edm = 3.01042 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -718836.8597459 Edm = 11.6959 NCalls = 172 +VariableMetric: Iteration # 47 - FCN = -718851.5370057 Edm = 7.06733 NCalls = 175 +VariableMetric: Iteration # 48 - FCN = -718856.873211 Edm = 1.60878 NCalls = 177 +VariableMetric: Iteration # 49 - FCN = -718859.4468125 Edm = 0.229282 NCalls = 179 +VariableMetric: Iteration # 50 - FCN = -718859.7350594 Edm = 0.0230559 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -718859.7593712 Edm = 0.00175798 NCalls = 182 +VariableMetric: Iteration # 52 - FCN = -718859.7655275 Edm = 0.00382068 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -718860.654627 Edm = 0.907349 NCalls = 190 +VariableMetric: Iteration # 54 - FCN = -718860.7098293 Edm = 0.0521808 NCalls = 193 +VariableMetric: Iteration # 55 - FCN = -718867.2192555 Edm = 0.741445 NCalls = 200 +VariableMetric: Iteration # 56 - FCN = -718887.0770438 Edm = 4.45465 NCalls = 203 +VariableMetric: Iteration # 57 - FCN = -718892.7137106 Edm = 0.679613 NCalls = 205 +VariableMetric: Iteration # 58 - FCN = -718893.2764176 Edm = 0.0086978 NCalls = 207 +VariableMetric: Iteration # 59 - FCN = -718893.2935619 Edm = 0.00302449 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -718893.298377 Edm = 0.00103864 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -718893.3027695 Edm = 0.00302619 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -718893.3318075 Edm = 0.0276123 NCalls = 216 +VariableMetric: Iteration # 63 - FCN = -718896.13085 Edm = 2.62564 NCalls = 223 +VariableMetric: Iteration # 64 - FCN = -718906.2070333 Edm = 2.68888 NCalls = 226 +VariableMetric: Iteration # 65 - FCN = -718908.9950509 Edm = 0.361527 NCalls = 227 +VariableMetric: Iteration # 66 - FCN = -718909.4144432 Edm = 0.0349904 NCalls = 230 +VariableMetric: Iteration # 67 - FCN = -718909.4511184 Edm = 0.000496133 NCalls = 232 +VariableMetric: Iteration # 68 - FCN = -718909.4516798 Edm = 0.000215004 NCalls = 234 +VariableMetric: Iteration # 69 - FCN = -718909.4549519 Edm = 0.00251009 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -718909.5365537 Edm = 0.0877942 NCalls = 242 +VariableMetric: Iteration # 71 - FCN = -718911.0391227 Edm = 1.09612 NCalls = 249 +VariableMetric: Iteration # 72 - FCN = -718914.9062018 Edm = 0.170169 NCalls = 252 +VariableMetric: Iteration # 73 - FCN = -718915.0724961 Edm = 0.00593795 NCalls = 253 +VariableMetric: Iteration # 74 - FCN = -718915.0780033 Edm = 0.000796342 NCalls = 255 +VariableMetric: Iteration # 75 - FCN = -718915.0787167 Edm = 8.14361e-05 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -718915.079865 Edm = 0.000936226 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -718915.1310692 Edm = 0.0421836 NCalls = 264 +VariableMetric: Iteration # 78 - FCN = -718916.4497439 Edm = 0.81448 NCalls = 268 +VariableMetric: Iteration # 79 - FCN = -718917.4041153 Edm = 0.0627369 NCalls = 271 +VariableMetric: Iteration # 80 - FCN = -718917.4592526 Edm = 0.00189302 NCalls = 273 +VariableMetric: Iteration # 81 - FCN = -718917.4611057 Edm = 3.6444e-05 NCalls = 274 +VariableMetric: After Hessian - FCN = -718917.4611057 Edm = 26.4629 NCalls = 633 +VariableMetric: Iteration # 82 - FCN = -718917.4611057 Edm = 26.4629 NCalls = 633 +VariableMetric: Iteration # 83 - FCN = -718942.3351509 Edm = 100.81 NCalls = 641 +VariableMetric: Iteration # 84 - FCN = -718942.4705721 Edm = 3.78102 NCalls = 645 +VariableMetric: Iteration # 85 - FCN = -718943.823479 Edm = 1.57282 NCalls = 655 +VariableMetric: Iteration # 86 - FCN = -718945.1671847 Edm = 0.0377892 NCalls = 657 +VariableMetric: Iteration # 87 - FCN = -718945.2313247 Edm = 0.0231897 NCalls = 659 +VariableMetric: Iteration # 88 - FCN = -718945.2955316 Edm = 0.0373337 NCalls = 662 +VariableMetric: Iteration # 89 - FCN = -718945.3520703 Edm = 0.0146061 NCalls = 664 +VariableMetric: Iteration # 90 - FCN = -718945.3776407 Edm = 0.00612164 NCalls = 666 +VariableMetric: Iteration # 91 - FCN = -718945.3831007 Edm = 0.00142562 NCalls = 668 +VariableMetric: Iteration # 92 - FCN = -718945.3853761 Edm = 0.000288065 NCalls = 670 +VariableMetric: Iteration # 93 - FCN = -718945.3863628 Edm = 0.000538159 NCalls = 672 +VariableMetric: Iteration # 94 - FCN = -718945.4337441 Edm = 0.0498391 NCalls = 679 +VariableMetric: Iteration # 95 - FCN = -718945.4349821 Edm = 0.0108224 NCalls = 682 +VariableMetric: Iteration # 96 - FCN = -718945.6681751 Edm = 0.161145 NCalls = 691 +VariableMetric: Iteration # 97 - FCN = -718945.8117031 Edm = 0.443982 NCalls = 693 +VariableMetric: Iteration # 98 - FCN = -718945.9811194 Edm = 0.129213 NCalls = 696 +VariableMetric: Iteration # 99 - FCN = -718946.1103809 Edm = 0.159242 NCalls = 699 +VariableMetric: Iteration # 100 - FCN = -718946.1990697 Edm = 0.0661469 NCalls = 701 +VariableMetric: Iteration # 101 - FCN = -718946.3977769 Edm = 0.0480288 NCalls = 705 +VariableMetric: Iteration # 102 - FCN = -718946.5061919 Edm = 0.118906 NCalls = 709 +VariableMetric: Iteration # 103 - FCN = -718946.5622277 Edm = 0.0228212 NCalls = 713 +VariableMetric: Iteration # 104 - FCN = -718946.5953992 Edm = 0.0307062 NCalls = 716 +VariableMetric: Iteration # 105 - FCN = -718946.6161336 Edm = 0.00940516 NCalls = 718 +VariableMetric: Iteration # 106 - FCN = -718946.6439471 Edm = 0.00634379 NCalls = 722 +VariableMetric: Iteration # 107 - FCN = -718946.6599847 Edm = 0.0143305 NCalls = 726 +VariableMetric: Iteration # 108 - FCN = -718946.6693358 Edm = 0.00301221 NCalls = 731 +VariableMetric: Iteration # 109 - FCN = -718946.6737297 Edm = 0.00238734 NCalls = 733 +VariableMetric: Iteration # 110 - FCN = -718946.6751597 Edm = 0.00126696 NCalls = 735 +VariableMetric: Iteration # 111 - FCN = -718946.6783778 Edm = 0.0008395 NCalls = 737 +VariableMetric: Iteration # 112 - FCN = -718946.6808882 Edm = 0.000387716 NCalls = 741 +VariableMetric: Iteration # 113 - FCN = -718946.6814292 Edm = 0.000456833 NCalls = 744 +VariableMetric: Iteration # 114 - FCN = -718946.6815772 Edm = 7.72637e-05 NCalls = 746 +VariableMetric: Iteration # 115 - FCN = -718946.6817535 Edm = 2.24828e-05 NCalls = 748 +VariableMetric: After Hessian - FCN = -718946.6817535 Edm = 2.52352e-05 NCalls = 1133 +VariableMetric: Iteration # 116 - FCN = -718946.6817535 Edm = 2.52352e-05 NCalls = 1133 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711696.4024544 Edm = 3.62121 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711696.4024544 Edm = 3.62121 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712699.0787554 Edm = 0.977075 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712774.7899931 Edm = 259.538 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -715896.3972077 Edm = 2264.76 NCalls = 26 +VariableMetric: Iteration # 4 - FCN = -715896.3972077 Edm = 2264.76 NCalls = 37 +VariableMetric: After Hessian - FCN = -715896.3972077 Edm = 4.38383e+07 NCalls = 388 +VariableMetric: Iteration # 5 - FCN = -715896.3972077 Edm = 4.38383e+07 NCalls = 388 +VariableMetric: Iteration # 6 - FCN = -715896.3972077 Edm = 4.38383e+07 NCalls = 399 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715716.1308931 Edm = 8.66185 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715716.1308931 Edm = 8.66185 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -717765.2326134 Edm = 0.41561 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -717767.048428 Edm = 1.84892 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -717922.9701979 Edm = 1.69275 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -717925.1588697 Edm = 0.0820679 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -717927.1930635 Edm = 1.71798 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -717952.1224748 Edm = 1.92159 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -717954.4158928 Edm = 0.0612336 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -717956.1091729 Edm = 1.64638 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -718057.5377245 Edm = 1.03443 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -718164.2502038 Edm = 0.779025 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -718164.9552577 Edm = 0.044794 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -718165.0275829 Edm = 0.0205017 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -718168.951559 Edm = 3.77881 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -718287.975236 Edm = 5.2935 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -718293.5193381 Edm = 0.591762 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -718294.1215539 Edm = 0.0268364 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -718294.1595056 Edm = 0.00570194 NCalls = 57 +VariableMetric: Iteration # 18 - FCN = -718294.4214345 Edm = 0.234975 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -718324.9123005 Edm = 10.7104 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -718345.6126491 Edm = 1.87639 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -718346.8373117 Edm = 1.02485 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -718347.8230348 Edm = 0.0654099 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -718347.9313896 Edm = 0.0121866 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -718348.0129729 Edm = 0.0654527 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -718352.963803 Edm = 3.77649 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -718420.9978499 Edm = 10.1167 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -718430.8769986 Edm = 5.11945 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -718433.8324864 Edm = 1.05418 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -718434.8612273 Edm = 0.172842 NCalls = 93 +VariableMetric: Iteration # 30 - FCN = -718435.0799048 Edm = 0.0278595 NCalls = 95 +VariableMetric: Iteration # 31 - FCN = -718435.1942288 Edm = 0.0391002 NCalls = 98 +VariableMetric: Iteration # 32 - FCN = -718435.3072311 Edm = 0.0164665 NCalls = 100 +VariableMetric: Iteration # 33 - FCN = -718437.3180741 Edm = 2.92992 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -718498.1196614 Edm = 4.02887e+06 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -718759.8126821 Edm = 4.31361e+06 NCalls = 131 +VariableMetric: Iteration # 36 - FCN = -718837.1913913 Edm = 83749.2 NCalls = 142 +VariableMetric: Iteration # 37 - FCN = -718846.0549301 Edm = 12426.5 NCalls = 150 +VariableMetric: Iteration # 38 - FCN = -718846.2760679 Edm = 20428.4 NCalls = 155 +VariableMetric: Iteration # 39 - FCN = -718848.8186363 Edm = 2998.53 NCalls = 160 +VariableMetric: Iteration # 40 - FCN = -718861.7168219 Edm = 3505.01 NCalls = 164 +VariableMetric: Iteration # 41 - FCN = -718864.7361605 Edm = 4568.75 NCalls = 168 +VariableMetric: Iteration # 42 - FCN = -718872.2657848 Edm = 4886.13 NCalls = 172 +VariableMetric: Iteration # 43 - FCN = -718874.1778828 Edm = 344.198 NCalls = 175 +VariableMetric: Iteration # 44 - FCN = -718885.1106836 Edm = 100.157 NCalls = 178 +VariableMetric: Iteration # 45 - FCN = -718885.7868603 Edm = 723.284 NCalls = 181 +VariableMetric: Iteration # 46 - FCN = -718889.9974182 Edm = 31.3987 NCalls = 183 +VariableMetric: Iteration # 47 - FCN = -718894.1232809 Edm = 32.8827 NCalls = 185 +VariableMetric: Iteration # 48 - FCN = -718904.8392509 Edm = 56.9462 NCalls = 187 +VariableMetric: Iteration # 49 - FCN = -718906.7101699 Edm = 123.405 NCalls = 189 +VariableMetric: Iteration # 50 - FCN = -718909.7248422 Edm = 25.7584 NCalls = 191 +VariableMetric: Iteration # 51 - FCN = -718911.0369172 Edm = 20.5394 NCalls = 193 +VariableMetric: Iteration # 52 - FCN = -718913.1595346 Edm = 29.4363 NCalls = 195 +VariableMetric: Iteration # 53 - FCN = -718916.628509 Edm = 14.9272 NCalls = 197 +VariableMetric: Iteration # 54 - FCN = -718918.5808992 Edm = 3.43426 NCalls = 199 +VariableMetric: Iteration # 55 - FCN = -718920.008516 Edm = 4.1441 NCalls = 201 +VariableMetric: Iteration # 56 - FCN = -718922.7654555 Edm = 0.686317 NCalls = 203 +VariableMetric: Iteration # 57 - FCN = -718923.2902416 Edm = 0.546521 NCalls = 205 +VariableMetric: Iteration # 58 - FCN = -718923.4939643 Edm = 0.119852 NCalls = 207 +VariableMetric: Iteration # 59 - FCN = -718923.6503876 Edm = 0.130373 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -718923.7670606 Edm = 0.035832 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -718923.8184666 Edm = 0.0155676 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -718923.8468898 Edm = 0.00739244 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -718923.8620899 Edm = 0.00456006 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -718923.881439 Edm = 0.011616 NCalls = 221 +VariableMetric: Iteration # 65 - FCN = -718923.9063496 Edm = 0.00704488 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -718923.9134034 Edm = 0.000773248 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -718923.9143094 Edm = 0.000504046 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -718923.914687 Edm = 0.000290676 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -718923.9155834 Edm = 0.000135253 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -718923.9157727 Edm = 2.73776e-05 NCalls = 236 +VariableMetric: After Hessian - FCN = -718923.9157727 Edm = 0.000254748 NCalls = 603 +VariableMetric: Iteration # 71 - FCN = -718923.9157727 Edm = 0.000254748 NCalls = 603 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.188E+05 | Ncalls=1061 (1061 total) | +| EDM = 1.32E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -718827.8788970336 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.74 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19 | 5 | | | 14.8182 | 23.5818 | | +| 2 | phi_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | 4.336 | 0.022 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.02 | 0.08 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 0.90 | 0.15 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 9.4 | 0.5 | | | 4.19232 | 9.40768 | | +| 7 | jpsi_p | -1.684 | 0.018 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.10 | 0.18 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.76 | 0.14 | | |0.00501244| 2.01499 | | +| 10| p4160_p | -6.283 | 0.008 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1365.1 | 1.5 | | | 1358.64 | 1433.36 | | +| 12| Dbar_s | -0.328 | 0.029 | | | -1.464 | 1.464 | | +| 13| rho_p | 0.06 | 0.26 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.99 | 0.19 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.8 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 0.717 | 0.010 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -5.20 | 0.30 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.016 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s phi_p psi2s_p p4040_p p4415_s omega_s jpsi_p p3770_s p4040_s p4160_p psi2s_s Dbar_s rho_p jpsi_s p4415_p rho_s p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.066 -0.066 0.192 0.122 0.037 0.001 0.058 -0.151 -0.006 -0.002 -0.014 -0.015 -0.039 -0.030 0.006 -0.004 0.000 -0.038 -0.047 | +| phi_s | -0.066 1.000 0.998 -0.312 -0.056 -0.002 -0.004 -0.554 0.012 0.022 0.000 0.011 0.025 0.649 -0.013 -0.028 0.325 -0.003 0.611 -0.003 | +| phi_p | -0.066 0.998 1.000 -0.313 -0.056 -0.002 -0.004 -0.555 0.012 0.023 0.000 0.010 0.026 0.642 -0.012 -0.028 0.321 -0.003 0.612 -0.003 | +| psi2s_p | 0.192 -0.312 -0.313 1.000 -0.093 -0.080 0.004 0.203 -0.092 -0.006 0.002 0.006 -0.257 -0.216 -0.052 0.050 -0.084 0.003 -0.188 -0.057 | +| p4040_p | 0.122 -0.056 -0.056 -0.093 1.000 0.105 0.001 -0.074 0.069 -0.279 -0.001 -0.008 0.431 -0.046 0.013 -0.050 -0.032 -0.010 -0.040 -0.001 | +| p4415_s | 0.037 -0.002 -0.002 -0.080 0.105 1.000 0.000 -0.074 0.050 -0.197 -0.002 0.010 0.379 -0.002 -0.009 0.080 -0.005 0.014 -0.005 0.025 | +| omega_s | 0.001 -0.004 -0.004 0.004 0.001 0.000 1.000 0.007 -0.000 -0.001 -0.000 -0.002 -0.001 0.016 0.003 0.001 -0.077 0.000 -0.230 0.000 | +| jpsi_p | 0.058 -0.554 -0.555 0.203 -0.074 -0.074 0.007 1.000 -0.068 0.010 0.002 0.016 -0.214 -0.387 -0.024 0.036 -0.168 0.002 -0.337 0.016 | +| p3770_s | -0.151 0.012 0.012 -0.092 0.069 0.050 -0.000 -0.068 1.000 0.109 -0.001 -0.004 0.255 -0.000 0.011 -0.014 -0.011 -0.002 0.003 0.001 | +| p4040_s | -0.006 0.022 0.023 -0.006 -0.279 -0.197 -0.001 0.010 0.109 1.000 0.012 0.004 -0.174 0.005 0.007 -0.041 -0.006 -0.001 0.013 0.036 | +| p4160_p | -0.002 0.000 0.000 0.002 -0.001 -0.002 -0.000 0.002 -0.001 0.012 1.000 0.000 -0.011 0.000 -0.000 0.004 0.000 -0.003 0.000 -0.000 | +| psi2s_s | -0.014 0.011 0.010 0.006 -0.008 0.010 -0.002 0.016 -0.004 0.004 0.000 1.000 -0.112 -0.017 -0.691 0.002 -0.019 -0.000 -0.001 0.003 | +| Dbar_s | -0.015 0.025 0.026 -0.257 0.431 0.379 -0.001 -0.214 0.255 -0.174 -0.011 -0.112 1.000 0.012 0.184 0.179 -0.050 0.010 -0.000 0.086 | +| rho_p | -0.039 0.649 0.642 -0.216 -0.046 -0.002 0.016 -0.387 -0.000 0.005 0.000 -0.017 0.012 1.000 0.022 -0.008 0.350 -0.002 0.314 -0.003 | +| jpsi_s | -0.030 -0.013 -0.012 -0.052 0.013 -0.009 0.003 -0.024 0.011 0.007 -0.000 -0.691 0.184 0.022 1.000 -0.004 0.023 -0.000 0.002 -0.006 | +| p4415_p | 0.006 -0.028 -0.028 0.050 -0.050 0.080 0.001 0.036 -0.014 -0.041 0.004 0.002 0.179 -0.008 -0.004 1.000 0.001 0.002 -0.015 -0.022 | +| rho_s | -0.004 0.325 0.321 -0.084 -0.032 -0.005 -0.077 -0.168 -0.011 -0.006 0.000 -0.019 -0.050 0.350 0.023 0.001 1.000 -0.001 0.658 0.002 | +| p4160_s | 0.000 -0.003 -0.003 0.003 -0.010 0.014 0.000 0.002 -0.002 -0.001 -0.003 -0.000 0.010 -0.002 -0.000 0.002 -0.001 1.000 -0.002 -0.002 | +| omega_p | -0.038 0.611 0.612 -0.188 -0.040 -0.005 -0.230 -0.337 0.003 0.013 0.000 -0.001 -0.000 0.314 0.002 -0.015 0.658 -0.002 1.000 -0.001 | +| Ctt | -0.047 -0.003 -0.003 -0.057 -0.001 0.025 0.000 0.016 0.001 0.036 -0.000 0.003 0.086 -0.003 -0.006 -0.022 0.002 -0.002 -0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1007767637756678}), (, {'error': 5.03765766991964}), (, {'error': 9.042333985911291}), (, {'error': 0.022421677957686015}), (, {'error': 0.0779473416396872}), (, {'error': 0.15131720464676934}), (, {'error': 0.4736906059202788}), (, {'error': 0.01767578938873271}), (, {'error': 0.1799573829421831}), (, {'error': 0.13666116821987961}), (, {'error': 0.007911663569318605}), (, {'error': 1.479306207221157}), (, {'error': 0.029096862110466803}), (, {'error': 0.26403680546082287}), (, {'error': 23.26462787953551}), (, {'error': 0.18793154375086818}), (, {'error': 0.33033462781600886}), (, {'error': 0.0103256845768942}), (, {'error': 0.2973596094055817}), (, {'error': 0.016286170317020204})]) +Toy 1/10 +Time taken: 1 h, 15 min +Projected time left: 11 h, 20 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.189E+05 | Ncalls=318 (318 total) | +| EDM = 4.49E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -718900.9146227286 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.60 | 0.07 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.7 | 0.8 | | | 14.8182 | 23.5818 | | +| 2 | phi_p | 0.023 | 0.352 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -4.028 | 0.021 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.44 | 0.11 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.07 | 0.12 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 4 | 4 | | | 4.19232 | 9.40768 | | +| 7 | jpsi_p | 4.752 | 0.013 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.45 | 0.15 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.02 | 0.10 | | |0.00501244| 2.01499 | | +| 10| p4160_p | -2.07 | 0.06 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1358.71 | 0.11 | | | 1358.64 | 1433.36 | | +| 12| Dbar_s | 0.032 | 0.021 | | | -1.464 | 1.464 | | +| 13| rho_p | 0.16 | 1.13 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.984E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | -2.00 | 0.13 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.8 | 1.8 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.18 | 0.10 | | | 0.71676 | 3.68324 | | +| 18| omega_p | 5.5 | 1.5 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.20 | 0.05 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s phi_p psi2s_p p4040_p p4415_s omega_s jpsi_p p3770_s p4040_s p4160_p psi2s_s Dbar_s rho_p jpsi_s p4415_p rho_s p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.002 0.010 -0.172 0.040 -0.018 -0.022 -0.027 -0.143 0.010 0.041 -0.000 -0.077 -0.022 0.006 0.027 0.022 0.007 -0.022 -0.187 | +| phi_s | 0.002 1.000 0.650 0.005 -0.005 -0.006 -0.271 0.035 -0.002 -0.002 0.002 -0.005 -0.011 -0.262 -0.034 0.002 0.270 -0.006 -0.266 0.011 | +| phi_p | 0.010 0.650 1.000 0.028 -0.012 -0.019 -0.693 0.124 -0.004 -0.005 0.008 -0.018 -0.022 -0.688 -0.113 0.006 0.681 -0.017 -0.686 0.021 | +| psi2s_p | -0.172 0.005 0.028 1.000 -0.139 -0.067 -0.055 -0.031 -0.132 0.001 -0.026 -0.008 0.029 -0.057 -0.031 -0.015 0.051 -0.088 -0.055 -0.052 | +| p4040_p | 0.040 -0.005 -0.012 -0.139 1.000 0.044 0.011 -0.053 -0.057 -0.109 -0.093 0.003 0.178 0.010 0.021 -0.005 -0.011 0.168 0.011 -0.137 | +| p4415_s | -0.018 -0.006 -0.019 -0.067 0.044 1.000 0.025 -0.029 -0.000 -0.051 0.113 0.006 0.161 0.024 0.038 -0.101 -0.025 0.046 0.025 0.098 | +| omega_s | -0.022 -0.271 -0.693 -0.055 0.011 0.025 1.000 -0.217 0.005 0.007 -0.017 0.024 0.033 0.996 0.155 -0.011 -0.984 0.023 0.993 -0.033 | +| jpsi_p | -0.027 0.035 0.124 -0.031 -0.053 -0.029 -0.217 1.000 0.015 0.012 -0.020 -0.001 -0.088 -0.217 -0.009 -0.002 0.216 -0.026 -0.215 0.098 | +| p3770_s | -0.143 -0.002 -0.004 -0.132 -0.057 -0.000 0.005 0.015 1.000 0.079 -0.041 0.002 0.115 0.004 0.030 -0.018 -0.006 0.000 0.004 -0.057 | +| p4040_s | 0.010 -0.002 -0.005 0.001 -0.109 -0.051 0.007 0.012 0.079 1.000 -0.199 0.001 0.085 0.006 0.011 -0.098 -0.009 -0.206 0.007 0.169 | +| p4160_p | 0.041 0.002 0.008 -0.026 -0.093 0.113 -0.017 -0.020 -0.041 -0.199 1.000 0.001 0.083 -0.016 0.007 0.085 0.017 -0.061 -0.017 -0.204 | +| psi2s_s | -0.000 -0.005 -0.018 -0.008 0.003 0.006 0.024 -0.001 0.002 0.001 0.001 1.000 -0.017 0.024 0.152 0.004 -0.025 0.006 0.024 0.013 | +| Dbar_s | -0.077 -0.011 -0.022 0.029 0.178 0.161 0.033 -0.088 0.115 0.085 0.083 -0.017 1.000 0.033 -0.100 0.149 -0.037 0.208 0.032 0.328 | +| rho_p | -0.022 -0.262 -0.688 -0.057 0.010 0.024 0.996 -0.217 0.004 0.006 -0.016 0.024 0.033 1.000 0.151 -0.010 -0.977 0.022 0.989 -0.034 | +| jpsi_s | 0.006 -0.034 -0.113 -0.031 0.021 0.038 0.155 -0.009 0.030 0.011 0.007 0.152 -0.100 0.151 1.000 0.025 -0.157 0.039 0.154 0.068 | +| p4415_p | 0.027 0.002 0.006 -0.015 -0.005 -0.101 -0.011 -0.002 -0.018 -0.098 0.085 0.004 0.149 -0.010 0.025 1.000 0.012 -0.150 -0.010 -0.109 | +| rho_s | 0.022 0.270 0.681 0.051 -0.011 -0.025 -0.984 0.216 -0.006 -0.009 0.017 -0.025 -0.037 -0.977 -0.157 0.012 1.000 -0.023 -0.978 0.037 | +| p4160_s | 0.007 -0.006 -0.017 -0.088 0.168 0.046 0.023 -0.026 0.000 -0.206 -0.061 0.006 0.208 0.022 0.039 -0.150 -0.023 1.000 0.022 0.050 | +| omega_p | -0.022 -0.266 -0.686 -0.055 0.011 0.025 0.993 -0.215 0.004 0.007 -0.017 0.024 0.032 0.989 0.154 -0.010 -0.978 0.022 1.000 -0.033 | +| Ctt | -0.187 0.011 0.021 -0.052 -0.137 0.098 -0.033 0.098 -0.057 0.169 -0.204 0.013 0.328 -0.034 0.068 -0.109 0.037 0.050 -0.033 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.07043990546564438}), (, {'error': 0.8003427249988082}), (, {'error': 0.3519785248209839}), (, {'error': 0.021029495188079395}), (, {'error': 0.11133971381451513}), (, {'error': 0.11874804598651023}), (, {'error': 4.044467083792786}), (, {'error': 0.012815689855708357}), (, {'error': 0.14519364726712602}), (, {'error': 0.10437910847401638}), (, {'error': 0.058209740403486254}), (, {'error': 0.1090441079043103}), (, {'error': 0.021036431794113852}), (, {'error': 1.1261460428537888}), (, {'error': 10.109652106124486}), (, {'error': 0.125221518203543}), (, {'error': 1.8163247304554382}), (, {'error': 0.09695764142833774}), (, {'error': 1.5033435086157354}), (, {'error': 0.05202718020476205})]) +Toy 2/10 +Time taken: 1 h, 56 min +Projected time left: 7 h, 45 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.189E+05 | Ncalls=735 (735 total) | +| EDM = 1.62E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -718923.9108604679 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.81 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 20.0 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | phi_p | -5.79 | 0.26 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | 2.253 | 0.030 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.22 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 0.126 | 0.027 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 5.7 | 1.5 | | | 4.19232 | 9.40768 | | +| 7 | jpsi_p | -1.513 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.43 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.02 | 0.21 | | |0.00501244| 2.01499 | | +| 10| p4160_p | 4.14 | 0.12 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1367 | 5 | | | 1358.64 | 1433.36 | | +| 12| Dbar_s | -0.19 | 0.07 | | | -1.464 | 1.464 | | +| 13| rho_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.997E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.6 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 1.93 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -6.2 | 0.6 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.42 | 0.18 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s phi_p psi2s_p p4040_p p4415_s omega_s jpsi_p p3770_s p4040_s p4160_p psi2s_s Dbar_s rho_p jpsi_s p4415_p rho_s p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.008 -0.004 -0.168 0.029 0.030 -0.004 -0.185 -0.263 -0.479 0.485 -0.099 -0.621 -0.031 -0.097 0.017 -0.009 -0.307 -0.007 -0.711 | +| phi_s | -0.008 1.000 0.758 -0.032 -0.009 -0.001 0.014 -0.020 -0.000 0.012 -0.015 0.109 -0.018 0.087 0.112 -0.000 -0.043 0.004 0.044 0.015 | +| phi_p | -0.004 0.758 1.000 -0.020 -0.008 -0.001 -0.042 -0.039 0.004 0.007 -0.008 0.082 -0.015 0.205 0.084 0.000 -0.053 -0.002 0.002 -0.000 | +| psi2s_p | -0.168 -0.032 -0.020 1.000 -0.227 0.005 -0.009 -0.102 -0.221 0.048 0.029 -0.232 0.027 0.005 -0.232 0.008 -0.014 -0.177 -0.009 -0.063 | +| p4040_p | 0.029 -0.009 -0.008 -0.227 1.000 -0.004 -0.002 -0.142 0.041 -0.196 -0.138 -0.088 0.285 -0.003 -0.088 -0.010 -0.009 0.386 -0.006 0.019 | +| p4415_s | 0.030 -0.001 -0.001 0.005 -0.004 1.000 -0.000 -0.011 -0.007 -0.032 0.035 -0.011 -0.024 -0.004 -0.011 -0.038 -0.000 -0.034 -0.000 -0.043 | +| omega_s | -0.004 0.014 -0.042 -0.009 -0.002 -0.000 1.000 -0.041 0.003 0.002 -0.003 0.008 0.000 -0.059 0.009 0.000 -0.388 -0.001 0.794 -0.003 | +| jpsi_p | -0.185 -0.020 -0.039 -0.102 -0.142 -0.011 -0.041 1.000 0.033 0.212 -0.199 0.238 0.038 0.037 0.241 0.001 0.046 0.012 -0.035 0.265 | +| p3770_s | -0.263 -0.000 0.004 -0.221 0.041 -0.007 0.003 0.033 1.000 0.209 -0.146 -0.035 0.270 0.014 -0.030 -0.007 -0.014 0.130 0.002 0.150 | +| p4040_s | -0.479 0.012 0.007 0.048 -0.196 -0.032 0.002 0.212 0.209 1.000 -0.567 0.147 0.481 0.046 0.148 -0.005 0.004 0.001 0.005 0.670 | +| p4160_p | 0.485 -0.015 -0.008 0.029 -0.138 0.035 -0.003 -0.199 -0.146 -0.567 1.000 -0.175 -0.469 -0.045 -0.175 0.002 -0.008 -0.332 -0.006 -0.677 | +| psi2s_s | -0.099 0.109 0.082 -0.232 -0.088 -0.011 0.008 0.238 -0.035 0.147 -0.175 1.000 -0.133 0.167 0.969 -0.004 -0.087 0.065 -0.015 0.252 | +| Dbar_s | -0.621 -0.018 -0.015 0.027 0.285 -0.024 0.000 0.038 0.270 0.481 -0.469 -0.133 1.000 0.001 -0.140 -0.034 0.013 0.592 0.005 0.805 | +| rho_p | -0.031 0.087 0.205 0.005 -0.003 -0.004 -0.059 0.037 0.014 0.046 -0.045 0.167 0.001 1.000 0.172 -0.001 -0.259 0.023 0.072 0.047 | +| jpsi_s | -0.097 0.112 0.084 -0.232 -0.088 -0.011 0.009 0.241 -0.030 0.148 -0.175 0.969 -0.140 0.172 1.000 -0.004 -0.090 0.065 -0.015 0.251 | +| p4415_p | 0.017 -0.000 0.000 0.008 -0.010 -0.038 0.000 0.001 -0.007 -0.005 0.002 -0.004 -0.034 -0.001 -0.004 1.000 -0.000 -0.016 0.000 -0.024 | +| rho_s | -0.009 -0.043 -0.053 -0.014 -0.009 -0.000 -0.388 0.046 -0.014 0.004 -0.008 -0.087 0.013 -0.259 -0.090 -0.000 1.000 0.000 -0.126 0.030 | +| p4160_s | -0.307 0.004 -0.002 -0.177 0.386 -0.034 -0.001 0.012 0.130 0.001 -0.332 0.065 0.592 0.023 0.065 -0.016 0.000 1.000 -0.003 0.461 | +| omega_p | -0.007 0.044 0.002 -0.009 -0.006 -0.000 0.794 -0.035 0.002 0.005 -0.006 -0.015 0.005 0.072 -0.015 0.000 -0.126 -0.003 1.000 0.002 | +| Ctt | -0.711 0.015 -0.000 -0.063 0.019 -0.043 -0.003 0.265 0.150 0.670 -0.677 0.252 0.805 0.047 0.251 -0.024 0.030 0.461 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14216302408522896}), (, {'error': 1.1496706608494716}), (, {'error': 0.26287511575301403}), (, {'error': 0.030441608724262714}), (, {'error': 0.17155926760034212}), (, {'error': 0.02654285711264308}), (, {'error': 1.495433177648494}), (, {'error': 0.017218334578466}), (, {'error': 0.20973262406632553}), (, {'error': 0.20922372772151093}), (, {'error': 0.12043756750919954}), (, {'error': 4.516896292290767}), (, {'error': 0.06832905844296633}), (, {'error': 0.4025576103932851}), (, {'error': 31.378888899913363}), (, {'error': 0.12951849247069402}), (, {'error': 0.32294863475730495}), (, {'error': 0.17492627347194}), (, {'error': 0.5502610889360318}), (, {'error': 0.18263692287335886})]) +Toy 3/10 +Time taken: 2 h, 57 min +Projected time left: 6 h, 53 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.189E+05 | Ncalls=1135 (1135 total) | +| EDM = 0.000537 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -718928.911189542 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.47 | 0.17 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.6 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | phi_p | -0.26 | 0.32 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -4.059 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.17 | 0.23 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 5.7 | 1.2 | | | 4.19232 | 9.40768 | | +| 7 | jpsi_p | 4.761 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.34 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 0.005 | 0.016 | | |0.00501244| 2.01499 | | +| 10| p4160_p | 4.42 | 0.09 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1369.0 | 3.0 | | | 1358.64 | 1433.36 | | +| 12| Dbar_s | -0.11 | 0.09 | | | -1.464 | 1.464 | | +| 13| rho_p | -6.3 | 0.8 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | -1.85 | 0.18 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.6 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.44 | 0.20 | | | 0.71676 | 3.68324 | | +| 18| omega_p | 0.021 | 0.312 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.4 | 0.5 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s phi_p psi2s_p p4040_p p4415_s omega_s jpsi_p p3770_s p4040_s p4160_p psi2s_s Dbar_s rho_p jpsi_s p4415_p rho_s p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.027 -0.020 -0.081 0.019 -0.558 0.009 -0.166 -0.168 0.043 0.496 -0.137 -0.749 0.021 -0.133 0.266 -0.040 -0.575 -0.003 -0.790 | +| phi_s | -0.027 1.000 0.797 -0.033 0.001 0.023 0.012 -0.023 -0.005 -0.002 -0.028 0.009 0.021 0.201 0.009 -0.015 0.110 0.022 0.057 0.037 | +| phi_p | -0.020 0.797 1.000 -0.029 0.002 0.013 -0.020 -0.036 -0.004 -0.001 -0.021 -0.019 0.015 0.138 -0.021 -0.011 0.083 0.012 0.040 0.024 | +| psi2s_p | -0.081 -0.033 -0.029 1.000 0.065 -0.143 -0.005 -0.113 -0.264 -0.005 0.033 -0.180 -0.046 -0.033 -0.180 0.045 -0.038 -0.157 -0.011 -0.119 | +| p4040_p | 0.019 0.001 0.002 0.065 1.000 -0.058 0.000 0.028 -0.012 -0.093 0.054 0.005 -0.084 0.002 0.005 0.012 0.001 -0.095 0.001 -0.036 | +| p4415_s | -0.558 0.023 0.013 -0.143 -0.058 1.000 -0.010 0.082 0.090 -0.024 -0.269 0.158 0.732 -0.023 0.158 -0.248 0.039 0.579 -0.002 0.707 | +| omega_s | 0.009 0.012 -0.020 -0.005 0.000 -0.010 1.000 -0.042 0.003 0.001 0.008 0.002 -0.010 0.249 0.003 0.004 -0.398 -0.010 0.602 -0.018 | +| jpsi_p | -0.166 -0.023 -0.036 -0.113 0.028 0.082 -0.042 1.000 0.004 -0.017 -0.177 0.159 0.089 -0.042 0.163 -0.093 0.057 0.095 -0.023 0.210 | +| p3770_s | -0.168 -0.005 -0.004 -0.264 -0.012 0.090 0.003 0.004 1.000 -0.009 -0.035 -0.034 0.156 -0.008 -0.026 -0.000 -0.016 0.119 -0.001 0.043 | +| p4040_s | 0.043 -0.002 -0.001 -0.005 -0.093 -0.024 0.001 -0.017 -0.009 1.000 0.038 -0.012 -0.037 0.002 -0.012 0.023 -0.003 -0.009 -0.000 -0.052 | +| p4160_p | 0.496 -0.028 -0.021 0.033 0.054 -0.269 0.008 -0.177 -0.035 0.038 1.000 -0.160 -0.447 0.023 -0.159 0.334 -0.038 -0.438 -0.004 -0.615 | +| psi2s_s | -0.137 0.009 -0.019 -0.180 0.005 0.158 0.002 0.159 -0.034 -0.012 -0.160 1.000 0.053 -0.100 0.929 -0.086 -0.043 0.151 -0.014 0.235 | +| Dbar_s | -0.749 0.021 0.015 -0.046 -0.084 0.732 -0.010 0.089 0.156 -0.037 -0.447 0.053 1.000 -0.016 0.044 -0.182 0.040 0.769 0.000 0.909 | +| rho_p | 0.021 0.201 0.138 -0.033 0.002 -0.023 0.249 -0.042 -0.008 0.002 0.023 -0.100 -0.016 1.000 -0.106 0.022 0.179 -0.027 0.034 -0.024 | +| jpsi_s | -0.133 0.009 -0.021 -0.180 0.005 0.158 0.003 0.163 -0.026 -0.012 -0.159 0.929 0.044 -0.106 1.000 -0.085 -0.047 0.151 -0.015 0.233 | +| p4415_p | 0.266 -0.015 -0.011 0.045 0.012 -0.248 0.004 -0.093 -0.000 0.023 0.334 -0.086 -0.182 0.022 -0.085 1.000 -0.016 -0.367 -0.002 -0.334 | +| rho_s | -0.040 0.110 0.083 -0.038 0.001 0.039 -0.398 0.057 -0.016 -0.003 -0.038 -0.043 0.040 0.179 -0.047 -0.016 1.000 0.034 -0.047 0.070 | +| p4160_s | -0.575 0.022 0.012 -0.157 -0.095 0.579 -0.010 0.095 0.119 -0.009 -0.438 0.151 0.769 -0.027 0.151 -0.367 0.034 1.000 -0.002 0.740 | +| omega_p | -0.003 0.057 0.040 -0.011 0.001 -0.002 0.602 -0.023 -0.001 -0.000 -0.004 -0.014 0.000 0.034 -0.015 -0.002 -0.047 -0.002 1.000 0.001 | +| Ctt | -0.790 0.037 0.024 -0.119 -0.036 0.707 -0.018 0.210 0.043 -0.052 -0.615 0.235 0.909 -0.024 0.233 -0.334 0.070 0.740 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16928793505036177}), (, {'error': 1.2405420892207495}), (, {'error': 0.32055072544812857}), (, {'error': 0.029121923583739218}), (, {'error': 7.716252479872959}), (, {'error': 0.2252891422086047}), (, {'error': 1.1966884521391785}), (, {'error': 0.016676737548758425}), (, {'error': 0.20534718157749388}), (, {'error': 0.015936512514224774}), (, {'error': 0.09183651872124621}), (, {'error': 3.006718815251702}), (, {'error': 0.08554682166250804}), (, {'error': 0.8033202658303935}), (, {'error': 20.916601159306083}), (, {'error': 0.17628994934162812}), (, {'error': 0.3165723484382331}), (, {'error': 0.19563794317354577}), (, {'error': 0.3119948947274196}), (, {'error': 0.5061923318671391})]) +Toy 4/10 +Time taken: 4 h, 17 min +Projected time left: 6 h, 25 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.189E+05 | Ncalls=812 (812 total) | +| EDM = 8.08E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -718945.6847496472 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.82 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.6 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | phi_p | 5.93 | 0.28 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.06 | 0.03 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.59 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.17 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 9.4 | 0.6 | | | 4.19232 | 9.40768 | | +| 7 | jpsi_p | -1.712 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.36 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.00 | 0.17 | | |0.00501244| 2.01499 | | +| 10| p4160_p | -1.92 | 0.09 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1362 | 5 | | | 1358.64 | 1433.36 | | +| 12| Dbar_s | -0.027 | 0.064 | | | -1.464 | 1.464 | | +| 13| rho_p | -0.026 | 0.238 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.998E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.35 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.6 | 0.4 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.24 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -5.26 | 0.28 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.12 | 0.15 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s phi_p psi2s_p p4040_p p4415_s omega_s jpsi_p p3770_s p4040_s p4160_p psi2s_s Dbar_s rho_p jpsi_s p4415_p rho_s p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.003 -0.005 0.539 0.114 -0.225 0.001 -0.086 -0.222 -0.280 0.287 0.017 -0.444 0.025 0.028 0.131 0.012 -0.153 0.001 -0.600 | +| phi_s | -0.003 1.000 0.721 -0.009 -0.008 0.000 -0.002 -0.023 -0.006 -0.001 -0.007 0.009 -0.012 0.199 0.010 -0.003 0.109 -0.003 0.051 0.010 | +| phi_p | -0.005 0.721 1.000 -0.018 -0.006 -0.004 0.004 -0.039 -0.003 -0.000 -0.005 -0.039 0.004 0.110 -0.039 -0.002 0.063 -0.004 0.054 0.003 | +| psi2s_p | 0.539 -0.009 -0.018 1.000 -0.072 -0.373 0.002 -0.048 -0.207 -0.391 0.327 0.122 -0.691 -0.006 0.134 0.135 0.002 -0.345 -0.004 -0.691 | +| p4040_p | 0.114 -0.008 -0.006 -0.072 1.000 0.182 0.002 -0.194 -0.002 -0.225 -0.003 -0.089 0.293 0.014 -0.091 0.065 -0.005 0.434 -0.007 -0.064 | +| p4415_s | -0.225 0.000 -0.004 -0.373 0.182 1.000 0.000 -0.044 0.106 0.064 0.038 0.023 0.480 -0.026 0.023 -0.120 -0.015 0.331 -0.009 0.419 | +| omega_s | 0.001 -0.002 0.004 0.002 0.002 0.000 1.000 0.005 0.001 -0.000 0.001 -0.002 0.002 0.019 -0.002 0.001 -0.142 0.001 -0.342 -0.002 | +| jpsi_p | -0.086 -0.023 -0.039 -0.048 -0.194 -0.044 0.005 1.000 -0.077 0.084 -0.123 0.201 -0.123 -0.088 0.207 -0.070 -0.001 -0.089 -0.003 0.185 | +| p3770_s | -0.222 -0.006 -0.003 -0.207 -0.002 0.106 0.001 -0.077 1.000 0.204 -0.098 -0.063 0.280 -0.011 -0.066 -0.022 -0.018 0.102 -0.008 0.152 | +| p4040_s | -0.280 -0.001 -0.000 -0.391 -0.225 0.064 -0.000 0.084 0.204 1.000 -0.476 0.011 0.297 -0.044 0.009 -0.220 -0.021 -0.134 -0.005 0.510 | +| p4160_p | 0.287 -0.007 -0.005 0.327 -0.003 0.038 0.001 -0.123 -0.098 -0.476 1.000 -0.058 -0.143 0.042 -0.059 0.281 0.014 -0.131 0.002 -0.469 | +| psi2s_s | 0.017 0.009 -0.039 0.122 -0.089 0.023 -0.002 0.201 -0.063 0.011 -0.058 1.000 -0.320 -0.180 0.971 -0.028 -0.126 -0.016 -0.072 0.098 | +| Dbar_s | -0.444 -0.012 0.004 -0.691 0.293 0.480 0.002 -0.123 0.280 0.297 -0.143 -0.320 1.000 0.023 -0.333 0.070 -0.001 0.509 0.004 0.695 | +| rho_p | 0.025 0.199 0.110 -0.006 0.014 -0.026 0.019 -0.088 -0.011 -0.044 0.042 -0.180 0.023 1.000 -0.184 0.031 0.238 -0.019 -0.048 -0.057 | +| jpsi_s | 0.028 0.010 -0.039 0.134 -0.091 0.023 -0.002 0.207 -0.066 0.009 -0.059 0.971 -0.333 -0.184 1.000 -0.029 -0.128 -0.016 -0.073 0.101 | +| p4415_p | 0.131 -0.003 -0.002 0.135 0.065 -0.120 0.001 -0.070 -0.022 -0.220 0.281 -0.028 0.070 0.031 -0.029 1.000 0.011 -0.178 0.002 -0.204 | +| rho_s | 0.012 0.109 0.063 0.002 -0.005 -0.015 -0.142 -0.001 -0.018 -0.021 0.014 -0.126 -0.001 0.238 -0.128 0.011 1.000 -0.016 0.721 -0.007 | +| p4160_s | -0.153 -0.003 -0.004 -0.345 0.434 0.331 0.001 -0.089 0.102 -0.134 -0.131 -0.016 0.509 -0.019 -0.016 -0.178 -0.016 1.000 -0.010 0.348 | +| omega_p | 0.001 0.051 0.054 -0.004 -0.007 -0.009 -0.342 -0.003 -0.008 -0.005 0.002 -0.072 0.004 -0.048 -0.073 0.002 0.721 -0.010 1.000 0.000 | +| Ctt | -0.600 0.010 0.003 -0.691 -0.064 0.419 -0.002 0.185 0.152 0.510 -0.469 0.098 0.695 -0.057 0.101 -0.204 -0.007 0.348 0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12054915156177293}), (, {'error': 1.0916123841622465}), (, {'error': 0.2766056569161508}), (, {'error': 0.03360182282671653}), (, {'error': 0.18097826367156755}), (, {'error': 0.18140943712057583}), (, {'error': 0.5546997811486767}), (, {'error': 0.01652329992866086}), (, {'error': 0.19281307853907115}), (, {'error': 0.17288945376529247}), (, {'error': 0.09341773728418135}), (, {'error': 4.5909496927394}), (, {'error': 0.06376113959340612}), (, {'error': 0.23829581131657918}), (, {'error': 32.14763157269408}), (, {'error': 0.17245429946326585}), (, {'error': 0.3782184595615178}), (, {'error': 0.16740044804474352}), (, {'error': 0.2838496179130101}), (, {'error': 0.15287189768788154})]) +Toy 5/10 +Time taken: 5 h, 23 min +Projected time left: 5 h, 23 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.189E+05 | Ncalls=624 (624 total) | +| EDM = 0.0181 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -718946.8941277394 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.60 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.5 | 1.2 | | | 14.8182 | 23.5818 | | +| 2 | phi_p | -0.27 | 0.31 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | 2.222 | 0.030 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.84 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.18 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 6 | 3 | | | 4.19232 | 9.40768 | | +| 7 | jpsi_p | 4.768 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.55 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.02 | 0.17 | | |0.00501244| 2.01499 | | +| 10| p4160_p | 4.19 | 0.09 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1370.9 | 1.2 | | | 1358.64 | 1433.36 | | +| 12| Dbar_s | -0.04 | 0.06 | | | -1.464 | 1.464 | | +| 13| rho_p | -0.08 | 0.22 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.23 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.54 | 0.31 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.26 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -6.3 | 1.9 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.10 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s phi_p psi2s_p p4040_p p4415_s omega_s jpsi_p p3770_s p4040_s p4160_p psi2s_s Dbar_s rho_p jpsi_s p4415_p rho_s p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.005 -0.006 -0.253 0.065 -0.196 -0.005 -0.079 -0.270 -0.227 0.231 -0.007 -0.408 0.016 -0.002 0.093 0.009 -0.146 -0.006 -0.530 | +| phi_s | -0.005 1.000 0.779 -0.034 -0.013 -0.003 0.181 -0.037 -0.008 -0.001 -0.009 -0.000 -0.016 0.258 0.002 -0.004 0.091 -0.006 0.196 0.012 | +| phi_p | -0.006 0.779 1.000 -0.032 -0.015 -0.005 0.110 -0.040 -0.007 0.000 -0.010 -0.001 -0.016 0.170 0.004 -0.005 0.069 -0.008 0.135 0.010 | +| psi2s_p | -0.253 -0.034 -0.032 1.000 -0.282 -0.134 -0.040 -0.027 -0.201 0.058 -0.047 -0.030 -0.056 -0.063 0.015 -0.028 -0.031 -0.199 -0.042 -0.007 | +| p4040_p | 0.065 -0.013 -0.015 -0.282 1.000 0.201 -0.017 -0.159 -0.013 -0.222 -0.039 -0.013 0.328 -0.011 0.006 0.057 -0.017 0.447 -0.022 -0.018 | +| p4415_s | -0.196 -0.003 -0.005 -0.134 0.201 1.000 -0.011 -0.063 0.103 0.029 0.068 -0.000 0.497 -0.018 -0.002 -0.093 -0.006 0.320 -0.013 0.390 | +| omega_s | -0.005 0.181 0.110 -0.040 -0.017 -0.011 1.000 -0.071 -0.007 -0.004 -0.006 -0.003 -0.017 0.319 0.007 -0.002 -0.225 -0.013 0.912 -0.002 | +| jpsi_p | -0.079 -0.037 -0.040 -0.027 -0.159 -0.063 -0.071 1.000 0.025 0.095 -0.107 0.018 -0.096 -0.040 -0.016 -0.071 0.060 -0.085 -0.059 0.111 | +| p3770_s | -0.270 -0.008 -0.007 -0.201 -0.013 0.103 -0.007 0.025 1.000 0.204 -0.114 -0.028 0.274 -0.024 0.004 -0.025 -0.023 0.101 -0.009 0.159 | +| p4040_s | -0.227 -0.001 0.000 0.058 -0.222 0.029 -0.004 0.095 0.204 1.000 -0.453 -0.001 0.265 -0.035 -0.001 -0.206 -0.012 -0.162 -0.003 0.478 | +| p4160_p | 0.231 -0.009 -0.010 -0.047 -0.039 0.068 -0.006 -0.107 -0.114 -0.453 1.000 -0.007 -0.125 0.021 0.004 0.268 0.001 -0.124 -0.009 -0.431 | +| psi2s_s | -0.007 -0.000 -0.001 -0.030 -0.013 -0.000 -0.003 0.018 -0.028 -0.001 -0.007 1.000 -0.019 -0.007 -0.266 -0.005 -0.002 -0.005 -0.003 0.020 | +| Dbar_s | -0.408 -0.016 -0.016 -0.056 0.328 0.497 -0.017 -0.096 0.274 0.265 -0.125 -0.019 1.000 -0.037 0.025 0.112 -0.041 0.535 -0.023 0.740 | +| rho_p | 0.016 0.258 0.170 -0.063 -0.011 -0.018 0.319 -0.040 -0.024 -0.035 0.021 -0.007 -0.037 1.000 0.015 0.021 0.141 -0.021 0.198 -0.018 | +| jpsi_s | -0.002 0.002 0.004 0.015 0.006 -0.002 0.007 -0.016 0.004 -0.001 0.004 -0.266 0.025 0.015 1.000 0.002 0.006 0.001 0.008 -0.010 | +| p4415_p | 0.093 -0.004 -0.005 -0.028 0.057 -0.093 -0.002 -0.071 -0.025 -0.206 0.268 -0.005 0.112 0.021 0.002 1.000 0.004 -0.163 -0.004 -0.173 | +| rho_s | 0.009 0.091 0.069 -0.031 -0.017 -0.006 -0.225 0.060 -0.023 -0.012 0.001 -0.002 -0.041 0.141 0.006 0.004 1.000 -0.014 -0.032 0.024 | +| p4160_s | -0.146 -0.006 -0.008 -0.199 0.447 0.320 -0.013 -0.085 0.101 -0.162 -0.124 -0.005 0.535 -0.021 0.001 -0.163 -0.014 1.000 -0.016 0.341 | +| omega_p | -0.006 0.196 0.135 -0.042 -0.022 -0.013 0.912 -0.059 -0.009 -0.003 -0.009 -0.003 -0.023 0.198 0.008 -0.004 -0.032 -0.016 1.000 0.003 | +| Ctt | -0.530 0.012 0.010 -0.007 -0.018 0.390 -0.002 0.111 0.159 0.478 -0.431 0.020 0.740 -0.018 -0.010 -0.173 0.024 0.341 0.003 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11079250642368144}), (, {'error': 1.2126684324666819}), (, {'error': 0.30590832090974995}), (, {'error': 0.02966742987826443}), (, {'error': 0.17909004568553177}), (, {'error': 0.17958908673743335}), (, {'error': 3.358960306237751}), (, {'error': 0.016484307690584288}), (, {'error': 0.20946819448718368}), (, {'error': 0.17417151025570005}), (, {'error': 0.09123092407484457}), (, {'error': 1.1590565208468888}), (, {'error': 0.05544401428246082}), (, {'error': 0.2208003467291184}), (, {'error': 8.77925859653078}), (, {'error': 0.17142292875265497}), (, {'error': 0.3135642592495139}), (, {'error': 0.16927897281800464}), (, {'error': 1.9268241100866996}), (, {'error': 0.12927146467656708})]) +Toy 6/10 +Time taken: 6 h, 17 min +Projected time left: 4 h, 11 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.189E+05 | Ncalls=1490 (1490 total) | +| EDM = 6.37E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -718946.8906775564 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.17 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 20.1 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | phi_p | -5.66 | 0.26 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | 3.816 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.83 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.17 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 5.7 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | jpsi_p | 1.441 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.38 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.01 | 0.18 | | |0.00501244| 2.01499 | | +| 10| p4160_p | -2.12 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1364.0 | 1.6 | | | 1358.64 | 1433.36 | | +| 12| Dbar_s | -0.04 | 0.06 | | | -1.464 | 1.464 | | +| 13| rho_p | -6.19 | 0.23 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.19 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.6 | 0.3 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.25 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| omega_p | 0.18 | 0.31 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.12 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s phi_p psi2s_p p4040_p p4415_s omega_s jpsi_p p3770_s p4040_s p4160_p psi2s_s Dbar_s rho_p jpsi_s p4415_p rho_s p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.009 -0.021 0.428 0.113 -0.238 0.009 -0.063 -0.215 -0.281 0.301 -0.018 -0.480 0.042 0.007 0.139 0.018 -0.166 -0.002 -0.584 | +| phi_s | -0.009 1.000 0.730 -0.019 0.000 0.003 -0.050 -0.006 0.007 0.007 -0.007 0.028 0.009 -0.107 0.035 -0.005 -0.029 0.004 0.017 0.000 | +| phi_p | -0.021 0.730 1.000 -0.030 -0.003 0.007 -0.171 0.029 0.015 0.022 -0.019 0.031 0.022 -0.330 0.037 -0.014 -0.049 0.008 -0.027 0.008 | +| psi2s_p | 0.428 -0.019 -0.030 1.000 -0.140 -0.335 -0.009 -0.017 -0.214 -0.285 0.235 0.014 -0.602 0.021 0.059 0.080 0.035 -0.337 -0.009 -0.450 | +| p4040_p | 0.113 0.000 -0.003 -0.140 1.000 0.172 0.003 -0.183 -0.014 -0.237 -0.014 -0.018 0.241 -0.002 -0.022 0.060 -0.016 0.424 -0.006 -0.077 | +| p4415_s | -0.238 0.003 0.007 -0.335 0.172 1.000 -0.008 -0.129 0.097 0.084 -0.002 0.000 0.529 -0.032 0.006 -0.141 -0.011 0.342 -0.004 0.434 | +| omega_s | 0.009 -0.050 -0.171 -0.009 0.003 -0.008 1.000 -0.054 -0.005 -0.017 0.013 -0.015 -0.008 0.427 -0.019 0.011 -0.354 -0.006 0.578 -0.021 | +| jpsi_p | -0.063 -0.006 0.029 -0.017 -0.183 -0.129 -0.054 1.000 -0.074 0.022 -0.026 -0.024 -0.057 -0.141 -0.031 -0.014 -0.077 -0.156 -0.028 -0.050 | +| p3770_s | -0.215 0.007 0.015 -0.214 -0.014 0.097 -0.005 -0.074 1.000 0.192 -0.103 -0.006 0.245 -0.032 -0.015 -0.027 -0.028 0.092 -0.003 0.125 | +| p4040_s | -0.281 0.007 0.022 -0.285 -0.237 0.084 -0.017 0.022 0.192 1.000 -0.496 0.004 0.349 -0.059 0.004 -0.236 -0.020 -0.119 -0.001 0.529 | +| p4160_p | 0.301 -0.007 -0.019 0.235 -0.014 -0.002 0.013 -0.026 -0.103 -0.496 1.000 -0.005 -0.247 0.046 -0.013 0.290 0.008 -0.163 -0.002 -0.508 | +| psi2s_s | -0.018 0.028 0.031 0.014 -0.018 0.000 -0.015 -0.024 -0.006 0.004 -0.005 1.000 -0.063 -0.059 0.734 -0.002 -0.028 -0.006 -0.007 0.001 | +| Dbar_s | -0.480 0.009 0.022 -0.602 0.241 0.529 -0.008 -0.057 0.245 0.349 -0.247 -0.063 1.000 -0.052 -0.081 0.016 -0.043 0.538 -0.004 0.792 | +| rho_p | 0.042 -0.107 -0.330 0.021 -0.002 -0.032 0.427 -0.141 -0.032 -0.059 0.046 -0.059 -0.052 1.000 -0.072 0.038 0.177 -0.031 0.056 -0.049 | +| jpsi_s | 0.007 0.035 0.037 0.059 -0.022 0.006 -0.019 -0.031 -0.015 0.004 -0.013 0.734 -0.081 -0.072 1.000 -0.008 -0.030 -0.004 -0.009 0.025 | +| p4415_p | 0.139 -0.005 -0.014 0.080 0.060 -0.141 0.011 -0.014 -0.027 -0.236 0.290 -0.002 0.016 0.038 -0.008 1.000 0.008 -0.193 -0.001 -0.235 | +| rho_s | 0.018 -0.029 -0.049 0.035 -0.016 -0.011 -0.354 -0.077 -0.028 -0.020 0.008 -0.028 -0.043 0.177 -0.030 0.008 1.000 -0.019 -0.048 0.010 | +| p4160_s | -0.166 0.004 0.008 -0.337 0.424 0.342 -0.006 -0.156 0.092 -0.119 -0.163 -0.006 0.538 -0.031 -0.004 -0.193 -0.019 1.000 -0.005 0.357 | +| omega_p | -0.002 0.017 -0.027 -0.009 -0.006 -0.004 0.578 -0.028 -0.003 -0.001 -0.002 -0.007 -0.004 0.056 -0.009 -0.001 -0.048 -0.005 1.000 -0.000 | +| Ctt | -0.584 0.000 0.008 -0.450 -0.077 0.434 -0.021 -0.050 0.125 0.529 -0.508 0.001 0.792 -0.049 0.025 -0.235 0.010 0.357 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11890735613384518}), (, {'error': 1.1110433259483656}), (, {'error': 0.26077055544658956}), (, {'error': 0.029359578219293248}), (, {'error': 0.18005918263385334}), (, {'error': 0.18426187883600492}), (, {'error': 1.2922490788330814}), (, {'error': 0.0168579314519417}), (, {'error': 0.19315217836036158}), (, {'error': 0.17710232486814315}), (, {'error': 0.09516398535051485}), (, {'error': 1.6407776051000837}), (, {'error': 0.06158313289513806}), (, {'error': 0.2309563641756056}), (, {'error': 10.910342547326763}), (, {'error': 0.17357033505202413}), (, {'error': 0.31792417174826615}), (, {'error': 0.17007975052160895}), (, {'error': 0.3087051622927359}), (, {'error': 0.15839953865171574})]) +Toy 7/10 +Time taken: 7 h, 59 min +Projected time left: 3 h, 25 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.189E+05 | Ncalls=1133 (1133 total) | +| EDM = 2.52E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -718946.6817534965 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.96 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.4 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | phi_p | -0.11 | 0.28 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | 1.818 | 0.030 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.21 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.19 | 0.18 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 5.6 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | jpsi_p | 1.637 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.58 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.05 | 0.18 | | |0.00501244| 2.01499 | | +| 10| p4160_p | 3.98 | 0.09 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1370.2 | 2.1 | | | 1358.64 | 1433.36 | | +| 12| Dbar_s | -0.030 | 0.059 | | | -1.464 | 1.464 | | +| 13| rho_p | 6.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.014E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | 4.07 | 0.17 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.51 | 0.31 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 2.29 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -6.1 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.09 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s phi_p psi2s_p p4040_p p4415_s omega_s jpsi_p p3770_s p4040_s p4160_p psi2s_s Dbar_s rho_p jpsi_s p4415_p rho_s p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.004 -0.007 -0.336 0.067 -0.207 -0.008 -0.039 -0.272 -0.233 0.240 0.025 -0.440 -0.013 -0.032 0.097 0.014 -0.160 -0.006 -0.507 | +| phi_s | -0.004 1.000 0.750 -0.015 -0.008 0.001 0.008 -0.046 -0.005 0.003 -0.009 0.011 -0.009 -0.122 -0.012 -0.006 0.063 -0.002 0.065 0.013 | +| phi_p | -0.007 0.750 1.000 -0.015 -0.012 -0.002 -0.018 -0.052 -0.003 0.005 -0.011 -0.010 -0.007 -0.081 0.011 -0.007 0.049 -0.005 0.045 0.011 | +| psi2s_p | -0.336 -0.015 -0.015 1.000 -0.348 -0.092 -0.002 0.106 -0.217 0.145 -0.156 -0.055 0.035 0.029 0.055 -0.090 -0.019 -0.183 -0.008 0.200 | +| p4040_p | 0.067 -0.008 -0.012 -0.348 1.000 0.181 -0.000 -0.167 -0.032 -0.233 -0.037 -0.031 0.260 0.004 0.031 0.051 -0.014 0.431 -0.009 -0.059 | +| p4415_s | -0.207 0.001 -0.002 -0.092 0.181 1.000 0.003 -0.151 0.085 0.055 0.033 0.002 0.501 0.012 -0.004 -0.125 -0.009 0.329 -0.004 0.399 | +| omega_s | -0.008 0.008 -0.018 -0.002 -0.000 0.003 1.000 -0.010 0.007 0.007 -0.007 0.008 0.010 0.001 -0.010 -0.005 -0.442 0.004 0.702 0.000 | +| jpsi_p | -0.039 -0.046 -0.052 0.106 -0.167 -0.151 -0.010 1.000 0.011 0.026 -0.011 -0.047 -0.094 0.065 0.058 -0.013 -0.048 -0.164 -0.030 -0.131 | +| p3770_s | -0.272 -0.005 -0.003 -0.217 -0.032 0.085 0.007 0.011 1.000 0.189 -0.112 -0.038 0.231 0.014 0.028 -0.028 -0.023 0.083 -0.000 0.110 | +| p4040_s | -0.233 0.003 0.005 0.145 -0.233 0.055 0.007 0.026 0.189 1.000 -0.471 -0.009 0.324 0.022 0.009 -0.212 -0.016 -0.137 0.004 0.501 | +| p4160_p | 0.240 -0.009 -0.011 -0.156 -0.037 0.033 -0.007 -0.011 -0.112 -0.471 1.000 -0.010 -0.207 -0.015 0.009 0.266 0.005 -0.152 -0.007 -0.468 | +| psi2s_s | 0.025 0.011 -0.010 -0.055 -0.031 0.002 0.008 -0.047 -0.038 -0.009 -0.010 1.000 -0.127 0.039 -0.847 -0.007 -0.022 -0.014 -0.009 0.039 | +| Dbar_s | -0.440 -0.009 -0.007 0.035 0.260 0.501 0.010 -0.094 0.231 0.324 -0.207 -0.127 1.000 0.021 0.142 0.053 -0.038 0.531 -0.003 0.765 | +| rho_p | -0.013 -0.122 -0.081 0.029 0.004 0.012 0.001 0.065 0.014 0.022 -0.015 0.039 0.021 1.000 -0.045 -0.013 -0.187 0.013 0.052 0.012 | +| jpsi_s | -0.032 -0.012 0.011 0.055 0.031 -0.004 -0.010 0.058 0.028 0.009 0.009 -0.847 0.142 -0.045 1.000 0.007 0.026 0.014 0.011 -0.039 | +| p4415_p | 0.097 -0.006 -0.007 -0.090 0.051 -0.125 -0.005 -0.013 -0.028 -0.212 0.266 -0.007 0.053 -0.013 0.007 1.000 0.004 -0.180 -0.005 -0.203 | +| rho_s | 0.014 0.063 0.049 -0.019 -0.014 -0.009 -0.442 -0.048 -0.023 -0.016 0.005 -0.022 -0.038 -0.187 0.026 0.004 1.000 -0.016 -0.062 0.014 | +| p4160_s | -0.160 -0.002 -0.005 -0.183 0.431 0.329 0.004 -0.164 0.083 -0.137 -0.152 -0.014 0.531 0.013 0.014 -0.180 -0.016 1.000 -0.005 0.340 | +| omega_p | -0.006 0.065 0.045 -0.008 -0.009 -0.004 0.702 -0.030 -0.000 0.004 -0.007 -0.009 -0.003 0.052 0.011 -0.005 -0.062 -0.005 1.000 0.004 | +| Ctt | -0.507 0.013 0.011 0.200 -0.059 0.399 0.000 -0.131 0.110 0.501 -0.468 0.039 0.765 0.012 -0.039 -0.203 0.014 0.340 0.004 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10943727839813278}), (, {'error': 1.126722801381419}), (, {'error': 0.2841635386297465}), (, {'error': 0.029854415732277317}), (, {'error': 0.17485204088332473}), (, {'error': 0.1819592201598691}), (, {'error': 1.325090547349252}), (, {'error': 0.016143425077113083}), (, {'error': 0.20994329467641282}), (, {'error': 0.17798809075854866}), (, {'error': 0.09175491123785662}), (, {'error': 2.098155392378203}), (, {'error': 0.058550284435034294}), (, {'error': 0.17137969623425153}), (, {'error': 143.25939586888126}), (, {'error': 0.17010510256983125}), (, {'error': 0.3097520618567581}), (, {'error': 0.17128723979738858}), (, {'error': 0.3402186961210183}), (, {'error': 0.12691480754212292})]) +Toy 8/10 +Time taken: 9 h, 19 min +Projected time left: 2 h, 19 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.159E+05 | Ncalls=388 (399 total) | +| EDM = 4.38E+07 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -715896.3972077119 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 5.588 | 0.009 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 18.131 | 0.012 | | | 14.8182 | 23.5818 | | +| 2 | phi_p | -0.269 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | 2.413 | 0.019 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 4.445 | 0.019 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 1.984 | 0.003 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 8.051 | 0.006 | | | 4.19232 | 9.40768 | | +| 7 | jpsi_p | -2.21 | 0.04 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.584 | 0.004 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.159 | 0.003 | | |0.00501244| 2.01499 | | +| 10| p4160_p | -4 | 7 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1414.33 | 0.09 | | | 1358.64 | 1433.36 | | +| 12| Dbar_s | 0.550 | 0.003 | | | -1.464 | 1.464 | | +| 13| rho_p | -4.416 | 0.013 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.989E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | -2.34 | 0.08 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.616 | 0.002 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 1.76 | 0.07 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -6.037 | 0.005 | | |-6.28319 | 6.28319 | | +| 19| Ctt | 0.432 | 0.001 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s phi_p psi2s_p p4040_p p4415_s omega_s jpsi_p p3770_s p4040_s p4160_p psi2s_s Dbar_s rho_p jpsi_s p4415_p rho_s p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.000 0.001 0.014 -0.010 0.007 -0.000 0.012 -0.001 0.000 -0.012 0.002 -0.004 -0.005 -0.004 0.013 0.000 -0.012 0.000 -0.009 | +| phi_s | -0.000 1.000 -0.000 -0.016 0.014 -0.009 0.000 -0.016 -0.000 -0.000 0.016 -0.002 -0.001 0.006 0.005 -0.016 -0.000 0.016 -0.000 0.012 | +| phi_p | 0.001 -0.000 1.000 0.091 -0.079 0.050 -0.000 0.093 0.000 0.000 -0.093 0.010 0.004 -0.035 -0.026 0.092 0.001 -0.093 0.001 -0.067 | +| psi2s_p | 0.014 -0.016 0.091 1.000 -0.823 0.520 -0.005 0.967 0.001 0.004 -0.973 0.103 0.041 -0.367 -0.267 0.962 0.005 -0.971 0.014 -0.695 | +| p4040_p | -0.010 0.014 -0.079 -0.823 1.000 -0.452 0.004 -0.840 -0.001 -0.005 0.846 -0.090 -0.032 0.319 0.233 -0.836 -0.005 0.845 -0.012 0.604 | +| p4415_s | 0.007 -0.009 0.050 0.520 -0.452 1.000 -0.003 0.532 0.001 0.002 -0.535 0.057 0.022 -0.202 -0.147 0.529 0.003 -0.534 0.008 -0.382 | +| omega_s | -0.000 0.000 -0.000 -0.005 0.004 -0.003 1.000 -0.005 -0.000 -0.000 0.005 -0.001 -0.000 0.002 0.001 -0.005 0.000 0.005 0.000 0.003 | +| jpsi_p | 0.012 -0.016 0.093 0.967 -0.840 0.532 -0.005 1.000 0.001 0.004 -0.994 0.105 0.038 -0.375 -0.273 0.982 0.006 -0.992 0.014 -0.709 | +| p3770_s | -0.001 -0.000 0.000 0.001 -0.001 0.001 -0.000 0.001 1.000 0.000 -0.001 0.000 0.000 -0.000 -0.000 0.001 0.000 -0.001 0.000 -0.001 | +| p4040_s | 0.000 -0.000 0.000 0.004 -0.005 0.002 -0.000 0.004 0.000 1.000 -0.004 0.000 0.001 -0.002 -0.001 0.004 0.000 -0.004 0.000 -0.003 | +| p4160_p | -0.012 0.016 -0.093 -0.973 0.846 -0.535 0.005 -0.994 -0.001 -0.004 1.000 -0.106 -0.040 0.377 0.275 -0.989 -0.006 0.999 -0.014 0.714 | +| psi2s_s | 0.002 -0.002 0.010 0.103 -0.090 0.057 -0.001 0.105 0.000 0.000 -0.106 1.000 0.004 -0.040 -0.027 0.105 0.001 -0.106 0.002 -0.076 | +| Dbar_s | -0.004 -0.001 0.004 0.041 -0.032 0.022 -0.000 0.038 0.000 0.001 -0.040 0.004 1.000 -0.014 -0.012 0.041 0.000 -0.040 0.001 -0.028 | +| rho_p | -0.005 0.006 -0.035 -0.367 0.319 -0.202 0.002 -0.375 -0.000 -0.002 0.377 -0.040 -0.014 1.000 0.104 -0.373 -0.003 0.377 -0.006 0.269 | +| jpsi_s | -0.004 0.005 -0.026 -0.267 0.233 -0.147 0.001 -0.273 -0.000 -0.001 0.275 -0.027 -0.012 0.104 1.000 -0.272 -0.002 0.275 -0.004 0.196 | +| p4415_p | 0.013 -0.016 0.092 0.962 -0.836 0.529 -0.005 0.982 0.001 0.004 -0.989 0.105 0.041 -0.373 -0.272 1.000 0.006 -0.987 0.014 -0.706 | +| rho_s | 0.000 -0.000 0.001 0.005 -0.005 0.003 0.000 0.006 0.000 0.000 -0.006 0.001 0.000 -0.003 -0.002 0.006 1.000 -0.006 0.000 -0.004 | +| p4160_s | -0.012 0.016 -0.093 -0.971 0.845 -0.534 0.005 -0.992 -0.001 -0.004 0.999 -0.106 -0.040 0.377 0.275 -0.987 -0.006 1.000 -0.014 0.713 | +| omega_p | 0.000 -0.000 0.001 0.014 -0.012 0.008 0.000 0.014 0.000 0.000 -0.014 0.002 0.001 -0.006 -0.004 0.014 0.000 -0.014 1.000 -0.010 | +| Ctt | -0.009 0.012 -0.067 -0.695 0.604 -0.382 0.003 -0.709 -0.001 -0.003 0.714 -0.076 -0.028 0.269 0.196 -0.706 -0.004 0.713 -0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.00922425357414891}), (, {'error': 0.011719443674390817}), (, {'error': 0.016165964363739516}), (, {'error': 0.018880933455810656}), (, {'error': 0.018822304713757454}), (, {'error': 0.0027064936408597307}), (, {'error': 0.006320939907200618}), (, {'error': 0.041560856979080185}), (, {'error': 0.0043460880873587016}), (, {'error': 0.0027313987401262896}), (, {'error': 7.045897332938925}), (, {'error': 0.09079842549658679}), (, {'error': 0.0029651350221828743}), (, {'error': 0.013461823081189817}), (, {'error': 0.28144280402102595}), (, {'error': 0.08178646314564952}), (, {'error': 0.002365777648066558}), (, {'error': 0.07252936958004663}), (, {'error': 0.0047535567354684005}), (, {'error': 0.000998000423549028})]) +Toy 9/10 +Time taken: 9 h, 59 min +Projected time left: 1 h, 6 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.189E+05 | Ncalls=603 (603 total) | +| EDM = 0.000255 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -718923.9157726702 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.81 | 0.15 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.6 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | phi_p | 6.03 | 0.27 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -4.028 | 0.031 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.23 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | p4415_s | 0.126 | 0.027 | | |0.126447 | 2.35355 | | +| 6 | omega_s | 5.7 | 1.2 | | | 4.19232 | 9.40768 | | +| 7 | jpsi_p | 4.772 | 0.018 | | |-6.28319 | 6.28319 | | +| 8 | p3770_s | 2.43 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | p4040_s | 1.02 | 0.21 | | |0.00501244| 2.01499 | | +| 10| p4160_p | -2.15 | 0.12 | | |-6.28319 | 6.28319 | | +| 11| psi2s_s | 1367 | 5 | | | 1358.64 | 1433.36 | | +| 12| Dbar_s | -0.18 | 0.07 | | | -1.464 | 1.464 | | +| 13| rho_p | -6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.997E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 15| p4415_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 16| rho_s | 1.60 | 0.32 | | |0.0253049| 2.0747 | | +| 17| p4160_s | 1.93 | 0.18 | | | 0.71676 | 3.68324 | | +| 18| omega_p | 0.03 | 0.31 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.42 | 0.19 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s phi_p psi2s_p p4040_p p4415_s omega_s jpsi_p p3770_s p4040_s p4160_p psi2s_s Dbar_s rho_p jpsi_s p4415_p rho_s p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.014 -0.007 -0.147 0.029 0.032 0.013 -0.205 -0.265 -0.502 0.510 -0.133 -0.629 0.051 -0.131 0.018 -0.009 -0.326 0.001 -0.724 | +| phi_s | -0.014 1.000 0.698 -0.027 -0.007 -0.001 0.059 -0.013 -0.003 0.013 -0.017 0.017 0.002 0.205 0.018 -0.000 0.090 0.006 0.062 0.024 | +| phi_p | -0.007 0.698 1.000 -0.012 -0.004 -0.000 0.007 -0.036 -0.001 0.002 -0.005 -0.038 0.010 0.123 -0.039 0.000 0.061 -0.001 0.037 0.005 | +| psi2s_p | -0.147 -0.027 -0.012 1.000 -0.217 0.006 -0.006 -0.124 -0.217 0.027 0.050 -0.271 0.030 0.007 -0.271 0.009 -0.008 -0.184 -0.003 -0.090 | +| p4040_p | 0.029 -0.007 -0.004 -0.217 1.000 -0.004 0.003 -0.147 0.043 -0.193 -0.131 -0.101 0.284 0.011 -0.101 -0.010 -0.007 0.381 -0.002 0.014 | +| p4415_s | 0.032 -0.001 -0.000 0.006 -0.004 1.000 0.001 -0.013 -0.008 -0.034 0.037 -0.014 -0.025 0.006 -0.014 -0.036 0.000 -0.035 0.000 -0.044 | +| omega_s | 0.013 0.059 0.007 -0.006 0.003 0.001 1.000 -0.057 0.000 -0.019 0.018 -0.032 -0.004 0.372 -0.033 0.001 -0.365 -0.009 0.605 -0.028 | +| jpsi_p | -0.205 -0.013 -0.036 -0.124 -0.147 -0.013 -0.057 1.000 0.034 0.235 -0.226 0.294 0.040 -0.104 0.297 -0.000 0.031 0.030 -0.033 0.295 | +| p3770_s | -0.265 -0.003 -0.001 -0.217 0.043 -0.008 0.000 0.034 1.000 0.211 -0.150 -0.035 0.274 -0.012 -0.031 -0.007 -0.012 0.134 -0.000 0.152 | +| p4040_s | -0.502 0.013 0.002 0.027 -0.193 -0.034 -0.019 0.235 0.211 1.000 -0.590 0.189 0.492 -0.073 0.190 -0.006 0.002 0.032 -0.006 0.690 | +| p4160_p | 0.510 -0.017 -0.005 0.050 -0.131 0.037 0.018 -0.226 -0.150 -0.590 1.000 -0.221 -0.480 0.074 -0.221 0.003 -0.005 -0.352 0.005 -0.700 | +| psi2s_s | -0.133 0.017 -0.038 -0.271 -0.101 -0.014 -0.032 0.294 -0.035 0.189 -0.221 1.000 -0.134 -0.223 0.978 -0.005 -0.096 0.089 -0.040 0.309 | +| Dbar_s | -0.629 0.002 0.010 0.030 0.284 -0.025 -0.004 0.040 0.274 0.492 -0.480 -0.134 1.000 -0.001 -0.139 -0.033 0.018 0.596 0.004 0.789 | +| rho_p | 0.051 0.205 0.123 0.007 0.011 0.006 0.372 -0.104 -0.012 -0.073 0.074 -0.223 -0.001 1.000 -0.227 0.002 0.159 -0.038 0.094 -0.090 | +| jpsi_s | -0.131 0.018 -0.039 -0.271 -0.101 -0.014 -0.033 0.297 -0.031 0.190 -0.221 0.978 -0.139 -0.227 1.000 -0.005 -0.098 0.090 -0.041 0.309 | +| p4415_p | 0.018 -0.000 0.000 0.009 -0.010 -0.036 0.001 -0.000 -0.007 -0.006 0.003 -0.005 -0.033 0.002 -0.005 1.000 -0.000 -0.016 0.000 -0.024 | +| rho_s | -0.009 0.090 0.061 -0.008 -0.007 0.000 -0.365 0.031 -0.012 0.002 -0.005 -0.096 0.018 0.159 -0.098 -0.000 1.000 -0.001 -0.036 0.023 | +| p4160_s | -0.326 0.006 -0.001 -0.184 0.381 -0.035 -0.009 0.030 0.134 0.032 -0.352 0.089 0.596 -0.038 0.090 -0.016 -0.001 1.000 -0.006 0.476 | +| omega_p | 0.001 0.062 0.037 -0.003 -0.002 0.000 0.605 -0.033 -0.000 -0.006 0.005 -0.040 0.004 0.094 -0.041 0.000 -0.036 -0.006 1.000 -0.009 | +| Ctt | -0.724 0.024 0.005 -0.090 0.014 -0.044 -0.028 0.295 0.152 0.690 -0.700 0.309 0.789 -0.090 0.309 -0.024 0.023 0.476 -0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1453574250159555}), (, {'error': 1.055494689816424}), (, {'error': 0.2666011339292069}), (, {'error': 0.030834414234010676}), (, {'error': 0.17192663391310425}), (, {'error': 0.026657093641332882}), (, {'error': 1.2468383897362165}), (, {'error': 0.017505374219343395}), (, {'error': 0.20998144757318205}), (, {'error': 0.2144399059089071}), (, {'error': 0.12436613524157547}), (, {'error': 5.287537189371847}), (, {'error': 0.07016962206262545}), (, {'error': 0.36044705988152437}), (, {'error': 36.54781485867534}), (, {'error': 0.12942640692394258}), (, {'error': 0.3151020460504559}), (, {'error': 0.17662779978640464}), (, {'error': 0.3149473633840172}), (, {'error': 0.1897102414730572})]) +Toy 10/10 +Time taken: 10 h, 52 min +Projected time left: +Mean Ctt value = -0.1992636598212975 +Mean Ctt error = 0.15153085557171736 +Simulation ended diff --git a/prelim_results/slurm-2213931.out b/prelim_results/slurm-2213931.out new file mode 100644 index 0000000..2da82c1 --- /dev/null +++ b/prelim_results/slurm-2213931.out @@ -0,0 +1,9265 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:27.637248: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:27.645525: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 14:45:27.645696: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55cfc2a91d20 executing computations on platform Host. Devices: +2019-07-07 14:45:27.645718: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:32.550257: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55cfc2b49810 executing computations on platform CUDA. Devices: +2019-07-07 14:45:32.550302: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:32.552866: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:88:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:32.552927: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:32.583379: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:32.583418: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:32.583433: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:32.585401: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:88:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716011.6173201 Edm = 6.01028 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716011.6173201 Edm = 6.01028 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721953.8669572 Edm = 3.07217 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -721990.849747 Edm = 3.16693 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -721994.7637391 Edm = 2.75124 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -722088.7711532 Edm = 1.4105 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -722089.9347004 Edm = 0.0993969 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -722090.8603804 Edm = 1.18293 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -722122.9831586 Edm = 16.4552 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -722167.1795636 Edm = 0.273031 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -722167.5090437 Edm = 0.0781286 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -722170.7914755 Edm = 3.31006 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -722204.2845381 Edm = 23.9144 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -722390.9591141 Edm = 31.094 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -722425.6082998 Edm = 2.63229 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -722430.1186528 Edm = 0.132909 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -722430.2638467 Edm = 0.0164945 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -722430.5547901 Edm = 0.281145 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -722455.9015711 Edm = 0.652821 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -722528.803013 Edm = 4.87406 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -722535.8101868 Edm = 4.95313 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -722543.106961 Edm = 1.30944 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -722545.0754045 Edm = 0.100909 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -722545.1712749 Edm = 0.0224862 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -722545.1912846 Edm = 0.0092322 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -722545.2821828 Edm = 0.0796661 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -722604.4029713 Edm = 33.9098 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -722653.1027113 Edm = 22.7762 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -722671.1391902 Edm = 0.425674 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -722671.9579977 Edm = 0.203157 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -722672.4095438 Edm = 0.0594305 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -722672.456333 Edm = 0.0170686 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -722672.4728565 Edm = 0.000582181 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -722672.4741333 Edm = 0.000663669 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -722672.5399019 Edm = 0.0730249 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -722672.5444021 Edm = 0.00398067 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -722672.9642229 Edm = 0.441843 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -722672.9671708 Edm = 0.00217188 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -722673.1242572 Edm = 0.178403 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -722673.2394974 Edm = 0.11025 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -722677.057704 Edm = 0.0385802 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -722677.0959137 Edm = 0.000342634 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -722677.0974136 Edm = 0.00121782 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -722677.1107872 Edm = 0.0166625 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -722677.1711132 Edm = 0.0555404 NCalls = 157 +VariableMetric: Iteration # 44 - FCN = -722701.2958528 Edm = 14.356 NCalls = 165 +VariableMetric: Iteration # 45 - FCN = -722708.0361731 Edm = 1.91195 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -722710.1598941 Edm = 0.590408 NCalls = 169 +VariableMetric: Iteration # 47 - FCN = -722710.642928 Edm = 0.0657085 NCalls = 171 +VariableMetric: Iteration # 48 - FCN = -722710.7449814 Edm = 0.0128152 NCalls = 173 +VariableMetric: Iteration # 49 - FCN = -722710.763122 Edm = 0.0015091 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -722710.7645059 Edm = 0.000282791 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -722710.7666324 Edm = 0.00212477 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -722710.8044091 Edm = 0.0552199 NCalls = 186 +VariableMetric: Iteration # 53 - FCN = -722711.1578054 Edm = 0.0675078 NCalls = 193 +VariableMetric: Iteration # 54 - FCN = -722713.4928271 Edm = 1.34766 NCalls = 195 +VariableMetric: Iteration # 55 - FCN = -722718.4194424 Edm = 2.00082 NCalls = 199 +VariableMetric: Iteration # 56 - FCN = -722720.6728491 Edm = 0.162664 NCalls = 201 +VariableMetric: Iteration # 57 - FCN = -722720.8564507 Edm = 0.00103781 NCalls = 203 +VariableMetric: Iteration # 58 - FCN = -722720.8579201 Edm = 0.000457103 NCalls = 205 +VariableMetric: Iteration # 59 - FCN = -722720.8697355 Edm = 0.0119683 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -722721.5759976 Edm = 0.174663 NCalls = 216 +VariableMetric: Iteration # 61 - FCN = -722726.5597715 Edm = 2.97323 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -722741.1833192 Edm = 3.29385 NCalls = 222 +VariableMetric: Iteration # 63 - FCN = -722745.217023 Edm = 0.455297 NCalls = 224 +VariableMetric: Iteration # 64 - FCN = -722745.8133433 Edm = 0.0659867 NCalls = 227 +VariableMetric: Iteration # 65 - FCN = -722745.9021691 Edm = 0.0127938 NCalls = 229 +VariableMetric: Iteration # 66 - FCN = -722745.9222027 Edm = 0.000611016 NCalls = 231 +VariableMetric: Iteration # 67 - FCN = -722745.9231672 Edm = 0.000413377 NCalls = 233 +VariableMetric: Iteration # 68 - FCN = -722745.9441433 Edm = 0.0204679 NCalls = 238 +VariableMetric: Iteration # 69 - FCN = -722749.2350271 Edm = 3.44774 NCalls = 244 +VariableMetric: Iteration # 70 - FCN = -722749.3219807 Edm = 0.0719407 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -722750.43985 Edm = 1.34393 NCalls = 251 +VariableMetric: Iteration # 72 - FCN = -722752.0919837 Edm = 1.37015 NCalls = 256 +VariableMetric: Iteration # 73 - FCN = -722767.544475 Edm = 3.21469 NCalls = 260 +VariableMetric: Iteration # 74 - FCN = -722769.1871277 Edm = 0.347938 NCalls = 262 +VariableMetric: Iteration # 75 - FCN = -722769.6407379 Edm = 0.030662 NCalls = 264 +VariableMetric: Iteration # 76 - FCN = -722769.6906426 Edm = 0.00142806 NCalls = 266 +VariableMetric: Iteration # 77 - FCN = -722769.6926208 Edm = 0.000198983 NCalls = 268 +VariableMetric: Iteration # 78 - FCN = -722769.6931007 Edm = 0.000196488 NCalls = 270 +VariableMetric: Iteration # 79 - FCN = -722769.6951739 Edm = 0.00170543 NCalls = 273 +VariableMetric: Iteration # 80 - FCN = -722769.7420354 Edm = 0.043997 NCalls = 277 +VariableMetric: Iteration # 81 - FCN = -722772.1576384 Edm = 0.419284 NCalls = 283 +VariableMetric: Iteration # 82 - FCN = -722772.7999485 Edm = 0.0419045 NCalls = 285 +VariableMetric: Iteration # 83 - FCN = -722772.8970627 Edm = 0.0114755 NCalls = 288 +VariableMetric: Iteration # 84 - FCN = -722772.9088689 Edm = 0.000982603 NCalls = 289 +VariableMetric: Iteration # 85 - FCN = -722772.9099202 Edm = 5.17955e-05 NCalls = 291 +VariableMetric: After Hessian - FCN = -722772.9099202 Edm = 6722.63 NCalls = 650 +VariableMetric: Iteration # 86 - FCN = -722772.9099202 Edm = 6722.63 NCalls = 650 +VariableMetric: Iteration # 87 - FCN = -722781.1277406 Edm = 107463 NCalls = 659 +VariableMetric: Iteration # 88 - FCN = -722781.4115855 Edm = 4909.02 NCalls = 665 +VariableMetric: Iteration # 89 - FCN = -722782.0787676 Edm = 11657.3 NCalls = 670 +VariableMetric: Iteration # 90 - FCN = -722783.3130835 Edm = 4027.38 NCalls = 675 +VariableMetric: Iteration # 91 - FCN = -722786.1090849 Edm = 8907.71 NCalls = 679 +VariableMetric: Iteration # 92 - FCN = -722796.7874747 Edm = 137.498 NCalls = 683 +VariableMetric: Iteration # 93 - FCN = -722796.8656016 Edm = 25.145 NCalls = 687 +VariableMetric: Iteration # 94 - FCN = -722797.3532825 Edm = 153.525 NCalls = 690 +VariableMetric: Iteration # 95 - FCN = -722797.8123124 Edm = 84.5335 NCalls = 693 +VariableMetric: Iteration # 96 - FCN = -722799.0265236 Edm = 75.1908 NCalls = 695 +VariableMetric: Iteration # 97 - FCN = -722800.3167934 Edm = 12.7988 NCalls = 697 +VariableMetric: Iteration # 98 - FCN = -722801.0623551 Edm = 24.6997 NCalls = 699 +VariableMetric: Iteration # 99 - FCN = -722801.246188 Edm = 86.298 NCalls = 701 +VariableMetric: Iteration # 100 - FCN = -722801.7351265 Edm = 3.2625 NCalls = 703 +VariableMetric: Iteration # 101 - FCN = -722802.8858631 Edm = 18.4681 NCalls = 705 +VariableMetric: Iteration # 102 - FCN = -722804.9890499 Edm = 10.9797 NCalls = 708 +VariableMetric: Iteration # 103 - FCN = -722809.3440177 Edm = 50.4225 NCalls = 710 +VariableMetric: Iteration # 104 - FCN = -722809.8374784 Edm = 7.56536 NCalls = 712 +VariableMetric: Iteration # 105 - FCN = -722812.3790474 Edm = 8.28287 NCalls = 714 +VariableMetric: Iteration # 106 - FCN = -722812.676704 Edm = 6.06438 NCalls = 716 +VariableMetric: Iteration # 107 - FCN = -722815.2999551 Edm = 4.01057 NCalls = 719 +VariableMetric: Iteration # 108 - FCN = -722817.6403294 Edm = 2.40146 NCalls = 721 +VariableMetric: Iteration # 109 - FCN = -722819.8907304 Edm = 0.427521 NCalls = 723 +VariableMetric: Iteration # 110 - FCN = -722820.5036749 Edm = 0.215636 NCalls = 725 +VariableMetric: Iteration # 111 - FCN = -722822.1908466 Edm = 2.77045 NCalls = 731 +VariableMetric: Iteration # 112 - FCN = -722822.7329353 Edm = 1.65041 NCalls = 734 +VariableMetric: Iteration # 113 - FCN = -722824.4990171 Edm = 3.15026 NCalls = 738 +VariableMetric: Iteration # 114 - FCN = -722826.3447243 Edm = 3.22938 NCalls = 742 +VariableMetric: Iteration # 115 - FCN = -722831.1021953 Edm = 2.79676 NCalls = 747 +VariableMetric: Iteration # 116 - FCN = -722835.103848 Edm = 5.29125 NCalls = 750 +VariableMetric: Iteration # 117 - FCN = -722835.7667046 Edm = 3.18546 NCalls = 752 +VariableMetric: Iteration # 118 - FCN = -722838.3467838 Edm = 0.667621 NCalls = 755 +VariableMetric: Iteration # 119 - FCN = -722839.9014149 Edm = 1.08227 NCalls = 757 +VariableMetric: Iteration # 120 - FCN = -722840.9879036 Edm = 0.657972 NCalls = 760 +VariableMetric: Iteration # 121 - FCN = -722841.4238055 Edm = 0.276416 NCalls = 762 +VariableMetric: Iteration # 122 - FCN = -722841.5696809 Edm = 0.0422942 NCalls = 764 +VariableMetric: Iteration # 123 - FCN = -722841.5960718 Edm = 0.00606355 NCalls = 766 +VariableMetric: Iteration # 124 - FCN = -722841.6023732 Edm = 0.00247803 NCalls = 768 +VariableMetric: Iteration # 125 - FCN = -722841.6178951 Edm = 0.0156631 NCalls = 771 +VariableMetric: Iteration # 126 - FCN = -722841.6458832 Edm = 0.0214966 NCalls = 775 +VariableMetric: Iteration # 127 - FCN = -722841.671508 Edm = 0.0170094 NCalls = 777 +VariableMetric: Iteration # 128 - FCN = -722841.6991606 Edm = 0.0158947 NCalls = 781 +VariableMetric: Iteration # 129 - FCN = -722841.7079548 Edm = 0.00903399 NCalls = 783 +VariableMetric: Iteration # 130 - FCN = -722841.7234695 Edm = 0.00549661 NCalls = 785 +VariableMetric: Iteration # 131 - FCN = -722841.7316272 Edm = 0.00824804 NCalls = 787 +VariableMetric: Iteration # 132 - FCN = -722841.7391933 Edm = 0.00195198 NCalls = 790 +VariableMetric: Iteration # 133 - FCN = -722841.7419845 Edm = 0.00179844 NCalls = 792 +VariableMetric: Iteration # 134 - FCN = -722841.7437805 Edm = 0.000761858 NCalls = 794 +VariableMetric: Iteration # 135 - FCN = -722841.7453695 Edm = 0.000683373 NCalls = 797 +VariableMetric: Iteration # 136 - FCN = -722841.7469155 Edm = 0.000639258 NCalls = 800 +VariableMetric: Iteration # 137 - FCN = -722841.7476675 Edm = 0.000311786 NCalls = 803 +VariableMetric: Iteration # 138 - FCN = -722841.7480247 Edm = 5.40845e-05 NCalls = 805 +VariableMetric: After Hessian - FCN = -722841.7480247 Edm = 7.39697e-05 NCalls = 1170 +VariableMetric: Iteration # 139 - FCN = -722841.7480247 Edm = 7.39697e-05 NCalls = 1170 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718880.5040642 Edm = 0.483362 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718880.5040642 Edm = 0.483362 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720455.2619612 Edm = 2.40256 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721484.6259804 Edm = 927733 NCalls = 18 +VariableMetric: Iteration # 3 - FCN = -721581.7479023 Edm = 1.67631e+06 NCalls = 29 +VariableMetric: Iteration # 4 - FCN = -721689.6054228 Edm = 264713 NCalls = 40 +VariableMetric: Iteration # 5 - FCN = -721989.2224895 Edm = 174162 NCalls = 49 +VariableMetric: Iteration # 6 - FCN = -722073.2631273 Edm = 99575.3 NCalls = 57 +VariableMetric: Iteration # 7 - FCN = -722126.6792153 Edm = 79907.2 NCalls = 65 +VariableMetric: Iteration # 8 - FCN = -722190.8276604 Edm = 72623.8 NCalls = 72 +VariableMetric: Iteration # 9 - FCN = -722262.7400112 Edm = 9064.32 NCalls = 78 +VariableMetric: Iteration # 10 - FCN = -722341.9927939 Edm = 46805.5 NCalls = 83 +VariableMetric: Iteration # 11 - FCN = -722455.805004 Edm = 11081.4 NCalls = 88 +VariableMetric: Iteration # 12 - FCN = -722526.3724209 Edm = 24943.2 NCalls = 92 +VariableMetric: Iteration # 13 - FCN = -722654.3206142 Edm = 48259.8 NCalls = 95 +VariableMetric: Iteration # 14 - FCN = -722677.9457949 Edm = 2531.82 NCalls = 99 +VariableMetric: Iteration # 15 - FCN = -722693.1510605 Edm = 1610.71 NCalls = 102 +VariableMetric: Iteration # 16 - FCN = -722734.0537233 Edm = 1090.68 NCalls = 104 +VariableMetric: Iteration # 17 - FCN = -722772.4029706 Edm = 692.501 NCalls = 107 +VariableMetric: Iteration # 18 - FCN = -722790.7559938 Edm = 215.016 NCalls = 110 +VariableMetric: Iteration # 19 - FCN = -722795.4252935 Edm = 83.2031 NCalls = 112 +VariableMetric: Iteration # 20 - FCN = -722798.4142602 Edm = 60.085 NCalls = 115 +VariableMetric: Iteration # 21 - FCN = -722811.3432328 Edm = 16.4275 NCalls = 117 +VariableMetric: Iteration # 22 - FCN = -722813.4245201 Edm = 5.25227 NCalls = 119 +VariableMetric: Iteration # 23 - FCN = -722816.0080477 Edm = 1.32835 NCalls = 121 +VariableMetric: Iteration # 24 - FCN = -722816.4443316 Edm = 0.359949 NCalls = 123 +VariableMetric: Iteration # 25 - FCN = -722816.6917336 Edm = 0.264382 NCalls = 124 +VariableMetric: Iteration # 26 - FCN = -722817.2303505 Edm = 0.760081 NCalls = 126 +VariableMetric: Iteration # 27 - FCN = -722818.1103951 Edm = 0.534945 NCalls = 128 +VariableMetric: Iteration # 28 - FCN = -722819.0429544 Edm = 0.522183 NCalls = 130 +VariableMetric: Iteration # 29 - FCN = -722819.4525582 Edm = 0.249047 NCalls = 132 +VariableMetric: Iteration # 30 - FCN = -722819.632887 Edm = 0.0748043 NCalls = 134 +VariableMetric: Iteration # 31 - FCN = -722819.7482857 Edm = 0.0429981 NCalls = 136 +VariableMetric: Iteration # 32 - FCN = -722819.8170857 Edm = 0.0341878 NCalls = 138 +VariableMetric: Iteration # 33 - FCN = -722819.8395816 Edm = 0.0155896 NCalls = 140 +VariableMetric: Iteration # 34 - FCN = -722819.8499587 Edm = 0.00266775 NCalls = 142 +VariableMetric: Iteration # 35 - FCN = -722819.8541419 Edm = 0.00213746 NCalls = 144 +VariableMetric: Iteration # 36 - FCN = -722819.8611415 Edm = 0.00343401 NCalls = 146 +VariableMetric: Iteration # 37 - FCN = -722819.8702243 Edm = 0.00309598 NCalls = 149 +VariableMetric: Iteration # 38 - FCN = -722819.8768437 Edm = 0.00154588 NCalls = 151 +VariableMetric: Iteration # 39 - FCN = -722819.8788339 Edm = 0.00130089 NCalls = 153 +VariableMetric: Iteration # 40 - FCN = -722819.8799544 Edm = 0.000978207 NCalls = 156 +VariableMetric: Iteration # 41 - FCN = -722819.8815643 Edm = 0.000345579 NCalls = 158 +VariableMetric: Iteration # 42 - FCN = -722819.882097 Edm = 0.000197292 NCalls = 160 +VariableMetric: Iteration # 43 - FCN = -722819.8833143 Edm = 0.000709356 NCalls = 163 +VariableMetric: Iteration # 44 - FCN = -722819.8882256 Edm = 0.00250405 NCalls = 166 +VariableMetric: Iteration # 45 - FCN = -722819.8978748 Edm = 0.00643979 NCalls = 169 +VariableMetric: Iteration # 46 - FCN = -722819.9099337 Edm = 0.0108013 NCalls = 173 +VariableMetric: Iteration # 47 - FCN = -722819.9205387 Edm = 0.00639222 NCalls = 176 +VariableMetric: Iteration # 48 - FCN = -722819.9365429 Edm = 0.0139204 NCalls = 179 +VariableMetric: Iteration # 49 - FCN = -722819.9461467 Edm = 0.0115209 NCalls = 181 +VariableMetric: Iteration # 50 - FCN = -722819.9796071 Edm = 0.0279002 NCalls = 184 +VariableMetric: Iteration # 51 - FCN = -722820.4104377 Edm = 0.729424 NCalls = 190 +VariableMetric: Iteration # 52 - FCN = -722820.4193097 Edm = 0.0264254 NCalls = 192 +VariableMetric: Iteration # 53 - FCN = -722820.5011521 Edm = 0.0940598 NCalls = 196 +VariableMetric: Iteration # 54 - FCN = -722820.7070108 Edm = 0.496062 NCalls = 200 +VariableMetric: Iteration # 55 - FCN = -722821.0167306 Edm = 1.10528 NCalls = 204 +VariableMetric: Iteration # 56 - FCN = -722821.0558701 Edm = 0.0650268 NCalls = 207 +VariableMetric: Iteration # 57 - FCN = -722821.5499529 Edm = 1.08128 NCalls = 211 +VariableMetric: Iteration # 58 - FCN = -722822.7773596 Edm = 3.93457 NCalls = 217 +VariableMetric: Iteration # 59 - FCN = -722824.2302935 Edm = 4.16054 NCalls = 223 +VariableMetric: Iteration # 60 - FCN = -722824.2924172 Edm = 0.0988676 NCalls = 226 +VariableMetric: Iteration # 61 - FCN = -722824.9759449 Edm = 1.09185 NCalls = 231 +VariableMetric: Iteration # 62 - FCN = -722825.5106401 Edm = 0.45327 NCalls = 236 +VariableMetric: Iteration # 63 - FCN = -722829.4001872 Edm = 7.03867 NCalls = 241 +VariableMetric: Iteration # 64 - FCN = -722831.6618323 Edm = 4.88675 NCalls = 245 +VariableMetric: Iteration # 65 - FCN = -722834.4883323 Edm = 13.834 NCalls = 248 +VariableMetric: Iteration # 66 - FCN = -722837.495331 Edm = 3.39278 NCalls = 253 +VariableMetric: Iteration # 67 - FCN = -722839.1236124 Edm = 2.47312 NCalls = 255 +VariableMetric: Iteration # 68 - FCN = -722840.8325805 Edm = 0.432286 NCalls = 257 +VariableMetric: Iteration # 69 - FCN = -722841.4278451 Edm = 0.155374 NCalls = 259 +VariableMetric: Iteration # 70 - FCN = -722841.5383621 Edm = 0.0619949 NCalls = 261 +VariableMetric: Iteration # 71 - FCN = -722841.5830311 Edm = 0.00955584 NCalls = 263 +VariableMetric: Iteration # 72 - FCN = -722841.5990386 Edm = 0.00587471 NCalls = 265 +VariableMetric: Iteration # 73 - FCN = -722841.6143665 Edm = 0.00620953 NCalls = 267 +VariableMetric: Iteration # 74 - FCN = -722841.6280465 Edm = 0.00728546 NCalls = 269 +VariableMetric: Iteration # 75 - FCN = -722841.6457223 Edm = 0.0065628 NCalls = 272 +VariableMetric: Iteration # 76 - FCN = -722841.6681159 Edm = 0.00978438 NCalls = 275 +VariableMetric: Iteration # 77 - FCN = -722841.684437 Edm = 0.012733 NCalls = 277 +VariableMetric: Iteration # 78 - FCN = -722841.6962064 Edm = 0.00324215 NCalls = 280 +VariableMetric: Iteration # 79 - FCN = -722841.7026127 Edm = 0.00348982 NCalls = 282 +VariableMetric: Iteration # 80 - FCN = -722841.70597 Edm = 0.00296364 NCalls = 284 +VariableMetric: Iteration # 81 - FCN = -722841.7102605 Edm = 0.00170396 NCalls = 288 +VariableMetric: Iteration # 82 - FCN = -722841.713187 Edm = 0.000678878 NCalls = 290 +VariableMetric: Iteration # 83 - FCN = -722841.7139935 Edm = 0.000557135 NCalls = 292 +VariableMetric: Iteration # 84 - FCN = -722841.7144303 Edm = 0.000117124 NCalls = 295 +VariableMetric: Iteration # 85 - FCN = -722841.7146181 Edm = 1.67065e-05 NCalls = 297 +VariableMetric: After Hessian - FCN = -722841.7146181 Edm = 0.000234922 NCalls = 700 +VariableMetric: Iteration # 86 - FCN = -722841.7146181 Edm = 0.000234922 NCalls = 700 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720099.2589935 Edm = 3.14211 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720099.2589935 Edm = 3.14211 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722095.2172844 Edm = 0.167425 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -722101.7875301 Edm = 0.15747 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -722105.1851062 Edm = 3.2956 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -722175.5467086 Edm = 18.0574 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -722197.3442533 Edm = 0.51726 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -722197.8384946 Edm = 0.075178 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -722239.0481408 Edm = 10.2823 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -722252.4817409 Edm = 0.0527742 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -722252.858856 Edm = 0.34617 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -722320.7647998 Edm = 10.1598 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -722462.3792099 Edm = 17.3478 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -722479.8666289 Edm = 0.190832 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -722480.0814068 Edm = 0.00576917 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -722480.1016399 Edm = 0.0111592 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -722480.2611939 Edm = 0.130767 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -722508.3485283 Edm = 4.15305 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -722515.155373 Edm = 1.13769 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -722519.4242304 Edm = 1.49365 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -722521.661936 Edm = 2.93085 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -722524.9002636 Edm = 0.619377 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -722525.4841394 Edm = 0.194399 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -722525.6004676 Edm = 0.00522154 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -722525.6078985 Edm = 0.0022425 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -722525.9586744 Edm = 0.31982 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -722539.4342366 Edm = 0.200243 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -722539.6073797 Edm = 0.0129848 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -722539.6189053 Edm = 0.0010414 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -722539.6221885 Edm = 0.00193066 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -722540.5830313 Edm = 0.9201 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -722563.5285515 Edm = 0.398392 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -722563.8788729 Edm = 0.0292724 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -722563.8997535 Edm = 0.00307529 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -722563.9046564 Edm = 0.00348937 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -722564.1379371 Edm = 0.199867 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -722577.9294921 Edm = 8.43708 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -722595.9712786 Edm = 1.9322 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -722597.292332 Edm = 0.110741 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -722597.3757525 Edm = 0.00309405 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -722597.3797792 Edm = 0.00125561 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -722597.3960752 Edm = 0.0154585 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -722598.4562737 Edm = 0.692972 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -722598.5403223 Edm = 0.0010584 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -722598.5454328 Edm = 0.00398273 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -722598.6712852 Edm = 0.0801538 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -722601.4424072 Edm = 2.27869 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -722622.7389199 Edm = 11.9241 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -722631.6281362 Edm = 20.7046 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -722641.6887738 Edm = 1.27768 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -722643.4658334 Edm = 0.292165 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -722643.9573756 Edm = 0.282618 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -722644.5526271 Edm = 0.134375 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -722644.975958 Edm = 0.0764856 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -722645.0859653 Edm = 0.0046099 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -722645.0917961 Edm = 0.00285475 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -722645.1190764 Edm = 0.0266205 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -722645.1851417 Edm = 0.0647705 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -722648.159534 Edm = 0.273863 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -722670.6901169 Edm = 6.10024 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -722690.4437305 Edm = 9.543 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -722744.7125686 Edm = 28.2146 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -722751.0143641 Edm = 16.7017 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -722759.8853351 Edm = 4.41998 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -722765.5607223 Edm = 2.37793 NCalls = 212 +VariableMetric: Iteration # 64 - FCN = -722777.5356438 Edm = 1.02618 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -722778.3528519 Edm = 2.25426 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -722779.2251479 Edm = 0.538212 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -722784.7098973 Edm = 4.78493 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -722784.8341371 Edm = 0.386772 NCalls = 232 +VariableMetric: Iteration # 69 - FCN = -722787.0334334 Edm = 2.20714 NCalls = 236 +VariableMetric: Iteration # 70 - FCN = -722791.6889535 Edm = 0.767967 NCalls = 240 +VariableMetric: Iteration # 71 - FCN = -722792.5691061 Edm = 0.118033 NCalls = 242 +VariableMetric: Iteration # 72 - FCN = -722792.7075942 Edm = 0.0153922 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -722792.7281033 Edm = 0.0110828 NCalls = 246 +VariableMetric: Iteration # 74 - FCN = -722792.7711014 Edm = 0.0360676 NCalls = 249 +VariableMetric: Iteration # 75 - FCN = -722792.8530859 Edm = 0.0343694 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -722792.9112099 Edm = 0.0248075 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -722792.9576398 Edm = 0.0264052 NCalls = 256 +VariableMetric: Iteration # 78 - FCN = -722792.9702645 Edm = 0.00308076 NCalls = 257 +VariableMetric: Iteration # 79 - FCN = -722792.9759664 Edm = 0.00380792 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -722793.1144363 Edm = 0.143278 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -722794.1258423 Edm = 0.804399 NCalls = 268 +VariableMetric: Iteration # 82 - FCN = -722801.1104087 Edm = 3.21292 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -722810.8173895 Edm = 1.44054 NCalls = 273 +VariableMetric: Iteration # 84 - FCN = -722812.043884 Edm = 0.155962 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -722812.1770264 Edm = 0.0519507 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -722812.2115092 Edm = 0.0152374 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -722812.2242417 Edm = 0.00237347 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -722812.2281551 Edm = 0.000719731 NCalls = 282 +VariableMetric: Iteration # 89 - FCN = -722812.2296765 Edm = 0.0003556 NCalls = 284 +VariableMetric: Iteration # 90 - FCN = -722812.2304535 Edm = 0.000367219 NCalls = 286 +VariableMetric: Iteration # 91 - FCN = -722812.2541003 Edm = 0.0251656 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -722812.2767117 Edm = 0.0212263 NCalls = 296 +VariableMetric: Iteration # 93 - FCN = -722815.5754238 Edm = 1.01002 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -722816.8356464 Edm = 0.0784337 NCalls = 304 +VariableMetric: Iteration # 95 - FCN = -722816.8963137 Edm = 0.00662541 NCalls = 306 +VariableMetric: Iteration # 96 - FCN = -722816.9031725 Edm = 0.00141798 NCalls = 308 +VariableMetric: Iteration # 97 - FCN = -722816.9095099 Edm = 0.00337122 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -722816.9140162 Edm = 0.00108072 NCalls = 314 +VariableMetric: Iteration # 99 - FCN = -722816.915002 Edm = 5.99795e-05 NCalls = 316 +VariableMetric: After Hessian - FCN = -722816.915002 Edm = 2.69405 NCalls = 681 +VariableMetric: Iteration # 100 - FCN = -722816.915002 Edm = 2.69405 NCalls = 681 +VariableMetric: Iteration # 101 - FCN = -722819.9177051 Edm = 8.89339 NCalls = 688 +VariableMetric: Iteration # 102 - FCN = -722820.0089318 Edm = 1.54308 NCalls = 692 +VariableMetric: Iteration # 103 - FCN = -722820.5657296 Edm = 1.71397 NCalls = 694 +VariableMetric: Iteration # 104 - FCN = -722824.1887178 Edm = 17.8418 NCalls = 700 +VariableMetric: Iteration # 105 - FCN = -722826.8339336 Edm = 7.35984 NCalls = 706 +VariableMetric: Iteration # 106 - FCN = -722828.6361415 Edm = 18.0452 NCalls = 709 +VariableMetric: Iteration # 107 - FCN = -722832.1782557 Edm = 7.27703 NCalls = 713 +VariableMetric: Iteration # 108 - FCN = -722835.6959142 Edm = 13.4357 NCalls = 717 +VariableMetric: Iteration # 109 - FCN = -722839.6356741 Edm = 1.42614 NCalls = 720 +VariableMetric: Iteration # 110 - FCN = -722840.3879977 Edm = 2.11535 NCalls = 722 +VariableMetric: Iteration # 111 - FCN = -722840.9443143 Edm = 0.533581 NCalls = 725 +VariableMetric: Iteration # 112 - FCN = -722841.3830117 Edm = 0.378475 NCalls = 727 +VariableMetric: Iteration # 113 - FCN = -722841.5789632 Edm = 0.0732528 NCalls = 729 +VariableMetric: Iteration # 114 - FCN = -722841.6582111 Edm = 0.00740822 NCalls = 731 +VariableMetric: Iteration # 115 - FCN = -722841.6691887 Edm = 0.00450646 NCalls = 733 +VariableMetric: Iteration # 116 - FCN = -722841.6738171 Edm = 0.00451475 NCalls = 735 +VariableMetric: Iteration # 117 - FCN = -722841.6798703 Edm = 0.001187 NCalls = 737 +VariableMetric: Iteration # 118 - FCN = -722841.6816087 Edm = 0.000272921 NCalls = 739 +VariableMetric: Iteration # 119 - FCN = -722841.6827788 Edm = 0.000535329 NCalls = 741 +VariableMetric: Iteration # 120 - FCN = -722841.6844672 Edm = 0.000730865 NCalls = 744 +VariableMetric: Iteration # 121 - FCN = -722841.6883313 Edm = 0.00141351 NCalls = 747 +VariableMetric: Iteration # 122 - FCN = -722841.6919002 Edm = 0.000503392 NCalls = 749 +VariableMetric: Iteration # 123 - FCN = -722841.692603 Edm = 0.000954707 NCalls = 751 +VariableMetric: Iteration # 124 - FCN = -722841.6929265 Edm = 0.000199146 NCalls = 752 +VariableMetric: Iteration # 125 - FCN = -722841.6932016 Edm = 0.000100599 NCalls = 754 +VariableMetric: Iteration # 126 - FCN = -722841.6935653 Edm = 0.000215248 NCalls = 757 +VariableMetric: Iteration # 127 - FCN = -722841.6946554 Edm = 0.00024559 NCalls = 761 +VariableMetric: Iteration # 128 - FCN = -722841.6949561 Edm = 0.000120096 NCalls = 763 +VariableMetric: Iteration # 129 - FCN = -722841.6950536 Edm = 4.15148e-05 NCalls = 765 +VariableMetric: After Hessian - FCN = -722841.6950536 Edm = 9.41891e-05 NCalls = 1136 +VariableMetric: Iteration # 130 - FCN = -722841.6950536 Edm = 9.41891e-05 NCalls = 1136 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720640.1134218 Edm = 4.25648 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720640.1134218 Edm = 4.25648 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721814.7595013 Edm = 0.0518215 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721814.962572 Edm = 0.0732487 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -721846.4863429 Edm = 0.0422877 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -721846.59097 Edm = 0.0225779 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -721847.0672994 Edm = 0.368356 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -721885.5012954 Edm = 0.820367 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -721886.7216639 Edm = 0.0579378 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -721887.1561734 Edm = 0.330356 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -721951.3692361 Edm = 19.2046 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -721990.2141433 Edm = 1.2023 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -721991.3106671 Edm = 0.0324489 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -721991.33962 Edm = 0.00617137 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -721991.7547798 Edm = 0.390988 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -722011.838651 Edm = 7.60493 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -722019.7548177 Edm = 0.110026 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -722019.8654666 Edm = 0.00494798 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -722019.8732652 Edm = 0.00590347 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -722020.6223922 Edm = 0.729875 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -722046.4698736 Edm = 0.146022 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -722046.6844826 Edm = 0.00751037 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -722046.6954571 Edm = 0.00232501 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -722046.7174004 Edm = 0.0193596 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -722048.0188109 Edm = 1.07602 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -722091.367163 Edm = 15.345 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -722119.1771674 Edm = 9.66588 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -722126.8300403 Edm = 1.05031 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -722127.7858418 Edm = 0.0845626 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -722127.8419512 Edm = 0.00830661 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -722127.8555957 Edm = 0.00725376 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -722127.9567493 Edm = 0.0929291 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -722139.0509699 Edm = 9.60261 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -722254.0076471 Edm = 97.3521 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -722365.2395024 Edm = 46.7291 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -722395.7412734 Edm = 13.8439 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -722412.0440256 Edm = 4.30135 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -722416.9488911 Edm = 1.48004 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -722420.7571635 Edm = 2.87329 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -722429.7205738 Edm = 2.71703 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -722432.7571325 Edm = 0.232027 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -722432.9351067 Edm = 0.104482 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -722432.9951622 Edm = 0.0142299 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -722433.0452094 Edm = 0.0179403 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -722433.5685046 Edm = 0.516185 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -722434.2456981 Edm = 0.54384 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -722471.3705675 Edm = 22.1969 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -722497.6161789 Edm = 80.9448 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -722541.6325023 Edm = 26.3464 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -722558.6698765 Edm = 9.66818 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -722568.8509527 Edm = 3.06561 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -722573.9461323 Edm = 1.37201 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -722575.4573189 Edm = 0.470493 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -722576.2118604 Edm = 0.068245 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -722576.2935398 Edm = 0.00766824 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -722576.3181549 Edm = 0.0141778 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -722576.3905976 Edm = 0.0621416 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -722576.6717532 Edm = 0.157589 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -722577.8332473 Edm = 0.833873 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -722591.8081624 Edm = 9.71543 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -722617.0324992 Edm = 11.6145 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -722644.6626267 Edm = 15.4696 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -722653.1480766 Edm = 27.2698 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -722671.6387958 Edm = 2.98229 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -722674.0136002 Edm = 2.12455 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -722675.6509434 Edm = 0.604446 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -722676.6876251 Edm = 0.367768 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -722677.1659689 Edm = 0.341688 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -722677.963314 Edm = 0.168992 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -722678.1678874 Edm = 0.0600871 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -722678.2030813 Edm = 0.00315631 NCalls = 222 +VariableMetric: Iteration # 70 - FCN = -722678.2074012 Edm = 0.000848015 NCalls = 224 +VariableMetric: Iteration # 71 - FCN = -722678.2198691 Edm = 0.0112373 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -722679.7709443 Edm = 1.50567 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -722680.0524675 Edm = 0.265641 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -722696.2554106 Edm = 4.34642 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -722701.0665318 Edm = 2.22251 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -722701.6126044 Edm = 0.127501 NCalls = 245 +VariableMetric: Iteration # 77 - FCN = -722701.7420103 Edm = 0.0338492 NCalls = 247 +VariableMetric: Iteration # 78 - FCN = -722701.8611042 Edm = 0.0511279 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -722701.9500808 Edm = 0.00791982 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -722701.9588258 Edm = 0.000778551 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -722701.9595807 Edm = 0.000290764 NCalls = 256 +VariableMetric: Iteration # 82 - FCN = -722701.9605424 Edm = 0.000672345 NCalls = 258 +VariableMetric: Iteration # 83 - FCN = -722701.9998956 Edm = 0.0374799 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -722706.1701607 Edm = 2.50899 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -722709.6617769 Edm = 0.288634 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -722710.0141252 Edm = 0.0639316 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -722710.1845782 Edm = 0.0608197 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -722710.2665399 Edm = 0.0643807 NCalls = 279 +VariableMetric: Iteration # 89 - FCN = -722710.3125345 Edm = 0.0141936 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -722710.3306838 Edm = 0.00444599 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -722710.3345591 Edm = 0.000199648 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -722710.3347878 Edm = 3.88245e-05 NCalls = 288 +VariableMetric: After Hessian - FCN = -722710.3347878 Edm = 1.54322e+06 NCalls = 645 +VariableMetric: Iteration # 93 - FCN = -722710.3347878 Edm = 1.54322e+06 NCalls = 645 +VariableMetric: Iteration # 94 - FCN = -722769.0238518 Edm = 215143 NCalls = 656 +VariableMetric: Iteration # 95 - FCN = -722777.8841203 Edm = 37.3876 NCalls = 660 +VariableMetric: Iteration # 96 - FCN = -722809.4964096 Edm = 0.55845 NCalls = 662 +VariableMetric: Iteration # 97 - FCN = -722810.5412163 Edm = 0.171642 NCalls = 664 +VariableMetric: Iteration # 98 - FCN = -722811.2029383 Edm = 0.182855 NCalls = 667 +VariableMetric: Iteration # 99 - FCN = -722811.524245 Edm = 0.0353157 NCalls = 669 +VariableMetric: Iteration # 100 - FCN = -722811.8424943 Edm = 0.039131 NCalls = 672 +VariableMetric: Iteration # 101 - FCN = -722811.9729168 Edm = 0.0720944 NCalls = 674 +VariableMetric: Iteration # 102 - FCN = -722812.2466356 Edm = 0.248263 NCalls = 680 +VariableMetric: Iteration # 103 - FCN = -722812.7765824 Edm = 0.26101 NCalls = 684 +VariableMetric: Iteration # 104 - FCN = -722813.0014012 Edm = 0.292816 NCalls = 686 +VariableMetric: Iteration # 105 - FCN = -722813.5248611 Edm = 0.317563 NCalls = 689 +VariableMetric: Iteration # 106 - FCN = -722813.9926546 Edm = 0.173058 NCalls = 691 +VariableMetric: Iteration # 107 - FCN = -722814.1427859 Edm = 0.0355728 NCalls = 693 +VariableMetric: Iteration # 108 - FCN = -722814.2332734 Edm = 0.0218958 NCalls = 695 +VariableMetric: Iteration # 109 - FCN = -722814.2618844 Edm = 0.00228789 NCalls = 697 +VariableMetric: Iteration # 110 - FCN = -722814.2653506 Edm = 0.00201553 NCalls = 699 +VariableMetric: Iteration # 111 - FCN = -722814.2707634 Edm = 0.000516397 NCalls = 701 +VariableMetric: Iteration # 112 - FCN = -722814.2718379 Edm = 0.000472992 NCalls = 703 +VariableMetric: Iteration # 113 - FCN = -722814.2748078 Edm = 0.000330345 NCalls = 706 +VariableMetric: Iteration # 114 - FCN = -722814.2773303 Edm = 0.00180261 NCalls = 709 +VariableMetric: Iteration # 115 - FCN = -722814.2878687 Edm = 0.00161482 NCalls = 712 +VariableMetric: Iteration # 116 - FCN = -722814.3250432 Edm = 0.0300514 NCalls = 717 +VariableMetric: Iteration # 117 - FCN = -722814.335646 Edm = 0.0284202 NCalls = 719 +VariableMetric: Iteration # 118 - FCN = -722814.3515884 Edm = 0.0195583 NCalls = 721 +VariableMetric: Iteration # 119 - FCN = -722814.3737902 Edm = 0.0203436 NCalls = 724 +VariableMetric: Iteration # 120 - FCN = -722814.4112987 Edm = 0.019739 NCalls = 726 +VariableMetric: Iteration # 121 - FCN = -722814.5000355 Edm = 0.0944578 NCalls = 729 +VariableMetric: Iteration # 122 - FCN = -722814.5610448 Edm = 0.117122 NCalls = 732 +VariableMetric: Iteration # 123 - FCN = -722814.7069125 Edm = 0.0389777 NCalls = 735 +VariableMetric: Iteration # 124 - FCN = -722814.7776436 Edm = 0.0177027 NCalls = 738 +VariableMetric: Iteration # 125 - FCN = -722814.8413307 Edm = 0.0340363 NCalls = 741 +VariableMetric: Iteration # 126 - FCN = -722814.8770183 Edm = 0.0511358 NCalls = 742 +VariableMetric: Iteration # 127 - FCN = -722814.9245956 Edm = 0.01318 NCalls = 745 +VariableMetric: Iteration # 128 - FCN = -722814.9650587 Edm = 0.0309438 NCalls = 748 +VariableMetric: Iteration # 129 - FCN = -722814.9853386 Edm = 0.0145058 NCalls = 750 +VariableMetric: Iteration # 130 - FCN = -722815.0250714 Edm = 0.0076045 NCalls = 753 +VariableMetric: Iteration # 131 - FCN = -722815.0432189 Edm = 0.00487434 NCalls = 755 +VariableMetric: Iteration # 132 - FCN = -722815.0649138 Edm = 0.0117551 NCalls = 757 +VariableMetric: Iteration # 133 - FCN = -722815.0779794 Edm = 0.01232 NCalls = 759 +VariableMetric: Iteration # 134 - FCN = -722815.0909023 Edm = 0.00185019 NCalls = 762 +VariableMetric: Iteration # 135 - FCN = -722815.0952954 Edm = 0.00104722 NCalls = 764 +VariableMetric: Iteration # 136 - FCN = -722815.0982357 Edm = 0.000299399 NCalls = 766 +VariableMetric: Iteration # 137 - FCN = -722815.0987751 Edm = 0.000102724 NCalls = 768 +VariableMetric: Iteration # 138 - FCN = -722815.098932 Edm = 5.93112e-05 NCalls = 770 +VariableMetric: After Hessian - FCN = -722815.098932 Edm = 0.00596839 NCalls = 1133 +VariableMetric: Iteration # 139 - FCN = -722815.098932 Edm = 0.00596839 NCalls = 1133 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716522.6632853 Edm = 3.25468 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716522.6632853 Edm = 3.25468 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718480.0483199 Edm = 1.78503 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -718841.6241345 Edm = 248.081 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -719875.9168986 Edm = 17.0596 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -719887.4887646 Edm = 0.690075 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -719891.08183 Edm = 3.17954 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -720254.7265387 Edm = 3.13588 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -720257.7693095 Edm = 0.285442 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -720258.0959856 Edm = 0.146201 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -720259.2976825 Edm = 1.37697 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -720301.5522236 Edm = 31.8096 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -720519.3315885 Edm = 49.7863 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -720612.1355162 Edm = 17.6987 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -720641.5637654 Edm = 15.4374 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -720650.8577987 Edm = 1.59249 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -720676.3237457 Edm = 35.2996 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -720676.5988786 Edm = 1.00242 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -720681.1074432 Edm = 5.65564 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -720694.2994168 Edm = 11.0146 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -720822.9894823 Edm = 23.9144 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -720838.1431034 Edm = 3.21204 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -720840.9830515 Edm = 0.0853823 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -720841.2140214 Edm = 0.115413 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -720867.2404504 Edm = 15.4729 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -720900.5753466 Edm = 19.7837 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -720913.7025111 Edm = 1.39201 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -720915.2066969 Edm = 0.501508 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -720916.517725 Edm = 0.0891012 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -720916.6315848 Edm = 0.0189992 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -720918.0074222 Edm = 1.07164 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -720952.3580984 Edm = 20.9635 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -721009.4072362 Edm = 29.9352 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -721026.4668892 Edm = 5.97849 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -721030.2558905 Edm = 0.837483 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -721031.3015465 Edm = 0.083582 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -721031.4026063 Edm = 0.0297951 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -721031.5210997 Edm = 0.0308455 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -721031.5588598 Edm = 0.0133523 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -721031.5745887 Edm = 0.0116629 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -721032.1768101 Edm = 0.640651 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -721032.2968354 Edm = 0.109033 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -721044.4542515 Edm = 14.5935 NCalls = 144 +VariableMetric: Iteration # 42 - FCN = -721071.5925848 Edm = 52.2043 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -721071.9539406 Edm = 0.524626 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -721076.7526595 Edm = 5.04151 NCalls = 158 +VariableMetric: Iteration # 45 - FCN = -721080.7247756 Edm = 2.97464 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -721115.2288965 Edm = 15.6184 NCalls = 168 +VariableMetric: Iteration # 47 - FCN = -721129.199211 Edm = 4.13259 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -721132.4742774 Edm = 3.56175 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -721135.8770621 Edm = 2.61129 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -721142.1590063 Edm = 0.914257 NCalls = 176 +VariableMetric: Iteration # 51 - FCN = -721143.1651211 Edm = 0.0533858 NCalls = 178 +VariableMetric: Iteration # 52 - FCN = -721143.2694029 Edm = 0.0634572 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -721143.4461774 Edm = 0.0670447 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -721143.5155966 Edm = 0.0304406 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -721143.5900443 Edm = 0.0600341 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -721144.239973 Edm = 0.476438 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -721145.6867148 Edm = 1.36292 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -721147.527576 Edm = 1.66865 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -721156.6269745 Edm = 6.41782 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -721157.3835631 Edm = 1.40476 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -721176.3985925 Edm = 13.4695 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -721303.0504455 Edm = 174.376 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -721578.7514415 Edm = 215.163 NCalls = 218 +VariableMetric: Iteration # 64 - FCN = -721947.43215 Edm = 424.972 NCalls = 221 +VariableMetric: Iteration # 65 - FCN = -722234.7288488 Edm = 177.192 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -722282.3913003 Edm = 21.2475 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -722399.4681582 Edm = 115.702 NCalls = 236 +VariableMetric: Iteration # 68 - FCN = -722519.4646251 Edm = 55.6131 NCalls = 239 +VariableMetric: Iteration # 69 - FCN = -722532.0005899 Edm = 24.3164 NCalls = 241 +VariableMetric: Iteration # 70 - FCN = -722612.7850292 Edm = 38.7967 NCalls = 245 +VariableMetric: Iteration # 71 - FCN = -722626.7192643 Edm = 31.5245 NCalls = 247 +VariableMetric: Iteration # 72 - FCN = -722677.8482993 Edm = 13.7709 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -722694.8119025 Edm = 2.14973 NCalls = 253 +VariableMetric: Iteration # 74 - FCN = -722697.0685156 Edm = 0.729947 NCalls = 255 +VariableMetric: Iteration # 75 - FCN = -722698.2447117 Edm = 0.373325 NCalls = 258 +VariableMetric: Iteration # 76 - FCN = -722699.0446534 Edm = 0.158954 NCalls = 260 +VariableMetric: Iteration # 77 - FCN = -722699.2290581 Edm = 0.0267377 NCalls = 262 +VariableMetric: Iteration # 78 - FCN = -722699.2641414 Edm = 0.0270017 NCalls = 264 +VariableMetric: Iteration # 79 - FCN = -722699.4916213 Edm = 0.220176 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -722701.071508 Edm = 0.726785 NCalls = 273 +VariableMetric: Iteration # 81 - FCN = -722704.677202 Edm = 3.4395 NCalls = 276 +VariableMetric: Iteration # 82 - FCN = -722757.2360678 Edm = 10.1087 NCalls = 281 +VariableMetric: Iteration # 83 - FCN = -722775.7567398 Edm = 0.650967 NCalls = 284 +VariableMetric: Iteration # 84 - FCN = -722776.9670715 Edm = 0.36682 NCalls = 286 +VariableMetric: Iteration # 85 - FCN = -722777.3706932 Edm = 0.22949 NCalls = 287 +VariableMetric: Iteration # 86 - FCN = -722777.5949049 Edm = 0.0327983 NCalls = 289 +VariableMetric: Iteration # 87 - FCN = -722777.6650101 Edm = 0.0234866 NCalls = 291 +VariableMetric: Iteration # 88 - FCN = -722777.7134569 Edm = 0.00331326 NCalls = 293 +VariableMetric: Iteration # 89 - FCN = -722777.7172634 Edm = 0.00037637 NCalls = 295 +VariableMetric: Iteration # 90 - FCN = -722777.7187115 Edm = 0.00119509 NCalls = 297 +VariableMetric: Iteration # 91 - FCN = -722777.7464988 Edm = 0.0274576 NCalls = 302 +VariableMetric: Iteration # 92 - FCN = -722779.2322114 Edm = 1.0725 NCalls = 307 +VariableMetric: Iteration # 93 - FCN = -722782.6510461 Edm = 0.624949 NCalls = 311 +VariableMetric: Iteration # 94 - FCN = -722783.6840072 Edm = 0.0638828 NCalls = 314 +VariableMetric: Iteration # 95 - FCN = -722783.7656356 Edm = 0.00401137 NCalls = 316 +VariableMetric: Iteration # 96 - FCN = -722783.7705081 Edm = 0.000415946 NCalls = 318 +VariableMetric: Iteration # 97 - FCN = -722783.7708963 Edm = 8.60178e-05 NCalls = 320 +VariableMetric: Iteration # 98 - FCN = -722783.771171 Edm = 0.000199258 NCalls = 322 +VariableMetric: Iteration # 99 - FCN = -722783.7731105 Edm = 0.00119163 NCalls = 325 +VariableMetric: Iteration # 100 - FCN = -722783.8916778 Edm = 0.104387 NCalls = 330 +VariableMetric: Iteration # 101 - FCN = -722785.9524639 Edm = 0.0889138 NCalls = 334 +VariableMetric: Iteration # 102 - FCN = -722786.058454 Edm = 0.00285996 NCalls = 336 +VariableMetric: Iteration # 103 - FCN = -722786.0614726 Edm = 0.000191043 NCalls = 338 +VariableMetric: Iteration # 104 - FCN = -722786.0616386 Edm = 2.11574e-05 NCalls = 340 +VariableMetric: After Hessian - FCN = -722786.0616386 Edm = 18236.9 NCalls = 705 +VariableMetric: Iteration # 105 - FCN = -722786.0616386 Edm = 18236.9 NCalls = 705 +VariableMetric: Iteration # 106 - FCN = -722786.0616386 Edm = 18236.9 NCalls = 716 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720485.3619845 Edm = 7.32611 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720485.3619845 Edm = 7.32611 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722006.5166013 Edm = 0.281814 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -722010.1730517 Edm = 0.309081 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -722104.0223813 Edm = 22.6312 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -722137.938277 Edm = 0.0714143 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -722138.150963 Edm = 0.142894 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -722181.4318336 Edm = 32.1735 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -722319.1936957 Edm = 1.09674 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -722320.6279632 Edm = 0.16216 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -722322.1464115 Edm = 0.720559 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -722342.6390518 Edm = 18.6829 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -722447.7567117 Edm = 80.0826 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -722547.6645537 Edm = 25.4044 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -722557.4678565 Edm = 1.09818 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -722558.4141879 Edm = 0.0325781 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -722558.4702685 Edm = 0.02098 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -722561.9123144 Edm = 3.49917 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -722588.9408876 Edm = 9.26215 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -722653.4116063 Edm = 3.5688 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -722657.8656518 Edm = 0.121121 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -722657.9873721 Edm = 0.00387928 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -722657.9965141 Edm = 0.00304654 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -722658.0233892 Edm = 0.0148043 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -722659.8338274 Edm = 1.62316 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -722691.3346852 Edm = 3.11586 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -722695.7171884 Edm = 0.231928 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -722695.9530251 Edm = 0.0154577 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -722695.9664229 Edm = 0.000682812 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -722695.9676904 Edm = 0.000814922 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -722696.0426376 Edm = 0.0719948 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -722703.502915 Edm = 0.652927 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -722704.1848234 Edm = 0.00646189 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -722704.1912359 Edm = 0.0004848 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -722704.1940922 Edm = 0.00237621 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -722705.0658095 Edm = 0.916271 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -722705.0848295 Edm = 0.0167613 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -722709.4250347 Edm = 0.587667 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -722711.986169 Edm = 0.487728 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -722712.3348832 Edm = 0.00313274 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -722712.3388962 Edm = 0.00194133 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -722712.3631013 Edm = 0.0242053 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -722714.3233632 Edm = 0.193116 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -722719.0118292 Edm = 0.490889 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -722719.7329437 Edm = 0.00988775 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -722719.7416241 Edm = 0.000432557 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -722719.7423729 Edm = 0.000536359 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -722719.757155 Edm = 0.0173495 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -722720.1771102 Edm = 0.0266943 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -722722.7268748 Edm = 0.360558 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -722723.4047412 Edm = 0.00225623 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -722723.4071189 Edm = 6.58304e-05 NCalls = 171 +VariableMetric: After Hessian - FCN = -722723.4071189 Edm = 887.769 NCalls = 528 +VariableMetric: Iteration # 51 - FCN = -722723.4071189 Edm = 887.769 NCalls = 528 +VariableMetric: Iteration # 52 - FCN = -722811.0451402 Edm = 8.40033 NCalls = 531 +VariableMetric: Iteration # 53 - FCN = -722814.6565184 Edm = 6.74627 NCalls = 533 +VariableMetric: Iteration # 54 - FCN = -722816.0238138 Edm = 0.495879 NCalls = 535 +VariableMetric: Iteration # 55 - FCN = -722816.4190792 Edm = 0.0737482 NCalls = 536 +VariableMetric: Iteration # 56 - FCN = -722816.6889237 Edm = 0.252459 NCalls = 540 +VariableMetric: Iteration # 57 - FCN = -722817.0448974 Edm = 1.78372 NCalls = 545 +VariableMetric: Iteration # 58 - FCN = -722817.5701099 Edm = 0.974606 NCalls = 551 +VariableMetric: Iteration # 59 - FCN = -722818.3161819 Edm = 1.26324 NCalls = 554 +VariableMetric: Iteration # 60 - FCN = -722818.5603677 Edm = 0.188747 NCalls = 558 +VariableMetric: Iteration # 61 - FCN = -722819.1420912 Edm = 0.115634 NCalls = 560 +VariableMetric: Iteration # 62 - FCN = -722819.2200333 Edm = 0.00763155 NCalls = 562 +VariableMetric: Iteration # 63 - FCN = -722819.229907 Edm = 0.0044701 NCalls = 564 +VariableMetric: Iteration # 64 - FCN = -722819.2415184 Edm = 0.00699137 NCalls = 567 +VariableMetric: Iteration # 65 - FCN = -722819.2555538 Edm = 0.00422939 NCalls = 570 +VariableMetric: Iteration # 66 - FCN = -722819.2674612 Edm = 0.00574223 NCalls = 573 +VariableMetric: Iteration # 67 - FCN = -722819.2778328 Edm = 0.00563838 NCalls = 576 +VariableMetric: Iteration # 68 - FCN = -722819.2853682 Edm = 0.0016133 NCalls = 578 +VariableMetric: Iteration # 69 - FCN = -722819.2893911 Edm = 0.000928871 NCalls = 580 +VariableMetric: Iteration # 70 - FCN = -722819.2908375 Edm = 0.000493057 NCalls = 582 +VariableMetric: Iteration # 71 - FCN = -722819.2913063 Edm = 0.000280898 NCalls = 584 +VariableMetric: Iteration # 72 - FCN = -722819.2920846 Edm = 0.000199919 NCalls = 586 +VariableMetric: Iteration # 73 - FCN = -722819.2923924 Edm = 1.99161e-05 NCalls = 588 +VariableMetric: After Hessian - FCN = -722819.2923924 Edm = 0.000282937 NCalls = 957 +VariableMetric: Iteration # 74 - FCN = -722819.2923924 Edm = 0.000282937 NCalls = 957 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718234.232549 Edm = 9.14263 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718234.232549 Edm = 9.14263 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720533.8955963 Edm = 40.0125 NCalls = 6 +VariableMetric: Iteration # 2 - FCN = -720601.4920822 Edm = 4.84041 NCalls = 8 +VariableMetric: Iteration # 3 - FCN = -720626.3401072 Edm = 26.3993 NCalls = 11 +VariableMetric: Iteration # 4 - FCN = -721027.7236307 Edm = 156.858 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -721267.8507079 Edm = 7.85993 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -721274.7967456 Edm = 0.733966 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -721308.1321757 Edm = 33.3574 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -721381.9593699 Edm = 43.916 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -721528.2977391 Edm = 3.21887 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -721531.5179364 Edm = 0.138201 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -721532.8261199 Edm = 1.16985 NCalls = 39 +VariableMetric: Iteration # 12 - FCN = -721576.4987223 Edm = 30.9465 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -721708.2167172 Edm = 48.7816 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -721801.3188171 Edm = 26.9554 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -722043.9168584 Edm = 65.0244 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -722049.9111456 Edm = 70.197 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -722134.3183934 Edm = 26.55 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -722179.2207401 Edm = 2.36463 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -722181.6509865 Edm = 0.52412 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -722182.3220346 Edm = 0.016061 NCalls = 65 +VariableMetric: Iteration # 21 - FCN = -722182.3617568 Edm = 0.0254457 NCalls = 67 +VariableMetric: Iteration # 22 - FCN = -722184.0724519 Edm = 1.62893 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -722393.7265562 Edm = 44.6072 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -722448.5966641 Edm = 0.716261 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -722449.2954109 Edm = 0.0959436 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -722449.3945213 Edm = 0.00692468 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -722449.5058174 Edm = 0.0970485 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -722451.5902228 Edm = 1.57264 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -722471.4932228 Edm = 1.55358 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -722473.6721453 Edm = 0.317907 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -722474.3679733 Edm = 0.140077 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -722474.4425227 Edm = 0.00788562 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -722474.454439 Edm = 0.00393085 NCalls = 105 +VariableMetric: Iteration # 34 - FCN = -722474.5400603 Edm = 0.0816788 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -722485.6537068 Edm = 6.98311 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -722512.0820786 Edm = 5.72693 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -722516.3019383 Edm = 0.419995 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -722516.6135498 Edm = 0.0478705 NCalls = 121 +VariableMetric: Iteration # 39 - FCN = -722516.6559657 Edm = 0.00906506 NCalls = 122 +VariableMetric: Iteration # 40 - FCN = -722516.6681084 Edm = 0.00218364 NCalls = 124 +VariableMetric: Iteration # 41 - FCN = -722516.6725953 Edm = 0.00160505 NCalls = 126 +VariableMetric: Iteration # 42 - FCN = -722516.9938964 Edm = 0.231256 NCalls = 132 +VariableMetric: Iteration # 43 - FCN = -722518.5106621 Edm = 0.0491351 NCalls = 135 +VariableMetric: Iteration # 44 - FCN = -722518.5634904 Edm = 0.00215671 NCalls = 136 +VariableMetric: Iteration # 45 - FCN = -722518.5731378 Edm = 0.00719344 NCalls = 138 +VariableMetric: Iteration # 46 - FCN = -722520.1940185 Edm = 1.16804 NCalls = 144 +VariableMetric: Iteration # 47 - FCN = -722530.1588916 Edm = 0.552495 NCalls = 147 +VariableMetric: Iteration # 48 - FCN = -722530.6700813 Edm = 0.173222 NCalls = 148 +VariableMetric: Iteration # 49 - FCN = -722530.7878036 Edm = 0.0057729 NCalls = 150 +VariableMetric: Iteration # 50 - FCN = -722530.7951067 Edm = 0.00204098 NCalls = 152 +VariableMetric: Iteration # 51 - FCN = -722530.8003635 Edm = 0.00387465 NCalls = 154 +VariableMetric: Iteration # 52 - FCN = -722530.811022 Edm = 0.00689571 NCalls = 157 +VariableMetric: Iteration # 53 - FCN = -722531.2104917 Edm = 0.392772 NCalls = 162 +VariableMetric: Iteration # 54 - FCN = -722532.1718534 Edm = 0.902155 NCalls = 168 +VariableMetric: Iteration # 55 - FCN = -722565.1267515 Edm = 89.5295 NCalls = 174 +VariableMetric: Iteration # 56 - FCN = -722586.5394384 Edm = 23.5014 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -722597.0822645 Edm = 7.86569 NCalls = 181 +VariableMetric: Iteration # 58 - FCN = -722610.9834682 Edm = 3.86153 NCalls = 184 +VariableMetric: Iteration # 59 - FCN = -722613.6562411 Edm = 0.346728 NCalls = 186 +VariableMetric: Iteration # 60 - FCN = -722614.0704231 Edm = 0.0977668 NCalls = 188 +VariableMetric: Iteration # 61 - FCN = -722614.3434566 Edm = 0.108939 NCalls = 190 +VariableMetric: Iteration # 62 - FCN = -722614.619504 Edm = 0.0280055 NCalls = 192 +VariableMetric: Iteration # 63 - FCN = -722614.646858 Edm = 0.0037055 NCalls = 193 +VariableMetric: Iteration # 64 - FCN = -722614.6547809 Edm = 0.00565438 NCalls = 195 +VariableMetric: Iteration # 65 - FCN = -722614.7335392 Edm = 0.0836682 NCalls = 199 +VariableMetric: Iteration # 66 - FCN = -722616.1696167 Edm = 1.19345 NCalls = 206 +VariableMetric: Iteration # 67 - FCN = -722650.3717285 Edm = 15.5382 NCalls = 210 +VariableMetric: Iteration # 68 - FCN = -722671.7362135 Edm = 3.55873 NCalls = 212 +VariableMetric: Iteration # 69 - FCN = -722677.2040261 Edm = 3.48185 NCalls = 214 +VariableMetric: Iteration # 70 - FCN = -722693.2038669 Edm = 63.2568 NCalls = 223 +VariableMetric: Iteration # 71 - FCN = -722696.8352477 Edm = 15.7681 NCalls = 226 +VariableMetric: Iteration # 72 - FCN = -722733.8910923 Edm = 27.9073 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -722752.2197121 Edm = 12.9264 NCalls = 232 +VariableMetric: Iteration # 74 - FCN = -722761.3893671 Edm = 6.19798 NCalls = 234 +VariableMetric: Iteration # 75 - FCN = -722769.2856165 Edm = 1.71911 NCalls = 237 +VariableMetric: Iteration # 76 - FCN = -722770.8547553 Edm = 0.346327 NCalls = 239 +VariableMetric: Iteration # 77 - FCN = -722771.2510998 Edm = 0.0457327 NCalls = 241 +VariableMetric: Iteration # 78 - FCN = -722771.3145725 Edm = 0.00833182 NCalls = 243 +VariableMetric: Iteration # 79 - FCN = -722771.3293571 Edm = 0.00612401 NCalls = 245 +VariableMetric: Iteration # 80 - FCN = -722771.5916364 Edm = 0.301606 NCalls = 250 +VariableMetric: Iteration # 81 - FCN = -722771.6111841 Edm = 0.0231599 NCalls = 252 +VariableMetric: Iteration # 82 - FCN = -722771.6931154 Edm = 0.0570733 NCalls = 255 +VariableMetric: Iteration # 83 - FCN = -722771.91349 Edm = 0.0311211 NCalls = 257 +VariableMetric: Iteration # 84 - FCN = -722771.9784347 Edm = 0.024119 NCalls = 259 +VariableMetric: Iteration # 85 - FCN = -722771.9985353 Edm = 0.00671541 NCalls = 261 +VariableMetric: Iteration # 86 - FCN = -722772.0070233 Edm = 0.00139081 NCalls = 263 +VariableMetric: Iteration # 87 - FCN = -722772.0159363 Edm = 0.00640471 NCalls = 266 +VariableMetric: Iteration # 88 - FCN = -722772.3038582 Edm = 0.242136 NCalls = 271 +VariableMetric: Iteration # 89 - FCN = -722791.1456441 Edm = 24.7194 NCalls = 279 +VariableMetric: Iteration # 90 - FCN = -722791.6249059 Edm = 1.49448 NCalls = 282 +VariableMetric: Iteration # 91 - FCN = -722794.2967549 Edm = 2.68646 NCalls = 285 +VariableMetric: Iteration # 92 - FCN = -722808.9205241 Edm = 3.66907 NCalls = 290 +VariableMetric: Iteration # 93 - FCN = -722813.4146407 Edm = 0.412537 NCalls = 292 +VariableMetric: Iteration # 94 - FCN = -722813.8980478 Edm = 0.0310559 NCalls = 294 +VariableMetric: Iteration # 95 - FCN = -722813.939637 Edm = 0.0115884 NCalls = 296 +VariableMetric: Iteration # 96 - FCN = -722814.0340099 Edm = 0.0640924 NCalls = 299 +VariableMetric: Iteration # 97 - FCN = -722814.2072377 Edm = 0.0343443 NCalls = 306 +VariableMetric: Iteration # 98 - FCN = -722814.2432442 Edm = 0.000586792 NCalls = 307 +VariableMetric: Iteration # 99 - FCN = -722814.2444124 Edm = 0.000922015 NCalls = 309 +VariableMetric: Iteration # 100 - FCN = -722814.2467227 Edm = 0.00371831 NCalls = 312 +VariableMetric: Iteration # 101 - FCN = -722814.397311 Edm = 0.119753 NCalls = 319 +VariableMetric: Iteration # 102 - FCN = -722818.8669497 Edm = 3.17487 NCalls = 324 +VariableMetric: Iteration # 103 - FCN = -722823.2886211 Edm = 2.43135 NCalls = 326 +VariableMetric: Iteration # 104 - FCN = -722825.1830016 Edm = 1.0403 NCalls = 328 +VariableMetric: Iteration # 105 - FCN = -722828.0092723 Edm = 1.55247 NCalls = 336 +VariableMetric: Iteration # 106 - FCN = -722828.3352136 Edm = 1.49036 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -722829.9347347 Edm = 0.616969 NCalls = 341 +VariableMetric: Iteration # 108 - FCN = -722830.6786624 Edm = 0.129554 NCalls = 343 +VariableMetric: Iteration # 109 - FCN = -722830.9059196 Edm = 0.0344039 NCalls = 345 +VariableMetric: Iteration # 110 - FCN = -722830.9455185 Edm = 0.00217958 NCalls = 347 +VariableMetric: Iteration # 111 - FCN = -722830.94839 Edm = 0.00104795 NCalls = 349 +VariableMetric: Iteration # 112 - FCN = -722830.9615393 Edm = 0.0136706 NCalls = 353 +VariableMetric: Iteration # 113 - FCN = -722831.3372363 Edm = 0.305743 NCalls = 360 +VariableMetric: Iteration # 114 - FCN = -722833.0440504 Edm = 0.315747 NCalls = 363 +VariableMetric: Iteration # 115 - FCN = -722833.4029604 Edm = 0.0272897 NCalls = 365 +VariableMetric: Iteration # 116 - FCN = -722833.4270588 Edm = 0.000158829 NCalls = 367 +VariableMetric: Iteration # 117 - FCN = -722833.4272809 Edm = 5.21658e-05 NCalls = 369 +VariableMetric: After Hessian - FCN = -722833.4272809 Edm = 17.9576 NCalls = 728 +VariableMetric: Iteration # 118 - FCN = -722833.4272809 Edm = 17.9576 NCalls = 728 +VariableMetric: Iteration # 119 - FCN = -722834.3233951 Edm = 32.2058 NCalls = 731 +VariableMetric: Iteration # 120 - FCN = -722835.2034981 Edm = 10.4776 NCalls = 733 +VariableMetric: Iteration # 121 - FCN = -722835.8857567 Edm = 176261 NCalls = 737 +VariableMetric: Iteration # 122 - FCN = -722837.5935433 Edm = 4959.25 NCalls = 741 +VariableMetric: Iteration # 123 - FCN = -722838.0895131 Edm = 2360.27 NCalls = 745 +VariableMetric: Iteration # 124 - FCN = -722838.121291 Edm = 429.981 NCalls = 750 +VariableMetric: Iteration # 125 - FCN = -722838.3538573 Edm = 211.75 NCalls = 754 +VariableMetric: Iteration # 126 - FCN = -722838.453137 Edm = 74.9513 NCalls = 758 +VariableMetric: Iteration # 127 - FCN = -722838.6267042 Edm = 329.184 NCalls = 761 +VariableMetric: Iteration # 128 - FCN = -722838.8792146 Edm = 178.259 NCalls = 764 +VariableMetric: Iteration # 129 - FCN = -722839.0634516 Edm = 19.3019 NCalls = 767 +VariableMetric: Iteration # 130 - FCN = -722839.0891943 Edm = 27.0986 NCalls = 770 +VariableMetric: Iteration # 131 - FCN = -722839.1742121 Edm = 48.7319 NCalls = 773 +VariableMetric: Iteration # 132 - FCN = -722839.3334814 Edm = 16.1442 NCalls = 776 +VariableMetric: Iteration # 133 - FCN = -722839.7105518 Edm = 4.66521 NCalls = 778 +VariableMetric: Iteration # 134 - FCN = -722840.0744837 Edm = 3.44815 NCalls = 780 +VariableMetric: Iteration # 135 - FCN = -722840.3645694 Edm = 1.34072 NCalls = 782 +VariableMetric: Iteration # 136 - FCN = -722840.5161632 Edm = 2.0604 NCalls = 784 +VariableMetric: Iteration # 137 - FCN = -722840.7666699 Edm = 0.721585 NCalls = 786 +VariableMetric: Iteration # 138 - FCN = -722841.0209016 Edm = 0.595055 NCalls = 788 +VariableMetric: Iteration # 139 - FCN = -722841.1616321 Edm = 0.111308 NCalls = 790 +VariableMetric: Iteration # 140 - FCN = -722841.1889041 Edm = 0.164677 NCalls = 792 +VariableMetric: Iteration # 141 - FCN = -722841.2207324 Edm = 0.024908 NCalls = 794 +VariableMetric: Iteration # 142 - FCN = -722841.2641957 Edm = 0.0364973 NCalls = 797 +VariableMetric: Iteration # 143 - FCN = -722841.3694015 Edm = 0.056174 NCalls = 801 +VariableMetric: Iteration # 144 - FCN = -722841.4580172 Edm = 0.0657345 NCalls = 804 +VariableMetric: Iteration # 145 - FCN = -722841.4924355 Edm = 0.0173807 NCalls = 807 +VariableMetric: Iteration # 146 - FCN = -722841.5161109 Edm = 0.0139155 NCalls = 809 +VariableMetric: Iteration # 147 - FCN = -722841.5348482 Edm = 0.0133948 NCalls = 811 +VariableMetric: Iteration # 148 - FCN = -722841.5475635 Edm = 0.0100041 NCalls = 814 +VariableMetric: Iteration # 149 - FCN = -722841.5562235 Edm = 0.00515392 NCalls = 816 +VariableMetric: Iteration # 150 - FCN = -722841.5658482 Edm = 0.00453567 NCalls = 819 +VariableMetric: Iteration # 151 - FCN = -722841.5686542 Edm = 0.00163418 NCalls = 821 +VariableMetric: Iteration # 152 - FCN = -722841.5712258 Edm = 0.00131429 NCalls = 824 +VariableMetric: Iteration # 153 - FCN = -722841.5724813 Edm = 0.000382061 NCalls = 826 +VariableMetric: Iteration # 154 - FCN = -722841.5731753 Edm = 7.75814e-05 NCalls = 828 +VariableMetric: Iteration # 155 - FCN = -722841.5732793 Edm = 1.47291e-05 NCalls = 830 +VariableMetric: After Hessian - FCN = -722841.5732793 Edm = 0.000348911 NCalls = 1211 +VariableMetric: Iteration # 156 - FCN = -722841.5732793 Edm = 0.000348911 NCalls = 1211 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715959.79135 Edm = 3.15984 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715959.79135 Edm = 3.15984 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716831.6162812 Edm = 0.80817 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -716835.1984739 Edm = 2.33904 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -720822.5523776 Edm = 9.22312 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -720828.7598948 Edm = 7.01968 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -720838.368056 Edm = 0.843012 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -720912.2157836 Edm = 48.1487 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -721141.8126536 Edm = 19.9121 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -721156.133425 Edm = 0.264415 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -721156.3636477 Edm = 0.0332789 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -721160.2803991 Edm = 3.98984 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -721170.0768583 Edm = 7.43532 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -721201.4043605 Edm = 0.283621 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -721201.6941066 Edm = 0.0214394 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -721201.8028945 Edm = 0.0742073 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -721211.4743065 Edm = 7.43186 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -721317.7212295 Edm = 6.70662 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -721325.0019635 Edm = 0.159705 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -721325.1667853 Edm = 0.0117301 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -721325.4569779 Edm = 0.248955 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -721339.4006359 Edm = 9.15558 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -721409.2699528 Edm = 2.99675 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -721414.1718746 Edm = 0.580773 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -721416.7020305 Edm = 2.12159 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -721422.2698355 Edm = 12.1849 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -721425.1992539 Edm = 12.557 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -721435.6788694 Edm = 3.92995 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -721442.316818 Edm = 0.477796 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -721442.9596499 Edm = 0.0411312 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -721443.0097056 Edm = 0.00579032 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -721443.5820253 Edm = 0.549199 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -721443.6514505 Edm = 0.0563425 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -721465.715672 Edm = 15.3767 NCalls = 123 +VariableMetric: Iteration # 33 - FCN = -721465.7844478 Edm = 0.475895 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -721467.3227909 Edm = 1.73212 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -721529.4885905 Edm = 21.2972 NCalls = 135 +VariableMetric: Iteration # 36 - FCN = -721578.3407033 Edm = 25.0387 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -721634.7611086 Edm = 34.9489 NCalls = 140 +VariableMetric: Iteration # 38 - FCN = -721652.829693 Edm = 14.8568 NCalls = 143 +VariableMetric: Iteration # 39 - FCN = -721663.1783084 Edm = 3.85673 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -721675.8555806 Edm = 1.04161 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -721681.8569571 Edm = 4.71721 NCalls = 151 +VariableMetric: Iteration # 42 - FCN = -721696.5870996 Edm = 8.11423 NCalls = 158 +VariableMetric: Iteration # 43 - FCN = -721706.5935373 Edm = 5.05699 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -721709.1296402 Edm = 3.57966 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -721713.4568854 Edm = 1.92445 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -721714.9782673 Edm = 0.263659 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -721715.1876193 Edm = 0.00851018 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -721715.209685 Edm = 0.00996075 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -721715.416456 Edm = 0.153291 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -721720.2738866 Edm = 4.51638 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -721756.6339962 Edm = 39.4421 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -721836.4184394 Edm = 9.24573 NCalls = 188 +VariableMetric: Iteration # 53 - FCN = -721851.1647391 Edm = 2.3418 NCalls = 190 +VariableMetric: Iteration # 54 - FCN = -721853.1494887 Edm = 2.60849 NCalls = 193 +VariableMetric: Iteration # 55 - FCN = -721856.7358492 Edm = 1.49394 NCalls = 195 +VariableMetric: Iteration # 56 - FCN = -721860.5235264 Edm = 0.908363 NCalls = 197 +VariableMetric: Iteration # 57 - FCN = -721861.072759 Edm = 0.228442 NCalls = 199 +VariableMetric: Iteration # 58 - FCN = -721861.2149433 Edm = 0.0225646 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -721861.2376064 Edm = 0.0068177 NCalls = 203 +VariableMetric: Iteration # 60 - FCN = -721861.2644686 Edm = 0.0165286 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -721861.6264832 Edm = 0.236156 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -721867.3608065 Edm = 4.736 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -722031.8766962 Edm = 296.957 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -722162.3680626 Edm = 261.405 NCalls = 225 +VariableMetric: Iteration # 65 - FCN = -722199.2328903 Edm = 56.349 NCalls = 229 +VariableMetric: Iteration # 66 - FCN = -722365.7645934 Edm = 179.389 NCalls = 234 +VariableMetric: Iteration # 67 - FCN = -722444.9428403 Edm = 43.1331 NCalls = 238 +VariableMetric: Iteration # 68 - FCN = -722473.639321 Edm = 31.3705 NCalls = 240 +VariableMetric: Iteration # 69 - FCN = -722487.4182174 Edm = 10.2055 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -722497.2090416 Edm = 2.34861 NCalls = 244 +VariableMetric: Iteration # 71 - FCN = -722502.0491202 Edm = 2.22928 NCalls = 247 +VariableMetric: Iteration # 72 - FCN = -722505.4295815 Edm = 2.32083 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -722515.3838515 Edm = 8.5478 NCalls = 254 +VariableMetric: Iteration # 74 - FCN = -722523.8188426 Edm = 18.053 NCalls = 259 +VariableMetric: Iteration # 75 - FCN = -722527.211002 Edm = 7.16495 NCalls = 262 +VariableMetric: Iteration # 76 - FCN = -722536.5296637 Edm = 2.84628 NCalls = 265 +VariableMetric: Iteration # 77 - FCN = -722540.5714311 Edm = 3.80347 NCalls = 268 +VariableMetric: Iteration # 78 - FCN = -722548.7656422 Edm = 3.49936 NCalls = 270 +VariableMetric: Iteration # 79 - FCN = -722554.7632391 Edm = 1.03147 NCalls = 272 +VariableMetric: Iteration # 80 - FCN = -722556.2501493 Edm = 0.50329 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -722556.9509306 Edm = 0.161394 NCalls = 276 +VariableMetric: Iteration # 82 - FCN = -722557.2451038 Edm = 0.0503462 NCalls = 278 +VariableMetric: Iteration # 83 - FCN = -722557.3649118 Edm = 0.0674465 NCalls = 280 +VariableMetric: Iteration # 84 - FCN = -722557.5400637 Edm = 0.0235915 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -722557.5767886 Edm = 0.00714681 NCalls = 285 +VariableMetric: Iteration # 86 - FCN = -722557.6218301 Edm = 0.0355469 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -722558.5673572 Edm = 0.684041 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -722576.3696436 Edm = 14.2251 NCalls = 296 +VariableMetric: Iteration # 89 - FCN = -722607.8841172 Edm = 50.7934 NCalls = 299 +VariableMetric: Iteration # 90 - FCN = -722665.1464367 Edm = 29.027 NCalls = 310 +VariableMetric: Iteration # 91 - FCN = -722677.4343151 Edm = 26.4246 NCalls = 312 +VariableMetric: Iteration # 92 - FCN = -722690.3337553 Edm = 5.60634 NCalls = 314 +VariableMetric: Iteration # 93 - FCN = -722708.8248214 Edm = 27.7411 NCalls = 318 +VariableMetric: Iteration # 94 - FCN = -722722.665195 Edm = 20.7389 NCalls = 326 +VariableMetric: Iteration # 95 - FCN = -722727.4013917 Edm = 19.6251 NCalls = 328 +VariableMetric: Iteration # 96 - FCN = -722748.419915 Edm = 6.6534 NCalls = 332 +VariableMetric: Iteration # 97 - FCN = -722756.071803 Edm = 4.42697 NCalls = 335 +VariableMetric: Iteration # 98 - FCN = -722761.9256847 Edm = 2.93729 NCalls = 337 +VariableMetric: Iteration # 99 - FCN = -722765.2401691 Edm = 0.53556 NCalls = 339 +VariableMetric: Iteration # 100 - FCN = -722766.0383766 Edm = 0.241417 NCalls = 341 +VariableMetric: Iteration # 101 - FCN = -722767.0173666 Edm = 0.875215 NCalls = 345 +VariableMetric: Iteration # 102 - FCN = -722769.5049227 Edm = 4.26905 NCalls = 352 +VariableMetric: Iteration # 103 - FCN = -722771.2542741 Edm = 5.18418 NCalls = 355 +VariableMetric: Iteration # 104 - FCN = -722775.742149 Edm = 5.18294 NCalls = 360 +VariableMetric: Iteration # 105 - FCN = -722778.088309 Edm = 5.55023 NCalls = 363 +VariableMetric: Iteration # 106 - FCN = -722782.2360016 Edm = 3.91589 NCalls = 367 +VariableMetric: Iteration # 107 - FCN = -722787.8463719 Edm = 1.19867 NCalls = 370 +VariableMetric: Iteration # 108 - FCN = -722789.6288433 Edm = 1.31846 NCalls = 373 +VariableMetric: Iteration # 109 - FCN = -722792.6569999 Edm = 2.07643 NCalls = 375 +VariableMetric: Iteration # 110 - FCN = -722796.8149078 Edm = 0.879973 NCalls = 378 +VariableMetric: Iteration # 111 - FCN = -722798.4953845 Edm = 0.494277 NCalls = 380 +VariableMetric: Iteration # 112 - FCN = -722799.5402386 Edm = 0.292491 NCalls = 382 +VariableMetric: Iteration # 113 - FCN = -722799.7539006 Edm = 0.0267489 NCalls = 384 +VariableMetric: Iteration # 114 - FCN = -722799.7878083 Edm = 0.0020133 NCalls = 386 +VariableMetric: Iteration # 115 - FCN = -722799.7908259 Edm = 0.00070762 NCalls = 388 +VariableMetric: Iteration # 116 - FCN = -722799.7940916 Edm = 0.00244713 NCalls = 390 +VariableMetric: Iteration # 117 - FCN = -722799.8433604 Edm = 0.0375061 NCalls = 394 +VariableMetric: Iteration # 118 - FCN = -722801.7680049 Edm = 1.59654 NCalls = 399 +VariableMetric: Iteration # 119 - FCN = -722816.3922564 Edm = 4.83376 NCalls = 403 +VariableMetric: Iteration # 120 - FCN = -722819.8865474 Edm = 0.986573 NCalls = 405 +VariableMetric: Iteration # 121 - FCN = -722820.8425733 Edm = 0.0505669 NCalls = 407 +VariableMetric: Iteration # 122 - FCN = -722820.8879165 Edm = 0.00262661 NCalls = 409 +VariableMetric: Iteration # 123 - FCN = -722820.8910808 Edm = 0.000424063 NCalls = 411 +VariableMetric: Iteration # 124 - FCN = -722820.8944189 Edm = 0.00334218 NCalls = 414 +VariableMetric: Iteration # 125 - FCN = -722820.9247986 Edm = 0.031131 NCalls = 419 +VariableMetric: Iteration # 126 - FCN = -722821.1313815 Edm = 0.205155 NCalls = 426 +VariableMetric: Iteration # 127 - FCN = -722825.564925 Edm = 1.9873 NCalls = 430 +VariableMetric: Iteration # 128 - FCN = -722828.3284654 Edm = 0.329684 NCalls = 433 +VariableMetric: Iteration # 129 - FCN = -722828.6271768 Edm = 0.0153783 NCalls = 435 +VariableMetric: Iteration # 130 - FCN = -722828.6421599 Edm = 0.000478306 NCalls = 436 +VariableMetric: Iteration # 131 - FCN = -722828.642694 Edm = 7.57582e-06 NCalls = 437 +VariableMetric: After Hessian - FCN = -722828.642694 Edm = 12.59 NCalls = 804 +VariableMetric: Iteration # 132 - FCN = -722828.642694 Edm = 12.59 NCalls = 804 +VariableMetric: Iteration # 133 - FCN = -722839.3556834 Edm = 1.19853 NCalls = 806 +VariableMetric: Iteration # 134 - FCN = -722839.6317952 Edm = 0.111678 NCalls = 808 +VariableMetric: Iteration # 135 - FCN = -722839.7253071 Edm = 0.0128056 NCalls = 810 +VariableMetric: Iteration # 136 - FCN = -722839.7433696 Edm = 0.00261329 NCalls = 812 +VariableMetric: Iteration # 137 - FCN = -722839.7465331 Edm = 0.000448977 NCalls = 814 +VariableMetric: Iteration # 138 - FCN = -722839.7471162 Edm = 0.000202303 NCalls = 816 +VariableMetric: Iteration # 139 - FCN = -722839.747767 Edm = 0.000288364 NCalls = 818 +VariableMetric: Iteration # 140 - FCN = -722839.7489131 Edm = 0.000654623 NCalls = 821 +VariableMetric: Iteration # 141 - FCN = -722839.7649325 Edm = 0.0185159 NCalls = 828 +VariableMetric: Iteration # 142 - FCN = -722839.7654274 Edm = 0.00360931 NCalls = 830 +VariableMetric: Iteration # 143 - FCN = -722839.8054799 Edm = 0.0417879 NCalls = 836 +VariableMetric: Iteration # 144 - FCN = -722839.8073938 Edm = 0.00369519 NCalls = 839 +VariableMetric: Iteration # 145 - FCN = -722839.8162562 Edm = 0.0106681 NCalls = 842 +VariableMetric: Iteration # 146 - FCN = -722839.8361007 Edm = 0.0193876 NCalls = 846 +VariableMetric: Iteration # 147 - FCN = -722839.9953409 Edm = 0.059433 NCalls = 852 +VariableMetric: Iteration # 148 - FCN = -722840.0821904 Edm = 0.159576 NCalls = 855 +VariableMetric: Iteration # 149 - FCN = -722840.1564322 Edm = 0.0890951 NCalls = 857 +VariableMetric: Iteration # 150 - FCN = -722840.3061861 Edm = 0.186697 NCalls = 861 +VariableMetric: Iteration # 151 - FCN = -722840.4402719 Edm = 0.188105 NCalls = 863 +VariableMetric: Iteration # 152 - FCN = -722840.6199237 Edm = 0.228423 NCalls = 866 +VariableMetric: Iteration # 153 - FCN = -722840.8709759 Edm = 0.0754186 NCalls = 872 +VariableMetric: Iteration # 154 - FCN = -722841.0026284 Edm = 0.14454 NCalls = 875 +VariableMetric: Iteration # 155 - FCN = -722841.0707046 Edm = 0.0589369 NCalls = 877 +VariableMetric: Iteration # 156 - FCN = -722841.1777382 Edm = 0.0267084 NCalls = 881 +VariableMetric: Iteration # 157 - FCN = -722841.2606823 Edm = 0.0267544 NCalls = 886 +VariableMetric: Iteration # 158 - FCN = -722841.2701251 Edm = 0.0168749 NCalls = 888 +VariableMetric: Iteration # 159 - FCN = -722841.2933789 Edm = 0.00529585 NCalls = 890 +VariableMetric: Iteration # 160 - FCN = -722841.3057601 Edm = 0.00935018 NCalls = 893 +VariableMetric: Iteration # 161 - FCN = -722841.3153605 Edm = 0.00282529 NCalls = 898 +VariableMetric: Iteration # 162 - FCN = -722841.3194036 Edm = 0.00383601 NCalls = 901 +VariableMetric: Iteration # 163 - FCN = -722841.3226351 Edm = 0.00163403 NCalls = 903 +VariableMetric: Iteration # 164 - FCN = -722841.3263871 Edm = 0.000997109 NCalls = 907 +VariableMetric: Iteration # 165 - FCN = -722841.3275626 Edm = 0.00053739 NCalls = 909 +VariableMetric: Iteration # 166 - FCN = -722841.3282488 Edm = 0.000145666 NCalls = 912 +VariableMetric: Iteration # 167 - FCN = -722841.3284646 Edm = 2.4897e-05 NCalls = 914 +VariableMetric: After Hessian - FCN = -722841.3284646 Edm = 3.83834e-05 NCalls = 1297 +VariableMetric: Iteration # 168 - FCN = -722841.3284646 Edm = 3.83834e-05 NCalls = 1297 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718065.5650997 Edm = 0.729584 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718065.5650997 Edm = 0.729584 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720411.4303527 Edm = 1.52681 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721548.3457647 Edm = 2.68833e+07 NCalls = 19 +VariableMetric: Iteration # 3 - FCN = -721548.3457647 Edm = 2.68833e+07 NCalls = 30 +VariableMetric: After Hessian - FCN = -721548.3457647 Edm = 1.46941e+07 NCalls = 385 +VariableMetric: Iteration # 4 - FCN = -721548.3457647 Edm = 1.46941e+07 NCalls = 385 +VariableMetric: Iteration # 5 - FCN = -721616.8163378 Edm = 1.62404e+07 NCalls = 396 +VariableMetric: Iteration # 6 - FCN = -721806.0725683 Edm = 1.50508e+07 NCalls = 407 +VariableMetric: Iteration # 7 - FCN = -721806.0725683 Edm = 1.50508e+07 NCalls = 418 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716378.4896278 Edm = 4.11139 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716378.4896278 Edm = 4.11139 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719886.1161267 Edm = 1.40789 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -719892.6545078 Edm = 1.87133 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -721377.7468214 Edm = 414.083 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -722362.6262336 Edm = 49.1166 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -722568.513193 Edm = 111.843 NCalls = 30 +VariableMetric: Iteration # 6 - FCN = -722585.9163541 Edm = 32.8544 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -722622.6254489 Edm = 0.247805 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -722622.9674913 Edm = 0.100534 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -722629.0167023 Edm = 5.1745 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -722678.1816057 Edm = 0.183906 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -722678.4257624 Edm = 0.0138427 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -722678.4692884 Edm = 0.0361674 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -722696.9829409 Edm = 0.0269473 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -722756.6802344 Edm = 0.435959 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -722757.0543458 Edm = 0.00908765 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -722757.0752599 Edm = 0.00931062 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -722757.7550485 Edm = 0.640729 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -722792.8931576 Edm = 1.91932 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -722794.7863737 Edm = 0.0766876 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -722794.8994417 Edm = 0.0146631 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -722794.9368675 Edm = 0.000999202 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -722794.9386242 Edm = 0.000572687 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -722794.97294 Edm = 0.0311938 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -722798.4469671 Edm = 1.99767 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -722800.0289856 Edm = 1.40979 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -722801.1258581 Edm = 0.208626 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -722801.9289026 Edm = 0.130827 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -722802.1252961 Edm = 0.0210362 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -722802.1690477 Edm = 0.00406955 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -722802.1791822 Edm = 0.00064882 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -722802.1810097 Edm = 0.00061037 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -722802.1909031 Edm = 0.00868856 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -722803.4029383 Edm = 0.94071 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -722803.4403003 Edm = 0.0382131 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -722803.4695038 Edm = 0.00931447 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -722803.6463729 Edm = 0.209516 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -722805.1501178 Edm = 0.975276 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -722813.6316897 Edm = 0.923686 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -722813.9667263 Edm = 0.281861 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -722814.1961229 Edm = 0.00639131 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -722814.2028297 Edm = 0.00122926 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -722814.205507 Edm = 0.00185863 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -722814.248069 Edm = 0.0360606 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -722816.7432957 Edm = 1.93554 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -722821.741795 Edm = 0.665774 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -722822.1598188 Edm = 0.0610773 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -722822.2018061 Edm = 0.000843121 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -722822.2028901 Edm = 0.00023862 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -722822.2180495 Edm = 0.0148546 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -722823.2787036 Edm = 1.04054 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -722826.3827202 Edm = 1.187 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -722827.6040045 Edm = 0.0604926 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -722827.6594419 Edm = 0.00138668 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -722827.6607114 Edm = 0.000171511 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -722827.6612113 Edm = 0.000516525 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -722827.6668604 Edm = 0.00515225 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -722827.7799463 Edm = 0.132208 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -722828.6669832 Edm = 0.522917 NCalls = 195 +VariableMetric: Iteration # 59 - FCN = -722829.8721506 Edm = 0.0136717 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -722829.886187 Edm = 0.000173865 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -722829.8864091 Edm = 3.84107e-05 NCalls = 201 +VariableMetric: After Hessian - FCN = -722829.8864091 Edm = 12.074 NCalls = 554 +VariableMetric: Iteration # 62 - FCN = -722829.8864091 Edm = 12.074 NCalls = 554 +VariableMetric: Iteration # 63 - FCN = -722840.7426659 Edm = 1.5077 NCalls = 556 +VariableMetric: Iteration # 64 - FCN = -722840.9852112 Edm = 0.555362 NCalls = 560 +VariableMetric: Iteration # 65 - FCN = -722841.410541 Edm = 0.0205248 NCalls = 563 +VariableMetric: Iteration # 66 - FCN = -722841.4592205 Edm = 0.0222742 NCalls = 565 +VariableMetric: Iteration # 67 - FCN = -722841.5229633 Edm = 0.0258053 NCalls = 568 +VariableMetric: Iteration # 68 - FCN = -722841.6040134 Edm = 0.0408759 NCalls = 573 +VariableMetric: Iteration # 69 - FCN = -722841.6304718 Edm = 0.0396049 NCalls = 575 +VariableMetric: Iteration # 70 - FCN = -722841.6653607 Edm = 0.00822778 NCalls = 577 +VariableMetric: Iteration # 71 - FCN = -722841.6866395 Edm = 0.0122537 NCalls = 580 +VariableMetric: Iteration # 72 - FCN = -722841.6928636 Edm = 0.00257361 NCalls = 582 +VariableMetric: Iteration # 73 - FCN = -722841.7003486 Edm = 0.00309222 NCalls = 586 +VariableMetric: Iteration # 74 - FCN = -722841.7097261 Edm = 0.00160578 NCalls = 590 +VariableMetric: Iteration # 75 - FCN = -722841.7125343 Edm = 0.00180546 NCalls = 592 +VariableMetric: Iteration # 76 - FCN = -722841.7131486 Edm = 0.000656473 NCalls = 594 +VariableMetric: Iteration # 77 - FCN = -722841.7142204 Edm = 0.000141392 NCalls = 596 +VariableMetric: Iteration # 78 - FCN = -722841.7144748 Edm = 1.9187e-05 NCalls = 598 +VariableMetric: After Hessian - FCN = -722841.7144748 Edm = 0.000161741 NCalls = 965 +VariableMetric: Iteration # 79 - FCN = -722841.7144748 Edm = 0.000161741 NCalls = 965 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=1170 (1170 total) | +| EDM = 7.4E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -722841.748024747 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_p | 0.21 | 0.46 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -1.96 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.91 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.8 | 1.2 | | | 14.8182 | 23.5818 | | +| 4 | rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4040_p | 3.82 | 0.16 | | |-6.28319 | 6.28319 | | +| 6 | p4415_s | 1.26 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | omega_s | 8.9 | 1.2 | | | 4.19232 | 9.40768 | | +| 8 | p3770_s | 2.14 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | phi_p | 6.00 | 0.30 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.10 | 0.17 | | |0.00501244| 2.01499 | | +| 11| psi2s_p | 4.20 | 0.03 | | |-6.28319 | 6.28319 | | +| 12| omega_p | 0.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.011 | 0.060 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.20 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 16| psi2s_s | 1366 | 3 | | | 1358.64 | 1433.36 | | +| 17| jpsi_p | 4.553 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.020 | 0.143 | | | -0.5 | 0.5 | | +| 19| p3770_p | -1.73 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_p p4415_p p4160_p phi_s rho_s p4040_p p4415_s omega_s p3770_s phi_p p4040_s psi2s_p omega_p Dbar_s p4160_s jpsi_s psi2s_s jpsi_p Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_p | 1.000 0.022 0.029 0.129 0.038 0.016 -0.013 0.004 -0.001 0.071 -0.028 -0.004 -0.251 0.012 -0.007 0.082 -0.078 -0.069 -0.043 0.016 | +| p4415_p | 0.022 1.000 0.289 -0.003 0.017 0.100 -0.101 -0.002 -0.008 -0.003 -0.219 0.114 -0.000 0.111 -0.166 0.019 -0.018 -0.068 -0.183 0.114 | +| p4160_p | 0.029 0.289 1.000 -0.006 0.022 0.048 0.057 -0.003 -0.076 -0.005 -0.484 0.308 -0.001 -0.124 -0.118 0.038 -0.038 -0.108 -0.448 0.263 | +| phi_s | 0.129 -0.003 -0.006 1.000 0.149 -0.007 0.000 0.026 -0.006 0.783 -0.002 -0.009 0.068 -0.013 -0.003 -0.006 0.005 -0.024 0.010 -0.001 | +| rho_s | 0.038 0.017 0.022 0.149 1.000 -0.004 -0.019 0.141 -0.027 0.084 -0.036 0.018 0.504 -0.028 -0.023 0.130 -0.126 0.012 -0.009 0.024 | +| p4040_p | 0.016 0.100 0.048 -0.007 -0.004 1.000 0.163 -0.003 -0.009 -0.007 -0.214 -0.017 -0.009 0.244 0.426 0.062 -0.061 -0.184 -0.120 0.146 | +| p4415_s | -0.013 -0.101 0.057 0.000 -0.019 0.163 1.000 -0.001 0.090 -0.003 0.080 -0.350 -0.007 0.470 0.315 -0.014 0.014 -0.053 0.397 -0.199 | +| omega_s | 0.004 -0.002 -0.003 0.026 0.141 -0.003 -0.001 1.000 -0.001 -0.010 -0.001 -0.012 0.730 -0.002 -0.001 0.003 -0.003 -0.032 0.001 -0.003 | +| p3770_s | -0.001 -0.008 -0.076 -0.006 -0.027 -0.009 0.090 -0.001 1.000 -0.005 0.191 -0.169 -0.011 0.249 0.093 0.049 -0.046 -0.085 0.107 -0.168 | +| phi_p | 0.071 -0.003 -0.005 0.783 0.084 -0.007 -0.003 -0.010 -0.005 1.000 -0.001 -0.015 0.036 -0.004 -0.004 0.024 -0.024 -0.034 0.005 -0.003 | +| p4040_s | -0.028 -0.219 -0.484 -0.002 -0.036 -0.214 0.080 -0.001 0.191 -0.001 1.000 -0.399 -0.008 0.338 -0.088 0.008 -0.003 0.051 0.510 -0.255 | +| psi2s_p | -0.004 0.114 0.308 -0.009 0.018 -0.017 -0.350 -0.012 -0.169 -0.015 -0.399 1.000 -0.005 -0.669 -0.325 -0.112 0.094 -0.045 -0.674 0.513 | +| omega_p | -0.251 -0.000 -0.001 0.068 0.504 -0.009 -0.007 0.730 -0.011 0.036 -0.008 -0.005 1.000 -0.011 -0.010 0.048 -0.046 -0.013 0.005 0.002 | +| Dbar_s | 0.012 0.111 -0.124 -0.013 -0.028 0.244 0.470 -0.002 0.249 -0.004 0.338 -0.669 -0.011 1.000 0.501 0.266 -0.248 -0.112 0.712 -0.425 | +| p4160_s | -0.007 -0.166 -0.118 -0.003 -0.023 0.426 0.315 -0.001 0.093 -0.004 -0.088 -0.325 -0.010 0.501 1.000 0.014 -0.012 -0.092 0.333 -0.132 | +| jpsi_s | 0.082 0.019 0.038 -0.006 0.130 0.062 -0.014 0.003 0.049 0.024 0.008 -0.112 0.048 0.266 0.014 1.000 -0.947 -0.151 -0.069 -0.035 | +| psi2s_s | -0.078 -0.018 -0.038 0.005 -0.126 -0.061 0.014 -0.003 -0.046 -0.024 -0.003 0.094 -0.046 -0.248 -0.012 -0.947 1.000 0.143 0.065 0.019 | +| jpsi_p | -0.069 -0.068 -0.108 -0.024 0.012 -0.184 -0.053 -0.032 -0.085 -0.034 0.051 -0.045 -0.013 -0.112 -0.092 -0.151 0.143 1.000 0.165 -0.069 | +| Ctt | -0.043 -0.183 -0.448 0.010 -0.009 -0.120 0.397 0.001 0.107 0.005 0.510 -0.674 0.005 0.712 0.333 -0.069 0.065 0.165 1.000 -0.570 | +| p3770_p | 0.016 0.114 0.263 -0.001 0.024 0.146 -0.199 -0.003 -0.168 -0.003 -0.255 0.513 0.002 -0.425 -0.132 -0.035 0.019 -0.069 -0.570 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.46466393707641007}), (, {'error': 0.16441213254146714}), (, {'error': 0.0939361830455594}), (, {'error': 1.2169308356396584}), (, {'error': 0.3655453730048486}), (, {'error': 0.16338459724027388}), (, {'error': 0.1765884600829849}), (, {'error': 1.2026872545927065}), (, {'error': 0.19028810083462655}), (, {'error': 0.302813454893224}), (, {'error': 0.16843522416389045}), (, {'error': 0.031731073978619406}), (, {'error': 0.38483095580791815}), (, {'error': 0.06012700731944465}), (, {'error': 0.16535538916207582}), (, {'error': 129.41147026238013}), (, {'error': 3.4685382116231267}), (, {'error': 0.01613462735401594}), (, {'error': 0.14343482176565125}), (, {'error': 0.12872603700306318})]) +Toy 1/10 +Time taken: 1 h, 22 min +Projected time left: 12 h, 21 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=700 (700 total) | +| EDM = 0.000235 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -722841.7146181276 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_p | -5.8 | 0.5 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.04 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.00 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 19.0 | 1.3 | | | 14.8182 | 23.5818 | | +| 4 | rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4040_p | 3.34 | 0.16 | | |-6.28319 | 6.28319 | | +| 6 | p4415_s | 1.27 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | omega_s | 8.9 | 1.1 | | | 4.19232 | 9.40768 | | +| 8 | p3770_s | 2.34 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | phi_p | -5.71 | 0.32 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.14 | 0.17 | | |0.00501244| 2.01499 | | +| 11| psi2s_p | 1.821 | 0.029 | | |-6.28319 | 6.28319 | | +| 12| omega_p | 0.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.006 | 0.059 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.24 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 16| psi2s_s | 1371.1 | 2.9 | | | 1358.64 | 1433.36 | | +| 17| jpsi_p | -4.634 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.023 | 0.124 | | | -0.5 | 0.5 | | +| 19| p3770_p | -2.84 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_p p4415_p p4160_p phi_s rho_s p4040_p p4415_s omega_s p3770_s phi_p p4040_s psi2s_p omega_p Dbar_s p4160_s jpsi_s psi2s_s jpsi_p Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_p | 1.000 0.022 0.026 -0.095 0.062 0.014 -0.011 -0.002 -0.001 -0.213 -0.025 -0.029 -0.307 0.009 -0.005 0.080 -0.075 -0.059 -0.037 0.010 | +| p4415_p | 0.022 1.000 0.272 -0.005 0.018 0.080 -0.112 -0.002 -0.015 -0.010 -0.211 -0.091 -0.003 0.076 -0.171 0.011 -0.012 -0.021 -0.191 0.089 | +| p4160_p | 0.026 0.272 1.000 -0.008 0.023 0.010 0.035 -0.003 -0.090 -0.014 -0.489 -0.140 -0.004 -0.199 -0.150 0.013 -0.013 -0.012 -0.463 0.235 | +| phi_s | -0.095 -0.005 -0.008 1.000 -0.100 -0.004 0.003 -0.010 0.004 0.820 0.006 -0.011 0.023 -0.004 0.003 -0.072 0.068 -0.025 0.002 -0.006 | +| rho_s | 0.062 0.018 0.023 -0.100 1.000 -0.007 -0.019 0.140 -0.029 -0.169 -0.039 -0.043 0.496 -0.038 -0.025 0.112 -0.104 -0.108 -0.006 0.024 | +| p4040_p | 0.014 0.080 0.010 -0.004 -0.007 1.000 0.160 -0.003 -0.032 -0.007 -0.206 -0.343 -0.012 0.212 0.420 0.043 -0.042 -0.157 -0.120 0.103 | +| p4415_s | -0.011 -0.112 0.035 0.003 -0.019 0.160 1.000 -0.001 0.072 0.003 0.089 -0.098 -0.006 0.481 0.321 -0.005 0.004 -0.144 0.390 -0.193 | +| omega_s | -0.002 -0.002 -0.003 -0.010 0.140 -0.003 -0.001 1.000 -0.001 -0.046 -0.001 -0.013 0.695 -0.002 -0.001 0.002 -0.001 -0.035 0.001 -0.002 | +| p3770_s | -0.001 -0.015 -0.090 0.004 -0.029 -0.032 0.072 -0.001 1.000 0.009 0.177 -0.284 -0.010 0.205 0.080 0.039 -0.047 0.002 0.062 -0.216 | +| phi_p | -0.213 -0.010 -0.014 0.820 -0.169 -0.007 0.003 -0.046 0.009 1.000 0.014 -0.002 0.008 0.005 0.004 -0.063 0.058 -0.009 0.003 -0.013 | +| p4040_s | -0.025 -0.211 -0.489 0.006 -0.039 -0.206 0.089 -0.001 0.177 0.014 1.000 0.080 -0.005 0.377 -0.070 0.021 -0.021 0.004 0.510 -0.232 | +| psi2s_p | -0.029 -0.091 -0.140 -0.011 -0.043 -0.343 -0.098 -0.013 -0.284 -0.002 0.080 1.000 -0.016 0.024 -0.187 0.076 -0.077 0.115 0.179 -0.313 | +| omega_p | -0.307 -0.003 -0.004 0.023 0.496 -0.012 -0.006 0.695 -0.010 0.008 -0.005 -0.016 1.000 -0.016 -0.010 0.030 -0.028 -0.051 0.009 0.001 | +| Dbar_s | 0.009 0.076 -0.199 -0.004 -0.038 0.212 0.481 -0.002 0.205 0.005 0.377 0.024 -0.016 1.000 0.518 0.217 -0.206 -0.077 0.741 -0.429 | +| p4160_s | -0.005 -0.171 -0.150 0.003 -0.025 0.420 0.321 -0.001 0.080 0.004 -0.070 -0.187 -0.010 0.518 1.000 0.020 -0.021 -0.157 0.334 -0.148 | +| jpsi_s | 0.080 0.011 0.013 -0.072 0.112 0.043 -0.005 0.002 0.039 -0.063 0.021 0.076 0.030 0.217 0.020 1.000 -0.926 0.080 -0.057 -0.051 | +| psi2s_s | -0.075 -0.012 -0.013 0.068 -0.104 -0.042 0.004 -0.001 -0.047 0.058 -0.021 -0.077 -0.028 -0.206 -0.021 -0.926 1.000 -0.072 0.057 0.047 | +| jpsi_p | -0.059 -0.021 -0.012 -0.025 -0.108 -0.157 -0.144 -0.035 0.002 -0.009 0.004 0.115 -0.051 -0.077 -0.157 0.080 -0.072 1.000 -0.128 -0.046 | +| Ctt | -0.037 -0.191 -0.463 0.002 -0.006 -0.120 0.390 0.001 0.062 0.003 0.510 0.179 0.009 0.741 0.334 -0.057 0.057 -0.128 1.000 -0.491 | +| p3770_p | 0.010 0.089 0.235 -0.006 0.024 0.103 -0.193 -0.002 -0.216 -0.013 -0.232 -0.313 0.001 -0.429 -0.148 -0.051 0.047 -0.046 -0.491 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.46344077487868596}), (, {'error': 0.1625149335086844}), (, {'error': 0.09320845427223468}), (, {'error': 1.3191200247648958}), (, {'error': 0.3715293848331146}), (, {'error': 0.15998036768224377}), (, {'error': 0.17827773828231364}), (, {'error': 1.14097914091447}), (, {'error': 0.2075314448010488}), (, {'error': 0.3152255971988711}), (, {'error': 0.17433693423567864}), (, {'error': 0.029305477545670477}), (, {'error': 0.37267664711080783}), (, {'error': 0.058793543880916954}), (, {'error': 0.16977693043609432}), (, {'error': 44.5716509836293}), (, {'error': 2.9441476811545044}), (, {'error': 0.0160739248291617}), (, {'error': 0.12384724267258498}), (, {'error': 0.1198290615840627})]) +Toy 2/10 +Time taken: 2 h, 21 min +Projected time left: 9 h, 25 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=1136 (1136 total) | +| EDM = 9.42E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -722841.6950535644 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_p | -5.9 | 0.5 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.13 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.12 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.8 | 1.6 | | | 14.8182 | 23.5818 | | +| 4 | rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4040_p | -2.70 | 0.16 | | |-6.28319 | 6.28319 | | +| 6 | p4415_s | 1.27 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | omega_s | 8.7 | 1.3 | | | 4.19232 | 9.40768 | | +| 8 | p3770_s | 2.16 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | phi_p | -0.10 | 0.41 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.12 | 0.17 | | |0.00501244| 2.01499 | | +| 11| psi2s_p | -2.481 | 0.028 | | |-6.28319 | 6.28319 | | +| 12| omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.002E-1 | 0.592E-1 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.22 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 16| psi2s_s | 1365.2 | 1.8 | | | 1358.64 | 1433.36 | | +| 17| jpsi_p | -4.819 | 0.017 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.007 | 0.146 | | | -0.5 | 0.5 | | +| 19| p3770_p | 4.19 | 0.13 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_p p4415_p p4160_p phi_s rho_s p4040_p p4415_s omega_s p3770_s phi_p p4040_s psi2s_p omega_p Dbar_s p4160_s jpsi_s psi2s_s jpsi_p Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_p | 1.000 0.023 0.028 0.172 0.066 0.012 -0.014 0.035 -0.005 0.119 -0.031 -0.014 -0.236 -0.008 -0.010 0.043 -0.035 -0.078 -0.041 0.017 | +| p4415_p | 0.023 1.000 0.292 -0.004 0.015 0.091 -0.119 -0.002 -0.010 -0.006 -0.228 0.055 -0.004 0.069 -0.180 0.008 -0.004 -0.016 -0.207 0.115 | +| p4160_p | 0.028 0.292 1.000 -0.007 0.017 0.029 0.023 -0.004 -0.079 -0.010 -0.500 0.212 -0.007 -0.203 -0.152 0.012 -0.008 -0.019 -0.480 0.265 | +| phi_s | 0.172 -0.004 -0.007 1.000 0.180 -0.010 -0.002 0.021 -0.009 0.882 -0.004 -0.016 0.067 -0.014 -0.005 0.007 -0.007 -0.089 0.010 -0.002 | +| rho_s | 0.066 0.015 0.017 0.180 1.000 -0.013 -0.018 0.144 -0.033 0.127 -0.038 0.029 0.461 -0.055 -0.025 0.060 -0.054 -0.131 0.001 0.026 | +| p4040_p | 0.012 0.091 0.029 -0.010 -0.013 1.000 0.156 -0.004 -0.015 -0.013 -0.207 -0.107 -0.013 0.212 0.419 0.026 -0.023 -0.170 -0.125 0.138 | +| p4415_s | -0.014 -0.119 0.023 -0.002 -0.018 0.156 1.000 -0.000 0.081 -0.003 0.098 -0.312 -0.004 0.500 0.325 -0.006 0.002 -0.129 0.410 -0.204 | +| omega_s | 0.035 -0.002 -0.004 0.021 0.144 -0.004 -0.000 1.000 -0.001 -0.012 -0.001 -0.016 0.771 -0.002 -0.001 0.002 -0.002 -0.045 0.001 -0.003 | +| p3770_s | -0.005 -0.010 -0.079 -0.009 -0.033 -0.015 0.081 -0.001 1.000 -0.008 0.179 -0.192 -0.011 0.220 0.087 0.023 -0.016 -0.084 0.080 -0.163 | +| phi_p | 0.119 -0.006 -0.010 0.882 0.127 -0.013 -0.003 -0.012 -0.008 1.000 -0.001 -0.020 0.041 -0.011 -0.006 0.016 -0.015 -0.084 0.011 -0.005 | +| p4040_s | -0.031 -0.228 -0.500 -0.004 -0.038 -0.207 0.098 -0.001 0.179 -0.001 1.000 -0.302 -0.003 0.374 -0.065 0.005 -0.002 -0.011 0.519 -0.245 | +| psi2s_p | -0.014 0.055 0.212 -0.016 0.029 -0.107 -0.312 -0.016 -0.192 -0.020 -0.302 1.000 -0.005 -0.588 -0.323 -0.090 0.045 -0.015 -0.425 0.403 | +| omega_p | -0.236 -0.004 -0.007 0.067 0.461 -0.013 -0.004 0.771 -0.011 0.041 -0.003 -0.005 1.000 -0.017 -0.008 0.017 -0.016 -0.062 0.012 -0.001 | +| Dbar_s | -0.008 0.069 -0.203 -0.014 -0.055 0.212 0.500 -0.002 0.220 -0.011 0.374 -0.588 -0.017 1.000 0.523 0.115 -0.092 -0.059 0.768 -0.437 | +| p4160_s | -0.010 -0.180 -0.152 -0.005 -0.025 0.419 0.325 -0.001 0.087 -0.006 -0.065 -0.323 -0.008 0.523 1.000 0.008 -0.008 -0.154 0.345 -0.141 | +| jpsi_s | 0.043 0.008 0.012 0.007 0.060 0.026 -0.006 0.002 0.023 0.016 0.005 -0.090 0.017 0.115 0.008 1.000 -0.794 0.045 -0.032 -0.022 | +| psi2s_s | -0.035 -0.004 -0.008 -0.007 -0.054 -0.023 0.002 -0.002 -0.016 -0.015 -0.002 0.045 -0.016 -0.092 -0.008 -0.794 1.000 -0.036 0.013 -0.004 | +| jpsi_p | -0.078 -0.016 -0.019 -0.089 -0.131 -0.170 -0.129 -0.045 -0.084 -0.084 -0.011 -0.015 -0.062 -0.059 -0.154 0.045 -0.036 1.000 -0.064 -0.057 | +| Ctt | -0.041 -0.207 -0.480 0.010 0.001 -0.125 0.410 0.001 0.080 0.011 0.519 -0.425 0.012 0.768 0.345 -0.032 0.013 -0.064 1.000 -0.540 | +| p3770_p | 0.017 0.115 0.265 -0.002 0.026 0.138 -0.204 -0.003 -0.163 -0.005 -0.245 0.403 -0.001 -0.437 -0.141 -0.022 -0.004 -0.057 -0.540 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.45816254574355986}), (, {'error': 0.16364243922918975}), (, {'error': 0.09469734586890688}), (, {'error': 1.587610553101582}), (, {'error': 0.36360263303543505}), (, {'error': 0.1610582801460685}), (, {'error': 0.17879662086418435}), (, {'error': 1.3297410751343035}), (, {'error': 0.19096820549800864}), (, {'error': 0.407997787000939}), (, {'error': 0.1706686111539702}), (, {'error': 0.028440319222329702}), (, {'error': 0.4202286490806646}), (, {'error': 0.05921765211234431}), (, {'error': 0.16788182755083625}), (, {'error': 132.68251706040337}), (, {'error': 1.8374325221559502}), (, {'error': 0.016669647596613046}), (, {'error': 0.14646593580619077}), (, {'error': 0.12555872631027576})]) +Toy 3/10 +Time taken: 3 h, 41 min +Projected time left: 8 h, 37 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=1133 (1133 total) | +| EDM = 0.00597 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -722815.0989319608 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.97 | 0.12 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.7 | 1.4 | | | 14.8182 | 23.5818 | | +| 4 | rho_s | 0.7 | 0.3 | | |0.0253049| 2.0747 | | +| 5 | p4040_p | -2.68 | 0.17 | | |-6.28319 | 6.28319 | | +| 6 | p4415_s | 0.126 | 0.029 | | |0.126447 | 2.35355 | | +| 7 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 8 | p3770_s | 2.04 | 0.19 | | |0.918861 | 4.08114 | | +| 9 | phi_p | -0.29 | 0.36 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.05 | 0.20 | | |0.00501244| 2.01499 | | +| 11| psi2s_p | -2.00 | 0.04 | | |-6.28319 | 6.28319 | | +| 12| omega_p | 0.4 | 0.5 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.20 | 0.07 | | | -1.464 | 1.464 | | +| 14| p4160_s | 1.85 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 16| psi2s_s | 1366.0 | 1.7 | | | 1358.64 | 1433.36 | | +| 17| jpsi_p | -1.722 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.40 | 0.19 | | | -0.5 | 0.5 | | +| 19| p3770_p | -1.57 | 0.16 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_p p4415_p p4160_p phi_s rho_s p4040_p p4415_s omega_s p3770_s phi_p p4040_s psi2s_p omega_p Dbar_s p4160_s jpsi_s psi2s_s jpsi_p Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_p | 1.000 -0.000 -0.019 -0.126 -0.300 0.004 -0.002 -0.041 0.013 -0.084 0.025 -0.016 -0.075 0.029 0.014 -0.037 0.032 0.010 0.015 -0.021 | +| p4415_p | -0.000 1.000 0.002 -0.000 0.000 -0.008 -0.040 0.000 -0.004 -0.000 -0.006 0.022 0.000 -0.031 -0.015 0.001 -0.000 0.000 -0.022 0.015 | +| p4160_p | -0.019 0.002 1.000 -0.021 -0.001 -0.018 0.036 -0.008 -0.049 -0.018 -0.589 0.574 -0.007 -0.509 -0.301 0.034 -0.027 -0.187 -0.667 0.496 | +| phi_s | -0.126 -0.000 -0.021 1.000 0.149 -0.014 -0.001 0.007 -0.007 0.856 0.016 -0.028 0.065 0.006 0.004 -0.002 0.001 -0.022 0.029 -0.018 | +| rho_s | -0.300 0.000 -0.001 0.149 1.000 -0.021 0.001 0.046 -0.028 0.102 -0.009 0.005 0.313 -0.030 -0.012 0.048 -0.043 0.046 0.024 0.007 | +| p4040_p | 0.004 -0.008 -0.018 -0.014 -0.021 1.000 0.005 -0.004 0.043 -0.014 -0.261 0.033 -0.010 0.128 0.366 0.034 -0.028 -0.184 -0.127 0.165 | +| p4415_s | -0.002 -0.040 0.036 -0.001 0.001 0.005 1.000 -0.001 -0.001 -0.001 -0.033 0.034 -0.000 -0.021 -0.030 0.002 -0.001 -0.011 -0.040 0.029 | +| omega_s | -0.041 0.000 -0.008 0.007 0.046 -0.004 -0.001 1.000 0.001 -0.041 0.005 -0.021 0.896 0.005 0.002 -0.001 0.001 -0.056 0.004 -0.008 | +| p3770_s | 0.013 -0.004 -0.049 -0.007 -0.028 0.043 -0.001 0.001 1.000 -0.007 0.131 -0.075 -0.006 0.147 0.079 0.019 -0.016 -0.085 0.019 -0.087 | +| phi_p | -0.084 -0.000 -0.018 0.856 0.102 -0.014 -0.001 -0.041 -0.007 1.000 0.013 -0.026 0.013 0.004 0.001 0.010 -0.009 -0.029 0.024 -0.015 | +| p4040_s | 0.025 -0.006 -0.589 0.016 -0.009 -0.261 -0.033 0.005 0.131 0.013 1.000 -0.596 0.001 0.568 0.020 -0.024 0.023 0.187 0.689 -0.505 | +| psi2s_p | -0.016 0.022 0.574 -0.028 0.005 0.033 0.034 -0.021 -0.075 -0.026 -0.596 1.000 -0.018 -0.813 -0.419 -0.007 -0.008 -0.203 -0.832 0.695 | +| omega_p | -0.075 0.000 -0.007 0.065 0.313 -0.010 -0.000 0.896 -0.006 0.013 0.001 -0.018 1.000 -0.003 -0.003 0.016 -0.014 -0.047 0.008 -0.005 | +| Dbar_s | 0.029 -0.031 -0.509 0.006 -0.030 0.128 -0.021 0.005 0.147 0.004 0.568 -0.813 -0.003 1.000 0.576 0.067 -0.049 0.115 0.876 -0.660 | +| p4160_s | 0.014 -0.015 -0.301 0.004 -0.012 0.366 -0.030 0.002 0.079 0.001 0.020 -0.419 -0.003 0.576 1.000 -0.005 0.004 -0.005 0.424 -0.269 | +| jpsi_s | -0.037 0.001 0.034 -0.002 0.048 0.034 0.002 -0.001 0.019 0.010 -0.024 -0.007 0.016 0.067 -0.005 1.000 -0.769 -0.069 -0.048 0.010 | +| psi2s_s | 0.032 -0.000 -0.027 0.001 -0.043 -0.028 -0.001 0.001 -0.016 -0.009 0.023 -0.008 -0.014 -0.049 0.004 -0.769 1.000 0.052 0.033 -0.027 | +| jpsi_p | 0.010 0.000 -0.187 -0.022 0.046 -0.184 -0.011 -0.056 -0.085 -0.029 0.187 -0.203 -0.047 0.115 -0.005 -0.069 0.052 1.000 0.286 -0.186 | +| Ctt | 0.015 -0.022 -0.667 0.029 0.024 -0.127 -0.040 0.004 0.019 0.024 0.689 -0.832 0.008 0.876 0.424 -0.048 0.033 0.286 1.000 -0.739 | +| p3770_p | -0.021 0.015 0.496 -0.018 0.007 0.165 0.029 -0.008 -0.087 -0.015 -0.505 0.695 -0.005 -0.660 -0.269 0.010 -0.027 -0.186 -0.739 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.357043467734238}), (, {'error': 0.11305826843902711}), (, {'error': 0.12265452516729791}), (, {'error': 1.444009426675131}), (, {'error': 0.34267488725537965}), (, {'error': 0.16763791380679027}), (, {'error': 0.028647646880073624}), (, {'error': 3.9103883143837868}), (, {'error': 0.18799033129478349}), (, {'error': 0.363877096901275}), (, {'error': 0.20153190249270403}), (, {'error': 0.04121534455446385}), (, {'error': 0.5363283700782517}), (, {'error': 0.07091836881339786}), (, {'error': 0.1698260083902805}), (, {'error': 127.54544181045821}), (, {'error': 1.7472192835936085}), (, {'error': 0.01633612453436406}), (, {'error': 0.19445434669994174}), (, {'error': 0.16414896434054738})]) +Toy 4/10 +Time taken: 5 h, 2 min +Projected time left: 7 h, 33 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=705 (716 total) | +| EDM = 1.82E+04 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -722786.0616386307 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_p | -5.3 | 2.0 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -6.09 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 4.16 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.4 | 0.3 | | | 14.8182 | 23.5818 | | +| 4 | rho_s | 0.84 | 0.08 | | |0.0253049| 2.0747 | | +| 5 | p4040_p | 0.04 | 0.56 | | |-6.28319 | 6.28319 | | +| 6 | p4415_s | 1.266E-1 | 0.018E-1 | | |0.126447 | 2.35355 | | +| 7 | omega_s | 9.0 | 0.9 | | | 4.19232 | 9.40768 | | +| 8 | p3770_s | 2.16 | 0.07 | | |0.918861 | 4.08114 | | +| 9 | phi_p | -6.281 | 0.011 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 0.50E-2 | 0.14E-2 | | |0.00501244| 2.01499 | | +| 11| psi2s_p | 1.845 | 0.012 | | |-6.28319 | 6.28319 | | +| 12| omega_p | -6 | 6 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.185 | 0.010 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.23 | 0.05 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 0.993E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 16| psi2s_s | 1362.3 | 0.5 | | | 1358.64 | 1433.36 | | +| 17| jpsi_p | -4.614 | 0.011 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.500 | 0.001 | | | -0.5 | 0.5 | | +| 19| p3770_p | 3.63 | 0.05 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_p p4415_p p4160_p phi_s rho_s p4040_p p4415_s omega_s p3770_s phi_p p4040_s psi2s_p omega_p Dbar_s p4160_s jpsi_s psi2s_s jpsi_p Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_p | 1.000 -0.057 0.210 -0.730 0.347 -0.014 -0.003 -0.991 0.241 -0.134 -0.004 0.514 -0.998 -0.101 0.242 0.463 0.136 0.763 0.020 0.313 | +| p4415_p | -0.057 1.000 -0.018 0.042 -0.020 0.001 -0.016 0.057 -0.011 0.008 -0.000 -0.023 0.057 -0.016 -0.004 -0.029 -0.008 -0.040 -0.000 -0.018 | +| p4160_p | 0.210 -0.018 1.000 -0.154 0.075 -0.001 -0.001 -0.209 0.028 -0.029 0.001 0.087 -0.211 0.046 0.025 0.106 0.031 0.148 -0.009 0.071 | +| phi_s | -0.730 0.042 -0.154 1.000 -0.248 0.010 0.002 0.726 -0.177 0.129 0.003 -0.376 0.731 0.074 -0.177 -0.337 -0.099 -0.559 -0.014 -0.229 | +| rho_s | 0.347 -0.020 0.075 -0.248 1.000 -0.005 -0.001 -0.346 0.083 -0.049 -0.001 0.174 -0.348 -0.041 0.084 0.156 0.046 0.259 0.008 0.109 | +| p4040_p | -0.014 0.001 -0.001 0.010 -0.005 1.000 0.000 0.014 -0.002 0.002 0.027 -0.005 0.014 -0.001 -0.006 -0.007 -0.002 -0.010 0.000 -0.004 | +| p4415_s | -0.003 -0.016 -0.001 0.002 -0.001 0.000 1.000 0.003 -0.001 0.000 0.000 -0.002 0.003 0.003 -0.004 -0.001 -0.000 -0.002 -0.001 -0.001 | +| omega_s | -0.991 0.057 -0.209 0.726 -0.346 0.014 0.003 1.000 -0.240 0.133 0.004 -0.511 0.993 0.101 -0.241 -0.460 -0.135 -0.759 -0.020 -0.311 | +| p3770_s | 0.241 -0.011 0.028 -0.177 0.083 -0.002 -0.001 -0.240 1.000 -0.033 -0.002 0.061 -0.242 0.025 0.054 0.120 0.030 0.177 -0.003 0.037 | +| phi_p | -0.134 0.008 -0.029 0.129 -0.049 0.002 0.000 0.133 -0.033 1.000 0.001 -0.070 0.134 0.014 -0.033 -0.063 -0.019 -0.104 -0.003 -0.043 | +| p4040_s | -0.004 -0.000 0.001 0.003 -0.001 0.027 0.000 0.004 -0.002 0.001 1.000 -0.002 0.004 -0.001 0.002 -0.002 -0.001 -0.003 -0.000 -0.002 | +| psi2s_p | 0.514 -0.023 0.087 -0.376 0.174 -0.005 -0.002 -0.511 0.061 -0.070 -0.002 1.000 -0.514 -0.021 0.098 0.239 0.065 0.393 0.008 0.112 | +| omega_p | -0.998 0.057 -0.211 0.731 -0.348 0.014 0.003 0.993 -0.242 0.134 0.004 -0.514 1.000 0.102 -0.243 -0.463 -0.136 -0.764 -0.020 -0.314 | +| Dbar_s | -0.101 -0.016 0.046 0.074 -0.041 -0.001 0.003 0.101 0.025 0.014 -0.001 -0.021 0.102 1.000 0.056 -0.080 -0.025 -0.054 0.020 -0.047 | +| p4160_s | 0.242 -0.004 0.025 -0.177 0.084 -0.006 -0.004 -0.241 0.054 -0.033 0.002 0.098 -0.243 0.056 1.000 0.122 0.035 0.173 0.004 0.080 | +| jpsi_s | 0.463 -0.029 0.106 -0.337 0.156 -0.007 -0.001 -0.460 0.120 -0.063 -0.002 0.239 -0.463 -0.080 0.122 1.000 0.215 0.353 0.013 0.147 | +| psi2s_s | 0.136 -0.008 0.031 -0.099 0.046 -0.002 -0.000 -0.135 0.030 -0.019 -0.001 0.065 -0.136 -0.025 0.035 0.215 1.000 0.105 0.004 0.042 | +| jpsi_p | 0.763 -0.040 0.148 -0.559 0.259 -0.010 -0.002 -0.759 0.177 -0.104 -0.003 0.393 -0.764 -0.054 0.173 0.353 0.105 1.000 0.011 0.229 | +| Ctt | 0.020 -0.000 -0.009 -0.014 0.008 0.000 -0.001 -0.020 -0.003 -0.003 -0.000 0.008 -0.020 0.020 0.004 0.013 0.004 0.011 1.000 -0.000 | +| p3770_p | 0.313 -0.018 0.071 -0.229 0.109 -0.004 -0.001 -0.311 0.037 -0.043 -0.002 0.112 -0.314 -0.047 0.080 0.147 0.042 0.229 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 2.0414703765708335}), (, {'error': 0.0988745786419516}), (, {'error': 0.032088697932747046}), (, {'error': 0.317090460696118}), (, {'error': 0.07510408471971902}), (, {'error': 0.5647790971589948}), (, {'error': 0.0017573151311855162}), (, {'error': 0.8684290060820685}), (, {'error': 0.06715190027644669}), (, {'error': 0.011402953586926667}), (, {'error': 0.0013582875307753613}), (, {'error': 0.012114823923170093}), (, {'error': 6.3806126458130965}), (, {'error': 0.009898456050213}), (, {'error': 0.04871833607231668}), (, {'error': 3.6620678219642286}), (, {'error': 0.4823972679880626}), (, {'error': 0.010609071385172086}), (, {'error': 0.0011505095623380035}), (, {'error': 0.051465699139701115})]) +Toy 5/10 +Time taken: 6 h, 2 min +Projected time left: 6 h, 2 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=957 (957 total) | +| EDM = 0.000283 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -722819.2923923985 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_p | 6.28 | 0.26 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.52 | 0.22 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -1.65 | 0.19 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 19.1 | 1.2 | | | 14.8182 | 23.5818 | | +| 4 | rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4040_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 6 | p4415_s | 1.2 | 0.5 | | |0.126447 | 2.35355 | | +| 7 | omega_s | 9.1 | 0.8 | | | 4.19232 | 9.40768 | | +| 8 | p3770_s | 1.94 | 0.20 | | |0.918861 | 4.08114 | | +| 9 | phi_p | 0.37 | 0.27 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 0.005 | 0.020 | | |0.00501244| 2.01499 | | +| 11| psi2s_p | -2.00 | 0.13 | | |-6.28319 | 6.28319 | | +| 12| omega_p | -5.67 | 0.28 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.14 | 0.25 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.3 | 0.4 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 16| psi2s_s | 1366.0 | 1.7 | | | 1358.64 | 1433.36 | | +| 17| jpsi_p | 4.550 | 0.022 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.4 | 1.0 | | | -0.5 | 0.5 | | +| 19| p3770_p | -1.6 | 0.5 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_p p4415_p p4160_p phi_s rho_s p4040_p p4415_s omega_s p3770_s phi_p p4040_s psi2s_p omega_p Dbar_s p4160_s jpsi_s psi2s_s jpsi_p Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_p | 1.000 -0.009 -0.007 0.037 -0.235 -0.001 0.006 -0.022 0.005 0.094 -0.001 -0.006 -0.099 0.008 0.008 -0.028 0.024 0.001 0.004 -0.008 | +| p4415_p | -0.009 1.000 0.695 0.032 -0.116 0.009 -0.657 -0.009 0.290 0.068 0.108 0.686 -0.047 -0.657 -0.701 0.173 -0.100 -0.494 -0.696 0.677 | +| p4160_p | -0.007 0.695 1.000 0.042 -0.161 0.018 -0.836 -0.012 0.368 0.090 0.138 0.910 -0.066 -0.898 -0.871 0.232 -0.135 -0.658 -0.925 0.900 | +| phi_s | 0.037 0.032 0.042 1.000 -0.059 0.001 -0.044 -0.001 0.021 0.769 0.007 0.042 0.010 -0.045 -0.044 -0.016 0.016 -0.064 -0.047 0.044 | +| rho_s | -0.235 -0.116 -0.161 -0.059 1.000 -0.001 0.162 0.134 -0.089 -0.110 -0.026 -0.168 0.673 0.164 0.159 -0.001 -0.013 0.155 0.178 -0.164 | +| p4040_p | -0.001 0.009 0.018 0.001 -0.001 1.000 -0.018 0.000 -0.001 0.001 -0.348 0.015 0.000 -0.019 -0.024 0.001 -0.000 0.001 -0.013 0.011 | +| p4415_s | 0.006 -0.657 -0.836 -0.044 0.162 -0.018 1.000 0.012 -0.347 -0.093 -0.133 -0.936 0.065 0.950 0.909 -0.233 0.136 0.636 0.944 -0.916 | +| omega_s | -0.022 -0.009 -0.012 -0.001 0.134 0.000 0.012 1.000 -0.006 -0.023 -0.002 -0.014 0.510 0.012 0.012 -0.001 -0.000 -0.001 0.013 -0.012 | +| p3770_s | 0.005 0.290 0.368 0.021 -0.089 -0.001 -0.347 -0.006 1.000 0.043 0.056 0.375 -0.040 -0.357 -0.337 0.109 -0.069 -0.335 -0.395 0.358 | +| phi_p | 0.094 0.068 0.090 0.769 -0.110 0.001 -0.093 -0.023 0.043 1.000 0.014 0.092 -0.027 -0.095 -0.093 0.008 0.000 -0.110 -0.100 0.093 | +| p4040_s | -0.001 0.108 0.138 0.007 -0.026 -0.348 -0.133 -0.002 0.056 0.014 1.000 0.145 -0.011 -0.142 -0.125 0.037 -0.022 -0.110 -0.149 0.146 | +| psi2s_p | -0.006 0.686 0.910 0.042 -0.168 0.015 -0.936 -0.014 0.375 0.092 0.145 1.000 -0.070 -0.982 -0.941 0.230 -0.136 -0.682 -0.984 0.965 | +| omega_p | -0.099 -0.047 -0.066 0.010 0.673 0.000 0.065 0.510 -0.040 -0.027 -0.011 -0.070 1.000 0.066 0.063 0.014 -0.018 0.053 0.073 -0.067 | +| Dbar_s | 0.008 -0.657 -0.898 -0.045 0.164 -0.019 0.950 0.012 -0.357 -0.095 -0.142 -0.982 0.066 1.000 0.956 -0.219 0.123 0.670 0.991 -0.965 | +| p4160_s | 0.008 -0.701 -0.871 -0.044 0.159 -0.024 0.909 0.012 -0.337 -0.093 -0.125 -0.941 0.063 0.956 1.000 -0.231 0.135 0.637 0.949 -0.918 | +| jpsi_s | -0.028 0.173 0.232 -0.016 -0.001 0.001 -0.233 -0.001 0.109 0.008 0.037 0.230 0.014 -0.219 -0.231 1.000 -0.755 -0.206 -0.247 0.231 | +| psi2s_s | 0.024 -0.100 -0.135 0.016 -0.013 -0.000 0.136 -0.000 -0.069 0.000 -0.022 -0.136 -0.018 0.123 0.135 -0.755 1.000 0.125 0.143 -0.139 | +| jpsi_p | 0.001 -0.494 -0.658 -0.064 0.155 0.001 0.636 -0.001 -0.335 -0.110 -0.110 -0.682 0.053 0.670 0.637 -0.206 0.125 1.000 0.700 -0.670 | +| Ctt | 0.004 -0.696 -0.925 -0.047 0.178 -0.013 0.944 0.013 -0.395 -0.100 -0.149 -0.984 0.073 0.991 0.949 -0.247 0.143 0.700 1.000 -0.971 | +| p3770_p | -0.008 0.677 0.900 0.044 -0.164 0.011 -0.916 -0.012 0.358 0.093 0.146 0.965 -0.067 -0.965 -0.918 0.231 -0.139 -0.670 -0.971 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.26272401277549395}), (, {'error': 0.22449250042733393}), (, {'error': 0.1933191030228243}), (, {'error': 1.1682474690566522}), (, {'error': 0.3702845460935644}), (, {'error': 9.409591922654055}), (, {'error': 0.46324628017307773}), (, {'error': 0.8337172072145225}), (, {'error': 0.2010276604631469}), (, {'error': 0.26882255860507964}), (, {'error': 0.020372368902320886}), (, {'error': 0.1272458232204925}), (, {'error': 0.2810720730024432}), (, {'error': 0.2500584262903278}), (, {'error': 0.40663974284474025}), (, {'error': 30.595509154286447}), (, {'error': 1.699787917759977}), (, {'error': 0.021629684915783542}), (, {'error': 0.9560284314469077}), (, {'error': 0.4791588016970221})]) +Toy 6/10 +Time taken: 7 h, 11 min +Projected time left: 4 h, 47 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=1211 (1211 total) | +| EDM = 0.000349 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -722841.5732792714 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.20 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.08 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 19.1 | 1.2 | | | 14.8182 | 23.5818 | | +| 4 | rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4040_p | 3.58 | 0.16 | | |-6.28319 | 6.28319 | | +| 6 | p4415_s | 1.26 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 8 | p3770_s | 2.32 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | phi_p | 0.43 | 0.27 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.13 | 0.17 | | |0.00501244| 2.01499 | | +| 11| psi2s_p | 2.219 | 0.029 | | |-6.28319 | 6.28319 | | +| 12| omega_p | 0.69 | 0.31 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.013 | 0.055 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.22 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 16| psi2s_s | 1371.9 | 1.7 | | | 1358.64 | 1433.36 | | +| 17| jpsi_p | 4.738 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.029 | 0.126 | | | -0.5 | 0.5 | | +| 19| p3770_p | -2.49 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_p p4415_p p4160_p phi_s rho_s p4040_p p4415_s omega_s p3770_s phi_p p4040_s psi2s_p omega_p Dbar_s p4160_s jpsi_s psi2s_s jpsi_p Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_p | 1.000 -0.013 -0.014 0.049 -0.312 0.003 0.009 0.045 0.016 0.123 0.024 0.031 -0.160 0.025 0.012 -0.036 0.029 -0.009 0.004 -0.014 | +| p4415_p | -0.013 1.000 0.278 -0.001 0.009 0.088 -0.085 0.001 -0.015 -0.002 -0.207 -0.031 0.003 0.133 -0.158 0.008 -0.009 -0.074 -0.163 0.086 | +| p4160_p | -0.014 0.278 1.000 -0.002 0.008 0.013 0.069 0.002 -0.098 -0.002 -0.474 -0.041 0.002 -0.120 -0.127 0.017 -0.016 -0.105 -0.430 0.226 | +| phi_s | 0.049 -0.001 -0.002 1.000 -0.053 0.001 0.000 0.002 0.003 0.766 0.001 -0.010 0.008 0.004 0.002 -0.030 0.024 -0.042 -0.006 -0.003 | +| rho_s | -0.312 0.009 0.008 -0.053 1.000 -0.016 -0.011 -0.162 -0.030 -0.096 -0.026 -0.043 0.667 -0.052 -0.020 0.045 -0.035 0.056 0.020 0.017 | +| p4040_p | 0.003 0.088 0.013 0.001 -0.016 1.000 0.177 0.003 -0.023 -0.001 -0.201 -0.267 -0.013 0.273 0.436 0.025 -0.026 -0.163 -0.084 0.101 | +| p4415_s | 0.009 -0.085 0.069 0.000 -0.011 0.177 1.000 0.001 0.091 -0.003 0.066 -0.133 -0.009 0.476 0.310 -0.008 0.005 -0.063 0.378 -0.183 | +| omega_s | 0.045 0.001 0.002 0.002 -0.162 0.003 0.001 1.000 0.002 0.033 0.001 0.012 -0.629 0.004 0.002 -0.000 -0.000 0.017 -0.002 0.001 | +| p3770_s | 0.016 -0.015 -0.098 0.003 -0.030 -0.023 0.091 0.002 1.000 0.006 0.197 -0.253 -0.016 0.251 0.096 0.017 -0.032 0.008 0.117 -0.222 | +| phi_p | 0.123 -0.002 -0.002 0.766 -0.096 -0.001 -0.003 0.033 0.006 1.000 0.003 -0.006 -0.030 0.009 -0.000 -0.019 0.015 -0.056 -0.012 -0.006 | +| p4040_s | 0.024 -0.207 -0.474 0.001 -0.026 -0.201 0.066 0.001 0.197 0.003 1.000 0.006 -0.014 0.329 -0.092 0.002 -0.004 0.068 0.495 -0.226 | +| psi2s_p | 0.031 -0.031 -0.041 -0.010 -0.043 -0.267 -0.133 0.012 -0.253 -0.006 0.006 1.000 -0.031 -0.053 -0.195 0.065 -0.067 -0.037 -0.013 -0.240 | +| omega_p | -0.160 0.003 0.002 0.008 0.667 -0.013 -0.009 -0.629 -0.016 -0.030 -0.014 -0.031 1.000 -0.029 -0.014 0.029 -0.022 0.008 0.009 0.006 | +| Dbar_s | 0.025 0.133 -0.120 0.004 -0.052 0.273 0.476 0.004 0.251 0.009 0.329 -0.053 -0.029 1.000 0.520 0.110 -0.094 -0.108 0.727 -0.401 | +| p4160_s | 0.012 -0.158 -0.127 0.002 -0.020 0.436 0.310 0.002 0.096 -0.000 -0.092 -0.195 -0.014 0.520 1.000 0.004 -0.007 -0.086 0.335 -0.137 | +| jpsi_s | -0.036 0.008 0.017 -0.030 0.045 0.025 -0.008 -0.000 0.017 -0.019 0.002 0.065 0.029 0.110 0.004 1.000 -0.766 -0.063 -0.037 -0.013 | +| psi2s_s | 0.029 -0.009 -0.016 0.024 -0.035 -0.026 0.005 -0.000 -0.032 0.015 -0.004 -0.067 -0.022 -0.094 -0.007 -0.766 1.000 0.058 0.038 0.008 | +| jpsi_p | -0.009 -0.074 -0.105 -0.042 0.056 -0.163 -0.063 0.017 0.008 -0.056 0.068 -0.037 0.008 -0.108 -0.086 -0.063 0.058 1.000 0.114 -0.073 | +| Ctt | 0.004 -0.163 -0.430 -0.006 0.020 -0.084 0.378 -0.002 0.117 -0.012 0.495 -0.013 0.009 0.727 0.335 -0.037 0.038 0.114 1.000 -0.514 | +| p3770_p | -0.014 0.086 0.226 -0.003 0.017 0.101 -0.183 0.001 -0.222 -0.006 -0.226 -0.240 0.006 -0.401 -0.137 -0.013 0.008 -0.073 -0.514 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.3689034135325633}), (, {'error': 0.1632160487757064}), (, {'error': 0.0927797025725221}), (, {'error': 1.167771357867645}), (, {'error': 0.38303378430547264}), (, {'error': 0.16170604805165123}), (, {'error': 0.17581988948478833}), (, {'error': 4.268084408362328}), (, {'error': 0.20686663812206785}), (, {'error': 0.2671743507676112}), (, {'error': 0.17096413465483135}), (, {'error': 0.029010670334513655}), (, {'error': 0.31470997003807044}), (, {'error': 0.054994409054877624}), (, {'error': 0.16759590251820944}), (, {'error': 126.87311654707628}), (, {'error': 1.7390504974869145}), (, {'error': 0.016316474101062184}), (, {'error': 0.12554552381147044}), (, {'error': 0.12066253569637087})]) +Toy 7/10 +Time taken: 8 h, 36 min +Projected time left: 3 h, 41 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=1297 (1297 total) | +| EDM = 3.84E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -722841.3284646105 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_p | 0.24 | 0.44 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.21 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.08 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.7 | 1.1 | | | 14.8182 | 23.5818 | | +| 4 | rho_s | 0.7 | 0.3 | | |0.0253049| 2.0747 | | +| 5 | p4040_p | 3.58 | 0.16 | | |-6.28319 | 6.28319 | | +| 6 | p4415_s | 1.26 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | omega_s | 7.0 | 1.0 | | | 4.19232 | 9.40768 | | +| 8 | p3770_s | 2.31 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | phi_p | 6.06 | 0.28 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.12 | 0.17 | | |0.00501244| 2.01499 | | +| 11| psi2s_p | -4.063 | 0.029 | | |-6.28319 | 6.28319 | | +| 12| omega_p | 6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.013 | 0.056 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.22 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 16| psi2s_s | 1371.9 | 2.9 | | | 1358.64 | 1433.36 | | +| 17| jpsi_p | -1.543 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.031 | 0.126 | | | -0.5 | 0.5 | | +| 19| p3770_p | -2.49 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_p p4415_p p4160_p phi_s rho_s p4040_p p4415_s omega_s p3770_s phi_p p4040_s psi2s_p omega_p Dbar_s p4160_s jpsi_s psi2s_s jpsi_p Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_p | 1.000 0.019 0.022 0.131 -0.036 0.011 -0.010 0.483 -0.002 0.060 -0.023 -0.023 -0.006 0.012 -0.006 0.066 -0.062 -0.070 -0.035 0.009 | +| p4415_p | 0.019 1.000 0.274 -0.002 0.015 0.083 -0.098 0.000 -0.016 -0.003 -0.207 -0.025 0.001 0.124 -0.163 0.018 -0.018 -0.073 -0.170 0.089 | +| p4160_p | 0.022 0.274 1.000 -0.005 0.016 0.011 0.067 0.000 -0.098 -0.005 -0.474 -0.035 0.001 -0.115 -0.125 0.034 -0.034 -0.107 -0.431 0.226 | +| phi_s | 0.131 -0.002 -0.005 1.000 0.126 -0.006 0.001 -0.011 -0.006 0.746 -0.002 -0.021 -0.014 -0.012 -0.002 -0.010 0.009 -0.016 0.010 -0.001 | +| rho_s | -0.036 0.015 0.016 0.126 1.000 -0.009 -0.013 -0.440 -0.028 0.083 -0.031 -0.032 0.046 -0.036 -0.020 0.094 -0.087 0.054 0.009 0.019 | +| p4040_p | 0.011 0.083 0.011 -0.006 -0.009 1.000 0.177 0.008 -0.021 -0.007 -0.193 -0.260 0.002 0.278 0.434 0.050 -0.050 -0.166 -0.082 0.098 | +| p4415_s | -0.010 -0.098 0.067 0.001 -0.013 0.177 1.000 0.005 0.093 -0.002 0.069 -0.135 0.001 0.466 0.313 -0.016 0.014 -0.060 0.382 -0.185 | +| omega_s | 0.483 0.000 0.000 -0.011 -0.440 0.008 0.005 1.000 0.010 -0.042 0.004 -0.001 -0.263 0.016 0.008 -0.027 0.025 -0.051 -0.012 -0.005 | +| p3770_s | -0.002 -0.016 -0.098 -0.006 -0.028 -0.021 0.093 0.010 1.000 -0.004 0.199 -0.247 -0.000 0.256 0.098 0.035 -0.043 0.006 0.119 -0.230 | +| phi_p | 0.060 -0.003 -0.005 0.746 0.083 -0.007 -0.002 -0.042 -0.004 1.000 -0.001 -0.018 -0.008 -0.006 -0.004 0.017 -0.016 -0.026 0.006 -0.003 | +| p4040_s | -0.023 -0.207 -0.474 -0.002 -0.031 -0.193 0.069 0.004 0.199 -0.001 1.000 0.003 -0.000 0.328 -0.089 0.003 -0.005 0.067 0.495 -0.228 | +| psi2s_p | -0.023 -0.025 -0.035 -0.021 -0.032 -0.260 -0.135 -0.001 -0.247 -0.018 0.003 1.000 0.003 -0.032 -0.194 0.128 -0.129 -0.049 -0.024 -0.237 | +| omega_p | -0.006 0.001 0.001 -0.014 0.046 0.002 0.001 -0.263 -0.000 -0.008 -0.000 0.003 1.000 0.000 0.001 -0.001 0.001 0.008 0.000 0.001 | +| Dbar_s | 0.012 0.124 -0.115 -0.012 -0.036 0.278 0.466 0.016 0.256 -0.006 0.328 -0.032 0.000 1.000 0.514 0.216 -0.205 -0.126 0.702 -0.401 | +| p4160_s | -0.006 -0.163 -0.125 -0.002 -0.020 0.434 0.313 0.008 0.098 -0.004 -0.089 -0.194 0.001 0.514 1.000 0.008 -0.010 -0.086 0.336 -0.139 | +| jpsi_s | 0.066 0.018 0.034 -0.010 0.094 0.050 -0.016 -0.027 0.035 0.017 0.003 0.128 -0.001 0.216 0.008 1.000 -0.922 -0.129 -0.075 -0.026 | +| psi2s_s | -0.062 -0.018 -0.034 0.009 -0.087 -0.050 0.014 0.025 -0.043 -0.016 -0.005 -0.129 0.001 -0.205 -0.010 -0.922 1.000 0.125 0.075 0.023 | +| jpsi_p | -0.070 -0.073 -0.107 -0.016 0.054 -0.166 -0.060 -0.051 0.006 -0.026 0.067 -0.049 0.008 -0.126 -0.086 -0.129 0.125 1.000 0.119 -0.069 | +| Ctt | -0.035 -0.170 -0.431 0.010 0.009 -0.082 0.382 -0.012 0.119 0.006 0.495 -0.024 0.000 0.702 0.336 -0.075 0.075 0.119 1.000 -0.513 | +| p3770_p | 0.009 0.089 0.226 -0.001 0.019 0.098 -0.185 -0.005 -0.230 -0.003 -0.228 -0.237 0.001 -0.401 -0.139 -0.026 0.023 -0.069 -0.513 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.43831520868803553}), (, {'error': 0.16317238581065663}), (, {'error': 0.09282666048900934}), (, {'error': 1.135665889565952}), (, {'error': 0.3333871874294491}), (, {'error': 0.1621073232970467}), (, {'error': 0.17630928665573387}), (, {'error': 1.0221038364659103}), (, {'error': 0.20736977491668718}), (, {'error': 0.27810422989727535}), (, {'error': 0.1708689798849405}), (, {'error': 0.02917520925792516}), (, {'error': 0.1583629335734278}), (, {'error': 0.056032986188631395}), (, {'error': 0.16751778258669403}), (, {'error': 41.21109874781723}), (, {'error': 2.8776827327304773}), (, {'error': 0.01641699443586564}), (, {'error': 0.12594742490753216}), (, {'error': 0.12101572524211468})]) +Toy 8/10 +Time taken: 10 h, 5 min +Projected time left: 2 h, 31 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.218E+05 | Ncalls=407 (418 total) | +| EDM = 1.51E+07 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -721806.0725682733 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_p | 6.232 | 0.007 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -3.05 | 0.06 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | 6 | 7 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 15.775 | 0.024 | | | 14.8182 | 23.5818 | | +| 4 | rho_s | 1.442 | 0.008 | | |0.0253049| 2.0747 | | +| 5 | p4040_p | 6.230 | 0.021 | | |-6.28319 | 6.28319 | | +| 6 | p4415_s | 0.259 | 0.005 | | |0.126447 | 2.35355 | | +| 7 | omega_s | 6.327 | 0.022 | | | 4.19232 | 9.40768 | | +| 8 | p3770_s | 3.981 | 0.005 | | |0.918861 | 4.08114 | | +| 9 | phi_p | 6.224 | 0.008 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.346 | 0.013 | | |0.00501244| 2.01499 | | +| 11| psi2s_p | 4.52 | 0.06 | | |-6.28319 | 6.28319 | | +| 12| omega_p | 5.875 | 0.019 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | 0.377 | 0.009 | | | -1.464 | 1.464 | | +| 14| p4160_s | 1.96 | 0.23 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 0.990E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 16| psi2s_s | 1365.16 | 0.16 | | | 1358.64 | 1433.36 | | +| 17| jpsi_p | 4.279 | 0.027 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.473 | 0.001 | | | -0.5 | 0.5 | | +| 19| p3770_p | 5.75 | 0.04 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_p p4415_p p4160_p phi_s rho_s p4040_p p4415_s omega_s p3770_s phi_p p4040_s psi2s_p omega_p Dbar_s p4160_s jpsi_s psi2s_s jpsi_p Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_p | 1.000 0.009 0.031 -0.001 -0.000 -0.027 0.003 -0.000 -0.005 0.001 -0.024 0.031 0.001 0.012 -0.031 -0.017 -0.002 0.031 -0.010 -0.026 | +| p4415_p | 0.009 1.000 0.297 -0.006 -0.007 -0.259 0.053 -0.005 -0.048 0.005 -0.223 0.294 0.014 0.113 -0.296 -0.157 -0.016 0.289 -0.098 -0.246 | +| p4160_p | 0.031 0.297 1.000 -0.022 -0.025 -0.876 0.101 -0.017 -0.162 0.018 -0.751 0.992 0.047 0.380 -0.999 -0.531 -0.052 0.976 -0.331 -0.829 | +| phi_s | -0.001 -0.006 -0.022 1.000 0.001 0.019 -0.002 0.000 0.004 0.000 0.016 -0.022 -0.001 -0.008 0.022 0.012 0.001 -0.021 0.007 0.018 | +| rho_s | -0.000 -0.007 -0.025 0.001 1.000 0.022 -0.003 -0.000 0.004 -0.000 0.019 -0.025 -0.001 -0.010 0.025 0.013 0.001 -0.024 0.008 0.021 | +| p4040_p | -0.027 -0.259 -0.876 0.019 0.022 1.000 -0.088 0.015 0.142 -0.016 0.655 -0.868 -0.041 -0.338 0.874 0.464 0.046 -0.854 0.289 0.725 | +| p4415_s | 0.003 0.053 0.101 -0.002 -0.003 -0.088 1.000 -0.002 -0.016 0.002 -0.076 0.100 0.005 0.036 -0.101 -0.054 -0.005 0.098 -0.033 -0.084 | +| omega_s | -0.000 -0.005 -0.017 0.000 -0.000 0.015 -0.002 1.000 0.003 -0.000 0.013 -0.017 0.001 -0.007 0.017 0.009 0.001 -0.017 0.006 0.014 | +| p3770_s | -0.005 -0.048 -0.162 0.004 0.004 0.142 -0.016 0.003 1.000 -0.003 0.122 -0.160 -0.008 -0.059 0.162 0.086 0.008 -0.158 0.053 0.133 | +| phi_p | 0.001 0.005 0.018 0.000 -0.000 -0.016 0.002 -0.000 -0.003 1.000 -0.014 0.018 0.001 0.007 -0.018 -0.010 -0.001 0.018 -0.006 -0.015 | +| p4040_s | -0.024 -0.223 -0.751 0.016 0.019 0.655 -0.076 0.013 0.122 -0.014 1.000 -0.745 -0.035 -0.278 0.750 0.399 0.039 -0.733 0.248 0.625 | +| psi2s_p | 0.031 0.294 0.992 -0.022 -0.025 -0.868 0.100 -0.017 -0.160 0.018 -0.745 1.000 0.046 0.376 -0.990 -0.526 -0.052 0.968 -0.328 -0.821 | +| omega_p | 0.001 0.014 0.047 -0.001 -0.001 -0.041 0.005 0.001 -0.008 0.001 -0.035 0.046 1.000 0.017 -0.047 -0.025 -0.002 0.045 -0.015 -0.039 | +| Dbar_s | 0.012 0.113 0.380 -0.008 -0.010 -0.338 0.036 -0.007 -0.059 0.007 -0.278 0.376 0.017 1.000 -0.379 -0.208 -0.019 0.365 -0.122 -0.332 | +| p4160_s | -0.031 -0.296 -0.999 0.022 0.025 0.874 -0.101 0.017 0.162 -0.018 0.750 -0.990 -0.047 -0.379 1.000 0.530 0.052 -0.974 0.330 0.828 | +| jpsi_s | -0.017 -0.157 -0.531 0.012 0.013 0.464 -0.054 0.009 0.086 -0.010 0.399 -0.526 -0.025 -0.208 0.530 1.000 0.041 -0.518 0.176 0.440 | +| psi2s_s | -0.002 -0.016 -0.052 0.001 0.001 0.046 -0.005 0.001 0.008 -0.001 0.039 -0.052 -0.002 -0.019 0.052 0.041 1.000 -0.051 0.017 0.043 | +| jpsi_p | 0.031 0.289 0.976 -0.021 -0.024 -0.854 0.098 -0.017 -0.158 0.018 -0.733 0.968 0.045 0.365 -0.974 -0.518 -0.051 1.000 -0.322 -0.808 | +| Ctt | -0.010 -0.098 -0.331 0.007 0.008 0.289 -0.033 0.006 0.053 -0.006 0.248 -0.328 -0.015 -0.122 0.330 0.176 0.017 -0.322 1.000 0.274 | +| p3770_p | -0.026 -0.246 -0.829 0.018 0.021 0.725 -0.084 0.014 0.133 -0.015 0.625 -0.821 -0.039 -0.332 0.828 0.440 0.043 -0.808 0.274 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.006838202690333084}), (, {'error': 0.056773729691179886}), (, {'error': 7.462125922819399}), (, {'error': 0.023888844998750436}), (, {'error': 0.00827184844421136}), (, {'error': 0.020603369301281482}), (, {'error': 0.004588344813177436}), (, {'error': 0.02236766510813526}), (, {'error': 0.0050403925659585624}), (, {'error': 0.007610118043862357}), (, {'error': 0.012531285503291523}), (, {'error': 0.05649640265518219}), (, {'error': 0.018947570456366414}), (, {'error': 0.0094436123028947}), (, {'error': 0.23356534646504068}), (, {'error': 0.9850597171835034}), (, {'error': 0.1591193074389139}), (, {'error': 0.026820582002530458}), (, {'error': 0.001452069038851811}), (, {'error': 0.0435918303981353})]) +Toy 9/10 +Time taken: 10 h, 47 min +Projected time left: 1 h, 11 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=965 (965 total) | +| EDM = 0.000162 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -722841.7144747719 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | rho_p | 0.5 | 0.5 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.04 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | p4160_p | -2.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 19.0 | 1.2 | | | 14.8182 | 23.5818 | | +| 4 | rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4040_p | -2.94 | 0.16 | | |-6.28319 | 6.28319 | | +| 6 | p4415_s | 1.27 | 0.18 | | |0.126447 | 2.35355 | | +| 7 | omega_s | 9.0 | 1.1 | | | 4.19232 | 9.40768 | | +| 8 | p3770_s | 2.34 | 0.21 | | |0.918861 | 4.08114 | | +| 9 | phi_p | 0.57 | 0.29 | | |-6.28319 | 6.28319 | | +| 10| p4040_s | 1.14 | 0.17 | | |0.00501244| 2.01499 | | +| 11| psi2s_p | 1.821 | 0.029 | | |-6.28319 | 6.28319 | | +| 12| omega_p | -5.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 13| Dbar_s | -0.006 | 0.058 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.24 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 16| psi2s_s | 1371.1 | 1.8 | | | 1358.64 | 1433.36 | | +| 17| jpsi_p | -4.634 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| Ctt | -0.023 | 0.124 | | | -0.5 | 0.5 | | +| 19| p3770_p | -2.84 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | rho_p p4415_p p4160_p phi_s rho_s p4040_p p4415_s omega_s p3770_s phi_p p4040_s psi2s_p omega_p Dbar_s p4160_s jpsi_s psi2s_s jpsi_p Ctt p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| rho_p | 1.000 0.018 0.021 -0.053 -0.036 0.011 -0.007 -0.067 -0.001 -0.161 -0.020 -0.025 -0.359 0.002 -0.003 0.030 -0.024 -0.046 -0.030 0.009 | +| p4415_p | 0.018 1.000 0.275 -0.003 0.015 0.081 -0.110 -0.002 -0.016 -0.007 -0.213 -0.092 -0.002 0.076 -0.170 0.005 -0.006 -0.022 -0.192 0.091 | +| p4160_p | 0.021 0.275 1.000 -0.005 0.019 0.010 0.036 -0.003 -0.092 -0.011 -0.493 -0.142 -0.003 -0.206 -0.152 0.006 -0.006 -0.013 -0.466 0.237 | +| phi_s | -0.053 -0.003 -0.005 1.000 -0.066 -0.001 0.002 0.001 0.005 0.788 0.004 -0.009 0.025 0.006 0.003 -0.033 0.027 -0.023 -0.002 -0.006 | +| rho_s | -0.036 0.015 0.019 -0.066 1.000 -0.012 -0.019 0.193 -0.033 -0.135 -0.040 -0.049 0.574 -0.058 -0.027 0.055 -0.043 -0.116 0.001 0.027 | +| p4040_p | 0.011 0.081 0.010 -0.001 -0.012 1.000 0.162 -0.005 -0.035 -0.004 -0.210 -0.349 -0.015 0.211 0.424 0.021 -0.022 -0.161 -0.119 0.106 | +| p4415_s | -0.007 -0.110 0.036 0.002 -0.019 0.162 1.000 -0.002 0.071 0.002 0.088 -0.099 -0.008 0.490 0.322 -0.002 0.001 -0.145 0.388 -0.193 | +| omega_s | -0.067 -0.002 -0.003 0.001 0.193 -0.005 -0.002 1.000 -0.003 -0.032 -0.002 -0.013 0.684 -0.006 -0.003 0.003 -0.002 -0.037 0.003 -0.001 | +| p3770_s | -0.001 -0.016 -0.092 0.005 -0.033 -0.035 0.071 -0.003 1.000 0.009 0.177 -0.283 -0.013 0.202 0.078 0.020 -0.033 -0.000 0.065 -0.216 | +| phi_p | -0.161 -0.007 -0.011 0.788 -0.135 -0.004 0.002 -0.032 0.009 1.000 0.012 -0.000 0.006 0.013 0.004 -0.026 0.021 -0.009 -0.001 -0.013 | +| p4040_s | -0.020 -0.213 -0.493 0.004 -0.040 -0.210 0.088 -0.002 0.177 0.012 1.000 0.083 -0.009 0.380 -0.071 0.011 -0.012 0.003 0.514 -0.233 | +| psi2s_p | -0.025 -0.092 -0.142 -0.009 -0.049 -0.349 -0.099 -0.013 -0.283 -0.000 0.083 1.000 -0.021 0.012 -0.190 0.039 -0.041 0.110 0.183 -0.312 | +| omega_p | -0.359 -0.002 -0.003 0.025 0.574 -0.015 -0.008 0.684 -0.013 0.006 -0.009 -0.021 1.000 -0.026 -0.013 0.021 -0.016 -0.062 0.010 0.004 | +| Dbar_s | 0.002 0.076 -0.206 0.006 -0.058 0.211 0.490 -0.006 0.202 0.013 0.380 0.012 -0.026 1.000 0.525 0.111 -0.094 -0.093 0.764 -0.428 | +| p4160_s | -0.003 -0.170 -0.152 0.003 -0.027 0.424 0.322 -0.003 0.078 0.004 -0.071 -0.190 -0.013 0.525 1.000 0.010 -0.012 -0.160 0.334 -0.147 | +| jpsi_s | 0.030 0.005 0.006 -0.033 0.055 0.021 -0.002 0.003 0.020 -0.026 0.011 0.039 0.021 0.111 0.010 1.000 -0.775 0.041 -0.028 -0.026 | +| psi2s_s | -0.024 -0.006 -0.006 0.027 -0.043 -0.022 0.001 -0.002 -0.033 0.021 -0.012 -0.041 -0.016 -0.094 -0.012 -0.775 1.000 -0.028 0.029 0.020 | +| jpsi_p | -0.046 -0.022 -0.013 -0.023 -0.116 -0.161 -0.145 -0.037 -0.000 -0.009 0.003 0.110 -0.062 -0.093 -0.160 0.041 -0.028 1.000 -0.125 -0.043 | +| Ctt | -0.030 -0.192 -0.466 -0.002 0.001 -0.119 0.388 0.003 0.065 -0.001 0.514 0.183 0.010 0.764 0.334 -0.028 0.029 -0.125 1.000 -0.495 | +| p3770_p | 0.009 0.091 0.237 -0.006 0.027 0.106 -0.193 -0.001 -0.216 -0.013 -0.233 -0.312 0.004 -0.428 -0.147 -0.026 0.020 -0.043 -0.495 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.4580060923807481}), (, {'error': 0.1626291120458161}), (, {'error': 0.09362376757882962}), (, {'error': 1.2261315333385134}), (, {'error': 0.3816194578979967}), (, {'error': 0.1608972224013241}), (, {'error': 0.178300336070902}), (, {'error': 1.0757311248176231}), (, {'error': 0.20721528933643407}), (, {'error': 0.29195338856537445}), (, {'error': 0.17479605733841186}), (, {'error': 0.02924051075341083}), (, {'error': 0.3728237711119018}), (, {'error': 0.05781121951693291}), (, {'error': 0.1701623088007782}), (, {'error': 129.28383939669948}), (, {'error': 1.7661530977072744}), (, {'error': 0.01602991279287691}), (, {'error': 0.1239311241626867}), (, {'error': 0.119782364886035})]) +Toy 10/10 +Time taken: 11 h, 58 min +Projected time left: +Mean Ctt value = -0.1949062547221731 +Mean Ctt error = 0.19422574298741554 +Simulation ended diff --git a/prelim_results/slurm-2213932.out b/prelim_results/slurm-2213932.out new file mode 100644 index 0000000..1098ec6 --- /dev/null +++ b/prelim_results/slurm-2213932.out @@ -0,0 +1,9441 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:27.636847: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:27.645373: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 14:45:27.645574: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x558ee4879520 executing computations on platform Host. Devices: +2019-07-07 14:45:27.645601: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:32.536286: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x558ee4905640 executing computations on platform CUDA. Devices: +2019-07-07 14:45:32.536355: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:32.538870: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:0b:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:32.538922: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:32.570825: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:32.570865: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:32.570880: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:32.572801: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:0b:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -724177.7208323 Edm = 3.31697 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -724177.7208323 Edm = 3.31697 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -725992.2012328 Edm = 1.57002 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -726002.58518 Edm = 2.00781 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -726152.3421871 Edm = 88.3249 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -727341.7162266 Edm = 2.56814 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -727345.4974114 Edm = 0.329733 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -727345.7884662 Edm = 0.12626 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -727411.4011317 Edm = 26.6438 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -727447.2686593 Edm = 1.83309 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -727448.6423479 Edm = 0.046727 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -727449.289861 Edm = 0.581208 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -727735.7052828 Edm = 32.1932 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -727773.2428568 Edm = 1.24939 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -727774.9865036 Edm = 0.0952386 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -727775.084112 Edm = 0.0056126 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -727775.3462018 Edm = 0.22951 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -727826.9787659 Edm = 12.7655 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -727842.4919118 Edm = 6.7751 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -727844.5671814 Edm = 0.133776 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -727844.7590696 Edm = 0.0149627 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -727844.7837196 Edm = 0.00255323 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -727844.7928407 Edm = 0.00485441 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -727845.8834751 Edm = 1.0101 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -727871.855559 Edm = 0.86602 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -727872.6335859 Edm = 0.00661173 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -727872.6409669 Edm = 0.000881715 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -727872.6683076 Edm = 0.0313815 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -727873.9150782 Edm = 0.236015 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -727879.9966571 Edm = 1.99743 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -727886.0343579 Edm = 0.337977 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -727886.5498192 Edm = 0.0712621 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -727886.6925889 Edm = 0.0174281 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -727886.7175181 Edm = 0.00176778 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -727886.7203161 Edm = 0.00053391 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -727886.7240509 Edm = 0.00285383 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -727886.884166 Edm = 0.128483 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -727888.7462558 Edm = 2.48483 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -727889.8276321 Edm = 2.30858 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -727894.1599079 Edm = 0.360114 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -727894.6646416 Edm = 0.026746 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -727894.7057898 Edm = 0.00190233 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -727894.7100786 Edm = 0.00135561 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -727894.7218612 Edm = 0.00955247 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -727896.3896341 Edm = 1.34416 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -727910.37822 Edm = 3.39664 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -727913.9898337 Edm = 0.451521 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -727914.3487896 Edm = 0.0279661 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -727914.376356 Edm = 0.0046104 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -727914.3808173 Edm = 0.000896662 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -727914.3833261 Edm = 0.00167184 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -727914.5096671 Edm = 0.116534 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -727919.4999587 Edm = 1.20839 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -727921.0695621 Edm = 0.0369113 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -727921.1057903 Edm = 0.000984523 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -727921.107119 Edm = 0.000240295 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -727921.1117598 Edm = 0.00380582 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -727921.332515 Edm = 0.209373 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -727925.7497803 Edm = 2.63089 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -727931.9364986 Edm = 0.245271 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -727932.3818035 Edm = 0.0397325 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -727932.4406402 Edm = 0.00201593 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -727932.4441674 Edm = 0.000884448 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -727932.4543183 Edm = 0.00816102 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -727933.4136153 Edm = 0.690084 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -727945.9782321 Edm = 12.1158 NCalls = 211 +VariableMetric: Iteration # 65 - FCN = -727951.8895418 Edm = 8.98631 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -727962.8720618 Edm = 7.30199 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -727970.5237599 Edm = 0.698046 NCalls = 220 +VariableMetric: Iteration # 68 - FCN = -727971.3544144 Edm = 0.0819908 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -727971.5004481 Edm = 0.0542843 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -727971.5632928 Edm = 0.00515505 NCalls = 226 +VariableMetric: Iteration # 71 - FCN = -727971.5670615 Edm = 0.000952628 NCalls = 228 +VariableMetric: Iteration # 72 - FCN = -727971.5682892 Edm = 0.000461597 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -727971.5709301 Edm = 0.00117372 NCalls = 233 +VariableMetric: Iteration # 74 - FCN = -727971.5748925 Edm = 0.00277871 NCalls = 235 +VariableMetric: Iteration # 75 - FCN = -727971.6248414 Edm = 0.0497406 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -727973.5851961 Edm = 1.6434 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -727978.8230589 Edm = 0.48855 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -727979.3341176 Edm = 0.208392 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -727979.4548358 Edm = 0.0502265 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -727979.5033482 Edm = 0.0146117 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -727979.5289756 Edm = 0.00925201 NCalls = 256 +VariableMetric: Iteration # 82 - FCN = -727979.5580812 Edm = 0.00352929 NCalls = 258 +VariableMetric: Iteration # 83 - FCN = -727979.5621707 Edm = 0.000536087 NCalls = 260 +VariableMetric: Iteration # 84 - FCN = -727979.5625899 Edm = 0.000117679 NCalls = 262 +VariableMetric: Iteration # 85 - FCN = -727979.5630805 Edm = 0.000398222 NCalls = 264 +VariableMetric: Iteration # 86 - FCN = -727979.5670668 Edm = 0.00424965 NCalls = 269 +VariableMetric: Iteration # 87 - FCN = -727979.6950131 Edm = 0.0265016 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -727979.8001911 Edm = 0.00116752 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -727979.8010843 Edm = 0.000118825 NCalls = 279 +VariableMetric: Iteration # 90 - FCN = -727979.8014553 Edm = 0.000256234 NCalls = 281 +VariableMetric: Iteration # 91 - FCN = -727979.9396311 Edm = 0.131227 NCalls = 288 +VariableMetric: Iteration # 92 - FCN = -727983.3986253 Edm = 0.296414 NCalls = 292 +VariableMetric: Iteration # 93 - FCN = -727983.6970452 Edm = 0.0182105 NCalls = 293 +VariableMetric: Iteration # 94 - FCN = -727983.7106906 Edm = 0.0016567 NCalls = 295 +VariableMetric: Iteration # 95 - FCN = -727983.7129558 Edm = 0.000306107 NCalls = 297 +VariableMetric: Iteration # 96 - FCN = -727983.7135066 Edm = 0.0001364 NCalls = 299 +VariableMetric: Iteration # 97 - FCN = -727983.7142545 Edm = 0.000592104 NCalls = 302 +VariableMetric: Iteration # 98 - FCN = -727983.7248757 Edm = 0.00893256 NCalls = 306 +VariableMetric: Iteration # 99 - FCN = -727983.8330517 Edm = 0.0773598 NCalls = 309 +VariableMetric: Iteration # 100 - FCN = -727984.9617459 Edm = 0.778467 NCalls = 313 +VariableMetric: Iteration # 101 - FCN = -727986.6870125 Edm = 0.682719 NCalls = 315 +VariableMetric: Iteration # 102 - FCN = -727987.1817517 Edm = 0.0813543 NCalls = 317 +VariableMetric: Iteration # 103 - FCN = -727987.2378544 Edm = 0.0158659 NCalls = 319 +VariableMetric: Iteration # 104 - FCN = -727987.2543131 Edm = 0.00193011 NCalls = 321 +VariableMetric: Iteration # 105 - FCN = -727987.2563359 Edm = 0.000132008 NCalls = 322 +VariableMetric: Iteration # 106 - FCN = -727987.2565591 Edm = 4.87697e-05 NCalls = 324 +VariableMetric: After Hessian - FCN = -727987.2565591 Edm = 90.8769 NCalls = 681 +VariableMetric: Iteration # 107 - FCN = -727987.2565591 Edm = 90.8769 NCalls = 681 +VariableMetric: Iteration # 108 - FCN = -727988.0752797 Edm = 12.5711 NCalls = 687 +VariableMetric: Iteration # 109 - FCN = -727991.51605 Edm = 1.41524 NCalls = 689 +VariableMetric: Iteration # 110 - FCN = -727991.7587862 Edm = 0.70427 NCalls = 691 +VariableMetric: Iteration # 111 - FCN = -727997.5558095 Edm = 19.1662 NCalls = 699 +VariableMetric: Iteration # 112 - FCN = -727997.9672332 Edm = 2.74571 NCalls = 702 +VariableMetric: Iteration # 113 - FCN = -728000.1768451 Edm = 2.16185 NCalls = 706 +VariableMetric: Iteration # 114 - FCN = -728002.6628259 Edm = 3.74927 NCalls = 710 +VariableMetric: Iteration # 115 - FCN = -728005.1766663 Edm = 0.472093 NCalls = 714 +VariableMetric: Iteration # 116 - FCN = -728006.0525804 Edm = 0.181331 NCalls = 716 +VariableMetric: Iteration # 117 - FCN = -728006.3773542 Edm = 0.229092 NCalls = 719 +VariableMetric: Iteration # 118 - FCN = -728008.6820581 Edm = 7.93981 NCalls = 723 +VariableMetric: Iteration # 119 - FCN = -728008.7396134 Edm = 0.199036 NCalls = 725 +VariableMetric: Iteration # 120 - FCN = -728008.7546188 Edm = 0.313325 NCalls = 727 +VariableMetric: Iteration # 121 - FCN = -728009.4336891 Edm = 0.887708 NCalls = 730 +VariableMetric: Iteration # 122 - FCN = -728011.1247577 Edm = 1.65091 NCalls = 735 +VariableMetric: Iteration # 123 - FCN = -728018.8956312 Edm = 6.38022 NCalls = 741 +VariableMetric: Iteration # 124 - FCN = -728022.6197549 Edm = 2.57986 NCalls = 743 +VariableMetric: Iteration # 125 - FCN = -728023.3383065 Edm = 0.395732 NCalls = 745 +VariableMetric: Iteration # 126 - FCN = -728023.6392687 Edm = 0.414953 NCalls = 747 +VariableMetric: Iteration # 127 - FCN = -728023.8722475 Edm = 0.09732 NCalls = 749 +VariableMetric: Iteration # 128 - FCN = -728024.0693575 Edm = 0.0453906 NCalls = 752 +VariableMetric: Iteration # 129 - FCN = -728024.1223842 Edm = 0.00799002 NCalls = 754 +VariableMetric: Iteration # 130 - FCN = -728024.1364991 Edm = 0.00275005 NCalls = 756 +VariableMetric: Iteration # 131 - FCN = -728024.1403498 Edm = 0.000293234 NCalls = 758 +VariableMetric: Iteration # 132 - FCN = -728024.14063 Edm = 5.80051e-05 NCalls = 759 +VariableMetric: After Hessian - FCN = -728024.14063 Edm = 0.00193499 NCalls = 1124 +VariableMetric: Iteration # 133 - FCN = -728024.14063 Edm = 0.00193499 NCalls = 1124 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721412.0971171 Edm = 3.25417 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721412.0971171 Edm = 3.25417 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724317.5340864 Edm = 1.61854 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -724484.9329055 Edm = 1.05817 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -724495.7602072 Edm = 10.0269 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -724686.9885798 Edm = 19.588 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -724714.3888304 Edm = 3.33235 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -724796.629087 Edm = 95.5745 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -725640.8758192 Edm = 234.899 NCalls = 41 +VariableMetric: Iteration # 8 - FCN = -725681.8819006 Edm = 645.191 NCalls = 44 +VariableMetric: Iteration # 9 - FCN = -725833.0184764 Edm = 13.8409 NCalls = 46 +VariableMetric: Iteration # 10 - FCN = -725859.0182282 Edm = 0.814843 NCalls = 48 +VariableMetric: Iteration # 11 - FCN = -725860.2219315 Edm = 0.307148 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -725877.7260413 Edm = 9.66707 NCalls = 55 +VariableMetric: Iteration # 13 - FCN = -725899.9691637 Edm = 0.23212 NCalls = 57 +VariableMetric: Iteration # 14 - FCN = -725900.30046 Edm = 0.0180956 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -725900.6949625 Edm = 0.351607 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -726085.763514 Edm = 55.7605 NCalls = 71 +VariableMetric: Iteration # 17 - FCN = -726176.4472552 Edm = 7.56168 NCalls = 74 +VariableMetric: Iteration # 18 - FCN = -726185.9657089 Edm = 0.623685 NCalls = 77 +VariableMetric: Iteration # 19 - FCN = -726186.6854938 Edm = 0.0238472 NCalls = 79 +VariableMetric: Iteration # 20 - FCN = -726186.8008381 Edm = 0.0976864 NCalls = 81 +VariableMetric: Iteration # 21 - FCN = -726189.5796059 Edm = 1.62893 NCalls = 87 +VariableMetric: Iteration # 22 - FCN = -726220.9008103 Edm = 28.4094 NCalls = 91 +VariableMetric: Iteration # 23 - FCN = -726262.2186005 Edm = 15.8113 NCalls = 94 +VariableMetric: Iteration # 24 - FCN = -726277.7077782 Edm = 0.55031 NCalls = 96 +VariableMetric: Iteration # 25 - FCN = -726278.7088991 Edm = 0.0547062 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -726278.7829709 Edm = 0.00398317 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -726278.8243294 Edm = 0.0333576 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -726285.0478188 Edm = 4.90707 NCalls = 109 +VariableMetric: Iteration # 29 - FCN = -726441.0425597 Edm = 85.783 NCalls = 120 +VariableMetric: Iteration # 30 - FCN = -726582.3698363 Edm = 402.655 NCalls = 123 +VariableMetric: Iteration # 31 - FCN = -726629.262103 Edm = 162.164 NCalls = 125 +VariableMetric: Iteration # 32 - FCN = -726700.4724181 Edm = 4.09347 NCalls = 127 +VariableMetric: Iteration # 33 - FCN = -726705.0671833 Edm = 3.15903 NCalls = 129 +VariableMetric: Iteration # 34 - FCN = -726708.6709783 Edm = 1.46675 NCalls = 131 +VariableMetric: Iteration # 35 - FCN = -726711.4210854 Edm = 0.119613 NCalls = 133 +VariableMetric: Iteration # 36 - FCN = -726711.7484001 Edm = 0.19779 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -726784.4273968 Edm = 63.6006 NCalls = 143 +VariableMetric: Iteration # 38 - FCN = -726905.5728174 Edm = 3.75089e+06 NCalls = 154 +VariableMetric: Iteration # 39 - FCN = -727498.97557 Edm = 3.19632e+06 NCalls = 164 +VariableMetric: Iteration # 40 - FCN = -727588.2639545 Edm = 493261 NCalls = 175 +VariableMetric: Iteration # 41 - FCN = -727793.6903533 Edm = 43877.7 NCalls = 184 +VariableMetric: Iteration # 42 - FCN = -727850.6441654 Edm = 5320.93 NCalls = 191 +VariableMetric: Iteration # 43 - FCN = -727856.3063102 Edm = 2519.42 NCalls = 196 +VariableMetric: Iteration # 44 - FCN = -727860.7749899 Edm = 2318.51 NCalls = 200 +VariableMetric: Iteration # 45 - FCN = -727865.8682374 Edm = 16329.4 NCalls = 202 +VariableMetric: Iteration # 46 - FCN = -727888.9678233 Edm = 972.511 NCalls = 205 +VariableMetric: Iteration # 47 - FCN = -727908.3043477 Edm = 663.766 NCalls = 208 +VariableMetric: Iteration # 48 - FCN = -727914.8556132 Edm = 354.919 NCalls = 211 +VariableMetric: Iteration # 49 - FCN = -727920.0076568 Edm = 199.443 NCalls = 214 +VariableMetric: Iteration # 50 - FCN = -727932.4519138 Edm = 1721.75 NCalls = 216 +VariableMetric: Iteration # 51 - FCN = -727939.8285908 Edm = 412.843 NCalls = 219 +VariableMetric: Iteration # 52 - FCN = -727989.9021233 Edm = 277.169 NCalls = 221 +VariableMetric: Iteration # 53 - FCN = -727997.5721014 Edm = 51.8277 NCalls = 224 +VariableMetric: Iteration # 54 - FCN = -727999.8245069 Edm = 58.4012 NCalls = 226 +VariableMetric: Iteration # 55 - FCN = -728001.4781509 Edm = 99.0042 NCalls = 228 +VariableMetric: Iteration # 56 - FCN = -728007.0949859 Edm = 15.8193 NCalls = 230 +VariableMetric: Iteration # 57 - FCN = -728010.7703777 Edm = 2.27131 NCalls = 232 +VariableMetric: Iteration # 58 - FCN = -728016.0466491 Edm = 5.02689 NCalls = 235 +VariableMetric: Iteration # 59 - FCN = -728019.0374403 Edm = 3.00213 NCalls = 237 +VariableMetric: Iteration # 60 - FCN = -728021.0070629 Edm = 2.04496 NCalls = 239 +VariableMetric: Iteration # 61 - FCN = -728022.7859807 Edm = 1.72437 NCalls = 242 +VariableMetric: Iteration # 62 - FCN = -728023.6318504 Edm = 0.646856 NCalls = 244 +VariableMetric: Iteration # 63 - FCN = -728024.4901814 Edm = 0.594412 NCalls = 247 +VariableMetric: Iteration # 64 - FCN = -728025.3833725 Edm = 0.535427 NCalls = 249 +VariableMetric: Iteration # 65 - FCN = -728025.857626 Edm = 0.169701 NCalls = 250 +VariableMetric: Iteration # 66 - FCN = -728026.0216176 Edm = 0.0263959 NCalls = 252 +VariableMetric: Iteration # 67 - FCN = -728026.047299 Edm = 0.00564203 NCalls = 253 +VariableMetric: Iteration # 68 - FCN = -728026.0513939 Edm = 0.00129336 NCalls = 255 +VariableMetric: Iteration # 69 - FCN = -728026.0524148 Edm = 0.00020433 NCalls = 256 +VariableMetric: Iteration # 70 - FCN = -728026.0526271 Edm = 4.88196e-05 NCalls = 258 +VariableMetric: After Hessian - FCN = -728026.0526271 Edm = 0.00775273 NCalls = 637 +VariableMetric: Iteration # 71 - FCN = -728026.0526271 Edm = 0.00775273 NCalls = 637 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -723464.0743495 Edm = 6.08575 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -723464.0743495 Edm = 6.08575 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -726756.0359964 Edm = 3.17462 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -726914.448498 Edm = 1.16844 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -726944.376938 Edm = 38.2912 NCalls = 13 +VariableMetric: Iteration # 4 - FCN = -726958.2091032 Edm = 14.392 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -727246.82649 Edm = 4.09664 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -727250.7677628 Edm = 0.221689 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -727251.0199197 Edm = 0.248384 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -727271.3183381 Edm = 6.46858 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -727280.327529 Edm = 0.0787233 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -727281.681124 Edm = 1.25127 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -727330.4000599 Edm = 0.723512 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -727331.2950559 Edm = 0.0715196 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -727333.5170215 Edm = 2.23077 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -727404.9709667 Edm = 18.8969 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -727440.1256165 Edm = 5.44298 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -727444.3190832 Edm = 0.0624032 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -727444.46156 Edm = 0.0732705 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -727445.2039885 Edm = 0.482284 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -727456.1915352 Edm = 8.71168 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -727690.7769432 Edm = 9.12671 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -727707.9016962 Edm = 0.826898 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -727709.3048104 Edm = 0.225337 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -727709.6091502 Edm = 0.0258188 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -727709.6422652 Edm = 0.00278052 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -727709.6684799 Edm = 0.015916 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -727709.8310613 Edm = 0.112037 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -727711.8000897 Edm = 1.15293 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -727730.9198142 Edm = 4.89795 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -727739.0915441 Edm = 0.0575534 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -727739.1507481 Edm = 0.000827782 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -727739.1549373 Edm = 0.00261065 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -727739.2282993 Edm = 0.0731451 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -727740.5126499 Edm = 1.08719 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -727749.2851288 Edm = 0.864482 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -727750.1638887 Edm = 0.0658137 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -727750.2252767 Edm = 0.0014685 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -727750.2270593 Edm = 0.00042992 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -727750.229206 Edm = 0.00223903 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -727750.3358227 Edm = 0.0955494 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -727756.8908465 Edm = 2.20252 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -727759.7783591 Edm = 0.170655 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -727759.919947 Edm = 0.012451 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -727759.9298492 Edm = 0.000344745 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -727759.9303553 Edm = 0.000213488 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -727759.9349118 Edm = 0.00396506 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -727760.1250826 Edm = 0.164577 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -727794.5987106 Edm = 21.126 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -727794.7963777 Edm = 0.193808 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -727795.6867497 Edm = 0.919403 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -727802.8052425 Edm = 5.01323 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -727823.4365234 Edm = 3.03852 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -727825.5599573 Edm = 0.672622 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -727826.2966066 Edm = 0.243603 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -727826.5482671 Edm = 0.0242707 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -727826.5844159 Edm = 0.00512933 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -727826.5945365 Edm = 0.00322309 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -727826.6456829 Edm = 0.0432345 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -727827.3255888 Edm = 0.616642 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -727830.6234749 Edm = 3.31457 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -727843.9716051 Edm = 8.12184 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -727851.010735 Edm = 8.42315 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -727854.3543521 Edm = 1.04876 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -727856.071353 Edm = 0.394742 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -727856.6276652 Edm = 0.0738253 NCalls = 211 +VariableMetric: Iteration # 65 - FCN = -727856.6986176 Edm = 0.0149695 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -727856.7105677 Edm = 0.00155201 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -727856.71411 Edm = 0.000535868 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -727856.71492 Edm = 0.000178075 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -727856.7156611 Edm = 0.000536999 NCalls = 219 +VariableMetric: Iteration # 70 - FCN = -727856.7194584 Edm = 0.00220066 NCalls = 222 +VariableMetric: Iteration # 71 - FCN = -727856.9311765 Edm = 0.176819 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -727861.3831476 Edm = 0.378687 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -727861.9079354 Edm = 0.106577 NCalls = 233 +VariableMetric: Iteration # 74 - FCN = -727861.9997883 Edm = 0.00858752 NCalls = 235 +VariableMetric: Iteration # 75 - FCN = -727862.0069815 Edm = 0.00054237 NCalls = 237 +VariableMetric: Iteration # 76 - FCN = -727862.0080084 Edm = 0.000748255 NCalls = 239 +VariableMetric: Iteration # 77 - FCN = -727862.0456159 Edm = 0.0364984 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -727865.0555536 Edm = 2.86476 NCalls = 249 +VariableMetric: Iteration # 79 - FCN = -727878.5490556 Edm = 6.20515 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -727881.1227253 Edm = 4.78752 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -727886.7302301 Edm = 1.4548 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -727889.2582772 Edm = 0.262527 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -727889.5281351 Edm = 0.0247248 NCalls = 264 +VariableMetric: Iteration # 84 - FCN = -727889.5541163 Edm = 0.000962548 NCalls = 265 +VariableMetric: Iteration # 85 - FCN = -727889.555179 Edm = 0.000222853 NCalls = 267 +VariableMetric: Iteration # 86 - FCN = -727889.5555201 Edm = 0.000163059 NCalls = 269 +VariableMetric: Iteration # 87 - FCN = -727889.5579597 Edm = 0.00189302 NCalls = 273 +VariableMetric: Iteration # 88 - FCN = -727889.5995296 Edm = 0.0295629 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -727890.0649868 Edm = 0.510946 NCalls = 280 +VariableMetric: Iteration # 90 - FCN = -727890.9421093 Edm = 0.478827 NCalls = 286 +VariableMetric: Iteration # 91 - FCN = -727892.6488827 Edm = 0.152219 NCalls = 288 +VariableMetric: Iteration # 92 - FCN = -727892.8492309 Edm = 0.0592833 NCalls = 290 +VariableMetric: Iteration # 93 - FCN = -727893.0879553 Edm = 0.226775 NCalls = 292 +VariableMetric: Iteration # 94 - FCN = -727893.2103124 Edm = 0.107415 NCalls = 294 +VariableMetric: Iteration # 95 - FCN = -727893.3023793 Edm = 0.0106584 NCalls = 297 +VariableMetric: Iteration # 96 - FCN = -727893.3186971 Edm = 0.000971837 NCalls = 299 +VariableMetric: Iteration # 97 - FCN = -727893.3197163 Edm = 4.37692e-05 NCalls = 300 +VariableMetric: After Hessian - FCN = -727893.3197163 Edm = 1.9811 NCalls = 663 +VariableMetric: Iteration # 98 - FCN = -727893.3197163 Edm = 1.9811 NCalls = 663 +VariableMetric: Iteration # 99 - FCN = -727895.0735041 Edm = 0.556329 NCalls = 665 +VariableMetric: Iteration # 100 - FCN = -727895.4971677 Edm = 0.468327 NCalls = 666 +VariableMetric: Iteration # 101 - FCN = -727895.7605237 Edm = 0.326256 NCalls = 668 +VariableMetric: Iteration # 102 - FCN = -727895.9442683 Edm = 0.320462 NCalls = 670 +VariableMetric: Iteration # 103 - FCN = -727896.3773113 Edm = 0.373043 NCalls = 672 +VariableMetric: Iteration # 104 - FCN = -727897.5107915 Edm = 0.908856 NCalls = 677 +VariableMetric: Iteration # 105 - FCN = -727897.8081716 Edm = 0.927269 NCalls = 679 +VariableMetric: Iteration # 106 - FCN = -727898.312529 Edm = 0.25827 NCalls = 681 +VariableMetric: Iteration # 107 - FCN = -727898.6015916 Edm = 0.0881778 NCalls = 684 +VariableMetric: Iteration # 108 - FCN = -727898.6967699 Edm = 0.0485763 NCalls = 687 +VariableMetric: Iteration # 109 - FCN = -727898.740326 Edm = 0.0282144 NCalls = 689 +VariableMetric: Iteration # 110 - FCN = -727898.8122929 Edm = 0.0222669 NCalls = 691 +VariableMetric: Iteration # 111 - FCN = -727898.8661629 Edm = 0.0142994 NCalls = 695 +VariableMetric: Iteration # 112 - FCN = -727898.8861995 Edm = 0.0223333 NCalls = 698 +VariableMetric: Iteration # 113 - FCN = -727898.9019978 Edm = 0.00444932 NCalls = 700 +VariableMetric: Iteration # 114 - FCN = -727898.9081407 Edm = 0.000835078 NCalls = 702 +VariableMetric: Iteration # 115 - FCN = -727898.9088577 Edm = 6.15107e-05 NCalls = 704 +VariableMetric: After Hessian - FCN = -727898.9088577 Edm = 0.000937698 NCalls = 1071 +VariableMetric: Iteration # 116 - FCN = -727898.9088577 Edm = 0.000937698 NCalls = 1071 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -724375.3676073 Edm = 1.46179 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -724375.3676073 Edm = 1.46179 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -725476.4092448 Edm = 1.41486 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -725492.2886702 Edm = 2.776 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -725867.6486599 Edm = 46.0642 NCalls = 20 +VariableMetric: Iteration # 4 - FCN = -726583.2370926 Edm = 384.605 NCalls = 26 +VariableMetric: Iteration # 5 - FCN = -726595.4900247 Edm = 102.423 NCalls = 28 +VariableMetric: Iteration # 6 - FCN = -726629.1832587 Edm = 22.8114 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -727480.7281746 Edm = 50.5493 NCalls = 36 +VariableMetric: Iteration # 8 - FCN = -727528.9773219 Edm = 2.09098 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -727530.6393466 Edm = 0.0867153 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -727582.9811149 Edm = 29.8527 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -727674.311009 Edm = 3.66949 NCalls = 51 +VariableMetric: Iteration # 12 - FCN = -727676.7464948 Edm = 0.957907 NCalls = 53 +VariableMetric: Iteration # 13 - FCN = -727677.7036412 Edm = 0.0858597 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -727678.5456577 Edm = 0.682944 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -727699.0113704 Edm = 14.5875 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -727734.8809591 Edm = 0.157322 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -727735.0878488 Edm = 0.0583198 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -727735.2362527 Edm = 0.119939 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -727737.2005299 Edm = 2.01567 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -727758.8391854 Edm = 11.3739 NCalls = 82 +VariableMetric: Iteration # 21 - FCN = -727788.7819982 Edm = 1.26624 NCalls = 85 +VariableMetric: Iteration # 22 - FCN = -727789.9212827 Edm = 0.0998739 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -727790.1220906 Edm = 0.0857067 NCalls = 89 +VariableMetric: Iteration # 24 - FCN = -727801.3661976 Edm = 10.0189 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -727830.0615372 Edm = 31.3921 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -727867.2042904 Edm = 13.8635 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -727905.1544345 Edm = 4.7192 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -727912.9413748 Edm = 0.451332 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -727913.3192719 Edm = 0.00802257 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -727913.3301528 Edm = 0.00365406 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -727913.4477969 Edm = 0.105057 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -727915.0635566 Edm = 1.70286 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -727936.2408057 Edm = 3.97754 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -727941.9750674 Edm = 0.118101 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -727942.0832579 Edm = 0.00264359 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -727942.0881434 Edm = 0.00257683 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -727942.5108403 Edm = 0.427989 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -727942.843487 Edm = 0.324471 NCalls = 138 +VariableMetric: Iteration # 39 - FCN = -727958.3696182 Edm = 1.09696 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -727959.2876215 Edm = 0.0704447 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -727959.3570138 Edm = 0.00156316 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -727959.3586221 Edm = 0.000157821 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -727959.3605793 Edm = 0.00191515 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -727959.6005097 Edm = 0.0274183 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -727961.6388871 Edm = 0.901886 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -727965.2064775 Edm = 0.144557 NCalls = 162 +VariableMetric: Iteration # 47 - FCN = -727965.3313101 Edm = 0.00374072 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -727965.3350864 Edm = 0.000161339 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -727965.3359706 Edm = 0.000678873 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -727965.5584333 Edm = 0.178845 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -727966.8495884 Edm = 0.00911359 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -727966.8590056 Edm = 9.64681e-05 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -727966.8598302 Edm = 0.000727459 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -727966.9844942 Edm = 0.1161 NCalls = 187 +VariableMetric: Iteration # 55 - FCN = -727969.1237537 Edm = 0.141586 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -727969.2903111 Edm = 0.00160166 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -727969.2921965 Edm = 6.82719e-05 NCalls = 195 +VariableMetric: After Hessian - FCN = -727969.2921965 Edm = 19.4918 NCalls = 560 +VariableMetric: Iteration # 58 - FCN = -727969.2921965 Edm = 19.4918 NCalls = 560 +VariableMetric: Iteration # 59 - FCN = -727993.1394078 Edm = 1.87541 NCalls = 562 +VariableMetric: Iteration # 60 - FCN = -727993.5414647 Edm = 0.224283 NCalls = 565 +VariableMetric: Iteration # 61 - FCN = -727994.0329411 Edm = 0.149892 NCalls = 568 +VariableMetric: Iteration # 62 - FCN = -727994.943672 Edm = 0.518389 NCalls = 571 +VariableMetric: Iteration # 63 - FCN = -727997.8834101 Edm = 6.36856 NCalls = 579 +VariableMetric: Iteration # 64 - FCN = -727998.1925947 Edm = 1.5109 NCalls = 581 +VariableMetric: Iteration # 65 - FCN = -728000.7017773 Edm = 4.50267 NCalls = 585 +VariableMetric: Iteration # 66 - FCN = -728002.7667578 Edm = 8.52646 NCalls = 589 +VariableMetric: Iteration # 67 - FCN = -728005.9198922 Edm = 2.00497 NCalls = 592 +VariableMetric: Iteration # 68 - FCN = -728007.3919133 Edm = 0.738711 NCalls = 594 +VariableMetric: Iteration # 69 - FCN = -728008.0538115 Edm = 0.161955 NCalls = 597 +VariableMetric: Iteration # 70 - FCN = -728008.2560344 Edm = 0.0548652 NCalls = 599 +VariableMetric: Iteration # 71 - FCN = -728008.3666821 Edm = 0.046143 NCalls = 601 +VariableMetric: Iteration # 72 - FCN = -728008.5681009 Edm = 0.041806 NCalls = 608 +VariableMetric: Iteration # 73 - FCN = -728008.5898454 Edm = 0.0548929 NCalls = 610 +VariableMetric: Iteration # 74 - FCN = -728008.6963778 Edm = 0.108331 NCalls = 613 +VariableMetric: Iteration # 75 - FCN = -728012.8649133 Edm = 12.941 NCalls = 618 +VariableMetric: Iteration # 76 - FCN = -728013.0363707 Edm = 7384.94 NCalls = 625 +VariableMetric: Iteration # 77 - FCN = -728013.6351465 Edm = 1303.1 NCalls = 630 +VariableMetric: Iteration # 78 - FCN = -728013.6800289 Edm = 3028.46 NCalls = 635 +VariableMetric: Iteration # 79 - FCN = -728015.1270577 Edm = 706.335 NCalls = 639 +VariableMetric: Iteration # 80 - FCN = -728015.6422459 Edm = 531.488 NCalls = 643 +VariableMetric: Iteration # 81 - FCN = -728016.1298734 Edm = 1324.24 NCalls = 646 +VariableMetric: Iteration # 82 - FCN = -728017.5167959 Edm = 603.957 NCalls = 649 +VariableMetric: Iteration # 83 - FCN = -728019.002647 Edm = 135.698 NCalls = 652 +VariableMetric: Iteration # 84 - FCN = -728019.4439034 Edm = 94.3018 NCalls = 655 +VariableMetric: Iteration # 85 - FCN = -728019.6691743 Edm = 92.0911 NCalls = 658 +VariableMetric: Iteration # 86 - FCN = -728020.7451744 Edm = 468.52 NCalls = 661 +VariableMetric: Iteration # 87 - FCN = -728021.3980267 Edm = 123.735 NCalls = 663 +VariableMetric: Iteration # 88 - FCN = -728021.7895011 Edm = 18.5187 NCalls = 666 +VariableMetric: Iteration # 89 - FCN = -728022.1732688 Edm = 9.52554 NCalls = 668 +VariableMetric: Iteration # 90 - FCN = -728022.3879625 Edm = 19.076 NCalls = 670 +VariableMetric: Iteration # 91 - FCN = -728023.5594527 Edm = 13.3795 NCalls = 672 +VariableMetric: Iteration # 92 - FCN = -728023.9400963 Edm = 7.7925 NCalls = 674 +VariableMetric: Iteration # 93 - FCN = -728024.9152906 Edm = 0.224029 NCalls = 676 +VariableMetric: Iteration # 94 - FCN = -728025.1593751 Edm = 0.251489 NCalls = 678 +VariableMetric: Iteration # 95 - FCN = -728025.1965895 Edm = 0.168584 NCalls = 680 +VariableMetric: Iteration # 96 - FCN = -728025.2782096 Edm = 0.0315303 NCalls = 682 +VariableMetric: Iteration # 97 - FCN = -728025.3370043 Edm = 0.0514437 NCalls = 686 +VariableMetric: Iteration # 98 - FCN = -728025.3609201 Edm = 0.0100522 NCalls = 688 +VariableMetric: Iteration # 99 - FCN = -728025.3703638 Edm = 0.0104107 NCalls = 690 +VariableMetric: Iteration # 100 - FCN = -728025.4041033 Edm = 0.0222284 NCalls = 694 +VariableMetric: Iteration # 101 - FCN = -728025.4903124 Edm = 0.265339 NCalls = 700 +VariableMetric: Iteration # 102 - FCN = -728025.5256106 Edm = 0.119666 NCalls = 702 +VariableMetric: Iteration # 103 - FCN = -728025.7880521 Edm = 0.129928 NCalls = 708 +VariableMetric: Iteration # 104 - FCN = -728025.8096236 Edm = 0.0671548 NCalls = 710 +VariableMetric: Iteration # 105 - FCN = -728026.1197375 Edm = 0.0699689 NCalls = 714 +VariableMetric: Iteration # 106 - FCN = -728026.214299 Edm = 0.0269591 NCalls = 716 +VariableMetric: Iteration # 107 - FCN = -728026.2325927 Edm = 0.0107679 NCalls = 718 +VariableMetric: Iteration # 108 - FCN = -728026.2419039 Edm = 0.00260807 NCalls = 720 +VariableMetric: Iteration # 109 - FCN = -728026.2432076 Edm = 0.000569733 NCalls = 722 +VariableMetric: Iteration # 110 - FCN = -728026.2440721 Edm = 0.000208177 NCalls = 724 +VariableMetric: Iteration # 111 - FCN = -728026.2447057 Edm = 0.000432336 NCalls = 726 +VariableMetric: Iteration # 112 - FCN = -728026.2466693 Edm = 0.00111186 NCalls = 730 +VariableMetric: Iteration # 113 - FCN = -728026.2484742 Edm = 0.000409612 NCalls = 733 +VariableMetric: Iteration # 114 - FCN = -728026.2488612 Edm = 9.30336e-05 NCalls = 734 +VariableMetric: Iteration # 115 - FCN = -728026.2489661 Edm = 2.04322e-05 NCalls = 736 +VariableMetric: After Hessian - FCN = -728026.2489661 Edm = 0.00720952 NCalls = 1115 +VariableMetric: Iteration # 116 - FCN = -728026.2489661 Edm = 0.00720952 NCalls = 1115 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721492.9959867 Edm = 3.50247 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721492.9959867 Edm = 3.50247 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724115.5165878 Edm = 4.89987 NCalls = 11 +VariableMetric: Iteration # 2 - FCN = -724178.7950566 Edm = 120.532 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -725075.6275619 Edm = 357.762 NCalls = 22 +VariableMetric: Iteration # 4 - FCN = -725510.0002089 Edm = 2.58468 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -725512.3989344 Edm = 0.182185 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -725515.5796338 Edm = 3.00551 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -725582.4651054 Edm = 0.96742 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -725584.1145319 Edm = 0.0557627 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -725584.2336649 Edm = 0.0297717 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -725591.5420717 Edm = 5.62018 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -725685.6345248 Edm = 29.9575 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -725738.9491155 Edm = 23.3646 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -725762.9278182 Edm = 2.40622 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -725767.078124 Edm = 0.35754 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -725767.3521947 Edm = 0.0136519 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -725767.4023279 Edm = 0.0399978 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -725780.3790164 Edm = 5.02839 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -725871.5615391 Edm = 16.0008 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -725879.1073098 Edm = 2.42029 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -725881.7592375 Edm = 0.244221 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -725882.4949374 Edm = 0.663005 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -725894.0591126 Edm = 6.70296 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -725894.1186639 Edm = 0.117322 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -725894.4696123 Edm = 0.264736 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -725896.5246476 Edm = 1.55589 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -725920.8772187 Edm = 3.80815 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -725922.9805507 Edm = 0.292238 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -725923.2453415 Edm = 0.0183386 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -725923.3136257 Edm = 0.0507205 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -725925.9177683 Edm = 2.4603 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -725986.0473965 Edm = 5.78881 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -726003.9101804 Edm = 18.4157 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -726007.4470647 Edm = 3.16723 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -726011.309803 Edm = 0.32098 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -726011.5810926 Edm = 0.0492584 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -726011.6748887 Edm = 0.0128022 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -726011.7329544 Edm = 0.0314069 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -726018.9983356 Edm = 5.48886 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -726118.1048254 Edm = 21.1469 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -726255.3449733 Edm = 45.7504 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -726276.7194262 Edm = 47.807 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -726310.7589335 Edm = 1.30846 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -726312.1537748 Edm = 0.163902 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -726312.3342766 Edm = 0.037108 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -726312.4207571 Edm = 0.0238263 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -726312.4891583 Edm = 0.0319315 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -726313.6521453 Edm = 1.1511 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -726340.6703259 Edm = 28.7282 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -726340.8275088 Edm = 0.049064 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -726341.3968597 Edm = 0.42914 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -726342.6543719 Edm = 1.82283 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -726347.6284397 Edm = 3.62261 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -726402.7700975 Edm = 82.7633 NCalls = 185 +VariableMetric: Iteration # 54 - FCN = -726568.0067743 Edm = 214.378 NCalls = 190 +VariableMetric: Iteration # 55 - FCN = -726574.1775745 Edm = 17.6519 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -726580.7949661 Edm = 5.5544 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -726648.0421445 Edm = 51.1312 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -726759.6579698 Edm = 59.7498 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -726919.7782855 Edm = 63.1031 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -726993.016889 Edm = 39.5007 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -727079.6260691 Edm = 76.2805 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -727104.3246924 Edm = 29.7944 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -727152.5844481 Edm = 42.2271 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -727192.7243212 Edm = 25.3653 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -727213.4107861 Edm = 2.14623 NCalls = 221 +VariableMetric: Iteration # 66 - FCN = -727216.1649391 Edm = 0.574188 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -727217.8788711 Edm = 0.613595 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -727219.4769686 Edm = 0.188012 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -727219.6990481 Edm = 0.0315868 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -727219.7803492 Edm = 0.0285553 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -727219.8763555 Edm = 0.0448397 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -727304.7495902 Edm = 389.903 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -727334.8228177 Edm = 268.01 NCalls = 247 +VariableMetric: Iteration # 74 - FCN = -727535.6635084 Edm = 128.351 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -727605.1036853 Edm = 18.7445 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -727628.123314 Edm = 8.11001 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -727643.5374571 Edm = 6.75762 NCalls = 257 +VariableMetric: Iteration # 78 - FCN = -727658.2988074 Edm = 4.29937 NCalls = 259 +VariableMetric: Iteration # 79 - FCN = -727664.9449886 Edm = 0.579011 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -727665.3775179 Edm = 0.0557756 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -727665.4366791 Edm = 0.00796501 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -727665.4544838 Edm = 0.00779404 NCalls = 267 +VariableMetric: Iteration # 83 - FCN = -727665.5174456 Edm = 0.0457299 NCalls = 270 +VariableMetric: Iteration # 84 - FCN = -727666.9005501 Edm = 1.00332 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -727672.6416951 Edm = 2.01982 NCalls = 279 +VariableMetric: Iteration # 86 - FCN = -727678.7942216 Edm = 3.3225 NCalls = 281 +VariableMetric: Iteration # 87 - FCN = -727694.221161 Edm = 4.58381 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -727699.1768709 Edm = 6.09467 NCalls = 284 +VariableMetric: Iteration # 89 - FCN = -727702.0998189 Edm = 2.44928 NCalls = 286 +VariableMetric: Iteration # 90 - FCN = -727708.3512576 Edm = 3.03714 NCalls = 289 +VariableMetric: Iteration # 91 - FCN = -727713.5172554 Edm = 1.14422 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -727714.5394183 Edm = 0.404678 NCalls = 294 +VariableMetric: Iteration # 93 - FCN = -727715.1022285 Edm = 0.134893 NCalls = 297 +VariableMetric: Iteration # 94 - FCN = -727715.3076355 Edm = 0.111602 NCalls = 299 +VariableMetric: Iteration # 95 - FCN = -727715.6487334 Edm = 0.113467 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -727715.7908212 Edm = 0.0304664 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -727715.8461919 Edm = 0.0325802 NCalls = 308 +VariableMetric: Iteration # 98 - FCN = -727715.9339681 Edm = 0.0219661 NCalls = 311 +VariableMetric: Iteration # 99 - FCN = -727715.974506 Edm = 0.0155612 NCalls = 313 +VariableMetric: Iteration # 100 - FCN = -727716.0831905 Edm = 0.0826298 NCalls = 316 +VariableMetric: Iteration # 101 - FCN = -727719.6412848 Edm = 3.17945 NCalls = 320 +VariableMetric: Iteration # 102 - FCN = -727761.1675952 Edm = 16.4611 NCalls = 324 +VariableMetric: Iteration # 103 - FCN = -727778.783902 Edm = 3.07502 NCalls = 325 +VariableMetric: Iteration # 104 - FCN = -727782.1543325 Edm = 1.01336 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -727783.4681467 Edm = 0.253632 NCalls = 329 +VariableMetric: Iteration # 106 - FCN = -727783.7475818 Edm = 0.145305 NCalls = 330 +VariableMetric: Iteration # 107 - FCN = -727783.9009781 Edm = 0.054284 NCalls = 332 +VariableMetric: Iteration # 108 - FCN = -727783.9594523 Edm = 0.027109 NCalls = 333 +VariableMetric: Iteration # 109 - FCN = -727783.9932251 Edm = 0.0084915 NCalls = 335 +VariableMetric: Iteration # 110 - FCN = -727784.0316868 Edm = 0.0258568 NCalls = 339 +VariableMetric: Iteration # 111 - FCN = -727786.6896158 Edm = 3.67454 NCalls = 347 +VariableMetric: Iteration # 112 - FCN = -727786.6919365 Edm = 0.0215925 NCalls = 350 +VariableMetric: Iteration # 113 - FCN = -727786.7490019 Edm = 0.0701731 NCalls = 352 +VariableMetric: Iteration # 114 - FCN = -727788.2763214 Edm = 1.45508 NCalls = 357 +VariableMetric: Iteration # 115 - FCN = -727788.3734923 Edm = 0.10961 NCalls = 360 +VariableMetric: Iteration # 116 - FCN = -727788.8291247 Edm = 0.510802 NCalls = 365 +VariableMetric: Iteration # 117 - FCN = -727789.3561237 Edm = 0.354677 NCalls = 369 +VariableMetric: Iteration # 118 - FCN = -727796.8243891 Edm = 4.76655 NCalls = 373 +VariableMetric: Iteration # 119 - FCN = -727801.2305542 Edm = 8.0424 NCalls = 376 +VariableMetric: Iteration # 120 - FCN = -727803.7721545 Edm = 0.790379 NCalls = 378 +VariableMetric: Iteration # 121 - FCN = -727804.8020238 Edm = 0.349339 NCalls = 380 +VariableMetric: Iteration # 122 - FCN = -727805.2812517 Edm = 0.196195 NCalls = 382 +VariableMetric: Iteration # 123 - FCN = -727805.4719719 Edm = 0.0454026 NCalls = 384 +VariableMetric: Iteration # 124 - FCN = -727805.5254287 Edm = 0.0110068 NCalls = 386 +VariableMetric: Iteration # 125 - FCN = -727805.5759912 Edm = 0.0439629 NCalls = 388 +VariableMetric: Iteration # 126 - FCN = -727805.7823975 Edm = 0.332426 NCalls = 393 +VariableMetric: Iteration # 127 - FCN = -727809.9657301 Edm = 2.40412 NCalls = 401 +VariableMetric: Iteration # 128 - FCN = -727817.9801228 Edm = 5.15097 NCalls = 404 +VariableMetric: Iteration # 129 - FCN = -727822.5875393 Edm = 8.72433 NCalls = 407 +VariableMetric: Iteration # 130 - FCN = -727836.2608847 Edm = 2.22041 NCalls = 410 +VariableMetric: Iteration # 131 - FCN = -727842.3295619 Edm = 5.42024 NCalls = 414 +VariableMetric: Iteration # 132 - FCN = -727852.2277788 Edm = 16.4529 NCalls = 416 +VariableMetric: Iteration # 133 - FCN = -727855.1832016 Edm = 2.75455 NCalls = 418 +VariableMetric: Iteration # 134 - FCN = -727861.8947803 Edm = 6.61277 NCalls = 421 +VariableMetric: Iteration # 135 - FCN = -727865.0547608 Edm = 1.91541 NCalls = 424 +VariableMetric: Iteration # 136 - FCN = -727869.0081374 Edm = 1.63018 NCalls = 426 +VariableMetric: Iteration # 137 - FCN = -727871.101183 Edm = 0.196959 NCalls = 429 +VariableMetric: Iteration # 138 - FCN = -727871.343182 Edm = 0.0360435 NCalls = 431 +VariableMetric: Iteration # 139 - FCN = -727871.3830382 Edm = 0.0029409 NCalls = 433 +VariableMetric: Iteration # 140 - FCN = -727871.3887656 Edm = 0.00230372 NCalls = 435 +VariableMetric: Iteration # 141 - FCN = -727871.4206066 Edm = 0.0217496 NCalls = 438 +VariableMetric: Iteration # 142 - FCN = -727871.7574163 Edm = 0.223328 NCalls = 441 +VariableMetric: Iteration # 143 - FCN = -727874.4230877 Edm = 1.92526 NCalls = 444 +VariableMetric: Iteration # 144 - FCN = -727878.9209881 Edm = 3.09483 NCalls = 447 +VariableMetric: Iteration # 145 - FCN = -727882.7829613 Edm = 0.375604 NCalls = 451 +VariableMetric: Iteration # 146 - FCN = -727883.1722599 Edm = 0.0237506 NCalls = 452 +VariableMetric: Iteration # 147 - FCN = -727883.1939446 Edm = 0.00241538 NCalls = 453 +VariableMetric: Iteration # 148 - FCN = -727883.1976912 Edm = 0.000689172 NCalls = 455 +VariableMetric: Iteration # 149 - FCN = -727883.1997067 Edm = 0.00156221 NCalls = 457 +VariableMetric: Iteration # 150 - FCN = -727883.2404987 Edm = 0.0400157 NCalls = 462 +VariableMetric: Iteration # 151 - FCN = -727886.0062845 Edm = 1.62352 NCalls = 467 +VariableMetric: Iteration # 152 - FCN = -727889.4760042 Edm = 0.0989414 NCalls = 469 +VariableMetric: Iteration # 153 - FCN = -727889.6082568 Edm = 0.00844288 NCalls = 471 +VariableMetric: Iteration # 154 - FCN = -727889.6271453 Edm = 0.00540001 NCalls = 473 +VariableMetric: Iteration # 155 - FCN = -727889.654432 Edm = 0.0137959 NCalls = 475 +VariableMetric: Iteration # 156 - FCN = -727897.8366959 Edm = 3.10699 NCalls = 485 +VariableMetric: Iteration # 157 - FCN = -727899.2927934 Edm = 156630 NCalls = 493 +VariableMetric: Iteration # 158 - FCN = -727903.201433 Edm = 70677.9 NCalls = 500 +VariableMetric: Iteration # 159 - FCN = -727906.4594466 Edm = 584932 NCalls = 506 +VariableMetric: Iteration # 160 - FCN = -727948.7312426 Edm = 118616 NCalls = 512 +VariableMetric: Iteration # 161 - FCN = -727977.6774864 Edm = 39862.8 NCalls = 517 +VariableMetric: Iteration # 162 - FCN = -727987.2315118 Edm = 9789.03 NCalls = 523 +VariableMetric: Iteration # 163 - FCN = -727991.7168441 Edm = 1052.41 NCalls = 528 +VariableMetric: Iteration # 164 - FCN = -727993.6378285 Edm = 1412.67 NCalls = 532 +VariableMetric: Iteration # 165 - FCN = -727994.8210228 Edm = 349.846 NCalls = 536 +VariableMetric: Iteration # 166 - FCN = -727995.3647253 Edm = 253.514 NCalls = 539 +VariableMetric: Iteration # 167 - FCN = -727999.4243286 Edm = 901.192 NCalls = 546 +VariableMetric: Iteration # 168 - FCN = -727999.9868716 Edm = 43.8265 NCalls = 550 +VariableMetric: Iteration # 169 - FCN = -728002.2929606 Edm = 55.4838 NCalls = 552 +VariableMetric: Iteration # 170 - FCN = -728005.4500187 Edm = 106.962 NCalls = 554 +VariableMetric: Iteration # 171 - FCN = -728006.2196798 Edm = 11.0443 NCalls = 557 +VariableMetric: Iteration # 172 - FCN = -728006.5546178 Edm = 77.9819 NCalls = 559 +VariableMetric: Iteration # 173 - FCN = -728008.6180076 Edm = 19.6492 NCalls = 561 +VariableMetric: Iteration # 174 - FCN = -728009.4580833 Edm = 106668 NCalls = 570 +VariableMetric: Iteration # 175 - FCN = -728013.2683197 Edm = 23327.9 NCalls = 578 +VariableMetric: Iteration # 176 - FCN = -728014.3692667 Edm = 76088.2 NCalls = 585 +VariableMetric: Iteration # 177 - FCN = -728014.9242095 Edm = 7143.33 NCalls = 592 +VariableMetric: Iteration # 178 - FCN = -728016.9483822 Edm = 4051.31 NCalls = 597 +VariableMetric: Iteration # 179 - FCN = -728017.5251299 Edm = 2099.95 NCalls = 601 +VariableMetric: Iteration # 180 - FCN = -728018.4074721 Edm = 1508.57 NCalls = 605 +VariableMetric: Iteration # 181 - FCN = -728019.5857603 Edm = 1034.96 NCalls = 608 +VariableMetric: Iteration # 182 - FCN = -728019.8240696 Edm = 117.094 NCalls = 612 +VariableMetric: Iteration # 183 - FCN = -728020.1472345 Edm = 344.575 NCalls = 615 +VariableMetric: Iteration # 184 - FCN = -728020.4279085 Edm = 135.032 NCalls = 618 +VariableMetric: Iteration # 185 - FCN = -728020.6351026 Edm = 23.867 NCalls = 621 +VariableMetric: Iteration # 186 - FCN = -728021.0871484 Edm = 20.4879 NCalls = 624 +VariableMetric: Iteration # 187 - FCN = -728021.2782013 Edm = 19.7551 NCalls = 627 +VariableMetric: Iteration # 188 - FCN = -728021.7900011 Edm = 26.4934 NCalls = 629 +VariableMetric: Iteration # 189 - FCN = -728021.9638747 Edm = 1.16634 NCalls = 631 +VariableMetric: Iteration # 190 - FCN = -728022.0821243 Edm = 9.20449 NCalls = 633 +VariableMetric: Iteration # 191 - FCN = -728022.1901464 Edm = 14.5251 NCalls = 635 +VariableMetric: Iteration # 192 - FCN = -728022.8392138 Edm = 1.0774 NCalls = 637 +VariableMetric: Iteration # 193 - FCN = -728022.8895315 Edm = 0.436663 NCalls = 639 +VariableMetric: Iteration # 194 - FCN = -728022.9575917 Edm = 0.571272 NCalls = 641 +VariableMetric: Iteration # 195 - FCN = -728023.0257764 Edm = 0.572056 NCalls = 643 +VariableMetric: Iteration # 196 - FCN = -728023.1912143 Edm = 0.245474 NCalls = 645 +VariableMetric: Iteration # 197 - FCN = -728023.3968108 Edm = 0.206876 NCalls = 648 +VariableMetric: Iteration # 198 - FCN = -728023.4597558 Edm = 0.158677 NCalls = 650 +VariableMetric: Iteration # 199 - FCN = -728023.5461227 Edm = 0.106568 NCalls = 653 +VariableMetric: Iteration # 200 - FCN = -728024.2064091 Edm = 0.632624 NCalls = 657 +VariableMetric: Iteration # 201 - FCN = -728025.7412659 Edm = 0.904281 NCalls = 662 +VariableMetric: Iteration # 202 - FCN = -728026.3603209 Edm = 0.398666 NCalls = 664 +VariableMetric: Iteration # 203 - FCN = -728026.5948045 Edm = 0.0737553 NCalls = 666 +VariableMetric: Iteration # 204 - FCN = -728026.6555459 Edm = 0.0174032 NCalls = 668 +VariableMetric: Iteration # 205 - FCN = -728026.6770028 Edm = 0.00843774 NCalls = 670 +VariableMetric: Iteration # 206 - FCN = -728026.6855767 Edm = 0.00126867 NCalls = 672 +VariableMetric: Iteration # 207 - FCN = -728026.6868616 Edm = 0.000199136 NCalls = 673 +VariableMetric: Iteration # 208 - FCN = -728026.6870998 Edm = 0.000140303 NCalls = 675 +VariableMetric: Iteration # 209 - FCN = -728026.688192 Edm = 0.00063636 NCalls = 678 +VariableMetric: Iteration # 210 - FCN = -728026.6900723 Edm = 0.00136368 NCalls = 681 +VariableMetric: Iteration # 211 - FCN = -728026.6920924 Edm = 0.000899433 NCalls = 683 +VariableMetric: Iteration # 212 - FCN = -728026.6939709 Edm = 0.000948426 NCalls = 686 +VariableMetric: Iteration # 213 - FCN = -728026.6961479 Edm = 0.00132284 NCalls = 688 +VariableMetric: Iteration # 214 - FCN = -728026.6983025 Edm = 0.00157539 NCalls = 692 +VariableMetric: Iteration # 215 - FCN = -728026.7002211 Edm = 0.000216616 NCalls = 694 +VariableMetric: Iteration # 216 - FCN = -728026.7007459 Edm = 0.000230827 NCalls = 696 +VariableMetric: Iteration # 217 - FCN = -728026.7010663 Edm = 0.00051025 NCalls = 698 +VariableMetric: Iteration # 218 - FCN = -728026.7015455 Edm = 0.000106703 NCalls = 701 +VariableMetric: Iteration # 219 - FCN = -728026.7016994 Edm = 7.45192e-05 NCalls = 702 +VariableMetric: Iteration # 220 - FCN = -728026.7017716 Edm = 4.32592e-05 NCalls = 704 +VariableMetric: After Hessian - FCN = -728026.7017716 Edm = 6.59086e-05 NCalls = 1089 +VariableMetric: Iteration # 221 - FCN = -728026.7017716 Edm = 6.59086e-05 NCalls = 1089 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -725643.2392631 Edm = 3.78644 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -725643.2392631 Edm = 3.78644 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -726625.1721159 Edm = 0.362792 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -726628.2422886 Edm = 0.467478 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -726837.9945375 Edm = 113.74 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -727074.6691618 Edm = 19.443 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -727087.1464555 Edm = 0.412829 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -727088.8797492 Edm = 1.57797 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -727389.1585736 Edm = 17.1598 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -727403.2508474 Edm = 0.104172 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -727403.387972 Edm = 0.0574663 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -727405.2152406 Edm = 2.10035 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -727456.1217186 Edm = 14.354 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -727553.3106507 Edm = 24.386 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -727592.3798191 Edm = 2.48636 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -727595.1772024 Edm = 0.146879 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -727595.4241885 Edm = 0.0951847 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -727598.041937 Edm = 2.66966 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -727646.0314942 Edm = 5.00799 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -727651.5212066 Edm = 0.0557796 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -727651.6413271 Edm = 0.0196668 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -727651.7024962 Edm = 0.0282235 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -727652.5651801 Edm = 0.676093 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -727718.7930911 Edm = 24.1848 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -727765.7406177 Edm = 7.06723 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -727775.6662295 Edm = 1.914 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -727776.7746189 Edm = 0.0327321 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -727776.8116592 Edm = 0.00571162 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -727776.9151376 Edm = 0.0828223 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -727779.6630584 Edm = 2.32818 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -727793.4311402 Edm = 1.34002 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -727794.6666223 Edm = 0.0307349 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -727794.6945685 Edm = 0.00243934 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -727794.7005338 Edm = 0.00395351 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -727795.1474295 Edm = 0.453974 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -727795.2204637 Edm = 0.0719576 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -727797.8471352 Edm = 0.185122 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -727819.4154005 Edm = 5.09068 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -727831.0026665 Edm = 0.938533 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -727831.8756264 Edm = 0.0217321 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -727831.8980743 Edm = 0.00247687 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -727831.914215 Edm = 0.0123042 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -727832.4503025 Edm = 0.479671 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -727838.5818885 Edm = 0.73192 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -727839.3636601 Edm = 0.00999783 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -727839.3770466 Edm = 0.00038241 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -727839.377529 Edm = 8.02398e-05 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -727839.3777993 Edm = 0.000277241 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -727839.432102 Edm = 0.0523773 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -727840.7907042 Edm = 0.131416 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -727840.9131956 Edm = 0.000831903 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -727840.9140658 Edm = 1.30062e-05 NCalls = 164 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -723194.8547752 Edm = 1.61256 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -723194.8547752 Edm = 1.61256 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723717.9038492 Edm = 1.51985 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -723730.1913136 Edm = 8.63619 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -725931.0884101 Edm = 203.996 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -726556.6313835 Edm = 6.0642 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -726564.2971446 Edm = 0.476317 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -726566.20949 Edm = 1.05769 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -726763.3207669 Edm = 63.1618 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -726810.5362925 Edm = 1.93765 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -726812.0199044 Edm = 0.0960183 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -726813.8076455 Edm = 1.48468 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -726844.2009249 Edm = 16.81 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -726898.3665852 Edm = 0.978286 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -726899.1026537 Edm = 0.0662504 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -726899.1512623 Edm = 0.0120232 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -726899.2694776 Edm = 0.125459 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -726910.8420673 Edm = 6.36147 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -727023.100883 Edm = 36.6269 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -727116.5428707 Edm = 9.10111 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -727120.1314029 Edm = 2.14898 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -727123.6969101 Edm = 0.610206 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -727124.9538151 Edm = 0.0425517 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -727125.0077895 Edm = 0.0111019 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -727125.7911184 Edm = 0.704144 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -727156.7345549 Edm = 15.283 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -727167.1409599 Edm = 0.803701 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -727168.0119748 Edm = 0.0729984 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -727168.155992 Edm = 0.0329449 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -727168.2124937 Edm = 0.00819141 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -727169.5435864 Edm = 1.27504 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -727585.9290455 Edm = 7.8969e+06 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -727585.9290455 Edm = 7.8969e+06 NCalls = 126 +VariableMetric: After Hessian - FCN = -727585.9290455 Edm = 479018 NCalls = 477 +VariableMetric: Iteration # 32 - FCN = -727585.9290455 Edm = 479018 NCalls = 477 +VariableMetric: Iteration # 33 - FCN = -727665.1023903 Edm = 1.93106e+08 NCalls = 488 +VariableMetric: Iteration # 34 - FCN = -727740.619978 Edm = 3032.5 NCalls = 494 +VariableMetric: Iteration # 35 - FCN = -727799.6956579 Edm = 0.672095 NCalls = 497 +VariableMetric: Iteration # 36 - FCN = -727801.0550703 Edm = 1.35359 NCalls = 499 +VariableMetric: Iteration # 37 - FCN = -727833.3900143 Edm = 3.79001 NCalls = 504 +VariableMetric: Iteration # 38 - FCN = -727837.6314257 Edm = 0.0735359 NCalls = 506 +VariableMetric: Iteration # 39 - FCN = -727838.4783078 Edm = 0.769813 NCalls = 509 +VariableMetric: Iteration # 40 - FCN = -727846.7284148 Edm = 4.70278 NCalls = 514 +VariableMetric: Iteration # 41 - FCN = -727863.8492858 Edm = 0.0473188 NCalls = 516 +VariableMetric: Iteration # 42 - FCN = -727863.910424 Edm = 0.0145303 NCalls = 518 +VariableMetric: Iteration # 43 - FCN = -727865.0353363 Edm = 1.02329 NCalls = 523 +VariableMetric: Iteration # 44 - FCN = -727886.1445275 Edm = 4.85092 NCalls = 528 +VariableMetric: Iteration # 45 - FCN = -727891.9533981 Edm = 0.0795629 NCalls = 530 +VariableMetric: Iteration # 46 - FCN = -727892.037291 Edm = 0.0219519 NCalls = 532 +VariableMetric: Iteration # 47 - FCN = -727892.2076932 Edm = 0.17401 NCalls = 535 +VariableMetric: Iteration # 48 - FCN = -727911.1066201 Edm = 4.54267 NCalls = 542 +VariableMetric: Iteration # 49 - FCN = -727923.7605304 Edm = 0.0917229 NCalls = 544 +VariableMetric: Iteration # 50 - FCN = -727923.9103831 Edm = 0.0393939 NCalls = 546 +VariableMetric: Iteration # 51 - FCN = -727927.0251585 Edm = 3.44227 NCalls = 551 +VariableMetric: Iteration # 52 - FCN = -727936.3723592 Edm = 7.09297 NCalls = 557 +VariableMetric: Iteration # 53 - FCN = -727981.5180978 Edm = 0.863477 NCalls = 560 +VariableMetric: Iteration # 54 - FCN = -727982.6860527 Edm = 0.0799149 NCalls = 562 +VariableMetric: Iteration # 55 - FCN = -727982.8677701 Edm = 0.00991573 NCalls = 564 +VariableMetric: Iteration # 56 - FCN = -727982.8905608 Edm = 0.0104802 NCalls = 566 +VariableMetric: Iteration # 57 - FCN = -727984.1546555 Edm = 1.13374 NCalls = 571 +VariableMetric: Iteration # 58 - FCN = -728002.4778969 Edm = 1.31135 NCalls = 575 +VariableMetric: Iteration # 59 - FCN = -728003.8365551 Edm = 0.0949847 NCalls = 576 +VariableMetric: Iteration # 60 - FCN = -728003.9498994 Edm = 0.00846237 NCalls = 578 +VariableMetric: Iteration # 61 - FCN = -728003.9623779 Edm = 0.000572668 NCalls = 580 +VariableMetric: Iteration # 62 - FCN = -728003.9663335 Edm = 0.00319786 NCalls = 583 +VariableMetric: Iteration # 63 - FCN = -728004.498431 Edm = 0.180916 NCalls = 589 +VariableMetric: Iteration # 64 - FCN = -728004.8011133 Edm = 0.000995198 NCalls = 591 +VariableMetric: Iteration # 65 - FCN = -728004.8031706 Edm = 0.00100599 NCalls = 593 +VariableMetric: Iteration # 66 - FCN = -728004.8799415 Edm = 0.0648048 NCalls = 598 +VariableMetric: Iteration # 67 - FCN = -728007.5774591 Edm = 0.40612 NCalls = 603 +VariableMetric: Iteration # 68 - FCN = -728008.1589622 Edm = 0.0519823 NCalls = 605 +VariableMetric: Iteration # 69 - FCN = -728008.2868806 Edm = 0.0239727 NCalls = 609 +VariableMetric: Iteration # 70 - FCN = -728008.3037608 Edm = 0.00237148 NCalls = 611 +VariableMetric: Iteration # 71 - FCN = -728008.306807 Edm = 0.000449726 NCalls = 613 +VariableMetric: Iteration # 72 - FCN = -728008.3086237 Edm = 0.000715234 NCalls = 615 +VariableMetric: Iteration # 73 - FCN = -728008.3399088 Edm = 0.0273214 NCalls = 620 +VariableMetric: Iteration # 74 - FCN = -728008.818861 Edm = 0.780419 NCalls = 625 +VariableMetric: Iteration # 75 - FCN = -728009.416426 Edm = 2.16273 NCalls = 630 +VariableMetric: Iteration # 76 - FCN = -728009.6390526 Edm = 0.440291 NCalls = 634 +VariableMetric: Iteration # 77 - FCN = -728012.0933323 Edm = 0.832202 NCalls = 639 +VariableMetric: Iteration # 78 - FCN = -728013.1505058 Edm = 0.042984 NCalls = 641 +VariableMetric: Iteration # 79 - FCN = -728013.1964687 Edm = 0.0122686 NCalls = 643 +VariableMetric: Iteration # 80 - FCN = -728013.2510931 Edm = 0.0333291 NCalls = 646 +VariableMetric: Iteration # 81 - FCN = -728013.3051277 Edm = 0.00801824 NCalls = 649 +VariableMetric: Iteration # 82 - FCN = -728013.3134867 Edm = 0.000759317 NCalls = 651 +VariableMetric: Iteration # 83 - FCN = -728013.3147424 Edm = 0.00060056 NCalls = 653 +VariableMetric: Iteration # 84 - FCN = -728013.3230288 Edm = 0.00720553 NCalls = 657 +VariableMetric: Iteration # 85 - FCN = -728014.0473507 Edm = 0.553747 NCalls = 662 +VariableMetric: Iteration # 86 - FCN = -728018.472039 Edm = 1.17843 NCalls = 668 +VariableMetric: Iteration # 87 - FCN = -728019.0352296 Edm = 0.228921 NCalls = 670 +VariableMetric: Iteration # 88 - FCN = -728019.2235172 Edm = 0.0107934 NCalls = 671 +VariableMetric: Iteration # 89 - FCN = -728019.2365188 Edm = 0.00488647 NCalls = 673 +VariableMetric: Iteration # 90 - FCN = -728019.242408 Edm = 0.00143953 NCalls = 675 +VariableMetric: Iteration # 91 - FCN = -728019.244611 Edm = 8.59478e-05 NCalls = 677 +VariableMetric: Iteration # 92 - FCN = -728019.2447908 Edm = 7.44853e-05 NCalls = 679 +VariableMetric: After Hessian - FCN = -728019.2447908 Edm = 18.2909 NCalls = 1036 +VariableMetric: Iteration # 93 - FCN = -728019.2447908 Edm = 18.2909 NCalls = 1036 +VariableMetric: Iteration # 94 - FCN = -728021.0073787 Edm = 11.891 NCalls = 1038 +VariableMetric: Iteration # 95 - FCN = -728022.3420904 Edm = 2.39491 NCalls = 1041 +VariableMetric: Iteration # 96 - FCN = -728023.8334761 Edm = 2.43987 NCalls = 1043 +VariableMetric: Iteration # 97 - FCN = -728024.7603025 Edm = 0.411441 NCalls = 1045 +VariableMetric: Iteration # 98 - FCN = -728025.4441788 Edm = 0.111435 NCalls = 1047 +VariableMetric: Iteration # 99 - FCN = -728025.5462181 Edm = 0.0262774 NCalls = 1048 +VariableMetric: Iteration # 100 - FCN = -728025.5762659 Edm = 0.00656197 NCalls = 1050 +VariableMetric: Iteration # 101 - FCN = -728025.5922494 Edm = 0.00782813 NCalls = 1053 +VariableMetric: Iteration # 102 - FCN = -728025.6085088 Edm = 0.00580665 NCalls = 1056 +VariableMetric: Iteration # 103 - FCN = -728025.6153666 Edm = 0.00618942 NCalls = 1058 +VariableMetric: Iteration # 104 - FCN = -728025.6183065 Edm = 0.00375425 NCalls = 1060 +VariableMetric: Iteration # 105 - FCN = -728025.6222189 Edm = 0.00149067 NCalls = 1063 +VariableMetric: Iteration # 106 - FCN = -728025.6249123 Edm = 0.000958291 NCalls = 1066 +VariableMetric: Iteration # 107 - FCN = -728025.6269647 Edm = 0.00065511 NCalls = 1069 +VariableMetric: Iteration # 108 - FCN = -728025.62769 Edm = 0.00147969 NCalls = 1071 +VariableMetric: Iteration # 109 - FCN = -728025.6283035 Edm = 0.000247634 NCalls = 1074 +VariableMetric: Iteration # 110 - FCN = -728025.6286408 Edm = 0.000274476 NCalls = 1077 +VariableMetric: Iteration # 111 - FCN = -728025.6289496 Edm = 0.000153745 NCalls = 1079 +VariableMetric: Iteration # 112 - FCN = -728025.6292164 Edm = 8.94096e-05 NCalls = 1082 +VariableMetric: Iteration # 113 - FCN = -728025.6294008 Edm = 5.796e-05 NCalls = 1086 +VariableMetric: Iteration # 114 - FCN = -728025.6295146 Edm = 4.91548e-05 NCalls = 1089 +VariableMetric: After Hessian - FCN = -728025.6295146 Edm = 6.79351e-05 NCalls = 1466 +VariableMetric: Iteration # 115 - FCN = -728025.6295146 Edm = 6.79351e-05 NCalls = 1466 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721692.0168684 Edm = 11.3615 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721692.0168684 Edm = 11.3615 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -725317.7185321 Edm = 0.314743 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -725320.7790251 Edm = 0.324375 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -725434.8887556 Edm = 19.7077 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -725459.8890899 Edm = 0.316948 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -725460.3861115 Edm = 0.210895 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -725578.1350404 Edm = 77.6296 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -725755.6365342 Edm = 9.16088 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -725764.1611802 Edm = 0.377577 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -725764.9958098 Edm = 0.459544 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -725773.5171203 Edm = 7.06781 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -725871.2615587 Edm = 1.67235 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -725872.620344 Edm = 0.0702947 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -725872.7000268 Edm = 0.0114099 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -725872.9175956 Edm = 0.183016 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -725883.5040344 Edm = 2.48946 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -725887.279785 Edm = 0.0205387 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -725887.3364542 Edm = 0.0298036 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -725890.3210897 Edm = 3.33859 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -725890.8667188 Edm = 0.522417 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -725932.2828048 Edm = 8.8906 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -726004.4865865 Edm = 10.6039 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -726020.2053163 Edm = 1.7512 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -726021.8631605 Edm = 0.230756 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -726022.2937398 Edm = 0.0502879 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -726022.3834663 Edm = 0.0119322 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -726022.4608218 Edm = 0.0498193 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -726024.5080576 Edm = 1.91559 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -726052.5446478 Edm = 28.5883 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -726056.1663603 Edm = 8.25033 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -726124.0178581 Edm = 19.2729 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -726157.6479811 Edm = 2.87242 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -726161.5099606 Edm = 2.05723 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -726162.8628683 Edm = 0.360511 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -726163.3412754 Edm = 0.0141882 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -726163.3673971 Edm = 0.0105162 NCalls = 112 +VariableMetric: Iteration # 36 - FCN = -726163.7980222 Edm = 0.536453 NCalls = 116 +VariableMetric: Iteration # 37 - FCN = -726164.0179054 Edm = 0.209226 NCalls = 120 +VariableMetric: Iteration # 38 - FCN = -726166.9751192 Edm = 2.45446 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -726611.6348821 Edm = 490.059 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -727097.5872325 Edm = 843.452 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -727447.2861667 Edm = 1048.22 NCalls = 148 +VariableMetric: Iteration # 42 - FCN = -727737.4754375 Edm = 30.2588 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -727769.4501581 Edm = 11.7333 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -727778.9771537 Edm = 1.29403 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -727780.9608693 Edm = 0.0873891 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -727781.0927462 Edm = 0.0301375 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -727781.2006008 Edm = 0.0565948 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -727781.5494028 Edm = 0.152842 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -727783.0932198 Edm = 0.683542 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -727785.4655668 Edm = 2.8605 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -727788.3467786 Edm = 7.40777 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -727789.2977261 Edm = 0.916552 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -727795.5320677 Edm = 1.69372 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -727798.1608645 Edm = 1.93689 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -727803.5474328 Edm = 5.17331 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -727834.7057364 Edm = 15.6096 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -727869.2201261 Edm = 1.40867 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -727870.583905 Edm = 0.0303265 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -727870.5984927 Edm = 0.0082653 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -727870.6053217 Edm = 0.00211906 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -727870.6128575 Edm = 0.00407301 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -727870.6276656 Edm = 0.0057498 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -727870.6462036 Edm = 0.0102326 NCalls = 201 +VariableMetric: Iteration # 64 - FCN = -727870.8163633 Edm = 0.14746 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -727893.2087419 Edm = 12.7415 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -727905.8419519 Edm = 3.07888 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -727909.3542077 Edm = 1.4652 NCalls = 213 +VariableMetric: Iteration # 68 - FCN = -727910.6887278 Edm = 0.439922 NCalls = 215 +VariableMetric: Iteration # 69 - FCN = -727911.6362068 Edm = 0.0549509 NCalls = 217 +VariableMetric: Iteration # 70 - FCN = -727911.7121091 Edm = 0.016728 NCalls = 219 +VariableMetric: Iteration # 71 - FCN = -727911.7307093 Edm = 0.00150976 NCalls = 221 +VariableMetric: Iteration # 72 - FCN = -727911.7349932 Edm = 0.0024873 NCalls = 223 +VariableMetric: Iteration # 73 - FCN = -727911.8530905 Edm = 0.0763213 NCalls = 227 +VariableMetric: Iteration # 74 - FCN = -727914.0464238 Edm = 1.63946 NCalls = 231 +VariableMetric: Iteration # 75 - FCN = -727931.6537851 Edm = 5.00045 NCalls = 234 +VariableMetric: Iteration # 76 - FCN = -727935.7077237 Edm = 2.31 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -727937.6249304 Edm = 0.379892 NCalls = 238 +VariableMetric: Iteration # 78 - FCN = -727938.0869287 Edm = 0.0172436 NCalls = 240 +VariableMetric: Iteration # 79 - FCN = -727938.1075258 Edm = 0.00224104 NCalls = 242 +VariableMetric: Iteration # 80 - FCN = -727938.1122772 Edm = 0.00336081 NCalls = 244 +VariableMetric: Iteration # 81 - FCN = -727938.1803009 Edm = 0.0577768 NCalls = 249 +VariableMetric: Iteration # 82 - FCN = -727939.3652937 Edm = 0.912463 NCalls = 253 +VariableMetric: Iteration # 83 - FCN = -727957.2833742 Edm = 3.65145 NCalls = 258 +VariableMetric: Iteration # 84 - FCN = -727959.7517257 Edm = 0.872523 NCalls = 260 +VariableMetric: Iteration # 85 - FCN = -727960.7093342 Edm = 0.317105 NCalls = 262 +VariableMetric: Iteration # 86 - FCN = -727961.4434593 Edm = 0.421537 NCalls = 264 +VariableMetric: Iteration # 87 - FCN = -727962.0493148 Edm = 0.118997 NCalls = 267 +VariableMetric: Iteration # 88 - FCN = -727962.1417012 Edm = 0.0512957 NCalls = 269 +VariableMetric: Iteration # 89 - FCN = -727962.1897649 Edm = 0.0144082 NCalls = 271 +VariableMetric: Iteration # 90 - FCN = -727962.2133982 Edm = 0.00339805 NCalls = 273 +VariableMetric: Iteration # 91 - FCN = -727962.2165627 Edm = 0.000612464 NCalls = 275 +VariableMetric: Iteration # 92 - FCN = -727962.2185741 Edm = 0.00180231 NCalls = 277 +VariableMetric: Iteration # 93 - FCN = -727962.2258309 Edm = 0.00782037 NCalls = 281 +VariableMetric: Iteration # 94 - FCN = -727962.3280603 Edm = 0.0949055 NCalls = 287 +VariableMetric: Iteration # 95 - FCN = -727965.6723913 Edm = 2.67531 NCalls = 292 +VariableMetric: Iteration # 96 - FCN = -727967.0952333 Edm = 1.71371 NCalls = 295 +VariableMetric: Iteration # 97 - FCN = -727969.1674738 Edm = 1.99984 NCalls = 299 +VariableMetric: Iteration # 98 - FCN = -727971.4852311 Edm = 0.886011 NCalls = 303 +VariableMetric: Iteration # 99 - FCN = -727972.4806042 Edm = 0.49947 NCalls = 305 +VariableMetric: Iteration # 100 - FCN = -727973.0340622 Edm = 0.118921 NCalls = 307 +VariableMetric: Iteration # 101 - FCN = -727973.131231 Edm = 0.0295751 NCalls = 309 +VariableMetric: Iteration # 102 - FCN = -727973.1624674 Edm = 0.00406033 NCalls = 312 +VariableMetric: Iteration # 103 - FCN = -727973.1719054 Edm = 0.0012093 NCalls = 314 +VariableMetric: Iteration # 104 - FCN = -727973.1740746 Edm = 0.000319321 NCalls = 316 +VariableMetric: Iteration # 105 - FCN = -727973.1753186 Edm = 0.00124815 NCalls = 318 +VariableMetric: Iteration # 106 - FCN = -727973.1884644 Edm = 0.0133756 NCalls = 323 +VariableMetric: Iteration # 107 - FCN = -727973.3006965 Edm = 0.103982 NCalls = 330 +VariableMetric: Iteration # 108 - FCN = -727976.579353 Edm = 2.35632 NCalls = 335 +VariableMetric: Iteration # 109 - FCN = -727977.3262436 Edm = 0.644191 NCalls = 337 +VariableMetric: Iteration # 110 - FCN = -727977.6833949 Edm = 0.0615526 NCalls = 338 +VariableMetric: Iteration # 111 - FCN = -727977.7411779 Edm = 0.00559561 NCalls = 340 +VariableMetric: Iteration # 112 - FCN = -727977.7462456 Edm = 0.002108 NCalls = 341 +VariableMetric: Iteration # 113 - FCN = -727977.7519335 Edm = 0.00229352 NCalls = 343 +VariableMetric: Iteration # 114 - FCN = -727977.7552172 Edm = 0.000212013 NCalls = 345 +VariableMetric: Iteration # 115 - FCN = -727977.755345 Edm = 2.26799e-05 NCalls = 347 +VariableMetric: After Hessian - FCN = -727977.755345 Edm = 67.5271 NCalls = 718 +VariableMetric: Iteration # 116 - FCN = -727977.755345 Edm = 67.5271 NCalls = 718 +VariableMetric: Iteration # 117 - FCN = -727979.5677323 Edm = 52862.5 NCalls = 722 +VariableMetric: Iteration # 118 - FCN = -727995.3789398 Edm = 76.3797 NCalls = 733 +VariableMetric: Iteration # 119 - FCN = -727997.665574 Edm = 5.81521 NCalls = 738 +VariableMetric: Iteration # 120 - FCN = -728005.7596504 Edm = 6.55581 NCalls = 743 +VariableMetric: Iteration # 121 - FCN = -728009.2977181 Edm = 3.86196 NCalls = 746 +VariableMetric: Iteration # 122 - FCN = -728013.5676032 Edm = 5.81156 NCalls = 749 +VariableMetric: Iteration # 123 - FCN = -728016.1627437 Edm = 5.75252 NCalls = 752 +VariableMetric: Iteration # 124 - FCN = -728018.8031039 Edm = 3.94269 NCalls = 755 +VariableMetric: Iteration # 125 - FCN = -728021.5041113 Edm = 1.20607 NCalls = 759 +VariableMetric: Iteration # 126 - FCN = -728023.6635115 Edm = 1.01723 NCalls = 761 +VariableMetric: Iteration # 127 - FCN = -728024.3758202 Edm = 0.360581 NCalls = 763 +VariableMetric: Iteration # 128 - FCN = -728024.8906524 Edm = 0.140287 NCalls = 765 +VariableMetric: Iteration # 129 - FCN = -728025.0409513 Edm = 0.0516262 NCalls = 766 +VariableMetric: Iteration # 130 - FCN = -728025.104076 Edm = 0.0174889 NCalls = 768 +VariableMetric: Iteration # 131 - FCN = -728025.1424154 Edm = 0.00555376 NCalls = 770 +VariableMetric: Iteration # 132 - FCN = -728025.1536471 Edm = 0.00382072 NCalls = 772 +VariableMetric: Iteration # 133 - FCN = -728025.167572 Edm = 0.00249442 NCalls = 774 +VariableMetric: Iteration # 134 - FCN = -728025.1729996 Edm = 0.000325402 NCalls = 776 +VariableMetric: Iteration # 135 - FCN = -728025.1736046 Edm = 8.5725e-05 NCalls = 778 +VariableMetric: Iteration # 136 - FCN = -728025.1738887 Edm = 0.000105136 NCalls = 780 +VariableMetric: Iteration # 137 - FCN = -728025.1745995 Edm = 0.000368766 NCalls = 783 +VariableMetric: Iteration # 138 - FCN = -728025.1813842 Edm = 0.00359772 NCalls = 789 +VariableMetric: Iteration # 139 - FCN = -728025.1847497 Edm = 0.00893214 NCalls = 792 +VariableMetric: Iteration # 140 - FCN = -728025.1974006 Edm = 0.00858576 NCalls = 794 +VariableMetric: Iteration # 141 - FCN = -728025.2182556 Edm = 0.0353439 NCalls = 796 +VariableMetric: Iteration # 142 - FCN = -728025.2431282 Edm = 0.00955195 NCalls = 802 +VariableMetric: Iteration # 143 - FCN = -728025.2561478 Edm = 0.0260884 NCalls = 804 +VariableMetric: Iteration # 144 - FCN = -728025.2919065 Edm = 0.0117694 NCalls = 807 +VariableMetric: Iteration # 145 - FCN = -728025.312945 Edm = 0.0108074 NCalls = 809 +VariableMetric: Iteration # 146 - FCN = -728025.3182855 Edm = 0.00374169 NCalls = 812 +VariableMetric: Iteration # 147 - FCN = -728025.3262984 Edm = 0.00419355 NCalls = 814 +VariableMetric: Iteration # 148 - FCN = -728025.3296274 Edm = 0.00168011 NCalls = 816 +VariableMetric: Iteration # 149 - FCN = -728025.3350716 Edm = 0.00125267 NCalls = 819 +VariableMetric: Iteration # 150 - FCN = -728025.3370969 Edm = 0.000439836 NCalls = 821 +VariableMetric: Iteration # 151 - FCN = -728025.3375773 Edm = 0.000126794 NCalls = 823 +VariableMetric: Iteration # 152 - FCN = -728025.3377318 Edm = 2.48831e-05 NCalls = 825 +VariableMetric: After Hessian - FCN = -728025.3377318 Edm = 0.0400234 NCalls = 1210 +VariableMetric: Iteration # 153 - FCN = -728025.3377318 Edm = 0.0400234 NCalls = 1210 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -724726.9423388 Edm = 5.44453 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -724726.9423388 Edm = 5.44453 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -726225.721074 Edm = 0.585592 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -726234.9371546 Edm = 9.09932 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -726321.1146848 Edm = 46.8172 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -726434.7654921 Edm = 0.154629 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -726443.7873425 Edm = 8.72118 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -726696.4721483 Edm = 1.91323 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -726698.5489716 Edm = 0.148725 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -726698.6630897 Edm = 0.0276202 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -726699.2266552 Edm = 0.56302 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -726736.88897 Edm = 2.53818 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -726832.4312004 Edm = 12.298 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -726849.3386635 Edm = 0.523077 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -726850.0912094 Edm = 0.0518595 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -726850.1779234 Edm = 0.0244848 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -726850.2372393 Edm = 0.0527549 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -726867.1141571 Edm = 12.1841 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -726905.8918073 Edm = 1.64326 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -726909.19865 Edm = 2.19738 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -726912.1918589 Edm = 0.28102 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -726912.639261 Edm = 0.24784 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -726912.7793158 Edm = 0.0100999 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -726912.7977413 Edm = 0.00658145 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -726913.0169706 Edm = 0.201352 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -726939.288206 Edm = 18.4162 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -726975.4043189 Edm = 12.6287 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -726995.849652 Edm = 4.54288 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -727001.6675858 Edm = 0.897091 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -727002.70122 Edm = 0.0297753 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -727002.7404714 Edm = 0.00416909 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -727002.7927619 Edm = 0.0385708 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -727003.3090256 Edm = 0.403747 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -727047.8083912 Edm = 22.3197 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -727092.5181974 Edm = 1.04067 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -727094.6862559 Edm = 0.289591 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -727095.0944464 Edm = 0.0466621 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -727095.1281979 Edm = 0.0228531 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -727095.1580753 Edm = 0.0120332 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -727095.2166128 Edm = 0.0555573 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -727096.3790426 Edm = 1.15742 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -727187.0641289 Edm = 71.351 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -727336.2685435 Edm = 147.915 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -727368.3148206 Edm = 62.5773 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -727388.9085806 Edm = 15.7332 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -727408.7952116 Edm = 5.29893 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -727446.152836 Edm = 42.9423 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -727447.7570268 Edm = 7.17774 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -727486.6127179 Edm = 64.5283 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -727614.0418541 Edm = 30.0637 NCalls = 172 +VariableMetric: Iteration # 49 - FCN = -727646.7011207 Edm = 7.77951 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -727649.7135237 Edm = 1.69005 NCalls = 176 +VariableMetric: Iteration # 51 - FCN = -727651.0002089 Edm = 0.620299 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -727651.2402413 Edm = 0.034494 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -727651.2950918 Edm = 0.016991 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -727651.3751637 Edm = 0.0334453 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -727652.2342963 Edm = 0.79028 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -727671.1839968 Edm = 8.5105 NCalls = 191 +VariableMetric: Iteration # 57 - FCN = -727691.4721436 Edm = 10.0329 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -727723.8857761 Edm = 16.583 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -727736.3219986 Edm = 8.89739 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -727744.2197336 Edm = 2.06402 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -727746.8342148 Edm = 0.755229 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -727747.4860141 Edm = 0.105695 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -727747.6663095 Edm = 0.0914391 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -727747.9126181 Edm = 0.0193635 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -727747.9357327 Edm = 0.00153466 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -727747.9481473 Edm = 0.0105926 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -727748.6137431 Edm = 1.56686 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -727748.6551517 Edm = 0.0430154 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -727748.8451327 Edm = 0.408434 NCalls = 235 +VariableMetric: Iteration # 70 - FCN = -727749.3426271 Edm = 0.414335 NCalls = 241 +VariableMetric: Iteration # 71 - FCN = -727751.5760883 Edm = 0.601947 NCalls = 244 +VariableMetric: Iteration # 72 - FCN = -727751.779374 Edm = 0.41818 NCalls = 246 +VariableMetric: Iteration # 73 - FCN = -727752.4903139 Edm = 0.574279 NCalls = 249 +VariableMetric: Iteration # 74 - FCN = -727753.298296 Edm = 0.316153 NCalls = 251 +VariableMetric: Iteration # 75 - FCN = -727753.448332 Edm = 0.0512007 NCalls = 253 +VariableMetric: Iteration # 76 - FCN = -727753.5585983 Edm = 0.0760208 NCalls = 255 +VariableMetric: Iteration # 77 - FCN = -727754.4692329 Edm = 0.721943 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -727758.0370926 Edm = 3.79136 NCalls = 264 +VariableMetric: Iteration # 79 - FCN = -727760.2996865 Edm = 1.8956 NCalls = 266 +VariableMetric: Iteration # 80 - FCN = -727761.8411468 Edm = 2.14639 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -727763.024756 Edm = 0.220395 NCalls = 271 +VariableMetric: Iteration # 82 - FCN = -727763.4664588 Edm = 0.222273 NCalls = 273 +VariableMetric: Iteration # 83 - FCN = -727765.3067344 Edm = 1.24046 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -727778.0681065 Edm = 8.52769 NCalls = 280 +VariableMetric: Iteration # 85 - FCN = -727801.7658407 Edm = 4.47224 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -727806.4647279 Edm = 0.260974 NCalls = 284 +VariableMetric: Iteration # 87 - FCN = -727806.8462187 Edm = 0.024937 NCalls = 286 +VariableMetric: Iteration # 88 - FCN = -727806.8737766 Edm = 0.00538594 NCalls = 288 +VariableMetric: Iteration # 89 - FCN = -727806.8804755 Edm = 0.00317654 NCalls = 290 +VariableMetric: Iteration # 90 - FCN = -727806.8987906 Edm = 0.01352 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -727808.1106324 Edm = 1.07924 NCalls = 298 +VariableMetric: Iteration # 92 - FCN = -727830.0222492 Edm = 10.9008 NCalls = 302 +VariableMetric: Iteration # 93 - FCN = -727866.6945299 Edm = 17.7511 NCalls = 305 +VariableMetric: Iteration # 94 - FCN = -727880.5069622 Edm = 6.64647 NCalls = 307 +VariableMetric: Iteration # 95 - FCN = -727888.5474784 Edm = 7.92806 NCalls = 309 +VariableMetric: Iteration # 96 - FCN = -727895.9045676 Edm = 5.35622 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -727902.7790833 Edm = 1.81449 NCalls = 316 +VariableMetric: Iteration # 98 - FCN = -727904.8868381 Edm = 1.02369 NCalls = 318 +VariableMetric: Iteration # 99 - FCN = -727905.8282511 Edm = 0.56766 NCalls = 321 +VariableMetric: Iteration # 100 - FCN = -727906.4611336 Edm = 1.25531 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -727910.6319981 Edm = 2.77281 NCalls = 327 +VariableMetric: Iteration # 102 - FCN = -727910.810129 Edm = 0.238408 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -727911.5037091 Edm = 0.86622 NCalls = 331 +VariableMetric: Iteration # 104 - FCN = -727915.2146384 Edm = 2.23198 NCalls = 335 +VariableMetric: Iteration # 105 - FCN = -727918.9204858 Edm = 1.15763 NCalls = 337 +VariableMetric: Iteration # 106 - FCN = -727920.3125777 Edm = 0.938783 NCalls = 339 +VariableMetric: Iteration # 107 - FCN = -727921.6424489 Edm = 0.61948 NCalls = 341 +VariableMetric: Iteration # 108 - FCN = -727922.4891532 Edm = 1.76745 NCalls = 344 +VariableMetric: Iteration # 109 - FCN = -727924.0586914 Edm = 1.17056 NCalls = 347 +VariableMetric: Iteration # 110 - FCN = -727924.9756306 Edm = 1.06677 NCalls = 350 +VariableMetric: Iteration # 111 - FCN = -727926.4119822 Edm = 1.97226 NCalls = 353 +VariableMetric: Iteration # 112 - FCN = -727928.6173261 Edm = 0.541802 NCalls = 357 +VariableMetric: Iteration # 113 - FCN = -727929.0589269 Edm = 0.445811 NCalls = 359 +VariableMetric: Iteration # 114 - FCN = -727929.4446847 Edm = 0.199904 NCalls = 361 +VariableMetric: Iteration # 115 - FCN = -727929.697768 Edm = 0.049428 NCalls = 363 +VariableMetric: Iteration # 116 - FCN = -727929.7417231 Edm = 0.00873735 NCalls = 364 +VariableMetric: Iteration # 117 - FCN = -727929.7576699 Edm = 0.00652971 NCalls = 366 +VariableMetric: Iteration # 118 - FCN = -727929.7950935 Edm = 0.0245294 NCalls = 369 +VariableMetric: Iteration # 119 - FCN = -727929.9335993 Edm = 0.0889339 NCalls = 372 +VariableMetric: Iteration # 120 - FCN = -727930.6702783 Edm = 0.635992 NCalls = 376 +VariableMetric: Iteration # 121 - FCN = -727934.8986306 Edm = 4.13881 NCalls = 381 +VariableMetric: Iteration # 122 - FCN = -727950.8410547 Edm = 17.0134 NCalls = 389 +VariableMetric: Iteration # 123 - FCN = -727969.0976565 Edm = 39.8745 NCalls = 391 +VariableMetric: Iteration # 124 - FCN = -727979.9808342 Edm = 6.37242 NCalls = 394 +VariableMetric: Iteration # 125 - FCN = -727986.7112573 Edm = 1.7424 NCalls = 395 +VariableMetric: Iteration # 126 - FCN = -727988.1835203 Edm = 0.166001 NCalls = 397 +VariableMetric: Iteration # 127 - FCN = -727988.4584116 Edm = 0.0172213 NCalls = 399 +VariableMetric: Iteration # 128 - FCN = -727988.48669 Edm = 0.0035946 NCalls = 401 +VariableMetric: Iteration # 129 - FCN = -727988.49544 Edm = 0.00406155 NCalls = 403 +VariableMetric: Iteration # 130 - FCN = -727988.5048957 Edm = 0.00311378 NCalls = 405 +VariableMetric: Iteration # 131 - FCN = -727988.5132817 Edm = 0.0012656 NCalls = 407 +VariableMetric: Iteration # 132 - FCN = -727988.5160336 Edm = 0.000534581 NCalls = 409 +VariableMetric: Iteration # 133 - FCN = -727988.5197682 Edm = 0.00218931 NCalls = 412 +VariableMetric: Iteration # 134 - FCN = -727988.5866708 Edm = 0.0619494 NCalls = 416 +VariableMetric: Iteration # 135 - FCN = -727995.5969101 Edm = 3.00447 NCalls = 422 +VariableMetric: Iteration # 136 - FCN = -727999.7533966 Edm = 0.250219 NCalls = 424 +VariableMetric: Iteration # 137 - FCN = -727999.9805379 Edm = 0.011179 NCalls = 426 +VariableMetric: Iteration # 138 - FCN = -727999.9898061 Edm = 0.00145039 NCalls = 428 +VariableMetric: Iteration # 139 - FCN = -727999.9913202 Edm = 7.56083e-05 NCalls = 430 +VariableMetric: After Hessian - FCN = -727999.9913202 Edm = 35848.8 NCalls = 789 +VariableMetric: Iteration # 140 - FCN = -727999.9913202 Edm = 35848.8 NCalls = 789 +VariableMetric: Iteration # 141 - FCN = -728006.4893935 Edm = 21228.1 NCalls = 800 +VariableMetric: Iteration # 142 - FCN = -728007.6535681 Edm = 0.715687 NCalls = 802 +VariableMetric: Iteration # 143 - FCN = -728010.5424037 Edm = 0.206374 NCalls = 805 +VariableMetric: Iteration # 144 - FCN = -728011.8862224 Edm = 1.23757 NCalls = 808 +VariableMetric: Iteration # 145 - FCN = -728013.3565485 Edm = 2.24226 NCalls = 812 +VariableMetric: Iteration # 146 - FCN = -728015.7184444 Edm = 1.60473 NCalls = 816 +VariableMetric: Iteration # 147 - FCN = -728016.5198098 Edm = 1.47343 NCalls = 819 +VariableMetric: Iteration # 148 - FCN = -728020.8254516 Edm = 0.934091 NCalls = 824 +VariableMetric: Iteration # 149 - FCN = -728022.4090441 Edm = 0.294854 NCalls = 827 +VariableMetric: Iteration # 150 - FCN = -728023.0421185 Edm = 0.171781 NCalls = 829 +VariableMetric: Iteration # 151 - FCN = -728023.6319795 Edm = 0.467748 NCalls = 832 +VariableMetric: Iteration # 152 - FCN = -728024.5796299 Edm = 0.224944 NCalls = 835 +VariableMetric: Iteration # 153 - FCN = -728024.8675439 Edm = 0.12209 NCalls = 837 +VariableMetric: Iteration # 154 - FCN = -728025.5148677 Edm = 0.125039 NCalls = 840 +VariableMetric: Iteration # 155 - FCN = -728025.6972605 Edm = 0.115971 NCalls = 842 +VariableMetric: Iteration # 156 - FCN = -728026.3495654 Edm = 0.105862 NCalls = 845 +VariableMetric: Iteration # 157 - FCN = -728026.4847109 Edm = 0.0199914 NCalls = 847 +VariableMetric: Iteration # 158 - FCN = -728026.5646045 Edm = 0.0289089 NCalls = 849 +VariableMetric: Iteration # 159 - FCN = -728026.6007209 Edm = 0.00388266 NCalls = 851 +VariableMetric: Iteration # 160 - FCN = -728026.613872 Edm = 0.00665411 NCalls = 853 +VariableMetric: Iteration # 161 - FCN = -728026.6302593 Edm = 0.00258687 NCalls = 855 +VariableMetric: Iteration # 162 - FCN = -728026.6458218 Edm = 0.008746 NCalls = 858 +VariableMetric: Iteration # 163 - FCN = -728026.663955 Edm = 0.00737258 NCalls = 861 +VariableMetric: Iteration # 164 - FCN = -728026.673138 Edm = 0.00521236 NCalls = 863 +VariableMetric: Iteration # 165 - FCN = -728026.6920289 Edm = 0.003156 NCalls = 866 +VariableMetric: Iteration # 166 - FCN = -728026.6950012 Edm = 0.000612538 NCalls = 867 +VariableMetric: Iteration # 167 - FCN = -728026.697585 Edm = 0.000866193 NCalls = 869 +VariableMetric: Iteration # 168 - FCN = -728026.6990085 Edm = 7.15617e-05 NCalls = 871 +VariableMetric: After Hessian - FCN = -728026.6990085 Edm = 0.00256365 NCalls = 1242 +VariableMetric: Iteration # 169 - FCN = -728026.6990085 Edm = 0.00256365 NCalls = 1242 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -724385.0892849 Edm = 0.609522 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -724385.0892849 Edm = 0.609522 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -725379.1352035 Edm = 0.755476 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -725488.6851424 Edm = 2.5728 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -725493.5454772 Edm = 3.88085 NCalls = 12 +VariableMetric: Iteration # 4 - FCN = -726008.2715849 Edm = 233.256 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -726559.4265437 Edm = 11.0572 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -726579.4192708 Edm = 3.77261 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -726605.9303731 Edm = 19.6848 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -726919.8065955 Edm = 304.239 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -727107.6132324 Edm = 152.846 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -727803.0381187 Edm = 26.2446 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -727825.9828484 Edm = 4.3599 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -727832.0201735 Edm = 0.0628683 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -727832.1106419 Edm = 0.0140656 NCalls = 44 +VariableMetric: Iteration # 14 - FCN = -727833.5648577 Edm = 1.32088 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -727863.2693358 Edm = 0.863621 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -727864.3040058 Edm = 0.0202429 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -727864.3431853 Edm = 0.0188302 NCalls = 57 +VariableMetric: Iteration # 18 - FCN = -727864.7312605 Edm = 0.349889 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -727871.9033031 Edm = 1.65856 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -727873.631721 Edm = 0.015783 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -727873.6594596 Edm = 0.00649943 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -727873.7526603 Edm = 0.07159 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -727901.0482256 Edm = 15.0706 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -727905.1976893 Edm = 29.4206 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -727916.9331459 Edm = 0.994344 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -727918.9058663 Edm = 0.990064 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -727922.0793303 Edm = 0.269876 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -727922.3652801 Edm = 0.0117716 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -727922.3806902 Edm = 0.00254234 NCalls = 93 +VariableMetric: Iteration # 30 - FCN = -727922.397694 Edm = 0.0148631 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -727925.3797428 Edm = 1.04461 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -727936.8905666 Edm = 2.7976 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -727942.3954295 Edm = 0.0994939 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -727942.5096592 Edm = 0.0115967 NCalls = 109 +VariableMetric: Iteration # 35 - FCN = -727942.5243285 Edm = 0.00326545 NCalls = 111 +VariableMetric: Iteration # 36 - FCN = -727942.5464605 Edm = 0.0137212 NCalls = 114 +VariableMetric: Iteration # 37 - FCN = -727942.7883304 Edm = 0.214791 NCalls = 118 +VariableMetric: Iteration # 38 - FCN = -727954.7552207 Edm = 1.8523 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -727956.4635553 Edm = 0.245921 NCalls = 124 +VariableMetric: Iteration # 40 - FCN = -727956.7161327 Edm = 0.0363984 NCalls = 126 +VariableMetric: Iteration # 41 - FCN = -727956.7731801 Edm = 0.0030864 NCalls = 129 +VariableMetric: Iteration # 42 - FCN = -727956.7775055 Edm = 0.000751961 NCalls = 131 +VariableMetric: Iteration # 43 - FCN = -727956.8001854 Edm = 0.0225452 NCalls = 135 +VariableMetric: Iteration # 44 - FCN = -727956.8605449 Edm = 0.0526173 NCalls = 140 +VariableMetric: Iteration # 45 - FCN = -727964.8599046 Edm = 1.81911 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -727966.2097537 Edm = 2.34728 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -727967.2776068 Edm = 0.150343 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -727967.4441265 Edm = 0.0383168 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -727967.5447745 Edm = 0.00414383 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -727967.5495544 Edm = 0.000142242 NCalls = 157 +VariableMetric: Iteration # 51 - FCN = -727967.5498885 Edm = 0.000153269 NCalls = 159 +VariableMetric: Iteration # 52 - FCN = -727967.555348 Edm = 0.00404305 NCalls = 163 +VariableMetric: Iteration # 53 - FCN = -727967.8918962 Edm = 0.344418 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -727972.6151169 Edm = 1.2156 NCalls = 171 +VariableMetric: Iteration # 55 - FCN = -727974.4027711 Edm = 0.0285989 NCalls = 173 +VariableMetric: Iteration # 56 - FCN = -727974.4430855 Edm = 0.00241795 NCalls = 175 +VariableMetric: Iteration # 57 - FCN = -727974.4459584 Edm = 0.000274916 NCalls = 177 +VariableMetric: Iteration # 58 - FCN = -727974.4472104 Edm = 0.000928559 NCalls = 179 +VariableMetric: Iteration # 59 - FCN = -727974.5024987 Edm = 0.0323216 NCalls = 184 +VariableMetric: Iteration # 60 - FCN = -727975.233935 Edm = 1.14664 NCalls = 189 +VariableMetric: Iteration # 61 - FCN = -727975.536886 Edm = 0.329127 NCalls = 192 +VariableMetric: Iteration # 62 - FCN = -727976.8735673 Edm = 0.457363 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -727977.3628034 Edm = 1.10588 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -727977.8470484 Edm = 0.274149 NCalls = 202 +VariableMetric: Iteration # 65 - FCN = -727978.8403897 Edm = 0.82715 NCalls = 205 +VariableMetric: Iteration # 66 - FCN = -727984.2748357 Edm = 0.582646 NCalls = 209 +VariableMetric: Iteration # 67 - FCN = -727984.8396646 Edm = 0.0256525 NCalls = 210 +VariableMetric: Iteration # 68 - FCN = -727984.8640839 Edm = 0.000956779 NCalls = 212 +VariableMetric: Iteration # 69 - FCN = -727984.8666967 Edm = 0.000923228 NCalls = 214 +VariableMetric: Iteration # 70 - FCN = -727984.8691283 Edm = 0.000770887 NCalls = 216 +VariableMetric: Iteration # 71 - FCN = -727984.8738764 Edm = 0.0038707 NCalls = 219 +VariableMetric: Iteration # 72 - FCN = -727984.9626043 Edm = 0.0869512 NCalls = 223 +VariableMetric: Iteration # 73 - FCN = -727989.5131443 Edm = 2.31006 NCalls = 230 +VariableMetric: Iteration # 74 - FCN = -728002.6913816 Edm = 4.46911 NCalls = 233 +VariableMetric: Iteration # 75 - FCN = -728006.8407693 Edm = 4.21077 NCalls = 234 +VariableMetric: Iteration # 76 - FCN = -728008.3255161 Edm = 0.270481 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -728008.572279 Edm = 0.0167753 NCalls = 237 +VariableMetric: Iteration # 78 - FCN = -728008.5912724 Edm = 0.000748731 NCalls = 239 +VariableMetric: Iteration # 79 - FCN = -728008.5923693 Edm = 0.00024683 NCalls = 241 +VariableMetric: Iteration # 80 - FCN = -728008.5933503 Edm = 0.000779356 NCalls = 243 +VariableMetric: Iteration # 81 - FCN = -728008.6013098 Edm = 0.0077864 NCalls = 247 +VariableMetric: Iteration # 82 - FCN = -728008.667166 Edm = 0.0639348 NCalls = 253 +VariableMetric: Iteration # 83 - FCN = -728014.4653461 Edm = 2.03008 NCalls = 258 +VariableMetric: Iteration # 84 - FCN = -728017.5016596 Edm = 0.115545 NCalls = 260 +VariableMetric: Iteration # 85 - FCN = -728017.6567287 Edm = 0.0104918 NCalls = 262 +VariableMetric: Iteration # 86 - FCN = -728017.6721538 Edm = 0.00028865 NCalls = 264 +VariableMetric: Iteration # 87 - FCN = -728017.6724973 Edm = 5.40689e-05 NCalls = 266 +VariableMetric: After Hessian - FCN = -728017.6724973 Edm = 12.555 NCalls = 625 +VariableMetric: Iteration # 88 - FCN = -728017.6724973 Edm = 12.555 NCalls = 625 +VariableMetric: Iteration # 89 - FCN = -728020.0372349 Edm = 6.78313 NCalls = 627 +VariableMetric: Iteration # 90 - FCN = -728025.2308132 Edm = 0.0530565 NCalls = 629 +VariableMetric: Iteration # 91 - FCN = -728025.2794353 Edm = 0.0233725 NCalls = 630 +VariableMetric: Iteration # 92 - FCN = -728025.3071774 Edm = 0.0235626 NCalls = 632 +VariableMetric: Iteration # 93 - FCN = -728025.3578079 Edm = 0.0669472 NCalls = 635 +VariableMetric: Iteration # 94 - FCN = -728025.5011986 Edm = 0.111455 NCalls = 640 +VariableMetric: Iteration # 95 - FCN = -728025.5289065 Edm = 0.0679035 NCalls = 643 +VariableMetric: Iteration # 96 - FCN = -728025.6066226 Edm = 0.0807305 NCalls = 646 +VariableMetric: Iteration # 97 - FCN = -728025.9293375 Edm = 0.158908 NCalls = 652 +VariableMetric: Iteration # 98 - FCN = -728026.164435 Edm = 0.262028 NCalls = 654 +VariableMetric: Iteration # 99 - FCN = -728026.2148925 Edm = 0.102199 NCalls = 656 +VariableMetric: Iteration # 100 - FCN = -728026.3430638 Edm = 0.0733167 NCalls = 659 +VariableMetric: Iteration # 101 - FCN = -728026.4337385 Edm = 0.0858804 NCalls = 662 +VariableMetric: Iteration # 102 - FCN = -728026.4906309 Edm = 0.0457272 NCalls = 664 +VariableMetric: Iteration # 103 - FCN = -728026.6087838 Edm = 0.0543111 NCalls = 670 +VariableMetric: Iteration # 104 - FCN = -728026.6684686 Edm = 0.13857 NCalls = 671 +VariableMetric: Iteration # 105 - FCN = -728026.6947702 Edm = 0.00912538 NCalls = 673 +VariableMetric: Iteration # 106 - FCN = -728026.7040063 Edm = 0.00125089 NCalls = 675 +VariableMetric: Iteration # 107 - FCN = -728026.7049543 Edm = 0.00063301 NCalls = 677 +VariableMetric: Iteration # 108 - FCN = -728026.7071992 Edm = 0.00121754 NCalls = 680 +VariableMetric: Iteration # 109 - FCN = -728026.7122259 Edm = 0.00211561 NCalls = 683 +VariableMetric: Iteration # 110 - FCN = -728026.7173141 Edm = 0.000864879 NCalls = 686 +VariableMetric: Iteration # 111 - FCN = -728026.7180211 Edm = 0.000838965 NCalls = 688 +VariableMetric: Iteration # 112 - FCN = -728026.7186152 Edm = 0.000270963 NCalls = 690 +VariableMetric: Iteration # 113 - FCN = -728026.7192806 Edm = 0.000229925 NCalls = 694 +VariableMetric: Iteration # 114 - FCN = -728026.7196084 Edm = 0.000129344 NCalls = 696 +VariableMetric: Iteration # 115 - FCN = -728026.7197721 Edm = 4.68772e-05 NCalls = 699 +VariableMetric: After Hessian - FCN = -728026.7197721 Edm = 7.04841e-05 NCalls = 1064 +VariableMetric: Iteration # 116 - FCN = -728026.7197721 Edm = 7.04841e-05 NCalls = 1064 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.28E+05 | Ncalls=1124 (1124 total) | +| EDM = 0.00193 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -728024.1406300191 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.30 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 0.24 | 0.47 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.0 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | -2.16 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p4415_p | 4.01 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | rho_s | 1.63 | 0.30 | | |0.0253049| 2.0747 | | +| 6 | omega_s | 6.3 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | p4040_s | 1.01 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | psi2s_p | -2.505 | 0.029 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | -4.804 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.17 | 0.20 | | |0.918861 | 4.08114 | | +| 11| p4415_s | 1.16 | 0.19 | | |0.126447 | 2.35355 | | +| 12| Ctt | -0.006 | 0.154 | | | -0.5 | 0.5 | | +| 13| rho_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| omega_p | 6.28 | 0.06 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1366.1 | 2.7 | | | 1358.64 | 1433.36 | | +| 17| Dbar_s | -0.04 | 0.06 | | | -1.464 | 1.464 | | +| 18| p4160_s | 2.26 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.43 | 0.18 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_p phi_s p4160_p p4415_p rho_s omega_s p4040_s psi2s_p jpsi_p p3770_s p4415_s Ctt rho_p jpsi_s omega_p psi2s_s Dbar_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.012 -0.010 0.276 0.101 0.006 -0.002 -0.232 0.388 -0.072 -0.224 -0.222 -0.554 0.010 0.037 0.001 0.018 0.437 -0.158 0.184 | +| phi_p | -0.012 1.000 0.908 -0.014 -0.009 0.042 -0.091 0.007 -0.031 -0.063 0.003 0.003 0.008 0.027 0.022 -0.011 0.020 -0.002 0.002 -0.010 | +| phi_s | -0.010 0.908 1.000 -0.014 -0.008 0.039 -0.079 0.006 -0.025 -0.063 0.002 0.005 0.010 0.054 0.038 -0.012 0.035 0.002 0.003 -0.008 | +| p4160_p | 0.276 -0.014 -0.014 1.000 0.292 -0.001 -0.001 -0.530 0.218 -0.016 -0.128 -0.032 -0.497 0.014 -0.018 0.001 -0.015 0.220 -0.182 0.169 | +| p4415_p | 0.101 -0.009 -0.008 0.292 1.000 -0.001 -0.001 -0.207 0.030 -0.023 -0.025 -0.168 -0.176 0.011 -0.011 0.000 -0.008 -0.098 -0.168 0.150 | +| rho_s | 0.006 0.042 0.039 -0.001 -0.001 1.000 -0.521 -0.014 0.025 -0.046 -0.020 -0.006 0.018 0.071 -0.026 0.013 -0.026 0.029 -0.013 -0.010 | +| omega_s | -0.002 -0.091 -0.079 -0.001 -0.001 -0.521 1.000 0.008 -0.007 0.017 0.009 0.006 -0.003 0.104 0.032 -0.091 0.030 -0.010 0.008 0.005 | +| p4040_s | -0.232 0.007 0.006 -0.530 -0.207 -0.014 0.008 1.000 -0.368 -0.063 0.210 0.202 0.545 -0.018 -0.026 0.000 -0.024 -0.482 0.101 -0.197 | +| psi2s_p | 0.388 -0.031 -0.025 0.218 0.030 0.025 -0.007 -0.368 1.000 -0.031 -0.248 -0.314 -0.425 0.000 0.156 0.001 0.123 0.600 -0.332 -0.017 | +| jpsi_p | -0.072 -0.063 -0.063 -0.016 -0.023 -0.046 0.017 -0.063 -0.031 1.000 -0.062 -0.124 -0.070 -0.043 -0.095 0.003 -0.086 0.045 -0.148 -0.142 | +| p3770_s | -0.224 0.003 0.002 -0.128 -0.025 -0.020 0.009 0.210 -0.248 -0.062 1.000 0.112 0.176 -0.010 -0.045 0.000 -0.037 -0.282 0.105 -0.098 | +| p4415_s | -0.222 0.003 0.005 -0.032 -0.168 -0.006 0.006 0.202 -0.314 -0.124 0.112 1.000 0.440 -0.012 0.003 0.000 0.001 -0.477 0.351 0.093 | +| Ctt | -0.554 0.008 0.010 -0.497 -0.176 0.018 -0.003 0.545 -0.425 -0.070 0.176 0.440 1.000 -0.016 0.044 -0.000 0.031 -0.770 0.375 -0.245 | +| rho_p | 0.010 0.027 0.054 0.014 0.011 0.071 0.104 -0.018 0.000 -0.043 -0.010 -0.012 -0.016 1.000 -0.043 0.005 -0.040 0.010 -0.010 0.006 | +| jpsi_s | 0.037 0.022 0.038 -0.018 -0.011 -0.026 0.032 -0.026 0.156 -0.095 -0.045 0.003 0.044 -0.043 1.000 0.001 0.908 0.194 -0.019 -0.039 | +| omega_p | 0.001 -0.011 -0.012 0.001 0.000 0.013 -0.091 0.000 0.001 0.003 0.000 0.000 -0.000 0.005 0.001 1.000 0.001 -0.000 0.000 0.001 | +| psi2s_s | 0.018 0.020 0.035 -0.015 -0.008 -0.026 0.030 -0.024 0.123 -0.086 -0.037 0.001 0.031 -0.040 0.908 0.001 1.000 0.177 -0.018 -0.037 | +| Dbar_s | 0.437 -0.002 0.002 0.220 -0.098 0.029 -0.010 -0.482 0.600 0.045 -0.282 -0.477 -0.770 0.010 0.194 -0.000 0.177 1.000 -0.528 -0.092 | +| p4160_s | -0.158 0.002 0.003 -0.182 -0.168 -0.013 0.008 0.101 -0.332 -0.148 0.105 0.351 0.375 -0.010 -0.019 0.000 -0.018 -0.528 1.000 0.392 | +| p4040_p | 0.184 -0.010 -0.008 0.169 0.150 -0.010 0.005 -0.197 -0.017 -0.142 -0.098 0.093 -0.245 0.006 -0.039 0.001 -0.037 -0.092 0.392 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1258122156127519}), (, {'error': 0.4704554149007132}), (, {'error': 1.7441130000983112}), (, {'error': 0.09577034537048501}), (, {'error': 0.17860573455106632}), (, {'error': 0.29979556265145335}), (, {'error': 0.85959319214304}), (, {'error': 0.17246858814800925}), (, {'error': 0.029337917117582712}), (, {'error': 0.016746079728722663}), (, {'error': 0.195335716979128}), (, {'error': 0.18554117328706288}), (, {'error': 0.15445094851586594}), (, {'error': 0.12071433089128458}), (, {'error': 18.68539624609275}), (, {'error': 0.06110329935376679}), (, {'error': 2.655211261960517}), (, {'error': 0.06182291220305647}), (, {'error': 0.1705728616151596}), (, {'error': 0.18437391825994753})]) +Toy 1/10 +Time taken: 1 h, 19 min +Projected time left: 11 h, 59 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.28E+05 | Ncalls=637 (637 total) | +| EDM = 0.00775 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -728026.0526270946 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.96 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 0.09 | 0.30 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.0 | 1.2 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | 4.33 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | p4415_p | 4.18 | 0.16 | | |-6.28319 | 6.28319 | | +| 5 | rho_s | 1.64 | 0.27 | | |0.0253049| 2.0747 | | +| 6 | omega_s | 7.9 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | p4040_s | 1.01 | 0.13 | | |0.00501244| 2.01499 | | +| 8 | psi2s_p | 4.171 | 0.025 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 4.536 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.18 | 0.18 | | |0.918861 | 4.08114 | | +| 11| p4415_s | 1.15 | 0.16 | | |0.126447 | 2.35355 | | +| 12| Ctt | -0.022 | 0.111 | | | -0.5 | 0.5 | | +| 13| rho_p | 6.01 | 0.21 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.993E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 15| omega_p | -5.83 | 0.30 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1360 | 70 | | | 1358.64 | 1433.36 | | +| 17| Dbar_s | -0.08 | 0.06 | | | -1.464 | 1.464 | | +| 18| p4160_s | 2.25 | 0.14 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 4.12 | 0.16 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_p phi_s p4160_p p4415_p rho_s omega_s p4040_s psi2s_p jpsi_p p3770_s p4415_s Ctt rho_p jpsi_s omega_p psi2s_s Dbar_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.008 -0.009 0.126 0.055 0.012 -0.002 -0.013 0.270 -0.067 -0.128 -0.063 -0.328 0.029 -0.036 0.002 -0.039 0.088 -0.004 0.139 | +| phi_p | -0.008 1.000 0.793 -0.013 0.003 0.003 -0.033 0.002 -0.001 -0.011 -0.005 0.013 0.036 -0.047 0.065 0.006 0.065 0.050 0.010 -0.011 | +| phi_s | -0.009 0.793 1.000 -0.021 0.015 -0.010 0.007 0.005 0.029 0.039 -0.013 0.037 0.093 -0.017 0.160 0.023 0.160 0.124 0.029 -0.016 | +| p4160_p | 0.126 -0.013 -0.021 1.000 0.198 0.023 -0.001 -0.375 0.127 -0.100 -0.048 0.083 -0.320 0.066 -0.102 0.011 -0.102 -0.105 -0.098 0.098 | +| p4415_p | 0.055 0.003 0.015 0.198 1.000 -0.018 -0.002 -0.148 0.086 0.017 -0.022 -0.117 -0.044 -0.037 0.106 -0.015 0.106 -0.051 -0.145 0.091 | +| rho_s | 0.012 0.003 -0.010 0.023 -0.018 1.000 -0.104 -0.018 -0.049 -0.068 0.003 -0.049 -0.097 0.270 -0.211 0.249 -0.211 -0.140 -0.043 0.015 | +| omega_s | -0.002 -0.033 0.007 -0.001 -0.002 -0.104 1.000 -0.001 -0.018 -0.037 0.002 -0.004 -0.011 0.078 -0.013 0.767 -0.013 -0.011 -0.003 -0.000 | +| p4040_s | -0.013 0.002 0.005 -0.375 -0.148 -0.018 -0.001 1.000 -0.204 -0.010 0.110 0.043 0.262 -0.040 0.032 -0.008 0.032 -0.143 -0.063 -0.128 | +| psi2s_p | 0.270 -0.001 0.029 0.127 0.086 -0.049 -0.018 -0.204 1.000 0.093 -0.130 -0.094 -0.164 -0.140 0.288 -0.050 0.284 0.481 -0.090 0.040 | +| jpsi_p | -0.067 -0.011 0.039 -0.100 0.017 -0.068 -0.037 -0.010 0.093 1.000 -0.085 0.069 0.382 -0.245 0.465 -0.087 0.464 0.415 0.027 -0.137 | +| p3770_s | -0.128 -0.005 -0.013 -0.048 -0.022 0.003 0.002 0.110 -0.130 -0.085 1.000 0.014 -0.004 0.023 -0.077 0.007 -0.077 -0.180 0.012 -0.080 | +| p4415_s | -0.063 0.013 0.037 0.083 -0.117 -0.049 -0.004 0.043 -0.094 0.069 0.014 1.000 0.314 -0.124 0.228 -0.033 0.227 0.008 0.215 0.076 | +| Ctt | -0.328 0.036 0.093 -0.320 -0.044 -0.097 -0.011 0.262 -0.164 0.382 -0.004 0.314 1.000 -0.291 0.573 -0.076 0.570 0.146 0.240 -0.241 | +| rho_p | 0.029 -0.047 -0.017 0.066 -0.037 0.270 0.078 -0.040 -0.140 -0.245 0.023 -0.124 -0.291 1.000 -0.498 0.119 -0.498 -0.369 -0.101 0.050 | +| jpsi_s | -0.036 0.065 0.160 -0.102 0.106 -0.211 -0.013 0.032 0.288 0.465 -0.077 0.228 0.573 -0.498 1.000 -0.135 0.997 0.770 0.183 -0.084 | +| omega_p | 0.002 0.006 0.023 0.011 -0.015 0.249 0.767 -0.008 -0.050 -0.087 0.007 -0.033 -0.076 0.119 -0.135 1.000 -0.134 -0.099 -0.028 0.008 | +| psi2s_s | -0.039 0.065 0.160 -0.102 0.106 -0.211 -0.013 0.032 0.284 0.464 -0.077 0.227 0.570 -0.498 0.997 -0.134 1.000 0.768 0.182 -0.085 | +| Dbar_s | 0.088 0.050 0.124 -0.105 -0.051 -0.140 -0.011 -0.143 0.481 0.415 -0.180 0.008 0.146 -0.369 0.770 -0.099 0.768 1.000 -0.078 -0.171 | +| p4160_s | -0.004 0.010 0.029 -0.098 -0.145 -0.043 -0.003 -0.063 -0.090 0.027 0.012 0.215 0.240 -0.101 0.183 -0.028 0.182 -0.078 1.000 0.353 | +| p4040_p | 0.139 -0.011 -0.016 0.098 0.091 0.015 -0.000 -0.128 0.040 -0.137 -0.080 0.076 -0.241 0.050 -0.084 0.008 -0.085 -0.171 0.353 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10278850293858088}), (, {'error': 0.30230064927769584}), (, {'error': 1.1726373524452924}), (, {'error': 0.07768843649074597}), (, {'error': 0.15749994441174398}), (, {'error': 0.2684866404314312}), (, {'error': 1.2816941985734989}), (, {'error': 0.13384849689955247}), (, {'error': 0.02483916326912361}), (, {'error': 0.01680729333566866}), (, {'error': 0.17526924101794572}), (, {'error': 0.15834459103891307}), (, {'error': 0.11072713917746871}), (, {'error': 0.21439923608921152}), (, {'error': 148.46227486773205}), (, {'error': 0.29966920331183067}), (, {'error': 71.91300234502398}), (, {'error': 0.05661289731876795}), (, {'error': 0.13675019589982584}), (, {'error': 0.15542474977924225})]) +Toy 2/10 +Time taken: 2 h, 14 min +Projected time left: 8 h, 58 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.279E+05 | Ncalls=1071 (1071 total) | +| EDM = 0.000938 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -727898.9088577174 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.87 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 0.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.2 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 4 | p4415_p | -1.62 | 0.29 | | |-6.28319 | 6.28319 | | +| 5 | rho_s | 1.72 | 0.31 | | |0.0253049| 2.0747 | | +| 6 | omega_s | 9 | 5 | | | 4.19232 | 9.40768 | | +| 7 | p4040_s | 1.50 | 0.15 | | |0.00501244| 2.01499 | | +| 8 | psi2s_p | -4.344 | 0.027 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | -4.584 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.04 | 0.21 | | |0.918861 | 4.08114 | | +| 11| p4415_s | 0.63 | 0.17 | | |0.126447 | 2.35355 | | +| 12| Ctt | -0.500 | 0.028 | | | -0.5 | 0.5 | | +| 13| rho_p | -6.28 | 0.20 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| omega_p | 1.0 | 0.3 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1373.4 | 1.8 | | | 1358.64 | 1433.36 | | +| 17| Dbar_s | 0.33 | 0.03 | | | -1.464 | 1.464 | | +| 18| p4160_s | 0.717 | 0.008 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 2.68 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_p phi_s p4160_p p4415_p rho_s omega_s p4040_s psi2s_p jpsi_p p3770_s p4415_s Ctt rho_p jpsi_s omega_p psi2s_s Dbar_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.010 -0.007 -0.001 0.001 0.016 0.004 -0.001 -0.341 -0.116 -0.206 0.009 -0.084 0.008 -0.043 -0.002 0.034 0.069 -0.000 0.090 | +| phi_p | -0.010 1.000 0.905 0.000 -0.004 0.024 0.027 0.007 -0.023 -0.063 0.003 -0.003 0.000 0.007 -0.014 0.043 0.012 0.002 -0.000 -0.008 | +| phi_s | -0.007 0.905 1.000 0.000 -0.003 0.035 0.005 0.004 -0.026 -0.066 0.001 -0.002 0.000 0.070 -0.021 0.059 0.017 0.008 -0.000 -0.007 | +| p4160_p | -0.001 0.000 0.000 1.000 0.005 0.000 -0.000 0.017 0.007 0.004 -0.001 -0.009 -0.000 0.000 -0.001 0.000 0.001 0.017 -0.002 -0.002 | +| p4415_p | 0.001 -0.004 -0.003 0.005 1.000 0.006 0.001 -0.061 0.010 0.007 -0.014 0.068 -0.038 0.014 -0.000 0.000 0.001 -0.191 0.003 -0.048 | +| rho_s | 0.016 0.024 0.035 0.000 0.006 1.000 -0.208 -0.011 -0.030 -0.058 -0.018 -0.012 0.004 0.196 0.020 0.547 -0.016 0.068 0.000 -0.019 | +| omega_s | 0.004 0.027 0.005 -0.000 0.001 -0.208 1.000 -0.001 0.011 0.028 -0.001 0.000 0.000 -0.079 -0.003 -0.776 0.002 0.002 0.000 0.002 | +| p4040_s | -0.001 0.007 0.004 0.017 -0.061 -0.011 -0.001 1.000 0.135 0.107 0.129 -0.231 0.072 -0.016 0.007 0.001 -0.009 0.176 0.004 -0.291 | +| psi2s_p | -0.341 -0.023 -0.026 0.007 0.010 -0.030 0.011 0.135 1.000 0.094 -0.231 -0.148 0.026 -0.043 0.065 -0.017 -0.067 0.040 0.002 -0.278 | +| jpsi_p | -0.116 -0.063 -0.066 0.004 0.007 -0.058 0.028 0.107 0.094 1.000 0.018 -0.084 -0.022 -0.099 0.046 -0.042 -0.032 -0.086 0.001 -0.113 | +| p3770_s | -0.206 0.003 0.001 -0.001 -0.014 -0.018 -0.001 0.129 -0.231 0.018 1.000 0.067 0.014 -0.013 0.027 -0.003 -0.038 -0.267 -0.002 0.048 | +| p4415_s | 0.009 -0.003 -0.002 -0.009 0.068 -0.012 0.000 -0.231 -0.148 -0.084 0.067 1.000 0.058 -0.005 0.009 -0.006 -0.011 -0.426 0.007 0.183 | +| Ctt | -0.084 0.000 0.000 -0.000 -0.038 0.004 0.000 0.072 0.026 -0.022 0.014 0.058 1.000 -0.000 -0.007 0.001 0.007 -0.173 -0.002 0.010 | +| rho_p | 0.008 0.007 0.070 0.000 0.014 0.196 -0.079 -0.016 -0.043 -0.099 -0.013 -0.005 -0.000 1.000 0.048 0.102 -0.039 0.023 0.000 -0.013 | +| jpsi_s | -0.043 -0.014 -0.021 -0.001 -0.000 0.020 -0.003 0.007 0.065 0.046 0.027 0.009 -0.007 0.048 1.000 0.015 -0.783 -0.238 -0.000 0.033 | +| omega_p | -0.002 0.043 0.059 0.000 0.000 0.547 -0.776 0.001 -0.017 -0.042 -0.003 -0.006 0.001 0.102 0.015 1.000 -0.012 0.015 -0.000 -0.010 | +| psi2s_s | 0.034 0.012 0.017 0.001 0.001 -0.016 0.002 -0.009 -0.067 -0.032 -0.038 -0.011 0.007 -0.039 -0.783 -0.012 1.000 0.208 0.000 -0.034 | +| Dbar_s | 0.069 0.002 0.008 0.017 -0.191 0.068 0.002 0.176 0.040 -0.086 -0.267 -0.426 -0.173 0.023 -0.238 0.015 0.208 1.000 -0.001 -0.476 | +| p4160_s | -0.000 -0.000 -0.000 -0.002 0.003 0.000 0.000 0.004 0.002 0.001 -0.002 0.007 -0.002 0.000 -0.000 -0.000 0.000 -0.001 1.000 -0.009 | +| p4040_p | 0.090 -0.008 -0.007 -0.002 -0.048 -0.019 0.002 -0.291 -0.278 -0.113 0.048 0.183 0.010 -0.013 0.033 -0.010 -0.034 -0.476 -0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1172715607865189}), (, {'error': 0.45951934609364553}), (, {'error': 1.7390454311152581}), (, {'error': 0.011132465220533572}), (, {'error': 0.28588516941076847}), (, {'error': 0.30904183142214003}), (, {'error': 4.682268098595313}), (, {'error': 0.14838799125595326}), (, {'error': 0.027486860406212177}), (, {'error': 0.01563857786639211}), (, {'error': 0.21045166324323694}), (, {'error': 0.1674187573278814}), (, {'error': 0.027936457031047163}), (, {'error': 0.20309590321157156}), (, {'error': 20.698869370146895}), (, {'error': 0.3258330503965463}), (, {'error': 1.7929258945587208}), (, {'error': 0.031867678951038814}), (, {'error': 0.007820953322663526}), (, {'error': 0.10179038836804644})]) +Toy 3/10 +Time taken: 3 h, 30 min +Projected time left: 8 h, 11 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.28E+05 | Ncalls=1115 (1115 total) | +| EDM = 0.00721 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -728026.248966095 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.98 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 0.27 | 0.46 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.2 | 1.7 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | 4.12 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p4415_p | 4.01 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | rho_s | 1.67 | 0.32 | | |0.0253049| 2.0747 | | +| 6 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 7 | p4040_s | 1.01 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | psi2s_p | -2.507 | 0.029 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | -4.806 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.17 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4415_s | 1.16 | 0.18 | | |0.126447 | 2.35355 | | +| 12| Ctt | -0.005 | 0.153 | | | -0.5 | 0.5 | | +| 13| rho_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.998E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| omega_p | 0.93 | 0.26 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1365.7 | 2.9 | | | 1358.64 | 1433.36 | | +| 17| Dbar_s | -0.04 | 0.06 | | | -1.464 | 1.464 | | +| 18| p4160_s | 2.26 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 3.86 | 0.18 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_p phi_s p4160_p p4415_p rho_s omega_s p4040_s psi2s_p jpsi_p p3770_s p4415_s Ctt rho_p jpsi_s omega_p psi2s_s Dbar_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.011 -0.009 0.267 0.091 0.002 0.003 -0.223 0.379 -0.073 -0.213 -0.217 -0.545 0.008 0.040 -0.006 0.023 0.429 -0.156 0.177 | +| phi_p | -0.011 1.000 0.907 -0.014 -0.008 0.034 0.014 0.006 -0.030 -0.061 0.003 0.002 0.006 -0.002 0.031 0.081 0.029 0.000 0.001 -0.010 | +| phi_s | -0.009 0.907 1.000 -0.013 -0.008 0.035 0.003 0.006 -0.023 -0.062 0.001 0.004 0.008 0.026 0.049 0.083 0.046 0.005 0.002 -0.009 | +| p4160_p | 0.267 -0.014 -0.013 1.000 0.290 -0.005 0.003 -0.524 0.210 -0.015 -0.123 -0.027 -0.490 0.012 -0.020 -0.007 -0.017 0.212 -0.182 0.165 | +| p4415_p | 0.091 -0.008 -0.008 0.290 1.000 -0.003 0.002 -0.200 0.019 -0.026 -0.020 -0.149 -0.161 0.009 -0.012 -0.005 -0.009 -0.114 -0.160 0.150 | +| rho_s | 0.002 0.034 0.035 -0.005 -0.003 1.000 -0.124 -0.009 0.014 -0.050 -0.016 -0.004 0.019 0.081 -0.029 0.605 -0.029 0.022 -0.010 -0.011 | +| omega_s | 0.003 0.014 0.003 0.003 0.002 -0.124 1.000 -0.002 0.008 0.013 -0.001 -0.001 -0.001 -0.024 -0.001 -0.561 -0.001 0.002 -0.001 0.001 | +| p4040_s | -0.223 0.006 0.006 -0.524 -0.200 -0.009 -0.002 1.000 -0.363 -0.063 0.206 0.198 0.539 -0.015 -0.030 -0.000 -0.027 -0.477 0.098 -0.195 | +| psi2s_p | 0.379 -0.030 -0.023 0.210 0.019 0.014 0.008 -0.363 1.000 -0.034 -0.244 -0.309 -0.415 -0.003 0.174 -0.011 0.144 0.598 -0.328 -0.021 | +| jpsi_p | -0.073 -0.061 -0.062 -0.015 -0.026 -0.050 0.013 -0.063 -0.034 1.000 -0.062 -0.123 -0.072 -0.039 -0.106 -0.031 -0.099 0.041 -0.146 -0.139 | +| p3770_s | -0.213 0.003 0.001 -0.123 -0.020 -0.016 -0.001 0.206 -0.244 -0.062 1.000 0.109 0.168 -0.008 -0.051 -0.004 -0.043 -0.278 0.104 -0.094 | +| p4415_s | -0.217 0.002 0.004 -0.027 -0.149 -0.004 -0.001 0.198 -0.309 -0.123 0.109 1.000 0.436 -0.010 0.004 -0.003 0.002 -0.473 0.346 0.094 | +| Ctt | -0.545 0.006 0.008 -0.490 -0.161 0.019 -0.001 0.539 -0.415 -0.072 0.168 0.436 1.000 -0.014 0.049 0.008 0.038 -0.764 0.375 -0.240 | +| rho_p | 0.008 -0.002 0.026 0.012 0.009 0.081 -0.024 -0.015 -0.003 -0.039 -0.008 -0.010 -0.014 1.000 -0.044 0.033 -0.041 0.006 -0.008 0.006 | +| jpsi_s | 0.040 0.031 0.049 -0.020 -0.012 -0.029 -0.001 -0.030 0.174 -0.106 -0.051 0.004 0.049 -0.044 1.000 -0.030 0.924 0.216 -0.020 -0.042 | +| omega_p | -0.006 0.081 0.083 -0.007 -0.005 0.605 -0.561 -0.000 -0.011 -0.031 -0.004 -0.003 0.008 0.033 -0.030 1.000 -0.029 0.003 -0.005 -0.009 | +| psi2s_s | 0.023 0.029 0.046 -0.017 -0.009 -0.029 -0.001 -0.027 0.144 -0.099 -0.043 0.002 0.038 -0.041 0.924 -0.029 1.000 0.201 -0.020 -0.041 | +| Dbar_s | 0.429 0.000 0.005 0.212 -0.114 0.022 0.002 -0.477 0.598 0.041 -0.278 -0.473 -0.764 0.006 0.216 0.003 0.201 1.000 -0.524 -0.095 | +| p4160_s | -0.156 0.001 0.002 -0.182 -0.160 -0.010 -0.001 0.098 -0.328 -0.146 0.104 0.346 0.375 -0.008 -0.020 -0.005 -0.020 -0.524 1.000 0.389 | +| p4040_p | 0.177 -0.010 -0.009 0.165 0.150 -0.011 0.001 -0.195 -0.021 -0.139 -0.094 0.094 -0.240 0.006 -0.042 -0.009 -0.041 -0.095 0.389 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12465353489863151}), (, {'error': 0.4577945150709537}), (, {'error': 1.7378108958253895}), (, {'error': 0.09519712763351418}), (, {'error': 0.17820760840669791}), (, {'error': 0.31594074560821217}), (, {'error': 3.847786522505112}), (, {'error': 0.17174087145559452}), (, {'error': 0.029315929817135933}), (, {'error': 0.016756861621906705}), (, {'error': 0.1947920389715989}), (, {'error': 0.18446134706842698}), (, {'error': 0.15314410278384005}), (, {'error': 0.12127508741617055}), (, {'error': 20.597310586686945}), (, {'error': 0.2616511115362532}), (, {'error': 2.9156125206739034}), (, {'error': 0.06189387361595544}), (, {'error': 0.16974295063134548}), (, {'error': 0.1828251109383272})]) +Toy 4/10 +Time taken: 4 h, 48 min +Projected time left: 7 h, 13 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.28E+05 | Ncalls=1089 (1089 total) | +| EDM = 6.59E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -728026.7017716356 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.98 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | -2.17 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | p4415_p | -2.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | rho_s | 1.60 | 0.30 | | |0.0253049| 2.0747 | | +| 6 | omega_s | 7.9 | 1.5 | | | 4.19232 | 9.40768 | | +| 7 | p4040_s | 1.01 | 0.16 | | |0.00501244| 2.01499 | | +| 8 | psi2s_p | -2.503 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | -4.805 | 0.018 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.17 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4415_s | 1.16 | 0.18 | | |0.126447 | 2.35355 | | +| 12| Ctt | 0.004 | 0.138 | | | -0.5 | 0.5 | | +| 13| rho_p | -0.19 | 0.21 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1367.6 | 2.2 | | | 1358.64 | 1433.36 | | +| 17| Dbar_s | -0.031 | 0.055 | | | -1.464 | 1.464 | | +| 18| p4160_s | 2.26 | 0.16 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 3.85 | 0.18 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_p phi_s p4160_p p4415_p rho_s omega_s p4040_s psi2s_p jpsi_p p3770_s p4415_s Ctt rho_p jpsi_s omega_p psi2s_s Dbar_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.064 -0.064 0.235 0.093 -0.010 0.008 -0.173 0.344 -0.053 -0.196 -0.174 -0.503 0.013 -0.016 -0.017 -0.005 0.376 -0.113 0.173 | +| phi_p | -0.064 1.000 0.997 -0.072 -0.043 0.255 -0.171 0.032 -0.191 -0.332 0.017 0.010 0.024 0.141 -0.097 0.213 0.087 -0.015 0.007 -0.048 | +| phi_s | -0.064 0.997 1.000 -0.071 -0.043 0.255 -0.164 0.031 -0.190 -0.334 0.017 0.010 0.024 0.155 -0.098 0.218 0.088 -0.015 0.007 -0.048 | +| p4160_p | 0.235 -0.072 -0.071 1.000 0.286 -0.019 0.011 -0.499 0.188 0.000 -0.107 0.008 -0.460 0.020 0.025 -0.019 -0.021 0.162 -0.156 0.152 | +| p4415_p | 0.093 -0.043 -0.043 0.286 1.000 -0.010 0.007 -0.203 0.030 -0.012 -0.022 -0.169 -0.172 0.019 0.011 -0.011 -0.008 -0.125 -0.173 0.142 | +| rho_s | -0.010 0.255 0.255 -0.019 -0.010 1.000 -0.190 -0.006 -0.026 -0.132 -0.015 -0.003 0.025 0.254 0.000 0.222 -0.002 0.027 -0.010 -0.021 | +| omega_s | 0.008 -0.171 -0.164 0.011 0.007 -0.190 1.000 -0.006 0.014 0.023 -0.002 -0.002 -0.009 0.053 0.022 0.749 -0.019 -0.001 -0.001 0.008 | +| p4040_s | -0.173 0.032 0.031 -0.499 -0.203 -0.006 -0.006 1.000 -0.318 -0.061 0.183 0.154 0.492 -0.040 0.008 0.004 -0.006 -0.426 0.050 -0.187 | +| psi2s_p | 0.344 -0.191 -0.190 0.188 0.030 -0.026 0.014 -0.318 1.000 0.031 -0.217 -0.265 -0.362 -0.020 -0.097 -0.055 0.060 0.541 -0.283 -0.014 | +| jpsi_p | -0.053 -0.332 -0.334 0.000 -0.012 -0.132 0.023 -0.061 0.031 1.000 -0.060 -0.111 -0.065 -0.158 0.093 -0.110 -0.081 0.042 -0.132 -0.116 | +| p3770_s | -0.196 0.017 0.017 -0.107 -0.022 -0.015 -0.002 0.183 -0.217 -0.060 1.000 0.086 0.137 -0.025 0.027 0.001 -0.019 -0.252 0.081 -0.094 | +| p4415_s | -0.174 0.010 0.010 0.008 -0.169 -0.003 -0.002 0.154 -0.265 -0.111 0.086 1.000 0.391 -0.024 -0.014 -0.001 0.010 -0.429 0.309 0.097 | +| Ctt | -0.503 0.024 0.024 -0.460 -0.172 0.025 -0.009 0.492 -0.362 -0.065 0.137 0.391 1.000 -0.025 -0.055 0.006 0.037 -0.736 0.328 -0.241 | +| rho_p | 0.013 0.141 0.155 0.020 0.019 0.254 0.053 -0.040 -0.020 -0.158 -0.025 -0.024 -0.025 1.000 0.077 0.112 -0.070 0.030 -0.024 0.004 | +| jpsi_s | -0.016 -0.097 -0.098 0.025 0.011 0.000 0.022 0.008 -0.097 0.093 0.027 -0.014 -0.055 0.077 1.000 -0.001 -0.863 -0.150 0.003 0.032 | +| omega_p | -0.017 0.213 0.218 -0.019 -0.011 0.222 0.749 0.004 -0.055 -0.110 0.001 -0.001 0.006 0.112 -0.001 1.000 0.001 -0.000 -0.002 -0.015 | +| psi2s_s | -0.005 0.087 0.088 -0.021 -0.008 -0.002 -0.019 -0.006 0.060 -0.081 -0.019 0.010 0.037 -0.070 -0.863 0.001 1.000 0.130 -0.004 -0.030 | +| Dbar_s | 0.376 -0.015 -0.015 0.162 -0.125 0.027 -0.001 -0.426 0.541 0.042 -0.252 -0.429 -0.736 0.030 -0.150 -0.000 0.130 1.000 -0.487 -0.110 | +| p4160_s | -0.113 0.007 0.007 -0.156 -0.173 -0.010 -0.001 0.050 -0.283 -0.132 0.081 0.309 0.328 -0.024 0.003 -0.002 -0.004 -0.487 1.000 0.393 | +| p4040_p | 0.173 -0.048 -0.048 0.152 0.142 -0.021 0.008 -0.187 -0.014 -0.116 -0.094 0.097 -0.241 0.004 0.032 -0.015 -0.030 -0.110 0.393 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11996550965082164}), (, {'error': 7.644615343883829}), (, {'error': 5.048860032038687}), (, {'error': 0.09217645102292726}), (, {'error': 0.1761608213966861}), (, {'error': 0.2952774182810335}), (, {'error': 1.533659358952558}), (, {'error': 0.16372044970218025}), (, {'error': 0.02816791415356268}), (, {'error': 0.017580120158459778}), (, {'error': 0.19186032332424297}), (, {'error': 0.17855500289134307}), (, {'error': 0.13780157705212334}), (, {'error': 0.2121471599803444}), (, {'error': 23.658565922948583}), (, {'error': 0.35589884130554994}), (, {'error': 2.1903857226059245}), (, {'error': 0.054688454006112996}), (, {'error': 0.16264083280946862}), (, {'error': 0.17803966110969505})]) +Toy 5/10 +Time taken: 6 h, 11 min +Projected time left: 6 h, 11 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.278E+05 | Ncalls=164 (164 total) | +| EDM = 1.3E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -727840.9140658024 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.99 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 6.11 | 0.14 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 15.8 | 0.5 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | -6.283 | 0.006 | | |-6.28319 | 6.28319 | | +| 4 | p4415_p | -1.33 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | rho_s | 2.06 | 0.05 | | |0.0253049| 2.0747 | | +| 6 | omega_s | 6.7 | 0.6 | | | 4.19232 | 9.40768 | | +| 7 | p4040_s | 0.005 | 0.006 | | |0.00501244| 2.01499 | | +| 8 | psi2s_p | -2.377 | 0.025 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | -4.771 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 1.63 | 0.17 | | |0.918861 | 4.08114 | | +| 11| p4415_s | 1.09 | 0.14 | | |0.126447 | 2.35355 | | +| 12| Ctt | -0.500 | 0.005 | | | -0.5 | 0.5 | | +| 13| rho_p | -0.024 | 0.160 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.995E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| omega_p | 0.54 | 0.22 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1364.5 | 1.5 | | | 1358.64 | 1433.36 | | +| 17| Dbar_s | 0.226 | 0.028 | | | -1.464 | 1.464 | | +| 18| p4160_s | 0.717 | 0.008 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -0.16 | 9.35 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_p phi_s p4160_p p4415_p rho_s omega_s p4040_s psi2s_p jpsi_p p3770_s p4415_s Ctt rho_p jpsi_s omega_p psi2s_s Dbar_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.001 0.003 -0.001 0.007 0.003 -0.000 0.015 0.205 -0.107 -0.150 0.030 -0.018 0.006 0.061 -0.007 0.014 0.037 0.001 -0.048 | +| phi_p | -0.001 1.000 0.273 0.000 0.000 -0.003 -0.017 -0.001 -0.007 -0.018 -0.002 -0.002 0.000 -0.015 -0.008 0.013 -0.007 0.005 -0.000 0.002 | +| phi_s | 0.003 0.273 1.000 0.000 0.000 0.006 0.017 -0.000 0.000 -0.017 -0.002 -0.001 0.000 0.103 0.008 -0.001 0.006 0.012 -0.000 0.001 | +| p4160_p | -0.001 0.000 0.000 1.000 0.003 0.000 0.000 -0.000 0.003 0.002 -0.001 -0.001 -0.000 0.000 0.000 0.000 0.000 0.007 -0.003 0.000 | +| p4415_p | 0.007 0.000 0.000 0.003 1.000 0.001 0.000 -0.006 0.029 0.027 -0.001 0.121 -0.008 0.015 -0.004 -0.002 -0.003 -0.226 0.002 0.021 | +| rho_s | 0.003 -0.003 0.006 0.000 0.001 1.000 -0.013 -0.000 0.003 -0.010 -0.003 -0.001 0.000 0.043 -0.004 0.046 -0.003 0.010 0.000 0.001 | +| omega_s | -0.000 -0.017 0.017 0.000 0.000 -0.013 1.000 -0.000 -0.007 -0.022 -0.001 -0.001 0.000 0.096 -0.005 0.486 -0.004 0.004 -0.000 0.001 | +| p4040_s | 0.015 -0.001 -0.000 -0.000 -0.006 -0.000 -0.000 1.000 -0.020 -0.015 0.004 0.018 0.000 -0.001 -0.004 -0.000 -0.003 -0.064 -0.001 -0.335 | +| psi2s_p | 0.205 -0.007 0.000 0.003 0.029 0.003 -0.007 -0.020 1.000 -0.101 -0.162 -0.124 -0.010 -0.019 0.122 -0.012 0.059 0.376 0.002 0.067 | +| jpsi_p | -0.107 -0.018 -0.017 0.002 0.027 -0.010 -0.022 -0.015 -0.101 1.000 -0.039 -0.047 -0.002 -0.106 -0.057 0.004 -0.044 -0.157 -0.000 0.042 | +| p3770_s | -0.150 -0.002 -0.002 -0.001 -0.001 -0.003 -0.001 0.004 -0.162 -0.039 1.000 0.062 0.002 -0.011 -0.035 0.003 -0.017 -0.268 -0.001 -0.020 | +| p4415_s | 0.030 -0.002 -0.001 -0.001 0.121 -0.001 -0.001 0.018 -0.124 -0.047 0.062 1.000 0.012 -0.001 -0.007 -0.001 0.001 -0.368 0.014 -0.038 | +| Ctt | -0.018 0.000 0.000 -0.000 -0.008 0.000 0.000 0.000 -0.010 -0.002 0.002 0.012 1.000 -0.000 0.002 -0.000 0.001 -0.037 -0.001 -0.001 | +| rho_p | 0.006 -0.015 0.103 0.000 0.015 0.043 0.096 -0.001 -0.019 -0.106 -0.011 -0.001 -0.000 1.000 -0.067 -0.150 -0.054 0.005 0.001 0.005 | +| jpsi_s | 0.061 -0.008 0.008 0.000 -0.004 -0.004 -0.005 -0.004 0.122 -0.057 -0.035 -0.007 0.002 -0.067 1.000 -0.004 0.752 0.286 -0.000 0.014 | +| omega_p | -0.007 0.013 -0.001 0.000 -0.002 0.046 0.486 -0.000 -0.012 0.004 0.003 -0.001 -0.000 -0.150 -0.004 1.000 -0.003 -0.012 -0.000 0.000 | +| psi2s_s | 0.014 -0.007 0.006 0.000 -0.003 -0.003 -0.004 -0.003 0.059 -0.044 -0.017 0.001 0.001 -0.054 0.752 -0.003 1.000 0.198 -0.000 0.010 | +| Dbar_s | 0.037 0.005 0.012 0.007 -0.226 0.010 0.004 -0.064 0.376 -0.157 -0.268 -0.368 -0.037 0.005 0.286 -0.012 0.198 1.000 -0.014 0.180 | +| p4160_s | 0.001 -0.000 -0.000 -0.003 0.002 0.000 -0.000 -0.001 0.002 -0.000 -0.001 0.014 -0.001 0.001 -0.000 -0.000 -0.000 -0.014 1.000 0.004 | +| p4040_p | -0.048 0.002 0.001 0.000 0.021 0.001 0.001 -0.335 0.067 0.042 -0.020 -0.038 -0.001 0.005 0.014 0.000 0.010 0.180 0.004 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1297093473983395}), (, {'error': 0.1355047430819578}), (, {'error': 0.5317813089988137}), (, {'error': 0.00632825903434675}), (, {'error': 0.1650579703210271}), (, {'error': 0.04600398008436235}), (, {'error': 0.5921857226071285}), (, {'error': 0.006142176886876729}), (, {'error': 0.024573870454445146}), (, {'error': 0.016005037993630733}), (, {'error': 0.16905655111693063}), (, {'error': 0.1397996900554629}), (, {'error': 0.004986632898417137}), (, {'error': 0.15969471970314775}), (, {'error': 10.572195324182758}), (, {'error': 0.2166622954249089}), (, {'error': 1.4709438892321032}), (, {'error': 0.028010917914523814}), (, {'error': 0.007905233077648621}), (, {'error': 9.346177266449256})]) +Toy 6/10 +Time taken: 6 h, 42 min +Projected time left: 4 h, 28 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.28E+05 | Ncalls=1466 (1466 total) | +| EDM = 6.79E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -728025.6295146167 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.95 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 0.06 | 0.56 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.9 | 2.0 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | 4.32 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | p4415_p | 4.17 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | rho_s | 1.56 | 0.29 | | |0.0253049| 2.0747 | | +| 6 | omega_s | 6.6 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | p4040_s | 0.99 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | psi2s_p | -2.10 | 0.03 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | -1.739 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.15 | 0.20 | | |0.918861 | 4.08114 | | +| 11| p4415_s | 1.16 | 0.18 | | |0.126447 | 2.35355 | | +| 12| Ctt | 0.005 | 0.149 | | | -0.5 | 0.5 | | +| 13| rho_p | 5.94 | 0.20 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 15| omega_p | 6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1368.4 | 1.9 | | | 1358.64 | 1433.36 | | +| 17| Dbar_s | -0.026 | 0.060 | | | -1.464 | 1.464 | | +| 18| p4160_s | 2.24 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.19 | 0.18 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_p phi_s p4160_p p4415_p rho_s omega_s p4040_s psi2s_p jpsi_p p3770_s p4415_s Ctt rho_p jpsi_s omega_p psi2s_s Dbar_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.011 -0.010 0.263 0.093 0.008 -0.001 -0.229 0.500 -0.088 -0.230 -0.216 -0.576 0.030 -0.016 0.001 -0.013 0.421 -0.150 0.182 | +| phi_p | -0.011 1.000 0.933 -0.013 -0.007 0.049 -0.084 0.004 -0.035 -0.089 0.002 0.002 0.005 0.097 -0.010 -0.019 0.009 -0.002 0.001 -0.008 | +| phi_s | -0.010 0.933 1.000 -0.012 -0.006 0.047 -0.066 0.003 -0.032 -0.083 0.001 0.002 0.006 0.147 -0.016 -0.020 0.014 0.000 0.001 -0.007 | +| p4160_p | 0.263 -0.013 -0.012 1.000 0.284 0.000 0.002 -0.502 0.318 -0.105 -0.124 0.005 -0.450 0.033 0.016 0.001 -0.016 0.149 -0.152 0.156 | +| p4415_p | 0.093 -0.007 -0.006 0.284 1.000 0.000 0.002 -0.190 0.081 -0.070 -0.019 -0.149 -0.140 0.025 0.008 0.001 -0.006 -0.144 -0.153 0.146 | +| rho_s | 0.008 0.049 0.047 0.000 0.000 1.000 -0.509 -0.016 0.021 0.050 -0.021 -0.008 0.014 0.224 0.017 0.004 -0.017 0.038 -0.014 -0.010 | +| omega_s | -0.001 -0.084 -0.066 0.002 0.002 -0.509 1.000 0.004 -0.007 -0.022 0.006 0.003 -0.006 0.083 -0.010 -0.138 0.009 -0.011 0.006 0.006 | +| p4040_s | -0.229 0.004 0.003 -0.502 -0.190 -0.016 0.004 1.000 -0.452 0.006 0.224 0.188 0.535 -0.049 0.014 0.000 -0.005 -0.461 0.087 -0.176 | +| psi2s_p | 0.500 -0.035 -0.032 0.318 0.081 0.021 -0.007 -0.452 1.000 -0.058 -0.247 -0.375 -0.695 0.027 -0.058 0.001 0.024 0.683 -0.355 0.075 | +| jpsi_p | -0.088 -0.089 -0.083 -0.105 -0.070 0.050 -0.022 0.006 -0.058 1.000 -0.059 -0.043 0.153 -0.020 -0.069 0.004 0.056 0.078 -0.082 -0.170 | +| p3770_s | -0.230 0.002 0.001 -0.124 -0.019 -0.021 0.006 0.224 -0.247 -0.059 1.000 0.124 0.212 -0.032 0.027 0.000 -0.015 -0.309 0.116 -0.091 | +| p4415_s | -0.216 0.002 0.002 0.005 -0.149 -0.008 0.003 0.188 -0.375 -0.043 0.124 1.000 0.429 -0.029 -0.002 0.001 0.004 -0.469 0.344 0.116 | +| Ctt | -0.576 0.005 0.006 -0.450 -0.140 0.014 -0.006 0.535 -0.695 0.153 0.212 0.429 1.000 -0.035 -0.024 -0.000 0.020 -0.768 0.375 -0.206 | +| rho_p | 0.030 0.097 0.147 0.033 0.025 0.224 0.083 -0.049 0.027 -0.020 -0.032 -0.029 -0.035 1.000 0.064 0.020 -0.056 0.044 -0.028 0.011 | +| jpsi_s | -0.016 -0.010 -0.016 0.016 0.008 0.017 -0.010 0.014 -0.058 -0.069 0.027 -0.002 -0.024 0.064 1.000 -0.000 -0.801 -0.129 0.010 0.027 | +| omega_p | 0.001 -0.019 -0.020 0.001 0.001 0.004 -0.138 0.000 0.001 0.004 0.000 0.001 -0.000 0.020 -0.000 1.000 0.000 -0.001 0.001 0.001 | +| psi2s_s | -0.013 0.009 0.014 -0.016 -0.006 -0.017 0.009 -0.005 0.024 0.056 -0.015 0.004 0.020 -0.056 -0.801 0.000 1.000 0.096 -0.006 -0.027 | +| Dbar_s | 0.421 -0.002 0.000 0.149 -0.144 0.038 -0.011 -0.461 0.683 0.078 -0.309 -0.469 -0.768 0.044 -0.129 -0.001 0.096 1.000 -0.528 -0.145 | +| p4160_s | -0.150 0.001 0.001 -0.152 -0.153 -0.014 0.006 0.087 -0.355 -0.082 0.116 0.344 0.375 -0.028 0.010 0.001 -0.006 -0.528 1.000 0.412 | +| p4040_p | 0.182 -0.008 -0.007 0.156 0.146 -0.010 0.006 -0.176 0.075 -0.170 -0.091 0.116 -0.206 0.011 0.027 0.001 -0.027 -0.145 0.412 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12769346751161237}), (, {'error': 0.559355346666552}), (, {'error': 2.0185267332326173}), (, {'error': 0.09354422488253444}), (, {'error': 0.17745998907842342}), (, {'error': 0.29107647500015266}), (, {'error': 0.8987057411681021}), (, {'error': 0.16868696261141763}), (, {'error': 0.03253001157470692}), (, {'error': 0.01617698482073182}), (, {'error': 0.1953162700708213}), (, {'error': 0.18327290690542813}), (, {'error': 0.14883833638790972}), (, {'error': 0.20227772052704118}), (, {'error': 17.370719985895448}), (, {'error': 0.08466442035343658}), (, {'error': 1.8687696923642534}), (, {'error': 0.06040183204912708}), (, {'error': 0.16861290757591174}), (, {'error': 0.1842134757665035})]) +Toy 7/10 +Time taken: 8 h, 17 min +Projected time left: 3 h, 33 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.28E+05 | Ncalls=1210 (1210 total) | +| EDM = 0.04 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -728025.337731846 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.33 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | 0.09 | 0.39 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.3 | 1.6 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | -1.95 | 0.10 | | |-6.28319 | 6.28319 | | +| 4 | p4415_p | -2.10 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | rho_s | 1.7 | 0.3 | | |0.0253049| 2.0747 | | +| 6 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 7 | p4040_s | 0.99 | 0.17 | | |0.00501244| 2.01499 | | +| 8 | psi2s_p | 4.18 | 0.04 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 4.538 | 0.019 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.16 | 0.20 | | |0.918861 | 4.08114 | | +| 11| p4415_s | 1.15 | 0.18 | | |0.126447 | 2.35355 | | +| 12| Ctt | -0.016 | 0.153 | | | -0.5 | 0.5 | | +| 13| rho_p | -6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.996E4 | 0.016E4 | | | 9797.52 | 9996.48 | | +| 15| omega_p | 0.76 | 0.27 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1363 | 12 | | | 1358.64 | 1433.36 | | +| 17| Dbar_s | -0.05 | 0.09 | | | -1.464 | 1.464 | | +| 18| p4160_s | 2.24 | 0.17 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | 4.11 | 0.19 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_p phi_s p4160_p p4415_p rho_s omega_s p4040_s psi2s_p jpsi_p p3770_s p4415_s Ctt rho_p jpsi_s omega_p psi2s_s Dbar_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.007 0.020 0.246 0.084 -0.022 0.001 -0.243 0.501 -0.010 -0.245 -0.213 -0.532 -0.009 0.131 -0.026 0.127 0.373 -0.164 0.148 | +| phi_p | 0.007 1.000 0.872 -0.024 -0.013 -0.005 0.011 -0.014 0.031 0.006 -0.026 0.001 0.025 -0.020 0.119 0.049 0.119 0.087 -0.011 -0.033 | +| phi_s | 0.020 0.872 1.000 -0.039 -0.020 -0.013 -0.000 -0.026 0.079 0.068 -0.050 0.005 0.050 -0.012 0.222 0.034 0.222 0.165 -0.018 -0.054 | +| p4160_p | 0.246 -0.024 -0.039 1.000 0.300 0.025 0.004 -0.482 0.231 -0.157 -0.089 0.000 -0.473 0.021 -0.130 0.022 -0.130 0.006 -0.147 0.189 | +| p4415_p | 0.084 -0.013 -0.020 0.300 1.000 0.012 0.002 -0.182 0.044 -0.093 -0.002 -0.139 -0.150 0.012 -0.062 0.010 -0.062 -0.146 -0.148 0.163 | +| rho_s | -0.022 -0.005 -0.013 0.025 0.012 1.000 -0.102 0.015 -0.083 -0.083 0.030 -0.009 -0.028 0.054 -0.209 0.656 -0.209 -0.134 0.006 0.036 | +| omega_s | 0.001 0.011 -0.000 0.004 0.002 -0.102 1.000 -0.000 0.002 0.008 0.001 -0.001 -0.003 -0.009 -0.009 -0.451 -0.009 -0.006 -0.000 0.003 | +| p4040_s | -0.243 -0.014 -0.026 -0.482 -0.182 0.015 -0.000 1.000 -0.468 -0.068 0.247 0.188 0.495 0.006 -0.141 0.020 -0.140 -0.412 0.109 -0.145 | +| psi2s_p | 0.501 0.031 0.079 0.231 0.044 -0.083 0.002 -0.468 1.000 0.185 -0.319 -0.330 -0.518 -0.046 0.453 -0.091 0.449 0.741 -0.358 -0.025 | +| jpsi_p | -0.010 0.006 0.068 -0.157 -0.093 -0.083 0.008 -0.068 0.185 1.000 -0.172 -0.030 0.234 -0.065 0.518 -0.110 0.516 0.428 -0.114 -0.253 | +| p3770_s | -0.245 -0.026 -0.050 -0.089 -0.002 0.030 0.001 0.247 -0.319 -0.172 1.000 0.117 0.152 0.021 -0.238 0.038 -0.236 -0.374 0.134 -0.036 | +| p4415_s | -0.213 0.001 0.005 0.000 -0.139 -0.009 -0.001 0.188 -0.330 -0.030 0.117 1.000 0.423 -0.007 0.012 -0.009 0.012 -0.303 0.340 0.104 | +| Ctt | -0.532 0.025 0.050 -0.473 -0.150 -0.028 -0.003 0.495 -0.518 0.234 0.152 0.423 1.000 -0.030 0.202 -0.036 0.201 -0.350 0.352 -0.251 | +| rho_p | -0.009 -0.020 -0.012 0.021 0.012 0.054 -0.009 0.006 -0.046 -0.065 0.021 -0.007 -0.030 1.000 -0.110 0.013 -0.110 -0.078 0.005 0.027 | +| jpsi_s | 0.131 0.119 0.222 -0.130 -0.062 -0.209 -0.009 -0.141 0.453 0.518 -0.238 0.012 0.202 -0.110 1.000 -0.197 0.997 0.753 -0.091 -0.220 | +| omega_p | -0.026 0.049 0.034 0.022 0.010 0.656 -0.451 0.020 -0.091 -0.110 0.038 -0.009 -0.036 0.013 -0.197 1.000 -0.197 -0.137 0.009 0.035 | +| psi2s_s | 0.127 0.119 0.222 -0.130 -0.062 -0.209 -0.009 -0.140 0.449 0.516 -0.236 0.012 0.201 -0.110 0.997 -0.197 1.000 0.750 -0.091 -0.220 | +| Dbar_s | 0.373 0.087 0.165 0.006 -0.146 -0.134 -0.006 -0.412 0.741 0.428 -0.374 -0.303 -0.350 -0.078 0.753 -0.137 0.750 1.000 -0.416 -0.248 | +| p4160_s | -0.164 -0.011 -0.018 -0.147 -0.148 0.006 -0.000 0.109 -0.358 -0.114 0.134 0.340 0.352 0.005 -0.091 0.009 -0.091 -0.416 1.000 0.409 | +| p4040_p | 0.148 -0.033 -0.054 0.189 0.163 0.036 0.003 -0.145 -0.025 -0.253 -0.036 0.104 -0.251 0.027 -0.220 0.035 -0.220 -0.248 0.409 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12778881082723892}), (, {'error': 0.3906300142881278}), (, {'error': 1.5515149749810053}), (, {'error': 0.09543743196737386}), (, {'error': 0.18046254480220014}), (, {'error': 0.340421627171543}), (, {'error': 3.582411124835966}), (, {'error': 0.17121189765727973}), (, {'error': 0.03678608018731033}), (, {'error': 0.018903605549085434}), (, {'error': 0.20008926504829883}), (, {'error': 0.182672819556904}), (, {'error': 0.1530778480337822}), (, {'error': 0.06852868652708022}), (, {'error': 157.69406087033894}), (, {'error': 0.26529085011330045}), (, {'error': 12.20556595354526}), (, {'error': 0.09141896066504795}), (, {'error': 0.16863732282831778}), (, {'error': 0.1885137265778134})]) +Toy 8/10 +Time taken: 9 h, 41 min +Projected time left: 2 h, 25 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.28E+05 | Ncalls=1242 (1242 total) | +| EDM = 0.00256 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -728026.6990085082 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.99 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | -2.17 | 0.09 | | |-6.28319 | 6.28319 | | +| 4 | p4415_p | -2.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | rho_s | 1.59 | 0.30 | | |0.0253049| 2.0747 | | +| 6 | omega_s | 8.0 | 1.6 | | | 4.19232 | 9.40768 | | +| 7 | p4040_s | 1.01 | 0.16 | | |0.00501244| 2.01499 | | +| 8 | psi2s_p | 3.780 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 1.479 | 0.018 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.17 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4415_s | 1.16 | 0.18 | | |0.126447 | 2.35355 | | +| 12| Ctt | 0.004 | 0.138 | | | -0.5 | 0.5 | | +| 13| rho_p | -0.19 | 0.21 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1367.6 | 1.1 | | | 1358.64 | 1433.36 | | +| 17| Dbar_s | -0.03 | 0.05 | | | -1.464 | 1.464 | | +| 18| p4160_s | 2.26 | 0.16 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.43 | 0.18 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_p phi_s p4160_p p4415_p rho_s omega_s p4040_s psi2s_p jpsi_p p3770_s p4415_s Ctt rho_p jpsi_s omega_p psi2s_s Dbar_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.067 -0.066 0.238 0.094 -0.010 0.009 -0.176 0.345 -0.052 -0.197 -0.175 -0.507 0.016 -0.002 -0.016 -0.036 0.379 -0.111 0.177 | +| phi_p | -0.067 1.000 0.997 -0.071 -0.043 0.256 -0.180 0.033 -0.203 -0.328 0.020 0.008 0.018 0.138 -0.015 0.195 0.011 -0.030 0.006 -0.047 | +| phi_s | -0.066 0.997 1.000 -0.070 -0.043 0.256 -0.173 0.032 -0.202 -0.329 0.020 0.008 0.018 0.152 -0.015 0.200 0.011 -0.029 0.006 -0.046 | +| p4160_p | 0.238 -0.071 -0.070 1.000 0.287 -0.019 0.011 -0.501 0.192 -0.002 -0.109 0.007 -0.462 0.019 0.004 -0.018 0.001 0.169 -0.154 0.156 | +| p4415_p | 0.094 -0.043 -0.043 0.287 1.000 -0.011 0.007 -0.204 0.032 -0.013 -0.023 -0.168 -0.173 0.018 0.002 -0.010 0.003 -0.124 -0.171 0.145 | +| rho_s | -0.010 0.256 0.256 -0.019 -0.011 1.000 -0.174 -0.006 -0.026 -0.133 -0.015 -0.003 0.025 0.254 -0.000 0.226 -0.003 0.028 -0.010 -0.022 | +| omega_s | 0.009 -0.180 -0.173 0.011 0.007 -0.174 1.000 -0.007 0.018 0.023 -0.002 -0.002 -0.008 0.054 0.004 0.765 -0.002 0.003 -0.001 0.008 | +| p4040_s | -0.176 0.033 0.032 -0.501 -0.204 -0.006 -0.007 1.000 -0.319 -0.062 0.184 0.155 0.496 -0.042 0.001 0.003 0.001 -0.431 0.049 -0.191 | +| psi2s_p | 0.345 -0.203 -0.202 0.192 0.032 -0.026 0.018 -0.319 1.000 0.041 -0.216 -0.267 -0.368 -0.011 -0.014 -0.053 -0.041 0.534 -0.283 -0.010 | +| jpsi_p | -0.052 -0.328 -0.329 -0.002 -0.013 -0.133 0.023 -0.062 0.041 1.000 -0.063 -0.110 -0.059 -0.163 0.014 -0.106 -0.006 0.057 -0.134 -0.121 | +| p3770_s | -0.197 0.020 0.020 -0.109 -0.023 -0.015 -0.002 0.184 -0.216 -0.063 1.000 0.087 0.141 -0.027 0.004 0.001 0.008 -0.251 0.080 -0.097 | +| p4415_s | -0.175 0.008 0.008 0.007 -0.168 -0.003 -0.002 0.155 -0.267 -0.110 0.087 1.000 0.391 -0.024 -0.002 -0.001 -0.003 -0.438 0.311 0.098 | +| Ctt | -0.507 0.018 0.018 -0.462 -0.173 0.025 -0.008 0.496 -0.368 -0.059 0.141 0.391 1.000 -0.022 -0.008 0.005 -0.019 -0.753 0.325 -0.245 | +| rho_p | 0.016 0.138 0.152 0.019 0.018 0.254 0.054 -0.042 -0.011 -0.163 -0.027 -0.024 -0.022 1.000 0.011 0.113 -0.010 0.043 -0.024 0.002 | +| jpsi_s | -0.002 -0.015 -0.015 0.004 0.002 -0.000 0.004 0.001 -0.014 0.014 0.004 -0.002 -0.008 0.011 1.000 0.000 -0.241 -0.022 0.000 0.005 | +| omega_p | -0.016 0.195 0.200 -0.018 -0.010 0.226 0.765 0.003 -0.053 -0.106 0.001 -0.001 0.005 0.113 0.000 1.000 0.000 0.000 -0.003 -0.015 | +| psi2s_s | -0.036 0.011 0.011 0.001 0.003 -0.003 -0.002 0.001 -0.041 -0.006 0.008 -0.003 -0.019 -0.010 -0.241 0.000 1.000 0.007 -0.003 -0.006 | +| Dbar_s | 0.379 -0.030 -0.029 0.169 -0.124 0.028 0.003 -0.431 0.534 0.057 -0.251 -0.438 -0.753 0.043 -0.022 0.000 0.007 1.000 -0.493 -0.106 | +| p4160_s | -0.111 0.006 0.006 -0.154 -0.171 -0.010 -0.001 0.049 -0.283 -0.134 0.080 0.311 0.325 -0.024 0.000 -0.003 -0.003 -0.493 1.000 0.398 | +| p4040_p | 0.177 -0.047 -0.046 0.156 0.145 -0.022 0.008 -0.191 -0.010 -0.121 -0.097 0.098 -0.245 0.002 0.005 -0.015 -0.006 -0.106 0.398 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12023439660473656}), (, {'error': 7.667055363788266}), (, {'error': 5.083977046046846}), (, {'error': 0.09235198363473929}), (, {'error': 0.17633489000978742}), (, {'error': 0.2958586564628265}), (, {'error': 1.578020614716153}), (, {'error': 0.16417209581105646}), (, {'error': 0.028062249638502124}), (, {'error': 0.01753082781553772}), (, {'error': 0.19196928737698127}), (, {'error': 0.17880983147608343}), (, {'error': 0.13839952806090572}), (, {'error': 0.21268679130156443}), (, {'error': 8.291220921591048}), (, {'error': 0.3678710390621962}), (, {'error': 1.1431652242252994}), (, {'error': 0.0543157138001118}), (, {'error': 0.16333917447594892}), (, {'error': 0.17960638785281713})]) +Toy 9/10 +Time taken: 11 h, 8 min +Projected time left: 1 h, 14 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.28E+05 | Ncalls=1064 (1064 total) | +| EDM = 7.05E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -728026.7197720932 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.59 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | phi_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 3 | p4160_p | 4.16 | 0.08 | | |-6.28319 | 6.28319 | | +| 4 | p4415_p | 4.06 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | rho_s | 1.59 | 0.28 | | |0.0253049| 2.0747 | | +| 6 | omega_s | 7.9 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | p4040_s | 1.01 | 0.15 | | |0.00501244| 2.01499 | | +| 8 | psi2s_p | 2.256 | 0.028 | | |-6.28319 | 6.28319 | | +| 9 | jpsi_p | 4.730 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| p3770_s | 2.32 | 0.20 | | |0.918861 | 4.08114 | | +| 11| p4415_s | 1.15 | 0.16 | | |0.126447 | 2.35355 | | +| 12| Ctt | -0.021 | 0.096 | | | -0.5 | 0.5 | | +| 13| rho_p | -0.32 | 0.20 | | |-6.28319 | 6.28319 | | +| 14| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| omega_p | 0.48 | 0.30 | | |-6.28319 | 6.28319 | | +| 16| psi2s_s | 1373.7 | 1.4 | | | 1358.64 | 1433.36 | | +| 17| Dbar_s | -0.019 | 0.041 | | | -1.464 | 1.464 | | +| 18| p4160_s | 2.25 | 0.15 | | | 0.71676 | 3.68324 | | +| 19| p4040_p | -2.42 | 0.17 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_p phi_s p4160_p p4415_p rho_s omega_s p4040_s psi2s_p jpsi_p p3770_s p4415_s Ctt rho_p jpsi_s omega_p psi2s_s Dbar_s p4160_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.061 -0.061 0.140 0.058 -0.012 0.012 -0.080 -0.267 -0.033 -0.215 -0.096 -0.393 0.009 -0.000 -0.015 -0.008 0.245 -0.049 0.118 | +| phi_p | -0.061 1.000 0.997 -0.063 -0.040 0.242 -0.245 0.020 -0.129 -0.400 0.015 -0.004 -0.004 0.010 0.044 0.198 0.031 -0.013 -0.007 -0.050 | +| phi_s | -0.061 0.997 1.000 -0.063 -0.040 0.242 -0.240 0.019 -0.130 -0.399 0.015 -0.004 -0.004 0.023 0.045 0.201 0.032 -0.013 -0.007 -0.049 | +| p4160_p | 0.140 -0.063 -0.063 1.000 0.237 -0.016 0.014 -0.419 -0.028 -0.051 -0.090 0.088 -0.353 0.018 -0.013 -0.016 -0.011 0.008 -0.099 0.100 | +| p4415_p | 0.058 -0.040 -0.040 0.237 1.000 -0.007 0.009 -0.169 -0.026 -0.037 -0.022 -0.153 -0.133 0.020 -0.000 -0.009 -0.002 -0.197 -0.164 0.112 | +| rho_s | -0.012 0.242 0.242 -0.016 -0.007 1.000 -0.223 -0.006 -0.052 -0.055 -0.012 -0.003 0.029 0.208 -0.001 0.228 0.000 0.031 -0.008 -0.018 | +| omega_s | 0.012 -0.245 -0.240 0.014 0.009 -0.223 1.000 -0.005 0.021 0.065 -0.003 0.001 -0.004 0.058 -0.012 0.672 -0.008 -0.001 0.002 0.012 | +| p4040_s | -0.080 0.020 0.019 -0.419 -0.169 -0.006 -0.005 1.000 -0.073 0.005 0.148 0.068 0.380 -0.034 0.001 0.001 -0.005 -0.316 -0.043 -0.161 | +| psi2s_p | -0.267 -0.129 -0.130 -0.028 -0.026 -0.052 0.021 -0.073 1.000 0.006 -0.149 -0.104 -0.023 -0.054 -0.051 -0.040 -0.055 0.030 -0.158 -0.195 | +| jpsi_p | -0.033 -0.400 -0.399 -0.051 -0.037 -0.055 0.065 0.005 0.006 1.000 0.014 -0.037 0.110 -0.013 0.020 -0.100 0.021 0.107 -0.055 -0.097 | +| p3770_s | -0.215 0.015 0.015 -0.090 -0.022 -0.012 -0.003 0.148 -0.149 0.014 1.000 0.053 0.099 -0.023 -0.006 0.000 -0.023 -0.224 0.046 -0.104 | +| p4415_s | -0.096 -0.004 -0.004 0.088 -0.153 -0.003 0.001 0.068 -0.104 -0.037 0.053 1.000 0.281 -0.016 0.012 -0.004 0.008 -0.322 0.227 0.110 | +| Ctt | -0.393 -0.004 -0.004 -0.353 -0.133 0.029 -0.004 0.380 -0.023 0.110 0.099 0.281 1.000 -0.004 0.042 0.002 0.040 -0.616 0.226 -0.215 | +| rho_p | 0.009 0.010 0.023 0.018 0.020 0.208 0.058 -0.034 -0.054 -0.013 -0.023 -0.016 -0.004 1.000 -0.044 0.063 -0.029 0.030 -0.016 0.005 | +| jpsi_s | -0.000 0.044 0.045 -0.013 -0.000 -0.001 -0.012 0.001 -0.051 0.020 -0.006 0.012 0.042 -0.044 1.000 0.000 0.630 0.080 0.007 -0.012 | +| omega_p | -0.015 0.198 0.201 -0.016 -0.009 0.228 0.672 0.001 -0.040 -0.100 0.000 -0.004 0.002 0.063 0.000 1.000 0.000 0.003 -0.005 -0.014 | +| psi2s_s | -0.008 0.031 0.032 -0.011 -0.002 0.000 -0.008 -0.005 -0.055 0.021 -0.023 0.008 0.040 -0.029 0.630 0.000 1.000 0.062 0.001 -0.013 | +| Dbar_s | 0.245 -0.013 -0.013 0.008 -0.197 0.031 -0.001 -0.316 0.030 0.107 -0.224 -0.322 -0.616 0.030 0.080 0.003 0.062 1.000 -0.409 -0.180 | +| p4160_s | -0.049 -0.007 -0.007 -0.099 -0.164 -0.008 0.002 -0.043 -0.158 -0.055 0.046 0.227 0.226 -0.016 0.007 -0.005 0.001 -0.409 1.000 0.398 | +| p4040_p | 0.118 -0.050 -0.049 0.100 0.112 -0.018 0.012 -0.161 -0.195 -0.097 -0.104 0.110 -0.215 0.005 -0.012 -0.014 -0.013 -0.180 0.398 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10470205906878238}), (, {'error': 9.036078132811447}), (, {'error': 4.872920305674621}), (, {'error': 0.08291000936216175}), (, {'error': 0.16611267237346894}), (, {'error': 0.2797256124349642}), (, {'error': 1.345373199762275}), (, {'error': 0.1484775901383491}), (, {'error': 0.02763404998186747}), (, {'error': 0.017102400375945237}), (, {'error': 0.1967558088114858}), (, {'error': 0.16392412810824158}), (, {'error': 0.09648777422323168}), (, {'error': 0.2026106932487326}), (, {'error': 9.189802172740201}), (, {'error': 0.2988531726287209}), (, {'error': 1.3865557264125528}), (, {'error': 0.040999777024725126}), (, {'error': 0.14720921168662593}), (, {'error': 0.16722076759388171})]) +Toy 10/10 +Time taken: 12 h, 24 min +Projected time left: +Mean Ctt value = -0.1056967727603449 +Mean Ctt error = 0.11258503441645915 +Simulation ended diff --git a/prelim_results/slurm-2213933.out b/prelim_results/slurm-2213933.out new file mode 100644 index 0000000..c379a65 --- /dev/null +++ b/prelim_results/slurm-2213933.out @@ -0,0 +1,9334 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:27.636726: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:27.660881: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 14:45:27.661188: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55f1a8c103e0 executing computations on platform Host. Devices: +2019-07-07 14:45:27.661228: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:32.557507: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55f1a8cc7e70 executing computations on platform CUDA. Devices: +2019-07-07 14:45:32.557551: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:32.559957: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:8b:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:32.560004: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:32.589810: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:32.589849: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:32.589864: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:32.592337: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:8b:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -698848.4293398 Edm = 6.26046 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -698848.4293398 Edm = 6.26046 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -701593.5631961 Edm = 1.84635 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -702219.1593416 Edm = 4.53575 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -702220.9661747 Edm = 1.74652 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -702267.1898057 Edm = 47.5101 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -702613.0419775 Edm = 2.19919 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -702615.7889648 Edm = 0.0796171 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -702615.9291106 Edm = 0.0540031 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -702637.6542996 Edm = 12.0885 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -702664.1890508 Edm = 0.172231 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -702664.6037487 Edm = 0.229919 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -702810.5411582 Edm = 55.5548 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -702891.505338 Edm = 12.7444 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -702903.4985329 Edm = 13.0435 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -702917.5379001 Edm = 0.278718 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -702917.8393549 Edm = 0.0113305 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -702917.9499754 Edm = 0.0969636 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -703004.3246557 Edm = 30.9932 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -703063.9943376 Edm = 1.3645 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -703066.1077799 Edm = 0.322278 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -703066.6124021 Edm = 0.0687529 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -703066.725179 Edm = 0.0219849 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -703066.8023192 Edm = 0.00643809 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -703066.8122406 Edm = 0.0024537 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -703066.8379406 Edm = 0.0162299 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -703067.1115143 Edm = 0.203493 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -703067.2561893 Edm = 0.305046 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -703068.6807662 Edm = 1.2496 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -703078.2102032 Edm = 6.76811 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -703080.3724564 Edm = 3.48092 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -703088.6836681 Edm = 7.39356 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -703126.5600117 Edm = 11.4869 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -703161.8017275 Edm = 1.75043 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -703163.650623 Edm = 1.18006 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -703165.2162801 Edm = 0.571086 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -703166.8619435 Edm = 0.619718 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -703167.5848378 Edm = 0.288471 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -703167.8905277 Edm = 0.00986003 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -703167.901705 Edm = 0.00291617 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -703168.0561241 Edm = 0.166147 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -703168.1103693 Edm = 0.0518612 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -703168.5197292 Edm = 0.341672 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -703195.4124403 Edm = 14.5509 NCalls = 153 +VariableMetric: Iteration # 43 - FCN = -703225.9815244 Edm = 26.6177 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -703255.7704546 Edm = 6.58867 NCalls = 160 +VariableMetric: Iteration # 45 - FCN = -703261.7284921 Edm = 9.78924 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -703265.2728567 Edm = 3.48915 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -703272.8183769 Edm = 7.23834 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -703299.4584411 Edm = 164.15 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -703304.2465572 Edm = 5.23755 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -703319.0699291 Edm = 16.3452 NCalls = 175 +VariableMetric: Iteration # 51 - FCN = -703346.2510848 Edm = 49.8927 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -703373.169286 Edm = 62.294 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -703489.0566869 Edm = 3.94133 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -703496.0801472 Edm = 0.701096 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -703497.364677 Edm = 0.12564 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -703497.4694468 Edm = 0.0123664 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -703497.4946248 Edm = 0.00709091 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -703497.5258968 Edm = 0.0121452 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -703497.8076753 Edm = 0.153245 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -703500.9508698 Edm = 2.66828 NCalls = 208 +VariableMetric: Iteration # 61 - FCN = -703576.5958519 Edm = 11.5143 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -703589.0687591 Edm = 2.31131 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -703591.2767064 Edm = 1.07685 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -703592.4864465 Edm = 0.594105 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -703593.1060112 Edm = 0.228298 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -703593.6635995 Edm = 0.21732 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -703594.0063603 Edm = 0.0441537 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -703594.0363632 Edm = 0.00618784 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -703594.049044 Edm = 0.0077074 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -703594.684625 Edm = 0.612864 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -703614.1235825 Edm = 12.2426 NCalls = 240 +VariableMetric: Iteration # 72 - FCN = -703681.0617942 Edm = 14.867 NCalls = 246 +VariableMetric: Iteration # 73 - FCN = -703690.9599345 Edm = 34.4626 NCalls = 248 +VariableMetric: Iteration # 74 - FCN = -703707.3236591 Edm = 15.0323 NCalls = 251 +VariableMetric: Iteration # 75 - FCN = -703743.6536787 Edm = 14.1264 NCalls = 258 +VariableMetric: Iteration # 76 - FCN = -703746.8081801 Edm = 14.4358 NCalls = 260 +VariableMetric: Iteration # 77 - FCN = -703770.858662 Edm = 2.55082 NCalls = 264 +VariableMetric: Iteration # 78 - FCN = -703773.4934598 Edm = 1.36129 NCalls = 265 +VariableMetric: Iteration # 79 - FCN = -703774.5977367 Edm = 0.141843 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -703774.8448898 Edm = 0.11007 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -703775.1014223 Edm = 0.10046 NCalls = 271 +VariableMetric: Iteration # 82 - FCN = -703775.2967009 Edm = 0.0645699 NCalls = 273 +VariableMetric: Iteration # 83 - FCN = -703775.4916938 Edm = 0.0541964 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -703775.6129083 Edm = 0.113249 NCalls = 281 +VariableMetric: Iteration # 85 - FCN = -703775.73474 Edm = 0.336168 NCalls = 289 +VariableMetric: Iteration # 86 - FCN = -703775.8022159 Edm = 0.243714 NCalls = 293 +VariableMetric: Iteration # 87 - FCN = -703776.068432 Edm = 0.662483 NCalls = 298 +VariableMetric: Iteration # 88 - FCN = -703776.2944104 Edm = 0.595918 NCalls = 302 +VariableMetric: Iteration # 89 - FCN = -703776.5918599 Edm = 0.550778 NCalls = 306 +VariableMetric: Iteration # 90 - FCN = -703777.765628 Edm = 1.22938 NCalls = 311 +VariableMetric: Iteration # 91 - FCN = -703778.5781301 Edm = 0.819529 NCalls = 315 +VariableMetric: Iteration # 92 - FCN = -703779.0403836 Edm = 0.516139 NCalls = 319 +VariableMetric: Iteration # 93 - FCN = -703780.6314513 Edm = 1.65442 NCalls = 324 +VariableMetric: Iteration # 94 - FCN = -703782.2547684 Edm = 0.474289 NCalls = 330 +VariableMetric: Iteration # 95 - FCN = -703782.8780532 Edm = 0.0798956 NCalls = 332 +VariableMetric: Iteration # 96 - FCN = -703782.9448875 Edm = 0.0282318 NCalls = 334 +VariableMetric: Iteration # 97 - FCN = -703783.1173754 Edm = 0.0203099 NCalls = 337 +VariableMetric: Iteration # 98 - FCN = -703783.145394 Edm = 0.0038005 NCalls = 339 +VariableMetric: Iteration # 99 - FCN = -703783.1533798 Edm = 0.00206143 NCalls = 341 +VariableMetric: Iteration # 100 - FCN = -703783.1808573 Edm = 0.0237462 NCalls = 344 +VariableMetric: Iteration # 101 - FCN = -703783.7562936 Edm = 0.569715 NCalls = 349 +VariableMetric: Iteration # 102 - FCN = -703787.1466412 Edm = 3.53022 NCalls = 357 +VariableMetric: Iteration # 103 - FCN = -703792.3658414 Edm = 4.15323 NCalls = 360 +VariableMetric: Iteration # 104 - FCN = -703799.7732606 Edm = 0.43297 NCalls = 362 +VariableMetric: Iteration # 105 - FCN = -703800.2707901 Edm = 0.0771911 NCalls = 364 +VariableMetric: Iteration # 106 - FCN = -703800.3488528 Edm = 0.134029 NCalls = 365 +VariableMetric: Iteration # 107 - FCN = -703800.7359724 Edm = 0.343271 NCalls = 368 +VariableMetric: Iteration # 108 - FCN = -703800.9977009 Edm = 0.591328 NCalls = 372 +VariableMetric: Iteration # 109 - FCN = -703801.4576376 Edm = 0.0398718 NCalls = 375 +VariableMetric: Iteration # 110 - FCN = -703801.4983101 Edm = 0.00706346 NCalls = 376 +VariableMetric: Iteration # 111 - FCN = -703801.5036284 Edm = 0.00106641 NCalls = 377 +VariableMetric: Iteration # 112 - FCN = -703801.5046641 Edm = 0.000302365 NCalls = 379 +VariableMetric: Iteration # 113 - FCN = -703801.5061617 Edm = 0.00147652 NCalls = 382 +VariableMetric: Iteration # 114 - FCN = -703801.5298534 Edm = 0.027468 NCalls = 387 +VariableMetric: Iteration # 115 - FCN = -703801.6901048 Edm = 0.167585 NCalls = 394 +VariableMetric: Iteration # 116 - FCN = -703801.6935165 Edm = 0.00315158 NCalls = 398 +VariableMetric: Iteration # 117 - FCN = -703806.7547963 Edm = 5.74527 NCalls = 405 +VariableMetric: Iteration # 118 - FCN = -703806.8284255 Edm = 0.0138903 NCalls = 407 +VariableMetric: Iteration # 119 - FCN = -703806.8449099 Edm = 0.00650395 NCalls = 409 +VariableMetric: Iteration # 120 - FCN = -703807.0049221 Edm = 0.167919 NCalls = 413 +VariableMetric: Iteration # 121 - FCN = -703807.1933775 Edm = 0.165726 NCalls = 417 +VariableMetric: Iteration # 122 - FCN = -703816.8294194 Edm = 0.835545 NCalls = 422 +VariableMetric: Iteration # 123 - FCN = -703817.73755 Edm = 0.102723 NCalls = 424 +VariableMetric: Iteration # 124 - FCN = -703817.8328648 Edm = 0.0150826 NCalls = 425 +VariableMetric: Iteration # 125 - FCN = -703817.8526655 Edm = 0.00284595 NCalls = 427 +VariableMetric: Iteration # 126 - FCN = -703817.8569738 Edm = 0.000518821 NCalls = 429 +VariableMetric: Iteration # 127 - FCN = -703817.8623229 Edm = 0.00427899 NCalls = 432 +VariableMetric: Iteration # 128 - FCN = -703818.0878909 Edm = 0.196978 NCalls = 437 +VariableMetric: Iteration # 129 - FCN = -703821.4923157 Edm = 2.54056 NCalls = 441 +VariableMetric: Iteration # 130 - FCN = -703824.3292565 Edm = 0.2268 NCalls = 443 +VariableMetric: Iteration # 131 - FCN = -703824.5999854 Edm = 0.00258871 NCalls = 445 +VariableMetric: Iteration # 132 - FCN = -703824.6027465 Edm = 5.18866e-05 NCalls = 447 +VariableMetric: After Hessian - FCN = -703824.6027465 Edm = 75.535 NCalls = 810 +VariableMetric: Iteration # 133 - FCN = -703824.6027465 Edm = 75.535 NCalls = 810 +VariableMetric: Iteration # 134 - FCN = -703867.2525995 Edm = 144.33 NCalls = 817 +VariableMetric: Iteration # 135 - FCN = -703868.394703 Edm = 3.70706 NCalls = 824 +VariableMetric: Iteration # 136 - FCN = -703876.7209403 Edm = 1.84409 NCalls = 829 +VariableMetric: Iteration # 137 - FCN = -703877.6012959 Edm = 0.221679 NCalls = 831 +VariableMetric: Iteration # 138 - FCN = -703877.9099067 Edm = 0.104599 NCalls = 833 +VariableMetric: Iteration # 139 - FCN = -703878.0438636 Edm = 0.0602881 NCalls = 835 +VariableMetric: Iteration # 140 - FCN = -703878.1875348 Edm = 0.0790559 NCalls = 837 +VariableMetric: Iteration # 141 - FCN = -703878.4096361 Edm = 0.0921326 NCalls = 840 +VariableMetric: Iteration # 142 - FCN = -703878.5872582 Edm = 0.0908428 NCalls = 843 +VariableMetric: Iteration # 143 - FCN = -703878.6599479 Edm = 0.10817 NCalls = 846 +VariableMetric: Iteration # 144 - FCN = -703878.7507409 Edm = 0.0180935 NCalls = 848 +VariableMetric: Iteration # 145 - FCN = -703878.7818645 Edm = 0.0132801 NCalls = 851 +VariableMetric: Iteration # 146 - FCN = -703878.7964178 Edm = 0.00824844 NCalls = 853 +VariableMetric: Iteration # 147 - FCN = -703878.8106856 Edm = 0.00376149 NCalls = 856 +VariableMetric: Iteration # 148 - FCN = -703878.8158593 Edm = 0.00057225 NCalls = 858 +VariableMetric: Iteration # 149 - FCN = -703878.8165995 Edm = 0.000105574 NCalls = 860 +VariableMetric: Iteration # 150 - FCN = -703878.8167166 Edm = 3.69485e-05 NCalls = 862 +VariableMetric: After Hessian - FCN = -703878.8167166 Edm = 0.000251842 NCalls = 1243 +VariableMetric: Iteration # 151 - FCN = -703878.8167166 Edm = 0.000251842 NCalls = 1243 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -699817.8115706 Edm = 1.15752 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -699817.8115706 Edm = 1.15752 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -702096.0335609 Edm = 1.32293 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -702187.6671745 Edm = 1.4488 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -702191.9775015 Edm = 3.26849 NCalls = 12 +VariableMetric: Iteration # 4 - FCN = -702613.2547143 Edm = 0.545574 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -702614.4001881 Edm = 0.070532 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -702617.1984786 Edm = 3.94654 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -702643.1148302 Edm = 26.8374 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -702643.8759773 Edm = 0.661486 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -702967.4044156 Edm = 101.28 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -703084.3999618 Edm = 120.122 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -703134.599672 Edm = 0.513351 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -703135.0896355 Edm = 0.0707485 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -703136.3680476 Edm = 1.21807 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -703196.1431228 Edm = 15.22 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -703223.2198483 Edm = 2.45227 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -703225.7616514 Edm = 0.388741 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -703226.2377402 Edm = 0.0167863 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -703226.276209 Edm = 0.0193698 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -703226.560746 Edm = 0.386303 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -703227.2814941 Edm = 0.606106 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -703288.0001053 Edm = 13.3394 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -703296.765378 Edm = 1.67562 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -703299.2059982 Edm = 0.189734 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -703299.4678698 Edm = 0.0165815 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -703299.503604 Edm = 0.00476059 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -703299.6135212 Edm = 0.0998108 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -703313.9854833 Edm = 6.79142 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -703333.8531931 Edm = 3.06897 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -703337.737057 Edm = 0.121695 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -703337.8294945 Edm = 0.00801322 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -703337.8379577 Edm = 0.00357463 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -703337.8836232 Edm = 0.0494092 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -703341.3394754 Edm = 0.981652 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -703356.0940591 Edm = 5.06468 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -703365.4310664 Edm = 0.671955 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -703366.02301 Edm = 0.0236406 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -703366.0476939 Edm = 0.00142766 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -703366.0508107 Edm = 0.00220575 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -703366.1319873 Edm = 0.101207 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -703366.8951755 Edm = 0.72645 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -703431.3145318 Edm = 6.0092 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -703437.4666242 Edm = 0.306764 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -703437.7742653 Edm = 0.0256208 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -703437.8030067 Edm = 0.00368496 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -703437.8672539 Edm = 0.059406 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -703449.8266693 Edm = 8.63559 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -703606.2385235 Edm = 49.7496 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -703685.2428496 Edm = 13.872 NCalls = 168 +VariableMetric: Iteration # 49 - FCN = -703697.9996034 Edm = 4.96333 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -703703.3247187 Edm = 0.384994 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -703703.7124016 Edm = 0.0254449 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -703703.7369577 Edm = 0.0085058 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -703703.7662256 Edm = 0.0323792 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -703705.167817 Edm = 1.63841 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -703705.2530996 Edm = 0.0716809 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -703724.4471938 Edm = 19.2037 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -703724.8526116 Edm = 0.22733 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -703751.1589921 Edm = 20.0797 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -703780.5049547 Edm = 8.33127 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -703790.6051216 Edm = 3.32405 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -703794.5317664 Edm = 0.756263 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -703795.3423042 Edm = 0.0465061 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -703795.3984479 Edm = 0.00671893 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -703795.4068922 Edm = 0.00081228 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -703795.4083123 Edm = 0.00024119 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -703795.4094405 Edm = 0.000589304 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -703795.4226479 Edm = 0.00926786 NCalls = 220 +VariableMetric: Iteration # 68 - FCN = -703795.7224589 Edm = 0.229292 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -703799.1791459 Edm = 1.60534 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -703803.8123459 Edm = 1.13746 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -703804.6837895 Edm = 0.344713 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -703805.0676209 Edm = 0.0535965 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -703805.1380789 Edm = 0.00603595 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -703805.1432572 Edm = 0.000304592 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -703805.1442676 Edm = 0.000746498 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -703805.2812671 Edm = 0.139851 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -703805.2910054 Edm = 0.00910672 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -703814.1474563 Edm = 3.50272 NCalls = 259 +VariableMetric: Iteration # 79 - FCN = -703822.1688391 Edm = 4.58901 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -703824.2548401 Edm = 2.1042 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -703825.7482208 Edm = 0.643403 NCalls = 266 +VariableMetric: Iteration # 82 - FCN = -703826.5395031 Edm = 0.165921 NCalls = 268 +VariableMetric: Iteration # 83 - FCN = -703826.7891514 Edm = 0.0315209 NCalls = 270 +VariableMetric: Iteration # 84 - FCN = -703826.8274346 Edm = 0.00174936 NCalls = 272 +VariableMetric: Iteration # 85 - FCN = -703826.8295636 Edm = 0.000311154 NCalls = 274 +VariableMetric: Iteration # 86 - FCN = -703826.8314032 Edm = 0.00142808 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -703826.8621398 Edm = 0.0266531 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -703827.3725652 Edm = 0.484139 NCalls = 285 +VariableMetric: Iteration # 89 - FCN = -703837.8461359 Edm = 1.24011 NCalls = 289 +VariableMetric: Iteration # 90 - FCN = -703839.5071545 Edm = 0.080055 NCalls = 291 +VariableMetric: Iteration # 91 - FCN = -703839.6380353 Edm = 0.0132242 NCalls = 293 +VariableMetric: Iteration # 92 - FCN = -703839.659487 Edm = 0.000742867 NCalls = 295 +VariableMetric: Iteration # 93 - FCN = -703839.6603361 Edm = 3.95859e-05 NCalls = 297 +VariableMetric: After Hessian - FCN = -703839.6603361 Edm = 1.36181 NCalls = 654 +VariableMetric: Iteration # 94 - FCN = -703839.6603361 Edm = 1.36181 NCalls = 654 +VariableMetric: Iteration # 95 - FCN = -703841.2456642 Edm = 0.24411 NCalls = 657 +VariableMetric: Iteration # 96 - FCN = -703841.2928901 Edm = 0.409653 NCalls = 659 +VariableMetric: Iteration # 97 - FCN = -703841.4041005 Edm = 0.107698 NCalls = 660 +VariableMetric: Iteration # 98 - FCN = -703841.6326791 Edm = 0.409432 NCalls = 663 +VariableMetric: Iteration # 99 - FCN = -703841.7132679 Edm = 0.22304 NCalls = 666 +VariableMetric: Iteration # 100 - FCN = -703842.0851896 Edm = 0.974003 NCalls = 670 +VariableMetric: Iteration # 101 - FCN = -703842.1373949 Edm = 0.113539 NCalls = 673 +VariableMetric: Iteration # 102 - FCN = -703842.2536773 Edm = 0.943652 NCalls = 676 +VariableMetric: Iteration # 103 - FCN = -703844.0080115 Edm = 3.03826 NCalls = 681 +VariableMetric: Iteration # 104 - FCN = -703846.9099335 Edm = 3.99472 NCalls = 687 +VariableMetric: Iteration # 105 - FCN = -703846.9877124 Edm = 0.119134 NCalls = 689 +VariableMetric: Iteration # 106 - FCN = -703847.2938516 Edm = 0.714481 NCalls = 693 +VariableMetric: Iteration # 107 - FCN = -703847.6558339 Edm = 1.25472 NCalls = 697 +VariableMetric: Iteration # 108 - FCN = -703849.5976525 Edm = 0.923605 NCalls = 702 +VariableMetric: Iteration # 109 - FCN = -703850.004828 Edm = 1.92772 NCalls = 704 +VariableMetric: Iteration # 110 - FCN = -703851.7765296 Edm = 0.43643 NCalls = 707 +VariableMetric: Iteration # 111 - FCN = -703852.1928931 Edm = 0.152625 NCalls = 708 +VariableMetric: Iteration # 112 - FCN = -703852.4016868 Edm = 0.0734573 NCalls = 711 +VariableMetric: Iteration # 113 - FCN = -703852.5146555 Edm = 0.0429374 NCalls = 713 +VariableMetric: Iteration # 114 - FCN = -703852.5798069 Edm = 0.0179844 NCalls = 715 +VariableMetric: Iteration # 115 - FCN = -703852.6019745 Edm = 0.00382307 NCalls = 717 +VariableMetric: Iteration # 116 - FCN = -703852.6048556 Edm = 0.000577946 NCalls = 719 +VariableMetric: Iteration # 117 - FCN = -703852.6056851 Edm = 0.000139195 NCalls = 721 +VariableMetric: Iteration # 118 - FCN = -703852.605954 Edm = 0.000103668 NCalls = 723 +VariableMetric: Iteration # 119 - FCN = -703852.6061124 Edm = 3.97251e-05 NCalls = 725 +VariableMetric: After Hessian - FCN = -703852.6061124 Edm = 0.000348421 NCalls = 1088 +VariableMetric: Iteration # 120 - FCN = -703852.6061124 Edm = 0.000348421 NCalls = 1088 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -700119.8819141 Edm = 11.4852 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -700119.8819141 Edm = 11.4852 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -702871.7333531 Edm = 1.31331 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -702946.1512877 Edm = 51.0073 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -703117.0263037 Edm = 6.1532 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -703126.0917595 Edm = 1.65458 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -703128.5259848 Edm = 0.226699 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -703130.0526583 Edm = 1.14787 NCalls = 22 +VariableMetric: Iteration # 7 - FCN = -703172.7227742 Edm = 21.7646 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -703204.2089201 Edm = 0.354003 NCalls = 28 +VariableMetric: Iteration # 9 - FCN = -703204.709915 Edm = 0.150017 NCalls = 30 +VariableMetric: Iteration # 10 - FCN = -703205.5884155 Edm = 0.826967 NCalls = 33 +VariableMetric: Iteration # 11 - FCN = -703254.235911 Edm = 10.5176 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -703266.4838421 Edm = 0.277859 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -703266.9489847 Edm = 0.111554 NCalls = 44 +VariableMetric: Iteration # 14 - FCN = -703267.9728025 Edm = 0.606014 NCalls = 47 +VariableMetric: Iteration # 15 - FCN = -703349.0625603 Edm = 19.2118 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -703386.0750968 Edm = 77.894 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -703568.4141166 Edm = 45.2682 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -703594.4812388 Edm = 38.7597 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -703610.6543996 Edm = 12.6143 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -703628.3170024 Edm = 8.10577 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -703648.7254106 Edm = 1.34786 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -703649.758487 Edm = 0.122381 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -703650.006552 Edm = 0.0480667 NCalls = 75 +VariableMetric: Iteration # 24 - FCN = -703650.0842369 Edm = 0.00521192 NCalls = 77 +VariableMetric: Iteration # 25 - FCN = -703650.1043035 Edm = 0.0131584 NCalls = 79 +VariableMetric: Iteration # 26 - FCN = -703651.1889846 Edm = 0.852201 NCalls = 85 +VariableMetric: Iteration # 27 - FCN = -703655.6932702 Edm = 6.70485 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -703667.6245242 Edm = 14.2036 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -703673.2550165 Edm = 2.8676 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -703680.1883118 Edm = 0.405026 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -703681.4692396 Edm = 0.545106 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -703685.7771885 Edm = 0.809232 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -703686.0563087 Edm = 1.08864 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -703686.8644465 Edm = 0.0621507 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -703686.9343674 Edm = 0.00784086 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -703686.9762695 Edm = 0.00280846 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -703686.9800604 Edm = 0.000437242 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -703686.983746 Edm = 0.00323849 NCalls = 122 +VariableMetric: Iteration # 39 - FCN = -703687.0493052 Edm = 0.0712518 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -703687.1106485 Edm = 0.0624662 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -703698.7470389 Edm = 2.53497 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -703699.732359 Edm = 0.205558 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -703699.9635288 Edm = 0.00740215 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -703699.9721933 Edm = 0.00122521 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -703699.9859576 Edm = 0.0120321 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -703700.6310298 Edm = 0.507141 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -703716.0612176 Edm = 9.38406 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -703729.0456708 Edm = 3.1376 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -703731.4013412 Edm = 0.194002 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -703731.5664703 Edm = 0.0187366 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -703731.5852123 Edm = 0.00195751 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -703731.5883477 Edm = 0.0012843 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -703731.5983519 Edm = 0.00827635 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -703732.3768124 Edm = 0.642363 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -703741.1802336 Edm = 0.783002 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -703742.185174 Edm = 0.0349005 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -703742.2150255 Edm = 0.00144015 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -703742.2170161 Edm = 0.000402755 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -703742.2283498 Edm = 0.00841962 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -703742.3309543 Edm = 0.0565023 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -703742.8358192 Edm = 0.419023 NCalls = 201 +VariableMetric: Iteration # 62 - FCN = -703745.7671761 Edm = 1.76956 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -703748.0245892 Edm = 0.185596 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -703748.1895607 Edm = 0.0238582 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -703748.21468 Edm = 0.00328778 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -703748.2187967 Edm = 0.000175842 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -703748.2190529 Edm = 7.83579e-05 NCalls = 216 +VariableMetric: After Hessian - FCN = -703748.2190529 Edm = 38.9807 NCalls = 573 +VariableMetric: Iteration # 68 - FCN = -703748.2190529 Edm = 38.9807 NCalls = 573 +VariableMetric: Iteration # 69 - FCN = -703773.4543516 Edm = 59.5603 NCalls = 575 +VariableMetric: Iteration # 70 - FCN = -703783.491624 Edm = 0.185532 NCalls = 577 +VariableMetric: Iteration # 71 - FCN = -703783.9043718 Edm = 0.300631 NCalls = 579 +VariableMetric: Iteration # 72 - FCN = -703784.6329957 Edm = 0.243997 NCalls = 582 +VariableMetric: Iteration # 73 - FCN = -703785.2321127 Edm = 0.614448 NCalls = 585 +VariableMetric: Iteration # 74 - FCN = -703785.7295869 Edm = 0.301471 NCalls = 588 +VariableMetric: Iteration # 75 - FCN = -703786.118204 Edm = 0.263522 NCalls = 590 +VariableMetric: Iteration # 76 - FCN = -703786.2767229 Edm = 0.0721123 NCalls = 593 +VariableMetric: Iteration # 77 - FCN = -703786.3636041 Edm = 0.0251355 NCalls = 595 +VariableMetric: Iteration # 78 - FCN = -703786.4078088 Edm = 0.0198617 NCalls = 597 +VariableMetric: Iteration # 79 - FCN = -703786.4598855 Edm = 0.0138598 NCalls = 600 +VariableMetric: Iteration # 80 - FCN = -703786.4821697 Edm = 0.00258179 NCalls = 602 +VariableMetric: Iteration # 81 - FCN = -703786.4858692 Edm = 0.00259017 NCalls = 604 +VariableMetric: Iteration # 82 - FCN = -703786.4883054 Edm = 0.0021228 NCalls = 606 +VariableMetric: Iteration # 83 - FCN = -703786.4917119 Edm = 0.00017677 NCalls = 608 +VariableMetric: Iteration # 84 - FCN = -703786.4919535 Edm = 1.6193e-05 NCalls = 610 +VariableMetric: After Hessian - FCN = -703786.4919535 Edm = 2.87247e-05 NCalls = 977 +VariableMetric: Iteration # 85 - FCN = -703786.4919535 Edm = 2.87247e-05 NCalls = 977 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -697013.1809144 Edm = 15.1619 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -697013.1809144 Edm = 15.1619 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -701558.3097279 Edm = 3.68096 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -701566.0572596 Edm = 8.97524 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -702692.0608186 Edm = 226.78 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -702949.2421927 Edm = 7.0917 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -702956.5552106 Edm = 0.0636122 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -702956.6989744 Edm = 0.103809 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -703018.825999 Edm = 6.95909 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -703053.3405187 Edm = 4.67571 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -703057.4653995 Edm = 0.711115 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -703058.3831667 Edm = 0.238034 NCalls = 36 +VariableMetric: Iteration # 11 - FCN = -703073.1002536 Edm = 14.185 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -703168.3545978 Edm = 38.1584 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -703200.0489612 Edm = 1.46753 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -703201.2290445 Edm = 0.0169287 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -703201.2677982 Edm = 0.0148708 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -703202.9573263 Edm = 1.71825 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -703203.8875097 Edm = 0.910337 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -703211.1166486 Edm = 6.56777 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -703359.7099212 Edm = 22.0752 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -703393.8169456 Edm = 1.33343 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -703395.2746922 Edm = 0.0545681 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -703395.3349204 Edm = 0.00232394 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -703395.340657 Edm = 0.0034351 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -703395.660942 Edm = 0.320142 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -703395.7383981 Edm = 0.0737282 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -703452.3529943 Edm = 31.696 NCalls = 102 +VariableMetric: Iteration # 27 - FCN = -703482.2048403 Edm = 1.49926 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -703483.7457227 Edm = 0.108516 NCalls = 106 +VariableMetric: Iteration # 29 - FCN = -703483.821799 Edm = 0.00316891 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -703483.8315746 Edm = 0.00678509 NCalls = 110 +VariableMetric: Iteration # 31 - FCN = -703484.0568862 Edm = 0.26195 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -703484.2171005 Edm = 0.157697 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -703485.2418436 Edm = 0.961855 NCalls = 127 +VariableMetric: Iteration # 34 - FCN = -703541.0233892 Edm = 0.768011 NCalls = 133 +VariableMetric: Iteration # 35 - FCN = -703541.6964263 Edm = 0.0357687 NCalls = 135 +VariableMetric: Iteration # 36 - FCN = -703541.7245735 Edm = 0.00249614 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -703541.7290906 Edm = 0.00198126 NCalls = 139 +VariableMetric: Iteration # 38 - FCN = -703541.834055 Edm = 0.10323 NCalls = 144 +VariableMetric: Iteration # 39 - FCN = -703545.3251961 Edm = 0.304747 NCalls = 151 +VariableMetric: Iteration # 40 - FCN = -703562.2721058 Edm = 2.95626 NCalls = 154 +VariableMetric: Iteration # 41 - FCN = -703567.6938951 Edm = 0.394532 NCalls = 156 +VariableMetric: Iteration # 42 - FCN = -703568.0272992 Edm = 0.00786636 NCalls = 158 +VariableMetric: Iteration # 43 - FCN = -703568.0357963 Edm = 0.00108678 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -703568.0433258 Edm = 0.00648405 NCalls = 163 +VariableMetric: Iteration # 45 - FCN = -703568.2028509 Edm = 0.170268 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -703572.1093478 Edm = 3.19684 NCalls = 174 +VariableMetric: Iteration # 47 - FCN = -703592.1877582 Edm = 4.45997 NCalls = 178 +VariableMetric: Iteration # 48 - FCN = -703596.8939117 Edm = 0.426678 NCalls = 180 +VariableMetric: Iteration # 49 - FCN = -703597.3062626 Edm = 0.0213898 NCalls = 182 +VariableMetric: Iteration # 50 - FCN = -703597.3377627 Edm = 0.00202424 NCalls = 184 +VariableMetric: Iteration # 51 - FCN = -703597.3428881 Edm = 0.00256607 NCalls = 186 +VariableMetric: Iteration # 52 - FCN = -703597.5511404 Edm = 0.205944 NCalls = 191 +VariableMetric: Iteration # 53 - FCN = -703620.6817796 Edm = 18.2902 NCalls = 196 +VariableMetric: Iteration # 54 - FCN = -703695.3111182 Edm = 5.96243 NCalls = 199 +VariableMetric: Iteration # 55 - FCN = -703705.9468159 Edm = 6.38003 NCalls = 202 +VariableMetric: Iteration # 56 - FCN = -703720.8354936 Edm = 14.457 NCalls = 206 +VariableMetric: Iteration # 57 - FCN = -703735.1161184 Edm = 9.83813 NCalls = 209 +VariableMetric: Iteration # 58 - FCN = -703749.9329046 Edm = 6.4485 NCalls = 212 +VariableMetric: Iteration # 59 - FCN = -703767.1034342 Edm = 2.88504 NCalls = 215 +VariableMetric: Iteration # 60 - FCN = -703769.0751086 Edm = 1.29114 NCalls = 217 +VariableMetric: Iteration # 61 - FCN = -703770.2928543 Edm = 0.476902 NCalls = 219 +VariableMetric: Iteration # 62 - FCN = -703770.7530793 Edm = 0.668672 NCalls = 221 +VariableMetric: Iteration # 63 - FCN = -703774.8110138 Edm = 2.52875 NCalls = 226 +VariableMetric: Iteration # 64 - FCN = -703775.0998801 Edm = 1.15528 NCalls = 229 +VariableMetric: Iteration # 65 - FCN = -703779.0225021 Edm = 5.10636 NCalls = 234 +VariableMetric: Iteration # 66 - FCN = -703782.2769318 Edm = 8.67918 NCalls = 238 +VariableMetric: Iteration # 67 - FCN = -703794.0352698 Edm = 4.15342 NCalls = 244 +VariableMetric: Iteration # 68 - FCN = -703797.8971453 Edm = 2.86536 NCalls = 246 +VariableMetric: Iteration # 69 - FCN = -703799.2163502 Edm = 0.520998 NCalls = 248 +VariableMetric: Iteration # 70 - FCN = -703799.738928 Edm = 0.288704 NCalls = 250 +VariableMetric: Iteration # 71 - FCN = -703799.9165459 Edm = 0.0157592 NCalls = 252 +VariableMetric: Iteration # 72 - FCN = -703799.937207 Edm = 0.00326909 NCalls = 254 +VariableMetric: Iteration # 73 - FCN = -703799.9480898 Edm = 0.00482247 NCalls = 256 +VariableMetric: Iteration # 74 - FCN = -703800.1606497 Edm = 0.229908 NCalls = 260 +VariableMetric: Iteration # 75 - FCN = -703800.7089089 Edm = 0.523992 NCalls = 265 +VariableMetric: Iteration # 76 - FCN = -703825.0466737 Edm = 3.85172 NCalls = 270 +VariableMetric: Iteration # 77 - FCN = -703829.0451261 Edm = 0.340118 NCalls = 272 +VariableMetric: Iteration # 78 - FCN = -703829.495612 Edm = 0.0369434 NCalls = 274 +VariableMetric: Iteration # 79 - FCN = -703829.5239714 Edm = 0.0160496 NCalls = 276 +VariableMetric: Iteration # 80 - FCN = -703829.5342143 Edm = 0.00229717 NCalls = 278 +VariableMetric: Iteration # 81 - FCN = -703829.5361242 Edm = 0.000121888 NCalls = 279 +VariableMetric: Iteration # 82 - FCN = -703829.5363722 Edm = 0.000145237 NCalls = 281 +VariableMetric: Iteration # 83 - FCN = -703829.541622 Edm = 0.00467319 NCalls = 286 +VariableMetric: Iteration # 84 - FCN = -703829.6097315 Edm = 0.0494099 NCalls = 289 +VariableMetric: Iteration # 85 - FCN = -703829.9965465 Edm = 0.248022 NCalls = 292 +VariableMetric: Iteration # 86 - FCN = -703831.2435585 Edm = 0.116606 NCalls = 294 +VariableMetric: Iteration # 87 - FCN = -703831.4060535 Edm = 0.00121462 NCalls = 296 +VariableMetric: Iteration # 88 - FCN = -703831.4075446 Edm = 4.48072e-05 NCalls = 298 +VariableMetric: After Hessian - FCN = -703831.4075446 Edm = 1253.19 NCalls = 651 +VariableMetric: Iteration # 89 - FCN = -703831.4075446 Edm = 1253.19 NCalls = 651 +VariableMetric: Iteration # 90 - FCN = -703832.9024164 Edm = 82.2984 NCalls = 662 +VariableMetric: Iteration # 91 - FCN = -703856.1607525 Edm = 263.489 NCalls = 666 +VariableMetric: Iteration # 92 - FCN = -703870.5203823 Edm = 0.507509 NCalls = 669 +VariableMetric: Iteration # 93 - FCN = -703871.4294583 Edm = 0.104153 NCalls = 671 +VariableMetric: Iteration # 94 - FCN = -703871.6244121 Edm = 0.0184761 NCalls = 673 +VariableMetric: Iteration # 95 - FCN = -703871.6630506 Edm = 0.0082787 NCalls = 675 +VariableMetric: Iteration # 96 - FCN = -703871.7002734 Edm = 0.00517446 NCalls = 677 +VariableMetric: Iteration # 97 - FCN = -703871.7309962 Edm = 0.00775426 NCalls = 680 +VariableMetric: Iteration # 98 - FCN = -703871.7728179 Edm = 0.0106671 NCalls = 683 +VariableMetric: Iteration # 99 - FCN = -703871.8093143 Edm = 0.0127204 NCalls = 685 +VariableMetric: Iteration # 100 - FCN = -703872.1455971 Edm = 0.555663 NCalls = 693 +VariableMetric: Iteration # 101 - FCN = -703872.1517994 Edm = 0.0158226 NCalls = 695 +VariableMetric: Iteration # 102 - FCN = -703872.2599013 Edm = 0.143454 NCalls = 699 +VariableMetric: Iteration # 103 - FCN = -703872.7656269 Edm = 0.771076 NCalls = 705 +VariableMetric: Iteration # 104 - FCN = -703874.0656742 Edm = 0.85457 NCalls = 711 +VariableMetric: Iteration # 105 - FCN = -703874.4106268 Edm = 0.217686 NCalls = 713 +VariableMetric: Iteration # 106 - FCN = -703874.8352392 Edm = 0.118085 NCalls = 716 +VariableMetric: Iteration # 107 - FCN = -703874.9790069 Edm = 0.0535809 NCalls = 718 +VariableMetric: Iteration # 108 - FCN = -703875.1097619 Edm = 0.04299 NCalls = 720 +VariableMetric: Iteration # 109 - FCN = -703875.1601323 Edm = 0.0197828 NCalls = 722 +VariableMetric: Iteration # 110 - FCN = -703875.1833815 Edm = 0.00382295 NCalls = 724 +VariableMetric: Iteration # 111 - FCN = -703875.1999237 Edm = 0.0073177 NCalls = 726 +VariableMetric: Iteration # 112 - FCN = -703875.2233319 Edm = 0.00688705 NCalls = 729 +VariableMetric: Iteration # 113 - FCN = -703875.2357982 Edm = 0.00615484 NCalls = 731 +VariableMetric: Iteration # 114 - FCN = -703875.242728 Edm = 0.00308186 NCalls = 734 +VariableMetric: Iteration # 115 - FCN = -703875.250181 Edm = 0.00493513 NCalls = 736 +VariableMetric: Iteration # 116 - FCN = -703875.2756116 Edm = 0.0264783 NCalls = 740 +VariableMetric: Iteration # 117 - FCN = -703875.3213235 Edm = 0.0621958 NCalls = 746 +VariableMetric: Iteration # 118 - FCN = -703875.3285595 Edm = 0.0151644 NCalls = 749 +VariableMetric: Iteration # 119 - FCN = -703875.3782659 Edm = 0.0801557 NCalls = 754 +VariableMetric: Iteration # 120 - FCN = -703875.4924447 Edm = 0.249841 NCalls = 762 +VariableMetric: Iteration # 121 - FCN = -703875.6108245 Edm = 0.15349 NCalls = 769 +VariableMetric: Iteration # 122 - FCN = -703875.7237395 Edm = 0.558152 NCalls = 775 +VariableMetric: Iteration # 123 - FCN = -703875.728293 Edm = 0.00731319 NCalls = 778 +VariableMetric: Iteration # 124 - FCN = -703876.0005736 Edm = 0.120276 NCalls = 784 +VariableMetric: Iteration # 125 - FCN = -703876.357968 Edm = 0.0283127 NCalls = 787 +VariableMetric: Iteration # 126 - FCN = -703876.4155512 Edm = 0.026996 NCalls = 789 +VariableMetric: Iteration # 127 - FCN = -703876.4527529 Edm = 0.0176943 NCalls = 792 +VariableMetric: Iteration # 128 - FCN = -703876.4823789 Edm = 0.0113419 NCalls = 795 +VariableMetric: Iteration # 129 - FCN = -703876.5143964 Edm = 0.020302 NCalls = 797 +VariableMetric: Iteration # 130 - FCN = -703876.5661121 Edm = 0.0343569 NCalls = 800 +VariableMetric: Iteration # 131 - FCN = -703876.6488538 Edm = 0.0233437 NCalls = 804 +VariableMetric: Iteration # 132 - FCN = -703876.6781231 Edm = 0.0339991 NCalls = 807 +VariableMetric: Iteration # 133 - FCN = -703876.7006325 Edm = 0.0111781 NCalls = 809 +VariableMetric: Iteration # 134 - FCN = -703876.7238624 Edm = 0.010453 NCalls = 812 +VariableMetric: Iteration # 135 - FCN = -703876.7377305 Edm = 0.00226178 NCalls = 814 +VariableMetric: Iteration # 136 - FCN = -703876.7400868 Edm = 0.00139673 NCalls = 816 +VariableMetric: Iteration # 137 - FCN = -703876.7419592 Edm = 0.000630024 NCalls = 818 +VariableMetric: Iteration # 138 - FCN = -703876.7434342 Edm = 0.000330606 NCalls = 820 +VariableMetric: Iteration # 139 - FCN = -703876.7438599 Edm = 0.000148321 NCalls = 822 +VariableMetric: Iteration # 140 - FCN = -703876.744114 Edm = 4.44736e-05 NCalls = 824 +VariableMetric: After Hessian - FCN = -703876.744114 Edm = 0.000361842 NCalls = 1195 +VariableMetric: Iteration # 141 - FCN = -703876.744114 Edm = 0.000361842 NCalls = 1195 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -698108.9765359 Edm = 6.42187 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -698108.9765359 Edm = 6.42187 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -702565.2891863 Edm = 1.17465 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -702569.1195003 Edm = 2.77499 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -703165.028532 Edm = 106.299 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -703335.7210489 Edm = 27.083 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -703364.1965041 Edm = 0.183104 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -703364.4173693 Edm = 0.0564772 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -703374.9968395 Edm = 11.2166 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -703375.7280476 Edm = 0.800631 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -703391.8935386 Edm = 9.41274 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -703420.3958859 Edm = 0.251929 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -703420.6808497 Edm = 0.0586879 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -703421.2144073 Edm = 0.620471 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -703443.8967775 Edm = 20.7576 NCalls = 58 +VariableMetric: Iteration # 14 - FCN = -703558.6148425 Edm = 38.822 NCalls = 60 +VariableMetric: Iteration # 15 - FCN = -703608.0344867 Edm = 1.69687 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -703628.0472539 Edm = 13.8627 NCalls = 73 +VariableMetric: Iteration # 17 - FCN = -703629.3021125 Edm = 0.464795 NCalls = 76 +VariableMetric: Iteration # 18 - FCN = -703630.4635103 Edm = 1.01112 NCalls = 78 +VariableMetric: Iteration # 19 - FCN = -703636.7704128 Edm = 1.87994 NCalls = 82 +VariableMetric: Iteration # 20 - FCN = -703639.6225915 Edm = 0.0943503 NCalls = 85 +VariableMetric: Iteration # 21 - FCN = -703639.7072788 Edm = 0.00275588 NCalls = 87 +VariableMetric: Iteration # 22 - FCN = -703639.722288 Edm = 0.0129298 NCalls = 90 +VariableMetric: Iteration # 23 - FCN = -703642.5219406 Edm = 1.68011 NCalls = 97 +VariableMetric: Iteration # 24 - FCN = -703642.744589 Edm = 0.00295786 NCalls = 98 +VariableMetric: Iteration # 25 - FCN = -703642.7562551 Edm = 0.00718778 NCalls = 100 +VariableMetric: Iteration # 26 - FCN = -703644.0661879 Edm = 1.23185 NCalls = 106 +VariableMetric: Iteration # 27 - FCN = -703698.0918434 Edm = 1.22965 NCalls = 111 +VariableMetric: Iteration # 28 - FCN = -703699.1290711 Edm = 0.0988385 NCalls = 113 +VariableMetric: Iteration # 29 - FCN = -703699.2154009 Edm = 0.00706333 NCalls = 114 +VariableMetric: Iteration # 30 - FCN = -703699.2269708 Edm = 0.009362 NCalls = 116 +VariableMetric: Iteration # 31 - FCN = -703699.4927909 Edm = 0.260857 NCalls = 121 +VariableMetric: Iteration # 32 - FCN = -703721.0257056 Edm = 2.18912 NCalls = 127 +VariableMetric: Iteration # 33 - FCN = -703724.1287596 Edm = 0.0486324 NCalls = 129 +VariableMetric: Iteration # 34 - FCN = -703724.1908346 Edm = 0.00146495 NCalls = 131 +VariableMetric: Iteration # 35 - FCN = -703724.193635 Edm = 0.00119637 NCalls = 133 +VariableMetric: Iteration # 36 - FCN = -703724.2228986 Edm = 0.0180225 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -703724.5455052 Edm = 0.297679 NCalls = 141 +VariableMetric: Iteration # 38 - FCN = -703734.0785731 Edm = 0.108945 NCalls = 145 +VariableMetric: Iteration # 39 - FCN = -703734.2721659 Edm = 0.0264142 NCalls = 147 +VariableMetric: Iteration # 40 - FCN = -703734.3434195 Edm = 0.00536864 NCalls = 150 +VariableMetric: Iteration # 41 - FCN = -703734.3511248 Edm = 0.000439659 NCalls = 152 +VariableMetric: Iteration # 42 - FCN = -703734.3541299 Edm = 0.00182552 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -703734.4771688 Edm = 0.0957197 NCalls = 161 +VariableMetric: Iteration # 44 - FCN = -703739.1481 Edm = 2.64041 NCalls = 167 +VariableMetric: Iteration # 45 - FCN = -703739.291253 Edm = 0.397171 NCalls = 169 +VariableMetric: Iteration # 46 - FCN = -703743.4670198 Edm = 2.56929 NCalls = 173 +VariableMetric: Iteration # 47 - FCN = -703749.4308178 Edm = 0.418149 NCalls = 175 +VariableMetric: Iteration # 48 - FCN = -703750.003433 Edm = 0.152228 NCalls = 177 +VariableMetric: Iteration # 49 - FCN = -703750.1785338 Edm = 0.155229 NCalls = 180 +VariableMetric: Iteration # 50 - FCN = -703750.4311185 Edm = 0.213806 NCalls = 184 +VariableMetric: Iteration # 51 - FCN = -703752.5938826 Edm = 2.03325 NCalls = 189 +VariableMetric: Iteration # 52 - FCN = -703752.6437107 Edm = 0.0827361 NCalls = 191 +VariableMetric: Iteration # 53 - FCN = -703752.7657926 Edm = 0.0594344 NCalls = 193 +VariableMetric: Iteration # 54 - FCN = -703754.7111564 Edm = 1.67871 NCalls = 198 +VariableMetric: Iteration # 55 - FCN = -703757.3294997 Edm = 7.23695 NCalls = 200 +VariableMetric: Iteration # 56 - FCN = -703761.3026617 Edm = 7.7572 NCalls = 203 +VariableMetric: Iteration # 57 - FCN = -703778.1146466 Edm = 3.80146 NCalls = 209 +VariableMetric: Iteration # 58 - FCN = -703782.8864189 Edm = 0.73672 NCalls = 210 +VariableMetric: Iteration # 59 - FCN = -703783.3768787 Edm = 0.0824035 NCalls = 212 +VariableMetric: Iteration # 60 - FCN = -703783.4715869 Edm = 0.00296476 NCalls = 214 +VariableMetric: Iteration # 61 - FCN = -703783.4759611 Edm = 0.000962925 NCalls = 216 +VariableMetric: Iteration # 62 - FCN = -703783.4990962 Edm = 0.021054 NCalls = 220 +VariableMetric: Iteration # 63 - FCN = -703784.4558994 Edm = 0.862868 NCalls = 224 +VariableMetric: Iteration # 64 - FCN = -703796.3464968 Edm = 1.6491 NCalls = 227 +VariableMetric: Iteration # 65 - FCN = -703798.4604416 Edm = 0.154007 NCalls = 229 +VariableMetric: Iteration # 66 - FCN = -703798.6305471 Edm = 0.00376507 NCalls = 230 +VariableMetric: Iteration # 67 - FCN = -703798.6350031 Edm = 0.000659652 NCalls = 232 +VariableMetric: Iteration # 68 - FCN = -703798.6483552 Edm = 0.0134218 NCalls = 236 +VariableMetric: Iteration # 69 - FCN = -703799.2561685 Edm = 0.618355 NCalls = 244 +VariableMetric: Iteration # 70 - FCN = -703799.2593341 Edm = 0.00275923 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -703799.4399072 Edm = 0.198604 NCalls = 252 +VariableMetric: Iteration # 72 - FCN = -703799.6164939 Edm = 0.170932 NCalls = 258 +VariableMetric: Iteration # 73 - FCN = -703808.53007 Edm = 0.173138 NCalls = 263 +VariableMetric: Iteration # 74 - FCN = -703808.6789727 Edm = 0.0111668 NCalls = 265 +VariableMetric: Iteration # 75 - FCN = -703808.6917679 Edm = 0.000927502 NCalls = 267 +VariableMetric: Iteration # 76 - FCN = -703808.6930076 Edm = 0.000376901 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -703808.6970296 Edm = 0.00341203 NCalls = 272 +VariableMetric: Iteration # 78 - FCN = -703809.1221143 Edm = 0.367425 NCalls = 277 +VariableMetric: Iteration # 79 - FCN = -703817.8585845 Edm = 0.959041 NCalls = 282 +VariableMetric: Iteration # 80 - FCN = -703818.590422 Edm = 0.0812223 NCalls = 284 +VariableMetric: Iteration # 81 - FCN = -703818.652103 Edm = 0.00242748 NCalls = 286 +VariableMetric: Iteration # 82 - FCN = -703818.6542781 Edm = 0.000602215 NCalls = 288 +VariableMetric: Iteration # 83 - FCN = -703818.6558097 Edm = 0.0013514 NCalls = 290 +VariableMetric: Iteration # 84 - FCN = -703818.6831858 Edm = 0.0281641 NCalls = 295 +VariableMetric: Iteration # 85 - FCN = -703818.9847224 Edm = 0.282909 NCalls = 302 +VariableMetric: Iteration # 86 - FCN = -703846.586452 Edm = 3.05369 NCalls = 307 +VariableMetric: Iteration # 87 - FCN = -703849.7599598 Edm = 0.170229 NCalls = 308 +VariableMetric: Iteration # 88 - FCN = -703849.9699218 Edm = 0.00832082 NCalls = 309 +VariableMetric: Iteration # 89 - FCN = -703849.9812506 Edm = 0.00132038 NCalls = 311 +VariableMetric: Iteration # 90 - FCN = -703849.984178 Edm = 0.000646178 NCalls = 313 +VariableMetric: Iteration # 91 - FCN = -703849.9863297 Edm = 0.00115876 NCalls = 315 +VariableMetric: Iteration # 92 - FCN = -703850.0045575 Edm = 0.0125054 NCalls = 318 +VariableMetric: Iteration # 93 - FCN = -703850.2910067 Edm = 0.2509 NCalls = 322 +VariableMetric: Iteration # 94 - FCN = -703854.6147335 Edm = 3.21889 NCalls = 326 +VariableMetric: Iteration # 95 - FCN = -703866.3721266 Edm = 4.30516 NCalls = 328 +VariableMetric: Iteration # 96 - FCN = -703868.1464351 Edm = 1.22876 NCalls = 330 +VariableMetric: Iteration # 97 - FCN = -703869.2853068 Edm = 0.127747 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -703869.4147163 Edm = 0.0123431 NCalls = 333 +VariableMetric: Iteration # 99 - FCN = -703869.4308943 Edm = 0.00111837 NCalls = 335 +VariableMetric: Iteration # 100 - FCN = -703869.432545 Edm = 0.000222036 NCalls = 337 +VariableMetric: Iteration # 101 - FCN = -703869.4329466 Edm = 0.000137482 NCalls = 339 +VariableMetric: Iteration # 102 - FCN = -703869.4344505 Edm = 0.00124854 NCalls = 342 +VariableMetric: Iteration # 103 - FCN = -703869.5518324 Edm = 0.0996288 NCalls = 347 +VariableMetric: Iteration # 104 - FCN = -703870.9398535 Edm = 0.690719 NCalls = 351 +VariableMetric: Iteration # 105 - FCN = -703873.1090557 Edm = 0.108559 NCalls = 353 +VariableMetric: Iteration # 106 - FCN = -703873.2360084 Edm = 0.00329646 NCalls = 354 +VariableMetric: Iteration # 107 - FCN = -703873.2391597 Edm = 0.000138191 NCalls = 355 +VariableMetric: Iteration # 108 - FCN = -703873.2393264 Edm = 2.74804e-05 NCalls = 357 +VariableMetric: After Hessian - FCN = -703873.2393264 Edm = 283.991 NCalls = 718 +VariableMetric: Iteration # 109 - FCN = -703873.2393264 Edm = 283.991 NCalls = 718 +VariableMetric: Iteration # 110 - FCN = -703875.7192392 Edm = 64.2362 NCalls = 723 +VariableMetric: Iteration # 111 - FCN = -703877.095405 Edm = 0.247953 NCalls = 724 +VariableMetric: Iteration # 112 - FCN = -703877.36153 Edm = 0.130564 NCalls = 726 +VariableMetric: Iteration # 113 - FCN = -703877.6166586 Edm = 0.343603 NCalls = 729 +VariableMetric: Iteration # 114 - FCN = -703877.7967786 Edm = 0.197573 NCalls = 734 +VariableMetric: Iteration # 115 - FCN = -703878.1385871 Edm = 0.25763 NCalls = 738 +VariableMetric: Iteration # 116 - FCN = -703878.3155531 Edm = 0.147126 NCalls = 740 +VariableMetric: Iteration # 117 - FCN = -703878.6281214 Edm = 0.0995698 NCalls = 746 +VariableMetric: Iteration # 118 - FCN = -703878.805029 Edm = 0.0903419 NCalls = 750 +VariableMetric: Iteration # 119 - FCN = -703878.8684138 Edm = 0.0520001 NCalls = 752 +VariableMetric: Iteration # 120 - FCN = -703878.9370037 Edm = 0.0211704 NCalls = 754 +VariableMetric: Iteration # 121 - FCN = -703878.9669871 Edm = 0.0209353 NCalls = 756 +VariableMetric: Iteration # 122 - FCN = -703878.9894635 Edm = 0.00666815 NCalls = 759 +VariableMetric: Iteration # 123 - FCN = -703878.9994495 Edm = 0.00233491 NCalls = 761 +VariableMetric: Iteration # 124 - FCN = -703879.0028803 Edm = 0.000148044 NCalls = 763 +VariableMetric: Iteration # 125 - FCN = -703879.0030579 Edm = 9.2566e-06 NCalls = 765 +VariableMetric: After Hessian - FCN = -703879.0030579 Edm = 1.44921e-05 NCalls = 1138 +VariableMetric: Iteration # 126 - FCN = -703879.0030579 Edm = 1.44921e-05 NCalls = 1138 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -698952.3001604 Edm = 4.44997 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -698952.3001604 Edm = 4.44997 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703037.5080308 Edm = 0.439267 NCalls = 11 +VariableMetric: Iteration # 2 - FCN = -703042.4454908 Edm = 0.305744 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -703053.9548251 Edm = 8.89908 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -703096.7959299 Edm = 0.332533 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -703099.8196793 Edm = 2.32146 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -703183.8351547 Edm = 2.95409 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -703187.6148859 Edm = 0.140658 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -703188.3805409 Edm = 0.517492 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -703221.6527608 Edm = 10.6449 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -703236.2830007 Edm = 1.45225 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -703237.5308861 Edm = 0.0170596 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -703237.557492 Edm = 0.0123572 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -703237.9482244 Edm = 0.399355 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -703247.5898279 Edm = 2.66887 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -703259.7141932 Edm = 6.48805 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -703268.6504694 Edm = 0.945287 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -703270.3478817 Edm = 0.989608 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -703270.9732616 Edm = 0.272753 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -703271.2794411 Edm = 0.00771024 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -703271.3009778 Edm = 0.0149486 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -703274.7337974 Edm = 2.68754 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -703285.7315175 Edm = 2.49175 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -703287.7097184 Edm = 0.236142 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -703288.2042858 Edm = 0.0623626 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -703288.2862935 Edm = 0.00700284 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -703288.304114 Edm = 0.00518949 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -703288.331361 Edm = 0.0342512 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -703288.4757166 Edm = 0.17205 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -703288.8869417 Edm = 0.381822 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -703305.5417393 Edm = 16.6707 NCalls = 110 +VariableMetric: Iteration # 31 - FCN = -703310.1945952 Edm = 2.74325 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -703315.6029846 Edm = 0.310392 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -703316.2446147 Edm = 0.134806 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -703316.4477978 Edm = 0.0448658 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -703316.5042813 Edm = 0.0292023 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -703316.5389557 Edm = 0.00467599 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -703316.5461234 Edm = 0.00238641 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -703316.5955031 Edm = 0.061025 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -703316.6282026 Edm = 0.030232 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -703316.7765805 Edm = 0.11271 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -703319.0796842 Edm = 1.14373 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -703319.3820703 Edm = 1.30047 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -703322.0914101 Edm = 2.25265 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -703326.0088797 Edm = 2.71997 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -703334.9988934 Edm = 1.00382 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -703336.3534385 Edm = 0.0958091 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -703336.4945053 Edm = 0.0134432 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -703336.5109857 Edm = 0.00204244 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -703336.5280555 Edm = 0.0148956 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -703337.8283291 Edm = 1.3455 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -703339.6772855 Edm = 1.72717 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -703428.3524183 Edm = 10.7349 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -703443.9076984 Edm = 10.1484 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -703451.7736135 Edm = 20.1171 NCalls = 187 +VariableMetric: Iteration # 55 - FCN = -703464.2521063 Edm = 26.1075 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -703485.5710966 Edm = 29.9916 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -703522.0404129 Edm = 9.40059 NCalls = 199 +VariableMetric: Iteration # 58 - FCN = -703530.9783266 Edm = 0.718026 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -703531.8031395 Edm = 0.03802 NCalls = 203 +VariableMetric: Iteration # 60 - FCN = -703531.9654466 Edm = 0.0877851 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -703532.2930834 Edm = 0.0836669 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -703532.4858534 Edm = 0.133729 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -703532.5842915 Edm = 0.0538374 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -703532.6689207 Edm = 0.0134519 NCalls = 216 +VariableMetric: Iteration # 65 - FCN = -703532.6984516 Edm = 0.0110272 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -703532.7196698 Edm = 0.00782507 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -703532.7895705 Edm = 0.0615486 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -703538.794826 Edm = 5.86768 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -703591.7650308 Edm = 28.736 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -703609.6563208 Edm = 21.6107 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -703649.5518168 Edm = 19.4491 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -703675.767509 Edm = 19.312 NCalls = 240 +VariableMetric: Iteration # 73 - FCN = -703700.603985 Edm = 15.2831 NCalls = 242 +VariableMetric: Iteration # 74 - FCN = -703708.6415551 Edm = 7.56551 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -703715.8820541 Edm = 0.7843 NCalls = 246 +VariableMetric: Iteration # 76 - FCN = -703717.9076887 Edm = 0.552757 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -703719.2518003 Edm = 0.175021 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -703719.4659265 Edm = 0.072782 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -703719.5502726 Edm = 0.032137 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -703719.596103 Edm = 0.00737605 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -703719.6126262 Edm = 0.00644102 NCalls = 259 +VariableMetric: Iteration # 82 - FCN = -703719.6292329 Edm = 0.0114915 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -703719.7481817 Edm = 0.0897583 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -703721.8258062 Edm = 1.83968 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -703738.1341583 Edm = 10.1799 NCalls = 274 +VariableMetric: Iteration # 86 - FCN = -703751.2000059 Edm = 9.02017 NCalls = 276 +VariableMetric: Iteration # 87 - FCN = -703758.2104028 Edm = 1.52179 NCalls = 279 +VariableMetric: Iteration # 88 - FCN = -703759.67636 Edm = 0.210384 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -703759.8702929 Edm = 0.0663939 NCalls = 283 +VariableMetric: Iteration # 90 - FCN = -703759.9624604 Edm = 0.0356488 NCalls = 285 +VariableMetric: Iteration # 91 - FCN = -703760.0056258 Edm = 0.00907295 NCalls = 287 +VariableMetric: Iteration # 92 - FCN = -703760.0192663 Edm = 0.00157585 NCalls = 289 +VariableMetric: Iteration # 93 - FCN = -703760.0223019 Edm = 0.000859812 NCalls = 291 +VariableMetric: Iteration # 94 - FCN = -703760.0268722 Edm = 0.00242637 NCalls = 293 +VariableMetric: Iteration # 95 - FCN = -703760.3236197 Edm = 0.259966 NCalls = 299 +VariableMetric: Iteration # 96 - FCN = -703762.7677051 Edm = 2.75927 NCalls = 303 +VariableMetric: Iteration # 97 - FCN = -703767.970967 Edm = 3.87667 NCalls = 307 +VariableMetric: Iteration # 98 - FCN = -703775.9217878 Edm = 1.03794 NCalls = 310 +VariableMetric: Iteration # 99 - FCN = -703776.8104575 Edm = 0.139355 NCalls = 312 +VariableMetric: Iteration # 100 - FCN = -703776.9315459 Edm = 0.0265768 NCalls = 313 +VariableMetric: Iteration # 101 - FCN = -703776.9538722 Edm = 0.000659334 NCalls = 314 +VariableMetric: Iteration # 102 - FCN = -703776.9545954 Edm = 9.15464e-05 NCalls = 316 +VariableMetric: Iteration # 103 - FCN = -703776.9548036 Edm = 0.000169347 NCalls = 318 +VariableMetric: Iteration # 104 - FCN = -703776.9612026 Edm = 0.00691145 NCalls = 323 +VariableMetric: Iteration # 105 - FCN = -703777.0508974 Edm = 0.0177223 NCalls = 330 +VariableMetric: Iteration # 106 - FCN = -703777.6818543 Edm = 0.320467 NCalls = 332 +VariableMetric: Iteration # 107 - FCN = -703778.8682825 Edm = 0.0716315 NCalls = 335 +VariableMetric: Iteration # 108 - FCN = -703778.9259726 Edm = 0.00166113 NCalls = 337 +VariableMetric: Iteration # 109 - FCN = -703778.9276474 Edm = 5.93912e-05 NCalls = 338 +VariableMetric: After Hessian - FCN = -703778.9276474 Edm = 1.05325e+06 NCalls = 699 +VariableMetric: Iteration # 110 - FCN = -703778.9276474 Edm = 1.05325e+06 NCalls = 699 +VariableMetric: Iteration # 111 - FCN = -703778.9276474 Edm = 1.05325e+06 NCalls = 710 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -698520.07797 Edm = 3.31614 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -698520.07797 Edm = 3.31614 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -700858.5487888 Edm = 0.384153 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -700863.8381159 Edm = 0.487242 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -700874.7678792 Edm = 19.3015 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -701165.3115944 Edm = 3.29277 NCalls = 25 +VariableMetric: Iteration # 5 - FCN = -701167.2546556 Edm = 0.48201 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -701175.0175661 Edm = 11.1537 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -701366.6957386 Edm = 21.4886 NCalls = 38 +VariableMetric: Iteration # 8 - FCN = -701385.4899441 Edm = 0.263368 NCalls = 40 +VariableMetric: Iteration # 9 - FCN = -701386.6285772 Edm = 0.98427 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -701415.9366007 Edm = 26.2796 NCalls = 49 +VariableMetric: Iteration # 11 - FCN = -701551.1124523 Edm = 103.061 NCalls = 53 +VariableMetric: Iteration # 12 - FCN = -701727.4352657 Edm = 67.7247 NCalls = 56 +VariableMetric: Iteration # 13 - FCN = -701816.8529289 Edm = 25.3341 NCalls = 59 +VariableMetric: Iteration # 14 - FCN = -701845.6638435 Edm = 12.5855 NCalls = 62 +VariableMetric: Iteration # 15 - FCN = -701856.2640091 Edm = 0.0844797 NCalls = 64 +VariableMetric: Iteration # 16 - FCN = -701856.3740167 Edm = 0.0224971 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -701857.4175539 Edm = 1.01158 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -701857.907513 Edm = 0.461765 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -701919.0692739 Edm = 9.2865 NCalls = 80 +VariableMetric: Iteration # 20 - FCN = -701929.7655655 Edm = 0.372569 NCalls = 82 +VariableMetric: Iteration # 21 - FCN = -701930.1814748 Edm = 0.0897209 NCalls = 84 +VariableMetric: Iteration # 22 - FCN = -701930.4937846 Edm = 0.153217 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -701934.3942767 Edm = 3.67379 NCalls = 90 +VariableMetric: Iteration # 24 - FCN = -702042.0439535 Edm = 1.50578 NCalls = 96 +VariableMetric: Iteration # 25 - FCN = -702042.997579 Edm = 0.441521 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -702043.6306901 Edm = 0.24493 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -702044.2940947 Edm = 0.0971652 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -702044.4834236 Edm = 0.0429185 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -702044.5577538 Edm = 0.0170877 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -702049.2957546 Edm = 1.6293 NCalls = 118 +VariableMetric: Iteration # 31 - FCN = -702049.3214909 Edm = 0.0722415 NCalls = 121 +VariableMetric: Iteration # 32 - FCN = -702049.37803 Edm = 0.013119 NCalls = 123 +VariableMetric: Iteration # 33 - FCN = -702050.4881007 Edm = 1.29319 NCalls = 130 +VariableMetric: Iteration # 34 - FCN = -702072.5276508 Edm = 37.0187 NCalls = 141 +VariableMetric: Iteration # 35 - FCN = -702072.7395324 Edm = 0.532331 NCalls = 144 +VariableMetric: Iteration # 36 - FCN = -702074.084398 Edm = 0.985069 NCalls = 146 +VariableMetric: Iteration # 37 - FCN = -702088.1507983 Edm = 1.85246 NCalls = 150 +VariableMetric: Iteration # 38 - FCN = -702089.3638905 Edm = 0.174797 NCalls = 152 +VariableMetric: Iteration # 39 - FCN = -702089.5341371 Edm = 0.0693513 NCalls = 154 +VariableMetric: Iteration # 40 - FCN = -702090.4883711 Edm = 1.17295 NCalls = 158 +VariableMetric: Iteration # 41 - FCN = -702102.9504542 Edm = 10.2518 NCalls = 164 +VariableMetric: Iteration # 42 - FCN = -702137.5381871 Edm = 1.75904 NCalls = 169 +VariableMetric: Iteration # 43 - FCN = -702139.5080394 Edm = 0.0188624 NCalls = 171 +VariableMetric: Iteration # 44 - FCN = -702139.5247371 Edm = 0.00641566 NCalls = 173 +VariableMetric: Iteration # 45 - FCN = -702139.5508004 Edm = 0.0228733 NCalls = 176 +VariableMetric: Iteration # 46 - FCN = -702141.8398657 Edm = 1.58375 NCalls = 183 +VariableMetric: Iteration # 47 - FCN = -702224.3580294 Edm = 32.2938 NCalls = 188 +VariableMetric: Iteration # 48 - FCN = -702279.4989284 Edm = 12.0794 NCalls = 190 +VariableMetric: Iteration # 49 - FCN = -702290.1275609 Edm = 3.77566 NCalls = 192 +VariableMetric: Iteration # 50 - FCN = -702298.1245073 Edm = 2.30971 NCalls = 194 +VariableMetric: Iteration # 51 - FCN = -702303.5128757 Edm = 3.51171 NCalls = 196 +VariableMetric: Iteration # 52 - FCN = -702312.0055575 Edm = 8.41828 NCalls = 199 +VariableMetric: Iteration # 53 - FCN = -702317.4900584 Edm = 7.27116 NCalls = 203 +VariableMetric: Iteration # 54 - FCN = -702321.9000491 Edm = 2.23659 NCalls = 205 +VariableMetric: Iteration # 55 - FCN = -702323.7542153 Edm = 0.475213 NCalls = 207 +VariableMetric: Iteration # 56 - FCN = -702324.4926048 Edm = 0.150541 NCalls = 209 +VariableMetric: Iteration # 57 - FCN = -702324.7287466 Edm = 0.0183105 NCalls = 211 +VariableMetric: Iteration # 58 - FCN = -702324.7615308 Edm = 0.0213254 NCalls = 213 +VariableMetric: Iteration # 59 - FCN = -702324.8753463 Edm = 0.107563 NCalls = 216 +VariableMetric: Iteration # 60 - FCN = -702328.9949929 Edm = 3.41563 NCalls = 225 +VariableMetric: Iteration # 61 - FCN = -702337.5027734 Edm = 14.7899 NCalls = 228 +VariableMetric: Iteration # 62 - FCN = -702376.0432231 Edm = 27.493 NCalls = 231 +VariableMetric: Iteration # 63 - FCN = -702676.7807219 Edm = 138.939 NCalls = 237 +VariableMetric: Iteration # 64 - FCN = -702708.8985886 Edm = 190.558 NCalls = 239 +VariableMetric: Iteration # 65 - FCN = -702821.3418535 Edm = 31.3473 NCalls = 242 +VariableMetric: Iteration # 66 - FCN = -702865.5653829 Edm = 76.289 NCalls = 245 +VariableMetric: Iteration # 67 - FCN = -702879.8918033 Edm = 17.2695 NCalls = 247 +VariableMetric: Iteration # 68 - FCN = -702905.8699951 Edm = 8.37049 NCalls = 249 +VariableMetric: Iteration # 69 - FCN = -702950.676839 Edm = 98.1544 NCalls = 253 +VariableMetric: Iteration # 70 - FCN = -702954.49874 Edm = 8.44697 NCalls = 255 +VariableMetric: Iteration # 71 - FCN = -702981.6916957 Edm = 31.9375 NCalls = 259 +VariableMetric: Iteration # 72 - FCN = -703066.5477568 Edm = 50.6596 NCalls = 262 +VariableMetric: Iteration # 73 - FCN = -703141.9520429 Edm = 35.148 NCalls = 264 +VariableMetric: Iteration # 74 - FCN = -703182.9090344 Edm = 24.0819 NCalls = 267 +VariableMetric: Iteration # 75 - FCN = -703263.8287944 Edm = 21.1671 NCalls = 272 +VariableMetric: Iteration # 76 - FCN = -703265.5173433 Edm = 60.3414 NCalls = 274 +VariableMetric: Iteration # 77 - FCN = -703280.3554508 Edm = 1.25941 NCalls = 277 +VariableMetric: Iteration # 78 - FCN = -703284.0334062 Edm = 0.592153 NCalls = 279 +VariableMetric: Iteration # 79 - FCN = -703285.081046 Edm = 0.121113 NCalls = 281 +VariableMetric: Iteration # 80 - FCN = -703285.2322597 Edm = 0.0228506 NCalls = 283 +VariableMetric: Iteration # 81 - FCN = -703285.3437143 Edm = 0.0600478 NCalls = 285 +VariableMetric: Iteration # 82 - FCN = -703286.3431447 Edm = 0.732376 NCalls = 289 +VariableMetric: Iteration # 83 - FCN = -703310.8522899 Edm = 19.7071 NCalls = 293 +VariableMetric: Iteration # 84 - FCN = -703396.6299055 Edm = 32.642 NCalls = 296 +VariableMetric: Iteration # 85 - FCN = -703410.2336073 Edm = 7.01727 NCalls = 298 +VariableMetric: Iteration # 86 - FCN = -703414.359186 Edm = 0.373314 NCalls = 300 +VariableMetric: Iteration # 87 - FCN = -703414.6704719 Edm = 0.028265 NCalls = 302 +VariableMetric: Iteration # 88 - FCN = -703414.7020937 Edm = 0.0131801 NCalls = 304 +VariableMetric: Iteration # 89 - FCN = -703414.7471741 Edm = 0.0268098 NCalls = 306 +VariableMetric: Iteration # 90 - FCN = -703414.8198946 Edm = 0.0508565 NCalls = 308 +VariableMetric: Iteration # 91 - FCN = -703416.1298299 Edm = 1.20407 NCalls = 313 +VariableMetric: Iteration # 92 - FCN = -703463.6046002 Edm = 16.3546 NCalls = 318 +VariableMetric: Iteration # 93 - FCN = -703489.55516 Edm = 8.70343 NCalls = 321 +VariableMetric: Iteration # 94 - FCN = -703566.3960313 Edm = 110.763 NCalls = 329 +VariableMetric: Iteration # 95 - FCN = -703572.6870216 Edm = 34.7433 NCalls = 331 +VariableMetric: Iteration # 96 - FCN = -703663.9968738 Edm = 16.7986 NCalls = 334 +VariableMetric: Iteration # 97 - FCN = -703673.75493 Edm = 19.9708 NCalls = 336 +VariableMetric: Iteration # 98 - FCN = -703682.3713744 Edm = 1.40179 NCalls = 338 +VariableMetric: Iteration # 99 - FCN = -703683.9811708 Edm = 0.324169 NCalls = 340 +VariableMetric: Iteration # 100 - FCN = -703685.7063785 Edm = 1.51082 NCalls = 345 +VariableMetric: Iteration # 101 - FCN = -703702.1205968 Edm = 1.61424 NCalls = 353 +VariableMetric: Iteration # 102 - FCN = -703702.6035088 Edm = 2.77207 NCalls = 355 +VariableMetric: Iteration # 103 - FCN = -703704.2705449 Edm = 0.61701 NCalls = 357 +VariableMetric: Iteration # 104 - FCN = -703712.2798085 Edm = 2.42884 NCalls = 363 +VariableMetric: Iteration # 105 - FCN = -703713.198162 Edm = 4.01209 NCalls = 365 +VariableMetric: Iteration # 106 - FCN = -703717.1385035 Edm = 1.31911 NCalls = 367 +VariableMetric: Iteration # 107 - FCN = -703718.3969765 Edm = 1.27216 NCalls = 369 +VariableMetric: Iteration # 108 - FCN = -703721.9166 Edm = 8.46492 NCalls = 374 +VariableMetric: Iteration # 109 - FCN = -703723.2942845 Edm = 4.43771 NCalls = 379 +VariableMetric: Iteration # 110 - FCN = -703725.69352 Edm = 7.15255 NCalls = 383 +VariableMetric: Iteration # 111 - FCN = -703736.7728803 Edm = 7.91126 NCalls = 387 +VariableMetric: Iteration # 112 - FCN = -703750.0444219 Edm = 5.56376 NCalls = 392 +VariableMetric: Iteration # 113 - FCN = -703761.2109728 Edm = 15.62 NCalls = 395 +VariableMetric: Iteration # 114 - FCN = -703770.808173 Edm = 4.96321 NCalls = 397 +VariableMetric: Iteration # 115 - FCN = -703776.8952544 Edm = 0.360496 NCalls = 399 +VariableMetric: Iteration # 116 - FCN = -703777.3484171 Edm = 0.0224436 NCalls = 401 +VariableMetric: Iteration # 117 - FCN = -703777.3752192 Edm = 0.00155003 NCalls = 403 +VariableMetric: Iteration # 118 - FCN = -703777.3866333 Edm = 0.00894119 NCalls = 406 +VariableMetric: Iteration # 119 - FCN = -703777.5188421 Edm = 0.139861 NCalls = 409 +VariableMetric: Iteration # 120 - FCN = -703779.6318099 Edm = 1.6973 NCalls = 415 +VariableMetric: Iteration # 121 - FCN = -703798.0861118 Edm = 0.381876 NCalls = 418 +VariableMetric: Iteration # 122 - FCN = -703798.6104215 Edm = 0.0222958 NCalls = 420 +VariableMetric: Iteration # 123 - FCN = -703798.6386246 Edm = 0.000763331 NCalls = 422 +VariableMetric: Iteration # 124 - FCN = -703798.6397757 Edm = 0.000249625 NCalls = 424 +VariableMetric: Iteration # 125 - FCN = -703798.6414554 Edm = 0.00102578 NCalls = 427 +VariableMetric: Iteration # 126 - FCN = -703798.700664 Edm = 0.0545488 NCalls = 432 +VariableMetric: Iteration # 127 - FCN = -703802.3054051 Edm = 2.00044 NCalls = 437 +VariableMetric: Iteration # 128 - FCN = -703807.2426565 Edm = 0.213272 NCalls = 440 +VariableMetric: Iteration # 129 - FCN = -703807.5108032 Edm = 0.0341208 NCalls = 442 +VariableMetric: Iteration # 130 - FCN = -703807.5574871 Edm = 0.00477968 NCalls = 444 +VariableMetric: Iteration # 131 - FCN = -703807.5626118 Edm = 0.000445109 NCalls = 445 +VariableMetric: Iteration # 132 - FCN = -703807.5635869 Edm = 0.000653938 NCalls = 447 +VariableMetric: Iteration # 133 - FCN = -703807.5862385 Edm = 0.0225599 NCalls = 452 +VariableMetric: Iteration # 134 - FCN = -703807.7154022 Edm = 0.117878 NCalls = 459 +VariableMetric: Iteration # 135 - FCN = -703811.0886264 Edm = 1.52748 NCalls = 466 +VariableMetric: Iteration # 136 - FCN = -703814.5125897 Edm = 3.78059 NCalls = 468 +VariableMetric: Iteration # 137 - FCN = -703816.9103861 Edm = 3.47637 NCalls = 470 +VariableMetric: Iteration # 138 - FCN = -703820.6181453 Edm = 2.04037 NCalls = 473 +VariableMetric: Iteration # 139 - FCN = -703823.2523764 Edm = 0.928157 NCalls = 476 +VariableMetric: Iteration # 140 - FCN = -703823.8942649 Edm = 0.0998744 NCalls = 477 +VariableMetric: Iteration # 141 - FCN = -703824.0142738 Edm = 0.00879568 NCalls = 479 +VariableMetric: Iteration # 142 - FCN = -703824.023146 Edm = 0.000907488 NCalls = 480 +VariableMetric: Iteration # 143 - FCN = -703824.0246671 Edm = 0.000727929 NCalls = 482 +VariableMetric: Iteration # 144 - FCN = -703824.0364978 Edm = 0.00915721 NCalls = 486 +VariableMetric: Iteration # 145 - FCN = -703824.1914511 Edm = 0.123434 NCalls = 490 +VariableMetric: Iteration # 146 - FCN = -703828.3946426 Edm = 2.41339 NCalls = 494 +VariableMetric: Iteration # 147 - FCN = -703838.3458826 Edm = 0.601331 NCalls = 496 +VariableMetric: Iteration # 148 - FCN = -703839.0158489 Edm = 0.0188454 NCalls = 498 +VariableMetric: Iteration # 149 - FCN = -703839.0322644 Edm = 0.00230497 NCalls = 500 +VariableMetric: Iteration # 150 - FCN = -703839.034846 Edm = 0.0003181 NCalls = 502 +VariableMetric: Iteration # 151 - FCN = -703839.0354257 Edm = 0.000144413 NCalls = 504 +VariableMetric: Iteration # 152 - FCN = -703839.0357939 Edm = 0.000293991 NCalls = 506 +VariableMetric: Iteration # 153 - FCN = -703839.0397067 Edm = 0.00360962 NCalls = 510 +VariableMetric: Iteration # 154 - FCN = -703839.1337309 Edm = 0.0885539 NCalls = 514 +VariableMetric: Iteration # 155 - FCN = -703840.6305495 Edm = 0.589256 NCalls = 518 +VariableMetric: Iteration # 156 - FCN = -703841.7088581 Edm = 0.0122034 NCalls = 520 +VariableMetric: Iteration # 157 - FCN = -703841.7190074 Edm = 0.000294771 NCalls = 522 +VariableMetric: Iteration # 158 - FCN = -703841.7193016 Edm = 3.72571e-05 NCalls = 523 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -699421.3727891 Edm = 1.8972 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -699421.3727891 Edm = 1.8972 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -702817.5780642 Edm = 1.01512 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -702819.3389096 Edm = 1.22152 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -703046.1442216 Edm = 1.27622 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -703047.4580931 Edm = 0.0401696 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -703048.1213233 Edm = 0.617143 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -703286.1296759 Edm = 28.6506 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -703329.6175253 Edm = 0.897777 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -703330.9977842 Edm = 0.084397 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -703331.1151432 Edm = 0.00840968 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -703331.5963625 Edm = 0.485861 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -703348.6387846 Edm = 0.863004 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -703359.3779646 Edm = 582496 NCalls = 58 +VariableMetric: Iteration # 13 - FCN = -703379.8466707 Edm = 564776 NCalls = 69 +VariableMetric: Iteration # 14 - FCN = -703392.334826 Edm = 87514.9 NCalls = 79 +VariableMetric: Iteration # 15 - FCN = -703460.7382903 Edm = 67909.9 NCalls = 87 +VariableMetric: Iteration # 16 - FCN = -703532.8168161 Edm = 4304.11 NCalls = 93 +VariableMetric: Iteration # 17 - FCN = -703546.6515528 Edm = 53679.9 NCalls = 97 +VariableMetric: Iteration # 18 - FCN = -703569.1805529 Edm = 4600.59 NCalls = 101 +VariableMetric: Iteration # 19 - FCN = -703584.864504 Edm = 9410.16 NCalls = 105 +VariableMetric: Iteration # 20 - FCN = -703613.8912615 Edm = 4531.2 NCalls = 109 +VariableMetric: Iteration # 21 - FCN = -703624.5590377 Edm = 765.52 NCalls = 113 +VariableMetric: Iteration # 22 - FCN = -703653.7967693 Edm = 260.157 NCalls = 115 +VariableMetric: Iteration # 23 - FCN = -703668.4198741 Edm = 345.587 NCalls = 117 +VariableMetric: Iteration # 24 - FCN = -703715.3208614 Edm = 220.245 NCalls = 119 +VariableMetric: Iteration # 25 - FCN = -703743.9309139 Edm = 63.3441 NCalls = 121 +VariableMetric: Iteration # 26 - FCN = -703750.9959211 Edm = 96.4269 NCalls = 123 +VariableMetric: Iteration # 27 - FCN = -703760.6660408 Edm = 51.3511 NCalls = 125 +VariableMetric: Iteration # 28 - FCN = -703763.1590352 Edm = 12.3729 NCalls = 127 +VariableMetric: Iteration # 29 - FCN = -703764.9878826 Edm = 8.63411 NCalls = 129 +VariableMetric: Iteration # 30 - FCN = -703767.2334103 Edm = 7.04599 NCalls = 131 +VariableMetric: Iteration # 31 - FCN = -703769.2987346 Edm = 7.1993 NCalls = 133 +VariableMetric: Iteration # 32 - FCN = -703772.1606174 Edm = 9.34003 NCalls = 136 +VariableMetric: Iteration # 33 - FCN = -703775.2099064 Edm = 5.05549 NCalls = 139 +VariableMetric: Iteration # 34 - FCN = -703780.2060956 Edm = 2.77121 NCalls = 142 +VariableMetric: Iteration # 35 - FCN = -703782.6231468 Edm = 1.5067 NCalls = 144 +VariableMetric: Iteration # 36 - FCN = -703783.6271631 Edm = 0.498354 NCalls = 146 +VariableMetric: Iteration # 37 - FCN = -703784.1887367 Edm = 0.442672 NCalls = 148 +VariableMetric: Iteration # 38 - FCN = -703784.6541984 Edm = 0.177925 NCalls = 150 +VariableMetric: Iteration # 39 - FCN = -703784.9308464 Edm = 0.196718 NCalls = 152 +VariableMetric: Iteration # 40 - FCN = -703785.1149828 Edm = 0.0741841 NCalls = 154 +VariableMetric: Iteration # 41 - FCN = -703785.2113615 Edm = 0.0530519 NCalls = 156 +VariableMetric: Iteration # 42 - FCN = -703785.2790496 Edm = 0.0271214 NCalls = 158 +VariableMetric: Iteration # 43 - FCN = -703785.3425002 Edm = 0.0221323 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -703785.3885825 Edm = 0.00881735 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -703785.4105856 Edm = 0.00543206 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -703785.4237135 Edm = 0.00705766 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -703785.4643781 Edm = 0.016463 NCalls = 169 +VariableMetric: Iteration # 48 - FCN = -703785.4868066 Edm = 0.00203058 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -703785.4888706 Edm = 0.000779396 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -703785.4905762 Edm = 0.000664083 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -703785.4921216 Edm = 0.000611299 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -703785.4935166 Edm = 0.000338411 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -703785.4940441 Edm = 2.0311e-05 NCalls = 180 +VariableMetric: After Hessian - FCN = -703785.4940441 Edm = 2.40847e-05 NCalls = 551 +VariableMetric: Iteration # 54 - FCN = -703785.4940441 Edm = 2.40847e-05 NCalls = 551 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -698363.8637652 Edm = 6.25569 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -698363.8637652 Edm = 6.25569 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -702951.1291919 Edm = 0.708795 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -702952.5395782 Edm = 0.618865 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -703190.8692938 Edm = 2.49786 NCalls = 20 +VariableMetric: Iteration # 4 - FCN = -703193.5912947 Edm = 0.328531 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -703193.8064173 Edm = 0.0915295 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -703233.6670938 Edm = 0.198083 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -703234.1584254 Edm = 0.244505 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -703331.6469265 Edm = 97.8289 NCalls = 40 +VariableMetric: Iteration # 9 - FCN = -703646.5647343 Edm = 66.946 NCalls = 43 +VariableMetric: Iteration # 10 - FCN = -703700.7221784 Edm = 1.80272 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -703702.8953808 Edm = 0.149107 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -703703.0788709 Edm = 0.00492249 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -703703.1805592 Edm = 0.0901366 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -703716.5786321 Edm = 5.76612 NCalls = 60 +VariableMetric: Iteration # 15 - FCN = -703730.9976515 Edm = 1.10547 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -703733.6164189 Edm = 2.74693 NCalls = 68 +VariableMetric: Iteration # 17 - FCN = -703736.6953704 Edm = 4.77299 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -703740.6040651 Edm = 0.954649 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -703741.5128192 Edm = 0.0338604 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -703741.5385528 Edm = 0.0016322 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -703741.5485484 Edm = 0.00915686 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -703742.7697803 Edm = 1.06205 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -703759.7718317 Edm = 1.08936 NCalls = 90 +VariableMetric: Iteration # 24 - FCN = -703760.9927368 Edm = 0.0501844 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -703761.0741718 Edm = 0.00422561 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -703761.080449 Edm = 0.000310951 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -703761.0812857 Edm = 0.000510709 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -703761.1141281 Edm = 0.0291631 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -703764.2423058 Edm = 1.30258 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -703767.0559927 Edm = 1.10023 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -703767.2167839 Edm = 0.288636 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -703767.3446114 Edm = 0.00229455 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -703767.3543331 Edm = 0.00560862 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -703767.4045959 Edm = 0.0116593 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -703767.4827708 Edm = 0.0226893 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -703767.4951222 Edm = 0.0248948 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -703767.5050957 Edm = 0.00108532 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -703767.5061996 Edm = 0.000409375 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -703767.5114209 Edm = 0.00657644 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -703767.5234929 Edm = 0.0106382 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -703770.693298 Edm = 6.95508 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -703770.7073809 Edm = 0.0368102 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -703772.078998 Edm = 0.706351 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -703774.429268 Edm = 1.29977 NCalls = 163 +VariableMetric: Iteration # 45 - FCN = -703775.9939433 Edm = 1.83428 NCalls = 165 +VariableMetric: Iteration # 46 - FCN = -703791.3814887 Edm = 1.96363 NCalls = 170 +VariableMetric: Iteration # 47 - FCN = -703793.6097426 Edm = 0.0915686 NCalls = 172 +VariableMetric: Iteration # 48 - FCN = -703793.6871807 Edm = 0.0025408 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -703793.690703 Edm = 0.000750477 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -703793.6945115 Edm = 0.00293698 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -703794.3056379 Edm = 0.588271 NCalls = 184 +VariableMetric: Iteration # 52 - FCN = -703811.2653206 Edm = 4.1342 NCalls = 189 +VariableMetric: Iteration # 53 - FCN = -703814.5649766 Edm = 0.107427 NCalls = 191 +VariableMetric: Iteration # 54 - FCN = -703814.6710779 Edm = 0.00564143 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -703814.6785915 Edm = 0.000712625 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -703814.6794457 Edm = 0.000193475 NCalls = 196 +VariableMetric: Iteration # 57 - FCN = -703814.680235 Edm = 0.000503766 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -703814.6976289 Edm = 0.0160774 NCalls = 202 +VariableMetric: Iteration # 59 - FCN = -703816.6921238 Edm = 1.65118 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -703821.2198817 Edm = 0.202454 NCalls = 210 +VariableMetric: Iteration # 61 - FCN = -703821.3391739 Edm = 0.0172633 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -703821.3503402 Edm = 0.000807347 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -703821.3510541 Edm = 7.44328e-05 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -703821.3515621 Edm = 0.000424691 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -703821.3946879 Edm = 0.0414032 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -703823.3402111 Edm = 0.25244 NCalls = 228 +VariableMetric: Iteration # 67 - FCN = -703823.6211586 Edm = 0.0100272 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -703823.6294135 Edm = 0.000322851 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -703823.6297538 Edm = 9.2269e-06 NCalls = 233 +VariableMetric: After Hessian - FCN = -703823.6297538 Edm = 158.905 NCalls = 590 +VariableMetric: Iteration # 70 - FCN = -703823.6297538 Edm = 158.905 NCalls = 590 +VariableMetric: Iteration # 71 - FCN = -703866.215974 Edm = 180.526 NCalls = 593 +VariableMetric: Iteration # 72 - FCN = -703875.2218691 Edm = 3.0672 NCalls = 597 +VariableMetric: Iteration # 73 - FCN = -703876.5158307 Edm = 0.0146071 NCalls = 599 +VariableMetric: Iteration # 74 - FCN = -703876.5283724 Edm = 0.00373768 NCalls = 601 +VariableMetric: Iteration # 75 - FCN = -703876.5320805 Edm = 0.000194472 NCalls = 603 +VariableMetric: Iteration # 76 - FCN = -703876.5323054 Edm = 2.70351e-05 NCalls = 605 +VariableMetric: After Hessian - FCN = -703876.5323054 Edm = 2.22095 NCalls = 974 +VariableMetric: Iteration # 77 - FCN = -703876.5323054 Edm = 2.22095 NCalls = 974 +VariableMetric: Iteration # 78 - FCN = -703876.5648723 Edm = 9.44869 NCalls = 977 +VariableMetric: Iteration # 79 - FCN = -703876.5649466 Edm = 0.000674945 NCalls = 979 +VariableMetric: Iteration # 80 - FCN = -703876.5681197 Edm = 0.00234602 NCalls = 982 +VariableMetric: Iteration # 81 - FCN = -703876.6346997 Edm = 0.0424298 NCalls = 987 +VariableMetric: Iteration # 82 - FCN = -703876.6399012 Edm = 0.00841294 NCalls = 990 +VariableMetric: Iteration # 83 - FCN = -703876.6600665 Edm = 0.0218687 NCalls = 993 +VariableMetric: Iteration # 84 - FCN = -703876.9190708 Edm = 0.235983 NCalls = 1001 +VariableMetric: Iteration # 85 - FCN = -703876.9228373 Edm = 0.00792168 NCalls = 1003 +VariableMetric: Iteration # 86 - FCN = -703877.0048463 Edm = 0.0577046 NCalls = 1007 +VariableMetric: Iteration # 87 - FCN = -703877.5270973 Edm = 0.196427 NCalls = 1011 +VariableMetric: Iteration # 88 - FCN = -703878.1126761 Edm = 0.584354 NCalls = 1016 +VariableMetric: Iteration # 89 - FCN = -703878.2369843 Edm = 0.214806 NCalls = 1018 +VariableMetric: Iteration # 90 - FCN = -703878.5574257 Edm = 0.108666 NCalls = 1020 +VariableMetric: Iteration # 91 - FCN = -703878.6481801 Edm = 0.0783254 NCalls = 1022 +VariableMetric: Iteration # 92 - FCN = -703878.80714 Edm = 0.0358988 NCalls = 1026 +VariableMetric: Iteration # 93 - FCN = -703878.8886906 Edm = 0.0149437 NCalls = 1029 +VariableMetric: Iteration # 94 - FCN = -703878.9048367 Edm = 0.0240834 NCalls = 1030 +VariableMetric: Iteration # 95 - FCN = -703878.9364047 Edm = 0.00811106 NCalls = 1032 +VariableMetric: Iteration # 96 - FCN = -703878.9531281 Edm = 0.00659718 NCalls = 1035 +VariableMetric: Iteration # 97 - FCN = -703878.9640412 Edm = 0.0027498 NCalls = 1037 +VariableMetric: Iteration # 98 - FCN = -703878.9679789 Edm = 0.000635085 NCalls = 1039 +VariableMetric: Iteration # 99 - FCN = -703878.9690586 Edm = 0.00030779 NCalls = 1041 +VariableMetric: Iteration # 100 - FCN = -703878.9696211 Edm = 0.000140557 NCalls = 1043 +VariableMetric: Iteration # 101 - FCN = -703878.9702155 Edm = 0.00018212 NCalls = 1045 +VariableMetric: Iteration # 102 - FCN = -703878.9706495 Edm = 9.27722e-05 NCalls = 1047 +VariableMetric: Iteration # 103 - FCN = -703878.9709311 Edm = 4.98245e-05 NCalls = 1049 +VariableMetric: After Hessian - FCN = -703878.9709311 Edm = 0.00466187 NCalls = 1422 +VariableMetric: Iteration # 104 - FCN = -703878.9709311 Edm = 0.00466187 NCalls = 1422 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -700253.146766 Edm = 7.88416 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -700253.146766 Edm = 7.88416 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -702215.6532048 Edm = 1.01791 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -702259.5587388 Edm = 39.8162 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -702474.0962679 Edm = 0.14366 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -702474.9097159 Edm = 0.0482009 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -702475.4093483 Edm = 0.42018 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -702516.2305586 Edm = 0.313159 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -702517.1212182 Edm = 0.259249 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -702519.0476631 Edm = 0.890966 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -702684.3053529 Edm = 381.72 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -702685.3779593 Edm = 1.60106 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -702717.8631634 Edm = 20.415 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -702798.5315786 Edm = 19.5013 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -702820.6833005 Edm = 3.16183 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -702824.2945582 Edm = 3.39263 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -702830.1118209 Edm = 2.22609 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -702987.526985 Edm = 81.3784 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -703073.249521 Edm = 80.7301 NCalls = 68 +VariableMetric: Iteration # 18 - FCN = -703089.6437577 Edm = 0.556533 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -703090.2570448 Edm = 0.0469793 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -703090.4446109 Edm = 0.19211 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -703118.5667397 Edm = 17.5924 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -703177.3527638 Edm = 0.340347 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -703177.851503 Edm = 0.0198496 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -703177.8753295 Edm = 0.00614794 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -703177.9328347 Edm = 0.0291727 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -703178.8849121 Edm = 0.911245 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -703229.0886026 Edm = 1.91097 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -703230.9251666 Edm = 0.138207 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -703231.0836194 Edm = 0.00510265 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -703231.0911295 Edm = 0.00170034 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -703231.1065483 Edm = 0.00883905 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -703232.6667901 Edm = 1.16188 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -703245.8634461 Edm = 4.85607 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -703252.0279201 Edm = 1.31418 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -703263.7578721 Edm = 16.8647 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -703264.8120549 Edm = 5.6383 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -703275.6387481 Edm = 9.53287 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -703287.4526756 Edm = 3.16673 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -703291.1896711 Edm = 0.714957 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -703291.8652249 Edm = 0.0401999 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -703291.9052686 Edm = 0.00317121 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -703291.909855 Edm = 0.00252967 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -703292.0762124 Edm = 0.17565 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -703294.4284129 Edm = 0.292544 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -703314.1593153 Edm = 12.9384 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -703344.5071347 Edm = 3.09705 NCalls = 162 +VariableMetric: Iteration # 47 - FCN = -703345.7031433 Edm = 0.865413 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -703346.2784618 Edm = 0.0590813 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -703346.3764199 Edm = 0.0282252 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -703346.4724016 Edm = 0.00871024 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -703346.490898 Edm = 0.00777168 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -703346.5957237 Edm = 0.0636065 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -703347.6995659 Edm = 0.870288 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -703463.1998357 Edm = 55.8717 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -703478.2094693 Edm = 35.8283 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -703499.6846294 Edm = 42.0375 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -703576.9904221 Edm = 14.7178 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -703591.9143729 Edm = 15.7818 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -703600.1405026 Edm = 1.61502 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -703603.7272795 Edm = 0.56074 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -703604.5037962 Edm = 0.0788776 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -703604.6549955 Edm = 0.0765876 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -703604.7283979 Edm = 0.0369392 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -703604.8065896 Edm = 0.015715 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -703604.8530086 Edm = 0.00928741 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -703604.8694183 Edm = 0.00533958 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -703604.8841402 Edm = 0.0112298 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -703605.7970379 Edm = 0.753859 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -703664.6272295 Edm = 24.2879 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -703700.4737178 Edm = 3.50526 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -703705.6265952 Edm = 2.29845 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -703708.5602018 Edm = 1.63033 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -703729.19986 Edm = 51.389 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -703729.3903453 Edm = 1.44792 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -703736.8572822 Edm = 9.09656 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -703744.0631728 Edm = 14.1489 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -703745.391157 Edm = 2.57501 NCalls = 254 +VariableMetric: Iteration # 78 - FCN = -703755.2288819 Edm = 12.0949 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -703789.7350248 Edm = 9.25094 NCalls = 263 +VariableMetric: Iteration # 80 - FCN = -703807.3720585 Edm = 9.09928 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -703831.3650562 Edm = 21.1141 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -703837.1999677 Edm = 15.1507 NCalls = 269 +VariableMetric: Iteration # 83 - FCN = -703843.6439627 Edm = 2.84444 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -703846.2376308 Edm = 1.12719 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -703848.2363737 Edm = 0.486306 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -703848.5458916 Edm = 0.068878 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -703848.6086866 Edm = 0.0155048 NCalls = 279 +VariableMetric: Iteration # 88 - FCN = -703848.6573299 Edm = 0.0163365 NCalls = 281 +VariableMetric: Iteration # 89 - FCN = -703848.6901368 Edm = 0.0024972 NCalls = 283 +VariableMetric: Iteration # 90 - FCN = -703848.6929135 Edm = 0.000725581 NCalls = 285 +VariableMetric: Iteration # 91 - FCN = -703848.6993028 Edm = 0.00332226 NCalls = 288 +VariableMetric: Iteration # 92 - FCN = -703848.7169765 Edm = 0.00667599 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -703848.8609992 Edm = 0.127486 NCalls = 295 +VariableMetric: Iteration # 94 - FCN = -703862.6418331 Edm = 3.0575 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -703866.3286397 Edm = 0.249953 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -703866.5633299 Edm = 0.00810078 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -703866.5725016 Edm = 0.00189532 NCalls = 307 +VariableMetric: Iteration # 98 - FCN = -703866.5744096 Edm = 0.000156134 NCalls = 309 +VariableMetric: Iteration # 99 - FCN = -703866.5747341 Edm = 0.000196559 NCalls = 311 +VariableMetric: Iteration # 100 - FCN = -703866.5790323 Edm = 0.00409647 NCalls = 316 +VariableMetric: Iteration # 101 - FCN = -703866.6865663 Edm = 0.0777301 NCalls = 320 +VariableMetric: Iteration # 102 - FCN = -703868.5217123 Edm = 0.474921 NCalls = 324 +VariableMetric: Iteration # 103 - FCN = -703869.0920141 Edm = 0.0115542 NCalls = 326 +VariableMetric: Iteration # 104 - FCN = -703869.1030852 Edm = 0.000165666 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -703869.1032968 Edm = 6.25094e-05 NCalls = 329 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.039E+05 | Ncalls=1243 (1243 total) | +| EDM = 0.000252 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -703878.8167165704 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.25 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16 | 8 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | 4.07 | 0.13 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.468 | 0.021 | | |-6.28319 | 6.28319 | | +| 4 | rho_p | 5.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 6.8 | 1.1 | | | 4.19232 | 9.40768 | | +| 6 | p4040_p | 3.57 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | rho_s | 0.96 | 0.24 | | |0.0253049| 2.0747 | | +| 8 | phi_p | -6 | 11 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.28 | 0.14 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.25 | 0.16 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.83 | 0.13 | | |0.00501244| 2.01499 | | +| 12| p4160_p | 4.23 | 0.08 | | |-6.28319 | 6.28319 | | +| 13| Ctt | 0.029 | 0.075 | | | -0.5 | 0.5 | | +| 14| psi2s_s | 1368.0 | 1.2 | | | 1358.64 | 1433.36 | | +| 15| p4160_s | 1.97 | 0.12 | | | 0.71676 | 3.68324 | | +| 16| Dbar_s | 0.021 | 0.029 | | | -1.464 | 1.464 | | +| 17| jpsi_p | -4.808 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| omega_p | 0.41 | 0.25 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s p4415_p psi2s_p rho_p omega_s p4040_p rho_s phi_p p4415_s p3770_s p4040_s p4160_p Ctt psi2s_s p4160_s Dbar_s jpsi_p jpsi_s omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.043 0.049 0.185 -0.018 0.004 0.111 -0.003 -0.044 -0.024 -0.101 -0.005 0.082 -0.285 -0.021 0.031 0.133 -0.051 -0.013 -0.016 | +| phi_s | -0.043 1.000 -0.027 -0.188 0.621 -0.120 -0.051 0.074 0.997 -0.013 -0.023 -0.010 -0.045 0.032 -0.037 -0.023 0.048 -0.401 0.051 0.321 | +| p4415_p | 0.049 -0.027 1.000 0.025 -0.003 0.003 0.041 -0.005 -0.027 -0.133 -0.014 -0.145 0.177 -0.144 0.008 -0.151 -0.184 -0.011 -0.012 -0.010 | +| psi2s_p | 0.185 -0.188 0.025 1.000 -0.110 0.014 -0.038 0.001 -0.188 -0.096 -0.096 -0.116 0.079 -0.092 -0.002 -0.097 0.290 0.035 -0.049 -0.065 | +| rho_p | -0.018 0.621 -0.003 -0.110 1.000 -0.154 -0.032 0.100 0.616 -0.015 -0.029 -0.026 -0.015 0.030 -0.045 -0.021 0.053 -0.310 0.062 0.175 | +| omega_s | 0.004 -0.120 0.003 0.014 -0.154 1.000 0.006 -0.247 -0.123 0.001 0.003 0.000 0.005 -0.009 0.005 0.003 -0.008 0.035 -0.007 0.558 | +| p4040_p | 0.111 -0.051 0.041 -0.038 -0.032 0.006 1.000 -0.008 -0.052 0.089 -0.056 -0.155 -0.062 -0.180 -0.001 0.298 -0.199 -0.088 -0.005 -0.020 | +| rho_s | -0.003 0.074 -0.005 0.001 0.100 -0.247 -0.008 1.000 0.079 0.003 -0.005 0.003 -0.009 0.035 0.001 -0.001 0.025 -0.020 -0.003 0.187 | +| phi_p | -0.044 0.997 -0.027 -0.188 0.616 -0.123 -0.052 0.079 1.000 -0.013 -0.023 -0.009 -0.045 0.032 -0.037 -0.023 0.047 -0.401 0.051 0.321 | +| p4415_s | -0.024 -0.013 -0.133 -0.096 -0.015 0.001 0.089 0.003 -0.013 1.000 0.012 -0.035 0.119 0.166 0.009 0.137 -0.221 -0.067 -0.019 -0.006 | +| p3770_s | -0.101 -0.023 -0.014 -0.096 -0.029 0.003 -0.056 -0.005 -0.023 0.012 1.000 0.103 -0.042 -0.024 0.003 0.005 -0.140 -0.040 0.002 -0.009 | +| p4040_s | -0.005 -0.010 -0.145 -0.116 -0.026 0.000 -0.155 0.003 -0.009 -0.035 0.103 1.000 -0.281 0.255 0.005 -0.246 -0.132 -0.006 -0.002 -0.004 | +| p4160_p | 0.082 -0.045 0.177 0.079 -0.015 0.005 -0.062 -0.009 -0.045 0.119 -0.042 -0.281 1.000 -0.284 0.000 -0.051 -0.033 -0.001 -0.000 -0.016 | +| Ctt | -0.285 0.032 -0.144 -0.092 0.030 -0.009 -0.180 0.035 0.032 0.166 -0.024 0.255 -0.284 1.000 0.015 0.072 -0.481 -0.054 -0.057 0.014 | +| psi2s_s | -0.021 -0.037 0.008 -0.002 -0.045 0.005 -0.001 0.001 -0.037 0.009 0.003 0.005 0.000 0.015 1.000 0.009 0.040 -0.001 -0.572 -0.015 | +| p4160_s | 0.031 -0.023 -0.151 -0.097 -0.021 0.003 0.298 -0.001 -0.023 0.137 0.005 -0.246 -0.051 0.072 0.009 1.000 -0.290 -0.081 -0.016 -0.010 | +| Dbar_s | 0.133 0.048 -0.184 0.290 0.053 -0.008 -0.199 0.025 0.047 -0.221 -0.140 -0.132 -0.033 -0.481 0.040 -0.290 1.000 -0.019 -0.072 0.020 | +| jpsi_p | -0.051 -0.401 -0.011 0.035 -0.310 0.035 -0.088 -0.020 -0.401 -0.067 -0.040 -0.006 -0.001 -0.054 -0.001 -0.081 -0.019 1.000 0.004 -0.142 | +| jpsi_s | -0.013 0.051 -0.012 -0.049 0.062 -0.007 -0.005 -0.003 0.051 -0.019 0.002 -0.002 -0.000 -0.057 -0.572 -0.016 -0.072 0.004 1.000 0.021 | +| omega_p | -0.016 0.321 -0.010 -0.065 0.175 0.558 -0.020 0.187 0.321 -0.006 -0.009 -0.004 -0.016 0.014 -0.015 -0.010 0.020 -0.142 0.021 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09185218450104782}), (, {'error': 7.583227387619973}), (, {'error': 0.13027320372817108}), (, {'error': 0.020949351086875012}), (, {'error': 0.3631786021933108}), (, {'error': 1.064722806271611}), (, {'error': 0.1669652488242095}), (, {'error': 0.24262462480132757}), (, {'error': 10.603437255172166}), (, {'error': 0.14129438690524054}), (, {'error': 0.1633404841619015}), (, {'error': 0.126087358503375}), (, {'error': 0.07872522959004602}), (, {'error': 0.07488073603410397}), (, {'error': 1.213791876334767}), (, {'error': 0.12291838471029248}), (, {'error': 0.028756518941451037}), (, {'error': 0.01556762035799375}), (, {'error': 10.013672482379661}), (, {'error': 0.24719732341418865})]) +Toy 1/10 +Time taken: 1 h, 25 min +Projected time left: 12 h, 46 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.039E+05 | Ncalls=1088 (1088 total) | +| EDM = 0.000348 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -703852.6061124499 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.54 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.0 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.00 | 0.04 | | |-6.28319 | 6.28319 | | +| 4 | rho_p | -0.8 | 0.3 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 6.7 | 1.7 | | | 4.19232 | 9.40768 | | +| 6 | p4040_p | 3.49 | 0.22 | | |-6.28319 | 6.28319 | | +| 7 | rho_s | 0.95 | 0.29 | | |0.0253049| 2.0747 | | +| 8 | phi_p | 6.20 | 0.23 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.126 | 0.026 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.10 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.77 | 0.19 | | |0.00501244| 2.01499 | | +| 12| p4160_p | -1.89 | 0.13 | | |-6.28319 | 6.28319 | | +| 13| Ctt | -0.36 | 0.17 | | | -0.5 | 0.5 | | +| 14| psi2s_s | 1368.8 | 1.7 | | | 1358.64 | 1433.36 | | +| 15| p4160_s | 1.58 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| Dbar_s | 0.21 | 0.06 | | | -1.464 | 1.464 | | +| 17| jpsi_p | -1.717 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 19| omega_p | 0.25 | 0.40 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s p4415_p psi2s_p rho_p omega_s p4040_p rho_s phi_p p4415_s p3770_s p4040_s p4160_p Ctt psi2s_s p4160_s Dbar_s jpsi_p jpsi_s omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.000 0.012 0.612 0.035 -0.001 0.079 -0.019 -0.003 0.020 -0.168 -0.391 0.394 -0.674 -0.024 -0.165 0.563 -0.141 -0.000 -0.004 | +| phi_s | -0.000 1.000 -0.000 -0.006 0.165 0.061 -0.001 -0.067 0.616 -0.000 -0.003 -0.001 -0.002 0.006 0.006 0.001 0.005 -0.014 -0.008 0.057 | +| p4415_p | 0.012 -0.000 1.000 0.020 0.001 0.000 -0.011 -0.000 0.000 -0.037 -0.005 -0.000 -0.002 -0.020 -0.000 -0.014 0.030 0.003 0.000 0.000 | +| psi2s_p | 0.612 -0.006 0.020 1.000 0.035 -0.012 -0.099 -0.007 -0.009 0.025 -0.174 -0.472 0.488 -0.777 -0.001 -0.337 0.757 -0.142 -0.023 -0.011 | +| rho_p | 0.035 0.165 0.001 0.035 1.000 -0.177 -0.015 0.120 0.075 0.003 -0.032 -0.039 0.034 -0.021 -0.053 -0.021 0.054 0.019 0.062 -0.117 | +| omega_s | -0.001 0.061 0.000 -0.012 -0.177 1.000 0.001 -0.270 0.009 -0.000 0.002 -0.002 -0.000 -0.006 -0.000 0.001 -0.003 -0.045 0.001 0.840 | +| p4040_p | 0.079 -0.001 -0.011 -0.099 -0.015 0.001 1.000 -0.015 -0.003 -0.002 0.034 -0.228 -0.174 0.010 -0.023 0.416 -0.288 -0.156 0.029 -0.005 | +| rho_s | -0.019 -0.067 -0.000 -0.007 0.120 -0.270 -0.015 1.000 -0.006 -0.002 -0.008 0.025 -0.024 0.047 0.007 -0.000 0.001 0.075 -0.011 0.058 | +| phi_p | -0.003 0.616 0.000 -0.009 0.075 0.009 -0.003 -0.006 1.000 -0.000 -0.002 0.001 -0.003 0.004 -0.003 -0.001 0.002 -0.020 0.003 0.023 | +| p4415_s | 0.020 -0.000 -0.037 0.025 0.003 -0.000 -0.002 -0.002 -0.000 1.000 -0.004 -0.022 0.028 -0.030 -0.001 -0.023 0.011 -0.006 0.001 -0.000 | +| p3770_s | -0.168 -0.003 -0.005 -0.174 -0.032 0.002 0.034 -0.008 -0.002 -0.004 1.000 0.188 -0.115 0.126 -0.010 0.091 -0.245 -0.060 0.018 -0.002 | +| p4040_s | -0.391 -0.001 -0.000 -0.472 -0.039 -0.002 -0.228 0.025 0.001 -0.022 0.188 1.000 -0.444 0.587 0.019 -0.186 -0.402 0.147 -0.017 0.002 | +| p4160_p | 0.394 -0.002 -0.002 0.488 0.034 -0.000 -0.174 -0.024 -0.003 0.028 -0.115 -0.444 1.000 -0.590 -0.018 -0.227 0.419 -0.122 0.022 -0.003 | +| Ctt | -0.674 0.006 -0.020 -0.777 -0.021 -0.006 0.010 0.047 0.004 -0.030 0.126 0.587 -0.590 1.000 0.024 0.331 -0.836 0.232 -0.036 0.003 | +| psi2s_s | -0.024 0.006 -0.000 -0.001 -0.053 -0.000 -0.023 0.007 -0.003 -0.001 -0.010 0.019 -0.018 0.024 1.000 -0.003 0.061 0.046 -0.745 -0.004 | +| p4160_s | -0.165 0.001 -0.014 -0.337 -0.021 0.001 0.416 -0.000 -0.001 -0.023 0.091 -0.186 -0.227 0.331 -0.003 1.000 -0.532 -0.060 0.005 -0.002 | +| Dbar_s | 0.563 0.005 0.030 0.757 0.054 -0.003 -0.288 0.001 0.002 0.011 -0.245 -0.402 0.419 -0.836 0.061 -0.532 1.000 -0.037 -0.088 0.001 | +| jpsi_p | -0.141 -0.014 0.003 -0.142 0.019 -0.045 -0.156 0.075 -0.020 -0.006 -0.060 0.147 -0.122 0.232 0.046 -0.060 -0.037 1.000 -0.062 -0.027 | +| jpsi_s | -0.000 -0.008 0.000 -0.023 0.062 0.001 0.029 -0.011 0.003 0.001 0.018 -0.017 0.022 -0.036 -0.745 0.005 -0.088 -0.062 1.000 0.005 | +| omega_p | -0.004 0.057 0.000 -0.011 -0.117 0.840 -0.005 0.058 0.023 -0.000 -0.002 0.002 -0.003 0.003 -0.004 -0.002 0.001 -0.027 0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14437398801716483}), (, {'error': 0.9786441509584751}), (, {'error': 0.1192216926401235}), (, {'error': 0.0356620975058215}), (, {'error': 0.3318735291733206}), (, {'error': 1.7445809489562558}), (, {'error': 0.22271110473162725}), (, {'error': 0.29409429533666953}), (, {'error': 0.23216021899535288}), (, {'error': 0.026307651836877527}), (, {'error': 0.1891107259645135}), (, {'error': 0.18821024885013748}), (, {'error': 0.1302368701073915}), (, {'error': 0.16923727502146704}), (, {'error': 1.6770962909163245}), (, {'error': 0.16860608401927368}), (, {'error': 0.061871949280520755}), (, {'error': 0.01596754747341622}), (, {'error': 19.612746469658305}), (, {'error': 0.40474481151343067})]) +Toy 2/10 +Time taken: 2 h, 41 min +Projected time left: 10 h, 47 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.038E+05 | Ncalls=977 (977 total) | +| EDM = 2.87E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -703786.491953539 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.08 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16 | 8 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -1.66 | 0.24 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.357 | 0.025 | | |-6.28319 | 6.28319 | | +| 4 | rho_p | 5.7 | 0.5 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 6.7 | 2.1 | | | 4.19232 | 9.40768 | | +| 6 | p4040_p | -3.46 | 0.11 | | |-6.28319 | 6.28319 | | +| 7 | rho_s | 0.99 | 0.30 | | |0.0253049| 2.0747 | | +| 8 | phi_p | 0.12 | 2.70 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.78 | 0.16 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.02 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 1.40 | 0.15 | | |0.00501244| 2.01499 | | +| 12| p4160_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 13| Ctt | -0.50 | 0.04 | | | -0.5 | 0.5 | | +| 14| psi2s_s | 1368.0 | 1.4 | | | 1358.64 | 1433.36 | | +| 15| p4160_s | 0.717 | 0.011 | | | 0.71676 | 3.68324 | | +| 16| Dbar_s | 0.34 | 0.03 | | | -1.464 | 1.464 | | +| 17| jpsi_p | 1.507 | 0.018 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| omega_p | -5.9 | 0.6 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s p4415_p psi2s_p rho_p omega_s p4040_p rho_s phi_p p4415_s p3770_s p4040_s p4160_p Ctt psi2s_s p4160_s Dbar_s jpsi_p jpsi_s omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.010 0.008 0.222 0.009 -0.010 0.116 0.018 -0.010 0.021 -0.141 -0.017 -0.002 -0.107 -0.030 -0.000 0.051 -0.085 -0.026 -0.008 | +| phi_s | -0.010 1.000 -0.007 -0.161 0.746 0.401 -0.075 0.001 0.997 -0.029 -0.030 -0.002 0.001 0.011 -0.018 -0.001 0.144 -0.477 0.021 0.547 | +| p4415_p | 0.008 -0.007 1.000 0.011 0.007 -0.004 -0.033 -0.001 -0.007 0.045 -0.003 -0.087 0.004 -0.040 -0.001 0.005 -0.241 0.010 0.001 -0.005 | +| psi2s_p | 0.222 -0.161 0.011 1.000 -0.104 -0.086 -0.192 0.040 -0.162 -0.166 -0.170 0.005 0.006 -0.078 -0.007 0.004 0.389 0.025 -0.063 -0.102 | +| rho_p | 0.009 0.746 0.007 -0.104 1.000 0.197 -0.070 0.081 0.741 -0.029 -0.039 -0.017 0.001 0.009 -0.033 0.000 0.147 -0.414 0.041 0.330 | +| omega_s | -0.010 0.401 -0.004 -0.086 0.197 1.000 -0.034 -0.186 0.396 -0.013 -0.011 0.001 0.001 0.004 -0.010 -0.000 0.053 -0.224 0.012 0.905 | +| p4040_p | 0.116 -0.075 -0.033 -0.192 -0.070 -0.034 1.000 -0.017 -0.075 0.180 0.089 -0.293 -0.002 0.013 -0.007 -0.013 -0.486 -0.089 0.018 -0.049 | +| rho_s | 0.018 0.001 -0.001 0.040 0.081 -0.186 -0.017 1.000 0.006 -0.013 -0.016 -0.002 0.000 0.006 -0.000 0.000 0.073 -0.002 -0.003 0.059 | +| phi_p | -0.010 0.997 -0.007 -0.162 0.741 0.396 -0.075 0.006 1.000 -0.029 -0.030 -0.002 0.001 0.011 -0.019 -0.001 0.143 -0.477 0.022 0.544 | +| p4415_s | 0.021 -0.029 0.045 -0.166 -0.029 -0.013 0.180 -0.013 -0.029 1.000 0.075 -0.229 -0.008 0.074 0.005 0.012 -0.398 -0.069 0.004 -0.020 | +| p3770_s | -0.141 -0.030 -0.003 -0.170 -0.039 -0.011 0.089 -0.016 -0.030 0.075 1.000 0.113 -0.001 0.009 -0.001 -0.002 -0.281 -0.049 0.015 -0.019 | +| p4040_s | -0.017 -0.002 -0.087 0.005 -0.017 0.001 -0.293 -0.002 -0.002 -0.229 0.113 1.000 0.017 0.081 0.012 0.003 0.215 0.076 -0.000 0.001 | +| p4160_p | -0.002 0.001 0.004 0.006 0.001 0.001 -0.002 0.000 0.001 -0.008 -0.001 0.017 1.000 -0.001 0.000 -0.003 0.016 0.003 -0.000 0.001 | +| Ctt | -0.107 0.011 -0.040 -0.078 0.009 0.004 0.013 0.006 0.011 0.074 0.009 0.081 -0.001 1.000 -0.001 -0.004 -0.201 -0.013 -0.004 0.007 | +| psi2s_s | -0.030 -0.018 -0.001 -0.007 -0.033 -0.010 -0.007 -0.000 -0.019 0.005 -0.001 0.012 0.000 -0.001 1.000 -0.000 0.060 -0.009 -0.595 -0.014 | +| p4160_s | -0.000 -0.001 0.005 0.004 0.000 -0.000 -0.013 0.000 -0.001 0.012 -0.002 0.003 -0.003 -0.004 -0.000 1.000 -0.004 0.001 -0.000 -0.001 | +| Dbar_s | 0.051 0.144 -0.241 0.389 0.147 0.053 -0.486 0.073 0.143 -0.398 -0.281 0.215 0.016 -0.201 0.060 -0.004 1.000 -0.110 -0.138 0.087 | +| jpsi_p | -0.085 -0.477 0.010 0.025 -0.414 -0.224 -0.089 -0.002 -0.477 -0.069 -0.049 0.076 0.003 -0.013 -0.009 0.001 -0.110 1.000 0.015 -0.292 | +| jpsi_s | -0.026 0.021 0.001 -0.063 0.041 0.012 0.018 -0.003 0.022 0.004 0.015 -0.000 -0.000 -0.004 -0.595 -0.000 -0.138 0.015 1.000 0.017 | +| omega_p | -0.008 0.547 -0.005 -0.102 0.330 0.905 -0.049 0.059 0.544 -0.020 -0.019 0.001 0.001 0.007 -0.014 -0.001 0.087 -0.292 0.017 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11185941308912817}), (, {'error': 7.9425775488449455}), (, {'error': 0.23509988348946065}), (, {'error': 0.025069812382847445}), (, {'error': 0.46460407274313287}), (, {'error': 2.1450678987449407}), (, {'error': 0.10655137188181119}), (, {'error': 0.29651152619899335}), (, {'error': 2.7026508296103877}), (, {'error': 0.1604421908602781}), (, {'error': 0.18950511685782911}), (, {'error': 0.14651338404344272}), (, {'error': 0.010907881231047245}), (, {'error': 0.03814864844926763}), (, {'error': 1.3885186756526764}), (, {'error': 0.011443396934659456}), (, {'error': 0.03244057978875681}), (, {'error': 0.018213968868362684}), (, {'error': 11.315112615776343}), (, {'error': 0.597873842754042})]) +Toy 3/10 +Time taken: 3 h, 51 min +Projected time left: 8 h, 59 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.039E+05 | Ncalls=1195 (1195 total) | +| EDM = 0.000362 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -703876.7441139783 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.24 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | 4.07 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.469 | 0.028 | | |-6.28319 | 6.28319 | | +| 4 | rho_p | -6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 9 | 3 | | | 4.19232 | 9.40768 | | +| 6 | p4040_p | -2.72 | 0.22 | | |-6.28319 | 6.28319 | | +| 7 | rho_s | 0.9 | 0.4 | | |0.0253049| 2.0747 | | +| 8 | phi_p | -6 | 7 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.27 | 0.18 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.24 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.81 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p4160_p | 4.24 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| Ctt | 0.021 | 0.140 | | | -0.5 | 0.5 | | +| 14| psi2s_s | 1368.0 | 1.8 | | | 1358.64 | 1433.36 | | +| 15| p4160_s | 1.97 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| Dbar_s | 0.026 | 0.056 | | | -1.464 | 1.464 | | +| 17| jpsi_p | -4.813 | 0.017 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 19| omega_p | 1.0 | 0.3 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s p4415_p psi2s_p rho_p omega_s p4040_p rho_s phi_p p4415_s p3770_s p4040_s p4160_p Ctt psi2s_s p4160_s Dbar_s jpsi_p jpsi_s omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.045 0.102 0.374 0.007 0.003 0.123 -0.004 -0.045 -0.189 -0.195 -0.215 0.243 -0.529 -0.011 -0.102 0.407 -0.050 -0.016 -0.023 | +| phi_s | -0.045 1.000 -0.019 -0.180 -0.105 -0.019 -0.018 0.275 0.997 -0.003 0.016 0.010 -0.033 -0.018 0.069 0.000 -0.020 -0.327 -0.081 0.521 | +| p4415_p | 0.102 -0.019 1.000 0.043 0.006 0.003 0.086 -0.006 -0.019 -0.150 -0.021 -0.216 0.282 -0.184 -0.003 -0.140 -0.096 -0.011 0.007 -0.013 | +| psi2s_p | 0.374 -0.180 0.043 1.000 0.017 0.009 -0.117 -0.022 -0.180 -0.293 -0.218 -0.277 0.213 -0.404 0.025 -0.291 0.569 0.042 -0.068 -0.087 | +| rho_p | 0.007 -0.105 0.006 0.017 1.000 0.008 0.005 -0.112 -0.107 -0.002 -0.002 -0.006 0.008 -0.005 -0.012 -0.000 0.002 0.026 0.014 -0.110 | +| omega_s | 0.003 -0.019 0.003 0.009 0.008 1.000 0.003 -0.174 -0.017 0.000 0.001 -0.001 0.004 -0.003 -0.003 0.001 -0.002 0.025 0.004 -0.501 | +| p4040_p | 0.123 -0.018 0.086 -0.117 0.005 0.003 1.000 -0.024 -0.018 0.172 -0.040 -0.219 -0.021 -0.098 -0.023 0.445 -0.246 -0.156 0.026 -0.023 | +| rho_s | -0.004 0.275 -0.006 -0.022 -0.112 -0.174 -0.024 1.000 0.276 -0.010 -0.021 -0.010 -0.009 0.017 -0.006 -0.018 0.036 -0.150 0.005 0.730 | +| phi_p | -0.045 0.997 -0.019 -0.180 -0.107 -0.017 -0.018 0.276 1.000 -0.004 0.016 0.010 -0.033 -0.019 0.067 -0.000 -0.020 -0.327 -0.079 0.522 | +| p4415_s | -0.189 -0.003 -0.150 -0.293 -0.002 0.000 0.172 -0.010 -0.004 1.000 0.090 0.080 0.010 0.400 0.002 0.335 -0.472 -0.120 -0.005 -0.008 | +| p3770_s | -0.195 0.016 -0.021 -0.218 -0.002 0.001 -0.040 -0.021 0.016 0.090 1.000 0.192 -0.106 0.136 -0.011 0.073 -0.251 -0.070 0.022 -0.004 | +| p4040_s | -0.215 0.010 -0.216 -0.277 -0.006 -0.001 -0.219 -0.010 0.010 0.080 0.192 1.000 -0.456 0.495 -0.001 -0.159 -0.329 -0.010 0.004 0.001 | +| p4160_p | 0.243 -0.033 0.282 0.213 0.008 0.004 -0.021 -0.009 -0.033 0.010 -0.106 -0.456 1.000 -0.460 -0.008 -0.116 0.198 0.005 0.012 -0.021 | +| Ctt | -0.529 -0.018 -0.184 -0.404 -0.005 -0.003 -0.098 0.017 -0.019 0.400 0.136 0.495 -0.460 1.000 0.011 0.291 -0.756 -0.058 -0.029 0.002 | +| psi2s_s | -0.011 0.069 -0.003 0.025 -0.012 -0.003 -0.023 -0.006 0.067 0.002 -0.011 -0.001 -0.008 0.011 1.000 -0.008 0.087 -0.061 -0.777 0.020 | +| p4160_s | -0.102 0.000 -0.140 -0.291 -0.000 0.001 0.445 -0.018 -0.000 0.335 0.073 -0.159 -0.116 0.291 -0.008 1.000 -0.501 -0.150 0.009 -0.011 | +| Dbar_s | 0.407 -0.020 -0.096 0.569 0.002 -0.002 -0.246 0.036 -0.020 -0.472 -0.251 -0.329 0.198 -0.756 0.087 -0.501 1.000 0.063 -0.112 0.010 | +| jpsi_p | -0.050 -0.327 -0.011 0.042 0.026 0.025 -0.156 -0.150 -0.327 -0.120 -0.070 -0.010 0.005 -0.058 -0.061 -0.150 0.063 1.000 0.075 -0.209 | +| jpsi_s | -0.016 -0.081 0.007 -0.068 0.014 0.004 0.026 0.005 -0.079 -0.005 0.022 0.004 0.012 -0.029 -0.777 0.009 -0.112 0.075 1.000 -0.024 | +| omega_p | -0.023 0.521 -0.013 -0.087 -0.110 -0.501 -0.023 0.730 0.522 -0.008 -0.004 0.001 -0.021 0.002 0.020 -0.011 0.010 -0.209 -0.024 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11919067323858945}), (, {'error': 4.711038447125998}), (, {'error': 0.16037870948463162}), (, {'error': 0.027825245448807268}), (, {'error': 0.09703168252009986}), (, {'error': 3.4663431828343687}), (, {'error': 0.2178276856890795}), (, {'error': 0.40067809628162965}), (, {'error': 7.113123393690599}), (, {'error': 0.17950480148944803}), (, {'error': 0.19050671489337656}), (, {'error': 0.17047562200702743}), (, {'error': 0.10285687698061352}), (, {'error': 0.13985265164815888}), (, {'error': 1.769529666940798}), (, {'error': 0.1684197851457282}), (, {'error': 0.05625764726223326}), (, {'error': 0.01720658334706382}), (, {'error': 29.57412065112294}), (, {'error': 0.33991406257089496})]) +Toy 4/10 +Time taken: 5 h, 13 min +Projected time left: 7 h, 50 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.039E+05 | Ncalls=1138 (1138 total) | +| EDM = 1.45E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -703879.0030579456 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.38 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.6 | 1.6 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | 4.23 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.076 | 0.031 | | |-6.28319 | 6.28319 | | +| 4 | rho_p | 5.4 | 0.3 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 7 | 4 | | | 4.19232 | 9.40768 | | +| 6 | p4040_p | 3.80 | 0.22 | | |-6.28319 | 6.28319 | | +| 7 | rho_s | 0.96 | 0.30 | | |0.0253049| 2.0747 | | +| 8 | phi_p | 0.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.27 | 0.18 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.22 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.81 | 0.17 | | |0.00501244| 2.01499 | | +| 12| p4160_p | 4.43 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| Ctt | 0.019 | 0.143 | | | -0.5 | 0.5 | | +| 14| psi2s_s | 1368.8 | 1.7 | | | 1358.64 | 1433.36 | | +| 15| p4160_s | 1.96 | 0.17 | | | 0.71676 | 3.68324 | | +| 16| Dbar_s | 0.03 | 0.06 | | | -1.464 | 1.464 | | +| 17| jpsi_p | -1.726 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 19| omega_p | -6.0 | 0.7 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s p4415_p psi2s_p rho_p omega_s p4040_p rho_s phi_p p4415_s p3770_s p4040_s p4160_p Ctt psi2s_s p4160_s Dbar_s jpsi_p jpsi_s omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.008 0.100 0.495 0.036 -0.006 0.113 -0.010 -0.011 -0.207 -0.212 -0.239 0.252 -0.569 -0.019 -0.121 0.417 -0.078 -0.014 -0.007 | +| phi_s | -0.008 1.000 -0.004 -0.026 -0.102 0.055 -0.000 0.077 0.888 0.003 0.006 0.005 -0.007 -0.002 0.026 0.004 -0.009 -0.068 -0.032 0.082 | +| p4415_p | 0.100 -0.004 1.000 0.095 0.026 -0.004 0.088 -0.015 -0.006 -0.139 -0.019 -0.208 0.282 -0.156 -0.006 -0.132 -0.127 -0.065 0.008 -0.005 | +| psi2s_p | 0.495 -0.026 0.095 1.000 0.047 -0.022 -0.060 0.003 -0.029 -0.369 -0.227 -0.396 0.318 -0.690 0.011 -0.323 0.675 -0.049 -0.047 -0.021 | +| rho_p | 0.036 -0.102 0.026 0.047 1.000 -0.275 -0.002 0.059 -0.150 -0.026 -0.035 -0.048 0.036 -0.026 -0.051 -0.024 0.054 0.042 0.059 -0.242 | +| omega_s | -0.006 0.055 -0.004 -0.022 -0.275 1.000 -0.008 -0.005 0.001 -0.004 -0.002 -0.000 -0.006 -0.000 -0.007 -0.004 0.002 -0.062 0.008 0.954 | +| p4040_p | 0.113 -0.000 0.088 -0.060 -0.002 -0.008 1.000 -0.018 -0.002 0.188 -0.026 -0.196 -0.024 -0.054 -0.024 0.452 -0.284 -0.171 0.026 -0.011 | +| rho_s | -0.010 0.077 -0.015 0.003 0.059 -0.005 -0.018 1.000 0.133 0.004 -0.006 0.014 -0.019 0.033 0.011 -0.005 0.017 0.050 -0.016 0.176 | +| phi_p | -0.011 0.888 -0.006 -0.029 -0.150 0.001 -0.002 0.133 1.000 0.003 0.009 0.009 -0.009 -0.002 0.023 0.003 -0.013 -0.072 -0.028 0.037 | +| p4415_s | -0.207 0.003 -0.139 -0.369 -0.026 -0.004 0.188 0.004 0.003 1.000 0.115 0.093 0.018 0.419 0.004 0.350 -0.483 -0.054 -0.003 -0.005 | +| p3770_s | -0.212 0.006 -0.019 -0.227 -0.035 -0.002 -0.026 -0.006 0.009 0.115 1.000 0.216 -0.115 0.189 -0.010 0.096 -0.293 -0.065 0.022 -0.004 | +| p4040_s | -0.239 0.005 -0.208 -0.396 -0.048 -0.000 -0.196 0.014 0.009 0.093 0.216 1.000 -0.455 0.504 0.005 -0.137 -0.333 0.049 0.004 0.000 | +| p4160_p | 0.252 -0.007 0.282 0.318 0.036 -0.006 -0.024 -0.019 -0.009 0.018 -0.115 -0.455 1.000 -0.442 -0.013 -0.111 0.163 -0.086 0.012 -0.007 | +| Ctt | -0.569 -0.002 -0.156 -0.690 -0.026 -0.000 -0.054 0.033 -0.002 0.419 0.189 0.504 -0.442 1.000 0.018 0.326 -0.763 0.144 -0.023 0.002 | +| psi2s_s | -0.019 0.026 -0.006 0.011 -0.051 -0.007 -0.024 0.011 0.023 0.004 -0.010 0.005 -0.013 0.018 1.000 -0.006 0.075 0.044 -0.753 -0.008 | +| p4160_s | -0.121 0.004 -0.132 -0.323 -0.024 -0.004 0.452 -0.005 0.003 0.350 0.096 -0.137 -0.111 0.326 -0.006 1.000 -0.520 -0.101 0.009 -0.007 | +| Dbar_s | 0.417 -0.009 -0.127 0.675 0.054 0.002 -0.284 0.017 -0.013 -0.483 -0.293 -0.333 0.163 -0.763 0.075 -0.520 1.000 0.088 -0.111 0.007 | +| jpsi_p | -0.078 -0.068 -0.065 -0.049 0.042 -0.062 -0.171 0.050 -0.072 -0.054 -0.065 0.049 -0.086 0.144 0.044 -0.101 0.088 1.000 -0.057 -0.055 | +| jpsi_s | -0.014 -0.032 0.008 -0.047 0.059 0.008 0.026 -0.016 -0.028 -0.003 0.022 0.004 0.012 -0.023 -0.753 0.009 -0.111 -0.057 1.000 0.010 | +| omega_p | -0.007 0.082 -0.005 -0.021 -0.242 0.954 -0.011 0.176 0.037 -0.005 -0.004 0.000 -0.007 0.002 -0.008 -0.007 0.007 -0.055 0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12258748281788368}), (, {'error': 1.6485534232296537}), (, {'error': 0.1612330876744803}), (, {'error': 0.031173501437057993}), (, {'error': 0.33807860942528745}), (, {'error': 3.865303515500172}), (, {'error': 0.21708660272688274}), (, {'error': 0.2968367841347316}), (, {'error': 0.42041479673201865}), (, {'error': 0.18117029556843733}), (, {'error': 0.19187103701404062}), (, {'error': 0.17089874255566062}), (, {'error': 0.10311900804699725}), (, {'error': 0.14305238887929966}), (, {'error': 1.700369240048417}), (, {'error': 0.1697411822676279}), (, {'error': 0.058776019252242406}), (, {'error': 0.015887453602038804}), (, {'error': 19.752011349535678}), (, {'error': 0.7336421354110438})]) +Toy 5/10 +Time taken: 6 h, 33 min +Projected time left: 6 h, 33 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.038E+05 | Ncalls=699 (710 total) | +| EDM = 1.05E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -703778.9276474124 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.36 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 14.89 | 0.05 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -2.29 | 0.31 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.54 | 0.04 | | |-6.28319 | 6.28319 | | +| 4 | rho_p | -6.03 | 0.11 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 8.24 | 0.13 | | | 4.19232 | 9.40768 | | +| 6 | p4040_p | -2.67 | 0.29 | | |-6.28319 | 6.28319 | | +| 7 | rho_s | 0.85 | 0.08 | | |0.0253049| 2.0747 | | +| 8 | phi_p | -6.282 | 0.009 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.30 | 0.07 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.37 | 0.11 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.92 | 0.05 | | |0.00501244| 2.01499 | | +| 12| p4160_p | -2.06 | 0.12 | | |-6.28319 | 6.28319 | | +| 13| Ctt | -0.05 | 0.16 | | | -0.5 | 0.5 | | +| 14| psi2s_s | 1358.64 | 0.04 | | | 1358.64 | 1433.36 | | +| 15| p4160_s | 2.00 | 0.14 | | | 0.71676 | 3.68324 | | +| 16| Dbar_s | -0.10 | 0.12 | | | -1.464 | 1.464 | | +| 17| jpsi_p | -4.796 | 0.009 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 0.982E4 | 0.011E4 | | | 9797.52 | 9996.48 | | +| 19| omega_p | 0.56 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s p4415_p psi2s_p rho_p omega_s p4040_p rho_s phi_p p4415_s p3770_s p4040_s p4160_p Ctt psi2s_s p4160_s Dbar_s jpsi_p jpsi_s omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.179 0.949 0.935 -0.646 0.116 0.938 -0.661 -0.213 0.699 0.783 0.487 0.921 0.959 0.846 0.911 0.965 -0.494 0.969 -0.335 | +| phi_s | 0.179 1.000 0.181 0.177 -0.120 0.022 0.178 -0.125 -0.028 0.133 0.150 0.092 0.175 0.183 0.161 0.173 0.184 -0.093 0.185 -0.063 | +| p4415_p | 0.949 0.181 1.000 0.940 -0.652 0.117 0.945 -0.666 -0.215 0.700 0.793 0.478 0.931 0.968 0.854 0.913 0.972 -0.497 0.978 -0.338 | +| psi2s_p | 0.935 0.177 0.940 1.000 -0.640 0.115 0.928 -0.654 -0.211 0.688 0.778 0.471 0.914 0.952 0.838 0.899 0.958 -0.487 0.960 -0.332 | +| rho_p | -0.646 -0.120 -0.652 -0.640 1.000 -0.068 -0.645 0.448 0.144 -0.480 -0.542 -0.332 -0.633 -0.661 -0.582 -0.626 -0.664 0.328 -0.666 0.190 | +| omega_s | 0.116 0.022 0.117 0.115 -0.068 1.000 0.116 -0.092 -0.027 0.086 0.097 0.059 0.113 0.118 0.104 0.112 0.119 -0.061 0.119 0.037 | +| p4040_p | 0.938 0.178 0.945 0.928 -0.645 0.116 1.000 -0.659 -0.213 0.699 0.781 0.476 0.914 0.956 0.844 0.912 0.960 -0.496 0.967 -0.335 | +| rho_s | -0.661 -0.125 -0.666 -0.654 0.448 -0.092 -0.659 1.000 0.150 -0.491 -0.554 -0.339 -0.647 -0.675 -0.595 -0.640 -0.678 0.339 -0.682 0.279 | +| phi_p | -0.213 -0.028 -0.215 -0.211 0.144 -0.027 -0.213 0.150 1.000 -0.158 -0.179 -0.109 -0.209 -0.218 -0.192 -0.206 -0.219 0.109 -0.220 0.077 | +| p4415_s | 0.699 0.133 0.700 0.688 -0.480 0.086 0.699 -0.491 -0.158 1.000 0.585 0.354 0.691 0.715 0.628 0.678 0.715 -0.371 0.720 -0.249 | +| p3770_s | 0.783 0.150 0.793 0.778 -0.542 0.097 0.781 -0.554 -0.179 0.585 1.000 0.408 0.768 0.803 0.709 0.761 0.806 -0.418 0.812 -0.281 | +| p4040_s | 0.487 0.092 0.478 0.471 -0.332 0.059 0.476 -0.339 -0.109 0.354 0.408 1.000 0.455 0.494 0.434 0.449 0.491 -0.260 0.497 -0.172 | +| p4160_p | 0.921 0.175 0.931 0.914 -0.633 0.113 0.914 -0.647 -0.209 0.691 0.768 0.455 1.000 0.938 0.829 0.888 0.944 -0.483 0.950 -0.329 | +| Ctt | 0.959 0.183 0.968 0.952 -0.661 0.118 0.956 -0.675 -0.218 0.715 0.803 0.494 0.938 1.000 0.865 0.930 0.985 -0.501 0.991 -0.343 | +| psi2s_s | 0.846 0.161 0.854 0.838 -0.582 0.104 0.844 -0.595 -0.192 0.628 0.709 0.434 0.829 0.865 1.000 0.819 0.869 -0.440 0.873 -0.302 | +| p4160_s | 0.911 0.173 0.913 0.899 -0.626 0.112 0.912 -0.640 -0.206 0.678 0.761 0.449 0.888 0.930 0.819 1.000 0.932 -0.480 0.938 -0.325 | +| Dbar_s | 0.965 0.184 0.972 0.958 -0.664 0.119 0.960 -0.678 -0.219 0.715 0.806 0.491 0.944 0.985 0.869 0.932 1.000 -0.504 0.996 -0.344 | +| jpsi_p | -0.494 -0.093 -0.497 -0.487 0.328 -0.061 -0.496 0.339 0.109 -0.371 -0.418 -0.260 -0.483 -0.501 -0.440 -0.480 -0.504 1.000 -0.503 0.172 | +| jpsi_s | 0.969 0.185 0.978 0.960 -0.666 0.119 0.967 -0.682 -0.220 0.720 0.812 0.497 0.950 0.991 0.873 0.938 0.996 -0.503 1.000 -0.346 | +| omega_p | -0.335 -0.063 -0.338 -0.332 0.190 0.037 -0.335 0.279 0.077 -0.249 -0.281 -0.172 -0.329 -0.343 -0.302 -0.325 -0.344 0.172 -0.346 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18720556500938512}), (, {'error': 0.05173583712930352}), (, {'error': 0.3093734053270627}), (, {'error': 0.04208902950841198}), (, {'error': 0.11340642499183984}), (, {'error': 0.13123809092792804}), (, {'error': 0.293046445774501}), (, {'error': 0.07862958193339192}), (, {'error': 0.009112798427297175}), (, {'error': 0.07435993987610512}), (, {'error': 0.11357295328628592}), (, {'error': 0.050867419934409464}), (, {'error': 0.12301974100822965}), (, {'error': 0.16031216456439598}), (, {'error': 0.039948853879309354}), (, {'error': 0.14497348076386163}), (, {'error': 0.11810519148977261}), (, {'error': 0.009402258396037588}), (, {'error': 108.96878980421661}), (, {'error': 0.11084388046266325})]) +Toy 6/10 +Time taken: 7 h, 32 min +Projected time left: 5 h, 1 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.038E+05 | Ncalls=523 (523 total) | +| EDM = 3.73E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -703841.7193016366 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.34 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.5 | 0.9 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | 4.26 | 0.16 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | 4.178 | 0.031 | | |-6.28319 | 6.28319 | | +| 4 | rho_p | -0.45 | 0.23 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 4 | 4 | | | 4.19232 | 9.40768 | | +| 6 | p4040_p | -2.36 | 0.21 | | |-6.28319 | 6.28319 | | +| 7 | rho_s | 1.46 | 0.25 | | |0.0253049| 2.0747 | | +| 8 | phi_p | -5.78 | 0.20 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.24 | 0.17 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.40 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.84 | 0.16 | | |0.00501244| 2.01499 | | +| 12| p4160_p | -1.84 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| Ctt | -0.05 | 0.13 | | | -0.5 | 0.5 | | +| 14| psi2s_s | 1359.1 | 0.4 | | | 1358.64 | 1433.36 | | +| 15| p4160_s | 1.99 | 0.16 | | | 0.71676 | 3.68324 | | +| 16| Dbar_s | -0.07 | 0.05 | | | -1.464 | 1.464 | | +| 17| jpsi_p | -1.739 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 0.986E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| omega_p | -0.020 | 0.270 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s p4415_p psi2s_p rho_p omega_s p4040_p rho_s phi_p p4415_s p3770_s p4040_s p4160_p Ctt psi2s_s p4160_s Dbar_s jpsi_p jpsi_s omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.001 0.091 0.474 0.033 -0.000 0.141 0.007 -0.010 -0.168 -0.223 -0.193 0.227 -0.545 0.012 -0.089 0.378 -0.075 0.070 -0.003 | +| phi_s | -0.001 1.000 -0.001 -0.007 -0.025 -0.001 0.000 -0.004 0.622 0.001 0.002 0.001 -0.002 -0.001 0.010 0.001 -0.001 -0.023 0.025 0.028 | +| p4415_p | 0.091 -0.001 1.000 0.079 0.031 0.001 0.110 -0.002 -0.007 -0.124 -0.015 -0.191 0.273 -0.143 -0.003 -0.124 -0.161 -0.062 -0.009 -0.004 | +| psi2s_p | 0.474 -0.007 0.079 1.000 0.034 -0.003 -0.008 0.021 -0.018 -0.318 -0.218 -0.365 0.281 -0.638 0.026 -0.285 0.635 -0.047 0.105 -0.001 | +| rho_p | 0.033 -0.025 0.031 0.034 1.000 0.026 0.006 0.169 -0.190 -0.027 -0.035 -0.054 0.040 -0.036 -0.027 -0.024 0.050 0.001 -0.064 -0.186 | +| omega_s | -0.000 -0.001 0.001 -0.003 0.026 1.000 0.001 -0.209 -0.027 -0.000 0.000 -0.001 0.001 -0.003 -0.000 0.000 -0.002 -0.011 -0.001 0.222 | +| p4040_p | 0.141 0.000 0.110 -0.008 0.006 0.001 1.000 -0.013 -0.004 0.170 -0.059 -0.213 0.031 -0.123 -0.009 0.454 -0.253 -0.170 -0.016 -0.007 | +| rho_s | 0.007 -0.004 -0.002 0.021 0.169 -0.209 -0.013 1.000 0.037 -0.007 -0.019 -0.010 -0.001 0.017 -0.003 -0.013 0.039 0.050 -0.005 0.258 | +| phi_p | -0.010 0.622 -0.007 -0.018 -0.190 -0.027 -0.004 0.037 1.000 0.002 0.008 0.010 -0.009 0.001 0.008 0.002 -0.012 -0.035 0.019 0.054 | +| p4415_s | -0.168 0.001 -0.124 -0.318 -0.027 -0.000 0.170 -0.007 0.002 1.000 0.098 0.070 0.058 0.367 0.000 0.315 -0.441 -0.060 -0.002 -0.002 | +| p3770_s | -0.223 0.002 -0.015 -0.218 -0.035 0.000 -0.059 -0.019 0.008 0.098 1.000 0.198 -0.105 0.180 -0.010 0.080 -0.283 -0.061 -0.035 -0.002 | +| p4040_s | -0.193 0.001 -0.191 -0.365 -0.054 -0.001 -0.213 -0.010 0.010 0.070 0.198 1.000 -0.440 0.467 -0.004 -0.128 -0.316 0.025 -0.021 0.002 | +| p4160_p | 0.227 -0.002 0.273 0.281 0.040 0.001 0.031 -0.001 -0.009 0.058 -0.105 -0.440 1.000 -0.413 -0.004 -0.089 0.104 -0.082 -0.007 -0.005 | +| Ctt | -0.545 -0.001 -0.143 -0.638 -0.036 -0.003 -0.123 0.017 0.001 0.367 0.180 0.467 -0.413 1.000 0.009 0.286 -0.718 0.144 0.021 0.006 | +| psi2s_s | 0.012 0.010 -0.003 0.026 -0.027 -0.000 -0.009 -0.003 0.008 0.000 -0.010 -0.004 -0.004 0.009 1.000 -0.004 0.050 0.023 0.373 0.000 | +| p4160_s | -0.089 0.001 -0.124 -0.285 -0.024 0.000 0.454 -0.013 0.002 0.315 0.080 -0.128 -0.089 0.286 -0.004 1.000 -0.497 -0.106 -0.013 -0.004 | +| Dbar_s | 0.378 -0.001 -0.161 0.635 0.050 -0.002 -0.253 0.039 -0.012 -0.441 -0.283 -0.316 0.104 -0.718 0.050 -0.497 1.000 0.105 0.145 0.006 | +| jpsi_p | -0.075 -0.023 -0.062 -0.047 0.001 -0.011 -0.170 0.050 -0.035 -0.060 -0.061 0.025 -0.082 0.144 0.023 -0.106 0.105 1.000 0.060 0.006 | +| jpsi_s | 0.070 0.025 -0.009 0.105 -0.064 -0.001 -0.016 -0.005 0.019 -0.002 -0.035 -0.021 -0.007 0.021 0.373 -0.013 0.145 0.060 1.000 0.001 | +| omega_p | -0.003 0.028 -0.004 -0.001 -0.186 0.222 -0.007 0.258 0.054 -0.002 -0.002 0.002 -0.005 0.006 0.000 -0.004 0.006 0.006 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11568177041991135}), (, {'error': 0.9283429357797583}), (, {'error': 0.16197326859427186}), (, {'error': 0.03103355723368484}), (, {'error': 0.2271769882887984}), (, {'error': 3.744038310395316}), (, {'error': 0.2121859329920175}), (, {'error': 0.2526527792340041}), (, {'error': 0.1969517501869622}), (, {'error': 0.17003814409698081}), (, {'error': 0.1850253634403889}), (, {'error': 0.1592162143153409}), (, {'error': 0.1000062840024305}), (, {'error': 0.12992064482159474}), (, {'error': 0.37887036824031384}), (, {'error': 0.16312105494936402}), (, {'error': 0.05493429874186018}), (, {'error': 0.016048920159937197}), (, {'error': 9.766882703693227}), (, {'error': 0.27004572785924186})]) +Toy 7/10 +Time taken: 8 h, 24 min +Projected time left: 3 h, 36 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.038E+05 | Ncalls=551 (551 total) | +| EDM = 2.41E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -703785.494044111 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.20 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 15.7 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | -1.65 | 0.24 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.357 | 0.025 | | |-6.28319 | 6.28319 | | +| 4 | rho_p | 5.81 | 0.31 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 5.6 | 0.9 | | | 4.19232 | 9.40768 | | +| 6 | p4040_p | -3.46 | 0.11 | | |-6.28319 | 6.28319 | | +| 7 | rho_s | 0.96 | 0.31 | | |0.0253049| 2.0747 | | +| 8 | phi_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.78 | 0.16 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.02 | 0.19 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 1.40 | 0.15 | | |0.00501244| 2.01499 | | +| 12| p4160_p | -6.283 | 0.011 | | |-6.28319 | 6.28319 | | +| 13| Ctt | -0.50 | 0.04 | | | -0.5 | 0.5 | | +| 14| psi2s_s | 1368.0 | 1.4 | | | 1358.64 | 1433.36 | | +| 15| p4160_s | 0.717 | 0.011 | | | 0.71676 | 3.68324 | | +| 16| Dbar_s | 0.34 | 0.03 | | | -1.464 | 1.464 | | +| 17| jpsi_p | 1.507 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| omega_p | 6.28 | 0.10 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s p4415_p psi2s_p rho_p omega_s p4040_p rho_s phi_p p4415_s p3770_s p4040_s p4160_p Ctt psi2s_s p4160_s Dbar_s jpsi_p jpsi_s omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.006 0.008 0.222 0.025 -0.008 0.114 0.022 -0.002 0.020 -0.140 -0.017 -0.002 -0.104 -0.029 -0.000 0.052 -0.102 -0.026 0.001 | +| phi_s | 0.006 1.000 0.001 -0.001 0.190 0.027 -0.007 -0.035 -0.701 -0.003 -0.006 -0.004 0.000 0.002 0.003 0.000 0.026 -0.046 -0.006 -0.007 | +| p4415_p | 0.008 0.001 1.000 0.009 0.019 0.000 -0.033 0.001 -0.000 0.047 -0.003 -0.087 0.004 -0.039 -0.001 0.005 -0.243 0.008 0.001 0.000 | +| psi2s_p | 0.222 -0.001 0.009 1.000 0.021 -0.020 -0.211 0.044 0.006 -0.175 -0.179 0.006 0.006 -0.077 -0.008 0.004 0.425 -0.061 -0.062 0.001 | +| rho_p | 0.025 0.190 0.019 0.021 1.000 0.013 -0.024 0.147 -0.107 -0.013 -0.025 -0.022 0.000 0.000 -0.030 0.001 0.064 -0.112 0.038 0.045 | +| omega_s | -0.008 0.027 0.000 -0.020 0.013 1.000 0.008 -0.593 0.011 0.007 0.007 0.000 -0.000 -0.002 0.003 -0.000 -0.031 -0.009 -0.003 -0.149 | +| p4040_p | 0.114 -0.007 -0.033 -0.211 -0.024 0.008 1.000 -0.019 0.010 0.182 0.089 -0.296 -0.002 0.015 -0.009 -0.013 -0.485 -0.143 0.021 0.001 | +| rho_s | 0.022 -0.035 0.001 0.044 0.147 -0.593 -0.019 1.000 0.003 -0.014 -0.019 -0.005 0.000 0.006 -0.004 0.000 0.080 -0.011 0.001 0.022 | +| phi_p | -0.002 -0.701 -0.000 0.006 -0.107 0.011 0.010 0.003 1.000 0.005 0.006 0.001 -0.000 -0.001 0.003 -0.000 -0.022 0.044 -0.003 0.005 | +| p4415_s | 0.020 -0.003 0.047 -0.175 -0.013 0.007 0.182 -0.014 0.005 1.000 0.076 -0.231 -0.008 0.074 0.004 0.012 -0.400 -0.095 0.005 0.000 | +| p3770_s | -0.140 -0.006 -0.003 -0.179 -0.025 0.007 0.089 -0.019 0.006 0.076 1.000 0.113 -0.001 0.010 -0.002 -0.002 -0.281 -0.072 0.016 0.000 | +| p4040_s | -0.017 -0.004 -0.087 0.006 -0.022 0.000 -0.296 -0.005 0.001 -0.231 0.113 1.000 0.017 0.079 0.012 0.003 0.220 0.086 -0.000 -0.001 | +| p4160_p | -0.002 0.000 0.004 0.006 0.000 -0.000 -0.002 0.000 -0.000 -0.008 -0.001 0.017 1.000 -0.001 0.000 -0.003 0.016 0.004 -0.000 -0.000 | +| Ctt | -0.104 0.002 -0.039 -0.077 0.000 -0.002 0.015 0.006 -0.001 0.074 0.010 0.079 -0.001 1.000 -0.001 -0.004 -0.201 -0.008 -0.004 -0.000 | +| psi2s_s | -0.029 0.003 -0.001 -0.008 -0.030 0.003 -0.009 -0.004 0.003 0.004 -0.002 0.012 0.000 -0.001 1.000 -0.000 0.066 -0.021 -0.604 -0.000 | +| p4160_s | -0.000 0.000 0.005 0.004 0.001 -0.000 -0.013 0.000 -0.000 0.012 -0.002 0.003 -0.003 -0.004 -0.000 1.000 -0.004 0.001 -0.000 0.000 | +| Dbar_s | 0.052 0.026 -0.243 0.425 0.064 -0.031 -0.485 0.080 -0.022 -0.400 -0.281 0.220 0.016 -0.201 0.066 -0.004 1.000 -0.049 -0.146 -0.000 | +| jpsi_p | -0.102 -0.046 0.008 -0.061 -0.112 -0.009 -0.143 -0.011 0.044 -0.095 -0.072 0.086 0.004 -0.008 -0.021 0.001 -0.049 1.000 0.030 0.002 | +| jpsi_s | -0.026 -0.006 0.001 -0.062 0.038 -0.003 0.021 0.001 -0.003 0.005 0.016 -0.000 -0.000 -0.004 -0.604 -0.000 -0.146 0.030 1.000 0.000 | +| omega_p | 0.001 -0.007 0.000 0.001 0.045 -0.149 0.001 0.022 0.005 0.000 0.000 -0.001 -0.000 -0.000 -0.000 0.000 -0.000 0.002 0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11193529948133119}), (, {'error': 1.0600542906343042}), (, {'error': 0.23531474665230778}), (, {'error': 0.024807023802458916}), (, {'error': 0.3102298097975025}), (, {'error': 0.9466152248787623}), (, {'error': 0.10677257849057087}), (, {'error': 0.30560293973564445}), (, {'error': 0.40138698799138606}), (, {'error': 0.16087427305257918}), (, {'error': 0.18989908491349095}), (, {'error': 0.14688045922356874}), (, {'error': 0.010937744359622581}), (, {'error': 0.038027916655724}), (, {'error': 1.4023878236607743}), (, {'error': 0.011491132418385175}), (, {'error': 0.03231088153424688}), (, {'error': 0.016038372930423428}), (, {'error': 11.499024833865406}), (, {'error': 0.10047362000858406})]) +Toy 8/10 +Time taken: 9 h, 13 min +Projected time left: 2 h, 18 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.039E+05 | Ncalls=1422 (1422 total) | +| EDM = 0.00466 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -703878.9709311242 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.90 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17 | 6 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | 4.23 | 0.13 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -2.076 | 0.020 | | |-6.28319 | 6.28319 | | +| 4 | rho_p | 5.43 | 0.28 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 6.8 | 1.0 | | | 4.19232 | 9.40768 | | +| 6 | p4040_p | -2.48 | 0.17 | | |-6.28319 | 6.28319 | | +| 7 | rho_s | 0.95 | 0.25 | | |0.0253049| 2.0747 | | +| 8 | phi_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.27 | 0.14 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.22 | 0.16 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.81 | 0.12 | | |0.00501244| 2.01499 | | +| 12| p4160_p | 4.43 | 0.08 | | |-6.28319 | 6.28319 | | +| 13| Ctt | 0.019 | 0.070 | | | -0.5 | 0.5 | | +| 14| psi2s_s | 1368.8 | 1.2 | | | 1358.64 | 1433.36 | | +| 15| p4160_s | 1.95 | 0.12 | | | 0.71676 | 3.68324 | | +| 16| Dbar_s | 0.032 | 0.028 | | | -1.464 | 1.464 | | +| 17| jpsi_p | 4.558 | 0.015 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| omega_p | 0.25 | 0.24 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s p4415_p psi2s_p rho_p omega_s p4040_p rho_s phi_p p4415_s p3770_s p4040_s p4160_p Ctt psi2s_s p4160_s Dbar_s jpsi_p jpsi_s omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.044 0.047 0.218 0.019 0.008 0.113 -0.017 -0.045 -0.015 -0.092 0.001 0.074 -0.282 -0.023 0.039 0.107 -0.009 -0.010 -0.016 | +| phi_s | -0.044 1.000 -0.035 -0.216 -0.110 -0.209 -0.038 0.379 0.998 -0.013 0.005 0.007 -0.046 -0.056 0.014 -0.014 -0.023 -0.443 -0.020 0.341 | +| p4415_p | 0.047 -0.035 1.000 0.060 0.024 0.007 0.039 -0.016 -0.036 -0.123 -0.014 -0.137 0.167 -0.120 0.008 -0.148 -0.203 -0.001 -0.012 -0.012 | +| psi2s_p | 0.218 -0.216 0.060 1.000 0.034 0.038 0.018 -0.071 -0.217 -0.100 -0.064 -0.140 0.123 -0.277 -0.014 -0.075 0.305 0.064 -0.018 -0.078 | +| rho_p | 0.019 -0.110 0.024 0.034 1.000 -0.077 0.009 0.020 -0.117 -0.005 -0.017 -0.027 0.023 0.019 -0.029 -0.004 0.034 0.063 0.041 -0.065 | +| omega_s | 0.008 -0.209 0.007 0.038 -0.077 1.000 0.008 -0.296 -0.212 0.003 -0.001 -0.002 0.009 0.008 -0.002 0.003 0.003 0.076 0.003 0.490 | +| p4040_p | 0.113 -0.038 0.039 0.018 0.009 0.008 1.000 -0.017 -0.038 0.092 -0.057 -0.155 -0.068 -0.164 -0.002 0.297 -0.216 -0.062 -0.005 -0.015 | +| rho_s | -0.017 0.379 -0.016 -0.071 0.020 -0.296 -0.017 1.000 0.384 -0.001 -0.000 0.007 -0.022 0.008 0.008 -0.004 0.011 -0.136 -0.013 0.283 | +| phi_p | -0.045 0.998 -0.036 -0.217 -0.117 -0.212 -0.038 0.384 1.000 -0.013 0.005 0.007 -0.046 -0.056 0.014 -0.014 -0.024 -0.444 -0.019 0.341 | +| p4415_s | -0.015 -0.013 -0.123 -0.100 -0.005 0.003 0.092 -0.001 -0.013 1.000 0.013 -0.040 0.125 0.154 0.010 0.129 -0.202 -0.029 -0.019 -0.006 | +| p3770_s | -0.092 0.005 -0.014 -0.064 -0.017 -0.001 -0.057 -0.000 0.005 0.013 1.000 0.105 -0.041 -0.013 0.002 0.005 -0.147 -0.045 0.001 -0.000 | +| p4040_s | 0.001 0.007 -0.137 -0.140 -0.027 -0.002 -0.155 0.007 0.007 -0.040 0.105 1.000 -0.261 0.239 0.006 -0.248 -0.112 -0.009 -0.001 0.001 | +| p4160_p | 0.074 -0.046 0.167 0.123 0.023 0.009 -0.068 -0.022 -0.046 0.125 -0.041 -0.261 1.000 -0.253 -0.002 -0.050 -0.066 -0.004 0.002 -0.016 | +| Ctt | -0.282 -0.056 -0.120 -0.277 0.019 0.008 -0.164 0.008 -0.056 0.154 -0.013 0.239 -0.253 1.000 0.020 0.071 -0.441 0.155 -0.057 -0.016 | +| psi2s_s | -0.023 0.014 0.008 -0.014 -0.029 -0.002 -0.002 0.008 0.014 0.010 0.002 0.006 -0.002 0.020 1.000 0.009 0.041 0.008 -0.568 0.002 | +| p4160_s | 0.039 -0.014 -0.148 -0.075 -0.004 0.003 0.297 -0.004 -0.014 0.129 0.005 -0.248 -0.050 0.071 0.009 1.000 -0.278 -0.045 -0.018 -0.007 | +| Dbar_s | 0.107 -0.023 -0.203 0.305 0.034 0.003 -0.216 0.011 -0.024 -0.202 -0.147 -0.112 -0.066 -0.441 0.041 -0.278 1.000 0.105 -0.079 -0.003 | +| jpsi_p | -0.009 -0.443 -0.001 0.064 0.063 0.076 -0.062 -0.136 -0.444 -0.029 -0.045 -0.009 -0.004 0.155 0.008 -0.045 0.105 1.000 -0.014 -0.157 | +| jpsi_s | -0.010 -0.020 -0.012 -0.018 0.041 0.003 -0.005 -0.013 -0.019 -0.019 0.001 -0.001 0.002 -0.057 -0.568 -0.018 -0.079 -0.014 1.000 -0.002 | +| omega_p | -0.016 0.341 -0.012 -0.078 -0.065 0.490 -0.015 0.283 0.341 -0.006 -0.000 0.001 -0.016 -0.016 0.002 -0.007 -0.003 -0.157 -0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09058217325806872}), (, {'error': 5.819471947666842}), (, {'error': 0.1279823800751414}), (, {'error': 0.020173386883550304}), (, {'error': 0.28466772829651976}), (, {'error': 1.0333441166391868}), (, {'error': 0.16608975546423}), (, {'error': 0.25499318099171425}), (, {'error': 10.282737657264672}), (, {'error': 0.13789467439651681}), (, {'error': 0.15977023955141956}), (, {'error': 0.1219743465334554}), (, {'error': 0.07675562990346485}), (, {'error': 0.07029891338849087}), (, {'error': 1.1910665450707256}), (, {'error': 0.11961963369893258}), (, {'error': 0.027885469849559752}), (, {'error': 0.014935419974545283}), (, {'error': 9.606028743480238}), (, {'error': 0.2376700239961389})]) +Toy 9/10 +Time taken: 10 h, 44 min +Projected time left: 1 h, 11 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.039E+05 | Ncalls=329 (329 total) | +| EDM = 6.25E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -703869.1032967637 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.56 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17.1 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4415_p | 4.13 | 0.15 | | |-6.28319 | 6.28319 | | +| 3 | psi2s_p | -4.015 | 0.028 | | |-6.28319 | 6.28319 | | +| 4 | rho_p | -0.14 | 0.47 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 8.1 | 2.7 | | | 4.19232 | 9.40768 | | +| 6 | p4040_p | -2.71 | 0.21 | | |-6.28319 | 6.28319 | | +| 7 | rho_s | 0.9 | 0.5 | | |0.0253049| 2.0747 | | +| 8 | phi_p | -5.82 | 0.21 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.35 | 0.17 | | |0.126447 | 2.35355 | | +| 10| p3770_s | 2.37 | 0.20 | | |0.918861 | 4.08114 | | +| 11| p4040_s | 0.82 | 0.16 | | |0.00501244| 2.01499 | | +| 12| p4160_p | -1.98 | 0.10 | | |-6.28319 | 6.28319 | | +| 13| Ctt | -0.014 | 0.104 | | | -0.5 | 0.5 | | +| 14| psi2s_s | 1359.6 | 1.0 | | | 1358.64 | 1433.36 | | +| 15| p4160_s | 1.99 | 0.16 | | | 0.71676 | 3.68324 | | +| 16| Dbar_s | -0.05 | 0.05 | | | -1.464 | 1.464 | | +| 17| jpsi_p | -1.555 | 0.016 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 0.987E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| omega_p | -5.6 | 2.0 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p phi_s p4415_p psi2s_p rho_p omega_s p4040_p rho_s phi_p p4415_s p3770_s p4040_s p4160_p Ctt psi2s_s p4160_s Dbar_s jpsi_p jpsi_s omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.004 0.066 -0.271 -0.010 -0.028 0.072 -0.019 0.005 -0.116 -0.209 -0.116 0.152 -0.418 0.004 -0.062 0.267 -0.052 0.014 -0.028 | +| phi_s | -0.004 1.000 -0.001 -0.016 0.039 0.066 -0.001 0.042 0.595 0.001 0.001 -0.000 -0.003 -0.001 0.019 0.001 0.001 -0.040 0.026 0.069 | +| p4415_p | 0.066 -0.001 1.000 -0.022 0.013 -0.008 0.061 -0.011 -0.002 -0.137 -0.024 -0.194 0.269 -0.153 -0.002 -0.146 -0.178 -0.060 -0.001 -0.009 | +| psi2s_p | -0.271 -0.016 -0.022 1.000 -0.088 -0.107 -0.241 -0.076 0.035 -0.124 -0.147 -0.014 -0.000 -0.048 -0.057 -0.184 0.054 -0.020 -0.059 -0.107 | +| rho_p | -0.010 0.039 0.013 -0.088 1.000 0.599 -0.002 0.123 -0.348 -0.013 -0.009 -0.026 0.010 -0.034 -0.055 -0.007 -0.009 -0.200 -0.074 0.558 | +| omega_s | -0.028 0.066 -0.008 -0.107 0.599 1.000 -0.015 0.625 -0.359 -0.006 -0.004 -0.006 -0.017 -0.009 -0.038 -0.005 -0.004 -0.260 -0.052 0.993 | +| p4040_p | 0.072 -0.001 0.061 -0.241 -0.002 -0.015 1.000 -0.023 0.001 0.166 -0.049 -0.135 -0.083 -0.059 -0.016 0.410 -0.311 -0.130 -0.015 -0.016 | +| rho_s | -0.019 0.042 -0.011 -0.076 0.123 0.625 -0.023 1.000 -0.157 -0.003 -0.015 -0.004 -0.018 0.029 -0.027 -0.010 0.029 -0.107 -0.037 0.686 | +| phi_p | 0.005 0.595 -0.002 0.035 -0.348 -0.359 0.001 -0.157 1.000 0.001 0.005 0.007 0.000 0.003 0.028 0.000 0.002 0.071 0.037 -0.345 | +| p4415_s | -0.116 0.001 -0.137 -0.124 -0.013 -0.006 0.166 -0.003 0.001 1.000 0.071 0.032 0.068 0.318 0.014 0.277 -0.384 -0.048 0.020 -0.006 | +| p3770_s | -0.209 0.001 -0.024 -0.147 -0.009 -0.004 -0.049 -0.015 0.005 0.071 1.000 0.177 -0.104 0.134 -0.013 0.055 -0.244 0.020 -0.000 -0.005 | +| p4040_s | -0.116 -0.000 -0.194 -0.014 -0.026 -0.006 -0.135 -0.004 0.007 0.032 0.177 1.000 -0.399 0.422 0.000 -0.184 -0.251 0.049 0.004 -0.006 | +| p4160_p | 0.152 -0.003 0.269 -0.000 0.010 -0.017 -0.083 -0.018 0.000 0.068 -0.104 -0.399 1.000 -0.388 -0.012 -0.098 0.078 -0.068 -0.015 -0.018 | +| Ctt | -0.418 -0.001 -0.153 -0.048 -0.034 -0.009 -0.059 0.029 0.003 0.318 0.134 0.422 -0.388 1.000 0.049 0.240 -0.646 0.112 0.055 -0.006 | +| psi2s_s | 0.004 0.019 -0.002 -0.057 -0.055 -0.038 -0.016 -0.027 0.028 0.014 -0.013 0.000 -0.012 0.049 1.000 0.003 0.100 0.064 0.720 -0.039 | +| p4160_s | -0.062 0.001 -0.146 -0.184 -0.007 -0.005 0.410 -0.010 0.000 0.277 0.055 -0.184 -0.098 0.240 0.003 1.000 -0.453 -0.079 0.008 -0.006 | +| Dbar_s | 0.267 0.001 -0.178 0.054 -0.009 -0.004 -0.311 0.029 0.002 -0.384 -0.244 -0.251 0.078 -0.646 0.100 -0.453 1.000 0.120 0.128 -0.001 | +| jpsi_p | -0.052 -0.040 -0.060 -0.020 -0.200 -0.260 -0.130 -0.107 0.071 -0.048 0.020 0.049 -0.068 0.112 0.064 -0.079 0.120 1.000 0.079 -0.254 | +| jpsi_s | 0.014 0.026 -0.001 -0.059 -0.074 -0.052 -0.015 -0.037 0.037 0.020 -0.000 0.004 -0.015 0.055 0.720 0.008 0.128 0.079 1.000 -0.052 | +| omega_p | -0.028 0.069 -0.009 -0.107 0.558 0.993 -0.016 0.686 -0.345 -0.006 -0.005 -0.006 -0.018 -0.006 -0.039 -0.006 -0.001 -0.254 -0.052 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10152070721493}), (, {'error': 1.0478141132710288}), (, {'error': 0.15313628531654633}), (, {'error': 0.028067939343265014}), (, {'error': 0.4653964389486518}), (, {'error': 2.6652263111648846}), (, {'error': 0.20506792149581488}), (, {'error': 0.4572071959407239}), (, {'error': 0.21414428910873706}), (, {'error': 0.1664267186385514}), (, {'error': 0.19891654288771887}), (, {'error': 0.15890110023875964}), (, {'error': 0.09613059289378612}), (, {'error': 0.10384331460862567}), (, {'error': 1.0294763619516516}), (, {'error': 0.15511759738472375}), (, {'error': 0.0454677417129381}), (, {'error': 0.016495817226873655}), (, {'error': 11.467845626251801}), (, {'error': 1.969095760497248})]) +Toy 10/10 +Time taken: 11 h, 25 min +Projected time left: +Mean Ctt value = -0.1392085532787808 +Mean Ctt error = 0.10675746540711284 +Simulation ended diff --git a/prelim_results/slurm-2213934.out b/prelim_results/slurm-2213934.out new file mode 100644 index 0000000..18102c8 --- /dev/null +++ b/prelim_results/slurm-2213934.out @@ -0,0 +1,9145 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 14:45:27.639455: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 14:45:27.648867: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 14:45:27.649079: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x560d670ab730 executing computations on platform Host. Devices: +2019-07-07 14:45:27.649107: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 14:45:32.567890: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x560d6713bcd0 executing computations on platform CUDA. Devices: +2019-07-07 14:45:32.567953: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 14:45:32.570429: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:10:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 14:45:32.570483: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 14:45:32.601464: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 14:45:32.601505: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 14:45:32.601521: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 14:45:32.603537: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:10:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -696190.9087821 Edm = 27.5895 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -696190.9087821 Edm = 27.5895 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -702325.1269409 Edm = 1.98151 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -702331.6284005 Edm = 4.53514 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -702605.3941032 Edm = 23.4871 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -702634.7446866 Edm = 0.325275 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -702635.8268255 Edm = 0.712581 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -702672.1824702 Edm = 0.389321 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -702672.6245777 Edm = 0.0718089 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -702685.7914384 Edm = 12.1043 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -703014.3032756 Edm = 58.0344 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -703107.568728 Edm = 31.6622 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -703214.5845861 Edm = 51.6538 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -703226.3665532 Edm = 37.3546 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -703392.9316556 Edm = 30.0339 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -703430.1274071 Edm = 2.69736 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -703431.951294 Edm = 0.333774 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -703432.7251888 Edm = 0.215413 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -703433.0826153 Edm = 0.0215577 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -703433.1139875 Edm = 0.00878341 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -703433.197271 Edm = 0.0808496 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -703446.137868 Edm = 2.37256 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -703495.9718999 Edm = 8.73005 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -703515.347121 Edm = 8.62617 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -703522.1433297 Edm = 2.65095 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -703524.7218276 Edm = 0.270336 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -703524.9772105 Edm = 0.0105079 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -703524.9949404 Edm = 0.00703778 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -703526.2810657 Edm = 1.21582 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -703620.066945 Edm = 25.4236 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -703628.7855844 Edm = 3.64245 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -703631.7454252 Edm = 0.130446 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -703631.9846911 Edm = 0.0717748 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -703632.1596708 Edm = 0.0382334 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -703632.2354552 Edm = 0.00332303 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -703632.2414359 Edm = 0.00209013 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -703632.261838 Edm = 0.0177989 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -703632.6732258 Edm = 0.416346 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -703640.6293806 Edm = 20.3022 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -703640.9347384 Edm = 0.245152 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -703645.7065772 Edm = 5.8231 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -703662.1219457 Edm = 14.455 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -703701.1681886 Edm = 70.6482 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -703799.9420402 Edm = 35.2922 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -703855.1781763 Edm = 46.1283 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -703878.5388482 Edm = 18.2331 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -703897.398033 Edm = 5.8889 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -703904.9585187 Edm = 2.4784 NCalls = 162 +VariableMetric: Iteration # 47 - FCN = -703907.5481202 Edm = 0.917899 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -703908.3738722 Edm = 0.121371 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -703908.4458206 Edm = 0.0185365 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -703908.4657536 Edm = 0.0023548 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -703908.4711177 Edm = 0.00248303 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -703908.5128025 Edm = 0.0444428 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -703912.917292 Edm = 0.235158 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -703953.6238952 Edm = 9.13713 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -703968.2433875 Edm = 1.4481 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -703969.766277 Edm = 0.070312 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -703969.8271931 Edm = 0.00464521 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -703969.8346352 Edm = 0.00348396 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -703969.8615953 Edm = 0.0223038 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -703970.7768103 Edm = 0.827074 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -704045.1150376 Edm = 70.69 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -704071.9847918 Edm = 24.6203 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -704086.0026843 Edm = 11.0154 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -704135.9650028 Edm = 6.11824 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -704137.9735721 Edm = 4.44786 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -704142.7236375 Edm = 1.81309 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -704146.9974544 Edm = 1.77036 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -704153.8793861 Edm = 1.57332 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -704155.7233192 Edm = 0.850579 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -704156.3499826 Edm = 0.0922171 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -704156.4470606 Edm = 0.0060545 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -704156.4595101 Edm = 0.00723743 NCalls = 238 +VariableMetric: Iteration # 73 - FCN = -704156.6476645 Edm = 0.172599 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -704166.9922812 Edm = 6.20841 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -704204.9510727 Edm = 7.07905 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -704213.3879712 Edm = 0.415902 NCalls = 253 +VariableMetric: Iteration # 77 - FCN = -704213.9272611 Edm = 0.127811 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -704214.0887109 Edm = 0.0212798 NCalls = 257 +VariableMetric: Iteration # 79 - FCN = -704214.1144298 Edm = 0.00384597 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -704214.1202362 Edm = 0.000985158 NCalls = 261 +VariableMetric: Iteration # 81 - FCN = -704214.1247319 Edm = 0.00163438 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -704214.1395217 Edm = 0.0120279 NCalls = 266 +VariableMetric: Iteration # 83 - FCN = -704214.3782205 Edm = 0.213667 NCalls = 270 +VariableMetric: Iteration # 84 - FCN = -704224.4327961 Edm = 9.96709 NCalls = 276 +VariableMetric: Iteration # 85 - FCN = -704225.6953321 Edm = 5.57662 NCalls = 278 +VariableMetric: Iteration # 86 - FCN = -704232.1931314 Edm = 4.37879 NCalls = 281 +VariableMetric: Iteration # 87 - FCN = -704235.6492608 Edm = 0.352307 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -704236.0681129 Edm = 0.0248937 NCalls = 285 +VariableMetric: Iteration # 89 - FCN = -704236.0923253 Edm = 0.000571951 NCalls = 286 +VariableMetric: Iteration # 90 - FCN = -704236.0932861 Edm = 0.000405685 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -704236.0962503 Edm = 0.000903239 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -704236.0975774 Edm = 9.91609e-05 NCalls = 293 +VariableMetric: Iteration # 93 - FCN = -704236.0990952 Edm = 0.00125798 NCalls = 296 +VariableMetric: Iteration # 94 - FCN = -704236.324272 Edm = 0.190294 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -704238.0075471 Edm = 0.051407 NCalls = 305 +VariableMetric: Iteration # 96 - FCN = -704238.0548023 Edm = 0.00133157 NCalls = 307 +VariableMetric: Iteration # 97 - FCN = -704238.0561299 Edm = 4.55798e-05 NCalls = 308 +VariableMetric: After Hessian - FCN = -704238.0561299 Edm = 22.7452 NCalls = 665 +VariableMetric: Iteration # 98 - FCN = -704238.0561299 Edm = 22.7452 NCalls = 665 +VariableMetric: Iteration # 99 - FCN = -704239.7203219 Edm = 492.467 NCalls = 669 +VariableMetric: Iteration # 100 - FCN = -704239.7498179 Edm = 3132.7 NCalls = 675 +VariableMetric: Iteration # 101 - FCN = -704240.0218757 Edm = 5100.19 NCalls = 680 +VariableMetric: Iteration # 102 - FCN = -704240.1701323 Edm = 219.422 NCalls = 685 +VariableMetric: Iteration # 103 - FCN = -704240.2276757 Edm = 141.971 NCalls = 689 +VariableMetric: Iteration # 104 - FCN = -704240.5932046 Edm = 490.668 NCalls = 692 +VariableMetric: Iteration # 105 - FCN = -704240.8186817 Edm = 266.711 NCalls = 695 +VariableMetric: Iteration # 106 - FCN = -704241.6259051 Edm = 1293.97 NCalls = 698 +VariableMetric: Iteration # 107 - FCN = -704242.6808542 Edm = 1036.87 NCalls = 700 +VariableMetric: Iteration # 108 - FCN = -704243.4595557 Edm = 67.1921 NCalls = 703 +VariableMetric: Iteration # 109 - FCN = -704243.5148077 Edm = 172.975 NCalls = 705 +VariableMetric: Iteration # 110 - FCN = -704243.6338036 Edm = 27.4528 NCalls = 708 +VariableMetric: Iteration # 111 - FCN = -704244.121404 Edm = 5.7837 NCalls = 711 +VariableMetric: Iteration # 112 - FCN = -704244.3946906 Edm = 2.09081 NCalls = 713 +VariableMetric: Iteration # 113 - FCN = -704244.7125078 Edm = 13.0594 NCalls = 715 +VariableMetric: Iteration # 114 - FCN = -704245.5930185 Edm = 6.05849 NCalls = 717 +VariableMetric: Iteration # 115 - FCN = -704245.8399956 Edm = 1.24613 NCalls = 719 +VariableMetric: Iteration # 116 - FCN = -704245.9666998 Edm = 1.13071 NCalls = 721 +VariableMetric: Iteration # 117 - FCN = -704246.0209616 Edm = 0.08883 NCalls = 723 +VariableMetric: Iteration # 118 - FCN = -704246.0276998 Edm = 0.0498962 NCalls = 725 +VariableMetric: Iteration # 119 - FCN = -704246.0346148 Edm = 0.0117336 NCalls = 727 +VariableMetric: Iteration # 120 - FCN = -704246.0473391 Edm = 0.0036607 NCalls = 729 +VariableMetric: Iteration # 121 - FCN = -704246.0482892 Edm = 0.00178925 NCalls = 731 +VariableMetric: Iteration # 122 - FCN = -704246.053877 Edm = 0.00159737 NCalls = 734 +VariableMetric: Iteration # 123 - FCN = -704246.0572102 Edm = 0.0012501 NCalls = 738 +VariableMetric: Iteration # 124 - FCN = -704246.0580016 Edm = 0.000480315 NCalls = 740 +VariableMetric: Iteration # 125 - FCN = -704246.0587358 Edm = 0.000292074 NCalls = 742 +VariableMetric: Iteration # 126 - FCN = -704246.059441 Edm = 0.000189561 NCalls = 744 +VariableMetric: Iteration # 127 - FCN = -704246.0596647 Edm = 0.000125019 NCalls = 745 +VariableMetric: Iteration # 128 - FCN = -704246.0597349 Edm = 5.87281e-06 NCalls = 747 +VariableMetric: After Hessian - FCN = -704246.0597349 Edm = 9.6645e-06 NCalls = 1114 +VariableMetric: Iteration # 129 - FCN = -704246.0597349 Edm = 9.6645e-06 NCalls = 1114 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -700726.7221334 Edm = 3.63868 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -700726.7221334 Edm = 3.63868 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703936.9569006 Edm = 0.615814 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -703963.5028901 Edm = 1.9271 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -703967.0082251 Edm = 2.43291 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -704015.8088237 Edm = 0.151895 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -704015.98765 Edm = 0.0314062 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -704020.4673507 Edm = 3.05046 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -704028.9236703 Edm = 0.0195726 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -704028.9555489 Edm = 0.00763478 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -704032.2062124 Edm = 3.45594 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -704032.4295761 Edm = 0.220014 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -704043.2258002 Edm = 1.16094 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -704064.3249471 Edm = 0.0554196 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -704064.3844562 Edm = 0.00553999 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -704064.4827918 Edm = 0.0919992 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -704121.205283 Edm = 4.52882 NCalls = 65 +VariableMetric: Iteration # 16 - FCN = -704128.4713397 Edm = 6.72012 NCalls = 68 +VariableMetric: Iteration # 17 - FCN = -704132.533241 Edm = 0.135344 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -704132.6673375 Edm = 0.00136866 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -704132.6729069 Edm = 0.00441826 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -704134.3654723 Edm = 0.231675 NCalls = 80 +VariableMetric: Iteration # 21 - FCN = -704141.2996109 Edm = 1.66144 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -704144.307105 Edm = 0.031432 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -704144.337028 Edm = 0.000789982 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -704144.3420748 Edm = 0.00440345 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -704145.3310712 Edm = 0.252952 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -704145.8734352 Edm = 0.00115807 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -704145.8760562 Edm = 0.00132738 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -704146.2958864 Edm = 0.400053 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -704164.2130038 Edm = 1.26809 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -704165.5335746 Edm = 0.0301071 NCalls = 110 +VariableMetric: Iteration # 31 - FCN = -704165.5614059 Edm = 0.000878747 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -704165.5657894 Edm = 0.00361106 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -704165.6641349 Edm = 0.0871752 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -704170.3706856 Edm = 0.78011 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -704173.4264276 Edm = 0.601359 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -704174.111093 Edm = 0.126317 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -704174.1771759 Edm = 0.00123122 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -704174.1783636 Edm = 0.000289898 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -704174.1900459 Edm = 0.0117167 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -704174.594981 Edm = 0.0306999 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -704178.1171886 Edm = 1.10513 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -704181.3744781 Edm = 0.0387125 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -704181.4082272 Edm = 0.00123831 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -704181.4098158 Edm = 0.000710828 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -704181.432886 Edm = 0.0249453 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -704182.2228273 Edm = 0.0626304 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -704187.2183635 Edm = 1.04924 NCalls = 167 +VariableMetric: Iteration # 48 - FCN = -704189.9830421 Edm = 0.23237 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -704190.1971245 Edm = 0.00857291 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -704190.2086136 Edm = 0.000687351 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -704190.2115689 Edm = 0.00236035 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -704190.2869081 Edm = 0.072263 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -704190.2919959 Edm = 0.00444777 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -704197.7535599 Edm = 0.44649 NCalls = 190 +VariableMetric: Iteration # 55 - FCN = -704210.4616188 Edm = 0.645211 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -704211.4057803 Edm = 0.168525 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -704211.650522 Edm = 0.0976459 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -704212.714158 Edm = 1.52831 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -704212.8432937 Edm = 1.0601 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -704214.5121989 Edm = 2.24405 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -704214.6945939 Edm = 0.330522 NCalls = 214 +VariableMetric: Iteration # 62 - FCN = -704215.5279523 Edm = 1.33825 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -704225.1917686 Edm = 5.20363 NCalls = 223 +VariableMetric: Iteration # 64 - FCN = -704231.3567076 Edm = 0.470701 NCalls = 225 +VariableMetric: Iteration # 65 - FCN = -704231.9022646 Edm = 0.0932311 NCalls = 227 +VariableMetric: Iteration # 66 - FCN = -704231.9737301 Edm = 0.00358746 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -704231.9780352 Edm = 0.000322075 NCalls = 231 +VariableMetric: Iteration # 68 - FCN = -704231.9793105 Edm = 0.00103242 NCalls = 233 +VariableMetric: Iteration # 69 - FCN = -704232.0123954 Edm = 0.0328222 NCalls = 238 +VariableMetric: Iteration # 70 - FCN = -704233.8946188 Edm = 1.82317 NCalls = 243 +VariableMetric: Iteration # 71 - FCN = -704245.9033467 Edm = 1.47349 NCalls = 246 +VariableMetric: Iteration # 72 - FCN = -704247.5909354 Edm = 0.0971277 NCalls = 247 +VariableMetric: Iteration # 73 - FCN = -704247.6884846 Edm = 0.011512 NCalls = 249 +VariableMetric: Iteration # 74 - FCN = -704247.707768 Edm = 0.00116148 NCalls = 251 +VariableMetric: Iteration # 75 - FCN = -704247.7092199 Edm = 0.000159702 NCalls = 253 +VariableMetric: Iteration # 76 - FCN = -704247.7109673 Edm = 0.00163258 NCalls = 256 +VariableMetric: Iteration # 77 - FCN = -704247.8229227 Edm = 0.116178 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -704247.8472373 Edm = 0.0237355 NCalls = 269 +VariableMetric: Iteration # 79 - FCN = -704255.6666296 Edm = 0.490359 NCalls = 276 +VariableMetric: Iteration # 80 - FCN = -704256.338263 Edm = 0.0483307 NCalls = 278 +VariableMetric: Iteration # 81 - FCN = -704256.3945484 Edm = 0.00311577 NCalls = 280 +VariableMetric: Iteration # 82 - FCN = -704256.3993205 Edm = 0.000299821 NCalls = 282 +VariableMetric: Iteration # 83 - FCN = -704256.3998394 Edm = 0.000170841 NCalls = 284 +VariableMetric: Iteration # 84 - FCN = -704256.4031925 Edm = 0.00258847 NCalls = 288 +VariableMetric: Iteration # 85 - FCN = -704256.503065 Edm = 0.0861449 NCalls = 292 +VariableMetric: Iteration # 86 - FCN = -704259.2571912 Edm = 1.15724 NCalls = 296 +VariableMetric: Iteration # 87 - FCN = -704262.4619502 Edm = 0.920183 NCalls = 299 +VariableMetric: Iteration # 88 - FCN = -704263.5926354 Edm = 0.126179 NCalls = 302 +VariableMetric: Iteration # 89 - FCN = -704263.7237109 Edm = 0.0074608 NCalls = 303 +VariableMetric: Iteration # 90 - FCN = -704263.7317579 Edm = 0.000355005 NCalls = 305 +VariableMetric: Iteration # 91 - FCN = -704263.7321741 Edm = 4.26055e-05 NCalls = 307 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -696852.1488109 Edm = 5.20095 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -696852.1488109 Edm = 5.20095 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -697023.3989894 Edm = 19.2902 NCalls = 5 +VariableMetric: Iteration # 2 - FCN = -701048.6059439 Edm = 3.96735 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -701175.2044471 Edm = 1.51017 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -701204.5306035 Edm = 59.1845 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -701256.1072861 Edm = 1.49656 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -701266.9464331 Edm = 8.924 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -703140.996962 Edm = 179.362 NCalls = 38 +VariableMetric: Iteration # 8 - FCN = -703192.476362 Edm = 10254.1 NCalls = 48 +VariableMetric: Iteration # 9 - FCN = -703263.6320379 Edm = 1.23871 NCalls = 50 +VariableMetric: Iteration # 10 - FCN = -703266.6378947 Edm = 0.588703 NCalls = 53 +VariableMetric: Iteration # 11 - FCN = -703270.9523152 Edm = 4.19069 NCalls = 56 +VariableMetric: Iteration # 12 - FCN = -703292.4358804 Edm = 17.5702 NCalls = 62 +VariableMetric: Iteration # 13 - FCN = -703549.1206966 Edm = 85.5073 NCalls = 66 +VariableMetric: Iteration # 14 - FCN = -703652.3658526 Edm = 11.1149 NCalls = 68 +VariableMetric: Iteration # 15 - FCN = -703658.6882524 Edm = 5.43831 NCalls = 70 +VariableMetric: Iteration # 16 - FCN = -703664.6208376 Edm = 1.99726 NCalls = 71 +VariableMetric: Iteration # 17 - FCN = -703665.9856823 Edm = 0.101466 NCalls = 72 +VariableMetric: Iteration # 18 - FCN = -703666.110555 Edm = 0.0153562 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -703667.5638202 Edm = 1.64143 NCalls = 79 +VariableMetric: Iteration # 20 - FCN = -703667.6586916 Edm = 0.0775433 NCalls = 81 +VariableMetric: Iteration # 21 - FCN = -703669.9789867 Edm = 2.0613 NCalls = 87 +VariableMetric: Iteration # 22 - FCN = -703805.0424003 Edm = 11.4951 NCalls = 94 +VariableMetric: Iteration # 23 - FCN = -703819.5423621 Edm = 2.51805 NCalls = 96 +VariableMetric: Iteration # 24 - FCN = -703826.6746064 Edm = 4.75461 NCalls = 99 +VariableMetric: Iteration # 25 - FCN = -703838.1201995 Edm = 5.43823 NCalls = 103 +VariableMetric: Iteration # 26 - FCN = -703845.8469197 Edm = 20.0276 NCalls = 105 +VariableMetric: Iteration # 27 - FCN = -703858.7268919 Edm = 8.36161 NCalls = 107 +VariableMetric: Iteration # 28 - FCN = -703866.6970525 Edm = 7.59379 NCalls = 110 +VariableMetric: Iteration # 29 - FCN = -703870.8359746 Edm = 0.194755 NCalls = 112 +VariableMetric: Iteration # 30 - FCN = -703871.0646549 Edm = 0.0226403 NCalls = 114 +VariableMetric: Iteration # 31 - FCN = -703871.2333072 Edm = 0.119864 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -703873.2176975 Edm = 2.16851 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -703894.6004189 Edm = 13.615 NCalls = 127 +VariableMetric: Iteration # 34 - FCN = -703992.2145848 Edm = 4.59009 NCalls = 131 +VariableMetric: Iteration # 35 - FCN = -703995.6073034 Edm = 0.157054 NCalls = 133 +VariableMetric: Iteration # 36 - FCN = -703995.7404726 Edm = 0.0549355 NCalls = 135 +VariableMetric: Iteration # 37 - FCN = -703995.7934324 Edm = 0.0141949 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -703995.8175115 Edm = 0.00812477 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -703996.2524356 Edm = 0.463343 NCalls = 144 +VariableMetric: Iteration # 40 - FCN = -703996.6667125 Edm = 0.391072 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -704015.784447 Edm = 2.83655 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -704019.8733031 Edm = 2.38397 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -704025.2088404 Edm = 1.38176 NCalls = 158 +VariableMetric: Iteration # 44 - FCN = -704026.8744719 Edm = 0.23963 NCalls = 160 +VariableMetric: Iteration # 45 - FCN = -704027.038136 Edm = 0.143899 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -704027.151314 Edm = 0.0115973 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -704027.1618615 Edm = 0.00173399 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -704027.1791485 Edm = 0.017094 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -704028.923445 Edm = 1.0723 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -704029.0475951 Edm = 0.00156476 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -704029.0619709 Edm = 0.012977 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -704030.4246732 Edm = 0.795233 NCalls = 188 +VariableMetric: Iteration # 53 - FCN = -704039.0494897 Edm = 5.17526 NCalls = 193 +VariableMetric: Iteration # 54 - FCN = -704041.7762453 Edm = 9.43313 NCalls = 196 +VariableMetric: Iteration # 55 - FCN = -704052.7572456 Edm = 1.22088 NCalls = 199 +VariableMetric: Iteration # 56 - FCN = -704053.9592844 Edm = 0.0407429 NCalls = 200 +VariableMetric: Iteration # 57 - FCN = -704054.0431769 Edm = 0.0246653 NCalls = 202 +VariableMetric: Iteration # 58 - FCN = -704054.0821014 Edm = 0.00190939 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -704054.0884893 Edm = 0.00462868 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -704055.0410683 Edm = 0.910938 NCalls = 213 +VariableMetric: Iteration # 61 - FCN = -704078.3162491 Edm = 6.63512 NCalls = 218 +VariableMetric: Iteration # 62 - FCN = -704091.8455832 Edm = 0.658943 NCalls = 221 +VariableMetric: Iteration # 63 - FCN = -704092.2604988 Edm = 0.0523234 NCalls = 223 +VariableMetric: Iteration # 64 - FCN = -704092.3296781 Edm = 0.00828049 NCalls = 225 +VariableMetric: Iteration # 65 - FCN = -704092.3400063 Edm = 0.00500855 NCalls = 227 +VariableMetric: Iteration # 66 - FCN = -704092.3437822 Edm = 0.00144463 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -704092.3469283 Edm = 0.00119861 NCalls = 231 +VariableMetric: Iteration # 68 - FCN = -704092.3539032 Edm = 0.00665185 NCalls = 234 +VariableMetric: Iteration # 69 - FCN = -704093.1889504 Edm = 1.08125 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -704093.1939206 Edm = 0.00500188 NCalls = 244 +VariableMetric: Iteration # 71 - FCN = -704093.3586506 Edm = 0.188466 NCalls = 250 +VariableMetric: Iteration # 72 - FCN = -704094.4973737 Edm = 0.876545 NCalls = 257 +VariableMetric: Iteration # 73 - FCN = -704105.3852507 Edm = 9.62293 NCalls = 262 +VariableMetric: Iteration # 74 - FCN = -704110.8435324 Edm = 7.82993 NCalls = 264 +VariableMetric: Iteration # 75 - FCN = -704115.7161331 Edm = 1.70542 NCalls = 268 +VariableMetric: Iteration # 76 - FCN = -704117.6686418 Edm = 0.192481 NCalls = 270 +VariableMetric: Iteration # 77 - FCN = -704117.8692057 Edm = 0.00975392 NCalls = 272 +VariableMetric: Iteration # 78 - FCN = -704117.8804564 Edm = 0.00154496 NCalls = 274 +VariableMetric: Iteration # 79 - FCN = -704117.8833951 Edm = 0.000698229 NCalls = 276 +VariableMetric: Iteration # 80 - FCN = -704117.8864693 Edm = 0.00141311 NCalls = 278 +VariableMetric: Iteration # 81 - FCN = -704117.9015453 Edm = 0.0143026 NCalls = 281 +VariableMetric: Iteration # 82 - FCN = -704118.5270425 Edm = 0.574428 NCalls = 288 +VariableMetric: Iteration # 83 - FCN = -704154.6257526 Edm = 14.4372 NCalls = 293 +VariableMetric: Iteration # 84 - FCN = -704171.1987859 Edm = 1.67273 NCalls = 295 +VariableMetric: Iteration # 85 - FCN = -704175.0442159 Edm = 1.55425 NCalls = 298 +VariableMetric: Iteration # 86 - FCN = -704178.6873991 Edm = 2.64263 NCalls = 303 +VariableMetric: Iteration # 87 - FCN = -704179.6658912 Edm = 1.40756 NCalls = 306 +VariableMetric: Iteration # 88 - FCN = -704180.7946364 Edm = 0.304667 NCalls = 308 +VariableMetric: Iteration # 89 - FCN = -704181.0385085 Edm = 0.0195545 NCalls = 310 +VariableMetric: Iteration # 90 - FCN = -704181.061859 Edm = 0.0163944 NCalls = 312 +VariableMetric: Iteration # 91 - FCN = -704181.1128316 Edm = 0.0510972 NCalls = 315 +VariableMetric: Iteration # 92 - FCN = -704181.2162143 Edm = 0.0508552 NCalls = 319 +VariableMetric: Iteration # 93 - FCN = -704181.2855693 Edm = 0.0265755 NCalls = 321 +VariableMetric: Iteration # 94 - FCN = -704181.2968031 Edm = 0.00350271 NCalls = 323 +VariableMetric: Iteration # 95 - FCN = -704181.3015031 Edm = 0.00270091 NCalls = 325 +VariableMetric: Iteration # 96 - FCN = -704181.3122144 Edm = 0.00676936 NCalls = 328 +VariableMetric: Iteration # 97 - FCN = -704181.4382041 Edm = 0.111033 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -704184.0815737 Edm = 2.87958 NCalls = 337 +VariableMetric: Iteration # 99 - FCN = -704187.5231714 Edm = 3.57169 NCalls = 342 +VariableMetric: Iteration # 100 - FCN = -704188.3925571 Edm = 1.79149 NCalls = 346 +VariableMetric: Iteration # 101 - FCN = -704189.9868116 Edm = 4.7105 NCalls = 349 +VariableMetric: Iteration # 102 - FCN = -704194.0241607 Edm = 2.67786 NCalls = 355 +VariableMetric: Iteration # 103 - FCN = -704200.1008227 Edm = 4.29868 NCalls = 362 +VariableMetric: Iteration # 104 - FCN = -704207.941997 Edm = 5.12463 NCalls = 366 +VariableMetric: Iteration # 105 - FCN = -704211.210673 Edm = 1.91652 NCalls = 368 +VariableMetric: Iteration # 106 - FCN = -704214.6668521 Edm = 0.590353 NCalls = 370 +VariableMetric: Iteration # 107 - FCN = -704215.7181385 Edm = 0.149158 NCalls = 372 +VariableMetric: Iteration # 108 - FCN = -704215.8172919 Edm = 0.0223438 NCalls = 374 +VariableMetric: Iteration # 109 - FCN = -704215.8397869 Edm = 0.00256023 NCalls = 376 +VariableMetric: Iteration # 110 - FCN = -704215.8441725 Edm = 0.000537947 NCalls = 378 +VariableMetric: Iteration # 111 - FCN = -704215.8452421 Edm = 0.000369137 NCalls = 380 +VariableMetric: Iteration # 112 - FCN = -704215.8494246 Edm = 0.00322182 NCalls = 383 +VariableMetric: Iteration # 113 - FCN = -704215.8881351 Edm = 0.0386403 NCalls = 386 +VariableMetric: Iteration # 114 - FCN = -704217.3932599 Edm = 0.876585 NCalls = 393 +VariableMetric: Iteration # 115 - FCN = -704235.1753659 Edm = 7.1593 NCalls = 398 +VariableMetric: Iteration # 116 - FCN = -704245.3516312 Edm = 1.79632 NCalls = 400 +VariableMetric: Iteration # 117 - FCN = -704247.5784235 Edm = 0.521687 NCalls = 402 +VariableMetric: Iteration # 118 - FCN = -704248.2530563 Edm = 0.289562 NCalls = 404 +VariableMetric: Iteration # 119 - FCN = -704248.6686445 Edm = 0.113456 NCalls = 407 +VariableMetric: Iteration # 120 - FCN = -704248.823885 Edm = 0.00952012 NCalls = 409 +VariableMetric: Iteration # 121 - FCN = -704248.8352507 Edm = 0.00102336 NCalls = 411 +VariableMetric: Iteration # 122 - FCN = -704248.8379644 Edm = 0.00217173 NCalls = 413 +VariableMetric: Iteration # 123 - FCN = -704248.8530679 Edm = 0.0120555 NCalls = 417 +VariableMetric: Iteration # 124 - FCN = -704249.1180385 Edm = 0.233224 NCalls = 421 +VariableMetric: Iteration # 125 - FCN = -704251.9358 Edm = 1.69629 NCalls = 425 +VariableMetric: Iteration # 126 - FCN = -704254.2299649 Edm = 0.195249 NCalls = 427 +VariableMetric: Iteration # 127 - FCN = -704254.3897106 Edm = 0.0142955 NCalls = 429 +VariableMetric: Iteration # 128 - FCN = -704254.400405 Edm = 0.000431463 NCalls = 431 +VariableMetric: Iteration # 129 - FCN = -704254.400893 Edm = 7.7981e-05 NCalls = 433 +VariableMetric: After Hessian - FCN = -704254.400893 Edm = 3623.61 NCalls = 794 +VariableMetric: Iteration # 130 - FCN = -704254.400893 Edm = 3623.61 NCalls = 794 +VariableMetric: Iteration # 131 - FCN = -704259.4693095 Edm = 14869.2 NCalls = 805 +VariableMetric: Iteration # 132 - FCN = -704260.1601064 Edm = 1.30317 NCalls = 810 +VariableMetric: Iteration # 133 - FCN = -704271.4202386 Edm = 0.471787 NCalls = 813 +VariableMetric: Iteration # 134 - FCN = -704272.2380717 Edm = 0.431547 NCalls = 815 +VariableMetric: Iteration # 135 - FCN = -704273.6511557 Edm = 0.0477785 NCalls = 818 +VariableMetric: Iteration # 136 - FCN = -704274.0009047 Edm = 0.100421 NCalls = 821 +VariableMetric: Iteration # 137 - FCN = -704274.1570382 Edm = 0.0173768 NCalls = 823 +VariableMetric: Iteration # 138 - FCN = -704274.2507579 Edm = 0.0271251 NCalls = 826 +VariableMetric: Iteration # 139 - FCN = -704274.2896808 Edm = 0.000743893 NCalls = 828 +VariableMetric: Iteration # 140 - FCN = -704274.2941597 Edm = 0.00214886 NCalls = 831 +VariableMetric: Iteration # 141 - FCN = -704274.2984637 Edm = 0.000180814 NCalls = 833 +VariableMetric: Iteration # 142 - FCN = -704274.3010381 Edm = 0.00064628 NCalls = 836 +VariableMetric: Iteration # 143 - FCN = -704274.3019314 Edm = 7.43235e-05 NCalls = 838 +VariableMetric: Iteration # 144 - FCN = -704274.3029776 Edm = 9.81726e-05 NCalls = 841 +VariableMetric: Iteration # 145 - FCN = -704274.3031298 Edm = 4.0324e-05 NCalls = 843 +VariableMetric: After Hessian - FCN = -704274.3031298 Edm = 0.0150479 NCalls = 1222 +VariableMetric: Iteration # 146 - FCN = -704274.3031298 Edm = 0.0150479 NCalls = 1222 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -701625.0782572 Edm = 1.53566 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -701625.0782572 Edm = 1.53566 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703124.885295 Edm = 0.530438 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -703126.1182514 Edm = 1.8901 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -703594.9644916 Edm = 0.424354 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -703597.2745279 Edm = 2.42919 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -703866.1891043 Edm = 23.284 NCalls = 29 +VariableMetric: Iteration # 6 - FCN = -703887.6825639 Edm = 0.74334 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -703888.3203354 Edm = 0.618608 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -703894.2846201 Edm = 5.72828 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -704032.7112088 Edm = 14.4669 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -704049.4995132 Edm = 0.186674 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -704049.6549221 Edm = 0.0148705 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -704049.6924306 Edm = 0.0249663 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -704054.1563839 Edm = 4.30225 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -704194.1689286 Edm = 14.5412 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -704215.4194029 Edm = 1.26449 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -704217.2137689 Edm = 0.146089 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -704217.3977643 Edm = 0.00153852 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -704217.4024316 Edm = 0.00273293 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -704217.6662308 Edm = 0.257321 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -704227.6238216 Edm = 0.333205 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -704228.0400492 Edm = 0.00603249 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -704228.0473889 Edm = 0.00047904 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -704228.0507008 Edm = 0.00258134 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -704228.403092 Edm = 0.325527 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -704237.9178319 Edm = 0.486907 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -704238.2677745 Edm = 0.040337 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -704238.3020809 Edm = 0.00168954 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -704238.30441 Edm = 0.000643267 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -704238.3204305 Edm = 0.0164675 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -704239.4595466 Edm = 0.0390765 NCalls = 110 +VariableMetric: Iteration # 31 - FCN = -704244.184314 Edm = 0.251725 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -704244.4253225 Edm = 0.0239074 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -704244.4462653 Edm = 0.0012149 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -704244.4472923 Edm = 3.6734e-05 NCalls = 117 +VariableMetric: After Hessian - FCN = -704244.4472923 Edm = 260.561 NCalls = 472 +VariableMetric: Iteration # 35 - FCN = -704244.4472923 Edm = 260.561 NCalls = 472 +VariableMetric: Iteration # 36 - FCN = -704244.8976543 Edm = 51.7152 NCalls = 476 +VariableMetric: Iteration # 37 - FCN = -704245.5975526 Edm = 1.98904 NCalls = 478 +VariableMetric: Iteration # 38 - FCN = -704246.170056 Edm = 0.218349 NCalls = 480 +VariableMetric: Iteration # 39 - FCN = -704246.6882038 Edm = 0.0500975 NCalls = 482 +VariableMetric: Iteration # 40 - FCN = -704246.7823369 Edm = 0.0267901 NCalls = 484 +VariableMetric: Iteration # 41 - FCN = -704246.847694 Edm = 0.0129408 NCalls = 486 +VariableMetric: Iteration # 42 - FCN = -704246.8825642 Edm = 0.0104041 NCalls = 488 +VariableMetric: Iteration # 43 - FCN = -704246.9193631 Edm = 0.011904 NCalls = 490 +VariableMetric: Iteration # 44 - FCN = -704246.9468618 Edm = 0.0246553 NCalls = 493 +VariableMetric: Iteration # 45 - FCN = -704247.0412328 Edm = 0.0227769 NCalls = 497 +VariableMetric: Iteration # 46 - FCN = -704247.1446309 Edm = 0.0638357 NCalls = 501 +VariableMetric: Iteration # 47 - FCN = -704247.1680415 Edm = 0.0380633 NCalls = 503 +VariableMetric: Iteration # 48 - FCN = -704247.2253949 Edm = 0.0410867 NCalls = 506 +VariableMetric: Iteration # 49 - FCN = -704247.2833801 Edm = 0.031251 NCalls = 508 +VariableMetric: Iteration # 50 - FCN = -704247.3245596 Edm = 0.014592 NCalls = 511 +VariableMetric: Iteration # 51 - FCN = -704247.3466572 Edm = 0.00551851 NCalls = 513 +VariableMetric: Iteration # 52 - FCN = -704247.3592624 Edm = 0.0106274 NCalls = 516 +VariableMetric: Iteration # 53 - FCN = -704247.3714383 Edm = 0.0037491 NCalls = 518 +VariableMetric: Iteration # 54 - FCN = -704247.3803627 Edm = 0.00443866 NCalls = 521 +VariableMetric: Iteration # 55 - FCN = -704247.3886111 Edm = 0.0031324 NCalls = 523 +VariableMetric: Iteration # 56 - FCN = -704247.3945561 Edm = 0.00337422 NCalls = 526 +VariableMetric: Iteration # 57 - FCN = -704247.4010104 Edm = 0.00185072 NCalls = 529 +VariableMetric: Iteration # 58 - FCN = -704247.4035065 Edm = 0.00210095 NCalls = 531 +VariableMetric: Iteration # 59 - FCN = -704247.4055637 Edm = 0.00105349 NCalls = 534 +VariableMetric: Iteration # 60 - FCN = -704247.4089514 Edm = 0.000767953 NCalls = 537 +VariableMetric: Iteration # 61 - FCN = -704247.409739 Edm = 0.000761863 NCalls = 539 +VariableMetric: Iteration # 62 - FCN = -704247.4114523 Edm = 0.000406794 NCalls = 543 +VariableMetric: Iteration # 63 - FCN = -704247.4127305 Edm = 0.000231011 NCalls = 546 +VariableMetric: Iteration # 64 - FCN = -704247.4132645 Edm = 0.000165511 NCalls = 548 +VariableMetric: Iteration # 65 - FCN = -704247.4133973 Edm = 0.000144806 NCalls = 550 +VariableMetric: Iteration # 66 - FCN = -704247.4136002 Edm = 3.27431e-05 NCalls = 552 +VariableMetric: After Hessian - FCN = -704247.4136002 Edm = 0.000800355 NCalls = 915 +VariableMetric: Iteration # 67 - FCN = -704247.4136002 Edm = 0.000800355 NCalls = 915 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -699055.553452 Edm = 6.7243 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -699055.553452 Edm = 6.7243 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -701967.1083167 Edm = 1.31216 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -702529.5102171 Edm = 3.13061 NCalls = 15 +VariableMetric: Iteration # 3 - FCN = -702531.7439715 Edm = 3.08468 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -703392.5656166 Edm = 225.798 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -703649.7902139 Edm = 4.60459 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -703653.0175045 Edm = 0.364236 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -703655.0779379 Edm = 1.29401 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -703821.972657 Edm = 17.8831 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -703835.3238365 Edm = 0.930513 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -703836.0247206 Edm = 0.0131039 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -703836.525918 Edm = 0.544298 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -703849.7725244 Edm = 11.1864 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -704051.2709684 Edm = 21.2331 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -704084.4748408 Edm = 1.39265 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -704086.725072 Edm = 0.0972452 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -704086.8532795 Edm = 0.0104097 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -704086.8927475 Edm = 0.0334849 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -704089.703831 Edm = 2.4188 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -704175.2400035 Edm = 28.9057 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -704206.6602389 Edm = 1.8757 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -704208.8985117 Edm = 0.213664 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -704209.0510751 Edm = 0.0116644 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -704209.0634986 Edm = 0.00155785 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -704209.0831211 Edm = 0.0190496 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -704211.4601769 Edm = 0.0339326 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -704222.738996 Edm = 0.751928 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -704223.7734644 Edm = 0.193838 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -704224.0707492 Edm = 0.0331512 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -704224.1103362 Edm = 0.0020212 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -704224.1127642 Edm = 0.000255058 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -704224.1143537 Edm = 0.000755979 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -704224.1508275 Edm = 0.034872 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -704227.6705185 Edm = 0.978175 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -704229.0159324 Edm = 0.119505 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -704229.0953514 Edm = 0.00559467 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -704229.1014884 Edm = 0.000462545 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -704229.1023613 Edm = 0.000377067 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -704229.1066995 Edm = 0.00538471 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -704229.235438 Edm = 0.115077 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -704232.7028115 Edm = 0.291846 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -704232.9440446 Edm = 0.0434632 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -704232.9796662 Edm = 0.00641314 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -704232.9872587 Edm = 0.000493237 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -704232.9877217 Edm = 6.56446e-05 NCalls = 148 +VariableMetric: After Hessian - FCN = -704232.9877217 Edm = 3399.15 NCalls = 507 +VariableMetric: Iteration # 45 - FCN = -704232.9877217 Edm = 3399.15 NCalls = 507 +VariableMetric: Iteration # 46 - FCN = -704237.8605305 Edm = 5035.49 NCalls = 517 +VariableMetric: Iteration # 47 - FCN = -704237.9458674 Edm = 854055 NCalls = 528 +VariableMetric: Iteration # 48 - FCN = -704239.6427567 Edm = 161402 NCalls = 537 +VariableMetric: Iteration # 49 - FCN = -704241.3028625 Edm = 4231.15 NCalls = 546 +VariableMetric: Iteration # 50 - FCN = -704243.1013907 Edm = 10322.1 NCalls = 551 +VariableMetric: Iteration # 51 - FCN = -704245.6897565 Edm = 4255.18 NCalls = 556 +VariableMetric: Iteration # 52 - FCN = -704246.4726513 Edm = 1018.13 NCalls = 561 +VariableMetric: Iteration # 53 - FCN = -704246.6393308 Edm = 255.249 NCalls = 565 +VariableMetric: Iteration # 54 - FCN = -704246.7482568 Edm = 590.898 NCalls = 569 +VariableMetric: Iteration # 55 - FCN = -704246.8893495 Edm = 400.579 NCalls = 573 +VariableMetric: Iteration # 56 - FCN = -704247.5048465 Edm = 43.4014 NCalls = 576 +VariableMetric: Iteration # 57 - FCN = -704247.6120058 Edm = 11.1555 NCalls = 579 +VariableMetric: Iteration # 58 - FCN = -704247.7321291 Edm = 28.9084 NCalls = 582 +VariableMetric: Iteration # 59 - FCN = -704248.2121305 Edm = 20.6693 NCalls = 584 +VariableMetric: Iteration # 60 - FCN = -704248.6140832 Edm = 6.09042 NCalls = 586 +VariableMetric: Iteration # 61 - FCN = -704248.7183717 Edm = 4.46316 NCalls = 589 +VariableMetric: Iteration # 62 - FCN = -704248.9640663 Edm = 3.88427 NCalls = 591 +VariableMetric: Iteration # 63 - FCN = -704249.4669874 Edm = 18.1305 NCalls = 593 +VariableMetric: Iteration # 64 - FCN = -704250.2355274 Edm = 6.00053 NCalls = 596 +VariableMetric: Iteration # 65 - FCN = -704250.3342764 Edm = 13.8859 NCalls = 598 +VariableMetric: Iteration # 66 - FCN = -704250.5198782 Edm = 1.44016 NCalls = 600 +VariableMetric: Iteration # 67 - FCN = -704250.71073 Edm = 1.02492 NCalls = 602 +VariableMetric: Iteration # 68 - FCN = -704251.0885805 Edm = 1.33378 NCalls = 604 +VariableMetric: Iteration # 69 - FCN = -704251.5775847 Edm = 1.5156 NCalls = 606 +VariableMetric: Iteration # 70 - FCN = -704251.8570106 Edm = 1.04125 NCalls = 608 +VariableMetric: Iteration # 71 - FCN = -704252.0910903 Edm = 0.596839 NCalls = 610 +VariableMetric: Iteration # 72 - FCN = -704252.5305568 Edm = 0.762169 NCalls = 613 +VariableMetric: Iteration # 73 - FCN = -704253.6284067 Edm = 3.57357 NCalls = 619 +VariableMetric: Iteration # 74 - FCN = -704254.3813662 Edm = 2.67139 NCalls = 622 +VariableMetric: Iteration # 75 - FCN = -704256.7514275 Edm = 3.7585 NCalls = 626 +VariableMetric: Iteration # 76 - FCN = -704257.3571145 Edm = 1.42098 NCalls = 629 +VariableMetric: Iteration # 77 - FCN = -704258.0214337 Edm = 2.78696 NCalls = 631 +VariableMetric: Iteration # 78 - FCN = -704258.8142276 Edm = 1.20203 NCalls = 633 +VariableMetric: Iteration # 79 - FCN = -704259.0757431 Edm = 0.548156 NCalls = 635 +VariableMetric: Iteration # 80 - FCN = -704259.2470755 Edm = 0.264315 NCalls = 637 +VariableMetric: Iteration # 81 - FCN = -704259.3786686 Edm = 0.233547 NCalls = 639 +VariableMetric: Iteration # 82 - FCN = -704259.544208 Edm = 0.151414 NCalls = 642 +VariableMetric: Iteration # 83 - FCN = -704259.6254789 Edm = 0.114024 NCalls = 644 +VariableMetric: Iteration # 84 - FCN = -704259.7013204 Edm = 0.0354036 NCalls = 646 +VariableMetric: Iteration # 85 - FCN = -704259.7919311 Edm = 0.134761 NCalls = 648 +VariableMetric: Iteration # 86 - FCN = -704260.0552183 Edm = 0.277168 NCalls = 651 +VariableMetric: Iteration # 87 - FCN = -704260.3393991 Edm = 0.346008 NCalls = 654 +VariableMetric: Iteration # 88 - FCN = -704260.8213724 Edm = 0.564181 NCalls = 658 +VariableMetric: Iteration # 89 - FCN = -704261.8532996 Edm = 2.36684 NCalls = 662 +VariableMetric: Iteration # 90 - FCN = -704263.0812275 Edm = 1.7136 NCalls = 667 +VariableMetric: Iteration # 91 - FCN = -704263.294172 Edm = 0.322641 NCalls = 670 +VariableMetric: Iteration # 92 - FCN = -704263.9776827 Edm = 0.840112 NCalls = 674 +VariableMetric: Iteration # 93 - FCN = -704269.6447205 Edm = 2.60121 NCalls = 683 +VariableMetric: Iteration # 94 - FCN = -704270.1417144 Edm = 1.68249 NCalls = 685 +VariableMetric: Iteration # 95 - FCN = -704271.2782884 Edm = 0.787206 NCalls = 687 +VariableMetric: Iteration # 96 - FCN = -704271.5801501 Edm = 0.279079 NCalls = 689 +VariableMetric: Iteration # 97 - FCN = -704271.7149169 Edm = 0.0393845 NCalls = 691 +VariableMetric: Iteration # 98 - FCN = -704271.7579222 Edm = 0.0122039 NCalls = 693 +VariableMetric: Iteration # 99 - FCN = -704271.7724176 Edm = 0.00465779 NCalls = 695 +VariableMetric: Iteration # 100 - FCN = -704271.7760357 Edm = 0.00135317 NCalls = 697 +VariableMetric: Iteration # 101 - FCN = -704271.7775623 Edm = 0.000632904 NCalls = 699 +VariableMetric: Iteration # 102 - FCN = -704271.7785789 Edm = 0.000798459 NCalls = 701 +VariableMetric: Iteration # 103 - FCN = -704271.7813021 Edm = 0.00169473 NCalls = 704 +VariableMetric: Iteration # 104 - FCN = -704271.7860137 Edm = 0.00389855 NCalls = 707 +VariableMetric: Iteration # 105 - FCN = -704271.7927236 Edm = 0.00470606 NCalls = 710 +VariableMetric: Iteration # 106 - FCN = -704271.7995602 Edm = 0.00428977 NCalls = 713 +VariableMetric: Iteration # 107 - FCN = -704271.8058432 Edm = 0.00321819 NCalls = 715 +VariableMetric: Iteration # 108 - FCN = -704271.8140715 Edm = 0.0102023 NCalls = 718 +VariableMetric: Iteration # 109 - FCN = -704271.8452814 Edm = 0.0723653 NCalls = 722 +VariableMetric: Iteration # 110 - FCN = -704271.9036198 Edm = 0.0995751 NCalls = 728 +VariableMetric: Iteration # 111 - FCN = -704271.9217412 Edm = 0.0482844 NCalls = 732 +VariableMetric: Iteration # 112 - FCN = -704272.1930347 Edm = 0.287665 NCalls = 741 +VariableMetric: Iteration # 113 - FCN = -704272.1958518 Edm = 0.00677874 NCalls = 743 +VariableMetric: Iteration # 114 - FCN = -704272.216077 Edm = 0.0295475 NCalls = 746 +VariableMetric: Iteration # 115 - FCN = -704272.4091714 Edm = 0.167235 NCalls = 752 +VariableMetric: Iteration # 116 - FCN = -704272.7687542 Edm = 0.222254 NCalls = 755 +VariableMetric: Iteration # 117 - FCN = -704272.8622907 Edm = 0.0176734 NCalls = 758 +VariableMetric: Iteration # 118 - FCN = -704272.8826902 Edm = 0.00392019 NCalls = 760 +VariableMetric: Iteration # 119 - FCN = -704272.8978884 Edm = 0.00726323 NCalls = 762 +VariableMetric: Iteration # 120 - FCN = -704272.9212759 Edm = 0.0152118 NCalls = 765 +VariableMetric: Iteration # 121 - FCN = -704272.9307611 Edm = 0.0061634 NCalls = 767 +VariableMetric: Iteration # 122 - FCN = -704272.9372633 Edm = 0.00132452 NCalls = 770 +VariableMetric: Iteration # 123 - FCN = -704272.93973 Edm = 0.000600433 NCalls = 772 +VariableMetric: Iteration # 124 - FCN = -704272.9404327 Edm = 0.000180389 NCalls = 774 +VariableMetric: Iteration # 125 - FCN = -704272.9406319 Edm = 4.87407e-05 NCalls = 776 +VariableMetric: After Hessian - FCN = -704272.9406319 Edm = 0.0855148 NCalls = 1151 +VariableMetric: Iteration # 126 - FCN = -704272.9406319 Edm = 0.0855148 NCalls = 1151 +VariableMetric: Iteration # 127 - FCN = -704272.941073 Edm = 0.0944734 NCalls = 1154 +VariableMetric: Iteration # 128 - FCN = -704272.9410743 Edm = 1.33844 NCalls = 1160 +VariableMetric: Iteration # 129 - FCN = -704272.9410759 Edm = 0.695972 NCalls = 1166 +VariableMetric: Iteration # 130 - FCN = -704272.9410841 Edm = 0.213231 NCalls = 1171 +VariableMetric: Iteration # 131 - FCN = -704272.941087 Edm = 0.0871791 NCalls = 1176 +VariableMetric: Iteration # 132 - FCN = -704272.9410897 Edm = 0.0281677 NCalls = 1181 +VariableMetric: Iteration # 133 - FCN = -704272.9410907 Edm = 0.0236162 NCalls = 1186 +VariableMetric: Iteration # 134 - FCN = -704272.9410928 Edm = 0.0687849 NCalls = 1190 +VariableMetric: Iteration # 135 - FCN = -704272.9410954 Edm = 0.354646 NCalls = 1193 +VariableMetric: Iteration # 136 - FCN = -704272.9410977 Edm = 0.0315029 NCalls = 1197 +VariableMetric: Iteration # 137 - FCN = -704272.9411001 Edm = 0.0462871 NCalls = 1201 +VariableMetric: Iteration # 138 - FCN = -704272.94112 Edm = 0.114433 NCalls = 1204 +VariableMetric: Iteration # 139 - FCN = -704272.9411339 Edm = 0.0354812 NCalls = 1207 +VariableMetric: Iteration # 140 - FCN = -704272.9412168 Edm = 0.0300019 NCalls = 1210 +VariableMetric: Iteration # 141 - FCN = -704272.9412635 Edm = 0.00681428 NCalls = 1213 +VariableMetric: Iteration # 142 - FCN = -704272.9412717 Edm = 0.00234101 NCalls = 1216 +VariableMetric: Iteration # 143 - FCN = -704272.9412793 Edm = 0.000485843 NCalls = 1219 +VariableMetric: Iteration # 144 - FCN = -704272.9412807 Edm = 0.000213854 NCalls = 1222 +VariableMetric: Iteration # 145 - FCN = -704272.9412814 Edm = 0.000282482 NCalls = 1225 +VariableMetric: Iteration # 146 - FCN = -704272.9412882 Edm = 0.00185895 NCalls = 1227 +VariableMetric: Iteration # 147 - FCN = -704272.9419017 Edm = 0.000488867 NCalls = 1231 +VariableMetric: Iteration # 148 - FCN = -704272.9430063 Edm = 0.000764401 NCalls = 1236 +VariableMetric: Iteration # 149 - FCN = -704272.9433994 Edm = 0.000605494 NCalls = 1239 +VariableMetric: Iteration # 150 - FCN = -704272.9439289 Edm = 0.000130449 NCalls = 1242 +VariableMetric: Iteration # 151 - FCN = -704272.9442108 Edm = 5.16121e-06 NCalls = 1245 +VariableMetric: After Hessian - FCN = -704272.9442108 Edm = 4.75363e-06 NCalls = 1624 +VariableMetric: Iteration # 152 - FCN = -704272.9442108 Edm = 4.75363e-06 NCalls = 1624 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -698291.276196 Edm = 8.91689 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -698291.276196 Edm = 8.91689 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703388.0117817 Edm = 0.578708 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -703443.5663794 Edm = 0.845714 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -703444.9992151 Edm = 2.34888 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -703660.7858203 Edm = 98.2202 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -703881.6829967 Edm = 0.891296 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -703882.6685766 Edm = 0.410004 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -703891.6834766 Edm = 13.9171 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -703901.6144655 Edm = 7.404 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -703938.8839871 Edm = 0.207676 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -703939.1606445 Edm = 0.0498472 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -703947.7402092 Edm = 8.38364 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -704142.3158804 Edm = 13.5694 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -704156.6153968 Edm = 1.39453 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -704158.2445197 Edm = 0.0176126 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -704158.2705733 Edm = 0.00828495 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -704160.7800701 Edm = 2.67729 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -704160.8315679 Edm = 0.0425391 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -704169.6192554 Edm = 6.57964 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -704222.6846092 Edm = 6.11731 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -704231.0071202 Edm = 0.56717 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -704231.7544223 Edm = 0.0239708 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -704231.7805091 Edm = 0.00136573 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -704231.7962002 Edm = 0.0140369 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -704236.2408863 Edm = 0.554859 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -704236.9757572 Edm = 0.0597239 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -704237.0701253 Edm = 0.00441238 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -704237.0767702 Edm = 0.000425562 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -704237.0814967 Edm = 0.00394971 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -704237.6777328 Edm = 0.598702 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -704243.1806096 Edm = 2.96121 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -704244.9112311 Edm = 0.748686 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -704245.5286019 Edm = 0.0293754 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -704245.5541632 Edm = 0.000691214 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -704245.5552215 Edm = 0.000409123 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -704245.5624366 Edm = 0.00647793 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -704245.8582127 Edm = 0.269368 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -704251.2583336 Edm = 0.419889 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -704251.5895863 Edm = 0.00922117 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -704251.5973652 Edm = 0.000197906 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -704251.5976215 Edm = 0.000100919 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -704251.6007933 Edm = 0.00344499 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -704251.6957609 Edm = 0.0448245 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -704251.7202223 Edm = 9.81953e-05 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -704251.72052 Edm = 0.000211885 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -704251.8385845 Edm = 0.00956637 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -704252.8205194 Edm = 0.322053 NCalls = 155 +VariableMetric: Iteration # 47 - FCN = -704253.9237666 Edm = 0.0117186 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -704253.9350165 Edm = 0.000216449 NCalls = 158 +VariableMetric: Iteration # 49 - FCN = -704253.9354483 Edm = 0.000216215 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -704254.0061657 Edm = 0.0694176 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -704257.4556399 Edm = 0.337578 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -704257.893043 Edm = 0.00778727 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -704257.9013432 Edm = 0.000171496 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -704257.9017282 Edm = 0.000224565 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -704257.9166003 Edm = 0.0164916 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -704258.0874579 Edm = 0.0212424 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -704259.698557 Edm = 0.703939 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -704264.9888294 Edm = 0.239404 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -704265.2389638 Edm = 0.00514919 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -704265.2435711 Edm = 0.000484668 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -704265.2439118 Edm = 5.04949e-05 NCalls = 202 +VariableMetric: After Hessian - FCN = -704265.2439118 Edm = 7.86173 NCalls = 555 +VariableMetric: Iteration # 62 - FCN = -704265.2439118 Edm = 7.86173 NCalls = 555 +VariableMetric: Iteration # 63 - FCN = -704272.7005205 Edm = 2.11995 NCalls = 556 +VariableMetric: Iteration # 64 - FCN = -704273.2606699 Edm = 0.179474 NCalls = 558 +VariableMetric: Iteration # 65 - FCN = -704273.4032585 Edm = 0.0464617 NCalls = 559 +VariableMetric: Iteration # 66 - FCN = -704273.5157753 Edm = 0.0174946 NCalls = 561 +VariableMetric: Iteration # 67 - FCN = -704273.5389828 Edm = 0.00328502 NCalls = 563 +VariableMetric: Iteration # 68 - FCN = -704273.5465829 Edm = 0.00315373 NCalls = 565 +VariableMetric: Iteration # 69 - FCN = -704273.5615723 Edm = 0.00503989 NCalls = 569 +VariableMetric: Iteration # 70 - FCN = -704273.5658481 Edm = 0.00288929 NCalls = 572 +VariableMetric: Iteration # 71 - FCN = -704273.5686385 Edm = 0.00109196 NCalls = 574 +VariableMetric: Iteration # 72 - FCN = -704273.5714137 Edm = 0.00130721 NCalls = 578 +VariableMetric: Iteration # 73 - FCN = -704273.5731762 Edm = 0.000786459 NCalls = 580 +VariableMetric: Iteration # 74 - FCN = -704273.574209 Edm = 0.000359883 NCalls = 583 +VariableMetric: Iteration # 75 - FCN = -704273.574809 Edm = 0.000181105 NCalls = 586 +VariableMetric: Iteration # 76 - FCN = -704273.5751185 Edm = 0.000119467 NCalls = 588 +VariableMetric: Iteration # 77 - FCN = -704273.5752539 Edm = 7.61124e-05 NCalls = 590 +VariableMetric: Iteration # 78 - FCN = -704273.5752943 Edm = 3.88513e-05 NCalls = 591 +VariableMetric: After Hessian - FCN = -704273.5752943 Edm = 5.0107e-05 NCalls = 958 +VariableMetric: Iteration # 79 - FCN = -704273.5752943 Edm = 5.0107e-05 NCalls = 958 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -696988.9244573 Edm = 0.948129 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -696988.9244573 Edm = 0.948129 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -699919.4040702 Edm = 22.5521 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -699997.909545 Edm = 19.3153 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -700046.7213241 Edm = 66.2385 NCalls = 12 +VariableMetric: Iteration # 4 - FCN = -701101.002254 Edm = 282.233 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -702022.5068881 Edm = 71.9604 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -702057.9036902 Edm = 2.59631 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -702063.1455774 Edm = 3.58264 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -702159.4539018 Edm = 59.8737 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -703146.3653759 Edm = 402.934 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -703297.7637386 Edm = 523.669 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -703692.0445243 Edm = 296.315 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -703796.1044764 Edm = 1.93908 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -703797.5183745 Edm = 0.0216435 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -703797.6319124 Edm = 0.092731 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -703829.0170931 Edm = 1.78126 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -703982.5221245 Edm = 3.11622 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -703986.0594062 Edm = 0.203791 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -703986.2871226 Edm = 0.00773052 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -703986.2995346 Edm = 0.00437248 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -703993.1714856 Edm = 1.09244 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -704013.423535 Edm = 3.15309 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -704019.835932 Edm = 0.703534 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -704021.3015655 Edm = 1.13403 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -704022.7657578 Edm = 0.058299 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -704022.8172191 Edm = 0.0112657 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -704022.8263241 Edm = 0.00162061 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -704022.8398179 Edm = 0.0100647 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -704023.8207184 Edm = 0.820353 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -704037.5737503 Edm = 1.0474 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -704038.1599402 Edm = 0.191512 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -704038.31408 Edm = 0.0187129 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -704038.3346486 Edm = 0.00637431 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -704038.3938332 Edm = 0.0493956 NCalls = 107 +VariableMetric: Iteration # 34 - FCN = -704043.9076796 Edm = 7.44148 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -704045.3427417 Edm = 1.42856 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -704048.1170452 Edm = 2.18256 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -704083.6392393 Edm = 9.04458 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -704093.4504312 Edm = 0.966842 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -704094.034168 Edm = 0.173758 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -704094.1936848 Edm = 0.0143861 NCalls = 132 +VariableMetric: Iteration # 41 - FCN = -704094.2112438 Edm = 0.00284315 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -704094.2304209 Edm = 0.015467 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -704094.3617555 Edm = 0.108145 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -704104.6431729 Edm = 7.56703 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -704128.18995 Edm = 3.58 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -704130.2271263 Edm = 0.73462 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -704130.9986226 Edm = 0.203262 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -704131.5452839 Edm = 0.671963 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -704133.4297387 Edm = 1.05763 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -704133.7556946 Edm = 1.24006 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -704136.126354 Edm = 0.432354 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -704136.4738201 Edm = 0.0954883 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -704136.5452846 Edm = 0.0228438 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -704136.5741061 Edm = 0.0019025 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -704136.5763321 Edm = 0.000318406 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -704136.5814261 Edm = 0.0043417 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -704137.0828943 Edm = 0.47855 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -704147.8408414 Edm = 0.774785 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -704148.9678747 Edm = 0.0934735 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -704149.2375761 Edm = 0.18309 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -704149.9531314 Edm = 1.44932 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -704150.1923493 Edm = 0.553816 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -704152.3053715 Edm = 0.554309 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -704153.2006153 Edm = 0.341529 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -704153.2890122 Edm = 0.00749195 NCalls = 219 +VariableMetric: Iteration # 66 - FCN = -704153.2959064 Edm = 0.00114028 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -704153.2991431 Edm = 0.0017334 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -704153.3580959 Edm = 0.0606908 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -704153.866366 Edm = 0.48297 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -704171.0924298 Edm = 7.10753 NCalls = 239 +VariableMetric: Iteration # 71 - FCN = -704178.2994448 Edm = 1.01711 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -704178.9020417 Edm = 0.12608 NCalls = 243 +VariableMetric: Iteration # 73 - FCN = -704178.9833136 Edm = 0.0159766 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -704178.9972767 Edm = 0.00169036 NCalls = 246 +VariableMetric: Iteration # 75 - FCN = -704178.9996783 Edm = 0.00142937 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -704179.0092568 Edm = 0.0107503 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -704179.9936651 Edm = 0.418004 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -704180.2166837 Edm = 0.00101313 NCalls = 259 +VariableMetric: Iteration # 79 - FCN = -704180.2197671 Edm = 0.00225575 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -704180.5967615 Edm = 0.369385 NCalls = 268 +VariableMetric: Iteration # 81 - FCN = -704195.4708117 Edm = 3.0718 NCalls = 273 +VariableMetric: Iteration # 82 - FCN = -704197.9255132 Edm = 0.172206 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -704198.0944648 Edm = 0.00700466 NCalls = 276 +VariableMetric: Iteration # 84 - FCN = -704198.100016 Edm = 0.000737188 NCalls = 278 +VariableMetric: Iteration # 85 - FCN = -704198.1013972 Edm = 0.00047132 NCalls = 280 +VariableMetric: Iteration # 86 - FCN = -704198.1063667 Edm = 0.00339261 NCalls = 283 +VariableMetric: Iteration # 87 - FCN = -704198.3158023 Edm = 0.199517 NCalls = 288 +VariableMetric: Iteration # 88 - FCN = -704212.6785747 Edm = 7.68487 NCalls = 293 +VariableMetric: Iteration # 89 - FCN = -704229.9533667 Edm = 1.46429 NCalls = 295 +VariableMetric: Iteration # 90 - FCN = -704231.3440968 Edm = 0.342797 NCalls = 297 +VariableMetric: Iteration # 91 - FCN = -704231.6612486 Edm = 0.0268905 NCalls = 299 +VariableMetric: Iteration # 92 - FCN = -704231.7017608 Edm = 0.00531757 NCalls = 301 +VariableMetric: Iteration # 93 - FCN = -704231.7126284 Edm = 0.00110586 NCalls = 303 +VariableMetric: Iteration # 94 - FCN = -704231.7172874 Edm = 0.00296653 NCalls = 305 +VariableMetric: Iteration # 95 - FCN = -704231.782645 Edm = 0.0430783 NCalls = 309 +VariableMetric: Iteration # 96 - FCN = -704232.2423044 Edm = 0.423935 NCalls = 312 +VariableMetric: Iteration # 97 - FCN = -704242.2487192 Edm = 7.98699 NCalls = 317 +VariableMetric: Iteration # 98 - FCN = -704257.0916681 Edm = 8.97104 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -704263.1321887 Edm = 1.81435 NCalls = 322 +VariableMetric: Iteration # 100 - FCN = -704264.7136517 Edm = 0.193823 NCalls = 324 +VariableMetric: Iteration # 101 - FCN = -704265.0629649 Edm = 0.0346108 NCalls = 327 +VariableMetric: Iteration # 102 - FCN = -704265.1071587 Edm = 0.00526081 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -704265.111776 Edm = 0.000716735 NCalls = 331 +VariableMetric: Iteration # 104 - FCN = -704265.1125641 Edm = 0.00032189 NCalls = 333 +VariableMetric: Iteration # 105 - FCN = -704265.1149882 Edm = 0.0023149 NCalls = 336 +VariableMetric: Iteration # 106 - FCN = -704265.1779952 Edm = 0.0634515 NCalls = 342 +VariableMetric: Iteration # 107 - FCN = -704265.1790016 Edm = 0.000666436 NCalls = 344 +VariableMetric: Iteration # 108 - FCN = -704265.2964279 Edm = 0.087032 NCalls = 351 +VariableMetric: Iteration # 109 - FCN = -704267.2509571 Edm = 0.831008 NCalls = 355 +VariableMetric: Iteration # 110 - FCN = -704269.7284838 Edm = 0.971006 NCalls = 357 +VariableMetric: Iteration # 111 - FCN = -704270.9076389 Edm = 0.229879 NCalls = 360 +VariableMetric: Iteration # 112 - FCN = -704271.2200825 Edm = 0.0568046 NCalls = 362 +VariableMetric: Iteration # 113 - FCN = -704271.2950421 Edm = 0.0175619 NCalls = 364 +VariableMetric: Iteration # 114 - FCN = -704271.3069512 Edm = 0.00100593 NCalls = 366 +VariableMetric: Iteration # 115 - FCN = -704271.3080445 Edm = 6.39615e-05 NCalls = 368 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -700818.9706187 Edm = 0.775423 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -700818.9706187 Edm = 0.775423 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -703368.3472735 Edm = 20.6656 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -703548.7664764 Edm = 2.79732 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -703549.5229397 Edm = 0.198679 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -703675.1617734 Edm = 7.13505 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -703682.8709115 Edm = 0.0620853 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -703683.6054827 Edm = 0.739423 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -703768.8256371 Edm = 10.2131 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -703950.080718 Edm = 0.447881 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -703951.3168231 Edm = 0.713834 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -703972.6110109 Edm = 12.0085 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -704049.5007601 Edm = 3.58291 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -704053.6597654 Edm = 0.0380498 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -704053.7052655 Edm = 0.00912418 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -704054.5163671 Edm = 0.832699 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -704065.5052324 Edm = 3.30948 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -704114.9415526 Edm = 22.0966 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -704185.6833365 Edm = 6.5358 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -704194.5188682 Edm = 0.653598 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -704195.8112404 Edm = 0.0702804 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -704195.8820356 Edm = 0.00264272 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -704195.8849995 Edm = 0.000545789 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -704195.8976729 Edm = 0.0134883 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -704196.5428942 Edm = 0.216673 NCalls = 89 +VariableMetric: Iteration # 24 - FCN = -704200.7092133 Edm = 2.80281 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -704210.7941325 Edm = 0.120671 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -704210.8844976 Edm = 0.00381553 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -704210.8895179 Edm = 0.00184945 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -704210.9258571 Edm = 0.0388702 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -704211.8444179 Edm = 0.9993 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -704211.8826128 Edm = 0.0373622 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -704214.2248482 Edm = 0.10296 NCalls = 120 +VariableMetric: Iteration # 32 - FCN = -704221.8007482 Edm = 8.0665 NCalls = 122 +VariableMetric: Iteration # 33 - FCN = -704224.0353772 Edm = 0.208243 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -704224.2258619 Edm = 0.0033165 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -704224.2291622 Edm = 0.000451579 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -704224.2354734 Edm = 0.00566547 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -704224.2501194 Edm = 0.0142323 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -704228.8100042 Edm = 1.62029 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -704232.2331195 Edm = 1.02422 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -704234.9539194 Edm = 1.27025 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -704235.5766465 Edm = 0.669533 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -704235.9726535 Edm = 0.0178474 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -704235.9878088 Edm = 0.000778626 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -704235.9889238 Edm = 0.000596106 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -704236.0638606 Edm = 0.0770255 NCalls = 160 +VariableMetric: Iteration # 46 - FCN = -704236.2041878 Edm = 0.13882 NCalls = 167 +VariableMetric: Iteration # 47 - FCN = -704254.2237768 Edm = 0.722682 NCalls = 173 +VariableMetric: Iteration # 48 - FCN = -704254.7526192 Edm = 0.0304739 NCalls = 175 +VariableMetric: Iteration # 49 - FCN = -704254.7816484 Edm = 0.00135026 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -704254.7829909 Edm = 0.000210539 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -704254.7846906 Edm = 0.00173673 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -704254.8588735 Edm = 0.0800733 NCalls = 188 +VariableMetric: Iteration # 53 - FCN = -704255.0510133 Edm = 0.124631 NCalls = 195 +VariableMetric: Iteration # 54 - FCN = -704256.9899891 Edm = 0.627574 NCalls = 199 +VariableMetric: Iteration # 55 - FCN = -704257.9682889 Edm = 0.0295739 NCalls = 201 +VariableMetric: Iteration # 56 - FCN = -704257.9998602 Edm = 0.00167814 NCalls = 203 +VariableMetric: Iteration # 57 - FCN = -704258.0013975 Edm = 8.7205e-05 NCalls = 205 +VariableMetric: Iteration # 58 - FCN = -704258.0018584 Edm = 0.000413184 NCalls = 208 +VariableMetric: Iteration # 59 - FCN = -704258.0447672 Edm = 0.0496825 NCalls = 215 +VariableMetric: Iteration # 60 - FCN = -704258.1722793 Edm = 0.00748491 NCalls = 222 +VariableMetric: Iteration # 61 - FCN = -704259.2097327 Edm = 0.157494 NCalls = 224 +VariableMetric: Iteration # 62 - FCN = -704259.5271304 Edm = 0.00524434 NCalls = 226 +VariableMetric: Iteration # 63 - FCN = -704259.5327684 Edm = 0.00023232 NCalls = 228 +VariableMetric: Iteration # 64 - FCN = -704259.5330301 Edm = 4.7071e-05 NCalls = 230 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -695180.9074384 Edm = 9.01518 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -695180.9074384 Edm = 9.01518 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -701176.6194726 Edm = 6.78622 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -701197.2305306 Edm = 22.6412 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -701584.7620964 Edm = 221.542 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -702032.9791664 Edm = 11.8767 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -702044.6833089 Edm = 0.508073 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -702051.8921799 Edm = 6.82526 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -702065.0897736 Edm = 10.2254 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -702137.1638116 Edm = 0.157216 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -702137.4729668 Edm = 0.0621181 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -702144.1463863 Edm = 7.35112 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -702144.8644895 Edm = 0.61251 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -702350.523535 Edm = 37.4539 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -702415.7698958 Edm = 1.62963 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -702417.2984283 Edm = 0.0177356 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -702417.3663373 Edm = 0.0590157 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -702420.5722395 Edm = 3.37807 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -702438.4137547 Edm = 6.03031 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -702482.5313255 Edm = 8.02955 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -702494.9390201 Edm = 0.984476 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -702496.6891078 Edm = 0.0494548 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -702496.7315514 Edm = 0.0067024 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -702496.7468925 Edm = 0.0101346 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -702496.8584277 Edm = 0.0690556 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -702534.0558802 Edm = 54.4273 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -702534.2098703 Edm = 0.461784 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -702536.8963773 Edm = 1.79907 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -702564.7321079 Edm = 39.4541 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -702621.4421868 Edm = 52.6735 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -702648.7107981 Edm = 66.7411 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -702675.9986647 Edm = 18.5151 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -702731.5846186 Edm = 6.31387 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -702744.083542 Edm = 8.6458 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -702968.6810092 Edm = 127.877 NCalls = 126 +VariableMetric: Iteration # 34 - FCN = -703156.4356179 Edm = 200.452 NCalls = 130 +VariableMetric: Iteration # 35 - FCN = -703269.0177606 Edm = 97.6573 NCalls = 133 +VariableMetric: Iteration # 36 - FCN = -703381.252076 Edm = 68.4261 NCalls = 135 +VariableMetric: Iteration # 37 - FCN = -703416.9295606 Edm = 45.1605 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -703456.2736745 Edm = 5.10167 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -703463.8813682 Edm = 1.23063 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -703466.794123 Edm = 1.1336 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -703471.0941085 Edm = 0.630587 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -703472.3818399 Edm = 0.581768 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -703473.8897417 Edm = 0.647485 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -703474.6289234 Edm = 0.283633 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -703474.8865399 Edm = 0.0261588 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -703474.9044353 Edm = 0.00927292 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -703474.9242089 Edm = 0.0200962 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -703476.1014776 Edm = 0.87183 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -703485.009718 Edm = 6.22167 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -703505.3182491 Edm = 26.578 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -703578.7504898 Edm = 28.5566 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -703626.823371 Edm = 14.9933 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -703640.3692672 Edm = 10.2107 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -703649.0607204 Edm = 13.795 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -703666.1730521 Edm = 17.4333 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -703676.7458539 Edm = 7.95772 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -703685.3627663 Edm = 4.14737 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -703761.2011183 Edm = 121.643 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -703761.2011183 Edm = 121.643 NCalls = 209 +VariableMetric: After Hessian - FCN = -703761.2011183 Edm = 128998 NCalls = 566 +VariableMetric: Iteration # 60 - FCN = -703761.2011183 Edm = 128998 NCalls = 566 +VariableMetric: Iteration # 61 - FCN = -703903.1417319 Edm = 172274 NCalls = 577 +VariableMetric: Iteration # 62 - FCN = -703908.7965517 Edm = 552245 NCalls = 588 +VariableMetric: Iteration # 63 - FCN = -703981.2534506 Edm = 713452 NCalls = 597 +VariableMetric: Iteration # 64 - FCN = -704009.5181518 Edm = 587544 NCalls = 607 +VariableMetric: Iteration # 65 - FCN = -704083.960878 Edm = 28020.5 NCalls = 616 +VariableMetric: Iteration # 66 - FCN = -704098.9022255 Edm = 22531.3 NCalls = 622 +VariableMetric: Iteration # 67 - FCN = -704115.4440373 Edm = 27815.2 NCalls = 628 +VariableMetric: Iteration # 68 - FCN = -704139.5469277 Edm = 8161.29 NCalls = 633 +VariableMetric: Iteration # 69 - FCN = -704159.2016081 Edm = 6846.01 NCalls = 637 +VariableMetric: Iteration # 70 - FCN = -704161.8815077 Edm = 1806.32 NCalls = 642 +VariableMetric: Iteration # 71 - FCN = -704188.3329978 Edm = 516.936 NCalls = 645 +VariableMetric: Iteration # 72 - FCN = -704196.9502095 Edm = 124.814 NCalls = 648 +VariableMetric: Iteration # 73 - FCN = -704207.3373173 Edm = 142.703 NCalls = 650 +VariableMetric: Iteration # 74 - FCN = -704219.1663652 Edm = 141.729 NCalls = 652 +VariableMetric: Iteration # 75 - FCN = -704223.4986722 Edm = 136.055 NCalls = 655 +VariableMetric: Iteration # 76 - FCN = -704225.4053852 Edm = 512.728 NCalls = 657 +VariableMetric: Iteration # 77 - FCN = -704231.2770017 Edm = 308.154 NCalls = 659 +VariableMetric: Iteration # 78 - FCN = -704237.3092122 Edm = 137.95 NCalls = 662 +VariableMetric: Iteration # 79 - FCN = -704239.7503309 Edm = 30.2384 NCalls = 664 +VariableMetric: Iteration # 80 - FCN = -704243.8957426 Edm = 100.794 NCalls = 666 +VariableMetric: Iteration # 81 - FCN = -704254.9093778 Edm = 39.6639 NCalls = 668 +VariableMetric: Iteration # 82 - FCN = -704255.797572 Edm = 10.9509 NCalls = 670 +VariableMetric: Iteration # 83 - FCN = -704257.3614623 Edm = 9.21848 NCalls = 672 +VariableMetric: Iteration # 84 - FCN = -704260.2608617 Edm = 5.40696 NCalls = 673 +VariableMetric: Iteration # 85 - FCN = -704262.7236611 Edm = 0.923669 NCalls = 675 +VariableMetric: Iteration # 86 - FCN = -704264.377329 Edm = 1.53805 NCalls = 678 +VariableMetric: Iteration # 87 - FCN = -704265.6027775 Edm = 1.49938 NCalls = 681 +VariableMetric: Iteration # 88 - FCN = -704266.957232 Edm = 2.01639 NCalls = 684 +VariableMetric: Iteration # 89 - FCN = -704268.4262897 Edm = 0.929139 NCalls = 686 +VariableMetric: Iteration # 90 - FCN = -704269.6727495 Edm = 1.56289 NCalls = 689 +VariableMetric: Iteration # 91 - FCN = -704270.5388445 Edm = 0.240417 NCalls = 691 +VariableMetric: Iteration # 92 - FCN = -704270.8900268 Edm = 0.0990715 NCalls = 693 +VariableMetric: Iteration # 93 - FCN = -704270.9849863 Edm = 0.0159659 NCalls = 694 +VariableMetric: Iteration # 94 - FCN = -704271.0039607 Edm = 0.00436638 NCalls = 696 +VariableMetric: Iteration # 95 - FCN = -704271.0096673 Edm = 0.000335103 NCalls = 698 +VariableMetric: Iteration # 96 - FCN = -704271.0101602 Edm = 0.000121118 NCalls = 700 +VariableMetric: Iteration # 97 - FCN = -704271.0106446 Edm = 0.000350021 NCalls = 702 +VariableMetric: Iteration # 98 - FCN = -704271.0148322 Edm = 0.00205717 NCalls = 708 +VariableMetric: Iteration # 99 - FCN = -704271.0160987 Edm = 0.00144436 NCalls = 710 +VariableMetric: Iteration # 100 - FCN = -704271.0176764 Edm = 0.000177838 NCalls = 712 +VariableMetric: Iteration # 101 - FCN = -704271.0179435 Edm = 4.27804e-05 NCalls = 714 +VariableMetric: After Hessian - FCN = -704271.0179435 Edm = 0.000431807 NCalls = 1095 +VariableMetric: Iteration # 102 - FCN = -704271.0179435 Edm = 0.000431807 NCalls = 1095 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -698990.2592689 Edm = 1.78288 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -698990.2592689 Edm = 1.78288 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -699799.0918506 Edm = 0.066662 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -699800.4659097 Edm = 0.0743062 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -699824.8433364 Edm = 21.6169 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -700161.8210156 Edm = 20.7125 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -700256.4792429 Edm = 137.379 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -700298.1233314 Edm = 1.14549 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -700300.385906 Edm = 0.203541 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -700300.7056098 Edm = 0.161627 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -700415.3877278 Edm = 33.7233 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -700467.4369698 Edm = 11.2911 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -700480.8364378 Edm = 4.23357 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -700484.1107572 Edm = 2.09466 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -700488.5893234 Edm = 1.58548 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -700606.6691817 Edm = 105.662 NCalls = 60 +VariableMetric: Iteration # 15 - FCN = -700608.5725132 Edm = 24.8659 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -700655.049166 Edm = 7.10687 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -700693.3994713 Edm = 28.4764 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -701606.3549131 Edm = 78.2888 NCalls = 79 +VariableMetric: Iteration # 19 - FCN = -701962.756648 Edm = 479.879 NCalls = 90 +VariableMetric: Iteration # 20 - FCN = -701962.756648 Edm = 479.879 NCalls = 101 +VariableMetric: After Hessian - FCN = -701962.756648 Edm = 543572 NCalls = 452 +VariableMetric: Iteration # 21 - FCN = -701962.756648 Edm = 543572 NCalls = 452 +VariableMetric: Iteration # 22 - FCN = -701962.756648 Edm = 543572 NCalls = 463 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.042E+05 | Ncalls=1114 (1114 total) | +| EDM = 9.66E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -704246.0597349142 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 21.5 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 4.30 | 0.12 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | -1.9 | 0.3 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_s | 1.000E4 | 0.014E4 | | | 9797.52 | 9996.48 | | +| 6 | omega_s | 6.6 | 0.8 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 0.78 | 0.13 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | -1.703 | 0.027 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.7 | 0.5 | | |0.00501244| 2.01499 | | +| 10| p3770_s | 2.42 | 0.21 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1368.9 | 1.7 | | | 1358.64 | 1433.36 | | +| 12| p4415_s | 0.126 | 0.018 | | |0.126447 | 2.35355 | | +| 13| omega_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 14| Dbar_s | 0.18 | 0.21 | | | -1.464 | 1.464 | | +| 15| rho_p | -0.45 | 0.28 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 1.72 | 0.21 | | | 0.71676 | 3.68324 | | +| 17| p4040_p | -2.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.02 | 0.29 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.5 | 0.9 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p p4160_p jpsi_s omega_s phi_p jpsi_p p4040_s p3770_s psi2s_s p4415_s omega_p Dbar_s rho_p p4160_s p4040_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.081 0.016 0.967 0.940 0.481 0.107 0.050 -0.813 -0.942 0.535 -0.324 0.111 0.004 0.966 0.080 -0.724 0.831 -0.294 -0.974 | +| p4415_p | 0.081 1.000 0.001 0.083 0.076 0.042 0.009 0.005 -0.067 -0.078 0.045 -0.028 -0.015 0.000 0.086 0.006 -0.067 0.064 -0.025 -0.084 | +| phi_s | 0.016 0.001 1.000 0.016 0.016 -0.018 0.000 0.349 -0.020 -0.016 0.010 0.018 0.002 -0.002 0.017 -0.022 -0.012 0.014 -0.027 -0.017 | +| psi2s_p | 0.967 0.083 0.016 1.000 0.952 0.483 0.107 0.051 -0.823 -0.956 0.546 -0.322 0.113 0.004 0.981 0.077 -0.751 0.821 -0.295 -0.984 | +| p4160_p | 0.940 0.076 0.016 0.952 1.000 0.483 0.107 0.050 -0.808 -0.949 0.533 -0.321 0.112 0.004 0.948 0.080 -0.731 0.793 -0.293 -0.965 | +| jpsi_s | 0.481 0.042 -0.018 0.483 0.483 1.000 0.049 0.007 -0.441 -0.482 0.284 -0.777 0.057 0.002 0.471 0.094 -0.380 0.424 -0.143 -0.502 | +| omega_s | 0.107 0.009 0.000 0.107 0.107 0.049 1.000 -0.083 -0.107 -0.107 0.066 -0.031 0.013 -0.127 0.107 0.076 -0.081 0.095 -0.526 -0.111 | +| phi_p | 0.050 0.005 0.349 0.051 0.050 0.007 -0.083 1.000 -0.056 -0.050 0.032 0.000 0.006 0.003 0.051 -0.240 -0.042 0.042 0.066 -0.054 | +| jpsi_p | -0.813 -0.067 -0.020 -0.823 -0.808 -0.441 -0.107 -0.056 1.000 0.806 -0.504 0.296 -0.095 -0.003 -0.812 -0.064 0.595 -0.737 0.283 0.839 | +| p4040_s | -0.942 -0.078 -0.016 -0.956 -0.949 -0.482 -0.107 -0.050 0.806 1.000 -0.511 0.320 -0.112 -0.004 -0.957 -0.083 0.668 -0.839 0.292 0.968 | +| p3770_s | 0.535 0.045 0.010 0.546 0.533 0.284 0.066 0.032 -0.504 -0.511 1.000 -0.192 0.064 0.003 0.531 0.031 -0.396 0.476 -0.181 -0.564 | +| psi2s_s | -0.324 -0.028 0.018 -0.322 -0.321 -0.777 -0.031 0.000 0.296 0.320 -0.192 1.000 -0.038 -0.001 -0.309 -0.076 0.252 -0.283 0.091 0.332 | +| p4415_s | 0.111 -0.015 0.002 0.113 0.112 0.057 0.013 0.006 -0.095 -0.112 0.064 -0.038 1.000 0.001 0.111 0.010 -0.093 0.096 -0.035 -0.114 | +| omega_p | 0.004 0.000 -0.002 0.004 0.004 0.002 -0.127 0.003 -0.003 -0.004 0.003 -0.001 0.001 1.000 0.004 0.030 -0.003 0.004 -0.001 -0.004 | +| Dbar_s | 0.966 0.086 0.017 0.981 0.948 0.471 0.107 0.051 -0.812 -0.957 0.531 -0.309 0.111 0.004 1.000 0.081 -0.782 0.801 -0.294 -0.990 | +| rho_p | 0.080 0.006 -0.022 0.077 0.080 0.094 0.076 -0.240 -0.064 -0.083 0.031 -0.076 0.010 0.030 0.081 1.000 -0.062 0.065 0.108 -0.077 | +| p4160_s | -0.724 -0.067 -0.012 -0.751 -0.731 -0.380 -0.081 -0.042 0.595 0.668 -0.396 0.252 -0.093 -0.003 -0.782 -0.062 1.000 -0.484 0.225 0.752 | +| p4040_p | 0.831 0.064 0.014 0.821 0.793 0.424 0.095 0.042 -0.737 -0.839 0.476 -0.283 0.096 0.004 0.801 0.065 -0.484 1.000 -0.260 -0.842 | +| rho_s | -0.294 -0.025 -0.027 -0.295 -0.293 -0.143 -0.526 0.066 0.283 0.292 -0.181 0.091 -0.035 -0.001 -0.294 0.108 0.225 -0.260 1.000 0.307 | +| Ctt | -0.974 -0.084 -0.017 -0.984 -0.965 -0.502 -0.111 -0.054 0.839 0.968 -0.564 0.332 -0.114 -0.004 -0.990 -0.077 0.752 -0.842 0.307 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.39568871425657504}), (, {'error': 0.12897966598214294}), (, {'error': 0.7577613247586132}), (, {'error': 0.12040547590755235}), (, {'error': 0.3440591470274419}), (, {'error': 135.9779581395378}), (, {'error': 0.8464788891327446}), (, {'error': 0.13285843581580448}), (, {'error': 0.027064696285651557}), (, {'error': 0.514775176713183}), (, {'error': 0.20956537135636455}), (, {'error': 1.7042750081424174}), (, {'error': 0.017567423908115137}), (, {'error': 0.07175830618505064}), (, {'error': 0.2098870798085306}), (, {'error': 0.2840381621843808}), (, {'error': 0.21348984013855998}), (, {'error': 0.3926889042301902}), (, {'error': 0.29361486965807443}), (, {'error': 0.8855492948335376})]) +Toy 1/10 +Time taken: 1 h, 4 min +Projected time left: 9 h, 41 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.043E+05 | Ncalls=307 (307 total) | +| EDM = 4.26E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -704263.7321741178 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.67 | 0.05 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.38 | 0.08 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 18.3 | 0.5 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 4.218 | 0.012 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | -1.92 | 0.04 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_s | 0.996E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 6 | omega_s | 8.9 | 0.5 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -0.31 | 0.16 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 4.573 | 0.009 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.91 | 0.07 | | |0.00501244| 2.01499 | | +| 10| p3770_s | 2.31 | 0.10 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1363.4 | 0.7 | | | 1358.64 | 1433.36 | | +| 12| p4415_s | 1.21 | 0.09 | | |0.126447 | 2.35355 | | +| 13| omega_p | 6.25 | 0.05 | | |-6.28319 | 6.28319 | | +| 14| Dbar_s | 0.020 | 0.014 | | | -1.464 | 1.464 | | +| 15| rho_p | 3 | 9 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.07 | 0.07 | | | 0.71676 | 3.68324 | | +| 17| p4040_p | -2.33 | 0.09 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 0.029 | 2.045 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.11 | 0.03 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p p4160_p jpsi_s omega_s phi_p jpsi_p p4040_s p3770_s psi2s_s p4415_s omega_p Dbar_s rho_p p4160_s p4040_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.018 0.023 0.075 0.020 0.004 0.031 0.013 -0.003 0.031 -0.032 -0.013 0.000 -0.020 0.020 -0.039 0.024 0.034 -0.039 -0.087 | +| p4415_p | 0.018 1.000 0.018 0.008 0.050 0.018 0.023 0.009 -0.007 -0.068 -0.010 0.005 -0.062 -0.015 -0.137 -0.029 -0.086 0.018 -0.029 -0.043 | +| phi_s | 0.023 0.018 1.000 -0.061 0.027 -0.116 0.471 0.464 -0.124 -0.060 -0.022 -0.053 -0.040 -0.299 0.002 -0.597 -0.030 0.010 -0.596 -0.037 | +| psi2s_p | 0.075 0.008 -0.061 1.000 0.028 0.033 -0.078 -0.039 0.002 -0.024 0.004 0.002 -0.021 0.050 0.094 0.099 -0.011 0.012 0.099 -0.052 | +| p4160_p | 0.020 0.050 0.027 0.028 1.000 0.004 0.036 0.014 -0.006 -0.121 -0.020 -0.001 0.051 -0.023 -0.089 -0.045 -0.045 -0.046 -0.045 -0.113 | +| jpsi_s | 0.004 0.018 -0.116 0.033 0.004 1.000 -0.157 -0.073 0.044 0.025 0.019 0.335 0.018 0.100 0.056 0.200 0.027 0.013 0.199 0.064 | +| omega_s | 0.031 0.023 0.471 -0.078 0.036 -0.157 1.000 0.252 -0.159 -0.079 -0.029 -0.071 -0.054 -0.379 0.000 -0.792 -0.040 0.013 -0.790 -0.051 | +| phi_p | 0.013 0.009 0.464 -0.039 0.014 -0.073 0.252 1.000 -0.078 -0.034 -0.013 -0.033 -0.023 -0.160 0.004 -0.326 -0.017 0.004 -0.326 -0.019 | +| jpsi_p | -0.003 -0.007 -0.124 0.002 -0.006 0.044 -0.159 -0.078 1.000 0.004 -0.004 0.021 -0.002 0.101 0.058 0.201 -0.002 -0.016 0.201 0.084 | +| p4040_s | 0.031 -0.068 -0.060 -0.024 -0.121 0.025 -0.079 -0.034 0.004 1.000 0.042 0.013 0.011 0.051 -0.070 0.101 -0.091 -0.028 0.101 0.049 | +| p3770_s | -0.032 -0.010 -0.022 0.004 -0.020 0.019 -0.029 -0.013 -0.004 0.042 1.000 0.003 0.011 0.018 -0.067 0.037 0.010 -0.034 0.037 -0.058 | +| psi2s_s | -0.013 0.005 -0.053 0.002 -0.001 0.335 -0.071 -0.033 0.021 0.013 0.003 1.000 0.008 0.045 0.016 0.090 0.011 0.000 0.090 0.011 | +| p4415_s | 0.000 -0.062 -0.040 -0.021 0.051 0.018 -0.054 -0.023 -0.002 0.011 0.011 0.008 1.000 0.034 -0.015 0.068 0.050 0.030 0.068 0.063 | +| omega_p | -0.020 -0.015 -0.299 0.050 -0.023 0.100 -0.379 -0.160 0.101 0.051 0.018 0.045 0.034 1.000 0.001 0.507 0.026 -0.008 0.507 0.034 | +| Dbar_s | 0.020 -0.137 0.002 0.094 -0.089 0.056 0.000 0.004 0.058 -0.070 -0.067 0.016 -0.015 0.001 1.000 0.001 -0.105 -0.102 0.001 -0.183 | +| rho_p | -0.039 -0.029 -0.597 0.099 -0.045 0.200 -0.792 -0.326 0.201 0.101 0.037 0.090 0.068 0.507 0.001 1.000 0.051 -0.016 0.999 0.066 | +| p4160_s | 0.024 -0.086 -0.030 -0.011 -0.045 0.027 -0.040 -0.017 -0.002 -0.091 0.010 0.011 0.050 0.026 -0.105 0.051 1.000 0.112 0.051 0.017 | +| p4040_p | 0.034 0.018 0.010 0.012 -0.046 0.013 0.013 0.004 -0.016 -0.028 -0.034 0.000 0.030 -0.008 -0.102 -0.016 0.112 1.000 -0.016 -0.110 | +| rho_s | -0.039 -0.029 -0.596 0.099 -0.045 0.199 -0.790 -0.326 0.201 0.101 0.037 0.090 0.068 0.507 0.001 0.999 0.051 -0.016 1.000 0.066 | +| Ctt | -0.087 -0.043 -0.037 -0.052 -0.113 0.064 -0.051 -0.019 0.084 0.049 -0.058 0.011 0.063 0.034 -0.183 0.066 0.017 -0.110 0.066 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.05221826955388753}), (, {'error': 0.07860144351972065}), (, {'error': 0.5334340160411113}), (, {'error': 0.012336742921829291}), (, {'error': 0.042515601061103414}), (, {'error': 4.807569414028876}), (, {'error': 0.5111297257548495}), (, {'error': 0.15733251551924576}), (, {'error': 0.008915243936784556}), (, {'error': 0.06934962152145585}), (, {'error': 0.09915852061057517}), (, {'error': 0.6878202331693046}), (, {'error': 0.08653127975236996}), (, {'error': 0.04817421494210894}), (, {'error': 0.013610745886307063}), (, {'error': 8.990630943668627}), (, {'error': 0.06894998504418526}), (, {'error': 0.08967341000909212}), (, {'error': 2.044525145066485}), (, {'error': 0.03459014913035885})]) +Toy 2/10 +Time taken: 1 h, 38 min +Projected time left: 6 h, 35 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.043E+05 | Ncalls=1222 (1222 total) | +| EDM = 0.015 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -704274.3031298253 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.46 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.43 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 21.5 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -4.083 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 4.20 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 6 | omega_s | 9 | 3 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -5.46 | 0.14 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 4.764 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.90 | 0.18 | | |0.00501244| 2.01499 | | +| 10| p3770_s | 2.71 | 0.20 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1374.7 | 1.1 | | | 1358.64 | 1433.36 | | +| 12| p4415_s | 1.26 | 0.18 | | |0.126447 | 2.35355 | | +| 13| omega_p | -5.55 | 0.19 | | |-6.28319 | 6.28319 | | +| 14| Dbar_s | 0.025 | 0.056 | | | -1.464 | 1.464 | | +| 15| rho_p | -0.53 | 0.32 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.15 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4040_p | -2.53 | 0.20 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.08 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p p4160_p jpsi_s omega_s phi_p jpsi_p p4040_s p3770_s psi2s_s p4415_s omega_p Dbar_s rho_p p4160_s p4040_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.037 -0.001 -0.217 0.245 -0.002 0.000 -0.010 -0.076 -0.256 -0.197 -0.004 -0.214 0.002 0.439 0.027 -0.162 0.117 0.000 -0.543 | +| p4415_p | 0.037 1.000 0.000 -0.071 0.295 0.002 0.000 -0.010 -0.098 -0.179 0.012 -0.005 -0.155 -0.005 -0.252 0.019 -0.075 0.162 -0.009 -0.068 | +| phi_s | -0.001 0.000 1.000 -0.002 0.000 -0.006 -0.000 0.387 -0.014 0.000 0.002 0.003 -0.000 0.007 -0.003 -0.044 0.001 0.001 -0.011 -0.003 | +| psi2s_p | -0.217 -0.071 -0.002 1.000 -0.041 0.011 0.000 0.016 -0.031 -0.042 -0.287 -0.028 -0.109 -0.015 0.060 -0.059 -0.194 -0.258 -0.010 -0.011 | +| p4160_p | 0.245 0.295 0.000 -0.041 1.000 0.003 0.000 -0.010 -0.105 -0.498 -0.087 -0.006 -0.036 -0.004 0.142 0.028 -0.129 0.085 -0.012 -0.443 | +| jpsi_s | -0.002 0.002 -0.006 0.011 0.003 1.000 -0.000 -0.005 -0.011 0.001 0.003 -0.200 -0.001 0.004 -0.019 0.011 0.001 0.004 0.001 -0.006 | +| omega_s | 0.000 0.000 -0.000 0.000 0.000 -0.000 1.000 0.002 0.001 0.000 0.000 -0.000 0.000 -0.035 -0.000 -0.002 0.000 0.000 -0.005 -0.000 | +| phi_p | -0.010 -0.010 0.387 0.016 -0.010 -0.005 0.002 1.000 -0.023 0.013 0.009 0.003 0.002 0.033 -0.012 -0.277 -0.000 -0.008 0.114 -0.003 | +| jpsi_p | -0.076 -0.098 -0.014 -0.031 -0.105 -0.011 0.001 -0.023 1.000 0.048 0.009 0.016 -0.033 0.022 0.099 0.011 -0.084 -0.163 0.057 0.105 | +| p4040_s | -0.256 -0.179 0.000 -0.042 -0.498 0.001 0.000 0.013 0.048 1.000 0.193 -0.005 0.172 -0.007 -0.405 -0.046 -0.012 -0.193 -0.000 0.526 | +| p3770_s | -0.197 0.012 0.002 -0.287 -0.087 0.003 0.000 0.009 0.009 0.193 1.000 -0.029 0.082 -0.011 -0.230 -0.027 0.093 -0.034 -0.014 0.088 | +| psi2s_s | -0.004 -0.005 0.003 -0.028 -0.006 -0.200 -0.000 0.003 0.016 -0.005 -0.029 1.000 0.000 -0.001 0.017 -0.005 -0.005 -0.010 0.001 0.017 | +| p4415_s | -0.214 -0.155 -0.000 -0.109 -0.036 -0.001 0.000 0.002 -0.033 0.172 0.082 0.000 1.000 -0.006 -0.401 -0.027 0.354 0.126 0.001 0.404 | +| omega_p | 0.002 -0.005 0.007 -0.015 -0.004 0.004 -0.035 0.033 0.022 -0.007 -0.011 -0.001 -0.006 1.000 0.024 0.249 -0.011 -0.013 0.660 0.012 | +| Dbar_s | 0.439 -0.252 -0.003 0.060 0.142 -0.019 -0.000 -0.012 0.099 -0.405 -0.230 0.017 -0.401 0.024 1.000 0.050 -0.523 -0.217 0.029 -0.750 | +| rho_p | 0.027 0.019 -0.044 -0.059 0.028 0.011 -0.002 -0.277 0.011 -0.046 -0.027 -0.005 -0.027 0.249 0.050 1.000 -0.023 0.002 0.149 -0.014 | +| p4160_s | -0.162 -0.075 0.001 -0.194 -0.129 0.001 0.000 -0.000 -0.084 -0.012 0.093 -0.005 0.354 -0.011 -0.523 -0.023 1.000 0.443 -0.008 0.343 | +| p4040_p | 0.117 0.162 0.001 -0.258 0.085 0.004 0.000 -0.008 -0.163 -0.193 -0.034 -0.010 0.126 -0.013 -0.217 0.002 0.443 1.000 -0.017 -0.141 | +| rho_s | 0.000 -0.009 -0.011 -0.010 -0.012 0.001 -0.005 0.114 0.057 -0.000 -0.014 0.001 0.001 0.660 0.029 0.149 -0.008 -0.017 1.000 0.030 | +| Ctt | -0.543 -0.068 -0.003 -0.011 -0.443 -0.006 -0.000 -0.003 0.105 0.526 0.088 0.017 0.404 0.012 -0.750 -0.014 0.343 -0.141 0.030 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10682019139900722}), (, {'error': 0.16592374615908057}), (, {'error': 0.8068735146750576}), (, {'error': 0.029154988398993442}), (, {'error': 0.09662795057805962}), (, {'error': 11.79700734434391}), (, {'error': 3.466680138455316}), (, {'error': 0.14167679610173067}), (, {'error': 0.016284904612887452}), (, {'error': 0.177085326156598}), (, {'error': 0.2025508314314064}), (, {'error': 1.1408405650096256}), (, {'error': 0.1819531067890523}), (, {'error': 0.1929594867035065}), (, {'error': 0.05628914803748919}), (, {'error': 0.31577497923434494}), (, {'error': 0.17243233881810438}), (, {'error': 0.20276580942095102}), (, {'error': 0.31669160403678115}), (, {'error': 0.13154329798823858})]) +Toy 3/10 +Time taken: 2 h, 50 min +Projected time left: 6 h, 38 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.042E+05 | Ncalls=915 (915 total) | +| EDM = 0.0008 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -704247.4136002305 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 21.5 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -2.41 | 0.06 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 4.2 | 0.4 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 6 | omega_s | 9.1 | 0.9 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 0.95 | 0.14 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 1.452 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.7 | 0.5 | | |0.00501244| 2.01499 | | +| 10| p3770_s | 2.46 | 0.22 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1368.2 | 2.1 | | | 1358.64 | 1433.36 | | +| 12| p4415_s | 0.126 | 0.016 | | |0.126447 | 2.35355 | | +| 13| omega_p | -5.46 | 0.22 | | |-6.28319 | 6.28319 | | +| 14| Dbar_s | 0.19 | 0.21 | | | -1.464 | 1.464 | | +| 15| rho_p | -0.33 | 0.30 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 1.73 | 0.22 | | | 0.71676 | 3.68324 | | +| 17| p4040_p | -2.8 | 0.4 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.07 | 0.31 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.5 | 0.5 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p p4160_p jpsi_s omega_s phi_p jpsi_p p4040_s p3770_s psi2s_s p4415_s omega_p Dbar_s rho_p p4160_s p4040_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.074 0.007 0.907 0.933 0.470 0.002 0.013 0.107 -0.932 0.552 -0.325 0.106 -0.095 0.960 0.071 -0.715 0.789 -0.250 -0.967 | +| p4415_p | 0.074 1.000 0.001 0.074 0.068 0.039 0.000 0.002 0.018 -0.071 0.043 -0.026 -0.014 -0.007 0.080 0.005 -0.062 0.054 -0.020 -0.077 | +| phi_s | 0.007 0.001 1.000 0.006 0.007 -0.033 0.002 0.364 -0.007 -0.007 0.005 0.032 0.001 0.005 0.008 -0.032 -0.005 0.006 -0.020 -0.007 | +| psi2s_p | 0.907 0.074 0.006 1.000 0.883 0.410 -0.000 0.009 0.095 -0.890 0.495 -0.281 0.101 -0.090 0.924 0.063 -0.723 0.697 -0.228 -0.908 | +| p4160_p | 0.933 0.068 0.007 0.883 1.000 0.480 0.002 0.014 0.124 -0.947 0.556 -0.329 0.107 -0.095 0.947 0.071 -0.725 0.752 -0.252 -0.964 | +| jpsi_s | 0.470 0.039 -0.033 0.410 0.480 1.000 0.000 -0.021 0.111 -0.477 0.302 -0.851 0.055 -0.030 0.460 0.108 -0.370 0.409 -0.121 -0.500 | +| omega_s | 0.002 0.000 0.002 -0.000 0.002 0.000 1.000 -0.036 -0.013 -0.002 0.001 0.000 0.000 0.525 0.003 0.022 -0.002 0.002 0.044 -0.003 | +| phi_p | 0.013 0.002 0.364 0.009 0.014 -0.021 -0.036 1.000 0.032 -0.013 0.014 0.023 0.002 0.002 0.015 -0.263 -0.014 0.010 0.071 -0.018 | +| jpsi_p | 0.107 0.018 -0.007 0.095 0.124 0.111 -0.013 0.032 1.000 -0.125 -0.003 -0.089 0.016 -0.044 0.126 -0.105 -0.180 0.017 -0.066 -0.132 | +| p4040_s | -0.932 -0.071 -0.007 -0.890 -0.947 -0.477 -0.002 -0.013 -0.125 1.000 -0.534 0.327 -0.107 0.094 -0.955 -0.074 0.658 -0.804 0.251 0.965 | +| p3770_s | 0.552 0.043 0.005 0.495 0.556 0.302 0.001 0.014 -0.003 -0.534 1.000 -0.210 0.064 -0.064 0.556 0.026 -0.409 0.481 -0.166 -0.591 | +| psi2s_s | -0.325 -0.026 0.032 -0.281 -0.329 -0.851 0.000 0.023 -0.089 0.327 -0.210 1.000 -0.037 0.015 -0.308 -0.094 0.253 -0.283 0.078 0.342 | +| p4415_s | 0.106 -0.014 0.001 0.101 0.107 0.055 0.000 0.002 0.016 -0.107 0.064 -0.037 1.000 -0.011 0.107 0.009 -0.089 0.087 -0.029 -0.110 | +| omega_p | -0.095 -0.007 0.005 -0.090 -0.095 -0.030 0.525 0.002 -0.044 0.094 -0.064 0.015 -0.011 1.000 -0.095 0.155 0.069 -0.085 0.562 0.100 | +| Dbar_s | 0.960 0.080 0.008 0.924 0.947 0.460 0.003 0.015 0.126 -0.955 0.556 -0.308 0.107 -0.095 1.000 0.072 -0.781 0.757 -0.252 -0.989 | +| rho_p | 0.071 0.005 -0.032 0.063 0.071 0.108 0.022 -0.263 -0.105 -0.074 0.026 -0.094 0.009 0.155 0.072 1.000 -0.057 0.054 0.121 -0.068 | +| p4160_s | -0.715 -0.062 -0.005 -0.723 -0.725 -0.370 -0.002 -0.014 -0.180 0.658 -0.409 0.253 -0.089 0.069 -0.781 -0.057 1.000 -0.426 0.189 0.747 | +| p4040_p | 0.789 0.054 0.006 0.697 0.752 0.409 0.002 0.010 0.017 -0.804 0.481 -0.283 0.087 -0.085 0.757 0.054 -0.426 1.000 -0.217 -0.804 | +| rho_s | -0.250 -0.020 -0.020 -0.228 -0.252 -0.121 0.044 0.071 -0.066 0.251 -0.166 0.078 -0.029 0.562 -0.252 0.121 0.189 -0.217 1.000 0.264 | +| Ctt | -0.967 -0.077 -0.007 -0.908 -0.964 -0.500 -0.003 -0.018 -0.132 0.965 -0.591 0.342 -0.110 0.100 -0.989 -0.068 0.747 -0.804 0.264 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.35818316353092783}), (, {'error': 0.1589321031612072}), (, {'error': 0.7784962223806655}), (, {'error': 0.059321982243534244}), (, {'error': 0.3513834832919436}), (, {'error': 26.60937874040974}), (, {'error': 0.8567719272381007}), (, {'error': 0.13617396297711037}), (, {'error': 0.016126469000426802}), (, {'error': 0.5197898464329818}), (, {'error': 0.22170904796958268}), (, {'error': 2.105563786822131}), (, {'error': 0.016121936896712263}), (, {'error': 0.2180183522550676}), (, {'error': 0.21396808709479753}), (, {'error': 0.30187526997794745}), (, {'error': 0.22315713552000682}), (, {'error': 0.37691050334287746}), (, {'error': 0.30965136520592423}), (, {'error': 0.5441401618772505})]) +Toy 4/10 +Time taken: 3 h, 48 min +Projected time left: 5 h, 43 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.043E+05 | Ncalls=1624 (1624 total) | +| EDM = 4.75E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -704272.9442107913 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.83 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.86 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 21.4 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -4.080 | 0.030 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 4.21 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_s | 0.997E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 6 | omega_s | 9.2 | 0.7 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 0.75 | 0.14 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | -1.522 | 0.017 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.89 | 0.18 | | |0.00501244| 2.01499 | | +| 10| p3770_s | 2.71 | 0.20 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1371 | 4 | | | 1358.64 | 1433.36 | | +| 12| p4415_s | 1.25 | 0.18 | | |0.126447 | 2.35355 | | +| 13| omega_p | 0.72 | 0.23 | | |-6.28319 | 6.28319 | | +| 14| Dbar_s | 0.013 | 0.059 | | | -1.464 | 1.464 | | +| 15| rho_p | -6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.14 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4040_p | -2.52 | 0.21 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.1 | 0.4 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.10 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p p4160_p jpsi_s omega_s phi_p jpsi_p p4040_s p3770_s psi2s_s p4415_s omega_p Dbar_s rho_p p4160_s p4040_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.044 0.004 -0.210 0.245 0.044 -0.001 -0.001 -0.066 -0.259 -0.206 0.041 -0.214 0.000 0.431 0.003 -0.162 0.117 0.005 -0.533 | +| p4415_p | 0.044 1.000 -0.001 -0.056 0.292 -0.022 -0.001 -0.003 -0.096 -0.182 0.009 -0.022 -0.177 -0.002 -0.226 0.005 -0.087 0.156 -0.000 -0.086 | +| phi_s | 0.004 -0.001 1.000 -0.021 -0.003 0.091 0.001 0.410 0.001 -0.003 -0.003 0.088 0.001 -0.002 0.026 -0.005 -0.001 -0.005 -0.033 0.005 | +| psi2s_p | -0.210 -0.056 -0.021 1.000 -0.023 -0.193 -0.003 -0.007 -0.069 -0.046 -0.269 -0.193 -0.114 -0.008 -0.001 -0.002 -0.189 -0.233 -0.017 -0.040 | +| p4160_p | 0.245 0.292 -0.003 -0.023 1.000 -0.047 -0.001 -0.001 -0.110 -0.498 -0.087 -0.047 -0.043 -0.000 0.129 0.007 -0.129 0.090 0.001 -0.451 | +| jpsi_s | 0.044 -0.022 0.091 -0.193 -0.047 1.000 0.004 0.031 0.183 -0.021 -0.048 0.960 0.018 -0.071 0.309 -0.026 -0.018 -0.070 -0.077 0.098 | +| omega_s | -0.001 -0.001 0.001 -0.003 -0.001 0.004 1.000 -0.016 -0.006 0.000 -0.000 0.004 0.000 0.267 0.001 0.002 -0.000 -0.001 0.035 0.001 | +| phi_p | -0.001 -0.003 0.410 -0.007 -0.001 0.031 -0.016 1.000 -0.025 -0.002 0.002 0.030 -0.006 0.002 0.008 -0.059 -0.006 -0.006 -0.006 -0.009 | +| jpsi_p | -0.066 -0.096 0.001 -0.069 -0.110 0.183 -0.006 -0.025 1.000 0.041 0.000 0.179 -0.029 0.007 0.148 -0.013 -0.086 -0.171 0.041 0.121 | +| p4040_s | -0.259 -0.182 -0.003 -0.046 -0.498 -0.021 0.000 -0.002 0.041 1.000 0.195 -0.021 0.176 -0.008 -0.399 -0.006 -0.010 -0.193 -0.014 0.524 | +| p3770_s | -0.206 0.009 -0.003 -0.269 -0.087 -0.048 -0.000 0.002 0.000 0.195 1.000 -0.054 0.081 -0.010 -0.234 -0.001 0.092 -0.035 -0.019 0.084 | +| psi2s_s | 0.041 -0.022 0.088 -0.193 -0.047 0.960 0.004 0.030 0.179 -0.021 -0.054 1.000 0.017 -0.068 0.300 -0.025 -0.019 -0.070 -0.073 0.099 | +| p4415_s | -0.214 -0.177 0.001 -0.114 -0.043 0.018 0.000 -0.006 -0.029 0.176 0.081 0.017 1.000 -0.009 -0.376 -0.004 0.356 0.121 -0.009 0.406 | +| omega_p | 0.000 -0.002 -0.002 -0.008 -0.000 -0.071 0.267 0.002 0.007 -0.008 -0.010 -0.068 -0.009 1.000 0.006 -0.045 -0.012 -0.009 0.694 0.006 | +| Dbar_s | 0.431 -0.226 0.026 -0.001 0.129 0.309 0.001 0.008 0.148 -0.399 -0.234 0.300 -0.376 0.006 1.000 -0.005 -0.503 -0.219 0.019 -0.679 | +| rho_p | 0.003 0.005 -0.005 -0.002 0.007 -0.026 0.002 -0.059 -0.013 -0.006 -0.001 -0.025 -0.004 -0.045 -0.005 1.000 -0.002 0.004 -0.034 -0.009 | +| p4160_s | -0.162 -0.087 -0.001 -0.189 -0.129 -0.018 -0.000 -0.006 -0.086 -0.010 0.092 -0.019 0.356 -0.012 -0.503 -0.002 1.000 0.441 -0.014 0.337 | +| p4040_p | 0.117 0.156 -0.005 -0.233 0.090 -0.070 -0.001 -0.006 -0.171 -0.193 -0.035 -0.070 0.121 -0.009 -0.219 0.004 0.441 1.000 -0.011 -0.155 | +| rho_s | 0.005 -0.000 -0.033 -0.017 0.001 -0.077 0.035 -0.006 0.041 -0.014 -0.019 -0.073 -0.009 0.694 0.019 -0.034 -0.014 -0.011 1.000 0.019 | +| Ctt | -0.533 -0.086 0.005 -0.040 -0.451 0.098 0.001 -0.009 0.121 0.524 0.084 0.099 0.406 0.006 -0.679 -0.009 0.337 -0.155 0.019 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10650907677101085}), (, {'error': 0.16689166558276636}), (, {'error': 0.813619905918415}), (, {'error': 0.029763819048980622}), (, {'error': 0.09693025122823506}), (, {'error': 27.762317446948146}), (, {'error': 0.6778016028284659}), (, {'error': 0.14079246595086836}), (, {'error': 0.01660639625278515}), (, {'error': 0.17729395258787978}), (, {'error': 0.2024863117659621}), (, {'error': 3.987378285017712}), (, {'error': 0.18269811956309934}), (, {'error': 0.23207067395169068}), (, {'error': 0.05881797975691838}), (, {'error': 0.09738430528576059}), (, {'error': 0.17232134624419415}), (, {'error': 0.20539905962254545}), (, {'error': 0.3587506263047126}), (, {'error': 0.13219144535922367})]) +Toy 5/10 +Time taken: 5 h, 16 min +Projected time left: 5 h, 16 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.043E+05 | Ncalls=958 (958 total) | +| EDM = 5.01E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -704273.5752943269 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.81 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.59 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 21.4 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -4.486 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 4.00 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 6 | omega_s | 9 | 5 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -5.33 | 0.14 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 1.628 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.91 | 0.18 | | |0.00501244| 2.01499 | | +| 10| p3770_s | 2.73 | 0.20 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1373.5 | 1.7 | | | 1358.64 | 1433.36 | | +| 12| p4415_s | 1.27 | 0.18 | | |0.126447 | 2.35355 | | +| 13| omega_p | 0.9 | 0.3 | | |-6.28319 | 6.28319 | | +| 14| Dbar_s | 0.020 | 0.059 | | | -1.464 | 1.464 | | +| 15| rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.16 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4040_p | 3.51 | 0.20 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.07 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p p4160_p jpsi_s omega_s phi_p jpsi_p p4040_s p3770_s psi2s_s p4415_s omega_p Dbar_s rho_p p4160_s p4040_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.043 0.000 -0.296 0.252 0.027 0.004 -0.009 -0.033 -0.257 -0.186 0.020 -0.216 -0.002 0.459 0.006 -0.169 0.121 0.010 -0.513 | +| p4415_p | 0.043 1.000 0.001 -0.124 0.291 -0.004 0.003 -0.007 -0.061 -0.190 0.007 -0.006 -0.191 -0.007 -0.191 0.006 -0.099 0.150 -0.005 -0.106 | +| phi_s | 0.000 0.001 1.000 -0.005 0.001 0.029 -0.003 0.406 -0.011 -0.001 0.001 0.023 -0.001 0.008 0.001 -0.009 0.000 0.001 -0.018 -0.003 | +| psi2s_p | -0.296 -0.124 -0.005 1.000 -0.150 -0.037 0.010 0.003 0.101 0.035 -0.327 -0.038 -0.050 -0.012 -0.028 -0.014 -0.177 -0.338 -0.017 0.198 | +| p4160_p | 0.252 0.291 0.001 -0.150 1.000 -0.004 0.005 -0.007 -0.008 -0.516 -0.074 -0.005 -0.066 -0.008 0.221 0.008 -0.155 0.089 -0.002 -0.480 | +| jpsi_s | 0.027 -0.004 0.029 -0.037 -0.004 1.000 -0.005 0.010 -0.042 -0.016 -0.017 0.742 -0.000 -0.007 0.104 -0.014 -0.012 -0.018 -0.014 0.021 | +| omega_s | 0.004 0.003 -0.003 0.010 0.005 -0.005 1.000 0.061 0.027 -0.002 -0.000 -0.004 -0.001 -0.760 0.000 -0.016 -0.001 0.003 -0.157 -0.003 | +| phi_p | -0.009 -0.007 0.406 0.003 -0.007 0.010 0.061 1.000 -0.001 0.007 0.005 0.008 -0.002 -0.013 -0.005 -0.085 -0.003 -0.009 0.049 -0.003 | +| jpsi_p | -0.033 -0.061 -0.011 0.101 -0.008 -0.042 0.027 -0.001 1.000 -0.034 -0.011 -0.028 -0.123 -0.041 0.099 -0.028 -0.161 -0.151 -0.052 -0.127 | +| p4040_s | -0.257 -0.190 -0.001 0.035 -0.516 -0.016 -0.002 0.007 -0.034 1.000 0.164 -0.016 0.187 -0.001 -0.444 -0.011 0.002 -0.210 -0.014 0.537 | +| p3770_s | -0.186 0.007 0.001 -0.327 -0.074 -0.017 -0.000 0.005 -0.011 0.164 1.000 -0.031 0.058 -0.006 -0.172 -0.004 0.071 -0.039 -0.020 0.025 | +| psi2s_s | 0.020 -0.006 0.023 -0.038 -0.005 0.742 -0.004 0.008 -0.028 -0.016 -0.031 1.000 -0.001 -0.005 0.085 -0.011 -0.012 -0.018 -0.010 0.023 | +| p4415_s | -0.216 -0.191 -0.001 -0.050 -0.066 -0.000 -0.001 -0.002 -0.123 0.187 0.058 -0.001 1.000 -0.002 -0.411 -0.007 0.358 0.103 -0.007 0.411 | +| omega_p | -0.002 -0.007 0.008 -0.012 -0.008 -0.007 -0.760 -0.013 -0.041 -0.001 -0.006 -0.005 -0.002 1.000 0.014 0.004 -0.007 -0.012 0.571 0.010 | +| Dbar_s | 0.459 -0.191 0.001 -0.028 0.221 0.104 0.000 -0.005 0.099 -0.444 -0.172 0.085 -0.411 0.014 1.000 0.008 -0.516 -0.144 0.038 -0.776 | +| rho_p | 0.006 0.006 -0.009 -0.014 0.008 -0.014 -0.016 -0.085 -0.028 -0.011 -0.004 -0.011 -0.007 0.004 0.008 1.000 -0.005 0.003 -0.010 -0.009 | +| p4160_s | -0.169 -0.099 0.000 -0.177 -0.155 -0.012 -0.001 -0.003 -0.161 0.002 0.071 -0.012 0.358 -0.007 -0.516 -0.005 1.000 0.419 -0.015 0.339 | +| p4040_p | 0.121 0.150 0.001 -0.338 0.089 -0.018 0.003 -0.009 -0.151 -0.210 -0.039 -0.018 0.103 -0.012 -0.144 0.003 0.419 1.000 -0.014 -0.182 | +| rho_s | 0.010 -0.005 -0.018 -0.017 -0.002 -0.014 -0.157 0.049 -0.052 -0.014 -0.020 -0.010 -0.007 0.571 0.038 -0.010 -0.015 -0.014 1.000 0.019 | +| Ctt | -0.513 -0.106 -0.003 0.198 -0.480 0.021 -0.003 -0.003 -0.127 0.537 0.025 0.023 0.411 0.010 -0.776 -0.009 0.339 -0.182 0.019 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10539057879678326}), (, {'error': 0.16662147146891138}), (, {'error': 0.8115111554241317}), (, {'error': 0.029390156316242422}), (, {'error': 0.09773566613508944}), (, {'error': 11.185910970430996}), (, {'error': 4.811523262587679}), (, {'error': 0.13991479072993585}), (, {'error': 0.015933192194616197}), (, {'error': 0.18077830272947937}), (, {'error': 0.203080760589883}), (, {'error': 1.664149519331886}), (, {'error': 0.18434296940496342}), (, {'error': 0.32286810339549366}), (, {'error': 0.05869319111012472}), (, {'error': 0.13223790506119748}), (, {'error': 0.17376476315541167}), (, {'error': 0.20027100159200106}), (, {'error': 0.34620509181073816}), (, {'error': 0.1286014600616483})]) +Toy 6/10 +Time taken: 6 h, 16 min +Projected time left: 4 h, 10 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.043E+05 | Ncalls=368 (368 total) | +| EDM = 6.4E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -704271.3080445335 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.83 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.32 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 20.3 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -4.091 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 4.23 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 6 | omega_s | 6.4 | 1.4 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -5.59 | 0.21 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 4.766 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.87 | 0.18 | | |0.00501244| 2.01499 | | +| 10| p3770_s | 2.85 | 0.20 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1375.1 | 1.2 | | | 1358.64 | 1433.36 | | +| 12| p4415_s | 1.20 | 0.18 | | |0.126447 | 2.35355 | | +| 13| omega_p | 0.22 | 0.30 | | |-6.28319 | 6.28319 | | +| 14| Dbar_s | 0.020 | 0.056 | | | -1.464 | 1.464 | | +| 15| rho_p | -0.26 | 0.26 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.12 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4040_p | 3.77 | 0.21 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.10 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p p4160_p jpsi_s omega_s phi_p jpsi_p p4040_s p3770_s psi2s_s p4415_s omega_p Dbar_s rho_p p4160_s p4040_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.080 -0.004 -0.224 0.265 0.005 0.000 -0.011 -0.078 -0.271 -0.200 -0.001 -0.229 -0.001 0.458 0.029 -0.168 0.132 0.005 -0.558 | +| p4415_p | 0.080 1.000 -0.001 -0.044 0.291 -0.003 0.004 -0.009 -0.083 -0.203 -0.004 -0.005 -0.229 -0.002 -0.157 0.026 -0.136 0.133 -0.005 -0.144 | +| phi_s | -0.004 -0.001 1.000 -0.001 -0.002 0.013 -0.021 0.589 -0.026 0.003 0.004 0.007 0.001 0.010 -0.007 -0.090 0.002 0.001 0.001 -0.004 | +| psi2s_p | -0.224 -0.044 -0.001 1.000 -0.036 -0.024 -0.012 0.012 -0.033 -0.042 -0.289 -0.033 -0.107 -0.012 0.039 -0.054 -0.187 -0.248 -0.014 0.002 | +| p4160_p | 0.265 0.291 -0.002 -0.036 1.000 -0.006 0.004 -0.010 -0.099 -0.499 -0.092 -0.007 -0.047 -0.002 0.180 0.033 -0.144 0.086 -0.007 -0.464 | +| jpsi_s | 0.005 -0.003 0.013 -0.024 -0.006 1.000 -0.002 0.011 0.023 -0.002 -0.005 0.397 0.003 -0.003 0.040 -0.024 -0.002 -0.009 -0.003 0.013 | +| omega_s | 0.000 0.004 -0.021 -0.012 0.004 -0.002 1.000 -0.129 -0.041 -0.005 0.001 -0.001 -0.003 0.695 -0.003 0.154 -0.000 0.004 -0.428 -0.011 | +| phi_p | -0.011 -0.009 0.589 0.012 -0.010 0.011 -0.129 1.000 -0.033 0.013 0.010 0.006 0.003 -0.038 -0.015 -0.304 0.002 -0.006 0.090 -0.003 | +| jpsi_p | -0.078 -0.083 -0.026 -0.033 -0.099 0.023 -0.041 -0.033 1.000 0.046 0.011 0.022 -0.034 -0.016 0.090 -0.008 -0.081 -0.157 0.069 0.106 | +| p4040_s | -0.271 -0.203 0.003 -0.042 -0.499 -0.002 -0.005 0.013 0.046 1.000 0.195 -0.006 0.179 -0.003 -0.424 -0.047 -0.012 -0.214 -0.006 0.534 | +| p3770_s | -0.200 -0.004 0.004 -0.289 -0.092 -0.005 0.001 0.010 0.011 0.195 1.000 -0.029 0.084 -0.003 -0.230 -0.022 0.091 -0.042 -0.017 0.086 | +| psi2s_s | -0.001 -0.005 0.007 -0.033 -0.007 0.397 -0.001 0.006 0.022 -0.006 -0.029 1.000 0.001 -0.001 0.028 -0.012 -0.005 -0.012 -0.000 0.020 | +| p4415_s | -0.229 -0.229 0.001 -0.107 -0.047 0.003 -0.003 0.003 -0.034 0.179 0.084 0.001 1.000 -0.004 -0.421 -0.028 0.359 0.119 -0.002 0.417 | +| omega_p | -0.001 -0.002 0.010 -0.012 -0.002 -0.003 0.695 -0.038 -0.016 -0.003 -0.003 -0.001 -0.004 1.000 0.008 0.002 -0.005 -0.005 0.008 0.000 | +| Dbar_s | 0.458 -0.157 -0.007 0.039 0.180 0.040 -0.003 -0.015 0.090 -0.424 -0.230 0.028 -0.421 0.008 1.000 0.042 -0.520 -0.181 0.034 -0.757 | +| rho_p | 0.029 0.026 -0.090 -0.054 0.033 -0.024 0.154 -0.304 -0.008 -0.047 -0.022 -0.012 -0.028 0.002 0.042 1.000 -0.021 0.009 0.001 -0.027 | +| p4160_s | -0.168 -0.136 0.002 -0.187 -0.144 -0.002 -0.000 0.002 -0.081 -0.012 0.091 -0.005 0.359 -0.005 -0.520 -0.021 1.000 0.431 -0.010 0.343 | +| p4040_p | 0.132 0.133 0.001 -0.248 0.086 -0.009 0.004 -0.006 -0.157 -0.214 -0.042 -0.012 0.119 -0.005 -0.181 0.009 0.431 1.000 -0.015 -0.164 | +| rho_s | 0.005 -0.005 0.001 -0.014 -0.007 -0.003 -0.428 0.090 0.069 -0.006 -0.017 -0.000 -0.002 0.008 0.034 0.001 -0.010 -0.015 1.000 0.029 | +| Ctt | -0.558 -0.144 -0.004 0.002 -0.464 0.013 -0.011 -0.003 0.106 0.534 0.086 0.020 0.417 0.000 -0.757 -0.027 0.343 -0.164 0.029 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10657237976517031}), (, {'error': 0.1713270011282182}), (, {'error': 0.8948647345840577}), (, {'error': 0.029341055536404426}), (, {'error': 0.09749241207091064}), (, {'error': 12.205674367629399}), (, {'error': 1.3542371638199313}), (, {'error': 0.20670564645532652}), (, {'error': 0.016297773202504473}), (, {'error': 0.17828213168040974}), (, {'error': 0.2041103131274209}), (, {'error': 1.212814611434169}), (, {'error': 0.1843507738682738}), (, {'error': 0.2970409343155769}), (, {'error': 0.05591586818684191}), (, {'error': 0.25940507171307203}), (, {'error': 0.17259591772138572}), (, {'error': 0.2065765164843114}), (, {'error': 0.3170723328022089}), (, {'error': 0.1336524740666783})]) +Toy 7/10 +Time taken: 6 h, 58 min +Projected time left: 2 h, 59 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.043E+05 | Ncalls=230 (230 total) | +| EDM = 4.71E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -704259.5330301318 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.47 | 0.05 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.38 | 0.08 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.8 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -4.087 | 0.016 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 4.25 | 0.04 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_s | 0.998E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 6 | omega_s | 7.0 | 2.1 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -0.57 | 0.10 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 4.765 | 0.011 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.85 | 0.08 | | |0.00501244| 2.01499 | | +| 10| p3770_s | 2.79 | 0.10 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1376.3 | 0.7 | | | 1358.64 | 1433.36 | | +| 12| p4415_s | 1.34 | 0.09 | | |0.126447 | 2.35355 | | +| 13| omega_p | -0.05 | 0.36 | | |-6.28319 | 6.28319 | | +| 14| Dbar_s | -0.017 | 0.018 | | | -1.464 | 1.464 | | +| 15| rho_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.22 | 0.07 | | | 0.71676 | 3.68324 | | +| 17| p4040_p | -2.52 | 0.09 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 0.3 | 1.1 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.06 | 0.05 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p p4160_p jpsi_s omega_s phi_p jpsi_p p4040_s p3770_s psi2s_s p4415_s omega_p Dbar_s rho_p p4160_s p4040_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.065 0.123 -0.148 0.063 -0.067 -0.143 0.038 0.063 -0.017 -0.092 -0.031 -0.025 0.138 0.121 -0.145 0.012 0.046 0.145 0.035 | +| p4415_p | 0.065 1.000 0.331 -0.193 0.172 -0.171 -0.385 0.106 0.211 -0.160 -0.066 -0.073 -0.113 0.375 0.172 -0.391 -0.073 0.109 0.391 0.237 | +| phi_s | 0.123 0.331 1.000 -0.357 0.280 -0.398 -0.832 0.333 0.460 -0.204 -0.104 -0.168 -0.095 0.812 0.575 -0.845 0.028 0.212 0.846 0.594 | +| psi2s_p | -0.148 -0.193 -0.357 1.000 -0.161 0.196 0.415 -0.119 -0.246 0.069 -0.048 0.073 0.025 -0.405 -0.312 0.421 -0.058 -0.171 -0.422 -0.322 | +| p4160_p | 0.063 0.172 0.280 -0.161 1.000 -0.150 -0.325 0.090 0.176 -0.195 -0.068 -0.063 0.015 0.317 0.171 -0.330 -0.032 0.041 0.331 0.151 | +| jpsi_s | -0.067 -0.171 -0.398 0.196 -0.150 1.000 0.466 -0.132 -0.254 0.120 0.067 0.311 0.058 -0.455 -0.296 0.473 -0.004 -0.111 -0.474 -0.313 | +| omega_s | -0.143 -0.385 -0.832 0.415 -0.325 0.466 1.000 -0.268 -0.535 0.238 0.121 0.196 0.111 -0.932 -0.666 0.983 -0.032 -0.246 -0.984 -0.689 | +| phi_p | 0.038 0.106 0.333 -0.119 0.090 -0.132 -0.268 1.000 0.144 -0.067 -0.035 -0.056 -0.032 0.261 0.187 -0.270 0.008 0.067 0.271 0.193 | +| jpsi_p | 0.063 0.211 0.460 -0.246 0.176 -0.254 -0.535 0.144 1.000 -0.135 -0.059 -0.106 -0.071 0.520 0.399 -0.543 0.012 0.122 0.544 0.413 | +| p4040_s | -0.017 -0.160 -0.204 0.069 -0.195 0.120 0.238 -0.067 -0.135 1.000 0.055 0.047 0.028 -0.232 -0.230 0.241 -0.109 -0.089 -0.241 -0.141 | +| p3770_s | -0.092 -0.066 -0.104 -0.048 -0.068 0.067 0.121 -0.035 -0.059 0.055 1.000 0.018 0.016 -0.118 -0.138 0.122 -0.009 -0.083 -0.123 -0.140 | +| psi2s_s | -0.031 -0.073 -0.168 0.073 -0.063 0.311 0.196 -0.056 -0.106 0.047 0.018 1.000 0.023 -0.191 -0.123 0.199 -0.004 -0.048 -0.199 -0.128 | +| p4415_s | -0.025 -0.113 -0.095 0.025 0.015 0.058 0.111 -0.032 -0.071 0.028 0.016 0.023 1.000 -0.108 -0.105 0.112 0.038 -0.003 -0.113 -0.038 | +| omega_p | 0.138 0.375 0.812 -0.405 0.317 -0.455 -0.932 0.261 0.520 -0.232 -0.118 -0.191 -0.108 1.000 0.650 -0.958 0.031 0.240 0.958 0.672 | +| Dbar_s | 0.121 0.172 0.575 -0.312 0.171 -0.296 -0.666 0.187 0.399 -0.230 -0.138 -0.123 -0.105 0.650 1.000 -0.677 -0.065 0.103 0.678 0.371 | +| rho_p | -0.145 -0.391 -0.845 0.421 -0.330 0.473 0.983 -0.270 -0.543 0.241 0.122 0.199 0.112 -0.958 -0.677 1.000 -0.033 -0.250 -0.999 -0.700 | +| p4160_s | 0.012 -0.073 0.028 -0.058 -0.032 -0.004 -0.032 0.008 0.012 -0.109 -0.009 -0.004 0.038 0.031 -0.065 -0.033 1.000 0.108 0.033 0.027 | +| p4040_p | 0.046 0.109 0.212 -0.171 0.041 -0.111 -0.246 0.067 0.122 -0.089 -0.083 -0.048 -0.003 0.240 0.103 -0.250 0.108 1.000 0.250 0.095 | +| rho_s | 0.145 0.391 0.846 -0.422 0.331 -0.474 -0.984 0.271 0.544 -0.241 -0.123 -0.199 -0.113 0.958 0.678 -0.999 0.033 0.250 1.000 0.701 | +| Ctt | 0.035 0.237 0.594 -0.322 0.151 -0.313 -0.689 0.193 0.413 -0.141 -0.140 -0.128 -0.038 0.672 0.371 -0.700 0.027 0.095 0.701 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.048867001552564515}), (, {'error': 0.08002787783183485}), (, {'error': 0.8345242337770031}), (, {'error': 0.015892365756642324}), (, {'error': 0.0435734134343404}), (, {'error': 4.20857223488747}), (, {'error': 2.1130031879619295}), (, {'error': 0.09783238482285528}), (, {'error': 0.01087480525698492}), (, {'error': 0.07657358042875034}), (, {'error': 0.1023097618504758}), (, {'error': 0.6624789096241557}), (, {'error': 0.09084182657495588}), (, {'error': 0.3612249551498672}), (, {'error': 0.018482484149584866}), (, {'error': 8.926156838933744}), (, {'error': 0.0699148132420202}), (, {'error': 0.09497369330447913}), (, {'error': 1.0642673306979389}), (, {'error': 0.047418403803860976})]) +Toy 8/10 +Time taken: 7 h, 33 min +Projected time left: 1 h, 53 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.043E+05 | Ncalls=1095 (1095 total) | +| EDM = 0.000432 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -704271.0179435335 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.45 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.86 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 18.7 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -4.080 | 0.029 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | -2.08 | 0.10 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_s | 0.999E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 6 | omega_s | 8.9 | 1.1 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -6.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | -1.517 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.90 | 0.18 | | |0.00501244| 2.01499 | | +| 10| p3770_s | 2.71 | 0.20 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1373.4 | 2.5 | | | 1358.64 | 1433.36 | | +| 12| p4415_s | 1.25 | 0.18 | | |0.126447 | 2.35355 | | +| 13| omega_p | 0.64 | 0.26 | | |-6.28319 | 6.28319 | | +| 14| Dbar_s | 0.023 | 0.057 | | | -1.464 | 1.464 | | +| 15| rho_p | 5.85 | 0.30 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.14 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4040_p | -2.53 | 0.20 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.06 | 0.31 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.08 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p p4160_p jpsi_s omega_s phi_p jpsi_p p4040_s p3770_s psi2s_s p4415_s omega_p Dbar_s rho_p p4160_s p4040_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.046 0.001 -0.212 0.249 0.024 -0.002 -0.002 -0.073 -0.260 -0.207 0.020 -0.215 -0.000 0.438 0.021 -0.162 0.118 0.004 -0.541 | +| p4415_p | 0.046 1.000 0.002 -0.062 0.294 -0.014 -0.001 0.000 -0.096 -0.185 0.008 -0.015 -0.178 -0.003 -0.231 0.020 -0.088 0.155 -0.005 -0.085 | +| phi_s | 0.001 0.002 1.000 -0.015 -0.000 0.025 0.041 0.436 -0.008 -0.002 -0.003 0.023 0.003 0.046 0.006 0.174 0.003 0.002 -0.003 0.006 | +| psi2s_p | -0.212 -0.062 -0.015 1.000 -0.034 -0.108 -0.009 -0.009 -0.044 -0.043 -0.280 -0.108 -0.111 -0.014 0.039 -0.042 -0.193 -0.249 -0.015 -0.022 | +| p4160_p | 0.249 0.294 -0.000 -0.034 1.000 -0.029 -0.002 -0.001 -0.107 -0.501 -0.090 -0.028 -0.042 -0.004 0.141 0.028 -0.131 0.085 -0.007 -0.450 | +| jpsi_s | 0.024 -0.014 0.025 -0.108 -0.029 1.000 0.001 -0.006 0.108 -0.009 -0.026 0.892 0.011 -0.024 0.182 -0.093 -0.010 -0.042 -0.019 0.058 | +| omega_s | -0.002 -0.001 0.041 -0.009 -0.002 0.001 1.000 0.018 -0.022 -0.000 -0.000 0.001 0.000 0.666 0.000 0.035 -0.000 -0.001 0.062 0.000 | +| phi_p | -0.002 0.000 0.436 -0.009 -0.001 -0.006 0.018 1.000 -0.020 -0.000 -0.000 -0.006 0.001 0.037 -0.002 0.079 0.002 0.001 0.005 0.001 | +| jpsi_p | -0.073 -0.096 -0.008 -0.044 -0.107 0.108 -0.022 -0.020 1.000 0.048 0.008 0.103 -0.030 -0.001 0.114 -0.014 -0.084 -0.165 0.057 0.110 | +| p4040_s | -0.260 -0.185 -0.002 -0.043 -0.501 -0.009 -0.000 -0.000 0.048 1.000 0.196 -0.010 0.174 -0.004 -0.402 -0.039 -0.013 -0.194 -0.006 0.528 | +| p3770_s | -0.207 0.008 -0.003 -0.280 -0.090 -0.026 -0.000 -0.000 0.008 0.196 1.000 -0.037 0.083 -0.007 -0.234 -0.019 0.094 -0.035 -0.017 0.091 | +| psi2s_s | 0.020 -0.015 0.023 -0.108 -0.028 0.892 0.001 -0.006 0.103 -0.010 -0.037 1.000 0.010 -0.021 0.169 -0.084 -0.011 -0.041 -0.016 0.059 | +| p4415_s | -0.215 -0.178 0.003 -0.111 -0.042 0.011 0.000 0.001 -0.030 0.174 0.083 0.010 1.000 -0.004 -0.389 -0.024 0.355 0.124 -0.002 0.405 | +| omega_p | -0.000 -0.003 0.046 -0.014 -0.004 -0.024 0.666 0.037 -0.001 -0.004 -0.007 -0.021 -0.004 1.000 0.012 0.138 -0.007 -0.009 0.521 0.008 | +| Dbar_s | 0.438 -0.231 0.006 0.039 0.141 0.182 0.000 -0.002 0.114 -0.402 -0.234 0.169 -0.389 0.012 1.000 0.022 -0.515 -0.217 0.030 -0.725 | +| rho_p | 0.021 0.020 0.174 -0.042 0.028 -0.093 0.035 0.079 -0.014 -0.039 -0.019 -0.084 -0.024 0.138 0.022 1.000 -0.017 0.008 0.158 -0.021 | +| p4160_s | -0.162 -0.088 0.003 -0.193 -0.131 -0.010 -0.000 0.002 -0.084 -0.013 0.094 -0.011 0.355 -0.007 -0.515 -0.017 1.000 0.442 -0.010 0.341 | +| p4040_p | 0.118 0.155 0.002 -0.249 0.085 -0.042 -0.001 0.001 -0.165 -0.194 -0.035 -0.041 0.124 -0.009 -0.217 0.008 0.442 1.000 -0.015 -0.145 | +| rho_s | 0.004 -0.005 -0.003 -0.015 -0.007 -0.019 0.062 0.005 0.057 -0.006 -0.017 -0.016 -0.002 0.521 0.030 0.158 -0.010 -0.015 1.000 0.027 | +| Ctt | -0.541 -0.085 0.006 -0.022 -0.450 0.058 0.000 0.001 0.110 0.528 0.091 0.059 0.405 0.008 -0.725 -0.021 0.341 -0.145 0.027 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10699889123465}), (, {'error': 0.1663256975786176}), (, {'error': 0.8384972348760975}), (, {'error': 0.02931497425207752}), (, {'error': 0.09722534201777933}), (, {'error': 17.093179974604027}), (, {'error': 1.057155915973783}), (, {'error': 0.1842912446161611}), (, {'error': 0.016389539502945638}), (, {'error': 0.1775859178737933}), (, {'error': 0.20282948794955113}), (, {'error': 2.4673261032962728}), (, {'error': 0.18269184099902724}), (, {'error': 0.2621708970115919}), (, {'error': 0.05678228728533474}), (, {'error': 0.302849615276636}), (, {'error': 0.1724465718965974}), (, {'error': 0.20374535139255712}), (, {'error': 0.3100624688355575}), (, {'error': 0.13167173781565872})]) +Toy 9/10 +Time taken: 8 h, 51 min +Projected time left: 59 min, 1 +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.02E+05 | Ncalls=452 (463 total) | +| EDM = 5.44E+05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -701962.756648008 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 1.1 | 8.6 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -1.26 | 0.05 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 18.018 | 0.021 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 1.71 | 0.06 | | |-6.28319 | 6.28319 | | +| 4 | p4160_p | 3.29 | 0.11 | | |-6.28319 | 6.28319 | | +| 5 | jpsi_s | 0.983E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 6 | omega_s | 6.886 | 0.013 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 0.331 | 0.029 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 1.242 | 0.010 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 1.429E-1 | 0.029E-1 | | |0.00501244| 2.01499 | | +| 10| p3770_s | 0.965 | 0.005 | | |0.918861 | 4.08114 | | +| 11| psi2s_s | 1411.25 | 0.17 | | | 1358.64 | 1433.36 | | +| 12| p4415_s | 0.480 | 0.004 | | |0.126447 | 2.35355 | | +| 13| omega_p | -5.735 | 0.012 | | |-6.28319 | 6.28319 | | +| 14| Dbar_s | 0.51 | 0.07 | | | -1.464 | 1.464 | | +| 15| rho_p | -5.861 | 0.011 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 3.302 | 0.005 | | | 0.71676 | 3.68324 | | +| 17| p4040_p | 2.236 | 0.030 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.496 | 0.005 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.768E-1 | 0.027E-1 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p p4160_p jpsi_s omega_s phi_p jpsi_p p4040_s p3770_s psi2s_s p4415_s omega_p Dbar_s rho_p p4160_s p4040_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.741 -0.002 -0.996 -0.991 0.404 0.001 0.120 -0.880 0.508 0.943 -0.262 -0.407 0.043 -0.998 -0.007 0.114 -0.169 -0.002 -0.453 | +| p4415_p | -0.741 1.000 0.001 0.738 0.733 -0.299 -0.001 -0.089 0.652 -0.376 -0.698 0.194 0.298 -0.032 0.739 0.005 -0.085 0.125 0.002 0.335 | +| phi_s | -0.002 0.001 1.000 0.002 0.002 -0.001 0.000 0.004 0.002 -0.001 -0.002 0.001 0.001 -0.000 0.002 0.000 -0.000 0.000 0.000 0.001 | +| psi2s_p | -0.996 0.738 0.002 1.000 0.987 -0.403 -0.001 -0.120 0.876 -0.506 -0.940 0.261 0.406 -0.043 0.994 0.007 -0.114 0.169 0.002 0.451 | +| p4160_p | -0.991 0.733 0.002 0.987 1.000 -0.401 -0.001 -0.119 0.870 -0.504 -0.934 0.260 0.403 -0.043 0.988 0.007 -0.114 0.167 0.002 0.448 | +| jpsi_s | 0.404 -0.299 -0.001 -0.403 -0.401 1.000 0.000 0.049 -0.356 0.206 0.381 -0.099 -0.165 0.017 -0.403 -0.003 0.046 -0.068 -0.001 -0.183 | +| omega_s | 0.001 -0.001 0.000 -0.001 -0.001 0.000 1.000 -0.000 -0.001 0.000 0.001 -0.000 -0.000 0.001 -0.001 0.000 0.000 -0.000 -0.000 -0.000 | +| phi_p | 0.120 -0.089 0.004 -0.120 -0.119 0.049 -0.000 1.000 -0.106 0.061 0.114 -0.032 -0.049 0.006 -0.120 -0.001 0.014 -0.020 -0.000 -0.055 | +| jpsi_p | -0.880 0.652 0.002 0.876 0.870 -0.356 -0.001 -0.106 1.000 -0.447 -0.829 0.231 0.358 -0.038 0.877 0.006 -0.101 0.148 0.002 0.398 | +| p4040_s | 0.508 -0.376 -0.001 -0.506 -0.504 0.206 0.000 0.061 -0.447 1.000 0.479 -0.133 -0.207 0.022 -0.507 -0.004 0.058 -0.083 -0.001 -0.230 | +| p3770_s | 0.943 -0.698 -0.002 -0.940 -0.934 0.381 0.001 0.114 -0.829 0.479 1.000 -0.247 -0.384 0.041 -0.941 -0.007 0.108 -0.160 -0.002 -0.427 | +| psi2s_s | -0.262 0.194 0.001 0.261 0.260 -0.099 -0.000 -0.032 0.231 -0.133 -0.247 1.000 0.107 -0.011 0.262 0.002 -0.030 0.044 0.001 0.119 | +| p4415_s | -0.407 0.298 0.001 0.406 0.403 -0.165 -0.000 -0.049 0.358 -0.207 -0.384 0.107 1.000 -0.018 0.406 0.003 -0.047 0.069 0.001 0.184 | +| omega_p | 0.043 -0.032 -0.000 -0.043 -0.043 0.017 0.001 0.006 -0.038 0.022 0.041 -0.011 -0.018 1.000 -0.043 -0.002 0.005 -0.007 0.000 -0.020 | +| Dbar_s | -0.998 0.739 0.002 0.994 0.988 -0.403 -0.001 -0.120 0.877 -0.507 -0.941 0.262 0.406 -0.043 1.000 0.007 -0.114 0.169 0.002 0.452 | +| rho_p | -0.007 0.005 0.000 0.007 0.007 -0.003 0.000 -0.001 0.006 -0.004 -0.007 0.002 0.003 -0.002 0.007 1.000 -0.001 0.001 0.000 0.003 | +| p4160_s | 0.114 -0.085 -0.000 -0.114 -0.114 0.046 0.000 0.014 -0.101 0.058 0.108 -0.030 -0.047 0.005 -0.114 -0.001 1.000 -0.019 -0.000 -0.052 | +| p4040_p | -0.169 0.125 0.000 0.169 0.167 -0.068 -0.000 -0.020 0.148 -0.083 -0.160 0.044 0.069 -0.007 0.169 0.001 -0.019 1.000 0.000 0.077 | +| rho_s | -0.002 0.002 0.000 0.002 0.002 -0.001 -0.000 -0.000 0.002 -0.001 -0.002 0.001 0.001 0.000 0.002 0.000 -0.000 0.000 1.000 0.001 | +| Ctt | -0.453 0.335 0.001 0.451 0.448 -0.183 -0.000 -0.055 0.398 -0.230 -0.427 0.119 0.184 -0.020 0.452 0.003 -0.052 0.077 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 8.634201853078084}), (, {'error': 0.04935808571806577}), (, {'error': 0.020817585637807667}), (, {'error': 0.061725855151826714}), (, {'error': 0.10810692936729716}), (, {'error': 0.43465706266943016}), (, {'error': 0.012890013912643106}), (, {'error': 0.02931780529305472}), (, {'error': 0.00968026021707935}), (, {'error': 0.0029012563916200884}), (, {'error': 0.005497178241112455}), (, {'error': 0.17062532762872706}), (, {'error': 0.004370137622489445}), (, {'error': 0.012352256142977858}), (, {'error': 0.07222663595672407}), (, {'error': 0.010834591840218177}), (, {'error': 0.004986610664349911}), (, {'error': 0.03025582258125148}), (, {'error': 0.004559563079078788}), (, {'error': 0.0027054558721215927})]) +Toy 10/10 +Time taken: 9 h, 35 min +Projected time left: +Mean Ctt value = -0.16336388008879132 +Mean Ctt error = 0.21720638808085774 +Simulation ended diff --git a/prelim_results/slurm-2213942.out b/prelim_results/slurm-2213942.out new file mode 100644 index 0000000..caf0ac1 --- /dev/null +++ b/prelim_results/slurm-2213942.out @@ -0,0 +1,9444 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 15:25:38.674527: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX +2019-07-07 15:25:38.700415: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2600150000 Hz +2019-07-07 15:25:38.700694: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x560c3491d260 executing computations on platform Host. Devices: +2019-07-07 15:25:38.700729: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 15:25:39.213553: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x560c349d4d10 executing computations on platform CUDA. Devices: +2019-07-07 15:25:39.213600: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 15:25:39.214030: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:06:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 15:25:39.214057: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 15:25:39.217753: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 15:25:39.217776: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 15:25:39.217787: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 15:25:39.218113: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:06:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719834.9782999 Edm = 5.30157 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719834.9782999 Edm = 5.30157 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721826.4240702 Edm = 0.365132 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721827.7726747 Edm = 0.633636 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -722014.5180763 Edm = 6.02772 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -722020.4150914 Edm = 0.0441783 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -722020.756522 Edm = 0.311488 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -722075.768595 Edm = 0.395509 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -722085.6105403 Edm = 0.0571474 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -722086.2708833 Edm = 0.63888 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -722160.4972859 Edm = 20.6056 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -722290.672477 Edm = 31.5867 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -722350.1295883 Edm = 0.2798 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -722350.5507728 Edm = 0.0169788 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -722350.5962137 Edm = 0.0303331 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -722355.8348907 Edm = 5.4503 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -722356.0268031 Edm = 0.170026 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -722422.9773821 Edm = 14.5008 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -722450.3060923 Edm = 6.92467 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -722463.8050816 Edm = 4.66245 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -722466.8720401 Edm = 0.37968 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -722467.4605857 Edm = 0.04829 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -722467.5102859 Edm = 0.00403675 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -722467.5243949 Edm = 0.0132897 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -722469.2218392 Edm = 1.58369 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -722516.9082094 Edm = 14.4357 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -722525.9036295 Edm = 1.44157 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -722527.3981362 Edm = 0.504796 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -722528.1509767 Edm = 0.083727 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -722528.2464373 Edm = 0.0100179 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -722528.255444 Edm = 0.00147699 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -722528.2637785 Edm = 0.00601093 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -722531.0347669 Edm = 2.71714 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -722531.0537704 Edm = 0.0172059 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -722531.1993852 Edm = 0.205595 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -722532.6308223 Edm = 1.13694 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -722548.1469232 Edm = 4.09736 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -722557.2095291 Edm = 0.0542232 NCalls = 127 +VariableMetric: Iteration # 37 - FCN = -722557.2812735 Edm = 0.0199345 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -722557.294227 Edm = 0.00196248 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -722557.2985909 Edm = 0.00220223 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -722557.7913826 Edm = 0.44507 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -722573.2514175 Edm = 3.70512 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -722578.3752662 Edm = 1.27349 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -722579.0005275 Edm = 0.137393 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -722579.2439083 Edm = 0.0236994 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -722579.2876397 Edm = 0.00797651 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -722579.307031 Edm = 0.00139014 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -722579.3122561 Edm = 0.00361359 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -722579.6856668 Edm = 0.381386 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -722579.9220167 Edm = 0.223256 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -722590.2197107 Edm = 16.6756 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -722591.1665436 Edm = 1.49846 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -722619.0313966 Edm = 16.1457 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -722645.0375488 Edm = 3.39416 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -722647.8997669 Edm = 0.982819 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -722649.1469496 Edm = 0.272932 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -722649.5026235 Edm = 0.0752223 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -722649.6431181 Edm = 0.0246037 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -722649.6776966 Edm = 0.00344701 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -722649.6857939 Edm = 0.00366861 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -722649.7556675 Edm = 0.0447147 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -722655.0875213 Edm = 3.83381 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -722672.518063 Edm = 31.7765 NCalls = 208 +VariableMetric: Iteration # 63 - FCN = -722683.7173921 Edm = 9.25209 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -722694.8526919 Edm = 12.5172 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -722703.1468055 Edm = 4.51649 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -722712.9145764 Edm = 10.351 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -722753.5755992 Edm = 23.8066 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -722776.7434363 Edm = 3.56438 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -722781.8278257 Edm = 2.9624 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -722800.1585868 Edm = 13.9223 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -722800.3031451 Edm = 0.495292 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -722802.0724179 Edm = 4.55681 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -722806.0997345 Edm = 2.66877 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -722810.1825058 Edm = 2.46739 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -722812.1711079 Edm = 1.14804 NCalls = 250 +VariableMetric: Iteration # 76 - FCN = -722815.5800346 Edm = 0.746753 NCalls = 253 +VariableMetric: Iteration # 77 - FCN = -722816.3307844 Edm = 0.12488 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -722816.5262304 Edm = 0.0367227 NCalls = 257 +VariableMetric: Iteration # 79 - FCN = -722816.6166118 Edm = 0.0370209 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -722816.7501868 Edm = 0.016807 NCalls = 261 +VariableMetric: Iteration # 81 - FCN = -722816.7700846 Edm = 0.00144832 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -722816.7722772 Edm = 0.00060866 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -722816.776031 Edm = 0.00219163 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -722816.817186 Edm = 0.0339142 NCalls = 272 +VariableMetric: Iteration # 85 - FCN = -722818.6766107 Edm = 1.32836 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -722823.8467971 Edm = 0.546346 NCalls = 279 +VariableMetric: Iteration # 87 - FCN = -722824.4972179 Edm = 0.175417 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -722824.6671146 Edm = 0.0126378 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -722824.6783988 Edm = 0.000206404 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -722824.678852 Edm = 0.000222275 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -722824.6849902 Edm = 0.0044345 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -722824.8502304 Edm = 0.161765 NCalls = 295 +VariableMetric: Iteration # 93 - FCN = -722831.6662916 Edm = 1.34818 NCalls = 300 +VariableMetric: Iteration # 94 - FCN = -722833.0401974 Edm = 0.183312 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -722833.3207781 Edm = 0.109539 NCalls = 305 +VariableMetric: Iteration # 96 - FCN = -722833.4760745 Edm = 0.0216059 NCalls = 307 +VariableMetric: Iteration # 97 - FCN = -722833.490853 Edm = 0.000733749 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -722833.491452 Edm = 5.9841e-05 NCalls = 311 +VariableMetric: After Hessian - FCN = -722833.491452 Edm = 1857.68 NCalls = 670 +VariableMetric: Iteration # 99 - FCN = -722833.491452 Edm = 1857.68 NCalls = 670 +VariableMetric: Iteration # 100 - FCN = -722843.4820448 Edm = 872.056 NCalls = 675 +VariableMetric: Iteration # 101 - FCN = -722843.5376124 Edm = 7.43266 NCalls = 681 +VariableMetric: Iteration # 102 - FCN = -722855.8024399 Edm = 0.110357 NCalls = 685 +VariableMetric: Iteration # 103 - FCN = -722856.1937009 Edm = 0.0538492 NCalls = 687 +VariableMetric: Iteration # 104 - FCN = -722856.3671441 Edm = 0.0901005 NCalls = 689 +VariableMetric: Iteration # 105 - FCN = -722857.2765572 Edm = 0.508272 NCalls = 693 +VariableMetric: Iteration # 106 - FCN = -722861.9980838 Edm = 5.58646 NCalls = 700 +VariableMetric: Iteration # 107 - FCN = -722862.260643 Edm = 2.19017 NCalls = 702 +VariableMetric: Iteration # 108 - FCN = -722867.8561356 Edm = 8.02603 NCalls = 706 +VariableMetric: Iteration # 109 - FCN = -722872.4411461 Edm = 3.99899 NCalls = 709 +VariableMetric: Iteration # 110 - FCN = -722877.2767992 Edm = 3.80792 NCalls = 712 +VariableMetric: Iteration # 111 - FCN = -722880.3183168 Edm = 1.39514 NCalls = 715 +VariableMetric: Iteration # 112 - FCN = -722883.0922162 Edm = 1.88369 NCalls = 718 +VariableMetric: Iteration # 113 - FCN = -722884.9406755 Edm = 1.42547 NCalls = 721 +VariableMetric: Iteration # 114 - FCN = -722887.2242517 Edm = 0.847675 NCalls = 724 +VariableMetric: Iteration # 115 - FCN = -722888.8398778 Edm = 0.306874 NCalls = 727 +VariableMetric: Iteration # 116 - FCN = -722889.1159631 Edm = 0.0994716 NCalls = 729 +VariableMetric: Iteration # 117 - FCN = -722889.2504883 Edm = 0.0461485 NCalls = 731 +VariableMetric: Iteration # 118 - FCN = -722889.3723818 Edm = 0.0251248 NCalls = 733 +VariableMetric: Iteration # 119 - FCN = -722889.4434205 Edm = 0.0615496 NCalls = 735 +VariableMetric: Iteration # 120 - FCN = -722889.6005656 Edm = 0.134716 NCalls = 739 +VariableMetric: Iteration # 121 - FCN = -722890.1282581 Edm = 0.419293 NCalls = 742 +VariableMetric: Iteration # 122 - FCN = -722890.2638576 Edm = 0.229474 NCalls = 745 +VariableMetric: Iteration # 123 - FCN = -722890.8841239 Edm = 0.741708 NCalls = 748 +VariableMetric: Iteration # 124 - FCN = -722892.9081116 Edm = 1.661 NCalls = 753 +VariableMetric: Iteration # 125 - FCN = -722893.9374672 Edm = 0.801503 NCalls = 755 +VariableMetric: Iteration # 126 - FCN = -722895.3629367 Edm = 0.612007 NCalls = 758 +VariableMetric: Iteration # 127 - FCN = -722896.7975974 Edm = 0.655661 NCalls = 760 +VariableMetric: Iteration # 128 - FCN = -722897.4600335 Edm = 0.297511 NCalls = 762 +VariableMetric: Iteration # 129 - FCN = -722897.9358088 Edm = 0.156808 NCalls = 764 +VariableMetric: Iteration # 130 - FCN = -722898.2121017 Edm = 0.101583 NCalls = 766 +VariableMetric: Iteration # 131 - FCN = -722898.3835103 Edm = 0.0507688 NCalls = 768 +VariableMetric: Iteration # 132 - FCN = -722898.4513901 Edm = 0.00839091 NCalls = 770 +VariableMetric: Iteration # 133 - FCN = -722898.4619694 Edm = 0.0011708 NCalls = 772 +VariableMetric: Iteration # 134 - FCN = -722898.4650606 Edm = 0.000499772 NCalls = 774 +VariableMetric: Iteration # 135 - FCN = -722898.4664523 Edm = 0.000796318 NCalls = 776 +VariableMetric: Iteration # 136 - FCN = -722898.4733953 Edm = 0.0038163 NCalls = 779 +VariableMetric: Iteration # 137 - FCN = -722898.4863353 Edm = 0.00690515 NCalls = 782 +VariableMetric: Iteration # 138 - FCN = -722898.5097701 Edm = 0.00397622 NCalls = 785 +VariableMetric: Iteration # 139 - FCN = -722898.5188289 Edm = 0.0034471 NCalls = 787 +VariableMetric: Iteration # 140 - FCN = -722898.5290055 Edm = 0.0211722 NCalls = 790 +VariableMetric: Iteration # 141 - FCN = -722898.5448304 Edm = 0.00568034 NCalls = 795 +VariableMetric: Iteration # 142 - FCN = -722898.5545078 Edm = 0.0121767 NCalls = 798 +VariableMetric: Iteration # 143 - FCN = -722898.5605408 Edm = 0.00469895 NCalls = 800 +VariableMetric: Iteration # 144 - FCN = -722898.5686546 Edm = 0.000890693 NCalls = 803 +VariableMetric: Iteration # 145 - FCN = -722898.5695115 Edm = 0.000273215 NCalls = 804 +VariableMetric: Iteration # 146 - FCN = -722898.569984 Edm = 0.00018398 NCalls = 806 +VariableMetric: Iteration # 147 - FCN = -722898.5704083 Edm = 0.000184212 NCalls = 808 +VariableMetric: Iteration # 148 - FCN = -722898.571394 Edm = 0.000575181 NCalls = 810 +VariableMetric: Iteration # 149 - FCN = -722898.57235 Edm = 0.000328675 NCalls = 813 +VariableMetric: Iteration # 150 - FCN = -722898.5727135 Edm = 0.000174348 NCalls = 816 +VariableMetric: Iteration # 151 - FCN = -722898.5730485 Edm = 7.49152e-05 NCalls = 819 +VariableMetric: Iteration # 152 - FCN = -722898.5732232 Edm = 2.79522e-05 NCalls = 822 +VariableMetric: After Hessian - FCN = -722898.5732232 Edm = 0.000125965 NCalls = 1195 +VariableMetric: Iteration # 153 - FCN = -722898.5732232 Edm = 0.000125965 NCalls = 1195 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719932.2334157 Edm = 3.04157 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719932.2334157 Edm = 3.04157 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722186.548038 Edm = 0.155845 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -722187.6566177 Edm = 0.165276 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -722458.0225655 Edm = 0.146348 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -722462.1731138 Edm = 0.161697 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -722462.4967561 Edm = 0.179503 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -722500.0972238 Edm = 2.7106 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -722502.9818876 Edm = 0.0333331 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -722503.0468064 Edm = 0.0276355 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -722512.9676177 Edm = 4.50528 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -722521.9382021 Edm = 0.436585 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -722522.3243984 Edm = 0.0543414 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -722522.4350168 Edm = 0.0366025 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -722524.5790327 Edm = 1.9316 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -722595.7546489 Edm = 0.271134 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -722596.1773057 Edm = 0.0542984 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -722596.2337395 Edm = 0.00831609 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -722596.2458672 Edm = 0.00223879 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -722596.2788875 Edm = 0.0274705 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -722614.0745518 Edm = 8.36793 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -722624.8333495 Edm = 0.341843 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -722625.1469935 Edm = 0.00526251 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -722625.1531234 Edm = 0.00112208 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -722625.1718639 Edm = 0.0171956 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -722631.9295539 Edm = 6.08459 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -722654.2669592 Edm = 1.87865 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -722655.2557851 Edm = 0.0892766 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -722655.352308 Edm = 0.00193516 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -722655.3584063 Edm = 0.00286181 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -722655.3922172 Edm = 0.0235706 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -722659.8684197 Edm = 3.45366 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -722692.1624454 Edm = 1.95108 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -722693.9810154 Edm = 0.268401 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -722694.1759918 Edm = 0.0113823 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -722694.1906911 Edm = 0.00183382 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -722694.2013561 Edm = 0.00844139 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -722694.5702835 Edm = 0.350168 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -722711.1359284 Edm = 9.26588 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -722730.7030131 Edm = 1.49589 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -722732.0736433 Edm = 0.125432 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -722732.2205327 Edm = 0.018004 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -722732.2386389 Edm = 0.00109703 NCalls = 132 +VariableMetric: Iteration # 42 - FCN = -722732.2408601 Edm = 0.00105515 NCalls = 134 +VariableMetric: Iteration # 43 - FCN = -722732.297668 Edm = 0.0533668 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -722735.455701 Edm = 1.81432 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -722739.6578408 Edm = 0.0379053 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -722739.7123491 Edm = 0.00511201 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -722739.7195863 Edm = 0.000201319 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -722739.7201105 Edm = 0.000422871 NCalls = 152 +VariableMetric: Iteration # 49 - FCN = -722739.7252907 Edm = 0.00527034 NCalls = 156 +VariableMetric: Iteration # 50 - FCN = -722739.9606787 Edm = 0.0263319 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -722741.5179242 Edm = 0.535213 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -722743.2326197 Edm = 0.17613 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -722743.3546956 Edm = 0.00725169 NCalls = 170 +VariableMetric: Iteration # 54 - FCN = -722743.3635672 Edm = 0.00020828 NCalls = 172 +VariableMetric: Iteration # 55 - FCN = -722743.3639891 Edm = 0.000180812 NCalls = 174 +VariableMetric: Iteration # 56 - FCN = -722743.393066 Edm = 0.0265296 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -722746.84126 Edm = 2.10445 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -722751.1799158 Edm = 0.875421 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -722751.7477679 Edm = 0.151675 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -722751.9648947 Edm = 0.0382704 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -722752.0045165 Edm = 0.00157538 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -722752.0063344 Edm = 0.000263835 NCalls = 197 +VariableMetric: Iteration # 63 - FCN = -722752.0090386 Edm = 0.00279334 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -722752.1202471 Edm = 0.107982 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -722757.9623626 Edm = 2.05972 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -722760.8273927 Edm = 0.0613273 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -722760.8814357 Edm = 0.00243384 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -722760.884054 Edm = 0.000427945 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -722760.8848929 Edm = 0.000345791 NCalls = 220 +VariableMetric: Iteration # 70 - FCN = -722760.8880898 Edm = 0.00200187 NCalls = 223 +VariableMetric: Iteration # 71 - FCN = -722760.9183274 Edm = 0.0249479 NCalls = 226 +VariableMetric: Iteration # 72 - FCN = -722762.4537055 Edm = 1.00482 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -722766.4131755 Edm = 0.26655 NCalls = 233 +VariableMetric: Iteration # 74 - FCN = -722766.6798755 Edm = 0.0177756 NCalls = 234 +VariableMetric: Iteration # 75 - FCN = -722766.6972151 Edm = 0.00586307 NCalls = 235 +VariableMetric: Iteration # 76 - FCN = -722766.7018522 Edm = 0.000581208 NCalls = 237 +VariableMetric: Iteration # 77 - FCN = -722766.7024797 Edm = 0.000100636 NCalls = 239 +VariableMetric: Iteration # 78 - FCN = -722766.7028251 Edm = 0.000238447 NCalls = 241 +VariableMetric: Iteration # 79 - FCN = -722766.7057548 Edm = 0.00224215 NCalls = 244 +VariableMetric: Iteration # 80 - FCN = -722766.9924923 Edm = 0.285898 NCalls = 249 +VariableMetric: Iteration # 81 - FCN = -722771.1300018 Edm = 0.973693 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -722772.3659525 Edm = 0.141248 NCalls = 256 +VariableMetric: Iteration # 83 - FCN = -722772.6591518 Edm = 0.0699725 NCalls = 258 +VariableMetric: Iteration # 84 - FCN = -722772.7406342 Edm = 0.0084086 NCalls = 260 +VariableMetric: Iteration # 85 - FCN = -722772.7519875 Edm = 0.0018374 NCalls = 262 +VariableMetric: Iteration # 86 - FCN = -722772.7549886 Edm = 0.000193123 NCalls = 264 +VariableMetric: Iteration # 87 - FCN = -722772.7554594 Edm = 0.000259338 NCalls = 266 +VariableMetric: Iteration # 88 - FCN = -722772.7611946 Edm = 0.00561306 NCalls = 270 +VariableMetric: Iteration # 89 - FCN = -722773.1535598 Edm = 0.103969 NCalls = 277 +VariableMetric: Iteration # 90 - FCN = -722773.3368729 Edm = 0.00468604 NCalls = 279 +VariableMetric: Iteration # 91 - FCN = -722773.3403066 Edm = 0.000295367 NCalls = 281 +VariableMetric: Iteration # 92 - FCN = -722773.3422753 Edm = 0.0020616 NCalls = 284 +VariableMetric: Iteration # 93 - FCN = -722773.3812746 Edm = 0.0433839 NCalls = 290 +VariableMetric: Iteration # 94 - FCN = -722773.8096925 Edm = 0.0537079 NCalls = 297 +VariableMetric: Iteration # 95 - FCN = -722777.4079304 Edm = 1.38254 NCalls = 299 +VariableMetric: Iteration # 96 - FCN = -722782.970147 Edm = 3.20876 NCalls = 302 +VariableMetric: Iteration # 97 - FCN = -722784.693324 Edm = 0.232251 NCalls = 304 +VariableMetric: Iteration # 98 - FCN = -722784.9144121 Edm = 0.0232243 NCalls = 305 +VariableMetric: Iteration # 99 - FCN = -722784.9424254 Edm = 0.00656357 NCalls = 307 +VariableMetric: Iteration # 100 - FCN = -722784.951476 Edm = 0.000277663 NCalls = 309 +VariableMetric: Iteration # 101 - FCN = -722784.9518066 Edm = 1.26606e-05 NCalls = 311 +VariableMetric: After Hessian - FCN = -722784.9518066 Edm = 1.05821 NCalls = 670 +VariableMetric: Iteration # 102 - FCN = -722784.9518066 Edm = 1.05821 NCalls = 670 +VariableMetric: Iteration # 103 - FCN = -722785.997215 Edm = 0.0734331 NCalls = 671 +VariableMetric: Iteration # 104 - FCN = -722786.1703298 Edm = 0.0689221 NCalls = 674 +VariableMetric: Iteration # 105 - FCN = -722786.2365126 Edm = 0.166428 NCalls = 677 +VariableMetric: Iteration # 106 - FCN = -722786.5287543 Edm = 0.259125 NCalls = 681 +VariableMetric: Iteration # 107 - FCN = -722786.673418 Edm = 0.127846 NCalls = 683 +VariableMetric: Iteration # 108 - FCN = -722786.8543112 Edm = 0.0422206 NCalls = 688 +VariableMetric: Iteration # 109 - FCN = -722786.9039315 Edm = 0.070554 NCalls = 690 +VariableMetric: Iteration # 110 - FCN = -722786.9629157 Edm = 0.0364191 NCalls = 692 +VariableMetric: Iteration # 111 - FCN = -722787.0142748 Edm = 0.0175424 NCalls = 695 +VariableMetric: Iteration # 112 - FCN = -722787.0485111 Edm = 0.00804845 NCalls = 698 +VariableMetric: Iteration # 113 - FCN = -722787.0546875 Edm = 0.00771042 NCalls = 700 +VariableMetric: Iteration # 114 - FCN = -722787.0616532 Edm = 0.0015336 NCalls = 702 +VariableMetric: Iteration # 115 - FCN = -722787.0639558 Edm = 0.00107012 NCalls = 704 +VariableMetric: Iteration # 116 - FCN = -722787.0647792 Edm = 7.18866e-05 NCalls = 706 +VariableMetric: Iteration # 117 - FCN = -722787.0648765 Edm = 4.38977e-06 NCalls = 708 +VariableMetric: After Hessian - FCN = -722787.0648765 Edm = 0.000105398 NCalls = 1079 +VariableMetric: Iteration # 118 - FCN = -722787.0648765 Edm = 0.000105398 NCalls = 1079 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718561.2950969 Edm = 2.82198 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718561.2950969 Edm = 2.82198 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719724.4943178 Edm = 0.354588 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -719745.0525185 Edm = 0.376739 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -719758.2273275 Edm = 8.62568 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -721027.2190217 Edm = 8.24072 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -721062.7784479 Edm = 4.12667 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -721072.5614353 Edm = 3.67089 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -721118.5599035 Edm = 36.1167 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -722053.4161725 Edm = 189.233 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -722205.2232574 Edm = 7.4189 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -722208.7266826 Edm = 1.37516 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -722209.4376464 Edm = 0.0501176 NCalls = 39 +VariableMetric: Iteration # 12 - FCN = -722211.6377073 Edm = 2.22574 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -722214.1552698 Edm = 2.39269 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -722337.1868146 Edm = 5.13749 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -722341.9763169 Edm = 0.0971807 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -722342.1078706 Edm = 0.0100043 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -722342.1627028 Edm = 0.0362966 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -722347.6746195 Edm = 4.72183 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -722393.7851478 Edm = 3.66052 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -722398.9429683 Edm = 0.433985 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -722400.5763298 Edm = 1.02063 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -722414.145337 Edm = 5.37314 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -722416.4257044 Edm = 0.852914 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -722417.1458602 Edm = 0.487372 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -722417.2335473 Edm = 0.0061768 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -722417.252495 Edm = 0.0131327 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -722417.8419298 Edm = 0.560067 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -722417.884565 Edm = 0.0386941 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -722425.6435965 Edm = 0.224668 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -722445.7977979 Edm = 3.80622 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -722448.547791 Edm = 0.190997 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -722448.7527972 Edm = 0.00177769 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -722448.7617746 Edm = 0.00631028 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -722448.8916673 Edm = 0.095576 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -722457.6883504 Edm = 4.12685 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -722463.3121469 Edm = 0.419731 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -722463.646756 Edm = 0.00539478 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -722463.6592339 Edm = 0.00515849 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -722463.7810989 Edm = 0.123532 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -722469.8746698 Edm = 2.22995 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -722481.4818638 Edm = 2.94557 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -722487.0494296 Edm = 4.72848 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -722490.4980098 Edm = 1.84442 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -722491.4231799 Edm = 2.63309 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -722492.4693752 Edm = 0.426603 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -722494.7557572 Edm = 1.32131 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -722502.2052701 Edm = 0.884336 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -722502.8843774 Edm = 0.531596 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -722503.2184716 Edm = 0.0087358 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -722503.2310575 Edm = 0.00273379 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -722503.3973054 Edm = 0.177089 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -722507.8136325 Edm = 0.890057 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -722542.629915 Edm = 15.6483 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -722593.040132 Edm = 21.0508 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -722619.7457166 Edm = 6.40541 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -722622.8621233 Edm = 2.423 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -722624.9166449 Edm = 0.330146 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -722625.1346893 Edm = 0.0245113 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -722625.1523075 Edm = 0.00533184 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -722625.1579992 Edm = 0.00308222 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -722625.2583482 Edm = 0.102788 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -722628.5043579 Edm = 0.150709 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -722644.888738 Edm = 1.39537 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -722646.4702734 Edm = 0.205751 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -722646.7204821 Edm = 0.0204011 NCalls = 215 +VariableMetric: Iteration # 66 - FCN = -722646.7526779 Edm = 0.00797763 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -722647.0159809 Edm = 0.231255 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -722660.0149191 Edm = 8.45737 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -722683.2876805 Edm = 3.91259 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -722687.4456836 Edm = 0.366009 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -722687.8808435 Edm = 0.0511873 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -722687.9192225 Edm = 0.00229967 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -722687.9248983 Edm = 0.00289535 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -722687.9404293 Edm = 0.0130859 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -722688.0181963 Edm = 0.0581157 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -722691.5536475 Edm = 2.75111 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -722727.6611449 Edm = 22.5404 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -722744.4227329 Edm = 11.0982 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -722752.4587894 Edm = 0.811753 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -722753.161915 Edm = 0.153928 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -722753.2858298 Edm = 0.0321041 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -722753.3140136 Edm = 0.00300783 NCalls = 260 +VariableMetric: Iteration # 83 - FCN = -722753.319148 Edm = 0.00336409 NCalls = 262 +VariableMetric: Iteration # 84 - FCN = -722753.3388016 Edm = 0.017585 NCalls = 265 +VariableMetric: Iteration # 85 - FCN = -722753.5734026 Edm = 0.145864 NCalls = 268 +VariableMetric: Iteration # 86 - FCN = -722759.2264408 Edm = 4.15365 NCalls = 273 +VariableMetric: Iteration # 87 - FCN = -722830.2396453 Edm = 16.9753 NCalls = 277 +VariableMetric: Iteration # 88 - FCN = -722865.1133455 Edm = 4.87767 NCalls = 279 +VariableMetric: Iteration # 89 - FCN = -722870.2517574 Edm = 0.676628 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -722870.9726008 Edm = 0.171634 NCalls = 283 +VariableMetric: Iteration # 91 - FCN = -722871.2525375 Edm = 0.0931264 NCalls = 285 +VariableMetric: Iteration # 92 - FCN = -722871.3627613 Edm = 0.0225162 NCalls = 287 +VariableMetric: Iteration # 93 - FCN = -722871.3939496 Edm = 0.00556679 NCalls = 289 +VariableMetric: Iteration # 94 - FCN = -722871.4014779 Edm = 0.000898938 NCalls = 291 +VariableMetric: Iteration # 95 - FCN = -722871.4033715 Edm = 0.000906987 NCalls = 293 +VariableMetric: Iteration # 96 - FCN = -722871.4083657 Edm = 0.00181687 NCalls = 296 +VariableMetric: Iteration # 97 - FCN = -722871.4141099 Edm = 0.0028592 NCalls = 298 +VariableMetric: Iteration # 98 - FCN = -722871.4671593 Edm = 0.0420757 NCalls = 302 +VariableMetric: Iteration # 99 - FCN = -722873.3761482 Edm = 1.55019 NCalls = 306 +VariableMetric: Iteration # 100 - FCN = -722883.1220966 Edm = 2.30249 NCalls = 310 +VariableMetric: Iteration # 101 - FCN = -722884.0175847 Edm = 0.5109 NCalls = 312 +VariableMetric: Iteration # 102 - FCN = -722884.3903259 Edm = 0.0343539 NCalls = 314 +VariableMetric: Iteration # 103 - FCN = -722884.4220714 Edm = 0.00206587 NCalls = 315 +VariableMetric: Iteration # 104 - FCN = -722884.4241754 Edm = 0.000198091 NCalls = 317 +VariableMetric: Iteration # 105 - FCN = -722884.4244886 Edm = 0.000168651 NCalls = 319 +VariableMetric: Iteration # 106 - FCN = -722884.4536693 Edm = 0.0271377 NCalls = 325 +VariableMetric: Iteration # 107 - FCN = -722885.9132789 Edm = 1.01447 NCalls = 330 +VariableMetric: Iteration # 108 - FCN = -722890.0571653 Edm = 0.350045 NCalls = 332 +VariableMetric: Iteration # 109 - FCN = -722890.521385 Edm = 0.0236404 NCalls = 334 +VariableMetric: Iteration # 110 - FCN = -722890.5548897 Edm = 0.00559568 NCalls = 336 +VariableMetric: Iteration # 111 - FCN = -722890.5625557 Edm = 0.000554252 NCalls = 338 +VariableMetric: Iteration # 112 - FCN = -722890.5631494 Edm = 6.77817e-05 NCalls = 340 +VariableMetric: After Hessian - FCN = -722890.5631494 Edm = 32.8239 NCalls = 697 +VariableMetric: Iteration # 113 - FCN = -722890.5631494 Edm = 32.8239 NCalls = 697 +VariableMetric: Iteration # 114 - FCN = -722892.3514484 Edm = 168.958 NCalls = 706 +VariableMetric: Iteration # 115 - FCN = -722892.7771323 Edm = 76694.7 NCalls = 711 +VariableMetric: Iteration # 116 - FCN = -722893.1149604 Edm = 74144.7 NCalls = 716 +VariableMetric: Iteration # 117 - FCN = -722893.6565973 Edm = 2022.3 NCalls = 721 +VariableMetric: Iteration # 118 - FCN = -722893.7801478 Edm = 546.403 NCalls = 726 +VariableMetric: Iteration # 119 - FCN = -722894.284665 Edm = 886.6 NCalls = 730 +VariableMetric: Iteration # 120 - FCN = -722894.3899184 Edm = 216.89 NCalls = 734 +VariableMetric: Iteration # 121 - FCN = -722894.4620436 Edm = 1549.45 NCalls = 737 +VariableMetric: Iteration # 122 - FCN = -722894.7520474 Edm = 600.31 NCalls = 740 +VariableMetric: Iteration # 123 - FCN = -722895.0061903 Edm = 100.812 NCalls = 743 +VariableMetric: Iteration # 124 - FCN = -722895.1161744 Edm = 122.219 NCalls = 746 +VariableMetric: Iteration # 125 - FCN = -722895.9387475 Edm = 125.438 NCalls = 749 +VariableMetric: Iteration # 126 - FCN = -722896.2637898 Edm = 50.4775 NCalls = 751 +VariableMetric: Iteration # 127 - FCN = -722896.6443831 Edm = 41.7203 NCalls = 753 +VariableMetric: Iteration # 128 - FCN = -722897.0534547 Edm = 57.0131 NCalls = 755 +VariableMetric: Iteration # 129 - FCN = -722897.2490072 Edm = 10.0407 NCalls = 758 +VariableMetric: Iteration # 130 - FCN = -722897.3313479 Edm = 3.04383 NCalls = 761 +VariableMetric: Iteration # 131 - FCN = -722897.3617593 Edm = 6.15774 NCalls = 763 +VariableMetric: Iteration # 132 - FCN = -722897.4306729 Edm = 2.47132 NCalls = 765 +VariableMetric: Iteration # 133 - FCN = -722897.5110044 Edm = 3.14375 NCalls = 767 +VariableMetric: Iteration # 134 - FCN = -722898.0014662 Edm = 0.230639 NCalls = 769 +VariableMetric: Iteration # 135 - FCN = -722898.055066 Edm = 0.0492799 NCalls = 771 +VariableMetric: Iteration # 136 - FCN = -722898.190744 Edm = 0.0587156 NCalls = 775 +VariableMetric: Iteration # 137 - FCN = -722898.3221512 Edm = 0.068285 NCalls = 779 +VariableMetric: Iteration # 138 - FCN = -722898.3457453 Edm = 0.0268638 NCalls = 781 +VariableMetric: Iteration # 139 - FCN = -722898.3789071 Edm = 0.0134787 NCalls = 783 +VariableMetric: Iteration # 140 - FCN = -722898.3936145 Edm = 0.0089841 NCalls = 785 +VariableMetric: Iteration # 141 - FCN = -722898.412175 Edm = 0.00792919 NCalls = 789 +VariableMetric: Iteration # 142 - FCN = -722898.4291284 Edm = 0.00456091 NCalls = 793 +VariableMetric: Iteration # 143 - FCN = -722898.4348972 Edm = 0.00687414 NCalls = 796 +VariableMetric: Iteration # 144 - FCN = -722898.438466 Edm = 0.00234018 NCalls = 798 +VariableMetric: Iteration # 145 - FCN = -722898.4429993 Edm = 0.00141864 NCalls = 801 +VariableMetric: Iteration # 146 - FCN = -722898.4454484 Edm = 0.000410555 NCalls = 803 +VariableMetric: Iteration # 147 - FCN = -722898.4459133 Edm = 0.000437736 NCalls = 804 +VariableMetric: Iteration # 148 - FCN = -722898.4462475 Edm = 0.000170812 NCalls = 806 +VariableMetric: Iteration # 149 - FCN = -722898.4469659 Edm = 0.000302766 NCalls = 810 +VariableMetric: Iteration # 150 - FCN = -722898.4477753 Edm = 0.000117982 NCalls = 814 +VariableMetric: Iteration # 151 - FCN = -722898.4478951 Edm = 0.000220534 NCalls = 815 +VariableMetric: Iteration # 152 - FCN = -722898.4479963 Edm = 5.59473e-05 NCalls = 817 +VariableMetric: Iteration # 153 - FCN = -722898.4481528 Edm = 6.44622e-05 NCalls = 819 +VariableMetric: Iteration # 154 - FCN = -722898.4482098 Edm = 3.43906e-05 NCalls = 821 +VariableMetric: After Hessian - FCN = -722898.4482098 Edm = 0.000125978 NCalls = 1200 +VariableMetric: Iteration # 155 - FCN = -722898.4482098 Edm = 0.000125978 NCalls = 1200 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716094.0921286 Edm = 3.35935 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716094.0921286 Edm = 3.35935 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718647.8848697 Edm = 0.837462 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -718651.2987069 Edm = 2.42993 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -718824.8903918 Edm = 97.1012 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -719061.8392398 Edm = 19.3574 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -719072.7463838 Edm = 0.259839 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -719072.9963902 Edm = 0.0744185 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -719084.0703684 Edm = 11.7444 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -719084.9296612 Edm = 0.817549 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -719145.9553328 Edm = 41.14 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -719390.0860892 Edm = 85.9195 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -719485.519403 Edm = 0.869816 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -719486.3499497 Edm = 0.24916 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -719487.0567019 Edm = 0.444102 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -719528.8827998 Edm = 7.72417 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -719537.2402808 Edm = 0.148702 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -719537.5565546 Edm = 0.203663 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -719550.5024029 Edm = 12.9675 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -719567.4042389 Edm = 15.1483 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -719817.6336729 Edm = 35.1476 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -719855.4427184 Edm = 13.0041 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -719942.3036492 Edm = 28.3113 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -719953.45734 Edm = 47.8765 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -720007.0684537 Edm = 7.64359 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -720016.1913074 Edm = 0.390098 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -720016.65541 Edm = 0.0339284 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -720016.7806498 Edm = 0.078731 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -720033.4329216 Edm = 21.9649 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -720034.2536942 Edm = 0.772321 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -720091.6028748 Edm = 59.6728 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -720091.9932899 Edm = 0.199207 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -720095.267053 Edm = 2.27613 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -720449.3919776 Edm = 289.777 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -720460.8999982 Edm = 35.9404 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -720777.9375219 Edm = 304.697 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -722256.2843533 Edm = 189.677 NCalls = 130 +VariableMetric: Iteration # 36 - FCN = -722374.8774218 Edm = 96.3543 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -722483.88651 Edm = 7.15733 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -722495.6926036 Edm = 2.28349 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -722499.1283502 Edm = 0.957314 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -722500.5262935 Edm = 0.0416794 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -722500.5893708 Edm = 0.022813 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -722501.0267952 Edm = 0.353082 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -722511.9104789 Edm = 11.767 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -722585.6033092 Edm = 43.7937 NCalls = 158 +VariableMetric: Iteration # 45 - FCN = -722635.0780982 Edm = 16.3616 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -722651.5134601 Edm = 2.44722 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -722655.0723193 Edm = 0.391752 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -722655.825079 Edm = 0.234529 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -722656.9215585 Edm = 0.293192 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -722657.5652416 Edm = 0.249562 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -722657.6448175 Edm = 0.0414356 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -722657.6923339 Edm = 0.00200389 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -722657.6968538 Edm = 0.00269995 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -722657.7230364 Edm = 0.0242495 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -722658.7450136 Edm = 0.961987 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -722662.9708871 Edm = 4.45519 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -722666.773737 Edm = 0.683742 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -722667.598396 Edm = 0.0587244 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -722667.6494916 Edm = 0.00106663 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -722667.6508077 Edm = 0.000205522 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -722667.6572156 Edm = 0.00521387 NCalls = 204 +VariableMetric: Iteration # 62 - FCN = -722668.2135218 Edm = 0.405379 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -722670.2017518 Edm = 0.0179561 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -722670.2241119 Edm = 0.000201066 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -722670.2244252 Edm = 9.36498e-05 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -722670.2354537 Edm = 0.011002 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -722670.3961809 Edm = 0.0201035 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -722671.2997789 Edm = 0.24376 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -722671.9925117 Edm = 0.0175061 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -722672.0170836 Edm = 0.000539004 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -722672.0177897 Edm = 8.16692e-05 NCalls = 234 +VariableMetric: Iteration # 72 - FCN = -722672.0180347 Edm = 0.000153927 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -722672.1288893 Edm = 0.108438 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -722676.3832074 Edm = 1.21089 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -722678.1431378 Edm = 0.590755 NCalls = 250 +VariableMetric: Iteration # 76 - FCN = -722678.4744926 Edm = 0.0834366 NCalls = 252 +VariableMetric: Iteration # 77 - FCN = -722678.5270611 Edm = 0.00489052 NCalls = 254 +VariableMetric: Iteration # 78 - FCN = -722678.5316359 Edm = 0.000189048 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -722678.5321023 Edm = 0.000247088 NCalls = 257 +VariableMetric: Iteration # 80 - FCN = -722678.544708 Edm = 0.0113888 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -722680.2128864 Edm = 0.715491 NCalls = 268 +VariableMetric: Iteration # 82 - FCN = -722681.3571635 Edm = 0.0183599 NCalls = 270 +VariableMetric: Iteration # 83 - FCN = -722681.3747237 Edm = 0.000173021 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -722681.3749089 Edm = 4.08221e-05 NCalls = 273 +VariableMetric: After Hessian - FCN = -722681.3749089 Edm = 846749 NCalls = 630 +VariableMetric: Iteration # 85 - FCN = -722681.3749089 Edm = 846749 NCalls = 630 +VariableMetric: Iteration # 86 - FCN = -722732.6361605 Edm = 35172.1 NCalls = 641 +VariableMetric: Iteration # 87 - FCN = -722734.8326841 Edm = 12.0777 NCalls = 644 +VariableMetric: Iteration # 88 - FCN = -722750.9325633 Edm = 0.157952 NCalls = 646 +VariableMetric: Iteration # 89 - FCN = -722751.4969979 Edm = 0.0734433 NCalls = 648 +VariableMetric: Iteration # 90 - FCN = -722751.6302269 Edm = 0.0378412 NCalls = 650 +VariableMetric: Iteration # 91 - FCN = -722751.7736529 Edm = 0.0125252 NCalls = 652 +VariableMetric: Iteration # 92 - FCN = -722751.8081369 Edm = 0.0150844 NCalls = 654 +VariableMetric: Iteration # 93 - FCN = -722751.86213 Edm = 0.00650594 NCalls = 656 +VariableMetric: Iteration # 94 - FCN = -722751.8889101 Edm = 0.00390684 NCalls = 658 +VariableMetric: Iteration # 95 - FCN = -722751.8985668 Edm = 0.00474824 NCalls = 660 +VariableMetric: Iteration # 96 - FCN = -722751.9823444 Edm = 0.0312553 NCalls = 664 +VariableMetric: Iteration # 97 - FCN = -722752.2042451 Edm = 0.225828 NCalls = 670 +VariableMetric: Iteration # 98 - FCN = -722753.2347214 Edm = 0.461876 NCalls = 675 +VariableMetric: Iteration # 99 - FCN = -722753.503855 Edm = 3.64313 NCalls = 677 +VariableMetric: Iteration # 100 - FCN = -722754.135415 Edm = 0.444753 NCalls = 679 +VariableMetric: Iteration # 101 - FCN = -722754.6294704 Edm = 0.944385 NCalls = 682 +VariableMetric: Iteration # 102 - FCN = -722755.5801628 Edm = 0.51338 NCalls = 684 +VariableMetric: Iteration # 103 - FCN = -722756.3782922 Edm = 0.509722 NCalls = 687 +VariableMetric: Iteration # 104 - FCN = -722756.9302123 Edm = 0.209326 NCalls = 689 +VariableMetric: Iteration # 105 - FCN = -722757.1305043 Edm = 0.0798944 NCalls = 692 +VariableMetric: Iteration # 106 - FCN = -722757.3504978 Edm = 0.0618304 NCalls = 694 +VariableMetric: Iteration # 107 - FCN = -722757.4833229 Edm = 0.0187648 NCalls = 696 +VariableMetric: Iteration # 108 - FCN = -722757.5072436 Edm = 0.0221464 NCalls = 698 +VariableMetric: Iteration # 109 - FCN = -722757.5827774 Edm = 0.0301304 NCalls = 701 +VariableMetric: Iteration # 110 - FCN = -722757.6718342 Edm = 0.0183961 NCalls = 704 +VariableMetric: Iteration # 111 - FCN = -722757.7029035 Edm = 0.00719875 NCalls = 706 +VariableMetric: Iteration # 112 - FCN = -722757.7101418 Edm = 0.00140429 NCalls = 707 +VariableMetric: Iteration # 113 - FCN = -722757.712307 Edm = 0.000250502 NCalls = 709 +VariableMetric: Iteration # 114 - FCN = -722757.7126923 Edm = 9.93786e-05 NCalls = 711 +VariableMetric: Iteration # 115 - FCN = -722757.7129829 Edm = 0.000161097 NCalls = 713 +VariableMetric: Iteration # 116 - FCN = -722757.7134491 Edm = 0.00021996 NCalls = 715 +VariableMetric: Iteration # 117 - FCN = -722757.7161616 Edm = 0.000387869 NCalls = 719 +VariableMetric: Iteration # 118 - FCN = -722757.7170992 Edm = 0.000465044 NCalls = 721 +VariableMetric: Iteration # 119 - FCN = -722757.7179646 Edm = 0.000541338 NCalls = 723 +VariableMetric: Iteration # 120 - FCN = -722757.7186147 Edm = 0.000138178 NCalls = 726 +VariableMetric: Iteration # 121 - FCN = -722757.7193339 Edm = 0.000337805 NCalls = 729 +VariableMetric: Iteration # 122 - FCN = -722757.7203003 Edm = 9.62507e-05 NCalls = 731 +VariableMetric: Iteration # 123 - FCN = -722757.7204163 Edm = 3.9724e-05 NCalls = 733 +VariableMetric: After Hessian - FCN = -722757.7204163 Edm = 0.000829485 NCalls = 1104 +VariableMetric: Iteration # 124 - FCN = -722757.7204163 Edm = 0.000829485 NCalls = 1104 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717857.4433715 Edm = 5.32849 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717857.4433715 Edm = 5.32849 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721608.1649379 Edm = 0.357029 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -721612.6835838 Edm = 0.263754 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -721623.1712106 Edm = 8.58208 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -721801.3798644 Edm = 22.7049 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -721827.975632 Edm = 2.55941 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -721829.0604095 Edm = 0.10282 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -721843.5389341 Edm = 12.0851 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -721911.5531962 Edm = 0.0854366 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -721911.9014849 Edm = 0.299131 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -721979.6413491 Edm = 27.8858 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -722047.423663 Edm = 18.9603 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -722062.6304581 Edm = 2.05423 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -722066.2433727 Edm = 0.254345 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -722066.5844972 Edm = 0.0744674 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -722068.3213827 Edm = 1.49208 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -722116.3396916 Edm = 28.4216 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -722156.4263844 Edm = 8.03521 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -722163.9528139 Edm = 0.736105 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -722165.4187401 Edm = 0.261379 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -722165.9196953 Edm = 0.104621 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -722166.0906083 Edm = 0.0228862 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -722166.1172433 Edm = 0.00415103 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -722166.1423558 Edm = 0.0191476 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -722166.405455 Edm = 0.234962 NCalls = 79 +VariableMetric: Iteration # 25 - FCN = -722180.5151133 Edm = 9.49075 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -722229.5059731 Edm = 1.06247 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -722230.8083963 Edm = 0.0569702 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -722230.8468783 Edm = 0.0124863 NCalls = 90 +VariableMetric: Iteration # 29 - FCN = -722230.8560962 Edm = 0.00170088 NCalls = 92 +VariableMetric: Iteration # 30 - FCN = -722230.8667099 Edm = 0.00749895 NCalls = 95 +VariableMetric: Iteration # 31 - FCN = -722231.3904556 Edm = 0.492284 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -722285.5571089 Edm = 15.1912 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -722313.8271513 Edm = 10.8047 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -722317.4833113 Edm = 1.38259 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -722318.8013335 Edm = 0.394826 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -722319.0916006 Edm = 0.19086 NCalls = 115 +VariableMetric: Iteration # 37 - FCN = -722319.3893008 Edm = 0.0270669 NCalls = 117 +VariableMetric: Iteration # 38 - FCN = -722319.4227106 Edm = 0.00230003 NCalls = 119 +VariableMetric: Iteration # 39 - FCN = -722319.4457472 Edm = 0.0195205 NCalls = 122 +VariableMetric: Iteration # 40 - FCN = -722321.0674061 Edm = 1.28833 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -722326.3381084 Edm = 15.7675 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -722331.2188769 Edm = 15.6435 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -722340.7942116 Edm = 2.52926 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -722345.2577689 Edm = 1.25321 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -722368.8223791 Edm = 14.0988 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -722402.3281243 Edm = 1.32857 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -722403.6051903 Edm = 0.240757 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -722403.8934811 Edm = 0.130642 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -722404.138918 Edm = 0.0930826 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -722404.2832439 Edm = 0.0200948 NCalls = 160 +VariableMetric: Iteration # 51 - FCN = -722404.3118765 Edm = 0.00701718 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -722404.3228482 Edm = 0.00362647 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -722404.3475943 Edm = 0.0195661 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -722404.5888863 Edm = 0.221676 NCalls = 171 +VariableMetric: Iteration # 55 - FCN = -722405.8899349 Edm = 1.26856 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -722406.4681259 Edm = 1.02742 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -722407.1015093 Edm = 0.713283 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -722407.2631106 Edm = 0.484422 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -722409.310003 Edm = 0.66751 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -722409.7792674 Edm = 0.810516 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -722410.9493845 Edm = 0.430786 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -722412.9268637 Edm = 1.83803 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -722424.7910507 Edm = 9.28868 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -722477.6355452 Edm = 4.16484 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -722481.1634432 Edm = 0.219116 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -722481.3579832 Edm = 0.00538169 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -722481.3650382 Edm = 0.00238067 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -722481.3771305 Edm = 0.00737937 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -722481.6256619 Edm = 0.293411 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -722482.4795498 Edm = 0.741159 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -722530.7544714 Edm = 31.0829 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -722543.0157889 Edm = 20.7615 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -722559.7531311 Edm = 3.77373 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -722563.4614858 Edm = 1.84952 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -722565.0829111 Edm = 0.242222 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -722565.39218 Edm = 0.0711648 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -722565.6669851 Edm = 0.158973 NCalls = 248 +VariableMetric: Iteration # 78 - FCN = -722566.1019956 Edm = 0.0756072 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -722566.2360492 Edm = 0.0304366 NCalls = 253 +VariableMetric: Iteration # 80 - FCN = -722566.3014109 Edm = 0.0311394 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -722566.3279378 Edm = 0.0144983 NCalls = 256 +VariableMetric: Iteration # 82 - FCN = -722566.3430439 Edm = 0.00684516 NCalls = 258 +VariableMetric: Iteration # 83 - FCN = -722566.3567858 Edm = 0.00683579 NCalls = 260 +VariableMetric: Iteration # 84 - FCN = -722566.4448953 Edm = 0.0716481 NCalls = 263 +VariableMetric: Iteration # 85 - FCN = -722566.7333132 Edm = 0.38479 NCalls = 266 +VariableMetric: Iteration # 86 - FCN = -722566.9709821 Edm = 0.496793 NCalls = 269 +VariableMetric: Iteration # 87 - FCN = -722577.3450052 Edm = 8.58643 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -722604.5226223 Edm = 47.8139 NCalls = 281 +VariableMetric: Iteration # 89 - FCN = -722626.1243853 Edm = 9.01424 NCalls = 283 +VariableMetric: Iteration # 90 - FCN = -722640.8049222 Edm = 5.7431 NCalls = 285 +VariableMetric: Iteration # 91 - FCN = -722657.143408 Edm = 15.2221 NCalls = 289 +VariableMetric: Iteration # 92 - FCN = -722663.4734921 Edm = 4.68148 NCalls = 291 +VariableMetric: Iteration # 93 - FCN = -722667.6228133 Edm = 7.474 NCalls = 294 +VariableMetric: Iteration # 94 - FCN = -722673.3479104 Edm = 0.955646 NCalls = 296 +VariableMetric: Iteration # 95 - FCN = -722675.3860723 Edm = 0.345384 NCalls = 299 +VariableMetric: Iteration # 96 - FCN = -722676.6320633 Edm = 0.592117 NCalls = 302 +VariableMetric: Iteration # 97 - FCN = -722677.7280508 Edm = 0.28335 NCalls = 304 +VariableMetric: Iteration # 98 - FCN = -722677.9392236 Edm = 0.0856512 NCalls = 306 +VariableMetric: Iteration # 99 - FCN = -722678.0040352 Edm = 0.00897535 NCalls = 307 +VariableMetric: Iteration # 100 - FCN = -722678.0192759 Edm = 0.00226803 NCalls = 309 +VariableMetric: Iteration # 101 - FCN = -722678.0309201 Edm = 0.00577462 NCalls = 311 +VariableMetric: Iteration # 102 - FCN = -722678.1361633 Edm = 0.0800702 NCalls = 315 +VariableMetric: Iteration # 103 - FCN = -722682.2786423 Edm = 2.98626 NCalls = 320 +VariableMetric: Iteration # 104 - FCN = -722691.6084031 Edm = 4.96072 NCalls = 323 +VariableMetric: Iteration # 105 - FCN = -722695.3030709 Edm = 2.07215 NCalls = 325 +VariableMetric: Iteration # 106 - FCN = -722698.3554605 Edm = 0.712474 NCalls = 327 +VariableMetric: Iteration # 107 - FCN = -722699.1412563 Edm = 0.172184 NCalls = 329 +VariableMetric: Iteration # 108 - FCN = -722699.4654005 Edm = 0.0589809 NCalls = 332 +VariableMetric: Iteration # 109 - FCN = -722699.5933511 Edm = 0.0262043 NCalls = 335 +VariableMetric: Iteration # 110 - FCN = -722699.6333579 Edm = 0.00457301 NCalls = 337 +VariableMetric: Iteration # 111 - FCN = -722699.6396402 Edm = 0.00157936 NCalls = 339 +VariableMetric: Iteration # 112 - FCN = -722699.6410855 Edm = 0.000467136 NCalls = 341 +VariableMetric: Iteration # 113 - FCN = -722699.6418519 Edm = 0.000483408 NCalls = 343 +VariableMetric: Iteration # 114 - FCN = -722699.6551583 Edm = 0.0125538 NCalls = 348 +VariableMetric: Iteration # 115 - FCN = -722700.5614944 Edm = 1.02842 NCalls = 354 +VariableMetric: Iteration # 116 - FCN = -722700.9297474 Edm = 0.45103 NCalls = 360 +VariableMetric: Iteration # 117 - FCN = -722701.4194698 Edm = 0.610697 NCalls = 365 +VariableMetric: Iteration # 118 - FCN = -722701.6184127 Edm = 0.201861 NCalls = 368 +VariableMetric: Iteration # 119 - FCN = -722701.9405427 Edm = 0.307431 NCalls = 372 +VariableMetric: Iteration # 120 - FCN = -722703.943358 Edm = 2.90762 NCalls = 377 +VariableMetric: Iteration # 121 - FCN = -722706.4046626 Edm = 0.932459 NCalls = 380 +VariableMetric: Iteration # 122 - FCN = -722708.3279812 Edm = 3.48783 NCalls = 383 +VariableMetric: Iteration # 123 - FCN = -722713.5085239 Edm = 2.60933 NCalls = 388 +VariableMetric: Iteration # 124 - FCN = -722716.7787381 Edm = 0.798009 NCalls = 391 +VariableMetric: Iteration # 125 - FCN = -722717.3519025 Edm = 0.0694331 NCalls = 393 +VariableMetric: Iteration # 126 - FCN = -722717.4337258 Edm = 0.012426 NCalls = 395 +VariableMetric: Iteration # 127 - FCN = -722717.4489464 Edm = 0.000580668 NCalls = 397 +VariableMetric: Iteration # 128 - FCN = -722717.4497705 Edm = 0.000313035 NCalls = 399 +VariableMetric: Iteration # 129 - FCN = -722717.4518468 Edm = 0.00106571 NCalls = 402 +VariableMetric: Iteration # 130 - FCN = -722717.4658841 Edm = 0.0109422 NCalls = 405 +VariableMetric: Iteration # 131 - FCN = -722718.0206145 Edm = 0.269014 NCalls = 410 +VariableMetric: Iteration # 132 - FCN = -722718.4689446 Edm = 0.277742 NCalls = 412 +VariableMetric: Iteration # 133 - FCN = -722719.2371073 Edm = 0.46706 NCalls = 415 +VariableMetric: Iteration # 134 - FCN = -722722.9604806 Edm = 1.14871 NCalls = 418 +VariableMetric: Iteration # 135 - FCN = -722726.6336653 Edm = 0.406648 NCalls = 420 +VariableMetric: Iteration # 136 - FCN = -722727.0901729 Edm = 0.0541165 NCalls = 422 +VariableMetric: Iteration # 137 - FCN = -722727.1591334 Edm = 0.0161653 NCalls = 424 +VariableMetric: Iteration # 138 - FCN = -722727.1785447 Edm = 0.00256623 NCalls = 426 +VariableMetric: Iteration # 139 - FCN = -722727.1799454 Edm = 0.000414189 NCalls = 428 +VariableMetric: Iteration # 140 - FCN = -722727.1803604 Edm = 2.45985e-05 NCalls = 430 +VariableMetric: After Hessian - FCN = -722727.1803604 Edm = 20.4348 NCalls = 791 +VariableMetric: Iteration # 141 - FCN = -722727.1803604 Edm = 20.4348 NCalls = 791 +VariableMetric: Iteration # 142 - FCN = -722758.0383743 Edm = 96.9001 NCalls = 794 +VariableMetric: Iteration # 143 - FCN = -722758.7172239 Edm = 1.22517 NCalls = 798 +VariableMetric: Iteration # 144 - FCN = -722760.6989788 Edm = 0.261986 NCalls = 801 +VariableMetric: Iteration # 145 - FCN = -722760.9661487 Edm = 0.0469839 NCalls = 802 +VariableMetric: Iteration # 146 - FCN = -722761.0500229 Edm = 0.0749488 NCalls = 804 +VariableMetric: Iteration # 147 - FCN = -722766.4879874 Edm = 6.02773 NCalls = 809 +VariableMetric: Iteration # 148 - FCN = -722766.496965 Edm = 0.138713 NCalls = 811 +VariableMetric: Iteration # 149 - FCN = -722766.534524 Edm = 0.0400742 NCalls = 813 +VariableMetric: Iteration # 150 - FCN = -722766.5716147 Edm = 0.0914447 NCalls = 815 +VariableMetric: Iteration # 151 - FCN = -722770.8781683 Edm = 1.95501 NCalls = 821 +VariableMetric: Iteration # 152 - FCN = -722770.885556 Edm = 0.0299769 NCalls = 823 +VariableMetric: Iteration # 153 - FCN = -722771.9943398 Edm = 0.969926 NCalls = 831 +VariableMetric: Iteration # 154 - FCN = -722772.0030909 Edm = 0.0196734 NCalls = 833 +VariableMetric: Iteration # 155 - FCN = -722772.0936667 Edm = 0.0867507 NCalls = 836 +VariableMetric: Iteration # 156 - FCN = -722772.4155414 Edm = 0.141965 NCalls = 840 +VariableMetric: Iteration # 157 - FCN = -722772.7231484 Edm = 0.0991602 NCalls = 842 +VariableMetric: Iteration # 158 - FCN = -722773.0769294 Edm = 0.217474 NCalls = 844 +VariableMetric: Iteration # 159 - FCN = -722774.2308971 Edm = 0.899256 NCalls = 849 +VariableMetric: Iteration # 160 - FCN = -722775.9134378 Edm = 3.1933 NCalls = 855 +VariableMetric: Iteration # 161 - FCN = -722777.5096956 Edm = 2.29304 NCalls = 858 +VariableMetric: Iteration # 162 - FCN = -722779.7286535 Edm = 1.91913 NCalls = 862 +VariableMetric: Iteration # 163 - FCN = -722780.9074389 Edm = 1.31105 NCalls = 866 +VariableMetric: Iteration # 164 - FCN = -722781.7546187 Edm = 2.18729 NCalls = 869 +VariableMetric: Iteration # 165 - FCN = -722782.2983497 Edm = 0.384269 NCalls = 872 +VariableMetric: Iteration # 166 - FCN = -722782.8384421 Edm = 0.256139 NCalls = 875 +VariableMetric: Iteration # 167 - FCN = -722783.1791231 Edm = 0.137463 NCalls = 877 +VariableMetric: Iteration # 168 - FCN = -722783.408685 Edm = 0.0829259 NCalls = 879 +VariableMetric: Iteration # 169 - FCN = -722783.4986818 Edm = 0.0291109 NCalls = 881 +VariableMetric: Iteration # 170 - FCN = -722783.5671988 Edm = 0.0274148 NCalls = 883 +VariableMetric: Iteration # 171 - FCN = -722783.6351497 Edm = 0.0321967 NCalls = 885 +VariableMetric: Iteration # 172 - FCN = -722783.6970329 Edm = 0.0209928 NCalls = 887 +VariableMetric: Iteration # 173 - FCN = -722783.7303102 Edm = 0.0102261 NCalls = 889 +VariableMetric: Iteration # 174 - FCN = -722783.7777438 Edm = 0.0247702 NCalls = 891 +VariableMetric: Iteration # 175 - FCN = -722783.9237056 Edm = 0.065851 NCalls = 895 +VariableMetric: Iteration # 176 - FCN = -722784.0299716 Edm = 0.076988 NCalls = 897 +VariableMetric: Iteration # 177 - FCN = -722784.1429724 Edm = 0.0487122 NCalls = 900 +VariableMetric: Iteration # 178 - FCN = -722784.2034727 Edm = 0.0249892 NCalls = 902 +VariableMetric: Iteration # 179 - FCN = -722784.2587746 Edm = 0.0392964 NCalls = 904 +VariableMetric: Iteration # 180 - FCN = -722784.4212235 Edm = 0.0445629 NCalls = 906 +VariableMetric: Iteration # 181 - FCN = -722784.5071224 Edm = 0.0186505 NCalls = 908 +VariableMetric: Iteration # 182 - FCN = -722784.5501821 Edm = 0.00448462 NCalls = 910 +VariableMetric: Iteration # 183 - FCN = -722784.5554645 Edm = 0.00032404 NCalls = 912 +VariableMetric: Iteration # 184 - FCN = -722784.5559283 Edm = 3.44881e-05 NCalls = 914 +VariableMetric: After Hessian - FCN = -722784.5559283 Edm = 8.59872e-05 NCalls = 1279 +VariableMetric: Iteration # 185 - FCN = -722784.5559283 Edm = 8.59872e-05 NCalls = 1279 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716611.8564626 Edm = 10.9382 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716611.8564626 Edm = 10.9382 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720972.8848541 Edm = 4.41155 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720988.9451287 Edm = 8.76117 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -721367.5706103 Edm = 228.862 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -722273.4562062 Edm = 2.34045 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -722277.3234701 Edm = 0.193322 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -722277.7071299 Edm = 0.271446 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -722300.6172746 Edm = 6.04228 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -722309.521068 Edm = 0.0749041 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -722309.6305431 Edm = 0.0399224 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -722353.7584886 Edm = 8.10827 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -722383.3380522 Edm = 0.44195 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -722383.8751257 Edm = 0.0286678 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -722383.9555956 Edm = 0.0536949 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -722385.1668617 Edm = 1.13 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -722579.4487234 Edm = 0.836444 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -722580.2830266 Edm = 0.0658641 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -722580.3401465 Edm = 0.00867578 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -722580.360381 Edm = 0.0126423 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -722580.4898524 Edm = 0.119687 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -722595.4086191 Edm = 0.273174 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -722595.6707092 Edm = 0.0079662 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -722595.681274 Edm = 0.00220924 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -722595.7546552 Edm = 0.0702363 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -722612.5186705 Edm = 7.55139 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -722625.9984469 Edm = 0.0992078 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -722626.135302 Edm = 0.00393078 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -722626.1398809 Edm = 0.000882602 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -722626.1507697 Edm = 0.0104783 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -722626.6832917 Edm = 0.4897 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -722637.1768801 Edm = 0.580685 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -722637.8759578 Edm = 0.0833522 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -722638.0071521 Edm = 0.00544196 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -722638.0127107 Edm = 0.000300048 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -722638.0140561 Edm = 0.00115146 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -722638.1534135 Edm = 0.141542 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -722638.1791655 Edm = 0.0250006 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -722643.6540069 Edm = 2.50196 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -722646.4037641 Edm = 0.386205 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -722646.8014414 Edm = 0.0980311 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -722646.9143594 Edm = 0.00188649 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -722646.9165066 Edm = 0.000285493 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -722646.9263002 Edm = 0.0100656 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -722647.2142668 Edm = 0.236931 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -722655.8625043 Edm = 1.31827 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -722657.0850203 Edm = 0.0741122 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -722657.1429714 Edm = 0.00234631 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -722657.1482196 Edm = 0.00227199 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -722657.1801067 Edm = 0.0282785 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -722661.3230708 Edm = 1.85401 NCalls = 170 +VariableMetric: Iteration # 50 - FCN = -722665.1014125 Edm = 0.359543 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -722665.7380905 Edm = 0.172326 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -722666.1854375 Edm = 0.316469 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -722666.4319246 Edm = 0.141198 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -722666.5928001 Edm = 0.0221934 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -722666.6210866 Edm = 0.00213667 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -722666.6238964 Edm = 0.000363927 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -722666.624478 Edm = 0.000565989 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -722666.6291395 Edm = 0.00470935 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -722666.9183805 Edm = 0.125377 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -722669.4097419 Edm = 1.62974 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -722672.5282784 Edm = 2.01116 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -722673.8110821 Edm = 0.0390731 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -722673.8549985 Edm = 0.00383955 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -722673.8572445 Edm = 0.000772891 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -722673.8619028 Edm = 0.00196864 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -722673.8663546 Edm = 0.000188762 NCalls = 218 +VariableMetric: Iteration # 67 - FCN = -722673.8666949 Edm = 0.000115145 NCalls = 220 +VariableMetric: Iteration # 68 - FCN = -722673.8673936 Edm = 0.000470656 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -722673.8797238 Edm = 0.0132223 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -722673.9040125 Edm = 0.0209482 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -722676.1107596 Edm = 0.683493 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -722676.7519431 Edm = 1.87397 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -722677.0553787 Edm = 0.0819861 NCalls = 242 +VariableMetric: Iteration # 74 - FCN = -722677.1610353 Edm = 0.00414679 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -722677.1672323 Edm = 0.00176365 NCalls = 246 +VariableMetric: Iteration # 76 - FCN = -722677.1726844 Edm = 0.00134127 NCalls = 250 +VariableMetric: Iteration # 77 - FCN = -722677.1742334 Edm = 0.000238615 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -722677.1748861 Edm = 0.000309468 NCalls = 257 +VariableMetric: Iteration # 79 - FCN = -722677.1759781 Edm = 0.000957848 NCalls = 263 +VariableMetric: Iteration # 80 - FCN = -722677.1762524 Edm = 0.00130301 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -722677.1797134 Edm = 0.0105903 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -722677.1853759 Edm = 0.00690196 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -722677.18554 Edm = 0.000322016 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -722677.1914433 Edm = 0.00386914 NCalls = 282 +VariableMetric: Iteration # 85 - FCN = -722677.1996649 Edm = 0.00535366 NCalls = 284 +VariableMetric: Iteration # 86 - FCN = -722677.2109602 Edm = 0.00118547 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -722677.2122525 Edm = 0.000145221 NCalls = 290 +VariableMetric: Iteration # 88 - FCN = -722677.2123551 Edm = 1.852e-05 NCalls = 292 +VariableMetric: After Hessian - FCN = -722677.2123551 Edm = 569345 NCalls = 647 +VariableMetric: Iteration # 89 - FCN = -722677.2123551 Edm = 569345 NCalls = 647 +VariableMetric: Iteration # 90 - FCN = -722717.0583868 Edm = 625560 NCalls = 658 +VariableMetric: Iteration # 91 - FCN = -722777.8756702 Edm = 4.15557 NCalls = 662 +VariableMetric: Iteration # 92 - FCN = -722780.9745975 Edm = 0.35212 NCalls = 665 +VariableMetric: Iteration # 93 - FCN = -722781.6857808 Edm = 0.81205 NCalls = 668 +VariableMetric: Iteration # 94 - FCN = -722782.7646837 Edm = 0.200702 NCalls = 670 +VariableMetric: Iteration # 95 - FCN = -722783.1668189 Edm = 0.160658 NCalls = 673 +VariableMetric: Iteration # 96 - FCN = -722783.3436246 Edm = 0.0783037 NCalls = 675 +VariableMetric: Iteration # 97 - FCN = -722783.4957376 Edm = 0.0322935 NCalls = 678 +VariableMetric: Iteration # 98 - FCN = -722783.5973744 Edm = 0.063246 NCalls = 680 +VariableMetric: Iteration # 99 - FCN = -722783.7773195 Edm = 0.024079 NCalls = 682 +VariableMetric: Iteration # 100 - FCN = -722783.8574562 Edm = 0.00861962 NCalls = 684 +VariableMetric: Iteration # 101 - FCN = -722783.8682354 Edm = 0.00205752 NCalls = 686 +VariableMetric: Iteration # 102 - FCN = -722783.8726884 Edm = 0.00118206 NCalls = 688 +VariableMetric: Iteration # 103 - FCN = -722783.874073 Edm = 0.000771214 NCalls = 690 +VariableMetric: Iteration # 104 - FCN = -722783.8766329 Edm = 0.00169103 NCalls = 693 +VariableMetric: Iteration # 105 - FCN = -722783.8829404 Edm = 0.00232696 NCalls = 696 +VariableMetric: Iteration # 106 - FCN = -722783.8872646 Edm = 0.00143048 NCalls = 699 +VariableMetric: Iteration # 107 - FCN = -722783.8889302 Edm = 0.000767279 NCalls = 701 +VariableMetric: Iteration # 108 - FCN = -722783.8903135 Edm = 0.000405934 NCalls = 703 +VariableMetric: Iteration # 109 - FCN = -722783.8917758 Edm = 0.000894491 NCalls = 705 +VariableMetric: Iteration # 110 - FCN = -722783.9172677 Edm = 0.0295338 NCalls = 711 +VariableMetric: Iteration # 111 - FCN = -722783.9189513 Edm = 0.00384701 NCalls = 714 +VariableMetric: Iteration # 112 - FCN = -722783.9950432 Edm = 0.113865 NCalls = 721 +VariableMetric: Iteration # 113 - FCN = -722783.9965187 Edm = 0.00423859 NCalls = 723 +VariableMetric: Iteration # 114 - FCN = -722784.0021632 Edm = 0.00911211 NCalls = 726 +VariableMetric: Iteration # 115 - FCN = -722784.2570873 Edm = 0.319619 NCalls = 733 +VariableMetric: Iteration # 116 - FCN = -722784.2593683 Edm = 0.00429542 NCalls = 735 +VariableMetric: Iteration # 117 - FCN = -722784.2622382 Edm = 0.00249413 NCalls = 737 +VariableMetric: Iteration # 118 - FCN = -722784.4071211 Edm = 0.064178 NCalls = 745 +VariableMetric: Iteration # 119 - FCN = -722784.448342 Edm = 0.0812357 NCalls = 747 +VariableMetric: Iteration # 120 - FCN = -722784.5924503 Edm = 0.100951 NCalls = 750 +VariableMetric: Iteration # 121 - FCN = -722784.6871526 Edm = 0.0978546 NCalls = 753 +VariableMetric: Iteration # 122 - FCN = -722784.9490025 Edm = 0.239057 NCalls = 757 +VariableMetric: Iteration # 123 - FCN = -722785.4071951 Edm = 0.216385 NCalls = 762 +VariableMetric: Iteration # 124 - FCN = -722785.758738 Edm = 0.430806 NCalls = 765 +VariableMetric: Iteration # 125 - FCN = -722785.9009412 Edm = 0.155052 NCalls = 766 +VariableMetric: Iteration # 126 - FCN = -722785.9740367 Edm = 0.170277 NCalls = 767 +VariableMetric: Iteration # 127 - FCN = -722786.057314 Edm = 0.0264099 NCalls = 769 +VariableMetric: Iteration # 128 - FCN = -722786.1145609 Edm = 0.0101466 NCalls = 771 +VariableMetric: Iteration # 129 - FCN = -722786.1356958 Edm = 0.00638185 NCalls = 773 +VariableMetric: Iteration # 130 - FCN = -722786.1475623 Edm = 0.00677182 NCalls = 775 +VariableMetric: Iteration # 131 - FCN = -722786.1559095 Edm = 0.00338379 NCalls = 777 +VariableMetric: Iteration # 132 - FCN = -722786.1655101 Edm = 0.00284426 NCalls = 780 +VariableMetric: Iteration # 133 - FCN = -722786.1703554 Edm = 0.000922737 NCalls = 782 +VariableMetric: Iteration # 134 - FCN = -722786.1714035 Edm = 0.000623945 NCalls = 784 +VariableMetric: Iteration # 135 - FCN = -722786.1733979 Edm = 0.000704154 NCalls = 787 +VariableMetric: Iteration # 136 - FCN = -722786.1747506 Edm = 0.000179093 NCalls = 789 +VariableMetric: Iteration # 137 - FCN = -722786.1750741 Edm = 6.39612e-05 NCalls = 791 +VariableMetric: After Hessian - FCN = -722786.1750741 Edm = 0.000164409 NCalls = 1156 +VariableMetric: Iteration # 138 - FCN = -722786.1750741 Edm = 0.000164409 NCalls = 1156 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717403.125789 Edm = 6.18964 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717403.125789 Edm = 6.18964 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720833.4874196 Edm = 2.52699 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -720919.6467389 Edm = 12.9678 NCalls = 8 +VariableMetric: Iteration # 3 - FCN = -720929.8345809 Edm = 5.69985 NCalls = 10 +VariableMetric: Iteration # 4 - FCN = -722052.3514768 Edm = 4.11046 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -722060.8195904 Edm = 12.6465 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -722063.8586138 Edm = 1.30971 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -722379.2749346 Edm = 63.0292 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -722452.3703538 Edm = 0.76248 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -722452.9709345 Edm = 0.0125842 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -722453.1014327 Edm = 0.130913 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -722473.3440771 Edm = 2.13355 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -722607.1968771 Edm = 23.931 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -722654.173219 Edm = 0.173311 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -722654.3463895 Edm = 0.00670664 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -722654.3871856 Edm = 0.0273425 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -722657.8503939 Edm = 3.14598 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -722738.5049073 Edm = 8.42968 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -722745.885673 Edm = 1.53677 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -722747.1837674 Edm = 0.15176 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -722747.3286256 Edm = 0.0071316 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -722747.3425175 Edm = 0.00825147 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -722747.5485779 Edm = 0.133323 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -722748.0544472 Edm = 0.0831866 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -722748.3971636 Edm = 0.269186 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -722752.1771613 Edm = 3.56409 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -722768.82525 Edm = 10.4156 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -722792.9394604 Edm = 11.9882 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -722799.8417432 Edm = 4.47179 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -722802.5970896 Edm = 0.0822047 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -722802.664587 Edm = 0.00194404 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -722802.6676625 Edm = 0.0017874 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -722802.7758712 Edm = 0.111567 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -722804.4511188 Edm = 0.105534 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -722817.3476019 Edm = 5.9979 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -722827.3932891 Edm = 6.8473 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -722836.2499641 Edm = 1.42149 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -722838.8061216 Edm = 1.37058 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -722840.9877409 Edm = 2.73873 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -722842.6727462 Edm = 0.151528 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -722842.8009562 Edm = 0.0101039 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -722842.8114662 Edm = 0.000362085 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -722842.8126513 Edm = 0.00088696 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -722842.8585835 Edm = 0.0507131 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -722842.9026089 Edm = 0.0421764 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -722852.5557702 Edm = 0.997409 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -722853.5225074 Edm = 0.0526102 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -722853.5871948 Edm = 0.00433739 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -722853.5920056 Edm = 0.000240373 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -722853.5935335 Edm = 0.00128989 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -722853.8367659 Edm = 0.145058 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -722856.0292685 Edm = 0.86117 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -722857.7106024 Edm = 0.0240405 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -722857.7414107 Edm = 0.000511637 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -722857.7420373 Edm = 4.47437e-05 NCalls = 180 +VariableMetric: After Hessian - FCN = -722857.7420373 Edm = 7.09457 NCalls = 537 +VariableMetric: Iteration # 55 - FCN = -722857.7420373 Edm = 7.09457 NCalls = 537 +VariableMetric: Iteration # 56 - FCN = -722878.5688923 Edm = 5.974 NCalls = 548 +VariableMetric: Iteration # 57 - FCN = -722879.2028045 Edm = 70.1522 NCalls = 557 +VariableMetric: Iteration # 58 - FCN = -722880.568004 Edm = 156.016 NCalls = 568 +VariableMetric: Iteration # 59 - FCN = -722881.9417189 Edm = 7.91341 NCalls = 571 +VariableMetric: Iteration # 60 - FCN = -722884.2811313 Edm = 1.67651 NCalls = 573 +VariableMetric: Iteration # 61 - FCN = -722891.119514 Edm = 6.57667 NCalls = 577 +VariableMetric: Iteration # 62 - FCN = -722893.6725972 Edm = 1.61164 NCalls = 580 +VariableMetric: Iteration # 63 - FCN = -722895.8386153 Edm = 0.316236 NCalls = 583 +VariableMetric: Iteration # 64 - FCN = -722896.5228907 Edm = 0.416039 NCalls = 585 +VariableMetric: Iteration # 65 - FCN = -722896.9193542 Edm = 0.353992 NCalls = 587 +VariableMetric: Iteration # 66 - FCN = -722897.094948 Edm = 0.0597582 NCalls = 589 +VariableMetric: Iteration # 67 - FCN = -722897.1736077 Edm = 0.0276211 NCalls = 591 +VariableMetric: Iteration # 68 - FCN = -722897.2108258 Edm = 0.0146049 NCalls = 593 +VariableMetric: Iteration # 69 - FCN = -722897.2312959 Edm = 0.0034326 NCalls = 595 +VariableMetric: Iteration # 70 - FCN = -722897.2366163 Edm = 0.00104514 NCalls = 597 +VariableMetric: Iteration # 71 - FCN = -722897.2401489 Edm = 0.00187343 NCalls = 599 +VariableMetric: Iteration # 72 - FCN = -722897.2537811 Edm = 0.00436631 NCalls = 603 +VariableMetric: Iteration # 73 - FCN = -722897.2619709 Edm = 0.0047594 NCalls = 606 +VariableMetric: Iteration # 74 - FCN = -722897.2655644 Edm = 0.00333139 NCalls = 609 +VariableMetric: Iteration # 75 - FCN = -722897.2706706 Edm = 0.00165611 NCalls = 611 +VariableMetric: Iteration # 76 - FCN = -722897.2720364 Edm = 0.00110601 NCalls = 613 +VariableMetric: Iteration # 77 - FCN = -722897.2741362 Edm = 0.000677859 NCalls = 617 +VariableMetric: Iteration # 78 - FCN = -722897.2758698 Edm = 0.000639459 NCalls = 619 +VariableMetric: Iteration # 79 - FCN = -722897.2763175 Edm = 0.000394267 NCalls = 621 +VariableMetric: Iteration # 80 - FCN = -722897.276931 Edm = 0.00015647 NCalls = 624 +VariableMetric: Iteration # 81 - FCN = -722897.2775927 Edm = 0.000159246 NCalls = 628 +VariableMetric: Iteration # 82 - FCN = -722897.2779538 Edm = 6.27514e-05 NCalls = 630 +VariableMetric: Iteration # 83 - FCN = -722897.2780118 Edm = 0.000187573 NCalls = 632 +VariableMetric: Iteration # 84 - FCN = -722897.2780958 Edm = 2.61953e-05 NCalls = 634 +VariableMetric: After Hessian - FCN = -722897.2780958 Edm = 9.63355e-05 NCalls = 1003 +VariableMetric: Iteration # 85 - FCN = -722897.2780958 Edm = 9.63355e-05 NCalls = 1003 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718733.9622698 Edm = 3.03573 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718733.9622698 Edm = 3.03573 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720311.1649228 Edm = 0.418652 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -720312.3962212 Edm = 0.537105 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -720447.7999773 Edm = 0.0409286 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -720447.9647712 Edm = 0.118125 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -720519.2003964 Edm = 0.420355 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -720620.2534415 Edm = 0.212105 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -720620.8269101 Edm = 0.378356 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -720657.77225 Edm = 32.0332 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -720896.7447782 Edm = 24.2643 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -720940.2636103 Edm = 32.2835 NCalls = 46 +VariableMetric: Iteration # 11 - FCN = -720994.8188675 Edm = 35.5112 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -721003.8401912 Edm = 9.00025 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -721028.1752852 Edm = 11.8124 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -721042.2106331 Edm = 10.5442 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -721063.2209103 Edm = 0.529486 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -721063.7552191 Edm = 0.0167611 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -721063.780785 Edm = 0.006569 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -721065.2784447 Edm = 1.36421 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -721160.782189 Edm = 13.802 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -721185.6381346 Edm = 43.0873 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -721209.9983593 Edm = 9.45974 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -721214.2043912 Edm = 2.63216 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -721216.9974519 Edm = 0.694465 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -721217.8714862 Edm = 0.159796 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -721218.0269393 Edm = 0.00733177 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -721218.1474452 Edm = 0.118497 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -721230.9155136 Edm = 0.445559 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -721303.2552176 Edm = 21.4159 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -721472.8495867 Edm = 62.0692 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -721496.9612232 Edm = 68.6027 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -721544.2415429 Edm = 16.9771 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -721568.7398113 Edm = 10.7318 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -721580.4358965 Edm = 14.7384 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -721595.2477771 Edm = 7.34777 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -721599.5469336 Edm = 12.6599 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -721616.4490017 Edm = 12.9004 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -721667.495524 Edm = 3.98857 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -721673.5558942 Edm = 1.49121 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -721688.3251113 Edm = 21.1972 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -721726.5591785 Edm = 116.412 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -721731.3714594 Edm = 5.96753 NCalls = 151 +VariableMetric: Iteration # 42 - FCN = -721751.585634 Edm = 10.1485 NCalls = 154 +VariableMetric: Iteration # 43 - FCN = -721766.611421 Edm = 1.33913 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -721768.2344943 Edm = 1.0273 NCalls = 158 +VariableMetric: Iteration # 45 - FCN = -721769.4109267 Edm = 0.398985 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -721769.8569248 Edm = 0.0202348 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -721769.928809 Edm = 0.0519842 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -721770.8432119 Edm = 0.958843 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -721787.4096338 Edm = 9.46898 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -721885.7921147 Edm = 26.898 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -721940.99922 Edm = 14.2524 NCalls = 184 +VariableMetric: Iteration # 52 - FCN = -721949.6040902 Edm = 3.59474 NCalls = 186 +VariableMetric: Iteration # 53 - FCN = -721953.6061715 Edm = 1.05679 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -721955.0193501 Edm = 0.12252 NCalls = 190 +VariableMetric: Iteration # 55 - FCN = -721955.1767085 Edm = 0.0703013 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -721955.26944 Edm = 0.011028 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -721955.2868089 Edm = 0.00563579 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -721955.347035 Edm = 0.0696655 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -721957.104526 Edm = 2.02885 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -721957.1242476 Edm = 0.00874944 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -721957.8116929 Edm = 0.755918 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -721958.1508307 Edm = 0.321577 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -722012.9929885 Edm = 48.4326 NCalls = 223 +VariableMetric: Iteration # 64 - FCN = -722094.5744085 Edm = 13.3291 NCalls = 227 +VariableMetric: Iteration # 65 - FCN = -722135.3775637 Edm = 5.13265 NCalls = 232 +VariableMetric: Iteration # 66 - FCN = -722140.1425858 Edm = 2.55096 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -722181.4230094 Edm = 58.4185 NCalls = 238 +VariableMetric: Iteration # 68 - FCN = -722181.4230094 Edm = 58.4185 NCalls = 249 +VariableMetric: After Hessian - FCN = -722181.4230094 Edm = 1.95447e+06 NCalls = 604 +VariableMetric: Iteration # 69 - FCN = -722181.4230094 Edm = 1.95447e+06 NCalls = 604 +VariableMetric: Iteration # 70 - FCN = -722381.6328236 Edm = 223916 NCalls = 615 +VariableMetric: Iteration # 71 - FCN = -722387.6390648 Edm = 49.8955 NCalls = 619 +VariableMetric: Iteration # 72 - FCN = -722709.0566701 Edm = 17.7997 NCalls = 622 +VariableMetric: Iteration # 73 - FCN = -722785.3250686 Edm = 2.32303 NCalls = 624 +VariableMetric: Iteration # 74 - FCN = -722796.8602214 Edm = 1.52481 NCalls = 626 +VariableMetric: Iteration # 75 - FCN = -722801.5341558 Edm = 1.36458 NCalls = 628 +VariableMetric: Iteration # 76 - FCN = -722828.276472 Edm = 5.08424 NCalls = 632 +VariableMetric: Iteration # 77 - FCN = -722845.2377695 Edm = 11.3488 NCalls = 635 +VariableMetric: Iteration # 78 - FCN = -722860.83523 Edm = 23.0139 NCalls = 637 +VariableMetric: Iteration # 79 - FCN = -722881.5457895 Edm = 3.53609 NCalls = 640 +VariableMetric: Iteration # 80 - FCN = -722886.2826962 Edm = 2.24615 NCalls = 642 +VariableMetric: Iteration # 81 - FCN = -722889.7679979 Edm = 0.705097 NCalls = 645 +VariableMetric: Iteration # 82 - FCN = -722891.5797216 Edm = 0.633512 NCalls = 647 +VariableMetric: Iteration # 83 - FCN = -722893.0777462 Edm = 0.234516 NCalls = 649 +VariableMetric: Iteration # 84 - FCN = -722893.9066016 Edm = 0.376604 NCalls = 651 +VariableMetric: Iteration # 85 - FCN = -722894.6060502 Edm = 0.0987779 NCalls = 653 +VariableMetric: Iteration # 86 - FCN = -722894.9930722 Edm = 0.250012 NCalls = 655 +VariableMetric: Iteration # 87 - FCN = -722895.8200231 Edm = 0.103467 NCalls = 657 +VariableMetric: Iteration # 88 - FCN = -722896.0411583 Edm = 0.119384 NCalls = 659 +VariableMetric: Iteration # 89 - FCN = -722896.7152508 Edm = 0.215811 NCalls = 662 +VariableMetric: Iteration # 90 - FCN = -722896.9652457 Edm = 0.0316492 NCalls = 664 +VariableMetric: Iteration # 91 - FCN = -722897.1814832 Edm = 0.107515 NCalls = 667 +VariableMetric: Iteration # 92 - FCN = -722897.4532656 Edm = 0.0142051 NCalls = 669 +VariableMetric: Iteration # 93 - FCN = -722897.5827053 Edm = 0.0921687 NCalls = 672 +VariableMetric: Iteration # 94 - FCN = -722898.0210916 Edm = 0.0282673 NCalls = 674 +VariableMetric: Iteration # 95 - FCN = -722898.0679128 Edm = 0.0213194 NCalls = 676 +VariableMetric: Iteration # 96 - FCN = -722898.2993162 Edm = 0.0237933 NCalls = 680 +VariableMetric: Iteration # 97 - FCN = -722898.3324837 Edm = 0.00439986 NCalls = 682 +VariableMetric: Iteration # 98 - FCN = -722898.3539956 Edm = 0.00807958 NCalls = 684 +VariableMetric: Iteration # 99 - FCN = -722898.3796933 Edm = 0.00181407 NCalls = 686 +VariableMetric: Iteration # 100 - FCN = -722898.3843979 Edm = 0.00210286 NCalls = 688 +VariableMetric: Iteration # 101 - FCN = -722898.3939364 Edm = 0.000918536 NCalls = 690 +VariableMetric: Iteration # 102 - FCN = -722898.3982772 Edm = 0.00220986 NCalls = 692 +VariableMetric: Iteration # 103 - FCN = -722898.4069873 Edm = 0.000660426 NCalls = 694 +VariableMetric: Iteration # 104 - FCN = -722898.4090338 Edm = 0.00129705 NCalls = 696 +VariableMetric: Iteration # 105 - FCN = -722898.4876138 Edm = 0.00826991 NCalls = 701 +VariableMetric: Iteration # 106 - FCN = -722898.4978416 Edm = 0.0012758 NCalls = 703 +VariableMetric: Iteration # 107 - FCN = -722898.5039109 Edm = 0.00499454 NCalls = 705 +VariableMetric: Iteration # 108 - FCN = -722898.5365019 Edm = 0.00951235 NCalls = 709 +VariableMetric: Iteration # 109 - FCN = -722898.5518105 Edm = 0.000183425 NCalls = 711 +VariableMetric: Iteration # 110 - FCN = -722898.5520515 Edm = 5.32697e-05 NCalls = 713 +VariableMetric: After Hessian - FCN = -722898.5520515 Edm = 0.00333381 NCalls = 1096 +VariableMetric: Iteration # 111 - FCN = -722898.5520515 Edm = 0.00333381 NCalls = 1096 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716682.2784003 Edm = 8.63144 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716682.2784003 Edm = 8.63144 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721045.9612986 Edm = 2.13983 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -721049.6059018 Edm = 2.46004 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -721223.2487353 Edm = 0.183236 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -721224.1195443 Edm = 0.193365 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -721293.7164553 Edm = 10.5063 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -721304.804332 Edm = 0.0876381 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -721305.1464858 Edm = 0.236133 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -721403.6909386 Edm = 46.6095 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -721487.9505349 Edm = 38.2913 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -721511.3698914 Edm = 1.23043 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -721513.4571943 Edm = 0.819464 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -721515.0226692 Edm = 0.197334 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -721515.2661914 Edm = 0.0350855 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -721516.9883402 Edm = 1.58481 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -721641.3638056 Edm = 18.7388 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -721704.2187217 Edm = 15.5693 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -721716.4419671 Edm = 3.81318 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -721720.3211369 Edm = 0.134286 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -721720.5346877 Edm = 0.0163347 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -721720.5802005 Edm = 0.0188872 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -721720.6422162 Edm = 0.0147177 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -721721.5083674 Edm = 0.49591 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -721721.5083674 Edm = 0.49591 NCalls = 93 +VariableMetric: After Hessian - FCN = -721721.5083674 Edm = 6.231e+06 NCalls = 448 +VariableMetric: Iteration # 24 - FCN = -721721.5083674 Edm = 6.231e+06 NCalls = 448 +VariableMetric: Iteration # 25 - FCN = -722062.6190595 Edm = 1.33018e+06 NCalls = 456 +VariableMetric: Iteration # 26 - FCN = -722442.1219402 Edm = 779.745 NCalls = 466 +VariableMetric: Iteration # 27 - FCN = -722477.6479187 Edm = 406.098 NCalls = 468 +VariableMetric: Iteration # 28 - FCN = -722514.3727888 Edm = 16.8254 NCalls = 470 +VariableMetric: Iteration # 29 - FCN = -722600.6786617 Edm = 22.5077 NCalls = 473 +VariableMetric: Iteration # 30 - FCN = -722647.5860807 Edm = 5.03472 NCalls = 475 +VariableMetric: Iteration # 31 - FCN = -722675.5619901 Edm = 15.5252 NCalls = 478 +VariableMetric: Iteration # 32 - FCN = -722697.2568454 Edm = 0.788833 NCalls = 480 +VariableMetric: Iteration # 33 - FCN = -722700.6077337 Edm = 2.69227 NCalls = 482 +VariableMetric: Iteration # 34 - FCN = -722737.7048317 Edm = 1.98918 NCalls = 488 +VariableMetric: Iteration # 35 - FCN = -722750.6814596 Edm = 10.0251 NCalls = 491 +VariableMetric: Iteration # 36 - FCN = -722792.1819884 Edm = 24.8677 NCalls = 497 +VariableMetric: Iteration # 37 - FCN = -722800.6173553 Edm = 10.1323 NCalls = 499 +VariableMetric: Iteration # 38 - FCN = -722818.1686207 Edm = 8.44376 NCalls = 502 +VariableMetric: Iteration # 39 - FCN = -722825.2927033 Edm = 4.33055 NCalls = 504 +VariableMetric: Iteration # 40 - FCN = -722838.0663529 Edm = 4.06357 NCalls = 506 +VariableMetric: Iteration # 41 - FCN = -722848.7684507 Edm = 2.98506 NCalls = 509 +VariableMetric: Iteration # 42 - FCN = -722851.9316122 Edm = 0.809458 NCalls = 510 +VariableMetric: Iteration # 43 - FCN = -722853.5208093 Edm = 0.548546 NCalls = 512 +VariableMetric: Iteration # 44 - FCN = -722854.9031103 Edm = 0.398383 NCalls = 517 +VariableMetric: Iteration # 45 - FCN = -722855.7693585 Edm = 0.353442 NCalls = 519 +VariableMetric: Iteration # 46 - FCN = -722856.7075129 Edm = 0.249514 NCalls = 524 +VariableMetric: Iteration # 47 - FCN = -722857.4222901 Edm = 0.908085 NCalls = 527 +VariableMetric: Iteration # 48 - FCN = -722858.1912134 Edm = 1.58283 NCalls = 530 +VariableMetric: Iteration # 49 - FCN = -722866.357361 Edm = 4.85422 NCalls = 535 +VariableMetric: Iteration # 50 - FCN = -722866.5973115 Edm = 0.20463 NCalls = 537 +VariableMetric: Iteration # 51 - FCN = -722869.0964497 Edm = 2.39237 NCalls = 541 +VariableMetric: Iteration # 52 - FCN = -722877.2718436 Edm = 5.95524 NCalls = 546 +VariableMetric: Iteration # 53 - FCN = -722883.6762255 Edm = 1.08763 NCalls = 549 +VariableMetric: Iteration # 54 - FCN = -722885.2974979 Edm = 0.657502 NCalls = 551 +VariableMetric: Iteration # 55 - FCN = -722887.7115197 Edm = 2.59662 NCalls = 553 +VariableMetric: Iteration # 56 - FCN = -722892.5372153 Edm = 1.44915 NCalls = 556 +VariableMetric: Iteration # 57 - FCN = -722894.893725 Edm = 0.362252 NCalls = 558 +VariableMetric: Iteration # 58 - FCN = -722895.0576404 Edm = 0.0301275 NCalls = 560 +VariableMetric: Iteration # 59 - FCN = -722895.1045466 Edm = 0.0227126 NCalls = 562 +VariableMetric: Iteration # 60 - FCN = -722895.3124299 Edm = 0.144271 NCalls = 566 +VariableMetric: Iteration # 61 - FCN = -722895.9193041 Edm = 0.0733077 NCalls = 568 +VariableMetric: Iteration # 62 - FCN = -722896.0194477 Edm = 0.0157829 NCalls = 570 +VariableMetric: Iteration # 63 - FCN = -722896.0998962 Edm = 0.0568339 NCalls = 572 +VariableMetric: Iteration # 64 - FCN = -722896.5883751 Edm = 0.0765059 NCalls = 575 +VariableMetric: Iteration # 65 - FCN = -722896.6731235 Edm = 0.00728527 NCalls = 577 +VariableMetric: Iteration # 66 - FCN = -722896.7696104 Edm = 0.0626318 NCalls = 580 +VariableMetric: Iteration # 67 - FCN = -722896.9583948 Edm = 0.0134582 NCalls = 582 +VariableMetric: Iteration # 68 - FCN = -722896.9794179 Edm = 0.0082263 NCalls = 584 +VariableMetric: Iteration # 69 - FCN = -722897.1058932 Edm = 0.0706747 NCalls = 588 +VariableMetric: Iteration # 70 - FCN = -722897.2576105 Edm = 0.00327581 NCalls = 590 +VariableMetric: Iteration # 71 - FCN = -722897.2611098 Edm = 0.000483654 NCalls = 592 +VariableMetric: Iteration # 72 - FCN = -722897.26518 Edm = 0.00373945 NCalls = 595 +VariableMetric: Iteration # 73 - FCN = -722897.3598464 Edm = 0.0114812 NCalls = 601 +VariableMetric: Iteration # 74 - FCN = -722897.372283 Edm = 0.000183506 NCalls = 603 +VariableMetric: Iteration # 75 - FCN = -722897.3732969 Edm = 0.000734804 NCalls = 606 +VariableMetric: Iteration # 76 - FCN = -722897.3843672 Edm = 0.00183751 NCalls = 609 +VariableMetric: Iteration # 77 - FCN = -722897.3870571 Edm = 0.00016812 NCalls = 611 +VariableMetric: Iteration # 78 - FCN = -722897.3880138 Edm = 0.000781133 NCalls = 614 +VariableMetric: Iteration # 79 - FCN = -722897.4158638 Edm = 0.00648357 NCalls = 619 +VariableMetric: Iteration # 80 - FCN = -722897.4267924 Edm = 0.00133899 NCalls = 622 +VariableMetric: Iteration # 81 - FCN = -722897.4291915 Edm = 0.000875297 NCalls = 624 +VariableMetric: Iteration # 82 - FCN = -722897.4299892 Edm = 0.000483259 NCalls = 626 +VariableMetric: Iteration # 83 - FCN = -722897.4317156 Edm = 0.000954089 NCalls = 629 +VariableMetric: Iteration # 84 - FCN = -722897.443927 Edm = 0.0088886 NCalls = 634 +VariableMetric: Iteration # 85 - FCN = -722897.4524476 Edm = 0.0238091 NCalls = 636 +VariableMetric: Iteration # 86 - FCN = -722897.4612104 Edm = 0.00101623 NCalls = 638 +VariableMetric: Iteration # 87 - FCN = -722897.4625343 Edm = 0.000187646 NCalls = 640 +VariableMetric: Iteration # 88 - FCN = -722897.4626379 Edm = 6.02604e-05 NCalls = 642 +VariableMetric: Iteration # 89 - FCN = -722897.4628373 Edm = 0.000106053 NCalls = 644 +VariableMetric: Iteration # 90 - FCN = -722897.4675595 Edm = 0.00166423 NCalls = 648 +VariableMetric: Iteration # 91 - FCN = -722897.4700814 Edm = 6.81039e-05 NCalls = 650 +VariableMetric: After Hessian - FCN = -722897.4700814 Edm = 0.00677736 NCalls = 1051 +VariableMetric: Iteration # 92 - FCN = -722897.4700814 Edm = 0.00677736 NCalls = 1051 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719458.5286626 Edm = 9.83521 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719458.5286626 Edm = 9.83521 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722009.3125526 Edm = 0.598043 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -722043.405964 Edm = 25.0008 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -722188.1312373 Edm = 0.0829639 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -722188.4719263 Edm = 0.199732 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -722214.0486825 Edm = 2.86417 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -722217.4133303 Edm = 0.0541099 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -722218.3694571 Edm = 0.900317 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -722290.1729973 Edm = 17.0413 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -722392.7791914 Edm = 13.8334 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -722409.1800221 Edm = 1.28153 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -722415.3709701 Edm = 3.91007 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -722422.4721529 Edm = 1.90103 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -722423.9222161 Edm = 1.77913 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -722448.7089383 Edm = 4.22893 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -722453.9578991 Edm = 0.256738 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -722454.4785852 Edm = 0.012469 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -722454.5389476 Edm = 0.0456337 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -722457.5090425 Edm = 3.69659 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -722467.0161561 Edm = 7.49148 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -722530.1191764 Edm = 6.29496 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -722534.6151152 Edm = 0.0129157 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -722534.6343644 Edm = 0.00518987 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -722534.8129163 Edm = 0.173496 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -722564.1324394 Edm = 11.4917 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -722585.4060204 Edm = 0.199449 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -722585.6867102 Edm = 0.0168445 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -722585.7233883 Edm = 0.00127486 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -722585.7262462 Edm = 0.00108355 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -722585.8483709 Edm = 0.121371 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -722587.509096 Edm = 0.456458 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -722596.8070465 Edm = 4.64255 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -722610.842452 Edm = 1.38139 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -722612.0755565 Edm = 0.0283576 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -722612.0998044 Edm = 0.000795403 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -722612.1008324 Edm = 0.000344074 NCalls = 123 +VariableMetric: Iteration # 36 - FCN = -722612.104485 Edm = 0.00295499 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -722612.3856682 Edm = 0.243414 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -722623.7939007 Edm = 7.71697 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -722663.8217601 Edm = 1.26825 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -722665.4435679 Edm = 0.0984528 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -722665.6297077 Edm = 0.0126791 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -722665.6576061 Edm = 0.00523088 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -722665.6703803 Edm = 0.00383704 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -722665.6840841 Edm = 0.00912584 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -722665.7241851 Edm = 0.0105922 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -722665.8195048 Edm = 0.0555935 NCalls = 154 +VariableMetric: Iteration # 47 - FCN = -722666.6531604 Edm = 1.04689 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -722667.3595922 Edm = 0.666985 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -722712.3577145 Edm = 77.1321 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -722722.3617479 Edm = 10.4346 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -722729.5788851 Edm = 2.86459 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -722731.2862094 Edm = 1.46844 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -722732.6515771 Edm = 0.156588 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -722732.7577658 Edm = 0.0109033 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -722732.7717112 Edm = 0.00235296 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -722732.7759645 Edm = 0.000975152 NCalls = 192 +VariableMetric: Iteration # 57 - FCN = -722732.7858891 Edm = 0.0076711 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -722733.2155709 Edm = 0.354814 NCalls = 200 +VariableMetric: Iteration # 59 - FCN = -722736.6915313 Edm = 2.37404 NCalls = 203 +VariableMetric: Iteration # 60 - FCN = -722754.1979593 Edm = 10.335 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -722768.2322955 Edm = 1.65893 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -722769.8784756 Edm = 0.110523 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -722769.9935152 Edm = 0.0196974 NCalls = 212 +VariableMetric: Iteration # 64 - FCN = -722770.0100308 Edm = 0.00243557 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -722770.0123165 Edm = 0.000320472 NCalls = 215 +VariableMetric: Iteration # 66 - FCN = -722770.0129442 Edm = 0.000354817 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -722770.015612 Edm = 0.0022555 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -722770.0290002 Edm = 0.0149506 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -722770.2171813 Edm = 0.180664 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -722775.7185417 Edm = 1.77748 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -722777.7644409 Edm = 0.0871262 NCalls = 236 +VariableMetric: Iteration # 72 - FCN = -722777.8476517 Edm = 0.00374631 NCalls = 238 +VariableMetric: Iteration # 73 - FCN = -722777.8534864 Edm = 0.000318258 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -722777.8538864 Edm = 3.61864e-05 NCalls = 242 +VariableMetric: After Hessian - FCN = -722777.8538864 Edm = 13.6412 NCalls = 603 +VariableMetric: Iteration # 75 - FCN = -722777.8538864 Edm = 13.6412 NCalls = 603 +VariableMetric: Iteration # 76 - FCN = -722779.2535864 Edm = 14.5974 NCalls = 605 +VariableMetric: Iteration # 77 - FCN = -722780.4045005 Edm = 20.1874 NCalls = 609 +VariableMetric: Iteration # 78 - FCN = -722780.649277 Edm = 11.9533 NCalls = 611 +VariableMetric: Iteration # 79 - FCN = -722782.5427995 Edm = 1.3602 NCalls = 613 +VariableMetric: Iteration # 80 - FCN = -722783.4601366 Edm = 0.337798 NCalls = 614 +VariableMetric: Iteration # 81 - FCN = -722783.9870295 Edm = 0.261722 NCalls = 617 +VariableMetric: Iteration # 82 - FCN = -722784.3542914 Edm = 0.511649 NCalls = 622 +VariableMetric: Iteration # 83 - FCN = -722784.7792335 Edm = 0.447619 NCalls = 625 +VariableMetric: Iteration # 84 - FCN = -722785.4508564 Edm = 0.468067 NCalls = 628 +VariableMetric: Iteration # 85 - FCN = -722785.8065919 Edm = 0.623375 NCalls = 630 +VariableMetric: Iteration # 86 - FCN = -722785.999384 Edm = 0.174415 NCalls = 632 +VariableMetric: Iteration # 87 - FCN = -722786.1087173 Edm = 0.0344233 NCalls = 633 +VariableMetric: Iteration # 88 - FCN = -722786.1479571 Edm = 0.0115844 NCalls = 635 +VariableMetric: Iteration # 89 - FCN = -722786.1584262 Edm = 0.00247638 NCalls = 637 +VariableMetric: Iteration # 90 - FCN = -722786.161552 Edm = 0.00127657 NCalls = 639 +VariableMetric: Iteration # 91 - FCN = -722786.1666444 Edm = 0.00277384 NCalls = 642 +VariableMetric: Iteration # 92 - FCN = -722786.1721818 Edm = 0.00212716 NCalls = 645 +VariableMetric: Iteration # 93 - FCN = -722786.1791111 Edm = 0.00630937 NCalls = 647 +VariableMetric: Iteration # 94 - FCN = -722786.187035 Edm = 0.00763797 NCalls = 651 +VariableMetric: Iteration # 95 - FCN = -722786.1983431 Edm = 0.0045742 NCalls = 654 +VariableMetric: Iteration # 96 - FCN = -722786.200723 Edm = 0.00187983 NCalls = 656 +VariableMetric: Iteration # 97 - FCN = -722786.2019369 Edm = 0.000186829 NCalls = 658 +VariableMetric: Iteration # 98 - FCN = -722786.2021868 Edm = 6.04114e-05 NCalls = 660 +VariableMetric: After Hessian - FCN = -722786.2021868 Edm = 0.00373412 NCalls = 1025 +VariableMetric: Iteration # 99 - FCN = -722786.2021868 Edm = 0.00373412 NCalls = 1025 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.229E+05 | Ncalls=1195 (1195 total) | +| EDM = 0.000126 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -722898.5732232142 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.5 | 1.1 | | | 14.8182 | 23.5818 | | +| 1 | rho_p | -0.4 | 0.3 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 4.220 | 0.030 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 8.8 | 1.3 | | | 4.19232 | 9.40768 | | +| 4 | p4040_s | 1.00 | 0.17 | | |0.00501244| 2.01499 | | +| 5 | omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.43 | 0.25 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | 4.00 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 9 | p3770_p | 4.51 | 0.11 | | |-6.28319 | 6.28319 | | +| 10| Ctt | 0.11 | 0.14 | | | -0.5 | 0.5 | | +| 11| Dbar_s | -0.04 | 0.06 | | | -1.464 | 1.464 | | +| 12| p4415_s | 1.41 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_p | -1.96 | 0.09 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1365.4 | 1.4 | | | 1358.64 | 1433.36 | | +| 16| p4415_p | 4.36 | 0.15 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.22 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_p | 4.527 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| p3770_s | 2.50 | 0.19 | | |0.918861 | 4.08114 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s rho_p psi2s_p omega_s p4040_s omega_p phi_p p4040_p rho_s p3770_p Ctt Dbar_s p4415_s jpsi_s p4160_p psi2s_s p4415_p p4160_s jpsi_p p3770_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.071 -0.015 -0.006 0.005 0.023 0.736 -0.001 0.004 -0.006 -0.000 -0.007 0.002 0.021 -0.005 0.015 -0.003 0.003 -0.036 0.004 | +| rho_p | -0.071 1.000 0.033 0.054 -0.053 0.061 -0.232 0.012 0.141 0.037 -0.038 0.048 -0.022 -0.041 0.037 -0.031 0.030 -0.025 -0.012 -0.027 | +| psi2s_p | -0.015 0.033 1.000 -0.011 -0.422 -0.003 -0.021 0.039 0.021 0.508 -0.689 0.667 -0.351 0.032 0.291 -0.007 0.121 -0.331 -0.042 -0.164 | +| omega_s | -0.006 0.054 -0.011 1.000 -0.001 0.774 -0.054 -0.002 0.150 -0.002 0.000 0.001 -0.000 -0.001 -0.002 -0.001 -0.001 -0.000 -0.029 -0.001 | +| p4040_s | 0.005 -0.053 -0.422 -0.001 1.000 -0.006 0.011 -0.192 -0.017 -0.237 0.513 -0.405 0.107 -0.007 -0.493 0.003 -0.207 0.004 0.011 0.197 | +| omega_p | 0.023 0.061 -0.003 0.774 -0.006 1.000 -0.004 -0.008 0.532 0.001 0.004 0.015 -0.005 -0.008 -0.003 -0.006 -0.002 -0.007 -0.013 -0.008 | +| phi_p | 0.736 -0.232 -0.021 -0.054 0.011 -0.004 1.000 -0.005 0.014 -0.012 0.000 -0.014 0.001 0.018 -0.009 0.014 -0.007 0.003 -0.043 0.008 | +| p4040_p | -0.001 0.012 0.039 -0.002 -0.192 -0.008 -0.005 1.000 -0.012 0.161 -0.169 -0.189 0.161 -0.015 0.133 -0.015 0.123 0.429 -0.168 -0.041 | +| rho_s | 0.004 0.141 0.021 0.150 -0.017 0.532 0.014 -0.012 1.000 0.011 0.015 0.044 -0.009 -0.012 -0.001 -0.012 0.000 -0.016 0.047 -0.022 | +| p3770_p | -0.006 0.037 0.508 -0.002 -0.237 0.001 -0.012 0.161 0.011 1.000 -0.574 0.430 -0.199 0.011 0.249 -0.026 0.114 -0.141 -0.065 -0.159 | +| Ctt | -0.000 -0.038 -0.689 0.000 0.513 0.004 0.000 -0.169 0.015 -0.574 1.000 -0.758 0.391 0.013 -0.422 0.006 -0.185 0.343 0.143 0.115 | +| Dbar_s | -0.007 0.048 0.667 0.001 -0.405 0.015 -0.014 -0.189 0.044 0.430 -0.758 1.000 -0.496 0.075 0.104 0.037 -0.101 -0.513 0.093 -0.249 | +| p4415_s | 0.002 -0.022 -0.351 -0.000 0.107 -0.005 0.001 0.161 -0.009 -0.199 0.391 -0.496 1.000 0.001 0.093 0.003 -0.102 0.302 -0.064 0.092 | +| jpsi_s | 0.021 -0.041 0.032 -0.001 -0.007 -0.008 0.018 -0.015 -0.012 0.011 0.013 0.075 0.001 1.000 -0.009 0.600 -0.005 -0.006 0.039 -0.013 | +| p4160_p | -0.005 0.037 0.291 -0.002 -0.493 -0.003 -0.009 0.133 -0.001 0.249 -0.422 0.104 0.093 -0.009 1.000 -0.008 0.274 -0.105 -0.101 -0.076 | +| psi2s_s | 0.015 -0.031 -0.007 -0.001 0.003 -0.006 0.014 -0.015 -0.012 -0.026 0.006 0.037 0.003 0.600 -0.008 1.000 -0.002 -0.002 0.024 -0.006 | +| p4415_p | -0.003 0.030 0.121 -0.001 -0.207 -0.002 -0.007 0.123 0.000 0.114 -0.185 -0.101 -0.102 -0.005 0.274 -0.002 1.000 -0.173 -0.061 -0.010 | +| p4160_s | 0.003 -0.025 -0.331 -0.000 0.004 -0.007 0.003 0.429 -0.016 -0.141 0.343 -0.513 0.302 -0.006 -0.105 -0.002 -0.173 1.000 -0.093 0.095 | +| jpsi_p | -0.036 -0.012 -0.042 -0.029 0.011 -0.013 -0.043 -0.168 0.047 -0.065 0.143 0.093 -0.064 0.039 -0.101 0.024 -0.061 -0.093 1.000 -0.082 | +| p3770_s | 0.004 -0.027 -0.164 -0.001 0.197 -0.008 0.008 -0.041 -0.022 -0.159 0.115 -0.249 0.092 -0.013 -0.076 -0.006 -0.010 0.095 -0.082 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.1220003970063548}), (, {'error': 0.3490728011008537}), (, {'error': 0.030315911182545285}), (, {'error': 1.332616242895833}), (, {'error': 0.1682269987964331}), (, {'error': 0.3575798692151091}), (, {'error': 0.24529176086577076}), (, {'error': 0.1807416342915369}), (, {'error': 0.3262653729574675}), (, {'error': 0.11033992842591456}), (, {'error': 0.1404254218469353}), (, {'error': 0.058244405743873795}), (, {'error': 0.17565891565668756}), (, {'error': 9.967850540139807}), (, {'error': 0.09323471994047239}), (, {'error': 1.396655193604829}), (, {'error': 0.1465910533680148}), (, {'error': 0.16582946479417515}), (, {'error': 0.015988302670279175}), (, {'error': 0.1872496859959092})]) +Toy 1/10 +Time taken: 1 h, 46 min +Projected time left: 15 h, 56 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=1079 (1079 total) | +| EDM = 0.000105 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -722787.0648764856 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.9 | 1.3 | | | 14.8182 | 23.5818 | | +| 1 | rho_p | -0.25 | 0.31 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -1.925 | 0.022 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 4 | p4040_s | 1.37 | 0.14 | | |0.00501244| 2.01499 | | +| 5 | omega_p | 0.76 | 0.23 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -0.30 | 0.33 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | -3.15 | 0.11 | | |-6.28319 | 6.28319 | | +| 8 | rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 9 | p3770_p | -1.58 | 0.10 | | |-6.28319 | 6.28319 | | +| 10| Ctt | -0.50 | 0.04 | | | -0.5 | 0.5 | | +| 11| Dbar_s | 0.31 | 0.03 | | | -1.464 | 1.464 | | +| 12| p4415_s | 1.05 | 0.16 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1365.6 | 1.7 | | | 1358.64 | 1433.36 | | +| 16| p4415_p | 4.94 | 0.17 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 0.717 | 0.012 | | | 0.71676 | 3.68324 | | +| 18| jpsi_p | -1.732 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| p3770_s | 2.25 | 0.19 | | |0.918861 | 4.08114 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s rho_p psi2s_p omega_s p4040_s omega_p phi_p p4040_p rho_s p3770_p Ctt Dbar_s p4415_s jpsi_s p4160_p psi2s_s p4415_p p4160_s jpsi_p p3770_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.215 -0.010 0.000 -0.003 0.070 0.814 -0.013 0.082 0.005 0.002 0.034 -0.006 0.003 0.000 -0.003 -0.000 -0.000 -0.034 -0.007 | +| rho_p | 0.215 1.000 -0.006 0.001 -0.023 0.037 0.134 -0.016 0.175 0.017 -0.003 0.030 -0.003 0.058 0.000 -0.048 0.018 0.001 -0.028 -0.016 | +| psi2s_p | -0.010 -0.006 1.000 0.002 -0.015 0.016 -0.016 -0.150 0.041 0.220 -0.151 0.313 -0.123 -0.075 0.004 0.027 0.034 0.003 0.075 -0.097 | +| omega_s | 0.000 0.001 0.002 1.000 -0.000 -0.224 0.005 0.001 -0.047 0.000 -0.000 -0.001 0.000 0.001 -0.000 -0.001 0.000 0.000 0.005 0.000 | +| p4040_s | -0.003 -0.023 -0.015 -0.000 1.000 -0.006 -0.002 -0.291 -0.016 -0.022 0.080 0.190 -0.238 -0.000 0.015 0.009 -0.085 -0.003 0.028 0.119 | +| omega_p | 0.070 0.037 0.016 -0.224 -0.006 1.000 0.068 -0.017 0.701 0.013 0.002 0.048 -0.011 0.022 0.000 -0.019 0.004 0.000 0.015 -0.013 | +| phi_p | 0.814 0.134 -0.016 0.005 -0.002 0.068 1.000 -0.014 0.054 0.002 0.002 0.028 -0.007 0.014 0.000 -0.012 -0.000 -0.000 -0.041 -0.007 | +| p4040_p | -0.013 -0.016 -0.150 0.001 -0.291 -0.017 -0.014 1.000 -0.025 0.110 0.008 -0.509 0.196 0.034 -0.005 -0.024 -0.018 -0.011 -0.163 0.114 | +| rho_s | 0.082 0.175 0.041 -0.047 -0.016 0.701 0.054 -0.025 1.000 0.029 0.004 0.090 -0.015 0.028 0.001 -0.026 0.008 0.001 0.045 -0.022 | +| p3770_p | 0.005 0.017 0.220 0.000 -0.022 0.013 0.002 0.110 0.029 1.000 -0.110 0.057 0.025 -0.035 -0.002 -0.008 0.012 0.000 0.043 -0.106 | +| Ctt | 0.002 -0.003 -0.151 -0.000 0.080 0.002 0.002 0.008 0.004 -0.110 1.000 -0.186 0.066 -0.005 -0.001 0.003 -0.040 -0.003 0.025 -0.000 | +| Dbar_s | 0.034 0.030 0.313 -0.001 0.190 0.048 0.028 -0.509 0.090 0.057 -0.186 1.000 -0.437 -0.213 0.014 0.145 -0.226 -0.011 0.280 -0.285 | +| p4415_s | -0.006 -0.003 -0.123 0.000 -0.238 -0.011 -0.007 0.196 -0.015 0.025 0.066 -0.437 1.000 0.007 -0.005 -0.000 0.117 0.016 -0.122 0.085 | +| jpsi_s | 0.003 0.058 -0.075 0.001 -0.000 0.022 0.014 0.034 0.028 -0.035 -0.005 -0.213 0.007 1.000 -0.001 -0.750 0.003 0.000 -0.058 0.019 | +| p4160_p | 0.000 0.000 0.004 -0.000 0.015 0.000 0.000 -0.005 0.001 -0.002 -0.001 0.014 -0.005 -0.001 1.000 0.000 0.004 -0.003 0.004 -0.002 | +| psi2s_s | -0.003 -0.048 0.027 -0.001 0.009 -0.019 -0.012 -0.024 -0.026 -0.008 0.003 0.145 -0.000 -0.750 0.000 1.000 -0.003 -0.000 0.043 -0.014 | +| p4415_p | -0.000 0.018 0.034 0.000 -0.085 0.004 -0.000 -0.018 0.008 0.012 -0.040 -0.226 0.117 0.003 0.004 -0.003 1.000 0.004 0.009 -0.001 | +| p4160_s | -0.000 0.001 0.003 0.000 -0.003 0.000 -0.000 -0.011 0.001 0.000 -0.003 -0.011 0.016 0.000 -0.003 -0.000 0.004 1.000 0.000 -0.001 | +| jpsi_p | -0.034 -0.028 0.075 0.005 0.028 0.015 -0.041 -0.163 0.045 0.043 0.025 0.280 -0.122 -0.058 0.004 0.043 0.009 0.000 1.000 -0.095 | +| p3770_s | -0.007 -0.016 -0.097 0.000 0.119 -0.013 -0.007 0.114 -0.022 -0.106 -0.000 -0.285 0.085 0.019 -0.002 -0.014 -0.001 -0.001 -0.095 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.296695065449132}), (, {'error': 0.3148211753329142}), (, {'error': 0.021917690901441578}), (, {'error': 3.560465511924919}), (, {'error': 0.1427550697324057}), (, {'error': 0.23397393738781647}), (, {'error': 0.33060726766737547}), (, {'error': 0.11098491116233178}), (, {'error': 0.34171997736101584}), (, {'error': 0.1005239734763479}), (, {'error': 0.03601300648191605}), (, {'error': 0.03423292545320411}), (, {'error': 0.16048303568143302}), (, {'error': 30.16939261087373}), (, {'error': 0.009200639092295848}), (, {'error': 1.690174723487985}), (, {'error': 0.17369899349374052}), (, {'error': 0.011905833605594274}), (, {'error': 0.015549670195223353}), (, {'error': 0.18549286426382738})]) +Toy 2/10 +Time taken: 3 h, 22 min +Projected time left: 13 h, 30 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.229E+05 | Ncalls=1200 (1200 total) | +| EDM = 0.000126 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -722898.4482097994 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.8 | 1.1 | | | 14.8182 | 23.5818 | | +| 1 | rho_p | -0.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -4.126 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 8 | 5 | | | 4.19232 | 9.40768 | | +| 4 | p4040_s | 1.01 | 0.17 | | |0.00501244| 2.01499 | | +| 5 | omega_p | -5.8 | 1.1 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 6.02 | 0.27 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | 3.76 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | rho_s | 0.9 | 0.3 | | |0.0253049| 2.0747 | | +| 9 | p3770_p | -2.55 | 0.10 | | |-6.28319 | 6.28319 | | +| 10| Ctt | 0.07 | 0.12 | | | -0.5 | 0.5 | | +| 11| Dbar_s | -0.028 | 0.055 | | | -1.464 | 1.464 | | +| 12| p4415_s | 1.41 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_p | 4.15 | 0.09 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1371.8 | 1.2 | | | 1358.64 | 1433.36 | | +| 16| p4415_p | 4.24 | 0.15 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.23 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_p | -1.563 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| p3770_s | 2.72 | 0.20 | | |0.918861 | 4.08114 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s rho_p psi2s_p omega_s p4040_s omega_p phi_p p4040_p rho_s p3770_p Ctt Dbar_s p4415_s jpsi_s p4160_p psi2s_s p4415_p p4160_s jpsi_p p3770_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.238 -0.030 0.145 -0.006 0.153 0.696 -0.006 0.092 -0.002 0.007 0.013 -0.002 0.001 -0.005 0.000 -0.002 -0.004 -0.034 -0.007 | +| rho_p | 0.238 1.000 -0.075 0.350 -0.045 0.346 0.090 0.001 0.223 0.020 -0.020 0.043 -0.018 0.023 0.023 -0.011 0.023 -0.023 -0.053 -0.026 | +| psi2s_p | -0.030 -0.075 1.000 -0.064 -0.047 -0.065 -0.019 -0.260 -0.038 -0.248 0.013 0.052 -0.129 0.018 -0.060 -0.028 -0.028 -0.188 -0.012 -0.261 | +| omega_s | 0.145 0.350 -0.064 1.000 -0.011 0.978 -0.020 -0.010 0.246 -0.008 -0.003 0.014 -0.007 0.010 -0.007 -0.005 -0.001 -0.009 -0.122 -0.008 | +| p4040_s | -0.006 -0.045 -0.047 -0.011 1.000 -0.013 -0.003 -0.176 -0.018 -0.223 0.505 -0.401 0.104 0.003 -0.489 -0.007 -0.203 0.007 0.041 0.199 | +| omega_p | 0.153 0.346 -0.065 0.978 -0.013 1.000 -0.009 -0.012 0.367 -0.007 -0.001 0.018 -0.008 0.011 -0.008 -0.005 -0.002 -0.011 -0.115 -0.010 | +| phi_p | 0.696 0.090 -0.019 -0.020 -0.003 -0.009 1.000 -0.008 0.028 -0.002 0.006 0.011 -0.003 0.003 -0.005 -0.001 -0.003 -0.005 -0.022 -0.005 | +| p4040_p | -0.006 0.001 -0.260 -0.010 -0.176 -0.012 -0.008 1.000 -0.016 0.116 -0.143 -0.216 0.170 0.008 0.103 -0.011 0.109 0.435 -0.159 -0.052 | +| rho_s | 0.092 0.223 -0.038 0.246 -0.018 0.367 0.028 -0.016 1.000 0.007 0.021 0.046 -0.008 0.009 -0.004 -0.003 -0.001 -0.016 0.027 -0.023 | +| p3770_p | -0.002 0.020 -0.248 -0.008 -0.223 -0.007 -0.002 0.116 0.007 1.000 -0.516 0.409 -0.190 -0.006 0.218 -0.002 0.095 -0.150 -0.074 -0.225 | +| Ctt | 0.007 -0.020 0.013 -0.003 0.505 -0.001 0.006 -0.143 0.021 -0.516 1.000 -0.741 0.380 -0.011 -0.412 0.017 -0.183 0.345 0.108 0.115 | +| Dbar_s | 0.013 0.043 0.052 0.014 -0.401 0.018 0.011 -0.216 0.046 0.409 -0.741 1.000 -0.489 -0.037 0.099 0.027 -0.106 -0.520 0.099 -0.248 | +| p4415_s | -0.002 -0.018 -0.129 -0.007 0.104 -0.008 -0.003 0.170 -0.008 -0.190 0.380 -0.489 1.000 -0.002 0.093 -0.001 -0.107 0.301 -0.064 0.090 | +| jpsi_s | 0.001 0.023 0.018 0.010 0.003 0.011 0.003 0.008 0.009 -0.006 -0.011 -0.037 -0.002 1.000 0.005 -0.359 0.003 0.002 -0.023 0.005 | +| p4160_p | -0.005 0.023 -0.060 -0.007 -0.489 -0.008 -0.005 0.103 -0.004 0.218 -0.412 0.099 0.093 0.005 1.000 -0.006 0.265 -0.114 -0.107 -0.095 | +| psi2s_s | 0.000 -0.011 -0.028 -0.005 -0.007 -0.005 -0.001 -0.011 -0.003 -0.002 0.017 0.027 -0.001 -0.359 -0.006 1.000 -0.005 -0.006 0.022 -0.029 | +| p4415_p | -0.002 0.023 -0.028 -0.001 -0.203 -0.002 -0.003 0.109 -0.001 0.095 -0.183 -0.106 -0.107 0.003 0.265 -0.005 1.000 -0.176 -0.069 -0.019 | +| p4160_s | -0.004 -0.023 -0.188 -0.009 0.007 -0.011 -0.005 0.435 -0.016 -0.150 0.345 -0.520 0.301 0.002 -0.114 -0.006 -0.176 1.000 -0.081 0.096 | +| jpsi_p | -0.034 -0.053 -0.012 -0.122 0.041 -0.115 -0.022 -0.159 0.027 -0.074 0.108 0.099 -0.064 -0.023 -0.107 0.022 -0.069 -0.081 1.000 0.012 | +| p3770_s | -0.007 -0.026 -0.261 -0.008 0.199 -0.010 -0.005 -0.052 -0.023 -0.225 0.115 -0.248 0.090 0.005 -0.095 -0.029 -0.019 0.096 0.012 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.0818586577469276}), (, {'error': 0.36660582986356305}), (, {'error': 0.028313873863220707}), (, {'error': 4.50933403463425}), (, {'error': 0.17172537996936416}), (, {'error': 1.0516393092128218}), (, {'error': 0.2665700894197389}), (, {'error': 0.18059089184617694}), (, {'error': 0.3218026359396094}), (, {'error': 0.10401429290889919}), (, {'error': 0.12481235898510118}), (, {'error': 0.05504464023403044}), (, {'error': 0.17566356332344446}), (, {'error': 8.94889352897735}), (, {'error': 0.09245882719918086}), (, {'error': 1.1969897875674178}), (, {'error': 0.1474040858186223}), (, {'error': 0.16810744437580039}), (, {'error': 0.016404991694793036}), (, {'error': 0.2040575148557502})]) +Toy 3/10 +Time taken: 5 h, 9 min +Projected time left: 12 h, 1 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=1104 (1104 total) | +| EDM = 0.000829 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -722757.7204163315 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.0 | 1.3 | | | 14.8182 | 23.5818 | | +| 1 | rho_p | 6.24 | 0.28 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 1.915 | 0.022 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 4 | p4040_s | 0.53 | 0.18 | | |0.00501244| 2.01499 | | +| 5 | omega_p | -5.6 | 0.9 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -0.05 | 0.34 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | -2.7 | 0.3 | | |-6.28319 | 6.28319 | | +| 8 | rho_s | 1.08 | 0.31 | | |0.0253049| 2.0747 | | +| 9 | p3770_p | -6.283 | 0.018 | | |-6.28319 | 6.28319 | | +| 10| Ctt | -0.07 | 0.11 | | | -0.5 | 0.5 | | +| 11| Dbar_s | 0.17 | 0.05 | | | -1.464 | 1.464 | | +| 12| p4415_s | 1.16 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_p | 4.07 | 0.10 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1371.5 | 1.4 | | | 1358.64 | 1433.36 | | +| 16| p4415_p | -2.20 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 1.98 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_p | 1.680 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| p3770_s | 0.919 | 0.008 | | |0.918861 | 4.08114 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s rho_p psi2s_p omega_s p4040_s omega_p phi_p p4040_p rho_s p3770_p Ctt Dbar_s p4415_s jpsi_s p4160_p psi2s_s p4415_p p4160_s jpsi_p p3770_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.011 -0.023 0.016 0.006 0.037 0.821 -0.008 0.053 0.000 0.017 0.004 0.003 -0.006 -0.012 0.004 -0.009 -0.001 -0.050 -0.000 | +| rho_p | 0.011 1.000 -0.004 0.012 -0.002 0.013 0.006 0.000 0.013 0.000 -0.000 0.001 -0.001 0.002 0.001 -0.001 0.001 -0.001 -0.007 0.000 | +| psi2s_p | -0.023 -0.004 1.000 -0.038 -0.001 -0.042 -0.023 -0.313 -0.026 0.020 -0.076 0.136 -0.185 0.029 -0.057 -0.045 -0.037 -0.252 0.095 0.004 | +| omega_s | 0.016 0.012 -0.038 1.000 0.010 0.967 -0.070 -0.005 0.017 0.001 0.006 -0.010 0.003 0.000 -0.015 -0.000 -0.010 0.003 -0.084 -0.000 | +| p4040_s | 0.006 -0.002 -0.001 0.010 1.000 0.008 0.004 -0.218 -0.009 0.006 0.529 -0.373 0.078 0.003 -0.480 -0.002 -0.213 -0.105 -0.056 -0.006 | +| omega_p | 0.037 0.013 -0.042 0.967 0.008 1.000 -0.048 -0.008 0.172 0.001 0.009 -0.005 0.001 0.003 -0.016 -0.002 -0.010 -0.000 -0.091 -0.000 | +| phi_p | 0.821 0.006 -0.023 -0.070 0.004 -0.048 1.000 -0.010 0.035 0.000 0.014 0.006 -0.001 0.003 -0.011 -0.002 -0.008 -0.004 -0.051 -0.000 | +| p4040_p | -0.008 0.000 -0.313 -0.005 -0.218 -0.008 -0.010 1.000 -0.013 -0.001 -0.088 -0.262 0.213 0.014 0.046 -0.013 0.089 0.496 -0.140 0.001 | +| rho_s | 0.053 0.013 -0.026 0.017 -0.009 0.172 0.035 -0.013 1.000 0.000 0.028 0.033 -0.004 0.011 -0.004 -0.006 -0.001 -0.012 -0.052 0.000 | +| p3770_p | 0.000 0.000 0.020 0.001 0.006 0.001 0.000 -0.001 0.000 1.000 0.021 -0.015 0.007 0.000 -0.007 0.001 -0.003 0.005 0.000 -0.002 | +| Ctt | 0.017 -0.000 -0.076 0.006 0.529 0.009 0.014 -0.088 0.028 0.021 1.000 -0.756 0.379 -0.026 -0.417 0.025 -0.191 0.304 -0.211 -0.008 | +| Dbar_s | 0.004 0.001 0.136 -0.010 -0.373 -0.005 0.006 -0.262 0.033 -0.015 -0.756 1.000 -0.489 -0.060 0.133 0.039 -0.087 -0.518 0.151 0.009 | +| p4415_s | 0.003 -0.001 -0.185 0.003 0.078 0.001 -0.001 0.213 -0.004 0.007 0.379 -0.489 1.000 -0.004 0.083 0.003 -0.120 0.333 -0.170 -0.004 | +| jpsi_s | -0.006 0.002 0.029 0.000 0.003 0.003 0.003 0.014 0.011 0.000 -0.026 -0.060 -0.004 1.000 0.008 -0.563 0.004 0.005 0.027 -0.000 | +| p4160_p | -0.012 0.001 -0.057 -0.015 -0.480 -0.016 -0.011 0.046 -0.004 -0.007 -0.417 0.133 0.083 0.008 1.000 -0.008 0.261 -0.068 0.022 0.004 | +| psi2s_s | 0.004 -0.001 -0.045 -0.000 -0.002 -0.002 -0.002 -0.013 -0.006 0.001 0.025 0.039 0.003 -0.563 -0.008 1.000 -0.005 -0.004 -0.013 0.001 | +| p4415_p | -0.009 0.001 -0.037 -0.010 -0.213 -0.010 -0.008 0.089 -0.001 -0.003 -0.191 -0.087 -0.120 0.004 0.261 -0.005 1.000 -0.153 0.007 0.001 | +| p4160_s | -0.001 -0.001 -0.252 0.003 -0.105 -0.000 -0.004 0.496 -0.012 0.005 0.304 -0.518 0.333 0.005 -0.068 -0.004 -0.153 1.000 -0.176 -0.003 | +| jpsi_p | -0.050 -0.007 0.095 -0.084 -0.056 -0.091 -0.051 -0.140 -0.052 0.000 -0.211 0.151 -0.170 0.027 0.022 -0.013 0.007 -0.176 1.000 0.001 | +| p3770_s | -0.000 0.000 0.004 -0.000 -0.006 -0.000 -0.000 0.001 0.000 -0.002 -0.008 0.009 -0.004 -0.000 0.004 0.001 0.001 -0.003 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.3075073412673293}), (, {'error': 0.2753720753768274}), (, {'error': 0.02183743756999945}), (, {'error': 4.409987646263449}), (, {'error': 0.17757861988561413}), (, {'error': 0.8837756027844819}), (, {'error': 0.342829321127895}), (, {'error': 0.3441320444528626}), (, {'error': 0.3081301466768691}), (, {'error': 0.017779678078913008}), (, {'error': 0.11056339002261228}), (, {'error': 0.052652458160630244}), (, {'error': 0.1783129044667392}), (, {'error': 9.908424215169362}), (, {'error': 0.1017461148497123}), (, {'error': 1.3505402738478551}), (, {'error': 0.17649655012866927}), (, {'error': 0.17305224810037356}), (, {'error': 0.015744493307799257}), (, {'error': 0.0076316476792291366})]) +Toy 4/10 +Time taken: 6 h, 48 min +Projected time left: 10 h, 12 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=1279 (1279 total) | +| EDM = 8.6E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -722784.5559282622 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.9 | 1.2 | | | 14.8182 | 23.5818 | | +| 1 | rho_p | 6.23 | 0.21 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.339 | 0.027 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 5.8 | 1.0 | | | 4.19232 | 9.40768 | | +| 4 | p4040_s | 0.49 | 0.18 | | |0.00501244| 2.01499 | | +| 5 | omega_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -0.12 | 0.30 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | 3.8 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 9 | p3770_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 10| Ctt | -0.25 | 0.15 | | | -0.5 | 0.5 | | +| 11| Dbar_s | 0.21 | 0.06 | | | -1.464 | 1.464 | | +| 12| p4415_s | 1.10 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_p | -2.01 | 0.11 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1364.8 | 1.3 | | | 1358.64 | 1433.36 | | +| 16| p4415_p | 4.23 | 0.19 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 1.94 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_p | 1.505 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| p3770_s | 0.919 | 0.015 | | |0.918861 | 4.08114 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s rho_p psi2s_p omega_s p4040_s omega_p phi_p p4040_p rho_s p3770_p Ctt Dbar_s p4415_s jpsi_s p4160_p psi2s_s p4415_p p4160_s jpsi_p p3770_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.064 -0.017 -0.067 0.009 -0.008 0.781 -0.009 0.066 0.000 0.020 -0.001 0.005 -0.006 -0.014 0.003 -0.009 0.001 -0.044 -0.001 | +| rho_p | 0.064 1.000 0.003 0.053 -0.013 0.005 0.040 0.003 0.055 0.000 -0.006 0.010 -0.005 0.011 0.009 -0.007 0.008 -0.004 -0.034 0.000 | +| psi2s_p | -0.017 0.003 1.000 -0.013 -0.401 0.001 -0.019 -0.017 0.020 -0.000 -0.523 0.615 -0.346 -0.027 0.270 -0.003 0.120 -0.311 0.045 0.029 | +| omega_s | -0.067 0.053 -0.013 1.000 0.008 -0.130 -0.077 0.007 -0.597 -0.000 -0.011 -0.017 0.004 -0.014 -0.001 0.011 -0.002 0.008 0.027 -0.000 | +| p4040_s | 0.009 -0.013 -0.401 0.008 1.000 0.000 0.006 -0.274 -0.007 -0.001 0.599 -0.476 0.149 -0.003 -0.540 -0.007 -0.256 -0.052 -0.087 -0.019 | +| omega_p | -0.008 0.005 0.001 -0.130 0.000 1.000 -0.006 0.000 0.034 -0.000 0.000 -0.000 0.000 -0.000 0.000 0.000 0.000 0.000 0.003 0.000 | +| phi_p | 0.781 0.040 -0.019 -0.077 0.006 -0.006 1.000 -0.010 0.054 0.000 0.016 0.002 0.001 0.004 -0.013 -0.004 -0.008 -0.002 -0.052 -0.001 | +| p4040_p | -0.009 0.003 -0.017 0.007 -0.274 0.000 -0.010 1.000 -0.012 -0.001 -0.207 -0.110 0.148 0.015 0.135 -0.003 0.124 0.448 -0.110 0.009 | +| rho_s | 0.066 0.055 0.020 -0.597 -0.007 0.034 0.054 -0.012 1.000 0.000 0.033 0.026 -0.000 0.013 -0.005 -0.013 -0.000 -0.009 -0.056 0.000 | +| p3770_p | 0.000 0.000 -0.000 -0.000 -0.001 -0.000 0.000 -0.001 0.000 1.000 0.005 -0.001 0.001 -0.000 -0.001 0.000 -0.001 -0.000 0.002 -0.003 | +| Ctt | 0.020 -0.006 -0.523 -0.011 0.599 0.000 0.016 -0.207 0.033 0.005 1.000 -0.809 0.428 -0.028 -0.512 -0.024 -0.257 0.309 -0.157 -0.034 | +| Dbar_s | -0.001 0.010 0.615 -0.017 -0.476 -0.000 0.002 -0.110 0.026 -0.001 -0.809 1.000 -0.525 -0.048 0.254 0.046 0.009 -0.502 0.114 0.030 | +| p4415_s | 0.005 -0.005 -0.346 0.004 0.149 0.000 0.001 0.148 -0.000 0.001 0.428 -0.525 1.000 -0.008 0.013 -0.006 -0.146 0.341 -0.158 -0.015 | +| jpsi_s | -0.006 0.011 -0.027 -0.014 -0.003 -0.000 0.004 0.015 0.013 -0.000 -0.028 -0.048 -0.008 1.000 0.013 -0.559 0.007 0.000 0.031 -0.000 | +| p4160_p | -0.014 0.009 0.270 -0.001 -0.540 0.000 -0.013 0.135 -0.005 -0.001 -0.512 0.254 0.013 0.013 1.000 0.007 0.300 -0.090 0.039 0.017 | +| psi2s_s | 0.003 -0.007 -0.003 0.011 -0.007 0.000 -0.004 -0.003 -0.013 0.000 -0.024 0.046 -0.006 -0.559 0.007 1.000 0.006 -0.006 -0.019 -0.000 | +| p4415_p | -0.009 0.008 0.120 -0.002 -0.256 0.000 -0.008 0.124 -0.000 -0.001 -0.257 0.009 -0.146 0.007 0.300 0.006 1.000 -0.174 0.028 0.009 | +| p4160_s | 0.001 -0.004 -0.311 0.008 -0.052 0.000 -0.002 0.448 -0.009 -0.000 0.309 -0.502 0.341 0.000 -0.090 -0.006 -0.174 1.000 -0.164 -0.009 | +| jpsi_p | -0.044 -0.034 0.045 0.027 -0.087 0.003 -0.052 -0.110 -0.056 0.002 -0.157 0.114 -0.158 0.031 0.039 -0.019 0.028 -0.164 1.000 0.002 | +| p3770_s | -0.001 0.000 0.029 -0.000 -0.019 0.000 -0.001 0.009 0.000 -0.003 -0.034 0.030 -0.015 -0.000 0.017 -0.000 0.009 -0.009 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.1922265381513517}), (, {'error': 0.21436577977890092}), (, {'error': 0.027169556825182628}), (, {'error': 0.9551535357499721}), (, {'error': 0.18361791360848562}), (, {'error': 0.07306752331052291}), (, {'error': 0.30110815019303283}), (, {'error': 0.3632016767671775}), (, {'error': 0.3200509387315026}), (, {'error': 0.008845326237155504}), (, {'error': 0.14889692619134798}), (, {'error': 0.05823614939857591}), (, {'error': 0.18148654417752075}), (, {'error': 9.983664844868144}), (, {'error': 0.10905301685177093}), (, {'error': 1.3480073816550657}), (, {'error': 0.18679503232458838}), (, {'error': 0.17001135019283775}), (, {'error': 0.01609939924515702}), (, {'error': 0.015411422147644294})]) +Toy 5/10 +Time taken: 8 h, 40 min +Projected time left: 8 h, 40 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=1156 (1156 total) | +| EDM = 0.000164 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -722786.1750741475 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.4 | 1.3 | | | 14.8182 | 23.5818 | | +| 1 | rho_p | 6.23 | 0.25 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.341 | 0.027 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 4 | p4040_s | 0.49 | 0.18 | | |0.00501244| 2.01499 | | +| 5 | omega_p | 0.6 | 0.5 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -5.71 | 0.28 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | -2.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | rho_s | 1.09 | 0.31 | | |0.0253049| 2.0747 | | +| 9 | p3770_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 10| Ctt | -0.25 | 0.15 | | | -0.5 | 0.5 | | +| 11| Dbar_s | 0.21 | 0.06 | | | -1.464 | 1.464 | | +| 12| p4415_s | 1.10 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_p | -2.02 | 0.11 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1364.8 | 1.3 | | | 1358.64 | 1433.36 | | +| 16| p4415_p | 4.22 | 0.19 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 1.94 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_p | -4.781 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| p3770_s | 0.919 | 0.015 | | |0.918861 | 4.08114 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s rho_p psi2s_p omega_s p4040_s omega_p phi_p p4040_p rho_s p3770_p Ctt Dbar_s p4415_s jpsi_s p4160_p psi2s_s p4415_p p4160_s jpsi_p p3770_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.022 -0.018 -0.027 0.001 -0.003 0.809 0.000 0.010 -0.000 -0.006 -0.003 -0.001 -0.017 -0.002 0.012 -0.001 0.000 -0.026 -0.000 | +| rho_p | -0.022 1.000 0.003 0.035 -0.009 0.032 -0.053 0.002 0.043 0.000 -0.004 0.007 -0.003 0.008 0.007 -0.006 0.006 -0.003 -0.025 0.000 | +| psi2s_p | -0.018 0.003 1.000 -0.028 -0.394 -0.025 -0.020 -0.051 0.019 -0.000 -0.516 0.614 -0.348 -0.027 0.261 -0.003 0.113 -0.321 0.048 0.029 | +| omega_s | -0.027 0.035 -0.028 1.000 0.006 0.899 -0.101 0.000 -0.211 -0.000 -0.001 -0.010 0.003 -0.003 -0.007 0.003 -0.005 0.004 -0.035 -0.001 | +| p4040_s | 0.001 -0.009 -0.394 0.006 1.000 0.004 -0.001 -0.235 -0.005 -0.001 0.591 -0.468 0.148 -0.003 -0.534 -0.007 -0.249 -0.044 -0.088 -0.018 | +| omega_p | -0.003 0.032 -0.025 0.899 0.004 1.000 -0.069 -0.004 0.060 0.000 0.004 -0.003 0.001 0.002 -0.008 -0.001 -0.005 0.000 -0.047 -0.001 | +| phi_p | 0.809 -0.053 -0.020 -0.101 -0.001 -0.069 1.000 -0.002 0.038 -0.000 -0.011 -0.002 -0.005 -0.010 -0.001 0.008 -0.001 -0.003 -0.023 -0.000 | +| p4040_p | 0.000 0.002 -0.051 0.000 -0.235 -0.004 -0.002 1.000 -0.014 -0.001 -0.173 -0.154 0.168 0.015 0.106 -0.004 0.111 0.463 -0.124 0.008 | +| rho_s | 0.010 0.043 0.019 -0.211 -0.005 0.060 0.038 -0.014 1.000 0.000 0.033 0.023 0.001 0.011 -0.007 -0.011 -0.002 -0.008 -0.049 0.000 | +| p3770_p | -0.000 0.000 -0.000 -0.000 -0.001 0.000 -0.000 -0.001 0.000 1.000 0.005 -0.001 0.001 -0.000 -0.002 0.000 -0.001 -0.000 0.003 -0.003 | +| Ctt | -0.006 -0.004 -0.516 -0.001 0.591 0.004 -0.011 -0.173 0.033 0.005 1.000 -0.804 0.430 -0.028 -0.502 -0.024 -0.249 0.317 -0.157 -0.034 | +| Dbar_s | -0.003 0.007 0.614 -0.010 -0.468 -0.003 -0.002 -0.154 0.023 -0.001 -0.804 1.000 -0.529 -0.049 0.244 0.046 0.002 -0.515 0.119 0.029 | +| p4415_s | -0.001 -0.003 -0.348 0.003 0.148 0.001 -0.005 0.168 0.001 0.001 0.430 -0.529 1.000 -0.008 0.016 -0.006 -0.144 0.348 -0.161 -0.014 | +| jpsi_s | -0.017 0.008 -0.027 -0.003 -0.003 0.002 -0.010 0.015 0.011 -0.000 -0.028 -0.049 -0.008 1.000 0.013 -0.561 0.007 0.001 0.032 -0.000 | +| p4160_p | -0.002 0.007 0.261 -0.007 -0.534 -0.008 -0.001 0.106 -0.007 -0.002 -0.502 0.244 0.016 0.013 1.000 0.007 0.292 -0.091 0.038 0.017 | +| psi2s_s | 0.012 -0.006 -0.003 0.003 -0.007 -0.001 0.008 -0.004 -0.011 0.000 -0.024 0.046 -0.006 -0.561 0.007 1.000 0.006 -0.006 -0.020 -0.000 | +| p4415_p | -0.001 0.006 0.113 -0.005 -0.249 -0.005 -0.001 0.111 -0.002 -0.001 -0.249 0.002 -0.144 0.007 0.292 0.006 1.000 -0.173 0.027 0.008 | +| p4160_s | 0.000 -0.003 -0.321 0.004 -0.044 0.000 -0.003 0.463 -0.008 -0.000 0.317 -0.515 0.348 0.001 -0.091 -0.006 -0.173 1.000 -0.170 -0.009 | +| jpsi_p | -0.026 -0.025 0.048 -0.035 -0.088 -0.047 -0.023 -0.124 -0.049 0.003 -0.157 0.119 -0.161 0.032 0.038 -0.020 0.027 -0.170 1.000 0.002 | +| p3770_s | -0.000 0.000 0.029 -0.001 -0.018 -0.001 -0.000 0.008 0.000 -0.003 -0.034 0.029 -0.014 -0.000 0.017 -0.000 0.008 -0.009 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.2752652664901394}), (, {'error': 0.252822781068307}), (, {'error': 0.02713476987875718}), (, {'error': 3.8489551565214337}), (, {'error': 0.1814827007678223}), (, {'error': 0.5050960505787794}), (, {'error': 0.28370037168763096}), (, {'error': 0.36459371262293616}), (, {'error': 0.3086569815115243}), (, {'error': 0.008852269001281332}), (, {'error': 0.147370557683208}), (, {'error': 0.05839121778211642}), (, {'error': 0.18205443717756653}), (, {'error': 10.157549123845456}), (, {'error': 0.10848415368298525}), (, {'error': 1.349520116911549}), (, {'error': 0.18641272711081847}), (, {'error': 0.17122268599488322}), (, {'error': 0.016109878750924622}), (, {'error': 0.015352830253192562})]) +Toy 6/10 +Time taken: 10 h, 23 min +Projected time left: 6 h, 55 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.229E+05 | Ncalls=1003 (1003 total) | +| EDM = 9.63E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -722897.2780957792 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.4 | 1.2 | | | 14.8182 | 23.5818 | | +| 1 | rho_p | -0.28 | 0.32 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.156 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 6.2 | 1.0 | | | 4.19232 | 9.40768 | | +| 4 | p4040_s | 1.01 | 0.17 | | |0.00501244| 2.01499 | | +| 5 | omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 0.50 | 0.26 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | 3.76 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 9 | p3770_p | 3.73 | 0.10 | | |-6.28319 | 6.28319 | | +| 10| Ctt | 0.07 | 0.12 | | | -0.5 | 0.5 | | +| 11| Dbar_s | -0.028 | 0.055 | | | -1.464 | 1.464 | | +| 12| p4415_s | 1.41 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_p | -2.13 | 0.09 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1371.8 | 2.0 | | | 1358.64 | 1433.36 | | +| 16| p4415_p | -2.04 | 0.15 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.23 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_p | 4.719 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| p3770_s | 2.72 | 0.20 | | |0.918861 | 4.08114 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s rho_p psi2s_p omega_s p4040_s omega_p phi_p p4040_p rho_s p3770_p Ctt Dbar_s p4415_s jpsi_s p4160_p psi2s_s p4415_p p4160_s jpsi_p p3770_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.076 -0.008 -0.048 0.004 -0.005 0.759 -0.002 0.007 -0.005 -0.001 -0.003 0.002 -0.041 -0.005 0.035 -0.004 0.002 -0.037 0.004 | +| rho_p | -0.076 1.000 -0.046 0.194 -0.045 0.019 -0.221 0.009 0.105 0.024 -0.025 0.030 -0.018 0.078 0.032 -0.065 0.028 -0.021 -0.004 -0.023 | +| psi2s_p | -0.008 -0.046 1.000 -0.003 -0.048 0.001 -0.001 -0.258 -0.017 -0.247 0.009 0.045 -0.130 0.072 -0.059 -0.072 -0.027 -0.189 -0.026 -0.262 | +| omega_s | -0.048 0.194 -0.003 1.000 0.001 -0.151 -0.110 0.009 -0.583 -0.001 -0.012 -0.015 0.003 -0.006 0.005 0.004 0.004 0.006 -0.039 0.006 | +| p4040_s | 0.004 -0.045 -0.048 0.001 1.000 -0.000 0.010 -0.176 -0.016 -0.223 0.506 -0.397 0.103 0.010 -0.493 -0.012 -0.208 0.010 0.039 0.198 | +| omega_p | -0.005 0.019 0.001 -0.151 -0.000 1.000 -0.000 0.001 0.028 0.000 0.000 -0.000 0.000 0.000 0.001 -0.000 0.000 0.000 0.003 0.000 | +| phi_p | 0.759 -0.221 -0.001 -0.110 0.010 -0.000 1.000 -0.006 0.042 -0.010 -0.002 -0.008 -0.000 -0.034 -0.010 0.029 -0.008 0.002 -0.044 0.008 | +| p4040_p | -0.002 0.009 -0.258 0.009 -0.176 0.001 -0.006 1.000 -0.012 0.114 -0.145 -0.219 0.169 0.029 0.105 -0.029 0.111 0.434 -0.163 -0.052 | +| rho_s | 0.007 0.105 -0.017 -0.583 -0.016 0.028 0.042 -0.012 1.000 0.011 0.022 0.041 -0.007 0.022 -0.000 -0.018 0.001 -0.015 0.070 -0.021 | +| p3770_p | -0.005 0.024 -0.247 -0.001 -0.223 0.000 -0.010 0.114 0.011 1.000 -0.511 0.404 -0.188 -0.020 0.217 0.014 0.097 -0.150 -0.073 -0.223 | +| Ctt | -0.001 -0.025 0.009 -0.012 0.506 0.000 -0.002 -0.145 0.022 -0.511 1.000 -0.725 0.379 -0.040 -0.416 0.041 -0.188 0.345 0.112 0.112 | +| Dbar_s | -0.003 0.030 0.045 -0.015 -0.397 -0.000 -0.008 -0.219 0.041 0.404 -0.725 1.000 -0.482 -0.139 0.095 0.123 -0.108 -0.515 0.113 -0.246 | +| p4415_s | 0.002 -0.018 -0.130 0.003 0.103 0.000 -0.000 0.169 -0.007 -0.188 0.379 -0.482 1.000 -0.007 0.093 0.005 -0.109 0.301 -0.065 0.089 | +| jpsi_s | -0.041 0.078 0.072 -0.006 0.010 0.000 -0.034 0.029 0.022 -0.020 -0.040 -0.139 -0.007 1.000 0.020 -0.823 0.013 0.008 -0.079 0.021 | +| p4160_p | -0.005 0.032 -0.059 0.005 -0.493 0.001 -0.010 0.105 -0.000 0.217 -0.416 0.095 0.093 0.020 1.000 -0.019 0.272 -0.116 -0.110 -0.095 | +| psi2s_s | 0.035 -0.065 -0.072 0.004 -0.012 -0.000 0.029 -0.029 -0.018 0.014 0.041 0.123 0.005 -0.823 -0.019 1.000 -0.013 -0.010 0.073 -0.033 | +| p4415_p | -0.004 0.028 -0.027 0.004 -0.208 0.000 -0.008 0.111 0.001 0.097 -0.188 -0.108 -0.109 0.013 0.272 -0.013 1.000 -0.180 -0.072 -0.020 | +| p4160_s | 0.002 -0.021 -0.189 0.006 0.010 0.000 0.002 0.434 -0.015 -0.150 0.345 -0.515 0.301 0.008 -0.116 -0.010 -0.180 1.000 -0.083 0.096 | +| jpsi_p | -0.037 -0.004 -0.026 -0.039 0.039 0.003 -0.044 -0.163 0.070 -0.073 0.112 0.113 -0.065 -0.079 -0.110 0.073 -0.072 -0.083 1.000 0.009 | +| p3770_s | 0.004 -0.023 -0.262 0.006 0.198 0.000 0.008 -0.052 -0.021 -0.223 0.112 -0.246 0.089 0.021 -0.095 -0.033 -0.020 0.096 0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.1642578407765463}), (, {'error': 0.32415228619268444}), (, {'error': 0.02827528974521165}), (, {'error': 1.0117562750384015}), (, {'error': 0.17212547737330747}), (, {'error': 0.08679358331509057}), (, {'error': 0.25975394045973044}), (, {'error': 0.18056691148414394}), (, {'error': 0.3197756292420952}), (, {'error': 0.10358069122009717}), (, {'error': 0.12480662075321591}), (, {'error': 0.055463285687823216}), (, {'error': 0.17563447705731805}), (, {'error': 18.842939387212027}), (, {'error': 0.09293175715956492}), (, {'error': 1.9643413002609122}), (, {'error': 0.14838445848074144}), (, {'error': 0.16817593413179943}), (, {'error': 0.016357484407468093}), (, {'error': 0.20395013099910742})]) +Toy 7/10 +Time taken: 11 h, 54 min +Projected time left: 5 h, 6 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.229E+05 | Ncalls=1096 (1096 total) | +| EDM = 0.00333 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -722898.5520515025 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 19.6 | 1.1 | | | 14.8182 | 23.5818 | | +| 1 | rho_p | -0.19 | 0.36 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.452 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 4 | p4040_s | 1.02 | 0.17 | | |0.00501244| 2.01499 | | +| 5 | omega_p | -5.7 | 0.8 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | -5.65 | 0.25 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | -2.52 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | rho_s | 0.97 | 0.31 | | |0.0253049| 2.0747 | | +| 9 | p3770_p | 4.17 | 0.11 | | |-6.28319 | 6.28319 | | +| 10| Ctt | 0.12 | 0.15 | | | -0.5 | 0.5 | | +| 11| Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 12| p4415_s | 1.43 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_p | 4.11 | 0.09 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1364.9 | 2.4 | | | 1358.64 | 1433.36 | | +| 16| p4415_p | 4.19 | 0.15 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.24 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_p | 1.480 | 0.017 | | |-6.28319 | 6.28319 | | +| 19| p3770_s | 2.52 | 0.19 | | |0.918861 | 4.08114 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s rho_p psi2s_p omega_s p4040_s omega_p phi_p p4040_p rho_s p3770_p Ctt Dbar_s p4415_s jpsi_s p4160_p psi2s_s p4415_p p4160_s jpsi_p p3770_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 -0.098 -0.010 -0.041 0.006 -0.026 0.735 -0.003 0.004 -0.005 0.002 0.000 0.002 -0.057 -0.006 0.052 -0.005 0.003 -0.012 0.004 | +| rho_p | -0.098 1.000 0.003 0.286 -0.049 0.269 -0.291 0.013 0.140 0.028 -0.038 0.030 -0.022 0.109 0.036 -0.100 0.030 -0.024 -0.128 -0.023 | +| psi2s_p | -0.010 0.003 1.000 -0.036 -0.343 -0.034 -0.014 -0.050 0.026 0.412 -0.444 0.603 -0.315 -0.131 0.202 0.097 0.065 -0.324 -0.013 -0.186 | +| omega_s | -0.041 0.286 -0.036 1.000 -0.008 0.956 -0.211 -0.001 0.013 -0.004 -0.008 0.000 -0.004 0.036 -0.001 -0.032 0.001 -0.004 -0.099 -0.003 | +| p4040_s | 0.006 -0.049 -0.343 -0.008 1.000 -0.009 0.016 -0.206 -0.017 -0.234 0.520 -0.423 0.121 0.019 -0.510 -0.016 -0.223 0.015 -0.041 0.183 | +| omega_p | -0.026 0.269 -0.034 0.956 -0.009 1.000 -0.183 -0.005 0.193 -0.004 -0.005 0.004 -0.006 0.042 -0.003 -0.038 0.000 -0.006 -0.102 -0.005 | +| phi_p | 0.735 -0.291 -0.014 -0.211 0.016 -0.183 1.000 -0.008 0.018 -0.013 0.006 -0.009 0.003 -0.054 -0.014 0.050 -0.010 0.004 0.024 0.009 | +| p4040_p | -0.003 0.013 -0.050 -0.001 -0.206 -0.005 -0.008 1.000 -0.012 0.159 -0.197 -0.152 0.146 0.035 0.129 -0.033 0.125 0.423 -0.152 -0.045 | +| rho_s | 0.004 0.140 0.026 0.013 -0.017 0.193 0.018 -0.012 1.000 0.011 0.016 0.036 -0.009 0.032 -0.000 -0.031 0.000 -0.016 -0.055 -0.022 | +| p3770_p | -0.005 0.028 0.412 -0.004 -0.234 -0.004 -0.013 0.159 0.011 1.000 -0.546 0.441 -0.205 -0.037 0.255 0.016 0.118 -0.147 -0.058 -0.154 | +| Ctt | 0.002 -0.038 -0.444 -0.008 0.520 -0.005 0.006 -0.197 0.016 -0.546 1.000 -0.758 0.401 -0.036 -0.461 0.023 -0.215 0.343 -0.065 0.080 | +| Dbar_s | 0.000 0.030 0.603 0.000 -0.423 0.004 -0.009 -0.152 0.036 0.441 -0.758 1.000 -0.499 -0.175 0.171 0.156 -0.060 -0.513 0.051 -0.219 | +| p4415_s | 0.002 -0.022 -0.315 -0.004 0.121 -0.006 0.003 0.146 -0.009 -0.205 0.401 -0.499 1.000 -0.003 0.055 0.001 -0.119 0.309 -0.127 0.079 | +| jpsi_s | -0.057 0.109 -0.131 0.036 0.019 0.042 -0.054 0.035 0.032 -0.037 -0.036 -0.175 -0.003 1.000 0.015 -0.884 0.012 0.017 0.066 0.032 | +| p4160_p | -0.006 0.036 0.202 -0.001 -0.510 -0.003 -0.014 0.129 -0.000 0.255 -0.461 0.171 0.055 0.015 1.000 -0.012 0.283 -0.139 -0.025 -0.077 | +| psi2s_s | 0.052 -0.100 0.097 -0.032 -0.016 -0.038 0.050 -0.033 -0.031 0.016 0.023 0.156 0.001 -0.884 -0.012 1.000 -0.009 -0.016 -0.059 -0.027 | +| p4415_p | -0.005 0.030 0.065 0.001 -0.223 0.000 -0.010 0.125 0.000 0.118 -0.215 -0.060 -0.119 0.012 0.283 -0.009 1.000 -0.185 -0.011 -0.012 | +| p4160_s | 0.003 -0.024 -0.324 -0.004 0.015 -0.006 0.004 0.423 -0.016 -0.147 0.343 -0.513 0.309 0.017 -0.139 -0.016 -0.185 1.000 -0.147 0.085 | +| jpsi_p | -0.012 -0.128 -0.013 -0.099 -0.041 -0.102 0.024 -0.152 -0.055 -0.058 -0.065 0.051 -0.127 0.066 -0.025 -0.059 -0.011 -0.147 1.000 -0.080 | +| p3770_s | 0.004 -0.023 -0.186 -0.003 0.183 -0.005 0.009 -0.045 -0.022 -0.154 0.080 -0.219 0.079 0.032 -0.077 -0.027 -0.012 0.085 -0.080 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.134130564964213}), (, {'error': 0.3571546375231107}), (, {'error': 0.027542599769239562}), (, {'error': 4.32991755869519}), (, {'error': 0.17089046853889378}), (, {'error': 0.7520869323880262}), (, {'error': 0.24806194675609827}), (, {'error': 0.1800950248512434}), (, {'error': 0.3118394368255724}), (, {'error': 0.10870759047707246}), (, {'error': 0.14506557781207352}), (, {'error': 0.0596502638382731}), (, {'error': 0.17735746890101}), (, {'error': 28.090369036126503}), (, {'error': 0.09391844746401556}), (, {'error': 2.382775955652164}), (, {'error': 0.1465577146573871}), (, {'error': 0.16867920523045754}), (, {'error': 0.016674889424783235}), (, {'error': 0.18787952972112598})]) +Toy 8/10 +Time taken: 13 h, 31 min +Projected time left: 3 h, 22 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.229E+05 | Ncalls=1051 (1051 total) | +| EDM = 0.00678 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -722897.4700813566 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 16.8 | 1.0 | | | 14.8182 | 23.5818 | | +| 1 | rho_p | 5.97 | 0.32 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.158 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 6.3 | 1.0 | | | 4.19232 | 9.40768 | | +| 4 | p4040_s | 1.01 | 0.17 | | |0.00501244| 2.01499 | | +| 5 | omega_p | 6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 6.03 | 0.25 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | 3.77 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | rho_s | 0.95 | 0.31 | | |0.0253049| 2.0747 | | +| 9 | p3770_p | -2.55 | 0.10 | | |-6.28319 | 6.28319 | | +| 10| Ctt | 0.07 | 0.12 | | | -0.5 | 0.5 | | +| 11| Dbar_s | -0.030 | 0.055 | | | -1.464 | 1.464 | | +| 12| p4415_s | 1.41 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_p | -2.13 | 0.09 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1371.6 | 1.2 | | | 1358.64 | 1433.36 | | +| 16| p4415_p | -2.04 | 0.15 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.23 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_p | 4.721 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| p3770_s | 2.72 | 0.20 | | |0.918861 | 4.08114 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s rho_p psi2s_p omega_s p4040_s omega_p phi_p p4040_p rho_s p3770_p Ctt Dbar_s p4415_s jpsi_s p4160_p psi2s_s p4415_p p4160_s jpsi_p p3770_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.173 -0.016 -0.006 -0.001 -0.009 0.675 -0.004 0.043 -0.002 0.009 0.008 0.001 0.003 -0.005 0.002 -0.003 -0.001 -0.013 -0.004 | +| rho_p | 0.173 1.000 -0.047 0.128 -0.038 0.019 0.088 0.005 0.113 0.021 -0.017 0.035 -0.014 -0.017 0.024 -0.008 0.022 -0.019 -0.005 -0.021 | +| psi2s_p | -0.016 -0.047 1.000 -0.000 -0.048 0.002 -0.017 -0.261 -0.017 -0.252 0.015 0.054 -0.129 -0.020 -0.062 -0.028 -0.032 -0.189 -0.020 -0.265 | +| omega_s | -0.006 0.128 -0.000 1.000 0.005 -0.174 -0.035 0.008 -0.586 -0.004 -0.011 -0.019 0.004 0.003 0.002 0.001 0.001 0.008 -0.043 0.008 | +| p4040_s | -0.001 -0.038 -0.048 0.005 1.000 0.000 -0.002 -0.176 -0.015 -0.221 0.506 -0.397 0.101 -0.003 -0.493 -0.007 -0.206 0.009 0.040 0.197 | +| omega_p | -0.009 0.019 0.002 -0.174 0.000 1.000 -0.006 0.001 0.024 0.000 0.000 -0.001 0.001 0.000 0.001 0.000 0.000 0.001 0.003 0.000 | +| phi_p | 0.675 0.088 -0.017 -0.035 -0.002 -0.006 1.000 -0.007 0.035 -0.003 0.006 0.009 -0.002 -0.003 -0.006 -0.001 -0.003 -0.004 -0.021 -0.004 | +| p4040_p | -0.004 0.005 -0.261 0.008 -0.176 0.001 -0.007 1.000 -0.013 0.115 -0.144 -0.218 0.170 -0.008 0.106 -0.011 0.116 0.434 -0.162 -0.051 | +| rho_s | 0.043 0.113 -0.017 -0.586 -0.015 0.024 0.035 -0.013 1.000 0.011 0.023 0.044 -0.007 -0.006 -0.001 -0.002 0.000 -0.014 0.075 -0.021 | +| p3770_p | -0.002 0.021 -0.252 -0.004 -0.221 0.000 -0.003 0.115 0.011 1.000 -0.516 0.405 -0.188 0.005 0.218 -0.002 0.094 -0.149 -0.075 -0.215 | +| Ctt | 0.009 -0.017 0.015 -0.011 0.506 0.000 0.006 -0.144 0.023 -0.516 1.000 -0.737 0.377 0.011 -0.415 0.017 -0.180 0.344 0.109 0.110 | +| Dbar_s | 0.008 0.035 0.054 -0.019 -0.397 -0.001 0.009 -0.218 0.044 0.405 -0.737 1.000 -0.488 0.038 0.096 0.027 -0.119 -0.518 0.104 -0.244 | +| p4415_s | 0.001 -0.014 -0.129 0.004 0.101 0.001 -0.002 0.170 -0.007 -0.188 0.377 -0.488 1.000 0.002 0.096 -0.001 -0.093 0.299 -0.066 0.088 | +| jpsi_s | 0.003 -0.017 -0.020 0.003 -0.003 0.000 -0.003 -0.008 -0.006 0.005 0.011 0.038 0.002 1.000 -0.005 0.361 -0.003 -0.002 0.022 -0.006 | +| p4160_p | -0.005 0.024 -0.062 0.002 -0.493 0.001 -0.006 0.106 -0.001 0.218 -0.415 0.096 0.096 -0.005 1.000 -0.006 0.274 -0.116 -0.110 -0.093 | +| psi2s_s | 0.002 -0.008 -0.028 0.001 -0.007 0.000 -0.001 -0.011 -0.002 -0.002 0.017 0.027 -0.001 0.361 -0.006 1.000 -0.005 -0.006 0.021 -0.029 | +| p4415_p | -0.003 0.022 -0.032 0.001 -0.206 0.000 -0.003 0.116 0.000 0.094 -0.180 -0.119 -0.093 -0.003 0.274 -0.005 1.000 -0.173 -0.073 -0.017 | +| p4160_s | -0.001 -0.019 -0.189 0.008 0.009 0.001 -0.004 0.434 -0.014 -0.149 0.344 -0.518 0.299 -0.002 -0.116 -0.006 -0.173 1.000 -0.082 0.095 | +| jpsi_p | -0.013 -0.005 -0.020 -0.043 0.040 0.003 -0.021 -0.162 0.075 -0.075 0.109 0.104 -0.066 0.022 -0.110 0.021 -0.073 -0.082 1.000 0.010 | +| p3770_s | -0.004 -0.021 -0.265 0.008 0.197 0.000 -0.004 -0.051 -0.021 -0.215 0.110 -0.244 0.088 -0.006 -0.093 -0.029 -0.017 0.095 0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 1.0232581838710262}), (, {'error': 0.31548301085031305}), (, {'error': 0.028287680672143267}), (, {'error': 1.0016849626202262}), (, {'error': 0.17200352819076198}), (, {'error': 0.09633772797571805}), (, {'error': 0.25207707829430603}), (, {'error': 0.18056374636600747}), (, {'error': 0.3137814318593935}), (, {'error': 0.10383169597629949}), (, {'error': 0.12491680116719739}), (, {'error': 0.05507530509223357}), (, {'error': 0.17529710944003185}), (, {'error': 7.047945025501576}), (, {'error': 0.09298676784734372}), (, {'error': 1.1975998731023765}), (, {'error': 0.14830292707103432}), (, {'error': 0.16802243722385857}), (, {'error': 0.016296130855687707}), (, {'error': 0.20361826736595612})]) +Toy 9/10 +Time taken: 15 h, 5 min +Projected time left: 1 h, 40 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.228E+05 | Ncalls=1025 (1025 total) | +| EDM = 0.00373 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -722786.2021867571 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | phi_s | 17.0 | 0.9 | | | 14.8182 | 23.5818 | | +| 1 | rho_p | -6.28 | 0.29 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 3.944 | 0.027 | | |-6.28319 | 6.28319 | | +| 3 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 4 | p4040_s | 0.49 | 0.18 | | |0.00501244| 2.01499 | | +| 5 | omega_p | 0.6 | 0.5 | | |-6.28319 | 6.28319 | | +| 6 | phi_p | 6.19 | 0.21 | | |-6.28319 | 6.28319 | | +| 7 | p4040_p | -2.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | rho_s | 1.10 | 0.31 | | |0.0253049| 2.0747 | | +| 9 | p3770_p | -6.283 | 0.009 | | |-6.28319 | 6.28319 | | +| 10| Ctt | -0.25 | 0.15 | | | -0.5 | 0.5 | | +| 11| Dbar_s | 0.21 | 0.06 | | | -1.464 | 1.464 | | +| 12| p4415_s | 1.10 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| p4160_p | -2.01 | 0.11 | | |-6.28319 | 6.28319 | | +| 15| psi2s_s | 1364.8 | 1.2 | | | 1358.64 | 1433.36 | | +| 16| p4415_p | 4.23 | 0.19 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 1.94 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| jpsi_p | 1.503 | 0.016 | | |-6.28319 | 6.28319 | | +| 19| p3770_s | 0.919 | 0.015 | | |0.918861 | 4.08114 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | phi_s rho_p psi2s_p omega_s p4040_s omega_p phi_p p4040_p rho_s p3770_p Ctt Dbar_s p4415_s jpsi_s p4160_p psi2s_s p4415_p p4160_s jpsi_p p3770_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| phi_s | 1.000 0.140 -0.009 0.067 0.003 0.079 0.519 -0.002 0.057 0.000 0.012 -0.000 0.005 -0.006 -0.006 0.002 -0.004 0.002 -0.031 -0.000 | +| rho_p | 0.140 1.000 -0.001 0.198 -0.029 0.154 0.038 0.011 0.081 0.000 -0.019 0.020 -0.011 0.015 0.021 -0.009 0.019 -0.007 -0.086 0.001 | +| psi2s_p | -0.009 -0.001 1.000 -0.031 -0.396 -0.028 -0.009 -0.012 0.019 -0.000 -0.519 0.612 -0.342 -0.017 0.268 -0.013 0.119 -0.304 0.044 0.029 | +| omega_s | 0.067 0.198 -0.031 1.000 0.002 0.905 -0.020 0.001 -0.154 -0.000 -0.003 -0.007 0.001 0.000 -0.005 0.001 -0.003 0.002 -0.053 -0.001 | +| p4040_s | 0.003 -0.029 -0.396 0.002 1.000 0.001 0.002 -0.297 -0.009 -0.001 0.601 -0.468 0.140 -0.003 -0.541 -0.009 -0.259 -0.070 -0.080 -0.019 | +| omega_p | 0.079 0.154 -0.028 0.905 0.001 1.000 -0.005 -0.004 0.103 0.000 0.003 -0.001 -0.000 0.003 -0.007 -0.002 -0.003 -0.001 -0.063 -0.000 | +| phi_p | 0.519 0.038 -0.009 -0.020 0.002 -0.005 1.000 -0.004 0.024 0.000 0.007 0.001 0.000 0.002 -0.005 -0.001 -0.003 -0.001 -0.027 -0.000 | +| p4040_p | -0.002 0.011 -0.012 0.001 -0.297 -0.004 -0.004 1.000 -0.011 -0.001 -0.224 -0.109 0.153 0.010 0.149 0.002 0.133 0.465 -0.114 0.009 | +| rho_s | 0.057 0.081 0.019 -0.154 -0.009 0.103 0.024 -0.011 1.000 0.000 0.031 0.027 -0.001 0.010 -0.004 -0.010 0.001 -0.009 -0.063 0.000 | +| p3770_p | 0.000 0.000 -0.000 -0.000 -0.001 0.000 0.000 -0.001 0.000 1.000 0.005 -0.001 0.001 -0.000 -0.001 0.000 -0.001 -0.000 0.002 -0.003 | +| Ctt | 0.012 -0.019 -0.519 -0.003 0.601 0.003 0.007 -0.224 0.031 0.005 1.000 -0.804 0.420 -0.018 -0.513 -0.036 -0.259 0.291 -0.150 -0.034 | +| Dbar_s | -0.000 0.020 0.612 -0.007 -0.468 -0.001 0.001 -0.109 0.027 -0.001 -0.804 1.000 -0.524 -0.031 0.250 0.033 0.007 -0.498 0.112 0.030 | +| p4415_s | 0.005 -0.011 -0.342 0.001 0.140 -0.000 0.000 0.153 -0.001 0.001 0.420 -0.524 1.000 -0.005 0.018 -0.009 -0.143 0.341 -0.157 -0.014 | +| jpsi_s | -0.006 0.015 -0.017 0.000 -0.003 0.003 0.002 0.010 0.010 -0.000 -0.018 -0.031 -0.005 1.000 0.009 -0.396 0.005 0.001 0.019 -0.000 | +| p4160_p | -0.006 0.021 0.268 -0.005 -0.541 -0.007 -0.005 0.149 -0.004 -0.001 -0.513 0.250 0.018 0.009 1.000 0.012 0.301 -0.079 0.034 0.017 | +| psi2s_s | 0.002 -0.009 -0.013 0.001 -0.009 -0.002 -0.001 0.002 -0.010 0.000 -0.036 0.033 -0.009 -0.396 0.012 1.000 0.009 -0.006 -0.010 -0.001 | +| p4415_p | -0.004 0.019 0.119 -0.003 -0.259 -0.003 -0.003 0.133 0.001 -0.001 -0.259 0.007 -0.143 0.005 0.301 0.009 1.000 -0.165 0.025 0.009 | +| p4160_s | 0.002 -0.007 -0.304 0.002 -0.070 -0.001 -0.001 0.465 -0.009 -0.000 0.291 -0.498 0.341 0.001 -0.079 -0.006 -0.165 1.000 -0.165 -0.009 | +| jpsi_p | -0.031 -0.086 0.044 -0.053 -0.080 -0.063 -0.027 -0.114 -0.063 0.002 -0.150 0.112 -0.157 0.019 0.034 -0.010 0.025 -0.165 1.000 0.002 | +| p3770_s | -0.000 0.001 0.029 -0.001 -0.019 -0.000 -0.000 0.009 0.000 -0.003 -0.034 0.030 -0.014 -0.000 0.017 -0.001 0.009 -0.009 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.8878090591543}), (, {'error': 0.292683428102698}), (, {'error': 0.027088278099000718}), (, {'error': 3.884923469055235}), (, {'error': 0.18452547484130383}), (, {'error': 0.529770246306354}), (, {'error': 0.21185018706603476}), (, {'error': 0.3724079609277453}), (, {'error': 0.31211518997541626}), (, {'error': 0.008854423231320574}), (, {'error': 0.14866111500206233}), (, {'error': 0.05794175011980951}), (, {'error': 0.18140658290717798}), (, {'error': 8.04019686873653}), (, {'error': 0.10915377866334319}), (, {'error': 1.2162308162185127}), (, {'error': 0.18707126841234079}), (, {'error': 0.1715221465956911}), (, {'error': 0.01615086250963227}), (, {'error': 0.015390889894405957})]) +Toy 10/10 +Time taken: 16 h, 36 min +Projected time left: +Mean Ctt value = -0.08771300285967892 +Mean Ctt error = 0.12515317759456698 +Simulation ended diff --git a/prelim_results/slurm-2213943.out b/prelim_results/slurm-2213943.out new file mode 100644 index 0000000..667cd40 --- /dev/null +++ b/prelim_results/slurm-2213943.out @@ -0,0 +1,9382 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 15:25:41.379146: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 15:25:41.404831: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 15:25:41.405111: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x555bb3e75140 executing computations on platform Host. Devices: +2019-07-07 15:25:41.405148: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 15:25:42.554109: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x555bb3f24470 executing computations on platform CUDA. Devices: +2019-07-07 15:25:42.554136: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 15:25:42.554655: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:8c:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 15:25:42.554675: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 15:25:42.561836: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 15:25:42.561858: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 15:25:42.561867: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 15:25:42.562440: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:8c:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709913.7204777 Edm = 3.43575 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709913.7204777 Edm = 3.43575 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711883.1133079 Edm = 0.348604 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -711887.8394855 Edm = 0.389261 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -711956.1509839 Edm = 59.574 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -712161.1858547 Edm = 8.32492 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -712168.7628813 Edm = 0.255901 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -712170.2389371 Edm = 1.23207 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -712299.7557151 Edm = 3.70094 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -712303.4213562 Edm = 0.039193 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -712324.4217087 Edm = 17.0427 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -712458.3561077 Edm = 13.1029 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -712487.8724575 Edm = 11.1516 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -712498.8525359 Edm = 4.4178 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -712502.9017494 Edm = 0.0979816 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -712503.0487147 Edm = 0.015504 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -712503.6065121 Edm = 0.466066 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -712575.2435042 Edm = 16.6958 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -712595.3321525 Edm = 5.00149 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -712614.5551575 Edm = 16.3874 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -712616.8050549 Edm = 7.63074 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -712647.6954951 Edm = 3.00261 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -712650.4090876 Edm = 0.181347 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -712650.6028994 Edm = 0.0122473 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -712650.6577301 Edm = 0.0363555 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -712677.9443195 Edm = 24.3722 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -712875.7481836 Edm = 90.9638 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -712997.2771334 Edm = 62.9627 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -713146.4515157 Edm = 142.893 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -713221.0795012 Edm = 112.96 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -713306.0093789 Edm = 79.6631 NCalls = 112 +VariableMetric: Iteration # 30 - FCN = -713371.5039423 Edm = 18.9653 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -713854.0446133 Edm = 107.571 NCalls = 126 +VariableMetric: Iteration # 32 - FCN = -713860.013802 Edm = 100.482 NCalls = 128 +VariableMetric: Iteration # 33 - FCN = -713964.5199182 Edm = 19.9461 NCalls = 133 +VariableMetric: Iteration # 34 - FCN = -713988.2309084 Edm = 3.32256 NCalls = 135 +VariableMetric: Iteration # 35 - FCN = -714000.9674936 Edm = 9.8042 NCalls = 139 +VariableMetric: Iteration # 36 - FCN = -714010.3720266 Edm = 2.74247 NCalls = 142 +VariableMetric: Iteration # 37 - FCN = -714013.0603645 Edm = 0.984217 NCalls = 144 +VariableMetric: Iteration # 38 - FCN = -714013.6526585 Edm = 0.0275493 NCalls = 146 +VariableMetric: Iteration # 39 - FCN = -714013.6970101 Edm = 0.0213675 NCalls = 148 +VariableMetric: Iteration # 40 - FCN = -714013.7961951 Edm = 0.0485979 NCalls = 151 +VariableMetric: Iteration # 41 - FCN = -714014.1453364 Edm = 0.21539 NCalls = 154 +VariableMetric: Iteration # 42 - FCN = -714097.7574147 Edm = 46.3886 NCalls = 161 +VariableMetric: Iteration # 43 - FCN = -714165.8670197 Edm = 8.34072 NCalls = 165 +VariableMetric: Iteration # 44 - FCN = -714174.3801706 Edm = 3.31923 NCalls = 166 +VariableMetric: Iteration # 45 - FCN = -714176.5135659 Edm = 0.324356 NCalls = 168 +VariableMetric: Iteration # 46 - FCN = -714176.89749 Edm = 0.0250407 NCalls = 170 +VariableMetric: Iteration # 47 - FCN = -714176.9220315 Edm = 0.00581833 NCalls = 171 +VariableMetric: Iteration # 48 - FCN = -714176.9638067 Edm = 0.0234734 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -714177.0409184 Edm = 0.00482713 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -714177.0512413 Edm = 0.00604061 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -714177.1171498 Edm = 0.0666768 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -714178.0109178 Edm = 0.718234 NCalls = 191 +VariableMetric: Iteration # 53 - FCN = -714190.2633108 Edm = 13.4141 NCalls = 195 +VariableMetric: Iteration # 54 - FCN = -714198.0907129 Edm = 18.8274 NCalls = 201 +VariableMetric: Iteration # 55 - FCN = -714227.531509 Edm = 2.78618 NCalls = 207 +VariableMetric: Iteration # 56 - FCN = -714233.8343797 Edm = 3.75042 NCalls = 209 +VariableMetric: Iteration # 57 - FCN = -714235.1400669 Edm = 1.03058 NCalls = 211 +VariableMetric: Iteration # 58 - FCN = -714237.2428414 Edm = 0.576782 NCalls = 213 +VariableMetric: Iteration # 59 - FCN = -714238.4268412 Edm = 0.132277 NCalls = 215 +VariableMetric: Iteration # 60 - FCN = -714238.8236357 Edm = 0.0887479 NCalls = 218 +VariableMetric: Iteration # 61 - FCN = -714238.9336469 Edm = 0.0451896 NCalls = 220 +VariableMetric: Iteration # 62 - FCN = -714238.9786857 Edm = 0.00181652 NCalls = 222 +VariableMetric: Iteration # 63 - FCN = -714238.980779 Edm = 0.000241597 NCalls = 224 +VariableMetric: Iteration # 64 - FCN = -714238.9813427 Edm = 0.000251267 NCalls = 226 +VariableMetric: Iteration # 65 - FCN = -714238.9819831 Edm = 0.000248658 NCalls = 228 +VariableMetric: Iteration # 66 - FCN = -714238.987787 Edm = 0.00540257 NCalls = 232 +VariableMetric: Iteration # 67 - FCN = -714239.7598084 Edm = 0.462102 NCalls = 237 +VariableMetric: Iteration # 68 - FCN = -714240.8395703 Edm = 0.0664452 NCalls = 239 +VariableMetric: Iteration # 69 - FCN = -714240.8826674 Edm = 0.00870403 NCalls = 241 +VariableMetric: Iteration # 70 - FCN = -714240.8896106 Edm = 0.000429319 NCalls = 243 +VariableMetric: Iteration # 71 - FCN = -714240.8903895 Edm = 0.000118392 NCalls = 245 +VariableMetric: Iteration # 72 - FCN = -714240.8912514 Edm = 0.000628935 NCalls = 248 +VariableMetric: Iteration # 73 - FCN = -714240.9751396 Edm = 0.0789384 NCalls = 253 +VariableMetric: Iteration # 74 - FCN = -714248.3099225 Edm = 3.0411 NCalls = 260 +VariableMetric: Iteration # 75 - FCN = -714248.4561719 Edm = 0.101092 NCalls = 262 +VariableMetric: Iteration # 76 - FCN = -714248.7127102 Edm = 0.187718 NCalls = 264 +VariableMetric: Iteration # 77 - FCN = -714251.3451802 Edm = 1.34874 NCalls = 269 +VariableMetric: Iteration # 78 - FCN = -714255.4577196 Edm = 0.312352 NCalls = 272 +VariableMetric: Iteration # 79 - FCN = -714255.8901835 Edm = 0.198309 NCalls = 275 +VariableMetric: Iteration # 80 - FCN = -714256.7273864 Edm = 0.260434 NCalls = 279 +VariableMetric: Iteration # 81 - FCN = -714257.1030884 Edm = 0.776578 NCalls = 281 +VariableMetric: Iteration # 82 - FCN = -714257.5735159 Edm = 0.94848 NCalls = 286 +VariableMetric: Iteration # 83 - FCN = -714258.5363958 Edm = 9.09903 NCalls = 288 +VariableMetric: Iteration # 84 - FCN = -714258.9827306 Edm = 0.550342 NCalls = 290 +VariableMetric: Iteration # 85 - FCN = -714261.4847551 Edm = 1.54552 NCalls = 294 +VariableMetric: Iteration # 86 - FCN = -714262.6111083 Edm = 2.08153 NCalls = 297 +VariableMetric: Iteration # 87 - FCN = -714264.6163067 Edm = 1.54812 NCalls = 300 +VariableMetric: Iteration # 88 - FCN = -714265.3436671 Edm = 0.474356 NCalls = 302 +VariableMetric: Iteration # 89 - FCN = -714265.7345487 Edm = 0.00556729 NCalls = 304 +VariableMetric: Iteration # 90 - FCN = -714265.745168 Edm = 0.0029191 NCalls = 306 +VariableMetric: Iteration # 91 - FCN = -714265.7539799 Edm = 0.00217702 NCalls = 308 +VariableMetric: Iteration # 92 - FCN = -714265.763903 Edm = 0.00554695 NCalls = 310 +VariableMetric: Iteration # 93 - FCN = -714265.9317852 Edm = 0.14488 NCalls = 314 +VariableMetric: Iteration # 94 - FCN = -714274.5648981 Edm = 6.40628 NCalls = 320 +VariableMetric: Iteration # 95 - FCN = -714290.1516721 Edm = 5.81231 NCalls = 323 +VariableMetric: Iteration # 96 - FCN = -714294.9720676 Edm = 0.916219 NCalls = 325 +VariableMetric: Iteration # 97 - FCN = -714295.5543008 Edm = 0.0782088 NCalls = 327 +VariableMetric: Iteration # 98 - FCN = -714295.6116783 Edm = 0.0131184 NCalls = 329 +VariableMetric: Iteration # 99 - FCN = -714295.6218824 Edm = 0.00282562 NCalls = 331 +VariableMetric: Iteration # 100 - FCN = -714295.6268394 Edm = 0.0010701 NCalls = 333 +VariableMetric: Iteration # 101 - FCN = -714295.6285387 Edm = 0.000687653 NCalls = 335 +VariableMetric: Iteration # 102 - FCN = -714295.6313921 Edm = 0.00286859 NCalls = 338 +VariableMetric: Iteration # 103 - FCN = -714295.8103721 Edm = 0.167111 NCalls = 345 +VariableMetric: Iteration # 104 - FCN = -714300.422312 Edm = 1.45356 NCalls = 349 +VariableMetric: Iteration # 105 - FCN = -714302.1478577 Edm = 0.0940433 NCalls = 351 +VariableMetric: Iteration # 106 - FCN = -714302.2513219 Edm = 0.00595052 NCalls = 353 +VariableMetric: Iteration # 107 - FCN = -714302.2577352 Edm = 0.000457772 NCalls = 355 +VariableMetric: Iteration # 108 - FCN = -714302.2582703 Edm = 0.00010075 NCalls = 357 +VariableMetric: Iteration # 109 - FCN = -714302.2589372 Edm = 0.00049303 NCalls = 360 +VariableMetric: Iteration # 110 - FCN = -714302.2738887 Edm = 0.0138433 NCalls = 364 +VariableMetric: Iteration # 111 - FCN = -714302.990287 Edm = 0.547022 NCalls = 369 +VariableMetric: Iteration # 112 - FCN = -714304.953376 Edm = 0.19183 NCalls = 372 +VariableMetric: Iteration # 113 - FCN = -714305.1394113 Edm = 0.0052097 NCalls = 373 +VariableMetric: Iteration # 114 - FCN = -714305.1443575 Edm = 7.79042e-05 NCalls = 374 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709297.1380504 Edm = 3.38874 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709297.1380504 Edm = 3.38874 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713007.0944189 Edm = 2.7447 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -713022.2336626 Edm = 2.76904 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -713201.0310617 Edm = 122.872 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -713435.145524 Edm = 0.112057 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -713435.3391323 Edm = 0.101004 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -713484.0247633 Edm = 7.50543 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -713495.8519663 Edm = 0.0696057 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -713496.4349856 Edm = 0.451953 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -713551.9309574 Edm = 10.4273 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -713562.3073674 Edm = 0.411203 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -713562.6648658 Edm = 0.0130616 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -713562.7877777 Edm = 0.111896 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -713579.2306399 Edm = 5.00748 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -713649.2426621 Edm = 20.7839 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -713702.6999407 Edm = 10.7688 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -713719.0409625 Edm = 1.51929 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -713720.6059939 Edm = 0.0330252 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -713720.6458781 Edm = 0.00441863 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -713720.6860493 Edm = 0.0383438 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -713722.3411806 Edm = 2.15454 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -713722.3797672 Edm = 0.0350488 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -713729.8349585 Edm = 0.404085 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -713810.2715752 Edm = 12.7388 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -713836.3478001 Edm = 35.9813 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -713845.7060683 Edm = 4.46026 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -713850.0091309 Edm = 1.20721 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -713851.9878116 Edm = 0.425687 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -713852.6520753 Edm = 0.049705 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -713852.7183049 Edm = 0.0136956 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -713852.7304083 Edm = 0.00360177 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -713852.7487845 Edm = 0.0153097 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -713857.020092 Edm = 3.24658 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -713872.4103856 Edm = 0.268206 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -713872.7068384 Edm = 0.00844821 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -713872.7190785 Edm = 0.00166724 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -713872.758682 Edm = 0.0360414 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -713875.0406285 Edm = 2.73822 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -713876.9011396 Edm = 1.80437 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -713917.625502 Edm = 7.81825 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -713924.6871408 Edm = 0.549473 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -713925.1035795 Edm = 0.148656 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -713925.2200192 Edm = 0.00695683 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -713925.2297006 Edm = 0.00202246 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -713925.2891069 Edm = 0.0544797 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -713937.8102417 Edm = 8.99924 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -713958.0853942 Edm = 0.337646 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -713958.4436641 Edm = 0.0326675 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -713958.5022135 Edm = 0.01283 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -713958.5248535 Edm = 0.00247099 NCalls = 162 +VariableMetric: Iteration # 50 - FCN = -713958.5351043 Edm = 0.00625659 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -713958.7021035 Edm = 0.149712 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -713962.0353839 Edm = 2.88871 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -713997.2380116 Edm = 21.084 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -713999.6524561 Edm = 13.6828 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -714025.3826188 Edm = 10.243 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -714029.1257487 Edm = 3.39127 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -714033.0237292 Edm = 1.56584 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -714033.9849202 Edm = 0.354584 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -714034.3357629 Edm = 0.0910826 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -714034.8011916 Edm = 0.20547 NCalls = 194 +VariableMetric: Iteration # 61 - FCN = -714035.2584802 Edm = 0.0543003 NCalls = 196 +VariableMetric: Iteration # 62 - FCN = -714035.3181702 Edm = 0.00595813 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -714035.3381757 Edm = 0.0127367 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -714036.1632036 Edm = 0.76032 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -714098.3863347 Edm = 13.4575 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -714117.051733 Edm = 9.79058 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -714124.066609 Edm = 2.1115 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -714126.6051397 Edm = 1.28384 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -714131.1853026 Edm = 4.49425 NCalls = 220 +VariableMetric: Iteration # 70 - FCN = -714131.9419742 Edm = 1.23132 NCalls = 223 +VariableMetric: Iteration # 71 - FCN = -714135.3981766 Edm = 4.53848 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -714145.0326437 Edm = 2.69794 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -714148.2722945 Edm = 1.57389 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -714149.0225605 Edm = 0.372345 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -714149.6351509 Edm = 0.123997 NCalls = 238 +VariableMetric: Iteration # 76 - FCN = -714149.9930135 Edm = 0.340109 NCalls = 240 +VariableMetric: Iteration # 77 - FCN = -714150.774593 Edm = 1.12971 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -714150.8547822 Edm = 0.146056 NCalls = 246 +VariableMetric: Iteration # 79 - FCN = -714152.7780192 Edm = 1.84098 NCalls = 251 +VariableMetric: Iteration # 80 - FCN = -714155.7541129 Edm = 3.05632 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -714159.3618908 Edm = 2.02508 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -714161.2383082 Edm = 0.506863 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -714161.6019914 Edm = 0.0114633 NCalls = 262 +VariableMetric: Iteration # 84 - FCN = -714161.6182041 Edm = 0.00337919 NCalls = 264 +VariableMetric: Iteration # 85 - FCN = -714161.6289473 Edm = 0.00449642 NCalls = 266 +VariableMetric: Iteration # 86 - FCN = -714161.6969914 Edm = 0.0520244 NCalls = 269 +VariableMetric: Iteration # 87 - FCN = -714162.6332255 Edm = 0.840218 NCalls = 273 +VariableMetric: Iteration # 88 - FCN = -714173.7008432 Edm = 11.1831 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -714184.5231261 Edm = 12.5848 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -714208.2622802 Edm = 7.12139 NCalls = 285 +VariableMetric: Iteration # 91 - FCN = -714212.9388689 Edm = 0.9459 NCalls = 287 +VariableMetric: Iteration # 92 - FCN = -714213.5455137 Edm = 0.177472 NCalls = 289 +VariableMetric: Iteration # 93 - FCN = -714214.0336304 Edm = 0.417547 NCalls = 291 +VariableMetric: Iteration # 94 - FCN = -714215.6585205 Edm = 0.596465 NCalls = 297 +VariableMetric: Iteration # 95 - FCN = -714216.1187225 Edm = 0.907836 NCalls = 299 +VariableMetric: Iteration # 96 - FCN = -714216.6916294 Edm = 0.0281605 NCalls = 301 +VariableMetric: Iteration # 97 - FCN = -714216.7205882 Edm = 0.00348181 NCalls = 302 +VariableMetric: Iteration # 98 - FCN = -714216.7244312 Edm = 0.000758738 NCalls = 304 +VariableMetric: Iteration # 99 - FCN = -714216.7276048 Edm = 0.00207809 NCalls = 306 +VariableMetric: Iteration # 100 - FCN = -714216.746973 Edm = 0.0118536 NCalls = 309 +VariableMetric: Iteration # 101 - FCN = -714217.2603496 Edm = 0.530509 NCalls = 313 +VariableMetric: Iteration # 102 - FCN = -714217.7886138 Edm = 0.462972 NCalls = 317 +VariableMetric: Iteration # 103 - FCN = -714230.9238909 Edm = 0.895203 NCalls = 322 +VariableMetric: Iteration # 104 - FCN = -714232.2745777 Edm = 0.636546 NCalls = 324 +VariableMetric: Iteration # 105 - FCN = -714233.1797848 Edm = 0.357382 NCalls = 326 +VariableMetric: Iteration # 106 - FCN = -714233.812301 Edm = 0.253703 NCalls = 329 +VariableMetric: Iteration # 107 - FCN = -714235.0030772 Edm = 2.67377 NCalls = 338 +VariableMetric: Iteration # 108 - FCN = -714237.8011094 Edm = 5.28466 NCalls = 341 +VariableMetric: Iteration # 109 - FCN = -714238.7548897 Edm = 1.77463 NCalls = 345 +VariableMetric: Iteration # 110 - FCN = -714240.3402037 Edm = 0.557388 NCalls = 348 +VariableMetric: Iteration # 111 - FCN = -714241.7500749 Edm = 0.974457 NCalls = 351 +VariableMetric: Iteration # 112 - FCN = -714242.6887117 Edm = 0.456978 NCalls = 354 +VariableMetric: Iteration # 113 - FCN = -714243.0777467 Edm = 0.0441726 NCalls = 356 +VariableMetric: Iteration # 114 - FCN = -714243.1500953 Edm = 0.0326291 NCalls = 358 +VariableMetric: Iteration # 115 - FCN = -714243.2560015 Edm = 0.0606589 NCalls = 361 +VariableMetric: Iteration # 116 - FCN = -714243.2968425 Edm = 0.0191799 NCalls = 363 +VariableMetric: Iteration # 117 - FCN = -714243.3213885 Edm = 0.00423599 NCalls = 365 +VariableMetric: Iteration # 118 - FCN = -714243.3287515 Edm = 0.00190557 NCalls = 367 +VariableMetric: Iteration # 119 - FCN = -714243.3348245 Edm = 0.00322137 NCalls = 369 +VariableMetric: Iteration # 120 - FCN = -714243.3639834 Edm = 0.0174353 NCalls = 372 +VariableMetric: Iteration # 121 - FCN = -714245.1344081 Edm = 7.92076 NCalls = 383 +VariableMetric: Iteration # 122 - FCN = -714245.1405343 Edm = 0.0875876 NCalls = 386 +VariableMetric: Iteration # 123 - FCN = -714245.3013241 Edm = 0.174275 NCalls = 388 +VariableMetric: Iteration # 124 - FCN = -714247.5952191 Edm = 2.13462 NCalls = 394 +VariableMetric: Iteration # 125 - FCN = -714249.1128855 Edm = 2.67562 NCalls = 399 +VariableMetric: Iteration # 126 - FCN = -714250.9264419 Edm = 2.09194 NCalls = 403 +VariableMetric: Iteration # 127 - FCN = -714251.1821493 Edm = 0.149583 NCalls = 405 +VariableMetric: Iteration # 128 - FCN = -714253.6472203 Edm = 4.06658 NCalls = 408 +VariableMetric: Iteration # 129 - FCN = -714254.9340639 Edm = 1.14108 NCalls = 411 +VariableMetric: Iteration # 130 - FCN = -714257.9000074 Edm = 1.46732 NCalls = 416 +VariableMetric: Iteration # 131 - FCN = -714259.1053011 Edm = 1.71891 NCalls = 418 +VariableMetric: Iteration # 132 - FCN = -714259.8366588 Edm = 0.115575 NCalls = 420 +VariableMetric: Iteration # 133 - FCN = -714259.961981 Edm = 0.0287036 NCalls = 422 +VariableMetric: Iteration # 134 - FCN = -714259.9861337 Edm = 0.00461672 NCalls = 424 +VariableMetric: Iteration # 135 - FCN = -714259.9901133 Edm = 0.000480128 NCalls = 425 +VariableMetric: Iteration # 136 - FCN = -714259.9910258 Edm = 0.000361673 NCalls = 427 +VariableMetric: Iteration # 137 - FCN = -714259.9927211 Edm = 0.00172073 NCalls = 429 +VariableMetric: Iteration # 138 - FCN = -714260.0337944 Edm = 0.0416605 NCalls = 434 +VariableMetric: Iteration # 139 - FCN = -714260.0409293 Edm = 0.00680907 NCalls = 438 +VariableMetric: Iteration # 140 - FCN = -714263.9030343 Edm = 1.13123 NCalls = 446 +VariableMetric: Iteration # 141 - FCN = -714265.8432407 Edm = 0.457502 NCalls = 448 +VariableMetric: Iteration # 142 - FCN = -714266.3529164 Edm = 0.0221131 NCalls = 450 +VariableMetric: Iteration # 143 - FCN = -714266.3769474 Edm = 0.00179136 NCalls = 451 +VariableMetric: Iteration # 144 - FCN = -714266.3787928 Edm = 0.000246233 NCalls = 452 +VariableMetric: Iteration # 145 - FCN = -714266.379269 Edm = 0.000210555 NCalls = 454 +VariableMetric: Iteration # 146 - FCN = -714266.381769 Edm = 0.00290305 NCalls = 457 +VariableMetric: Iteration # 147 - FCN = -714266.4332509 Edm = 0.0483046 NCalls = 463 +VariableMetric: Iteration # 148 - FCN = -714267.4133404 Edm = 0.765379 NCalls = 468 +VariableMetric: Iteration # 149 - FCN = -714270.0787501 Edm = 1.09943 NCalls = 470 +VariableMetric: Iteration # 150 - FCN = -714270.8638561 Edm = 0.147694 NCalls = 472 +VariableMetric: Iteration # 151 - FCN = -714271.0165916 Edm = 0.0055416 NCalls = 473 +VariableMetric: Iteration # 152 - FCN = -714271.0221556 Edm = 0.000357838 NCalls = 474 +VariableMetric: Iteration # 153 - FCN = -714271.0225241 Edm = 1.29287e-05 NCalls = 476 +VariableMetric: After Hessian - FCN = -714271.0225241 Edm = 67.9856 NCalls = 839 +VariableMetric: Iteration # 154 - FCN = -714271.0225241 Edm = 67.9856 NCalls = 839 +VariableMetric: Iteration # 155 - FCN = -714302.6565074 Edm = 0.92935 NCalls = 841 +VariableMetric: Iteration # 156 - FCN = -714303.0046906 Edm = 0.0259775 NCalls = 843 +VariableMetric: Iteration # 157 - FCN = -714303.0114086 Edm = 0.00276673 NCalls = 845 +VariableMetric: Iteration # 158 - FCN = -714303.0131756 Edm = 5.6513e-05 NCalls = 847 +VariableMetric: After Hessian - FCN = -714303.0131756 Edm = 1.38951 NCalls = 1218 +VariableMetric: Iteration # 159 - FCN = -714303.0131756 Edm = 1.38951 NCalls = 1218 +VariableMetric: Iteration # 160 - FCN = -714303.0212155 Edm = 0.0153929 NCalls = 1221 +VariableMetric: Iteration # 161 - FCN = -714303.0221945 Edm = 0.00379885 NCalls = 1223 +VariableMetric: Iteration # 162 - FCN = -714303.0301593 Edm = 0.0098572 NCalls = 1228 +VariableMetric: Iteration # 163 - FCN = -714303.0551164 Edm = 0.0411565 NCalls = 1232 +VariableMetric: Iteration # 164 - FCN = -714303.1060306 Edm = 0.0694151 NCalls = 1236 +VariableMetric: Iteration # 165 - FCN = -714303.1144941 Edm = 0.00893835 NCalls = 1240 +VariableMetric: Iteration # 166 - FCN = -714303.1625203 Edm = 0.0205358 NCalls = 1245 +VariableMetric: Iteration # 167 - FCN = -714303.1947399 Edm = 0.0214909 NCalls = 1249 +VariableMetric: Iteration # 168 - FCN = -714303.2278415 Edm = 0.0093262 NCalls = 1253 +VariableMetric: Iteration # 169 - FCN = -714303.2481424 Edm = 0.00871841 NCalls = 1255 +VariableMetric: Iteration # 170 - FCN = -714303.250534 Edm = 0.00316862 NCalls = 1257 +VariableMetric: Iteration # 171 - FCN = -714303.2564363 Edm = 0.000716597 NCalls = 1259 +VariableMetric: Iteration # 172 - FCN = -714303.2575409 Edm = 0.000251463 NCalls = 1261 +VariableMetric: Iteration # 173 - FCN = -714303.257842 Edm = 7.68108e-05 NCalls = 1263 +VariableMetric: Iteration # 174 - FCN = -714303.2579708 Edm = 2.70429e-05 NCalls = 1265 +VariableMetric: After Hessian - FCN = -714303.2579708 Edm = 0.00026471 NCalls = 1636 +VariableMetric: Iteration # 175 - FCN = -714303.2579708 Edm = 0.00026471 NCalls = 1636 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709372.3785838 Edm = 8.80559 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709372.3785838 Edm = 8.80559 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712132.3020308 Edm = 0.957844 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712139.8621252 Edm = 0.986575 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -712213.2465727 Edm = 31.1598 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -712274.6236741 Edm = 0.348672 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -712275.0682626 Edm = 0.0684514 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -712277.3688557 Edm = 2.31029 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -712283.5312073 Edm = 4.32054 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -712302.4117412 Edm = 0.0790926 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -712302.8519918 Edm = 0.351587 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -712354.179056 Edm = 44.4829 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -712526.4853277 Edm = 23.8762 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -712549.8949596 Edm = 1.93348 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -712552.4257932 Edm = 0.0569705 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -712552.5776697 Edm = 0.099053 NCalls = 47 +VariableMetric: Iteration # 15 - FCN = -712587.9562736 Edm = 33.0946 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -712801.2553939 Edm = 136.33 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -712948.3856776 Edm = 10.0224 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -712961.0188106 Edm = 4.27632 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -712964.5471959 Edm = 0.830217 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -712965.8009834 Edm = 0.0213023 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -712965.8487323 Edm = 0.0166656 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -712966.3997688 Edm = 0.461006 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -713004.1258501 Edm = 14.7247 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -713031.3028821 Edm = 0.565577 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -713032.1005589 Edm = 0.0219563 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -713032.1380846 Edm = 0.0132061 NCalls = 85 +VariableMetric: Iteration # 27 - FCN = -713032.1641715 Edm = 0.0133346 NCalls = 87 +VariableMetric: Iteration # 28 - FCN = -713032.1879014 Edm = 0.00902146 NCalls = 89 +VariableMetric: Iteration # 29 - FCN = -713033.0938289 Edm = 0.698744 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -713046.9432025 Edm = 14.902 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -713051.749974 Edm = 7.14469 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -713056.6857908 Edm = 3.88122 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -713067.2640888 Edm = 6.3523 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -713116.8632152 Edm = 6.26997 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -713123.3561948 Edm = 0.562465 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -713124.8540141 Edm = 0.994324 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -713130.6825275 Edm = 2.00279 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -713131.4316205 Edm = 1.79286 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -713133.6416287 Edm = 0.317513 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -713133.9953006 Edm = 0.0361864 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -713134.0324486 Edm = 0.00400214 NCalls = 130 +VariableMetric: Iteration # 42 - FCN = -713134.0677074 Edm = 0.0279619 NCalls = 133 +VariableMetric: Iteration # 43 - FCN = -713134.3576309 Edm = 0.214373 NCalls = 136 +VariableMetric: Iteration # 44 - FCN = -713135.7162851 Edm = 0.780183 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -713153.4579508 Edm = 19.4773 NCalls = 144 +VariableMetric: Iteration # 46 - FCN = -713212.9773773 Edm = 42.0577 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -713230.0096448 Edm = 14.3457 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -713239.1978638 Edm = 0.413828 NCalls = 153 +VariableMetric: Iteration # 49 - FCN = -713239.508387 Edm = 0.0978308 NCalls = 155 +VariableMetric: Iteration # 50 - FCN = -713242.9081317 Edm = 7.0743 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -713243.0219842 Edm = 0.118305 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -713243.1043091 Edm = 0.0482434 NCalls = 167 +VariableMetric: Iteration # 53 - FCN = -713248.6650405 Edm = 18.7476 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -713248.6650405 Edm = 18.7476 NCalls = 185 +VariableMetric: After Hessian - FCN = -713248.6650405 Edm = 5.29209e+06 NCalls = 536 +VariableMetric: Iteration # 55 - FCN = -713248.6650405 Edm = 5.29209e+06 NCalls = 536 +VariableMetric: Iteration # 56 - FCN = -713347.5776468 Edm = 744847 NCalls = 547 +VariableMetric: Iteration # 57 - FCN = -713361.0084366 Edm = 1439.54 NCalls = 553 +VariableMetric: Iteration # 58 - FCN = -713392.2974868 Edm = 250.666 NCalls = 555 +VariableMetric: Iteration # 59 - FCN = -713823.7067162 Edm = 219.898 NCalls = 559 +VariableMetric: Iteration # 60 - FCN = -714105.4203643 Edm = 2.98599 NCalls = 563 +VariableMetric: Iteration # 61 - FCN = -714143.3866974 Edm = 15.6324 NCalls = 566 +VariableMetric: Iteration # 62 - FCN = -714183.7073033 Edm = 6.46767 NCalls = 568 +VariableMetric: Iteration # 63 - FCN = -714192.6329492 Edm = 1.84646 NCalls = 572 +VariableMetric: Iteration # 64 - FCN = -714196.9974524 Edm = 1.07392 NCalls = 574 +VariableMetric: Iteration # 65 - FCN = -714218.2235776 Edm = 5.23493 NCalls = 579 +VariableMetric: Iteration # 66 - FCN = -714225.9180111 Edm = 1.69017 NCalls = 581 +VariableMetric: Iteration # 67 - FCN = -714228.8546277 Edm = 4.77465 NCalls = 587 +VariableMetric: Iteration # 68 - FCN = -714236.64484 Edm = 1.01005 NCalls = 591 +VariableMetric: Iteration # 69 - FCN = -714238.9713467 Edm = 1.12958 NCalls = 593 +VariableMetric: Iteration # 70 - FCN = -714247.7301799 Edm = 3.08865 NCalls = 596 +VariableMetric: Iteration # 71 - FCN = -714252.3428826 Edm = 1.27972 NCalls = 598 +VariableMetric: Iteration # 72 - FCN = -714254.5652308 Edm = 0.686357 NCalls = 601 +VariableMetric: Iteration # 73 - FCN = -714256.7845451 Edm = 1.13302 NCalls = 603 +VariableMetric: Iteration # 74 - FCN = -714260.2476257 Edm = 1.40733 NCalls = 605 +VariableMetric: Iteration # 75 - FCN = -714264.1451141 Edm = 1.22685 NCalls = 607 +VariableMetric: Iteration # 76 - FCN = -714266.9281862 Edm = 0.53786 NCalls = 610 +VariableMetric: Iteration # 77 - FCN = -714267.8407817 Edm = 0.609025 NCalls = 612 +VariableMetric: Iteration # 78 - FCN = -714268.6020269 Edm = 0.693226 NCalls = 614 +VariableMetric: Iteration # 79 - FCN = -714270.0952481 Edm = 0.294801 NCalls = 618 +VariableMetric: Iteration # 80 - FCN = -714270.6960522 Edm = 0.175877 NCalls = 620 +VariableMetric: Iteration # 81 - FCN = -714271.9021842 Edm = 0.371872 NCalls = 625 +VariableMetric: Iteration # 82 - FCN = -714272.4407033 Edm = 0.897864 NCalls = 628 +VariableMetric: Iteration # 83 - FCN = -714272.7354325 Edm = 0.203231 NCalls = 630 +VariableMetric: Iteration # 84 - FCN = -714273.2584576 Edm = 0.450733 NCalls = 632 +VariableMetric: Iteration # 85 - FCN = -714276.043705 Edm = 0.748748 NCalls = 637 +VariableMetric: Iteration # 86 - FCN = -714276.9248665 Edm = 0.527415 NCalls = 640 +VariableMetric: Iteration # 87 - FCN = -714278.4179023 Edm = 1.03488 NCalls = 642 +VariableMetric: Iteration # 88 - FCN = -714280.5914126 Edm = 0.961426 NCalls = 645 +VariableMetric: Iteration # 89 - FCN = -714281.3768767 Edm = 0.257737 NCalls = 647 +VariableMetric: Iteration # 90 - FCN = -714282.0995287 Edm = 0.850349 NCalls = 649 +VariableMetric: Iteration # 91 - FCN = -714290.3434908 Edm = 3.25601 NCalls = 655 +VariableMetric: Iteration # 92 - FCN = -714294.3936264 Edm = 0.897909 NCalls = 657 +VariableMetric: Iteration # 93 - FCN = -714294.9399868 Edm = 0.178034 NCalls = 659 +VariableMetric: Iteration # 94 - FCN = -714295.5232622 Edm = 0.588702 NCalls = 661 +VariableMetric: Iteration # 95 - FCN = -714296.4726887 Edm = 1.29658 NCalls = 664 +VariableMetric: Iteration # 96 - FCN = -714297.47718 Edm = 0.356492 NCalls = 667 +VariableMetric: Iteration # 97 - FCN = -714298.0400277 Edm = 0.0164639 NCalls = 669 +VariableMetric: Iteration # 98 - FCN = -714298.0570547 Edm = 0.00627 NCalls = 671 +VariableMetric: Iteration # 99 - FCN = -714298.0807977 Edm = 0.0224898 NCalls = 674 +VariableMetric: Iteration # 100 - FCN = -714298.459852 Edm = 0.320874 NCalls = 679 +VariableMetric: Iteration # 101 - FCN = -714299.1510655 Edm = 0.115589 NCalls = 681 +VariableMetric: Iteration # 102 - FCN = -714299.4208032 Edm = 0.146422 NCalls = 683 +VariableMetric: Iteration # 103 - FCN = -714300.714462 Edm = 0.923498 NCalls = 687 +VariableMetric: Iteration # 104 - FCN = -714301.2946434 Edm = 0.835784 NCalls = 690 +VariableMetric: Iteration # 105 - FCN = -714302.5529658 Edm = 0.741603 NCalls = 693 +VariableMetric: Iteration # 106 - FCN = -714303.3624343 Edm = 0.133262 NCalls = 695 +VariableMetric: Iteration # 107 - FCN = -714303.5030163 Edm = 0.0335606 NCalls = 697 +VariableMetric: Iteration # 108 - FCN = -714303.6462335 Edm = 0.0982477 NCalls = 700 +VariableMetric: Iteration # 109 - FCN = -714304.2191463 Edm = 0.303654 NCalls = 703 +VariableMetric: Iteration # 110 - FCN = -714304.7453559 Edm = 0.0625673 NCalls = 705 +VariableMetric: Iteration # 111 - FCN = -714304.8026288 Edm = 0.00525742 NCalls = 706 +VariableMetric: Iteration # 112 - FCN = -714304.8100342 Edm = 0.00406051 NCalls = 708 +VariableMetric: Iteration # 113 - FCN = -714304.8554835 Edm = 0.0395723 NCalls = 712 +VariableMetric: Iteration # 114 - FCN = -714305.0861509 Edm = 0.0334757 NCalls = 715 +VariableMetric: Iteration # 115 - FCN = -714305.1143718 Edm = 0.00262603 NCalls = 717 +VariableMetric: Iteration # 116 - FCN = -714305.1173955 Edm = 0.000866799 NCalls = 719 +VariableMetric: Iteration # 117 - FCN = -714305.141621 Edm = 0.0182656 NCalls = 723 +VariableMetric: Iteration # 118 - FCN = -714305.2063135 Edm = 0.00163065 NCalls = 725 +VariableMetric: Iteration # 119 - FCN = -714305.2079616 Edm = 0.000114024 NCalls = 726 +VariableMetric: Iteration # 120 - FCN = -714305.2093939 Edm = 0.00132865 NCalls = 729 +VariableMetric: Iteration # 121 - FCN = -714305.2371253 Edm = 0.00214461 NCalls = 735 +VariableMetric: Iteration # 122 - FCN = -714305.2394096 Edm = 6.4913e-05 NCalls = 737 +VariableMetric: After Hessian - FCN = -714305.2394096 Edm = 0.00984109 NCalls = 1108 +VariableMetric: Iteration # 123 - FCN = -714305.2394096 Edm = 0.00984109 NCalls = 1108 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707787.8134545 Edm = 1.38633 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707787.8134545 Edm = 1.38633 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712148.9335043 Edm = 3.88828 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712683.974665 Edm = 3.0192e+07 NCalls = 19 +VariableMetric: Iteration # 3 - FCN = -712823.5962263 Edm = 6.21157e+06 NCalls = 25 +VariableMetric: Iteration # 4 - FCN = -712903.5476246 Edm = 952350 NCalls = 36 +VariableMetric: Iteration # 5 - FCN = -713035.7296404 Edm = 22839 NCalls = 47 +VariableMetric: Iteration # 6 - FCN = -713318.2229903 Edm = 403987 NCalls = 55 +VariableMetric: Iteration # 7 - FCN = -713357.661392 Edm = 87408.1 NCalls = 62 +VariableMetric: Iteration # 8 - FCN = -713589.0235876 Edm = 59205.8 NCalls = 68 +VariableMetric: Iteration # 9 - FCN = -713603.154274 Edm = 28977.1 NCalls = 73 +VariableMetric: Iteration # 10 - FCN = -713623.6338493 Edm = 31328.2 NCalls = 78 +VariableMetric: Iteration # 11 - FCN = -713735.5401773 Edm = 4096.32 NCalls = 82 +VariableMetric: Iteration # 12 - FCN = -713749.2726496 Edm = 8549.31 NCalls = 87 +VariableMetric: Iteration # 13 - FCN = -713825.2362268 Edm = 10382.2 NCalls = 90 +VariableMetric: Iteration # 14 - FCN = -713853.745695 Edm = 4101.04 NCalls = 94 +VariableMetric: Iteration # 15 - FCN = -713978.4970701 Edm = 3581.3 NCalls = 96 +VariableMetric: Iteration # 16 - FCN = -714021.458056 Edm = 2124.38 NCalls = 99 +VariableMetric: Iteration # 17 - FCN = -714070.9620227 Edm = 1906.57 NCalls = 101 +VariableMetric: Iteration # 18 - FCN = -714135.1819317 Edm = 1136.72 NCalls = 104 +VariableMetric: Iteration # 19 - FCN = -714173.6645211 Edm = 870.345 NCalls = 107 +VariableMetric: Iteration # 20 - FCN = -714184.9090273 Edm = 609.731 NCalls = 110 +VariableMetric: Iteration # 21 - FCN = -714218.8720929 Edm = 151.031 NCalls = 121 +VariableMetric: Iteration # 22 - FCN = -714223.4769389 Edm = 33.5704 NCalls = 124 +VariableMetric: Iteration # 23 - FCN = -714262.9793996 Edm = 131.687 NCalls = 127 +VariableMetric: Iteration # 24 - FCN = -714268.8889395 Edm = 19.2654 NCalls = 129 +VariableMetric: Iteration # 25 - FCN = -714281.4849496 Edm = 21.9156 NCalls = 131 +VariableMetric: Iteration # 26 - FCN = -714294.5894737 Edm = 10.1825 NCalls = 136 +VariableMetric: Iteration # 27 - FCN = -714296.1845695 Edm = 9.40235 NCalls = 138 +VariableMetric: Iteration # 28 - FCN = -714297.8603376 Edm = 4.08021 NCalls = 140 +VariableMetric: Iteration # 29 - FCN = -714299.3251864 Edm = 1.8659 NCalls = 142 +VariableMetric: Iteration # 30 - FCN = -714300.2063223 Edm = 0.695849 NCalls = 143 +VariableMetric: Iteration # 31 - FCN = -714300.8125567 Edm = 0.238521 NCalls = 145 +VariableMetric: Iteration # 32 - FCN = -714301.1495195 Edm = 0.148993 NCalls = 147 +VariableMetric: Iteration # 33 - FCN = -714301.3138404 Edm = 0.0784473 NCalls = 149 +VariableMetric: Iteration # 34 - FCN = -714301.7168166 Edm = 0.467631 NCalls = 152 +VariableMetric: Iteration # 35 - FCN = -714302.73328 Edm = 0.898774 NCalls = 157 +VariableMetric: Iteration # 36 - FCN = -714303.2221765 Edm = 0.617668 NCalls = 161 +VariableMetric: Iteration # 37 - FCN = -714303.7913483 Edm = 0.752597 NCalls = 164 +VariableMetric: Iteration # 38 - FCN = -714304.5750095 Edm = 0.348263 NCalls = 168 +VariableMetric: Iteration # 39 - FCN = -714305.1581233 Edm = 0.122518 NCalls = 171 +VariableMetric: Iteration # 40 - FCN = -714305.3337323 Edm = 0.0444627 NCalls = 173 +VariableMetric: Iteration # 41 - FCN = -714305.386637 Edm = 0.0208579 NCalls = 175 +VariableMetric: Iteration # 42 - FCN = -714305.4219866 Edm = 0.0151473 NCalls = 177 +VariableMetric: Iteration # 43 - FCN = -714305.5048345 Edm = 0.0529018 NCalls = 180 +VariableMetric: Iteration # 44 - FCN = -714305.6551036 Edm = 0.0888851 NCalls = 185 +VariableMetric: Iteration # 45 - FCN = -714305.772283 Edm = 0.0383468 NCalls = 187 +VariableMetric: Iteration # 46 - FCN = -714305.7987217 Edm = 0.0166701 NCalls = 189 +VariableMetric: Iteration # 47 - FCN = -714305.8119556 Edm = 0.00170498 NCalls = 191 +VariableMetric: Iteration # 48 - FCN = -714305.814561 Edm = 0.000260774 NCalls = 193 +VariableMetric: Iteration # 49 - FCN = -714305.8148633 Edm = 2.82e-05 NCalls = 195 +VariableMetric: After Hessian - FCN = -714305.8148633 Edm = 0.312748 NCalls = 598 +VariableMetric: Iteration # 50 - FCN = -714305.8148633 Edm = 0.312748 NCalls = 598 +VariableMetric: Iteration # 51 - FCN = -714305.8164107 Edm = 0.2974 NCalls = 601 +VariableMetric: Iteration # 52 - FCN = -714305.8195322 Edm = 0.0225664 NCalls = 603 +VariableMetric: Iteration # 53 - FCN = -714305.8209853 Edm = 0.00599737 NCalls = 605 +VariableMetric: Iteration # 54 - FCN = -714305.8233354 Edm = 0.000901106 NCalls = 607 +VariableMetric: Iteration # 55 - FCN = -714305.8249326 Edm = 0.0015599 NCalls = 610 +VariableMetric: Iteration # 56 - FCN = -714305.8278518 Edm = 0.000678989 NCalls = 613 +VariableMetric: Iteration # 57 - FCN = -714305.8287416 Edm = 0.000109549 NCalls = 616 +VariableMetric: Iteration # 58 - FCN = -714305.8289337 Edm = 1.43886e-05 NCalls = 619 +VariableMetric: After Hessian - FCN = -714305.8289337 Edm = 2.05307e-05 NCalls = 1022 +VariableMetric: Iteration # 59 - FCN = -714305.8289337 Edm = 2.05307e-05 NCalls = 1022 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -708523.7571908 Edm = 0.891719 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -708523.7571908 Edm = 0.891719 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710566.7984906 Edm = 0.559769 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -710713.621569 Edm = 26.4609 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -710720.8767682 Edm = 0.572298 NCalls = 12 +VariableMetric: Iteration # 4 - FCN = -710884.0351831 Edm = 46.5633 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -710937.6189002 Edm = 0.249165 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -710938.1334008 Edm = 0.314485 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -710976.6716751 Edm = 11.2319 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -710989.1529292 Edm = 0.0386934 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -710989.2529359 Edm = 0.0714115 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -710998.195277 Edm = 8.76888 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -710998.3480532 Edm = 0.111957 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -711069.3187651 Edm = 59.7958 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -711258.9795587 Edm = 36.0683 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -711315.0918985 Edm = 1.77944 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -711317.7323328 Edm = 0.116056 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -711317.8706697 Edm = 0.0243618 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -711317.9215806 Edm = 0.0368605 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -711324.5474009 Edm = 7.18741 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -711324.8243071 Edm = 0.251755 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -711374.3665794 Edm = 23.3384 NCalls = 81 +VariableMetric: Iteration # 21 - FCN = -711415.9114695 Edm = 1.46268 NCalls = 83 +VariableMetric: Iteration # 22 - FCN = -711417.1227784 Edm = 0.0243769 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -711417.2443603 Edm = 0.0718707 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -711419.8391257 Edm = 2.25512 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -712357.9453593 Edm = 792.584 NCalls = 99 +VariableMetric: Iteration # 26 - FCN = -712363.5394515 Edm = 18.3955 NCalls = 101 +VariableMetric: Iteration # 27 - FCN = -712408.4286155 Edm = 19.2279 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -712424.2182838 Edm = 15.6242 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -712449.5501562 Edm = 5.81779 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -712458.8168061 Edm = 7.02294 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -712489.0469573 Edm = 19.3195 NCalls = 116 +VariableMetric: Iteration # 32 - FCN = -713127.671437 Edm = 340.879 NCalls = 124 +VariableMetric: Iteration # 33 - FCN = -713339.4074612 Edm = 437.33 NCalls = 128 +VariableMetric: Iteration # 34 - FCN = -713959.6548198 Edm = 19.741 NCalls = 135 +VariableMetric: Iteration # 35 - FCN = -713975.7166374 Edm = 33.7183 NCalls = 137 +VariableMetric: Iteration # 36 - FCN = -713988.309177 Edm = 1.45529 NCalls = 139 +VariableMetric: Iteration # 37 - FCN = -713991.1277583 Edm = 0.364924 NCalls = 141 +VariableMetric: Iteration # 38 - FCN = -713991.5531986 Edm = 0.0923731 NCalls = 143 +VariableMetric: Iteration # 39 - FCN = -713992.4945498 Edm = 0.401537 NCalls = 146 +VariableMetric: Iteration # 40 - FCN = -713993.2977989 Edm = 0.0939479 NCalls = 148 +VariableMetric: Iteration # 41 - FCN = -713993.4736799 Edm = 0.00779846 NCalls = 150 +VariableMetric: Iteration # 42 - FCN = -713993.4990268 Edm = 0.0114799 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -713995.2884858 Edm = 1.57861 NCalls = 158 +VariableMetric: Iteration # 44 - FCN = -714092.5273714 Edm = 35.3496 NCalls = 164 +VariableMetric: Iteration # 45 - FCN = -714105.1055544 Edm = 4.25559 NCalls = 166 +VariableMetric: Iteration # 46 - FCN = -714108.4366111 Edm = 0.273074 NCalls = 167 +VariableMetric: Iteration # 47 - FCN = -714108.8384255 Edm = 0.0389783 NCalls = 169 +VariableMetric: Iteration # 48 - FCN = -714108.9045746 Edm = 0.00599184 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -714108.9191156 Edm = 0.00290365 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -714108.9654163 Edm = 0.0378928 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -714112.6298933 Edm = 3.38389 NCalls = 182 +VariableMetric: Iteration # 52 - FCN = -714136.1791234 Edm = 0.895996 NCalls = 186 +VariableMetric: Iteration # 53 - FCN = -714137.2542325 Edm = 0.0499146 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -714137.295065 Edm = 0.00433531 NCalls = 190 +VariableMetric: Iteration # 55 - FCN = -714137.3006894 Edm = 0.00193163 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -714137.3094023 Edm = 0.0040718 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -714137.3281144 Edm = 0.00953698 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -714137.5366233 Edm = 0.162448 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -714152.8831497 Edm = 12.2158 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -714153.3169192 Edm = 0.605506 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -714160.3668534 Edm = 4.44946 NCalls = 214 +VariableMetric: Iteration # 62 - FCN = -714179.696683 Edm = 1.36387 NCalls = 216 +VariableMetric: Iteration # 63 - FCN = -714181.6122795 Edm = 0.987072 NCalls = 218 +VariableMetric: Iteration # 64 - FCN = -714182.5847608 Edm = 0.494198 NCalls = 221 +VariableMetric: Iteration # 65 - FCN = -714183.5406218 Edm = 0.14789 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -714183.6854614 Edm = 0.0225193 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -714183.6992358 Edm = 0.00157935 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -714183.7011704 Edm = 0.000284661 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -714183.710847 Edm = 0.0090347 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -714184.170919 Edm = 0.389874 NCalls = 239 +VariableMetric: Iteration # 71 - FCN = -714186.1513838 Edm = 0.115975 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -714186.425397 Edm = 0.0724692 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -714187.0422796 Edm = 0.470268 NCalls = 253 +VariableMetric: Iteration # 74 - FCN = -714187.3897151 Edm = 2.67078 NCalls = 256 +VariableMetric: Iteration # 75 - FCN = -714188.007063 Edm = 0.0709102 NCalls = 258 +VariableMetric: Iteration # 76 - FCN = -714188.0748426 Edm = 0.00306247 NCalls = 260 +VariableMetric: Iteration # 77 - FCN = -714188.0772397 Edm = 0.000551443 NCalls = 262 +VariableMetric: Iteration # 78 - FCN = -714188.0775933 Edm = 5.21921e-05 NCalls = 264 +VariableMetric: After Hessian - FCN = -714188.0775933 Edm = 897235 NCalls = 625 +VariableMetric: Iteration # 79 - FCN = -714188.0775933 Edm = 897235 NCalls = 625 +VariableMetric: Iteration # 80 - FCN = -714196.755669 Edm = 66414 NCalls = 636 +VariableMetric: Iteration # 81 - FCN = -714254.4151525 Edm = 3.0605 NCalls = 640 +VariableMetric: Iteration # 82 - FCN = -714256.4435486 Edm = 10.5025 NCalls = 642 +VariableMetric: Iteration # 83 - FCN = -714260.9542549 Edm = 0.486105 NCalls = 644 +VariableMetric: Iteration # 84 - FCN = -714264.0159713 Edm = 0.305259 NCalls = 649 +VariableMetric: Iteration # 85 - FCN = -714265.4122155 Edm = 0.208917 NCalls = 653 +VariableMetric: Iteration # 86 - FCN = -714265.7695635 Edm = 0.152374 NCalls = 655 +VariableMetric: Iteration # 87 - FCN = -714265.9963217 Edm = 0.18814 NCalls = 658 +VariableMetric: Iteration # 88 - FCN = -714266.5470841 Edm = 0.117289 NCalls = 661 +VariableMetric: Iteration # 89 - FCN = -714267.0529379 Edm = 0.174312 NCalls = 663 +VariableMetric: Iteration # 90 - FCN = -714267.4610996 Edm = 0.0394549 NCalls = 666 +VariableMetric: Iteration # 91 - FCN = -714267.5646244 Edm = 0.0168112 NCalls = 668 +VariableMetric: Iteration # 92 - FCN = -714267.613186 Edm = 0.00863811 NCalls = 670 +VariableMetric: Iteration # 93 - FCN = -714267.6331097 Edm = 0.00296694 NCalls = 672 +VariableMetric: Iteration # 94 - FCN = -714267.6548796 Edm = 0.00424453 NCalls = 675 +VariableMetric: Iteration # 95 - FCN = -714267.6702203 Edm = 0.00483205 NCalls = 677 +VariableMetric: Iteration # 96 - FCN = -714267.6821851 Edm = 0.00180897 NCalls = 679 +VariableMetric: Iteration # 97 - FCN = -714267.6889267 Edm = 0.00284924 NCalls = 681 +VariableMetric: Iteration # 98 - FCN = -714267.6987818 Edm = 0.00184602 NCalls = 683 +VariableMetric: Iteration # 99 - FCN = -714267.7031854 Edm = 0.00135357 NCalls = 685 +VariableMetric: Iteration # 100 - FCN = -714267.7168485 Edm = 0.00678764 NCalls = 689 +VariableMetric: Iteration # 101 - FCN = -714267.7373391 Edm = 0.0100541 NCalls = 691 +VariableMetric: Iteration # 102 - FCN = -714267.7582909 Edm = 0.0460466 NCalls = 696 +VariableMetric: Iteration # 103 - FCN = -714267.8191365 Edm = 0.0748309 NCalls = 700 +VariableMetric: Iteration # 104 - FCN = -714267.8629507 Edm = 0.0239475 NCalls = 703 +VariableMetric: Iteration # 105 - FCN = -714267.9068025 Edm = 0.0177775 NCalls = 706 +VariableMetric: Iteration # 106 - FCN = -714267.969762 Edm = 0.0227124 NCalls = 708 +VariableMetric: Iteration # 107 - FCN = -714268.00293 Edm = 0.0131253 NCalls = 711 +VariableMetric: Iteration # 108 - FCN = -714268.0101471 Edm = 0.0132833 NCalls = 713 +VariableMetric: Iteration # 109 - FCN = -714268.0466251 Edm = 0.0248804 NCalls = 717 +VariableMetric: Iteration # 110 - FCN = -714268.1353167 Edm = 0.0370826 NCalls = 721 +VariableMetric: Iteration # 111 - FCN = -714268.1561799 Edm = 0.0200738 NCalls = 723 +VariableMetric: Iteration # 112 - FCN = -714268.1887185 Edm = 0.00970048 NCalls = 726 +VariableMetric: Iteration # 113 - FCN = -714268.2144548 Edm = 0.0110335 NCalls = 728 +VariableMetric: Iteration # 114 - FCN = -714268.234645 Edm = 0.00866889 NCalls = 731 +VariableMetric: Iteration # 115 - FCN = -714268.2493841 Edm = 0.00631895 NCalls = 733 +VariableMetric: Iteration # 116 - FCN = -714268.2634708 Edm = 0.00371604 NCalls = 736 +VariableMetric: Iteration # 117 - FCN = -714268.2669564 Edm = 0.00102107 NCalls = 737 +VariableMetric: Iteration # 118 - FCN = -714268.2682545 Edm = 0.000531063 NCalls = 739 +VariableMetric: Iteration # 119 - FCN = -714268.2696862 Edm = 0.000289203 NCalls = 741 +VariableMetric: Iteration # 120 - FCN = -714268.2703285 Edm = 0.000108535 NCalls = 743 +VariableMetric: Iteration # 121 - FCN = -714268.2705542 Edm = 8.8821e-06 NCalls = 745 +VariableMetric: After Hessian - FCN = -714268.2705542 Edm = 3.72432e-05 NCalls = 1120 +VariableMetric: Iteration # 122 - FCN = -714268.2705542 Edm = 3.72432e-05 NCalls = 1120 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709380.8486918 Edm = 8.07696 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709380.8486918 Edm = 8.07696 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713509.7118419 Edm = 0.145705 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -713510.2746823 Edm = 0.204827 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -713590.8473202 Edm = 67.3023 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -713710.7346232 Edm = 35.4482 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -713746.8637788 Edm = 0.816841 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -713747.4384246 Edm = 0.128148 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -713758.6416598 Edm = 7.22903 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -713780.9604782 Edm = 0.10832 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -713781.0783085 Edm = 0.0381193 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -713783.5886587 Edm = 2.30536 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -713836.8479491 Edm = 5.93828 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -713850.2185042 Edm = 1.62521 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -713851.6262468 Edm = 0.387446 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -713851.9477595 Edm = 0.0365176 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -713852.0665274 Edm = 0.0483089 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -713855.1774265 Edm = 2.50551 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -713866.3283912 Edm = 0.147264 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -713866.4843694 Edm = 0.0184214 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -713866.5882356 Edm = 0.0821051 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -713871.9776945 Edm = 5.37413 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -713899.8100438 Edm = 14.0691 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -713921.4391668 Edm = 0.737627 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -713922.1888122 Edm = 0.028117 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -713922.279701 Edm = 0.0157412 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -713922.3025782 Edm = 0.00421261 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -713922.3168106 Edm = 0.0105956 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -713922.5032641 Edm = 0.151076 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -713924.8412838 Edm = 2.59905 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -713926.1259483 Edm = 3.39731 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -713926.8516777 Edm = 1.4167 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -713929.0924163 Edm = 0.987612 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -713931.4968391 Edm = 1.08006 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -713948.0322892 Edm = 4.88475 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -713953.3673851 Edm = 0.174165 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -713953.5067732 Edm = 0.0121059 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -713953.5528804 Edm = 0.0222949 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -713953.6182531 Edm = 0.0159489 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -713953.6570861 Edm = 0.0133669 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -713953.6677713 Edm = 0.0104325 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -713953.6759191 Edm = 0.00136829 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -713953.6793923 Edm = 0.00198783 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -713953.6853351 Edm = 0.00524714 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -713953.8874019 Edm = 0.174012 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -713960.1870669 Edm = 6.44271 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -713965.5094535 Edm = 11.871 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -713966.0405924 Edm = 1.3145 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -713976.4372959 Edm = 5.37968 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -713995.1834876 Edm = 2.5114 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -713998.5841382 Edm = 0.726571 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -713999.4005447 Edm = 0.107981 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -713999.6710948 Edm = 0.100182 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -713999.9725474 Edm = 0.193935 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -714000.2191677 Edm = 0.247046 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -714000.5502256 Edm = 0.019331 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -714000.5802604 Edm = 0.00535018 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -714000.5848395 Edm = 0.00601757 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -714000.603375 Edm = 0.014069 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -714002.4070494 Edm = 1.99518 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -714002.5787755 Edm = 0.173233 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -714003.8169648 Edm = 1.1868 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -714054.1304458 Edm = 41.6513 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -714068.5346719 Edm = 6.30295 NCalls = 214 +VariableMetric: Iteration # 63 - FCN = -714071.882763 Edm = 1.15107 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -714072.3891746 Edm = 0.26227 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -714072.6397807 Edm = 0.0851044 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -714073.056764 Edm = 0.164542 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -714073.3758634 Edm = 0.0230761 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -714073.4291356 Edm = 0.0119077 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -714073.4459653 Edm = 0.00434118 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -714073.4515915 Edm = 0.00190383 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -714073.4600609 Edm = 0.00417998 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -714073.5207729 Edm = 0.0578224 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -714075.5945795 Edm = 4.43643 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -714075.6144118 Edm = 0.0486108 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -714075.8063064 Edm = 0.159577 NCalls = 250 +VariableMetric: Iteration # 76 - FCN = -714078.1848558 Edm = 2.14192 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -714099.2501967 Edm = 15.9724 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -714117.2456216 Edm = 6.98656 NCalls = 261 +VariableMetric: Iteration # 79 - FCN = -714124.7992307 Edm = 2.15006 NCalls = 263 +VariableMetric: Iteration # 80 - FCN = -714126.4027346 Edm = 1.18386 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -714127.4313557 Edm = 0.315826 NCalls = 266 +VariableMetric: Iteration # 82 - FCN = -714127.8620015 Edm = 0.0763359 NCalls = 268 +VariableMetric: Iteration # 83 - FCN = -714127.9293302 Edm = 0.00526233 NCalls = 270 +VariableMetric: Iteration # 84 - FCN = -714127.9376719 Edm = 0.00221332 NCalls = 272 +VariableMetric: Iteration # 85 - FCN = -714127.9478147 Edm = 0.00551113 NCalls = 274 +VariableMetric: Iteration # 86 - FCN = -714128.1578459 Edm = 0.160784 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -714150.5512506 Edm = 20.479 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -714150.6129099 Edm = 0.353382 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -714151.3277514 Edm = 0.68576 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -714156.1399783 Edm = 2.65949 NCalls = 295 +VariableMetric: Iteration # 91 - FCN = -714161.8745665 Edm = 1.63579 NCalls = 297 +VariableMetric: Iteration # 92 - FCN = -714167.1972187 Edm = 2.73984 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -714197.1538469 Edm = 12.6764 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -714221.7388847 Edm = 18.3029 NCalls = 304 +VariableMetric: Iteration # 95 - FCN = -714243.3430224 Edm = 5.33396 NCalls = 307 +VariableMetric: Iteration # 96 - FCN = -714251.2696237 Edm = 1.30199 NCalls = 309 +VariableMetric: Iteration # 97 - FCN = -714252.3049264 Edm = 0.181263 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -714252.5829972 Edm = 0.207681 NCalls = 313 +VariableMetric: Iteration # 99 - FCN = -714252.7290057 Edm = 0.0423614 NCalls = 315 +VariableMetric: Iteration # 100 - FCN = -714252.7869241 Edm = 0.0170907 NCalls = 317 +VariableMetric: Iteration # 101 - FCN = -714252.8304002 Edm = 0.0145337 NCalls = 319 +VariableMetric: Iteration # 102 - FCN = -714252.8613792 Edm = 0.000988671 NCalls = 321 +VariableMetric: Iteration # 103 - FCN = -714252.86316 Edm = 0.000585937 NCalls = 323 +VariableMetric: Iteration # 104 - FCN = -714252.8738398 Edm = 0.0130115 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -714252.9748406 Edm = 0.0966525 NCalls = 333 +VariableMetric: Iteration # 106 - FCN = -714252.9784025 Edm = 0.00241737 NCalls = 335 +VariableMetric: Iteration # 107 - FCN = -714253.0416679 Edm = 0.0390357 NCalls = 340 +VariableMetric: Iteration # 108 - FCN = -714253.8155061 Edm = 0.852414 NCalls = 344 +VariableMetric: Iteration # 109 - FCN = -714254.0833363 Edm = 0.470175 NCalls = 349 +VariableMetric: Iteration # 110 - FCN = -714254.863167 Edm = 1.14152 NCalls = 353 +VariableMetric: Iteration # 111 - FCN = -714267.746863 Edm = 5.63977 NCalls = 359 +VariableMetric: Iteration # 112 - FCN = -714278.7426895 Edm = 2.09179 NCalls = 361 +VariableMetric: Iteration # 113 - FCN = -714281.7528721 Edm = 0.364793 NCalls = 364 +VariableMetric: Iteration # 114 - FCN = -714282.0180461 Edm = 0.0848956 NCalls = 366 +VariableMetric: Iteration # 115 - FCN = -714282.0991115 Edm = 0.0145084 NCalls = 368 +VariableMetric: Iteration # 116 - FCN = -714282.1199202 Edm = 0.00197929 NCalls = 370 +VariableMetric: Iteration # 117 - FCN = -714282.1229562 Edm = 0.000396779 NCalls = 372 +VariableMetric: Iteration # 118 - FCN = -714282.1235905 Edm = 0.000157534 NCalls = 374 +VariableMetric: Iteration # 119 - FCN = -714282.1249327 Edm = 0.00129795 NCalls = 377 +VariableMetric: Iteration # 120 - FCN = -714282.1763169 Edm = 0.0695345 NCalls = 383 +VariableMetric: Iteration # 121 - FCN = -714282.1768529 Edm = 0.000321347 NCalls = 385 +VariableMetric: Iteration # 122 - FCN = -714282.210935 Edm = 0.0392731 NCalls = 391 +VariableMetric: Iteration # 123 - FCN = -714282.250641 Edm = 0.0383672 NCalls = 397 +VariableMetric: Iteration # 124 - FCN = -714285.8677325 Edm = 0.0631696 NCalls = 403 +VariableMetric: Iteration # 125 - FCN = -714285.9497585 Edm = 0.00763853 NCalls = 405 +VariableMetric: Iteration # 126 - FCN = -714285.9593588 Edm = 0.000329526 NCalls = 407 +VariableMetric: Iteration # 127 - FCN = -714285.9598152 Edm = 8.76544e-05 NCalls = 409 +VariableMetric: Iteration # 128 - FCN = -714285.9606908 Edm = 0.000576151 NCalls = 412 +VariableMetric: Iteration # 129 - FCN = -714285.9900869 Edm = 0.0270735 NCalls = 417 +VariableMetric: Iteration # 130 - FCN = -714286.7129686 Edm = 0.196073 NCalls = 421 +VariableMetric: Iteration # 131 - FCN = -714287.0316951 Edm = 0.00655832 NCalls = 423 +VariableMetric: Iteration # 132 - FCN = -714287.0391185 Edm = 0.00019387 NCalls = 425 +VariableMetric: Iteration # 133 - FCN = -714287.0393642 Edm = 2.04284e-05 NCalls = 427 +VariableMetric: After Hessian - FCN = -714287.0393642 Edm = 42.7908 NCalls = 784 +VariableMetric: Iteration # 134 - FCN = -714287.0393642 Edm = 42.7908 NCalls = 784 +VariableMetric: Iteration # 135 - FCN = -714287.0696788 Edm = 114.067 NCalls = 786 +VariableMetric: Iteration # 136 - FCN = -714291.3223563 Edm = 172.09 NCalls = 788 +VariableMetric: Iteration # 137 - FCN = -714292.6317308 Edm = 0.854332 NCalls = 790 +VariableMetric: Iteration # 138 - FCN = -714292.7332117 Edm = 0.38766 NCalls = 792 +VariableMetric: Iteration # 139 - FCN = -714293.0318278 Edm = 0.273285 NCalls = 794 +VariableMetric: Iteration # 140 - FCN = -714293.2352323 Edm = 0.098646 NCalls = 796 +VariableMetric: Iteration # 141 - FCN = -714293.3044991 Edm = 0.00976465 NCalls = 798 +VariableMetric: Iteration # 142 - FCN = -714293.3278716 Edm = 0.0104729 NCalls = 800 +VariableMetric: Iteration # 143 - FCN = -714293.3470883 Edm = 0.00443314 NCalls = 803 +VariableMetric: Iteration # 144 - FCN = -714293.358906 Edm = 0.00309992 NCalls = 805 +VariableMetric: Iteration # 145 - FCN = -714293.3669856 Edm = 0.00602971 NCalls = 808 +VariableMetric: Iteration # 146 - FCN = -714293.3828007 Edm = 0.0149801 NCalls = 813 +VariableMetric: Iteration # 147 - FCN = -714293.3884248 Edm = 0.00457901 NCalls = 815 +VariableMetric: Iteration # 148 - FCN = -714293.3912937 Edm = 0.000851182 NCalls = 817 +VariableMetric: Iteration # 149 - FCN = -714293.3921515 Edm = 0.000271022 NCalls = 819 +VariableMetric: Iteration # 150 - FCN = -714293.3930545 Edm = 0.000282691 NCalls = 821 +VariableMetric: Iteration # 151 - FCN = -714293.3934276 Edm = 6.46927e-05 NCalls = 823 +VariableMetric: Iteration # 152 - FCN = -714293.3935254 Edm = 1.69422e-05 NCalls = 825 +VariableMetric: After Hessian - FCN = -714293.3935254 Edm = 4.42121e-05 NCalls = 1194 +VariableMetric: Iteration # 153 - FCN = -714293.3935254 Edm = 4.42121e-05 NCalls = 1194 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -705945.0060376 Edm = 3.92569 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -705945.0060376 Edm = 3.92569 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -707537.2022267 Edm = 0.455617 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -707539.7791752 Edm = 0.577182 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -707566.0588151 Edm = 24.2494 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -707871.7524132 Edm = 2.85768 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -707874.6135422 Edm = 0.127575 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -707883.8006464 Edm = 10.1476 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -707966.2070927 Edm = 47.9797 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -708064.5229549 Edm = 0.426671 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -708065.5248696 Edm = 0.523395 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -708116.9171175 Edm = 38.2335 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -708387.4262164 Edm = 54.4356 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -708440.9925059 Edm = 0.258815 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -708441.3079024 Edm = 0.106206 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -708454.7668225 Edm = 10.2064 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -708494.5971707 Edm = 0.127138 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -708494.8836696 Edm = 0.154243 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -708528.8939731 Edm = 33.4977 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -709059.0500265 Edm = 110.648 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -709211.9080089 Edm = 25.8575 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -709224.1293363 Edm = 1.70824 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -709226.3916898 Edm = 0.0624504 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -709226.5934369 Edm = 0.130202 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -709234.4565712 Edm = 6.58862 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -709343.2059527 Edm = 4.01698 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -709347.4421711 Edm = 0.0471874 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -709347.4994735 Edm = 0.0103382 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -709347.610436 Edm = 0.101292 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -709351.0718994 Edm = 2.37606 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -709385.4358458 Edm = 4.25519 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -709391.7992465 Edm = 0.0605764 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -709391.8712334 Edm = 0.0103761 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -709392.1778064 Edm = 0.276563 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -709422.2697707 Edm = 22.641 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -709507.6859357 Edm = 0.683804 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -709508.4220479 Edm = 0.0272913 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -709508.8863478 Edm = 0.441879 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -709547.9247215 Edm = 7.09641 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -709615.880892 Edm = 11.3096 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -709630.2680622 Edm = 0.107306 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -709630.3904084 Edm = 0.0138742 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -709630.6249064 Edm = 0.231984 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -709648.190556 Edm = 5.59147 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -709789.751882 Edm = 139.488 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -710900.4672021 Edm = 72.9291 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -711085.7190562 Edm = 103.131 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -711132.8615697 Edm = 137.222 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -711183.4227527 Edm = 15.0721 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -711200.2708565 Edm = 1.41705 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -711254.6109381 Edm = 80.2016 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -711255.7687587 Edm = 8.60386 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -711333.1815327 Edm = 48.5492 NCalls = 178 +VariableMetric: Iteration # 52 - FCN = -711407.1288742 Edm = 6.43967 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -711412.643553 Edm = 0.28586 NCalls = 182 +VariableMetric: Iteration # 54 - FCN = -711412.9047008 Edm = 0.026134 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -711413.0095613 Edm = 0.0922416 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -711420.1454375 Edm = 6.18252 NCalls = 191 +VariableMetric: Iteration # 57 - FCN = -711463.7487705 Edm = 8.15068 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -711472.0127903 Edm = 0.133229 NCalls = 195 +VariableMetric: Iteration # 59 - FCN = -711472.144167 Edm = 0.00107695 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -711472.1451708 Edm = 2.21031e-05 NCalls = 197 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709713.6608306 Edm = 2.988 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709713.6608306 Edm = 2.988 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711603.0586373 Edm = 4.21063 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -711668.3496958 Edm = 52.2162 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -712665.6025502 Edm = 24.4372 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -712678.5913875 Edm = 0.13983 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -712678.8370608 Edm = 0.19579 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -712706.2784885 Edm = 3.02686 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -712710.2874819 Edm = 0.0188813 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -712710.3323414 Edm = 0.0216405 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -712740.4848032 Edm = 8.24543 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -712855.5867665 Edm = 3.97193 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -712859.5805075 Edm = 0.845744 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -712860.3205158 Edm = 0.0183035 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -712860.3762397 Edm = 0.0354773 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -712881.2430079 Edm = 6.03637 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -712889.7806761 Edm = 0.521754 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -712890.3484933 Edm = 0.0146048 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -712890.374483 Edm = 0.0116427 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -712894.002595 Edm = 4.00975 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -712894.0256399 Edm = 0.0126362 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -712894.7734167 Edm = 0.832641 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -712895.3026716 Edm = 0.513835 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -712955.1734756 Edm = 3.11575 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -712958.6938697 Edm = 0.175394 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -712958.8833298 Edm = 0.0158957 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -712958.9152221 Edm = 0.0171446 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -712959.2801821 Edm = 0.275653 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -713013.7701382 Edm = 28.8091 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -713081.6155405 Edm = 10.0744 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -713650.4909021 Edm = 776.732 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -713651.9248861 Edm = 9.86203 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -713685.9695546 Edm = 132.426 NCalls = 121 +VariableMetric: Iteration # 32 - FCN = -713694.4991998 Edm = 57.5741 NCalls = 124 +VariableMetric: Iteration # 33 - FCN = -713974.0067637 Edm = 62.7225 NCalls = 129 +VariableMetric: Iteration # 34 - FCN = -714129.8280767 Edm = 24.381 NCalls = 132 +VariableMetric: Iteration # 35 - FCN = -714154.7292957 Edm = 2.09412 NCalls = 134 +VariableMetric: Iteration # 36 - FCN = -714156.6831481 Edm = 0.383377 NCalls = 136 +VariableMetric: Iteration # 37 - FCN = -714157.1177084 Edm = 0.192829 NCalls = 138 +VariableMetric: Iteration # 38 - FCN = -714157.4882616 Edm = 0.0946433 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -714158.0975647 Edm = 0.351273 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -714158.6119163 Edm = 0.677491 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -714160.0229931 Edm = 0.610671 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -714160.7049792 Edm = 0.29477 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -714160.925891 Edm = 0.00962054 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -714160.9919728 Edm = 0.0605956 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -714162.560164 Edm = 1.1501 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -714172.8309477 Edm = 9.13547 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -714181.0017547 Edm = 9.44691 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -714184.4995601 Edm = 14.5286 NCalls = 173 +VariableMetric: Iteration # 49 - FCN = -714199.0922389 Edm = 10.0395 NCalls = 178 +VariableMetric: Iteration # 50 - FCN = -714209.0446112 Edm = 4.38764 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -714212.8465991 Edm = 0.25865 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -714213.0641318 Edm = 0.0412602 NCalls = 185 +VariableMetric: Iteration # 53 - FCN = -714213.2417374 Edm = 0.107435 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -714213.5539779 Edm = 0.10114 NCalls = 190 +VariableMetric: Iteration # 55 - FCN = -714213.8778095 Edm = 0.2455 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -714217.2666377 Edm = 1.4055 NCalls = 196 +VariableMetric: Iteration # 57 - FCN = -714221.6738561 Edm = 1.60827 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -714224.1970484 Edm = 1.95078 NCalls = 202 +VariableMetric: Iteration # 59 - FCN = -714225.4889648 Edm = 1.88325 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -714228.9881819 Edm = 2.39096 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -714233.5639341 Edm = 11.7759 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -714237.1428482 Edm = 3.41707 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -714242.0499284 Edm = 0.334887 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -714242.4605586 Edm = 0.0378668 NCalls = 216 +VariableMetric: Iteration # 65 - FCN = -714242.4876295 Edm = 0.00475862 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -714242.5027709 Edm = 0.00458554 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -714242.5212662 Edm = 0.00460905 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -714242.7122196 Edm = 0.150574 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -714246.0738396 Edm = 2.55307 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -714265.0212904 Edm = 35.4472 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -714270.2673916 Edm = 2.0554 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -714272.5273695 Edm = 0.13522 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -714272.6693847 Edm = 0.0455671 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -714272.7370878 Edm = 0.003055 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -714272.7426628 Edm = 0.00157562 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -714272.749321 Edm = 0.00225777 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -714272.7739553 Edm = 0.0145478 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -714272.8664125 Edm = 0.0302628 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -714273.0256099 Edm = 0.0953159 NCalls = 258 +VariableMetric: Iteration # 80 - FCN = -714273.747544 Edm = 0.698616 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -714279.5594103 Edm = 2.21965 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -714284.7727212 Edm = 0.874409 NCalls = 269 +VariableMetric: Iteration # 83 - FCN = -714285.3382652 Edm = 0.1872 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -714285.4888599 Edm = 0.0337445 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -714285.5280894 Edm = 0.00705927 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -714285.5374266 Edm = 0.000968017 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -714285.5400013 Edm = 0.00240958 NCalls = 279 +VariableMetric: Iteration # 88 - FCN = -714285.5816485 Edm = 0.0473965 NCalls = 284 +VariableMetric: Iteration # 89 - FCN = -714286.6737827 Edm = 0.303652 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -714287.0965767 Edm = 0.026678 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -714287.1136441 Edm = 0.00131061 NCalls = 295 +VariableMetric: Iteration # 92 - FCN = -714287.1156165 Edm = 0.00120562 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -714287.134573 Edm = 0.0223072 NCalls = 301 +VariableMetric: Iteration # 94 - FCN = -714287.2578188 Edm = 0.109332 NCalls = 307 +VariableMetric: Iteration # 95 - FCN = -714292.5909926 Edm = 3.83673 NCalls = 311 +VariableMetric: Iteration # 96 - FCN = -714298.4468322 Edm = 3.35017 NCalls = 314 +VariableMetric: Iteration # 97 - FCN = -714299.8125534 Edm = 0.57656 NCalls = 316 +VariableMetric: Iteration # 98 - FCN = -714300.2551205 Edm = 0.0134314 NCalls = 317 +VariableMetric: Iteration # 99 - FCN = -714300.268576 Edm = 0.000279952 NCalls = 318 +VariableMetric: Iteration # 100 - FCN = -714300.2689934 Edm = 0.000129346 NCalls = 320 +VariableMetric: Iteration # 101 - FCN = -714300.2704253 Edm = 0.00140583 NCalls = 323 +VariableMetric: Iteration # 102 - FCN = -714300.2860753 Edm = 0.0144227 NCalls = 328 +VariableMetric: Iteration # 103 - FCN = -714300.4935353 Edm = 0.179463 NCalls = 331 +VariableMetric: Iteration # 104 - FCN = -714302.2588326 Edm = 0.332848 NCalls = 334 +VariableMetric: Iteration # 105 - FCN = -714302.7387481 Edm = 0.0136942 NCalls = 337 +VariableMetric: Iteration # 106 - FCN = -714302.7555169 Edm = 0.000466021 NCalls = 339 +VariableMetric: Iteration # 107 - FCN = -714302.7561255 Edm = 3.58728e-05 NCalls = 341 +VariableMetric: After Hessian - FCN = -714302.7561255 Edm = 2.61413 NCalls = 704 +VariableMetric: Iteration # 108 - FCN = -714302.7561255 Edm = 2.61413 NCalls = 704 +VariableMetric: Iteration # 109 - FCN = -714305.4214148 Edm = 0.0777799 NCalls = 705 +VariableMetric: Iteration # 110 - FCN = -714305.5136544 Edm = 0.0395642 NCalls = 707 +VariableMetric: Iteration # 111 - FCN = -714305.7035243 Edm = 0.0612811 NCalls = 712 +VariableMetric: Iteration # 112 - FCN = -714305.7506781 Edm = 0.15297 NCalls = 714 +VariableMetric: Iteration # 113 - FCN = -714305.7991266 Edm = 0.00686111 NCalls = 716 +VariableMetric: Iteration # 114 - FCN = -714305.8068275 Edm = 0.000253773 NCalls = 718 +VariableMetric: Iteration # 115 - FCN = -714305.8070843 Edm = 8.84227e-05 NCalls = 719 +VariableMetric: Iteration # 116 - FCN = -714305.8073731 Edm = 0.000227133 NCalls = 721 +VariableMetric: Iteration # 117 - FCN = -714305.8080489 Edm = 6.71344e-05 NCalls = 725 +VariableMetric: Iteration # 118 - FCN = -714305.8081565 Edm = 4.01307e-05 NCalls = 727 +VariableMetric: After Hessian - FCN = -714305.8081565 Edm = 0.000407968 NCalls = 1116 +VariableMetric: Iteration # 119 - FCN = -714305.8081565 Edm = 0.000407968 NCalls = 1116 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711581.0683545 Edm = 0.328782 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711581.0683545 Edm = 0.328782 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711730.5137497 Edm = 0.160852 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711731.0768468 Edm = 0.344533 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -711833.8461981 Edm = 1.32163 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -711835.4169045 Edm = 0.136028 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -711849.2250643 Edm = 13.5918 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -711949.0746543 Edm = 1.02224 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -711950.5879734 Edm = 0.338492 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -711954.6333195 Edm = 4.98757 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -711974.137024 Edm = 17.4481 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -712311.8061494 Edm = 33.1625 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -712350.9618517 Edm = 4.84292 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -712368.0316847 Edm = 4.70572 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -712393.1989403 Edm = 20.3152 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -712403.6456638 Edm = 6.99068 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -712408.1643783 Edm = 2.87113 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -712410.326303 Edm = 0.0687359 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -712411.7792938 Edm = 1.36409 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -712590.7656454 Edm = 64.3269 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -712620.8387929 Edm = 14.6806 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -712629.9125571 Edm = 2.72731 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -712632.527391 Edm = 0.472175 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -712633.6018065 Edm = 0.208175 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -712633.8754771 Edm = 0.0586172 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -712634.0445349 Edm = 0.0209289 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -712634.1253227 Edm = 0.0509699 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -712645.3788204 Edm = 12.4316 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -712645.6701446 Edm = 0.286431 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -712646.998376 Edm = 1.47629 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -712683.1286852 Edm = 31.1141 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -712826.3195844 Edm = 43.7049 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -712833.3545472 Edm = 18.8774 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -712846.6470981 Edm = 2.94505 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -712848.8426529 Edm = 0.743378 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -712849.6920428 Edm = 0.0965082 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -712849.8987632 Edm = 0.00595171 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -712849.9146328 Edm = 0.00801003 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -712851.280133 Edm = 1.23627 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -713372.5406799 Edm = 730.021 NCalls = 141 +VariableMetric: Iteration # 39 - FCN = -713776.6199323 Edm = 574.509 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -713965.8565393 Edm = 76.8836 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -714065.5649414 Edm = 11.2281 NCalls = 148 +VariableMetric: Iteration # 42 - FCN = -714072.569461 Edm = 14.0647 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -714083.8234152 Edm = 3.67895 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -714089.1563465 Edm = 2.58389 NCalls = 156 +VariableMetric: Iteration # 45 - FCN = -714091.1318528 Edm = 0.0665641 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -714091.2053845 Edm = 0.0168639 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -714091.2480981 Edm = 0.0236748 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -714091.4696076 Edm = 0.085631 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -714091.9103825 Edm = 0.239896 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -714095.2686264 Edm = 2.82769 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -714203.0569613 Edm = 43.4671 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -714235.977827 Edm = 4.08252 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -714239.8555126 Edm = 0.665697 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -714240.7652142 Edm = 0.281686 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -714241.286394 Edm = 0.160124 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -714241.4250804 Edm = 0.0137006 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -714241.4449655 Edm = 0.00435733 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -714241.452712 Edm = 0.00113949 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -714241.4543665 Edm = 0.000465954 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -714241.4623142 Edm = 0.00696359 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -714241.6333871 Edm = 0.154694 NCalls = 201 +VariableMetric: Iteration # 62 - FCN = -714248.6131916 Edm = 2.92105 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -714254.0997582 Edm = 0.49298 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -714263.8164587 Edm = 4.5984 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -714263.9848423 Edm = 0.257679 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -714264.6698954 Edm = 1.27537 NCalls = 225 +VariableMetric: Iteration # 67 - FCN = -714266.1995874 Edm = 2.15528 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -714270.6707759 Edm = 0.939134 NCalls = 234 +VariableMetric: Iteration # 69 - FCN = -714271.9971183 Edm = 0.0580736 NCalls = 236 +VariableMetric: Iteration # 70 - FCN = -714272.0551107 Edm = 0.0135628 NCalls = 237 +VariableMetric: Iteration # 71 - FCN = -714272.0819434 Edm = 0.0206312 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -714272.1293024 Edm = 0.0206421 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -714272.1556887 Edm = 0.0194274 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -714272.1719864 Edm = 0.00336688 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -714272.1795304 Edm = 0.00182526 NCalls = 249 +VariableMetric: Iteration # 76 - FCN = -714272.186103 Edm = 0.00453801 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -714272.3539749 Edm = 0.175719 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -714276.9904984 Edm = 3.32501 NCalls = 259 +VariableMetric: Iteration # 79 - FCN = -714289.350461 Edm = 6.57451 NCalls = 265 +VariableMetric: Iteration # 80 - FCN = -714293.9604543 Edm = 0.687733 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -714294.4489664 Edm = 0.0471137 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -714294.4653181 Edm = 0.0188245 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -714294.4761411 Edm = 0.00165769 NCalls = 273 +VariableMetric: Iteration # 84 - FCN = -714294.4778664 Edm = 0.000446321 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -714294.4787614 Edm = 0.000215521 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -714294.4794442 Edm = 0.000539352 NCalls = 279 +VariableMetric: Iteration # 87 - FCN = -714294.4855908 Edm = 0.00594387 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -714294.7706367 Edm = 0.279071 NCalls = 288 +VariableMetric: Iteration # 89 - FCN = -714297.3640065 Edm = 0.0668513 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -714297.4363987 Edm = 0.00343858 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -714297.440047 Edm = 9.15151e-05 NCalls = 295 +VariableMetric: Iteration # 92 - FCN = -714297.4402128 Edm = 8.06792e-05 NCalls = 297 +VariableMetric: After Hessian - FCN = -714297.4402128 Edm = 741.699 NCalls = 662 +VariableMetric: Iteration # 93 - FCN = -714297.4402128 Edm = 741.699 NCalls = 662 +VariableMetric: Iteration # 94 - FCN = -714302.2751213 Edm = 333.337 NCalls = 669 +VariableMetric: Iteration # 95 - FCN = -714302.4592514 Edm = 1.04644 NCalls = 673 +VariableMetric: Iteration # 96 - FCN = -714304.0078326 Edm = 0.599075 NCalls = 677 +VariableMetric: Iteration # 97 - FCN = -714304.6368306 Edm = 0.174418 NCalls = 679 +VariableMetric: Iteration # 98 - FCN = -714304.8515873 Edm = 0.14823 NCalls = 682 +VariableMetric: Iteration # 99 - FCN = -714305.0131735 Edm = 0.0344278 NCalls = 684 +VariableMetric: Iteration # 100 - FCN = -714305.0835504 Edm = 0.0305787 NCalls = 687 +VariableMetric: Iteration # 101 - FCN = -714305.1316204 Edm = 0.00865546 NCalls = 690 +VariableMetric: Iteration # 102 - FCN = -714305.1531579 Edm = 0.00484813 NCalls = 692 +VariableMetric: Iteration # 103 - FCN = -714305.1757555 Edm = 0.00824752 NCalls = 694 +VariableMetric: Iteration # 104 - FCN = -714305.2070653 Edm = 0.0122589 NCalls = 697 +VariableMetric: Iteration # 105 - FCN = -714305.2393045 Edm = 0.0114437 NCalls = 699 +VariableMetric: Iteration # 106 - FCN = -714305.2711766 Edm = 0.0303577 NCalls = 702 +VariableMetric: Iteration # 107 - FCN = -714305.29683 Edm = 0.0214179 NCalls = 704 +VariableMetric: Iteration # 108 - FCN = -714305.3396666 Edm = 0.0137701 NCalls = 707 +VariableMetric: Iteration # 109 - FCN = -714305.3717013 Edm = 0.0320478 NCalls = 710 +VariableMetric: Iteration # 110 - FCN = -714305.3903014 Edm = 0.00571736 NCalls = 712 +VariableMetric: Iteration # 111 - FCN = -714305.3978027 Edm = 0.000979292 NCalls = 714 +VariableMetric: Iteration # 112 - FCN = -714305.3997277 Edm = 0.000516203 NCalls = 716 +VariableMetric: Iteration # 113 - FCN = -714305.4019024 Edm = 0.000556574 NCalls = 718 +VariableMetric: Iteration # 114 - FCN = -714305.4027361 Edm = 0.000209173 NCalls = 720 +VariableMetric: Iteration # 115 - FCN = -714305.4029846 Edm = 4.595e-05 NCalls = 722 +VariableMetric: After Hessian - FCN = -714305.4029846 Edm = 0.000148104 NCalls = 1091 +VariableMetric: Iteration # 116 - FCN = -714305.4029846 Edm = 0.000148104 NCalls = 1091 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -708912.4665867 Edm = 9.07516 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -708912.4665867 Edm = 9.07516 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712565.3820308 Edm = 1.76361 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712573.4409229 Edm = 2.26986 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -712659.6542253 Edm = 65.6391 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -712991.3902407 Edm = 1.57536 NCalls = 16 +VariableMetric: Iteration # 5 - FCN = -712995.2520866 Edm = 1.14536 NCalls = 18 +VariableMetric: Iteration # 6 - FCN = -713129.4266523 Edm = 119.223 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -713347.2682093 Edm = 71.6425 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -713418.3658982 Edm = 1.3305 NCalls = 28 +VariableMetric: Iteration # 9 - FCN = -713419.9859705 Edm = 0.0684373 NCalls = 30 +VariableMetric: Iteration # 10 - FCN = -713420.3536144 Edm = 0.306767 NCalls = 33 +VariableMetric: Iteration # 11 - FCN = -713449.6276349 Edm = 2.80766 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -713452.8666212 Edm = 0.0290911 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -713452.9538984 Edm = 0.0577944 NCalls = 44 +VariableMetric: Iteration # 14 - FCN = -713468.0741466 Edm = 16.8176 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -713468.4945155 Edm = 0.369355 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -713568.3226166 Edm = 10.4174 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -713645.788632 Edm = 112.814 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -713708.8984624 Edm = 8.22195 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -713721.6410342 Edm = 0.206708 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -713721.9981006 Edm = 0.0487736 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -713722.301443 Edm = 0.256613 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -713743.9535576 Edm = 17.4881 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -713804.0030102 Edm = 2.65428 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -713809.3094359 Edm = 1.59449 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -713811.335858 Edm = 1.66646 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -713820.1644759 Edm = 15.4414 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -713820.5999561 Edm = 1.5435 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -713824.647861 Edm = 3.8774 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -713842.4397936 Edm = 1.32075 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -713844.1739094 Edm = 0.956622 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -713845.4680349 Edm = 1.26712 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -713848.7991738 Edm = 0.646032 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -713850.0504391 Edm = 0.252806 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -713850.6447745 Edm = 0.189674 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -713850.7276247 Edm = 0.0201437 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -713850.7732367 Edm = 0.0189207 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -713851.0862738 Edm = 0.284801 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -713878.3530358 Edm = 17.3188 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -713878.7855311 Edm = 0.462047 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -713881.7978295 Edm = 2.57433 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -713906.9270918 Edm = 15.793 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -713914.9982071 Edm = 14.4606 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -713939.2183939 Edm = 14.3565 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -713944.9896459 Edm = 10.4754 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -713952.9586311 Edm = 0.929404 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -713954.2960123 Edm = 0.445425 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -713955.1056008 Edm = 0.0551488 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -713955.1767168 Edm = 0.00248003 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -713955.1822097 Edm = 0.00280902 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -713955.2536321 Edm = 0.06567 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -713962.0467859 Edm = 6.40455 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -713999.0619105 Edm = 3.99828 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -714001.6975362 Edm = 0.83986 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -714002.1207513 Edm = 0.04627 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -714002.1732312 Edm = 0.0138371 NCalls = 178 +VariableMetric: Iteration # 56 - FCN = -714002.189046 Edm = 0.00110326 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -714002.1967016 Edm = 0.00712233 NCalls = 183 +VariableMetric: Iteration # 58 - FCN = -714003.5793536 Edm = 0.41354 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -714010.9857577 Edm = 4.07564 NCalls = 192 +VariableMetric: Iteration # 60 - FCN = -714032.7893107 Edm = 2.97964 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -714035.8469939 Edm = 1.63172 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -714048.3981012 Edm = 5.19966 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -714048.7512631 Edm = 0.62035 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -714052.5304744 Edm = 3.55033 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -714061.7928781 Edm = 1.85148 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -714063.6636888 Edm = 0.465055 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -714064.1281308 Edm = 0.074947 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -714064.2025109 Edm = 0.0120783 NCalls = 219 +VariableMetric: Iteration # 69 - FCN = -714064.2138551 Edm = 0.00292271 NCalls = 221 +VariableMetric: Iteration # 70 - FCN = -714064.2291956 Edm = 0.00820279 NCalls = 224 +VariableMetric: Iteration # 71 - FCN = -714064.2816086 Edm = 0.0381297 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -714065.5402233 Edm = 1.31297 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -714067.2783833 Edm = 1.56046 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -714099.2794381 Edm = 2.95664 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -714101.3572274 Edm = 0.330351 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -714101.6807154 Edm = 0.0781862 NCalls = 243 +VariableMetric: Iteration # 77 - FCN = -714101.7590761 Edm = 0.0114148 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -714101.7725475 Edm = 0.00164146 NCalls = 247 +VariableMetric: Iteration # 79 - FCN = -714101.7742669 Edm = 0.000458076 NCalls = 248 +VariableMetric: Iteration # 80 - FCN = -714101.7760574 Edm = 0.00138521 NCalls = 250 +VariableMetric: Iteration # 81 - FCN = -714101.8333252 Edm = 0.0438939 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -714103.5161909 Edm = 1.50977 NCalls = 258 +VariableMetric: Iteration # 83 - FCN = -714142.9801236 Edm = 16.6532 NCalls = 267 +VariableMetric: Iteration # 84 - FCN = -714156.1710744 Edm = 29.882 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -714160.7680926 Edm = 6.12824 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -714165.6962787 Edm = 1.40119 NCalls = 273 +VariableMetric: Iteration # 87 - FCN = -714167.8400911 Edm = 0.657232 NCalls = 275 +VariableMetric: Iteration # 88 - FCN = -714169.7463545 Edm = 1.73657 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -714173.5538449 Edm = 4.52883 NCalls = 283 +VariableMetric: Iteration # 90 - FCN = -714179.9921085 Edm = 33.3824 NCalls = 288 +VariableMetric: Iteration # 91 - FCN = -714187.6799136 Edm = 7.37504 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -714188.6648206 Edm = 2.67665 NCalls = 295 +VariableMetric: Iteration # 93 - FCN = -714200.7419343 Edm = 3.73595 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -714207.021677 Edm = 0.87704 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -714208.5657753 Edm = 0.412967 NCalls = 304 +VariableMetric: Iteration # 96 - FCN = -714209.4923399 Edm = 0.143575 NCalls = 307 +VariableMetric: Iteration # 97 - FCN = -714209.6172866 Edm = 0.00858704 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -714209.6252187 Edm = 0.00118085 NCalls = 310 +VariableMetric: Iteration # 99 - FCN = -714209.6282668 Edm = 0.00200194 NCalls = 312 +VariableMetric: Iteration # 100 - FCN = -714209.6460272 Edm = 0.0140759 NCalls = 315 +VariableMetric: Iteration # 101 - FCN = -714209.8468005 Edm = 0.156432 NCalls = 318 +VariableMetric: Iteration # 102 - FCN = -714212.4143638 Edm = 2.2891 NCalls = 322 +VariableMetric: Iteration # 103 - FCN = -714238.3687154 Edm = 5.38851 NCalls = 325 +VariableMetric: Iteration # 104 - FCN = -714244.835249 Edm = 0.749441 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -714245.6859091 Edm = 0.113133 NCalls = 329 +VariableMetric: Iteration # 106 - FCN = -714245.8120478 Edm = 0.0113053 NCalls = 331 +VariableMetric: Iteration # 107 - FCN = -714245.8296837 Edm = 0.00158825 NCalls = 333 +VariableMetric: Iteration # 108 - FCN = -714245.8327957 Edm = 0.000911914 NCalls = 335 +VariableMetric: Iteration # 109 - FCN = -714245.8354514 Edm = 0.000851244 NCalls = 337 +VariableMetric: Iteration # 110 - FCN = -714245.8415104 Edm = 0.00534953 NCalls = 340 +VariableMetric: Iteration # 111 - FCN = -714245.9661843 Edm = 0.112054 NCalls = 346 +VariableMetric: Iteration # 112 - FCN = -714247.9265449 Edm = 1.4634 NCalls = 350 +VariableMetric: Iteration # 113 - FCN = -714265.0430564 Edm = 5.45593 NCalls = 353 +VariableMetric: Iteration # 114 - FCN = -714269.7660714 Edm = 0.886048 NCalls = 355 +VariableMetric: Iteration # 115 - FCN = -714270.5942962 Edm = 0.0731365 NCalls = 357 +VariableMetric: Iteration # 116 - FCN = -714270.6499891 Edm = 0.0103749 NCalls = 359 +VariableMetric: Iteration # 117 - FCN = -714270.6587913 Edm = 0.000488973 NCalls = 360 +VariableMetric: Iteration # 118 - FCN = -714270.659295 Edm = 0.000109161 NCalls = 362 +VariableMetric: Iteration # 119 - FCN = -714270.6602086 Edm = 0.000773522 NCalls = 365 +VariableMetric: Iteration # 120 - FCN = -714270.6776117 Edm = 0.0191313 NCalls = 369 +VariableMetric: Iteration # 121 - FCN = -714271.0890491 Edm = 0.358349 NCalls = 376 +VariableMetric: Iteration # 122 - FCN = -714274.7073314 Edm = 0.494641 NCalls = 379 +VariableMetric: Iteration # 123 - FCN = -714275.2743071 Edm = 0.0618603 NCalls = 381 +VariableMetric: Iteration # 124 - FCN = -714275.3280612 Edm = 0.00466479 NCalls = 383 +VariableMetric: Iteration # 125 - FCN = -714275.3334397 Edm = 0.000254176 NCalls = 385 +VariableMetric: Iteration # 126 - FCN = -714275.3337738 Edm = 2.61426e-05 NCalls = 387 +VariableMetric: After Hessian - FCN = -714275.3337738 Edm = 20.501 NCalls = 746 +VariableMetric: Iteration # 127 - FCN = -714275.3337738 Edm = 20.501 NCalls = 746 +VariableMetric: Iteration # 128 - FCN = -714295.5184886 Edm = 0.656488 NCalls = 747 +VariableMetric: Iteration # 129 - FCN = -714296.5899089 Edm = 0.479762 NCalls = 749 +VariableMetric: Iteration # 130 - FCN = -714296.661088 Edm = 0.373916 NCalls = 751 +VariableMetric: Iteration # 131 - FCN = -714297.1140991 Edm = 1.04984 NCalls = 755 +VariableMetric: Iteration # 132 - FCN = -714299.7234524 Edm = 3.95081 NCalls = 760 +VariableMetric: Iteration # 133 - FCN = -714301.4575569 Edm = 0.988237 NCalls = 765 +VariableMetric: Iteration # 134 - FCN = -714302.3150085 Edm = 0.569577 NCalls = 767 +VariableMetric: Iteration # 135 - FCN = -714302.7416263 Edm = 0.236272 NCalls = 769 +VariableMetric: Iteration # 136 - FCN = -714303.9789657 Edm = 0.80819 NCalls = 773 +VariableMetric: Iteration # 137 - FCN = -714304.5237293 Edm = 0.422835 NCalls = 775 +VariableMetric: Iteration # 138 - FCN = -714304.9699108 Edm = 0.0228091 NCalls = 777 +VariableMetric: Iteration # 139 - FCN = -714304.994119 Edm = 0.00157333 NCalls = 779 +VariableMetric: Iteration # 140 - FCN = -714304.9962834 Edm = 0.000210191 NCalls = 781 +VariableMetric: Iteration # 141 - FCN = -714304.9966548 Edm = 0.000120714 NCalls = 783 +VariableMetric: Iteration # 142 - FCN = -714304.9978038 Edm = 0.00127193 NCalls = 786 +VariableMetric: Iteration # 143 - FCN = -714305.0164724 Edm = 0.0186397 NCalls = 794 +VariableMetric: Iteration # 144 - FCN = -714305.0274966 Edm = 0.0451278 NCalls = 800 +VariableMetric: Iteration # 145 - FCN = -714305.0277535 Edm = 0.000178775 NCalls = 802 +VariableMetric: Iteration # 146 - FCN = -714305.0292483 Edm = 0.00184725 NCalls = 805 +VariableMetric: Iteration # 147 - FCN = -714305.0736477 Edm = 0.0287751 NCalls = 811 +VariableMetric: Iteration # 148 - FCN = -714305.1426041 Edm = 0.133178 NCalls = 816 +VariableMetric: Iteration # 149 - FCN = -714305.220364 Edm = 0.0534016 NCalls = 818 +VariableMetric: Iteration # 150 - FCN = -714305.2937337 Edm = 0.049604 NCalls = 825 +VariableMetric: Iteration # 151 - FCN = -714305.388408 Edm = 0.147953 NCalls = 829 +VariableMetric: Iteration # 152 - FCN = -714305.4610823 Edm = 0.0193792 NCalls = 832 +VariableMetric: Iteration # 153 - FCN = -714305.4914644 Edm = 0.00784268 NCalls = 835 +VariableMetric: Iteration # 154 - FCN = -714305.5099011 Edm = 0.00699119 NCalls = 838 +VariableMetric: Iteration # 155 - FCN = -714305.5194637 Edm = 0.00686428 NCalls = 841 +VariableMetric: Iteration # 156 - FCN = -714305.5297774 Edm = 0.00353934 NCalls = 843 +VariableMetric: Iteration # 157 - FCN = -714305.5361653 Edm = 0.00211814 NCalls = 846 +VariableMetric: Iteration # 158 - FCN = -714305.537764 Edm = 0.00029268 NCalls = 848 +VariableMetric: Iteration # 159 - FCN = -714305.5382178 Edm = 5.99271e-05 NCalls = 850 +VariableMetric: After Hessian - FCN = -714305.5382178 Edm = 8.97266e-05 NCalls = 1223 +VariableMetric: Iteration # 160 - FCN = -714305.5382178 Edm = 8.97266e-05 NCalls = 1223 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=374 (374 total) | +| EDM = 7.79E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -714305.1443574922 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_p | -2.30 | 0.20 | | |-6.28319 | 6.28319 | | +| 1 | p3770_p | 3.75 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 19.9 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | rho_s | 1.40 | 0.18 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 5.6 | 0.5 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | 4.760 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -4.046 | 0.029 | | |-6.28319 | 6.28319 | | +| 7 | p4160_p | -2.05 | 0.08 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -5.79 | 0.24 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.60 | 0.18 | | |0.918861 | 4.08114 | | +| 10| rho_p | -0.16 | 0.22 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.48 | 0.14 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.998E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 13| psi2s_s | 1369.1 | 2.1 | | | 1358.64 | 1433.36 | | +| 14| Dbar_s | -0.013 | 0.044 | | | -1.464 | 1.464 | | +| 15| p4040_s | 0.84 | 0.13 | | |0.00501244| 2.01499 | | +| 16| p4415_p | -2.23 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.40 | 0.14 | | | 0.71676 | 3.68324 | | +| 18| omega_p | 6 | 9 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.03 | 0.08 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_p p3770_p phi_s rho_s omega_s jpsi_p psi2s_p p4160_p phi_p p3770_s rho_p p4415_s jpsi_s psi2s_s Dbar_s p4040_s p4415_p p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_p | 1.000 0.104 -0.002 -0.001 0.001 -0.130 -0.207 0.113 -0.007 -0.073 0.014 0.125 -0.022 -0.022 -0.235 -0.101 0.166 0.434 0.005 -0.195 | +| p3770_p | 0.104 1.000 -0.005 0.009 0.001 -0.046 -0.282 0.122 -0.011 -0.185 0.013 -0.074 0.033 0.027 0.243 -0.063 0.033 -0.039 0.002 -0.377 | +| phi_s | -0.002 -0.005 1.000 -0.011 -0.015 -0.032 -0.006 -0.005 0.658 0.003 -0.069 0.001 0.033 0.028 -0.003 0.004 -0.003 0.002 -0.035 -0.002 | +| rho_s | -0.001 0.009 -0.011 1.000 -0.140 0.032 -0.020 0.003 -0.017 -0.012 0.154 -0.006 -0.021 -0.018 0.032 -0.014 0.002 -0.009 -0.106 0.011 | +| omega_s | 0.001 0.001 -0.015 -0.140 1.000 -0.008 -0.008 0.001 -0.052 -0.002 0.173 -0.001 -0.007 -0.006 0.002 -0.003 0.002 -0.001 -0.214 -0.001 | +| jpsi_p | -0.130 -0.046 -0.032 0.032 -0.008 1.000 -0.060 -0.084 -0.047 0.009 -0.012 -0.055 0.086 0.080 0.175 -0.018 -0.082 -0.087 0.003 0.086 | +| psi2s_p | -0.207 -0.282 -0.006 -0.020 -0.008 -0.060 1.000 -0.050 0.002 -0.202 -0.043 -0.086 -0.095 -0.098 -0.019 -0.080 -0.051 -0.155 0.001 0.018 | +| p4160_p | 0.113 0.122 -0.005 0.003 0.001 -0.084 -0.050 1.000 -0.010 -0.057 0.023 0.113 -0.017 -0.016 -0.091 -0.368 0.278 -0.057 0.004 -0.309 | +| phi_p | -0.007 -0.011 0.658 -0.017 -0.052 -0.047 0.002 -0.010 1.000 0.008 -0.227 0.001 0.024 0.021 -0.013 0.009 -0.007 0.002 -0.046 -0.005 | +| p3770_s | -0.073 -0.185 0.003 -0.012 -0.002 0.009 -0.202 -0.057 0.008 1.000 -0.014 0.045 -0.020 -0.030 -0.202 0.129 0.008 0.055 0.000 0.056 | +| rho_p | 0.014 0.013 -0.069 0.154 0.173 -0.012 -0.043 0.023 -0.227 -0.014 1.000 -0.013 -0.081 -0.070 0.008 -0.028 0.020 -0.011 0.180 -0.014 | +| p4415_s | 0.125 -0.074 0.001 -0.006 -0.001 -0.055 -0.086 0.113 0.001 0.045 -0.013 1.000 0.002 0.000 -0.273 0.055 -0.110 0.216 0.002 0.222 | +| jpsi_s | -0.022 0.033 0.033 -0.021 -0.007 0.086 -0.095 -0.017 0.024 -0.020 -0.081 0.002 1.000 0.848 0.211 -0.024 -0.010 -0.013 0.004 0.038 | +| psi2s_s | -0.022 0.027 0.028 -0.018 -0.006 0.080 -0.098 -0.016 0.021 -0.030 -0.070 0.000 0.848 1.000 0.190 -0.026 -0.011 -0.014 0.003 0.039 | +| Dbar_s | -0.235 0.243 -0.003 0.032 0.002 0.175 -0.019 -0.091 -0.013 -0.202 0.008 -0.273 0.211 0.190 1.000 -0.283 -0.327 -0.414 -0.004 -0.547 | +| p4040_s | -0.101 -0.063 0.004 -0.014 -0.003 -0.018 -0.080 -0.368 0.009 0.129 -0.028 0.055 -0.024 -0.026 -0.283 1.000 -0.129 -0.019 0.000 0.314 | +| p4415_p | 0.166 0.033 -0.003 0.002 0.002 -0.082 -0.051 0.278 -0.007 0.008 0.020 -0.110 -0.010 -0.011 -0.327 -0.129 1.000 -0.093 0.004 -0.074 | +| p4160_s | 0.434 -0.039 0.002 -0.009 -0.001 -0.087 -0.155 -0.057 0.002 0.055 -0.011 0.216 -0.013 -0.014 -0.414 -0.019 -0.093 1.000 0.003 0.195 | +| omega_p | 0.005 0.002 -0.035 -0.106 -0.214 0.003 0.001 0.004 -0.046 0.000 0.180 0.002 0.004 0.003 -0.004 0.000 0.004 0.003 1.000 -0.002 | +| Ctt | -0.195 -0.377 -0.002 0.011 -0.001 0.086 0.018 -0.309 -0.005 0.056 -0.014 0.222 0.038 0.039 -0.547 0.314 -0.074 0.195 -0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.20416965961649458}), (, {'error': 0.09928555525728999}), (, {'error': 0.7955199251890885}), (, {'error': 0.1757117779981615}), (, {'error': 0.485314149846662}), (, {'error': 0.01628991117366585}), (, {'error': 0.029171050048157454}), (, {'error': 0.08089361575705167}), (, {'error': 0.23695270799862245}), (, {'error': 0.17691283836424732}), (, {'error': 0.21583986193689375}), (, {'error': 0.13943830784007583}), (, {'error': 12.944707105287307}), (, {'error': 2.0620513993629856}), (, {'error': 0.04383274808654625}), (, {'error': 0.1324241379779929}), (, {'error': 0.1401760404625103}), (, {'error': 0.14371667768601837}), (, {'error': 9.373032704421322}), (, {'error': 0.08321962592522036})]) +Toy 1/10 +Time taken: 37 min, 44 s +Projected time left: 5 h, 39 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1636 (1636 total) | +| EDM = 0.000265 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -714303.25797083 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_p | 4.00 | 0.22 | | |-6.28319 | 6.28319 | | +| 1 | p3770_p | -2.53 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 20.4 | 1.1 | | | 14.8182 | 23.5818 | | +| 3 | rho_s | 1.2 | 0.6 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | 4.754 | 0.025 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | 2.24 | 0.04 | | |-6.28319 | 6.28319 | | +| 7 | p4160_p | -2.05 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 0.54 | 0.24 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.57 | 0.21 | | |0.918861 | 4.08114 | | +| 10| rho_p | -6.3 | 0.9 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.47 | 0.18 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.995E4 | 0.017E4 | | | 9797.52 | 9996.48 | | +| 13| psi2s_s | 1360 | 40 | | | 1358.64 | 1433.36 | | +| 14| Dbar_s | -0.029 | 0.116 | | | -1.464 | 1.464 | | +| 15| p4040_s | 0.85 | 0.18 | | |0.00501244| 2.01499 | | +| 16| p4415_p | 4.05 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.39 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| omega_p | 0.8 | 0.6 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.05 | 0.15 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_p p3770_p phi_s rho_s omega_s jpsi_p psi2s_p p4160_p phi_p p3770_s rho_p p4415_s jpsi_s psi2s_s Dbar_s p4040_s p4415_p p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_p | 1.000 0.090 -0.162 0.191 -0.104 -0.335 0.110 0.271 -0.171 -0.002 0.252 0.049 -0.324 -0.323 -0.322 -0.121 0.216 0.400 0.127 -0.370 | +| p3770_p | 0.090 1.000 0.099 -0.117 0.070 0.106 -0.298 0.184 0.094 -0.290 -0.135 -0.182 0.206 0.205 0.385 -0.266 0.045 -0.167 -0.088 -0.365 | +| phi_s | -0.162 0.099 1.000 -0.314 0.165 0.355 -0.368 -0.142 0.721 -0.135 -0.406 0.061 0.497 0.497 0.432 -0.084 -0.086 -0.035 -0.193 0.239 | +| rho_s | 0.191 -0.117 -0.314 1.000 -0.600 -0.440 0.422 0.171 -0.362 0.149 0.509 -0.081 -0.607 -0.606 -0.512 0.086 0.105 0.032 0.820 -0.281 | +| omega_s | -0.104 0.070 0.165 -0.600 1.000 0.262 -0.233 -0.090 0.205 -0.087 -0.241 0.043 0.335 0.335 0.287 -0.054 -0.055 -0.021 -0.824 0.156 | +| jpsi_p | -0.335 0.106 0.355 -0.440 0.262 1.000 -0.571 -0.274 0.360 -0.197 -0.568 0.060 0.745 0.744 0.681 -0.124 -0.182 -0.107 -0.315 0.420 | +| psi2s_p | 0.110 -0.298 -0.368 0.422 -0.233 -0.571 1.000 0.190 -0.365 0.053 0.517 -0.167 -0.738 -0.738 -0.628 0.056 0.102 -0.066 0.294 -0.371 | +| p4160_p | 0.271 0.184 -0.142 0.171 -0.090 -0.274 0.190 1.000 -0.151 -0.033 0.229 -0.040 -0.280 -0.280 -0.164 -0.435 0.332 -0.101 0.110 -0.532 | +| phi_p | -0.171 0.094 0.721 -0.362 0.205 0.360 -0.365 -0.151 1.000 -0.131 -0.560 0.064 0.506 0.505 0.435 -0.076 -0.094 -0.035 -0.207 0.244 | +| p3770_s | -0.002 -0.290 -0.135 0.149 -0.087 -0.197 0.053 -0.033 -0.131 1.000 0.190 0.065 -0.278 -0.279 -0.369 0.246 0.033 0.117 0.108 -0.010 | +| rho_p | 0.252 -0.135 -0.406 0.509 -0.241 -0.568 0.517 0.229 -0.560 0.190 1.000 -0.105 -0.737 -0.736 -0.633 0.098 0.144 0.042 0.228 -0.377 | +| p4415_s | 0.049 -0.182 0.061 -0.081 0.043 0.060 -0.167 -0.040 0.064 0.065 -0.105 1.000 0.120 0.120 -0.113 0.175 -0.182 0.331 -0.054 0.413 | +| jpsi_s | -0.324 0.206 0.497 -0.607 0.335 0.745 -0.738 -0.280 0.506 -0.278 -0.737 0.120 1.000 0.999 0.874 -0.175 -0.170 -0.074 -0.420 0.483 | +| psi2s_s | -0.323 0.205 0.497 -0.606 0.335 0.744 -0.738 -0.280 0.505 -0.279 -0.736 0.120 0.999 1.000 0.873 -0.175 -0.170 -0.074 -0.419 0.483 | +| Dbar_s | -0.322 0.385 0.432 -0.512 0.287 0.681 -0.628 -0.164 0.435 -0.369 -0.633 -0.113 0.874 0.873 1.000 -0.389 -0.222 -0.315 -0.357 0.100 | +| p4040_s | -0.121 -0.266 -0.084 0.086 -0.054 -0.124 0.056 -0.435 -0.076 0.246 0.098 0.175 -0.175 -0.175 -0.389 1.000 -0.150 0.108 0.067 0.374 | +| p4415_p | 0.216 0.045 -0.086 0.105 -0.055 -0.182 0.102 0.332 -0.094 0.033 0.144 -0.182 -0.170 -0.170 -0.222 -0.150 1.000 -0.117 0.066 -0.213 | +| p4160_s | 0.400 -0.167 -0.035 0.032 -0.021 -0.107 -0.066 -0.101 -0.035 0.117 0.042 0.331 -0.074 -0.074 -0.315 0.108 -0.117 1.000 0.024 0.261 | +| omega_p | 0.127 -0.088 -0.193 0.820 -0.824 -0.315 0.294 0.110 -0.207 0.108 0.228 -0.054 -0.420 -0.419 -0.357 0.067 0.066 0.024 1.000 -0.191 | +| Ctt | -0.370 -0.365 0.239 -0.281 0.156 0.420 -0.371 -0.532 0.244 -0.010 -0.377 0.413 0.483 0.483 0.100 0.374 -0.213 0.261 -0.191 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2249010239544038}), (, {'error': 0.11266280939668216}), (, {'error': 1.1112914992478231}), (, {'error': 0.5585848507913147}), (, {'error': 3.668960098737594}), (, {'error': 0.02456898957600906}), (, {'error': 0.043994655915564174}), (, {'error': 0.09368140326848229}), (, {'error': 0.24048199297171147}), (, {'error': 0.2128693676035338}), (, {'error': 0.8943826316934045}), (, {'error': 0.17883298136016934}), (, {'error': 172.33652049999273}), (, {'error': 38.3984364251379}), (, {'error': 0.11613543067232912}), (, {'error': 0.17974323486447108}), (, {'error': 0.14498864049293836}), (, {'error': 0.16661843519387176}), (, {'error': 0.61355814723919}), (, {'error': 0.15049389994529783})]) +Toy 2/10 +Time taken: 2 h, 6 min +Projected time left: 8 h, 26 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1108 (1108 total) | +| EDM = 0.00984 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -714305.2394096481 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_p | 4.01 | 0.22 | | |-6.28319 | 6.28319 | | +| 1 | p3770_p | -2.53 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 18.4 | 3.2 | | | 14.8182 | 23.5818 | | +| 3 | rho_s | 1.4 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 6.1 | 1.1 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -1.526 | 0.020 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -4.04 | 0.04 | | |-6.28319 | 6.28319 | | +| 7 | p4160_p | -2.05 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.57 | 0.21 | | |0.918861 | 4.08114 | | +| 10| rho_p | -0.06 | 0.30 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.47 | 0.18 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 13| psi2s_s | 1364 | 12 | | | 1358.64 | 1433.36 | | +| 14| Dbar_s | -0.030 | 0.080 | | | -1.464 | 1.464 | | +| 15| p4040_s | 0.85 | 0.17 | | |0.00501244| 2.01499 | | +| 16| p4415_p | 4.05 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.39 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -0.18 | 0.29 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.06 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_p p3770_p phi_s rho_s omega_s jpsi_p psi2s_p p4160_p phi_p p3770_s rho_p p4415_s jpsi_s psi2s_s Dbar_s p4040_s p4415_p p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_p | 1.000 0.138 0.030 0.051 0.016 -0.223 -0.055 0.218 0.037 -0.065 0.108 0.077 -0.191 -0.191 -0.201 -0.163 0.181 0.399 0.019 -0.304 | +| p3770_p | 0.138 1.000 -0.034 -0.025 -0.011 0.012 -0.250 0.217 -0.039 -0.253 -0.051 -0.184 0.119 0.119 0.363 -0.227 0.068 -0.141 -0.020 -0.447 | +| phi_s | 0.030 -0.034 1.000 0.192 0.170 -0.232 0.026 0.013 0.976 0.022 0.501 -0.007 -0.163 -0.163 -0.119 0.016 0.008 0.011 0.279 -0.048 | +| rho_s | 0.051 -0.025 0.192 1.000 -0.328 -0.134 0.125 0.051 0.196 0.025 0.303 -0.031 -0.288 -0.287 -0.184 0.007 0.028 -0.004 0.030 -0.081 | +| omega_s | 0.016 -0.011 0.170 -0.328 1.000 -0.090 0.018 0.011 0.161 0.012 0.347 -0.006 -0.064 -0.064 -0.051 0.004 0.007 0.003 0.491 -0.030 | +| jpsi_p | -0.223 0.012 -0.232 -0.134 -0.090 1.000 -0.337 -0.172 -0.255 -0.081 -0.357 0.010 0.561 0.560 0.468 -0.051 -0.112 -0.080 -0.117 0.271 | +| psi2s_p | -0.055 -0.250 0.026 0.125 0.018 -0.337 1.000 0.074 0.048 -0.096 0.223 -0.142 -0.556 -0.557 -0.385 -0.034 0.020 -0.130 0.045 -0.212 | +| p4160_p | 0.218 0.217 0.013 0.051 0.011 -0.172 0.074 1.000 0.018 -0.082 0.099 -0.007 -0.167 -0.167 -0.023 -0.473 0.305 -0.109 0.014 -0.482 | +| phi_p | 0.037 -0.039 0.976 0.196 0.161 -0.255 0.048 0.018 1.000 0.029 0.498 -0.011 -0.201 -0.201 -0.148 0.020 0.011 0.012 0.280 -0.061 | +| p3770_s | -0.065 -0.253 0.022 0.025 0.012 -0.081 -0.096 -0.082 0.029 1.000 0.068 0.077 -0.168 -0.170 -0.296 0.211 0.000 0.094 0.018 0.065 | +| rho_p | 0.108 -0.051 0.501 0.303 0.347 -0.357 0.223 0.099 0.498 0.068 1.000 -0.056 -0.505 -0.504 -0.357 0.022 0.058 0.005 0.152 -0.189 | +| p4415_s | 0.077 -0.184 -0.007 -0.031 -0.006 0.010 -0.142 -0.007 -0.011 0.077 -0.056 1.000 0.084 0.084 -0.229 0.172 -0.170 0.323 -0.012 0.393 | +| jpsi_s | -0.191 0.119 -0.163 -0.288 -0.064 0.561 -0.556 -0.167 -0.201 -0.168 -0.505 0.084 1.000 0.996 0.740 -0.103 -0.086 -0.029 -0.124 0.344 | +| psi2s_s | -0.191 0.119 -0.163 -0.287 -0.064 0.560 -0.557 -0.167 -0.201 -0.170 -0.504 0.084 0.996 1.000 0.738 -0.103 -0.086 -0.029 -0.124 0.344 | +| Dbar_s | -0.201 0.363 -0.119 -0.184 -0.051 0.468 -0.385 -0.023 -0.148 -0.296 -0.357 -0.229 0.740 0.738 1.000 -0.393 -0.172 -0.358 -0.088 -0.214 | +| p4040_s | -0.163 -0.227 0.016 0.007 0.004 -0.051 -0.034 -0.473 0.020 0.211 0.022 0.172 -0.103 -0.103 -0.393 1.000 -0.172 0.079 0.010 0.441 | +| p4415_p | 0.181 0.068 0.008 0.028 0.007 -0.112 0.020 0.305 0.011 0.000 0.058 -0.170 -0.086 -0.086 -0.172 -0.172 1.000 -0.129 0.007 -0.170 | +| p4160_s | 0.399 -0.141 0.011 -0.004 0.003 -0.080 -0.130 -0.109 0.012 0.094 0.005 0.323 -0.029 -0.029 -0.358 0.079 -0.129 1.000 0.001 0.290 | +| omega_p | 0.019 -0.020 0.279 0.030 0.491 -0.117 0.045 0.014 0.280 0.018 0.152 -0.012 -0.124 -0.124 -0.088 0.010 0.007 0.001 1.000 -0.040 | +| Ctt | -0.304 -0.447 -0.048 -0.081 -0.030 0.271 -0.212 -0.482 -0.061 0.065 -0.189 0.393 0.344 0.344 -0.214 0.441 -0.170 0.290 -0.040 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21502193222370902}), (, {'error': 0.10912993041497199}), (, {'error': 3.154565071717821}), (, {'error': 0.32901987395602206}), (, {'error': 1.0637520651010144}), (, {'error': 0.019992227990135447}), (, {'error': 0.03560368577989026}), (, {'error': 0.08987861234656869}), (, {'error': 8.963286926220414}), (, {'error': 0.2054994330556752}), (, {'error': 0.3031695686743898}), (, {'error': 0.17546554634195977}), (, {'error': 149.78501700937795}), (, {'error': 12.146016369723156}), (, {'error': 0.08029496741529107}), (, {'error': 0.1739673560486527}), (, {'error': 0.14240351911554505}), (, {'error': 0.16314193214685146}), (, {'error': 0.28514960866419514}), (, {'error': 0.13499586468083502})]) +Toy 3/10 +Time taken: 3 h, 12 min +Projected time left: 7 h, 30 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1022 (1022 total) | +| EDM = 2.05E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -714305.8289337142 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_p | -2.05 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | p3770_p | 4.50 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 20.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 6.1 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -1.711 | 0.018 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | 4.17 | 0.03 | | |-6.28319 | 6.28319 | | +| 7 | p4160_p | -1.89 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -5.74 | 0.20 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.37 | 0.19 | | |0.918861 | 4.08114 | | +| 10| rho_p | -0.15 | 0.28 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.47 | 0.17 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.996E4 | 0.016E4 | | | 9797.52 | 9996.48 | | +| 13| psi2s_s | 1360 | 40 | | | 1358.64 | 1433.36 | | +| 14| Dbar_s | -0.020 | 0.078 | | | -1.464 | 1.464 | | +| 15| p4040_s | 0.83 | 0.16 | | |0.00501244| 2.01499 | | +| 16| p4415_p | -2.12 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.36 | 0.15 | | | 0.71676 | 3.68324 | | +| 18| omega_p | 6.09 | 0.25 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.05 | 0.14 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_p p3770_p phi_s rho_s omega_s jpsi_p psi2s_p p4160_p phi_p p3770_s rho_p p4415_s jpsi_s psi2s_s Dbar_s p4040_s p4415_p p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_p | 1.000 0.179 -0.061 0.048 0.007 -0.212 0.052 0.212 -0.056 -0.051 0.115 0.070 -0.179 -0.179 -0.194 -0.158 0.173 0.397 0.006 -0.319 | +| p3770_p | 0.179 1.000 0.022 -0.007 -0.001 -0.022 0.455 0.219 0.011 -0.158 -0.017 -0.153 0.077 0.073 0.304 -0.171 0.089 -0.083 -0.005 -0.461 | +| phi_s | -0.061 0.022 1.000 -0.111 -0.024 0.148 0.121 -0.058 0.658 -0.051 -0.229 0.042 0.339 0.338 0.252 -0.021 -0.017 0.009 -0.001 0.123 | +| rho_s | 0.048 -0.007 -0.111 1.000 -0.399 -0.096 -0.084 0.053 -0.084 0.022 0.271 -0.042 -0.281 -0.281 -0.183 -0.003 0.018 -0.019 -0.019 -0.089 | +| omega_s | 0.007 -0.001 -0.024 -0.399 1.000 -0.036 -0.013 0.006 -0.102 0.005 0.265 -0.003 -0.015 -0.015 -0.016 -0.000 0.003 0.001 0.367 -0.015 | +| jpsi_p | -0.212 -0.022 0.148 -0.096 -0.036 1.000 0.140 -0.159 0.110 -0.143 -0.288 0.026 0.504 0.503 0.427 -0.054 -0.079 -0.060 -0.033 0.310 | +| psi2s_p | 0.052 0.455 0.121 -0.084 -0.013 0.140 1.000 0.203 0.091 -0.188 -0.191 -0.225 0.385 0.381 0.656 -0.381 0.061 -0.225 -0.022 -0.392 | +| p4160_p | 0.212 0.219 -0.058 0.053 0.006 -0.159 0.203 1.000 -0.054 -0.045 0.118 0.013 -0.165 -0.165 -0.053 -0.448 0.294 -0.088 0.006 -0.461 | +| phi_p | -0.056 0.011 0.658 -0.084 -0.102 0.110 0.091 -0.054 1.000 -0.038 -0.351 0.034 0.279 0.278 0.202 -0.011 -0.019 0.007 -0.017 0.100 | +| p3770_s | -0.051 -0.158 -0.051 0.022 0.005 -0.143 -0.188 -0.045 -0.038 1.000 0.069 0.049 -0.160 -0.159 -0.268 0.178 0.004 0.062 0.006 0.019 | +| rho_p | 0.115 -0.017 -0.229 0.271 0.265 -0.288 -0.191 0.118 -0.351 0.069 1.000 -0.086 -0.549 -0.547 -0.392 0.002 0.046 -0.027 -0.016 -0.227 | +| p4415_s | 0.070 -0.153 0.042 -0.042 -0.003 0.026 -0.225 0.013 0.034 0.049 -0.086 1.000 0.122 0.121 -0.168 0.134 -0.167 0.294 -0.008 0.373 | +| jpsi_s | -0.179 0.077 0.339 -0.281 -0.015 0.504 0.385 -0.165 0.279 -0.160 -0.549 0.122 1.000 0.997 0.756 -0.071 -0.044 0.022 -0.049 0.370 | +| psi2s_s | -0.179 0.073 0.338 -0.281 -0.015 0.503 0.381 -0.165 0.278 -0.159 -0.547 0.121 0.997 1.000 0.753 -0.070 -0.044 0.022 -0.049 0.369 | +| Dbar_s | -0.194 0.304 0.252 -0.183 -0.016 0.427 0.656 -0.053 0.202 -0.268 -0.392 -0.168 0.756 0.753 1.000 -0.329 -0.146 -0.282 -0.035 -0.157 | +| p4040_s | -0.158 -0.171 -0.021 -0.003 -0.000 -0.054 -0.381 -0.448 -0.011 0.178 0.002 0.134 -0.071 -0.070 -0.329 1.000 -0.176 0.024 0.001 0.397 | +| p4415_p | 0.173 0.089 -0.017 0.018 0.003 -0.079 0.061 0.294 -0.019 0.004 0.046 -0.167 -0.044 -0.044 -0.146 -0.176 1.000 -0.135 0.001 -0.158 | +| p4160_s | 0.397 -0.083 0.009 -0.019 0.001 -0.060 -0.225 -0.088 0.007 0.062 -0.027 0.294 0.022 0.022 -0.282 0.024 -0.135 1.000 -0.004 0.255 | +| omega_p | 0.006 -0.005 -0.001 -0.019 0.367 -0.033 -0.022 0.006 -0.017 0.006 -0.016 -0.008 -0.049 -0.049 -0.035 0.001 0.001 -0.004 1.000 -0.018 | +| Ctt | -0.319 -0.461 0.123 -0.089 -0.015 0.310 -0.392 -0.461 0.100 0.019 -0.227 0.373 0.370 0.369 -0.157 0.397 -0.158 0.255 -0.018 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21324844604928828}), (, {'error': 0.11042776804999921}), (, {'error': 1.0012080561233923}), (, {'error': 0.319055092030731}), (, {'error': 0.9793247974539332}), (, {'error': 0.01819281881230017}), (, {'error': 0.031939209658884415}), (, {'error': 0.08696688329913327}), (, {'error': 0.20314889517668622}), (, {'error': 0.18592250519390574}), (, {'error': 0.2830666850881185}), (, {'error': 0.1700340213611351}), (, {'error': 160.10404112654396}), (, {'error': 41.48174062610451}), (, {'error': 0.07794325152982362}), (, {'error': 0.1601405698767261}), (, {'error': 0.13951758182064378}), (, {'error': 0.15455218993192044}), (, {'error': 0.24557550328596367}), (, {'error': 0.13767967623408434})]) +Toy 4/10 +Time taken: 4 h, 13 min +Projected time left: 6 h, 20 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1120 (1120 total) | +| EDM = 3.72E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -714268.2705542084 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_p | 3.43 | 0.29 | | |-6.28319 | 6.28319 | | +| 1 | p3770_p | -2.70 | 0.15 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.1 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 6.0 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -4.639 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | 1.86 | 0.03 | | |-6.28319 | 6.28319 | | +| 7 | p4160_p | 4.00 | 0.14 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 6.09 | 0.21 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.49 | 0.20 | | |0.918861 | 4.08114 | | +| 10| rho_p | 6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 0.126 | 0.015 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.997E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 13| psi2s_s | 1368 | 4 | | | 1358.64 | 1433.36 | | +| 14| Dbar_s | 0.19 | 0.08 | | | -1.464 | 1.464 | | +| 15| p4040_s | 0.65 | 0.25 | | |0.00501244| 2.01499 | | +| 16| p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 1.95 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -6.3 | 0.6 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.43 | 0.20 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_p p3770_p phi_s rho_s omega_s jpsi_p psi2s_p p4160_p phi_p p3770_s rho_p p4415_s jpsi_s psi2s_s Dbar_s p4040_s p4415_p p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_p | 1.000 0.320 -0.014 -0.012 -0.000 -0.045 -0.384 0.254 -0.010 -0.007 -0.023 0.011 -0.123 -0.122 0.179 -0.412 -0.005 0.267 -0.006 -0.397 | +| p3770_p | 0.320 1.000 -0.013 -0.006 -0.003 0.076 -0.447 0.580 -0.011 -0.106 -0.031 0.025 -0.057 -0.059 0.717 -0.593 0.014 -0.307 -0.007 -0.749 | +| phi_s | -0.014 -0.013 1.000 0.081 -0.006 -0.041 -0.008 -0.020 0.581 -0.008 -0.141 -0.001 0.037 0.036 -0.004 0.015 -0.000 0.006 0.032 0.027 | +| rho_s | -0.012 -0.006 0.081 1.000 -0.472 -0.059 -0.009 -0.009 0.046 -0.020 -0.275 -0.000 -0.078 -0.075 -0.006 0.002 -0.000 -0.002 -0.080 0.026 | +| omega_s | -0.000 -0.003 -0.006 -0.472 1.000 -0.000 -0.002 -0.003 -0.028 0.005 -0.025 -0.000 0.037 0.035 0.000 0.004 0.000 0.002 0.525 -0.002 | +| jpsi_p | -0.045 0.076 -0.041 -0.059 -0.000 1.000 0.018 0.132 -0.038 0.005 0.067 0.008 -0.153 -0.148 0.136 -0.132 0.009 -0.181 -0.016 -0.211 | +| psi2s_p | -0.384 -0.447 -0.008 -0.009 -0.002 0.018 1.000 -0.317 -0.005 -0.319 0.036 -0.011 -0.066 -0.067 -0.352 0.296 0.001 -0.018 -0.001 0.398 | +| p4160_p | 0.254 0.580 -0.020 -0.009 -0.003 0.132 -0.317 1.000 -0.011 -0.026 -0.042 0.027 -0.140 -0.140 0.633 -0.722 0.002 -0.324 -0.006 -0.763 | +| phi_p | -0.010 -0.011 0.581 0.046 -0.028 -0.038 -0.005 -0.011 1.000 -0.003 -0.074 -0.000 -0.024 -0.023 -0.009 0.008 0.000 0.000 0.019 0.013 | +| p3770_s | -0.007 -0.106 -0.008 -0.020 0.005 0.005 -0.319 -0.026 -0.003 1.000 0.009 -0.000 -0.055 -0.061 -0.081 0.091 -0.002 0.042 0.000 -0.034 | +| rho_p | -0.023 -0.031 -0.141 -0.275 -0.025 0.067 0.036 -0.042 -0.074 0.009 1.000 -0.002 0.144 0.140 -0.021 0.045 -0.001 0.019 0.101 0.042 | +| p4415_s | 0.011 0.025 -0.001 -0.000 -0.000 0.008 -0.011 0.027 -0.000 -0.000 -0.002 1.000 -0.006 -0.006 0.026 -0.027 -0.021 -0.022 -0.000 -0.033 | +| jpsi_s | -0.123 -0.057 0.037 -0.078 0.037 -0.153 -0.066 -0.140 -0.024 -0.055 0.144 -0.006 1.000 0.964 0.086 0.104 -0.002 0.036 -0.012 0.196 | +| psi2s_s | -0.122 -0.059 0.036 -0.075 0.035 -0.148 -0.067 -0.140 -0.023 -0.061 0.140 -0.006 0.964 1.000 0.080 0.104 -0.002 0.036 -0.012 0.196 | +| Dbar_s | 0.179 0.717 -0.004 -0.006 0.000 0.136 -0.352 0.633 -0.009 -0.081 -0.021 0.026 0.086 0.080 1.000 -0.722 0.027 -0.545 -0.005 -0.886 | +| p4040_s | -0.412 -0.593 0.015 0.002 0.004 -0.132 0.296 -0.722 0.008 0.091 0.045 -0.027 0.104 0.104 -0.722 1.000 -0.007 0.151 0.005 0.789 | +| p4415_p | -0.005 0.014 -0.000 -0.000 0.000 0.009 0.001 0.002 0.000 -0.002 -0.001 -0.021 -0.002 -0.002 0.027 -0.007 1.000 -0.013 0.000 -0.018 | +| p4160_s | 0.267 -0.307 0.006 -0.002 0.002 -0.181 -0.018 -0.324 0.000 0.042 0.019 -0.022 0.036 0.036 -0.545 0.151 -0.013 1.000 -0.001 0.414 | +| omega_p | -0.006 -0.007 0.032 -0.080 0.525 -0.016 -0.001 -0.006 0.019 0.000 0.101 -0.000 -0.012 -0.012 -0.005 0.005 0.000 -0.001 1.000 0.005 | +| Ctt | -0.397 -0.749 0.027 0.026 -0.002 -0.211 0.398 -0.763 0.013 -0.034 0.042 -0.033 0.196 0.196 -0.886 0.789 -0.018 0.414 0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2885816486312036}), (, {'error': 0.150876703701887}), (, {'error': 0.9199411950786818}), (, {'error': 0.3191284467889534}), (, {'error': 1.0463058822556897}), (, {'error': 0.016248730398259248}), (, {'error': 0.03167530561124554}), (, {'error': 0.13727260639482886}), (, {'error': 0.214934761458891}), (, {'error': 0.20412014804542578}), (, {'error': 0.2549590776722317}), (, {'error': 0.015244308207319812}), (, {'error': 29.0625681394431}), (, {'error': 4.173589363079486}), (, {'error': 0.0823568623468125}), (, {'error': 0.24746331820397732}), (, {'error': 0.12474021780044975}), (, {'error': 0.1739607791465475}), (, {'error': 0.6151258032178699}), (, {'error': 0.19977146410886476})]) +Toy 5/10 +Time taken: 5 h, 20 min +Projected time left: 5 h, 20 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1194 (1194 total) | +| EDM = 4.42E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -714293.3935254195 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_p | -6 | 6 | | |-6.28319 | 6.28319 | | +| 1 | p3770_p | -1.67 | 0.14 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.3 | 1.1 | | | 14.8182 | 23.5818 | | +| 3 | rho_s | 1.4 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 6.3 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -1.703 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -2.05 | 0.04 | | |-6.28319 | 6.28319 | | +| 7 | p4160_p | 4.59 | 0.08 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -0.41 | 0.26 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.21 | 0.18 | | |0.918861 | 4.08114 | | +| 10| rho_p | -6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.32 | 0.19 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.997E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 13| psi2s_s | 1363 | 5 | | | 1358.64 | 1433.36 | | +| 14| Dbar_s | 0.12 | 0.07 | | | -1.464 | 1.464 | | +| 15| p4040_s | 0.005 | 1.391 | | |0.00501244| 2.01499 | | +| 16| p4415_p | -2.02 | 0.16 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.32 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -0.26 | 0.28 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.36 | 0.17 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_p p3770_p phi_s rho_s omega_s jpsi_p psi2s_p p4160_p phi_p p3770_s rho_p p4415_s jpsi_s psi2s_s Dbar_s p4040_s p4415_p p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_p | 1.000 -0.219 0.013 0.001 0.005 0.152 -0.169 -0.142 0.007 0.031 -0.012 -0.019 0.076 0.076 0.000 -0.976 -0.129 -0.270 0.001 0.274 | +| p3770_p | -0.219 1.000 -0.013 0.002 -0.007 -0.123 0.633 0.329 -0.010 -0.099 0.012 -0.339 -0.005 -0.012 0.563 0.225 0.106 -0.261 -0.002 -0.683 | +| phi_s | 0.013 -0.013 1.000 0.095 -0.036 -0.002 -0.016 -0.020 0.716 -0.007 0.070 0.010 0.039 0.037 0.009 -0.013 -0.010 0.004 0.044 0.029 | +| rho_s | 0.001 0.002 0.095 1.000 -0.450 0.036 -0.003 0.001 0.067 -0.015 0.033 -0.005 -0.108 -0.107 -0.009 -0.000 0.004 -0.009 -0.061 0.018 | +| omega_s | 0.005 -0.007 -0.036 -0.450 1.000 -0.017 -0.006 -0.010 -0.055 0.004 0.161 0.008 0.066 0.065 0.008 -0.006 -0.007 0.007 0.507 0.006 | +| jpsi_p | 0.152 -0.123 -0.002 0.036 -0.017 1.000 -0.127 -0.159 -0.028 -0.095 -0.034 0.031 0.218 0.212 0.028 -0.154 -0.082 -0.025 -0.023 0.248 | +| psi2s_p | -0.169 0.633 -0.016 -0.003 -0.006 -0.127 1.000 0.331 -0.021 -0.069 0.000 -0.447 0.071 0.063 0.719 0.177 0.085 -0.413 -0.010 -0.740 | +| p4160_p | -0.142 0.329 -0.020 0.001 -0.010 -0.159 0.331 1.000 -0.010 0.011 0.017 -0.054 -0.109 -0.106 0.151 0.150 0.271 -0.161 -0.001 -0.460 | +| phi_p | 0.007 -0.010 0.716 0.067 -0.055 -0.028 -0.021 -0.010 1.000 -0.004 0.045 0.001 -0.035 -0.035 -0.009 -0.007 -0.006 -0.002 0.030 0.012 | +| p3770_s | 0.031 -0.099 -0.007 -0.015 0.004 -0.095 -0.069 0.011 -0.004 1.000 0.001 0.056 -0.067 -0.066 -0.163 -0.033 0.037 0.087 -0.001 -0.007 | +| rho_p | -0.012 0.012 0.070 0.033 0.161 -0.034 0.000 0.017 0.045 0.001 1.000 -0.014 -0.077 -0.076 -0.011 0.012 0.011 -0.009 0.009 -0.024 | +| p4415_s | -0.019 -0.339 0.010 -0.005 0.008 0.031 -0.447 -0.054 0.001 0.056 -0.014 1.000 0.062 0.060 -0.509 0.016 -0.149 0.413 -0.004 0.515 | +| jpsi_s | 0.076 -0.005 0.039 -0.108 0.066 0.218 0.071 -0.109 -0.035 -0.067 -0.077 0.062 1.000 0.975 0.288 -0.077 -0.044 0.013 -0.030 0.159 | +| psi2s_s | 0.076 -0.012 0.037 -0.107 0.065 0.212 0.063 -0.106 -0.035 -0.066 -0.076 0.060 0.975 1.000 0.280 -0.076 -0.042 0.013 -0.030 0.153 | +| Dbar_s | 0.000 0.563 0.009 -0.009 0.008 0.028 0.719 0.151 -0.009 -0.163 -0.011 -0.509 0.288 0.280 1.000 0.006 -0.129 -0.564 -0.006 -0.737 | +| p4040_s | -0.976 0.225 -0.013 -0.000 -0.006 -0.154 0.177 0.150 -0.007 -0.033 0.012 0.016 -0.077 -0.076 0.006 1.000 0.133 0.271 -0.001 -0.284 | +| p4415_p | -0.129 0.106 -0.010 0.004 -0.007 -0.082 0.085 0.271 -0.006 0.037 0.011 -0.149 -0.044 -0.042 -0.129 0.133 1.000 -0.155 -0.001 -0.140 | +| p4160_s | -0.270 -0.261 0.004 -0.009 0.007 -0.025 -0.413 -0.161 -0.002 0.087 -0.009 0.413 0.013 0.013 -0.564 0.271 -0.155 1.000 -0.004 0.439 | +| omega_p | 0.001 -0.002 0.044 -0.061 0.507 -0.023 -0.010 -0.001 0.030 -0.001 0.009 -0.004 -0.030 -0.030 -0.006 -0.001 -0.001 -0.004 1.000 -0.002 | +| Ctt | 0.274 -0.683 0.029 0.018 0.006 0.248 -0.740 -0.460 0.012 -0.007 -0.024 0.515 0.159 0.153 -0.737 -0.284 -0.140 0.439 -0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 6.4783102472059415}), (, {'error': 0.14016952438981578}), (, {'error': 1.0679751174785377}), (, {'error': 0.3242179195202617}), (, {'error': 0.998644429046819}), (, {'error': 0.016393790786219054}), (, {'error': 0.03585265020201023}), (, {'error': 0.08473710239011645}), (, {'error': 0.2633649351436942}), (, {'error': 0.18491270430862627}), (, {'error': 0.14218171571764726}), (, {'error': 0.18579426311989655}), (, {'error': 34.47565540672713}), (, {'error': 4.930189301901123}), (, {'error': 0.06552477531828205}), (, {'error': 1.3912103238336693}), (, {'error': 0.1552545441077613}), (, {'error': 0.16312882563858833}), (, {'error': 0.27686234854945946}), (, {'error': 0.16800947207351127})]) +Toy 6/10 +Time taken: 6 h, 38 min +Projected time left: 4 h, 25 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.115E+05 | Ncalls=197 (197 total) | +| EDM = 2.21E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -711472.14517082 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_p | 2.610 | 0.028 | | |-6.28319 | 6.28319 | | +| 1 | p3770_p | 0.628E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 3 | rho_s | 2.041 | 0.023 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 5.46 | 0.20 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -1.449 | 0.014 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -0.628E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 7 | p4160_p | 3.728 | 0.026 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 6 | 12 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 4.075 | 0.008 | | |0.918861 | 4.08114 | | +| 10| rho_p | -6.26 | 0.06 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 2.353 | 0.001 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.984E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 13| psi2s_s | 1358.88 | 0.12 | | | 1358.64 | 1433.36 | | +| 14| Dbar_s | -1.464 | 0.000 | | | -1.464 | 1.464 | | +| 15| p4040_s | 2.015 | 0.000 | | |0.00501244| 2.01499 | | +| 16| p4415_p | -1.58 | 0.04 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 0.368E1 | 0.000E1 | | | 0.71676 | 3.68324 | | +| 18| omega_p | 6.28 | 0.04 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.000 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_p p3770_p phi_s rho_s omega_s jpsi_p psi2s_p p4160_p phi_p p3770_s rho_p p4415_s jpsi_s psi2s_s Dbar_s p4040_s p4415_p p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_p | 1.000 -0.001 0.042 -0.000 -0.021 -0.056 0.003 0.144 0.042 -0.000 -0.017 0.000 -0.022 -0.001 0.002 -0.000 0.028 0.001 -0.003 0.001 | +| p3770_p | -0.001 1.000 -0.003 0.000 0.002 0.002 -0.000 0.001 -0.003 -0.000 0.001 0.000 0.001 0.000 0.000 0.000 0.001 0.000 0.000 -0.000 | +| phi_s | 0.042 -0.003 1.000 -0.005 -0.497 -0.744 0.022 -0.319 0.999 0.001 -0.409 -0.001 -0.428 -0.027 -0.000 -0.001 -0.217 -0.001 -0.075 0.001 | +| rho_s | -0.000 0.000 -0.005 1.000 0.001 0.004 -0.000 0.001 -0.005 -0.000 0.004 0.000 0.002 0.000 0.000 0.000 0.001 0.000 0.000 -0.000 | +| omega_s | -0.021 0.002 -0.497 0.001 1.000 0.371 -0.011 0.159 -0.498 -0.001 0.245 0.001 0.214 0.014 0.000 0.001 0.108 0.000 0.034 -0.000 | +| jpsi_p | -0.056 0.002 -0.744 0.004 0.371 1.000 -0.015 0.209 -0.745 -0.001 0.301 0.001 0.324 0.021 0.000 0.001 0.160 0.001 0.056 -0.000 | +| psi2s_p | 0.003 -0.000 0.022 -0.000 -0.011 -0.015 1.000 -0.006 0.022 -0.000 -0.009 -0.000 -0.010 -0.001 -0.000 -0.000 -0.005 -0.000 -0.002 0.000 | +| p4160_p | 0.144 0.001 -0.319 0.001 0.159 0.209 -0.006 1.000 -0.319 -0.001 0.129 0.001 0.142 0.010 0.001 0.000 0.136 0.001 0.024 -0.000 | +| phi_p | 0.042 -0.003 0.999 -0.005 -0.498 -0.745 0.022 -0.319 1.000 0.001 -0.411 -0.001 -0.429 -0.027 -0.001 -0.001 -0.217 -0.001 -0.075 0.001 | +| p3770_s | -0.000 -0.000 0.001 -0.000 -0.001 -0.001 -0.000 -0.001 0.001 1.000 -0.000 -0.000 0.000 -0.000 0.000 -0.000 -0.000 -0.000 -0.000 -0.000 | +| rho_p | -0.017 0.001 -0.409 0.004 0.245 0.301 -0.009 0.129 -0.411 -0.000 1.000 0.000 0.167 0.011 0.000 0.001 0.090 0.000 0.037 -0.000 | +| p4415_s | 0.000 0.000 -0.001 0.000 0.001 0.001 -0.000 0.001 -0.001 -0.000 0.000 1.000 0.000 0.000 0.000 0.000 0.001 -0.000 0.000 -0.000 | +| jpsi_s | -0.022 0.001 -0.428 0.002 0.214 0.324 -0.010 0.142 -0.429 0.000 0.167 0.000 1.000 0.063 0.001 0.001 0.105 0.000 0.033 -0.000 | +| psi2s_s | -0.001 0.000 -0.027 0.000 0.014 0.021 -0.001 0.010 -0.027 -0.000 0.011 0.000 0.063 1.000 0.000 0.000 0.007 0.000 0.002 -0.000 | +| Dbar_s | 0.002 0.000 -0.000 0.000 0.000 0.000 -0.000 0.001 -0.001 0.000 0.000 0.000 0.001 0.000 1.000 -0.000 -0.001 0.000 0.000 -0.000 | +| p4040_s | -0.000 0.000 -0.001 0.000 0.001 0.001 -0.000 0.000 -0.001 -0.000 0.001 0.000 0.001 0.000 -0.000 1.000 0.000 -0.000 0.000 -0.000 | +| p4415_p | 0.028 0.001 -0.217 0.001 0.108 0.160 -0.005 0.136 -0.217 -0.000 0.090 0.001 0.105 0.007 -0.001 0.000 1.000 0.001 0.016 -0.001 | +| p4160_s | 0.001 0.000 -0.001 0.000 0.000 0.001 -0.000 0.001 -0.001 -0.000 0.000 -0.000 0.000 0.000 0.000 -0.000 0.001 1.000 0.000 -0.000 | +| omega_p | -0.003 0.000 -0.075 0.000 0.034 0.056 -0.002 0.024 -0.075 -0.000 0.037 0.000 0.033 0.002 0.000 0.000 0.016 0.000 1.000 -0.000 | +| Ctt | 0.001 -0.000 0.001 -0.000 -0.000 -0.000 0.000 -0.000 0.001 -0.000 -0.000 -0.000 -0.000 -0.000 -0.000 -0.000 -0.001 -0.000 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.02789920803359003}), (, {'error': 0.0004235564928896096}), (, {'error': 4.9769910744887484}), (, {'error': 0.02264917419626311}), (, {'error': 0.20083233671931788}), (, {'error': 0.014168346942468713}), (, {'error': 0.00018976718971064344}), (, {'error': 0.026053088532793645}), (, {'error': 12.481004766477408}), (, {'error': 0.007504550763806073}), (, {'error': 0.05857510990835468}), (, {'error': 0.0011586630612820947}), (, {'error': 4.245747794793715}), (, {'error': 0.11528720542219162}), (, {'error': 0.0002502561514056145}), (, {'error': 0.00037729431532507185}), (, {'error': 0.03761786477555917}), (, {'error': 0.00046077609528882846}), (, {'error': 0.03926365450506264}), (, {'error': 0.0001984367421039579})]) +Toy 7/10 +Time taken: 7 h, 12 min +Projected time left: 3 h, 5 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1116 (1116 total) | +| EDM = 0.000408 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -714305.8081565464 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_p | -2.53 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | p3770_p | -2.88 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.1 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 6.1 | 1.1 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | 1.624 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | 1.838 | 0.030 | | |-6.28319 | 6.28319 | | +| 7 | p4160_p | -2.26 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 6.09 | 0.22 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.58 | 0.20 | | |0.918861 | 4.08114 | | +| 10| rho_p | -6.3 | 0.7 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.49 | 0.18 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.997E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 13| psi2s_s | 1367 | 5 | | | 1358.64 | 1433.36 | | +| 14| Dbar_s | -0.018 | 0.063 | | | -1.464 | 1.464 | | +| 15| p4040_s | 0.86 | 0.18 | | |0.00501244| 2.01499 | | +| 16| p4415_p | -2.40 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.41 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -6.3 | 0.9 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.04 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_p p3770_p phi_s rho_s omega_s jpsi_p psi2s_p p4160_p phi_p p3770_s rho_p p4415_s jpsi_s psi2s_s Dbar_s p4040_s p4415_p p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_p | 1.000 0.172 0.009 0.012 0.023 -0.122 -0.299 0.213 0.001 -0.098 0.050 0.072 -0.056 -0.056 -0.034 -0.216 0.180 0.385 -0.007 -0.304 | +| p3770_p | 0.172 1.000 0.007 0.016 0.004 -0.045 -0.320 0.263 -0.003 -0.233 0.016 -0.215 0.081 0.078 0.452 -0.248 0.084 -0.161 -0.005 -0.507 | +| phi_s | 0.009 0.007 1.000 0.131 0.157 -0.081 -0.031 0.014 0.600 -0.012 0.331 -0.013 -0.062 -0.060 0.006 -0.021 0.011 -0.010 0.014 -0.014 | +| rho_s | 0.012 0.016 0.131 1.000 -0.283 -0.078 -0.024 0.025 0.074 -0.023 0.263 -0.023 -0.141 -0.137 0.009 -0.035 0.017 -0.021 -0.065 -0.015 | +| omega_s | 0.023 0.004 0.157 -0.283 1.000 -0.082 -0.029 0.028 0.059 -0.003 0.526 -0.019 -0.137 -0.134 -0.026 -0.023 0.023 -0.008 0.338 -0.041 | +| jpsi_p | -0.122 -0.045 -0.081 -0.078 -0.082 1.000 0.111 -0.010 -0.058 0.008 -0.164 -0.125 -0.075 -0.071 0.056 -0.054 -0.039 -0.145 -0.006 -0.122 | +| psi2s_p | -0.299 -0.320 -0.031 -0.024 -0.029 0.111 1.000 -0.143 -0.016 -0.256 -0.053 -0.065 -0.114 -0.115 -0.069 -0.026 -0.106 -0.164 0.000 0.178 | +| p4160_p | 0.213 0.263 0.014 0.025 0.028 -0.010 -0.143 1.000 0.004 -0.108 0.067 -0.038 -0.033 -0.032 0.228 -0.534 0.308 -0.148 -0.007 -0.510 | +| phi_p | 0.001 -0.003 0.600 0.074 0.059 -0.058 -0.016 0.004 1.000 -0.005 0.174 -0.010 -0.077 -0.075 -0.008 -0.009 0.003 -0.008 0.011 -0.008 | +| p3770_s | -0.098 -0.233 -0.012 -0.023 -0.003 0.008 -0.256 -0.108 -0.005 1.000 -0.016 0.078 -0.058 -0.063 -0.220 0.185 -0.016 0.080 0.001 0.081 | +| rho_p | 0.050 0.016 0.331 0.263 0.526 -0.164 -0.053 0.067 0.174 -0.016 1.000 -0.048 -0.344 -0.335 -0.049 -0.059 0.052 -0.026 -0.064 -0.085 | +| p4415_s | 0.072 -0.215 -0.013 -0.023 -0.019 -0.125 -0.065 -0.038 -0.010 0.078 -0.048 1.000 0.014 0.014 -0.432 0.211 -0.181 0.347 -0.000 0.412 | +| jpsi_s | -0.056 0.081 -0.062 -0.141 -0.137 -0.075 -0.114 -0.033 -0.077 -0.058 -0.344 0.014 1.000 0.972 0.340 -0.051 -0.033 -0.029 -0.002 0.091 | +| psi2s_s | -0.056 0.078 -0.060 -0.137 -0.134 -0.071 -0.115 -0.032 -0.075 -0.063 -0.335 0.014 0.972 1.000 0.334 -0.052 -0.033 -0.030 -0.001 0.091 | +| Dbar_s | -0.034 0.452 0.006 0.009 -0.026 0.056 -0.069 0.228 -0.008 -0.220 -0.049 -0.432 0.340 0.334 1.000 -0.504 -0.110 -0.492 -0.000 -0.706 | +| p4040_s | -0.216 -0.248 -0.021 -0.035 -0.023 -0.054 -0.026 -0.534 -0.009 0.185 -0.059 0.211 -0.051 -0.052 -0.504 1.000 -0.200 0.103 0.003 0.534 | +| p4415_p | 0.180 0.084 0.011 0.017 0.023 -0.039 -0.106 0.308 0.003 -0.016 0.052 -0.181 -0.033 -0.033 -0.110 -0.200 1.000 -0.139 -0.005 -0.183 | +| p4160_s | 0.385 -0.161 -0.010 -0.021 -0.008 -0.145 -0.164 -0.148 -0.008 0.080 -0.026 0.347 -0.029 -0.030 -0.492 0.103 -0.139 1.000 -0.002 0.326 | +| omega_p | -0.007 -0.005 0.014 -0.065 0.338 -0.006 0.000 -0.007 0.011 0.001 -0.064 -0.000 -0.002 -0.001 -0.000 0.003 -0.005 -0.002 1.000 0.005 | +| Ctt | -0.304 -0.507 -0.014 -0.015 -0.041 -0.122 0.178 -0.510 -0.008 0.081 -0.085 0.412 0.091 0.091 -0.706 0.534 -0.183 0.326 0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2149657934965492}), (, {'error': 0.10988041798682602}), (, {'error': 0.9686521592202713}), (, {'error': 0.3202257582545003}), (, {'error': 1.1432819694431342}), (, {'error': 0.016369644340099132}), (, {'error': 0.02998683929787571}), (, {'error': 0.09148212409754919}), (, {'error': 0.22098637752766592}), (, {'error': 0.20491824898667832}), (, {'error': 0.6673789836062909}), (, {'error': 0.1795637022066372}), (, {'error': 32.6344430107838}), (, {'error': 4.691110352472265}), (, {'error': 0.06299171644226476}), (, {'error': 0.18163208263336478}), (, {'error': 0.14368571645466854}), (, {'error': 0.1688704392060223}), (, {'error': 0.8649489135532451}), (, {'error': 0.13097491221910898})]) +Toy 8/10 +Time taken: 8 h, 30 min +Projected time left: 2 h, 7 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1091 (1091 total) | +| EDM = 0.000148 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -714305.4029845597 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_p | -2.28 | 0.22 | | |-6.28319 | 6.28319 | | +| 1 | p3770_p | -2.53 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.3 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 6.6 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | -1.525 | 0.019 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | 2.25 | 0.04 | | |-6.28319 | 6.28319 | | +| 7 | p4160_p | -2.05 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 5.93 | 0.25 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.56 | 0.21 | | |0.918861 | 4.08114 | | +| 10| rho_p | -6.28 | 0.19 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.47 | 0.18 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 13| psi2s_s | 1364 | 12 | | | 1358.64 | 1433.36 | | +| 14| Dbar_s | -0.030 | 0.082 | | | -1.464 | 1.464 | | +| 15| p4040_s | 0.85 | 0.18 | | |0.00501244| 2.01499 | | +| 16| p4415_p | -2.23 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.39 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -6.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.06 | 0.14 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_p p3770_p phi_s rho_s omega_s jpsi_p psi2s_p p4160_p phi_p p3770_s rho_p p4415_s jpsi_s psi2s_s Dbar_s p4040_s p4415_p p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_p | 1.000 0.142 -0.030 0.043 -0.035 -0.226 -0.052 0.224 0.007 -0.065 0.054 0.079 -0.192 -0.191 -0.202 -0.165 0.189 0.406 0.004 -0.309 | +| p3770_p | 0.142 1.000 0.011 -0.020 0.017 0.008 -0.253 0.222 -0.014 -0.257 -0.023 -0.189 0.126 0.125 0.369 -0.236 0.072 -0.144 -0.005 -0.455 | +| phi_s | -0.030 0.011 1.000 0.052 -0.022 0.060 -0.082 -0.029 0.647 -0.025 0.054 0.012 0.125 0.124 0.097 -0.013 -0.016 -0.005 0.009 0.054 | +| rho_s | 0.043 -0.020 0.052 1.000 -0.529 -0.083 0.120 0.043 0.070 0.022 0.106 -0.026 -0.251 -0.250 -0.157 0.009 0.024 -0.003 -0.016 -0.063 | +| omega_s | -0.035 0.017 -0.022 -0.529 1.000 0.074 -0.102 -0.035 -0.076 -0.023 0.141 0.021 0.192 0.191 0.128 -0.010 -0.019 0.001 0.242 0.059 | +| jpsi_p | -0.226 0.008 0.060 -0.083 0.074 1.000 -0.346 -0.171 -0.057 -0.083 -0.147 0.001 0.541 0.540 0.458 -0.058 -0.114 -0.090 -0.022 0.260 | +| psi2s_p | -0.052 -0.253 -0.082 0.120 -0.102 -0.346 1.000 0.073 0.031 -0.087 0.124 -0.137 -0.575 -0.575 -0.399 -0.021 0.020 -0.123 0.013 -0.208 | +| p4160_p | 0.224 0.222 -0.029 0.043 -0.035 -0.171 0.073 1.000 0.004 -0.083 0.052 -0.009 -0.161 -0.161 -0.017 -0.475 0.311 -0.107 0.003 -0.486 | +| phi_p | 0.007 -0.014 0.647 0.070 -0.076 -0.057 0.031 0.004 1.000 0.010 0.061 -0.007 -0.078 -0.078 -0.051 0.008 0.001 -0.001 0.006 -0.017 | +| p3770_s | -0.065 -0.257 -0.025 0.022 -0.023 -0.083 -0.087 -0.083 0.010 1.000 0.036 0.081 -0.178 -0.180 -0.304 0.218 -0.000 0.097 0.005 0.069 | +| rho_p | 0.054 -0.023 0.054 0.106 0.141 -0.147 0.124 0.052 0.061 0.036 1.000 -0.027 -0.248 -0.247 -0.175 0.013 0.030 0.004 0.017 -0.092 | +| p4415_s | 0.079 -0.189 0.012 -0.026 0.021 0.001 -0.137 -0.009 -0.007 0.081 -0.027 1.000 0.072 0.071 -0.238 0.176 -0.172 0.328 -0.003 0.394 | +| jpsi_s | -0.192 0.126 0.125 -0.251 0.192 0.541 -0.575 -0.161 -0.078 -0.178 -0.248 0.072 1.000 0.996 0.744 -0.121 -0.084 -0.043 -0.028 0.328 | +| psi2s_s | -0.191 0.125 0.124 -0.250 0.191 0.540 -0.575 -0.161 -0.078 -0.180 -0.247 0.071 0.996 1.000 0.742 -0.121 -0.084 -0.043 -0.028 0.328 | +| Dbar_s | -0.202 0.369 0.097 -0.157 0.128 0.458 -0.399 -0.017 -0.051 -0.304 -0.175 -0.238 0.744 0.742 1.000 -0.405 -0.170 -0.368 -0.020 -0.224 | +| p4040_s | -0.165 -0.236 -0.013 0.009 -0.010 -0.058 -0.021 -0.475 0.008 0.218 0.013 0.176 -0.121 -0.121 -0.405 1.000 -0.175 0.083 0.003 0.445 | +| p4415_p | 0.189 0.072 -0.016 0.024 -0.019 -0.114 0.020 0.311 0.001 -0.000 0.030 -0.172 -0.084 -0.084 -0.170 -0.175 1.000 -0.127 0.001 -0.173 | +| p4160_s | 0.406 -0.144 -0.005 -0.003 0.001 -0.090 -0.123 -0.107 -0.001 0.097 0.004 0.328 -0.043 -0.043 -0.368 0.083 -0.127 1.000 0.000 0.287 | +| omega_p | 0.004 -0.005 0.009 -0.016 0.242 -0.022 0.013 0.003 0.006 0.005 0.017 -0.003 -0.028 -0.028 -0.020 0.003 0.001 0.000 1.000 -0.009 | +| Ctt | -0.309 -0.455 0.054 -0.063 0.059 0.260 -0.208 -0.486 -0.017 0.069 -0.092 0.394 0.328 0.328 -0.224 0.445 -0.173 0.287 -0.009 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21850627688610613}), (, {'error': 0.10988977239032094}), (, {'error': 0.9965804490863626}), (, {'error': 0.32972258631775897}), (, {'error': 0.9593646708289101}), (, {'error': 0.019410840692354103}), (, {'error': 0.0360965320461446}), (, {'error': 0.09040639912110038}), (, {'error': 0.24561753475212278}), (, {'error': 0.20647846793081226}), (, {'error': 0.18805591646366215}), (, {'error': 0.17614313684670335}), (, {'error': 149.8867471171743}), (, {'error': 12.175821398352127}), (, {'error': 0.08182777913889971}), (, {'error': 0.1756000369450188}), (, {'error': 0.14392352488853666}), (, {'error': 0.16461495645978208}), (, {'error': 0.16669794648319813}), (, {'error': 0.1360224375798167})]) +Toy 9/10 +Time taken: 9 h, 47 min +Projected time left: 1 h, 5 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.143E+05 | Ncalls=1223 (1223 total) | +| EDM = 8.97E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -714305.5382178056 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4040_p | 3.75 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | p3770_p | 3.40 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 17.7 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | rho_s | 1.3 | 0.3 | | |0.0253049| 2.0747 | | +| 4 | omega_s | 6.0 | 1.0 | | | 4.19232 | 9.40768 | | +| 5 | jpsi_p | 1.624 | 0.016 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -4.445 | 0.030 | | |-6.28319 | 6.28319 | | +| 7 | p4160_p | -2.26 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -6.28 | 0.23 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.58 | 0.20 | | |0.918861 | 4.08114 | | +| 10| rho_p | 6.28 | 0.27 | | |-6.28319 | 6.28319 | | +| 11| p4415_s | 1.49 | 0.18 | | |0.126447 | 2.35355 | | +| 12| jpsi_s | 0.997E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 13| psi2s_s | 1367 | 5 | | | 1358.64 | 1433.36 | | +| 14| Dbar_s | -0.019 | 0.063 | | | -1.464 | 1.464 | | +| 15| p4040_s | 0.86 | 0.18 | | |0.00501244| 2.01499 | | +| 16| p4415_p | -2.40 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.41 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| omega_p | -0.007 | 0.273 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.04 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4040_p p3770_p phi_s rho_s omega_s jpsi_p psi2s_p p4160_p phi_p p3770_s rho_p p4415_s jpsi_s psi2s_s Dbar_s p4040_s p4415_p p4160_s omega_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4040_p | 1.000 0.166 -0.001 0.005 -0.003 -0.114 -0.292 0.205 -0.002 -0.094 -0.020 0.074 -0.046 -0.046 -0.036 -0.208 0.175 0.382 -0.006 -0.294 | +| p3770_p | 0.166 1.000 0.007 0.013 -0.005 -0.044 -0.316 0.259 -0.003 -0.230 -0.009 -0.212 0.092 0.089 0.450 -0.244 0.081 -0.162 -0.005 -0.502 | +| phi_s | -0.001 0.007 1.000 0.058 0.014 -0.034 -0.019 -0.001 0.490 -0.008 -0.136 0.001 0.051 0.050 0.024 -0.007 -0.001 -0.002 0.038 0.008 | +| rho_s | 0.005 0.013 0.058 1.000 -0.460 -0.051 -0.015 0.015 0.032 -0.021 -0.280 -0.015 -0.096 -0.093 0.016 -0.026 0.009 -0.017 -0.056 -0.001 | +| omega_s | -0.003 -0.005 0.014 -0.460 1.000 -0.003 -0.003 -0.007 -0.007 0.005 -0.033 0.005 0.040 0.039 -0.000 0.008 -0.005 0.005 0.502 0.003 | +| jpsi_p | -0.114 -0.044 -0.034 -0.051 -0.003 1.000 0.106 0.000 -0.025 0.006 0.069 -0.133 -0.135 -0.130 0.046 -0.063 -0.032 -0.148 -0.014 -0.139 | +| psi2s_p | -0.292 -0.316 -0.019 -0.015 -0.003 0.106 1.000 -0.136 -0.008 -0.260 0.021 -0.069 -0.143 -0.143 -0.073 -0.032 -0.102 -0.163 -0.002 0.168 | +| p4160_p | 0.205 0.259 -0.001 0.015 -0.007 0.000 -0.136 1.000 -0.003 -0.105 -0.030 -0.035 -0.015 -0.015 0.228 -0.531 0.305 -0.150 -0.005 -0.505 | +| phi_p | -0.002 -0.003 0.490 0.032 -0.007 -0.025 -0.008 -0.003 1.000 -0.001 -0.064 -0.000 -0.017 -0.017 -0.002 -0.000 -0.002 -0.001 0.027 0.002 | +| p3770_s | -0.094 -0.230 -0.008 -0.021 0.005 0.006 -0.260 -0.105 -0.001 1.000 0.011 0.077 -0.068 -0.073 -0.221 0.183 -0.014 0.081 0.001 0.076 | +| rho_p | -0.020 -0.009 -0.136 -0.280 -0.033 0.069 0.021 -0.030 -0.064 0.011 1.000 0.022 0.162 0.158 0.017 0.028 -0.022 0.014 0.095 0.033 | +| p4415_s | 0.074 -0.212 0.001 -0.015 0.005 -0.133 -0.069 -0.035 -0.000 0.077 0.022 1.000 0.002 0.001 -0.431 0.209 -0.180 0.346 -0.002 0.411 | +| jpsi_s | -0.046 0.092 0.051 -0.096 0.040 -0.135 -0.143 -0.015 -0.017 -0.068 0.162 0.002 1.000 0.971 0.356 -0.074 -0.020 -0.039 -0.017 0.074 | +| psi2s_s | -0.046 0.089 0.050 -0.093 0.039 -0.130 -0.143 -0.015 -0.017 -0.073 0.158 0.001 0.971 1.000 0.349 -0.074 -0.020 -0.039 -0.017 0.074 | +| Dbar_s | -0.036 0.450 0.024 0.016 -0.000 0.046 -0.073 0.228 -0.002 -0.221 0.017 -0.431 0.356 0.349 1.000 -0.507 -0.109 -0.493 -0.003 -0.707 | +| p4040_s | -0.208 -0.244 -0.007 -0.026 0.008 -0.063 -0.032 -0.531 -0.000 0.183 0.028 0.209 -0.074 -0.074 -0.507 1.000 -0.196 0.105 0.002 0.529 | +| p4415_p | 0.175 0.081 -0.001 0.009 -0.005 -0.032 -0.102 0.305 -0.002 -0.014 -0.022 -0.180 -0.020 -0.020 -0.109 -0.196 1.000 -0.141 -0.004 -0.178 | +| p4160_s | 0.382 -0.162 -0.002 -0.017 0.005 -0.148 -0.163 -0.150 -0.001 0.081 0.014 0.346 -0.039 -0.039 -0.493 0.105 -0.141 1.000 -0.003 0.330 | +| omega_p | -0.006 -0.005 0.038 -0.056 0.502 -0.014 -0.002 -0.005 0.027 0.001 0.095 -0.002 -0.017 -0.017 -0.003 0.002 -0.004 -0.003 1.000 0.002 | +| Ctt | -0.294 -0.502 0.008 -0.001 0.003 -0.139 0.168 -0.505 0.002 0.076 0.033 0.411 0.074 0.074 -0.707 0.529 -0.178 0.330 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21246838116026634}), (, {'error': 0.10931573279667628}), (, {'error': 0.8616849054297653}), (, {'error': 0.3188730734042447}), (, {'error': 1.02289346832121}), (, {'error': 0.01619575080034119}), (, {'error': 0.029932838774748394}), (, {'error': 0.09115782930165839}), (, {'error': 0.2277575526668949}), (, {'error': 0.20480073046178204}), (, {'error': 0.27448169456155114}), (, {'error': 0.1793133763480227}), (, {'error': 32.38827111538467}), (, {'error': 4.657292292096713}), (, {'error': 0.06310430818131296}), (, {'error': 0.1811025094287309}), (, {'error': 0.14342309310190604}), (, {'error': 0.1683505478428926}), (, {'error': 0.273025142814582}), (, {'error': 0.12996330788712268})]) +Toy 10/10 +Time taken: 11 h, 12 min +Projected time left: +Mean Ctt value = -0.16121109318744178 +Mean Ctt error = 0.12713290973959662 +Simulation ended diff --git a/prelim_results/slurm-2213944.out b/prelim_results/slurm-2213944.out new file mode 100644 index 0000000..cf8b508 --- /dev/null +++ b/prelim_results/slurm-2213944.out @@ -0,0 +1,9662 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 15:25:41.379146: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 15:25:41.404830: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 15:25:41.405114: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55a046c4ee10 executing computations on platform Host. Devices: +2019-07-07 15:25:41.405149: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 15:25:42.553937: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55a046cdaeb0 executing computations on platform CUDA. Devices: +2019-07-07 15:25:42.553981: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 15:25:42.554455: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:11:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 15:25:42.554480: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 15:25:42.561516: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 15:25:42.561534: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 15:25:42.561543: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 15:25:42.562145: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:11:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710444.2005434 Edm = 2.20941 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710444.2005434 Edm = 2.20941 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712285.813281 Edm = 0.797812 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -712310.378783 Edm = 0.775531 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -712318.1630478 Edm = 7.402 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -712449.0336461 Edm = 36.6728 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -712500.5166442 Edm = 0.300484 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -712500.9533208 Edm = 0.149727 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -712615.3577236 Edm = 52.5954 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -712829.9603101 Edm = 160.81 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -712922.2910949 Edm = 136.102 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -713093.2185867 Edm = 28.2916 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -713116.774574 Edm = 4.65953 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -713121.4266289 Edm = 0.170961 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -713121.6587631 Edm = 0.138143 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -713171.2515619 Edm = 19.9757 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -713194.1574292 Edm = 4.1358 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -713198.5327906 Edm = 0.972289 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -713200.2245088 Edm = 0.0853559 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -713200.3166661 Edm = 0.0278491 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -713200.6783203 Edm = 0.354149 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -713234.7053 Edm = 4.11472 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -713314.2768639 Edm = 21.0329 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -713350.8541347 Edm = 1.97485 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -713353.495471 Edm = 0.403414 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -713353.7766812 Edm = 0.100961 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -713354.0109223 Edm = 0.0165749 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -713354.0454609 Edm = 0.00942662 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -713366.5771128 Edm = 4.53049 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -713401.94317 Edm = 7.07751 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -713411.5199438 Edm = 4.62022 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -713414.9940763 Edm = 1.076 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -713416.4344747 Edm = 0.129507 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -713416.5299029 Edm = 0.00677479 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -713416.538515 Edm = 0.00266604 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -713416.5539064 Edm = 0.00713245 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -713416.6276943 Edm = 0.0644745 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -713426.7035608 Edm = 10.0429 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -713438.6139941 Edm = 4.06909 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -713443.8938733 Edm = 0.20893 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -713444.2906375 Edm = 0.0676141 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -713444.3771226 Edm = 0.00355924 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -713444.3816921 Edm = 0.000968343 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -713444.3836333 Edm = 0.000608005 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -713444.3950973 Edm = 0.00929865 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -713444.7108888 Edm = 0.284818 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -713447.9511948 Edm = 0.603325 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -713448.6201328 Edm = 0.0294533 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -713448.6447005 Edm = 0.00114908 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -713448.6458339 Edm = 7.88169e-05 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -713448.6464466 Edm = 0.000564833 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -713448.7473524 Edm = 0.0302361 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -713449.2192227 Edm = 0.182586 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -713449.6320002 Edm = 0.00660824 NCalls = 169 +VariableMetric: Iteration # 53 - FCN = -713449.6389776 Edm = 9.67844e-05 NCalls = 171 +VariableMetric: Iteration # 54 - FCN = -713449.6391443 Edm = 6.51972e-05 NCalls = 173 +VariableMetric: After Hessian - FCN = -713449.6391443 Edm = 41149.4 NCalls = 522 +VariableMetric: Iteration # 55 - FCN = -713449.6391443 Edm = 41149.4 NCalls = 522 +VariableMetric: Iteration # 56 - FCN = -713452.0939273 Edm = 73174.5 NCalls = 533 +VariableMetric: Iteration # 57 - FCN = -713452.2302852 Edm = 2066.93 NCalls = 538 +VariableMetric: Iteration # 58 - FCN = -713452.7387828 Edm = 11080 NCalls = 542 +VariableMetric: Iteration # 59 - FCN = -713452.8749153 Edm = 2286.09 NCalls = 547 +VariableMetric: Iteration # 60 - FCN = -713453.3779219 Edm = 9713.51 NCalls = 550 +VariableMetric: Iteration # 61 - FCN = -713454.9676875 Edm = 2085.27 NCalls = 553 +VariableMetric: Iteration # 62 - FCN = -713456.0529442 Edm = 141.249 NCalls = 557 +VariableMetric: Iteration # 63 - FCN = -713456.7330956 Edm = 1815.86 NCalls = 560 +VariableMetric: Iteration # 64 - FCN = -713458.182507 Edm = 165.733 NCalls = 563 +VariableMetric: Iteration # 65 - FCN = -713458.7524323 Edm = 480.279 NCalls = 565 +VariableMetric: Iteration # 66 - FCN = -713461.1577036 Edm = 35.5775 NCalls = 567 +VariableMetric: Iteration # 67 - FCN = -713462.7729898 Edm = 41.1661 NCalls = 569 +VariableMetric: Iteration # 68 - FCN = -713464.647878 Edm = 41.5831 NCalls = 571 +VariableMetric: Iteration # 69 - FCN = -713466.938032 Edm = 23.7925 NCalls = 573 +VariableMetric: Iteration # 70 - FCN = -713468.0175397 Edm = 11.8486 NCalls = 575 +VariableMetric: Iteration # 71 - FCN = -713468.8723998 Edm = 4.51187 NCalls = 577 +VariableMetric: Iteration # 72 - FCN = -713469.6495701 Edm = 8.96302 NCalls = 579 +VariableMetric: Iteration # 73 - FCN = -713473.1881154 Edm = 6.32763 NCalls = 582 +VariableMetric: Iteration # 74 - FCN = -713473.960083 Edm = 5.85455 NCalls = 584 +VariableMetric: Iteration # 75 - FCN = -713475.0398747 Edm = 5.36603 NCalls = 586 +VariableMetric: Iteration # 76 - FCN = -713475.5390244 Edm = 1.76695 NCalls = 588 +VariableMetric: Iteration # 77 - FCN = -713476.3961854 Edm = 2.01795 NCalls = 591 +VariableMetric: Iteration # 78 - FCN = -713476.9386578 Edm = 0.642745 NCalls = 594 +VariableMetric: Iteration # 79 - FCN = -713477.2436669 Edm = 0.224112 NCalls = 596 +VariableMetric: Iteration # 80 - FCN = -713477.4605918 Edm = 0.947598 NCalls = 599 +VariableMetric: Iteration # 81 - FCN = -713477.8873944 Edm = 0.271662 NCalls = 601 +VariableMetric: Iteration # 82 - FCN = -713478.2049525 Edm = 0.322404 NCalls = 603 +VariableMetric: Iteration # 83 - FCN = -713478.4507498 Edm = 0.190131 NCalls = 605 +VariableMetric: Iteration # 84 - FCN = -713478.8242284 Edm = 0.430194 NCalls = 609 +VariableMetric: Iteration # 85 - FCN = -713479.1375272 Edm = 0.488393 NCalls = 612 +VariableMetric: Iteration # 86 - FCN = -713479.663816 Edm = 0.223377 NCalls = 615 +VariableMetric: Iteration # 87 - FCN = -713479.9877423 Edm = 0.118931 NCalls = 618 +VariableMetric: Iteration # 88 - FCN = -713480.1060803 Edm = 0.205967 NCalls = 620 +VariableMetric: Iteration # 89 - FCN = -713480.2656695 Edm = 0.056405 NCalls = 623 +VariableMetric: Iteration # 90 - FCN = -713480.349243 Edm = 0.0205263 NCalls = 625 +VariableMetric: Iteration # 91 - FCN = -713480.3721792 Edm = 0.00427313 NCalls = 627 +VariableMetric: Iteration # 92 - FCN = -713480.3761293 Edm = 0.00199469 NCalls = 629 +VariableMetric: Iteration # 93 - FCN = -713480.3781129 Edm = 0.000944167 NCalls = 631 +VariableMetric: Iteration # 94 - FCN = -713480.3803729 Edm = 0.000342252 NCalls = 633 +VariableMetric: Iteration # 95 - FCN = -713480.3811783 Edm = 0.000313672 NCalls = 635 +VariableMetric: Iteration # 96 - FCN = -713480.3913192 Edm = 0.0158825 NCalls = 643 +VariableMetric: Iteration # 97 - FCN = -713480.3937901 Edm = 0.00696013 NCalls = 647 +VariableMetric: Iteration # 98 - FCN = -713480.4794278 Edm = 0.0929392 NCalls = 655 +VariableMetric: Iteration # 99 - FCN = -713480.4797155 Edm = 0.00138212 NCalls = 657 +VariableMetric: Iteration # 100 - FCN = -713480.484565 Edm = 0.00687309 NCalls = 660 +VariableMetric: Iteration # 101 - FCN = -713480.6064101 Edm = 0.0730587 NCalls = 667 +VariableMetric: Iteration # 102 - FCN = -713480.7473747 Edm = 0.0735886 NCalls = 669 +VariableMetric: Iteration # 103 - FCN = -713480.7992485 Edm = 0.0238518 NCalls = 672 +VariableMetric: Iteration # 104 - FCN = -713480.8169025 Edm = 0.0023562 NCalls = 674 +VariableMetric: Iteration # 105 - FCN = -713480.8210674 Edm = 0.000774035 NCalls = 676 +VariableMetric: Iteration # 106 - FCN = -713480.8226465 Edm = 0.000392764 NCalls = 678 +VariableMetric: Iteration # 107 - FCN = -713480.8233387 Edm = 0.000183354 NCalls = 680 +VariableMetric: Iteration # 108 - FCN = -713480.823684 Edm = 9.8371e-05 NCalls = 682 +VariableMetric: Iteration # 109 - FCN = -713480.8238173 Edm = 5.63878e-06 NCalls = 684 +VariableMetric: After Hessian - FCN = -713480.8238173 Edm = 5.17295e-06 NCalls = 1057 +VariableMetric: Iteration # 110 - FCN = -713480.8238173 Edm = 5.17295e-06 NCalls = 1057 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -706772.9458691 Edm = 13.4875 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -706772.9458691 Edm = 13.4875 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -709975.4865326 Edm = 0.122607 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -709976.6774928 Edm = 0.0891236 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -710069.205671 Edm = 0.429813 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -710069.9453342 Edm = 0.259164 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -710087.6932586 Edm = 16.4316 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -710138.5730128 Edm = 0.273482 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -710138.8505411 Edm = 0.0522039 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -710140.0779395 Edm = 1.40072 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -710156.5323253 Edm = 14.0652 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -710448.1620306 Edm = 29.6895 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -710493.5684613 Edm = 5.28174 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -710502.6799642 Edm = 0.163282 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -710502.8779826 Edm = 0.0209503 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -710502.9777692 Edm = 0.0815356 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -710517.7164546 Edm = 12.2155 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -710646.1742075 Edm = 24.1326 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -710700.4467757 Edm = 22.5113 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -710724.2319995 Edm = 25.8796 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -710873.8829306 Edm = 239.601 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -710875.6915984 Edm = 17.602 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -710934.731861 Edm = 27.6032 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -711033.4817187 Edm = 62.7406 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -711223.2411375 Edm = 63.8932 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -711256.0639625 Edm = 56.1226 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -711308.0260692 Edm = 13.1808 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -711443.2348193 Edm = 80.4327 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -711454.2206477 Edm = 70.0379 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -711550.2933094 Edm = 27.7529 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -711623.2347273 Edm = 43.472 NCalls = 114 +VariableMetric: Iteration # 30 - FCN = -712738.7413125 Edm = 129.177 NCalls = 125 +VariableMetric: Iteration # 31 - FCN = -712791.1223749 Edm = 929.959 NCalls = 127 +VariableMetric: Iteration # 32 - FCN = -712915.6745583 Edm = 13.6387 NCalls = 130 +VariableMetric: Iteration # 33 - FCN = -713050.5869252 Edm = 156.904 NCalls = 136 +VariableMetric: Iteration # 34 - FCN = -713067.9961724 Edm = 83.025 NCalls = 139 +VariableMetric: Iteration # 35 - FCN = -713193.4404752 Edm = 62.7465 NCalls = 144 +VariableMetric: Iteration # 36 - FCN = -713234.5961558 Edm = 4.32871 NCalls = 146 +VariableMetric: Iteration # 37 - FCN = -713240.8842558 Edm = 1.44569 NCalls = 148 +VariableMetric: Iteration # 38 - FCN = -713243.8705037 Edm = 1.24012 NCalls = 150 +VariableMetric: Iteration # 39 - FCN = -713246.3562934 Edm = 0.281887 NCalls = 152 +VariableMetric: Iteration # 40 - FCN = -713246.7538521 Edm = 0.116117 NCalls = 154 +VariableMetric: Iteration # 41 - FCN = -713246.8916976 Edm = 0.0174513 NCalls = 157 +VariableMetric: Iteration # 42 - FCN = -713246.919759 Edm = 0.00882867 NCalls = 159 +VariableMetric: Iteration # 43 - FCN = -713247.0655236 Edm = 0.153729 NCalls = 163 +VariableMetric: Iteration # 44 - FCN = -713247.9317215 Edm = 0.764066 NCalls = 170 +VariableMetric: Iteration # 45 - FCN = -713272.4096582 Edm = 50.8868 NCalls = 176 +VariableMetric: Iteration # 46 - FCN = -713291.4611418 Edm = 15.3211 NCalls = 180 +VariableMetric: Iteration # 47 - FCN = -713328.5430059 Edm = 19.7898 NCalls = 184 +VariableMetric: Iteration # 48 - FCN = -713370.0164653 Edm = 24.5896 NCalls = 187 +VariableMetric: Iteration # 49 - FCN = -713391.794882 Edm = 12.0041 NCalls = 192 +VariableMetric: Iteration # 50 - FCN = -713402.2203582 Edm = 2.03169 NCalls = 194 +VariableMetric: Iteration # 51 - FCN = -713403.5120122 Edm = 0.158319 NCalls = 196 +VariableMetric: Iteration # 52 - FCN = -713403.687726 Edm = 0.0184199 NCalls = 198 +VariableMetric: Iteration # 53 - FCN = -713403.6998735 Edm = 0.00571291 NCalls = 200 +VariableMetric: Iteration # 54 - FCN = -713403.7300548 Edm = 0.0226195 NCalls = 203 +VariableMetric: Iteration # 55 - FCN = -713411.5157482 Edm = 6.67186 NCalls = 210 +VariableMetric: Iteration # 56 - FCN = -713474.474953 Edm = 9.65312 NCalls = 213 +VariableMetric: Iteration # 57 - FCN = -713479.5524913 Edm = 0.603235 NCalls = 215 +VariableMetric: Iteration # 58 - FCN = -713480.1932314 Edm = 0.0535586 NCalls = 217 +VariableMetric: Iteration # 59 - FCN = -713480.2688481 Edm = 0.0152167 NCalls = 219 +VariableMetric: Iteration # 60 - FCN = -713480.3013869 Edm = 0.00381427 NCalls = 221 +VariableMetric: Iteration # 61 - FCN = -713480.3096077 Edm = 0.00411452 NCalls = 223 +VariableMetric: Iteration # 62 - FCN = -713480.7010317 Edm = 0.331629 NCalls = 228 +VariableMetric: Iteration # 63 - FCN = -713496.171815 Edm = 7.38965 NCalls = 232 +VariableMetric: Iteration # 64 - FCN = -713506.6285525 Edm = 1.00862 NCalls = 236 +VariableMetric: Iteration # 65 - FCN = -713507.8190125 Edm = 0.840728 NCalls = 238 +VariableMetric: Iteration # 66 - FCN = -713508.5741101 Edm = 0.124838 NCalls = 241 +VariableMetric: Iteration # 67 - FCN = -713508.7503996 Edm = 0.0101412 NCalls = 243 +VariableMetric: Iteration # 68 - FCN = -713508.7613911 Edm = 0.00357254 NCalls = 245 +VariableMetric: Iteration # 69 - FCN = -713508.7749763 Edm = 0.0120297 NCalls = 247 +VariableMetric: Iteration # 70 - FCN = -713509.0013614 Edm = 0.225688 NCalls = 252 +VariableMetric: Iteration # 71 - FCN = -713509.825734 Edm = 0.728928 NCalls = 258 +VariableMetric: Iteration # 72 - FCN = -713518.800181 Edm = 0.69816 NCalls = 261 +VariableMetric: Iteration # 73 - FCN = -713519.4133425 Edm = 0.0371039 NCalls = 263 +VariableMetric: Iteration # 74 - FCN = -713519.4451337 Edm = 0.0038373 NCalls = 265 +VariableMetric: Iteration # 75 - FCN = -713519.4490395 Edm = 0.00127614 NCalls = 267 +VariableMetric: Iteration # 76 - FCN = -713519.4519535 Edm = 0.00149547 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -713519.4744689 Edm = 0.0178425 NCalls = 272 +VariableMetric: Iteration # 78 - FCN = -713519.9810066 Edm = 0.322313 NCalls = 276 +VariableMetric: Iteration # 79 - FCN = -713522.5499651 Edm = 0.53813 NCalls = 279 +VariableMetric: Iteration # 80 - FCN = -713523.2998875 Edm = 0.214537 NCalls = 282 +VariableMetric: Iteration # 81 - FCN = -713523.4469942 Edm = 0.0412279 NCalls = 284 +VariableMetric: Iteration # 82 - FCN = -713523.8130333 Edm = 0.366612 NCalls = 289 +VariableMetric: Iteration # 83 - FCN = -713523.8400263 Edm = 0.0688551 NCalls = 291 +VariableMetric: Iteration # 84 - FCN = -713524.2700668 Edm = 0.156046 NCalls = 296 +VariableMetric: Iteration # 85 - FCN = -713524.4959268 Edm = 0.0408728 NCalls = 298 +VariableMetric: Iteration # 86 - FCN = -713524.5184733 Edm = 0.00968545 NCalls = 300 +VariableMetric: Iteration # 87 - FCN = -713524.5324905 Edm = 0.000891745 NCalls = 302 +VariableMetric: Iteration # 88 - FCN = -713524.5334534 Edm = 9.35992e-05 NCalls = 304 +VariableMetric: Iteration # 89 - FCN = -713524.534829 Edm = 0.00134436 NCalls = 308 +VariableMetric: Iteration # 90 - FCN = -713524.678345 Edm = 0.0151876 NCalls = 315 +VariableMetric: Iteration # 91 - FCN = -713526.1378663 Edm = 0.62088 NCalls = 317 +VariableMetric: Iteration # 92 - FCN = -713530.4112994 Edm = 0.208122 NCalls = 321 +VariableMetric: Iteration # 93 - FCN = -713530.6659529 Edm = 0.0134197 NCalls = 323 +VariableMetric: Iteration # 94 - FCN = -713530.6846104 Edm = 0.000883776 NCalls = 325 +VariableMetric: Iteration # 95 - FCN = -713530.6854119 Edm = 4.79432e-05 NCalls = 327 +VariableMetric: After Hessian - FCN = -713530.6854119 Edm = 11.0465 NCalls = 694 +VariableMetric: Iteration # 96 - FCN = -713530.6854119 Edm = 11.0465 NCalls = 694 +VariableMetric: Iteration # 97 - FCN = -713530.7478293 Edm = 360.925 NCalls = 698 +VariableMetric: Iteration # 98 - FCN = -713541.9661395 Edm = 13.821 NCalls = 701 +VariableMetric: Iteration # 99 - FCN = -713544.9925291 Edm = 4.28029 NCalls = 703 +VariableMetric: Iteration # 100 - FCN = -713548.2255555 Edm = 1.73052 NCalls = 706 +VariableMetric: Iteration # 101 - FCN = -713551.0049757 Edm = 3.30945 NCalls = 709 +VariableMetric: Iteration # 102 - FCN = -713551.9581945 Edm = 3167.15 NCalls = 711 +VariableMetric: Iteration # 103 - FCN = -713551.9840973 Edm = 10280.4 NCalls = 715 +VariableMetric: Iteration # 104 - FCN = -713552.1287744 Edm = 1750.3 NCalls = 719 +VariableMetric: Iteration # 105 - FCN = -713552.5358415 Edm = 185.216 NCalls = 723 +VariableMetric: Iteration # 106 - FCN = -713553.3548428 Edm = 776.277 NCalls = 726 +VariableMetric: Iteration # 107 - FCN = -713554.3038846 Edm = 65.1178 NCalls = 729 +VariableMetric: Iteration # 108 - FCN = -713554.3562579 Edm = 120.544 NCalls = 732 +VariableMetric: Iteration # 109 - FCN = -713554.7941409 Edm = 286.843 NCalls = 734 +VariableMetric: Iteration # 110 - FCN = -713555.2747113 Edm = 101.201 NCalls = 736 +VariableMetric: Iteration # 111 - FCN = -713555.8057441 Edm = 18.1128 NCalls = 738 +VariableMetric: Iteration # 112 - FCN = -713556.7363233 Edm = 12.5982 NCalls = 740 +VariableMetric: Iteration # 113 - FCN = -713557.0717974 Edm = 5.9689 NCalls = 742 +VariableMetric: Iteration # 114 - FCN = -713557.6362917 Edm = 5.21699 NCalls = 744 +VariableMetric: Iteration # 115 - FCN = -713558.2508216 Edm = 2.25628 NCalls = 746 +VariableMetric: Iteration # 116 - FCN = -713558.7286975 Edm = 3.4105 NCalls = 748 +VariableMetric: Iteration # 117 - FCN = -713559.7190411 Edm = 2.2695 NCalls = 750 +VariableMetric: Iteration # 118 - FCN = -713559.9306396 Edm = 2.29577 NCalls = 752 +VariableMetric: Iteration # 119 - FCN = -713560.2272651 Edm = 2.7652 NCalls = 754 +VariableMetric: Iteration # 120 - FCN = -713560.4785943 Edm = 0.512017 NCalls = 756 +VariableMetric: Iteration # 121 - FCN = -713560.9589055 Edm = 1.96746 NCalls = 758 +VariableMetric: Iteration # 122 - FCN = -713561.2231619 Edm = 0.393993 NCalls = 760 +VariableMetric: Iteration # 123 - FCN = -713561.4896866 Edm = 0.387037 NCalls = 762 +VariableMetric: Iteration # 124 - FCN = -713561.6418747 Edm = 0.160234 NCalls = 764 +VariableMetric: Iteration # 125 - FCN = -713561.733571 Edm = 0.23784 NCalls = 766 +VariableMetric: Iteration # 126 - FCN = -713562.0133375 Edm = 0.474691 NCalls = 768 +VariableMetric: Iteration # 127 - FCN = -713562.273463 Edm = 0.415245 NCalls = 770 +VariableMetric: Iteration # 128 - FCN = -713562.9682142 Edm = 0.62996 NCalls = 773 +VariableMetric: Iteration # 129 - FCN = -713563.6374477 Edm = 0.206102 NCalls = 776 +VariableMetric: Iteration # 130 - FCN = -713563.8585681 Edm = 0.544927 NCalls = 778 +VariableMetric: Iteration # 131 - FCN = -713563.9833105 Edm = 0.217194 NCalls = 780 +VariableMetric: Iteration # 132 - FCN = -713564.2706194 Edm = 0.103295 NCalls = 785 +VariableMetric: Iteration # 133 - FCN = -713564.4589495 Edm = 0.0582615 NCalls = 788 +VariableMetric: Iteration # 134 - FCN = -713564.5158937 Edm = 0.0821969 NCalls = 789 +VariableMetric: Iteration # 135 - FCN = -713564.5662098 Edm = 0.0264893 NCalls = 792 +VariableMetric: Iteration # 136 - FCN = -713564.6067729 Edm = 0.0169652 NCalls = 794 +VariableMetric: Iteration # 137 - FCN = -713564.6271813 Edm = 0.0143054 NCalls = 796 +VariableMetric: Iteration # 138 - FCN = -713564.6430748 Edm = 0.00467733 NCalls = 799 +VariableMetric: Iteration # 139 - FCN = -713564.6512697 Edm = 0.00112678 NCalls = 801 +VariableMetric: Iteration # 140 - FCN = -713564.6529817 Edm = 0.000204254 NCalls = 803 +VariableMetric: Iteration # 141 - FCN = -713564.6531407 Edm = 3.69303e-05 NCalls = 805 +VariableMetric: After Hessian - FCN = -713564.6531407 Edm = 3.36463e-05 NCalls = 1184 +VariableMetric: Iteration # 142 - FCN = -713564.6531407 Edm = 3.36463e-05 NCalls = 1184 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710970.6482746 Edm = 6.3402 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710970.6482746 Edm = 6.3402 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712478.6768896 Edm = 0.268671 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -712480.5228397 Edm = 0.346862 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -712860.6562552 Edm = 74.6217 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -712933.3836472 Edm = 10.5173 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -712940.1417451 Edm = 0.178282 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -712942.6309223 Edm = 2.52984 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -712988.583093 Edm = 22.2239 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -713037.0917047 Edm = 0.160873 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -713037.3049661 Edm = 0.0497453 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -713073.8449894 Edm = 33.8573 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -713318.0790296 Edm = 47.3879 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -713383.3483649 Edm = 6.28838 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -713392.3255872 Edm = 0.539604 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -713393.1324779 Edm = 0.0128078 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -713393.1614368 Edm = 0.0114798 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -713394.8888332 Edm = 1.51501 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -713472.9173652 Edm = 2.18124 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -713475.3115621 Edm = 0.0805882 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -713475.3727456 Edm = 0.00368842 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -713475.377102 Edm = 0.00116855 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -713475.3902316 Edm = 0.0103576 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -713482.6174123 Edm = 5.80223 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -713496.1800364 Edm = 7.09077 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -713501.3247195 Edm = 0.811132 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -713502.6682791 Edm = 0.0833488 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -713502.7961525 Edm = 0.0160825 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -713502.8091049 Edm = 0.00128391 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -713502.8161749 Edm = 0.00677496 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -713503.7684633 Edm = 0.797752 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -713516.9088689 Edm = 1.64671 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -713518.5286902 Edm = 0.113469 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -713518.580812 Edm = 0.00775222 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -713518.5899909 Edm = 0.000452303 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -713518.5913412 Edm = 0.000836603 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -713518.6783932 Edm = 0.0981625 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -713519.3913787 Edm = 0.698811 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -713524.4630594 Edm = 1.41522 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -713525.8590596 Edm = 0.15275 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -713525.9865088 Edm = 0.0103097 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -713525.9944255 Edm = 0.000289042 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -713525.9949086 Edm = 0.000205436 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -713526.0003654 Edm = 0.00548407 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -713526.0048208 Edm = 0.00434647 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -713526.2214218 Edm = 0.0049264 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -713527.1851729 Edm = 0.00556673 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -713527.1917477 Edm = 0.000106698 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -713527.1920549 Edm = 0.000179649 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -713527.2289798 Edm = 0.035328 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -713532.3626203 Edm = 1.70507 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -713534.7913059 Edm = 0.0445788 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -713534.8273644 Edm = 0.000277678 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -713534.8279913 Edm = 0.000386352 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -713534.8440303 Edm = 0.0139267 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -713535.8308245 Edm = 0.945929 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -713548.30753 Edm = 2.02501 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -713551.6431472 Edm = 0.309571 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -713551.965854 Edm = 0.0185148 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -713551.9857068 Edm = 0.000901342 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -713551.9872239 Edm = 0.000925812 NCalls = 192 +VariableMetric: Iteration # 60 - FCN = -713551.998544 Edm = 0.0088404 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -713552.259552 Edm = 0.196051 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -713555.222444 Edm = 2.53049 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -713562.2362322 Edm = 1.26826 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -713563.2638141 Edm = 0.121405 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -713563.3537146 Edm = 0.00254882 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -713563.3560182 Edm = 0.000106087 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -713563.3561727 Edm = 4.11297e-05 NCalls = 214 +VariableMetric: After Hessian - FCN = -713563.3561727 Edm = 4.0559 NCalls = 569 +VariableMetric: Iteration # 68 - FCN = -713563.3561727 Edm = 4.0559 NCalls = 569 +VariableMetric: Iteration # 69 - FCN = -713563.5936114 Edm = 21.8261 NCalls = 572 +VariableMetric: Iteration # 70 - FCN = -713564.5135921 Edm = 0.123038 NCalls = 576 +VariableMetric: Iteration # 71 - FCN = -713564.8435315 Edm = 0.0530735 NCalls = 583 +VariableMetric: Iteration # 72 - FCN = -713564.8751298 Edm = 0.0702098 NCalls = 585 +VariableMetric: Iteration # 73 - FCN = -713564.946395 Edm = 0.0207359 NCalls = 587 +VariableMetric: Iteration # 74 - FCN = -713565.0150802 Edm = 0.011607 NCalls = 590 +VariableMetric: Iteration # 75 - FCN = -713565.0401692 Edm = 0.0100355 NCalls = 593 +VariableMetric: Iteration # 76 - FCN = -713565.0530494 Edm = 0.00530613 NCalls = 596 +VariableMetric: Iteration # 77 - FCN = -713565.0683398 Edm = 0.00579959 NCalls = 598 +VariableMetric: Iteration # 78 - FCN = -713565.0740565 Edm = 0.00309313 NCalls = 599 +VariableMetric: Iteration # 79 - FCN = -713565.0777356 Edm = 0.000462452 NCalls = 601 +VariableMetric: Iteration # 80 - FCN = -713565.0785029 Edm = 8.23701e-05 NCalls = 603 +VariableMetric: Iteration # 81 - FCN = -713565.0786651 Edm = 3.12872e-05 NCalls = 605 +VariableMetric: After Hessian - FCN = -713565.0786651 Edm = 5.19477e-05 NCalls = 972 +VariableMetric: Iteration # 82 - FCN = -713565.0786651 Edm = 5.19477e-05 NCalls = 972 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709867.89328 Edm = 0.277364 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709867.89328 Edm = 0.277364 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -709961.48658 Edm = 0.0899578 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -709961.9003017 Edm = 0.345016 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -710017.2593589 Edm = 4.2149 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -710021.8649309 Edm = 0.124073 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -710043.1337984 Edm = 23.1933 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -710207.8211567 Edm = 68.4939 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -710295.0586548 Edm = 5.72345 NCalls = 36 +VariableMetric: Iteration # 8 - FCN = -710299.1097733 Edm = 4.14953 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -710300.8086536 Edm = 0.1119 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -710324.3702825 Edm = 16.087 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -710404.6822528 Edm = 6.6463 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -710673.2735306 Edm = 112.831 NCalls = 60 +VariableMetric: Iteration # 13 - FCN = -710890.0070078 Edm = 37.488 NCalls = 64 +VariableMetric: Iteration # 14 - FCN = -710891.5964645 Edm = 2.57173 NCalls = 68 +VariableMetric: Iteration # 15 - FCN = -710892.5863487 Edm = 0.101006 NCalls = 70 +VariableMetric: Iteration # 16 - FCN = -710893.0324284 Edm = 0.370373 NCalls = 72 +VariableMetric: Iteration # 17 - FCN = -710961.041423 Edm = 15.1018 NCalls = 80 +VariableMetric: Iteration # 18 - FCN = -710972.5941714 Edm = 9.43025 NCalls = 82 +VariableMetric: Iteration # 19 - FCN = -710981.3040123 Edm = 3.50433 NCalls = 84 +VariableMetric: Iteration # 20 - FCN = -710987.5202871 Edm = 3.21167 NCalls = 87 +VariableMetric: Iteration # 21 - FCN = -710990.4480946 Edm = 0.0282421 NCalls = 89 +VariableMetric: Iteration # 22 - FCN = -710990.5104762 Edm = 0.04428 NCalls = 91 +VariableMetric: Iteration # 23 - FCN = -710993.038959 Edm = 2.63788 NCalls = 97 +VariableMetric: Iteration # 24 - FCN = -710993.9387273 Edm = 0.791288 NCalls = 102 +VariableMetric: Iteration # 25 - FCN = -711032.5432322 Edm = 8.78623 NCalls = 107 +VariableMetric: Iteration # 26 - FCN = -711059.1188556 Edm = 13.9422 NCalls = 109 +VariableMetric: Iteration # 27 - FCN = -711068.4599507 Edm = 3.10079 NCalls = 111 +VariableMetric: Iteration # 28 - FCN = -711071.2518461 Edm = 0.0429298 NCalls = 113 +VariableMetric: Iteration # 29 - FCN = -711071.3216355 Edm = 0.0301442 NCalls = 115 +VariableMetric: Iteration # 30 - FCN = -711072.2987575 Edm = 0.800961 NCalls = 120 +VariableMetric: Iteration # 31 - FCN = -711191.6314093 Edm = 63.9252 NCalls = 125 +VariableMetric: Iteration # 32 - FCN = -711398.8940667 Edm = 6.35544 NCalls = 128 +VariableMetric: Iteration # 33 - FCN = -711406.5559176 Edm = 0.81558 NCalls = 130 +VariableMetric: Iteration # 34 - FCN = -711407.1970001 Edm = 0.0602167 NCalls = 132 +VariableMetric: Iteration # 35 - FCN = -711407.2976466 Edm = 0.051647 NCalls = 134 +VariableMetric: Iteration # 36 - FCN = -711408.1230533 Edm = 0.632251 NCalls = 139 +VariableMetric: Iteration # 37 - FCN = -711426.729145 Edm = 12.1247 NCalls = 145 +VariableMetric: Iteration # 38 - FCN = -711468.3469754 Edm = 12.9561 NCalls = 151 +VariableMetric: Iteration # 39 - FCN = -711488.1133047 Edm = 7.41978 NCalls = 154 +VariableMetric: Iteration # 40 - FCN = -711495.0974221 Edm = 21.0155 NCalls = 156 +VariableMetric: Iteration # 41 - FCN = -711523.9745054 Edm = 12.5172 NCalls = 160 +VariableMetric: Iteration # 42 - FCN = -711555.1535878 Edm = 18.6576 NCalls = 167 +VariableMetric: Iteration # 43 - FCN = -711560.5368608 Edm = 14.402 NCalls = 169 +VariableMetric: Iteration # 44 - FCN = -711576.3398472 Edm = 38.332 NCalls = 173 +VariableMetric: Iteration # 45 - FCN = -711629.0840668 Edm = 76.9304 NCalls = 177 +VariableMetric: Iteration # 46 - FCN = -711654.1985292 Edm = 52.9398 NCalls = 180 +VariableMetric: Iteration # 47 - FCN = -711987.2610191 Edm = 229.864 NCalls = 185 +VariableMetric: Iteration # 48 - FCN = -712388.345045 Edm = 307.113 NCalls = 187 +VariableMetric: Iteration # 49 - FCN = -712584.6758752 Edm = 77.8253 NCalls = 190 +VariableMetric: Iteration # 50 - FCN = -712669.0248482 Edm = 22.7121 NCalls = 193 +VariableMetric: Iteration # 51 - FCN = -712683.2609152 Edm = 2.81285 NCalls = 195 +VariableMetric: Iteration # 52 - FCN = -712686.7172206 Edm = 1.20352 NCalls = 197 +VariableMetric: Iteration # 53 - FCN = -712688.9628232 Edm = 0.132227 NCalls = 199 +VariableMetric: Iteration # 54 - FCN = -712689.2176856 Edm = 0.114102 NCalls = 201 +VariableMetric: Iteration # 55 - FCN = -712689.6273512 Edm = 0.0340415 NCalls = 203 +VariableMetric: Iteration # 56 - FCN = -712689.7175926 Edm = 0.0426296 NCalls = 205 +VariableMetric: Iteration # 57 - FCN = -712690.2612831 Edm = 0.269884 NCalls = 208 +VariableMetric: Iteration # 58 - FCN = -712691.2359072 Edm = 0.400116 NCalls = 211 +VariableMetric: Iteration # 59 - FCN = -712704.3341288 Edm = 13.7331 NCalls = 216 +VariableMetric: Iteration # 60 - FCN = -712772.9701439 Edm = 156.306 NCalls = 223 +VariableMetric: Iteration # 61 - FCN = -712791.7019319 Edm = 26.0007 NCalls = 228 +VariableMetric: Iteration # 62 - FCN = -712823.9041246 Edm = 17.1176 NCalls = 239 +VariableMetric: Iteration # 63 - FCN = -712837.1514365 Edm = 21.0791 NCalls = 240 +VariableMetric: Iteration # 64 - FCN = -712866.109792 Edm = 28.1476 NCalls = 243 +VariableMetric: Iteration # 65 - FCN = -713063.2362562 Edm = 136.431 NCalls = 248 +VariableMetric: Iteration # 66 - FCN = -713218.5248573 Edm = 28.7493 NCalls = 251 +VariableMetric: Iteration # 67 - FCN = -713241.2301737 Edm = 24.0966 NCalls = 253 +VariableMetric: Iteration # 68 - FCN = -713284.0283429 Edm = 22.9756 NCalls = 258 +VariableMetric: Iteration # 69 - FCN = -713314.431214 Edm = 70.3457 NCalls = 261 +VariableMetric: Iteration # 70 - FCN = -713340.2738924 Edm = 9.18993 NCalls = 263 +VariableMetric: Iteration # 71 - FCN = -713348.1584478 Edm = 2.98919 NCalls = 265 +VariableMetric: Iteration # 72 - FCN = -713349.8971298 Edm = 1.0536 NCalls = 267 +VariableMetric: Iteration # 73 - FCN = -713350.6483103 Edm = 0.0257808 NCalls = 269 +VariableMetric: Iteration # 74 - FCN = -713350.7008982 Edm = 0.0184046 NCalls = 271 +VariableMetric: Iteration # 75 - FCN = -713350.7639333 Edm = 0.0199399 NCalls = 273 +VariableMetric: Iteration # 76 - FCN = -713350.9282293 Edm = 0.113057 NCalls = 276 +VariableMetric: Iteration # 77 - FCN = -713357.6451506 Edm = 3.29032 NCalls = 281 +VariableMetric: Iteration # 78 - FCN = -713357.7808222 Edm = 0.331568 NCalls = 283 +VariableMetric: Iteration # 79 - FCN = -713358.3761332 Edm = 0.272857 NCalls = 285 +VariableMetric: Iteration # 80 - FCN = -713365.3233124 Edm = 7.28654 NCalls = 291 +VariableMetric: Iteration # 81 - FCN = -713372.9628663 Edm = 11.4834 NCalls = 295 +VariableMetric: Iteration # 82 - FCN = -713386.8809012 Edm = 1.78297 NCalls = 297 +VariableMetric: Iteration # 83 - FCN = -713391.3958023 Edm = 1.84382 NCalls = 300 +VariableMetric: Iteration # 84 - FCN = -713393.8273375 Edm = 2.07471 NCalls = 303 +VariableMetric: Iteration # 85 - FCN = -713397.6787979 Edm = 3.93997 NCalls = 306 +VariableMetric: Iteration # 86 - FCN = -713401.960325 Edm = 3.40745 NCalls = 309 +VariableMetric: Iteration # 87 - FCN = -713412.5623108 Edm = 1.5024 NCalls = 311 +VariableMetric: Iteration # 88 - FCN = -713413.6297326 Edm = 1.86505 NCalls = 313 +VariableMetric: Iteration # 89 - FCN = -713414.9815301 Edm = 0.773312 NCalls = 315 +VariableMetric: Iteration # 90 - FCN = -713418.2187408 Edm = 3.22956 NCalls = 318 +VariableMetric: Iteration # 91 - FCN = -713439.0934384 Edm = 3.69018 NCalls = 324 +VariableMetric: Iteration # 92 - FCN = -713445.1718175 Edm = 0.277921 NCalls = 326 +VariableMetric: Iteration # 93 - FCN = -713445.4764305 Edm = 0.0119115 NCalls = 328 +VariableMetric: Iteration # 94 - FCN = -713445.4913088 Edm = 0.00641047 NCalls = 330 +VariableMetric: Iteration # 95 - FCN = -713445.5345731 Edm = 0.0335116 NCalls = 333 +VariableMetric: Iteration # 96 - FCN = -713446.6498408 Edm = 1.22348 NCalls = 337 +VariableMetric: Iteration # 97 - FCN = -713462.2047687 Edm = 12.1351 NCalls = 344 +VariableMetric: Iteration # 98 - FCN = -713502.5874568 Edm = 3.25824 NCalls = 347 +VariableMetric: Iteration # 99 - FCN = -713506.4431421 Edm = 0.802306 NCalls = 349 +VariableMetric: Iteration # 100 - FCN = -713507.2336125 Edm = 0.0706309 NCalls = 351 +VariableMetric: Iteration # 101 - FCN = -713507.3206996 Edm = 0.00387552 NCalls = 353 +VariableMetric: Iteration # 102 - FCN = -713507.3252099 Edm = 0.00150724 NCalls = 355 +VariableMetric: Iteration # 103 - FCN = -713507.3343593 Edm = 0.00855343 NCalls = 358 +VariableMetric: Iteration # 104 - FCN = -713508.0199162 Edm = 0.599253 NCalls = 365 +VariableMetric: Iteration # 105 - FCN = -713522.0024639 Edm = 5.64061 NCalls = 370 +VariableMetric: Iteration # 106 - FCN = -713533.7851091 Edm = 0.503672 NCalls = 372 +VariableMetric: Iteration # 107 - FCN = -713534.2752603 Edm = 0.0257784 NCalls = 374 +VariableMetric: Iteration # 108 - FCN = -713534.3003882 Edm = 0.00233298 NCalls = 376 +VariableMetric: Iteration # 109 - FCN = -713534.3029635 Edm = 0.00040275 NCalls = 378 +VariableMetric: Iteration # 110 - FCN = -713534.3037939 Edm = 0.000311084 NCalls = 380 +VariableMetric: Iteration # 111 - FCN = -713534.3057558 Edm = 0.00161131 NCalls = 383 +VariableMetric: Iteration # 112 - FCN = -713534.4936548 Edm = 0.147666 NCalls = 388 +VariableMetric: Iteration # 113 - FCN = -713537.1457661 Edm = 0.916314 NCalls = 392 +VariableMetric: Iteration # 114 - FCN = -713538.4600948 Edm = 0.133218 NCalls = 394 +VariableMetric: Iteration # 115 - FCN = -713538.5734854 Edm = 0.0018953 NCalls = 396 +VariableMetric: Iteration # 116 - FCN = -713538.5755842 Edm = 0.000139203 NCalls = 398 +VariableMetric: Iteration # 117 - FCN = -713538.5757927 Edm = 0.000105298 NCalls = 400 +VariableMetric: Iteration # 118 - FCN = -713538.5772175 Edm = 0.00148855 NCalls = 404 +VariableMetric: Iteration # 119 - FCN = -713538.6685492 Edm = 0.0228587 NCalls = 411 +VariableMetric: Iteration # 120 - FCN = -713539.2895271 Edm = 0.362206 NCalls = 413 +VariableMetric: Iteration # 121 - FCN = -713542.042341 Edm = 0.0481372 NCalls = 416 +VariableMetric: Iteration # 122 - FCN = -713542.0970268 Edm = 0.00132088 NCalls = 418 +VariableMetric: Iteration # 123 - FCN = -713542.0983309 Edm = 5.41876e-05 NCalls = 419 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709823.80904 Edm = 10.7693 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709823.80904 Edm = 10.7693 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712431.2406757 Edm = 0.549239 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -712432.3169631 Edm = 2.09234 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -712598.6853523 Edm = 0.12968 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -712599.6756631 Edm = 0.0905115 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -712601.307997 Edm = 1.38944 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -712624.3598207 Edm = 0.0765912 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -712624.5905051 Edm = 0.134961 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -712639.2957053 Edm = 11.2771 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -712841.2417016 Edm = 29.2736 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -712869.591706 Edm = 0.907646 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -712869.997936 Edm = 0.0679811 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -712870.2912666 Edm = 0.0742174 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -712870.9959592 Edm = 0.524234 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -712919.5519549 Edm = 6.78352 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -712925.7068458 Edm = 0.0738259 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -712925.7930039 Edm = 0.0271252 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -712926.8770249 Edm = 0.961061 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -712993.6457674 Edm = 17.6095 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -713015.6909431 Edm = 2.21048 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -713018.9546751 Edm = 1.82162 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -713023.2389095 Edm = 7.10412 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -713031.5415928 Edm = 16.9195 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -713045.5062719 Edm = 1.40674 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -713047.4640417 Edm = 0.0383767 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -713047.5166984 Edm = 0.0182772 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -713047.564212 Edm = 0.0329653 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -713048.467113 Edm = 0.773328 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -713094.3745285 Edm = 6.93232 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -713100.8759383 Edm = 11.2636 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -713106.5882826 Edm = 1.62903 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -713110.412733 Edm = 0.564825 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -713112.078147 Edm = 0.734698 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -713112.5968474 Edm = 0.229087 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -713112.7881746 Edm = 0.00309543 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -713112.7936288 Edm = 0.0038597 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -713112.8392623 Edm = 0.046341 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -713114.7938417 Edm = 1.13091 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -713122.6112871 Edm = 1.67029 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -713124.6060435 Edm = 0.101853 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -713124.6899518 Edm = 0.00228457 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -713124.6937601 Edm = 0.00142267 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -713124.7877422 Edm = 0.102802 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -713125.5519249 Edm = 0.716721 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -713164.6387048 Edm = 3.23372 NCalls = 158 +VariableMetric: Iteration # 45 - FCN = -713168.5648268 Edm = 0.356881 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -713168.7470007 Edm = 0.0233734 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -713168.7695209 Edm = 0.00545307 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -713168.7783908 Edm = 0.00391337 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -713168.8324885 Edm = 0.0484743 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -713172.4885038 Edm = 3.74914 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -713201.8645752 Edm = 14.1554 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -713217.7449333 Edm = 5.58665 NCalls = 182 +VariableMetric: Iteration # 53 - FCN = -713224.9296323 Edm = 1.51105 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -713227.5764363 Edm = 2.51801 NCalls = 187 +VariableMetric: Iteration # 55 - FCN = -713229.718198 Edm = 3.75186 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -713250.3494369 Edm = 19.2888 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -713250.5870592 Edm = 1.10698 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -713264.0734982 Edm = 10.2192 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -713278.8830722 Edm = 14.6716 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -713289.8118121 Edm = 2.23204 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -713292.8132029 Edm = 0.663845 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -713294.6758114 Edm = 2.31914 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -713296.6813614 Edm = 3.45992 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -713298.0337335 Edm = 3.14602 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -713315.8548858 Edm = 9.81699 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -713333.7645477 Edm = 10.0722 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -713339.6930071 Edm = 48.824 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -713343.0837356 Edm = 22.0204 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -713346.6130628 Edm = 8.10808 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -713349.1130535 Edm = 0.565827 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -713349.9220526 Edm = 0.353056 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -713351.6784875 Edm = 0.421994 NCalls = 240 +VariableMetric: Iteration # 73 - FCN = -713352.2012183 Edm = 0.0949469 NCalls = 242 +VariableMetric: Iteration # 74 - FCN = -713352.3217388 Edm = 0.10036 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -713352.9435125 Edm = 0.390527 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -713353.8772547 Edm = 0.193121 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -713354.6373064 Edm = 0.612924 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -713356.2503385 Edm = 0.476001 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -713357.0200743 Edm = 0.939383 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -713357.7009865 Edm = 0.24035 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -713357.9415165 Edm = 0.0258191 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -713357.9718015 Edm = 0.00522125 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -713357.984858 Edm = 0.0080891 NCalls = 267 +VariableMetric: Iteration # 84 - FCN = -713358.0371141 Edm = 0.0436861 NCalls = 271 +VariableMetric: Iteration # 85 - FCN = -713358.5424776 Edm = 0.385222 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -713359.9072573 Edm = 1.0749 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -713363.6275778 Edm = 2.49266 NCalls = 283 +VariableMetric: Iteration # 88 - FCN = -713371.8326485 Edm = 6.63293 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -713380.1593146 Edm = 14.9902 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -713398.2809202 Edm = 21.7766 NCalls = 294 +VariableMetric: Iteration # 91 - FCN = -713435.3308003 Edm = 13.302 NCalls = 299 +VariableMetric: Iteration # 92 - FCN = -713444.4055655 Edm = 10.7612 NCalls = 301 +VariableMetric: Iteration # 93 - FCN = -713449.574094 Edm = 3.12189 NCalls = 304 +VariableMetric: Iteration # 94 - FCN = -713459.5656413 Edm = 8.30497 NCalls = 307 +VariableMetric: Iteration # 95 - FCN = -713462.8791405 Edm = 7.86279 NCalls = 310 +VariableMetric: Iteration # 96 - FCN = -713467.6922142 Edm = 7.74429 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -713484.8596403 Edm = 8.59147 NCalls = 317 +VariableMetric: Iteration # 98 - FCN = -713490.9492792 Edm = 2.98494 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -713493.0052123 Edm = 0.555059 NCalls = 321 +VariableMetric: Iteration # 100 - FCN = -713494.544964 Edm = 0.67708 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -713498.2795361 Edm = 2.13363 NCalls = 328 +VariableMetric: Iteration # 102 - FCN = -713500.3832429 Edm = 9.71824 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -713502.4828892 Edm = 1.09159 NCalls = 331 +VariableMetric: Iteration # 104 - FCN = -713504.5058728 Edm = 0.437162 NCalls = 333 +VariableMetric: Iteration # 105 - FCN = -713505.4537058 Edm = 0.0602922 NCalls = 335 +VariableMetric: Iteration # 106 - FCN = -713505.517563 Edm = 0.0195758 NCalls = 337 +VariableMetric: Iteration # 107 - FCN = -713505.538784 Edm = 0.00732854 NCalls = 339 +VariableMetric: Iteration # 108 - FCN = -713505.5507844 Edm = 0.0010002 NCalls = 341 +VariableMetric: Iteration # 109 - FCN = -713505.552314 Edm = 0.000471757 NCalls = 343 +VariableMetric: Iteration # 110 - FCN = -713505.5540868 Edm = 0.00090959 NCalls = 345 +VariableMetric: Iteration # 111 - FCN = -713505.5571195 Edm = 0.00157802 NCalls = 347 +VariableMetric: Iteration # 112 - FCN = -713505.5692376 Edm = 0.00929549 NCalls = 350 +VariableMetric: Iteration # 113 - FCN = -713505.9241241 Edm = 0.362928 NCalls = 354 +VariableMetric: Iteration # 114 - FCN = -713509.2045984 Edm = 1.98082 NCalls = 360 +VariableMetric: Iteration # 115 - FCN = -713512.9544732 Edm = 0.383078 NCalls = 362 +VariableMetric: Iteration # 116 - FCN = -713513.3312173 Edm = 0.134221 NCalls = 364 +VariableMetric: Iteration # 117 - FCN = -713513.5520379 Edm = 0.28014 NCalls = 367 +VariableMetric: Iteration # 118 - FCN = -713513.6940475 Edm = 0.0479326 NCalls = 370 +VariableMetric: Iteration # 119 - FCN = -713513.7576525 Edm = 0.0275788 NCalls = 372 +VariableMetric: Iteration # 120 - FCN = -713513.8033637 Edm = 0.0159877 NCalls = 374 +VariableMetric: Iteration # 121 - FCN = -713513.8151945 Edm = 0.00275982 NCalls = 376 +VariableMetric: Iteration # 122 - FCN = -713513.8174416 Edm = 0.00039126 NCalls = 377 +VariableMetric: Iteration # 123 - FCN = -713513.8213783 Edm = 0.00372501 NCalls = 380 +VariableMetric: Iteration # 124 - FCN = -713513.9385089 Edm = 0.108724 NCalls = 386 +VariableMetric: Iteration # 125 - FCN = -713517.3327955 Edm = 3.40753 NCalls = 390 +VariableMetric: Iteration # 126 - FCN = -713521.0450047 Edm = 4.98982 NCalls = 394 +VariableMetric: Iteration # 127 - FCN = -713521.6767445 Edm = 0.621834 NCalls = 397 +VariableMetric: Iteration # 128 - FCN = -713527.1268532 Edm = 4.62584 NCalls = 403 +VariableMetric: Iteration # 129 - FCN = -713528.5569156 Edm = 2.63999 NCalls = 407 +VariableMetric: Iteration # 130 - FCN = -713535.579934 Edm = 4.99411 NCalls = 412 +VariableMetric: Iteration # 131 - FCN = -713542.9507875 Edm = 2.37165 NCalls = 415 +VariableMetric: Iteration # 132 - FCN = -713544.7336865 Edm = 1.67361 NCalls = 418 +VariableMetric: Iteration # 133 - FCN = -713545.775714 Edm = 0.439368 NCalls = 420 +VariableMetric: Iteration # 134 - FCN = -713546.4131797 Edm = 0.235028 NCalls = 422 +VariableMetric: Iteration # 135 - FCN = -713546.5179128 Edm = 0.0475515 NCalls = 424 +VariableMetric: Iteration # 136 - FCN = -713546.5409806 Edm = 0.00209362 NCalls = 426 +VariableMetric: Iteration # 137 - FCN = -713546.5431467 Edm = 9.96618e-05 NCalls = 428 +VariableMetric: Iteration # 138 - FCN = -713546.5434728 Edm = 0.000228012 NCalls = 430 +VariableMetric: Iteration # 139 - FCN = -713546.5497421 Edm = 0.00581013 NCalls = 435 +VariableMetric: Iteration # 140 - FCN = -713547.2135967 Edm = 0.504891 NCalls = 441 +VariableMetric: Iteration # 141 - FCN = -713548.65267 Edm = 0.487932 NCalls = 443 +VariableMetric: Iteration # 142 - FCN = -713549.7363821 Edm = 0.311668 NCalls = 445 +VariableMetric: Iteration # 143 - FCN = -713549.977136 Edm = 0.0604581 NCalls = 447 +VariableMetric: Iteration # 144 - FCN = -713550.0251347 Edm = 0.00104434 NCalls = 448 +VariableMetric: Iteration # 145 - FCN = -713550.0261733 Edm = 6.00423e-05 NCalls = 450 +VariableMetric: After Hessian - FCN = -713550.0261733 Edm = 104.149 NCalls = 813 +VariableMetric: Iteration # 146 - FCN = -713550.0261733 Edm = 104.149 NCalls = 813 +VariableMetric: Iteration # 147 - FCN = -713551.7174941 Edm = 15.0076 NCalls = 821 +VariableMetric: Iteration # 148 - FCN = -713557.1001256 Edm = 23.156 NCalls = 823 +VariableMetric: Iteration # 149 - FCN = -713563.7131712 Edm = 0.382129 NCalls = 825 +VariableMetric: Iteration # 150 - FCN = -713564.1421555 Edm = 0.109712 NCalls = 827 +VariableMetric: Iteration # 151 - FCN = -713564.2018097 Edm = 0.0399645 NCalls = 829 +VariableMetric: Iteration # 152 - FCN = -713564.3528837 Edm = 0.0865843 NCalls = 832 +VariableMetric: Iteration # 153 - FCN = -713564.5136433 Edm = 0.0874088 NCalls = 835 +VariableMetric: Iteration # 154 - FCN = -713564.6724782 Edm = 0.114116 NCalls = 837 +VariableMetric: Iteration # 155 - FCN = -713564.834969 Edm = 0.199152 NCalls = 841 +VariableMetric: Iteration # 156 - FCN = -713564.9841932 Edm = 0.060219 NCalls = 844 +VariableMetric: Iteration # 157 - FCN = -713565.0349949 Edm = 0.0488952 NCalls = 846 +VariableMetric: Iteration # 158 - FCN = -713565.1079496 Edm = 0.0239349 NCalls = 849 +VariableMetric: Iteration # 159 - FCN = -713565.1857655 Edm = 0.0477685 NCalls = 851 +VariableMetric: Iteration # 160 - FCN = -713565.2171074 Edm = 0.0371492 NCalls = 853 +VariableMetric: Iteration # 161 - FCN = -713565.2616646 Edm = 0.00255109 NCalls = 856 +VariableMetric: Iteration # 162 - FCN = -713565.2649188 Edm = 0.000190936 NCalls = 857 +VariableMetric: Iteration # 163 - FCN = -713565.2652589 Edm = 6.18104e-05 NCalls = 859 +VariableMetric: After Hessian - FCN = -713565.2652589 Edm = 0.000538779 NCalls = 1224 +VariableMetric: Iteration # 164 - FCN = -713565.2652589 Edm = 0.000538779 NCalls = 1224 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709883.8671011 Edm = 6.30495 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709883.8671011 Edm = 6.30495 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711540.9738495 Edm = 0.351585 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711542.5328719 Edm = 0.460861 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -711697.5016859 Edm = 0.106781 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -711697.7642398 Edm = 0.112461 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -711710.7962815 Edm = 11.8625 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -711957.5262098 Edm = 16.7183 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -711983.2358401 Edm = 2.79863 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -711988.4713477 Edm = 0.825251 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -711989.5470302 Edm = 0.219883 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -712000.8515772 Edm = 8.47737 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -712206.4977867 Edm = 55.0326 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -712276.2221418 Edm = 12.6568 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -712284.3050775 Edm = 2.22998 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -712285.5964023 Edm = 0.361441 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -712285.9370305 Edm = 0.0121779 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -712286.0209215 Edm = 0.0655203 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -712320.8020786 Edm = 20.3309 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -712368.3423679 Edm = 0.658138 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -712369.077851 Edm = 0.0271529 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -712369.1065424 Edm = 0.00482094 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -712369.1175969 Edm = 0.00723056 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -712370.5233291 Edm = 1.36934 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -712420.9720786 Edm = 7.20717 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -712432.3106311 Edm = 2.18403 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -712437.9909317 Edm = 1.31481 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -712441.1653888 Edm = 2.70206 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -712466.1148474 Edm = 13.4107 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -712481.1698387 Edm = 40.5357 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -712488.9325284 Edm = 72.3682 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -712504.474218 Edm = 7.11019 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -712511.1471109 Edm = 0.194997 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -712511.3868084 Edm = 0.0584261 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -712511.4556903 Edm = 0.0277314 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -712511.6093026 Edm = 0.129862 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -712534.0981097 Edm = 14.5 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -712574.123717 Edm = 1.80618 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -712576.6603788 Edm = 1.5043 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -712615.6168891 Edm = 7.75714 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -712615.6698129 Edm = 2.37018 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -712617.3502392 Edm = 0.949785 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -712625.1676388 Edm = 2.50926 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -712629.6249671 Edm = 0.111992 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -712629.7306201 Edm = 0.00722801 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -712629.7883692 Edm = 0.0511416 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -712632.4716635 Edm = 2.43545 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -712803.3926268 Edm = 18.4235 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -712808.6639854 Edm = 34.2424 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -712820.6288412 Edm = 1.79555 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -712825.4490597 Edm = 2.6289 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -712827.8528641 Edm = 1.19196 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -712828.6362873 Edm = 0.136545 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -712828.9201354 Edm = 0.0808952 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -712829.0541695 Edm = 0.0214547 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -712829.1316479 Edm = 0.0272388 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -712829.1775358 Edm = 0.00557088 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -712829.2076295 Edm = 0.0270003 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -712831.7597341 Edm = 2.45326 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -712914.3732176 Edm = 70.3438 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -712931.3062849 Edm = 75.9993 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -712983.5275305 Edm = 119.428 NCalls = 208 +VariableMetric: Iteration # 61 - FCN = -713008.6040428 Edm = 30.8966 NCalls = 211 +VariableMetric: Iteration # 62 - FCN = -713082.1490343 Edm = 90.6508 NCalls = 216 +VariableMetric: Iteration # 63 - FCN = -713177.5386465 Edm = 81.9779 NCalls = 221 +VariableMetric: Iteration # 64 - FCN = -713224.8029864 Edm = 42.2065 NCalls = 226 +VariableMetric: Iteration # 65 - FCN = -713297.5316386 Edm = 29.2369 NCalls = 232 +VariableMetric: Iteration # 66 - FCN = -713351.2540788 Edm = 3.40663 NCalls = 234 +VariableMetric: Iteration # 67 - FCN = -713353.9817766 Edm = 1.16537 NCalls = 236 +VariableMetric: Iteration # 68 - FCN = -713355.9743781 Edm = 0.661982 NCalls = 238 +VariableMetric: Iteration # 69 - FCN = -713357.2820406 Edm = 0.0877096 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -713357.4130237 Edm = 0.0449869 NCalls = 242 +VariableMetric: Iteration # 71 - FCN = -713357.5191248 Edm = 0.0214714 NCalls = 245 +VariableMetric: Iteration # 72 - FCN = -713357.5530004 Edm = 0.00357363 NCalls = 247 +VariableMetric: Iteration # 73 - FCN = -713357.5599268 Edm = 0.00217703 NCalls = 249 +VariableMetric: Iteration # 74 - FCN = -713357.5669803 Edm = 0.00440945 NCalls = 251 +VariableMetric: Iteration # 75 - FCN = -713357.6145168 Edm = 0.0191548 NCalls = 254 +VariableMetric: Iteration # 76 - FCN = -713357.7171173 Edm = 0.086021 NCalls = 257 +VariableMetric: Iteration # 77 - FCN = -713363.8097975 Edm = 6.57209 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -713363.9260858 Edm = 0.107611 NCalls = 266 +VariableMetric: Iteration # 79 - FCN = -713367.3137269 Edm = 4.86482 NCalls = 272 +VariableMetric: Iteration # 80 - FCN = -713367.3673616 Edm = 0.0322595 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -713367.8486506 Edm = 0.6875 NCalls = 278 +VariableMetric: Iteration # 82 - FCN = -713368.4004077 Edm = 0.46886 NCalls = 282 +VariableMetric: Iteration # 83 - FCN = -713393.3593331 Edm = 16.3805 NCalls = 286 +VariableMetric: Iteration # 84 - FCN = -713427.4728745 Edm = 11.0697 NCalls = 289 +VariableMetric: Iteration # 85 - FCN = -713433.3246042 Edm = 1.24925 NCalls = 291 +VariableMetric: Iteration # 86 - FCN = -713434.39147 Edm = 0.540713 NCalls = 293 +VariableMetric: Iteration # 87 - FCN = -713434.7224795 Edm = 0.0942943 NCalls = 294 +VariableMetric: Iteration # 88 - FCN = -713434.8541551 Edm = 0.0432166 NCalls = 296 +VariableMetric: Iteration # 89 - FCN = -713434.9960041 Edm = 0.124248 NCalls = 298 +VariableMetric: Iteration # 90 - FCN = -713435.5584676 Edm = 0.133674 NCalls = 303 +VariableMetric: Iteration # 91 - FCN = -713435.7040308 Edm = 0.0504864 NCalls = 305 +VariableMetric: Iteration # 92 - FCN = -713435.7263316 Edm = 0.00298647 NCalls = 307 +VariableMetric: Iteration # 93 - FCN = -713435.7300228 Edm = 0.00183607 NCalls = 309 +VariableMetric: Iteration # 94 - FCN = -713435.7393282 Edm = 0.00566902 NCalls = 312 +VariableMetric: Iteration # 95 - FCN = -713435.8379418 Edm = 0.0889722 NCalls = 316 +VariableMetric: Iteration # 96 - FCN = -713437.6661042 Edm = 1.62823 NCalls = 321 +VariableMetric: Iteration # 97 - FCN = -713461.2978032 Edm = 18.2846 NCalls = 326 +VariableMetric: Iteration # 98 - FCN = -713479.5349295 Edm = 8.89646 NCalls = 330 +VariableMetric: Iteration # 99 - FCN = -713490.9427233 Edm = 2.23318 NCalls = 332 +VariableMetric: Iteration # 100 - FCN = -713493.9538022 Edm = 0.878841 NCalls = 334 +VariableMetric: Iteration # 101 - FCN = -713496.0131596 Edm = 1.21146 NCalls = 337 +VariableMetric: Iteration # 102 - FCN = -713496.7428057 Edm = 0.373772 NCalls = 339 +VariableMetric: Iteration # 103 - FCN = -713497.0423422 Edm = 0.101436 NCalls = 340 +VariableMetric: Iteration # 104 - FCN = -713500.3844536 Edm = 4.4857 NCalls = 348 +VariableMetric: Iteration # 105 - FCN = -713500.4021309 Edm = 0.0449442 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -713500.9861104 Edm = 0.5947 NCalls = 354 +VariableMetric: Iteration # 107 - FCN = -713503.4347362 Edm = 2.47019 NCalls = 359 +VariableMetric: Iteration # 108 - FCN = -713505.3576555 Edm = 2.27189 NCalls = 366 +VariableMetric: Iteration # 109 - FCN = -713505.4498365 Edm = 0.208244 NCalls = 368 +VariableMetric: Iteration # 110 - FCN = -713506.5587797 Edm = 0.603547 NCalls = 373 +VariableMetric: Iteration # 111 - FCN = -713507.754869 Edm = 0.585657 NCalls = 375 +VariableMetric: Iteration # 112 - FCN = -713509.2203415 Edm = 0.730944 NCalls = 377 +VariableMetric: Iteration # 113 - FCN = -713510.8477014 Edm = 1.31782 NCalls = 379 +VariableMetric: Iteration # 114 - FCN = -713511.7895631 Edm = 1.41582 NCalls = 382 +VariableMetric: Iteration # 115 - FCN = -713512.9325244 Edm = 0.528911 NCalls = 387 +VariableMetric: Iteration # 116 - FCN = -713513.5228706 Edm = 0.293034 NCalls = 388 +VariableMetric: Iteration # 117 - FCN = -713514.0359766 Edm = 0.13729 NCalls = 391 +VariableMetric: Iteration # 118 - FCN = -713514.1255135 Edm = 0.0787456 NCalls = 393 +VariableMetric: Iteration # 119 - FCN = -713514.1880855 Edm = 0.00293906 NCalls = 395 +VariableMetric: Iteration # 120 - FCN = -713514.1914163 Edm = 0.00129415 NCalls = 397 +VariableMetric: Iteration # 121 - FCN = -713514.1945546 Edm = 0.00233073 NCalls = 399 +VariableMetric: Iteration # 122 - FCN = -713514.2418532 Edm = 0.0360594 NCalls = 404 +VariableMetric: Iteration # 123 - FCN = -713514.7201145 Edm = 0.378272 NCalls = 407 +VariableMetric: Iteration # 124 - FCN = -713520.5717906 Edm = 3.03204 NCalls = 410 +VariableMetric: Iteration # 125 - FCN = -713527.4127657 Edm = 0.967337 NCalls = 412 +VariableMetric: Iteration # 126 - FCN = -713528.2679892 Edm = 0.0762849 NCalls = 414 +VariableMetric: Iteration # 127 - FCN = -713528.3039514 Edm = 0.00752865 NCalls = 416 +VariableMetric: Iteration # 128 - FCN = -713528.3103891 Edm = 0.000857272 NCalls = 418 +VariableMetric: Iteration # 129 - FCN = -713528.3111453 Edm = 0.000303302 NCalls = 419 +VariableMetric: Iteration # 130 - FCN = -713528.3117512 Edm = 0.000198235 NCalls = 421 +VariableMetric: Iteration # 131 - FCN = -713528.3130722 Edm = 0.000974171 NCalls = 424 +VariableMetric: Iteration # 132 - FCN = -713528.3289195 Edm = 0.0199728 NCalls = 428 +VariableMetric: Iteration # 133 - FCN = -713528.7384745 Edm = 0.341357 NCalls = 435 +VariableMetric: Iteration # 134 - FCN = -713530.8783037 Edm = 0.114865 NCalls = 438 +VariableMetric: Iteration # 135 - FCN = -713531.0041444 Edm = 0.00187032 NCalls = 440 +VariableMetric: Iteration # 136 - FCN = -713531.0060102 Edm = 3.43381e-05 NCalls = 441 +VariableMetric: After Hessian - FCN = -713531.0060102 Edm = 152.904 NCalls = 808 +VariableMetric: Iteration # 137 - FCN = -713531.0060102 Edm = 152.904 NCalls = 808 +VariableMetric: Iteration # 138 - FCN = -713533.2690493 Edm = 23.5815 NCalls = 817 +VariableMetric: Iteration # 139 - FCN = -713560.4386092 Edm = 1.35077 NCalls = 819 +VariableMetric: Iteration # 140 - FCN = -713560.8576198 Edm = 0.561322 NCalls = 821 +VariableMetric: Iteration # 141 - FCN = -713560.9762812 Edm = 0.555973 NCalls = 823 +VariableMetric: Iteration # 142 - FCN = -713561.385441 Edm = 0.0906048 NCalls = 825 +VariableMetric: Iteration # 143 - FCN = -713561.5388047 Edm = 0.0479424 NCalls = 827 +VariableMetric: Iteration # 144 - FCN = -713561.6989911 Edm = 0.0582725 NCalls = 829 +VariableMetric: Iteration # 145 - FCN = -713561.7791877 Edm = 0.0395227 NCalls = 831 +VariableMetric: Iteration # 146 - FCN = -713561.8382509 Edm = 0.00571375 NCalls = 834 +VariableMetric: Iteration # 147 - FCN = -713561.8536905 Edm = 0.00251331 NCalls = 836 +VariableMetric: Iteration # 148 - FCN = -713561.857032 Edm = 0.000701519 NCalls = 838 +VariableMetric: Iteration # 149 - FCN = -713561.858506 Edm = 0.000199702 NCalls = 840 +VariableMetric: Iteration # 150 - FCN = -713561.8588808 Edm = 8.76358e-05 NCalls = 842 +VariableMetric: Iteration # 151 - FCN = -713561.8591716 Edm = 7.81048e-05 NCalls = 844 +VariableMetric: Iteration # 152 - FCN = -713561.8595226 Edm = 0.000208077 NCalls = 846 +VariableMetric: Iteration # 153 - FCN = -713561.8796053 Edm = 0.0225719 NCalls = 855 +VariableMetric: Iteration # 154 - FCN = -713561.8798709 Edm = 0.00182689 NCalls = 857 +VariableMetric: Iteration # 155 - FCN = -713561.9102159 Edm = 0.0433953 NCalls = 863 +VariableMetric: Iteration # 156 - FCN = -713561.9119452 Edm = 0.00127424 NCalls = 866 +VariableMetric: Iteration # 157 - FCN = -713561.9375301 Edm = 0.0750145 NCalls = 869 +VariableMetric: Iteration # 158 - FCN = -713561.9408545 Edm = 0.00278508 NCalls = 871 +VariableMetric: Iteration # 159 - FCN = -713562.0078272 Edm = 0.0713384 NCalls = 877 +VariableMetric: Iteration # 160 - FCN = -713562.0176489 Edm = 0.0395564 NCalls = 879 +VariableMetric: Iteration # 161 - FCN = -713562.0861563 Edm = 0.0508394 NCalls = 884 +VariableMetric: Iteration # 162 - FCN = -713562.6269873 Edm = 0.305809 NCalls = 890 +VariableMetric: Iteration # 163 - FCN = -713562.6507533 Edm = 0.0572874 NCalls = 892 +VariableMetric: Iteration # 164 - FCN = -713562.8699661 Edm = 0.30154 NCalls = 894 +VariableMetric: Iteration # 165 - FCN = -713563.889582 Edm = 0.624905 NCalls = 899 +VariableMetric: Iteration # 166 - FCN = -713564.1638434 Edm = 0.211881 NCalls = 901 +VariableMetric: Iteration # 167 - FCN = -713564.44773 Edm = 0.0499449 NCalls = 904 +VariableMetric: Iteration # 168 - FCN = -713564.5628372 Edm = 0.0536689 NCalls = 907 +VariableMetric: Iteration # 169 - FCN = -713564.7018828 Edm = 0.0942931 NCalls = 910 +VariableMetric: Iteration # 170 - FCN = -713564.7931473 Edm = 0.031699 NCalls = 913 +VariableMetric: Iteration # 171 - FCN = -713564.8528223 Edm = 0.0135172 NCalls = 915 +VariableMetric: Iteration # 172 - FCN = -713564.8709798 Edm = 0.00948449 NCalls = 917 +VariableMetric: Iteration # 173 - FCN = -713564.8858185 Edm = 0.0111219 NCalls = 920 +VariableMetric: Iteration # 174 - FCN = -713564.9447004 Edm = 0.0140887 NCalls = 924 +VariableMetric: Iteration # 175 - FCN = -713564.9747954 Edm = 0.0159614 NCalls = 927 +VariableMetric: Iteration # 176 - FCN = -713564.9937513 Edm = 0.00690111 NCalls = 929 +VariableMetric: Iteration # 177 - FCN = -713565.0054823 Edm = 0.00357871 NCalls = 932 +VariableMetric: Iteration # 178 - FCN = -713565.0172001 Edm = 0.00552333 NCalls = 934 +VariableMetric: Iteration # 179 - FCN = -713565.0345876 Edm = 0.0107633 NCalls = 937 +VariableMetric: Iteration # 180 - FCN = -713565.0530242 Edm = 0.00364756 NCalls = 940 +VariableMetric: Iteration # 181 - FCN = -713565.0594098 Edm = 0.00186482 NCalls = 942 +VariableMetric: Iteration # 182 - FCN = -713565.061003 Edm = 0.00074182 NCalls = 944 +VariableMetric: Iteration # 183 - FCN = -713565.0619922 Edm = 0.000165696 NCalls = 946 +VariableMetric: Iteration # 184 - FCN = -713565.0625496 Edm = 0.000101659 NCalls = 948 +VariableMetric: Iteration # 185 - FCN = -713565.0627818 Edm = 3.79391e-05 NCalls = 950 +VariableMetric: After Hessian - FCN = -713565.0627818 Edm = 9.42953e-05 NCalls = 1319 +VariableMetric: Iteration # 186 - FCN = -713565.0627818 Edm = 9.42953e-05 NCalls = 1319 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -708365.7899188 Edm = 1.53563 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -708365.7899188 Edm = 1.53563 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711049.754783 Edm = 1.00396 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711159.05314 Edm = 0.317602 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -711416.9096412 Edm = 9.97373 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -711426.536685 Edm = 0.179091 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -711426.9682265 Edm = 0.35441 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -711485.8038796 Edm = 20.4917 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -711515.5308845 Edm = 0.0898935 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -711517.0772127 Edm = 1.4832 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -711656.780491 Edm = 1.73096 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -711810.8295199 Edm = 35.7424 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -711842.8952429 Edm = 5.96323 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -711850.7543052 Edm = 0.064846 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -711850.8540242 Edm = 0.0284268 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -711852.9508487 Edm = 1.81847 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -712129.9987959 Edm = 67.2567 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -712168.2999268 Edm = 5.76635 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -712173.1447784 Edm = 1.69891 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -712174.1399184 Edm = 0.0162275 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -712174.171735 Edm = 0.0152846 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -712174.3525518 Edm = 0.096604 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -712174.6791353 Edm = 0.0985402 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -712185.3167089 Edm = 6.18051 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -712215.621693 Edm = 42.0084 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -712224.943424 Edm = 9.02594 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -712243.0944433 Edm = 3.58526 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -712253.2257306 Edm = 4.44277 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -712264.139577 Edm = 1.92083 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -712285.0787373 Edm = 16.4183 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -712313.8451062 Edm = 139.769 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -712315.3657713 Edm = 3.25184 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -712357.7942213 Edm = 291.3 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -712426.9199885 Edm = 165.294 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -712510.9893788 Edm = 64.0646 NCalls = 128 +VariableMetric: Iteration # 34 - FCN = -712671.0232373 Edm = 16.3154 NCalls = 130 +VariableMetric: Iteration # 35 - FCN = -712678.6595928 Edm = 7.5142 NCalls = 132 +VariableMetric: Iteration # 36 - FCN = -712685.2939738 Edm = 1.33949 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -712688.7725997 Edm = 0.268569 NCalls = 136 +VariableMetric: Iteration # 38 - FCN = -712689.0965823 Edm = 0.0272758 NCalls = 138 +VariableMetric: Iteration # 39 - FCN = -712689.4830496 Edm = 0.25925 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -712691.2775806 Edm = 0.812036 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -712692.9622033 Edm = 0.503528 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -712693.6168798 Edm = 0.0777303 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -712693.729433 Edm = 0.0363207 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -712693.8885825 Edm = 0.0733972 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -712694.8418763 Edm = 0.773748 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -712769.4815394 Edm = 51.8663 NCalls = 162 +VariableMetric: Iteration # 47 - FCN = -712864.2042648 Edm = 64.6464 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -712890.8915883 Edm = 89.8303 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -712951.624686 Edm = 125.761 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -713051.132556 Edm = 109.539 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -713153.7445547 Edm = 176.757 NCalls = 184 +VariableMetric: Iteration # 52 - FCN = -713261.1559608 Edm = 76.0321 NCalls = 195 +VariableMetric: Iteration # 53 - FCN = -713352.2731376 Edm = 28.9916 NCalls = 199 +VariableMetric: Iteration # 54 - FCN = -713379.1317759 Edm = 19.364 NCalls = 202 +VariableMetric: Iteration # 55 - FCN = -713384.5009505 Edm = 12.7483 NCalls = 204 +VariableMetric: Iteration # 56 - FCN = -713399.4587699 Edm = 2.59838 NCalls = 208 +VariableMetric: Iteration # 57 - FCN = -713406.1523069 Edm = 3.05875 NCalls = 211 +VariableMetric: Iteration # 58 - FCN = -713411.4168769 Edm = 6.08428 NCalls = 214 +VariableMetric: Iteration # 59 - FCN = -713415.9681395 Edm = 8.72382 NCalls = 216 +VariableMetric: Iteration # 60 - FCN = -713438.3061296 Edm = 17.022 NCalls = 220 +VariableMetric: Iteration # 61 - FCN = -713448.9574156 Edm = 16.1323 NCalls = 224 +VariableMetric: Iteration # 62 - FCN = -713472.3411372 Edm = 3.50538 NCalls = 228 +VariableMetric: Iteration # 63 - FCN = -713475.3265719 Edm = 0.198621 NCalls = 230 +VariableMetric: Iteration # 64 - FCN = -713475.5626523 Edm = 0.0152408 NCalls = 232 +VariableMetric: Iteration # 65 - FCN = -713475.5810482 Edm = 0.00366391 NCalls = 234 +VariableMetric: Iteration # 66 - FCN = -713475.5898116 Edm = 0.00209161 NCalls = 236 +VariableMetric: Iteration # 67 - FCN = -713475.592811 Edm = 0.000747681 NCalls = 238 +VariableMetric: Iteration # 68 - FCN = -713475.6131233 Edm = 0.0199509 NCalls = 242 +VariableMetric: Iteration # 69 - FCN = -713477.0022627 Edm = 0.0415491 NCalls = 249 +VariableMetric: Iteration # 70 - FCN = -713492.9606232 Edm = 5.8584 NCalls = 250 +VariableMetric: Iteration # 71 - FCN = -713498.7745612 Edm = 2.3281 NCalls = 254 +VariableMetric: Iteration # 72 - FCN = -713501.7166542 Edm = 0.257205 NCalls = 256 +VariableMetric: Iteration # 73 - FCN = -713501.8940886 Edm = 0.0328001 NCalls = 258 +VariableMetric: Iteration # 74 - FCN = -713501.9448543 Edm = 0.0255993 NCalls = 260 +VariableMetric: Iteration # 75 - FCN = -713502.0789772 Edm = 0.0617857 NCalls = 266 +VariableMetric: Iteration # 76 - FCN = -713502.1681913 Edm = 0.00637014 NCalls = 268 +VariableMetric: Iteration # 77 - FCN = -713502.1757028 Edm = 0.00508278 NCalls = 270 +VariableMetric: Iteration # 78 - FCN = -713502.1783725 Edm = 0.00216391 NCalls = 272 +VariableMetric: Iteration # 79 - FCN = -713502.2024884 Edm = 0.0215046 NCalls = 276 +VariableMetric: Iteration # 80 - FCN = -713505.3202198 Edm = 6.8403 NCalls = 281 +VariableMetric: Iteration # 81 - FCN = -713505.3778065 Edm = 0.0467239 NCalls = 282 +VariableMetric: Iteration # 82 - FCN = -713505.4608997 Edm = 0.119184 NCalls = 284 +VariableMetric: Iteration # 83 - FCN = -713514.7493078 Edm = 5.77334 NCalls = 291 +VariableMetric: Iteration # 84 - FCN = -713525.75096 Edm = 0.632346 NCalls = 294 +VariableMetric: Iteration # 85 - FCN = -713526.3679288 Edm = 0.0415229 NCalls = 295 +VariableMetric: Iteration # 86 - FCN = -713526.4058417 Edm = 0.00238433 NCalls = 296 +VariableMetric: Iteration # 87 - FCN = -713526.409318 Edm = 0.000401463 NCalls = 298 +VariableMetric: Iteration # 88 - FCN = -713526.4101523 Edm = 0.000277238 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -713526.4114575 Edm = 0.00125509 NCalls = 302 +VariableMetric: Iteration # 90 - FCN = -713526.4556841 Edm = 0.0377152 NCalls = 308 +VariableMetric: Iteration # 91 - FCN = -713528.7111199 Edm = 1.39011 NCalls = 314 +VariableMetric: Iteration # 92 - FCN = -713532.1928977 Edm = 1.60734 NCalls = 317 +VariableMetric: Iteration # 93 - FCN = -713535.5831926 Edm = 1.08808 NCalls = 321 +VariableMetric: Iteration # 94 - FCN = -713535.8990022 Edm = 0.561529 NCalls = 323 +VariableMetric: Iteration # 95 - FCN = -713536.6095911 Edm = 0.12615 NCalls = 325 +VariableMetric: Iteration # 96 - FCN = -713536.7469642 Edm = 0.0414203 NCalls = 327 +VariableMetric: Iteration # 97 - FCN = -713536.8023784 Edm = 0.0147665 NCalls = 329 +VariableMetric: Iteration # 98 - FCN = -713536.823381 Edm = 0.00840172 NCalls = 331 +VariableMetric: Iteration # 99 - FCN = -713536.8411433 Edm = 0.00674007 NCalls = 335 +VariableMetric: Iteration # 100 - FCN = -713536.8485335 Edm = 0.00579643 NCalls = 337 +VariableMetric: Iteration # 101 - FCN = -713537.4140807 Edm = 0.953607 NCalls = 343 +VariableMetric: Iteration # 102 - FCN = -713537.4147955 Edm = 0.00192059 NCalls = 346 +VariableMetric: Iteration # 103 - FCN = -713537.4170673 Edm = 0.00212341 NCalls = 348 +VariableMetric: Iteration # 104 - FCN = -713537.4354259 Edm = 0.0226315 NCalls = 352 +VariableMetric: Iteration # 105 - FCN = -713538.2057146 Edm = 0.454306 NCalls = 360 +VariableMetric: Iteration # 106 - FCN = -713540.0200947 Edm = 0.745086 NCalls = 364 +VariableMetric: Iteration # 107 - FCN = -713540.3724091 Edm = 0.667745 NCalls = 366 +VariableMetric: Iteration # 108 - FCN = -713540.7735109 Edm = 0.203208 NCalls = 367 +VariableMetric: Iteration # 109 - FCN = -713540.9620422 Edm = 0.104687 NCalls = 369 +VariableMetric: Iteration # 110 - FCN = -713541.3262281 Edm = 0.331958 NCalls = 373 +VariableMetric: Iteration # 111 - FCN = -713541.6581135 Edm = 0.548792 NCalls = 377 +VariableMetric: Iteration # 112 - FCN = -713543.0223258 Edm = 0.23897 NCalls = 381 +VariableMetric: Iteration # 113 - FCN = -713543.2474697 Edm = 0.0540057 NCalls = 382 +VariableMetric: Iteration # 114 - FCN = -713543.2751387 Edm = 0.00408024 NCalls = 384 +VariableMetric: Iteration # 115 - FCN = -713543.2794428 Edm = 0.000423916 NCalls = 386 +VariableMetric: Iteration # 116 - FCN = -713543.2801738 Edm = 0.000401164 NCalls = 388 +VariableMetric: Iteration # 117 - FCN = -713543.2913875 Edm = 0.00974813 NCalls = 393 +VariableMetric: Iteration # 118 - FCN = -713544.48123 Edm = 0.853912 NCalls = 398 +VariableMetric: Iteration # 119 - FCN = -713547.1865442 Edm = 0.217894 NCalls = 401 +VariableMetric: Iteration # 120 - FCN = -713547.3505052 Edm = 0.00744642 NCalls = 403 +VariableMetric: Iteration # 121 - FCN = -713547.3579011 Edm = 0.000174607 NCalls = 404 +VariableMetric: Iteration # 122 - FCN = -713547.3582223 Edm = 0.000139253 NCalls = 406 +VariableMetric: Iteration # 123 - FCN = -713547.3645469 Edm = 0.005842 NCalls = 411 +VariableMetric: Iteration # 124 - FCN = -713547.6149676 Edm = 0.224869 NCalls = 415 +VariableMetric: Iteration # 125 - FCN = -713549.4147833 Edm = 0.167174 NCalls = 419 +VariableMetric: Iteration # 126 - FCN = -713549.5630575 Edm = 0.00927841 NCalls = 421 +VariableMetric: Iteration # 127 - FCN = -713549.5759836 Edm = 0.00617374 NCalls = 423 +VariableMetric: Iteration # 128 - FCN = -713549.6275937 Edm = 0.113291 NCalls = 428 +VariableMetric: Iteration # 129 - FCN = -713549.8593109 Edm = 0.275532 NCalls = 434 +VariableMetric: Iteration # 130 - FCN = -713549.8671433 Edm = 0.0318082 NCalls = 437 +VariableMetric: Iteration # 131 - FCN = -713549.8743227 Edm = 0.0170478 NCalls = 439 +VariableMetric: Iteration # 132 - FCN = -713550.2897385 Edm = 0.362664 NCalls = 445 +VariableMetric: Iteration # 133 - FCN = -713551.4192002 Edm = 0.902208 NCalls = 453 +VariableMetric: Iteration # 134 - FCN = -713551.6672358 Edm = 0.439742 NCalls = 455 +VariableMetric: Iteration # 135 - FCN = -713551.9988961 Edm = 0.247107 NCalls = 457 +VariableMetric: Iteration # 136 - FCN = -713552.0729531 Edm = 0.021559 NCalls = 459 +VariableMetric: Iteration # 137 - FCN = -713552.0940656 Edm = 0.000723388 NCalls = 461 +VariableMetric: Iteration # 138 - FCN = -713552.0970693 Edm = 0.00125473 NCalls = 463 +VariableMetric: Iteration # 139 - FCN = -713552.0999904 Edm = 0.000325729 NCalls = 465 +VariableMetric: Iteration # 140 - FCN = -713552.1002604 Edm = 7.21191e-05 NCalls = 467 +VariableMetric: Iteration # 141 - FCN = -713552.1022916 Edm = 0.00191396 NCalls = 471 +VariableMetric: Iteration # 142 - FCN = -713552.5955319 Edm = 0.233783 NCalls = 478 +VariableMetric: Iteration # 143 - FCN = -713553.1133941 Edm = 0.168416 NCalls = 480 +VariableMetric: Iteration # 144 - FCN = -713553.2498859 Edm = 0.0601423 NCalls = 485 +VariableMetric: Iteration # 145 - FCN = -713553.2981772 Edm = 0.0184811 NCalls = 486 +VariableMetric: Iteration # 146 - FCN = -713553.303868 Edm = 0.000347304 NCalls = 488 +VariableMetric: Iteration # 147 - FCN = -713553.3045011 Edm = 0.000181172 NCalls = 490 +VariableMetric: Iteration # 148 - FCN = -713553.3052946 Edm = 0.000238697 NCalls = 493 +VariableMetric: Iteration # 149 - FCN = -713553.3057702 Edm = 4.04699e-05 NCalls = 495 +VariableMetric: After Hessian - FCN = -713553.3057702 Edm = 0.404739 NCalls = 864 +VariableMetric: Iteration # 150 - FCN = -713553.3057702 Edm = 0.404739 NCalls = 864 +VariableMetric: Iteration # 151 - FCN = -713553.7742952 Edm = 0.434 NCalls = 867 +VariableMetric: Iteration # 152 - FCN = -713554.067903 Edm = 0.659101 NCalls = 871 +VariableMetric: Iteration # 153 - FCN = -713554.1226204 Edm = 0.183768 NCalls = 873 +VariableMetric: Iteration # 154 - FCN = -713554.2667234 Edm = 0.122775 NCalls = 875 +VariableMetric: Iteration # 155 - FCN = -713554.3660483 Edm = 0.101185 NCalls = 877 +VariableMetric: Iteration # 156 - FCN = -713554.5719214 Edm = 0.693156 NCalls = 881 +VariableMetric: Iteration # 157 - FCN = -713554.8578195 Edm = 2.26787 NCalls = 887 +VariableMetric: Iteration # 158 - FCN = -713556.0249919 Edm = 1.38368 NCalls = 894 +VariableMetric: Iteration # 159 - FCN = -713556.0410503 Edm = 0.0288912 NCalls = 896 +VariableMetric: Iteration # 160 - FCN = -713556.0657609 Edm = 0.181725 NCalls = 898 +VariableMetric: Iteration # 161 - FCN = -713556.1775071 Edm = 0.329761 NCalls = 900 +VariableMetric: Iteration # 162 - FCN = -713556.4826791 Edm = 0.558598 NCalls = 903 +VariableMetric: Iteration # 163 - FCN = -713557.3819094 Edm = 1.04415 NCalls = 907 +VariableMetric: Iteration # 164 - FCN = -713557.5069422 Edm = 0.109677 NCalls = 909 +VariableMetric: Iteration # 165 - FCN = -713558.9238611 Edm = 2.59457 NCalls = 916 +VariableMetric: Iteration # 166 - FCN = -713559.0321742 Edm = 0.300469 NCalls = 919 +VariableMetric: Iteration # 167 - FCN = -713559.6355841 Edm = 1.28991 NCalls = 924 +VariableMetric: Iteration # 168 - FCN = -713560.8898244 Edm = 1.7866 NCalls = 930 +VariableMetric: Iteration # 169 - FCN = -713562.0512025 Edm = 1.2166 NCalls = 936 +VariableMetric: Iteration # 170 - FCN = -713562.7663763 Edm = 1.0615 NCalls = 940 +VariableMetric: Iteration # 171 - FCN = -713563.2198371 Edm = 0.27248 NCalls = 944 +VariableMetric: Iteration # 172 - FCN = -713563.6322186 Edm = 0.12139 NCalls = 947 +VariableMetric: Iteration # 173 - FCN = -713563.7533567 Edm = 0.0754832 NCalls = 948 +VariableMetric: Iteration # 174 - FCN = -713563.9023634 Edm = 0.143435 NCalls = 950 +VariableMetric: Iteration # 175 - FCN = -713564.0724698 Edm = 0.0399245 NCalls = 952 +VariableMetric: Iteration # 176 - FCN = -713564.1338261 Edm = 0.0265295 NCalls = 954 +VariableMetric: Iteration # 177 - FCN = -713564.2162057 Edm = 0.0452939 NCalls = 956 +VariableMetric: Iteration # 178 - FCN = -713564.3967458 Edm = 0.131436 NCalls = 959 +VariableMetric: Iteration # 179 - FCN = -713564.7096085 Edm = 0.144965 NCalls = 963 +VariableMetric: Iteration # 180 - FCN = -713564.8371399 Edm = 0.0627259 NCalls = 965 +VariableMetric: Iteration # 181 - FCN = -713564.8790435 Edm = 0.0260192 NCalls = 968 +VariableMetric: Iteration # 182 - FCN = -713564.9333642 Edm = 0.0242714 NCalls = 970 +VariableMetric: Iteration # 183 - FCN = -713564.9974908 Edm = 0.0396731 NCalls = 973 +VariableMetric: Iteration # 184 - FCN = -713565.0328567 Edm = 0.0243168 NCalls = 975 +VariableMetric: Iteration # 185 - FCN = -713565.0727514 Edm = 0.0101217 NCalls = 979 +VariableMetric: Iteration # 186 - FCN = -713565.0954907 Edm = 0.00655052 NCalls = 982 +VariableMetric: Iteration # 187 - FCN = -713565.1047756 Edm = 0.0112446 NCalls = 985 +VariableMetric: Iteration # 188 - FCN = -713565.1131189 Edm = 0.00247954 NCalls = 987 +VariableMetric: Iteration # 189 - FCN = -713565.1164958 Edm = 0.000823391 NCalls = 990 +VariableMetric: Iteration # 190 - FCN = -713565.1176922 Edm = 0.000404525 NCalls = 992 +VariableMetric: Iteration # 191 - FCN = -713565.1182899 Edm = 0.000161042 NCalls = 995 +VariableMetric: Iteration # 192 - FCN = -713565.1184844 Edm = 1.61599e-05 NCalls = 997 +VariableMetric: After Hessian - FCN = -713565.1184844 Edm = 4.384e-05 NCalls = 1376 +VariableMetric: Iteration # 193 - FCN = -713565.1184844 Edm = 4.384e-05 NCalls = 1376 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -707998.8269001 Edm = 8.99752 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -707998.8269001 Edm = 8.99752 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711962.0064279 Edm = 0.794547 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711968.2058803 Edm = 13.8533 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -712120.6912651 Edm = 2.98808 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -712124.2649197 Edm = 0.0262332 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -712127.3231991 Edm = 2.16431 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -712154.9840596 Edm = 2.13387 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -712157.5899407 Edm = 0.0429876 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -712159.6492914 Edm = 1.98582 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -712310.6813496 Edm = 11.3307 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -712324.1817824 Edm = 1.93653 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -712327.5777848 Edm = 0.207468 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -712327.848064 Edm = 0.0222504 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -712327.9174666 Edm = 0.0350055 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -712329.1202492 Edm = 0.999735 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -712378.9348089 Edm = 23.4406 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -712447.4042369 Edm = 19.9582 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -712475.7681101 Edm = 1.32313 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -712476.964654 Edm = 0.13432 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -712477.0577942 Edm = 0.043864 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -712477.196661 Edm = 0.0772544 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -712480.331031 Edm = 2.48886 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -712497.0891588 Edm = 1.62494 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -712499.4924049 Edm = 0.495268 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -712500.1216367 Edm = 0.169999 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -712500.3325703 Edm = 0.0189379 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -712500.3631282 Edm = 0.00704134 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -712500.4572271 Edm = 0.0907379 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -712501.1378844 Edm = 0.538022 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -712519.0396971 Edm = 18.3603 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -712520.2526464 Edm = 1.4892 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -712559.2976603 Edm = 30.9834 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -712588.9971465 Edm = 13.7777 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -712600.7216058 Edm = 1.94822 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -712602.6865484 Edm = 0.412135 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -712603.490384 Edm = 0.147079 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -712603.7362988 Edm = 0.0720355 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -712603.8812035 Edm = 0.0463762 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -712604.029144 Edm = 0.0223793 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -712604.0794381 Edm = 0.0209006 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -712604.1162401 Edm = 0.0350525 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -712604.323916 Edm = 0.126449 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -712605.7815455 Edm = 2.07591 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -712607.6102764 Edm = 2.02287 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -712607.8614516 Edm = 0.641916 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -712613.660621 Edm = 5.24735 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -712669.8479521 Edm = 10.3613 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -712685.4084165 Edm = 2.60791 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -712687.8591205 Edm = 0.928139 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -712688.9134834 Edm = 0.67108 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -712689.9657563 Edm = 0.419004 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -712690.3751966 Edm = 0.0631791 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -712690.4588656 Edm = 0.0131671 NCalls = 165 +VariableMetric: Iteration # 53 - FCN = -712690.4754097 Edm = 0.00431926 NCalls = 167 +VariableMetric: Iteration # 54 - FCN = -712690.4987284 Edm = 0.016812 NCalls = 170 +VariableMetric: Iteration # 55 - FCN = -712690.7125599 Edm = 0.167142 NCalls = 173 +VariableMetric: Iteration # 56 - FCN = -712705.6061725 Edm = 14.9324 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -712708.9307695 Edm = 3.59881 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -712740.8611076 Edm = 90.9586 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -712741.0046902 Edm = 0.963534 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -712743.457543 Edm = 3.24228 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -712747.2568531 Edm = 4.5701 NCalls = 201 +VariableMetric: Iteration # 62 - FCN = -712755.5235538 Edm = 6.29097 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -712765.6384823 Edm = 4.92036 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -712772.4485625 Edm = 3.48421 NCalls = 211 +VariableMetric: Iteration # 65 - FCN = -712777.7004015 Edm = 1.46088 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -712781.6787736 Edm = 2.35922 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -712791.2813004 Edm = 9.21991 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -712792.3885754 Edm = 5.58497 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -712807.7671092 Edm = 8.41244 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -712816.4385504 Edm = 2.10543 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -712820.5328896 Edm = 3.22024 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -712827.0592511 Edm = 5.49292 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -712831.5615673 Edm = 1.29394 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -712833.3378346 Edm = 1.91929 NCalls = 239 +VariableMetric: Iteration # 75 - FCN = -712850.9223511 Edm = 15.42 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -712884.0044233 Edm = 5.56047 NCalls = 245 +VariableMetric: Iteration # 77 - FCN = -712888.6655177 Edm = 0.24883 NCalls = 247 +VariableMetric: Iteration # 78 - FCN = -712888.9858162 Edm = 0.0696823 NCalls = 249 +VariableMetric: Iteration # 79 - FCN = -712889.0705358 Edm = 0.0751668 NCalls = 251 +VariableMetric: Iteration # 80 - FCN = -712889.2315493 Edm = 0.105687 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -712889.6584433 Edm = 0.206411 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -712889.7795148 Edm = 0.315471 NCalls = 263 +VariableMetric: Iteration # 83 - FCN = -712890.211637 Edm = 0.527309 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -712890.5736448 Edm = 0.511832 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -712891.2646209 Edm = 1.13606 NCalls = 272 +VariableMetric: Iteration # 86 - FCN = -712893.3928312 Edm = 0.310665 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -712893.7707841 Edm = 0.122781 NCalls = 279 +VariableMetric: Iteration # 88 - FCN = -712893.8654666 Edm = 0.0385327 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -712893.9318752 Edm = 0.0411563 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -712895.3449509 Edm = 1.27947 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -712943.2823757 Edm = 44.4348 NCalls = 293 +VariableMetric: Iteration # 92 - FCN = -712997.9936294 Edm = 75.077 NCalls = 295 +VariableMetric: Iteration # 93 - FCN = -713049.6009073 Edm = 12.8305 NCalls = 298 +VariableMetric: Iteration # 94 - FCN = -713062.6750594 Edm = 3.68073 NCalls = 300 +VariableMetric: Iteration # 95 - FCN = -713064.0837849 Edm = 0.529317 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -713064.5441877 Edm = 0.0976262 NCalls = 304 +VariableMetric: Iteration # 97 - FCN = -713064.6842298 Edm = 0.0506965 NCalls = 306 +VariableMetric: Iteration # 98 - FCN = -713065.0434247 Edm = 0.117469 NCalls = 309 +VariableMetric: Iteration # 99 - FCN = -713065.257685 Edm = 0.0444064 NCalls = 311 +VariableMetric: Iteration # 100 - FCN = -713065.340109 Edm = 0.0298995 NCalls = 313 +VariableMetric: Iteration # 101 - FCN = -713065.3781769 Edm = 0.0149049 NCalls = 316 +VariableMetric: Iteration # 102 - FCN = -713065.4177272 Edm = 0.0122625 NCalls = 318 +VariableMetric: Iteration # 103 - FCN = -713065.46777 Edm = 0.0270317 NCalls = 320 +VariableMetric: Iteration # 104 - FCN = -713065.5885186 Edm = 0.130166 NCalls = 323 +VariableMetric: Iteration # 105 - FCN = -713066.5673015 Edm = 0.741991 NCalls = 327 +VariableMetric: Iteration # 106 - FCN = -713069.4167578 Edm = 2.82339 NCalls = 334 +VariableMetric: Iteration # 107 - FCN = -713072.8008588 Edm = 3.62602 NCalls = 338 +VariableMetric: Iteration # 108 - FCN = -713086.6785174 Edm = 11.4763 NCalls = 344 +VariableMetric: Iteration # 109 - FCN = -713089.6835183 Edm = 6.94173 NCalls = 348 +VariableMetric: Iteration # 110 - FCN = -713143.8537427 Edm = 34.8823 NCalls = 355 +VariableMetric: Iteration # 111 - FCN = -713170.6288653 Edm = 35.3992 NCalls = 357 +VariableMetric: Iteration # 112 - FCN = -713256.1978307 Edm = 59.2721 NCalls = 361 +VariableMetric: Iteration # 113 - FCN = -713351.3431683 Edm = 34.6613 NCalls = 364 +VariableMetric: Iteration # 114 - FCN = -713383.4887967 Edm = 5.61686 NCalls = 367 +VariableMetric: Iteration # 115 - FCN = -713390.3148627 Edm = 1.66865 NCalls = 370 +VariableMetric: Iteration # 116 - FCN = -713392.5030526 Edm = 0.276124 NCalls = 372 +VariableMetric: Iteration # 117 - FCN = -713393.1494469 Edm = 0.625202 NCalls = 375 +VariableMetric: Iteration # 118 - FCN = -713432.2361289 Edm = 17.6829 NCalls = 381 +VariableMetric: Iteration # 119 - FCN = -713432.4697895 Edm = 0.259661 NCalls = 384 +VariableMetric: Iteration # 120 - FCN = -713432.7221707 Edm = 0.0570162 NCalls = 385 +VariableMetric: Iteration # 121 - FCN = -713432.8549181 Edm = 0.0610056 NCalls = 387 +VariableMetric: Iteration # 122 - FCN = -713433.3182608 Edm = 0.257688 NCalls = 390 +VariableMetric: Iteration # 123 - FCN = -713434.231338 Edm = 0.47771 NCalls = 392 +VariableMetric: Iteration # 124 - FCN = -713435.9164885 Edm = 0.451191 NCalls = 395 +VariableMetric: Iteration # 125 - FCN = -713436.54672 Edm = 0.199874 NCalls = 397 +VariableMetric: Iteration # 126 - FCN = -713436.824743 Edm = 0.2362 NCalls = 399 +VariableMetric: Iteration # 127 - FCN = -713437.2439194 Edm = 0.4615 NCalls = 403 +VariableMetric: Iteration # 128 - FCN = -713443.4468626 Edm = 4.15627 NCalls = 408 +VariableMetric: Iteration # 129 - FCN = -713458.2619395 Edm = 1.51735 NCalls = 410 +VariableMetric: Iteration # 130 - FCN = -713459.9575297 Edm = 0.200171 NCalls = 413 +VariableMetric: Iteration # 131 - FCN = -713460.2587404 Edm = 0.0464793 NCalls = 415 +VariableMetric: Iteration # 132 - FCN = -713460.3039841 Edm = 0.0108909 NCalls = 417 +VariableMetric: Iteration # 133 - FCN = -713460.3257276 Edm = 0.00459606 NCalls = 419 +VariableMetric: Iteration # 134 - FCN = -713460.3335689 Edm = 0.00302012 NCalls = 421 +VariableMetric: Iteration # 135 - FCN = -713460.346512 Edm = 0.0128668 NCalls = 423 +VariableMetric: Iteration # 136 - FCN = -713461.4097695 Edm = 0.972423 NCalls = 430 +VariableMetric: Iteration # 137 - FCN = -713486.0945601 Edm = 4.27634 NCalls = 434 +VariableMetric: Iteration # 138 - FCN = -713489.2421938 Edm = 2.09164 NCalls = 436 +VariableMetric: Iteration # 139 - FCN = -713490.3152687 Edm = 0.133843 NCalls = 438 +VariableMetric: Iteration # 140 - FCN = -713490.4555788 Edm = 0.0113253 NCalls = 440 +VariableMetric: Iteration # 141 - FCN = -713490.4747854 Edm = 0.00405922 NCalls = 442 +VariableMetric: Iteration # 142 - FCN = -713490.48244 Edm = 0.000552749 NCalls = 444 +VariableMetric: Iteration # 143 - FCN = -713490.4847577 Edm = 0.00171375 NCalls = 446 +VariableMetric: Iteration # 144 - FCN = -713490.5089219 Edm = 0.0166124 NCalls = 449 +VariableMetric: Iteration # 145 - FCN = -713490.6944403 Edm = 0.224268 NCalls = 453 +VariableMetric: Iteration # 146 - FCN = -713492.059135 Edm = 1.48287 NCalls = 460 +VariableMetric: Iteration # 147 - FCN = -713492.1175209 Edm = 0.0994034 NCalls = 464 +VariableMetric: Iteration # 148 - FCN = -713492.8099618 Edm = 0.693423 NCalls = 468 +VariableMetric: Iteration # 149 - FCN = -713493.3342063 Edm = 0.488276 NCalls = 472 +VariableMetric: Iteration # 150 - FCN = -713510.2413414 Edm = 7.38658 NCalls = 477 +VariableMetric: Iteration # 151 - FCN = -713518.5323375 Edm = 2.63948 NCalls = 480 +VariableMetric: Iteration # 152 - FCN = -713521.2523371 Edm = 0.22603 NCalls = 482 +VariableMetric: Iteration # 153 - FCN = -713521.5492849 Edm = 0.0309844 NCalls = 484 +VariableMetric: Iteration # 154 - FCN = -713521.5885885 Edm = 0.00145882 NCalls = 486 +VariableMetric: Iteration # 155 - FCN = -713521.5905327 Edm = 0.00019509 NCalls = 488 +VariableMetric: Iteration # 156 - FCN = -713521.5909618 Edm = 5.45089e-05 NCalls = 490 +VariableMetric: After Hessian - FCN = -713521.5909618 Edm = 3269.04 NCalls = 847 +VariableMetric: Iteration # 157 - FCN = -713521.5909618 Edm = 3269.04 NCalls = 847 +VariableMetric: Iteration # 158 - FCN = -713527.3614343 Edm = 20924.1 NCalls = 852 +VariableMetric: Iteration # 159 - FCN = -713527.8569881 Edm = 5336.15 NCalls = 859 +VariableMetric: Iteration # 160 - FCN = -713528.7607441 Edm = 10524.3 NCalls = 864 +VariableMetric: Iteration # 161 - FCN = -713528.9169024 Edm = 445.171 NCalls = 869 +VariableMetric: Iteration # 162 - FCN = -713529.153842 Edm = 150.621 NCalls = 873 +VariableMetric: Iteration # 163 - FCN = -713529.861306 Edm = 449.813 NCalls = 876 +VariableMetric: Iteration # 164 - FCN = -713530.3773166 Edm = 265.508 NCalls = 879 +VariableMetric: Iteration # 165 - FCN = -713531.7308833 Edm = 141.129 NCalls = 882 +VariableMetric: Iteration # 166 - FCN = -713536.1070644 Edm = 60.6072 NCalls = 884 +VariableMetric: Iteration # 167 - FCN = -713539.1053995 Edm = 35.1712 NCalls = 886 +VariableMetric: Iteration # 168 - FCN = -713542.3759953 Edm = 28.2804 NCalls = 888 +VariableMetric: Iteration # 169 - FCN = -713545.2785601 Edm = 19.951 NCalls = 890 +VariableMetric: Iteration # 170 - FCN = -713545.6339945 Edm = 19.1463 NCalls = 892 +VariableMetric: Iteration # 171 - FCN = -713545.9208549 Edm = 4.82815 NCalls = 894 +VariableMetric: Iteration # 172 - FCN = -713546.162401 Edm = 1.39473 NCalls = 896 +VariableMetric: Iteration # 173 - FCN = -713546.2770827 Edm = 0.858397 NCalls = 898 +VariableMetric: Iteration # 174 - FCN = -713547.0589215 Edm = 4.41255 NCalls = 901 +VariableMetric: Iteration # 175 - FCN = -713547.3106572 Edm = 2.38395 NCalls = 903 +VariableMetric: Iteration # 176 - FCN = -713548.0525643 Edm = 8.19179 NCalls = 905 +VariableMetric: Iteration # 177 - FCN = -713548.1173852 Edm = 0.536993 NCalls = 907 +VariableMetric: Iteration # 178 - FCN = -713548.5675086 Edm = 0.74957 NCalls = 909 +VariableMetric: Iteration # 179 - FCN = -713548.8045774 Edm = 0.601065 NCalls = 911 +VariableMetric: Iteration # 180 - FCN = -713550.4086044 Edm = 12.4597 NCalls = 915 +VariableMetric: Iteration # 181 - FCN = -713550.7433281 Edm = 0.836109 NCalls = 918 +VariableMetric: Iteration # 182 - FCN = -713551.8580504 Edm = 5.36682 NCalls = 922 +VariableMetric: Iteration # 183 - FCN = -713553.4125724 Edm = 5.59959 NCalls = 926 +VariableMetric: Iteration # 184 - FCN = -713555.3177196 Edm = 3.92456 NCalls = 930 +VariableMetric: Iteration # 185 - FCN = -713557.561024 Edm = 4.0956 NCalls = 934 +VariableMetric: Iteration # 186 - FCN = -713559.8265423 Edm = 1.78426 NCalls = 937 +VariableMetric: Iteration # 187 - FCN = -713561.1175183 Edm = 1.93626 NCalls = 939 +VariableMetric: Iteration # 188 - FCN = -713562.5942299 Edm = 1.24341 NCalls = 942 +VariableMetric: Iteration # 189 - FCN = -713562.9786399 Edm = 1.2301 NCalls = 944 +VariableMetric: Iteration # 190 - FCN = -713563.7857875 Edm = 0.713416 NCalls = 946 +VariableMetric: Iteration # 191 - FCN = -713564.242301 Edm = 0.117164 NCalls = 948 +VariableMetric: Iteration # 192 - FCN = -713564.3163571 Edm = 0.0780424 NCalls = 950 +VariableMetric: Iteration # 193 - FCN = -713564.3889599 Edm = 0.0770747 NCalls = 952 +VariableMetric: Iteration # 194 - FCN = -713564.515012 Edm = 0.0275554 NCalls = 954 +VariableMetric: Iteration # 195 - FCN = -713564.5524529 Edm = 0.00785954 NCalls = 956 +VariableMetric: Iteration # 196 - FCN = -713564.5593496 Edm = 0.00352432 NCalls = 958 +VariableMetric: Iteration # 197 - FCN = -713564.5724326 Edm = 0.00708366 NCalls = 961 +VariableMetric: Iteration # 198 - FCN = -713564.588573 Edm = 0.00858878 NCalls = 964 +VariableMetric: Iteration # 199 - FCN = -713564.6032409 Edm = 0.00730585 NCalls = 966 +VariableMetric: Iteration # 200 - FCN = -713564.6281571 Edm = 0.0106261 NCalls = 969 +VariableMetric: Iteration # 201 - FCN = -713564.6416635 Edm = 0.00224733 NCalls = 972 +VariableMetric: Iteration # 202 - FCN = -713564.6432825 Edm = 0.00156904 NCalls = 974 +VariableMetric: Iteration # 203 - FCN = -713564.6453778 Edm = 0.000835381 NCalls = 976 +VariableMetric: Iteration # 204 - FCN = -713564.646898 Edm = 0.00053699 NCalls = 978 +VariableMetric: Iteration # 205 - FCN = -713564.6478095 Edm = 0.000627971 NCalls = 980 +VariableMetric: Iteration # 206 - FCN = -713564.6500678 Edm = 0.00121663 NCalls = 983 +VariableMetric: Iteration # 207 - FCN = -713564.6522903 Edm = 0.000345079 NCalls = 985 +VariableMetric: Iteration # 208 - FCN = -713564.6528527 Edm = 0.000146963 NCalls = 987 +VariableMetric: Iteration # 209 - FCN = -713564.6531267 Edm = 4.95923e-05 NCalls = 989 +VariableMetric: After Hessian - FCN = -713564.6531267 Edm = 4.90459e-05 NCalls = 1370 +VariableMetric: Iteration # 210 - FCN = -713564.6531267 Edm = 4.90459e-05 NCalls = 1370 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710686.428512 Edm = 2.99295 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710686.428512 Edm = 2.99295 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712079.2163528 Edm = 0.874346 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -712081.6208151 Edm = 1.29485 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -712229.7737522 Edm = 63.1258 NCalls = 22 +VariableMetric: Iteration # 4 - FCN = -712287.5068287 Edm = 11.8969 NCalls = 29 +VariableMetric: Iteration # 5 - FCN = -712288.7522287 Edm = 1.16706 NCalls = 32 +VariableMetric: Iteration # 6 - FCN = -712290.4095962 Edm = 0.189442 NCalls = 34 +VariableMetric: Iteration # 7 - FCN = -712328.7491012 Edm = 3.05532 NCalls = 40 +VariableMetric: Iteration # 8 - FCN = -712332.0364261 Edm = 0.094588 NCalls = 42 +VariableMetric: Iteration # 9 - FCN = -712332.6310049 Edm = 0.567761 NCalls = 45 +VariableMetric: Iteration # 10 - FCN = -712381.8698437 Edm = 8.59718 NCalls = 52 +VariableMetric: Iteration # 11 - FCN = -712393.1625709 Edm = 0.141435 NCalls = 55 +VariableMetric: Iteration # 12 - FCN = -712393.5481207 Edm = 0.234541 NCalls = 57 +VariableMetric: Iteration # 13 - FCN = -712422.7511883 Edm = 25.4801 NCalls = 63 +VariableMetric: Iteration # 14 - FCN = -712601.2141043 Edm = 1.43406 NCalls = 67 +VariableMetric: Iteration # 15 - FCN = -712602.4145522 Edm = 0.179093 NCalls = 69 +VariableMetric: Iteration # 16 - FCN = -712602.6074579 Edm = 0.0231094 NCalls = 71 +VariableMetric: Iteration # 17 - FCN = -712602.6395684 Edm = 0.0124805 NCalls = 73 +VariableMetric: Iteration # 18 - FCN = -712602.7197494 Edm = 0.0696325 NCalls = 76 +VariableMetric: Iteration # 19 - FCN = -712628.4305416 Edm = 11.0077 NCalls = 82 +VariableMetric: Iteration # 20 - FCN = -712655.9077384 Edm = 0.485654 NCalls = 85 +VariableMetric: Iteration # 21 - FCN = -712656.803997 Edm = 0.0520782 NCalls = 87 +VariableMetric: Iteration # 22 - FCN = -712656.877841 Edm = 0.00503948 NCalls = 89 +VariableMetric: Iteration # 23 - FCN = -712656.8859091 Edm = 0.00240531 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -712656.9434599 Edm = 0.0449652 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -712661.1556179 Edm = 3.93478 NCalls = 101 +VariableMetric: Iteration # 26 - FCN = -712688.9645081 Edm = 5.09075 NCalls = 105 +VariableMetric: Iteration # 27 - FCN = -712695.3177409 Edm = 0.0410474 NCalls = 107 +VariableMetric: Iteration # 28 - FCN = -712695.3604264 Edm = 0.00280422 NCalls = 109 +VariableMetric: Iteration # 29 - FCN = -712695.3749837 Edm = 0.0151563 NCalls = 112 +VariableMetric: Iteration # 30 - FCN = -712697.4255549 Edm = 1.80069 NCalls = 119 +VariableMetric: Iteration # 31 - FCN = -712750.6793253 Edm = 15.6336 NCalls = 124 +VariableMetric: Iteration # 32 - FCN = -712775.4885791 Edm = 11.8541 NCalls = 127 +VariableMetric: Iteration # 33 - FCN = -712876.1781177 Edm = 508.415 NCalls = 131 +VariableMetric: Iteration # 34 - FCN = -713013.2643406 Edm = 24.768 NCalls = 133 +VariableMetric: Iteration # 35 - FCN = -713058.7205446 Edm = 27.1355 NCalls = 136 +VariableMetric: Iteration # 36 - FCN = -713119.5258418 Edm = 120.055 NCalls = 138 +VariableMetric: Iteration # 37 - FCN = -713279.7097423 Edm = 35.4824 NCalls = 143 +VariableMetric: Iteration # 38 - FCN = -713332.8214951 Edm = 29.5095 NCalls = 146 +VariableMetric: Iteration # 39 - FCN = -713352.8552561 Edm = 7.41957 NCalls = 149 +VariableMetric: Iteration # 40 - FCN = -713368.2449477 Edm = 13.1916 NCalls = 154 +VariableMetric: Iteration # 41 - FCN = -713382.0207542 Edm = 7.18211 NCalls = 157 +VariableMetric: Iteration # 42 - FCN = -713388.6222759 Edm = 3.07721 NCalls = 158 +VariableMetric: Iteration # 43 - FCN = -713390.8661037 Edm = 0.109845 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -713391.0713326 Edm = 0.0135258 NCalls = 162 +VariableMetric: Iteration # 45 - FCN = -713391.0903416 Edm = 0.00616659 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -713391.1685687 Edm = 0.0210986 NCalls = 168 +VariableMetric: Iteration # 47 - FCN = -713391.3202641 Edm = 0.113665 NCalls = 171 +VariableMetric: Iteration # 48 - FCN = -713398.6811823 Edm = 4.34149 NCalls = 176 +VariableMetric: Iteration # 49 - FCN = -713411.3771624 Edm = 0.391865 NCalls = 178 +VariableMetric: Iteration # 50 - FCN = -713411.728058 Edm = 0.0276115 NCalls = 180 +VariableMetric: Iteration # 51 - FCN = -713411.7605195 Edm = 0.00362899 NCalls = 182 +VariableMetric: Iteration # 52 - FCN = -713411.7676765 Edm = 0.00494377 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -713411.8146082 Edm = 0.0419577 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -713413.5211976 Edm = 1.51501 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -713437.8109559 Edm = 5.50402 NCalls = 196 +VariableMetric: Iteration # 56 - FCN = -713446.4611761 Edm = 2.26459 NCalls = 198 +VariableMetric: Iteration # 57 - FCN = -713448.084696 Edm = 0.321247 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -713448.3627642 Edm = 0.0147492 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -713448.3785634 Edm = 0.00173832 NCalls = 203 +VariableMetric: Iteration # 60 - FCN = -713448.3809372 Edm = 0.00125153 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -713448.3834611 Edm = 0.00244173 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -713448.4568211 Edm = 0.0794877 NCalls = 212 +VariableMetric: Iteration # 63 - FCN = -713449.4732049 Edm = 0.0923442 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -713457.4735029 Edm = 3.48857 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -713467.7167058 Edm = 3.10328 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -713472.0447752 Edm = 0.150116 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -713472.2006904 Edm = 0.0625836 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -713472.2456371 Edm = 0.00642603 NCalls = 229 +VariableMetric: Iteration # 69 - FCN = -713472.254869 Edm = 0.000677649 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -713472.2559299 Edm = 0.000455158 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -713472.265376 Edm = 0.0078904 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -713472.4351914 Edm = 0.12675 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -713477.4689593 Edm = 4.67593 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -713502.1970383 Edm = 6.04447 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -713507.3222438 Edm = 1.27925 NCalls = 249 +VariableMetric: Iteration # 76 - FCN = -713508.4428849 Edm = 0.140508 NCalls = 250 +VariableMetric: Iteration # 77 - FCN = -713508.6230668 Edm = 0.0146115 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -713508.636372 Edm = 0.00316213 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -713508.6400258 Edm = 0.00101088 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -713508.6431237 Edm = 0.00179204 NCalls = 258 +VariableMetric: Iteration # 81 - FCN = -713508.6864763 Edm = 0.0426943 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -713509.3516044 Edm = 0.527726 NCalls = 268 +VariableMetric: Iteration # 83 - FCN = -713515.7604881 Edm = 4.96447 NCalls = 272 +VariableMetric: Iteration # 84 - FCN = -713523.4034762 Edm = 8.28249 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -713529.6871269 Edm = 0.547954 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -713530.2079332 Edm = 0.0429645 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -713530.2781839 Edm = 0.0172539 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -713530.2937203 Edm = 0.00157051 NCalls = 282 +VariableMetric: Iteration # 89 - FCN = -713530.2952913 Edm = 7.21789e-05 NCalls = 284 +VariableMetric: After Hessian - FCN = -713530.2952913 Edm = 1337.25 NCalls = 647 +VariableMetric: Iteration # 90 - FCN = -713530.2952913 Edm = 1337.25 NCalls = 647 +VariableMetric: Iteration # 91 - FCN = -713536.0901627 Edm = 1574.06 NCalls = 653 +VariableMetric: Iteration # 92 - FCN = -713536.8524933 Edm = 524326 NCalls = 662 +VariableMetric: Iteration # 93 - FCN = -713539.0339919 Edm = 530448 NCalls = 670 +VariableMetric: Iteration # 94 - FCN = -713540.5487098 Edm = 423043 NCalls = 678 +VariableMetric: Iteration # 95 - FCN = -713546.7476182 Edm = 147333 NCalls = 686 +VariableMetric: Iteration # 96 - FCN = -713554.3104266 Edm = 182245 NCalls = 693 +VariableMetric: Iteration # 97 - FCN = -713558.1187657 Edm = 26886.6 NCalls = 700 +VariableMetric: Iteration # 98 - FCN = -713559.1143859 Edm = 22359.6 NCalls = 706 +VariableMetric: Iteration # 99 - FCN = -713559.7493384 Edm = 1124.78 NCalls = 712 +VariableMetric: Iteration # 100 - FCN = -713559.9695821 Edm = 2434.36 NCalls = 716 +VariableMetric: Iteration # 101 - FCN = -713560.6187028 Edm = 2625.84 NCalls = 720 +VariableMetric: Iteration # 102 - FCN = -713561.0565803 Edm = 484.305 NCalls = 724 +VariableMetric: Iteration # 103 - FCN = -713561.8988037 Edm = 31.1997 NCalls = 728 +VariableMetric: Iteration # 104 - FCN = -713561.9276216 Edm = 6.78334 NCalls = 732 +VariableMetric: Iteration # 105 - FCN = -713561.9344265 Edm = 2.68928 NCalls = 736 +VariableMetric: Iteration # 106 - FCN = -713561.9421067 Edm = 1.53244 NCalls = 739 +VariableMetric: Iteration # 107 - FCN = -713561.9495209 Edm = 0.833562 NCalls = 742 +VariableMetric: Iteration # 108 - FCN = -713562.0700836 Edm = 45.0486 NCalls = 744 +VariableMetric: Iteration # 109 - FCN = -713562.1597454 Edm = 0.293538 NCalls = 746 +VariableMetric: Iteration # 110 - FCN = -713562.1658644 Edm = 1.60976 NCalls = 748 +VariableMetric: Iteration # 111 - FCN = -713562.2800112 Edm = 0.0672798 NCalls = 750 +VariableMetric: Iteration # 112 - FCN = -713562.3357685 Edm = 0.106634 NCalls = 752 +VariableMetric: Iteration # 113 - FCN = -713562.4359297 Edm = 0.481418 NCalls = 757 +VariableMetric: Iteration # 114 - FCN = -713562.5441262 Edm = 0.153531 NCalls = 760 +VariableMetric: Iteration # 115 - FCN = -713562.8505098 Edm = 0.41308 NCalls = 764 +VariableMetric: Iteration # 116 - FCN = -713563.0519525 Edm = 0.319084 NCalls = 767 +VariableMetric: Iteration # 117 - FCN = -713563.4249436 Edm = 0.270398 NCalls = 770 +VariableMetric: Iteration # 118 - FCN = -713563.7182997 Edm = 1.42328 NCalls = 771 +VariableMetric: Iteration # 119 - FCN = -713564.0445327 Edm = 0.239925 NCalls = 773 +VariableMetric: Iteration # 120 - FCN = -713564.4019301 Edm = 0.0815617 NCalls = 775 +VariableMetric: Iteration # 121 - FCN = -713564.6288574 Edm = 0.107353 NCalls = 777 +VariableMetric: Iteration # 122 - FCN = -713564.762745 Edm = 0.372134 NCalls = 780 +VariableMetric: Iteration # 123 - FCN = -713564.901445 Edm = 0.0342635 NCalls = 784 +VariableMetric: Iteration # 124 - FCN = -713564.9308945 Edm = 0.036651 NCalls = 786 +VariableMetric: Iteration # 125 - FCN = -713564.9822809 Edm = 0.037742 NCalls = 788 +VariableMetric: Iteration # 126 - FCN = -713565.0484381 Edm = 0.0457416 NCalls = 792 +VariableMetric: Iteration # 127 - FCN = -713565.1046777 Edm = 0.0430545 NCalls = 795 +VariableMetric: Iteration # 128 - FCN = -713565.1360474 Edm = 0.00827098 NCalls = 797 +VariableMetric: Iteration # 129 - FCN = -713565.1474242 Edm = 0.00340319 NCalls = 799 +VariableMetric: Iteration # 130 - FCN = -713565.149925 Edm = 0.000606282 NCalls = 801 +VariableMetric: Iteration # 131 - FCN = -713565.1504471 Edm = 0.000160543 NCalls = 803 +VariableMetric: Iteration # 132 - FCN = -713565.1507401 Edm = 0.000103235 NCalls = 805 +VariableMetric: Iteration # 133 - FCN = -713565.1509957 Edm = 5.39152e-05 NCalls = 807 +VariableMetric: After Hessian - FCN = -713565.1509957 Edm = 0.00272458 NCalls = 1180 +VariableMetric: Iteration # 134 - FCN = -713565.1509957 Edm = 0.00272458 NCalls = 1180 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -708102.8284783 Edm = 8.98601 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -708102.8284783 Edm = 8.98601 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712649.1550405 Edm = 1.09709 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712655.6900183 Edm = 1.20584 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -712851.5826435 Edm = 56.5478 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -712918.6015102 Edm = 0.653121 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -712919.5772396 Edm = 0.452445 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -712981.8980982 Edm = 0.546646 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -712982.3499071 Edm = 0.0187132 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -712983.1960823 Edm = 0.798535 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -712983.5410374 Edm = 0.325194 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -713119.947327 Edm = 1.1208 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -713121.453815 Edm = 0.0126543 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -713121.491133 Edm = 0.0214514 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -713133.3789233 Edm = 9.37176 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -713257.8643906 Edm = 6.30694 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -713262.1759954 Edm = 0.699925 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -713262.6307799 Edm = 0.00503977 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -713262.6377558 Edm = 0.0030569 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -713262.9057635 Edm = 0.181908 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -713270.8904839 Edm = 4.38971 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -713281.7607688 Edm = 0.11322 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -713281.8956695 Edm = 0.00376023 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -713281.9009922 Edm = 0.00146995 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -713281.9176898 Edm = 0.0124041 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -713284.0979771 Edm = 1.89378 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -713318.240371 Edm = 1.14764 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -713319.5892467 Edm = 0.0844117 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -713319.703643 Edm = 0.00872765 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -713319.7140583 Edm = 0.00117996 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -713319.7376879 Edm = 0.0257884 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -713321.2789011 Edm = 0.716349 NCalls = 110 +VariableMetric: Iteration # 31 - FCN = -713330.5678902 Edm = 6.26841 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -713348.146511 Edm = 3.04493 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -713351.4609421 Edm = 0.107732 NCalls = 119 +VariableMetric: Iteration # 34 - FCN = -713351.5663028 Edm = 0.00809477 NCalls = 120 +VariableMetric: Iteration # 35 - FCN = -713351.5724954 Edm = 0.00165654 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -713351.5754356 Edm = 0.00110372 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -713351.5854003 Edm = 0.00640591 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -713351.8218734 Edm = 0.210002 NCalls = 131 +VariableMetric: Iteration # 39 - FCN = -713370.0519679 Edm = 16.3122 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -713391.9749505 Edm = 14.0726 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -713428.2389123 Edm = 4.59018 NCalls = 144 +VariableMetric: Iteration # 42 - FCN = -713431.4073132 Edm = 0.524502 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -713432.0648491 Edm = 0.685602 NCalls = 148 +VariableMetric: Iteration # 44 - FCN = -713432.8769361 Edm = 0.839424 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -713434.8042683 Edm = 1.61601 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -713437.4999584 Edm = 1.18923 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -713437.8516031 Edm = 0.316674 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -713438.2720301 Edm = 0.0312672 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -713438.3162297 Edm = 0.00425684 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -713438.3227862 Edm = 0.00135681 NCalls = 165 +VariableMetric: Iteration # 51 - FCN = -713438.3276315 Edm = 0.00303736 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -713438.460284 Edm = 0.110294 NCalls = 171 +VariableMetric: Iteration # 53 - FCN = -713445.3925383 Edm = 6.7575 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -713459.9992753 Edm = 10.488 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -713501.5751132 Edm = 13.2678 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -713514.6082975 Edm = 2.24615 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -713517.1457418 Edm = 0.727456 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -713517.8412289 Edm = 0.112108 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -713517.9827478 Edm = 0.0209252 NCalls = 192 +VariableMetric: Iteration # 60 - FCN = -713518.0079827 Edm = 0.00141016 NCalls = 194 +VariableMetric: Iteration # 61 - FCN = -713518.0129427 Edm = 0.00339571 NCalls = 196 +VariableMetric: Iteration # 62 - FCN = -713518.0536924 Edm = 0.036744 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -713518.4501196 Edm = 0.325861 NCalls = 202 +VariableMetric: Iteration # 64 - FCN = -713522.0712013 Edm = 2.68296 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -713537.0541579 Edm = 2.61829 NCalls = 208 +VariableMetric: Iteration # 66 - FCN = -713539.1431485 Edm = 0.647841 NCalls = 210 +VariableMetric: Iteration # 67 - FCN = -713539.6255273 Edm = 0.231536 NCalls = 212 +VariableMetric: Iteration # 68 - FCN = -713539.8131391 Edm = 0.0772578 NCalls = 214 +VariableMetric: Iteration # 69 - FCN = -713540.0109125 Edm = 0.0614087 NCalls = 218 +VariableMetric: Iteration # 70 - FCN = -713543.0234942 Edm = 1.9497 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -713543.0409405 Edm = 0.028567 NCalls = 228 +VariableMetric: Iteration # 72 - FCN = -713543.0697048 Edm = 0.0192719 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -713543.0981631 Edm = 0.0221416 NCalls = 232 +VariableMetric: Iteration # 74 - FCN = -713543.2138737 Edm = 0.109293 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -713543.9519204 Edm = 1.01246 NCalls = 242 +VariableMetric: Iteration # 76 - FCN = -713543.9797416 Edm = 0.00969164 NCalls = 244 +VariableMetric: Iteration # 77 - FCN = -713544.090996 Edm = 0.0945551 NCalls = 247 +VariableMetric: Iteration # 78 - FCN = -713544.6786635 Edm = 0.0896496 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -713545.0181487 Edm = 0.191098 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -713545.8833876 Edm = 0.961243 NCalls = 256 +VariableMetric: Iteration # 81 - FCN = -713548.888747 Edm = 0.853067 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -713549.8082712 Edm = 0.0693377 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -713549.8641399 Edm = 0.00129491 NCalls = 264 +VariableMetric: Iteration # 84 - FCN = -713549.8653581 Edm = 0.00039402 NCalls = 265 +VariableMetric: Iteration # 85 - FCN = -713549.8667898 Edm = 0.00131457 NCalls = 267 +VariableMetric: Iteration # 86 - FCN = -713549.888118 Edm = 0.0197862 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -713550.5650619 Edm = 0.656337 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -713556.2930406 Edm = 1.38386 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -713557.9991002 Edm = 0.219033 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -713558.1399743 Edm = 0.0263645 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -713558.167028 Edm = 0.00108188 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -713558.1682258 Edm = 7.76201e-05 NCalls = 288 +VariableMetric: After Hessian - FCN = -713558.1682258 Edm = 1048.19 NCalls = 647 +VariableMetric: Iteration # 93 - FCN = -713558.1682258 Edm = 1048.19 NCalls = 647 +VariableMetric: Iteration # 94 - FCN = -713559.3579917 Edm = 1091.65 NCalls = 654 +VariableMetric: Iteration # 95 - FCN = -713559.8532595 Edm = 2.74021 NCalls = 660 +VariableMetric: Iteration # 96 - FCN = -713560.9382389 Edm = 0.0857996 NCalls = 663 +VariableMetric: Iteration # 97 - FCN = -713561.1520106 Edm = 0.0380267 NCalls = 666 +VariableMetric: Iteration # 98 - FCN = -713561.1984158 Edm = 0.0247864 NCalls = 668 +VariableMetric: Iteration # 99 - FCN = -713561.5480273 Edm = 0.342724 NCalls = 674 +VariableMetric: Iteration # 100 - FCN = -713561.5919763 Edm = 0.304847 NCalls = 677 +VariableMetric: Iteration # 101 - FCN = -713562.4162997 Edm = 0.689372 NCalls = 683 +VariableMetric: Iteration # 102 - FCN = -713562.7208869 Edm = 0.445482 NCalls = 687 +VariableMetric: Iteration # 103 - FCN = -713563.1625053 Edm = 0.365744 NCalls = 693 +VariableMetric: Iteration # 104 - FCN = -713563.74746 Edm = 0.567172 NCalls = 696 +VariableMetric: Iteration # 105 - FCN = -713564.2329783 Edm = 0.0614827 NCalls = 698 +VariableMetric: Iteration # 106 - FCN = -713564.3040295 Edm = 0.0258964 NCalls = 700 +VariableMetric: Iteration # 107 - FCN = -713564.3631861 Edm = 0.0214711 NCalls = 703 +VariableMetric: Iteration # 108 - FCN = -713564.4173081 Edm = 0.0148294 NCalls = 705 +VariableMetric: Iteration # 109 - FCN = -713564.4671107 Edm = 0.00997052 NCalls = 707 +VariableMetric: Iteration # 110 - FCN = -713564.5149409 Edm = 0.0167121 NCalls = 710 +VariableMetric: Iteration # 111 - FCN = -713564.5540791 Edm = 0.0115517 NCalls = 712 +VariableMetric: Iteration # 112 - FCN = -713564.5878304 Edm = 0.0200207 NCalls = 714 +VariableMetric: Iteration # 113 - FCN = -713564.6176043 Edm = 0.00864506 NCalls = 717 +VariableMetric: Iteration # 114 - FCN = -713564.6328238 Edm = 0.0035312 NCalls = 719 +VariableMetric: Iteration # 115 - FCN = -713564.6436044 Edm = 0.00391617 NCalls = 721 +VariableMetric: Iteration # 116 - FCN = -713564.6474578 Edm = 0.00187595 NCalls = 723 +VariableMetric: Iteration # 117 - FCN = -713564.651564 Edm = 0.00122957 NCalls = 725 +VariableMetric: Iteration # 118 - FCN = -713564.6552835 Edm = 0.00104767 NCalls = 727 +VariableMetric: Iteration # 119 - FCN = -713564.658961 Edm = 0.000515409 NCalls = 729 +VariableMetric: Iteration # 120 - FCN = -713564.659753 Edm = 0.00022038 NCalls = 731 +VariableMetric: Iteration # 121 - FCN = -713564.6599522 Edm = 9.44521e-05 NCalls = 733 +VariableMetric: Iteration # 122 - FCN = -713564.6607048 Edm = 0.000484125 NCalls = 736 +VariableMetric: Iteration # 123 - FCN = -713564.663542 Edm = 0.00110971 NCalls = 739 +VariableMetric: Iteration # 124 - FCN = -713564.6792179 Edm = 0.0111085 NCalls = 743 +VariableMetric: Iteration # 125 - FCN = -713564.723249 Edm = 0.0724606 NCalls = 751 +VariableMetric: Iteration # 126 - FCN = -713564.7461079 Edm = 0.0652028 NCalls = 754 +VariableMetric: Iteration # 127 - FCN = -713564.7928458 Edm = 0.0496661 NCalls = 757 +VariableMetric: Iteration # 128 - FCN = -713564.9175508 Edm = 0.116732 NCalls = 761 +VariableMetric: Iteration # 129 - FCN = -713564.9761855 Edm = 0.0528759 NCalls = 765 +VariableMetric: Iteration # 130 - FCN = -713565.016201 Edm = 0.00828239 NCalls = 768 +VariableMetric: Iteration # 131 - FCN = -713565.0304105 Edm = 0.00361826 NCalls = 770 +VariableMetric: Iteration # 132 - FCN = -713565.0343339 Edm = 0.0008188 NCalls = 772 +VariableMetric: Iteration # 133 - FCN = -713565.0353427 Edm = 0.000240984 NCalls = 774 +VariableMetric: Iteration # 134 - FCN = -713565.0359162 Edm = 0.00010315 NCalls = 776 +VariableMetric: Iteration # 135 - FCN = -713565.0360848 Edm = 3.39238e-05 NCalls = 778 +VariableMetric: After Hessian - FCN = -713565.0360848 Edm = 0.00152969 NCalls = 1149 +VariableMetric: Iteration # 136 - FCN = -713565.0360848 Edm = 0.00152969 NCalls = 1149 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.135E+05 | Ncalls=1057 (1057 total) | +| EDM = 5.17E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -713480.8238173414 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 4.05 | 0.25 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -2.03 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | 1.466 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | p3770_s | 0.919 | 0.022 | | |0.918861 | 4.08114 | | +| 4 | psi2s_p | 3.946 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | p4040_p | -3.0 | 0.5 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 0.9 | 0.3 | | |0.0253049| 2.0747 | | +| 7 | omega_s | 7.4 | 1.3 | | | 4.19232 | 9.40768 | | +| 8 | p4040_s | 0.40 | 0.20 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 17.7 | 1.8 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 0.79 | 0.19 | | |0.126447 | 2.35355 | | +| 11| phi_p | 0.019 | 0.487 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.26 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 15| rho_p | 6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 16| omega_p | 0.21 | 0.33 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 1.97 | 0.19 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1366.5 | 1.3 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.35 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p jpsi_p p3770_s psi2s_p p4040_p rho_s omega_s p4040_s phi_s p4415_s phi_p jpsi_s Dbar_s p3770_p rho_p omega_p p4160_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.284 -0.003 0.010 0.058 0.045 -0.004 -0.002 -0.230 -0.012 -0.165 -0.012 0.007 -0.062 -0.002 0.002 -0.003 -0.125 0.007 -0.197 | +| p4160_p | 0.284 1.000 0.033 0.026 0.253 -0.120 -0.014 -0.001 -0.400 -0.021 -0.063 -0.021 0.016 0.256 -0.002 0.002 -0.006 -0.132 0.013 -0.507 | +| jpsi_p | -0.003 0.033 1.000 0.003 0.060 -0.206 -0.059 -0.005 0.051 -0.079 -0.180 -0.082 0.025 0.141 0.003 -0.013 -0.040 -0.211 -0.014 -0.145 | +| p3770_s | 0.010 0.026 0.003 1.000 0.041 0.001 -0.000 -0.000 -0.026 -0.002 -0.023 -0.002 0.000 0.043 -0.005 0.000 -0.000 -0.014 -0.000 -0.051 | +| psi2s_p | 0.058 0.253 0.060 0.041 1.000 -0.261 0.016 -0.017 -0.188 -0.035 -0.384 -0.036 -0.021 0.623 -0.000 0.000 -0.015 -0.372 -0.004 -0.509 | +| p4040_p | 0.045 -0.120 -0.206 0.001 -0.261 1.000 -0.019 0.005 -0.367 -0.007 0.272 -0.009 0.015 -0.398 -0.002 -0.001 -0.007 0.536 -0.006 0.068 | +| rho_s | -0.004 -0.014 -0.059 -0.000 0.016 -0.019 1.000 -0.422 0.013 0.074 0.004 0.075 0.011 0.016 0.001 0.022 -0.030 -0.008 -0.012 0.046 | +| omega_s | -0.002 -0.001 -0.005 -0.000 -0.017 0.005 -0.422 1.000 -0.000 -0.008 0.001 -0.027 -0.004 -0.007 -0.000 0.008 0.731 0.003 0.004 -0.009 | +| p4040_s | -0.230 -0.400 0.051 -0.026 -0.188 -0.367 0.013 -0.000 1.000 0.016 0.017 0.016 -0.015 -0.177 0.000 -0.003 0.005 -0.333 -0.006 0.492 | +| phi_s | -0.012 -0.021 -0.079 -0.002 -0.035 -0.007 0.074 -0.008 0.016 1.000 0.009 0.917 -0.004 -0.005 0.000 0.024 0.097 0.002 0.001 0.028 | +| p4415_s | -0.165 -0.063 -0.180 -0.023 -0.384 0.272 0.004 0.001 0.017 0.009 1.000 0.007 -0.009 -0.547 0.001 -0.002 -0.002 0.420 -0.012 0.476 | +| phi_p | -0.012 -0.021 -0.082 -0.002 -0.036 -0.009 0.075 -0.027 0.016 0.917 0.007 1.000 0.001 -0.004 0.000 0.019 0.080 -0.000 -0.002 0.025 | +| jpsi_s | 0.007 0.016 0.025 0.000 -0.021 0.015 0.011 -0.004 -0.015 -0.004 -0.009 0.001 1.000 -0.035 -0.000 0.003 0.005 0.002 -0.500 -0.031 | +| Dbar_s | -0.062 0.256 0.141 0.043 0.623 -0.398 0.016 -0.007 -0.177 -0.005 -0.547 -0.004 -0.035 1.000 -0.001 0.003 0.002 -0.576 0.045 -0.799 | +| p3770_p | -0.002 -0.002 0.003 -0.005 -0.000 -0.002 0.001 -0.000 0.000 0.000 0.001 0.000 -0.000 -0.001 1.000 0.000 0.000 -0.000 0.000 0.006 | +| rho_p | 0.002 0.002 -0.013 0.000 0.000 -0.001 0.022 0.008 -0.003 0.024 -0.002 0.019 0.003 0.003 0.000 1.000 -0.002 -0.001 -0.002 -0.001 | +| omega_p | -0.003 -0.006 -0.040 -0.000 -0.015 -0.007 -0.030 0.731 0.005 0.097 -0.002 0.080 0.005 0.002 0.000 -0.002 1.000 -0.004 -0.004 0.005 | +| p4160_s | -0.125 -0.132 -0.211 -0.014 -0.372 0.536 -0.008 0.003 -0.333 0.002 0.420 -0.000 0.002 -0.576 -0.000 -0.001 -0.004 1.000 -0.010 0.334 | +| psi2s_s | 0.007 0.013 -0.014 -0.000 -0.004 -0.006 -0.012 0.004 -0.006 0.001 -0.012 -0.002 -0.500 0.045 0.000 -0.002 -0.004 -0.010 1.000 -0.035 | +| Ctt | -0.197 -0.507 -0.145 -0.051 -0.509 0.068 0.046 -0.009 0.492 0.028 0.476 0.025 -0.031 -0.799 0.006 -0.001 0.005 0.334 -0.035 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2514536079502969}), (, {'error': 0.10508143904662814}), (, {'error': 0.016179166531728573}), (, {'error': 0.021890254818720922}), (, {'error': 0.02783284062716085}), (, {'error': 0.4750160800859282}), (, {'error': 0.32007040369449696}), (, {'error': 1.306584596503201}), (, {'error': 0.1978627279777354}), (, {'error': 1.81838029938186}), (, {'error': 0.19495822844829808}), (, {'error': 0.48681927708232875}), (, {'error': 8.490267354930438}), (, {'error': 0.061502720841533964}), (, {'error': 0.009934726089844137}), (, {'error': 0.49158457579035275}), (, {'error': 0.32884481431653745}), (, {'error': 0.18759984908014804}), (, {'error': 1.2914599867087873}), (, {'error': 0.15588504385122806})]) +Toy 1/10 +Time taken: 1 h, 4 min +Projected time left: 9 h, 42 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=1184 (1184 total) | +| EDM = 3.36E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -713564.6531407 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.32 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -2.32 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -4.648 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | p3770_s | 2.46 | 0.21 | | |0.918861 | 4.08114 | | +| 4 | psi2s_p | -4.493 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p4040_p | 3.30 | 0.22 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 7 | omega_s | 6.9 | 0.9 | | | 4.19232 | 9.40768 | | +| 8 | p4040_s | 0.84 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 17.4 | 1.1 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.08 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | 6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.05 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.72 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| rho_p | -0.05 | 0.38 | | |-6.28319 | 6.28319 | | +| 16| omega_p | 6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.26 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1372.6 | 1.8 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.07 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p jpsi_p p3770_s psi2s_p p4040_p rho_s omega_s p4040_s phi_s p4415_s phi_p jpsi_s Dbar_s p3770_p rho_p omega_p p4160_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.274 -0.030 0.001 -0.100 0.078 0.004 0.004 -0.216 0.000 -0.134 0.003 0.007 -0.100 0.081 0.026 0.001 -0.159 -0.007 -0.173 | +| p4160_p | 0.274 1.000 -0.020 -0.056 -0.159 0.008 0.006 0.005 -0.496 -0.001 0.023 0.005 0.009 0.188 0.244 0.031 0.002 -0.134 -0.009 -0.462 | +| jpsi_p | -0.030 -0.020 1.000 -0.015 0.116 -0.170 -0.048 -0.012 0.013 -0.053 -0.147 0.053 0.043 0.098 -0.035 -0.108 0.005 -0.164 -0.031 -0.127 | +| p3770_s | 0.001 -0.056 -0.015 1.000 -0.368 0.002 -0.023 0.007 0.149 -0.006 0.053 0.005 0.019 -0.153 -0.168 -0.014 0.000 0.069 -0.032 -0.004 | +| psi2s_p | -0.100 -0.159 0.116 -0.368 1.000 -0.350 -0.018 -0.008 0.109 -0.021 -0.095 0.018 0.038 -0.010 -0.267 -0.051 0.001 -0.191 -0.038 0.187 | +| p4040_p | 0.078 0.008 -0.170 0.002 -0.350 1.000 -0.015 0.009 -0.220 -0.004 0.180 0.009 0.026 -0.249 0.074 0.003 0.002 0.447 -0.025 -0.074 | +| rho_s | 0.004 0.006 -0.048 -0.023 -0.018 -0.015 1.000 -0.528 -0.019 0.034 -0.012 -0.028 0.025 0.045 0.020 0.043 0.036 -0.019 -0.019 0.014 | +| omega_s | 0.004 0.005 -0.012 0.007 -0.008 0.009 -0.528 1.000 -0.002 0.019 0.002 0.021 -0.004 -0.013 -0.003 0.305 -0.190 0.006 0.003 -0.012 | +| p4040_s | -0.216 -0.496 0.013 0.149 0.109 -0.220 -0.019 -0.002 1.000 -0.006 0.086 0.002 0.008 -0.351 -0.259 -0.042 -0.001 -0.106 -0.009 0.518 | +| phi_s | 0.000 -0.001 -0.053 -0.006 -0.021 -0.004 0.034 0.019 -0.006 1.000 -0.002 -0.718 -0.004 0.013 0.003 0.186 -0.013 -0.004 0.004 0.004 | +| p4415_s | -0.134 0.023 -0.147 0.053 -0.095 0.180 -0.012 0.002 0.086 -0.002 1.000 0.004 -0.002 -0.481 -0.211 -0.021 0.001 0.338 0.000 0.403 | +| phi_p | 0.003 0.005 0.053 0.005 0.018 0.009 -0.028 0.021 0.002 -0.718 0.004 1.000 -0.012 -0.010 0.001 -0.095 0.009 0.006 0.010 -0.005 | +| jpsi_s | 0.007 0.009 0.043 0.019 0.038 0.026 0.025 -0.004 0.008 -0.004 -0.002 -0.012 1.000 -0.120 -0.030 0.064 -0.001 0.012 -0.795 -0.030 | +| Dbar_s | -0.100 0.188 0.098 -0.153 -0.010 -0.249 0.045 -0.013 -0.351 0.013 -0.481 -0.010 -0.120 1.000 0.454 0.029 -0.001 -0.523 0.103 -0.768 | +| p3770_p | 0.081 0.244 -0.035 -0.168 -0.267 0.074 0.020 -0.003 -0.259 0.003 -0.211 0.001 -0.030 0.454 1.000 0.025 0.001 -0.163 0.026 -0.502 | +| rho_p | 0.026 0.031 -0.108 -0.014 -0.051 0.003 0.043 0.305 -0.042 0.186 -0.021 -0.095 0.064 0.029 0.025 1.000 0.037 -0.019 -0.052 -0.031 | +| omega_p | 0.001 0.002 0.005 0.000 0.001 0.002 0.036 -0.190 -0.001 -0.013 0.001 0.009 -0.001 -0.001 0.001 0.037 1.000 0.001 0.001 -0.001 | +| p4160_s | -0.159 -0.134 -0.164 0.069 -0.191 0.447 -0.019 0.006 -0.106 -0.004 0.338 0.006 0.012 -0.523 -0.163 -0.019 0.001 1.000 -0.013 0.338 | +| psi2s_s | -0.007 -0.009 -0.031 -0.032 -0.038 -0.025 -0.019 0.003 -0.009 0.004 0.000 0.010 -0.795 0.103 0.026 -0.052 0.001 -0.013 1.000 0.030 | +| Ctt | -0.173 -0.462 -0.127 -0.004 0.187 -0.074 0.014 -0.012 0.518 0.004 0.403 -0.005 -0.030 -0.768 -0.502 -0.031 -0.001 0.338 0.030 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18940130861778037}), (, {'error': 0.09361701798995736}), (, {'error': 0.015950802513836848}), (, {'error': 0.2072104540426034}), (, {'error': 0.028834990034246832}), (, {'error': 0.21773821943551308}), (, {'error': 0.3198934034988992}), (, {'error': 0.9423495124102561}), (, {'error': 0.18281761318108963}), (, {'error': 1.082636506982615}), (, {'error': 0.18418442542032792}), (, {'error': 0.47404011124398604}), (, {'error': 23.80868292368723}), (, {'error': 0.058219991392628234}), (, {'error': 0.11579671472306985}), (, {'error': 0.37917687411987977}), (, {'error': 0.13365200401971578}), (, {'error': 0.17253081943965665}), (, {'error': 1.841233528886164}), (, {'error': 0.12662046646243386})]) +Toy 2/10 +Time taken: 2 h, 15 min +Projected time left: 9 h, 1 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=972 (972 total) | +| EDM = 5.19E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -713565.0786650907 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.32 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -2.32 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -4.648 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | p3770_s | 2.46 | 0.21 | | |0.918861 | 4.08114 | | +| 4 | psi2s_p | -4.493 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p4040_p | -2.99 | 0.22 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 7 | omega_s | 7.6 | 1.6 | | | 4.19232 | 9.40768 | | +| 8 | p4040_s | 0.84 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 17.5 | 1.8 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.08 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | 0.05 | 0.47 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.05 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | 3.57 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| rho_p | -0.09 | 0.41 | | |-6.28319 | 6.28319 | | +| 16| omega_p | -6.0 | 0.4 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.26 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1372.6 | 1.8 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.07 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p jpsi_p p3770_s psi2s_p p4040_p rho_s omega_s p4040_s phi_s p4415_s phi_p jpsi_s Dbar_s p3770_p rho_p omega_p p4160_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.274 -0.030 0.002 -0.101 0.080 0.003 0.000 -0.217 -0.004 -0.134 -0.006 0.007 -0.102 0.081 0.025 -0.003 -0.157 -0.007 -0.173 | +| p4160_p | 0.274 1.000 -0.020 -0.055 -0.158 0.009 0.004 -0.002 -0.495 -0.008 0.024 -0.011 0.009 0.186 0.242 0.029 -0.006 -0.132 -0.009 -0.461 | +| jpsi_p | -0.030 -0.020 1.000 -0.015 0.121 -0.171 -0.046 -0.057 0.015 -0.103 -0.147 -0.101 0.040 0.099 -0.035 -0.127 -0.064 -0.165 -0.028 -0.127 | +| p3770_s | 0.002 -0.055 -0.015 1.000 -0.368 0.002 -0.023 0.001 0.148 -0.008 0.052 -0.007 0.018 -0.152 -0.166 -0.016 -0.004 0.068 -0.032 -0.006 | +| psi2s_p | -0.101 -0.158 0.121 -0.368 1.000 -0.356 -0.016 -0.022 0.111 -0.038 -0.098 -0.036 0.036 -0.004 -0.264 -0.058 -0.022 -0.197 -0.036 0.186 | +| p4040_p | 0.080 0.009 -0.171 0.002 -0.356 1.000 -0.015 -0.002 -0.227 -0.010 0.184 -0.012 0.025 -0.254 0.076 0.001 -0.010 0.455 -0.025 -0.076 | +| rho_s | 0.003 0.004 -0.046 -0.023 -0.016 -0.015 1.000 -0.332 -0.017 0.066 -0.011 0.071 0.022 0.044 0.019 0.068 -0.021 -0.018 -0.017 0.016 | +| omega_s | 0.000 -0.002 -0.057 0.001 -0.022 -0.002 -0.332 1.000 -0.002 0.095 -0.003 0.057 0.013 -0.002 -0.005 0.166 0.834 -0.002 -0.011 -0.006 | +| p4040_s | -0.217 -0.495 0.015 0.148 0.111 -0.227 -0.017 -0.002 1.000 -0.004 0.083 -0.001 0.008 -0.346 -0.257 -0.042 -0.001 -0.112 -0.009 0.517 | +| phi_s | -0.004 -0.008 -0.103 -0.008 -0.038 -0.010 0.066 0.095 -0.004 1.000 -0.003 0.909 0.009 0.014 -0.003 0.241 0.138 -0.006 -0.007 0.008 | +| p4415_s | -0.134 0.024 -0.147 0.052 -0.098 0.184 -0.011 -0.003 0.083 -0.003 1.000 -0.003 -0.002 -0.481 -0.208 -0.021 -0.006 0.340 0.000 0.401 | +| phi_p | -0.006 -0.011 -0.101 -0.007 -0.036 -0.012 0.071 0.057 -0.001 0.909 -0.003 1.000 0.017 0.012 -0.005 0.185 0.110 -0.006 -0.014 0.009 | +| jpsi_s | 0.007 0.009 0.040 0.018 0.036 0.025 0.022 0.013 0.008 0.009 -0.002 0.017 1.000 -0.118 -0.030 0.066 0.020 0.012 -0.790 -0.030 | +| Dbar_s | -0.102 0.186 0.099 -0.152 -0.004 -0.254 0.044 -0.002 -0.346 0.014 -0.481 0.012 -0.118 1.000 0.449 0.032 0.008 -0.524 0.101 -0.765 | +| p3770_p | 0.081 0.242 -0.035 -0.166 -0.264 0.076 0.019 -0.005 -0.257 -0.003 -0.208 -0.005 -0.030 0.449 1.000 0.024 -0.004 -0.159 0.025 -0.498 | +| rho_p | 0.025 0.029 -0.127 -0.016 -0.058 0.001 0.068 0.166 -0.042 0.241 -0.021 0.185 0.066 0.032 0.024 1.000 0.043 -0.019 -0.054 -0.029 | +| omega_p | -0.003 -0.006 -0.064 -0.004 -0.022 -0.010 -0.021 0.834 -0.001 0.138 -0.006 0.110 0.020 0.008 -0.004 0.043 1.000 -0.007 -0.016 0.002 | +| p4160_s | -0.157 -0.132 -0.165 0.068 -0.197 0.455 -0.018 -0.002 -0.112 -0.006 0.340 -0.006 0.012 -0.524 -0.159 -0.019 -0.007 1.000 -0.013 0.334 | +| psi2s_s | -0.007 -0.009 -0.028 -0.032 -0.036 -0.025 -0.017 -0.011 -0.009 -0.007 0.000 -0.014 -0.790 0.101 0.025 -0.054 -0.016 -0.013 1.000 0.030 | +| Ctt | -0.173 -0.461 -0.127 -0.006 0.186 -0.076 0.016 -0.006 0.517 0.008 0.401 0.009 -0.030 -0.765 -0.498 -0.029 0.002 0.334 0.030 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18957630383739388}), (, {'error': 0.09359250196097335}), (, {'error': 0.01604568918049143}), (, {'error': 0.2071426563417571}), (, {'error': 0.028905074859045587}), (, {'error': 0.22000966026416457}), (, {'error': 0.3195676718617755}), (, {'error': 1.6353523351651127}), (, {'error': 0.18296733337279264}), (, {'error': 1.7722708171075094}), (, {'error': 0.1842291620889594}), (, {'error': 0.46598492802848446}), (, {'error': 23.344094558485267}), (, {'error': 0.058124647912676575}), (, {'error': 0.11534268758799104}), (, {'error': 0.40734207700852654}), (, {'error': 0.4191744347516111}), (, {'error': 0.17320483852646174}), (, {'error': 1.8211306217751826}), (, {'error': 0.12631649199195277})]) +Toy 3/10 +Time taken: 3 h, 15 min +Projected time left: 7 h, 36 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.135E+05 | Ncalls=419 (419 total) | +| EDM = 5.42E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -713542.0983308698 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.21 | 0.18 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | 3.96 | 0.08 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -4.643 | 0.027 | | |-6.28319 | 6.28319 | | +| 3 | p3770_s | 2.39 | 0.19 | | |0.918861 | 4.08114 | | +| 4 | psi2s_p | -4.478 | 0.031 | | |-6.28319 | 6.28319 | | +| 5 | p4040_p | 3.34 | 0.18 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 1.8 | 1.3 | | |0.0253049| 2.0747 | | +| 7 | omega_s | 9.40 | 0.28 | | | 4.19232 | 9.40768 | | +| 8 | p4040_s | 0.88 | 0.16 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 16.1 | 2.1 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.06 | 0.16 | | |0.126447 | 2.35355 | | +| 11| phi_p | 6.05 | 0.19 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 0.985E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | -0.04 | 0.04 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.76 | 0.10 | | |-6.28319 | 6.28319 | | +| 15| rho_p | -6.0 | 2.1 | | |-6.28319 | 6.28319 | | +| 16| omega_p | 1.3 | 1.3 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.25 | 0.14 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1358.66 | 0.10 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.09 | 0.08 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p jpsi_p p3770_s psi2s_p p4040_p rho_s omega_s p4040_s phi_s p4415_s phi_p jpsi_s Dbar_s p3770_p rho_p omega_p p4160_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.199 -0.160 -0.052 -0.142 0.022 0.183 -0.003 -0.208 0.165 -0.191 0.041 -0.090 -0.043 0.071 0.183 0.180 -0.212 -0.015 -0.151 | +| p4160_p | 0.199 1.000 -0.118 -0.074 -0.149 -0.019 0.118 -0.002 -0.397 0.106 0.106 0.022 -0.064 0.062 0.126 0.119 0.116 -0.087 -0.011 -0.321 | +| jpsi_p | -0.160 -0.118 1.000 0.199 0.501 -0.005 -0.836 0.013 0.276 -0.765 0.047 -0.215 0.411 -0.291 -0.111 -0.835 -0.825 0.081 0.069 -0.136 | +| p3770_s | -0.052 -0.074 0.199 1.000 -0.122 -0.021 -0.241 0.004 0.193 -0.219 0.047 -0.061 0.139 -0.201 -0.175 -0.239 -0.238 0.067 0.020 -0.079 | +| psi2s_p | -0.142 -0.149 0.501 -0.122 1.000 -0.193 -0.551 0.009 0.190 -0.504 -0.019 -0.140 0.271 -0.183 -0.242 -0.551 -0.544 -0.050 0.044 0.055 | +| p4040_p | 0.022 -0.019 -0.005 -0.021 -0.193 1.000 -0.080 0.001 -0.140 -0.073 0.128 -0.027 0.039 -0.227 0.071 -0.079 -0.080 0.369 0.006 -0.159 | +| rho_s | 0.183 0.118 -0.836 -0.241 -0.551 -0.080 1.000 -0.016 -0.322 0.906 -0.125 0.242 -0.515 0.372 0.096 0.990 0.992 -0.170 -0.086 0.101 | +| omega_s | -0.003 -0.002 0.013 0.004 0.009 0.001 -0.016 1.000 0.005 -0.015 0.002 -0.004 0.008 -0.006 -0.002 -0.016 -0.017 0.003 0.001 -0.002 | +| p4040_s | -0.208 -0.397 0.276 0.193 0.190 -0.140 -0.322 0.005 1.000 -0.292 0.027 -0.077 0.168 -0.313 -0.119 -0.321 -0.317 -0.121 0.027 0.299 | +| phi_s | 0.165 0.106 -0.765 -0.219 -0.504 -0.073 0.906 -0.015 -0.292 1.000 -0.113 0.452 -0.463 0.340 0.086 0.908 0.895 -0.155 -0.078 0.093 | +| p4415_s | -0.191 0.106 0.047 0.047 -0.019 0.128 -0.125 0.002 0.027 -0.113 1.000 -0.032 0.079 -0.350 -0.093 -0.125 -0.123 0.204 0.013 0.221 | +| phi_p | 0.041 0.022 -0.215 -0.061 -0.140 -0.027 0.242 -0.004 -0.077 0.452 -0.032 1.000 -0.126 0.097 0.019 0.241 0.241 -0.045 -0.021 0.032 | +| jpsi_s | -0.090 -0.064 0.411 0.139 0.271 0.039 -0.515 0.008 0.168 -0.463 0.079 -0.126 1.000 -0.121 -0.038 -0.515 -0.510 0.097 0.162 -0.014 | +| Dbar_s | -0.043 0.062 -0.291 -0.201 -0.183 -0.227 0.372 -0.006 -0.313 0.340 -0.350 0.097 -0.121 1.000 0.277 0.368 0.369 -0.412 -0.019 -0.518 | +| p3770_p | 0.071 0.126 -0.111 -0.175 -0.242 0.071 0.096 -0.002 -0.119 0.086 -0.093 0.019 -0.038 0.277 1.000 0.095 0.094 -0.062 -0.006 -0.296 | +| rho_p | 0.183 0.119 -0.835 -0.239 -0.551 -0.079 0.990 -0.016 -0.321 0.908 -0.125 0.241 -0.515 0.368 0.095 1.000 0.976 -0.170 -0.086 0.095 | +| omega_p | 0.180 0.116 -0.825 -0.238 -0.544 -0.080 0.992 -0.017 -0.317 0.895 -0.123 0.241 -0.510 0.369 0.094 0.976 1.000 -0.169 -0.086 0.101 | +| p4160_s | -0.212 -0.087 0.081 0.067 -0.050 0.369 -0.170 0.003 -0.121 -0.155 0.204 -0.045 0.097 -0.412 -0.062 -0.170 -0.169 1.000 0.016 0.153 | +| psi2s_s | -0.015 -0.011 0.069 0.020 0.044 0.006 -0.086 0.001 0.027 -0.078 0.013 -0.021 0.162 -0.019 -0.006 -0.086 -0.086 0.016 1.000 -0.001 | +| Ctt | -0.151 -0.321 -0.136 -0.079 0.055 -0.159 0.101 -0.002 0.299 0.093 0.221 0.032 -0.014 -0.518 -0.296 0.095 0.101 0.153 -0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17534393416571548}), (, {'error': 0.07927963474542743}), (, {'error': 0.027205615180279974}), (, {'error': 0.1914639122366193}), (, {'error': 0.030989726494778047}), (, {'error': 0.18083355832590975}), (, {'error': 1.264103864542209}), (, {'error': 0.2750753653154927}), (, {'error': 0.15591584752431525}), (, {'error': 2.1209536748929736}), (, {'error': 0.15879324113359078}), (, {'error': 0.18532597858067223}), (, {'error': 9.83616300619633}), (, {'error': 0.04055720123725659}), (, {'error': 0.09738077149741486}), (, {'error': 2.0985419356036545}), (, {'error': 1.2784063763541917}), (, {'error': 0.141251842756152}), (, {'error': 0.09840648427734777}), (, {'error': 0.08335994084887743})]) +Toy 4/10 +Time taken: 3 h, 55 min +Projected time left: 5 h, 53 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=1224 (1224 total) | +| EDM = 0.000539 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -713565.2652588637 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 4.24 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | 4.33 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -1.706 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | p3770_s | 2.24 | 0.19 | | |0.918861 | 4.08114 | | +| 4 | psi2s_p | -2.03 | 0.03 | | |-6.28319 | 6.28319 | | +| 5 | p4040_p | 3.77 | 0.22 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 0.77 | 0.32 | | |0.0253049| 2.0747 | | +| 7 | omega_s | 7.6 | 1.4 | | | 4.19232 | 9.40768 | | +| 8 | p4040_s | 0.80 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 17.5 | 1.7 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.06 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | -0.20 | 0.44 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.06 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | 4.70 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| rho_p | -0.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 16| omega_p | 0.04 | 0.33 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.21 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1367.4 | 1.3 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.09 | 0.15 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p jpsi_p p3770_s psi2s_p p4040_p rho_s omega_s p4040_s phi_s p4415_s phi_p jpsi_s Dbar_s p3770_p rho_p omega_p p4160_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.276 -0.066 0.007 0.102 0.091 0.000 0.003 -0.214 -0.004 -0.121 -0.004 0.004 -0.117 0.102 0.028 -0.000 -0.149 -0.001 -0.158 | +| p4160_p | 0.276 1.000 -0.108 -0.046 0.324 0.043 -0.001 0.003 -0.490 -0.008 0.031 -0.010 0.009 0.147 0.279 0.035 -0.001 -0.107 -0.007 -0.448 | +| jpsi_p | -0.066 -0.108 1.000 -0.091 -0.056 -0.174 0.073 -0.054 0.062 -0.056 -0.054 -0.060 -0.035 0.076 -0.060 -0.037 -0.031 -0.093 0.019 0.146 | +| p3770_s | 0.007 -0.046 -0.091 1.000 -0.112 0.019 -0.023 0.003 0.167 -0.007 0.075 -0.007 0.011 -0.199 -0.116 -0.019 -0.005 0.086 -0.009 0.047 | +| psi2s_p | 0.102 0.324 -0.056 -0.112 1.000 -0.040 0.027 -0.013 -0.421 -0.021 -0.390 -0.022 -0.025 0.699 0.552 0.026 -0.008 -0.346 -0.012 -0.725 | +| p4040_p | 0.091 0.043 -0.174 0.019 -0.040 1.000 -0.017 0.003 -0.229 -0.008 0.181 -0.010 0.015 -0.259 0.116 0.003 -0.006 0.449 -0.013 -0.074 | +| rho_s | 0.000 -0.001 0.073 -0.023 0.027 -0.017 1.000 -0.400 -0.012 0.058 -0.008 0.064 0.010 0.044 0.014 0.046 -0.013 -0.016 -0.011 0.019 | +| omega_s | 0.003 0.003 -0.054 0.003 -0.013 0.003 -0.400 1.000 -0.005 0.049 -0.002 0.014 0.004 -0.004 -0.000 0.182 0.732 0.000 -0.002 -0.011 | +| p4040_s | -0.214 -0.490 0.062 0.167 -0.421 -0.229 -0.012 -0.005 1.000 -0.002 0.097 -0.001 0.001 -0.345 -0.300 -0.050 -0.004 -0.110 0.008 0.527 | +| phi_s | -0.004 -0.008 -0.056 -0.007 -0.021 -0.008 0.058 0.049 -0.002 1.000 -0.001 0.899 0.004 0.012 -0.003 0.233 0.094 -0.004 -0.004 0.009 | +| p4415_s | -0.121 0.031 -0.054 0.075 -0.390 0.181 -0.008 -0.002 0.097 -0.001 1.000 -0.003 -0.001 -0.500 -0.237 -0.026 -0.005 0.345 0.002 0.429 | +| phi_p | -0.004 -0.010 -0.060 -0.007 -0.022 -0.010 0.064 0.014 -0.001 0.899 -0.003 1.000 0.008 0.012 -0.004 0.174 0.073 -0.005 -0.007 0.008 | +| jpsi_s | 0.004 0.009 -0.035 0.011 -0.025 0.015 0.010 0.004 0.001 0.004 -0.001 0.008 1.000 -0.062 -0.010 0.035 0.008 0.005 -0.550 -0.013 | +| Dbar_s | -0.117 0.147 0.076 -0.199 0.699 -0.259 0.044 -0.004 -0.345 0.012 -0.500 0.012 -0.062 1.000 0.480 0.045 0.009 -0.528 0.027 -0.779 | +| p3770_p | 0.102 0.279 -0.060 -0.116 0.552 0.116 0.014 -0.000 -0.300 -0.003 -0.237 -0.004 -0.010 0.480 1.000 0.038 0.001 -0.161 -0.026 -0.598 | +| rho_p | 0.028 0.035 -0.037 -0.019 0.026 0.003 0.046 0.182 -0.050 0.233 -0.026 0.174 0.035 0.045 0.038 1.000 0.021 -0.023 -0.026 -0.041 | +| omega_p | -0.000 -0.001 -0.031 -0.005 -0.008 -0.006 -0.013 0.732 -0.004 0.094 -0.005 0.073 0.008 0.009 0.001 0.021 1.000 -0.006 -0.006 -0.002 | +| p4160_s | -0.149 -0.107 -0.093 0.086 -0.346 0.449 -0.016 0.000 -0.110 -0.004 0.345 -0.005 0.005 -0.528 -0.161 -0.023 -0.006 1.000 -0.002 0.350 | +| psi2s_s | -0.001 -0.007 0.019 -0.009 -0.012 -0.013 -0.011 -0.002 0.008 -0.004 0.002 -0.007 -0.550 0.027 -0.026 -0.026 -0.006 -0.002 1.000 0.004 | +| Ctt | -0.158 -0.448 0.146 0.047 -0.725 -0.074 0.019 -0.011 0.527 0.009 0.429 0.008 -0.013 -0.779 -0.598 -0.041 -0.002 0.350 0.004 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18926507859083408}), (, {'error': 0.09379665658780034}), (, {'error': 0.015875902315050983}), (, {'error': 0.18879031190112205}), (, {'error': 0.032464842650339776}), (, {'error': 0.22209518533544337}), (, {'error': 0.3162207311907051}), (, {'error': 1.3626173635704455}), (, {'error': 0.17764542027698615}), (, {'error': 1.6930617605339506}), (, {'error': 0.18421365600134637}), (, {'error': 0.4414578034796919}), (, {'error': 18.930355751035677}), (, {'error': 0.060426625322483885}), (, {'error': 0.12496464308682853}), (, {'error': 0.40982084776344463}), (, {'error': 0.33121920167269225}), (, {'error': 0.16928142829448856}), (, {'error': 1.3387667390580873}), (, {'error': 0.15087985268342857})]) +Toy 5/10 +Time taken: 5 h, 8 min +Projected time left: 5 h, 8 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=1319 (1319 total) | +| EDM = 9.43E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -713565.0627817968 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.96 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -2.32 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -4.650 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | p3770_s | 2.46 | 0.21 | | |0.918861 | 4.08114 | | +| 4 | psi2s_p | 1.789 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p4040_p | -2.99 | 0.22 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 7 | omega_s | 7.6 | 1.4 | | | 4.19232 | 9.40768 | | +| 8 | p4040_s | 0.83 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 19.4 | 1.4 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.08 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | 0.6 | 0.3 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.05 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.72 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| rho_p | -6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 16| omega_p | 0.28 | 0.33 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.26 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1372.6 | 1.6 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.07 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p jpsi_p p3770_s psi2s_p p4040_p rho_s omega_s p4040_s phi_s p4415_s phi_p jpsi_s Dbar_s p3770_p rho_p omega_p p4160_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.268 -0.029 0.001 -0.099 0.078 0.003 0.000 -0.212 -0.003 -0.130 -0.006 0.005 -0.099 0.079 0.020 -0.002 -0.153 -0.005 -0.169 | +| p4160_p | 0.268 1.000 -0.019 -0.057 -0.158 0.007 0.004 -0.001 -0.494 -0.006 0.025 -0.010 0.007 0.191 0.244 0.025 -0.004 -0.131 -0.007 -0.461 | +| jpsi_p | -0.029 -0.019 1.000 -0.017 0.115 -0.174 -0.043 -0.026 0.013 -0.034 -0.150 -0.028 0.036 0.104 -0.034 -0.076 -0.037 -0.169 -0.023 -0.127 | +| p3770_s | 0.001 -0.057 -0.017 1.000 -0.367 0.001 -0.023 0.005 0.149 0.004 0.052 0.007 0.015 -0.152 -0.169 -0.010 -0.002 0.068 -0.031 -0.004 | +| psi2s_p | -0.099 -0.158 0.115 -0.367 1.000 -0.356 -0.015 -0.011 0.111 -0.013 -0.098 -0.008 0.030 -0.005 -0.265 -0.037 -0.013 -0.198 -0.031 0.188 | +| p4040_p | 0.078 0.007 -0.174 0.001 -0.356 1.000 -0.016 0.003 -0.226 -0.000 0.184 -0.004 0.020 -0.253 0.076 0.004 -0.006 0.455 -0.020 -0.075 | +| rho_s | 0.003 0.004 -0.043 -0.023 -0.015 -0.016 1.000 -0.419 -0.017 -0.004 -0.011 0.024 0.017 0.046 0.019 -0.021 -0.034 -0.019 -0.011 0.016 | +| omega_s | 0.000 -0.001 -0.026 0.005 -0.011 0.003 -0.419 1.000 0.001 -0.020 0.001 -0.076 0.002 -0.010 -0.006 0.200 0.734 0.003 -0.002 -0.007 | +| p4040_s | -0.212 -0.494 0.013 0.149 0.111 -0.226 -0.017 0.001 1.000 0.004 0.082 0.010 0.007 -0.349 -0.259 -0.032 -0.000 -0.113 -0.008 0.517 | +| phi_s | -0.003 -0.006 -0.034 0.004 -0.013 -0.000 -0.004 -0.020 0.004 1.000 0.002 0.846 -0.026 -0.007 -0.008 -0.075 0.029 0.003 0.020 -0.002 | +| p4415_s | -0.130 0.025 -0.150 0.052 -0.098 0.184 -0.011 0.001 0.082 0.002 1.000 0.001 -0.001 -0.484 -0.210 -0.015 -0.004 0.339 -0.001 0.402 | +| phi_p | -0.006 -0.010 -0.028 0.007 -0.008 -0.004 0.024 -0.076 0.010 0.846 0.001 1.000 -0.019 -0.010 -0.013 -0.167 -0.007 0.002 0.014 -0.001 | +| jpsi_s | 0.005 0.007 0.036 0.015 0.030 0.020 0.017 0.002 0.007 -0.026 -0.001 -0.019 1.000 -0.094 -0.024 0.039 0.009 0.010 -0.714 -0.023 | +| Dbar_s | -0.099 0.191 0.104 -0.152 -0.005 -0.253 0.046 -0.010 -0.349 -0.007 -0.484 -0.010 -0.094 1.000 0.453 0.022 0.004 -0.527 0.076 -0.771 | +| p3770_p | 0.079 0.244 -0.034 -0.169 -0.265 0.076 0.019 -0.006 -0.259 -0.008 -0.210 -0.013 -0.024 0.453 1.000 0.019 -0.003 -0.160 0.019 -0.503 | +| rho_p | 0.020 0.025 -0.076 -0.010 -0.037 0.004 -0.021 0.200 -0.032 -0.075 -0.015 -0.167 0.039 0.022 0.019 1.000 0.019 -0.013 -0.030 -0.025 | +| omega_p | -0.002 -0.004 -0.037 -0.002 -0.013 -0.006 -0.034 0.734 -0.000 0.029 -0.004 -0.007 0.009 0.004 -0.003 0.019 1.000 -0.004 -0.007 0.000 | +| p4160_s | -0.153 -0.131 -0.169 0.068 -0.198 0.455 -0.019 0.003 -0.113 0.003 0.339 0.002 0.010 -0.527 -0.160 -0.013 -0.004 1.000 -0.011 0.334 | +| psi2s_s | -0.005 -0.007 -0.023 -0.031 -0.031 -0.020 -0.011 -0.002 -0.008 0.020 -0.001 0.014 -0.714 0.076 0.019 -0.030 -0.007 -0.011 1.000 0.024 | +| Ctt | -0.169 -0.461 -0.127 -0.004 0.188 -0.075 0.016 -0.007 0.517 -0.002 0.402 -0.001 -0.023 -0.771 -0.503 -0.025 0.000 0.334 0.024 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1879908787617568}), (, {'error': 0.09350070910115726}), (, {'error': 0.01591085102312384}), (, {'error': 0.20711075489538855}), (, {'error': 0.02884537470212578}), (, {'error': 0.21995609047499443}), (, {'error': 0.324501901517419}), (, {'error': 1.3641776856138508}), (, {'error': 0.18284584839176415}), (, {'error': 1.3971700333902106}), (, {'error': 0.18422799998207806}), (, {'error': 0.34657518110799}), (, {'error': 26.901868927530813}), (, {'error': 0.05812196181676166}), (, {'error': 0.11575841173435975}), (, {'error': 0.4326707889226977}), (, {'error': 0.3342607139397922}), (, {'error': 0.17310721774690307}), (, {'error': 1.5950779864363085}), (, {'error': 0.12655183569799933})]) +Toy 6/10 +Time taken: 6 h, 33 min +Projected time left: 4 h, 22 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=1376 (1376 total) | +| EDM = 4.38E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -713565.1184844489 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.16 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -2.11 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -1.517 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | p3770_s | 2.43 | 0.21 | | |0.918861 | 4.08114 | | +| 4 | psi2s_p | -4.097 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p4040_p | -2.76 | 0.23 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 7 | omega_s | 7.7 | 1.3 | | | 4.19232 | 9.40768 | | +| 8 | p4040_s | 0.81 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 17.8 | 1.0 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.06 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | 6.19 | 0.24 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.06 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | 3.93 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| rho_p | -6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 16| omega_p | 0.08 | 0.35 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.23 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1373.5 | 2.0 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.10 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p jpsi_p p3770_s psi2s_p p4040_p rho_s omega_s p4040_s phi_s p4415_s phi_p jpsi_s Dbar_s p3770_p rho_p omega_p p4160_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.280 -0.079 -0.002 -0.037 0.090 0.006 -0.005 -0.218 -0.003 -0.117 -0.003 0.011 -0.142 0.085 0.009 -0.002 -0.145 -0.011 -0.159 | +| p4160_p | 0.280 1.000 -0.113 -0.068 -0.048 0.021 0.004 -0.006 -0.480 -0.006 0.049 -0.005 0.023 0.115 0.243 0.010 -0.004 -0.109 -0.022 -0.437 | +| jpsi_p | -0.079 -0.113 1.000 -0.000 -0.028 -0.169 0.076 -0.051 0.089 -0.010 -0.062 -0.021 -0.078 0.112 -0.073 -0.023 -0.032 -0.094 0.072 0.111 | +| p3770_s | -0.002 -0.068 -0.000 1.000 -0.324 0.005 -0.025 0.007 0.173 -0.002 0.073 -0.002 0.020 -0.205 -0.178 -0.002 -0.002 0.084 -0.033 0.052 | +| psi2s_p | -0.037 -0.048 -0.028 -0.324 1.000 -0.282 -0.028 -0.003 0.031 -0.012 -0.143 -0.011 0.079 0.066 -0.188 -0.014 -0.014 -0.211 -0.079 -0.024 | +| p4040_p | 0.090 0.021 -0.169 0.005 -0.282 1.000 -0.015 0.002 -0.250 -0.002 0.197 -0.004 0.033 -0.302 0.081 0.004 -0.005 0.472 -0.033 -0.059 | +| rho_s | 0.006 0.004 0.076 -0.025 -0.028 -0.015 1.000 -0.401 -0.017 0.051 -0.009 0.036 0.039 0.044 0.016 -0.059 -0.041 -0.017 -0.032 0.023 | +| omega_s | -0.005 -0.006 -0.051 0.007 -0.003 0.002 -0.401 1.000 0.007 0.026 0.004 -0.012 -0.012 -0.013 -0.009 0.138 0.757 0.005 0.010 -0.004 | +| p4040_s | -0.218 -0.480 0.089 0.173 0.031 -0.250 -0.017 0.007 1.000 0.003 0.061 0.002 -0.002 -0.292 -0.266 -0.012 0.000 -0.145 0.000 0.506 | +| phi_s | -0.003 -0.006 -0.010 -0.002 -0.012 -0.002 0.051 0.026 0.003 1.000 0.004 0.617 -0.022 0.004 -0.003 0.061 0.066 0.003 0.019 0.011 | +| p4415_s | -0.117 0.049 -0.062 0.073 -0.143 0.197 -0.009 0.004 0.061 0.004 1.000 0.000 -0.008 -0.470 -0.206 -0.005 -0.003 0.335 0.006 0.395 | +| phi_p | -0.003 -0.005 -0.021 -0.002 -0.011 -0.004 0.036 -0.012 0.002 0.617 0.000 1.000 0.003 0.003 -0.003 0.019 0.025 -0.001 -0.002 0.005 | +| jpsi_s | 0.011 0.023 -0.078 0.020 0.079 0.033 0.039 -0.012 -0.002 -0.022 -0.008 0.003 1.000 -0.136 -0.019 0.022 0.012 0.007 -0.828 -0.046 | +| Dbar_s | -0.142 0.115 0.112 -0.205 0.066 -0.302 0.044 -0.013 -0.292 0.004 -0.470 0.003 -0.136 1.000 0.434 0.002 0.003 -0.523 0.120 -0.727 | +| p3770_p | 0.085 0.243 -0.073 -0.178 -0.188 0.081 0.016 -0.009 -0.266 -0.003 -0.206 -0.003 -0.019 0.434 1.000 0.006 -0.003 -0.150 0.015 -0.530 | +| rho_p | 0.009 0.010 -0.023 -0.002 -0.014 0.004 -0.059 0.138 -0.012 0.061 -0.005 0.019 0.022 0.002 0.006 1.000 0.025 -0.003 -0.019 -0.013 | +| omega_p | -0.002 -0.004 -0.032 -0.002 -0.014 -0.005 -0.041 0.757 0.000 0.066 -0.003 0.025 0.012 0.003 -0.003 0.025 1.000 -0.004 -0.010 0.000 | +| p4160_s | -0.145 -0.109 -0.094 0.084 -0.211 0.472 -0.017 0.005 -0.145 0.003 0.335 -0.001 0.007 -0.523 -0.150 -0.003 -0.004 1.000 -0.009 0.329 | +| psi2s_s | -0.011 -0.022 0.072 -0.033 -0.079 -0.033 -0.032 0.010 0.000 0.019 0.006 -0.002 -0.828 0.120 0.015 -0.019 -0.010 -0.009 1.000 0.048 | +| Ctt | -0.159 -0.437 0.111 0.052 -0.024 -0.059 0.023 -0.004 0.506 0.011 0.395 0.005 -0.046 -0.727 -0.530 -0.013 0.000 0.329 0.048 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.19237144785316418}), (, {'error': 0.09359968187638934}), (, {'error': 0.016244634214553688}), (, {'error': 0.20607021981697482}), (, {'error': 0.028596930885269156}), (, {'error': 0.22877432670801956}), (, {'error': 0.33289889983677323}), (, {'error': 1.3359273963620444}), (, {'error': 0.18162837745193716}), (, {'error': 0.9514924401318652}), (, {'error': 0.18242914255324538}), (, {'error': 0.23764811695737098}), (, {'error': 38.76749470606592}), (, {'error': 0.055921375712017496}), (, {'error': 0.11773499403656817}), (, {'error': 0.24896041527938895}), (, {'error': 0.34785948612888173}), (, {'error': 0.17244310707679245}), (, {'error': 1.9923140137956352}), (, {'error': 0.13048382081040522})]) +Toy 7/10 +Time taken: 8 h, 7 min +Projected time left: 3 h, 28 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=1370 (1370 total) | +| EDM = 4.9E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -713564.6531267135 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.96 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | 3.96 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | -4.648 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | p3770_s | 2.46 | 0.21 | | |0.918861 | 4.08114 | | +| 4 | psi2s_p | 1.790 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p4040_p | -2.98 | 0.22 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 7 | omega_s | 6.9 | 0.9 | | | 4.19232 | 9.40768 | | +| 8 | p4040_s | 0.84 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 17.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.08 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | 6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.05 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.72 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| rho_p | 6.2 | 0.3 | | |-6.28319 | 6.28319 | | +| 16| omega_p | 6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.26 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1372.6 | 1.9 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.07 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p jpsi_p p3770_s psi2s_p p4040_p rho_s omega_s p4040_s phi_s p4415_s phi_p jpsi_s Dbar_s p3770_p rho_p omega_p p4160_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.266 -0.027 0.002 -0.097 0.078 0.003 -0.004 -0.210 -0.004 -0.131 0.005 0.005 -0.100 0.078 0.001 0.000 -0.153 -0.006 -0.167 | +| p4160_p | 0.266 1.000 -0.017 -0.056 -0.155 0.009 0.005 -0.005 -0.490 -0.006 0.025 0.008 0.007 0.187 0.241 0.002 0.000 -0.129 -0.008 -0.457 | +| jpsi_p | -0.027 -0.017 1.000 -0.017 0.113 -0.173 -0.043 0.021 0.010 -0.032 -0.152 0.041 0.052 0.103 -0.033 -0.006 0.009 -0.170 -0.039 -0.132 | +| p3770_s | 0.002 -0.056 -0.017 1.000 -0.367 0.001 -0.023 0.011 0.149 -0.004 0.052 0.004 0.020 -0.153 -0.169 -0.001 0.001 0.068 -0.034 -0.004 | +| psi2s_p | -0.097 -0.155 0.113 -0.367 1.000 -0.355 -0.015 0.007 0.108 -0.011 -0.098 0.012 0.042 -0.005 -0.265 -0.003 0.003 -0.198 -0.041 0.185 | +| p4040_p | 0.078 0.009 -0.173 0.001 -0.355 1.000 -0.015 0.008 -0.226 -0.005 0.184 0.009 0.027 -0.253 0.076 -0.000 0.002 0.455 -0.026 -0.076 | +| rho_s | 0.003 0.005 -0.043 -0.023 -0.015 -0.015 1.000 -0.564 -0.017 0.026 -0.011 -0.024 0.023 0.044 0.019 0.011 0.033 -0.018 -0.018 0.015 | +| omega_s | -0.004 -0.005 0.021 0.011 0.007 0.008 -0.564 1.000 0.011 -0.038 0.009 0.051 -0.025 -0.023 -0.011 0.009 -0.212 0.012 0.020 -0.003 | +| p4040_s | -0.210 -0.490 0.010 0.149 0.108 -0.226 -0.017 0.011 1.000 0.002 0.083 -0.002 0.011 -0.348 -0.257 -0.002 0.001 -0.114 -0.012 0.515 | +| phi_s | -0.004 -0.006 -0.032 -0.004 -0.011 -0.005 0.026 -0.038 0.002 1.000 0.002 -0.703 -0.017 0.007 -0.002 0.010 -0.020 -0.001 0.015 0.010 | +| p4415_s | -0.131 0.025 -0.152 0.052 -0.098 0.184 -0.011 0.009 0.083 0.002 1.000 0.002 -0.000 -0.482 -0.210 -0.001 0.002 0.339 -0.001 0.402 | +| phi_p | 0.005 0.008 0.041 0.004 0.012 0.009 -0.024 0.051 -0.002 -0.703 0.002 1.000 -0.006 -0.007 0.004 -0.005 0.012 0.005 0.005 -0.008 | +| jpsi_s | 0.005 0.007 0.052 0.020 0.042 0.027 0.023 -0.025 0.011 -0.017 -0.000 -0.006 1.000 -0.125 -0.033 0.004 -0.003 0.014 -0.802 -0.029 | +| Dbar_s | -0.100 0.187 0.103 -0.153 -0.005 -0.253 0.044 -0.023 -0.348 0.007 -0.482 -0.007 -0.125 1.000 0.453 0.002 -0.002 -0.525 0.108 -0.767 | +| p3770_p | 0.078 0.241 -0.033 -0.169 -0.265 0.076 0.019 -0.011 -0.257 -0.002 -0.210 0.004 -0.033 0.453 1.000 0.002 0.000 -0.160 0.028 -0.501 | +| rho_p | 0.001 0.002 -0.006 -0.001 -0.003 -0.000 0.011 0.009 -0.002 0.010 -0.001 -0.005 0.004 0.002 0.002 1.000 0.003 -0.001 -0.003 -0.001 | +| omega_p | 0.000 0.000 0.009 0.001 0.003 0.002 0.033 -0.212 0.001 -0.020 0.002 0.012 -0.003 -0.002 0.000 0.003 1.000 0.002 0.003 0.000 | +| p4160_s | -0.153 -0.129 -0.170 0.068 -0.198 0.455 -0.018 0.012 -0.114 -0.001 0.339 0.005 0.014 -0.525 -0.160 -0.001 0.002 1.000 -0.014 0.333 | +| psi2s_s | -0.006 -0.008 -0.039 -0.034 -0.041 -0.026 -0.018 0.020 -0.012 0.015 -0.001 0.005 -0.802 0.108 0.028 -0.003 0.003 -0.014 1.000 0.029 | +| Ctt | -0.167 -0.457 -0.132 -0.004 0.185 -0.076 0.015 -0.003 0.515 0.010 0.402 -0.008 -0.029 -0.767 -0.501 -0.001 0.000 0.333 0.029 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18765333100931425}), (, {'error': 0.09299322018225276}), (, {'error': 0.015865831393206964}), (, {'error': 0.20711110270096733}), (, {'error': 0.028819851402529295}), (, {'error': 0.21990605119199902}), (, {'error': 0.31803824923093005}), (, {'error': 0.8961594858754465}), (, {'error': 0.18234684893578795}), (, {'error': 1.044866752800461}), (, {'error': 0.1841966245723754}), (, {'error': 0.4647548148419718}), (, {'error': 24.82726918274966}), (, {'error': 0.05825008012653887}), (, {'error': 0.11568774935786119}), (, {'error': 0.3448722977443275}), (, {'error': 0.13331980954756872}), (, {'error': 0.17305019054047843}), (, {'error': 1.8675065209163222}), (, {'error': 0.12627817288539706})]) +Toy 8/10 +Time taken: 9 h, 42 min +Projected time left: 2 h, 25 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=1180 (1180 total) | +| EDM = 0.00272 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -713565.1509956518 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.16 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -2.11 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | 4.765 | 0.017 | | |-6.28319 | 6.28319 | | +| 3 | p3770_s | 2.43 | 0.20 | | |0.918861 | 4.08114 | | +| 4 | psi2s_p | -4.098 | 0.028 | | |-6.28319 | 6.28319 | | +| 5 | p4040_p | 3.52 | 0.22 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 7 | omega_s | 7.8 | 2.7 | | | 4.19232 | 9.40768 | | +| 8 | p4040_s | 0.81 | 0.17 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 19.4 | 1.4 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.06 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | 0.4 | 0.3 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.06 | 0.05 | | | -1.464 | 1.464 | | +| 14| p3770_p | -2.36 | 0.11 | | |-6.28319 | 6.28319 | | +| 15| rho_p | -6.28 | 0.27 | | |-6.28319 | 6.28319 | | +| 16| omega_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.23 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1373.4 | 1.3 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.10 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p jpsi_p p3770_s psi2s_p p4040_p rho_s omega_s p4040_s phi_s p4415_s phi_p jpsi_s Dbar_s p3770_p rho_p omega_p p4160_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.262 -0.062 -0.001 -0.029 0.071 0.006 -0.018 -0.203 -0.006 -0.125 -0.001 0.002 -0.154 0.078 0.004 -0.018 -0.157 -0.004 -0.154 | +| p4160_p | 0.262 1.000 -0.091 -0.058 -0.042 0.002 0.002 -0.037 -0.453 -0.012 0.075 -0.002 0.006 0.074 0.211 0.000 -0.037 -0.092 -0.008 -0.405 | +| jpsi_p | -0.062 -0.091 1.000 0.005 0.005 -0.134 0.071 -0.249 0.073 -0.115 -0.050 -0.052 -0.036 0.092 -0.062 -0.074 -0.246 -0.073 0.029 0.103 | +| p3770_s | -0.001 -0.058 0.005 1.000 -0.315 0.003 -0.024 -0.016 0.162 -0.002 0.061 0.005 0.005 -0.193 -0.169 -0.007 -0.018 0.073 -0.029 0.027 | +| psi2s_p | -0.029 -0.042 0.005 -0.315 1.000 -0.259 -0.031 -0.127 0.019 -0.046 -0.128 -0.008 0.024 0.057 -0.186 -0.046 -0.129 -0.189 -0.033 -0.021 | +| p4040_p | 0.071 0.002 -0.134 0.003 -0.259 1.000 -0.015 -0.049 -0.213 -0.013 0.177 0.000 0.008 -0.295 0.083 -0.010 -0.050 0.438 -0.012 -0.063 | +| rho_s | 0.006 0.002 0.071 -0.024 -0.031 -0.015 1.000 -0.048 -0.016 -0.014 -0.007 -0.012 0.015 0.049 0.015 -0.050 0.008 -0.015 -0.007 0.029 | +| omega_s | -0.018 -0.037 -0.249 -0.016 -0.127 -0.049 -0.048 1.000 -0.002 0.253 -0.024 -0.049 0.040 0.040 -0.027 0.260 0.995 -0.031 -0.022 0.011 | +| p4040_s | -0.203 -0.453 0.073 0.162 0.019 -0.213 -0.016 -0.002 1.000 -0.000 0.038 0.001 -0.001 -0.265 -0.222 -0.013 -0.003 -0.162 -0.003 0.466 | +| phi_s | -0.006 -0.012 -0.115 -0.002 -0.046 -0.013 -0.014 0.253 -0.000 1.000 -0.007 0.797 -0.001 0.005 -0.012 0.037 0.258 -0.007 0.001 -0.003 | +| p4415_s | -0.125 0.075 -0.050 0.061 -0.128 0.177 -0.007 -0.024 0.038 -0.007 1.000 -0.002 -0.006 -0.432 -0.171 -0.011 -0.025 0.296 0.003 0.356 | +| phi_p | -0.001 -0.002 -0.052 0.005 -0.008 0.000 -0.012 -0.049 0.001 0.797 -0.002 1.000 -0.009 -0.009 -0.005 -0.083 -0.043 -0.000 0.005 -0.011 | +| jpsi_s | 0.002 0.006 -0.036 0.005 0.024 0.008 0.015 0.040 -0.001 -0.001 -0.006 -0.009 1.000 -0.050 -0.007 0.019 0.041 -0.001 -0.479 -0.020 | +| Dbar_s | -0.154 0.074 0.092 -0.193 0.057 -0.295 0.049 0.040 -0.265 0.005 -0.432 -0.009 -0.050 1.000 0.391 0.015 0.042 -0.489 0.036 -0.704 | +| p3770_p | 0.078 0.211 -0.062 -0.169 -0.186 0.083 0.015 -0.027 -0.222 -0.012 -0.171 -0.005 -0.007 0.391 1.000 0.000 -0.026 -0.119 0.003 -0.488 | +| rho_p | 0.004 0.000 -0.074 -0.007 -0.046 -0.010 -0.050 0.260 -0.013 0.037 -0.011 -0.083 0.019 0.015 0.000 1.000 0.243 -0.012 -0.011 -0.008 | +| omega_p | -0.018 -0.037 -0.246 -0.018 -0.129 -0.050 0.008 0.995 -0.003 0.258 -0.025 -0.043 0.041 0.042 -0.026 0.243 1.000 -0.032 -0.022 0.012 | +| p4160_s | -0.157 -0.092 -0.073 0.073 -0.189 0.438 -0.015 -0.031 -0.162 -0.007 0.296 -0.000 -0.001 -0.489 -0.119 -0.012 -0.032 1.000 -0.003 0.295 | +| psi2s_s | -0.004 -0.008 0.029 -0.029 -0.033 -0.012 -0.007 -0.022 -0.003 0.001 0.003 0.005 -0.479 0.036 0.003 -0.011 -0.022 -0.003 1.000 0.025 | +| Ctt | -0.154 -0.405 0.103 0.027 -0.021 -0.063 0.029 0.011 0.466 -0.003 0.356 -0.011 -0.020 -0.704 -0.488 -0.008 0.012 0.295 0.025 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18800285204053946}), (, {'error': 0.09020184646474849}), (, {'error': 0.016501702929479833}), (, {'error': 0.2021969765270193}), (, {'error': 0.02813950062772763}), (, {'error': 0.2171376549889823}), (, {'error': 0.3266496300836952}), (, {'error': 2.7178683059846267}), (, {'error': 0.17171839367735725}), (, {'error': 1.3841937596561866}), (, {'error': 0.1760522439057055}), (, {'error': 0.3309280660386382}), (, {'error': 14.178736719747576}), (, {'error': 0.05018604230810553}), (, {'error': 0.11297151794727567}), (, {'error': 0.27213186185657756}), (, {'error': 9.79443800728462}), (, {'error': 0.16272716672323773}), (, {'error': 1.2603144631506211}), (, {'error': 0.11787363931286143})]) +Toy 9/10 +Time taken: 11 h, 5 min +Projected time left: 1 h, 13 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.136E+05 | Ncalls=1149 (1149 total) | +| EDM = 0.00153 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -713565.0360847726 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.32 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | 3.96 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | jpsi_p | 1.635 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | p3770_s | 2.46 | 0.21 | | |0.918861 | 4.08114 | | +| 4 | psi2s_p | -4.493 | 0.029 | | |-6.28319 | 6.28319 | | +| 5 | p4040_p | -2.99 | 0.22 | | |-6.28319 | 6.28319 | | +| 6 | rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 7 | omega_s | 7.6 | 1.4 | | | 4.19232 | 9.40768 | | +| 8 | p4040_s | 0.83 | 0.18 | | |0.00501244| 2.01499 | | +| 9 | phi_s | 17.4 | 0.8 | | | 14.8182 | 23.5818 | | +| 10| p4415_s | 1.08 | 0.18 | | |0.126447 | 2.35355 | | +| 11| phi_p | 6.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 12| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 13| Dbar_s | 0.05 | 0.06 | | | -1.464 | 1.464 | | +| 14| p3770_p | 3.57 | 0.12 | | |-6.28319 | 6.28319 | | +| 15| rho_p | -6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 16| omega_p | 0.26 | 0.34 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.26 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1372.6 | 1.6 | | | 1358.64 | 1433.36 | | +| 19| Ctt | -0.07 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p jpsi_p p3770_s psi2s_p p4040_p rho_s omega_s p4040_s phi_s p4415_s phi_p jpsi_s Dbar_s p3770_p rho_p omega_p p4160_s psi2s_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.271 -0.029 0.002 -0.100 0.080 0.004 -0.001 -0.214 0.001 -0.133 0.001 0.005 -0.104 0.079 0.018 -0.002 -0.156 -0.005 -0.171 | +| p4160_p | 0.271 1.000 -0.019 -0.055 -0.156 0.008 0.006 -0.003 -0.491 0.000 0.024 0.002 0.006 0.185 0.240 0.021 -0.004 -0.131 -0.007 -0.457 | +| jpsi_p | -0.029 -0.019 1.000 -0.017 0.115 -0.174 -0.044 -0.026 0.012 -0.019 -0.150 0.014 0.036 0.105 -0.033 -0.074 -0.039 -0.169 -0.022 -0.129 | +| p3770_s | 0.002 -0.055 -0.017 1.000 -0.370 0.002 -0.023 0.006 0.148 -0.003 0.052 0.001 0.015 -0.151 -0.166 -0.008 -0.002 0.067 -0.031 -0.007 | +| psi2s_p | -0.100 -0.156 0.115 -0.370 1.000 -0.357 -0.016 -0.010 0.109 -0.009 -0.099 0.004 0.030 -0.001 -0.263 -0.036 -0.013 -0.199 -0.031 0.185 | +| p4040_p | 0.080 0.008 -0.174 0.002 -0.357 1.000 -0.015 0.003 -0.226 0.002 0.184 0.003 0.020 -0.255 0.075 0.004 -0.006 0.455 -0.020 -0.075 | +| rho_s | 0.004 0.006 -0.044 -0.023 -0.016 -0.015 1.000 -0.416 -0.018 0.017 -0.011 -0.011 0.018 0.047 0.020 -0.022 -0.038 -0.019 -0.012 0.015 | +| omega_s | -0.001 -0.003 -0.026 0.006 -0.010 0.003 -0.416 1.000 0.003 0.059 0.002 0.005 -0.001 -0.011 -0.007 0.183 0.745 0.004 0.000 -0.005 | +| p4040_s | -0.214 -0.491 0.012 0.148 0.109 -0.226 -0.018 0.003 1.000 -0.003 0.083 -0.000 0.007 -0.345 -0.255 -0.028 -0.000 -0.114 -0.008 0.515 | +| phi_s | 0.001 0.000 -0.019 -0.003 -0.009 0.002 0.017 0.059 -0.003 1.000 0.003 -0.296 -0.016 0.004 0.002 0.124 0.064 0.002 0.013 0.004 | +| p4415_s | -0.133 0.024 -0.150 0.052 -0.099 0.184 -0.011 0.002 0.083 0.003 1.000 0.001 -0.001 -0.482 -0.208 -0.013 -0.003 0.340 -0.001 0.402 | +| phi_p | 0.001 0.002 0.014 0.001 0.004 0.003 -0.011 0.005 -0.000 -0.296 0.001 1.000 -0.002 -0.002 0.001 -0.017 -0.006 0.001 0.001 -0.002 | +| jpsi_s | 0.005 0.006 0.036 0.015 0.030 0.020 0.018 -0.001 0.007 -0.016 -0.001 -0.002 1.000 -0.094 -0.024 0.033 0.010 0.010 -0.712 -0.023 | +| Dbar_s | -0.104 0.185 0.105 -0.151 -0.001 -0.255 0.047 -0.011 -0.345 0.004 -0.482 -0.002 -0.094 1.000 0.448 0.018 0.004 -0.525 0.076 -0.769 | +| p3770_p | 0.079 0.240 -0.033 -0.166 -0.263 0.075 0.020 -0.007 -0.255 0.002 -0.208 0.001 -0.024 0.448 1.000 0.016 -0.003 -0.158 0.019 -0.498 | +| rho_p | 0.018 0.021 -0.074 -0.008 -0.036 0.004 -0.022 0.183 -0.028 0.124 -0.013 -0.017 0.033 0.018 0.016 1.000 0.027 -0.011 -0.025 -0.022 | +| omega_p | -0.002 -0.004 -0.039 -0.002 -0.013 -0.006 -0.038 0.745 -0.000 0.064 -0.003 -0.006 0.010 0.004 -0.003 0.027 1.000 -0.004 -0.007 0.001 | +| p4160_s | -0.156 -0.131 -0.169 0.067 -0.199 0.455 -0.019 0.004 -0.114 0.002 0.340 0.001 0.010 -0.525 -0.158 -0.011 -0.004 1.000 -0.011 0.333 | +| psi2s_s | -0.005 -0.007 -0.022 -0.031 -0.031 -0.020 -0.012 0.000 -0.008 0.013 -0.001 0.001 -0.712 0.076 0.019 -0.025 -0.007 -0.011 1.000 0.024 | +| Ctt | -0.171 -0.457 -0.129 -0.007 0.185 -0.075 0.015 -0.005 0.515 0.004 0.402 -0.002 -0.023 -0.769 -0.498 -0.022 0.001 0.333 0.024 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18941706941568004}), (, {'error': 0.09314517600909156}), (, {'error': 0.015897013404765126}), (, {'error': 0.20711203929755384}), (, {'error': 0.028849600124257968}), (, {'error': 0.22013273804416267}), (, {'error': 0.32352149033373323}), (, {'error': 1.367178751139933}), (, {'error': 0.18244628089496312}), (, {'error': 0.7888085472669033}), (, {'error': 0.18419271466235332}), (, {'error': 0.3334739752864735}), (, {'error': 26.76312045342911}), (, {'error': 0.0579423183834018}), (, {'error': 0.11525510899068614}), (, {'error': 0.39377221066729895}), (, {'error': 0.3396274290281851}), (, {'error': 0.17313085881549073}), (, {'error': 1.5907561880782168}), (, {'error': 0.12599111175623753})]) +Toy 10/10 +Time taken: 12 h, 24 min +Projected time left: +Mean Ctt value = -0.11175823687643438 +Mean Ctt error = 0.12702403763008213 +Simulation ended diff --git a/prelim_results/slurm-2213952.out b/prelim_results/slurm-2213952.out new file mode 100644 index 0000000..23d927b --- /dev/null +++ b/prelim_results/slurm-2213952.out @@ -0,0 +1,9567 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 21:14:44.493926: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 21:14:44.520896: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 21:14:44.521202: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55d3124abf50 executing computations on platform Host. Devices: +2019-07-07 21:14:44.521244: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 21:14:48.296759: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55d31255f2d0 executing computations on platform CUDA. Devices: +2019-07-07 21:14:48.296821: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 21:14:48.298624: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:91:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 21:14:48.298671: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 21:14:48.321966: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 21:14:48.322009: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 21:14:48.322023: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 21:14:48.323285: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:91:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720827.4955775 Edm = 1.90366 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720827.4955775 Edm = 1.90366 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722713.615338 Edm = 4.38345 NCalls = 11 +VariableMetric: Iteration # 2 - FCN = -722763.5893852 Edm = 211.785 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -722909.0909301 Edm = 92.5429 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -723187.092954 Edm = 0.524966 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -723188.0343832 Edm = 0.397401 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -723207.0071067 Edm = 16.8695 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -723436.2648176 Edm = 10.4628 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -723445.2990357 Edm = 0.128308 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -723447.1305316 Edm = 2.36616 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -723495.449246 Edm = 33.8844 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -723656.6762429 Edm = 1.04309 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -723659.5213503 Edm = 0.168939 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -723659.7618622 Edm = 0.00859939 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -723659.8610731 Edm = 0.0770862 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -723669.0792646 Edm = 6.73489 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -723778.1596226 Edm = 41.5827 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -723849.7853997 Edm = 5.31165 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -723864.2507752 Edm = 3.59201 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -723868.3214042 Edm = 2.98907 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -723869.4361806 Edm = 0.118593 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -723869.5286308 Edm = 0.00974967 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -723869.6772489 Edm = 0.144601 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -723876.4933258 Edm = 9.62067 NCalls = 89 +VariableMetric: Iteration # 24 - FCN = -723876.5267789 Edm = 0.0208213 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -723882.6479666 Edm = 6.08769 NCalls = 98 +VariableMetric: Iteration # 26 - FCN = -723944.9454359 Edm = 7.77747 NCalls = 102 +VariableMetric: Iteration # 27 - FCN = -723956.6985655 Edm = 6.63761 NCalls = 104 +VariableMetric: Iteration # 28 - FCN = -723970.286094 Edm = 2.25001 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -723974.1327676 Edm = 0.608534 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -723974.6349595 Edm = 0.0916869 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -723974.7400878 Edm = 0.0144529 NCalls = 113 +VariableMetric: Iteration # 32 - FCN = -723974.7632119 Edm = 0.0101066 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -723979.4848555 Edm = 9.23367 NCalls = 126 +VariableMetric: Iteration # 34 - FCN = -723981.4676121 Edm = 18.715 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -723982.393039 Edm = 41.8371 NCalls = 131 +VariableMetric: Iteration # 36 - FCN = -723984.1730073 Edm = 1.67718 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -723996.3768326 Edm = 6.87981 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -724031.1161672 Edm = 29.8543 NCalls = 142 +VariableMetric: Iteration # 39 - FCN = -724047.6443587 Edm = 40.0799 NCalls = 144 +VariableMetric: Iteration # 40 - FCN = -724065.3807848 Edm = 6.1669 NCalls = 146 +VariableMetric: Iteration # 41 - FCN = -724270.6306811 Edm = 13.3767 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -724272.9998707 Edm = 21.2448 NCalls = 156 +VariableMetric: Iteration # 43 - FCN = -724288.6608298 Edm = 7.32105 NCalls = 158 +VariableMetric: Iteration # 44 - FCN = -724297.348836 Edm = 4.04191 NCalls = 161 +VariableMetric: Iteration # 45 - FCN = -724301.6287605 Edm = 2.58415 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -724303.2919231 Edm = 0.0872667 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -724303.4856202 Edm = 0.0886455 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -724312.1518904 Edm = 7.85717 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -724339.8465702 Edm = 1.84454 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -724341.1009579 Edm = 0.171946 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -724341.2207976 Edm = 0.0057463 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -724341.2775811 Edm = 0.0600086 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -724343.9177418 Edm = 3.37437 NCalls = 190 +VariableMetric: Iteration # 54 - FCN = -724344.0405375 Edm = 0.119608 NCalls = 194 +VariableMetric: Iteration # 55 - FCN = -724353.1351207 Edm = 0.651962 NCalls = 201 +VariableMetric: Iteration # 56 - FCN = -724491.8581926 Edm = 276.296 NCalls = 212 +VariableMetric: Iteration # 57 - FCN = -724506.8591631 Edm = 112.879 NCalls = 214 +VariableMetric: Iteration # 58 - FCN = -724671.5262955 Edm = 20.5104 NCalls = 218 +VariableMetric: Iteration # 59 - FCN = -724700.8423604 Edm = 12.1738 NCalls = 220 +VariableMetric: Iteration # 60 - FCN = -724727.6568802 Edm = 24.644 NCalls = 223 +VariableMetric: Iteration # 61 - FCN = -724760.9112985 Edm = 17.4949 NCalls = 227 +VariableMetric: Iteration # 62 - FCN = -724790.6010198 Edm = 4.97521 NCalls = 231 +VariableMetric: Iteration # 63 - FCN = -724797.1951651 Edm = 1.90874 NCalls = 233 +VariableMetric: Iteration # 64 - FCN = -724799.129116 Edm = 0.389188 NCalls = 235 +VariableMetric: Iteration # 65 - FCN = -724803.8511057 Edm = 4.76621 NCalls = 243 +VariableMetric: Iteration # 66 - FCN = -724804.8244458 Edm = 5.14288 NCalls = 246 +VariableMetric: Iteration # 67 - FCN = -724807.2898736 Edm = 2.10732 NCalls = 250 +VariableMetric: Iteration # 68 - FCN = -724809.1806503 Edm = 0.271492 NCalls = 253 +VariableMetric: Iteration # 69 - FCN = -724809.4885868 Edm = 0.0111443 NCalls = 255 +VariableMetric: Iteration # 70 - FCN = -724809.5217375 Edm = 0.00955971 NCalls = 257 +VariableMetric: Iteration # 71 - FCN = -724809.6412893 Edm = 0.135385 NCalls = 260 +VariableMetric: Iteration # 72 - FCN = -724810.0899522 Edm = 0.414433 NCalls = 265 +VariableMetric: Iteration # 73 - FCN = -724820.3419256 Edm = 2.93204 NCalls = 270 +VariableMetric: Iteration # 74 - FCN = -724825.3225974 Edm = 2.67775 NCalls = 273 +VariableMetric: Iteration # 75 - FCN = -724830.9942208 Edm = 8.59266 NCalls = 275 +VariableMetric: Iteration # 76 - FCN = -724850.2725085 Edm = 10.7955 NCalls = 280 +VariableMetric: Iteration # 77 - FCN = -724872.2523625 Edm = 11.4942 NCalls = 282 +VariableMetric: Iteration # 78 - FCN = -724894.3088557 Edm = 34.6655 NCalls = 285 +VariableMetric: Iteration # 79 - FCN = -724926.329471 Edm = 22.8028 NCalls = 288 +VariableMetric: Iteration # 80 - FCN = -724984.1758569 Edm = 33.7722 NCalls = 291 +VariableMetric: Iteration # 81 - FCN = -724998.9494613 Edm = 4.13801 NCalls = 293 +VariableMetric: Iteration # 82 - FCN = -725003.4435137 Edm = 1.34021 NCalls = 295 +VariableMetric: Iteration # 83 - FCN = -725008.1055456 Edm = 4.09351 NCalls = 299 +VariableMetric: Iteration # 84 - FCN = -725009.6213208 Edm = 1.36935 NCalls = 302 +VariableMetric: Iteration # 85 - FCN = -725011.0461989 Edm = 0.0192037 NCalls = 304 +VariableMetric: Iteration # 86 - FCN = -725011.0693545 Edm = 0.00508097 NCalls = 306 +VariableMetric: Iteration # 87 - FCN = -725011.1021944 Edm = 0.0294218 NCalls = 309 +VariableMetric: Iteration # 88 - FCN = -725012.0500548 Edm = 0.945583 NCalls = 315 +VariableMetric: Iteration # 89 - FCN = -725029.4209391 Edm = 11.6312 NCalls = 320 +VariableMetric: Iteration # 90 - FCN = -725055.4934224 Edm = 2.9322 NCalls = 322 +VariableMetric: Iteration # 91 - FCN = -725058.5906036 Edm = 0.0692755 NCalls = 323 +VariableMetric: Iteration # 92 - FCN = -725058.6464003 Edm = 0.00653648 NCalls = 325 +VariableMetric: Iteration # 93 - FCN = -725058.6699407 Edm = 0.0207736 NCalls = 328 +VariableMetric: Iteration # 94 - FCN = -725058.9195207 Edm = 0.221733 NCalls = 334 +VariableMetric: Iteration # 95 - FCN = -725058.9223641 Edm = 0.00985879 NCalls = 336 +VariableMetric: Iteration # 96 - FCN = -725058.9302989 Edm = 0.00470885 NCalls = 338 +VariableMetric: Iteration # 97 - FCN = -725058.9792334 Edm = 0.0362413 NCalls = 342 +VariableMetric: Iteration # 98 - FCN = -725059.8819756 Edm = 0.768915 NCalls = 348 +VariableMetric: Iteration # 99 - FCN = -725060.9450479 Edm = 0.883031 NCalls = 352 +VariableMetric: Iteration # 100 - FCN = -725061.1455197 Edm = 0.256115 NCalls = 354 +VariableMetric: Iteration # 101 - FCN = -725061.2452887 Edm = 0.0060744 NCalls = 356 +VariableMetric: Iteration # 102 - FCN = -725061.2506697 Edm = 0.000566085 NCalls = 357 +VariableMetric: Iteration # 103 - FCN = -725061.253202 Edm = 0.00192804 NCalls = 359 +VariableMetric: Iteration # 104 - FCN = -725061.2812738 Edm = 0.0280917 NCalls = 364 +VariableMetric: Iteration # 105 - FCN = -725061.7296123 Edm = 0.301993 NCalls = 371 +VariableMetric: Iteration # 106 - FCN = -725070.1438315 Edm = 2.52315 NCalls = 375 +VariableMetric: Iteration # 107 - FCN = -725072.6551052 Edm = 0.30613 NCalls = 376 +VariableMetric: Iteration # 108 - FCN = -725073.3529517 Edm = 0.632102 NCalls = 379 +VariableMetric: Iteration # 109 - FCN = -725074.016193 Edm = 0.276157 NCalls = 384 +VariableMetric: Iteration # 110 - FCN = -725074.2944635 Edm = 0.176484 NCalls = 387 +VariableMetric: Iteration # 111 - FCN = -725074.3902947 Edm = 0.0197045 NCalls = 389 +VariableMetric: Iteration # 112 - FCN = -725074.4103739 Edm = 0.00446519 NCalls = 390 +VariableMetric: Iteration # 113 - FCN = -725074.4149408 Edm = 0.000197243 NCalls = 392 +VariableMetric: Iteration # 114 - FCN = -725074.4169618 Edm = 0.00177239 NCalls = 395 +VariableMetric: Iteration # 115 - FCN = -725074.9370994 Edm = 0.465222 NCalls = 401 +VariableMetric: Iteration # 116 - FCN = -725085.009625 Edm = 0.890997 NCalls = 406 +VariableMetric: Iteration # 117 - FCN = -725085.9512044 Edm = 0.122187 NCalls = 408 +VariableMetric: Iteration # 118 - FCN = -725086.0554031 Edm = 0.00894135 NCalls = 409 +VariableMetric: Iteration # 119 - FCN = -725086.0667134 Edm = 0.00112651 NCalls = 411 +VariableMetric: Iteration # 120 - FCN = -725086.0680535 Edm = 0.000226048 NCalls = 413 +VariableMetric: Iteration # 121 - FCN = -725086.0685365 Edm = 0.000118952 NCalls = 415 +VariableMetric: Iteration # 122 - FCN = -725086.0687984 Edm = 3.20501e-05 NCalls = 417 +VariableMetric: After Hessian - FCN = -725086.0687984 Edm = 346.295 NCalls = 776 +VariableMetric: Iteration # 123 - FCN = -725086.0687984 Edm = 346.295 NCalls = 776 +VariableMetric: Iteration # 124 - FCN = -725086.6521978 Edm = 32.9397 NCalls = 786 +VariableMetric: Iteration # 125 - FCN = -725088.6357633 Edm = 25.5438 NCalls = 788 +VariableMetric: Iteration # 126 - FCN = -725091.1123036 Edm = 0.655391 NCalls = 790 +VariableMetric: Iteration # 127 - FCN = -725091.5838621 Edm = 0.880138 NCalls = 792 +VariableMetric: Iteration # 128 - FCN = -725091.8789779 Edm = 0.101772 NCalls = 794 +VariableMetric: Iteration # 129 - FCN = -725091.9648212 Edm = 0.181437 NCalls = 796 +VariableMetric: Iteration # 130 - FCN = -725092.1056398 Edm = 0.0336435 NCalls = 799 +VariableMetric: Iteration # 131 - FCN = -725092.1684169 Edm = 0.0267854 NCalls = 801 +VariableMetric: Iteration # 132 - FCN = -725092.2376251 Edm = 0.0225934 NCalls = 804 +VariableMetric: Iteration # 133 - FCN = -725092.2691174 Edm = 0.0135953 NCalls = 806 +VariableMetric: Iteration # 134 - FCN = -725092.2844922 Edm = 0.00268165 NCalls = 809 +VariableMetric: Iteration # 135 - FCN = -725092.2878934 Edm = 0.000367237 NCalls = 811 +VariableMetric: Iteration # 136 - FCN = -725092.2886027 Edm = 0.000165404 NCalls = 813 +VariableMetric: Iteration # 137 - FCN = -725092.2891333 Edm = 0.000211584 NCalls = 815 +VariableMetric: Iteration # 138 - FCN = -725092.2896407 Edm = 0.000183755 NCalls = 817 +VariableMetric: Iteration # 139 - FCN = -725092.2900362 Edm = 6.79232e-05 NCalls = 819 +VariableMetric: Iteration # 140 - FCN = -725092.290118 Edm = 6.34578e-06 NCalls = 821 +VariableMetric: After Hessian - FCN = -725092.290118 Edm = 1.40396e-05 NCalls = 1194 +VariableMetric: Iteration # 141 - FCN = -725092.290118 Edm = 1.40396e-05 NCalls = 1194 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -723329.6264744 Edm = 4.6169 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -723329.6264744 Edm = 4.6169 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724617.5729542 Edm = 0.360631 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -724618.907323 Edm = 0.43173 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -724734.3996332 Edm = 0.0858544 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -724734.7336409 Edm = 0.204468 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -724788.3043101 Edm = 1.285 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -724789.6046046 Edm = 0.0289809 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -724789.7842578 Edm = 0.163961 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -724825.1921352 Edm = 12.395 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -724924.8171212 Edm = 15.2176 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -724952.9857219 Edm = 0.962302 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -724954.0629681 Edm = 0.0183429 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -724954.0906533 Edm = 0.00248945 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -724954.1032881 Edm = 0.00902409 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -724969.6486359 Edm = 1.88205 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -725011.7110976 Edm = 9.67688 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -725040.5149794 Edm = 19.7649 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -725080.6855043 Edm = 23.982 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -725088.4958175 Edm = 12.0302 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -725098.5840787 Edm = 0.553753 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -725098.9423808 Edm = 0.130183 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -725099.0356591 Edm = 0.00420958 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -725099.0441356 Edm = 0.00245864 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -725099.0580997 Edm = 0.0149359 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -725103.088857 Edm = 0.421176 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -725117.7947408 Edm = 0.683027 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -725118.7488177 Edm = 0.0252904 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -725118.7749379 Edm = 0.00205395 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -725118.7796385 Edm = 0.00400534 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -725119.4235575 Edm = 0.605661 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -725142.0595831 Edm = 1.77318 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -725143.8705264 Edm = 0.0458456 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -725143.9245993 Edm = 0.00463028 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -725143.9388883 Edm = 0.00958743 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -725144.8496784 Edm = 0.874604 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -725159.2557214 Edm = 0.24856 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -725159.4750206 Edm = 0.00427426 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -725159.4799514 Edm = 0.0012359 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -725159.5361877 Edm = 0.0566933 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -725161.1510591 Edm = 0.218459 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -725170.5797322 Edm = 3.34294 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -725178.809198 Edm = 0.651698 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -725179.5079699 Edm = 0.0461427 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -725179.5545403 Edm = 0.00468229 NCalls = 141 +VariableMetric: Iteration # 44 - FCN = -725179.5651171 Edm = 0.00142326 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -725179.5671277 Edm = 0.000204198 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -725179.5686733 Edm = 0.00170477 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -725179.7124376 Edm = 0.144343 NCalls = 155 +VariableMetric: Iteration # 48 - FCN = -725179.8237884 Edm = 0.110651 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -725183.4605761 Edm = 0.473906 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -725183.7448987 Edm = 0.0841985 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -725183.9105842 Edm = 0.0733359 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -725184.0806123 Edm = 0.0305693 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -725184.1212245 Edm = 0.00238248 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -725184.1231714 Edm = 0.000580267 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -725184.1239493 Edm = 0.000245006 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -725184.1256883 Edm = 0.00116845 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -725184.2058436 Edm = 0.0820391 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -725186.4903922 Edm = 0.0788272 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -725188.7665278 Edm = 8.94243 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -725190.8313618 Edm = 0.224227 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -725190.9866718 Edm = 0.024761 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -725191.0035084 Edm = 0.0016119 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -725191.0063129 Edm = 0.000552926 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -725191.0071816 Edm = 8.01719e-05 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -725191.0079294 Edm = 0.000659771 NCalls = 209 +VariableMetric: Iteration # 66 - FCN = -725191.2256285 Edm = 0.203263 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -725193.6443131 Edm = 0.38858 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -725193.9872684 Edm = 0.107198 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -725194.0717226 Edm = 0.0180224 NCalls = 222 +VariableMetric: Iteration # 70 - FCN = -725194.0904664 Edm = 0.00187008 NCalls = 224 +VariableMetric: Iteration # 71 - FCN = -725194.092456 Edm = 0.000109239 NCalls = 226 +VariableMetric: Iteration # 72 - FCN = -725194.0931197 Edm = 0.000586182 NCalls = 229 +VariableMetric: Iteration # 73 - FCN = -725194.1242821 Edm = 0.0432864 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -725194.124628 Edm = 0.000157322 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -725194.1425866 Edm = 0.0196497 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -725194.1528036 Edm = 0.0100491 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -725194.1722238 Edm = 0.0187494 NCalls = 254 +VariableMetric: Iteration # 78 - FCN = -725196.6367113 Edm = 0.0811622 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -725196.7174162 Edm = 0.00281429 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -725196.7187203 Edm = 0.000314592 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -725196.7190891 Edm = 2.33699e-05 NCalls = 265 +VariableMetric: After Hessian - FCN = -725196.7190891 Edm = 1991.03 NCalls = 620 +VariableMetric: Iteration # 82 - FCN = -725196.7190891 Edm = 1991.03 NCalls = 620 +VariableMetric: Iteration # 83 - FCN = -725196.9963897 Edm = 3422.93 NCalls = 627 +VariableMetric: Iteration # 84 - FCN = -725199.8082675 Edm = 0.34711 NCalls = 633 +VariableMetric: Iteration # 85 - FCN = -725200.2048598 Edm = 0.624065 NCalls = 635 +VariableMetric: Iteration # 86 - FCN = -725201.158603 Edm = 0.190133 NCalls = 638 +VariableMetric: Iteration # 87 - FCN = -725201.6155977 Edm = 0.62736 NCalls = 640 +VariableMetric: Iteration # 88 - FCN = -725202.0848144 Edm = 0.200671 NCalls = 642 +VariableMetric: Iteration # 89 - FCN = -725202.2888753 Edm = 0.202248 NCalls = 643 +VariableMetric: Iteration # 90 - FCN = -725202.4110448 Edm = 0.17058 NCalls = 645 +VariableMetric: Iteration # 91 - FCN = -725202.7225178 Edm = 0.142566 NCalls = 648 +VariableMetric: Iteration # 92 - FCN = -725202.8596145 Edm = 0.0407996 NCalls = 650 +VariableMetric: Iteration # 93 - FCN = -725202.8976726 Edm = 0.0128772 NCalls = 652 +VariableMetric: Iteration # 94 - FCN = -725202.9137717 Edm = 0.00987563 NCalls = 654 +VariableMetric: Iteration # 95 - FCN = -725202.9361774 Edm = 0.0165038 NCalls = 657 +VariableMetric: Iteration # 96 - FCN = -725202.9573896 Edm = 0.0159296 NCalls = 659 +VariableMetric: Iteration # 97 - FCN = -725202.9921586 Edm = 0.0175689 NCalls = 661 +VariableMetric: Iteration # 98 - FCN = -725203.0051531 Edm = 0.0223786 NCalls = 663 +VariableMetric: Iteration # 99 - FCN = -725203.0140214 Edm = 0.00328874 NCalls = 666 +VariableMetric: Iteration # 100 - FCN = -725203.0205926 Edm = 0.00492625 NCalls = 668 +VariableMetric: Iteration # 101 - FCN = -725203.028794 Edm = 0.00587321 NCalls = 670 +VariableMetric: Iteration # 102 - FCN = -725203.0361235 Edm = 0.00379605 NCalls = 672 +VariableMetric: Iteration # 103 - FCN = -725203.040503 Edm = 0.00145756 NCalls = 674 +VariableMetric: Iteration # 104 - FCN = -725203.042582 Edm = 0.00107051 NCalls = 676 +VariableMetric: Iteration # 105 - FCN = -725203.0434687 Edm = 0.000627653 NCalls = 679 +VariableMetric: Iteration # 106 - FCN = -725203.0443779 Edm = 0.000285884 NCalls = 681 +VariableMetric: Iteration # 107 - FCN = -725203.044991 Edm = 0.00029625 NCalls = 683 +VariableMetric: Iteration # 108 - FCN = -725203.0457608 Edm = 0.00031837 NCalls = 686 +VariableMetric: Iteration # 109 - FCN = -725203.0460234 Edm = 0.000182292 NCalls = 688 +VariableMetric: Iteration # 110 - FCN = -725203.0461876 Edm = 2.51313e-05 NCalls = 690 +VariableMetric: After Hessian - FCN = -725203.0461876 Edm = 0.000131364 NCalls = 1061 +VariableMetric: Iteration # 111 - FCN = -725203.0461876 Edm = 0.000131364 NCalls = 1061 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721932.1856435 Edm = 4.23844 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721932.1856435 Edm = 4.23844 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723903.3623278 Edm = 0.408216 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -723921.3037366 Edm = 0.45623 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -723923.5437259 Edm = 1.93593 NCalls = 13 +VariableMetric: Iteration # 4 - FCN = -723977.7112091 Edm = 1.23563 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -723979.2814821 Edm = 0.19131 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -724006.8353113 Edm = 9.5728 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -724037.2553287 Edm = 2.94316 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -724043.8716129 Edm = 0.971884 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -724045.3010766 Edm = 0.295288 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -724045.7651985 Edm = 0.18305 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -724053.3033886 Edm = 6.93334 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -724108.5262696 Edm = 28.3682 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -724152.3948128 Edm = 0.0827762 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -724152.5016628 Edm = 0.113575 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -724152.6677801 Edm = 0.167973 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -724154.944676 Edm = 1.17321 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -724158.6663742 Edm = 3.88695 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -724166.3706754 Edm = 4.05507 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -724172.5737983 Edm = 0.157525 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -724172.7420616 Edm = 0.0398643 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -724172.9142619 Edm = 0.0666555 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -724173.8955895 Edm = 0.863016 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -724187.1026813 Edm = 25.4012 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -724220.1198002 Edm = 80.0684 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -724230.5836842 Edm = 14.8181 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -724255.1598642 Edm = 7.8998 NCalls = 98 +VariableMetric: Iteration # 27 - FCN = -724275.6331336 Edm = 9.51131 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -724320.3967842 Edm = 12.2582 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -724331.4380463 Edm = 7.81323 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -724343.5380531 Edm = 3.31463 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -724345.5163464 Edm = 0.7665 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -724347.0143713 Edm = 0.655219 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -724348.8518552 Edm = 0.512888 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -724349.202283 Edm = 0.0800021 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -724349.2839108 Edm = 0.0188064 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -724349.3239482 Edm = 0.008434 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -724349.3624043 Edm = 0.0250384 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -724350.2630177 Edm = 1.03257 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -724351.4845176 Edm = 1.17152 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -724439.2260302 Edm = 30.8823 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -724448.6960971 Edm = 6.18344 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -724452.2210961 Edm = 0.350489 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -724452.5492285 Edm = 0.0628529 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -724452.6124911 Edm = 0.00328591 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -724452.6207458 Edm = 0.00521138 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -724452.7685521 Edm = 0.0792746 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -724453.1846541 Edm = 0.282181 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -724455.875878 Edm = 3.27659 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -724469.1794978 Edm = 8.28553 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -724482.6423256 Edm = 2.43781 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -724486.2654578 Edm = 2.05561 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -724487.704876 Edm = 1.17074 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -724488.4985228 Edm = 0.255195 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -724488.8685597 Edm = 0.0960881 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -724489.0645107 Edm = 0.0310491 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -724489.1040273 Edm = 0.00470326 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -724489.1115066 Edm = 0.00230582 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -724489.1252748 Edm = 0.0120162 NCalls = 188 +VariableMetric: Iteration # 59 - FCN = -724489.6043831 Edm = 0.541676 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -724489.6182732 Edm = 0.0157215 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -724489.7508661 Edm = 0.17267 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -724490.1488041 Edm = 0.384468 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -724558.6337028 Edm = 47.0477 NCalls = 216 +VariableMetric: Iteration # 64 - FCN = -724569.3942247 Edm = 41.9915 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -724649.7968058 Edm = 61.7159 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -724755.9770418 Edm = 126.561 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -724790.6530322 Edm = 81.3572 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -724849.414725 Edm = 29.7894 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -724924.3815873 Edm = 32.0972 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -724929.2853057 Edm = 18.6955 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -724944.0914328 Edm = 7.56479 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -724954.1276293 Edm = 3.69269 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -724959.7938257 Edm = 3.19784 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -724965.0874911 Edm = 2.786 NCalls = 246 +VariableMetric: Iteration # 75 - FCN = -724967.9844731 Edm = 0.752288 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -724969.7832584 Edm = 0.349937 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -724970.2630313 Edm = 0.0853176 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -724970.3813578 Edm = 0.0250472 NCalls = 253 +VariableMetric: Iteration # 79 - FCN = -724970.4751539 Edm = 0.0618956 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -724970.7987669 Edm = 0.238684 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -724971.0409756 Edm = 0.104999 NCalls = 259 +VariableMetric: Iteration # 82 - FCN = -724971.1864754 Edm = 0.0552416 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -724971.3507916 Edm = 0.0655888 NCalls = 264 +VariableMetric: Iteration # 84 - FCN = -724971.9529156 Edm = 0.427649 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -724977.7548155 Edm = 3.31165 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -724990.9290326 Edm = 6.67736 NCalls = 273 +VariableMetric: Iteration # 87 - FCN = -724998.5964133 Edm = 3.74861 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -725002.7270095 Edm = 0.660788 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -725003.6967491 Edm = 0.255009 NCalls = 279 +VariableMetric: Iteration # 90 - FCN = -725004.1402303 Edm = 0.0439459 NCalls = 282 +VariableMetric: Iteration # 91 - FCN = -725004.1840539 Edm = 0.0079112 NCalls = 283 +VariableMetric: Iteration # 92 - FCN = -725004.1933532 Edm = 0.00504582 NCalls = 285 +VariableMetric: Iteration # 93 - FCN = -725004.2207968 Edm = 0.0203183 NCalls = 288 +VariableMetric: Iteration # 94 - FCN = -725004.5043251 Edm = 0.269194 NCalls = 291 +VariableMetric: Iteration # 95 - FCN = -725010.6207436 Edm = 7.21493 NCalls = 295 +VariableMetric: Iteration # 96 - FCN = -725013.8482842 Edm = 3.16218 NCalls = 300 +VariableMetric: Iteration # 97 - FCN = -725054.7879995 Edm = 29.6854 NCalls = 304 +VariableMetric: Iteration # 98 - FCN = -725077.3824459 Edm = 5.32885 NCalls = 306 +VariableMetric: Iteration # 99 - FCN = -725081.9395296 Edm = 1.88762 NCalls = 308 +VariableMetric: Iteration # 100 - FCN = -725082.9448348 Edm = 0.658545 NCalls = 310 +VariableMetric: Iteration # 101 - FCN = -725083.8270847 Edm = 0.487258 NCalls = 313 +VariableMetric: Iteration # 102 - FCN = -725084.4148767 Edm = 0.22902 NCalls = 315 +VariableMetric: Iteration # 103 - FCN = -725084.8122937 Edm = 0.0794627 NCalls = 318 +VariableMetric: Iteration # 104 - FCN = -725084.8877356 Edm = 0.00358666 NCalls = 319 +VariableMetric: Iteration # 105 - FCN = -725084.8929053 Edm = 0.00201098 NCalls = 321 +VariableMetric: Iteration # 106 - FCN = -725084.9197481 Edm = 0.0206886 NCalls = 325 +VariableMetric: Iteration # 107 - FCN = -725085.5109643 Edm = 0.502259 NCalls = 329 +VariableMetric: Iteration # 108 - FCN = -725111.8418589 Edm = 19.1819 NCalls = 334 +VariableMetric: Iteration # 109 - FCN = -725143.350252 Edm = 9.77302 NCalls = 337 +VariableMetric: Iteration # 110 - FCN = -725155.8546802 Edm = 1.12343 NCalls = 339 +VariableMetric: Iteration # 111 - FCN = -725157.0260121 Edm = 0.0682362 NCalls = 341 +VariableMetric: Iteration # 112 - FCN = -725157.1142963 Edm = 0.0172762 NCalls = 343 +VariableMetric: Iteration # 113 - FCN = -725157.146883 Edm = 0.00132087 NCalls = 345 +VariableMetric: Iteration # 114 - FCN = -725157.1480495 Edm = 0.00041272 NCalls = 347 +VariableMetric: Iteration # 115 - FCN = -725157.1487197 Edm = 0.000279924 NCalls = 349 +VariableMetric: Iteration # 116 - FCN = -725157.1494991 Edm = 0.000216144 NCalls = 351 +VariableMetric: Iteration # 117 - FCN = -725157.1502672 Edm = 0.00049557 NCalls = 353 +VariableMetric: Iteration # 118 - FCN = -725157.1770001 Edm = 0.0167818 NCalls = 358 +VariableMetric: Iteration # 119 - FCN = -725157.2336022 Edm = 0.0262572 NCalls = 360 +VariableMetric: Iteration # 120 - FCN = -725158.0340518 Edm = 0.702956 NCalls = 364 +VariableMetric: Iteration # 121 - FCN = -725160.9938484 Edm = 1.40407 NCalls = 369 +VariableMetric: Iteration # 122 - FCN = -725161.9529774 Edm = 1.11431 NCalls = 371 +VariableMetric: Iteration # 123 - FCN = -725162.8153715 Edm = 1.46718 NCalls = 374 +VariableMetric: Iteration # 124 - FCN = -725163.6374321 Edm = 1.06816 NCalls = 376 +VariableMetric: Iteration # 125 - FCN = -725164.7576831 Edm = 1.14034 NCalls = 379 +VariableMetric: Iteration # 126 - FCN = -725165.6742011 Edm = 0.365823 NCalls = 383 +VariableMetric: Iteration # 127 - FCN = -725166.0487665 Edm = 0.0561412 NCalls = 384 +VariableMetric: Iteration # 128 - FCN = -725166.1266975 Edm = 0.00830101 NCalls = 386 +VariableMetric: Iteration # 129 - FCN = -725166.1413796 Edm = 0.00185457 NCalls = 388 +VariableMetric: Iteration # 130 - FCN = -725166.146069 Edm = 0.00097767 NCalls = 390 +VariableMetric: Iteration # 131 - FCN = -725166.1476529 Edm = 0.000114058 NCalls = 392 +VariableMetric: Iteration # 132 - FCN = -725166.1479745 Edm = 0.000180003 NCalls = 394 +VariableMetric: Iteration # 133 - FCN = -725166.1522965 Edm = 0.00376462 NCalls = 398 +VariableMetric: Iteration # 134 - FCN = -725166.3208456 Edm = 0.150733 NCalls = 404 +VariableMetric: Iteration # 135 - FCN = -725166.4626187 Edm = 0.546057 NCalls = 408 +VariableMetric: Iteration # 136 - FCN = -725167.1368756 Edm = 0.285194 NCalls = 411 +VariableMetric: Iteration # 137 - FCN = -725168.994617 Edm = 0.739782 NCalls = 414 +VariableMetric: Iteration # 138 - FCN = -725170.7584566 Edm = 0.197444 NCalls = 418 +VariableMetric: Iteration # 139 - FCN = -725171.0179566 Edm = 0.0196315 NCalls = 420 +VariableMetric: Iteration # 140 - FCN = -725171.0419858 Edm = 0.00453124 NCalls = 422 +VariableMetric: Iteration # 141 - FCN = -725171.0454721 Edm = 0.000956343 NCalls = 424 +VariableMetric: Iteration # 142 - FCN = -725171.0465165 Edm = 0.000173372 NCalls = 426 +VariableMetric: Iteration # 143 - FCN = -725171.046773 Edm = 1.54419e-05 NCalls = 428 +VariableMetric: After Hessian - FCN = -725171.046773 Edm = 13.6652 NCalls = 793 +VariableMetric: Iteration # 144 - FCN = -725171.046773 Edm = 13.6652 NCalls = 793 +VariableMetric: Iteration # 145 - FCN = -725171.6236239 Edm = 278.948 NCalls = 797 +VariableMetric: Iteration # 146 - FCN = -725171.655406 Edm = 525.781 NCalls = 801 +VariableMetric: Iteration # 147 - FCN = -725171.6993712 Edm = 1482.44 NCalls = 804 +VariableMetric: Iteration # 148 - FCN = -725171.7353604 Edm = 353.744 NCalls = 808 +VariableMetric: Iteration # 149 - FCN = -725171.9774032 Edm = 59.2027 NCalls = 811 +VariableMetric: Iteration # 150 - FCN = -725172.5241408 Edm = 161.388 NCalls = 814 +VariableMetric: Iteration # 151 - FCN = -725172.7196838 Edm = 76.7867 NCalls = 817 +VariableMetric: Iteration # 152 - FCN = -725173.4107577 Edm = 1365.03 NCalls = 819 +VariableMetric: Iteration # 153 - FCN = -725176.9655468 Edm = 254.111 NCalls = 821 +VariableMetric: Iteration # 154 - FCN = -725177.4081431 Edm = 117.271 NCalls = 823 +VariableMetric: Iteration # 155 - FCN = -725177.7191661 Edm = 10.2457 NCalls = 826 +VariableMetric: Iteration # 156 - FCN = -725178.1535546 Edm = 6.61027 NCalls = 828 +VariableMetric: Iteration # 157 - FCN = -725183.8197815 Edm = 98.1814 NCalls = 839 +VariableMetric: Iteration # 158 - FCN = -725184.0083203 Edm = 9.96517 NCalls = 842 +VariableMetric: Iteration # 159 - FCN = -725185.9595684 Edm = 11.7269 NCalls = 844 +VariableMetric: Iteration # 160 - FCN = -725186.585248 Edm = 2.9626 NCalls = 846 +VariableMetric: Iteration # 161 - FCN = -725189.2527032 Edm = 4.69824 NCalls = 848 +VariableMetric: Iteration # 162 - FCN = -725190.2518366 Edm = 3.02411 NCalls = 850 +VariableMetric: Iteration # 163 - FCN = -725191.5434382 Edm = 7.67236 NCalls = 852 +VariableMetric: Iteration # 164 - FCN = -725192.3330736 Edm = 8.39138 NCalls = 854 +VariableMetric: Iteration # 165 - FCN = -725193.5178895 Edm = 8.33342 NCalls = 856 +VariableMetric: Iteration # 166 - FCN = -725195.495485 Edm = 2.47829 NCalls = 859 +VariableMetric: Iteration # 167 - FCN = -725197.8948539 Edm = 2.69976 NCalls = 862 +VariableMetric: Iteration # 168 - FCN = -725200.054438 Edm = 0.511836 NCalls = 864 +VariableMetric: Iteration # 169 - FCN = -725200.7053936 Edm = 0.309187 NCalls = 868 +VariableMetric: Iteration # 170 - FCN = -725200.9307944 Edm = 0.252642 NCalls = 871 +VariableMetric: Iteration # 171 - FCN = -725201.0337433 Edm = 0.436353 NCalls = 873 +VariableMetric: Iteration # 172 - FCN = -725201.2503266 Edm = 0.386064 NCalls = 876 +VariableMetric: Iteration # 173 - FCN = -725201.5939229 Edm = 0.406071 NCalls = 879 +VariableMetric: Iteration # 174 - FCN = -725201.9425891 Edm = 0.381121 NCalls = 883 +VariableMetric: Iteration # 175 - FCN = -725202.1239775 Edm = 0.232684 NCalls = 888 +VariableMetric: Iteration # 176 - FCN = -725202.2187299 Edm = 0.076536 NCalls = 890 +VariableMetric: Iteration # 177 - FCN = -725202.2829258 Edm = 0.00800885 NCalls = 892 +VariableMetric: Iteration # 178 - FCN = -725202.2883458 Edm = 0.00234707 NCalls = 894 +VariableMetric: Iteration # 179 - FCN = -725202.2898661 Edm = 0.000992077 NCalls = 896 +VariableMetric: Iteration # 180 - FCN = -725202.2927924 Edm = 0.00499938 NCalls = 900 +VariableMetric: Iteration # 181 - FCN = -725202.2975536 Edm = 0.00412321 NCalls = 905 +VariableMetric: Iteration # 182 - FCN = -725202.2983759 Edm = 0.00173234 NCalls = 908 +VariableMetric: Iteration # 183 - FCN = -725202.3061646 Edm = 0.00321973 NCalls = 912 +VariableMetric: Iteration # 184 - FCN = -725202.3175852 Edm = 0.0072187 NCalls = 914 +VariableMetric: Iteration # 185 - FCN = -725202.3216205 Edm = 0.00855692 NCalls = 916 +VariableMetric: Iteration # 186 - FCN = -725202.3304086 Edm = 0.00255525 NCalls = 921 +VariableMetric: Iteration # 187 - FCN = -725202.336357 Edm = 0.00161747 NCalls = 924 +VariableMetric: Iteration # 188 - FCN = -725202.3391899 Edm = 0.000764591 NCalls = 926 +VariableMetric: Iteration # 189 - FCN = -725202.3394185 Edm = 0.000207037 NCalls = 928 +VariableMetric: Iteration # 190 - FCN = -725202.3397615 Edm = 4.7082e-05 NCalls = 930 +VariableMetric: After Hessian - FCN = -725202.3397615 Edm = 5.77769e-05 NCalls = 1303 +VariableMetric: Iteration # 191 - FCN = -725202.3397615 Edm = 5.77769e-05 NCalls = 1303 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -722163.4995508 Edm = 5.13561 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -722163.4995508 Edm = 5.13561 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724245.5281927 Edm = 0.0424622 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -724245.7135909 Edm = 0.106596 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -724300.5641037 Edm = 2.13449 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -724303.0403365 Edm = 0.190401 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -724310.8785888 Edm = 7.8144 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -724496.0686724 Edm = 10.8414 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -724504.4133082 Edm = 2.18597 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -724506.6597243 Edm = 0.148279 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -724507.6303166 Edm = 0.87708 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -724640.0702291 Edm = 17.6938 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -724660.3426423 Edm = 0.16121 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -724660.5564216 Edm = 0.0341947 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -724662.6809246 Edm = 2.38408 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -724705.2579866 Edm = 20.1374 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -724829.1761031 Edm = 27.2259 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -724867.0231561 Edm = 1.64163 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -724870.1116037 Edm = 0.620121 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -724870.6947891 Edm = 0.0763994 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -724870.7733409 Edm = 0.00574302 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -724870.8459375 Edm = 0.0654085 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -724882.6402244 Edm = 6.06231 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -724900.7858733 Edm = 1.22782 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -724901.8325515 Edm = 0.182042 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -724902.0869313 Edm = 0.0352954 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -724902.1462115 Edm = 0.00294292 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -724902.1503879 Edm = 0.000971917 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -724902.1666967 Edm = 0.0143407 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -724905.4976253 Edm = 2.95722 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -724916.7086452 Edm = 0.947534 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -724917.7565859 Edm = 0.0481664 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -724917.8081904 Edm = 0.00133759 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -724917.8124019 Edm = 0.00310133 NCalls = 104 +VariableMetric: Iteration # 33 - FCN = -724917.914816 Edm = 0.119094 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -724917.9954776 Edm = 0.0759069 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -724937.1801382 Edm = 5.55867 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -724942.9511875 Edm = 0.315081 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -724943.2903535 Edm = 0.0123147 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -724943.3035419 Edm = 0.00215135 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -724943.3071946 Edm = 0.00202064 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -724943.3872994 Edm = 0.0711214 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -724957.5935863 Edm = 11.6044 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -724987.7564134 Edm = 3.01922 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -724991.0691882 Edm = 0.102929 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -724991.1603495 Edm = 0.00443587 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -724991.1660373 Edm = 0.00178618 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -724991.1836997 Edm = 0.0140919 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -724991.5358044 Edm = 0.363176 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -724993.7329612 Edm = 1.96374 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -725033.1451577 Edm = 3.83233 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -725036.7523681 Edm = 0.974414 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -725038.2876083 Edm = 0.153663 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -725038.4299225 Edm = 0.00793299 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -725038.4411847 Edm = 0.00228529 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -725038.4460227 Edm = 0.00150108 NCalls = 176 +VariableMetric: Iteration # 55 - FCN = -725038.45482 Edm = 0.00902699 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -725039.4180367 Edm = 0.946738 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -725063.4278714 Edm = 8.73692 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -725068.2150973 Edm = 1.75067 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -725069.8296769 Edm = 0.417851 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -725070.6559592 Edm = 0.175123 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -725070.8279514 Edm = 0.0203737 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -725070.8452694 Edm = 0.00204281 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -725070.8501215 Edm = 0.00429312 NCalls = 202 +VariableMetric: Iteration # 64 - FCN = -725071.0131048 Edm = 0.173108 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -725072.563041 Edm = 0.954195 NCalls = 214 +VariableMetric: Iteration # 66 - FCN = -725095.2160153 Edm = 16.743 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -725124.6977544 Edm = 14.2114 NCalls = 220 +VariableMetric: Iteration # 68 - FCN = -725138.7189615 Edm = 0.986207 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -725140.2565764 Edm = 0.221344 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -725140.5103387 Edm = 0.179793 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -725140.6927461 Edm = 0.0685589 NCalls = 229 +VariableMetric: Iteration # 72 - FCN = -725140.7697259 Edm = 0.00688513 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -725140.7806034 Edm = 0.0023201 NCalls = 233 +VariableMetric: Iteration # 74 - FCN = -725140.8119922 Edm = 0.0199264 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -725140.9905848 Edm = 0.0745198 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -725141.1865216 Edm = 0.093585 NCalls = 241 +VariableMetric: Iteration # 77 - FCN = -725143.9838974 Edm = 3.38915 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -725149.140009 Edm = 3.76898 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -725163.9470373 Edm = 3.35735 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -725167.5591544 Edm = 0.423466 NCalls = 258 +VariableMetric: Iteration # 81 - FCN = -725167.8886736 Edm = 0.141582 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -725167.9919254 Edm = 0.0246193 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -725168.0202012 Edm = 0.00201933 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -725168.0226449 Edm = 0.000173494 NCalls = 265 +VariableMetric: Iteration # 85 - FCN = -725168.0229671 Edm = 5.62032e-05 NCalls = 267 +VariableMetric: After Hessian - FCN = -725168.0229671 Edm = 9.96446 NCalls = 628 +VariableMetric: Iteration # 86 - FCN = -725168.0229671 Edm = 9.96446 NCalls = 628 +VariableMetric: Iteration # 87 - FCN = -725170.9035235 Edm = 37853 NCalls = 630 +VariableMetric: Iteration # 88 - FCN = -725174.5634827 Edm = 45.0271 NCalls = 641 +VariableMetric: Iteration # 89 - FCN = -725174.7389777 Edm = 3171.8 NCalls = 648 +VariableMetric: Iteration # 90 - FCN = -725174.790078 Edm = 19916.4 NCalls = 653 +VariableMetric: Iteration # 91 - FCN = -725175.1100757 Edm = 2054.66 NCalls = 657 +VariableMetric: Iteration # 92 - FCN = -725175.2586346 Edm = 433.041 NCalls = 661 +VariableMetric: Iteration # 93 - FCN = -725175.7677146 Edm = 1829.74 NCalls = 664 +VariableMetric: Iteration # 94 - FCN = -725176.1146406 Edm = 874.091 NCalls = 667 +VariableMetric: Iteration # 95 - FCN = -725176.9924665 Edm = 38.2039 NCalls = 670 +VariableMetric: Iteration # 96 - FCN = -725177.1167058 Edm = 37.4643 NCalls = 673 +VariableMetric: Iteration # 97 - FCN = -725177.266642 Edm = 8.34779 NCalls = 676 +VariableMetric: Iteration # 98 - FCN = -725177.8818659 Edm = 11.0342 NCalls = 678 +VariableMetric: Iteration # 99 - FCN = -725178.2231987 Edm = 21.7534 NCalls = 680 +VariableMetric: Iteration # 100 - FCN = -725178.672449 Edm = 6.1098 NCalls = 682 +VariableMetric: Iteration # 101 - FCN = -725178.7577853 Edm = 0.164734 NCalls = 684 +VariableMetric: Iteration # 102 - FCN = -725178.766371 Edm = 0.077799 NCalls = 686 +VariableMetric: Iteration # 103 - FCN = -725178.7674013 Edm = 3.7107 NCalls = 689 +VariableMetric: Iteration # 104 - FCN = -725179.3235575 Edm = 5.51212 NCalls = 691 +VariableMetric: Iteration # 105 - FCN = -725179.6674124 Edm = 7.42741 NCalls = 693 +VariableMetric: Iteration # 106 - FCN = -725179.7838112 Edm = 0.109505 NCalls = 695 +VariableMetric: Iteration # 107 - FCN = -725179.7838302 Edm = 336.984 NCalls = 698 +VariableMetric: Iteration # 108 - FCN = -725179.7957814 Edm = 182.529 NCalls = 703 +VariableMetric: Iteration # 109 - FCN = -725179.8001029 Edm = 48.5755 NCalls = 708 +VariableMetric: Iteration # 110 - FCN = -725179.8749274 Edm = 166.708 NCalls = 711 +VariableMetric: Iteration # 111 - FCN = -725180.1352793 Edm = 204.574 NCalls = 714 +VariableMetric: Iteration # 112 - FCN = -725180.2404838 Edm = 1122.11 NCalls = 716 +VariableMetric: Iteration # 113 - FCN = -725180.7595646 Edm = 923.576 NCalls = 718 +VariableMetric: Iteration # 114 - FCN = -725181.2010527 Edm = 230.332 NCalls = 721 +VariableMetric: Iteration # 115 - FCN = -725182.7682074 Edm = 24.6706 NCalls = 723 +VariableMetric: Iteration # 116 - FCN = -725183.251954 Edm = 104.014 NCalls = 725 +VariableMetric: Iteration # 117 - FCN = -725184.1682587 Edm = 30.7721 NCalls = 727 +VariableMetric: Iteration # 118 - FCN = -725185.033099 Edm = 61.5219 NCalls = 729 +VariableMetric: Iteration # 119 - FCN = -725186.2233011 Edm = 6.72501 NCalls = 731 +VariableMetric: Iteration # 120 - FCN = -725187.1865768 Edm = 8.03762 NCalls = 733 +VariableMetric: Iteration # 121 - FCN = -725190.1175096 Edm = 20.7851 NCalls = 735 +VariableMetric: Iteration # 122 - FCN = -725191.353956 Edm = 6.9114 NCalls = 737 +VariableMetric: Iteration # 123 - FCN = -725192.3398291 Edm = 7.72252 NCalls = 739 +VariableMetric: Iteration # 124 - FCN = -725194.0003727 Edm = 10.295 NCalls = 741 +VariableMetric: Iteration # 125 - FCN = -725194.6205543 Edm = 20.3757 NCalls = 743 +VariableMetric: Iteration # 126 - FCN = -725195.9203149 Edm = 2.22395 NCalls = 745 +VariableMetric: Iteration # 127 - FCN = -725197.2852783 Edm = 3.45227 NCalls = 747 +VariableMetric: Iteration # 128 - FCN = -725198.1331767 Edm = 4.51441 NCalls = 748 +VariableMetric: Iteration # 129 - FCN = -725198.92818 Edm = 1.77101 NCalls = 750 +VariableMetric: Iteration # 130 - FCN = -725199.6277365 Edm = 2.09881 NCalls = 754 +VariableMetric: Iteration # 131 - FCN = -725200.6851185 Edm = 0.993329 NCalls = 757 +VariableMetric: Iteration # 132 - FCN = -725200.8500465 Edm = 0.381237 NCalls = 759 +VariableMetric: Iteration # 133 - FCN = -725201.3582567 Edm = 0.315949 NCalls = 761 +VariableMetric: Iteration # 134 - FCN = -725201.7414075 Edm = 0.314754 NCalls = 763 +VariableMetric: Iteration # 135 - FCN = -725202.1902272 Edm = 0.280349 NCalls = 767 +VariableMetric: Iteration # 136 - FCN = -725202.3911663 Edm = 0.0865396 NCalls = 769 +VariableMetric: Iteration # 137 - FCN = -725202.4800177 Edm = 0.0180923 NCalls = 771 +VariableMetric: Iteration # 138 - FCN = -725202.4939111 Edm = 0.00298162 NCalls = 773 +VariableMetric: Iteration # 139 - FCN = -725202.496744 Edm = 0.000551343 NCalls = 775 +VariableMetric: Iteration # 140 - FCN = -725202.4972488 Edm = 0.000262205 NCalls = 777 +VariableMetric: Iteration # 141 - FCN = -725202.4980349 Edm = 0.000459947 NCalls = 779 +VariableMetric: Iteration # 142 - FCN = -725202.5014807 Edm = 0.0027715 NCalls = 783 +VariableMetric: Iteration # 143 - FCN = -725202.5057387 Edm = 0.00768308 NCalls = 789 +VariableMetric: Iteration # 144 - FCN = -725202.5100751 Edm = 0.00800685 NCalls = 793 +VariableMetric: Iteration # 145 - FCN = -725202.5176906 Edm = 0.00490479 NCalls = 797 +VariableMetric: Iteration # 146 - FCN = -725202.5273062 Edm = 0.00241997 NCalls = 800 +VariableMetric: Iteration # 147 - FCN = -725202.53516 Edm = 0.00591076 NCalls = 803 +VariableMetric: Iteration # 148 - FCN = -725202.5379257 Edm = 0.00348959 NCalls = 805 +VariableMetric: Iteration # 149 - FCN = -725202.5421345 Edm = 0.000470811 NCalls = 808 +VariableMetric: Iteration # 150 - FCN = -725202.5429591 Edm = 0.000134663 NCalls = 811 +VariableMetric: Iteration # 151 - FCN = -725202.5430686 Edm = 3.24092e-05 NCalls = 813 +VariableMetric: After Hessian - FCN = -725202.5430686 Edm = 2.84952e-05 NCalls = 1184 +VariableMetric: Iteration # 152 - FCN = -725202.5430686 Edm = 2.84952e-05 NCalls = 1184 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719196.1375161 Edm = 15.655 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719196.1375161 Edm = 15.655 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722538.4619296 Edm = 1.421 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -722546.0950237 Edm = 3.3003 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -722887.0183214 Edm = 19.803 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -722920.0686009 Edm = 0.976395 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -722921.4289385 Edm = 0.194079 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -722934.0203046 Edm = 10.6388 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -723065.3005405 Edm = 24.0134 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -723096.3103721 Edm = 5.05477 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -723100.5142993 Edm = 0.669016 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -723101.1137113 Edm = 0.160259 NCalls = 34 +VariableMetric: Iteration # 11 - FCN = -723106.5441974 Edm = 5.77738 NCalls = 38 +VariableMetric: Iteration # 12 - FCN = -723117.7687838 Edm = 10.8673 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -723689.6941549 Edm = 4.67549 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -723697.1076503 Edm = 0.645463 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -723698.2454435 Edm = 0.0604498 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -723698.5998882 Edm = 0.241324 NCalls = 53 +VariableMetric: Iteration # 17 - FCN = -723709.4612077 Edm = 3.92224 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -723731.9526531 Edm = 4.63966 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -723738.7626189 Edm = 0.30522 NCalls = 64 +VariableMetric: Iteration # 20 - FCN = -723739.1603252 Edm = 0.273035 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -723740.0790719 Edm = 0.0837112 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -723740.1570377 Edm = 0.0162937 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -723740.1832786 Edm = 0.024999 NCalls = 74 +VariableMetric: Iteration # 24 - FCN = -723740.2862654 Edm = 0.103308 NCalls = 77 +VariableMetric: Iteration # 25 - FCN = -723745.8531642 Edm = 7.5557 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -723745.8921817 Edm = 0.0335229 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -723749.2897275 Edm = 2.87131 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -723859.9163694 Edm = 7.16989e+07 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -724576.3262085 Edm = 1.01535e+06 NCalls = 113 +VariableMetric: Iteration # 30 - FCN = -724834.9333162 Edm = 290982 NCalls = 124 +VariableMetric: Iteration # 31 - FCN = -724901.7254246 Edm = 222955 NCalls = 134 +VariableMetric: Iteration # 32 - FCN = -724910.5205798 Edm = 78593 NCalls = 142 +VariableMetric: Iteration # 33 - FCN = -724948.0510366 Edm = 50477.5 NCalls = 148 +VariableMetric: Iteration # 34 - FCN = -724973.6299656 Edm = 3764.43 NCalls = 154 +VariableMetric: Iteration # 35 - FCN = -724990.7996413 Edm = 11102.6 NCalls = 159 +VariableMetric: Iteration # 36 - FCN = -725002.1441185 Edm = 6815.52 NCalls = 162 +VariableMetric: Iteration # 37 - FCN = -725021.9915059 Edm = 6962.88 NCalls = 166 +VariableMetric: Iteration # 38 - FCN = -725043.5823853 Edm = 1590.78 NCalls = 170 +VariableMetric: Iteration # 39 - FCN = -725061.3429437 Edm = 6303.39 NCalls = 174 +VariableMetric: Iteration # 40 - FCN = -725069.3934138 Edm = 240.983 NCalls = 178 +VariableMetric: Iteration # 41 - FCN = -725078.303201 Edm = 1530.47 NCalls = 180 +VariableMetric: Iteration # 42 - FCN = -725086.4208659 Edm = 2348.82 NCalls = 183 +VariableMetric: Iteration # 43 - FCN = -725106.7147598 Edm = 437.698 NCalls = 186 +VariableMetric: Iteration # 44 - FCN = -725124.765822 Edm = 452.253 NCalls = 188 +VariableMetric: Iteration # 45 - FCN = -725141.2256338 Edm = 115.907 NCalls = 190 +VariableMetric: Iteration # 46 - FCN = -725148.9699379 Edm = 44.7195 NCalls = 192 +VariableMetric: Iteration # 47 - FCN = -725162.6281275 Edm = 53.9384 NCalls = 194 +VariableMetric: Iteration # 48 - FCN = -725164.7915612 Edm = 28.5693 NCalls = 197 +VariableMetric: Iteration # 49 - FCN = -725175.9490876 Edm = 16.702 NCalls = 200 +VariableMetric: Iteration # 50 - FCN = -725186.8201643 Edm = 14.5305 NCalls = 205 +VariableMetric: Iteration # 51 - FCN = -725194.4128316 Edm = 7.37604 NCalls = 207 +VariableMetric: Iteration # 52 - FCN = -725198.909536 Edm = 2.40362 NCalls = 209 +VariableMetric: Iteration # 53 - FCN = -725200.4859025 Edm = 0.444439 NCalls = 211 +VariableMetric: Iteration # 54 - FCN = -725200.7753716 Edm = 0.074915 NCalls = 213 +VariableMetric: Iteration # 55 - FCN = -725200.8561908 Edm = 0.033587 NCalls = 215 +VariableMetric: Iteration # 56 - FCN = -725200.8728169 Edm = 0.00767677 NCalls = 217 +VariableMetric: Iteration # 57 - FCN = -725200.8794885 Edm = 0.00510611 NCalls = 219 +VariableMetric: Iteration # 58 - FCN = -725200.8866263 Edm = 0.00539672 NCalls = 221 +VariableMetric: Iteration # 59 - FCN = -725200.9010219 Edm = 0.00579664 NCalls = 224 +VariableMetric: Iteration # 60 - FCN = -725200.9184263 Edm = 0.0104161 NCalls = 226 +VariableMetric: Iteration # 61 - FCN = -725200.9397837 Edm = 0.0105743 NCalls = 229 +VariableMetric: Iteration # 62 - FCN = -725200.9575867 Edm = 0.00445455 NCalls = 231 +VariableMetric: Iteration # 63 - FCN = -725200.964842 Edm = 0.0143315 NCalls = 234 +VariableMetric: Iteration # 64 - FCN = -725200.9721644 Edm = 0.00501716 NCalls = 236 +VariableMetric: Iteration # 65 - FCN = -725200.9843435 Edm = 0.00741197 NCalls = 240 +VariableMetric: Iteration # 66 - FCN = -725200.9958804 Edm = 0.00656793 NCalls = 243 +VariableMetric: Iteration # 67 - FCN = -725201.0026856 Edm = 0.00482039 NCalls = 248 +VariableMetric: Iteration # 68 - FCN = -725201.0126594 Edm = 0.00410632 NCalls = 251 +VariableMetric: Iteration # 69 - FCN = -725201.0292588 Edm = 0.0144296 NCalls = 255 +VariableMetric: Iteration # 70 - FCN = -725201.0332448 Edm = 0.00538578 NCalls = 257 +VariableMetric: Iteration # 71 - FCN = -725201.0389251 Edm = 0.00125483 NCalls = 260 +VariableMetric: Iteration # 72 - FCN = -725201.0410193 Edm = 0.000626663 NCalls = 262 +VariableMetric: Iteration # 73 - FCN = -725201.0422719 Edm = 0.00102651 NCalls = 265 +VariableMetric: Iteration # 74 - FCN = -725201.0434062 Edm = 0.000307783 NCalls = 267 +VariableMetric: Iteration # 75 - FCN = -725201.0439609 Edm = 0.000127314 NCalls = 269 +VariableMetric: Iteration # 76 - FCN = -725201.044246 Edm = 0.000178187 NCalls = 271 +VariableMetric: Iteration # 77 - FCN = -725201.0462293 Edm = 0.00075713 NCalls = 275 +VariableMetric: Iteration # 78 - FCN = -725201.0476953 Edm = 0.000208587 NCalls = 277 +VariableMetric: Iteration # 79 - FCN = -725201.0480804 Edm = 0.000199045 NCalls = 279 +VariableMetric: Iteration # 80 - FCN = -725201.048417 Edm = 0.000170819 NCalls = 281 +VariableMetric: Iteration # 81 - FCN = -725201.0494914 Edm = 0.000825349 NCalls = 284 +VariableMetric: Iteration # 82 - FCN = -725201.0522473 Edm = 0.00153761 NCalls = 289 +VariableMetric: Iteration # 83 - FCN = -725201.0539942 Edm = 0.00145186 NCalls = 292 +VariableMetric: Iteration # 84 - FCN = -725201.0547446 Edm = 0.00056267 NCalls = 294 +VariableMetric: Iteration # 85 - FCN = -725201.0558862 Edm = 0.000422947 NCalls = 296 +VariableMetric: Iteration # 86 - FCN = -725201.0566055 Edm = 0.000356989 NCalls = 298 +VariableMetric: Iteration # 87 - FCN = -725201.0570877 Edm = 0.000163054 NCalls = 300 +VariableMetric: Iteration # 88 - FCN = -725201.057267 Edm = 0.000144223 NCalls = 301 +VariableMetric: Iteration # 89 - FCN = -725201.0574449 Edm = 6.66208e-05 NCalls = 304 +VariableMetric: Iteration # 90 - FCN = -725201.0575689 Edm = 5.65225e-05 NCalls = 307 +VariableMetric: After Hessian - FCN = -725201.0575689 Edm = 0.00117062 NCalls = 686 +VariableMetric: Iteration # 91 - FCN = -725201.0575689 Edm = 0.00117062 NCalls = 686 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721491.4762284 Edm = 3.92448 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721491.4762284 Edm = 3.92448 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723908.152164 Edm = 0.507638 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -723913.2861642 Edm = 0.537135 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -724078.8289424 Edm = 64.4389 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -724164.7943183 Edm = 0.337536 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -724165.4880495 Edm = 0.4557 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -724296.5045615 Edm = 35.3486 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -724340.9277121 Edm = 0.961125 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -724341.7104738 Edm = 0.143449 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -724356.2191304 Edm = 13.7834 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -724689.0007995 Edm = 42.5393 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -724758.059072 Edm = 8.51041 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -724783.8808067 Edm = 7.01918 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -724814.1703073 Edm = 27.2512 NCalls = 59 +VariableMetric: Iteration # 14 - FCN = -724819.2896392 Edm = 30.3825 NCalls = 61 +VariableMetric: Iteration # 15 - FCN = -724841.1160822 Edm = 25.1331 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -724917.604061 Edm = 6.37878 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -724923.3174903 Edm = 0.231331 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -724923.5609203 Edm = 0.0220388 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -724923.6348508 Edm = 0.0698917 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -724926.3837225 Edm = 2.66956 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -724974.5897269 Edm = 9.96088 NCalls = 83 +VariableMetric: Iteration # 22 - FCN = -724983.2734734 Edm = 2.43227 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -724985.1073561 Edm = 0.298326 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -724985.6650301 Edm = 0.035704 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -724985.7004686 Edm = 0.00292733 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -724985.7246191 Edm = 0.0223817 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -724988.402259 Edm = 1.76269 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -725044.167189 Edm = 27.02 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -725056.5665243 Edm = 5.4403 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -725066.3744106 Edm = 1.53588 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -725068.5935178 Edm = 0.152937 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -725068.8848209 Edm = 0.041856 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -725068.9256739 Edm = 0.00664119 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -725068.9323215 Edm = 0.0016667 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -725068.943572 Edm = 0.00875453 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -725070.2223487 Edm = 0.986937 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -725082.9772838 Edm = 0.738606 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -725083.7753106 Edm = 0.0179447 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -725083.8128931 Edm = 0.008216 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -725083.8304685 Edm = 0.000895682 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -725083.8322206 Edm = 0.000617183 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -725083.8363676 Edm = 0.00458945 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -725083.9422185 Edm = 0.0877816 NCalls = 146 +VariableMetric: Iteration # 44 - FCN = -725085.6645479 Edm = 3.08776 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -725086.3748705 Edm = 1.22277 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -725088.9158384 Edm = 1.36581 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -725092.7159126 Edm = 0.446414 NCalls = 161 +VariableMetric: Iteration # 48 - FCN = -725093.196128 Edm = 0.0140168 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -725093.2091877 Edm = 0.0018844 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -725093.2114683 Edm = 0.000703186 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -725093.2176956 Edm = 0.00252027 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -725093.2909935 Edm = 0.0699219 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -725133.9436803 Edm = 29.6999 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -725152.8554404 Edm = 10.3577 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -725159.9930527 Edm = 4.48836 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -725161.5074887 Edm = 1.43548 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -725162.136555 Edm = 0.355929 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -725162.3104663 Edm = 0.0200363 NCalls = 188 +VariableMetric: Iteration # 59 - FCN = -725162.3335328 Edm = 0.0126564 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -725162.3682504 Edm = 0.012737 NCalls = 192 +VariableMetric: Iteration # 61 - FCN = -725162.3859842 Edm = 0.000928505 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -725162.3871652 Edm = 0.000280094 NCalls = 196 +VariableMetric: Iteration # 63 - FCN = -725162.3884786 Edm = 0.00123205 NCalls = 199 +VariableMetric: Iteration # 64 - FCN = -725162.4896282 Edm = 0.101211 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -725162.8419875 Edm = 0.0123058 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -725167.8395797 Edm = 1.55202 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -725171.0615604 Edm = 0.986595 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -725172.1818817 Edm = 0.0394214 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -725172.2159269 Edm = 0.00300043 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -725172.2185352 Edm = 0.00035392 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -725172.2189334 Edm = 5.61703e-05 NCalls = 227 +VariableMetric: After Hessian - FCN = -725172.2189334 Edm = 260.576 NCalls = 590 +VariableMetric: Iteration # 72 - FCN = -725172.2189334 Edm = 260.576 NCalls = 590 +VariableMetric: Iteration # 73 - FCN = -725175.5276656 Edm = 15.6261 NCalls = 596 +VariableMetric: Iteration # 74 - FCN = -725195.9250132 Edm = 8.26922 NCalls = 606 +VariableMetric: Iteration # 75 - FCN = -725196.5043893 Edm = 6.28566 NCalls = 609 +VariableMetric: Iteration # 76 - FCN = -725198.4848694 Edm = 1.47375 NCalls = 611 +VariableMetric: Iteration # 77 - FCN = -725200.3409334 Edm = 1.92423 NCalls = 613 +VariableMetric: Iteration # 78 - FCN = -725201.9438538 Edm = 0.200452 NCalls = 615 +VariableMetric: Iteration # 79 - FCN = -725202.2694173 Edm = 0.0363533 NCalls = 617 +VariableMetric: Iteration # 80 - FCN = -725202.3583974 Edm = 0.0337125 NCalls = 619 +VariableMetric: Iteration # 81 - FCN = -725202.488395 Edm = 0.0157082 NCalls = 622 +VariableMetric: Iteration # 82 - FCN = -725202.5305158 Edm = 0.0117843 NCalls = 624 +VariableMetric: Iteration # 83 - FCN = -725202.5733019 Edm = 0.0114206 NCalls = 626 +VariableMetric: Iteration # 84 - FCN = -725202.6474367 Edm = 0.0215046 NCalls = 630 +VariableMetric: Iteration # 85 - FCN = -725202.6743457 Edm = 0.0183504 NCalls = 633 +VariableMetric: Iteration # 86 - FCN = -725202.7090435 Edm = 0.013411 NCalls = 635 +VariableMetric: Iteration # 87 - FCN = -725202.7705355 Edm = 0.0226407 NCalls = 638 +VariableMetric: Iteration # 88 - FCN = -725202.7794912 Edm = 0.0329782 NCalls = 640 +VariableMetric: Iteration # 89 - FCN = -725202.8294378 Edm = 0.0152408 NCalls = 643 +VariableMetric: Iteration # 90 - FCN = -725202.8655361 Edm = 0.0482131 NCalls = 646 +VariableMetric: Iteration # 91 - FCN = -725202.8982518 Edm = 0.0177225 NCalls = 648 +VariableMetric: Iteration # 92 - FCN = -725202.9322215 Edm = 0.016799 NCalls = 651 +VariableMetric: Iteration # 93 - FCN = -725202.9633788 Edm = 0.0083786 NCalls = 653 +VariableMetric: Iteration # 94 - FCN = -725202.9797374 Edm = 0.0147407 NCalls = 656 +VariableMetric: Iteration # 95 - FCN = -725202.9901046 Edm = 0.00689935 NCalls = 658 +VariableMetric: Iteration # 96 - FCN = -725203.008479 Edm = 0.0066659 NCalls = 661 +VariableMetric: Iteration # 97 - FCN = -725203.0275865 Edm = 0.0047503 NCalls = 664 +VariableMetric: Iteration # 98 - FCN = -725203.0363623 Edm = 0.00743176 NCalls = 666 +VariableMetric: Iteration # 99 - FCN = -725203.0384051 Edm = 0.00237623 NCalls = 668 +VariableMetric: Iteration # 100 - FCN = -725203.042838 Edm = 0.000544369 NCalls = 670 +VariableMetric: Iteration # 101 - FCN = -725203.0438659 Edm = 0.000260829 NCalls = 672 +VariableMetric: Iteration # 102 - FCN = -725203.044426 Edm = 0.000238988 NCalls = 674 +VariableMetric: Iteration # 103 - FCN = -725203.0450513 Edm = 0.000262417 NCalls = 676 +VariableMetric: Iteration # 104 - FCN = -725203.0456286 Edm = 9.28663e-05 NCalls = 678 +VariableMetric: Iteration # 105 - FCN = -725203.0459316 Edm = 0.00011711 NCalls = 680 +VariableMetric: Iteration # 106 - FCN = -725203.0464051 Edm = 0.000241598 NCalls = 682 +VariableMetric: Iteration # 107 - FCN = -725203.0474582 Edm = 0.000487406 NCalls = 685 +VariableMetric: Iteration # 108 - FCN = -725203.0486861 Edm = 0.000438362 NCalls = 688 +VariableMetric: Iteration # 109 - FCN = -725203.0493065 Edm = 0.000101821 NCalls = 690 +VariableMetric: Iteration # 110 - FCN = -725203.0494522 Edm = 5.20737e-05 NCalls = 692 +VariableMetric: After Hessian - FCN = -725203.0494522 Edm = 7.43323e-05 NCalls = 1069 +VariableMetric: Iteration # 111 - FCN = -725203.0494522 Edm = 7.43323e-05 NCalls = 1069 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -723494.0438462 Edm = 0.956526 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -723494.0438462 Edm = 0.956526 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723934.6453161 Edm = 0.361076 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -723936.3213651 Edm = 1.27487 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -724071.8125188 Edm = 1.65552 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -724073.5672677 Edm = 0.162581 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -724081.8609936 Edm = 7.87344 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -724250.090855 Edm = 1.65918 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -724251.7949686 Edm = 0.179376 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -724275.4159847 Edm = 21.9116 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -724484.3934533 Edm = 38.9147 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -724538.192506 Edm = 12.4115 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -724555.4877893 Edm = 0.368919 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -724555.9519666 Edm = 0.0232202 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -724556.0787931 Edm = 0.0836003 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -724567.2485679 Edm = 7.82324 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -724644.4968315 Edm = 6.29784 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -724652.8327768 Edm = 0.545857 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -724653.5144014 Edm = 0.145874 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -724653.9328309 Edm = 0.103915 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -724654.2313772 Edm = 0.213954 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -724654.6858657 Edm = 1.08213 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -724654.9233538 Edm = 0.913341 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -724655.4788618 Edm = 0.928774 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -724659.1136087 Edm = 0.943239 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -724659.693659 Edm = 0.136447 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -724659.8226369 Edm = 0.00404028 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -724659.8430635 Edm = 0.0150085 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -724676.8319893 Edm = 13.9814 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -724744.7901054 Edm = 30.4136 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -724775.8226425 Edm = 1.30946 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -724777.6368876 Edm = 0.594056 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -724778.2735605 Edm = 0.703737 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -724779.1305072 Edm = 0.154959 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -724779.333794 Edm = 0.00562377 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -724779.3412298 Edm = 0.00322725 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -724779.3498446 Edm = 0.0114894 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -724779.5843427 Edm = 0.196287 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -724798.1012998 Edm = 12.3503 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -724817.162915 Edm = 11.7929 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -724821.7828355 Edm = 1.45203 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -724824.9091114 Edm = 1.91581 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -724851.923962 Edm = 8.21812 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -724854.6217286 Edm = 9.44629 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -724862.4817692 Edm = 2.76652 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -724867.3115164 Edm = 0.949358 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -724868.9800855 Edm = 0.260339 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -724869.2251585 Edm = 0.023601 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -724869.2483916 Edm = 0.00364106 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -724869.2611324 Edm = 0.00607386 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -724869.3203999 Edm = 0.0713971 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -724870.4445608 Edm = 1.03801 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -724889.8125604 Edm = 9.39959 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -724897.5626792 Edm = 2.6112 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -724899.648918 Edm = 0.101277 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -724899.7422752 Edm = 0.00350893 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -724899.747778 Edm = 0.00158321 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -724899.7674268 Edm = 0.0183948 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -724900.7152386 Edm = 0.937658 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -724925.9524129 Edm = 14.3985 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -724950.2958485 Edm = 5.02503 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -724954.6405963 Edm = 0.333768 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -724954.95837 Edm = 0.0360762 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -724954.9858021 Edm = 0.00198684 NCalls = 204 +VariableMetric: Iteration # 63 - FCN = -724954.9897261 Edm = 0.00163879 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -724955.0111644 Edm = 0.0195394 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -724955.8903327 Edm = 0.90806 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -724964.7951389 Edm = 6.15243 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -724995.4788874 Edm = 2.29183 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -724998.1446883 Edm = 0.211731 NCalls = 225 +VariableMetric: Iteration # 69 - FCN = -724998.4937161 Edm = 0.108266 NCalls = 227 +VariableMetric: Iteration # 70 - FCN = -724998.6722481 Edm = 0.0850739 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -724998.7695919 Edm = 0.0880136 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -724999.0081807 Edm = 0.0700161 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -724999.064771 Edm = 0.0511503 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -724999.1212803 Edm = 0.00923175 NCalls = 240 +VariableMetric: Iteration # 75 - FCN = -724999.1383564 Edm = 0.00202321 NCalls = 242 +VariableMetric: Iteration # 76 - FCN = -724999.1437756 Edm = 0.0025726 NCalls = 244 +VariableMetric: Iteration # 77 - FCN = -724999.1916053 Edm = 0.0935613 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -724999.5232401 Edm = 0.353537 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -724999.8678531 Edm = 0.321828 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -725000.7193582 Edm = 3.25535 NCalls = 268 +VariableMetric: Iteration # 81 - FCN = -725004.0965453 Edm = 5.7621 NCalls = 272 +VariableMetric: Iteration # 82 - FCN = -725005.3966417 Edm = 1.07646 NCalls = 274 +VariableMetric: Iteration # 83 - FCN = -725008.2245324 Edm = 1.46953 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -725012.0632001 Edm = 2.31092 NCalls = 280 +VariableMetric: Iteration # 85 - FCN = -725057.115111 Edm = 22.3945 NCalls = 285 +VariableMetric: Iteration # 86 - FCN = -725093.1784443 Edm = 6.84882 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -725101.5835922 Edm = 0.995636 NCalls = 290 +VariableMetric: Iteration # 88 - FCN = -725103.0617386 Edm = 1.1002 NCalls = 293 +VariableMetric: Iteration # 89 - FCN = -725103.8673041 Edm = 0.419203 NCalls = 295 +VariableMetric: Iteration # 90 - FCN = -725104.6071171 Edm = 0.356369 NCalls = 297 +VariableMetric: Iteration # 91 - FCN = -725105.2377025 Edm = 0.135663 NCalls = 299 +VariableMetric: Iteration # 92 - FCN = -725105.3662569 Edm = 0.0363411 NCalls = 300 +VariableMetric: Iteration # 93 - FCN = -725105.4137742 Edm = 0.0243721 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -725106.3735571 Edm = 4.63183 NCalls = 312 +VariableMetric: Iteration # 95 - FCN = -725106.3850578 Edm = 0.00568458 NCalls = 314 +VariableMetric: Iteration # 96 - FCN = -725106.4026645 Edm = 0.013348 NCalls = 316 +VariableMetric: Iteration # 97 - FCN = -725106.4837824 Edm = 0.0555438 NCalls = 320 +VariableMetric: Iteration # 98 - FCN = -725107.1220488 Edm = 0.509925 NCalls = 324 +VariableMetric: Iteration # 99 - FCN = -725111.2792948 Edm = 0.974172 NCalls = 327 +VariableMetric: Iteration # 100 - FCN = -725112.8723019 Edm = 1.79385 NCalls = 329 +VariableMetric: Iteration # 101 - FCN = -725113.6384871 Edm = 1.35209 NCalls = 331 +VariableMetric: Iteration # 102 - FCN = -725114.5947692 Edm = 1.21257 NCalls = 335 +VariableMetric: Iteration # 103 - FCN = -725116.95694 Edm = 1.00964 NCalls = 338 +VariableMetric: Iteration # 104 - FCN = -725118.1881088 Edm = 0.112556 NCalls = 340 +VariableMetric: Iteration # 105 - FCN = -725118.2850549 Edm = 0.022686 NCalls = 342 +VariableMetric: Iteration # 106 - FCN = -725118.3051355 Edm = 0.00393358 NCalls = 344 +VariableMetric: Iteration # 107 - FCN = -725118.3109974 Edm = 0.00195116 NCalls = 346 +VariableMetric: Iteration # 108 - FCN = -725118.3187811 Edm = 0.00475009 NCalls = 348 +VariableMetric: Iteration # 109 - FCN = -725118.3941335 Edm = 0.0483769 NCalls = 352 +VariableMetric: Iteration # 110 - FCN = -725119.185957 Edm = 0.560404 NCalls = 356 +VariableMetric: Iteration # 111 - FCN = -725126.2073711 Edm = 3.2341 NCalls = 359 +VariableMetric: Iteration # 112 - FCN = -725140.5460669 Edm = 4.13792 NCalls = 361 +VariableMetric: Iteration # 113 - FCN = -725148.6886134 Edm = 0.40916 NCalls = 364 +VariableMetric: Iteration # 114 - FCN = -725149.356338 Edm = 0.208996 NCalls = 366 +VariableMetric: Iteration # 115 - FCN = -725150.6890671 Edm = 12.5796 NCalls = 371 +VariableMetric: Iteration # 116 - FCN = -725151.3250384 Edm = 1.8172 NCalls = 377 +VariableMetric: Iteration # 117 - FCN = -725152.9652998 Edm = 4.08157 NCalls = 381 +VariableMetric: Iteration # 118 - FCN = -725155.2990006 Edm = 3.70607 NCalls = 385 +VariableMetric: Iteration # 119 - FCN = -725160.5917299 Edm = 5.43026 NCalls = 390 +VariableMetric: Iteration # 120 - FCN = -725163.1397118 Edm = 1.95238 NCalls = 393 +VariableMetric: Iteration # 121 - FCN = -725167.0674847 Edm = 1.77901 NCalls = 396 +VariableMetric: Iteration # 122 - FCN = -725168.4716237 Edm = 0.725254 NCalls = 399 +VariableMetric: Iteration # 123 - FCN = -725169.6124737 Edm = 0.680796 NCalls = 401 +VariableMetric: Iteration # 124 - FCN = -725170.7617596 Edm = 0.764547 NCalls = 404 +VariableMetric: Iteration # 125 - FCN = -725171.3102685 Edm = 0.20147 NCalls = 406 +VariableMetric: Iteration # 126 - FCN = -725171.4887273 Edm = 0.026703 NCalls = 408 +VariableMetric: Iteration # 127 - FCN = -725171.542858 Edm = 0.0245365 NCalls = 410 +VariableMetric: Iteration # 128 - FCN = -725171.5930594 Edm = 0.0118255 NCalls = 412 +VariableMetric: Iteration # 129 - FCN = -725171.6055923 Edm = 0.00061945 NCalls = 414 +VariableMetric: Iteration # 130 - FCN = -725171.6079124 Edm = 0.00170077 NCalls = 416 +VariableMetric: Iteration # 131 - FCN = -725171.6877926 Edm = 0.0851684 NCalls = 422 +VariableMetric: Iteration # 132 - FCN = -725171.703098 Edm = 0.0148886 NCalls = 426 +VariableMetric: Iteration # 133 - FCN = -725171.8035252 Edm = 0.0917349 NCalls = 432 +VariableMetric: Iteration # 134 - FCN = -725180.8676895 Edm = 3.62033 NCalls = 437 +VariableMetric: Iteration # 135 - FCN = -725188.6992002 Edm = 1.23369 NCalls = 440 +VariableMetric: Iteration # 136 - FCN = -725190.1134339 Edm = 0.130219 NCalls = 442 +VariableMetric: Iteration # 137 - FCN = -725190.2142506 Edm = 0.0099047 NCalls = 444 +VariableMetric: Iteration # 138 - FCN = -725190.2273914 Edm = 0.00208963 NCalls = 446 +VariableMetric: Iteration # 139 - FCN = -725190.2301667 Edm = 0.000134098 NCalls = 448 +VariableMetric: Iteration # 140 - FCN = -725190.2305021 Edm = 0.000148776 NCalls = 450 +VariableMetric: Iteration # 141 - FCN = -725190.2317219 Edm = 0.000862524 NCalls = 453 +VariableMetric: Iteration # 142 - FCN = -725190.2444312 Edm = 0.0100953 NCalls = 456 +VariableMetric: Iteration # 143 - FCN = -725190.5829749 Edm = 0.289348 NCalls = 460 +VariableMetric: Iteration # 144 - FCN = -725196.5216127 Edm = 0.628443 NCalls = 465 +VariableMetric: Iteration # 145 - FCN = -725197.4376039 Edm = 0.0510993 NCalls = 467 +VariableMetric: Iteration # 146 - FCN = -725197.5129453 Edm = 0.00474993 NCalls = 469 +VariableMetric: Iteration # 147 - FCN = -725197.5183727 Edm = 0.000301952 NCalls = 471 +VariableMetric: Iteration # 148 - FCN = -725197.5189023 Edm = 5.27989e-05 NCalls = 473 +VariableMetric: After Hessian - FCN = -725197.5189023 Edm = 4.63247 NCalls = 832 +VariableMetric: Iteration # 149 - FCN = -725197.5189023 Edm = 4.63247 NCalls = 832 +VariableMetric: Iteration # 150 - FCN = -725198.0002922 Edm = 6.9311 NCalls = 834 +VariableMetric: Iteration # 151 - FCN = -725199.7683728 Edm = 177.672 NCalls = 837 +VariableMetric: Iteration # 152 - FCN = -725199.8524364 Edm = 3692.06 NCalls = 841 +VariableMetric: Iteration # 153 - FCN = -725199.9333295 Edm = 876.947 NCalls = 845 +VariableMetric: Iteration # 154 - FCN = -725199.9544625 Edm = 157.312 NCalls = 849 +VariableMetric: Iteration # 155 - FCN = -725200.0416304 Edm = 153.052 NCalls = 852 +VariableMetric: Iteration # 156 - FCN = -725200.065566 Edm = 14.3341 NCalls = 856 +VariableMetric: Iteration # 157 - FCN = -725200.1221098 Edm = 46.7914 NCalls = 859 +VariableMetric: Iteration # 158 - FCN = -725200.1496636 Edm = 12.2865 NCalls = 862 +VariableMetric: Iteration # 159 - FCN = -725200.1811161 Edm = 6.86274 NCalls = 865 +VariableMetric: Iteration # 160 - FCN = -725200.2356362 Edm = 0.605333 NCalls = 868 +VariableMetric: Iteration # 161 - FCN = -725200.2840468 Edm = 0.48187 NCalls = 870 +VariableMetric: Iteration # 162 - FCN = -725200.3118986 Edm = 0.403133 NCalls = 872 +VariableMetric: Iteration # 163 - FCN = -725200.3598405 Edm = 0.243393 NCalls = 874 +VariableMetric: Iteration # 164 - FCN = -725200.3757914 Edm = 0.0645929 NCalls = 876 +VariableMetric: Iteration # 165 - FCN = -725200.3821579 Edm = 0.113888 NCalls = 878 +VariableMetric: Iteration # 166 - FCN = -725200.3887215 Edm = 0.0553254 NCalls = 880 +VariableMetric: Iteration # 167 - FCN = -725200.3993535 Edm = 0.00719369 NCalls = 882 +VariableMetric: Iteration # 168 - FCN = -725200.3998564 Edm = 0.00550478 NCalls = 884 +VariableMetric: Iteration # 169 - FCN = -725200.4004165 Edm = 0.000488798 NCalls = 886 +VariableMetric: Iteration # 170 - FCN = -725200.4012732 Edm = 0.000484241 NCalls = 889 +VariableMetric: Iteration # 171 - FCN = -725200.4014324 Edm = 0.000193565 NCalls = 891 +VariableMetric: Iteration # 172 - FCN = -725200.4016367 Edm = 1.5827e-05 NCalls = 893 +VariableMetric: After Hessian - FCN = -725200.4016367 Edm = 1.43836e-05 NCalls = 1268 +VariableMetric: Iteration # 173 - FCN = -725200.4016367 Edm = 1.43836e-05 NCalls = 1268 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720421.8525349 Edm = 1.17394 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720421.8525349 Edm = 1.17394 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722852.7329441 Edm = 1.31785 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -722854.1851827 Edm = 2.18093 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -723259.1462201 Edm = 0.845933 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -723260.887185 Edm = 0.112253 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -723264.9934697 Edm = 3.59306 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -723652.0144279 Edm = 16.857 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -723667.8507328 Edm = 0.706446 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -723668.6620065 Edm = 0.075585 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -723668.7974729 Edm = 0.0715797 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -723701.8779703 Edm = 18.4608 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -723740.9023366 Edm = 0.676636 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -723741.4246516 Edm = 0.0303355 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -723741.479065 Edm = 0.0278322 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -723742.8856341 Edm = 1.16714 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -723973.1932677 Edm = 20.3494 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -724007.0419914 Edm = 4.87391 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -724015.7398453 Edm = 0.267144 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -724016.1036298 Edm = 0.0120372 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -724016.1183199 Edm = 0.00308571 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -724016.1432796 Edm = 0.0221169 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -724019.1494623 Edm = 2.61485 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -724114.0920541 Edm = 19.6677 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -724135.0544041 Edm = 0.938793 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -724135.6000833 Edm = 0.0663362 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -724135.6686303 Edm = 0.00737547 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -724135.6993841 Edm = 0.0238773 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -724138.0955727 Edm = 2.62792 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -724140.2953045 Edm = 2.13407 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -724366.177168 Edm = 45.8223 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -724391.7994565 Edm = 17.2371 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -724417.067783 Edm = 15.6371 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -724435.804091 Edm = 17.8272 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -724451.0217591 Edm = 6.8699 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -724467.4632955 Edm = 10.6441 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -724516.1246946 Edm = 111.53 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -724522.4490318 Edm = 63.7937 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -724550.5624673 Edm = 30.9242 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -724649.9348737 Edm = 45.4062 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -724695.655503 Edm = 9.32441 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -724707.3855019 Edm = 3.44676 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -724724.6657516 Edm = 2.36676 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -724727.2009772 Edm = 0.696853 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -724727.6992552 Edm = 0.207087 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -724755.1211429 Edm = 487.215 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -724792.8840633 Edm = 50.4658 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -724883.6906647 Edm = 22.5213 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -724906.7124236 Edm = 3.14288 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -724909.3990313 Edm = 0.073167 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -724909.4870233 Edm = 0.0238394 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -724909.5209161 Edm = 0.0223388 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -724909.5885672 Edm = 0.0298195 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -724909.7544805 Edm = 0.108968 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -724914.9474611 Edm = 4.74471 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -725012.3647818 Edm = 18.5398 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -725039.9289582 Edm = 2.63306 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -725045.8341672 Edm = 1.74979 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -725049.2613397 Edm = 0.699004 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -725049.8660368 Edm = 0.331047 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -725050.0971954 Edm = 0.0160545 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -725050.1197257 Edm = 0.0014708 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -725050.1260547 Edm = 0.00406932 NCalls = 199 +VariableMetric: Iteration # 62 - FCN = -725050.269126 Edm = 0.109997 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -725051.7147138 Edm = 1.12572 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -725074.895969 Edm = 18.1908 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -725099.1293133 Edm = 9.114 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -725109.9358281 Edm = 0.542833 NCalls = 218 +VariableMetric: Iteration # 67 - FCN = -725110.4508328 Edm = 0.0384062 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -725110.4931783 Edm = 0.00273867 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -725110.4969801 Edm = 0.00107145 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -725110.5007778 Edm = 0.00298193 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -725110.5462985 Edm = 0.0421285 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -725113.3499881 Edm = 2.38627 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -725121.2989132 Edm = 6.96159 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -725128.7952219 Edm = 0.729111 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -725129.6152754 Edm = 0.238749 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -725129.8177413 Edm = 0.160625 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -725142.8131564 Edm = 5.44554 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -725144.2447276 Edm = 67918.6 NCalls = 261 +VariableMetric: Iteration # 79 - FCN = -725147.724808 Edm = 79734.8 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -725156.0812914 Edm = 21664 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -725164.484818 Edm = 28003.5 NCalls = 279 +VariableMetric: Iteration # 82 - FCN = -725171.8165337 Edm = 1250.89 NCalls = 284 +VariableMetric: Iteration # 83 - FCN = -725172.7457086 Edm = 666.264 NCalls = 288 +VariableMetric: Iteration # 84 - FCN = -725173.6504564 Edm = 187.621 NCalls = 292 +VariableMetric: Iteration # 85 - FCN = -725175.2017128 Edm = 126.676 NCalls = 295 +VariableMetric: Iteration # 86 - FCN = -725176.6707306 Edm = 503.897 NCalls = 297 +VariableMetric: Iteration # 87 - FCN = -725177.1042654 Edm = 66.5177 NCalls = 300 +VariableMetric: Iteration # 88 - FCN = -725177.2304221 Edm = 113.271 NCalls = 302 +VariableMetric: Iteration # 89 - FCN = -725178.940166 Edm = 8.91364 NCalls = 304 +VariableMetric: Iteration # 90 - FCN = -725182.4764315 Edm = 41.9496 NCalls = 306 +VariableMetric: Iteration # 91 - FCN = -725184.1151668 Edm = 9.149 NCalls = 308 +VariableMetric: Iteration # 92 - FCN = -725184.7161452 Edm = 22.2365 NCalls = 310 +VariableMetric: Iteration # 93 - FCN = -725186.4021838 Edm = 4.04809 NCalls = 312 +VariableMetric: Iteration # 94 - FCN = -725186.8941584 Edm = 2.14341 NCalls = 314 +VariableMetric: Iteration # 95 - FCN = -725187.199606 Edm = 0.657308 NCalls = 316 +VariableMetric: Iteration # 96 - FCN = -725187.2954643 Edm = 0.744949 NCalls = 318 +VariableMetric: Iteration # 97 - FCN = -725187.4016132 Edm = 0.441994 NCalls = 320 +VariableMetric: Iteration # 98 - FCN = -725187.57953 Edm = 0.201846 NCalls = 322 +VariableMetric: Iteration # 99 - FCN = -725187.7846425 Edm = 0.0990195 NCalls = 324 +VariableMetric: Iteration # 100 - FCN = -725187.8785786 Edm = 0.0365751 NCalls = 326 +VariableMetric: Iteration # 101 - FCN = -725187.9208493 Edm = 0.0113885 NCalls = 329 +VariableMetric: Iteration # 102 - FCN = -725187.9363061 Edm = 0.0110708 NCalls = 331 +VariableMetric: Iteration # 103 - FCN = -725187.9434029 Edm = 0.00490946 NCalls = 333 +VariableMetric: Iteration # 104 - FCN = -725187.9531268 Edm = 0.00356191 NCalls = 335 +VariableMetric: Iteration # 105 - FCN = -725187.9659566 Edm = 0.00454441 NCalls = 339 +VariableMetric: Iteration # 106 - FCN = -725187.9724716 Edm = 0.00380605 NCalls = 342 +VariableMetric: Iteration # 107 - FCN = -725187.9762041 Edm = 0.00316907 NCalls = 344 +VariableMetric: Iteration # 108 - FCN = -725187.9788723 Edm = 0.000634782 NCalls = 347 +VariableMetric: Iteration # 109 - FCN = -725187.9798474 Edm = 0.000185824 NCalls = 349 +VariableMetric: Iteration # 110 - FCN = -725187.9803404 Edm = 5.58055e-05 NCalls = 351 +VariableMetric: After Hessian - FCN = -725187.9803404 Edm = 0.00314671 NCalls = 722 +VariableMetric: Iteration # 111 - FCN = -725187.9803404 Edm = 0.00314671 NCalls = 722 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719221.3034472 Edm = 4.44316 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719221.3034472 Edm = 4.44316 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721880.7421848 Edm = 1.91461 NCalls = 11 +VariableMetric: Iteration # 2 - FCN = -721902.5398906 Edm = 2.79706 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -722127.0048872 Edm = 202.518 NCalls = 21 +VariableMetric: Iteration # 4 - FCN = -723263.6017872 Edm = 48.3452 NCalls = 25 +VariableMetric: Iteration # 5 - FCN = -723390.0254173 Edm = 9.65428 NCalls = 30 +VariableMetric: Iteration # 6 - FCN = -723395.4285077 Edm = 1.30876 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -723397.2741633 Edm = 2.00336 NCalls = 34 +VariableMetric: Iteration # 8 - FCN = -723651.7275615 Edm = 56.5614 NCalls = 41 +VariableMetric: Iteration # 9 - FCN = -723713.8986825 Edm = 1.11117 NCalls = 43 +VariableMetric: Iteration # 10 - FCN = -723714.8934362 Edm = 0.21179 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -723723.0884395 Edm = 8.42983 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -723732.246651 Edm = 9.13262 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -723968.4256266 Edm = 54.2887 NCalls = 61 +VariableMetric: Iteration # 14 - FCN = -724103.1913105 Edm = 42.3902 NCalls = 63 +VariableMetric: Iteration # 15 - FCN = -724222.6661388 Edm = 31.1427 NCalls = 68 +VariableMetric: Iteration # 16 - FCN = -724241.3381026 Edm = 5.74779 NCalls = 70 +VariableMetric: Iteration # 17 - FCN = -724246.9241068 Edm = 0.324995 NCalls = 72 +VariableMetric: Iteration # 18 - FCN = -724247.510836 Edm = 0.0370052 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -724247.9068104 Edm = 0.345307 NCalls = 77 +VariableMetric: Iteration # 20 - FCN = -724288.508576 Edm = 9.51635 NCalls = 82 +VariableMetric: Iteration # 21 - FCN = -724298.7140577 Edm = 0.602757 NCalls = 84 +VariableMetric: Iteration # 22 - FCN = -724300.0863427 Edm = 0.49034 NCalls = 88 +VariableMetric: Iteration # 23 - FCN = -724301.8121522 Edm = 2.3544 NCalls = 94 +VariableMetric: Iteration # 24 - FCN = -724303.2969268 Edm = 3.07309 NCalls = 96 +VariableMetric: Iteration # 25 - FCN = -724306.6904271 Edm = 0.598919 NCalls = 101 +VariableMetric: Iteration # 26 - FCN = -724307.322624 Edm = 0.812201 NCalls = 103 +VariableMetric: Iteration # 27 - FCN = -724308.1121438 Edm = 0.00938809 NCalls = 105 +VariableMetric: Iteration # 28 - FCN = -724308.1300534 Edm = 0.00863526 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -724308.6257161 Edm = 0.458411 NCalls = 113 +VariableMetric: Iteration # 30 - FCN = -724341.6599912 Edm = 24.8722 NCalls = 119 +VariableMetric: Iteration # 31 - FCN = -724381.4292718 Edm = 14.0065 NCalls = 122 +VariableMetric: Iteration # 32 - FCN = -724393.5958873 Edm = 0.737385 NCalls = 125 +VariableMetric: Iteration # 33 - FCN = -724394.4507421 Edm = 0.141731 NCalls = 127 +VariableMetric: Iteration # 34 - FCN = -724394.6625799 Edm = 0.130764 NCalls = 129 +VariableMetric: Iteration # 35 - FCN = -724394.9226218 Edm = 0.10188 NCalls = 132 +VariableMetric: Iteration # 36 - FCN = -724395.2082711 Edm = 0.0281155 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -724395.2369822 Edm = 0.00526953 NCalls = 136 +VariableMetric: Iteration # 38 - FCN = -724395.2511446 Edm = 0.00188257 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -724395.2642592 Edm = 0.00999844 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -724395.6180149 Edm = 1.01692 NCalls = 151 +VariableMetric: Iteration # 41 - FCN = -724396.2450781 Edm = 0.280493 NCalls = 159 +VariableMetric: Iteration # 42 - FCN = -724396.8374792 Edm = 3.58121 NCalls = 162 +VariableMetric: Iteration # 43 - FCN = -724398.7430544 Edm = 1.68423 NCalls = 165 +VariableMetric: Iteration # 44 - FCN = -724411.6986423 Edm = 8.85294 NCalls = 171 +VariableMetric: Iteration # 45 - FCN = -724420.6126176 Edm = 6.23848 NCalls = 172 +VariableMetric: Iteration # 46 - FCN = -724453.1037354 Edm = 17.1885 NCalls = 175 +VariableMetric: Iteration # 47 - FCN = -724506.3699142 Edm = 7.86377 NCalls = 179 +VariableMetric: Iteration # 48 - FCN = -724519.2534862 Edm = 4.49091 NCalls = 181 +VariableMetric: Iteration # 49 - FCN = -724525.7345472 Edm = 7.32546 NCalls = 183 +VariableMetric: Iteration # 50 - FCN = -724538.5478568 Edm = 4.838 NCalls = 187 +VariableMetric: Iteration # 51 - FCN = -724547.2695019 Edm = 21.8986 NCalls = 192 +VariableMetric: Iteration # 52 - FCN = -724579.0595388 Edm = 75.5259 NCalls = 195 +VariableMetric: Iteration # 53 - FCN = -724580.1728223 Edm = 2.361 NCalls = 197 +VariableMetric: Iteration # 54 - FCN = -724590.2165207 Edm = 6.53221 NCalls = 201 +VariableMetric: Iteration # 55 - FCN = -724638.2309948 Edm = 29.8379 NCalls = 205 +VariableMetric: Iteration # 56 - FCN = -724696.7539621 Edm = 117.268 NCalls = 210 +VariableMetric: Iteration # 57 - FCN = -724840.9361149 Edm = 123.319 NCalls = 215 +VariableMetric: Iteration # 58 - FCN = -724924.3596729 Edm = 6.20251 NCalls = 217 +VariableMetric: Iteration # 59 - FCN = -724932.0971526 Edm = 2.99666 NCalls = 219 +VariableMetric: Iteration # 60 - FCN = -724935.1316594 Edm = 1.55812 NCalls = 221 +VariableMetric: Iteration # 61 - FCN = -724937.997809 Edm = 0.292193 NCalls = 224 +VariableMetric: Iteration # 62 - FCN = -724938.2583194 Edm = 0.0171482 NCalls = 226 +VariableMetric: Iteration # 63 - FCN = -724938.2816079 Edm = 0.00764092 NCalls = 228 +VariableMetric: Iteration # 64 - FCN = -724938.4771668 Edm = 0.0886015 NCalls = 232 +VariableMetric: Iteration # 65 - FCN = -724938.8089252 Edm = 0.168857 NCalls = 234 +VariableMetric: Iteration # 66 - FCN = -724942.1627191 Edm = 1.71125 NCalls = 238 +VariableMetric: Iteration # 67 - FCN = -724999.8623107 Edm = 27.9842 NCalls = 245 +VariableMetric: Iteration # 68 - FCN = -725012.6469559 Edm = 33.804 NCalls = 247 +VariableMetric: Iteration # 69 - FCN = -725064.6305839 Edm = 16.6025 NCalls = 249 +VariableMetric: Iteration # 70 - FCN = -725078.7845548 Edm = 5.36537 NCalls = 251 +VariableMetric: Iteration # 71 - FCN = -725083.5625453 Edm = 1.11819 NCalls = 253 +VariableMetric: Iteration # 72 - FCN = -725084.406516 Edm = 0.0558442 NCalls = 254 +VariableMetric: Iteration # 73 - FCN = -725084.5189241 Edm = 0.019134 NCalls = 256 +VariableMetric: Iteration # 74 - FCN = -725084.5595217 Edm = 0.00539356 NCalls = 258 +VariableMetric: Iteration # 75 - FCN = -725084.5748898 Edm = 0.00958396 NCalls = 260 +VariableMetric: Iteration # 76 - FCN = -725084.7745066 Edm = 0.145601 NCalls = 264 +VariableMetric: Iteration # 77 - FCN = -725087.7114576 Edm = 2.14147 NCalls = 268 +VariableMetric: Iteration # 78 - FCN = -725102.2222568 Edm = 9.74284 NCalls = 271 +VariableMetric: Iteration # 79 - FCN = -725111.0750606 Edm = 12.7218 NCalls = 274 +VariableMetric: Iteration # 80 - FCN = -725142.6724638 Edm = 8.84969 NCalls = 279 +VariableMetric: Iteration # 81 - FCN = -725152.9495421 Edm = 5.46952 NCalls = 281 +VariableMetric: Iteration # 82 - FCN = -725157.5524729 Edm = 1.6628 NCalls = 285 +VariableMetric: Iteration # 83 - FCN = -725158.6988953 Edm = 0.208403 NCalls = 287 +VariableMetric: Iteration # 84 - FCN = -725158.8837376 Edm = 0.0103874 NCalls = 288 +VariableMetric: Iteration # 85 - FCN = -725158.8967297 Edm = 0.00374434 NCalls = 290 +VariableMetric: Iteration # 86 - FCN = -725158.9008827 Edm = 0.000656666 NCalls = 292 +VariableMetric: Iteration # 87 - FCN = -725158.9023847 Edm = 0.000684724 NCalls = 294 +VariableMetric: Iteration # 88 - FCN = -725158.9061209 Edm = 0.00235538 NCalls = 297 +VariableMetric: Iteration # 89 - FCN = -725158.9679858 Edm = 0.0604079 NCalls = 301 +VariableMetric: Iteration # 90 - FCN = -725159.244258 Edm = 0.141729 NCalls = 303 +VariableMetric: Iteration # 91 - FCN = -725160.6400137 Edm = 1.28875 NCalls = 307 +VariableMetric: Iteration # 92 - FCN = -725165.4205511 Edm = 2.14616 NCalls = 312 +VariableMetric: Iteration # 93 - FCN = -725170.5412388 Edm = 0.463408 NCalls = 314 +VariableMetric: Iteration # 94 - FCN = -725170.9016503 Edm = 0.027799 NCalls = 316 +VariableMetric: Iteration # 95 - FCN = -725170.9381805 Edm = 0.00740898 NCalls = 318 +VariableMetric: Iteration # 96 - FCN = -725170.9473554 Edm = 0.00147145 NCalls = 320 +VariableMetric: Iteration # 97 - FCN = -725170.9504355 Edm = 0.00121408 NCalls = 322 +VariableMetric: Iteration # 98 - FCN = -725170.9532625 Edm = 0.000441555 NCalls = 324 +VariableMetric: Iteration # 99 - FCN = -725170.9546967 Edm = 0.00126126 NCalls = 326 +VariableMetric: Iteration # 100 - FCN = -725170.9963361 Edm = 0.0518865 NCalls = 332 +VariableMetric: Iteration # 101 - FCN = -725171.00173 Edm = 0.00527471 NCalls = 335 +VariableMetric: Iteration # 102 - FCN = -725171.0143292 Edm = 0.0106768 NCalls = 339 +VariableMetric: Iteration # 103 - FCN = -725171.7080568 Edm = 0.62616 NCalls = 345 +VariableMetric: Iteration # 104 - FCN = -725171.8111225 Edm = 0.237264 NCalls = 349 +VariableMetric: Iteration # 105 - FCN = -725172.1094468 Edm = 0.461109 NCalls = 353 +VariableMetric: Iteration # 106 - FCN = -725175.5906718 Edm = 1.48813 NCalls = 359 +VariableMetric: Iteration # 107 - FCN = -725178.14559 Edm = 0.644002 NCalls = 362 +VariableMetric: Iteration # 108 - FCN = -725179.0282116 Edm = 0.455349 NCalls = 365 +VariableMetric: Iteration # 109 - FCN = -725179.5548441 Edm = 0.203448 NCalls = 367 +VariableMetric: Iteration # 110 - FCN = -725179.7505501 Edm = 0.0110607 NCalls = 368 +VariableMetric: Iteration # 111 - FCN = -725179.7629778 Edm = 0.00162173 NCalls = 370 +VariableMetric: Iteration # 112 - FCN = -725179.7661892 Edm = 0.000297214 NCalls = 372 +VariableMetric: Iteration # 113 - FCN = -725179.7666117 Edm = 5.89613e-05 NCalls = 374 +VariableMetric: After Hessian - FCN = -725179.7666117 Edm = 7.78125 NCalls = 733 +VariableMetric: Iteration # 114 - FCN = -725179.7666117 Edm = 7.78125 NCalls = 733 +VariableMetric: Iteration # 115 - FCN = -725180.699516 Edm = 32.376 NCalls = 735 +VariableMetric: Iteration # 116 - FCN = -725181.0235948 Edm = 6.01365 NCalls = 737 +VariableMetric: Iteration # 117 - FCN = -725182.3162125 Edm = 372.561 NCalls = 741 +VariableMetric: Iteration # 118 - FCN = -725182.32216 Edm = 356.284 NCalls = 746 +VariableMetric: Iteration # 119 - FCN = -725182.3449992 Edm = 436.882 NCalls = 750 +VariableMetric: Iteration # 120 - FCN = -725182.4322099 Edm = 304.717 NCalls = 754 +VariableMetric: Iteration # 121 - FCN = -725182.5504964 Edm = 980.359 NCalls = 757 +VariableMetric: Iteration # 122 - FCN = -725183.1450599 Edm = 178.947 NCalls = 760 +VariableMetric: Iteration # 123 - FCN = -725183.3522987 Edm = 256.7 NCalls = 763 +VariableMetric: Iteration # 124 - FCN = -725184.0213806 Edm = 72.1995 NCalls = 766 +VariableMetric: Iteration # 125 - FCN = -725184.3707592 Edm = 136.383 NCalls = 769 +VariableMetric: Iteration # 126 - FCN = -725184.8308332 Edm = 89.0334 NCalls = 772 +VariableMetric: Iteration # 127 - FCN = -725184.8712824 Edm = 71.5748 NCalls = 774 +VariableMetric: Iteration # 128 - FCN = -725185.9607489 Edm = 44.0651 NCalls = 776 +VariableMetric: Iteration # 129 - FCN = -725186.8750314 Edm = 6.40111 NCalls = 778 +VariableMetric: Iteration # 130 - FCN = -725187.0903868 Edm = 1.62222 NCalls = 780 +VariableMetric: Iteration # 131 - FCN = -725187.292226 Edm = 3.70495 NCalls = 782 +VariableMetric: Iteration # 132 - FCN = -725187.4707005 Edm = 0.306479 NCalls = 784 +VariableMetric: Iteration # 133 - FCN = -725187.6683352 Edm = 0.95351 NCalls = 786 +VariableMetric: Iteration # 134 - FCN = -725187.8412046 Edm = 0.0542191 NCalls = 788 +VariableMetric: Iteration # 135 - FCN = -725187.8627431 Edm = 0.0221987 NCalls = 790 +VariableMetric: Iteration # 136 - FCN = -725187.9090889 Edm = 0.0590506 NCalls = 792 +VariableMetric: Iteration # 137 - FCN = -725187.9570083 Edm = 0.215212 NCalls = 795 +VariableMetric: Iteration # 138 - FCN = -725187.9719081 Edm = 0.0479795 NCalls = 798 +VariableMetric: Iteration # 139 - FCN = -725188.0968201 Edm = 0.288695 NCalls = 803 +VariableMetric: Iteration # 140 - FCN = -725188.534627 Edm = 3.54541 NCalls = 808 +VariableMetric: Iteration # 141 - FCN = -725188.5542104 Edm = 0.02891 NCalls = 809 +VariableMetric: Iteration # 142 - FCN = -725188.7698865 Edm = 0.266738 NCalls = 814 +VariableMetric: Iteration # 143 - FCN = -725189.4104897 Edm = 1.33648 NCalls = 820 +VariableMetric: Iteration # 144 - FCN = -725190.2506805 Edm = 4.48506 NCalls = 827 +VariableMetric: Iteration # 145 - FCN = -725190.2852194 Edm = 0.0676048 NCalls = 830 +VariableMetric: Iteration # 146 - FCN = -725191.4211701 Edm = 1.65875 NCalls = 838 +VariableMetric: Iteration # 147 - FCN = -725191.4723765 Edm = 0.15369 NCalls = 841 +VariableMetric: Iteration # 148 - FCN = -725191.9921804 Edm = 0.677353 NCalls = 848 +VariableMetric: Iteration # 149 - FCN = -725193.3150802 Edm = 1.5319 NCalls = 856 +VariableMetric: Iteration # 150 - FCN = -725193.3499999 Edm = 0.107574 NCalls = 858 +VariableMetric: Iteration # 151 - FCN = -725193.9866219 Edm = 0.523853 NCalls = 863 +VariableMetric: Iteration # 152 - FCN = -725195.3678107 Edm = 2.62214 NCalls = 866 +VariableMetric: Iteration # 153 - FCN = -725197.2520361 Edm = 2.87059 NCalls = 868 +VariableMetric: Iteration # 154 - FCN = -725199.1207437 Edm = 1.48673 NCalls = 872 +VariableMetric: Iteration # 155 - FCN = -725200.1592099 Edm = 1.36537 NCalls = 874 +VariableMetric: Iteration # 156 - FCN = -725200.6110707 Edm = 0.367517 NCalls = 877 +VariableMetric: Iteration # 157 - FCN = -725201.0998752 Edm = 0.2096 NCalls = 879 +VariableMetric: Iteration # 158 - FCN = -725201.4100811 Edm = 0.175913 NCalls = 881 +VariableMetric: Iteration # 159 - FCN = -725201.5625194 Edm = 0.0909114 NCalls = 884 +VariableMetric: Iteration # 160 - FCN = -725201.6455705 Edm = 0.0323904 NCalls = 887 +VariableMetric: Iteration # 161 - FCN = -725201.6819381 Edm = 0.02831 NCalls = 889 +VariableMetric: Iteration # 162 - FCN = -725201.7234472 Edm = 0.0104642 NCalls = 892 +VariableMetric: Iteration # 163 - FCN = -725201.7364805 Edm = 0.00457677 NCalls = 894 +VariableMetric: Iteration # 164 - FCN = -725201.7452508 Edm = 0.00687394 NCalls = 897 +VariableMetric: Iteration # 165 - FCN = -725201.7729243 Edm = 0.0193917 NCalls = 901 +VariableMetric: Iteration # 166 - FCN = -725201.7889651 Edm = 0.00929539 NCalls = 903 +VariableMetric: Iteration # 167 - FCN = -725201.7977854 Edm = 0.00363999 NCalls = 905 +VariableMetric: Iteration # 168 - FCN = -725201.8007689 Edm = 0.00122184 NCalls = 907 +VariableMetric: Iteration # 169 - FCN = -725201.802806 Edm = 0.000461808 NCalls = 909 +VariableMetric: Iteration # 170 - FCN = -725201.8034795 Edm = 7.86003e-05 NCalls = 911 +VariableMetric: Iteration # 171 - FCN = -725201.8035585 Edm = 1.87688e-05 NCalls = 912 +VariableMetric: After Hessian - FCN = -725201.8035585 Edm = 0.00015847 NCalls = 1293 +VariableMetric: Iteration # 172 - FCN = -725201.8035585 Edm = 0.00015847 NCalls = 1293 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721502.8986348 Edm = 2.04578 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721502.8986348 Edm = 2.04578 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724322.432551 Edm = 0.244004 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -724323.6370061 Edm = 0.257927 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -724474.8371553 Edm = 6.70867 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -724482.0340467 Edm = 0.221079 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -724485.7774073 Edm = 3.16541 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -724708.290775 Edm = 4.82714 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -724712.9968249 Edm = 0.294766 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -724713.3910529 Edm = 0.230111 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -724717.7812446 Edm = 4.16397 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -724819.2468491 Edm = 0.960882 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -724820.3784828 Edm = 0.0179128 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -724820.4242485 Edm = 0.0194681 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -724822.5448714 Edm = 2.04448 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -724878.9034168 Edm = 1.75284 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -724880.8147781 Edm = 0.0367435 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -724880.8390147 Edm = 0.00164657 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -724880.8565371 Edm = 0.0177557 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -724883.5054512 Edm = 0.129111 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -724898.9641745 Edm = 1.05463 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -724900.6214587 Edm = 0.0749334 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -724900.711984 Edm = 0.0063596 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -724900.7251028 Edm = 0.00593714 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -724904.7479627 Edm = 3.44419 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -724922.6010797 Edm = 1.87754 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -724924.4359841 Edm = 0.108782 NCalls = 84 +VariableMetric: Iteration # 26 - FCN = -724924.537527 Edm = 0.00586394 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -724924.5450047 Edm = 0.000759322 NCalls = 88 +VariableMetric: Iteration # 28 - FCN = -724924.5579296 Edm = 0.0111754 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -724926.0529803 Edm = 1.23669 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -724938.844243 Edm = 5.98052 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -724945.0435112 Edm = 1.12399 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -724947.2428566 Edm = 0.205921 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -724947.5394404 Edm = 0.0242574 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -724947.5825461 Edm = 0.00601321 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -724947.5936237 Edm = 0.00212547 NCalls = 112 +VariableMetric: Iteration # 36 - FCN = -724947.5974078 Edm = 0.0018574 NCalls = 114 +VariableMetric: Iteration # 37 - FCN = -724947.6573302 Edm = 0.0547489 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -724953.12023 Edm = 6.53203 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -724954.224892 Edm = 1.22605 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -724955.6606951 Edm = 1.21747 NCalls = 133 +VariableMetric: Iteration # 41 - FCN = -724964.3060447 Edm = 9.51303 NCalls = 137 +VariableMetric: Iteration # 42 - FCN = -725023.3159211 Edm = 22.5063 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -725028.547337 Edm = 14.2347 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -725046.8869419 Edm = 1.51579 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -725048.7978607 Edm = 1.51364 NCalls = 150 +VariableMetric: Iteration # 46 - FCN = -725050.0465823 Edm = 0.166082 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -725050.3023389 Edm = 0.0510398 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -725050.4728141 Edm = 0.0703158 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -725050.6191143 Edm = 0.0278117 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -725050.6423314 Edm = 0.00470332 NCalls = 160 +VariableMetric: Iteration # 51 - FCN = -725050.6618782 Edm = 0.0177955 NCalls = 162 +VariableMetric: Iteration # 52 - FCN = -725051.4391 Edm = 0.780912 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -725084.1927517 Edm = 3.6889 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -725087.9770339 Edm = 1.53768 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -725090.1638395 Edm = 1.93962 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -725094.2879702 Edm = 0.341319 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -725094.6287786 Edm = 0.0107507 NCalls = 183 +VariableMetric: Iteration # 58 - FCN = -725094.6453865 Edm = 0.00120407 NCalls = 185 +VariableMetric: Iteration # 59 - FCN = -725094.6476667 Edm = 0.00157336 NCalls = 187 +VariableMetric: Iteration # 60 - FCN = -725094.6502815 Edm = 0.00478114 NCalls = 189 +VariableMetric: Iteration # 61 - FCN = -725094.6971138 Edm = 0.0370179 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -725095.3584092 Edm = 0.474021 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -725106.8168901 Edm = 9.12249 NCalls = 202 +VariableMetric: Iteration # 64 - FCN = -725139.7300644 Edm = 1.47326 NCalls = 204 +VariableMetric: Iteration # 65 - FCN = -725140.9875898 Edm = 0.218625 NCalls = 206 +VariableMetric: Iteration # 66 - FCN = -725141.331323 Edm = 0.116581 NCalls = 208 +VariableMetric: Iteration # 67 - FCN = -725141.5457267 Edm = 0.123708 NCalls = 211 +VariableMetric: Iteration # 68 - FCN = -725141.6466676 Edm = 0.019317 NCalls = 214 +VariableMetric: Iteration # 69 - FCN = -725141.6653509 Edm = 0.00517193 NCalls = 215 +VariableMetric: Iteration # 70 - FCN = -725141.6800287 Edm = 0.00719131 NCalls = 217 +VariableMetric: Iteration # 71 - FCN = -725141.6951395 Edm = 0.00132595 NCalls = 219 +VariableMetric: Iteration # 72 - FCN = -725141.6973369 Edm = 0.000573493 NCalls = 221 +VariableMetric: Iteration # 73 - FCN = -725141.7123012 Edm = 0.0137219 NCalls = 225 +VariableMetric: Iteration # 74 - FCN = -725144.0702194 Edm = 3.19073 NCalls = 232 +VariableMetric: Iteration # 75 - FCN = -725144.4252055 Edm = 0.624595 NCalls = 236 +VariableMetric: Iteration # 76 - FCN = -725144.6214782 Edm = 0.239982 NCalls = 240 +VariableMetric: Iteration # 77 - FCN = -725145.0642326 Edm = 0.645102 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -725149.2789902 Edm = 2.45961 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -725161.398535 Edm = 2.19007 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -725163.9435002 Edm = 11.438 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -725166.5331191 Edm = 2.71591 NCalls = 259 +VariableMetric: Iteration # 82 - FCN = -725173.0011519 Edm = 2.84844 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -725178.6306203 Edm = 0.551635 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -725179.2762119 Edm = 0.147567 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -725179.5382886 Edm = 0.110227 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -725179.7365451 Edm = 0.0380644 NCalls = 273 +VariableMetric: Iteration # 87 - FCN = -725179.7990884 Edm = 0.016421 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -725179.8205411 Edm = 0.00385759 NCalls = 278 +VariableMetric: Iteration # 89 - FCN = -725179.8258452 Edm = 0.000715542 NCalls = 280 +VariableMetric: Iteration # 90 - FCN = -725179.8280004 Edm = 0.00111609 NCalls = 282 +VariableMetric: Iteration # 91 - FCN = -725179.8329078 Edm = 0.00130103 NCalls = 285 +VariableMetric: Iteration # 92 - FCN = -725179.8356962 Edm = 0.000159213 NCalls = 287 +VariableMetric: Iteration # 93 - FCN = -725179.836013 Edm = 0.00011285 NCalls = 289 +VariableMetric: Iteration # 94 - FCN = -725179.8387961 Edm = 0.00269365 NCalls = 293 +VariableMetric: Iteration # 95 - FCN = -725179.9156992 Edm = 0.0647579 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -725181.0276334 Edm = 1.05205 NCalls = 307 +VariableMetric: Iteration # 97 - FCN = -725181.6919948 Edm = 0.64197 NCalls = 309 +VariableMetric: Iteration # 98 - FCN = -725186.8515413 Edm = 17.174 NCalls = 317 +VariableMetric: Iteration # 99 - FCN = -725187.012821 Edm = 0.512224 NCalls = 319 +VariableMetric: Iteration # 100 - FCN = -725187.911842 Edm = 2.46659 NCalls = 322 +VariableMetric: Iteration # 101 - FCN = -725189.0582777 Edm = 1.71929 NCalls = 325 +VariableMetric: Iteration # 102 - FCN = -725190.8470028 Edm = 0.478511 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -725191.6584087 Edm = 0.50298 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -725192.0186261 Edm = 0.329664 NCalls = 334 +VariableMetric: Iteration # 105 - FCN = -725192.3697575 Edm = 0.22193 NCalls = 336 +VariableMetric: Iteration # 106 - FCN = -725192.7424042 Edm = 0.0943164 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -725192.8978124 Edm = 0.0256026 NCalls = 340 +VariableMetric: Iteration # 108 - FCN = -725192.9195136 Edm = 0.00564121 NCalls = 342 +VariableMetric: Iteration # 109 - FCN = -725192.9239768 Edm = 0.000330223 NCalls = 343 +VariableMetric: Iteration # 110 - FCN = -725192.9243378 Edm = 0.000124229 NCalls = 345 +VariableMetric: Iteration # 111 - FCN = -725192.9251046 Edm = 0.000642672 NCalls = 348 +VariableMetric: Iteration # 112 - FCN = -725192.9368619 Edm = 0.009286 NCalls = 352 +VariableMetric: Iteration # 113 - FCN = -725193.5100844 Edm = 0.435164 NCalls = 357 +VariableMetric: Iteration # 114 - FCN = -725196.6643575 Edm = 0.639085 NCalls = 360 +VariableMetric: Iteration # 115 - FCN = -725197.6140377 Edm = 0.0588469 NCalls = 362 +VariableMetric: Iteration # 116 - FCN = -725197.6766404 Edm = 0.00621327 NCalls = 363 +VariableMetric: Iteration # 117 - FCN = -725197.6823048 Edm = 0.000307275 NCalls = 364 +VariableMetric: Iteration # 118 - FCN = -725197.682725 Edm = 2.7483e-05 NCalls = 366 +VariableMetric: After Hessian - FCN = -725197.682725 Edm = 63.4647 NCalls = 733 +VariableMetric: Iteration # 119 - FCN = -725197.682725 Edm = 63.4647 NCalls = 733 +VariableMetric: Iteration # 120 - FCN = -725200.1874204 Edm = 0.735095 NCalls = 740 +VariableMetric: Iteration # 121 - FCN = -725200.6271611 Edm = 0.0708198 NCalls = 742 +VariableMetric: Iteration # 122 - FCN = -725200.6634875 Edm = 0.0128381 NCalls = 744 +VariableMetric: Iteration # 123 - FCN = -725200.6901524 Edm = 0.0125881 NCalls = 746 +VariableMetric: Iteration # 124 - FCN = -725200.7248267 Edm = 0.0349711 NCalls = 751 +VariableMetric: Iteration # 125 - FCN = -725200.7631694 Edm = 0.0243203 NCalls = 754 +VariableMetric: Iteration # 126 - FCN = -725200.7762139 Edm = 0.0164041 NCalls = 756 +VariableMetric: Iteration # 127 - FCN = -725200.8039931 Edm = 0.00482945 NCalls = 759 +VariableMetric: Iteration # 128 - FCN = -725200.8124241 Edm = 0.000534163 NCalls = 761 +VariableMetric: Iteration # 129 - FCN = -725200.8129184 Edm = 0.000339692 NCalls = 763 +VariableMetric: Iteration # 130 - FCN = -725200.8132336 Edm = 7.83435e-05 NCalls = 765 +VariableMetric: Iteration # 131 - FCN = -725200.8133818 Edm = 1.27309e-05 NCalls = 767 +VariableMetric: After Hessian - FCN = -725200.8133818 Edm = 0.00014025 NCalls = 1146 +VariableMetric: Iteration # 132 - FCN = -725200.8133818 Edm = 0.00014025 NCalls = 1146 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.251E+05 | Ncalls=1194 (1194 total) | +| EDM = 1.4E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -725092.2901180431 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -6.283 | 0.012 | | |-6.28319 | 6.28319 | | +| 1 | p3770_s | 0.919 | 0.012 | | |0.918861 | 4.08114 | | +| 2 | jpsi_p | -1.560 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.0 | 1.3 | | | 14.8182 | 23.5818 | | +| 4 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 5 | p4040_p | -1.8 | 0.4 | | |-6.28319 | 6.28319 | | +| 6 | p4040_s | 0.41 | 0.17 | | |0.00501244| 2.01499 | | +| 7 | p4160_p | -1.95 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 2.362 | 0.025 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.73 | 0.17 | | |0.126447 | 2.35355 | | +| 10| psi2s_s | 1373.8 | 1.6 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.21 | 0.04 | | | -1.464 | 1.464 | | +| 12| rho_s | 0.84 | 0.30 | | |0.0253049| 2.0747 | | +| 13| Ctt | -0.50 | 0.15 | | | -0.5 | 0.5 | | +| 14| rho_p | 5.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 0.4 | 0.5 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.26 | 0.16 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | 4.01 | 0.28 | | |-6.28319 | 6.28319 | | +| 18| phi_p | -0.27 | 0.33 | | |-6.28319 | 6.28319 | | +| 19| omega_s | 8.0 | 1.9 | | | 4.19232 | 9.40768 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p3770_s jpsi_p phi_s jpsi_s p4040_p p4040_s p4160_p psi2s_p p4415_s psi2s_s Dbar_s rho_s Ctt rho_p omega_p p4160_s p4415_p phi_p omega_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.003 0.001 0.000 -0.000 0.002 -0.004 0.000 0.014 -0.000 0.001 -0.002 0.000 0.005 0.000 0.000 -0.001 -0.000 0.000 0.000 | +| p3770_s | -0.003 1.000 0.001 0.000 -0.001 0.005 -0.005 0.004 0.000 -0.004 0.001 -0.011 0.000 -0.011 0.001 -0.000 -0.002 0.001 0.000 -0.000 | +| jpsi_p | 0.001 0.001 1.000 -0.025 -0.059 -0.059 -0.102 -0.040 -0.073 -0.076 0.052 -0.206 0.059 0.038 0.018 -0.031 -0.101 -0.048 -0.029 -0.046 | +| phi_s | 0.000 0.000 -0.025 1.000 0.003 0.002 -0.011 -0.002 -0.033 -0.004 -0.002 -0.024 -0.041 0.010 0.226 0.043 -0.005 0.000 0.831 0.028 | +| jpsi_s | -0.000 -0.001 -0.059 0.003 1.000 0.002 0.025 0.008 0.068 -0.002 -0.718 0.137 -0.009 -0.030 0.055 0.008 0.006 0.002 0.012 0.004 | +| p4040_p | 0.002 0.005 -0.059 0.002 0.002 1.000 -0.189 0.293 -0.086 0.085 -0.000 0.060 -0.007 -0.285 0.030 -0.001 0.432 0.182 0.001 -0.000 | +| p4040_s | -0.004 -0.005 -0.102 -0.011 0.025 -0.189 1.000 -0.418 -0.153 0.158 -0.026 0.457 -0.010 0.363 -0.044 -0.007 0.117 -0.132 -0.012 -0.002 | +| p4160_p | 0.000 0.004 -0.040 -0.002 0.008 0.293 -0.418 1.000 0.026 0.075 -0.006 0.033 -0.006 -0.334 0.028 -0.003 0.006 0.281 -0.003 -0.003 | +| psi2s_p | 0.014 0.000 -0.073 -0.033 0.068 -0.086 -0.153 0.026 1.000 -0.121 -0.082 -0.017 -0.000 -0.217 -0.057 -0.024 -0.140 0.004 -0.033 -0.022 | +| p4415_s | -0.000 -0.004 -0.076 -0.004 -0.002 0.085 0.158 0.075 -0.121 1.000 0.000 0.272 -0.002 0.266 -0.021 -0.004 0.285 -0.194 -0.005 -0.001 | +| psi2s_s | 0.001 0.001 0.052 -0.002 -0.718 -0.000 -0.026 -0.006 -0.082 0.000 1.000 -0.112 0.007 0.030 -0.041 -0.006 -0.007 -0.002 -0.009 -0.003 | +| Dbar_s | -0.002 -0.011 -0.206 -0.024 0.137 0.060 0.457 0.033 -0.017 0.272 -0.112 1.000 -0.042 0.561 -0.049 -0.013 0.425 0.254 -0.023 -0.001 | +| rho_s | 0.000 0.000 0.059 -0.041 -0.009 -0.007 -0.010 -0.006 -0.000 -0.002 0.007 -0.042 1.000 0.021 0.069 0.285 -0.009 -0.008 -0.016 0.012 | +| Ctt | 0.005 -0.011 0.038 0.010 -0.030 -0.285 0.363 -0.334 -0.217 0.266 0.030 0.561 0.021 1.000 0.001 0.004 0.201 -0.104 0.008 0.000 | +| rho_p | 0.000 0.001 0.018 0.226 0.055 0.030 -0.044 0.028 -0.057 -0.021 -0.041 -0.049 0.069 0.001 1.000 0.046 -0.015 0.025 0.163 -0.012 | +| omega_p | 0.000 -0.000 -0.031 0.043 0.008 -0.001 -0.007 -0.003 -0.024 -0.004 -0.006 -0.013 0.285 0.004 0.046 1.000 -0.005 -0.001 0.007 0.891 | +| p4160_s | -0.001 -0.002 -0.101 -0.005 0.006 0.432 0.117 0.006 -0.140 0.285 -0.007 0.425 -0.009 0.201 -0.015 -0.005 1.000 -0.121 -0.007 -0.001 | +| p4415_p | -0.000 0.001 -0.048 0.000 0.002 0.182 -0.132 0.281 0.004 -0.194 -0.002 0.254 -0.008 -0.104 0.025 -0.001 -0.121 1.000 -0.001 -0.001 | +| phi_p | 0.000 0.000 -0.029 0.831 0.012 0.001 -0.012 -0.003 -0.033 -0.005 -0.009 -0.023 -0.016 0.008 0.163 0.007 -0.007 -0.001 1.000 -0.019 | +| omega_s | 0.000 -0.000 -0.046 0.028 0.004 -0.000 -0.002 -0.003 -0.022 -0.001 -0.003 -0.001 0.012 0.000 -0.012 0.891 -0.001 -0.001 -0.019 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.011672982403784893}), (, {'error': 0.011728097445252772}), (, {'error': 0.01627461991438972}), (, {'error': 1.3373259512033115}), (, {'error': 16.328398467144325}), (, {'error': 0.4254326505689665}), (, {'error': 0.1686672236099146}), (, {'error': 0.08872062137411607}), (, {'error': 0.02464865795621396}), (, {'error': 0.17324224915362285}), (, {'error': 1.604214328774333}), (, {'error': 0.04155197230830532}), (, {'error': 0.29500324345987955}), (, {'error': 0.15131494874675516}), (, {'error': 0.38694240851751793}), (, {'error': 0.4801251622370053}), (, {'error': 0.15661847389671402}), (, {'error': 0.27839772609552593}), (, {'error': 0.3279675337106438}), (, {'error': 1.9180425434595643})]) +Toy 1/10 +Time taken: 1 h, 23 min +Projected time left: 12 h, 29 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.252E+05 | Ncalls=1061 (1061 total) | +| EDM = 0.000131 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -725203.0461875803 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.79 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p3770_s | 2.64 | 0.21 | | |0.918861 | 4.08114 | | +| 2 | jpsi_p | 1.664 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 19.0 | 1.0 | | | 14.8182 | 23.5818 | | +| 4 | jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 5 | p4040_p | 3.89 | 0.21 | | |-6.28319 | 6.28319 | | +| 6 | p4040_s | 0.92 | 0.19 | | |0.00501244| 2.01499 | | +| 7 | p4160_p | 4.01 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | -4.469 | 0.030 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.03 | 0.19 | | |0.126447 | 2.35355 | | +| 10| psi2s_s | 1371.6 | 1.9 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.016 | 0.065 | | | -1.464 | 1.464 | | +| 12| rho_s | 0.82 | 0.31 | | |0.0253049| 2.0747 | | +| 13| Ctt | -0.24 | 0.15 | | | -0.5 | 0.5 | | +| 14| rho_p | 5.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 0.88 | 0.21 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.59 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | 3.92 | 0.20 | | |-6.28319 | 6.28319 | | +| 18| phi_p | 0.74 | 0.23 | | |-6.28319 | 6.28319 | | +| 19| omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p3770_s jpsi_p phi_s jpsi_s p4040_p p4040_s p4160_p psi2s_p p4415_s psi2s_s Dbar_s rho_s Ctt rho_p omega_p p4160_s p4415_p phi_p omega_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.172 -0.001 -0.005 0.025 0.244 -0.303 0.325 -0.283 -0.270 0.019 -0.518 -0.011 -0.563 0.034 -0.002 -0.221 0.092 -0.015 0.001 | +| p3770_s | -0.172 1.000 -0.012 0.003 -0.020 -0.085 0.154 -0.072 -0.342 0.059 -0.033 0.159 -0.006 0.017 -0.026 -0.007 0.075 -0.001 0.009 0.000 | +| jpsi_p | -0.001 -0.012 1.000 -0.012 -0.050 -0.081 -0.116 0.026 0.093 -0.154 -0.038 -0.123 0.023 -0.161 -0.109 -0.018 -0.167 -0.024 0.008 0.009 | +| phi_s | -0.005 0.003 -0.012 1.000 0.039 -0.003 0.004 -0.005 -0.005 0.002 0.033 0.003 0.051 0.000 -0.066 0.043 0.003 -0.003 0.693 -0.000 | +| jpsi_s | 0.025 -0.020 -0.050 0.039 1.000 -0.016 -0.018 -0.014 -0.045 0.007 0.814 -0.106 0.026 0.037 -0.072 -0.010 -0.005 -0.007 0.033 -0.001 | +| p4040_p | 0.244 -0.085 -0.081 -0.003 -0.016 1.000 -0.262 0.321 -0.286 -0.010 -0.016 -0.130 -0.024 -0.405 0.024 -0.011 0.285 0.190 -0.014 0.001 | +| p4040_s | -0.303 0.154 -0.116 0.004 -0.018 -0.262 1.000 -0.559 -0.070 0.280 -0.019 0.591 0.014 0.572 -0.051 -0.004 0.224 -0.187 0.015 0.000 | +| p4160_p | 0.325 -0.072 0.026 -0.005 -0.014 0.321 -0.559 1.000 -0.152 -0.101 -0.014 -0.332 -0.026 -0.565 0.035 -0.008 -0.207 0.298 -0.016 0.001 | +| psi2s_p | -0.283 -0.342 0.093 -0.005 -0.045 -0.286 -0.070 -0.152 1.000 -0.060 -0.047 0.047 0.018 0.183 -0.052 -0.003 -0.152 -0.101 0.008 0.003 | +| p4415_s | -0.270 0.059 -0.154 0.002 0.007 -0.010 0.280 -0.101 -0.060 1.000 0.006 0.501 0.011 0.459 -0.028 -0.003 0.372 -0.167 0.005 0.000 | +| psi2s_s | 0.019 -0.033 -0.038 0.033 0.814 -0.016 -0.019 -0.014 -0.047 0.006 1.000 -0.091 0.023 0.038 -0.060 -0.008 -0.006 -0.008 0.028 -0.001 | +| Dbar_s | -0.518 0.159 -0.123 0.003 -0.106 -0.130 0.591 -0.332 0.047 0.501 -0.091 1.000 -0.002 0.815 -0.051 -0.011 0.545 0.069 0.013 0.001 | +| rho_s | -0.011 -0.006 0.023 0.051 0.026 -0.024 0.014 -0.026 0.018 0.011 0.023 -0.002 1.000 0.037 0.059 0.600 0.002 -0.019 0.179 -0.043 | +| Ctt | -0.563 0.017 -0.161 0.000 0.037 -0.405 0.572 -0.565 0.183 0.459 0.038 0.815 0.037 1.000 -0.025 0.012 0.392 -0.181 0.006 -0.001 | +| rho_p | 0.034 -0.026 -0.109 -0.066 -0.072 0.024 -0.051 0.035 -0.052 -0.028 -0.060 -0.051 0.059 -0.025 1.000 0.295 -0.028 0.026 -0.180 -0.030 | +| omega_p | -0.002 -0.007 -0.018 0.043 -0.010 -0.011 -0.004 -0.008 -0.003 -0.003 -0.008 -0.011 0.600 0.012 0.295 1.000 -0.007 -0.006 0.076 -0.336 | +| p4160_s | -0.221 0.075 -0.167 0.003 -0.005 0.285 0.224 -0.207 -0.152 0.372 -0.006 0.545 0.002 0.392 -0.028 -0.007 1.000 -0.164 0.005 0.000 | +| p4415_p | 0.092 -0.001 -0.024 -0.003 -0.007 0.190 -0.187 0.298 -0.101 -0.167 -0.008 0.069 -0.019 -0.181 0.026 -0.006 -0.164 1.000 -0.011 0.001 | +| phi_p | -0.015 0.009 0.008 0.693 0.033 -0.014 0.015 -0.016 0.008 0.005 0.028 0.013 0.179 0.006 -0.180 0.076 0.005 -0.011 1.000 0.011 | +| omega_s | 0.001 0.000 0.009 -0.000 -0.001 0.001 0.000 0.001 0.003 0.000 -0.001 0.001 -0.043 -0.001 -0.030 -0.336 0.000 0.001 0.011 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11239587331402001}), (, {'error': 0.20572849384208625}), (, {'error': 0.016448973023120317}), (, {'error': 1.0477314668514914}), (, {'error': 13.201605063134593}), (, {'error': 0.2082520914138426}), (, {'error': 0.18733691203194747}), (, {'error': 0.0894999438511288}), (, {'error': 0.030486178333620106}), (, {'error': 0.18754661516930587}), (, {'error': 1.9190681043218092}), (, {'error': 0.06527047124111396}), (, {'error': 0.31266934761348975}), (, {'error': 0.14686056297117422}), (, {'error': 0.4087936999246562}), (, {'error': 0.209723280487351}), (, {'error': 0.17129945749193642}), (, {'error': 0.20149136653414867}), (, {'error': 0.22564124560401577}), (, {'error': 3.7339777751937993})]) +Toy 2/10 +Time taken: 2 h, 38 min +Projected time left: 10 h, 34 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.252E+05 | Ncalls=1303 (1303 total) | +| EDM = 5.78E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -725202.3397614898 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.42 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p3770_s | 2.59 | 0.21 | | |0.918861 | 4.08114 | | +| 2 | jpsi_p | 4.715 | 0.017 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18.9 | 1.1 | | | 14.8182 | 23.5818 | | +| 4 | jpsi_s | 0.997E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 5 | p4040_p | 4.15 | 0.21 | | |-6.28319 | 6.28319 | | +| 6 | p4040_s | 0.89 | 0.18 | | |0.00501244| 2.01499 | | +| 7 | p4160_p | 4.22 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | -4.045 | 0.031 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.01 | 0.19 | | |0.126447 | 2.35355 | | +| 10| psi2s_s | 1370 | 4 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.022 | 0.062 | | | -1.464 | 1.464 | | +| 12| rho_s | 0.72 | 0.29 | | |0.0253049| 2.0747 | | +| 13| Ctt | -0.27 | 0.15 | | | -0.5 | 0.5 | | +| 14| rho_p | -0.8 | 0.5 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.55 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -2.20 | 0.21 | | |-6.28319 | 6.28319 | | +| 18| phi_p | 0.56 | 0.24 | | |-6.28319 | 6.28319 | | +| 19| omega_s | 6.6 | 0.9 | | | 4.19232 | 9.40768 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p3770_s jpsi_p phi_s jpsi_s p4040_p p4040_s p4160_p psi2s_p p4415_s psi2s_s Dbar_s rho_s Ctt rho_p omega_p p4160_s p4415_p phi_p omega_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.206 -0.077 -0.003 0.012 0.235 -0.295 0.311 -0.154 -0.263 0.010 -0.485 -0.008 -0.582 0.030 0.001 -0.209 0.104 -0.008 0.002 | +| p3770_s | -0.206 1.000 -0.001 0.001 -0.036 -0.100 0.196 -0.096 -0.285 0.093 -0.044 0.238 -0.009 0.092 -0.025 0.000 0.104 -0.011 0.006 0.003 | +| jpsi_p | -0.077 -0.001 1.000 -0.020 0.179 -0.156 0.003 -0.122 -0.084 -0.026 0.175 -0.107 0.070 0.139 0.008 0.000 -0.059 -0.080 -0.031 -0.031 | +| phi_s | -0.003 0.001 -0.020 1.000 0.089 -0.006 0.003 -0.008 -0.019 0.004 0.086 -0.014 0.030 0.006 -0.092 -0.007 0.003 -0.004 0.726 -0.033 | +| jpsi_s | 0.012 -0.036 0.179 0.089 1.000 -0.061 -0.009 -0.069 -0.185 0.038 0.954 -0.235 0.034 0.120 -0.180 -0.002 0.010 -0.027 0.076 0.002 | +| p4040_p | 0.235 -0.100 -0.156 -0.006 -0.061 1.000 -0.230 0.303 -0.141 0.017 -0.061 -0.030 -0.021 -0.363 0.031 0.002 0.317 0.189 -0.011 0.008 | +| p4040_s | -0.295 0.196 0.003 0.003 -0.009 -0.230 1.000 -0.529 -0.162 0.265 -0.011 0.548 0.008 0.556 -0.048 -0.000 0.207 -0.192 0.008 -0.002 | +| p4160_p | 0.311 -0.096 -0.122 -0.008 -0.069 0.303 -0.529 1.000 0.016 -0.069 -0.069 -0.216 -0.022 -0.525 0.043 0.001 -0.173 0.305 -0.013 0.006 | +| psi2s_p | -0.154 -0.285 -0.084 -0.019 -0.185 -0.141 -0.162 0.016 1.000 -0.146 -0.186 -0.040 -0.004 -0.098 -0.022 0.001 -0.193 -0.012 -0.009 -0.005 | +| p4415_s | -0.263 0.093 -0.026 0.004 0.038 0.017 0.265 -0.069 -0.146 1.000 0.037 0.457 0.010 0.451 -0.032 -0.000 0.367 -0.188 0.003 -0.001 | +| psi2s_s | 0.010 -0.044 0.175 0.086 0.954 -0.061 -0.011 -0.069 -0.186 0.037 1.000 -0.227 0.033 0.120 -0.172 -0.002 0.009 -0.027 0.073 0.002 | +| Dbar_s | -0.485 0.238 -0.107 -0.014 -0.235 -0.030 0.548 -0.216 -0.040 0.457 -0.227 1.000 -0.017 0.731 -0.012 0.001 0.523 0.104 -0.006 0.005 | +| rho_s | -0.008 -0.009 0.070 0.030 0.034 -0.021 0.008 -0.022 -0.004 0.010 0.033 -0.017 1.000 0.042 0.136 -0.026 0.002 -0.014 0.134 -0.568 | +| Ctt | -0.582 0.092 0.139 0.006 0.120 -0.363 0.556 -0.525 -0.098 0.451 0.120 0.731 0.042 1.000 -0.033 -0.001 0.388 -0.180 0.003 -0.012 | +| rho_p | 0.030 -0.025 0.008 -0.092 -0.180 0.031 -0.048 0.043 -0.022 -0.032 -0.172 -0.012 0.136 -0.033 1.000 0.041 -0.027 0.033 -0.203 -0.056 | +| omega_p | 0.001 0.000 0.000 -0.007 -0.002 0.002 -0.000 0.001 0.001 -0.000 -0.002 0.001 -0.026 -0.001 0.041 1.000 0.000 0.001 -0.008 -0.124 | +| p4160_s | -0.209 0.104 -0.059 0.003 0.010 0.317 0.207 -0.173 -0.193 0.367 0.009 0.523 0.002 0.388 -0.027 0.000 1.000 -0.174 0.002 0.002 | +| p4415_p | 0.104 -0.011 -0.080 -0.004 -0.027 0.189 -0.192 0.305 -0.012 -0.188 -0.027 0.104 -0.014 -0.180 0.033 0.001 -0.174 1.000 -0.009 0.005 | +| phi_p | -0.008 0.006 -0.031 0.726 0.076 -0.011 0.008 -0.013 -0.009 0.003 0.073 -0.006 0.134 0.003 -0.203 -0.008 0.002 -0.009 1.000 -0.096 | +| omega_s | 0.002 0.003 -0.031 -0.033 0.002 0.008 -0.002 0.006 -0.005 -0.001 0.002 0.005 -0.568 -0.012 -0.056 -0.124 0.002 0.005 -0.096 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11446050616975079}), (, {'error': 0.20569076926469165}), (, {'error': 0.017003550760049002}), (, {'error': 1.0969151930846177}), (, {'error': 25.732635429842958}), (, {'error': 0.21135346383187947}), (, {'error': 0.18214705687795196}), (, {'error': 0.0880496423103514}), (, {'error': 0.03095575390732641}), (, {'error': 0.1859414501102089}), (, {'error': 3.6920461692404842}), (, {'error': 0.06194540023227202}), (, {'error': 0.28859223523891486}), (, {'error': 0.1477727155103603}), (, {'error': 0.4555118641053051}), (, {'error': 0.08654353735613007}), (, {'error': 0.16875090307572793}), (, {'error': 0.20680230072412287}), (, {'error': 0.24240905052393424}), (, {'error': 0.9344227453379403})]) +Toy 3/10 +Time taken: 4 h, 9 min +Projected time left: 9 h, 41 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.252E+05 | Ncalls=1184 (1184 total) | +| EDM = 2.85E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -725202.543068606 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.42 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p3770_s | 2.59 | 0.21 | | |0.918861 | 4.08114 | | +| 2 | jpsi_p | -1.566 | 0.017 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 15.9 | 1.3 | | | 14.8182 | 23.5818 | | +| 4 | jpsi_s | 0.998E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 5 | p4040_p | -2.14 | 0.21 | | |-6.28319 | 6.28319 | | +| 6 | p4040_s | 0.89 | 0.18 | | |0.00501244| 2.01499 | | +| 7 | p4160_p | 4.22 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 2.240 | 0.031 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.01 | 0.19 | | |0.126447 | 2.35355 | | +| 10| psi2s_s | 1370 | 4 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.022 | 0.062 | | | -1.464 | 1.464 | | +| 12| rho_s | 0.72 | 0.28 | | |0.0253049| 2.0747 | | +| 13| Ctt | -0.27 | 0.15 | | | -0.5 | 0.5 | | +| 14| rho_p | -0.9 | 0.5 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.55 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -2.20 | 0.21 | | |-6.28319 | 6.28319 | | +| 18| phi_p | -0.29 | 0.31 | | |-6.28319 | 6.28319 | | +| 19| omega_s | 6.7 | 0.9 | | | 4.19232 | 9.40768 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p3770_s jpsi_p phi_s jpsi_s p4040_p p4040_s p4160_p psi2s_p p4415_s psi2s_s Dbar_s rho_s Ctt rho_p omega_p p4160_s p4415_p phi_p omega_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.208 -0.079 -0.002 0.011 0.240 -0.297 0.313 -0.154 -0.262 0.009 -0.486 -0.008 -0.583 0.028 0.001 -0.205 0.105 -0.003 0.002 | +| p3770_s | -0.208 1.000 0.001 -0.009 -0.036 -0.103 0.197 -0.098 -0.283 0.093 -0.043 0.239 -0.008 0.094 -0.026 0.000 0.103 -0.012 -0.007 0.003 | +| jpsi_p | -0.079 0.001 1.000 -0.019 0.179 -0.159 0.005 -0.124 -0.081 -0.026 0.175 -0.106 0.076 0.139 -0.000 0.000 -0.061 -0.081 -0.030 -0.034 | +| phi_s | -0.002 -0.009 -0.019 1.000 -0.012 -0.004 -0.007 -0.005 -0.028 -0.002 -0.011 -0.011 -0.053 0.011 0.246 -0.005 -0.004 -0.001 0.817 0.008 | +| jpsi_s | 0.011 -0.036 0.179 -0.012 1.000 -0.061 -0.009 -0.068 -0.179 0.037 0.951 -0.229 0.036 0.117 -0.173 -0.001 0.009 -0.027 -0.039 0.007 | +| p4040_p | 0.240 -0.103 -0.159 -0.004 -0.061 1.000 -0.236 0.309 -0.143 0.017 -0.060 -0.031 -0.022 -0.370 0.029 0.002 0.323 0.194 -0.005 0.007 | +| p4040_s | -0.297 0.197 0.005 -0.007 -0.009 -0.236 1.000 -0.530 -0.160 0.264 -0.010 0.548 0.009 0.558 -0.048 -0.000 0.202 -0.193 -0.007 -0.001 | +| p4160_p | 0.313 -0.098 -0.124 -0.005 -0.068 0.309 -0.530 1.000 0.014 -0.068 -0.067 -0.216 -0.023 -0.527 0.040 0.002 -0.168 0.307 -0.005 0.005 | +| psi2s_p | -0.154 -0.283 -0.081 -0.028 -0.179 -0.143 -0.160 0.014 1.000 -0.146 -0.179 -0.042 -0.001 -0.096 -0.029 0.001 -0.194 -0.013 -0.023 -0.005 | +| p4415_s | -0.262 0.093 -0.026 -0.002 0.037 0.017 0.264 -0.068 -0.146 1.000 0.036 0.458 0.011 0.449 -0.031 0.000 0.366 -0.188 -0.005 -0.001 | +| psi2s_s | 0.009 -0.043 0.175 -0.011 0.951 -0.060 -0.010 -0.067 -0.179 0.036 1.000 -0.221 0.035 0.117 -0.165 -0.001 0.008 -0.027 -0.037 0.006 | +| Dbar_s | -0.486 0.239 -0.106 -0.011 -0.229 -0.031 0.548 -0.216 -0.042 0.458 -0.221 1.000 -0.016 0.731 -0.015 0.001 0.522 0.104 -0.006 0.005 | +| rho_s | -0.008 -0.008 0.076 -0.053 0.036 -0.022 0.009 -0.023 -0.001 0.011 0.035 -0.016 1.000 0.042 0.124 -0.031 0.002 -0.015 -0.022 -0.559 | +| Ctt | -0.583 0.094 0.139 0.011 0.117 -0.370 0.558 -0.527 -0.096 0.449 0.117 0.731 0.042 1.000 -0.030 -0.001 0.381 -0.182 0.006 -0.012 | +| rho_p | 0.028 -0.026 -0.000 0.246 -0.173 0.029 -0.048 0.040 -0.029 -0.031 -0.165 -0.015 0.124 -0.030 1.000 0.041 -0.026 0.031 0.185 -0.079 | +| omega_p | 0.001 0.000 0.000 -0.005 -0.001 0.002 -0.000 0.002 0.001 0.000 -0.001 0.001 -0.031 -0.001 0.041 1.000 0.000 0.001 -0.006 -0.143 | +| p4160_s | -0.205 0.103 -0.061 -0.004 0.009 0.323 0.202 -0.168 -0.194 0.366 0.008 0.522 0.002 0.381 -0.026 0.000 1.000 -0.171 -0.006 0.002 | +| p4415_p | 0.105 -0.012 -0.081 -0.001 -0.027 0.194 -0.193 0.307 -0.013 -0.188 -0.027 0.104 -0.015 -0.182 0.031 0.001 -0.171 1.000 -0.001 0.004 | +| phi_p | -0.003 -0.007 -0.030 0.817 -0.039 -0.005 -0.007 -0.005 -0.023 -0.005 -0.037 -0.006 -0.022 0.006 0.185 -0.006 -0.006 -0.001 1.000 -0.022 | +| omega_s | 0.002 0.003 -0.034 0.008 0.007 0.007 -0.001 0.005 -0.005 -0.001 0.006 0.005 -0.559 -0.012 -0.079 -0.143 0.002 0.004 -0.022 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11461154322052303}), (, {'error': 0.2057587372619143}), (, {'error': 0.016991920287360518}), (, {'error': 1.2871408212533186}), (, {'error': 25.14850582800409}), (, {'error': 0.21360038793428782}), (, {'error': 0.1823745720716109}), (, {'error': 0.08821560379222149}), (, {'error': 0.03091231165459174}), (, {'error': 0.18589791685737161}), (, {'error': 3.6079998748479056}), (, {'error': 0.061856320012882215}), (, {'error': 0.28371337927391915}), (, {'error': 0.14813923161181086}), (, {'error': 0.4559156261365307}), (, {'error': 0.09629118291146455}), (, {'error': 0.16906142049687745}), (, {'error': 0.20689601429417137}), (, {'error': 0.3125680082962572}), (, {'error': 0.9381551704026325})]) +Toy 4/10 +Time taken: 5 h, 32 min +Projected time left: 8 h, 18 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.252E+05 | Ncalls=686 (686 total) | +| EDM = 0.00117 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -725201.0575689322 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.04 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | p3770_s | 2.44 | 0.18 | | |0.918861 | 4.08114 | | +| 2 | jpsi_p | 1.477 | 0.019 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.7 | 1.1 | | | 14.8182 | 23.5818 | | +| 4 | jpsi_s | 0.995E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 5 | p4040_p | 4.15 | 0.19 | | |-6.28319 | 6.28319 | | +| 6 | p4040_s | 0.91 | 0.15 | | |0.00501244| 2.01499 | | +| 7 | p4160_p | -2.10 | 0.08 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 3.76 | 0.03 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.03 | 0.17 | | |0.126447 | 2.35355 | | +| 10| psi2s_s | 1360 | 40 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.05 | 0.06 | | | -1.464 | 1.464 | | +| 12| rho_s | 0.7 | 0.4 | | |0.0253049| 2.0747 | | +| 13| Ctt | -0.27 | 0.15 | | | -0.5 | 0.5 | | +| 14| rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 15| omega_p | -5.48 | 0.25 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.56 | 0.15 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | 4.05 | 0.19 | | |-6.28319 | 6.28319 | | +| 18| phi_p | -6.3 | 0.9 | | |-6.28319 | 6.28319 | | +| 19| omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p3770_s jpsi_p phi_s jpsi_s p4040_p p4040_s p4160_p psi2s_p p4415_s psi2s_s Dbar_s rho_s Ctt rho_p omega_p p4160_s p4415_p phi_p omega_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.095 -0.074 0.003 0.057 0.195 -0.118 0.215 0.311 -0.131 0.054 -0.305 -0.009 -0.371 -0.001 -0.013 -0.068 0.088 -0.008 0.000 | +| p3770_s | -0.095 1.000 -0.014 -0.019 -0.134 -0.049 0.123 -0.010 -0.185 0.004 -0.134 0.199 0.017 -0.096 0.010 0.019 0.027 0.001 0.003 0.003 | +| jpsi_p | -0.074 -0.014 1.000 -0.091 -0.473 -0.007 -0.087 0.074 -0.294 -0.189 -0.471 0.295 0.081 -0.291 0.025 0.075 -0.169 -0.022 -0.017 0.019 | +| phi_s | 0.003 -0.019 -0.091 1.000 0.124 -0.023 0.001 -0.030 0.063 0.029 0.123 -0.087 0.030 0.075 0.018 0.052 0.017 -0.002 0.757 -0.013 | +| jpsi_s | 0.057 -0.134 -0.473 0.124 1.000 -0.150 -0.009 -0.177 0.571 0.201 0.997 -0.685 -0.301 0.515 -0.077 -0.256 0.121 0.014 -0.043 -0.020 | +| p4040_p | 0.195 -0.049 -0.007 -0.023 -0.150 1.000 -0.174 0.281 -0.029 0.008 -0.150 0.080 0.039 -0.393 0.016 0.032 0.325 0.164 0.001 0.004 | +| p4040_s | -0.118 0.123 -0.087 0.001 -0.009 -0.174 1.000 -0.440 -0.237 0.134 -0.009 0.317 -0.015 0.327 -0.004 -0.010 0.071 -0.170 0.001 0.000 | +| p4160_p | 0.215 -0.010 0.074 -0.030 -0.177 0.281 -0.440 1.000 0.027 -0.020 -0.176 0.009 0.050 -0.488 0.019 0.041 -0.126 0.264 -0.001 0.005 | +| psi2s_p | 0.311 -0.185 -0.294 0.063 0.571 -0.029 -0.237 0.027 1.000 -0.051 0.566 -0.667 -0.149 0.111 -0.046 -0.139 -0.103 0.030 -0.036 -0.007 | +| p4415_s | -0.131 0.004 -0.189 0.029 0.201 0.008 0.134 -0.020 -0.051 1.000 0.200 0.129 -0.063 0.381 -0.018 -0.056 0.272 -0.154 -0.007 -0.004 | +| psi2s_s | 0.054 -0.134 -0.471 0.123 0.997 -0.150 -0.009 -0.176 0.566 0.200 1.000 -0.683 -0.300 0.511 -0.077 -0.256 0.120 0.014 -0.043 -0.020 | +| Dbar_s | -0.305 0.199 0.295 -0.087 -0.685 0.080 0.317 0.009 -0.667 0.129 -0.683 1.000 0.178 0.088 0.052 0.158 0.224 0.081 0.027 0.014 | +| rho_s | -0.009 0.017 0.081 0.030 -0.301 0.039 -0.015 0.050 -0.149 -0.063 -0.300 0.178 1.000 -0.123 -0.061 0.728 -0.046 -0.001 0.067 -0.055 | +| Ctt | -0.371 -0.096 -0.291 0.075 0.515 -0.393 0.327 -0.488 0.111 0.381 0.511 0.088 -0.123 1.000 -0.047 -0.114 0.264 -0.147 -0.014 -0.011 | +| rho_p | -0.001 0.010 0.025 0.018 -0.077 0.016 -0.004 0.019 -0.046 -0.018 -0.077 0.052 -0.061 -0.047 1.000 -0.065 -0.011 0.003 0.016 0.002 | +| omega_p | -0.013 0.019 0.075 0.052 -0.256 0.032 -0.010 0.041 -0.139 -0.056 -0.256 0.158 0.728 -0.114 -0.065 1.000 -0.040 -0.003 0.090 -0.349 | +| p4160_s | -0.068 0.027 -0.169 0.017 0.121 0.325 0.071 -0.126 -0.103 0.272 0.120 0.224 -0.046 0.264 -0.011 -0.040 1.000 -0.166 -0.006 -0.002 | +| p4415_p | 0.088 0.001 -0.022 -0.002 0.014 0.164 -0.170 0.264 0.030 -0.154 0.014 0.081 -0.001 -0.147 0.003 -0.003 -0.166 1.000 -0.005 0.001 | +| phi_p | -0.008 0.003 -0.017 0.757 -0.043 0.001 0.001 -0.001 -0.036 -0.007 -0.043 0.027 0.067 -0.014 0.016 0.090 -0.006 -0.005 1.000 -0.000 | +| omega_s | 0.000 0.003 0.019 -0.013 -0.020 0.004 0.000 0.005 -0.007 -0.004 -0.020 0.014 -0.055 -0.011 0.002 -0.349 -0.002 0.001 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10275443428543252}), (, {'error': 0.1830246689635393}), (, {'error': 0.018627648844895095}), (, {'error': 1.1340033390855861}), (, {'error': 153.2466613755587}), (, {'error': 0.19235155499923096}), (, {'error': 0.15260195040325047}), (, {'error': 0.08039322970257468}), (, {'error': 0.03267075065673808}), (, {'error': 0.17088790709357266}), (, {'error': 43.933791328192115}), (, {'error': 0.06392577390732757}), (, {'error': 0.37522067934855563}), (, {'error': 0.14539261887440463}), (, {'error': 0.13406458059924198}), (, {'error': 0.25494833615434764}), (, {'error': 0.14817590925872226}), (, {'error': 0.19042266174455147}), (, {'error': 0.8780166254381943}), (, {'error': 3.664031608981241})]) +Toy 5/10 +Time taken: 6 h, 28 min +Projected time left: 6 h, 28 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.252E+05 | Ncalls=1069 (1069 total) | +| EDM = 7.43E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -725203.0494522292 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.79 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p3770_s | 2.64 | 0.21 | | |0.918861 | 4.08114 | | +| 2 | jpsi_p | -4.617 | 0.016 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.0 | 0.9 | | | 14.8182 | 23.5818 | | +| 4 | jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 5 | p4040_p | -2.39 | 0.21 | | |-6.28319 | 6.28319 | | +| 6 | p4040_s | 0.92 | 0.19 | | |0.00501244| 2.01499 | | +| 7 | p4160_p | -2.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 1.816 | 0.030 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.04 | 0.19 | | |0.126447 | 2.35355 | | +| 10| psi2s_s | 1371.7 | 2.0 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.016 | 0.064 | | | -1.464 | 1.464 | | +| 12| rho_s | 0.80 | 0.30 | | |0.0253049| 2.0747 | | +| 13| Ctt | -0.24 | 0.14 | | | -0.5 | 0.5 | | +| 14| rho_p | 5.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 0.7 | 0.5 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.59 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -2.36 | 0.20 | | |-6.28319 | 6.28319 | | +| 18| phi_p | 6.18 | 0.20 | | |-6.28319 | 6.28319 | | +| 19| omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p3770_s jpsi_p phi_s jpsi_s p4040_p p4040_s p4160_p psi2s_p p4415_s psi2s_s Dbar_s rho_s Ctt rho_p omega_p p4160_s p4415_p phi_p omega_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.185 -0.009 0.004 0.028 0.238 -0.292 0.315 -0.274 -0.258 0.023 -0.504 -0.009 -0.549 0.034 -0.005 -0.208 0.101 -0.001 -0.005 | +| p3770_s | -0.185 1.000 -0.010 -0.006 -0.021 -0.090 0.159 -0.078 -0.337 0.062 -0.034 0.168 -0.006 0.024 -0.027 -0.004 0.076 -0.006 -0.004 -0.001 | +| jpsi_p | -0.009 -0.010 1.000 -0.038 -0.051 -0.087 -0.108 0.019 0.098 -0.150 -0.040 -0.113 0.021 -0.153 -0.113 -0.044 -0.164 -0.020 -0.031 -0.044 | +| phi_s | 0.004 -0.006 -0.038 1.000 0.010 0.002 -0.006 0.001 -0.017 -0.001 0.009 -0.010 -0.069 0.003 0.176 0.045 -0.002 0.002 0.548 0.048 | +| jpsi_s | 0.028 -0.021 -0.051 0.010 1.000 -0.016 -0.020 -0.013 -0.048 0.007 0.826 -0.116 0.025 0.038 -0.075 -0.009 -0.007 -0.007 -0.008 -0.004 | +| p4040_p | 0.238 -0.090 -0.087 0.002 -0.016 1.000 -0.257 0.318 -0.287 -0.001 -0.016 -0.113 -0.023 -0.401 0.025 -0.008 0.301 0.194 -0.003 -0.004 | +| p4040_s | -0.292 0.159 -0.108 -0.006 -0.020 -0.257 1.000 -0.555 -0.076 0.271 -0.021 0.579 0.011 0.562 -0.052 -0.001 0.212 -0.200 -0.003 0.000 | +| p4160_p | 0.315 -0.078 0.019 0.001 -0.013 0.318 -0.555 1.000 -0.148 -0.092 -0.013 -0.313 -0.024 -0.558 0.036 -0.009 -0.194 0.306 -0.003 -0.006 | +| psi2s_p | -0.274 -0.337 0.098 -0.017 -0.048 -0.287 -0.076 -0.148 1.000 -0.066 -0.049 0.036 0.017 0.176 -0.053 -0.014 -0.162 -0.098 -0.011 -0.016 | +| p4415_s | -0.258 0.062 -0.150 -0.001 0.007 -0.001 0.271 -0.092 -0.066 1.000 0.005 0.488 0.010 0.449 -0.029 -0.001 0.369 -0.196 -0.002 -0.000 | +| psi2s_s | 0.023 -0.034 -0.040 0.009 0.826 -0.016 -0.021 -0.013 -0.049 0.005 1.000 -0.102 0.022 0.038 -0.063 -0.007 -0.008 -0.008 -0.006 -0.003 | +| Dbar_s | -0.504 0.168 -0.113 -0.010 -0.116 -0.113 0.579 -0.313 0.036 0.488 -0.102 1.000 -0.006 0.801 -0.052 -0.006 0.536 0.060 -0.006 -0.001 | +| rho_s | -0.009 -0.006 0.021 -0.069 0.025 -0.023 0.011 -0.024 0.017 0.010 0.022 -0.006 1.000 0.036 0.050 0.374 0.001 -0.018 -0.019 0.108 | +| Ctt | -0.549 0.024 -0.153 0.003 0.038 -0.401 0.562 -0.558 0.176 0.449 0.038 0.801 0.036 1.000 -0.025 0.007 0.377 -0.200 0.003 0.002 | +| rho_p | 0.034 -0.027 -0.113 0.176 -0.075 0.025 -0.052 0.036 -0.053 -0.029 -0.063 -0.052 0.050 -0.025 1.000 0.112 -0.028 0.028 0.073 0.017 | +| omega_p | -0.005 -0.004 -0.044 0.045 -0.009 -0.008 -0.001 -0.009 -0.014 -0.001 -0.007 -0.006 0.374 0.007 0.112 1.000 -0.004 -0.005 0.001 0.884 | +| p4160_s | -0.208 0.076 -0.164 -0.002 -0.007 0.301 0.212 -0.194 -0.162 0.369 -0.008 0.536 0.001 0.377 -0.028 -0.004 1.000 -0.177 -0.003 -0.001 | +| p4415_p | 0.101 -0.006 -0.020 0.002 -0.007 0.194 -0.200 0.306 -0.098 -0.196 -0.008 0.060 -0.018 -0.200 0.028 -0.005 -0.177 1.000 -0.002 -0.003 | +| phi_p | -0.001 -0.004 -0.031 0.548 -0.008 -0.003 -0.003 -0.003 -0.011 -0.002 -0.006 -0.006 -0.019 0.003 0.073 0.001 -0.003 -0.002 1.000 -0.011 | +| omega_s | -0.005 -0.001 -0.044 0.048 -0.004 -0.004 0.000 -0.006 -0.016 -0.000 -0.003 -0.001 0.108 0.002 0.017 0.884 -0.001 -0.003 -0.011 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1113172073958435}), (, {'error': 0.20610228144353115}), (, {'error': 0.016467805021663118}), (, {'error': 0.9049767875698302}), (, {'error': 13.580420864642292}), (, {'error': 0.20944908771930115}), (, {'error': 0.18604038172396398}), (, {'error': 0.0891848338883594}), (, {'error': 0.030393234337799946}), (, {'error': 0.18749282848845755}), (, {'error': 1.9804066290778337}), (, {'error': 0.06350275606684719}), (, {'error': 0.29935653608492296}), (, {'error': 0.14286718190262804}), (, {'error': 0.40858939865930033}), (, {'error': 0.4557271478707423}), (, {'error': 0.1711995508973918}), (, {'error': 0.20404602446912223}), (, {'error': 0.20457134171473257}), (, {'error': 3.895737191153602})]) +Toy 6/10 +Time taken: 7 h, 40 min +Projected time left: 5 h, 7 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.252E+05 | Ncalls=1268 (1268 total) | +| EDM = 1.44E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -725200.4016367074 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.65 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p3770_s | 2.41 | 0.18 | | |0.918861 | 4.08114 | | +| 2 | jpsi_p | -1.758 | 0.018 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.3 | 1.3 | | | 14.8182 | 23.5818 | | +| 4 | jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 5 | p4040_p | 4.41 | 0.20 | | |-6.28319 | 6.28319 | | +| 6 | p4040_s | 0.88 | 0.15 | | |0.00501244| 2.01499 | | +| 7 | p4160_p | 4.40 | 0.08 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | -2.091 | 0.030 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.01 | 0.17 | | |0.126447 | 2.35355 | | +| 10| psi2s_s | 1360 | 40 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.05 | 0.07 | | | -1.464 | 1.464 | | +| 12| rho_s | 0.6 | 0.4 | | |0.0253049| 2.0747 | | +| 13| Ctt | -0.29 | 0.14 | | | -0.5 | 0.5 | | +| 14| rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.53 | 0.15 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -2.07 | 0.19 | | |-6.28319 | 6.28319 | | +| 18| phi_p | -0.27 | 0.35 | | |-6.28319 | 6.28319 | | +| 19| omega_s | 7.4 | 1.0 | | | 4.19232 | 9.40768 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p3770_s jpsi_p phi_s jpsi_s p4040_p p4040_s p4160_p psi2s_p p4415_s psi2s_s Dbar_s rho_s Ctt rho_p omega_p p4160_s p4415_p phi_p omega_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.085 -0.068 -0.008 -0.023 0.221 -0.125 0.235 0.440 -0.153 -0.025 -0.240 0.026 -0.449 0.002 -0.001 -0.079 0.096 -0.003 -0.019 | +| p3770_s | -0.085 1.000 -0.133 -0.011 -0.121 -0.051 0.133 -0.008 -0.106 0.016 -0.121 0.209 0.027 -0.064 0.004 -0.004 0.035 0.001 0.006 -0.027 | +| jpsi_p | -0.068 -0.133 1.000 0.005 0.508 -0.191 -0.031 -0.184 0.072 0.078 0.506 -0.403 -0.165 0.391 -0.023 0.027 0.016 -0.039 -0.077 0.144 | +| phi_s | -0.008 -0.011 0.005 1.000 0.046 -0.016 0.000 -0.021 -0.004 0.013 0.045 -0.040 0.104 0.041 0.008 -0.022 0.006 -0.005 0.834 -0.085 | +| jpsi_s | -0.023 -0.121 0.508 0.046 1.000 -0.170 0.010 -0.216 0.255 0.212 0.997 -0.713 -0.432 0.519 -0.018 0.043 0.144 0.007 -0.103 0.340 | +| p4040_p | 0.221 -0.051 -0.191 -0.016 -0.170 1.000 -0.159 0.279 0.148 0.012 -0.170 0.125 0.076 -0.385 0.006 -0.007 0.325 0.161 0.010 -0.062 | +| p4040_s | -0.125 0.133 -0.031 0.000 0.010 -0.159 1.000 -0.422 -0.331 0.140 0.010 0.287 -0.030 0.337 -0.001 0.003 0.077 -0.166 -0.004 0.021 | +| p4160_p | 0.235 -0.008 -0.184 -0.021 -0.216 0.279 -0.422 1.000 0.220 -0.016 -0.216 0.086 0.100 -0.479 0.007 -0.009 -0.118 0.261 0.012 -0.082 | +| psi2s_p | 0.440 -0.106 0.072 -0.004 0.255 0.148 -0.331 0.220 1.000 -0.207 0.251 -0.573 -0.084 -0.364 -0.007 0.012 -0.184 0.103 -0.042 0.069 | +| p4415_s | -0.153 0.016 0.078 0.013 0.212 0.012 0.140 -0.016 -0.207 1.000 0.211 0.099 -0.098 0.387 -0.005 0.011 0.283 -0.164 -0.022 0.080 | +| psi2s_s | -0.025 -0.121 0.506 0.045 0.997 -0.170 0.010 -0.216 0.251 0.211 1.000 -0.711 -0.431 0.516 -0.018 0.043 0.143 0.008 -0.103 0.340 | +| Dbar_s | -0.240 0.209 -0.403 -0.040 -0.713 0.125 0.287 0.086 -0.573 0.099 -0.711 1.000 0.273 0.044 0.016 -0.029 0.192 0.097 0.065 -0.223 | +| rho_s | 0.026 0.027 -0.165 0.104 -0.432 0.076 -0.030 0.100 -0.084 -0.098 -0.431 0.273 1.000 -0.200 -0.107 -0.021 -0.074 0.008 0.149 -0.602 | +| Ctt | -0.449 -0.064 0.391 0.041 0.519 -0.385 0.337 -0.479 -0.364 0.387 0.516 0.044 -0.200 1.000 -0.017 0.022 0.283 -0.139 -0.040 0.170 | +| rho_p | 0.002 0.004 -0.023 0.008 -0.018 0.006 -0.001 0.007 -0.007 -0.005 -0.018 0.016 -0.107 -0.017 1.000 0.005 -0.003 0.002 0.004 0.113 | +| omega_p | -0.001 -0.004 0.027 -0.022 0.043 -0.007 0.003 -0.009 0.012 0.011 0.043 -0.029 -0.021 0.022 0.005 1.000 0.008 -0.000 -0.023 -0.202 | +| p4160_s | -0.079 0.035 0.016 0.006 0.144 0.325 0.077 -0.118 -0.184 0.283 0.143 0.192 -0.074 0.283 -0.003 0.008 1.000 -0.170 -0.018 0.058 | +| p4415_p | 0.096 0.001 -0.039 -0.005 0.007 0.161 -0.166 0.261 0.103 -0.164 0.008 0.097 0.008 -0.139 0.002 -0.000 -0.170 1.000 -0.005 -0.007 | +| phi_p | -0.003 0.006 -0.077 0.834 -0.103 0.010 -0.004 0.012 -0.042 -0.022 -0.103 0.065 0.149 -0.040 0.004 -0.023 -0.018 -0.005 1.000 -0.137 | +| omega_s | -0.019 -0.027 0.144 -0.085 0.340 -0.062 0.021 -0.082 0.069 0.080 0.340 -0.223 -0.602 0.170 0.113 -0.202 0.058 -0.007 -0.137 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1053818535799107}), (, {'error': 0.1817248071941766}), (, {'error': 0.01834187094734352}), (, {'error': 1.3307259854401883}), (, {'error': 153.0815263043496}), (, {'error': 0.19637249196987483}), (, {'error': 0.15068393194362062}), (, {'error': 0.08031689068440961}), (, {'error': 0.029993096807560793}), (, {'error': 0.17099006050643883}), (, {'error': 44.52614421557507}), (, {'error': 0.0671678487382743}), (, {'error': 0.37588986117724965}), (, {'error': 0.14334397496231943}), (, {'error': 0.12917121499718132}), (, {'error': 0.13851921969920866}), (, {'error': 0.14786627619052206}), (, {'error': 0.1937894475981743}), (, {'error': 0.3462747050239474}), (, {'error': 0.964833208556886})]) +Toy 7/10 +Time taken: 9 h, 4 min +Projected time left: 3 h, 53 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.252E+05 | Ncalls=722 (722 total) | +| EDM = 0.00315 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -725187.9803404117 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.95 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | p3770_s | 2.27 | 0.19 | | |0.918861 | 4.08114 | | +| 2 | jpsi_p | 1.487 | 0.017 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.0 | 1.3 | | | 14.8182 | 23.5818 | | +| 4 | jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 5 | p4040_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 6 | p4040_s | 0.005 | 0.060 | | |0.00501244| 2.01499 | | +| 7 | p4160_p | -1.92 | 0.07 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 3.821 | 0.027 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.90 | 0.16 | | |0.126447 | 2.35355 | | +| 10| psi2s_s | 1367.0 | 1.8 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | -0.11 | 0.04 | | | -1.464 | 1.464 | | +| 12| rho_s | 0.81 | 0.31 | | |0.0253049| 2.0747 | | +| 13| Ctt | -0.50 | 0.09 | | | -0.5 | 0.5 | | +| 14| rho_p | 5.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 0.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.49 | 0.13 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | 4.17 | 0.22 | | |-6.28319 | 6.28319 | | +| 18| phi_p | -0.15 | 0.33 | | |-6.28319 | 6.28319 | | +| 19| omega_s | 8.8 | 1.4 | | | 4.19232 | 9.40768 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p3770_s jpsi_p phi_s jpsi_s p4040_p p4040_s p4160_p psi2s_p p4415_s psi2s_s Dbar_s rho_s Ctt rho_p omega_p p4160_s p4415_p phi_p omega_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.127 -0.076 0.006 -0.046 -0.012 0.013 0.061 0.321 -0.045 0.003 -0.209 0.014 -0.229 0.029 0.003 -0.022 0.012 0.002 -0.002 | +| p3770_s | -0.127 1.000 -0.094 -0.007 0.016 0.008 -0.016 0.006 -0.145 0.077 -0.015 0.256 -0.010 -0.030 -0.020 -0.007 0.130 0.029 -0.007 -0.001 | +| jpsi_p | -0.076 -0.094 1.000 -0.073 0.050 0.021 -0.020 -0.050 -0.076 -0.082 -0.041 0.066 0.008 -0.027 -0.132 -0.040 -0.085 -0.012 -0.070 -0.034 | +| phi_s | 0.006 -0.007 -0.073 1.000 0.004 0.000 -0.000 -0.005 -0.008 -0.005 -0.004 -0.030 -0.047 0.006 0.226 0.042 -0.009 -0.001 0.832 0.016 | +| jpsi_s | -0.046 0.016 0.050 0.004 1.000 -0.001 0.000 0.009 -0.101 0.003 -0.774 0.196 -0.012 -0.017 0.066 0.011 0.013 0.003 0.015 0.003 | +| p4040_p | -0.012 0.008 0.021 0.000 -0.001 1.000 -0.711 -0.011 0.010 -0.036 0.002 -0.058 0.002 0.019 -0.002 0.001 -0.097 -0.016 0.001 0.000 | +| p4040_s | 0.013 -0.016 -0.020 -0.000 0.000 -0.711 1.000 0.026 -0.001 0.038 -0.002 0.053 -0.001 -0.029 0.004 -0.001 0.111 0.023 -0.001 -0.000 | +| p4160_p | 0.061 0.006 -0.050 -0.005 0.009 -0.011 0.026 1.000 0.001 0.209 -0.009 0.256 -0.007 -0.154 0.012 -0.006 0.003 0.205 -0.007 -0.004 | +| psi2s_p | 0.321 -0.145 -0.076 -0.008 -0.101 0.010 -0.001 0.001 1.000 -0.173 0.041 -0.439 0.030 -0.139 0.015 -0.004 -0.216 -0.032 -0.013 -0.012 | +| p4415_s | -0.045 0.077 -0.082 -0.005 0.003 -0.036 0.038 0.209 -0.173 1.000 0.002 0.283 -0.006 0.181 -0.020 -0.006 0.192 -0.094 -0.006 -0.001 | +| psi2s_s | 0.003 -0.015 -0.041 -0.004 -0.774 0.002 -0.002 -0.009 0.041 0.002 1.000 -0.138 0.009 0.006 -0.057 -0.010 -0.003 -0.001 -0.013 -0.002 | +| Dbar_s | -0.209 0.256 0.066 -0.030 0.196 -0.058 0.053 0.256 -0.439 0.283 -0.138 1.000 -0.052 0.419 -0.055 -0.023 0.393 0.317 -0.026 -0.006 | +| rho_s | 0.014 -0.010 0.008 -0.047 -0.012 0.002 -0.001 -0.007 0.030 -0.006 0.009 -0.052 1.000 0.014 0.095 0.495 -0.011 -0.009 -0.021 0.153 | +| Ctt | -0.229 -0.030 -0.027 0.006 -0.017 0.019 -0.029 -0.154 -0.139 0.181 0.006 0.419 0.014 1.000 0.003 0.005 0.191 -0.043 0.005 0.001 | +| rho_p | 0.029 -0.020 -0.132 0.226 0.066 -0.002 0.004 0.012 0.015 -0.020 -0.057 -0.055 0.095 0.003 1.000 0.211 -0.030 0.017 0.160 0.086 | +| omega_p | 0.003 -0.007 -0.040 0.042 0.011 0.001 -0.001 -0.006 -0.004 -0.006 -0.010 -0.023 0.495 0.005 0.211 1.000 -0.009 -0.002 0.027 0.803 | +| p4160_s | -0.022 0.130 -0.085 -0.009 0.013 -0.097 0.111 0.003 -0.216 0.192 -0.003 0.393 -0.011 0.191 -0.030 -0.009 1.000 -0.188 -0.009 -0.002 | +| p4415_p | 0.012 0.029 -0.012 -0.001 0.003 -0.016 0.023 0.205 -0.032 -0.094 -0.001 0.317 -0.009 -0.043 0.017 -0.002 -0.188 1.000 -0.002 -0.001 | +| phi_p | 0.002 -0.007 -0.070 0.832 0.015 0.001 -0.001 -0.007 -0.013 -0.006 -0.013 -0.026 -0.021 0.005 0.160 0.027 -0.009 -0.002 1.000 -0.013 | +| omega_s | -0.002 -0.001 -0.034 0.016 0.003 0.000 -0.000 -0.004 -0.012 -0.001 -0.002 -0.006 0.153 0.001 0.086 0.803 -0.002 -0.001 -0.013 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1032218514380685}), (, {'error': 0.18746199189892598}), (, {'error': 0.016680494636840404}), (, {'error': 1.3371996917361173}), (, {'error': 32.10733451816577}), (, {'error': 10.219919776762719}), (, {'error': 0.05996277390436895}), (, {'error': 0.07171271815061298}), (, {'error': 0.02680372110725404}), (, {'error': 0.16392493720471674}), (, {'error': 1.7640265419909156}), (, {'error': 0.03649840086159983}), (, {'error': 0.3100196306167433}), (, {'error': 0.08676748869127793}), (, {'error': 0.413348113121387}), (, {'error': 0.35777855789255186}), (, {'error': 0.1344994412632987}), (, {'error': 0.22126053931856404}), (, {'error': 0.3288683145825857}), (, {'error': 1.4160199435135805})]) +Toy 8/10 +Time taken: 10 h, 1 min +Projected time left: 2 h, 30 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.252E+05 | Ncalls=1293 (1293 total) | +| EDM = 0.000158 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -725201.8035585475 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.48 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p3770_s | 2.64 | 0.21 | | |0.918861 | 4.08114 | | +| 2 | jpsi_p | 1.663 | 0.017 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18.8 | 1.2 | | | 14.8182 | 23.5818 | | +| 4 | jpsi_s | 0.995E4 | 0.005E4 | | | 9797.52 | 9996.48 | | +| 5 | p4040_p | 3.91 | 0.21 | | |-6.28319 | 6.28319 | | +| 6 | p4040_s | 0.93 | 0.19 | | |0.00501244| 2.01499 | | +| 7 | p4160_p | -2.27 | 0.09 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | -4.467 | 0.032 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.03 | 0.19 | | |0.126447 | 2.35355 | | +| 10| psi2s_s | 1366 | 8 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.04 | 0.07 | | | -1.464 | 1.464 | | +| 12| rho_s | 0.8 | 0.4 | | |0.0253049| 2.0747 | | +| 13| Ctt | -0.25 | 0.15 | | | -0.5 | 0.5 | | +| 14| rho_p | -6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 15| omega_p | -5.39 | 0.26 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.59 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | 3.93 | 0.20 | | |-6.28319 | 6.28319 | | +| 18| phi_p | 0.63 | 0.26 | | |-6.28319 | 6.28319 | | +| 19| omega_s | 9 | 3 | | | 4.19232 | 9.40768 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p3770_s jpsi_p phi_s jpsi_s p4040_p p4040_s p4160_p psi2s_p p4415_s psi2s_s Dbar_s rho_s Ctt rho_p omega_p p4160_s p4415_p phi_p omega_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.193 -0.035 0.017 0.136 0.229 -0.302 0.307 -0.290 -0.257 0.134 -0.506 -0.005 -0.517 -0.002 -0.012 -0.218 0.096 0.003 0.000 | +| p3770_s | -0.193 1.000 0.015 -0.013 -0.105 -0.082 0.164 -0.070 -0.303 0.058 -0.108 0.192 -0.011 0.003 0.005 -0.002 0.080 -0.002 -0.003 0.000 | +| jpsi_p | -0.035 0.015 1.000 -0.066 -0.266 -0.058 -0.088 0.042 0.146 -0.158 -0.263 0.018 -0.024 -0.198 -0.000 -0.013 -0.154 -0.007 -0.047 0.004 | +| phi_s | 0.017 -0.013 -0.066 1.000 0.154 -0.010 -0.016 -0.009 -0.047 0.003 0.153 -0.071 -0.009 0.021 -0.024 0.031 -0.005 -0.004 0.764 -0.002 | +| jpsi_s | 0.136 -0.105 -0.266 0.154 1.000 -0.062 -0.111 -0.050 -0.240 0.024 0.990 -0.480 -0.141 0.163 -0.053 -0.134 -0.037 -0.023 0.076 -0.001 | +| p4040_p | 0.229 -0.082 -0.058 -0.010 -0.062 1.000 -0.244 0.324 -0.254 -0.010 -0.062 -0.084 0.003 -0.410 0.010 -0.001 0.288 0.189 -0.009 0.001 | +| p4040_s | -0.302 0.164 -0.088 -0.016 -0.111 -0.244 1.000 -0.545 -0.061 0.274 -0.111 0.567 -0.010 0.534 -0.001 -0.002 0.230 -0.190 -0.006 0.000 | +| p4160_p | 0.307 -0.070 0.042 -0.009 -0.050 0.324 -0.545 1.000 -0.124 -0.098 -0.050 -0.265 0.007 -0.562 0.010 0.003 -0.201 0.300 -0.009 0.001 | +| psi2s_p | -0.290 -0.303 0.146 -0.047 -0.240 -0.254 -0.061 -0.124 1.000 -0.074 -0.240 0.137 0.011 0.122 0.004 0.016 -0.149 -0.084 -0.027 0.002 | +| p4415_s | -0.257 0.058 -0.158 0.003 0.024 -0.010 0.274 -0.098 -0.074 1.000 0.024 0.427 -0.014 0.453 -0.006 -0.013 0.372 -0.192 -0.001 0.000 | +| psi2s_s | 0.134 -0.108 -0.263 0.153 0.990 -0.062 -0.111 -0.050 -0.240 0.024 1.000 -0.476 -0.139 0.163 -0.053 -0.133 -0.037 -0.023 0.075 -0.001 | +| Dbar_s | -0.506 0.192 0.018 -0.071 -0.480 -0.084 0.567 -0.265 0.137 0.427 -0.476 1.000 0.028 0.629 0.022 0.037 0.497 0.055 -0.032 0.001 | +| rho_s | -0.005 -0.011 -0.024 -0.009 -0.141 0.003 -0.010 0.007 0.011 -0.014 -0.139 0.028 1.000 -0.004 -0.083 0.780 -0.014 0.004 0.029 -0.031 | +| Ctt | -0.517 0.003 -0.198 0.021 0.163 -0.410 0.534 -0.562 0.122 0.453 0.163 0.629 -0.004 1.000 -0.018 -0.009 0.376 -0.199 0.007 -0.001 | +| rho_p | -0.002 0.005 -0.000 -0.024 -0.053 0.010 -0.001 0.010 0.004 -0.006 -0.053 0.022 -0.083 -0.018 1.000 -0.085 -0.001 0.007 -0.053 0.001 | +| omega_p | -0.012 -0.002 -0.013 0.031 -0.134 -0.001 -0.002 0.003 0.016 -0.013 -0.133 0.037 0.780 -0.009 -0.085 1.000 -0.011 0.001 0.061 -0.116 | +| p4160_s | -0.218 0.080 -0.154 -0.005 -0.037 0.288 0.230 -0.201 -0.149 0.372 -0.037 0.497 -0.014 0.376 -0.001 -0.011 1.000 -0.177 -0.004 0.000 | +| p4415_p | 0.096 -0.002 -0.007 -0.004 -0.023 0.189 -0.190 0.300 -0.084 -0.192 -0.023 0.055 0.004 -0.199 0.007 0.001 -0.177 1.000 -0.004 0.000 | +| phi_p | 0.003 -0.003 -0.047 0.764 0.076 -0.009 -0.006 -0.009 -0.027 -0.001 0.075 -0.032 0.029 0.007 -0.053 0.061 -0.004 -0.004 1.000 0.001 | +| omega_s | 0.000 0.000 0.004 -0.002 -0.001 0.001 0.000 0.001 0.002 0.000 -0.001 0.001 -0.031 -0.001 0.001 -0.116 0.000 0.000 0.001 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11157607920351964}), (, {'error': 0.20649593203388683}), (, {'error': 0.01702256088203047}), (, {'error': 1.165420339632007}), (, {'error': 51.4132317967933}), (, {'error': 0.20713071372755198}), (, {'error': 0.18720434912879347}), (, {'error': 0.08939298340977397}), (, {'error': 0.031505564604440206}), (, {'error': 0.1878293982261583}), (, {'error': 7.566517830973908}), (, {'error': 0.0727462215004876}), (, {'error': 0.39491467550329007}), (, {'error': 0.14596118199040506}), (, {'error': 0.1478788275483538}), (, {'error': 0.2571126827319601}), (, {'error': 0.1710929819782816}), (, {'error': 0.20277966133691905}), (, {'error': 0.26069671147119244}), (, {'error': 3.44378160998358})]) +Toy 9/10 +Time taken: 11 h, 23 min +Projected time left: 1 h, 15 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.252E+05 | Ncalls=1146 (1146 total) | +| EDM = 0.00014 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -725200.8133817969 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.42 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | p3770_s | 2.60 | 0.20 | | |0.918861 | 4.08114 | | +| 2 | jpsi_p | -1.572 | 0.018 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 4 | jpsi_s | 0.993E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 5 | p4040_p | 4.17 | 0.20 | | |-6.28319 | 6.28319 | | +| 6 | p4040_s | 0.89 | 0.16 | | |0.00501244| 2.01499 | | +| 7 | p4160_p | -2.05 | 0.08 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_p | 2.246 | 0.031 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.00 | 0.17 | | |0.126447 | 2.35355 | | +| 10| psi2s_s | 1364 | 5 | | | 1358.64 | 1433.36 | | +| 11| Dbar_s | 0.05 | 0.05 | | | -1.464 | 1.464 | | +| 12| rho_s | 0.6 | 0.4 | | |0.0253049| 2.0747 | | +| 13| Ctt | -0.29 | 0.13 | | | -0.5 | 0.5 | | +| 14| rho_p | -6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 15| omega_p | 6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 16| p4160_s | 2.55 | 0.16 | | | 0.71676 | 3.68324 | | +| 17| p4415_p | -2.19 | 0.20 | | |-6.28319 | 6.28319 | | +| 18| phi_p | -6 | 12 | | |-6.28319 | 6.28319 | | +| 19| omega_s | 7.1 | 1.0 | | | 4.19232 | 9.40768 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p3770_s jpsi_p phi_s jpsi_s p4040_p p4040_s p4160_p psi2s_p p4415_s psi2s_s Dbar_s rho_s Ctt rho_p omega_p p4160_s p4415_p phi_p omega_s | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.178 -0.052 -0.057 0.002 0.204 -0.196 0.248 -0.155 -0.188 0.001 -0.384 -0.017 -0.501 -0.003 0.009 -0.134 0.090 -0.057 0.021 | +| p3770_s | -0.178 1.000 -0.001 -0.010 -0.042 -0.094 0.156 -0.068 -0.252 0.057 -0.048 0.204 -0.023 0.031 0.001 0.002 0.068 -0.008 -0.009 0.013 | +| jpsi_p | -0.052 -0.001 1.000 -0.296 0.197 -0.124 -0.015 -0.088 -0.059 -0.028 0.195 -0.133 -0.093 0.136 -0.044 0.050 -0.054 -0.053 -0.298 0.132 | +| phi_s | -0.057 -0.010 -0.296 1.000 0.043 -0.041 0.021 -0.073 -0.153 0.028 0.042 -0.018 0.461 0.069 0.089 -0.150 0.017 -0.033 0.997 -0.496 | +| jpsi_s | 0.002 -0.042 0.197 0.043 1.000 -0.067 -0.004 -0.085 -0.255 0.066 0.972 -0.317 -0.095 0.201 -0.014 0.004 0.036 -0.014 0.036 0.072 | +| p4040_p | 0.204 -0.094 -0.124 -0.041 -0.067 1.000 -0.193 0.274 -0.113 0.035 -0.066 0.013 -0.013 -0.358 0.002 0.006 0.339 0.173 -0.041 0.013 | +| p4040_s | -0.196 0.156 -0.015 0.021 -0.004 -0.193 1.000 -0.472 -0.156 0.184 -0.006 0.455 -0.011 0.450 -0.001 -0.002 0.127 -0.176 0.021 0.004 | +| p4160_p | 0.248 -0.068 -0.088 -0.073 -0.085 0.274 -0.472 1.000 0.031 -0.007 -0.085 -0.112 -0.022 -0.477 -0.000 0.010 -0.126 0.283 -0.072 0.023 | +| psi2s_p | -0.155 -0.252 -0.059 -0.153 -0.255 -0.113 -0.156 0.031 1.000 -0.142 -0.255 0.023 -0.074 -0.127 -0.012 0.024 -0.180 -0.005 -0.152 0.069 | +| p4415_s | -0.188 0.057 -0.028 0.028 0.066 0.035 0.184 -0.007 -0.142 1.000 0.064 0.359 0.001 0.374 -0.001 -0.002 0.300 -0.180 0.027 -0.002 | +| psi2s_s | 0.001 -0.048 0.195 0.042 0.972 -0.066 -0.006 -0.085 -0.255 0.064 1.000 -0.311 -0.093 0.200 -0.014 0.004 0.034 -0.014 0.035 0.070 | +| Dbar_s | -0.384 0.204 -0.133 -0.018 -0.317 0.013 0.455 -0.112 0.023 0.359 -0.311 1.000 -0.011 0.601 0.005 0.001 0.435 0.132 -0.016 0.001 | +| rho_s | -0.017 -0.023 -0.093 0.461 -0.095 -0.013 -0.011 -0.022 -0.074 0.001 -0.093 -0.011 1.000 0.040 -0.058 -0.065 -0.006 -0.006 0.461 -0.659 | +| Ctt | -0.501 0.031 0.136 0.069 0.201 -0.358 0.450 -0.477 -0.127 0.374 0.200 0.601 0.040 1.000 -0.006 -0.008 0.302 -0.172 0.068 -0.025 | +| rho_p | -0.003 0.001 -0.044 0.089 -0.014 0.002 -0.001 -0.000 -0.012 -0.001 -0.014 0.005 -0.058 -0.006 1.000 -0.008 0.000 0.001 0.087 0.069 | +| omega_p | 0.009 0.002 0.050 -0.150 0.004 0.006 -0.002 0.010 0.024 -0.002 0.004 0.001 -0.065 -0.008 -0.008 1.000 -0.001 0.005 -0.150 -0.075 | +| p4160_s | -0.134 0.068 -0.054 0.017 0.036 0.339 0.127 -0.126 -0.180 0.300 0.034 0.435 -0.006 0.302 0.000 -0.001 1.000 -0.175 0.017 0.003 | +| p4415_p | 0.090 -0.008 -0.053 -0.033 -0.014 0.173 -0.176 0.283 -0.005 -0.180 -0.014 0.132 -0.006 -0.172 0.001 0.005 -0.175 1.000 -0.033 0.009 | +| phi_p | -0.057 -0.009 -0.298 0.997 0.036 -0.041 0.021 -0.072 -0.152 0.027 0.035 -0.016 0.461 0.068 0.087 -0.150 0.017 -0.033 1.000 -0.497 | +| omega_s | 0.021 0.013 0.132 -0.496 0.072 0.013 0.004 0.023 0.069 -0.002 0.070 0.001 -0.659 -0.025 0.069 -0.075 0.003 0.009 -0.497 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10490744789873285}), (, {'error': 0.1979368338512728}), (, {'error': 0.017663072942443403}), (, {'error': 4.988903378307493}), (, {'error': 32.513374990076954}), (, {'error': 0.20067545423146615}), (, {'error': 0.1644261922367415}), (, {'error': 0.08245108793904077}), (, {'error': 0.031131850321436616}), (, {'error': 0.17407110140885468}), (, {'error': 4.5912730937109245}), (, {'error': 0.052745935793053644}), (, {'error': 0.3827750367906058}), (, {'error': 0.12578768510589064}), (, {'error': 0.13959792385623748}), (, {'error': 0.11512272023499293}), (, {'error': 0.15513899176105816}), (, {'error': 0.20063452247860325}), (, {'error': 12.463295615796461}), (, {'error': 1.043530386899648})]) +Toy 10/10 +Time taken: 12 h, 42 min +Projected time left: +Mean Ctt value = -0.3121131214499909 +Mean Ctt error = 0.13842075903670262 +Simulation ended diff --git a/prelim_results/slurm-2213953.out b/prelim_results/slurm-2213953.out new file mode 100644 index 0000000..81a1cc6 --- /dev/null +++ b/prelim_results/slurm-2213953.out @@ -0,0 +1,9745 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 21:14:44.493894: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 21:14:44.520899: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 21:14:44.521208: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5654a7c42590 executing computations on platform Host. Devices: +2019-07-07 21:14:44.521253: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 21:14:48.316059: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5654a7cce630 executing computations on platform CUDA. Devices: +2019-07-07 21:14:48.316136: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 21:14:48.317698: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:14:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 21:14:48.317754: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 21:14:48.335946: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 21:14:48.336000: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 21:14:48.336016: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 21:14:48.338436: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:14:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718360.6364357 Edm = 14.3889 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718360.6364357 Edm = 14.3889 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722781.8813574 Edm = 2.9036 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -722924.7898407 Edm = 110.055 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -723354.4564818 Edm = 0.882816 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -723358.2020565 Edm = 0.12598 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -723359.1245043 Edm = 0.767824 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -723394.5713524 Edm = 1.16894 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -723395.9788017 Edm = 0.0823006 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -723397.458236 Edm = 1.40966 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -723510.4209137 Edm = 11.0231 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -723568.9183835 Edm = 10.8592 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -723587.7594018 Edm = 1.84517 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -723591.2134703 Edm = 0.115377 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -723591.3869171 Edm = 0.0431157 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -723592.0700507 Edm = 0.799456 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -723630.5257172 Edm = 25.4511 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -723712.4097282 Edm = 21.1976 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -723728.3977484 Edm = 3.71981 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -723732.534698 Edm = 0.176377 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -723732.8430105 Edm = 0.0776894 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -723733.0510637 Edm = 0.0211338 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -723733.1186415 Edm = 0.058235 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -723734.0910415 Edm = 1.07824 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -723734.825566 Edm = 0.682968 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -723735.1966221 Edm = 0.318262 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -723785.3369134 Edm = 15.1309 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -723828.819422 Edm = 66.3941 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -723904.3162843 Edm = 14.1349 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -723916.5994082 Edm = 15.3298 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -723921.0804919 Edm = 0.319379 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -723921.4443236 Edm = 0.109121 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -723921.82964 Edm = 0.0881365 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -723921.9968112 Edm = 0.0278866 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -723922.0753005 Edm = 0.0381999 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -723922.1436983 Edm = 0.0133199 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -723922.169573 Edm = 0.0126705 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -723922.4351729 Edm = 0.278624 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -723923.502851 Edm = 0.934373 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -723978.4970573 Edm = 17.622 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -723988.249321 Edm = 20.3512 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -724024.7502619 Edm = 6.49572 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -724029.4036438 Edm = 7.28093 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -724033.8248466 Edm = 0.773537 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -724034.5661869 Edm = 0.135743 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -724034.8384377 Edm = 0.0164601 NCalls = 144 +VariableMetric: Iteration # 45 - FCN = -724034.9414335 Edm = 0.0743754 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -724040.8201498 Edm = 4.45018 NCalls = 152 +VariableMetric: Iteration # 47 - FCN = -724129.4869323 Edm = 46.0452 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -724129.923819 Edm = 4.66739 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -724144.166616 Edm = 18.5835 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -724187.4486966 Edm = 14.5237 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -724212.8491151 Edm = 3.29303 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -724217.0898457 Edm = 1.80457 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -724219.1665105 Edm = 0.72031 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -724228.3490044 Edm = 5.12775 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -724237.6167096 Edm = 2.15072 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -724239.8613968 Edm = 0.19431 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -724240.1722521 Edm = 0.0617039 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -724240.4909537 Edm = 0.0303663 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -724240.5248882 Edm = 0.00613791 NCalls = 189 +VariableMetric: Iteration # 60 - FCN = -724240.535019 Edm = 0.00882932 NCalls = 191 +VariableMetric: Iteration # 61 - FCN = -724240.7261153 Edm = 0.165868 NCalls = 196 +VariableMetric: Iteration # 62 - FCN = -724248.7298455 Edm = 6.01758 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -724284.9275553 Edm = 0.970391 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -724285.9231195 Edm = 0.0730456 NCalls = 204 +VariableMetric: Iteration # 65 - FCN = -724286.0652377 Edm = 0.0626586 NCalls = 206 +VariableMetric: Iteration # 66 - FCN = -724286.1901611 Edm = 0.130549 NCalls = 209 +VariableMetric: Iteration # 67 - FCN = -724286.3228737 Edm = 0.0688718 NCalls = 211 +VariableMetric: Iteration # 68 - FCN = -724286.3616364 Edm = 0.0112841 NCalls = 213 +VariableMetric: Iteration # 69 - FCN = -724286.3738147 Edm = 0.00139705 NCalls = 215 +VariableMetric: Iteration # 70 - FCN = -724286.3877308 Edm = 0.0131663 NCalls = 218 +VariableMetric: Iteration # 71 - FCN = -724288.2188783 Edm = 3.12754 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -724288.2464859 Edm = 0.106045 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -724288.3517343 Edm = 0.0440257 NCalls = 233 +VariableMetric: Iteration # 74 - FCN = -724290.040837 Edm = 1.22247 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -724290.1422031 Edm = 0.148059 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -724290.5506836 Edm = 0.322381 NCalls = 243 +VariableMetric: Iteration # 77 - FCN = -724292.9414508 Edm = 1.25218 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -724299.7688908 Edm = 5.76475 NCalls = 249 +VariableMetric: Iteration # 79 - FCN = -724341.2103984 Edm = 26.3071 NCalls = 253 +VariableMetric: Iteration # 80 - FCN = -724369.688534 Edm = 14.0849 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -724382.8116954 Edm = 2.6448 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -724384.7271084 Edm = 0.523195 NCalls = 260 +VariableMetric: Iteration # 83 - FCN = -724385.7825347 Edm = 0.319419 NCalls = 264 +VariableMetric: Iteration # 84 - FCN = -724386.3599191 Edm = 0.270649 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -724399.1731928 Edm = 12.3482 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -724399.193318 Edm = 0.313417 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -724405.1007766 Edm = 5.56054 NCalls = 282 +VariableMetric: Iteration # 88 - FCN = -724421.4477102 Edm = 21.0225 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -724422.0047249 Edm = 0.994856 NCalls = 291 +VariableMetric: Iteration # 90 - FCN = -724425.7834814 Edm = 3.12869 NCalls = 296 +VariableMetric: Iteration # 91 - FCN = -724471.5339912 Edm = 20.9739 NCalls = 301 +VariableMetric: Iteration # 92 - FCN = -724504.3111841 Edm = 47.7876 NCalls = 304 +VariableMetric: Iteration # 93 - FCN = -724536.888329 Edm = 22.1444 NCalls = 309 +VariableMetric: Iteration # 94 - FCN = -724554.8864202 Edm = 6.8439 NCalls = 311 +VariableMetric: Iteration # 95 - FCN = -724559.7986674 Edm = 1.63517 NCalls = 313 +VariableMetric: Iteration # 96 - FCN = -724561.0533192 Edm = 0.627006 NCalls = 314 +VariableMetric: Iteration # 97 - FCN = -724561.6093245 Edm = 0.451642 NCalls = 316 +VariableMetric: Iteration # 98 - FCN = -724562.6948403 Edm = 0.2893 NCalls = 318 +VariableMetric: Iteration # 99 - FCN = -724563.2872151 Edm = 0.16911 NCalls = 321 +VariableMetric: Iteration # 100 - FCN = -724563.432305 Edm = 0.157312 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -724563.8010023 Edm = 0.207837 NCalls = 327 +VariableMetric: Iteration # 102 - FCN = -724564.2596348 Edm = 0.0510633 NCalls = 330 +VariableMetric: Iteration # 103 - FCN = -724564.3255859 Edm = 0.014613 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -724564.3392415 Edm = 0.00692788 NCalls = 334 +VariableMetric: Iteration # 105 - FCN = -724564.3527487 Edm = 0.00508196 NCalls = 336 +VariableMetric: Iteration # 106 - FCN = -724564.3862573 Edm = 0.0225297 NCalls = 339 +VariableMetric: Iteration # 107 - FCN = -724565.3798562 Edm = 0.930556 NCalls = 343 +VariableMetric: Iteration # 108 - FCN = -724588.4663667 Edm = 25.0695 NCalls = 348 +VariableMetric: Iteration # 109 - FCN = -724624.7038314 Edm = 35.5718 NCalls = 352 +VariableMetric: Iteration # 110 - FCN = -724663.345886 Edm = 13.2878 NCalls = 354 +VariableMetric: Iteration # 111 - FCN = -724676.193865 Edm = 19.4981 NCalls = 357 +VariableMetric: Iteration # 112 - FCN = -724688.4241546 Edm = 5.5172 NCalls = 360 +VariableMetric: Iteration # 113 - FCN = -724698.7144875 Edm = 5.54702 NCalls = 362 +VariableMetric: Iteration # 114 - FCN = -724702.0546805 Edm = 2.9224 NCalls = 364 +VariableMetric: Iteration # 115 - FCN = -724705.4449422 Edm = 0.978913 NCalls = 367 +VariableMetric: Iteration # 116 - FCN = -724706.1377189 Edm = 0.234145 NCalls = 369 +VariableMetric: Iteration # 117 - FCN = -724706.370304 Edm = 0.0144557 NCalls = 371 +VariableMetric: Iteration # 118 - FCN = -724706.3838086 Edm = 0.0106609 NCalls = 372 +VariableMetric: Iteration # 119 - FCN = -724706.4400153 Edm = 0.0536361 NCalls = 375 +VariableMetric: Iteration # 120 - FCN = -724706.7304397 Edm = 0.137815 NCalls = 380 +VariableMetric: Iteration # 121 - FCN = -724707.1457006 Edm = 1.75361 NCalls = 384 +VariableMetric: Iteration # 122 - FCN = -724707.9634129 Edm = 2.2146 NCalls = 387 +VariableMetric: Iteration # 123 - FCN = -724708.0118392 Edm = 0.0819094 NCalls = 389 +VariableMetric: Iteration # 124 - FCN = -724708.2821088 Edm = 0.287981 NCalls = 392 +VariableMetric: Iteration # 125 - FCN = -724710.746191 Edm = 3.14518 NCalls = 396 +VariableMetric: Iteration # 126 - FCN = -724712.2964602 Edm = 1.7262 NCalls = 400 +VariableMetric: Iteration # 127 - FCN = -724713.7506958 Edm = 2.86031 NCalls = 405 +VariableMetric: Iteration # 128 - FCN = -724717.0612329 Edm = 6.33637 NCalls = 410 +VariableMetric: Iteration # 129 - FCN = -724718.8281491 Edm = 2.00835 NCalls = 415 +VariableMetric: Iteration # 130 - FCN = -724758.7379572 Edm = 15.0471 NCalls = 423 +VariableMetric: Iteration # 131 - FCN = -724758.9049899 Edm = 0.143411 NCalls = 425 +VariableMetric: Iteration # 132 - FCN = -724759.0307262 Edm = 0.180903 NCalls = 426 +VariableMetric: Iteration # 133 - FCN = -724759.6348084 Edm = 0.458431 NCalls = 429 +VariableMetric: Iteration # 134 - FCN = -724767.747913 Edm = 19.1949 NCalls = 435 +VariableMetric: Iteration # 135 - FCN = -724769.8076702 Edm = 7.62281 NCalls = 439 +VariableMetric: Iteration # 136 - FCN = -724779.136058 Edm = 12.3456 NCalls = 444 +VariableMetric: Iteration # 137 - FCN = -724798.1344953 Edm = 2.72662 NCalls = 449 +VariableMetric: Iteration # 138 - FCN = -724800.8158383 Edm = 0.396652 NCalls = 450 +VariableMetric: Iteration # 139 - FCN = -724801.2511578 Edm = 0.119068 NCalls = 452 +VariableMetric: Iteration # 140 - FCN = -724801.5026957 Edm = 0.134042 NCalls = 454 +VariableMetric: Iteration # 141 - FCN = -724802.1325469 Edm = 0.359045 NCalls = 456 +VariableMetric: Iteration # 142 - FCN = -724804.0516407 Edm = 0.913912 NCalls = 459 +VariableMetric: Iteration # 143 - FCN = -724806.0557294 Edm = 0.665028 NCalls = 462 +VariableMetric: Iteration # 144 - FCN = -724806.9327609 Edm = 0.311675 NCalls = 464 +VariableMetric: Iteration # 145 - FCN = -724807.6508114 Edm = 0.276185 NCalls = 468 +VariableMetric: Iteration # 146 - FCN = -724808.0398397 Edm = 0.0906347 NCalls = 470 +VariableMetric: Iteration # 147 - FCN = -724808.1283825 Edm = 0.0200558 NCalls = 472 +VariableMetric: Iteration # 148 - FCN = -724808.1497563 Edm = 0.00362117 NCalls = 474 +VariableMetric: Iteration # 149 - FCN = -724808.1576695 Edm = 0.00369856 NCalls = 476 +VariableMetric: Iteration # 150 - FCN = -724808.2117977 Edm = 0.0470435 NCalls = 479 +VariableMetric: Iteration # 151 - FCN = -724809.7972085 Edm = 1.15349 NCalls = 483 +VariableMetric: Iteration # 152 - FCN = -724833.3615519 Edm = 6.53291 NCalls = 487 +VariableMetric: Iteration # 153 - FCN = -724843.3586327 Edm = 4.33617 NCalls = 490 +VariableMetric: Iteration # 154 - FCN = -724847.3906152 Edm = 2.00494 NCalls = 492 +VariableMetric: Iteration # 155 - FCN = -724850.1360926 Edm = 0.947998 NCalls = 495 +VariableMetric: Iteration # 156 - FCN = -724850.7183985 Edm = 0.196364 NCalls = 497 +VariableMetric: Iteration # 157 - FCN = -724850.8700405 Edm = 0.0120723 NCalls = 499 +VariableMetric: Iteration # 158 - FCN = -724850.8872756 Edm = 0.00251737 NCalls = 501 +VariableMetric: Iteration # 159 - FCN = -724850.8906777 Edm = 0.000515545 NCalls = 503 +VariableMetric: Iteration # 160 - FCN = -724850.8929581 Edm = 0.000611766 NCalls = 505 +VariableMetric: Iteration # 161 - FCN = -724850.8944643 Edm = 0.000476864 NCalls = 507 +VariableMetric: Iteration # 162 - FCN = -724850.9040972 Edm = 0.00982775 NCalls = 511 +VariableMetric: Iteration # 163 - FCN = -724851.1313216 Edm = 0.22304 NCalls = 518 +VariableMetric: Iteration # 164 - FCN = -724852.9571186 Edm = 1.56713 NCalls = 522 +VariableMetric: Iteration # 165 - FCN = -724854.0093991 Edm = 0.40499 NCalls = 524 +VariableMetric: Iteration # 166 - FCN = -724854.6885753 Edm = 0.110296 NCalls = 528 +VariableMetric: Iteration # 167 - FCN = -724854.7893449 Edm = 0.0072103 NCalls = 531 +VariableMetric: Iteration # 168 - FCN = -724854.7962697 Edm = 0.000815454 NCalls = 532 +VariableMetric: Iteration # 169 - FCN = -724854.7975669 Edm = 0.000348687 NCalls = 534 +VariableMetric: Iteration # 170 - FCN = -724854.7981015 Edm = 7.49976e-05 NCalls = 536 +VariableMetric: Iteration # 171 - FCN = -724854.7983693 Edm = 0.00020247 NCalls = 538 +VariableMetric: Iteration # 172 - FCN = -724854.8163131 Edm = 0.0178579 NCalls = 544 +VariableMetric: Iteration # 173 - FCN = -724856.0973061 Edm = 0.614951 NCalls = 549 +VariableMetric: Iteration # 174 - FCN = -724857.674351 Edm = 0.0474135 NCalls = 551 +VariableMetric: Iteration # 175 - FCN = -724857.7393615 Edm = 0.00411353 NCalls = 553 +VariableMetric: Iteration # 176 - FCN = -724857.744879 Edm = 0.000218944 NCalls = 555 +VariableMetric: Iteration # 177 - FCN = -724857.7451044 Edm = 1.80654e-05 NCalls = 556 +VariableMetric: After Hessian - FCN = -724857.7451044 Edm = 1.44618 NCalls = 925 +VariableMetric: Iteration # 178 - FCN = -724857.7451044 Edm = 1.44618 NCalls = 925 +VariableMetric: Iteration # 179 - FCN = -724859.6062178 Edm = 1.10364 NCalls = 929 +VariableMetric: Iteration # 180 - FCN = -724862.5658301 Edm = 9.00671 NCalls = 938 +VariableMetric: Iteration # 181 - FCN = -724862.6013429 Edm = 2.65381 NCalls = 942 +VariableMetric: Iteration # 182 - FCN = -724864.8675807 Edm = 2.41975 NCalls = 945 +VariableMetric: Iteration # 183 - FCN = -724866.0584504 Edm = 1.70724 NCalls = 947 +VariableMetric: Iteration # 184 - FCN = -724867.0495866 Edm = 1.8839 NCalls = 949 +VariableMetric: Iteration # 185 - FCN = -724867.5799686 Edm = 0.757726 NCalls = 950 +VariableMetric: Iteration # 186 - FCN = -724867.8058283 Edm = 0.620802 NCalls = 952 +VariableMetric: Iteration # 187 - FCN = -724867.9490862 Edm = 0.286231 NCalls = 954 +VariableMetric: Iteration # 188 - FCN = -724868.1326704 Edm = 0.172348 NCalls = 958 +VariableMetric: Iteration # 189 - FCN = -724868.4042867 Edm = 0.342735 NCalls = 961 +VariableMetric: Iteration # 190 - FCN = -724868.5866531 Edm = 0.0790518 NCalls = 963 +VariableMetric: Iteration # 191 - FCN = -724868.6853784 Edm = 0.0275613 NCalls = 965 +VariableMetric: Iteration # 192 - FCN = -724868.7101492 Edm = 0.0255128 NCalls = 967 +VariableMetric: Iteration # 193 - FCN = -724868.735928 Edm = 0.0125061 NCalls = 970 +VariableMetric: Iteration # 194 - FCN = -724868.7668059 Edm = 0.0207682 NCalls = 972 +VariableMetric: Iteration # 195 - FCN = -724868.8228232 Edm = 0.0247112 NCalls = 976 +VariableMetric: Iteration # 196 - FCN = -724868.8573692 Edm = 0.0191236 NCalls = 978 +VariableMetric: Iteration # 197 - FCN = -724868.8758262 Edm = 0.0109173 NCalls = 980 +VariableMetric: Iteration # 198 - FCN = -724868.8925006 Edm = 0.0051889 NCalls = 982 +VariableMetric: Iteration # 199 - FCN = -724868.8966479 Edm = 0.00933613 NCalls = 984 +VariableMetric: Iteration # 200 - FCN = -724868.9048501 Edm = 0.0028166 NCalls = 987 +VariableMetric: Iteration # 201 - FCN = -724868.910105 Edm = 0.00143212 NCalls = 989 +VariableMetric: Iteration # 202 - FCN = -724868.9113723 Edm = 0.00115733 NCalls = 991 +VariableMetric: Iteration # 203 - FCN = -724868.912937 Edm = 0.000722131 NCalls = 994 +VariableMetric: Iteration # 204 - FCN = -724868.914566 Edm = 0.000925756 NCalls = 996 +VariableMetric: Iteration # 205 - FCN = -724868.9159704 Edm = 0.0015373 NCalls = 998 +VariableMetric: Iteration # 206 - FCN = -724868.9207232 Edm = 0.0020902 NCalls = 1003 +VariableMetric: Iteration # 207 - FCN = -724868.9230723 Edm = 0.00192921 NCalls = 1004 +VariableMetric: Iteration # 208 - FCN = -724868.92479 Edm = 0.000480375 NCalls = 1006 +VariableMetric: Iteration # 209 - FCN = -724868.925448 Edm = 0.000136088 NCalls = 1008 +VariableMetric: Iteration # 210 - FCN = -724868.9255929 Edm = 2.36274e-05 NCalls = 1010 +VariableMetric: After Hessian - FCN = -724868.9255929 Edm = 5.98636e-05 NCalls = 1393 +VariableMetric: Iteration # 211 - FCN = -724868.9255929 Edm = 5.98636e-05 NCalls = 1393 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720875.5520216 Edm = 3.46686 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720875.5520216 Edm = 3.46686 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723191.5238673 Edm = 0.777208 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -723197.1809969 Edm = 6.96244 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -723455.7421741 Edm = 2.18529 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -723458.154152 Edm = 0.0750969 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -723458.3395151 Edm = 0.0992736 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -723601.7732436 Edm = 22.7701 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -723749.9654613 Edm = 3.9141 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -723754.2965205 Edm = 0.31968 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -723755.4167198 Edm = 0.83861 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -723777.1274138 Edm = 18.2462 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -724009.2766462 Edm = 21.7079 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -724036.3223832 Edm = 1.72033 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -724038.9332932 Edm = 0.131029 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -724039.1208291 Edm = 0.0120692 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -724039.1419508 Edm = 0.00478946 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -724039.3594317 Edm = 0.198414 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -724080.4209712 Edm = 27.879 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -724142.5421826 Edm = 6.91673 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -724154.7819044 Edm = 2.01098 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -724157.8208726 Edm = 0.337553 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -724157.9849422 Edm = 0.00769936 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -724158.013471 Edm = 0.0279308 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -724159.0131307 Edm = 1.19992 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -724159.2317282 Edm = 0.213645 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -724161.0414245 Edm = 1.63734 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -724203.2435828 Edm = 2.44135 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -724205.4472295 Edm = 0.931751 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -724207.6855239 Edm = 1.87588 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -724209.4093743 Edm = 1.13657 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -724210.6649068 Edm = 0.822133 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -724211.0855894 Edm = 0.345105 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -724211.6287899 Edm = 0.0776399 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -724211.7039975 Edm = 0.00273567 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -724211.7119536 Edm = 0.00687284 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -724212.0192877 Edm = 0.335438 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -724212.0522938 Edm = 0.0280718 NCalls = 125 +VariableMetric: Iteration # 37 - FCN = -724214.046979 Edm = 1.64683 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -724232.8851307 Edm = 33.8585 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -724240.9697528 Edm = 10.0176 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -724246.2831565 Edm = 4.8784 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -724258.9053163 Edm = 8.34643 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -724285.2367663 Edm = 11.8918 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -724295.7990747 Edm = 0.25768 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -724296.1113122 Edm = 0.0155491 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -724296.1806962 Edm = 0.0379552 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -724296.4872309 Edm = 0.0291585 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -724296.5233423 Edm = 0.0163767 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -724296.5331691 Edm = 0.00670652 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -724296.5587037 Edm = 0.0103664 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -724296.5764169 Edm = 0.0119433 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -724296.6393512 Edm = 0.0541854 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -724309.52493 Edm = 19.7663 NCalls = 180 +VariableMetric: Iteration # 53 - FCN = -724309.6453461 Edm = 0.121226 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -724310.0713354 Edm = 0.555392 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -724316.6632154 Edm = 10.8129 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -724317.9124749 Edm = 1.08357 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -724350.3531795 Edm = 21.5825 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -724370.9307793 Edm = 4.62685 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -724376.1251609 Edm = 1.11423 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -724377.0319815 Edm = 0.219007 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -724377.4214403 Edm = 0.13385 NCalls = 206 +VariableMetric: Iteration # 62 - FCN = -724377.709908 Edm = 0.0437114 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -724377.7868414 Edm = 0.0283755 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -724378.5526841 Edm = 2.65602 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -724378.6080911 Edm = 0.370497 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -724480.4801903 Edm = 163.466 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -724480.4801903 Edm = 163.466 NCalls = 244 +VariableMetric: After Hessian - FCN = -724480.4801903 Edm = 139700 NCalls = 601 +VariableMetric: Iteration # 68 - FCN = -724480.4801903 Edm = 139700 NCalls = 601 +VariableMetric: Iteration # 69 - FCN = -724496.8280341 Edm = 1.86067e+06 NCalls = 612 +VariableMetric: Iteration # 70 - FCN = -724727.8490191 Edm = 4.67294 NCalls = 618 +VariableMetric: Iteration # 71 - FCN = -724784.6743021 Edm = 1.91278 NCalls = 621 +VariableMetric: Iteration # 72 - FCN = -724802.6473055 Edm = 1.1524 NCalls = 624 +VariableMetric: Iteration # 73 - FCN = -724811.4602461 Edm = 1.8691 NCalls = 635 +VariableMetric: Iteration # 74 - FCN = -724814.7623264 Edm = 1.29481 NCalls = 637 +VariableMetric: Iteration # 75 - FCN = -724824.0060257 Edm = 5.28117 NCalls = 648 +VariableMetric: Iteration # 76 - FCN = -724824.1959795 Edm = 3.3608 NCalls = 652 +VariableMetric: Iteration # 77 - FCN = -724829.7351829 Edm = 2.04385 NCalls = 654 +VariableMetric: Iteration # 78 - FCN = -724843.939454 Edm = 0.582933 NCalls = 658 +VariableMetric: Iteration # 79 - FCN = -724845.8906321 Edm = 1.04812 NCalls = 660 +VariableMetric: Iteration # 80 - FCN = -724850.6584895 Edm = 0.890333 NCalls = 662 +VariableMetric: Iteration # 81 - FCN = -724851.9214027 Edm = 0.46141 NCalls = 664 +VariableMetric: Iteration # 82 - FCN = -724853.7376308 Edm = 0.278174 NCalls = 666 +VariableMetric: Iteration # 83 - FCN = -724854.2753301 Edm = 0.158771 NCalls = 668 +VariableMetric: Iteration # 84 - FCN = -724855.0286417 Edm = 0.868116 NCalls = 670 +VariableMetric: Iteration # 85 - FCN = -724857.4207198 Edm = 1.34054 NCalls = 675 +VariableMetric: Iteration # 86 - FCN = -724860.0590585 Edm = 0.451406 NCalls = 678 +VariableMetric: Iteration # 87 - FCN = -724861.2406347 Edm = 0.89618 NCalls = 680 +VariableMetric: Iteration # 88 - FCN = -724862.0773849 Edm = 0.921904 NCalls = 682 +VariableMetric: Iteration # 89 - FCN = -724862.9125989 Edm = 0.234743 NCalls = 684 +VariableMetric: Iteration # 90 - FCN = -724863.3121402 Edm = 0.136346 NCalls = 686 +VariableMetric: Iteration # 91 - FCN = -724863.6474579 Edm = 0.307448 NCalls = 688 +VariableMetric: Iteration # 92 - FCN = -724864.2196115 Edm = 0.269548 NCalls = 691 +VariableMetric: Iteration # 93 - FCN = -724864.882165 Edm = 0.126561 NCalls = 693 +VariableMetric: Iteration # 94 - FCN = -724865.1037532 Edm = 0.0298985 NCalls = 695 +VariableMetric: Iteration # 95 - FCN = -724865.145598 Edm = 0.0110504 NCalls = 697 +VariableMetric: Iteration # 96 - FCN = -724865.1634722 Edm = 0.0135145 NCalls = 699 +VariableMetric: Iteration # 97 - FCN = -724865.2208026 Edm = 0.0343757 NCalls = 702 +VariableMetric: Iteration # 98 - FCN = -724865.2989241 Edm = 0.00412249 NCalls = 704 +VariableMetric: Iteration # 99 - FCN = -724865.3041371 Edm = 0.00123684 NCalls = 706 +VariableMetric: Iteration # 100 - FCN = -724865.3316324 Edm = 0.0163517 NCalls = 710 +VariableMetric: Iteration # 101 - FCN = -724865.3776195 Edm = 0.00145046 NCalls = 712 +VariableMetric: Iteration # 102 - FCN = -724865.3790988 Edm = 0.000378929 NCalls = 713 +VariableMetric: Iteration # 103 - FCN = -724865.381667 Edm = 0.00210286 NCalls = 716 +VariableMetric: Iteration # 104 - FCN = -724865.4016848 Edm = 0.000348808 NCalls = 719 +VariableMetric: Iteration # 105 - FCN = -724865.4022216 Edm = 0.000190955 NCalls = 721 +VariableMetric: Iteration # 106 - FCN = -724865.4096791 Edm = 0.00224333 NCalls = 726 +VariableMetric: Iteration # 107 - FCN = -724865.4129316 Edm = 6.64621e-05 NCalls = 728 +VariableMetric: After Hessian - FCN = -724865.4129316 Edm = 0.114266 NCalls = 1097 +VariableMetric: Iteration # 108 - FCN = -724865.4129316 Edm = 0.114266 NCalls = 1097 +VariableMetric: Iteration # 109 - FCN = -724867.7367127 Edm = 0.56701 NCalls = 1102 +VariableMetric: Iteration # 110 - FCN = -724867.7381264 Edm = 2552.79 NCalls = 1108 +VariableMetric: Iteration # 111 - FCN = -724867.7440418 Edm = 10845 NCalls = 1113 +VariableMetric: Iteration # 112 - FCN = -724867.8199794 Edm = 6415.5 NCalls = 1117 +VariableMetric: Iteration # 113 - FCN = -724868.0352459 Edm = 8540.77 NCalls = 1121 +VariableMetric: Iteration # 114 - FCN = -724868.2024307 Edm = 905.025 NCalls = 1125 +VariableMetric: Iteration # 115 - FCN = -724868.2168413 Edm = 398.785 NCalls = 1129 +VariableMetric: Iteration # 116 - FCN = -724868.2300262 Edm = 25.3777 NCalls = 1133 +VariableMetric: Iteration # 117 - FCN = -724868.2322911 Edm = 38.2789 NCalls = 1137 +VariableMetric: Iteration # 118 - FCN = -724868.2340632 Edm = 31.2666 NCalls = 1141 +VariableMetric: Iteration # 119 - FCN = -724868.269483 Edm = 34.7102 NCalls = 1144 +VariableMetric: Iteration # 120 - FCN = -724868.2711019 Edm = 19.6687 NCalls = 1147 +VariableMetric: Iteration # 121 - FCN = -724868.2747849 Edm = 7.1513 NCalls = 1150 +VariableMetric: Iteration # 122 - FCN = -724868.3083648 Edm = 45.6901 NCalls = 1153 +VariableMetric: Iteration # 123 - FCN = -724868.3988417 Edm = 15.4647 NCalls = 1155 +VariableMetric: Iteration # 124 - FCN = -724868.4248424 Edm = 6.43704 NCalls = 1158 +VariableMetric: Iteration # 125 - FCN = -724868.4656265 Edm = 24.394 NCalls = 1160 +VariableMetric: Iteration # 126 - FCN = -724868.7468363 Edm = 3.5762 NCalls = 1162 +VariableMetric: Iteration # 127 - FCN = -724868.7851603 Edm = 2.24612 NCalls = 1164 +VariableMetric: Iteration # 128 - FCN = -724868.7883017 Edm = 0.166785 NCalls = 1167 +VariableMetric: Iteration # 129 - FCN = -724868.7911245 Edm = 0.168403 NCalls = 1170 +VariableMetric: Iteration # 130 - FCN = -724868.9312857 Edm = 0.0457758 NCalls = 1172 +VariableMetric: Iteration # 131 - FCN = -724869.0165056 Edm = 0.0164115 NCalls = 1174 +VariableMetric: Iteration # 132 - FCN = -724869.03268 Edm = 0.00609854 NCalls = 1176 +VariableMetric: Iteration # 133 - FCN = -724869.036528 Edm = 0.00351279 NCalls = 1178 +VariableMetric: Iteration # 134 - FCN = -724869.0393488 Edm = 0.00114654 NCalls = 1180 +VariableMetric: Iteration # 135 - FCN = -724869.0412297 Edm = 0.000665677 NCalls = 1183 +VariableMetric: Iteration # 136 - FCN = -724869.0425906 Edm = 0.000602137 NCalls = 1185 +VariableMetric: Iteration # 137 - FCN = -724869.0434321 Edm = 0.000264558 NCalls = 1188 +VariableMetric: Iteration # 138 - FCN = -724869.0436927 Edm = 4.6233e-05 NCalls = 1190 +VariableMetric: After Hessian - FCN = -724869.0436927 Edm = 4.91123e-05 NCalls = 1565 +VariableMetric: Iteration # 139 - FCN = -724869.0436927 Edm = 4.91123e-05 NCalls = 1565 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719194.757229 Edm = 2.17098 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719194.757229 Edm = 2.17098 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722483.0063291 Edm = 4.33336 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -722530.975334 Edm = 14.8887 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -722541.9966133 Edm = 6.24467 NCalls = 13 +VariableMetric: Iteration # 4 - FCN = -722921.2805538 Edm = 4.26038 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -722925.5501247 Edm = 0.501342 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -722929.7912102 Edm = 4.4207 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -723075.3757682 Edm = 2.33579 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -723077.775256 Edm = 0.0792383 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -723079.3818653 Edm = 1.52951 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -723234.6701904 Edm = 3.36421 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -723428.3257132 Edm = 46.6624 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -723533.2988619 Edm = 26.5609 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -723549.3501669 Edm = 4.61624 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -723557.2194453 Edm = 0.176348 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -723557.5494918 Edm = 0.0414045 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -723557.7120198 Edm = 0.0761794 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -723565.4793836 Edm = 5.15278 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -723621.9122585 Edm = 70.6412 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -723644.493435 Edm = 12.6434 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -723666.107122 Edm = 6.96925 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -723668.1338926 Edm = 1.69143 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -723685.1036803 Edm = 9.72484 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -723707.3130673 Edm = 2.6529 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -723709.3091107 Edm = 0.284076 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -723709.675263 Edm = 0.0342001 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -723709.7318423 Edm = 0.00673425 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -723709.9924023 Edm = 0.219745 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -723724.5692662 Edm = 17.7819 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -723746.8803874 Edm = 11.2691 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -723787.9903729 Edm = 4.56986 NCalls = 110 +VariableMetric: Iteration # 31 - FCN = -723793.3244687 Edm = 0.44213 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -723794.4485666 Edm = 1.57978 NCalls = 115 +VariableMetric: Iteration # 33 - FCN = -723798.3410273 Edm = 4.60593 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -723798.6034655 Edm = 0.726901 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -723804.4987365 Edm = 4.26252 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -723813.669363 Edm = 2.78157 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -723816.3098255 Edm = 0.528341 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -723816.7749106 Edm = 0.145102 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -723816.8738792 Edm = 0.00308077 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -723816.8830692 Edm = 0.00711466 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -723817.2605712 Edm = 0.382588 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -723818.0900243 Edm = 0.79167 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -723932.5015887 Edm = 15.1659 NCalls = 157 +VariableMetric: Iteration # 44 - FCN = -723944.0768975 Edm = 1.92911 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -723945.2094164 Edm = 0.50181 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -723945.9177667 Edm = 0.441373 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -723948.6585567 Edm = 4.67916 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -723949.6424877 Edm = 2.99065 NCalls = 173 +VariableMetric: Iteration # 49 - FCN = -723950.0751378 Edm = 1.02881 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -723953.5998776 Edm = 4.10289 NCalls = 180 +VariableMetric: Iteration # 51 - FCN = -723954.333797 Edm = 1.12646 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -723958.190592 Edm = 3.03586 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -723961.6433183 Edm = 0.606118 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -723962.4473476 Edm = 0.0588277 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -723962.5354011 Edm = 0.0135809 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -723962.5712003 Edm = 0.00985177 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -723962.6386697 Edm = 0.0441885 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -723984.3993017 Edm = 13.8794 NCalls = 206 +VariableMetric: Iteration # 59 - FCN = -724028.2813359 Edm = 12.2227 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -724049.0568964 Edm = 6.06185 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -724054.6050665 Edm = 2.16436 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -724056.0034891 Edm = 0.166275 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -724056.1198633 Edm = 0.0237152 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -724056.1577795 Edm = 0.011309 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -724056.2576573 Edm = 0.0699391 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -724057.9056646 Edm = 1.06259 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -724125.8012998 Edm = 79.9273 NCalls = 231 +VariableMetric: Iteration # 68 - FCN = -724133.6165154 Edm = 8.26233 NCalls = 234 +VariableMetric: Iteration # 69 - FCN = -724171.1287024 Edm = 43.2673 NCalls = 239 +VariableMetric: Iteration # 70 - FCN = -724381.6029544 Edm = 43.3264 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -724419.9999653 Edm = 51.467 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -724441.4761033 Edm = 7.23597 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -724451.2691733 Edm = 2.23933 NCalls = 253 +VariableMetric: Iteration # 74 - FCN = -724452.9135057 Edm = 1.12054 NCalls = 255 +VariableMetric: Iteration # 75 - FCN = -724453.9334191 Edm = 0.182745 NCalls = 257 +VariableMetric: Iteration # 76 - FCN = -724454.1408023 Edm = 0.0409722 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -724454.19791 Edm = 0.0173479 NCalls = 261 +VariableMetric: Iteration # 78 - FCN = -724454.2637762 Edm = 0.0296611 NCalls = 263 +VariableMetric: Iteration # 79 - FCN = -724454.3526644 Edm = 0.0489053 NCalls = 265 +VariableMetric: Iteration # 80 - FCN = -724455.6100668 Edm = 1.29956 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -724532.3335087 Edm = 8.68351 NCalls = 276 +VariableMetric: Iteration # 82 - FCN = -724686.0495884 Edm = 22.0293 NCalls = 281 +VariableMetric: Iteration # 83 - FCN = -724715.7811511 Edm = 3.91518 NCalls = 283 +VariableMetric: Iteration # 84 - FCN = -724720.824116 Edm = 3.8251 NCalls = 285 +VariableMetric: Iteration # 85 - FCN = -724722.526859 Edm = 0.275499 NCalls = 287 +VariableMetric: Iteration # 86 - FCN = -724722.8725336 Edm = 0.0748742 NCalls = 289 +VariableMetric: Iteration # 87 - FCN = -724723.1533785 Edm = 0.171242 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -724724.7672329 Edm = 1.43031 NCalls = 299 +VariableMetric: Iteration # 89 - FCN = -724724.940023 Edm = 0.960369 NCalls = 302 +VariableMetric: Iteration # 90 - FCN = -724726.7179823 Edm = 0.549587 NCalls = 305 +VariableMetric: Iteration # 91 - FCN = -724730.2327789 Edm = 8.36435 NCalls = 309 +VariableMetric: Iteration # 92 - FCN = -724732.022496 Edm = 5.2547 NCalls = 316 +VariableMetric: Iteration # 93 - FCN = -724736.6590237 Edm = 14.1998 NCalls = 322 +VariableMetric: Iteration # 94 - FCN = -724750.9266097 Edm = 25.0389 NCalls = 327 +VariableMetric: Iteration # 95 - FCN = -724752.9423471 Edm = 3.31266 NCalls = 330 +VariableMetric: Iteration # 96 - FCN = -724774.5844521 Edm = 15.6435 NCalls = 334 +VariableMetric: Iteration # 97 - FCN = -724796.926449 Edm = 16.5549 NCalls = 336 +VariableMetric: Iteration # 98 - FCN = -724820.0510309 Edm = 9.35585 NCalls = 339 +VariableMetric: Iteration # 99 - FCN = -724830.9660405 Edm = 2.37901 NCalls = 341 +VariableMetric: Iteration # 100 - FCN = -724834.1636082 Edm = 0.0500089 NCalls = 344 +VariableMetric: Iteration # 101 - FCN = -724834.2083652 Edm = 0.00662695 NCalls = 346 +VariableMetric: Iteration # 102 - FCN = -724834.2146105 Edm = 0.00292121 NCalls = 348 +VariableMetric: Iteration # 103 - FCN = -724834.2268492 Edm = 0.00822506 NCalls = 351 +VariableMetric: Iteration # 104 - FCN = -724834.2386164 Edm = 0.00191097 NCalls = 353 +VariableMetric: Iteration # 105 - FCN = -724834.2423959 Edm = 0.00162316 NCalls = 355 +VariableMetric: Iteration # 106 - FCN = -724834.2561627 Edm = 0.0126194 NCalls = 358 +VariableMetric: Iteration # 107 - FCN = -724834.4153117 Edm = 0.0971529 NCalls = 364 +VariableMetric: Iteration # 108 - FCN = -724836.0130051 Edm = 0.820906 NCalls = 367 +VariableMetric: Iteration # 109 - FCN = -724842.7359614 Edm = 6.61008 NCalls = 370 +VariableMetric: Iteration # 110 - FCN = -724847.5342081 Edm = 1.34363 NCalls = 375 +VariableMetric: Iteration # 111 - FCN = -724848.6139385 Edm = 0.361395 NCalls = 377 +VariableMetric: Iteration # 112 - FCN = -724848.9241956 Edm = 0.0297125 NCalls = 379 +VariableMetric: Iteration # 113 - FCN = -724848.97799 Edm = 0.0151968 NCalls = 381 +VariableMetric: Iteration # 114 - FCN = -724849.1187646 Edm = 0.0489224 NCalls = 385 +VariableMetric: Iteration # 115 - FCN = -724849.2009337 Edm = 0.00483225 NCalls = 387 +VariableMetric: Iteration # 116 - FCN = -724849.2032949 Edm = 0.00404248 NCalls = 389 +VariableMetric: Iteration # 117 - FCN = -724849.2053698 Edm = 0.00020915 NCalls = 391 +VariableMetric: Iteration # 118 - FCN = -724849.2059802 Edm = 0.00030274 NCalls = 393 +VariableMetric: Iteration # 119 - FCN = -724849.2297558 Edm = 0.0238638 NCalls = 398 +VariableMetric: Iteration # 120 - FCN = -724849.360974 Edm = 0.120833 NCalls = 405 +VariableMetric: Iteration # 121 - FCN = -724851.4943015 Edm = 0.127531 NCalls = 409 +VariableMetric: Iteration # 122 - FCN = -724851.6285735 Edm = 0.0225419 NCalls = 411 +VariableMetric: Iteration # 123 - FCN = -724851.6817573 Edm = 0.00555306 NCalls = 416 +VariableMetric: Iteration # 124 - FCN = -724851.6895372 Edm = 0.00143596 NCalls = 418 +VariableMetric: Iteration # 125 - FCN = -724851.6904477 Edm = 0.000433571 NCalls = 420 +VariableMetric: Iteration # 126 - FCN = -724851.6919263 Edm = 0.00146474 NCalls = 422 +VariableMetric: Iteration # 127 - FCN = -724851.7669566 Edm = 0.0735671 NCalls = 428 +VariableMetric: Iteration # 128 - FCN = -724855.100954 Edm = 2.16692 NCalls = 432 +VariableMetric: Iteration # 129 - FCN = -724857.180227 Edm = 1.90638 NCalls = 433 +VariableMetric: Iteration # 130 - FCN = -724858.9167373 Edm = 0.157257 NCalls = 436 +VariableMetric: Iteration # 131 - FCN = -724859.0577057 Edm = 0.0222258 NCalls = 438 +VariableMetric: Iteration # 132 - FCN = -724859.0740918 Edm = 0.00237794 NCalls = 440 +VariableMetric: Iteration # 133 - FCN = -724859.0765792 Edm = 0.000542527 NCalls = 442 +VariableMetric: Iteration # 134 - FCN = -724859.077225 Edm = 0.000146295 NCalls = 444 +VariableMetric: Iteration # 135 - FCN = -724859.0789543 Edm = 0.00132973 NCalls = 447 +VariableMetric: Iteration # 136 - FCN = -724859.1177203 Edm = 0.0301304 NCalls = 451 +VariableMetric: Iteration # 137 - FCN = -724860.6045952 Edm = 1.0961 NCalls = 456 +VariableMetric: Iteration # 138 - FCN = -724864.4701454 Edm = 0.385153 NCalls = 458 +VariableMetric: Iteration # 139 - FCN = -724864.8505958 Edm = 0.0303663 NCalls = 460 +VariableMetric: Iteration # 140 - FCN = -724864.8861001 Edm = 0.00376317 NCalls = 462 +VariableMetric: Iteration # 141 - FCN = -724864.8915015 Edm = 0.000449705 NCalls = 464 +VariableMetric: Iteration # 142 - FCN = -724864.8920294 Edm = 6.20961e-05 NCalls = 466 +VariableMetric: After Hessian - FCN = -724864.8920294 Edm = 13.043 NCalls = 839 +VariableMetric: Iteration # 143 - FCN = -724864.8920294 Edm = 13.043 NCalls = 839 +VariableMetric: Iteration # 144 - FCN = -724866.810595 Edm = 30.045 NCalls = 841 +VariableMetric: Iteration # 145 - FCN = -724867.6251266 Edm = 37.1749 NCalls = 852 +VariableMetric: Iteration # 146 - FCN = -724867.6342098 Edm = 509.177 NCalls = 857 +VariableMetric: Iteration # 147 - FCN = -724867.6876379 Edm = 4539.44 NCalls = 861 +VariableMetric: Iteration # 148 - FCN = -724867.8178125 Edm = 87.1441 NCalls = 865 +VariableMetric: Iteration # 149 - FCN = -724867.8390044 Edm = 36.2239 NCalls = 869 +VariableMetric: Iteration # 150 - FCN = -724867.9055532 Edm = 307.677 NCalls = 872 +VariableMetric: Iteration # 151 - FCN = -724867.9621194 Edm = 182.803 NCalls = 875 +VariableMetric: Iteration # 152 - FCN = -724868.0186851 Edm = 171.42 NCalls = 878 +VariableMetric: Iteration # 153 - FCN = -724868.0952686 Edm = 29.5309 NCalls = 881 +VariableMetric: Iteration # 154 - FCN = -724868.2297747 Edm = 53.2612 NCalls = 884 +VariableMetric: Iteration # 155 - FCN = -724868.7514056 Edm = 45.0946 NCalls = 886 +VariableMetric: Iteration # 156 - FCN = -724868.8407782 Edm = 11.1887 NCalls = 889 +VariableMetric: Iteration # 157 - FCN = -724868.9219565 Edm = 3.87608 NCalls = 892 +VariableMetric: Iteration # 158 - FCN = -724868.9742669 Edm = 0.989806 NCalls = 895 +VariableMetric: Iteration # 159 - FCN = -724869.0120582 Edm = 0.494008 NCalls = 897 +VariableMetric: Iteration # 160 - FCN = -724869.0197878 Edm = 0.831846 NCalls = 899 +VariableMetric: Iteration # 161 - FCN = -724869.034462 Edm = 1.03253 NCalls = 901 +VariableMetric: Iteration # 162 - FCN = -724869.0654557 Edm = 0.814164 NCalls = 903 +VariableMetric: Iteration # 163 - FCN = -724869.1929348 Edm = 0.0880115 NCalls = 905 +VariableMetric: Iteration # 164 - FCN = -724869.2224393 Edm = 0.0982968 NCalls = 908 +VariableMetric: Iteration # 165 - FCN = -724869.2350103 Edm = 0.0406553 NCalls = 910 +VariableMetric: Iteration # 166 - FCN = -724869.2975661 Edm = 0.0319802 NCalls = 913 +VariableMetric: Iteration # 167 - FCN = -724869.3213166 Edm = 0.0150322 NCalls = 915 +VariableMetric: Iteration # 168 - FCN = -724869.3450197 Edm = 0.0171831 NCalls = 918 +VariableMetric: Iteration # 169 - FCN = -724869.3605501 Edm = 0.00864138 NCalls = 920 +VariableMetric: Iteration # 170 - FCN = -724869.3737856 Edm = 0.0220655 NCalls = 922 +VariableMetric: Iteration # 171 - FCN = -724869.3838745 Edm = 0.00446946 NCalls = 925 +VariableMetric: Iteration # 172 - FCN = -724869.3900191 Edm = 0.00434839 NCalls = 927 +VariableMetric: Iteration # 173 - FCN = -724869.3937484 Edm = 0.00270788 NCalls = 929 +VariableMetric: Iteration # 174 - FCN = -724869.3990476 Edm = 0.00133343 NCalls = 932 +VariableMetric: Iteration # 175 - FCN = -724869.4022338 Edm = 0.00104971 NCalls = 934 +VariableMetric: Iteration # 176 - FCN = -724869.4029074 Edm = 0.000583205 NCalls = 936 +VariableMetric: Iteration # 177 - FCN = -724869.4040132 Edm = 0.000432833 NCalls = 939 +VariableMetric: Iteration # 178 - FCN = -724869.4054549 Edm = 0.000331493 NCalls = 942 +VariableMetric: Iteration # 179 - FCN = -724869.4061952 Edm = 0.00031468 NCalls = 944 +VariableMetric: Iteration # 180 - FCN = -724869.4063078 Edm = 0.000103583 NCalls = 946 +VariableMetric: Iteration # 181 - FCN = -724869.406475 Edm = 5.26725e-05 NCalls = 949 +VariableMetric: After Hessian - FCN = -724869.406475 Edm = 0.000161694 NCalls = 1330 +VariableMetric: Iteration # 182 - FCN = -724869.406475 Edm = 0.000161694 NCalls = 1330 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710467.2840996 Edm = 24.3862 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710467.2840996 Edm = 24.3862 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722502.8511773 Edm = 1.54269 NCalls = 11 +VariableMetric: Iteration # 2 - FCN = -722653.3894792 Edm = 6.15538 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -722658.0034009 Edm = 2.22882 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -722760.6881367 Edm = 21.1465 NCalls = 23 +VariableMetric: Iteration # 5 - FCN = -722778.6631708 Edm = 0.23317 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -722778.7918276 Edm = 0.0434324 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -722786.6773082 Edm = 2.51466 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -722790.6515026 Edm = 0.0369702 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -722791.991237 Edm = 1.2811 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -722884.9526568 Edm = 11.459 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -722905.3728731 Edm = 1.96719 NCalls = 48 +VariableMetric: Iteration # 12 - FCN = -722907.0507529 Edm = 0.130904 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -722907.2120619 Edm = 0.0339093 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -722907.5043962 Edm = 0.218845 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -722983.0783363 Edm = 40.5106 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -723122.6825007 Edm = 13.4027 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -723146.0120804 Edm = 0.960059 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -723147.3577906 Edm = 0.195682 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -723147.8024721 Edm = 0.130264 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -723148.1769227 Edm = 0.0897039 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -723148.3293808 Edm = 0.0827647 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -723148.5860144 Edm = 0.256966 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -723148.8283083 Edm = 0.455123 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -723149.1858635 Edm = 0.0920136 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -723149.311607 Edm = 0.0311037 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -723149.3260081 Edm = 0.00993419 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -723149.3529047 Edm = 0.0124694 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -723149.7022216 Edm = 0.263683 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -723200.0556384 Edm = 72.1547 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -723205.3041457 Edm = 25.7775 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -723213.2124964 Edm = 6.49226 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -723263.2381121 Edm = 14.4364 NCalls = 120 +VariableMetric: Iteration # 33 - FCN = -723277.5647337 Edm = 9.44589 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -723294.6268155 Edm = 7.73676 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -723316.5093098 Edm = 4.09858 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -723361.7744413 Edm = 97.609 NCalls = 135 +VariableMetric: Iteration # 37 - FCN = -723364.2652371 Edm = 12.2927 NCalls = 137 +VariableMetric: Iteration # 38 - FCN = -723386.1293768 Edm = 26.5858 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -723464.3279765 Edm = 25.0463 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -723497.2576855 Edm = 3.02924 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -723512.6047459 Edm = 7.5302 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -723518.3831558 Edm = 3.6467 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -723522.2454007 Edm = 1.83805 NCalls = 157 +VariableMetric: Iteration # 44 - FCN = -723524.3936841 Edm = 1.56666 NCalls = 160 +VariableMetric: Iteration # 45 - FCN = -723526.809814 Edm = 3.16528 NCalls = 163 +VariableMetric: Iteration # 46 - FCN = -723530.8474197 Edm = 1.57306 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -723532.8166993 Edm = 0.15047 NCalls = 169 +VariableMetric: Iteration # 48 - FCN = -723533.007665 Edm = 0.0381097 NCalls = 171 +VariableMetric: Iteration # 49 - FCN = -723533.1545723 Edm = 0.114812 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -723535.5765395 Edm = 2.09648 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -723589.7169377 Edm = 37.882 NCalls = 184 +VariableMetric: Iteration # 52 - FCN = -723630.9862276 Edm = 253.745 NCalls = 189 +VariableMetric: Iteration # 53 - FCN = -723668.1232361 Edm = 73.1614 NCalls = 192 +VariableMetric: Iteration # 54 - FCN = -723674.185288 Edm = 6.79742 NCalls = 196 +VariableMetric: Iteration # 55 - FCN = -723716.3125938 Edm = 17.9957 NCalls = 200 +VariableMetric: Iteration # 56 - FCN = -723731.1558939 Edm = 5.39643 NCalls = 202 +VariableMetric: Iteration # 57 - FCN = -723742.2619583 Edm = 0.4686 NCalls = 204 +VariableMetric: Iteration # 58 - FCN = -723742.8344239 Edm = 0.074665 NCalls = 206 +VariableMetric: Iteration # 59 - FCN = -723743.080303 Edm = 0.037382 NCalls = 208 +VariableMetric: Iteration # 60 - FCN = -723743.1288465 Edm = 0.010293 NCalls = 210 +VariableMetric: Iteration # 61 - FCN = -723745.1482851 Edm = 1.9372 NCalls = 216 +VariableMetric: Iteration # 62 - FCN = -723897.6922388 Edm = 49.8555 NCalls = 221 +VariableMetric: Iteration # 63 - FCN = -723966.7948943 Edm = 31.9211 NCalls = 223 +VariableMetric: Iteration # 64 - FCN = -723987.6261977 Edm = 4.52587 NCalls = 224 +VariableMetric: Iteration # 65 - FCN = -723993.1664407 Edm = 1.43774 NCalls = 226 +VariableMetric: Iteration # 66 - FCN = -723995.0714617 Edm = 0.222773 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -723995.4028984 Edm = 0.0678197 NCalls = 231 +VariableMetric: Iteration # 68 - FCN = -723995.5196974 Edm = 0.0262305 NCalls = 233 +VariableMetric: Iteration # 69 - FCN = -723995.557085 Edm = 0.00877386 NCalls = 235 +VariableMetric: Iteration # 70 - FCN = -723995.6580778 Edm = 0.0826024 NCalls = 238 +VariableMetric: Iteration # 71 - FCN = -723996.7587111 Edm = 0.499602 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -724001.6037013 Edm = 4.07847 NCalls = 245 +VariableMetric: Iteration # 73 - FCN = -724354.2485992 Edm = 225.158 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -724547.6141178 Edm = 105.602 NCalls = 253 +VariableMetric: Iteration # 75 - FCN = -724565.267763 Edm = 125.576 NCalls = 255 +VariableMetric: Iteration # 76 - FCN = -724641.4717504 Edm = 11.8544 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -724651.6104376 Edm = 18.2709 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -724667.0613336 Edm = 6.73118 NCalls = 263 +VariableMetric: Iteration # 79 - FCN = -724676.7190228 Edm = 3.90575 NCalls = 266 +VariableMetric: Iteration # 80 - FCN = -724682.2146438 Edm = 5.49891 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -724716.5266631 Edm = 29.6654 NCalls = 275 +VariableMetric: Iteration # 82 - FCN = -724731.3676418 Edm = 24.6124 NCalls = 279 +VariableMetric: Iteration # 83 - FCN = -724745.1288605 Edm = 12.2917 NCalls = 283 +VariableMetric: Iteration # 84 - FCN = -724755.9007816 Edm = 0.740834 NCalls = 285 +VariableMetric: Iteration # 85 - FCN = -724756.5909997 Edm = 0.0932665 NCalls = 286 +VariableMetric: Iteration # 86 - FCN = -724756.7981535 Edm = 0.0780855 NCalls = 288 +VariableMetric: Iteration # 87 - FCN = -724756.9363361 Edm = 0.0138714 NCalls = 290 +VariableMetric: Iteration # 88 - FCN = -724756.953308 Edm = 0.00165808 NCalls = 292 +VariableMetric: Iteration # 89 - FCN = -724756.9615652 Edm = 0.00361688 NCalls = 294 +VariableMetric: Iteration # 90 - FCN = -724756.9774142 Edm = 0.010366 NCalls = 296 +VariableMetric: Iteration # 91 - FCN = -724757.1959564 Edm = 0.169887 NCalls = 300 +VariableMetric: Iteration # 92 - FCN = -724765.8582511 Edm = 7.56718 NCalls = 305 +VariableMetric: Iteration # 93 - FCN = -724787.3467315 Edm = 11.6551 NCalls = 307 +VariableMetric: Iteration # 94 - FCN = -724801.2029605 Edm = 2.89006 NCalls = 309 +VariableMetric: Iteration # 95 - FCN = -724805.5143785 Edm = 0.556231 NCalls = 312 +VariableMetric: Iteration # 96 - FCN = -724806.4343766 Edm = 0.303727 NCalls = 314 +VariableMetric: Iteration # 97 - FCN = -724806.7446037 Edm = 0.154957 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -724807.030975 Edm = 0.129825 NCalls = 318 +VariableMetric: Iteration # 99 - FCN = -724807.1000654 Edm = 0.0137601 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -724807.1147451 Edm = 0.0010741 NCalls = 322 +VariableMetric: Iteration # 101 - FCN = -724807.1168642 Edm = 0.000845942 NCalls = 324 +VariableMetric: Iteration # 102 - FCN = -724807.1266253 Edm = 0.00814129 NCalls = 327 +VariableMetric: Iteration # 103 - FCN = -724807.347428 Edm = 0.209865 NCalls = 331 +VariableMetric: Iteration # 104 - FCN = -724812.1791112 Edm = 4.16067 NCalls = 336 +VariableMetric: Iteration # 105 - FCN = -724829.877107 Edm = 26.7145 NCalls = 339 +VariableMetric: Iteration # 106 - FCN = -724836.3164397 Edm = 9.61647 NCalls = 342 +VariableMetric: Iteration # 107 - FCN = -724845.3405637 Edm = 1.53371 NCalls = 345 +VariableMetric: Iteration # 108 - FCN = -724847.4576176 Edm = 1.27378 NCalls = 347 +VariableMetric: Iteration # 109 - FCN = -724848.5143386 Edm = 0.573617 NCalls = 351 +VariableMetric: Iteration # 110 - FCN = -724849.0985577 Edm = 0.088715 NCalls = 354 +VariableMetric: Iteration # 111 - FCN = -724849.2363811 Edm = 0.0436856 NCalls = 356 +VariableMetric: Iteration # 112 - FCN = -724849.3432122 Edm = 0.0376984 NCalls = 358 +VariableMetric: Iteration # 113 - FCN = -724849.3859794 Edm = 0.0224696 NCalls = 359 +VariableMetric: Iteration # 114 - FCN = -724851.0755249 Edm = 2.57655 NCalls = 367 +VariableMetric: Iteration # 115 - FCN = -724851.0811778 Edm = 0.10198 NCalls = 369 +VariableMetric: Iteration # 116 - FCN = -724851.1403947 Edm = 0.127824 NCalls = 371 +VariableMetric: Iteration # 117 - FCN = -724851.7268435 Edm = 0.544657 NCalls = 376 +VariableMetric: Iteration # 118 - FCN = -724853.4378112 Edm = 0.739341 NCalls = 381 +VariableMetric: Iteration # 119 - FCN = -724854.8422106 Edm = 0.36463 NCalls = 384 +VariableMetric: Iteration # 120 - FCN = -724855.4238063 Edm = 0.074918 NCalls = 386 +VariableMetric: Iteration # 121 - FCN = -724855.50433 Edm = 0.0191499 NCalls = 388 +VariableMetric: Iteration # 122 - FCN = -724855.5335796 Edm = 0.00107349 NCalls = 390 +VariableMetric: Iteration # 123 - FCN = -724855.5366512 Edm = 0.00111167 NCalls = 392 +VariableMetric: Iteration # 124 - FCN = -724855.5382356 Edm = 0.000382058 NCalls = 394 +VariableMetric: Iteration # 125 - FCN = -724855.5385915 Edm = 5.67477e-05 NCalls = 396 +VariableMetric: After Hessian - FCN = -724855.5385915 Edm = 41.6793 NCalls = 761 +VariableMetric: Iteration # 126 - FCN = -724855.5385915 Edm = 41.6793 NCalls = 761 +VariableMetric: Iteration # 127 - FCN = -724856.2447929 Edm = 207.453 NCalls = 764 +VariableMetric: Iteration # 128 - FCN = -724862.2386478 Edm = 15.912 NCalls = 770 +VariableMetric: Iteration # 129 - FCN = -724863.7605699 Edm = 3.88903 NCalls = 772 +VariableMetric: Iteration # 130 - FCN = -724864.8281186 Edm = 2.51772 NCalls = 774 +VariableMetric: Iteration # 131 - FCN = -724867.6287466 Edm = 0.5662 NCalls = 776 +VariableMetric: Iteration # 132 - FCN = -724868.1042103 Edm = 0.687962 NCalls = 779 +VariableMetric: Iteration # 133 - FCN = -724868.5278228 Edm = 0.0882367 NCalls = 781 +VariableMetric: Iteration # 134 - FCN = -724868.6743054 Edm = 0.0465178 NCalls = 783 +VariableMetric: Iteration # 135 - FCN = -724868.7478546 Edm = 0.0320546 NCalls = 785 +VariableMetric: Iteration # 136 - FCN = -724868.8088853 Edm = 0.0140111 NCalls = 788 +VariableMetric: Iteration # 137 - FCN = -724868.8434583 Edm = 0.0141489 NCalls = 790 +VariableMetric: Iteration # 138 - FCN = -724868.8759378 Edm = 0.019238 NCalls = 793 +VariableMetric: Iteration # 139 - FCN = -724868.9014097 Edm = 0.031451 NCalls = 796 +VariableMetric: Iteration # 140 - FCN = -724868.9530287 Edm = 0.0303496 NCalls = 799 +VariableMetric: Iteration # 141 - FCN = -724869.0049552 Edm = 0.0258614 NCalls = 802 +VariableMetric: Iteration # 142 - FCN = -724869.0316141 Edm = 0.00450931 NCalls = 804 +VariableMetric: Iteration # 143 - FCN = -724869.0375036 Edm = 0.00138993 NCalls = 806 +VariableMetric: Iteration # 144 - FCN = -724869.0390353 Edm = 0.000447871 NCalls = 808 +VariableMetric: Iteration # 145 - FCN = -724869.0400622 Edm = 0.000364311 NCalls = 810 +VariableMetric: Iteration # 146 - FCN = -724869.0418892 Edm = 0.000546457 NCalls = 813 +VariableMetric: Iteration # 147 - FCN = -724869.0434031 Edm = 0.000295427 NCalls = 815 +VariableMetric: Iteration # 148 - FCN = -724869.0437464 Edm = 0.000166443 NCalls = 817 +VariableMetric: Iteration # 149 - FCN = -724869.0439105 Edm = 2.29745e-05 NCalls = 819 +VariableMetric: After Hessian - FCN = -724869.0439105 Edm = 0.000110505 NCalls = 1198 +VariableMetric: Iteration # 150 - FCN = -724869.0439105 Edm = 0.000110505 NCalls = 1198 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721979.7354148 Edm = 3.62469 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721979.7354148 Edm = 3.62469 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723872.9165582 Edm = 0.0687545 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -723873.1509999 Edm = 0.239257 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -723927.4352262 Edm = 0.312649 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -723927.8538132 Edm = 0.0315009 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -723935.0482104 Edm = 4.24468 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -723967.7361368 Edm = 0.209211 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -723968.1110095 Edm = 0.0513184 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -723968.6571468 Edm = 0.51133 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -724002.1357576 Edm = 17.6134 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -724034.1538912 Edm = 1.82266 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -724035.9492319 Edm = 0.184009 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -724036.200336 Edm = 0.00500713 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -724036.262698 Edm = 0.0641372 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -724038.1067267 Edm = 2.09069 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -724038.1567693 Edm = 0.0430584 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -724053.374367 Edm = 13.3025 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -724104.4576834 Edm = 0.979867 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -724105.4462363 Edm = 0.0159824 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -724105.4687701 Edm = 0.00774191 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -724105.5387146 Edm = 0.0684061 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -724110.558486 Edm = 3.98547 NCalls = 83 +VariableMetric: Iteration # 22 - FCN = -724185.6922549 Edm = 74.6878 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -724197.6568164 Edm = 10.2426 NCalls = 89 +VariableMetric: Iteration # 24 - FCN = -724249.1093249 Edm = 7.84127 NCalls = 93 +VariableMetric: Iteration # 25 - FCN = -724263.4031095 Edm = 15.2233 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -724273.6686024 Edm = 1.54296 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -724277.5950877 Edm = 2.24411 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -724281.5248677 Edm = 0.70318 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -724282.1597341 Edm = 0.0505562 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -724282.1965247 Edm = 0.0101625 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -724282.2207361 Edm = 0.00717751 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -724282.277492 Edm = 0.0484441 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -724285.3653342 Edm = 3.24161 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -724291.3838459 Edm = 5.28076 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -724355.4463579 Edm = 4.34676 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -724359.065621 Edm = 0.40375 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -724359.6613721 Edm = 0.0915063 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -724359.7840119 Edm = 0.00811359 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -724359.7901209 Edm = 0.00183314 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -724359.7980631 Edm = 0.00576538 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -724360.2080612 Edm = 0.429457 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -724368.7704975 Edm = 2.47356 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -724402.8833062 Edm = 14.9177 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -724420.1116375 Edm = 12.3191 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -724428.6988576 Edm = 1.39475 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -724429.525995 Edm = 0.0604445 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -724429.5762974 Edm = 0.0037981 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -724429.5862861 Edm = 0.00464655 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -724429.6065892 Edm = 0.00285007 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -724429.6177876 Edm = 0.00828503 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -724431.9070715 Edm = 2.69492 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -724441.8142518 Edm = 5.11167 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -724477.8181992 Edm = 10.1812 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -724486.6442149 Edm = 5.22384 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -724490.0326872 Edm = 1.22735 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -724491.4347009 Edm = 0.534862 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -724492.5172592 Edm = 0.287765 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -724493.5245977 Edm = 1.58181 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -724504.4657748 Edm = 9.12551 NCalls = 203 +VariableMetric: Iteration # 60 - FCN = -724505.9125171 Edm = 9.04257 NCalls = 206 +VariableMetric: Iteration # 61 - FCN = -724544.7542807 Edm = 6.27778 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -724551.4483258 Edm = 14.3276 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -724557.3572114 Edm = 5.23349 NCalls = 218 +VariableMetric: Iteration # 64 - FCN = -724567.0191539 Edm = 5.01548 NCalls = 221 +VariableMetric: Iteration # 65 - FCN = -724572.211403 Edm = 3.27102 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -724575.7474997 Edm = 1.90089 NCalls = 226 +VariableMetric: Iteration # 67 - FCN = -724576.4396071 Edm = 0.231122 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -724576.7514916 Edm = 0.0406106 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -724576.8010237 Edm = 0.0106025 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -724576.8162191 Edm = 0.0148051 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -724577.0890427 Edm = 0.263982 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -724582.2787251 Edm = 4.99554 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -724594.6847648 Edm = 8.53615 NCalls = 248 +VariableMetric: Iteration # 74 - FCN = -724639.8951729 Edm = 28.548 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -724643.9346264 Edm = 16.9708 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -724650.6969688 Edm = 2.225 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -724653.0231164 Edm = 0.666179 NCalls = 256 +VariableMetric: Iteration # 78 - FCN = -724654.2403155 Edm = 0.393832 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -724656.224921 Edm = 1.25935 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -724661.00513 Edm = 6.52674 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -724661.3248375 Edm = 1.47393 NCalls = 270 +VariableMetric: Iteration # 82 - FCN = -724664.0719432 Edm = 2.28331 NCalls = 273 +VariableMetric: Iteration # 83 - FCN = -724671.5509499 Edm = 2.93657 NCalls = 276 +VariableMetric: Iteration # 84 - FCN = -724684.4039866 Edm = 15.6715 NCalls = 284 +VariableMetric: Iteration # 85 - FCN = -724688.0547299 Edm = 9.02121 NCalls = 287 +VariableMetric: Iteration # 86 - FCN = -724692.0998436 Edm = 2.83 NCalls = 290 +VariableMetric: Iteration # 87 - FCN = -724695.2298494 Edm = 0.827466 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -724696.6776957 Edm = 0.435208 NCalls = 294 +VariableMetric: Iteration # 89 - FCN = -724697.7096821 Edm = 0.318041 NCalls = 296 +VariableMetric: Iteration # 90 - FCN = -724698.3860226 Edm = 0.232247 NCalls = 298 +VariableMetric: Iteration # 91 - FCN = -724698.7064725 Edm = 0.0208379 NCalls = 300 +VariableMetric: Iteration # 92 - FCN = -724698.7250164 Edm = 0.00429789 NCalls = 302 +VariableMetric: Iteration # 93 - FCN = -724698.7295589 Edm = 0.00140249 NCalls = 304 +VariableMetric: Iteration # 94 - FCN = -724698.7459542 Edm = 0.0193823 NCalls = 308 +VariableMetric: Iteration # 95 - FCN = -724699.8453062 Edm = 0.779749 NCalls = 315 +VariableMetric: Iteration # 96 - FCN = -724717.1422269 Edm = 9.84175 NCalls = 318 +VariableMetric: Iteration # 97 - FCN = -724728.2675651 Edm = 3.30471 NCalls = 321 +VariableMetric: Iteration # 98 - FCN = -724729.8614504 Edm = 0.277216 NCalls = 323 +VariableMetric: Iteration # 99 - FCN = -724730.2206022 Edm = 0.0518622 NCalls = 325 +VariableMetric: Iteration # 100 - FCN = -724730.4572482 Edm = 0.194661 NCalls = 329 +VariableMetric: Iteration # 101 - FCN = -724730.8104049 Edm = 0.674904 NCalls = 335 +VariableMetric: Iteration # 102 - FCN = -724731.6361635 Edm = 1.38352 NCalls = 340 +VariableMetric: Iteration # 103 - FCN = -724732.5328891 Edm = 0.526196 NCalls = 344 +VariableMetric: Iteration # 104 - FCN = -724733.3016472 Edm = 0.102858 NCalls = 346 +VariableMetric: Iteration # 105 - FCN = -724733.3376552 Edm = 0.0134707 NCalls = 348 +VariableMetric: Iteration # 106 - FCN = -724733.3511834 Edm = 0.000641951 NCalls = 350 +VariableMetric: Iteration # 107 - FCN = -724733.3522686 Edm = 0.000548343 NCalls = 352 +VariableMetric: Iteration # 108 - FCN = -724733.3808737 Edm = 0.0278577 NCalls = 357 +VariableMetric: Iteration # 109 - FCN = -724736.2872247 Edm = 2.29139 NCalls = 362 +VariableMetric: Iteration # 110 - FCN = -724747.749204 Edm = 1.86623 NCalls = 365 +VariableMetric: Iteration # 111 - FCN = -724748.4922042 Edm = 0.20357 NCalls = 367 +VariableMetric: Iteration # 112 - FCN = -724748.7157762 Edm = 0.0262338 NCalls = 369 +VariableMetric: Iteration # 113 - FCN = -724748.7461107 Edm = 0.00506741 NCalls = 371 +VariableMetric: Iteration # 114 - FCN = -724748.7543347 Edm = 0.00341701 NCalls = 373 +VariableMetric: Iteration # 115 - FCN = -724748.7705116 Edm = 0.00105453 NCalls = 376 +VariableMetric: Iteration # 116 - FCN = -724748.7719151 Edm = 0.000101263 NCalls = 378 +VariableMetric: Iteration # 117 - FCN = -724748.7722742 Edm = 0.000216593 NCalls = 380 +VariableMetric: Iteration # 118 - FCN = -724748.7779924 Edm = 0.00510096 NCalls = 384 +VariableMetric: Iteration # 119 - FCN = -724748.9260092 Edm = 0.130294 NCalls = 388 +VariableMetric: Iteration # 120 - FCN = -724752.2247074 Edm = 1.45739 NCalls = 393 +VariableMetric: Iteration # 121 - FCN = -724753.9238798 Edm = 0.586062 NCalls = 396 +VariableMetric: Iteration # 122 - FCN = -724754.6145155 Edm = 0.0713646 NCalls = 398 +VariableMetric: Iteration # 123 - FCN = -724754.6853456 Edm = 0.0132754 NCalls = 400 +VariableMetric: Iteration # 124 - FCN = -724754.7075842 Edm = 0.00759304 NCalls = 402 +VariableMetric: Iteration # 125 - FCN = -724754.7169579 Edm = 0.00275899 NCalls = 404 +VariableMetric: Iteration # 126 - FCN = -724754.7189505 Edm = 5.14519e-05 NCalls = 405 +VariableMetric: After Hessian - FCN = -724754.7189505 Edm = 1.46771e+06 NCalls = 760 +VariableMetric: Iteration # 127 - FCN = -724754.7189505 Edm = 1.46771e+06 NCalls = 760 +VariableMetric: Iteration # 128 - FCN = -724835.7144192 Edm = 16587.9 NCalls = 771 +VariableMetric: Iteration # 129 - FCN = -724851.9004757 Edm = 13.6111 NCalls = 782 +VariableMetric: Iteration # 130 - FCN = -724853.4819616 Edm = 20.7848 NCalls = 785 +VariableMetric: Iteration # 131 - FCN = -724865.1762198 Edm = 0.431912 NCalls = 787 +VariableMetric: Iteration # 132 - FCN = -724865.8790054 Edm = 0.264449 NCalls = 789 +VariableMetric: Iteration # 133 - FCN = -724866.6980445 Edm = 0.0736964 NCalls = 791 +VariableMetric: Iteration # 134 - FCN = -724866.8777647 Edm = 0.0749374 NCalls = 793 +VariableMetric: Iteration # 135 - FCN = -724867.4963977 Edm = 0.0642407 NCalls = 797 +VariableMetric: Iteration # 136 - FCN = -724867.7857491 Edm = 0.0867791 NCalls = 800 +VariableMetric: Iteration # 137 - FCN = -724867.9482846 Edm = 0.045177 NCalls = 802 +VariableMetric: Iteration # 138 - FCN = -724868.0614429 Edm = 0.0856169 NCalls = 805 +VariableMetric: Iteration # 139 - FCN = -724868.2381777 Edm = 0.0184845 NCalls = 808 +VariableMetric: Iteration # 140 - FCN = -724868.2748683 Edm = 0.0172052 NCalls = 810 +VariableMetric: Iteration # 141 - FCN = -724868.3244133 Edm = 0.00615267 NCalls = 812 +VariableMetric: Iteration # 142 - FCN = -724868.3354507 Edm = 0.00357203 NCalls = 814 +VariableMetric: Iteration # 143 - FCN = -724868.3492902 Edm = 0.00130988 NCalls = 816 +VariableMetric: Iteration # 144 - FCN = -724868.3521912 Edm = 0.0010733 NCalls = 818 +VariableMetric: Iteration # 145 - FCN = -724868.3567751 Edm = 0.00065812 NCalls = 820 +VariableMetric: Iteration # 146 - FCN = -724868.3607166 Edm = 0.00134732 NCalls = 823 +VariableMetric: Iteration # 147 - FCN = -724868.3634686 Edm = 0.000155908 NCalls = 825 +VariableMetric: Iteration # 148 - FCN = -724868.3643022 Edm = 0.000179881 NCalls = 828 +VariableMetric: Iteration # 149 - FCN = -724868.3646369 Edm = 9.07178e-05 NCalls = 830 +VariableMetric: Iteration # 150 - FCN = -724868.3652474 Edm = 3.83742e-05 NCalls = 833 +VariableMetric: After Hessian - FCN = -724868.3652474 Edm = 3.03585 NCalls = 1196 +VariableMetric: Iteration # 151 - FCN = -724868.3652474 Edm = 3.03585 NCalls = 1196 +VariableMetric: Iteration # 152 - FCN = -724868.3912355 Edm = 0.690706 NCalls = 1199 +VariableMetric: Iteration # 153 - FCN = -724868.3938074 Edm = 0.0195534 NCalls = 1201 +VariableMetric: Iteration # 154 - FCN = -724868.422627 Edm = 0.0236911 NCalls = 1204 +VariableMetric: Iteration # 155 - FCN = -724868.4400092 Edm = 0.0282043 NCalls = 1207 +VariableMetric: Iteration # 156 - FCN = -724868.6494955 Edm = 0.14505 NCalls = 1215 +VariableMetric: Iteration # 157 - FCN = -724868.6826716 Edm = 0.073273 NCalls = 1217 +VariableMetric: Iteration # 158 - FCN = -724868.8112426 Edm = 0.0485438 NCalls = 1220 +VariableMetric: Iteration # 159 - FCN = -724868.8654608 Edm = 0.0353213 NCalls = 1222 +VariableMetric: Iteration # 160 - FCN = -724868.9483495 Edm = 0.0269692 NCalls = 1226 +VariableMetric: Iteration # 161 - FCN = -724869.0220701 Edm = 0.060429 NCalls = 1228 +VariableMetric: Iteration # 162 - FCN = -724869.045606 Edm = 0.0161228 NCalls = 1230 +VariableMetric: Iteration # 163 - FCN = -724869.0835467 Edm = 0.00923692 NCalls = 1232 +VariableMetric: Iteration # 164 - FCN = -724869.1018237 Edm = 0.00853304 NCalls = 1234 +VariableMetric: Iteration # 165 - FCN = -724869.1107348 Edm = 0.00529507 NCalls = 1237 +VariableMetric: Iteration # 166 - FCN = -724869.1223309 Edm = 0.00862749 NCalls = 1240 +VariableMetric: Iteration # 167 - FCN = -724869.1285222 Edm = 0.00245695 NCalls = 1242 +VariableMetric: Iteration # 168 - FCN = -724869.1334984 Edm = 0.00116293 NCalls = 1245 +VariableMetric: Iteration # 169 - FCN = -724869.1366753 Edm = 0.000598013 NCalls = 1247 +VariableMetric: Iteration # 170 - FCN = -724869.1385057 Edm = 0.000545888 NCalls = 1249 +VariableMetric: Iteration # 171 - FCN = -724869.1393961 Edm = 0.00097436 NCalls = 1252 +VariableMetric: Iteration # 172 - FCN = -724869.1409284 Edm = 0.000357975 NCalls = 1254 +VariableMetric: Iteration # 173 - FCN = -724869.1416789 Edm = 0.000192098 NCalls = 1256 +VariableMetric: Iteration # 174 - FCN = -724869.1418376 Edm = 6.79939e-05 NCalls = 1258 +VariableMetric: Iteration # 175 - FCN = -724869.1420726 Edm = 6.66774e-05 NCalls = 1260 +VariableMetric: Iteration # 176 - FCN = -724869.1423033 Edm = 2.72543e-05 NCalls = 1262 +VariableMetric: After Hessian - FCN = -724869.1423033 Edm = 4.44452e-05 NCalls = 1635 +VariableMetric: Iteration # 177 - FCN = -724869.1423033 Edm = 4.44452e-05 NCalls = 1635 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719933.8176523 Edm = 1.21123 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719933.8176523 Edm = 1.21123 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721951.520318 Edm = 2.22024 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -722007.8053718 Edm = 1.96913 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -722050.7929987 Edm = 37.0901 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -722298.0652509 Edm = 1.38932 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -722299.8785305 Edm = 0.405238 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -722368.6388828 Edm = 43.8206 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -722494.0453616 Edm = 2.20567 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -722495.9274454 Edm = 0.091492 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -722497.1167717 Edm = 1.18584 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -722647.0937685 Edm = 2.87528 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -722932.3413764 Edm = 13.9789 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -722950.9162107 Edm = 0.440507 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -722951.7602053 Edm = 0.0472195 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -722951.8517164 Edm = 0.0317434 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -722954.4656776 Edm = 2.30668 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -723103.7588165 Edm = 37.8559 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -723149.6077209 Edm = 25.6222 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -723226.2256531 Edm = 23.6431 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -723246.0600004 Edm = 42.5027 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -723257.8462195 Edm = 0.642598 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -723258.6314454 Edm = 0.0621639 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -723258.705969 Edm = 0.00705187 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -723258.741939 Edm = 0.025585 NCalls = 79 +VariableMetric: Iteration # 24 - FCN = -723260.1573374 Edm = 1.35791 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -723358.8732799 Edm = 79.2667 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -723400.1549541 Edm = 42.1244 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -723479.2968805 Edm = 36.5684 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -723501.0332042 Edm = 24.9454 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -723520.1782999 Edm = 4.86474 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -723557.4506907 Edm = 48.2552 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -723578.5743861 Edm = 42.6463 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -723588.4006992 Edm = 22.7592 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -724297.7061878 Edm = 96.4164 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -724511.5746562 Edm = 356.069 NCalls = 125 +VariableMetric: Iteration # 35 - FCN = -724529.8534618 Edm = 75.1259 NCalls = 127 +VariableMetric: Iteration # 36 - FCN = -724538.5286865 Edm = 560.792 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -724576.3102424 Edm = 12.3013 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -724619.3645399 Edm = 14.4071 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -724653.54828 Edm = 4.39 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -724664.0165572 Edm = 4.03181 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -724676.1469846 Edm = 16.8274 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -724685.0187075 Edm = 18.0088 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -724698.0013106 Edm = 4.97857 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -724706.2662892 Edm = 1.07667 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -724712.1800664 Edm = 3.71834 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -724725.3843559 Edm = 1.10882 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -724726.5791515 Edm = 0.0661507 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -724726.6487677 Edm = 0.00800478 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -724726.6968723 Edm = 0.0343936 NCalls = 163 +VariableMetric: Iteration # 50 - FCN = -724729.3740149 Edm = 2.62166 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -724753.3952932 Edm = 0.39722 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -724753.7989791 Edm = 0.0205576 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -724753.8210685 Edm = 0.00333396 NCalls = 173 +VariableMetric: Iteration # 54 - FCN = -724753.8314358 Edm = 0.00862423 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -724754.1419121 Edm = 0.321117 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -724754.3568363 Edm = 0.21294 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -724781.102215 Edm = 2.62714 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -724789.3033611 Edm = 5.1321 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -724791.9599656 Edm = 3.1024 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -724796.5227114 Edm = 0.225527 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -724796.8787768 Edm = 0.0196692 NCalls = 201 +VariableMetric: Iteration # 62 - FCN = -724796.8994978 Edm = 0.00129548 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -724796.9039575 Edm = 0.00307329 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -724797.0593177 Edm = 0.127321 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -724798.5513612 Edm = 1.38159 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -724809.6043801 Edm = 2.13335 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -724812.6358906 Edm = 0.234365 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -724812.8472281 Edm = 0.0473014 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -724812.9145383 Edm = 0.0149493 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -724812.9445315 Edm = 0.00256165 NCalls = 226 +VariableMetric: Iteration # 71 - FCN = -724812.9488571 Edm = 0.000654396 NCalls = 228 +VariableMetric: Iteration # 72 - FCN = -724812.9503122 Edm = 0.000533929 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -724812.960398 Edm = 0.00963288 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -724813.4337941 Edm = 0.940421 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -724814.9278074 Edm = 1.9563 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -724815.6105975 Edm = 27448.4 NCalls = 256 +VariableMetric: Iteration # 77 - FCN = -724816.8051646 Edm = 18288.8 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -724824.8412922 Edm = 28110.9 NCalls = 268 +VariableMetric: Iteration # 79 - FCN = -724832.0110324 Edm = 10586.6 NCalls = 273 +VariableMetric: Iteration # 80 - FCN = -724838.0025048 Edm = 3240.63 NCalls = 278 +VariableMetric: Iteration # 81 - FCN = -724842.3518679 Edm = 7989.1 NCalls = 282 +VariableMetric: Iteration # 82 - FCN = -724851.2682668 Edm = 397.969 NCalls = 285 +VariableMetric: Iteration # 83 - FCN = -724851.7085233 Edm = 48.6133 NCalls = 289 +VariableMetric: Iteration # 84 - FCN = -724854.4837358 Edm = 345.326 NCalls = 291 +VariableMetric: Iteration # 85 - FCN = -724856.2726299 Edm = 164.465 NCalls = 294 +VariableMetric: Iteration # 86 - FCN = -724858.4562892 Edm = 417.989 NCalls = 296 +VariableMetric: Iteration # 87 - FCN = -724859.7694029 Edm = 44.5129 NCalls = 298 +VariableMetric: Iteration # 88 - FCN = -724860.5849729 Edm = 10.916 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -724863.6157162 Edm = 66.0594 NCalls = 303 +VariableMetric: Iteration # 90 - FCN = -724865.3448318 Edm = 14.4891 NCalls = 305 +VariableMetric: Iteration # 91 - FCN = -724865.7081485 Edm = 7.91015 NCalls = 307 +VariableMetric: Iteration # 92 - FCN = -724866.6130397 Edm = 6.29558 NCalls = 309 +VariableMetric: Iteration # 93 - FCN = -724867.0657609 Edm = 0.72753 NCalls = 311 +VariableMetric: Iteration # 94 - FCN = -724867.4494674 Edm = 1.71837 NCalls = 313 +VariableMetric: Iteration # 95 - FCN = -724867.9358382 Edm = 0.55231 NCalls = 316 +VariableMetric: Iteration # 96 - FCN = -724868.0907553 Edm = 2.22721 NCalls = 318 +VariableMetric: Iteration # 97 - FCN = -724868.3754467 Edm = 0.577649 NCalls = 320 +VariableMetric: Iteration # 98 - FCN = -724868.5069908 Edm = 0.192889 NCalls = 322 +VariableMetric: Iteration # 99 - FCN = -724868.6892237 Edm = 0.0451509 NCalls = 324 +VariableMetric: Iteration # 100 - FCN = -724868.7825929 Edm = 0.0161328 NCalls = 326 +VariableMetric: Iteration # 101 - FCN = -724868.8096627 Edm = 0.0200321 NCalls = 328 +VariableMetric: Iteration # 102 - FCN = -724868.8213275 Edm = 0.00701816 NCalls = 330 +VariableMetric: Iteration # 103 - FCN = -724868.8337328 Edm = 0.00792614 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -724868.8542101 Edm = 0.0114312 NCalls = 334 +VariableMetric: Iteration # 105 - FCN = -724868.875501 Edm = 0.00628333 NCalls = 337 +VariableMetric: Iteration # 106 - FCN = -724868.8797844 Edm = 0.00268429 NCalls = 339 +VariableMetric: Iteration # 107 - FCN = -724868.8844034 Edm = 0.00109884 NCalls = 342 +VariableMetric: Iteration # 108 - FCN = -724868.8866223 Edm = 0.000236165 NCalls = 344 +VariableMetric: Iteration # 109 - FCN = -724868.8870169 Edm = 0.000163605 NCalls = 346 +VariableMetric: Iteration # 110 - FCN = -724868.8871062 Edm = 1.20718e-05 NCalls = 348 +VariableMetric: After Hessian - FCN = -724868.8871062 Edm = 5.15421e-05 NCalls = 727 +VariableMetric: Iteration # 111 - FCN = -724868.8871062 Edm = 5.15421e-05 NCalls = 727 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -722055.2914009 Edm = 1.20899 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -722055.2914009 Edm = 1.20899 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722579.4696759 Edm = 0.0473854 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -722580.2521361 Edm = 0.0527985 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -722678.0497532 Edm = 26.7614 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -722698.1204018 Edm = 5.46189 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -722699.4741047 Edm = 0.0210774 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -722703.3208395 Edm = 3.17345 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -722729.0152438 Edm = 0.232333 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -722729.4817946 Edm = 0.263827 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -722785.4682537 Edm = 52.2867 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -722988.3469001 Edm = 8.05029 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -722994.8790081 Edm = 0.470222 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -722995.2246018 Edm = 0.0155519 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -722995.2455392 Edm = 0.0124227 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -722996.9533201 Edm = 1.88534 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -722997.050924 Edm = 0.0919731 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -723007.5329984 Edm = 2.33018 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -723047.4551691 Edm = 7.80301 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -723060.7271209 Edm = 0.253415 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -723060.9363581 Edm = 0.0143939 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -723060.9703046 Edm = 0.0150795 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -723061.2155354 Edm = 0.199538 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -723128.1327787 Edm = 52.6488 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -723232.7440813 Edm = 41.248 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -723265.1696266 Edm = 11.2394 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -723280.3623187 Edm = 5.50253 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -723284.2085228 Edm = 0.176528 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -723284.4104203 Edm = 0.0270337 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -723285.1381956 Edm = 0.381947 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -723286.4434054 Edm = 0.470863 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -723313.0629907 Edm = 15.6325 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -723349.3352701 Edm = 9.39671 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -723363.4295738 Edm = 1.62107 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -723365.4383247 Edm = 0.932226 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -723366.3662163 Edm = 0.127938 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -723366.5159795 Edm = 0.0235436 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -723366.5633153 Edm = 0.0480276 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -723371.140917 Edm = 4.35783 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -723546.9781522 Edm = 86.9407 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -723594.0358763 Edm = 17.2865 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -723624.6979902 Edm = 13.313 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -723644.9563969 Edm = 12.0256 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -723656.7988005 Edm = 5.64977 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -723663.6930192 Edm = 2.51844 NCalls = 142 +VariableMetric: Iteration # 44 - FCN = -723667.28024 Edm = 0.969185 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -723667.9162285 Edm = 0.0331247 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -723667.9688942 Edm = 0.0229765 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -723668.0108748 Edm = 0.0372224 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -723668.5253061 Edm = 0.495522 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -723683.2131714 Edm = 19.8389 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -723988.9989877 Edm = 158.569 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -724087.7571396 Edm = 72.2399 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -724131.8389308 Edm = 2.68713 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -724135.2754561 Edm = 0.993185 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -724137.7831822 Edm = 0.668542 NCalls = 178 +VariableMetric: Iteration # 55 - FCN = -724139.0314973 Edm = 0.325659 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -724139.4013511 Edm = 0.0785501 NCalls = 182 +VariableMetric: Iteration # 57 - FCN = -724139.4618603 Edm = 0.00930005 NCalls = 183 +VariableMetric: Iteration # 58 - FCN = -724139.5838197 Edm = 0.0933265 NCalls = 186 +VariableMetric: Iteration # 59 - FCN = -724142.8289252 Edm = 2.61325 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -724182.0241456 Edm = 35.681 NCalls = 194 +VariableMetric: Iteration # 61 - FCN = -724299.8845989 Edm = 80.3654 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -724363.8550023 Edm = 28.4388 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -724384.3272609 Edm = 2.69897 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -724388.4758145 Edm = 0.566046 NCalls = 203 +VariableMetric: Iteration # 65 - FCN = -724388.7801744 Edm = 0.0983148 NCalls = 205 +VariableMetric: Iteration # 66 - FCN = -724388.9624441 Edm = 0.0579971 NCalls = 208 +VariableMetric: Iteration # 67 - FCN = -724389.0685797 Edm = 0.0276313 NCalls = 211 +VariableMetric: Iteration # 68 - FCN = -724389.1022556 Edm = 0.0125269 NCalls = 213 +VariableMetric: Iteration # 69 - FCN = -724389.2176827 Edm = 0.08482 NCalls = 216 +VariableMetric: Iteration # 70 - FCN = -724389.646453 Edm = 0.353254 NCalls = 219 +VariableMetric: Iteration # 71 - FCN = -724399.4865983 Edm = 11.0253 NCalls = 226 +VariableMetric: Iteration # 72 - FCN = -724431.5318215 Edm = 192.315 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -724431.5318215 Edm = 192.315 NCalls = 246 +VariableMetric: After Hessian - FCN = -724431.5318215 Edm = 1.13836e+07 NCalls = 599 +VariableMetric: Iteration # 74 - FCN = -724431.5318215 Edm = 1.13836e+07 NCalls = 599 +VariableMetric: Iteration # 75 - FCN = -724431.5318215 Edm = 1.13836e+07 NCalls = 610 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -722437.3336604 Edm = 0.946695 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -722437.3336604 Edm = 0.946695 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722801.0365112 Edm = 0.111908 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -722820.9622237 Edm = 9.30447 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -722840.7761078 Edm = 0.0571428 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -722848.8549012 Edm = 7.83604 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -723111.0918094 Edm = 13.6228 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -723129.494066 Edm = 2.22763 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -723132.2314716 Edm = 0.124703 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -723132.3739785 Edm = 0.00886937 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -723132.8413021 Edm = 0.403516 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -723193.1114112 Edm = 6.20451 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -723200.4774194 Edm = 0.419526 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -723201.1930263 Edm = 0.0808144 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -723201.4771049 Edm = 0.332375 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -723214.3022258 Edm = 8.51751 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -723285.4671457 Edm = 13.9919 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -723311.6084985 Edm = 12.3907 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -723319.1832416 Edm = 17.0161 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -723327.4421237 Edm = 2.84074 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -723334.2867087 Edm = 4.33405 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -723348.1075105 Edm = 6.82139 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -723357.8525658 Edm = 0.264354 NCalls = 72 +VariableMetric: Iteration # 22 - FCN = -723358.0608089 Edm = 0.0128002 NCalls = 74 +VariableMetric: Iteration # 23 - FCN = -723358.1170588 Edm = 0.0529292 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -723363.5238436 Edm = 5.03505 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -723455.7981641 Edm = 40.532 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -723500.0413102 Edm = 5.77756 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -723505.3884118 Edm = 0.0499872 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -723505.4614652 Edm = 0.00692865 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -723505.4922522 Edm = 0.0290487 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -723505.8842807 Edm = 0.609547 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -723513.9058682 Edm = 2.81264 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -723553.8465614 Edm = 16.7862 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -723591.7863168 Edm = 4.92523 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -723595.3055563 Edm = 1.53956 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -723597.1007909 Edm = 0.755626 NCalls = 116 +VariableMetric: Iteration # 36 - FCN = -723598.2038242 Edm = 0.221424 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -723598.412559 Edm = 0.0277971 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -723598.4377483 Edm = 0.00718344 NCalls = 121 +VariableMetric: Iteration # 39 - FCN = -723598.6870047 Edm = 0.215558 NCalls = 125 +VariableMetric: Iteration # 40 - FCN = -723625.0228966 Edm = 18.7576 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -723836.8418216 Edm = 94.3003 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -723927.8416602 Edm = 197.615 NCalls = 136 +VariableMetric: Iteration # 43 - FCN = -724104.7733984 Edm = 116.157 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -724180.984078 Edm = 180.544 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -724232.133237 Edm = 18.1455 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -724270.0847606 Edm = 8.29219 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -724283.3756982 Edm = 6.46982 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -724294.0083141 Edm = 4.61103 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -724304.61973 Edm = 2.84876 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -724308.5626189 Edm = 1.55446 NCalls = 160 +VariableMetric: Iteration # 51 - FCN = -724309.8313783 Edm = 0.505515 NCalls = 162 +VariableMetric: Iteration # 52 - FCN = -724310.2632438 Edm = 0.0404761 NCalls = 164 +VariableMetric: Iteration # 53 - FCN = -724310.3417059 Edm = 0.0315602 NCalls = 166 +VariableMetric: Iteration # 54 - FCN = -724310.9103877 Edm = 0.547473 NCalls = 170 +VariableMetric: Iteration # 55 - FCN = -724340.809549 Edm = 28.0348 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -724547.9942987 Edm = 51.3419 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -724610.5236571 Edm = 11.2969 NCalls = 181 +VariableMetric: Iteration # 58 - FCN = -724620.0575513 Edm = 0.840243 NCalls = 182 +VariableMetric: Iteration # 59 - FCN = -724620.8922277 Edm = 0.308106 NCalls = 184 +VariableMetric: Iteration # 60 - FCN = -724621.5971993 Edm = 0.489767 NCalls = 186 +VariableMetric: Iteration # 61 - FCN = -724657.1272091 Edm = 70.8625 NCalls = 196 +VariableMetric: Iteration # 62 - FCN = -724657.1511878 Edm = 0.640191 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -724691.5906327 Edm = 32.3293 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -724691.6876174 Edm = 0.530422 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -724697.0194698 Edm = 2.79804 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -724707.2468545 Edm = 1.03491 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -724711.2436734 Edm = 0.997884 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -724714.3726038 Edm = 1.03134 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -724722.6846223 Edm = 2.99626 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -724726.9019831 Edm = 7.9109 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -724729.5811513 Edm = 7.6424 NCalls = 228 +VariableMetric: Iteration # 72 - FCN = -724733.7930719 Edm = 1.66247 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -724735.5104513 Edm = 1.32081 NCalls = 231 +VariableMetric: Iteration # 74 - FCN = -724741.9322828 Edm = 3.38153 NCalls = 235 +VariableMetric: Iteration # 75 - FCN = -724749.1376533 Edm = 1.57991 NCalls = 238 +VariableMetric: Iteration # 76 - FCN = -724751.1410734 Edm = 0.581854 NCalls = 240 +VariableMetric: Iteration # 77 - FCN = -724753.6405774 Edm = 2.51792 NCalls = 243 +VariableMetric: Iteration # 78 - FCN = -724757.7731558 Edm = 3.70145 NCalls = 247 +VariableMetric: Iteration # 79 - FCN = -724765.8019934 Edm = 8.578 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -724773.9998064 Edm = 6.77754 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -724784.0929901 Edm = 1.37289 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -724785.2821833 Edm = 0.459707 NCalls = 260 +VariableMetric: Iteration # 83 - FCN = -724785.6663887 Edm = 0.12884 NCalls = 262 +VariableMetric: Iteration # 84 - FCN = -724786.1489572 Edm = 0.403234 NCalls = 264 +VariableMetric: Iteration # 85 - FCN = -724786.927544 Edm = 0.758041 NCalls = 267 +VariableMetric: Iteration # 86 - FCN = -724787.4328615 Edm = 0.387814 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -724787.7751202 Edm = 0.353341 NCalls = 275 +VariableMetric: Iteration # 88 - FCN = -724788.1283161 Edm = 0.37885 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -724788.565433 Edm = 0.241671 NCalls = 279 +VariableMetric: Iteration # 90 - FCN = -724788.8540065 Edm = 0.032949 NCalls = 282 +VariableMetric: Iteration # 91 - FCN = -724788.8789163 Edm = 0.011566 NCalls = 284 +VariableMetric: Iteration # 92 - FCN = -724788.8946333 Edm = 0.00393233 NCalls = 286 +VariableMetric: Iteration # 93 - FCN = -724788.9035789 Edm = 0.00430426 NCalls = 288 +VariableMetric: Iteration # 94 - FCN = -724788.9745372 Edm = 0.0675256 NCalls = 292 +VariableMetric: Iteration # 95 - FCN = -724789.8110503 Edm = 0.719477 NCalls = 298 +VariableMetric: Iteration # 96 - FCN = -724793.7998499 Edm = 3.14728 NCalls = 302 +VariableMetric: Iteration # 97 - FCN = -724811.5614473 Edm = 4.79633 NCalls = 305 +VariableMetric: Iteration # 98 - FCN = -724814.8661924 Edm = 1.15467 NCalls = 307 +VariableMetric: Iteration # 99 - FCN = -724816.0972649 Edm = 0.133063 NCalls = 309 +VariableMetric: Iteration # 100 - FCN = -724816.2290588 Edm = 0.0238372 NCalls = 311 +VariableMetric: Iteration # 101 - FCN = -724816.2580161 Edm = 0.00405666 NCalls = 313 +VariableMetric: Iteration # 102 - FCN = -724816.2637611 Edm = 0.00108637 NCalls = 315 +VariableMetric: Iteration # 103 - FCN = -724816.2678945 Edm = 0.00330325 NCalls = 317 +VariableMetric: Iteration # 104 - FCN = -724816.3387015 Edm = 0.0822459 NCalls = 322 +VariableMetric: Iteration # 105 - FCN = -724816.5754806 Edm = 0.246858 NCalls = 328 +VariableMetric: Iteration # 106 - FCN = -724816.6322242 Edm = 0.0565682 NCalls = 333 +VariableMetric: Iteration # 107 - FCN = -724817.4840806 Edm = 0.943665 NCalls = 340 +VariableMetric: Iteration # 108 - FCN = -724817.4904038 Edm = 0.00639429 NCalls = 343 +VariableMetric: Iteration # 109 - FCN = -724817.7551117 Edm = 0.321638 NCalls = 349 +VariableMetric: Iteration # 110 - FCN = -724817.7600582 Edm = 0.00409614 NCalls = 351 +VariableMetric: Iteration # 111 - FCN = -724818.7282684 Edm = 0.78618 NCalls = 358 +VariableMetric: Iteration # 112 - FCN = -724818.7517588 Edm = 0.00143938 NCalls = 360 +VariableMetric: Iteration # 113 - FCN = -724818.754292 Edm = 0.00216295 NCalls = 362 +VariableMetric: Iteration # 114 - FCN = -724818.7824233 Edm = 0.0406762 NCalls = 366 +VariableMetric: Iteration # 115 - FCN = -724818.8405936 Edm = 0.0557741 NCalls = 371 +VariableMetric: Iteration # 116 - FCN = -724827.6083898 Edm = 5.35536 NCalls = 377 +VariableMetric: Iteration # 117 - FCN = -724833.0760872 Edm = 2.38642 NCalls = 379 +VariableMetric: Iteration # 118 - FCN = -724834.7821951 Edm = 0.107652 NCalls = 380 +VariableMetric: Iteration # 119 - FCN = -724834.9431409 Edm = 0.102165 NCalls = 382 +VariableMetric: Iteration # 120 - FCN = -724835.0508495 Edm = 0.039309 NCalls = 384 +VariableMetric: Iteration # 121 - FCN = -724835.0950057 Edm = 0.00212269 NCalls = 386 +VariableMetric: Iteration # 122 - FCN = -724835.0970181 Edm = 0.000190558 NCalls = 387 +VariableMetric: Iteration # 123 - FCN = -724835.097304 Edm = 0.000172692 NCalls = 389 +VariableMetric: Iteration # 124 - FCN = -724835.1022731 Edm = 0.00507061 NCalls = 394 +VariableMetric: Iteration # 125 - FCN = -724835.2448668 Edm = 0.0229487 NCalls = 401 +VariableMetric: Iteration # 126 - FCN = -724836.2763096 Edm = 0.440343 NCalls = 403 +VariableMetric: Iteration # 127 - FCN = -724838.8230799 Edm = 0.310501 NCalls = 406 +VariableMetric: Iteration # 128 - FCN = -724839.0608716 Edm = 0.0317935 NCalls = 408 +VariableMetric: Iteration # 129 - FCN = -724839.0955908 Edm = 0.00207405 NCalls = 410 +VariableMetric: Iteration # 130 - FCN = -724839.0993918 Edm = 0.000476674 NCalls = 412 +VariableMetric: Iteration # 131 - FCN = -724839.1001578 Edm = 0.00018499 NCalls = 414 +VariableMetric: Iteration # 132 - FCN = -724839.100527 Edm = 0.000272882 NCalls = 416 +VariableMetric: Iteration # 133 - FCN = -724839.1061683 Edm = 0.0051695 NCalls = 421 +VariableMetric: Iteration # 134 - FCN = -724839.3992779 Edm = 0.316328 NCalls = 426 +VariableMetric: Iteration # 135 - FCN = -724841.673594 Edm = 1.43978 NCalls = 433 +VariableMetric: Iteration # 136 - FCN = -724847.3957904 Edm = 0.113559 NCalls = 435 +VariableMetric: Iteration # 137 - FCN = -724847.5681445 Edm = 0.0177459 NCalls = 437 +VariableMetric: Iteration # 138 - FCN = -724847.5819969 Edm = 0.0027061 NCalls = 439 +VariableMetric: Iteration # 139 - FCN = -724847.5842793 Edm = 0.000162203 NCalls = 440 +VariableMetric: Iteration # 140 - FCN = -724847.5846396 Edm = 0.00018213 NCalls = 442 +VariableMetric: Iteration # 141 - FCN = -724847.5943172 Edm = 0.0078073 NCalls = 447 +VariableMetric: Iteration # 142 - FCN = -724847.8075835 Edm = 0.215293 NCalls = 451 +VariableMetric: Iteration # 143 - FCN = -724849.5751711 Edm = 0.699712 NCalls = 457 +VariableMetric: Iteration # 144 - FCN = -724850.5496007 Edm = 0.278522 NCalls = 460 +VariableMetric: Iteration # 145 - FCN = -724850.8092738 Edm = 0.0600883 NCalls = 462 +VariableMetric: Iteration # 146 - FCN = -724851.011556 Edm = 1.78721 NCalls = 473 +VariableMetric: Iteration # 147 - FCN = -724851.3763566 Edm = 0.646951 NCalls = 478 +VariableMetric: Iteration # 148 - FCN = -724851.5675397 Edm = 0.917539 NCalls = 481 +VariableMetric: Iteration # 149 - FCN = -724853.311266 Edm = 0.599771 NCalls = 487 +VariableMetric: Iteration # 150 - FCN = -724854.1334834 Edm = 0.10181 NCalls = 490 +VariableMetric: Iteration # 151 - FCN = -724854.2431185 Edm = 0.0526766 NCalls = 492 +VariableMetric: Iteration # 152 - FCN = -724854.2827882 Edm = 0.00955677 NCalls = 494 +VariableMetric: Iteration # 153 - FCN = -724854.3023304 Edm = 0.00307596 NCalls = 496 +VariableMetric: Iteration # 154 - FCN = -724854.3067938 Edm = 0.000142799 NCalls = 498 +VariableMetric: Iteration # 155 - FCN = -724854.3069936 Edm = 2.41756e-05 NCalls = 500 +VariableMetric: After Hessian - FCN = -724854.3069936 Edm = 3046.97 NCalls = 867 +VariableMetric: Iteration # 156 - FCN = -724854.3069936 Edm = 3046.97 NCalls = 867 +VariableMetric: Iteration # 157 - FCN = -724857.0463913 Edm = 138.866 NCalls = 875 +VariableMetric: Iteration # 158 - FCN = -724857.4202401 Edm = 4.61358 NCalls = 877 +VariableMetric: Iteration # 159 - FCN = -724859.5079054 Edm = 0.159275 NCalls = 880 +VariableMetric: Iteration # 160 - FCN = -724859.6586275 Edm = 0.206424 NCalls = 881 +VariableMetric: Iteration # 161 - FCN = -724860.5961536 Edm = 1.96473 NCalls = 886 +VariableMetric: Iteration # 162 - FCN = -724860.6310874 Edm = 0.104125 NCalls = 888 +VariableMetric: Iteration # 163 - FCN = -724860.7198837 Edm = 0.0620678 NCalls = 889 +VariableMetric: Iteration # 164 - FCN = -724860.9312522 Edm = 0.240866 NCalls = 893 +VariableMetric: Iteration # 165 - FCN = -724861.7427763 Edm = 0.640436 NCalls = 898 +VariableMetric: Iteration # 166 - FCN = -724861.8181867 Edm = 0.138282 NCalls = 901 +VariableMetric: Iteration # 167 - FCN = -724862.3866879 Edm = 0.71753 NCalls = 905 +VariableMetric: Iteration # 168 - FCN = -724866.4083634 Edm = 1.30738 NCalls = 910 +VariableMetric: Iteration # 169 - FCN = -724867.1146026 Edm = 1.5463 NCalls = 912 +VariableMetric: Iteration # 170 - FCN = -724867.8880832 Edm = 0.300471 NCalls = 914 +VariableMetric: Iteration # 171 - FCN = -724868.1967188 Edm = 0.256312 NCalls = 917 +VariableMetric: Iteration # 172 - FCN = -724868.3911151 Edm = 0.0981507 NCalls = 919 +VariableMetric: Iteration # 173 - FCN = -724868.536069 Edm = 0.0558213 NCalls = 921 +VariableMetric: Iteration # 174 - FCN = -724868.621033 Edm = 0.0614103 NCalls = 923 +VariableMetric: Iteration # 175 - FCN = -724868.7286732 Edm = 0.0516354 NCalls = 926 +VariableMetric: Iteration # 176 - FCN = -724868.8850619 Edm = 0.0613537 NCalls = 929 +VariableMetric: Iteration # 177 - FCN = -724869.0057572 Edm = 0.0748405 NCalls = 932 +VariableMetric: Iteration # 178 - FCN = -724869.0518558 Edm = 0.053271 NCalls = 934 +VariableMetric: Iteration # 179 - FCN = -724869.1068588 Edm = 0.0213278 NCalls = 937 +VariableMetric: Iteration # 180 - FCN = -724869.146914 Edm = 0.00752458 NCalls = 939 +VariableMetric: Iteration # 181 - FCN = -724869.1564438 Edm = 0.00327706 NCalls = 941 +VariableMetric: Iteration # 182 - FCN = -724869.1617453 Edm = 0.00227201 NCalls = 943 +VariableMetric: Iteration # 183 - FCN = -724869.1668165 Edm = 0.0046431 NCalls = 945 +VariableMetric: Iteration # 184 - FCN = -724869.1861013 Edm = 0.0149142 NCalls = 949 +VariableMetric: Iteration # 185 - FCN = -724869.2228151 Edm = 0.0118055 NCalls = 952 +VariableMetric: Iteration # 186 - FCN = -724869.249656 Edm = 0.0142363 NCalls = 954 +VariableMetric: Iteration # 187 - FCN = -724869.2632164 Edm = 0.0157406 NCalls = 956 +VariableMetric: Iteration # 188 - FCN = -724869.2783293 Edm = 0.00433895 NCalls = 959 +VariableMetric: Iteration # 189 - FCN = -724869.2894461 Edm = 0.00914649 NCalls = 961 +VariableMetric: Iteration # 190 - FCN = -724869.2939117 Edm = 0.00277392 NCalls = 963 +VariableMetric: Iteration # 191 - FCN = -724869.3014274 Edm = 0.00170231 NCalls = 967 +VariableMetric: Iteration # 192 - FCN = -724869.3049909 Edm = 0.00104853 NCalls = 969 +VariableMetric: Iteration # 193 - FCN = -724869.3057139 Edm = 0.000756459 NCalls = 971 +VariableMetric: Iteration # 194 - FCN = -724869.3068261 Edm = 0.000255068 NCalls = 974 +VariableMetric: Iteration # 195 - FCN = -724869.3072983 Edm = 4.80224e-05 NCalls = 976 +VariableMetric: After Hessian - FCN = -724869.3072983 Edm = 0.000195406 NCalls = 1363 +VariableMetric: Iteration # 196 - FCN = -724869.3072983 Edm = 0.000195406 NCalls = 1363 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718990.3851319 Edm = 22.1067 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718990.3851319 Edm = 22.1067 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724176.2398133 Edm = 0.230257 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -724177.593743 Edm = 0.900971 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -724239.3226304 Edm = 0.649817 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -724240.1887803 Edm = 0.0367801 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -724241.071556 Edm = 0.739096 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -724252.5408345 Edm = 0.0410544 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -724252.6388007 Edm = 0.0219846 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -724259.9574694 Edm = 6.49381 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -724361.2043605 Edm = 1.35825 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -724362.8608983 Edm = 0.0439188 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -724362.9400698 Edm = 0.0081579 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -724363.0014235 Edm = 0.0532922 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -724376.1999626 Edm = 0.465988 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -724437.2176961 Edm = 0.999854 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -724438.5132839 Edm = 0.0245107 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -724438.5445463 Edm = 0.00168017 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -724438.5493134 Edm = 0.00273319 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -724439.1484095 Edm = 0.554298 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -724488.8752957 Edm = 2.51702 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -724491.860373 Edm = 0.0541937 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -724491.902387 Edm = 0.00175658 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -724491.9076398 Edm = 0.0054163 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -724491.9916465 Edm = 0.0882524 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -724494.304168 Edm = 0.175082 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -724509.1122087 Edm = 2.70141 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -724514.1142971 Edm = 0.649029 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -724514.7685268 Edm = 0.0361055 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -724514.8065933 Edm = 0.00137832 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -724514.8217633 Edm = 0.01434 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -724516.9828821 Edm = 0.305928 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -724530.6697745 Edm = 7.88126 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -724555.5179253 Edm = 2.66341 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -724558.8284631 Edm = 0.10387 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -724558.9763718 Edm = 0.00676729 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -724558.98795 Edm = 0.00257267 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -724559.0068001 Edm = 0.0158425 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -724560.6762311 Edm = 1.52065 NCalls = 128 +VariableMetric: Iteration # 38 - FCN = -724620.036832 Edm = 26.346 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -724673.062151 Edm = 11.4328 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -724685.4315552 Edm = 6.779 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -724706.9995545 Edm = 12.667 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -724716.4614446 Edm = 3.64207 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -724718.7425656 Edm = 1.25114 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -724719.6004159 Edm = 0.056999 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -724719.6510073 Edm = 0.00857309 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -724719.658131 Edm = 0.00291855 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -724719.6657207 Edm = 0.0046076 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -724719.7268076 Edm = 0.0489155 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -724721.5298749 Edm = 1.64151 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -724749.4697004 Edm = 6.22932 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -724754.3995319 Edm = 1.68866 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -724757.5130858 Edm = 2.05622 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -724761.207156 Edm = 5.88176 NCalls = 172 +VariableMetric: Iteration # 54 - FCN = -724765.8071095 Edm = 3.37572 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -724768.5254965 Edm = 0.393291 NCalls = 177 +VariableMetric: Iteration # 56 - FCN = -724768.8620677 Edm = 0.0538781 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -724768.9057174 Edm = 0.00320395 NCalls = 180 +VariableMetric: Iteration # 58 - FCN = -724768.9082355 Edm = 0.000717899 NCalls = 182 +VariableMetric: Iteration # 59 - FCN = -724768.9104174 Edm = 0.00148311 NCalls = 184 +VariableMetric: Iteration # 60 - FCN = -724768.9369142 Edm = 0.0268667 NCalls = 188 +VariableMetric: Iteration # 61 - FCN = -724769.2442866 Edm = 0.331041 NCalls = 194 +VariableMetric: Iteration # 62 - FCN = -724769.6284115 Edm = 0.37388 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -724797.0788993 Edm = 1.15231 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -724800.8271566 Edm = 3.34632 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -724801.6413618 Edm = 2.56897 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -724804.4750214 Edm = 3.18125 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -724807.2882333 Edm = 0.75873 NCalls = 218 +VariableMetric: Iteration # 68 - FCN = -724808.4025517 Edm = 0.214304 NCalls = 221 +VariableMetric: Iteration # 69 - FCN = -724808.588458 Edm = 0.0162285 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -724808.6064817 Edm = 0.0005186 NCalls = 225 +VariableMetric: Iteration # 71 - FCN = -724808.6074339 Edm = 0.000388995 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -724808.6210552 Edm = 0.011775 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -724809.196224 Edm = 0.480322 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -724816.9992645 Edm = 1.26402 NCalls = 240 +VariableMetric: Iteration # 75 - FCN = -724818.7501505 Edm = 0.184318 NCalls = 242 +VariableMetric: Iteration # 76 - FCN = -724819.0038083 Edm = 0.0549754 NCalls = 244 +VariableMetric: Iteration # 77 - FCN = -724819.0857177 Edm = 0.0202937 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -724819.1423669 Edm = 0.0137248 NCalls = 248 +VariableMetric: Iteration # 79 - FCN = -724819.180853 Edm = 0.0109586 NCalls = 252 +VariableMetric: Iteration # 80 - FCN = -724819.1976197 Edm = 0.00897372 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -724819.2132322 Edm = 0.0162979 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -724819.2354496 Edm = 0.0437713 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -724819.2673908 Edm = 0.00999418 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -724819.2813182 Edm = 0.0132256 NCalls = 267 +VariableMetric: Iteration # 85 - FCN = -724819.2939071 Edm = 0.00158854 NCalls = 268 +VariableMetric: Iteration # 86 - FCN = -724819.2960136 Edm = 0.00025935 NCalls = 270 +VariableMetric: Iteration # 87 - FCN = -724819.2962994 Edm = 4.22324e-05 NCalls = 272 +VariableMetric: After Hessian - FCN = -724819.2962994 Edm = 77.1548 NCalls = 631 +VariableMetric: Iteration # 88 - FCN = -724819.2962994 Edm = 77.1548 NCalls = 631 +VariableMetric: Iteration # 89 - FCN = -724863.7473817 Edm = 1166.08 NCalls = 633 +VariableMetric: Iteration # 90 - FCN = -724863.9872517 Edm = 23.1667 NCalls = 639 +VariableMetric: Iteration # 91 - FCN = -724867.921303 Edm = 0.692964 NCalls = 641 +VariableMetric: Iteration # 92 - FCN = -724868.3895661 Edm = 0.0917067 NCalls = 643 +VariableMetric: Iteration # 93 - FCN = -724868.5239896 Edm = 0.00878002 NCalls = 646 +VariableMetric: Iteration # 94 - FCN = -724868.532513 Edm = 0.00385781 NCalls = 647 +VariableMetric: Iteration # 95 - FCN = -724868.5362244 Edm = 0.00231378 NCalls = 649 +VariableMetric: Iteration # 96 - FCN = -724868.5389111 Edm = 0.00107459 NCalls = 651 +VariableMetric: Iteration # 97 - FCN = -724868.5402241 Edm = 0.000183072 NCalls = 653 +VariableMetric: Iteration # 98 - FCN = -724868.5405991 Edm = 8.34452e-05 NCalls = 655 +VariableMetric: Iteration # 99 - FCN = -724868.5408539 Edm = 9.79218e-05 NCalls = 657 +VariableMetric: Iteration # 100 - FCN = -724868.541387 Edm = 0.000439376 NCalls = 660 +VariableMetric: Iteration # 101 - FCN = -724868.5633217 Edm = 0.00668161 NCalls = 668 +VariableMetric: Iteration # 102 - FCN = -724868.5633714 Edm = 6.5839e-05 NCalls = 670 +VariableMetric: Iteration # 103 - FCN = -724868.5637626 Edm = 0.000429007 NCalls = 673 +VariableMetric: Iteration # 104 - FCN = -724868.5716704 Edm = 0.00755556 NCalls = 679 +VariableMetric: Iteration # 105 - FCN = -724868.5798702 Edm = 0.00418259 NCalls = 683 +VariableMetric: Iteration # 106 - FCN = -724868.5848772 Edm = 0.000438849 NCalls = 685 +VariableMetric: Iteration # 107 - FCN = -724868.5855785 Edm = 0.000183161 NCalls = 687 +VariableMetric: Iteration # 108 - FCN = -724868.5859653 Edm = 0.000289989 NCalls = 689 +VariableMetric: Iteration # 109 - FCN = -724868.5875596 Edm = 0.00138155 NCalls = 692 +VariableMetric: Iteration # 110 - FCN = -724868.5934468 Edm = 0.00428811 NCalls = 694 +VariableMetric: Iteration # 111 - FCN = -724868.6083146 Edm = 0.00867111 NCalls = 697 +VariableMetric: Iteration # 112 - FCN = -724868.6351586 Edm = 0.0152526 NCalls = 699 +VariableMetric: Iteration # 113 - FCN = -724868.6755173 Edm = 0.0490302 NCalls = 702 +VariableMetric: Iteration # 114 - FCN = -724868.7362954 Edm = 0.0654338 NCalls = 706 +VariableMetric: Iteration # 115 - FCN = -724868.8726539 Edm = 0.325197 NCalls = 711 +VariableMetric: Iteration # 116 - FCN = -724868.9496092 Edm = 0.106063 NCalls = 715 +VariableMetric: Iteration # 117 - FCN = -724868.9987904 Edm = 0.0794736 NCalls = 719 +VariableMetric: Iteration # 118 - FCN = -724869.1130865 Edm = 0.0223323 NCalls = 722 +VariableMetric: Iteration # 119 - FCN = -724869.169193 Edm = 0.0284247 NCalls = 724 +VariableMetric: Iteration # 120 - FCN = -724869.2461385 Edm = 0.0340226 NCalls = 728 +VariableMetric: Iteration # 121 - FCN = -724869.26631 Edm = 0.0299509 NCalls = 730 +VariableMetric: Iteration # 122 - FCN = -724869.2904302 Edm = 0.0134623 NCalls = 733 +VariableMetric: Iteration # 123 - FCN = -724869.311768 Edm = 0.0148594 NCalls = 735 +VariableMetric: Iteration # 124 - FCN = -724869.3326653 Edm = 0.00743367 NCalls = 738 +VariableMetric: Iteration # 125 - FCN = -724869.3385731 Edm = 0.00577499 NCalls = 740 +VariableMetric: Iteration # 126 - FCN = -724869.3429181 Edm = 0.0023657 NCalls = 742 +VariableMetric: Iteration # 127 - FCN = -724869.3502924 Edm = 0.00319025 NCalls = 745 +VariableMetric: Iteration # 128 - FCN = -724869.3547327 Edm = 0.00195951 NCalls = 747 +VariableMetric: Iteration # 129 - FCN = -724869.3564282 Edm = 0.000408853 NCalls = 750 +VariableMetric: Iteration # 130 - FCN = -724869.3571854 Edm = 0.000124466 NCalls = 752 +VariableMetric: Iteration # 131 - FCN = -724869.3573592 Edm = 6.12576e-05 NCalls = 754 +VariableMetric: After Hessian - FCN = -724869.3573592 Edm = 5.80066e-05 NCalls = 1133 +VariableMetric: Iteration # 132 - FCN = -724869.3573592 Edm = 5.80066e-05 NCalls = 1133 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720900.5973526 Edm = 2.69841 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720900.5973526 Edm = 2.69841 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721764.3307331 Edm = 0.094977 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721764.6670287 Edm = 0.146317 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -721822.4792764 Edm = 0.0467874 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -721822.638871 Edm = 0.0909959 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -721901.0229597 Edm = 0.414961 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -722069.5336045 Edm = 6.87132 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -722073.4373936 Edm = 0.0250171 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -722073.5796648 Edm = 0.110492 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -722082.7281104 Edm = 7.33748 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -722124.4486882 Edm = 2.03406 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -722126.2940881 Edm = 0.0572057 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -722126.3733026 Edm = 0.0149279 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -722126.412436 Edm = 0.0209661 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -722127.4184619 Edm = 0.915351 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -722187.5701178 Edm = 11.5191 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -722222.6145567 Edm = 6.2611 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -722225.5435572 Edm = 1.03345 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -722226.8421251 Edm = 0.09339 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -722227.0333944 Edm = 0.0138185 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -722227.0733901 Edm = 0.0162955 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -722227.8477653 Edm = 0.61116 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -722348.5532796 Edm = 93.4137 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -722349.4011254 Edm = 5.7774 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -722441.6250185 Edm = 62.4406 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -722609.5925048 Edm = 161.243 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -722785.5128002 Edm = 300.948 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -722858.0137357 Edm = 39.4824 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -722912.1953744 Edm = 30.0854 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -722943.7689858 Edm = 25.9028 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -722989.5012493 Edm = 9.679 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -723015.3266327 Edm = 10.6252 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -723027.4761564 Edm = 5.58936 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -723129.2394066 Edm = 421.392 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -723131.3852742 Edm = 2.00812 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -723139.8017026 Edm = 14.9544 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -723154.4469473 Edm = 18.3985 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -723228.6219457 Edm = 34.5286 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -723826.3224362 Edm = 96.4871 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -724153.5210729 Edm = 135.235 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -724258.5705855 Edm = 58.2409 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -724280.5055527 Edm = 28.1663 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -724300.3948721 Edm = 0.910559 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -724301.4848909 Edm = 0.0997834 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -724301.650346 Edm = 0.0293766 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -724301.7847493 Edm = 0.0880032 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -724302.9162753 Edm = 1.45381 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -724318.3083963 Edm = 11.6526 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -724455.5384367 Edm = 5.84799 NCalls = 168 +VariableMetric: Iteration # 49 - FCN = -724461.1807008 Edm = 0.501997 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -724461.6201622 Edm = 0.148608 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -724461.8985728 Edm = 0.0131429 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -724461.924214 Edm = 0.00952158 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -724462.1167311 Edm = 0.155462 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -724466.5393148 Edm = 3.54461 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -724541.3698655 Edm = 19.9085 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -724560.3706344 Edm = 3.20279 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -724564.4047098 Edm = 0.225524 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -724564.7426156 Edm = 0.0610026 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -724564.8655344 Edm = 0.0128793 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -724564.8843732 Edm = 0.00488866 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -724564.9167738 Edm = 0.0209769 NCalls = 199 +VariableMetric: Iteration # 62 - FCN = -724565.1505067 Edm = 0.178148 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -724569.0111688 Edm = 2.70983 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -724602.5029387 Edm = 15.5361 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -724624.1945726 Edm = 1.53896 NCalls = 213 +VariableMetric: Iteration # 66 - FCN = -724626.0537497 Edm = 0.787925 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -724628.9302487 Edm = 6.98495 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -724629.4170605 Edm = 1.60531 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -724634.15639 Edm = 8.81899 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -724634.9088369 Edm = 0.921829 NCalls = 229 +VariableMetric: Iteration # 71 - FCN = -724639.6546553 Edm = 2.37288 NCalls = 233 +VariableMetric: Iteration # 72 - FCN = -724642.9757529 Edm = 0.314776 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -724643.3658872 Edm = 0.0480086 NCalls = 237 +VariableMetric: Iteration # 74 - FCN = -724643.4128218 Edm = 0.0127727 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -724643.4296729 Edm = 0.00472922 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -724643.4395586 Edm = 0.00213777 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -724643.4437212 Edm = 0.00167869 NCalls = 244 +VariableMetric: Iteration # 78 - FCN = -724643.4984888 Edm = 0.0503256 NCalls = 248 +VariableMetric: Iteration # 79 - FCN = -724646.3709587 Edm = 2.49624 NCalls = 253 +VariableMetric: Iteration # 80 - FCN = -724650.1004901 Edm = 0.393398 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -724650.31602 Edm = 0.100778 NCalls = 257 +VariableMetric: Iteration # 82 - FCN = -724650.4122249 Edm = 0.00549849 NCalls = 259 +VariableMetric: Iteration # 83 - FCN = -724650.4178249 Edm = 0.000223401 NCalls = 260 +VariableMetric: Iteration # 84 - FCN = -724650.4182068 Edm = 0.000168046 NCalls = 262 +VariableMetric: Iteration # 85 - FCN = -724650.4210394 Edm = 0.00257635 NCalls = 266 +VariableMetric: Iteration # 86 - FCN = -724650.5852787 Edm = 0.144216 NCalls = 271 +VariableMetric: Iteration # 87 - FCN = -724658.0385484 Edm = 1.43274 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -724660.3885758 Edm = 0.0485093 NCalls = 279 +VariableMetric: Iteration # 89 - FCN = -724660.4444153 Edm = 0.00158514 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -724660.4459158 Edm = 0.000212166 NCalls = 283 +VariableMetric: Iteration # 91 - FCN = -724660.4462497 Edm = 0.000220898 NCalls = 285 +VariableMetric: Iteration # 92 - FCN = -724660.4515756 Edm = 0.00509372 NCalls = 290 +VariableMetric: Iteration # 93 - FCN = -724663.9788032 Edm = 8.53905 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -724664.1785326 Edm = 0.586951 NCalls = 304 +VariableMetric: Iteration # 95 - FCN = -724664.3755192 Edm = 0.236547 NCalls = 308 +VariableMetric: Iteration # 96 - FCN = -724664.4426667 Edm = 0.0521461 NCalls = 311 +VariableMetric: Iteration # 97 - FCN = -724676.8256629 Edm = 31.9591 NCalls = 321 +VariableMetric: Iteration # 98 - FCN = -724676.8413654 Edm = 0.152352 NCalls = 323 +VariableMetric: Iteration # 99 - FCN = -724690.2604987 Edm = 16.4424 NCalls = 330 +VariableMetric: Iteration # 100 - FCN = -724699.9249211 Edm = 8.07028 NCalls = 336 +VariableMetric: Iteration # 101 - FCN = -724714.366764 Edm = 11.9635 NCalls = 338 +VariableMetric: Iteration # 102 - FCN = -724723.684986 Edm = 7.57689 NCalls = 341 +VariableMetric: Iteration # 103 - FCN = -724735.7191497 Edm = 2.76866 NCalls = 345 +VariableMetric: Iteration # 104 - FCN = -724739.6290723 Edm = 1.29414 NCalls = 348 +VariableMetric: Iteration # 105 - FCN = -724743.9108282 Edm = 3.79749 NCalls = 350 +VariableMetric: Iteration # 106 - FCN = -724746.0161044 Edm = 3.19404 NCalls = 352 +VariableMetric: Iteration # 107 - FCN = -724751.574722 Edm = 3.03255 NCalls = 355 +VariableMetric: Iteration # 108 - FCN = -724755.3623587 Edm = 1.1688 NCalls = 358 +VariableMetric: Iteration # 109 - FCN = -724756.3005047 Edm = 0.154594 NCalls = 360 +VariableMetric: Iteration # 110 - FCN = -724756.5825502 Edm = 0.160013 NCalls = 362 +VariableMetric: Iteration # 111 - FCN = -724756.9984719 Edm = 0.289149 NCalls = 365 +VariableMetric: Iteration # 112 - FCN = -724757.5888842 Edm = 0.0797599 NCalls = 368 +VariableMetric: Iteration # 113 - FCN = -724757.6899312 Edm = 0.0294732 NCalls = 370 +VariableMetric: Iteration # 114 - FCN = -724757.7532881 Edm = 0.0371642 NCalls = 373 +VariableMetric: Iteration # 115 - FCN = -724757.7932439 Edm = 0.0091669 NCalls = 375 +VariableMetric: Iteration # 116 - FCN = -724757.807912 Edm = 0.0027597 NCalls = 378 +VariableMetric: Iteration # 117 - FCN = -724757.811167 Edm = 0.000513768 NCalls = 380 +VariableMetric: Iteration # 118 - FCN = -724757.8118018 Edm = 0.000136996 NCalls = 382 +VariableMetric: Iteration # 119 - FCN = -724757.8121146 Edm = 0.000209964 NCalls = 384 +VariableMetric: Iteration # 120 - FCN = -724757.8222599 Edm = 0.010176 NCalls = 390 +VariableMetric: Iteration # 121 - FCN = -724757.8292944 Edm = 0.0064537 NCalls = 395 +VariableMetric: Iteration # 122 - FCN = -724758.1192286 Edm = 0.382161 NCalls = 400 +VariableMetric: Iteration # 123 - FCN = -724758.3524651 Edm = 0.117118 NCalls = 406 +VariableMetric: Iteration # 124 - FCN = -724758.5843601 Edm = 0.229098 NCalls = 408 +VariableMetric: Iteration # 125 - FCN = -724758.7848941 Edm = 0.229041 NCalls = 411 +VariableMetric: Iteration # 126 - FCN = -724759.493044 Edm = 0.217694 NCalls = 417 +VariableMetric: Iteration # 127 - FCN = -724759.8058813 Edm = 0.140827 NCalls = 419 +VariableMetric: Iteration # 128 - FCN = -724759.8462249 Edm = 0.0154648 NCalls = 421 +VariableMetric: Iteration # 129 - FCN = -724759.8644968 Edm = 0.000945982 NCalls = 423 +VariableMetric: Iteration # 130 - FCN = -724759.8681644 Edm = 0.00172926 NCalls = 425 +VariableMetric: Iteration # 131 - FCN = -724759.8729419 Edm = 0.000135219 NCalls = 428 +VariableMetric: Iteration # 132 - FCN = -724759.8731296 Edm = 1.65203e-05 NCalls = 430 +VariableMetric: After Hessian - FCN = -724759.8731296 Edm = 1.5265e+06 NCalls = 801 +VariableMetric: Iteration # 133 - FCN = -724759.8731296 Edm = 1.5265e+06 NCalls = 801 +VariableMetric: Iteration # 134 - FCN = -724834.8829066 Edm = 58419.2 NCalls = 812 +VariableMetric: Iteration # 135 - FCN = -724842.3174792 Edm = 11.1655 NCalls = 814 +VariableMetric: Iteration # 136 - FCN = -724865.4717188 Edm = 1.12423 NCalls = 816 +VariableMetric: Iteration # 137 - FCN = -724866.3182087 Edm = 0.209459 NCalls = 818 +VariableMetric: Iteration # 138 - FCN = -724867.352815 Edm = 0.0491185 NCalls = 821 +VariableMetric: Iteration # 139 - FCN = -724867.4533048 Edm = 0.036585 NCalls = 823 +VariableMetric: Iteration # 140 - FCN = -724867.6271554 Edm = 0.0142162 NCalls = 825 +VariableMetric: Iteration # 141 - FCN = -724867.6710216 Edm = 0.0144497 NCalls = 827 +VariableMetric: Iteration # 142 - FCN = -724867.7009231 Edm = 0.00275062 NCalls = 829 +VariableMetric: Iteration # 143 - FCN = -724867.7160143 Edm = 0.00175286 NCalls = 832 +VariableMetric: Iteration # 144 - FCN = -724867.719395 Edm = 0.00109708 NCalls = 834 +VariableMetric: Iteration # 145 - FCN = -724867.7326403 Edm = 0.00288768 NCalls = 837 +VariableMetric: Iteration # 146 - FCN = -724867.7559465 Edm = 0.0167567 NCalls = 840 +VariableMetric: Iteration # 147 - FCN = -724867.839624 Edm = 0.0338184 NCalls = 842 +VariableMetric: Iteration # 148 - FCN = -724867.868174 Edm = 0.0185064 NCalls = 844 +VariableMetric: Iteration # 149 - FCN = -724868.0162131 Edm = 0.0796275 NCalls = 848 +VariableMetric: Iteration # 150 - FCN = -724868.1601911 Edm = 0.0820201 NCalls = 851 +VariableMetric: Iteration # 151 - FCN = -724868.1977853 Edm = 0.0455497 NCalls = 853 +VariableMetric: Iteration # 152 - FCN = -724868.2784721 Edm = 0.035952 NCalls = 855 +VariableMetric: Iteration # 153 - FCN = -724868.3511355 Edm = 0.00891575 NCalls = 857 +VariableMetric: Iteration # 154 - FCN = -724868.3702697 Edm = 0.00830851 NCalls = 859 +VariableMetric: Iteration # 155 - FCN = -724868.3794323 Edm = 0.00650693 NCalls = 861 +VariableMetric: Iteration # 156 - FCN = -724868.4041538 Edm = 0.00622606 NCalls = 864 +VariableMetric: Iteration # 157 - FCN = -724868.4162061 Edm = 0.00355326 NCalls = 866 +VariableMetric: Iteration # 158 - FCN = -724868.4513713 Edm = 0.00683894 NCalls = 869 +VariableMetric: Iteration # 159 - FCN = -724868.4621987 Edm = 0.00215831 NCalls = 871 +VariableMetric: Iteration # 160 - FCN = -724868.4777251 Edm = 0.00440902 NCalls = 874 +VariableMetric: Iteration # 161 - FCN = -724868.4858718 Edm = 0.00352438 NCalls = 876 +VariableMetric: Iteration # 162 - FCN = -724868.5142361 Edm = 0.00975166 NCalls = 880 +VariableMetric: Iteration # 163 - FCN = -724868.5330218 Edm = 0.00564675 NCalls = 882 +VariableMetric: Iteration # 164 - FCN = -724868.5501487 Edm = 0.0145708 NCalls = 885 +VariableMetric: Iteration # 165 - FCN = -724868.5821202 Edm = 0.0218855 NCalls = 889 +VariableMetric: Iteration # 166 - FCN = -724868.6031542 Edm = 0.0154731 NCalls = 892 +VariableMetric: Iteration # 167 - FCN = -724868.6334254 Edm = 0.0172724 NCalls = 895 +VariableMetric: Iteration # 168 - FCN = -724868.6619031 Edm = 0.0462527 NCalls = 898 +VariableMetric: Iteration # 169 - FCN = -724868.7114061 Edm = 0.0365297 NCalls = 900 +VariableMetric: Iteration # 170 - FCN = -724868.7925321 Edm = 0.0778077 NCalls = 903 +VariableMetric: Iteration # 171 - FCN = -724868.8371349 Edm = 0.0294262 NCalls = 907 +VariableMetric: Iteration # 172 - FCN = -724868.8727106 Edm = 0.0264723 NCalls = 910 +VariableMetric: Iteration # 173 - FCN = -724868.8984231 Edm = 0.0152145 NCalls = 912 +VariableMetric: Iteration # 174 - FCN = -724868.9387902 Edm = 0.0179401 NCalls = 915 +VariableMetric: Iteration # 175 - FCN = -724868.9601924 Edm = 0.00614205 NCalls = 917 +VariableMetric: Iteration # 176 - FCN = -724868.967459 Edm = 0.00347705 NCalls = 919 +VariableMetric: Iteration # 177 - FCN = -724868.9781114 Edm = 0.0075836 NCalls = 922 +VariableMetric: Iteration # 178 - FCN = -724868.9931081 Edm = 0.00524338 NCalls = 925 +VariableMetric: Iteration # 179 - FCN = -724869.0143963 Edm = 0.0114415 NCalls = 927 +VariableMetric: Iteration # 180 - FCN = -724869.0536484 Edm = 0.0126029 NCalls = 930 +VariableMetric: Iteration # 181 - FCN = -724869.0637891 Edm = 0.00315974 NCalls = 932 +VariableMetric: Iteration # 182 - FCN = -724869.0696969 Edm = 0.00256217 NCalls = 935 +VariableMetric: Iteration # 183 - FCN = -724869.0738224 Edm = 0.000922879 NCalls = 937 +VariableMetric: Iteration # 184 - FCN = -724869.0756528 Edm = 0.000808644 NCalls = 940 +VariableMetric: Iteration # 185 - FCN = -724869.0779776 Edm = 0.000448039 NCalls = 942 +VariableMetric: Iteration # 186 - FCN = -724869.0783973 Edm = 9.25437e-05 NCalls = 944 +VariableMetric: Iteration # 187 - FCN = -724869.0784589 Edm = 1.17953e-05 NCalls = 946 +VariableMetric: After Hessian - FCN = -724869.0784589 Edm = 0.000619872 NCalls = 1345 +VariableMetric: Iteration # 188 - FCN = -724869.0784589 Edm = 0.000619872 NCalls = 1345 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.249E+05 | Ncalls=1393 (1393 total) | +| EDM = 5.99E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -724868.9255928504 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.83 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.90 | 0.20 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 1.812 | 0.030 | | |-6.28319 | 6.28319 | | +| 4 | rho_s | 0.28 | 0.42 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | -2.18 | 0.11 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 9 | 5 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -0.29 | 0.24 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.68 | 0.27 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.42 | 0.21 | | |0.918861 | 4.08114 | | +| 10| p4040_s | 0.70 | 0.20 | | |0.00501244| 2.01499 | | +| 11| rho_p | 0.003 | 1.314 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1371.7 | 1.7 | | | 1358.64 | 1433.36 | | +| 13| p4415_s | 1.05 | 0.19 | | |0.126447 | 2.35355 | | +| 14| p4160_s | 2.18 | 0.18 | | | 0.71676 | 3.68324 | | +| 15| jpsi_p | 1.660 | 0.016 | | |-6.28319 | 6.28319 | | +| 16| Dbar_s | -0.06 | 0.07 | | | -1.464 | 1.464 | | +| 17| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 18| Ctt | -0.33 | 0.16 | | | -0.5 | 0.5 | | +| 19| omega_p | 0.7 | 0.5 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p rho_s p4160_p omega_s phi_p p4040_p p3770_s p4040_s rho_p psi2s_s p4415_s p4160_s jpsi_p Dbar_s jpsi_s Ctt omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.126 -0.003 -0.323 0.009 0.368 0.005 -0.004 0.203 -0.227 -0.372 0.024 0.009 -0.300 -0.203 0.012 -0.555 -0.015 -0.605 -0.005 | +| p4415_p | 0.126 1.000 -0.004 -0.112 -0.004 0.319 0.006 -0.005 0.161 -0.019 -0.245 0.028 -0.008 -0.197 -0.145 -0.013 0.019 0.007 -0.219 -0.012 | +| phi_s | -0.003 -0.004 1.000 -0.015 0.069 -0.007 -0.007 0.701 -0.007 -0.006 0.000 0.113 0.005 0.001 -0.002 -0.044 -0.007 -0.006 0.012 0.022 | +| psi2s_p | -0.323 -0.112 -0.015 1.000 -0.026 -0.166 0.017 -0.014 -0.343 -0.289 0.064 -0.037 -0.038 -0.041 -0.167 0.092 0.082 0.038 0.213 -0.016 | +| rho_s | 0.009 -0.004 0.069 -0.026 1.000 -0.008 -0.386 0.020 -0.020 -0.032 -0.014 -0.317 -0.021 -0.005 -0.017 -0.080 -0.040 0.028 0.037 0.744 | +| p4160_p | 0.368 0.319 -0.007 -0.166 -0.008 1.000 0.010 -0.008 0.180 -0.109 -0.593 0.040 -0.015 -0.142 -0.175 0.047 -0.389 0.015 -0.597 -0.018 | +| omega_s | 0.005 0.006 -0.007 0.017 -0.386 0.010 1.000 0.045 0.011 0.008 -0.001 0.139 0.004 -0.001 0.004 0.053 0.008 -0.005 -0.016 -0.808 | +| phi_p | -0.004 -0.005 0.701 -0.014 0.020 -0.008 0.045 1.000 -0.011 -0.006 0.000 0.054 -0.008 -0.002 -0.006 -0.045 -0.007 0.010 0.010 -0.018 | +| p4040_p | 0.203 0.161 -0.007 -0.343 -0.020 0.180 0.011 -0.011 1.000 -0.075 -0.295 0.030 -0.020 0.057 0.384 -0.116 -0.007 0.020 -0.294 -0.022 | +| p3770_s | -0.227 -0.019 -0.006 -0.289 -0.032 -0.109 0.008 -0.006 -0.075 1.000 0.188 0.000 -0.032 0.084 0.076 -0.009 0.201 0.018 0.080 -0.018 | +| p4040_s | -0.372 -0.245 0.000 0.064 -0.014 -0.593 -0.001 0.000 -0.295 0.188 1.000 -0.036 -0.004 0.264 0.046 -0.083 0.567 0.004 0.639 0.002 | +| rho_p | 0.024 0.028 0.113 -0.037 -0.317 0.040 0.139 0.054 0.030 0.000 -0.036 1.000 -0.027 -0.021 -0.006 -0.053 -0.013 0.033 -0.055 -0.389 | +| psi2s_s | 0.009 -0.008 0.005 -0.038 -0.021 -0.015 0.004 -0.008 -0.020 -0.032 -0.004 -0.027 1.000 0.009 -0.004 -0.031 -0.063 -0.760 0.037 -0.010 | +| p4415_s | -0.300 -0.197 0.001 -0.041 -0.005 -0.142 -0.001 -0.002 0.057 0.084 0.264 -0.021 0.009 1.000 0.391 -0.166 0.527 -0.010 0.486 0.001 | +| p4160_s | -0.203 -0.145 -0.002 -0.167 -0.017 -0.175 0.004 -0.006 0.384 0.076 0.046 -0.006 -0.004 0.391 1.000 -0.182 0.525 0.003 0.346 -0.010 | +| jpsi_p | 0.012 -0.013 -0.044 0.092 -0.080 0.047 0.053 -0.045 -0.116 -0.009 -0.083 -0.053 -0.031 -0.166 -0.182 1.000 -0.137 0.044 -0.173 -0.062 | +| Dbar_s | -0.555 0.019 -0.007 0.082 -0.040 -0.389 0.008 -0.007 -0.007 0.201 0.567 -0.013 -0.063 0.527 0.525 -0.137 1.000 0.078 0.834 -0.020 | +| jpsi_s | -0.015 0.007 -0.006 0.038 0.028 0.015 -0.005 0.010 0.020 0.018 0.004 0.033 -0.760 -0.010 0.003 0.044 0.078 1.000 -0.036 0.014 | +| Ctt | -0.605 -0.219 0.012 0.213 0.037 -0.597 -0.016 0.010 -0.294 0.080 0.639 -0.055 0.037 0.486 0.346 -0.173 0.834 -0.036 1.000 0.034 | +| omega_p | -0.005 -0.012 0.022 -0.016 0.744 -0.018 -0.808 -0.018 -0.022 -0.018 0.002 -0.389 -0.010 0.001 -0.010 -0.062 -0.020 0.014 0.034 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12782877836998074}), (, {'error': 0.19732472036101267}), (, {'error': 1.0449007651514197}), (, {'error': 0.030082609458458087}), (, {'error': 0.4223085086343854}), (, {'error': 0.10620622071045349}), (, {'error': 4.699300038502718}), (, {'error': 0.24196218935226987}), (, {'error': 0.27106202496934806}), (, {'error': 0.20982628663456815}), (, {'error': 0.20201898660450046}), (, {'error': 1.3144273579243837}), (, {'error': 1.716803166513273}), (, {'error': 0.19309124356397173}), (, {'error': 0.1766596087821981}), (, {'error': 0.01637261992215633}), (, {'error': 0.06741087853779637}), (, {'error': 125.41829698591482}), (, {'error': 0.15664432666689965}), (, {'error': 0.5381606788669195})]) +Toy 1/10 +Time taken: 1 h, 35 min +Projected time left: 14 h, 21 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.249E+05 | Ncalls=1565 (1565 total) | +| EDM = 4.91E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -724869.0436927003 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.25 | 0.27 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.25 | 0.24 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 20.1 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -2.45 | 0.06 | | |-6.28319 | 6.28319 | | +| 4 | rho_s | 0.4 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | 4.28 | 0.21 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 6.7 | 1.0 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 0.77 | 0.18 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | 3.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.23 | 0.20 | | |0.918861 | 4.08114 | | +| 10| p4040_s | 0.7 | 0.4 | | |0.00501244| 2.01499 | | +| 11| rho_p | 6.3 | 2.7 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1366.1 | 2.7 | | | 1358.64 | 1433.36 | | +| 13| p4415_s | 1.0 | 0.3 | | |0.126447 | 2.35355 | | +| 14| p4160_s | 2.15 | 0.24 | | | 0.71676 | 3.68324 | | +| 15| jpsi_p | 1.467 | 0.018 | | |-6.28319 | 6.28319 | | +| 16| Dbar_s | -0.07 | 0.17 | | | -1.464 | 1.464 | | +| 17| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 18| Ctt | -0.4 | 0.6 | | | -0.5 | 0.5 | | +| 19| omega_p | 6.28 | 0.19 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p rho_s p4160_p omega_s phi_p p4040_p p3770_s p4040_s rho_p psi2s_s p4415_s p4160_s jpsi_p Dbar_s jpsi_s Ctt omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.531 -0.005 0.852 0.044 0.842 -0.024 -0.015 0.639 -0.261 -0.842 -0.137 -0.115 -0.796 -0.671 0.189 -0.906 0.156 -0.924 0.012 | +| p4415_p | 0.531 1.000 -0.004 0.482 0.037 0.607 -0.019 -0.014 0.451 -0.122 -0.574 -0.103 -0.085 -0.540 -0.469 0.114 -0.489 0.118 -0.574 0.009 | +| phi_s | -0.005 -0.004 1.000 -0.006 -0.063 -0.005 0.014 0.591 -0.004 0.004 0.005 0.082 0.061 0.005 0.004 -0.005 0.002 -0.065 0.003 -0.014 | +| psi2s_p | 0.852 0.482 -0.006 1.000 0.054 0.798 -0.029 -0.020 0.536 -0.284 -0.834 -0.130 -0.055 -0.790 -0.706 0.186 -0.900 0.086 -0.868 0.013 | +| rho_s | 0.044 0.037 -0.063 0.054 1.000 0.041 -0.571 -0.105 0.022 -0.051 -0.052 -0.507 -0.126 -0.039 -0.040 -0.114 -0.048 0.132 -0.028 0.136 | +| p4160_p | 0.842 0.607 -0.005 0.798 0.041 1.000 -0.023 -0.014 0.618 -0.224 -0.892 -0.138 -0.130 -0.741 -0.656 0.208 -0.861 0.181 -0.910 0.012 | +| omega_s | -0.024 -0.019 0.014 -0.029 -0.571 -0.023 1.000 0.002 -0.012 0.024 0.028 0.122 0.067 0.023 0.023 0.040 0.026 -0.070 0.017 -0.337 | +| phi_p | -0.015 -0.014 0.591 -0.020 -0.105 -0.014 0.002 1.000 -0.012 0.014 0.016 0.251 0.054 0.010 0.008 0.023 0.013 -0.057 0.008 -0.010 | +| p4040_p | 0.639 0.451 -0.004 0.536 0.022 0.618 -0.012 -0.012 1.000 -0.177 -0.655 -0.100 -0.115 -0.495 -0.230 0.054 -0.580 0.152 -0.674 0.009 | +| p3770_s | -0.261 -0.122 0.004 -0.284 -0.051 -0.224 0.024 0.014 -0.177 1.000 0.272 0.065 0.002 0.218 0.200 -0.132 0.274 -0.010 0.221 -0.007 | +| p4040_s | -0.842 -0.574 0.005 -0.834 -0.052 -0.892 0.028 0.016 -0.655 0.272 1.000 0.147 0.117 0.781 0.614 -0.236 0.902 -0.166 0.919 -0.012 | +| rho_p | -0.137 -0.103 0.082 -0.130 -0.507 -0.138 0.122 0.251 -0.100 0.065 0.147 1.000 0.159 0.128 0.111 0.103 0.140 -0.173 0.134 -0.124 | +| psi2s_s | -0.115 -0.085 0.061 -0.055 -0.126 -0.130 0.067 0.054 -0.115 0.002 0.117 0.159 1.000 0.120 0.091 -0.092 0.071 -0.908 0.142 -0.015 | +| p4415_s | -0.796 -0.540 0.005 -0.790 -0.039 -0.741 0.023 0.010 -0.495 0.218 0.781 0.128 0.120 1.000 0.727 -0.264 0.868 -0.168 0.864 -0.010 | +| p4160_s | -0.671 -0.469 0.004 -0.706 -0.040 -0.656 0.023 0.008 -0.230 0.200 0.614 0.111 0.091 0.727 1.000 -0.270 0.784 -0.131 0.736 -0.009 | +| jpsi_p | 0.189 0.114 -0.005 0.186 -0.114 0.208 0.040 0.023 0.054 -0.132 -0.236 0.103 -0.092 -0.264 -0.270 1.000 -0.237 0.110 -0.248 -0.007 | +| Dbar_s | -0.906 -0.489 0.002 -0.900 -0.048 -0.861 0.026 0.013 -0.580 0.274 0.902 0.140 0.071 0.868 0.784 -0.237 1.000 -0.118 0.972 -0.012 | +| jpsi_s | 0.156 0.118 -0.065 0.086 0.132 0.181 -0.070 -0.057 0.152 -0.010 -0.166 -0.173 -0.908 -0.168 -0.131 0.110 -0.118 1.000 -0.200 0.017 | +| Ctt | -0.924 -0.574 0.003 -0.868 -0.028 -0.910 0.017 0.008 -0.674 0.221 0.919 0.134 0.142 0.864 0.736 -0.248 0.972 -0.200 1.000 -0.010 | +| omega_p | 0.012 0.009 -0.014 0.013 0.136 0.012 -0.337 -0.010 0.009 -0.007 -0.012 -0.124 -0.015 -0.010 -0.009 -0.007 -0.012 0.017 -0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2709560127831292}), (, {'error': 0.24068159385908205}), (, {'error': 0.9275577376920481}), (, {'error': 0.05531451292986067}), (, {'error': 0.38367110207157873}), (, {'error': 0.20653881410977437}), (, {'error': 0.9909999899402768}), (, {'error': 0.17863287625203705}), (, {'error': 0.35476586339487604}), (, {'error': 0.19647761970581468}), (, {'error': 0.37491633899538457}), (, {'error': 2.7288764696153587}), (, {'error': 2.6774349528320727}), (, {'error': 0.32871571530341914}), (, {'error': 0.23879489597050696}), (, {'error': 0.017516240970509855}), (, {'error': 0.16869736697726467}), (, {'error': 40.579272125440184}), (, {'error': 0.5906839520077373}), (, {'error': 0.18660671023045605})]) +Toy 2/10 +Time taken: 3 h, 15 min +Projected time left: 13 h, 2 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.249E+05 | Ncalls=1330 (1330 total) | +| EDM = 0.000162 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -724869.4064749813 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.47 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.22 | 0.20 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -4.052 | 0.030 | | |-6.28319 | 6.28319 | | +| 4 | rho_s | 0.25 | 0.49 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | 4.31 | 0.11 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 9 | 5 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 5.82 | 0.23 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.46 | 0.28 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.37 | 0.21 | | |0.918861 | 4.08114 | | +| 10| p4040_s | 0.67 | 0.20 | | |0.00501244| 2.01499 | | +| 11| rho_p | -6.3 | 2.1 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1372.5 | 1.8 | | | 1358.64 | 1433.36 | | +| 13| p4415_s | 1.04 | 0.19 | | |0.126447 | 2.35355 | | +| 14| p4160_s | 2.15 | 0.18 | | | 0.71676 | 3.68324 | | +| 15| jpsi_p | 4.738 | 0.017 | | |-6.28319 | 6.28319 | | +| 16| Dbar_s | -0.06 | 0.07 | | | -1.464 | 1.464 | | +| 17| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 18| Ctt | -0.35 | 0.16 | | | -0.5 | 0.5 | | +| 19| omega_p | -5.8 | 0.6 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p rho_s p4160_p omega_s phi_p p4040_p p3770_s p4040_s rho_p psi2s_s p4415_s p4160_s jpsi_p Dbar_s jpsi_s Ctt omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.135 -0.008 -0.164 0.003 0.376 0.003 -0.005 0.200 -0.261 -0.390 0.018 -0.010 -0.315 -0.211 -0.103 -0.554 0.005 -0.644 -0.002 | +| p4415_p | 0.135 1.000 -0.006 -0.019 0.003 0.324 0.002 -0.005 0.159 -0.029 -0.246 0.017 -0.014 -0.195 -0.146 -0.088 0.054 0.013 -0.206 -0.002 | +| phi_s | -0.008 -0.006 1.000 -0.025 0.174 -0.014 -0.092 0.656 -0.012 -0.008 0.005 0.030 0.004 0.006 -0.001 0.008 -0.007 -0.005 0.026 0.135 | +| psi2s_p | -0.164 -0.019 -0.025 1.000 -0.074 0.016 0.050 -0.019 -0.216 -0.259 -0.083 0.003 -0.077 -0.148 -0.208 -0.055 -0.079 0.075 -0.085 -0.063 | +| rho_s | 0.003 0.003 0.174 -0.074 1.000 -0.009 -0.587 0.053 -0.023 -0.040 -0.018 -0.321 -0.052 -0.004 -0.016 0.078 -0.045 0.066 0.052 0.833 | +| p4160_p | 0.376 0.324 -0.014 0.016 -0.009 1.000 0.010 -0.009 0.162 -0.142 -0.580 0.027 -0.033 -0.132 -0.165 -0.125 -0.330 0.033 -0.576 -0.012 | +| omega_s | 0.003 0.002 -0.092 0.050 -0.587 0.010 1.000 0.007 0.015 0.020 0.007 0.238 0.027 0.002 0.009 -0.008 0.023 -0.035 -0.029 -0.873 | +| phi_p | -0.005 -0.005 0.656 -0.019 0.053 -0.009 0.007 1.000 -0.010 -0.006 0.001 0.020 -0.008 -0.000 -0.004 -0.005 -0.007 0.010 0.014 0.025 | +| p4040_p | 0.200 0.159 -0.012 -0.216 -0.023 0.162 0.015 -0.010 1.000 -0.082 -0.277 0.022 -0.029 0.075 0.398 -0.171 0.062 0.028 -0.251 -0.022 | +| p3770_s | -0.261 -0.029 -0.008 -0.259 -0.040 -0.142 0.020 -0.006 -0.082 1.000 0.236 0.004 -0.026 0.124 0.106 0.017 0.276 0.012 0.163 -0.030 | +| p4040_s | -0.390 -0.246 0.005 -0.083 -0.018 -0.580 0.007 0.001 -0.277 0.236 1.000 -0.020 0.012 0.264 0.041 0.074 0.539 -0.014 0.639 -0.012 | +| rho_p | 0.018 0.017 0.030 0.003 -0.321 0.027 0.238 0.020 0.022 0.004 -0.020 1.000 -0.007 -0.014 -0.002 -0.054 -0.000 0.007 -0.044 -0.380 | +| psi2s_s | -0.010 -0.014 0.004 -0.077 -0.052 -0.033 0.027 -0.008 -0.029 -0.026 0.012 -0.007 1.000 0.021 0.005 0.065 -0.060 -0.783 0.058 -0.042 | +| p4415_s | -0.315 -0.195 0.006 -0.148 -0.004 -0.132 0.002 -0.000 0.075 0.124 0.264 -0.014 0.021 1.000 0.396 -0.016 0.525 -0.023 0.497 -0.004 | +| p4160_s | -0.211 -0.146 -0.001 -0.208 -0.016 -0.165 0.009 -0.004 0.398 0.106 0.041 -0.002 0.005 0.396 1.000 -0.069 0.536 -0.007 0.364 -0.014 | +| jpsi_p | -0.103 -0.088 0.008 -0.055 0.078 -0.125 -0.008 -0.005 -0.171 0.017 0.074 -0.054 0.065 -0.016 -0.069 1.000 -0.042 -0.070 0.147 0.038 | +| Dbar_s | -0.554 0.054 -0.007 -0.079 -0.045 -0.330 0.023 -0.007 0.062 0.276 0.539 -0.000 -0.060 0.525 0.536 -0.042 1.000 0.074 0.811 -0.034 | +| jpsi_s | 0.005 0.013 -0.005 0.075 0.066 0.033 -0.035 0.010 0.028 0.012 -0.014 0.007 -0.783 -0.023 -0.007 -0.070 0.074 1.000 -0.055 0.054 | +| Ctt | -0.644 -0.206 0.026 -0.085 0.052 -0.576 -0.029 0.014 -0.251 0.163 0.639 -0.044 0.058 0.497 0.364 0.147 0.811 -0.055 1.000 0.042 | +| omega_p | -0.002 -0.002 0.135 -0.063 0.833 -0.012 -0.873 0.025 -0.022 -0.030 -0.012 -0.380 -0.042 -0.004 -0.014 0.038 -0.034 0.054 0.042 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1339255230560772}), (, {'error': 0.2005546155207707}), (, {'error': 0.9987933527035446}), (, {'error': 0.02995984839806143}), (, {'error': 0.4906343300455553}), (, {'error': 0.10536438486568755}), (, {'error': 4.99186623557264}), (, {'error': 0.22719977630464605}), (, {'error': 0.2756416866872886}), (, {'error': 0.21053999179393035}), (, {'error': 0.19934677896816394}), (, {'error': 2.0577428194718457}), (, {'error': 1.7974693728959892}), (, {'error': 0.19294303811988694}), (, {'error': 0.1757797250118529}), (, {'error': 0.016708107121110594}), (, {'error': 0.06516200682745377}), (, {'error': 16.90217785164714}), (, {'error': 0.16492684267281002}), (, {'error': 0.6448096679797231})]) +Toy 3/10 +Time taken: 4 h, 47 min +Projected time left: 11 h, 9 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.249E+05 | Ncalls=1198 (1198 total) | +| EDM = 0.000111 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -724869.0439105262 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.04 | 0.29 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.25 | 0.25 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 20.1 | 0.9 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -2.45 | 0.06 | | |-6.28319 | 6.28319 | | +| 4 | rho_s | 0.4 | 0.3 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | 4.28 | 0.22 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 6.8 | 1.3 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -5.51 | 0.20 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | 3.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.23 | 0.20 | | |0.918861 | 4.08114 | | +| 10| p4040_s | 0.7 | 0.4 | | |0.00501244| 2.01499 | | +| 11| rho_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1366.1 | 2.3 | | | 1358.64 | 1433.36 | | +| 13| p4415_s | 1.0 | 0.3 | | |0.126447 | 2.35355 | | +| 14| p4160_s | 2.15 | 0.25 | | | 0.71676 | 3.68324 | | +| 15| jpsi_p | 1.467 | 0.017 | | |-6.28319 | 6.28319 | | +| 16| Dbar_s | -0.07 | 0.18 | | | -1.464 | 1.464 | | +| 17| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 18| Ctt | -0.4 | 0.6 | | | -0.5 | 0.5 | | +| 19| omega_p | 6.28 | 0.19 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p rho_s p4160_p omega_s phi_p p4040_p p3770_s p4040_s rho_p psi2s_s p4415_s p4160_s jpsi_p Dbar_s jpsi_s Ctt omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.558 -0.020 0.867 -0.098 0.858 0.169 -0.101 0.657 -0.280 -0.856 0.270 -0.101 -0.815 -0.698 0.186 -0.916 0.154 -0.932 0.005 | +| p4415_p | 0.558 1.000 -0.016 0.512 -0.069 0.629 0.124 -0.076 0.473 -0.140 -0.598 0.199 -0.075 -0.566 -0.499 0.115 -0.520 0.117 -0.599 0.004 | +| phi_s | -0.020 -0.016 1.000 -0.020 0.003 -0.021 -0.070 0.595 -0.016 0.008 0.021 -0.112 0.055 0.019 0.016 -0.005 0.018 -0.061 0.020 -0.008 | +| psi2s_p | 0.867 0.512 -0.020 1.000 -0.074 0.817 0.143 -0.094 0.561 -0.301 -0.849 0.238 -0.054 -0.809 -0.731 0.188 -0.909 0.094 -0.882 0.006 | +| rho_s | -0.098 -0.069 0.003 -0.074 1.000 -0.103 -0.606 0.133 -0.088 0.000 0.097 -0.263 -0.008 0.095 0.074 -0.058 0.095 -0.001 0.119 0.076 | +| p4160_p | 0.858 0.629 -0.021 0.817 -0.103 1.000 0.174 -0.103 0.635 -0.244 -0.901 0.277 -0.111 -0.765 -0.687 0.203 -0.875 0.174 -0.919 0.005 | +| omega_s | 0.169 0.124 -0.070 0.143 -0.606 0.174 1.000 -0.307 0.140 -0.038 -0.173 0.648 -0.060 -0.160 -0.132 -0.015 -0.168 0.077 -0.186 -0.232 | +| phi_p | -0.101 -0.076 0.595 -0.094 0.133 -0.103 -0.307 1.000 -0.083 0.033 0.103 -0.448 0.074 0.092 0.076 0.024 0.099 -0.087 0.104 0.002 | +| p4040_p | 0.657 0.473 -0.016 0.561 -0.088 0.635 0.140 -0.083 1.000 -0.194 -0.670 0.215 -0.099 -0.521 -0.271 0.050 -0.602 0.147 -0.688 0.005 | +| p3770_s | -0.280 -0.140 0.008 -0.301 0.000 -0.244 -0.038 0.033 -0.194 1.000 0.289 -0.079 0.003 0.238 0.220 -0.139 0.291 -0.014 0.243 -0.002 | +| p4040_s | -0.856 -0.598 0.021 -0.849 0.097 -0.901 -0.173 0.103 -0.670 0.289 1.000 -0.279 0.101 0.800 0.646 -0.230 0.912 -0.161 0.926 -0.005 | +| rho_p | 0.270 0.199 -0.112 0.238 -0.263 0.277 0.648 -0.448 0.215 -0.079 -0.279 1.000 -0.140 -0.256 -0.215 -0.058 -0.272 0.169 -0.290 0.038 | +| psi2s_s | -0.101 -0.075 0.055 -0.054 -0.008 -0.111 -0.060 0.074 -0.099 0.003 0.101 -0.140 1.000 0.102 0.079 -0.077 0.064 -0.874 0.120 -0.002 | +| p4415_s | -0.815 -0.566 0.019 -0.809 0.095 -0.765 -0.160 0.092 -0.521 0.238 0.800 -0.256 0.102 1.000 0.748 -0.257 0.880 -0.162 0.876 -0.004 | +| p4160_s | -0.698 -0.499 0.016 -0.731 0.074 -0.687 -0.132 0.076 -0.271 0.220 0.646 -0.215 0.079 0.748 1.000 -0.268 0.802 -0.130 0.759 -0.003 | +| jpsi_p | 0.186 0.115 -0.005 0.188 -0.058 0.203 -0.015 0.024 0.050 -0.139 -0.230 -0.058 -0.077 -0.257 -0.268 1.000 -0.232 0.098 -0.237 0.003 | +| Dbar_s | -0.916 -0.520 0.018 -0.909 0.095 -0.875 -0.168 0.099 -0.602 0.291 0.912 -0.272 0.064 0.880 0.802 -0.232 1.000 -0.123 0.976 -0.005 | +| jpsi_s | 0.154 0.117 -0.061 0.094 -0.001 0.174 0.077 -0.087 0.147 -0.014 -0.161 0.169 -0.874 -0.162 -0.130 0.098 -0.123 1.000 -0.191 0.002 | +| Ctt | -0.932 -0.599 0.020 -0.882 0.119 -0.919 -0.186 0.104 -0.688 0.243 0.926 -0.290 0.120 0.876 0.759 -0.237 0.976 -0.191 1.000 -0.005 | +| omega_p | 0.005 0.004 -0.008 0.006 0.076 0.005 -0.232 0.002 0.005 -0.002 -0.005 0.038 -0.002 -0.004 -0.003 0.003 -0.005 0.002 -0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.28636565606900577}), (, {'error': 0.24593592015588417}), (, {'error': 0.9482747197991159}), (, {'error': 0.05796232043494598}), (, {'error': 0.3462100365917981}), (, {'error': 0.21641281568172843}), (, {'error': 1.2677726602089314}), (, {'error': 0.19687452900883473}), (, {'error': 0.3608690618790771}), (, {'error': 0.1974090968032196}), (, {'error': 0.39053065315268876}), (, {'error': 8.142816806094482}), (, {'error': 2.305184684673236}), (, {'error': 0.3425654025709966}), (, {'error': 0.24792285024278904}), (, {'error': 0.01743678724331499}), (, {'error': 0.1779498631647366}), (, {'error': 30.875371910149624}), (, {'error': 0.6102648076762829}), (, {'error': 0.18557847054534804})]) +Toy 4/10 +Time taken: 6 h, 9 min +Projected time left: 9 h, 14 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.249E+05 | Ncalls=1635 (1635 total) | +| EDM = 4.44E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -724869.1423033396 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.25 | 0.27 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.25 | 0.24 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -2.45 | 0.05 | | |-6.28319 | 6.28319 | | +| 4 | rho_s | 0.3 | 0.3 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | -2.00 | 0.21 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 6.9 | 1.1 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -0.32 | 0.24 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.23 | 0.20 | | |0.918861 | 4.08114 | | +| 10| p4040_s | 0.7 | 0.4 | | |0.00501244| 2.01499 | | +| 11| rho_p | -6.3 | 2.2 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1366.1 | 1.7 | | | 1358.64 | 1433.36 | | +| 13| p4415_s | 1.0 | 0.3 | | |0.126447 | 2.35355 | | +| 14| p4160_s | 2.15 | 0.23 | | | 0.71676 | 3.68324 | | +| 15| jpsi_p | 1.469 | 0.017 | | |-6.28319 | 6.28319 | | +| 16| Dbar_s | -0.07 | 0.17 | | | -1.464 | 1.464 | | +| 17| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 18| Ctt | -0.4 | 0.6 | | | -0.5 | 0.5 | | +| 19| omega_p | 6.28 | 0.23 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p rho_s p4160_p omega_s phi_p p4040_p p3770_s p4040_s rho_p psi2s_s p4415_s p4160_s jpsi_p Dbar_s jpsi_s Ctt omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.532 -0.038 0.851 -0.036 0.840 0.034 -0.031 0.643 -0.266 -0.839 0.121 -0.016 -0.789 -0.653 0.187 -0.904 0.080 -0.923 -0.001 | +| p4415_p | 0.532 1.000 -0.026 0.484 -0.023 0.609 0.024 -0.022 0.456 -0.126 -0.576 0.088 -0.009 -0.538 -0.460 0.113 -0.490 0.061 -0.576 -0.000 | +| phi_s | -0.038 -0.026 1.000 -0.036 0.105 -0.040 -0.028 0.698 -0.033 0.001 0.036 0.129 0.003 0.035 0.026 -0.053 0.035 -0.009 0.044 -0.013 | +| psi2s_p | 0.851 0.484 -0.036 1.000 -0.016 0.797 0.021 -0.031 0.540 -0.287 -0.833 0.106 0.005 -0.786 -0.694 0.190 -0.898 0.041 -0.869 0.002 | +| rho_s | -0.036 -0.023 0.105 -0.016 1.000 -0.042 -0.575 0.078 -0.041 -0.021 0.033 -0.057 -0.031 0.037 0.023 -0.078 0.032 0.028 0.057 0.111 | +| p4160_p | 0.840 0.609 -0.040 0.797 -0.042 1.000 0.037 -0.033 0.621 -0.229 -0.891 0.123 -0.016 -0.733 -0.639 0.204 -0.860 0.094 -0.909 -0.001 | +| omega_s | 0.034 0.024 -0.028 0.021 -0.575 0.037 1.000 -0.053 0.034 0.004 -0.034 0.313 0.012 -0.032 -0.023 0.016 -0.032 -0.009 -0.044 -0.392 | +| phi_p | -0.031 -0.022 0.698 -0.031 0.078 -0.033 -0.053 1.000 -0.030 -0.001 0.029 0.058 -0.010 0.026 0.018 -0.054 0.028 0.009 0.036 -0.003 | +| p4040_p | 0.643 0.456 -0.033 0.540 -0.041 0.621 0.034 -0.030 1.000 -0.183 -0.660 0.095 -0.022 -0.490 -0.212 0.048 -0.583 0.081 -0.678 -0.000 | +| p3770_s | -0.266 -0.126 0.001 -0.287 -0.021 -0.229 0.004 -0.001 -0.183 1.000 0.276 -0.038 -0.010 0.222 0.200 -0.138 0.278 -0.002 0.227 0.000 | +| p4040_s | -0.839 -0.576 0.036 -0.833 0.033 -0.891 -0.034 0.029 -0.660 0.276 1.000 -0.126 0.010 0.773 0.596 -0.234 0.901 -0.085 0.918 0.002 | +| rho_p | 0.121 0.088 0.129 0.106 -0.057 0.123 0.313 0.058 0.095 -0.038 -0.126 1.000 -0.036 -0.113 -0.092 -0.048 -0.124 0.054 -0.129 0.030 | +| psi2s_s | -0.016 -0.009 0.003 0.005 -0.031 -0.016 0.012 -0.010 -0.022 -0.010 0.010 -0.036 1.000 0.013 0.006 -0.038 -0.014 -0.752 0.016 0.001 | +| p4415_s | -0.789 -0.538 0.035 -0.786 0.037 -0.733 -0.032 0.026 -0.490 0.222 0.773 -0.113 0.013 1.000 0.714 -0.262 0.864 -0.086 0.857 0.002 | +| p4160_s | -0.653 -0.460 0.026 -0.694 0.023 -0.639 -0.023 0.018 -0.212 0.200 0.596 -0.092 0.006 0.714 1.000 -0.270 0.772 -0.065 0.720 0.002 | +| jpsi_p | 0.187 0.113 -0.053 0.190 -0.078 0.204 0.016 -0.054 0.048 -0.138 -0.234 -0.048 -0.038 -0.262 -0.270 1.000 -0.239 0.067 -0.243 0.007 | +| Dbar_s | -0.904 -0.490 0.035 -0.898 0.032 -0.860 -0.032 0.028 -0.583 0.278 0.901 -0.124 -0.014 0.864 0.772 -0.239 1.000 -0.059 0.974 0.002 | +| jpsi_s | 0.080 0.061 -0.009 0.041 0.028 0.094 -0.009 0.009 0.081 -0.002 -0.085 0.054 -0.752 -0.086 -0.065 0.067 -0.059 1.000 -0.105 -0.001 | +| Ctt | -0.923 -0.576 0.044 -0.869 0.057 -0.909 -0.044 0.036 -0.678 0.227 0.918 -0.129 0.016 0.857 0.720 -0.243 0.974 -0.105 1.000 0.002 | +| omega_p | -0.001 -0.000 -0.013 0.002 0.111 -0.001 -0.392 -0.003 -0.000 0.000 0.002 0.030 0.001 0.002 0.002 0.007 0.002 -0.001 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2680428079747257}), (, {'error': 0.2412155861938987}), (, {'error': 1.0401011635374582}), (, {'error': 0.054807338808069206}), (, {'error': 0.33386881986915196}), (, {'error': 0.2056295484565771}), (, {'error': 1.0772206265907132}), (, {'error': 0.23978264020824813}), (, {'error': 0.36014788177207135}), (, {'error': 0.1966133964806327}), (, {'error': 0.37284232759831537}), (, {'error': 2.1849342885952447}), (, {'error': 1.7020125981617866}), (, {'error': 0.32268420829035654}), (, {'error': 0.2344132793384982}), (, {'error': 0.017359996200914996}), (, {'error': 0.16608022551831225}), (, {'error': 126.68020977942251}), (, {'error': 0.5825066561009191}), (, {'error': 0.23351760397618282})]) +Toy 5/10 +Time taken: 7 h, 49 min +Projected time left: 7 h, 49 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.249E+05 | Ncalls=727 (727 total) | +| EDM = 5.15E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -724868.8871061581 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.83 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.91 | 0.20 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.2 | 1.1 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -4.470 | 0.030 | | |-6.28319 | 6.28319 | | +| 4 | rho_s | 0.4 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | -2.18 | 0.11 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 6.7 | 1.1 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -0.27 | 0.24 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.68 | 0.27 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.42 | 0.21 | | |0.918861 | 4.08114 | | +| 10| p4040_s | 0.70 | 0.20 | | |0.00501244| 2.01499 | | +| 11| rho_p | 6.3 | 1.9 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1371.7 | 1.7 | | | 1358.64 | 1433.36 | | +| 13| p4415_s | 1.05 | 0.19 | | |0.126447 | 2.35355 | | +| 14| p4160_s | 2.18 | 0.18 | | | 0.71676 | 3.68324 | | +| 15| jpsi_p | 1.661 | 0.017 | | |-6.28319 | 6.28319 | | +| 16| Dbar_s | -0.06 | 0.07 | | | -1.464 | 1.464 | | +| 17| jpsi_s | 1.000E4 | 0.012E4 | | | 9797.52 | 9996.48 | | +| 18| Ctt | -0.33 | 0.16 | | | -0.5 | 0.5 | | +| 19| omega_p | 6.28 | 0.19 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p rho_s p4160_p omega_s phi_p p4040_p p3770_s p4040_s rho_p psi2s_s p4415_s p4160_s jpsi_p Dbar_s jpsi_s Ctt omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.128 0.013 -0.332 0.057 0.369 -0.035 0.006 0.203 -0.222 -0.373 -0.063 0.004 -0.301 -0.204 0.001 -0.555 -0.009 -0.605 0.011 | +| p4415_p | 0.128 1.000 0.006 -0.115 0.035 0.320 -0.022 0.001 0.161 -0.020 -0.247 -0.044 -0.011 -0.200 -0.147 -0.019 0.014 0.011 -0.220 0.008 | +| phi_s | 0.013 0.006 1.000 -0.036 0.273 0.007 -0.172 0.706 -0.004 -0.022 -0.022 -0.302 -0.014 -0.010 -0.013 -0.086 -0.033 0.019 0.008 0.036 | +| psi2s_p | -0.332 -0.115 -0.036 1.000 -0.081 -0.171 0.046 -0.029 -0.344 -0.285 0.071 0.093 -0.032 -0.037 -0.163 0.103 0.091 0.029 0.217 -0.012 | +| rho_s | 0.057 0.035 0.273 -0.081 1.000 0.047 -0.662 0.177 0.008 -0.061 -0.079 -0.663 -0.069 -0.040 -0.040 -0.168 -0.096 0.090 -0.008 0.176 | +| p4160_p | 0.369 0.320 0.007 -0.171 0.047 1.000 -0.030 0.001 0.180 -0.110 -0.594 -0.060 -0.019 -0.142 -0.176 0.037 -0.391 0.019 -0.596 0.010 | +| omega_s | -0.035 -0.022 -0.172 0.046 -0.662 -0.030 1.000 -0.134 -0.004 0.036 0.049 0.351 0.047 0.026 0.026 0.095 0.059 -0.061 0.008 -0.356 | +| phi_p | 0.006 0.001 0.706 -0.029 0.177 0.001 -0.134 1.000 -0.009 -0.016 -0.014 -0.184 -0.020 -0.009 -0.013 -0.076 -0.024 0.026 0.008 0.025 | +| p4040_p | 0.203 0.161 -0.004 -0.344 0.008 0.180 -0.004 -0.009 1.000 -0.074 -0.294 -0.019 -0.021 0.057 0.384 -0.117 -0.007 0.021 -0.293 0.004 | +| p3770_s | -0.222 -0.020 -0.022 -0.285 -0.061 -0.110 0.036 -0.016 -0.074 1.000 0.190 0.057 -0.027 0.084 0.077 -0.000 0.201 0.012 0.077 -0.010 | +| p4040_s | -0.373 -0.247 -0.022 0.071 -0.079 -0.594 0.049 -0.014 -0.294 0.190 1.000 0.089 0.002 0.265 0.049 -0.069 0.570 -0.004 0.638 -0.014 | +| rho_p | -0.063 -0.044 -0.302 0.093 -0.663 -0.060 0.351 -0.184 -0.019 0.057 0.089 1.000 0.076 0.046 0.040 0.183 0.096 -0.099 0.030 -0.167 | +| psi2s_s | 0.004 -0.011 -0.014 -0.032 -0.069 -0.019 0.047 -0.020 -0.021 -0.027 0.002 0.076 1.000 0.012 -0.001 -0.018 -0.054 -0.754 0.038 -0.011 | +| p4415_s | -0.301 -0.200 -0.010 -0.037 -0.040 -0.142 0.026 -0.009 0.057 0.084 0.265 0.046 0.012 1.000 0.392 -0.157 0.529 -0.014 0.486 -0.006 | +| p4160_s | -0.204 -0.147 -0.013 -0.163 -0.040 -0.176 0.026 -0.013 0.384 0.077 0.049 0.040 -0.001 0.392 1.000 -0.173 0.526 -0.001 0.346 -0.006 | +| jpsi_p | 0.001 -0.019 -0.086 0.103 -0.168 0.037 0.095 -0.076 -0.117 -0.000 -0.069 0.183 -0.018 -0.157 -0.173 1.000 -0.119 0.028 -0.167 -0.022 | +| Dbar_s | -0.555 0.014 -0.033 0.091 -0.096 -0.391 0.059 -0.024 -0.007 0.201 0.570 0.096 -0.054 0.529 0.526 -0.119 1.000 0.067 0.833 -0.016 | +| jpsi_s | -0.009 0.011 0.019 0.029 0.090 0.019 -0.061 0.026 0.021 0.012 -0.004 -0.099 -0.754 -0.014 -0.001 0.028 0.067 1.000 -0.037 0.015 | +| Ctt | -0.605 -0.220 0.008 0.217 -0.008 -0.596 0.008 0.008 -0.293 0.077 0.638 0.030 0.038 0.486 0.346 -0.167 0.833 -0.037 1.000 -0.004 | +| omega_p | 0.011 0.008 0.036 -0.012 0.176 0.010 -0.356 0.025 0.004 -0.010 -0.014 -0.167 -0.011 -0.006 -0.006 -0.022 -0.016 0.015 -0.004 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1280290148386356}), (, {'error': 0.19749854573682057}), (, {'error': 1.0730920882073}), (, {'error': 0.0302566987642523}), (, {'error': 0.4356269042450096}), (, {'error': 0.10623944127964702}), (, {'error': 1.0592490658605946}), (, {'error': 0.2421688311345478}), (, {'error': 0.27112425984643473}), (, {'error': 0.20985850320647592}), (, {'error': 0.2024466241493348}), (, {'error': 1.892145787200307}), (, {'error': 1.6987046726549124}), (, {'error': 0.19330495402253056}), (, {'error': 0.17679854191049293}), (, {'error': 0.016575795791711645}), (, {'error': 0.06756827753672523}), (, {'error': 123.84775329036438}), (, {'error': 0.15635523182422914}), (, {'error': 0.18674996545549583})]) +Toy 6/10 +Time taken: 8 h, 47 min +Projected time left: 5 h, 51 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.244E+05 | Ncalls=599 (610 total) | +| EDM = 1.14E+07 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -724431.53182148 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.835 | 0.025 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -6.00 | 0.03 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 15.9 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 1.531 | 0.023 | | |-6.28319 | 6.28319 | | +| 4 | rho_s | 1.88 | 0.04 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | 4.55 | 0.06 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 7.07 | 0.08 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 2.1 | 6.4 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -0.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 3.584 | 0.020 | | |0.918861 | 4.08114 | | +| 10| p4040_s | 1.60E-2 | 0.24E-2 | | |0.00501244| 2.01499 | | +| 11| rho_p | -5.94 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1375.04 | 0.28 | | | 1358.64 | 1433.36 | | +| 13| p4415_s | 0.165 | 0.005 | | |0.126447 | 2.35355 | | +| 14| p4160_s | 1.503 | 0.020 | | | 0.71676 | 3.68324 | | +| 15| jpsi_p | 1.580 | 0.026 | | |-6.28319 | 6.28319 | | +| 16| Dbar_s | -0.265 | 0.029 | | | -1.464 | 1.464 | | +| 17| jpsi_s | 0.987E4 | 0.000E4 | | | 9797.52 | 9996.48 | | +| 18| Ctt | -0.488 | 0.002 | | | -0.5 | 0.5 | | +| 19| omega_p | 0.9 | 0.5 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p rho_s p4160_p omega_s phi_p p4040_p p3770_s p4040_s rho_p psi2s_s p4415_s p4160_s jpsi_p Dbar_s jpsi_s Ctt omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.027 -0.247 0.223 0.238 -0.215 0.208 0.248 0.001 0.062 -0.035 -0.241 0.061 -0.054 0.013 0.241 0.239 0.209 -0.103 -0.246 | +| p4415_p | 0.027 1.000 -0.110 0.105 0.105 -0.097 0.092 0.110 0.000 0.030 -0.015 -0.107 0.027 -0.028 0.008 0.108 0.105 0.092 -0.044 -0.109 | +| phi_s | -0.247 -0.110 1.000 -0.949 -0.959 0.873 -0.838 -0.998 -0.003 -0.270 0.140 0.971 -0.248 0.219 -0.054 -0.980 -0.969 -0.843 0.406 0.990 | +| psi2s_p | 0.223 0.105 -0.949 1.000 0.913 -0.831 0.797 0.950 0.004 0.250 -0.133 -0.924 0.236 -0.208 0.048 0.933 0.923 0.802 -0.386 -0.943 | +| rho_s | 0.238 0.105 -0.959 0.913 1.000 -0.839 0.806 0.960 0.003 0.259 -0.134 -0.934 0.238 -0.211 0.052 0.943 0.932 0.811 -0.391 -0.953 | +| p4160_p | -0.215 -0.097 0.873 -0.831 -0.839 1.000 -0.733 -0.874 -0.002 -0.238 0.122 0.850 -0.217 0.192 -0.060 -0.858 -0.846 -0.737 0.354 0.867 | +| omega_s | 0.208 0.092 -0.838 0.797 0.806 -0.733 1.000 0.839 0.003 0.227 -0.117 -0.815 0.208 -0.184 0.046 0.823 0.814 0.708 -0.341 -0.831 | +| phi_p | 0.248 0.110 -0.998 0.950 0.960 -0.874 0.839 1.000 0.003 0.270 -0.140 -0.972 0.248 -0.219 0.054 0.981 0.970 0.844 -0.407 -0.992 | +| p4040_p | 0.001 0.000 -0.003 0.004 0.003 -0.002 0.003 0.003 1.000 0.001 0.001 -0.003 0.001 -0.001 0.000 0.003 0.003 0.003 -0.001 -0.003 | +| p3770_s | 0.062 0.030 -0.270 0.250 0.259 -0.238 0.227 0.270 0.001 1.000 -0.038 -0.263 0.067 -0.059 0.013 0.265 0.265 0.229 -0.111 -0.268 | +| p4040_s | -0.035 -0.015 0.140 -0.133 -0.134 0.122 -0.117 -0.140 0.001 -0.038 1.000 0.136 -0.035 0.031 -0.006 -0.137 -0.136 -0.118 0.057 0.139 | +| rho_p | -0.241 -0.107 0.971 -0.924 -0.934 0.850 -0.815 -0.972 -0.003 -0.263 0.136 1.000 -0.241 0.213 -0.053 -0.955 -0.943 -0.821 0.395 0.964 | +| psi2s_s | 0.061 0.027 -0.248 0.236 0.238 -0.217 0.208 0.248 0.001 0.067 -0.035 -0.241 1.000 -0.054 0.014 0.244 0.240 0.233 -0.101 -0.246 | +| p4415_s | -0.054 -0.028 0.219 -0.208 -0.211 0.192 -0.184 -0.219 -0.001 -0.059 0.031 0.213 -0.054 1.000 -0.013 -0.215 -0.212 -0.185 0.089 0.217 | +| p4160_s | 0.013 0.008 -0.054 0.048 0.052 -0.060 0.046 0.054 0.000 0.013 -0.006 -0.053 0.014 -0.013 1.000 0.052 0.060 0.047 -0.023 -0.054 | +| jpsi_p | 0.241 0.108 -0.980 0.933 0.943 -0.858 0.823 0.981 0.003 0.265 -0.137 -0.955 0.244 -0.215 0.052 1.000 0.953 0.828 -0.400 -0.974 | +| Dbar_s | 0.239 0.105 -0.969 0.923 0.932 -0.846 0.814 0.970 0.003 0.265 -0.136 -0.943 0.240 -0.212 0.060 0.953 1.000 0.817 -0.393 -0.962 | +| jpsi_s | 0.209 0.092 -0.843 0.802 0.811 -0.737 0.708 0.844 0.003 0.229 -0.118 -0.821 0.233 -0.185 0.047 0.828 0.817 1.000 -0.343 -0.837 | +| Ctt | -0.103 -0.044 0.406 -0.386 -0.391 0.354 -0.341 -0.407 -0.001 -0.111 0.057 0.395 -0.101 0.089 -0.023 -0.400 -0.393 -0.343 1.000 0.403 | +| omega_p | -0.246 -0.109 0.990 -0.943 -0.953 0.867 -0.831 -0.992 -0.003 -0.268 0.139 0.964 -0.246 0.217 -0.054 -0.974 -0.962 -0.837 0.403 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.02453242314248727}), (, {'error': 0.03167982604752417}), (, {'error': 0.8447427388509654}), (, {'error': 0.022501110325294782}), (, {'error': 0.036562269268182734}), (, {'error': 0.05860570089536399}), (, {'error': 0.08047098745350967}), (, {'error': 6.38306191460686}), (, {'error': 0.11156266901508927}), (, {'error': 0.01966735256684471}), (, {'error': 0.00240704408130649}), (, {'error': 0.12435023496877928}), (, {'error': 0.27867007803206434}), (, {'error': 0.00484634917524418}), (, {'error': 0.019805254035693776}), (, {'error': 0.02557881876206869}), (, {'error': 0.02862806676198193}), (, {'error': 2.742185188795702}), (, {'error': 0.0018465013083023285}), (, {'error': 0.5030919084860006})]) +Toy 7/10 +Time taken: 9 h, 36 min +Projected time left: 4 h, 7 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.249E+05 | Ncalls=1363 (1363 total) | +| EDM = 0.000195 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -724869.3072983387 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.10 | 0.28 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 4.26 | 0.12 | | |-6.28319 | 6.28319 | | +| 4 | rho_s | 0.31 | 0.34 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | 4.48 | 0.27 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 7.5 | 1.4 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -0.50 | 0.22 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.2 | 0.5 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.19 | 0.18 | | |0.918861 | 4.08114 | | +| 10| p4040_s | 0.7 | 0.5 | | |0.00501244| 2.01499 | | +| 11| rho_p | -6.3 | 1.1 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1366.8 | 2.1 | | | 1358.64 | 1433.36 | | +| 13| p4415_s | 1.0 | 0.4 | | |0.126447 | 2.35355 | | +| 14| p4160_s | 2.13 | 0.22 | | | 0.71676 | 3.68324 | | +| 15| jpsi_p | -1.735 | 0.025 | | |-6.28319 | 6.28319 | | +| 16| Dbar_s | -0.06 | 0.20 | | | -1.464 | 1.464 | | +| 17| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 18| Ctt | -0.4 | 0.7 | | | -0.5 | 0.5 | | +| 19| omega_p | -0.012 | 0.321 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p rho_s p4160_p omega_s phi_p p4040_p p3770_s p4040_s rho_p psi2s_s p4415_s p4160_s jpsi_p Dbar_s jpsi_s Ctt omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.742 -0.124 0.960 -0.229 0.926 0.106 -0.074 0.876 -0.109 -0.921 0.245 -0.387 -0.881 -0.717 -0.763 -0.955 0.483 -0.967 0.017 | +| p4415_p | 0.742 1.000 -0.099 0.751 -0.177 0.772 0.083 -0.059 0.711 -0.063 -0.758 0.197 -0.301 -0.728 -0.620 -0.615 -0.717 0.381 -0.764 0.014 | +| phi_s | -0.124 -0.099 1.000 -0.127 0.136 -0.124 -0.034 0.665 -0.117 0.005 0.122 -0.001 0.059 0.117 0.095 0.101 0.123 -0.074 0.130 0.030 | +| psi2s_p | 0.960 0.751 -0.127 1.000 -0.230 0.941 0.105 -0.077 0.877 -0.098 -0.946 0.245 -0.387 -0.904 -0.750 -0.773 -0.977 0.485 -0.982 0.015 | +| rho_s | -0.229 -0.177 0.136 -0.230 1.000 -0.228 -0.482 0.091 -0.218 -0.007 0.224 -0.401 0.053 0.219 0.176 0.245 0.229 -0.077 0.247 -0.059 | +| p4160_p | 0.926 0.772 -0.124 0.941 -0.228 1.000 0.106 -0.074 0.858 -0.091 -0.941 0.245 -0.385 -0.849 -0.712 -0.759 -0.930 0.485 -0.956 0.017 | +| omega_s | 0.106 0.083 -0.034 0.105 -0.482 0.106 1.000 -0.063 0.101 0.001 -0.105 0.382 -0.031 -0.102 -0.082 -0.127 -0.107 0.043 -0.114 0.709 | +| phi_p | -0.074 -0.059 0.665 -0.077 0.091 -0.074 -0.063 1.000 -0.072 -0.001 0.072 -0.022 0.018 0.069 0.054 0.055 0.073 -0.026 0.078 -0.007 | +| p4040_p | 0.876 0.711 -0.117 0.877 -0.218 0.858 0.101 -0.072 1.000 -0.099 -0.876 0.231 -0.363 -0.784 -0.534 -0.736 -0.856 0.456 -0.897 0.015 | +| p3770_s | -0.109 -0.063 0.005 -0.098 -0.007 -0.091 0.001 -0.001 -0.099 1.000 0.123 -0.014 0.022 0.089 0.081 0.015 0.117 -0.029 0.081 -0.004 | +| p4040_s | -0.921 -0.758 0.122 -0.946 0.224 -0.941 -0.105 0.072 -0.876 0.123 1.000 -0.244 0.381 0.866 0.672 0.745 0.947 -0.481 0.957 -0.019 | +| rho_p | 0.245 0.197 -0.001 0.245 -0.401 0.245 0.382 -0.022 0.231 -0.014 -0.244 1.000 -0.110 -0.233 -0.189 -0.240 -0.245 0.138 -0.257 0.047 | +| psi2s_s | -0.387 -0.301 0.059 -0.387 0.053 -0.385 -0.031 0.018 -0.363 0.022 0.381 -0.110 1.000 0.371 0.306 0.346 0.370 -0.857 0.404 -0.018 | +| p4415_s | -0.881 -0.728 0.117 -0.904 0.219 -0.849 -0.102 0.069 -0.784 0.089 0.866 -0.233 0.371 1.000 0.745 0.701 0.913 -0.467 0.913 -0.018 | +| p4160_s | -0.717 -0.620 0.095 -0.750 0.176 -0.712 -0.082 0.054 -0.534 0.081 0.672 -0.189 0.306 0.745 1.000 0.552 0.782 -0.386 0.752 -0.016 | +| jpsi_p | -0.763 -0.615 0.101 -0.773 0.245 -0.759 -0.127 0.055 -0.736 0.015 0.745 -0.240 0.346 0.701 0.552 1.000 0.756 -0.434 0.794 -0.032 | +| Dbar_s | -0.955 -0.717 0.123 -0.977 0.229 -0.930 -0.107 0.073 -0.856 0.117 0.947 -0.245 0.370 0.913 0.782 0.756 1.000 -0.469 0.986 -0.019 | +| jpsi_s | 0.483 0.381 -0.074 0.485 -0.077 0.485 0.043 -0.026 0.456 -0.029 -0.481 0.138 -0.857 -0.467 -0.386 -0.434 -0.469 1.000 -0.510 0.021 | +| Ctt | -0.967 -0.764 0.130 -0.982 0.247 -0.956 -0.114 0.078 -0.897 0.081 0.957 -0.257 0.404 0.913 0.752 0.794 0.986 -0.510 1.000 -0.018 | +| omega_p | 0.017 0.014 0.030 0.015 -0.059 0.017 0.709 -0.007 0.015 -0.004 -0.019 0.047 -0.018 -0.018 -0.016 -0.032 -0.019 0.021 -0.018 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.39017936732258995}), (, {'error': 0.28226665756686775}), (, {'error': 0.9665951739710081}), (, {'error': 0.11753625591218686}), (, {'error': 0.3436671757378951}), (, {'error': 0.27305520492649915}), (, {'error': 1.3725197552127235}), (, {'error': 0.22264091137337605}), (, {'error': 0.5446742166305523}), (, {'error': 0.1809690899732641}), (, {'error': 0.46102362460045687}), (, {'error': 1.0764148404239053}), (, {'error': 2.09695613103861}), (, {'error': 0.3784415278873855}), (, {'error': 0.21995588522248455}), (, {'error': 0.025051442262884915}), (, {'error': 0.20387290168262429}), (, {'error': 25.962656936125313}), (, {'error': 0.6915599499885449}), (, {'error': 0.3210127455701053})]) +Toy 8/10 +Time taken: 11 h, 3 min +Projected time left: 2 h, 45 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.249E+05 | Ncalls=1133 (1133 total) | +| EDM = 5.8E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -724869.3573592165 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.67 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.18 | 0.17 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 20.1 | 0.8 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | 4.260 | 0.023 | | |-6.28319 | 6.28319 | | +| 4 | rho_s | 0.3 | 0.4 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | 4.48 | 0.08 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 7.4 | 3.0 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | 0.60 | 0.16 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.20 | 0.22 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.19 | 0.17 | | |0.918861 | 4.08114 | | +| 10| p4040_s | 0.66 | 0.13 | | |0.00501244| 2.01499 | | +| 11| rho_p | 6.0 | 0.8 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1366.8 | 1.5 | | | 1358.64 | 1433.36 | | +| 13| p4415_s | 1.03 | 0.15 | | |0.126447 | 2.35355 | | +| 14| p4160_s | 2.13 | 0.13 | | | 0.71676 | 3.68324 | | +| 15| jpsi_p | -1.738 | 0.015 | | |-6.28319 | 6.28319 | | +| 16| Dbar_s | -0.06 | 0.03 | | | -1.464 | 1.464 | | +| 17| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 18| Ctt | -0.38 | 0.09 | | | -0.5 | 0.5 | | +| 19| omega_p | -6 | 12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p rho_s p4160_p omega_s phi_p p4040_p p3770_s p4040_s rho_p psi2s_s p4415_s p4160_s jpsi_p Dbar_s jpsi_s Ctt omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.068 0.000 0.313 0.006 0.136 0.001 -0.002 0.154 -0.080 -0.046 0.008 -0.019 -0.059 0.020 -0.041 -0.213 -0.003 -0.370 0.002 | +| p4415_p | 0.068 1.000 0.003 0.077 0.015 0.209 0.013 -0.007 0.091 -0.005 -0.159 0.007 0.008 -0.146 -0.142 -0.033 0.176 -0.010 -0.144 0.014 | +| phi_s | 0.000 0.003 1.000 -0.021 0.107 -0.001 0.176 0.357 -0.004 -0.008 -0.011 -0.032 -0.004 -0.006 -0.006 -0.048 -0.017 0.003 0.005 0.177 | +| psi2s_p | 0.313 0.077 -0.021 1.000 -0.052 0.193 -0.094 0.033 0.093 -0.039 -0.216 0.015 0.011 -0.159 -0.099 -0.034 -0.403 -0.035 -0.442 -0.093 | +| rho_s | 0.006 0.015 0.107 -0.052 1.000 0.001 0.661 -0.279 -0.018 -0.047 -0.052 -0.071 -0.115 -0.025 -0.029 -0.089 -0.088 0.138 0.060 0.696 | +| p4160_p | 0.136 0.209 -0.001 0.193 0.001 1.000 -0.001 0.000 0.051 -0.028 -0.344 0.010 -0.011 0.082 -0.032 -0.052 -0.006 0.016 -0.346 -0.001 | +| omega_s | 0.001 0.013 0.176 -0.094 0.661 -0.001 1.000 -0.438 -0.025 -0.051 -0.062 -0.127 -0.138 -0.038 -0.039 -0.193 -0.091 0.167 0.039 0.996 | +| phi_p | -0.002 -0.007 0.357 0.033 -0.279 0.000 -0.438 1.000 0.009 0.023 0.025 -0.031 0.067 0.012 0.014 0.060 0.042 -0.081 -0.028 -0.436 | +| p4040_p | 0.154 0.091 -0.004 0.093 -0.018 0.051 -0.025 0.009 1.000 -0.051 -0.158 0.010 -0.004 0.085 0.359 -0.096 0.132 0.001 -0.258 -0.026 | +| p3770_s | -0.080 -0.005 -0.008 -0.039 -0.047 -0.028 -0.051 0.023 -0.051 1.000 0.114 0.002 0.003 0.019 0.019 -0.056 0.143 -0.004 -0.052 -0.052 | +| p4040_s | -0.046 -0.159 -0.011 -0.216 -0.052 -0.344 -0.062 0.025 -0.158 0.114 1.000 -0.004 0.019 0.025 -0.174 -0.003 0.238 -0.021 0.294 -0.063 | +| rho_p | 0.008 0.007 -0.032 0.015 -0.071 0.010 -0.127 -0.031 0.010 0.002 -0.004 1.000 -0.002 -0.000 0.003 0.018 0.005 0.003 -0.013 -0.137 | +| psi2s_s | -0.019 0.008 -0.004 0.011 -0.115 -0.011 -0.138 0.067 -0.004 0.003 0.019 -0.002 1.000 0.027 0.024 0.062 -0.062 -0.753 0.053 -0.140 | +| p4415_s | -0.059 -0.146 -0.006 -0.159 -0.025 0.082 -0.038 0.012 0.085 0.019 0.025 -0.000 0.027 1.000 0.181 -0.024 0.242 -0.037 0.219 -0.038 | +| p4160_s | 0.020 -0.142 -0.006 -0.099 -0.029 -0.032 -0.039 0.014 0.359 0.019 -0.174 0.003 0.024 0.181 1.000 -0.051 0.311 -0.032 0.096 -0.040 | +| jpsi_p | -0.041 -0.033 -0.048 -0.034 -0.089 -0.052 -0.193 0.060 -0.096 -0.056 -0.003 0.018 0.062 -0.024 -0.051 1.000 -0.064 -0.080 0.166 -0.191 | +| Dbar_s | -0.213 0.176 -0.017 -0.403 -0.088 -0.006 -0.091 0.042 0.132 0.143 0.238 0.005 -0.062 0.242 0.311 -0.064 1.000 0.087 0.534 -0.092 | +| jpsi_s | -0.003 -0.010 0.003 -0.035 0.138 0.016 0.167 -0.081 0.001 -0.004 -0.021 0.003 -0.753 -0.037 -0.032 -0.080 0.087 1.000 -0.087 0.170 | +| Ctt | -0.370 -0.144 0.005 -0.442 0.060 -0.346 0.039 -0.028 -0.258 -0.052 0.294 -0.013 0.053 0.219 0.096 0.166 0.534 -0.087 1.000 0.041 | +| omega_p | 0.002 0.014 0.177 -0.093 0.696 -0.001 0.996 -0.436 -0.026 -0.052 -0.063 -0.137 -0.140 -0.038 -0.040 -0.191 -0.092 0.170 0.041 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09994954186814553}), (, {'error': 0.16630785352367994}), (, {'error': 0.7956129073556326}), (, {'error': 0.02308343518791922}), (, {'error': 0.37885580311366807}), (, {'error': 0.07776557445863475}), (, {'error': 2.9770286716062815}), (, {'error': 0.16219869558798639}), (, {'error': 0.22121308565317044}), (, {'error': 0.16858828870487308}), (, {'error': 0.13320901273460606}), (, {'error': 0.777272815845552}), (, {'error': 1.5494207692407826}), (, {'error': 0.14939648564165464}), (, {'error': 0.1286569949854568}), (, {'error': 0.014716877709060494}), (, {'error': 0.03376385537718851}), (, {'error': 13.245684995297779}), (, {'error': 0.09035678449027673}), (, {'error': 12.49033070958737})]) +Toy 9/10 +Time taken: 12 h, 19 min +Projected time left: 1 h, 22 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.249E+05 | Ncalls=1345 (1345 total) | +| EDM = 0.00062 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -724869.0784588754 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.25 | 0.24 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.03 | 0.23 | | |-6.28319 | 6.28319 | | +| 2 | phi_s | 16.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 3 | psi2s_p | -2.45 | 0.05 | | |-6.28319 | 6.28319 | | +| 4 | rho_s | 0.27 | 0.48 | | |0.0253049| 2.0747 | | +| 5 | p4160_p | 4.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 6 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 7 | phi_p | -0.34 | 0.24 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | 3.9 | 0.3 | | |-6.28319 | 6.28319 | | +| 9 | p3770_s | 2.23 | 0.19 | | |0.918861 | 4.08114 | | +| 10| p4040_s | 0.7 | 0.3 | | |0.00501244| 2.01499 | | +| 11| rho_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 12| psi2s_s | 1366.1 | 1.2 | | | 1358.64 | 1433.36 | | +| 13| p4415_s | 1.03 | 0.30 | | |0.126447 | 2.35355 | | +| 14| p4160_s | 2.15 | 0.22 | | | 0.71676 | 3.68324 | | +| 15| jpsi_p | 1.468 | 0.017 | | |-6.28319 | 6.28319 | | +| 16| Dbar_s | -0.07 | 0.15 | | | -1.464 | 1.464 | | +| 17| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 18| Ctt | -0.4 | 0.5 | | | -0.5 | 0.5 | | +| 19| omega_p | -5.6 | 0.6 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p phi_s psi2s_p rho_s p4160_p omega_s phi_p p4040_p p3770_s p4040_s rho_p psi2s_s p4415_s p4160_s jpsi_p Dbar_s jpsi_s Ctt omega_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.465 -0.022 0.819 -0.130 0.803 0.077 -0.021 0.584 -0.228 -0.801 0.195 0.043 -0.747 -0.606 0.154 -0.883 0.022 -0.904 -0.141 | +| p4415_p | 0.465 1.000 -0.014 0.412 -0.085 0.552 0.051 -0.014 0.391 -0.088 -0.514 0.133 0.036 -0.475 -0.402 0.084 -0.416 0.016 -0.514 -0.095 | +| phi_s | -0.022 -0.014 1.000 -0.023 0.063 -0.024 -0.005 0.702 -0.020 -0.003 0.020 0.117 -0.003 0.020 0.014 -0.053 0.019 -0.002 0.028 0.011 | +| psi2s_p | 0.819 0.412 -0.023 1.000 -0.095 0.754 0.065 -0.023 0.469 -0.254 -0.797 0.159 0.036 -0.746 -0.654 0.159 -0.876 0.008 -0.841 -0.113 | +| rho_s | -0.130 -0.085 0.063 -0.095 1.000 -0.140 -0.481 0.023 -0.117 -0.012 0.126 -0.511 -0.024 0.121 0.085 -0.113 0.121 0.005 0.167 0.832 | +| p4160_p | 0.803 0.552 -0.024 0.754 -0.140 1.000 0.081 -0.023 0.558 -0.189 -0.864 0.204 0.058 -0.678 -0.589 0.173 -0.827 0.027 -0.886 -0.150 | +| omega_s | 0.077 0.051 -0.005 0.065 -0.481 0.081 1.000 0.031 0.066 -0.001 -0.074 0.317 0.010 -0.069 -0.050 0.064 -0.072 0.000 -0.092 -0.773 | +| phi_p | -0.021 -0.014 0.702 -0.023 0.023 -0.023 0.031 1.000 -0.021 -0.004 0.018 0.054 -0.005 0.016 0.010 -0.052 0.017 0.003 0.025 -0.008 | +| p4040_p | 0.584 0.391 -0.020 0.469 -0.117 0.558 0.066 -0.021 1.000 -0.145 -0.603 0.157 0.036 -0.414 -0.123 0.013 -0.515 0.023 -0.624 -0.122 | +| p3770_s | -0.228 -0.088 -0.003 -0.254 -0.012 -0.189 -0.001 -0.004 -0.145 1.000 0.242 -0.028 -0.011 0.183 0.166 -0.125 0.243 0.001 0.184 0.001 | +| p4040_s | -0.801 -0.514 0.020 -0.797 0.126 -0.864 -0.074 0.018 -0.603 0.242 1.000 -0.199 -0.057 0.727 0.537 -0.207 0.878 -0.024 0.897 0.139 | +| rho_p | 0.195 0.133 0.117 0.159 -0.511 0.204 0.317 0.054 0.157 -0.028 -0.199 1.000 0.012 -0.180 -0.137 -0.004 -0.195 0.017 -0.225 -0.627 | +| psi2s_s | 0.043 0.036 -0.003 0.036 -0.024 0.058 0.010 -0.005 0.036 -0.011 -0.057 0.012 1.000 -0.055 -0.046 0.007 -0.068 -0.359 -0.070 -0.019 | +| p4415_s | -0.747 -0.475 0.020 -0.746 0.121 -0.678 -0.069 0.016 -0.414 0.183 0.727 -0.180 -0.055 1.000 0.675 -0.236 0.838 -0.025 0.829 0.129 | +| p4160_s | -0.606 -0.402 0.014 -0.654 0.085 -0.589 -0.050 0.010 -0.123 0.166 0.537 -0.137 -0.046 0.675 1.000 -0.246 0.745 -0.018 0.684 0.093 | +| jpsi_p | 0.154 0.084 -0.053 0.159 -0.113 0.173 0.064 -0.052 0.013 -0.125 -0.207 -0.004 0.007 -0.236 -0.246 1.000 -0.212 0.020 -0.216 -0.084 | +| Dbar_s | -0.883 -0.416 0.019 -0.876 0.121 -0.827 -0.072 0.017 -0.515 0.243 0.878 -0.195 -0.068 0.838 0.745 -0.212 1.000 -0.014 0.968 0.134 | +| jpsi_s | 0.022 0.016 -0.002 0.008 0.005 0.027 0.000 0.003 0.023 0.001 -0.024 0.017 -0.359 -0.025 -0.018 0.020 -0.014 1.000 -0.032 -0.000 | +| Ctt | -0.904 -0.514 0.028 -0.841 0.167 -0.886 -0.092 0.025 -0.624 0.184 0.897 -0.225 -0.070 0.829 0.684 -0.216 0.968 -0.032 1.000 0.172 | +| omega_p | -0.141 -0.095 0.011 -0.113 0.832 -0.150 -0.773 -0.008 -0.122 0.001 0.139 -0.627 -0.019 0.129 0.093 -0.084 0.134 -0.000 0.172 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2418804105210608}), (, {'error': 0.22759498658464583}), (, {'error': 1.0498319026672496}), (, {'error': 0.049916768702112035}), (, {'error': 0.47785631000392415}), (, {'error': 0.1843477847662669}), (, {'error': 4.443036800527543}), (, {'error': 0.24193280765285197}), (, {'error': 0.3352015628881757}), (, {'error': 0.19466471003732466}), (, {'error': 0.33564689993814595}), (, {'error': 7.93126991619724}), (, {'error': 1.2018790496217662}), (, {'error': 0.29660342642543086}), (, {'error': 0.22150292972262497}), (, {'error': 0.017272837436107746}), (, {'error': 0.14885799707184266}), (, {'error': 18.84162163316614}), (, {'error': 0.5427709956348719}), (, {'error': 0.5834620804756518})]) +Toy 10/10 +Time taken: 13 h, 53 min +Projected time left: +Mean Ctt value = -0.38508505622208566 +Mean Ctt error = 0.3587916048370874 +Simulation ended diff --git a/prelim_results/slurm-2213954.out b/prelim_results/slurm-2213954.out new file mode 100644 index 0000000..fb72d7d --- /dev/null +++ b/prelim_results/slurm-2213954.out @@ -0,0 +1,9311 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 21:14:44.494083: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 21:14:44.500820: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 21:14:44.501023: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x563530acb060 executing computations on platform Host. Devices: +2019-07-07 21:14:44.501049: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 21:14:47.940587: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x563530b7e3e0 executing computations on platform CUDA. Devices: +2019-07-07 21:14:47.940715: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 21:14:47.942985: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:92:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 21:14:47.943038: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 21:14:47.968895: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 21:14:47.968958: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 21:14:47.968974: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 21:14:47.976081: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:92:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719740.6577335 Edm = 4.02208 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719740.6577335 Edm = 4.02208 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722905.3980722 Edm = 0.0832003 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -722906.3391321 Edm = 0.103446 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -722940.7036879 Edm = 9.67938 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -722953.4805406 Edm = 0.203544 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -722953.8163477 Edm = 0.19058 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -723178.2642833 Edm = 214.873 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -723179.2894928 Edm = 0.185831 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -723180.1764166 Edm = 0.699993 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -723334.2051796 Edm = 9.87406 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -723342.560853 Edm = 0.0818596 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -723342.6551078 Edm = 0.0221514 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -723346.3199726 Edm = 3.81184 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -723378.0857031 Edm = 0.0861582 NCalls = 57 +VariableMetric: Iteration # 14 - FCN = -723479.456053 Edm = 1.7503 NCalls = 60 +VariableMetric: Iteration # 15 - FCN = -723481.3572758 Edm = 0.0876987 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -723481.4515521 Edm = 0.00457375 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -723481.5220092 Edm = 0.0569134 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -723500.0859147 Edm = 12.6004 NCalls = 74 +VariableMetric: Iteration # 19 - FCN = -723522.388486 Edm = 0.936072 NCalls = 77 +VariableMetric: Iteration # 20 - FCN = -723523.1660905 Edm = 0.00648277 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -723523.1776597 Edm = 0.00538766 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -723524.5245479 Edm = 1.28297 NCalls = 88 +VariableMetric: Iteration # 23 - FCN = -723544.7673444 Edm = 5.71022 NCalls = 92 +VariableMetric: Iteration # 24 - FCN = -723553.2684313 Edm = 0.607156 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -723554.0484345 Edm = 0.148133 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -723554.478883 Edm = 0.201097 NCalls = 101 +VariableMetric: Iteration # 27 - FCN = -723555.0115181 Edm = 0.223478 NCalls = 104 +VariableMetric: Iteration # 28 - FCN = -723555.4248875 Edm = 0.159341 NCalls = 106 +VariableMetric: Iteration # 29 - FCN = -723555.6094948 Edm = 0.363544 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -723555.7706667 Edm = 0.0196115 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -723555.7906833 Edm = 0.00100679 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -723555.7916641 Edm = 0.000200967 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -723555.7937253 Edm = 0.0019742 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -723556.0510769 Edm = 0.0551414 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -723557.709719 Edm = 0.937551 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -723562.8572981 Edm = 0.0994433 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -723562.9649761 Edm = 0.022648 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -723563.0014197 Edm = 0.00259335 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -723563.0041868 Edm = 0.000323654 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -723563.0111469 Edm = 0.00757056 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -723563.4094706 Edm = 0.112026 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -723565.8183206 Edm = 3.64839 NCalls = 156 +VariableMetric: Iteration # 43 - FCN = -723570.6283007 Edm = 9.25592 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -723573.6268022 Edm = 5.48015 NCalls = 163 +VariableMetric: Iteration # 45 - FCN = -723578.6531413 Edm = 0.919761 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -723579.5758588 Edm = 0.358305 NCalls = 168 +VariableMetric: Iteration # 47 - FCN = -723580.1550989 Edm = 0.253354 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -723580.7496301 Edm = 0.0206817 NCalls = 172 +VariableMetric: Iteration # 49 - FCN = -723580.776223 Edm = 0.00288096 NCalls = 174 +VariableMetric: Iteration # 50 - FCN = -723580.7797327 Edm = 0.00123402 NCalls = 176 +VariableMetric: Iteration # 51 - FCN = -723580.7814973 Edm = 0.000730366 NCalls = 178 +VariableMetric: Iteration # 52 - FCN = -723580.7955991 Edm = 0.0144716 NCalls = 182 +VariableMetric: Iteration # 53 - FCN = -723581.8949182 Edm = 0.240512 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -723588.2049178 Edm = 2.50332 NCalls = 193 +VariableMetric: Iteration # 55 - FCN = -723590.5853081 Edm = 1.14027 NCalls = 196 +VariableMetric: Iteration # 56 - FCN = -723591.6310839 Edm = 0.0992682 NCalls = 198 +VariableMetric: Iteration # 57 - FCN = -723591.7089686 Edm = 0.0225341 NCalls = 200 +VariableMetric: Iteration # 58 - FCN = -723591.7330783 Edm = 0.0033386 NCalls = 202 +VariableMetric: Iteration # 59 - FCN = -723591.739577 Edm = 0.00384639 NCalls = 204 +VariableMetric: Iteration # 60 - FCN = -723591.7963602 Edm = 0.0603678 NCalls = 210 +VariableMetric: Iteration # 61 - FCN = -723591.7989652 Edm = 0.00547651 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -723591.8312922 Edm = 0.0402938 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -723592.0293046 Edm = 0.227944 NCalls = 223 +VariableMetric: Iteration # 64 - FCN = -723592.0383216 Edm = 0.0178669 NCalls = 226 +VariableMetric: Iteration # 65 - FCN = -723592.1622593 Edm = 0.0639281 NCalls = 231 +VariableMetric: Iteration # 66 - FCN = -723592.3532151 Edm = 0.0121573 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -723592.3649667 Edm = 0.00124792 NCalls = 234 +VariableMetric: Iteration # 68 - FCN = -723592.3692489 Edm = 0.00350459 NCalls = 236 +VariableMetric: Iteration # 69 - FCN = -723592.5057902 Edm = 0.119307 NCalls = 242 +VariableMetric: Iteration # 70 - FCN = -723598.3814121 Edm = 3.62783 NCalls = 247 +VariableMetric: Iteration # 71 - FCN = -723604.5163172 Edm = 0.979947 NCalls = 250 +VariableMetric: Iteration # 72 - FCN = -723605.2971263 Edm = 0.0540104 NCalls = 253 +VariableMetric: Iteration # 73 - FCN = -723605.333195 Edm = 0.00124765 NCalls = 255 +VariableMetric: Iteration # 74 - FCN = -723605.3345226 Edm = 0.00044233 NCalls = 257 +VariableMetric: Iteration # 75 - FCN = -723605.3357159 Edm = 0.000862299 NCalls = 259 +VariableMetric: Iteration # 76 - FCN = -723605.3822046 Edm = 0.0448089 NCalls = 264 +VariableMetric: Iteration # 77 - FCN = -723609.0795595 Edm = 0.666494 NCalls = 269 +VariableMetric: Iteration # 78 - FCN = -723609.8287595 Edm = 0.0212388 NCalls = 271 +VariableMetric: Iteration # 79 - FCN = -723609.8463385 Edm = 0.000554069 NCalls = 273 +VariableMetric: Iteration # 80 - FCN = -723609.846906 Edm = 3.87095e-05 NCalls = 275 +VariableMetric: After Hessian - FCN = -723609.846906 Edm = 8.37525 NCalls = 630 +VariableMetric: Iteration # 81 - FCN = -723609.846906 Edm = 8.37525 NCalls = 630 +VariableMetric: Iteration # 82 - FCN = -723611.6085911 Edm = 139.089 NCalls = 632 +VariableMetric: Iteration # 83 - FCN = -723618.6542679 Edm = 0.130486 NCalls = 634 +VariableMetric: Iteration # 84 - FCN = -723618.9337612 Edm = 0.0562246 NCalls = 636 +VariableMetric: Iteration # 85 - FCN = -723619.0583146 Edm = 0.0183298 NCalls = 641 +VariableMetric: Iteration # 86 - FCN = -723619.093934 Edm = 0.0118149 NCalls = 643 +VariableMetric: Iteration # 87 - FCN = -723619.1692924 Edm = 0.0266254 NCalls = 648 +VariableMetric: Iteration # 88 - FCN = -723619.2123443 Edm = 0.0175445 NCalls = 651 +VariableMetric: Iteration # 89 - FCN = -723619.2249144 Edm = 0.0104624 NCalls = 653 +VariableMetric: Iteration # 90 - FCN = -723619.2324448 Edm = 0.00837716 NCalls = 656 +VariableMetric: Iteration # 91 - FCN = -723619.2517649 Edm = 0.0103581 NCalls = 660 +VariableMetric: Iteration # 92 - FCN = -723619.2597166 Edm = 0.00327097 NCalls = 662 +VariableMetric: Iteration # 93 - FCN = -723619.2640371 Edm = 0.00116367 NCalls = 665 +VariableMetric: Iteration # 94 - FCN = -723619.2684923 Edm = 0.00223284 NCalls = 669 +VariableMetric: Iteration # 95 - FCN = -723619.2715863 Edm = 0.00355304 NCalls = 672 +VariableMetric: Iteration # 96 - FCN = -723619.2741607 Edm = 0.000747916 NCalls = 674 +VariableMetric: Iteration # 97 - FCN = -723619.2752583 Edm = 0.000624898 NCalls = 677 +VariableMetric: Iteration # 98 - FCN = -723619.2759809 Edm = 0.00041433 NCalls = 679 +VariableMetric: Iteration # 99 - FCN = -723619.2767677 Edm = 0.000302666 NCalls = 682 +VariableMetric: Iteration # 100 - FCN = -723619.277346 Edm = 0.000110383 NCalls = 685 +VariableMetric: Iteration # 101 - FCN = -723619.2775525 Edm = 0.000159648 NCalls = 687 +VariableMetric: Iteration # 102 - FCN = -723619.2776133 Edm = 4.37134e-05 NCalls = 689 +VariableMetric: After Hessian - FCN = -723619.2776133 Edm = 7.98519e-05 NCalls = 1054 +VariableMetric: Iteration # 103 - FCN = -723619.2776133 Edm = 7.98519e-05 NCalls = 1054 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720189.1498537 Edm = 5.63597 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720189.1498537 Edm = 5.63597 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723011.3035049 Edm = 0.154973 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -723015.5271079 Edm = 0.138252 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -723045.4326816 Edm = 20.1853 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -723094.1881547 Edm = 0.0903722 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -723094.7113134 Edm = 0.45786 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -723141.1062794 Edm = 4.08618 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -723145.3367829 Edm = 0.0969783 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -723148.4417812 Edm = 2.77141 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -723261.0702341 Edm = 4.48119 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -723266.8121413 Edm = 0.832301 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -723267.9324283 Edm = 0.160867 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -723268.1815709 Edm = 0.0161329 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -723268.2567062 Edm = 0.0583449 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -723274.0974877 Edm = 5.75669 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -723360.5889451 Edm = 3.54505 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -723364.8298975 Edm = 0.189553 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -723365.0487945 Edm = 0.0155602 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -723365.215295 Edm = 0.167561 NCalls = 64 +VariableMetric: Iteration # 19 - FCN = -723372.8039757 Edm = 6.08062 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -723412.893694 Edm = 5.84953 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -723419.0363365 Edm = 0.132412 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -723419.1716894 Edm = 0.00208055 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -723419.1755088 Edm = 0.00134842 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -723419.2214799 Edm = 0.0377533 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -723421.3751135 Edm = 1.29752 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -723431.5139909 Edm = 2.97881 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -723435.8558531 Edm = 0.132432 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -723435.9555579 Edm = 0.00178077 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -723435.9574721 Edm = 0.000833764 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -723435.9767435 Edm = 0.0176213 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -723437.9253474 Edm = 1.10405 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -723448.8047728 Edm = 2.40253 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -723451.449061 Edm = 0.450989 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -723451.8222406 Edm = 0.0562346 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -723451.8750493 Edm = 0.00622802 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -723451.8830718 Edm = 0.000775312 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -723451.8873211 Edm = 0.00311366 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -723452.080506 Edm = 0.197067 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -723455.6238698 Edm = 1.79358 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -723460.096857 Edm = 1.21273 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -723461.348313 Edm = 0.0291744 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -723461.3748338 Edm = 0.00289091 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -723461.3775607 Edm = 0.000419062 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -723461.3801146 Edm = 0.0017499 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -723461.5514877 Edm = 0.160179 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -723473.8365973 Edm = 3.05138 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -723478.1560307 Edm = 1.09624 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -723479.2159957 Edm = 0.118818 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -723479.4464379 Edm = 0.024669 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -723479.5044908 Edm = 0.00891148 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -723479.5297446 Edm = 0.00334768 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -723479.5392512 Edm = 0.00375191 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -723491.5249055 Edm = 13.239 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -723496.6475161 Edm = 120450 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -723498.6871009 Edm = 791921 NCalls = 199 +VariableMetric: Iteration # 56 - FCN = -723520.1671515 Edm = 77874.5 NCalls = 206 +VariableMetric: Iteration # 57 - FCN = -723544.0193139 Edm = 8051.37 NCalls = 213 +VariableMetric: Iteration # 58 - FCN = -723547.9280524 Edm = 3752.33 NCalls = 218 +VariableMetric: Iteration # 59 - FCN = -723549.7249561 Edm = 2149.67 NCalls = 222 +VariableMetric: Iteration # 60 - FCN = -723557.5616451 Edm = 4844.78 NCalls = 226 +VariableMetric: Iteration # 61 - FCN = -723562.617324 Edm = 220.095 NCalls = 229 +VariableMetric: Iteration # 62 - FCN = -723568.8196658 Edm = 2163.04 NCalls = 232 +VariableMetric: Iteration # 63 - FCN = -723571.4259082 Edm = 276.563 NCalls = 235 +VariableMetric: Iteration # 64 - FCN = -723579.6239061 Edm = 94.8298 NCalls = 237 +VariableMetric: Iteration # 65 - FCN = -723583.2613044 Edm = 43.8342 NCalls = 240 +VariableMetric: Iteration # 66 - FCN = -723585.2451939 Edm = 107.614 NCalls = 242 +VariableMetric: Iteration # 67 - FCN = -723588.0113092 Edm = 24.7884 NCalls = 244 +VariableMetric: Iteration # 68 - FCN = -723592.2088084 Edm = 49.9761 NCalls = 246 +VariableMetric: Iteration # 69 - FCN = -723595.0473761 Edm = 19.4862 NCalls = 248 +VariableMetric: Iteration # 70 - FCN = -723598.8257758 Edm = 20.95 NCalls = 250 +VariableMetric: Iteration # 71 - FCN = -723600.8558868 Edm = 15.0438 NCalls = 252 +VariableMetric: Iteration # 72 - FCN = -723603.2898732 Edm = 7.26486 NCalls = 254 +VariableMetric: Iteration # 73 - FCN = -723605.5638629 Edm = 4.58778 NCalls = 256 +VariableMetric: Iteration # 74 - FCN = -723606.2696419 Edm = 2.5862 NCalls = 258 +VariableMetric: Iteration # 75 - FCN = -723607.6962747 Edm = 4.26281 NCalls = 260 +VariableMetric: Iteration # 76 - FCN = -723609.1709795 Edm = 1.75952 NCalls = 263 +VariableMetric: Iteration # 77 - FCN = -723610.3091456 Edm = 0.896974 NCalls = 265 +VariableMetric: Iteration # 78 - FCN = -723611.3625857 Edm = 1.68647 NCalls = 267 +VariableMetric: Iteration # 79 - FCN = -723614.5262222 Edm = 2.40051 NCalls = 273 +VariableMetric: Iteration # 80 - FCN = -723614.9873886 Edm = 2.09762 NCalls = 276 +VariableMetric: Iteration # 81 - FCN = -723616.6983231 Edm = 1.33596 NCalls = 279 +VariableMetric: Iteration # 82 - FCN = -723618.0631866 Edm = 0.853779 NCalls = 280 +VariableMetric: Iteration # 83 - FCN = -723618.763568 Edm = 0.132113 NCalls = 282 +VariableMetric: Iteration # 84 - FCN = -723618.9579229 Edm = 0.0876384 NCalls = 284 +VariableMetric: Iteration # 85 - FCN = -723619.1442702 Edm = 0.0788662 NCalls = 287 +VariableMetric: Iteration # 86 - FCN = -723619.326268 Edm = 0.0520907 NCalls = 289 +VariableMetric: Iteration # 87 - FCN = -723619.4102748 Edm = 0.0415462 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -723619.4568865 Edm = 0.0363379 NCalls = 294 +VariableMetric: Iteration # 89 - FCN = -723619.5453562 Edm = 0.0353293 NCalls = 297 +VariableMetric: Iteration # 90 - FCN = -723619.5843265 Edm = 0.0223091 NCalls = 300 +VariableMetric: Iteration # 91 - FCN = -723619.6125718 Edm = 0.0106323 NCalls = 302 +VariableMetric: Iteration # 92 - FCN = -723619.6557401 Edm = 0.0336848 NCalls = 304 +VariableMetric: Iteration # 93 - FCN = -723619.6947768 Edm = 0.0352119 NCalls = 306 +VariableMetric: Iteration # 94 - FCN = -723619.726159 Edm = 0.00413757 NCalls = 309 +VariableMetric: Iteration # 95 - FCN = -723619.7331169 Edm = 0.00291273 NCalls = 311 +VariableMetric: Iteration # 96 - FCN = -723619.7355012 Edm = 0.00175964 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -723619.7419039 Edm = 0.00301301 NCalls = 316 +VariableMetric: Iteration # 98 - FCN = -723619.7513699 Edm = 0.00199902 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -723619.757138 Edm = 0.0016837 NCalls = 322 +VariableMetric: Iteration # 100 - FCN = -723619.7588451 Edm = 0.00456686 NCalls = 325 +VariableMetric: Iteration # 101 - FCN = -723619.7622798 Edm = 0.000466858 NCalls = 327 +VariableMetric: Iteration # 102 - FCN = -723619.762992 Edm = 8.44292e-05 NCalls = 329 +VariableMetric: Iteration # 103 - FCN = -723619.7630925 Edm = 2.87952e-05 NCalls = 331 +VariableMetric: After Hessian - FCN = -723619.7630925 Edm = 4.68704e-05 NCalls = 708 +VariableMetric: Iteration # 104 - FCN = -723619.7630925 Edm = 4.68704e-05 NCalls = 708 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719730.6108276 Edm = 2.13044 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719730.6108276 Edm = 2.13044 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721674.5558695 Edm = 0.941603 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -721680.4394028 Edm = 12.1587 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -721684.2091174 Edm = 2.31361 NCalls = 13 +VariableMetric: Iteration # 4 - FCN = -721890.5132219 Edm = 0.225353 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -721891.5048627 Edm = 0.143178 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -721898.1910945 Edm = 6.62245 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -722065.8525919 Edm = 4.44248 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -722075.0791503 Edm = 1.17183 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -722076.0598441 Edm = 0.0789168 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -722078.854422 Edm = 2.66387 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -722261.3932174 Edm = 20.3265 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -722295.1648244 Edm = 11.2734 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -722306.2169093 Edm = 3.03731 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -722311.4131063 Edm = 0.140928 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -722311.6013053 Edm = 0.0187206 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -722311.6873299 Edm = 0.0904262 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -722332.3243021 Edm = 8.30546 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -722413.0828848 Edm = 50.1923 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -722453.5102526 Edm = 3.04841 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -722456.8304189 Edm = 0.246744 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -722457.2592853 Edm = 0.152189 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -722457.5949027 Edm = 0.0190921 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -722457.6158652 Edm = 0.00491688 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -722457.6938415 Edm = 0.0662238 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -722470.5075202 Edm = 9.52978 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -722509.342381 Edm = 15.656 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -722518.2568292 Edm = 1.42404 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -722519.8695797 Edm = 0.241874 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -722520.1653073 Edm = 0.00789218 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -722520.1774135 Edm = 0.00360815 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -722520.3247587 Edm = 0.136129 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -722524.631746 Edm = 3.93484 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -722598.4622881 Edm = 29.7111 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -722626.1460384 Edm = 11.3185 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -722645.8286589 Edm = 2.90847 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -722650.1584161 Edm = 1.77515 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -722669.4243429 Edm = 23.0945 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -722670.2481863 Edm = 1.21021 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -722674.3276537 Edm = 2.94894 NCalls = 128 +VariableMetric: Iteration # 40 - FCN = -722707.825372 Edm = 7.40929 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -722712.4981483 Edm = 1.3435 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -722712.969044 Edm = 0.488134 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -722713.7559642 Edm = 0.362538 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -722715.4312552 Edm = 0.496236 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -722716.4231514 Edm = 0.738212 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -722720.2094909 Edm = 5.99291 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -722741.0046903 Edm = 12.9625 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -722741.670988 Edm = 2.79525 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -722781.0897433 Edm = 50.3818 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -722783.3370266 Edm = 2.27835 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -722783.6057622 Edm = 1.46184 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -722787.1691031 Edm = 5.87322 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -723165.7250036 Edm = 178.664 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -723167.776986 Edm = 15.7195 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -723168.7628164 Edm = 3.08467 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -723169.2187683 Edm = 0.877077 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -723192.3057248 Edm = 4.74688 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -723201.4799526 Edm = 3.0686 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -723218.4876266 Edm = 3.05701 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -723222.8331477 Edm = 0.207632 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -723223.205839 Edm = 0.0661896 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -723223.4179107 Edm = 0.120396 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -723269.9138719 Edm = 17.237 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -723307.5137871 Edm = 2.30714e+06 NCalls = 228 +VariableMetric: Iteration # 65 - FCN = -723311.0894352 Edm = 1.57977e+06 NCalls = 239 +VariableMetric: Iteration # 66 - FCN = -723438.0288327 Edm = 371411 NCalls = 247 +VariableMetric: Iteration # 67 - FCN = -723482.9148643 Edm = 29820.6 NCalls = 256 +VariableMetric: Iteration # 68 - FCN = -723503.719596 Edm = 6182.12 NCalls = 263 +VariableMetric: Iteration # 69 - FCN = -723508.0465265 Edm = 430.418 NCalls = 268 +VariableMetric: Iteration # 70 - FCN = -723509.8893004 Edm = 2275.75 NCalls = 271 +VariableMetric: Iteration # 71 - FCN = -723527.6883259 Edm = 814.344 NCalls = 274 +VariableMetric: Iteration # 72 - FCN = -723530.0093761 Edm = 15747.7 NCalls = 276 +VariableMetric: Iteration # 73 - FCN = -723547.9398413 Edm = 455.455 NCalls = 278 +VariableMetric: Iteration # 74 - FCN = -723553.5946073 Edm = 154.296 NCalls = 281 +VariableMetric: Iteration # 75 - FCN = -723559.9916175 Edm = 254.321 NCalls = 284 +VariableMetric: Iteration # 76 - FCN = -723579.8522779 Edm = 559.356 NCalls = 286 +VariableMetric: Iteration # 77 - FCN = -723594.8892068 Edm = 109.349 NCalls = 288 +VariableMetric: Iteration # 78 - FCN = -723601.1066889 Edm = 77.9909 NCalls = 290 +VariableMetric: Iteration # 79 - FCN = -723604.4473165 Edm = 40.5183 NCalls = 293 +VariableMetric: Iteration # 80 - FCN = -723606.4506383 Edm = 46.3584 NCalls = 295 +VariableMetric: Iteration # 81 - FCN = -723608.7099387 Edm = 14.0915 NCalls = 297 +VariableMetric: Iteration # 82 - FCN = -723612.5815112 Edm = 21.1488 NCalls = 299 +VariableMetric: Iteration # 83 - FCN = -723614.4023865 Edm = 8.03445 NCalls = 301 +VariableMetric: Iteration # 84 - FCN = -723615.1442038 Edm = 13.1669 NCalls = 303 +VariableMetric: Iteration # 85 - FCN = -723616.2672653 Edm = 1.46765 NCalls = 305 +VariableMetric: Iteration # 86 - FCN = -723617.4965296 Edm = 1.10535 NCalls = 308 +VariableMetric: Iteration # 87 - FCN = -723617.9175366 Edm = 0.548114 NCalls = 310 +VariableMetric: Iteration # 88 - FCN = -723618.4985472 Edm = 0.217051 NCalls = 313 +VariableMetric: Iteration # 89 - FCN = -723618.8548742 Edm = 0.0905218 NCalls = 315 +VariableMetric: Iteration # 90 - FCN = -723618.9597224 Edm = 0.0669406 NCalls = 317 +VariableMetric: Iteration # 91 - FCN = -723619.0108893 Edm = 0.0208704 NCalls = 319 +VariableMetric: Iteration # 92 - FCN = -723619.0404737 Edm = 0.0134282 NCalls = 321 +VariableMetric: Iteration # 93 - FCN = -723619.0608537 Edm = 0.00823808 NCalls = 323 +VariableMetric: Iteration # 94 - FCN = -723619.0808988 Edm = 0.00817744 NCalls = 325 +VariableMetric: Iteration # 95 - FCN = -723619.0974509 Edm = 0.00871885 NCalls = 327 +VariableMetric: Iteration # 96 - FCN = -723619.1173081 Edm = 0.0107786 NCalls = 329 +VariableMetric: Iteration # 97 - FCN = -723619.1393917 Edm = 0.00953646 NCalls = 332 +VariableMetric: Iteration # 98 - FCN = -723619.1473357 Edm = 0.00661006 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -723619.1557453 Edm = 0.00471323 NCalls = 337 +VariableMetric: Iteration # 100 - FCN = -723619.1662879 Edm = 0.00392249 NCalls = 340 +VariableMetric: Iteration # 101 - FCN = -723619.171356 Edm = 0.00352748 NCalls = 343 +VariableMetric: Iteration # 102 - FCN = -723619.1750394 Edm = 0.00168278 NCalls = 345 +VariableMetric: Iteration # 103 - FCN = -723619.1793441 Edm = 0.00272824 NCalls = 348 +VariableMetric: Iteration # 104 - FCN = -723619.1845015 Edm = 0.00177361 NCalls = 352 +VariableMetric: Iteration # 105 - FCN = -723619.185868 Edm = 0.00121858 NCalls = 354 +VariableMetric: Iteration # 106 - FCN = -723619.1870411 Edm = 0.000400127 NCalls = 356 +VariableMetric: Iteration # 107 - FCN = -723619.1878332 Edm = 0.000446495 NCalls = 359 +VariableMetric: Iteration # 108 - FCN = -723619.1884048 Edm = 0.000190501 NCalls = 361 +VariableMetric: Iteration # 109 - FCN = -723619.1886531 Edm = 5.89774e-05 NCalls = 363 +VariableMetric: After Hessian - FCN = -723619.1886531 Edm = 9.65958e-05 NCalls = 750 +VariableMetric: Iteration # 110 - FCN = -723619.1886531 Edm = 9.65958e-05 NCalls = 750 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719959.0882297 Edm = 3.97272 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719959.0882297 Edm = 3.97272 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722061.8615692 Edm = 1.29671 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -722178.9553123 Edm = 97.7239 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -722770.3828847 Edm = 0.0545324 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -722771.2135424 Edm = 0.820202 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -722789.0951368 Edm = 13.0615 NCalls = 27 +VariableMetric: Iteration # 6 - FCN = -722829.9833556 Edm = 2.39588 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -722831.958728 Edm = 0.0295307 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -722832.0546625 Edm = 0.0784273 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -722849.6613889 Edm = 20.5842 NCalls = 42 +VariableMetric: Iteration # 10 - FCN = -722849.8043445 Edm = 0.135517 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -722887.6955578 Edm = 2.04832 NCalls = 52 +VariableMetric: Iteration # 12 - FCN = -722980.8304642 Edm = 3.40528 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -722983.7131234 Edm = 0.0850709 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -722983.8096493 Edm = 0.00943289 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -722983.8448673 Edm = 0.0232083 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -722985.0168003 Edm = 1.24413 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -723020.7912329 Edm = 0.294871 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -723046.5704406 Edm = 0.474713 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -723047.1816981 Edm = 0.0123935 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -723047.1966405 Edm = 0.00175051 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -723047.2264574 Edm = 0.0203521 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -723048.3256647 Edm = 1.02757 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -723075.9293286 Edm = 0.618938 NCalls = 90 +VariableMetric: Iteration # 24 - FCN = -723076.8575937 Edm = 0.0438484 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -723076.9378438 Edm = 0.0141298 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -723077.0116729 Edm = 0.0184451 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -723077.0811331 Edm = 0.0344535 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -723080.0942751 Edm = 5.42116 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -723080.1439404 Edm = 0.146422 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -723080.8014055 Edm = 0.553397 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -723085.9135375 Edm = 1.73531 NCalls = 117 +VariableMetric: Iteration # 32 - FCN = -723087.2363431 Edm = 1.49099 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -723092.319534 Edm = 2.39221 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -723097.3740448 Edm = 4.10774 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -723101.2180947 Edm = 3.21629 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -723107.737446 Edm = 5.18277 NCalls = 133 +VariableMetric: Iteration # 37 - FCN = -723114.1776842 Edm = 1.63947 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -723115.8458199 Edm = 0.133721 NCalls = 137 +VariableMetric: Iteration # 39 - FCN = -723115.9617702 Edm = 0.00564257 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -723115.9688493 Edm = 0.00183421 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -723115.9995929 Edm = 0.0284579 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -723118.4517401 Edm = 2.24747 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -723186.948576 Edm = 15.3881 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -723211.9576084 Edm = 3.3863 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -723216.1089075 Edm = 1.83028 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -723225.5243876 Edm = 9.87232 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -723226.0778802 Edm = 0.858799 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -723229.1183163 Edm = 3.22446 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -723243.8478946 Edm = 18.1289 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -723256.762466 Edm = 7.52168 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -723277.1156261 Edm = 24.9574 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -723298.5778545 Edm = 28.9514 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -723310.4757604 Edm = 22.3524 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -723335.3240508 Edm = 29.0507 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -723386.4635702 Edm = 46.0815 NCalls = 194 +VariableMetric: Iteration # 56 - FCN = -723468.5639422 Edm = 105.862 NCalls = 203 +VariableMetric: Iteration # 57 - FCN = -723472.922036 Edm = 10.0359 NCalls = 205 +VariableMetric: Iteration # 58 - FCN = -723484.5385992 Edm = 8.45072 NCalls = 208 +VariableMetric: Iteration # 59 - FCN = -723492.5962801 Edm = 2.41239 NCalls = 211 +VariableMetric: Iteration # 60 - FCN = -723503.1646442 Edm = 4.09868 NCalls = 213 +VariableMetric: Iteration # 61 - FCN = -723509.1680311 Edm = 1.46114 NCalls = 215 +VariableMetric: Iteration # 62 - FCN = -723515.091512 Edm = 4.03402 NCalls = 217 +VariableMetric: Iteration # 63 - FCN = -723540.2484984 Edm = 8.01218 NCalls = 220 +VariableMetric: Iteration # 64 - FCN = -723547.1095193 Edm = 1.6165 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -723548.4312724 Edm = 0.133472 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -723548.5304564 Edm = 0.0079743 NCalls = 225 +VariableMetric: Iteration # 67 - FCN = -723548.5434164 Edm = 0.00382944 NCalls = 227 +VariableMetric: Iteration # 68 - FCN = -723548.5522126 Edm = 0.00744534 NCalls = 229 +VariableMetric: Iteration # 69 - FCN = -723548.6323617 Edm = 0.0675009 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -723549.4157501 Edm = 0.729313 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -723563.6685715 Edm = 7.88826 NCalls = 242 +VariableMetric: Iteration # 72 - FCN = -723587.4080006 Edm = 4.76467 NCalls = 245 +VariableMetric: Iteration # 73 - FCN = -723593.0396286 Edm = 0.474744 NCalls = 247 +VariableMetric: Iteration # 74 - FCN = -723593.7409192 Edm = 0.0371729 NCalls = 249 +VariableMetric: Iteration # 75 - FCN = -723593.7947439 Edm = 0.0068115 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -723593.802018 Edm = 0.00199306 NCalls = 253 +VariableMetric: Iteration # 77 - FCN = -723593.8042912 Edm = 0.00151028 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -723593.8386074 Edm = 0.0293076 NCalls = 259 +VariableMetric: Iteration # 79 - FCN = -723595.2551881 Edm = 1.4694 NCalls = 264 +VariableMetric: Iteration # 80 - FCN = -723597.8254347 Edm = 1.57416 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -723603.5778138 Edm = 0.224537 NCalls = 271 +VariableMetric: Iteration # 82 - FCN = -723603.7792509 Edm = 0.00938545 NCalls = 273 +VariableMetric: Iteration # 83 - FCN = -723603.7888789 Edm = 0.000340013 NCalls = 275 +VariableMetric: Iteration # 84 - FCN = -723603.7893493 Edm = 0.000181038 NCalls = 277 +VariableMetric: Iteration # 85 - FCN = -723603.7937912 Edm = 0.00374286 NCalls = 281 +VariableMetric: Iteration # 86 - FCN = -723603.9461079 Edm = 0.126656 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -723608.5428222 Edm = 1.34822 NCalls = 289 +VariableMetric: Iteration # 88 - FCN = -723610.5737673 Edm = 0.0435022 NCalls = 291 +VariableMetric: Iteration # 89 - FCN = -723610.6194797 Edm = 0.000812007 NCalls = 292 +VariableMetric: Iteration # 90 - FCN = -723610.6204218 Edm = 0.000137068 NCalls = 294 +VariableMetric: Iteration # 91 - FCN = -723610.6220555 Edm = 0.00153483 NCalls = 297 +VariableMetric: Iteration # 92 - FCN = -723610.7504276 Edm = 0.0848015 NCalls = 304 +VariableMetric: Iteration # 93 - FCN = -723612.8731539 Edm = 1.15461 NCalls = 308 +VariableMetric: Iteration # 94 - FCN = -723615.7120439 Edm = 0.0472075 NCalls = 310 +VariableMetric: Iteration # 95 - FCN = -723615.7626884 Edm = 0.00131657 NCalls = 312 +VariableMetric: Iteration # 96 - FCN = -723615.7641421 Edm = 5.87085e-05 NCalls = 314 +VariableMetric: After Hessian - FCN = -723615.7641421 Edm = 4.20693 NCalls = 673 +VariableMetric: Iteration # 97 - FCN = -723615.7641421 Edm = 4.20693 NCalls = 673 +VariableMetric: Iteration # 98 - FCN = -723616.4946612 Edm = 6.9356 NCalls = 676 +VariableMetric: Iteration # 99 - FCN = -723619.6739809 Edm = 0.0972454 NCalls = 678 +VariableMetric: Iteration # 100 - FCN = -723619.7855043 Edm = 0.0271195 NCalls = 680 +VariableMetric: Iteration # 101 - FCN = -723619.8228478 Edm = 0.0141796 NCalls = 683 +VariableMetric: Iteration # 102 - FCN = -723619.8385174 Edm = 0.00654177 NCalls = 685 +VariableMetric: Iteration # 103 - FCN = -723619.8520825 Edm = 0.00486265 NCalls = 687 +VariableMetric: Iteration # 104 - FCN = -723619.8626566 Edm = 0.00471074 NCalls = 690 +VariableMetric: Iteration # 105 - FCN = -723619.8746781 Edm = 0.0045961 NCalls = 693 +VariableMetric: Iteration # 106 - FCN = -723619.8811286 Edm = 0.00669953 NCalls = 696 +VariableMetric: Iteration # 107 - FCN = -723619.8871697 Edm = 0.00333357 NCalls = 698 +VariableMetric: Iteration # 108 - FCN = -723619.8915943 Edm = 0.00101423 NCalls = 701 +VariableMetric: Iteration # 109 - FCN = -723619.8953123 Edm = 0.00133799 NCalls = 704 +VariableMetric: Iteration # 110 - FCN = -723619.8990595 Edm = 0.00108007 NCalls = 708 +VariableMetric: Iteration # 111 - FCN = -723619.8994202 Edm = 0.00054833 NCalls = 710 +VariableMetric: Iteration # 112 - FCN = -723619.9003911 Edm = 0.000399219 NCalls = 713 +VariableMetric: Iteration # 113 - FCN = -723619.9010691 Edm = 0.000451975 NCalls = 715 +VariableMetric: Iteration # 114 - FCN = -723619.9016329 Edm = 7.97037e-05 NCalls = 718 +VariableMetric: Iteration # 115 - FCN = -723619.9017546 Edm = 2.73084e-05 NCalls = 720 +VariableMetric: After Hessian - FCN = -723619.9017546 Edm = 0.012668 NCalls = 1103 +VariableMetric: Iteration # 116 - FCN = -723619.9017546 Edm = 0.012668 NCalls = 1103 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719872.8404116 Edm = 1.45192 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719872.8404116 Edm = 1.45192 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722072.7818205 Edm = 1.66239 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -722072.7818205 Edm = 1.66239 NCalls = 23 +VariableMetric: After Hessian - FCN = -722072.7818205 Edm = 19788.8 NCalls = 374 +VariableMetric: Iteration # 3 - FCN = -722072.7818205 Edm = 19788.8 NCalls = 374 +VariableMetric: Iteration # 4 - FCN = -722420.2398186 Edm = 1.15772e+07 NCalls = 379 +VariableMetric: Iteration # 5 - FCN = -722678.1299762 Edm = 1085.49 NCalls = 386 +VariableMetric: Iteration # 6 - FCN = -722683.9352328 Edm = 9.25166 NCalls = 391 +VariableMetric: Iteration # 7 - FCN = -723112.8165918 Edm = 14.2886 NCalls = 396 +VariableMetric: Iteration # 8 - FCN = -723129.6299904 Edm = 6.45871 NCalls = 398 +VariableMetric: Iteration # 9 - FCN = -723346.5349926 Edm = 64.5147 NCalls = 402 +VariableMetric: Iteration # 10 - FCN = -723495.7312497 Edm = 7.289 NCalls = 405 +VariableMetric: Iteration # 11 - FCN = -723505.5820416 Edm = 1.0741 NCalls = 408 +VariableMetric: Iteration # 12 - FCN = -723510.6238085 Edm = 3.11484 NCalls = 410 +VariableMetric: Iteration # 13 - FCN = -723546.5674878 Edm = 2.25869 NCalls = 413 +VariableMetric: Iteration # 14 - FCN = -723549.1802418 Edm = 0.212089 NCalls = 415 +VariableMetric: Iteration # 15 - FCN = -723555.4396781 Edm = 1.05268 NCalls = 419 +VariableMetric: Iteration # 16 - FCN = -723556.7630944 Edm = 0.0529512 NCalls = 421 +VariableMetric: Iteration # 17 - FCN = -723556.9019432 Edm = 0.0867255 NCalls = 423 +VariableMetric: Iteration # 18 - FCN = -723559.2856165 Edm = 1.51032 NCalls = 427 +VariableMetric: Iteration # 19 - FCN = -723564.518355 Edm = 0.147896 NCalls = 429 +VariableMetric: Iteration # 20 - FCN = -723564.7572225 Edm = 0.0457054 NCalls = 431 +VariableMetric: Iteration # 21 - FCN = -723565.3654378 Edm = 0.469873 NCalls = 434 +VariableMetric: Iteration # 22 - FCN = -723579.6953141 Edm = 1.57818 NCalls = 438 +VariableMetric: Iteration # 23 - FCN = -723581.2338473 Edm = 0.0765165 NCalls = 440 +VariableMetric: Iteration # 24 - FCN = -723581.4452387 Edm = 0.133627 NCalls = 442 +VariableMetric: Iteration # 25 - FCN = -723583.6826852 Edm = 1.41944 NCalls = 446 +VariableMetric: Iteration # 26 - FCN = -723588.9329939 Edm = 0.31905 NCalls = 449 +VariableMetric: Iteration # 27 - FCN = -723589.280871 Edm = 0.0279329 NCalls = 450 +VariableMetric: Iteration # 28 - FCN = -723589.352483 Edm = 0.0364834 NCalls = 452 +VariableMetric: Iteration # 29 - FCN = -723589.8103347 Edm = 0.400079 NCalls = 455 +VariableMetric: Iteration # 30 - FCN = -723594.5567513 Edm = 0.487315 NCalls = 459 +VariableMetric: Iteration # 31 - FCN = -723595.1362465 Edm = 0.0140256 NCalls = 461 +VariableMetric: Iteration # 32 - FCN = -723595.1703628 Edm = 0.0190289 NCalls = 463 +VariableMetric: Iteration # 33 - FCN = -723597.1096781 Edm = 1.72535 NCalls = 468 +VariableMetric: Iteration # 34 - FCN = -723610.596078 Edm = 0.605104 NCalls = 471 +VariableMetric: Iteration # 35 - FCN = -723611.2660061 Edm = 0.0460589 NCalls = 472 +VariableMetric: Iteration # 36 - FCN = -723611.3134541 Edm = 0.00831375 NCalls = 474 +VariableMetric: Iteration # 37 - FCN = -723611.4167544 Edm = 0.0813925 NCalls = 477 +VariableMetric: Iteration # 38 - FCN = -723613.1520851 Edm = 0.525661 NCalls = 481 +VariableMetric: Iteration # 39 - FCN = -723613.9552398 Edm = 0.0301114 NCalls = 483 +VariableMetric: Iteration # 40 - FCN = -723613.9881465 Edm = 0.00390693 NCalls = 485 +VariableMetric: Iteration # 41 - FCN = -723614.0007587 Edm = 0.00944777 NCalls = 487 +VariableMetric: Iteration # 42 - FCN = -723614.6994296 Edm = 0.442822 NCalls = 493 +VariableMetric: Iteration # 43 - FCN = -723616.2019788 Edm = 0.179651 NCalls = 497 +VariableMetric: Iteration # 44 - FCN = -723616.4982651 Edm = 0.0278358 NCalls = 499 +VariableMetric: Iteration # 45 - FCN = -723616.5471902 Edm = 0.00389572 NCalls = 501 +VariableMetric: Iteration # 46 - FCN = -723616.5524742 Edm = 0.000234387 NCalls = 503 +VariableMetric: Iteration # 47 - FCN = -723616.5528549 Edm = 0.00019799 NCalls = 505 +VariableMetric: Iteration # 48 - FCN = -723616.563006 Edm = 0.00997405 NCalls = 510 +VariableMetric: Iteration # 49 - FCN = -723617.4412965 Edm = 0.143413 NCalls = 515 +VariableMetric: Iteration # 50 - FCN = -723617.614836 Edm = 0.00652312 NCalls = 517 +VariableMetric: Iteration # 51 - FCN = -723617.6222953 Edm = 0.00079478 NCalls = 519 +VariableMetric: Iteration # 52 - FCN = -723617.623335 Edm = 0.000258262 NCalls = 521 +VariableMetric: Iteration # 53 - FCN = -723617.6242522 Edm = 0.000654749 NCalls = 523 +VariableMetric: Iteration # 54 - FCN = -723617.6752242 Edm = 0.0523764 NCalls = 528 +VariableMetric: Iteration # 55 - FCN = -723617.8777374 Edm = 0.166702 NCalls = 534 +VariableMetric: Iteration # 56 - FCN = -723618.61617 Edm = 0.0327415 NCalls = 537 +VariableMetric: Iteration # 57 - FCN = -723618.6418466 Edm = 0.00102034 NCalls = 539 +VariableMetric: Iteration # 58 - FCN = -723618.6427441 Edm = 0.000113569 NCalls = 541 +VariableMetric: Iteration # 59 - FCN = -723618.642982 Edm = 0.000170515 NCalls = 543 +VariableMetric: Iteration # 60 - FCN = -723618.6498575 Edm = 0.006549 NCalls = 548 +VariableMetric: Iteration # 61 - FCN = -723618.7945258 Edm = 0.0609609 NCalls = 552 +VariableMetric: Iteration # 62 - FCN = -723618.8681411 Edm = 0.00398502 NCalls = 554 +VariableMetric: Iteration # 63 - FCN = -723618.8717342 Edm = 4.28048e-05 NCalls = 556 +VariableMetric: After Hessian - FCN = -723618.8717342 Edm = 0.18802 NCalls = 921 +VariableMetric: Iteration # 64 - FCN = -723618.8717342 Edm = 0.18802 NCalls = 921 +VariableMetric: Iteration # 65 - FCN = -723619.0511448 Edm = 0.046214 NCalls = 923 +VariableMetric: Iteration # 66 - FCN = -723619.0587265 Edm = 0.00491751 NCalls = 925 +VariableMetric: Iteration # 67 - FCN = -723619.0639275 Edm = 0.000914188 NCalls = 928 +VariableMetric: Iteration # 68 - FCN = -723619.0669637 Edm = 0.00201097 NCalls = 930 +VariableMetric: Iteration # 69 - FCN = -723619.0686393 Edm = 0.00099061 NCalls = 932 +VariableMetric: Iteration # 70 - FCN = -723619.0702711 Edm = 0.000185539 NCalls = 935 +VariableMetric: Iteration # 71 - FCN = -723619.0707671 Edm = 0.000101621 NCalls = 939 +VariableMetric: Iteration # 72 - FCN = -723619.070849 Edm = 7.20535e-05 NCalls = 941 +VariableMetric: Iteration # 73 - FCN = -723619.0709043 Edm = 5.82943e-06 NCalls = 943 +VariableMetric: After Hessian - FCN = -723619.0709043 Edm = 8.62899e-06 NCalls = 1318 +VariableMetric: Iteration # 74 - FCN = -723619.0709043 Edm = 8.62899e-06 NCalls = 1318 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717858.8344975 Edm = 9.66999 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717858.8344975 Edm = 9.66999 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721755.4463527 Edm = 1.57069 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721765.9205901 Edm = 1.98148 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -721839.8012396 Edm = 54.4387 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -722110.1448832 Edm = 0.491691 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -722110.7914089 Edm = 0.157199 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -722120.5237217 Edm = 14.2839 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -722122.8169996 Edm = 2.19756 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -722216.105832 Edm = 30.1409 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -722254.6176334 Edm = 2.9253 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -722256.9486553 Edm = 0.180903 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -722304.9575512 Edm = 50.0575 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -722308.2129578 Edm = 3.46085 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -722392.444715 Edm = 40.9371 NCalls = 62 +VariableMetric: Iteration # 14 - FCN = -722455.5167327 Edm = 3.20145 NCalls = 64 +VariableMetric: Iteration # 15 - FCN = -722457.4340421 Edm = 0.229915 NCalls = 66 +VariableMetric: Iteration # 16 - FCN = -722457.6634584 Edm = 0.00732181 NCalls = 68 +VariableMetric: Iteration # 17 - FCN = -722457.7293535 Edm = 0.0579695 NCalls = 71 +VariableMetric: Iteration # 18 - FCN = -722481.2881592 Edm = 13.3793 NCalls = 77 +VariableMetric: Iteration # 19 - FCN = -722532.1480377 Edm = 1.00608 NCalls = 81 +VariableMetric: Iteration # 20 - FCN = -722533.7836857 Edm = 0.0628754 NCalls = 83 +VariableMetric: Iteration # 21 - FCN = -722533.8474778 Edm = 0.00551189 NCalls = 84 +VariableMetric: Iteration # 22 - FCN = -722533.8757896 Edm = 0.0184881 NCalls = 87 +VariableMetric: Iteration # 23 - FCN = -722534.6705144 Edm = 0.7119 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -722576.3164877 Edm = 2.52307 NCalls = 96 +VariableMetric: Iteration # 25 - FCN = -722578.9224507 Edm = 0.136124 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -722579.0890235 Edm = 0.0239753 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -722579.1153067 Edm = 0.00487605 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -722579.1439877 Edm = 0.0300716 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -722581.4145577 Edm = 2.17429 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -722622.9593307 Edm = 3.98692 NCalls = 116 +VariableMetric: Iteration # 31 - FCN = -722629.5874667 Edm = 2.14227 NCalls = 118 +VariableMetric: Iteration # 32 - FCN = -722633.2560599 Edm = 2.347 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -722636.3552797 Edm = 2.83658 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -722638.5263717 Edm = 0.367173 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -722639.0229504 Edm = 0.0063093 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -722639.0313025 Edm = 0.00388661 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -722639.0679828 Edm = 0.0363843 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -722639.4036729 Edm = 0.332861 NCalls = 139 +VariableMetric: Iteration # 39 - FCN = -722839.9397267 Edm = 243.682 NCalls = 147 +VariableMetric: Iteration # 40 - FCN = -722840.9531704 Edm = 0.862044 NCalls = 149 +VariableMetric: Iteration # 41 - FCN = -722842.7835741 Edm = 2.21811 NCalls = 151 +VariableMetric: Iteration # 42 - FCN = -722846.135057 Edm = 3.07094 NCalls = 154 +VariableMetric: Iteration # 43 - FCN = -722862.3605359 Edm = 16.2919 NCalls = 159 +VariableMetric: Iteration # 44 - FCN = -722877.1064874 Edm = 12.9654 NCalls = 164 +VariableMetric: Iteration # 45 - FCN = -723010.6854096 Edm = 43.3093 NCalls = 168 +VariableMetric: Iteration # 46 - FCN = -723100.4628571 Edm = 36.4832 NCalls = 170 +VariableMetric: Iteration # 47 - FCN = -723134.8166053 Edm = 5.68188 NCalls = 172 +VariableMetric: Iteration # 48 - FCN = -723142.3957013 Edm = 1.53377 NCalls = 174 +VariableMetric: Iteration # 49 - FCN = -723143.3427147 Edm = 1.00552 NCalls = 176 +VariableMetric: Iteration # 50 - FCN = -723144.9041196 Edm = 0.153777 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -723145.1755198 Edm = 0.0235002 NCalls = 180 +VariableMetric: Iteration # 52 - FCN = -723145.216528 Edm = 0.0180931 NCalls = 182 +VariableMetric: Iteration # 53 - FCN = -723145.2745937 Edm = 0.0552653 NCalls = 185 +VariableMetric: Iteration # 54 - FCN = -723149.8616666 Edm = 4.58108 NCalls = 192 +VariableMetric: Iteration # 55 - FCN = -723279.8561785 Edm = 37.9637 NCalls = 197 +VariableMetric: Iteration # 56 - FCN = -723305.3577659 Edm = 11.9156 NCalls = 199 +VariableMetric: Iteration # 57 - FCN = -723310.979959 Edm = 7.80779 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -723313.9225192 Edm = 0.602828 NCalls = 203 +VariableMetric: Iteration # 59 - FCN = -723314.7289296 Edm = 0.250151 NCalls = 205 +VariableMetric: Iteration # 60 - FCN = -723315.5220566 Edm = 0.284734 NCalls = 207 +VariableMetric: Iteration # 61 - FCN = -723316.4197447 Edm = 0.202305 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -723316.697335 Edm = 0.0119008 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -723316.7159705 Edm = 0.00496456 NCalls = 213 +VariableMetric: Iteration # 64 - FCN = -723317.5661161 Edm = 0.892862 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -723317.9862498 Edm = 0.40819 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -723318.2697575 Edm = 0.266109 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -723358.0408774 Edm = 43.6657 NCalls = 240 +VariableMetric: Iteration # 68 - FCN = -723416.8250156 Edm = 165.544 NCalls = 242 +VariableMetric: Iteration # 69 - FCN = -723429.6827169 Edm = 17.0205 NCalls = 244 +VariableMetric: Iteration # 70 - FCN = -723448.9059237 Edm = 5.62092 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -723451.9579039 Edm = 0.509363 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -723452.4279627 Edm = 0.0479855 NCalls = 249 +VariableMetric: Iteration # 73 - FCN = -723452.5061232 Edm = 0.017703 NCalls = 251 +VariableMetric: Iteration # 74 - FCN = -723452.5271803 Edm = 0.00571727 NCalls = 253 +VariableMetric: Iteration # 75 - FCN = -723452.5654057 Edm = 0.026796 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -723452.6868174 Edm = 0.0667873 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -723452.7808561 Edm = 0.0169008 NCalls = 261 +VariableMetric: Iteration # 78 - FCN = -723452.8274674 Edm = 0.0206887 NCalls = 263 +VariableMetric: Iteration # 79 - FCN = -723453.1795701 Edm = 0.31271 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -723470.2954689 Edm = 14.1791 NCalls = 272 +VariableMetric: Iteration # 81 - FCN = -723518.4390843 Edm = 4.90474 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -723522.316601 Edm = 0.0452196 NCalls = 276 +VariableMetric: Iteration # 83 - FCN = -723522.363491 Edm = 0.00452583 NCalls = 278 +VariableMetric: Iteration # 84 - FCN = -723522.3691553 Edm = 0.0012226 NCalls = 280 +VariableMetric: Iteration # 85 - FCN = -723522.3816282 Edm = 0.0119419 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -723522.6272032 Edm = 0.375098 NCalls = 289 +VariableMetric: Iteration # 87 - FCN = -723522.7479474 Edm = 0.118657 NCalls = 294 +VariableMetric: Iteration # 88 - FCN = -723523.0117948 Edm = 0.252348 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -723553.3704285 Edm = 5.05033 NCalls = 305 +VariableMetric: Iteration # 90 - FCN = -723559.5877628 Edm = 0.156424 NCalls = 307 +VariableMetric: Iteration # 91 - FCN = -723559.768708 Edm = 0.00615898 NCalls = 309 +VariableMetric: Iteration # 92 - FCN = -723559.7803181 Edm = 0.00213615 NCalls = 311 +VariableMetric: Iteration # 93 - FCN = -723559.7842765 Edm = 0.000215783 NCalls = 313 +VariableMetric: Iteration # 94 - FCN = -723559.7847473 Edm = 0.000210819 NCalls = 315 +VariableMetric: Iteration # 95 - FCN = -723559.7873334 Edm = 0.0019714 NCalls = 318 +VariableMetric: Iteration # 96 - FCN = -723559.8315309 Edm = 0.0358 NCalls = 322 +VariableMetric: Iteration # 97 - FCN = -723560.8388825 Edm = 0.416858 NCalls = 326 +VariableMetric: Iteration # 98 - FCN = -723561.6498687 Edm = 0.0611947 NCalls = 328 +VariableMetric: Iteration # 99 - FCN = -723561.7127271 Edm = 0.00160609 NCalls = 329 +VariableMetric: Iteration # 100 - FCN = -723561.7144077 Edm = 4.19944e-06 NCalls = 331 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717557.4906861 Edm = 6.33097 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717557.4906861 Edm = 6.33097 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721864.9878934 Edm = 5.22058 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721875.5659683 Edm = 6.98718 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -722496.4851881 Edm = 0.645055 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -722497.2366523 Edm = 0.0738548 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -722606.5550713 Edm = 22.4186 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -722714.3929774 Edm = 26.9102 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -722760.3999489 Edm = 0.356836 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -722761.2975977 Edm = 0.526118 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -722939.1401961 Edm = 56.985 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -723028.853233 Edm = 2.88739 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -723031.1458769 Edm = 0.211728 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -723031.3170264 Edm = 0.022181 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -723031.3522054 Edm = 0.00569454 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -723031.6388403 Edm = 0.268026 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -723147.3288875 Edm = 4.02375 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -723151.9759932 Edm = 0.126946 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -723152.148896 Edm = 0.00571847 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -723152.1574534 Edm = 0.00284638 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -723152.2602508 Edm = 0.0753412 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -723153.9909593 Edm = 1.5564 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -723209.2095536 Edm = 4.68848 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -723214.9485159 Edm = 0.405664 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -723215.4065031 Edm = 0.0260625 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -723215.4317379 Edm = 0.00401107 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -723215.5007947 Edm = 0.0564246 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -723218.2608205 Edm = 2.36403 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -723235.5276245 Edm = 4.13756 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -723238.5078643 Edm = 0.16236 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -723238.667542 Edm = 0.00230265 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -723238.670931 Edm = 0.00109519 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -723238.683704 Edm = 0.0141943 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -723239.2061261 Edm = 0.569945 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -723239.2178179 Edm = 0.0106887 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -723239.3212302 Edm = 0.102028 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -723281.3783673 Edm = 16.2315 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -723301.432651 Edm = 6.22946 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -723342.3361838 Edm = 10.2329 NCalls = 138 +VariableMetric: Iteration # 38 - FCN = -723346.0853301 Edm = 1.3711 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -723347.5341174 Edm = 0.0649691 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -723347.6018244 Edm = 0.0101009 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -723347.6084107 Edm = 0.0079549 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -723347.6280832 Edm = 0.0203769 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -723349.7357899 Edm = 1.8372 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -723371.8393418 Edm = 10.0284 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -723384.9530155 Edm = 16.661 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -723408.3134983 Edm = 12.8216 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -723431.0035298 Edm = 33.6932 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -723439.1641775 Edm = 7.31494 NCalls = 168 +VariableMetric: Iteration # 49 - FCN = -723447.4713549 Edm = 9.00653 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -723452.0046974 Edm = 2.23498 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -723454.1140433 Edm = 0.311487 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -723454.4625894 Edm = 0.121446 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -723454.6336532 Edm = 0.0715401 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -723454.7583233 Edm = 0.00775332 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -723454.7688675 Edm = 0.00185189 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -723454.7733879 Edm = 0.000996986 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -723454.7837417 Edm = 0.0087703 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -723455.0151846 Edm = 0.191123 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -723459.2388461 Edm = 2.68154 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -723465.8123629 Edm = 3.82279 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -723468.4068764 Edm = 0.354662 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -723468.7150376 Edm = 0.0128792 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -723468.7267071 Edm = 0.00159473 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -723468.7299129 Edm = 0.00196016 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -723468.740535 Edm = 0.00748272 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -723468.8903886 Edm = 0.154877 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -723475.9741358 Edm = 6.82263 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -723476.0128119 Edm = 0.00972602 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -723476.5449411 Edm = 0.616295 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -723480.8438707 Edm = 4.62307 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -723481.0041004 Edm = 0.141751 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -723481.4874763 Edm = 0.470788 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -723488.9619263 Edm = 12.1413 NCalls = 247 +VariableMetric: Iteration # 74 - FCN = -723492.1645397 Edm = 2.98069 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -723505.1869708 Edm = 9.24988 NCalls = 255 +VariableMetric: Iteration # 76 - FCN = -723521.6010898 Edm = 13.9478 NCalls = 257 +VariableMetric: Iteration # 77 - FCN = -723534.14995 Edm = 6.53316 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -723543.6402921 Edm = 2.42736 NCalls = 263 +VariableMetric: Iteration # 79 - FCN = -723546.3255635 Edm = 0.895041 NCalls = 265 +VariableMetric: Iteration # 80 - FCN = -723551.228967 Edm = 5.6697 NCalls = 270 +VariableMetric: Iteration # 81 - FCN = -723554.9569061 Edm = 12.1892 NCalls = 274 +VariableMetric: Iteration # 82 - FCN = -723558.0552805 Edm = 2.1765 NCalls = 277 +VariableMetric: Iteration # 83 - FCN = -723562.0852722 Edm = 2.21542 NCalls = 280 +VariableMetric: Iteration # 84 - FCN = -723568.4460651 Edm = 5.37702 NCalls = 284 +VariableMetric: Iteration # 85 - FCN = -723574.0495544 Edm = 2.48413 NCalls = 288 +VariableMetric: Iteration # 86 - FCN = -723576.1209768 Edm = 0.6207 NCalls = 290 +VariableMetric: Iteration # 87 - FCN = -723576.5420835 Edm = 0.0866282 NCalls = 292 +VariableMetric: Iteration # 88 - FCN = -723576.6217967 Edm = 0.0139793 NCalls = 294 +VariableMetric: Iteration # 89 - FCN = -723576.6337593 Edm = 0.00177427 NCalls = 295 +VariableMetric: Iteration # 90 - FCN = -723576.6360141 Edm = 0.000481742 NCalls = 297 +VariableMetric: Iteration # 91 - FCN = -723576.6373777 Edm = 0.000941527 NCalls = 299 +VariableMetric: Iteration # 92 - FCN = -723576.6505334 Edm = 0.00922166 NCalls = 303 +VariableMetric: Iteration # 93 - FCN = -723576.7032044 Edm = 0.0419901 NCalls = 306 +VariableMetric: Iteration # 94 - FCN = -723577.3912981 Edm = 0.58966 NCalls = 310 +VariableMetric: Iteration # 95 - FCN = -723587.8468976 Edm = 4.35598 NCalls = 315 +VariableMetric: Iteration # 96 - FCN = -723596.2176772 Edm = 1.4006 NCalls = 317 +VariableMetric: Iteration # 97 - FCN = -723597.7530068 Edm = 0.197345 NCalls = 319 +VariableMetric: Iteration # 98 - FCN = -723597.9554532 Edm = 0.00746479 NCalls = 321 +VariableMetric: Iteration # 99 - FCN = -723597.9622477 Edm = 0.000266312 NCalls = 323 +VariableMetric: Iteration # 100 - FCN = -723597.9625772 Edm = 0.000109244 NCalls = 325 +VariableMetric: Iteration # 101 - FCN = -723597.9652603 Edm = 0.0029255 NCalls = 329 +VariableMetric: Iteration # 102 - FCN = -723598.0539753 Edm = 0.0606203 NCalls = 336 +VariableMetric: Iteration # 103 - FCN = -723598.0575551 Edm = 7.64887e-05 NCalls = 337 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716694.3726512 Edm = 10.2156 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716694.3726512 Edm = 10.2156 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721141.25414 Edm = 1.37622 NCalls = 12 +VariableMetric: Iteration # 2 - FCN = -721195.8944128 Edm = 31.4486 NCalls = 17 +VariableMetric: Iteration # 3 - FCN = -721908.1822022 Edm = 166.532 NCalls = 22 +VariableMetric: Iteration # 4 - FCN = -721998.0107767 Edm = 0.256044 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -721999.0400681 Edm = 0.738661 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -722027.8716496 Edm = 15.5876 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -722049.4491025 Edm = 0.0693649 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -722049.5565144 Edm = 0.0465461 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -722070.7305419 Edm = 17.2821 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -722164.8271121 Edm = 2.87404 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -722168.7448862 Edm = 0.159381 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -722168.9780036 Edm = 0.0262533 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -722169.3214342 Edm = 0.285003 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -722202.2819102 Edm = 20.2833 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -722254.3689069 Edm = 7.14744 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -722261.3060631 Edm = 0.0796935 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -722261.4163107 Edm = 0.0181419 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -722261.4675569 Edm = 0.0344726 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -722262.3861355 Edm = 0.737121 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -722269.9382228 Edm = 5.91597 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -722311.3392774 Edm = 17.3841 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -722340.3246134 Edm = 3.69806 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -722349.8888677 Edm = 5.78968 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -722355.3616085 Edm = 1.57442 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -722358.0709686 Edm = 2.17224 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -722360.3476144 Edm = 0.732775 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -722361.0094375 Edm = 0.144128 NCalls = 93 +VariableMetric: Iteration # 28 - FCN = -722361.1407606 Edm = 0.00842198 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -722361.1514816 Edm = 0.00328823 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -722361.1654143 Edm = 0.0167992 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -722363.2894296 Edm = 1.97575 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -722542.7396243 Edm = 171.909 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -722587.8689348 Edm = 177.865 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -722645.6967045 Edm = 42.9974 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -722669.4332162 Edm = 10.1246 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -722679.709592 Edm = 4.04537 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -722686.4644129 Edm = 3.70154 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -722723.8568695 Edm = 24.4783 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -722724.9636065 Edm = 2.37191 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -722730.0762108 Edm = 3.94162 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -722756.7431706 Edm = 11.3195 NCalls = 144 +VariableMetric: Iteration # 42 - FCN = -722818.1403399 Edm = 138.171 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -722878.4929998 Edm = 187.222 NCalls = 157 +VariableMetric: Iteration # 44 - FCN = -723026.879704 Edm = 44.4266 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -723107.4703036 Edm = 20.3656 NCalls = 164 +VariableMetric: Iteration # 46 - FCN = -723125.6086782 Edm = 13.1461 NCalls = 166 +VariableMetric: Iteration # 47 - FCN = -723131.4789244 Edm = 3.0671 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -723136.2289014 Edm = 1.77285 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -723137.5410717 Edm = 0.0708552 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -723137.6140473 Edm = 0.014172 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -723137.7457927 Edm = 0.120952 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -723145.7859519 Edm = 7.84454 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -723207.0587734 Edm = 24.6123 NCalls = 188 +VariableMetric: Iteration # 54 - FCN = -723260.0289724 Edm = 33.8123 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -723274.9604996 Edm = 6.01547 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -723281.4096875 Edm = 1.60762 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -723284.8821997 Edm = 1.24646 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -723285.7294239 Edm = 0.429428 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -723286.0153241 Edm = 0.012961 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -723286.0420699 Edm = 0.0094806 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -723286.363522 Edm = 0.274507 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -723291.6985458 Edm = 3.72706 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -723320.4729188 Edm = 11.6776 NCalls = 215 +VariableMetric: Iteration # 64 - FCN = -723364.7809148 Edm = 5.83835 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -723375.0989894 Edm = 3.69109 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -723380.8035565 Edm = 1.86228 NCalls = 222 +VariableMetric: Iteration # 67 - FCN = -723383.6183124 Edm = 0.331647 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -723384.1327296 Edm = 0.0892088 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -723384.1979177 Edm = 0.0147599 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -723384.2111135 Edm = 0.00164171 NCalls = 230 +VariableMetric: Iteration # 71 - FCN = -723384.2176619 Edm = 0.00409871 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -723384.2411168 Edm = 0.00898922 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -723384.3634339 Edm = 0.117498 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -723392.5551547 Edm = 4.90484 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -723403.5420601 Edm = 8.88224 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -723411.7731647 Edm = 1.42968 NCalls = 250 +VariableMetric: Iteration # 77 - FCN = -723413.5847746 Edm = 0.224259 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -723415.0833043 Edm = 0.642578 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -723415.2750449 Edm = 0.511256 NCalls = 260 +VariableMetric: Iteration # 80 - FCN = -723416.2538852 Edm = 0.90931 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -723417.9813992 Edm = 0.369381 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -723418.703717 Edm = 0.255926 NCalls = 267 +VariableMetric: Iteration # 83 - FCN = -723418.9504874 Edm = 0.119208 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -723419.0624046 Edm = 0.034262 NCalls = 270 +VariableMetric: Iteration # 85 - FCN = -723419.0951299 Edm = 0.00548311 NCalls = 272 +VariableMetric: Iteration # 86 - FCN = -723419.1070707 Edm = 0.00300066 NCalls = 274 +VariableMetric: Iteration # 87 - FCN = -723419.1152109 Edm = 0.00411501 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -723419.1421778 Edm = 0.0213913 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -723420.6871194 Edm = 2.1244 NCalls = 286 +VariableMetric: Iteration # 90 - FCN = -723442.7705349 Edm = 1.85921e+06 NCalls = 295 +VariableMetric: Iteration # 91 - FCN = -723487.5480396 Edm = 2.4764e+06 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -723504.1946203 Edm = 446248 NCalls = 311 +VariableMetric: Iteration # 93 - FCN = -723532.510186 Edm = 66891.1 NCalls = 319 +VariableMetric: Iteration # 94 - FCN = -723544.243476 Edm = 56623.3 NCalls = 326 +VariableMetric: Iteration # 95 - FCN = -723548.2099415 Edm = 10355.3 NCalls = 332 +VariableMetric: Iteration # 96 - FCN = -723566.5516578 Edm = 6976.61 NCalls = 338 +VariableMetric: Iteration # 97 - FCN = -723571.8950863 Edm = 1353.2 NCalls = 343 +VariableMetric: Iteration # 98 - FCN = -723572.716516 Edm = 942.923 NCalls = 347 +VariableMetric: Iteration # 99 - FCN = -723578.6871109 Edm = 1360.57 NCalls = 350 +VariableMetric: Iteration # 100 - FCN = -723584.698851 Edm = 306.829 NCalls = 353 +VariableMetric: Iteration # 101 - FCN = -723588.428587 Edm = 35.6829 NCalls = 356 +VariableMetric: Iteration # 102 - FCN = -723588.9458318 Edm = 44.1349 NCalls = 359 +VariableMetric: Iteration # 103 - FCN = -723590.5090921 Edm = 1211.68 NCalls = 361 +VariableMetric: Iteration # 104 - FCN = -723596.0568154 Edm = 332.667 NCalls = 363 +VariableMetric: Iteration # 105 - FCN = -723600.8021579 Edm = 136.241 NCalls = 365 +VariableMetric: Iteration # 106 - FCN = -723608.7750193 Edm = 38.2267 NCalls = 367 +VariableMetric: Iteration # 107 - FCN = -723609.7269272 Edm = 15.6434 NCalls = 369 +VariableMetric: Iteration # 108 - FCN = -723610.415158 Edm = 4.64772 NCalls = 371 +VariableMetric: Iteration # 109 - FCN = -723610.6711376 Edm = 1.91595 NCalls = 373 +VariableMetric: Iteration # 110 - FCN = -723612.3053745 Edm = 0.466581 NCalls = 375 +VariableMetric: Iteration # 111 - FCN = -723612.901147 Edm = 0.234741 NCalls = 377 +VariableMetric: Iteration # 112 - FCN = -723613.402786 Edm = 0.191484 NCalls = 379 +VariableMetric: Iteration # 113 - FCN = -723614.5377813 Edm = 1.16468 NCalls = 382 +VariableMetric: Iteration # 114 - FCN = -723616.1029169 Edm = 0.467941 NCalls = 386 +VariableMetric: Iteration # 115 - FCN = -723616.6295597 Edm = 0.0788544 NCalls = 388 +VariableMetric: Iteration # 116 - FCN = -723616.6979315 Edm = 0.0211551 NCalls = 389 +VariableMetric: Iteration # 117 - FCN = -723616.7163697 Edm = 0.00218047 NCalls = 391 +VariableMetric: Iteration # 118 - FCN = -723616.7200395 Edm = 0.001564 NCalls = 393 +VariableMetric: Iteration # 119 - FCN = -723616.7352939 Edm = 0.0118375 NCalls = 396 +VariableMetric: Iteration # 120 - FCN = -723616.749299 Edm = 0.0135298 NCalls = 399 +VariableMetric: Iteration # 121 - FCN = -723616.7602142 Edm = 0.00245871 NCalls = 401 +VariableMetric: Iteration # 122 - FCN = -723616.7647938 Edm = 0.0020264 NCalls = 403 +VariableMetric: Iteration # 123 - FCN = -723616.7694601 Edm = 0.00282402 NCalls = 405 +VariableMetric: Iteration # 124 - FCN = -723616.792054 Edm = 0.0245781 NCalls = 410 +VariableMetric: Iteration # 125 - FCN = -723616.8019653 Edm = 0.01918 NCalls = 414 +VariableMetric: Iteration # 126 - FCN = -723616.8130003 Edm = 0.0202476 NCalls = 418 +VariableMetric: Iteration # 127 - FCN = -723616.8532128 Edm = 0.0669711 NCalls = 423 +VariableMetric: Iteration # 128 - FCN = -723616.8602917 Edm = 0.0116337 NCalls = 427 +VariableMetric: Iteration # 129 - FCN = -723617.0391158 Edm = 0.131106 NCalls = 433 +VariableMetric: Iteration # 130 - FCN = -723617.453559 Edm = 0.213287 NCalls = 440 +VariableMetric: Iteration # 131 - FCN = -723617.6228895 Edm = 0.180352 NCalls = 443 +VariableMetric: Iteration # 132 - FCN = -723617.7956604 Edm = 0.223187 NCalls = 446 +VariableMetric: Iteration # 133 - FCN = -723617.9708408 Edm = 0.143212 NCalls = 449 +VariableMetric: Iteration # 134 - FCN = -723618.1466101 Edm = 0.284674 NCalls = 451 +VariableMetric: Iteration # 135 - FCN = -723618.2269801 Edm = 0.058433 NCalls = 454 +VariableMetric: Iteration # 136 - FCN = -723618.4442068 Edm = 0.0573652 NCalls = 458 +VariableMetric: Iteration # 137 - FCN = -723618.526153 Edm = 0.061445 NCalls = 461 +VariableMetric: Iteration # 138 - FCN = -723618.5930728 Edm = 0.0662479 NCalls = 463 +VariableMetric: Iteration # 139 - FCN = -723618.6799061 Edm = 0.03327 NCalls = 466 +VariableMetric: Iteration # 140 - FCN = -723618.7340807 Edm = 0.0111365 NCalls = 468 +VariableMetric: Iteration # 141 - FCN = -723618.7456761 Edm = 0.0129587 NCalls = 469 +VariableMetric: Iteration # 142 - FCN = -723618.7567138 Edm = 0.00564206 NCalls = 472 +VariableMetric: Iteration # 143 - FCN = -723618.7793316 Edm = 0.00897714 NCalls = 476 +VariableMetric: Iteration # 144 - FCN = -723618.7867435 Edm = 0.00603475 NCalls = 478 +VariableMetric: Iteration # 145 - FCN = -723618.7945011 Edm = 0.00192528 NCalls = 481 +VariableMetric: Iteration # 146 - FCN = -723618.7995433 Edm = 0.0027075 NCalls = 483 +VariableMetric: Iteration # 147 - FCN = -723618.8012163 Edm = 0.00110286 NCalls = 485 +VariableMetric: Iteration # 148 - FCN = -723618.802978 Edm = 0.000263172 NCalls = 488 +VariableMetric: Iteration # 149 - FCN = -723618.8034945 Edm = 5.46041e-05 NCalls = 491 +VariableMetric: Iteration # 150 - FCN = -723618.8035418 Edm = 1.7019e-05 NCalls = 493 +VariableMetric: After Hessian - FCN = -723618.8035418 Edm = 1.579e-05 NCalls = 884 +VariableMetric: Iteration # 151 - FCN = -723618.8035418 Edm = 1.579e-05 NCalls = 884 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719626.4401922 Edm = 13.6257 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719626.4401922 Edm = 13.6257 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723009.5359642 Edm = 0.106609 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -723009.9589463 Edm = 0.292211 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -723095.1491897 Edm = 2.29655 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -723098.0365772 Edm = 0.0715752 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -723099.3530684 Edm = 0.983812 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -723170.588553 Edm = 1.63315 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -723172.4132623 Edm = 0.0814159 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -723172.9931876 Edm = 0.435452 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -723226.3864048 Edm = 6.48838 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -723232.7480413 Edm = 0.386789 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -723233.0660803 Edm = 0.00384923 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -723233.0791151 Edm = 0.00875709 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -723236.3560924 Edm = 2.88094 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -723265.4680303 Edm = 0.238251 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -723265.7235286 Edm = 0.00580032 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -723265.7316319 Edm = 0.00130547 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -723265.7430174 Edm = 0.00944894 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -723267.5009728 Edm = 1.71176 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -723288.7958466 Edm = 2.39549 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -723291.1274624 Edm = 0.786686 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -723291.7573741 Edm = 0.0449293 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -723291.8063111 Edm = 0.00357097 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -723291.8150422 Edm = 0.00744822 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -723292.9101399 Edm = 1.08319 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -723368.6460289 Edm = 4.6815 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -723373.6357779 Edm = 0.238843 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -723373.8480603 Edm = 0.119622 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -723374.0201694 Edm = 0.023618 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -723374.0536359 Edm = 0.00330181 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -723374.0650783 Edm = 0.00580859 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -723374.1359882 Edm = 0.0573931 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -723395.1920197 Edm = 6.33297 NCalls = 114 +VariableMetric: Iteration # 33 - FCN = -723405.1513989 Edm = 0.252404 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -723405.4779061 Edm = 0.0199669 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -723405.4925349 Edm = 0.00162248 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -723405.4948352 Edm = 0.000546685 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -723405.5066301 Edm = 0.0117099 NCalls = 126 +VariableMetric: Iteration # 38 - FCN = -723405.6460169 Edm = 0.1206 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -723417.3315916 Edm = 5.50989 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -723431.5246695 Edm = 3.9263 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -723437.7753843 Edm = 6.98591 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -723440.3886887 Edm = 8.24981 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -723444.7446226 Edm = 1.89162 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -723447.7202769 Edm = 0.366461 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -723448.251712 Edm = 0.0417962 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -723448.3156983 Edm = 0.00222154 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -723448.3188551 Edm = 0.000130597 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -723448.3201536 Edm = 0.000998538 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -723448.4223525 Edm = 0.0856668 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -723453.2189785 Edm = 2.21711 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -723456.0675723 Edm = 0.910764 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -723456.8105401 Edm = 0.114147 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -723456.9807164 Edm = 0.0125401 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -723456.9957855 Edm = 0.00240945 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -723457.0006933 Edm = 0.000558803 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -723457.0021446 Edm = 0.000747232 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -723457.039816 Edm = 0.0363122 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -723459.7840685 Edm = 3.06387 NCalls = 195 +VariableMetric: Iteration # 59 - FCN = -723462.4613328 Edm = 2.74248 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -723463.2834685 Edm = 0.528787 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -723469.909712 Edm = 5.02628 NCalls = 209 +VariableMetric: Iteration # 62 - FCN = -723472.6896055 Edm = 3.41837 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -723478.0465737 Edm = 2.22892 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -723481.4316494 Edm = 0.841309 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -723482.8169135 Edm = 3.25794 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -723485.2264468 Edm = 1.56343 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -723485.6957698 Edm = 0.414773 NCalls = 229 +VariableMetric: Iteration # 68 - FCN = -723486.0949403 Edm = 0.0727638 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -723486.1581952 Edm = 0.00193038 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -723486.16043 Edm = 0.000553465 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -723486.1642226 Edm = 0.00375176 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -723486.3182909 Edm = 0.181061 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -723486.3376075 Edm = 0.0190641 NCalls = 249 +VariableMetric: Iteration # 74 - FCN = -723487.0210848 Edm = 0.0751286 NCalls = 256 +VariableMetric: Iteration # 75 - FCN = -723491.4988627 Edm = 2.1845 NCalls = 258 +VariableMetric: Iteration # 76 - FCN = -723495.4752157 Edm = 0.509878 NCalls = 262 +VariableMetric: Iteration # 77 - FCN = -723496.0900017 Edm = 0.0661357 NCalls = 264 +VariableMetric: Iteration # 78 - FCN = -723496.1792471 Edm = 0.0224562 NCalls = 266 +VariableMetric: Iteration # 79 - FCN = -723496.2177261 Edm = 0.00476451 NCalls = 268 +VariableMetric: Iteration # 80 - FCN = -723496.2230816 Edm = 0.000165042 NCalls = 270 +VariableMetric: Iteration # 81 - FCN = -723496.2232921 Edm = 7.01711e-05 NCalls = 272 +VariableMetric: After Hessian - FCN = -723496.2232921 Edm = 17668.8 NCalls = 629 +VariableMetric: Iteration # 82 - FCN = -723496.2232921 Edm = 17668.8 NCalls = 629 +VariableMetric: Iteration # 83 - FCN = -723505.1001819 Edm = 6999.76 NCalls = 639 +VariableMetric: Iteration # 84 - FCN = -723562.6604562 Edm = 1.54448 NCalls = 642 +VariableMetric: Iteration # 85 - FCN = -723570.7800761 Edm = 7.91189 NCalls = 651 +VariableMetric: Iteration # 86 - FCN = -723571.2421912 Edm = 2.38223 NCalls = 653 +VariableMetric: Iteration # 87 - FCN = -723574.3886412 Edm = 0.240172 NCalls = 656 +VariableMetric: Iteration # 88 - FCN = -723574.892924 Edm = 0.192917 NCalls = 658 +VariableMetric: Iteration # 89 - FCN = -723575.384109 Edm = 0.133937 NCalls = 660 +VariableMetric: Iteration # 90 - FCN = -723576.9563073 Edm = 1.29582 NCalls = 664 +VariableMetric: Iteration # 91 - FCN = -723578.8512338 Edm = 2.55062 NCalls = 669 +VariableMetric: Iteration # 92 - FCN = -723579.4718328 Edm = 1.344 NCalls = 671 +VariableMetric: Iteration # 93 - FCN = -723583.6333558 Edm = 2.84195 NCalls = 675 +VariableMetric: Iteration # 94 - FCN = -723591.8592785 Edm = 1.51968 NCalls = 678 +VariableMetric: Iteration # 95 - FCN = -723592.2313485 Edm = 1.52345 NCalls = 680 +VariableMetric: Iteration # 96 - FCN = -723593.2474614 Edm = 0.387274 NCalls = 682 +VariableMetric: Iteration # 97 - FCN = -723593.7869688 Edm = 0.0713506 NCalls = 684 +VariableMetric: Iteration # 98 - FCN = -723593.8681031 Edm = 0.0230039 NCalls = 686 +VariableMetric: Iteration # 99 - FCN = -723593.9680288 Edm = 0.0201026 NCalls = 689 +VariableMetric: Iteration # 100 - FCN = -723594.0346643 Edm = 0.0173564 NCalls = 691 +VariableMetric: Iteration # 101 - FCN = -723594.0715305 Edm = 0.00571642 NCalls = 693 +VariableMetric: Iteration # 102 - FCN = -723594.1141116 Edm = 0.0145831 NCalls = 696 +VariableMetric: Iteration # 103 - FCN = -723594.1603607 Edm = 0.0165443 NCalls = 698 +VariableMetric: Iteration # 104 - FCN = -723594.2884632 Edm = 0.0658744 NCalls = 702 +VariableMetric: Iteration # 105 - FCN = -723594.4595382 Edm = 0.12748 NCalls = 704 +VariableMetric: Iteration # 106 - FCN = -723594.6086258 Edm = 0.33541 NCalls = 706 +VariableMetric: Iteration # 107 - FCN = -723595.0178716 Edm = 0.083136 NCalls = 711 +VariableMetric: Iteration # 108 - FCN = -723595.0986622 Edm = 0.161956 NCalls = 713 +VariableMetric: Iteration # 109 - FCN = -723595.2957305 Edm = 0.0633905 NCalls = 716 +VariableMetric: Iteration # 110 - FCN = -723595.4102515 Edm = 0.0533739 NCalls = 719 +VariableMetric: Iteration # 111 - FCN = -723595.4480393 Edm = 0.0193016 NCalls = 721 +VariableMetric: Iteration # 112 - FCN = -723595.4938313 Edm = 0.018147 NCalls = 724 +VariableMetric: Iteration # 113 - FCN = -723595.5413807 Edm = 0.0114263 NCalls = 726 +VariableMetric: Iteration # 114 - FCN = -723595.5692817 Edm = 0.0207787 NCalls = 729 +VariableMetric: Iteration # 115 - FCN = -723595.5916495 Edm = 0.0161067 NCalls = 731 +VariableMetric: Iteration # 116 - FCN = -723595.6190128 Edm = 0.00493234 NCalls = 733 +VariableMetric: Iteration # 117 - FCN = -723595.6238682 Edm = 0.00186512 NCalls = 735 +VariableMetric: Iteration # 118 - FCN = -723595.6279183 Edm = 0.00181806 NCalls = 738 +VariableMetric: Iteration # 119 - FCN = -723595.6309718 Edm = 0.000360245 NCalls = 740 +VariableMetric: Iteration # 120 - FCN = -723595.6314805 Edm = 0.000189824 NCalls = 742 +VariableMetric: Iteration # 121 - FCN = -723595.6320895 Edm = 0.000239149 NCalls = 744 +VariableMetric: Iteration # 122 - FCN = -723595.6326632 Edm = 9.27193e-05 NCalls = 746 +VariableMetric: Iteration # 123 - FCN = -723595.6332957 Edm = 0.000438453 NCalls = 749 +VariableMetric: Iteration # 124 - FCN = -723595.6357952 Edm = 0.000116346 NCalls = 752 +VariableMetric: Iteration # 125 - FCN = -723595.6359536 Edm = 2.28994e-05 NCalls = 754 +VariableMetric: After Hessian - FCN = -723595.6359536 Edm = 0.000674322 NCalls = 1133 +VariableMetric: Iteration # 126 - FCN = -723595.6359536 Edm = 0.000674322 NCalls = 1133 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721067.3272559 Edm = 2.88465 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721067.3272559 Edm = 2.88465 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722343.4717207 Edm = 0.54864 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -722372.4889862 Edm = 0.395351 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -722525.5540036 Edm = 8.98461 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -722534.2225169 Edm = 0.103944 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -722548.3536642 Edm = 10.2005 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -722587.7414141 Edm = 0.453231 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -722588.3436691 Edm = 0.128652 NCalls = 26 +VariableMetric: Iteration # 8 - FCN = -722648.8833405 Edm = 63.6085 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -722853.8307612 Edm = 65.236 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -722911.3500069 Edm = 10.3409 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -722921.0584725 Edm = 3.03387 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -722926.4671225 Edm = 0.249223 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -722926.8347933 Edm = 0.0242429 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -722926.9016984 Edm = 0.063961 NCalls = 47 +VariableMetric: Iteration # 15 - FCN = -722931.1799377 Edm = 3.8651 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -722993.1889592 Edm = 5.80159 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -722998.2247163 Edm = 0.686423 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -722999.0423442 Edm = 0.0939031 NCalls = 60 +VariableMetric: Iteration # 19 - FCN = -722999.6889878 Edm = 0.217992 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -723000.0580737 Edm = 0.180989 NCalls = 66 +VariableMetric: Iteration # 21 - FCN = -723000.2155022 Edm = 0.016589 NCalls = 69 +VariableMetric: Iteration # 22 - FCN = -723000.2390934 Edm = 0.00810054 NCalls = 71 +VariableMetric: Iteration # 23 - FCN = -723000.2468282 Edm = 0.00441023 NCalls = 73 +VariableMetric: Iteration # 24 - FCN = -723000.2794298 Edm = 0.0233588 NCalls = 76 +VariableMetric: Iteration # 25 - FCN = -723001.3350694 Edm = 1.23478 NCalls = 80 +VariableMetric: Iteration # 26 - FCN = -723001.6011915 Edm = 0.247234 NCalls = 83 +VariableMetric: Iteration # 27 - FCN = -723002.3596072 Edm = 0.741904 NCalls = 87 +VariableMetric: Iteration # 28 - FCN = -723004.4896333 Edm = 2.06304 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -723015.9574306 Edm = 8.19205 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -723023.3903526 Edm = 2.86378 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -723033.6378088 Edm = 1.11487 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -723034.7042222 Edm = 0.133478 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -723034.7952535 Edm = 0.102041 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -723034.8601042 Edm = 0.0125382 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -723034.8869234 Edm = 0.00528382 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -723034.9108253 Edm = 0.0223861 NCalls = 115 +VariableMetric: Iteration # 37 - FCN = -723036.0616144 Edm = 1.14605 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -723061.2827602 Edm = 1.4479 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -723062.6873593 Edm = 0.146738 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -723062.8059334 Edm = 0.0140021 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -723062.8191989 Edm = 0.00260327 NCalls = 130 +VariableMetric: Iteration # 42 - FCN = -723062.8258923 Edm = 0.00483898 NCalls = 132 +VariableMetric: Iteration # 43 - FCN = -723062.8775734 Edm = 0.0518522 NCalls = 136 +VariableMetric: Iteration # 44 - FCN = -723064.9044282 Edm = 0.857229 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -723076.9298232 Edm = 8.15276 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -723106.9584333 Edm = 3.51247 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -723115.0994588 Edm = 4.16974 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -723119.7808343 Edm = 8.01472 NCalls = 157 +VariableMetric: Iteration # 49 - FCN = -723123.9957991 Edm = 1.80565 NCalls = 160 +VariableMetric: Iteration # 50 - FCN = -723125.5584008 Edm = 1.23537 NCalls = 162 +VariableMetric: Iteration # 51 - FCN = -723128.1727063 Edm = 0.887025 NCalls = 166 +VariableMetric: Iteration # 52 - FCN = -723129.5574591 Edm = 0.429373 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -723129.8838505 Edm = 0.138858 NCalls = 170 +VariableMetric: Iteration # 54 - FCN = -723130.0106405 Edm = 0.0505541 NCalls = 172 +VariableMetric: Iteration # 55 - FCN = -723130.1088375 Edm = 0.0269705 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -723130.266371 Edm = 1.80208 NCalls = 187 +VariableMetric: Iteration # 57 - FCN = -723130.4522408 Edm = 0.247373 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -723130.7558513 Edm = 0.589604 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -723130.9206863 Edm = 0.80902 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -723131.1655507 Edm = 0.271151 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -723155.8042483 Edm = 17.704 NCalls = 211 +VariableMetric: Iteration # 62 - FCN = -723155.8488244 Edm = 0.291833 NCalls = 213 +VariableMetric: Iteration # 63 - FCN = -723158.1880513 Edm = 1.95926 NCalls = 218 +VariableMetric: Iteration # 64 - FCN = -723162.4488488 Edm = 0.306809 NCalls = 220 +VariableMetric: Iteration # 65 - FCN = -723163.2330496 Edm = 0.0854814 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -723163.3963912 Edm = 0.0375501 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -723163.4901008 Edm = 0.0160723 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -723163.5205999 Edm = 0.0178139 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -723163.7412986 Edm = 0.262484 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -723163.9914994 Edm = 0.225431 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -723217.974886 Edm = 34.0797 NCalls = 243 +VariableMetric: Iteration # 72 - FCN = -723235.7506022 Edm = 19.4198 NCalls = 247 +VariableMetric: Iteration # 73 - FCN = -723247.734854 Edm = 2.12457 NCalls = 248 +VariableMetric: Iteration # 74 - FCN = -723249.5161071 Edm = 0.333756 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -723250.2736639 Edm = 0.344979 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -723251.0028457 Edm = 0.376825 NCalls = 255 +VariableMetric: Iteration # 77 - FCN = -723252.5216783 Edm = 0.758224 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -723255.3949809 Edm = 8.11926 NCalls = 263 +VariableMetric: Iteration # 79 - FCN = -723260.2201384 Edm = 93.0197 NCalls = 269 +VariableMetric: Iteration # 80 - FCN = -723263.3073018 Edm = 9.02977 NCalls = 275 +VariableMetric: Iteration # 81 - FCN = -723266.7315396 Edm = 10.7171 NCalls = 279 +VariableMetric: Iteration # 82 - FCN = -723277.6628692 Edm = 19.7594 NCalls = 282 +VariableMetric: Iteration # 83 - FCN = -723292.898925 Edm = 11.1782 NCalls = 288 +VariableMetric: Iteration # 84 - FCN = -723331.9693569 Edm = 27.4271 NCalls = 291 +VariableMetric: Iteration # 85 - FCN = -723354.6651865 Edm = 20.0972 NCalls = 294 +VariableMetric: Iteration # 86 - FCN = -723373.9271527 Edm = 3.66095 NCalls = 297 +VariableMetric: Iteration # 87 - FCN = -723379.150893 Edm = 1.41052 NCalls = 299 +VariableMetric: Iteration # 88 - FCN = -723380.7414534 Edm = 0.902144 NCalls = 301 +VariableMetric: Iteration # 89 - FCN = -723382.1588036 Edm = 0.224383 NCalls = 303 +VariableMetric: Iteration # 90 - FCN = -723382.5935718 Edm = 0.125658 NCalls = 306 +VariableMetric: Iteration # 91 - FCN = -723384.1891924 Edm = 3.06654 NCalls = 314 +VariableMetric: Iteration # 92 - FCN = -723384.4778577 Edm = 1.57987 NCalls = 317 +VariableMetric: Iteration # 93 - FCN = -723386.8979498 Edm = 3.12744 NCalls = 321 +VariableMetric: Iteration # 94 - FCN = -723387.2422348 Edm = 0.608294 NCalls = 324 +VariableMetric: Iteration # 95 - FCN = -723390.9475716 Edm = 4.05118 NCalls = 328 +VariableMetric: Iteration # 96 - FCN = -723392.4558545 Edm = 1.2557 NCalls = 331 +VariableMetric: Iteration # 97 - FCN = -723401.0057338 Edm = 0.969034 NCalls = 335 +VariableMetric: Iteration # 98 - FCN = -723401.538712 Edm = 0.089551 NCalls = 337 +VariableMetric: Iteration # 99 - FCN = -723401.6387706 Edm = 0.00481701 NCalls = 339 +VariableMetric: Iteration # 100 - FCN = -723401.6473688 Edm = 0.00188855 NCalls = 341 +VariableMetric: Iteration # 101 - FCN = -723401.6636881 Edm = 0.0139112 NCalls = 344 +VariableMetric: Iteration # 102 - FCN = -723401.8112764 Edm = 0.134402 NCalls = 347 +VariableMetric: Iteration # 103 - FCN = -723409.1732976 Edm = 6.05525 NCalls = 354 +VariableMetric: Iteration # 104 - FCN = -723486.667963 Edm = 18.2138 NCalls = 358 +VariableMetric: Iteration # 105 - FCN = -723511.7550831 Edm = 9.75282 NCalls = 360 +VariableMetric: Iteration # 106 - FCN = -723521.9690688 Edm = 2.17594 NCalls = 362 +VariableMetric: Iteration # 107 - FCN = -723524.7045905 Edm = 0.300087 NCalls = 364 +VariableMetric: Iteration # 108 - FCN = -723525.1121414 Edm = 0.264793 NCalls = 366 +VariableMetric: Iteration # 109 - FCN = -723525.4432749 Edm = 0.161151 NCalls = 368 +VariableMetric: Iteration # 110 - FCN = -723525.9106288 Edm = 0.10271 NCalls = 370 +VariableMetric: Iteration # 111 - FCN = -723526.0195779 Edm = 0.0142303 NCalls = 371 +VariableMetric: Iteration # 112 - FCN = -723526.0696736 Edm = 0.0343023 NCalls = 375 +VariableMetric: Iteration # 113 - FCN = -723527.3260713 Edm = 0.560855 NCalls = 381 +VariableMetric: Iteration # 114 - FCN = -723527.3295956 Edm = 0.0145117 NCalls = 384 +VariableMetric: Iteration # 115 - FCN = -723527.3846083 Edm = 0.0455405 NCalls = 386 +VariableMetric: Iteration # 116 - FCN = -723534.2892286 Edm = 3.88419 NCalls = 396 +VariableMetric: Iteration # 117 - FCN = -723535.0443821 Edm = 1.95351 NCalls = 398 +VariableMetric: Iteration # 118 - FCN = -723538.1535359 Edm = 0.55441 NCalls = 400 +VariableMetric: Iteration # 119 - FCN = -723538.4527123 Edm = 0.199399 NCalls = 402 +VariableMetric: Iteration # 120 - FCN = -723538.5527901 Edm = 0.0248366 NCalls = 404 +VariableMetric: Iteration # 121 - FCN = -723538.5982381 Edm = 0.00946565 NCalls = 406 +VariableMetric: Iteration # 122 - FCN = -723538.6090644 Edm = 0.00444843 NCalls = 408 +VariableMetric: Iteration # 123 - FCN = -723538.6185828 Edm = 0.00894704 NCalls = 410 +VariableMetric: Iteration # 124 - FCN = -723538.9230064 Edm = 0.30451 NCalls = 415 +VariableMetric: Iteration # 125 - FCN = -723565.4800382 Edm = 5.96355 NCalls = 421 +VariableMetric: Iteration # 126 - FCN = -723571.7287361 Edm = 1.7802 NCalls = 423 +VariableMetric: Iteration # 127 - FCN = -723572.95586 Edm = 0.458618 NCalls = 425 +VariableMetric: Iteration # 128 - FCN = -723573.4481225 Edm = 0.187563 NCalls = 427 +VariableMetric: Iteration # 129 - FCN = -723573.6807855 Edm = 0.0209672 NCalls = 429 +VariableMetric: Iteration # 130 - FCN = -723573.7126643 Edm = 0.00155988 NCalls = 431 +VariableMetric: Iteration # 131 - FCN = -723573.7189402 Edm = 0.00413624 NCalls = 433 +VariableMetric: Iteration # 132 - FCN = -723573.7690439 Edm = 0.0301321 NCalls = 436 +VariableMetric: Iteration # 133 - FCN = -723574.0369695 Edm = 0.238084 NCalls = 439 +VariableMetric: Iteration # 134 - FCN = -723584.0805736 Edm = 7.02106 NCalls = 444 +VariableMetric: Iteration # 135 - FCN = -723594.4561205 Edm = 5.15764 NCalls = 447 +VariableMetric: Iteration # 136 - FCN = -723598.0930904 Edm = 3.43636 NCalls = 450 +VariableMetric: Iteration # 137 - FCN = -723600.1197662 Edm = 0.394849 NCalls = 452 +VariableMetric: Iteration # 138 - FCN = -723600.4498922 Edm = 0.0553157 NCalls = 454 +VariableMetric: Iteration # 139 - FCN = -723600.5075656 Edm = 0.00554863 NCalls = 456 +VariableMetric: Iteration # 140 - FCN = -723600.5125359 Edm = 0.000623361 NCalls = 458 +VariableMetric: Iteration # 141 - FCN = -723600.513841 Edm = 0.000461464 NCalls = 460 +VariableMetric: Iteration # 142 - FCN = -723600.5165217 Edm = 0.00282904 NCalls = 463 +VariableMetric: Iteration # 143 - FCN = -723600.5629168 Edm = 0.0437404 NCalls = 468 +VariableMetric: Iteration # 144 - FCN = -723603.5341071 Edm = 2.08842 NCalls = 473 +VariableMetric: Iteration # 145 - FCN = -723607.7428163 Edm = 1.27789 NCalls = 476 +VariableMetric: Iteration # 146 - FCN = -723608.6538864 Edm = 0.0253572 NCalls = 478 +VariableMetric: Iteration # 147 - FCN = -723608.6773133 Edm = 0.000263639 NCalls = 480 +VariableMetric: Iteration # 148 - FCN = -723608.6776055 Edm = 3.5997e-05 NCalls = 482 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=1054 (1054 total) | +| EDM = 7.99E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -723619.2776133361 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.83 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.99 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.224 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 17.7 | 1.1 | | | 14.8182 | 23.5818 | | +| 4 | phi_p | 0.12 | 0.25 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 1.16 | 0.17 | | |0.00501244| 2.01499 | | +| 6 | p4040_p | 3.83 | 0.16 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.35 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 9.4 | 0.5 | | | 4.19232 | 9.40768 | | +| 9 | jpsi_p | -1.541 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| omega_p | -5.14 | 0.23 | | |-6.28319 | 6.28319 | | +| 11| p4160_p | -2.05 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| p4415_s | 1.27 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| Dbar_s | 0.006E-1 | 0.575E-1 | | | -1.464 | 1.464 | | +| 15| psi2s_s | 1373.7 | 2.2 | | | 1358.64 | 1433.36 | | +| 16| p4160_s | 2.08 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| rho_p | 6.04 | 0.28 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.2 | 0.4 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.11 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p psi2s_p phi_s phi_p p4040_s p4040_p p3770_s omega_s jpsi_p omega_p p4160_p p4415_s jpsi_s Dbar_s psi2s_s p4160_s rho_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.065 -0.196 -0.003 -0.005 -0.250 0.142 -0.212 0.000 -0.069 0.003 0.244 -0.216 -0.019 0.430 0.015 -0.165 0.019 0.007 -0.529 | +| p4415_p | 0.065 1.000 -0.040 -0.003 -0.005 -0.185 0.145 -0.001 0.001 -0.085 -0.002 0.288 -0.165 0.013 -0.176 -0.013 -0.123 0.019 -0.001 -0.123 | +| psi2s_p | -0.196 -0.040 1.000 -0.016 -0.012 -0.081 -0.225 -0.281 0.003 -0.049 -0.015 -0.014 -0.130 0.093 0.062 -0.095 -0.197 -0.039 -0.022 -0.050 | +| phi_s | -0.003 -0.003 -0.016 1.000 0.757 0.000 -0.005 -0.002 0.000 -0.027 0.047 -0.005 0.001 -0.025 0.006 0.022 -0.001 0.049 0.022 0.004 | +| phi_p | -0.005 -0.005 -0.012 0.757 1.000 0.002 -0.008 0.000 0.005 -0.035 0.055 -0.007 -0.002 -0.010 0.003 0.009 -0.003 -0.060 0.027 0.001 | +| p4040_s | -0.250 -0.185 -0.081 0.000 0.002 1.000 -0.185 0.202 0.000 0.033 -0.009 -0.506 0.188 0.010 -0.451 -0.012 0.049 -0.036 -0.014 0.535 | +| p4040_p | 0.142 0.145 -0.225 -0.005 -0.008 -0.185 1.000 -0.052 0.001 -0.161 -0.011 0.106 0.112 0.035 -0.165 -0.034 0.406 0.007 -0.012 -0.186 | +| p3770_s | -0.212 -0.001 -0.281 -0.002 0.000 0.202 -0.052 1.000 0.001 0.004 -0.011 -0.096 0.092 0.025 -0.245 -0.037 0.101 -0.018 -0.020 0.102 | +| omega_s | 0.000 0.001 0.003 0.000 0.005 0.000 0.001 0.001 1.000 0.003 -0.276 0.001 -0.000 0.002 -0.002 -0.002 0.000 -0.018 -0.103 -0.001 | +| jpsi_p | -0.069 -0.085 -0.049 -0.027 -0.035 0.033 -0.161 0.004 0.003 1.000 0.021 -0.100 -0.041 -0.094 0.108 0.088 -0.081 -0.018 0.055 0.109 | +| omega_p | 0.003 -0.002 -0.015 0.047 0.055 -0.009 -0.011 -0.011 -0.276 0.021 1.000 -0.002 -0.007 0.028 0.021 -0.024 -0.011 0.192 0.742 0.010 | +| p4160_p | 0.244 0.288 -0.014 -0.005 -0.007 -0.506 0.106 -0.096 0.001 -0.100 -0.002 1.000 -0.019 0.024 0.161 -0.023 -0.146 0.025 -0.001 -0.453 | +| p4415_s | -0.216 -0.165 -0.130 0.001 -0.002 0.188 0.112 0.092 -0.000 -0.041 -0.007 -0.019 1.000 -0.010 -0.441 0.008 0.357 -0.021 -0.006 0.420 | +| jpsi_s | -0.019 0.013 0.093 -0.025 -0.010 0.010 0.035 0.025 0.002 -0.094 0.028 0.024 -0.010 1.000 -0.152 -0.858 0.008 0.070 0.030 -0.050 | +| Dbar_s | 0.430 -0.176 0.062 0.006 0.003 -0.451 -0.165 -0.245 -0.002 0.108 0.021 0.161 -0.441 -0.152 1.000 0.137 -0.528 0.023 0.034 -0.742 | +| psi2s_s | 0.015 -0.013 -0.095 0.022 0.009 -0.012 -0.034 -0.037 -0.002 0.088 -0.024 -0.023 0.008 -0.858 0.137 1.000 -0.009 -0.061 -0.026 0.051 | +| p4160_s | -0.165 -0.123 -0.197 -0.001 -0.003 0.049 0.406 0.101 0.000 -0.081 -0.011 -0.146 0.357 0.008 -0.528 -0.009 1.000 -0.017 -0.012 0.361 | +| rho_p | 0.019 0.019 -0.039 0.049 -0.060 -0.036 0.007 -0.018 -0.018 -0.018 0.192 0.025 -0.021 0.070 0.023 -0.061 -0.017 1.000 0.197 -0.021 | +| rho_s | 0.007 -0.001 -0.022 0.022 0.027 -0.014 -0.012 -0.020 -0.103 0.055 0.742 -0.001 -0.006 0.030 0.034 -0.026 -0.012 0.197 1.000 0.022 | +| Ctt | -0.529 -0.123 -0.050 0.004 0.001 0.535 -0.186 0.102 -0.001 0.109 0.010 -0.453 0.420 -0.050 -0.742 0.051 0.361 -0.021 0.022 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11927870274149655}), (, {'error': 0.16208991501202252}), (, {'error': 0.029452054208011447}), (, {'error': 1.1434122283238128}), (, {'error': 0.24767552265671045}), (, {'error': 0.17375271526715302}), (, {'error': 0.15786644954777262}), (, {'error': 0.2086003132140819}), (, {'error': 0.5300697422084619}), (, {'error': 0.01653891664370688}), (, {'error': 0.2309276874122581}), (, {'error': 0.10013252494194935}), (, {'error': 0.18395600685218283}), (, {'error': 22.777792719814897}), (, {'error': 0.05753258773222969}), (, {'error': 2.1714870282274887}), (, {'error': 0.17092305774161276}), (, {'error': 0.27546372708039524}), (, {'error': 0.35411920903401733}), (, {'error': 0.13324381527612494})]) +Toy 1/10 +Time taken: 1 h, 15 min +Projected time left: 11 h, 20 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=708 (708 total) | +| EDM = 4.69E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -723619.7630924941 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.82 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.46 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -4.465 | 0.030 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 17.7 | 1.1 | | | 14.8182 | 23.5818 | | +| 4 | phi_p | 0.33 | 0.24 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 1.19 | 0.18 | | |0.00501244| 2.01499 | | +| 6 | p4040_p | -2.70 | 0.16 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.38 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 4.6 | 1.1 | | | 4.19232 | 9.40768 | | +| 9 | jpsi_p | -4.636 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 11| p4160_p | -2.26 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| p4415_s | 1.29 | 0.19 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 14| Dbar_s | -0.008 | 0.061 | | | -1.464 | 1.464 | | +| 15| psi2s_s | 1372.9 | 2.8 | | | 1358.64 | 1433.36 | | +| 16| p4160_s | 2.11 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| rho_p | -6.28 | 0.24 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.3 | 0.4 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.08 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p psi2s_p phi_s phi_p p4040_s p4040_p p3770_s omega_s jpsi_p omega_p p4160_p p4415_s jpsi_s Dbar_s psi2s_s p4160_s rho_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.067 -0.292 -0.002 -0.007 -0.251 0.152 -0.199 -0.007 -0.034 0.004 0.251 -0.217 -0.053 0.450 0.049 -0.169 0.013 0.016 -0.504 | +| p4415_p | 0.067 1.000 -0.108 -0.004 -0.007 -0.195 0.147 -0.002 0.000 -0.040 0.001 0.291 -0.179 0.011 -0.134 -0.011 -0.132 0.016 0.001 -0.148 | +| psi2s_p | -0.292 -0.108 1.000 -0.014 -0.010 0.001 -0.327 -0.315 -0.001 0.105 0.002 -0.132 -0.072 0.077 -0.023 -0.077 -0.180 -0.028 -0.013 0.172 | +| phi_s | -0.002 -0.004 -0.014 1.000 0.752 -0.000 -0.005 -0.002 -0.022 -0.036 -0.011 -0.005 0.001 -0.037 0.009 0.034 -0.001 0.041 0.024 0.005 | +| phi_p | -0.007 -0.007 -0.010 0.752 1.000 0.004 -0.010 0.001 -0.069 -0.033 0.014 -0.009 -0.001 -0.012 0.003 0.011 -0.003 -0.042 0.055 0.005 | +| p4040_s | -0.251 -0.195 0.001 -0.000 0.004 1.000 -0.210 0.174 0.009 -0.048 -0.003 -0.524 0.200 0.035 -0.480 -0.035 0.062 -0.026 -0.022 0.541 | +| p4040_p | 0.152 0.147 -0.327 -0.005 -0.010 -0.210 1.000 -0.059 0.006 -0.136 0.001 0.119 0.090 0.034 -0.094 -0.033 0.388 0.010 -0.009 -0.233 | +| p3770_s | -0.199 -0.002 -0.315 -0.002 0.001 0.174 -0.059 1.000 0.010 -0.006 -0.003 -0.084 0.068 0.038 -0.190 -0.046 0.079 -0.009 -0.022 0.042 | +| omega_s | -0.007 0.000 -0.001 -0.022 -0.069 0.009 0.006 0.010 1.000 0.004 -0.506 -0.002 0.006 -0.024 -0.017 0.022 0.010 0.220 -0.654 -0.006 | +| jpsi_p | -0.034 -0.040 0.105 -0.036 -0.033 -0.048 -0.136 -0.006 0.004 1.000 0.006 0.001 -0.136 0.084 0.087 -0.075 -0.161 -0.063 -0.040 -0.138 | +| omega_p | 0.004 0.001 0.002 -0.011 0.014 -0.003 0.001 -0.003 -0.506 0.006 1.000 0.002 -0.001 0.003 0.005 -0.003 -0.001 0.003 0.274 0.002 | +| p4160_p | 0.251 0.291 -0.132 -0.005 -0.009 -0.524 0.119 -0.084 -0.002 0.001 0.002 1.000 -0.045 0.010 0.231 -0.010 -0.169 0.022 0.006 -0.485 | +| p4415_s | -0.217 -0.179 -0.072 0.001 -0.001 0.200 0.090 0.068 0.006 -0.136 -0.001 -0.045 1.000 -0.001 -0.450 -0.000 0.362 -0.017 -0.012 0.424 | +| jpsi_s | -0.053 0.011 0.077 -0.037 -0.012 0.035 0.034 0.038 -0.024 0.084 0.003 0.010 -0.001 1.000 -0.207 -0.916 0.024 0.070 0.038 -0.045 | +| Dbar_s | 0.450 -0.134 -0.023 0.009 0.003 -0.480 -0.094 -0.190 -0.017 0.087 0.005 0.231 -0.450 -0.207 1.000 0.195 -0.525 0.010 0.038 -0.760 | +| psi2s_s | 0.049 -0.011 -0.077 0.034 0.011 -0.035 -0.033 -0.046 0.022 -0.075 -0.003 -0.010 -0.000 -0.916 0.195 1.000 -0.024 -0.065 -0.034 0.045 | +| p4160_s | -0.169 -0.132 -0.180 -0.001 -0.003 0.062 0.388 0.079 0.010 -0.161 -0.001 -0.169 0.362 0.024 -0.525 -0.024 1.000 -0.012 -0.018 0.354 | +| rho_p | 0.013 0.016 -0.028 0.041 -0.042 -0.026 0.010 -0.009 0.220 -0.063 0.003 0.022 -0.017 0.070 0.010 -0.065 -0.012 1.000 -0.010 -0.024 | +| rho_s | 0.016 0.001 -0.013 0.024 0.055 -0.022 -0.009 -0.022 -0.654 -0.040 0.274 0.006 -0.012 0.038 0.038 -0.034 -0.018 -0.010 1.000 0.012 | +| Ctt | -0.504 -0.148 0.172 0.005 0.005 0.541 -0.233 0.042 -0.006 -0.138 0.002 -0.485 0.424 -0.045 -0.760 0.045 0.354 -0.024 0.012 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1179813058245156}), (, {'error': 0.16178523010201373}), (, {'error': 0.02963366397187084}), (, {'error': 1.1283817416050237}), (, {'error': 0.24444782956263245}), (, {'error': 0.1772783523958691}), (, {'error': 0.15616844321911372}), (, {'error': 0.20898417248217216}), (, {'error': 1.0534901107039034}), (, {'error': 0.016191671996748536}), (, {'error': 0.3622527486682561}), (, {'error': 0.10087277894591429}), (, {'error': 0.1857619052237851}), (, {'error': 38.84589133234931}), (, {'error': 0.060871438208026096}), (, {'error': 2.778453116580863}), (, {'error': 0.1733986830073757}), (, {'error': 0.23752112948648207}), (, {'error': 0.35104341526115085}), (, {'error': 0.1304622192830115})]) +Toy 2/10 +Time taken: 2 h, 15 min +Projected time left: 9 h, 1 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=750 (750 total) | +| EDM = 9.66E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -723619.1886530621 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.60 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.10 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.08 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 17.7 | 1.1 | | | 14.8182 | 23.5818 | | +| 4 | phi_p | 0.06 | 0.25 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 1.14 | 0.17 | | |0.00501244| 2.01499 | | +| 6 | p4040_p | 4.07 | 0.16 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.17 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 9.4 | 0.5 | | | 4.19232 | 9.40768 | | +| 9 | jpsi_p | -1.729 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| omega_p | -5.19 | 0.23 | | |-6.28319 | 6.28319 | | +| 11| p4160_p | -1.88 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| p4415_s | 1.27 | 0.19 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 14| Dbar_s | -0.007E-1 | 0.635E-1 | | | -1.464 | 1.464 | | +| 15| psi2s_s | 1367.9 | 2.4 | | | 1358.64 | 1433.36 | | +| 16| p4160_s | 2.06 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| rho_p | 5.98 | 0.27 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.2 | 0.4 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.11 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p psi2s_p phi_s phi_p p4040_s p4040_p p3770_s omega_s jpsi_p omega_p p4160_p p4415_s jpsi_s Dbar_s psi2s_s p4160_s rho_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.084 0.550 -0.003 -0.005 -0.285 0.185 -0.150 0.000 -0.068 0.005 0.291 -0.253 -0.030 0.480 0.008 -0.180 0.030 0.010 -0.600 | +| p4415_p | 0.084 1.000 0.068 -0.003 -0.005 -0.186 0.153 0.010 0.001 -0.076 -0.001 0.292 -0.161 0.012 -0.155 -0.010 -0.124 0.022 -0.000 -0.124 | +| psi2s_p | 0.550 0.068 1.000 -0.010 -0.013 -0.477 0.079 -0.157 0.001 -0.057 0.007 0.355 -0.401 -0.079 0.710 0.055 -0.368 0.021 0.019 -0.722 | +| phi_s | -0.003 -0.003 -0.010 1.000 0.757 0.000 -0.005 -0.002 0.000 -0.027 0.045 -0.005 0.001 -0.030 0.006 0.027 -0.000 0.046 0.021 0.004 | +| phi_p | -0.005 -0.005 -0.013 0.757 1.000 0.001 -0.007 -0.001 0.005 -0.036 0.057 -0.006 -0.002 -0.011 0.002 0.010 -0.003 -0.060 0.028 0.002 | +| p4040_s | -0.285 -0.186 -0.477 0.000 0.001 1.000 -0.186 0.198 0.000 0.011 -0.011 -0.517 0.218 0.021 -0.481 -0.014 0.073 -0.042 -0.016 0.557 | +| p4040_p | 0.185 0.153 0.079 -0.005 -0.007 -0.186 1.000 -0.032 0.001 -0.173 -0.009 0.127 0.096 0.039 -0.130 -0.038 0.392 0.013 -0.011 -0.207 | +| p3770_s | -0.150 0.010 -0.157 -0.002 -0.001 0.198 -0.032 1.000 0.001 -0.089 -0.013 -0.077 0.095 0.035 -0.240 -0.032 0.103 -0.018 -0.021 0.097 | +| omega_s | 0.000 0.001 0.001 0.000 0.005 0.000 0.001 0.001 1.000 0.003 -0.278 0.001 -0.000 0.003 -0.001 -0.003 0.000 -0.015 -0.104 -0.001 | +| jpsi_p | -0.068 -0.076 -0.057 -0.027 -0.036 0.011 -0.173 -0.089 0.003 1.000 0.017 -0.099 -0.034 -0.101 0.081 0.090 -0.084 -0.027 0.050 0.152 | +| omega_p | 0.005 -0.001 0.007 0.045 0.057 -0.011 -0.009 -0.013 -0.278 0.017 1.000 0.000 -0.008 0.032 0.020 -0.030 -0.012 0.166 0.740 0.005 | +| p4160_p | 0.291 0.292 0.355 -0.005 -0.006 -0.517 0.127 -0.077 0.001 -0.099 0.000 1.000 -0.046 0.021 0.200 -0.020 -0.157 0.033 0.001 -0.477 | +| p4415_s | -0.253 -0.161 -0.401 0.001 -0.002 0.218 0.096 0.095 -0.000 -0.034 -0.008 -0.046 1.000 -0.003 -0.473 0.004 0.374 -0.027 -0.009 0.455 | +| jpsi_s | -0.030 0.012 -0.079 -0.030 -0.011 0.021 0.039 0.035 0.003 -0.101 0.032 0.021 -0.003 1.000 -0.178 -0.888 0.015 0.080 0.034 -0.034 | +| Dbar_s | 0.480 -0.155 0.710 0.006 0.002 -0.481 -0.130 -0.240 -0.001 0.081 0.020 0.200 -0.473 -0.178 1.000 0.153 -0.535 0.028 0.034 -0.777 | +| psi2s_s | 0.008 -0.010 0.055 0.027 0.010 -0.014 -0.038 -0.032 -0.003 0.090 -0.030 -0.020 0.004 -0.888 0.153 1.000 -0.013 -0.074 -0.033 0.029 | +| p4160_s | -0.180 -0.124 -0.368 -0.000 -0.003 0.073 0.392 0.103 0.000 -0.084 -0.012 -0.157 0.374 0.015 -0.535 -0.013 1.000 -0.021 -0.015 0.382 | +| rho_p | 0.030 0.022 0.021 0.046 -0.060 -0.042 0.013 -0.018 -0.015 -0.027 0.166 0.033 -0.027 0.080 0.028 -0.074 -0.021 1.000 0.178 -0.037 | +| rho_s | 0.010 -0.000 0.019 0.021 0.028 -0.016 -0.011 -0.021 -0.104 0.050 0.740 0.001 -0.009 0.034 0.034 -0.033 -0.015 0.178 1.000 0.014 | +| Ctt | -0.600 -0.124 -0.722 0.004 0.002 0.557 -0.207 0.097 -0.001 0.152 0.005 -0.477 0.455 -0.034 -0.777 0.029 0.382 -0.037 0.014 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.12856264257520955}), (, {'error': 0.16179435599293512}), (, {'error': 0.03398761443071274}), (, {'error': 1.1432285701984437}), (, {'error': 0.2476269483330107}), (, {'error': 0.17189020949333528}), (, {'error': 0.15918641190468907}), (, {'error': 0.1917047864142617}), (, {'error': 0.5306207408782244}), (, {'error': 0.016212676085590072}), (, {'error': 0.23017903550534502}), (, {'error': 0.10165821628238403}), (, {'error': 0.18640479569046398}), (, {'error': 30.35960456754765}), (, {'error': 0.06350421014663066}), (, {'error': 2.426289722260094}), (, {'error': 0.17003035198238448}), (, {'error': 0.27273345777370217}), (, {'error': 0.3531148279474273}), (, {'error': 0.15619304596208655})]) +Toy 3/10 +Time taken: 3 h, 17 min +Projected time left: 7 h, 41 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=1103 (1103 total) | +| EDM = 0.0127 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -723619.9017546196 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.45 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.99 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.225 | 0.030 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 17.2 | 0.8 | | | 14.8182 | 23.5818 | | +| 4 | phi_p | 6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 1.16 | 0.17 | | |0.00501244| 2.01499 | | +| 6 | p4040_p | -2.45 | 0.16 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.35 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 4.8 | 1.0 | | | 4.19232 | 9.40768 | | +| 9 | jpsi_p | 4.745 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 11| p4160_p | 4.23 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| p4415_s | 1.27 | 0.18 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 14| Dbar_s | 0.008E-1 | 0.576E-1 | | | -1.464 | 1.464 | | +| 15| psi2s_s | 1373.7 | 2.1 | | | 1358.64 | 1433.36 | | +| 16| p4160_s | 2.08 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| rho_p | -0.28 | 0.26 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.11 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p psi2s_p phi_s phi_p p4040_s p4040_p p3770_s omega_s jpsi_p omega_p p4160_p p4415_s jpsi_s Dbar_s psi2s_s p4160_s rho_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.064 -0.203 0.002 0.001 -0.252 0.149 -0.208 -0.001 -0.070 -0.000 0.246 -0.217 -0.017 0.433 0.012 -0.162 0.025 0.009 -0.534 | +| p4415_p | 0.064 1.000 -0.044 0.002 0.002 -0.183 0.152 -0.000 0.004 -0.086 -0.000 0.289 -0.155 0.012 -0.182 -0.013 -0.116 0.024 -0.000 -0.118 | +| psi2s_p | -0.203 -0.044 1.000 -0.013 0.006 -0.077 -0.229 -0.282 -0.004 -0.047 -0.000 -0.017 -0.128 0.085 0.062 -0.086 -0.198 -0.047 -0.018 -0.043 | +| phi_s | 0.002 0.002 -0.013 1.000 -0.379 -0.003 0.001 -0.004 0.045 -0.005 0.002 0.001 0.001 -0.018 0.007 0.016 0.001 0.162 -0.001 0.004 | +| phi_p | 0.001 0.002 0.006 -0.379 1.000 0.001 0.003 0.001 0.020 0.010 0.000 0.002 0.001 -0.001 -0.003 0.000 0.002 -0.003 -0.009 -0.001 | +| p4040_s | -0.252 -0.183 -0.077 -0.003 0.001 1.000 -0.201 0.203 0.000 0.034 0.000 -0.503 0.187 0.008 -0.450 -0.010 0.042 -0.045 -0.015 0.535 | +| p4040_p | 0.149 0.152 -0.229 0.001 0.003 -0.201 1.000 -0.055 0.008 -0.163 -0.000 0.113 0.111 0.032 -0.160 -0.032 0.412 0.010 -0.012 -0.197 | +| p3770_s | -0.208 -0.000 -0.282 -0.004 0.001 0.203 -0.055 1.000 0.006 0.005 0.000 -0.097 0.093 0.022 -0.244 -0.035 0.100 -0.022 -0.021 0.103 | +| omega_s | -0.001 0.004 -0.004 0.045 0.020 0.000 0.008 0.006 1.000 -0.046 0.038 0.005 0.001 -0.004 -0.013 0.003 0.005 0.236 -0.602 -0.014 | +| jpsi_p | -0.070 -0.086 -0.047 -0.005 0.010 0.034 -0.163 0.005 -0.046 1.000 -0.001 -0.100 -0.041 -0.086 0.106 0.080 -0.083 -0.014 0.073 0.109 | +| omega_p | -0.000 -0.000 -0.000 0.002 0.000 0.000 -0.000 0.000 0.038 -0.001 1.000 -0.000 -0.000 -0.000 -0.000 0.000 -0.000 -0.004 -0.013 -0.000 | +| p4160_p | 0.246 0.289 -0.017 0.001 0.002 -0.503 0.113 -0.097 0.005 -0.100 -0.000 1.000 -0.020 0.023 0.164 -0.022 -0.146 0.032 -0.000 -0.453 | +| p4415_s | -0.217 -0.155 -0.128 0.001 0.001 0.187 0.111 0.093 0.001 -0.041 -0.000 -0.020 1.000 -0.010 -0.443 0.008 0.356 -0.026 -0.006 0.420 | +| jpsi_s | -0.017 0.012 0.085 -0.018 -0.001 0.008 0.032 0.022 -0.004 -0.086 -0.000 0.023 -0.010 1.000 -0.139 -0.839 0.006 0.080 0.024 -0.047 | +| Dbar_s | 0.433 -0.182 0.062 0.007 -0.003 -0.450 -0.160 -0.244 -0.013 0.106 -0.000 0.164 -0.443 -0.139 1.000 0.124 -0.528 0.031 0.037 -0.744 | +| psi2s_s | 0.012 -0.013 -0.086 0.016 0.000 -0.010 -0.032 -0.035 0.003 0.080 0.000 -0.022 0.008 -0.839 0.124 1.000 -0.008 -0.069 -0.020 0.048 | +| p4160_s | -0.162 -0.116 -0.198 0.001 0.002 0.042 0.412 0.100 0.005 -0.083 -0.000 -0.146 0.356 0.006 -0.528 -0.008 1.000 -0.021 -0.013 0.355 | +| rho_p | 0.025 0.024 -0.047 0.162 -0.003 -0.045 0.010 -0.022 0.236 -0.014 -0.004 0.032 -0.026 0.080 0.031 -0.069 -0.021 1.000 0.098 -0.027 | +| rho_s | 0.009 -0.000 -0.018 -0.001 -0.009 -0.015 -0.012 -0.021 -0.602 0.073 -0.013 -0.000 -0.006 0.024 0.037 -0.020 -0.013 0.098 1.000 0.024 | +| Ctt | -0.534 -0.118 -0.043 0.004 -0.001 0.535 -0.197 0.103 -0.014 0.109 -0.000 -0.453 0.420 -0.047 -0.744 0.048 0.355 -0.027 0.024 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11989293795470801}), (, {'error': 0.16199841713812635}), (, {'error': 0.02951652429168039}), (, {'error': 0.8149042153141348}), (, {'error': 0.15343445713840165}), (, {'error': 0.17391254433435177}), (, {'error': 0.15958312270705588}), (, {'error': 0.20857400061918296}), (, {'error': 1.0161160004126941}), (, {'error': 0.016522292629586488}), (, {'error': 0.3501005346909629}), (, {'error': 0.09979616763279431}), (, {'error': 0.18362006917860463}), (, {'error': 21.931538193185588}), (, {'error': 0.0575787529430446}), (, {'error': 2.0528051512077354}), (, {'error': 0.17163280937037928}), (, {'error': 0.2584756023807424}), (, {'error': 0.329606861135093}), (, {'error': 0.13379910154461244})]) +Toy 4/10 +Time taken: 4 h, 35 min +Projected time left: 6 h, 53 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=1318 (1318 total) | +| EDM = 8.63E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -723619.0709042532 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.04 | 0.13 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.95 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.489 | 0.030 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.9 | 0.8 | | | 14.8182 | 23.5818 | | +| 4 | phi_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 1.15 | 0.17 | | |0.00501244| 2.01499 | | +| 6 | p4040_p | 3.83 | 0.16 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.20 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 4.9 | 1.4 | | | 4.19232 | 9.40768 | | +| 9 | jpsi_p | -4.825 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.05 | 0.43 | | |-6.28319 | 6.28319 | | +| 11| p4160_p | 4.20 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| p4415_s | 1.27 | 0.19 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.014E4 | | | 9797.52 | 9996.48 | | +| 14| Dbar_s | -0.005 | 0.064 | | | -1.464 | 1.464 | | +| 15| psi2s_s | 1367.1 | 2.1 | | | 1358.64 | 1433.36 | | +| 16| p4160_s | 2.08 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| rho_p | -6.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.2 | 0.3 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.11 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p psi2s_p phi_s phi_p p4040_s p4040_p p3770_s omega_s jpsi_p omega_p p4160_p p4415_s jpsi_s Dbar_s psi2s_s p4160_s rho_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.092 0.446 0.000 0.001 -0.282 0.193 -0.143 -0.010 -0.041 -0.005 0.300 -0.259 -0.032 0.493 0.011 -0.185 0.013 0.016 -0.577 | +| p4415_p | 0.092 1.000 0.019 -0.001 0.001 -0.201 0.154 0.007 -0.003 -0.031 -0.003 0.296 -0.181 0.008 -0.110 -0.005 -0.138 0.011 0.002 -0.157 | +| psi2s_p | 0.446 0.019 1.000 0.003 0.002 -0.387 -0.007 -0.186 -0.025 -0.012 -0.016 0.252 -0.336 -0.113 0.617 0.074 -0.346 0.004 0.040 -0.461 | +| phi_s | 0.000 -0.001 0.003 1.000 -0.211 0.002 -0.000 -0.001 0.038 -0.013 0.050 -0.003 0.005 -0.031 0.004 0.027 0.003 0.076 0.005 0.008 | +| phi_p | 0.001 0.001 0.002 -0.211 1.000 0.000 0.002 0.001 0.010 0.008 0.002 0.001 0.001 -0.001 -0.001 0.001 0.001 -0.001 -0.006 -0.001 | +| p4040_s | -0.282 -0.201 -0.387 0.002 0.000 1.000 -0.210 0.179 0.010 -0.069 0.002 -0.535 0.231 0.018 -0.501 -0.016 0.081 -0.020 -0.021 0.561 | +| p4040_p | 0.193 0.154 -0.007 -0.000 0.002 -0.210 1.000 -0.038 0.001 -0.142 -0.003 0.139 0.071 0.028 -0.071 -0.025 0.372 0.007 -0.010 -0.246 | +| p3770_s | -0.143 0.007 -0.186 -0.001 0.001 0.179 -0.038 1.000 0.011 -0.097 0.002 -0.072 0.079 0.030 -0.205 -0.026 0.089 -0.007 -0.025 0.058 | +| omega_s | -0.010 -0.003 -0.025 0.038 0.010 0.010 0.001 0.011 1.000 -0.002 0.750 -0.006 0.005 -0.015 -0.017 0.014 0.008 0.126 -0.599 -0.003 | +| jpsi_p | -0.041 -0.031 -0.012 -0.013 0.008 -0.069 -0.142 -0.097 -0.002 1.000 -0.019 -0.001 -0.125 0.065 0.065 -0.056 -0.157 -0.044 -0.045 -0.076 | +| omega_p | -0.005 -0.003 -0.016 0.050 0.002 0.002 -0.003 0.002 0.750 -0.019 1.000 -0.004 -0.001 0.003 -0.004 -0.003 -0.000 0.014 -0.288 -0.002 | +| p4160_p | 0.300 0.296 0.252 -0.003 0.001 -0.535 0.139 -0.072 -0.006 -0.001 -0.004 1.000 -0.080 0.012 0.268 -0.007 -0.182 0.017 0.005 -0.513 | +| p4415_s | -0.259 -0.181 -0.336 0.005 0.001 0.231 0.071 0.079 0.005 -0.125 -0.001 -0.080 1.000 -0.003 -0.490 -0.001 0.379 -0.013 -0.010 0.467 | +| jpsi_s | -0.032 0.008 -0.113 -0.031 -0.001 0.018 0.028 0.030 -0.015 0.065 0.003 0.012 -0.003 1.000 -0.137 -0.844 0.014 0.033 0.029 -0.031 | +| Dbar_s | 0.493 -0.110 0.617 0.004 -0.001 -0.501 -0.071 -0.205 -0.017 0.065 -0.004 0.268 -0.490 -0.137 1.000 0.119 -0.539 0.014 0.038 -0.798 | +| psi2s_s | 0.011 -0.005 0.074 0.027 0.001 -0.016 -0.025 -0.026 0.014 -0.056 -0.003 -0.007 -0.001 -0.844 0.119 1.000 -0.014 -0.030 -0.028 0.013 | +| p4160_s | -0.185 -0.138 -0.346 0.003 0.001 0.081 0.372 0.089 0.008 -0.157 -0.000 -0.182 0.379 0.014 -0.539 -0.014 1.000 -0.010 -0.016 0.379 | +| rho_p | 0.013 0.011 0.004 0.076 -0.001 -0.020 0.007 -0.007 0.126 -0.044 0.014 0.017 -0.013 0.033 0.014 -0.030 -0.010 1.000 -0.009 -0.019 | +| rho_s | 0.016 0.002 0.040 0.005 -0.006 -0.021 -0.010 -0.025 -0.599 -0.045 -0.288 0.005 -0.010 0.029 0.038 -0.028 -0.016 -0.009 1.000 0.016 | +| Ctt | -0.577 -0.157 -0.461 0.008 -0.001 0.561 -0.246 0.058 -0.003 -0.076 -0.002 -0.513 0.467 -0.031 -0.798 0.013 0.379 -0.019 0.016 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1266878669450855}), (, {'error': 0.16195013397560398}), (, {'error': 0.029863577279906073}), (, {'error': 0.7626771214853516}), (, {'error': 0.08891724221674124}), (, {'error': 0.17455725024095736}), (, {'error': 0.15894764269390116}), (, {'error': 0.19253157831656065}), (, {'error': 1.3541998297967144}), (, {'error': 0.016740110273826492}), (, {'error': 0.42630031292528603}), (, {'error': 0.10297837850300251}), (, {'error': 0.18877997399881274}), (, {'error': 144.23964134128437}), (, {'error': 0.06374517309817984}), (, {'error': 2.0824764776158418}), (, {'error': 0.17189000498682527}), (, {'error': 0.17627679400072616}), (, {'error': 0.34906008250614795}), (, {'error': 0.1611092536212646})]) +Toy 5/10 +Time taken: 6 h, 3 s +Projected time left: 6 h, 3 s +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=331 (331 total) | +| EDM = 4.2E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -723561.7144077037 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.52 | 0.08 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.15 | 0.12 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.117 | 0.020 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 17.1 | 0.7 | | | 14.8182 | 23.5818 | | +| 4 | phi_p | -0.022 | 0.171 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 1.16 | 0.11 | | |0.00501244| 2.01499 | | +| 6 | p4040_p | 4.15 | 0.11 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.24 | 0.15 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 8 | 3 | | | 4.19232 | 9.40768 | | +| 9 | jpsi_p | -1.746 | 0.014 | | |-6.28319 | 6.28319 | | +| 10| omega_p | -6 | 7 | | |-6.28319 | 6.28319 | | +| 11| p4160_p | 4.43 | 0.07 | | |-6.28319 | 6.28319 | | +| 12| p4415_s | 1.27 | 0.13 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 0.984E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| Dbar_s | -0.118 | 0.025 | | | -1.464 | 1.464 | | +| 15| psi2s_s | 1358.64 | 0.04 | | | 1358.64 | 1433.36 | | +| 16| p4160_s | 2.11 | 0.11 | | | 0.71676 | 3.68324 | | +| 17| rho_p | 6.20 | 0.24 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.06 | 0.28 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.19 | 0.07 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p psi2s_p phi_s phi_p p4040_s p4040_p p3770_s omega_s jpsi_p omega_p p4160_p p4415_s jpsi_s Dbar_s psi2s_s p4160_s rho_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.042 0.211 -0.001 0.011 0.042 0.095 -0.071 -0.028 -0.009 -0.028 0.067 -0.014 0.051 0.102 0.002 0.035 -0.007 -0.009 -0.234 | +| p4415_p | 0.042 1.000 0.047 -0.001 0.011 -0.120 0.073 -0.009 -0.027 -0.005 -0.027 0.151 -0.141 0.030 -0.210 0.002 -0.146 -0.004 -0.006 -0.098 | +| psi2s_p | 0.211 0.047 1.000 -0.010 0.054 -0.113 0.062 -0.030 -0.141 0.006 -0.141 0.105 -0.085 0.073 0.271 0.003 -0.062 -0.054 -0.064 -0.211 | +| phi_s | -0.001 -0.001 -0.010 1.000 0.443 0.001 -0.001 0.000 0.043 -0.022 0.044 -0.003 0.002 0.016 0.005 0.001 0.001 0.046 0.036 0.004 | +| phi_p | 0.011 0.011 0.054 0.443 1.000 -0.006 0.008 -0.006 -0.442 0.116 -0.440 0.013 -0.003 -0.004 0.015 -0.000 -0.003 -0.179 -0.231 0.022 | +| p4040_s | 0.042 -0.120 -0.113 0.001 -0.006 1.000 -0.089 0.080 0.008 -0.035 0.007 -0.273 0.009 0.006 -0.177 0.001 -0.123 -0.005 -0.004 0.152 | +| p4040_p | 0.095 0.073 0.062 -0.001 0.008 -0.089 1.000 -0.059 -0.024 -0.051 -0.024 0.020 0.065 0.017 -0.137 0.001 0.283 -0.005 -0.008 -0.219 | +| p3770_s | -0.071 -0.009 -0.030 0.000 -0.006 0.080 -0.059 1.000 0.009 -0.047 0.009 -0.028 0.011 0.008 -0.125 0.000 0.011 -0.001 -0.002 -0.061 | +| omega_s | -0.028 -0.027 -0.141 0.043 -0.442 0.008 -0.024 0.009 1.000 -0.301 0.997 -0.034 0.001 0.001 -0.028 0.000 0.000 0.355 0.507 -0.053 | +| jpsi_p | -0.009 -0.005 0.006 -0.022 0.116 -0.035 -0.051 -0.047 -0.301 1.000 -0.300 -0.011 -0.029 0.034 0.102 0.002 -0.040 -0.117 -0.132 0.154 | +| omega_p | -0.028 -0.027 -0.141 0.044 -0.440 0.007 -0.024 0.009 0.997 -0.300 1.000 -0.033 0.000 -0.000 -0.028 0.000 -0.000 0.351 0.538 -0.053 | +| p4160_p | 0.067 0.151 0.105 -0.003 0.013 -0.273 0.020 -0.028 -0.034 -0.011 -0.033 1.000 0.103 0.003 -0.085 0.000 -0.055 -0.006 -0.012 -0.236 | +| p4415_s | -0.014 -0.141 -0.085 0.002 -0.003 0.009 0.065 0.011 0.001 -0.029 0.000 0.103 1.000 0.030 -0.140 0.002 0.120 -0.004 0.000 0.147 | +| jpsi_s | 0.051 0.030 0.073 0.016 -0.004 0.006 0.017 0.008 0.001 0.034 -0.000 0.003 0.030 1.000 0.130 0.065 0.035 -0.020 -0.021 0.125 | +| Dbar_s | 0.102 -0.210 0.271 0.005 0.015 -0.177 -0.137 -0.125 -0.028 0.102 -0.028 -0.085 -0.140 0.130 1.000 0.008 -0.235 -0.007 0.011 -0.378 | +| psi2s_s | 0.002 0.002 0.003 0.001 -0.000 0.001 0.001 0.000 0.000 0.002 0.000 0.000 0.002 0.065 0.008 1.000 0.002 -0.001 -0.002 0.007 | +| p4160_s | 0.035 -0.146 -0.062 0.001 -0.003 -0.123 0.283 0.011 0.000 -0.040 -0.000 -0.055 0.120 0.035 -0.235 0.002 1.000 -0.003 -0.000 0.071 | +| rho_p | -0.007 -0.004 -0.054 0.046 -0.179 -0.005 -0.005 -0.001 0.355 -0.117 0.351 -0.006 -0.004 -0.020 -0.007 -0.001 -0.003 1.000 0.238 -0.023 | +| rho_s | -0.009 -0.006 -0.064 0.036 -0.231 -0.004 -0.008 -0.002 0.507 -0.132 0.538 -0.012 0.000 -0.021 0.011 -0.002 -0.000 0.238 1.000 -0.000 | +| Ctt | -0.234 -0.098 -0.211 0.004 0.022 0.152 -0.219 -0.061 -0.053 0.154 -0.053 -0.236 0.147 0.125 -0.378 0.007 0.071 -0.023 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.08399373733393567}), (, {'error': 0.11907419484673021}), (, {'error': 0.020425684638262886}), (, {'error': 0.7265039919543046}), (, {'error': 0.1709108091022653}), (, {'error': 0.10898801680240822}), (, {'error': 0.11056979179314119}), (, {'error': 0.15248755247346324}), (, {'error': 3.2166850046318}), (, {'error': 0.013860789212846392}), (, {'error': 6.5766468027846345}), (, {'error': 0.0670355571103487}), (, {'error': 0.1322472963939053}), (, {'error': 10.251263179062335}), (, {'error': 0.025445204075540073}), (, {'error': 0.03799553301712422}), (, {'error': 0.10947297308961845}), (, {'error': 0.23546967069308256}), (, {'error': 0.28155212277976305}), (, {'error': 0.06637848128380222})]) +Toy 6/10 +Time taken: 6 h, 40 min +Projected time left: 4 h, 26 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=337 (337 total) | +| EDM = 7.65E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -723598.0575551034 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.83 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.02 | 0.15 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -4.034 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 15.5 | 1.2 | | | 14.8182 | 23.5818 | | +| 4 | phi_p | 6.01 | 0.19 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 1.15 | 0.15 | | |0.00501244| 2.01499 | | +| 6 | p4040_p | 3.95 | 0.15 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.22 | 0.20 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 5.1 | 3.1 | | | 4.19232 | 9.40768 | | +| 9 | jpsi_p | 4.728 | 0.019 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.07 | 1.66 | | |-6.28319 | 6.28319 | | +| 11| p4160_p | -2.02 | 0.09 | | |-6.28319 | 6.28319 | | +| 12| p4415_s | 1.35 | 0.17 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 0.987E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| Dbar_s | -0.09 | 0.04 | | | -1.464 | 1.464 | | +| 15| psi2s_s | 1362.1 | 1.2 | | | 1358.64 | 1433.36 | | +| 16| p4160_s | 2.12 | 0.15 | | | 0.71676 | 3.68324 | | +| 17| rho_p | -6.2 | 1.5 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 0.8 | 1.2 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.17 | 0.11 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p psi2s_p phi_s phi_p p4040_s p4040_p p3770_s omega_s jpsi_p omega_p p4160_p p4415_s jpsi_s Dbar_s psi2s_s p4160_s rho_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.064 -0.192 0.014 0.033 -0.138 0.140 -0.186 -0.085 -0.010 -0.083 0.171 -0.128 -0.012 0.312 -0.011 -0.078 -0.081 0.085 -0.391 | +| p4415_p | 0.064 1.000 -0.036 0.009 0.024 -0.180 0.142 -0.014 -0.063 -0.025 -0.063 0.272 -0.176 -0.011 -0.187 -0.010 -0.146 -0.060 0.064 -0.123 | +| psi2s_p | -0.192 -0.036 1.000 -0.029 -0.046 -0.093 -0.174 -0.244 0.080 -0.094 0.077 -0.011 -0.114 -0.053 0.031 -0.055 -0.168 0.074 -0.084 -0.082 | +| phi_s | 0.014 0.009 -0.029 1.000 0.671 -0.024 -0.005 -0.029 -0.197 0.100 -0.187 0.006 -0.005 -0.019 0.055 -0.014 -0.011 -0.174 0.209 0.049 | +| phi_p | 0.033 0.024 -0.046 0.671 1.000 -0.056 -0.005 -0.057 -0.423 0.207 -0.414 0.022 -0.019 -0.095 0.100 -0.073 -0.029 -0.404 0.425 0.077 | +| p4040_s | -0.138 -0.180 -0.093 -0.024 -0.056 1.000 -0.187 0.165 0.128 -0.054 0.125 -0.442 0.114 0.034 -0.377 0.023 -0.020 0.122 -0.130 0.380 | +| p4040_p | 0.140 0.142 -0.174 -0.005 -0.005 -0.187 1.000 -0.080 -0.004 -0.111 -0.005 0.128 0.081 -0.017 -0.120 -0.016 0.375 -0.002 0.003 -0.257 | +| p3770_s | -0.186 -0.014 -0.244 -0.029 -0.057 0.165 -0.080 1.000 0.126 -0.057 0.123 -0.076 0.054 0.034 -0.214 0.012 0.058 0.122 -0.128 0.007 | +| omega_s | -0.085 -0.063 0.080 -0.197 -0.423 0.128 -0.004 0.126 1.000 -0.502 0.990 -0.064 0.043 0.237 -0.214 0.184 0.063 0.971 -0.990 -0.159 | +| jpsi_p | -0.010 -0.025 -0.094 0.100 0.207 -0.054 -0.111 -0.057 -0.502 1.000 -0.495 -0.040 -0.051 -0.059 0.201 -0.041 -0.089 -0.493 0.505 0.185 | +| omega_p | -0.083 -0.063 0.077 -0.187 -0.414 0.125 -0.005 0.123 0.990 -0.495 1.000 -0.063 0.042 0.231 -0.209 0.179 0.061 0.954 -0.972 -0.156 | +| p4160_p | 0.171 0.272 -0.011 0.006 0.022 -0.442 0.128 -0.076 -0.064 -0.040 -0.063 1.000 0.043 -0.034 0.067 -0.028 -0.091 -0.059 0.064 -0.374 | +| p4415_s | -0.128 -0.176 -0.114 -0.005 -0.019 0.114 0.081 0.054 0.043 -0.051 0.042 0.043 1.000 0.034 -0.331 0.026 0.270 0.040 -0.043 0.303 | +| jpsi_s | -0.012 -0.011 -0.053 -0.019 -0.095 0.034 -0.017 0.034 0.237 -0.059 0.231 -0.034 0.034 1.000 0.076 0.771 0.030 0.225 -0.241 0.028 | +| Dbar_s | 0.312 -0.187 0.031 0.055 0.100 -0.377 -0.120 -0.214 -0.214 0.201 -0.209 0.067 -0.331 0.076 1.000 0.066 -0.424 -0.209 0.218 -0.574 | +| psi2s_s | -0.011 -0.010 -0.055 -0.014 -0.073 0.023 -0.016 0.012 0.184 -0.041 0.179 -0.028 0.026 0.771 0.066 1.000 0.021 0.174 -0.186 0.030 | +| p4160_s | -0.078 -0.146 -0.168 -0.011 -0.029 -0.020 0.375 0.058 0.063 -0.089 0.061 -0.091 0.270 0.030 -0.424 0.021 1.000 0.060 -0.064 0.221 | +| rho_p | -0.081 -0.060 0.074 -0.174 -0.404 0.122 -0.002 0.122 0.971 -0.493 0.954 -0.059 0.040 0.225 -0.209 0.174 0.060 1.000 -0.965 -0.159 | +| rho_s | 0.085 0.064 -0.084 0.209 0.425 -0.130 0.003 -0.128 -0.990 0.505 -0.972 0.064 -0.043 -0.241 0.218 -0.186 -0.064 -0.965 1.000 0.162 | +| Ctt | -0.391 -0.123 -0.082 0.049 0.077 0.380 -0.257 0.007 -0.159 0.185 -0.156 -0.374 0.303 0.028 -0.574 0.030 0.221 -0.159 0.162 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10804380678126613}), (, {'error': 0.15005029562286953}), (, {'error': 0.02848797977468953}), (, {'error': 1.2159904197503337}), (, {'error': 0.1884448037744555}), (, {'error': 0.15274234685405902}), (, {'error': 0.1479084517297684}), (, {'error': 0.19874058826583818}), (, {'error': 3.0585137700796956}), (, {'error': 0.018542052711448598}), (, {'error': 1.661864422419983}), (, {'error': 0.08959431887258917}), (, {'error': 0.16647201264228229}), (, {'error': 12.976361710892888}), (, {'error': 0.04499490901365766}), (, {'error': 1.2422601479846662}), (, {'error': 0.14984082793617748}), (, {'error': 1.4917146261047733}), (, {'error': 1.2354320028262284}), (, {'error': 0.10561884926532841})]) +Toy 7/10 +Time taken: 7 h, 19 min +Projected time left: 3 h, 8 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=884 (884 total) | +| EDM = 1.58E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -723618.8035418382 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.81 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | -2.46 | 0.16 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -4.465 | 0.030 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.7 | 0.8 | | | 14.8182 | 23.5818 | | +| 4 | phi_p | 6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 1.19 | 0.18 | | |0.00501244| 2.01499 | | +| 6 | p4040_p | 3.59 | 0.16 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.38 | 0.21 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 4.9 | 2.9 | | | 4.19232 | 9.40768 | | +| 9 | jpsi_p | -4.636 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 0.11 | 0.49 | | |-6.28319 | 6.28319 | | +| 11| p4160_p | -2.26 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| p4415_s | 1.29 | 0.19 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 14| Dbar_s | -0.008 | 0.060 | | | -1.464 | 1.464 | | +| 15| psi2s_s | 1372.9 | 1.9 | | | 1358.64 | 1433.36 | | +| 16| p4160_s | 2.11 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| rho_p | -6.28 | 0.23 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.2 | 0.4 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.08 | 0.13 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p psi2s_p phi_s phi_p p4040_s p4040_p p3770_s omega_s jpsi_p omega_p p4160_p p4415_s jpsi_s Dbar_s psi2s_s p4160_s rho_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.067 -0.289 0.002 0.001 -0.250 0.151 -0.198 -0.011 -0.031 -0.008 0.251 -0.218 -0.032 0.450 0.026 -0.171 0.014 0.019 -0.505 | +| p4415_p | 0.067 1.000 -0.107 0.000 0.001 -0.194 0.145 -0.002 -0.003 -0.040 -0.003 0.291 -0.179 0.006 -0.134 -0.007 -0.134 0.014 0.003 -0.147 | +| psi2s_p | -0.289 -0.107 1.000 -0.007 0.002 -0.003 -0.325 -0.319 -0.006 0.100 -0.008 -0.131 -0.072 0.046 -0.014 -0.048 -0.179 -0.030 -0.011 0.172 | +| phi_s | 0.002 0.000 -0.007 1.000 -0.168 -0.001 0.002 -0.003 0.060 -0.013 0.063 -0.000 0.003 -0.025 0.004 0.021 0.002 0.107 -0.013 0.004 | +| phi_p | 0.001 0.001 0.002 -0.168 1.000 0.000 0.002 0.001 0.010 0.007 0.005 0.001 0.001 -0.001 -0.002 0.001 0.001 -0.001 -0.006 -0.001 | +| p4040_s | -0.250 -0.194 -0.003 -0.001 0.000 1.000 -0.208 0.173 0.011 -0.051 0.005 -0.524 0.201 0.021 -0.484 -0.022 0.064 -0.025 -0.024 0.542 | +| p4040_p | 0.151 0.145 -0.325 0.002 0.002 -0.208 1.000 -0.059 0.001 -0.136 -0.003 0.117 0.088 0.020 -0.089 -0.020 0.383 0.007 -0.007 -0.230 | +| p3770_s | -0.198 -0.002 -0.319 -0.003 0.001 0.173 -0.059 1.000 0.010 -0.008 0.005 -0.084 0.068 0.023 -0.188 -0.035 0.079 -0.010 -0.024 0.043 | +| omega_s | -0.011 -0.003 -0.006 0.060 0.010 0.011 0.001 0.010 1.000 -0.015 0.823 -0.006 0.005 -0.010 -0.020 0.008 0.008 0.165 -0.679 -0.006 | +| jpsi_p | -0.031 -0.040 0.100 -0.013 0.007 -0.051 -0.136 -0.008 -0.015 1.000 -0.024 0.001 -0.137 0.051 0.100 -0.038 -0.162 -0.065 -0.029 -0.137 | +| omega_p | -0.008 -0.003 -0.008 0.063 0.005 0.005 -0.003 0.005 0.823 -0.024 1.000 -0.005 0.001 0.000 -0.009 -0.000 0.002 0.047 -0.431 -0.003 | +| p4160_p | 0.251 0.291 -0.131 -0.000 0.001 -0.524 0.117 -0.084 -0.006 0.001 -0.005 1.000 -0.045 0.006 0.236 -0.006 -0.171 0.019 0.008 -0.485 | +| p4415_s | -0.218 -0.179 -0.072 0.003 0.001 0.201 0.088 0.068 0.005 -0.137 0.001 -0.045 1.000 -0.000 -0.457 -0.001 0.362 -0.016 -0.012 0.426 | +| jpsi_s | -0.032 0.006 0.046 -0.025 -0.001 0.021 0.020 0.023 -0.010 0.051 0.000 0.006 -0.000 1.000 -0.126 -0.808 0.014 0.039 0.022 -0.027 | +| Dbar_s | 0.450 -0.134 -0.014 0.004 -0.002 -0.484 -0.089 -0.188 -0.020 0.100 -0.009 0.236 -0.457 -0.126 1.000 0.109 -0.530 0.018 0.044 -0.779 | +| psi2s_s | 0.026 -0.007 -0.048 0.021 0.001 -0.022 -0.020 -0.035 0.008 -0.038 -0.000 -0.006 -0.001 -0.808 0.109 1.000 -0.015 -0.033 -0.017 0.028 | +| p4160_s | -0.171 -0.134 -0.179 0.002 0.001 0.064 0.383 0.079 0.008 -0.162 0.002 -0.171 0.362 0.014 -0.530 -0.015 1.000 -0.012 -0.018 0.358 | +| rho_p | 0.014 0.014 -0.030 0.107 -0.001 -0.025 0.007 -0.010 0.165 -0.065 0.047 0.019 -0.016 0.039 0.018 -0.033 -0.012 1.000 -0.025 -0.020 | +| rho_s | 0.019 0.003 -0.011 -0.013 -0.006 -0.024 -0.007 -0.024 -0.679 -0.029 -0.431 0.008 -0.012 0.022 0.044 -0.017 -0.018 -0.025 1.000 0.013 | +| Ctt | -0.505 -0.147 0.172 0.004 -0.001 0.542 -0.230 0.043 -0.006 -0.137 -0.003 -0.485 0.426 -0.027 -0.779 0.028 0.358 -0.020 0.013 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11784431569326692}), (, {'error': 0.1616726900671186}), (, {'error': 0.0295355587662689}), (, {'error': 0.7582123662850648}), (, {'error': 0.07317474603172425}), (, {'error': 0.17707247984889218}), (, {'error': 0.15511976349729562}), (, {'error': 0.20885253578772822}), (, {'error': 2.852229164739094}), (, {'error': 0.01614474373662933}), (, {'error': 0.4949721180231723}), (, {'error': 0.10081332881986871}), (, {'error': 0.18573725365761062}), (, {'error': 133.47641224815743}), (, {'error': 0.06003948180137986}), (, {'error': 1.8933130067404136}), (, {'error': 0.1729967840353781}), (, {'error': 0.22501718464238696}), (, {'error': 0.3748227303204986}), (, {'error': 0.13031662251402903})]) +Toy 8/10 +Time taken: 8 h, 25 min +Projected time left: 2 h, 6 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=1133 (1133 total) | +| EDM = 0.000674 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -723595.635953557 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.38 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 4.13 | 0.18 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.427 | 0.026 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.8 | 0.8 | | | 14.8182 | 23.5818 | | +| 4 | phi_p | 6.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 0.005 | 0.020 | | |0.00501244| 2.01499 | | +| 6 | p4040_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 1.99 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 4.7 | 1.2 | | | 4.19232 | 9.40768 | | +| 9 | jpsi_p | 1.468 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 6.3 | 0.5 | | |-6.28319 | 6.28319 | | +| 11| p4160_p | 4.51 | 0.08 | | |-6.28319 | 6.28319 | | +| 12| p4415_s | 1.13 | 0.16 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 14| Dbar_s | 0.14 | 0.04 | | | -1.464 | 1.464 | | +| 15| psi2s_s | 1367.1 | 1.6 | | | 1358.64 | 1433.36 | | +| 16| p4160_s | 2.15 | 0.14 | | | 0.71676 | 3.68324 | | +| 17| rho_p | -6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 1.3 | 0.4 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.50 | 0.08 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p psi2s_p phi_s phi_p p4040_s p4040_p p3770_s omega_s jpsi_p omega_p p4160_p p4415_s jpsi_s Dbar_s psi2s_s p4160_s rho_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.009 0.305 0.004 0.000 0.006 -0.007 -0.121 -0.016 -0.066 0.009 0.055 -0.042 -0.040 0.205 -0.007 -0.016 0.009 0.033 -0.212 | +| p4415_p | 0.009 1.000 -0.037 0.000 0.001 0.011 -0.006 0.034 -0.001 -0.014 0.001 0.223 -0.109 0.004 -0.328 -0.001 -0.152 0.012 0.003 -0.038 | +| psi2s_p | 0.305 -0.037 1.000 0.004 0.002 -0.001 0.015 -0.142 -0.031 -0.071 0.019 0.021 -0.174 -0.085 0.441 0.022 -0.221 -0.009 0.048 -0.150 | +| phi_s | 0.004 0.000 0.004 1.000 -0.208 0.000 -0.000 -0.001 0.045 -0.018 -0.037 0.001 0.001 -0.018 0.012 0.013 -0.001 0.130 0.004 0.002 | +| phi_p | 0.000 0.001 0.002 -0.208 1.000 0.000 -0.000 0.001 0.011 0.009 -0.003 0.001 0.001 -0.001 -0.003 0.001 0.001 -0.001 -0.006 -0.000 | +| p4040_s | 0.006 0.011 -0.001 0.000 0.000 1.000 -0.371 -0.007 -0.000 -0.009 0.000 0.005 0.018 0.000 -0.026 -0.001 0.051 0.001 0.001 -0.012 | +| p4040_p | -0.007 -0.006 0.015 -0.000 -0.000 -0.371 1.000 -0.003 -0.001 0.015 0.000 0.013 -0.020 -0.002 0.043 0.002 -0.046 -0.000 0.001 0.004 | +| p3770_s | -0.121 0.034 -0.142 -0.001 0.001 -0.007 -0.003 1.000 0.009 -0.103 -0.003 -0.006 0.080 0.014 -0.258 -0.013 0.133 -0.006 -0.019 -0.035 | +| omega_s | -0.016 -0.001 -0.031 0.045 0.011 -0.000 -0.001 0.009 1.000 -0.001 -0.645 -0.004 0.008 -0.010 -0.038 0.009 0.012 0.261 -0.670 -0.006 | +| jpsi_p | -0.066 -0.014 -0.071 -0.018 0.009 -0.009 0.015 -0.103 -0.001 1.000 0.008 -0.036 -0.083 0.045 -0.059 -0.036 -0.096 -0.080 -0.049 -0.026 | +| omega_p | 0.009 0.001 0.019 -0.037 -0.003 0.000 0.000 -0.003 -0.645 0.008 1.000 0.003 -0.002 0.002 0.017 -0.003 -0.004 -0.026 0.379 0.003 | +| p4160_p | 0.055 0.223 0.021 0.001 0.001 0.005 0.013 -0.006 -0.004 -0.036 0.003 1.000 0.196 0.006 -0.222 -0.007 0.031 0.010 0.007 -0.153 | +| p4415_s | -0.042 -0.109 -0.174 0.001 0.001 0.018 -0.020 0.080 0.008 -0.083 -0.002 0.196 1.000 0.003 -0.275 0.002 0.231 -0.009 -0.017 0.180 | +| jpsi_s | -0.040 0.004 -0.085 -0.018 -0.001 0.000 -0.002 0.014 -0.010 0.045 0.002 0.006 0.003 1.000 -0.173 -0.721 0.014 0.036 0.022 -0.012 | +| Dbar_s | 0.205 -0.328 0.441 0.012 -0.003 -0.026 0.043 -0.258 -0.038 -0.059 0.017 -0.222 -0.275 -0.173 1.000 0.108 -0.422 0.007 0.081 -0.415 | +| psi2s_s | -0.007 -0.001 0.022 0.013 0.001 -0.001 0.002 -0.013 0.009 -0.036 -0.003 -0.007 0.002 -0.721 0.108 1.000 -0.002 -0.029 -0.020 0.001 | +| p4160_s | -0.016 -0.152 -0.221 -0.001 0.001 0.051 -0.046 0.133 0.012 -0.096 -0.004 0.031 0.231 0.014 -0.422 -0.002 1.000 -0.010 -0.026 0.173 | +| rho_p | 0.009 0.012 -0.009 0.130 -0.001 0.001 -0.000 -0.006 0.261 -0.080 -0.026 0.010 -0.009 0.036 0.007 -0.029 -0.010 1.000 -0.027 -0.005 | +| rho_s | 0.033 0.003 0.048 0.004 -0.006 0.001 0.001 -0.019 -0.670 -0.049 0.379 0.007 -0.017 0.022 0.081 -0.020 -0.026 -0.027 1.000 0.012 | +| Ctt | -0.212 -0.038 -0.150 0.002 -0.000 -0.012 0.004 -0.035 -0.006 -0.026 0.003 -0.153 0.180 -0.012 -0.415 0.001 0.173 -0.005 0.012 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11573787058843532}), (, {'error': 0.17521089423856218}), (, {'error': 0.026194594179954622}), (, {'error': 0.7661304959177677}), (, {'error': 0.08778164976700431}), (, {'error': 0.01968188131301179}), (, {'error': 9.274760273111061}), (, {'error': 0.1895223067051669}), (, {'error': 1.2043118841070894}), (, {'error': 0.016378156202146332}), (, {'error': 0.547999812229742}), (, {'error': 0.08082818128744407}), (, {'error': 0.16432681991419817}), (, {'error': 27.660558605590268}), (, {'error': 0.035923968143353746}), (, {'error': 1.6116322444398747}), (, {'error': 0.13713753677416296}), (, {'error': 0.24770912315402516}), (, {'error': 0.36273620983686644}), (, {'error': 0.08454149885964654})]) +Toy 9/10 +Time taken: 9 h, 40 min +Projected time left: 1 h, 4 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.236E+05 | Ncalls=482 (482 total) | +| EDM = 3.6E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -723608.6776055151 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.78 | 0.11 | | |-6.28319 | 6.28319 | | +| 1 | p4415_p | 3.96 | 0.15 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -4.065 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18.2 | 0.8 | | | 14.8182 | 23.5818 | | +| 4 | phi_p | -6.01 | 0.24 | | |-6.28319 | 6.28319 | | +| 5 | p4040_s | 1.26 | 0.14 | | |0.00501244| 2.01499 | | +| 6 | p4040_p | -2.48 | 0.14 | | |-6.28319 | 6.28319 | | +| 7 | p3770_s | 2.51 | 0.19 | | |0.918861 | 4.08114 | | +| 8 | omega_s | 7 | 3 | | | 4.19232 | 9.40768 | | +| 9 | jpsi_p | -1.539 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| omega_p | 1.1 | 2.4 | | |-6.28319 | 6.28319 | | +| 11| p4160_p | -2.07 | 0.09 | | |-6.28319 | 6.28319 | | +| 12| p4415_s | 1.37 | 0.15 | | |0.126447 | 2.35355 | | +| 13| jpsi_s | 0.997E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 14| Dbar_s | -0.04 | 0.05 | | | -1.464 | 1.464 | | +| 15| psi2s_s | 1373.3 | 1.6 | | | 1358.64 | 1433.36 | | +| 16| p4160_s | 2.12 | 0.15 | | | 0.71676 | 3.68324 | | +| 17| rho_p | 6.0 | 0.5 | | |-6.28319 | 6.28319 | | +| 18| rho_s | 2.0 | 1.1 | | |0.0253049| 2.0747 | | +| 19| Ctt | -0.04 | 0.09 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p p4415_p psi2s_p phi_s phi_p p4040_s p4040_p p3770_s omega_s jpsi_p omega_p p4160_p p4415_s jpsi_s Dbar_s psi2s_s p4160_s rho_p rho_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.032 -0.264 -0.004 -0.013 -0.100 0.118 -0.179 0.009 -0.058 0.009 0.138 -0.098 0.017 0.275 0.011 -0.059 0.016 0.012 -0.405 | +| p4415_p | 0.032 1.000 -0.067 -0.005 -0.022 -0.152 0.148 0.009 0.027 -0.088 0.027 0.275 -0.120 -0.010 -0.309 -0.010 -0.099 0.032 0.026 -0.065 | +| psi2s_p | -0.264 -0.067 1.000 0.007 0.080 -0.046 -0.241 -0.229 -0.145 -0.013 -0.146 -0.049 -0.095 -0.031 0.025 -0.040 -0.174 -0.156 -0.146 0.007 | +| phi_s | -0.004 -0.005 0.007 1.000 0.581 0.007 -0.004 0.003 -0.104 -0.003 -0.102 -0.006 0.002 0.040 -0.000 0.032 0.001 -0.092 -0.096 0.002 | +| phi_p | -0.013 -0.022 0.080 0.581 1.000 0.034 -0.013 0.020 -0.549 0.078 -0.547 -0.020 0.009 0.127 -0.014 0.102 0.006 -0.558 -0.520 0.006 | +| p4040_s | -0.100 -0.152 -0.046 0.007 0.034 1.000 -0.130 0.149 -0.051 0.022 -0.051 -0.402 0.068 0.001 -0.283 -0.004 -0.047 -0.061 -0.053 0.365 | +| p4040_p | 0.118 0.148 -0.241 -0.004 -0.013 -0.130 1.000 -0.051 0.011 -0.148 0.010 0.058 0.125 -0.021 -0.260 -0.022 0.423 0.012 0.008 -0.169 | +| p3770_s | -0.179 0.009 -0.229 0.003 0.020 0.149 -0.051 1.000 -0.029 0.014 -0.029 -0.059 0.051 -0.005 -0.203 -0.020 0.064 -0.035 -0.032 0.045 | +| omega_s | 0.009 0.027 -0.145 -0.104 -0.549 -0.051 0.011 -0.029 1.000 -0.192 0.995 0.022 -0.017 -0.212 0.018 -0.170 -0.012 0.921 0.945 -0.012 | +| jpsi_p | -0.058 -0.088 -0.013 -0.003 0.078 0.022 -0.148 0.014 -0.192 1.000 -0.191 -0.087 -0.045 0.102 0.145 0.087 -0.082 -0.179 -0.169 0.100 | +| omega_p | 0.009 0.027 -0.146 -0.102 -0.547 -0.051 0.010 -0.029 0.995 -0.191 1.000 0.022 -0.018 -0.214 0.019 -0.171 -0.013 0.929 0.960 -0.012 | +| p4160_p | 0.138 0.275 -0.049 -0.006 -0.020 -0.402 0.058 -0.059 0.022 -0.087 0.022 1.000 0.083 -0.017 -0.036 -0.015 -0.093 0.030 0.022 -0.326 | +| p4415_s | -0.098 -0.120 -0.095 0.002 0.009 0.068 0.125 0.051 -0.017 -0.045 -0.018 0.083 1.000 0.009 -0.298 0.006 0.250 -0.023 -0.018 0.267 | +| jpsi_s | 0.017 -0.010 -0.031 0.040 0.127 0.001 -0.021 -0.005 -0.212 0.102 -0.214 -0.017 0.009 1.000 0.131 0.765 -0.002 -0.223 -0.208 0.038 | +| Dbar_s | 0.275 -0.309 0.025 -0.000 -0.014 -0.283 -0.260 -0.203 0.018 0.145 0.019 -0.036 -0.298 0.131 1.000 0.112 -0.442 0.029 0.030 -0.597 | +| psi2s_s | 0.011 -0.010 -0.040 0.032 0.102 -0.004 -0.022 -0.020 -0.170 0.087 -0.171 -0.015 0.006 0.765 0.112 1.000 -0.006 -0.178 -0.166 0.038 | +| p4160_s | -0.059 -0.099 -0.174 0.001 0.006 -0.047 0.423 0.064 -0.012 -0.082 -0.013 -0.093 0.250 -0.002 -0.442 -0.006 1.000 -0.018 -0.015 0.235 | +| rho_p | 0.016 0.032 -0.156 -0.092 -0.558 -0.061 0.012 -0.035 0.921 -0.179 0.929 0.030 -0.023 -0.223 0.029 -0.178 -0.018 1.000 0.914 -0.014 | +| rho_s | 0.012 0.026 -0.146 -0.096 -0.520 -0.053 0.008 -0.032 0.945 -0.169 0.960 0.022 -0.018 -0.208 0.030 -0.166 -0.015 0.914 1.000 -0.005 | +| Ctt | -0.405 -0.065 0.007 0.002 0.006 0.365 -0.169 0.045 -0.012 0.100 -0.012 -0.326 0.267 0.038 -0.597 0.038 0.235 -0.014 -0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.10506030625149432}), (, {'error': 0.1504700665116081}), (, {'error': 0.02938010229168242}), (, {'error': 0.8455525375396391}), (, {'error': 0.23520454110622202}), (, {'error': 0.1409695706986095}), (, {'error': 0.14281071017634273}), (, {'error': 0.18835525106419704}), (, {'error': 3.3761153145069995}), (, {'error': 0.016618206563167703}), (, {'error': 2.35946748076627}), (, {'error': 0.09035056022357413}), (, {'error': 0.15461031353278343}), (, {'error': 9.991968856007588}), (, {'error': 0.04533984856351192}), (, {'error': 1.6449226460113096}), (, {'error': 0.15142320109757446}), (, {'error': 0.4982527680899018}), (, {'error': 1.0640060801662492}), (, {'error': 0.09311359107928585})]) +Toy 10/10 +Time taken: 10 h, 28 min +Projected time left: +Mean Ctt value = -0.14911884861375213 +Mean Ctt error = 0.11947764786891919 +Simulation ended diff --git a/prelim_results/slurm-2213955.out b/prelim_results/slurm-2213955.out new file mode 100644 index 0000000..6934016 --- /dev/null +++ b/prelim_results/slurm-2213955.out @@ -0,0 +1,9504 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 21:14:44.612049: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 21:14:44.619445: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 21:14:44.619657: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x555803471310 executing computations on platform Host. Devices: +2019-07-07 21:14:44.619687: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 21:14:48.490160: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5558034fd3b0 executing computations on platform CUDA. Devices: +2019-07-07 21:14:48.490228: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 21:14:48.491282: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:15:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 21:14:48.491330: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 21:14:48.500716: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 21:14:48.500780: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 21:14:48.500794: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 21:14:48.501393: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10801 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:15:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -725813.0040665 Edm = 9.15811 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -725813.0040665 Edm = 9.15811 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -728025.663328 Edm = 0.0984115 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -728026.0891452 Edm = 0.217883 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -728068.1511 Edm = 0.106189 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -728068.3007196 Edm = 0.0278037 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -728071.1783594 Edm = 2.74631 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -728218.7766739 Edm = 6.37818 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -728228.3546891 Edm = 0.535206 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -728229.139887 Edm = 0.0839476 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -728229.6089474 Edm = 0.321545 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -728274.2049803 Edm = 13.4941 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -728296.272019 Edm = 0.830778 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -728297.3029566 Edm = 0.0335955 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -728297.3592632 Edm = 0.0237043 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -728299.8571205 Edm = 2.76393 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -728324.2608336 Edm = 1.61898 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -728411.8485704 Edm = 15.197 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -728421.8240439 Edm = 1.62916 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -728423.3636736 Edm = 0.0521587 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -728423.4539962 Edm = 0.0163074 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -728423.4896849 Edm = 0.0104846 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -728423.6567642 Edm = 0.154791 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -728462.4832611 Edm = 1.68214 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -728464.3055644 Edm = 0.0814644 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -728464.393322 Edm = 0.0112104 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -728464.4149161 Edm = 0.00616024 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -728464.4436037 Edm = 0.0148587 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -728464.4950531 Edm = 0.0187953 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -728465.4640343 Edm = 1.0264 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -728489.7742336 Edm = 24.1956 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -728489.8085913 Edm = 0.0311891 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -728489.8854184 Edm = 0.0843664 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -728490.8273207 Edm = 0.496462 NCalls = 111 +VariableMetric: Iteration # 33 - FCN = -728492.0029169 Edm = 0.446259 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -728498.2596308 Edm = 4.74747 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -728553.4741657 Edm = 3.99659 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -728557.1356035 Edm = 0.467777 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -728557.6316261 Edm = 0.208246 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -728559.8188622 Edm = 5.42252 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -728559.9129133 Edm = 0.150034 NCalls = 132 +VariableMetric: Iteration # 40 - FCN = -728560.1032003 Edm = 0.150818 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -728561.6758984 Edm = 1.20894 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -728563.7264667 Edm = 2.34121 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -728565.7609178 Edm = 1.2206 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -728567.7911137 Edm = 0.116047 NCalls = 147 +VariableMetric: Iteration # 45 - FCN = -728567.8986342 Edm = 0.00672926 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -728567.9207391 Edm = 0.018739 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -728569.1347109 Edm = 1.41007 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -728569.1844657 Edm = 0.0458141 NCalls = 160 +VariableMetric: Iteration # 49 - FCN = -728577.2530263 Edm = 1.22477 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -728640.1231378 Edm = 36.7632 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -728745.4117814 Edm = 85.1762 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -728828.3433537 Edm = 33.8556 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -728865.2902656 Edm = 12.3384 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -728923.8891153 Edm = 92.6656 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -728947.4212188 Edm = 40.3705 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -728975.3918843 Edm = 32.3695 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -729015.4857397 Edm = 52.749 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -729038.5015319 Edm = 45.8003 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -729087.0367284 Edm = 15.5366 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -729101.2688937 Edm = 1.84979 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -729109.8310009 Edm = 10.0104 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -729130.8283917 Edm = 37.2362 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -729133.1993389 Edm = 3.90068 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -729145.1482389 Edm = 4.55436 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -729154.8230304 Edm = 3.96007 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -729161.4647821 Edm = 1.03283 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -729162.8004162 Edm = 0.377474 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -729163.0545003 Edm = 0.0742909 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -729163.1813942 Edm = 0.0454053 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -729163.3565907 Edm = 0.0484058 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -729163.4142926 Edm = 0.017142 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -729163.4497855 Edm = 0.0162752 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -729163.5295751 Edm = 0.0445802 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -729165.5941725 Edm = 1.82831 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -729235.2757013 Edm = 43.5794 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -729271.642283 Edm = 15.0808 NCalls = 245 +VariableMetric: Iteration # 77 - FCN = -729282.4170334 Edm = 1.28189 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -729284.5451737 Edm = 0.163005 NCalls = 249 +VariableMetric: Iteration # 79 - FCN = -729284.8043844 Edm = 0.0560466 NCalls = 251 +VariableMetric: Iteration # 80 - FCN = -729284.9837031 Edm = 0.216173 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -729286.1182668 Edm = 1.56281 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -729286.1256793 Edm = 0.0336004 NCalls = 264 +VariableMetric: Iteration # 83 - FCN = -729286.2983695 Edm = 0.117474 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -729287.2259586 Edm = 0.666128 NCalls = 270 +VariableMetric: Iteration # 85 - FCN = -729289.3441735 Edm = 2.1004 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -729294.9068916 Edm = 7.17065 NCalls = 281 +VariableMetric: Iteration # 87 - FCN = -729298.2208804 Edm = 5.11324 NCalls = 284 +VariableMetric: Iteration # 88 - FCN = -729308.6985444 Edm = 2.4332 NCalls = 288 +VariableMetric: Iteration # 89 - FCN = -729312.009757 Edm = 0.299216 NCalls = 290 +VariableMetric: Iteration # 90 - FCN = -729312.2285014 Edm = 0.0599044 NCalls = 292 +VariableMetric: Iteration # 91 - FCN = -729312.2894491 Edm = 0.0184061 NCalls = 294 +VariableMetric: Iteration # 92 - FCN = -729312.3610057 Edm = 0.0353743 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -729312.6727799 Edm = 0.323768 NCalls = 300 +VariableMetric: Iteration # 94 - FCN = -729314.8645093 Edm = 1.93423 NCalls = 306 +VariableMetric: Iteration # 95 - FCN = -729390.7169495 Edm = 63.4268 NCalls = 313 +VariableMetric: Iteration # 96 - FCN = -729395.3358559 Edm = 16.5129 NCalls = 316 +VariableMetric: Iteration # 97 - FCN = -729436.8907455 Edm = 26.113 NCalls = 321 +VariableMetric: Iteration # 98 - FCN = -729478.6682182 Edm = 20.9419 NCalls = 324 +VariableMetric: Iteration # 99 - FCN = -729498.7998884 Edm = 16.3873 NCalls = 326 +VariableMetric: Iteration # 100 - FCN = -729510.7362696 Edm = 3.05336 NCalls = 328 +VariableMetric: Iteration # 101 - FCN = -729516.3268949 Edm = 1.43472 NCalls = 330 +VariableMetric: Iteration # 102 - FCN = -729517.7963625 Edm = 0.249407 NCalls = 332 +VariableMetric: Iteration # 103 - FCN = -729518.1909623 Edm = 0.049841 NCalls = 334 +VariableMetric: Iteration # 104 - FCN = -729518.3086473 Edm = 0.0368349 NCalls = 336 +VariableMetric: Iteration # 105 - FCN = -729518.5164709 Edm = 0.0550107 NCalls = 340 +VariableMetric: Iteration # 106 - FCN = -729518.5824799 Edm = 0.00451962 NCalls = 342 +VariableMetric: Iteration # 107 - FCN = -729518.5873837 Edm = 0.00068863 NCalls = 344 +VariableMetric: Iteration # 108 - FCN = -729518.5887604 Edm = 0.000874859 NCalls = 346 +VariableMetric: Iteration # 109 - FCN = -729518.6066351 Edm = 0.0142544 NCalls = 351 +VariableMetric: Iteration # 110 - FCN = -729518.6905673 Edm = 0.0886173 NCalls = 354 +VariableMetric: Iteration # 111 - FCN = -729521.8547801 Edm = 2.55407 NCalls = 360 +VariableMetric: Iteration # 112 - FCN = -729529.3526392 Edm = 1.18339 NCalls = 362 +VariableMetric: Iteration # 113 - FCN = -729530.5940039 Edm = 0.104218 NCalls = 364 +VariableMetric: Iteration # 114 - FCN = -729530.7248096 Edm = 0.00909815 NCalls = 366 +VariableMetric: Iteration # 115 - FCN = -729530.7328192 Edm = 0.000642044 NCalls = 368 +VariableMetric: Iteration # 116 - FCN = -729530.7338733 Edm = 0.000445451 NCalls = 370 +VariableMetric: Iteration # 117 - FCN = -729530.7382365 Edm = 0.00504146 NCalls = 373 +VariableMetric: Iteration # 118 - FCN = -729530.846899 Edm = 0.113928 NCalls = 379 +VariableMetric: Iteration # 119 - FCN = -729530.9513558 Edm = 0.103501 NCalls = 385 +VariableMetric: Iteration # 120 - FCN = -729540.4499616 Edm = 0.619291 NCalls = 391 +VariableMetric: Iteration # 121 - FCN = -729541.0375999 Edm = 0.0882121 NCalls = 392 +VariableMetric: Iteration # 122 - FCN = -729541.09632 Edm = 0.00733249 NCalls = 394 +VariableMetric: Iteration # 123 - FCN = -729541.1021666 Edm = 0.000856871 NCalls = 396 +VariableMetric: Iteration # 124 - FCN = -729541.1029896 Edm = 0.000137627 NCalls = 398 +VariableMetric: Iteration # 125 - FCN = -729541.103167 Edm = 0.000106132 NCalls = 400 +VariableMetric: Iteration # 126 - FCN = -729541.1036353 Edm = 0.000502764 NCalls = 403 +VariableMetric: Iteration # 127 - FCN = -729541.1260036 Edm = 0.020863 NCalls = 410 +VariableMetric: Iteration # 128 - FCN = -729542.7740491 Edm = 0.549859 NCalls = 415 +VariableMetric: Iteration # 129 - FCN = -729543.5158675 Edm = 0.0462489 NCalls = 417 +VariableMetric: Iteration # 130 - FCN = -729543.573093 Edm = 0.00407555 NCalls = 419 +VariableMetric: Iteration # 131 - FCN = -729543.5775668 Edm = 0.000134158 NCalls = 421 +VariableMetric: Iteration # 132 - FCN = -729543.5777442 Edm = 1.84171e-05 NCalls = 423 +VariableMetric: After Hessian - FCN = -729543.5777442 Edm = 5.33666 NCalls = 788 +VariableMetric: Iteration # 133 - FCN = -729543.5777442 Edm = 5.33666 NCalls = 788 +VariableMetric: Iteration # 134 - FCN = -729543.7857423 Edm = 13.5428 NCalls = 791 +VariableMetric: Iteration # 135 - FCN = -729545.1877403 Edm = 0.283141 NCalls = 795 +VariableMetric: Iteration # 136 - FCN = -729545.7307097 Edm = 1.08156 NCalls = 798 +VariableMetric: Iteration # 137 - FCN = -729546.5734955 Edm = 1.55672 NCalls = 801 +VariableMetric: Iteration # 138 - FCN = -729546.7584734 Edm = 0.271423 NCalls = 803 +VariableMetric: Iteration # 139 - FCN = -729546.8911738 Edm = 1.16922 NCalls = 806 +VariableMetric: Iteration # 140 - FCN = -729547.7791824 Edm = 0.611441 NCalls = 809 +VariableMetric: Iteration # 141 - FCN = -729548.2310859 Edm = 79.7607 NCalls = 811 +VariableMetric: Iteration # 142 - FCN = -729548.2347165 Edm = 117.55 NCalls = 816 +VariableMetric: Iteration # 143 - FCN = -729548.2538847 Edm = 39.2763 NCalls = 820 +VariableMetric: Iteration # 144 - FCN = -729548.2582162 Edm = 126.444 NCalls = 824 +VariableMetric: Iteration # 145 - FCN = -729548.2759984 Edm = 17.812 NCalls = 828 +VariableMetric: Iteration # 146 - FCN = -729548.2979127 Edm = 26.0235 NCalls = 831 +VariableMetric: Iteration # 147 - FCN = -729548.3270897 Edm = 16.7281 NCalls = 834 +VariableMetric: Iteration # 148 - FCN = -729548.401591 Edm = 87.7234 NCalls = 837 +VariableMetric: Iteration # 149 - FCN = -729548.5105871 Edm = 2.11859 NCalls = 840 +VariableMetric: Iteration # 150 - FCN = -729548.6073927 Edm = 0.960989 NCalls = 842 +VariableMetric: Iteration # 151 - FCN = -729548.6704687 Edm = 0.562245 NCalls = 844 +VariableMetric: Iteration # 152 - FCN = -729548.6975002 Edm = 0.518694 NCalls = 846 +VariableMetric: Iteration # 153 - FCN = -729548.7561584 Edm = 0.965108 NCalls = 848 +VariableMetric: Iteration # 154 - FCN = -729548.8101561 Edm = 0.0998849 NCalls = 850 +VariableMetric: Iteration # 155 - FCN = -729548.822136 Edm = 0.149806 NCalls = 852 +VariableMetric: Iteration # 156 - FCN = -729548.8320757 Edm = 0.0600619 NCalls = 854 +VariableMetric: Iteration # 157 - FCN = -729548.8364761 Edm = 0.0152933 NCalls = 856 +VariableMetric: Iteration # 158 - FCN = -729548.8429077 Edm = 0.0246632 NCalls = 858 +VariableMetric: Iteration # 159 - FCN = -729548.8494196 Edm = 0.00323965 NCalls = 859 +VariableMetric: Iteration # 160 - FCN = -729548.8503436 Edm = 0.00342929 NCalls = 861 +VariableMetric: Iteration # 161 - FCN = -729548.8526955 Edm = 0.000622422 NCalls = 863 +VariableMetric: Iteration # 162 - FCN = -729548.8528095 Edm = 0.000195309 NCalls = 865 +VariableMetric: Iteration # 163 - FCN = -729548.8529894 Edm = 1.07136e-05 NCalls = 867 +VariableMetric: After Hessian - FCN = -729548.8529894 Edm = 1.01787e-05 NCalls = 1250 +VariableMetric: Iteration # 164 - FCN = -729548.8529894 Edm = 1.01787e-05 NCalls = 1250 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -726630.4019822 Edm = 1.13936 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -726630.4019822 Edm = 1.13936 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -726961.7450689 Edm = 0.125265 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -726962.323447 Edm = 0.223332 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -727343.3510313 Edm = 30.2191 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -727379.1823991 Edm = 12.7295 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -727390.8763624 Edm = 0.0472691 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -727391.1937859 Edm = 0.305009 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -727443.9026981 Edm = 7.47938 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -727468.0315536 Edm = 0.681221 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -727468.8128053 Edm = 0.0771978 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -727474.4795886 Edm = 5.27765 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -727533.5831975 Edm = 3.17198 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -727542.1860624 Edm = 2.96853 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -727570.31742 Edm = 7.46967 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -727578.5034342 Edm = 2.41367 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -727580.5715851 Edm = 0.712757 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -727580.7869666 Edm = 0.00808477 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -727580.8087399 Edm = 0.0133639 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -727589.2620103 Edm = 8.02313 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -727636.7312386 Edm = 12.609 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -727649.0419619 Edm = 8.28691 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -727650.716516 Edm = 3.65107 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -727655.5853829 Edm = 4.33491 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -727672.6981927 Edm = 14.1818 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -727695.9487791 Edm = 26.9225 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -727713.9195739 Edm = 1.39131 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -727715.2835432 Edm = 0.0289134 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -727715.3193785 Edm = 0.0094419 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -727715.5028552 Edm = 0.156197 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -727781.6363235 Edm = 38.9079 NCalls = 99 +VariableMetric: Iteration # 30 - FCN = -727866.3334848 Edm = 2.53325 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -727869.8388636 Edm = 2.03149 NCalls = 103 +VariableMetric: Iteration # 32 - FCN = -727872.6272871 Edm = 2.51503 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -729068.3608526 Edm = 247.744 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -729068.3608526 Edm = 247.744 NCalls = 128 +VariableMetric: After Hessian - FCN = -729068.3608526 Edm = 94603.1 NCalls = 483 +VariableMetric: Iteration # 35 - FCN = -729068.3608526 Edm = 94603.1 NCalls = 483 +VariableMetric: Iteration # 36 - FCN = -729087.632945 Edm = 494529 NCalls = 492 +VariableMetric: Iteration # 37 - FCN = -729377.7944234 Edm = 7.52621 NCalls = 496 +VariableMetric: Iteration # 38 - FCN = -729388.1839384 Edm = 9.18727 NCalls = 498 +VariableMetric: Iteration # 39 - FCN = -729393.4897719 Edm = 148.861 NCalls = 508 +VariableMetric: Iteration # 40 - FCN = -729394.9676798 Edm = 7.93116 NCalls = 513 +VariableMetric: Iteration # 41 - FCN = -729411.3199831 Edm = 4.55908 NCalls = 515 +VariableMetric: Iteration # 42 - FCN = -729423.3977444 Edm = 3.65607 NCalls = 518 +VariableMetric: Iteration # 43 - FCN = -729467.0399462 Edm = 17.8214 NCalls = 522 +VariableMetric: Iteration # 44 - FCN = -729486.7383412 Edm = 11.1597 NCalls = 524 +VariableMetric: Iteration # 45 - FCN = -729496.1536395 Edm = 1.12878 NCalls = 526 +VariableMetric: Iteration # 46 - FCN = -729497.2691859 Edm = 0.41917 NCalls = 527 +VariableMetric: Iteration # 47 - FCN = -729498.7622783 Edm = 0.944068 NCalls = 529 +VariableMetric: Iteration # 48 - FCN = -729502.2396102 Edm = 0.682093 NCalls = 531 +VariableMetric: Iteration # 49 - FCN = -729503.6351803 Edm = 0.63458 NCalls = 533 +VariableMetric: Iteration # 50 - FCN = -729506.1401388 Edm = 1.15173 NCalls = 535 +VariableMetric: Iteration # 51 - FCN = -729509.5506993 Edm = 0.963263 NCalls = 537 +VariableMetric: Iteration # 52 - FCN = -729511.6221394 Edm = 0.947815 NCalls = 539 +VariableMetric: Iteration # 53 - FCN = -729512.3981873 Edm = 0.450943 NCalls = 541 +VariableMetric: Iteration # 54 - FCN = -729514.332655 Edm = 0.903696 NCalls = 544 +VariableMetric: Iteration # 55 - FCN = -729516.015687 Edm = 0.349076 NCalls = 547 +VariableMetric: Iteration # 56 - FCN = -729516.6229374 Edm = 0.159905 NCalls = 549 +VariableMetric: Iteration # 57 - FCN = -729517.0918831 Edm = 0.0961809 NCalls = 553 +VariableMetric: Iteration # 58 - FCN = -729517.297234 Edm = 0.0559502 NCalls = 555 +VariableMetric: Iteration # 59 - FCN = -729517.4985241 Edm = 0.0431657 NCalls = 557 +VariableMetric: Iteration # 60 - FCN = -729517.6484764 Edm = 0.0543922 NCalls = 559 +VariableMetric: Iteration # 61 - FCN = -729517.8143839 Edm = 0.0247833 NCalls = 562 +VariableMetric: Iteration # 62 - FCN = -729517.8916966 Edm = 0.0544241 NCalls = 564 +VariableMetric: Iteration # 63 - FCN = -729518.218413 Edm = 0.140529 NCalls = 567 +VariableMetric: Iteration # 64 - FCN = -729518.6532706 Edm = 0.111041 NCalls = 570 +VariableMetric: Iteration # 65 - FCN = -729519.0211483 Edm = 0.195253 NCalls = 573 +VariableMetric: Iteration # 66 - FCN = -729519.4536724 Edm = 0.171044 NCalls = 575 +VariableMetric: Iteration # 67 - FCN = -729519.6766525 Edm = 0.0547214 NCalls = 578 +VariableMetric: Iteration # 68 - FCN = -729519.8986902 Edm = 0.173897 NCalls = 581 +VariableMetric: Iteration # 69 - FCN = -729520.1467194 Edm = 0.256192 NCalls = 583 +VariableMetric: Iteration # 70 - FCN = -729520.4325781 Edm = 0.36416 NCalls = 586 +VariableMetric: Iteration # 71 - FCN = -729520.6880963 Edm = 0.0589872 NCalls = 588 +VariableMetric: Iteration # 72 - FCN = -729520.7910593 Edm = 0.0263708 NCalls = 590 +VariableMetric: Iteration # 73 - FCN = -729521.1075093 Edm = 0.283451 NCalls = 594 +VariableMetric: Iteration # 74 - FCN = -729522.2406762 Edm = 0.300861 NCalls = 596 +VariableMetric: Iteration # 75 - FCN = -729522.4838302 Edm = 0.166 NCalls = 598 +VariableMetric: Iteration # 76 - FCN = -729522.7956333 Edm = 0.178867 NCalls = 600 +VariableMetric: Iteration # 77 - FCN = -729523.1682865 Edm = 0.30954 NCalls = 603 +VariableMetric: Iteration # 78 - FCN = -729523.3288264 Edm = 0.115726 NCalls = 605 +VariableMetric: Iteration # 79 - FCN = -729523.4233938 Edm = 0.0253174 NCalls = 608 +VariableMetric: Iteration # 80 - FCN = -729523.4641238 Edm = 0.0195537 NCalls = 610 +VariableMetric: Iteration # 81 - FCN = -729523.5460801 Edm = 0.0352846 NCalls = 613 +VariableMetric: Iteration # 82 - FCN = -729523.6011207 Edm = 0.00373928 NCalls = 615 +VariableMetric: Iteration # 83 - FCN = -729523.6088939 Edm = 0.00324852 NCalls = 617 +VariableMetric: Iteration # 84 - FCN = -729523.6767954 Edm = 0.0524124 NCalls = 621 +VariableMetric: Iteration # 85 - FCN = -729523.8657098 Edm = 0.111538 NCalls = 626 +VariableMetric: Iteration # 86 - FCN = -729524.0089933 Edm = 0.0354042 NCalls = 628 +VariableMetric: Iteration # 87 - FCN = -729524.0598612 Edm = 0.0265277 NCalls = 631 +VariableMetric: Iteration # 88 - FCN = -729524.0856247 Edm = 0.0221694 NCalls = 634 +VariableMetric: Iteration # 89 - FCN = -729524.1191695 Edm = 0.00801196 NCalls = 637 +VariableMetric: Iteration # 90 - FCN = -729524.1337316 Edm = 0.00228563 NCalls = 639 +VariableMetric: Iteration # 91 - FCN = -729524.1360549 Edm = 0.00137844 NCalls = 640 +VariableMetric: Iteration # 92 - FCN = -729524.1393697 Edm = 0.00179167 NCalls = 642 +VariableMetric: Iteration # 93 - FCN = -729524.1492381 Edm = 0.00468884 NCalls = 645 +VariableMetric: Iteration # 94 - FCN = -729524.1644043 Edm = 0.00236589 NCalls = 647 +VariableMetric: Iteration # 95 - FCN = -729524.1676527 Edm = 5.92767e-05 NCalls = 649 +VariableMetric: After Hessian - FCN = -729524.1676527 Edm = 0.0112082 NCalls = 1032 +VariableMetric: Iteration # 96 - FCN = -729524.1676527 Edm = 0.0112082 NCalls = 1032 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -723078.621183 Edm = 21.0752 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -723078.621183 Edm = 21.0752 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -728604.399892 Edm = 0.0602108 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -728604.9652053 Edm = 0.453431 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -728653.2924886 Edm = 0.0966484 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -728653.6140626 Edm = 0.153758 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -728676.9174458 Edm = 24.5307 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -728677.3282864 Edm = 0.317232 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -728809.0919835 Edm = 7.6953 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -728912.5868771 Edm = 1.74882 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -728915.0881562 Edm = 0.111309 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -728915.1916542 Edm = 0.0190416 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -728916.2170367 Edm = 0.76585 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -728926.5647913 Edm = 0.100503 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -728926.6805631 Edm = 0.0104999 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -728927.0949857 Edm = 0.448253 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -728928.9977303 Edm = 1.75476 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -728959.2745631 Edm = 0.462609 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -728959.7848942 Edm = 0.0367808 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -728959.8320566 Edm = 0.00515535 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -728959.8552566 Edm = 0.0192879 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -728960.9295398 Edm = 1.10737 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -728962.2367809 Edm = 1.23635 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -728975.2928289 Edm = 4.83797 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -728979.5738932 Edm = 0.0522036 NCalls = 88 +VariableMetric: Iteration # 24 - FCN = -728979.6206948 Edm = 0.00566504 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -728979.6693686 Edm = 0.0495652 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -728984.7442898 Edm = 3.69363 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -729015.7410758 Edm = 2.63261 NCalls = 104 +VariableMetric: Iteration # 28 - FCN = -729018.9956622 Edm = 0.0804705 NCalls = 106 +VariableMetric: Iteration # 29 - FCN = -729019.0746677 Edm = 0.00157239 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -729019.0787807 Edm = 0.00243062 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -729019.4391397 Edm = 0.361854 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -729023.8411068 Edm = 0.333324 NCalls = 122 +VariableMetric: Iteration # 33 - FCN = -729060.9016257 Edm = 13.5741 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -729095.9419458 Edm = 10.1147 NCalls = 126 +VariableMetric: Iteration # 35 - FCN = -729113.225736 Edm = 19.3108 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -729119.5795098 Edm = 4.51074 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -729133.4797496 Edm = 10.3693 NCalls = 133 +VariableMetric: Iteration # 38 - FCN = -729145.9171258 Edm = 8.35231 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -729148.5642023 Edm = 1.14035 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -729150.0027249 Edm = 0.288149 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -729151.5218506 Edm = 0.501226 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -729152.5805469 Edm = 0.0519821 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -729152.6552322 Edm = 0.00345926 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -729152.6794764 Edm = 0.0190205 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -729156.9890823 Edm = 4.18683 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -729354.3895631 Edm = 103.189 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -729431.4179053 Edm = 28.0132 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -729452.5921761 Edm = 9.85189 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -729463.5756951 Edm = 2.49898 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -729465.8815521 Edm = 0.141627 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -729466.0608269 Edm = 0.0385872 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -729466.1051762 Edm = 0.00881914 NCalls = 172 +VariableMetric: Iteration # 53 - FCN = -729466.114749 Edm = 0.00279043 NCalls = 174 +VariableMetric: Iteration # 54 - FCN = -729466.1284556 Edm = 0.00743389 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -729466.1840474 Edm = 0.0410779 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -729470.1401667 Edm = 3.95234 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -729471.6287616 Edm = 1.39193 NCalls = 190 +VariableMetric: Iteration # 58 - FCN = -729472.0482668 Edm = 0.260957 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -729483.1294539 Edm = 4.59143 NCalls = 198 +VariableMetric: Iteration # 60 - FCN = -729491.9981547 Edm = 0.785995 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -729493.3235072 Edm = 0.111522 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -729493.4524797 Edm = 0.0185443 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -729493.4707699 Edm = 0.00269295 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -729493.4738803 Edm = 0.000513534 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -729493.475119 Edm = 0.0009269 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -729493.5057749 Edm = 0.0310646 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -729493.7979268 Edm = 0.279509 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -729500.0854137 Edm = 0.192153 NCalls = 227 +VariableMetric: Iteration # 69 - FCN = -729500.2897825 Edm = 0.0124411 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -729500.299896 Edm = 0.00042415 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -729500.3002828 Edm = 6.90829e-05 NCalls = 232 +VariableMetric: After Hessian - FCN = -729500.3002828 Edm = 2535.57 NCalls = 585 +VariableMetric: Iteration # 72 - FCN = -729500.3002828 Edm = 2535.57 NCalls = 585 +VariableMetric: Iteration # 73 - FCN = -729505.4042272 Edm = 228.014 NCalls = 593 +VariableMetric: Iteration # 74 - FCN = -729506.9087001 Edm = 9.10734 NCalls = 601 +VariableMetric: Iteration # 75 - FCN = -729523.858553 Edm = 6.27214 NCalls = 604 +VariableMetric: Iteration # 76 - FCN = -729529.9227982 Edm = 7.78334 NCalls = 610 +VariableMetric: Iteration # 77 - FCN = -729533.952536 Edm = 6.95584 NCalls = 611 +VariableMetric: Iteration # 78 - FCN = -729537.6476561 Edm = 1.36699 NCalls = 615 +VariableMetric: Iteration # 79 - FCN = -729541.598156 Edm = 0.393601 NCalls = 617 +VariableMetric: Iteration # 80 - FCN = -729542.4875569 Edm = 0.731992 NCalls = 620 +VariableMetric: Iteration # 81 - FCN = -729544.2372728 Edm = 0.30825 NCalls = 624 +VariableMetric: Iteration # 82 - FCN = -729544.6340473 Edm = 0.0895998 NCalls = 626 +VariableMetric: Iteration # 83 - FCN = -729545.2043815 Edm = 0.197861 NCalls = 630 +VariableMetric: Iteration # 84 - FCN = -729545.6302475 Edm = 0.0525112 NCalls = 632 +VariableMetric: Iteration # 85 - FCN = -729545.7291009 Edm = 0.0473536 NCalls = 634 +VariableMetric: Iteration # 86 - FCN = -729546.0833398 Edm = 0.233543 NCalls = 637 +VariableMetric: Iteration # 87 - FCN = -729546.4619299 Edm = 0.155023 NCalls = 640 +VariableMetric: Iteration # 88 - FCN = -729546.611885 Edm = 0.0660277 NCalls = 642 +VariableMetric: Iteration # 89 - FCN = -729546.9123856 Edm = 0.151094 NCalls = 645 +VariableMetric: Iteration # 90 - FCN = -729547.1155805 Edm = 0.0202279 NCalls = 647 +VariableMetric: Iteration # 91 - FCN = -729547.1998888 Edm = 0.0338808 NCalls = 649 +VariableMetric: Iteration # 92 - FCN = -729547.2774381 Edm = 0.00822048 NCalls = 651 +VariableMetric: Iteration # 93 - FCN = -729547.324795 Edm = 0.0264427 NCalls = 654 +VariableMetric: Iteration # 94 - FCN = -729547.3703224 Edm = 0.00863298 NCalls = 656 +VariableMetric: Iteration # 95 - FCN = -729547.3990219 Edm = 0.0164665 NCalls = 658 +VariableMetric: Iteration # 96 - FCN = -729547.4470795 Edm = 0.00316264 NCalls = 660 +VariableMetric: Iteration # 97 - FCN = -729547.4544768 Edm = 0.00403273 NCalls = 662 +VariableMetric: Iteration # 98 - FCN = -729547.4857917 Edm = 0.00577974 NCalls = 665 +VariableMetric: Iteration # 99 - FCN = -729547.4957504 Edm = 0.00268041 NCalls = 667 +VariableMetric: Iteration # 100 - FCN = -729547.5267666 Edm = 0.0267154 NCalls = 670 +VariableMetric: Iteration # 101 - FCN = -729547.6009784 Edm = 0.0155383 NCalls = 673 +VariableMetric: Iteration # 102 - FCN = -729547.6506888 Edm = 0.0274914 NCalls = 675 +VariableMetric: Iteration # 103 - FCN = -729547.8711421 Edm = 0.131586 NCalls = 680 +VariableMetric: Iteration # 104 - FCN = -729547.9339674 Edm = 0.0642235 NCalls = 682 +VariableMetric: Iteration # 105 - FCN = -729547.9902225 Edm = 0.0334186 NCalls = 685 +VariableMetric: Iteration # 106 - FCN = -729548.0685078 Edm = 0.0755377 NCalls = 687 +VariableMetric: Iteration # 107 - FCN = -729548.2305835 Edm = 0.0927394 NCalls = 691 +VariableMetric: Iteration # 108 - FCN = -729548.3921019 Edm = 0.0262178 NCalls = 693 +VariableMetric: Iteration # 109 - FCN = -729548.4440044 Edm = 0.053662 NCalls = 696 +VariableMetric: Iteration # 110 - FCN = -729548.5017728 Edm = 0.0546217 NCalls = 698 +VariableMetric: Iteration # 111 - FCN = -729548.6374096 Edm = 0.0299538 NCalls = 702 +VariableMetric: Iteration # 112 - FCN = -729548.685869 Edm = 0.0176855 NCalls = 704 +VariableMetric: Iteration # 113 - FCN = -729548.7077424 Edm = 0.0183348 NCalls = 707 +VariableMetric: Iteration # 114 - FCN = -729548.7348819 Edm = 0.0100037 NCalls = 709 +VariableMetric: Iteration # 115 - FCN = -729548.7722211 Edm = 0.0216766 NCalls = 712 +VariableMetric: Iteration # 116 - FCN = -729548.7953561 Edm = 0.00588068 NCalls = 714 +VariableMetric: Iteration # 117 - FCN = -729548.8064293 Edm = 0.00319593 NCalls = 716 +VariableMetric: Iteration # 118 - FCN = -729548.8215169 Edm = 0.00783603 NCalls = 718 +VariableMetric: Iteration # 119 - FCN = -729548.8483721 Edm = 0.00899405 NCalls = 721 +VariableMetric: Iteration # 120 - FCN = -729548.8623017 Edm = 0.00327816 NCalls = 723 +VariableMetric: Iteration # 121 - FCN = -729548.8664509 Edm = 0.00214155 NCalls = 726 +VariableMetric: Iteration # 122 - FCN = -729548.8699398 Edm = 0.00182637 NCalls = 728 +VariableMetric: Iteration # 123 - FCN = -729548.8763768 Edm = 0.000862798 NCalls = 730 +VariableMetric: Iteration # 124 - FCN = -729548.8776182 Edm = 0.000112038 NCalls = 732 +VariableMetric: Iteration # 125 - FCN = -729548.8779171 Edm = 0.000155234 NCalls = 734 +VariableMetric: Iteration # 126 - FCN = -729548.8795042 Edm = 0.000678141 NCalls = 737 +VariableMetric: Iteration # 127 - FCN = -729548.8814821 Edm = 0.000213022 NCalls = 739 +VariableMetric: Iteration # 128 - FCN = -729548.8817719 Edm = 3.82205e-05 NCalls = 741 +VariableMetric: After Hessian - FCN = -729548.8817719 Edm = 0.000379676 NCalls = 1114 +VariableMetric: Iteration # 129 - FCN = -729548.8817719 Edm = 0.000379676 NCalls = 1114 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -727191.3393448 Edm = 0.656552 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -727191.3393448 Edm = 0.656552 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -727642.9503033 Edm = 0.328909 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -727644.2703644 Edm = 0.559485 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -728025.5383507 Edm = 53.0242 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -728075.5206773 Edm = 3.44982 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -728078.3524703 Edm = 0.956952 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -728103.5852867 Edm = 22.7652 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -728359.6658757 Edm = 2.15013 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -728361.9213922 Edm = 0.130011 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -728362.5187379 Edm = 0.47412 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -728394.2072683 Edm = 28.3959 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -728589.8412789 Edm = 2.86369 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -728592.4337566 Edm = 0.0708774 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -728592.5100031 Edm = 0.00487244 NCalls = 45 +VariableMetric: Iteration # 14 - FCN = -728592.5263917 Edm = 0.0104438 NCalls = 47 +VariableMetric: Iteration # 15 - FCN = -728600.3027239 Edm = 5.77704 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -728664.3016209 Edm = 1.41193 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -728665.6688023 Edm = 0.0695454 NCalls = 59 +VariableMetric: Iteration # 18 - FCN = -728665.7394703 Edm = 0.00480394 NCalls = 61 +VariableMetric: Iteration # 19 - FCN = -728665.7508998 Edm = 0.00483819 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -728665.991894 Edm = 0.219511 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -728764.2923671 Edm = 27.7815 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -728814.8845076 Edm = 4.59298 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -728819.6765936 Edm = 0.584763 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -728879.2023948 Edm = 160.075 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -728886.6365626 Edm = 24.1123 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -728931.5237685 Edm = 17.6711 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -728977.9870424 Edm = 10.9391 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -728989.8109362 Edm = 0.987093 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -728991.014305 Edm = 0.162741 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -728991.36599 Edm = 0.0543814 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -728991.4852352 Edm = 0.0266308 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -728991.6067427 Edm = 0.0752647 NCalls = 103 +VariableMetric: Iteration # 33 - FCN = -728995.2142026 Edm = 3.9316 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -728996.0183238 Edm = 0.739675 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -728998.4840791 Edm = 1.87033 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -729023.4367599 Edm = 20.4235 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -729082.1197445 Edm = 35.336 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -729103.6414571 Edm = 8.18812 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -729108.6600473 Edm = 4.9487 NCalls = 124 +VariableMetric: Iteration # 40 - FCN = -729111.6806578 Edm = 0.324016 NCalls = 126 +VariableMetric: Iteration # 41 - FCN = -729112.420312 Edm = 0.108241 NCalls = 128 +VariableMetric: Iteration # 42 - FCN = -729112.5914933 Edm = 0.00719147 NCalls = 130 +VariableMetric: Iteration # 43 - FCN = -729112.613006 Edm = 0.0131271 NCalls = 132 +VariableMetric: Iteration # 44 - FCN = -729113.1069724 Edm = 0.39552 NCalls = 137 +VariableMetric: Iteration # 45 - FCN = -729116.7597164 Edm = 2.67298 NCalls = 140 +VariableMetric: Iteration # 46 - FCN = -729146.7893773 Edm = 26.1833 NCalls = 144 +VariableMetric: Iteration # 47 - FCN = -729186.2523623 Edm = 11.5404 NCalls = 147 +VariableMetric: Iteration # 48 - FCN = -729200.1660305 Edm = 1.01036 NCalls = 149 +VariableMetric: Iteration # 49 - FCN = -729201.2674859 Edm = 0.142568 NCalls = 151 +VariableMetric: Iteration # 50 - FCN = -729201.3698259 Edm = 0.011623 NCalls = 153 +VariableMetric: Iteration # 51 - FCN = -729201.389867 Edm = 0.0117376 NCalls = 155 +VariableMetric: Iteration # 52 - FCN = -729201.5114411 Edm = 0.158661 NCalls = 159 +VariableMetric: Iteration # 53 - FCN = -729203.2368655 Edm = 1.73027 NCalls = 165 +VariableMetric: Iteration # 54 - FCN = -729206.752535 Edm = 3.03394 NCalls = 172 +VariableMetric: Iteration # 55 - FCN = -729228.7414236 Edm = 5.372 NCalls = 176 +VariableMetric: Iteration # 56 - FCN = -729237.5994704 Edm = 2.40993 NCalls = 179 +VariableMetric: Iteration # 57 - FCN = -729239.5915498 Edm = 0.533736 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -729240.0071125 Edm = 0.0289173 NCalls = 184 +VariableMetric: Iteration # 59 - FCN = -729240.0395558 Edm = 0.0025109 NCalls = 186 +VariableMetric: Iteration # 60 - FCN = -729240.0443161 Edm = 0.00237845 NCalls = 188 +VariableMetric: Iteration # 61 - FCN = -729240.1148574 Edm = 0.0688301 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -729245.7301771 Edm = 4.27821 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -729272.7621557 Edm = 8.99771 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -729277.1904147 Edm = 4.93468 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -729281.687441 Edm = 2.9769 NCalls = 207 +VariableMetric: Iteration # 66 - FCN = -729285.5831151 Edm = 4.93392 NCalls = 210 +VariableMetric: Iteration # 67 - FCN = -729292.5204567 Edm = 15.2129 NCalls = 212 +VariableMetric: Iteration # 68 - FCN = -729296.5534589 Edm = 6.45102 NCalls = 215 +VariableMetric: Iteration # 69 - FCN = -729305.2631094 Edm = 10.5851 NCalls = 219 +VariableMetric: Iteration # 70 - FCN = -729308.9972381 Edm = 5.19563 NCalls = 222 +VariableMetric: Iteration # 71 - FCN = -729315.4372764 Edm = 1.35442 NCalls = 225 +VariableMetric: Iteration # 72 - FCN = -729322.0264805 Edm = 2.10142 NCalls = 227 +VariableMetric: Iteration # 73 - FCN = -729325.1239272 Edm = 0.272058 NCalls = 229 +VariableMetric: Iteration # 74 - FCN = -729325.351461 Edm = 0.0319586 NCalls = 231 +VariableMetric: Iteration # 75 - FCN = -729325.3866309 Edm = 0.00390432 NCalls = 233 +VariableMetric: Iteration # 76 - FCN = -729325.3929736 Edm = 0.00250699 NCalls = 235 +VariableMetric: Iteration # 77 - FCN = -729325.4025103 Edm = 0.00775232 NCalls = 238 +VariableMetric: Iteration # 78 - FCN = -729325.4714915 Edm = 0.0632505 NCalls = 241 +VariableMetric: Iteration # 79 - FCN = -729327.0379955 Edm = 1.28446 NCalls = 247 +VariableMetric: Iteration # 80 - FCN = -729341.2045822 Edm = 9.3117 NCalls = 251 +VariableMetric: Iteration # 81 - FCN = -729369.2482698 Edm = 26.0968 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -729372.640863 Edm = 17.6127 NCalls = 256 +VariableMetric: Iteration # 83 - FCN = -729383.5433878 Edm = 1.16573 NCalls = 259 +VariableMetric: Iteration # 84 - FCN = -729384.5708259 Edm = 0.102237 NCalls = 261 +VariableMetric: Iteration # 85 - FCN = -729384.6644083 Edm = 0.00671971 NCalls = 262 +VariableMetric: Iteration # 86 - FCN = -729384.6760127 Edm = 0.00387362 NCalls = 264 +VariableMetric: Iteration # 87 - FCN = -729384.6875937 Edm = 0.0118816 NCalls = 266 +VariableMetric: Iteration # 88 - FCN = -729384.7207488 Edm = 0.0148018 NCalls = 269 +VariableMetric: Iteration # 89 - FCN = -729384.7498657 Edm = 0.00511645 NCalls = 271 +VariableMetric: Iteration # 90 - FCN = -729384.7587388 Edm = 0.00247429 NCalls = 273 +VariableMetric: Iteration # 91 - FCN = -729384.7736731 Edm = 0.0120703 NCalls = 276 +VariableMetric: Iteration # 92 - FCN = -729385.2181251 Edm = 0.47407 NCalls = 280 +VariableMetric: Iteration # 93 - FCN = -729386.1509563 Edm = 0.860056 NCalls = 285 +VariableMetric: Iteration # 94 - FCN = -729421.6941105 Edm = 5.62005 NCalls = 289 +VariableMetric: Iteration # 95 - FCN = -729429.5522277 Edm = 2.36245 NCalls = 292 +VariableMetric: Iteration # 96 - FCN = -729434.6897427 Edm = 0.671986 NCalls = 295 +VariableMetric: Iteration # 97 - FCN = -729435.9291606 Edm = 0.205108 NCalls = 298 +VariableMetric: Iteration # 98 - FCN = -729436.1846868 Edm = 0.11653 NCalls = 300 +VariableMetric: Iteration # 99 - FCN = -729436.3268377 Edm = 0.0388793 NCalls = 302 +VariableMetric: Iteration # 100 - FCN = -729439.7884076 Edm = 2.59859 NCalls = 310 +VariableMetric: Iteration # 101 - FCN = -729439.8149944 Edm = 0.498325 NCalls = 312 +VariableMetric: Iteration # 102 - FCN = -729440.5842339 Edm = 0.633293 NCalls = 315 +VariableMetric: Iteration # 103 - FCN = -729442.7083586 Edm = 0.571962 NCalls = 319 +VariableMetric: Iteration # 104 - FCN = -729443.3141561 Edm = 0.0705762 NCalls = 320 +VariableMetric: Iteration # 105 - FCN = -729443.3909599 Edm = 0.00683478 NCalls = 322 +VariableMetric: Iteration # 106 - FCN = -729443.3985677 Edm = 0.00182761 NCalls = 324 +VariableMetric: Iteration # 107 - FCN = -729443.4062727 Edm = 0.00657182 NCalls = 327 +VariableMetric: Iteration # 108 - FCN = -729443.515969 Edm = 0.129789 NCalls = 332 +VariableMetric: Iteration # 109 - FCN = -729443.7398861 Edm = 0.254171 NCalls = 338 +VariableMetric: Iteration # 110 - FCN = -729443.7541761 Edm = 0.0134883 NCalls = 341 +VariableMetric: Iteration # 111 - FCN = -729444.7416097 Edm = 1.07587 NCalls = 348 +VariableMetric: Iteration # 112 - FCN = -729444.746129 Edm = 0.00210785 NCalls = 350 +VariableMetric: Iteration # 113 - FCN = -729444.8402718 Edm = 0.0869545 NCalls = 355 +VariableMetric: Iteration # 114 - FCN = -729448.2048177 Edm = 2.89412 NCalls = 359 +VariableMetric: Iteration # 115 - FCN = -729466.2723629 Edm = 5.931 NCalls = 362 +VariableMetric: Iteration # 116 - FCN = -729472.5303425 Edm = 0.795886 NCalls = 363 +VariableMetric: Iteration # 117 - FCN = -729473.9290254 Edm = 1.55658 NCalls = 367 +VariableMetric: Iteration # 118 - FCN = -729485.5454543 Edm = 2.72368 NCalls = 373 +VariableMetric: Iteration # 119 - FCN = -729486.1735953 Edm = 6.22836 NCalls = 375 +VariableMetric: Iteration # 120 - FCN = -729489.0449701 Edm = 0.318003 NCalls = 377 +VariableMetric: Iteration # 121 - FCN = -729489.3942253 Edm = 0.159504 NCalls = 379 +VariableMetric: Iteration # 122 - FCN = -729489.6885665 Edm = 0.139635 NCalls = 382 +VariableMetric: Iteration # 123 - FCN = -729489.8519307 Edm = 0.0150218 NCalls = 384 +VariableMetric: Iteration # 124 - FCN = -729489.86499 Edm = 0.000973855 NCalls = 386 +VariableMetric: Iteration # 125 - FCN = -729489.8658693 Edm = 0.000178589 NCalls = 387 +VariableMetric: Iteration # 126 - FCN = -729489.8675365 Edm = 0.00140186 NCalls = 390 +VariableMetric: Iteration # 127 - FCN = -729489.9180397 Edm = 0.0418748 NCalls = 394 +VariableMetric: Iteration # 128 - FCN = -729491.2982028 Edm = 1.19803 NCalls = 398 +VariableMetric: Iteration # 129 - FCN = -729495.8149338 Edm = 0.189358 NCalls = 400 +VariableMetric: Iteration # 130 - FCN = -729495.9806408 Edm = 0.0115472 NCalls = 402 +VariableMetric: Iteration # 131 - FCN = -729495.9906358 Edm = 0.000381746 NCalls = 404 +VariableMetric: Iteration # 132 - FCN = -729495.9911039 Edm = 2.73818e-05 NCalls = 406 +VariableMetric: After Hessian - FCN = -729495.9911039 Edm = 460946 NCalls = 765 +VariableMetric: Iteration # 133 - FCN = -729495.9911039 Edm = 460946 NCalls = 765 +VariableMetric: Iteration # 134 - FCN = -729499.3525577 Edm = 181.606 NCalls = 776 +VariableMetric: Iteration # 135 - FCN = -729531.8119883 Edm = 43.22 NCalls = 779 +VariableMetric: Iteration # 136 - FCN = -729545.3428359 Edm = 0.577866 NCalls = 783 +VariableMetric: Iteration # 137 - FCN = -729546.978747 Edm = 0.397532 NCalls = 786 +VariableMetric: Iteration # 138 - FCN = -729547.5734649 Edm = 0.0800914 NCalls = 788 +VariableMetric: Iteration # 139 - FCN = -729547.7612393 Edm = 0.129886 NCalls = 792 +VariableMetric: Iteration # 140 - FCN = -729548.2397579 Edm = 0.0355836 NCalls = 795 +VariableMetric: Iteration # 141 - FCN = -729548.3707308 Edm = 0.0388215 NCalls = 797 +VariableMetric: Iteration # 142 - FCN = -729548.4485988 Edm = 0.0156295 NCalls = 799 +VariableMetric: Iteration # 143 - FCN = -729548.4930621 Edm = 0.0128791 NCalls = 802 +VariableMetric: Iteration # 144 - FCN = -729548.51395 Edm = 0.00310218 NCalls = 804 +VariableMetric: Iteration # 145 - FCN = -729548.5217704 Edm = 0.00344681 NCalls = 806 +VariableMetric: Iteration # 146 - FCN = -729548.5304982 Edm = 0.00182495 NCalls = 809 +VariableMetric: Iteration # 147 - FCN = -729548.5343403 Edm = 0.000872447 NCalls = 811 +VariableMetric: Iteration # 148 - FCN = -729548.5362647 Edm = 0.000848561 NCalls = 814 +VariableMetric: Iteration # 149 - FCN = -729548.538764 Edm = 0.000514182 NCalls = 816 +VariableMetric: Iteration # 150 - FCN = -729548.5404301 Edm = 0.000566694 NCalls = 818 +VariableMetric: Iteration # 151 - FCN = -729548.5435689 Edm = 0.00053364 NCalls = 821 +VariableMetric: Iteration # 152 - FCN = -729548.5444048 Edm = 0.000152174 NCalls = 823 +VariableMetric: Iteration # 153 - FCN = -729548.5453132 Edm = 0.000302936 NCalls = 826 +VariableMetric: Iteration # 154 - FCN = -729548.5457723 Edm = 4.78267e-05 NCalls = 828 +VariableMetric: After Hessian - FCN = -729548.5457723 Edm = 0.000619838 NCalls = 1197 +VariableMetric: Iteration # 155 - FCN = -729548.5457723 Edm = 0.000619838 NCalls = 1197 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -724972.5882735 Edm = 5.99617 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -724972.5882735 Edm = 5.99617 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -726941.8876163 Edm = 1.27704 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -726952.5742734 Edm = 7.08547 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -727464.0870828 Edm = 25.8718 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -727496.7789786 Edm = 0.24187 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -727497.0282142 Edm = 0.0748195 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -727498.1022564 Edm = 1.17213 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -727571.2788915 Edm = 14.9722 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -727611.2677661 Edm = 0.673418 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -727612.0810798 Edm = 0.117546 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -727613.6976028 Edm = 1.67093 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -727654.7963037 Edm = 29.8624 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -727793.8533607 Edm = 5.87475 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -727801.9005272 Edm = 0.286338 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -727802.2541185 Edm = 0.0229913 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -727802.3803239 Edm = 0.0884812 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -727807.1061287 Edm = 4.85246 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -727823.0558427 Edm = 12.9648 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -727959.3372183 Edm = 4.68748 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -727965.3194628 Edm = 0.126678 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -727965.4276564 Edm = 0.00404594 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -727965.438147 Edm = 0.00667338 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -727965.6224755 Edm = 0.14124 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -727970.0129551 Edm = 3.78414 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -728085.5077658 Edm = 50.2831 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -728124.4259066 Edm = 9.12079 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -728134.3322115 Edm = 2.41597 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -728191.2703565 Edm = 41.3357 NCalls = 106 +VariableMetric: Iteration # 28 - FCN = -728191.6841818 Edm = 3.13707 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -728207.1959917 Edm = 13.7915 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -728235.9228816 Edm = 1.76846 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -728237.6900954 Edm = 0.15412 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -728237.9621487 Edm = 0.0744511 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -728238.0868807 Edm = 0.0657431 NCalls = 118 +VariableMetric: Iteration # 34 - FCN = -728238.4214845 Edm = 0.251044 NCalls = 121 +VariableMetric: Iteration # 35 - FCN = -728284.6767516 Edm = 37.6767 NCalls = 128 +VariableMetric: Iteration # 36 - FCN = -728366.4343387 Edm = 32.0073 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -728392.2538339 Edm = 5.64658 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -728400.7735666 Edm = 2.04857 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -728404.5444155 Edm = 0.319214 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -728405.0028204 Edm = 0.0490278 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -728405.0622653 Edm = 0.0164211 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -728405.1522354 Edm = 0.0902264 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -728409.2162717 Edm = 4.44779 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -728409.260043 Edm = 0.0288664 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -728412.4392204 Edm = 3.42929 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -728412.5619564 Edm = 0.113406 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -728431.0407638 Edm = 2.70239 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -728536.3296203 Edm = 55.962 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -728644.4072597 Edm = 52.5729 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -728761.4007468 Edm = 107.604 NCalls = 178 +VariableMetric: Iteration # 51 - FCN = -728851.5282094 Edm = 128.574 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -728960.4745624 Edm = 12.4537 NCalls = 184 +VariableMetric: Iteration # 53 - FCN = -728965.9555584 Edm = 4.94759 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -728969.8294351 Edm = 0.987071 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -728971.3526102 Edm = 0.603888 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -728973.6829319 Edm = 0.934095 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -728975.3920974 Edm = 0.378837 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -728975.8194916 Edm = 0.0662007 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -728975.8997462 Edm = 0.0100711 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -728975.9425727 Edm = 0.028607 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -728976.4061904 Edm = 0.406966 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -729025.9830803 Edm = 39.1356 NCalls = 211 +VariableMetric: Iteration # 63 - FCN = -729134.6515064 Edm = 63.8802 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -729253.872978 Edm = 124.13 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -729314.6355131 Edm = 64.5601 NCalls = 221 +VariableMetric: Iteration # 66 - FCN = -729368.1024471 Edm = 31.1983 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -729394.8796339 Edm = 9.78523 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -729403.4635299 Edm = 1.51598 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -729405.6961926 Edm = 0.836078 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -729407.4861609 Edm = 0.413597 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -729407.8048217 Edm = 0.0432503 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -729407.8424257 Edm = 0.00799066 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -729407.8572742 Edm = 0.00377926 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -729407.8625559 Edm = 0.00124523 NCalls = 240 +VariableMetric: Iteration # 75 - FCN = -729407.8721358 Edm = 0.00750917 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -729408.0772554 Edm = 0.133445 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -729411.2508444 Edm = 3.22672 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -729414.874778 Edm = 3.3404 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -729418.847792 Edm = 3.33861 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -729466.7300806 Edm = 10.3344 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -729476.6256383 Edm = 0.930082 NCalls = 264 +VariableMetric: Iteration # 82 - FCN = -729477.5051529 Edm = 0.577954 NCalls = 266 +VariableMetric: Iteration # 83 - FCN = -729477.941703 Edm = 0.112887 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -729478.1246641 Edm = 0.0288362 NCalls = 270 +VariableMetric: Iteration # 85 - FCN = -729478.1680778 Edm = 0.00526403 NCalls = 272 +VariableMetric: Iteration # 86 - FCN = -729478.1762685 Edm = 0.0006464 NCalls = 274 +VariableMetric: Iteration # 87 - FCN = -729478.177644 Edm = 0.00058115 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -729478.1997704 Edm = 0.0196525 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -729479.5317459 Edm = 1.179 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -729488.0436198 Edm = 9.09504 NCalls = 289 +VariableMetric: Iteration # 91 - FCN = -729494.0945918 Edm = 4.10318 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -729496.1787842 Edm = 1.09048 NCalls = 294 +VariableMetric: Iteration # 93 - FCN = -729497.1488867 Edm = 0.0631708 NCalls = 296 +VariableMetric: Iteration # 94 - FCN = -729497.2302229 Edm = 0.00624795 NCalls = 298 +VariableMetric: Iteration # 95 - FCN = -729497.24287 Edm = 0.00146834 NCalls = 300 +VariableMetric: Iteration # 96 - FCN = -729497.2450803 Edm = 0.000175362 NCalls = 302 +VariableMetric: Iteration # 97 - FCN = -729497.2463258 Edm = 0.00102037 NCalls = 305 +VariableMetric: Iteration # 98 - FCN = -729497.4097414 Edm = 0.151595 NCalls = 311 +VariableMetric: Iteration # 99 - FCN = -729501.8783561 Edm = 3.00324 NCalls = 315 +VariableMetric: Iteration # 100 - FCN = -729508.9044443 Edm = 2.36401 NCalls = 321 +VariableMetric: Iteration # 101 - FCN = -729511.6688456 Edm = 1.59059 NCalls = 324 +VariableMetric: Iteration # 102 - FCN = -729512.7666063 Edm = 0.314993 NCalls = 327 +VariableMetric: Iteration # 103 - FCN = -729513.3345167 Edm = 0.107429 NCalls = 329 +VariableMetric: Iteration # 104 - FCN = -729513.4461853 Edm = 0.0789157 NCalls = 330 +VariableMetric: Iteration # 105 - FCN = -729513.6016866 Edm = 0.105125 NCalls = 333 +VariableMetric: Iteration # 106 - FCN = -729514.272851 Edm = 0.193348 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -729514.4084162 Edm = 0.0503267 NCalls = 340 +VariableMetric: Iteration # 108 - FCN = -729514.4528567 Edm = 0.00396479 NCalls = 342 +VariableMetric: Iteration # 109 - FCN = -729514.4567144 Edm = 0.000176476 NCalls = 344 +VariableMetric: Iteration # 110 - FCN = -729514.4570056 Edm = 0.000125163 NCalls = 346 +VariableMetric: Iteration # 111 - FCN = -729514.4646319 Edm = 0.00676623 NCalls = 351 +VariableMetric: Iteration # 112 - FCN = -729515.5913438 Edm = 0.755003 NCalls = 357 +VariableMetric: Iteration # 113 - FCN = -729517.7782778 Edm = 0.0822067 NCalls = 359 +VariableMetric: Iteration # 114 - FCN = -729517.8551158 Edm = 0.00158897 NCalls = 360 +VariableMetric: Iteration # 115 - FCN = -729517.8566554 Edm = 4.4118e-05 NCalls = 362 +VariableMetric: After Hessian - FCN = -729517.8566554 Edm = 4.61904 NCalls = 729 +VariableMetric: Iteration # 116 - FCN = -729517.8566554 Edm = 4.61904 NCalls = 729 +VariableMetric: Iteration # 117 - FCN = -729522.1625648 Edm = 0.533902 NCalls = 731 +VariableMetric: Iteration # 118 - FCN = -729522.400283 Edm = 0.100473 NCalls = 733 +VariableMetric: Iteration # 119 - FCN = -729522.5554333 Edm = 0.0811539 NCalls = 736 +VariableMetric: Iteration # 120 - FCN = -729522.911054 Edm = 1.22884 NCalls = 747 +VariableMetric: Iteration # 121 - FCN = -729522.9970736 Edm = 0.525156 NCalls = 752 +VariableMetric: Iteration # 122 - FCN = -729523.2224098 Edm = 0.0952391 NCalls = 754 +VariableMetric: Iteration # 123 - FCN = -729523.6128307 Edm = 0.591574 NCalls = 757 +VariableMetric: Iteration # 124 - FCN = -729527.4996153 Edm = 12.7576 NCalls = 764 +VariableMetric: Iteration # 125 - FCN = -729528.3598538 Edm = 8.59256 NCalls = 769 +VariableMetric: Iteration # 126 - FCN = -729529.5973233 Edm = 6.28796 NCalls = 774 +VariableMetric: Iteration # 127 - FCN = -729530.023324 Edm = 3.60081 NCalls = 778 +VariableMetric: Iteration # 128 - FCN = -729533.1462352 Edm = 5.66634 NCalls = 783 +VariableMetric: Iteration # 129 - FCN = -729536.9600859 Edm = 5.55084 NCalls = 789 +VariableMetric: Iteration # 130 - FCN = -729543.0538443 Edm = 3.07157 NCalls = 794 +VariableMetric: Iteration # 131 - FCN = -729547.8064473 Edm = 1.57435 NCalls = 796 +VariableMetric: Iteration # 132 - FCN = -729548.7834156 Edm = 0.0506948 NCalls = 798 +VariableMetric: Iteration # 133 - FCN = -729548.80858 Edm = 0.00894845 NCalls = 800 +VariableMetric: Iteration # 134 - FCN = -729548.8156071 Edm = 0.00182126 NCalls = 802 +VariableMetric: Iteration # 135 - FCN = -729548.8221002 Edm = 0.0048729 NCalls = 804 +VariableMetric: Iteration # 136 - FCN = -729548.8540427 Edm = 0.0133762 NCalls = 808 +VariableMetric: Iteration # 137 - FCN = -729548.8756366 Edm = 0.0043486 NCalls = 810 +VariableMetric: Iteration # 138 - FCN = -729548.8786318 Edm = 0.0019778 NCalls = 812 +VariableMetric: Iteration # 139 - FCN = -729548.881082 Edm = 0.000454372 NCalls = 814 +VariableMetric: Iteration # 140 - FCN = -729548.8816987 Edm = 4.20426e-05 NCalls = 816 +VariableMetric: After Hessian - FCN = -729548.8816987 Edm = 0.00011906 NCalls = 1191 +VariableMetric: Iteration # 141 - FCN = -729548.8816987 Edm = 0.00011906 NCalls = 1191 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -725447.96688 Edm = 7.03123 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -725447.96688 Edm = 7.03123 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -727448.1988121 Edm = 0.661201 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -727459.7765528 Edm = 0.567849 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -727644.4337192 Edm = 5.69966 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -727650.9224226 Edm = 0.167229 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -727652.2604477 Edm = 1.03341 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -727737.6573325 Edm = 10.0244 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -727750.937869 Edm = 0.572331 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -727751.9261183 Edm = 0.105472 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -727753.2887187 Edm = 1.23545 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -727842.0803753 Edm = 45.071 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -727892.2193654 Edm = 2.17543 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -727894.3056465 Edm = 0.106283 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -727894.4728251 Edm = 0.130333 NCalls = 44 +VariableMetric: Iteration # 14 - FCN = -727903.5801461 Edm = 8.99131 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -728058.5456405 Edm = 9.68747 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -728068.0951144 Edm = 0.452653 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -728069.1410782 Edm = 0.136595 NCalls = 57 +VariableMetric: Iteration # 18 - FCN = -728069.3418617 Edm = 0.00950613 NCalls = 59 +VariableMetric: Iteration # 19 - FCN = -728069.3650944 Edm = 0.0112693 NCalls = 61 +VariableMetric: Iteration # 20 - FCN = -728069.7605791 Edm = 0.327972 NCalls = 65 +VariableMetric: Iteration # 21 - FCN = -728090.9935234 Edm = 15.1148 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -728120.460912 Edm = 3.73997 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -728124.5122562 Edm = 0.106057 NCalls = 74 +VariableMetric: Iteration # 24 - FCN = -728124.7312041 Edm = 0.115256 NCalls = 76 +VariableMetric: Iteration # 25 - FCN = -728125.3254916 Edm = 0.447129 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -728126.3517759 Edm = 0.416484 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -728126.4387702 Edm = 0.192511 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -728126.6053277 Edm = 0.0106237 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -728126.6329243 Edm = 0.0208428 NCalls = 94 +VariableMetric: Iteration # 30 - FCN = -728130.7405213 Edm = 3.78358 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -728243.3094109 Edm = 148.987 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -728246.8679282 Edm = 6.12659 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -728286.2737039 Edm = 30.1775 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -728479.7107329 Edm = 20.5083 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -728496.6469483 Edm = 5.65999 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -728499.9553562 Edm = 1.74629 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -728501.3089116 Edm = 0.36645 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -728502.8884555 Edm = 0.429352 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -728503.289587 Edm = 0.0604055 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -728503.3892163 Edm = 0.0272849 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -728503.4468961 Edm = 0.0224176 NCalls = 131 +VariableMetric: Iteration # 42 - FCN = -728503.5006305 Edm = 0.0247157 NCalls = 134 +VariableMetric: Iteration # 43 - FCN = -728503.5777091 Edm = 0.147536 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -728503.722642 Edm = 0.313787 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -728503.7441255 Edm = 0.0345866 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -728503.9177519 Edm = 0.159534 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -728504.218446 Edm = 0.211425 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -728504.9938096 Edm = 0.477947 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -728505.1007428 Edm = 0.0709768 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -728505.1353671 Edm = 0.016179 NCalls = 160 +VariableMetric: Iteration # 51 - FCN = -728505.276263 Edm = 0.100234 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -728513.8073034 Edm = 10.0767 NCalls = 169 +VariableMetric: Iteration # 53 - FCN = -728514.0325403 Edm = 0.295864 NCalls = 171 +VariableMetric: Iteration # 54 - FCN = -728514.7808523 Edm = 0.817666 NCalls = 174 +VariableMetric: Iteration # 55 - FCN = -728525.4880601 Edm = 6.64656 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -728630.4900587 Edm = 35.0685 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -728661.7097346 Edm = 54.5357 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -728717.9697747 Edm = 36.6168 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -728785.4826875 Edm = 5.74858 NCalls = 193 +VariableMetric: Iteration # 60 - FCN = -728792.0799449 Edm = 1.2389 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -728793.2187182 Edm = 0.51086 NCalls = 197 +VariableMetric: Iteration # 62 - FCN = -728793.7824355 Edm = 0.0573723 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -728793.8715093 Edm = 0.0247154 NCalls = 201 +VariableMetric: Iteration # 64 - FCN = -728793.9414218 Edm = 0.0144858 NCalls = 203 +VariableMetric: Iteration # 65 - FCN = -728794.0105958 Edm = 0.0461456 NCalls = 205 +VariableMetric: Iteration # 66 - FCN = -728794.7864175 Edm = 0.594724 NCalls = 209 +VariableMetric: Iteration # 67 - FCN = -728818.1787531 Edm = 28.9066 NCalls = 214 +VariableMetric: Iteration # 68 - FCN = -728833.0604897 Edm = 14.1427 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -728997.3423969 Edm = 46.5767 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -729092.7207786 Edm = 84.4474 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -729232.3569723 Edm = 70.2447 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -729246.3553987 Edm = 11.7287 NCalls = 237 +VariableMetric: Iteration # 73 - FCN = -729270.350409 Edm = 24.2711 NCalls = 240 +VariableMetric: Iteration # 74 - FCN = -729312.3944117 Edm = 15.4075 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -729325.4377027 Edm = 34.3228 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -729350.306682 Edm = 4.26908 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -729354.3182781 Edm = 1.69678 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -729358.89686 Edm = 5.01684 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -729435.8107321 Edm = 19.2449 NCalls = 260 +VariableMetric: Iteration # 80 - FCN = -729435.8494914 Edm = 3.3898 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -729443.4992189 Edm = 6.99886 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -729454.8952444 Edm = 9.02404 NCalls = 269 +VariableMetric: Iteration # 83 - FCN = -729476.4020196 Edm = 33.4992 NCalls = 272 +VariableMetric: Iteration # 84 - FCN = -729499.0186345 Edm = 3.58953 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -729502.2379178 Edm = 0.820773 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -729502.9658836 Edm = 0.0753021 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -729503.1983257 Edm = 0.0852 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -729503.6454322 Edm = 0.130161 NCalls = 282 +VariableMetric: Iteration # 89 - FCN = -729503.9023151 Edm = 0.0343593 NCalls = 284 +VariableMetric: Iteration # 90 - FCN = -729503.9679509 Edm = 0.039695 NCalls = 286 +VariableMetric: Iteration # 91 - FCN = -729504.1660806 Edm = 0.0674866 NCalls = 290 +VariableMetric: Iteration # 92 - FCN = -729504.4395323 Edm = 0.139016 NCalls = 293 +VariableMetric: Iteration # 93 - FCN = -729504.6098761 Edm = 0.0389117 NCalls = 295 +VariableMetric: Iteration # 94 - FCN = -729504.6434995 Edm = 0.00357275 NCalls = 297 +VariableMetric: Iteration # 95 - FCN = -729504.6457655 Edm = 0.00235344 NCalls = 299 +VariableMetric: Iteration # 96 - FCN = -729504.6483943 Edm = 0.00205407 NCalls = 301 +VariableMetric: Iteration # 97 - FCN = -729504.7041973 Edm = 0.0566895 NCalls = 306 +VariableMetric: Iteration # 98 - FCN = -729504.9651913 Edm = 0.237721 NCalls = 312 +VariableMetric: Iteration # 99 - FCN = -729526.6597429 Edm = 4.25648 NCalls = 318 +VariableMetric: Iteration # 100 - FCN = -729532.5339645 Edm = 1.05931 NCalls = 321 +VariableMetric: Iteration # 101 - FCN = -729533.4339996 Edm = 0.224232 NCalls = 322 +VariableMetric: Iteration # 102 - FCN = -729533.6050295 Edm = 0.00298604 NCalls = 323 +VariableMetric: Iteration # 103 - FCN = -729533.6073596 Edm = 0.000835795 NCalls = 325 +VariableMetric: Iteration # 104 - FCN = -729533.6079366 Edm = 0.000110094 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -729533.6082675 Edm = 0.000248467 NCalls = 329 +VariableMetric: Iteration # 106 - FCN = -729533.6126533 Edm = 0.00412017 NCalls = 334 +VariableMetric: Iteration # 107 - FCN = -729533.7664868 Edm = 0.118227 NCalls = 338 +VariableMetric: Iteration # 108 - FCN = -729537.1474089 Edm = 0.575047 NCalls = 343 +VariableMetric: Iteration # 109 - FCN = -729537.8427065 Edm = 0.0162084 NCalls = 345 +VariableMetric: Iteration # 110 - FCN = -729537.8580358 Edm = 0.00106388 NCalls = 347 +VariableMetric: Iteration # 111 - FCN = -729537.8590665 Edm = 8.35554e-05 NCalls = 348 +VariableMetric: Iteration # 112 - FCN = -729537.8592181 Edm = 8.3798e-05 NCalls = 350 +VariableMetric: After Hessian - FCN = -729537.8592181 Edm = 336.451 NCalls = 715 +VariableMetric: Iteration # 113 - FCN = -729537.8592181 Edm = 336.451 NCalls = 715 +VariableMetric: Iteration # 114 - FCN = -729539.0421309 Edm = 7.82551 NCalls = 725 +VariableMetric: Iteration # 115 - FCN = -729546.4888295 Edm = 1.52589 NCalls = 727 +VariableMetric: Iteration # 116 - FCN = -729547.2615089 Edm = 0.107295 NCalls = 729 +VariableMetric: Iteration # 117 - FCN = -729547.4812535 Edm = 0.14086 NCalls = 732 +VariableMetric: Iteration # 118 - FCN = -729547.6730533 Edm = 0.120599 NCalls = 734 +VariableMetric: Iteration # 119 - FCN = -729547.8844314 Edm = 0.0472283 NCalls = 737 +VariableMetric: Iteration # 120 - FCN = -729547.9776418 Edm = 0.0361742 NCalls = 739 +VariableMetric: Iteration # 121 - FCN = -729548.0445953 Edm = 0.0488164 NCalls = 742 +VariableMetric: Iteration # 122 - FCN = -729548.0824661 Edm = 0.0323109 NCalls = 744 +VariableMetric: Iteration # 123 - FCN = -729548.1541038 Edm = 0.0302429 NCalls = 748 +VariableMetric: Iteration # 124 - FCN = -729548.2075745 Edm = 0.0696596 NCalls = 751 +VariableMetric: Iteration # 125 - FCN = -729548.2643376 Edm = 0.0198134 NCalls = 753 +VariableMetric: Iteration # 126 - FCN = -729548.2830747 Edm = 0.00348274 NCalls = 755 +VariableMetric: Iteration # 127 - FCN = -729548.2872349 Edm = 0.00135416 NCalls = 757 +VariableMetric: Iteration # 128 - FCN = -729548.2910955 Edm = 0.00201009 NCalls = 760 +VariableMetric: Iteration # 129 - FCN = -729548.2942348 Edm = 0.000722099 NCalls = 762 +VariableMetric: Iteration # 130 - FCN = -729548.2954403 Edm = 0.000212866 NCalls = 764 +VariableMetric: Iteration # 131 - FCN = -729548.2957857 Edm = 4.4925e-05 NCalls = 766 +VariableMetric: After Hessian - FCN = -729548.2957857 Edm = 6.32759e-05 NCalls = 1149 +VariableMetric: Iteration # 132 - FCN = -729548.2957857 Edm = 6.32759e-05 NCalls = 1149 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -725561.309309 Edm = 3.07325 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -725561.309309 Edm = 3.07325 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -726763.2334163 Edm = 0.147038 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -726764.2130399 Edm = 0.170075 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -726771.9708463 Edm = 7.0194 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -726890.4168968 Edm = 0.334269 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -726891.2067627 Edm = 0.3171 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -727051.5404507 Edm = 61.3629 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -727186.0061942 Edm = 0.817464 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -727186.9627955 Edm = 0.055749 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -727187.9526439 Edm = 0.834317 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -727284.5251459 Edm = 42.2221 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -727344.8821603 Edm = 0.350045 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -727345.4029792 Edm = 0.0559665 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -727345.5070502 Edm = 0.0542227 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -727349.1653645 Edm = 3.79542 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -727474.2593519 Edm = 3.16441 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -727476.9392053 Edm = 0.201638 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -727477.1169249 Edm = 0.0216628 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -727477.1709334 Edm = 0.0239095 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -727479.1370917 Edm = 1.5898 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -727574.7188498 Edm = 12.9429 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -727585.1828175 Edm = 1.89917 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -727586.8538051 Edm = 0.0806995 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -727586.9245351 Edm = 0.0110714 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -727586.9398752 Edm = 0.00497497 NCalls = 79 +VariableMetric: Iteration # 25 - FCN = -727587.0226262 Edm = 0.0667732 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -727588.5685717 Edm = 1.21436 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -727658.4390056 Edm = 41.8808 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -727772.43366 Edm = 27.0874 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -727790.5269321 Edm = 7.01633 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -727807.1978465 Edm = 46.1386 NCalls = 101 +VariableMetric: Iteration # 31 - FCN = -727916.1580954 Edm = 133.476 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -727917.0142849 Edm = 4.98949 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -727930.2424773 Edm = 8.20223 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -727950.8000936 Edm = 4.81006 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -727974.9507826 Edm = 11.1662 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -728766.177372 Edm = 176.506 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -728807.1259669 Edm = 56.0365 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -728823.9321211 Edm = 11.052 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -728844.2465675 Edm = 8.39946 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -728904.2771721 Edm = 43.8517 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -728910.0366204 Edm = 25.4426 NCalls = 144 +VariableMetric: Iteration # 42 - FCN = -728955.1117348 Edm = 19.079 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -729002.2850613 Edm = 94.7633 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -729065.0646068 Edm = 16.5817 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -729096.0765001 Edm = 6.86044 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -729104.166599 Edm = 3.5543 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -729109.697556 Edm = 0.585099 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -729111.0797332 Edm = 0.640791 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -729117.3303656 Edm = 0.457972 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -729117.8654957 Edm = 0.0264995 NCalls = 167 +VariableMetric: Iteration # 51 - FCN = -729118.0065041 Edm = 0.0847466 NCalls = 170 +VariableMetric: Iteration # 52 - FCN = -729120.4811607 Edm = 2.96651 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -729122.48696 Edm = 1.87835 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -729130.7793438 Edm = 7.34683 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -729246.3632983 Edm = 24.1449 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -729280.1648368 Edm = 10.0535 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -729285.8005077 Edm = 5.64305 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -729291.5285096 Edm = 2.3922 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -729296.1604771 Edm = 0.303054 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -729296.5468649 Edm = 0.0577655 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -729296.6257707 Edm = 0.00735081 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -729296.6350191 Edm = 0.00281095 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -729296.7377728 Edm = 0.10179 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -729300.2187567 Edm = 0.307903 NCalls = 214 +VariableMetric: Iteration # 65 - FCN = -729315.3894808 Edm = 5.32505 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -729328.130558 Edm = 4.50362 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -729333.2800258 Edm = 0.556098 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -729333.7152389 Edm = 0.101028 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -729333.8497988 Edm = 0.0226119 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -729333.8839922 Edm = 0.00698403 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -729333.8947879 Edm = 0.0034396 NCalls = 229 +VariableMetric: Iteration # 72 - FCN = -729333.9113138 Edm = 0.0108418 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -729336.3439789 Edm = 2.10006 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -729354.2655984 Edm = 9.86328 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -729366.8539026 Edm = 3.79651 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -729375.9254755 Edm = 4.43212 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -729385.825602 Edm = 10.3415 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -729391.820333 Edm = 9.73546 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -729398.9260413 Edm = 1.74124 NCalls = 257 +VariableMetric: Iteration # 80 - FCN = -729400.7379855 Edm = 1.09443 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -729401.4865099 Edm = 0.33018 NCalls = 261 +VariableMetric: Iteration # 82 - FCN = -729402.3057893 Edm = 0.330136 NCalls = 264 +VariableMetric: Iteration # 83 - FCN = -729402.643232 Edm = 0.0947802 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -729402.816155 Edm = 0.0338023 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -729402.8740316 Edm = 0.00222834 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -729402.8771488 Edm = 0.000660921 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -729402.8844711 Edm = 0.00525297 NCalls = 275 +VariableMetric: Iteration # 88 - FCN = -729402.9080506 Edm = 0.011275 NCalls = 277 +VariableMetric: Iteration # 89 - FCN = -729403.2089305 Edm = 0.409453 NCalls = 281 +VariableMetric: Iteration # 90 - FCN = -729403.3203724 Edm = 0.108653 NCalls = 285 +VariableMetric: Iteration # 91 - FCN = -729405.2969817 Edm = 2.37882 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -729405.3800567 Edm = 0.0778465 NCalls = 294 +VariableMetric: Iteration # 93 - FCN = -729406.8906053 Edm = 2.29133 NCalls = 300 +VariableMetric: Iteration # 94 - FCN = -729407.0082737 Edm = 0.119339 NCalls = 303 +VariableMetric: Iteration # 95 - FCN = -729407.9829547 Edm = 0.951729 NCalls = 308 +VariableMetric: Iteration # 96 - FCN = -729408.3174667 Edm = 0.283749 NCalls = 312 +VariableMetric: Iteration # 97 - FCN = -729420.7764272 Edm = 9.65861 NCalls = 317 +VariableMetric: Iteration # 98 - FCN = -729433.0326145 Edm = 1.40603 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -729434.5076456 Edm = 0.132478 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -729434.7087071 Edm = 0.0936033 NCalls = 322 +VariableMetric: Iteration # 101 - FCN = -729434.8560076 Edm = 0.0263948 NCalls = 324 +VariableMetric: Iteration # 102 - FCN = -729434.8734767 Edm = 0.00205377 NCalls = 326 +VariableMetric: Iteration # 103 - FCN = -729434.8759612 Edm = 0.000557215 NCalls = 328 +VariableMetric: Iteration # 104 - FCN = -729434.8783753 Edm = 0.00146665 NCalls = 330 +VariableMetric: Iteration # 105 - FCN = -729434.8982801 Edm = 0.0138074 NCalls = 333 +VariableMetric: Iteration # 106 - FCN = -729435.0405018 Edm = 0.111127 NCalls = 336 +VariableMetric: Iteration # 107 - FCN = -729440.2176452 Edm = 2.65261 NCalls = 340 +VariableMetric: Iteration # 108 - FCN = -729448.7840214 Edm = 0.392446 NCalls = 343 +VariableMetric: Iteration # 109 - FCN = -729449.3343978 Edm = 0.0336233 NCalls = 346 +VariableMetric: Iteration # 110 - FCN = -729449.3781407 Edm = 0.00457335 NCalls = 348 +VariableMetric: Iteration # 111 - FCN = -729449.3838579 Edm = 0.000455772 NCalls = 350 +VariableMetric: Iteration # 112 - FCN = -729449.3842606 Edm = 6.07328e-05 NCalls = 352 +VariableMetric: After Hessian - FCN = -729449.3842606 Edm = 64.4759 NCalls = 715 +VariableMetric: Iteration # 113 - FCN = -729449.3842606 Edm = 64.4759 NCalls = 715 +VariableMetric: Iteration # 114 - FCN = -729508.0292858 Edm = 11.5609 NCalls = 718 +VariableMetric: Iteration # 115 - FCN = -729508.1103803 Edm = 0.255991 NCalls = 723 +VariableMetric: Iteration # 116 - FCN = -729508.4317345 Edm = 0.108961 NCalls = 725 +VariableMetric: Iteration # 117 - FCN = -729516.3396706 Edm = 2.35302 NCalls = 733 +VariableMetric: Iteration # 118 - FCN = -729516.3773012 Edm = 0.306593 NCalls = 735 +VariableMetric: Iteration # 119 - FCN = -729518.363091 Edm = 0.907587 NCalls = 739 +VariableMetric: Iteration # 120 - FCN = -729518.6686398 Edm = 0.724641 NCalls = 741 +VariableMetric: Iteration # 121 - FCN = -729519.1643232 Edm = 0.0389405 NCalls = 743 +VariableMetric: Iteration # 122 - FCN = -729519.2802574 Edm = 0.117864 NCalls = 745 +VariableMetric: Iteration # 123 - FCN = -729520.2638684 Edm = 0.716833 NCalls = 756 +VariableMetric: Iteration # 124 - FCN = -729520.2756773 Edm = 0.0371625 NCalls = 758 +VariableMetric: Iteration # 125 - FCN = -729520.8896738 Edm = 0.489916 NCalls = 763 +VariableMetric: Iteration # 126 - FCN = -729521.3189202 Edm = 0.565973 NCalls = 766 +VariableMetric: Iteration # 127 - FCN = -729521.9041224 Edm = 0.0944966 NCalls = 768 +VariableMetric: Iteration # 128 - FCN = -729521.9816285 Edm = 0.00912926 NCalls = 770 +VariableMetric: Iteration # 129 - FCN = -729522.0008602 Edm = 0.00916955 NCalls = 772 +VariableMetric: Iteration # 130 - FCN = -729522.1059796 Edm = 0.130645 NCalls = 777 +VariableMetric: Iteration # 131 - FCN = -729522.1269319 Edm = 0.0780581 NCalls = 780 +VariableMetric: Iteration # 132 - FCN = -729522.4037636 Edm = 0.411651 NCalls = 786 +VariableMetric: Iteration # 133 - FCN = -729522.4109547 Edm = 0.0102242 NCalls = 788 +VariableMetric: Iteration # 134 - FCN = -729522.4380061 Edm = 0.0312446 NCalls = 790 +VariableMetric: Iteration # 135 - FCN = -729522.5363362 Edm = 0.110581 NCalls = 793 +VariableMetric: Iteration # 136 - FCN = -729522.6522267 Edm = 0.0847585 NCalls = 797 +VariableMetric: Iteration # 137 - FCN = -729523.0354815 Edm = 0.118865 NCalls = 801 +VariableMetric: Iteration # 138 - FCN = -729523.3802828 Edm = 0.220515 NCalls = 805 +VariableMetric: Iteration # 139 - FCN = -729523.7727148 Edm = 0.444154 NCalls = 808 +VariableMetric: Iteration # 140 - FCN = -729524.0418964 Edm = 0.564634 NCalls = 811 +VariableMetric: Iteration # 141 - FCN = -729524.4667787 Edm = 0.481867 NCalls = 814 +VariableMetric: Iteration # 142 - FCN = -729524.8778644 Edm = 0.530694 NCalls = 818 +VariableMetric: Iteration # 143 - FCN = -729525.8435801 Edm = 1.49039 NCalls = 822 +VariableMetric: Iteration # 144 - FCN = -729526.5060859 Edm = 1.95303 NCalls = 826 +VariableMetric: Iteration # 145 - FCN = -729529.2197474 Edm = 5.75726 NCalls = 832 +VariableMetric: Iteration # 146 - FCN = -729529.3660534 Edm = 0.346047 NCalls = 835 +VariableMetric: Iteration # 147 - FCN = -729529.9000814 Edm = 1.54684 NCalls = 838 +VariableMetric: Iteration # 148 - FCN = -729536.5361968 Edm = 4.53785 NCalls = 843 +VariableMetric: Iteration # 149 - FCN = -729542.8783106 Edm = 5.71678 NCalls = 846 +VariableMetric: Iteration # 150 - FCN = -729545.2709333 Edm = 2.05758 NCalls = 849 +VariableMetric: Iteration # 151 - FCN = -729546.8728392 Edm = 0.564869 NCalls = 851 +VariableMetric: Iteration # 152 - FCN = -729547.370153 Edm = 0.184311 NCalls = 853 +VariableMetric: Iteration # 153 - FCN = -729547.7336701 Edm = 0.120627 NCalls = 855 +VariableMetric: Iteration # 154 - FCN = -729547.936752 Edm = 0.0783048 NCalls = 857 +VariableMetric: Iteration # 155 - FCN = -729548.1648031 Edm = 0.0884154 NCalls = 860 +VariableMetric: Iteration # 156 - FCN = -729548.2909161 Edm = 0.0411553 NCalls = 862 +VariableMetric: Iteration # 157 - FCN = -729548.356868 Edm = 0.0171698 NCalls = 864 +VariableMetric: Iteration # 158 - FCN = -729548.3888262 Edm = 0.00910845 NCalls = 866 +VariableMetric: Iteration # 159 - FCN = -729548.4038813 Edm = 0.00209051 NCalls = 868 +VariableMetric: Iteration # 160 - FCN = -729548.4064912 Edm = 0.000318185 NCalls = 870 +VariableMetric: Iteration # 161 - FCN = -729548.4069971 Edm = 0.00011083 NCalls = 872 +VariableMetric: Iteration # 162 - FCN = -729548.4073322 Edm = 0.000174032 NCalls = 874 +VariableMetric: Iteration # 163 - FCN = -729548.4086085 Edm = 0.000587863 NCalls = 877 +VariableMetric: Iteration # 164 - FCN = -729548.4111127 Edm = 0.000460614 NCalls = 879 +VariableMetric: Iteration # 165 - FCN = -729548.4117827 Edm = 4.00235e-05 NCalls = 881 +VariableMetric: After Hessian - FCN = -729548.4117827 Edm = 3.87771e-05 NCalls = 1262 +VariableMetric: Iteration # 166 - FCN = -729548.4117827 Edm = 3.87771e-05 NCalls = 1262 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -723428.1739335 Edm = 4.54942 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -723428.1739335 Edm = 4.54942 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -726447.0228663 Edm = 0.219411 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -726447.6600698 Edm = 0.423492 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -726788.2050566 Edm = 11.9168 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -726837.836759 Edm = 3.86951 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -726841.2109254 Edm = 0.0861986 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -726850.7893807 Edm = 10.5613 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -726852.2702978 Edm = 1.40371 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -726954.8273341 Edm = 10.4349 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -726994.9457772 Edm = 0.169062 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -726995.3721203 Edm = 0.129715 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -726997.3975954 Edm = 1.47425 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -727079.2967294 Edm = 7.12204 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -727087.2034924 Edm = 0.105297 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -727087.4156291 Edm = 0.131745 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -727091.9500799 Edm = 5.10396 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -727093.6389315 Edm = 1.45499 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -727281.5255018 Edm = 45.2427 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -727351.863116 Edm = 7.48583 NCalls = 72 +VariableMetric: Iteration # 19 - FCN = -727357.37857 Edm = 0.682051 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -727358.1181269 Edm = 0.0712138 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -727358.2312678 Edm = 0.0576351 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -727358.6148795 Edm = 0.332853 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -727439.3951873 Edm = 46.5683 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -727547.1742388 Edm = 44.4608 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -727581.6890816 Edm = 7.34551 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -727591.8926056 Edm = 0.749465 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -727592.733834 Edm = 0.0695092 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -727592.9230581 Edm = 0.0429793 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -727593.0164772 Edm = 0.0385626 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -727593.6902993 Edm = 0.604921 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -727650.150916 Edm = 38.7814 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -727718.714862 Edm = 4.90279 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -727724.8898999 Edm = 0.889503 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -727725.9106962 Edm = 0.133463 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -727726.0350297 Edm = 0.044261 NCalls = 118 +VariableMetric: Iteration # 36 - FCN = -727726.0940192 Edm = 0.00537664 NCalls = 120 +VariableMetric: Iteration # 37 - FCN = -727726.1080364 Edm = 0.00716171 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -727727.5606494 Edm = 1.22332 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -727780.5581403 Edm = 33.5782 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -727845.2628892 Edm = 9.09466 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -727854.4538328 Edm = 0.976729 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -727855.1568901 Edm = 0.12438 NCalls = 138 +VariableMetric: Iteration # 43 - FCN = -727855.2539932 Edm = 0.0112475 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -727855.3019249 Edm = 0.0273262 NCalls = 142 +VariableMetric: Iteration # 45 - FCN = -727855.8649732 Edm = 0.552831 NCalls = 146 +VariableMetric: Iteration # 46 - FCN = -727870.5106403 Edm = 16.1473 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -727870.7329729 Edm = 0.2002 NCalls = 156 +VariableMetric: Iteration # 48 - FCN = -727911.1341004 Edm = 12.1622 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -728094.371889 Edm = 139.32 NCalls = 165 +VariableMetric: Iteration # 50 - FCN = -728392.8875764 Edm = 151.94 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -728703.2866034 Edm = 76.3624 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -728803.243361 Edm = 23.5802 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -728812.9834095 Edm = 11.5278 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -728819.3043113 Edm = 0.115127 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -728819.4466196 Edm = 0.0187775 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -728819.4691568 Edm = 0.0144298 NCalls = 184 +VariableMetric: Iteration # 57 - FCN = -728819.5150963 Edm = 0.0255734 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -728819.7395915 Edm = 0.166774 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -728833.6818888 Edm = 10.0529 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -728906.451766 Edm = 30.969 NCalls = 199 +VariableMetric: Iteration # 61 - FCN = -728962.2479602 Edm = 29.2625 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -729004.5126738 Edm = 8.91411 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -729017.8145681 Edm = 2.8647 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -729020.6756668 Edm = 0.963711 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -729021.6264549 Edm = 0.307792 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -729022.0884762 Edm = 0.140592 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -729022.3004217 Edm = 0.0126088 NCalls = 216 +VariableMetric: Iteration # 68 - FCN = -729022.3193673 Edm = 0.00417084 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -729022.3723271 Edm = 0.0504217 NCalls = 221 +VariableMetric: Iteration # 70 - FCN = -729024.8232341 Edm = 2.05686 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -729040.1462809 Edm = 11.5696 NCalls = 232 +VariableMetric: Iteration # 72 - FCN = -729068.6229703 Edm = 33.2755 NCalls = 235 +VariableMetric: Iteration # 73 - FCN = -729130.8181204 Edm = 33.8496 NCalls = 239 +VariableMetric: Iteration # 74 - FCN = -729165.9639974 Edm = 11.4819 NCalls = 241 +VariableMetric: Iteration # 75 - FCN = -729173.0495357 Edm = 1.2266 NCalls = 243 +VariableMetric: Iteration # 76 - FCN = -729174.123894 Edm = 0.066182 NCalls = 244 +VariableMetric: Iteration # 77 - FCN = -729174.2019993 Edm = 0.00666484 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -729174.2126311 Edm = 0.00178122 NCalls = 248 +VariableMetric: Iteration # 79 - FCN = -729174.2178266 Edm = 0.00357565 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -729174.2512686 Edm = 0.0253369 NCalls = 254 +VariableMetric: Iteration # 81 - FCN = -729174.4620394 Edm = 0.156817 NCalls = 257 +VariableMetric: Iteration # 82 - FCN = -729175.4214125 Edm = 0.915836 NCalls = 260 +VariableMetric: Iteration # 83 - FCN = -729196.5245763 Edm = 15.0111 NCalls = 266 +VariableMetric: Iteration # 84 - FCN = -729229.1832226 Edm = 9.5629 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -729239.617404 Edm = 1.55548 NCalls = 270 +VariableMetric: Iteration # 86 - FCN = -729241.2822633 Edm = 0.132856 NCalls = 272 +VariableMetric: Iteration # 87 - FCN = -729241.4311392 Edm = 0.00960118 NCalls = 274 +VariableMetric: Iteration # 88 - FCN = -729241.44167 Edm = 0.00106852 NCalls = 276 +VariableMetric: Iteration # 89 - FCN = -729241.4482532 Edm = 0.00384921 NCalls = 279 +VariableMetric: Iteration # 90 - FCN = -729241.4870711 Edm = 0.0309628 NCalls = 282 +VariableMetric: Iteration # 91 - FCN = -729242.887289 Edm = 1.23778 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -729256.3585182 Edm = 2.12262 NCalls = 289 +VariableMetric: Iteration # 93 - FCN = -729260.0490292 Edm = 1.07303 NCalls = 291 +VariableMetric: Iteration # 94 - FCN = -729261.504692 Edm = 1.31025 NCalls = 295 +VariableMetric: Iteration # 95 - FCN = -729266.3746665 Edm = 1.40428 NCalls = 301 +VariableMetric: Iteration # 96 - FCN = -729267.9248027 Edm = 0.938104 NCalls = 304 +VariableMetric: Iteration # 97 - FCN = -729268.3867218 Edm = 0.0570682 NCalls = 306 +VariableMetric: Iteration # 98 - FCN = -729268.4539567 Edm = 0.00328312 NCalls = 308 +VariableMetric: Iteration # 99 - FCN = -729268.4581813 Edm = 6.43617e-05 NCalls = 310 +VariableMetric: After Hessian - FCN = -729268.4581813 Edm = 1.64925e+06 NCalls = 673 +VariableMetric: Iteration # 100 - FCN = -729268.4581813 Edm = 1.64925e+06 NCalls = 673 +VariableMetric: Iteration # 101 - FCN = -729268.4581813 Edm = 1.64925e+06 NCalls = 684 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -726128.6198063 Edm = 4.53347 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -726128.6198063 Edm = 4.53347 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -727775.8031156 Edm = 0.113358 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -727778.172572 Edm = 0.132275 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -727823.5317403 Edm = 2.12538 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -727825.9499777 Edm = 0.047572 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -727851.3966131 Edm = 17.1476 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -727933.3806656 Edm = 0.569626 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -727934.3421901 Edm = 0.0970498 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -727935.7998504 Edm = 1.2007 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -728141.0617182 Edm = 6.84325 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -728148.5854933 Edm = 0.387397 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -728148.9789329 Edm = 0.0240955 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -728149.046005 Edm = 0.0368027 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -728162.610303 Edm = 12.1529 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -728297.7509005 Edm = 2.12255 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -728299.3412187 Edm = 0.135489 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -728299.4619516 Edm = 0.00704556 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -728299.5048304 Edm = 0.0316681 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -728319.4431433 Edm = 13.3795 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -728358.7202728 Edm = 5.13662 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -728367.7926592 Edm = 6.22531 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -728379.9550016 Edm = 2.7696 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -728383.8199853 Edm = 3.81808 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -728385.5470255 Edm = 0.643214 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -728386.3543224 Edm = 0.023045 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -728386.3818429 Edm = 0.00324097 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -728386.7979502 Edm = 0.404189 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -728482.2320273 Edm = 10.9784 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -728494.6611191 Edm = 5.35455 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -728497.4894826 Edm = 0.523677 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -728498.1522981 Edm = 0.124902 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -728498.3120123 Edm = 0.0288103 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -728498.3565943 Edm = 0.00589456 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -728498.4022574 Edm = 0.0336669 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -728500.2561713 Edm = 1.58877 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -728581.0109664 Edm = 77.564 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -728583.0333711 Edm = 4.66589 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -728588.1379416 Edm = 3.44565 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -728666.09987 Edm = 59.0704 NCalls = 129 +VariableMetric: Iteration # 39 - FCN = -729027.119444 Edm = 192.757 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -729028.6338208 Edm = 7.24524 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -729122.0781185 Edm = 36.627 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -729296.9944338 Edm = 45.667 NCalls = 143 +VariableMetric: Iteration # 43 - FCN = -729333.2951202 Edm = 16.1624 NCalls = 145 +VariableMetric: Iteration # 44 - FCN = -729382.8245676 Edm = 27.5897 NCalls = 148 +VariableMetric: Iteration # 45 - FCN = -729408.168596 Edm = 8.87322 NCalls = 149 +VariableMetric: Iteration # 46 - FCN = -729415.3853666 Edm = 2.55361 NCalls = 151 +VariableMetric: Iteration # 47 - FCN = -729419.6521496 Edm = 2.5513 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -729425.2252995 Edm = 0.625699 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -729428.7192175 Edm = 3.54885 NCalls = 157 +VariableMetric: Iteration # 50 - FCN = -729436.1051069 Edm = 3.09629 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -729439.1430675 Edm = 3.15198 NCalls = 165 +VariableMetric: Iteration # 52 - FCN = -729440.27496 Edm = 0.0492819 NCalls = 167 +VariableMetric: Iteration # 53 - FCN = -729440.370671 Edm = 0.0309201 NCalls = 169 +VariableMetric: Iteration # 54 - FCN = -729441.1199849 Edm = 0.449765 NCalls = 173 +VariableMetric: Iteration # 55 - FCN = -729442.748595 Edm = 0.0798754 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -729442.8340236 Edm = 0.00575884 NCalls = 176 +VariableMetric: Iteration # 57 - FCN = -729442.8427657 Edm = 0.00220756 NCalls = 178 +VariableMetric: Iteration # 58 - FCN = -729442.9429524 Edm = 0.0910041 NCalls = 182 +VariableMetric: Iteration # 59 - FCN = -729451.7548389 Edm = 4.2096 NCalls = 187 +VariableMetric: Iteration # 60 - FCN = -729471.5833657 Edm = 3.58518 NCalls = 189 +VariableMetric: Iteration # 61 - FCN = -729474.7891132 Edm = 0.699502 NCalls = 191 +VariableMetric: Iteration # 62 - FCN = -729475.3706217 Edm = 0.0749639 NCalls = 192 +VariableMetric: Iteration # 63 - FCN = -729475.4415452 Edm = 0.00278294 NCalls = 193 +VariableMetric: Iteration # 64 - FCN = -729475.444657 Edm = 0.000381801 NCalls = 195 +VariableMetric: Iteration # 65 - FCN = -729475.4463043 Edm = 0.00129765 NCalls = 197 +VariableMetric: Iteration # 66 - FCN = -729475.4904184 Edm = 0.0402488 NCalls = 203 +VariableMetric: Iteration # 67 - FCN = -729477.8088309 Edm = 1.60468 NCalls = 208 +VariableMetric: Iteration # 68 - FCN = -729484.646064 Edm = 1.27504 NCalls = 211 +VariableMetric: Iteration # 69 - FCN = -729486.0091398 Edm = 0.0728307 NCalls = 213 +VariableMetric: Iteration # 70 - FCN = -729486.0818333 Edm = 0.00373668 NCalls = 214 +VariableMetric: Iteration # 71 - FCN = -729486.0849857 Edm = 0.000223823 NCalls = 216 +VariableMetric: Iteration # 72 - FCN = -729486.0861503 Edm = 0.000908296 NCalls = 219 +VariableMetric: Iteration # 73 - FCN = -729486.3214958 Edm = 0.22047 NCalls = 225 +VariableMetric: Iteration # 74 - FCN = -729492.186172 Edm = 2.29929 NCalls = 229 +VariableMetric: Iteration # 75 - FCN = -729495.0269839 Edm = 0.0720432 NCalls = 231 +VariableMetric: Iteration # 76 - FCN = -729495.0975503 Edm = 0.00902087 NCalls = 232 +VariableMetric: Iteration # 77 - FCN = -729495.1053368 Edm = 0.000510055 NCalls = 233 +VariableMetric: Iteration # 78 - FCN = -729495.1059541 Edm = 0.000139415 NCalls = 235 +VariableMetric: Iteration # 79 - FCN = -729495.1064594 Edm = 0.000499906 NCalls = 237 +VariableMetric: Iteration # 80 - FCN = -729495.1137898 Edm = 0.00764834 NCalls = 242 +VariableMetric: Iteration # 81 - FCN = -729495.2641436 Edm = 0.0232199 NCalls = 249 +VariableMetric: Iteration # 82 - FCN = -729496.3608714 Edm = 0.536969 NCalls = 251 +VariableMetric: Iteration # 83 - FCN = -729500.3400208 Edm = 0.155255 NCalls = 254 +VariableMetric: Iteration # 84 - FCN = -729500.5034856 Edm = 0.00436251 NCalls = 255 +VariableMetric: Iteration # 85 - FCN = -729500.5081595 Edm = 0.000165676 NCalls = 257 +VariableMetric: Iteration # 86 - FCN = -729500.5090254 Edm = 0.000579765 NCalls = 259 +VariableMetric: Iteration # 87 - FCN = -729500.5243273 Edm = 0.0151057 NCalls = 263 +VariableMetric: Iteration # 88 - FCN = -729501.207521 Edm = 0.537267 NCalls = 270 +VariableMetric: Iteration # 89 - FCN = -729508.4481493 Edm = 3.18968 NCalls = 273 +VariableMetric: Iteration # 90 - FCN = -729513.0563232 Edm = 0.252303 NCalls = 275 +VariableMetric: Iteration # 91 - FCN = -729513.3059192 Edm = 0.0109072 NCalls = 277 +VariableMetric: Iteration # 92 - FCN = -729513.3164612 Edm = 0.000750867 NCalls = 278 +VariableMetric: Iteration # 93 - FCN = -729513.317298 Edm = 0.000266515 NCalls = 280 +VariableMetric: Iteration # 94 - FCN = -729513.3196393 Edm = 0.00190425 NCalls = 283 +VariableMetric: Iteration # 95 - FCN = -729513.3774606 Edm = 0.0473476 NCalls = 287 +VariableMetric: Iteration # 96 - FCN = -729515.8736933 Edm = 1.34075 NCalls = 292 +VariableMetric: Iteration # 97 - FCN = -729519.6938618 Edm = 0.121423 NCalls = 294 +VariableMetric: Iteration # 98 - FCN = -729519.8367796 Edm = 0.00293562 NCalls = 296 +VariableMetric: Iteration # 99 - FCN = -729519.8392829 Edm = 6.95149e-05 NCalls = 298 +VariableMetric: After Hessian - FCN = -729519.8392829 Edm = 2896.01 NCalls = 655 +VariableMetric: Iteration # 100 - FCN = -729519.8392829 Edm = 2896.01 NCalls = 655 +VariableMetric: Iteration # 101 - FCN = -729519.8772483 Edm = 24557.1 NCalls = 666 +VariableMetric: Iteration # 102 - FCN = -729535.5492346 Edm = 11.8214 NCalls = 672 +VariableMetric: Iteration # 103 - FCN = -729539.1777159 Edm = 2.34094 NCalls = 674 +VariableMetric: Iteration # 104 - FCN = -729543.561099 Edm = 1.85124 NCalls = 678 +VariableMetric: Iteration # 105 - FCN = -729544.6368922 Edm = 0.146339 NCalls = 681 +VariableMetric: Iteration # 106 - FCN = -729544.9215028 Edm = 0.111401 NCalls = 683 +VariableMetric: Iteration # 107 - FCN = -729545.1771697 Edm = 0.0377969 NCalls = 685 +VariableMetric: Iteration # 108 - FCN = -729545.2999666 Edm = 0.00807387 NCalls = 689 +VariableMetric: Iteration # 109 - FCN = -729545.3775441 Edm = 0.00763077 NCalls = 692 +VariableMetric: Iteration # 110 - FCN = -729545.4130296 Edm = 0.0102851 NCalls = 694 +VariableMetric: Iteration # 111 - FCN = -729545.437092 Edm = 0.00403314 NCalls = 696 +VariableMetric: Iteration # 112 - FCN = -729545.4531209 Edm = 0.00230787 NCalls = 698 +VariableMetric: Iteration # 113 - FCN = -729545.4621322 Edm = 0.00514617 NCalls = 700 +VariableMetric: Iteration # 114 - FCN = -729545.512949 Edm = 0.0237948 NCalls = 703 +VariableMetric: Iteration # 115 - FCN = -729545.5902211 Edm = 0.100637 NCalls = 709 +VariableMetric: Iteration # 116 - FCN = -729545.6461085 Edm = 0.118843 NCalls = 712 +VariableMetric: Iteration # 117 - FCN = -729545.719587 Edm = 0.116544 NCalls = 715 +VariableMetric: Iteration # 118 - FCN = -729546.1763616 Edm = 0.266404 NCalls = 719 +VariableMetric: Iteration # 119 - FCN = -729546.4616732 Edm = 0.470073 NCalls = 722 +VariableMetric: Iteration # 120 - FCN = -729546.7570104 Edm = 0.174938 NCalls = 724 +VariableMetric: Iteration # 121 - FCN = -729547.1025763 Edm = 0.164047 NCalls = 727 +VariableMetric: Iteration # 122 - FCN = -729547.2838696 Edm = 0.262336 NCalls = 730 +VariableMetric: Iteration # 123 - FCN = -729547.6219965 Edm = 0.191075 NCalls = 733 +VariableMetric: Iteration # 124 - FCN = -729547.9782067 Edm = 0.116013 NCalls = 736 +VariableMetric: Iteration # 125 - FCN = -729548.1927702 Edm = 0.247182 NCalls = 739 +VariableMetric: Iteration # 126 - FCN = -729548.4758513 Edm = 0.0736688 NCalls = 743 +VariableMetric: Iteration # 127 - FCN = -729548.5475859 Edm = 0.15918 NCalls = 746 +VariableMetric: Iteration # 128 - FCN = -729548.6170985 Edm = 0.0246844 NCalls = 748 +VariableMetric: Iteration # 129 - FCN = -729548.6811396 Edm = 0.0220542 NCalls = 751 +VariableMetric: Iteration # 130 - FCN = -729548.7075717 Edm = 0.0143146 NCalls = 753 +VariableMetric: Iteration # 131 - FCN = -729548.7366344 Edm = 0.00545927 NCalls = 756 +VariableMetric: Iteration # 132 - FCN = -729548.7524529 Edm = 0.00630693 NCalls = 758 +VariableMetric: Iteration # 133 - FCN = -729548.770632 Edm = 0.00782052 NCalls = 761 +VariableMetric: Iteration # 134 - FCN = -729548.7824699 Edm = 0.00377425 NCalls = 763 +VariableMetric: Iteration # 135 - FCN = -729548.791737 Edm = 0.00393379 NCalls = 766 +VariableMetric: Iteration # 136 - FCN = -729548.7977367 Edm = 0.00143827 NCalls = 768 +VariableMetric: Iteration # 137 - FCN = -729548.8001033 Edm = 0.000796402 NCalls = 771 +VariableMetric: Iteration # 138 - FCN = -729548.8019476 Edm = 0.000488838 NCalls = 773 +VariableMetric: Iteration # 139 - FCN = -729548.8031228 Edm = 0.0003245 NCalls = 775 +VariableMetric: Iteration # 140 - FCN = -729548.8039398 Edm = 0.000230945 NCalls = 777 +VariableMetric: Iteration # 141 - FCN = -729548.8046448 Edm = 0.000303055 NCalls = 779 +VariableMetric: Iteration # 142 - FCN = -729548.806041 Edm = 0.000358236 NCalls = 781 +VariableMetric: Iteration # 143 - FCN = -729548.8068873 Edm = 0.000141908 NCalls = 783 +VariableMetric: Iteration # 144 - FCN = -729548.8072324 Edm = 7.69531e-05 NCalls = 785 +VariableMetric: Iteration # 145 - FCN = -729548.8074557 Edm = 4.34399e-05 NCalls = 787 +VariableMetric: After Hessian - FCN = -729548.8074557 Edm = 0.000534759 NCalls = 1166 +VariableMetric: Iteration # 146 - FCN = -729548.8074557 Edm = 0.000534759 NCalls = 1166 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721983.3444582 Edm = 11.3638 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721983.3444582 Edm = 11.3638 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -725408.624516 Edm = 6.74333 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -725443.2170609 Edm = 36.9333 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -726375.7115384 Edm = 384.141 NCalls = 21 +VariableMetric: Iteration # 4 - FCN = -727629.8211439 Edm = 82.7313 NCalls = 26 +VariableMetric: Iteration # 5 - FCN = -727642.0107047 Edm = 24.9662 NCalls = 28 +VariableMetric: Iteration # 6 - FCN = -727652.9039101 Edm = 0.15023 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -727653.2834119 Edm = 0.238557 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -727722.6445976 Edm = 3.77196 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -727726.0492609 Edm = 0.058589 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -727727.7963267 Edm = 1.77834 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -727739.6704024 Edm = 9.90095 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -727983.2143805 Edm = 34.853 NCalls = 54 +VariableMetric: Iteration # 13 - FCN = -728033.6933698 Edm = 1.05985 NCalls = 57 +VariableMetric: Iteration # 14 - FCN = -728035.1965986 Edm = 0.113622 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -728035.3023458 Edm = 0.00664651 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -728035.3345763 Edm = 0.027009 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -728036.2248196 Edm = 0.912485 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -728046.2105905 Edm = 0.151754 NCalls = 76 +VariableMetric: Iteration # 19 - FCN = -728205.9220542 Edm = 14.3997 NCalls = 78 +VariableMetric: Iteration # 20 - FCN = -728213.4994563 Edm = 2.94932 NCalls = 80 +VariableMetric: Iteration # 21 - FCN = -728217.7848569 Edm = 0.894497 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -728219.1755125 Edm = 0.105599 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -728219.2873352 Edm = 0.0234068 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -728219.660682 Edm = 0.380807 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -728251.182252 Edm = 4.093 NCalls = 97 +VariableMetric: Iteration # 26 - FCN = -728348.6884994 Edm = 15.996 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -728370.6507198 Edm = 3.78038 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -728373.8742958 Edm = 0.160552 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -728396.1084603 Edm = 83.2572 NCalls = 113 +VariableMetric: Iteration # 30 - FCN = -728396.2206064 Edm = 1.33407 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -728398.6489896 Edm = 2.20329 NCalls = 119 +VariableMetric: Iteration # 32 - FCN = -728444.8405808 Edm = 19.8074 NCalls = 124 +VariableMetric: Iteration # 33 - FCN = -728484.9490968 Edm = 18.4609 NCalls = 127 +VariableMetric: Iteration # 34 - FCN = -728494.9262137 Edm = 2.47716 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -728498.1744723 Edm = 0.248436 NCalls = 130 +VariableMetric: Iteration # 36 - FCN = -728498.4876183 Edm = 0.0230803 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -728498.5223277 Edm = 0.00747113 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -728498.5410958 Edm = 0.013877 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -728499.2371851 Edm = 0.655752 NCalls = 142 +VariableMetric: Iteration # 40 - FCN = -728550.4849485 Edm = 4.52058 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -728556.1802611 Edm = 0.26776 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -728556.5154017 Edm = 0.0362934 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -728556.5649722 Edm = 0.00543727 NCalls = 153 +VariableMetric: Iteration # 44 - FCN = -728556.5872364 Edm = 0.013872 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -728574.1836049 Edm = 44.3119 NCalls = 165 +VariableMetric: Iteration # 46 - FCN = -728640.5932958 Edm = 4.13141e+06 NCalls = 176 +VariableMetric: Iteration # 47 - FCN = -728789.35088 Edm = 8.47475e+06 NCalls = 187 +VariableMetric: Iteration # 48 - FCN = -729385.1675859 Edm = 110263 NCalls = 196 +VariableMetric: Iteration # 49 - FCN = -729410.6422545 Edm = 43456.1 NCalls = 203 +VariableMetric: Iteration # 50 - FCN = -729423.6858111 Edm = 12177.5 NCalls = 210 +VariableMetric: Iteration # 51 - FCN = -729472.5254826 Edm = 25542 NCalls = 215 +VariableMetric: Iteration # 52 - FCN = -729486.1168262 Edm = 2365.44 NCalls = 221 +VariableMetric: Iteration # 53 - FCN = -729490.7825855 Edm = 1396.73 NCalls = 225 +VariableMetric: Iteration # 54 - FCN = -729495.2128083 Edm = 3265.3 NCalls = 229 +VariableMetric: Iteration # 55 - FCN = -729510.5995987 Edm = 73.6937 NCalls = 234 +VariableMetric: Iteration # 56 - FCN = -729517.0930924 Edm = 123.297 NCalls = 237 +VariableMetric: Iteration # 57 - FCN = -729520.6647326 Edm = 552.619 NCalls = 239 +VariableMetric: Iteration # 58 - FCN = -729521.514394 Edm = 123.488 NCalls = 242 +VariableMetric: Iteration # 59 - FCN = -729526.8772578 Edm = 77.8034 NCalls = 244 +VariableMetric: Iteration # 60 - FCN = -729532.4969984 Edm = 164.836 NCalls = 246 +VariableMetric: Iteration # 61 - FCN = -729537.305641 Edm = 33.5138 NCalls = 248 +VariableMetric: Iteration # 62 - FCN = -729538.5873 Edm = 12.0436 NCalls = 250 +VariableMetric: Iteration # 63 - FCN = -729539.7301756 Edm = 9.42993 NCalls = 254 +VariableMetric: Iteration # 64 - FCN = -729542.5173644 Edm = 9.77326 NCalls = 255 +VariableMetric: Iteration # 65 - FCN = -729543.2174187 Edm = 1.33265 NCalls = 257 +VariableMetric: Iteration # 66 - FCN = -729544.2064877 Edm = 1.92439 NCalls = 260 +VariableMetric: Iteration # 67 - FCN = -729544.5759579 Edm = 2.09909 NCalls = 262 +VariableMetric: Iteration # 68 - FCN = -729545.1446155 Edm = 0.44802 NCalls = 263 +VariableMetric: Iteration # 69 - FCN = -729545.3985342 Edm = 0.190983 NCalls = 264 +VariableMetric: Iteration # 70 - FCN = -729545.4881026 Edm = 0.0537355 NCalls = 266 +VariableMetric: Iteration # 71 - FCN = -729545.5678857 Edm = 0.0312252 NCalls = 268 +VariableMetric: Iteration # 72 - FCN = -729545.6585157 Edm = 0.033151 NCalls = 270 +VariableMetric: Iteration # 73 - FCN = -729545.8874148 Edm = 0.193698 NCalls = 274 +VariableMetric: Iteration # 74 - FCN = -729546.125086 Edm = 0.358826 NCalls = 279 +VariableMetric: Iteration # 75 - FCN = -729546.367744 Edm = 0.445898 NCalls = 283 +VariableMetric: Iteration # 76 - FCN = -729546.8665954 Edm = 0.180205 NCalls = 287 +VariableMetric: Iteration # 77 - FCN = -729547.3482292 Edm = 0.260632 NCalls = 290 +VariableMetric: Iteration # 78 - FCN = -729547.8889985 Edm = 0.236963 NCalls = 293 +VariableMetric: Iteration # 79 - FCN = -729548.2374441 Edm = 0.585898 NCalls = 295 +VariableMetric: Iteration # 80 - FCN = -729548.4708679 Edm = 0.0648626 NCalls = 297 +VariableMetric: Iteration # 81 - FCN = -729548.5469357 Edm = 0.0739841 NCalls = 300 +VariableMetric: Iteration # 82 - FCN = -729548.6808368 Edm = 0.0351936 NCalls = 304 +VariableMetric: Iteration # 83 - FCN = -729548.7283521 Edm = 0.0307261 NCalls = 307 +VariableMetric: Iteration # 84 - FCN = -729548.7537281 Edm = 0.0118127 NCalls = 309 +VariableMetric: Iteration # 85 - FCN = -729548.7741451 Edm = 0.00724087 NCalls = 312 +VariableMetric: Iteration # 86 - FCN = -729548.7866663 Edm = 0.0041259 NCalls = 314 +VariableMetric: Iteration # 87 - FCN = -729548.7940222 Edm = 0.00452781 NCalls = 317 +VariableMetric: Iteration # 88 - FCN = -729548.8011614 Edm = 0.00106408 NCalls = 319 +VariableMetric: Iteration # 89 - FCN = -729548.8026355 Edm = 0.000253355 NCalls = 321 +VariableMetric: Iteration # 90 - FCN = -729548.803007 Edm = 0.000118357 NCalls = 323 +VariableMetric: Iteration # 91 - FCN = -729548.8032412 Edm = 2.66198e-05 NCalls = 325 +VariableMetric: After Hessian - FCN = -729548.8032412 Edm = 0.00489565 NCalls = 700 +VariableMetric: Iteration # 92 - FCN = -729548.8032412 Edm = 0.00489565 NCalls = 700 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.295E+05 | Ncalls=1250 (1250 total) | +| EDM = 1.02E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -729548.8529894237 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.22 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | psi2s_s | 1372.0 | 1.8 | | | 1358.64 | 1433.36 | | +| 2 | phi_p | 6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 16.7 | 0.9 | | | 14.8182 | 23.5818 | | +| 4 | p4415_p | 4.15 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | -5.9 | 0.7 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | 3.97 | 0.09 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | 1.819 | 0.029 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.84 | 0.15 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 6 | 3 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.11 | 0.18 | | |0.126447 | 2.35355 | | +| 11| jpsi_p | 1.655 | 0.016 | | |-6.28319 | 6.28319 | | +| 12| p3770_s | 2.74 | 0.21 | | |0.918861 | 4.08114 | | +| 13| p4040_s | 1.23 | 0.17 | | |0.00501244| 2.01499 | | +| 14| rho_p | 6.1 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| p4160_s | 2.22 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 18| Dbar_s | -0.12 | 0.06 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.20 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p psi2s_s phi_p phi_s p4415_p omega_p p4160_p psi2s_p p4040_p omega_s p4415_s jpsi_p p3770_s p4040_s rho_p jpsi_s p4160_s rho_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.021 0.002 0.001 0.088 -0.008 0.196 -0.344 0.098 -0.010 -0.179 -0.048 -0.296 -0.185 0.016 -0.030 -0.142 0.017 0.391 -0.467 | +| psi2s_s | 0.021 1.000 0.003 0.012 -0.004 -0.012 -0.003 -0.045 -0.020 -0.007 -0.005 -0.032 -0.035 -0.021 -0.036 -0.784 -0.017 -0.010 0.109 0.021 | +| phi_p | 0.002 0.003 1.000 -0.546 0.002 -0.003 0.004 0.009 0.006 0.009 0.003 0.028 0.003 0.001 -0.037 -0.005 0.004 -0.016 -0.007 -0.003 | +| phi_s | 0.001 0.012 -0.546 1.000 -0.001 0.096 -0.001 -0.013 -0.002 0.092 0.000 -0.032 -0.005 -0.004 0.118 -0.015 -0.001 -0.017 0.008 0.004 | +| p4415_p | 0.088 -0.004 0.002 -0.001 1.000 -0.003 0.241 -0.070 0.073 -0.003 -0.114 -0.003 -0.039 -0.197 0.020 0.003 -0.197 0.004 -0.042 -0.204 | +| omega_p | -0.008 -0.012 -0.003 0.096 -0.003 1.000 -0.007 -0.021 -0.009 0.922 -0.004 -0.061 0.000 0.000 -0.080 0.014 -0.004 -0.207 0.001 -0.002 | +| p4160_p | 0.196 -0.003 0.004 -0.001 0.241 -0.007 1.000 -0.143 0.061 -0.007 0.085 -0.022 -0.125 -0.486 0.022 0.002 -0.138 0.007 0.158 -0.427 | +| psi2s_p | -0.344 -0.045 0.009 -0.013 -0.070 -0.021 -0.143 1.000 -0.341 -0.020 -0.110 0.109 -0.167 0.044 -0.036 0.043 -0.187 -0.007 -0.009 0.187 | +| p4040_p | 0.098 -0.020 0.006 -0.002 0.073 -0.009 0.061 -0.341 1.000 -0.004 0.164 -0.153 -0.092 -0.208 0.004 0.020 0.426 -0.011 -0.188 -0.149 | +| omega_s | -0.010 -0.007 0.009 0.092 -0.003 0.922 -0.007 -0.020 -0.004 1.000 -0.001 -0.056 0.004 0.003 -0.036 0.009 0.001 -0.430 -0.009 -0.004 | +| p4415_s | -0.179 -0.005 0.003 0.000 -0.114 -0.004 0.085 -0.110 0.164 -0.001 1.000 -0.146 0.086 0.080 -0.013 0.004 0.301 -0.012 -0.502 0.375 | +| jpsi_p | -0.048 -0.032 0.028 -0.032 -0.003 -0.061 -0.022 0.109 -0.153 -0.056 -0.146 1.000 0.024 -0.007 -0.076 0.045 -0.152 -0.017 0.084 -0.124 | +| p3770_s | -0.296 -0.035 0.003 -0.005 -0.039 0.000 -0.125 -0.167 -0.092 0.004 0.086 0.024 1.000 0.196 -0.020 0.024 0.081 -0.024 -0.249 0.148 | +| p4040_s | -0.185 -0.021 0.001 -0.004 -0.197 0.000 -0.486 0.044 -0.208 0.003 0.080 -0.007 0.196 1.000 -0.032 0.021 -0.031 -0.021 -0.391 0.494 | +| rho_p | 0.016 -0.036 -0.037 0.118 0.020 -0.080 0.022 -0.036 0.004 -0.036 -0.013 -0.076 -0.020 -0.032 1.000 0.045 -0.016 0.083 0.027 -0.020 | +| jpsi_s | -0.030 -0.784 -0.005 -0.015 0.003 0.014 0.002 0.043 0.020 0.009 0.004 0.045 0.024 0.021 0.045 1.000 0.017 0.013 -0.128 -0.020 | +| p4160_s | -0.142 -0.017 0.004 -0.001 -0.197 -0.004 -0.138 -0.187 0.426 0.001 0.301 -0.152 0.081 -0.031 -0.016 0.017 1.000 -0.019 -0.526 0.337 | +| rho_s | 0.017 -0.010 -0.016 -0.017 0.004 -0.207 0.007 -0.007 -0.011 -0.430 -0.012 -0.017 -0.024 -0.021 0.083 0.013 -0.019 1.000 0.048 0.012 | +| Dbar_s | 0.391 0.109 -0.007 0.008 -0.042 0.001 0.158 -0.009 -0.188 -0.009 -0.502 0.084 -0.249 -0.391 0.027 -0.128 -0.526 0.048 1.000 -0.756 | +| Ctt | -0.467 0.021 -0.003 0.004 -0.204 -0.002 -0.427 0.187 -0.149 -0.004 0.375 -0.124 0.148 0.494 -0.020 -0.020 0.337 0.012 -0.756 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09883219672734089}), (, {'error': 1.7991524306675046}), (, {'error': 0.24757213136152956}), (, {'error': 0.9057425644255979}), (, {'error': 0.18286280662893706}), (, {'error': 0.6769618081801525}), (, {'error': 0.09298943340096333}), (, {'error': 0.029180331151704486}), (, {'error': 0.14999855003378237}), (, {'error': 3.4950108693670994}), (, {'error': 0.18445247607479082}), (, {'error': 0.016127579311431717}), (, {'error': 0.20933478066339894}), (, {'error': 0.17132938267971953}), (, {'error': 0.37666569811718276}), (, {'error': 22.06619639872224}), (, {'error': 0.17130292494968913}), (, {'error': 0.3367037223427427}), (, {'error': 0.05732513931062988}), (, {'error': 0.11817243484954221})]) +Toy 1/10 +Time taken: 1 h, 27 min +Projected time left: 13 h, 4 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.295E+05 | Ncalls=1032 (1032 total) | +| EDM = 0.0112 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -729524.1676527007 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.93 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | psi2s_s | 1372.1 | 1.3 | | | 1358.64 | 1433.36 | | +| 2 | phi_p | -6 | 7 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 4 | p4415_p | 4.41 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | -5.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.00 | 0.07 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -4.465 | 0.025 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 6.0 | 1.6 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.03 | 0.16 | | |0.126447 | 2.35355 | | +| 11| jpsi_p | -4.625 | 0.015 | | |-6.28319 | 6.28319 | | +| 12| p3770_s | 2.49 | 0.19 | | |0.918861 | 4.08114 | | +| 13| p4040_s | 0.005 | 0.013 | | |0.00501244| 2.01499 | | +| 14| rho_p | -6.3 | 1.0 | | |-6.28319 | 6.28319 | | +| 15| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 16| p4160_s | 2.29 | 0.13 | | | 0.71676 | 3.68324 | | +| 17| rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 18| Dbar_s | 0.05 | 0.04 | | | -1.464 | 1.464 | | +| 19| Ctt | -0.21 | 0.08 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p psi2s_s phi_p phi_s p4415_p omega_p p4160_p psi2s_p p4040_p omega_s p4415_s jpsi_p p3770_s p4040_s rho_p jpsi_s p4160_s rho_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.004 -0.085 -0.084 0.069 -0.018 0.130 -0.280 -0.010 0.041 -0.088 -0.030 -0.211 0.004 0.071 0.000 -0.076 -0.034 0.292 -0.338 | +| psi2s_s | -0.004 1.000 0.055 0.056 -0.006 0.006 -0.013 -0.036 0.001 -0.033 0.008 -0.022 -0.020 0.000 -0.059 -0.574 0.003 0.021 0.045 0.037 | +| phi_p | -0.085 0.055 1.000 0.997 -0.053 0.166 -0.080 -0.059 0.006 -0.526 -0.017 -0.187 0.034 -0.002 -0.796 -0.086 0.012 0.483 -0.047 -0.041 | +| phi_s | -0.084 0.056 0.997 1.000 -0.052 0.169 -0.080 -0.060 0.006 -0.519 -0.017 -0.188 0.033 -0.002 -0.785 -0.087 0.012 0.480 -0.046 -0.041 | +| p4415_p | 0.069 -0.006 -0.053 -0.052 1.000 -0.010 0.154 -0.023 -0.003 0.030 -0.063 0.028 -0.006 0.006 0.054 0.006 -0.224 -0.023 -0.072 -0.172 | +| omega_p | -0.018 0.006 0.166 0.169 -0.010 1.000 -0.018 -0.022 0.002 0.524 -0.005 -0.060 0.004 -0.000 -0.177 -0.009 -0.001 0.126 -0.003 -0.003 | +| p4160_p | 0.130 -0.013 -0.080 -0.080 0.154 -0.018 1.000 -0.103 0.004 0.042 0.168 0.002 -0.039 0.016 0.072 0.015 -0.067 -0.040 0.003 -0.306 | +| psi2s_p | -0.280 -0.036 -0.059 -0.060 -0.023 -0.022 -0.103 1.000 0.026 0.016 -0.078 0.064 -0.262 0.004 0.016 0.032 -0.111 -0.045 -0.079 0.143 | +| p4040_p | -0.010 0.001 0.006 0.006 -0.003 0.002 0.004 0.026 1.000 -0.003 -0.012 0.009 0.007 0.213 -0.005 -0.001 -0.036 0.004 0.016 0.020 | +| omega_s | 0.041 -0.033 -0.526 -0.519 0.030 0.524 0.042 0.016 -0.003 1.000 0.007 0.063 -0.017 0.001 0.532 0.051 -0.008 -0.486 0.021 0.013 | +| p4415_s | -0.088 0.008 -0.017 -0.017 -0.063 -0.005 0.168 -0.078 -0.012 0.007 1.000 -0.094 0.036 0.001 0.010 -0.013 0.134 -0.008 -0.395 0.245 | +| jpsi_p | -0.030 -0.022 -0.187 -0.188 0.028 -0.060 0.002 0.064 0.009 0.063 -0.094 1.000 0.002 0.002 0.084 0.042 -0.089 -0.122 0.021 -0.126 | +| p3770_s | -0.211 -0.020 0.034 0.033 -0.006 0.004 -0.039 -0.262 0.007 -0.017 0.036 0.002 1.000 -0.005 -0.033 0.003 0.066 0.002 -0.157 -0.043 | +| p4040_s | 0.004 0.000 -0.002 -0.002 0.006 -0.000 0.016 0.004 0.213 0.001 0.001 0.002 -0.005 1.000 0.003 0.000 0.008 -0.001 0.014 -0.015 | +| rho_p | 0.071 -0.059 -0.796 -0.785 0.054 -0.177 0.072 0.016 -0.005 0.532 0.010 0.084 -0.033 0.003 1.000 0.091 -0.018 -0.424 0.042 0.025 | +| jpsi_s | 0.000 -0.574 -0.086 -0.087 0.006 -0.009 0.015 0.032 -0.001 0.051 -0.013 0.042 0.003 0.000 0.091 1.000 -0.009 -0.031 -0.064 -0.039 | +| p4160_s | -0.076 0.003 0.012 0.012 -0.224 -0.001 -0.067 -0.111 -0.036 -0.008 0.134 -0.089 0.066 0.008 -0.018 -0.009 1.000 -0.001 -0.424 0.261 | +| rho_s | -0.034 0.021 0.483 0.480 -0.023 0.126 -0.040 -0.045 0.004 -0.486 -0.008 -0.122 0.002 -0.001 -0.424 -0.031 -0.001 1.000 0.009 0.014 | +| Dbar_s | 0.292 0.045 -0.047 -0.046 -0.072 -0.003 0.003 -0.079 0.016 0.021 -0.395 0.021 -0.157 0.014 0.042 -0.064 -0.424 0.009 1.000 -0.646 | +| Ctt | -0.338 0.037 -0.041 -0.041 -0.172 -0.003 -0.306 0.143 0.020 0.013 0.245 -0.126 -0.043 -0.015 0.025 -0.039 0.261 0.014 -0.646 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09680228515112943}), (, {'error': 1.2949438942313236}), (, {'error': 7.220532259859105}), (, {'error': 5.016201901289523}), (, {'error': 0.17704421260726022}), (, {'error': 0.37953139809516934}), (, {'error': 0.07473374257035559}), (, {'error': 0.024903209817556338}), (, {'error': 8.357131258250618}), (, {'error': 1.5586727417339477}), (, {'error': 0.15694151729132483}), (, {'error': 0.015230863612369028}), (, {'error': 0.1887976727645273}), (, {'error': 0.012508025152772743}), (, {'error': 1.0300782259019652}), (, {'error': 9.684967132592647}), (, {'error': 0.12757265006013196}), (, {'error': 0.32757014066931517}), (, {'error': 0.03645557167983016}), (, {'error': 0.08062788402434959})]) +Toy 2/10 +Time taken: 2 h, 40 min +Projected time left: 10 h, 42 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.295E+05 | Ncalls=1114 (1114 total) | +| EDM = 0.00038 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -729548.8817719182 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.33 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | psi2s_s | 1366.9 | 1.5 | | | 1358.64 | 1433.36 | | +| 2 | phi_p | 0.015 | 2.052 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 4 | p4415_p | 4.44 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | 4.35 | 0.09 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -2.103 | 0.028 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.36 | 0.15 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 6 | 3 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.09 | 0.17 | | |0.126447 | 2.35355 | | +| 11| jpsi_p | -1.729 | 0.017 | | |-6.28319 | 6.28319 | | +| 12| p3770_s | 2.52 | 0.19 | | |0.918861 | 4.08114 | | +| 13| p4040_s | 1.16 | 0.15 | | |0.00501244| 2.01499 | | +| 14| rho_p | 5.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| p4160_s | 2.16 | 0.16 | | | 0.71676 | 3.68324 | | +| 17| rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 18| Dbar_s | -0.10 | 0.05 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.22 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p psi2s_s phi_p phi_s p4415_p omega_p p4160_p psi2s_p p4040_p omega_s p4415_s jpsi_p p3770_s p4040_s rho_p jpsi_s p4160_s rho_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.024 -0.046 -0.045 0.092 -0.039 0.182 0.406 0.145 -0.039 -0.120 -0.040 -0.208 -0.131 0.016 -0.012 -0.064 0.018 0.307 -0.486 | +| psi2s_s | -0.024 1.000 -0.019 -0.019 -0.001 -0.027 -0.008 0.002 -0.014 -0.026 0.006 0.037 -0.002 0.003 -0.029 -0.663 0.000 -0.004 0.053 0.015 | +| phi_p | -0.046 -0.019 1.000 0.995 -0.018 0.750 -0.046 -0.174 -0.043 0.724 -0.011 -0.411 -0.011 -0.007 0.119 0.025 -0.014 -0.123 0.021 0.003 | +| phi_s | -0.045 -0.019 0.995 1.000 -0.018 0.762 -0.045 -0.174 -0.043 0.737 -0.011 -0.412 -0.012 -0.008 0.127 0.024 -0.014 -0.131 0.022 0.003 | +| p4415_p | 0.092 -0.001 -0.018 -0.018 1.000 -0.013 0.223 0.113 0.072 -0.012 -0.096 -0.026 -0.024 -0.177 0.021 0.002 -0.186 0.005 -0.107 -0.176 | +| omega_p | -0.039 -0.027 0.750 0.762 -0.013 1.000 -0.038 -0.156 -0.042 0.990 -0.016 -0.377 -0.015 -0.013 -0.029 0.035 -0.019 -0.254 0.025 -0.003 | +| p4160_p | 0.182 -0.008 -0.046 -0.045 0.223 -0.038 1.000 0.227 0.064 -0.037 0.147 -0.054 -0.082 -0.431 0.020 0.007 -0.079 0.009 0.025 -0.362 | +| psi2s_p | 0.406 0.002 -0.174 -0.174 0.113 -0.156 0.227 1.000 0.016 -0.155 -0.262 0.037 -0.164 -0.308 0.002 -0.043 -0.248 0.060 0.556 -0.573 | +| p4040_p | 0.145 -0.014 -0.043 -0.043 0.072 -0.042 0.064 0.016 1.000 -0.040 0.165 -0.125 -0.063 -0.184 0.004 0.013 0.427 -0.002 -0.245 -0.149 | +| omega_s | -0.039 -0.026 0.724 0.737 -0.012 0.990 -0.037 -0.155 -0.040 1.000 -0.015 -0.373 -0.013 -0.013 -0.013 0.034 -0.018 -0.333 0.022 -0.005 | +| p4415_s | -0.120 0.006 -0.011 -0.011 -0.096 -0.016 0.147 -0.262 0.165 -0.015 1.000 -0.059 0.073 0.019 -0.011 -0.007 0.239 -0.002 -0.442 0.313 | +| jpsi_p | -0.040 0.037 -0.411 -0.412 -0.026 -0.377 -0.054 0.037 -0.125 -0.373 -0.059 1.000 -0.052 0.012 -0.044 -0.052 -0.080 0.141 0.093 0.131 | +| p3770_s | -0.208 -0.002 -0.011 -0.012 -0.024 -0.015 -0.082 -0.164 -0.063 -0.013 0.073 -0.052 1.000 0.177 -0.021 0.014 0.067 -0.017 -0.254 0.138 | +| p4040_s | -0.131 0.003 -0.007 -0.008 -0.177 -0.013 -0.431 -0.308 -0.184 -0.013 0.019 0.012 0.177 1.000 -0.034 0.005 -0.104 -0.010 -0.295 0.423 | +| rho_p | 0.016 -0.029 0.119 0.127 0.021 -0.029 0.020 0.002 0.004 -0.013 -0.011 -0.044 -0.021 -0.034 1.000 0.037 -0.014 0.063 0.029 -0.021 | +| jpsi_s | -0.012 -0.663 0.025 0.024 0.002 0.035 0.007 -0.043 0.013 0.034 -0.007 -0.052 0.014 0.005 0.037 1.000 0.000 0.002 -0.092 -0.026 | +| p4160_s | -0.064 0.000 -0.014 -0.014 -0.186 -0.019 -0.079 -0.248 0.427 -0.018 0.239 -0.080 0.067 -0.104 -0.014 0.000 1.000 -0.008 -0.465 0.269 | +| rho_s | 0.018 -0.004 -0.123 -0.131 0.005 -0.254 0.009 0.060 -0.002 -0.333 -0.002 0.141 -0.017 -0.010 0.063 0.002 -0.008 1.000 0.039 0.024 | +| Dbar_s | 0.307 0.053 0.021 0.022 -0.107 0.025 0.025 0.556 -0.245 0.022 -0.442 0.093 -0.254 -0.295 0.029 -0.092 -0.465 0.039 1.000 -0.683 | +| Ctt | -0.486 0.015 0.003 0.003 -0.176 -0.003 -0.362 -0.573 -0.149 -0.005 0.313 0.131 0.138 0.423 -0.021 -0.026 0.269 0.024 -0.683 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1005135577435361}), (, {'error': 1.4718303471837544}), (, {'error': 2.0520862840309286}), (, {'error': 5.228726516590365}), (, {'error': 0.1794668041699694}), (, {'error': 8.237470142413205}), (, {'error': 0.08913665463423204}), (, {'error': 0.02782164951966859}), (, {'error': 0.14996086928188634}), (, {'error': 3.4708726884689685}), (, {'error': 0.17279825655990155}), (, {'error': 0.01739221694875992}), (, {'error': 0.18785514285862637}), (, {'error': 0.1541210371204932}), (, {'error': 0.39196768874306454}), (, {'error': 23.059979110406857}), (, {'error': 0.15634312706640507}), (, {'error': 0.32872547095417937}), (, {'error': 0.04926841792514791}), (, {'error': 0.11598641644441016})]) +Toy 3/10 +Time taken: 3 h, 59 min +Projected time left: 9 h, 19 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.295E+05 | Ncalls=1197 (1197 total) | +| EDM = 0.00062 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -729548.5457723225 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.57 | 0.08 | | |-6.28319 | 6.28319 | | +| 1 | psi2s_s | 1372.8 | 1.2 | | | 1358.64 | 1433.36 | | +| 2 | phi_p | -6 | 11 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 4 | p4415_p | -1.96 | 0.15 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 6.28 | 0.20 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.10 | 0.07 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -4.076 | 0.024 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.59 | 0.12 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 5.7 | 0.9 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.10 | 0.14 | | |0.126447 | 2.35355 | | +| 11| jpsi_p | 4.743 | 0.016 | | |-6.28319 | 6.28319 | | +| 12| p3770_s | 2.73 | 0.17 | | |0.918861 | 4.08114 | | +| 13| p4040_s | 1.19 | 0.13 | | |0.00501244| 2.01499 | | +| 14| rho_p | -6.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 15| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| p4160_s | 2.20 | 0.12 | | | 0.71676 | 3.68324 | | +| 17| rho_s | 0.77 | 0.29 | | |0.0253049| 2.0747 | | +| 18| Dbar_s | -0.103 | 0.029 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.20 | 0.07 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p psi2s_s phi_p phi_s p4415_p omega_p p4160_p psi2s_p p4040_p omega_s p4415_s jpsi_p p3770_s p4040_s rho_p jpsi_s p4160_s rho_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.004 -0.074 -0.073 0.043 0.012 0.074 -0.227 0.070 0.028 -0.036 -0.015 -0.196 -0.006 0.003 -0.005 -0.006 -0.012 0.133 -0.268 | +| psi2s_s | -0.004 1.000 -0.012 -0.012 0.006 0.003 -0.000 -0.038 -0.003 0.012 0.011 0.025 -0.017 -0.005 -0.006 -0.569 0.006 -0.016 0.056 0.041 | +| phi_p | -0.074 -0.012 1.000 0.997 -0.028 -0.144 -0.060 -0.158 -0.062 -0.419 -0.016 -0.400 -0.005 0.003 -0.040 0.019 -0.017 0.254 0.003 -0.002 | +| phi_s | -0.073 -0.012 0.997 1.000 -0.028 -0.145 -0.060 -0.157 -0.061 -0.417 -0.015 -0.399 -0.005 0.003 -0.036 0.018 -0.017 0.254 0.004 -0.002 | +| p4415_p | 0.043 0.006 -0.028 -0.028 1.000 0.004 0.138 -0.006 0.038 0.007 -0.098 -0.006 -0.022 -0.129 0.006 -0.009 -0.182 0.005 -0.159 -0.142 | +| omega_p | 0.012 0.003 -0.144 -0.145 0.004 1.000 0.009 0.027 0.010 -0.226 0.003 0.063 0.002 0.001 0.030 -0.005 0.004 0.003 -0.002 0.000 | +| p4160_p | 0.074 -0.000 -0.060 -0.060 0.138 0.009 1.000 -0.028 -0.004 0.021 0.157 -0.022 -0.059 -0.317 0.006 -0.001 -0.071 -0.007 -0.078 -0.261 | +| psi2s_p | -0.227 -0.038 -0.158 -0.157 -0.006 0.027 -0.028 1.000 -0.169 0.072 -0.088 0.019 -0.139 -0.040 -0.006 0.032 -0.123 -0.064 -0.002 0.004 | +| p4040_p | 0.070 -0.003 -0.062 -0.061 0.038 0.010 -0.004 -0.169 1.000 0.026 0.092 -0.057 -0.089 -0.142 0.003 -0.002 0.310 -0.015 -0.200 -0.185 | +| omega_s | 0.028 0.012 -0.419 -0.417 0.007 -0.226 0.021 0.072 0.026 1.000 0.008 0.147 0.007 0.005 0.152 -0.019 0.010 -0.500 -0.014 -0.008 | +| p4415_s | -0.036 0.011 -0.016 -0.015 -0.098 0.003 0.157 -0.088 0.092 0.008 1.000 -0.032 0.010 -0.044 -0.002 -0.019 0.091 -0.003 -0.265 0.152 | +| jpsi_p | -0.015 0.025 -0.400 -0.399 -0.006 0.063 -0.022 0.019 -0.057 0.147 -0.032 1.000 0.022 0.010 0.004 -0.032 -0.033 -0.054 0.097 0.103 | +| p3770_s | -0.196 -0.017 -0.005 -0.005 -0.022 0.002 -0.059 -0.139 -0.089 0.007 0.010 0.022 1.000 0.098 -0.003 -0.001 0.009 -0.017 -0.157 0.007 | +| p4040_s | -0.006 -0.005 0.003 0.003 -0.129 0.001 -0.317 -0.040 -0.142 0.005 -0.044 0.010 0.098 1.000 -0.007 -0.001 -0.163 -0.016 -0.176 0.241 | +| rho_p | 0.003 -0.006 -0.040 -0.036 0.006 0.030 0.006 -0.006 0.003 0.152 -0.002 0.004 -0.003 -0.007 1.000 0.010 -0.002 -0.064 -0.001 -0.006 | +| jpsi_s | -0.005 -0.569 0.019 0.018 -0.009 -0.005 -0.001 0.032 -0.002 -0.019 -0.019 -0.032 -0.001 -0.001 0.010 1.000 -0.014 0.026 -0.076 -0.048 | +| p4160_s | -0.006 0.006 -0.017 -0.017 -0.182 0.004 -0.071 -0.123 0.310 0.010 0.091 -0.033 0.009 -0.163 -0.002 -0.014 1.000 -0.010 -0.301 0.114 | +| rho_s | -0.012 -0.016 0.254 0.254 0.005 0.003 -0.007 -0.064 -0.015 -0.500 -0.003 -0.054 -0.017 -0.016 -0.064 0.026 -0.010 1.000 0.043 0.036 | +| Dbar_s | 0.133 0.056 0.003 0.004 -0.159 -0.002 -0.078 -0.002 -0.200 -0.014 -0.265 0.097 -0.157 -0.176 -0.001 -0.076 -0.301 0.043 1.000 -0.460 | +| Ctt | -0.268 0.041 -0.002 -0.002 -0.142 0.000 -0.261 0.004 -0.185 -0.008 0.152 0.103 0.007 0.241 -0.006 -0.048 0.114 0.036 -0.460 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.07706158722391532}), (, {'error': 1.2121800202866098}), (, {'error': 11.363300276353794}), (, {'error': 4.805180278699942}), (, {'error': 0.1524159278019166}), (, {'error': 0.19788613816707823}), (, {'error': 0.07170703724937866}), (, {'error': 0.024371362546762754}), (, {'error': 0.11878332088531729}), (, {'error': 0.9140119841793521}), (, {'error': 0.14336941314826784}), (, {'error': 0.015572699036388471}), (, {'error': 0.17378065860115965}), (, {'error': 0.12529395516974717}), (, {'error': 0.1845537251684104}), (, {'error': 16.00394705785584}), (, {'error': 0.12293466770072192}), (, {'error': 0.2912158474149259}), (, {'error': 0.029376811166047734}), (, {'error': 0.06801643736901786})]) +Toy 4/10 +Time taken: 5 h, 23 min +Projected time left: 8 h, 5 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.295E+05 | Ncalls=1191 (1191 total) | +| EDM = 0.000119 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -729548.8816986666 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.33 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | psi2s_s | 1366.9 | 1.6 | | | 1358.64 | 1433.36 | | +| 2 | phi_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 4 | p4415_p | -1.85 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 0.17 | 0.37 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | 4.35 | 0.08 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -2.103 | 0.025 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.36 | 0.14 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 6.0 | 1.5 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.09 | 0.16 | | |0.126447 | 2.35355 | | +| 11| jpsi_p | -1.729 | 0.017 | | |-6.28319 | 6.28319 | | +| 12| p3770_s | 2.52 | 0.18 | | |0.918861 | 4.08114 | | +| 13| p4040_s | 1.16 | 0.14 | | |0.00501244| 2.01499 | | +| 14| rho_p | 5.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| p4160_s | 2.16 | 0.14 | | | 0.71676 | 3.68324 | | +| 17| rho_s | 0.78 | 0.31 | | |0.0253049| 2.0747 | | +| 18| Dbar_s | -0.10 | 0.04 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.22 | 0.10 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p psi2s_s phi_p phi_s p4415_p omega_p p4160_p psi2s_p p4040_p omega_s p4415_s jpsi_p p3770_s p4040_s rho_p jpsi_s p4160_s rho_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.023 -0.058 -0.058 0.076 -0.011 0.141 0.337 0.142 0.014 -0.069 -0.025 -0.180 -0.069 0.044 -0.007 -0.017 -0.007 0.229 -0.411 | +| psi2s_s | -0.023 1.000 0.070 0.071 -0.000 0.006 -0.011 -0.008 -0.015 -0.021 0.012 0.001 -0.002 0.004 -0.069 -0.725 0.006 0.005 0.072 0.028 | +| phi_p | -0.058 0.070 1.000 0.997 -0.029 0.166 -0.052 -0.197 -0.035 -0.300 -0.009 -0.431 0.022 0.022 -0.518 -0.086 -0.000 0.267 -0.042 -0.039 | +| phi_s | -0.058 0.071 0.997 1.000 -0.029 0.170 -0.052 -0.196 -0.035 -0.294 -0.008 -0.430 0.022 0.022 -0.508 -0.087 -0.000 0.263 -0.041 -0.038 | +| p4415_p | 0.076 -0.000 -0.029 -0.029 1.000 -0.005 0.199 0.101 0.063 0.008 -0.096 -0.012 -0.021 -0.162 0.034 0.001 -0.188 -0.004 -0.137 -0.165 | +| omega_p | -0.011 0.006 0.166 0.170 -0.005 1.000 -0.010 -0.041 -0.009 0.644 -0.004 -0.091 0.001 0.001 -0.141 -0.007 -0.003 0.032 -0.003 -0.007 | +| p4160_p | 0.141 -0.011 -0.052 -0.052 0.199 -0.010 1.000 0.184 0.044 0.014 0.167 -0.037 -0.065 -0.391 0.045 0.012 -0.067 -0.011 -0.030 -0.322 | +| psi2s_p | 0.337 -0.008 -0.197 -0.196 0.101 -0.041 0.184 1.000 0.027 0.043 -0.192 0.048 -0.126 -0.245 0.109 -0.023 -0.181 -0.027 0.474 -0.464 | +| p4040_p | 0.142 -0.015 -0.035 -0.035 0.063 -0.009 0.044 0.027 1.000 0.011 0.141 -0.108 -0.070 -0.174 0.024 0.012 0.396 -0.016 -0.234 -0.174 | +| omega_s | 0.014 -0.021 -0.300 -0.294 0.008 0.644 0.014 0.043 0.011 1.000 0.002 0.092 -0.004 -0.006 0.194 0.026 0.001 -0.447 0.004 0.003 | +| p4415_s | -0.069 0.012 -0.009 -0.008 -0.096 -0.004 0.167 -0.192 0.141 0.002 1.000 -0.053 0.042 -0.022 -0.003 -0.017 0.178 -0.004 -0.368 0.242 | +| jpsi_p | -0.025 0.001 -0.431 -0.430 -0.012 -0.091 -0.037 0.048 -0.108 0.092 -0.053 1.000 -0.064 -0.011 0.214 -0.005 -0.075 -0.056 0.126 0.154 | +| p3770_s | -0.180 -0.002 0.022 0.022 -0.021 0.001 -0.065 -0.126 -0.070 -0.004 0.042 -0.064 1.000 0.145 -0.027 0.010 0.038 -0.011 -0.215 0.081 | +| p4040_s | -0.069 0.004 0.022 0.022 -0.162 0.001 -0.391 -0.245 -0.174 -0.006 -0.022 -0.011 0.145 1.000 -0.038 0.001 -0.146 -0.006 -0.232 0.351 | +| rho_p | 0.044 -0.069 -0.518 -0.508 0.034 -0.141 0.045 0.109 0.024 0.194 -0.003 0.214 -0.027 -0.038 1.000 0.085 -0.010 -0.089 0.040 0.006 | +| jpsi_s | -0.007 -0.725 -0.086 -0.087 0.001 -0.007 0.012 -0.023 0.012 0.026 -0.017 -0.005 0.010 0.001 0.085 1.000 -0.009 -0.009 -0.107 -0.045 | +| p4160_s | -0.017 0.006 -0.000 -0.000 -0.188 -0.003 -0.067 -0.181 0.396 0.001 0.178 -0.075 0.038 -0.146 -0.010 -0.009 1.000 -0.008 -0.395 0.197 | +| rho_s | -0.007 0.005 0.267 0.263 -0.004 0.032 -0.011 -0.027 -0.016 -0.447 -0.004 -0.056 -0.011 -0.006 -0.089 -0.009 -0.008 1.000 0.030 0.018 | +| Dbar_s | 0.229 0.072 -0.042 -0.041 -0.137 -0.003 -0.030 0.474 -0.234 0.004 -0.368 0.126 -0.215 -0.232 0.040 -0.107 -0.395 0.030 1.000 -0.595 | +| Ctt | -0.411 0.028 -0.039 -0.038 -0.165 -0.007 -0.322 -0.464 -0.174 0.003 0.242 0.154 0.081 0.351 0.006 -0.045 0.197 0.018 -0.595 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09384105833474976}), (, {'error': 1.560551805034038}), (, {'error': 8.684995817347012}), (, {'error': 5.242271392616829}), (, {'error': 0.17279106393622934}), (, {'error': 0.36801985747638666}), (, {'error': 0.08363342574264987}), (, {'error': 0.02500576659874243}), (, {'error': 0.14114820371232684}), (, {'error': 1.4654541982378406}), (, {'error': 0.16211187270782124}), (, {'error': 0.016895086224875566}), (, {'error': 0.18078594038925955}), (, {'error': 0.14292365203438406}), (, {'error': 0.433500636730888}), (, {'error': 17.640388894142234}), (, {'error': 0.1442280188743823}), (, {'error': 0.314246347077473}), (, {'error': 0.04114900791911136}), (, {'error': 0.09780584037257273})]) +Toy 5/10 +Time taken: 6 h, 44 min +Projected time left: 6 h, 44 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.295E+05 | Ncalls=1149 (1149 total) | +| EDM = 6.33E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -729548.2957856788 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 4.00 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | psi2s_s | 1366.1 | 1.4 | | | 1358.64 | 1433.36 | | +| 2 | phi_p | -6 | 7 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 4 | p4415_p | -2.01 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | -6.0 | 0.4 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.13 | 0.08 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | 3.794 | 0.024 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.60 | 0.14 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 6.0 | 1.7 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.08 | 0.16 | | |0.126447 | 2.35355 | | +| 11| jpsi_p | 1.465 | 0.016 | | |-6.28319 | 6.28319 | | +| 12| p3770_s | 2.52 | 0.18 | | |0.918861 | 4.08114 | | +| 13| p4040_s | 1.16 | 0.14 | | |0.00501244| 2.01499 | | +| 14| rho_p | -6.3 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| p4160_s | 2.17 | 0.14 | | | 0.71676 | 3.68324 | | +| 17| rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 18| Dbar_s | -0.10 | 0.04 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.19 | 0.10 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p psi2s_s phi_p phi_s p4415_p omega_p p4160_p psi2s_p p4040_p omega_s p4415_s jpsi_p p3770_s p4040_s rho_p jpsi_s p4160_s rho_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.026 -0.073 -0.072 0.077 0.001 0.142 0.264 0.139 0.025 -0.069 -0.062 -0.176 -0.066 0.042 -0.007 -0.018 -0.022 0.245 -0.381 | +| psi2s_s | -0.026 1.000 0.049 0.049 0.001 -0.009 -0.006 -0.011 -0.011 -0.019 0.007 -0.035 0.002 0.004 -0.036 -0.631 0.003 0.007 0.048 0.009 | +| phi_p | -0.073 0.049 1.000 0.997 -0.037 -0.064 -0.064 -0.215 -0.055 -0.417 -0.020 -0.251 0.024 0.032 -0.513 -0.063 -0.011 0.449 -0.042 -0.036 | +| phi_s | -0.072 0.049 0.997 1.000 -0.037 -0.059 -0.064 -0.214 -0.054 -0.411 -0.020 -0.251 0.024 0.032 -0.507 -0.064 -0.011 0.446 -0.042 -0.036 | +| p4415_p | 0.077 0.001 -0.037 -0.037 1.000 0.002 0.201 0.057 0.063 0.013 -0.105 0.009 -0.021 -0.168 0.028 0.001 -0.192 -0.010 -0.106 -0.187 | +| omega_p | 0.001 -0.009 -0.064 -0.059 0.002 1.000 0.001 -0.001 -0.002 0.777 -0.002 -0.021 -0.004 -0.004 0.016 0.012 -0.003 -0.077 0.007 0.002 | +| p4160_p | 0.142 -0.006 -0.064 -0.064 0.201 0.001 1.000 0.116 0.043 0.023 0.152 -0.013 -0.066 -0.400 0.042 0.009 -0.078 -0.024 0.022 -0.350 | +| psi2s_p | 0.264 -0.011 -0.215 -0.214 0.057 -0.001 0.116 1.000 -0.036 0.069 -0.165 0.009 -0.141 -0.190 0.107 -0.037 -0.176 -0.067 0.421 -0.210 | +| p4040_p | 0.139 -0.011 -0.055 -0.054 0.063 -0.002 0.043 -0.036 1.000 0.021 0.128 -0.122 -0.075 -0.186 0.031 0.010 0.384 -0.031 -0.188 -0.201 | +| omega_s | 0.025 -0.019 -0.417 -0.411 0.013 0.777 0.023 0.069 0.021 1.000 0.008 0.083 -0.007 -0.011 0.283 0.025 0.005 -0.483 0.010 0.008 | +| p4415_s | -0.069 0.007 -0.020 -0.020 -0.105 -0.002 0.152 -0.165 0.128 0.008 1.000 -0.101 0.032 -0.021 0.007 -0.013 0.173 -0.012 -0.368 0.238 | +| jpsi_p | -0.062 -0.035 -0.251 -0.251 0.009 -0.021 -0.013 0.009 -0.122 0.083 -0.101 1.000 -0.059 -0.030 0.092 0.049 -0.118 -0.154 0.034 -0.038 | +| p3770_s | -0.176 0.002 0.024 0.024 -0.021 -0.004 -0.066 -0.141 -0.075 -0.007 0.032 -0.059 1.000 0.134 -0.018 0.008 0.029 -0.009 -0.188 0.046 | +| p4040_s | -0.066 0.004 0.032 0.032 -0.168 -0.004 -0.400 -0.190 -0.186 -0.011 -0.021 -0.030 0.134 1.000 -0.029 0.000 -0.150 -0.002 -0.243 0.350 | +| rho_p | 0.042 -0.036 -0.513 -0.507 0.028 0.016 0.042 0.107 0.031 0.283 0.007 0.092 -0.018 -0.029 1.000 0.048 0.001 -0.270 0.027 0.008 | +| jpsi_s | -0.007 -0.631 -0.063 -0.064 0.001 0.012 0.009 -0.037 0.010 0.025 -0.013 0.049 0.008 0.000 0.048 1.000 -0.006 -0.012 -0.078 -0.040 | +| p4160_s | -0.018 0.003 -0.011 -0.011 -0.192 -0.003 -0.078 -0.176 0.384 0.005 0.173 -0.118 0.029 -0.150 0.001 -0.006 1.000 -0.015 -0.389 0.182 | +| rho_s | -0.022 0.007 0.449 0.446 -0.010 -0.077 -0.024 -0.067 -0.031 -0.483 -0.012 -0.154 -0.009 -0.002 -0.270 -0.012 -0.015 1.000 0.022 0.011 | +| Dbar_s | 0.245 0.048 -0.042 -0.042 -0.106 0.007 0.022 0.421 -0.188 0.010 -0.368 0.034 -0.188 -0.243 0.027 -0.078 -0.389 0.022 1.000 -0.612 | +| Ctt | -0.381 0.009 -0.036 -0.036 -0.187 0.002 -0.350 -0.210 -0.201 0.008 0.238 -0.038 0.046 0.350 0.008 -0.040 0.182 0.011 -0.612 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09298002200035782}), (, {'error': 1.3800035720465758}), (, {'error': 7.21198501384738}), (, {'error': 5.201363629975307}), (, {'error': 0.17407410608930318}), (, {'error': 0.44488017636119714}), (, {'error': 0.08410327389224781}), (, {'error': 0.024312953120071867}), (, {'error': 0.14115216029885858}), (, {'error': 1.7310794520248396}), (, {'error': 0.16197347421038916}), (, {'error': 0.016295891496238557}), (, {'error': 0.1802766888449323}), (, {'error': 0.1436112446476696}), (, {'error': 0.377112500238014}), (, {'error': 20.394270963271993}), (, {'error': 0.14372406863097753}), (, {'error': 0.3474177068571959}), (, {'error': 0.040017577167502316}), (, {'error': 0.09955124874706067})]) +Toy 6/10 +Time taken: 8 h, 45 s +Projected time left: 5 h, 20 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.295E+05 | Ncalls=1262 (1262 total) | +| EDM = 3.88E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -729548.4117826978 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.28 | 0.09 | | |-6.28319 | 6.28319 | | +| 1 | psi2s_s | 1366.1 | 1.4 | | | 1358.64 | 1433.36 | | +| 2 | phi_p | -6 | 9 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 4 | p4415_p | 4.27 | 0.16 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 0.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.13 | 0.08 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | 3.794 | 0.023 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.60 | 0.13 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 6.0 | 1.2 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.08 | 0.15 | | |0.126447 | 2.35355 | | +| 11| jpsi_p | 1.466 | 0.016 | | |-6.28319 | 6.28319 | | +| 12| p3770_s | 2.52 | 0.17 | | |0.918861 | 4.08114 | | +| 13| p4040_s | 1.16 | 0.13 | | |0.00501244| 2.01499 | | +| 14| rho_p | 6.1 | 0.3 | | |-6.28319 | 6.28319 | | +| 15| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 16| p4160_s | 2.17 | 0.13 | | | 0.71676 | 3.68324 | | +| 17| rho_s | 0.78 | 0.29 | | |0.0253049| 2.0747 | | +| 18| Dbar_s | -0.10 | 0.03 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.19 | 0.09 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p psi2s_s phi_p phi_s p4415_p omega_p p4160_p psi2s_p p4040_p omega_s p4415_s jpsi_p p3770_s p4040_s rho_p jpsi_s p4160_s rho_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.017 -0.054 -0.053 0.060 -0.018 0.109 0.222 0.126 0.005 -0.039 -0.057 -0.155 -0.019 0.001 -0.015 0.009 -0.006 0.182 -0.328 | +| psi2s_s | -0.017 1.000 -0.011 -0.010 0.006 -0.009 -0.002 0.011 -0.005 0.003 0.014 -0.022 0.000 0.003 -0.029 -0.682 0.009 -0.015 0.065 0.028 | +| phi_p | -0.054 -0.011 1.000 0.997 -0.028 0.296 -0.055 -0.197 -0.049 -0.159 -0.012 -0.360 -0.004 0.003 0.140 0.014 -0.013 0.250 0.006 -0.005 | +| phi_s | -0.053 -0.010 0.997 1.000 -0.028 0.298 -0.054 -0.196 -0.049 -0.155 -0.011 -0.360 -0.004 0.003 0.147 0.012 -0.012 0.248 0.006 -0.005 | +| p4415_p | 0.060 0.006 -0.028 -0.028 1.000 -0.008 0.168 0.046 0.051 0.003 -0.100 0.006 -0.017 -0.145 0.011 -0.006 -0.183 -0.002 -0.130 -0.169 | +| omega_p | -0.018 -0.009 0.296 0.298 -0.008 1.000 -0.018 -0.066 -0.018 0.594 -0.006 -0.128 -0.004 -0.001 -0.013 0.011 -0.007 0.111 0.006 0.000 | +| p4160_p | 0.109 -0.002 -0.055 -0.054 0.168 -0.018 1.000 0.090 0.020 0.007 0.160 -0.009 -0.053 -0.356 0.006 0.003 -0.069 -0.011 -0.025 -0.313 | +| psi2s_p | 0.222 0.011 -0.197 -0.196 0.046 -0.066 0.090 1.000 -0.027 0.017 -0.125 0.024 -0.110 -0.148 -0.028 -0.058 -0.133 -0.025 0.351 -0.142 | +| p4040_p | 0.126 -0.005 -0.049 -0.049 0.051 -0.018 0.020 -0.027 1.000 0.007 0.109 -0.102 -0.073 -0.164 -0.004 0.001 0.352 -0.017 -0.185 -0.211 | +| omega_s | 0.005 0.003 -0.159 -0.155 0.003 0.594 0.007 0.017 0.007 1.000 0.001 0.042 0.003 0.000 0.022 -0.004 0.003 -0.391 -0.008 -0.008 | +| p4415_s | -0.039 0.014 -0.012 -0.011 -0.100 -0.006 0.160 -0.125 0.109 0.001 1.000 -0.087 0.017 -0.042 -0.007 -0.022 0.126 -0.003 -0.310 0.185 | +| jpsi_p | -0.057 -0.022 -0.360 -0.360 0.006 -0.128 -0.009 0.024 -0.102 0.042 -0.087 1.000 -0.047 -0.023 -0.114 0.031 -0.099 -0.119 0.006 -0.040 | +| p3770_s | -0.155 0.000 -0.004 -0.004 -0.017 -0.004 -0.053 -0.110 -0.073 0.003 0.017 -0.047 1.000 0.112 -0.013 0.007 0.015 -0.016 -0.161 0.010 | +| p4040_s | -0.019 0.003 0.003 0.003 -0.145 -0.001 -0.356 -0.148 -0.164 0.000 -0.042 -0.023 0.112 1.000 -0.021 0.001 -0.171 -0.011 -0.197 0.287 | +| rho_p | 0.001 -0.029 0.140 0.147 0.011 -0.013 0.006 -0.028 -0.004 0.022 -0.007 -0.114 -0.013 -0.021 1.000 0.037 -0.010 0.084 0.016 -0.007 | +| jpsi_s | -0.015 -0.682 0.014 0.012 -0.006 0.011 0.003 -0.058 0.001 -0.004 -0.022 0.031 0.007 0.001 0.037 1.000 -0.014 0.018 -0.096 -0.063 | +| p4160_s | 0.009 0.009 -0.013 -0.012 -0.183 -0.007 -0.069 -0.133 0.352 0.003 0.126 -0.099 0.015 -0.171 -0.010 -0.014 1.000 -0.009 -0.336 0.129 | +| rho_s | -0.006 -0.015 0.250 0.248 -0.002 0.111 -0.011 -0.025 -0.017 -0.391 -0.003 -0.119 -0.016 -0.011 0.084 0.018 -0.009 1.000 0.038 0.032 | +| Dbar_s | 0.182 0.065 0.006 0.006 -0.130 0.006 -0.025 0.351 -0.185 -0.008 -0.310 0.006 -0.161 -0.197 0.016 -0.096 -0.336 0.038 1.000 -0.540 | +| Ctt | -0.328 0.028 -0.005 -0.005 -0.169 0.000 -0.313 -0.142 -0.211 -0.008 0.185 -0.040 0.010 0.287 -0.007 -0.063 0.129 0.032 -0.540 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.08736762153550925}), (, {'error': 1.417261464031185}), (, {'error': 8.801161292378698}), (, {'error': 4.509273545279233}), (, {'error': 0.16379511742840158}), (, {'error': 0.3299846709247074}), (, {'error': 0.07821614975862934}), (, {'error': 0.02266269285911182}), (, {'error': 0.13157353585317266}), (, {'error': 1.2335069761582407}), (, {'error': 0.15242508490653423}), (, {'error': 0.01630134242093595}), (, {'error': 0.17283151357605564}), (, {'error': 0.13301886290796716}), (, {'error': 0.3466316999928818}), (, {'error': 14.249648171111403}), (, {'error': 0.13273564052036835}), (, {'error': 0.29181589443818}), (, {'error': 0.03397210994967059}), (, {'error': 0.08562129972044508})]) +Toy 7/10 +Time taken: 9 h, 23 min +Projected time left: 4 h, 1 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.293E+05 | Ncalls=673 (684 total) | +| EDM = 1.65E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -729268.4581812755 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -1.92 | 0.27 | | |-6.28319 | 6.28319 | | +| 1 | psi2s_s | 1358.66 | 0.21 | | | 1358.64 | 1433.36 | | +| 2 | phi_p | 0.36 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18.83 | 0.28 | | | 14.8182 | 23.5818 | | +| 4 | p4415_p | 5.36 | 0.13 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 0.016E-1 | 1.364E-1 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -0.628E1 | 0.000E1 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -1.99 | 0.05 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | 0.19 | 0.46 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 7.17 | 0.15 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.24 | 0.20 | | |0.126447 | 2.35355 | | +| 11| jpsi_p | -1.725 | 0.008 | | |-6.28319 | 6.28319 | | +| 12| p3770_s | 2.10 | 0.14 | | |0.918861 | 4.08114 | | +| 13| p4040_s | 0.50E-2 | 0.10E-2 | | |0.00501244| 2.01499 | | +| 14| rho_p | 5.33 | 0.21 | | |-6.28319 | 6.28319 | | +| 15| jpsi_s | 0.982E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 16| p4160_s | 0.717 | 0.002 | | | 0.71676 | 3.68324 | | +| 17| rho_s | 0.027 | 0.004 | | |0.0253049| 2.0747 | | +| 18| Dbar_s | 0.08 | 0.20 | | | -1.464 | 1.464 | | +| 19| Ctt | -0.500 | 0.001 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p psi2s_s phi_p phi_s p4415_p omega_p p4160_p psi2s_p p4040_p omega_s p4415_s jpsi_p p3770_s p4040_s rho_p jpsi_s p4160_s rho_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.958 -0.354 0.562 0.807 -0.646 -0.065 0.955 -0.165 0.071 0.946 -0.200 0.853 0.053 -0.101 0.981 0.252 0.031 0.979 0.489 | +| psi2s_s | 0.958 1.000 -0.352 0.559 0.803 -0.642 -0.064 0.947 -0.164 0.070 0.940 -0.201 0.852 0.053 -0.100 0.976 0.250 0.031 0.974 0.487 | +| phi_p | -0.354 -0.352 1.000 -0.111 -0.296 0.232 0.024 -0.351 0.061 -0.029 -0.347 0.067 -0.315 -0.019 0.036 -0.360 -0.092 -0.008 -0.360 -0.180 | +| phi_s | 0.562 0.559 -0.111 1.000 0.471 -0.373 -0.038 0.555 -0.096 0.041 0.552 -0.119 0.500 0.031 -0.059 0.572 0.147 0.017 0.571 0.286 | +| p4415_p | 0.807 0.803 -0.296 0.471 1.000 -0.541 -0.054 0.802 -0.137 0.059 0.795 -0.158 0.716 0.044 -0.084 0.823 0.210 0.026 0.820 0.409 | +| omega_p | -0.646 -0.642 0.232 -0.373 -0.541 1.000 0.043 -0.639 0.110 0.016 -0.634 0.132 -0.575 -0.035 0.066 -0.658 -0.169 -0.011 -0.657 -0.328 | +| p4160_p | -0.065 -0.064 0.024 -0.038 -0.054 0.043 1.000 -0.064 0.011 -0.005 -0.063 0.014 -0.057 -0.004 0.007 -0.066 -0.018 -0.002 -0.066 -0.033 | +| psi2s_p | 0.955 0.947 -0.351 0.555 0.802 -0.639 -0.064 1.000 -0.163 0.070 0.935 -0.201 0.847 0.052 -0.100 0.970 0.249 0.031 0.969 0.484 | +| p4040_p | -0.165 -0.164 0.061 -0.096 -0.137 0.110 0.011 -0.163 1.000 -0.012 -0.162 0.035 -0.146 0.008 0.017 -0.168 -0.043 -0.005 -0.167 -0.084 | +| omega_s | 0.071 0.070 -0.029 0.041 0.059 0.016 -0.005 0.070 -0.012 1.000 0.070 -0.015 0.063 0.004 -0.007 0.072 0.018 -0.003 0.072 0.036 | +| p4415_s | 0.946 0.940 -0.347 0.552 0.795 -0.634 -0.063 0.935 -0.162 0.070 1.000 -0.198 0.841 0.052 -0.099 0.963 0.248 0.030 0.960 0.481 | +| jpsi_p | -0.200 -0.201 0.067 -0.119 -0.158 0.132 0.014 -0.201 0.035 -0.015 -0.198 1.000 -0.182 -0.011 0.021 -0.206 -0.052 -0.005 -0.202 -0.100 | +| p3770_s | 0.853 0.852 -0.315 0.500 0.716 -0.575 -0.057 0.847 -0.146 0.063 0.841 -0.182 1.000 0.047 -0.090 0.873 0.223 0.028 0.870 0.435 | +| p4040_s | 0.053 0.053 -0.019 0.031 0.044 -0.035 -0.004 0.052 0.008 0.004 0.052 -0.011 0.047 1.000 -0.006 0.054 0.014 0.002 0.054 0.027 | +| rho_p | -0.101 -0.100 0.036 -0.059 -0.084 0.066 0.007 -0.100 0.017 -0.007 -0.099 0.021 -0.090 -0.006 1.000 -0.103 -0.026 0.011 -0.102 -0.051 | +| jpsi_s | 0.981 0.976 -0.360 0.572 0.823 -0.658 -0.066 0.970 -0.168 0.072 0.963 -0.206 0.873 0.054 -0.103 1.000 0.256 0.031 0.998 0.499 | +| p4160_s | 0.252 0.250 -0.092 0.147 0.210 -0.169 -0.018 0.249 -0.043 0.018 0.248 -0.052 0.223 0.014 -0.026 0.256 1.000 0.008 0.255 0.128 | +| rho_s | 0.031 0.031 -0.008 0.017 0.026 -0.011 -0.002 0.031 -0.005 -0.003 0.030 -0.005 0.028 0.002 0.011 0.031 0.008 1.000 0.031 0.016 | +| Dbar_s | 0.979 0.974 -0.360 0.571 0.820 -0.657 -0.066 0.969 -0.167 0.072 0.960 -0.202 0.870 0.054 -0.102 0.998 0.255 0.031 1.000 0.498 | +| Ctt | 0.489 0.487 -0.180 0.286 0.409 -0.328 -0.033 0.484 -0.084 0.036 0.481 -0.100 0.435 0.027 -0.051 0.499 0.128 0.016 0.498 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.2719903673071382}), (, {'error': 0.20721995159169637}), (, {'error': 0.08906476940990826}), (, {'error': 0.2816379936781974}), (, {'error': 0.12530217845793068}), (, {'error': 0.13644592916895437}), (, {'error': 0.0015908319501631851}), (, {'error': 0.048838871824831376}), (, {'error': 0.458772933183218}), (, {'error': 0.15477930908546167}), (, {'error': 0.1958605438378236}), (, {'error': 0.008281041768649633}), (, {'error': 0.14001028392402315}), (, {'error': 0.000952559830253739}), (, {'error': 0.2114574864368297}), (, {'error': 132.51316834719364}), (, {'error': 0.00221170132867915}), (, {'error': 0.003557449727087327}), (, {'error': 0.2036577592375597}), (, {'error': 0.0009665627276747857})]) +Toy 8/10 +Time taken: 10 h, 18 min +Projected time left: 2 h, 34 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.295E+05 | Ncalls=1166 (1166 total) | +| EDM = 0.000535 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -729548.8074557218 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | 3.57 | 0.10 | | |-6.28319 | 6.28319 | | +| 1 | psi2s_s | 1372.8 | 1.4 | | | 1358.64 | 1433.36 | | +| 2 | phi_p | 0.024 | 1.751 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 4 | p4415_p | 4.32 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 6.28 | 0.22 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | -2.10 | 0.09 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -4.074 | 0.029 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | -2.59 | 0.15 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 5.5 | 1.1 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.10 | 0.18 | | |0.126447 | 2.35355 | | +| 11| jpsi_p | 4.743 | 0.017 | | |-6.28319 | 6.28319 | | +| 12| p3770_s | 2.73 | 0.21 | | |0.918861 | 4.08114 | | +| 13| p4040_s | 1.20 | 0.17 | | |0.00501244| 2.01499 | | +| 14| rho_p | 6.0 | 0.4 | | |-6.28319 | 6.28319 | | +| 15| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 16| p4160_s | 2.20 | 0.17 | | | 0.71676 | 3.68324 | | +| 17| rho_s | 0.8 | 0.3 | | |0.0253049| 2.0747 | | +| 18| Dbar_s | -0.10 | 0.05 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.20 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p psi2s_s phi_p phi_s p4415_p omega_p p4160_p psi2s_p p4040_p omega_s p4415_s jpsi_p p3770_s p4040_s rho_p jpsi_s p4160_s rho_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 0.002 -0.034 -0.034 0.092 0.004 0.193 -0.271 0.099 0.002 -0.169 -0.057 -0.308 -0.185 0.002 -0.011 -0.131 0.005 0.365 -0.490 | +| psi2s_s | 0.002 1.000 0.001 0.002 -0.005 0.000 -0.009 -0.049 -0.018 0.003 -0.001 0.037 -0.029 -0.010 -0.019 -0.628 -0.009 -0.007 0.065 0.022 | +| phi_p | -0.034 0.001 1.000 0.993 -0.021 -0.095 -0.038 -0.108 -0.029 -0.196 0.001 -0.248 -0.004 0.007 0.338 -0.001 -0.002 0.180 0.011 0.020 | +| phi_s | -0.034 0.002 0.993 1.000 -0.021 -0.097 -0.038 -0.108 -0.028 -0.190 0.002 -0.247 -0.004 0.007 0.350 -0.003 -0.001 0.177 0.011 0.021 | +| p4415_p | 0.092 -0.005 -0.021 -0.021 1.000 0.002 0.241 -0.010 0.075 0.004 -0.103 -0.048 -0.040 -0.192 0.012 0.005 -0.190 -0.001 -0.082 -0.188 | +| omega_p | 0.004 0.000 -0.095 -0.097 0.002 1.000 0.004 0.013 0.004 -0.290 0.001 0.031 0.000 -0.000 0.015 -0.001 0.001 0.057 -0.001 -0.001 | +| p4160_p | 0.193 -0.009 -0.038 -0.038 0.241 0.004 1.000 -0.051 0.065 0.008 0.117 -0.088 -0.125 -0.472 0.007 0.009 -0.111 -0.006 0.080 -0.395 | +| psi2s_p | -0.271 -0.049 -0.108 -0.108 -0.010 0.013 -0.051 1.000 -0.259 0.022 -0.131 -0.008 -0.151 -0.018 -0.071 0.044 -0.188 -0.036 0.042 0.013 | +| p4040_p | 0.099 -0.018 -0.029 -0.028 0.075 0.004 0.065 -0.259 1.000 0.013 0.184 -0.150 -0.076 -0.190 -0.006 0.017 0.444 -0.019 -0.256 -0.114 | +| omega_s | 0.002 0.003 -0.196 -0.190 0.004 -0.290 0.008 0.022 0.013 1.000 0.005 0.002 0.010 0.004 0.091 -0.006 0.009 -0.608 -0.024 -0.014 | +| p4415_s | -0.169 -0.001 0.001 0.002 -0.103 0.001 0.117 -0.131 0.184 0.005 1.000 -0.075 0.104 0.064 -0.010 -0.001 0.295 -0.008 -0.495 0.367 | +| jpsi_p | -0.057 0.037 -0.248 -0.247 -0.048 0.031 -0.088 -0.008 -0.150 0.002 -0.075 1.000 0.026 0.042 -0.094 -0.042 -0.087 0.034 0.112 0.091 | +| p3770_s | -0.308 -0.029 -0.004 -0.004 -0.040 0.000 -0.125 -0.151 -0.076 0.010 0.104 0.026 1.000 0.214 -0.019 0.014 0.099 -0.024 -0.292 0.197 | +| p4040_s | -0.185 -0.010 0.007 0.007 -0.192 -0.000 -0.472 -0.018 -0.190 0.004 0.064 0.042 0.214 1.000 -0.027 0.007 -0.044 -0.016 -0.355 0.484 | +| rho_p | 0.002 -0.019 0.338 0.350 0.012 0.015 0.007 -0.071 -0.006 0.091 -0.010 -0.094 -0.019 -0.027 1.000 0.028 -0.014 0.088 0.026 -0.010 | +| jpsi_s | -0.011 -0.628 -0.001 -0.003 0.005 -0.001 0.009 0.044 0.017 -0.006 -0.001 -0.042 0.014 0.007 0.028 1.000 0.007 0.012 -0.082 -0.019 | +| p4160_s | -0.131 -0.009 -0.002 -0.001 -0.190 0.001 -0.111 -0.188 0.444 0.009 0.295 -0.087 0.099 -0.044 -0.014 0.007 1.000 -0.017 -0.526 0.338 | +| rho_s | 0.005 -0.007 0.180 0.177 -0.001 0.057 -0.006 -0.036 -0.019 -0.608 -0.008 0.034 -0.024 -0.016 0.088 0.012 -0.017 1.000 0.050 0.025 | +| Dbar_s | 0.365 0.065 0.011 0.011 -0.082 -0.001 0.080 0.042 -0.256 -0.024 -0.495 0.112 -0.292 -0.355 0.026 -0.082 -0.526 0.050 1.000 -0.726 | +| Ctt | -0.490 0.022 0.020 0.021 -0.188 -0.001 -0.395 0.013 -0.114 -0.014 0.367 0.091 0.197 0.484 -0.010 -0.019 0.338 0.025 -0.726 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.09938106096977517}), (, {'error': 1.4352629304371476}), (, {'error': 1.751369246916466}), (, {'error': 5.41292321578627}), (, {'error': 0.18401789868569285}), (, {'error': 0.22094770306165223}), (, {'error': 0.09299417189402082}), (, {'error': 0.029032915226584244}), (, {'error': 0.15350920833534376}), (, {'error': 1.06994960191745}), (, {'error': 0.1825914171206643}), (, {'error': 0.016950144564693126}), (, {'error': 0.21041307040089574}), (, {'error': 0.16846135322771372}), (, {'error': 0.3908117336857755}), (, {'error': 20.78225683140772}), (, {'error': 0.1692633808394064}), (, {'error': 0.33573052238689527}), (, {'error': 0.05457700226508366}), (, {'error': 0.12009901524607303})]) +Toy 9/10 +Time taken: 11 h, 33 min +Projected time left: 1 h, 17 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.295E+05 | Ncalls=700 (700 total) | +| EDM = 0.0049 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -729548.8032412229 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p3770_p | -2.72 | 0.08 | | |-6.28319 | 6.28319 | | +| 1 | psi2s_s | 1372.8 | 1.3 | | | 1358.64 | 1433.36 | | +| 2 | phi_p | -6 | 11 | | |-6.28319 | 6.28319 | | +| 3 | phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 4 | p4415_p | 4.32 | 0.16 | | |-6.28319 | 6.28319 | | +| 5 | omega_p | 6.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 6 | p4160_p | 4.18 | 0.07 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | 2.209 | 0.025 | | |-6.28319 | 6.28319 | | +| 8 | p4040_p | 3.69 | 0.12 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 5.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 10| p4415_s | 1.10 | 0.15 | | |0.126447 | 2.35355 | | +| 11| jpsi_p | -1.540 | 0.016 | | |-6.28319 | 6.28319 | | +| 12| p3770_s | 2.73 | 0.18 | | |0.918861 | 4.08114 | | +| 13| p4040_s | 1.20 | 0.13 | | |0.00501244| 2.01499 | | +| 14| rho_p | -0.27 | 0.34 | | |-6.28319 | 6.28319 | | +| 15| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 16| p4160_s | 2.20 | 0.13 | | | 0.71676 | 3.68324 | | +| 17| rho_s | 0.79 | 0.28 | | |0.0253049| 2.0747 | | +| 18| Dbar_s | -0.103 | 0.031 | | | -1.464 | 1.464 | | +| 19| Ctt | 0.20 | 0.07 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p3770_p psi2s_s phi_p phi_s p4415_p omega_p p4160_p psi2s_p p4040_p omega_s p4415_s jpsi_p p3770_s p4040_s rho_p jpsi_s p4160_s rho_s Dbar_s Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p3770_p | 1.000 -0.004 -0.070 -0.070 0.045 0.010 0.080 -0.234 0.074 0.023 -0.042 -0.019 -0.205 -0.013 -0.005 -0.005 -0.011 -0.009 0.148 -0.284 | +| psi2s_s | -0.004 1.000 -0.013 -0.012 0.005 0.002 -0.001 -0.040 -0.004 0.006 0.011 0.028 -0.017 -0.005 -0.026 -0.597 0.006 -0.012 0.061 0.043 | +| phi_p | -0.070 -0.013 1.000 0.997 -0.028 -0.136 -0.058 -0.153 -0.056 -0.355 -0.011 -0.399 -0.003 0.005 0.113 0.019 -0.013 0.221 -0.001 -0.002 | +| phi_s | -0.070 -0.012 0.997 1.000 -0.028 -0.136 -0.058 -0.153 -0.055 -0.351 -0.011 -0.398 -0.004 0.005 0.123 0.018 -0.013 0.219 -0.000 -0.002 | +| p4415_p | 0.045 0.005 -0.028 -0.028 1.000 0.004 0.144 -0.007 0.040 0.010 -0.098 -0.009 -0.022 -0.131 0.015 -0.008 -0.181 0.001 -0.154 -0.143 | +| omega_p | 0.010 0.002 -0.136 -0.136 0.004 1.000 0.009 0.023 0.009 -0.192 0.002 0.057 0.001 -0.000 0.052 -0.003 0.002 -0.004 -0.001 -0.000 | +| p4160_p | 0.080 -0.001 -0.058 -0.058 0.144 0.009 1.000 -0.030 0.000 0.020 0.159 -0.027 -0.062 -0.327 0.008 0.000 -0.072 -0.008 -0.070 -0.269 | +| psi2s_p | -0.234 -0.040 -0.153 -0.153 -0.007 0.023 -0.030 1.000 -0.176 0.050 -0.092 0.017 -0.140 -0.038 -0.057 0.034 -0.128 -0.048 0.000 0.007 | +| p4040_p | 0.074 -0.004 -0.056 -0.055 0.040 0.009 0.000 -0.176 1.000 0.021 0.097 -0.064 -0.088 -0.147 -0.004 -0.001 0.320 -0.013 -0.204 -0.182 | +| omega_s | 0.023 0.006 -0.355 -0.351 0.010 -0.192 0.020 0.050 0.021 1.000 0.004 0.116 0.003 -0.001 0.161 -0.009 0.005 -0.519 -0.010 -0.010 | +| p4415_s | -0.042 0.011 -0.011 -0.011 -0.098 0.002 0.159 -0.092 0.097 0.004 1.000 -0.036 0.014 -0.041 -0.007 -0.019 0.102 -0.001 -0.280 0.165 | +| jpsi_p | -0.019 0.028 -0.399 -0.398 -0.009 0.057 -0.027 0.017 -0.064 0.116 -0.036 1.000 0.023 0.012 -0.058 -0.035 -0.038 -0.037 0.100 0.104 | +| p3770_s | -0.205 -0.017 -0.003 -0.004 -0.022 0.001 -0.062 -0.140 -0.088 0.003 0.014 0.023 1.000 0.104 -0.015 0.000 0.012 -0.014 -0.166 0.018 | +| p4040_s | -0.013 -0.005 0.005 0.005 -0.131 -0.000 -0.327 -0.038 -0.147 -0.001 -0.041 0.012 0.104 1.000 -0.024 -0.001 -0.162 -0.011 -0.186 0.257 | +| rho_p | -0.005 -0.026 0.113 0.123 0.015 0.052 0.008 -0.057 -0.004 0.161 -0.007 -0.058 -0.015 -0.024 1.000 0.040 -0.011 0.059 0.014 -0.003 | +| jpsi_s | -0.005 -0.597 0.019 0.018 -0.008 -0.003 0.000 0.034 -0.001 -0.009 -0.019 -0.035 0.000 -0.001 0.040 1.000 -0.014 0.018 -0.081 -0.050 | +| p4160_s | -0.011 0.006 -0.013 -0.013 -0.181 0.002 -0.072 -0.128 0.320 0.005 0.102 -0.038 0.012 -0.162 -0.011 -0.014 1.000 -0.007 -0.316 0.127 | +| rho_s | -0.009 -0.012 0.221 0.219 0.001 -0.004 -0.008 -0.048 -0.013 -0.519 -0.001 -0.037 -0.014 -0.011 0.059 0.018 -0.007 1.000 0.038 0.035 | +| Dbar_s | 0.148 0.061 -0.001 -0.000 -0.154 -0.001 -0.070 0.000 -0.204 -0.010 -0.280 0.100 -0.166 -0.186 0.014 -0.081 -0.316 0.038 1.000 -0.484 | +| Ctt | -0.284 0.043 -0.002 -0.002 -0.143 -0.000 -0.269 0.007 -0.182 -0.010 0.165 0.104 0.018 0.257 -0.003 -0.050 0.127 0.035 -0.484 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.07884505147683996}), (, {'error': 1.2601126744677913}), (, {'error': 11.11939561884808}), (, {'error': 4.723767692449875}), (, {'error': 0.15505326738304692}), (, {'error': 0.17569502582253005}), (, {'error': 0.07338829598898222}), (, {'error': 0.02486951110409219}), (, {'error': 0.12100668476047716}), (, {'error': 0.936224982348544}), (, {'error': 0.1464167171017129}), (, {'error': 0.015819650849156375}), (, {'error': 0.17731296692767873}), (, {'error': 0.1285188690651724}), (, {'error': 0.3430526449092617}), (, {'error': 10.987414656671717}), (, {'error': 0.12621338033757445}), (, {'error': 0.2815981814552335}), (, {'error': 0.030790948428855325}), (, {'error': 0.07098875060038284})]) +Toy 10/10 +Time taken: 12 h, 31 min +Projected time left: +Mean Ctt value = 0.09174644971553543 +Mean Ctt error = 0.08578358901015289 +Simulation ended diff --git a/prelim_results/slurm-2213956.out b/prelim_results/slurm-2213956.out new file mode 100644 index 0000000..7b7271d --- /dev/null +++ b/prelim_results/slurm-2213956.out @@ -0,0 +1,9504 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-07 21:14:44.702168: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-07 21:14:44.709630: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-07 21:14:44.709902: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5641fe3f8070 executing computations on platform Host. Devices: +2019-07-07 21:14:44.709946: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-07 21:14:48.599355: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x5641fe4ab3f0 executing computations on platform CUDA. Devices: +2019-07-07 21:14:48.599420: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-07 21:14:48.600030: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:96:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-07 21:14:48.600059: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-07 21:14:48.604349: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-07 21:14:48.604404: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-07 21:14:48.604415: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-07 21:14:48.604887: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:96:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719411.5201299 Edm = 4.06303 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719411.5201299 Edm = 4.06303 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720912.7797905 Edm = 0.207208 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720917.7556724 Edm = 0.199123 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -721033.3316599 Edm = 84.1598 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -721211.4876465 Edm = 53.8149 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -721248.26877 Edm = 0.502357 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -721249.0536 Edm = 0.232043 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -721287.1242318 Edm = 30.194 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -721399.9685986 Edm = 1.50064 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -721401.4216315 Edm = 0.0879937 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -721405.1113004 Edm = 4.13 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -721410.7043493 Edm = 5.67892 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -721432.091573 Edm = 18.5567 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -721704.4440618 Edm = 12.6056 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -721735.2790814 Edm = 15.1446 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -721820.3226275 Edm = 15.055 NCalls = 64 +VariableMetric: Iteration # 16 - FCN = -721828.5620533 Edm = 24.1427 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -721842.0470959 Edm = 0.766006 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -721843.2262048 Edm = 0.400007 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -721849.4189368 Edm = 7.05177 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -721883.0769936 Edm = 28.175 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -722047.3613235 Edm = 28.6335 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -722072.7387014 Edm = 2.26872 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -722074.7830408 Edm = 0.136779 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -722074.9456303 Edm = 0.0127175 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -722075.0540072 Edm = 0.0874595 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -722077.7560358 Edm = 0.710592 NCalls = 93 +VariableMetric: Iteration # 27 - FCN = -722081.5183111 Edm = 2.72635 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -722106.4374362 Edm = 47.8868 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -722613.6158682 Edm = 186.161 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -722677.0374608 Edm = 150.607 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -723774.693607 Edm = 1128.6 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -724274.7931795 Edm = 275.843 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -724455.604054 Edm = 177.375 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -724586.0214291 Edm = 144.263 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -724682.3163684 Edm = 49.0067 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -724737.9604177 Edm = 32.6524 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -724755.8459314 Edm = 0.710377 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -724757.3745323 Edm = 0.380576 NCalls = 132 +VariableMetric: Iteration # 39 - FCN = -724758.3743745 Edm = 0.0221039 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -724758.4223738 Edm = 0.0234371 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -724759.0913606 Edm = 0.233149 NCalls = 141 +VariableMetric: Iteration # 42 - FCN = -724760.1450603 Edm = 0.222392 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -724760.3956375 Edm = 0.564519 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -724760.7357924 Edm = 0.312064 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -724777.9862738 Edm = 13.8525 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -724895.2427465 Edm = 78.7825 NCalls = 160 +VariableMetric: Iteration # 47 - FCN = -724980.1579549 Edm = 33.9884 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -724995.9396429 Edm = 1.46801 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -724997.8595078 Edm = 0.303611 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -724998.2453369 Edm = 0.0204825 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -724998.2763702 Edm = 0.00485412 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -724998.3101723 Edm = 0.0216423 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -724998.9087203 Edm = 0.609396 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -725038.0658961 Edm = 36.5878 NCalls = 185 +VariableMetric: Iteration # 55 - FCN = -725132.3733303 Edm = 40.815 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -725156.4017318 Edm = 27.4718 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -725172.6700944 Edm = 7.73897 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -725182.1076188 Edm = 1.71906 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -725183.6458445 Edm = 0.658987 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -725184.3291226 Edm = 0.25597 NCalls = 198 +VariableMetric: Iteration # 61 - FCN = -725184.6283232 Edm = 0.0724458 NCalls = 200 +VariableMetric: Iteration # 62 - FCN = -725184.7513252 Edm = 0.0164755 NCalls = 202 +VariableMetric: Iteration # 63 - FCN = -725184.7929513 Edm = 0.0064946 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -725184.8112461 Edm = 0.00404309 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -725184.8190313 Edm = 0.00372804 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -725184.9714358 Edm = 0.156326 NCalls = 217 +VariableMetric: Iteration # 67 - FCN = -725184.9742035 Edm = 0.0144903 NCalls = 219 +VariableMetric: Iteration # 68 - FCN = -725184.9867478 Edm = 0.00307625 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -725184.9964801 Edm = 0.00967664 NCalls = 224 +VariableMetric: Iteration # 70 - FCN = -725185.4454149 Edm = 0.429072 NCalls = 234 +VariableMetric: Iteration # 71 - FCN = -725185.4483159 Edm = 0.0066182 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -725185.4876504 Edm = 0.0348299 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -725185.695867 Edm = 0.0969351 NCalls = 242 +VariableMetric: Iteration # 74 - FCN = -725185.8191784 Edm = 0.0916577 NCalls = 244 +VariableMetric: Iteration # 75 - FCN = -725186.0335715 Edm = 0.194788 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -725186.5564452 Edm = 0.120461 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -725186.7552604 Edm = 0.0284442 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -725186.841801 Edm = 0.0599192 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -725188.2066957 Edm = 1.18081 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -725197.727116 Edm = 1.23277 NCalls = 265 +VariableMetric: Iteration # 81 - FCN = -725198.6326834 Edm = 0.143253 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -725198.758556 Edm = 0.0347784 NCalls = 268 +VariableMetric: Iteration # 83 - FCN = -725198.9413195 Edm = 0.13677 NCalls = 271 +VariableMetric: Iteration # 84 - FCN = -725198.9928568 Edm = 0.126138 NCalls = 274 +VariableMetric: Iteration # 85 - FCN = -725199.106565 Edm = 0.152758 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -725199.3862191 Edm = 0.231869 NCalls = 280 +VariableMetric: Iteration # 87 - FCN = -725199.5104105 Edm = 0.0185509 NCalls = 282 +VariableMetric: Iteration # 88 - FCN = -725199.5303065 Edm = 0.000355129 NCalls = 284 +VariableMetric: Iteration # 89 - FCN = -725199.5309848 Edm = 0.000385534 NCalls = 286 +VariableMetric: Iteration # 90 - FCN = -725199.5704073 Edm = 0.0382051 NCalls = 292 +VariableMetric: Iteration # 91 - FCN = -725204.9078953 Edm = 2.81406 NCalls = 297 +VariableMetric: Iteration # 92 - FCN = -725214.4912784 Edm = 0.880278 NCalls = 300 +VariableMetric: Iteration # 93 - FCN = -725215.2455371 Edm = 0.0853378 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -725215.2981009 Edm = 0.0111194 NCalls = 304 +VariableMetric: Iteration # 95 - FCN = -725215.3106807 Edm = 0.00283031 NCalls = 306 +VariableMetric: Iteration # 96 - FCN = -725215.3133532 Edm = 0.000938524 NCalls = 308 +VariableMetric: Iteration # 97 - FCN = -725215.315274 Edm = 0.000804161 NCalls = 310 +VariableMetric: Iteration # 98 - FCN = -725215.3255216 Edm = 0.00891438 NCalls = 313 +VariableMetric: Iteration # 99 - FCN = -725215.6424045 Edm = 0.264448 NCalls = 317 +VariableMetric: Iteration # 100 - FCN = -725219.5187265 Edm = 3.31233 NCalls = 320 +VariableMetric: Iteration # 101 - FCN = -725230.8136159 Edm = 2.39581 NCalls = 323 +VariableMetric: Iteration # 102 - FCN = -725233.0822461 Edm = 0.357697 NCalls = 324 +VariableMetric: Iteration # 103 - FCN = -725233.3868083 Edm = 0.0221738 NCalls = 326 +VariableMetric: Iteration # 104 - FCN = -725233.4066881 Edm = 0.00183083 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -725233.40862 Edm = 0.000168477 NCalls = 329 +VariableMetric: Iteration # 106 - FCN = -725233.4088073 Edm = 7.715e-06 NCalls = 331 +VariableMetric: After Hessian - FCN = -725233.4088073 Edm = 121.407 NCalls = 704 +VariableMetric: Iteration # 107 - FCN = -725233.4088073 Edm = 121.407 NCalls = 704 +VariableMetric: Iteration # 108 - FCN = -725270.1768818 Edm = 0.616337 NCalls = 708 +VariableMetric: Iteration # 109 - FCN = -725270.3806602 Edm = 0.254399 NCalls = 710 +VariableMetric: Iteration # 110 - FCN = -725270.4329042 Edm = 0.0706878 NCalls = 712 +VariableMetric: Iteration # 111 - FCN = -725270.4592586 Edm = 0.00681523 NCalls = 714 +VariableMetric: Iteration # 112 - FCN = -725270.4692242 Edm = 0.00249338 NCalls = 716 +VariableMetric: Iteration # 113 - FCN = -725270.4750473 Edm = 0.00181839 NCalls = 718 +VariableMetric: Iteration # 114 - FCN = -725270.5624606 Edm = 0.386363 NCalls = 726 +VariableMetric: Iteration # 115 - FCN = -725270.5641092 Edm = 0.0257709 NCalls = 728 +VariableMetric: Iteration # 116 - FCN = -725270.7073289 Edm = 0.239413 NCalls = 734 +VariableMetric: Iteration # 117 - FCN = -725270.7271334 Edm = 0.0567129 NCalls = 738 +VariableMetric: Iteration # 118 - FCN = -725270.7421905 Edm = 0.161231 NCalls = 741 +VariableMetric: Iteration # 119 - FCN = -725270.8271284 Edm = 0.160307 NCalls = 746 +VariableMetric: Iteration # 120 - FCN = -725270.8776913 Edm = 0.0409431 NCalls = 750 +VariableMetric: Iteration # 121 - FCN = -725271.5020453 Edm = 0.896125 NCalls = 753 +VariableMetric: Iteration # 122 - FCN = -725272.3824062 Edm = 1.00554 NCalls = 757 +VariableMetric: Iteration # 123 - FCN = -725272.4510796 Edm = 0.113677 NCalls = 760 +VariableMetric: Iteration # 124 - FCN = -725273.1901483 Edm = 0.730938 NCalls = 765 +VariableMetric: Iteration # 125 - FCN = -725273.5567298 Edm = 0.415837 NCalls = 769 +VariableMetric: Iteration # 126 - FCN = -725273.9632959 Edm = 0.0815282 NCalls = 772 +VariableMetric: Iteration # 127 - FCN = -725274.0454275 Edm = 0.0142837 NCalls = 773 +VariableMetric: Iteration # 128 - FCN = -725274.0581163 Edm = 0.000727929 NCalls = 774 +VariableMetric: Iteration # 129 - FCN = -725274.0589064 Edm = 7.06199e-05 NCalls = 776 +VariableMetric: After Hessian - FCN = -725274.0589064 Edm = 0.000574139 NCalls = 1157 +VariableMetric: Iteration # 130 - FCN = -725274.0589064 Edm = 0.000574139 NCalls = 1157 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721692.0288301 Edm = 3.40365 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721692.0288301 Edm = 3.40365 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724142.0090745 Edm = 1.11976 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -724143.5537647 Edm = 1.44721 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -724394.878069 Edm = 23.0959 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -724415.8401905 Edm = 34.823 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -724426.6123516 Edm = 1.17612 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -724530.2943028 Edm = 42.6238 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -724579.2475643 Edm = 4.13898 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -724582.5352321 Edm = 0.197252 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -724582.8429691 Edm = 0.0471859 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -724583.3768734 Edm = 0.511864 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -724633.7455892 Edm = 6.18187 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -724644.689211 Edm = 0.229006 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -724645.0339998 Edm = 0.101843 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -724647.0256089 Edm = 1.7823 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -724712.1014076 Edm = 13.272 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -724725.3092531 Edm = 6.26124 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -724730.5499872 Edm = 0.286775 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -724730.9157321 Edm = 0.0144404 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -724730.9435204 Edm = 0.00687475 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -724731.1702286 Edm = 0.226567 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -724740.5414726 Edm = 3.78 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -724927.3617149 Edm = 94.1726 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -724939.9582316 Edm = 87.576 NCalls = 89 +VariableMetric: Iteration # 24 - FCN = -725043.1516269 Edm = 2.51056 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -725049.1710473 Edm = 1.45227 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -725053.0002817 Edm = 1.03334 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -725056.9731516 Edm = 0.663805 NCalls = 99 +VariableMetric: Iteration # 28 - FCN = -725057.4017524 Edm = 0.254061 NCalls = 101 +VariableMetric: Iteration # 29 - FCN = -725057.565973 Edm = 0.0167117 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -725057.5917697 Edm = 0.0112462 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -725057.7057691 Edm = 0.0343868 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -725057.7630958 Edm = 0.00801607 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -725057.7943636 Edm = 0.0372439 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -725057.8693356 Edm = 0.0863915 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -725059.99417 Edm = 2.32679 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -725060.4465612 Edm = 1.32749 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -725064.1874502 Edm = 4.59443 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -725073.3012493 Edm = 7.38647 NCalls = 135 +VariableMetric: Iteration # 39 - FCN = -725120.2238808 Edm = 4.06275 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -725124.3825873 Edm = 0.79607 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -725125.2433312 Edm = 0.217046 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -725125.768112 Edm = 0.120517 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -725125.8991459 Edm = 0.0830729 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -725125.9660594 Edm = 0.00294664 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -725125.9725505 Edm = 0.0043185 NCalls = 151 +VariableMetric: Iteration # 46 - FCN = -725126.5835563 Edm = 0.544471 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -725145.7340044 Edm = 3.49307 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -725148.669428 Edm = 0.923651 NCalls = 164 +VariableMetric: Iteration # 49 - FCN = -725149.2707741 Edm = 0.116697 NCalls = 166 +VariableMetric: Iteration # 50 - FCN = -725149.4608452 Edm = 0.0425584 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -725149.5498594 Edm = 0.0162362 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -725149.5799529 Edm = 0.00911425 NCalls = 173 +VariableMetric: Iteration # 53 - FCN = -725149.620475 Edm = 0.0109122 NCalls = 175 +VariableMetric: Iteration # 54 - FCN = -725149.6407895 Edm = 0.00100862 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -725149.6426158 Edm = 0.000726947 NCalls = 179 +VariableMetric: Iteration # 56 - FCN = -725149.6444994 Edm = 0.000702414 NCalls = 181 +VariableMetric: Iteration # 57 - FCN = -725149.6460379 Edm = 0.00087405 NCalls = 183 +VariableMetric: Iteration # 58 - FCN = -725149.7410565 Edm = 0.0830626 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -725154.8972766 Edm = 2.64987 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -725155.3248144 Edm = 1.61236 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -725156.4455219 Edm = 1.97019 NCalls = 199 +VariableMetric: Iteration # 62 - FCN = -725158.4940433 Edm = 0.797257 NCalls = 201 +VariableMetric: Iteration # 63 - FCN = -725160.3517172 Edm = 0.308406 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -725160.662576 Edm = 0.043358 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -725160.721036 Edm = 0.00780615 NCalls = 208 +VariableMetric: Iteration # 66 - FCN = -725160.7330006 Edm = 0.00241037 NCalls = 210 +VariableMetric: Iteration # 67 - FCN = -725160.7378898 Edm = 0.000358615 NCalls = 212 +VariableMetric: Iteration # 68 - FCN = -725160.7392283 Edm = 0.000555091 NCalls = 214 +VariableMetric: Iteration # 69 - FCN = -725160.7414658 Edm = 0.000493857 NCalls = 216 +VariableMetric: Iteration # 70 - FCN = -725160.7630398 Edm = 0.0286445 NCalls = 224 +VariableMetric: Iteration # 71 - FCN = -725160.7643725 Edm = 0.00386991 NCalls = 227 +VariableMetric: Iteration # 72 - FCN = -725160.7753144 Edm = 0.00918041 NCalls = 231 +VariableMetric: Iteration # 73 - FCN = -725160.8323449 Edm = 0.102304 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -725160.9599003 Edm = 0.027332 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -725161.0190225 Edm = 0.0730545 NCalls = 239 +VariableMetric: Iteration # 76 - FCN = -725161.0446342 Edm = 0.0242324 NCalls = 241 +VariableMetric: Iteration # 77 - FCN = -725161.2947023 Edm = 0.177495 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -725165.2629096 Edm = 4.29808 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -725167.2014399 Edm = 1.93566 NCalls = 254 +VariableMetric: Iteration # 80 - FCN = -725170.2302129 Edm = 2.78657 NCalls = 258 +VariableMetric: Iteration # 81 - FCN = -725171.8160201 Edm = 0.790897 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -725172.4328079 Edm = 0.0612965 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -725172.4982301 Edm = 0.00666642 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -725172.5053914 Edm = 0.000764295 NCalls = 265 +VariableMetric: Iteration # 85 - FCN = -725172.5063484 Edm = 0.000223861 NCalls = 267 +VariableMetric: Iteration # 86 - FCN = -725172.5074374 Edm = 0.000915413 NCalls = 269 +VariableMetric: Iteration # 87 - FCN = -725172.533898 Edm = 0.015879 NCalls = 275 +VariableMetric: Iteration # 88 - FCN = -725173.1815399 Edm = 0.78585 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -725173.8137464 Edm = 0.538056 NCalls = 287 +VariableMetric: Iteration # 90 - FCN = -725178.7431771 Edm = 0.988945 NCalls = 290 +VariableMetric: Iteration # 91 - FCN = -725179.6587097 Edm = 0.127615 NCalls = 291 +VariableMetric: Iteration # 92 - FCN = -725179.8222767 Edm = 0.0258899 NCalls = 294 +VariableMetric: Iteration # 93 - FCN = -725179.8425775 Edm = 0.00499062 NCalls = 296 +VariableMetric: Iteration # 94 - FCN = -725179.8533109 Edm = 0.00432102 NCalls = 298 +VariableMetric: Iteration # 95 - FCN = -725179.8614632 Edm = 0.00145284 NCalls = 300 +VariableMetric: Iteration # 96 - FCN = -725179.8629248 Edm = 0.00018159 NCalls = 301 +VariableMetric: Iteration # 97 - FCN = -725179.8631887 Edm = 8.27582e-05 NCalls = 303 +VariableMetric: Iteration # 98 - FCN = -725179.8668182 Edm = 0.00366327 NCalls = 307 +VariableMetric: Iteration # 99 - FCN = -725180.00644 Edm = 0.0194027 NCalls = 314 +VariableMetric: Iteration # 100 - FCN = -725181.2845242 Edm = 0.597048 NCalls = 317 +VariableMetric: Iteration # 101 - FCN = -725184.8339274 Edm = 0.439661 NCalls = 321 +VariableMetric: Iteration # 102 - FCN = -725184.9976648 Edm = 0.424022 NCalls = 323 +VariableMetric: Iteration # 103 - FCN = -725185.2142216 Edm = 0.0236808 NCalls = 325 +VariableMetric: Iteration # 104 - FCN = -725185.2490742 Edm = 0.00735402 NCalls = 327 +VariableMetric: Iteration # 105 - FCN = -725185.2579511 Edm = 0.0046921 NCalls = 329 +VariableMetric: Iteration # 106 - FCN = -725185.2625403 Edm = 0.00038869 NCalls = 331 +VariableMetric: Iteration # 107 - FCN = -725185.2630584 Edm = 9.20461e-05 NCalls = 333 +VariableMetric: Iteration # 108 - FCN = -725185.2635107 Edm = 0.000278067 NCalls = 335 +VariableMetric: Iteration # 109 - FCN = -725185.2792895 Edm = 0.0127031 NCalls = 340 +VariableMetric: Iteration # 110 - FCN = -725185.9116059 Edm = 0.410364 NCalls = 345 +VariableMetric: Iteration # 111 - FCN = -725186.9359073 Edm = 0.406827 NCalls = 348 +VariableMetric: Iteration # 112 - FCN = -725188.0249373 Edm = 0.188086 NCalls = 353 +VariableMetric: Iteration # 113 - FCN = -725188.0562727 Edm = 0.10369 NCalls = 355 +VariableMetric: Iteration # 114 - FCN = -725188.185175 Edm = 0.00588256 NCalls = 357 +VariableMetric: Iteration # 115 - FCN = -725188.1917307 Edm = 0.00059599 NCalls = 359 +VariableMetric: Iteration # 116 - FCN = -725188.1925234 Edm = 0.000149667 NCalls = 361 +VariableMetric: Iteration # 117 - FCN = -725188.1928155 Edm = 0.000134063 NCalls = 363 +VariableMetric: Iteration # 118 - FCN = -725188.1935091 Edm = 0.000635209 NCalls = 365 +VariableMetric: Iteration # 119 - FCN = -725188.2017171 Edm = 0.00795698 NCalls = 370 +VariableMetric: Iteration # 120 - FCN = -725188.5793453 Edm = 0.277576 NCalls = 374 +VariableMetric: Iteration # 121 - FCN = -725190.0309554 Edm = 0.288867 NCalls = 377 +VariableMetric: Iteration # 122 - FCN = -725190.4106206 Edm = 0.0308968 NCalls = 379 +VariableMetric: Iteration # 123 - FCN = -725190.4434126 Edm = 0.00619112 NCalls = 381 +VariableMetric: Iteration # 124 - FCN = -725190.4521877 Edm = 0.00171876 NCalls = 383 +VariableMetric: Iteration # 125 - FCN = -725190.4542802 Edm = 0.00024385 NCalls = 385 +VariableMetric: Iteration # 126 - FCN = -725190.4545657 Edm = 2.02383e-05 NCalls = 387 +VariableMetric: After Hessian - FCN = -725190.4545657 Edm = 841950 NCalls = 748 +VariableMetric: Iteration # 127 - FCN = -725190.4545657 Edm = 841950 NCalls = 748 +VariableMetric: Iteration # 128 - FCN = -725207.6623103 Edm = 390670 NCalls = 759 +VariableMetric: Iteration # 129 - FCN = -725241.0887926 Edm = 4.55293 NCalls = 762 +VariableMetric: Iteration # 130 - FCN = -725246.3151561 Edm = 1.77486 NCalls = 764 +VariableMetric: Iteration # 131 - FCN = -725247.5430746 Edm = 0.0692282 NCalls = 765 +VariableMetric: Iteration # 132 - FCN = -725247.8575207 Edm = 0.060979 NCalls = 767 +VariableMetric: Iteration # 133 - FCN = -725248.0085084 Edm = 0.0510095 NCalls = 769 +VariableMetric: Iteration # 134 - FCN = -725248.2249781 Edm = 0.0200668 NCalls = 773 +VariableMetric: Iteration # 135 - FCN = -725248.2695371 Edm = 0.018125 NCalls = 775 +VariableMetric: Iteration # 136 - FCN = -725248.3025205 Edm = 0.00831378 NCalls = 777 +VariableMetric: Iteration # 137 - FCN = -725248.3101224 Edm = 0.00322899 NCalls = 778 +VariableMetric: Iteration # 138 - FCN = -725248.3271648 Edm = 0.00108099 NCalls = 781 +VariableMetric: Iteration # 139 - FCN = -725248.3304328 Edm = 0.00123723 NCalls = 783 +VariableMetric: Iteration # 140 - FCN = -725248.3340476 Edm = 0.000299713 NCalls = 785 +VariableMetric: Iteration # 141 - FCN = -725248.3354697 Edm = 0.000645768 NCalls = 787 +VariableMetric: Iteration # 142 - FCN = -725248.3369161 Edm = 0.000262913 NCalls = 789 +VariableMetric: Iteration # 143 - FCN = -725248.3391353 Edm = 0.000531382 NCalls = 792 +VariableMetric: Iteration # 144 - FCN = -725248.3400316 Edm = 0.000157989 NCalls = 794 +VariableMetric: Iteration # 145 - FCN = -725248.341408 Edm = 0.000253368 NCalls = 797 +VariableMetric: Iteration # 146 - FCN = -725248.3432452 Edm = 0.00148213 NCalls = 800 +VariableMetric: Iteration # 147 - FCN = -725248.360022 Edm = 0.0098105 NCalls = 806 +VariableMetric: Iteration # 148 - FCN = -725248.3832047 Edm = 0.0286241 NCalls = 810 +VariableMetric: Iteration # 149 - FCN = -725248.3919377 Edm = 0.0298046 NCalls = 813 +VariableMetric: Iteration # 150 - FCN = -725248.422164 Edm = 0.0267885 NCalls = 816 +VariableMetric: Iteration # 151 - FCN = -725248.4380557 Edm = 0.00582574 NCalls = 818 +VariableMetric: Iteration # 152 - FCN = -725248.4552221 Edm = 0.00594173 NCalls = 822 +VariableMetric: Iteration # 153 - FCN = -725248.4688407 Edm = 0.00431728 NCalls = 824 +VariableMetric: Iteration # 154 - FCN = -725248.4727508 Edm = 0.00218939 NCalls = 826 +VariableMetric: Iteration # 155 - FCN = -725248.4761851 Edm = 0.00116078 NCalls = 828 +VariableMetric: Iteration # 156 - FCN = -725248.4795539 Edm = 0.000964812 NCalls = 831 +VariableMetric: Iteration # 157 - FCN = -725248.4804652 Edm = 0.000228082 NCalls = 832 +VariableMetric: Iteration # 158 - FCN = -725248.4808355 Edm = 9.70753e-05 NCalls = 834 +VariableMetric: Iteration # 159 - FCN = -725248.4810931 Edm = 3.51446e-05 NCalls = 836 +VariableMetric: After Hessian - FCN = -725248.4810931 Edm = 0.000288231 NCalls = 1205 +VariableMetric: Iteration # 160 - FCN = -725248.4810931 Edm = 0.000288231 NCalls = 1205 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718240.117771 Edm = 6.27601 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718240.117771 Edm = 6.27601 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722148.8345355 Edm = 3.13255 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -722153.7269353 Edm = 6.46497 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -722452.604075 Edm = 0.498909 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -722453.6265351 Edm = 0.727019 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -722592.2535643 Edm = 79.3907 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -722713.8144237 Edm = 8.00348 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -722720.4941234 Edm = 0.0489834 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -722720.6621107 Edm = 0.125949 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -722783.4480115 Edm = 5.17379 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -723076.7234663 Edm = 71.3721 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -723294.3357643 Edm = 23.956 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -723321.7077288 Edm = 4.14865 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -723327.7963803 Edm = 0.362133 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -723328.2116043 Edm = 0.0337891 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -723328.7075338 Edm = 0.363513 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -723352.0138766 Edm = 23.8931 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -723405.3785532 Edm = 21.7943 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -723446.6189381 Edm = 2.7146 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -723448.9912666 Edm = 0.606991 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -723450.3271088 Edm = 0.105955 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -723450.4611336 Edm = 0.0170667 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -723450.487068 Edm = 0.00442285 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -723450.5013151 Edm = 0.00697348 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -723451.8871141 Edm = 1.35824 NCalls = 87 +VariableMetric: Iteration # 25 - FCN = -723495.7550281 Edm = 61.9694 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -723538.5921779 Edm = 35.2177 NCalls = 104 +VariableMetric: Iteration # 27 - FCN = -723763.0824768 Edm = 82.9163 NCalls = 107 +VariableMetric: Iteration # 28 - FCN = -723881.3268447 Edm = 53.893 NCalls = 110 +VariableMetric: Iteration # 29 - FCN = -723914.8062438 Edm = 11.4401 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -723923.4369131 Edm = 2.21661 NCalls = 114 +VariableMetric: Iteration # 31 - FCN = -723926.0216586 Edm = 1.43734 NCalls = 116 +VariableMetric: Iteration # 32 - FCN = -723928.4122687 Edm = 0.209017 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -723928.616416 Edm = 0.0358813 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -723928.7025594 Edm = 0.0440208 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -723928.8941968 Edm = 0.196715 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -723938.9576704 Edm = 11.3239 NCalls = 130 +VariableMetric: Iteration # 37 - FCN = -723939.837408 Edm = 0.853786 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -724003.3424892 Edm = 12.1219 NCalls = 141 +VariableMetric: Iteration # 39 - FCN = -724055.8533502 Edm = 2.85134 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -724058.8680296 Edm = 0.116381 NCalls = 145 +VariableMetric: Iteration # 41 - FCN = -724059.021809 Edm = 0.0481621 NCalls = 147 +VariableMetric: Iteration # 42 - FCN = -724059.3869513 Edm = 0.34101 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -724063.5391149 Edm = 3.78041 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -724189.5695512 Edm = 103.294 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -724386.476319 Edm = 19.194 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -724409.5237712 Edm = 62.9329 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -724465.3334557 Edm = 44.0573 NCalls = 169 +VariableMetric: Iteration # 48 - FCN = -724476.3373412 Edm = 53.858 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -724586.651772 Edm = 36.3619 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -724682.9303077 Edm = 50.3566 NCalls = 181 +VariableMetric: Iteration # 51 - FCN = -724691.3099436 Edm = 23.7321 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -724803.6721327 Edm = 104.952 NCalls = 190 +VariableMetric: Iteration # 53 - FCN = -724819.5001133 Edm = 37.8159 NCalls = 192 +VariableMetric: Iteration # 54 - FCN = -725009.8489078 Edm = 46.3662 NCalls = 197 +VariableMetric: Iteration # 55 - FCN = -725025.1397317 Edm = 14.2453 NCalls = 199 +VariableMetric: Iteration # 56 - FCN = -725042.3169492 Edm = 0.981121 NCalls = 201 +VariableMetric: Iteration # 57 - FCN = -725043.6528518 Edm = 0.555829 NCalls = 203 +VariableMetric: Iteration # 58 - FCN = -725046.5954009 Edm = 1.19891 NCalls = 206 +VariableMetric: Iteration # 59 - FCN = -725048.0687066 Edm = 0.258826 NCalls = 208 +VariableMetric: Iteration # 60 - FCN = -725048.4454782 Edm = 0.261584 NCalls = 210 +VariableMetric: Iteration # 61 - FCN = -725053.4170415 Edm = 2.51622 NCalls = 217 +VariableMetric: Iteration # 62 - FCN = -725053.4970144 Edm = 0.205948 NCalls = 219 +VariableMetric: Iteration # 63 - FCN = -725055.8685062 Edm = 0.775203 NCalls = 223 +VariableMetric: Iteration # 64 - FCN = -725056.7806456 Edm = 0.0338036 NCalls = 225 +VariableMetric: Iteration # 65 - FCN = -725056.8191415 Edm = 0.00872941 NCalls = 227 +VariableMetric: Iteration # 66 - FCN = -725056.8544184 Edm = 0.0224857 NCalls = 229 +VariableMetric: Iteration # 67 - FCN = -725057.9834646 Edm = 1.00755 NCalls = 234 +VariableMetric: Iteration # 68 - FCN = -725125.5714743 Edm = 50.1824 NCalls = 240 +VariableMetric: Iteration # 69 - FCN = -725195.8435212 Edm = 12.2092 NCalls = 244 +VariableMetric: Iteration # 70 - FCN = -725201.8730319 Edm = 4.46136 NCalls = 246 +VariableMetric: Iteration # 71 - FCN = -725205.8322865 Edm = 0.0393785 NCalls = 248 +VariableMetric: Iteration # 72 - FCN = -725205.882684 Edm = 0.00284699 NCalls = 250 +VariableMetric: Iteration # 73 - FCN = -725205.8957502 Edm = 0.00827437 NCalls = 252 +VariableMetric: Iteration # 74 - FCN = -725206.0230245 Edm = 0.091089 NCalls = 255 +VariableMetric: Iteration # 75 - FCN = -725208.8727222 Edm = 3.01332 NCalls = 260 +VariableMetric: Iteration # 76 - FCN = -725221.407931 Edm = 7.42767 NCalls = 266 +VariableMetric: Iteration # 77 - FCN = -725241.2139641 Edm = 1.16968 NCalls = 269 +VariableMetric: Iteration # 78 - FCN = -725242.0046128 Edm = 0.0659487 NCalls = 271 +VariableMetric: Iteration # 79 - FCN = -725242.0705501 Edm = 0.00790106 NCalls = 273 +VariableMetric: Iteration # 80 - FCN = -725242.0840402 Edm = 0.00118732 NCalls = 275 +VariableMetric: Iteration # 81 - FCN = -725242.0860857 Edm = 0.000545693 NCalls = 277 +VariableMetric: Iteration # 82 - FCN = -725242.0937959 Edm = 0.00716853 NCalls = 280 +VariableMetric: Iteration # 83 - FCN = -725242.6116969 Edm = 0.552639 NCalls = 285 +VariableMetric: Iteration # 84 - FCN = -725242.9286025 Edm = 0.284773 NCalls = 289 +VariableMetric: Iteration # 85 - FCN = -725247.6851347 Edm = 0.064647 NCalls = 293 +VariableMetric: Iteration # 86 - FCN = -725247.7667374 Edm = 0.00890591 NCalls = 295 +VariableMetric: Iteration # 87 - FCN = -725247.7763774 Edm = 0.000947799 NCalls = 297 +VariableMetric: Iteration # 88 - FCN = -725247.7775645 Edm = 8.12348e-05 NCalls = 299 +VariableMetric: Iteration # 89 - FCN = -725247.7784799 Edm = 0.000867221 NCalls = 302 +VariableMetric: Iteration # 90 - FCN = -725247.8460217 Edm = 0.064982 NCalls = 309 +VariableMetric: Iteration # 91 - FCN = -725251.6348502 Edm = 0.731033 NCalls = 314 +VariableMetric: Iteration # 92 - FCN = -725252.5506161 Edm = 0.0230515 NCalls = 316 +VariableMetric: Iteration # 93 - FCN = -725252.5779435 Edm = 0.00224822 NCalls = 318 +VariableMetric: Iteration # 94 - FCN = -725252.5809023 Edm = 0.000256798 NCalls = 320 +VariableMetric: Iteration # 95 - FCN = -725252.5812922 Edm = 0.000101547 NCalls = 322 +VariableMetric: Iteration # 96 - FCN = -725252.5822611 Edm = 0.000833328 NCalls = 325 +VariableMetric: Iteration # 97 - FCN = -725252.6276306 Edm = 0.0371176 NCalls = 330 +VariableMetric: Iteration # 98 - FCN = -725253.8259208 Edm = 0.583683 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -725255.2629952 Edm = 0.0281756 NCalls = 337 +VariableMetric: Iteration # 100 - FCN = -725255.2890938 Edm = 0.00122719 NCalls = 338 +VariableMetric: Iteration # 101 - FCN = -725255.2902812 Edm = 5.3511e-05 NCalls = 340 +VariableMetric: After Hessian - FCN = -725255.2902812 Edm = 17.6004 NCalls = 705 +VariableMetric: Iteration # 102 - FCN = -725255.2902812 Edm = 17.6004 NCalls = 705 +VariableMetric: Iteration # 103 - FCN = -725270.1525512 Edm = 0.190052 NCalls = 707 +VariableMetric: Iteration # 104 - FCN = -725270.4429621 Edm = 0.052705 NCalls = 716 +VariableMetric: Iteration # 105 - FCN = -725270.4729714 Edm = 0.0419254 NCalls = 718 +VariableMetric: Iteration # 106 - FCN = -725270.5168774 Edm = 0.0102658 NCalls = 721 +VariableMetric: Iteration # 107 - FCN = -725270.5619411 Edm = 0.0874791 NCalls = 725 +VariableMetric: Iteration # 108 - FCN = -725270.6517796 Edm = 0.188388 NCalls = 730 +VariableMetric: Iteration # 109 - FCN = -725270.6579602 Edm = 0.00660969 NCalls = 732 +VariableMetric: Iteration # 110 - FCN = -725270.7227871 Edm = 0.103113 NCalls = 736 +VariableMetric: Iteration # 111 - FCN = -725270.7581801 Edm = 0.0952898 NCalls = 739 +VariableMetric: Iteration # 112 - FCN = -725270.8019278 Edm = 0.190411 NCalls = 743 +VariableMetric: Iteration # 113 - FCN = -725271.1194701 Edm = 0.504136 NCalls = 749 +VariableMetric: Iteration # 114 - FCN = -725271.794696 Edm = 0.924122 NCalls = 755 +VariableMetric: Iteration # 115 - FCN = -725272.0948494 Edm = 0.405261 NCalls = 761 +VariableMetric: Iteration # 116 - FCN = -725272.4725845 Edm = 0.334694 NCalls = 766 +VariableMetric: Iteration # 117 - FCN = -725273.351348 Edm = 0.708667 NCalls = 768 +VariableMetric: Iteration # 118 - FCN = -725273.9326534 Edm = 0.142862 NCalls = 771 +VariableMetric: Iteration # 119 - FCN = -725274.0080506 Edm = 0.0767718 NCalls = 773 +VariableMetric: Iteration # 120 - FCN = -725274.0929784 Edm = 0.0135864 NCalls = 775 +VariableMetric: Iteration # 121 - FCN = -725274.1105244 Edm = 0.00250362 NCalls = 777 +VariableMetric: Iteration # 122 - FCN = -725274.1132082 Edm = 0.000743795 NCalls = 779 +VariableMetric: Iteration # 123 - FCN = -725274.1144826 Edm = 0.000435236 NCalls = 781 +VariableMetric: Iteration # 124 - FCN = -725274.1151561 Edm = 0.000137104 NCalls = 783 +VariableMetric: Iteration # 125 - FCN = -725274.1155375 Edm = 0.000335635 NCalls = 785 +VariableMetric: Iteration # 126 - FCN = -725274.1175354 Edm = 0.00223116 NCalls = 789 +VariableMetric: Iteration # 127 - FCN = -725274.1232026 Edm = 0.00691002 NCalls = 796 +VariableMetric: Iteration # 128 - FCN = -725274.1307879 Edm = 0.0181272 NCalls = 802 +VariableMetric: Iteration # 129 - FCN = -725274.1310614 Edm = 0.000437041 NCalls = 804 +VariableMetric: Iteration # 130 - FCN = -725274.1343718 Edm = 0.00206352 NCalls = 809 +VariableMetric: Iteration # 131 - FCN = -725274.1530092 Edm = 0.00608002 NCalls = 813 +VariableMetric: Iteration # 132 - FCN = -725274.1627703 Edm = 0.0127647 NCalls = 816 +VariableMetric: Iteration # 133 - FCN = -725274.1732419 Edm = 0.00512783 NCalls = 818 +VariableMetric: Iteration # 134 - FCN = -725274.1809041 Edm = 0.00423697 NCalls = 821 +VariableMetric: Iteration # 135 - FCN = -725274.1870544 Edm = 0.00112499 NCalls = 824 +VariableMetric: Iteration # 136 - FCN = -725274.1892632 Edm = 0.000282048 NCalls = 826 +VariableMetric: Iteration # 137 - FCN = -725274.1894298 Edm = 0.0001418 NCalls = 828 +VariableMetric: Iteration # 138 - FCN = -725274.1895526 Edm = 4.33601e-06 NCalls = 830 +VariableMetric: After Hessian - FCN = -725274.1895526 Edm = 4.57287e-06 NCalls = 1211 +VariableMetric: Iteration # 139 - FCN = -725274.1895526 Edm = 4.57287e-06 NCalls = 1211 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -722051.012276 Edm = 9.97829 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -722051.012276 Edm = 9.97829 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724610.8774828 Edm = 0.121656 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -724612.5589517 Edm = 0.130063 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -724699.6341351 Edm = 34.2967 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -724769.852705 Edm = 0.0835239 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -724770.2549026 Edm = 0.259228 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -724813.788964 Edm = 33.0694 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -724908.3312368 Edm = 5.31145 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -724913.1318421 Edm = 0.804708 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -724914.5192077 Edm = 0.100894 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -724914.5899337 Edm = 0.0229116 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -724915.1192679 Edm = 0.508623 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -724929.421658 Edm = 0.0792852 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -724929.5220279 Edm = 0.0230553 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -724931.4067647 Edm = 1.86705 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -724980.8607462 Edm = 2.92024 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -724984.1500573 Edm = 0.345857 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -724988.7472863 Edm = 2.40437 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -724989.1386454 Edm = 1.7204 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -724991.5790288 Edm = 0.798022 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -724992.1623355 Edm = 0.00870428 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -724992.1737132 Edm = 0.00293464 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -724993.1453256 Edm = 0.963329 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -725037.6421411 Edm = 1.60337 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -725039.7300584 Edm = 0.0944862 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -725040.0312385 Edm = 0.113063 NCalls = 95 +VariableMetric: Iteration # 26 - FCN = -725041.378851 Edm = 1.80131 NCalls = 101 +VariableMetric: Iteration # 27 - FCN = -725041.427046 Edm = 0.315062 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -725042.2038765 Edm = 0.842357 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -725043.9374565 Edm = 0.245588 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -725044.0982131 Edm = 0.00515307 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -725044.1039982 Edm = 0.00192064 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -725044.1550013 Edm = 0.0538141 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -725044.8216414 Edm = 0.619808 NCalls = 126 +VariableMetric: Iteration # 34 - FCN = -725076.6157992 Edm = 0.843788 NCalls = 131 +VariableMetric: Iteration # 35 - FCN = -725077.53677 Edm = 0.0431358 NCalls = 133 +VariableMetric: Iteration # 36 - FCN = -725077.6052057 Edm = 0.0733349 NCalls = 135 +VariableMetric: Iteration # 37 - FCN = -725079.3703641 Edm = 0.771142 NCalls = 143 +VariableMetric: Iteration # 38 - FCN = -725079.3755426 Edm = 0.0173187 NCalls = 145 +VariableMetric: Iteration # 39 - FCN = -725079.8342234 Edm = 0.357753 NCalls = 150 +VariableMetric: Iteration # 40 - FCN = -725080.6443099 Edm = 0.0352218 NCalls = 152 +VariableMetric: Iteration # 41 - FCN = -725080.6794125 Edm = 0.00218274 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -725080.6886461 Edm = 0.0069013 NCalls = 155 +VariableMetric: Iteration # 43 - FCN = -725081.7034496 Edm = 0.995828 NCalls = 161 +VariableMetric: Iteration # 44 - FCN = -725106.8120063 Edm = 2.02523 NCalls = 166 +VariableMetric: Iteration # 45 - FCN = -725109.5651102 Edm = 0.124725 NCalls = 168 +VariableMetric: Iteration # 46 - FCN = -725109.7316519 Edm = 0.00301161 NCalls = 170 +VariableMetric: Iteration # 47 - FCN = -725109.7360484 Edm = 0.0014704 NCalls = 172 +VariableMetric: Iteration # 48 - FCN = -725109.7723852 Edm = 0.0292606 NCalls = 176 +VariableMetric: Iteration # 49 - FCN = -725113.6602036 Edm = 3.42347 NCalls = 181 +VariableMetric: Iteration # 50 - FCN = -725130.4296414 Edm = 1.25678 NCalls = 183 +VariableMetric: Iteration # 51 - FCN = -725131.4538873 Edm = 0.20766 NCalls = 185 +VariableMetric: Iteration # 52 - FCN = -725131.6172477 Edm = 0.0514995 NCalls = 187 +VariableMetric: Iteration # 53 - FCN = -725131.6644329 Edm = 0.00190795 NCalls = 189 +VariableMetric: Iteration # 54 - FCN = -725131.6714638 Edm = 0.00506869 NCalls = 191 +VariableMetric: Iteration # 55 - FCN = -725131.8232991 Edm = 0.162533 NCalls = 195 +VariableMetric: Iteration # 56 - FCN = -725133.1184695 Edm = 1.00243 NCalls = 201 +VariableMetric: Iteration # 57 - FCN = -725151.3801414 Edm = 3.95383 NCalls = 206 +VariableMetric: Iteration # 58 - FCN = -725155.4663208 Edm = 1.95372 NCalls = 207 +VariableMetric: Iteration # 59 - FCN = -725156.4644514 Edm = 0.270292 NCalls = 209 +VariableMetric: Iteration # 60 - FCN = -725156.798046 Edm = 0.291123 NCalls = 211 +VariableMetric: Iteration # 61 - FCN = -725157.234927 Edm = 0.192873 NCalls = 213 +VariableMetric: Iteration # 62 - FCN = -725157.5176104 Edm = 0.0797397 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -725157.7262922 Edm = 0.0672782 NCalls = 219 +VariableMetric: Iteration # 64 - FCN = -725157.8651617 Edm = 0.09102 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -725157.9294359 Edm = 0.0634784 NCalls = 224 +VariableMetric: Iteration # 66 - FCN = -725158.0070019 Edm = 0.0443642 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -725158.0585096 Edm = 0.0736895 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -725158.2504515 Edm = 0.207304 NCalls = 233 +VariableMetric: Iteration # 69 - FCN = -725158.4417274 Edm = 0.127902 NCalls = 236 +VariableMetric: Iteration # 70 - FCN = -725158.6126361 Edm = 0.121822 NCalls = 239 +VariableMetric: Iteration # 71 - FCN = -725158.7318077 Edm = 0.0056413 NCalls = 242 +VariableMetric: Iteration # 72 - FCN = -725158.7416256 Edm = 0.00378242 NCalls = 244 +VariableMetric: Iteration # 73 - FCN = -725158.7469345 Edm = 0.00102266 NCalls = 246 +VariableMetric: Iteration # 74 - FCN = -725158.7495945 Edm = 0.00190589 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -725158.8514617 Edm = 0.0941183 NCalls = 254 +VariableMetric: Iteration # 76 - FCN = -725160.2937977 Edm = 3.55418 NCalls = 259 +VariableMetric: Iteration # 77 - FCN = -725161.9396976 Edm = 1.41401 NCalls = 270 +VariableMetric: Iteration # 78 - FCN = -725174.5296749 Edm = 5.79344 NCalls = 274 +VariableMetric: Iteration # 79 - FCN = -725179.8499047 Edm = 0.682142 NCalls = 275 +VariableMetric: Iteration # 80 - FCN = -725180.6273335 Edm = 0.0228192 NCalls = 277 +VariableMetric: Iteration # 81 - FCN = -725180.6458516 Edm = 0.00745439 NCalls = 279 +VariableMetric: Iteration # 82 - FCN = -725180.6538411 Edm = 0.00241927 NCalls = 281 +VariableMetric: Iteration # 83 - FCN = -725180.6601396 Edm = 0.00090415 NCalls = 283 +VariableMetric: Iteration # 84 - FCN = -725180.6638139 Edm = 0.00200158 NCalls = 285 +VariableMetric: Iteration # 85 - FCN = -725180.7337778 Edm = 0.0527243 NCalls = 289 +VariableMetric: Iteration # 86 - FCN = -725182.1466086 Edm = 1.16826 NCalls = 294 +VariableMetric: Iteration # 87 - FCN = -725188.7612797 Edm = 4.08278 NCalls = 297 +VariableMetric: Iteration # 88 - FCN = -725190.3611062 Edm = 1.82531 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -725191.2412762 Edm = 0.931197 NCalls = 302 +VariableMetric: Iteration # 90 - FCN = -725191.9895666 Edm = 0.898574 NCalls = 304 +VariableMetric: Iteration # 91 - FCN = -725192.6194238 Edm = 0.123724 NCalls = 306 +VariableMetric: Iteration # 92 - FCN = -725192.763055 Edm = 0.0144173 NCalls = 308 +VariableMetric: Iteration # 93 - FCN = -725192.7943433 Edm = 0.0073991 NCalls = 311 +VariableMetric: Iteration # 94 - FCN = -725192.804687 Edm = 0.000986062 NCalls = 313 +VariableMetric: Iteration # 95 - FCN = -725192.8057236 Edm = 0.000218823 NCalls = 315 +VariableMetric: Iteration # 96 - FCN = -725192.8067267 Edm = 0.00103322 NCalls = 318 +VariableMetric: Iteration # 97 - FCN = -725192.8273274 Edm = 0.0177223 NCalls = 323 +VariableMetric: Iteration # 98 - FCN = -725193.7825081 Edm = 0.969224 NCalls = 328 +VariableMetric: Iteration # 99 - FCN = -725204.9141125 Edm = 22.4342 NCalls = 336 +VariableMetric: Iteration # 100 - FCN = -725221.5971062 Edm = 2.81585 NCalls = 345 +VariableMetric: Iteration # 101 - FCN = -725230.967569 Edm = 17.0752 NCalls = 347 +VariableMetric: Iteration # 102 - FCN = -725249.6350942 Edm = 10.4706 NCalls = 350 +VariableMetric: Iteration # 103 - FCN = -725254.6583796 Edm = 1.99794 NCalls = 351 +VariableMetric: Iteration # 104 - FCN = -725257.4038997 Edm = 1.30878 NCalls = 355 +VariableMetric: Iteration # 105 - FCN = -725259.1013878 Edm = 1.85312 NCalls = 358 +VariableMetric: Iteration # 106 - FCN = -725260.9117564 Edm = 1.04138 NCalls = 361 +VariableMetric: Iteration # 107 - FCN = -725261.7127524 Edm = 0.937132 NCalls = 364 +VariableMetric: Iteration # 108 - FCN = -725262.0275636 Edm = 0.173064 NCalls = 366 +VariableMetric: Iteration # 109 - FCN = -725262.2257593 Edm = 0.050757 NCalls = 368 +VariableMetric: Iteration # 110 - FCN = -725262.3222515 Edm = 0.0466807 NCalls = 370 +VariableMetric: Iteration # 111 - FCN = -725262.6023173 Edm = 0.121248 NCalls = 374 +VariableMetric: Iteration # 112 - FCN = -725262.768909 Edm = 0.0433134 NCalls = 377 +VariableMetric: Iteration # 113 - FCN = -725262.8020146 Edm = 0.00818563 NCalls = 379 +VariableMetric: Iteration # 114 - FCN = -725262.8152628 Edm = 0.00174239 NCalls = 381 +VariableMetric: Iteration # 115 - FCN = -725262.8172742 Edm = 0.000183854 NCalls = 383 +VariableMetric: Iteration # 116 - FCN = -725262.8176705 Edm = 0.000263881 NCalls = 385 +VariableMetric: Iteration # 117 - FCN = -725262.8257466 Edm = 0.00886123 NCalls = 390 +VariableMetric: Iteration # 118 - FCN = -725263.0028429 Edm = 0.0354514 NCalls = 397 +VariableMetric: Iteration # 119 - FCN = -725264.1848288 Edm = 0.682512 NCalls = 399 +VariableMetric: Iteration # 120 - FCN = -725267.4574107 Edm = 0.447977 NCalls = 401 +VariableMetric: Iteration # 121 - FCN = -725267.9438701 Edm = 0.0676463 NCalls = 402 +VariableMetric: Iteration # 122 - FCN = -725268.0060589 Edm = 0.00745143 NCalls = 404 +VariableMetric: Iteration # 123 - FCN = -725268.0119956 Edm = 0.00181501 NCalls = 406 +VariableMetric: Iteration # 124 - FCN = -725268.0137712 Edm = 0.000198945 NCalls = 408 +VariableMetric: Iteration # 125 - FCN = -725268.0140504 Edm = 2.7467e-05 NCalls = 410 +VariableMetric: After Hessian - FCN = -725268.0140504 Edm = 104.636 NCalls = 771 +VariableMetric: Iteration # 126 - FCN = -725268.0140504 Edm = 104.636 NCalls = 771 +VariableMetric: Iteration # 127 - FCN = -725268.0752545 Edm = 99.5769 NCalls = 776 +VariableMetric: Iteration # 128 - FCN = -725268.3349243 Edm = 3.65909 NCalls = 779 +VariableMetric: Iteration # 129 - FCN = -725271.413801 Edm = 4.51986 NCalls = 782 +VariableMetric: Iteration # 130 - FCN = -725272.5906828 Edm = 2.36746 NCalls = 784 +VariableMetric: Iteration # 131 - FCN = -725273.3110393 Edm = 0.157889 NCalls = 786 +VariableMetric: Iteration # 132 - FCN = -725273.5542258 Edm = 0.0434804 NCalls = 789 +VariableMetric: Iteration # 133 - FCN = -725273.6877534 Edm = 0.0160102 NCalls = 791 +VariableMetric: Iteration # 134 - FCN = -725273.7305036 Edm = 0.00802169 NCalls = 793 +VariableMetric: Iteration # 135 - FCN = -725273.7560572 Edm = 0.0090597 NCalls = 795 +VariableMetric: Iteration # 136 - FCN = -725273.7719663 Edm = 0.00329833 NCalls = 797 +VariableMetric: Iteration # 137 - FCN = -725273.7782114 Edm = 0.000702918 NCalls = 799 +VariableMetric: Iteration # 138 - FCN = -725273.7795547 Edm = 0.000259253 NCalls = 801 +VariableMetric: Iteration # 139 - FCN = -725273.7801818 Edm = 0.000200895 NCalls = 803 +VariableMetric: Iteration # 140 - FCN = -725273.780796 Edm = 0.000145543 NCalls = 805 +VariableMetric: Iteration # 141 - FCN = -725273.7811232 Edm = 3.31175e-05 NCalls = 807 +VariableMetric: After Hessian - FCN = -725273.7811232 Edm = 0.00341708 NCalls = 1178 +VariableMetric: Iteration # 142 - FCN = -725273.7811232 Edm = 0.00341708 NCalls = 1178 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -722072.4283807 Edm = 2.86045 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -722072.4283807 Edm = 2.86045 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723624.425325 Edm = 0.332539 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -723628.0696376 Edm = 0.347718 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -723757.5374484 Edm = 1.34354 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -723758.9013585 Edm = 0.0811008 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -723766.2181514 Edm = 6.63696 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -723856.7983836 Edm = 0.480744 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -723857.3695428 Edm = 0.155424 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -723933.44739 Edm = 66.0924 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -724231.2890912 Edm = 1.81794 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -724233.0347564 Edm = 0.035707 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -724233.0756327 Edm = 0.00591957 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -724233.1805597 Edm = 0.0841701 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -724238.6358585 Edm = 4.04149 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -724348.0030019 Edm = 13.2193 NCalls = 58 +VariableMetric: Iteration # 15 - FCN = -724362.7956387 Edm = 3.0459 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -724365.7132988 Edm = 0.175576 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -724365.8686152 Edm = 0.0101567 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -724365.8773328 Edm = 0.00174778 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -724368.2007528 Edm = 0.579351 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -724382.0446947 Edm = 9.90349 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -724457.7521422 Edm = 10.4629 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -724467.4359692 Edm = 2.50263 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -724471.323417 Edm = 0.278246 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -724471.7922582 Edm = 0.0147922 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -724471.822806 Edm = 0.00630935 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -724471.9302404 Edm = 0.0802882 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -724500.912033 Edm = 25.0549 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -724588.0842163 Edm = 86.0627 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -724796.9365951 Edm = 23.5627 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -724815.5793015 Edm = 0.929347 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -724816.8960933 Edm = 0.395517 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -724817.0026051 Edm = 0.0778104 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -724817.0962626 Edm = 0.00997258 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -724817.1280351 Edm = 0.0205294 NCalls = 116 +VariableMetric: Iteration # 35 - FCN = -724817.2787567 Edm = 0.15899 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -724819.0716764 Edm = 2.04457 NCalls = 124 +VariableMetric: Iteration # 37 - FCN = -724819.2823366 Edm = 0.195962 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -724831.9333854 Edm = 10.0818 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -725156.6632094 Edm = 45.2962 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -725197.3191605 Edm = 17.5055 NCalls = 146 +VariableMetric: Iteration # 41 - FCN = -725200.873795 Edm = 2.21701 NCalls = 148 +VariableMetric: Iteration # 42 - FCN = -725202.3493682 Edm = 0.228935 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -725202.5565524 Edm = 0.0069705 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -725202.5682243 Edm = 0.00135046 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -725202.5708474 Edm = 0.000843221 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -725202.8457402 Edm = 0.206861 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -725205.3795327 Edm = 1.13026 NCalls = 164 +VariableMetric: Iteration # 48 - FCN = -725210.4719742 Edm = 2.07542 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -725218.3947053 Edm = 3.51393 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -725228.4886323 Edm = 2.5783 NCalls = 171 +VariableMetric: Iteration # 51 - FCN = -725232.2545339 Edm = 0.327731 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -725232.5026742 Edm = 0.0204145 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -725232.5195229 Edm = 0.000873987 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -725232.5210119 Edm = 0.00049625 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -725232.5279026 Edm = 0.00632628 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -725232.7702654 Edm = 0.236522 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -725248.30179 Edm = 6.07917 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -725258.4954392 Edm = 0.555705 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -725260.2680872 Edm = 1.01524 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -725261.7457492 Edm = 0.684617 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -725262.3676437 Edm = 0.179993 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -725262.4956594 Edm = 0.0205693 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -725262.5089901 Edm = 0.00304817 NCalls = 207 +VariableMetric: Iteration # 64 - FCN = -725262.5137246 Edm = 0.00046979 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -725262.5148793 Edm = 0.000616459 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -725262.5282009 Edm = 0.0126508 NCalls = 215 +VariableMetric: Iteration # 67 - FCN = -725263.6773855 Edm = 0.983583 NCalls = 220 +VariableMetric: Iteration # 68 - FCN = -725269.5272787 Edm = 1.75747 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -725269.9878354 Edm = 0.729956 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -725270.4708448 Edm = 0.0866971 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -725270.5548562 Edm = 0.0392849 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -725270.6113594 Edm = 0.00887436 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -725270.6243717 Edm = 0.000475561 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -725270.6249872 Edm = 0.000115076 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -725270.626943 Edm = 0.00182566 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -725271.2660715 Edm = 0.543705 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -725273.1479639 Edm = 0.167396 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -725273.2842015 Edm = 0.0145606 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -725273.295377 Edm = 0.000899509 NCalls = 253 +VariableMetric: Iteration # 80 - FCN = -725273.296065 Edm = 7.78546e-05 NCalls = 255 +VariableMetric: Iteration # 81 - FCN = -725273.2962494 Edm = 0.000134687 NCalls = 257 +VariableMetric: Iteration # 82 - FCN = -725273.3006993 Edm = 0.00466225 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -725273.3773891 Edm = 0.0113591 NCalls = 269 +VariableMetric: Iteration # 84 - FCN = -725273.6907475 Edm = 0.10587 NCalls = 271 +VariableMetric: Iteration # 85 - FCN = -725273.9249484 Edm = 0.0245129 NCalls = 273 +VariableMetric: Iteration # 86 - FCN = -725273.9491045 Edm = 0.000233204 NCalls = 274 +VariableMetric: Iteration # 87 - FCN = -725273.949303 Edm = 6.33652e-06 NCalls = 276 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -722416.9946384 Edm = 4.22626 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -722416.9946384 Edm = 4.22626 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724173.2944141 Edm = 1.37852 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -724176.7863262 Edm = 3.70183 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -724382.3488978 Edm = 1.85213 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -724384.5748707 Edm = 0.0472773 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -724384.811893 Edm = 0.15662 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -724565.9562987 Edm = 25.1903 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -724604.902346 Edm = 0.222037 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -724605.1715584 Edm = 0.0368073 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -724607.2880531 Edm = 1.73926 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -724626.380832 Edm = 0.604084 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -724627.1275275 Edm = 0.011106 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -724627.1460693 Edm = 0.00247614 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -724627.3213426 Edm = 0.166424 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -724681.4486889 Edm = 8.95825 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -724691.6200444 Edm = 2.67667 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -724693.1766041 Edm = 0.399668 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -724693.7002027 Edm = 0.0272535 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -724693.7278919 Edm = 0.00255402 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -724693.7576721 Edm = 0.033512 NCalls = 66 +VariableMetric: Iteration # 20 - FCN = -724695.3745335 Edm = 1.34179 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -724746.2228154 Edm = 11.6606 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -724755.3954672 Edm = 2.96184 NCalls = 81 +VariableMetric: Iteration # 23 - FCN = -724758.0976719 Edm = 2.15324 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -724760.3906822 Edm = 0.740927 NCalls = 86 +VariableMetric: Iteration # 25 - FCN = -724762.0572866 Edm = 0.088849 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -724762.172223 Edm = 0.0105265 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -724762.1898355 Edm = 0.00714816 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -724762.2015376 Edm = 0.00346605 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -724762.2616485 Edm = 0.0444355 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -724764.8076759 Edm = 1.79345 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -724769.6320338 Edm = 4.369 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -724787.9181153 Edm = 31.056 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -724790.3341459 Edm = 4.02787 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -724796.2163152 Edm = 4.13247 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -724804.9255607 Edm = 1.24592 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -724806.4497202 Edm = 0.158318 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -724806.6319447 Edm = 0.00911914 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -724806.6458134 Edm = 0.00345948 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -724806.719554 Edm = 0.0516446 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -724807.9609008 Edm = 1.14054 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -724853.1723063 Edm = 14.0775 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -724871.1869279 Edm = 1.00993 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -724873.3718534 Edm = 0.620586 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -724874.1906261 Edm = 0.0900942 NCalls = 145 +VariableMetric: Iteration # 45 - FCN = -724874.2676324 Edm = 0.0162385 NCalls = 147 +VariableMetric: Iteration # 46 - FCN = -724874.2911825 Edm = 0.00780484 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -724874.3078293 Edm = 0.00912213 NCalls = 151 +VariableMetric: Iteration # 48 - FCN = -724874.4508911 Edm = 0.115367 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -724876.3529887 Edm = 1.1566 NCalls = 159 +VariableMetric: Iteration # 50 - FCN = -724936.4920853 Edm = 67.717 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -724971.9759516 Edm = 32.4209 NCalls = 174 +VariableMetric: Iteration # 52 - FCN = -724994.6498117 Edm = 5.51809 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -724998.8170581 Edm = 1.34377 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -725000.6133498 Edm = 0.734462 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -725001.7142056 Edm = 0.395723 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -725002.1233272 Edm = 0.0548775 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -725002.243148 Edm = 0.0729163 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -725070.058371 Edm = 17.8207 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -725070.0601554 Edm = 0.078983 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -725071.4922521 Edm = 1.32003 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -725074.4668423 Edm = 2.44243 NCalls = 210 +VariableMetric: Iteration # 62 - FCN = -725098.2075003 Edm = 6.69399 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -725101.0402323 Edm = 7.27389 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -725107.8919771 Edm = 0.376933 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -725108.4266552 Edm = 0.0812371 NCalls = 221 +VariableMetric: Iteration # 66 - FCN = -725108.5451845 Edm = 0.00602774 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -725108.558534 Edm = 0.00860177 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -725108.596705 Edm = 0.0184314 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -725108.7373953 Edm = 0.0878556 NCalls = 231 +VariableMetric: Iteration # 70 - FCN = -725110.141244 Edm = 0.620438 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -725112.8993645 Edm = 1.1608 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -725116.3475912 Edm = 6.35124 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -725128.0256435 Edm = 9.58726 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -725150.2422079 Edm = 21.8472 NCalls = 249 +VariableMetric: Iteration # 75 - FCN = -725164.8836738 Edm = 17.7574 NCalls = 251 +VariableMetric: Iteration # 76 - FCN = -725174.7243459 Edm = 6.31923 NCalls = 252 +VariableMetric: Iteration # 77 - FCN = -725179.8160876 Edm = 1.82827 NCalls = 254 +VariableMetric: Iteration # 78 - FCN = -725181.5617126 Edm = 0.799057 NCalls = 256 +VariableMetric: Iteration # 79 - FCN = -725182.5823303 Edm = 0.138447 NCalls = 258 +VariableMetric: Iteration # 80 - FCN = -725182.833769 Edm = 0.0101648 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -725182.8466445 Edm = 0.00186399 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -725182.8494483 Edm = 0.00251338 NCalls = 264 +VariableMetric: Iteration # 83 - FCN = -725182.861771 Edm = 0.0106564 NCalls = 267 +VariableMetric: Iteration # 84 - FCN = -725183.2276367 Edm = 0.356653 NCalls = 271 +VariableMetric: Iteration # 85 - FCN = -725197.3885693 Edm = 5.30349 NCalls = 276 +VariableMetric: Iteration # 86 - FCN = -725205.5841614 Edm = 0.272401 NCalls = 278 +VariableMetric: Iteration # 87 - FCN = -725205.9425817 Edm = 0.0203997 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -725205.95979 Edm = 0.00339445 NCalls = 282 +VariableMetric: Iteration # 89 - FCN = -725205.9633123 Edm = 0.000792296 NCalls = 284 +VariableMetric: Iteration # 90 - FCN = -725205.9659318 Edm = 0.00224427 NCalls = 286 +VariableMetric: Iteration # 91 - FCN = -725206.0423882 Edm = 0.0874898 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -725206.7720853 Edm = 0.219291 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -725210.5506471 Edm = 2.22001 NCalls = 301 +VariableMetric: Iteration # 94 - FCN = -725219.0234031 Edm = 1.17024 NCalls = 305 +VariableMetric: Iteration # 95 - FCN = -725221.5524801 Edm = 1.35606 NCalls = 307 +VariableMetric: Iteration # 96 - FCN = -725225.4630646 Edm = 1.70464 NCalls = 311 +VariableMetric: Iteration # 97 - FCN = -725227.7169366 Edm = 3.36718 NCalls = 313 +VariableMetric: Iteration # 98 - FCN = -725231.039016 Edm = 1.04354 NCalls = 316 +VariableMetric: Iteration # 99 - FCN = -725232.6133441 Edm = 0.0551971 NCalls = 318 +VariableMetric: Iteration # 100 - FCN = -725232.7437033 Edm = 0.0223273 NCalls = 321 +VariableMetric: Iteration # 101 - FCN = -725232.7709328 Edm = 0.00717666 NCalls = 323 +VariableMetric: Iteration # 102 - FCN = -725232.7826104 Edm = 0.00311125 NCalls = 325 +VariableMetric: Iteration # 103 - FCN = -725232.7888094 Edm = 0.00120857 NCalls = 327 +VariableMetric: Iteration # 104 - FCN = -725232.7911678 Edm = 0.00039669 NCalls = 329 +VariableMetric: Iteration # 105 - FCN = -725232.7938832 Edm = 0.00246602 NCalls = 332 +VariableMetric: Iteration # 106 - FCN = -725232.8507851 Edm = 0.047898 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -725234.6231071 Edm = 2.01518 NCalls = 343 +VariableMetric: Iteration # 108 - FCN = -725236.9369824 Edm = 1.82379 NCalls = 349 +VariableMetric: Iteration # 109 - FCN = -725253.1476396 Edm = 2.51735 NCalls = 354 +VariableMetric: Iteration # 110 - FCN = -725255.7838165 Edm = 1.34644 NCalls = 355 +VariableMetric: Iteration # 111 - FCN = -725256.7964136 Edm = 1.46288 NCalls = 358 +VariableMetric: Iteration # 112 - FCN = -725257.7879028 Edm = 1.21233 NCalls = 363 +VariableMetric: Iteration # 113 - FCN = -725258.3460812 Edm = 1.32752 NCalls = 366 +VariableMetric: Iteration # 114 - FCN = -725259.2812308 Edm = 0.702299 NCalls = 369 +VariableMetric: Iteration # 115 - FCN = -725259.5402104 Edm = 0.0355347 NCalls = 371 +VariableMetric: Iteration # 116 - FCN = -725259.5787081 Edm = 0.00309939 NCalls = 372 +VariableMetric: Iteration # 117 - FCN = -725259.5818764 Edm = 0.000216874 NCalls = 373 +VariableMetric: Iteration # 118 - FCN = -725259.5820301 Edm = 3.05875e-05 NCalls = 375 +VariableMetric: After Hessian - FCN = -725259.5820301 Edm = 15.0584 NCalls = 740 +VariableMetric: Iteration # 119 - FCN = -725259.5820301 Edm = 15.0584 NCalls = 740 +VariableMetric: Iteration # 120 - FCN = -725265.3065169 Edm = 29.323 NCalls = 742 +VariableMetric: Iteration # 121 - FCN = -725272.2763579 Edm = 0.148533 NCalls = 744 +VariableMetric: Iteration # 122 - FCN = -725272.8420907 Edm = 0.074345 NCalls = 750 +VariableMetric: Iteration # 123 - FCN = -725272.874087 Edm = 0.0426527 NCalls = 752 +VariableMetric: Iteration # 124 - FCN = -725272.9114889 Edm = 0.0114041 NCalls = 754 +VariableMetric: Iteration # 125 - FCN = -725273.0115975 Edm = 0.065231 NCalls = 760 +VariableMetric: Iteration # 126 - FCN = -725273.0151992 Edm = 0.0135781 NCalls = 762 +VariableMetric: Iteration # 127 - FCN = -725273.0659028 Edm = 0.0388909 NCalls = 765 +VariableMetric: Iteration # 128 - FCN = -725273.1830961 Edm = 0.0574804 NCalls = 768 +VariableMetric: Iteration # 129 - FCN = -725273.2541734 Edm = 0.0466157 NCalls = 770 +VariableMetric: Iteration # 130 - FCN = -725273.3058438 Edm = 0.0217352 NCalls = 772 +VariableMetric: Iteration # 131 - FCN = -725273.3287264 Edm = 0.00428851 NCalls = 774 +VariableMetric: Iteration # 132 - FCN = -725273.3327134 Edm = 0.00177269 NCalls = 776 +VariableMetric: Iteration # 133 - FCN = -725273.3362158 Edm = 0.000979612 NCalls = 778 +VariableMetric: Iteration # 134 - FCN = -725273.3391443 Edm = 0.000826057 NCalls = 780 +VariableMetric: Iteration # 135 - FCN = -725273.3470682 Edm = 0.00503662 NCalls = 784 +VariableMetric: Iteration # 136 - FCN = -725273.3489924 Edm = 0.00314518 NCalls = 787 +VariableMetric: Iteration # 137 - FCN = -725273.3792333 Edm = 0.0212731 NCalls = 793 +VariableMetric: Iteration # 138 - FCN = -725273.4012048 Edm = 0.032134 NCalls = 795 +VariableMetric: Iteration # 139 - FCN = -725273.4231421 Edm = 0.0143053 NCalls = 799 +VariableMetric: Iteration # 140 - FCN = -725273.4427908 Edm = 0.0128688 NCalls = 801 +VariableMetric: Iteration # 141 - FCN = -725273.4523399 Edm = 0.0120102 NCalls = 803 +VariableMetric: Iteration # 142 - FCN = -725273.4699653 Edm = 0.00516427 NCalls = 806 +VariableMetric: Iteration # 143 - FCN = -725273.4825603 Edm = 0.00260883 NCalls = 809 +VariableMetric: Iteration # 144 - FCN = -725273.4836928 Edm = 0.000791629 NCalls = 811 +VariableMetric: Iteration # 145 - FCN = -725273.4847122 Edm = 0.000134126 NCalls = 813 +VariableMetric: Iteration # 146 - FCN = -725273.4848893 Edm = 6.7231e-06 NCalls = 815 +VariableMetric: After Hessian - FCN = -725273.4848893 Edm = 7.08826e-06 NCalls = 1196 +VariableMetric: Iteration # 147 - FCN = -725273.4848893 Edm = 7.08826e-06 NCalls = 1196 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718286.9576752 Edm = 9.61709 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718286.9576752 Edm = 9.61709 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721116.6201597 Edm = 23.0657 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -721299.7957415 Edm = 28.5625 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -721312.0208803 Edm = 4.44893 NCalls = 11 +VariableMetric: Iteration # 4 - FCN = -723299.9477063 Edm = 249.378 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -723582.1299243 Edm = 123.565 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -723657.3750594 Edm = 4.022 NCalls = 20 +VariableMetric: Iteration # 7 - FCN = -723660.2173081 Edm = 0.248895 NCalls = 22 +VariableMetric: Iteration # 8 - FCN = -723664.9176714 Edm = 4.76117 NCalls = 26 +VariableMetric: Iteration # 9 - FCN = -723761.7059265 Edm = 25.0298 NCalls = 32 +VariableMetric: Iteration # 10 - FCN = -723792.1782301 Edm = 0.589744 NCalls = 34 +VariableMetric: Iteration # 11 - FCN = -723792.592614 Edm = 0.0199625 NCalls = 36 +VariableMetric: Iteration # 12 - FCN = -723792.7185132 Edm = 0.112558 NCalls = 39 +VariableMetric: Iteration # 13 - FCN = -723822.2666931 Edm = 2.17811 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -723930.1902896 Edm = 25.6147 NCalls = 48 +VariableMetric: Iteration # 15 - FCN = -724027.6882583 Edm = 2.05399 NCalls = 52 +VariableMetric: Iteration # 16 - FCN = -724029.2528677 Edm = 0.333312 NCalls = 54 +VariableMetric: Iteration # 17 - FCN = -724029.5761143 Edm = 0.0216917 NCalls = 56 +VariableMetric: Iteration # 18 - FCN = -724029.6125772 Edm = 0.00852636 NCalls = 58 +VariableMetric: Iteration # 19 - FCN = -724031.298525 Edm = 1.3216 NCalls = 64 +VariableMetric: Iteration # 20 - FCN = -724115.3546717 Edm = 4.86331 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -724120.5079767 Edm = 0.036393 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -724120.5603725 Edm = 0.00899053 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -724120.6046409 Edm = 0.0340913 NCalls = 75 +VariableMetric: Iteration # 24 - FCN = -724122.1396055 Edm = 1.49277 NCalls = 79 +VariableMetric: Iteration # 25 - FCN = -724237.1904035 Edm = 21.0254 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -724259.1555617 Edm = 3.33364 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -724280.4819057 Edm = 12.1578 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -724289.3006534 Edm = 27.6444 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -724302.3883578 Edm = 16.6008 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -724318.176388 Edm = 3.93924 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -724324.0982907 Edm = 0.208949 NCalls = 106 +VariableMetric: Iteration # 32 - FCN = -724324.256432 Edm = 0.0121769 NCalls = 108 +VariableMetric: Iteration # 33 - FCN = -724324.3066893 Edm = 0.0335568 NCalls = 110 +VariableMetric: Iteration # 34 - FCN = -724324.4257845 Edm = 0.0159508 NCalls = 112 +VariableMetric: Iteration # 35 - FCN = -724324.4453487 Edm = 0.00879746 NCalls = 114 +VariableMetric: Iteration # 36 - FCN = -724324.6834264 Edm = 0.24614 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -724334.5912428 Edm = 1.00496 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -724388.726559 Edm = 12.6292 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -724417.9903532 Edm = 8.57459 NCalls = 129 +VariableMetric: Iteration # 40 - FCN = -724431.2941494 Edm = 8.80929 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -724439.9742345 Edm = 18.9146 NCalls = 133 +VariableMetric: Iteration # 42 - FCN = -724453.9130826 Edm = 18.1473 NCalls = 136 +VariableMetric: Iteration # 43 - FCN = -724470.4513286 Edm = 6.24262 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -724476.8442408 Edm = 1.48754 NCalls = 141 +VariableMetric: Iteration # 45 - FCN = -724478.6463312 Edm = 0.651548 NCalls = 143 +VariableMetric: Iteration # 46 - FCN = -724480.1951823 Edm = 0.702234 NCalls = 145 +VariableMetric: Iteration # 47 - FCN = -724480.87079 Edm = 0.322708 NCalls = 147 +VariableMetric: Iteration # 48 - FCN = -724481.1113159 Edm = 0.0287799 NCalls = 149 +VariableMetric: Iteration # 49 - FCN = -724481.1466955 Edm = 0.00415234 NCalls = 151 +VariableMetric: Iteration # 50 - FCN = -724481.2596947 Edm = 0.103983 NCalls = 155 +VariableMetric: Iteration # 51 - FCN = -724514.5054808 Edm = 22.0169 NCalls = 161 +VariableMetric: Iteration # 52 - FCN = -724648.7648763 Edm = 116.803 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -725043.0413848 Edm = 61.0067 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -725057.8251634 Edm = 389.721 NCalls = 182 +VariableMetric: Iteration # 55 - FCN = -725121.7087141 Edm = 3.96397 NCalls = 184 +VariableMetric: Iteration # 56 - FCN = -725124.3399603 Edm = 2.4647 NCalls = 186 +VariableMetric: Iteration # 57 - FCN = -725128.8178453 Edm = 2.18363 NCalls = 189 +VariableMetric: Iteration # 58 - FCN = -725130.9158307 Edm = 3.46067 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -725134.5930625 Edm = 5.01552 NCalls = 196 +VariableMetric: Iteration # 60 - FCN = -725145.8356159 Edm = 3.92476 NCalls = 200 +VariableMetric: Iteration # 61 - FCN = -725149.3877028 Edm = 1.08576 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -725150.2463969 Edm = 0.110676 NCalls = 203 +VariableMetric: Iteration # 63 - FCN = -725150.3271072 Edm = 0.00820252 NCalls = 205 +VariableMetric: Iteration # 64 - FCN = -725150.334516 Edm = 0.00102734 NCalls = 206 +VariableMetric: Iteration # 65 - FCN = -725150.336929 Edm = 0.00114771 NCalls = 208 +VariableMetric: Iteration # 66 - FCN = -725150.3405662 Edm = 0.00105728 NCalls = 210 +VariableMetric: Iteration # 67 - FCN = -725150.346723 Edm = 0.00380079 NCalls = 213 +VariableMetric: Iteration # 68 - FCN = -725150.8826596 Edm = 0.438462 NCalls = 218 +VariableMetric: Iteration # 69 - FCN = -725163.1273524 Edm = 2.97481 NCalls = 223 +VariableMetric: Iteration # 70 - FCN = -725168.0384083 Edm = 0.197516 NCalls = 226 +VariableMetric: Iteration # 71 - FCN = -725168.2213735 Edm = 0.00640712 NCalls = 228 +VariableMetric: Iteration # 72 - FCN = -725168.2271085 Edm = 0.00245197 NCalls = 230 +VariableMetric: Iteration # 73 - FCN = -725168.2315054 Edm = 0.00321153 NCalls = 232 +VariableMetric: Iteration # 74 - FCN = -725168.4064571 Edm = 0.168334 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -725178.1086789 Edm = 8.3731 NCalls = 244 +VariableMetric: Iteration # 76 - FCN = -725201.1108785 Edm = 3.76836 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -725205.0201461 Edm = 0.226767 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -725205.22473 Edm = 0.0402626 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -725205.2609192 Edm = 0.00297317 NCalls = 254 +VariableMetric: Iteration # 80 - FCN = -725205.2640532 Edm = 0.000626025 NCalls = 256 +VariableMetric: Iteration # 81 - FCN = -725205.2652678 Edm = 0.000517686 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -725205.2725218 Edm = 0.00647067 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -725205.4068908 Edm = 0.130309 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -725210.7972274 Edm = 3.3074 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -725215.625371 Edm = 0.477312 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -725216.0336247 Edm = 0.0162556 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -725216.0498898 Edm = 0.0010796 NCalls = 278 +VariableMetric: Iteration # 88 - FCN = -725216.0511596 Edm = 0.000134906 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -725216.0518646 Edm = 0.000648744 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -725216.0583708 Edm = 0.00653267 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -725216.271801 Edm = 0.0102465 NCalls = 294 +VariableMetric: Iteration # 92 - FCN = -725218.9037373 Edm = 0.645509 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -725220.47075 Edm = 0.0421224 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -725220.5097623 Edm = 0.00116014 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -725220.5108612 Edm = 0.00014146 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -725220.5117367 Edm = 0.000760781 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -725220.5275458 Edm = 0.0132376 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -725220.7972129 Edm = 0.263295 NCalls = 315 +VariableMetric: Iteration # 99 - FCN = -725225.4379216 Edm = 0.579072 NCalls = 322 +VariableMetric: Iteration # 100 - FCN = -725226.1291888 Edm = 0.0585703 NCalls = 324 +VariableMetric: Iteration # 101 - FCN = -725226.2044301 Edm = 0.00677299 NCalls = 326 +VariableMetric: Iteration # 102 - FCN = -725226.2132727 Edm = 0.000923653 NCalls = 328 +VariableMetric: Iteration # 103 - FCN = -725226.2148505 Edm = 0.000375813 NCalls = 330 +VariableMetric: Iteration # 104 - FCN = -725226.2173782 Edm = 0.00177275 NCalls = 333 +VariableMetric: Iteration # 105 - FCN = -725226.2507725 Edm = 0.0240748 NCalls = 337 +VariableMetric: Iteration # 106 - FCN = -725226.5503662 Edm = 0.235473 NCalls = 340 +VariableMetric: Iteration # 107 - FCN = -725231.1077178 Edm = 3.09468 NCalls = 345 +VariableMetric: Iteration # 108 - FCN = -725242.1178935 Edm = 6.19973 NCalls = 348 +VariableMetric: Iteration # 109 - FCN = -725247.2634082 Edm = 6.3021 NCalls = 350 +VariableMetric: Iteration # 110 - FCN = -725250.4566748 Edm = 1.94381 NCalls = 351 +VariableMetric: Iteration # 111 - FCN = -725251.8154827 Edm = 0.379406 NCalls = 353 +VariableMetric: Iteration # 112 - FCN = -725252.320429 Edm = 0.304012 NCalls = 356 +VariableMetric: Iteration # 113 - FCN = -725252.7766952 Edm = 0.289304 NCalls = 359 +VariableMetric: Iteration # 114 - FCN = -725253.0852175 Edm = 0.59864 NCalls = 360 +VariableMetric: Iteration # 115 - FCN = -725253.589781 Edm = 0.312032 NCalls = 362 +VariableMetric: Iteration # 116 - FCN = -725253.8962947 Edm = 0.107018 NCalls = 366 +VariableMetric: Iteration # 117 - FCN = -725254.0816807 Edm = 0.155734 NCalls = 368 +VariableMetric: Iteration # 118 - FCN = -725255.2207019 Edm = 0.76116 NCalls = 372 +VariableMetric: Iteration # 119 - FCN = -725255.2916067 Edm = 0.171322 NCalls = 374 +VariableMetric: Iteration # 120 - FCN = -725255.379248 Edm = 0.152965 NCalls = 376 +VariableMetric: Iteration # 121 - FCN = -725255.9816357 Edm = 0.732999 NCalls = 379 +VariableMetric: Iteration # 122 - FCN = -725256.4844585 Edm = 0.256129 NCalls = 383 +VariableMetric: Iteration # 123 - FCN = -725257.20029 Edm = 0.123303 NCalls = 385 +VariableMetric: Iteration # 124 - FCN = -725257.3263485 Edm = 0.136975 NCalls = 387 +VariableMetric: Iteration # 125 - FCN = -725257.5683822 Edm = 0.0616275 NCalls = 389 +VariableMetric: Iteration # 126 - FCN = -725257.6602901 Edm = 0.00672687 NCalls = 392 +VariableMetric: Iteration # 127 - FCN = -725257.6667051 Edm = 0.000450424 NCalls = 393 +VariableMetric: Iteration # 128 - FCN = -725257.6672383 Edm = 0.000103266 NCalls = 395 +VariableMetric: Iteration # 129 - FCN = -725257.6675497 Edm = 0.000176363 NCalls = 397 +VariableMetric: Iteration # 130 - FCN = -725257.6698354 Edm = 0.00204761 NCalls = 400 +VariableMetric: Iteration # 131 - FCN = -725257.6932037 Edm = 0.0154313 NCalls = 403 +VariableMetric: Iteration # 132 - FCN = -725257.8654237 Edm = 0.140025 NCalls = 406 +VariableMetric: Iteration # 133 - FCN = -725259.8676883 Edm = 0.521627 NCalls = 409 +VariableMetric: Iteration # 134 - FCN = -725260.4693382 Edm = 0.0670345 NCalls = 411 +VariableMetric: Iteration # 135 - FCN = -725260.5285328 Edm = 0.00233513 NCalls = 412 +VariableMetric: Iteration # 136 - FCN = -725260.5314672 Edm = 0.000379705 NCalls = 414 +VariableMetric: Iteration # 137 - FCN = -725260.5319968 Edm = 2.017e-05 NCalls = 416 +VariableMetric: After Hessian - FCN = -725260.5319968 Edm = 27.1152 NCalls = 779 +VariableMetric: Iteration # 138 - FCN = -725260.5319968 Edm = 27.1152 NCalls = 779 +VariableMetric: Iteration # 139 - FCN = -725260.6010964 Edm = 133.422 NCalls = 782 +VariableMetric: Iteration # 140 - FCN = -725269.2703139 Edm = 0.16964 NCalls = 787 +VariableMetric: Iteration # 141 - FCN = -725269.394778 Edm = 0.359204 NCalls = 789 +VariableMetric: Iteration # 142 - FCN = -725270.4307896 Edm = 2.07533 NCalls = 793 +VariableMetric: Iteration # 143 - FCN = -725270.5347636 Edm = 0.100982 NCalls = 795 +VariableMetric: Iteration # 144 - FCN = -725270.7935053 Edm = 0.249433 NCalls = 798 +VariableMetric: Iteration # 145 - FCN = -725271.4837774 Edm = 0.709797 NCalls = 802 +VariableMetric: Iteration # 146 - FCN = -725272.1848964 Edm = 0.200544 NCalls = 805 +VariableMetric: Iteration # 147 - FCN = -725272.4267116 Edm = 0.182645 NCalls = 807 +VariableMetric: Iteration # 148 - FCN = -725272.768319 Edm = 0.0578753 NCalls = 809 +VariableMetric: Iteration # 149 - FCN = -725272.8996924 Edm = 0.0604299 NCalls = 811 +VariableMetric: Iteration # 150 - FCN = -725273.0111872 Edm = 0.0674615 NCalls = 813 +VariableMetric: Iteration # 151 - FCN = -725273.0981269 Edm = 0.026663 NCalls = 815 +VariableMetric: Iteration # 152 - FCN = -725273.1678247 Edm = 0.0237402 NCalls = 817 +VariableMetric: Iteration # 153 - FCN = -725273.2014642 Edm = 0.00702614 NCalls = 819 +VariableMetric: Iteration # 154 - FCN = -725273.2184267 Edm = 0.00360975 NCalls = 821 +VariableMetric: Iteration # 155 - FCN = -725273.2256097 Edm = 0.000693631 NCalls = 823 +VariableMetric: Iteration # 156 - FCN = -725273.2268628 Edm = 0.000233928 NCalls = 825 +VariableMetric: Iteration # 157 - FCN = -725273.2275222 Edm = 3.95074e-05 NCalls = 827 +VariableMetric: After Hessian - FCN = -725273.2275222 Edm = 0.00802912 NCalls = 1200 +VariableMetric: Iteration # 158 - FCN = -725273.2275222 Edm = 0.00802912 NCalls = 1200 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -721273.6665513 Edm = 9.99229 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -721273.6665513 Edm = 9.99229 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -724168.7260264 Edm = 0.322113 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -724169.2682333 Edm = 0.907339 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -724323.96873 Edm = 0.308824 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -724324.9747925 Edm = 0.497441 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -724380.8981574 Edm = 52.6485 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -724547.6437054 Edm = 14.2576 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -724558.0289491 Edm = 0.125312 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -724558.2787765 Edm = 0.138609 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -724597.6175959 Edm = 26.1643 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -724657.9037729 Edm = 5.40089 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -724661.3004439 Edm = 0.0218232 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -724661.3364759 Edm = 0.0114096 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -724662.0608 Edm = 0.624636 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -724815.90682 Edm = 43.2917 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -724883.674982 Edm = 11.6433 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -724913.4056754 Edm = 2.4455 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -724915.9868245 Edm = 1.00532 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -724916.6745987 Edm = 0.0227699 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -724916.6994301 Edm = 0.000759814 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -724916.7157937 Edm = 0.0155161 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -724924.3342614 Edm = 6.10451 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -724943.1081631 Edm = 0.4479 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -724943.48105 Edm = 0.00253355 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -724943.4843888 Edm = 0.000952697 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -724943.5688074 Edm = 0.0911744 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -724944.7882093 Edm = 0.159021 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -724946.7303431 Edm = 0.00137251 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -724946.7330614 Edm = 0.00134434 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -724947.2138177 Edm = 0.484371 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -724947.4468314 Edm = 0.231119 NCalls = 116 +VariableMetric: Iteration # 31 - FCN = -724997.5250988 Edm = 2.3129 NCalls = 123 +VariableMetric: Iteration # 32 - FCN = -724999.964506 Edm = 0.414308 NCalls = 125 +VariableMetric: Iteration # 33 - FCN = -725000.7116287 Edm = 0.112523 NCalls = 129 +VariableMetric: Iteration # 34 - FCN = -725044.5361356 Edm = 73.9117 NCalls = 139 +VariableMetric: Iteration # 35 - FCN = -725064.2842144 Edm = 421511 NCalls = 150 +VariableMetric: Iteration # 36 - FCN = -725097.990683 Edm = 1.28996e+06 NCalls = 159 +VariableMetric: Iteration # 37 - FCN = -725158.9404671 Edm = 235622 NCalls = 167 +VariableMetric: Iteration # 38 - FCN = -725216.1262024 Edm = 51898.4 NCalls = 174 +VariableMetric: Iteration # 39 - FCN = -725226.3795533 Edm = 2416.28 NCalls = 181 +VariableMetric: Iteration # 40 - FCN = -725228.4177332 Edm = 12893.7 NCalls = 185 +VariableMetric: Iteration # 41 - FCN = -725233.0572016 Edm = 3058.58 NCalls = 189 +VariableMetric: Iteration # 42 - FCN = -725245.7031025 Edm = 1367.75 NCalls = 192 +VariableMetric: Iteration # 43 - FCN = -725251.9252333 Edm = 228.282 NCalls = 196 +VariableMetric: Iteration # 44 - FCN = -725252.6077845 Edm = 72.5332 NCalls = 200 +VariableMetric: Iteration # 45 - FCN = -725253.6689957 Edm = 81.8307 NCalls = 203 +VariableMetric: Iteration # 46 - FCN = -725256.6956124 Edm = 30.1657 NCalls = 205 +VariableMetric: Iteration # 47 - FCN = -725257.6688612 Edm = 45.3411 NCalls = 207 +VariableMetric: Iteration # 48 - FCN = -725262.0168767 Edm = 63.8313 NCalls = 209 +VariableMetric: Iteration # 49 - FCN = -725266.2696333 Edm = 37.6492 NCalls = 211 +VariableMetric: Iteration # 50 - FCN = -725267.9442387 Edm = 6.05592 NCalls = 213 +VariableMetric: Iteration # 51 - FCN = -725268.7852848 Edm = 4.87721 NCalls = 215 +VariableMetric: Iteration # 52 - FCN = -725270.0870986 Edm = 4.53926 NCalls = 217 +VariableMetric: Iteration # 53 - FCN = -725270.5857247 Edm = 5.43497 NCalls = 219 +VariableMetric: Iteration # 54 - FCN = -725271.045935 Edm = 1.8666 NCalls = 221 +VariableMetric: Iteration # 55 - FCN = -725271.7412669 Edm = 0.638207 NCalls = 223 +VariableMetric: Iteration # 56 - FCN = -725272.5359823 Edm = 0.830836 NCalls = 226 +VariableMetric: Iteration # 57 - FCN = -725272.8590886 Edm = 0.337887 NCalls = 229 +VariableMetric: Iteration # 58 - FCN = -725273.1679087 Edm = 0.113997 NCalls = 231 +VariableMetric: Iteration # 59 - FCN = -725273.2749292 Edm = 0.0816753 NCalls = 233 +VariableMetric: Iteration # 60 - FCN = -725273.3752514 Edm = 0.0470894 NCalls = 235 +VariableMetric: Iteration # 61 - FCN = -725273.4426368 Edm = 0.0259345 NCalls = 237 +VariableMetric: Iteration # 62 - FCN = -725273.4659144 Edm = 0.00474533 NCalls = 239 +VariableMetric: Iteration # 63 - FCN = -725273.4705351 Edm = 0.00158349 NCalls = 240 +VariableMetric: Iteration # 64 - FCN = -725273.4719051 Edm = 0.000690912 NCalls = 242 +VariableMetric: Iteration # 65 - FCN = -725273.4730988 Edm = 0.00084632 NCalls = 244 +VariableMetric: Iteration # 66 - FCN = -725273.4752488 Edm = 0.00127936 NCalls = 247 +VariableMetric: Iteration # 67 - FCN = -725273.4788784 Edm = 0.00184775 NCalls = 249 +VariableMetric: Iteration # 68 - FCN = -725273.4844228 Edm = 0.00254679 NCalls = 251 +VariableMetric: Iteration # 69 - FCN = -725273.4872368 Edm = 0.00123467 NCalls = 253 +VariableMetric: Iteration # 70 - FCN = -725273.4886817 Edm = 0.000570204 NCalls = 256 +VariableMetric: Iteration # 71 - FCN = -725273.4902807 Edm = 0.000635145 NCalls = 260 +VariableMetric: Iteration # 72 - FCN = -725273.4921977 Edm = 0.00118343 NCalls = 264 +VariableMetric: Iteration # 73 - FCN = -725273.49257 Edm = 0.000660186 NCalls = 266 +VariableMetric: Iteration # 74 - FCN = -725273.4933583 Edm = 0.000462334 NCalls = 269 +VariableMetric: Iteration # 75 - FCN = -725273.494437 Edm = 0.000640619 NCalls = 272 +VariableMetric: Iteration # 76 - FCN = -725273.4948078 Edm = 0.000490296 NCalls = 274 +VariableMetric: Iteration # 77 - FCN = -725273.4955554 Edm = 0.000493134 NCalls = 277 +VariableMetric: Iteration # 78 - FCN = -725273.4959541 Edm = 0.000296161 NCalls = 279 +VariableMetric: Iteration # 79 - FCN = -725273.4963321 Edm = 0.000173786 NCalls = 282 +VariableMetric: Iteration # 80 - FCN = -725273.4965347 Edm = 8.06034e-05 NCalls = 284 +VariableMetric: Iteration # 81 - FCN = -725273.4965922 Edm = 3.17321e-05 NCalls = 286 +VariableMetric: After Hessian - FCN = -725273.4965922 Edm = 0.000243843 NCalls = 663 +VariableMetric: Iteration # 82 - FCN = -725273.4965922 Edm = 0.000243843 NCalls = 663 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720199.4233091 Edm = 3.49952 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720199.4233091 Edm = 3.49952 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -722052.3143408 Edm = 2.68654 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -723621.8979526 Edm = 77.9093 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -723670.508651 Edm = 4.20077 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -723673.6020038 Edm = 2.45921 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -723772.9647967 Edm = 123.313 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -724034.9261391 Edm = 106.08 NCalls = 32 +VariableMetric: Iteration # 7 - FCN = -724222.3605021 Edm = 2.03089 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -724224.2601211 Edm = 0.172177 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -724224.8436746 Edm = 0.471347 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -724414.6902493 Edm = 34.7532 NCalls = 45 +VariableMetric: Iteration # 11 - FCN = -724657.5311537 Edm = 61.2885 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -724757.0167023 Edm = 3.08133 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -724762.169545 Edm = 2.44895 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -724765.2366608 Edm = 0.773666 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -724766.2552042 Edm = 0.108124 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -724766.5255348 Edm = 0.0790887 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -724767.509873 Edm = 1.61551 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -724773.4596356 Edm = 5.0582 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -724810.5687866 Edm = 0.787399 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -724811.4365453 Edm = 0.0173766 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -724811.4824298 Edm = 0.0187999 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -724811.5840095 Edm = 0.0723645 NCalls = 78 +VariableMetric: Iteration # 23 - FCN = -724814.4195055 Edm = 8.53051 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -724814.7819509 Edm = 0.425425 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -724815.2793064 Edm = 1.09089 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -724823.3425144 Edm = 8.52096 NCalls = 100 +VariableMetric: Iteration # 27 - FCN = -724824.3946405 Edm = 1.09001 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -724825.7545424 Edm = 1.07388 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -724834.2075598 Edm = 3.70468 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -724843.325373 Edm = 0.44425 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -724843.7596567 Edm = 0.0924314 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -724843.8792094 Edm = 0.0660468 NCalls = 116 +VariableMetric: Iteration # 33 - FCN = -724844.9659543 Edm = 0.113261 NCalls = 120 +VariableMetric: Iteration # 34 - FCN = -724845.1359997 Edm = 0.0186631 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -724845.2708358 Edm = 0.0921437 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -724868.0344177 Edm = 11.372 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -724918.1176103 Edm = 6.48687 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -724925.4208934 Edm = 1.06462 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -724926.7887855 Edm = 0.110036 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -724926.9165564 Edm = 0.0207544 NCalls = 140 +VariableMetric: Iteration # 41 - FCN = -724926.9305571 Edm = 0.00213264 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -724926.9422793 Edm = 0.00604447 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -724926.9645462 Edm = 0.00364303 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -724926.9853533 Edm = 0.0228089 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -724929.7271 Edm = 2.43728 NCalls = 158 +VariableMetric: Iteration # 46 - FCN = -724947.7488412 Edm = 14.9709 NCalls = 163 +VariableMetric: Iteration # 47 - FCN = -724958.9367474 Edm = 14.1335 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -724965.3784888 Edm = 9.9577 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -724983.1549906 Edm = 1.65073 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -724984.6892594 Edm = 0.819978 NCalls = 175 +VariableMetric: Iteration # 51 - FCN = -724986.304184 Edm = 0.400828 NCalls = 177 +VariableMetric: Iteration # 52 - FCN = -724986.6768407 Edm = 0.0828726 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -724986.7614791 Edm = 0.0130829 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -724986.7718841 Edm = 0.00405653 NCalls = 183 +VariableMetric: Iteration # 55 - FCN = -724986.7974883 Edm = 0.0109239 NCalls = 186 +VariableMetric: Iteration # 56 - FCN = -724986.8303123 Edm = 0.00236656 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -724986.8381218 Edm = 0.00288645 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -724986.8614999 Edm = 0.0185567 NCalls = 194 +VariableMetric: Iteration # 59 - FCN = -724987.2136823 Edm = 0.186602 NCalls = 202 +VariableMetric: Iteration # 60 - FCN = -724987.4042786 Edm = 0.862174 NCalls = 204 +VariableMetric: Iteration # 61 - FCN = -724987.5857801 Edm = 0.202858 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -724988.8293647 Edm = 1.20803 NCalls = 210 +VariableMetric: Iteration # 63 - FCN = -724990.5783623 Edm = 1.58129 NCalls = 214 +VariableMetric: Iteration # 64 - FCN = -725012.5190349 Edm = 6.90164 NCalls = 218 +VariableMetric: Iteration # 65 - FCN = -725014.0081688 Edm = 2.04253 NCalls = 220 +VariableMetric: Iteration # 66 - FCN = -725015.2439683 Edm = 0.0432456 NCalls = 222 +VariableMetric: Iteration # 67 - FCN = -725015.2977312 Edm = 0.00675419 NCalls = 224 +VariableMetric: Iteration # 68 - FCN = -725015.3069948 Edm = 0.00210624 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -725015.3146969 Edm = 0.00558382 NCalls = 228 +VariableMetric: Iteration # 70 - FCN = -725015.4584482 Edm = 0.122661 NCalls = 233 +VariableMetric: Iteration # 71 - FCN = -725021.3737247 Edm = 5.68732 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -725063.5103127 Edm = 20.3661 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -725083.1290163 Edm = 4.1632 NCalls = 246 +VariableMetric: Iteration # 74 - FCN = -725085.5730278 Edm = 1.00677 NCalls = 248 +VariableMetric: Iteration # 75 - FCN = -725086.0415281 Edm = 0.116445 NCalls = 250 +VariableMetric: Iteration # 76 - FCN = -725086.1909872 Edm = 0.0409023 NCalls = 252 +VariableMetric: Iteration # 77 - FCN = -725086.3732953 Edm = 0.114572 NCalls = 255 +VariableMetric: Iteration # 78 - FCN = -725086.603942 Edm = 0.142707 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -725086.7027257 Edm = 0.0630809 NCalls = 260 +VariableMetric: Iteration # 80 - FCN = -725086.7645518 Edm = 0.0075869 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -725086.7723291 Edm = 0.0011322 NCalls = 264 +VariableMetric: Iteration # 82 - FCN = -725086.7746215 Edm = 0.00151161 NCalls = 266 +VariableMetric: Iteration # 83 - FCN = -725086.7881063 Edm = 0.0122154 NCalls = 270 +VariableMetric: Iteration # 84 - FCN = -725087.4719479 Edm = 0.696086 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -725088.551239 Edm = 0.964616 NCalls = 280 +VariableMetric: Iteration # 86 - FCN = -725161.1376208 Edm = 25.9067 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -725206.4978688 Edm = 9.88727 NCalls = 288 +VariableMetric: Iteration # 88 - FCN = -725208.8251934 Edm = 11.8705 NCalls = 290 +VariableMetric: Iteration # 89 - FCN = -725215.2829293 Edm = 1.9495 NCalls = 292 +VariableMetric: Iteration # 90 - FCN = -725218.002004 Edm = 1.80739 NCalls = 295 +VariableMetric: Iteration # 91 - FCN = -725223.1760449 Edm = 7.48111 NCalls = 300 +VariableMetric: Iteration # 92 - FCN = -725224.9386846 Edm = 4.13549 NCalls = 303 +VariableMetric: Iteration # 93 - FCN = -725227.899579 Edm = 2.09419 NCalls = 306 +VariableMetric: Iteration # 94 - FCN = -725235.5936792 Edm = 3.39215 NCalls = 309 +VariableMetric: Iteration # 95 - FCN = -725238.6446445 Edm = 2.29004 NCalls = 312 +VariableMetric: Iteration # 96 - FCN = -725240.6258665 Edm = 1.04947 NCalls = 314 +VariableMetric: Iteration # 97 - FCN = -725242.0220726 Edm = 0.696693 NCalls = 316 +VariableMetric: Iteration # 98 - FCN = -725244.0300526 Edm = 1.03031 NCalls = 319 +VariableMetric: Iteration # 99 - FCN = -725246.9236284 Edm = 1.09454 NCalls = 325 +VariableMetric: Iteration # 100 - FCN = -725247.4899776 Edm = 1.04375 NCalls = 327 +VariableMetric: Iteration # 101 - FCN = -725248.06031 Edm = 0.0823055 NCalls = 329 +VariableMetric: Iteration # 102 - FCN = -725248.1504992 Edm = 0.0267848 NCalls = 330 +VariableMetric: Iteration # 103 - FCN = -725248.2208464 Edm = 0.0394875 NCalls = 333 +VariableMetric: Iteration # 104 - FCN = -725248.2699436 Edm = 0.00834381 NCalls = 336 +VariableMetric: Iteration # 105 - FCN = -725248.2766685 Edm = 0.000561332 NCalls = 338 +VariableMetric: Iteration # 106 - FCN = -725248.2779614 Edm = 0.000887442 NCalls = 340 +VariableMetric: Iteration # 107 - FCN = -725248.320658 Edm = 0.0397607 NCalls = 345 +VariableMetric: Iteration # 108 - FCN = -725254.1533897 Edm = 3.22896 NCalls = 351 +VariableMetric: Iteration # 109 - FCN = -725259.4623417 Edm = 3.36371 NCalls = 354 +VariableMetric: Iteration # 110 - FCN = -725261.112621 Edm = 0.832143 NCalls = 355 +VariableMetric: Iteration # 111 - FCN = -725261.677563 Edm = 0.0610446 NCalls = 356 +VariableMetric: Iteration # 112 - FCN = -725261.7537596 Edm = 0.00323017 NCalls = 358 +VariableMetric: Iteration # 113 - FCN = -725261.7573802 Edm = 0.000352341 NCalls = 360 +VariableMetric: Iteration # 114 - FCN = -725261.7579488 Edm = 0.000174553 NCalls = 362 +VariableMetric: Iteration # 115 - FCN = -725261.7596401 Edm = 0.00168584 NCalls = 365 +VariableMetric: Iteration # 116 - FCN = -725261.794879 Edm = 0.034356 NCalls = 371 +VariableMetric: Iteration # 117 - FCN = -725264.231982 Edm = 1.48621 NCalls = 377 +VariableMetric: Iteration # 118 - FCN = -725267.3197427 Edm = 0.920573 NCalls = 379 +VariableMetric: Iteration # 119 - FCN = -725267.6713744 Edm = 0.11929 NCalls = 381 +VariableMetric: Iteration # 120 - FCN = -725267.767844 Edm = 0.0112474 NCalls = 383 +VariableMetric: Iteration # 121 - FCN = -725267.7887135 Edm = 0.00855783 NCalls = 385 +VariableMetric: Iteration # 122 - FCN = -725267.9095856 Edm = 0.209714 NCalls = 395 +VariableMetric: Iteration # 123 - FCN = -725268.0113083 Edm = 0.204121 NCalls = 398 +VariableMetric: Iteration # 124 - FCN = -725268.0919031 Edm = 0.00182075 NCalls = 403 +VariableMetric: Iteration # 125 - FCN = -725268.0939776 Edm = 0.000181953 NCalls = 404 +VariableMetric: Iteration # 126 - FCN = -725268.0941176 Edm = 7.28168e-05 NCalls = 406 +VariableMetric: Iteration # 127 - FCN = -725268.0944519 Edm = 0.000317037 NCalls = 409 +VariableMetric: Iteration # 128 - FCN = -725268.1069315 Edm = 0.0115766 NCalls = 415 +VariableMetric: Iteration # 129 - FCN = -725268.5149919 Edm = 0.310841 NCalls = 419 +VariableMetric: Iteration # 130 - FCN = -725269.6592884 Edm = 0.104709 NCalls = 421 +VariableMetric: Iteration # 131 - FCN = -725269.7543406 Edm = 0.0173199 NCalls = 423 +VariableMetric: Iteration # 132 - FCN = -725269.7644251 Edm = 0.00080188 NCalls = 425 +VariableMetric: Iteration # 133 - FCN = -725269.7652319 Edm = 5.17615e-05 NCalls = 427 +VariableMetric: After Hessian - FCN = -725269.7652319 Edm = 3.78715 NCalls = 786 +VariableMetric: Iteration # 134 - FCN = -725269.7652319 Edm = 3.78715 NCalls = 786 +VariableMetric: Iteration # 135 - FCN = -725272.3556383 Edm = 1.34602 NCalls = 788 +VariableMetric: Iteration # 136 - FCN = -725272.4619652 Edm = 0.98508 NCalls = 790 +VariableMetric: Iteration # 137 - FCN = -725272.6188011 Edm = 0.908592 NCalls = 792 +VariableMetric: Iteration # 138 - FCN = -725272.9941097 Edm = 0.090191 NCalls = 794 +VariableMetric: Iteration # 139 - FCN = -725273.0673001 Edm = 0.338849 NCalls = 795 +VariableMetric: Iteration # 140 - FCN = -725273.2106167 Edm = 0.0509789 NCalls = 798 +VariableMetric: Iteration # 141 - FCN = -725273.3218718 Edm = 0.101497 NCalls = 800 +VariableMetric: Iteration # 142 - FCN = -725273.3748767 Edm = 0.0369239 NCalls = 803 +VariableMetric: Iteration # 143 - FCN = -725273.40087 Edm = 0.027926 NCalls = 805 +VariableMetric: Iteration # 144 - FCN = -725273.4389272 Edm = 0.0135678 NCalls = 807 +VariableMetric: Iteration # 145 - FCN = -725273.4558585 Edm = 0.0176861 NCalls = 809 +VariableMetric: Iteration # 146 - FCN = -725273.4757464 Edm = 0.00617295 NCalls = 811 +VariableMetric: Iteration # 147 - FCN = -725273.4837688 Edm = 0.000358329 NCalls = 813 +VariableMetric: Iteration # 148 - FCN = -725273.484264 Edm = 0.00010469 NCalls = 815 +VariableMetric: Iteration # 149 - FCN = -725273.4844785 Edm = 4.14848e-05 NCalls = 817 +VariableMetric: After Hessian - FCN = -725273.4844785 Edm = 0.00105644 NCalls = 1194 +VariableMetric: Iteration # 150 - FCN = -725273.4844785 Edm = 0.00105644 NCalls = 1194 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -720718.5684247 Edm = 2.6859 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -720718.5684247 Edm = 2.6859 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -723882.7695296 Edm = 1.03713 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -723893.9126123 Edm = 7.22304 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -724249.4714762 Edm = 29.3796 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -724284.4385868 Edm = 0.556783 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -724285.3570793 Edm = 0.549635 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -724302.5719211 Edm = 18.8424 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -724309.9715662 Edm = 6.03719 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -724459.3896706 Edm = 22.3907 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -724481.2244269 Edm = 3.17627 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -724483.1684281 Edm = 0.118327 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -724494.5181666 Edm = 12.519 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -724510.6179005 Edm = 14.8763 NCalls = 50 +VariableMetric: Iteration # 13 - FCN = -724826.4286674 Edm = 100.264 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -724940.0771411 Edm = 14.7523 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -724953.5893297 Edm = 0.607292 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -724954.2539569 Edm = 0.00825482 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -724954.2816314 Edm = 0.0133237 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -724954.6559739 Edm = 0.391332 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -724960.8180444 Edm = 5.23012 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -725023.9208705 Edm = 2.18747 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -725027.5495372 Edm = 0.171297 NCalls = 79 +VariableMetric: Iteration # 22 - FCN = -725027.7229788 Edm = 0.0180974 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -725027.7398264 Edm = 0.00072678 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -725027.745782 Edm = 0.0039367 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -725027.8885783 Edm = 0.119304 NCalls = 89 +VariableMetric: Iteration # 26 - FCN = -725046.9645342 Edm = 3.21607 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -725050.498195 Edm = 0.0166718 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -725050.5145106 Edm = 0.00062425 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -725050.5157 Edm = 0.000593139 NCalls = 100 +VariableMetric: Iteration # 30 - FCN = -725050.5335561 Edm = 0.0186473 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -725051.0548673 Edm = 0.0730237 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -725051.7836398 Edm = 0.0046156 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -725051.7878389 Edm = 0.000323764 NCalls = 114 +VariableMetric: Iteration # 34 - FCN = -725051.8149314 Edm = 0.0272243 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -725052.0384066 Edm = 0.210842 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -725071.2529508 Edm = 1.28336 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -725073.9877916 Edm = 0.373543 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -725074.5460208 Edm = 0.112491 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -725074.6559387 Edm = 0.00675106 NCalls = 137 +VariableMetric: Iteration # 40 - FCN = -725074.6654112 Edm = 0.0013665 NCalls = 139 +VariableMetric: Iteration # 41 - FCN = -725074.6820226 Edm = 0.0125574 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -725076.0849176 Edm = 1.26173 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -725099.639257 Edm = 19.5474 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -725125.4664708 Edm = 11.3794 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -725133.4499254 Edm = 0.796514 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -725134.1438683 Edm = 0.0443623 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -725134.1872107 Edm = 0.00450471 NCalls = 157 +VariableMetric: Iteration # 48 - FCN = -725134.2025424 Edm = 0.00949724 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -725134.773639 Edm = 0.495232 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -725147.9680339 Edm = 7.01867 NCalls = 168 +VariableMetric: Iteration # 51 - FCN = -725172.6401734 Edm = 3.60104 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -725178.6363793 Edm = 1.23883 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -725181.2916965 Edm = 2.46682 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -725185.3868491 Edm = 1.6446 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -725187.0653425 Edm = 2.12043 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -725187.8087375 Edm = 0.164085 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -725188.0197317 Edm = 0.0149421 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -725188.0351999 Edm = 0.00143437 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -725188.0457257 Edm = 0.00854263 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -725188.7068666 Edm = 0.760867 NCalls = 195 +VariableMetric: Iteration # 61 - FCN = -725188.8154025 Edm = 0.10146 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -725190.7680386 Edm = 1.76993 NCalls = 204 +VariableMetric: Iteration # 63 - FCN = -725223.2895309 Edm = 11.1309 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -725235.9515816 Edm = 2.34426 NCalls = 209 +VariableMetric: Iteration # 65 - FCN = -725237.2624015 Edm = 0.46384 NCalls = 211 +VariableMetric: Iteration # 66 - FCN = -725237.7964118 Edm = 0.103876 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -725237.8996046 Edm = 0.0111307 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -725237.9294119 Edm = 0.0105809 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -725237.951267 Edm = 0.00235187 NCalls = 219 +VariableMetric: Iteration # 70 - FCN = -725237.9541763 Edm = 0.000442917 NCalls = 221 +VariableMetric: Iteration # 71 - FCN = -725237.9547829 Edm = 0.000105406 NCalls = 223 +VariableMetric: Iteration # 72 - FCN = -725237.9552494 Edm = 0.000403362 NCalls = 225 +VariableMetric: Iteration # 73 - FCN = -725237.9764714 Edm = 0.0205829 NCalls = 231 +VariableMetric: Iteration # 74 - FCN = -725239.3224458 Edm = 0.6969 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -725240.51757 Edm = 0.0709046 NCalls = 240 +VariableMetric: Iteration # 76 - FCN = -725240.6018913 Edm = 0.0266735 NCalls = 242 +VariableMetric: Iteration # 77 - FCN = -725240.6400232 Edm = 0.0265033 NCalls = 245 +VariableMetric: Iteration # 78 - FCN = -725240.7058689 Edm = 0.0421584 NCalls = 248 +VariableMetric: Iteration # 79 - FCN = -725240.7313472 Edm = 0.0236663 NCalls = 250 +VariableMetric: Iteration # 80 - FCN = -725240.7492077 Edm = 0.000862524 NCalls = 252 +VariableMetric: Iteration # 81 - FCN = -725240.7501055 Edm = 8.10253e-05 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -725240.7503046 Edm = 0.000144491 NCalls = 256 +VariableMetric: Iteration # 83 - FCN = -725240.7532985 Edm = 0.0036632 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -725240.7584757 Edm = 0.00467717 NCalls = 266 +VariableMetric: Iteration # 85 - FCN = -725241.7743889 Edm = 1.00681 NCalls = 273 +VariableMetric: Iteration # 86 - FCN = -725241.9264046 Edm = 0.163284 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -725241.9908868 Edm = 0.0597875 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -725242.5109369 Edm = 0.393422 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -725243.8315514 Edm = 0.720218 NCalls = 290 +VariableMetric: Iteration # 90 - FCN = -725244.9665377 Edm = 0.0392512 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -725244.9963462 Edm = 0.00307386 NCalls = 295 +VariableMetric: Iteration # 92 - FCN = -725244.9996241 Edm = 0.00144768 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -725245.001088 Edm = 0.000627202 NCalls = 299 +VariableMetric: Iteration # 94 - FCN = -725245.00292 Edm = 0.000265242 NCalls = 301 +VariableMetric: Iteration # 95 - FCN = -725245.0033112 Edm = 7.35278e-05 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -725245.0042972 Edm = 0.000798764 NCalls = 306 +VariableMetric: Iteration # 97 - FCN = -725245.028755 Edm = 0.0206047 NCalls = 311 +VariableMetric: Iteration # 98 - FCN = -725247.6465852 Edm = 3.76437 NCalls = 317 +VariableMetric: Iteration # 99 - FCN = -725249.4246441 Edm = 1.85239 NCalls = 325 +VariableMetric: Iteration # 100 - FCN = -725249.4523111 Edm = 0.0990279 NCalls = 326 +VariableMetric: Iteration # 101 - FCN = -725249.5561171 Edm = 0.578295 NCalls = 328 +VariableMetric: Iteration # 102 - FCN = -725250.052913 Edm = 0.458399 NCalls = 332 +VariableMetric: Iteration # 103 - FCN = -725254.8154685 Edm = 3.38368 NCalls = 337 +VariableMetric: Iteration # 104 - FCN = -725258.9006643 Edm = 6.26084 NCalls = 341 +VariableMetric: Iteration # 105 - FCN = -725260.9345565 Edm = 4.28615 NCalls = 344 +VariableMetric: Iteration # 106 - FCN = -725266.6478689 Edm = 2.2178 NCalls = 348 +VariableMetric: Iteration # 107 - FCN = -725270.0412006 Edm = 1.0882 NCalls = 351 +VariableMetric: Iteration # 108 - FCN = -725271.1366683 Edm = 0.36791 NCalls = 354 +VariableMetric: Iteration # 109 - FCN = -725271.5874099 Edm = 0.224619 NCalls = 356 +VariableMetric: Iteration # 110 - FCN = -725271.8141177 Edm = 0.185314 NCalls = 358 +VariableMetric: Iteration # 111 - FCN = -725272.0746163 Edm = 0.156673 NCalls = 361 +VariableMetric: Iteration # 112 - FCN = -725272.1972042 Edm = 0.0404069 NCalls = 363 +VariableMetric: Iteration # 113 - FCN = -725272.2301942 Edm = 0.000692217 NCalls = 364 +VariableMetric: Iteration # 114 - FCN = -725272.2310133 Edm = 5.5939e-05 NCalls = 366 +VariableMetric: After Hessian - FCN = -725272.2310133 Edm = 1.77091 NCalls = 725 +VariableMetric: Iteration # 115 - FCN = -725272.2310133 Edm = 1.77091 NCalls = 725 +VariableMetric: Iteration # 116 - FCN = -725273.6832143 Edm = 0.577509 NCalls = 727 +VariableMetric: Iteration # 117 - FCN = -725273.89977 Edm = 0.029322 NCalls = 729 +VariableMetric: Iteration # 118 - FCN = -725273.9467523 Edm = 0.00697584 NCalls = 731 +VariableMetric: Iteration # 119 - FCN = -725273.9520128 Edm = 0.000846013 NCalls = 733 +VariableMetric: Iteration # 120 - FCN = -725273.953062 Edm = 0.0002623 NCalls = 735 +VariableMetric: Iteration # 121 - FCN = -725273.9535473 Edm = 0.00040308 NCalls = 737 +VariableMetric: Iteration # 122 - FCN = -725273.9547876 Edm = 0.000577115 NCalls = 741 +VariableMetric: Iteration # 123 - FCN = -725273.9560703 Edm = 0.000478279 NCalls = 744 +VariableMetric: Iteration # 124 - FCN = -725273.9563811 Edm = 0.000241966 NCalls = 746 +VariableMetric: Iteration # 125 - FCN = -725273.9567659 Edm = 7.38444e-05 NCalls = 749 +VariableMetric: Iteration # 126 - FCN = -725273.9568829 Edm = 1.96186e-05 NCalls = 751 +VariableMetric: After Hessian - FCN = -725273.9568829 Edm = 3.03064e-05 NCalls = 1124 +VariableMetric: Iteration # 127 - FCN = -725273.9568829 Edm = 3.03064e-05 NCalls = 1124 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.253E+05 | Ncalls=1157 (1157 total) | +| EDM = 0.000574 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -725274.058906377 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 1.20 | 0.14 | | |0.126447 | 2.35355 | | +| 1 | rho_s | 1.58 | 0.24 | | |0.0253049| 2.0747 | | +| 2 | p3770_p | -2.63 | 0.08 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6.28 | 0.31 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 16.4 | 0.7 | | | 14.8182 | 23.5818 | | +| 5 | p4415_p | -2.14 | 0.13 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -4.061 | 0.028 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 4.737 | 0.015 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | 0.37 | 0.25 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 5.7 | 0.9 | | | 4.19232 | 9.40768 | | +| 10| p4160_p | -2.08 | 0.07 | | |-6.28319 | 6.28319 | | +| 11| p4040_s | 0.47 | 0.12 | | |0.00501244| 2.01499 | | +| 12| Ctt | -0.16 | 0.09 | | | -0.5 | 0.5 | | +| 13| p3770_s | 2.40 | 0.17 | | |0.918861 | 4.08114 | | +| 14| jpsi_s | 0.990E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 15| Dbar_s | -0.05 | 0.04 | | | -1.464 | 1.464 | | +| 16| rho_p | -0.26 | 0.19 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.16 | 0.12 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1360 | 60 | | | 1358.64 | 1433.36 | | +| 19| p4040_p | -2.45 | 0.28 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s rho_s p3770_p phi_p phi_s p4415_p psi2s_p jpsi_p omega_p omega_s p4160_p p4040_s Ctt p3770_s jpsi_s Dbar_s rho_p p4160_s psi2s_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.047 -0.045 0.011 0.033 -0.053 -0.212 0.079 -0.018 0.004 0.122 -0.021 0.280 -0.029 0.260 0.083 -0.135 0.154 0.259 0.089 | +| rho_s | -0.047 1.000 0.012 -0.013 -0.012 -0.032 0.094 -0.044 0.145 -0.261 0.004 -0.008 -0.104 0.017 -0.187 -0.126 0.231 -0.041 -0.186 -0.002 | +| p3770_p | -0.045 0.012 1.000 0.001 -0.006 0.027 -0.157 -0.059 0.001 -0.003 0.067 -0.006 -0.216 -0.152 -0.046 0.042 0.025 -0.009 -0.047 0.058 | +| phi_p | 0.011 -0.013 0.001 1.000 -0.442 0.009 -0.016 0.030 -0.013 0.011 0.002 0.001 0.025 -0.005 0.039 0.029 -0.038 0.010 0.039 0.003 | +| phi_s | 0.033 -0.012 -0.006 -0.442 1.000 0.026 -0.076 0.042 0.013 0.028 0.000 -0.002 0.087 -0.019 0.120 0.096 0.050 0.027 0.120 0.004 | +| p4415_p | -0.053 -0.032 0.027 0.009 0.026 1.000 -0.142 0.066 -0.014 0.003 0.149 -0.136 0.056 -0.051 0.211 0.044 -0.091 -0.101 0.211 0.069 | +| psi2s_p | -0.212 0.094 -0.157 -0.016 -0.076 -0.142 1.000 -0.270 0.032 -0.015 -0.027 -0.043 -0.423 -0.041 -0.578 -0.457 0.258 -0.214 -0.578 -0.138 | +| jpsi_p | 0.079 -0.044 -0.059 0.030 0.042 0.066 -0.270 1.000 -0.034 -0.011 -0.039 -0.003 0.353 -0.042 0.413 0.376 -0.212 0.058 0.412 -0.054 | +| omega_p | -0.018 0.145 0.001 -0.013 0.013 -0.014 0.032 -0.034 1.000 0.534 -0.002 -0.001 -0.042 0.008 -0.064 -0.048 -0.037 -0.016 -0.064 -0.004 | +| omega_s | 0.004 -0.261 -0.003 0.011 0.028 0.003 -0.015 -0.011 0.534 1.000 -0.002 0.000 0.010 -0.002 0.018 0.012 0.034 0.004 0.018 -0.000 | +| p4160_p | 0.122 0.004 0.067 0.002 0.000 0.149 -0.027 -0.039 -0.002 -0.002 1.000 -0.299 -0.188 -0.055 0.001 -0.048 0.010 -0.053 0.001 0.023 | +| p4040_s | -0.021 -0.008 -0.006 0.001 -0.002 -0.136 -0.043 -0.003 -0.001 0.000 -0.299 1.000 0.154 0.089 -0.007 -0.116 -0.017 -0.163 -0.008 -0.142 | +| Ctt | 0.280 -0.104 -0.216 0.025 0.087 0.056 -0.423 0.353 -0.042 0.010 -0.188 0.154 1.000 -0.114 0.691 0.344 -0.338 0.202 0.690 -0.132 | +| p3770_s | -0.029 0.017 -0.152 -0.005 -0.019 -0.051 -0.041 -0.042 0.008 -0.002 -0.055 0.089 -0.114 1.000 -0.142 -0.201 0.058 -0.030 -0.143 -0.095 | +| jpsi_s | 0.260 -0.187 -0.046 0.039 0.120 0.211 -0.578 0.413 -0.064 0.018 0.001 -0.007 0.691 -0.142 1.000 0.779 -0.498 0.219 0.997 0.026 | +| Dbar_s | 0.083 -0.126 0.042 0.029 0.096 0.044 -0.457 0.376 -0.048 0.012 -0.048 -0.116 0.344 -0.201 0.779 1.000 -0.377 0.012 0.778 -0.079 | +| rho_p | -0.135 0.231 0.025 -0.038 0.050 -0.091 0.258 -0.212 -0.037 0.034 0.010 -0.017 -0.338 0.058 -0.498 -0.377 1.000 -0.115 -0.497 -0.007 | +| p4160_s | 0.154 -0.041 -0.009 0.010 0.027 -0.101 -0.214 0.058 -0.016 0.004 -0.053 -0.163 0.202 -0.030 0.219 0.012 -0.115 1.000 0.218 0.316 | +| psi2s_s | 0.259 -0.186 -0.047 0.039 0.120 0.211 -0.578 0.412 -0.064 0.018 0.001 -0.008 0.690 -0.143 0.997 0.778 -0.497 0.218 1.000 0.025 | +| p4040_p | 0.089 -0.002 0.058 0.003 0.004 0.069 -0.138 -0.054 -0.004 -0.000 0.023 -0.142 -0.132 -0.095 0.026 -0.079 -0.007 0.316 0.025 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1404575225535235}), (, {'error': 0.2404061375649238}), (, {'error': 0.08350338196570006}), (, {'error': 0.31403116019561317}), (, {'error': 0.7383357204694274}), (, {'error': 0.13496814181905314}), (, {'error': 0.02833001429521964}), (, {'error': 0.015140062189333392}), (, {'error': 0.24592627455519}), (, {'error': 0.9270243395697806}), (, {'error': 0.07041821810004478}), (, {'error': 0.12472894616057398}), (, {'error': 0.0887775335379678}), (, {'error': 0.16743882961333578}), (, {'error': 80.55277724336793}), (, {'error': 0.041971843591125935}), (, {'error': 0.1932353928272983}), (, {'error': 0.11831656232034105}), (, {'error': 58.068115262410174}), (, {'error': 0.2794778543301908})]) +Toy 1/10 +Time taken: 1 h, 20 min +Projected time left: 12 h, 3 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.252E+05 | Ncalls=1205 (1205 total) | +| EDM = 0.000288 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -725248.4810931131 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 0.126 | 0.019 | | |0.126447 | 2.35355 | | +| 1 | rho_s | 1.58 | 0.30 | | |0.0253049| 2.0747 | | +| 2 | p3770_p | 3.44 | 0.14 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 15.8 | 0.8 | | | 14.8182 | 23.5818 | | +| 5 | p4415_p | -6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -4.454 | 0.031 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -4.602 | 0.018 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | 0.5 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 5.7 | 1.5 | | | 4.19232 | 9.40768 | | +| 10| p4160_p | -2.34 | 0.13 | | |-6.28319 | 6.28319 | | +| 11| p4040_s | 0.43 | 0.22 | | |0.00501244| 2.01499 | | +| 12| Ctt | -0.42 | 0.18 | | | -0.5 | 0.5 | | +| 13| p3770_s | 2.32 | 0.21 | | |0.918861 | 4.08114 | | +| 14| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 15| Dbar_s | 0.14 | 0.07 | | | -1.464 | 1.464 | | +| 16| rho_p | -0.12 | 0.24 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 1.82 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1364 | 12 | | | 1358.64 | 1433.36 | | +| 19| p4040_p | 3.0 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s rho_s p3770_p phi_p phi_s p4415_p psi2s_p jpsi_p omega_p omega_s p4160_p p4040_s Ctt p3770_s jpsi_s Dbar_s rho_p p4160_s psi2s_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 0.002 0.020 -0.000 -0.002 -0.026 -0.003 0.012 0.001 0.000 0.024 -0.022 -0.033 0.000 -0.017 0.007 0.010 -0.021 -0.017 0.000 | +| rho_s | 0.002 1.000 0.007 -0.016 0.010 0.001 0.028 0.023 0.047 -0.318 0.043 -0.041 -0.056 0.009 -0.162 -0.077 0.261 -0.007 -0.161 0.028 | +| p3770_p | 0.020 0.007 1.000 0.002 -0.011 0.010 -0.388 0.033 -0.002 -0.001 0.397 -0.403 -0.571 -0.173 -0.090 0.436 0.064 -0.174 -0.090 0.076 | +| phi_p | -0.000 -0.016 0.002 1.000 -0.386 -0.000 0.000 0.010 -0.005 0.007 -0.004 0.004 0.007 -0.002 0.022 0.011 -0.050 0.002 0.022 -0.002 | +| phi_s | -0.002 0.010 -0.011 -0.386 1.000 -0.001 -0.041 -0.082 0.034 0.049 -0.046 0.041 0.077 -0.026 0.125 0.069 0.093 0.004 0.125 -0.034 | +| p4415_p | -0.026 0.001 0.010 -0.000 -0.001 1.000 0.008 0.011 0.000 0.000 -0.006 0.004 -0.015 -0.002 -0.004 0.024 0.002 -0.012 -0.004 -0.011 | +| psi2s_p | -0.003 0.028 -0.388 0.000 -0.041 0.008 1.000 0.166 0.005 -0.010 -0.125 0.228 0.145 -0.201 -0.231 -0.295 0.076 -0.147 -0.231 -0.250 | +| jpsi_p | 0.012 0.023 0.033 0.010 -0.082 0.011 0.166 1.000 -0.002 -0.020 0.191 -0.123 -0.341 0.078 -0.427 -0.149 0.133 -0.159 -0.425 -0.021 | +| omega_p | 0.001 0.047 -0.002 -0.005 0.034 0.000 0.005 -0.002 1.000 0.754 0.012 -0.011 -0.023 0.008 -0.049 -0.027 -0.048 -0.003 -0.049 0.008 | +| omega_s | 0.000 -0.318 -0.001 0.007 0.049 0.000 -0.010 -0.020 0.754 1.000 0.002 -0.003 -0.008 0.003 -0.001 -0.001 -0.003 -0.000 -0.001 0.002 | +| p4160_p | 0.024 0.043 0.397 -0.004 -0.046 -0.006 -0.125 0.191 0.012 0.002 1.000 -0.536 -0.671 -0.014 -0.357 0.161 0.205 -0.221 -0.357 -0.027 | +| p4040_s | -0.022 -0.041 -0.403 0.004 0.041 0.004 0.228 -0.123 -0.011 -0.003 -0.536 1.000 0.669 0.074 0.336 -0.151 -0.199 -0.194 0.336 -0.357 | +| Ctt | -0.033 -0.056 -0.571 0.007 0.077 -0.015 0.145 -0.341 -0.023 -0.008 -0.671 0.669 1.000 -0.060 0.565 -0.298 -0.305 0.263 0.565 -0.168 | +| p3770_s | 0.000 0.009 -0.173 -0.002 -0.026 -0.002 -0.201 0.078 0.008 0.003 -0.014 0.074 -0.060 1.000 -0.171 -0.225 0.073 0.054 -0.173 0.058 | +| jpsi_s | -0.017 -0.162 -0.090 0.022 0.125 -0.004 -0.231 -0.427 -0.049 -0.001 -0.357 0.336 0.565 -0.171 1.000 0.526 -0.531 0.019 0.997 -0.273 | +| Dbar_s | 0.007 -0.077 0.436 0.011 0.069 0.024 -0.295 -0.149 -0.027 -0.001 0.161 -0.151 -0.298 -0.225 0.526 1.000 -0.254 -0.434 0.524 -0.357 | +| rho_p | 0.010 0.261 0.064 -0.050 0.093 0.002 0.076 0.133 -0.048 -0.003 0.205 -0.199 -0.305 0.073 -0.531 -0.254 1.000 -0.022 -0.529 0.136 | +| p4160_s | -0.021 -0.007 -0.174 0.002 0.004 -0.012 -0.147 -0.159 -0.003 -0.000 -0.221 -0.194 0.263 0.054 0.019 -0.434 -0.022 1.000 0.018 0.429 | +| psi2s_s | -0.017 -0.161 -0.090 0.022 0.125 -0.004 -0.231 -0.425 -0.049 -0.001 -0.357 0.336 0.565 -0.173 0.997 0.524 -0.529 0.018 1.000 -0.273 | +| p4040_p | 0.000 0.028 0.076 -0.002 -0.034 -0.011 -0.250 -0.021 0.008 0.002 -0.027 -0.357 -0.168 0.058 -0.273 -0.357 0.136 0.429 -0.273 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.018670625374175506}), (, {'error': 0.30326218543412375}), (, {'error': 0.13537181276072552}), (, {'error': 0.16509918897393927}), (, {'error': 0.8326805371635588}), (, {'error': 0.15313277901791844}), (, {'error': 0.03114309364187262}), (, {'error': 0.017707149281509516}), (, {'error': 0.3900633901618842}), (, {'error': 1.4572004046089542}), (, {'error': 0.12823779606689345}), (, {'error': 0.22341245156271922}), (, {'error': 0.17810429337882694}), (, {'error': 0.21042951181714242}), (, {'error': 150.9446869354506}), (, {'error': 0.07146778031918899}), (, {'error': 0.2387987426317757}), (, {'error': 0.1742797462609874}), (, {'error': 12.280119646518528}), (, {'error': 0.43851325179683975})]) +Toy 2/10 +Time taken: 2 h, 44 min +Projected time left: 10 h, 57 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.253E+05 | Ncalls=1211 (1211 total) | +| EDM = 4.57E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -725274.1895526467 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 1.20 | 0.18 | | |0.126447 | 2.35355 | | +| 1 | rho_s | 1.57 | 0.30 | | |0.0253049| 2.0747 | | +| 2 | p3770_p | 3.66 | 0.11 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.17 | 0.64 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17.0 | 2.2 | | | 14.8182 | 23.5818 | | +| 5 | p4415_p | -2.15 | 0.17 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -4.07 | 0.03 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 4.740 | 0.019 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -5.9 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 5.7 | 1.6 | | | 4.19232 | 9.40768 | | +| 10| p4160_p | -2.08 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4040_s | 0.47 | 0.18 | | |0.00501244| 2.01499 | | +| 12| Ctt | -0.15 | 0.13 | | | -0.5 | 0.5 | | +| 13| p3770_s | 2.39 | 0.21 | | |0.918861 | 4.08114 | | +| 14| jpsi_s | 0.993E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 15| Dbar_s | -0.03 | 0.07 | | | -1.464 | 1.464 | | +| 16| rho_p | 6.00 | 0.22 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.16 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1362 | 12 | | | 1358.64 | 1433.36 | | +| 19| p4040_p | -2.5 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s rho_s p3770_p phi_p phi_s p4415_p psi2s_p jpsi_p omega_p omega_s p4160_p p4040_s Ctt p3770_s jpsi_s Dbar_s rho_p p4160_s psi2s_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.020 -0.148 0.019 0.027 -0.128 -0.184 0.030 -0.013 -0.004 0.046 0.079 0.362 0.056 0.141 -0.182 -0.076 0.280 0.141 0.118 | +| rho_s | -0.020 1.000 -0.003 0.027 0.014 0.009 0.059 -0.025 0.092 -0.244 0.022 -0.009 -0.035 0.004 -0.135 -0.075 0.217 -0.010 -0.134 0.017 | +| p3770_p | -0.148 -0.003 1.000 -0.007 -0.004 0.086 -0.243 -0.038 -0.008 -0.005 0.202 -0.202 -0.417 -0.251 0.046 0.279 -0.007 -0.088 0.045 0.124 | +| phi_p | 0.019 0.027 -0.007 1.000 0.947 -0.017 -0.104 -0.019 0.098 0.030 -0.038 0.005 0.060 -0.018 0.133 0.094 -0.008 0.002 0.132 -0.031 | +| phi_s | 0.027 0.014 -0.004 0.947 1.000 -0.019 -0.133 0.011 0.106 0.049 -0.046 0.004 0.083 -0.026 0.181 0.130 0.006 0.004 0.180 -0.038 | +| p4415_p | -0.128 0.009 0.086 -0.017 -0.019 1.000 0.014 -0.097 0.001 -0.001 0.292 -0.218 -0.188 -0.021 -0.068 -0.150 0.049 -0.139 -0.068 0.149 | +| psi2s_p | -0.184 0.059 -0.243 -0.104 -0.133 0.014 1.000 -0.325 0.025 -0.000 0.077 -0.039 -0.277 -0.064 -0.574 -0.393 0.224 -0.162 -0.574 -0.078 | +| jpsi_p | 0.030 -0.025 -0.038 -0.019 0.011 -0.097 -0.325 1.000 -0.066 -0.047 -0.188 0.041 0.326 -0.061 0.529 0.442 -0.246 -0.058 0.528 -0.222 | +| omega_p | -0.013 0.092 -0.008 0.098 0.106 0.001 0.025 -0.066 1.000 0.810 0.008 -0.001 -0.029 0.009 -0.069 -0.047 -0.051 -0.005 -0.068 0.007 | +| omega_s | -0.004 -0.244 -0.005 0.030 0.049 -0.001 -0.000 -0.047 0.810 1.000 0.000 0.000 -0.012 0.004 -0.017 -0.014 -0.023 -0.001 -0.017 0.002 | +| p4160_p | 0.046 0.022 0.202 -0.038 -0.046 0.292 0.077 -0.188 0.008 0.000 1.000 -0.482 -0.469 -0.088 -0.192 -0.077 0.107 -0.073 -0.192 0.173 | +| p4040_s | 0.079 -0.009 -0.202 0.005 0.004 -0.218 -0.039 0.041 -0.001 0.000 -0.482 1.000 0.451 0.203 0.004 -0.242 -0.033 -0.096 0.003 -0.255 | +| Ctt | 0.362 -0.035 -0.417 0.060 0.083 -0.188 -0.277 0.326 -0.029 -0.012 -0.469 0.451 1.000 0.063 0.452 -0.097 -0.214 0.227 0.452 -0.269 | +| p3770_s | 0.056 0.004 -0.251 -0.018 -0.026 -0.021 -0.064 -0.061 0.009 0.004 -0.088 0.203 0.063 1.000 -0.156 -0.290 0.051 0.057 -0.158 -0.070 | +| jpsi_s | 0.141 -0.135 0.046 0.133 0.181 -0.068 -0.574 0.529 -0.069 -0.017 -0.192 0.004 0.452 -0.156 1.000 0.731 -0.453 0.019 0.996 -0.187 | +| Dbar_s | -0.182 -0.075 0.279 0.094 0.130 -0.150 -0.393 0.442 -0.047 -0.014 -0.077 -0.242 -0.097 -0.290 0.731 1.000 -0.311 -0.296 0.729 -0.252 | +| rho_p | -0.076 0.217 -0.007 -0.008 0.006 0.049 0.224 -0.246 -0.051 -0.023 0.107 -0.033 -0.214 0.051 -0.453 -0.311 1.000 -0.019 -0.452 0.093 | +| p4160_s | 0.280 -0.010 -0.088 0.002 0.004 -0.139 -0.162 -0.058 -0.005 -0.001 -0.073 -0.096 0.227 0.057 0.019 -0.296 -0.019 1.000 0.019 0.444 | +| psi2s_s | 0.141 -0.134 0.045 0.132 0.180 -0.068 -0.574 0.528 -0.068 -0.017 -0.192 0.003 0.452 -0.158 0.996 0.729 -0.452 0.019 1.000 -0.187 | +| p4040_p | 0.118 0.017 0.124 -0.031 -0.038 0.149 -0.078 -0.222 0.007 0.002 0.173 -0.255 -0.269 -0.070 -0.187 -0.252 0.093 0.444 -0.187 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17503114307071255}), (, {'error': 0.29663178841915594}), (, {'error': 0.11202829862188057}), (, {'error': 0.6408080003703684}), (, {'error': 2.2483024615208116}), (, {'error': 0.168566629205803}), (, {'error': 0.03485305924658366}), (, {'error': 0.019189128361266405}), (, {'error': 0.4409417007097143}), (, {'error': 1.583622101297181}), (, {'error': 0.09818385946044073}), (, {'error': 0.17723075462082893}), (, {'error': 0.1338586899817549}), (, {'error': 0.20805805871315908}), (, {'error': 79.39693849608284}), (, {'error': 0.07207890515636761}), (, {'error': 0.2202582097375494}), (, {'error': 0.16174415276205478}), (, {'error': 11.632401216148082}), (, {'error': 0.38999038978103084})]) +Toy 3/10 +Time taken: 4 h, 7 min +Projected time left: 9 h, 38 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.253E+05 | Ncalls=1178 (1178 total) | +| EDM = 0.00342 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -725273.7811231641 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 1.21 | 0.14 | | |0.126447 | 2.35355 | | +| 1 | rho_s | 1.55 | 0.24 | | |0.0253049| 2.0747 | | +| 2 | p3770_p | 4.10 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6.28 | 0.15 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 16.0 | 0.7 | | | 14.8182 | 23.5818 | | +| 5 | p4415_p | 4.09 | 0.14 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -2.435 | 0.021 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -4.811 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -5.81 | 0.26 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 5.7 | 1.0 | | | 4.19232 | 9.40768 | | +| 10| p4160_p | -2.12 | 0.07 | | |-6.28319 | 6.28319 | | +| 11| p4040_s | 0.48 | 0.13 | | |0.00501244| 2.01499 | | +| 12| Ctt | -0.13 | 0.09 | | | -0.5 | 0.5 | | +| 13| p3770_s | 2.23 | 0.16 | | |0.918861 | 4.08114 | | +| 14| jpsi_s | 0.995E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 15| Dbar_s | -0.027 | 0.041 | | | -1.464 | 1.464 | | +| 16| rho_p | 6.07 | 0.20 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.16 | 0.12 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1360 | 70 | | | 1358.64 | 1433.36 | | +| 19| p4040_p | -2.48 | 0.29 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s rho_s p3770_p phi_p phi_s p4415_p psi2s_p jpsi_p omega_p omega_s p4160_p p4040_s Ctt p3770_s jpsi_s Dbar_s rho_p p4160_s psi2s_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.042 -0.050 0.014 0.040 -0.054 -0.007 -0.178 -0.026 0.003 0.121 -0.004 0.278 0.007 0.271 0.067 -0.137 0.165 0.271 0.090 | +| rho_s | -0.042 1.000 0.022 -0.012 -0.016 -0.026 -0.032 0.038 0.173 -0.241 0.004 -0.020 -0.071 -0.010 -0.162 -0.101 0.203 -0.039 -0.162 -0.001 | +| p3770_p | -0.050 0.022 1.000 -0.004 -0.014 0.025 0.140 -0.015 0.008 -0.003 0.083 0.003 -0.278 -0.096 -0.109 0.005 0.060 0.002 -0.112 0.096 | +| phi_p | 0.014 -0.012 -0.004 1.000 -0.384 0.010 0.020 -0.005 -0.012 0.010 0.001 0.005 0.027 0.002 0.049 0.034 -0.043 0.013 0.049 0.003 | +| phi_s | 0.040 -0.016 -0.014 -0.384 1.000 0.028 0.039 -0.073 0.012 0.028 -0.002 0.009 0.090 -0.001 0.141 0.108 0.035 0.034 0.140 0.002 | +| p4415_p | -0.054 -0.026 0.025 0.010 0.028 1.000 0.077 -0.099 -0.018 0.002 0.158 -0.126 0.003 -0.014 0.193 0.025 -0.081 -0.099 0.193 0.071 | +| psi2s_p | -0.007 -0.032 0.140 0.020 0.039 0.077 1.000 -0.148 -0.031 -0.005 0.059 -0.112 0.116 -0.091 0.287 0.398 -0.139 -0.016 0.283 -0.008 | +| jpsi_p | -0.178 0.038 -0.015 -0.005 -0.073 -0.099 -0.148 1.000 0.021 -0.018 -0.021 -0.068 -0.274 -0.055 -0.404 -0.302 0.133 -0.175 -0.404 -0.094 | +| omega_p | -0.026 0.173 0.008 -0.012 0.012 -0.018 -0.031 0.021 1.000 0.593 -0.001 -0.008 -0.051 -0.002 -0.089 -0.063 -0.025 -0.023 -0.089 -0.003 | +| omega_s | 0.003 -0.241 -0.003 0.010 0.028 0.002 -0.005 -0.018 0.593 1.000 -0.002 0.001 0.005 0.000 0.015 0.009 -0.006 0.003 0.015 -0.001 | +| p4160_p | 0.121 0.004 0.083 0.001 -0.002 0.158 0.059 -0.021 -0.001 -0.002 1.000 -0.310 -0.238 -0.041 -0.012 -0.044 0.017 -0.051 -0.012 0.033 | +| p4040_s | -0.004 -0.020 0.003 0.005 0.009 -0.126 -0.112 -0.068 -0.008 0.001 -0.310 1.000 0.223 0.091 0.074 -0.058 -0.055 -0.155 0.074 -0.141 | +| Ctt | 0.278 -0.071 -0.278 0.027 0.090 0.003 0.116 -0.274 -0.051 0.005 -0.238 0.223 1.000 -0.033 0.606 0.203 -0.289 0.188 0.602 -0.180 | +| p3770_s | 0.007 -0.010 -0.096 0.002 -0.001 -0.014 -0.091 -0.055 -0.002 0.000 -0.041 0.091 -0.033 1.000 0.002 -0.085 -0.013 0.003 0.002 -0.077 | +| jpsi_s | 0.271 -0.162 -0.109 0.049 0.141 0.193 0.287 -0.404 -0.089 0.015 -0.012 0.074 0.606 0.002 1.000 0.745 -0.483 0.234 0.997 0.006 | +| Dbar_s | 0.067 -0.101 0.005 0.034 0.108 0.025 0.398 -0.302 -0.063 0.009 -0.044 -0.058 0.203 -0.085 0.745 1.000 -0.347 0.005 0.743 -0.093 | +| rho_p | -0.137 0.203 0.060 -0.043 0.035 -0.081 -0.139 0.133 -0.025 -0.006 0.017 -0.055 -0.289 -0.013 -0.483 -0.347 1.000 -0.119 -0.482 0.002 | +| p4160_s | 0.165 -0.039 0.002 0.013 0.034 -0.099 -0.016 -0.175 -0.023 0.003 -0.051 -0.155 0.188 0.003 0.234 0.005 -0.119 1.000 0.234 0.329 | +| psi2s_s | 0.271 -0.162 -0.112 0.049 0.140 0.193 0.283 -0.404 -0.089 0.015 -0.012 0.074 0.602 0.002 0.997 0.743 -0.482 0.234 1.000 0.006 | +| p4040_p | 0.090 -0.001 0.096 0.003 0.002 0.071 -0.008 -0.094 -0.003 -0.001 0.033 -0.141 -0.180 -0.077 0.006 -0.093 0.002 0.329 0.006 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14379571704495875}), (, {'error': 0.24356710808210436}), (, {'error': 0.09073552224410975}), (, {'error': 0.1544162786817882}), (, {'error': 0.730650815947973}), (, {'error': 0.13608464840495582}), (, {'error': 0.021403190545330908}), (, {'error': 0.015535415011358467}), (, {'error': 0.2618330649321745}), (, {'error': 0.9967773746764865}), (, {'error': 0.0724628728805663}), (, {'error': 0.12594173096906602}), (, {'error': 0.09249907145658867}), (, {'error': 0.16081094671579033}), (, {'error': 154.72272486668408}), (, {'error': 0.04098963276212797}), (, {'error': 0.19673924389982744}), (, {'error': 0.12201727790695327}), (, {'error': 71.9971346769612}), (, {'error': 0.28778988062518707})]) +Toy 4/10 +Time taken: 5 h, 29 min +Projected time left: 8 h, 14 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.253E+05 | Ncalls=276 (276 total) | +| EDM = 6.34E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -725273.9493029583 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 1.18 | 0.17 | | |0.126447 | 2.35355 | | +| 1 | rho_s | 1.67 | 0.31 | | |0.0253049| 2.0747 | | +| 2 | p3770_p | 3.67 | 0.11 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 0.09 | 0.55 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 16.7 | 1.9 | | | 14.8182 | 23.5818 | | +| 5 | p4415_p | -2.17 | 0.17 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -4.07 | 0.03 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -1.541 | 0.019 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | 0.29 | 0.33 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 5.0 | 1.3 | | | 4.19232 | 9.40768 | | +| 10| p4160_p | -2.09 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4040_s | 0.48 | 0.18 | | |0.00501244| 2.01499 | | +| 12| Ctt | -0.15 | 0.13 | | | -0.5 | 0.5 | | +| 13| p3770_s | 2.38 | 0.21 | | |0.918861 | 4.08114 | | +| 14| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 15| Dbar_s | -0.018 | 0.071 | | | -1.464 | 1.464 | | +| 16| rho_p | -0.27 | 0.22 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.14 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1364 | 12 | | | 1358.64 | 1433.36 | | +| 19| p4040_p | -2.5 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s rho_s p3770_p phi_p phi_s p4415_p psi2s_p jpsi_p omega_p omega_s p4160_p p4040_s Ctt p3770_s jpsi_s Dbar_s rho_p p4160_s psi2s_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.027 -0.141 0.001 0.010 -0.107 -0.185 0.034 -0.007 0.002 0.048 0.064 0.354 0.052 0.146 -0.171 -0.090 0.275 0.146 0.122 | +| rho_s | -0.027 1.000 -0.003 0.057 0.044 0.012 0.076 -0.046 0.034 -0.409 0.032 -0.015 -0.054 0.007 -0.171 -0.102 0.260 -0.012 -0.170 0.025 | +| p3770_p | -0.141 -0.003 1.000 -0.010 -0.006 0.081 -0.243 -0.040 -0.005 -0.002 0.200 -0.202 -0.410 -0.251 0.045 0.274 -0.009 -0.079 0.044 0.124 | +| phi_p | 0.001 0.057 -0.010 1.000 0.927 -0.007 -0.034 -0.067 0.079 -0.002 -0.013 0.003 0.008 -0.002 0.009 0.008 0.113 -0.001 0.009 -0.008 | +| phi_s | 0.010 0.044 -0.006 0.927 1.000 -0.009 -0.065 -0.034 0.082 0.020 -0.022 0.002 0.034 -0.011 0.062 0.048 0.129 0.001 0.062 -0.016 | +| p4415_p | -0.107 0.012 0.081 -0.007 -0.009 1.000 0.004 -0.099 -0.001 -0.001 0.294 -0.220 -0.176 -0.020 -0.064 -0.162 0.053 -0.123 -0.064 0.152 | +| psi2s_p | -0.185 0.076 -0.243 -0.034 -0.065 0.004 1.000 -0.325 0.012 -0.013 0.074 -0.034 -0.276 -0.071 -0.566 -0.390 0.254 -0.167 -0.566 -0.086 | +| jpsi_p | 0.034 -0.046 -0.040 -0.067 -0.034 -0.099 -0.325 1.000 -0.036 -0.023 -0.194 0.063 0.340 -0.055 0.538 0.450 -0.294 -0.058 0.538 -0.229 | +| omega_p | -0.007 0.034 -0.005 0.079 0.082 -0.001 0.012 -0.036 1.000 0.618 0.002 0.000 -0.014 0.005 -0.036 -0.024 -0.053 -0.004 -0.036 0.002 | +| omega_s | 0.002 -0.409 -0.002 -0.002 0.020 -0.001 -0.013 -0.023 0.618 1.000 -0.003 0.001 0.000 0.001 0.014 0.006 0.023 0.001 0.014 -0.001 | +| p4160_p | 0.048 0.032 0.200 -0.013 -0.022 0.294 0.074 -0.194 0.002 -0.003 1.000 -0.479 -0.468 -0.087 -0.199 -0.090 0.125 -0.072 -0.199 0.162 | +| p4040_s | 0.064 -0.015 -0.202 0.003 0.002 -0.220 -0.034 0.063 0.000 0.001 -0.479 1.000 0.455 0.200 0.028 -0.203 -0.050 -0.131 0.028 -0.277 | +| Ctt | 0.354 -0.054 -0.410 0.008 0.034 -0.176 -0.276 0.340 -0.014 0.000 -0.468 0.455 1.000 0.061 0.466 -0.075 -0.254 0.213 0.466 -0.268 | +| p3770_s | 0.052 0.007 -0.251 -0.002 -0.011 -0.020 -0.071 -0.055 0.005 0.001 -0.087 0.200 0.061 1.000 -0.145 -0.278 0.054 0.050 -0.147 -0.070 | +| jpsi_s | 0.146 -0.171 0.045 0.009 0.062 -0.064 -0.566 0.538 -0.036 0.014 -0.199 0.028 0.466 -0.145 1.000 0.733 -0.525 0.022 0.997 -0.192 | +| Dbar_s | -0.171 -0.102 0.274 0.008 0.048 -0.162 -0.390 0.450 -0.024 0.006 -0.090 -0.203 -0.075 -0.278 0.733 1.000 -0.363 -0.289 0.731 -0.267 | +| rho_p | -0.090 0.260 -0.009 0.113 0.129 0.053 0.254 -0.294 -0.053 0.023 0.125 -0.050 -0.254 0.054 -0.525 -0.363 1.000 -0.023 -0.523 0.109 | +| p4160_s | 0.275 -0.012 -0.079 -0.001 0.001 -0.123 -0.167 -0.058 -0.004 0.001 -0.072 -0.131 0.213 0.050 0.022 -0.289 -0.023 1.000 0.022 0.455 | +| psi2s_s | 0.146 -0.170 0.044 0.009 0.062 -0.064 -0.566 0.538 -0.036 0.014 -0.199 0.028 0.466 -0.147 0.997 0.731 -0.523 0.022 1.000 -0.192 | +| p4040_p | 0.122 0.025 0.124 -0.008 -0.016 0.152 -0.086 -0.229 0.002 -0.001 0.162 -0.277 -0.268 -0.070 -0.192 -0.267 0.109 0.455 -0.192 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.17422602573100643}), (, {'error': 0.30788062455920995}), (, {'error': 0.11204482668123905}), (, {'error': 0.5458985019531455}), (, {'error': 1.9442508683442181}), (, {'error': 0.16967976519949213}), (, {'error': 0.034396033838972606}), (, {'error': 0.019239253856154992}), (, {'error': 0.33041872834171526}), (, {'error': 1.2855810547040925}), (, {'error': 0.09818529819073074}), (, {'error': 0.17640662636451823}), (, {'error': 0.1334113109439548}), (, {'error': 0.20739866688359965}), (, {'error': 149.46122426622424}), (, {'error': 0.07127567448356331}), (, {'error': 0.2226604891614743}), (, {'error': 0.1622428057887001}), (, {'error': 12.182717327819773}), (, {'error': 0.3930482529751149})]) +Toy 5/10 +Time taken: 6 h, 7 min +Projected time left: 6 h, 7 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.253E+05 | Ncalls=1196 (1196 total) | +| EDM = 7.09E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -725273.484889333 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 1.23 | 0.18 | | |0.126447 | 2.35355 | | +| 1 | rho_s | 1.7 | 0.3 | | |0.0253049| 2.0747 | | +| 2 | p3770_p | 3.30 | 0.12 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6.28 | 0.20 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 15.9 | 0.9 | | | 14.8182 | 23.5818 | | +| 5 | p4415_p | 3.97 | 0.17 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -4.478 | 0.031 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -4.620 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | 1.33 | 0.20 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 9.4 | 1.2 | | | 4.19232 | 9.40768 | | +| 10| p4160_p | 3.98 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4040_s | 0.50 | 0.19 | | |0.00501244| 2.01499 | | +| 12| Ctt | -0.11 | 0.13 | | | -0.5 | 0.5 | | +| 13| p3770_s | 2.42 | 0.21 | | |0.918861 | 4.08114 | | +| 14| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 15| Dbar_s | -0.03 | 0.08 | | | -1.464 | 1.464 | | +| 16| rho_p | -0.14 | 0.25 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.19 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1364 | 12 | | | 1358.64 | 1433.36 | | +| 19| p4040_p | 3.6 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s rho_s p3770_p phi_p phi_s p4415_p psi2s_p jpsi_p omega_p omega_s p4160_p p4040_s Ctt p3770_s jpsi_s Dbar_s rho_p p4160_s psi2s_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.016 -0.178 0.003 0.006 -0.131 -0.099 -0.148 -0.016 -0.002 0.024 0.119 0.378 0.070 0.050 -0.287 -0.044 0.306 0.050 0.126 | +| rho_s | -0.016 1.000 -0.026 -0.015 0.015 0.011 0.045 0.020 0.671 -0.096 0.018 0.003 -0.039 0.016 -0.177 -0.102 0.292 0.000 -0.177 0.023 | +| p3770_p | -0.178 -0.026 1.000 0.007 0.027 0.077 -0.394 -0.113 -0.033 -0.006 0.220 -0.255 -0.408 -0.290 0.204 0.437 -0.084 -0.141 0.203 0.095 | +| phi_p | 0.003 -0.015 0.007 1.000 -0.447 0.001 -0.002 0.012 -0.028 -0.006 0.001 -0.002 0.005 -0.003 0.026 0.015 -0.052 0.001 0.026 -0.001 | +| phi_s | 0.006 0.015 0.027 -0.447 1.000 -0.004 -0.056 -0.075 0.019 -0.017 -0.007 -0.019 0.035 -0.029 0.113 0.088 0.110 -0.009 0.113 -0.016 | +| p4415_p | -0.131 0.011 0.077 0.001 -0.004 1.000 -0.074 -0.005 0.008 0.002 0.292 -0.216 -0.199 -0.020 -0.055 -0.101 0.049 -0.139 -0.055 0.147 | +| psi2s_p | -0.099 0.045 -0.394 -0.002 -0.056 -0.074 1.000 0.232 0.051 0.017 -0.116 0.076 0.059 -0.120 -0.368 -0.283 0.138 -0.142 -0.367 -0.240 | +| jpsi_p | -0.148 0.020 -0.113 0.012 -0.075 -0.005 0.232 1.000 0.031 0.025 0.017 0.015 -0.223 0.085 -0.381 -0.215 0.093 -0.113 -0.379 -0.067 | +| omega_p | -0.016 0.671 -0.033 -0.028 0.019 0.008 0.051 0.031 1.000 -0.430 0.013 0.011 -0.046 0.026 -0.175 -0.112 0.286 0.002 -0.174 0.021 | +| omega_s | -0.002 -0.096 -0.006 -0.006 -0.017 0.002 0.017 0.025 -0.430 1.000 0.004 0.004 -0.010 0.007 -0.034 -0.024 -0.026 0.002 -0.034 0.006 | +| p4160_p | 0.024 0.018 0.220 0.001 -0.007 0.292 -0.116 0.017 0.013 0.004 1.000 -0.511 -0.486 -0.108 -0.086 0.083 0.069 -0.104 -0.086 0.160 | +| p4040_s | 0.119 0.003 -0.255 -0.002 -0.019 -0.216 0.076 0.015 0.011 0.004 -0.511 1.000 0.487 0.220 -0.111 -0.384 0.017 -0.036 -0.111 -0.240 | +| Ctt | 0.378 -0.039 -0.408 0.005 0.035 -0.199 0.059 -0.223 -0.046 -0.010 -0.486 0.487 1.000 0.062 0.298 -0.299 -0.172 0.252 0.298 -0.259 | +| p3770_s | 0.070 0.016 -0.290 -0.003 -0.029 -0.020 -0.120 0.085 0.026 0.007 -0.108 0.220 0.062 1.000 -0.202 -0.308 0.080 0.080 -0.203 -0.063 | +| jpsi_s | 0.050 -0.177 0.204 0.026 0.113 -0.055 -0.368 -0.381 -0.175 -0.034 -0.086 -0.111 0.298 -0.202 1.000 0.721 -0.510 -0.072 0.996 -0.164 | +| Dbar_s | -0.287 -0.102 0.437 0.015 0.088 -0.101 -0.283 -0.215 -0.112 -0.024 0.083 -0.384 -0.299 -0.308 0.721 1.000 -0.340 -0.385 0.719 -0.191 | +| rho_p | -0.044 0.292 -0.084 -0.052 0.110 0.049 0.138 0.093 0.286 -0.026 0.069 0.017 -0.172 0.080 -0.510 -0.340 1.000 0.020 -0.509 0.093 | +| p4160_s | 0.306 0.000 -0.141 0.001 -0.009 -0.139 -0.142 -0.113 0.002 0.002 -0.104 -0.036 0.252 0.080 -0.072 -0.385 0.020 1.000 -0.072 0.445 | +| psi2s_s | 0.050 -0.177 0.203 0.026 0.113 -0.055 -0.367 -0.379 -0.174 -0.034 -0.086 -0.111 0.298 -0.203 0.996 0.719 -0.509 -0.072 1.000 -0.164 | +| p4040_p | 0.126 0.023 0.095 -0.001 -0.016 0.147 -0.240 -0.067 0.021 0.006 0.160 -0.240 -0.259 -0.063 -0.164 -0.191 0.093 0.445 -0.164 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.18035091585196483}), (, {'error': 0.3210243203361841}), (, {'error': 0.11677930250227053}), (, {'error': 0.19514819582881682}), (, {'error': 0.8597619711745477}), (, {'error': 0.168018970732974}), (, {'error': 0.031093932571097493}), (, {'error': 0.01739834382589489}), (, {'error': 0.20289381427384345}), (, {'error': 1.1677476305151728}), (, {'error': 0.09961753316654853}), (, {'error': 0.1890644370247418}), (, {'error': 0.13201711017227447}), (, {'error': 0.21412686806021153}), (, {'error': 150.03086916839584}), (, {'error': 0.08113825094191707}), (, {'error': 0.24655587813415814}), (, {'error': 0.16911872163754693}), (, {'error': 12.048260383553043}), (, {'error': 0.37432955634678056})]) +Toy 6/10 +Time taken: 7 h, 26 min +Projected time left: 4 h, 57 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.253E+05 | Ncalls=1200 (1200 total) | +| EDM = 0.00803 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -725273.2275221809 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 1.22 | 0.17 | | |0.126447 | 2.35355 | | +| 1 | rho_s | 1.74 | 0.30 | | |0.0253049| 2.0747 | | +| 2 | p3770_p | 3.29 | 0.11 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 15.9 | 0.8 | | | 14.8182 | 23.5818 | | +| 5 | p4415_p | 3.97 | 0.16 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | 1.809 | 0.031 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 1.665 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | 1.37 | 0.19 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 9.4 | 1.0 | | | 4.19232 | 9.40768 | | +| 10| p4160_p | -2.30 | 0.09 | | |-6.28319 | 6.28319 | | +| 11| p4040_s | 0.51 | 0.18 | | |0.00501244| 2.01499 | | +| 12| Ctt | -0.13 | 0.12 | | | -0.5 | 0.5 | | +| 13| p3770_s | 2.44 | 0.21 | | |0.918861 | 4.08114 | | +| 14| jpsi_s | 0.991E4 | 0.008E4 | | | 9797.52 | 9996.48 | | +| 15| Dbar_s | -0.05 | 0.07 | | | -1.464 | 1.464 | | +| 16| rho_p | -6.28 | 0.18 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.19 | 0.16 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1360 | 50 | | | 1358.64 | 1433.36 | | +| 19| p4040_p | 3.6 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s rho_s p3770_p phi_p phi_s p4415_p psi2s_p jpsi_p omega_p omega_s p4160_p p4040_s Ctt p3770_s jpsi_s Dbar_s rho_p p4160_s psi2s_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.018 -0.123 0.002 0.023 -0.116 -0.127 -0.157 -0.014 -0.007 0.061 0.065 0.331 0.034 0.104 -0.200 -0.041 0.255 0.104 0.109 | +| rho_s | -0.018 1.000 -0.016 -0.006 -0.006 0.003 0.040 0.022 0.626 -0.062 0.013 0.001 -0.039 0.009 -0.137 -0.079 0.153 -0.007 -0.136 0.013 | +| p3770_p | -0.123 -0.016 1.000 0.004 0.032 0.070 -0.372 -0.113 -0.018 -0.009 0.177 -0.185 -0.328 -0.256 0.164 0.361 -0.043 -0.087 0.163 0.099 | +| phi_p | 0.002 -0.006 0.004 1.000 -0.409 0.002 0.001 0.012 -0.019 -0.007 0.003 -0.001 0.001 -0.001 0.011 0.006 -0.022 0.002 0.011 0.002 | +| phi_s | 0.023 -0.006 0.032 -0.409 1.000 -0.004 -0.084 -0.096 -0.006 -0.018 -0.018 -0.019 0.083 -0.038 0.192 0.143 0.041 -0.001 0.191 -0.023 | +| p4415_p | -0.116 0.003 0.070 0.002 -0.004 1.000 -0.076 -0.018 -0.002 0.002 0.275 -0.208 -0.175 -0.025 -0.018 -0.095 0.017 -0.141 -0.018 0.139 | +| psi2s_p | -0.127 0.040 -0.372 0.001 -0.084 -0.076 1.000 0.251 0.035 0.028 -0.090 0.044 -0.021 -0.116 -0.404 -0.304 0.097 -0.158 -0.403 -0.217 | +| jpsi_p | -0.157 0.022 -0.113 0.012 -0.096 -0.018 0.251 1.000 0.025 0.034 0.018 0.017 -0.268 0.091 -0.428 -0.269 0.074 -0.117 -0.426 -0.060 | +| omega_p | -0.014 0.626 -0.018 -0.019 -0.006 -0.002 0.035 0.025 1.000 -0.398 0.003 0.008 -0.032 0.014 -0.099 -0.064 0.111 -0.005 -0.099 0.004 | +| omega_s | -0.007 -0.062 -0.009 -0.007 -0.018 0.002 0.028 0.034 -0.398 1.000 0.008 0.005 -0.026 0.011 -0.065 -0.046 0.002 0.000 -0.065 0.009 | +| p4160_p | 0.061 0.013 0.177 0.003 -0.018 0.275 -0.090 0.018 0.003 0.008 1.000 -0.478 -0.445 -0.091 -0.090 0.035 0.041 -0.084 -0.090 0.161 | +| p4040_s | 0.065 0.001 -0.185 -0.001 -0.019 -0.208 0.044 0.017 0.008 0.005 -0.478 1.000 0.405 0.188 -0.095 -0.332 0.009 -0.087 -0.096 -0.253 | +| Ctt | 0.331 -0.039 -0.328 0.001 0.083 -0.175 -0.021 -0.268 -0.032 -0.026 -0.445 0.405 1.000 0.004 0.408 -0.150 -0.136 0.200 0.408 -0.281 | +| p3770_s | 0.034 0.009 -0.256 -0.001 -0.038 -0.025 -0.116 0.091 0.014 0.011 -0.091 0.188 0.004 1.000 -0.185 -0.276 0.046 0.043 -0.187 -0.081 | +| jpsi_s | 0.104 -0.137 0.164 0.011 0.192 -0.018 -0.404 -0.428 -0.099 -0.065 -0.090 -0.095 0.408 -0.185 1.000 0.734 -0.309 -0.013 0.997 -0.129 | +| Dbar_s | -0.200 -0.079 0.361 0.006 0.143 -0.095 -0.304 -0.269 -0.064 -0.046 0.035 -0.332 -0.150 -0.276 0.734 1.000 -0.214 -0.302 0.732 -0.160 | +| rho_p | -0.041 0.153 -0.043 -0.022 0.041 0.017 0.097 0.074 0.111 0.002 0.041 0.009 -0.136 0.046 -0.309 -0.214 1.000 -0.004 -0.308 0.046 | +| p4160_s | 0.255 -0.007 -0.087 0.002 -0.001 -0.141 -0.158 -0.117 -0.005 0.000 -0.084 -0.087 0.200 0.043 -0.013 -0.302 -0.004 1.000 -0.013 0.426 | +| psi2s_s | 0.104 -0.136 0.163 0.011 0.191 -0.018 -0.403 -0.426 -0.099 -0.065 -0.090 -0.096 0.408 -0.187 0.997 0.732 -0.308 -0.013 1.000 -0.129 | +| p4040_p | 0.109 0.013 0.099 0.002 -0.023 0.139 -0.217 -0.060 0.004 0.009 0.161 -0.253 -0.281 -0.081 -0.129 -0.160 0.046 0.426 -0.129 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1716168747241562}), (, {'error': 0.29989050878516743}), (, {'error': 0.10811306897997586}), (, {'error': 0.1742174533501144}), (, {'error': 0.8298478262899405}), (, {'error': 0.16309201952182484}), (, {'error': 0.03070257429510015}), (, {'error': 0.01740058288761359}), (, {'error': 0.18666966422534692}), (, {'error': 1.0469940919723912}), (, {'error': 0.09478596201583023}), (, {'error': 0.17676710978652876}), (, {'error': 0.12033601502108515}), (, {'error': 0.20614054296824946}), (, {'error': 80.48672339825225}), (, {'error': 0.07163277919817856}), (, {'error': 0.18267714781250577}), (, {'error': 0.15819148204836364}), (, {'error': 53.59194973858223}), (, {'error': 0.3524338258500226})]) +Toy 7/10 +Time taken: 8 h, 44 min +Projected time left: 3 h, 44 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.253E+05 | Ncalls=663 (663 total) | +| EDM = 0.000244 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -725273.4965922348 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 1.21 | 0.13 | | |0.126447 | 2.35355 | | +| 1 | rho_s | 1.53 | 0.24 | | |0.0253049| 2.0747 | | +| 2 | p3770_p | 4.45 | 0.09 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6 | 11 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17 | 6 | | | 14.8182 | 23.5818 | | +| 5 | p4415_p | -2.03 | 0.13 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | 4.259 | 0.019 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 4.551 | 0.015 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | 6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 5.1 | 0.8 | | | 4.19232 | 9.40768 | | +| 10| p4160_p | 4.37 | 0.07 | | |-6.28319 | 6.28319 | | +| 11| p4040_s | 0.47 | 0.12 | | |0.00501244| 2.01499 | | +| 12| Ctt | -0.13 | 0.06 | | | -0.5 | 0.5 | | +| 13| p3770_s | 2.21 | 0.15 | | |0.918861 | 4.08114 | | +| 14| jpsi_s | 0.994E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 15| Dbar_s | -0.029 | 0.025 | | | -1.464 | 1.464 | | +| 16| rho_p | -0.32 | 0.17 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.14 | 0.11 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1359 | 7 | | | 1358.64 | 1433.36 | | +| 19| p4040_p | -2.24 | 0.27 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s rho_s p3770_p phi_p phi_s p4415_p psi2s_p jpsi_p omega_p omega_s p4160_p p4040_s Ctt p3770_s jpsi_s Dbar_s rho_p p4160_s psi2s_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.006 -0.007 -0.029 -0.029 -0.102 -0.075 -0.015 0.004 0.012 0.131 -0.027 0.131 0.008 0.046 -0.163 -0.017 0.092 0.040 0.089 | +| rho_s | -0.006 1.000 -0.004 0.235 0.235 -0.002 -0.048 -0.086 -0.038 -0.420 -0.008 -0.013 0.021 -0.011 -0.044 0.030 0.224 -0.007 -0.041 -0.007 | +| p3770_p | -0.007 -0.004 1.000 -0.045 -0.044 0.041 0.195 0.004 0.006 0.018 0.066 0.032 -0.242 -0.082 -0.001 0.082 -0.000 0.037 -0.019 0.088 | +| phi_p | -0.029 0.235 -0.045 1.000 0.998 -0.037 -0.249 -0.476 -0.131 -0.412 -0.057 -0.022 -0.034 -0.016 -0.068 0.022 0.248 -0.031 -0.063 -0.046 | +| phi_s | -0.029 0.235 -0.044 0.998 1.000 -0.036 -0.248 -0.475 -0.131 -0.409 -0.057 -0.022 -0.033 -0.016 -0.067 0.023 0.255 -0.031 -0.062 -0.045 | +| p4415_p | -0.102 -0.002 0.041 -0.037 -0.036 1.000 0.061 0.010 0.005 0.015 0.138 -0.125 -0.111 -0.014 0.041 -0.194 0.005 -0.146 0.037 0.059 | +| psi2s_p | -0.075 -0.048 0.195 -0.249 -0.248 0.061 1.000 0.094 0.033 0.098 0.110 -0.122 -0.242 -0.040 0.037 0.248 -0.064 -0.049 0.020 0.054 | +| jpsi_p | -0.015 -0.086 0.004 -0.476 -0.475 0.010 0.094 1.000 0.063 0.185 0.005 -0.016 0.138 -0.030 0.078 0.081 -0.130 -0.021 0.071 -0.030 | +| omega_p | 0.004 -0.038 0.006 -0.131 -0.131 0.005 0.033 0.063 1.000 -0.066 0.008 0.003 0.004 0.003 0.010 -0.004 0.012 0.005 0.010 0.006 | +| omega_s | 0.012 -0.420 0.018 -0.412 -0.409 0.015 0.098 0.185 -0.066 1.000 0.023 0.009 0.010 0.007 0.036 -0.011 0.014 0.013 0.033 0.019 | +| p4160_p | 0.131 -0.008 0.066 -0.057 -0.057 0.138 0.110 0.005 0.008 0.023 1.000 -0.267 -0.235 -0.035 0.010 -0.099 0.000 -0.045 0.008 0.012 | +| p4040_s | -0.027 -0.013 0.032 -0.022 -0.022 -0.125 -0.122 -0.016 0.003 0.009 -0.267 1.000 0.182 0.085 0.013 -0.138 -0.028 -0.168 0.014 -0.110 | +| Ctt | 0.131 0.021 -0.242 -0.034 -0.033 -0.111 -0.242 0.138 0.004 0.010 -0.235 0.182 1.000 -0.037 0.125 -0.370 -0.014 0.060 0.101 -0.193 | +| p3770_s | 0.008 -0.011 -0.082 -0.016 -0.016 -0.014 -0.040 -0.030 0.003 0.007 -0.035 0.085 -0.037 1.000 0.006 -0.129 -0.016 0.005 0.007 -0.072 | +| jpsi_s | 0.046 -0.044 -0.001 -0.068 -0.067 0.041 0.037 0.078 0.010 0.036 0.010 0.013 0.125 0.006 1.000 0.169 -0.099 0.045 0.886 0.016 | +| Dbar_s | -0.163 0.030 0.082 0.022 0.023 -0.194 0.248 0.081 -0.004 -0.011 -0.099 -0.138 -0.370 -0.129 0.169 1.000 0.013 -0.222 0.147 -0.158 | +| rho_p | -0.017 0.224 -0.000 0.248 0.255 0.005 -0.064 -0.130 0.012 0.014 0.000 -0.028 -0.014 -0.016 -0.099 0.013 1.000 -0.016 -0.091 -0.002 | +| p4160_s | 0.092 -0.007 0.037 -0.031 -0.031 -0.146 -0.049 -0.021 0.005 0.013 -0.045 -0.168 0.060 0.005 0.045 -0.222 -0.016 1.000 0.040 0.309 | +| psi2s_s | 0.040 -0.041 -0.019 -0.063 -0.062 0.037 0.020 0.071 0.010 0.033 0.008 0.014 0.101 0.007 0.886 0.147 -0.091 0.040 1.000 0.011 | +| p4040_p | 0.089 -0.007 0.088 -0.046 -0.045 0.059 0.054 -0.030 0.006 0.019 0.012 -0.110 -0.193 -0.072 0.016 -0.158 -0.002 0.309 0.011 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.13081155977559877}), (, {'error': 0.2360431345972106}), (, {'error': 0.08575572074422855}), (, {'error': 11.456696739689132}), (, {'error': 6.197056182298991}), (, {'error': 0.1261019574710387}), (, {'error': 0.019356132746201737}), (, {'error': 0.01470035970105421}), (, {'error': 0.10086326938089485}), (, {'error': 0.7796210045871081}), (, {'error': 0.067510042566572}), (, {'error': 0.11620754217638637}), (, {'error': 0.06467870950030932}), (, {'error': 0.15263137266546978}), (, {'error': 14.365315079618995}), (, {'error': 0.025354824791176345}), (, {'error': 0.16663873806910123}), (, {'error': 0.1103452795979829}), (, {'error': 6.7451857426229935}), (, {'error': 0.2716208314838009})]) +Toy 8/10 +Time taken: 9 h, 37 min +Projected time left: 2 h, 24 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.253E+05 | Ncalls=1194 (1194 total) | +| EDM = 0.00106 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -725273.4844785408 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 1.23 | 0.18 | | |0.126447 | 2.35355 | | +| 1 | rho_s | 1.7 | 0.3 | | |0.0253049| 2.0747 | | +| 2 | p3770_p | 3.29 | 0.12 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | 6.28 | 0.19 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 15.9 | 0.9 | | | 14.8182 | 23.5818 | | +| 5 | p4415_p | -2.32 | 0.17 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -4.477 | 0.031 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | -4.620 | 0.018 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -4.95 | 0.20 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 9.4 | 1.2 | | | 4.19232 | 9.40768 | | +| 10| p4160_p | -2.30 | 0.10 | | |-6.28319 | 6.28319 | | +| 11| p4040_s | 0.50 | 0.19 | | |0.00501244| 2.01499 | | +| 12| Ctt | -0.11 | 0.13 | | | -0.5 | 0.5 | | +| 13| p3770_s | 2.42 | 0.21 | | |0.918861 | 4.08114 | | +| 14| jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 15| Dbar_s | -0.03 | 0.08 | | | -1.464 | 1.464 | | +| 16| rho_p | 6.14 | 0.22 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.19 | 0.17 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1363 | 12 | | | 1358.64 | 1433.36 | | +| 19| p4040_p | 3.6 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s rho_s p3770_p phi_p phi_s p4415_p psi2s_p jpsi_p omega_p omega_s p4160_p p4040_s Ctt p3770_s jpsi_s Dbar_s rho_p p4160_s psi2s_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.013 -0.174 0.002 0.010 -0.134 -0.100 -0.148 -0.013 -0.002 0.026 0.115 0.373 0.068 0.051 -0.281 -0.036 0.303 0.050 0.124 | +| rho_s | -0.013 1.000 -0.019 -0.010 -0.002 0.006 0.036 0.017 0.672 -0.108 0.011 0.003 -0.025 0.010 -0.137 -0.076 0.244 -0.002 -0.136 0.014 | +| p3770_p | -0.174 -0.019 1.000 0.005 0.034 0.080 -0.395 -0.118 -0.028 -0.007 0.219 -0.253 -0.403 -0.289 0.204 0.433 -0.069 -0.138 0.203 0.097 | +| phi_p | 0.002 -0.010 0.005 1.000 -0.440 0.002 0.001 0.013 -0.023 -0.006 0.002 -0.002 0.001 -0.002 0.016 0.009 -0.039 0.001 0.016 0.001 | +| phi_s | 0.010 -0.002 0.034 -0.440 1.000 -0.007 -0.071 -0.087 0.003 -0.016 -0.013 -0.022 0.052 -0.037 0.160 0.119 0.069 -0.010 0.159 -0.024 | +| p4415_p | -0.134 0.006 0.080 0.002 -0.007 1.000 -0.077 -0.005 0.004 0.003 0.297 -0.221 -0.203 -0.022 -0.049 -0.098 0.038 -0.143 -0.049 0.148 | +| psi2s_p | -0.100 0.036 -0.395 0.001 -0.071 -0.077 1.000 0.242 0.044 0.019 -0.116 0.078 0.052 -0.115 -0.379 -0.292 0.119 -0.141 -0.379 -0.237 | +| jpsi_p | -0.148 0.017 -0.118 0.013 -0.087 -0.005 0.242 1.000 0.029 0.027 0.018 0.019 -0.231 0.090 -0.405 -0.234 0.088 -0.110 -0.403 -0.063 | +| omega_p | -0.013 0.672 -0.028 -0.023 0.003 0.004 0.044 0.029 1.000 -0.439 0.007 0.011 -0.034 0.021 -0.139 -0.088 0.247 0.001 -0.138 0.013 | +| omega_s | -0.002 -0.108 -0.007 -0.006 -0.016 0.003 0.019 0.027 -0.439 1.000 0.005 0.004 -0.013 0.008 -0.041 -0.029 -0.025 0.003 -0.041 0.007 | +| p4160_p | 0.026 0.011 0.219 0.002 -0.013 0.297 -0.116 0.018 0.007 0.005 1.000 -0.512 -0.486 -0.108 -0.082 0.082 0.055 -0.104 -0.082 0.162 | +| p4040_s | 0.115 0.003 -0.253 -0.002 -0.022 -0.221 0.078 0.019 0.011 0.004 -0.512 1.000 0.481 0.220 -0.116 -0.383 0.016 -0.037 -0.117 -0.242 | +| Ctt | 0.373 -0.025 -0.403 0.001 0.052 -0.203 0.052 -0.231 -0.034 -0.013 -0.486 0.481 1.000 0.057 0.302 -0.287 -0.143 0.248 0.302 -0.262 | +| p3770_s | 0.068 0.010 -0.289 -0.002 -0.037 -0.022 -0.115 0.090 0.021 0.008 -0.108 0.220 0.057 1.000 -0.205 -0.309 0.067 0.078 -0.206 -0.065 | +| jpsi_s | 0.051 -0.137 0.204 0.016 0.160 -0.049 -0.379 -0.405 -0.139 -0.041 -0.082 -0.116 0.302 -0.205 1.000 0.724 -0.421 -0.070 0.996 -0.160 | +| Dbar_s | -0.281 -0.076 0.433 0.009 0.119 -0.098 -0.292 -0.234 -0.088 -0.029 0.082 -0.383 -0.287 -0.309 0.724 1.000 -0.282 -0.379 0.722 -0.188 | +| rho_p | -0.036 0.244 -0.069 -0.039 0.069 0.038 0.119 0.088 0.247 -0.025 0.055 0.016 -0.143 0.067 -0.421 -0.282 1.000 0.016 -0.419 0.075 | +| p4160_s | 0.303 -0.002 -0.138 0.001 -0.010 -0.143 -0.141 -0.110 0.001 0.003 -0.104 -0.037 0.248 0.078 -0.070 -0.379 0.016 1.000 -0.070 0.442 | +| psi2s_s | 0.050 -0.136 0.203 0.016 0.159 -0.049 -0.379 -0.403 -0.138 -0.041 -0.082 -0.117 0.302 -0.206 0.996 0.722 -0.419 -0.070 1.000 -0.160 | +| p4040_p | 0.124 0.014 0.097 0.001 -0.024 0.148 -0.237 -0.063 0.013 0.007 0.162 -0.242 -0.262 -0.065 -0.160 -0.188 0.075 0.442 -0.160 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1797000505477402}), (, {'error': 0.31984969154803367}), (, {'error': 0.11627174134233353}), (, {'error': 0.19319087541016522}), (, {'error': 0.8553170611126548}), (, {'error': 0.16902218351964038}), (, {'error': 0.03117847304944288}), (, {'error': 0.017518780125631572}), (, {'error': 0.2028314703859544}), (, {'error': 1.1735852127407709}), (, {'error': 0.09979659492583437}), (, {'error': 0.18872373806232282}), (, {'error': 0.13115551834300568}), (, {'error': 0.21380529126695125}), (, {'error': 149.55858124594488}), (, {'error': 0.08065110582743373}), (, {'error': 0.22246472091548064}), (, {'error': 0.16839713558779534}), (, {'error': 12.002825860571875}), (, {'error': 0.37290519759826246})]) +Toy 9/10 +Time taken: 10 h, 55 min +Projected time left: 1 h, 12 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.253E+05 | Ncalls=1124 (1124 total) | +| EDM = 3.03E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -725273.9568829405 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_s | 1.21 | 0.17 | | |0.126447 | 2.35355 | | +| 1 | rho_s | 1.56 | 0.29 | | |0.0253049| 2.0747 | | +| 2 | p3770_p | -2.19 | 0.11 | | |-6.28319 | 6.28319 | | +| 3 | phi_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 4 | phi_s | 17 | 5 | | | 14.8182 | 23.5818 | | +| 5 | p4415_p | -2.19 | 0.16 | | |-6.28319 | 6.28319 | | +| 6 | psi2s_p | -2.436 | 0.026 | | |-6.28319 | 6.28319 | | +| 7 | jpsi_p | 1.471 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | omega_p | -5.8 | 0.4 | | |-6.28319 | 6.28319 | | +| 9 | omega_s | 5.7 | 1.4 | | | 4.19232 | 9.40768 | | +| 10| p4160_p | -2.12 | 0.09 | | |-6.28319 | 6.28319 | | +| 11| p4040_s | 0.48 | 0.16 | | |0.00501244| 2.01499 | | +| 12| Ctt | -0.13 | 0.12 | | | -0.5 | 0.5 | | +| 13| p3770_s | 2.23 | 0.18 | | |0.918861 | 4.08114 | | +| 14| jpsi_s | 0.995E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 15| Dbar_s | -0.027 | 0.046 | | | -1.464 | 1.464 | | +| 16| rho_p | -0.19 | 0.20 | | |-6.28319 | 6.28319 | | +| 17| p4160_s | 2.16 | 0.15 | | | 0.71676 | 3.68324 | | +| 18| psi2s_s | 1360 | 50 | | | 1358.64 | 1433.36 | | +| 19| p4040_p | 3.8 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_s rho_s p3770_p phi_p phi_s p4415_p psi2s_p jpsi_p omega_p omega_s p4160_p p4040_s Ctt p3770_s jpsi_s Dbar_s rho_p p4160_s psi2s_s p4040_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_s | 1.000 -0.003 -0.112 0.004 0.005 -0.129 -0.190 -0.107 -0.001 -0.001 0.083 0.046 0.297 0.041 0.054 -0.345 -0.023 0.228 0.050 0.117 | +| rho_s | -0.003 1.000 -0.005 0.202 0.200 -0.005 -0.022 -0.109 0.167 -0.250 -0.011 -0.008 0.024 -0.015 -0.019 0.023 0.231 -0.008 -0.019 -0.011 | +| p3770_p | -0.112 -0.005 1.000 -0.053 -0.053 0.093 0.311 -0.048 -0.024 -0.005 0.196 -0.131 -0.440 -0.153 0.015 0.310 0.007 -0.038 0.003 0.154 | +| phi_p | 0.004 0.202 -0.053 1.000 0.997 -0.034 -0.185 -0.357 0.378 0.029 -0.059 0.018 0.011 0.007 0.138 0.019 0.187 0.000 0.134 -0.031 | +| phi_s | 0.005 0.200 -0.053 0.997 1.000 -0.034 -0.184 -0.358 0.380 0.033 -0.059 0.017 0.012 0.007 0.141 0.020 0.198 0.000 0.137 -0.031 | +| p4415_p | -0.129 -0.005 0.093 -0.034 -0.034 1.000 0.044 -0.008 -0.016 -0.003 0.266 -0.207 -0.191 -0.018 -0.007 -0.126 0.017 -0.154 -0.006 0.123 | +| psi2s_p | -0.190 -0.022 0.311 -0.185 -0.184 0.044 1.000 0.022 -0.082 -0.021 0.149 -0.255 -0.260 -0.172 0.148 0.485 -0.051 -0.186 0.129 -0.016 | +| jpsi_p | -0.107 -0.109 -0.048 -0.357 -0.358 -0.008 0.022 1.000 -0.152 -0.030 0.000 -0.046 -0.066 -0.062 -0.163 -0.006 -0.147 -0.119 -0.157 -0.105 | +| omega_p | -0.001 0.167 -0.024 0.378 0.380 -0.016 -0.082 -0.152 1.000 0.708 -0.026 0.007 0.005 0.002 0.037 0.006 -0.024 -0.003 0.036 -0.016 | +| omega_s | -0.001 -0.250 -0.005 0.029 0.033 -0.003 -0.021 -0.030 0.708 1.000 -0.004 0.001 -0.005 0.002 0.004 -0.003 -0.025 -0.000 0.004 -0.002 | +| p4160_p | 0.083 -0.011 0.196 -0.059 -0.059 0.266 0.149 0.000 -0.026 -0.004 1.000 -0.453 -0.427 -0.073 -0.048 0.080 0.021 -0.069 -0.045 0.123 | +| p4040_s | 0.046 -0.008 -0.131 0.018 0.017 -0.207 -0.255 -0.046 0.007 0.001 -0.453 1.000 0.426 0.152 0.008 -0.306 -0.036 -0.126 0.008 -0.222 | +| Ctt | 0.297 0.024 -0.440 0.011 0.012 -0.191 -0.260 -0.066 0.005 -0.005 -0.427 0.426 1.000 0.048 0.158 -0.605 -0.037 0.189 0.143 -0.246 | +| p3770_s | 0.041 -0.015 -0.153 0.007 0.007 -0.018 -0.172 -0.062 0.002 0.002 -0.073 0.152 0.048 1.000 -0.035 -0.198 -0.016 0.032 -0.031 -0.082 | +| jpsi_s | 0.054 -0.019 0.015 0.138 0.141 -0.007 0.148 -0.163 0.037 0.004 -0.048 0.008 0.158 -0.035 1.000 0.267 -0.137 0.023 0.956 -0.040 | +| Dbar_s | -0.345 0.023 0.310 0.019 0.020 -0.126 0.485 -0.006 0.006 -0.003 0.080 -0.306 -0.605 -0.198 0.267 1.000 -0.004 -0.373 0.256 -0.133 | +| rho_p | -0.023 0.231 0.007 0.187 0.198 0.017 -0.051 -0.147 -0.024 -0.025 0.021 -0.036 -0.037 -0.016 -0.137 -0.004 1.000 -0.017 -0.133 0.010 | +| p4160_s | 0.228 -0.008 -0.038 0.000 0.000 -0.154 -0.186 -0.119 -0.003 -0.000 -0.069 -0.126 0.189 0.032 0.023 -0.373 -0.017 1.000 0.021 0.416 | +| psi2s_s | 0.050 -0.019 0.003 0.134 0.137 -0.006 0.129 -0.157 0.036 0.004 -0.045 0.008 0.143 -0.031 0.956 0.256 -0.133 0.021 1.000 -0.040 | +| p4040_p | 0.117 -0.011 0.154 -0.031 -0.031 0.123 -0.016 -0.105 -0.016 -0.002 0.123 -0.222 -0.246 -0.082 -0.040 -0.133 0.010 0.416 -0.040 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16517043529219477}), (, {'error': 0.29089456713964057}), (, {'error': 0.10993310696677105}), (, {'error': 7.727393139989699}), (, {'error': 5.294360219783159}), (, {'error': 0.16061681912863546}), (, {'error': 0.02609025537295384}), (, {'error': 0.01729875518732893}), (, {'error': 0.403583797314933}), (, {'error': 1.389557123733581}), (, {'error': 0.09155525739696602}), (, {'error': 0.16032903516007926}), (, {'error': 0.11853355972908713}), (, {'error': 0.18360682167524445}), (, {'error': 26.227960168552272}), (, {'error': 0.0456571853144081}), (, {'error': 0.2030948785003579}), (, {'error': 0.1491947369772897}), (, {'error': 49.21196696186803}), (, {'error': 0.3531175777607629})]) +Toy 10/10 +Time taken: 12 h, 8 min +Projected time left: +Mean Ctt value = -0.16312507754401867 +Mean Ctt error = 0.11933718120648548 +Simulation ended diff --git a/prelim_results/slurm-2213958.out b/prelim_results/slurm-2213958.out new file mode 100644 index 0000000..7223016 --- /dev/null +++ b/prelim_results/slurm-2213958.out @@ -0,0 +1,9475 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-08 01:15:22.328519: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-08 01:15:22.355379: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099870000 Hz +2019-07-08 01:15:22.355742: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55fc8eac57f0 executing computations on platform Host. Devices: +2019-07-08 01:15:22.355787: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-08 01:15:22.907009: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55fc8eb51890 executing computations on platform CUDA. Devices: +2019-07-08 01:15:22.907086: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-08 01:15:22.907568: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:11:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-08 01:15:22.907593: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-08 01:15:22.911403: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-08 01:15:22.911426: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-08 01:15:22.911435: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-08 01:15:22.911802: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:11:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711728.2796333 Edm = 3.70484 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711728.2796333 Edm = 3.70484 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715570.4372767 Edm = 0.0387626 NCalls = 10 +VariableMetric: Iteration # 2 - FCN = -715571.2466096 Edm = 0.0481148 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -715572.0916974 Edm = 0.784708 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -715642.1073933 Edm = 0.512204 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -715642.5146261 Edm = 0.149743 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -715646.0845784 Edm = 3.66255 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -715715.1270686 Edm = 71.795 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -715944.4642411 Edm = 21.2949 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -715963.4026455 Edm = 0.833285 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -715964.1077888 Edm = 0.175606 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -715964.6279764 Edm = 0.509437 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -716034.1070088 Edm = 0.833823 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -716035.0690853 Edm = 0.0215488 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -716035.105002 Edm = 0.00971031 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -716035.2317579 Edm = 0.0956101 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -716086.0237847 Edm = 16.6473 NCalls = 65 +VariableMetric: Iteration # 17 - FCN = -716120.3847422 Edm = 2.46534 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -716123.7963988 Edm = 0.149118 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -716123.9739817 Edm = 0.00311665 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -716123.9912527 Edm = 0.0135381 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -716142.719946 Edm = 7.68481 NCalls = 81 +VariableMetric: Iteration # 22 - FCN = -716215.3843413 Edm = 16.6111 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -716236.0525366 Edm = 0.308056 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -716236.4080253 Edm = 0.0198508 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -716236.4465473 Edm = 0.022728 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -716238.3597427 Edm = 2.03497 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -716239.2420428 Edm = 0.870578 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -716244.7039389 Edm = 5.14236 NCalls = 109 +VariableMetric: Iteration # 29 - FCN = -716383.5295448 Edm = 33.9871 NCalls = 114 +VariableMetric: Iteration # 30 - FCN = -716425.6872871 Edm = 11.7715 NCalls = 116 +VariableMetric: Iteration # 31 - FCN = -716436.3165223 Edm = 1.42605 NCalls = 118 +VariableMetric: Iteration # 32 - FCN = -716437.6648045 Edm = 0.238238 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -716438.1755759 Edm = 0.018955 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -716438.2035969 Edm = 0.00975134 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -716438.2640081 Edm = 0.0568958 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -716447.3762335 Edm = 1.62681 NCalls = 133 +VariableMetric: Iteration # 37 - FCN = -716623.4274379 Edm = 182.265 NCalls = 142 +VariableMetric: Iteration # 38 - FCN = -716625.1908871 Edm = 264.62 NCalls = 144 +VariableMetric: Iteration # 39 - FCN = -716855.4704805 Edm = 88.8841 NCalls = 149 +VariableMetric: Iteration # 40 - FCN = -717038.8505939 Edm = 103.48 NCalls = 152 +VariableMetric: Iteration # 41 - FCN = -717195.5361292 Edm = 40.8834 NCalls = 156 +VariableMetric: Iteration # 42 - FCN = -717231.4272744 Edm = 6.42697 NCalls = 157 +VariableMetric: Iteration # 43 - FCN = -717235.2284162 Edm = 5.60713 NCalls = 159 +VariableMetric: Iteration # 44 - FCN = -717240.1066675 Edm = 1.73509 NCalls = 161 +VariableMetric: Iteration # 45 - FCN = -717246.4996435 Edm = 4.04619 NCalls = 163 +VariableMetric: Iteration # 46 - FCN = -717256.4067952 Edm = 2.08311 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -717259.4715141 Edm = 0.22693 NCalls = 167 +VariableMetric: Iteration # 48 - FCN = -717259.7550066 Edm = 0.00886075 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -717259.7842676 Edm = 0.0171232 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -717260.4892651 Edm = 0.639114 NCalls = 175 +VariableMetric: Iteration # 51 - FCN = -717322.4526527 Edm = 32.8374 NCalls = 181 +VariableMetric: Iteration # 52 - FCN = -717366.9654872 Edm = 47.5536 NCalls = 183 +VariableMetric: Iteration # 53 - FCN = -717413.6462638 Edm = 17.1074 NCalls = 186 +VariableMetric: Iteration # 54 - FCN = -717432.0628944 Edm = 6.55617 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -717437.3263114 Edm = 0.145502 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -717437.4545947 Edm = 0.00673991 NCalls = 191 +VariableMetric: Iteration # 57 - FCN = -717437.4668757 Edm = 0.00521681 NCalls = 193 +VariableMetric: Iteration # 58 - FCN = -717437.6802656 Edm = 0.192098 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -717445.9481377 Edm = 3.8429 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -717450.6783065 Edm = 0.464808 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -717451.0496902 Edm = 0.00422849 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -717451.0547872 Edm = 0.00115793 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -717451.0669203 Edm = 0.0118079 NCalls = 210 +VariableMetric: Iteration # 64 - FCN = -717451.4376762 Edm = 0.32889 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -717460.9606871 Edm = 4.01308 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -717466.9790664 Edm = 0.532948 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -717467.2797862 Edm = 0.0748146 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -717467.3287194 Edm = 0.00612883 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -717467.3362018 Edm = 0.000737467 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -717467.3380067 Edm = 0.00050709 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -717467.3429119 Edm = 0.00384754 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -717468.1115578 Edm = 0.661948 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -717472.7395612 Edm = 0.411831 NCalls = 244 +VariableMetric: Iteration # 74 - FCN = -717473.132554 Edm = 0.0119627 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -717473.1430319 Edm = 9.95652e-05 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -717473.1432388 Edm = 0.000110568 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -717473.1892613 Edm = 0.0574981 NCalls = 258 +VariableMetric: Iteration # 78 - FCN = -717474.7484712 Edm = 0.943842 NCalls = 262 +VariableMetric: Iteration # 79 - FCN = -717476.5287441 Edm = 0.356829 NCalls = 265 +VariableMetric: Iteration # 80 - FCN = -717476.757149 Edm = 0.0375921 NCalls = 267 +VariableMetric: Iteration # 81 - FCN = -717476.80301 Edm = 0.000852703 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -717476.8038517 Edm = 5.39789e-05 NCalls = 270 +VariableMetric: After Hessian - FCN = -717476.8038517 Edm = 1.19702e+06 NCalls = 631 +VariableMetric: Iteration # 83 - FCN = -717476.8038517 Edm = 1.19702e+06 NCalls = 631 +VariableMetric: Iteration # 84 - FCN = -717476.8038517 Edm = 1.19702e+06 NCalls = 642 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -714672.742303 Edm = 1.83403 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -714672.742303 Edm = 1.83403 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715482.9117803 Edm = 0.132748 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -715483.4072856 Edm = 0.182317 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -715556.5206518 Edm = 0.158895 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -715556.7715946 Edm = 0.0801854 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715575.5856043 Edm = 5.33802 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -715582.05187 Edm = 0.0384006 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -715582.1322836 Edm = 0.044453 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -715615.3201713 Edm = 2.72372 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -715676.9148856 Edm = 9.29528 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -715697.1800289 Edm = 15.3214 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -715708.0978969 Edm = 1.11989 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -715709.5563038 Edm = 0.0390437 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -715709.611761 Edm = 0.0122984 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -715729.1306385 Edm = 2.32982 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -715768.5484652 Edm = 3.03685 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -715773.8274881 Edm = 0.203761 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -715774.1684032 Edm = 0.217185 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -715779.731613 Edm = 4.55523 NCalls = 70 +VariableMetric: Iteration # 19 - FCN = -715779.7462799 Edm = 0.0695734 NCalls = 72 +VariableMetric: Iteration # 20 - FCN = -715781.2783852 Edm = 1.53509 NCalls = 77 +VariableMetric: Iteration # 21 - FCN = -715788.956252 Edm = 5.49588 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -715798.1442341 Edm = 2.06089 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -715800.8212417 Edm = 0.178647 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -715800.9572948 Edm = 0.0167302 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -715800.976877 Edm = 0.00871498 NCalls = 91 +VariableMetric: Iteration # 26 - FCN = -715802.5747517 Edm = 1.45769 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -715892.5579387 Edm = 10.4053 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -715898.0210601 Edm = 1.28408 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -715899.8719593 Edm = 0.367721 NCalls = 106 +VariableMetric: Iteration # 30 - FCN = -715900.2377882 Edm = 0.0607224 NCalls = 108 +VariableMetric: Iteration # 31 - FCN = -715900.3337762 Edm = 0.0468765 NCalls = 110 +VariableMetric: Iteration # 32 - FCN = -715900.5337039 Edm = 0.0134059 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -715900.6073038 Edm = 0.0640445 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -715905.3407468 Edm = 6.6742 NCalls = 122 +VariableMetric: Iteration # 35 - FCN = -715905.3759565 Edm = 0.0243653 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -715905.8429069 Edm = 0.554119 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -715911.2460325 Edm = 5.03221 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -716183.9018105 Edm = 152.878 NCalls = 141 +VariableMetric: Iteration # 39 - FCN = -716256.7894332 Edm = 56.9424 NCalls = 143 +VariableMetric: Iteration # 40 - FCN = -716379.4736958 Edm = 62.0812 NCalls = 148 +VariableMetric: Iteration # 41 - FCN = -716411.9940102 Edm = 51.2011 NCalls = 150 +VariableMetric: Iteration # 42 - FCN = -716473.4785079 Edm = 45.6841 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -716546.1156044 Edm = 58.9333 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -716591.1224722 Edm = 79.5896 NCalls = 159 +VariableMetric: Iteration # 45 - FCN = -716755.4640791 Edm = 250.967 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -717009.548544 Edm = 80.9361 NCalls = 167 +VariableMetric: Iteration # 47 - FCN = -717073.8395099 Edm = 89.9676 NCalls = 170 +VariableMetric: Iteration # 48 - FCN = -717104.2506087 Edm = 4.83877 NCalls = 172 +VariableMetric: Iteration # 49 - FCN = -717111.3553434 Edm = 2.14982 NCalls = 175 +VariableMetric: Iteration # 50 - FCN = -717115.2760929 Edm = 0.451246 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -717116.0772323 Edm = 0.0529423 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -717116.1698744 Edm = 0.0625999 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -717117.0193506 Edm = 0.327596 NCalls = 185 +VariableMetric: Iteration # 54 - FCN = -717117.7755648 Edm = 0.44658 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -717119.8547746 Edm = 2.06007 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -717131.797451 Edm = 9.90719 NCalls = 197 +VariableMetric: Iteration # 57 - FCN = -717179.1009427 Edm = 39.5952 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -717204.3232307 Edm = 20.7933 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -717219.3733701 Edm = 3.79309 NCalls = 206 +VariableMetric: Iteration # 60 - FCN = -717225.0416664 Edm = 1.83317 NCalls = 208 +VariableMetric: Iteration # 61 - FCN = -717228.4858983 Edm = 0.417939 NCalls = 211 +VariableMetric: Iteration # 62 - FCN = -717229.1453265 Edm = 0.0948959 NCalls = 213 +VariableMetric: Iteration # 63 - FCN = -717229.3636631 Edm = 0.02392 NCalls = 215 +VariableMetric: Iteration # 64 - FCN = -717229.3920767 Edm = 0.021037 NCalls = 217 +VariableMetric: Iteration # 65 - FCN = -717229.4403655 Edm = 0.0481898 NCalls = 219 +VariableMetric: Iteration # 66 - FCN = -717230.4231543 Edm = 0.848557 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -717314.2101877 Edm = 67.2478 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -717342.8273049 Edm = 36.4433 NCalls = 232 +VariableMetric: Iteration # 69 - FCN = -717374.2469524 Edm = 8.41437 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -717382.3389933 Edm = 1.43357 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -717384.0561891 Edm = 0.489913 NCalls = 237 +VariableMetric: Iteration # 72 - FCN = -717384.5103352 Edm = 0.146409 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -717384.6876991 Edm = 0.0173719 NCalls = 241 +VariableMetric: Iteration # 74 - FCN = -717384.7026194 Edm = 0.00345024 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -717384.7141098 Edm = 0.00584333 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -717384.7721956 Edm = 0.028576 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -717385.416624 Edm = 0.590785 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -717423.6465839 Edm = 22.0145 NCalls = 258 +VariableMetric: Iteration # 79 - FCN = -717466.9362254 Edm = 12.5279 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -717476.4487779 Edm = 1.35486 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -717478.5891817 Edm = 0.184712 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -717478.8654746 Edm = 0.0697368 NCalls = 267 +VariableMetric: Iteration # 83 - FCN = -717478.961244 Edm = 0.0331272 NCalls = 269 +VariableMetric: Iteration # 84 - FCN = -717479.0112903 Edm = 0.0156326 NCalls = 271 +VariableMetric: Iteration # 85 - FCN = -717479.041183 Edm = 0.00713144 NCalls = 273 +VariableMetric: Iteration # 86 - FCN = -717479.0531057 Edm = 0.00850641 NCalls = 276 +VariableMetric: Iteration # 87 - FCN = -717479.1346263 Edm = 0.0901484 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -717480.2321638 Edm = 1.2022 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -717481.2242408 Edm = 0.986772 NCalls = 292 +VariableMetric: Iteration # 90 - FCN = -717513.8170509 Edm = 32.7996 NCalls = 299 +VariableMetric: Iteration # 91 - FCN = -717523.6388524 Edm = 13.591 NCalls = 302 +VariableMetric: Iteration # 92 - FCN = -717532.8438846 Edm = 3.18077 NCalls = 305 +VariableMetric: Iteration # 93 - FCN = -717538.0621497 Edm = 0.509513 NCalls = 307 +VariableMetric: Iteration # 94 - FCN = -717538.7174298 Edm = 0.114593 NCalls = 309 +VariableMetric: Iteration # 95 - FCN = -717538.8193823 Edm = 0.0364811 NCalls = 311 +VariableMetric: Iteration # 96 - FCN = -717538.8546778 Edm = 0.00255488 NCalls = 313 +VariableMetric: Iteration # 97 - FCN = -717538.8601925 Edm = 0.00207355 NCalls = 315 +VariableMetric: Iteration # 98 - FCN = -717538.8681351 Edm = 0.00155448 NCalls = 318 +VariableMetric: Iteration # 99 - FCN = -717538.8730216 Edm = 0.00299588 NCalls = 320 +VariableMetric: Iteration # 100 - FCN = -717538.8923781 Edm = 0.00935908 NCalls = 323 +VariableMetric: Iteration # 101 - FCN = -717538.9744127 Edm = 0.0568197 NCalls = 326 +VariableMetric: Iteration # 102 - FCN = -717540.3158247 Edm = 1.05696 NCalls = 330 +VariableMetric: Iteration # 103 - FCN = -717541.1426016 Edm = 1.87315 NCalls = 332 +VariableMetric: Iteration # 104 - FCN = -717545.3227188 Edm = 5.63378 NCalls = 334 +VariableMetric: Iteration # 105 - FCN = -717550.0513077 Edm = 3.30072 NCalls = 337 +VariableMetric: Iteration # 106 - FCN = -717554.4330336 Edm = 4.14917 NCalls = 339 +VariableMetric: Iteration # 107 - FCN = -717557.1596857 Edm = 0.727204 NCalls = 341 +VariableMetric: Iteration # 108 - FCN = -717558.0350865 Edm = 0.126375 NCalls = 343 +VariableMetric: Iteration # 109 - FCN = -717558.1343627 Edm = 0.0113261 NCalls = 345 +VariableMetric: Iteration # 110 - FCN = -717558.1489259 Edm = 0.00137997 NCalls = 347 +VariableMetric: Iteration # 111 - FCN = -717558.1506688 Edm = 3.43629e-05 NCalls = 349 +VariableMetric: After Hessian - FCN = -717558.1506688 Edm = 222.509 NCalls = 708 +VariableMetric: Iteration # 112 - FCN = -717558.1506688 Edm = 222.509 NCalls = 708 +VariableMetric: Iteration # 113 - FCN = -717571.5555419 Edm = 5038.12 NCalls = 712 +VariableMetric: Iteration # 114 - FCN = -717575.0315192 Edm = 344.155 NCalls = 718 +VariableMetric: Iteration # 115 - FCN = -717575.5986342 Edm = 1.452 NCalls = 723 +VariableMetric: Iteration # 116 - FCN = -717578.5882662 Edm = 0.195637 NCalls = 726 +VariableMetric: Iteration # 117 - FCN = -717579.1628738 Edm = 0.317796 NCalls = 728 +VariableMetric: Iteration # 118 - FCN = -717580.2660664 Edm = 0.183222 NCalls = 732 +VariableMetric: Iteration # 119 - FCN = -717580.4703226 Edm = 0.0683574 NCalls = 734 +VariableMetric: Iteration # 120 - FCN = -717580.629978 Edm = 0.0495656 NCalls = 737 +VariableMetric: Iteration # 121 - FCN = -717580.7058484 Edm = 0.0396287 NCalls = 740 +VariableMetric: Iteration # 122 - FCN = -717580.826648 Edm = 0.100597 NCalls = 743 +VariableMetric: Iteration # 123 - FCN = -717580.9630736 Edm = 0.117678 NCalls = 747 +VariableMetric: Iteration # 124 - FCN = -717581.0309179 Edm = 0.118461 NCalls = 750 +VariableMetric: Iteration # 125 - FCN = -717581.3318804 Edm = 0.234842 NCalls = 754 +VariableMetric: Iteration # 126 - FCN = -717581.838197 Edm = 0.23835 NCalls = 761 +VariableMetric: Iteration # 127 - FCN = -717582.2700585 Edm = 0.266922 NCalls = 763 +VariableMetric: Iteration # 128 - FCN = -717582.8690713 Edm = 1.93843 NCalls = 767 +VariableMetric: Iteration # 129 - FCN = -717583.2405567 Edm = 0.128012 NCalls = 769 +VariableMetric: Iteration # 130 - FCN = -717583.3505984 Edm = 0.149994 NCalls = 772 +VariableMetric: Iteration # 131 - FCN = -717583.5936797 Edm = 0.0701272 NCalls = 774 +VariableMetric: Iteration # 132 - FCN = -717583.7544962 Edm = 0.108107 NCalls = 777 +VariableMetric: Iteration # 133 - FCN = -717583.9685283 Edm = 0.093007 NCalls = 781 +VariableMetric: Iteration # 134 - FCN = -717584.0765749 Edm = 0.121398 NCalls = 783 +VariableMetric: Iteration # 135 - FCN = -717584.1811071 Edm = 0.0403075 NCalls = 785 +VariableMetric: Iteration # 136 - FCN = -717584.2542751 Edm = 0.0315964 NCalls = 788 +VariableMetric: Iteration # 137 - FCN = -717584.2853168 Edm = 0.0106142 NCalls = 790 +VariableMetric: Iteration # 138 - FCN = -717584.310837 Edm = 0.00760984 NCalls = 793 +VariableMetric: Iteration # 139 - FCN = -717584.3205347 Edm = 0.00153251 NCalls = 795 +VariableMetric: Iteration # 140 - FCN = -717584.3243 Edm = 0.00162043 NCalls = 797 +VariableMetric: Iteration # 141 - FCN = -717584.3272454 Edm = 0.000474043 NCalls = 799 +VariableMetric: Iteration # 142 - FCN = -717584.3282138 Edm = 0.000447894 NCalls = 801 +VariableMetric: Iteration # 143 - FCN = -717584.3297983 Edm = 0.000409658 NCalls = 803 +VariableMetric: Iteration # 144 - FCN = -717584.3306989 Edm = 0.000312211 NCalls = 805 +VariableMetric: Iteration # 145 - FCN = -717584.332049 Edm = 0.000317639 NCalls = 807 +VariableMetric: Iteration # 146 - FCN = -717584.3327573 Edm = 0.000149142 NCalls = 809 +VariableMetric: Iteration # 147 - FCN = -717584.333182 Edm = 0.000106971 NCalls = 811 +VariableMetric: Iteration # 148 - FCN = -717584.3335242 Edm = 5.72392e-05 NCalls = 813 +VariableMetric: After Hessian - FCN = -717584.3335242 Edm = 0.000350684 NCalls = 1192 +VariableMetric: Iteration # 149 - FCN = -717584.3335242 Edm = 0.000350684 NCalls = 1192 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711701.307852 Edm = 7.54103 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711701.307852 Edm = 7.54103 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715566.9948152 Edm = 0.794501 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715577.7038612 Edm = 0.811293 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715734.8394128 Edm = 0.183138 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -715735.652911 Edm = 0.0640638 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715736.0131363 Edm = 0.281201 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -715812.7758633 Edm = 3.39571 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -715817.0759845 Edm = 0.14355 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -715817.7393332 Edm = 0.424395 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -715893.6072606 Edm = 41.0283 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -716012.6182168 Edm = 15.364 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -716034.4555452 Edm = 0.720257 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -716035.3131764 Edm = 0.0265049 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -716035.3564527 Edm = 0.0156147 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -716035.8791879 Edm = 0.659354 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -716037.3143171 Edm = 1.24254 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -716107.8027887 Edm = 6.26642 NCalls = 62 +VariableMetric: Iteration # 17 - FCN = -716113.5129844 Edm = 0.21119 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -716113.752367 Edm = 0.030296 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -716113.8150346 Edm = 0.00480808 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -716113.8324928 Edm = 0.0127805 NCalls = 70 +VariableMetric: Iteration # 21 - FCN = -716119.2989779 Edm = 1.51884 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -716149.6035409 Edm = 11.606 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -716198.3065244 Edm = 24.7378 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -716230.88101 Edm = 9.86784 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -716253.7535181 Edm = 38.6434 NCalls = 88 +VariableMetric: Iteration # 26 - FCN = -716337.466272 Edm = 36.3949 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -716356.2682061 Edm = 56.2083 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -716374.3976044 Edm = 28.8318 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -716386.9326415 Edm = 1.41283 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -716389.0598719 Edm = 0.58461 NCalls = 103 +VariableMetric: Iteration # 31 - FCN = -716501.9323222 Edm = 86.4485 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -716509.8121188 Edm = 138.775 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -716704.5075441 Edm = 29.6082 NCalls = 121 +VariableMetric: Iteration # 34 - FCN = -716729.144342 Edm = 56.0598 NCalls = 123 +VariableMetric: Iteration # 35 - FCN = -716758.5984277 Edm = 7.10264 NCalls = 125 +VariableMetric: Iteration # 36 - FCN = -716769.6761977 Edm = 0.828976 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -716770.6453013 Edm = 0.351654 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -716772.382592 Edm = 1.17461 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -716813.7806647 Edm = 22.0992 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -716814.0346812 Edm = 4.31994 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -716819.6837948 Edm = 7.50175 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -716831.6008451 Edm = 1.18916 NCalls = 149 +VariableMetric: Iteration # 43 - FCN = -716832.712646 Edm = 0.0429497 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -716832.7757682 Edm = 0.0367623 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -716834.1698737 Edm = 1.45097 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -716846.9442379 Edm = 11.6432 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -716969.7495444 Edm = 19.333 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -716986.6503787 Edm = 1.27388 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -716987.9850887 Edm = 0.143444 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -716988.2066783 Edm = 0.0120662 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -716988.233653 Edm = 0.00692776 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -716988.2672136 Edm = 0.0267372 NCalls = 178 +VariableMetric: Iteration # 53 - FCN = -716988.5928548 Edm = 0.296251 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -717049.050831 Edm = 14.0115 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -717069.0739991 Edm = 1.49961 NCalls = 192 +VariableMetric: Iteration # 56 - FCN = -717070.4089947 Edm = 0.375838 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -717070.9955638 Edm = 0.0673833 NCalls = 196 +VariableMetric: Iteration # 58 - FCN = -717071.0913256 Edm = 0.0116239 NCalls = 198 +VariableMetric: Iteration # 59 - FCN = -717071.1131406 Edm = 0.00624568 NCalls = 200 +VariableMetric: Iteration # 60 - FCN = -717071.167969 Edm = 0.0422992 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -717072.7931748 Edm = 1.28075 NCalls = 208 +VariableMetric: Iteration # 62 - FCN = -717179.4087182 Edm = 56.702 NCalls = 215 +VariableMetric: Iteration # 63 - FCN = -717180.5800489 Edm = 18.9135 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -717205.4053634 Edm = 16.6972 NCalls = 221 +VariableMetric: Iteration # 65 - FCN = -717223.431856 Edm = 6.0704 NCalls = 223 +VariableMetric: Iteration # 66 - FCN = -717228.4144086 Edm = 0.30801 NCalls = 225 +VariableMetric: Iteration # 67 - FCN = -717228.9004364 Edm = 0.326789 NCalls = 227 +VariableMetric: Iteration # 68 - FCN = -717230.7855403 Edm = 0.868483 NCalls = 233 +VariableMetric: Iteration # 69 - FCN = -717231.5140363 Edm = 1.48348 NCalls = 236 +VariableMetric: Iteration # 70 - FCN = -717232.5835633 Edm = 0.741939 NCalls = 238 +VariableMetric: Iteration # 71 - FCN = -717236.4085501 Edm = 4.59527 NCalls = 244 +VariableMetric: Iteration # 72 - FCN = -717237.3896171 Edm = 2.55844 NCalls = 247 +VariableMetric: Iteration # 73 - FCN = -717246.633559 Edm = 4.27336 NCalls = 251 +VariableMetric: Iteration # 74 - FCN = -717252.2655929 Edm = 0.398991 NCalls = 254 +VariableMetric: Iteration # 75 - FCN = -717252.6184153 Edm = 0.0474024 NCalls = 256 +VariableMetric: Iteration # 76 - FCN = -717252.6758097 Edm = 0.0087776 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -717252.6993472 Edm = 0.0119264 NCalls = 260 +VariableMetric: Iteration # 78 - FCN = -717252.8264464 Edm = 0.0850122 NCalls = 263 +VariableMetric: Iteration # 79 - FCN = -717256.2172489 Edm = 3.41349 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -717287.9017206 Edm = 18.0891 NCalls = 274 +VariableMetric: Iteration # 81 - FCN = -717321.8406612 Edm = 3.75544 NCalls = 277 +VariableMetric: Iteration # 82 - FCN = -717324.6339498 Edm = 0.244339 NCalls = 279 +VariableMetric: Iteration # 83 - FCN = -717324.8803288 Edm = 0.0137694 NCalls = 281 +VariableMetric: Iteration # 84 - FCN = -717324.9038541 Edm = 0.0113909 NCalls = 283 +VariableMetric: Iteration # 85 - FCN = -717329.8658273 Edm = 9.64621 NCalls = 294 +VariableMetric: Iteration # 86 - FCN = -717329.9128272 Edm = 0.141459 NCalls = 297 +VariableMetric: Iteration # 87 - FCN = -717330.0574193 Edm = 0.108752 NCalls = 299 +VariableMetric: Iteration # 88 - FCN = -717332.2557535 Edm = 2.44468 NCalls = 303 +VariableMetric: Iteration # 89 - FCN = -717332.8548946 Edm = 0.567383 NCalls = 306 +VariableMetric: Iteration # 90 - FCN = -717343.6410353 Edm = 12.6343 NCalls = 313 +VariableMetric: Iteration # 91 - FCN = -717356.9281729 Edm = 12.9069 NCalls = 319 +VariableMetric: Iteration # 92 - FCN = -717381.6859204 Edm = 2.17297 NCalls = 322 +VariableMetric: Iteration # 93 - FCN = -717385.2231158 Edm = 0.59487 NCalls = 324 +VariableMetric: Iteration # 94 - FCN = -717386.6816616 Edm = 1.78851 NCalls = 327 +VariableMetric: Iteration # 95 - FCN = -717387.3313094 Edm = 0.383872 NCalls = 329 +VariableMetric: Iteration # 96 - FCN = -717387.8708201 Edm = 0.0484542 NCalls = 332 +VariableMetric: Iteration # 97 - FCN = -717387.9441927 Edm = 0.0171434 NCalls = 334 +VariableMetric: Iteration # 98 - FCN = -717387.9657787 Edm = 0.00372745 NCalls = 336 +VariableMetric: Iteration # 99 - FCN = -717387.9770889 Edm = 0.0053137 NCalls = 338 +VariableMetric: Iteration # 100 - FCN = -717388.1038014 Edm = 0.106856 NCalls = 342 +VariableMetric: Iteration # 101 - FCN = -717392.9491285 Edm = 3.68959 NCalls = 346 +VariableMetric: Iteration # 102 - FCN = -717448.0360664 Edm = 27.8442 NCalls = 350 +VariableMetric: Iteration # 103 - FCN = -717472.0989447 Edm = 5.28722 NCalls = 352 +VariableMetric: Iteration # 104 - FCN = -717481.011722 Edm = 4.28358 NCalls = 354 +VariableMetric: Iteration # 105 - FCN = -717483.9329768 Edm = 2.7028 NCalls = 356 +VariableMetric: Iteration # 106 - FCN = -717491.5613511 Edm = 12.3407 NCalls = 360 +VariableMetric: Iteration # 107 - FCN = -717495.3986321 Edm = 10.667 NCalls = 366 +VariableMetric: Iteration # 108 - FCN = -717500.8337362 Edm = 11.294 NCalls = 369 +VariableMetric: Iteration # 109 - FCN = -717522.2082893 Edm = 8.28011 NCalls = 373 +VariableMetric: Iteration # 110 - FCN = -717531.015533 Edm = 2.0524 NCalls = 375 +VariableMetric: Iteration # 111 - FCN = -717533.2724904 Edm = 0.897355 NCalls = 377 +VariableMetric: Iteration # 112 - FCN = -717534.5259798 Edm = 0.141745 NCalls = 379 +VariableMetric: Iteration # 113 - FCN = -717534.7519042 Edm = 0.00779245 NCalls = 381 +VariableMetric: Iteration # 114 - FCN = -717534.7622778 Edm = 0.00119074 NCalls = 383 +VariableMetric: Iteration # 115 - FCN = -717534.7682606 Edm = 0.00455522 NCalls = 385 +VariableMetric: Iteration # 116 - FCN = -717534.901083 Edm = 0.127008 NCalls = 389 +VariableMetric: Iteration # 117 - FCN = -717538.5818288 Edm = 3.29459 NCalls = 393 +VariableMetric: Iteration # 118 - FCN = -717554.8029683 Edm = 6.35121 NCalls = 395 +VariableMetric: Iteration # 119 - FCN = -717558.7170005 Edm = 0.688699 NCalls = 397 +VariableMetric: Iteration # 120 - FCN = -717559.4091067 Edm = 0.0299638 NCalls = 399 +VariableMetric: Iteration # 121 - FCN = -717559.442242 Edm = 0.00558444 NCalls = 401 +VariableMetric: Iteration # 122 - FCN = -717559.4494287 Edm = 0.00152025 NCalls = 403 +VariableMetric: Iteration # 123 - FCN = -717559.4523904 Edm = 0.00047847 NCalls = 405 +VariableMetric: Iteration # 124 - FCN = -717559.4535891 Edm = 0.000354459 NCalls = 407 +VariableMetric: Iteration # 125 - FCN = -717559.4572578 Edm = 0.00342395 NCalls = 410 +VariableMetric: Iteration # 126 - FCN = -717559.8475322 Edm = 0.231618 NCalls = 417 +VariableMetric: Iteration # 127 - FCN = -717562.0387961 Edm = 1.62415 NCalls = 420 +VariableMetric: Iteration # 128 - FCN = -717563.2535059 Edm = 0.747909 NCalls = 422 +VariableMetric: Iteration # 129 - FCN = -717564.0115245 Edm = 0.0637185 NCalls = 423 +VariableMetric: Iteration # 130 - FCN = -717564.0603004 Edm = 0.00242058 NCalls = 425 +VariableMetric: Iteration # 131 - FCN = -717564.062943 Edm = 0.000127878 NCalls = 427 +VariableMetric: Iteration # 132 - FCN = -717564.0632354 Edm = 0.0001406 NCalls = 429 +VariableMetric: Iteration # 133 - FCN = -717564.0674278 Edm = 0.00354992 NCalls = 433 +VariableMetric: Iteration # 134 - FCN = -717564.3175063 Edm = 0.245103 NCalls = 438 +VariableMetric: Iteration # 135 - FCN = -717566.8685767 Edm = 0.109989 NCalls = 441 +VariableMetric: Iteration # 136 - FCN = -717566.9824632 Edm = 0.00254787 NCalls = 442 +VariableMetric: Iteration # 137 - FCN = -717566.984841 Edm = 0.000155799 NCalls = 444 +VariableMetric: Iteration # 138 - FCN = -717566.9852978 Edm = 0.000352784 NCalls = 446 +VariableMetric: Iteration # 139 - FCN = -717566.9956572 Edm = 0.0111475 NCalls = 451 +VariableMetric: Iteration # 140 - FCN = -717567.1937039 Edm = 0.00708641 NCalls = 458 +VariableMetric: Iteration # 141 - FCN = -717571.5277657 Edm = 1.80382 NCalls = 461 +VariableMetric: Iteration # 142 - FCN = -717578.7560931 Edm = 0.550529 NCalls = 464 +VariableMetric: Iteration # 143 - FCN = -717579.1571724 Edm = 0.209821 NCalls = 466 +VariableMetric: Iteration # 144 - FCN = -717579.2921529 Edm = 0.0105075 NCalls = 468 +VariableMetric: Iteration # 145 - FCN = -717579.308059 Edm = 0.00192241 NCalls = 470 +VariableMetric: Iteration # 146 - FCN = -717579.3132988 Edm = 0.000402575 NCalls = 472 +VariableMetric: Iteration # 147 - FCN = -717579.3137822 Edm = 3.90561e-05 NCalls = 474 +VariableMetric: After Hessian - FCN = -717579.3137822 Edm = 11.7386 NCalls = 839 +VariableMetric: Iteration # 148 - FCN = -717579.3137822 Edm = 11.7386 NCalls = 839 +VariableMetric: Iteration # 149 - FCN = -717579.5904155 Edm = 5.66257 NCalls = 842 +VariableMetric: Iteration # 150 - FCN = -717582.111233 Edm = 0.17056 NCalls = 843 +VariableMetric: Iteration # 151 - FCN = -717582.2003049 Edm = 0.0222776 NCalls = 845 +VariableMetric: Iteration # 152 - FCN = -717582.3048233 Edm = 0.0741808 NCalls = 848 +VariableMetric: Iteration # 153 - FCN = -717582.3863764 Edm = 0.148095 NCalls = 852 +VariableMetric: Iteration # 154 - FCN = -717582.6073492 Edm = 0.372717 NCalls = 856 +VariableMetric: Iteration # 155 - FCN = -717582.785593 Edm = 0.198619 NCalls = 858 +VariableMetric: Iteration # 156 - FCN = -717583.3769642 Edm = 0.148364 NCalls = 864 +VariableMetric: Iteration # 157 - FCN = -717583.6544205 Edm = 0.262831 NCalls = 868 +VariableMetric: Iteration # 158 - FCN = -717583.7276414 Edm = 0.165247 NCalls = 870 +VariableMetric: Iteration # 159 - FCN = -717583.9493568 Edm = 0.0561449 NCalls = 872 +VariableMetric: Iteration # 160 - FCN = -717584.038479 Edm = 0.0745614 NCalls = 874 +VariableMetric: Iteration # 161 - FCN = -717584.1020257 Edm = 0.0183881 NCalls = 877 +VariableMetric: Iteration # 162 - FCN = -717584.133871 Edm = 0.0253978 NCalls = 880 +VariableMetric: Iteration # 163 - FCN = -717584.1597781 Edm = 0.00980217 NCalls = 882 +VariableMetric: Iteration # 164 - FCN = -717584.1748716 Edm = 0.00275386 NCalls = 885 +VariableMetric: Iteration # 165 - FCN = -717584.1790672 Edm = 0.000796006 NCalls = 887 +VariableMetric: Iteration # 166 - FCN = -717584.1800948 Edm = 8.17875e-05 NCalls = 889 +VariableMetric: Iteration # 167 - FCN = -717584.1801649 Edm = 1.10306e-05 NCalls = 891 +VariableMetric: After Hessian - FCN = -717584.1801649 Edm = 8.58606e-06 NCalls = 1278 +VariableMetric: Iteration # 168 - FCN = -717584.1801649 Edm = 8.58606e-06 NCalls = 1278 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715017.1410834 Edm = 2.1202 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715017.1410834 Edm = 2.1202 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715721.4350506 Edm = 0.0785622 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715721.7188214 Edm = 0.119758 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715803.5201595 Edm = 0.271581 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715805.320888 Edm = 0.11021 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -715829.069386 Edm = 17.9101 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -716097.7581499 Edm = 7.78176 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -716106.2342795 Edm = 1.17008 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -716107.4773513 Edm = 0.0739211 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -716107.5677847 Edm = 0.024125 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -716137.0439846 Edm = 2.84297 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -716188.8147732 Edm = 2.64777 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -716192.1008886 Edm = 0.403305 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -716192.3902412 Edm = 0.102737 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -716192.5335706 Edm = 0.0302136 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -716194.5388079 Edm = 2.24117 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -716206.4552743 Edm = 10.2976 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -716304.431038 Edm = 15.7965 NCalls = 67 +VariableMetric: Iteration # 18 - FCN = -716322.2643375 Edm = 0.155916 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -716322.4099953 Edm = 0.00877376 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -716322.4405252 Edm = 0.0207152 NCalls = 73 +VariableMetric: Iteration # 21 - FCN = -716323.1251351 Edm = 0.393418 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -716341.6011663 Edm = 14.2452 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -716378.74222 Edm = 12.2705 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -716390.1221562 Edm = 3.36762 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -716392.4429786 Edm = 0.146278 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -716392.6088543 Edm = 0.00496587 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -716392.6183237 Edm = 0.00348915 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -716392.6887124 Edm = 0.0593664 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -716401.0045417 Edm = 5.50116 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -716452.9383525 Edm = 2.61901 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -716455.7818891 Edm = 0.233503 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -716456.0121263 Edm = 0.0378421 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -716456.0682292 Edm = 0.00517647 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -716456.1099062 Edm = 0.0346349 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -716465.5941419 Edm = 10.4327 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -716465.7210941 Edm = 0.0777611 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -716468.2313698 Edm = 3.48985 NCalls = 127 +VariableMetric: Iteration # 38 - FCN = -716468.6547573 Edm = 0.392996 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -716475.0686736 Edm = 5.45168 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -716652.1691007 Edm = 56.1209 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -716954.060321 Edm = 134.9 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -717163.7618925 Edm = 48.5638 NCalls = 150 +VariableMetric: Iteration # 43 - FCN = -717192.2925909 Edm = 60.2532 NCalls = 152 +VariableMetric: Iteration # 44 - FCN = -717210.2869934 Edm = 22.0808 NCalls = 155 +VariableMetric: Iteration # 45 - FCN = -717241.6817415 Edm = 14.7378 NCalls = 157 +VariableMetric: Iteration # 46 - FCN = -717287.7312194 Edm = 20.6947 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -717298.245367 Edm = 21.7871 NCalls = 166 +VariableMetric: Iteration # 48 - FCN = -717317.3407976 Edm = 7.10293 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -717326.0342806 Edm = 1.04408 NCalls = 171 +VariableMetric: Iteration # 50 - FCN = -717327.3819469 Edm = 0.236762 NCalls = 173 +VariableMetric: Iteration # 51 - FCN = -717327.5919391 Edm = 0.0160149 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -717327.6311487 Edm = 0.0116117 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -717327.721786 Edm = 0.0526023 NCalls = 180 +VariableMetric: Iteration # 54 - FCN = -717328.8340152 Edm = 1.01271 NCalls = 184 +VariableMetric: Iteration # 55 - FCN = -717355.0298439 Edm = 22.2984 NCalls = 189 +VariableMetric: Iteration # 56 - FCN = -717392.3779605 Edm = 10.7275 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -717407.7227325 Edm = 3.28554 NCalls = 197 +VariableMetric: Iteration # 58 - FCN = -717416.4095889 Edm = 1.59197 NCalls = 201 +VariableMetric: Iteration # 59 - FCN = -717417.6719077 Edm = 0.183134 NCalls = 203 +VariableMetric: Iteration # 60 - FCN = -717417.8773447 Edm = 0.022501 NCalls = 205 +VariableMetric: Iteration # 61 - FCN = -717417.9399015 Edm = 0.0146296 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -717417.9830726 Edm = 0.00394544 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -717417.9891835 Edm = 0.00062779 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -717417.9907213 Edm = 0.000619955 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -717417.9981211 Edm = 0.00733362 NCalls = 216 +VariableMetric: Iteration # 66 - FCN = -717418.3806414 Edm = 0.300719 NCalls = 223 +VariableMetric: Iteration # 67 - FCN = -717435.8395399 Edm = 7.34536 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -717447.5939408 Edm = 6.752 NCalls = 231 +VariableMetric: Iteration # 69 - FCN = -717450.3999532 Edm = 4.34982 NCalls = 233 +VariableMetric: Iteration # 70 - FCN = -717453.6543523 Edm = 1.0918 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -717454.9482097 Edm = 0.388624 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -717455.3267958 Edm = 0.15003 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -717455.4621167 Edm = 0.0562258 NCalls = 243 +VariableMetric: Iteration # 74 - FCN = -717455.5062551 Edm = 0.00383774 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -717455.5099619 Edm = 0.000568913 NCalls = 246 +VariableMetric: Iteration # 76 - FCN = -717455.5128951 Edm = 0.00256761 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -717455.8624049 Edm = 0.269634 NCalls = 256 +VariableMetric: Iteration # 78 - FCN = -717459.972147 Edm = 2.97729 NCalls = 259 +VariableMetric: Iteration # 79 - FCN = -717463.6716596 Edm = 1.42677 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -717464.8032217 Edm = 0.131681 NCalls = 263 +VariableMetric: Iteration # 81 - FCN = -717464.9126296 Edm = 0.0149592 NCalls = 265 +VariableMetric: Iteration # 82 - FCN = -717464.9365545 Edm = 0.0014821 NCalls = 267 +VariableMetric: Iteration # 83 - FCN = -717464.9382934 Edm = 0.000155852 NCalls = 269 +VariableMetric: Iteration # 84 - FCN = -717464.9385746 Edm = 0.000159954 NCalls = 271 +VariableMetric: Iteration # 85 - FCN = -717464.9419629 Edm = 0.00354853 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -717465.061712 Edm = 0.0322544 NCalls = 282 +VariableMetric: Iteration # 87 - FCN = -717465.8068463 Edm = 0.434263 NCalls = 284 +VariableMetric: Iteration # 88 - FCN = -717468.0282483 Edm = 0.0661876 NCalls = 286 +VariableMetric: Iteration # 89 - FCN = -717468.0855239 Edm = 0.00245549 NCalls = 288 +VariableMetric: Iteration # 90 - FCN = -717468.0876778 Edm = 3.6903e-05 NCalls = 290 +VariableMetric: After Hessian - FCN = -717468.0876778 Edm = 17.4398 NCalls = 659 +VariableMetric: Iteration # 91 - FCN = -717468.0876778 Edm = 17.4398 NCalls = 659 +VariableMetric: Iteration # 92 - FCN = -717468.6559753 Edm = 2.01477 NCalls = 663 +VariableMetric: Iteration # 93 - FCN = -717468.8350185 Edm = 0.760139 NCalls = 665 +VariableMetric: Iteration # 94 - FCN = -717468.9127151 Edm = 0.324594 NCalls = 667 +VariableMetric: Iteration # 95 - FCN = -717469.058806 Edm = 0.0788487 NCalls = 671 +VariableMetric: Iteration # 96 - FCN = -717469.1987283 Edm = 0.345462 NCalls = 674 +VariableMetric: Iteration # 97 - FCN = -717469.3732658 Edm = 0.219639 NCalls = 677 +VariableMetric: Iteration # 98 - FCN = -717469.7504749 Edm = 0.644429 NCalls = 681 +VariableMetric: Iteration # 99 - FCN = -717470.0462847 Edm = 0.256966 NCalls = 684 +VariableMetric: Iteration # 100 - FCN = -717470.7821534 Edm = 0.0996326 NCalls = 689 +VariableMetric: Iteration # 101 - FCN = -717470.9640111 Edm = 0.251342 NCalls = 691 +VariableMetric: Iteration # 102 - FCN = -717471.2452685 Edm = 0.0728311 NCalls = 694 +VariableMetric: Iteration # 103 - FCN = -717471.406137 Edm = 0.0839459 NCalls = 697 +VariableMetric: Iteration # 104 - FCN = -717471.4509765 Edm = 0.0346443 NCalls = 699 +VariableMetric: Iteration # 105 - FCN = -717471.5058771 Edm = 0.00749667 NCalls = 702 +VariableMetric: Iteration # 106 - FCN = -717471.5180998 Edm = 0.00224724 NCalls = 704 +VariableMetric: Iteration # 107 - FCN = -717471.520434 Edm = 0.000747374 NCalls = 706 +VariableMetric: Iteration # 108 - FCN = -717471.521698 Edm = 0.00015907 NCalls = 708 +VariableMetric: Iteration # 109 - FCN = -717471.5219732 Edm = 3.76352e-05 NCalls = 710 +VariableMetric: After Hessian - FCN = -717471.5219732 Edm = 5.65669e-05 NCalls = 1081 +VariableMetric: Iteration # 110 - FCN = -717471.5219732 Edm = 5.65669e-05 NCalls = 1081 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711881.9609815 Edm = 4.49268 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711881.9609815 Edm = 4.49268 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713237.2033892 Edm = 2.14818 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715316.325134 Edm = 287.953 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -715947.7999217 Edm = 14.5543 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -715958.4257278 Edm = 4.19329 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -715985.086046 Edm = 25.1786 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -716442.9844874 Edm = 298.803 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -717161.9644958 Edm = 88.5079 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -717226.2010451 Edm = 7.00239 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -717231.9968023 Edm = 0.0608034 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -717232.0800006 Edm = 0.029797 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -717233.9105582 Edm = 2.17395 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -717270.0729321 Edm = 2.57087 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -717366.9112825 Edm = 20.9896 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -717395.3591983 Edm = 1.99226 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -717397.6111135 Edm = 0.0203712 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -717397.6698816 Edm = 0.0316346 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -717401.3185279 Edm = 2.90112 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -717450.0936887 Edm = 10.7094 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -717466.2306423 Edm = 2.87189 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -717469.4595214 Edm = 0.632544 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -717470.0794469 Edm = 0.0651259 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -717470.1470671 Edm = 0.0135704 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -717470.2640664 Edm = 0.0999405 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -717485.3037481 Edm = 8.63641 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -717511.3794933 Edm = 1.27752 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -717512.4088449 Edm = 0.124257 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -717512.5686858 Edm = 0.0501969 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -717512.8300541 Edm = 0.14187 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -717513.1576918 Edm = 0.161945 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -717513.2210688 Edm = 0.0337101 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -717513.2527981 Edm = 0.00635738 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -717513.2578132 Edm = 0.00134674 NCalls = 102 +VariableMetric: Iteration # 33 - FCN = -717513.2611797 Edm = 0.000875581 NCalls = 104 +VariableMetric: Iteration # 34 - FCN = -717513.2781085 Edm = 0.0158892 NCalls = 108 +VariableMetric: Iteration # 35 - FCN = -717514.4209362 Edm = 0.784996 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -717518.7850495 Edm = 3.26974 NCalls = 118 +VariableMetric: Iteration # 37 - FCN = -717520.4556715 Edm = 0.322515 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -717520.7870485 Edm = 0.0122731 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -717520.8071401 Edm = 0.00694689 NCalls = 125 +VariableMetric: Iteration # 40 - FCN = -717520.8535684 Edm = 0.00955895 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -717520.8784585 Edm = 0.00952787 NCalls = 132 +VariableMetric: Iteration # 42 - FCN = -717520.8833968 Edm = 0.00325997 NCalls = 134 +VariableMetric: Iteration # 43 - FCN = -717520.8874022 Edm = 0.00101025 NCalls = 136 +VariableMetric: Iteration # 44 - FCN = -717520.895983 Edm = 0.00649547 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -717521.5977587 Edm = 0.67313 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -717522.0142195 Edm = 0.791218 NCalls = 147 +VariableMetric: Iteration # 47 - FCN = -717523.7977284 Edm = 2.6544 NCalls = 150 +VariableMetric: Iteration # 48 - FCN = -717526.0544647 Edm = 0.473707 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -717526.5516374 Edm = 0.0105833 NCalls = 156 +VariableMetric: Iteration # 50 - FCN = -717526.5658232 Edm = 0.00339851 NCalls = 158 +VariableMetric: Iteration # 51 - FCN = -717526.5946413 Edm = 0.0118103 NCalls = 163 +VariableMetric: Iteration # 52 - FCN = -717526.6192197 Edm = 0.00760044 NCalls = 166 +VariableMetric: Iteration # 53 - FCN = -717526.6247196 Edm = 0.00887629 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -717526.6333549 Edm = 0.0038359 NCalls = 170 +VariableMetric: Iteration # 55 - FCN = -717526.6355885 Edm = 0.00110046 NCalls = 172 +VariableMetric: Iteration # 56 - FCN = -717526.6369364 Edm = 0.000303476 NCalls = 174 +VariableMetric: Iteration # 57 - FCN = -717526.6396403 Edm = 0.00220467 NCalls = 177 +VariableMetric: Iteration # 58 - FCN = -717527.1818543 Edm = 0.163222 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -717527.5886069 Edm = 1.97793 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -717527.7272402 Edm = 0.199696 NCalls = 192 +VariableMetric: Iteration # 61 - FCN = -717528.397512 Edm = 0.472973 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -717530.948038 Edm = 0.835863 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -717531.8168422 Edm = 0.100232 NCalls = 200 +VariableMetric: Iteration # 64 - FCN = -717531.9061857 Edm = 0.000910676 NCalls = 201 +VariableMetric: Iteration # 65 - FCN = -717531.9070837 Edm = 4.54042e-05 NCalls = 203 +VariableMetric: After Hessian - FCN = -717531.9070837 Edm = 8439.74 NCalls = 556 +VariableMetric: Iteration # 66 - FCN = -717531.9070837 Edm = 8439.74 NCalls = 556 +VariableMetric: Iteration # 67 - FCN = -717534.5167591 Edm = 0.486879 NCalls = 567 +VariableMetric: Iteration # 68 - FCN = -717536.8349349 Edm = 97.5141 NCalls = 570 +VariableMetric: Iteration # 69 - FCN = -717538.6153184 Edm = 0.161264 NCalls = 572 +VariableMetric: Iteration # 70 - FCN = -717539.3286592 Edm = 0.379835 NCalls = 574 +VariableMetric: Iteration # 71 - FCN = -717540.4910228 Edm = 0.154611 NCalls = 576 +VariableMetric: Iteration # 72 - FCN = -717541.889421 Edm = 0.152341 NCalls = 580 +VariableMetric: Iteration # 73 - FCN = -717542.2187019 Edm = 0.167784 NCalls = 582 +VariableMetric: Iteration # 74 - FCN = -717542.4477232 Edm = 0.357233 NCalls = 585 +VariableMetric: Iteration # 75 - FCN = -717549.092569 Edm = 1.65695 NCalls = 592 +VariableMetric: Iteration # 76 - FCN = -717549.5723798 Edm = 2.32841 NCalls = 594 +VariableMetric: Iteration # 77 - FCN = -717551.6252415 Edm = 1.3962 NCalls = 597 +VariableMetric: Iteration # 78 - FCN = -717554.1040116 Edm = 2.37318 NCalls = 600 +VariableMetric: Iteration # 79 - FCN = -717557.6564768 Edm = 5.09682 NCalls = 603 +VariableMetric: Iteration # 80 - FCN = -717559.9255545 Edm = 0.980116 NCalls = 606 +VariableMetric: Iteration # 81 - FCN = -717561.0754028 Edm = 0.372116 NCalls = 608 +VariableMetric: Iteration # 82 - FCN = -717561.9215276 Edm = 0.251533 NCalls = 610 +VariableMetric: Iteration # 83 - FCN = -717562.8526014 Edm = 0.220209 NCalls = 613 +VariableMetric: Iteration # 84 - FCN = -717563.2910701 Edm = 0.381922 NCalls = 616 +VariableMetric: Iteration # 85 - FCN = -717563.8971293 Edm = 0.789142 NCalls = 619 +VariableMetric: Iteration # 86 - FCN = -717564.9704483 Edm = 2.57084 NCalls = 623 +VariableMetric: Iteration # 87 - FCN = -717565.3865325 Edm = 0.839611 NCalls = 626 +VariableMetric: Iteration # 88 - FCN = -717566.8028772 Edm = 3.71695 NCalls = 629 +VariableMetric: Iteration # 89 - FCN = -717568.5032775 Edm = 4.47925 NCalls = 632 +VariableMetric: Iteration # 90 - FCN = -717569.0090488 Edm = 0.422083 NCalls = 635 +VariableMetric: Iteration # 91 - FCN = -717571.6897908 Edm = 1.2427 NCalls = 639 +VariableMetric: Iteration # 92 - FCN = -717573.418971 Edm = 0.829681 NCalls = 642 +VariableMetric: Iteration # 93 - FCN = -717574.7055535 Edm = 0.572761 NCalls = 645 +VariableMetric: Iteration # 94 - FCN = -717575.7069519 Edm = 0.524431 NCalls = 647 +VariableMetric: Iteration # 95 - FCN = -717576.2872097 Edm = 0.278943 NCalls = 650 +VariableMetric: Iteration # 96 - FCN = -717576.6368832 Edm = 0.32803 NCalls = 653 +VariableMetric: Iteration # 97 - FCN = -717577.2445845 Edm = 0.473595 NCalls = 655 +VariableMetric: Iteration # 98 - FCN = -717578.1189726 Edm = 0.710415 NCalls = 659 +VariableMetric: Iteration # 99 - FCN = -717578.416145 Edm = 0.362812 NCalls = 662 +VariableMetric: Iteration # 100 - FCN = -717578.9867254 Edm = 0.192646 NCalls = 666 +VariableMetric: Iteration # 101 - FCN = -717579.4234849 Edm = 0.20039 NCalls = 669 +VariableMetric: Iteration # 102 - FCN = -717579.9178158 Edm = 0.172125 NCalls = 671 +VariableMetric: Iteration # 103 - FCN = -717580.2628023 Edm = 0.114349 NCalls = 673 +VariableMetric: Iteration # 104 - FCN = -717580.5016897 Edm = 0.0598506 NCalls = 675 +VariableMetric: Iteration # 105 - FCN = -717580.6464162 Edm = 0.058642 NCalls = 677 +VariableMetric: Iteration # 106 - FCN = -717580.749571 Edm = 0.0314333 NCalls = 679 +VariableMetric: Iteration # 107 - FCN = -717580.8011831 Edm = 0.0158831 NCalls = 681 +VariableMetric: Iteration # 108 - FCN = -717580.8626008 Edm = 0.0243586 NCalls = 683 +VariableMetric: Iteration # 109 - FCN = -717580.8980602 Edm = 0.00645875 NCalls = 685 +VariableMetric: Iteration # 110 - FCN = -717580.9101287 Edm = 0.00664249 NCalls = 687 +VariableMetric: Iteration # 111 - FCN = -717580.9223357 Edm = 0.0019099 NCalls = 689 +VariableMetric: Iteration # 112 - FCN = -717580.928871 Edm = 0.00155874 NCalls = 691 +VariableMetric: Iteration # 113 - FCN = -717580.9320558 Edm = 0.000333511 NCalls = 693 +VariableMetric: Iteration # 114 - FCN = -717580.932992 Edm = 0.000184824 NCalls = 695 +VariableMetric: Iteration # 115 - FCN = -717580.9337318 Edm = 0.000291409 NCalls = 697 +VariableMetric: Iteration # 116 - FCN = -717580.9344801 Edm = 4.56207e-05 NCalls = 699 +VariableMetric: After Hessian - FCN = -717580.9344801 Edm = 0.000960095 NCalls = 1064 +VariableMetric: Iteration # 117 - FCN = -717580.9344801 Edm = 0.000960095 NCalls = 1064 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713463.3425693 Edm = 1.38338 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713463.3425693 Edm = 1.38338 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715303.6674423 Edm = 0.502776 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -715307.5714806 Edm = 0.397799 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -715347.0862005 Edm = 21.1804 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -715395.1378356 Edm = 0.0717654 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -715395.27223 Edm = 0.0528983 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -715446.8546616 Edm = 4.08401 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -715515.3699862 Edm = 7.84292 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -715528.3519454 Edm = 2.12269 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -715533.9779912 Edm = 0.583461 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -715534.8673578 Edm = 0.140496 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -715535.2394055 Edm = 0.353582 NCalls = 40 +VariableMetric: Iteration # 12 - FCN = -715564.2471424 Edm = 19.926 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -715618.3600975 Edm = 5.73087 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -715621.1528119 Edm = 0.261694 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -715621.3825189 Edm = 0.0242271 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -715621.4169179 Edm = 0.0125542 NCalls = 55 +VariableMetric: Iteration # 17 - FCN = -715622.5453862 Edm = 0.952355 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -715722.3658465 Edm = 40.6777 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -715781.6722487 Edm = 23.4981 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -715800.1232031 Edm = 1.87265 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -715801.6721391 Edm = 0.323802 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -715802.5270577 Edm = 0.356717 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -715803.127009 Edm = 0.0504446 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -715803.1744736 Edm = 0.0125847 NCalls = 78 +VariableMetric: Iteration # 25 - FCN = -715803.2825191 Edm = 0.10455 NCalls = 81 +VariableMetric: Iteration # 26 - FCN = -715816.2763186 Edm = 5.18939 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -715819.2622833 Edm = 0.0331936 NCalls = 89 +VariableMetric: Iteration # 28 - FCN = -715819.3346741 Edm = 0.0160935 NCalls = 91 +VariableMetric: Iteration # 29 - FCN = -715819.4101202 Edm = 0.0440936 NCalls = 93 +VariableMetric: Iteration # 30 - FCN = -715822.7128444 Edm = 2.81453 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -715846.4720323 Edm = 60.7123 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -715888.0134584 Edm = 18.8266 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -715905.1874432 Edm = 29.9861 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -715921.6755152 Edm = 43.2587 NCalls = 114 +VariableMetric: Iteration # 35 - FCN = -716117.6373024 Edm = 124.063 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -716373.3165117 Edm = 88.239 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -716457.978825 Edm = 32.2767 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -716513.6178553 Edm = 124.263 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -716857.7012448 Edm = 50.6851 NCalls = 134 +VariableMetric: Iteration # 40 - FCN = -716924.7346762 Edm = 14.0689 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -716998.4123137 Edm = 48.6107 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -717231.1295505 Edm = 31.3534 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -717240.9792321 Edm = 43.3933 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -717261.3287065 Edm = 0.518559 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -717263.2910079 Edm = 1.42442 NCalls = 153 +VariableMetric: Iteration # 46 - FCN = -717271.2126876 Edm = 2.39041 NCalls = 158 +VariableMetric: Iteration # 47 - FCN = -717273.2649481 Edm = 0.0822945 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -717273.3662073 Edm = 0.0371682 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -717273.416584 Edm = 0.0391147 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -717273.4670483 Edm = 0.0133012 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -717273.6760365 Edm = 0.180123 NCalls = 169 +VariableMetric: Iteration # 52 - FCN = -717299.6835891 Edm = 35.0826 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -717300.3665238 Edm = 0.768241 NCalls = 176 +VariableMetric: Iteration # 54 - FCN = -717303.0429405 Edm = 4.02141 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -717324.9117044 Edm = 17.8865 NCalls = 185 +VariableMetric: Iteration # 56 - FCN = -717453.328103 Edm = 59.4773 NCalls = 190 +VariableMetric: Iteration # 57 - FCN = -717492.1181972 Edm = 10.9949 NCalls = 192 +VariableMetric: Iteration # 58 - FCN = -717501.2722909 Edm = 5.12181 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -717504.6860308 Edm = 1.12405 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -717506.2056054 Edm = 0.319368 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -717506.7501878 Edm = 0.0439049 NCalls = 199 +VariableMetric: Iteration # 62 - FCN = -717506.8076128 Edm = 0.00553808 NCalls = 201 +VariableMetric: Iteration # 63 - FCN = -717506.8163288 Edm = 0.00205917 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -717506.82055 Edm = 0.000489707 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -717506.8220406 Edm = 0.000996281 NCalls = 207 +VariableMetric: Iteration # 66 - FCN = -717506.8622856 Edm = 0.0387673 NCalls = 211 +VariableMetric: Iteration # 67 - FCN = -717512.492473 Edm = 4.52005 NCalls = 217 +VariableMetric: Iteration # 68 - FCN = -717523.7341357 Edm = 6.7551 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -717525.8665725 Edm = 0.922656 NCalls = 222 +VariableMetric: Iteration # 70 - FCN = -717526.6118455 Edm = 0.0311395 NCalls = 224 +VariableMetric: Iteration # 71 - FCN = -717526.650633 Edm = 0.0129589 NCalls = 226 +VariableMetric: Iteration # 72 - FCN = -717526.6880343 Edm = 0.00641152 NCalls = 229 +VariableMetric: Iteration # 73 - FCN = -717526.6963978 Edm = 0.000825857 NCalls = 231 +VariableMetric: Iteration # 74 - FCN = -717526.6983136 Edm = 0.00156239 NCalls = 233 +VariableMetric: Iteration # 75 - FCN = -717526.7131942 Edm = 0.0144084 NCalls = 237 +VariableMetric: Iteration # 76 - FCN = -717526.7307779 Edm = 0.0141093 NCalls = 241 +VariableMetric: Iteration # 77 - FCN = -717527.0292132 Edm = 0.364874 NCalls = 246 +VariableMetric: Iteration # 78 - FCN = -717527.1121636 Edm = 0.120707 NCalls = 250 +VariableMetric: Iteration # 79 - FCN = -717528.4655805 Edm = 0.805118 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -717535.434688 Edm = 3.21569 NCalls = 260 +VariableMetric: Iteration # 81 - FCN = -717538.9301276 Edm = 1.17526 NCalls = 262 +VariableMetric: Iteration # 82 - FCN = -717540.4724964 Edm = 0.062788 NCalls = 265 +VariableMetric: Iteration # 83 - FCN = -717540.5685361 Edm = 0.00660538 NCalls = 267 +VariableMetric: Iteration # 84 - FCN = -717540.5764622 Edm = 0.000375315 NCalls = 269 +VariableMetric: Iteration # 85 - FCN = -717540.5772257 Edm = 0.000530998 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -717540.6131355 Edm = 0.0403305 NCalls = 277 +VariableMetric: Iteration # 87 - FCN = -717540.6328716 Edm = 0.0183831 NCalls = 282 +VariableMetric: Iteration # 88 - FCN = -717542.0933199 Edm = 1.74404 NCalls = 288 +VariableMetric: Iteration # 89 - FCN = -717543.2019606 Edm = 0.674556 NCalls = 299 +VariableMetric: Iteration # 90 - FCN = -717544.7594297 Edm = 0.42757 NCalls = 301 +VariableMetric: Iteration # 91 - FCN = -717544.9460937 Edm = 0.0234146 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -717544.9695884 Edm = 0.00307744 NCalls = 305 +VariableMetric: Iteration # 93 - FCN = -717544.9792112 Edm = 0.00164774 NCalls = 308 +VariableMetric: Iteration # 94 - FCN = -717544.9820101 Edm = 0.000231954 NCalls = 310 +VariableMetric: Iteration # 95 - FCN = -717544.9823803 Edm = 6.52464e-05 NCalls = 312 +VariableMetric: Iteration # 96 - FCN = -717544.9828042 Edm = 0.000472819 NCalls = 315 +VariableMetric: Iteration # 97 - FCN = -717544.9911932 Edm = 0.00753698 NCalls = 321 +VariableMetric: Iteration # 98 - FCN = -717545.4939815 Edm = 0.673711 NCalls = 327 +VariableMetric: Iteration # 99 - FCN = -717545.5138073 Edm = 0.0329558 NCalls = 330 +VariableMetric: Iteration # 100 - FCN = -717545.8313052 Edm = 0.234788 NCalls = 334 +VariableMetric: Iteration # 101 - FCN = -717546.9580352 Edm = 0.167577 NCalls = 336 +VariableMetric: Iteration # 102 - FCN = -717547.187764 Edm = 0.00270935 NCalls = 339 +VariableMetric: Iteration # 103 - FCN = -717547.1910499 Edm = 0.000116289 NCalls = 341 +VariableMetric: Iteration # 104 - FCN = -717547.1913786 Edm = 9.58816e-05 NCalls = 343 +VariableMetric: Iteration # 105 - FCN = -717547.1916977 Edm = 2.7116e-05 NCalls = 345 +VariableMetric: After Hessian - FCN = -717547.1916977 Edm = 2.24746 NCalls = 712 +VariableMetric: Iteration # 106 - FCN = -717547.1916977 Edm = 2.24746 NCalls = 712 +VariableMetric: Iteration # 107 - FCN = -717549.7223406 Edm = 0.100479 NCalls = 715 +VariableMetric: Iteration # 108 - FCN = -717549.8536223 Edm = 0.042872 NCalls = 719 +VariableMetric: Iteration # 109 - FCN = -717549.9202615 Edm = 0.00764513 NCalls = 722 +VariableMetric: Iteration # 110 - FCN = -717549.9319741 Edm = 0.00220539 NCalls = 724 +VariableMetric: Iteration # 111 - FCN = -717549.9342822 Edm = 0.0014038 NCalls = 726 +VariableMetric: Iteration # 112 - FCN = -717549.936231 Edm = 0.000576953 NCalls = 729 +VariableMetric: Iteration # 113 - FCN = -717549.9375213 Edm = 0.000181414 NCalls = 732 +VariableMetric: Iteration # 114 - FCN = -717549.9379349 Edm = 0.000328927 NCalls = 734 +VariableMetric: Iteration # 115 - FCN = -717549.9382866 Edm = 0.000170221 NCalls = 736 +VariableMetric: Iteration # 116 - FCN = -717549.938485 Edm = 2.59503e-05 NCalls = 738 +VariableMetric: After Hessian - FCN = -717549.938485 Edm = 6.14336e-05 NCalls = 1119 +VariableMetric: Iteration # 117 - FCN = -717549.938485 Edm = 6.14336e-05 NCalls = 1119 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711583.6321737 Edm = 7.25184 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711583.6321737 Edm = 7.25184 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -714897.7560288 Edm = 1.87411 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -714918.2969535 Edm = 2.5954 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -715224.4785549 Edm = 115.411 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -715452.4568638 Edm = 9.61393 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -715459.6695493 Edm = 0.646281 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -715460.2125125 Edm = 0.1006 NCalls = 24 +VariableMetric: Iteration # 7 - FCN = -715501.4794336 Edm = 30.5696 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -715620.8219683 Edm = 0.897029 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -715622.6850834 Edm = 0.256993 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -715623.5139785 Edm = 0.262993 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -715658.545844 Edm = 16.3509 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -715752.5899212 Edm = 19.1252 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -715771.5300818 Edm = 0.181587 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -715771.664003 Edm = 0.0304791 NCalls = 52 +VariableMetric: Iteration # 15 - FCN = -715771.707817 Edm = 0.0316836 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -715774.3069103 Edm = 2.2124 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -715885.4434023 Edm = 2.82796 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -715888.9193641 Edm = 0.0288674 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -715888.9811768 Edm = 0.0273672 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -715889.8316276 Edm = 0.785511 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -715923.8260171 Edm = 18.3502 NCalls = 76 +VariableMetric: Iteration # 22 - FCN = -715986.626217 Edm = 12.4006 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -716016.5313403 Edm = 9.30675 NCalls = 85 +VariableMetric: Iteration # 24 - FCN = -716056.9645971 Edm = 24.8266 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -716064.1225068 Edm = 20.8746 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -716073.0781573 Edm = 11.4417 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -716077.7974539 Edm = 1.01582 NCalls = 101 +VariableMetric: Iteration # 28 - FCN = -716080.0374713 Edm = 0.348892 NCalls = 103 +VariableMetric: Iteration # 29 - FCN = -716080.529849 Edm = 0.00760638 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -716080.5412541 Edm = 0.0032656 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -716080.6215862 Edm = 0.0696442 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -716095.5549768 Edm = 13.2966 NCalls = 118 +VariableMetric: Iteration # 33 - FCN = -716173.5760181 Edm = 93.7704 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -716862.0244139 Edm = 109.924 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -716999.3453089 Edm = 585.13 NCalls = 131 +VariableMetric: Iteration # 36 - FCN = -717167.5608286 Edm = 61.9251 NCalls = 134 +VariableMetric: Iteration # 37 - FCN = -717239.4740193 Edm = 21.6137 NCalls = 136 +VariableMetric: Iteration # 38 - FCN = -717256.5501159 Edm = 9.62752 NCalls = 138 +VariableMetric: Iteration # 39 - FCN = -717267.0882507 Edm = 1.36499 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -717270.5584034 Edm = 0.586344 NCalls = 144 +VariableMetric: Iteration # 41 - FCN = -717271.3720151 Edm = 0.0933226 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -717271.5350435 Edm = 0.0393351 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -717271.5773417 Edm = 0.0100424 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -717271.6010757 Edm = 0.0183119 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -717271.6913852 Edm = 0.0422571 NCalls = 156 +VariableMetric: Iteration # 46 - FCN = -717272.066177 Edm = 0.273997 NCalls = 159 +VariableMetric: Iteration # 47 - FCN = -717297.169655 Edm = 27.3956 NCalls = 165 +VariableMetric: Iteration # 48 - FCN = -717308.5747411 Edm = 10.3012 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -717311.4469442 Edm = 2.12348 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -717365.7219293 Edm = 32.1173 NCalls = 177 +VariableMetric: Iteration # 51 - FCN = -717408.3200976 Edm = 7.18235 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -717418.232837 Edm = 3.82153 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -717422.1600656 Edm = 0.896342 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -717422.9756153 Edm = 0.208818 NCalls = 186 +VariableMetric: Iteration # 55 - FCN = -717423.2498292 Edm = 0.0483834 NCalls = 188 +VariableMetric: Iteration # 56 - FCN = -717423.3002188 Edm = 0.0120711 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -717423.3151151 Edm = 0.0076417 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -717423.3356413 Edm = 0.0173213 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -717423.4231086 Edm = 0.0568933 NCalls = 197 +VariableMetric: Iteration # 60 - FCN = -717425.6718691 Edm = 1.87505 NCalls = 202 +VariableMetric: Iteration # 61 - FCN = -717469.5073972 Edm = 19.1947 NCalls = 207 +VariableMetric: Iteration # 62 - FCN = -717470.0820625 Edm = 2.70928 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -717477.2456556 Edm = 3.48953 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -717481.6747729 Edm = 1.15908 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -717484.7395978 Edm = 1.82091 NCalls = 218 +VariableMetric: Iteration # 66 - FCN = -717485.4982114 Edm = 1.71958 NCalls = 221 +VariableMetric: Iteration # 67 - FCN = -717490.8422588 Edm = 7.03699 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -717493.7636403 Edm = 3.87447 NCalls = 229 +VariableMetric: Iteration # 69 - FCN = -717510.3841604 Edm = 4.65075 NCalls = 234 +VariableMetric: Iteration # 70 - FCN = -717513.2467485 Edm = 0.559109 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -717515.0899571 Edm = 1.55999 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -717526.2468422 Edm = 8.07734 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -717549.3619689 Edm = 2.7716 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -717552.150373 Edm = 0.19157 NCalls = 246 +VariableMetric: Iteration # 75 - FCN = -717552.3315841 Edm = 0.0367625 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -717552.400749 Edm = 0.00915349 NCalls = 249 +VariableMetric: Iteration # 77 - FCN = -717552.4185549 Edm = 0.00744759 NCalls = 251 +VariableMetric: Iteration # 78 - FCN = -717552.5153979 Edm = 0.0577608 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -717554.2837191 Edm = 1.33316 NCalls = 258 +VariableMetric: Iteration # 80 - FCN = -717561.2146525 Edm = 0.356198 NCalls = 262 +VariableMetric: Iteration # 81 - FCN = -717561.6566932 Edm = 0.0675833 NCalls = 264 +VariableMetric: Iteration # 82 - FCN = -717561.732232 Edm = 0.0106692 NCalls = 266 +VariableMetric: Iteration # 83 - FCN = -717561.7464905 Edm = 0.000854544 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -717561.7492477 Edm = 0.00166845 NCalls = 270 +VariableMetric: Iteration # 85 - FCN = -717561.9793177 Edm = 0.221787 NCalls = 275 +VariableMetric: Iteration # 86 - FCN = -717562.0199082 Edm = 0.0382896 NCalls = 279 +VariableMetric: Iteration # 87 - FCN = -717570.8314383 Edm = 1.06337 NCalls = 285 +VariableMetric: Iteration # 88 - FCN = -717571.6165649 Edm = 0.041994 NCalls = 287 +VariableMetric: Iteration # 89 - FCN = -717571.6558326 Edm = 0.00324237 NCalls = 288 +VariableMetric: Iteration # 90 - FCN = -717571.6580698 Edm = 0.000220726 NCalls = 290 +VariableMetric: Iteration # 91 - FCN = -717571.6585873 Edm = 0.000327254 NCalls = 292 +VariableMetric: Iteration # 92 - FCN = -717571.6683057 Edm = 0.0089699 NCalls = 297 +VariableMetric: Iteration # 93 - FCN = -717572.1694829 Edm = 0.383564 NCalls = 302 +VariableMetric: Iteration # 94 - FCN = -717574.8261049 Edm = 0.0398253 NCalls = 305 +VariableMetric: Iteration # 95 - FCN = -717574.8651995 Edm = 0.000417442 NCalls = 306 +VariableMetric: Iteration # 96 - FCN = -717574.8656045 Edm = 4.78797e-05 NCalls = 307 +VariableMetric: After Hessian - FCN = -717574.8656045 Edm = 8.47851 NCalls = 672 +VariableMetric: Iteration # 97 - FCN = -717574.8656045 Edm = 8.47851 NCalls = 672 +VariableMetric: Iteration # 98 - FCN = -717576.5051421 Edm = 15.3134 NCalls = 674 +VariableMetric: Iteration # 99 - FCN = -717581.4755061 Edm = 0.300328 NCalls = 676 +VariableMetric: Iteration # 100 - FCN = -717581.924419 Edm = 0.0950356 NCalls = 678 +VariableMetric: Iteration # 101 - FCN = -717582.2110328 Edm = 0.196453 NCalls = 681 +VariableMetric: Iteration # 102 - FCN = -717582.3448324 Edm = 0.118725 NCalls = 684 +VariableMetric: Iteration # 103 - FCN = -717583.0118434 Edm = 0.327629 NCalls = 689 +VariableMetric: Iteration # 104 - FCN = -717583.133068 Edm = 0.417935 NCalls = 691 +VariableMetric: Iteration # 105 - FCN = -717583.4077865 Edm = 0.0940523 NCalls = 695 +VariableMetric: Iteration # 106 - FCN = -717583.476295 Edm = 0.0948353 NCalls = 696 +VariableMetric: Iteration # 107 - FCN = -717583.5739633 Edm = 0.0932073 NCalls = 698 +VariableMetric: Iteration # 108 - FCN = -717583.747028 Edm = 0.0884133 NCalls = 702 +VariableMetric: Iteration # 109 - FCN = -717583.8941664 Edm = 0.0749636 NCalls = 705 +VariableMetric: Iteration # 110 - FCN = -717583.9836495 Edm = 0.162529 NCalls = 708 +VariableMetric: Iteration # 111 - FCN = -717584.0244699 Edm = 0.0270997 NCalls = 710 +VariableMetric: Iteration # 112 - FCN = -717584.0589456 Edm = 0.00696718 NCalls = 712 +VariableMetric: Iteration # 113 - FCN = -717584.0711001 Edm = 0.00100598 NCalls = 715 +VariableMetric: Iteration # 114 - FCN = -717584.0722282 Edm = 0.000179987 NCalls = 717 +VariableMetric: Iteration # 115 - FCN = -717584.0724184 Edm = 0.00011265 NCalls = 719 +VariableMetric: Iteration # 116 - FCN = -717584.0727502 Edm = 0.000178156 NCalls = 721 +VariableMetric: Iteration # 117 - FCN = -717584.07362 Edm = 0.000203875 NCalls = 723 +VariableMetric: Iteration # 118 - FCN = -717584.0744787 Edm = 0.000611296 NCalls = 725 +VariableMetric: Iteration # 119 - FCN = -717584.0826417 Edm = 0.0129617 NCalls = 729 +VariableMetric: Iteration # 120 - FCN = -717584.0835041 Edm = 0.00112013 NCalls = 731 +VariableMetric: Iteration # 121 - FCN = -717584.0912617 Edm = 0.00629156 NCalls = 734 +VariableMetric: Iteration # 122 - FCN = -717584.0966057 Edm = 0.000903704 NCalls = 735 +VariableMetric: Iteration # 123 - FCN = -717584.0975257 Edm = 0.000408164 NCalls = 737 +VariableMetric: Iteration # 124 - FCN = -717584.0979075 Edm = 0.000167892 NCalls = 739 +VariableMetric: Iteration # 125 - FCN = -717584.0981747 Edm = 3.57616e-05 NCalls = 741 +VariableMetric: After Hessian - FCN = -717584.0981747 Edm = 6.4862e-05 NCalls = 1128 +VariableMetric: Iteration # 126 - FCN = -717584.0981747 Edm = 6.4862e-05 NCalls = 1128 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713012.5113696 Edm = 9.03691 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713012.5113696 Edm = 9.03691 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -716788.1850108 Edm = 0.671159 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -716791.7155968 Edm = 1.16848 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716927.8312137 Edm = 10.0881 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -716942.1248316 Edm = 0.297739 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -716942.5170676 Edm = 0.0950939 NCalls = 19 +VariableMetric: Iteration # 6 - FCN = -716962.6664471 Edm = 10.8551 NCalls = 25 +VariableMetric: Iteration # 7 - FCN = -716991.8249232 Edm = 0.633321 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -716992.6275313 Edm = 0.145084 NCalls = 29 +VariableMetric: Iteration # 9 - FCN = -717009.9200748 Edm = 16.344 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -717119.3960555 Edm = 6.1868 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -717125.0860365 Edm = 1.22728 NCalls = 39 +VariableMetric: Iteration # 12 - FCN = -717127.3523762 Edm = 0.0754293 NCalls = 41 +VariableMetric: Iteration # 13 - FCN = -717127.5069864 Edm = 0.0676852 NCalls = 43 +VariableMetric: Iteration # 14 - FCN = -717129.5739172 Edm = 2.37498 NCalls = 47 +VariableMetric: Iteration # 15 - FCN = -717145.2722012 Edm = 11.8971 NCalls = 53 +VariableMetric: Iteration # 16 - FCN = -717273.9736442 Edm = 4.74309 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -717280.4826449 Edm = 0.761031 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -717281.6574691 Edm = 0.309727 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -717282.3612796 Edm = 0.0735387 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -717282.5210683 Edm = 0.0526233 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -717282.6278777 Edm = 0.0252861 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -717282.6581053 Edm = 0.00494561 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -717282.6711381 Edm = 0.0075704 NCalls = 74 +VariableMetric: Iteration # 24 - FCN = -717282.7516216 Edm = 0.0609627 NCalls = 77 +VariableMetric: Iteration # 25 - FCN = -717287.2647233 Edm = 6.13063 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -717289.4559944 Edm = 2.22394 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -717304.1133473 Edm = 2.56305 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -717306.5108325 Edm = 0.0688452 NCalls = 93 +VariableMetric: Iteration # 29 - FCN = -717306.5680801 Edm = 0.00485171 NCalls = 95 +VariableMetric: Iteration # 30 - FCN = -717306.5744841 Edm = 0.000723687 NCalls = 97 +VariableMetric: Iteration # 31 - FCN = -717306.583545 Edm = 0.00817827 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -717310.5804902 Edm = 2.58163 NCalls = 107 +VariableMetric: Iteration # 33 - FCN = -717319.1470056 Edm = 0.223416 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -717319.4676639 Edm = 0.0184898 NCalls = 111 +VariableMetric: Iteration # 35 - FCN = -717319.4906092 Edm = 0.000917487 NCalls = 113 +VariableMetric: Iteration # 36 - FCN = -717319.4943135 Edm = 0.00282446 NCalls = 115 +VariableMetric: Iteration # 37 - FCN = -717319.6082532 Edm = 0.0939856 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -717327.4183557 Edm = 7.1946 NCalls = 127 +VariableMetric: Iteration # 39 - FCN = -717338.2542313 Edm = 6.51945 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -717341.6015445 Edm = 1.07821 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -717342.4430791 Edm = 0.103978 NCalls = 132 +VariableMetric: Iteration # 42 - FCN = -717342.5550348 Edm = 0.00434286 NCalls = 134 +VariableMetric: Iteration # 43 - FCN = -717342.5603227 Edm = 0.000673908 NCalls = 136 +VariableMetric: Iteration # 44 - FCN = -717342.566997 Edm = 0.00527172 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -717342.7242276 Edm = 0.1335 NCalls = 143 +VariableMetric: Iteration # 46 - FCN = -717351.3579708 Edm = 6.84485 NCalls = 149 +VariableMetric: Iteration # 47 - FCN = -717352.3637358 Edm = 1.8518 NCalls = 153 +VariableMetric: Iteration # 48 - FCN = -717364.3960275 Edm = 7.5484 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -717379.6867975 Edm = 1.85379 NCalls = 161 +VariableMetric: Iteration # 50 - FCN = -717381.1408767 Edm = 0.142818 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -717381.2683317 Edm = 0.0190179 NCalls = 164 +VariableMetric: Iteration # 52 - FCN = -717381.2925841 Edm = 0.00244848 NCalls = 166 +VariableMetric: Iteration # 53 - FCN = -717381.2968835 Edm = 0.000603644 NCalls = 168 +VariableMetric: Iteration # 54 - FCN = -717381.2985737 Edm = 0.000624713 NCalls = 170 +VariableMetric: Iteration # 55 - FCN = -717381.3603076 Edm = 0.058571 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -717385.5528873 Edm = 3.89383 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -717403.5124304 Edm = 2.99365 NCalls = 182 +VariableMetric: Iteration # 58 - FCN = -717406.7586757 Edm = 0.394924 NCalls = 183 +VariableMetric: Iteration # 59 - FCN = -717407.1775352 Edm = 0.0285072 NCalls = 185 +VariableMetric: Iteration # 60 - FCN = -717407.2069949 Edm = 0.00193832 NCalls = 186 +VariableMetric: Iteration # 61 - FCN = -717407.2091658 Edm = 0.000385975 NCalls = 188 +VariableMetric: Iteration # 62 - FCN = -717407.2108323 Edm = 0.00115 NCalls = 190 +VariableMetric: Iteration # 63 - FCN = -717407.2263407 Edm = 0.0172418 NCalls = 193 +VariableMetric: Iteration # 64 - FCN = -717408.1484967 Edm = 0.972976 NCalls = 200 +VariableMetric: Iteration # 65 - FCN = -717408.3408964 Edm = 0.187494 NCalls = 206 +VariableMetric: Iteration # 66 - FCN = -717419.4735176 Edm = 1.92324 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -717421.2365521 Edm = 0.389708 NCalls = 214 +VariableMetric: Iteration # 68 - FCN = -717421.5611297 Edm = 0.00589702 NCalls = 215 +VariableMetric: Iteration # 69 - FCN = -717421.5673734 Edm = 0.000326157 NCalls = 217 +VariableMetric: Iteration # 70 - FCN = -717421.568541 Edm = 0.000726134 NCalls = 219 +VariableMetric: Iteration # 71 - FCN = -717421.5980943 Edm = 0.0252787 NCalls = 223 +VariableMetric: Iteration # 72 - FCN = -717423.4374249 Edm = 1.65468 NCalls = 228 +VariableMetric: Iteration # 73 - FCN = -717442.0314883 Edm = 2.92885 NCalls = 232 +VariableMetric: Iteration # 74 - FCN = -717444.3882498 Edm = 0.26421 NCalls = 234 +VariableMetric: Iteration # 75 - FCN = -717444.618227 Edm = 0.011336 NCalls = 235 +VariableMetric: Iteration # 76 - FCN = -717444.627893 Edm = 0.000869635 NCalls = 236 +VariableMetric: Iteration # 77 - FCN = -717444.628941 Edm = 0.000454376 NCalls = 238 +VariableMetric: Iteration # 78 - FCN = -717444.6371926 Edm = 0.00810059 NCalls = 242 +VariableMetric: Iteration # 79 - FCN = -717445.0248943 Edm = 0.154646 NCalls = 249 +VariableMetric: Iteration # 80 - FCN = -717447.5498463 Edm = 2.07132 NCalls = 251 +VariableMetric: Iteration # 81 - FCN = -717460.0212076 Edm = 0.82428 NCalls = 254 +VariableMetric: Iteration # 82 - FCN = -717460.8352363 Edm = 0.106244 NCalls = 255 +VariableMetric: Iteration # 83 - FCN = -717460.9238371 Edm = 0.0198607 NCalls = 256 +VariableMetric: Iteration # 84 - FCN = -717460.9415966 Edm = 0.00168174 NCalls = 258 +VariableMetric: Iteration # 85 - FCN = -717460.9438072 Edm = 0.000263453 NCalls = 260 +VariableMetric: Iteration # 86 - FCN = -717460.9447947 Edm = 0.000649033 NCalls = 262 +VariableMetric: Iteration # 87 - FCN = -717460.9555539 Edm = 0.0101142 NCalls = 266 +VariableMetric: Iteration # 88 - FCN = -717461.1773158 Edm = 0.207 NCalls = 272 +VariableMetric: Iteration # 89 - FCN = -717463.7867803 Edm = 0.341009 NCalls = 275 +VariableMetric: Iteration # 90 - FCN = -717464.1420213 Edm = 0.0250797 NCalls = 277 +VariableMetric: Iteration # 91 - FCN = -717464.1632528 Edm = 0.000582416 NCalls = 278 +VariableMetric: Iteration # 92 - FCN = -717464.163794 Edm = 1.93449e-05 NCalls = 279 +VariableMetric: After Hessian - FCN = -717464.163794 Edm = 10.2775 NCalls = 642 +VariableMetric: Iteration # 93 - FCN = -717464.163794 Edm = 10.2775 NCalls = 642 +VariableMetric: Iteration # 94 - FCN = -717474.0944102 Edm = 0.366001 NCalls = 643 +VariableMetric: Iteration # 95 - FCN = -717475.3298428 Edm = 0.34532 NCalls = 649 +VariableMetric: Iteration # 96 - FCN = -717475.656467 Edm = 0.643689 NCalls = 651 +VariableMetric: Iteration # 97 - FCN = -717477.0661157 Edm = 0.49141 NCalls = 655 +VariableMetric: Iteration # 98 - FCN = -717477.28325 Edm = 0.257586 NCalls = 657 +VariableMetric: Iteration # 99 - FCN = -717477.4951318 Edm = 0.0700896 NCalls = 660 +VariableMetric: Iteration # 100 - FCN = -717477.6320988 Edm = 0.0586997 NCalls = 662 +VariableMetric: Iteration # 101 - FCN = -717477.6863498 Edm = 0.0310453 NCalls = 663 +VariableMetric: Iteration # 102 - FCN = -717477.7217192 Edm = 0.00873259 NCalls = 666 +VariableMetric: Iteration # 103 - FCN = -717477.7365741 Edm = 0.00133503 NCalls = 668 +VariableMetric: Iteration # 104 - FCN = -717477.7387843 Edm = 0.000790949 NCalls = 670 +VariableMetric: Iteration # 105 - FCN = -717477.7397883 Edm = 0.000538113 NCalls = 672 +VariableMetric: Iteration # 106 - FCN = -717477.7408013 Edm = 0.000185719 NCalls = 674 +VariableMetric: Iteration # 107 - FCN = -717477.7410805 Edm = 1.80936e-05 NCalls = 676 +VariableMetric: After Hessian - FCN = -717477.7410805 Edm = 2.77818e-05 NCalls = 1049 +VariableMetric: Iteration # 108 - FCN = -717477.7410805 Edm = 2.77818e-05 NCalls = 1049 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710391.0535404 Edm = 3.88472 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710391.0535404 Edm = 3.88472 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -713992.1218372 Edm = 0.0940337 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -713997.5080091 Edm = 0.0814229 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -714064.5303912 Edm = 1.03315 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -714065.5839272 Edm = 0.0683145 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -714067.0501027 Edm = 1.35119 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -714256.0601804 Edm = 34.9663 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -714290.5609583 Edm = 1.84721 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -714291.5217372 Edm = 0.221391 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -714291.9148114 Edm = 0.270018 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -714461.3010746 Edm = 15.3065 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -714612.0171852 Edm = 12.9408 NCalls = 43 +VariableMetric: Iteration # 12 - FCN = -714629.1488246 Edm = 0.771344 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -714630.4809932 Edm = 0.13383 NCalls = 47 +VariableMetric: Iteration # 14 - FCN = -714630.7084147 Edm = 0.022876 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -714630.7529645 Edm = 0.0152839 NCalls = 51 +VariableMetric: Iteration # 16 - FCN = -714632.4747912 Edm = 1.87526 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -714742.1995086 Edm = 58.1049 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -714905.7727386 Edm = 7.64423 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -714914.0189181 Edm = 3.39764 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -714916.5920235 Edm = 0.103383 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -714916.6866718 Edm = 0.0166883 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -714916.723585 Edm = 0.0226317 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -714917.1499302 Edm = 0.369011 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -715008.2947781 Edm = 64.1407 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -715299.6362929 Edm = 55.1903 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -715420.0122452 Edm = 6.72445 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -715424.4629773 Edm = 7.80916 NCalls = 94 +VariableMetric: Iteration # 28 - FCN = -716073.2517641 Edm = 432.22 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -716252.9909034 Edm = 323.191 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -716871.210262 Edm = 390.586 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -717099.3138757 Edm = 93.4961 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -717158.4482123 Edm = 70.8581 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -717220.6463937 Edm = 8.19552 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -717226.5240163 Edm = 3.47525 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -717229.8792767 Edm = 0.311403 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -717230.3207576 Edm = 0.084408 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -717230.7976381 Edm = 0.456486 NCalls = 122 +VariableMetric: Iteration # 38 - FCN = -717231.7370505 Edm = 0.0386643 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -717231.7726059 Edm = 0.00278701 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -717231.8063809 Edm = 0.0314414 NCalls = 129 +VariableMetric: Iteration # 41 - FCN = -717242.8684868 Edm = 9.04095 NCalls = 135 +VariableMetric: Iteration # 42 - FCN = -717284.7526775 Edm = 4.9969 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -717287.0209168 Edm = 0.818117 NCalls = 139 +VariableMetric: Iteration # 44 - FCN = -717287.49861 Edm = 0.0797488 NCalls = 141 +VariableMetric: Iteration # 45 - FCN = -717287.5714733 Edm = 0.00312597 NCalls = 142 +VariableMetric: Iteration # 46 - FCN = -717287.5827986 Edm = 0.00637662 NCalls = 144 +VariableMetric: Iteration # 47 - FCN = -717288.233976 Edm = 0.56023 NCalls = 149 +VariableMetric: Iteration # 48 - FCN = -717345.2149731 Edm = 20.9135 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -717367.3852553 Edm = 6.78922 NCalls = 157 +VariableMetric: Iteration # 50 - FCN = -717372.2627238 Edm = 0.823821 NCalls = 159 +VariableMetric: Iteration # 51 - FCN = -717372.8160986 Edm = 0.0688607 NCalls = 161 +VariableMetric: Iteration # 52 - FCN = -717372.9136702 Edm = 0.0105249 NCalls = 163 +VariableMetric: Iteration # 53 - FCN = -717372.9399536 Edm = 0.00928005 NCalls = 165 +VariableMetric: Iteration # 54 - FCN = -717372.9608722 Edm = 0.00488386 NCalls = 167 +VariableMetric: Iteration # 55 - FCN = -717373.0828603 Edm = 0.118707 NCalls = 171 +VariableMetric: Iteration # 56 - FCN = -717381.7320742 Edm = 0.364552 NCalls = 178 +VariableMetric: Iteration # 57 - FCN = -717417.0067983 Edm = 11.0369 NCalls = 180 +VariableMetric: Iteration # 58 - FCN = -717425.3697614 Edm = 4.21172 NCalls = 182 +VariableMetric: Iteration # 59 - FCN = -717429.5790313 Edm = 0.309752 NCalls = 184 +VariableMetric: Iteration # 60 - FCN = -717429.8999904 Edm = 0.0112305 NCalls = 185 +VariableMetric: Iteration # 61 - FCN = -717429.9125467 Edm = 0.00243629 NCalls = 187 +VariableMetric: Iteration # 62 - FCN = -717429.9154976 Edm = 0.000930566 NCalls = 189 +VariableMetric: Iteration # 63 - FCN = -717429.9175185 Edm = 0.000954735 NCalls = 191 +VariableMetric: Iteration # 64 - FCN = -717429.9389673 Edm = 0.0177387 NCalls = 195 +VariableMetric: Iteration # 65 - FCN = -717431.2959158 Edm = 1.38219 NCalls = 200 +VariableMetric: Iteration # 66 - FCN = -717452.8421173 Edm = 9.92413 NCalls = 207 +VariableMetric: Iteration # 67 - FCN = -717465.3953257 Edm = 7.44291 NCalls = 209 +VariableMetric: Iteration # 68 - FCN = -717471.6248192 Edm = 1.2785 NCalls = 211 +VariableMetric: Iteration # 69 - FCN = -717472.6034522 Edm = 0.0615947 NCalls = 213 +VariableMetric: Iteration # 70 - FCN = -717472.6612326 Edm = 0.0100864 NCalls = 214 +VariableMetric: Iteration # 71 - FCN = -717472.6711674 Edm = 0.00100116 NCalls = 216 +VariableMetric: Iteration # 72 - FCN = -717472.6723042 Edm = 0.000195798 NCalls = 218 +VariableMetric: Iteration # 73 - FCN = -717472.6733274 Edm = 0.000773207 NCalls = 221 +VariableMetric: Iteration # 74 - FCN = -717472.6993722 Edm = 0.0218283 NCalls = 225 +VariableMetric: Iteration # 75 - FCN = -717475.5986867 Edm = 2.13049 NCalls = 230 +VariableMetric: Iteration # 76 - FCN = -717481.9533426 Edm = 0.628451 NCalls = 233 +VariableMetric: Iteration # 77 - FCN = -717482.3891962 Edm = 0.10757 NCalls = 235 +VariableMetric: Iteration # 78 - FCN = -717482.5120062 Edm = 0.00856485 NCalls = 237 +VariableMetric: Iteration # 79 - FCN = -717482.5251363 Edm = 0.000786752 NCalls = 239 +VariableMetric: Iteration # 80 - FCN = -717482.5263983 Edm = 0.000172138 NCalls = 241 +VariableMetric: Iteration # 81 - FCN = -717482.5284273 Edm = 0.00186553 NCalls = 244 +VariableMetric: Iteration # 82 - FCN = -717482.6139446 Edm = 0.0931443 NCalls = 251 +VariableMetric: Iteration # 83 - FCN = -717482.6370225 Edm = 0.0229023 NCalls = 257 +VariableMetric: Iteration # 84 - FCN = -717482.9014539 Edm = 0.0452636 NCalls = 264 +VariableMetric: Iteration # 85 - FCN = -717484.3445648 Edm = 0.65682 NCalls = 266 +VariableMetric: Iteration # 86 - FCN = -717486.1898036 Edm = 0.227398 NCalls = 268 +VariableMetric: Iteration # 87 - FCN = -717486.3535005 Edm = 0.0117292 NCalls = 270 +VariableMetric: Iteration # 88 - FCN = -717486.3630926 Edm = 0.000213109 NCalls = 272 +VariableMetric: Iteration # 89 - FCN = -717486.3633106 Edm = 2.14437e-05 NCalls = 273 +VariableMetric: After Hessian - FCN = -717486.3633106 Edm = 1.05151e+06 NCalls = 632 +VariableMetric: Iteration # 90 - FCN = -717486.3633106 Edm = 1.05151e+06 NCalls = 632 +VariableMetric: Iteration # 91 - FCN = -717539.1305247 Edm = 643014 NCalls = 643 +VariableMetric: Iteration # 92 - FCN = -717554.2584568 Edm = 36.254 NCalls = 646 +VariableMetric: Iteration # 93 - FCN = -717572.2985473 Edm = 0.954395 NCalls = 649 +VariableMetric: Iteration # 94 - FCN = -717574.2378209 Edm = 0.0789816 NCalls = 651 +VariableMetric: Iteration # 95 - FCN = -717574.9028363 Edm = 0.0646448 NCalls = 654 +VariableMetric: Iteration # 96 - FCN = -717575.1764311 Edm = 0.155171 NCalls = 656 +VariableMetric: Iteration # 97 - FCN = -717575.5062146 Edm = 0.0754961 NCalls = 658 +VariableMetric: Iteration # 98 - FCN = -717575.6162696 Edm = 0.0356204 NCalls = 660 +VariableMetric: Iteration # 99 - FCN = -717575.8017706 Edm = 0.012319 NCalls = 662 +VariableMetric: Iteration # 100 - FCN = -717575.8643295 Edm = 0.0355875 NCalls = 664 +VariableMetric: Iteration # 101 - FCN = -717575.9699102 Edm = 0.012501 NCalls = 666 +VariableMetric: Iteration # 102 - FCN = -717575.9842117 Edm = 0.00412856 NCalls = 668 +VariableMetric: Iteration # 103 - FCN = -717576.0023778 Edm = 0.00281591 NCalls = 671 +VariableMetric: Iteration # 104 - FCN = -717576.007138 Edm = 0.00102682 NCalls = 673 +VariableMetric: Iteration # 105 - FCN = -717576.01286 Edm = 0.000853571 NCalls = 676 +VariableMetric: Iteration # 106 - FCN = -717576.0146721 Edm = 0.000577953 NCalls = 678 +VariableMetric: Iteration # 107 - FCN = -717576.0192159 Edm = 0.00122824 NCalls = 681 +VariableMetric: Iteration # 108 - FCN = -717576.0211409 Edm = 0.000315398 NCalls = 683 +VariableMetric: Iteration # 109 - FCN = -717576.0228129 Edm = 0.000271869 NCalls = 686 +VariableMetric: Iteration # 110 - FCN = -717576.0232922 Edm = 0.000157035 NCalls = 688 +VariableMetric: Iteration # 111 - FCN = -717576.0246383 Edm = 0.000262747 NCalls = 691 +VariableMetric: Iteration # 112 - FCN = -717576.0250932 Edm = 0.000137366 NCalls = 693 +VariableMetric: Iteration # 113 - FCN = -717576.0274714 Edm = 0.00133454 NCalls = 697 +VariableMetric: Iteration # 114 - FCN = -717576.0341585 Edm = 0.00262746 NCalls = 699 +VariableMetric: Iteration # 115 - FCN = -717576.0530185 Edm = 0.0537692 NCalls = 704 +VariableMetric: Iteration # 116 - FCN = -717576.0821157 Edm = 0.0339931 NCalls = 709 +VariableMetric: Iteration # 117 - FCN = -717576.0844568 Edm = 0.0099254 NCalls = 710 +VariableMetric: Iteration # 118 - FCN = -717576.1264909 Edm = 0.0137961 NCalls = 715 +VariableMetric: Iteration # 119 - FCN = -717576.1562708 Edm = 0.0161133 NCalls = 720 +VariableMetric: Iteration # 120 - FCN = -717576.2169555 Edm = 0.0424694 NCalls = 724 +VariableMetric: Iteration # 121 - FCN = -717576.2526182 Edm = 0.0562211 NCalls = 727 +VariableMetric: Iteration # 122 - FCN = -717576.2927704 Edm = 0.0133092 NCalls = 729 +VariableMetric: Iteration # 123 - FCN = -717576.3124462 Edm = 0.0100122 NCalls = 732 +VariableMetric: Iteration # 124 - FCN = -717576.3309474 Edm = 0.0139672 NCalls = 734 +VariableMetric: Iteration # 125 - FCN = -717576.3614591 Edm = 0.0160415 NCalls = 738 +VariableMetric: Iteration # 126 - FCN = -717576.3976756 Edm = 0.00870695 NCalls = 740 +VariableMetric: Iteration # 127 - FCN = -717576.415865 Edm = 0.0194892 NCalls = 742 +VariableMetric: Iteration # 128 - FCN = -717576.4313155 Edm = 0.00861747 NCalls = 745 +VariableMetric: Iteration # 129 - FCN = -717576.4475721 Edm = 0.0112708 NCalls = 748 +VariableMetric: Iteration # 130 - FCN = -717576.4543827 Edm = 0.00136012 NCalls = 750 +VariableMetric: Iteration # 131 - FCN = -717576.4581477 Edm = 0.00163766 NCalls = 752 +VariableMetric: Iteration # 132 - FCN = -717576.4648269 Edm = 0.0007288 NCalls = 754 +VariableMetric: Iteration # 133 - FCN = -717576.4661454 Edm = 0.000159976 NCalls = 756 +VariableMetric: Iteration # 134 - FCN = -717576.4665504 Edm = 0.000464495 NCalls = 758 +VariableMetric: Iteration # 135 - FCN = -717576.4670732 Edm = 0.000304546 NCalls = 760 +VariableMetric: Iteration # 136 - FCN = -717576.4680288 Edm = 0.000329988 NCalls = 762 +VariableMetric: Iteration # 137 - FCN = -717576.4692913 Edm = 0.000462379 NCalls = 764 +VariableMetric: Iteration # 138 - FCN = -717576.4723075 Edm = 0.0013359 NCalls = 767 +VariableMetric: Iteration # 139 - FCN = -717576.4758056 Edm = 0.000690058 NCalls = 769 +VariableMetric: Iteration # 140 - FCN = -717576.4770277 Edm = 0.000587567 NCalls = 771 +VariableMetric: Iteration # 141 - FCN = -717576.4784933 Edm = 0.000412111 NCalls = 773 +VariableMetric: Iteration # 142 - FCN = -717576.479038 Edm = 1.29797e-05 NCalls = 775 +VariableMetric: After Hessian - FCN = -717576.479038 Edm = 8.58516e-05 NCalls = 1150 +VariableMetric: Iteration # 143 - FCN = -717576.479038 Edm = 8.58516e-05 NCalls = 1150 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -713917.481249 Edm = 8.14745 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -713917.481249 Edm = 8.14745 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -715985.8523971 Edm = 0.0916496 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -715986.3077091 Edm = 0.370781 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -716026.967161 Edm = 0.391078 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -716027.4510324 Edm = 0.056065 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -716049.8646034 Edm = 21.9974 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -716247.6384744 Edm = 25.0757 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -716296.4541216 Edm = 1.36733 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -716298.0309404 Edm = 0.27019 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -716298.6008326 Edm = 0.620655 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -716340.3645137 Edm = 22.5708 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -716392.4624036 Edm = 0.177838 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -716392.7074831 Edm = 0.00900976 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -716392.7216306 Edm = 0.00632233 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -716394.6755538 Edm = 1.69861 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -716484.3590864 Edm = 5.79941 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -716490.6079712 Edm = 0.852007 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -716491.3122605 Edm = 0.175803 NCalls = 61 +VariableMetric: Iteration # 18 - FCN = -716491.5199237 Edm = 0.0170456 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -716491.5455143 Edm = 0.00457261 NCalls = 65 +VariableMetric: Iteration # 20 - FCN = -716491.5900913 Edm = 0.0363987 NCalls = 68 +VariableMetric: Iteration # 21 - FCN = -716508.0337765 Edm = 10.4441 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -716541.0941955 Edm = 4.56452 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -716545.6643695 Edm = 0.229515 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -716545.8743235 Edm = 0.00871013 NCalls = 80 +VariableMetric: Iteration # 25 - FCN = -716545.8933738 Edm = 0.0101261 NCalls = 82 +VariableMetric: Iteration # 26 - FCN = -716546.1608855 Edm = 0.221512 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -716558.2465382 Edm = 9.04605 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -716792.3110128 Edm = 117.839 NCalls = 96 +VariableMetric: Iteration # 29 - FCN = -716887.1863721 Edm = 69.1085 NCalls = 98 +VariableMetric: Iteration # 30 - FCN = -717015.9201189 Edm = 14.4864 NCalls = 100 +VariableMetric: Iteration # 31 - FCN = -717032.2608625 Edm = 13.1261 NCalls = 102 +VariableMetric: Iteration # 32 - FCN = -717047.0743124 Edm = 99.3993 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -717078.0533178 Edm = 38.1446 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -717080.5233669 Edm = 13.4889 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -717189.3376367 Edm = 21.8604 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -717222.4119965 Edm = 7.37352 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -717242.0354396 Edm = 6.78853 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -717261.6630779 Edm = 19.7802 NCalls = 128 +VariableMetric: Iteration # 39 - FCN = -717272.7514502 Edm = 21.19 NCalls = 131 +VariableMetric: Iteration # 40 - FCN = -717292.2836898 Edm = 2.42812 NCalls = 134 +VariableMetric: Iteration # 41 - FCN = -717294.0956303 Edm = 1.12221 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -717297.3143201 Edm = 3.50253 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -717302.5742587 Edm = 7.78826 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -717303.2060839 Edm = 0.712448 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -717304.5025616 Edm = 1.34502 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -717313.2683738 Edm = 11.8531 NCalls = 153 +VariableMetric: Iteration # 47 - FCN = -717334.0368296 Edm = 12.3657 NCalls = 158 +VariableMetric: Iteration # 48 - FCN = -717351.3528123 Edm = 1.43429 NCalls = 162 +VariableMetric: Iteration # 49 - FCN = -717353.1152112 Edm = 0.184334 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -717353.3462829 Edm = 0.0245301 NCalls = 166 +VariableMetric: Iteration # 51 - FCN = -717353.3986338 Edm = 0.00418251 NCalls = 168 +VariableMetric: Iteration # 52 - FCN = -717353.4096469 Edm = 0.00341327 NCalls = 170 +VariableMetric: Iteration # 53 - FCN = -717353.4284811 Edm = 0.0105488 NCalls = 173 +VariableMetric: Iteration # 54 - FCN = -717353.8348903 Edm = 0.35182 NCalls = 177 +VariableMetric: Iteration # 55 - FCN = -717365.983782 Edm = 10.9511 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -717378.2076845 Edm = 6.12976 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -717387.3030473 Edm = 0.895117 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -717388.2253015 Edm = 0.365463 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -717388.5982429 Edm = 0.0567668 NCalls = 191 +VariableMetric: Iteration # 60 - FCN = -717388.6679778 Edm = 0.00364603 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -717388.6735405 Edm = 0.00141084 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -717388.6876397 Edm = 0.00922986 NCalls = 198 +VariableMetric: Iteration # 63 - FCN = -717388.9368171 Edm = 0.183639 NCalls = 202 +VariableMetric: Iteration # 64 - FCN = -717401.0792093 Edm = 3.59904 NCalls = 207 +VariableMetric: Iteration # 65 - FCN = -717405.9207039 Edm = 0.899863 NCalls = 210 +VariableMetric: Iteration # 66 - FCN = -717406.3176875 Edm = 0.592102 NCalls = 212 +VariableMetric: Iteration # 67 - FCN = -717406.8657592 Edm = 0.295868 NCalls = 214 +VariableMetric: Iteration # 68 - FCN = -717407.3430502 Edm = 0.116559 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -717407.4399256 Edm = 0.0154021 NCalls = 219 +VariableMetric: Iteration # 70 - FCN = -717407.4556656 Edm = 0.00152902 NCalls = 221 +VariableMetric: Iteration # 71 - FCN = -717407.4582973 Edm = 0.00112914 NCalls = 223 +VariableMetric: Iteration # 72 - FCN = -717407.5665265 Edm = 0.0999754 NCalls = 229 +VariableMetric: Iteration # 73 - FCN = -717425.5284784 Edm = 8.17498 NCalls = 235 +VariableMetric: Iteration # 74 - FCN = -717440.8043657 Edm = 4.12345 NCalls = 237 +VariableMetric: Iteration # 75 - FCN = -717444.9264918 Edm = 0.186551 NCalls = 238 +VariableMetric: Iteration # 76 - FCN = -717445.2297504 Edm = 0.0445623 NCalls = 240 +VariableMetric: Iteration # 77 - FCN = -717445.3049081 Edm = 0.0221175 NCalls = 242 +VariableMetric: Iteration # 78 - FCN = -717445.3325946 Edm = 0.00591827 NCalls = 244 +VariableMetric: Iteration # 79 - FCN = -717445.3434623 Edm = 0.00397405 NCalls = 246 +VariableMetric: Iteration # 80 - FCN = -717445.4548659 Edm = 0.0894921 NCalls = 250 +VariableMetric: Iteration # 81 - FCN = -717446.8653187 Edm = 1.09239 NCalls = 253 +VariableMetric: Iteration # 82 - FCN = -717460.7401622 Edm = 13.1003 NCalls = 257 +VariableMetric: Iteration # 83 - FCN = -717484.0864898 Edm = 8.14941 NCalls = 261 +VariableMetric: Iteration # 84 - FCN = -717491.4637795 Edm = 3.692 NCalls = 263 +VariableMetric: Iteration # 85 - FCN = -717493.8942173 Edm = 1.09628 NCalls = 264 +VariableMetric: Iteration # 86 - FCN = -717494.6937751 Edm = 0.245623 NCalls = 266 +VariableMetric: Iteration # 87 - FCN = -717494.9056114 Edm = 0.0524912 NCalls = 268 +VariableMetric: Iteration # 88 - FCN = -717495.0129694 Edm = 0.0131753 NCalls = 270 +VariableMetric: Iteration # 89 - FCN = -717495.0357966 Edm = 0.00449202 NCalls = 272 +VariableMetric: Iteration # 90 - FCN = -717495.0402429 Edm = 0.00145191 NCalls = 273 +VariableMetric: Iteration # 91 - FCN = -717495.0428259 Edm = 0.00131718 NCalls = 275 +VariableMetric: Iteration # 92 - FCN = -717495.0509028 Edm = 0.00723906 NCalls = 278 +VariableMetric: Iteration # 93 - FCN = -717495.3120788 Edm = 0.270415 NCalls = 284 +VariableMetric: Iteration # 94 - FCN = -717495.3455885 Edm = 0.032729 NCalls = 288 +VariableMetric: Iteration # 95 - FCN = -717496.8765621 Edm = 0.740997 NCalls = 295 +VariableMetric: Iteration # 96 - FCN = -717497.0988113 Edm = 0.00387394 NCalls = 297 +VariableMetric: Iteration # 97 - FCN = -717497.1047338 Edm = 0.00165817 NCalls = 299 +VariableMetric: Iteration # 98 - FCN = -717497.1310038 Edm = 0.0249898 NCalls = 303 +VariableMetric: Iteration # 99 - FCN = -717497.9295819 Edm = 0.69829 NCalls = 310 +VariableMetric: Iteration # 100 - FCN = -717503.464608 Edm = 4.9245 NCalls = 314 +VariableMetric: Iteration # 101 - FCN = -717506.0661474 Edm = 4.92928 NCalls = 317 +VariableMetric: Iteration # 102 - FCN = -717516.4870574 Edm = 7.5631 NCalls = 321 +VariableMetric: Iteration # 103 - FCN = -717530.6570051 Edm = 0.806703 NCalls = 324 +VariableMetric: Iteration # 104 - FCN = -717531.2402872 Edm = 0.231174 NCalls = 326 +VariableMetric: Iteration # 105 - FCN = -717531.3831214 Edm = 0.0669096 NCalls = 328 +VariableMetric: Iteration # 106 - FCN = -717531.4538839 Edm = 0.0166961 NCalls = 330 +VariableMetric: Iteration # 107 - FCN = -717531.468819 Edm = 0.000626261 NCalls = 332 +VariableMetric: Iteration # 108 - FCN = -717531.4696766 Edm = 0.000511188 NCalls = 334 +VariableMetric: Iteration # 109 - FCN = -717531.4796187 Edm = 0.0102288 NCalls = 338 +VariableMetric: Iteration # 110 - FCN = -717531.8170393 Edm = 0.240402 NCalls = 345 +VariableMetric: Iteration # 111 - FCN = -717531.8421052 Edm = 0.000303105 NCalls = 346 +VariableMetric: Iteration # 112 - FCN = -717531.8441195 Edm = 0.00165189 NCalls = 349 +VariableMetric: Iteration # 113 - FCN = -717532.7144005 Edm = 0.722642 NCalls = 356 +VariableMetric: Iteration # 114 - FCN = -717541.5015037 Edm = 1.3283 NCalls = 360 +VariableMetric: Iteration # 115 - FCN = -717543.3281076 Edm = 0.189679 NCalls = 362 +VariableMetric: Iteration # 116 - FCN = -717543.564422 Edm = 0.0326858 NCalls = 364 +VariableMetric: Iteration # 117 - FCN = -717543.6010698 Edm = 0.0050828 NCalls = 366 +VariableMetric: Iteration # 118 - FCN = -717543.6072203 Edm = 0.000286068 NCalls = 368 +VariableMetric: Iteration # 119 - FCN = -717543.6077021 Edm = 0.000158003 NCalls = 370 +VariableMetric: Iteration # 120 - FCN = -717543.6128353 Edm = 0.0051199 NCalls = 374 +VariableMetric: Iteration # 121 - FCN = -717543.861267 Edm = 0.0481974 NCalls = 381 +VariableMetric: Iteration # 122 - FCN = -717545.1989406 Edm = 0.990327 NCalls = 383 +VariableMetric: Iteration # 123 - FCN = -717551.5276243 Edm = 2.53581 NCalls = 387 +VariableMetric: Iteration # 124 - FCN = -717556.6343113 Edm = 0.263809 NCalls = 390 +VariableMetric: Iteration # 125 - FCN = -717556.8305323 Edm = 0.0291524 NCalls = 392 +VariableMetric: Iteration # 126 - FCN = -717556.8575186 Edm = 0.00305142 NCalls = 393 +VariableMetric: Iteration # 127 - FCN = -717556.8615711 Edm = 0.000262469 NCalls = 395 +VariableMetric: Iteration # 128 - FCN = -717556.8619918 Edm = 0.000189549 NCalls = 397 +VariableMetric: Iteration # 129 - FCN = -717556.8640439 Edm = 0.00218511 NCalls = 401 +VariableMetric: Iteration # 130 - FCN = -717556.9771536 Edm = 0.0939996 NCalls = 408 +VariableMetric: Iteration # 131 - FCN = -717559.5430101 Edm = 2.02389 NCalls = 412 +VariableMetric: Iteration # 132 - FCN = -717565.4854927 Edm = 0.824268 NCalls = 415 +VariableMetric: Iteration # 133 - FCN = -717566.573188 Edm = 0.061046 NCalls = 417 +VariableMetric: Iteration # 134 - FCN = -717566.6281508 Edm = 0.00448599 NCalls = 419 +VariableMetric: Iteration # 135 - FCN = -717566.6321335 Edm = 0.000214539 NCalls = 420 +VariableMetric: Iteration # 136 - FCN = -717566.632527 Edm = 0.00018158 NCalls = 422 +VariableMetric: Iteration # 137 - FCN = -717566.6388828 Edm = 0.00557835 NCalls = 426 +VariableMetric: Iteration # 138 - FCN = -717566.881216 Edm = 0.229363 NCalls = 430 +VariableMetric: Iteration # 139 - FCN = -717572.8352951 Edm = 0.864806 NCalls = 435 +VariableMetric: Iteration # 140 - FCN = -717574.2841004 Edm = 0.0919853 NCalls = 437 +VariableMetric: Iteration # 141 - FCN = -717574.4423922 Edm = 0.00677484 NCalls = 439 +VariableMetric: Iteration # 142 - FCN = -717574.4526603 Edm = 0.00113291 NCalls = 441 +VariableMetric: Iteration # 143 - FCN = -717574.4551197 Edm = 7.34798e-05 NCalls = 443 +VariableMetric: After Hessian - FCN = -717574.4551197 Edm = 1.84386 NCalls = 816 +VariableMetric: Iteration # 144 - FCN = -717574.4551197 Edm = 1.84386 NCalls = 816 +VariableMetric: Iteration # 145 - FCN = -717576.2446989 Edm = 0.011945 NCalls = 817 +VariableMetric: Iteration # 146 - FCN = -717576.2629867 Edm = 0.0032493 NCalls = 819 +VariableMetric: Iteration # 147 - FCN = -717576.3652486 Edm = 0.0923473 NCalls = 826 +VariableMetric: Iteration # 148 - FCN = -717576.3669258 Edm = 0.00584309 NCalls = 828 +VariableMetric: Iteration # 149 - FCN = -717576.372662 Edm = 0.00299717 NCalls = 830 +VariableMetric: Iteration # 150 - FCN = -717576.3864397 Edm = 0.0121669 NCalls = 833 +VariableMetric: Iteration # 151 - FCN = -717576.7173974 Edm = 0.295717 NCalls = 842 +VariableMetric: Iteration # 152 - FCN = -717576.7190205 Edm = 0.00398593 NCalls = 844 +VariableMetric: Iteration # 153 - FCN = -717576.7215031 Edm = 0.00352784 NCalls = 846 +VariableMetric: Iteration # 154 - FCN = -717576.789251 Edm = 0.0878676 NCalls = 851 +VariableMetric: Iteration # 155 - FCN = -717576.8777957 Edm = 0.080455 NCalls = 856 +VariableMetric: Iteration # 156 - FCN = -717577.525341 Edm = 0.508141 NCalls = 861 +VariableMetric: Iteration # 157 - FCN = -717577.9249315 Edm = 0.277601 NCalls = 864 +VariableMetric: Iteration # 158 - FCN = -717578.0656583 Edm = 0.107388 NCalls = 866 +VariableMetric: Iteration # 159 - FCN = -717578.5041947 Edm = 0.0919913 NCalls = 869 +VariableMetric: Iteration # 160 - FCN = -717578.7448344 Edm = 0.205719 NCalls = 871 +VariableMetric: Iteration # 161 - FCN = -717578.8172777 Edm = 0.0568009 NCalls = 872 +VariableMetric: Iteration # 162 - FCN = -717578.9482166 Edm = 0.028163 NCalls = 876 +VariableMetric: Iteration # 163 - FCN = -717579.0242037 Edm = 0.0151146 NCalls = 880 +VariableMetric: Iteration # 164 - FCN = -717579.0358573 Edm = 0.0259826 NCalls = 882 +VariableMetric: Iteration # 165 - FCN = -717579.0489698 Edm = 0.00347676 NCalls = 884 +VariableMetric: Iteration # 166 - FCN = -717579.057556 Edm = 0.00351356 NCalls = 888 +VariableMetric: Iteration # 167 - FCN = -717579.0626267 Edm = 0.00157303 NCalls = 890 +VariableMetric: Iteration # 168 - FCN = -717579.064313 Edm = 0.000221991 NCalls = 893 +VariableMetric: Iteration # 169 - FCN = -717579.0645474 Edm = 2.88195e-05 NCalls = 895 +VariableMetric: After Hessian - FCN = -717579.0645474 Edm = 5.16979e-05 NCalls = 1276 +VariableMetric: Iteration # 170 - FCN = -717579.0645474 Edm = 5.16979e-05 NCalls = 1276 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.175E+05 | Ncalls=631 (642 total) | +| EDM = 1.2E+06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -717476.8038517269 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.20 | 0.29 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | 4.24 | 0.11 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.55 | 0.04 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.07 | 0.10 | | |0.00501244| 2.01499 | | +| 4 | p4040_p | -2.07 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.35 | 0.11 | | |0.918861 | 4.08114 | | +| 6 | rho_s | 1.67 | 0.05 | | |0.0253049| 2.0747 | | +| 7 | phi_p | -0.11 | 0.10 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 1.482 | 0.009 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.44 | 0.08 | | |0.126447 | 2.35355 | | +| 10| omega_s | 5.07 | 0.12 | | | 4.19232 | 9.40768 | | +| 11| Dbar_s | 0.12 | 0.12 | | | -1.464 | 1.464 | | +| 12| p4160_s | 2.42 | 0.15 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 0.65 | 0.11 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1358.64 | 0.06 | | | 1358.64 | 1433.36 | | +| 15| phi_s | 15.50 | 0.15 | | | 14.8182 | 23.5818 | | +| 16| Ctt | -0.25 | 0.15 | | | -0.5 | 0.5 | | +| 17| p3770_p | -2.43 | 0.18 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 0.982E4 | 0.011E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | 5.66 | 0.22 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p psi2s_p p4040_s p4040_p p3770_s rho_s phi_p jpsi_p p4415_s omega_s Dbar_s p4160_s omega_p psi2s_s phi_s Ctt p3770_p jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.941 0.940 0.882 0.917 0.791 0.075 -0.608 -0.400 0.775 0.034 -0.974 0.924 -0.427 0.903 0.320 0.970 0.950 0.980 -0.927 | +| p4160_p | 0.941 1.000 0.921 0.857 0.896 0.772 0.074 -0.595 -0.392 0.768 0.033 -0.953 0.905 -0.418 0.883 0.313 0.947 0.930 0.959 -0.907 | +| psi2s_p | 0.940 0.921 1.000 0.864 0.898 0.773 0.074 -0.595 -0.390 0.759 0.033 -0.956 0.906 -0.417 0.883 0.312 0.950 0.933 0.958 -0.907 | +| p4040_s | 0.882 0.857 0.864 1.000 0.842 0.730 0.070 -0.561 -0.375 0.718 0.031 -0.897 0.852 -0.394 0.832 0.295 0.894 0.879 0.904 -0.856 | +| p4040_p | 0.917 0.896 0.898 0.842 1.000 0.749 0.072 -0.580 -0.384 0.746 0.032 -0.929 0.894 -0.407 0.861 0.305 0.922 0.905 0.934 -0.884 | +| p3770_s | 0.791 0.772 0.773 0.730 0.749 1.000 0.062 -0.502 -0.336 0.643 0.028 -0.803 0.765 -0.352 0.745 0.264 0.799 0.779 0.809 -0.766 | +| rho_s | 0.075 0.074 0.074 0.070 0.072 0.062 1.000 -0.047 -0.030 0.061 -0.008 -0.077 0.073 0.012 0.071 0.023 0.076 0.075 0.077 -0.063 | +| phi_p | -0.608 -0.595 -0.595 -0.561 -0.580 -0.502 -0.047 1.000 0.246 -0.494 -0.023 0.618 -0.588 0.273 -0.572 -0.150 -0.614 -0.602 -0.620 0.585 | +| jpsi_p | -0.400 -0.392 -0.390 -0.375 -0.384 -0.336 -0.030 0.246 1.000 -0.329 -0.015 0.404 -0.390 0.174 -0.372 -0.132 -0.402 -0.397 -0.403 0.375 | +| p4415_s | 0.775 0.768 0.759 0.718 0.746 0.643 0.061 -0.494 -0.329 1.000 0.027 -0.790 0.754 -0.346 0.732 0.259 0.789 0.771 0.795 -0.753 | +| omega_s | 0.034 0.033 0.033 0.031 0.032 0.028 -0.008 -0.023 -0.015 0.027 1.000 -0.034 0.033 0.029 0.032 0.012 0.034 0.034 0.035 -0.036 | +| Dbar_s | -0.974 -0.953 -0.956 -0.897 -0.929 -0.803 -0.077 0.618 0.404 -0.790 -0.034 1.000 -0.941 0.434 -0.917 -0.325 -0.985 -0.965 -0.996 0.942 | +| p4160_s | 0.924 0.905 0.906 0.852 0.894 0.765 0.073 -0.588 -0.390 0.754 0.033 -0.941 1.000 -0.412 0.872 0.309 0.938 0.919 0.947 -0.897 | +| omega_p | -0.427 -0.418 -0.417 -0.394 -0.407 -0.352 0.012 0.273 0.174 -0.346 0.029 0.434 -0.412 1.000 -0.401 -0.141 -0.431 -0.422 -0.435 0.412 | +| psi2s_s | 0.903 0.883 0.883 0.832 0.861 0.745 0.071 -0.572 -0.372 0.732 0.032 -0.917 0.872 -0.401 1.000 0.300 0.912 0.893 0.921 -0.872 | +| phi_s | 0.320 0.313 0.312 0.295 0.305 0.264 0.023 -0.150 -0.132 0.259 0.012 -0.325 0.309 -0.141 0.300 1.000 0.323 0.316 0.326 -0.305 | +| Ctt | 0.970 0.947 0.950 0.894 0.922 0.799 0.076 -0.614 -0.402 0.789 0.034 -0.985 0.938 -0.431 0.912 0.323 1.000 0.958 0.990 -0.937 | +| p3770_p | 0.950 0.930 0.933 0.879 0.905 0.779 0.075 -0.602 -0.397 0.771 0.034 -0.965 0.919 -0.422 0.893 0.316 0.958 1.000 0.970 -0.918 | +| jpsi_s | 0.980 0.959 0.958 0.904 0.934 0.809 0.077 -0.620 -0.403 0.795 0.035 -0.996 0.947 -0.435 0.921 0.326 0.990 0.970 1.000 -0.947 | +| rho_p | -0.927 -0.907 -0.907 -0.856 -0.884 -0.766 -0.063 0.585 0.375 -0.753 -0.036 0.942 -0.897 0.412 -0.872 -0.305 -0.937 -0.918 -0.947 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.29478021668516896}), (, {'error': 0.11180384716202152}), (, {'error': 0.04164719468422584}), (, {'error': 0.10084660075147567}), (, {'error': 0.1722910373022266}), (, {'error': 0.11281384224294833}), (, {'error': 0.04690484393404204}), (, {'error': 0.10399657852537514}), (, {'error': 0.008950668807960138}), (, {'error': 0.08354116699052672}), (, {'error': 0.12056782935563026}), (, {'error': 0.11667021250831111}), (, {'error': 0.15337260151999854}), (, {'error': 0.10559363390863696}), (, {'error': 0.058746056692029924}), (, {'error': 0.14861413844010407}), (, {'error': 0.14598950810544045}), (, {'error': 0.1828279178615555}), (, {'error': 111.41263248672112}), (, {'error': 0.21951995304507843})]) +Toy 1/10 +Time taken: 55 min, 1 +Projected time left: 8 h, 15 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.176E+05 | Ncalls=1192 (1192 total) | +| EDM = 0.000351 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -717584.3335241731 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 4.11 | 0.15 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | 4.24 | 0.09 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.232 | 0.027 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.03 | 0.15 | | |0.00501244| 2.01499 | | +| 4 | p4040_p | -2.33 | 0.16 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.37 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | rho_s | 1.95 | 0.24 | | |0.0253049| 2.0747 | | +| 7 | phi_p | -6 | 8 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 4.738 | 0.017 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.27 | 0.16 | | |0.126447 | 2.35355 | | +| 10| omega_s | 5.1 | 1.6 | | | 4.19232 | 9.40768 | | +| 11| Dbar_s | -0.05 | 0.04 | | | -1.464 | 1.464 | | +| 12| p4160_s | 2.13 | 0.15 | | | 0.71676 | 3.68324 | | +| 13| omega_p | -5.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1373.7 | 1.5 | | | 1358.64 | 1433.36 | | +| 15| phi_s | 18 | 5 | | | 14.8182 | 23.5818 | | +| 16| Ctt | -0.15 | 0.10 | | | -0.5 | 0.5 | | +| 17| p3770_p | -2.72 | 0.10 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | 5.70 | 0.17 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p psi2s_p p4040_s p4040_p p3770_s rho_s phi_p jpsi_p p4415_s omega_s Dbar_s p4160_s omega_p psi2s_s phi_s Ctt p3770_p jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.242 -0.020 -0.165 0.122 -0.026 -0.013 -0.038 -0.034 -0.130 -0.003 0.174 -0.155 -0.013 -0.002 -0.038 -0.147 0.065 0.000 0.008 | +| p4160_p | 0.242 1.000 -0.015 -0.418 0.114 -0.097 -0.020 -0.057 -0.046 0.089 -0.004 -0.042 -0.079 -0.019 -0.013 -0.056 -0.366 0.149 0.015 0.002 | +| psi2s_p | -0.020 -0.015 1.000 -0.100 -0.181 -0.134 -0.043 -0.135 0.013 -0.109 -0.002 -0.032 -0.162 -0.041 -0.059 -0.135 -0.031 -0.272 0.057 -0.085 | +| p4040_s | -0.165 -0.418 -0.100 1.000 -0.157 0.143 0.002 0.016 -0.002 0.078 0.003 0.351 -0.035 0.005 -0.004 0.016 0.375 -0.081 -0.002 -0.028 | +| p4040_p | 0.122 0.114 -0.181 -0.157 1.000 -0.118 -0.018 -0.045 -0.093 0.104 -0.002 0.135 0.391 -0.016 -0.013 -0.045 -0.249 0.130 0.013 -0.007 | +| p3770_s | -0.026 -0.097 -0.134 0.143 -0.118 1.000 -0.002 0.018 0.016 0.057 0.003 0.235 0.043 0.006 -0.022 0.018 0.114 -0.249 0.007 -0.018 | +| rho_s | -0.013 -0.020 -0.043 0.002 -0.018 -0.002 1.000 0.275 -0.083 -0.000 -0.127 -0.013 -0.004 0.180 0.007 0.272 0.019 -0.017 -0.010 0.225 | +| phi_p | -0.038 -0.057 -0.135 0.016 -0.045 0.018 0.275 1.000 -0.418 -0.006 -0.013 0.020 -0.007 0.266 0.027 0.997 -0.015 -0.061 -0.038 0.293 | +| jpsi_p | -0.034 -0.046 0.013 -0.002 -0.093 0.016 -0.083 -0.418 1.000 -0.036 -0.019 -0.101 -0.056 -0.129 0.025 -0.417 0.115 -0.035 -0.026 -0.108 | +| p4415_s | -0.130 0.089 -0.109 0.078 0.104 0.057 -0.000 -0.006 -0.036 1.000 0.000 0.343 0.231 -0.003 0.012 -0.006 0.284 -0.101 -0.017 -0.015 | +| omega_s | -0.003 -0.004 -0.002 0.003 -0.002 0.003 -0.127 -0.013 -0.019 0.000 1.000 0.004 0.001 0.789 0.003 -0.010 -0.001 -0.003 -0.004 -0.232 | +| Dbar_s | 0.174 -0.042 -0.032 0.351 0.135 0.235 -0.013 0.020 -0.101 0.343 0.004 1.000 0.411 0.006 -0.068 0.019 0.625 -0.260 0.085 -0.028 | +| p4160_s | -0.155 -0.079 -0.162 -0.035 0.391 0.043 -0.004 -0.007 -0.056 0.231 0.001 0.411 1.000 -0.004 0.004 -0.007 0.211 -0.048 -0.010 -0.016 | +| omega_p | -0.013 -0.019 -0.041 0.005 -0.016 0.006 0.180 0.266 -0.129 -0.003 0.789 0.006 -0.004 1.000 0.007 0.267 -0.005 -0.020 -0.009 -0.105 | +| psi2s_s | -0.002 -0.013 -0.059 -0.004 -0.013 -0.022 0.007 0.027 0.025 0.012 0.003 -0.068 0.004 0.007 1.000 0.028 0.049 -0.008 -0.676 -0.025 | +| phi_s | -0.038 -0.056 -0.135 0.016 -0.045 0.018 0.272 0.997 -0.417 -0.006 -0.010 0.019 -0.007 0.267 0.028 1.000 -0.014 -0.061 -0.038 0.302 | +| Ctt | -0.147 -0.366 -0.031 0.375 -0.249 0.114 0.019 -0.015 0.115 0.284 -0.001 0.625 0.211 -0.005 0.049 -0.014 1.000 -0.403 -0.051 -0.002 | +| p3770_p | 0.065 0.149 -0.272 -0.081 0.130 -0.249 -0.017 -0.061 -0.035 -0.101 -0.003 -0.260 -0.048 -0.020 -0.008 -0.061 -0.403 1.000 0.001 -0.007 | +| jpsi_s | 0.000 0.015 0.057 -0.002 0.013 0.007 -0.010 -0.038 -0.026 -0.017 -0.004 0.085 -0.010 -0.009 -0.676 -0.038 -0.051 0.001 1.000 0.036 | +| rho_p | 0.008 0.002 -0.085 -0.028 -0.007 -0.018 0.225 0.293 -0.108 -0.015 -0.232 -0.028 -0.016 -0.105 -0.025 0.302 -0.002 -0.007 0.036 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14978280246424625}), (, {'error': 0.08579602142652121}), (, {'error': 0.027407808081049367}), (, {'error': 0.1484307544193268}), (, {'error': 0.16017339974458733}), (, {'error': 0.19879294541322157}), (, {'error': 0.24033160802417775}), (, {'error': 8.419555896354787}), (, {'error': 0.017340862814545055}), (, {'error': 0.16098082842898453}), (, {'error': 1.5665230804557098}), (, {'error': 0.04121141766187841}), (, {'error': 0.14786237462506469}), (, {'error': 0.3938201230914089}), (, {'error': 1.4620387648992619}), (, {'error': 4.765924586156975}), (, {'error': 0.09812081453955582}), (, {'error': 0.1038063386850201}), (, {'error': 14.918468324553942}), (, {'error': 0.16765873701293987})]) +Toy 2/10 +Time taken: 2 h, 15 min +Projected time left: 9 h, 1 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.176E+05 | Ncalls=1278 (1278 total) | +| EDM = 8.59E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -717584.1801648904 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 4.23 | 0.16 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -1.88 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 4.22 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.01 | 0.17 | | |0.00501244| 2.01499 | | +| 4 | p4040_p | 4.19 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.19 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | rho_s | 1.95 | 0.25 | | |0.0253049| 2.0747 | | +| 7 | phi_p | 0.14 | 0.65 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | -1.735 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.27 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_s | 5.1 | 3.0 | | | 4.19232 | 9.40768 | | +| 11| Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 12| p4160_s | 2.11 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1367.9 | 1.8 | | | 1358.64 | 1433.36 | | +| 15| phi_s | 17.7 | 2.3 | | | 14.8182 | 23.5818 | | +| 16| Ctt | -0.14 | 0.15 | | | -0.5 | 0.5 | | +| 17| p3770_p | 4.33 | 0.13 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -0.63 | 0.17 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p psi2s_p p4040_s p4040_p p3770_s rho_s phi_p jpsi_p p4415_s omega_s Dbar_s p4160_s omega_p psi2s_s phi_s Ctt p3770_p jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.296 0.112 -0.195 0.159 -0.028 -0.005 -0.008 -0.067 -0.136 -0.006 0.103 -0.155 -0.005 -0.006 -0.007 -0.170 0.111 0.009 0.028 | +| p4160_p | 0.296 1.000 0.361 -0.514 0.185 -0.140 -0.007 -0.013 -0.098 -0.013 -0.008 -0.207 -0.145 -0.007 -0.017 -0.012 -0.483 0.285 0.019 0.040 | +| psi2s_p | 0.112 0.361 1.000 -0.476 0.139 -0.258 0.006 -0.043 -0.063 -0.391 -0.017 -0.701 -0.350 -0.015 0.012 -0.040 -0.719 0.514 -0.041 0.039 | +| p4040_s | -0.195 -0.514 -0.476 1.000 -0.189 0.224 -0.003 0.005 -0.002 0.210 0.009 0.504 0.103 0.005 -0.001 0.004 0.544 -0.238 0.008 -0.058 | +| p4040_p | 0.159 0.185 0.139 -0.189 1.000 -0.116 -0.011 -0.009 -0.160 0.087 -0.004 0.066 0.381 -0.005 -0.024 -0.007 -0.267 0.211 0.024 0.015 | +| p3770_s | -0.028 -0.140 -0.258 0.224 -0.116 1.000 -0.011 0.004 -0.055 0.132 0.007 0.319 0.114 0.004 -0.009 0.003 0.225 -0.259 0.022 -0.040 | +| rho_s | -0.005 -0.007 0.006 -0.003 -0.011 -0.011 1.000 0.068 0.036 -0.000 -0.181 -0.018 -0.005 0.065 -0.003 0.056 0.019 -0.002 0.002 0.205 | +| phi_p | -0.008 -0.013 -0.043 0.005 -0.009 0.004 0.068 1.000 -0.115 0.001 -0.003 0.005 0.001 0.062 0.012 0.952 0.002 -0.013 -0.014 0.112 | +| jpsi_p | -0.067 -0.098 -0.063 -0.002 -0.160 -0.055 0.036 -0.115 1.000 -0.037 -0.032 -0.062 -0.077 -0.033 0.050 -0.109 0.158 -0.090 -0.064 0.000 | +| p4415_s | -0.136 -0.013 -0.391 0.210 0.087 0.132 -0.000 0.001 -0.037 1.000 0.004 0.495 0.349 0.001 0.009 0.002 0.441 -0.229 -0.009 -0.033 | +| omega_s | -0.006 -0.008 -0.017 0.009 -0.004 0.007 -0.181 -0.003 -0.032 0.004 1.000 0.010 0.004 0.849 0.010 0.008 0.004 -0.008 -0.011 -0.299 | +| Dbar_s | 0.103 -0.207 -0.701 0.504 0.066 0.319 -0.018 0.005 -0.062 0.495 0.010 1.000 0.525 0.005 -0.077 0.003 0.785 -0.442 0.107 -0.058 | +| p4160_s | -0.155 -0.145 -0.350 0.103 0.381 0.114 -0.005 0.001 -0.077 0.349 0.004 0.525 1.000 0.001 -0.001 0.002 0.363 -0.152 0.003 -0.032 | +| omega_p | -0.005 -0.007 -0.015 0.005 -0.005 0.004 0.065 0.062 -0.033 0.001 0.849 0.005 0.001 1.000 0.004 0.069 0.002 -0.007 -0.004 -0.245 | +| psi2s_s | -0.006 -0.017 0.012 -0.001 -0.024 -0.009 -0.003 0.012 0.050 0.009 0.010 -0.077 -0.001 0.004 1.000 0.016 0.024 -0.019 -0.781 -0.060 | +| phi_s | -0.007 -0.012 -0.040 0.004 -0.007 0.003 0.056 0.952 -0.109 0.002 0.008 0.003 0.002 0.069 0.016 1.000 0.003 -0.012 -0.019 0.149 | +| Ctt | -0.170 -0.483 -0.719 0.544 -0.267 0.225 0.019 0.002 0.158 0.441 0.004 0.785 0.363 0.002 0.024 0.003 1.000 -0.588 -0.033 -0.037 | +| p3770_p | 0.111 0.285 0.514 -0.238 0.211 -0.259 -0.002 -0.013 -0.090 -0.229 -0.008 -0.442 -0.152 -0.007 -0.019 -0.012 -0.588 1.000 -0.008 0.036 | +| jpsi_s | 0.009 0.019 -0.041 0.008 0.024 0.022 0.002 -0.014 -0.064 -0.009 -0.011 0.107 0.003 -0.004 -0.781 -0.019 -0.033 -0.008 1.000 0.069 | +| rho_p | 0.028 0.040 0.039 -0.058 0.015 -0.040 0.205 0.112 0.000 -0.033 -0.299 -0.058 -0.032 -0.245 -0.060 0.149 -0.037 0.036 0.069 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.1612219094659766}), (, {'error': 0.09819364254296215}), (, {'error': 0.03311633200014619}), (, {'error': 0.17047423521081262}), (, {'error': 0.17610020058467946}), (, {'error': 0.19666056749767646}), (, {'error': 0.24622341264289505}), (, {'error': 0.6507225653060127}), (, {'error': 0.016293365438917018}), (, {'error': 0.18119134697358175}), (, {'error': 3.0321981582044755}), (, {'error': 0.061402629848889445}), (, {'error': 0.16829558403936662}), (, {'error': 0.4353009082424064}), (, {'error': 1.7907883563948417}), (, {'error': 2.331101111642951}), (, {'error': 0.15419321311894563}), (, {'error': 0.12664980296536843}), (, {'error': 22.479632136334658}), (, {'error': 0.17203618745775007})]) +Toy 3/10 +Time taken: 3 h, 36 min +Projected time left: 8 h, 24 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.175E+05 | Ncalls=1081 (1081 total) | +| EDM = 5.66E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -717471.5219731648 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -1.66 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 3.919 | 0.025 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.39 | 0.14 | | |0.00501244| 2.01499 | | +| 4 | p4040_p | 3.06 | 0.11 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 1.99 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | rho_s | 2.1 | 0.4 | | |0.0253049| 2.0747 | | +| 7 | phi_p | 0.4 | 0.3 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 1.498 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.87 | 0.16 | | |0.126447 | 2.35355 | | +| 10| omega_s | 4.7 | 3.0 | | | 4.19232 | 9.40768 | | +| 11| Dbar_s | -0.33 | 0.03 | | | -1.464 | 1.464 | | +| 12| p4160_s | 0.717 | 0.010 | | | 0.71676 | 3.68324 | | +| 13| omega_p | -5.7 | 0.7 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1367.1 | 1.5 | | | 1358.64 | 1433.36 | | +| 15| phi_s | 18.1 | 1.4 | | | 14.8182 | 23.5818 | | +| 16| Ctt | -0.500 | 0.017 | | | -0.5 | 0.5 | | +| 17| p3770_p | 4.04 | 0.11 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -6.283 | 0.031 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p psi2s_p p4040_s p4040_p p3770_s rho_s phi_p jpsi_p p4415_s omega_s Dbar_s p4160_s omega_p psi2s_s phi_s Ctt p3770_p jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.004 0.001 -0.110 0.002 -0.000 -0.002 -0.004 0.005 0.070 -0.003 0.271 0.005 -0.002 -0.001 -0.004 -0.017 0.006 0.001 0.002 | +| p4160_p | 0.004 1.000 0.005 0.017 -0.006 -0.001 -0.000 0.000 0.004 -0.008 0.000 -0.016 -0.003 0.000 0.000 0.000 -0.000 -0.002 -0.001 0.000 | +| psi2s_p | 0.001 0.005 1.000 -0.061 -0.179 -0.193 -0.033 -0.031 -0.063 -0.168 -0.029 -0.418 0.003 -0.027 0.007 -0.026 -0.034 0.194 -0.074 -0.002 | +| p4040_s | -0.110 0.017 -0.061 1.000 -0.242 0.136 0.012 0.007 0.048 -0.197 0.004 -0.112 -0.000 0.003 0.007 0.005 0.044 0.030 0.008 -0.002 | +| p4040_p | 0.002 -0.006 -0.179 -0.242 1.000 0.022 0.012 -0.006 -0.144 0.217 -0.003 0.497 -0.010 -0.006 -0.015 -0.004 -0.003 0.118 0.023 -0.001 | +| p3770_s | -0.000 -0.001 -0.193 0.136 0.022 1.000 0.017 0.004 -0.052 0.060 0.003 0.270 -0.002 0.001 -0.001 0.003 0.011 -0.192 0.024 -0.002 | +| rho_s | -0.002 -0.000 -0.033 0.012 0.012 0.017 1.000 -0.065 0.018 0.011 0.388 0.062 -0.000 0.201 0.006 -0.031 -0.002 -0.016 -0.006 0.012 | +| phi_p | -0.004 0.000 -0.031 0.007 -0.006 0.004 -0.065 1.000 -0.039 -0.002 -0.055 0.007 -0.000 -0.018 0.008 0.845 -0.000 -0.011 -0.010 -0.004 | +| jpsi_p | 0.005 0.004 -0.063 0.048 -0.144 -0.052 0.018 -0.039 1.000 -0.093 -0.042 0.053 0.001 -0.049 -0.031 -0.040 -0.004 -0.110 0.041 -0.014 | +| p4415_s | 0.070 -0.008 -0.168 -0.197 0.217 0.060 0.011 -0.002 -0.093 1.000 0.001 0.396 0.010 -0.002 0.003 -0.000 0.034 0.034 0.006 -0.001 | +| omega_s | -0.003 0.000 -0.029 0.004 -0.003 0.003 0.388 -0.055 -0.042 0.001 1.000 0.009 -0.000 0.914 0.000 0.010 -0.000 -0.008 0.000 0.020 | +| Dbar_s | 0.271 -0.016 -0.418 -0.112 0.497 0.270 0.062 0.007 0.053 0.396 0.009 1.000 0.005 0.002 -0.098 0.001 0.093 -0.013 0.178 -0.002 | +| p4160_s | 0.005 -0.003 0.003 -0.000 -0.010 -0.002 -0.000 -0.000 0.001 0.010 -0.000 0.005 1.000 -0.000 -0.000 -0.000 -0.001 -0.001 -0.000 0.000 | +| omega_p | -0.002 0.000 -0.027 0.003 -0.006 0.001 0.201 -0.018 -0.049 -0.002 0.914 0.002 -0.000 1.000 -0.004 0.042 -0.000 -0.008 0.005 0.002 | +| psi2s_s | -0.001 0.000 0.007 0.007 -0.015 -0.001 0.006 0.008 -0.031 0.003 0.000 -0.098 -0.000 -0.004 1.000 0.015 0.000 -0.022 -0.669 -0.004 | +| phi_s | -0.004 0.000 -0.026 0.005 -0.004 0.003 -0.031 0.845 -0.040 -0.000 0.010 0.001 -0.000 0.042 0.015 1.000 0.000 -0.007 -0.019 0.009 | +| Ctt | -0.017 -0.000 -0.034 0.044 -0.003 0.011 -0.002 -0.000 -0.004 0.034 -0.000 0.093 -0.001 -0.000 0.000 0.000 1.000 -0.047 -0.003 -0.000 | +| p3770_p | 0.006 -0.002 0.194 0.030 0.118 -0.192 -0.016 -0.011 -0.110 0.034 -0.008 -0.013 -0.001 -0.008 -0.022 -0.007 -0.047 1.000 -0.030 0.001 | +| jpsi_s | 0.001 -0.001 -0.074 0.008 0.023 0.024 -0.006 -0.010 0.041 0.006 0.000 0.178 -0.000 0.005 -0.669 -0.019 -0.003 -0.030 1.000 0.006 | +| rho_p | 0.002 0.000 -0.002 -0.002 -0.001 -0.002 0.012 -0.004 -0.014 -0.001 0.020 -0.002 0.000 0.002 -0.004 0.009 -0.000 0.001 0.006 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.211059599117299}), (, {'error': 0.010274289481850829}), (, {'error': 0.024972832013135715}), (, {'error': 0.1380035118112818}), (, {'error': 0.10921926578462937}), (, {'error': 0.19502991142602588}), (, {'error': 0.4238788169886003}), (, {'error': 0.3444412758647162}), (, {'error': 0.016255414249231492}), (, {'error': 0.16073711916607986}), (, {'error': 3.0355672500189943}), (, {'error': 0.03191414076425614}), (, {'error': 0.009508785476937676}), (, {'error': 0.6844528957291947}), (, {'error': 1.5039268541381716}), (, {'error': 1.3844138515106739}), (, {'error': 0.017033303443959147}), (, {'error': 0.11248151430569298}), (, {'error': 14.198936005963333}), (, {'error': 0.03140898426505778})]) +Toy 4/10 +Time taken: 4 h, 45 min +Projected time left: 7 h, 8 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.176E+05 | Ncalls=1064 (1064 total) | +| EDM = 0.00096 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -717580.9344801418 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.33 | 0.16 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -2.25 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 1.824 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.04 | 0.18 | | |0.00501244| 2.01499 | | +| 4 | p4040_p | 3.71 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.39 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | rho_s | 2.07 | 0.27 | | |0.0253049| 2.0747 | | +| 7 | phi_p | 0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 1.655 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.28 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_s | 9 | 3 | | | 4.19232 | 9.40768 | | +| 11| Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 12| p4160_s | 2.15 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| omega_p | -4.72 | 0.15 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1372.9 | 1.2 | | | 1358.64 | 1433.36 | | +| 15| phi_s | 18.1 | 1.4 | | | 14.8182 | 23.5818 | | +| 16| Ctt | -0.12 | 0.13 | | | -0.5 | 0.5 | | +| 17| p3770_p | -3.08 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -6.28 | 0.03 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p psi2s_p p4040_s p4040_p p3770_s rho_s phi_p jpsi_p p4415_s omega_s Dbar_s p4160_s omega_p psi2s_s phi_s Ctt p3770_p jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.292 -0.095 -0.201 0.152 -0.038 0.003 -0.008 -0.020 -0.148 0.001 0.078 -0.163 -0.007 -0.003 -0.006 -0.187 0.091 0.001 0.003 | +| p4160_p | 0.292 1.000 -0.132 -0.530 0.172 -0.152 0.003 -0.012 0.012 -0.025 0.001 -0.260 -0.167 -0.009 -0.003 -0.010 -0.498 0.253 0.002 0.004 | +| psi2s_p | -0.095 -0.132 1.000 -0.038 -0.312 -0.154 0.005 -0.014 0.094 -0.080 0.001 0.021 -0.175 0.004 -0.020 -0.014 0.173 -0.369 0.013 -0.007 | +| p4040_s | -0.201 -0.530 -0.038 1.000 -0.207 0.207 0.005 0.008 -0.082 0.209 -0.002 0.522 0.109 0.006 -0.009 0.007 0.545 -0.227 0.006 -0.005 | +| p4040_p | 0.152 0.172 -0.312 -0.207 1.000 -0.134 0.006 -0.009 -0.119 0.082 0.000 0.027 0.372 -0.010 -0.007 -0.006 -0.280 0.168 0.004 0.002 | +| p3770_s | -0.038 -0.152 -0.154 0.207 -0.134 1.000 0.008 0.007 0.006 0.112 -0.002 0.280 0.098 0.005 -0.025 0.005 0.186 -0.307 0.007 -0.003 | +| rho_s | 0.003 0.003 0.005 0.005 0.006 0.008 1.000 -0.037 0.017 0.002 0.052 0.015 0.006 -0.433 -0.000 -0.025 -0.010 -0.002 -0.001 0.000 | +| phi_p | -0.008 -0.012 -0.014 0.008 -0.009 0.007 -0.037 1.000 -0.045 0.001 0.013 0.008 0.001 0.107 0.002 0.862 0.003 -0.012 -0.004 -0.005 | +| jpsi_p | -0.020 0.012 0.094 -0.082 -0.119 0.006 0.017 -0.045 1.000 -0.149 0.003 -0.115 -0.165 -0.000 -0.001 -0.042 -0.147 -0.027 0.015 -0.014 | +| p4415_s | -0.148 -0.025 -0.080 0.209 0.082 0.112 0.002 0.001 -0.149 1.000 -0.001 0.492 0.349 -0.002 -0.000 0.003 0.425 -0.215 -0.001 -0.003 | +| omega_s | 0.001 0.001 0.001 -0.002 0.000 -0.002 0.052 0.013 0.003 -0.001 1.000 -0.003 -0.001 -0.382 -0.001 0.006 0.000 0.002 0.002 -0.002 | +| Dbar_s | 0.078 -0.260 0.021 0.522 0.027 0.280 0.015 0.008 -0.115 0.492 -0.003 1.000 0.528 0.003 -0.021 0.007 0.797 -0.437 0.031 -0.004 | +| p4160_s | -0.163 -0.167 -0.175 0.109 0.372 0.098 0.006 0.001 -0.165 0.349 -0.001 0.528 1.000 -0.003 -0.005 0.003 0.354 -0.161 0.003 -0.003 | +| omega_p | -0.007 -0.009 0.004 0.006 -0.010 0.005 -0.433 0.107 -0.000 -0.002 -0.382 0.003 -0.003 1.000 -0.000 0.089 0.004 -0.008 0.000 0.014 | +| psi2s_s | -0.003 -0.003 -0.020 -0.009 -0.007 -0.025 -0.000 0.002 -0.001 -0.000 -0.001 -0.021 -0.005 -0.000 1.000 0.004 0.014 -0.005 -0.334 -0.001 | +| phi_s | -0.006 -0.010 -0.014 0.007 -0.006 0.005 -0.025 0.862 -0.042 0.003 0.006 0.007 0.003 0.089 0.004 1.000 0.004 -0.009 -0.007 0.008 | +| Ctt | -0.187 -0.498 0.173 0.545 -0.280 0.186 -0.010 0.003 -0.147 0.425 0.000 0.797 0.354 0.004 0.014 0.004 1.000 -0.517 -0.008 -0.004 | +| p3770_p | 0.091 0.253 -0.369 -0.227 0.168 -0.307 -0.002 -0.012 -0.027 -0.215 0.002 -0.437 -0.161 -0.008 -0.005 -0.009 -0.517 1.000 -0.006 0.002 | +| jpsi_s | 0.001 0.002 0.013 0.006 0.004 0.007 -0.001 -0.004 0.015 -0.001 0.002 0.031 0.003 0.000 -0.334 -0.007 -0.008 -0.006 1.000 0.002 | +| rho_p | 0.003 0.004 -0.007 -0.005 0.002 -0.003 0.000 -0.005 -0.014 -0.003 -0.002 -0.004 -0.003 0.014 -0.001 0.008 -0.004 0.002 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16244219084097322}), (, {'error': 0.09844600727595432}), (, {'error': 0.02888629539264631}), (, {'error': 0.17817470275846492}), (, {'error': 0.17512814364658347}), (, {'error': 0.21413593683529486}), (, {'error': 0.26629638953994506}), (, {'error': 0.3639279892440208}), (, {'error': 0.016142916122313444}), (, {'error': 0.1820420720226169}), (, {'error': 3.2509746175937533}), (, {'error': 0.05960703496295172}), (, {'error': 0.1726114067574176}), (, {'error': 0.1503360629796906}), (, {'error': 1.1844496436425516}), (, {'error': 1.448519802920062}), (, {'error': 0.13116445768764684}), (, {'error': 0.11706388474156748}), (, {'error': 16.389163931820804}), (, {'error': 0.033978171886500874})]) +Toy 5/10 +Time taken: 5 h, 55 min +Projected time left: 5 h, 55 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.175E+05 | Ncalls=1119 (1119 total) | +| EDM = 6.14E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -717549.9384849715 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -6.28 | 0.12 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | 4.36 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 4.296 | 0.025 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.85 | 0.15 | | |0.00501244| 2.01499 | | +| 4 | p4040_p | 3.99 | 0.20 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.05 | 0.19 | | |0.918861 | 4.08114 | | +| 6 | rho_s | 1.98 | 0.28 | | |0.0253049| 2.0747 | | +| 7 | phi_p | 6.28 | 0.25 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | -1.728 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.126 | 0.025 | | |0.126447 | 2.35355 | | +| 10| omega_s | 4.5 | 0.8 | | | 4.19232 | 9.40768 | | +| 11| Dbar_s | -0.22 | 0.04 | | | -1.464 | 1.464 | | +| 12| p4160_s | 1.74 | 0.16 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 6.28 | 0.17 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1367.1 | 1.9 | | | 1358.64 | 1433.36 | | +| 15| phi_s | 17.6 | 0.9 | | | 14.8182 | 23.5818 | | +| 16| Ctt | -0.50 | 0.12 | | | -0.5 | 0.5 | | +| 17| p3770_p | 4.47 | 0.11 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -6.283 | 0.022 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p psi2s_p p4040_s p4040_p p3770_s rho_s phi_p jpsi_p p4415_s omega_s Dbar_s p4160_s omega_p psi2s_s phi_s Ctt p3770_p jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.016 0.008 0.006 -0.012 -0.003 0.000 -0.000 0.006 -0.037 -0.000 -0.024 -0.008 -0.000 0.000 -0.000 -0.007 0.000 0.001 -0.000 | +| p4160_p | -0.016 1.000 0.149 -0.354 -0.025 -0.066 0.006 0.002 -0.011 0.014 -0.007 0.056 -0.034 0.001 -0.008 -0.003 -0.255 0.072 -0.006 0.001 | +| psi2s_p | 0.008 0.149 1.000 -0.224 -0.027 -0.147 0.020 0.010 0.025 0.007 -0.006 -0.440 -0.156 0.003 0.045 -0.002 -0.400 0.275 0.086 -0.001 | +| p4040_s | 0.006 -0.354 -0.224 1.000 -0.155 0.171 -0.015 0.001 -0.058 -0.011 0.009 0.215 -0.216 -0.000 -0.012 0.001 0.277 -0.003 -0.025 -0.002 | +| p4040_p | -0.012 -0.025 -0.027 -0.155 1.000 -0.046 -0.005 0.002 -0.124 0.003 0.001 0.346 0.502 0.001 -0.024 -0.001 -0.113 0.114 -0.024 0.001 | +| p3770_s | -0.003 -0.066 -0.147 0.171 -0.046 1.000 -0.015 0.001 -0.088 -0.001 0.006 0.260 0.050 0.000 -0.020 -0.000 0.064 -0.157 -0.032 -0.001 | +| rho_s | 0.000 0.006 0.020 -0.015 -0.005 -0.015 1.000 -0.016 0.028 0.000 -0.407 -0.040 -0.010 0.058 -0.016 0.018 0.005 0.011 -0.018 -0.020 | +| phi_p | -0.000 0.002 0.010 0.001 0.002 0.001 -0.016 1.000 0.021 0.000 0.044 0.003 0.001 -0.000 -0.001 -0.531 -0.001 0.002 -0.001 -0.002 | +| jpsi_p | 0.006 -0.011 0.025 -0.058 -0.124 -0.088 0.028 0.021 1.000 -0.000 -0.009 -0.216 -0.121 0.005 0.057 -0.009 0.082 -0.005 0.070 -0.004 | +| p4415_s | -0.037 0.014 0.007 -0.011 0.003 -0.001 0.000 0.000 -0.000 1.000 -0.001 0.017 -0.014 0.000 -0.000 -0.000 -0.010 0.003 -0.000 0.000 | +| omega_s | -0.000 -0.007 -0.006 0.009 0.001 0.006 -0.407 0.044 -0.009 -0.001 1.000 0.003 0.005 -0.245 0.022 -0.024 0.005 -0.003 0.025 0.059 | +| Dbar_s | -0.024 0.056 -0.440 0.215 0.346 0.260 -0.040 0.003 -0.216 0.017 0.003 1.000 0.455 0.001 -0.178 -0.011 0.470 -0.137 -0.231 0.000 | +| p4160_s | -0.008 -0.034 -0.156 -0.216 0.502 0.050 -0.010 0.001 -0.121 -0.014 0.005 0.455 1.000 0.000 -0.011 0.001 0.120 0.037 -0.016 -0.000 | +| omega_p | -0.000 0.001 0.003 -0.000 0.001 0.000 0.058 -0.000 0.005 0.000 -0.245 0.001 0.000 1.000 -0.000 -0.010 -0.001 0.001 -0.000 -0.005 | +| psi2s_s | 0.000 -0.008 0.045 -0.012 -0.024 -0.020 -0.016 -0.001 0.057 -0.000 0.022 -0.178 -0.011 -0.000 1.000 0.023 0.012 -0.001 0.813 -0.004 | +| phi_s | -0.000 -0.003 -0.002 0.001 -0.001 -0.000 0.018 -0.531 -0.009 -0.000 -0.024 -0.011 0.001 -0.010 0.023 1.000 0.004 0.001 0.027 0.014 | +| Ctt | -0.007 -0.255 -0.400 0.277 -0.113 0.064 0.005 -0.001 0.082 -0.010 0.005 0.470 0.120 -0.001 0.012 0.004 1.000 -0.295 0.017 -0.001 | +| p3770_p | 0.000 0.072 0.275 -0.003 0.114 -0.157 0.011 0.002 -0.005 0.003 -0.003 -0.137 0.037 0.001 -0.001 0.001 -0.295 1.000 0.035 0.001 | +| jpsi_s | 0.001 -0.006 0.086 -0.025 -0.024 -0.032 -0.018 -0.001 0.070 -0.000 0.025 -0.231 -0.016 -0.000 0.813 0.027 0.017 0.035 1.000 -0.005 | +| rho_p | -0.000 0.001 -0.001 -0.002 0.001 -0.001 -0.020 -0.002 -0.004 0.000 0.059 0.000 -0.000 -0.005 -0.004 0.014 -0.001 0.001 -0.005 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.11731627931141331}), (, {'error': 0.09877836052739486}), (, {'error': 0.02492377828980441}), (, {'error': 0.1486123831852567}), (, {'error': 0.1983578473032246}), (, {'error': 0.19129953725985283}), (, {'error': 0.28056553272945894}), (, {'error': 0.24905334253441236}), (, {'error': 0.015891894489914904}), (, {'error': 0.025080061759791605}), (, {'error': 0.7827247859111077}), (, {'error': 0.0384053853380929}), (, {'error': 0.1565690967665303}), (, {'error': 0.1688644016257923}), (, {'error': 1.9168047245718753}), (, {'error': 0.8772829026429125}), (, {'error': 0.11840641911061811}), (, {'error': 0.11441761262284711}), (, {'error': 13.244628045346872}), (, {'error': 0.022492691378909413})]) +Toy 6/10 +Time taken: 7 h, 6 min +Projected time left: 4 h, 44 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.176E+05 | Ncalls=1128 (1128 total) | +| EDM = 6.49E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -717584.0981747103 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.06 | 0.14 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | 4.40 | 0.08 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 4.222 | 0.024 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.01 | 0.14 | | |0.00501244| 2.01499 | | +| 4 | p4040_p | 4.19 | 0.15 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.19 | 0.18 | | |0.918861 | 4.08114 | | +| 6 | rho_s | 2.1 | 1.3 | | |0.0253049| 2.0747 | | +| 7 | phi_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 4.547 | 0.017 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.27 | 0.15 | | |0.126447 | 2.35355 | | +| 10| omega_s | 9 | 3 | | | 4.19232 | 9.40768 | | +| 11| Dbar_s | -0.05 | 0.04 | | | -1.464 | 1.464 | | +| 12| p4160_s | 2.11 | 0.14 | | | 0.71676 | 3.68324 | | +| 13| omega_p | -5.02 | 0.18 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1367.9 | 1.4 | | | 1358.64 | 1433.36 | | +| 15| phi_s | 18 | 4 | | | 14.8182 | 23.5818 | | +| 16| Ctt | -0.14 | 0.09 | | | -0.5 | 0.5 | | +| 17| p3770_p | 4.32 | 0.10 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | 5.66 | 0.15 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p psi2s_p p4040_s p4040_p p3770_s rho_s phi_p jpsi_p p4415_s omega_s Dbar_s p4160_s omega_p psi2s_s phi_s Ctt p3770_p jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.226 0.080 -0.155 0.114 -0.016 0.017 -0.042 -0.014 -0.126 -0.005 0.191 -0.160 -0.021 0.004 -0.041 -0.143 0.069 -0.004 0.016 | +| p4160_p | 0.226 1.000 0.192 -0.376 0.100 -0.061 0.025 -0.058 -0.025 0.111 -0.007 0.011 -0.059 -0.031 -0.010 -0.058 -0.332 0.132 0.013 0.014 | +| psi2s_p | 0.080 0.192 1.000 -0.232 0.099 -0.117 0.067 -0.217 0.056 -0.174 -0.026 -0.438 -0.144 -0.120 -0.012 -0.216 -0.436 0.302 -0.016 -0.017 | +| p4040_s | -0.155 -0.376 -0.232 1.000 -0.126 0.110 -0.001 0.008 -0.033 0.042 0.000 0.288 -0.071 -0.003 0.006 0.008 0.298 -0.015 -0.003 -0.031 | +| p4040_p | 0.114 0.100 0.099 -0.126 1.000 -0.094 0.023 -0.048 -0.076 0.099 -0.006 0.139 0.378 -0.029 -0.011 -0.047 -0.256 0.147 0.009 0.005 | +| p3770_s | -0.016 -0.061 -0.117 0.110 -0.094 1.000 0.004 0.010 -0.054 0.034 0.001 0.195 0.023 -0.001 0.001 0.010 0.055 -0.155 0.008 -0.022 | +| rho_s | 0.017 0.025 0.067 -0.001 0.023 0.004 1.000 -0.353 0.124 0.001 -0.011 0.018 0.005 -0.605 -0.011 -0.349 -0.020 0.020 0.016 -0.210 | +| phi_p | -0.042 -0.058 -0.217 0.008 -0.048 0.010 -0.353 1.000 -0.452 -0.012 0.140 0.012 -0.012 0.564 0.037 0.997 -0.030 -0.055 -0.046 0.125 | +| jpsi_p | -0.014 -0.025 0.056 -0.033 -0.076 -0.054 0.124 -0.452 1.000 -0.032 -0.055 -0.095 -0.055 -0.250 0.009 -0.450 0.158 -0.026 -0.017 -0.057 | +| p4415_s | -0.126 0.111 -0.174 0.042 0.099 0.034 0.001 -0.012 -0.032 1.000 -0.002 0.290 0.189 -0.010 0.014 -0.012 0.238 -0.060 -0.021 -0.014 | +| omega_s | -0.005 -0.007 -0.026 0.000 -0.006 0.001 -0.011 0.140 -0.055 -0.002 1.000 0.000 -0.002 -0.206 0.001 0.139 -0.003 -0.007 -0.001 0.014 | +| Dbar_s | 0.191 0.011 -0.438 0.288 0.139 0.195 0.018 0.012 -0.095 0.290 0.000 1.000 0.353 -0.005 -0.059 0.012 0.571 -0.196 0.092 -0.032 | +| p4160_s | -0.160 -0.059 -0.144 -0.071 0.378 0.023 0.005 -0.012 -0.055 0.189 -0.002 0.353 1.000 -0.011 0.010 -0.012 0.157 0.004 -0.015 -0.014 | +| omega_p | -0.021 -0.031 -0.120 -0.003 -0.029 -0.001 -0.605 0.564 -0.250 -0.010 -0.206 -0.005 -0.011 1.000 0.011 0.564 -0.011 -0.029 -0.014 0.352 | +| psi2s_s | 0.004 -0.010 -0.012 0.006 -0.011 0.001 -0.011 0.037 0.009 0.014 0.001 -0.059 0.010 0.011 1.000 0.037 0.031 -0.025 -0.682 -0.035 | +| phi_s | -0.041 -0.058 -0.216 0.008 -0.047 0.010 -0.349 0.997 -0.450 -0.012 0.139 0.012 -0.012 0.564 0.037 1.000 -0.029 -0.054 -0.047 0.134 | +| Ctt | -0.143 -0.332 -0.436 0.298 -0.256 0.055 -0.020 -0.030 0.158 0.238 -0.003 0.571 0.157 -0.011 0.031 -0.029 1.000 -0.381 -0.060 -0.006 | +| p3770_p | 0.069 0.132 0.302 -0.015 0.147 -0.155 0.020 -0.055 -0.026 -0.060 -0.007 -0.196 0.004 -0.029 -0.025 -0.054 -0.381 1.000 -0.003 0.008 | +| jpsi_s | -0.004 0.013 -0.016 -0.003 0.009 0.008 0.016 -0.046 -0.017 -0.021 -0.001 0.092 -0.015 -0.014 -0.682 -0.047 -0.060 -0.003 1.000 0.044 | +| rho_p | 0.016 0.014 -0.017 -0.031 0.005 -0.022 -0.210 0.125 -0.057 -0.014 0.014 -0.032 -0.014 0.352 -0.035 0.134 -0.006 0.008 0.044 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.14413218176287979}), (, {'error': 0.0812815633136621}), (, {'error': 0.024150660886746778}), (, {'error': 0.13527630755096187}), (, {'error': 0.15228103480355326}), (, {'error': 0.1773331087328236}), (, {'error': 1.3221864448922716}), (, {'error': 10.149402399393209}), (, {'error': 0.01674095710842405}), (, {'error': 0.15300485882112225}), (, {'error': 3.2481540448609048}), (, {'error': 0.03709761721225968}), (, {'error': 0.13726591659604848}), (, {'error': 0.1770294478332044}), (, {'error': 1.4412212418037598}), (, {'error': 4.4886347728132465}), (, {'error': 0.09396312548032654}), (, {'error': 0.10350483031224478}), (, {'error': 14.701345538956048}), (, {'error': 0.15302684767297414})]) +Toy 7/10 +Time taken: 8 h, 22 min +Projected time left: 3 h, 35 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.175E+05 | Ncalls=1049 (1049 total) | +| EDM = 2.78E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -717477.7410805423 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -1.63 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 2.309 | 0.028 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.39 | 0.14 | | |0.00501244| 2.01499 | | +| 4 | p4040_p | -3.24 | 0.11 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.09 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | rho_s | 2.01 | 0.22 | | |0.0253049| 2.0747 | | +| 7 | phi_p | 0.19 | 0.56 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | 4.760 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 0.86 | 0.16 | | |0.126447 | 2.35355 | | +| 10| omega_s | 5.0 | 2.8 | | | 4.19232 | 9.40768 | | +| 11| Dbar_s | -0.33 | 0.03 | | | -1.464 | 1.464 | | +| 12| p4160_s | 0.717 | 0.010 | | | 0.71676 | 3.68324 | | +| 13| omega_p | -5.7 | 0.5 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1373.9 | 1.5 | | | 1358.64 | 1433.36 | | +| 15| phi_s | 17.6 | 2.1 | | | 14.8182 | 23.5818 | | +| 16| Ctt | -0.500 | 0.018 | | | -0.5 | 0.5 | | +| 17| p3770_p | -2.64 | 0.11 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | 5.77 | 0.16 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p psi2s_p p4040_s p4040_p p3770_s rho_s phi_p jpsi_p p4415_s omega_s Dbar_s p4160_s omega_p psi2s_s phi_s Ctt p3770_p jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.004 -0.000 -0.113 0.006 -0.001 0.000 -0.005 -0.017 0.067 -0.004 0.278 0.005 -0.003 -0.002 -0.004 -0.018 0.007 0.003 0.018 | +| p4160_p | 0.004 1.000 0.005 0.017 -0.006 -0.001 0.000 0.000 0.004 -0.008 0.000 -0.016 -0.003 0.000 0.001 0.000 -0.000 -0.002 -0.001 0.000 | +| psi2s_p | -0.000 0.005 1.000 0.099 -0.213 -0.112 -0.008 -0.032 -0.057 -0.099 -0.008 0.071 0.001 -0.009 -0.059 -0.034 -0.003 -0.367 0.054 -0.054 | +| p4040_s | -0.113 0.017 0.099 1.000 -0.255 0.136 -0.006 0.007 0.035 -0.203 0.005 -0.130 -0.001 0.006 -0.009 0.004 0.049 0.020 0.005 -0.027 | +| p4040_p | 0.006 -0.006 -0.213 -0.255 1.000 0.015 -0.009 -0.009 -0.128 0.216 -0.003 0.507 -0.010 -0.004 -0.026 -0.009 0.002 0.106 0.024 -0.017 | +| p3770_s | -0.001 -0.001 -0.112 0.136 0.015 1.000 -0.010 0.004 -0.002 0.057 0.004 0.266 -0.002 0.004 -0.036 0.002 0.019 -0.242 0.022 -0.026 | +| rho_s | 0.000 0.000 -0.008 -0.006 -0.009 -0.010 1.000 0.037 0.025 -0.007 -0.102 -0.039 0.000 0.036 -0.001 0.028 0.002 0.009 0.001 0.126 | +| phi_p | -0.005 0.000 -0.032 0.007 -0.009 0.004 0.037 1.000 -0.100 -0.002 0.028 0.004 -0.000 0.068 0.006 0.937 -0.000 -0.013 -0.008 0.084 | +| jpsi_p | -0.017 0.004 -0.057 0.035 -0.128 -0.002 0.025 -0.100 1.000 -0.105 -0.038 -0.239 0.000 -0.041 0.037 -0.094 0.010 -0.011 -0.042 0.011 | +| p4415_s | 0.067 -0.008 -0.099 -0.203 0.216 0.057 -0.007 -0.002 -0.105 1.000 -0.001 0.388 0.011 -0.002 -0.010 -0.002 0.039 0.029 0.005 -0.012 | +| omega_s | -0.004 0.000 -0.008 0.005 -0.003 0.004 -0.102 0.028 -0.038 -0.001 1.000 0.005 -0.000 0.908 0.004 0.044 -0.000 -0.007 -0.005 -0.304 | +| Dbar_s | 0.278 -0.016 0.071 -0.130 0.507 0.266 -0.039 0.004 -0.239 0.388 0.005 1.000 0.006 0.007 -0.136 -0.001 0.099 -0.016 0.164 -0.054 | +| p4160_s | 0.005 -0.003 0.001 -0.001 -0.010 -0.002 0.000 -0.000 0.000 0.011 -0.000 0.006 1.000 -0.000 0.000 -0.000 -0.002 -0.000 -0.000 0.001 | +| omega_p | -0.003 0.000 -0.009 0.006 -0.004 0.004 0.036 0.068 -0.041 -0.002 0.908 0.007 -0.000 1.000 0.002 0.081 -0.000 -0.008 -0.002 -0.300 | +| psi2s_s | -0.002 0.001 -0.059 -0.009 -0.026 -0.036 -0.001 0.006 0.037 -0.010 0.004 -0.136 0.000 0.002 1.000 0.009 0.004 0.015 -0.643 -0.028 | +| phi_s | -0.004 0.000 -0.034 0.004 -0.009 0.002 0.028 0.937 -0.094 -0.002 0.044 -0.001 -0.000 0.081 0.009 1.000 0.000 -0.010 -0.012 0.124 | +| Ctt | -0.018 -0.000 -0.003 0.049 0.002 0.019 0.002 -0.000 0.010 0.039 -0.000 0.099 -0.002 -0.000 0.004 0.000 1.000 -0.053 -0.004 0.001 | +| p3770_p | 0.007 -0.002 -0.367 0.020 0.106 -0.242 0.009 -0.013 -0.011 0.029 -0.007 -0.016 -0.000 -0.008 0.015 -0.010 -0.053 1.000 -0.024 0.018 | +| jpsi_s | 0.003 -0.001 0.054 0.005 0.024 0.022 0.001 -0.008 -0.042 0.005 -0.005 0.164 -0.000 -0.002 -0.643 -0.012 -0.004 -0.024 1.000 0.041 | +| rho_p | 0.018 0.000 -0.054 -0.027 -0.017 -0.026 0.126 0.084 0.011 -0.012 -0.304 -0.054 0.001 -0.300 -0.028 0.124 0.001 0.018 0.041 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21209955923810986}), (, {'error': 0.010271072816655291}), (, {'error': 0.027811925464487963}), (, {'error': 0.14065481318311135}), (, {'error': 0.11104219719798225}), (, {'error': 0.21181875148592522}), (, {'error': 0.21580856081493338}), (, {'error': 0.5630555024454789}), (, {'error': 0.016189015282435548}), (, {'error': 0.1602955839988507}), (, {'error': 2.814003351801335}), (, {'error': 0.03205845913111227}), (, {'error': 0.009967868842598482}), (, {'error': 0.5319027223524837}), (, {'error': 1.4582243977265534}), (, {'error': 2.067628051889473}), (, {'error': 0.01829027518584886}), (, {'error': 0.11287740922108647}), (, {'error': 12.634353859712974}), (, {'error': 0.16358333234272937})]) +Toy 8/10 +Time taken: 9 h, 37 min +Projected time left: 2 h, 24 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.176E+05 | Ncalls=1150 (1150 total) | +| EDM = 8.59E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -717576.4790380157 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.04 | 0.16 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -1.87 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | -2.06 | 0.03 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 0.99 | 0.17 | | |0.00501244| 2.01499 | | +| 4 | p4040_p | -2.08 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.17 | 0.20 | | |0.918861 | 4.08114 | | +| 6 | rho_s | 1.97 | 0.28 | | |0.0253049| 2.0747 | | +| 7 | phi_p | 6.28 | 0.24 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | -1.737 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.25 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_s | 5.1 | 3.0 | | | 4.19232 | 9.40768 | | +| 11| Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 12| p4160_s | 2.10 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| omega_p | -6.0 | 0.7 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1366.3 | 2.7 | | | 1358.64 | 1433.36 | | +| 15| phi_s | 17.6 | 0.9 | | | 14.8182 | 23.5818 | | +| 16| Ctt | -0.17 | 0.16 | | | -0.5 | 0.5 | | +| 17| p3770_p | 4.34 | 0.13 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 0.999E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -6.283 | 0.021 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p psi2s_p p4040_s p4040_p p3770_s rho_s phi_p jpsi_p p4415_s omega_s Dbar_s p4160_s omega_p psi2s_s phi_s Ctt p3770_p jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.309 0.125 -0.207 0.173 -0.032 0.001 0.002 -0.071 -0.134 -0.009 0.092 -0.155 -0.007 -0.012 -0.005 -0.185 0.122 -0.013 0.002 | +| p4160_p | 0.309 1.000 0.380 -0.525 0.206 -0.145 0.002 0.003 -0.104 -0.025 -0.014 -0.223 -0.149 -0.010 -0.028 -0.009 -0.503 0.301 -0.029 0.003 | +| psi2s_p | 0.125 0.380 1.000 -0.491 0.164 -0.262 0.013 0.008 -0.066 -0.396 -0.030 -0.709 -0.347 -0.028 0.054 -0.009 -0.727 0.527 0.074 -0.000 | +| p4040_s | -0.207 -0.525 -0.491 1.000 -0.217 0.229 -0.011 -0.000 0.001 0.216 0.010 0.510 0.101 0.006 -0.014 0.006 0.557 -0.254 -0.019 -0.003 | +| p4040_p | 0.173 0.206 0.164 -0.217 1.000 -0.124 -0.004 0.003 -0.166 0.077 -0.008 0.043 0.380 -0.007 -0.040 -0.005 -0.296 0.227 -0.040 0.002 | +| p3770_s | -0.032 -0.145 -0.262 0.229 -0.124 1.000 -0.013 0.001 -0.057 0.133 0.006 0.320 0.111 0.004 -0.033 0.001 0.225 -0.258 -0.042 -0.001 | +| rho_s | 0.001 0.002 0.013 -0.011 -0.004 -0.013 1.000 -0.013 0.037 -0.005 -0.246 -0.019 -0.009 -0.110 -0.022 0.005 0.008 0.005 -0.023 -0.018 | +| phi_p | 0.002 0.003 0.008 -0.000 0.003 0.001 -0.013 1.000 0.019 0.000 0.023 0.001 0.001 0.007 -0.002 -0.523 -0.002 0.003 -0.002 -0.001 | +| jpsi_p | -0.071 -0.104 -0.066 0.001 -0.166 -0.057 0.037 0.019 1.000 -0.034 -0.063 -0.069 -0.078 -0.065 0.106 -0.009 0.166 -0.094 0.116 -0.007 | +| p4415_s | -0.134 -0.025 -0.396 0.216 0.077 0.133 -0.005 0.000 -0.034 1.000 0.006 0.494 0.350 0.002 0.013 0.007 0.445 -0.237 0.013 -0.002 | +| omega_s | -0.009 -0.014 -0.030 0.010 -0.008 0.006 -0.246 0.023 -0.063 0.006 1.000 0.010 0.005 0.927 0.003 0.068 0.009 -0.013 0.003 0.045 | +| Dbar_s | 0.092 -0.223 -0.709 0.510 0.043 0.320 -0.019 0.001 -0.069 0.494 0.010 1.000 0.516 0.007 -0.168 -0.004 0.772 -0.451 -0.188 -0.001 | +| p4160_s | -0.155 -0.149 -0.347 0.101 0.380 0.111 -0.009 0.001 -0.078 0.350 0.005 0.516 1.000 0.001 -0.007 0.005 0.355 -0.152 -0.008 -0.001 | +| omega_p | -0.007 -0.010 -0.028 0.006 -0.007 0.004 -0.110 0.007 -0.065 0.002 0.927 0.007 0.001 1.000 -0.010 0.081 0.004 -0.010 -0.011 0.030 | +| psi2s_s | -0.012 -0.028 0.054 -0.014 -0.040 -0.033 -0.022 -0.002 0.106 0.013 0.003 -0.168 -0.007 -0.010 1.000 0.040 0.049 -0.002 0.911 -0.007 | +| phi_s | -0.005 -0.009 -0.009 0.006 -0.005 0.001 0.005 -0.523 -0.009 0.007 0.068 -0.004 0.005 0.081 0.040 1.000 0.013 -0.005 0.043 0.015 | +| Ctt | -0.185 -0.503 -0.727 0.557 -0.296 0.225 0.008 -0.002 0.166 0.445 0.009 0.772 0.355 0.004 0.049 0.013 1.000 -0.599 0.055 -0.004 | +| p3770_p | 0.122 0.301 0.527 -0.254 0.227 -0.258 0.005 0.003 -0.094 -0.237 -0.013 -0.451 -0.152 -0.010 -0.002 -0.005 -0.599 1.000 0.016 0.002 | +| jpsi_s | -0.013 -0.029 0.074 -0.019 -0.040 -0.042 -0.023 -0.002 0.116 0.013 0.003 -0.188 -0.008 -0.011 0.911 0.043 0.055 0.016 1.000 -0.008 | +| rho_p | 0.002 0.003 -0.000 -0.003 0.002 -0.001 -0.018 -0.001 -0.007 -0.002 0.045 -0.001 -0.001 0.030 -0.007 0.015 -0.004 0.002 -0.008 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16485531364967532}), (, {'error': 0.10008287014506667}), (, {'error': 0.033833700792574195}), (, {'error': 0.1727290911342702}), (, {'error': 0.18380699183827875}), (, {'error': 0.1965157152187711}), (, {'error': 0.27881035879453897}), (, {'error': 0.24302460200599008}), (, {'error': 0.01632325546619029}), (, {'error': 0.18159537485065547}), (, {'error': 2.9543465109567904}), (, {'error': 0.06298919911589185}), (, {'error': 0.1691884774777047}), (, {'error': 0.7279615569671449}), (, {'error': 2.709880543919212}), (, {'error': 0.8768572640506331}), (, {'error': 0.15828870668870657}), (, {'error': 0.12890413427718794}), (, {'error': 19.066921137500685}), (, {'error': 0.02141352530331586})]) +Toy 9/10 +Time taken: 10 h, 56 min +Projected time left: 1 h, 12 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.176E+05 | Ncalls=1276 (1276 total) | +| EDM = 5.17E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -717579.0645474116 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.95 | 0.16 | | |-6.28319 | 6.28319 | | +| 1 | p4160_p | -2.25 | 0.10 | | |-6.28319 | 6.28319 | | +| 2 | psi2s_p | 1.826 | 0.029 | | |-6.28319 | 6.28319 | | +| 3 | p4040_s | 1.04 | 0.18 | | |0.00501244| 2.01499 | | +| 4 | p4040_p | -2.57 | 0.18 | | |-6.28319 | 6.28319 | | +| 5 | p3770_s | 2.39 | 0.21 | | |0.918861 | 4.08114 | | +| 6 | rho_s | 1.92 | 0.26 | | |0.0253049| 2.0747 | | +| 7 | phi_p | 0.4 | 0.4 | | |-6.28319 | 6.28319 | | +| 8 | jpsi_p | -4.627 | 0.016 | | |-6.28319 | 6.28319 | | +| 9 | p4415_s | 1.28 | 0.18 | | |0.126447 | 2.35355 | | +| 10| omega_s | 4.2 | 0.6 | | | 4.19232 | 9.40768 | | +| 11| Dbar_s | -0.05 | 0.06 | | | -1.464 | 1.464 | | +| 12| p4160_s | 2.15 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| omega_p | 6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 14| psi2s_s | 1372.9 | 1.8 | | | 1358.64 | 1433.36 | | +| 15| phi_s | 17.9 | 1.5 | | | 14.8182 | 23.5818 | | +| 16| Ctt | -0.12 | 0.13 | | | -0.5 | 0.5 | | +| 17| p3770_p | -3.08 | 0.12 | | |-6.28319 | 6.28319 | | +| 18| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 19| rho_p | -6.28 | 0.04 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p p4160_p psi2s_p p4040_s p4040_p p3770_s rho_s phi_p jpsi_p p4415_s omega_s Dbar_s p4160_s omega_p psi2s_s phi_s Ctt p3770_p jpsi_s rho_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 0.288 -0.094 -0.198 0.151 -0.038 -0.004 -0.009 -0.020 -0.144 -0.000 0.078 -0.157 0.000 -0.006 -0.007 -0.184 0.089 0.005 0.004 | +| p4160_p | 0.288 1.000 -0.132 -0.529 0.174 -0.153 -0.004 -0.014 0.012 -0.022 -0.001 -0.257 -0.162 -0.000 -0.007 -0.012 -0.497 0.253 0.006 0.005 | +| psi2s_p | -0.094 -0.132 1.000 -0.036 -0.315 -0.151 -0.009 -0.017 0.098 -0.082 0.002 0.025 -0.178 0.001 -0.047 -0.017 0.173 -0.371 0.047 -0.008 | +| p4040_s | -0.198 -0.529 -0.036 1.000 -0.209 0.208 -0.008 0.009 -0.080 0.207 0.003 0.521 0.105 0.001 -0.020 0.008 0.544 -0.227 0.020 -0.007 | +| p4040_p | 0.151 0.174 -0.315 -0.209 1.000 -0.136 -0.008 -0.010 -0.119 0.084 0.001 0.029 0.379 0.001 -0.016 -0.007 -0.284 0.170 0.016 0.002 | +| p3770_s | -0.038 -0.153 -0.151 0.208 -0.136 1.000 -0.014 0.006 0.008 0.111 0.002 0.281 0.096 0.001 -0.035 0.004 0.186 -0.307 0.025 -0.004 | +| rho_s | -0.004 -0.004 -0.009 -0.008 -0.008 -0.014 1.000 0.033 -0.028 -0.002 -0.207 -0.024 -0.008 -0.013 -0.000 0.020 0.018 0.003 0.001 0.026 | +| phi_p | -0.009 -0.014 -0.017 0.009 -0.010 0.006 0.033 1.000 -0.051 0.003 -0.031 0.007 0.002 -0.010 0.013 0.881 0.005 -0.013 -0.016 0.007 | +| jpsi_p | -0.020 0.012 0.098 -0.080 -0.119 0.008 -0.028 -0.051 1.000 -0.149 0.005 -0.109 -0.165 0.004 -0.038 -0.049 -0.148 -0.028 0.053 -0.017 | +| p4415_s | -0.144 -0.022 -0.082 0.207 0.084 0.111 -0.002 0.003 -0.149 1.000 0.002 0.489 0.348 0.001 0.002 0.004 0.422 -0.213 -0.003 -0.004 | +| omega_s | -0.000 -0.001 0.002 0.003 0.001 0.002 -0.207 -0.031 0.005 0.002 1.000 0.004 0.003 -0.039 0.005 -0.026 0.000 -0.001 -0.006 0.020 | +| Dbar_s | 0.078 -0.257 0.025 0.521 0.029 0.281 -0.024 0.007 -0.109 0.489 0.004 1.000 0.526 0.001 -0.094 0.005 0.788 -0.436 0.111 -0.006 | +| p4160_s | -0.157 -0.162 -0.178 0.105 0.379 0.096 -0.008 0.002 -0.165 0.348 0.003 0.526 1.000 0.001 -0.011 0.004 0.348 -0.158 0.010 -0.004 | +| omega_p | 0.000 -0.000 0.001 0.001 0.001 0.001 -0.013 -0.010 0.004 0.001 -0.039 0.001 0.001 1.000 0.002 -0.012 0.000 -0.000 -0.002 0.007 | +| psi2s_s | -0.006 -0.007 -0.047 -0.020 -0.016 -0.035 -0.000 0.013 -0.038 0.002 0.005 -0.094 -0.011 0.002 1.000 0.022 0.030 0.013 -0.783 -0.008 | +| phi_s | -0.007 -0.012 -0.017 0.008 -0.007 0.004 0.020 0.881 -0.049 0.004 -0.026 0.005 0.004 -0.012 0.022 1.000 0.007 -0.010 -0.027 0.018 | +| Ctt | -0.184 -0.497 0.173 0.544 -0.284 0.186 0.018 0.005 -0.148 0.422 0.000 0.788 0.348 0.000 0.030 0.007 1.000 -0.516 -0.030 -0.005 | +| p3770_p | 0.089 0.253 -0.371 -0.227 0.170 -0.307 0.003 -0.013 -0.028 -0.213 -0.001 -0.436 -0.158 -0.000 0.013 -0.010 -0.516 1.000 -0.023 0.003 | +| jpsi_s | 0.005 0.006 0.047 0.020 0.016 0.025 0.001 -0.016 0.053 -0.003 -0.006 0.111 0.010 -0.002 -0.783 -0.027 -0.030 -0.023 1.000 0.010 | +| rho_p | 0.004 0.005 -0.008 -0.007 0.002 -0.004 0.026 0.007 -0.017 -0.004 0.020 -0.006 -0.004 0.007 -0.008 0.018 -0.005 0.003 0.010 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16115497741001583}), (, {'error': 0.09825259520179208}), (, {'error': 0.028956144257179517}), (, {'error': 0.17812535701336885}), (, {'error': 0.17626126996442326}), (, {'error': 0.21422771310628708}), (, {'error': 0.2577795991682038}), (, {'error': 0.40240021153249117}), (, {'error': 0.016183431437472695}), (, {'error': 0.18192460437464886}), (, {'error': 0.5978370146040239}), (, {'error': 0.05989319925663217}), (, {'error': 0.17286935268850812}), (, {'error': 0.08042494001967793}), (, {'error': 1.7948607392381746}), (, {'error': 1.5478356446660886}), (, {'error': 0.13118629618311467}), (, {'error': 0.11707786594372682}), (, {'error': 31.060912508640286}), (, {'error': 0.04085727688373586})]) +Toy 10/10 +Time taken: 12 h, 25 min +Projected time left: +Mean Ctt value = -0.2595113284454781 +Mean Ctt error = 0.10666361195441625 +Simulation ended diff --git a/prelim_results/slurm-2213959.out b/prelim_results/slurm-2213959.out new file mode 100644 index 0000000..0c02f7e --- /dev/null +++ b/prelim_results/slurm-2213959.out @@ -0,0 +1,9751 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-08 01:38:42.499390: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-08 01:38:42.524858: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099830000 Hz +2019-07-08 01:38:42.525193: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x561d578f14d0 executing computations on platform Host. Devices: +2019-07-08 01:38:42.525235: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-08 01:38:43.047263: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x561d57979a30 executing computations on platform CUDA. Devices: +2019-07-08 01:38:43.047313: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-08 01:38:43.047768: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:0a:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-08 01:38:43.047795: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-08 01:38:43.051612: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-08 01:38:43.051634: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-08 01:38:43.051641: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-08 01:38:43.051969: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10802 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:0a:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710586.7201089 Edm = 4.70545 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710586.7201089 Edm = 4.70545 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711984.5392442 Edm = 0.247821 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -711985.4309599 Edm = 0.591547 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -712063.9772123 Edm = 0.635733 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -712064.8318696 Edm = 0.0296845 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -712065.1314751 Edm = 0.248614 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -712262.3852907 Edm = 35.7523 NCalls = 31 +VariableMetric: Iteration # 7 - FCN = -712293.7636458 Edm = 23.8527 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -712305.3183254 Edm = 0.0711604 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -712305.4031168 Edm = 0.00673768 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -712305.4696845 Edm = 0.0589241 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -712307.6015835 Edm = 1.81153 NCalls = 44 +VariableMetric: Iteration # 12 - FCN = -712321.6552709 Edm = 0.0367764 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -712321.7156506 Edm = 0.0121847 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -712322.0196808 Edm = 0.278165 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -712337.2317807 Edm = 1.17001 NCalls = 58 +VariableMetric: Iteration # 16 - FCN = -712339.0758479 Edm = 0.110707 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -712339.2692587 Edm = 0.0272253 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -712339.3351141 Edm = 0.00827097 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -712339.3588559 Edm = 0.0101249 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -712349.8088441 Edm = 13.9752 NCalls = 79 +VariableMetric: Iteration # 21 - FCN = -712349.8699118 Edm = 0.698701 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -712352.5877414 Edm = 2.38457 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -712368.0729713 Edm = 6.18736 NCalls = 90 +VariableMetric: Iteration # 24 - FCN = -712372.3036092 Edm = 0.339751 NCalls = 92 +VariableMetric: Iteration # 25 - FCN = -712372.6532956 Edm = 0.00548204 NCalls = 94 +VariableMetric: Iteration # 26 - FCN = -712372.6651201 Edm = 0.00615374 NCalls = 96 +VariableMetric: Iteration # 27 - FCN = -712376.2801379 Edm = 1.90181 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -712381.0701315 Edm = 0.167687 NCalls = 106 +VariableMetric: Iteration # 29 - FCN = -712381.3794669 Edm = 0.0396561 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -712381.4593166 Edm = 0.0129402 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -712381.5201762 Edm = 0.0273855 NCalls = 115 +VariableMetric: Iteration # 32 - FCN = -712381.7338656 Edm = 0.263904 NCalls = 119 +VariableMetric: Iteration # 33 - FCN = -712382.1660189 Edm = 1.41842 NCalls = 126 +VariableMetric: Iteration # 34 - FCN = -712382.4882255 Edm = 1.62777 NCalls = 130 +VariableMetric: Iteration # 35 - FCN = -712382.8424638 Edm = 0.712897 NCalls = 134 +VariableMetric: Iteration # 36 - FCN = -712384.3212819 Edm = 0.945786 NCalls = 140 +VariableMetric: Iteration # 37 - FCN = -712391.0320258 Edm = 1.34475 NCalls = 144 +VariableMetric: Iteration # 38 - FCN = -712392.0400494 Edm = 0.312129 NCalls = 146 +VariableMetric: Iteration # 39 - FCN = -712392.2767943 Edm = 0.101954 NCalls = 148 +VariableMetric: Iteration # 40 - FCN = -712393.8133621 Edm = 1.44599 NCalls = 152 +VariableMetric: Iteration # 41 - FCN = -712439.3851317 Edm = 5.06555 NCalls = 158 +VariableMetric: Iteration # 42 - FCN = -712459.0118944 Edm = 21.9687 NCalls = 163 +VariableMetric: Iteration # 43 - FCN = -712468.0921587 Edm = 40.8575 NCalls = 167 +VariableMetric: Iteration # 44 - FCN = -712489.1432029 Edm = 39.0208 NCalls = 171 +VariableMetric: Iteration # 45 - FCN = -712511.3471831 Edm = 31.7503 NCalls = 175 +VariableMetric: Iteration # 46 - FCN = -712559.3404476 Edm = 14.001 NCalls = 179 +VariableMetric: Iteration # 47 - FCN = -712589.1182235 Edm = 12.2948 NCalls = 181 +VariableMetric: Iteration # 48 - FCN = -712635.7433888 Edm = 16.1234 NCalls = 183 +VariableMetric: Iteration # 49 - FCN = -712912.0343821 Edm = 59.5958 NCalls = 191 +VariableMetric: Iteration # 50 - FCN = -712938.555104 Edm = 286.942 NCalls = 193 +VariableMetric: Iteration # 51 - FCN = -712966.118474 Edm = 5.33593 NCalls = 195 +VariableMetric: Iteration # 52 - FCN = -712971.4720073 Edm = 0.842882 NCalls = 197 +VariableMetric: Iteration # 53 - FCN = -712973.6986392 Edm = 0.971029 NCalls = 199 +VariableMetric: Iteration # 54 - FCN = -712975.5194326 Edm = 0.872408 NCalls = 202 +VariableMetric: Iteration # 55 - FCN = -712976.1778452 Edm = 0.369236 NCalls = 204 +VariableMetric: Iteration # 56 - FCN = -712976.5092228 Edm = 0.0611739 NCalls = 207 +VariableMetric: Iteration # 57 - FCN = -712976.6003352 Edm = 0.016873 NCalls = 209 +VariableMetric: Iteration # 58 - FCN = -712976.6336146 Edm = 0.0171423 NCalls = 211 +VariableMetric: Iteration # 59 - FCN = -712976.7398995 Edm = 0.073973 NCalls = 214 +VariableMetric: Iteration # 60 - FCN = -712977.807781 Edm = 0.788608 NCalls = 217 +VariableMetric: Iteration # 61 - FCN = -712998.6852678 Edm = 10.6644 NCalls = 221 +VariableMetric: Iteration # 62 - FCN = -713028.0780197 Edm = 16.6041 NCalls = 226 +VariableMetric: Iteration # 63 - FCN = -713039.1495216 Edm = 6.3151 NCalls = 229 +VariableMetric: Iteration # 64 - FCN = -713044.1329775 Edm = 1.74797 NCalls = 232 +VariableMetric: Iteration # 65 - FCN = -713045.8327154 Edm = 0.192476 NCalls = 234 +VariableMetric: Iteration # 66 - FCN = -713045.981779 Edm = 0.0350761 NCalls = 236 +VariableMetric: Iteration # 67 - FCN = -713046.0147778 Edm = 0.0116088 NCalls = 238 +VariableMetric: Iteration # 68 - FCN = -713046.0316246 Edm = 0.00610705 NCalls = 240 +VariableMetric: Iteration # 69 - FCN = -713046.1155266 Edm = 0.0821792 NCalls = 243 +VariableMetric: Iteration # 70 - FCN = -713049.369006 Edm = 2.53915 NCalls = 250 +VariableMetric: Iteration # 71 - FCN = -713063.6945203 Edm = 3.2686 NCalls = 254 +VariableMetric: Iteration # 72 - FCN = -713066.6233046 Edm = 0.44755 NCalls = 256 +VariableMetric: Iteration # 73 - FCN = -713067.122622 Edm = 0.0768141 NCalls = 258 +VariableMetric: Iteration # 74 - FCN = -713067.2232833 Edm = 0.0204659 NCalls = 260 +VariableMetric: Iteration # 75 - FCN = -713067.2517028 Edm = 0.00343258 NCalls = 262 +VariableMetric: Iteration # 76 - FCN = -713067.2873923 Edm = 0.0297129 NCalls = 265 +VariableMetric: Iteration # 77 - FCN = -713074.903459 Edm = 3.89999 NCalls = 272 +VariableMetric: Iteration # 78 - FCN = -713083.5285203 Edm = 3.97846 NCalls = 274 +VariableMetric: Iteration # 79 - FCN = -713084.9728652 Edm = 0.183649 NCalls = 276 +VariableMetric: Iteration # 80 - FCN = -713085.1743772 Edm = 0.0318351 NCalls = 278 +VariableMetric: Iteration # 81 - FCN = -713085.2141129 Edm = 0.00187039 NCalls = 280 +VariableMetric: Iteration # 82 - FCN = -713085.2190894 Edm = 0.00280072 NCalls = 282 +VariableMetric: Iteration # 83 - FCN = -713085.3252501 Edm = 0.0916602 NCalls = 286 +VariableMetric: Iteration # 84 - FCN = -713088.0834286 Edm = 2.34223 NCalls = 290 +VariableMetric: Iteration # 85 - FCN = -713135.7188913 Edm = 47.2421 NCalls = 295 +VariableMetric: Iteration # 86 - FCN = -713164.9777904 Edm = 14.1214 NCalls = 298 +VariableMetric: Iteration # 87 - FCN = -713187.2393551 Edm = 6.29896 NCalls = 301 +VariableMetric: Iteration # 88 - FCN = -713192.8180207 Edm = 5.26224 NCalls = 304 +VariableMetric: Iteration # 89 - FCN = -713201.918825 Edm = 3.12957 NCalls = 307 +VariableMetric: Iteration # 90 - FCN = -713204.5541784 Edm = 3.24124 NCalls = 309 +VariableMetric: Iteration # 91 - FCN = -713206.5980577 Edm = 0.822131 NCalls = 311 +VariableMetric: Iteration # 92 - FCN = -713207.2022252 Edm = 0.125017 NCalls = 313 +VariableMetric: Iteration # 93 - FCN = -713207.6067581 Edm = 0.263244 NCalls = 316 +VariableMetric: Iteration # 94 - FCN = -713208.6014218 Edm = 0.173165 NCalls = 318 +VariableMetric: Iteration # 95 - FCN = -713209.0569832 Edm = 0.034397 NCalls = 321 +VariableMetric: Iteration # 96 - FCN = -713209.0978483 Edm = 0.00229603 NCalls = 323 +VariableMetric: Iteration # 97 - FCN = -713209.1040204 Edm = 0.00350154 NCalls = 325 +VariableMetric: Iteration # 98 - FCN = -713209.1310838 Edm = 0.0194282 NCalls = 328 +VariableMetric: Iteration # 99 - FCN = -713209.3937046 Edm = 0.374117 NCalls = 331 +VariableMetric: Iteration # 100 - FCN = -713210.3931651 Edm = 0.915408 NCalls = 336 +VariableMetric: Iteration # 101 - FCN = -713226.2610989 Edm = 7.01042 NCalls = 340 +VariableMetric: Iteration # 102 - FCN = -713232.5929107 Edm = 1.35785 NCalls = 342 +VariableMetric: Iteration # 103 - FCN = -713233.8972597 Edm = 0.277732 NCalls = 344 +VariableMetric: Iteration # 104 - FCN = -713234.3518705 Edm = 0.222753 NCalls = 347 +VariableMetric: Iteration # 105 - FCN = -713236.924908 Edm = 1.66389 NCalls = 354 +VariableMetric: Iteration # 106 - FCN = -713236.9874373 Edm = 0.334748 NCalls = 356 +VariableMetric: Iteration # 107 - FCN = -713238.402773 Edm = 0.800695 NCalls = 360 +VariableMetric: Iteration # 108 - FCN = -713239.7065335 Edm = 0.204081 NCalls = 362 +VariableMetric: Iteration # 109 - FCN = -713239.9232738 Edm = 0.0262953 NCalls = 364 +VariableMetric: Iteration # 110 - FCN = -713239.9454461 Edm = 0.00195151 NCalls = 365 +VariableMetric: Iteration # 111 - FCN = -713239.9477835 Edm = 0.000568434 NCalls = 367 +VariableMetric: Iteration # 112 - FCN = -713239.9641002 Edm = 0.0144937 NCalls = 371 +VariableMetric: Iteration # 113 - FCN = -713240.4024495 Edm = 0.380615 NCalls = 375 +VariableMetric: Iteration # 114 - FCN = -713246.6384453 Edm = 2.0168 NCalls = 379 +VariableMetric: Iteration # 115 - FCN = -713249.9163829 Edm = 0.372504 NCalls = 381 +VariableMetric: Iteration # 116 - FCN = -713250.3655885 Edm = 0.0912737 NCalls = 383 +VariableMetric: Iteration # 117 - FCN = -713250.4622408 Edm = 0.00718551 NCalls = 385 +VariableMetric: Iteration # 118 - FCN = -713250.4684369 Edm = 0.000393198 NCalls = 387 +VariableMetric: Iteration # 119 - FCN = -713250.4689465 Edm = 5.20232e-05 NCalls = 389 +VariableMetric: After Hessian - FCN = -713250.4689465 Edm = 14.0483 NCalls = 752 +VariableMetric: Iteration # 120 - FCN = -713250.4689465 Edm = 14.0483 NCalls = 752 +VariableMetric: Iteration # 121 - FCN = -713250.6227753 Edm = 31.3218 NCalls = 755 +VariableMetric: Iteration # 122 - FCN = -713255.9551293 Edm = 0.286638 NCalls = 757 +VariableMetric: Iteration # 123 - FCN = -713256.8421498 Edm = 0.110012 NCalls = 759 +VariableMetric: Iteration # 124 - FCN = -713258.0383813 Edm = 0.18811 NCalls = 764 +VariableMetric: Iteration # 125 - FCN = -713258.1099776 Edm = 0.275101 NCalls = 766 +VariableMetric: Iteration # 126 - FCN = -713258.217393 Edm = 12.6658 NCalls = 767 +VariableMetric: Iteration # 127 - FCN = -713258.2504794 Edm = 271.732 NCalls = 770 +VariableMetric: Iteration # 128 - FCN = -713258.2770677 Edm = 507.592 NCalls = 773 +VariableMetric: Iteration # 129 - FCN = -713258.3231606 Edm = 25.5137 NCalls = 776 +VariableMetric: Iteration # 130 - FCN = -713258.3708812 Edm = 53.8512 NCalls = 779 +VariableMetric: Iteration # 131 - FCN = -713258.4268946 Edm = 293.92 NCalls = 781 +VariableMetric: Iteration # 132 - FCN = -713258.5226371 Edm = 30.9677 NCalls = 784 +VariableMetric: Iteration # 133 - FCN = -713258.551282 Edm = 5.47988 NCalls = 787 +VariableMetric: Iteration # 134 - FCN = -713258.6144303 Edm = 4.4078 NCalls = 790 +VariableMetric: Iteration # 135 - FCN = -713258.7623946 Edm = 4.59261 NCalls = 792 +VariableMetric: Iteration # 136 - FCN = -713258.9297305 Edm = 1.84882 NCalls = 794 +VariableMetric: Iteration # 137 - FCN = -713259.1017581 Edm = 0.928315 NCalls = 796 +VariableMetric: Iteration # 138 - FCN = -713259.2016505 Edm = 0.464143 NCalls = 798 +VariableMetric: Iteration # 139 - FCN = -713259.2694296 Edm = 0.29351 NCalls = 800 +VariableMetric: Iteration # 140 - FCN = -713259.3189297 Edm = 0.353162 NCalls = 802 +VariableMetric: Iteration # 141 - FCN = -713259.3480555 Edm = 0.183665 NCalls = 804 +VariableMetric: Iteration # 142 - FCN = -713259.4120518 Edm = 0.130733 NCalls = 806 +VariableMetric: Iteration # 143 - FCN = -713259.4549224 Edm = 0.136677 NCalls = 808 +VariableMetric: Iteration # 144 - FCN = -713259.4795456 Edm = 0.167442 NCalls = 810 +VariableMetric: Iteration # 145 - FCN = -713259.5250065 Edm = 0.0809245 NCalls = 812 +VariableMetric: Iteration # 146 - FCN = -713259.6186535 Edm = 0.395422 NCalls = 814 +VariableMetric: Iteration # 147 - FCN = -713259.6602779 Edm = 0.0743565 NCalls = 816 +VariableMetric: Iteration # 148 - FCN = -713259.70848 Edm = 0.108811 NCalls = 818 +VariableMetric: Iteration # 149 - FCN = -713259.7587458 Edm = 0.0840167 NCalls = 820 +VariableMetric: Iteration # 150 - FCN = -713259.8159202 Edm = 0.0739561 NCalls = 824 +VariableMetric: Iteration # 151 - FCN = -713259.858112 Edm = 0.0277655 NCalls = 827 +VariableMetric: Iteration # 152 - FCN = -713259.9022451 Edm = 0.0263644 NCalls = 830 +VariableMetric: Iteration # 153 - FCN = -713259.9152957 Edm = 0.0196888 NCalls = 833 +VariableMetric: Iteration # 154 - FCN = -713259.9426835 Edm = 0.0143477 NCalls = 835 +VariableMetric: Iteration # 155 - FCN = -713259.9528222 Edm = 0.00607704 NCalls = 837 +VariableMetric: Iteration # 156 - FCN = -713259.9622414 Edm = 0.00311468 NCalls = 840 +VariableMetric: Iteration # 157 - FCN = -713259.9655465 Edm = 0.00135486 NCalls = 842 +VariableMetric: Iteration # 158 - FCN = -713259.9671025 Edm = 0.000415255 NCalls = 844 +VariableMetric: Iteration # 159 - FCN = -713259.9676312 Edm = 0.000223689 NCalls = 846 +VariableMetric: Iteration # 160 - FCN = -713259.9679177 Edm = 0.000327491 NCalls = 849 +VariableMetric: Iteration # 161 - FCN = -713259.9693513 Edm = 0.000952999 NCalls = 853 +VariableMetric: Iteration # 162 - FCN = -713259.9727195 Edm = 0.001792 NCalls = 856 +VariableMetric: Iteration # 163 - FCN = -713259.9739555 Edm = 0.000432622 NCalls = 858 +VariableMetric: Iteration # 164 - FCN = -713259.9745806 Edm = 8.96588e-05 NCalls = 860 +VariableMetric: Iteration # 165 - FCN = -713259.974715 Edm = 2.47014e-05 NCalls = 862 +VariableMetric: After Hessian - FCN = -713259.974715 Edm = 0.00069415 NCalls = 1243 +VariableMetric: Iteration # 166 - FCN = -713259.974715 Edm = 0.00069415 NCalls = 1243 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -708648.7570371 Edm = 5.85221 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -708648.7570371 Edm = 5.85221 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711924.2321148 Edm = 0.571506 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -711928.2026434 Edm = 0.688778 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -712109.0464893 Edm = 13.0004 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -712121.7279084 Edm = 0.0888889 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -712121.8847136 Edm = 0.0616939 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -712174.2502061 Edm = 24.104 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -712189.5769947 Edm = 1.40258 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -712191.7218389 Edm = 0.134666 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -712192.2983844 Edm = 0.561032 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -712197.0420292 Edm = 4.87817 NCalls = 37 +VariableMetric: Iteration # 11 - FCN = -712206.4526401 Edm = 9.7688 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -712209.0806895 Edm = 2.41333 NCalls = 46 +VariableMetric: Iteration # 13 - FCN = -712249.357382 Edm = 11.6454 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -712259.8862286 Edm = 0.227586 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -712260.0675209 Edm = 0.0590641 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -712260.1606411 Edm = 0.0955441 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -712279.0064905 Edm = 11.3164 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -712309.2992201 Edm = 0.138561 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -712309.5018759 Edm = 0.0417159 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -712311.1524677 Edm = 1.35001 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -712397.367264 Edm = 16.1186 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -712417.3463842 Edm = 0.792848 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -712418.3109819 Edm = 0.0463249 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -712418.4076669 Edm = 0.021174 NCalls = 84 +VariableMetric: Iteration # 25 - FCN = -712418.5125309 Edm = 0.0390721 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -712419.2459138 Edm = 0.491128 NCalls = 91 +VariableMetric: Iteration # 27 - FCN = -712476.2430047 Edm = 35.0109 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -712476.4470505 Edm = 0.726757 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -712480.6224355 Edm = 1.20546 NCalls = 105 +VariableMetric: Iteration # 30 - FCN = -712482.7812678 Edm = 0.684764 NCalls = 107 +VariableMetric: Iteration # 31 - FCN = -712487.4437646 Edm = 0.856361 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -712488.8483446 Edm = 0.416225 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -712491.7537595 Edm = 1.87342 NCalls = 116 +VariableMetric: Iteration # 34 - FCN = -712499.1532591 Edm = 0.50756 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -712499.5847694 Edm = 0.0215896 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -712499.6321969 Edm = 0.0345548 NCalls = 123 +VariableMetric: Iteration # 37 - FCN = -712501.5413131 Edm = 1.86086 NCalls = 129 +VariableMetric: Iteration # 38 - FCN = -712540.2388296 Edm = 32.2024 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -712610.7477765 Edm = 5.31453 NCalls = 139 +VariableMetric: Iteration # 40 - FCN = -712616.7894612 Edm = 0.110691 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -712616.8941797 Edm = 0.0779868 NCalls = 142 +VariableMetric: Iteration # 42 - FCN = -712616.9642134 Edm = 0.0298383 NCalls = 144 +VariableMetric: Iteration # 43 - FCN = -712617.1495708 Edm = 0.140173 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -712621.904283 Edm = 3.67613 NCalls = 151 +VariableMetric: Iteration # 45 - FCN = -712652.822881 Edm = 1.26416 NCalls = 155 +VariableMetric: Iteration # 46 - FCN = -712654.3044161 Edm = 0.0184595 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -712654.3347862 Edm = 0.0066062 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -712654.3469681 Edm = 0.00362149 NCalls = 161 +VariableMetric: Iteration # 49 - FCN = -712654.3715461 Edm = 0.0151137 NCalls = 164 +VariableMetric: Iteration # 50 - FCN = -712654.8085844 Edm = 0.504837 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -712657.4613936 Edm = 2.07084 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -712678.6895023 Edm = 6.26474 NCalls = 181 +VariableMetric: Iteration # 53 - FCN = -712685.2410779 Edm = 8.15844 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -712700.3078057 Edm = 7.95333 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -712707.6312559 Edm = 5.08218 NCalls = 190 +VariableMetric: Iteration # 56 - FCN = -712718.5395369 Edm = 1.13133 NCalls = 196 +VariableMetric: Iteration # 57 - FCN = -712721.6426555 Edm = 2.00517 NCalls = 201 +VariableMetric: Iteration # 58 - FCN = -712722.8580929 Edm = 1.26035 NCalls = 204 +VariableMetric: Iteration # 59 - FCN = -712723.8343123 Edm = 0.159446 NCalls = 207 +VariableMetric: Iteration # 60 - FCN = -712723.9708823 Edm = 0.127963 NCalls = 209 +VariableMetric: Iteration # 61 - FCN = -712724.0984339 Edm = 0.0983689 NCalls = 212 +VariableMetric: Iteration # 62 - FCN = -712724.3361288 Edm = 0.0661923 NCalls = 216 +VariableMetric: Iteration # 63 - FCN = -712724.4045686 Edm = 0.0346183 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -712724.4204468 Edm = 0.00431049 NCalls = 219 +VariableMetric: Iteration # 65 - FCN = -712724.4263706 Edm = 0.00101842 NCalls = 221 +VariableMetric: Iteration # 66 - FCN = -712724.4360718 Edm = 0.00904006 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -712724.7569779 Edm = 0.342941 NCalls = 230 +VariableMetric: Iteration # 68 - FCN = -712724.8201373 Edm = 0.0627459 NCalls = 235 +VariableMetric: Iteration # 69 - FCN = -712725.2070414 Edm = 0.376385 NCalls = 241 +VariableMetric: Iteration # 70 - FCN = -712725.2109326 Edm = 0.00256183 NCalls = 243 +VariableMetric: Iteration # 71 - FCN = -712725.7248924 Edm = 0.448083 NCalls = 251 +VariableMetric: Iteration # 72 - FCN = -712729.6868964 Edm = 10.6786 NCalls = 257 +VariableMetric: Iteration # 73 - FCN = -712733.2698444 Edm = 7.79236 NCalls = 260 +VariableMetric: Iteration # 74 - FCN = -712739.5826168 Edm = 1.83672 NCalls = 264 +VariableMetric: Iteration # 75 - FCN = -712743.7147055 Edm = 1.50526 NCalls = 266 +VariableMetric: Iteration # 76 - FCN = -712747.6212652 Edm = 6.37683 NCalls = 269 +VariableMetric: Iteration # 77 - FCN = -712813.8490343 Edm = 51.6398 NCalls = 274 +VariableMetric: Iteration # 78 - FCN = -712902.0825527 Edm = 41.9857 NCalls = 277 +VariableMetric: Iteration # 79 - FCN = -712923.8103067 Edm = 8.32504 NCalls = 278 +VariableMetric: Iteration # 80 - FCN = -712928.634253 Edm = 0.335506 NCalls = 279 +VariableMetric: Iteration # 81 - FCN = -712929.0141691 Edm = 0.0469337 NCalls = 281 +VariableMetric: Iteration # 82 - FCN = -712929.0914238 Edm = 0.0357589 NCalls = 283 +VariableMetric: Iteration # 83 - FCN = -712929.2398949 Edm = 0.0456602 NCalls = 286 +VariableMetric: Iteration # 84 - FCN = -712929.4001629 Edm = 0.0846276 NCalls = 288 +VariableMetric: Iteration # 85 - FCN = -712929.7231251 Edm = 0.174058 NCalls = 291 +VariableMetric: Iteration # 86 - FCN = -712930.0468311 Edm = 0.13139 NCalls = 293 +VariableMetric: Iteration # 87 - FCN = -712930.5565989 Edm = 0.598857 NCalls = 296 +VariableMetric: Iteration # 88 - FCN = -712931.7901839 Edm = 1.85158 NCalls = 300 +VariableMetric: Iteration # 89 - FCN = -712935.2197211 Edm = 3.30932 NCalls = 306 +VariableMetric: Iteration # 90 - FCN = -712966.4127297 Edm = 25.4136 NCalls = 310 +VariableMetric: Iteration # 91 - FCN = -713081.4657747 Edm = 106.929 NCalls = 315 +VariableMetric: Iteration # 92 - FCN = -713097.3322011 Edm = 102.146 NCalls = 317 +VariableMetric: Iteration # 93 - FCN = -713137.8782438 Edm = 15.8683 NCalls = 320 +VariableMetric: Iteration # 94 - FCN = -713160.6428081 Edm = 14.8697 NCalls = 322 +VariableMetric: Iteration # 95 - FCN = -713188.7836736 Edm = 3.37496 NCalls = 326 +VariableMetric: Iteration # 96 - FCN = -713194.469142 Edm = 0.352111 NCalls = 328 +VariableMetric: Iteration # 97 - FCN = -713194.781742 Edm = 0.185496 NCalls = 330 +VariableMetric: Iteration # 98 - FCN = -713194.9411842 Edm = 0.0423694 NCalls = 332 +VariableMetric: Iteration # 99 - FCN = -713194.9852219 Edm = 0.00941654 NCalls = 334 +VariableMetric: Iteration # 100 - FCN = -713195.001677 Edm = 0.0091189 NCalls = 336 +VariableMetric: Iteration # 101 - FCN = -713195.4275384 Edm = 1.00376 NCalls = 344 +VariableMetric: Iteration # 102 - FCN = -713195.9680817 Edm = 0.934555 NCalls = 351 +VariableMetric: Iteration # 103 - FCN = -713195.9768495 Edm = 0.0057321 NCalls = 353 +VariableMetric: Iteration # 104 - FCN = -713195.9970268 Edm = 0.0101065 NCalls = 355 +VariableMetric: Iteration # 105 - FCN = -713196.0785095 Edm = 0.0541063 NCalls = 358 +VariableMetric: Iteration # 106 - FCN = -713196.990296 Edm = 0.931116 NCalls = 362 +VariableMetric: Iteration # 107 - FCN = -713199.8900827 Edm = 3.2119 NCalls = 367 +VariableMetric: Iteration # 108 - FCN = -713200.3806465 Edm = 0.36301 NCalls = 370 +VariableMetric: Iteration # 109 - FCN = -713210.3416534 Edm = 1.92236 NCalls = 377 +VariableMetric: Iteration # 110 - FCN = -713211.0857047 Edm = 1.4053 NCalls = 379 +VariableMetric: Iteration # 111 - FCN = -713213.5912973 Edm = 0.501782 NCalls = 381 +VariableMetric: Iteration # 112 - FCN = -713214.1546833 Edm = 0.185684 NCalls = 383 +VariableMetric: Iteration # 113 - FCN = -713214.5332682 Edm = 0.0452484 NCalls = 385 +VariableMetric: Iteration # 114 - FCN = -713214.5911879 Edm = 0.0104782 NCalls = 387 +VariableMetric: Iteration # 115 - FCN = -713214.6127606 Edm = 0.00790025 NCalls = 389 +VariableMetric: Iteration # 116 - FCN = -713214.6289624 Edm = 0.00374863 NCalls = 391 +VariableMetric: Iteration # 117 - FCN = -713214.6371435 Edm = 0.0044598 NCalls = 393 +VariableMetric: Iteration # 118 - FCN = -713214.6636649 Edm = 0.0187446 NCalls = 396 +VariableMetric: Iteration # 119 - FCN = -713214.9410044 Edm = 0.309516 NCalls = 400 +VariableMetric: Iteration # 120 - FCN = -713216.1465671 Edm = 1.11318 NCalls = 407 +VariableMetric: Iteration # 121 - FCN = -713219.2197337 Edm = 3.09718 NCalls = 410 +VariableMetric: Iteration # 122 - FCN = -713225.8384298 Edm = 0.660581 NCalls = 414 +VariableMetric: Iteration # 123 - FCN = -713226.5956033 Edm = 0.375255 NCalls = 416 +VariableMetric: Iteration # 124 - FCN = -713226.8473135 Edm = 0.134233 NCalls = 419 +VariableMetric: Iteration # 125 - FCN = -713227.1177836 Edm = 0.0380327 NCalls = 422 +VariableMetric: Iteration # 126 - FCN = -713227.1571506 Edm = 0.00328618 NCalls = 424 +VariableMetric: Iteration # 127 - FCN = -713227.1610429 Edm = 0.000501647 NCalls = 426 +VariableMetric: Iteration # 128 - FCN = -713227.1617548 Edm = 0.000165949 NCalls = 428 +VariableMetric: Iteration # 129 - FCN = -713227.1619872 Edm = 9.35457e-05 NCalls = 430 +VariableMetric: Iteration # 130 - FCN = -713227.1621089 Edm = 2.52986e-05 NCalls = 432 +VariableMetric: After Hessian - FCN = -713227.1621089 Edm = 1922.17 NCalls = 797 +VariableMetric: Iteration # 131 - FCN = -713227.1621089 Edm = 1922.17 NCalls = 797 +VariableMetric: Iteration # 132 - FCN = -713230.7164915 Edm = 2194.51 NCalls = 803 +VariableMetric: Iteration # 133 - FCN = -713233.2396118 Edm = 32.0721 NCalls = 808 +VariableMetric: Iteration # 134 - FCN = -713236.0988803 Edm = 0.290176 NCalls = 811 +VariableMetric: Iteration # 135 - FCN = -713236.1192323 Edm = 0.488925 NCalls = 814 +VariableMetric: Iteration # 136 - FCN = -713236.4435507 Edm = 0.196794 NCalls = 816 +VariableMetric: Iteration # 137 - FCN = -713246.3497444 Edm = 20.9217 NCalls = 823 +VariableMetric: Iteration # 138 - FCN = -713246.4417425 Edm = 0.563586 NCalls = 826 +VariableMetric: Iteration # 139 - FCN = -713246.4594458 Edm = 0.193036 NCalls = 828 +VariableMetric: Iteration # 140 - FCN = -713247.4312171 Edm = 3.59515 NCalls = 836 +VariableMetric: Iteration # 141 - FCN = -713247.4594262 Edm = 0.055603 NCalls = 838 +VariableMetric: Iteration # 142 - FCN = -713247.5912641 Edm = 0.154185 NCalls = 841 +VariableMetric: Iteration # 143 - FCN = -713250.4055921 Edm = 6.63976 NCalls = 847 +VariableMetric: Iteration # 144 - FCN = -713250.6721957 Edm = 0.84031 NCalls = 850 +VariableMetric: Iteration # 145 - FCN = -713253.3826866 Edm = 1.36391 NCalls = 856 +VariableMetric: Iteration # 146 - FCN = -713254.4453411 Edm = 1.0318 NCalls = 859 +VariableMetric: Iteration # 147 - FCN = -713256.0204658 Edm = 0.703439 NCalls = 862 +VariableMetric: Iteration # 148 - FCN = -713256.7727097 Edm = 0.657009 NCalls = 864 +VariableMetric: Iteration # 149 - FCN = -713258.0187699 Edm = 0.789391 NCalls = 867 +VariableMetric: Iteration # 150 - FCN = -713258.3753486 Edm = 0.418086 NCalls = 869 +VariableMetric: Iteration # 151 - FCN = -713259.6966348 Edm = 0.596437 NCalls = 873 +VariableMetric: Iteration # 152 - FCN = -713260.3031968 Edm = 0.286259 NCalls = 874 +VariableMetric: Iteration # 153 - FCN = -713260.5104262 Edm = 0.108455 NCalls = 875 +VariableMetric: Iteration # 154 - FCN = -713260.7244972 Edm = 0.134381 NCalls = 877 +VariableMetric: Iteration # 155 - FCN = -713261.1973424 Edm = 0.368242 NCalls = 879 +VariableMetric: Iteration # 156 - FCN = -713261.4428094 Edm = 0.307927 NCalls = 882 +VariableMetric: Iteration # 157 - FCN = -713261.8317396 Edm = 0.14737 NCalls = 885 +VariableMetric: Iteration # 158 - FCN = -713262.0912308 Edm = 0.122249 NCalls = 887 +VariableMetric: Iteration # 159 - FCN = -713262.1762565 Edm = 0.0648998 NCalls = 889 +VariableMetric: Iteration # 160 - FCN = -713262.23453 Edm = 0.0293516 NCalls = 891 +VariableMetric: Iteration # 161 - FCN = -713262.284862 Edm = 0.0198958 NCalls = 893 +VariableMetric: Iteration # 162 - FCN = -713262.3279088 Edm = 0.0211459 NCalls = 895 +VariableMetric: Iteration # 163 - FCN = -713262.3723663 Edm = 0.0211093 NCalls = 897 +VariableMetric: Iteration # 164 - FCN = -713262.4158857 Edm = 0.0230865 NCalls = 900 +VariableMetric: Iteration # 165 - FCN = -713262.4628635 Edm = 0.0361567 NCalls = 902 +VariableMetric: Iteration # 166 - FCN = -713262.6197743 Edm = 0.130301 NCalls = 906 +VariableMetric: Iteration # 167 - FCN = -713262.6725256 Edm = 0.108318 NCalls = 910 +VariableMetric: Iteration # 168 - FCN = -713262.9224612 Edm = 0.209264 NCalls = 914 +VariableMetric: Iteration # 169 - FCN = -713263.3713298 Edm = 0.270159 NCalls = 917 +VariableMetric: Iteration # 170 - FCN = -713263.6730089 Edm = 0.18903 NCalls = 919 +VariableMetric: Iteration # 171 - FCN = -713263.9801203 Edm = 0.261466 NCalls = 922 +VariableMetric: Iteration # 172 - FCN = -713264.3050601 Edm = 0.104528 NCalls = 924 +VariableMetric: Iteration # 173 - FCN = -713264.5384968 Edm = 0.127458 NCalls = 926 +VariableMetric: Iteration # 174 - FCN = -713264.7538722 Edm = 0.16247 NCalls = 929 +VariableMetric: Iteration # 175 - FCN = -713264.9830314 Edm = 0.13196 NCalls = 931 +VariableMetric: Iteration # 176 - FCN = -713265.4240398 Edm = 0.343147 NCalls = 933 +VariableMetric: Iteration # 177 - FCN = -713266.102795 Edm = 0.545787 NCalls = 936 +VariableMetric: Iteration # 178 - FCN = -713267.6870923 Edm = 1.87316 NCalls = 943 +VariableMetric: Iteration # 179 - FCN = -713268.3231505 Edm = 2.25962 NCalls = 946 +VariableMetric: Iteration # 180 - FCN = -713268.96772 Edm = 0.560501 NCalls = 948 +VariableMetric: Iteration # 181 - FCN = -713269.5865739 Edm = 0.199495 NCalls = 950 +VariableMetric: Iteration # 182 - FCN = -713269.7972226 Edm = 0.222974 NCalls = 952 +VariableMetric: Iteration # 183 - FCN = -713269.9260957 Edm = 0.246986 NCalls = 954 +VariableMetric: Iteration # 184 - FCN = -713270.3258631 Edm = 0.421069 NCalls = 957 +VariableMetric: Iteration # 185 - FCN = -713271.0858824 Edm = 0.403417 NCalls = 961 +VariableMetric: Iteration # 186 - FCN = -713271.7546124 Edm = 0.325494 NCalls = 963 +VariableMetric: Iteration # 187 - FCN = -713271.9470287 Edm = 0.282491 NCalls = 964 +VariableMetric: Iteration # 188 - FCN = -713272.2562132 Edm = 0.278274 NCalls = 967 +VariableMetric: Iteration # 189 - FCN = -713272.3256089 Edm = 0.128427 NCalls = 969 +VariableMetric: Iteration # 190 - FCN = -713272.5243126 Edm = 0.138943 NCalls = 973 +VariableMetric: Iteration # 191 - FCN = -713272.9314632 Edm = 0.543539 NCalls = 978 +VariableMetric: Iteration # 192 - FCN = -713273.2192864 Edm = 0.75921 NCalls = 982 +VariableMetric: Iteration # 193 - FCN = -713273.3459485 Edm = 0.22235 NCalls = 984 +VariableMetric: Iteration # 194 - FCN = -713273.791752 Edm = 0.235771 NCalls = 987 +VariableMetric: Iteration # 195 - FCN = -713274.0615433 Edm = 0.382241 NCalls = 990 +VariableMetric: Iteration # 196 - FCN = -713274.238262 Edm = 0.134364 NCalls = 992 +VariableMetric: Iteration # 197 - FCN = -713274.6101387 Edm = 0.184662 NCalls = 996 +VariableMetric: Iteration # 198 - FCN = -713275.1230253 Edm = 0.205057 NCalls = 1000 +VariableMetric: Iteration # 199 - FCN = -713275.2185469 Edm = 0.200364 NCalls = 1002 +VariableMetric: Iteration # 200 - FCN = -713275.4344841 Edm = 0.105462 NCalls = 1004 +VariableMetric: Iteration # 201 - FCN = -713275.6893996 Edm = 0.104953 NCalls = 1008 +VariableMetric: Iteration # 202 - FCN = -713275.8219652 Edm = 0.0408399 NCalls = 1011 +VariableMetric: Iteration # 203 - FCN = -713275.86118 Edm = 0.0236522 NCalls = 1013 +VariableMetric: Iteration # 204 - FCN = -713275.8959662 Edm = 0.00860157 NCalls = 1015 +VariableMetric: Iteration # 205 - FCN = -713275.9036841 Edm = 0.00306861 NCalls = 1017 +VariableMetric: Iteration # 206 - FCN = -713275.9071802 Edm = 0.000845731 NCalls = 1019 +VariableMetric: Iteration # 207 - FCN = -713275.9094495 Edm = 0.000730622 NCalls = 1021 +VariableMetric: Iteration # 208 - FCN = -713275.9109863 Edm = 0.000344482 NCalls = 1023 +VariableMetric: Iteration # 209 - FCN = -713275.9116968 Edm = 0.00024018 NCalls = 1025 +VariableMetric: Iteration # 210 - FCN = -713275.912324 Edm = 0.00040077 NCalls = 1028 +VariableMetric: Iteration # 211 - FCN = -713275.9136412 Edm = 0.000851424 NCalls = 1032 +VariableMetric: Iteration # 212 - FCN = -713275.9159908 Edm = 0.00548363 NCalls = 1038 +VariableMetric: Iteration # 213 - FCN = -713275.9190843 Edm = 0.0120881 NCalls = 1043 +VariableMetric: Iteration # 214 - FCN = -713275.9293567 Edm = 0.0118028 NCalls = 1046 +VariableMetric: Iteration # 215 - FCN = -713275.9555484 Edm = 0.0176324 NCalls = 1054 +VariableMetric: Iteration # 216 - FCN = -713275.9574538 Edm = 0.00466683 NCalls = 1057 +VariableMetric: Iteration # 217 - FCN = -713275.9821138 Edm = 0.0027505 NCalls = 1062 +VariableMetric: Iteration # 218 - FCN = -713275.9853695 Edm = 0.0024668 NCalls = 1065 +VariableMetric: Iteration # 219 - FCN = -713275.9878454 Edm = 0.00119744 NCalls = 1067 +VariableMetric: Iteration # 220 - FCN = -713275.9960356 Edm = 0.00441534 NCalls = 1070 +VariableMetric: Iteration # 221 - FCN = -713276.0316049 Edm = 0.0315551 NCalls = 1074 +VariableMetric: Iteration # 222 - FCN = -713276.1345778 Edm = 0.0326411 NCalls = 1078 +VariableMetric: Iteration # 223 - FCN = -713276.1469246 Edm = 0.0175602 NCalls = 1080 +VariableMetric: Iteration # 224 - FCN = -713276.1586977 Edm = 0.00414845 NCalls = 1082 +VariableMetric: Iteration # 225 - FCN = -713276.161406 Edm = 0.00200206 NCalls = 1084 +VariableMetric: Iteration # 226 - FCN = -713276.1702047 Edm = 0.00478361 NCalls = 1088 +VariableMetric: Iteration # 227 - FCN = -713276.1772816 Edm = 0.00287103 NCalls = 1091 +VariableMetric: Iteration # 228 - FCN = -713276.1809128 Edm = 0.000886721 NCalls = 1094 +VariableMetric: Iteration # 229 - FCN = -713276.1827404 Edm = 0.00136264 NCalls = 1096 +VariableMetric: Iteration # 230 - FCN = -713276.1837873 Edm = 0.00072401 NCalls = 1098 +VariableMetric: Iteration # 231 - FCN = -713276.185333 Edm = 0.000463346 NCalls = 1102 +VariableMetric: Iteration # 232 - FCN = -713276.1860932 Edm = 0.000631345 NCalls = 1104 +VariableMetric: Iteration # 233 - FCN = -713276.1866592 Edm = 0.000611547 NCalls = 1106 +VariableMetric: Iteration # 234 - FCN = -713276.1874588 Edm = 0.000237515 NCalls = 1109 +VariableMetric: Iteration # 235 - FCN = -713276.1878798 Edm = 0.000653034 NCalls = 1112 +VariableMetric: Iteration # 236 - FCN = -713276.1887763 Edm = 0.000164384 NCalls = 1114 +VariableMetric: Iteration # 237 - FCN = -713276.1889677 Edm = 6.27905e-05 NCalls = 1116 +VariableMetric: Iteration # 238 - FCN = -713276.1889976 Edm = 5.38789e-06 NCalls = 1118 +VariableMetric: After Hessian - FCN = -713276.1889976 Edm = 1.56817e-05 NCalls = 1493 +VariableMetric: Iteration # 239 - FCN = -713276.1889976 Edm = 1.56817e-05 NCalls = 1493 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -706042.2209802 Edm = 16.7292 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -706042.2209802 Edm = 16.7292 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711621.7825488 Edm = 1.46486 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -711645.5482703 Edm = 5.88535 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -712434.3214221 Edm = 267.791 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -712489.554146 Edm = 4.31539 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -712491.7386625 Edm = 0.192619 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -712492.8148809 Edm = 1.15464 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -712543.8001984 Edm = 10.3451 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -712557.9516672 Edm = 2.02107 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -712561.2535535 Edm = 0.0333484 NCalls = 36 +VariableMetric: Iteration # 10 - FCN = -712561.3227356 Edm = 0.0485625 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -712562.2774076 Edm = 1.07445 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -712562.5176261 Edm = 0.203997 NCalls = 45 +VariableMetric: Iteration # 13 - FCN = -712583.3151965 Edm = 12.8322 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -712602.2415538 Edm = 0.38696 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -712602.7150383 Edm = 0.215945 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -712606.281296 Edm = 2.7714 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -712637.6169155 Edm = 16.4823 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -712731.3627786 Edm = 49.2301 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -712779.5548137 Edm = 19.2949 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -712799.8716618 Edm = 2.12934 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -712801.8281884 Edm = 0.375682 NCalls = 70 +VariableMetric: Iteration # 22 - FCN = -712802.4673604 Edm = 0.119291 NCalls = 72 +VariableMetric: Iteration # 23 - FCN = -712802.6833766 Edm = 0.0439614 NCalls = 74 +VariableMetric: Iteration # 24 - FCN = -712802.7545778 Edm = 0.00997106 NCalls = 76 +VariableMetric: Iteration # 25 - FCN = -712802.7785358 Edm = 0.0149045 NCalls = 78 +VariableMetric: Iteration # 26 - FCN = -712804.9390274 Edm = 1.70065 NCalls = 86 +VariableMetric: Iteration # 27 - FCN = -712817.4198425 Edm = 15.0808 NCalls = 90 +VariableMetric: Iteration # 28 - FCN = -712831.5356233 Edm = 0.837653 NCalls = 95 +VariableMetric: Iteration # 29 - FCN = -712832.908571 Edm = 0.090429 NCalls = 97 +VariableMetric: Iteration # 30 - FCN = -712833.0509811 Edm = 0.00659206 NCalls = 99 +VariableMetric: Iteration # 31 - FCN = -712833.0598283 Edm = 0.00167697 NCalls = 101 +VariableMetric: Iteration # 32 - FCN = -712833.0942156 Edm = 0.0315824 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -712837.1796186 Edm = 3.32646 NCalls = 112 +VariableMetric: Iteration # 34 - FCN = -712849.7236592 Edm = 3.44508 NCalls = 115 +VariableMetric: Iteration # 35 - FCN = -712853.6610856 Edm = 0.842711 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -712853.9735774 Edm = 0.525525 NCalls = 119 +VariableMetric: Iteration # 37 - FCN = -712855.3218876 Edm = 0.462191 NCalls = 121 +VariableMetric: Iteration # 38 - FCN = -712856.2573476 Edm = 0.0595018 NCalls = 123 +VariableMetric: Iteration # 39 - FCN = -712856.3345217 Edm = 0.0173486 NCalls = 125 +VariableMetric: Iteration # 40 - FCN = -712856.3617943 Edm = 0.00735045 NCalls = 127 +VariableMetric: Iteration # 41 - FCN = -712856.3706901 Edm = 0.00215061 NCalls = 129 +VariableMetric: Iteration # 42 - FCN = -712856.3755029 Edm = 0.00229951 NCalls = 131 +VariableMetric: Iteration # 43 - FCN = -712856.4074378 Edm = 0.0215029 NCalls = 136 +VariableMetric: Iteration # 44 - FCN = -712857.1507027 Edm = 0.589029 NCalls = 143 +VariableMetric: Iteration # 45 - FCN = -712857.1756603 Edm = 0.203321 NCalls = 145 +VariableMetric: Iteration # 46 - FCN = -712857.3741237 Edm = 0.241357 NCalls = 148 +VariableMetric: Iteration # 47 - FCN = -712858.8563963 Edm = 0.938775 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -712859.3686069 Edm = 0.22137 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -712860.0708306 Edm = 0.566892 NCalls = 158 +VariableMetric: Iteration # 50 - FCN = -712865.7507677 Edm = 2.08263 NCalls = 163 +VariableMetric: Iteration # 51 - FCN = -712868.8537672 Edm = 0.463425 NCalls = 166 +VariableMetric: Iteration # 52 - FCN = -712869.3989399 Edm = 0.129478 NCalls = 168 +VariableMetric: Iteration # 53 - FCN = -712869.5804987 Edm = 0.0267616 NCalls = 171 +VariableMetric: Iteration # 54 - FCN = -712869.6091991 Edm = 0.00310046 NCalls = 173 +VariableMetric: Iteration # 55 - FCN = -712869.613017 Edm = 0.0028201 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -712869.6966769 Edm = 0.0977971 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -712869.9481424 Edm = 0.238086 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -712889.6221713 Edm = 28.5333 NCalls = 192 +VariableMetric: Iteration # 59 - FCN = -712902.7131615 Edm = 10.1145 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -712947.9520905 Edm = 11.4249 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -712960.4847967 Edm = 32.3883 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -713021.290819 Edm = 105.486 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -713050.9518476 Edm = 44.5456 NCalls = 208 +VariableMetric: Iteration # 64 - FCN = -713081.640479 Edm = 14.4525 NCalls = 213 +VariableMetric: Iteration # 65 - FCN = -713101.9257805 Edm = 48.6771 NCalls = 215 +VariableMetric: Iteration # 66 - FCN = -713120.950977 Edm = 35.1355 NCalls = 220 +VariableMetric: Iteration # 67 - FCN = -713141.085911 Edm = 8.55942 NCalls = 223 +VariableMetric: Iteration # 68 - FCN = -713154.4378027 Edm = 3.11471 NCalls = 226 +VariableMetric: Iteration # 69 - FCN = -713160.541992 Edm = 7.10007 NCalls = 229 +VariableMetric: Iteration # 70 - FCN = -713164.1468401 Edm = 4.14209 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -713176.9091482 Edm = 5.52316 NCalls = 235 +VariableMetric: Iteration # 72 - FCN = -713186.527049 Edm = 3.44489 NCalls = 239 +VariableMetric: Iteration # 73 - FCN = -713197.224187 Edm = 1.83147 NCalls = 242 +VariableMetric: Iteration # 74 - FCN = -713199.8230465 Edm = 1.55804 NCalls = 243 +VariableMetric: Iteration # 75 - FCN = -713201.0956564 Edm = 0.205554 NCalls = 245 +VariableMetric: Iteration # 76 - FCN = -713201.4432698 Edm = 0.0663798 NCalls = 247 +VariableMetric: Iteration # 77 - FCN = -713201.5494566 Edm = 0.00984936 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -713201.5608463 Edm = 0.00156245 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -713201.5691795 Edm = 0.00650357 NCalls = 254 +VariableMetric: Iteration # 80 - FCN = -713201.8661456 Edm = 0.259803 NCalls = 258 +VariableMetric: Iteration # 81 - FCN = -713209.9461075 Edm = 6.07413 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -713217.8698059 Edm = 7.07281 NCalls = 266 +VariableMetric: Iteration # 83 - FCN = -713224.4100707 Edm = 0.904431 NCalls = 268 +VariableMetric: Iteration # 84 - FCN = -713226.7599852 Edm = 0.773556 NCalls = 270 +VariableMetric: Iteration # 85 - FCN = -713228.3243074 Edm = 1.37574 NCalls = 272 +VariableMetric: Iteration # 86 - FCN = -713231.2210915 Edm = 1.28096 NCalls = 276 +VariableMetric: Iteration # 87 - FCN = -713233.7623592 Edm = 0.148676 NCalls = 278 +VariableMetric: Iteration # 88 - FCN = -713233.8661067 Edm = 0.0204096 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -713233.8878484 Edm = 0.0034791 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -713233.8952799 Edm = 0.000325136 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -713233.8957769 Edm = 0.000135268 NCalls = 286 +VariableMetric: Iteration # 92 - FCN = -713233.8967625 Edm = 0.00088409 NCalls = 289 +VariableMetric: Iteration # 93 - FCN = -713233.923237 Edm = 0.0176101 NCalls = 295 +VariableMetric: Iteration # 94 - FCN = -713234.5360221 Edm = 0.477081 NCalls = 299 +VariableMetric: Iteration # 95 - FCN = -713237.8774328 Edm = 0.775239 NCalls = 303 +VariableMetric: Iteration # 96 - FCN = -713238.4931851 Edm = 0.0698183 NCalls = 305 +VariableMetric: Iteration # 97 - FCN = -713238.5659556 Edm = 0.00255956 NCalls = 307 +VariableMetric: Iteration # 98 - FCN = -713238.5691275 Edm = 0.000402823 NCalls = 309 +VariableMetric: Iteration # 99 - FCN = -713238.5701908 Edm = 0.000720325 NCalls = 311 +VariableMetric: Iteration # 100 - FCN = -713238.5720366 Edm = 0.000284116 NCalls = 314 +VariableMetric: Iteration # 101 - FCN = -713238.5736618 Edm = 0.0010998 NCalls = 317 +VariableMetric: Iteration # 102 - FCN = -713238.6240233 Edm = 0.04091 NCalls = 322 +VariableMetric: Iteration # 103 - FCN = -713238.6262329 Edm = 0.00561599 NCalls = 325 +VariableMetric: Iteration # 104 - FCN = -713238.6378987 Edm = 0.0124238 NCalls = 328 +VariableMetric: Iteration # 105 - FCN = -713238.7727576 Edm = 0.356191 NCalls = 336 +VariableMetric: Iteration # 106 - FCN = -713238.7745669 Edm = 0.00230725 NCalls = 338 +VariableMetric: Iteration # 107 - FCN = -713238.8516683 Edm = 0.0628871 NCalls = 343 +VariableMetric: Iteration # 108 - FCN = -713239.1818731 Edm = 0.113518 NCalls = 346 +VariableMetric: Iteration # 109 - FCN = -713239.2753956 Edm = 0.0424419 NCalls = 348 +VariableMetric: Iteration # 110 - FCN = -713239.3563475 Edm = 0.0466215 NCalls = 351 +VariableMetric: Iteration # 111 - FCN = -713240.6428491 Edm = 0.62012 NCalls = 355 +VariableMetric: Iteration # 112 - FCN = -713241.3977502 Edm = 0.186021 NCalls = 358 +VariableMetric: Iteration # 113 - FCN = -713241.5680802 Edm = 0.0292181 NCalls = 360 +VariableMetric: Iteration # 114 - FCN = -713241.591035 Edm = 0.00131477 NCalls = 362 +VariableMetric: Iteration # 115 - FCN = -713241.5924469 Edm = 0.000225871 NCalls = 364 +VariableMetric: Iteration # 116 - FCN = -713241.5956483 Edm = 0.0023836 NCalls = 368 +VariableMetric: Iteration # 117 - FCN = -713241.6087393 Edm = 0.0103696 NCalls = 372 +VariableMetric: Iteration # 118 - FCN = -713241.6133962 Edm = 0.00348184 NCalls = 374 +VariableMetric: Iteration # 119 - FCN = -713241.618454 Edm = 0.000509306 NCalls = 378 +VariableMetric: Iteration # 120 - FCN = -713241.6194765 Edm = 0.000613749 NCalls = 380 +VariableMetric: Iteration # 121 - FCN = -713241.6223004 Edm = 0.00385911 NCalls = 384 +VariableMetric: Iteration # 122 - FCN = -713241.6970667 Edm = 0.0382805 NCalls = 392 +VariableMetric: Iteration # 123 - FCN = -713241.7647261 Edm = 0.331046 NCalls = 396 +VariableMetric: Iteration # 124 - FCN = -713242.0267467 Edm = 0.397376 NCalls = 400 +VariableMetric: Iteration # 125 - FCN = -713242.2098326 Edm = 0.109395 NCalls = 402 +VariableMetric: Iteration # 126 - FCN = -713242.4761031 Edm = 0.171379 NCalls = 405 +VariableMetric: Iteration # 127 - FCN = -713243.0372269 Edm = 0.437613 NCalls = 411 +VariableMetric: Iteration # 128 - FCN = -713244.072875 Edm = 0.330575 NCalls = 416 +VariableMetric: Iteration # 129 - FCN = -713244.3532062 Edm = 0.0407182 NCalls = 418 +VariableMetric: Iteration # 130 - FCN = -713244.3849286 Edm = 0.00218477 NCalls = 420 +VariableMetric: Iteration # 131 - FCN = -713244.3868807 Edm = 3.35899e-05 NCalls = 421 +VariableMetric: After Hessian - FCN = -713244.3868807 Edm = 2.90939 NCalls = 784 +VariableMetric: Iteration # 132 - FCN = -713244.3868807 Edm = 2.90939 NCalls = 784 +VariableMetric: Iteration # 133 - FCN = -713244.7173318 Edm = 5.31561 NCalls = 786 +VariableMetric: Iteration # 134 - FCN = -713244.8579414 Edm = 1.01391 NCalls = 788 +VariableMetric: Iteration # 135 - FCN = -713245.2653135 Edm = 0.300292 NCalls = 790 +VariableMetric: Iteration # 136 - FCN = -713245.4244934 Edm = 0.0718874 NCalls = 792 +VariableMetric: Iteration # 137 - FCN = -713245.4335373 Edm = 115.83 NCalls = 794 +VariableMetric: Iteration # 138 - FCN = -713245.4737712 Edm = 1452.41 NCalls = 798 +VariableMetric: Iteration # 139 - FCN = -713245.5501019 Edm = 26.6215 NCalls = 802 +VariableMetric: Iteration # 140 - FCN = -713245.5509348 Edm = 11.0227 NCalls = 807 +VariableMetric: Iteration # 141 - FCN = -713245.5539828 Edm = 3.58475 NCalls = 811 +VariableMetric: Iteration # 142 - FCN = -713245.5635164 Edm = 3.78603 NCalls = 814 +VariableMetric: Iteration # 143 - FCN = -713245.567386 Edm = 3.5287 NCalls = 817 +VariableMetric: Iteration # 144 - FCN = -713245.5882785 Edm = 3.38611 NCalls = 820 +VariableMetric: Iteration # 145 - FCN = -713245.5910503 Edm = 2.41658 NCalls = 823 +VariableMetric: Iteration # 146 - FCN = -713245.6356268 Edm = 1.15203 NCalls = 825 +VariableMetric: Iteration # 147 - FCN = -713245.6593098 Edm = 0.715315 NCalls = 827 +VariableMetric: Iteration # 148 - FCN = -713245.6809775 Edm = 0.124095 NCalls = 829 +VariableMetric: Iteration # 149 - FCN = -713245.7024819 Edm = 0.0990504 NCalls = 831 +VariableMetric: Iteration # 150 - FCN = -713245.7221237 Edm = 0.391575 NCalls = 833 +VariableMetric: Iteration # 151 - FCN = -713245.7984818 Edm = 0.290037 NCalls = 834 +VariableMetric: Iteration # 152 - FCN = -713245.8299475 Edm = 0.354631 NCalls = 836 +VariableMetric: Iteration # 153 - FCN = -713245.8591431 Edm = 0.120588 NCalls = 838 +VariableMetric: Iteration # 154 - FCN = -713245.8933974 Edm = 0.0465913 NCalls = 839 +VariableMetric: Iteration # 155 - FCN = -713245.9283842 Edm = 0.134655 NCalls = 841 +VariableMetric: Iteration # 156 - FCN = -713245.9521279 Edm = 0.0497342 NCalls = 844 +VariableMetric: Iteration # 157 - FCN = -713245.9775872 Edm = 0.0116149 NCalls = 847 +VariableMetric: Iteration # 158 - FCN = -713245.9996585 Edm = 0.00354175 NCalls = 850 +VariableMetric: Iteration # 159 - FCN = -713246.0035981 Edm = 0.0045828 NCalls = 851 +VariableMetric: Iteration # 160 - FCN = -713246.0062188 Edm = 0.00185032 NCalls = 854 +VariableMetric: Iteration # 161 - FCN = -713246.0082988 Edm = 0.00148992 NCalls = 856 +VariableMetric: Iteration # 162 - FCN = -713246.0105521 Edm = 0.000435666 NCalls = 858 +VariableMetric: Iteration # 163 - FCN = -713246.0110272 Edm = 0.000108491 NCalls = 860 +VariableMetric: Iteration # 164 - FCN = -713246.0111409 Edm = 9.03057e-05 NCalls = 862 +VariableMetric: Iteration # 165 - FCN = -713246.0114466 Edm = 0.000119377 NCalls = 866 +VariableMetric: Iteration # 166 - FCN = -713246.0116814 Edm = 4.67721e-05 NCalls = 869 +VariableMetric: After Hessian - FCN = -713246.0116814 Edm = 6.45281e-05 NCalls = 1240 +VariableMetric: Iteration # 167 - FCN = -713246.0116814 Edm = 6.45281e-05 NCalls = 1240 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -711777.0943493 Edm = 1.51534 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -711777.0943493 Edm = 1.51534 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -712309.0389467 Edm = 0.273871 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -712318.1321972 Edm = 8.16376 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -712394.1766116 Edm = 0.0608903 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -712394.4173948 Edm = 0.0666464 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -712414.1187877 Edm = 16.2688 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -712558.4375596 Edm = 2.34266 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -712561.5460599 Edm = 0.354525 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -712562.7995739 Edm = 0.751182 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -712566.3119959 Edm = 3.71396 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -712738.263112 Edm = 9.19452 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -712743.2920733 Edm = 0.835545 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -712744.0343322 Edm = 0.0129371 NCalls = 42 +VariableMetric: Iteration # 13 - FCN = -712744.0705486 Edm = 0.0217412 NCalls = 44 +VariableMetric: Iteration # 14 - FCN = -712752.7064953 Edm = 7.37893 NCalls = 50 +VariableMetric: Iteration # 15 - FCN = -712816.5650475 Edm = 3.47687 NCalls = 54 +VariableMetric: Iteration # 16 - FCN = -712822.6952577 Edm = 0.453864 NCalls = 56 +VariableMetric: Iteration # 17 - FCN = -712823.1289205 Edm = 0.0823799 NCalls = 58 +VariableMetric: Iteration # 18 - FCN = -712823.1944352 Edm = 0.00759206 NCalls = 60 +VariableMetric: Iteration # 19 - FCN = -712823.3864142 Edm = 0.17093 NCalls = 64 +VariableMetric: Iteration # 20 - FCN = -712876.9532892 Edm = 6.85406 NCalls = 71 +VariableMetric: Iteration # 21 - FCN = -712885.3467653 Edm = 1.68607 NCalls = 73 +VariableMetric: Iteration # 22 - FCN = -712887.1355591 Edm = 0.525572 NCalls = 75 +VariableMetric: Iteration # 23 - FCN = -712887.9334615 Edm = 0.0291924 NCalls = 77 +VariableMetric: Iteration # 24 - FCN = -712887.976365 Edm = 0.00534721 NCalls = 79 +VariableMetric: Iteration # 25 - FCN = -712888.1612379 Edm = 0.184733 NCalls = 83 +VariableMetric: Iteration # 26 - FCN = -712895.6199887 Edm = 2.47459 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -712927.2565151 Edm = 9.92438 NCalls = 92 +VariableMetric: Iteration # 28 - FCN = -712952.5565293 Edm = 0.732484 NCalls = 94 +VariableMetric: Iteration # 29 - FCN = -712953.5416656 Edm = 0.0206628 NCalls = 96 +VariableMetric: Iteration # 30 - FCN = -712953.5689179 Edm = 0.00233506 NCalls = 98 +VariableMetric: Iteration # 31 - FCN = -712953.576006 Edm = 0.00346624 NCalls = 100 +VariableMetric: Iteration # 32 - FCN = -712953.7919351 Edm = 0.167541 NCalls = 105 +VariableMetric: Iteration # 33 - FCN = -712955.9671453 Edm = 1.36945 NCalls = 109 +VariableMetric: Iteration # 34 - FCN = -712966.7357318 Edm = 4.06076 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -712972.4010535 Edm = 1.94222 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -712973.3462596 Edm = 0.0413365 NCalls = 117 +VariableMetric: Iteration # 37 - FCN = -712973.3994288 Edm = 0.00137741 NCalls = 119 +VariableMetric: Iteration # 38 - FCN = -712973.4019322 Edm = 0.000836685 NCalls = 121 +VariableMetric: Iteration # 39 - FCN = -712973.446649 Edm = 0.0334678 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -712974.2149414 Edm = 0.478088 NCalls = 130 +VariableMetric: Iteration # 41 - FCN = -712977.4254256 Edm = 1.30587 NCalls = 134 +VariableMetric: Iteration # 42 - FCN = -712979.9148336 Edm = 0.390545 NCalls = 137 +VariableMetric: Iteration # 43 - FCN = -712980.3120805 Edm = 0.016599 NCalls = 138 +VariableMetric: Iteration # 44 - FCN = -712980.324152 Edm = 0.00136283 NCalls = 140 +VariableMetric: Iteration # 45 - FCN = -712980.3282006 Edm = 0.00199386 NCalls = 142 +VariableMetric: Iteration # 46 - FCN = -712980.3446199 Edm = 0.00708964 NCalls = 145 +VariableMetric: Iteration # 47 - FCN = -712980.4313808 Edm = 0.0617531 NCalls = 148 +VariableMetric: Iteration # 48 - FCN = -712991.3671767 Edm = 4.88729 NCalls = 155 +VariableMetric: Iteration # 49 - FCN = -713003.0491832 Edm = 2.1068 NCalls = 157 +VariableMetric: Iteration # 50 - FCN = -713004.8535264 Edm = 0.713809 NCalls = 159 +VariableMetric: Iteration # 51 - FCN = -713005.5926981 Edm = 0.0445312 NCalls = 161 +VariableMetric: Iteration # 52 - FCN = -713005.6448903 Edm = 0.00330944 NCalls = 163 +VariableMetric: Iteration # 53 - FCN = -713005.6604994 Edm = 0.0160968 NCalls = 165 +VariableMetric: Iteration # 54 - FCN = -713005.798158 Edm = 0.164379 NCalls = 173 +VariableMetric: Iteration # 55 - FCN = -713005.7991172 Edm = 0.00390001 NCalls = 175 +VariableMetric: Iteration # 56 - FCN = -713005.8822811 Edm = 0.0927543 NCalls = 180 +VariableMetric: Iteration # 57 - FCN = -713006.0838991 Edm = 0.159061 NCalls = 186 +VariableMetric: Iteration # 58 - FCN = -713007.1862616 Edm = 0.531981 NCalls = 191 +VariableMetric: Iteration # 59 - FCN = -713007.8119237 Edm = 0.843566 NCalls = 194 +VariableMetric: Iteration # 60 - FCN = -713008.0047656 Edm = 0.0734088 NCalls = 196 +VariableMetric: Iteration # 61 - FCN = -713008.107169 Edm = 0.00941248 NCalls = 198 +VariableMetric: Iteration # 62 - FCN = -713008.1456354 Edm = 0.0318167 NCalls = 200 +VariableMetric: Iteration # 63 - FCN = -713009.5292888 Edm = 1.2045 NCalls = 206 +VariableMetric: Iteration # 64 - FCN = -713037.0185005 Edm = 13.0663 NCalls = 210 +VariableMetric: Iteration # 65 - FCN = -713048.8076626 Edm = 15.6901 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -713060.2989365 Edm = 1.85531 NCalls = 214 +VariableMetric: Iteration # 67 - FCN = -713061.9008507 Edm = 0.237772 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -713062.644741 Edm = 0.562307 NCalls = 217 +VariableMetric: Iteration # 69 - FCN = -713063.6272058 Edm = 0.187141 NCalls = 219 +VariableMetric: Iteration # 70 - FCN = -713063.7441456 Edm = 0.0204566 NCalls = 221 +VariableMetric: Iteration # 71 - FCN = -713063.7813419 Edm = 0.0157858 NCalls = 223 +VariableMetric: Iteration # 72 - FCN = -713063.7973317 Edm = 0.00358413 NCalls = 224 +VariableMetric: Iteration # 73 - FCN = -713063.8016509 Edm = 0.000796863 NCalls = 226 +VariableMetric: Iteration # 74 - FCN = -713063.8492146 Edm = 0.0382358 NCalls = 231 +VariableMetric: Iteration # 75 - FCN = -713064.8471109 Edm = 1.00236 NCalls = 237 +VariableMetric: Iteration # 76 - FCN = -713070.4402915 Edm = 7.18153 NCalls = 245 +VariableMetric: Iteration # 77 - FCN = -713071.4869783 Edm = 4.96943 NCalls = 247 +VariableMetric: Iteration # 78 - FCN = -713077.4996124 Edm = 4.89933 NCalls = 251 +VariableMetric: Iteration # 79 - FCN = -713084.3819445 Edm = 0.990364 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -713085.1036653 Edm = 0.281323 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -713085.345982 Edm = 0.0686113 NCalls = 259 +VariableMetric: Iteration # 82 - FCN = -713085.6604735 Edm = 0.176362 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -713086.1831295 Edm = 0.124884 NCalls = 264 +VariableMetric: Iteration # 84 - FCN = -713086.5668626 Edm = 0.0469268 NCalls = 266 +VariableMetric: Iteration # 85 - FCN = -713086.6339222 Edm = 0.00464967 NCalls = 268 +VariableMetric: Iteration # 86 - FCN = -713086.6388325 Edm = 0.000646455 NCalls = 269 +VariableMetric: Iteration # 87 - FCN = -713086.6403306 Edm = 0.000325664 NCalls = 271 +VariableMetric: Iteration # 88 - FCN = -713086.6422449 Edm = 0.00102385 NCalls = 274 +VariableMetric: Iteration # 89 - FCN = -713086.6631463 Edm = 0.012657 NCalls = 278 +VariableMetric: Iteration # 90 - FCN = -713086.8755452 Edm = 0.169336 NCalls = 282 +VariableMetric: Iteration # 91 - FCN = -713102.92346 Edm = 5.44037 NCalls = 289 +VariableMetric: Iteration # 92 - FCN = -713102.9305168 Edm = 6.75151 NCalls = 292 +VariableMetric: Iteration # 93 - FCN = -713104.1308743 Edm = 0.945362 NCalls = 294 +VariableMetric: Iteration # 94 - FCN = -713113.0781463 Edm = 5.45013 NCalls = 298 +VariableMetric: Iteration # 95 - FCN = -713128.19599 Edm = 4.43627 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -713131.7783235 Edm = 1.20877 NCalls = 304 +VariableMetric: Iteration # 97 - FCN = -713132.6134956 Edm = 0.31593 NCalls = 306 +VariableMetric: Iteration # 98 - FCN = -713132.8794033 Edm = 0.0698928 NCalls = 308 +VariableMetric: Iteration # 99 - FCN = -713132.9305767 Edm = 0.0214584 NCalls = 310 +VariableMetric: Iteration # 100 - FCN = -713132.9904376 Edm = 0.0436791 NCalls = 312 +VariableMetric: Iteration # 101 - FCN = -713134.3197385 Edm = 1.0128 NCalls = 316 +VariableMetric: Iteration # 102 - FCN = -713140.1739995 Edm = 1.16839 NCalls = 320 +VariableMetric: Iteration # 103 - FCN = -713141.5897473 Edm = 0.173476 NCalls = 322 +VariableMetric: Iteration # 104 - FCN = -713141.7759468 Edm = 0.00898024 NCalls = 324 +VariableMetric: Iteration # 105 - FCN = -713141.7881301 Edm = 0.00154269 NCalls = 326 +VariableMetric: Iteration # 106 - FCN = -713141.7921115 Edm = 0.000986159 NCalls = 328 +VariableMetric: Iteration # 107 - FCN = -713141.7980179 Edm = 0.00380632 NCalls = 331 +VariableMetric: Iteration # 108 - FCN = -713142.0193914 Edm = 0.16458 NCalls = 336 +VariableMetric: Iteration # 109 - FCN = -713147.2140765 Edm = 2.76707 NCalls = 341 +VariableMetric: Iteration # 110 - FCN = -713152.4494307 Edm = 2.14315 NCalls = 344 +VariableMetric: Iteration # 111 - FCN = -713153.9385775 Edm = 0.0859527 NCalls = 346 +VariableMetric: Iteration # 112 - FCN = -713154.0330765 Edm = 0.00516389 NCalls = 348 +VariableMetric: Iteration # 113 - FCN = -713154.0400854 Edm = 0.00244457 NCalls = 350 +VariableMetric: Iteration # 114 - FCN = -713154.0455672 Edm = 0.00336059 NCalls = 352 +VariableMetric: Iteration # 115 - FCN = -713154.0581452 Edm = 0.00324184 NCalls = 354 +VariableMetric: Iteration # 116 - FCN = -713154.0652946 Edm = 0.00192689 NCalls = 356 +VariableMetric: Iteration # 117 - FCN = -713154.0672119 Edm = 0.000494825 NCalls = 358 +VariableMetric: Iteration # 118 - FCN = -713154.0678092 Edm = 9.91249e-05 NCalls = 360 +VariableMetric: Iteration # 119 - FCN = -713154.0679769 Edm = 3.2772e-05 NCalls = 362 +VariableMetric: After Hessian - FCN = -713154.0679769 Edm = 21.9833 NCalls = 721 +VariableMetric: Iteration # 120 - FCN = -713154.0679769 Edm = 21.9833 NCalls = 721 +VariableMetric: Iteration # 121 - FCN = -713174.9489887 Edm = 10.1027 NCalls = 722 +VariableMetric: Iteration # 122 - FCN = -713175.8481601 Edm = 0.55611 NCalls = 725 +VariableMetric: Iteration # 123 - FCN = -713176.1606976 Edm = 0.151978 NCalls = 727 +VariableMetric: Iteration # 124 - FCN = -713176.4316999 Edm = 0.133836 NCalls = 730 +VariableMetric: Iteration # 125 - FCN = -713176.6925394 Edm = 0.420979 NCalls = 733 +VariableMetric: Iteration # 126 - FCN = -713177.054685 Edm = 0.422103 NCalls = 735 +VariableMetric: Iteration # 127 - FCN = -713177.5487268 Edm = 0.622754 NCalls = 738 +VariableMetric: Iteration # 128 - FCN = -713177.9649163 Edm = 0.441729 NCalls = 741 +VariableMetric: Iteration # 129 - FCN = -713178.6663826 Edm = 0.300178 NCalls = 745 +VariableMetric: Iteration # 130 - FCN = -713179.1927137 Edm = 1.0563 NCalls = 748 +VariableMetric: Iteration # 131 - FCN = -713179.3346771 Edm = 0.183154 NCalls = 750 +VariableMetric: Iteration # 132 - FCN = -713179.5783579 Edm = 0.0656483 NCalls = 754 +VariableMetric: Iteration # 133 - FCN = -713179.6554196 Edm = 0.024939 NCalls = 756 +VariableMetric: Iteration # 134 - FCN = -713179.6972601 Edm = 0.021706 NCalls = 758 +VariableMetric: Iteration # 135 - FCN = -713179.7255458 Edm = 0.0126401 NCalls = 761 +VariableMetric: Iteration # 136 - FCN = -713179.7410523 Edm = 0.00359792 NCalls = 763 +VariableMetric: Iteration # 137 - FCN = -713179.7434216 Edm = 0.00176748 NCalls = 765 +VariableMetric: Iteration # 138 - FCN = -713179.7453051 Edm = 0.000532876 NCalls = 767 +VariableMetric: Iteration # 139 - FCN = -713179.7461679 Edm = 0.000213661 NCalls = 769 +VariableMetric: Iteration # 140 - FCN = -713179.7465085 Edm = 9.73341e-05 NCalls = 771 +VariableMetric: Iteration # 141 - FCN = -713179.7467088 Edm = 5.8512e-05 NCalls = 773 +VariableMetric: Iteration # 142 - FCN = -713179.7468542 Edm = 4.46474e-05 NCalls = 775 +VariableMetric: After Hessian - FCN = -713179.7468542 Edm = 6.60104e-05 NCalls = 1140 +VariableMetric: Iteration # 143 - FCN = -713179.7468542 Edm = 6.60104e-05 NCalls = 1140 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -704239.6193079 Edm = 17.0575 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -704239.6193079 Edm = 17.0575 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711480.4875772 Edm = 1.74056 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -711545.3766036 Edm = 1.24752 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -711567.6516917 Edm = 14.8759 NCalls = 14 +VariableMetric: Iteration # 4 - FCN = -712179.3772286 Edm = 69.2687 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -712253.8256701 Edm = 3.52815 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -712255.5615447 Edm = 0.186815 NCalls = 23 +VariableMetric: Iteration # 7 - FCN = -712261.01694 Edm = 4.70231 NCalls = 27 +VariableMetric: Iteration # 8 - FCN = -712376.0492593 Edm = 0.423857 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -712376.5636809 Edm = 0.0636482 NCalls = 33 +VariableMetric: Iteration # 10 - FCN = -712379.3956293 Edm = 2.90381 NCalls = 38 +VariableMetric: Iteration # 11 - FCN = -712421.8052514 Edm = 23.5352 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -712500.7677844 Edm = 6.37224 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -712520.3840517 Edm = 1.05241 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -712521.6729978 Edm = 0.258556 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -712521.8529684 Edm = 0.0159215 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -712521.9173325 Edm = 0.0357826 NCalls = 59 +VariableMetric: Iteration # 17 - FCN = -712524.7503762 Edm = 2.70432 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -712561.8552314 Edm = 9.85537 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -712569.5678108 Edm = 0.90445 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -712570.7981905 Edm = 0.0898411 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -712571.0850735 Edm = 0.0967092 NCalls = 74 +VariableMetric: Iteration # 22 - FCN = -712571.2016415 Edm = 0.0159952 NCalls = 76 +VariableMetric: Iteration # 23 - FCN = -712571.2227156 Edm = 0.00476395 NCalls = 78 +VariableMetric: Iteration # 24 - FCN = -712571.2638771 Edm = 0.0305477 NCalls = 81 +VariableMetric: Iteration # 25 - FCN = -712572.3315795 Edm = 1.21324 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -712572.394974 Edm = 0.0747745 NCalls = 88 +VariableMetric: Iteration # 27 - FCN = -712575.9264797 Edm = 2.80176 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -712609.2335412 Edm = 12.2887 NCalls = 98 +VariableMetric: Iteration # 29 - FCN = -712669.4712918 Edm = 50.0227 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -712680.9497766 Edm = 56.2953 NCalls = 111 +VariableMetric: Iteration # 31 - FCN = -712686.8769324 Edm = 39.5184 NCalls = 118 +VariableMetric: Iteration # 32 - FCN = -712727.0729365 Edm = 0.720672 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -712729.0078317 Edm = 0.156939 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -712729.159625 Edm = 0.0265007 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -712729.1909027 Edm = 0.0122964 NCalls = 126 +VariableMetric: Iteration # 36 - FCN = -712729.2303606 Edm = 0.00895023 NCalls = 128 +VariableMetric: Iteration # 37 - FCN = -712729.3164841 Edm = 0.0497076 NCalls = 131 +VariableMetric: Iteration # 38 - FCN = -712729.457132 Edm = 0.00260855 NCalls = 133 +VariableMetric: Iteration # 39 - FCN = -712729.4645154 Edm = 0.00428574 NCalls = 135 +VariableMetric: Iteration # 40 - FCN = -712730.2597367 Edm = 0.697407 NCalls = 141 +VariableMetric: Iteration # 41 - FCN = -712750.0852262 Edm = 13.8413 NCalls = 146 +VariableMetric: Iteration # 42 - FCN = -712766.137921 Edm = 4.39592 NCalls = 147 +VariableMetric: Iteration # 43 - FCN = -712770.4358883 Edm = 0.779134 NCalls = 149 +VariableMetric: Iteration # 44 - FCN = -712773.3464726 Edm = 5.60973 NCalls = 154 +VariableMetric: Iteration # 45 - FCN = -712784.3157757 Edm = 4.97279 NCalls = 162 +VariableMetric: Iteration # 46 - FCN = -712784.5533929 Edm = 2.23015 NCalls = 164 +VariableMetric: Iteration # 47 - FCN = -712793.2237029 Edm = 1.2632 NCalls = 168 +VariableMetric: Iteration # 48 - FCN = -712794.5928128 Edm = 0.0963113 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -712794.7281005 Edm = 0.0194696 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -712794.7616547 Edm = 0.0135064 NCalls = 174 +VariableMetric: Iteration # 51 - FCN = -712794.8157431 Edm = 0.0193656 NCalls = 176 +VariableMetric: Iteration # 52 - FCN = -712795.0467693 Edm = 0.112882 NCalls = 179 +VariableMetric: Iteration # 53 - FCN = -712797.4521502 Edm = 2.24933 NCalls = 183 +VariableMetric: Iteration # 54 - FCN = -712826.6675554 Edm = 22.8459 NCalls = 187 +VariableMetric: Iteration # 55 - FCN = -712857.2004257 Edm = 8.47868 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -712865.1073169 Edm = 7.32276 NCalls = 193 +VariableMetric: Iteration # 57 - FCN = -712869.2082642 Edm = 2.40057 NCalls = 195 +VariableMetric: Iteration # 58 - FCN = -712870.9216057 Edm = 0.839743 NCalls = 197 +VariableMetric: Iteration # 59 - FCN = -712871.939041 Edm = 0.173575 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -712872.1358897 Edm = 0.0341756 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -712872.177359 Edm = 0.0214356 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -712872.2474065 Edm = 0.0313083 NCalls = 206 +VariableMetric: Iteration # 63 - FCN = -712872.4288951 Edm = 0.109391 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -712873.8459686 Edm = 0.788192 NCalls = 212 +VariableMetric: Iteration # 65 - FCN = -712880.9591031 Edm = 2.77252 NCalls = 215 +VariableMetric: Iteration # 66 - FCN = -712885.0374361 Edm = 2.5197 NCalls = 218 +VariableMetric: Iteration # 67 - FCN = -712892.628714 Edm = 1.18853 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -712894.3272116 Edm = 2.05634 NCalls = 223 +VariableMetric: Iteration # 69 - FCN = -712894.9231672 Edm = 0.0812347 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -712895.0090952 Edm = 0.00299633 NCalls = 227 +VariableMetric: Iteration # 71 - FCN = -712895.0168255 Edm = 0.00604219 NCalls = 229 +VariableMetric: Iteration # 72 - FCN = -712895.230802 Edm = 0.255883 NCalls = 234 +VariableMetric: Iteration # 73 - FCN = -712895.2694279 Edm = 0.0371521 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -712898.2040896 Edm = 0.848236 NCalls = 245 +VariableMetric: Iteration # 75 - FCN = -712912.252947 Edm = 6.59976 NCalls = 247 +VariableMetric: Iteration # 76 - FCN = -712925.708543 Edm = 2.04038 NCalls = 250 +VariableMetric: Iteration # 77 - FCN = -712928.8296409 Edm = 1.50116 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -712941.6136872 Edm = 22.8356 NCalls = 259 +VariableMetric: Iteration # 79 - FCN = -712943.6425074 Edm = 8.35975 NCalls = 261 +VariableMetric: Iteration # 80 - FCN = -712964.4094968 Edm = 6.90944 NCalls = 268 +VariableMetric: Iteration # 81 - FCN = -712985.8933052 Edm = 2.58225 NCalls = 273 +VariableMetric: Iteration # 82 - FCN = -712987.8730568 Edm = 2.20688 NCalls = 275 +VariableMetric: Iteration # 83 - FCN = -712988.3009265 Edm = 0.480735 NCalls = 277 +VariableMetric: Iteration # 84 - FCN = -712989.0731861 Edm = 0.257449 NCalls = 280 +VariableMetric: Iteration # 85 - FCN = -712989.5058939 Edm = 0.261689 NCalls = 283 +VariableMetric: Iteration # 86 - FCN = -712989.9208666 Edm = 0.367939 NCalls = 285 +VariableMetric: Iteration # 87 - FCN = -712990.7498363 Edm = 0.505706 NCalls = 290 +VariableMetric: Iteration # 88 - FCN = -712991.0388724 Edm = 0.645876 NCalls = 293 +VariableMetric: Iteration # 89 - FCN = -712991.8172529 Edm = 0.537183 NCalls = 296 +VariableMetric: Iteration # 90 - FCN = -712992.6538966 Edm = 0.148028 NCalls = 299 +VariableMetric: Iteration # 91 - FCN = -712992.8132798 Edm = 0.0133584 NCalls = 301 +VariableMetric: Iteration # 92 - FCN = -712992.8234902 Edm = 0.00390598 NCalls = 303 +VariableMetric: Iteration # 93 - FCN = -712992.8310178 Edm = 0.00416138 NCalls = 305 +VariableMetric: Iteration # 94 - FCN = -712993.0551431 Edm = 0.231746 NCalls = 310 +VariableMetric: Iteration # 95 - FCN = -712999.5332888 Edm = 1.46456 NCalls = 317 +VariableMetric: Iteration # 96 - FCN = -713036.4369172 Edm = 16.3826 NCalls = 321 +VariableMetric: Iteration # 97 - FCN = -713054.9385219 Edm = 13.7547 NCalls = 324 +VariableMetric: Iteration # 98 - FCN = -713064.1655117 Edm = 4.6872 NCalls = 326 +VariableMetric: Iteration # 99 - FCN = -713067.6106886 Edm = 1.61466 NCalls = 329 +VariableMetric: Iteration # 100 - FCN = -713069.189565 Edm = 1.72074 NCalls = 331 +VariableMetric: Iteration # 101 - FCN = -713069.9988137 Edm = 0.237613 NCalls = 333 +VariableMetric: Iteration # 102 - FCN = -713070.2954903 Edm = 0.12534 NCalls = 335 +VariableMetric: Iteration # 103 - FCN = -713070.5651462 Edm = 0.132793 NCalls = 337 +VariableMetric: Iteration # 104 - FCN = -713070.764935 Edm = 0.0747329 NCalls = 339 +VariableMetric: Iteration # 105 - FCN = -713070.8662094 Edm = 0.0336035 NCalls = 341 +VariableMetric: Iteration # 106 - FCN = -713070.9198265 Edm = 0.00896079 NCalls = 343 +VariableMetric: Iteration # 107 - FCN = -713070.9315004 Edm = 0.00251616 NCalls = 345 +VariableMetric: Iteration # 108 - FCN = -713070.9388198 Edm = 0.00476881 NCalls = 347 +VariableMetric: Iteration # 109 - FCN = -713071.1768116 Edm = 0.197717 NCalls = 352 +VariableMetric: Iteration # 110 - FCN = -713075.4681668 Edm = 3.77671 NCalls = 356 +VariableMetric: Iteration # 111 - FCN = -713160.6740198 Edm = 19.3603 NCalls = 360 +VariableMetric: Iteration # 112 - FCN = -713179.9543322 Edm = 9.90784 NCalls = 361 +VariableMetric: Iteration # 113 - FCN = -713187.5491394 Edm = 4.60321 NCalls = 363 +VariableMetric: Iteration # 114 - FCN = -713190.6183404 Edm = 2.34322 NCalls = 366 +VariableMetric: Iteration # 115 - FCN = -713204.2208193 Edm = 25.6994 NCalls = 374 +VariableMetric: Iteration # 116 - FCN = -713207.8682235 Edm = 20.0405 NCalls = 377 +VariableMetric: Iteration # 117 - FCN = -713213.9951843 Edm = 10.029 NCalls = 379 +VariableMetric: Iteration # 118 - FCN = -713228.7885153 Edm = 10.932 NCalls = 382 +VariableMetric: Iteration # 119 - FCN = -713236.2046251 Edm = 1.8991 NCalls = 384 +VariableMetric: Iteration # 120 - FCN = -713239.3236245 Edm = 0.261399 NCalls = 387 +VariableMetric: Iteration # 121 - FCN = -713239.6219524 Edm = 0.0459522 NCalls = 389 +VariableMetric: Iteration # 122 - FCN = -713239.669874 Edm = 0.00919107 NCalls = 391 +VariableMetric: Iteration # 123 - FCN = -713239.6816668 Edm = 0.00207684 NCalls = 393 +VariableMetric: Iteration # 124 - FCN = -713239.6878223 Edm = 0.00303846 NCalls = 395 +VariableMetric: Iteration # 125 - FCN = -713239.717393 Edm = 0.0201891 NCalls = 398 +VariableMetric: Iteration # 126 - FCN = -713239.8854265 Edm = 0.167255 NCalls = 401 +VariableMetric: Iteration # 127 - FCN = -713244.4405383 Edm = 3.15865 NCalls = 407 +VariableMetric: Iteration # 128 - FCN = -713260.6264871 Edm = 5.05413 NCalls = 409 +VariableMetric: Iteration # 129 - FCN = -713269.896785 Edm = 0.473368 NCalls = 411 +VariableMetric: Iteration # 130 - FCN = -713270.4614417 Edm = 0.0982805 NCalls = 413 +VariableMetric: Iteration # 131 - FCN = -713270.659052 Edm = 0.0423582 NCalls = 415 +VariableMetric: Iteration # 132 - FCN = -713270.7313751 Edm = 0.00411645 NCalls = 417 +VariableMetric: Iteration # 133 - FCN = -713270.7366701 Edm = 0.000288331 NCalls = 419 +VariableMetric: Iteration # 134 - FCN = -713270.7370692 Edm = 0.000100381 NCalls = 421 +VariableMetric: Iteration # 135 - FCN = -713270.737615 Edm = 0.000438648 NCalls = 424 +VariableMetric: Iteration # 136 - FCN = -713270.7467732 Edm = 0.00705348 NCalls = 428 +VariableMetric: Iteration # 137 - FCN = -713270.8928334 Edm = 0.122164 NCalls = 432 +VariableMetric: Iteration # 138 - FCN = -713272.2749334 Edm = 0.427514 NCalls = 435 +VariableMetric: Iteration # 139 - FCN = -713272.919085 Edm = 0.00982769 NCalls = 437 +VariableMetric: Iteration # 140 - FCN = -713272.9298199 Edm = 0.000399473 NCalls = 439 +VariableMetric: Iteration # 141 - FCN = -713272.9303119 Edm = 6.2755e-05 NCalls = 441 +VariableMetric: After Hessian - FCN = -713272.9303119 Edm = 3.36853 NCalls = 806 +VariableMetric: Iteration # 142 - FCN = -713272.9303119 Edm = 3.36853 NCalls = 806 +VariableMetric: Iteration # 143 - FCN = -713276.2235412 Edm = 0.189028 NCalls = 807 +VariableMetric: Iteration # 144 - FCN = -713276.4956965 Edm = 0.109012 NCalls = 809 +VariableMetric: Iteration # 145 - FCN = -713276.5988815 Edm = 0.076855 NCalls = 812 +VariableMetric: Iteration # 146 - FCN = -713276.6582912 Edm = 0.0697626 NCalls = 815 +VariableMetric: Iteration # 147 - FCN = -713276.7785753 Edm = 0.067506 NCalls = 819 +VariableMetric: Iteration # 148 - FCN = -713276.8243998 Edm = 0.0331575 NCalls = 821 +VariableMetric: Iteration # 149 - FCN = -713276.862336 Edm = 0.0265692 NCalls = 824 +VariableMetric: Iteration # 150 - FCN = -713276.8880054 Edm = 0.0159043 NCalls = 826 +VariableMetric: Iteration # 151 - FCN = -713276.9161263 Edm = 0.0146186 NCalls = 830 +VariableMetric: Iteration # 152 - FCN = -713276.9296108 Edm = 0.0108343 NCalls = 831 +VariableMetric: Iteration # 153 - FCN = -713276.9433343 Edm = 0.00615463 NCalls = 834 +VariableMetric: Iteration # 154 - FCN = -713276.9505461 Edm = 0.00748358 NCalls = 836 +VariableMetric: Iteration # 155 - FCN = -713276.9562008 Edm = 0.00123382 NCalls = 839 +VariableMetric: Iteration # 156 - FCN = -713276.9583526 Edm = 0.000521837 NCalls = 841 +VariableMetric: Iteration # 157 - FCN = -713276.9591447 Edm = 0.000307308 NCalls = 843 +VariableMetric: Iteration # 158 - FCN = -713276.9593508 Edm = 8.06767e-05 NCalls = 845 +VariableMetric: Iteration # 159 - FCN = -713276.959425 Edm = 8.97437e-06 NCalls = 847 +VariableMetric: After Hessian - FCN = -713276.959425 Edm = 0.0138617 NCalls = 1228 +VariableMetric: Iteration # 160 - FCN = -713276.959425 Edm = 0.0138617 NCalls = 1228 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -706322.034455 Edm = 4.87223 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -706322.034455 Edm = 4.87223 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -708653.8229367 Edm = 0.786889 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -708659.2093101 Edm = 0.941348 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -709875.2198412 Edm = 379.613 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -710412.0737417 Edm = 7.72959 NCalls = 27 +VariableMetric: Iteration # 5 - FCN = -710414.241198 Edm = 0.270114 NCalls = 29 +VariableMetric: Iteration # 6 - FCN = -710434.4627219 Edm = 21.5297 NCalls = 34 +VariableMetric: Iteration # 7 - FCN = -710443.0005998 Edm = 8.90792 NCalls = 38 +VariableMetric: Iteration # 8 - FCN = -710454.1133393 Edm = 10.3512 NCalls = 42 +VariableMetric: Iteration # 9 - FCN = -710459.0340467 Edm = 3.77467 NCalls = 46 +VariableMetric: Iteration # 10 - FCN = -710863.7407386 Edm = 139.158 NCalls = 53 +VariableMetric: Iteration # 11 - FCN = -711079.1074589 Edm = 526.143 NCalls = 54 +VariableMetric: Iteration # 12 - FCN = -711303.9869295 Edm = 35.9591 NCalls = 57 +VariableMetric: Iteration # 13 - FCN = -711477.4014736 Edm = 47.7867 NCalls = 63 +VariableMetric: Iteration # 14 - FCN = -711540.5905379 Edm = 39.7571 NCalls = 66 +VariableMetric: Iteration # 15 - FCN = -711553.8648769 Edm = 1.79461 NCalls = 68 +VariableMetric: Iteration # 16 - FCN = -711575.2522181 Edm = 19.3197 NCalls = 71 +VariableMetric: Iteration # 17 - FCN = -711610.8470325 Edm = 24.363 NCalls = 75 +VariableMetric: Iteration # 18 - FCN = -711951.0730042 Edm = 96.8226 NCalls = 79 +VariableMetric: Iteration # 19 - FCN = -712779.3428154 Edm = 70.9414 NCalls = 83 +VariableMetric: Iteration # 20 - FCN = -712836.302294 Edm = 15.9834 NCalls = 85 +VariableMetric: Iteration # 21 - FCN = -712844.457448 Edm = 2.45074 NCalls = 87 +VariableMetric: Iteration # 22 - FCN = -712845.4558702 Edm = 0.0549429 NCalls = 89 +VariableMetric: Iteration # 23 - FCN = -712845.6440557 Edm = 0.0833046 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -712849.3227503 Edm = 3.1131 NCalls = 95 +VariableMetric: Iteration # 25 - FCN = -712957.2405093 Edm = 20.2701 NCalls = 100 +VariableMetric: Iteration # 26 - FCN = -712980.5570902 Edm = 0.158233 NCalls = 102 +VariableMetric: Iteration # 27 - FCN = -712980.7315747 Edm = 0.0273082 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -712980.7803238 Edm = 0.0165405 NCalls = 105 +VariableMetric: Iteration # 29 - FCN = -712980.8839395 Edm = 0.0650834 NCalls = 108 +VariableMetric: Iteration # 30 - FCN = -712994.3175627 Edm = 6.16446 NCalls = 114 +VariableMetric: Iteration # 31 - FCN = -713008.4448677 Edm = 0.5652 NCalls = 116 +VariableMetric: Iteration # 32 - FCN = -713016.0032171 Edm = 2.64799 NCalls = 123 +VariableMetric: Iteration # 33 - FCN = -713016.2507747 Edm = 1.21808 NCalls = 125 +VariableMetric: Iteration # 34 - FCN = -713019.0386589 Edm = 0.756195 NCalls = 128 +VariableMetric: Iteration # 35 - FCN = -713019.7537424 Edm = 0.0176494 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -713019.776127 Edm = 0.00743092 NCalls = 131 +VariableMetric: Iteration # 37 - FCN = -713019.9829642 Edm = 0.248402 NCalls = 135 +VariableMetric: Iteration # 38 - FCN = -713020.2548251 Edm = 0.260384 NCalls = 140 +VariableMetric: Iteration # 39 - FCN = -713054.3320874 Edm = 1.9637 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -713056.1203937 Edm = 0.0377489 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -713056.1669171 Edm = 0.0028643 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -713056.1732829 Edm = 0.00311027 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -713056.5250363 Edm = 0.319733 NCalls = 156 +VariableMetric: Iteration # 44 - FCN = -713075.3398892 Edm = 7.70336 NCalls = 161 +VariableMetric: Iteration # 45 - FCN = -713087.4220023 Edm = 0.502659 NCalls = 163 +VariableMetric: Iteration # 46 - FCN = -713087.9121436 Edm = 0.032602 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -713087.9464869 Edm = 0.00278748 NCalls = 167 +VariableMetric: Iteration # 48 - FCN = -713087.9507521 Edm = 0.00207213 NCalls = 169 +VariableMetric: Iteration # 49 - FCN = -713087.9879832 Edm = 0.0426073 NCalls = 173 +VariableMetric: Iteration # 50 - FCN = -713089.4946157 Edm = 0.713059 NCalls = 180 +VariableMetric: Iteration # 51 - FCN = -713098.5506069 Edm = 3.88478 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -713107.3349209 Edm = 0.667139 NCalls = 185 +VariableMetric: Iteration # 53 - FCN = -713108.3079686 Edm = 0.0951373 NCalls = 187 +VariableMetric: Iteration # 54 - FCN = -713108.4130721 Edm = 0.00480197 NCalls = 189 +VariableMetric: Iteration # 55 - FCN = -713108.4186468 Edm = 0.000585372 NCalls = 191 +VariableMetric: Iteration # 56 - FCN = -713108.4226895 Edm = 0.0033839 NCalls = 194 +VariableMetric: Iteration # 57 - FCN = -713108.5950612 Edm = 0.170423 NCalls = 199 +VariableMetric: Iteration # 58 - FCN = -713113.1078122 Edm = 1.19344 NCalls = 206 +VariableMetric: Iteration # 59 - FCN = -713119.7308475 Edm = 0.905113 NCalls = 208 +VariableMetric: Iteration # 60 - FCN = -713120.8244426 Edm = 0.0152218 NCalls = 210 +VariableMetric: Iteration # 61 - FCN = -713120.8388804 Edm = 0.000849448 NCalls = 211 +VariableMetric: Iteration # 62 - FCN = -713120.8413124 Edm = 0.00144652 NCalls = 213 +VariableMetric: Iteration # 63 - FCN = -713120.9013866 Edm = 0.0591417 NCalls = 217 +VariableMetric: Iteration # 64 - FCN = -713125.0120202 Edm = 3.43795 NCalls = 222 +VariableMetric: Iteration # 65 - FCN = -713142.2165568 Edm = 1.72139 NCalls = 225 +VariableMetric: Iteration # 66 - FCN = -713144.447907 Edm = 0.112454 NCalls = 227 +VariableMetric: Iteration # 67 - FCN = -713144.5634957 Edm = 0.0121915 NCalls = 228 +VariableMetric: Iteration # 68 - FCN = -713144.5805978 Edm = 0.000994574 NCalls = 230 +VariableMetric: Iteration # 69 - FCN = -713144.5827246 Edm = 0.000950534 NCalls = 232 +VariableMetric: Iteration # 70 - FCN = -713144.6094419 Edm = 0.0220956 NCalls = 236 +VariableMetric: Iteration # 71 - FCN = -713146.5616759 Edm = 1.87755 NCalls = 241 +VariableMetric: Iteration # 72 - FCN = -713179.579946 Edm = 7.16273 NCalls = 246 +VariableMetric: Iteration # 73 - FCN = -713189.086881 Edm = 1.03848 NCalls = 248 +VariableMetric: Iteration # 74 - FCN = -713191.0963669 Edm = 0.403368 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -713191.6609916 Edm = 0.0663878 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -713191.7193965 Edm = 0.00865598 NCalls = 254 +VariableMetric: Iteration # 77 - FCN = -713191.7291882 Edm = 0.00310136 NCalls = 256 +VariableMetric: Iteration # 78 - FCN = -713191.7482349 Edm = 0.0040402 NCalls = 260 +VariableMetric: Iteration # 79 - FCN = -713191.7548233 Edm = 0.000959724 NCalls = 262 +VariableMetric: Iteration # 80 - FCN = -713191.756485 Edm = 0.000737081 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -713191.7594927 Edm = 0.00278231 NCalls = 267 +VariableMetric: Iteration # 82 - FCN = -713191.8432258 Edm = 0.0700494 NCalls = 274 +VariableMetric: Iteration # 83 - FCN = -713195.3302062 Edm = 3.06235 NCalls = 281 +VariableMetric: Iteration # 84 - FCN = -713198.4241303 Edm = 18.1176 NCalls = 286 +VariableMetric: Iteration # 85 - FCN = -713201.4804222 Edm = 3.98478 NCalls = 290 +VariableMetric: Iteration # 86 - FCN = -713202.1449601 Edm = 0.503389 NCalls = 293 +VariableMetric: Iteration # 87 - FCN = -713207.7474128 Edm = 3.54092 NCalls = 297 +VariableMetric: Iteration # 88 - FCN = -713216.1519468 Edm = 1.12337 NCalls = 302 +VariableMetric: Iteration # 89 - FCN = -713217.0574695 Edm = 0.226837 NCalls = 304 +VariableMetric: Iteration # 90 - FCN = -713217.2124549 Edm = 0.0160197 NCalls = 306 +VariableMetric: Iteration # 91 - FCN = -713217.2242241 Edm = 0.0071107 NCalls = 308 +VariableMetric: Iteration # 92 - FCN = -713217.2624513 Edm = 0.029658 NCalls = 311 +VariableMetric: Iteration # 93 - FCN = -713217.3252523 Edm = 0.0406313 NCalls = 313 +VariableMetric: Iteration # 94 - FCN = -713217.3560831 Edm = 0.00225445 NCalls = 315 +VariableMetric: Iteration # 95 - FCN = -713217.3586499 Edm = 0.000461374 NCalls = 317 +VariableMetric: Iteration # 96 - FCN = -713217.3634398 Edm = 0.00423489 NCalls = 320 +VariableMetric: Iteration # 97 - FCN = -713217.5214628 Edm = 0.162093 NCalls = 324 +VariableMetric: Iteration # 98 - FCN = -713220.7332049 Edm = 1.65905 NCalls = 333 +VariableMetric: Iteration # 99 - FCN = -713226.1659762 Edm = 1.37949 NCalls = 335 +VariableMetric: Iteration # 100 - FCN = -713228.6122741 Edm = 1.0511 NCalls = 337 +VariableMetric: Iteration # 101 - FCN = -713229.4384045 Edm = 0.928974 NCalls = 339 +VariableMetric: Iteration # 102 - FCN = -713229.9336392 Edm = 0.121009 NCalls = 341 +VariableMetric: Iteration # 103 - FCN = -713230.0473921 Edm = 0.0420187 NCalls = 343 +VariableMetric: Iteration # 104 - FCN = -713230.102753 Edm = 0.0158243 NCalls = 345 +VariableMetric: Iteration # 105 - FCN = -713230.1224791 Edm = 0.00213223 NCalls = 347 +VariableMetric: Iteration # 106 - FCN = -713230.1251556 Edm = 0.000141404 NCalls = 349 +VariableMetric: Iteration # 107 - FCN = -713230.1255931 Edm = 0.000269668 NCalls = 351 +VariableMetric: Iteration # 108 - FCN = -713230.1354536 Edm = 0.0103336 NCalls = 355 +VariableMetric: Iteration # 109 - FCN = -713230.3138132 Edm = 0.161548 NCalls = 362 +VariableMetric: Iteration # 110 - FCN = -713232.8864136 Edm = 0.546129 NCalls = 365 +VariableMetric: Iteration # 111 - FCN = -713233.5889223 Edm = 0.0346312 NCalls = 367 +VariableMetric: Iteration # 112 - FCN = -713233.6205396 Edm = 0.00105972 NCalls = 369 +VariableMetric: Iteration # 113 - FCN = -713233.6215706 Edm = 5.2673e-05 NCalls = 370 +VariableMetric: After Hessian - FCN = -713233.6215706 Edm = 56938.4 NCalls = 727 +VariableMetric: Iteration # 114 - FCN = -713233.6215706 Edm = 56938.4 NCalls = 727 +VariableMetric: Iteration # 115 - FCN = -713265.593655 Edm = 9296.55 NCalls = 736 +VariableMetric: Iteration # 116 - FCN = -713270.1841412 Edm = 1.20447 NCalls = 738 +VariableMetric: Iteration # 117 - FCN = -713270.766571 Edm = 0.0476284 NCalls = 740 +VariableMetric: Iteration # 118 - FCN = -713270.8448256 Edm = 0.0151098 NCalls = 743 +VariableMetric: Iteration # 119 - FCN = -713270.8761899 Edm = 0.00395763 NCalls = 746 +VariableMetric: Iteration # 120 - FCN = -713270.8888384 Edm = 0.00437383 NCalls = 750 +VariableMetric: Iteration # 121 - FCN = -713270.9269884 Edm = 0.0317045 NCalls = 757 +VariableMetric: Iteration # 122 - FCN = -713270.952058 Edm = 0.101694 NCalls = 760 +VariableMetric: Iteration # 123 - FCN = -713270.9934125 Edm = 0.0218648 NCalls = 763 +VariableMetric: Iteration # 124 - FCN = -713271.102001 Edm = 0.196142 NCalls = 768 +VariableMetric: Iteration # 125 - FCN = -713271.2434123 Edm = 0.254897 NCalls = 772 +VariableMetric: Iteration # 126 - FCN = -713271.3942611 Edm = 0.392058 NCalls = 776 +VariableMetric: Iteration # 127 - FCN = -713271.5693899 Edm = 0.248297 NCalls = 780 +VariableMetric: Iteration # 128 - FCN = -713271.8553746 Edm = 0.0885481 NCalls = 784 +VariableMetric: Iteration # 129 - FCN = -713272.1877518 Edm = 0.138442 NCalls = 788 +VariableMetric: Iteration # 130 - FCN = -713272.7138098 Edm = 0.184744 NCalls = 792 +VariableMetric: Iteration # 131 - FCN = -713272.8813426 Edm = 0.707963 NCalls = 793 +VariableMetric: Iteration # 132 - FCN = -713272.9917872 Edm = 0.154141 NCalls = 796 +VariableMetric: Iteration # 133 - FCN = -713273.0816344 Edm = 0.0345196 NCalls = 799 +VariableMetric: Iteration # 134 - FCN = -713273.1301192 Edm = 0.021232 NCalls = 801 +VariableMetric: Iteration # 135 - FCN = -713273.1562556 Edm = 0.0210509 NCalls = 803 +VariableMetric: Iteration # 136 - FCN = -713273.207585 Edm = 0.0196521 NCalls = 807 +VariableMetric: Iteration # 137 - FCN = -713273.2477633 Edm = 0.0068169 NCalls = 809 +VariableMetric: Iteration # 138 - FCN = -713273.2524049 Edm = 0.0119111 NCalls = 811 +VariableMetric: Iteration # 139 - FCN = -713273.2650279 Edm = 0.00259784 NCalls = 816 +VariableMetric: Iteration # 140 - FCN = -713273.270464 Edm = 0.00139686 NCalls = 820 +VariableMetric: Iteration # 141 - FCN = -713273.2713516 Edm = 0.000534245 NCalls = 822 +VariableMetric: Iteration # 142 - FCN = -713273.2719298 Edm = 7.61596e-05 NCalls = 824 +VariableMetric: Iteration # 143 - FCN = -713273.2720512 Edm = 9.01553e-06 NCalls = 826 +VariableMetric: After Hessian - FCN = -713273.2720512 Edm = 1.13757e-05 NCalls = 1205 +VariableMetric: Iteration # 144 - FCN = -713273.2720512 Edm = 1.13757e-05 NCalls = 1205 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710806.2188968 Edm = 0.437257 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710806.2188968 Edm = 0.437257 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710942.1574351 Edm = 0.293995 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -710947.6468523 Edm = 5.67329 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -711273.1148542 Edm = 5.13808 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -711277.8868232 Edm = 2.00141 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -711279.3030661 Edm = 0.0900972 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -711303.2837876 Edm = 19.5997 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -711405.339277 Edm = 0.599295 NCalls = 32 +VariableMetric: Iteration # 8 - FCN = -711406.1101613 Edm = 0.122681 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -711406.8780347 Edm = 0.67322 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -711471.9211451 Edm = 22.2156 NCalls = 44 +VariableMetric: Iteration # 11 - FCN = -711506.3561017 Edm = 0.164214 NCalls = 46 +VariableMetric: Iteration # 12 - FCN = -711506.6510082 Edm = 0.0788221 NCalls = 48 +VariableMetric: Iteration # 13 - FCN = -711507.2151805 Edm = 0.304985 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -711513.8053115 Edm = 5.89531 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -711545.161543 Edm = 1.73637 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -711546.9927156 Edm = 0.0170571 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -711547.0388918 Edm = 0.022681 NCalls = 62 +VariableMetric: Iteration # 18 - FCN = -711547.2714346 Edm = 0.0451309 NCalls = 66 +VariableMetric: Iteration # 19 - FCN = -711547.3846106 Edm = 0.0522309 NCalls = 68 +VariableMetric: Iteration # 20 - FCN = -711548.9242354 Edm = 1.54946 NCalls = 72 +VariableMetric: Iteration # 21 - FCN = -711561.6614247 Edm = 28.6491 NCalls = 82 +VariableMetric: Iteration # 22 - FCN = -711592.8132003 Edm = 41.2482 NCalls = 89 +VariableMetric: Iteration # 23 - FCN = -711593.0143632 Edm = 0.0841795 NCalls = 91 +VariableMetric: Iteration # 24 - FCN = -711593.3561764 Edm = 0.69566 NCalls = 94 +VariableMetric: Iteration # 25 - FCN = -711617.5374044 Edm = 9.76173 NCalls = 101 +VariableMetric: Iteration # 26 - FCN = -711638.4728804 Edm = 6.75863 NCalls = 103 +VariableMetric: Iteration # 27 - FCN = -711657.7946916 Edm = 0.883381 NCalls = 106 +VariableMetric: Iteration # 28 - FCN = -711658.9188453 Edm = 0.0767527 NCalls = 108 +VariableMetric: Iteration # 29 - FCN = -711659.0845187 Edm = 0.00905761 NCalls = 110 +VariableMetric: Iteration # 30 - FCN = -711659.1495495 Edm = 0.0482201 NCalls = 113 +VariableMetric: Iteration # 31 - FCN = -711666.9275849 Edm = 6.49267 NCalls = 119 +VariableMetric: Iteration # 32 - FCN = -711667.0321758 Edm = 0.169274 NCalls = 121 +VariableMetric: Iteration # 33 - FCN = -711667.180394 Edm = 0.139509 NCalls = 123 +VariableMetric: Iteration # 34 - FCN = -711671.9947879 Edm = 2.22931 NCalls = 132 +VariableMetric: Iteration # 35 - FCN = -711674.8435518 Edm = 8.17366 NCalls = 134 +VariableMetric: Iteration # 36 - FCN = -711686.6252734 Edm = 12.0058 NCalls = 144 +VariableMetric: Iteration # 37 - FCN = -711699.9843325 Edm = 31.2416 NCalls = 146 +VariableMetric: Iteration # 38 - FCN = -711795.4169188 Edm = 17.1222 NCalls = 153 +VariableMetric: Iteration # 39 - FCN = -711799.8014137 Edm = 14.8046 NCalls = 155 +VariableMetric: Iteration # 40 - FCN = -711824.1061967 Edm = 10.4565 NCalls = 157 +VariableMetric: Iteration # 41 - FCN = -711833.7534977 Edm = 6.95498 NCalls = 158 +VariableMetric: Iteration # 42 - FCN = -711851.2281428 Edm = 8.04163 NCalls = 160 +VariableMetric: Iteration # 43 - FCN = -711879.4295755 Edm = 4.67636 NCalls = 162 +VariableMetric: Iteration # 44 - FCN = -711886.7063657 Edm = 2.87091 NCalls = 164 +VariableMetric: Iteration # 45 - FCN = -711892.6805772 Edm = 2.17637 NCalls = 166 +VariableMetric: Iteration # 46 - FCN = -711912.9871657 Edm = 4.46448 NCalls = 173 +VariableMetric: Iteration # 47 - FCN = -711914.1981823 Edm = 3.13125 NCalls = 175 +VariableMetric: Iteration # 48 - FCN = -711921.6110209 Edm = 5.77419 NCalls = 178 +VariableMetric: Iteration # 49 - FCN = -711934.7529888 Edm = 8.2982 NCalls = 181 +VariableMetric: Iteration # 50 - FCN = -712137.236176 Edm = 72.9119 NCalls = 192 +VariableMetric: Iteration # 51 - FCN = -712205.6135266 Edm = 347.332 NCalls = 194 +VariableMetric: Iteration # 52 - FCN = -712238.4117088 Edm = 8.61447 NCalls = 196 +VariableMetric: Iteration # 53 - FCN = -712246.2882504 Edm = 2.96634 NCalls = 198 +VariableMetric: Iteration # 54 - FCN = -712247.9879712 Edm = 0.789414 NCalls = 200 +VariableMetric: Iteration # 55 - FCN = -712248.5180683 Edm = 0.176685 NCalls = 202 +VariableMetric: Iteration # 56 - FCN = -712248.7903889 Edm = 0.0815258 NCalls = 204 +VariableMetric: Iteration # 57 - FCN = -712248.9093266 Edm = 0.0200757 NCalls = 206 +VariableMetric: Iteration # 58 - FCN = -712249.0847257 Edm = 0.0586235 NCalls = 209 +VariableMetric: Iteration # 59 - FCN = -712249.2244196 Edm = 0.0220916 NCalls = 211 +VariableMetric: Iteration # 60 - FCN = -712249.4361511 Edm = 0.132404 NCalls = 214 +VariableMetric: Iteration # 61 - FCN = -712260.7915752 Edm = 12.4162 NCalls = 222 +VariableMetric: Iteration # 62 - FCN = -712261.1682547 Edm = 1.01232 NCalls = 225 +VariableMetric: Iteration # 63 - FCN = -712275.1511662 Edm = 12.6583 NCalls = 230 +VariableMetric: Iteration # 64 - FCN = -712292.5594942 Edm = 38.127 NCalls = 232 +VariableMetric: Iteration # 65 - FCN = -712318.977252 Edm = 7.51954 NCalls = 235 +VariableMetric: Iteration # 66 - FCN = -712331.6637415 Edm = 8.31342 NCalls = 238 +VariableMetric: Iteration # 67 - FCN = -712347.7185357 Edm = 17.448 NCalls = 240 +VariableMetric: Iteration # 68 - FCN = -712366.7616871 Edm = 93.5616 NCalls = 243 +VariableMetric: Iteration # 69 - FCN = -712408.3656128 Edm = 12.9253 NCalls = 246 +VariableMetric: Iteration # 70 - FCN = -712428.6301152 Edm = 5.74132 NCalls = 249 +VariableMetric: Iteration # 71 - FCN = -712439.1131015 Edm = 5.98267 NCalls = 251 +VariableMetric: Iteration # 72 - FCN = -712447.8151382 Edm = 4.35397 NCalls = 256 +VariableMetric: Iteration # 73 - FCN = -712455.4514717 Edm = 2.14075 NCalls = 258 +VariableMetric: Iteration # 74 - FCN = -712458.7839891 Edm = 1.46067 NCalls = 260 +VariableMetric: Iteration # 75 - FCN = -712463.3865159 Edm = 6.01228 NCalls = 264 +VariableMetric: Iteration # 76 - FCN = -712466.361102 Edm = 5.33737 NCalls = 267 +VariableMetric: Iteration # 77 - FCN = -712473.2689344 Edm = 0.398089 NCalls = 271 +VariableMetric: Iteration # 78 - FCN = -712473.7261695 Edm = 0.0102016 NCalls = 273 +VariableMetric: Iteration # 79 - FCN = -712473.74563 Edm = 0.00773133 NCalls = 275 +VariableMetric: Iteration # 80 - FCN = -712473.9926807 Edm = 0.262343 NCalls = 279 +VariableMetric: Iteration # 81 - FCN = -712484.6215424 Edm = 3.9924 NCalls = 286 +VariableMetric: Iteration # 82 - FCN = -712582.7922342 Edm = 71.9496 NCalls = 291 +VariableMetric: Iteration # 83 - FCN = -712671.0071487 Edm = 217.851 NCalls = 294 +VariableMetric: Iteration # 84 - FCN = -712763.0141408 Edm = 31.5042 NCalls = 296 +VariableMetric: Iteration # 85 - FCN = -712801.53757 Edm = 112.14 NCalls = 298 +VariableMetric: Iteration # 86 - FCN = -712898.2980697 Edm = 29.5662 NCalls = 301 +VariableMetric: Iteration # 87 - FCN = -712946.0092158 Edm = 21.5995 NCalls = 304 +VariableMetric: Iteration # 88 - FCN = -712982.9555793 Edm = 43.0356 NCalls = 309 +VariableMetric: Iteration # 89 - FCN = -713037.0371081 Edm = 34.563 NCalls = 314 +VariableMetric: Iteration # 90 - FCN = -713062.6752757 Edm = 9.30201 NCalls = 317 +VariableMetric: Iteration # 91 - FCN = -713068.8684511 Edm = 3.26196 NCalls = 319 +VariableMetric: Iteration # 92 - FCN = -713080.913126 Edm = 5.06944 NCalls = 321 +VariableMetric: Iteration # 93 - FCN = -713086.5870684 Edm = 1.19521 NCalls = 323 +VariableMetric: Iteration # 94 - FCN = -713087.4503736 Edm = 0.388296 NCalls = 325 +VariableMetric: Iteration # 95 - FCN = -713087.9979619 Edm = 0.173412 NCalls = 327 +VariableMetric: Iteration # 96 - FCN = -713088.185763 Edm = 0.0542269 NCalls = 329 +VariableMetric: Iteration # 97 - FCN = -713088.2824358 Edm = 0.068552 NCalls = 331 +VariableMetric: Iteration # 98 - FCN = -713088.60001 Edm = 0.0765001 NCalls = 334 +VariableMetric: Iteration # 99 - FCN = -713088.7225637 Edm = 0.0203099 NCalls = 336 +VariableMetric: Iteration # 100 - FCN = -713088.7609539 Edm = 0.0130783 NCalls = 338 +VariableMetric: Iteration # 101 - FCN = -713088.9405028 Edm = 0.12091 NCalls = 341 +VariableMetric: Iteration # 102 - FCN = -713089.9049801 Edm = 0.619968 NCalls = 345 +VariableMetric: Iteration # 103 - FCN = -713094.1327764 Edm = 4.23785 NCalls = 348 +VariableMetric: Iteration # 104 - FCN = -713105.2886413 Edm = 10.2258 NCalls = 353 +VariableMetric: Iteration # 105 - FCN = -713176.0294428 Edm = 55.9917 NCalls = 358 +VariableMetric: Iteration # 106 - FCN = -713194.9933536 Edm = 12.7923 NCalls = 360 +VariableMetric: Iteration # 107 - FCN = -713205.3027036 Edm = 1.64789 NCalls = 362 +VariableMetric: Iteration # 108 - FCN = -713206.94297 Edm = 0.242142 NCalls = 364 +VariableMetric: Iteration # 109 - FCN = -713207.4445682 Edm = 0.147628 NCalls = 367 +VariableMetric: Iteration # 110 - FCN = -713209.9463769 Edm = 3.23796 NCalls = 373 +VariableMetric: Iteration # 111 - FCN = -713211.7626902 Edm = 12.7545 NCalls = 377 +VariableMetric: Iteration # 112 - FCN = -713212.1265166 Edm = 0.568369 NCalls = 380 +VariableMetric: Iteration # 113 - FCN = -713217.5467791 Edm = 3.08561 NCalls = 384 +VariableMetric: Iteration # 114 - FCN = -713221.5026588 Edm = 0.834828 NCalls = 387 +VariableMetric: Iteration # 115 - FCN = -713222.3939355 Edm = 0.111378 NCalls = 389 +VariableMetric: Iteration # 116 - FCN = -713222.5757896 Edm = 0.0911394 NCalls = 391 +VariableMetric: Iteration # 117 - FCN = -713222.7846077 Edm = 0.0881232 NCalls = 394 +VariableMetric: Iteration # 118 - FCN = -713222.9005163 Edm = 0.105821 NCalls = 397 +VariableMetric: Iteration # 119 - FCN = -713222.9896213 Edm = 0.0213157 NCalls = 399 +VariableMetric: Iteration # 120 - FCN = -713223.0148194 Edm = 0.00174504 NCalls = 401 +VariableMetric: Iteration # 121 - FCN = -713223.0185193 Edm = 0.00250754 NCalls = 403 +VariableMetric: Iteration # 122 - FCN = -713223.1019448 Edm = 0.10862 NCalls = 408 +VariableMetric: Iteration # 123 - FCN = -713224.0848633 Edm = 1.0899 NCalls = 415 +VariableMetric: Iteration # 124 - FCN = -713224.0892041 Edm = 0.00154238 NCalls = 417 +VariableMetric: Iteration # 125 - FCN = -713224.127637 Edm = 0.0412807 NCalls = 421 +VariableMetric: Iteration # 126 - FCN = -713224.8886279 Edm = 0.659034 NCalls = 428 +VariableMetric: Iteration # 127 - FCN = -713247.9716121 Edm = 8.85997 NCalls = 433 +VariableMetric: Iteration # 128 - FCN = -713258.6784304 Edm = 1.89896 NCalls = 435 +VariableMetric: Iteration # 129 - FCN = -713260.4872338 Edm = 0.35167 NCalls = 436 +VariableMetric: Iteration # 130 - FCN = -713260.7281427 Edm = 0.0487368 NCalls = 438 +VariableMetric: Iteration # 131 - FCN = -713260.7520866 Edm = 0.00618576 NCalls = 440 +VariableMetric: Iteration # 132 - FCN = -713260.7563069 Edm = 0.000354627 NCalls = 442 +VariableMetric: Iteration # 133 - FCN = -713260.7569665 Edm = 0.000375789 NCalls = 444 +VariableMetric: Iteration # 134 - FCN = -713260.7608207 Edm = 0.00373355 NCalls = 448 +VariableMetric: Iteration # 135 - FCN = -713260.9158878 Edm = 0.166651 NCalls = 455 +VariableMetric: Iteration # 136 - FCN = -713261.1481281 Edm = 0.101758 NCalls = 462 +VariableMetric: Iteration # 137 - FCN = -713263.1415548 Edm = 1.32167 NCalls = 465 +VariableMetric: Iteration # 138 - FCN = -713270.5896127 Edm = 0.220282 NCalls = 468 +VariableMetric: Iteration # 139 - FCN = -713270.8860376 Edm = 0.0089403 NCalls = 470 +VariableMetric: Iteration # 140 - FCN = -713270.8970112 Edm = 0.000279655 NCalls = 472 +VariableMetric: Iteration # 141 - FCN = -713270.8974894 Edm = 0.000227256 NCalls = 474 +VariableMetric: Iteration # 142 - FCN = -713270.9004741 Edm = 0.00264907 NCalls = 478 +VariableMetric: Iteration # 143 - FCN = -713271.1140807 Edm = 0.181114 NCalls = 483 +VariableMetric: Iteration # 144 - FCN = -713273.6775955 Edm = 0.281756 NCalls = 486 +VariableMetric: Iteration # 145 - FCN = -713274.0184079 Edm = 0.0126693 NCalls = 488 +VariableMetric: Iteration # 146 - FCN = -713274.0311028 Edm = 0.000177271 NCalls = 489 +VariableMetric: Iteration # 147 - FCN = -713274.0313095 Edm = 3.96654e-05 NCalls = 491 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -709011.1466458 Edm = 0.307746 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -709011.1466458 Edm = 0.307746 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -709743.3917181 Edm = 6.46281 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -710216.5266846 Edm = 2.68031e+07 NCalls = 17 +VariableMetric: Iteration # 3 - FCN = -710682.7843813 Edm = 6.23369e+06 NCalls = 27 +VariableMetric: Iteration # 4 - FCN = -711471.4393924 Edm = 1.9726e+06 NCalls = 32 +VariableMetric: Iteration # 5 - FCN = -711895.7234541 Edm = 685510 NCalls = 43 +VariableMetric: Iteration # 6 - FCN = -711972.8181197 Edm = 1.27221e+06 NCalls = 52 +VariableMetric: Iteration # 7 - FCN = -712401.8879143 Edm = 329817 NCalls = 60 +VariableMetric: Iteration # 8 - FCN = -712503.6642813 Edm = 12593.1 NCalls = 68 +VariableMetric: Iteration # 9 - FCN = -712753.8902561 Edm = 291332 NCalls = 72 +VariableMetric: Iteration # 10 - FCN = -712808.5706965 Edm = 13129.3 NCalls = 76 +VariableMetric: Iteration # 11 - FCN = -712878.9003202 Edm = 4702.88 NCalls = 80 +VariableMetric: Iteration # 12 - FCN = -713090.6365881 Edm = 10301.5 NCalls = 83 +VariableMetric: Iteration # 13 - FCN = -713131.6017231 Edm = 11086.5 NCalls = 87 +VariableMetric: Iteration # 14 - FCN = -713144.8113794 Edm = 1014.71 NCalls = 92 +VariableMetric: Iteration # 15 - FCN = -713171.6512669 Edm = 4750.22 NCalls = 94 +VariableMetric: Iteration # 16 - FCN = -713211.9005773 Edm = 1856.76 NCalls = 97 +VariableMetric: Iteration # 17 - FCN = -713224.4013521 Edm = 160.928 NCalls = 101 +VariableMetric: Iteration # 18 - FCN = -713231.0584418 Edm = 625.013 NCalls = 103 +VariableMetric: Iteration # 19 - FCN = -713242.4957477 Edm = 89.3189 NCalls = 105 +VariableMetric: Iteration # 20 - FCN = -713252.2467467 Edm = 47.1303 NCalls = 107 +VariableMetric: Iteration # 21 - FCN = -713257.9817168 Edm = 44.4416 NCalls = 109 +VariableMetric: Iteration # 22 - FCN = -713263.2524009 Edm = 31.1875 NCalls = 111 +VariableMetric: Iteration # 23 - FCN = -713265.1345832 Edm = 5.09728 NCalls = 113 +VariableMetric: Iteration # 24 - FCN = -713268.3130108 Edm = 12.9588 NCalls = 115 +VariableMetric: Iteration # 25 - FCN = -713269.0124723 Edm = 7.60711 NCalls = 117 +VariableMetric: Iteration # 26 - FCN = -713270.5299919 Edm = 1.05264 NCalls = 119 +VariableMetric: Iteration # 27 - FCN = -713272.1204142 Edm = 0.57144 NCalls = 121 +VariableMetric: Iteration # 28 - FCN = -713273.1164724 Edm = 0.782121 NCalls = 124 +VariableMetric: Iteration # 29 - FCN = -713273.9240737 Edm = 0.612088 NCalls = 126 +VariableMetric: Iteration # 30 - FCN = -713274.6854784 Edm = 0.849054 NCalls = 129 +VariableMetric: Iteration # 31 - FCN = -713275.3010376 Edm = 0.485929 NCalls = 131 +VariableMetric: Iteration # 32 - FCN = -713275.7947549 Edm = 0.205493 NCalls = 133 +VariableMetric: Iteration # 33 - FCN = -713275.9859093 Edm = 0.0930588 NCalls = 134 +VariableMetric: Iteration # 34 - FCN = -713276.0548794 Edm = 0.0300522 NCalls = 136 +VariableMetric: Iteration # 35 - FCN = -713276.1190144 Edm = 0.0137863 NCalls = 138 +VariableMetric: Iteration # 36 - FCN = -713276.1372572 Edm = 0.00312184 NCalls = 140 +VariableMetric: Iteration # 37 - FCN = -713276.1425684 Edm = 0.00117501 NCalls = 142 +VariableMetric: Iteration # 38 - FCN = -713276.1453045 Edm = 0.000721876 NCalls = 144 +VariableMetric: Iteration # 39 - FCN = -713276.1467658 Edm = 0.000148276 NCalls = 146 +VariableMetric: Iteration # 40 - FCN = -713276.1471861 Edm = 0.00016983 NCalls = 148 +VariableMetric: Iteration # 41 - FCN = -713276.1478397 Edm = 0.000183748 NCalls = 150 +VariableMetric: Iteration # 42 - FCN = -713276.1488072 Edm = 0.000596535 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -713276.1511049 Edm = 0.0014093 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -713276.153513 Edm = 0.000613921 NCalls = 158 +VariableMetric: Iteration # 45 - FCN = -713276.1548959 Edm = 0.0016706 NCalls = 161 +VariableMetric: Iteration # 46 - FCN = -713276.157261 Edm = 0.00190366 NCalls = 165 +VariableMetric: Iteration # 47 - FCN = -713276.1581371 Edm = 0.00169248 NCalls = 167 +VariableMetric: Iteration # 48 - FCN = -713276.1601573 Edm = 0.00149749 NCalls = 170 +VariableMetric: Iteration # 49 - FCN = -713276.1613935 Edm = 0.000511889 NCalls = 172 +VariableMetric: Iteration # 50 - FCN = -713276.1627445 Edm = 0.000693843 NCalls = 176 +VariableMetric: Iteration # 51 - FCN = -713276.1638785 Edm = 0.000440124 NCalls = 179 +VariableMetric: Iteration # 52 - FCN = -713276.1642482 Edm = 0.00025667 NCalls = 182 +VariableMetric: Iteration # 53 - FCN = -713276.1644899 Edm = 6.05692e-05 NCalls = 184 +VariableMetric: Iteration # 54 - FCN = -713276.1645612 Edm = 1.26124e-05 NCalls = 186 +VariableMetric: After Hessian - FCN = -713276.1645612 Edm = 0.000941325 NCalls = 595 +VariableMetric: Iteration # 55 - FCN = -713276.1645612 Edm = 0.000941325 NCalls = 595 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -704485.5512232 Edm = 27.4803 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -704485.5512232 Edm = 27.4803 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -710116.2996253 Edm = 0.594847 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -710118.9385645 Edm = 1.01391 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -710287.9113418 Edm = 8.45865 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -710297.699797 Edm = 0.177533 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -710298.0824686 Edm = 0.2055 NCalls = 20 +VariableMetric: Iteration # 6 - FCN = -710330.7106234 Edm = 0.222221 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -710331.2266844 Edm = 0.269784 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -710358.2693944 Edm = 24.67 NCalls = 36 +VariableMetric: Iteration # 9 - FCN = -710730.2314794 Edm = 28.9188 NCalls = 45 +VariableMetric: Iteration # 10 - FCN = -710752.2472488 Edm = 15.3174 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -710761.3088944 Edm = 0.455699 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -710761.9766589 Edm = 0.0908126 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -710762.1720054 Edm = 0.0427893 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -710762.3050743 Edm = 0.101353 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -710778.1978402 Edm = 11.7803 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -710830.0815207 Edm = 6.35396 NCalls = 66 +VariableMetric: Iteration # 17 - FCN = -710839.706241 Edm = 7.23256 NCalls = 70 +VariableMetric: Iteration # 18 - FCN = -710850.8844086 Edm = 4.5118 NCalls = 73 +VariableMetric: Iteration # 19 - FCN = -710856.0729636 Edm = 3.01066 NCalls = 76 +VariableMetric: Iteration # 20 - FCN = -710857.3143282 Edm = 0.283124 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -710857.7338964 Edm = 0.0698877 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -710858.0181256 Edm = 0.0324816 NCalls = 84 +VariableMetric: Iteration # 23 - FCN = -710858.0720915 Edm = 0.00979386 NCalls = 86 +VariableMetric: Iteration # 24 - FCN = -710858.1057779 Edm = 0.0298388 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -710858.4739022 Edm = 0.462246 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -710858.5927464 Edm = 0.19388 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -710858.9004506 Edm = 0.282766 NCalls = 103 +VariableMetric: Iteration # 28 - FCN = -710872.3395657 Edm = 16.2643 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -710892.3873164 Edm = 15.7007 NCalls = 112 +VariableMetric: Iteration # 30 - FCN = -710946.9254164 Edm = 96.1236 NCalls = 115 +VariableMetric: Iteration # 31 - FCN = -710987.461935 Edm = 7.22666 NCalls = 124 +VariableMetric: Iteration # 32 - FCN = -710991.5582821 Edm = 3.00647 NCalls = 126 +VariableMetric: Iteration # 33 - FCN = -710994.4060738 Edm = 0.730582 NCalls = 128 +VariableMetric: Iteration # 34 - FCN = -710999.5614773 Edm = 1.63893 NCalls = 133 +VariableMetric: Iteration # 35 - FCN = -710999.9747895 Edm = 0.666689 NCalls = 135 +VariableMetric: Iteration # 36 - FCN = -711001.1354392 Edm = 0.588823 NCalls = 137 +VariableMetric: Iteration # 37 - FCN = -711002.4282199 Edm = 0.485426 NCalls = 140 +VariableMetric: Iteration # 38 - FCN = -711002.9566779 Edm = 0.0365838 NCalls = 142 +VariableMetric: Iteration # 39 - FCN = -711003.0124124 Edm = 0.0217457 NCalls = 144 +VariableMetric: Iteration # 40 - FCN = -711003.1047208 Edm = 0.0932921 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -711008.1159049 Edm = 4.50008 NCalls = 153 +VariableMetric: Iteration # 42 - FCN = -711102.1475953 Edm = 53.3809 NCalls = 159 +VariableMetric: Iteration # 43 - FCN = -711218.8034595 Edm = 50.8173 NCalls = 164 +VariableMetric: Iteration # 44 - FCN = -711302.2776581 Edm = 43.2776 NCalls = 166 +VariableMetric: Iteration # 45 - FCN = -712282.1314213 Edm = 197.461 NCalls = 174 +VariableMetric: Iteration # 46 - FCN = -712289.0027127 Edm = 59.3734 NCalls = 180 +VariableMetric: Iteration # 47 - FCN = -712377.1448602 Edm = 138.834 NCalls = 182 +VariableMetric: Iteration # 48 - FCN = -712433.9236001 Edm = 6.59347 NCalls = 185 +VariableMetric: Iteration # 49 - FCN = -712443.5096679 Edm = 2.16356 NCalls = 187 +VariableMetric: Iteration # 50 - FCN = -712500.2702594 Edm = 110.911 NCalls = 196 +VariableMetric: Iteration # 51 - FCN = -712500.6969063 Edm = 1.60562 NCalls = 198 +VariableMetric: Iteration # 52 - FCN = -712516.8581913 Edm = 17.5437 NCalls = 204 +VariableMetric: Iteration # 53 - FCN = -712563.6490999 Edm = 41.8617 NCalls = 210 +VariableMetric: Iteration # 54 - FCN = -712585.0131603 Edm = 7.28101 NCalls = 212 +VariableMetric: Iteration # 55 - FCN = -712600.819363 Edm = 3.48261 NCalls = 214 +VariableMetric: Iteration # 56 - FCN = -712609.624408 Edm = 1.72702 NCalls = 216 +VariableMetric: Iteration # 57 - FCN = -712612.4009779 Edm = 0.706079 NCalls = 218 +VariableMetric: Iteration # 58 - FCN = -712614.3100905 Edm = 0.53986 NCalls = 220 +VariableMetric: Iteration # 59 - FCN = -712615.323116 Edm = 0.0376371 NCalls = 222 +VariableMetric: Iteration # 60 - FCN = -712615.3744788 Edm = 0.00713024 NCalls = 224 +VariableMetric: Iteration # 61 - FCN = -712615.3962219 Edm = 0.0166616 NCalls = 226 +VariableMetric: Iteration # 62 - FCN = -712615.715977 Edm = 0.278374 NCalls = 231 +VariableMetric: Iteration # 63 - FCN = -712632.644241 Edm = 6.97 NCalls = 238 +VariableMetric: Iteration # 64 - FCN = -712658.9664775 Edm = 51.5192 NCalls = 245 +VariableMetric: Iteration # 65 - FCN = -712660.3688688 Edm = 8.91925 NCalls = 247 +VariableMetric: Iteration # 66 - FCN = -712691.6273272 Edm = 33.3362 NCalls = 251 +VariableMetric: Iteration # 67 - FCN = -712720.2058035 Edm = 15.2008 NCalls = 256 +VariableMetric: Iteration # 68 - FCN = -712732.8446834 Edm = 8.06178 NCalls = 258 +VariableMetric: Iteration # 69 - FCN = -712736.863621 Edm = 1.32465 NCalls = 260 +VariableMetric: Iteration # 70 - FCN = -712751.6057516 Edm = 7.89307 NCalls = 265 +VariableMetric: Iteration # 71 - FCN = -712772.7646253 Edm = 32.7777 NCalls = 268 +VariableMetric: Iteration # 72 - FCN = -712810.7847332 Edm = 13.6366 NCalls = 273 +VariableMetric: Iteration # 73 - FCN = -712834.7543387 Edm = 4.68906 NCalls = 275 +VariableMetric: Iteration # 74 - FCN = -712850.091011 Edm = 4.63103 NCalls = 278 +VariableMetric: Iteration # 75 - FCN = -712855.1688055 Edm = 1.06292 NCalls = 281 +VariableMetric: Iteration # 76 - FCN = -712870.138879 Edm = 5.54148 NCalls = 292 +VariableMetric: Iteration # 77 - FCN = -712874.7665033 Edm = 0.649559 NCalls = 294 +VariableMetric: Iteration # 78 - FCN = -712875.4739567 Edm = 0.424629 NCalls = 296 +VariableMetric: Iteration # 79 - FCN = -712875.6851504 Edm = 1.11943 NCalls = 298 +VariableMetric: Iteration # 80 - FCN = -712878.5995416 Edm = 1.83009 NCalls = 303 +VariableMetric: Iteration # 81 - FCN = -712890.6095389 Edm = 13.8858 NCalls = 309 +VariableMetric: Iteration # 82 - FCN = -712891.1754821 Edm = 5.37162 NCalls = 311 +VariableMetric: Iteration # 83 - FCN = -712894.9534401 Edm = 2.50168 NCalls = 313 +VariableMetric: Iteration # 84 - FCN = -712902.7368482 Edm = 4.08902 NCalls = 317 +VariableMetric: Iteration # 85 - FCN = -712908.0981144 Edm = 4.36171 NCalls = 321 +VariableMetric: Iteration # 86 - FCN = -712936.138771 Edm = 30.8789 NCalls = 328 +VariableMetric: Iteration # 87 - FCN = -712938.2764553 Edm = 2.79594 NCalls = 334 +VariableMetric: Iteration # 88 - FCN = -712946.0315131 Edm = 13.7082 NCalls = 336 +VariableMetric: Iteration # 89 - FCN = -712965.6269177 Edm = 23.8145 NCalls = 341 +VariableMetric: Iteration # 90 - FCN = -712973.9826974 Edm = 15.313 NCalls = 343 +VariableMetric: Iteration # 91 - FCN = -712980.8802909 Edm = 2.11228 NCalls = 345 +VariableMetric: Iteration # 92 - FCN = -712983.8572612 Edm = 0.381577 NCalls = 347 +VariableMetric: Iteration # 93 - FCN = -712984.7788176 Edm = 0.310314 NCalls = 350 +VariableMetric: Iteration # 94 - FCN = -712985.3573418 Edm = 0.0699245 NCalls = 353 +VariableMetric: Iteration # 95 - FCN = -712985.6995728 Edm = 0.177988 NCalls = 355 +VariableMetric: Iteration # 96 - FCN = -712986.1065468 Edm = 0.208163 NCalls = 358 +VariableMetric: Iteration # 97 - FCN = -712986.2100188 Edm = 0.0356705 NCalls = 360 +VariableMetric: Iteration # 98 - FCN = -712986.2625762 Edm = 0.00903632 NCalls = 362 +VariableMetric: Iteration # 99 - FCN = -712986.2883415 Edm = 0.01078 NCalls = 364 +VariableMetric: Iteration # 100 - FCN = -712986.3540313 Edm = 0.050915 NCalls = 367 +VariableMetric: Iteration # 101 - FCN = -712990.671051 Edm = 3.08863 NCalls = 372 +VariableMetric: Iteration # 102 - FCN = -713008.8527167 Edm = 2.36748 NCalls = 376 +VariableMetric: Iteration # 103 - FCN = -713014.3868394 Edm = 1.62732 NCalls = 379 +VariableMetric: Iteration # 104 - FCN = -713017.0548766 Edm = 0.846446 NCalls = 381 +VariableMetric: Iteration # 105 - FCN = -713017.7858091 Edm = 0.413569 NCalls = 383 +VariableMetric: Iteration # 106 - FCN = -713018.4048432 Edm = 0.178332 NCalls = 385 +VariableMetric: Iteration # 107 - FCN = -713018.5878139 Edm = 0.0604013 NCalls = 387 +VariableMetric: Iteration # 108 - FCN = -713018.6782926 Edm = 0.0233342 NCalls = 389 +VariableMetric: Iteration # 109 - FCN = -713018.699886 Edm = 0.00838286 NCalls = 390 +VariableMetric: Iteration # 110 - FCN = -713018.7969323 Edm = 0.0546963 NCalls = 394 +VariableMetric: Iteration # 111 - FCN = -713019.0008694 Edm = 0.0327338 NCalls = 396 +VariableMetric: Iteration # 112 - FCN = -713019.0719604 Edm = 0.0313832 NCalls = 398 +VariableMetric: Iteration # 113 - FCN = -713019.5500967 Edm = 0.663921 NCalls = 401 +VariableMetric: Iteration # 114 - FCN = -713021.1269207 Edm = 1.67155 NCalls = 406 +VariableMetric: Iteration # 115 - FCN = -713026.6495528 Edm = 11.9486 NCalls = 409 +VariableMetric: Iteration # 116 - FCN = -713032.2424 Edm = 9.89524 NCalls = 412 +VariableMetric: Iteration # 117 - FCN = -713067.2845137 Edm = 19.3442 NCalls = 416 +VariableMetric: Iteration # 118 - FCN = -713084.0518492 Edm = 9.53861 NCalls = 419 +VariableMetric: Iteration # 119 - FCN = -713091.3782801 Edm = 1.46999 NCalls = 421 +VariableMetric: Iteration # 120 - FCN = -713092.36191 Edm = 0.189967 NCalls = 423 +VariableMetric: Iteration # 121 - FCN = -713092.6347662 Edm = 0.112187 NCalls = 425 +VariableMetric: Iteration # 122 - FCN = -713092.8698255 Edm = 0.0778036 NCalls = 427 +VariableMetric: Iteration # 123 - FCN = -713092.9433085 Edm = 0.0333077 NCalls = 428 +VariableMetric: Iteration # 124 - FCN = -713092.9774628 Edm = 0.00479323 NCalls = 430 +VariableMetric: Iteration # 125 - FCN = -713092.9909479 Edm = 0.00715661 NCalls = 432 +VariableMetric: Iteration # 126 - FCN = -713093.1558147 Edm = 0.136124 NCalls = 436 +VariableMetric: Iteration # 127 - FCN = -713096.6863785 Edm = 4.57255 NCalls = 441 +VariableMetric: Iteration # 128 - FCN = -713108.9309866 Edm = 7.50189 NCalls = 451 +VariableMetric: Iteration # 129 - FCN = -713121.7752045 Edm = 30.4815 NCalls = 453 +VariableMetric: Iteration # 130 - FCN = -713140.0763613 Edm = 7.99084 NCalls = 456 +VariableMetric: Iteration # 131 - FCN = -713155.0317857 Edm = 4.30483 NCalls = 459 +VariableMetric: Iteration # 132 - FCN = -713161.4382254 Edm = 0.70015 NCalls = 462 +VariableMetric: Iteration # 133 - FCN = -713162.1487622 Edm = 0.125633 NCalls = 463 +VariableMetric: Iteration # 134 - FCN = -713162.5253813 Edm = 0.209613 NCalls = 465 +VariableMetric: Iteration # 135 - FCN = -713162.785861 Edm = 0.092073 NCalls = 468 +VariableMetric: Iteration # 136 - FCN = -713162.8840899 Edm = 0.0117392 NCalls = 470 +VariableMetric: Iteration # 137 - FCN = -713162.9024879 Edm = 0.00659807 NCalls = 472 +VariableMetric: Iteration # 138 - FCN = -713162.9254319 Edm = 0.0161561 NCalls = 475 +VariableMetric: Iteration # 139 - FCN = -713162.9770191 Edm = 0.0480469 NCalls = 481 +VariableMetric: Iteration # 140 - FCN = -713163.0417716 Edm = 0.154382 NCalls = 483 +VariableMetric: Iteration # 141 - FCN = -713163.0694471 Edm = 0.0236999 NCalls = 486 +VariableMetric: Iteration # 142 - FCN = -713163.123551 Edm = 0.0104939 NCalls = 489 +VariableMetric: Iteration # 143 - FCN = -713163.1328882 Edm = 0.00138939 NCalls = 491 +VariableMetric: Iteration # 144 - FCN = -713163.1344889 Edm = 0.000592638 NCalls = 493 +VariableMetric: Iteration # 145 - FCN = -713163.1367244 Edm = 0.00154909 NCalls = 496 +VariableMetric: Iteration # 146 - FCN = -713163.178982 Edm = 0.0613737 NCalls = 500 +VariableMetric: Iteration # 147 - FCN = -713163.5315091 Edm = 0.295409 NCalls = 508 +VariableMetric: Iteration # 148 - FCN = -713171.9984032 Edm = 4.64676 NCalls = 513 +VariableMetric: Iteration # 149 - FCN = -713175.2923421 Edm = 4.35063 NCalls = 515 +VariableMetric: Iteration # 150 - FCN = -713180.8540322 Edm = 1.51328 NCalls = 518 +VariableMetric: Iteration # 151 - FCN = -713182.3223275 Edm = 1.5636 NCalls = 521 +VariableMetric: Iteration # 152 - FCN = -713183.7142953 Edm = 1.61015 NCalls = 523 +VariableMetric: Iteration # 153 - FCN = -713184.6494986 Edm = 0.311351 NCalls = 525 +VariableMetric: Iteration # 154 - FCN = -713185.2581302 Edm = 0.0932867 NCalls = 527 +VariableMetric: Iteration # 155 - FCN = -713185.400241 Edm = 0.0150707 NCalls = 529 +VariableMetric: Iteration # 156 - FCN = -713185.4211733 Edm = 0.00405207 NCalls = 531 +VariableMetric: Iteration # 157 - FCN = -713185.4280396 Edm = 0.000624963 NCalls = 533 +VariableMetric: Iteration # 158 - FCN = -713185.4290272 Edm = 0.000160648 NCalls = 535 +VariableMetric: Iteration # 159 - FCN = -713185.429571 Edm = 0.000201665 NCalls = 537 +VariableMetric: Iteration # 160 - FCN = -713185.4324582 Edm = 0.002277 NCalls = 540 +VariableMetric: Iteration # 161 - FCN = -713185.5285384 Edm = 0.0661756 NCalls = 544 +VariableMetric: Iteration # 162 - FCN = -713186.3485294 Edm = 0.618027 NCalls = 548 +VariableMetric: Iteration # 163 - FCN = -713191.0690291 Edm = 2.23116 NCalls = 552 +VariableMetric: Iteration # 164 - FCN = -713192.3650801 Edm = 0.987447 NCalls = 554 +VariableMetric: Iteration # 165 - FCN = -713192.8896243 Edm = 0.0158985 NCalls = 556 +VariableMetric: Iteration # 166 - FCN = -713192.9079218 Edm = 0.00105581 NCalls = 558 +VariableMetric: Iteration # 167 - FCN = -713192.9095013 Edm = 0.000416812 NCalls = 560 +VariableMetric: Iteration # 168 - FCN = -713192.9110164 Edm = 0.000769189 NCalls = 562 +VariableMetric: Iteration # 169 - FCN = -713192.9122458 Edm = 0.000242697 NCalls = 565 +VariableMetric: Iteration # 170 - FCN = -713192.9126153 Edm = 4.80661e-05 NCalls = 567 +VariableMetric: After Hessian - FCN = -713192.9126153 Edm = 604894 NCalls = 938 +VariableMetric: Iteration # 171 - FCN = -713192.9126153 Edm = 604894 NCalls = 938 +VariableMetric: Iteration # 172 - FCN = -713223.4951839 Edm = 185478 NCalls = 949 +VariableMetric: Iteration # 173 - FCN = -713229.0959385 Edm = 14.9709 NCalls = 954 +VariableMetric: Iteration # 174 - FCN = -713236.7047802 Edm = 0.382733 NCalls = 956 +VariableMetric: Iteration # 175 - FCN = -713237.4061131 Edm = 0.277257 NCalls = 958 +VariableMetric: Iteration # 176 - FCN = -713240.4870899 Edm = 0.450148 NCalls = 962 +VariableMetric: Iteration # 177 - FCN = -713241.8003101 Edm = 0.538596 NCalls = 964 +VariableMetric: Iteration # 178 - FCN = -713242.2563967 Edm = 0.214258 NCalls = 965 +VariableMetric: Iteration # 179 - FCN = -713242.531031 Edm = 0.0838681 NCalls = 968 +VariableMetric: Iteration # 180 - FCN = -713242.8315094 Edm = 0.0666935 NCalls = 970 +VariableMetric: Iteration # 181 - FCN = -713242.8875735 Edm = 0.0339306 NCalls = 972 +VariableMetric: Iteration # 182 - FCN = -713242.9778014 Edm = 0.0355184 NCalls = 975 +VariableMetric: Iteration # 183 - FCN = -713243.0695697 Edm = 0.0183192 NCalls = 977 +VariableMetric: Iteration # 184 - FCN = -713243.198749 Edm = 0.0781955 NCalls = 981 +VariableMetric: Iteration # 185 - FCN = -713243.3036859 Edm = 0.192581 NCalls = 983 +VariableMetric: Iteration # 186 - FCN = -713243.4887421 Edm = 0.577339 NCalls = 988 +VariableMetric: Iteration # 187 - FCN = -713244.6213599 Edm = 9.11405 NCalls = 994 +VariableMetric: Iteration # 188 - FCN = -713245.8783726 Edm = 4.88675 NCalls = 998 +VariableMetric: Iteration # 189 - FCN = -713245.9482536 Edm = 0.110109 NCalls = 1000 +VariableMetric: Iteration # 190 - FCN = -713246.6663236 Edm = 2.88145 NCalls = 1003 +VariableMetric: Iteration # 191 - FCN = -713249.7230582 Edm = 2.53825 NCalls = 1008 +VariableMetric: Iteration # 192 - FCN = -713257.6665137 Edm = 9.57104 NCalls = 1013 +VariableMetric: Iteration # 193 - FCN = -713263.5728611 Edm = 1.45864 NCalls = 1015 +VariableMetric: Iteration # 194 - FCN = -713266.5771713 Edm = 0.437476 NCalls = 1017 +VariableMetric: Iteration # 195 - FCN = -713267.2917563 Edm = 0.290304 NCalls = 1019 +VariableMetric: Iteration # 196 - FCN = -713267.6261627 Edm = 0.112754 NCalls = 1021 +VariableMetric: Iteration # 197 - FCN = -713267.9149516 Edm = 0.155059 NCalls = 1023 +VariableMetric: Iteration # 198 - FCN = -713268.8290631 Edm = 0.534833 NCalls = 1026 +VariableMetric: Iteration # 199 - FCN = -713269.0975935 Edm = 0.479802 NCalls = 1029 +VariableMetric: Iteration # 200 - FCN = -713270.1957428 Edm = 1.12814 NCalls = 1033 +VariableMetric: Iteration # 201 - FCN = -713271.7188935 Edm = 1.3835 NCalls = 1037 +VariableMetric: Iteration # 202 - FCN = -713273.5797472 Edm = 0.529831 NCalls = 1040 +VariableMetric: Iteration # 203 - FCN = -713274.4123398 Edm = 0.0852513 NCalls = 1042 +VariableMetric: Iteration # 204 - FCN = -713274.5937225 Edm = 0.0656935 NCalls = 1044 +VariableMetric: Iteration # 205 - FCN = -713274.740864 Edm = 0.0365264 NCalls = 1046 +VariableMetric: Iteration # 206 - FCN = -713274.7898161 Edm = 0.0116794 NCalls = 1048 +VariableMetric: Iteration # 207 - FCN = -713274.8169009 Edm = 0.013308 NCalls = 1050 +VariableMetric: Iteration # 208 - FCN = -713274.8715928 Edm = 0.0358123 NCalls = 1052 +VariableMetric: Iteration # 209 - FCN = -713275.0011186 Edm = 0.0769656 NCalls = 1055 +VariableMetric: Iteration # 210 - FCN = -713275.2821713 Edm = 0.0915394 NCalls = 1058 +VariableMetric: Iteration # 211 - FCN = -713275.4219137 Edm = 0.0583719 NCalls = 1060 +VariableMetric: Iteration # 212 - FCN = -713275.5420007 Edm = 0.111025 NCalls = 1062 +VariableMetric: Iteration # 213 - FCN = -713275.6396966 Edm = 0.421929 NCalls = 1064 +VariableMetric: Iteration # 214 - FCN = -713275.8248113 Edm = 0.065281 NCalls = 1068 +VariableMetric: Iteration # 215 - FCN = -713275.9150252 Edm = 0.0546024 NCalls = 1070 +VariableMetric: Iteration # 216 - FCN = -713275.9598312 Edm = 0.0416252 NCalls = 1072 +VariableMetric: Iteration # 217 - FCN = -713276.0440941 Edm = 0.0286738 NCalls = 1075 +VariableMetric: Iteration # 218 - FCN = -713276.0926479 Edm = 0.0118739 NCalls = 1077 +VariableMetric: Iteration # 219 - FCN = -713276.1037134 Edm = 0.00973909 NCalls = 1078 +VariableMetric: Iteration # 220 - FCN = -713276.120387 Edm = 0.009677 NCalls = 1081 +VariableMetric: Iteration # 221 - FCN = -713276.1515344 Edm = 0.00914562 NCalls = 1084 +VariableMetric: Iteration # 222 - FCN = -713276.1631614 Edm = 0.00247846 NCalls = 1086 +VariableMetric: Iteration # 223 - FCN = -713276.1646924 Edm = 0.00186033 NCalls = 1088 +VariableMetric: Iteration # 224 - FCN = -713276.168793 Edm = 0.00157591 NCalls = 1091 +VariableMetric: Iteration # 225 - FCN = -713276.1735668 Edm = 0.00175097 NCalls = 1093 +VariableMetric: Iteration # 226 - FCN = -713276.1765206 Edm = 0.00242314 NCalls = 1095 +VariableMetric: Iteration # 227 - FCN = -713276.1784255 Edm = 0.000944911 NCalls = 1098 +VariableMetric: Iteration # 228 - FCN = -713276.1816288 Edm = 0.00120888 NCalls = 1101 +VariableMetric: Iteration # 229 - FCN = -713276.1834954 Edm = 0.000888632 NCalls = 1103 +VariableMetric: Iteration # 230 - FCN = -713276.1840743 Edm = 0.00015828 NCalls = 1106 +VariableMetric: Iteration # 231 - FCN = -713276.1848143 Edm = 0.000294036 NCalls = 1109 +VariableMetric: Iteration # 232 - FCN = -713276.1854363 Edm = 0.000222395 NCalls = 1111 +VariableMetric: Iteration # 233 - FCN = -713276.1856362 Edm = 0.000146795 NCalls = 1113 +VariableMetric: Iteration # 234 - FCN = -713276.1861354 Edm = 0.000209041 NCalls = 1117 +VariableMetric: Iteration # 235 - FCN = -713276.1866743 Edm = 0.000168338 NCalls = 1119 +VariableMetric: Iteration # 236 - FCN = -713276.1867466 Edm = 0.00014273 NCalls = 1121 +VariableMetric: Iteration # 237 - FCN = -713276.1869233 Edm = 3.71404e-05 NCalls = 1124 +VariableMetric: After Hessian - FCN = -713276.1869233 Edm = 0.0208892 NCalls = 1503 +VariableMetric: Iteration # 238 - FCN = -713276.1869233 Edm = 0.0208892 NCalls = 1503 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -710969.1749386 Edm = 1.80799 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -710969.1749386 Edm = 1.80799 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -711395.0686818 Edm = 0.191998 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -711679.9584622 Edm = 27.466 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -711721.179319 Edm = 10.2339 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -711731.9157832 Edm = 0.387464 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -711736.4527482 Edm = 4.14746 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -711955.9290034 Edm = 4.24531 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -711959.500511 Edm = 0.0627421 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -711959.5903185 Edm = 0.0482735 NCalls = 30 +VariableMetric: Iteration # 9 - FCN = -712011.7485283 Edm = 4.20693 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -712114.7441853 Edm = 2.37023 NCalls = 39 +VariableMetric: Iteration # 11 - FCN = -712116.8853623 Edm = 0.107242 NCalls = 41 +VariableMetric: Iteration # 12 - FCN = -712116.9801066 Edm = 0.0125114 NCalls = 43 +VariableMetric: Iteration # 13 - FCN = -712117.6837041 Edm = 0.712005 NCalls = 48 +VariableMetric: Iteration # 14 - FCN = -712136.2543463 Edm = 2.04811 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -712207.9292208 Edm = 13.0161 NCalls = 59 +VariableMetric: Iteration # 16 - FCN = -712235.589365 Edm = 1.93035 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -712239.4814721 Edm = 0.78725 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -712241.803363 Edm = 0.361372 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -712242.2724923 Edm = 0.148642 NCalls = 71 +VariableMetric: Iteration # 20 - FCN = -712245.8137303 Edm = 3.2939 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -712245.856553 Edm = 0.36623 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -712246.6789039 Edm = 1.12437 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -712249.3365791 Edm = 0.823011 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -712250.4106725 Edm = 0.048945 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -712250.4535829 Edm = 0.0279728 NCalls = 90 +VariableMetric: Iteration # 26 - FCN = -712251.7278815 Edm = 1.40346 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -712261.309205 Edm = 8.15878 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -712346.4896788 Edm = 7.09269 NCalls = 107 +VariableMetric: Iteration # 29 - FCN = -712348.6952615 Edm = 0.608435 NCalls = 109 +VariableMetric: Iteration # 30 - FCN = -712350.1694418 Edm = 0.416045 NCalls = 112 +VariableMetric: Iteration # 31 - FCN = -712352.5003481 Edm = 2.66474 NCalls = 114 +VariableMetric: Iteration # 32 - FCN = -712353.2205144 Edm = 0.843198 NCalls = 117 +VariableMetric: Iteration # 33 - FCN = -712356.1236467 Edm = 0.47986 NCalls = 122 +VariableMetric: Iteration # 34 - FCN = -712357.2414403 Edm = 0.64085 NCalls = 124 +VariableMetric: Iteration # 35 - FCN = -712359.7373261 Edm = 3.07795 NCalls = 129 +VariableMetric: Iteration # 36 - FCN = -712360.321874 Edm = 0.579278 NCalls = 132 +VariableMetric: Iteration # 37 - FCN = -712360.9716884 Edm = 0.0583911 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -712361.0131087 Edm = 0.00856051 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -712361.0501335 Edm = 0.0175429 NCalls = 138 +VariableMetric: Iteration # 40 - FCN = -712361.5008326 Edm = 0.449967 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -712373.3597501 Edm = 12.1295 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -712373.4398909 Edm = 0.0340474 NCalls = 151 +VariableMetric: Iteration # 43 - FCN = -712373.630336 Edm = 0.140842 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -712375.9525657 Edm = 1.9757 NCalls = 160 +VariableMetric: Iteration # 45 - FCN = -712382.4807666 Edm = 2.15976 NCalls = 167 +VariableMetric: Iteration # 46 - FCN = -712386.8037865 Edm = 4.34652 NCalls = 169 +VariableMetric: Iteration # 47 - FCN = -712391.1182021 Edm = 12.4379 NCalls = 180 +VariableMetric: Iteration # 48 - FCN = -712393.0667592 Edm = 2.76112 NCalls = 186 +VariableMetric: Iteration # 49 - FCN = -712406.2610018 Edm = 8.80501 NCalls = 189 +VariableMetric: Iteration # 50 - FCN = -712422.8500983 Edm = 6.68844 NCalls = 192 +VariableMetric: Iteration # 51 - FCN = -712425.3404609 Edm = 1.12861 NCalls = 194 +VariableMetric: Iteration # 52 - FCN = -712426.4216914 Edm = 0.509966 NCalls = 196 +VariableMetric: Iteration # 53 - FCN = -712428.2688855 Edm = 1.01084 NCalls = 200 +VariableMetric: Iteration # 54 - FCN = -712432.7174705 Edm = 9.18089 NCalls = 208 +VariableMetric: Iteration # 55 - FCN = -712434.8496266 Edm = 6.30318 NCalls = 211 +VariableMetric: Iteration # 56 - FCN = -712442.0776971 Edm = 7.48868 NCalls = 215 +VariableMetric: Iteration # 57 - FCN = -712454.2591447 Edm = 6.96871 NCalls = 218 +VariableMetric: Iteration # 58 - FCN = -712456.1522642 Edm = 2.71861 NCalls = 220 +VariableMetric: Iteration # 59 - FCN = -712462.0664557 Edm = 1.2938 NCalls = 223 +VariableMetric: Iteration # 60 - FCN = -712463.8778829 Edm = 0.349398 NCalls = 225 +VariableMetric: Iteration # 61 - FCN = -712464.2542678 Edm = 0.174313 NCalls = 227 +VariableMetric: Iteration # 62 - FCN = -712464.6057972 Edm = 0.359893 NCalls = 233 +VariableMetric: Iteration # 63 - FCN = -712470.9100832 Edm = 4.31252 NCalls = 239 +VariableMetric: Iteration # 64 - FCN = -712528.67563 Edm = 4.736e+06 NCalls = 249 +VariableMetric: Iteration # 65 - FCN = -712737.6845667 Edm = 1.01595e+07 NCalls = 258 +VariableMetric: Iteration # 66 - FCN = -713012.2351284 Edm = 327256 NCalls = 269 +VariableMetric: Iteration # 67 - FCN = -713123.160487 Edm = 39522.8 NCalls = 278 +VariableMetric: Iteration # 68 - FCN = -713132.7976572 Edm = 11902.8 NCalls = 285 +VariableMetric: Iteration # 69 - FCN = -713135.3040923 Edm = 3118.51 NCalls = 289 +VariableMetric: Iteration # 70 - FCN = -713164.3398344 Edm = 7735.75 NCalls = 292 +VariableMetric: Iteration # 71 - FCN = -713180.1987043 Edm = 4022.45 NCalls = 295 +VariableMetric: Iteration # 72 - FCN = -713193.4621804 Edm = 172.937 NCalls = 298 +VariableMetric: Iteration # 73 - FCN = -713207.815254 Edm = 135.869 NCalls = 300 +VariableMetric: Iteration # 74 - FCN = -713218.0870122 Edm = 117.69 NCalls = 302 +VariableMetric: Iteration # 75 - FCN = -713225.7341902 Edm = 352.574 NCalls = 305 +VariableMetric: Iteration # 76 - FCN = -713228.9462064 Edm = 314.856 NCalls = 316 +VariableMetric: Iteration # 77 - FCN = -713233.6241354 Edm = 113.181 NCalls = 318 +VariableMetric: Iteration # 78 - FCN = -713235.1761019 Edm = 77.8808 NCalls = 321 +VariableMetric: Iteration # 79 - FCN = -713238.4272004 Edm = 107.164 NCalls = 323 +VariableMetric: Iteration # 80 - FCN = -713240.2829766 Edm = 23.4883 NCalls = 325 +VariableMetric: Iteration # 81 - FCN = -713243.2459877 Edm = 13.0237 NCalls = 327 +VariableMetric: Iteration # 82 - FCN = -713252.6909074 Edm = 18.3733 NCalls = 329 +VariableMetric: Iteration # 83 - FCN = -713254.3231554 Edm = 12.7568 NCalls = 331 +VariableMetric: Iteration # 84 - FCN = -713256.179051 Edm = 3.75768 NCalls = 333 +VariableMetric: Iteration # 85 - FCN = -713257.7252911 Edm = 0.651208 NCalls = 335 +VariableMetric: Iteration # 86 - FCN = -713259.1403734 Edm = 0.849118 NCalls = 337 +VariableMetric: Iteration # 87 - FCN = -713263.447163 Edm = 17.7953 NCalls = 344 +VariableMetric: Iteration # 88 - FCN = -713263.6791194 Edm = 0.842195 NCalls = 346 +VariableMetric: Iteration # 89 - FCN = -713264.1426131 Edm = 0.292848 NCalls = 348 +VariableMetric: Iteration # 90 - FCN = -713265.2207707 Edm = 1.10064 NCalls = 351 +VariableMetric: Iteration # 91 - FCN = -713267.6071305 Edm = 3.63341 NCalls = 356 +VariableMetric: Iteration # 92 - FCN = -713269.5951888 Edm = 2.24877 NCalls = 359 +VariableMetric: Iteration # 93 - FCN = -713270.6184301 Edm = 1.30311 NCalls = 362 +VariableMetric: Iteration # 94 - FCN = -713271.8445262 Edm = 0.544449 NCalls = 365 +VariableMetric: Iteration # 95 - FCN = -713272.7421382 Edm = 0.212326 NCalls = 367 +VariableMetric: Iteration # 96 - FCN = -713272.9264365 Edm = 0.0773049 NCalls = 369 +VariableMetric: Iteration # 97 - FCN = -713273.1353023 Edm = 0.111114 NCalls = 372 +VariableMetric: Iteration # 98 - FCN = -713273.1697798 Edm = 0.0254917 NCalls = 374 +VariableMetric: Iteration # 99 - FCN = -713273.2136818 Edm = 0.00751059 NCalls = 376 +VariableMetric: Iteration # 100 - FCN = -713273.2168993 Edm = 0.00165329 NCalls = 378 +VariableMetric: Iteration # 101 - FCN = -713273.2186901 Edm = 0.000576688 NCalls = 380 +VariableMetric: Iteration # 102 - FCN = -713273.2217178 Edm = 0.00260287 NCalls = 383 +VariableMetric: Iteration # 103 - FCN = -713273.2309779 Edm = 0.0050362 NCalls = 386 +VariableMetric: Iteration # 104 - FCN = -713273.2474735 Edm = 0.00712706 NCalls = 389 +VariableMetric: Iteration # 105 - FCN = -713273.2569371 Edm = 0.00544165 NCalls = 391 +VariableMetric: Iteration # 106 - FCN = -713273.2633195 Edm = 0.00281087 NCalls = 394 +VariableMetric: Iteration # 107 - FCN = -713273.268859 Edm = 0.0013674 NCalls = 397 +VariableMetric: Iteration # 108 - FCN = -713273.2708997 Edm = 0.00106051 NCalls = 400 +VariableMetric: Iteration # 109 - FCN = -713273.2716627 Edm = 0.000230513 NCalls = 402 +VariableMetric: Iteration # 110 - FCN = -713273.2720128 Edm = 3.27774e-05 NCalls = 404 +VariableMetric: After Hessian - FCN = -713273.2720128 Edm = 4.5447e-05 NCalls = 775 +VariableMetric: Iteration # 111 - FCN = -713273.2720128 Edm = 4.5447e-05 NCalls = 775 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.133E+05 | Ncalls=1243 (1243 total) | +| EDM = 0.000694 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -713259.9747149928 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -6.28 | 0.19 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.5 | 0.9 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | 3.80 | 0.11 | | |-6.28319 | 6.28319 | | +| 3 | omega_p | -5.50 | 0.20 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.48 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 9.2 | 0.7 | | | 4.19232 | 9.40768 | | +| 6 | psi2s_s | 1373.4 | 1.7 | | | 1358.64 | 1433.36 | | +| 7 | jpsi_p | 1.650 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -6.28 | 0.24 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 1.23 | 0.18 | | |0.00501244| 2.01499 | | +| 10| psi2s_p | -4.425 | 0.029 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 12| p4415_s | 0.126 | 0.022 | | |0.126447 | 2.35355 | | +| 13| Dbar_s | 0.15 | 0.05 | | | -1.464 | 1.464 | | +| 14| p4160_s | 1.89 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| rho_s | 0.96 | 0.31 | | |0.0253049| 2.0747 | | +| 16| p4040_p | 3.36 | 0.15 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.27 | 0.13 | | | -0.5 | 0.5 | | +| 18| rho_p | -0.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.82 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p omega_p p3770_s omega_s psi2s_s jpsi_p phi_p p4040_s psi2s_p jpsi_s p4415_s Dbar_s p4160_s rho_s p4040_p Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.000 -0.016 0.001 -0.004 0.000 0.000 0.011 0.000 0.003 0.010 -0.000 -0.032 0.039 -0.008 0.000 -0.013 -0.018 0.000 0.010 | +| phi_s | -0.000 1.000 0.001 0.036 -0.006 0.010 0.007 -0.037 0.515 -0.005 -0.016 -0.008 0.000 0.009 -0.001 0.005 -0.001 0.004 0.196 0.003 | +| p4160_p | -0.016 0.001 1.000 -0.008 -0.085 -0.001 -0.015 -0.001 -0.002 -0.531 -0.169 0.016 0.014 0.286 -0.227 -0.011 0.059 -0.506 0.024 0.276 | +| omega_p | 0.001 0.036 -0.008 1.000 -0.009 0.269 -0.014 -0.034 0.034 -0.000 -0.009 0.018 -0.000 0.014 -0.008 0.646 -0.014 0.017 0.170 -0.002 | +| p3770_s | -0.004 -0.006 -0.085 -0.009 1.000 -0.000 -0.032 0.004 -0.003 0.175 -0.278 0.018 -0.003 -0.194 0.086 -0.017 -0.035 0.047 -0.024 -0.212 | +| omega_s | 0.000 0.010 -0.001 0.269 -0.000 1.000 0.000 -0.008 0.002 0.000 -0.003 -0.000 -0.000 0.000 -0.000 0.029 -0.001 0.001 0.011 -0.001 | +| psi2s_s | 0.000 0.007 -0.015 -0.014 -0.032 0.000 1.000 -0.027 -0.005 -0.002 -0.040 -0.752 -0.001 0.083 -0.006 -0.005 -0.025 0.037 -0.048 0.011 | +| jpsi_p | 0.011 -0.037 -0.001 -0.034 0.004 -0.008 -0.027 1.000 -0.031 -0.012 0.075 0.039 0.004 0.045 -0.129 -0.031 -0.125 -0.106 -0.127 -0.043 | +| phi_p | 0.000 0.515 -0.002 0.034 -0.003 0.002 -0.005 -0.031 1.000 -0.001 -0.011 0.006 -0.000 0.004 -0.001 0.006 -0.003 0.003 0.076 -0.001 | +| p4040_s | 0.003 -0.005 -0.531 -0.000 0.175 0.000 -0.002 -0.012 -0.001 1.000 0.115 0.001 -0.018 -0.487 0.033 -0.000 -0.243 0.574 -0.039 -0.287 | +| psi2s_p | 0.010 -0.016 -0.169 -0.009 -0.278 -0.003 -0.040 0.075 -0.011 0.115 1.000 0.038 -0.003 -0.128 -0.115 -0.008 -0.327 0.244 -0.058 -0.343 | +| jpsi_s | -0.000 -0.008 0.016 0.018 0.018 -0.000 -0.752 0.039 0.006 0.001 0.038 1.000 0.001 -0.103 0.005 0.008 0.025 -0.035 0.061 -0.018 | +| p4415_s | -0.032 0.000 0.014 -0.000 -0.003 -0.000 -0.001 0.004 -0.000 -0.018 -0.003 0.001 1.000 0.014 -0.023 -0.000 0.001 -0.026 0.002 0.014 | +| Dbar_s | 0.039 0.009 0.286 0.014 -0.194 0.000 0.083 0.045 0.004 -0.487 -0.128 -0.103 0.014 1.000 -0.541 0.025 -0.110 -0.801 0.042 0.476 | +| p4160_s | -0.008 -0.001 -0.227 -0.008 0.086 -0.000 -0.006 -0.129 -0.001 0.033 -0.115 0.005 -0.023 -0.541 1.000 -0.007 0.384 0.372 -0.021 -0.184 | +| rho_s | 0.000 0.005 -0.011 0.646 -0.017 0.029 -0.005 -0.031 0.006 -0.000 -0.008 0.008 -0.000 0.025 -0.007 1.000 -0.018 0.032 0.140 0.002 | +| p4040_p | -0.013 -0.001 0.059 -0.014 -0.035 -0.001 -0.025 -0.125 -0.003 -0.243 -0.327 0.025 0.001 -0.110 0.384 -0.018 1.000 -0.194 -0.001 0.143 | +| Ctt | -0.018 0.004 -0.506 0.017 0.047 0.001 0.037 -0.106 0.003 0.574 0.244 -0.035 -0.026 -0.801 0.372 0.032 -0.194 1.000 -0.013 -0.528 | +| rho_p | 0.000 0.196 0.024 0.170 -0.024 0.011 -0.048 -0.127 0.076 -0.039 -0.058 0.061 0.002 0.042 -0.021 0.140 -0.001 -0.013 1.000 0.023 | +| p3770_p | 0.010 0.003 0.276 -0.002 -0.212 -0.001 0.011 -0.043 -0.001 -0.287 -0.343 -0.018 0.014 0.476 -0.184 0.002 0.143 -0.528 0.023 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.19472722853737778}), (, {'error': 0.8830842094977092}), (, {'error': 0.1073667401485352}), (, {'error': 0.2010429246033083}), (, {'error': 0.20921655850866072}), (, {'error': 0.6824934580470527}), (, {'error': 1.6934711883855016}), (, {'error': 0.016028399956630413}), (, {'error': 0.23617016268960622}), (, {'error': 0.17849582043970724}), (, {'error': 0.02944928153498738}), (, {'error': 126.1172483631326}), (, {'error': 0.022176792357625444}), (, {'error': 0.054108158712177445}), (, {'error': 0.16692141193833565}), (, {'error': 0.31306894428816756}), (, {'error': 0.14667556115542446}), (, {'error': 0.12901836081376303}), (, {'error': 0.3421536459707788}), (, {'error': 0.1147538414179825})]) +Toy 1/10 +Time taken: 1 h, 25 min +Projected time left: 12 h, 49 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.133E+05 | Ncalls=1493 (1493 total) | +| EDM = 1.57E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -713276.1889976321 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.93 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.1 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | -2.44 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_p | -5.50 | 0.22 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.55 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 9.3 | 0.7 | | | 4.19232 | 9.40768 | | +| 6 | psi2s_s | 1373 | 4 | | | 1358.64 | 1433.36 | | +| 7 | jpsi_p | -4.647 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -0.19 | 0.30 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 1.33 | 0.17 | | |0.00501244| 2.01499 | | +| 10| psi2s_p | 1.841 | 0.030 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 1.000E4 | 0.019E4 | | | 9797.52 | 9996.48 | | +| 12| p4415_s | 0.97 | 0.18 | | |0.126447 | 2.35355 | | +| 13| Dbar_s | 0.017 | 0.060 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.16 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| rho_s | 0.9 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4040_p | -2.81 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.025 | 0.125 | | | -0.5 | 0.5 | | +| 18| rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 3.36 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p omega_p p3770_s omega_s psi2s_s jpsi_p phi_p p4040_s psi2s_p jpsi_s p4415_s Dbar_s p4160_s rho_s p4040_p Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.007 0.255 -0.004 -0.016 -0.000 -0.011 -0.028 -0.007 -0.197 -0.092 0.011 -0.151 -0.115 -0.189 -0.000 0.107 -0.155 0.006 0.067 | +| phi_s | -0.007 1.000 -0.011 0.079 -0.006 0.001 0.027 -0.043 0.765 0.001 -0.015 -0.028 0.001 0.017 -0.002 0.073 -0.011 0.016 0.045 -0.002 | +| p4160_p | 0.255 -0.011 1.000 -0.006 -0.099 -0.001 -0.017 -0.027 -0.011 -0.514 -0.160 0.017 0.038 0.138 -0.179 -0.001 0.114 -0.429 0.007 0.212 | +| omega_p | -0.004 0.079 -0.006 1.000 -0.010 0.151 -0.056 -0.038 0.072 -0.006 -0.008 0.059 -0.009 0.012 -0.013 0.706 -0.014 0.009 -0.039 -0.001 | +| p3770_s | -0.016 -0.006 -0.099 -0.010 1.000 -0.000 -0.061 0.009 -0.004 0.192 -0.235 0.055 0.082 -0.231 0.097 -0.022 -0.067 0.096 -0.002 -0.249 | +| omega_s | -0.000 0.001 -0.001 0.151 -0.000 1.000 0.001 -0.004 -0.003 0.000 -0.002 -0.001 -0.000 0.001 -0.000 0.020 -0.001 0.001 0.001 -0.000 | +| psi2s_s | -0.011 0.027 -0.017 -0.056 -0.061 0.001 1.000 -0.106 -0.016 -0.041 -0.109 -0.950 -0.003 0.271 -0.033 -0.054 -0.051 0.061 -0.030 0.063 | +| jpsi_p | -0.028 -0.043 -0.027 -0.038 0.009 -0.004 -0.106 1.000 -0.048 -0.021 0.104 0.114 -0.138 0.062 -0.146 -0.052 -0.141 -0.133 -0.021 -0.043 | +| phi_p | -0.007 0.765 -0.011 0.072 -0.004 -0.003 -0.016 -0.048 1.000 0.002 -0.013 0.017 -0.002 0.006 -0.004 0.047 -0.012 0.010 0.028 -0.006 | +| p4040_s | -0.197 0.001 -0.514 -0.006 0.192 0.000 -0.041 -0.021 0.002 1.000 0.043 0.041 0.148 -0.429 0.080 -0.016 -0.203 0.524 -0.007 -0.228 | +| psi2s_p | -0.092 -0.015 -0.160 -0.008 -0.235 -0.002 -0.109 0.104 -0.013 0.043 1.000 0.109 -0.083 -0.041 -0.154 -0.015 -0.328 0.169 -0.008 -0.321 | +| jpsi_s | 0.011 -0.028 0.017 0.059 0.055 -0.001 -0.950 0.114 0.017 0.041 0.109 1.000 0.002 -0.281 0.033 0.057 0.051 -0.061 0.031 -0.067 | +| p4415_s | -0.151 0.001 0.038 -0.009 0.082 -0.000 -0.003 -0.138 -0.002 0.148 -0.083 0.002 1.000 -0.447 0.318 -0.011 0.121 0.402 -0.004 -0.201 | +| Dbar_s | -0.115 0.017 0.138 0.012 -0.231 0.001 0.271 0.062 0.006 -0.429 -0.041 -0.281 -0.447 1.000 -0.520 0.030 -0.156 -0.726 -0.003 0.426 | +| p4160_s | -0.189 -0.002 -0.179 -0.013 0.097 -0.000 -0.033 -0.146 -0.004 0.080 -0.154 0.033 0.318 -0.520 1.000 -0.018 0.392 0.387 -0.004 -0.179 | +| rho_s | -0.000 0.073 -0.001 0.706 -0.022 0.020 -0.054 -0.052 0.047 -0.016 -0.015 0.057 -0.011 0.030 -0.018 1.000 -0.014 0.016 -0.033 0.009 | +| p4040_p | 0.107 -0.011 0.114 -0.014 -0.067 -0.001 -0.051 -0.141 -0.012 -0.203 -0.328 0.051 0.121 -0.156 0.392 -0.014 1.000 -0.183 0.004 0.118 | +| Ctt | -0.155 0.016 -0.429 0.009 0.096 0.001 0.061 -0.133 0.010 0.524 0.169 -0.061 0.402 -0.726 0.387 0.016 -0.183 1.000 -0.009 -0.487 | +| rho_p | 0.006 0.045 0.007 -0.039 -0.002 0.001 -0.030 -0.021 0.028 -0.007 -0.008 0.031 -0.004 -0.003 -0.004 -0.033 0.004 -0.009 1.000 0.002 | +| p3770_p | 0.067 -0.002 0.212 -0.001 -0.249 -0.000 0.063 -0.043 -0.006 -0.228 -0.321 -0.067 -0.201 0.426 -0.179 0.009 0.118 -0.487 0.002 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21134037297818686}), (, {'error': 1.1455230276821444}), (, {'error': 0.09639390138158466}), (, {'error': 0.22005052257560065}), (, {'error': 0.20998264597791083}), (, {'error': 0.7054037177944323}), (, {'error': 3.5684013536351813}), (, {'error': 0.01620907675126526}), (, {'error': 0.29527749023085414}), (, {'error': 0.17250341789778567}), (, {'error': 0.02954532816344546}), (, {'error': 193.62233269121953}), (, {'error': 0.1826577990665329}), (, {'error': 0.0598584959705758}), (, {'error': 0.17207209705654658}), (, {'error': 0.3470356244517099}), (, {'error': 0.1395499266200404}), (, {'error': 0.125398792819447}), (, {'error': 0.13372031062104384}), (, {'error': 0.10753022606261808})]) +Toy 2/10 +Time taken: 2 h, 58 min +Projected time left: 11 h, 53 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.132E+05 | Ncalls=1240 (1240 total) | +| EDM = 6.45E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -713246.0116814424 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 4.2 | 0.4 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.1 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | 4.21 | 0.21 | | |-6.28319 | 6.28319 | | +| 3 | omega_p | -5.49 | 0.21 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.30 | 0.23 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 9.2 | 0.6 | | | 4.19232 | 9.40768 | | +| 6 | psi2s_s | 1373.5 | 1.6 | | | 1358.64 | 1433.36 | | +| 7 | jpsi_p | -4.641 | 0.024 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -0.19 | 0.27 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.005 | 0.013 | | |0.00501244| 2.01499 | | +| 10| psi2s_p | 1.85 | 0.04 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 12| p4415_s | 0.8 | 0.5 | | |0.126447 | 2.35355 | | +| 13| Dbar_s | 0.19 | 0.24 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.2 | 0.4 | | | 0.71676 | 3.68324 | | +| 15| rho_s | 1.0 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4040_p | -6 | 12 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.5 | 1.0 | | | -0.5 | 0.5 | | +| 18| rho_p | -6.28 | 0.16 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.8 | 0.4 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p omega_p p3770_s omega_s psi2s_s jpsi_p phi_p p4040_s psi2s_p jpsi_s p4415_s Dbar_s p4160_s rho_s p4040_p Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.088 0.743 -0.113 0.374 -0.001 -0.260 0.579 -0.069 0.140 -0.553 0.265 -0.737 0.738 -0.769 -0.210 -0.112 -0.768 0.016 0.737 | +| phi_s | -0.088 1.000 -0.106 0.080 -0.058 0.001 0.044 -0.109 0.740 -0.020 0.068 -0.047 0.105 -0.108 0.105 0.089 0.017 0.113 0.056 -0.107 | +| p4160_p | 0.743 -0.106 1.000 -0.138 0.441 -0.001 -0.315 0.688 -0.084 0.169 -0.682 0.322 -0.839 0.903 -0.877 -0.256 -0.128 -0.926 0.017 0.891 | +| omega_p | -0.113 0.080 -0.138 1.000 -0.079 0.202 0.037 -0.137 0.069 -0.026 0.091 -0.033 0.135 -0.141 0.136 0.677 0.023 0.148 -0.030 -0.139 | +| p3770_s | 0.374 -0.058 0.441 -0.079 1.000 -0.000 -0.186 0.359 -0.046 0.080 -0.552 0.176 -0.437 0.452 -0.430 -0.149 -0.068 -0.486 0.006 0.412 | +| omega_s | -0.001 0.001 -0.001 0.202 -0.000 1.000 0.001 -0.004 -0.005 -0.000 -0.001 -0.001 0.001 -0.001 0.001 0.018 0.000 0.001 0.003 -0.001 | +| psi2s_s | -0.260 0.044 -0.315 0.037 -0.186 0.001 1.000 -0.272 0.025 -0.060 0.206 -0.739 0.319 -0.320 0.319 0.081 0.051 0.341 -0.016 -0.318 | +| jpsi_p | 0.579 -0.109 0.688 -0.137 0.359 -0.004 -0.272 1.000 -0.097 0.132 -0.510 0.286 -0.732 0.746 -0.734 -0.245 -0.095 -0.760 -0.009 0.711 | +| phi_p | -0.069 0.740 -0.084 0.069 -0.046 -0.005 0.025 -0.097 1.000 -0.016 0.048 -0.024 0.081 -0.085 0.082 0.055 0.014 0.088 0.031 -0.085 | +| p4040_s | 0.140 -0.020 0.169 -0.026 0.080 -0.000 -0.060 0.132 -0.016 1.000 -0.131 0.061 -0.164 0.176 -0.160 -0.049 -0.132 -0.179 0.003 0.172 | +| psi2s_p | -0.553 0.068 -0.682 0.091 -0.552 -0.001 0.206 -0.510 0.048 -0.131 1.000 -0.213 0.642 -0.705 0.642 0.176 0.136 0.711 -0.023 -0.727 | +| jpsi_s | 0.265 -0.047 0.322 -0.033 0.176 -0.001 -0.739 0.286 -0.024 0.061 -0.213 1.000 -0.327 0.323 -0.327 -0.078 -0.052 -0.348 0.020 0.324 | +| p4415_s | -0.737 0.105 -0.839 0.135 -0.437 0.001 0.319 -0.732 0.081 -0.164 0.642 -0.327 1.000 -0.947 0.908 0.258 0.127 0.943 -0.017 -0.906 | +| Dbar_s | 0.738 -0.108 0.903 -0.141 0.452 -0.001 -0.320 0.746 -0.085 0.176 -0.705 0.323 -0.947 1.000 -0.956 -0.266 -0.136 -0.992 0.017 0.957 | +| p4160_s | -0.769 0.105 -0.877 0.136 -0.430 0.001 0.319 -0.734 0.082 -0.160 0.642 -0.327 0.908 -0.956 1.000 0.257 0.116 0.951 -0.018 -0.912 | +| rho_s | -0.210 0.089 -0.256 0.677 -0.149 0.018 0.081 -0.245 0.055 -0.049 0.176 -0.078 0.258 -0.266 0.257 1.000 0.042 0.278 -0.012 -0.260 | +| p4040_p | -0.112 0.017 -0.128 0.023 -0.068 0.000 0.051 -0.095 0.014 -0.132 0.136 -0.052 0.127 -0.136 0.116 0.042 1.000 0.146 -0.002 -0.142 | +| Ctt | -0.768 0.113 -0.926 0.148 -0.486 0.001 0.341 -0.760 0.088 -0.179 0.711 -0.348 0.943 -0.992 0.951 0.278 0.146 1.000 -0.017 -0.959 | +| rho_p | 0.016 0.056 0.017 -0.030 0.006 0.003 -0.016 -0.009 0.031 0.003 -0.023 0.020 -0.017 0.017 -0.018 -0.012 -0.002 -0.017 1.000 0.017 | +| p3770_p | 0.737 -0.107 0.891 -0.139 0.412 -0.001 -0.318 0.711 -0.085 0.172 -0.727 0.324 -0.906 0.957 -0.912 -0.260 -0.142 -0.959 0.017 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.3515159692392169}), (, {'error': 1.0800559727313548}), (, {'error': 0.20552341158969245}), (, {'error': 0.2099277062579521}), (, {'error': 0.22950295821718014}), (, {'error': 0.6252704241518763}), (, {'error': 1.6414498534021504}), (, {'error': 0.023609452135393116}), (, {'error': 0.27475972481865707}), (, {'error': 0.012566053011651718}), (, {'error': 0.03731123807777603}), (, {'error': 28.10083934998147}), (, {'error': 0.45949402081540447}), (, {'error': 0.23721241279901772}), (, {'error': 0.41423571869872444}), (, {'error': 0.3371723222812834}), (, {'error': 12.489924929792426}), (, {'error': 0.9832470392843224}), (, {'error': 0.15927197264093307}), (, {'error': 0.3650746242920415})]) +Toy 3/10 +Time taken: 4 h, 16 min +Projected time left: 9 h, 58 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.132E+05 | Ncalls=1140 (1140 total) | +| EDM = 6.6E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -713179.746854194 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.3 | 0.3 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.2 | 1.1 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | 4.16 | 0.13 | | |-6.28319 | 6.28319 | | +| 3 | omega_p | -5.53 | 0.23 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 0.919 | 0.016 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 9.2 | 0.7 | | | 4.19232 | 9.40768 | | +| 6 | psi2s_s | 1367.6 | 1.4 | | | 1358.64 | 1433.36 | | +| 7 | jpsi_p | 1.466 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -0.23 | 0.29 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 0.81 | 0.22 | | |0.00501244| 2.01499 | | +| 10| psi2s_p | -2.39 | 0.03 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 1.000E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 12| p4415_s | 0.64 | 0.23 | | |0.126447 | 2.35355 | | +| 13| Dbar_s | 0.26 | 0.08 | | | -1.464 | 1.464 | | +| 14| p4160_s | 1.83 | 0.20 | | | 0.71676 | 3.68324 | | +| 15| rho_s | 1.1 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4040_p | 3.78 | 0.22 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.41 | 0.21 | | | -0.5 | 0.5 | | +| 18| rho_p | -6.28 | 0.14 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p omega_p p3770_s omega_s psi2s_s jpsi_p phi_p p4040_s psi2s_p jpsi_s p4415_s Dbar_s p4160_s rho_s p4040_p Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.015 0.368 -0.010 0.018 -0.001 0.013 0.066 -0.012 -0.345 0.207 0.015 -0.345 0.169 -0.313 -0.015 0.119 -0.340 0.010 -0.003 | +| phi_s | -0.015 1.000 -0.026 0.077 -0.002 0.002 0.002 -0.048 0.760 0.023 -0.026 -0.007 0.020 -0.019 0.015 0.074 -0.013 0.036 0.055 0.000 | +| p4160_p | 0.368 -0.026 1.000 -0.021 0.035 -0.002 0.020 0.120 -0.022 -0.675 0.435 0.031 -0.308 0.504 -0.369 -0.034 0.131 -0.660 0.012 -0.006 | +| omega_p | -0.010 0.077 -0.021 1.000 -0.001 0.281 -0.013 -0.053 0.064 0.015 -0.012 0.013 0.012 -0.008 0.005 0.687 -0.020 0.034 -0.030 0.001 | +| p3770_s | 0.018 -0.002 0.035 -0.001 1.000 -0.000 0.001 0.010 -0.001 -0.039 0.045 0.001 -0.035 0.049 -0.030 -0.002 0.012 -0.052 0.001 -0.004 | +| omega_s | -0.001 0.002 -0.002 0.281 -0.000 1.000 0.000 -0.008 -0.006 0.001 -0.004 -0.001 0.001 -0.001 0.001 0.041 -0.001 0.002 0.003 0.000 | +| psi2s_s | 0.013 0.002 0.020 -0.013 0.001 0.000 1.000 -0.014 -0.005 -0.023 0.011 -0.569 -0.022 0.054 -0.020 -0.016 -0.001 -0.037 -0.006 0.000 | +| jpsi_p | 0.066 -0.048 0.120 -0.053 0.010 -0.008 -0.014 1.000 -0.054 -0.180 0.126 0.038 -0.231 0.212 -0.239 -0.078 -0.103 -0.241 -0.027 0.001 | +| phi_p | -0.012 0.760 -0.022 0.064 -0.001 -0.006 -0.005 -0.054 1.000 0.017 -0.025 0.004 0.013 -0.013 0.009 0.040 -0.014 0.028 0.032 0.000 | +| p4040_s | -0.345 0.023 -0.675 0.015 -0.039 0.001 -0.023 -0.180 0.017 1.000 -0.568 -0.026 0.464 -0.696 0.328 0.026 -0.224 0.763 -0.015 0.004 | +| psi2s_p | 0.207 -0.026 0.435 -0.012 0.045 -0.004 0.011 0.126 -0.025 -0.568 1.000 -0.008 -0.528 0.728 -0.518 -0.012 -0.007 -0.663 0.006 -0.004 | +| jpsi_s | 0.015 -0.007 0.031 0.013 0.001 -0.001 -0.569 0.038 0.004 -0.026 -0.008 1.000 -0.027 -0.008 -0.019 0.013 0.022 -0.048 0.010 -0.001 | +| p4415_s | -0.345 0.020 -0.308 0.012 -0.035 0.001 -0.022 -0.231 0.013 0.464 -0.528 -0.027 1.000 -0.672 0.539 0.026 0.041 0.665 -0.011 0.005 | +| Dbar_s | 0.169 -0.019 0.504 -0.008 0.049 -0.001 0.054 0.212 -0.013 -0.696 0.728 -0.008 -0.672 1.000 -0.679 -0.018 -0.028 -0.912 0.012 -0.006 | +| p4160_s | -0.313 0.015 -0.369 0.005 -0.030 0.001 -0.020 -0.239 0.009 0.328 -0.518 -0.019 0.539 -0.679 1.000 0.016 0.301 0.597 -0.009 0.004 | +| rho_s | -0.015 0.074 -0.034 0.687 -0.002 0.041 -0.016 -0.078 0.040 0.026 -0.012 0.013 0.026 -0.018 0.016 1.000 -0.026 0.062 -0.006 0.001 | +| p4040_p | 0.119 -0.013 0.131 -0.020 0.012 -0.001 -0.001 -0.103 -0.014 -0.224 -0.007 0.022 0.041 -0.028 0.301 -0.026 1.000 -0.185 0.003 -0.002 | +| Ctt | -0.340 0.036 -0.660 0.034 -0.052 0.002 -0.037 -0.241 0.028 0.763 -0.663 -0.048 0.665 -0.912 0.597 0.062 -0.185 1.000 -0.013 0.010 | +| rho_p | 0.010 0.055 0.012 -0.030 0.001 0.003 -0.006 -0.027 0.032 -0.015 0.006 0.010 -0.011 0.012 -0.009 -0.006 0.003 -0.013 1.000 -0.000 | +| p3770_p | -0.003 0.000 -0.006 0.001 -0.004 0.000 0.000 0.001 0.000 0.004 -0.004 -0.001 0.005 -0.006 0.004 0.001 -0.002 0.010 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.3280000314700213}), (, {'error': 1.1355302629211526}), (, {'error': 0.13127657643498392}), (, {'error': 0.22572781419488352}), (, {'error': 0.01563081054612997}), (, {'error': 0.6860312076277459}), (, {'error': 1.3623488901323526}), (, {'error': 0.016630119334487325}), (, {'error': 0.29111719590677243}), (, {'error': 0.21845151910105465}), (, {'error': 0.033020163937288904}), (, {'error': 10.384041009170687}), (, {'error': 0.22517022114817012}), (, {'error': 0.0835728886487016}), (, {'error': 0.19636329651170248}), (, {'error': 0.34492656888377643}), (, {'error': 0.22154370719169592}), (, {'error': 0.2103727107223572}), (, {'error': 0.1421699197982833}), (, {'error': 0.010270434683234075})]) +Toy 4/10 +Time taken: 5 h, 30 min +Projected time left: 8 h, 15 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.133E+05 | Ncalls=1228 (1228 total) | +| EDM = 0.0139 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -713276.9594249998 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.25 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 15.9 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | -2.27 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_p | 0.74 | 0.20 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.36 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 6 | psi2s_s | 1367.7 | 1.8 | | | 1358.64 | 1433.36 | | +| 7 | jpsi_p | -4.833 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 6.01 | 0.23 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 1.30 | 0.17 | | |0.00501244| 2.01499 | | +| 10| psi2s_p | -2.500 | 0.029 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 12| p4415_s | 0.96 | 0.18 | | |0.126447 | 2.35355 | | +| 13| Dbar_s | 0.017 | 0.060 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.13 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| rho_s | 0.95 | 0.31 | | |0.0253049| 2.0747 | | +| 16| p4040_p | 3.71 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.031 | 0.152 | | | -0.5 | 0.5 | | +| 18| rho_p | 5.8 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 4.12 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p omega_p p3770_s omega_s psi2s_s jpsi_p phi_p p4040_s psi2s_p jpsi_s p4415_s Dbar_s p4160_s rho_s p4040_p Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.002 0.272 -0.004 -0.013 0.000 -0.003 -0.026 -0.003 -0.214 0.026 0.007 -0.160 -0.103 -0.203 -0.009 0.118 -0.169 0.024 0.095 | +| phi_s | -0.002 1.000 -0.004 0.038 -0.006 -0.004 0.006 -0.040 0.631 -0.002 -0.001 -0.008 0.000 0.010 -0.002 0.003 -0.006 0.009 0.185 -0.000 | +| p4160_p | 0.272 -0.004 1.000 -0.007 -0.090 0.001 -0.008 -0.038 -0.006 -0.528 0.178 0.013 0.009 0.166 -0.194 -0.013 0.132 -0.453 0.028 0.258 | +| omega_p | -0.004 0.038 -0.007 1.000 -0.011 -0.296 -0.016 -0.027 0.034 -0.003 0.007 0.018 -0.005 0.016 -0.009 0.625 -0.014 0.012 0.200 -0.001 | +| p3770_s | -0.013 -0.006 -0.090 -0.011 1.000 0.000 -0.016 -0.079 -0.006 0.197 -0.215 0.024 0.096 -0.247 0.109 -0.015 -0.049 0.119 -0.029 -0.198 | +| omega_s | 0.000 -0.004 0.001 -0.296 0.000 1.000 -0.001 0.007 0.005 -0.000 0.003 0.001 -0.000 -0.000 -0.000 -0.021 0.001 -0.000 -0.010 0.001 | +| psi2s_s | -0.003 0.006 -0.008 -0.016 -0.016 -0.001 1.000 -0.037 -0.009 -0.007 0.044 -0.780 -0.001 0.090 -0.009 -0.004 -0.022 0.008 -0.053 -0.003 | +| jpsi_p | -0.026 -0.040 -0.038 -0.027 -0.079 0.007 -0.037 1.000 -0.041 -0.036 -0.023 0.047 -0.122 0.055 -0.141 -0.019 -0.158 -0.061 -0.113 -0.061 | +| phi_p | -0.003 0.631 -0.006 0.034 -0.006 0.005 -0.009 -0.041 1.000 -0.002 -0.006 0.010 -0.003 0.008 -0.005 -0.000 -0.009 0.007 0.086 -0.003 | +| p4040_s | -0.214 -0.002 -0.528 -0.003 0.197 -0.000 -0.007 -0.036 -0.002 1.000 -0.336 0.009 0.174 -0.444 0.100 0.000 -0.201 0.543 -0.045 -0.254 | +| psi2s_p | 0.026 -0.001 0.178 0.007 -0.215 0.003 0.044 -0.023 -0.006 -0.336 1.000 -0.092 -0.313 0.586 -0.344 0.024 -0.059 -0.420 0.023 0.407 | +| jpsi_s | 0.007 -0.008 0.013 0.018 0.024 0.001 -0.780 0.047 0.010 0.009 -0.092 1.000 -0.003 -0.113 0.009 0.002 0.025 -0.028 0.062 -0.023 | +| p4415_s | -0.160 0.000 0.009 -0.005 0.096 -0.000 -0.001 -0.122 -0.003 0.174 -0.313 -0.003 1.000 -0.482 0.334 0.001 0.107 0.437 -0.025 -0.229 | +| Dbar_s | -0.103 0.010 0.166 0.016 -0.247 -0.000 0.090 0.055 0.008 -0.444 0.586 -0.113 -0.482 1.000 -0.537 0.024 -0.139 -0.783 0.044 0.456 | +| p4160_s | -0.203 -0.002 -0.194 -0.009 0.109 -0.000 -0.009 -0.141 -0.005 0.100 -0.344 0.009 0.334 -0.537 1.000 -0.006 0.373 0.415 -0.030 -0.191 | +| rho_s | -0.009 0.003 -0.013 0.625 -0.015 -0.021 -0.004 -0.019 -0.000 0.000 0.024 0.002 0.001 0.024 -0.006 1.000 -0.018 0.030 0.124 0.000 | +| p4040_p | 0.118 -0.006 0.132 -0.014 -0.049 0.001 -0.022 -0.158 -0.009 -0.201 -0.059 0.025 0.107 -0.139 0.373 -0.018 1.000 -0.189 0.003 0.161 | +| Ctt | -0.169 0.009 -0.453 0.012 0.119 -0.000 0.008 -0.061 0.007 0.543 -0.420 -0.028 0.437 -0.783 0.415 0.030 -0.189 1.000 -0.024 -0.555 | +| rho_p | 0.024 0.185 0.028 0.200 -0.029 -0.010 -0.053 -0.113 0.086 -0.045 0.023 0.062 -0.025 0.044 -0.030 0.124 0.003 -0.024 1.000 0.029 | +| p3770_p | 0.095 -0.000 0.258 -0.001 -0.198 0.001 -0.003 -0.061 -0.003 -0.254 0.407 -0.023 -0.229 0.456 -0.191 0.000 0.161 -0.555 0.029 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21381733627324917}), (, {'error': 0.9629544217275772}), (, {'error': 0.09829144934723866}), (, {'error': 0.1968168651232074}), (, {'error': 0.19399318034786783}), (, {'error': 3.609532823941188}), (, {'error': 1.7855327674393493}), (, {'error': 0.016783721540023944}), (, {'error': 0.23342112376801172}), (, {'error': 0.16991237194624065}), (, {'error': 0.028858674648319704}), (, {'error': 36.16615073536377}), (, {'error': 0.1845139689366011}), (, {'error': 0.06041021707473371}), (, {'error': 0.17066018051653875}), (, {'error': 0.30724943748118344}), (, {'error': 0.13987394747153825}), (, {'error': 0.15199206239408136}), (, {'error': 0.34181087492803286}), (, {'error': 0.11488226931007617})]) +Toy 5/10 +Time taken: 6 h, 47 min +Projected time left: 6 h, 47 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.133E+05 | Ncalls=1205 (1205 total) | +| EDM = 1.14E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -713273.2720512045 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.36 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | -2.44 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_p | 6.28 | 0.05 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.56 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 6 | psi2s_s | 1373.4 | 1.6 | | | 1358.64 | 1433.36 | | +| 7 | jpsi_p | -4.646 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -5.47 | 0.21 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 1.34 | 0.17 | | |0.00501244| 2.01499 | | +| 10| psi2s_p | 1.841 | 0.029 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 1.000E4 | 0.012E4 | | | 9797.52 | 9996.48 | | +| 12| p4415_s | 0.97 | 0.18 | | |0.126447 | 2.35355 | | +| 13| Dbar_s | 0.013 | 0.058 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.17 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| rho_s | 0.88 | 0.31 | | |0.0253049| 2.0747 | | +| 16| p4040_p | 3.47 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.023 | 0.125 | | | -0.5 | 0.5 | | +| 18| rho_p | 6.0 | 0.3 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 3.36 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p omega_p p3770_s omega_s psi2s_s jpsi_p phi_p p4040_s psi2s_p jpsi_s p4415_s Dbar_s p4160_s rho_s p4040_p Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.002 0.256 0.000 -0.021 0.003 -0.005 -0.026 -0.009 -0.205 -0.091 0.005 -0.180 -0.103 -0.206 -0.003 0.102 -0.169 0.021 0.075 | +| phi_s | -0.002 1.000 -0.004 -0.002 0.004 -0.034 0.023 -0.013 0.686 0.004 -0.005 -0.030 0.002 -0.004 0.003 0.021 -0.001 -0.001 -0.052 -0.005 | +| p4160_p | 0.256 -0.004 1.000 0.000 -0.103 0.004 -0.007 -0.030 -0.012 -0.516 -0.161 0.007 0.030 0.149 -0.184 -0.004 0.111 -0.429 0.024 0.214 | +| omega_p | 0.000 -0.002 0.000 1.000 0.000 -0.079 0.000 0.002 0.002 0.000 0.001 -0.000 0.000 -0.000 0.000 0.012 0.001 -0.000 0.016 0.000 | +| p3770_s | -0.021 0.004 -0.103 0.000 1.000 0.007 -0.033 0.005 0.009 0.193 -0.236 0.019 0.085 -0.230 0.099 -0.019 -0.072 0.105 -0.022 -0.257 | +| omega_s | 0.003 -0.034 0.004 -0.079 0.007 1.000 0.005 -0.000 -0.097 0.002 -0.002 -0.007 0.004 -0.015 0.007 -0.581 0.009 -0.009 0.083 -0.002 | +| psi2s_s | -0.005 0.023 -0.007 0.000 -0.033 0.005 1.000 -0.025 0.016 -0.015 -0.041 -0.734 -0.001 0.084 -0.011 -0.004 -0.019 0.024 -0.034 0.015 | +| jpsi_p | -0.026 -0.013 -0.030 0.002 0.005 -0.000 -0.025 1.000 -0.000 -0.026 0.093 0.039 -0.137 0.093 -0.148 -0.025 -0.146 -0.127 -0.084 -0.037 | +| phi_p | -0.009 0.686 -0.012 0.002 0.009 -0.097 0.016 -0.000 1.000 0.013 0.004 -0.021 0.002 -0.010 0.003 0.105 -0.008 0.002 -0.168 -0.012 | +| p4040_s | -0.205 0.004 -0.516 0.000 0.193 0.002 -0.015 -0.026 0.013 1.000 0.036 0.014 0.157 -0.439 0.089 -0.012 -0.198 0.529 -0.038 -0.229 | +| psi2s_p | -0.091 -0.005 -0.161 0.001 -0.236 -0.002 -0.041 0.093 0.004 0.036 1.000 0.038 -0.081 -0.016 -0.153 -0.008 -0.331 0.171 -0.040 -0.313 | +| jpsi_s | 0.005 -0.030 0.007 -0.000 0.019 -0.007 -0.734 0.039 -0.021 0.014 0.038 1.000 0.000 -0.103 0.011 0.006 0.019 -0.022 0.045 -0.024 | +| p4415_s | -0.180 0.002 0.030 0.000 0.085 0.004 -0.001 -0.137 0.002 0.157 -0.081 0.000 1.000 -0.462 0.326 -0.007 0.117 0.411 -0.021 -0.205 | +| Dbar_s | -0.103 -0.004 0.149 -0.000 -0.230 -0.015 0.084 0.093 -0.010 -0.439 -0.016 -0.103 -0.462 1.000 -0.532 0.037 -0.147 -0.771 0.036 0.428 | +| p4160_s | -0.206 0.003 -0.184 0.000 0.099 0.007 -0.011 -0.148 0.003 0.089 -0.153 0.011 0.326 -0.532 1.000 -0.014 0.384 0.399 -0.024 -0.183 | +| rho_s | -0.003 0.021 -0.004 0.012 -0.019 -0.581 -0.004 -0.025 0.105 -0.012 -0.008 0.006 -0.007 0.037 -0.014 1.000 -0.014 0.020 0.105 0.010 | +| p4040_p | 0.102 -0.001 0.111 0.001 -0.072 0.009 -0.019 -0.146 -0.008 -0.198 -0.331 0.019 0.117 -0.147 0.384 -0.014 1.000 -0.176 0.003 0.120 | +| Ctt | -0.169 -0.001 -0.429 -0.000 0.105 -0.009 0.024 -0.127 0.002 0.529 0.171 -0.022 0.411 -0.771 0.399 0.020 -0.176 1.000 -0.020 -0.492 | +| rho_p | 0.021 -0.052 0.024 0.016 -0.022 0.083 -0.034 -0.084 -0.168 -0.038 -0.040 0.045 -0.021 0.036 -0.024 0.105 0.003 -0.020 1.000 0.022 | +| p3770_p | 0.075 -0.005 0.214 0.000 -0.257 -0.002 0.015 -0.037 -0.012 -0.229 -0.313 -0.024 -0.205 0.428 -0.183 0.010 0.120 -0.492 0.022 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21233884704302652}), (, {'error': 1.0340304264698172}), (, {'error': 0.09608507090982443}), (, {'error': 0.04822993709771417}), (, {'error': 0.21009113572381288}), (, {'error': 0.8924736729695719}), (, {'error': 1.6450002687280403}), (, {'error': 0.016125964768352485}), (, {'error': 0.2082632347788822}), (, {'error': 0.1724615109829779}), (, {'error': 0.02929337119279829}), (, {'error': 122.44879454196325}), (, {'error': 0.18395897342975848}), (, {'error': 0.05779908990872196}), (, {'error': 0.17213492656051332}), (, {'error': 0.3095635234940014}), (, {'error': 0.13748224840509327}), (, {'error': 0.12537336426743434}), (, {'error': 0.328503559644024}), (, {'error': 0.107108533069316})]) +Toy 6/10 +Time taken: 8 h, 7 min +Projected time left: 5 h, 25 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.133E+05 | Ncalls=491 (491 total) | +| EDM = 3.97E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -713274.0313095085 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.04 | 0.17 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 17 | 6 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | 4.23 | 0.07 | | |-6.28319 | 6.28319 | | +| 3 | omega_p | 0.27 | 0.21 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.45 | 0.16 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 8.2 | 0.8 | | | 4.19232 | 9.40768 | | +| 6 | psi2s_s | 1362.6 | 1.4 | | | 1358.64 | 1433.36 | | +| 7 | jpsi_p | -1.716 | 0.015 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 0.015 | 3.145 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 1.26 | 0.11 | | |0.00501244| 2.01499 | | +| 10| psi2s_p | -2.103 | 0.020 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 0.995E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 12| p4415_s | 0.91 | 0.14 | | |0.126447 | 2.35355 | | +| 13| Dbar_s | -0.009 | 0.026 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.14 | 0.11 | | | 0.71676 | 3.68324 | | +| 15| rho_s | 0.67 | 0.30 | | |0.0253049| 2.0747 | | +| 16| p4040_p | 3.97 | 0.10 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.06 | 0.07 | | | -0.5 | 0.5 | | +| 18| rho_p | -0.08 | 0.37 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 4.44 | 0.08 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p omega_p p3770_s omega_s psi2s_s jpsi_p phi_p p4040_s psi2s_p jpsi_s p4415_s Dbar_s p4160_s rho_s p4040_p Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.026 0.115 -0.013 -0.013 0.001 0.019 0.002 -0.026 -0.123 0.055 0.025 -0.141 -0.189 -0.179 0.001 0.045 -0.111 -0.003 0.042 | +| phi_s | -0.026 1.000 -0.050 0.546 0.000 -0.113 -0.024 -0.435 0.998 0.001 -0.217 -0.030 0.003 0.010 0.002 0.272 -0.037 -0.015 0.320 -0.039 | +| p4160_p | 0.115 -0.050 1.000 -0.028 -0.031 0.004 0.005 -0.010 -0.051 -0.299 0.097 0.008 0.131 -0.120 -0.079 -0.009 0.023 -0.230 -0.010 0.076 | +| omega_p | -0.013 0.546 -0.028 1.000 -0.003 0.249 -0.021 -0.235 0.547 -0.003 -0.119 -0.026 0.000 0.016 -0.001 0.408 -0.023 0.002 0.021 -0.021 | +| p3770_s | -0.013 0.000 -0.031 -0.003 1.000 0.002 0.002 -0.041 0.000 0.090 -0.044 0.003 0.011 -0.136 0.018 -0.010 -0.056 -0.042 -0.002 -0.088 | +| omega_s | 0.001 -0.113 0.004 0.249 0.002 1.000 0.009 0.024 -0.116 0.001 0.014 0.011 -0.001 -0.011 -0.000 -0.337 0.004 -0.011 0.198 0.002 | +| psi2s_s | 0.019 -0.024 0.005 -0.021 0.002 0.009 1.000 0.036 -0.025 0.007 0.013 0.735 0.021 0.089 0.021 -0.026 0.004 0.060 -0.026 -0.008 | +| jpsi_p | 0.002 -0.435 -0.010 -0.235 -0.041 0.024 0.036 1.000 -0.436 -0.019 0.059 0.047 -0.033 0.088 -0.038 -0.072 -0.050 0.138 -0.175 -0.005 | +| phi_p | -0.026 0.998 -0.051 0.547 0.000 -0.116 -0.025 -0.436 1.000 0.001 -0.217 -0.031 0.002 0.010 0.002 0.273 -0.037 -0.016 0.314 -0.040 | +| p4040_s | -0.123 0.001 -0.299 -0.003 0.090 0.001 0.007 -0.019 0.001 1.000 -0.119 0.005 -0.017 -0.151 -0.115 -0.008 -0.109 0.188 -0.009 0.027 | +| psi2s_p | 0.055 -0.217 0.097 -0.119 -0.044 0.014 0.013 0.059 -0.217 -0.119 1.000 0.044 -0.093 0.272 -0.083 -0.041 0.043 -0.234 -0.082 0.213 | +| jpsi_s | 0.025 -0.030 0.008 -0.026 0.003 0.011 0.735 0.047 -0.031 0.005 0.044 1.000 0.029 0.125 0.029 -0.031 0.010 0.097 -0.033 0.018 | +| p4415_s | -0.141 0.003 0.131 0.000 0.011 -0.001 0.021 -0.033 0.002 -0.017 -0.093 0.029 1.000 -0.171 0.086 0.003 0.073 0.147 -0.007 -0.015 | +| Dbar_s | -0.189 0.010 -0.120 0.016 -0.136 -0.011 0.089 0.088 0.010 -0.151 0.272 0.125 -0.171 1.000 -0.234 0.042 -0.173 -0.402 -0.011 0.102 | +| p4160_s | -0.179 0.002 -0.079 -0.001 0.018 -0.000 0.021 -0.038 0.002 -0.115 -0.083 0.029 0.086 -0.234 1.000 -0.000 0.285 0.108 -0.005 0.026 | +| rho_s | 0.001 0.272 -0.009 0.408 -0.010 -0.337 -0.026 -0.072 0.273 -0.008 -0.041 -0.031 0.003 0.042 -0.000 1.000 -0.008 0.041 -0.256 -0.003 | +| p4040_p | 0.045 -0.037 0.023 -0.023 -0.056 0.004 0.004 -0.050 -0.037 -0.109 0.043 0.010 0.073 -0.173 0.285 -0.008 1.000 -0.200 -0.009 0.105 | +| Ctt | -0.111 -0.015 -0.230 0.002 -0.042 -0.011 0.060 0.138 -0.016 0.188 -0.234 0.097 0.147 -0.402 0.108 0.041 -0.200 1.000 -0.034 -0.259 | +| rho_p | -0.003 0.320 -0.010 0.021 -0.002 0.198 -0.026 -0.175 0.314 -0.009 -0.082 -0.033 -0.007 -0.011 -0.005 -0.256 -0.009 -0.034 1.000 -0.011 | +| p3770_p | 0.042 -0.039 0.076 -0.021 -0.088 0.002 -0.008 -0.005 -0.040 0.027 0.213 0.018 -0.015 0.102 0.026 -0.003 0.105 -0.259 -0.011 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.16592439527771452}), (, {'error': 5.5284560148006525}), (, {'error': 0.06776432469300442}), (, {'error': 0.214693513351782}), (, {'error': 0.1562040842800101}), (, {'error': 0.7793000242363641}), (, {'error': 1.4081508794120055}), (, {'error': 0.014832079479452087}), (, {'error': 3.1447851428805937}), (, {'error': 0.11184165273788127}), (, {'error': 0.020166379734384954}), (, {'error': 10.057147588032421}), (, {'error': 0.13621342577264933}), (, {'error': 0.026245637076584227}), (, {'error': 0.11307511919976765}), (, {'error': 0.30397934120832326}), (, {'error': 0.10420983077406998}), (, {'error': 0.06709122153008634}), (, {'error': 0.37186205761198243}), (, {'error': 0.08026524905455634})]) +Toy 7/10 +Time taken: 8 h, 58 min +Projected time left: 3 h, 50 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.133E+05 | Ncalls=595 (595 total) | +| EDM = 0.000941 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -713276.164561199 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 4.04 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | -2.27 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_p | -5.50 | 0.22 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.35 | 0.19 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 9.3 | 0.8 | | | 4.19232 | 9.40768 | | +| 6 | psi2s_s | 1367.7 | 1.8 | | | 1358.64 | 1433.36 | | +| 7 | jpsi_p | 1.445 | 0.017 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -5.58 | 0.20 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 1.29 | 0.17 | | |0.00501244| 2.01499 | | +| 10| psi2s_p | 3.782 | 0.029 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 1.000E4 | 0.014E4 | | | 9797.52 | 9996.48 | | +| 12| p4415_s | 0.96 | 0.18 | | |0.126447 | 2.35355 | | +| 13| Dbar_s | 0.020 | 0.061 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.13 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| rho_s | 1.0 | 0.4 | | |0.0253049| 2.0747 | | +| 16| p4040_p | -2.57 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.04 | 0.15 | | | -0.5 | 0.5 | | +| 18| rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.17 | 0.12 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p omega_p p3770_s omega_s psi2s_s jpsi_p phi_p p4040_s psi2s_p jpsi_s p4415_s Dbar_s p4160_s rho_s p4040_p Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.001 0.268 -0.004 -0.012 -0.000 -0.002 -0.023 -0.004 -0.211 0.027 0.006 -0.155 -0.099 -0.198 -0.002 0.117 -0.168 0.006 0.095 | +| phi_s | -0.001 1.000 -0.002 0.044 0.002 0.000 0.028 -0.017 0.684 0.001 -0.011 -0.033 0.000 -0.000 0.001 0.016 -0.001 -0.002 -0.018 -0.003 | +| p4160_p | 0.268 -0.002 1.000 -0.007 -0.090 -0.000 -0.007 -0.036 -0.006 -0.528 0.179 0.012 0.011 0.169 -0.189 -0.005 0.133 -0.455 0.008 0.261 | +| omega_p | -0.004 0.044 -0.007 1.000 -0.015 0.098 -0.023 -0.043 0.060 -0.006 0.009 0.025 -0.007 0.022 -0.012 0.713 -0.017 0.014 -0.051 0.001 | +| p3770_s | -0.012 0.002 -0.090 -0.015 1.000 -0.000 -0.018 -0.081 0.004 0.197 -0.215 0.026 0.095 -0.246 0.108 -0.025 -0.050 0.118 -0.004 -0.197 | +| omega_s | -0.000 0.000 -0.000 0.098 -0.000 1.000 0.000 -0.003 -0.004 0.000 -0.001 -0.000 0.000 0.000 0.000 0.013 -0.000 0.000 0.001 -0.000 | +| psi2s_s | -0.002 0.028 -0.007 -0.023 -0.018 0.000 1.000 -0.045 0.015 -0.009 0.050 -0.795 -0.002 0.097 -0.011 -0.024 -0.023 0.008 -0.012 -0.000 | +| jpsi_p | -0.023 -0.017 -0.036 -0.043 -0.081 -0.003 -0.045 1.000 -0.012 -0.039 -0.022 0.055 -0.125 0.057 -0.146 -0.063 -0.160 -0.061 -0.020 -0.060 | +| phi_p | -0.004 0.684 -0.006 0.060 0.004 -0.004 0.015 -0.012 1.000 0.004 -0.021 -0.016 -0.003 -0.005 -0.002 0.047 -0.006 -0.005 -0.064 -0.008 | +| p4040_s | -0.211 0.001 -0.528 -0.006 0.197 0.000 -0.009 -0.039 0.004 1.000 -0.337 0.012 0.171 -0.445 0.094 -0.014 -0.204 0.544 -0.010 -0.256 | +| psi2s_p | 0.027 -0.011 0.179 0.009 -0.215 -0.001 0.050 -0.022 -0.021 -0.337 1.000 -0.097 -0.314 0.588 -0.343 0.028 -0.059 -0.420 0.001 0.410 | +| jpsi_s | 0.006 -0.033 0.012 0.025 0.026 -0.000 -0.795 0.055 -0.016 0.012 -0.097 1.000 -0.002 -0.120 0.011 0.024 0.026 -0.027 0.014 -0.026 | +| p4415_s | -0.155 0.000 0.011 -0.007 0.095 0.000 -0.002 -0.125 -0.003 0.171 -0.314 -0.002 1.000 -0.485 0.333 -0.008 0.109 0.436 -0.005 -0.230 | +| Dbar_s | -0.099 -0.000 0.169 0.022 -0.246 0.000 0.097 0.057 -0.005 -0.445 0.588 -0.120 -0.485 1.000 -0.538 0.038 -0.138 -0.783 0.006 0.460 | +| p4160_s | -0.198 0.001 -0.189 -0.012 0.108 0.000 -0.011 -0.146 -0.002 0.094 -0.343 0.011 0.333 -0.538 1.000 -0.016 0.379 0.410 -0.005 -0.189 | +| rho_s | -0.002 0.016 -0.005 0.713 -0.025 0.013 -0.024 -0.063 0.047 -0.014 0.028 0.024 -0.008 0.038 -0.016 1.000 -0.018 0.023 -0.041 0.008 | +| p4040_p | 0.117 -0.001 0.133 -0.017 -0.050 -0.000 -0.023 -0.160 -0.006 -0.204 -0.059 0.026 0.109 -0.138 0.379 -0.018 1.000 -0.192 0.003 0.165 | +| Ctt | -0.168 -0.002 -0.455 0.014 0.118 0.000 0.008 -0.061 -0.005 0.544 -0.420 -0.027 0.436 -0.783 0.410 0.023 -0.192 1.000 -0.010 -0.559 | +| rho_p | 0.006 -0.018 0.008 -0.051 -0.004 0.001 -0.012 -0.020 -0.064 -0.010 0.001 0.014 -0.005 0.006 -0.005 -0.041 0.003 -0.010 1.000 0.006 | +| p3770_p | 0.095 -0.003 0.261 0.001 -0.197 -0.000 -0.000 -0.060 -0.008 -0.256 0.410 -0.026 -0.230 0.460 -0.189 0.008 0.165 -0.559 0.006 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21322051098528405}), (, {'error': 1.0259213355958536}), (, {'error': 0.09851509425177696}), (, {'error': 0.21945877559399962}), (, {'error': 0.19395554893071854}), (, {'error': 0.7808506955236814}), (, {'error': 1.8423838889212902}), (, {'error': 0.016704157137106712}), (, {'error': 0.20266822722660915}), (, {'error': 0.16994777700512875}), (, {'error': 0.02889673307913565}), (, {'error': 138.4234815435475}), (, {'error': 0.18445217905814526}), (, {'error': 0.06060367389904198}), (, {'error': 0.1707511890598835}), (, {'error': 0.3521919059792892}), (, {'error': 0.14167642607313424}), (, {'error': 0.15262637941615775}), (, {'error': 0.13022268704488482}), (, {'error': 0.11566958165349561})]) +Toy 8/10 +Time taken: 9 h, 50 min +Projected time left: 2 h, 27 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.133E+05 | Ncalls=1503 (1503 total) | +| EDM = 0.0209 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -713276.1869233216 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | -2.35 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 16.1 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | -2.44 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_p | -5.48 | 0.23 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.55 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 6 | psi2s_s | 1373.4 | 2.4 | | | 1358.64 | 1433.36 | | +| 7 | jpsi_p | -4.647 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | 6.09 | 0.24 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 1.33 | 0.17 | | |0.00501244| 2.01499 | | +| 10| psi2s_p | -4.443 | 0.030 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 1.000E4 | 0.016E4 | | | 9797.52 | 9996.48 | | +| 12| p4415_s | 0.97 | 0.18 | | |0.126447 | 2.35355 | | +| 13| Dbar_s | 0.017 | 0.059 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.16 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| rho_s | 0.9 | 0.3 | | |0.0253049| 2.0747 | | +| 16| p4040_p | -2.81 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.025 | 0.126 | | | -0.5 | 0.5 | | +| 18| rho_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | 3.36 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p omega_p p3770_s omega_s psi2s_s jpsi_p phi_p p4040_s psi2s_p jpsi_s p4415_s Dbar_s p4160_s rho_s p4040_p Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.005 0.259 -0.004 -0.016 0.001 -0.008 -0.030 -0.005 -0.201 -0.096 0.007 -0.150 -0.120 -0.191 -0.001 0.109 -0.156 0.006 0.068 | +| phi_s | -0.005 1.000 -0.007 0.058 -0.004 -0.005 0.024 -0.027 0.636 0.001 -0.009 -0.026 0.002 0.011 -0.000 0.063 -0.007 0.012 0.042 -0.002 | +| p4160_p | 0.259 -0.007 1.000 -0.006 -0.099 0.002 -0.011 -0.029 -0.008 -0.517 -0.163 0.011 0.036 0.144 -0.181 -0.002 0.114 -0.430 0.007 0.214 | +| omega_p | -0.004 0.058 -0.006 1.000 -0.012 -0.298 -0.032 -0.041 0.044 -0.007 -0.011 0.036 -0.009 0.022 -0.013 0.698 -0.016 0.011 -0.041 0.001 | +| p3770_s | -0.016 -0.004 -0.099 -0.012 1.000 0.000 -0.044 0.005 -0.003 0.191 -0.240 0.035 0.082 -0.227 0.097 -0.023 -0.068 0.098 -0.003 -0.246 | +| omega_s | 0.001 -0.005 0.002 -0.298 0.000 1.000 -0.002 0.009 0.005 -0.000 0.003 0.002 0.000 -0.001 0.000 -0.044 0.001 -0.001 -0.002 0.001 | +| psi2s_s | -0.008 0.024 -0.011 -0.032 -0.044 -0.002 1.000 -0.063 -0.008 -0.026 -0.070 -0.889 -0.002 0.168 -0.021 -0.032 -0.033 0.040 -0.018 0.036 | +| jpsi_p | -0.030 -0.027 -0.029 -0.041 0.005 0.009 -0.063 1.000 -0.035 -0.025 0.097 0.073 -0.139 0.085 -0.149 -0.055 -0.146 -0.130 -0.023 -0.038 | +| phi_p | -0.005 0.636 -0.008 0.044 -0.003 0.005 -0.008 -0.035 1.000 0.001 -0.010 0.009 -0.002 0.007 -0.004 0.027 -0.009 0.008 0.019 -0.004 | +| p4040_s | -0.201 0.001 -0.517 -0.007 0.191 -0.000 -0.026 -0.025 0.001 1.000 0.041 0.026 0.150 -0.433 0.083 -0.018 -0.203 0.528 -0.008 -0.229 | +| psi2s_p | -0.096 -0.009 -0.163 -0.011 -0.240 0.003 -0.070 0.097 -0.010 0.041 1.000 0.069 -0.082 -0.024 -0.155 -0.019 -0.335 0.176 -0.011 -0.320 | +| jpsi_s | 0.007 -0.026 0.011 0.036 0.035 0.002 -0.889 0.073 0.009 0.026 0.069 1.000 0.001 -0.183 0.021 0.036 0.033 -0.039 0.020 -0.043 | +| p4415_s | -0.150 0.002 0.036 -0.009 0.082 0.000 -0.002 -0.139 -0.002 0.150 -0.082 0.001 1.000 -0.458 0.320 -0.011 0.121 0.404 -0.005 -0.202 | +| Dbar_s | -0.120 0.011 0.144 0.022 -0.227 -0.001 0.168 0.085 0.007 -0.433 -0.024 -0.183 -0.458 1.000 -0.527 0.040 -0.152 -0.755 0.002 0.427 | +| p4160_s | -0.191 -0.000 -0.181 -0.013 0.097 0.000 -0.021 -0.149 -0.004 0.083 -0.155 0.021 0.320 -0.527 1.000 -0.019 0.390 0.391 -0.004 -0.179 | +| rho_s | -0.001 0.063 -0.002 0.698 -0.023 -0.044 -0.032 -0.055 0.027 -0.018 -0.019 0.036 -0.011 0.040 -0.019 1.000 -0.016 0.017 -0.037 0.011 | +| p4040_p | 0.109 -0.007 0.114 -0.016 -0.068 0.001 -0.033 -0.146 -0.009 -0.203 -0.335 0.033 0.121 -0.152 0.390 -0.016 1.000 -0.180 0.003 0.121 | +| Ctt | -0.156 0.012 -0.430 0.011 0.098 -0.001 0.040 -0.130 0.008 0.528 0.176 -0.039 0.404 -0.755 0.391 0.017 -0.180 1.000 -0.008 -0.493 | +| rho_p | 0.006 0.042 0.007 -0.041 -0.003 -0.002 -0.018 -0.023 0.019 -0.008 -0.011 0.020 -0.005 0.002 -0.004 -0.037 0.003 -0.008 1.000 0.004 | +| p3770_p | 0.068 -0.002 0.214 0.001 -0.246 0.001 0.036 -0.038 -0.004 -0.229 -0.320 -0.043 -0.202 0.427 -0.179 0.011 0.121 -0.493 0.004 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21294523549795774}), (, {'error': 0.9610114444486904}), (, {'error': 0.09657848152240822}), (, {'error': 0.22722715481533085}), (, {'error': 0.20978178095090305}), (, {'error': 3.6019314101407875}), (, {'error': 2.4361647909007615}), (, {'error': 0.016141498931743214}), (, {'error': 0.2407213380123503}), (, {'error': 0.17272880637315957}), (, {'error': 0.029501820569068027}), (, {'error': 159.59737597548065}), (, {'error': 0.18280070155398903}), (, {'error': 0.05869369146693748}), (, {'error': 0.17215234836637094}), (, {'error': 0.349708223093521}), (, {'error': 0.13944190003067836}), (, {'error': 0.12585400171805305}), (, {'error': 0.13377601100877046}), (, {'error': 0.10755299612530411})]) +Toy 9/10 +Time taken: 11 h, 28 min +Projected time left: 1 h, 16 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.133E+05 | Ncalls=775 (775 total) | +| EDM = 4.54E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -713273.2720127744 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | p4415_p | 3.93 | 0.21 | | |-6.28319 | 6.28319 | | +| 1 | phi_s | 19.4 | 1.0 | | | 14.8182 | 23.5818 | | +| 2 | p4160_p | -2.44 | 0.10 | | |-6.28319 | 6.28319 | | +| 3 | omega_p | 6.28 | 0.05 | | |-6.28319 | 6.28319 | | +| 4 | p3770_s | 2.56 | 0.21 | | |0.918861 | 4.08114 | | +| 5 | omega_s | 6.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 6 | psi2s_s | 1373.4 | 1.6 | | | 1358.64 | 1433.36 | | +| 7 | jpsi_p | 1.637 | 0.016 | | |-6.28319 | 6.28319 | | +| 8 | phi_p | -5.47 | 0.21 | | |-6.28319 | 6.28319 | | +| 9 | p4040_s | 1.34 | 0.17 | | |0.00501244| 2.01499 | | +| 10| psi2s_p | -4.442 | 0.029 | | |-6.28319 | 6.28319 | | +| 11| jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 12| p4415_s | 0.97 | 0.18 | | |0.126447 | 2.35355 | | +| 13| Dbar_s | 0.013 | 0.058 | | | -1.464 | 1.464 | | +| 14| p4160_s | 2.17 | 0.17 | | | 0.71676 | 3.68324 | | +| 15| rho_s | 0.88 | 0.31 | | |0.0253049| 2.0747 | | +| 16| p4040_p | -2.81 | 0.14 | | |-6.28319 | 6.28319 | | +| 17| Ctt | -0.023 | 0.126 | | | -0.5 | 0.5 | | +| 18| rho_p | -0.25 | 0.35 | | |-6.28319 | 6.28319 | | +| 19| p3770_p | -2.93 | 0.11 | | |-6.28319 | 6.28319 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | p4415_p phi_s p4160_p omega_p p3770_s omega_s psi2s_s jpsi_p phi_p p4040_s psi2s_p jpsi_s p4415_s Dbar_s p4160_s rho_s p4040_p Ctt rho_p p3770_p | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| p4415_p | 1.000 -0.003 0.251 0.000 -0.021 0.005 -0.006 -0.028 -0.011 -0.201 -0.091 0.005 -0.174 -0.101 -0.199 -0.001 0.102 -0.165 0.028 0.074 | +| phi_s | -0.003 1.000 -0.005 -0.003 0.005 -0.038 0.023 -0.009 0.685 0.006 -0.003 -0.030 0.003 -0.006 0.004 0.017 -0.001 0.000 -0.071 -0.006 | +| p4160_p | 0.251 -0.005 1.000 0.001 -0.104 0.006 -0.007 -0.032 -0.015 -0.516 -0.163 0.007 0.032 0.152 -0.181 -0.002 0.112 -0.429 0.032 0.216 | +| omega_p | 0.000 -0.003 0.001 1.000 -0.000 -0.078 -0.000 0.001 -0.001 -0.000 -0.000 0.000 0.000 0.000 0.000 0.014 0.001 -0.000 0.022 0.001 | +| p3770_s | -0.021 0.005 -0.104 -0.000 1.000 0.005 -0.032 0.007 0.012 0.194 -0.233 0.018 0.086 -0.232 0.100 -0.021 -0.073 0.108 -0.030 -0.260 | +| omega_s | 0.005 -0.038 0.006 -0.078 0.005 1.000 0.002 -0.006 -0.109 -0.001 -0.005 -0.003 0.002 -0.012 0.005 -0.571 0.009 -0.011 0.117 -0.001 | +| psi2s_s | -0.006 0.023 -0.007 -0.000 -0.032 0.002 1.000 -0.021 0.019 -0.013 -0.038 -0.716 -0.001 0.078 -0.011 -0.006 -0.018 0.023 -0.042 0.014 | +| jpsi_p | -0.028 -0.009 -0.032 0.001 0.007 -0.006 -0.021 1.000 0.012 -0.022 0.097 0.034 -0.136 0.090 -0.147 -0.032 -0.148 -0.124 -0.113 -0.039 | +| phi_p | -0.011 0.685 -0.015 -0.001 0.012 -0.109 0.019 0.012 1.000 0.018 0.010 -0.026 0.004 -0.015 0.007 0.090 -0.008 0.005 -0.225 -0.015 | +| p4040_s | -0.201 0.006 -0.516 -0.000 0.194 -0.001 -0.013 -0.022 0.018 1.000 0.040 0.012 0.156 -0.441 0.086 -0.014 -0.200 0.530 -0.050 -0.232 | +| psi2s_p | -0.091 -0.003 -0.163 -0.000 -0.233 -0.005 -0.038 0.097 0.010 0.040 1.000 0.035 -0.080 -0.018 -0.155 -0.011 -0.335 0.176 -0.054 -0.317 | +| jpsi_s | 0.005 -0.030 0.007 0.000 0.018 -0.003 -0.716 0.034 -0.026 0.012 0.035 1.000 -0.000 -0.096 0.010 0.009 0.018 -0.022 0.057 -0.022 | +| p4415_s | -0.174 0.003 0.032 0.000 0.086 0.002 -0.001 -0.136 0.004 0.156 -0.080 -0.000 1.000 -0.465 0.325 -0.008 0.119 0.410 -0.028 -0.206 | +| Dbar_s | -0.101 -0.006 0.152 0.000 -0.232 -0.012 0.078 0.090 -0.015 -0.441 -0.018 -0.096 -0.465 1.000 -0.535 0.040 -0.146 -0.773 0.049 0.431 | +| p4160_s | -0.199 0.004 -0.181 0.000 0.100 0.005 -0.011 -0.147 0.007 0.086 -0.155 0.010 0.325 -0.535 1.000 -0.016 0.388 0.396 -0.032 -0.182 | +| rho_s | -0.001 0.017 -0.002 0.014 -0.021 -0.571 -0.006 -0.032 0.090 -0.014 -0.011 0.009 -0.008 0.040 -0.016 1.000 -0.014 0.018 0.141 0.012 | +| p4040_p | 0.102 -0.001 0.112 0.001 -0.073 0.009 -0.018 -0.148 -0.008 -0.200 -0.335 0.018 0.119 -0.146 0.388 -0.014 1.000 -0.178 0.004 0.123 | +| Ctt | -0.165 0.000 -0.429 -0.000 0.108 -0.011 0.023 -0.124 0.005 0.530 0.176 -0.022 0.410 -0.773 0.396 0.018 -0.178 1.000 -0.027 -0.496 | +| rho_p | 0.028 -0.071 0.032 0.022 -0.030 0.117 -0.042 -0.113 -0.225 -0.050 -0.054 0.057 -0.028 0.049 -0.032 0.141 0.004 -0.027 1.000 0.030 | +| p3770_p | 0.074 -0.006 0.216 0.001 -0.260 -0.001 0.014 -0.039 -0.015 -0.232 -0.317 -0.022 -0.206 0.431 -0.182 0.012 0.123 -0.496 0.030 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 0.21030274444724473}), (, {'error': 1.035652016105109}), (, {'error': 0.0960280934622455}), (, {'error': 0.048239483115284365}), (, {'error': 0.21033412003104135}), (, {'error': 0.897159116649747}), (, {'error': 1.6000399298137609}), (, {'error': 0.016172604650673605}), (, {'error': 0.21090086047574097}), (, {'error': 0.17253124734533376}), (, {'error': 0.029413652088773556}), (, {'error': 42.99545529052284}), (, {'error': 0.18387790802761006}), (, {'error': 0.057918423065802194}), (, {'error': 0.172327864672432}), (, {'error': 0.31203735777905023}), (, {'error': 0.1383322381249621}), (, {'error': 0.12566034404196752}), (, {'error': 0.345891776115276}), (, {'error': 0.10765263549256976})]) +Toy 10/10 +Time taken: 12 h, 28 min +Projected time left: +Mean Ctt value = -0.1370755442692126 +Mean Ctt error = 0.21966342770076702 +Simulation ended diff --git a/prelim_results/slurm-2213960.out b/prelim_results/slurm-2213960.out new file mode 100644 index 0000000..a3a6fe6 --- /dev/null +++ b/prelim_results/slurm-2213960.out @@ -0,0 +1,9350 @@ +Simulation starting +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. +Instructions for updating: +Colocations handled automatically by placer. +2019-07-08 01:45:13.969365: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA +2019-07-08 01:45:13.995309: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2099870000 Hz +2019-07-08 01:45:13.995678: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55f8648308d0 executing computations on platform Host. Devices: +2019-07-08 01:45:13.995720: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): , +2019-07-08 01:45:14.565903: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x55f8648e3c50 executing computations on platform CUDA. Devices: +2019-07-08 01:45:14.565945: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7 +2019-07-08 01:45:14.566507: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties: +name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235 +pciBusID: 0000:95:00.0 +totalMemory: 11.17GiB freeMemory: 11.10GiB +2019-07-08 01:45:14.566533: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0 +2019-07-08 01:45:14.570525: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix: +2019-07-08 01:45:14.570625: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0 +2019-07-08 01:45:14.570634: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N +2019-07-08 01:45:14.571018: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10801 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:95:00.0, compute capability: 3.7) +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/zfit/core/sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.cast instead. +WARNING:tensorflow:From /home/cluster/saslie/.conda/envs/rmd/lib/python3.7/site-packages/tensorflow_probability/python/distributions/categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version. +Instructions for updating: +Use tf.random.categorical instead. +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719638.8011592 Edm = 4.81724 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719638.8011592 Edm = 4.81724 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720673.6427708 Edm = 0.326755 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720679.882161 Edm = 6.18634 NCalls = 12 +VariableMetric: Iteration # 3 - FCN = -720771.9368655 Edm = 13.1526 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -720786.229197 Edm = 0.0671333 NCalls = 20 +VariableMetric: Iteration # 5 - FCN = -720786.5564895 Edm = 0.260684 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -720850.6290831 Edm = 3.22149 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -720854.603042 Edm = 0.156599 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -720855.8091977 Edm = 0.726962 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -721084.3527307 Edm = 34.824 NCalls = 41 +VariableMetric: Iteration # 10 - FCN = -721116.9517169 Edm = 2.53362 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -721119.6580097 Edm = 0.359709 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -721120.4238883 Edm = 0.0444823 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -721120.7148143 Edm = 0.197969 NCalls = 50 +VariableMetric: Iteration # 14 - FCN = -721135.5371031 Edm = 11.4827 NCalls = 56 +VariableMetric: Iteration # 15 - FCN = -721215.3584877 Edm = 23.9083 NCalls = 60 +VariableMetric: Iteration # 16 - FCN = -721246.2429876 Edm = 23.5887 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -721273.398521 Edm = 20.9204 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -721290.7210395 Edm = 5.89584 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -721297.0113269 Edm = 1.16416 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -721299.7287773 Edm = 0.743907 NCalls = 74 +VariableMetric: Iteration # 21 - FCN = -721301.051444 Edm = 0.257256 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -721301.2624458 Edm = 0.0523834 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -721301.3167729 Edm = 0.00608825 NCalls = 81 +VariableMetric: Iteration # 24 - FCN = -721301.3481687 Edm = 0.0211158 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -721301.6941505 Edm = 0.334649 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -721302.6178875 Edm = 0.83094 NCalls = 90 +VariableMetric: Iteration # 27 - FCN = -721313.2400348 Edm = 8.08899 NCalls = 95 +VariableMetric: Iteration # 28 - FCN = -721319.1363354 Edm = 19.9177 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -721336.624049 Edm = 3.27772 NCalls = 103 +VariableMetric: Iteration # 30 - FCN = -721339.6747118 Edm = 0.299909 NCalls = 105 +VariableMetric: Iteration # 31 - FCN = -721340.4289972 Edm = 0.194088 NCalls = 107 +VariableMetric: Iteration # 32 - FCN = -721340.9564887 Edm = 0.0357297 NCalls = 109 +VariableMetric: Iteration # 33 - FCN = -721341.0133033 Edm = 0.00441399 NCalls = 111 +VariableMetric: Iteration # 34 - FCN = -721341.0222588 Edm = 0.00355591 NCalls = 113 +VariableMetric: Iteration # 35 - FCN = -721341.0950997 Edm = 0.0584284 NCalls = 117 +VariableMetric: Iteration # 36 - FCN = -721344.6752235 Edm = 3.59079 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -721344.7933723 Edm = 0.190215 NCalls = 125 +VariableMetric: Iteration # 38 - FCN = -721348.0911307 Edm = 2.82224 NCalls = 130 +VariableMetric: Iteration # 39 - FCN = -721363.8861268 Edm = 7.86461 NCalls = 133 +VariableMetric: Iteration # 40 - FCN = -721377.4140147 Edm = 3.62757 NCalls = 136 +VariableMetric: Iteration # 41 - FCN = -721382.5707979 Edm = 0.859867 NCalls = 138 +VariableMetric: Iteration # 42 - FCN = -721383.5842398 Edm = 0.267869 NCalls = 140 +VariableMetric: Iteration # 43 - FCN = -721384.1512679 Edm = 0.108555 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -721384.305338 Edm = 0.0200035 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -721384.3235696 Edm = 0.00353476 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -721384.3302037 Edm = 0.00363518 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -721384.3889451 Edm = 0.0495311 NCalls = 154 +VariableMetric: Iteration # 48 - FCN = -721391.2570593 Edm = 8.16013 NCalls = 159 +VariableMetric: Iteration # 49 - FCN = -721440.3138108 Edm = 27.8017 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -721450.7186953 Edm = 53.3532 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -721490.3889424 Edm = 10.196 NCalls = 172 +VariableMetric: Iteration # 52 - FCN = -721498.3447405 Edm = 1.52506 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -721502.4350218 Edm = 1.47055 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -721504.1874704 Edm = 0.51227 NCalls = 179 +VariableMetric: Iteration # 55 - FCN = -721504.6309921 Edm = 0.595176 NCalls = 181 +VariableMetric: Iteration # 56 - FCN = -721505.0954429 Edm = 0.0783915 NCalls = 183 +VariableMetric: Iteration # 57 - FCN = -721505.2183884 Edm = 0.00349506 NCalls = 185 +VariableMetric: Iteration # 58 - FCN = -721505.2236168 Edm = 0.00169548 NCalls = 187 +VariableMetric: Iteration # 59 - FCN = -721505.2270884 Edm = 0.0030106 NCalls = 189 +VariableMetric: Iteration # 60 - FCN = -721505.2465531 Edm = 0.00342638 NCalls = 193 +VariableMetric: Iteration # 61 - FCN = -721505.2588654 Edm = 0.00805925 NCalls = 195 +VariableMetric: Iteration # 62 - FCN = -721505.4035097 Edm = 0.120283 NCalls = 199 +VariableMetric: Iteration # 63 - FCN = -721506.3055708 Edm = 0.956186 NCalls = 204 +VariableMetric: Iteration # 64 - FCN = -721507.2367204 Edm = 3.52137 NCalls = 208 +VariableMetric: Iteration # 65 - FCN = -721512.5952652 Edm = 10.3932 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -721513.518703 Edm = 1.03995 NCalls = 216 +VariableMetric: Iteration # 67 - FCN = -721526.1049935 Edm = 8.59496 NCalls = 222 +VariableMetric: Iteration # 68 - FCN = -721545.444905 Edm = 5.54606 NCalls = 224 +VariableMetric: Iteration # 69 - FCN = -721552.2940434 Edm = 0.474786 NCalls = 226 +VariableMetric: Iteration # 70 - FCN = -721552.7097457 Edm = 0.0379325 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -721552.7361683 Edm = 0.00156414 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -721552.7385873 Edm = 0.0010461 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -721552.7588717 Edm = 0.0191502 NCalls = 236 +VariableMetric: Iteration # 74 - FCN = -721552.8423806 Edm = 0.0150066 NCalls = 238 +VariableMetric: Iteration # 75 - FCN = -721552.994742 Edm = 0.128371 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -721556.839711 Edm = 3.08887 NCalls = 246 +VariableMetric: Iteration # 77 - FCN = -721577.1305583 Edm = 3.85516 NCalls = 249 +VariableMetric: Iteration # 78 - FCN = -721582.7219042 Edm = 0.393912 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -721583.0183551 Edm = 0.0382416 NCalls = 254 +VariableMetric: Iteration # 80 - FCN = -721583.0509539 Edm = 0.00162389 NCalls = 256 +VariableMetric: Iteration # 81 - FCN = -721583.0534706 Edm = 0.000913624 NCalls = 258 +VariableMetric: Iteration # 82 - FCN = -721583.0736159 Edm = 0.0171069 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -721583.9840718 Edm = 0.996873 NCalls = 267 +VariableMetric: Iteration # 84 - FCN = -721589.2881947 Edm = 4.66616 NCalls = 273 +VariableMetric: Iteration # 85 - FCN = -721629.8208912 Edm = 3.25436 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -721632.796922 Edm = 0.239004 NCalls = 279 +VariableMetric: Iteration # 87 - FCN = -721633.0080119 Edm = 0.106956 NCalls = 280 +VariableMetric: Iteration # 88 - FCN = -721633.092346 Edm = 0.0524946 NCalls = 282 +VariableMetric: Iteration # 89 - FCN = -721633.185666 Edm = 0.01811 NCalls = 285 +VariableMetric: Iteration # 90 - FCN = -721633.2150524 Edm = 0.00275725 NCalls = 287 +VariableMetric: Iteration # 91 - FCN = -721633.2200094 Edm = 0.00193942 NCalls = 289 +VariableMetric: Iteration # 92 - FCN = -721633.2335633 Edm = 0.0117808 NCalls = 292 +VariableMetric: Iteration # 93 - FCN = -721633.4426173 Edm = 0.251085 NCalls = 297 +VariableMetric: Iteration # 94 - FCN = -721633.4477736 Edm = 0.00286943 NCalls = 299 +VariableMetric: Iteration # 95 - FCN = -721633.4690678 Edm = 0.0233556 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -721634.7527272 Edm = 1.33473 NCalls = 310 +VariableMetric: Iteration # 97 - FCN = -721634.7567577 Edm = 0.00381943 NCalls = 312 +VariableMetric: Iteration # 98 - FCN = -721634.7846746 Edm = 0.0304397 NCalls = 316 +VariableMetric: Iteration # 99 - FCN = -721635.4567724 Edm = 0.566492 NCalls = 322 +VariableMetric: Iteration # 100 - FCN = -721644.1893671 Edm = 7.44524 NCalls = 326 +VariableMetric: Iteration # 101 - FCN = -721649.8871364 Edm = 5.33287 NCalls = 329 +VariableMetric: Iteration # 102 - FCN = -721666.6494058 Edm = 7.73742 NCalls = 337 +VariableMetric: Iteration # 103 - FCN = -721674.4687346 Edm = 4.10544 NCalls = 338 +VariableMetric: Iteration # 104 - FCN = -721677.3479383 Edm = 0.614802 NCalls = 340 +VariableMetric: Iteration # 105 - FCN = -721679.814818 Edm = 2.57359 NCalls = 343 +VariableMetric: Iteration # 106 - FCN = -721682.8474413 Edm = 4.80974 NCalls = 348 +VariableMetric: Iteration # 107 - FCN = -721685.6410591 Edm = 8.53747 NCalls = 352 +VariableMetric: Iteration # 108 - FCN = -721694.2053585 Edm = 1.33416 NCalls = 356 +VariableMetric: Iteration # 109 - FCN = -721696.1875068 Edm = 0.20138 NCalls = 358 +VariableMetric: Iteration # 110 - FCN = -721696.5452396 Edm = 0.145382 NCalls = 360 +VariableMetric: Iteration # 111 - FCN = -721696.7607776 Edm = 0.147126 NCalls = 362 +VariableMetric: Iteration # 112 - FCN = -721697.0949483 Edm = 0.155141 NCalls = 365 +VariableMetric: Iteration # 113 - FCN = -721697.3447981 Edm = 0.068653 NCalls = 367 +VariableMetric: Iteration # 114 - FCN = -721697.3963845 Edm = 0.042054 NCalls = 369 +VariableMetric: Iteration # 115 - FCN = -721697.4357509 Edm = 0.00349241 NCalls = 371 +VariableMetric: Iteration # 116 - FCN = -721697.4402708 Edm = 0.00063686 NCalls = 373 +VariableMetric: Iteration # 117 - FCN = -721697.4485382 Edm = 0.0083688 NCalls = 376 +VariableMetric: Iteration # 118 - FCN = -721698.132064 Edm = 0.403096 NCalls = 383 +VariableMetric: Iteration # 119 - FCN = -721703.0341083 Edm = 3.23786 NCalls = 386 +VariableMetric: Iteration # 120 - FCN = -721710.5335548 Edm = 1.4039 NCalls = 389 +VariableMetric: Iteration # 121 - FCN = -721711.8135312 Edm = 0.144796 NCalls = 391 +VariableMetric: Iteration # 122 - FCN = -721711.9260055 Edm = 0.0122916 NCalls = 393 +VariableMetric: Iteration # 123 - FCN = -721711.9367826 Edm = 0.000750103 NCalls = 395 +VariableMetric: Iteration # 124 - FCN = -721711.9378858 Edm = 0.000257611 NCalls = 397 +VariableMetric: Iteration # 125 - FCN = -721711.9395265 Edm = 0.0014463 NCalls = 400 +VariableMetric: Iteration # 126 - FCN = -721712.0067367 Edm = 0.0696313 NCalls = 406 +VariableMetric: Iteration # 127 - FCN = -721712.1843773 Edm = 0.172964 NCalls = 413 +VariableMetric: Iteration # 128 - FCN = -721722.1636897 Edm = 0.705555 NCalls = 418 +VariableMetric: Iteration # 129 - FCN = -721722.9439968 Edm = 0.0590339 NCalls = 420 +VariableMetric: Iteration # 130 - FCN = -721723.0099212 Edm = 0.000961737 NCalls = 422 +VariableMetric: Iteration # 131 - FCN = -721723.0111555 Edm = 8.78862e-05 NCalls = 424 +VariableMetric: Iteration # 132 - FCN = -721723.011279 Edm = 2.43604e-05 NCalls = 426 +VariableMetric: After Hessian - FCN = -721723.011279 Edm = 3.73807 NCalls = 791 +VariableMetric: Iteration # 133 - FCN = -721723.011279 Edm = 3.73807 NCalls = 791 +VariableMetric: Iteration # 134 - FCN = -721723.1690136 Edm = 3.8671 NCalls = 794 +VariableMetric: Iteration # 135 - FCN = -721723.4345248 Edm = 18561.3 NCalls = 799 +VariableMetric: Iteration # 136 - FCN = -721723.46588 Edm = 1164.31 NCalls = 804 +VariableMetric: Iteration # 137 - FCN = -721723.5033751 Edm = 4223.36 NCalls = 809 +VariableMetric: Iteration # 138 - FCN = -721723.5201524 Edm = 501.667 NCalls = 814 +VariableMetric: Iteration # 139 - FCN = -721723.5490559 Edm = 357.832 NCalls = 818 +VariableMetric: Iteration # 140 - FCN = -721723.5938142 Edm = 210.558 NCalls = 822 +VariableMetric: Iteration # 141 - FCN = -721723.6572627 Edm = 447.114 NCalls = 826 +VariableMetric: Iteration # 142 - FCN = -721723.7191668 Edm = 192.826 NCalls = 830 +VariableMetric: Iteration # 143 - FCN = -721723.7864541 Edm = 206.233 NCalls = 833 +VariableMetric: Iteration # 144 - FCN = -721724.1125579 Edm = 97.7124 NCalls = 836 +VariableMetric: Iteration # 145 - FCN = -721724.1418062 Edm = 18.8382 NCalls = 840 +VariableMetric: Iteration # 146 - FCN = -721724.1729427 Edm = 18.9046 NCalls = 843 +VariableMetric: Iteration # 147 - FCN = -721724.1808038 Edm = 2.66862 NCalls = 847 +VariableMetric: Iteration # 148 - FCN = -721724.2077283 Edm = 3.92081 NCalls = 850 +VariableMetric: Iteration # 149 - FCN = -721724.2325542 Edm = 6.90425 NCalls = 852 +VariableMetric: Iteration # 150 - FCN = -721724.2402327 Edm = 1.16805 NCalls = 855 +VariableMetric: Iteration # 151 - FCN = -721724.4287165 Edm = 2.96007 NCalls = 857 +VariableMetric: Iteration # 152 - FCN = -721724.479042 Edm = 0.702229 NCalls = 859 +VariableMetric: Iteration # 153 - FCN = -721724.5113389 Edm = 0.29001 NCalls = 861 +VariableMetric: Iteration # 154 - FCN = -721724.5321794 Edm = 0.0802396 NCalls = 863 +VariableMetric: Iteration # 155 - FCN = -721724.5812623 Edm = 0.015517 NCalls = 865 +VariableMetric: Iteration # 156 - FCN = -721724.604662 Edm = 0.0113077 NCalls = 867 +VariableMetric: Iteration # 157 - FCN = -721724.6237871 Edm = 0.00974808 NCalls = 870 +VariableMetric: Iteration # 158 - FCN = -721724.6358747 Edm = 0.00677475 NCalls = 872 +VariableMetric: Iteration # 159 - FCN = -721724.6466841 Edm = 0.00321206 NCalls = 875 +VariableMetric: Iteration # 160 - FCN = -721724.6542701 Edm = 0.00435439 NCalls = 877 +VariableMetric: Iteration # 161 - FCN = -721724.6567476 Edm = 0.0017846 NCalls = 878 +VariableMetric: Iteration # 162 - FCN = -721724.6617811 Edm = 0.00126908 NCalls = 880 +VariableMetric: Iteration # 163 - FCN = -721724.6645529 Edm = 0.000637184 NCalls = 884 +VariableMetric: Iteration # 164 - FCN = -721724.6652061 Edm = 0.00161903 NCalls = 885 +VariableMetric: Iteration # 165 - FCN = -721724.6659535 Edm = 0.000283967 NCalls = 887 +VariableMetric: Iteration # 166 - FCN = -721724.6664709 Edm = 0.000161296 NCalls = 890 +VariableMetric: Iteration # 167 - FCN = -721724.6667626 Edm = 7.38473e-05 NCalls = 894 +VariableMetric: Iteration # 168 - FCN = -721724.6668485 Edm = 5.44326e-05 NCalls = 897 +VariableMetric: After Hessian - FCN = -721724.6668485 Edm = 4.4291e-05 NCalls = 1276 +VariableMetric: Iteration # 169 - FCN = -721724.6668485 Edm = 4.4291e-05 NCalls = 1276 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719979.2719167 Edm = 3.27866 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719979.2719167 Edm = 3.27866 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720738.302672 Edm = 0.311025 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -720740.4915558 Edm = 1.76866 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -720959.7434917 Edm = 1.3119 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -720961.6492499 Edm = 0.438797 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -721099.0459116 Edm = 80.3187 NCalls = 25 +VariableMetric: Iteration # 6 - FCN = -721251.0822105 Edm = 58.5106 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -721284.1247179 Edm = 0.939353 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -721284.9976334 Edm = 0.0426578 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -721285.4098169 Edm = 0.373604 NCalls = 34 +VariableMetric: Iteration # 10 - FCN = -721377.8499384 Edm = 11.7317 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -721392.4819335 Edm = 0.643104 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -721393.9488919 Edm = 0.0636367 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -721394.0036017 Edm = 0.0205307 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -721394.1490236 Edm = 0.1172 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -721436.3681064 Edm = 25.9184 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -721522.4595027 Edm = 6.42264 NCalls = 57 +VariableMetric: Iteration # 17 - FCN = -721531.6638842 Edm = 1.90501 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -721535.7652688 Edm = 3.08639 NCalls = 63 +VariableMetric: Iteration # 19 - FCN = -721541.4761667 Edm = 1.47727 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -721543.454228 Edm = 0.39351 NCalls = 69 +VariableMetric: Iteration # 21 - FCN = -721543.5717993 Edm = 0.0246566 NCalls = 71 +VariableMetric: Iteration # 22 - FCN = -721543.6199322 Edm = 0.0132556 NCalls = 73 +VariableMetric: Iteration # 23 - FCN = -721543.8229205 Edm = 0.176742 NCalls = 76 +VariableMetric: Iteration # 24 - FCN = -721560.9310857 Edm = 13.5547 NCalls = 82 +VariableMetric: Iteration # 25 - FCN = -721642.2922268 Edm = 15.1074 NCalls = 86 +VariableMetric: Iteration # 26 - FCN = -721655.7641442 Edm = 0.759072 NCalls = 89 +VariableMetric: Iteration # 27 - FCN = -721656.7696614 Edm = 0.177975 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -721656.934405 Edm = 0.021467 NCalls = 92 +VariableMetric: Iteration # 29 - FCN = -721656.9689143 Edm = 0.00633903 NCalls = 94 +VariableMetric: Iteration # 30 - FCN = -721656.9783907 Edm = 0.00328336 NCalls = 96 +VariableMetric: Iteration # 31 - FCN = -721656.994178 Edm = 0.013896 NCalls = 99 +VariableMetric: Iteration # 32 - FCN = -721659.7089576 Edm = 0.823419 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -721668.8885509 Edm = 2.44554 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -721672.7065022 Edm = 0.328931 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -721673.1192157 Edm = 0.033113 NCalls = 112 +VariableMetric: Iteration # 36 - FCN = -721673.1519003 Edm = 0.00100343 NCalls = 113 +VariableMetric: Iteration # 37 - FCN = -721673.1531893 Edm = 0.000519485 NCalls = 115 +VariableMetric: Iteration # 38 - FCN = -721673.2117893 Edm = 0.0572221 NCalls = 121 +VariableMetric: Iteration # 39 - FCN = -721677.3374838 Edm = 0.724972 NCalls = 126 +VariableMetric: Iteration # 40 - FCN = -721678.2385321 Edm = 0.0210575 NCalls = 128 +VariableMetric: Iteration # 41 - FCN = -721678.2706597 Edm = 0.000878878 NCalls = 130 +VariableMetric: Iteration # 42 - FCN = -721678.2716519 Edm = 8.76845e-05 NCalls = 132 +VariableMetric: Iteration # 43 - FCN = -721678.2721037 Edm = 0.000340882 NCalls = 134 +VariableMetric: Iteration # 44 - FCN = -721678.3056445 Edm = 0.023875 NCalls = 139 +VariableMetric: Iteration # 45 - FCN = -721678.7486952 Edm = 0.286751 NCalls = 143 +VariableMetric: Iteration # 46 - FCN = -721679.8876102 Edm = 0.0456291 NCalls = 146 +VariableMetric: Iteration # 47 - FCN = -721679.9314853 Edm = 0.000595671 NCalls = 147 +VariableMetric: Iteration # 48 - FCN = -721679.9320908 Edm = 1.09333e-05 NCalls = 149 +VariableMetric: After Hessian - FCN = -721679.9320908 Edm = 1096.15 NCalls = 508 +VariableMetric: Iteration # 49 - FCN = -721679.9320908 Edm = 1096.15 NCalls = 508 +VariableMetric: Iteration # 50 - FCN = -721680.2875879 Edm = 1619.42 NCalls = 514 +VariableMetric: Iteration # 51 - FCN = -721682.2841856 Edm = 0.622998 NCalls = 519 +VariableMetric: Iteration # 52 - FCN = -721683.0435459 Edm = 0.107586 NCalls = 522 +VariableMetric: Iteration # 53 - FCN = -721683.0726428 Edm = 313.291 NCalls = 524 +VariableMetric: Iteration # 54 - FCN = -721683.0781032 Edm = 75.7451 NCalls = 529 +VariableMetric: Iteration # 55 - FCN = -721683.0856791 Edm = 291.013 NCalls = 533 +VariableMetric: Iteration # 56 - FCN = -721683.1451185 Edm = 163.119 NCalls = 536 +VariableMetric: Iteration # 57 - FCN = -721683.2895768 Edm = 95.9514 NCalls = 539 +VariableMetric: Iteration # 58 - FCN = -721683.3368566 Edm = 26.3681 NCalls = 542 +VariableMetric: Iteration # 59 - FCN = -721683.4751613 Edm = 10.5547 NCalls = 545 +VariableMetric: Iteration # 60 - FCN = -721684.0753418 Edm = 3.42688 NCalls = 548 +VariableMetric: Iteration # 61 - FCN = -721684.4220654 Edm = 2.5884 NCalls = 550 +VariableMetric: Iteration # 62 - FCN = -721684.6205516 Edm = 1.96164 NCalls = 552 +VariableMetric: Iteration # 63 - FCN = -721685.0529038 Edm = 3.41972 NCalls = 554 +VariableMetric: Iteration # 64 - FCN = -721685.473121 Edm = 1.33453 NCalls = 556 +VariableMetric: Iteration # 65 - FCN = -721685.5750661 Edm = 2.14379 NCalls = 558 +VariableMetric: Iteration # 66 - FCN = -721685.7172585 Edm = 0.799477 NCalls = 560 +VariableMetric: Iteration # 67 - FCN = -721685.9609313 Edm = 0.751646 NCalls = 562 +VariableMetric: Iteration # 68 - FCN = -721686.4228056 Edm = 1.00104 NCalls = 564 +VariableMetric: Iteration # 69 - FCN = -721686.5716924 Edm = 0.751484 NCalls = 566 +VariableMetric: Iteration # 70 - FCN = -721686.8886948 Edm = 1.20248 NCalls = 568 +VariableMetric: Iteration # 71 - FCN = -721687.3852957 Edm = 1.54633 NCalls = 571 +VariableMetric: Iteration # 72 - FCN = -721688.1860613 Edm = 5.16438 NCalls = 574 +VariableMetric: Iteration # 73 - FCN = -721691.3101866 Edm = 2.05304 NCalls = 579 +VariableMetric: Iteration # 74 - FCN = -721692.1041279 Edm = 5.76635 NCalls = 581 +VariableMetric: Iteration # 75 - FCN = -721694.14981 Edm = 0.725811 NCalls = 584 +VariableMetric: Iteration # 76 - FCN = -721694.5205485 Edm = 0.608379 NCalls = 586 +VariableMetric: Iteration # 77 - FCN = -721694.9188564 Edm = 1.72632 NCalls = 588 +VariableMetric: Iteration # 78 - FCN = -721695.5141056 Edm = 0.569201 NCalls = 591 +VariableMetric: Iteration # 79 - FCN = -721695.9716795 Edm = 0.717662 NCalls = 594 +VariableMetric: Iteration # 80 - FCN = -721696.2297102 Edm = 0.309484 NCalls = 596 +VariableMetric: Iteration # 81 - FCN = -721696.3192035 Edm = 0.197165 NCalls = 598 +VariableMetric: Iteration # 82 - FCN = -721696.4243071 Edm = 0.033499 NCalls = 601 +VariableMetric: Iteration # 83 - FCN = -721696.4596178 Edm = 0.00842662 NCalls = 603 +VariableMetric: Iteration # 84 - FCN = -721696.4689942 Edm = 0.00183364 NCalls = 605 +VariableMetric: Iteration # 85 - FCN = -721696.473493 Edm = 0.00182092 NCalls = 607 +VariableMetric: Iteration # 86 - FCN = -721696.4778314 Edm = 0.0012435 NCalls = 610 +VariableMetric: Iteration # 87 - FCN = -721696.4789612 Edm = 0.000162578 NCalls = 611 +VariableMetric: Iteration # 88 - FCN = -721696.4791316 Edm = 2.66261e-05 NCalls = 613 +VariableMetric: After Hessian - FCN = -721696.4791316 Edm = 6.65464e-05 NCalls = 982 +VariableMetric: Iteration # 89 - FCN = -721696.4791316 Edm = 6.65464e-05 NCalls = 982 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -716741.1844823 Edm = 19.4318 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -716741.1844823 Edm = 19.4318 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720832.4549812 Edm = 0.392141 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -720834.2147078 Edm = 1.59211 NCalls = 10 +VariableMetric: Iteration # 3 - FCN = -720888.5359118 Edm = 0.70531 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -720889.4599443 Edm = 0.138307 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -720898.1701737 Edm = 7.30194 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -720944.7404778 Edm = 0.241003 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -720945.3857456 Edm = 0.370758 NCalls = 28 +VariableMetric: Iteration # 8 - FCN = -720971.5206907 Edm = 25.0474 NCalls = 34 +VariableMetric: Iteration # 9 - FCN = -721348.0080159 Edm = 75.1592 NCalls = 38 +VariableMetric: Iteration # 10 - FCN = -721443.0716702 Edm = 7.38215 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -721457.7873989 Edm = 2.43069 NCalls = 42 +VariableMetric: Iteration # 12 - FCN = -721461.7604452 Edm = 0.0990996 NCalls = 44 +VariableMetric: Iteration # 13 - FCN = -721461.8908308 Edm = 0.0048003 NCalls = 46 +VariableMetric: Iteration # 14 - FCN = -721461.9205488 Edm = 0.0233548 NCalls = 49 +VariableMetric: Iteration # 15 - FCN = -721471.8489913 Edm = 7.83425 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -721548.8011388 Edm = 8.68318 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -721557.1611684 Edm = 0.681957 NCalls = 60 +VariableMetric: Iteration # 18 - FCN = -721557.8554674 Edm = 0.0506837 NCalls = 62 +VariableMetric: Iteration # 19 - FCN = -721557.9046417 Edm = 0.00347452 NCalls = 63 +VariableMetric: Iteration # 20 - FCN = -721557.9796906 Edm = 0.0712978 NCalls = 67 +VariableMetric: Iteration # 21 - FCN = -721582.780383 Edm = 4.62764 NCalls = 75 +VariableMetric: Iteration # 22 - FCN = -721588.5934755 Edm = 1.27848 NCalls = 77 +VariableMetric: Iteration # 23 - FCN = -721589.8086608 Edm = 0.318879 NCalls = 80 +VariableMetric: Iteration # 24 - FCN = -721590.7127447 Edm = 0.0510884 NCalls = 83 +VariableMetric: Iteration # 25 - FCN = -721590.7537193 Edm = 0.00555623 NCalls = 85 +VariableMetric: Iteration # 26 - FCN = -721590.7609219 Edm = 0.00200642 NCalls = 87 +VariableMetric: Iteration # 27 - FCN = -721590.80738 Edm = 0.0407447 NCalls = 91 +VariableMetric: Iteration # 28 - FCN = -721595.9902869 Edm = 4.87276 NCalls = 97 +VariableMetric: Iteration # 29 - FCN = -721635.573313 Edm = 0.806029 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -721636.4959558 Edm = 0.247574 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -721636.6765841 Edm = 0.0090685 NCalls = 104 +VariableMetric: Iteration # 32 - FCN = -721636.6870783 Edm = 0.00176103 NCalls = 106 +VariableMetric: Iteration # 33 - FCN = -721636.6889546 Edm = 0.000467097 NCalls = 108 +VariableMetric: Iteration # 34 - FCN = -721636.6902293 Edm = 0.000353004 NCalls = 110 +VariableMetric: Iteration # 35 - FCN = -721636.7141906 Edm = 0.0222787 NCalls = 115 +VariableMetric: Iteration # 36 - FCN = -721641.0528074 Edm = 0.358877 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -721641.3641971 Edm = 0.00577413 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -721641.3707536 Edm = 0.000258872 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -721641.3712888 Edm = 0.00017021 NCalls = 127 +VariableMetric: Iteration # 40 - FCN = -721641.3768292 Edm = 0.00482396 NCalls = 131 +VariableMetric: Iteration # 41 - FCN = -721641.9444337 Edm = 0.521446 NCalls = 136 +VariableMetric: Iteration # 42 - FCN = -721646.2537782 Edm = 0.281302 NCalls = 139 +VariableMetric: Iteration # 43 - FCN = -721646.5197837 Edm = 0.0148186 NCalls = 140 +VariableMetric: Iteration # 44 - FCN = -721646.5342993 Edm = 0.000546261 NCalls = 141 +VariableMetric: Iteration # 45 - FCN = -721646.5348887 Edm = 6.3862e-05 NCalls = 143 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717226.4623872 Edm = 4.48931 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717226.4623872 Edm = 4.48931 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720523.5794682 Edm = 1.75123 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -720698.0276157 Edm = 233.268 NCalls = 14 +VariableMetric: Iteration # 3 - FCN = -720710.857691 Edm = 10.8958 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -721027.6538765 Edm = 3.13351 NCalls = 24 +VariableMetric: Iteration # 5 - FCN = -721030.9896101 Edm = 0.0836862 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -721031.7284934 Edm = 0.751074 NCalls = 29 +VariableMetric: Iteration # 7 - FCN = -721074.7715987 Edm = 1.55242 NCalls = 36 +VariableMetric: Iteration # 8 - FCN = -721076.1886898 Edm = 0.0232874 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -721076.2783131 Edm = 0.078802 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -721105.0285867 Edm = 1.43621 NCalls = 47 +VariableMetric: Iteration # 11 - FCN = -721148.1422108 Edm = 1.96151 NCalls = 50 +VariableMetric: Iteration # 12 - FCN = -721150.51831 Edm = 0.163006 NCalls = 52 +VariableMetric: Iteration # 13 - FCN = -721150.7455623 Edm = 0.0126821 NCalls = 54 +VariableMetric: Iteration # 14 - FCN = -721150.8295647 Edm = 0.0621313 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -721166.1694089 Edm = 14.3701 NCalls = 63 +VariableMetric: Iteration # 16 - FCN = -721257.0767414 Edm = 10.0311 NCalls = 67 +VariableMetric: Iteration # 17 - FCN = -721266.7261951 Edm = 1.03926 NCalls = 69 +VariableMetric: Iteration # 18 - FCN = -721268.6680198 Edm = 0.57341 NCalls = 71 +VariableMetric: Iteration # 19 - FCN = -721269.8542417 Edm = 0.128285 NCalls = 74 +VariableMetric: Iteration # 20 - FCN = -721270.0621174 Edm = 0.0286657 NCalls = 76 +VariableMetric: Iteration # 21 - FCN = -721270.0849692 Edm = 0.0095831 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -721270.1038939 Edm = 0.00765444 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -721270.3416818 Edm = 0.21798 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -721300.0439989 Edm = 26.3286 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -721337.5174241 Edm = 43.1681 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -721362.1450465 Edm = 5.57159 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -721375.3452394 Edm = 3.19858 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -721378.3634909 Edm = 1.87404 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -721379.1088313 Edm = 0.0319545 NCalls = 101 +VariableMetric: Iteration # 30 - FCN = -721379.1407386 Edm = 0.00261835 NCalls = 102 +VariableMetric: Iteration # 31 - FCN = -721379.1564787 Edm = 0.0137606 NCalls = 105 +VariableMetric: Iteration # 32 - FCN = -721382.6501952 Edm = 0.765462 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -721400.344008 Edm = 10.8112 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -721421.0650544 Edm = 8.40949 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -721430.9482862 Edm = 0.584552 NCalls = 119 +VariableMetric: Iteration # 36 - FCN = -721431.5726923 Edm = 0.0787559 NCalls = 121 +VariableMetric: Iteration # 37 - FCN = -721431.6686738 Edm = 0.0129082 NCalls = 123 +VariableMetric: Iteration # 38 - FCN = -721431.6826607 Edm = 0.00324943 NCalls = 125 +VariableMetric: Iteration # 39 - FCN = -721431.7004117 Edm = 0.0139989 NCalls = 128 +VariableMetric: Iteration # 40 - FCN = -721440.0604729 Edm = 5.32797 NCalls = 135 +VariableMetric: Iteration # 41 - FCN = -721462.1665212 Edm = 2.36566 NCalls = 139 +VariableMetric: Iteration # 42 - FCN = -721465.6200775 Edm = 1.19949 NCalls = 141 +VariableMetric: Iteration # 43 - FCN = -721468.3844978 Edm = 0.991446 NCalls = 143 +VariableMetric: Iteration # 44 - FCN = -721469.9834329 Edm = 0.0441129 NCalls = 146 +VariableMetric: Iteration # 45 - FCN = -721470.0197847 Edm = 0.00535404 NCalls = 148 +VariableMetric: Iteration # 46 - FCN = -721470.0270171 Edm = 0.00181501 NCalls = 150 +VariableMetric: Iteration # 47 - FCN = -721470.033102 Edm = 0.00301503 NCalls = 152 +VariableMetric: Iteration # 48 - FCN = -721470.1114077 Edm = 0.0667596 NCalls = 156 +VariableMetric: Iteration # 49 - FCN = -721473.6630263 Edm = 2.37549 NCalls = 161 +VariableMetric: Iteration # 50 - FCN = -721482.1564747 Edm = 5.54455 NCalls = 164 +VariableMetric: Iteration # 51 - FCN = -721485.4154609 Edm = 0.148132 NCalls = 167 +VariableMetric: Iteration # 52 - FCN = -721485.5638234 Edm = 0.00238213 NCalls = 169 +VariableMetric: Iteration # 53 - FCN = -721485.5668691 Edm = 0.000460882 NCalls = 171 +VariableMetric: Iteration # 54 - FCN = -721485.5791295 Edm = 0.0114959 NCalls = 175 +VariableMetric: Iteration # 55 - FCN = -721486.2647694 Edm = 0.66932 NCalls = 180 +VariableMetric: Iteration # 56 - FCN = -721487.2278966 Edm = 0.799863 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -721500.3551041 Edm = 2.74558 NCalls = 188 +VariableMetric: Iteration # 58 - FCN = -721503.3727487 Edm = 0.286198 NCalls = 189 +VariableMetric: Iteration # 59 - FCN = -721503.588293 Edm = 0.0119354 NCalls = 190 +VariableMetric: Iteration # 60 - FCN = -721503.5983262 Edm = 0.000726898 NCalls = 191 +VariableMetric: Iteration # 61 - FCN = -721503.599342 Edm = 0.000357162 NCalls = 193 +VariableMetric: Iteration # 62 - FCN = -721503.6036335 Edm = 0.00404918 NCalls = 196 +VariableMetric: Iteration # 63 - FCN = -721503.8400619 Edm = 0.263547 NCalls = 203 +VariableMetric: Iteration # 64 - FCN = -721503.841824 Edm = 0.00139846 NCalls = 205 +VariableMetric: Iteration # 65 - FCN = -721504.3306313 Edm = 0.172642 NCalls = 212 +VariableMetric: Iteration # 66 - FCN = -721504.4824033 Edm = 0.000808004 NCalls = 213 +VariableMetric: Iteration # 67 - FCN = -721504.4836224 Edm = 0.000567423 NCalls = 215 +VariableMetric: Iteration # 68 - FCN = -721504.5292791 Edm = 0.037093 NCalls = 220 +VariableMetric: Iteration # 69 - FCN = -721507.643537 Edm = 2.46534 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -721516.7028109 Edm = 2.08271 NCalls = 228 +VariableMetric: Iteration # 71 - FCN = -721517.833094 Edm = 0.096749 NCalls = 230 +VariableMetric: Iteration # 72 - FCN = -721517.9468997 Edm = 0.00747768 NCalls = 232 +VariableMetric: Iteration # 73 - FCN = -721517.9579118 Edm = 0.00164384 NCalls = 234 +VariableMetric: Iteration # 74 - FCN = -721517.9630727 Edm = 0.00346378 NCalls = 236 +VariableMetric: Iteration # 75 - FCN = -721518.1518714 Edm = 0.187548 NCalls = 241 +VariableMetric: Iteration # 76 - FCN = -721523.4470427 Edm = 1.22325 NCalls = 248 +VariableMetric: Iteration # 77 - FCN = -721547.677797 Edm = 7.67379 NCalls = 250 +VariableMetric: Iteration # 78 - FCN = -721562.838155 Edm = 4.73868 NCalls = 252 +VariableMetric: Iteration # 79 - FCN = -721567.5888408 Edm = 1.33145 NCalls = 255 +VariableMetric: Iteration # 80 - FCN = -721569.7503268 Edm = 0.362187 NCalls = 257 +VariableMetric: Iteration # 81 - FCN = -721570.4443853 Edm = 0.0588943 NCalls = 259 +VariableMetric: Iteration # 82 - FCN = -721570.5139436 Edm = 0.00388788 NCalls = 261 +VariableMetric: Iteration # 83 - FCN = -721570.5202596 Edm = 0.00135093 NCalls = 263 +VariableMetric: Iteration # 84 - FCN = -721570.5297916 Edm = 0.00777668 NCalls = 266 +VariableMetric: Iteration # 85 - FCN = -721570.9462533 Edm = 0.351229 NCalls = 271 +VariableMetric: Iteration # 86 - FCN = -721578.3262167 Edm = 4.51277 NCalls = 275 +VariableMetric: Iteration # 87 - FCN = -721592.753743 Edm = 1.98433 NCalls = 278 +VariableMetric: Iteration # 88 - FCN = -721594.5339989 Edm = 0.214071 NCalls = 280 +VariableMetric: Iteration # 89 - FCN = -721594.7412703 Edm = 0.0279577 NCalls = 282 +VariableMetric: Iteration # 90 - FCN = -721594.7606077 Edm = 0.00174838 NCalls = 284 +VariableMetric: Iteration # 91 - FCN = -721594.7622309 Edm = 0.000315825 NCalls = 285 +VariableMetric: Iteration # 92 - FCN = -721594.7632826 Edm = 0.000996069 NCalls = 287 +VariableMetric: Iteration # 93 - FCN = -721594.8188194 Edm = 0.0483672 NCalls = 293 +VariableMetric: Iteration # 94 - FCN = -721598.2901352 Edm = 1.91856 NCalls = 298 +VariableMetric: Iteration # 95 - FCN = -721606.0015502 Edm = 0.720232 NCalls = 302 +VariableMetric: Iteration # 96 - FCN = -721607.3065536 Edm = 0.19646 NCalls = 304 +VariableMetric: Iteration # 97 - FCN = -721607.8806514 Edm = 0.242873 NCalls = 308 +VariableMetric: Iteration # 98 - FCN = -721609.53997 Edm = 0.575567 NCalls = 317 +VariableMetric: Iteration # 99 - FCN = -721609.6496926 Edm = 0.567405 NCalls = 319 +VariableMetric: Iteration # 100 - FCN = -721610.4233474 Edm = 0.26045 NCalls = 322 +VariableMetric: Iteration # 101 - FCN = -721611.2157094 Edm = 0.209188 NCalls = 325 +VariableMetric: Iteration # 102 - FCN = -721611.4849155 Edm = 0.0415415 NCalls = 327 +VariableMetric: Iteration # 103 - FCN = -721611.5162948 Edm = 0.00316799 NCalls = 329 +VariableMetric: Iteration # 104 - FCN = -721611.518387 Edm = 0.000666586 NCalls = 331 +VariableMetric: Iteration # 105 - FCN = -721611.5192582 Edm = 0.000306056 NCalls = 333 +VariableMetric: Iteration # 106 - FCN = -721611.5216314 Edm = 0.000796753 NCalls = 336 +VariableMetric: Iteration # 107 - FCN = -721611.5246424 Edm = 0.00159578 NCalls = 338 +VariableMetric: Iteration # 108 - FCN = -721611.5887957 Edm = 0.0636178 NCalls = 342 +VariableMetric: Iteration # 109 - FCN = -721613.6786405 Edm = 1.51434 NCalls = 347 +VariableMetric: Iteration # 110 - FCN = -721616.7948157 Edm = 1.50173 NCalls = 350 +VariableMetric: Iteration # 111 - FCN = -721618.3959919 Edm = 0.287884 NCalls = 353 +VariableMetric: Iteration # 112 - FCN = -721618.492705 Edm = 0.0439682 NCalls = 355 +VariableMetric: Iteration # 113 - FCN = -721618.5255069 Edm = 0.0025238 NCalls = 357 +VariableMetric: Iteration # 114 - FCN = -721618.5275915 Edm = 7.39347e-05 NCalls = 359 +VariableMetric: After Hessian - FCN = -721618.5275915 Edm = 6.09878 NCalls = 720 +VariableMetric: Iteration # 115 - FCN = -721618.5275915 Edm = 6.09878 NCalls = 720 +VariableMetric: Iteration # 116 - FCN = -721623.7604454 Edm = 14.9699 NCalls = 723 +VariableMetric: Iteration # 117 - FCN = -721624.4328873 Edm = 0.360673 NCalls = 725 +VariableMetric: Iteration # 118 - FCN = -721625.0922898 Edm = 0.244617 NCalls = 731 +VariableMetric: Iteration # 119 - FCN = -721625.1551717 Edm = 0.0910787 NCalls = 733 +VariableMetric: Iteration # 120 - FCN = -721625.3107667 Edm = 0.03131 NCalls = 735 +VariableMetric: Iteration # 121 - FCN = -721625.3539476 Edm = 0.0148486 NCalls = 737 +VariableMetric: Iteration # 122 - FCN = -721625.394653 Edm = 0.014438 NCalls = 739 +VariableMetric: Iteration # 123 - FCN = -721625.4677864 Edm = 0.0638495 NCalls = 743 +VariableMetric: Iteration # 124 - FCN = -721625.4940464 Edm = 0.0696764 NCalls = 746 +VariableMetric: Iteration # 125 - FCN = -721625.6603039 Edm = 0.351221 NCalls = 749 +VariableMetric: Iteration # 126 - FCN = -721625.6871869 Edm = 0.0274184 NCalls = 752 +VariableMetric: Iteration # 127 - FCN = -721625.855718 Edm = 0.180666 NCalls = 756 +VariableMetric: Iteration # 128 - FCN = -721626.448211 Edm = 0.237129 NCalls = 762 +VariableMetric: Iteration # 129 - FCN = -721626.6992381 Edm = 0.25216 NCalls = 764 +VariableMetric: Iteration # 130 - FCN = -721626.8595523 Edm = 0.188969 NCalls = 766 +VariableMetric: Iteration # 131 - FCN = -721627.0714785 Edm = 0.0938683 NCalls = 770 +VariableMetric: Iteration # 132 - FCN = -721627.2418796 Edm = 0.167448 NCalls = 773 +VariableMetric: Iteration # 133 - FCN = -721627.3111869 Edm = 0.059366 NCalls = 775 +VariableMetric: Iteration # 134 - FCN = -721627.429567 Edm = 0.033833 NCalls = 779 +VariableMetric: Iteration # 135 - FCN = -721627.5040814 Edm = 0.0315047 NCalls = 783 +VariableMetric: Iteration # 136 - FCN = -721627.5219068 Edm = 0.017145 NCalls = 785 +VariableMetric: Iteration # 137 - FCN = -721627.5471879 Edm = 0.00942813 NCalls = 787 +VariableMetric: Iteration # 138 - FCN = -721627.557838 Edm = 0.00784989 NCalls = 789 +VariableMetric: Iteration # 139 - FCN = -721627.5698125 Edm = 0.00312541 NCalls = 792 +VariableMetric: Iteration # 140 - FCN = -721627.5772109 Edm = 0.00177562 NCalls = 795 +VariableMetric: Iteration # 141 - FCN = -721627.5788215 Edm = 0.00162923 NCalls = 797 +VariableMetric: Iteration # 142 - FCN = -721627.5806764 Edm = 0.000569439 NCalls = 800 +VariableMetric: Iteration # 143 - FCN = -721627.5826054 Edm = 0.000645692 NCalls = 803 +VariableMetric: Iteration # 144 - FCN = -721627.5835405 Edm = 0.000702854 NCalls = 805 +VariableMetric: Iteration # 145 - FCN = -721627.584126 Edm = 0.00016296 NCalls = 808 +VariableMetric: Iteration # 146 - FCN = -721627.5845743 Edm = 6.15393e-05 NCalls = 810 +VariableMetric: Iteration # 147 - FCN = -721627.5846857 Edm = 6.50488e-06 NCalls = 812 +VariableMetric: After Hessian - FCN = -721627.5846857 Edm = 6.91076e-06 NCalls = 1189 +VariableMetric: Iteration # 148 - FCN = -721627.5846857 Edm = 6.91076e-06 NCalls = 1189 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718065.9551258 Edm = 14.0605 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718065.9551258 Edm = 14.0605 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -721293.2640699 Edm = 0.276275 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -721295.5162304 Edm = 1.7217 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -721350.6256238 Edm = 0.178147 NCalls = 15 +VariableMetric: Iteration # 4 - FCN = -721350.8339925 Edm = 0.017262 NCalls = 17 +VariableMetric: Iteration # 5 - FCN = -721377.3125488 Edm = 4.07533 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -721420.1663056 Edm = 5.03863 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -721427.3889608 Edm = 0.0876961 NCalls = 29 +VariableMetric: Iteration # 8 - FCN = -721427.6442815 Edm = 0.163537 NCalls = 31 +VariableMetric: Iteration # 9 - FCN = -721465.6209539 Edm = 21.371 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -721513.2490984 Edm = 10.7961 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -721538.9910907 Edm = 1.12121 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -721539.7549783 Edm = 0.207694 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -721539.9229479 Edm = 0.00661929 NCalls = 49 +VariableMetric: Iteration # 14 - FCN = -721539.9453934 Edm = 0.0124941 NCalls = 51 +VariableMetric: Iteration # 15 - FCN = -721542.1558335 Edm = 2.04851 NCalls = 57 +VariableMetric: Iteration # 16 - FCN = -721586.631048 Edm = 0.437955 NCalls = 61 +VariableMetric: Iteration # 17 - FCN = -721587.2555746 Edm = 0.0136549 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -721587.2799586 Edm = 0.00265111 NCalls = 65 +VariableMetric: Iteration # 19 - FCN = -721587.2940451 Edm = 0.0103703 NCalls = 67 +VariableMetric: Iteration # 20 - FCN = -721589.8916175 Edm = 2.44729 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -721595.6174627 Edm = 4.1189 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -721598.2741139 Edm = 112338 NCalls = 86 +VariableMetric: Iteration # 23 - FCN = -721607.3018729 Edm = 215543 NCalls = 94 +VariableMetric: Iteration # 24 - FCN = -721680.6920934 Edm = 31827.8 NCalls = 102 +VariableMetric: Iteration # 25 - FCN = -721693.7955998 Edm = 26511.6 NCalls = 108 +VariableMetric: Iteration # 26 - FCN = -721698.1786589 Edm = 6508.13 NCalls = 113 +VariableMetric: Iteration # 27 - FCN = -721699.6221384 Edm = 1052.24 NCalls = 117 +VariableMetric: Iteration # 28 - FCN = -721704.3732369 Edm = 2830.91 NCalls = 120 +VariableMetric: Iteration # 29 - FCN = -721712.11913 Edm = 182.966 NCalls = 123 +VariableMetric: Iteration # 30 - FCN = -721713.1657776 Edm = 189.796 NCalls = 126 +VariableMetric: Iteration # 31 - FCN = -721715.2595215 Edm = 50.3945 NCalls = 129 +VariableMetric: Iteration # 32 - FCN = -721716.5759522 Edm = 66.8727 NCalls = 131 +VariableMetric: Iteration # 33 - FCN = -721717.2555145 Edm = 40.7288 NCalls = 133 +VariableMetric: Iteration # 34 - FCN = -721718.0198077 Edm = 7.54601 NCalls = 135 +VariableMetric: Iteration # 35 - FCN = -721718.6605656 Edm = 3.70338 NCalls = 137 +VariableMetric: Iteration # 36 - FCN = -721719.249274 Edm = 11.4318 NCalls = 139 +VariableMetric: Iteration # 37 - FCN = -721721.1301462 Edm = 27.202 NCalls = 141 +VariableMetric: Iteration # 38 - FCN = -721722.0470307 Edm = 1.39093 NCalls = 143 +VariableMetric: Iteration # 39 - FCN = -721722.4088323 Edm = 0.534799 NCalls = 145 +VariableMetric: Iteration # 40 - FCN = -721722.602714 Edm = 0.420218 NCalls = 147 +VariableMetric: Iteration # 41 - FCN = -721722.7522611 Edm = 0.576953 NCalls = 149 +VariableMetric: Iteration # 42 - FCN = -721722.9467699 Edm = 0.125855 NCalls = 152 +VariableMetric: Iteration # 43 - FCN = -721723.0152773 Edm = 0.113999 NCalls = 155 +VariableMetric: Iteration # 44 - FCN = -721723.1044822 Edm = 0.0286886 NCalls = 157 +VariableMetric: Iteration # 45 - FCN = -721723.1471826 Edm = 0.028705 NCalls = 159 +VariableMetric: Iteration # 46 - FCN = -721723.166756 Edm = 0.0192197 NCalls = 161 +VariableMetric: Iteration # 47 - FCN = -721723.1846728 Edm = 0.00745842 NCalls = 163 +VariableMetric: Iteration # 48 - FCN = -721723.1915412 Edm = 0.00396587 NCalls = 165 +VariableMetric: Iteration # 49 - FCN = -721723.1956295 Edm = 0.00263247 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -721723.2000138 Edm = 0.00486356 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -721723.2142057 Edm = 0.0119028 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -721723.2282332 Edm = 0.0122745 NCalls = 175 +VariableMetric: Iteration # 53 - FCN = -721723.2325402 Edm = 0.0131385 NCalls = 177 +VariableMetric: Iteration # 54 - FCN = -721723.237945 Edm = 0.00204516 NCalls = 180 +VariableMetric: Iteration # 55 - FCN = -721723.2405314 Edm = 0.00107925 NCalls = 182 +VariableMetric: Iteration # 56 - FCN = -721723.2434903 Edm = 0.0020999 NCalls = 185 +VariableMetric: Iteration # 57 - FCN = -721723.2446885 Edm = 0.000732897 NCalls = 187 +VariableMetric: Iteration # 58 - FCN = -721723.2453548 Edm = 0.000210388 NCalls = 190 +VariableMetric: Iteration # 59 - FCN = -721723.2455964 Edm = 5.79201e-05 NCalls = 192 +VariableMetric: After Hessian - FCN = -721723.2455964 Edm = 0.0132951 NCalls = 557 +VariableMetric: Iteration # 60 - FCN = -721723.2455964 Edm = 0.0132951 NCalls = 557 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -717420.5990039 Edm = 3.61628 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -717420.5990039 Edm = 3.61628 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719723.0908885 Edm = 2.52853 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -719788.4601069 Edm = 90.7036 NCalls = 13 +VariableMetric: Iteration # 3 - FCN = -719821.311655 Edm = 29.4972 NCalls = 16 +VariableMetric: Iteration # 4 - FCN = -720026.7079745 Edm = 135.76 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -720499.2141586 Edm = 0.543342 NCalls = 24 +VariableMetric: Iteration # 6 - FCN = -720499.8450258 Edm = 0.0434331 NCalls = 26 +VariableMetric: Iteration # 7 - FCN = -720571.029321 Edm = 0.595224 NCalls = 33 +VariableMetric: Iteration # 8 - FCN = -720611.2476261 Edm = 0.6584 NCalls = 35 +VariableMetric: Iteration # 9 - FCN = -720611.6347139 Edm = 0.0696695 NCalls = 37 +VariableMetric: Iteration # 10 - FCN = -720614.9418615 Edm = 3.43266 NCalls = 42 +VariableMetric: Iteration # 11 - FCN = -720718.8720422 Edm = 10.7784 NCalls = 49 +VariableMetric: Iteration # 12 - FCN = -720848.7073406 Edm = 23.305 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -720899.9127545 Edm = 2.48953 NCalls = 53 +VariableMetric: Iteration # 14 - FCN = -720902.7027694 Edm = 0.238465 NCalls = 54 +VariableMetric: Iteration # 15 - FCN = -720902.9784324 Edm = 0.00911702 NCalls = 56 +VariableMetric: Iteration # 16 - FCN = -720902.9925229 Edm = 0.00504486 NCalls = 58 +VariableMetric: Iteration # 17 - FCN = -720903.208992 Edm = 0.206616 NCalls = 63 +VariableMetric: Iteration # 18 - FCN = -720933.1371682 Edm = 7.05778 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -720950.0038193 Edm = 1.69232 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -720952.2508426 Edm = 0.417295 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -720952.5216659 Edm = 0.0381416 NCalls = 77 +VariableMetric: Iteration # 22 - FCN = -720952.574478 Edm = 0.0020351 NCalls = 79 +VariableMetric: Iteration # 23 - FCN = -720952.5913469 Edm = 0.0147119 NCalls = 82 +VariableMetric: Iteration # 24 - FCN = -720954.944325 Edm = 2.19796 NCalls = 88 +VariableMetric: Iteration # 25 - FCN = -721034.5948449 Edm = 2.57908 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -721037.459922 Edm = 0.289135 NCalls = 95 +VariableMetric: Iteration # 27 - FCN = -721037.6191521 Edm = 0.0356061 NCalls = 97 +VariableMetric: Iteration # 28 - FCN = -721037.6649127 Edm = 0.00832948 NCalls = 99 +VariableMetric: Iteration # 29 - FCN = -721037.7806411 Edm = 0.055496 NCalls = 102 +VariableMetric: Iteration # 30 - FCN = -721038.0352517 Edm = 0.122601 NCalls = 104 +VariableMetric: Iteration # 31 - FCN = -721049.6089013 Edm = 8.31927 NCalls = 109 +VariableMetric: Iteration # 32 - FCN = -721080.7483369 Edm = 30.2242 NCalls = 112 +VariableMetric: Iteration # 33 - FCN = -721120.0286386 Edm = 9.8399 NCalls = 117 +VariableMetric: Iteration # 34 - FCN = -721128.4645467 Edm = 4.09555 NCalls = 118 +VariableMetric: Iteration # 35 - FCN = -721130.2507939 Edm = 0.198995 NCalls = 120 +VariableMetric: Iteration # 36 - FCN = -721130.534432 Edm = 0.0269403 NCalls = 122 +VariableMetric: Iteration # 37 - FCN = -721130.5797818 Edm = 0.00736589 NCalls = 124 +VariableMetric: Iteration # 38 - FCN = -721130.5936352 Edm = 0.00513868 NCalls = 126 +VariableMetric: Iteration # 39 - FCN = -721130.7406909 Edm = 0.142252 NCalls = 130 +VariableMetric: Iteration # 40 - FCN = -721139.5939383 Edm = 0.695037 NCalls = 137 +VariableMetric: Iteration # 41 - FCN = -721205.0350641 Edm = 28.8864 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -721218.3761775 Edm = 8.47986 NCalls = 142 +VariableMetric: Iteration # 43 - FCN = -721226.311874 Edm = 1.28746 NCalls = 144 +VariableMetric: Iteration # 44 - FCN = -721410.9627976 Edm = 95.8559 NCalls = 150 +VariableMetric: Iteration # 45 - FCN = -721410.9627976 Edm = 95.8559 NCalls = 161 +VariableMetric: After Hessian - FCN = -721410.9627976 Edm = 237.797 NCalls = 516 +VariableMetric: Iteration # 46 - FCN = -721410.9627976 Edm = 237.797 NCalls = 516 +VariableMetric: Iteration # 47 - FCN = -721620.5185516 Edm = 5831.06 NCalls = 519 +VariableMetric: Iteration # 48 - FCN = -721666.5950515 Edm = 41.4889 NCalls = 521 +VariableMetric: Iteration # 49 - FCN = -721681.7069987 Edm = 19.7538 NCalls = 523 +VariableMetric: Iteration # 50 - FCN = -721700.8393206 Edm = 7.47589 NCalls = 528 +VariableMetric: Iteration # 51 - FCN = -721704.5228168 Edm = 12.0636 NCalls = 530 +VariableMetric: Iteration # 52 - FCN = -721710.6299959 Edm = 6.63371 NCalls = 533 +VariableMetric: Iteration # 53 - FCN = -721718.6267129 Edm = 4.34986 NCalls = 536 +VariableMetric: Iteration # 54 - FCN = -721722.5164558 Edm = 2.16496 NCalls = 538 +VariableMetric: Iteration # 55 - FCN = -721723.750631 Edm = 0.505967 NCalls = 540 +VariableMetric: Iteration # 56 - FCN = -721724.3626886 Edm = 0.29094 NCalls = 542 +VariableMetric: Iteration # 57 - FCN = -721724.5573679 Edm = 0.0682165 NCalls = 544 +VariableMetric: Iteration # 58 - FCN = -721724.6292273 Edm = 0.0266652 NCalls = 546 +VariableMetric: Iteration # 59 - FCN = -721724.6764233 Edm = 0.015303 NCalls = 548 +VariableMetric: Iteration # 60 - FCN = -721724.7073044 Edm = 0.0142554 NCalls = 550 +VariableMetric: Iteration # 61 - FCN = -721724.7384558 Edm = 0.0107967 NCalls = 552 +VariableMetric: Iteration # 62 - FCN = -721724.7594293 Edm = 0.00837226 NCalls = 554 +VariableMetric: Iteration # 63 - FCN = -721724.7815823 Edm = 0.00242285 NCalls = 556 +VariableMetric: Iteration # 64 - FCN = -721724.78691 Edm = 0.00193803 NCalls = 558 +VariableMetric: Iteration # 65 - FCN = -721724.7921544 Edm = 0.00133926 NCalls = 560 +VariableMetric: Iteration # 66 - FCN = -721724.7970484 Edm = 0.00170926 NCalls = 562 +VariableMetric: Iteration # 67 - FCN = -721724.8060144 Edm = 0.00448978 NCalls = 565 +VariableMetric: Iteration # 68 - FCN = -721724.8257119 Edm = 0.0102271 NCalls = 568 +VariableMetric: Iteration # 69 - FCN = -721724.8446922 Edm = 0.0256364 NCalls = 571 +VariableMetric: Iteration # 70 - FCN = -721724.8643994 Edm = 0.0174895 NCalls = 573 +VariableMetric: Iteration # 71 - FCN = -721724.9000541 Edm = 0.0283755 NCalls = 577 +VariableMetric: Iteration # 72 - FCN = -721724.9535036 Edm = 0.0308821 NCalls = 581 +VariableMetric: Iteration # 73 - FCN = -721724.989325 Edm = 0.0106411 NCalls = 584 +VariableMetric: Iteration # 74 - FCN = -721724.9967747 Edm = 0.00151931 NCalls = 586 +VariableMetric: Iteration # 75 - FCN = -721724.9980961 Edm = 0.00028439 NCalls = 587 +VariableMetric: Iteration # 76 - FCN = -721724.9984933 Edm = 8.57469e-05 NCalls = 589 +VariableMetric: Iteration # 77 - FCN = -721724.9986071 Edm = 1.09239e-05 NCalls = 591 +VariableMetric: After Hessian - FCN = -721724.9986071 Edm = 0.00151359 NCalls = 962 +VariableMetric: Iteration # 78 - FCN = -721724.9986071 Edm = 0.00151359 NCalls = 962 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718699.4654117 Edm = 0.287771 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718699.4654117 Edm = 0.287771 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718845.9866951 Edm = 0.191805 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -718847.5763688 Edm = 1.25116 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -719049.4383392 Edm = 16.4507 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -719066.3329944 Edm = 0.388444 NCalls = 18 +VariableMetric: Iteration # 5 - FCN = -719076.6286464 Edm = 13.7645 NCalls = 22 +VariableMetric: Iteration # 6 - FCN = -719098.3063355 Edm = 20.5219 NCalls = 27 +VariableMetric: Iteration # 7 - FCN = -719391.4500931 Edm = 29.4724 NCalls = 31 +VariableMetric: Iteration # 8 - FCN = -719412.625963 Edm = 0.336446 NCalls = 33 +VariableMetric: Iteration # 9 - FCN = -719412.8742142 Edm = 0.0413829 NCalls = 35 +VariableMetric: Iteration # 10 - FCN = -719415.0827516 Edm = 2.6018 NCalls = 40 +VariableMetric: Iteration # 11 - FCN = -719470.2412364 Edm = 13.3552 NCalls = 47 +VariableMetric: Iteration # 12 - FCN = -719616.4850868 Edm = 42.7083 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -719712.4659632 Edm = 2.80609 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -719715.8902152 Edm = 0.127864 NCalls = 53 +VariableMetric: Iteration # 15 - FCN = -719716.0690515 Edm = 0.0150628 NCalls = 55 +VariableMetric: Iteration # 16 - FCN = -719717.0541219 Edm = 0.934234 NCalls = 60 +VariableMetric: Iteration # 17 - FCN = -719797.8537856 Edm = 6.64375 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -719809.5714225 Edm = 4.67937 NCalls = 69 +VariableMetric: Iteration # 19 - FCN = -719818.7654315 Edm = 5.65971 NCalls = 75 +VariableMetric: Iteration # 20 - FCN = -719827.3020251 Edm = 10.8661 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -719830.9389089 Edm = 1.30486 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -719832.6899506 Edm = 0.00887954 NCalls = 82 +VariableMetric: Iteration # 23 - FCN = -719832.7191917 Edm = 0.0208901 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -719838.8089192 Edm = 5.77293 NCalls = 91 +VariableMetric: Iteration # 25 - FCN = -719960.7373771 Edm = 61.5623 NCalls = 96 +VariableMetric: Iteration # 26 - FCN = -720035.9794444 Edm = 29.5822 NCalls = 99 +VariableMetric: Iteration # 27 - FCN = -720098.9473086 Edm = 17.0724 NCalls = 102 +VariableMetric: Iteration # 28 - FCN = -720164.7452829 Edm = 325.56 NCalls = 109 +VariableMetric: Iteration # 29 - FCN = -720181.0484534 Edm = 49.2684 NCalls = 111 +VariableMetric: Iteration # 30 - FCN = -720382.4845705 Edm = 348.583 NCalls = 114 +VariableMetric: Iteration # 31 - FCN = -720519.7633396 Edm = 113.777 NCalls = 120 +VariableMetric: Iteration # 32 - FCN = -720611.4804308 Edm = 96.6968 NCalls = 122 +VariableMetric: Iteration # 33 - FCN = -720643.6724073 Edm = 8.07726 NCalls = 124 +VariableMetric: Iteration # 34 - FCN = -720722.9810538 Edm = 119.503 NCalls = 130 +VariableMetric: Iteration # 35 - FCN = -720727.6412987 Edm = 11.9154 NCalls = 132 +VariableMetric: Iteration # 36 - FCN = -720769.7064236 Edm = 57.1362 NCalls = 136 +VariableMetric: Iteration # 37 - FCN = -720970.0443931 Edm = 64.7041 NCalls = 140 +VariableMetric: Iteration # 38 - FCN = -720993.0414567 Edm = 5.19793 NCalls = 142 +VariableMetric: Iteration # 39 - FCN = -721010.773014 Edm = 18.7441 NCalls = 149 +VariableMetric: Iteration # 40 - FCN = -721034.1812055 Edm = 26.6449 NCalls = 153 +VariableMetric: Iteration # 41 - FCN = -721046.5951335 Edm = 11.2169 NCalls = 155 +VariableMetric: Iteration # 42 - FCN = -721060.194138 Edm = 2.10258 NCalls = 158 +VariableMetric: Iteration # 43 - FCN = -721062.6121626 Edm = 1.59929 NCalls = 160 +VariableMetric: Iteration # 44 - FCN = -721070.5565761 Edm = 1.47214 NCalls = 164 +VariableMetric: Iteration # 45 - FCN = -721072.7966009 Edm = 0.279593 NCalls = 166 +VariableMetric: Iteration # 46 - FCN = -721073.6030236 Edm = 0.407862 NCalls = 170 +VariableMetric: Iteration # 47 - FCN = -721073.9758918 Edm = 0.208734 NCalls = 173 +VariableMetric: Iteration # 48 - FCN = -721074.0854135 Edm = 0.0242564 NCalls = 175 +VariableMetric: Iteration # 49 - FCN = -721074.1183475 Edm = 0.0115171 NCalls = 177 +VariableMetric: Iteration # 50 - FCN = -721074.1334549 Edm = 0.007489 NCalls = 179 +VariableMetric: Iteration # 51 - FCN = -721074.314413 Edm = 0.175154 NCalls = 183 +VariableMetric: Iteration # 52 - FCN = -721117.8034373 Edm = 31.4893 NCalls = 191 +VariableMetric: Iteration # 53 - FCN = -721126.4334903 Edm = 68.7097 NCalls = 195 +VariableMetric: Iteration # 54 - FCN = -721206.3223708 Edm = 17.7589 NCalls = 200 +VariableMetric: Iteration # 55 - FCN = -721280.0467224 Edm = 26.9678 NCalls = 207 +VariableMetric: Iteration # 56 - FCN = -721304.2352203 Edm = 19.2687 NCalls = 209 +VariableMetric: Iteration # 57 - FCN = -721307.1879952 Edm = 4.05979 NCalls = 211 +VariableMetric: Iteration # 58 - FCN = -721310.6671542 Edm = 0.740837 NCalls = 213 +VariableMetric: Iteration # 59 - FCN = -721313.1250152 Edm = 0.340173 NCalls = 215 +VariableMetric: Iteration # 60 - FCN = -721313.5399026 Edm = 0.0305859 NCalls = 217 +VariableMetric: Iteration # 61 - FCN = -721313.6102537 Edm = 0.0237123 NCalls = 219 +VariableMetric: Iteration # 62 - FCN = -721313.7286697 Edm = 0.0520203 NCalls = 221 +VariableMetric: Iteration # 63 - FCN = -721314.1464746 Edm = 0.289965 NCalls = 224 +VariableMetric: Iteration # 64 - FCN = -721334.354304 Edm = 17.8628 NCalls = 229 +VariableMetric: Iteration # 65 - FCN = -721392.3429676 Edm = 30.5721 NCalls = 231 +VariableMetric: Iteration # 66 - FCN = -721430.8981544 Edm = 29.4379 NCalls = 233 +VariableMetric: Iteration # 67 - FCN = -721467.782364 Edm = 3.50993 NCalls = 236 +VariableMetric: Iteration # 68 - FCN = -721470.065106 Edm = 1.30416 NCalls = 238 +VariableMetric: Iteration # 69 - FCN = -721470.857547 Edm = 0.104839 NCalls = 240 +VariableMetric: Iteration # 70 - FCN = -721471.0726346 Edm = 0.0986239 NCalls = 242 +VariableMetric: Iteration # 71 - FCN = -721471.2191891 Edm = 0.0305418 NCalls = 244 +VariableMetric: Iteration # 72 - FCN = -721471.2899777 Edm = 0.0370424 NCalls = 246 +VariableMetric: Iteration # 73 - FCN = -721471.4063007 Edm = 0.0327998 NCalls = 248 +VariableMetric: Iteration # 74 - FCN = -721471.4424276 Edm = 0.00746035 NCalls = 250 +VariableMetric: Iteration # 75 - FCN = -721471.471598 Edm = 0.0278048 NCalls = 252 +VariableMetric: Iteration # 76 - FCN = -721472.1981673 Edm = 0.719797 NCalls = 258 +VariableMetric: Iteration # 77 - FCN = -721517.0036175 Edm = 20.3949 NCalls = 263 +VariableMetric: Iteration # 78 - FCN = -721553.0353058 Edm = 3.80178 NCalls = 265 +VariableMetric: Iteration # 79 - FCN = -721556.1859939 Edm = 1.86003 NCalls = 267 +VariableMetric: Iteration # 80 - FCN = -721557.6380467 Edm = 0.770081 NCalls = 269 +VariableMetric: Iteration # 81 - FCN = -721559.3069002 Edm = 0.222453 NCalls = 271 +VariableMetric: Iteration # 82 - FCN = -721559.5765131 Edm = 0.0537602 NCalls = 273 +VariableMetric: Iteration # 83 - FCN = -721559.706462 Edm = 0.0545145 NCalls = 275 +VariableMetric: Iteration # 84 - FCN = -721559.777701 Edm = 0.00509691 NCalls = 277 +VariableMetric: Iteration # 85 - FCN = -721559.7935991 Edm = 0.0057067 NCalls = 279 +VariableMetric: Iteration # 86 - FCN = -721559.8378331 Edm = 0.0279517 NCalls = 282 +VariableMetric: Iteration # 87 - FCN = -721562.6160917 Edm = 4.61937 NCalls = 287 +VariableMetric: Iteration # 88 - FCN = -721562.7403069 Edm = 0.0999985 NCalls = 289 +VariableMetric: Iteration # 89 - FCN = -721563.9300604 Edm = 1.81376 NCalls = 293 +VariableMetric: Iteration # 90 - FCN = -721565.5840448 Edm = 1.54011 NCalls = 298 +VariableMetric: Iteration # 91 - FCN = -721600.7014987 Edm = 18.2692 NCalls = 303 +VariableMetric: Iteration # 92 - FCN = -721630.2681174 Edm = 6.26899 NCalls = 306 +VariableMetric: Iteration # 93 - FCN = -721638.6039009 Edm = 5.11932 NCalls = 309 +VariableMetric: Iteration # 94 - FCN = -721645.902851 Edm = 1.26869 NCalls = 312 +VariableMetric: Iteration # 95 - FCN = -721646.7718528 Edm = 0.172407 NCalls = 314 +VariableMetric: Iteration # 96 - FCN = -721646.9688769 Edm = 0.0523977 NCalls = 316 +VariableMetric: Iteration # 97 - FCN = -721647.0462825 Edm = 0.00886857 NCalls = 318 +VariableMetric: Iteration # 98 - FCN = -721647.0571572 Edm = 0.00145928 NCalls = 320 +VariableMetric: Iteration # 99 - FCN = -721647.0597533 Edm = 0.00122625 NCalls = 322 +VariableMetric: Iteration # 100 - FCN = -721647.0641214 Edm = 0.00359004 NCalls = 325 +VariableMetric: Iteration # 101 - FCN = -721647.1518106 Edm = 0.0875851 NCalls = 329 +VariableMetric: Iteration # 102 - FCN = -721648.0142307 Edm = 0.983522 NCalls = 335 +VariableMetric: Iteration # 103 - FCN = -721648.4207051 Edm = 0.398477 NCalls = 340 +VariableMetric: Iteration # 104 - FCN = -721681.9041471 Edm = 5.23788 NCalls = 346 +VariableMetric: Iteration # 105 - FCN = -721686.776641 Edm = 1.98969 NCalls = 349 +VariableMetric: Iteration # 106 - FCN = -721688.3054694 Edm = 0.237502 NCalls = 350 +VariableMetric: Iteration # 107 - FCN = -721688.4327399 Edm = 0.060578 NCalls = 352 +VariableMetric: Iteration # 108 - FCN = -721688.4910966 Edm = 0.00364534 NCalls = 354 +VariableMetric: Iteration # 109 - FCN = -721688.4958627 Edm = 0.000246071 NCalls = 356 +VariableMetric: Iteration # 110 - FCN = -721688.4964967 Edm = 0.000301348 NCalls = 358 +VariableMetric: Iteration # 111 - FCN = -721688.4999451 Edm = 0.00226918 NCalls = 361 +VariableMetric: Iteration # 112 - FCN = -721688.5423904 Edm = 0.0397821 NCalls = 365 +VariableMetric: Iteration # 113 - FCN = -721689.2133337 Edm = 0.463621 NCalls = 369 +VariableMetric: Iteration # 114 - FCN = -721693.1871841 Edm = 4.77291 NCalls = 373 +VariableMetric: Iteration # 115 - FCN = -721695.9787154 Edm = 2.12524 NCalls = 377 +VariableMetric: Iteration # 116 - FCN = -721701.6083764 Edm = 0.574782 NCalls = 379 +VariableMetric: Iteration # 117 - FCN = -721702.3578324 Edm = 0.0876197 NCalls = 381 +VariableMetric: Iteration # 118 - FCN = -721702.4093967 Edm = 0.0281588 NCalls = 383 +VariableMetric: Iteration # 119 - FCN = -721702.4379302 Edm = 0.00647963 NCalls = 385 +VariableMetric: Iteration # 120 - FCN = -721702.4493657 Edm = 0.0011364 NCalls = 387 +VariableMetric: Iteration # 121 - FCN = -721702.4511831 Edm = 0.000244351 NCalls = 389 +VariableMetric: Iteration # 122 - FCN = -721702.4516118 Edm = 8.02982e-05 NCalls = 391 +VariableMetric: Iteration # 123 - FCN = -721702.4517374 Edm = 8.9028e-06 NCalls = 393 +VariableMetric: After Hessian - FCN = -721702.4517374 Edm = 7.13615 NCalls = 772 +VariableMetric: Iteration # 124 - FCN = -721702.4517374 Edm = 7.13615 NCalls = 772 +VariableMetric: Iteration # 125 - FCN = -721702.7039247 Edm = 11.2266 NCalls = 775 +VariableMetric: Iteration # 126 - FCN = -721704.584167 Edm = 4.32329 NCalls = 783 +VariableMetric: Iteration # 127 - FCN = -721705.1946088 Edm = 1.00852 NCalls = 785 +VariableMetric: Iteration # 128 - FCN = -721705.5174315 Edm = 357.593 NCalls = 787 +VariableMetric: Iteration # 129 - FCN = -721705.5572419 Edm = 2026.35 NCalls = 791 +VariableMetric: Iteration # 130 - FCN = -721705.5851652 Edm = 26409.9 NCalls = 794 +VariableMetric: Iteration # 131 - FCN = -721705.7816801 Edm = 428.833 NCalls = 797 +VariableMetric: Iteration # 132 - FCN = -721705.8484325 Edm = 14.82 NCalls = 801 +VariableMetric: Iteration # 133 - FCN = -721705.8820397 Edm = 36.0495 NCalls = 804 +VariableMetric: Iteration # 134 - FCN = -721705.9250273 Edm = 4.10918 NCalls = 807 +VariableMetric: Iteration # 135 - FCN = -721705.9459774 Edm = 3.83034 NCalls = 810 +VariableMetric: Iteration # 136 - FCN = -721705.9863902 Edm = 238.666 NCalls = 812 +VariableMetric: Iteration # 137 - FCN = -721706.0918771 Edm = 2.02369 NCalls = 814 +VariableMetric: Iteration # 138 - FCN = -721706.1704248 Edm = 0.404009 NCalls = 816 +VariableMetric: Iteration # 139 - FCN = -721706.2169942 Edm = 1.65522 NCalls = 818 +VariableMetric: Iteration # 140 - FCN = -721706.2791278 Edm = 0.393806 NCalls = 820 +VariableMetric: Iteration # 141 - FCN = -721706.3104833 Edm = 0.319967 NCalls = 822 +VariableMetric: Iteration # 142 - FCN = -721706.3501649 Edm = 0.919744 NCalls = 824 +VariableMetric: Iteration # 143 - FCN = -721706.4114027 Edm = 0.460488 NCalls = 826 +VariableMetric: Iteration # 144 - FCN = -721706.4384878 Edm = 0.0583438 NCalls = 828 +VariableMetric: Iteration # 145 - FCN = -721706.4439588 Edm = 0.0849742 NCalls = 830 +VariableMetric: Iteration # 146 - FCN = -721706.5324462 Edm = 0.173598 NCalls = 833 +VariableMetric: Iteration # 147 - FCN = -721706.5656153 Edm = 0.0896579 NCalls = 835 +VariableMetric: Iteration # 148 - FCN = -721706.5982485 Edm = 0.252599 NCalls = 838 +VariableMetric: Iteration # 149 - FCN = -721706.6215078 Edm = 0.0888672 NCalls = 840 +VariableMetric: Iteration # 150 - FCN = -721706.6737381 Edm = 0.015104 NCalls = 842 +VariableMetric: Iteration # 151 - FCN = -721706.7026512 Edm = 0.0144466 NCalls = 845 +VariableMetric: Iteration # 152 - FCN = -721706.7132525 Edm = 0.0240615 NCalls = 847 +VariableMetric: Iteration # 153 - FCN = -721706.7246399 Edm = 0.00565278 NCalls = 849 +VariableMetric: Iteration # 154 - FCN = -721706.7314053 Edm = 0.00245855 NCalls = 852 +VariableMetric: Iteration # 155 - FCN = -721706.7353816 Edm = 0.000798655 NCalls = 855 +VariableMetric: Iteration # 156 - FCN = -721706.7368243 Edm = 0.000416476 NCalls = 857 +VariableMetric: Iteration # 157 - FCN = -721706.7370788 Edm = 0.000167721 NCalls = 859 +VariableMetric: Iteration # 158 - FCN = -721706.73728 Edm = 2.48154e-05 NCalls = 861 +VariableMetric: After Hessian - FCN = -721706.73728 Edm = 2.54673e-05 NCalls = 1240 +VariableMetric: Iteration # 159 - FCN = -721706.73728 Edm = 2.54673e-05 NCalls = 1240 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -715824.2225348 Edm = 5.01343 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -715824.2225348 Edm = 5.01343 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -718910.0270358 Edm = 1.6733 NCalls = 8 +VariableMetric: Iteration # 2 - FCN = -719381.1795891 Edm = 3.45729 NCalls = 16 +VariableMetric: Iteration # 3 - FCN = -719387.4406201 Edm = 2.51095 NCalls = 18 +VariableMetric: Iteration # 4 - FCN = -719424.3891948 Edm = 43.479 NCalls = 22 +VariableMetric: Iteration # 5 - FCN = -719505.3972219 Edm = 75.3201 NCalls = 26 +VariableMetric: Iteration # 6 - FCN = -719524.6229648 Edm = 12.4643 NCalls = 30 +VariableMetric: Iteration # 7 - FCN = -720470.9543063 Edm = 69.7421 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -720608.8066803 Edm = 299.309 NCalls = 37 +VariableMetric: Iteration # 9 - FCN = -720714.7660836 Edm = 33.7511 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -720745.5037311 Edm = 0.493165 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -720761.4555078 Edm = 11.8581 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -720839.7017935 Edm = 6.87473 NCalls = 49 +VariableMetric: Iteration # 13 - FCN = -720843.6931946 Edm = 0.073571 NCalls = 51 +VariableMetric: Iteration # 14 - FCN = -720844.9722618 Edm = 1.33095 NCalls = 55 +VariableMetric: Iteration # 15 - FCN = -720951.7999226 Edm = 22.428 NCalls = 62 +VariableMetric: Iteration # 16 - FCN = -721099.1348154 Edm = 15.8392 NCalls = 64 +VariableMetric: Iteration # 17 - FCN = -721125.3646691 Edm = 1.55414 NCalls = 66 +VariableMetric: Iteration # 18 - FCN = -721126.1181977 Edm = 0.120185 NCalls = 68 +VariableMetric: Iteration # 19 - FCN = -721126.5757403 Edm = 0.353868 NCalls = 70 +VariableMetric: Iteration # 20 - FCN = -721132.0695671 Edm = 1.47908 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -721146.2985831 Edm = 5.94996 NCalls = 78 +VariableMetric: Iteration # 22 - FCN = -721157.5827695 Edm = 0.0409245 NCalls = 80 +VariableMetric: Iteration # 23 - FCN = -721157.9258514 Edm = 0.303373 NCalls = 83 +VariableMetric: Iteration # 24 - FCN = -721345.4580101 Edm = 35.8682 NCalls = 90 +VariableMetric: Iteration # 25 - FCN = -721404.8663514 Edm = 9.06739 NCalls = 93 +VariableMetric: Iteration # 26 - FCN = -721422.4513781 Edm = 6.21298 NCalls = 97 +VariableMetric: Iteration # 27 - FCN = -721433.0784319 Edm = 0.632508 NCalls = 100 +VariableMetric: Iteration # 28 - FCN = -721433.9061501 Edm = 0.103924 NCalls = 102 +VariableMetric: Iteration # 29 - FCN = -721434.1511069 Edm = 0.0149953 NCalls = 104 +VariableMetric: Iteration # 30 - FCN = -721434.1721455 Edm = 0.0124442 NCalls = 106 +VariableMetric: Iteration # 31 - FCN = -721434.1977752 Edm = 0.00900912 NCalls = 108 +VariableMetric: Iteration # 32 - FCN = -721434.2143609 Edm = 0.00297987 NCalls = 110 +VariableMetric: Iteration # 33 - FCN = -721434.2494167 Edm = 0.0393929 NCalls = 113 +VariableMetric: Iteration # 34 - FCN = -721434.6794295 Edm = 0.358396 NCalls = 119 +VariableMetric: Iteration # 35 - FCN = -721447.985683 Edm = 12.8315 NCalls = 124 +VariableMetric: Iteration # 36 - FCN = -721448.9157649 Edm = 1.31875 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -721462.9355399 Edm = 3.00135 NCalls = 132 +VariableMetric: Iteration # 38 - FCN = -721467.1215536 Edm = 0.121322 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -721467.2803069 Edm = 0.0203783 NCalls = 136 +VariableMetric: Iteration # 40 - FCN = -721467.3033471 Edm = 0.00339105 NCalls = 138 +VariableMetric: Iteration # 41 - FCN = -721467.3074508 Edm = 0.000819732 NCalls = 140 +VariableMetric: Iteration # 42 - FCN = -721467.3984947 Edm = 0.0906131 NCalls = 145 +VariableMetric: Iteration # 43 - FCN = -721476.8910103 Edm = 2.16905 NCalls = 151 +VariableMetric: Iteration # 44 - FCN = -721479.6447706 Edm = 0.0093467 NCalls = 153 +VariableMetric: Iteration # 45 - FCN = -721479.6539419 Edm = 0.000395355 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -721479.6547282 Edm = 0.000521955 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -721479.6630037 Edm = 0.0104369 NCalls = 160 +VariableMetric: Iteration # 48 - FCN = -721479.9765957 Edm = 0.094423 NCalls = 167 +VariableMetric: Iteration # 49 - FCN = -721482.1270337 Edm = 1.05501 NCalls = 169 +VariableMetric: Iteration # 50 - FCN = -721489.150778 Edm = 0.512623 NCalls = 172 +VariableMetric: Iteration # 51 - FCN = -721489.8674768 Edm = 0.163955 NCalls = 175 +VariableMetric: Iteration # 52 - FCN = -721490.1048072 Edm = 0.0373778 NCalls = 177 +VariableMetric: Iteration # 53 - FCN = -721490.1441916 Edm = 0.00300572 NCalls = 179 +VariableMetric: Iteration # 54 - FCN = -721490.1483035 Edm = 0.000907594 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -721490.1504947 Edm = 0.00156266 NCalls = 183 +VariableMetric: Iteration # 56 - FCN = -721490.212543 Edm = 0.0597091 NCalls = 188 +VariableMetric: Iteration # 57 - FCN = -721513.6508283 Edm = 10.3431 NCalls = 194 +VariableMetric: Iteration # 58 - FCN = -721531.5475403 Edm = 1.10555 NCalls = 196 +VariableMetric: Iteration # 59 - FCN = -721532.8429329 Edm = 0.249077 NCalls = 199 +VariableMetric: Iteration # 60 - FCN = -721533.2194031 Edm = 0.0354168 NCalls = 201 +VariableMetric: Iteration # 61 - FCN = -721533.2718041 Edm = 0.00312145 NCalls = 203 +VariableMetric: Iteration # 62 - FCN = -721533.2767938 Edm = 0.00234248 NCalls = 205 +VariableMetric: Iteration # 63 - FCN = -721533.3238532 Edm = 0.0447319 NCalls = 209 +VariableMetric: Iteration # 64 - FCN = -721536.8279391 Edm = 2.22955 NCalls = 214 +VariableMetric: Iteration # 65 - FCN = -721547.3784256 Edm = 12.2117 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -721557.6327251 Edm = 2.45004 NCalls = 222 +VariableMetric: Iteration # 67 - FCN = -721561.1455094 Edm = 1.31079 NCalls = 225 +VariableMetric: Iteration # 68 - FCN = -721563.3722424 Edm = 0.658875 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -721565.107253 Edm = 0.813569 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -721566.7601531 Edm = 2.56092 NCalls = 235 +VariableMetric: Iteration # 71 - FCN = -721569.6094069 Edm = 5.93243 NCalls = 239 +VariableMetric: Iteration # 72 - FCN = -721573.4590881 Edm = 6.00316 NCalls = 242 +VariableMetric: Iteration # 73 - FCN = -721577.4218472 Edm = 2.14496 NCalls = 245 +VariableMetric: Iteration # 74 - FCN = -721578.3318012 Edm = 1.25386 NCalls = 247 +VariableMetric: Iteration # 75 - FCN = -721579.1494774 Edm = 0.0581134 NCalls = 249 +VariableMetric: Iteration # 76 - FCN = -721579.2058025 Edm = 0.00519938 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -721579.2114254 Edm = 0.000176699 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -721579.2117161 Edm = 0.000120213 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -721579.2131857 Edm = 0.00112124 NCalls = 259 +VariableMetric: Iteration # 80 - FCN = -721579.2961002 Edm = 0.0764873 NCalls = 264 +VariableMetric: Iteration # 81 - FCN = -721581.5463448 Edm = 0.554096 NCalls = 269 +VariableMetric: Iteration # 82 - FCN = -721582.2476001 Edm = 0.0248012 NCalls = 271 +VariableMetric: Iteration # 83 - FCN = -721582.2751261 Edm = 0.000689034 NCalls = 273 +VariableMetric: Iteration # 84 - FCN = -721582.2757885 Edm = 6.78906e-05 NCalls = 274 +VariableMetric: After Hessian - FCN = -721582.2757885 Edm = 18112.3 NCalls = 633 +VariableMetric: Iteration # 85 - FCN = -721582.2757885 Edm = 18112.3 NCalls = 633 +VariableMetric: Iteration # 86 - FCN = -721586.6282806 Edm = 42522.8 NCalls = 644 +VariableMetric: Iteration # 87 - FCN = -721600.1420163 Edm = 9.90663 NCalls = 655 +VariableMetric: Iteration # 88 - FCN = -721602.018625 Edm = 0.529792 NCalls = 663 +VariableMetric: Iteration # 89 - FCN = -721602.1778924 Edm = 2.93296 NCalls = 665 +VariableMetric: Iteration # 90 - FCN = -721602.7044759 Edm = 0.078366 NCalls = 667 +VariableMetric: Iteration # 91 - FCN = -721604.9868474 Edm = 2.12112 NCalls = 674 +VariableMetric: Iteration # 92 - FCN = -721605.1194877 Edm = 0.32814 NCalls = 677 +VariableMetric: Iteration # 93 - FCN = -721607.7717383 Edm = 4.58129 NCalls = 682 +VariableMetric: Iteration # 94 - FCN = -721609.2946268 Edm = 2.27321 NCalls = 686 +VariableMetric: Iteration # 95 - FCN = -721612.1666747 Edm = 2.29566 NCalls = 690 +VariableMetric: Iteration # 96 - FCN = -721613.6351414 Edm = 0.186398 NCalls = 692 +VariableMetric: Iteration # 97 - FCN = -721613.9004357 Edm = 0.0639513 NCalls = 694 +VariableMetric: Iteration # 98 - FCN = -721614.1187533 Edm = 0.0817644 NCalls = 696 +VariableMetric: Iteration # 99 - FCN = -721614.4685769 Edm = 0.132528 NCalls = 699 +VariableMetric: Iteration # 100 - FCN = -721614.7189108 Edm = 0.10494 NCalls = 701 +VariableMetric: Iteration # 101 - FCN = -721615.48204 Edm = 0.470958 NCalls = 706 +VariableMetric: Iteration # 102 - FCN = -721615.6416201 Edm = 0.358888 NCalls = 708 +VariableMetric: Iteration # 103 - FCN = -721616.1085828 Edm = 0.389668 NCalls = 711 +VariableMetric: Iteration # 104 - FCN = -721616.4597518 Edm = 0.114757 NCalls = 713 +VariableMetric: Iteration # 105 - FCN = -721616.8121101 Edm = 0.133107 NCalls = 716 +VariableMetric: Iteration # 106 - FCN = -721617.4070104 Edm = 0.556928 NCalls = 720 +VariableMetric: Iteration # 107 - FCN = -721617.5844607 Edm = 0.363011 NCalls = 723 +VariableMetric: Iteration # 108 - FCN = -721617.9368391 Edm = 0.310182 NCalls = 726 +VariableMetric: Iteration # 109 - FCN = -721618.0990501 Edm = 0.0419766 NCalls = 729 +VariableMetric: Iteration # 110 - FCN = -721618.1759858 Edm = 0.0145779 NCalls = 731 +VariableMetric: Iteration # 111 - FCN = -721618.2182741 Edm = 0.0211863 NCalls = 733 +VariableMetric: Iteration # 112 - FCN = -721618.6467434 Edm = 1.2094 NCalls = 738 +VariableMetric: Iteration # 113 - FCN = -721618.6964858 Edm = 0.166799 NCalls = 741 +VariableMetric: Iteration # 114 - FCN = -721621.1269408 Edm = 3.10145 NCalls = 750 +VariableMetric: Iteration # 115 - FCN = -721621.1521762 Edm = 0.104307 NCalls = 752 +VariableMetric: Iteration # 116 - FCN = -721621.4179251 Edm = 0.404667 NCalls = 755 +VariableMetric: Iteration # 117 - FCN = -721623.7280423 Edm = 3.99604 NCalls = 761 +VariableMetric: Iteration # 118 - FCN = -721624.2459476 Edm = 0.538718 NCalls = 765 +VariableMetric: Iteration # 119 - FCN = -721626.0210439 Edm = 1.26287 NCalls = 771 +VariableMetric: Iteration # 120 - FCN = -721627.6390788 Edm = 0.548245 NCalls = 773 +VariableMetric: Iteration # 121 - FCN = -721628.0404174 Edm = 0.170673 NCalls = 775 +VariableMetric: Iteration # 122 - FCN = -721628.1950705 Edm = 0.135167 NCalls = 777 +VariableMetric: Iteration # 123 - FCN = -721628.3649815 Edm = 0.063814 NCalls = 779 +VariableMetric: Iteration # 124 - FCN = -721628.4888758 Edm = 0.0118693 NCalls = 781 +VariableMetric: Iteration # 125 - FCN = -721628.5155929 Edm = 0.0089496 NCalls = 783 +VariableMetric: Iteration # 126 - FCN = -721628.5610696 Edm = 0.0178774 NCalls = 785 +VariableMetric: Iteration # 127 - FCN = -721628.6551829 Edm = 0.0554982 NCalls = 787 +VariableMetric: Iteration # 128 - FCN = -721628.8162145 Edm = 0.0550899 NCalls = 789 +VariableMetric: Iteration # 129 - FCN = -721628.8851631 Edm = 0.0446728 NCalls = 791 +VariableMetric: Iteration # 130 - FCN = -721628.9073989 Edm = 0.0131411 NCalls = 794 +VariableMetric: Iteration # 131 - FCN = -721628.9420631 Edm = 0.0095633 NCalls = 796 +VariableMetric: Iteration # 132 - FCN = -721628.9576363 Edm = 0.00933874 NCalls = 798 +VariableMetric: Iteration # 133 - FCN = -721628.9673167 Edm = 0.00322365 NCalls = 801 +VariableMetric: Iteration # 134 - FCN = -721628.9728665 Edm = 0.000374023 NCalls = 803 +VariableMetric: Iteration # 135 - FCN = -721628.9736219 Edm = 0.000224933 NCalls = 805 +VariableMetric: Iteration # 136 - FCN = -721628.9742166 Edm = 0.000505044 NCalls = 808 +VariableMetric: Iteration # 137 - FCN = -721628.9749093 Edm = 6.81882e-05 NCalls = 810 +VariableMetric: Iteration # 138 - FCN = -721628.9750064 Edm = 5.73708e-06 NCalls = 812 +VariableMetric: After Hessian - FCN = -721628.9750064 Edm = 3.27035e-05 NCalls = 1195 +VariableMetric: Iteration # 139 - FCN = -721628.9750064 Edm = 3.27035e-05 NCalls = 1195 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -718160.5074596 Edm = 1.93425 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -718160.5074596 Edm = 1.93425 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -719749.6204816 Edm = 0.737759 NCalls = 9 +VariableMetric: Iteration # 2 - FCN = -719751.9193698 Edm = 1.38857 NCalls = 11 +VariableMetric: Iteration # 3 - FCN = -720338.046348 Edm = 43.5551 NCalls = 19 +VariableMetric: Iteration # 4 - FCN = -720375.7346514 Edm = 1.5068 NCalls = 21 +VariableMetric: Iteration # 5 - FCN = -720376.9548473 Edm = 0.105868 NCalls = 23 +VariableMetric: Iteration # 6 - FCN = -720382.1423407 Edm = 5.3643 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -720418.9177384 Edm = 32.0528 NCalls = 35 +VariableMetric: Iteration # 8 - FCN = -720598.2121628 Edm = 49.8576 NCalls = 38 +VariableMetric: Iteration # 9 - FCN = -720642.8497086 Edm = 0.14904 NCalls = 40 +VariableMetric: Iteration # 10 - FCN = -720642.995886 Edm = 0.0502425 NCalls = 41 +VariableMetric: Iteration # 11 - FCN = -720644.3646009 Edm = 1.41378 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -720659.2884701 Edm = 12.2886 NCalls = 51 +VariableMetric: Iteration # 13 - FCN = -720886.1134531 Edm = 13.8503 NCalls = 55 +VariableMetric: Iteration # 14 - FCN = -720904.8902286 Edm = 2.81993 NCalls = 57 +VariableMetric: Iteration # 15 - FCN = -720942.4290034 Edm = 3.21333 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -720946.2794644 Edm = 1.09942 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -720946.9777414 Edm = 0.0177894 NCalls = 64 +VariableMetric: Iteration # 18 - FCN = -720947.2082039 Edm = 0.223207 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -720951.86377 Edm = 3.92852 NCalls = 73 +VariableMetric: Iteration # 20 - FCN = -721102.6126037 Edm = 45.4364 NCalls = 78 +VariableMetric: Iteration # 21 - FCN = -721230.600685 Edm = 90.7173 NCalls = 83 +VariableMetric: Iteration # 22 - FCN = -721257.4513757 Edm = 13.1665 NCalls = 85 +VariableMetric: Iteration # 23 - FCN = -721269.6487689 Edm = 1.28184 NCalls = 87 +VariableMetric: Iteration # 24 - FCN = -721271.5533967 Edm = 0.388682 NCalls = 89 +VariableMetric: Iteration # 25 - FCN = -721272.5060928 Edm = 0.126428 NCalls = 92 +VariableMetric: Iteration # 26 - FCN = -721272.6741541 Edm = 0.00712556 NCalls = 94 +VariableMetric: Iteration # 27 - FCN = -721272.6839295 Edm = 0.00265579 NCalls = 96 +VariableMetric: Iteration # 28 - FCN = -721272.7167047 Edm = 0.0298902 NCalls = 100 +VariableMetric: Iteration # 29 - FCN = -721302.9639175 Edm = 17.5241 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -721329.9169128 Edm = 5.44932 NCalls = 110 +VariableMetric: Iteration # 31 - FCN = -721334.6371682 Edm = 0.482567 NCalls = 112 +VariableMetric: Iteration # 32 - FCN = -721335.0733249 Edm = 0.0319943 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -721335.1084537 Edm = 0.00162914 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -721335.110603 Edm = 0.00115502 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -721335.1881413 Edm = 0.0865101 NCalls = 122 +VariableMetric: Iteration # 36 - FCN = -721335.9537962 Edm = 0.57407 NCalls = 129 +VariableMetric: Iteration # 37 - FCN = -721335.9713609 Edm = 0.000673941 NCalls = 130 +VariableMetric: Iteration # 38 - FCN = -721335.9864726 Edm = 0.0142491 NCalls = 134 +VariableMetric: Iteration # 39 - FCN = -721357.1032528 Edm = 2.03378 NCalls = 141 +VariableMetric: Iteration # 40 - FCN = -721370.9121941 Edm = 1.83001 NCalls = 142 +VariableMetric: Iteration # 41 - FCN = -721372.5422595 Edm = 0.632498 NCalls = 143 +VariableMetric: Iteration # 42 - FCN = -721373.3847399 Edm = 0.132662 NCalls = 146 +VariableMetric: Iteration # 43 - FCN = -721373.5149059 Edm = 0.00911019 NCalls = 147 +VariableMetric: Iteration # 44 - FCN = -721373.5254627 Edm = 0.00119032 NCalls = 149 +VariableMetric: Iteration # 45 - FCN = -721373.5398364 Edm = 0.0127759 NCalls = 152 +VariableMetric: Iteration # 46 - FCN = -721374.9175615 Edm = 1.41896 NCalls = 157 +VariableMetric: Iteration # 47 - FCN = -721376.0185924 Edm = 0.999379 NCalls = 162 +VariableMetric: Iteration # 48 - FCN = -721395.8080157 Edm = 2.87638 NCalls = 166 +VariableMetric: Iteration # 49 - FCN = -721398.5948781 Edm = 0.0457147 NCalls = 167 +VariableMetric: Iteration # 50 - FCN = -721398.6554953 Edm = 0.00715677 NCalls = 169 +VariableMetric: Iteration # 51 - FCN = -721398.6686711 Edm = 0.00414804 NCalls = 171 +VariableMetric: Iteration # 52 - FCN = -721398.6919643 Edm = 0.0196087 NCalls = 174 +VariableMetric: Iteration # 53 - FCN = -721400.5860729 Edm = 1.99742 NCalls = 181 +VariableMetric: Iteration # 54 - FCN = -721404.5188834 Edm = 2.80452 NCalls = 188 +VariableMetric: Iteration # 55 - FCN = -721460.8956199 Edm = 20.5453 NCalls = 193 +VariableMetric: Iteration # 56 - FCN = -721475.7918882 Edm = 22.6047 NCalls = 195 +VariableMetric: Iteration # 57 - FCN = -721492.6806998 Edm = 3.36486 NCalls = 198 +VariableMetric: Iteration # 58 - FCN = -721496.2213263 Edm = 1.81875 NCalls = 199 +VariableMetric: Iteration # 59 - FCN = -721498.4379594 Edm = 0.2447 NCalls = 201 +VariableMetric: Iteration # 60 - FCN = -721498.5955808 Edm = 0.0141878 NCalls = 203 +VariableMetric: Iteration # 61 - FCN = -721498.6096607 Edm = 0.00109378 NCalls = 205 +VariableMetric: Iteration # 62 - FCN = -721498.6139891 Edm = 0.00328132 NCalls = 207 +VariableMetric: Iteration # 63 - FCN = -721498.7651606 Edm = 0.151497 NCalls = 211 +VariableMetric: Iteration # 64 - FCN = -721498.8690737 Edm = 0.096875 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -721516.2119234 Edm = 5.1665 NCalls = 222 +VariableMetric: Iteration # 66 - FCN = -721523.5686105 Edm = 1.13771 NCalls = 224 +VariableMetric: Iteration # 67 - FCN = -721524.5258242 Edm = 0.491177 NCalls = 226 +VariableMetric: Iteration # 68 - FCN = -721525.0982987 Edm = 0.132771 NCalls = 228 +VariableMetric: Iteration # 69 - FCN = -721525.3677134 Edm = 0.081224 NCalls = 230 +VariableMetric: Iteration # 70 - FCN = -721525.5011857 Edm = 0.0544568 NCalls = 232 +VariableMetric: Iteration # 71 - FCN = -721525.5705458 Edm = 0.00670719 NCalls = 234 +VariableMetric: Iteration # 72 - FCN = -721525.5807256 Edm = 0.00084183 NCalls = 236 +VariableMetric: Iteration # 73 - FCN = -721525.5823588 Edm = 0.000616707 NCalls = 238 +VariableMetric: Iteration # 74 - FCN = -721525.6036927 Edm = 0.0205395 NCalls = 242 +VariableMetric: Iteration # 75 - FCN = -721529.3582497 Edm = 3.37941 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -721546.5017059 Edm = 3.69152 NCalls = 250 +VariableMetric: Iteration # 77 - FCN = -721548.7208286 Edm = 0.317617 NCalls = 252 +VariableMetric: Iteration # 78 - FCN = -721549.0507298 Edm = 0.0409091 NCalls = 254 +VariableMetric: Iteration # 79 - FCN = -721549.1021979 Edm = 0.00305517 NCalls = 256 +VariableMetric: Iteration # 80 - FCN = -721549.1068687 Edm = 0.00108215 NCalls = 258 +VariableMetric: Iteration # 81 - FCN = -721549.1097532 Edm = 0.000896882 NCalls = 260 +VariableMetric: Iteration # 82 - FCN = -721549.1132985 Edm = 0.00250135 NCalls = 262 +VariableMetric: Iteration # 83 - FCN = -721549.1462332 Edm = 0.0214275 NCalls = 265 +VariableMetric: Iteration # 84 - FCN = -721549.4651724 Edm = 0.255666 NCalls = 268 +VariableMetric: Iteration # 85 - FCN = -721554.8966076 Edm = 4.29412 NCalls = 272 +VariableMetric: Iteration # 86 - FCN = -721563.0152446 Edm = 2.21876 NCalls = 274 +VariableMetric: Iteration # 87 - FCN = -721564.8765243 Edm = 1.15456 NCalls = 276 +VariableMetric: Iteration # 88 - FCN = -721565.5300099 Edm = 0.231777 NCalls = 278 +VariableMetric: Iteration # 89 - FCN = -721565.7052683 Edm = 0.0468319 NCalls = 279 +VariableMetric: Iteration # 90 - FCN = -721565.7596743 Edm = 0.00692728 NCalls = 281 +VariableMetric: Iteration # 91 - FCN = -721565.7706644 Edm = 0.000264865 NCalls = 283 +VariableMetric: Iteration # 92 - FCN = -721565.7712693 Edm = 0.000189458 NCalls = 285 +VariableMetric: Iteration # 93 - FCN = -721565.7719829 Edm = 0.000322635 NCalls = 287 +VariableMetric: Iteration # 94 - FCN = -721565.7745021 Edm = 0.00281176 NCalls = 290 +VariableMetric: Iteration # 95 - FCN = -721566.0261952 Edm = 0.242625 NCalls = 297 +VariableMetric: Iteration # 96 - FCN = -721568.6417405 Edm = 0.195034 NCalls = 300 +VariableMetric: Iteration # 97 - FCN = -721568.8566646 Edm = 0.0115523 NCalls = 301 +VariableMetric: Iteration # 98 - FCN = -721568.8676962 Edm = 0.000247302 NCalls = 303 +VariableMetric: Iteration # 99 - FCN = -721568.868014 Edm = 4.49071e-05 NCalls = 305 +VariableMetric: After Hessian - FCN = -721568.868014 Edm = 1.43073e+06 NCalls = 666 +VariableMetric: Iteration # 100 - FCN = -721568.868014 Edm = 1.43073e+06 NCalls = 666 +VariableMetric: Iteration # 101 - FCN = -721666.8750098 Edm = 366019 NCalls = 677 +VariableMetric: Iteration # 102 - FCN = -721690.09247 Edm = 5.52393 NCalls = 687 +VariableMetric: Iteration # 103 - FCN = -721700.4653152 Edm = 4.00844 NCalls = 689 +VariableMetric: Iteration # 104 - FCN = -721701.501359 Edm = 0.257338 NCalls = 691 +VariableMetric: Iteration # 105 - FCN = -721702.2062959 Edm = 0.274191 NCalls = 693 +VariableMetric: Iteration # 106 - FCN = -721702.652456 Edm = 0.0627501 NCalls = 695 +VariableMetric: Iteration # 107 - FCN = -721703.0753209 Edm = 0.0968344 NCalls = 698 +VariableMetric: Iteration # 108 - FCN = -721703.2907561 Edm = 0.0552856 NCalls = 700 +VariableMetric: Iteration # 109 - FCN = -721703.4918726 Edm = 0.0275749 NCalls = 702 +VariableMetric: Iteration # 110 - FCN = -721703.6296986 Edm = 0.0682879 NCalls = 705 +VariableMetric: Iteration # 111 - FCN = -721703.7331899 Edm = 0.0142127 NCalls = 708 +VariableMetric: Iteration # 112 - FCN = -721703.765251 Edm = 0.0081506 NCalls = 710 +VariableMetric: Iteration # 113 - FCN = -721703.781395 Edm = 0.00235425 NCalls = 712 +VariableMetric: Iteration # 114 - FCN = -721703.7906906 Edm = 0.00252572 NCalls = 714 +VariableMetric: Iteration # 115 - FCN = -721703.8001516 Edm = 0.00409018 NCalls = 716 +VariableMetric: Iteration # 116 - FCN = -721703.8067087 Edm = 0.00149566 NCalls = 718 +VariableMetric: Iteration # 117 - FCN = -721703.8109059 Edm = 0.00147823 NCalls = 720 +VariableMetric: Iteration # 118 - FCN = -721703.8146482 Edm = 0.000812577 NCalls = 722 +VariableMetric: Iteration # 119 - FCN = -721703.8212239 Edm = 0.00128437 NCalls = 725 +VariableMetric: Iteration # 120 - FCN = -721703.8229642 Edm = 0.000134102 NCalls = 727 +VariableMetric: Iteration # 121 - FCN = -721703.8242373 Edm = 8.48932e-05 NCalls = 730 +VariableMetric: Iteration # 122 - FCN = -721703.8243553 Edm = 2.63223e-05 NCalls = 732 +VariableMetric: After Hessian - FCN = -721703.8243553 Edm = 0.333762 NCalls = 1109 +VariableMetric: Iteration # 123 - FCN = -721703.8243553 Edm = 0.333762 NCalls = 1109 +VariableMetric: Iteration # 124 - FCN = -721703.8265666 Edm = 0.40313 NCalls = 1112 +VariableMetric: Iteration # 125 - FCN = -721703.8265969 Edm = 0.00618455 NCalls = 1114 +VariableMetric: Iteration # 126 - FCN = -721703.8266863 Edm = 6.72911e-05 NCalls = 1116 +VariableMetric: Iteration # 127 - FCN = -721703.8267031 Edm = 1.593e-05 NCalls = 1118 +VariableMetric: After Hessian - FCN = -721703.8267031 Edm = 0.00559427 NCalls = 1495 +VariableMetric: Iteration # 128 - FCN = -721703.8267031 Edm = 0.00559427 NCalls = 1495 +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +HACK WARNING: if the following is NOT empty, your sampling _may_ be biased. Failed weights: [] failed probs [] +VariableMetric: start iterating until Edm is < 0.0001 +VariableMetric: Initial state - FCN = -719896.7981126 Edm = 1.91681 NCalls = 1 +VariableMetric: Iteration # 0 - FCN = -719896.7981126 Edm = 1.91681 NCalls = 1 +VariableMetric: Iteration # 1 - FCN = -720465.2904403 Edm = 0.150032 NCalls = 7 +VariableMetric: Iteration # 2 - FCN = -720465.9350527 Edm = 0.370061 NCalls = 9 +VariableMetric: Iteration # 3 - FCN = -720736.0063034 Edm = 8.38102 NCalls = 17 +VariableMetric: Iteration # 4 - FCN = -720744.3150023 Edm = 0.448054 NCalls = 19 +VariableMetric: Iteration # 5 - FCN = -720744.6746084 Edm = 0.128291 NCalls = 21 +VariableMetric: Iteration # 6 - FCN = -720790.0797729 Edm = 12.3626 NCalls = 28 +VariableMetric: Iteration # 7 - FCN = -720806.1751663 Edm = 0.0691276 NCalls = 30 +VariableMetric: Iteration # 8 - FCN = -720806.3160381 Edm = 0.0775605 NCalls = 32 +VariableMetric: Iteration # 9 - FCN = -720845.6059368 Edm = 27.439 NCalls = 39 +VariableMetric: Iteration # 10 - FCN = -721025.0101995 Edm = 0.499968 NCalls = 43 +VariableMetric: Iteration # 11 - FCN = -721025.5962313 Edm = 0.00951164 NCalls = 45 +VariableMetric: Iteration # 12 - FCN = -721025.6214902 Edm = 0.00929106 NCalls = 47 +VariableMetric: Iteration # 13 - FCN = -721026.1885442 Edm = 0.548077 NCalls = 52 +VariableMetric: Iteration # 14 - FCN = -721081.4722833 Edm = 20.1129 NCalls = 59 +VariableMetric: Iteration # 15 - FCN = -721115.0722696 Edm = 0.928763 NCalls = 61 +VariableMetric: Iteration # 16 - FCN = -721116.4553794 Edm = 0.3898 NCalls = 63 +VariableMetric: Iteration # 17 - FCN = -721116.8975036 Edm = 0.0331551 NCalls = 65 +VariableMetric: Iteration # 18 - FCN = -721116.9381727 Edm = 0.00230477 NCalls = 67 +VariableMetric: Iteration # 19 - FCN = -721116.9471368 Edm = 0.00623808 NCalls = 69 +VariableMetric: Iteration # 20 - FCN = -721118.0793516 Edm = 1.02423 NCalls = 75 +VariableMetric: Iteration # 21 - FCN = -721145.2654178 Edm = 13.391 NCalls = 80 +VariableMetric: Iteration # 22 - FCN = -721161.0341104 Edm = 0.110825 NCalls = 83 +VariableMetric: Iteration # 23 - FCN = -721161.1414191 Edm = 0.00652587 NCalls = 84 +VariableMetric: Iteration # 24 - FCN = -721161.1474376 Edm = 0.00154059 NCalls = 85 +VariableMetric: Iteration # 25 - FCN = -721161.1525367 Edm = 0.00363436 NCalls = 87 +VariableMetric: Iteration # 26 - FCN = -721161.3546627 Edm = 0.231982 NCalls = 92 +VariableMetric: Iteration # 27 - FCN = -721162.0764753 Edm = 0.699 NCalls = 98 +VariableMetric: Iteration # 28 - FCN = -721239.9537208 Edm = 27.489 NCalls = 104 +VariableMetric: Iteration # 29 - FCN = -721265.0176981 Edm = 3.12899 NCalls = 107 +VariableMetric: Iteration # 30 - FCN = -721268.2881196 Edm = 0.520534 NCalls = 109 +VariableMetric: Iteration # 31 - FCN = -721268.8159799 Edm = 0.0674982 NCalls = 111 +VariableMetric: Iteration # 32 - FCN = -721268.8914133 Edm = 0.00543464 NCalls = 113 +VariableMetric: Iteration # 33 - FCN = -721268.9158009 Edm = 0.0128383 NCalls = 115 +VariableMetric: Iteration # 34 - FCN = -721268.9677257 Edm = 0.0216883 NCalls = 117 +VariableMetric: Iteration # 35 - FCN = -721269.6212108 Edm = 0.639399 NCalls = 121 +VariableMetric: Iteration # 36 - FCN = -721285.0531058 Edm = 20.0165 NCalls = 126 +VariableMetric: Iteration # 37 - FCN = -721369.9974934 Edm = 24.7288 NCalls = 134 +VariableMetric: Iteration # 38 - FCN = -721400.4672544 Edm = 35.5128 NCalls = 136 +VariableMetric: Iteration # 39 - FCN = -721438.46817 Edm = 22.8307 NCalls = 140 +VariableMetric: Iteration # 40 - FCN = -721488.8853559 Edm = 15.3631 NCalls = 143 +VariableMetric: Iteration # 41 - FCN = -721499.5716353 Edm = 5.23133 NCalls = 145 +VariableMetric: Iteration # 42 - FCN = -721510.102034 Edm = 1.76154 NCalls = 148 +VariableMetric: Iteration # 43 - FCN = -721511.1667843 Edm = 0.66325 NCalls = 150 +VariableMetric: Iteration # 44 - FCN = -721511.5287031 Edm = 0.0247811 NCalls = 152 +VariableMetric: Iteration # 45 - FCN = -721511.5660227 Edm = 0.00620912 NCalls = 154 +VariableMetric: Iteration # 46 - FCN = -721511.5840129 Edm = 0.00956522 NCalls = 156 +VariableMetric: Iteration # 47 - FCN = -721511.6889684 Edm = 0.0897922 NCalls = 159 +VariableMetric: Iteration # 48 - FCN = -721514.6699439 Edm = 2.81674 NCalls = 163 +VariableMetric: Iteration # 49 - FCN = -721561.5461004 Edm = 8.90683 NCalls = 168 +VariableMetric: Iteration # 50 - FCN = -721573.76699 Edm = 7.84184 NCalls = 170 +VariableMetric: Iteration # 51 - FCN = -721577.3883639 Edm = 2.13387 NCalls = 173 +VariableMetric: Iteration # 52 - FCN = -721581.1536469 Edm = 2.58943 NCalls = 176 +VariableMetric: Iteration # 53 - FCN = -721583.0307966 Edm = 0.484153 NCalls = 178 +VariableMetric: Iteration # 54 - FCN = -721583.8247974 Edm = 0.245868 NCalls = 181 +VariableMetric: Iteration # 55 - FCN = -721585.4013121 Edm = 0.440496 NCalls = 187 +VariableMetric: Iteration # 56 - FCN = -721585.9068803 Edm = 0.285048 NCalls = 189 +VariableMetric: Iteration # 57 - FCN = -721586.3230567 Edm = 0.0733811 NCalls = 191 +VariableMetric: Iteration # 58 - FCN = -721586.4099891 Edm = 0.0245994 NCalls = 193 +VariableMetric: Iteration # 59 - FCN = -721586.4253824 Edm = 0.00173424 NCalls = 195 +VariableMetric: Iteration # 60 - FCN = -721586.4298364 Edm = 0.00518321 NCalls = 197 +VariableMetric: Iteration # 61 - FCN = -721586.5039837 Edm = 0.0736069 NCalls = 202 +VariableMetric: Iteration # 62 - FCN = -721588.279627 Edm = 0.494363 NCalls = 209 +VariableMetric: Iteration # 63 - FCN = -721594.3421491 Edm = 4.96964 NCalls = 212 +VariableMetric: Iteration # 64 - FCN = -721609.303951 Edm = 4.11772 NCalls = 215 +VariableMetric: Iteration # 65 - FCN = -721613.4567077 Edm = 0.401184 NCalls = 217 +VariableMetric: Iteration # 66 - FCN = -721613.8573295 Edm = 0.0408905 NCalls = 219 +VariableMetric: Iteration # 67 - FCN = -721613.9041332 Edm = 0.00458483 NCalls = 221 +VariableMetric: Iteration # 68 - FCN = -721613.9087337 Edm = 0.00100918 NCalls = 222 +VariableMetric: Iteration # 69 - FCN = -721613.916986 Edm = 0.0104645 NCalls = 225 +VariableMetric: Iteration # 70 - FCN = -721614.0309528 Edm = 0.113801 NCalls = 231 +VariableMetric: Iteration # 71 - FCN = -721615.4167718 Edm = 0.101448 NCalls = 238 +VariableMetric: Iteration # 72 - FCN = -721624.7189159 Edm = 3.87932 NCalls = 241 +VariableMetric: Iteration # 73 - FCN = -721629.6361734 Edm = 1.58726 NCalls = 244 +VariableMetric: Iteration # 74 - FCN = -721631.9687498 Edm = 0.199988 NCalls = 246 +VariableMetric: Iteration # 75 - FCN = -721632.3336991 Edm = 0.20843 NCalls = 248 +VariableMetric: Iteration # 76 - FCN = -721632.5122551 Edm = 0.0738919 NCalls = 251 +VariableMetric: Iteration # 77 - FCN = -721632.6431954 Edm = 0.0133544 NCalls = 253 +VariableMetric: Iteration # 78 - FCN = -721632.6654051 Edm = 0.000875335 NCalls = 255 +VariableMetric: Iteration # 79 - FCN = -721632.666421 Edm = 0.00012549 NCalls = 257 +VariableMetric: Iteration # 80 - FCN = -721632.6666166 Edm = 0.000147072 NCalls = 259 +VariableMetric: Iteration # 81 - FCN = -721632.6694728 Edm = 0.00242462 NCalls = 263 +VariableMetric: Iteration # 82 - FCN = -721633.0051094 Edm = 0.272754 NCalls = 268 +VariableMetric: Iteration # 83 - FCN = -721637.3530143 Edm = 2.66382 NCalls = 273 +VariableMetric: Iteration # 84 - FCN = -721641.2561873 Edm = 0.477698 NCalls = 275 +VariableMetric: Iteration # 85 - FCN = -721641.9222953 Edm = 0.0309351 NCalls = 277 +VariableMetric: Iteration # 86 - FCN = -721641.9486025 Edm = 0.00335086 NCalls = 279 +VariableMetric: Iteration # 87 - FCN = -721641.9517736 Edm = 0.00030887 NCalls = 281 +VariableMetric: Iteration # 88 - FCN = -721641.9523258 Edm = 0.000183491 NCalls = 283 +VariableMetric: Iteration # 89 - FCN = -721641.9548851 Edm = 0.00245423 NCalls = 286 +VariableMetric: Iteration # 90 - FCN = -721642.0345256 Edm = 0.0660762 NCalls = 293 +VariableMetric: Iteration # 91 - FCN = -721643.9183537 Edm = 0.912618 NCalls = 297 +VariableMetric: Iteration # 92 - FCN = -721645.7705341 Edm = 0.0809456 NCalls = 299 +VariableMetric: Iteration # 93 - FCN = -721645.8604482 Edm = 0.00859234 NCalls = 301 +VariableMetric: Iteration # 94 - FCN = -721645.8689643 Edm = 0.000195468 NCalls = 302 +VariableMetric: Iteration # 95 - FCN = -721645.8691724 Edm = 3.21657e-05 NCalls = 304 +VariableMetric: After Hessian - FCN = -721645.8691724 Edm = 834068 NCalls = 663 +VariableMetric: Iteration # 96 - FCN = -721645.8691724 Edm = 834068 NCalls = 663 +VariableMetric: Iteration # 97 - FCN = -721701.13343 Edm = 455.785 NCalls = 674 +VariableMetric: Iteration # 98 - FCN = -721710.9050091 Edm = 40.7934 NCalls = 676 +VariableMetric: Iteration # 99 - FCN = -721713.5020215 Edm = 0.120436 NCalls = 678 +VariableMetric: Iteration # 100 - FCN = -721713.8862539 Edm = 0.0298135 NCalls = 680 +VariableMetric: Iteration # 101 - FCN = -721714.0020083 Edm = 0.0281271 NCalls = 682 +VariableMetric: Iteration # 102 - FCN = -721714.0594585 Edm = 0.011493 NCalls = 684 +VariableMetric: Iteration # 103 - FCN = -721714.1081943 Edm = 0.00443767 NCalls = 686 +VariableMetric: Iteration # 104 - FCN = -721714.1293349 Edm = 0.00728571 NCalls = 688 +VariableMetric: Iteration # 105 - FCN = -721714.1517726 Edm = 0.00729789 NCalls = 690 +VariableMetric: Iteration # 106 - FCN = -721714.2153213 Edm = 0.0214768 NCalls = 694 +VariableMetric: Iteration # 107 - FCN = -721714.4226208 Edm = 0.165159 NCalls = 700 +VariableMetric: Iteration # 108 - FCN = -721714.6560888 Edm = 0.617654 NCalls = 703 +VariableMetric: Iteration # 109 - FCN = -721715.1228778 Edm = 0.11207 NCalls = 708 +VariableMetric: Iteration # 110 - FCN = -721715.1952717 Edm = 0.109774 NCalls = 710 +VariableMetric: Iteration # 111 - FCN = -721715.446902 Edm = 0.200689 NCalls = 713 +VariableMetric: Iteration # 112 - FCN = -721715.7288895 Edm = 0.106951 NCalls = 715 +VariableMetric: Iteration # 113 - FCN = -721715.9089819 Edm = 0.0748558 NCalls = 717 +VariableMetric: Iteration # 114 - FCN = -721716.0812091 Edm = 0.154624 NCalls = 720 +VariableMetric: Iteration # 115 - FCN = -721716.3146438 Edm = 0.336019 NCalls = 722 +VariableMetric: Iteration # 116 - FCN = -721717.7695819 Edm = 3.36172 NCalls = 729 +VariableMetric: Iteration # 117 - FCN = -721717.8400321 Edm = 0.247448 NCalls = 732 +VariableMetric: Iteration # 118 - FCN = -721718.6736727 Edm = 1.19033 NCalls = 736 +VariableMetric: Iteration # 119 - FCN = -721720.8550236 Edm = 1.06631 NCalls = 742 +VariableMetric: Iteration # 120 - FCN = -721722.3143113 Edm = 0.89132 NCalls = 745 +VariableMetric: Iteration # 121 - FCN = -721722.8183761 Edm = 0.298743 NCalls = 746 +VariableMetric: Iteration # 122 - FCN = -721723.1134603 Edm = 0.280143 NCalls = 748 +VariableMetric: Iteration # 123 - FCN = -721723.2352586 Edm = 0.0562111 NCalls = 750 +VariableMetric: Iteration # 124 - FCN = -721723.3991619 Edm = 0.10864 NCalls = 752 +VariableMetric: Iteration # 125 - FCN = -721723.6048758 Edm = 0.0522392 NCalls = 755 +VariableMetric: Iteration # 126 - FCN = -721723.6806151 Edm = 0.012285 NCalls = 757 +VariableMetric: Iteration # 127 - FCN = -721723.7212363 Edm = 0.0330625 NCalls = 759 +VariableMetric: Iteration # 128 - FCN = -721723.766294 Edm = 0.0386519 NCalls = 761 +VariableMetric: Iteration # 129 - FCN = -721723.9266708 Edm = 0.114867 NCalls = 766 +VariableMetric: Iteration # 130 - FCN = -721724.1604966 Edm = 0.330197 NCalls = 771 +VariableMetric: Iteration # 131 - FCN = -721724.3843432 Edm = 0.0778546 NCalls = 773 +VariableMetric: Iteration # 132 - FCN = -721724.5003479 Edm = 0.0582709 NCalls = 775 +VariableMetric: Iteration # 133 - FCN = -721724.5619787 Edm = 0.0302728 NCalls = 777 +VariableMetric: Iteration # 134 - FCN = -721724.607662 Edm = 0.0121379 NCalls = 779 +VariableMetric: Iteration # 135 - FCN = -721724.6275154 Edm = 0.00432485 NCalls = 781 +VariableMetric: Iteration # 136 - FCN = -721724.6389708 Edm = 0.00150215 NCalls = 783 +VariableMetric: Iteration # 137 - FCN = -721724.6410016 Edm = 0.000304188 NCalls = 785 +VariableMetric: Iteration # 138 - FCN = -721724.6419873 Edm = 0.000583084 NCalls = 787 +VariableMetric: Iteration # 139 - FCN = -721724.6435232 Edm = 0.000303843 NCalls = 789 +VariableMetric: Iteration # 140 - FCN = -721724.6440893 Edm = 0.00018026 NCalls = 791 +VariableMetric: Iteration # 141 - FCN = -721724.6453034 Edm = 0.000508252 NCalls = 794 +VariableMetric: Iteration # 142 - FCN = -721724.6477074 Edm = 0.00085041 NCalls = 796 +VariableMetric: Iteration # 143 - FCN = -721724.6499586 Edm = 0.000565919 NCalls = 798 +VariableMetric: Iteration # 144 - FCN = -721724.6519302 Edm = 0.00203585 NCalls = 802 +VariableMetric: Iteration # 145 - FCN = -721724.653933 Edm = 0.00130008 NCalls = 805 +VariableMetric: Iteration # 146 - FCN = -721724.6555334 Edm = 0.00215623 NCalls = 809 +VariableMetric: Iteration # 147 - FCN = -721724.6574488 Edm = 0.000415315 NCalls = 812 +VariableMetric: Iteration # 148 - FCN = -721724.6580461 Edm = 8.15276e-05 NCalls = 814 +VariableMetric: Iteration # 149 - FCN = -721724.658362 Edm = 0.000202836 NCalls = 816 +VariableMetric: Iteration # 150 - FCN = -721724.6586914 Edm = 9.0563e-05 NCalls = 819 +VariableMetric: Iteration # 151 - FCN = -721724.6588696 Edm = 5.27241e-05 NCalls = 821 +VariableMetric: After Hessian - FCN = -721724.6588696 Edm = 0.00154361 NCalls = 1198 +VariableMetric: Iteration # 152 - FCN = -721724.6588696 Edm = 0.00154361 NCalls = 1198 + +WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. +For more information, please see: + * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md + * https://github.com/tensorflow/addons +If you depend on functionality not listed there, please file an issue. + +Toy 0: Generating data... +Directory data/zfit_toys/toy_0 Created +Toy 0: Data generation finished +Toy 0: Loading data... +Toy 0: Loading data finished +Toy 0: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.217E+05 | Ncalls=1276 (1276 total) | +| EDM = 4.43E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 0: Fitting finished +Function minimum: -721724.6668484724 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | jpsi_s | 1.000E4 | 0.004E4 | | | 9797.52 | 9996.48 | | +| 1 | p4040_s | 0.70 | 0.20 | | |0.00501244| 2.01499 | | +| 2 | p4415_s | 1.07 | 0.19 | | |0.126447 | 2.35355 | | +| 3 | phi_p | 6.03 | 0.22 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.82 | 0.27 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 7.8 | 1.7 | | | 4.19232 | 9.40768 | | +| 6 | omega_p | 0.6 | 0.4 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | 1.819 | 0.029 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_s | 1371.6 | 3.1 | | | 1358.64 | 1433.36 | | +| 9 | jpsi_p | -4.617 | 0.017 | | |-6.28319 | 6.28319 | | +| 10| phi_s | 15.8 | 1.0 | | | 14.8182 | 23.5818 | | +| 11| p3770_p | -2.79 | 0.13 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.06 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p3770_s | 2.35 | 0.21 | | |0.918861 | 4.08114 | | +| 14| p4415_p | 4.35 | 0.19 | | |-6.28319 | 6.28319 | | +| 15| Dbar_s | 0.07 | 0.07 | | | -1.464 | 1.464 | | +| 16| rho_s | 1.36 | 0.29 | | |0.0253049| 2.0747 | | +| 17| rho_p | -0.29 | 0.25 | | |-6.28319 | 6.28319 | | +| 18| p4160_p | -2.06 | 0.11 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.32 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | jpsi_s p4040_s p4415_s phi_p p4040_p omega_s omega_p psi2s_p psi2s_s jpsi_p phi_s p3770_p p4160_s p3770_s p4415_p Dbar_s rho_s rho_p p4160_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| jpsi_s | 1.000 0.022 -0.017 0.022 0.037 0.010 0.030 0.084 -0.933 0.092 -0.010 -0.038 0.011 0.040 0.021 -0.170 0.027 0.144 0.027 -0.070 | +| p4040_s | 0.022 1.000 0.240 -0.004 -0.264 -0.001 -0.004 -0.038 -0.023 -0.134 -0.005 -0.361 0.114 0.181 -0.284 -0.612 -0.012 -0.053 -0.586 0.622 | +| p4415_s | -0.017 0.240 1.000 -0.004 0.068 -0.001 -0.004 -0.092 0.016 -0.190 -0.000 -0.286 0.357 0.080 -0.157 -0.569 -0.004 -0.024 -0.058 0.455 | +| phi_p | 0.022 -0.004 -0.004 1.000 -0.006 -0.027 -0.002 -0.013 -0.021 -0.041 0.602 -0.002 -0.006 -0.005 -0.002 0.005 0.031 0.112 -0.004 0.005 | +| p4040_p | 0.037 -0.264 0.068 -0.006 1.000 0.001 -0.003 -0.290 -0.037 -0.076 -0.003 0.234 0.353 -0.090 0.149 0.085 -0.007 0.027 0.213 -0.348 | +| omega_s | 0.010 -0.001 -0.001 -0.027 0.001 1.000 0.831 -0.016 -0.010 -0.039 0.035 -0.003 0.000 0.002 0.001 -0.002 -0.199 0.048 -0.000 -0.005 | +| omega_p | 0.030 -0.004 -0.004 -0.002 -0.003 0.831 1.000 -0.016 -0.028 -0.045 0.052 -0.003 -0.005 -0.002 0.000 0.002 0.134 0.084 -0.001 -0.002 | +| psi2s_p | 0.084 -0.038 -0.092 -0.013 -0.290 -0.016 -0.016 1.000 -0.084 0.097 -0.019 -0.285 -0.177 -0.315 -0.052 -0.057 -0.011 -0.051 -0.108 0.156 | +| psi2s_s | -0.933 -0.023 0.016 -0.021 -0.037 -0.010 -0.028 -0.084 1.000 -0.084 0.010 0.035 -0.011 -0.047 -0.021 0.161 -0.024 -0.136 -0.026 0.069 | +| jpsi_p | 0.092 -0.134 -0.190 -0.041 -0.076 -0.039 -0.045 0.097 -0.084 1.000 -0.048 0.031 -0.188 -0.017 0.064 0.148 -0.036 -0.114 0.082 -0.206 | +| phi_s | -0.010 -0.005 -0.000 0.602 -0.003 0.035 0.052 -0.019 0.010 -0.048 1.000 0.002 -0.003 -0.008 -0.001 0.011 0.050 0.222 -0.002 0.008 | +| p3770_p | -0.038 -0.361 -0.286 -0.002 0.234 -0.003 -0.003 -0.285 0.035 0.031 0.002 1.000 -0.206 -0.217 0.205 0.563 0.007 0.033 0.369 -0.605 | +| p4160_s | 0.011 0.114 0.357 -0.006 0.353 0.000 -0.005 -0.177 -0.011 -0.188 -0.003 -0.206 1.000 0.075 -0.235 -0.522 -0.010 -0.022 -0.176 0.347 | +| p3770_s | 0.040 0.181 0.080 -0.005 -0.090 0.002 -0.002 -0.315 -0.047 -0.017 -0.008 -0.217 0.075 1.000 -0.039 -0.197 -0.019 -0.023 -0.106 0.070 | +| p4415_p | 0.021 -0.284 -0.157 -0.002 0.149 0.001 0.000 -0.052 -0.021 0.064 -0.001 0.205 -0.235 -0.039 1.000 0.165 -0.000 0.037 0.326 -0.342 | +| Dbar_s | -0.170 -0.612 -0.569 0.005 0.085 -0.002 0.002 -0.057 0.161 0.148 0.011 0.563 -0.522 -0.197 0.165 1.000 0.021 0.035 0.415 -0.832 | +| rho_s | 0.027 -0.012 -0.004 0.031 -0.007 -0.199 0.134 -0.011 -0.024 -0.036 0.050 0.007 -0.010 -0.019 -0.000 0.021 1.000 0.212 -0.001 0.018 | +| rho_p | 0.144 -0.053 -0.024 0.112 0.027 0.048 0.084 -0.051 -0.136 -0.114 0.222 0.033 -0.022 -0.023 0.037 0.035 0.212 1.000 0.045 -0.042 | +| p4160_p | 0.027 -0.586 -0.058 -0.004 0.213 -0.000 -0.001 -0.108 -0.026 0.082 -0.002 0.369 -0.176 -0.106 0.326 0.415 -0.001 0.045 1.000 -0.599 | +| Ctt | -0.070 0.622 0.455 0.005 -0.348 -0.005 -0.002 0.156 0.069 -0.206 0.008 -0.605 0.347 0.070 -0.342 -0.832 0.018 -0.042 -0.599 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 44.70057587788415}), (, {'error': 0.19522380693516128}), (, {'error': 0.1925616756250887}), (, {'error': 0.21909521427387357}), (, {'error': 0.2664875652614871}), (, {'error': 1.6574551647077147}), (, {'error': 0.3671878995509097}), (, {'error': 0.029267428808776863}), (, {'error': 3.088600373162649}), (, {'error': 0.01657601333386305}), (, {'error': 0.9500632507319011}), (, {'error': 0.13173367450058682}), (, {'error': 0.17369260422869925}), (, {'error': 0.20907153137138224}), (, {'error': 0.19253801111151336}), (, {'error': 0.07147930897439081}), (, {'error': 0.28920737515834993}), (, {'error': 0.2500148662999897}), (, {'error': 0.11182423403923147}), (, {'error': 0.15780693023995548})]) +Toy 1/10 +Time taken: 1 h, 26 min +Projected time left: 12 h, 55 min +Toy 1: Generating data... +Toy 1: Data generation finished +Toy 1: Loading data... +Toy 1: Loading data finished +Toy 1: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.217E+05 | Ncalls=982 (982 total) | +| EDM = 6.65E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 1: Fitting finished +Function minimum: -721696.4791315602 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 1 | p4040_s | 0.005 | 0.029 | | |0.00501244| 2.01499 | | +| 2 | p4415_s | 0.13 | 0.09 | | |0.126447 | 2.35355 | | +| 3 | phi_p | 5.82 | 0.23 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -6 | 10 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 7.7 | 2.0 | | | 4.19232 | 9.40768 | | +| 6 | omega_p | -5.9 | 0.5 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -1.981 | 0.022 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_s | 1366.5 | 1.7 | | | 1358.64 | 1433.36 | | +| 9 | jpsi_p | -1.725 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| phi_s | 15.8 | 1.0 | | | 14.8182 | 23.5818 | | +| 11| p3770_p | -1.64 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 1.99 | 0.13 | | | 0.71676 | 3.68324 | | +| 13| p3770_s | 1.90 | 0.19 | | |0.918861 | 4.08114 | | +| 14| p4415_p | -6.28 | 0.11 | | |-6.28319 | 6.28319 | | +| 15| Dbar_s | 0.210 | 0.030 | | | -1.464 | 1.464 | | +| 16| rho_s | 1.42 | 0.29 | | |0.0253049| 2.0747 | | +| 17| rho_p | -0.45 | 0.24 | | |-6.28319 | 6.28319 | | +| 18| p4160_p | -1.70 | 0.08 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.017 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | jpsi_s p4040_s p4415_s phi_p p4040_p omega_s omega_p psi2s_p psi2s_s jpsi_p phi_s p3770_p p4160_s p3770_s p4415_p Dbar_s rho_s rho_p p4160_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| jpsi_s | 1.000 0.001 0.002 0.012 -0.003 0.013 0.021 -0.078 -0.756 -0.056 -0.002 -0.040 0.014 0.020 -0.001 -0.236 0.019 0.068 0.011 -0.003 | +| p4040_s | 0.001 1.000 0.002 -0.000 -0.446 -0.000 -0.000 -0.003 -0.002 -0.009 -0.000 0.008 0.071 -0.007 -0.002 -0.049 -0.000 0.001 -0.008 -0.003 | +| p4415_s | 0.002 0.002 1.000 -0.000 -0.000 -0.000 0.000 0.006 -0.001 -0.001 -0.000 0.003 -0.058 0.005 -0.132 -0.104 0.001 0.006 0.050 -0.004 | +| phi_p | 0.012 -0.000 -0.000 1.000 0.001 -0.019 0.002 -0.005 -0.010 -0.019 0.638 0.006 -0.009 -0.007 0.000 0.027 0.039 0.120 -0.001 0.001 | +| p4040_p | -0.003 -0.446 -0.000 0.001 1.000 0.000 0.001 0.012 0.002 0.015 0.001 -0.011 -0.051 -0.003 0.001 0.057 0.002 0.001 0.023 0.000 | +| omega_s | 0.013 -0.000 -0.000 -0.019 0.000 1.000 0.903 -0.032 -0.011 -0.061 0.061 -0.005 -0.002 -0.001 0.000 -0.003 -0.082 0.108 -0.004 -0.000 | +| omega_p | 0.021 -0.000 0.000 0.002 0.001 0.903 1.000 -0.024 -0.017 -0.051 0.076 0.001 -0.007 -0.005 0.000 0.014 0.173 0.122 -0.003 0.000 | +| psi2s_p | -0.078 -0.003 0.006 -0.005 0.012 -0.032 -0.024 1.000 0.026 0.044 -0.001 0.227 -0.123 -0.103 0.005 0.283 0.041 0.005 0.031 -0.065 | +| psi2s_s | -0.756 -0.002 -0.001 -0.010 0.002 -0.011 -0.017 0.026 1.000 0.043 0.001 -0.004 -0.003 -0.015 0.000 0.161 -0.018 -0.058 -0.012 0.001 | +| jpsi_p | -0.056 -0.009 -0.001 -0.019 0.015 -0.061 -0.051 0.044 0.043 1.000 -0.015 0.053 -0.114 -0.084 0.006 0.248 0.049 -0.012 -0.009 0.014 | +| phi_s | -0.002 -0.000 -0.000 0.638 0.001 0.061 0.076 -0.001 0.001 -0.015 1.000 0.009 -0.009 -0.007 0.000 0.037 0.068 0.233 -0.001 0.001 | +| p3770_p | -0.040 0.008 0.003 0.006 -0.011 -0.005 0.001 0.227 -0.004 0.053 0.009 1.000 0.049 -0.153 -0.001 0.098 0.029 0.028 0.026 -0.050 | +| p4160_s | 0.014 0.071 -0.058 -0.009 -0.051 -0.002 -0.007 -0.123 -0.003 -0.114 -0.009 0.049 1.000 0.127 0.005 -0.409 -0.024 -0.024 0.015 0.036 | +| p3770_s | 0.020 -0.007 0.005 -0.007 -0.003 -0.001 -0.005 -0.103 -0.015 -0.084 -0.007 -0.153 0.127 1.000 -0.005 -0.299 -0.019 -0.020 -0.020 -0.001 | +| p4415_p | -0.001 -0.002 -0.132 0.000 0.001 0.000 0.000 0.005 0.000 0.006 0.000 -0.001 0.005 -0.005 1.000 0.032 0.001 -0.000 -0.022 -0.001 | +| Dbar_s | -0.236 -0.049 -0.104 0.027 0.057 -0.003 0.014 0.283 0.161 0.248 0.037 0.098 -0.409 -0.299 0.032 1.000 0.091 0.056 -0.278 -0.093 | +| rho_s | 0.019 -0.000 0.001 0.039 0.002 -0.082 0.173 0.041 -0.018 0.049 0.068 0.029 -0.024 -0.019 0.001 0.091 1.000 0.225 0.006 0.003 | +| rho_p | 0.068 0.001 0.006 0.120 0.001 0.108 0.122 0.005 -0.058 -0.012 0.233 0.028 -0.024 -0.020 -0.000 0.056 0.225 1.000 0.016 -0.000 | +| p4160_p | 0.011 -0.008 0.050 -0.001 0.023 -0.004 -0.003 0.031 -0.012 -0.009 -0.001 0.026 0.015 -0.020 -0.022 -0.278 0.006 0.016 1.000 -0.036 | +| Ctt | -0.003 -0.003 -0.004 0.001 0.000 -0.000 0.000 -0.065 0.001 0.014 0.001 -0.050 0.036 -0.001 -0.001 -0.093 0.003 -0.000 -0.036 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 29.797739853672283}), (, {'error': 0.028581527663502436}), (, {'error': 0.0907367555931003}), (, {'error': 0.228854269451765}), (, {'error': 9.877264732048337}), (, {'error': 2.0136203878571237}), (, {'error': 0.486038912119946}), (, {'error': 0.022377847591522393}), (, {'error': 1.7061195441666541}), (, {'error': 0.015601844753924343}), (, {'error': 0.9882539501929752}), (, {'error': 0.11648904949888861}), (, {'error': 0.12828661659285212}), (, {'error': 0.1877245659865152}), (, {'error': 0.11168263934204292}), (, {'error': 0.030140136063539713}), (, {'error': 0.2926667187883969}), (, {'error': 0.23847363613276507}), (, {'error': 0.0814550186667935}), (, {'error': 0.016568383018311594})]) +Toy 2/10 +Time taken: 2 h, 31 min +Projected time left: 10 h, 6 min +Toy 2: Generating data... +Directory data/zfit_toys/toy_2 Created +Toy 2: Data generation finished +Toy 2: Loading data... +Toy 2: Loading data finished +Toy 2: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=143 (143 total) | +| EDM = 6.39E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 2: Fitting finished +Function minimum: -721646.5348887122 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | jpsi_s | 0.995E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 1 | p4040_s | 0.30 | 0.17 | | |0.00501244| 2.01499 | | +| 2 | p4415_s | 0.88 | 0.17 | | |0.126447 | 2.35355 | | +| 3 | phi_p | 6.28 | 0.05 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -2.3 | 0.6 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 8 | 4 | | | 4.19232 | 9.40768 | | +| 6 | omega_p | 0.5 | 0.6 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | 4.316 | 0.023 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_s | 1364.5 | 1.6 | | | 1358.64 | 1433.36 | | +| 9 | jpsi_p | -1.726 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| phi_s | 19.3 | 0.8 | | | 14.8182 | 23.5818 | | +| 11| p3770_p | -6.281 | 0.011 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 1.82 | 0.15 | | | 0.71676 | 3.68324 | | +| 13| p3770_s | 0.94 | 0.05 | | |0.918861 | 4.08114 | | +| 14| p4415_p | -1.36 | 0.22 | | |-6.28319 | 6.28319 | | +| 15| Dbar_s | 0.20 | 0.04 | | | -1.464 | 1.464 | | +| 16| rho_s | 1.65 | 0.32 | | |0.0253049| 2.0747 | | +| 17| rho_p | -0.16 | 0.23 | | |-6.28319 | 6.28319 | | +| 18| p4160_p | 4.70 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.023 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | jpsi_s p4040_s p4415_s phi_p p4040_p omega_s omega_p psi2s_p psi2s_s jpsi_p phi_s p3770_p p4160_s p3770_s p4415_p Dbar_s rho_s rho_p p4160_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| jpsi_s | 1.000 -0.060 -0.011 0.001 -0.052 -0.022 -0.030 0.112 0.783 0.079 0.017 0.002 -0.021 0.015 0.008 0.263 -0.038 -0.078 0.014 0.005 | +| p4040_s | -0.060 1.000 -0.102 0.000 0.419 -0.000 -0.007 -0.209 -0.034 -0.150 -0.008 -0.017 -0.232 0.052 -0.072 -0.251 -0.045 -0.040 -0.376 0.094 | +| p4415_s | -0.011 -0.102 1.000 -0.000 0.171 0.003 -0.001 -0.120 -0.003 -0.125 0.001 -0.006 0.215 0.013 -0.162 -0.410 -0.012 -0.001 0.322 0.055 | +| phi_p | 0.001 0.000 -0.000 1.000 -0.000 -0.010 -0.011 0.002 0.001 0.004 -0.084 0.000 -0.000 0.000 0.000 0.000 0.000 -0.014 0.000 0.000 | +| p4040_p | -0.052 0.419 0.171 -0.000 1.000 0.002 -0.004 -0.204 -0.035 -0.192 -0.002 -0.010 0.306 0.047 -0.120 -0.515 -0.031 -0.017 -0.252 0.044 | +| omega_s | -0.022 -0.000 0.003 -0.010 0.002 1.000 0.928 -0.051 -0.018 -0.094 0.161 -0.000 0.003 -0.003 -0.000 -0.016 -0.073 0.359 -0.004 -0.001 | +| omega_p | -0.030 -0.007 -0.001 -0.011 -0.004 0.928 1.000 -0.044 -0.025 -0.085 0.159 0.000 -0.001 -0.003 0.003 -0.003 0.135 0.338 -0.001 -0.001 | +| psi2s_p | 0.112 -0.209 -0.120 0.002 -0.204 -0.051 -0.044 1.000 0.059 0.098 -0.004 0.009 -0.125 0.060 0.102 0.335 0.038 -0.021 0.091 -0.130 | +| psi2s_s | 0.783 -0.034 -0.003 0.001 -0.035 -0.018 -0.025 0.059 1.000 0.060 0.013 0.002 -0.012 0.004 0.003 0.190 -0.033 -0.065 0.005 0.003 | +| jpsi_p | 0.079 -0.150 -0.125 0.004 -0.192 -0.094 -0.085 0.098 0.060 1.000 -0.016 0.009 -0.133 0.000 0.074 0.309 0.042 -0.052 0.037 0.003 | +| phi_s | 0.017 -0.008 0.001 -0.084 -0.002 0.161 0.159 -0.004 0.013 -0.016 1.000 0.000 0.000 0.001 0.002 0.017 0.060 0.229 0.003 0.001 | +| p3770_p | 0.002 -0.017 -0.006 0.000 -0.010 -0.000 0.000 0.009 0.002 0.009 0.000 1.000 -0.006 -0.046 0.003 0.021 0.002 0.001 0.006 -0.000 | +| p4160_s | -0.021 -0.232 0.215 -0.000 0.306 0.003 -0.001 -0.125 -0.012 -0.133 0.000 -0.006 1.000 0.023 -0.218 -0.431 -0.018 -0.006 0.108 0.044 | +| p3770_s | 0.015 0.052 0.013 0.000 0.047 -0.003 -0.003 0.060 0.004 0.000 0.001 -0.046 0.023 1.000 -0.008 -0.020 0.005 0.001 -0.014 -0.023 | +| p4415_p | 0.008 -0.072 -0.162 0.000 -0.120 -0.000 0.003 0.102 0.003 0.074 0.002 0.003 -0.218 -0.008 1.000 -0.040 0.019 0.024 0.041 -0.058 | +| Dbar_s | 0.263 -0.251 -0.410 0.000 -0.515 -0.016 -0.003 0.335 0.190 0.309 0.017 0.021 -0.431 -0.020 -0.040 1.000 0.084 0.019 -0.130 -0.167 | +| rho_s | -0.038 -0.045 -0.012 0.000 -0.031 -0.073 0.135 0.038 -0.033 0.042 0.060 0.002 -0.018 0.005 0.019 0.084 1.000 0.278 0.023 0.000 | +| rho_p | -0.078 -0.040 -0.001 -0.014 -0.017 0.359 0.338 -0.021 -0.065 -0.052 0.229 0.001 -0.006 0.001 0.024 0.019 0.278 1.000 0.025 -0.005 | +| p4160_p | 0.014 -0.376 0.322 0.000 -0.252 -0.004 -0.001 0.091 0.005 0.037 0.003 0.006 0.108 -0.014 0.041 -0.130 0.023 0.025 1.000 -0.074 | +| Ctt | 0.005 0.094 0.055 0.000 0.044 -0.001 -0.001 -0.130 0.003 0.003 0.001 -0.000 0.044 -0.023 -0.058 -0.167 0.000 -0.005 -0.074 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 11.507541911505541}), (, {'error': 0.1737998772986114}), (, {'error': 0.1730936272268186}), (, {'error': 0.04643414479034025}), (, {'error': 0.5543134490117134}), (, {'error': 3.998112433285027}), (, {'error': 0.5870467042633973}), (, {'error': 0.02293454208427015}), (, {'error': 1.5638429136448622}), (, {'error': 0.015991892345885272}), (, {'error': 0.796712227713348}), (, {'error': 0.01054874308668241}), (, {'error': 0.1523641344638763}), (, {'error': 0.04551868784248192}), (, {'error': 0.21565169715329935}), (, {'error': 0.03757911940723102}), (, {'error': 0.3155533117610071}), (, {'error': 0.22747292373663974}), (, {'error': 0.10054358107473238}), (, {'error': 0.02291735912632975})]) +Toy 3/10 +Time taken: 2 h, 59 min +Projected time left: 6 h, 59 min +Toy 3: Generating data... +Directory data/zfit_toys/toy_3 Created +Toy 3: Data generation finished +Toy 3: Loading data... +Toy 3: Loading data finished +Toy 3: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=1189 (1189 total) | +| EDM = 6.91E-06 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 3: Fitting finished +Function minimum: -721627.584685716 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | jpsi_s | 1.000E4 | 0.013E4 | | | 9797.52 | 9996.48 | | +| 1 | p4040_s | 1.29 | 0.14 | | |0.00501244| 2.01499 | | +| 2 | p4415_s | 0.89 | 0.17 | | |0.126447 | 2.35355 | | +| 3 | phi_p | 5.90 | 0.25 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -3.31 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 9 | 5 | | | 4.19232 | 9.40768 | | +| 6 | omega_p | 0.8 | 0.5 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -3.978 | 0.028 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_s | 1372.5 | 1.8 | | | 1358.64 | 1433.36 | | +| 9 | jpsi_p | -1.532 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| phi_s | 16.2 | 1.0 | | | 14.8182 | 23.5818 | | +| 11| p3770_p | -2.41 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 0.717 | 0.013 | | | 0.71676 | 3.68324 | | +| 13| p3770_s | 2.04 | 0.21 | | |0.918861 | 4.08114 | | +| 14| p4415_p | 5.10 | 0.20 | | |-6.28319 | 6.28319 | | +| 15| Dbar_s | 0.30 | 0.03 | | | -1.464 | 1.464 | | +| 16| rho_s | 1.5 | 0.4 | | |0.0253049| 2.0747 | | +| 17| rho_p | -6.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 18| p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.014 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | jpsi_s p4040_s p4415_s phi_p p4040_p omega_s omega_p psi2s_p psi2s_s jpsi_p phi_s p3770_p p4160_s p3770_s p4415_p Dbar_s rho_s rho_p p4160_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| jpsi_s | 1.000 0.005 0.008 0.006 0.039 0.002 0.013 0.083 -0.787 -0.067 -0.016 -0.042 -0.000 0.027 0.000 -0.244 0.025 0.010 -0.001 -0.004 | +| p4040_s | 0.005 1.000 -0.252 0.000 -0.287 -0.002 -0.001 0.118 -0.008 0.050 -0.000 -0.017 -0.000 0.132 -0.024 0.191 -0.013 -0.003 0.016 0.034 | +| p4415_s | 0.008 -0.252 1.000 -0.007 0.187 0.002 -0.007 -0.093 -0.011 -0.105 -0.005 0.017 0.016 0.068 0.104 -0.465 -0.013 0.001 -0.005 0.023 | +| phi_p | 0.006 0.000 -0.007 1.000 -0.011 0.046 -0.013 -0.016 -0.005 -0.015 0.675 0.002 -0.000 -0.005 0.000 0.026 0.018 0.018 0.000 0.001 | +| p4040_p | 0.039 -0.287 0.187 -0.011 1.000 0.005 -0.013 -0.213 -0.040 -0.135 -0.008 0.092 -0.013 0.065 -0.065 -0.510 -0.024 -0.002 -0.005 0.005 | +| omega_s | 0.002 -0.002 0.002 0.046 0.005 1.000 -0.848 0.017 -0.002 0.042 -0.005 0.004 0.000 0.000 0.002 -0.005 -0.323 -0.017 -0.000 -0.000 | +| omega_p | 0.013 -0.001 -0.007 -0.013 -0.013 -0.848 1.000 -0.026 -0.011 -0.030 0.039 0.002 -0.000 -0.007 0.002 0.029 0.625 0.003 0.000 0.001 | +| psi2s_p | 0.083 0.118 -0.093 -0.016 -0.213 0.017 -0.026 1.000 -0.085 -0.061 -0.013 -0.302 0.002 -0.229 0.040 -0.067 -0.035 -0.009 0.005 -0.003 | +| psi2s_s | -0.787 -0.008 -0.011 -0.005 -0.040 -0.002 -0.011 -0.085 1.000 0.060 0.013 0.038 0.000 -0.040 0.001 0.216 -0.020 -0.008 0.001 0.004 | +| jpsi_p | -0.067 0.050 -0.105 -0.015 -0.135 0.042 -0.030 -0.061 0.060 1.000 -0.008 -0.004 0.000 -0.008 0.025 0.251 0.027 -0.008 0.004 0.007 | +| phi_s | -0.016 -0.000 -0.005 0.675 -0.008 -0.005 0.039 -0.013 0.013 -0.008 1.000 0.004 -0.000 -0.005 -0.002 0.031 0.077 0.036 0.000 0.001 | +| p3770_p | -0.042 -0.017 0.017 0.002 0.092 0.004 0.002 -0.302 0.038 -0.004 0.004 1.000 -0.000 -0.217 0.001 0.069 0.022 0.001 -0.001 -0.041 | +| p4160_s | -0.000 -0.000 0.016 -0.000 -0.013 0.000 -0.000 0.002 0.000 0.000 -0.000 -0.000 1.000 -0.002 0.001 -0.008 0.000 0.000 -0.004 -0.001 | +| p3770_s | 0.027 0.132 0.068 -0.005 0.065 0.000 -0.007 -0.229 -0.040 -0.008 -0.005 -0.217 -0.002 1.000 -0.022 -0.280 -0.022 -0.002 -0.001 0.007 | +| p4415_p | 0.000 -0.024 0.104 0.000 -0.065 0.002 0.002 0.040 0.001 0.025 -0.002 0.001 0.001 -0.022 1.000 -0.119 0.008 0.003 0.005 -0.022 | +| Dbar_s | -0.244 0.191 -0.465 0.026 -0.510 -0.005 0.029 -0.067 0.216 0.251 0.031 0.069 -0.008 -0.280 -0.119 1.000 0.084 0.002 0.015 -0.074 | +| rho_s | 0.025 -0.013 -0.013 0.018 -0.024 -0.323 0.625 -0.035 -0.020 0.027 0.077 0.022 0.000 -0.022 0.008 0.084 1.000 0.017 0.000 0.003 | +| rho_p | 0.010 -0.003 0.001 0.018 -0.002 -0.017 0.003 -0.009 -0.008 -0.008 0.036 0.001 0.000 -0.002 0.003 0.002 0.017 1.000 0.000 -0.000 | +| p4160_p | -0.001 0.016 -0.005 0.000 -0.005 -0.000 0.000 0.005 0.001 0.004 0.000 -0.001 -0.004 -0.001 0.005 0.015 0.000 0.000 1.000 -0.000 | +| Ctt | -0.004 0.034 0.023 0.001 0.005 -0.000 0.001 -0.003 0.004 0.007 0.001 -0.041 -0.001 0.007 -0.022 -0.074 0.003 -0.000 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 128.86173790140128}), (, {'error': 0.14459810511147553}), (, {'error': 0.17017005135731617}), (, {'error': 0.25042285649138574}), (, {'error': 0.12020788126863202}), (, {'error': 4.892772113114138}), (, {'error': 0.4508623237782534}), (, {'error': 0.02781037603098846}), (, {'error': 1.8090019081852233}), (, {'error': 0.01617310236191649}), (, {'error': 1.01614175059124}), (, {'error': 0.11651468932459075}), (, {'error': 0.012588894872795353}), (, {'error': 0.20874692399775796}), (, {'error': 0.1975385858734393}), (, {'error': 0.03325887433696195}), (, {'error': 0.3640067838425849}), (, {'error': 0.06791281593590126}), (, {'error': 0.009806827171211285}), (, {'error': 0.013751402098534121})]) +Toy 4/10 +Time taken: 4 h, 15 min +Projected time left: 6 h, 22 min +Toy 4: Generating data... +Directory data/zfit_toys/toy_4 Created +Toy 4: Data generation finished +Toy 4: Loading data... +Toy 4: Loading data finished +Toy 4: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.217E+05 | Ncalls=557 (557 total) | +| EDM = 0.0133 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 4: Fitting finished +Function minimum: -721723.2455963993 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | jpsi_s | 0.994E4 | 0.015E4 | | | 9797.52 | 9996.48 | | +| 1 | p4040_s | 0.67 | 0.13 | | |0.00501244| 2.01499 | | +| 2 | p4415_s | 1.04 | 0.15 | | |0.126447 | 2.35355 | | +| 3 | phi_p | 5.84 | 0.20 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -1.94 | 0.22 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 9 | 3 | | | 4.19232 | 9.40768 | | +| 6 | omega_p | -5.56 | 0.22 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | 4.245 | 0.023 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_s | 1360 | 70 | | | 1358.64 | 1433.36 | | +| 9 | jpsi_p | -1.750 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| phi_s | 16.1 | 0.8 | | | 14.8182 | 23.5818 | | +| 11| p3770_p | -1.65 | 0.10 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.02 | 0.13 | | | 0.71676 | 3.68324 | | +| 13| p3770_s | 2.14 | 0.16 | | |0.918861 | 4.08114 | | +| 14| p4415_p | -1.64 | 0.16 | | |-6.28319 | 6.28319 | | +| 15| Dbar_s | 0.04 | 0.05 | | | -1.464 | 1.464 | | +| 16| rho_s | 1.47 | 0.29 | | |0.0253049| 2.0747 | | +| 17| rho_p | -6.28 | 0.05 | | |-6.28319 | 6.28319 | | +| 18| p4160_p | -1.67 | 0.08 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.41 | 0.12 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | jpsi_s p4040_s p4415_s phi_p p4040_p omega_s omega_p psi2s_p psi2s_s jpsi_p phi_s p3770_p p4160_s p3770_s p4415_p Dbar_s rho_s rho_p p4160_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| jpsi_s | 1.000 0.140 0.378 -0.092 -0.104 -0.070 -0.184 0.007 0.997 0.450 0.153 -0.174 0.268 -0.050 0.014 0.696 -0.267 -0.088 -0.179 0.679 | +| p4040_s | 0.140 1.000 0.037 -0.015 -0.119 -0.011 -0.031 -0.197 0.140 0.026 0.024 -0.031 -0.076 0.084 -0.131 -0.102 -0.045 -0.016 -0.341 0.266 | +| p4415_s | 0.378 0.037 1.000 -0.035 0.058 -0.026 -0.070 -0.112 0.377 0.139 0.060 -0.095 0.200 -0.011 -0.053 0.057 -0.095 -0.034 0.076 0.365 | +| phi_p | -0.092 -0.015 -0.035 1.000 0.006 0.028 0.033 -0.011 -0.092 -0.055 0.542 0.014 -0.026 0.001 -0.002 -0.058 0.036 0.017 0.013 -0.055 | +| p4040_p | -0.104 -0.119 0.058 0.006 1.000 0.008 0.017 0.134 -0.104 -0.120 -0.020 0.166 0.313 -0.057 0.075 -0.115 0.027 0.012 0.087 -0.290 | +| omega_s | -0.070 -0.011 -0.026 0.028 0.008 1.000 -0.465 0.007 -0.070 -0.016 -0.007 0.014 -0.019 0.002 0.000 -0.047 0.000 -0.002 0.014 -0.045 | +| omega_p | -0.184 -0.031 -0.070 0.033 0.017 -0.465 1.000 -0.008 -0.183 -0.091 0.006 0.032 -0.052 0.004 -0.001 -0.120 0.546 -0.003 0.033 -0.118 | +| psi2s_p | 0.007 -0.197 -0.112 -0.011 0.134 0.007 -0.008 1.000 0.005 -0.045 -0.007 0.299 -0.078 -0.031 0.130 0.296 0.001 -0.001 0.198 -0.314 | +| psi2s_s | 0.997 0.140 0.377 -0.092 -0.104 -0.070 -0.183 0.005 1.000 0.449 0.152 -0.176 0.268 -0.050 0.015 0.694 -0.266 -0.088 -0.179 0.676 | +| jpsi_p | 0.450 0.026 0.139 -0.055 -0.120 -0.016 -0.091 -0.045 0.449 1.000 0.063 -0.111 0.072 -0.080 -0.001 0.357 -0.095 -0.046 -0.114 0.415 | +| phi_s | 0.153 0.024 0.060 0.542 -0.020 -0.007 0.006 -0.007 0.152 0.063 1.000 -0.030 0.042 -0.009 -0.002 0.110 0.017 0.010 -0.033 0.114 | +| p3770_p | -0.174 -0.031 -0.095 0.014 0.166 0.014 0.032 0.299 -0.176 -0.111 -0.030 1.000 -0.021 -0.062 0.075 0.032 0.049 0.018 0.156 -0.379 | +| p4160_s | 0.268 -0.076 0.200 -0.026 0.313 -0.019 -0.052 -0.078 0.268 0.072 0.042 -0.021 1.000 -0.002 -0.156 -0.020 -0.071 -0.024 -0.072 0.230 | +| p3770_s | -0.050 0.084 -0.011 0.001 -0.057 0.002 0.004 -0.031 -0.050 -0.080 -0.009 -0.062 -0.002 1.000 -0.006 -0.126 0.002 0.003 -0.015 -0.083 | +| p4415_p | 0.014 -0.131 -0.053 -0.002 0.075 0.000 -0.001 0.130 0.015 -0.001 -0.002 0.075 -0.156 -0.006 1.000 -0.038 -0.000 0.002 0.164 -0.140 | +| Dbar_s | 0.696 -0.102 0.057 -0.058 -0.115 -0.047 -0.120 0.296 0.694 0.357 0.110 0.032 -0.020 -0.126 -0.038 1.000 -0.167 -0.060 -0.093 0.175 | +| rho_s | -0.267 -0.045 -0.095 0.036 0.027 0.000 0.546 0.001 -0.266 -0.095 0.017 0.049 -0.071 0.002 -0.000 -0.167 1.000 0.034 0.047 -0.153 | +| rho_p | -0.088 -0.016 -0.034 0.017 0.012 -0.002 -0.003 -0.001 -0.088 -0.046 0.010 0.018 -0.024 0.003 0.002 -0.060 0.034 1.000 0.019 -0.062 | +| p4160_p | -0.179 -0.341 0.076 0.013 0.087 0.014 0.033 0.198 -0.179 -0.114 -0.033 0.156 -0.072 -0.015 0.164 -0.093 0.047 0.019 1.000 -0.373 | +| Ctt | 0.679 0.266 0.365 -0.055 -0.290 -0.045 -0.118 -0.314 0.676 0.415 0.114 -0.379 0.230 -0.083 -0.140 0.175 -0.153 -0.062 -0.373 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 152.5404970714144}), (, {'error': 0.12630091768758023}), (, {'error': 0.1539744001923004}), (, {'error': 0.2036373668178415}), (, {'error': 0.21522410809503034}), (, {'error': 3.4527854688922766}), (, {'error': 0.22001122947212393}), (, {'error': 0.02250145047726093}), (, {'error': 65.69662466864656}), (, {'error': 0.01596591415936599}), (, {'error': 0.8246997249618477}), (, {'error': 0.10095388034596464}), (, {'error': 0.12780492952376177}), (, {'error': 0.16479975500338118}), (, {'error': 0.16124829690585685}), (, {'error': 0.0451095956497779}), (, {'error': 0.2905928442897662}), (, {'error': 0.05478224300806156}), (, {'error': 0.08131069677951341}), (, {'error': 0.11679000031743264})]) +Toy 5/10 +Time taken: 5 h, 1 min +Projected time left: 5 h, 1 min +Toy 5: Generating data... +Directory data/zfit_toys/toy_5 Created +Toy 5: Data generation finished +Toy 5: Loading data... +Toy 5: Loading data finished +Toy 5: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.217E+05 | Ncalls=962 (962 total) | +| EDM = 0.00151 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 5: Fitting finished +Function minimum: -721724.9986070776 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | jpsi_s | 0.999E4 | 0.001E4 | | | 9797.52 | 9996.48 | | +| 1 | p4040_s | 0.7 | 0.4 | | |0.00501244| 2.01499 | | +| 2 | p4415_s | 1.0 | 0.4 | | |0.126447 | 2.35355 | | +| 3 | phi_p | -5.47 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 4.1 | 0.5 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 7.8 | 1.8 | | | 4.19232 | 9.40768 | | +| 6 | omega_p | -5.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -2.46 | 0.07 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_s | 1365.4 | 1.5 | | | 1358.64 | 1433.36 | | +| 9 | jpsi_p | 1.476 | 0.018 | | |-6.28319 | 6.28319 | | +| 10| phi_s | 19.5 | 0.9 | | | 14.8182 | 23.5818 | | +| 11| p3770_p | -2.0 | 0.4 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.03 | 0.27 | | | 0.71676 | 3.68324 | | +| 13| p3770_s | 2.16 | 0.20 | | |0.918861 | 4.08114 | | +| 14| p4415_p | -1.8 | 0.3 | | |-6.28319 | 6.28319 | | +| 15| Dbar_s | 0.08 | 0.23 | | | -1.464 | 1.464 | | +| 16| rho_s | 1.38 | 0.29 | | |0.0253049| 2.0747 | | +| 17| rho_p | -0.29 | 0.25 | | |-6.28319 | 6.28319 | | +| 18| p4160_p | -1.88 | 0.28 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.4 | 0.7 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | jpsi_s p4040_s p4415_s phi_p p4040_p omega_s omega_p psi2s_p psi2s_s jpsi_p phi_s p3770_p p4160_s p3770_s p4415_p Dbar_s rho_s rho_p p4160_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| jpsi_s | 1.000 0.094 0.095 0.026 -0.094 -0.011 -0.014 -0.070 0.687 -0.075 0.027 -0.093 0.081 0.010 -0.090 -0.081 0.001 -0.071 -0.101 0.109 | +| p4040_s | 0.094 1.000 0.834 0.015 -0.790 -0.021 -0.004 -0.905 -0.015 -0.402 -0.006 -0.895 0.737 0.289 -0.807 -0.944 0.087 -0.156 -0.929 0.945 | +| p4415_s | 0.095 0.834 1.000 0.009 -0.669 -0.020 -0.004 -0.858 -0.011 -0.405 -0.006 -0.850 0.780 0.247 -0.744 -0.910 0.085 -0.137 -0.799 0.892 | +| phi_p | 0.026 0.015 0.009 1.000 -0.015 -0.131 -0.098 -0.019 0.021 0.023 0.571 -0.016 0.009 0.012 -0.014 -0.015 0.053 -0.259 -0.015 0.011 | +| p4040_p | -0.094 -0.790 -0.669 -0.015 1.000 0.018 -0.000 0.750 0.004 0.260 0.006 0.798 -0.489 -0.236 0.700 0.778 -0.086 0.131 0.783 -0.827 | +| omega_s | -0.011 -0.021 -0.020 -0.131 0.018 1.000 0.875 0.012 -0.006 -0.036 -0.006 0.020 -0.018 -0.006 0.019 0.021 -0.124 0.085 0.020 -0.022 | +| omega_p | -0.014 -0.004 -0.004 -0.098 -0.000 0.875 1.000 -0.004 -0.011 -0.050 0.006 0.001 -0.005 -0.005 0.002 0.004 0.167 0.100 0.001 -0.002 | +| psi2s_p | -0.070 -0.905 -0.858 -0.019 0.750 0.012 -0.004 1.000 0.018 0.361 0.003 0.915 -0.792 -0.296 0.781 0.945 -0.080 0.146 0.887 -0.930 | +| psi2s_s | 0.687 -0.015 -0.011 0.021 0.004 -0.006 -0.011 0.018 1.000 -0.019 0.021 0.008 -0.013 -0.013 0.010 0.028 -0.012 -0.043 0.011 -0.013 | +| jpsi_p | -0.075 -0.402 -0.405 0.023 0.260 -0.036 -0.050 0.361 -0.019 1.000 -0.003 0.357 -0.397 -0.183 0.342 0.397 -0.079 -0.056 0.374 -0.401 | +| phi_s | 0.027 -0.006 -0.006 0.571 0.006 -0.006 0.006 0.003 0.021 -0.003 1.000 0.006 -0.005 0.001 0.005 0.006 -0.004 -0.055 0.006 -0.008 | +| p3770_p | -0.093 -0.895 -0.850 -0.016 0.798 0.020 0.001 0.915 0.008 0.357 0.006 1.000 -0.763 -0.279 0.796 0.945 -0.090 0.151 0.903 -0.954 | +| p4160_s | 0.081 0.737 0.780 0.009 -0.489 -0.018 -0.005 -0.792 -0.013 -0.397 -0.005 -0.763 1.000 0.233 -0.719 -0.840 0.072 -0.128 -0.755 0.807 | +| p3770_s | 0.010 0.289 0.247 0.012 -0.236 -0.006 -0.005 -0.296 -0.013 -0.183 0.001 -0.279 0.233 1.000 -0.213 -0.287 0.005 -0.064 -0.254 0.248 | +| p4415_p | -0.090 -0.807 -0.744 -0.014 0.700 0.019 0.002 0.781 0.010 0.342 0.005 0.796 -0.719 -0.213 1.000 0.802 -0.082 0.140 0.819 -0.834 | +| Dbar_s | -0.081 -0.944 -0.910 -0.015 0.778 0.021 0.004 0.945 0.028 0.397 0.006 0.945 -0.840 -0.287 0.802 1.000 -0.088 0.156 0.923 -0.987 | +| rho_s | 0.001 0.087 0.085 0.053 -0.086 -0.124 0.167 -0.080 -0.012 -0.079 -0.004 -0.090 0.072 0.005 -0.082 -0.088 1.000 0.179 -0.093 0.102 | +| rho_p | -0.071 -0.156 -0.137 -0.259 0.131 0.085 0.100 0.146 -0.043 -0.056 -0.055 0.151 -0.128 -0.064 0.140 0.156 0.179 1.000 0.151 -0.150 | +| p4160_p | -0.101 -0.929 -0.799 -0.015 0.783 0.020 0.001 0.887 0.011 0.374 0.006 0.903 -0.755 -0.254 0.819 0.923 -0.093 0.151 1.000 -0.946 | +| Ctt | 0.109 0.945 0.892 0.011 -0.827 -0.022 -0.002 -0.930 -0.013 -0.401 -0.008 -0.954 0.807 0.248 -0.834 -0.987 0.102 -0.150 -0.946 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 10.394796938818217}), (, {'error': 0.43674811590338947}), (, {'error': 0.36879914758389737}), (, {'error': 0.1832765822205853}), (, {'error': 0.4519233768722568}), (, {'error': 1.8455580191380068}), (, {'error': 0.4276997602401069}), (, {'error': 0.07254142773263528}), (, {'error': 1.544765612533638}), (, {'error': 0.01839037159772694}), (, {'error': 0.9274878901037127}), (, {'error': 0.352814646659515}), (, {'error': 0.2684106849222492}), (, {'error': 0.19672395167864665}), (, {'error': 0.3338526549025085}), (, {'error': 0.2301851730400437}), (, {'error': 0.2941095311914894}), (, {'error': 0.2498327449641664}), (, {'error': 0.2758553026080319}), (, {'error': 0.729148673996197})]) +Toy 6/10 +Time taken: 6 h, 5 min +Projected time left: 4 h, 3 min +Toy 6: Generating data... +Directory data/zfit_toys/toy_6 Created +Toy 6: Data generation finished +Toy 6: Loading data... +Toy 6: Loading data finished +Toy 6: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.217E+05 | Ncalls=1240 (1240 total) | +| EDM = 2.55E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 6: Fitting finished +Function minimum: -721706.7372799675 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | jpsi_s | 0.999E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 1 | p4040_s | 0.67 | 0.15 | | |0.00501244| 2.01499 | | +| 2 | p4415_s | 0.13 | 0.05 | | |0.126447 | 2.35355 | | +| 3 | phi_p | -0.42 | 0.24 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.71 | 0.26 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 6.4 | 0.9 | | | 4.19232 | 9.40768 | | +| 6 | omega_p | 6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | 2.262 | 0.029 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_s | 1370.8 | 2.6 | | | 1358.64 | 1433.36 | | +| 9 | jpsi_p | -1.547 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| phi_s | 15.7 | 1.0 | | | 14.8182 | 23.5818 | | +| 11| p3770_p | -2.36 | 0.11 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 1.78 | 0.16 | | | 0.71676 | 3.68324 | | +| 13| p3770_s | 2.21 | 0.21 | | |0.918861 | 4.08114 | | +| 14| p4415_p | -6.28 | 0.13 | | |-6.28319 | 6.28319 | | +| 15| Dbar_s | 0.19 | 0.04 | | | -1.464 | 1.464 | | +| 16| rho_s | 1.34 | 0.29 | | |0.0253049| 2.0747 | | +| 17| rho_p | 5.87 | 0.24 | | |-6.28319 | 6.28319 | | +| 18| p4160_p | -1.96 | 0.10 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.50 | 0.05 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | jpsi_s p4040_s p4415_s phi_p p4040_p omega_s omega_p psi2s_p psi2s_s jpsi_p phi_s p3770_p p4160_s p3770_s p4415_p Dbar_s rho_s rho_p p4160_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| jpsi_s | 1.000 -0.041 -0.000 -0.020 -0.036 0.016 0.001 -0.127 0.904 0.114 0.010 0.068 -0.027 -0.036 0.001 0.370 -0.024 -0.105 -0.002 0.019 | +| p4040_s | -0.041 1.000 -0.014 -0.008 -0.176 0.007 0.000 -0.013 -0.043 -0.019 -0.009 -0.008 -0.326 0.187 0.011 -0.096 -0.024 -0.035 -0.280 0.156 | +| p4415_s | -0.000 -0.014 1.000 0.000 -0.001 -0.000 -0.000 0.005 -0.000 -0.000 0.000 0.002 -0.025 -0.002 -0.066 -0.032 0.001 0.003 0.021 -0.011 | +| phi_p | -0.020 -0.008 0.000 1.000 -0.007 -0.034 -0.004 -0.020 -0.018 -0.017 0.674 0.003 -0.008 -0.007 0.000 0.023 0.039 0.131 0.001 0.003 | +| p4040_p | -0.036 -0.176 -0.001 -0.007 1.000 0.004 0.001 -0.222 -0.035 -0.122 -0.005 0.070 0.506 -0.022 -0.013 -0.420 -0.007 0.004 -0.117 -0.045 | +| omega_s | 0.016 0.007 -0.000 -0.034 0.004 1.000 -0.133 -0.001 0.015 -0.031 -0.007 -0.007 0.007 0.006 -0.000 -0.022 -0.545 0.053 -0.004 -0.003 | +| omega_p | 0.001 0.000 -0.000 -0.004 0.001 -0.133 1.000 0.001 0.001 0.002 -0.006 0.000 0.001 0.000 -0.000 -0.001 0.007 0.022 0.000 -0.000 | +| psi2s_p | -0.127 -0.013 0.005 -0.020 -0.222 -0.001 0.001 1.000 -0.128 -0.065 -0.021 -0.268 -0.168 -0.276 0.007 -0.059 -0.016 -0.044 0.008 -0.011 | +| psi2s_s | 0.904 -0.043 -0.000 -0.018 -0.035 0.015 0.001 -0.128 1.000 0.109 0.009 0.065 -0.028 -0.046 0.001 0.349 -0.021 -0.095 -0.000 0.019 | +| jpsi_p | 0.114 -0.019 -0.000 -0.017 -0.122 -0.031 0.002 -0.065 0.109 1.000 -0.007 -0.008 -0.114 -0.005 0.007 0.251 0.061 -0.001 -0.010 0.032 | +| phi_s | 0.010 -0.009 0.000 0.674 -0.005 -0.007 -0.006 -0.021 0.009 -0.007 1.000 0.007 -0.006 -0.008 0.000 0.035 0.053 0.213 0.001 0.004 | +| p3770_p | 0.068 -0.008 0.002 0.003 0.070 -0.007 0.000 -0.268 0.065 -0.008 0.007 1.000 0.027 -0.196 0.000 0.132 0.023 0.017 0.031 -0.150 | +| p4160_s | -0.027 -0.326 -0.025 -0.008 0.506 0.007 0.001 -0.168 -0.028 -0.114 -0.006 0.027 1.000 0.053 -0.007 -0.456 -0.015 -0.007 -0.024 0.053 | +| p3770_s | -0.036 0.187 -0.002 -0.007 -0.022 0.006 0.000 -0.276 -0.046 -0.005 -0.008 -0.196 0.053 1.000 -0.003 -0.258 -0.019 -0.020 -0.077 0.018 | +| p4415_p | 0.001 0.011 -0.066 0.000 -0.013 -0.000 -0.000 0.007 0.001 0.007 0.000 0.000 -0.007 -0.003 1.000 0.027 0.000 -0.000 -0.019 -0.003 | +| Dbar_s | 0.370 -0.096 -0.032 0.023 -0.420 -0.022 -0.001 -0.059 0.349 0.251 0.035 0.132 -0.456 -0.258 0.027 1.000 0.070 0.022 -0.103 -0.243 | +| rho_s | -0.024 -0.024 0.001 0.039 -0.007 -0.545 0.007 -0.016 -0.021 0.061 0.053 0.023 -0.015 -0.019 0.000 0.070 1.000 0.214 0.012 0.008 | +| rho_p | -0.105 -0.035 0.003 0.131 0.004 0.053 0.022 -0.044 -0.095 -0.001 0.213 0.017 -0.007 -0.020 -0.000 0.022 0.214 1.000 0.023 -0.002 | +| p4160_p | -0.002 -0.280 0.021 0.001 -0.117 -0.004 0.000 0.008 -0.000 -0.010 0.001 0.031 -0.024 -0.077 -0.019 -0.103 0.012 0.023 1.000 -0.144 | +| Ctt | 0.019 0.156 -0.011 0.003 -0.045 -0.003 -0.000 -0.011 0.019 0.032 0.004 -0.150 0.053 0.018 -0.003 -0.243 0.008 -0.002 -0.144 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 18.158667943588625}), (, {'error': 0.1509400108319075}), (, {'error': 0.04612544021308074}), (, {'error': 0.23707479727072922}), (, {'error': 0.2599730266509681}), (, {'error': 0.9309566276241643}), (, {'error': 0.07998423752858308}), (, {'error': 0.0290853391447925}), (, {'error': 2.6121055667507562}), (, {'error': 0.016441141553812155}), (, {'error': 1.0154969885273442}), (, {'error': 0.11084633956920653}), (, {'error': 0.15872450331761856}), (, {'error': 0.20714712407981084}), (, {'error': 0.12972487071246652}), (, {'error': 0.036080452120800466}), (, {'error': 0.29258490984370844}), (, {'error': 0.2362798311677894}), (, {'error': 0.09647225879259258}), (, {'error': 0.05407019802115312})]) +Toy 7/10 +Time taken: 7 h, 23 min +Projected time left: 3 h, 10 min +Toy 7: Generating data... +Directory data/zfit_toys/toy_7 Created +Toy 7: Data generation finished +Toy 7: Loading data... +Toy 7: Loading data finished +Toy 7: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.216E+05 | Ncalls=1195 (1195 total) | +| EDM = 3.27E-05 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| True | True | False | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 7: Fitting finished +Function minimum: -721628.9750063963 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | jpsi_s | 1.000E4 | 0.003E4 | | | 9797.52 | 9996.48 | | +| 1 | p4040_s | 1.29 | 0.14 | | |0.00501244| 2.01499 | | +| 2 | p4415_s | 0.89 | 0.17 | | |0.126447 | 2.35355 | | +| 3 | phi_p | -0.42 | 0.25 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | -3.31 | 0.12 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 9 | 4 | | | 4.19232 | 9.40768 | | +| 6 | omega_p | -5.5 | 0.7 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -3.975 | 0.028 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_s | 1372.5 | 1.5 | | | 1358.64 | 1433.36 | | +| 9 | jpsi_p | -1.531 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| phi_s | 15.8 | 1.0 | | | 14.8182 | 23.5818 | | +| 11| p3770_p | -2.41 | 0.12 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 0.717 | 0.013 | | | 0.71676 | 3.68324 | | +| 13| p3770_s | 2.05 | 0.21 | | |0.918861 | 4.08114 | | +| 14| p4415_p | -1.19 | 0.20 | | |-6.28319 | 6.28319 | | +| 15| Dbar_s | 0.30 | 0.03 | | | -1.464 | 1.464 | | +| 16| rho_s | 1.4 | 0.4 | | |0.0253049| 2.0747 | | +| 17| rho_p | 5.89 | 0.25 | | |-6.28319 | 6.28319 | | +| 18| p4160_p | -6.283 | 0.010 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.014 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | jpsi_s p4040_s p4415_s phi_p p4040_p omega_s omega_p psi2s_p psi2s_s jpsi_p phi_s p3770_p p4160_s p3770_s p4415_p Dbar_s rho_s rho_p p4160_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| jpsi_s | 1.000 0.003 0.006 0.008 0.028 -0.014 0.019 0.059 -0.690 -0.052 -0.003 -0.031 -0.000 0.020 0.001 -0.183 0.020 0.050 -0.001 -0.003 | +| p4040_s | 0.003 1.000 -0.252 -0.002 -0.286 0.002 -0.004 0.118 -0.007 0.050 -0.004 -0.016 -0.000 0.132 -0.026 0.192 -0.011 -0.025 0.016 0.034 | +| p4415_s | 0.006 -0.252 1.000 -0.008 0.188 0.005 -0.008 -0.093 -0.010 -0.105 -0.006 0.017 0.016 0.067 0.105 -0.469 -0.013 -0.004 -0.005 0.023 | +| phi_p | 0.008 -0.002 -0.008 1.000 -0.013 0.063 -0.047 -0.020 -0.006 -0.014 0.687 0.004 0.000 -0.007 0.002 0.032 -0.014 0.095 0.000 0.001 | +| p4040_p | 0.028 -0.286 0.188 -0.013 1.000 0.014 -0.018 -0.213 -0.030 -0.133 -0.012 0.093 -0.013 0.064 -0.066 -0.512 -0.025 -0.023 -0.005 0.005 | +| omega_s | -0.014 0.002 0.005 0.063 0.014 1.000 -0.954 0.038 0.010 0.062 -0.033 0.001 0.000 0.006 -0.002 -0.024 -0.600 -0.279 -0.000 -0.001 | +| omega_p | 0.019 -0.004 -0.008 -0.047 -0.018 -0.954 1.000 -0.042 -0.014 -0.054 0.048 0.002 -0.000 -0.009 0.003 0.036 0.738 0.319 0.000 0.001 | +| psi2s_p | 0.059 0.118 -0.093 -0.020 -0.213 0.038 -0.042 1.000 -0.064 -0.057 -0.023 -0.302 0.002 -0.226 0.040 -0.062 -0.042 -0.066 0.005 -0.003 | +| psi2s_s | -0.690 -0.007 -0.010 -0.006 -0.030 0.010 -0.014 -0.064 1.000 0.045 0.003 0.026 0.000 -0.035 0.001 0.155 -0.014 -0.036 0.001 0.003 | +| jpsi_p | -0.052 0.050 -0.105 -0.014 -0.133 0.062 -0.054 -0.057 0.045 1.000 -0.013 -0.006 0.000 -0.007 0.025 0.245 0.002 -0.019 0.004 0.007 | +| phi_s | -0.003 -0.004 -0.006 0.687 -0.012 -0.033 0.048 -0.023 0.003 -0.013 1.000 0.007 0.000 -0.008 0.001 0.038 0.065 0.211 0.000 0.001 | +| p3770_p | -0.031 -0.016 0.017 0.004 0.093 0.001 0.002 -0.302 0.026 -0.006 0.007 1.000 -0.000 -0.218 0.002 0.064 0.018 0.020 -0.001 -0.041 | +| p4160_s | -0.000 -0.000 0.016 0.000 -0.013 0.000 -0.000 0.002 0.000 0.000 0.000 -0.000 1.000 -0.002 0.001 -0.008 0.000 0.001 -0.004 -0.001 | +| p3770_s | 0.020 0.132 0.067 -0.007 0.064 0.006 -0.009 -0.226 -0.035 -0.007 -0.008 -0.218 -0.002 1.000 -0.023 -0.280 -0.020 -0.023 -0.001 0.007 | +| p4415_p | 0.001 -0.026 0.105 0.002 -0.066 -0.002 0.003 0.040 0.001 0.025 0.001 0.002 0.001 -0.023 1.000 -0.126 0.007 0.019 0.006 -0.022 | +| Dbar_s | -0.183 0.192 -0.469 0.032 -0.512 -0.024 0.036 -0.062 0.155 0.245 0.038 0.064 -0.008 -0.280 -0.126 1.000 0.082 0.060 0.015 -0.075 | +| rho_s | 0.020 -0.011 -0.013 -0.014 -0.025 -0.600 0.738 -0.042 -0.014 0.002 0.065 0.018 0.000 -0.020 0.007 0.082 1.000 0.338 0.001 0.003 | +| rho_p | 0.050 -0.025 -0.004 0.095 -0.023 -0.279 0.319 -0.066 -0.036 -0.019 0.211 0.020 0.001 -0.023 0.019 0.060 0.338 1.000 0.000 0.001 | +| p4160_p | -0.001 0.016 -0.005 0.000 -0.005 -0.000 0.000 0.005 0.001 0.004 0.000 -0.001 -0.004 -0.001 0.006 0.015 0.001 0.000 1.000 -0.000 | +| Ctt | -0.003 0.034 0.023 0.001 0.005 -0.001 0.001 -0.003 0.003 0.007 0.001 -0.041 -0.001 0.007 -0.022 -0.075 0.003 0.001 -0.000 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 25.20699179595249}), (, {'error': 0.14451930958988646}), (, {'error': 0.16998392986412159}), (, {'error': 0.24591815798011396}), (, {'error': 0.11964002776351923}), (, {'error': 3.768191714206516}), (, {'error': 0.7099928656608121}), (, {'error': 0.027841501354752607}), (, {'error': 1.5430769961973283}), (, {'error': 0.016174130533469278}), (, {'error': 1.0429128558513918}), (, {'error': 0.11605159246763441}), (, {'error': 0.012521079163956894}), (, {'error': 0.20878589005327253}), (, {'error': 0.19807854505284705}), (, {'error': 0.03284004038236321}), (, {'error': 0.39232701418433225}), (, {'error': 0.25149228945065527}), (, {'error': 0.009798158848355776}), (, {'error': 0.013723283933835512})]) +Toy 8/10 +Time taken: 8 h, 45 min +Projected time left: 2 h, 11 min +Toy 8: Generating data... +Directory data/zfit_toys/toy_8 Created +Toy 8: Data generation finished +Toy 8: Loading data... +Toy 8: Loading data finished +Toy 8: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.217E+05 | Ncalls=1495 (1495 total) | +| EDM = 0.00559 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | True | True | False | +------------------------------------------------------------------ +Toy 8: Fitting finished +Function minimum: -721703.826703111 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | jpsi_s | 0.994E4 | 0.016E4 | | | 9797.52 | 9996.48 | | +| 1 | p4040_s | 0.71 | 0.10 | | |0.00501244| 2.01499 | | +| 2 | p4415_s | 0.126 | 0.026 | | |0.126447 | 2.35355 | | +| 3 | phi_p | 0.76 | 0.14 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.76 | 0.17 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 6.1 | 0.6 | | | 4.19232 | 9.40768 | | +| 6 | omega_p | 6.28 | 0.04 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | 3.846 | 0.019 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_s | 1360 | 60 | | | 1358.64 | 1433.36 | | +| 9 | jpsi_p | -4.791 | 0.014 | | |-6.28319 | 6.28319 | | +| 10| phi_s | 19.3 | 0.7 | | | 14.8182 | 23.5818 | | +| 11| p3770_p | 4.29 | 0.08 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 1.81 | 0.11 | | | 0.71676 | 3.68324 | | +| 13| p3770_s | 2.11 | 0.15 | | |0.918861 | 4.08114 | | +| 14| p4415_p | -6.28 | 0.08 | | |-6.28319 | 6.28319 | | +| 15| Dbar_s | 0.15 | 0.04 | | | -1.464 | 1.464 | | +| 16| rho_s | 1.45 | 0.23 | | |0.0253049| 2.0747 | | +| 17| rho_p | -6.28 | 0.10 | | |-6.28319 | 6.28319 | | +| 18| p4160_p | 4.28 | 0.07 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.500 | 0.024 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | jpsi_s p4040_s p4415_s phi_p p4040_p omega_s omega_p psi2s_p psi2s_s jpsi_p phi_s p3770_p p4160_s p3770_s p4415_p Dbar_s rho_s rho_p p4160_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| jpsi_s | 1.000 0.069 0.038 0.096 0.198 0.176 0.016 0.088 0.998 -0.390 0.252 -0.094 0.344 0.103 -0.025 0.874 -0.232 -0.276 0.147 0.224 | +| p4040_s | 0.069 1.000 -0.007 0.008 -0.071 0.016 0.002 -0.094 0.070 -0.060 0.018 0.047 -0.172 0.100 0.004 0.007 -0.027 -0.027 -0.178 0.058 | +| p4415_s | 0.038 -0.007 1.000 0.003 0.005 0.006 0.001 0.010 0.038 -0.014 0.010 -0.002 -0.007 0.001 -0.039 0.022 -0.007 -0.010 0.011 0.003 | +| phi_p | 0.096 0.008 0.003 1.000 0.013 -0.004 0.003 -0.003 0.096 -0.041 0.411 -0.015 0.030 0.009 -0.002 0.078 -0.003 -0.090 0.010 0.019 | +| p4040_p | 0.198 -0.071 0.005 0.013 1.000 0.034 0.003 0.014 0.196 -0.154 0.050 0.031 0.303 -0.044 -0.009 0.062 -0.038 -0.053 -0.066 -0.012 | +| omega_s | 0.176 0.016 0.006 -0.004 0.034 1.000 -0.055 0.013 0.175 -0.064 0.040 -0.019 0.061 0.020 -0.004 0.149 -0.380 0.035 0.023 0.038 | +| omega_p | 0.016 0.002 0.001 0.003 0.003 -0.055 1.000 0.002 0.016 -0.004 0.002 -0.002 0.006 0.002 -0.000 0.013 -0.007 0.002 0.002 0.003 | +| psi2s_p | 0.088 -0.094 0.010 -0.003 0.014 0.013 0.002 1.000 0.085 -0.068 0.018 0.150 -0.022 -0.048 0.000 0.191 -0.011 -0.027 0.074 0.017 | +| psi2s_s | 0.998 0.070 0.038 0.096 0.196 0.175 0.016 0.085 1.000 -0.390 0.252 -0.097 0.344 0.102 -0.025 0.872 -0.232 -0.276 0.146 0.223 | +| jpsi_p | -0.390 -0.060 -0.014 -0.041 -0.154 -0.064 -0.004 -0.068 -0.390 1.000 -0.105 -0.008 -0.198 -0.102 0.013 -0.363 0.066 0.080 -0.071 -0.098 | +| phi_s | 0.252 0.018 0.010 0.411 0.050 0.040 0.002 0.018 0.252 -0.105 1.000 -0.024 0.087 0.026 -0.006 0.219 -0.072 -0.062 0.036 0.056 | +| p3770_p | -0.094 0.047 -0.002 -0.015 0.031 -0.019 -0.002 0.150 -0.097 -0.008 -0.024 1.000 0.006 -0.093 0.001 -0.065 0.034 0.029 -0.002 -0.075 | +| p4160_s | 0.344 -0.172 -0.007 0.030 0.303 0.061 0.006 -0.022 0.344 -0.198 0.087 0.006 1.000 0.041 -0.007 0.184 -0.079 -0.097 0.007 0.080 | +| p3770_s | 0.103 0.100 0.001 0.009 -0.044 0.020 0.002 -0.048 0.102 -0.102 0.026 -0.093 0.041 1.000 -0.002 0.014 -0.027 -0.032 -0.030 -0.004 | +| p4415_p | -0.025 0.004 -0.039 -0.002 -0.009 -0.004 -0.000 0.000 -0.025 0.013 -0.006 0.001 -0.007 -0.002 1.000 -0.015 0.005 0.007 -0.013 -0.006 | +| Dbar_s | 0.874 0.007 0.022 0.078 0.062 0.149 0.013 0.191 0.872 -0.363 0.219 -0.065 0.184 0.014 -0.015 1.000 -0.180 -0.237 0.066 0.138 | +| rho_s | -0.232 -0.027 -0.007 -0.003 -0.038 -0.380 -0.007 -0.011 -0.232 0.066 -0.072 0.034 -0.079 -0.027 0.005 -0.180 1.000 0.124 -0.024 -0.042 | +| rho_p | -0.276 -0.027 -0.010 -0.090 -0.053 0.035 0.002 -0.027 -0.276 0.080 -0.062 0.029 -0.097 -0.032 0.007 -0.237 0.124 1.000 -0.035 -0.061 | +| p4160_p | 0.147 -0.178 0.011 0.010 -0.066 0.023 0.002 0.074 0.146 -0.071 0.036 -0.002 0.007 -0.030 -0.013 0.066 -0.024 -0.035 1.000 -0.032 | +| Ctt | 0.224 0.058 0.003 0.019 -0.012 0.038 0.003 0.017 0.223 -0.098 0.056 -0.075 0.080 -0.004 -0.006 0.138 -0.042 -0.061 -0.032 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 155.95548179705474}), (, {'error': 0.10451630952718327}), (, {'error': 0.02601257529492855}), (, {'error': 0.13516374126564745}), (, {'error': 0.16520703832461248}), (, {'error': 0.6461160043090262}), (, {'error': 0.037711746719596206}), (, {'error': 0.018996904467660336}), (, {'error': 58.598335621575416}), (, {'error': 0.014123158812763936}), (, {'error': 0.6819445943360822}), (, {'error': 0.08391597009977314}), (, {'error': 0.10860444555725879}), (, {'error': 0.1451239235198991}), (, {'error': 0.08215169230143982}), (, {'error': 0.0405235648463812}), (, {'error': 0.22690860315335415}), (, {'error': 0.09787234128434852}), (, {'error': 0.07034955524436892}), (, {'error': 0.02388200717490227})]) +Toy 9/10 +Time taken: 10 h, 19 min +Projected time left: 1 h, 8 min +Toy 9: Generating data... +Directory data/zfit_toys/toy_9 Created +Toy 9: Data generation finished +Toy 9: Loading data... +Toy 9: Loading data finished +Toy 9: Fitting pdf... +------------------------------------------------------------------ +| FCN = -7.217E+05 | Ncalls=1198 (1198 total) | +| EDM = 0.00154 (Goal: 5E-06) | up = 0.5 | +------------------------------------------------------------------ +| Valid Min. | Valid Param. | Above EDM | Reached call limit | +------------------------------------------------------------------ +| False | True | True | False | +------------------------------------------------------------------ +| Hesse failed | Has cov. | Accurate | Pos. def. | Forced | +------------------------------------------------------------------ +| False | True | False | False | True | +------------------------------------------------------------------ +Toy 9: Fitting finished +Function minimum: -721724.6588696013 +--------------------------------------------------------------------------------------------- +| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed | +--------------------------------------------------------------------------------------------- +| 0 | jpsi_s | 1.000E4 | 0.002E4 | | | 9797.52 | 9996.48 | | +| 1 | p4040_s | 0.70 | 0.20 | | |0.00501244| 2.01499 | | +| 2 | p4415_s | 1.07 | 0.19 | | |0.126447 | 2.35355 | | +| 3 | phi_p | 0.86 | 0.18 | | |-6.28319 | 6.28319 | | +| 4 | p4040_p | 3.81 | 0.27 | | |-6.28319 | 6.28319 | | +| 5 | omega_s | 7.8 | 1.7 | | | 4.19232 | 9.40768 | | +| 6 | omega_p | 0.7 | 0.4 | | |-6.28319 | 6.28319 | | +| 7 | psi2s_p | -4.466 | 0.029 | | |-6.28319 | 6.28319 | | +| 8 | psi2s_s | 1371.6 | 1.9 | | | 1358.64 | 1433.36 | | +| 9 | jpsi_p | -4.620 | 0.016 | | |-6.28319 | 6.28319 | | +| 10| phi_s | 19.5 | 0.9 | | | 14.8182 | 23.5818 | | +| 11| p3770_p | 3.49 | 0.13 | | |-6.28319 | 6.28319 | | +| 12| p4160_s | 2.06 | 0.17 | | | 0.71676 | 3.68324 | | +| 13| p3770_s | 2.35 | 0.21 | | |0.918861 | 4.08114 | | +| 14| p4415_p | 4.35 | 0.19 | | |-6.28319 | 6.28319 | | +| 15| Dbar_s | 0.07 | 0.07 | | | -1.464 | 1.464 | | +| 16| rho_s | 1.38 | 0.29 | | |0.0253049| 2.0747 | | +| 17| rho_p | 6.04 | 0.24 | | |-6.28319 | 6.28319 | | +| 18| p4160_p | -2.06 | 0.11 | | |-6.28319 | 6.28319 | | +| 19| Ctt | -0.32 | 0.16 | | | -0.5 | 0.5 | | +--------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| | jpsi_s p4040_s p4415_s phi_p p4040_p omega_s omega_p psi2s_p psi2s_s jpsi_p phi_s p3770_p p4160_s p3770_s p4415_p Dbar_s rho_s rho_p p4160_p Ctt | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +| jpsi_s | 1.000 0.012 -0.009 -0.030 0.019 0.005 0.014 0.047 -0.810 0.053 -0.038 -0.021 0.005 0.021 0.011 -0.092 0.009 0.067 0.014 -0.037 | +| p4040_s | 0.012 1.000 0.238 0.012 -0.295 -0.000 -0.003 -0.034 -0.013 -0.137 0.002 -0.365 0.104 0.182 -0.290 -0.621 -0.009 -0.049 -0.594 0.633 | +| p4415_s | -0.009 0.238 1.000 -0.002 0.060 -0.000 -0.003 -0.091 0.007 -0.190 0.001 -0.283 0.352 0.079 -0.150 -0.573 -0.002 -0.019 -0.059 0.451 | +| phi_p | -0.030 0.012 -0.002 1.000 -0.012 -0.114 -0.077 0.010 0.025 0.016 0.559 -0.012 -0.001 0.009 -0.009 -0.010 0.072 -0.211 -0.012 0.003 | +| p4040_p | 0.019 -0.295 0.060 -0.012 1.000 0.001 -0.004 -0.289 -0.018 -0.072 -0.001 0.246 0.349 -0.095 0.160 0.114 -0.009 0.022 0.233 -0.367 | +| omega_s | 0.005 -0.000 -0.000 -0.114 0.001 1.000 0.838 -0.015 -0.004 -0.036 -0.004 -0.003 0.001 0.002 0.000 -0.002 -0.197 0.034 -0.001 -0.004 | +| omega_p | 0.014 -0.003 -0.003 -0.077 -0.004 0.838 1.000 -0.016 -0.011 -0.044 0.008 -0.003 -0.004 -0.002 -0.001 0.004 0.132 0.065 -0.003 0.000 | +| psi2s_p | 0.047 -0.034 -0.091 0.010 -0.289 -0.015 -0.016 1.000 -0.048 0.088 -0.005 -0.286 -0.177 -0.322 -0.056 -0.051 -0.010 -0.050 -0.112 0.164 | +| psi2s_s | -0.810 -0.013 0.007 0.025 -0.018 -0.004 -0.011 -0.048 1.000 -0.041 0.032 0.016 -0.006 -0.034 -0.011 0.079 -0.007 -0.055 -0.013 0.037 | +| jpsi_p | 0.053 -0.137 -0.190 0.016 -0.072 -0.036 -0.044 0.088 -0.041 1.000 -0.010 0.035 -0.188 -0.021 0.063 0.163 -0.034 -0.101 0.083 -0.203 | +| phi_s | -0.038 0.002 0.001 0.559 -0.001 -0.004 0.008 -0.005 0.032 -0.010 1.000 -0.002 0.001 0.002 -0.001 0.000 -0.003 -0.042 -0.002 -0.001 | +| p3770_p | -0.021 -0.365 -0.283 -0.012 0.246 -0.003 -0.003 -0.286 0.016 0.035 -0.002 1.000 -0.200 -0.211 0.207 0.565 0.005 0.033 0.375 -0.607 | +| p4160_s | 0.005 0.104 0.352 -0.001 0.349 0.001 -0.004 -0.177 -0.006 -0.188 0.001 -0.200 1.000 0.072 -0.231 -0.517 -0.009 -0.019 -0.175 0.339 | +| p3770_s | 0.021 0.182 0.079 0.009 -0.095 0.002 -0.002 -0.322 -0.034 -0.021 0.002 -0.211 0.072 1.000 -0.040 -0.192 -0.017 -0.024 -0.108 0.071 | +| p4415_p | 0.011 -0.290 -0.150 -0.009 0.160 0.000 -0.001 -0.056 -0.011 0.063 -0.001 0.207 -0.231 -0.040 1.000 0.170 -0.003 0.031 0.333 -0.344 | +| Dbar_s | -0.092 -0.621 -0.573 -0.010 0.114 -0.002 0.004 -0.051 0.079 0.163 0.000 0.565 -0.517 -0.192 0.170 1.000 0.021 0.046 0.431 -0.852 | +| rho_s | 0.009 -0.009 -0.002 0.072 -0.009 -0.197 0.132 -0.010 -0.007 -0.034 -0.003 0.005 -0.009 -0.017 -0.003 0.021 1.000 0.181 -0.004 0.022 | +| rho_p | 0.067 -0.049 -0.019 -0.211 0.022 0.034 0.065 -0.050 -0.055 -0.101 -0.042 0.033 -0.019 -0.024 0.031 0.046 0.181 1.000 0.038 -0.031 | +| p4160_p | 0.014 -0.594 -0.059 -0.012 0.233 -0.001 -0.003 -0.112 -0.013 0.083 -0.002 0.375 -0.175 -0.108 0.333 0.431 -0.004 0.038 1.000 -0.607 | +| Ctt | -0.037 0.633 0.451 0.003 -0.367 -0.004 0.000 0.164 0.037 -0.203 -0.001 -0.607 0.339 0.071 -0.344 -0.852 0.022 -0.031 -0.607 1.000 | +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +Hesse errors: OrderedDict([(, {'error': 18.696402407326786}), (, {'error': 0.1977130387531787}), (, {'error': 0.1918181654016241}), (, {'error': 0.17995505139697654}), (, {'error': 0.268477559322001}), (, {'error': 1.6847470730979945}), (, {'error': 0.3747514517370174}), (, {'error': 0.029188189987826796}), (, {'error': 1.9031707912032516}), (, {'error': 0.016460540072008367}), (, {'error': 0.9184292180716831}), (, {'error': 0.13133722340470122}), (, {'error': 0.17353715756361554}), (, {'error': 0.2088299951628807}), (, {'error': 0.19302028654597247}), (, {'error': 0.07087129710740159}), (, {'error': 0.29121110564405905}), (, {'error': 0.24021930473361852}), (, {'error': 0.11271082752081485}), (, {'error': 0.15864445086422313})]) +Toy 10/10 +Time taken: 11 h, 43 min +Projected time left: +Mean Ctt value = -0.4455520944703114 +Mean Ctt error = 0.13073026887908745 +Simulation ended diff --git a/raremodel-nb.ipynb b/raremodel-nb.ipynb index 62dd189..cf17488 100644 --- a/raremodel-nb.ipynb +++ b/raremodel-nb.ipynb @@ -9,9 +9,31 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\sa_li\\.conda\\envs\\rmd\\lib\\site-packages\\zfit\\util\\execution.py:57: UserWarning: Not running on Linux. Determining available cpus for thread can failand be overestimated. Workaround (only if too many cpus are used):`zfit.run.set_n_cpu(your_cpu_number)`\n", + " warnings.warn(\"Not running on Linux. Determining available cpus for thread can fail\"\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.\n", + "For more information, please see:\n", + " * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md\n", + " * https://github.com/tensorflow/addons\n", + "If you depend on functionality not listed there, please file an issue.\n", + "\n" + ] + } + ], "source": [ "import os\n", "\n", @@ -42,7 +64,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -61,7 +83,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -262,7 +284,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -317,7 +339,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -345,7 +367,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ @@ -434,7 +456,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ @@ -462,9 +484,19 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "WARNING:tensorflow:From C:\\Users\\sa_li\\.conda\\envs\\rmd\\lib\\site-packages\\tensorflow\\python\\ops\\resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.\n", + "Instructions for updating:\n", + "Colocations handled automatically by placer.\n" + ] + } + ], "source": [ "#rho\n", "\n", @@ -473,8 +505,8 @@ "rho_m = zfit.Parameter(\"rho_m\", ztf.constant(rho_mass), floating = False) #lower_limit = rho_mass - rho_width,\n", "# upper_limit = rho_mass + rho_width)\n", "rho_w = zfit.Parameter(\"rho_w\", ztf.constant(rho_width), floating = False)\n", - "rho_p = zfit.Parameter(\"rho_p\", ztf.constant(rho_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "rho_s = zfit.Parameter(\"rho_s\", ztf.constant(rho_scale), lower_limit=rho_scale-np.sqrt(rho_scale), upper_limit=rho_scale+np.sqrt(rho_scale))\n", + "rho_p = zfit.Parameter(\"rho_p\", ztf.constant(rho_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "rho_s = zfit.Parameter(\"rho_s\", ztf.constant(rho_scale), floating = False) #, lower_limit=rho_scale-np.sqrt(rho_scale), upper_limit=rho_scale+np.sqrt(rho_scale))\n", "\n", "#omega\n", "\n", @@ -482,8 +514,8 @@ "\n", "omega_m = zfit.Parameter(\"omega_m\", ztf.constant(omega_mass), floating = False)\n", "omega_w = zfit.Parameter(\"omega_w\", ztf.constant(omega_width), floating = False)\n", - "omega_p = zfit.Parameter(\"omega_p\", ztf.constant(omega_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "omega_s = zfit.Parameter(\"omega_s\", ztf.constant(omega_scale), lower_limit=omega_scale-np.sqrt(omega_scale), upper_limit=omega_scale+np.sqrt(omega_scale))\n", + "omega_p = zfit.Parameter(\"omega_p\", ztf.constant(omega_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "omega_s = zfit.Parameter(\"omega_s\", ztf.constant(omega_scale), floating = False) #, lower_limit=omega_scale-np.sqrt(omega_scale), upper_limit=omega_scale+np.sqrt(omega_scale))\n", "\n", "\n", "#phi\n", @@ -492,8 +524,8 @@ "\n", "phi_m = zfit.Parameter(\"phi_m\", ztf.constant(phi_mass), floating = False)\n", "phi_w = zfit.Parameter(\"phi_w\", ztf.constant(phi_width), floating = False)\n", - "phi_p = zfit.Parameter(\"phi_p\", ztf.constant(phi_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "phi_s = zfit.Parameter(\"phi_s\", ztf.constant(phi_scale), lower_limit=phi_scale-np.sqrt(phi_scale), upper_limit=phi_scale+np.sqrt(phi_scale))\n", + "phi_p = zfit.Parameter(\"phi_p\", ztf.constant(phi_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "phi_s = zfit.Parameter(\"phi_s\", ztf.constant(phi_scale), floating = False) #, lower_limit=phi_scale-np.sqrt(phi_scale), upper_limit=phi_scale+np.sqrt(phi_scale))\n", "\n", "#jpsi\n", "\n", @@ -520,8 +552,8 @@ "\n", "p3770_m = zfit.Parameter(\"p3770_m\", ztf.constant(p3770_mass), floating = False)\n", "p3770_w = zfit.Parameter(\"p3770_w\", ztf.constant(p3770_width), floating = False)\n", - "p3770_p = zfit.Parameter(\"p3770_p\", ztf.constant(p3770_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "p3770_s = zfit.Parameter(\"p3770_s\", ztf.constant(p3770_scale), lower_limit=p3770_scale-np.sqrt(p3770_scale), upper_limit=p3770_scale+np.sqrt(p3770_scale))\n", + "p3770_p = zfit.Parameter(\"p3770_p\", ztf.constant(p3770_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "p3770_s = zfit.Parameter(\"p3770_s\", ztf.constant(p3770_scale), floating = False) #, lower_limit=p3770_scale-np.sqrt(p3770_scale), upper_limit=p3770_scale+np.sqrt(p3770_scale))\n", "\n", "#psi(4040)\n", "\n", @@ -529,8 +561,8 @@ "\n", "p4040_m = zfit.Parameter(\"p4040_m\", ztf.constant(p4040_mass), floating = False)\n", "p4040_w = zfit.Parameter(\"p4040_w\", ztf.constant(p4040_width), floating = False)\n", - "p4040_p = zfit.Parameter(\"p4040_p\", ztf.constant(p4040_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "p4040_s = zfit.Parameter(\"p4040_s\", ztf.constant(p4040_scale), lower_limit=p4040_scale-np.sqrt(p4040_scale), upper_limit=p4040_scale+np.sqrt(p4040_scale))\n", + "p4040_p = zfit.Parameter(\"p4040_p\", ztf.constant(p4040_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "p4040_s = zfit.Parameter(\"p4040_s\", ztf.constant(p4040_scale), floating = False) #, lower_limit=p4040_scale-np.sqrt(p4040_scale), upper_limit=p4040_scale+np.sqrt(p4040_scale))\n", "\n", "#psi(4160)\n", "\n", @@ -538,8 +570,8 @@ "\n", "p4160_m = zfit.Parameter(\"p4160_m\", ztf.constant(p4160_mass), floating = False)\n", "p4160_w = zfit.Parameter(\"p4160_w\", ztf.constant(p4160_width), floating = False)\n", - "p4160_p = zfit.Parameter(\"p4160_p\", ztf.constant(p4160_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "p4160_s = zfit.Parameter(\"p4160_s\", ztf.constant(p4160_scale), lower_limit=p4160_scale-np.sqrt(p4160_scale), upper_limit=p4160_scale+np.sqrt(p4160_scale))\n", + "p4160_p = zfit.Parameter(\"p4160_p\", ztf.constant(p4160_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "p4160_s = zfit.Parameter(\"p4160_s\", ztf.constant(p4160_scale), floating = False) #, lower_limit=p4160_scale-np.sqrt(p4160_scale), upper_limit=p4160_scale+np.sqrt(p4160_scale))\n", "\n", "#psi(4415)\n", "\n", @@ -547,8 +579,8 @@ "\n", "p4415_m = zfit.Parameter(\"p4415_m\", ztf.constant(p4415_mass), floating = False)\n", "p4415_w = zfit.Parameter(\"p4415_w\", ztf.constant(p4415_width), floating = False)\n", - "p4415_p = zfit.Parameter(\"p4415_p\", ztf.constant(p4415_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", - "p4415_s = zfit.Parameter(\"p4415_s\", ztf.constant(p4415_scale), lower_limit=p4415_scale-np.sqrt(p4415_scale), upper_limit=p4415_scale+np.sqrt(p4415_scale))" + "p4415_p = zfit.Parameter(\"p4415_p\", ztf.constant(p4415_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi)\n", + "p4415_s = zfit.Parameter(\"p4415_s\", ztf.constant(p4415_scale), floating = False) #, lower_limit=p4415_scale-np.sqrt(p4415_scale), upper_limit=p4415_scale+np.sqrt(p4415_scale))" ] }, { @@ -560,9 +592,20 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 9, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "_0 = jpsi_scale*np.cos(jpsi_phase)*jpsi_width/jpsi_mass**3 + psi2s_scale*np.cos(psi2s_phase)*psi2s_width/psi2s_mass**3\n", "_1 = p3770_scale*np.cos(p3770_phase)*p3770_width/p3770_mass**3 + p4040_scale*np.cos(p4040_phase)*p4040_width/p4040_mass**3\n", @@ -619,7 +662,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 10, "metadata": {}, "outputs": [], "source": [ @@ -636,7 +679,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -671,7 +714,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -714,9 +757,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 13, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAZ8AAAD8CAYAAACo9anUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4xLjAsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy+17YcXAAAgAElEQVR4nO29eXhd1Xnv/3nPOTqaJ0uyjSTbsrGMJ4wxxkAgQAxhCAkmBG5MQsMvkEvTkjZtevsD2iT3hoQmtGnobRNKaCAho6FAgkMgQAKBEMB4Nh4wluVJkicN1jycYd0/9j5HR9KZJOuMej/Po8f7rL32WmtvS/t73ne9611ijEFRFEVRkokj1QNQFEVRph4qPoqiKErSUfFRFEVRko6Kj6IoipJ0VHwURVGUpKPioyiKoiSduMRHRK4Rkb0i0iAi94Q5nysiT9jnN4hIXci5e+3yvSJydaw2RWSu3cY+u013HH0sE5G3RGSXiLwrInkTeRiKoihKcogpPiLiBL4HXAssBm4RkcWjqt0BdBhj5gMPAg/Y1y4G1gJLgGuAh0TEGaPNB4AHjTH1QIfddrQ+XMBPgc8bY5YAlwOecT4HRVEUJYnEY/msAhqMMY3GmCFgHbBmVJ01wOP28VPAFSIidvk6Y8ygMeYA0GC3F7ZN+5rVdhvYbd4Qo4+rgB3GmO0Axpg2Y4wv/kegKIqiJBtXHHVqgCMhn5uACyLVMcZ4RaQTqLDL3x51bY19HK7NCuCUMcYbpn6kPhYARkReBKqwxO6fR9+EiNwJ3AlQWFh43sKFC+O49anBkNdPe+8QM0vVW6mM5N3mTqYX5zKjZOzvxqDHz/snupk9rYDS/JwUjM7iRPcgx7sGWFpdiohVtquli/KCHM4ozWdnSycAZ9eUpmyM2cLmzZtbjTFVk9FWPOIjYcpG5+SJVCdSeTiLK1r9aH24gEuA84E+4PcistkY8/sRFY15BHgEYOXKlWbTpk1hmpuaXP3g63Qd72bdly5l/vTiVA9HSRP8fsO8f3iev7mynr+5csGY840ne1j9r6/x7bXLWbO8JkwLyeG7r+zj2y+9z1vfuBa3y3q1nHvfS3zsnGruuXYhi7/6IgAbv/kRRMK9RpR4EZFDk9VWPG63JmBWyOdaoCVSHXsOphRoj3JtpPJWoMxuY3Rf0fp4zRjTaozpA54HVsRxX4qN1+9P9RCUNMRn5310OcK/sF0O6/Xh9aU2P2QgPWWorjgdDrx+gydkbJ4Uj1MZSTzisxGot6PQ3FgBBOtH1VkP3GYf3wS8YqyMpeuBtXak2lygHngnUpv2Na/abWC3+WyMPl4ElolIgS1KlwG7438EiqKEIyAqTkf414TTab3tff4Ui4/9ryNEfVwOweczI8bm8emXrHQiptvNnl/5AtZL3gk8ZozZJSL3AZuMMeuBR4GfiEgDljWy1r52l4g8iSUGXuCuQDBAuDbtLu8G1onIN4CtdttE6aNDRL6DJWgGeN4Y85vTeiqKogQt4siWj9j1Uis+ftv0CR2l0yF4/QZviOCo+KQX8cz5YIx5HsudFVr21ZDjAeDmCNfeD9wfT5t2eSNWNNzo8mh9/BQr3FpRlEkiYDW4nOHFx+kIWD6pfamHc7u5nILP7x8hjIl2u3k8HpqamhgYGEhoP8kgLy+P2tpacnISF0gSl/goijL1CLy4093yCUYkhajPsOUzPLahBFs+TU1NFBcXU1dXl9GBDcYY2traaGpqYu7cuQnrR9PrKGNCFxUFhi2fiHM+jjSZ8zGG0e96l0Pw+c2IYBpvgsVnYGCAioqKjBYesES8oqIi4Racio+iKGGJZfk408XyMWPXYQSi3ZLpdgMyXngCJOM+VHwURQmLLxjtFmvOJ9VuNzMi0g1CLB+fRrulKyo+iqKEJRjtFiHgILDOJ9Xi4zeMcbsF53xGuN3UwQzwhz/8gY9+9KMADA4OcuWVV7J8+XKeeOKJpI5DAw6UsKkjFGV4zif8b0igOD3cbuEsn5HRbokOOMhEtm7disfjYdu2bUnvWy0fRQMOlLDEmvMRkeBLPpUYxgYcOB2C1zfS7ZbogIN04ODBgyxcuJDbbruNZcuWcdNNN9HX18dvf/tbFi5cyCWXXMIzzzwDwIkTJ7j11lvZtm0by5cvZ//+/Ukdq1o+iqKEJVa0m3VO0sPyGR3t5hQGPf4Rbrdkptf52q93sbula1LbXFxdwv/+2JKY9fbu3cujjz7KxRdfzO233853vvMdvv/97/PKK68wf/58PvnJTwIwffp0fvCDH/Dtb3+b5557blLHGg9q+SiKEpZYlk/gnC/lud3MGLdbMNotNOBgiuQwnDVrFhdffDEAt956K5s2bWLu3LnU19cjItx6660pHqGFWj6KooQl4E6LNOcTOJcOls/oIQai3UbkdvMmT3zisVASxegw6c7OzrQMAVfLR1GUsATcVNEsH6f9kk8lVrTbaMtH7KzWIdFuKR5nsjh8+DBvvfUWAL/4xS+48sorOXDgQHBO5xe/+EUqhxdExUdRlLDEinazzjlS/lI3mLGLTMUKhJiKWa0XLVrE448/zrJly2hvb+dv//ZveeSRR7juuuu45JJLmDNnTqqHCKjbTVGUCATnfJyRv6O6HII/1eITbp2P07Z8kpzhIB1wOBw8/PDDI8quueYa3nvvvTF1L7/8ci6//PIkjWwkavkoIaSfX1hJHb4YWypAusz5mDFut4Ao+vy6pUK6ouKjKEpYvDHS68Dw1gWpxBAlw8EUW+dTV1fHzp07Uz2MuFDxURQlLLH284H0sHz8xuCMlNttRIaDxI/TmOxw7SXjPlR8lBCy4w9HmRziXueTcvEZG+3mcjrw+EZvJpdYyycvL4+2traMF6DAfj55eXkJ7UcDDhRFCUt8GQ7SINrNmDHrfNxOB0Ne/whXW6LdbrW1tTQ1NXHy5MmE9pMMAjuZJhIVHyUEDThQhonH8nE60iCrtZ8xWyq4XQ6GfCNDrRPtdsvJyUnozp/ZhrrdFEUJS3wZDlJv+fgjWD4e38g5n6kQcJBJqPgoihKWeOd8Ur3OJ9ycT47Tgc9vGPQMh4trqHV6oeKjKEpY4stwICnfJ8cYw+hpKbfLKuj3+ADIy3FOmUWmmYKKj6IoYfEGc7tFfk24nY6Uu7Mst9toy8f63D/kxSGQ63Ko5ZNmqPgoGmGthCWwF44zyjqfHGc6rPMZG3CQG2L5uBwOXE7RbbTTDBUfRVHCEs+cT44d0pxK/GZsYtEcOx9d35APp0PIcarlk26o+CiKEhZfHFsq5KSBOytcYtHgnM+QD5dTrOi3KbKlQqag4qMoSli8cQQcBEKaU4kh3JzPsOXjcggupyR1MzklNnGJj4hcIyJ7RaRBRO4Jcz5XRJ6wz28QkbqQc/fa5XtF5OpYbYrIXLuNfXab7mh9iEidiPSLyDb7Z2QucSU2urZUCYPPb62fibYLZo4z9SHMkRaZAvR5fDgdDnKcjuAclpIexBQfEXEC3wOuBRYDt4jI4lHV7gA6jDHzgQeBB+xrFwNrgSXANcBDIuKM0eYDwIPGmHqgw247Yh82+40xy+2fz4/rCSiKEhaP3x+0ICLhSoO5FL8xY91uzoDbzWtbPo6kJBZV4icey2cV0GCMaTTGDAHrgDWj6qwBHrePnwKuEOvr0hpgnTFm0BhzAGiw2wvbpn3NarsN7DZviNGHoigJwOM1wZd4JNxpEXAQxfIJzvlIykPClZHEIz41wJGQz012Wdg6xhgv0AlURLk2UnkFcMpuY3RfkfoAmCsiW0XkNRH5YBz3pISiXwiVMHh8fnJc0V8R6RBqHW6RacBiG/DYcz6O1FtoykjiEZ9w1sXo37ZIdSarPFofR4HZxphzgS8BPxeRktEVReROEdkkIpuyIeusoiQaj88fXKwZiXQIYQ63yDTU8nE6xI7K029Z6UQ84tMEzAr5XAu0RKojIi6gFGiPcm2k8lagzG5jdF9h+7Bdem0AxpjNwH5gweibMMY8YoxZaYxZWVVVFcdtK8rUZsgXe84nx452S+UeNuFzu1mfrWg3Bzma2y3tiEd8NgL1dhSaGyuAYP2oOuuB2+zjm4BXjPXbuB5Ya0eqzQXqgXcitWlf86rdBnabz0brQ0Sq7AAGRGSe3Udj/I9AUZRweHxxzPnYFkYqrYpwWa1zQ9yFLqe1yDRZGQ6++8o+HnvjQFL6ymRi7udjjPGKyBeAFwEn8JgxZpeI3AdsMsasBx4FfiIiDVgWz1r72l0i8iSwG/ACdxljfADh2rS7vBtYJyLfALbabROpD+BS4D4R8QI+4PPGmPaJPxJFUQA83ngsH+ut7/H5g0KUbEyYgIPQcQfX+STB8vH7Dd9+6X0Abr9E9/aJRlybyRljngeeH1X21ZDjAeDmCNfeD9wfT5t2eSNWNNzo8rB9GGOeBp6OeRNKTDR2UAnFCjiI/ksRSDqaSpdW2P18QoTQ6QhkOEj8GI93DwSPO/s8lBbkJLzPTEUzHCiKEpa45nzsl3wqt1Ww1vmMCjgYYfk47AwHiXe7tZwaFp8TIUKkjEXFR1GUsHjiEB930O2W2oCD0ZZPYe6wU8ftSl6Gg64BT/C4tWco4f1lMio+SpAUBiwpaUg8AQcBcUrlAk4TJtQ61+UIupFzbfFJxmLYrv5h8WnrHUx4f5mMio+iKGGJd51PoG6qCJfhQEQodFvWT26Ow85Bl/hvV10D3uBxm1o+UVHxURQlLB6fiWudD8BQEuZTIhEutxtAgdsJWPM/rmS53UIsn86QY2UscUW7KYoy9YgnvY7bNRxqnSrCWT4wLD65LueIxbCJTAnZ1e8h1+XA6RC6B1R8oqHioyhKWDw+f8w5n3QItTZhQq0BCmy3m9vlCC46HfL5yXU5EzaWrgEPJfk5OAS6+r2xL5jCqPgoIWjEgTKMtcg0vjmfVIdaR7d8HOTlWMcDngSLT7+XkjwXDpERkW/KWHTOR1GUsAzFMecz7HZL4ZyPP/yGd/mBOR+Xg7yc4SzXiaRrwENxXg4l+TkqPjFQy0cJoqHWSijxrPNJh1DrcBkOYHj77+K8HPJty6d/KLHi0zvopSjXRY5TaOvVaLdoqOWjKEpYMiXUOlxuNxiejyrJdw273byJFZ++IR8FbifFeTkjIt+UsajlowRRw0cJZTyWTyq3qPaH2UwOoDjPDjhwOpJm+fQN+SjMdVGY6xyx5kcZi1o+iqKMwRgT1zofd3CdT3rldgO4cUUNRbkuzp1dPiLgIJH0DXkpcDspsS2fVO5zlO6o5aMoyhgCAQSxtklI1kR+NCK53T5YX8W2r34Yl9MRXHOT6HH2DlqWT0l+Dl6/od/jC4Z8KyNRy0cJol/SlACBOZxYcz6BsOXBFFs+4QIOAFy2ZRaIfOtPoPj4bLHJz7EsH9C1PtFQ8VEUZQzD4hP9FZGbBpZPpAwHoeS5Am63xI0zIGyFuU5K8i1rR8OtI6PiowQxGnKg2ATmcGKKj+2WS7XlEytjTjIsn74hy8opcLtCLB8Vn0io+CiKMoaAmAQm6iMhIuS6HAym4ZxPKHlJiHbrGxy2fErzLfHR5KKRUfFRguicjxIg4J4KBBREIy/HmWK3W+Q5nwCB+0ikhdYbavnY4qNut8io+CiKMobASzqePGh5OY6Uu91iWT5upwOHJNjysdu2Qq3tOR8NOIiIio+iMz3KGAa98Vs+ua5UWz7EnPMREfJynAmd8+kdHGv5qNstMio+ShB1uykBAosx47V8Er14Mxp+f2zLByxRCAQFJIKA5VOYa+0fVOB2asBBFFR8FEUZQ8DyyY2xyBSsOZ/BBOdMi4bPmGAS0WiU5LkSmvImYPkEtu8uzc9RyycKKj5KEA21VgIELJlY0W5gCVQqLR+fPz7xKc5z0Z1A8Qm49AL7CJXk6bYK0VDxUUjcpsJKppJRlo/f4IzD7Vacl5PQra17BwPiY1k+JfkuDTiIgoqPEkTnfJQAg+OyfJypt3xipAECy/LpSaDl0zfkRWQ4SEPdbtFR8VEUZQyB6LV4LJ/cHEfC98mJRvyWT2Ldbr2DPgrdrmCGbXW7RUfFR9GZHmUMwXU+8SwydTmDllIqiDfgoCg3sW63wHYKAUrU8olKXOIjIteIyF4RaRCRe8KczxWRJ+zzG0SkLuTcvXb5XhG5OlabIjLXbmOf3aY7Vh/2+dki0iMi/2u8D0FRlJGMf5Fpaiwfv99gDHEHHPQO+fD5E/N1q9feSC5ASX4OPYNe/AnqL9OJKT4i4gS+B1wLLAZuEZHFo6rdAXQYY+YDDwIP2NcuBtYCS4BrgIdExBmjzQeAB40x9UCH3XbEPkJ4EHgh3htXFCUyAx4fOU6J66Weyjkfnz1RGa/bDUjYvE//kDe4YypYod3GkFBXXyYTj+WzCmgwxjQaY4aAdcCaUXXWAI/bx08BV4jl+FwDrDPGDBpjDgANdnth27SvWW23gd3mDTH6QERuABqBXfHfujIaDThQAgx6/XFZPZBayydgxTjiWudjZR3oHkyMK6xn0Eth7vAzK9X8blGJR3xqgCMhn5vssrB1jDFeoBOoiHJtpPIK4JTdxui+wvYhIoXA3cDXot2EiNwpIptEZNPJkydj3LKiTG0GPL64UuuAFRHn8Rm8vuRbPwHxccUjPvYeO4mah+kZ9FI0yu2WyP4ynXh+u8L9r47+jhypzmSVR+vja1huup4w54crGvOIMWalMWZlVVVVtKpTFl1kqgQYj+UTmGTvS0F+t6DbLQ7xqSjKBaCtZyghY+nq9wYFB0IsHxWfsMSzuXgTMCvkcy3QEqFOk4i4gFKgPca14cpbgTIRcdnWTWj9SH1cANwkIv8MlAF+ERkwxnw3jntTFCUMg15/XJFuQHCSvXfQG3RtJYvAZH5c4lPoBqCtdzAhY+ke8ATnlQDKCqxn0dGn4hOOeH67NgL1dhSaGyuAYP2oOuuB2+zjm4BXjDHGLl9rR6rNBeqBdyK1aV/zqt0GdpvPRuvDGPNBY0ydMaYO+Dfgn1R4FOX0GPD44rZ8hsUn+ZaPdzzik0DLxxhD94CX4hDxrbT7a+1JjNhlOjEtH2OMV0S+ALwIOIHHjDG7ROQ+YJMxZj3wKPATEWnAskbW2tfuEpEngd2AF7jLGOMDCNem3eXdwDoR+Qaw1W6bSH0ok4cGHCgB+oa8FLrjFB+7XiCxZjIJWD7xZLUuyXOR4xRaEyA+Ax4/Xr8ZYfmUF7gRgTYVn7DE43bDGPM88Pyosq+GHA8AN0e49n7g/njatMsbsaLhRpdH7COkzv+Jdl5RlPjoHfSNeJFGI5DLrDeB2xVEwjuOgAMRoaIwNyFiEFi8Gmr5OB3CtAI3rb2JmWPKdDTDgRJEDR8lQP+QL7g1QCyKUuh2G0+oNUBFkZu2BIhBYKuGklGCXVmUGLHLBlR8FEUZQ++oVDHRKLDXtiRyo7ZI+E38lg9Y8z6JmIMJWD6jAy4qitwJcfNlAyo+ShCjkz6KTf+QLygqsQhYPj0pmPMZT8ABwIziXI53DUz6OAKWz2hXZYVaPhFR8VEUZQy9Q9643W7BdT4pcLuNJ+AAoKY8n+Ndg5OekSGwlid0nQ9AZZE7YeuKMh0VH0VRRuDzGwY8fvLjdbu5U2/5xOt2qynLB+Doqcm1ftrteaTAWqIAlUW5dA96g1tUKMOo+ChB1OmmwPB20PFaPk6HkJ/jTMmcz3gDDmrKLfFpPtU/7r5++vYhzr3vJbYe7hhzrq1nEIdAWcFI8QmIka71GYuKj6IoI+izLZh4LR+wFpr2pMLtNs6Ag9qyAgCaO8YvPo/96QAdfR7+64+NY8619g5RXuAeM/c0szQPICHzTJmOio8SROMNFLD2pQFGZGiORWGuMyWLTL3jtHxmlubhEGjq6BtXP+29QzSe7AXgj++3jkmi2tYzSEWRe8x1ATdf8yS7+bIBFR9FUUYQcJ/l58TndgPLRZfKDAfx7OcD4HY5qCnPp7G1d1z97D9p5S2+6bxauge97GrpGnG+vXeIisLcMdedYYtPywTcfNmOio8Sgpo+CvRNwPIpznOlZNO08WypEGDB9GL2HY+aBH8MAUvppvNqAXirsW3E+ZPd4S2folwXJXkuFZ8wqPgoijKCgAVTEGfAAVgZnE/1Jz+keLwBBwD1M4ppbO3BM479h5raLfFYPquMM6sKeTtEfPx+Q8upgWAww2iqy/JVfMKg4qMoyggClk+8GQ7A2rsmFZumDdkCkuOM/1W2YEYRHp/hUFv8rremjn6qinPJy3Fy0ZkVbDzQHpz3OdkzyJDPT215Qdhra8ryadE5nzGo+ChBNOBAgcgLJqNRVuDmVAr2rfH6rF9a97jEpxiA9451x31N06k+am3L5sJ5FfQO+Xi3udM6Z7vkassiWz4TCe3OdlR8FEUZQXeEJJnRKM3PYdDrT/piyoDrLMc1jjmfGcW4XQ62HzkV9zVNHf1By+bCeRXA8LxPIApudkV4y2fWtHw6+z26nfYoVHyUIGr4KABdAx4cEv8iUxjeMjrZL9iA283liP9V5nY5WFZTyuZDYxeLhsPnN7Sc6g9aPpVFudRPL+Kt/Zb47D7aRX6Ok7qKwrDXz6ssAqDx5PiCHLIdFR9FUUbQ1e+hOC9nXJP4gS2jk+1680zA7QawYk45O5u74srxdqJ7AI/PBMUHYPXC6by1v43WnkF2NHWy6IziiMlN51VZorT/5PjCu7MdFR8liM75KGBlaC7Jj9/qASjLt8KMk235eCfgdgNYMbuMIZ+fd5s6Y9ZtsrMh1ITM6dx0Xi1ev+G7rzSw9XAHl9RXRbx+1rQCXA5Ry2cUKj6Kooygq99DcW78wQYw7HY71ZfccGvPBKLdAC6aV4nTIfxh78mYdQOpeEItn/oZxVy5aAY/evMgADcsr454fY7TwZyKguDckGKh4qPoPj7KCLonYvkUpGrOx/rdHa/4lBbkcN7scl7deyJm3UCkWvWoaLZ/uWkZd146j4c+fR7zqoqitjGvqiiYJSEaO5s7+deX9o5J35ONqPgoQVSEFLACDkbvyBmLUlt8OlJm+YzP7QZw+cIqdrV0cawz+hqc5lP9TCt0j1l0W17o5h8+sohrls6M2ddZM4ppbO2NGQ34j7/ayX+80sCb+9ui1ssGVHwUJM68WMrUoKvfM641PgDFuS5yXY6kbxnt8U7M7QZwzRJLNNZvb45ar7mjn+qyvPEPLoSlNSX4/Ia9MdYWBRa+jicMPFNR8VGCqN2jgB1wME7LR0SoKs7lRJK3DvBMILdbgHlVRSyfVcbTm5ujWv3Np/pHBBtMhKU1pQDBhanh8PkNPfYaqwPjTHyaiaj4KIoSxOvz0zM4/jkfgOnFuZxM8qZpHp8ft9MxYev9E+fVsvd4N9sjRL15fX4OtfVGXMMTLzVl+ZQV5LCrJbL4tPYMBreIaJrAfkOZhoqPEkSnfJT2vvDbQceDZfkkWXy8flwTmO8JcMPyaopzXfzX62M3iAM43N6Hx2eYPz16QEEsRISza0qjWj6BwIZphe5x7zeUiaj4KBpooARp77XEZ1qYvWliMb04LyWWz0TmewIU5+Vw60VzeGHn0bCuroYTVoTa6YoPWBmx9xztpifCvkeBzNer6qZxtGuAIW92R7yp+Cg616MEabMDBsLtTROLquJcTvV54soaMFl4/Oa0xAfgsxfXkety8i8vvjfm3O6jXYhMjvhcMLcCn99ETOsTEJ/z507DmOzfelvFRwliVIamPG29p+d2A5Ia8ebx+nGfhtsNLIvtLy8/k+ffPcabDa0jzm062MHCmSUUjzMAIxwr5pThcsiIvYBCaTk1QFGui4Uzrazb2Z4JOy7xEZFrRGSviDSIyD1hzueKyBP2+Q0iUhdy7l67fK+IXB2rTRGZa7exz27THa0PEVklItvsn+0i8vGJPoypinrdlADtttusomj8brcZJdY1sdbNTCZDPj85rtP/Dv0/L53HnIoC/v6pHcEsDb2DXjYf6mBVXflptw/W5nzLakvZEFF8rJDu6imy9XbM/zURcQLfA64FFgO3iMjiUdXuADqMMfOBB4EH7GsXA2uBJcA1wEMi4ozR5gPAg8aYeqDDbjtiH8BOYKUxZrndx/dFZPyhOor63xTaeodwCJSNc50PENxyIJmT5QMeH3mu+De9i0RejpN/X3suJ7oH+MufbaFvyMv67S30e3x85OwzJmGkFhfOq2BHU2fYTBAtnf1Ul+VzRqm1pqg5yyPe4vnKsApoMMY0GmOGgHXAmlF11gCP28dPAVeIFfu4BlhnjBk0xhwAGuz2wrZpX7PabgO7zRui9WGM6TPGBGbw8tBXqKJMmLbeIcoL3OPKaB0gkPvsSHvyxKff4ydvHDuuRuOcWWU88IllvN3Yxoe/8zpff243y2eVsWrutElpH6xs2F6/4fX3x+aUazk1wBml+eTlOKksctPSqeJTAxwJ+dxkl4WtYwtBJ1AR5dpI5RXAqRAxCe0rUh+IyAUisgt4F/h8yPVBROROEdkkIptOnoydTHAqoqqttPcMTSjYACy3UmVRLkfak/fStCyfyZu6vnFFLT++/QLmVhbywfpKHvr0iknNAHLu7HIqCt38bs/xEeV9Q17ae4eCAm7tfprdAQfxuKfCPfnR76lIdSKVh/ttiVY/6jiMMRuAJSKyCHhcRF4wxoz4nzPGPAI8ArBy5Up9z4aggQZKgBPdA1ROYL4nwKxp+RxJstutvGBiYhmJS+oruaS+clLbDOB0CKsXTufFXcdGhIkH5ncCmRSqS/NpyPItGOL5ytAEzAr5XAu0RKpjz7eUAu1Rro1U3gqUhczZhPYVqY8gxpg9QC+wNI77Umw04EAJcKzTcv1MlFnlBRxOotttwOMjP2dy3G7J4sOLZ9A14OVPIZF1wT2DQiyfllP9Wb0GLx7x2QjU21FobqwAgvWj6qwHbrOPbwJeMdZTWw+stSPV5gL1wDuR2rSvedVuA7vNZ6P1YbfhAhCROcBZwMG4n4ASJIt/z5U48PkNx7sHgxPeE2H2tAKOdiZvgeSAx09eTmatGLnsrCrKCnJ4estwQtPRG9ZVl+XRN+RL+hYVySTm/5o9f/IF4EVgD/CkMWaXiNwnItfb1R4FKkSkAfgScI997ZZSTqEAACAASURBVC7gSWA38FvgLmOML1Kbdlt3A1+y26qw247YB3AJsF1EtgG/BP7SGDMyWF+JioqOAnCyexCf3zDzNMSnfkYRPr+hsTU5LqN+j4/8SQo4SBa5LidrzqnmxV3HguLScKKHAreTmSXWsw+IUDav9YkrJNkY8zzw/Kiyr4YcDwA3R7j2fuD+eNq0yxuxouFGl4ftwxjzE+AnMW9CiYnO/UxtjnYGNk2buPicZS+Q3Husm4UzSyZlXNEY8PjInYRQ62Rz03mzePytQ/z3piN87oPzeO9YF2fNLA5GGQ6v9RlgSXVpKoeaMDLLXlUUJWEEFofOLJn4nM+8yiJcDuG9GPvWTBYDHh95GTbnA3B2bSkXzJ3GI6830j3gYUdTJ2fXDItMQHyaszjBqIqPEkTdb1ObFlt8TmfOx+1yMH96UcxN0yYDn9/g8ZmMCzgI8MUr6znRPciND71J35CPD501PXiussiN2+UI/p9kIyo+iqIA1uLQQreTsoLTy2O26IwSdjZ3JjxSq3fIWs5XkGFzPgE+cGYld1wyl30nelhWW8qlC6qC50SEmrJ8nfNRsptsDudU4udgWy9zKgpPe1Hlijnl/HJrM00d/cyaVjBJoxtLt73rZ3Fe5r7GvnzdIm5ZNZva8nyco7JKVJflZXV+N7V8lCAqQVObg629zK08vR07Ac63E3FuPNgeo+bp0T1gRYpNRsbpVCEizJ9eFHbeqro0X8VHyW5UdBSPz09TRz91ladvqSyYXkxxnisJ4pP5lk80qsvyOdE9mNT9kZKJio8SRN1vU5fmjn68fsOcitO3fBwO4cJ5Fbz+fmtCf6eGLZ/sFJ+5lYUYA4fasjPiTcVHUZTgFtKT4XYD+PCiGTSf6mf30a5JaS8cw5ZP5rrdohHYPTWwlXe2oeKjBFG7Z+qy55glEgtmFE9Ke6sXTUcEXtp1PHblCdJli09JfnZaPmdWFSEC+46r+ChZinrblN0tXdSW51M6gU3kwlFZlMtF8yp4eksTfn9ifsE67R1HS7LU8sl3O6kpy97s1io+iqbVUdhztItFZ0xuOpxPXTCbpo5+Xt+XmP2zWnuGKM5zZWSGg3ipn17EvuPJyRaRbFR8lGFUg6Yk/UM+DrT2Trr4XLV4JlXFuTz82v6EBB6c7B6kqnjiew9lAvUzimls7cWXIOsxlaj4KOp2m+LsaunEb2BJ9eSKj9vl4K7Lz+TtxnZe3zf5ieZP9gxSdRob32UC9dOLGPL6OdjWm+qhTDoqPkoQdb9NTTYe7ABg5ZzySW/7lgtmM3taAV99die9g2N2tz8tWrsHqcxyyyeQ0Xpnc2eKRzL5qPgoKjlTnI0H2zmzqpCKBFgRuS4n/3zTMg639/GVX+2cNPeb329oPtVP9WkkQc0E6mcU4XY5VHyU7Ebdb1MPv9+w6WA759dNS1gfF86r4ItX1PPM1ma+9cJ7kyJAR7sGGPT6qZukdUnpSo7TwaKZxexsTtx6qVSRnQHyiqLExbvNnXQNeLlgXuLEB+CLV9TT2jPI919v5FjXAN+4YelpLQ49GFgUOwkZGdKdpTWlrN/egjHmtJO+phNq+Shq8Uxhfv/eCRwCly2YHrvyaSAifH3NUv7+6rNYv72Fqx98nfXbWyYcxbW7xbIE6idpUWw6s7SmlO4BL4fbsyvNjoqPEkRFaOrxynvHWTG7nGmF7oT3JSLc9aH5PP0XH6A4L4e//sVWrnrwNX74pwO09w6Nq60thzuYNS0/60OtgeAOpzuasmveR8VHQUMOpiZNHX3sbO5i9aLEWj2jWTG7nBe++EG++6lzKcx18bVf7+aCf/odt/9oI09sPExbz2DU6wc8Pt7Y18pF8yqSNOLUsmBGMbkuB9uOnEr1UCYVnfNRgqgETS2e2dIMwPXnVCe9b4dD+Oiyaj66rJr3jnXx1KYmXth5jFfeO4FD3uX8umlcvWQmH1o4nbqKghFzHeu3tdA96OVjKRh3KnC7HJxTW8bmQx2pHsqkouKjqLttCmKM4ZktTVw4bxq15YnbbTQeFs4s4csfXcw/XreIXS1dvLTrGC/uOs59z+3mvud2M2taPpctqGJZbRld/R4efPl9Vswu45L5lSkddzJZMaecR99oZMDjy5p0Qio+ShDdz2fq8Ob+Ng629XHXh+aneihBRISlNaUsrSnlS1edxaG2Xl5//ySvvX+SZ7Y089O3DwOwfFYZD336vKyK/IrFeXPKefg1w7vNnQkNi08mKj6KMgX5/uuNVBblprXrak5FIX92USF/dlEdQ14/xzoHcDqF6tK8KSU8YIkPwOZDHVkjPhpwoOhczxRjV0snr79/ks9eXJcxLhy3y8HsigJqyvKnnPAATCt0M6+ykE0Hs2feR8VHCaIilP0YY/jWC+9RVpDDrRfOSfVwlHGwYk45Ww53ZI17XMVHyZpfZiU2f9h7kj/ua+WvV9dP2sZxSnI4b0457b1DHGzLjsWmcYmPiFwjIntFpEFE7glzPldEnrDPbxCRupBz99rle0Xk6lhtishcu419dpvuaH2IyIdFZLOIvGv/u3qiD2OqoxqU3XQPePjyr3Yyr6pQrZ4MJDDvs+lge4pHMjnEFB8RcQLfA64FFgO3iMjiUdXuADqMMfOBB4EH7GsXA2uBJcA1wEMi4ozR5gPAg8aYeqDDbjtiH0Ar8DFjzNnAbcBPxvcIFNWcqcH9v9nD0c5+/uWmc3C71OmRacyvKqI0Pydr1vvE8xu4CmgwxjQaY4aAdcCaUXXWAI/bx08BV4g1K7gGWGeMGTTGHAAa7PbCtmlfs9puA7vNG6L1YYzZaoxpsct3AXkikv05NyaRYYtHZShbeXpzE+s2HuHOS88MfoNWMguHQzhvTjkbp4rlA9QAR0I+N9llYesYY7xAJ1AR5dpI5RXAKbuN0X1F6iOUTwBbjTFj8nOIyJ0isklENp08mZg95RUlHdl25BT3/vJdLppXwd9dtSDVw1FOg5V15ew/2TvuXHjpSDziEy6ucfRX5Eh1Jqs85jhEZAmWK+7Pw9TDGPOIMWalMWZlVVVVuCqKknW8d6yLz/7wHWaU5PK9T68gx6nutkxm5RxrjU82uN7i+U1sAmaFfK4FWiLVEREXUAq0R7k2UnkrUGa3MbqvSH0gIrXAL4HPGGP2x3FPShg04CC7aDjRza0/2IDb5eCnd1yQlMzVSmJZVluK2+lg06HMd73FIz4bgXo7Cs2NFUCwflSd9ViT/QA3Aa8YK353PbDWjlSbC9QD70Rq077mVbsN7DafjdaHiJQBvwHuNcb8aTw3r1hoqHX2sfFgO5/4z7cA4Wefu5A5U2DTtalAXo6TpTUlWbHYNKb42PMrXwBeBPYATxpjdonIfSJyvV3tUaBCRBqALwH32NfuAp4EdgO/Be4yxvgitWm3dTfwJbutCrvtiH3Y7cwHviIi2+yf5OaIz3AC2qMSlB08t6OFT/9gAxWFbp75iw8wf3pRqoekTCLn103j3aZOBjy+VA/ltIgrt5sx5nng+VFlXw05HgBujnDt/cD98bRplzdiRcONLg/bhzHmG8A3Yt6EEhG/Wj5ZwZDXzzdf2MMP/3SQ8+aU84PPrKRcXW1Zx3lzyvn+640Zn2RUE4sqTHAnYyWNONzWx1+t28r2I6e4/eK53HPtQl3Lk6UMLzbN7CSjKj5K0PJRAyjz8PsNP37rIA/8di8uh/Cfn17BtWefkephKQmkoiiXeVWFdqaDM1M9nAmj4qOo6GQoB1p7ufvpHbxzoJ3LFlTxzRvPprosP9XDUpLA+XOm8eLuY/j9BocjM7N8q/gow5aPhhxkBH1DXr73agP/9foBcnMc/MtNy7jpvNopudXAVOW8unKe2HSE/Sd7qJ9RnOrhTAgVH0UDDjIEYwy/3nGUbz6/h6OdA9x4bg13X7uQGSV5qR6akmQCcz2bDnWo+CiZSyDgQDUofdl6uINvvvAe7xxoZ0l1Cf9xy7mszODJZuX0qKsooKLQzcaD7dyyanaqhzMhVHwUJY15/3g3335xLy/tPk5lkZv7P76UtefPxpmhfn5lchCxkoxmcpodFR9FSUOaOvr4t9/t45ktTRS6Xfzdhxdw+yVzKczVP1nF4vy6aby0+zgnugeYXpx5rlf9TVaCqNct9bSc6ufh1/az7p0jIPC5D87jLy47UxeLKmM4r85a77P5YEdGhter+ChKGnC4rY//fK2BpzY3YQzcvLKWv1pdr6HTSkSWVpeS63KwUcVHyXQ0wWjy2X+yh4de3c+vtjXjFGHt+bP5/OVnUqOio8TA7XJwzqwyNmdohmsVH0VJAe8d6+J7r+7nNztacLsc3HZRHX9+2TwNm1bGxfl15Tz8WiN9Q14K3Jn1Os+s0SpKBmOM4a39bXz/9UZee/8kBW4n//PSeXzuknlUFevO78r4WTlnGj7/frYdOcUHzqxM9XDGhYqPoiQYj8/P8+8e5b/+2MjO5i4qi9z83YcXcOuFczSQQDktVswuR8RKMqrioygKAD2DXp7YeITH3jhA86l+5lUV8q0bz+aGc2vIy3GmenhKFlBakMOC6cVsysD1Pio+ShCNN5gcjncN8KM3D/Kztw/RNeBl1dxpfO36JaxeOD1jk0Aq6cvKunKe3daCz28yavGxio+iTALGGLYeOcWP/nSQ5989it8Yrl16Bp/74FzOnV2e6uEpWczKunJ+tuEwe491s7i6JNXDiRsVHyWIZrUeP4NeH7/ZcZQfvXmQHU2dFOe5uO0Dddx2UR2zKwpSPTxlCnDuLOvLzfamUyo+ipLtnOga4KcbDvPzDYdo7RnizKpCvn7DUm48t0ZT4ChJZU5FAaX5OexoOpVRSUb1ryQLMMbw/vEezpp5eqnVdc4nNlsPd/CjNw/ymx1H8RnD6rOm8/9dXMcl8yt1Px0lJYgIy2pL2XakM9VDGRcqPlnAuo1HuPeZd/n55y7gA/PHF26pWQ1i0z/k47kdLfz07UNsb+qkONfFZy6q4zMXzaGusjDVw1MUltWW8vBrjfQP+ch3Z0YkpYpPFrCjyfrG09jaO27x8fhUfCLRcKKHn284zFObj9A14LVca2uW8PEVtRSpa01JI86pLcPnN+w+2sl5czJjnyf9C8oCvD4/ADnO8bt9vH5/8FiNIBjy+nlx1zF+tuEQbze2k+MUrll6BrdeMJtVc6epa01JS86ZVQbA9iMqPkoS8dpbkbocjnFf6/Gq4gAcae/j5+8c5r83HaG1Z4hZ0/K5+5qF3LyylsoiTX2jpDczSvKYUZLLjqZTqR5K3Kj4ZAEe2/JxTcDy8YRaPpM2oszA6/Pzynsn+NmGw7y+7yQOEa5YOJ1PXziHD86v1AWhSkaxrLYs6ILPBFR8sgBP0O02AcvH549dKcs43NbHk5uO8NTmJo51DTCzJI8vXlHPJ8+fxRmlupWBkpmcU1vKy7uP09nvoTQ/J9XDiYmKTxbgtYMGJvI93RsScJDNkW8DHh+/3XmMJzYe4a3GNhwCly2o4mtrlnDFwum4JiDcipJOLKu15n3eberkkvr0TzIa11+ciFwjIntFpEFE7glzPldEnrDPbxCRupBz99rle0Xk6lhtishcu419dpvuaH2ISIWIvCoiPSLy3Yk+iExmyLZeAnM/E7k2W9nZ3MlXfrWTVff/jr95YhvNp/r5X1ct4M17ruCHn13F1UtmqvAoWcGy2lLAynSQCcS0fETECXwP+DDQBGwUkfXGmN0h1e4AOowx80VkLfAA8EkRWQysBZYA1cDvRGSBfU2kNh8AHjTGrBORh+22/zNSH8AA8BVgqf0z5QhYL/4JWC7Z6Hbr7PPwq23NPLHxCLuPdpHrcnDt0pn8j/NnceHcCp3LUbKSsgI3cyoKMiboIB632yqgwRjTCCAi64A1QKj4rAH+j338FPBdsWJS1wDrjDGDwAERabDbI1ybIrIHWA18yq7zuN3uf0bqwxjTC7whIvPHcd9ZRSBc2juBNTv9Q77gcSY73fx+w5v723hi0xFe3HWMIa+fpTUlfH3NEq5fXpMRPnBFOV2W1Zax+WBmbKsdj/jUAEdCPjcBF0SqY4zxikgnUGGXvz3q2hr7OFybFcApY4w3TP1IfbTGcQ9ZTWChqG8CbrdQ8clEDrb28szWZp7Z0kRTRz+l+Tnccv4s/sf5s1hSXZrq4SlKUllaXcKvt7fQ3jvEtDTfqDAe8Qnnoxj9lotUJ1J5OCd7tPrxjiMiInIncCfA7NmZk3wvHgKuM98E3G69oeKTIaZPZ5+H595t4ZktzWw+1IFD4OL5lfz91Wdx9ZKZulGbMmUJfOHa1dLJB+urUjya6MQjPk3ArJDPtUBLhDpNIuICSoH2GNeGK28FykTEZVs/ofUj9REXxphHgEcAVq5cmSGv2fgIuNsmEnDQN+SNXSkN8Pj8vLb3JM9sbeJ3u08w5POzYEYR9167kDXLa5hZmpfqISpKyllib6mwq6UrK8RnI1AvInOBZqwAgk+NqrMeuA14C7gJeMUYY0RkPfBzEfkOVsBBPfAOlhUzpk37mlftNtbZbT4brY+J3XZ2EbR8JhA80Ddizie9Hqcxhp3NXTy9pYlfb2+hrXeIikI3t144hxtX1LCkukTT3ShKCOWFbmrK8tnV0pXqocQkpvjY8ytfAF4EnMBjxphdInIfsMkYsx54FPiJHVDQjiUm2PWexApO8AJ3GWN8AOHatLu8G1gnIt8AttptE6kPu62DQAngFpEbgKtGReNlNf0eS0AmkiO0dzD9LJ9jnQP8aps1j/P+8R7cTgcfXjyDG1fUcOmCqgktplWUqcLi6hJ2taR/poO4FpkaY54Hnh9V9tWQ4wHg5gjX3g/cH0+bdnkjwxFxoeXR+qiLegNZTs+AJSA+//gtn1N9nskezoToG/Ly4q5jPLOlmTcaWjEGVs4p558+fjbXnX0GpQUaraYo8bCkuoTf7TlO76A3rTc2TN+RKXHTbVsvE5nzaesdDB4n24np9xvebmzj6S3NvLDzKH1DPmZNy+evV9fz8XNrdK8cRZkAS6tLMQb2HO1iZV36ZrhW8clwBjzDczb+CYhPa88Qpfk5dPYnzwJqONHDM1ua+NXWZlo6ByjOdXH9OdV84rxaVs4p13kcRTkNltQMBx2o+CgJo7Vn2HKZiOVzonuQyiI3nf2ehIYbtPcO8evtLTyzpYntTZ04HcKl9ZXc+5FFfHjxDA2PVpRJYmZJHtMK3Wk/76Pik+Ecae8PHo93kakxhgMne1g1dxr7T/ZO9tAY9Pp4Zc8Jnt7SzB/2nsDrNyw+o4QvX7eI65dXM71Yw6MVZbIREZZUl6R9xJuKT4ZzpL0veDxe8WnvHaJrwMu8qiLYc2JS5nyMMWw53MHTW5r5zY6jdPZ7mF6cyx2XzOXjK2pYOLPk9DtRFCUqS6pLefSNRoa8ftyu9IwOVfHJcHY0n6Io18WQ1z9u8QlsPBVYmDaRDAkBmjr6eHpzM89sbeJQWx/5OU6uXjKDG1fUcvH8SpyazFNRksaS6hI8PsP7x7tZWpOeaaZUfDIYYwxvNrRx7uwythzqGPecz1uNbeQ4hfPtScnxLlId8vr53Z7j/OKdw7zRYKXYu2heBX+1up5rls6kKI3DPBUlmwl8odzd0qXio0w+Gw6009jay59fNo/tR06Ny/Lx+Q2/3t7CxfMrKcqzfg3iFa8Drb384p3DPL25ibbeIapL8/jr1fXcvLKW2vKCCd2LoiiTR11FIYVupx10MCtm/VSg4pOhDHh83Pfr3cwsyeNj51TzrRfeG5f4PL2liaOdA/zvjy3BZbvEol1vjOGtxjYe/eMBXtl7AqcIVy6awSdXzeLS+ip1qylKGuFwCIurS9iZxkEHKj4ZiNfn5++e3M6eY13815+tpMDtwulwxG25HG7r45+e38O5s8u4esmMqDuhGmP4w96T/OvLe9nZ3EVFoZu/Wl3PrRfO1mg1RUljllSX8uSmI/j8Ji2/HKr4ZBgDHh9f+PlWfrfnOP/4kUVcuXgGAC6HxLXI9EBrL595bAPGwL99cjkiQo7DioYZvRnd+8e7+fIvd/LOwXZmTyvgWzeezQ3n1uiaHEXJAJZUl9A35ONAay/zpxelejhjUPHJIA609nLXz7aw51gX961ZwmcuqgueczokquVjjOHZbS189dmduJwOfnz7KuZUWOlrHA5BZDg3nDGGR984wAO/fY/ivBy+ccNSPnn+LE3oqSgZRCDQYFdLp4qPMjF8fsPP3znMt57fQ47LwQ8+s5IrFs0YUcfpkIiJRd871sU//3Yvr7x3ghWzy3jwk8uDwhPA5RA8foMxhvue280P/3SQqxbP4Js3nk1FUW7C7k1RlMQwf3oRbpeDXS1drFleE/uCJKPik+ZsOdzB1369m+1HTvGBMyv49s3nUF2WP6aeyyFjtlQ41NbLgy+/z7PbWyjKdfEPH1nIHZfMC+v/tcTL8PibB/nhnw7y2Yvr+Mp1i3Gkoa9YUZTY5DgdLJpZzM7m9Eyzo+KTpmw93MG//W4fr71/ksqiXP7v2uVcf051xKSbjhDL52T3IP/39++z7p0juJzCn196Jp+/bB5lBZH3dM9xODjS3sdP3jrEh86qUuFRlCxgSU0pz21vwRiTdgl7VXzSiCGvnxd2HuUnbx1i06EOphW6uefahfzZhXNi7svhcghen2H99hb+4Zl3GfD4WLtqFn+1up4ZJbGj0pxO4YWdx3A6hPvWLFXhUZQsYGl1KT/fcJimjn5mTUuvNXgqPmnA3mPdPLutmSc3NdHaM8icigK+fN0iblk1O+7NoJwO4Y2GVl7ec5yVc8p54BPLrJxtcRKQmg+dVZV2v6SKokyMpfb2CjubO9Pu71rFJ0XsP9nDc9uP8tyOFvad6MEhcPlZ0/mzi+ZwWX3VuC0Pp0PoG/Ixe1oBP779AvLd4wuH7rB3NP3EitpxXacoSvqyYEYxToews6WTa88+I9XDGYGKTxI53NbHr3e08NyOo+w52oUInD9nGl9fs4Rrlp5BVfHEo8oaTvQA8NmL68YtPABXLZ7BH/e1snrR9AmPQVGU9CIvx0n99CJ2NqdfpgMVnwTTcqqf3+ywLJztdhbpc2eX8ZWPLua6s89gZunkZAm4bEEVL+w8xg0TDKn8l5vPoX/IR65LF5AqSjaxtKaUP+w9kXZBByo+CaC1Z5Df7DjK+u0tbD7UAcDZNaXce+1Crlt2RkKSb963Zil3fWg+5YWRI9qiUZqfQ2l+ziSPSlGUVLO0uoSnNjdxonswruCjZKHiM0kEItWe2tzEm/vb8PkNC2cW8/dXn8V1Z59BXWVh7EZOg6ri3NNy2ymKkp0EMh3sbO5U8ckmege9PPbGAX789iFOdg8ya1o+n79sHtefU8NZM4tTPTxFUaY4i84oQQR2NneNyYySSlR8ToMX3j3KV57dRWvPIJefVcVnL57LB+dX6hoZRVHShsJcF/MqC9nZkl6ZDlR8JoAxhgd+u5eHX9vPstpSHvnMeayYXZ7qYSmKooRlaU0pGw+0p3oYI9A0xRPg+6838vBr+/nUBbN5+i8+oMKjKEpac3ZNKS2dAxzrHEj1UIKo+IyTxpM9/OtLe/nI2TO5/4alus2AoihpzwVzKwDYcKAtxSMZRt+c4+QHbxzAIcLXrl+aVjHziqIokVhcXUJxrou3G9PH9RaX+IjINSKyV0QaROSeMOdzReQJ+/wGEakLOXevXb5XRK6O1aaIzLXb2Ge36Z5oH5ONMYaXdx/nqiUzNaxZUZSMwekQVtaVZ5blIyJO4HvAtcBi4BYRWTyq2h1AhzFmPvAg8IB97WJgLbAEuAZ4SEScMdp8AHjQGFMPdNhtj7uP8T6IeDjRPcjJ7kFWztE5HkVRMouL51fSeLI3mIor1cRj+awCGowxjcaYIWAdsGZUnTXA4/bxU8AVYvmk1gDrjDGDxpgDQIPdXtg27WtW221gt3nDBPuYdFp7BgGYUaJWj6IomcX1y6txOoR///2+VA8FiC/UugY4EvK5CbggUh1jjFdEOoEKu/ztUdcGko+Fa7MCOGWM8YapP5E+gojIncCd9sceEWkDWiPedRSufWAiV6U1lUzwWWQh+iws9DkMk1XP4j+A//jUhC6tBOZM1jjiEZ9ws+omzjqRysNZXNHqT6SPkQXGPAI8EvgsIpuMMSvDXDvl0GcxjD4LC30Ow+izsLCfQ91ktReP260JmBXyuRZoiVRHRFxAKdAe5dpI5a1Amd3G6L7G24eiKIqSpsQjPhuBejsKzY01ub9+VJ31wG328U3AK8YYY5evtSPV5gL1wDuR2rSvedVuA7vNZyfYh6IoipKmxHS72fMrXwBeBJzAY8aYXSJyH7DJGLMeeBT4iYg0YFkja+1rd4nIk8BuwAvcZYzxAYRr0+7ybmCdiHwD2Gq3zUT6iMEjsatMGfRZDKPPwkKfwzD6LCwm9TmIZTwoiqIoSvLQDAeKoihK0lHxURRFUZLOlBSfWOmCsgEReUxETojIzpCyaSLysp266GURKbfLRUT+3X4eO0RkRcg1t9n194nIbeH6SmdEZJaIvCoie0Rkl4h80S6fUs9CRPJE5B0R2W4/h6/Z5WmbzirR2NlWtorIc/bnKfksROSgiLwrIttEZJNdlvi/D2PMlPrBCnDYD8wD3MB2YHGqx5WA+7wUWAHsDCn7Z+Ae+/ge4AH7+CPAC1hrpi4ENtjl04BG+99y+7g81fc2zudwBrDCPi4G3sdK6TSlnoV9P0X2cQ6wwb6/J4G1dvnDwF/Yx38JPGwfrwWesI8X238zucBc+2/Jmer7m+Az+RLwc+A5+/OUfBbAQaByVFnC/z6mouUTT7qgjMcY8zpWVGAooSmKRqcu+rGxeBtrrdUZwNXAy8aYdmNMB/AyVv68jMEYc9QYs8U+7gb2YGXAmFLPwr6fQFKvHPvHkMbprBKJiNQC1wE/sD+ndWqvFJDw+PvPqAAAAjNJREFUv4+pKD7h0gWNSceTpcwwxhwF66UMTLfLIz2TrHpWtrvkXKxv/VPuWdhupm3ACayXw37iTGcFhKazyujnYPNvwP8P+O3Pcaf2IvuehQFeEpHNYqUhgyT8fUzFbbTjSsczxTit1EWZgIgUAU8Df2OM6ZLIezFl7bMw1vq35SJSBvwSWBSumv1v1j4HEfkocMIYs1lELg8Uh6ma9c/C5mJjTIuITAdeFpH3otSdtGcxFS2fqZyO57htImP/e8IuH28apIxCRHKwhOdnxphn7OIp+SwAjDGngD9g+eynYjqri4HrReQgltt9NZYlNBWfBcaYFvvfE1hfSlaRhL+PqSg+8aQLylZCUxSNTl30GTuS5UKg0za1XwSuEpFyO9rlKrssY7B9848Ce4wx3wk5NaWehYhU2RYPIpIPXIk1/zXl0lkZY+41xtQaK0nmWqx7+zRT8FmISKGIFAeOsX6vd5KMv49UR1qk4gcrYuN9LJ/3P6Z6PAm6x18ARwEP1reSO7D81L8H9tn/TrPrCtbmfvuBd4GVIe3cjjWR2gB8NtX3NYHncAmW+b8D2Gb/fGSqPQtgGVa6qh32y+Wrdvk8rBdmA/DfQK5dnmd/brDPzwtp6x/t57MXuDbV93aaz+VyhqPdptyzsO95u/2zK/A+TMbfh6bXURRFUZLOVHS7KYqiKClGxUdRFEVJOio+iqIoStJR8VEURVGSjoqPoiiKknRUfBRFUZSko+KjKIqiJJ3/B8fWcVIpEC9fAAAAAElFTkSuQmCC\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], "source": [ "plt.clf()\n", "# plt.plot(x_part, calcs, '.')\n", @@ -735,7 +791,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -751,7 +807,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -767,7 +823,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ @@ -780,7 +836,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 17, "metadata": {}, "outputs": [], "source": [ @@ -837,7 +893,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 18, "metadata": {}, "outputs": [], "source": [ @@ -921,7 +977,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 19, "metadata": {}, "outputs": [], "source": [ @@ -930,7 +986,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 20, "metadata": {}, "outputs": [], "source": [ @@ -939,7 +995,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 21, "metadata": {}, "outputs": [], "source": [ @@ -948,7 +1004,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 22, "metadata": { "scrolled": false }, @@ -996,7 +1052,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 23, "metadata": {}, "outputs": [], "source": [ @@ -1013,7 +1069,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 24, "metadata": {}, "outputs": [], "source": [ @@ -1037,7 +1093,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 25, "metadata": {}, "outputs": [], "source": [ @@ -1064,7 +1120,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 26, "metadata": {}, "outputs": [], "source": [ @@ -1087,7 +1143,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 27, "metadata": {}, "outputs": [], "source": [ @@ -1096,7 +1152,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 28, "metadata": {}, "outputs": [], "source": [ @@ -1112,7 +1168,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 29, "metadata": {}, "outputs": [], "source": [ @@ -1142,7 +1198,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 30, "metadata": {}, "outputs": [], "source": [ @@ -1156,7 +1212,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 31, "metadata": {}, "outputs": [], "source": [ @@ -1174,7 +1230,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 32, "metadata": {}, "outputs": [], "source": [ @@ -1188,7 +1244,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 33, "metadata": {}, "outputs": [], "source": [ @@ -1209,7 +1265,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -1219,7 +1275,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 35, "metadata": {}, "outputs": [], "source": [ @@ -1250,7 +1306,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 36, "metadata": {}, "outputs": [], "source": [ @@ -1267,16 +1323,74 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], + "execution_count": 37, + "metadata": { + "scrolled": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "WARNING:tensorflow:From C:\\Users\\sa_li\\.conda\\envs\\rmd\\lib\\site-packages\\zfit\\core\\sample.py:163: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.\n", + "Instructions for updating:\n", + "Use tf.cast instead.\n", + "WARNING:tensorflow:From C:\\Users\\sa_li\\.conda\\envs\\rmd\\lib\\site-packages\\tensorflow_probability\\python\\distributions\\categorical.py:263: multinomial (from tensorflow.python.ops.random_ops) is deprecated and will be removed in a future version.\n", + "Instructions for updating:\n", + "Use tf.random.categorical instead.\n", + "Toy 0: Generating data...\n", + "Toy 0: Data generation finished\n", + "Toy 0: Loading data...\n", + "Toy 0: Loading data finished\n", + "Toy 0: Fitting pdf...\n", + "------------------------------------------------------------------\n", + "| FCN = 4.133E+04 | Ncalls=95 (106 total) |\n", + "| EDM = 12.2 (Goal: 5E-06) | up = 0.5 |\n", + "------------------------------------------------------------------\n", + "| Valid Min. | Valid Param. | Above EDM | Reached call limit |\n", + "------------------------------------------------------------------\n", + "| False | True | True | False |\n", + "------------------------------------------------------------------\n", + "| Hesse failed | Has cov. | Accurate | Pos. def. | Forced |\n", + "------------------------------------------------------------------\n", + "| False | True | False | False | True |\n", + "------------------------------------------------------------------\n", + "Toy 0: Fitting finished\n", + "Function minimum: 41332.70666221551\n", + "---------------------------------------------------------------------------------------------\n", + "| | Name | Value | Hesse Err | Minos Err- | Minos Err+ | Limit- | Limit+ | Fixed |\n", + "---------------------------------------------------------------------------------------------\n", + "| 0 | Dbar_s | -0.6 | 1.6 | | | -1.464 | 1.464 | |\n", + "| 1 | jpsi_p | -1.19 | 0.27 | | |-6.28319 | 6.28319 | |\n", + "| 2 | psi2s_p | 2.7 | 1.1 | | |-6.28319 | 6.28319 | |\n", + "| 3 | Ctt | 0.12 | 0.80 | | | -0.5 | 0.5 | |\n", + "| 4 | psi2s_s | 1360 | 70 | | | 1358.64 | 1433.36 | |\n", + "| 5 | jpsi_s | 0.987E4 | 0.012E4 | | | 9797.52 | 9996.48 | |\n", + "---------------------------------------------------------------------------------------------\n", + "-------------------------------------------------------------\n", + "| | Dbar_s jpsi_p psi2s_p Ctt psi2s_s jpsi_s |\n", + "-------------------------------------------------------------\n", + "| Dbar_s | 1.00 -0.82 -0.96 -0.90 0.29 0.97 |\n", + "| jpsi_p | -0.82 1.00 0.91 0.61 -0.25 -0.76 |\n", + "| psi2s_p | -0.96 0.91 1.00 0.77 -0.28 -0.95 |\n", + "| Ctt | -0.90 0.61 0.77 1.00 -0.20 -0.81 |\n", + "| psi2s_s | 0.29 -0.25 -0.28 -0.20 1.00 0.29 |\n", + "| jpsi_s | 0.97 -0.76 -0.95 -0.81 0.29 1.00 |\n", + "-------------------------------------------------------------\n", + "Hesse errors: OrderedDict([(, {'error': 1.5923595875666954}), (, {'error': 0.27012452493223504}), (, {'error': 1.1017684775063215}), (, {'error': 0.8037764107824681}), (, {'error': 73.13977088861418}), (, {'error': 122.7425419080937})])\n", + "Toy 1/1\n", + "Time taken: 11 min, 47 s\n", + "Projected time left: \n" + ] + } + ], "source": [ "# zfit.run.numeric_checks = False \n", "\n", "Ctt_list = []\n", "Ctt_error_list = []\n", "\n", - "nr_of_toys = 10\n", + "nr_of_toys = 1\n", "nevents = int(pdg[\"number_of_decays\"])\n", "nevents = pdg[\"number_of_decays\"]\n", "event_stack = 1000000\n", @@ -1337,7 +1451,7 @@ " for param in total_f.get_dependents():\n", " param.randomize()\n", "\n", - " nll = zfit.loss.UnbinnedNLL(model=total_f, data=data, fit_range = (x_min, x_max))\n", + " nll = zfit.loss.UnbinnedNLL(model=total_f, data=data, fit_range = (jpsi_mass+50.0, psi2s_mass-50.0))\n", "\n", " minimizer = zfit.minimize.MinuitMinimizer(verbosity = 5)\n", " # minimizer._use_tfgrad = False\n", @@ -1366,9 +1480,18 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 38, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Mean Ctt value = 0.11936585533648691\n", + "Mean Ctt error = 0.8037764107824681\n" + ] + } + ], "source": [ "print('Mean Ctt value = {}'.format(np.mean(Ctt_list)))\n", "print('Mean Ctt error = {}'.format(np.mean(Ctt_error_list)))" diff --git a/raremodel-nb.py b/raremodel-nb.py index 084217b..0a3347c 100644 --- a/raremodel-nb.py +++ b/raremodel-nb.py @@ -3,7 +3,7 @@ # # Import -# In[ ]: +# In[1]: import os @@ -33,7 +33,7 @@ tfd = tfp.distributions -# In[ ]: +# In[2]: # chunksize = 10000 @@ -44,7 +44,7 @@ # # Build model and graphs # ## Create graphs -# In[ ]: +# In[3]: def formfactor( q2, subscript): #returns real value @@ -242,7 +242,7 @@ return c9 -# In[ ]: +# In[4]: def G(y): @@ -289,7 +289,7 @@ # ## C_q,qbar constraint -# In[ ]: +# In[5]: # r = rho_scale * rho_width/rho_mass * np.cos(rho_phase)*(1-np.tan(rho_phase)*rho_width/rho_mass) @@ -309,7 +309,7 @@ # ## Build pdf -# In[ ]: +# In[6]: class total_pdf(zfit.pdf.ZPDF): @@ -390,7 +390,7 @@ # ## Load data -# In[ ]: +# In[7]: x_min = 2*pdg['muon_M'] @@ -410,7 +410,7 @@ # ## Setup parameters -# In[ ]: +# In[8]: #rho @@ -420,8 +420,8 @@ rho_m = zfit.Parameter("rho_m", ztf.constant(rho_mass), floating = False) #lower_limit = rho_mass - rho_width, # upper_limit = rho_mass + rho_width) rho_w = zfit.Parameter("rho_w", ztf.constant(rho_width), floating = False) -rho_p = zfit.Parameter("rho_p", ztf.constant(rho_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi) -rho_s = zfit.Parameter("rho_s", ztf.constant(rho_scale), lower_limit=rho_scale-np.sqrt(rho_scale), upper_limit=rho_scale+np.sqrt(rho_scale)) +rho_p = zfit.Parameter("rho_p", ztf.constant(rho_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi) +rho_s = zfit.Parameter("rho_s", ztf.constant(rho_scale), floating = False) #, lower_limit=rho_scale-np.sqrt(rho_scale), upper_limit=rho_scale+np.sqrt(rho_scale)) #omega @@ -429,8 +429,8 @@ omega_m = zfit.Parameter("omega_m", ztf.constant(omega_mass), floating = False) omega_w = zfit.Parameter("omega_w", ztf.constant(omega_width), floating = False) -omega_p = zfit.Parameter("omega_p", ztf.constant(omega_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi) -omega_s = zfit.Parameter("omega_s", ztf.constant(omega_scale), lower_limit=omega_scale-np.sqrt(omega_scale), upper_limit=omega_scale+np.sqrt(omega_scale)) +omega_p = zfit.Parameter("omega_p", ztf.constant(omega_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi) +omega_s = zfit.Parameter("omega_s", ztf.constant(omega_scale), floating = False) #, lower_limit=omega_scale-np.sqrt(omega_scale), upper_limit=omega_scale+np.sqrt(omega_scale)) #phi @@ -439,8 +439,8 @@ phi_m = zfit.Parameter("phi_m", ztf.constant(phi_mass), floating = False) phi_w = zfit.Parameter("phi_w", ztf.constant(phi_width), floating = False) -phi_p = zfit.Parameter("phi_p", ztf.constant(phi_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi) -phi_s = zfit.Parameter("phi_s", ztf.constant(phi_scale), lower_limit=phi_scale-np.sqrt(phi_scale), upper_limit=phi_scale+np.sqrt(phi_scale)) +phi_p = zfit.Parameter("phi_p", ztf.constant(phi_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi) +phi_s = zfit.Parameter("phi_s", ztf.constant(phi_scale), floating = False) #, lower_limit=phi_scale-np.sqrt(phi_scale), upper_limit=phi_scale+np.sqrt(phi_scale)) #jpsi @@ -467,8 +467,8 @@ p3770_m = zfit.Parameter("p3770_m", ztf.constant(p3770_mass), floating = False) p3770_w = zfit.Parameter("p3770_w", ztf.constant(p3770_width), floating = False) -p3770_p = zfit.Parameter("p3770_p", ztf.constant(p3770_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi) -p3770_s = zfit.Parameter("p3770_s", ztf.constant(p3770_scale), lower_limit=p3770_scale-np.sqrt(p3770_scale), upper_limit=p3770_scale+np.sqrt(p3770_scale)) +p3770_p = zfit.Parameter("p3770_p", ztf.constant(p3770_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi) +p3770_s = zfit.Parameter("p3770_s", ztf.constant(p3770_scale), floating = False) #, lower_limit=p3770_scale-np.sqrt(p3770_scale), upper_limit=p3770_scale+np.sqrt(p3770_scale)) #psi(4040) @@ -476,8 +476,8 @@ p4040_m = zfit.Parameter("p4040_m", ztf.constant(p4040_mass), floating = False) p4040_w = zfit.Parameter("p4040_w", ztf.constant(p4040_width), floating = False) -p4040_p = zfit.Parameter("p4040_p", ztf.constant(p4040_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi) -p4040_s = zfit.Parameter("p4040_s", ztf.constant(p4040_scale), lower_limit=p4040_scale-np.sqrt(p4040_scale), upper_limit=p4040_scale+np.sqrt(p4040_scale)) +p4040_p = zfit.Parameter("p4040_p", ztf.constant(p4040_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi) +p4040_s = zfit.Parameter("p4040_s", ztf.constant(p4040_scale), floating = False) #, lower_limit=p4040_scale-np.sqrt(p4040_scale), upper_limit=p4040_scale+np.sqrt(p4040_scale)) #psi(4160) @@ -485,8 +485,8 @@ p4160_m = zfit.Parameter("p4160_m", ztf.constant(p4160_mass), floating = False) p4160_w = zfit.Parameter("p4160_w", ztf.constant(p4160_width), floating = False) -p4160_p = zfit.Parameter("p4160_p", ztf.constant(p4160_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi) -p4160_s = zfit.Parameter("p4160_s", ztf.constant(p4160_scale), lower_limit=p4160_scale-np.sqrt(p4160_scale), upper_limit=p4160_scale+np.sqrt(p4160_scale)) +p4160_p = zfit.Parameter("p4160_p", ztf.constant(p4160_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi) +p4160_s = zfit.Parameter("p4160_s", ztf.constant(p4160_scale), floating = False) #, lower_limit=p4160_scale-np.sqrt(p4160_scale), upper_limit=p4160_scale+np.sqrt(p4160_scale)) #psi(4415) @@ -494,13 +494,13 @@ p4415_m = zfit.Parameter("p4415_m", ztf.constant(p4415_mass), floating = False) p4415_w = zfit.Parameter("p4415_w", ztf.constant(p4415_width), floating = False) -p4415_p = zfit.Parameter("p4415_p", ztf.constant(p4415_phase), lower_limit=-2*np.pi, upper_limit=2*np.pi) -p4415_s = zfit.Parameter("p4415_s", ztf.constant(p4415_scale), lower_limit=p4415_scale-np.sqrt(p4415_scale), upper_limit=p4415_scale+np.sqrt(p4415_scale)) +p4415_p = zfit.Parameter("p4415_p", ztf.constant(p4415_phase), floating = False) #, lower_limit=-2*np.pi, upper_limit=2*np.pi) +p4415_s = zfit.Parameter("p4415_s", ztf.constant(p4415_scale), floating = False) #, lower_limit=p4415_scale-np.sqrt(p4415_scale), upper_limit=p4415_scale+np.sqrt(p4415_scale)) # ## Dynamic generation of 2 particle contribution -# In[ ]: +# In[9]: _0 = jpsi_scale*np.cos(jpsi_phase)*jpsi_width/jpsi_mass**3 + psi2s_scale*np.cos(psi2s_phase)*psi2s_width/psi2s_mass**3 @@ -551,7 +551,7 @@ # ## Tau parameters -# In[ ]: +# In[10]: tau_m = zfit.Parameter("tau_m", ztf.constant(pdg['tau_M']), floating = False) @@ -560,7 +560,7 @@ # ## Setup pdf -# In[ ]: +# In[11]: total_f = total_pdf(obs=obs, jpsi_mass = jpsi_m, jpsi_scale = jpsi_s, jpsi_phase = jpsi_p, jpsi_width = jpsi_w, @@ -587,7 +587,7 @@ # ## Test if graphs actually work and compute values -# In[ ]: +# In[12]: # def total_test_tf(xq): @@ -627,7 +627,7 @@ fT_y = zfit.run(formfactor(test_q,"T")) -# In[ ]: +# In[13]: plt.clf() @@ -645,7 +645,7 @@ # print(jpsi_width) -# In[ ]: +# In[14]: @@ -658,7 +658,7 @@ # plt.semilogy(test_q, calcs_test, label = 'pdf') -# In[ ]: +# In[15]: # 0.213/(0.00133+0.213+0.015) @@ -666,7 +666,7 @@ # ## Adjust scaling of different parts -# In[ ]: +# In[16]: total_f.update_integration_options(draws_per_dim=200000, mc_sampler=None) @@ -676,7 +676,7 @@ # print(pdg["jpsi_BR"]/pdg["NR_BR"], inte_fl*pdg["psi2s_auc"]/pdg["NR_auc"]) -# In[ ]: +# In[17]: # # print("jpsi:", inte_fl) @@ -725,7 +725,7 @@ # # Sampling # ## Toys -# In[ ]: +# In[18]: @@ -806,25 +806,25 @@ return sample, thresholds, weights, weights_max, n_to_produce -# In[ ]: +# In[19]: total_f._sample_and_weights = UniformSampleAndWeights -# In[ ]: +# In[20]: # 0.00133/(0.00133+0.213+0.015)*(x_max-3750)/(x_max-x_min) -# In[ ]: +# In[21]: # zfit.settings.set_verbosity(10) -# In[ ]: +# In[22]: # # zfit.run.numeric_checks = False @@ -867,7 +867,7 @@ # pkl.dump(sam, f, pkl.HIGHEST_PROTOCOL) -# In[ ]: +# In[23]: # with open(r"data/zfit_toys/toy_0/0.pkl", "rb") as input_file: @@ -881,7 +881,7 @@ # print(np.sum(sam-sam2)) -# In[ ]: +# In[24]: # print("Time to generate full toy: {} s".format(int(time.time()-start))) @@ -902,7 +902,7 @@ # print(total_samp[:nevents].shape) -# In[ ]: +# In[25]: # plt.clf() @@ -926,7 +926,7 @@ # plt.savefig('test2.png') -# In[ ]: +# In[26]: # sampler = total_f.create_sampler(n=nevents) @@ -946,13 +946,13 @@ # minimum = minimizer.minimize(nll) -# In[ ]: +# In[27]: # jpsi_width -# In[ ]: +# In[28]: # plt.hist(sample, weights=1 / prob(sample)) @@ -960,7 +960,7 @@ # # Fitting -# In[ ]: +# In[29]: # start = time.time() @@ -987,7 +987,7 @@ # print("Hesse errors:", result.hesse()) -# In[ ]: +# In[30]: # print("Time taken for fitting: {}".format(display_time(int(time.time()-start)))) @@ -998,7 +998,7 @@ # res_y = zfit.run(jpsi_res(test_q)) -# In[ ]: +# In[31]: # plt.clf() @@ -1013,7 +1013,7 @@ # # print(jpsi_width) -# In[ ]: +# In[32]: # _tot = 4.37e-7+6.02e-5+4.97e-6 @@ -1024,7 +1024,7 @@ # print(_probs) -# In[ ]: +# In[33]: # dtype = 'float64' @@ -1042,14 +1042,14 @@ # # print(zfit.run(mixture.prob(mixture.sample((10, 1))))) -# In[ ]: +# In[34]: # print((zfit.run(jpsi_p)%(2*np.pi))/np.pi) # print((zfit.run(psi2s_p)%(2*np.pi))/np.pi) -# In[ ]: +# In[35]: # def jpsi_res(q): @@ -1077,7 +1077,7 @@ # phase = p4415_phase, width = p4415_width) -# In[ ]: +# In[36]: # 0.15**2*4.2/1000 @@ -1094,7 +1094,7 @@ Ctt_list = [] Ctt_error_list = [] -nr_of_toys = 10 +nr_of_toys = 1 nevents = int(pdg["number_of_decays"]) nevents = pdg["number_of_decays"] event_stack = 1000000 @@ -1155,7 +1155,7 @@ for param in total_f.get_dependents(): param.randomize() - nll = zfit.loss.UnbinnedNLL(model=total_f, data=data, fit_range = (x_min, x_max)) + nll = zfit.loss.UnbinnedNLL(model=total_f, data=data, fit_range = (jpsi_mass+50.0, psi2s_mass-50.0)) minimizer = zfit.minimize.MinuitMinimizer(verbosity = 5) # minimizer._use_tfgrad = False diff --git a/result_evalution.ipynb b/result_evalution.ipynb index 65b4438..2b0b4a2 100644 --- a/result_evalution.ipynb +++ b/result_evalution.ipynb @@ -13,7 +13,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ @@ -23,7 +23,7 @@ "NrOfSets = 0\n", "\n", "for filename in os.listdir('prelim_results'):\n", - " if filename.endswith(\".out\"):\n", + " if filename.endswith(\".out\") and NrOfSets<64:\n", " with open('./prelim_results/' + filename) as file: \n", " data = file.read() \n", " _ = data.partition('value = ')[-1]\n", @@ -45,16 +45,16 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 9, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Ctt_mean = -0.09987017193178732\n", - "Ctt_err_mean = 0.14186649892786868\n", - "Evaluated toys: 620\n" + "Ctt_mean = -0.10645043157583486\n", + "Ctt_err_mean = 0.14056769335900954\n", + "Evaluated toys: 640\n" ] } ], @@ -70,6 +70,13 @@ "metadata": {}, "outputs": [], "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {